diff options
| author | Bill Wohler | 2013-02-18 10:11:43 -0800 |
|---|---|---|
| committer | Bill Wohler | 2013-02-18 10:11:43 -0800 |
| commit | 21733e4f154f8830fa568a347a0d6dbd59793c2b (patch) | |
| tree | 3170dbbcdfafeb42f6c381d6b80b251e9f31b788 /lib-src/ChangeLog | |
| parent | 6d14beddb06b5ae86f9dd770a1661ebd24846f28 (diff) | |
| parent | 587feed443522f738b65b57b22a31cc8a25525c5 (diff) | |
| download | emacs-21733e4f154f8830fa568a347a0d6dbd59793c2b.tar.gz emacs-21733e4f154f8830fa568a347a0d6dbd59793c2b.zip | |
Merge from trunk; up to 2013-02-18T01:30:27Z!monnier@iro.umontreal.ca.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 480ddabd44a..81876d86165 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,26 @@ | |||
| 1 | 2013-02-08 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * movemail.c (getenv): Remove decl (unused since 1994). | ||
| 4 | |||
| 5 | 2013-01-15 Paul Eggert <eggert@cs.ucla.edu> | ||
| 6 | |||
| 7 | * make-docfile.c (write_globals): Make it a bit clearer (Bug#13448). | ||
| 8 | This pacifies GCC 4.7.2 when Emacs is configured with | ||
| 9 | --enable-link-time-optimization and --enable-gcc-warnings. | ||
| 10 | |||
| 11 | 2013-01-01 Juanma Barranquero <lekktu@gmail.com> | ||
| 12 | |||
| 13 | * makefile.w32-in (lisp1): Add macroexp.elc (bug#13320). | ||
| 14 | |||
| 15 | 2012-12-11 Juanma Barranquero <lekktu@gmail.com> | ||
| 16 | |||
| 17 | * makefile.w32-in (SYSWAIT_H): Update dependencies. | ||
| 18 | |||
| 19 | 2012-12-10 Eli Zaretskii <eliz@gnu.org> | ||
| 20 | |||
| 21 | * makefile.w32-in (obj): Add w32notify.o. Add missing X and Unix | ||
| 22 | sources. | ||
| 23 | |||
| 1 | 2012-12-02 Kevin Ryde <user42@zip.com.au> | 24 | 2012-12-02 Kevin Ryde <user42@zip.com.au> |
| 2 | 25 | ||
| 3 | * etags.c (Lisp_functions): Skip (defvar foo) declarations unless | 26 | * etags.c (Lisp_functions): Skip (defvar foo) declarations unless |
| @@ -8470,7 +8493,7 @@ | |||
| 8470 | ;; coding: utf-8 | 8493 | ;; coding: utf-8 |
| 8471 | ;; End: | 8494 | ;; End: |
| 8472 | 8495 | ||
| 8473 | Copyright (C) 1988-1999, 2001-2012 Free Software Foundation, Inc. | 8496 | Copyright (C) 1988-1999, 2001-2013 Free Software Foundation, Inc. |
| 8474 | 8497 | ||
| 8475 | This file is part of GNU Emacs. | 8498 | This file is part of GNU Emacs. |
| 8476 | 8499 | ||