diff options
| author | Bill Wohler | 2012-12-08 17:19:00 -0800 |
|---|---|---|
| committer | Bill Wohler | 2012-12-08 17:19:00 -0800 |
| commit | e1b489df7af8f7034f8c2ef275b786e93a39df31 (patch) | |
| tree | 2edc9307185e2c77b98fe75f6d7eb0476c58c7e3 /lib-src/ChangeLog | |
| parent | ce974958f93ffa2e1bd01b4dd85dcb8ec1395787 (diff) | |
| parent | c6c08d3f8fe4d2c9e588189e46d60a30ef3e8d20 (diff) | |
| download | emacs-e1b489df7af8f7034f8c2ef275b786e93a39df31.tar.gz emacs-e1b489df7af8f7034f8c2ef275b786e93a39df31.zip | |
Merge from trunk; up to 2012-12-09T01:04:43Z!rgm@gnu.org.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index b85ba12a5b2..480ddabd44a 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2012-12-02 Kevin Ryde <user42@zip.com.au> | ||
| 2 | |||
| 3 | * etags.c (Lisp_functions): Skip (defvar foo) declarations unless | ||
| 4 | the --declarations flag is enabled (Bug#5600). | ||
| 5 | (Lisp_help): Update. | ||
| 6 | (skip_name): New function. | ||
| 7 | |||
| 8 | 2012-12-01 Kevin Ryde <user42@zip.com.au> | ||
| 9 | |||
| 10 | * etags.c (Perl_functions): Support "use constant" (Bug#5055). | ||
| 11 | |||
| 12 | 2012-11-27 Paul Eggert <eggert@cs.ucla.edu> | ||
| 13 | |||
| 14 | Assume POSIX 1003.1-1988 or later for errno.h (Bug#12968). | ||
| 15 | * movemail.c (main): Assume EAGAIN and EBUSY. | ||
| 16 | |||
| 1 | 2012-11-23 Paul Eggert <eggert@cs.ucla.edu> | 17 | 2012-11-23 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 18 | ||
| 3 | movemail: treat EACCES etc. failures as permanent | 19 | movemail: treat EACCES etc. failures as permanent |