aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
* (lib-src,src,lib)/makefile.w32-in: Update dependencies.Juanma Barranquero2012-12-111-0/+5
* Merge from private trunkDaniel Colascione2012-12-101-0/+2
|\
| * Add emacs.res to .bzrignoreDaniel Colascione2012-12-101-0/+2
* | * configure.ac (HAVE_INOTIFY): Speed up configure-time test.Paul Eggert2012-12-101-0/+6
|/
* Move fix for cygw32 icon issue from emacs-24 branch to trunk as Stefan Monnie...Daniel Colascione2012-12-101-0/+6
|\
| * Compile Windows resources into cygw32 EmacsDaniel Colascione2012-12-091-0/+6
* | Support filesystem notification through inotify on GNU/Linux.RĂ¼diger Sonderfeld2012-12-101-0/+5
* | * configure.ac: Fix source command in .gdbinit.Andreas Schwab2012-12-091-0/+5
* | Allow spaces in some configuration vars (Bug#13078).Paul Eggert2012-12-081-0/+7
* | Use putenv+unsetenv instead of modifying environ directly.Paul Eggert2012-12-081-0/+7
* | Windows followup to 2012-12-08T02:30:51Z!eggert@cs.ucla.edu.Eli Zaretskii2012-12-081-0/+6
* | Simplify get_lim_data.Paul Eggert2012-12-071-0/+3
* | Assume POSIX 1003.1-1988 or later for signal.h.Paul Eggert2012-12-071-0/+9
* | Merge from emacs-24; up to 2012-11-24T16:58:43Z!cyd@gnu.orgGlenn Morris2012-12-051-0/+4
|\ \ | |/
| * Revert dumb changeGlenn Morris2012-12-041-3/+0
| * * configure.ac (MAKEINFO, EGREP, CC): Quote, in case of spaces in file names.Glenn Morris2012-12-041-0/+3
| * * configure.ac: Handle info/ files with or without ".info" extension.Glenn Morris2012-12-041-2/+5
* | Merge from gnulib for 'inline'.Paul Eggert2012-11-301-0/+22
* | Merge from emacs-24; up to 2012-11-20T20:06:17Z!monnier@iro.umontreal.caGlenn Morris2012-11-261-0/+4
|\ \ | |/
| * Fix the MS-Windows build broken by absence of the *.manifest files.Eli Zaretskii2012-11-241-0/+5
* | Remove HAVE_MOUSE; see https://lists.gnu.org/archive/html/emacs-devel/2012-10...Ken Brown2012-11-241-0/+4
* | Assume POSIX 1003.1-1988 or later for dirent.h.Paul Eggert2012-11-221-0/+5
* | Assume POSIX 1003.1-1988 or later for unistd.h.Paul Eggert2012-11-211-0/+5
* | Merge from emacs-24; up to 2012-11-17T22:12:47Z!eggert@cs.ucla.eduGlenn Morris2012-11-201-0/+4
|\ \ | |/
| * * configure.ac (--enable-profiling): Doc fix.Glenn Morris2012-11-201-0/+4
* | Omit -Wstrict-overflow as it does not play well with --enable-checking.Paul Eggert2012-11-201-3/+3
* | Improve static checking of integer overflow and stack smashing.Paul Eggert2012-11-191-0/+8
* | Assume POSIX 1003.1-1988 or later for fcntl.h.Paul Eggert2012-11-171-0/+6
* | Remove no-longer-used pty_max_bytes variable.Paul Eggert2012-11-161-0/+5
* | Use faccessat, not access, when checking file permissions.Paul Eggert2012-11-131-0/+13
* | Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid.Paul Eggert2012-11-041-0/+4
* | Simplify by assuming __fpending.Paul Eggert2012-11-041-0/+8
* | Fix order of entries in ChangeLog files.Eli Zaretskii2012-11-031-2/+4
* | Fix Windows build as fallout from 2012-11-03T18:54:17Z!eggert@cs.ucla.edu.Eli Zaretskii2012-11-031-0/+5
* | Merge from emacs-24; up to 2012-11-03T05:11:34Z!dmantipov@yandex.ruGlenn Morris2012-11-031-0/+4
|\ \ | |/
| * Adapt the MSDOS build to the latest changes on mainline.Eli Zaretskii2012-11-031-0/+4
* | Fix data-loss with --batch.Paul Eggert2012-11-031-0/+8
* | Allow choice of icon style at install timeGlenn Morris2012-11-021-0/+5
|/
* * Makefile.in (EMACS_NAME): New variable.Glenn Morris2012-10-261-0/+3
* Program name transformations should not be applied to $EXEEXT.Glenn Morris2012-10-261-0/+3
* Misc fixes for make uninstallGlenn Morris2012-10-261-0/+6
* * Makefile.in (install-etc): Don't apply program transform to file suffixes.Glenn Morris2012-10-241-1/+2
* * Makefile.in (install-man): Don't apply transform to suffix.Glenn Morris2012-10-241-0/+4
* * configure.ac (_FORTIFY_SOURCE): Do not multiply define.Paul Eggert2012-10-231-0/+6
* Revert 2012-10-21 Makefile.in change (bug#12713)Glenn Morris2012-10-231-0/+5
* Put back old Emacs 22 icons, just don't install themGlenn Morris2012-10-201-0/+2
* In Makefile.in, use a make variable rather than a shell variable.Glenn Morris2012-10-201-0/+5
* Undo faccessat change.Paul Eggert2012-10-191-13/+0
* Use faccessat, not access, when checking file permissions.Paul Eggert2012-10-191-0/+13
* * lisp/emacs-lisp/gv.el (cond): Same fix as before for `if'.Stefan Monnier2012-10-181-86/+90