| Commit message (Expand) | Author | Age | Files | Lines |
| * | Do not mark objects from deleted buffers, windows and frames. | Dmitry Antipov | 2012-09-05 | 2 | -22/+48 |
| * | * alloc.c (valid_lisp_object_p): Treat killed buffers, | Dmitry Antipov | 2012-09-05 | 2 | -2/+12 |
| * | Auto-commit of generated files. | Glenn Morris | 2012-09-05 | 2 | -9/+0 |
| * | Provide support for fitting frames to buffers. | Martin Rudalics | 2012-09-05 | 4 | -5/+126 |
| * | * fileio.c, filelock.c, floatfns.c, fns.c: Use bool for boolean. | Paul Eggert | 2012-09-05 | 8 | -164/+178 |
| * | Merge from emacs-24; up to 2012-05-05T02:50:20Z!monnier@iro.umontreal.ca | Glenn Morris | 2012-09-05 | 7 | -20/+52 |
| |\ |
|
| | * | Auto-commit of loaddefs files. | Glenn Morris | 2012-09-01 | 1 | -800/+802 |
| | * | Fix right and left key remapping issue (bug#12317) | Glenn Morris | 2012-08-31 | 4 | -1/+14 |
| | * | Extract "^[wW]arning" into a new var flymake-warning-re | Leo Liu | 2012-08-30 | 2 | -1/+9 |
| | * | * holidays.el (holiday-christian-holidays): Rename an entry (bug#12289) | Glenn Morris | 2012-08-29 | 2 | -1/+6 |
| | * | * lisp/progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB. | Stefan Monnier | 2012-08-29 | 2 | -15/+21 |
| * | | ChangeLog fixes | Glenn Morris | 2012-09-04 | 1 | -4/+0 |
| * | | * xdisp.c (set_message): Simplify and reindent last change. | Paul Eggert | 2012-09-04 | 2 | -6/+10 |
| * | | src/makefile.w32-in ($(BLD)/sysdep.$(O)): Update dependencies. | Juanma Barranquero | 2012-09-05 | 2 | -0/+5 |
| * | | nt/config.nt: Sync with autogen/config.in. | Juanma Barranquero | 2012-09-05 | 2 | -5/+15 |
| * | | Implement `debug-on-message'. | Lars Ingebrigtsen | 2012-09-04 | 7 | -2/+44 |
| * | | Give more-useful info on a fatal error (Bug#12328). | Paul Eggert | 2012-09-04 | 10 | -11/+111 |
| * | | Macro-expand interpreted code during load. | Stefan Monnier | 2012-09-04 | 10 | -69/+206 |
| * | | Simplify redefinition of 'abort' (Bug#12316). | Paul Eggert | 2012-09-04 | 74 | -497/+482 |
| * | | Fix display of Arabic diacriticals on Windows, per bug #11860. | Eli Zaretskii | 2012-09-04 | 2 | -1/+13 |
| * | | Have smtpmail.el prefer the From: header for the MAIL FROM envelope | Lars Ingebrigtsen | 2012-09-04 | 3 | -7/+15 |
| * | | Auto-commit of generated files. | Glenn Morris | 2012-09-04 | 2 | -4/+38 |
| * | | Be more systematic about _setjmp vs setjmp. | Paul Eggert | 2012-09-03 | 4 | -12/+26 |
| * | | * configure.ac (_setjmp, _longjmp): Check by compiling | Paul Eggert | 2012-09-03 | 2 | -4/+24 |
| * | | * progmodes/ruby-mode.el: Clean up keybindings (ChangeLog entry). | Dmitry Gutov | 2012-09-04 | 1 | -0/+11 |
| * | | * ruby-mode.el: Clean up keybindings. | Dmitry Gutov | 2012-09-04 | 1 | -22/+4 |
| * | | [Gnus] Silence XEmacs compilation warnings | Lars Ingebrigtsen | 2012-09-03 | 3 | -5/+24 |
| * | | Revert changes prompted only by gcc -Wjump-misses-init. | Paul Eggert | 2012-09-03 | 4 | -13/+5 |
| * | | * configure.ac (WARN_CFLAGS): Omit -Wjump-misses-init. | Paul Eggert | 2012-09-03 | 2 | -0/+5 |
| * | | Auto-commit of generated files. | Glenn Morris | 2012-09-03 | 2 | -65/+146 |
| * | | Merge from gnulib. | Paul Eggert | 2012-09-03 | 3 | -85/+125 |
| * | | Fix minor problems found by static checking. | Paul Eggert | 2012-09-03 | 5 | -4/+18 |
| * | | New macro with-temp-buffer-window and related fixes. | Martin Rudalics | 2012-09-03 | 8 | -80/+245 |
| * | | * gtkutil.c: Add extern decl for Qxft. | Chong Yidong | 2012-09-03 | 2 | -0/+5 |
| * | | * emacs.c, eval.c: Use bool for boolean. | Paul Eggert | 2012-09-02 | 11 | -105/+114 |
| * | | Clean up some extern decls. | Paul Eggert | 2012-09-02 | 19 | -84/+50 |
| * | | * Makefile.in (gl-stamp): Don't scan $(SOME_MACHINE_OBJECTS) | Paul Eggert | 2012-09-02 | 2 | -1/+7 |
| * | | * configure.ac (HAVE_GOBJECT): Check for gobject-2.0. | Jan Djärv | 2012-09-02 | 2 | -0/+9 |
| * | | Prototype for x_wm_set_size_hint restored. | Jan Djärv | 2012-09-02 | 3 | -3/+7 |
| * | | Auto-commit of generated files. | Glenn Morris | 2012-09-02 | 2 | -5/+7 |
| * | | * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc | Michael Albinus | 2012-09-02 | 2 | -0/+7 |
| * | | Toggle whitespace matching mode with M-s SPC. | Juri Linkov | 2012-09-02 | 3 | -47/+147 |
| * | | * doc.c, editfns.c, insdel.c, intervals.c: Use bool for boolean. | Paul Eggert | 2012-09-02 | 9 | -164/+184 |
| * | | Recommand against save-window-excursion in Lisp manual. | Chong Yidong | 2012-09-02 | 4 | -52/+34 |
| * | | * keymap.c (push_key_description): Print M-TAB as C-M-i. | Chong Yidong | 2012-09-02 | 2 | -2/+14 |
| * | | * dired.el (dired-mode-map): Menu string fixes. | Chong Yidong | 2012-09-02 | 2 | -3/+7 |
| * | | Expand on NEWS entry about deletion of `z' from special-mode-map. | Chong Yidong | 2012-09-02 | 1 | -1/+2 |
| * | | src/makefile.w32-in: Update dependencies. | Juanma Barranquero | 2012-09-02 | 2 | -13/+29 |
| * | | nt/config.nt: Sync with autogen/config.in. | Juanma Barranquero | 2012-09-02 | 2 | -0/+11 |
| * | | * lisp/simple.el (undo): Tweak message in undo-only case. | Glenn Morris | 2012-09-01 | 2 | -3/+8 |