diff options
| author | Tom Tromey | 2013-03-17 05:17:24 -0600 |
|---|---|---|
| committer | Tom Tromey | 2013-03-17 05:17:24 -0600 |
| commit | 6bd488cd8d05aa3983ca55f70ee384732d8c0085 (patch) | |
| tree | 5645fc7b882638d6c0eb3f61fd55bde1a63fc190 /lib-src/ChangeLog | |
| parent | 71f91792e3013b397996905224f387da5cc539a9 (diff) | |
| parent | 9c44569ea2a18099307e0571d523d8637000a153 (diff) | |
| download | emacs-6bd488cd8d05aa3983ca55f70ee384732d8c0085.tar.gz emacs-6bd488cd8d05aa3983ca55f70ee384732d8c0085.zip | |
merge from trunk
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 33 |
1 files changed, 32 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 81876d86165..0d7a0a4591e 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,34 @@ | |||
| 1 | 2013-03-16 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * pop.c: Fix ERRMAX typo (Bug#13925). | ||
| 4 | (socket_connection) [!HAVE_KRB5_ERROR_TEXT && HAVE_KRB5_ERROR_E_TEXT]: | ||
| 5 | Use ERROR_MAX, not ERRMAX. | ||
| 6 | |||
| 7 | 2013-03-16 Glenn Morris <rgm@gnu.org> | ||
| 8 | |||
| 9 | * Version 24.3 released. | ||
| 10 | |||
| 11 | 2013-03-13 Paul Eggert <eggert@cs.ucla.edu> | ||
| 12 | |||
| 13 | File synchronization fixes (Bug#13944). | ||
| 14 | * Makefile.in (LIB_FDATASYNC): New macro. | ||
| 15 | (emacsclient${EXEEXT}): Use it. | ||
| 16 | * emacsclient.c (main): Use fdatasync, not fsync, since we don't | ||
| 17 | care about metadata. Keep trying if interrupted. | ||
| 18 | * movemail.c (main, popmail): Don't worry about BSD_SYSTEM, since | ||
| 19 | fsync is available everywhere (or there is a substitute). | ||
| 20 | Don't report an error if fsync returns EINVAL. | ||
| 21 | |||
| 22 | Static checking by Sun C 5.12. | ||
| 23 | * etags.c (analyse_regex): Omit unreachable code. | ||
| 24 | |||
| 25 | * movemail.c (main): Call umask on all systems. | ||
| 26 | This is OK since Emacs already assumes umask elsewhere. | ||
| 27 | Don't grant more read permissions than necessary. | ||
| 28 | The old 0333 dates back to before we called setuid, | ||
| 29 | so it was needed back then to ensure user-readability, | ||
| 30 | but 0377 should suffice now. | ||
| 31 | |||
| 1 | 2013-02-08 Paul Eggert <eggert@cs.ucla.edu> | 32 | 2013-02-08 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 33 | ||
| 3 | * movemail.c (getenv): Remove decl (unused since 1994). | 34 | * movemail.c (getenv): Remove decl (unused since 1994). |
| @@ -5161,7 +5192,7 @@ | |||
| 5161 | (longopts): New long options without short counterpart are | 5192 | (longopts): New long options without short counterpart are |
| 5162 | globals, members, no-globals, no-members. Regexp options are now | 5193 | globals, members, no-globals, no-members. Regexp options are now |
| 5163 | defined conditionally to ETAGS_REGEXPS. | 5194 | defined conditionally to ETAGS_REGEXPS. |
| 5164 | (print_help): Updated. | 5195 | (print_help): Update. |
| 5165 | 5196 | ||
| 5166 | 1997-05-22 Francesco Potortì <F.Potorti@cnuce.cnr.it> | 5197 | 1997-05-22 Francesco Potortì <F.Potorti@cnuce.cnr.it> |
| 5167 | 5198 | ||