| Age | Commit message (Expand) | Author |
| 2013-06-07 | Fix bug #14513 with --enable-locallisppath not working on MS-Windows. | Richard Copley |
| 2013-06-07 | Fix typos. | Juanma Barranquero |
| 2013-06-06 | Improve the fix for bug #14558. | Eli Zaretskii |
| 2013-06-06 | A few porting etc. fixes for the new file monitor code. | Paul Eggert |
| 2013-06-05 | Fix bug #14558 with turning off mouse-highlight during highlight. | Eli Zaretskii |
| 2013-06-05 | * lisp/simple.el: Move all the prog-mode code to prog-mode.el. | Stefan Monnier |
| 2013-06-05 | Chain glib's SIGCHLD handler from Emacs's (Bug#14474). | Paul Eggert |
| 2013-06-05 | * emacs.c (main) [HAVE_GFILENOTIFY]: Call globals_of_gfilenotify. | Michael Albinus |
| 2013-06-04 | * src/keymap.c (Fcurrent_active_maps, Fdescribe_buffer_bindings): | Stefan Monnier |
| 2013-06-04 | Fix bug #14540 with inaccurate doc string of pos-visible-in-window-p. | Eli Zaretskii |
| 2013-06-03 | Fix crashes in a text-mode session on Windows. | Eli Zaretskii |
| 2013-06-03 | * configure.ac (HAVE_GFILENOTIFY): Do not change $LIBS. | Eli Zaretskii |
| 2013-06-03 | Add HAVE_GLIB check instead of checking individual libraries that use GLib. | Jan Djärv |
| 2013-06-03 | Fix minor problems found by static checking. | Paul Eggert |
| 2013-06-03 | Attempt to resolve gettimeofday compilation errors with MinGW64. | Eli Zaretskii |
| 2013-06-03 | * src/eval.c (backtrace_p, backtrace_top, backtrace_next): Export them to | Stefan Monnier |
| 2013-06-03 | * configure.ac (file-notification): New option, replaces inotify option. | Michael Albinus |
| 2013-06-03 | Merge the specpdl and backtrace stacks. Make the structure of the | Stefan Monnier |
| 2013-06-02 | Update the GNUStep port so it works OK. Redraw and sizing bugs remain. | Jan Djärv |
| 2013-06-02 | lisp/ChangeLog, src/ChangeLog: Fix whitespace. | Juanma Barranquero |
| 2013-05-31 | * process.c (handle_child_signal): Also use WCONTINUED. | Paul Eggert |
| 2013-05-30 | Don't let D-bus autolaunch mess up SIGCHLD handling. | Paul Eggert |
| 2013-05-30 | * fileio.c (Finsert_file_contents): Remove unused local. | Paul Eggert |
| 2013-05-29 | Remove *.res files in mostlyclean, to avoid problems with out-of-tree builds. | Eli Zaretskii |
| 2013-05-28 | * src/fileio.c (Finsert_file_contents): Preserve undo info when reverting | Stefan Monnier |
| 2013-05-27 | Fix bug #14476 with posn-at-point and glyphs from display vector. | Eli Zaretskii |
| 2013-05-25 | Factor out common code for multimonitors, for Gtk+, non-Gtk+ X11 and NS. | Jan Djärv |
| 2013-05-25 | * callproc.c (call_process): Refine the doc string. (Bug#14045) | Xue Fuqiao |
| 2013-05-23 | Don't apply keyboard decoding to unread-command-events. | Stefan Monnier |
| 2013-05-23 | * src/keyboard.c (read_decoded_char): Don't decode under w32. | Stefan Monnier |
| 2013-05-22 | * src/casetab.c (init_casetab_once): Fix last change. | Barry O'Reilly |
| 2013-05-23 | merge trunk | Kenichi Handa |
| 2013-05-22 | Fix the setting of buffer-file-coding-system on, for instance, C-x RET c unix... | Kenichi Handa |
| 2013-05-21 | ChangeLog fix | Glenn Morris |
| 2013-05-21 | * src/search.c (looking_at_1): Only set last_thing_searched if the match | Stefan Monnier |
| 2013-05-21 | * xdisp.c (reseat_at_previous_visible_line_start): | Dmitry Antipov |
| 2013-05-20 | Sync x-server-* and x-display-* functions on NS with those on X11. | YAMAMOTO Mitsuharu |
| 2013-05-20 | Mention `display-monitor-attributes-list' in docstrings of X11 display measur... | YAMAMOTO Mitsuharu |
| 2013-05-20 | * xfns.c (check_x_display_info): Don't use XINT for terminal object. | YAMAMOTO Mitsuharu |
| 2013-05-17 | Port --enable-gcc-warnings to clang. | Paul Eggert |
| 2013-05-16 | Document arguments of insert_1_both. | Eli Zaretskii |
| 2013-05-16 | Fix bug #14408 with updating *Messages* display. | Eli Zaretskii |
| 2013-05-16 | Support building Emacs on MS-Windows using the Posix configury. | Eli Zaretskii |
| 2013-05-15 | Use just DOC instead of DOC-nn.mm. | Stefan Monnier |
| 2013-05-15 | * src/process.c: Export default filters and sentinels to Elisp. | Stefan Monnier |
| 2013-05-14 | * lisp/progmodes/f90.el (f90-blocks-re): Include the terminating \> in the | Stefan Monnier |
| 2013-05-14 | Another attempt to solve bug #14062 with assertion violations on MS-Windows. | Eli Zaretskii |
| 2013-05-14 | * nsfont.m (ns_spec_to_descriptor): Retain and autorelease fdesc. | Jan Djärv |
| 2013-05-12 | * image.c (gif_load): Check that subimages fit. | Paul Eggert |
| 2013-05-09 | * src/doc.c (get_doc_string): Slightly relax the sanity checking. | Stefan Monnier |