| Commit message (Expand) | Author | Age | Files | Lines |
* | Use functions, not macros, for XINT etc. | Paul Eggert | 2013-06-16 | 1 | -0/+161 |
* | Fix bug #14567 with jumpy scrolling of tall images. | Eli Zaretskii | 2013-06-15 | 1 | -0/+5 |
* | * fns.c (Fcopy_sequence): Simplify XTYPE calculation. | Paul Eggert | 2013-06-15 | 1 | -0/+4 |
* | * lisp/subr.el (with-eval-after-load): New macro. | Stefan Monnier | 2013-06-13 | 1 | -0/+5 |
* | * src/fileio.c (Fdo_auto_save): Trap errors in auto-save-hook (tiny change) | Kelly Dean | 2013-06-12 | 1 | -0/+4 |
* | * src/fileio.c (expand_file_name): Doc fix. | Xue Fuqiao | 2013-06-12 | 1 | -0/+4 |
* | Tickle glib by waiting for Emacs itself, not for process 0. | Paul Eggert | 2013-06-11 | 1 | -0/+5 |
* | * keyboard.c: Don't use PROP (...) as an lvalue. | Paul Eggert | 2013-06-10 | 1 | -0/+6 |
* | Fix ChangeLog typos and whitespace. | Juanma Barranquero | 2013-06-10 | 1 | -12/+11 |
* | Minor cleanup in last commit in get_it_property. | Eli Zaretskii | 2013-06-10 | 1 | -0/+5 |
* | Fix current-bidi-paragraph-direction wrt window pointer. | Eli Zaretskii | 2013-06-09 | 1 | -0/+5 |
* | Fix bug #14575 with window-specific overlays with line-prefix or wrap-prefix. | Eli Zaretskii | 2013-06-09 | 1 | -0/+6 |
* | Fix bug #14575 with window-specific overlays with display props. | Eli Zaretskii | 2013-06-08 | 1 | -0/+20 |
* | Fix compilation issues for GNUStep and GLIB conflicts. | Jan Djärv | 2013-06-08 | 1 | -0/+5 |
* | * xgselect.c (xg_select): Remove call to window_system_available | Jan Djärv | 2013-06-08 | 1 | -0/+6 |
* | Fix "make TAGS" on MS-Windows. | Eli Zaretskii | 2013-06-07 | 1 | -0/+8 |
* | Fix bug #14513 with --enable-locallisppath not working on MS-Windows. | Richard Copley | 2013-06-07 | 1 | -0/+4 |
* | Fix typos. | Juanma Barranquero | 2013-06-07 | 1 | -12/+12 |
* | Improve the fix for bug #14558. | Eli Zaretskii | 2013-06-06 | 1 | -0/+6 |
* | A few porting etc. fixes for the new file monitor code. | Paul Eggert | 2013-06-06 | 1 | -0/+20 |
* | Fix bug #14558 with turning off mouse-highlight during highlight. | Eli Zaretskii | 2013-06-05 | 1 | -0/+12 |
* | * lisp/simple.el: Move all the prog-mode code to prog-mode.el. | Stefan Monnier | 2013-06-05 | 1 | -0/+4 |
* | Chain glib's SIGCHLD handler from Emacs's (Bug#14474). | Paul Eggert | 2013-06-05 | 1 | -0/+14 |
* | * emacs.c (main) [HAVE_GFILENOTIFY]: Call globals_of_gfilenotify. | Michael Albinus | 2013-06-05 | 1 | -0/+9 |
* | * src/keymap.c (Fcurrent_active_maps, Fdescribe_buffer_bindings): | Stefan Monnier | 2013-06-04 | 1 | -0/+7 |
* | Fix bug #14540 with inaccurate doc string of pos-visible-in-window-p. | Eli Zaretskii | 2013-06-04 | 1 | -0/+4 |
* | Fix crashes in a text-mode session on Windows. | Eli Zaretskii | 2013-06-03 | 1 | -0/+11 |
* | * configure.ac (HAVE_GFILENOTIFY): Do not change $LIBS. | Eli Zaretskii | 2013-06-03 | 1 | -0/+11 |
* | Add HAVE_GLIB check instead of checking individual libraries that use GLib. | Jan Djärv | 2013-06-03 | 1 | -0/+8 |
* | Fix minor problems found by static checking. | Paul Eggert | 2013-06-03 | 1 | -0/+22 |
* | Attempt to resolve gettimeofday compilation errors with MinGW64. | Eli Zaretskii | 2013-06-03 | 1 | -0/+5 |
* | * src/eval.c (backtrace_p, backtrace_top, backtrace_next): Export them to | Stefan Monnier | 2013-06-03 | 1 | -0/+10 |
* | * configure.ac (file-notification): New option, replaces inotify option. | Michael Albinus | 2013-06-03 | 1 | -0/+19 |
* | Merge the specpdl and backtrace stacks. Make the structure of the | Stefan Monnier | 2013-06-03 | 1 | -0/+48 |
* | Update the GNUStep port so it works OK. Redraw and sizing bugs remain. | Jan Djärv | 2013-06-02 | 1 | -0/+108 |
* | lisp/ChangeLog, src/ChangeLog: Fix whitespace. | Juanma Barranquero | 2013-06-02 | 1 | -2/+2 |
* | * process.c (handle_child_signal): Also use WCONTINUED. | Paul Eggert | 2013-05-31 | 1 | -0/+7 |
* | Don't let D-bus autolaunch mess up SIGCHLD handling. | Paul Eggert | 2013-05-30 | 1 | -0/+4 |
* | * fileio.c (Finsert_file_contents): Remove unused local. | Paul Eggert | 2013-05-30 | 1 | -0/+4 |
* | Remove *.res files in mostlyclean, to avoid problems with out-of-tree builds. | Eli Zaretskii | 2013-05-29 | 1 | -0/+4 |
* | * src/fileio.c (Finsert_file_contents): Preserve undo info when reverting | Stefan Monnier | 2013-05-28 | 1 | -2/+7 |
* | Fix bug #14476 with posn-at-point and glyphs from display vector. | Eli Zaretskii | 2013-05-27 | 1 | -0/+7 |
* | Factor out common code for multimonitors, for Gtk+, non-Gtk+ X11 and NS. | Jan Djärv | 2013-05-25 | 1 | -0/+26 |
* | * callproc.c (call_process): Refine the doc string. (Bug#14045) | Xue Fuqiao | 2013-05-25 | 1 | -0/+4 |
* | Don't apply keyboard decoding to unread-command-events. | Stefan Monnier | 2013-05-23 | 1 | -0/+8 |
* | * src/keyboard.c (read_decoded_char): Don't decode under w32. | Stefan Monnier | 2013-05-23 | 1 | -0/+4 |
* | * src/casetab.c (init_casetab_once): Fix last change. | Barry O'Reilly | 2013-05-22 | 1 | -2/+6 |
* | merge trunk | Kenichi Handa | 2013-05-23 | 1 | -0/+151 |
|\ |
|
| * | ChangeLog fix | Glenn Morris | 2013-05-21 | 1 | -1/+1 |
| * | * src/search.c (looking_at_1): Only set last_thing_searched if the match | Stefan Monnier | 2013-05-21 | 1 | -4/+9 |