diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
| @@ -1,3 +1,31 @@ | |||
| 1 | 2012-10-26 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (EMACS_NAME): New variable. | ||
| 4 | (EMACS, install-etc, uninstall): Use $EMACS_NAME. | ||
| 5 | |||
| 6 | * Makefile.in (EMACS, EMACSFULL): Transformations should not be | ||
| 7 | applied to $EXEEXT. | ||
| 8 | |||
| 9 | * Makefile.in (uninstall): Don't abort if some directories are missing. | ||
| 10 | Apply transformation rules to manual pages, desktop and icon files. | ||
| 11 | No more emacs22 icons to uninstall. | ||
| 12 | |||
| 13 | 2012-10-24 Glenn Morris <rgm@gnu.org> | ||
| 14 | |||
| 15 | * Makefile.in (install-etc, install-man): | ||
| 16 | Don't apply program transform to standard file suffixes. | ||
| 17 | |||
| 18 | 2012-10-23 Paul Eggert <eggert@cs.ucla.edu> | ||
| 19 | |||
| 20 | * configure.ac (_FORTIFY_SOURCE): Do not multiply define (Bug#12714). | ||
| 21 | This ports to Gentoo. Problem originally reported against coreutils, | ||
| 22 | but Emacs has it too. | ||
| 23 | |||
| 24 | 2012-10-23 Glenn Morris <rgm@gnu.org> | ||
| 25 | |||
| 26 | * Makefile.in (emacs_transform): Remove. | ||
| 27 | (install-man): Revert 2012-10-21 change. (Bug#12713) | ||
| 28 | |||
| 1 | 2012-10-21 Glenn Morris <rgm@gnu.org> | 29 | 2012-10-21 Glenn Morris <rgm@gnu.org> |
| 2 | 30 | ||
| 3 | * Makefile.in (install-etc): Don't install emacs22 icons. | 31 | * Makefile.in (install-etc): Don't install emacs22 icons. |