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