| Age | Commit message (Expand) | Author |
| 2012-12-10 | Merge from private trunk | Daniel Colascione |
| 2012-12-10 | Add emacs.res to .bzrignore | Daniel Colascione |
| 2012-12-10 | * configure.ac (HAVE_INOTIFY): Speed up configure-time test. | Paul Eggert |
| 2012-12-10 | Move fix for bug#12993 to trunk | Daniel Colascione |
| 2012-12-10 | Move fix for cygw32 icon issue from emacs-24 branch to trunk as Stefan Monnie... | Daniel Colascione |
| 2012-12-10 | Support filesystem notification through inotify on GNU/Linux. | RĂ¼diger Sonderfeld |
| 2012-12-09 | Compile Windows resources into cygw32 Emacs | Daniel Colascione |
| 2012-12-09 | * configure.ac: Fix source command in .gdbinit. | Andreas Schwab |
| 2012-12-08 | Allow spaces in some configuration vars (Bug#13078). | Paul Eggert |
| 2012-12-08 | Use putenv+unsetenv instead of modifying environ directly. | Paul Eggert |
| 2012-12-08 | Windows followup to 2012-12-08T02:30:51Z!eggert@cs.ucla.edu. | Eli Zaretskii |
| 2012-12-07 | Simplify get_lim_data. | Paul Eggert |
| 2012-12-07 | Assume POSIX 1003.1-1988 or later for signal.h. | Paul Eggert |
| 2012-12-05 | Merge from emacs-24; up to 2012-11-24T16:58:43Z!cyd@gnu.org | Glenn Morris |
| 2012-12-04 | Revert dumb change | Glenn Morris |
| 2012-12-04 | * configure.ac (MAKEINFO, EGREP, CC): Quote, in case of spaces in file names. | Glenn Morris |
| 2012-12-04 | * configure.ac: Handle info/ files with or without ".info" extension. | Glenn Morris |
| 2012-11-30 | Merge from gnulib for 'inline'. | Paul Eggert |
| 2012-11-26 | Merge from emacs-24; up to 2012-11-20T20:06:17Z!monnier@iro.umontreal.ca | Glenn Morris |
| 2012-11-24 | Remove HAVE_MOUSE; see https://lists.gnu.org/archive/html/emacs-devel/2012-10... | Ken Brown |
| 2012-11-24 | Fix the MS-Windows build broken by absence of the *.manifest files. | Eli Zaretskii |
| 2012-11-22 | Assume POSIX 1003.1-1988 or later for dirent.h. | Paul Eggert |
| 2012-11-21 | Assume POSIX 1003.1-1988 or later for unistd.h. | Paul Eggert |
| 2012-11-20 | Merge from emacs-24; up to 2012-11-17T22:12:47Z!eggert@cs.ucla.edu | Glenn Morris |
| 2012-11-20 | * configure.ac (--enable-profiling): Doc fix. | Glenn Morris |
| 2012-11-20 | Omit -Wstrict-overflow as it does not play well with --enable-checking. | Paul Eggert |
| 2012-11-19 | Improve static checking of integer overflow and stack smashing. | Paul Eggert |
| 2012-11-17 | Assume POSIX 1003.1-1988 or later for fcntl.h. | Paul Eggert |
| 2012-11-16 | Remove no-longer-used pty_max_bytes variable. | Paul Eggert |
| 2012-11-13 | Use faccessat, not access, when checking file permissions. | Paul Eggert |
| 2012-11-04 | Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid. | Paul Eggert |
| 2012-11-04 | Simplify by assuming __fpending. | Paul Eggert |
| 2012-11-03 | Fix order of entries in ChangeLog files. | Eli Zaretskii |
| 2012-11-03 | Fix Windows build as fallout from 2012-11-03T18:54:17Z!eggert@cs.ucla.edu. | Eli Zaretskii |
| 2012-11-03 | Merge from emacs-24; up to 2012-11-03T05:11:34Z!dmantipov@yandex.ru | Glenn Morris |
| 2012-11-03 | Fix data-loss with --batch. | Paul Eggert |
| 2012-11-03 | Adapt the MSDOS build to the latest changes on mainline. | Eli Zaretskii |
| 2012-11-02 | Allow choice of icon style at install time | Glenn Morris |
| 2012-10-26 | * Makefile.in (EMACS_NAME): New variable. | Glenn Morris |
| 2012-10-26 | Program name transformations should not be applied to $EXEEXT. | Glenn Morris |
| 2012-10-26 | Misc fixes for make uninstall | Glenn Morris |
| 2012-10-24 | * Makefile.in (install-etc): Don't apply program transform to file suffixes. | Glenn Morris |
| 2012-10-24 | * Makefile.in (install-man): Don't apply transform to suffix. | Glenn Morris |
| 2012-10-23 | * configure.ac (_FORTIFY_SOURCE): Do not multiply define. | Paul Eggert |
| 2012-10-23 | Revert 2012-10-21 Makefile.in change (bug#12713) | Glenn Morris |
| 2012-10-20 | Put back old Emacs 22 icons, just don't install them | Glenn Morris |
| 2012-10-20 | In Makefile.in, use a make variable rather than a shell variable. | Glenn Morris |
| 2012-10-19 | Undo faccessat change. | Paul Eggert |
| 2012-10-19 | Use faccessat, not access, when checking file permissions. | Paul Eggert |
| 2012-10-18 | * lisp/emacs-lisp/gv.el (cond): Same fix as before for `if'. | Stefan Monnier |