diff options
| author | Joakim Verona | 2012-11-26 13:36:10 +0100 |
|---|---|---|
| committer | Joakim Verona | 2012-11-26 13:36:10 +0100 |
| commit | e1abb9a1e78c6e3a55f39e041b9b8d4998b6ff54 (patch) | |
| tree | 2850b2dd32a760ff2ed76445472305f9ed561841 /lib-src/ChangeLog | |
| parent | 01537ffb98320064484ed4898ad66318b18a8e46 (diff) | |
| parent | 551aaa664fcc94c80a7cb4f34bdc12c7dfe18fb2 (diff) | |
| download | emacs-e1abb9a1e78c6e3a55f39e041b9b8d4998b6ff54.tar.gz emacs-e1abb9a1e78c6e3a55f39e041b9b8d4998b6ff54.zip | |
upstream
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 67035773977..b85ba12a5b2 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2012-11-23 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | movemail: treat EACCES etc. failures as permanent | ||
| 4 | * movemail.c (main): Treat any link failure other than EEXIST as a | ||
| 5 | permanent failure, not just EPERM. EACCES, for example. | ||
| 6 | |||
| 7 | 2012-11-21 Paul Eggert <eggert@cs.ucla.edu> | ||
| 8 | |||
| 9 | Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945). | ||
| 10 | * emacsclient.c (getcwd): Remove decl. | ||
| 11 | (get_current_dir_name): Assume getcwd exists. | ||
| 12 | * etags.c (HAVE_GETCWD): Remove. | ||
| 13 | (getcwd): Remove decl. | ||
| 14 | (NO_LONG_OPTIONS): Remove this. All uses removed. | ||
| 15 | Emacs always has GNU getopt. | ||
| 16 | (etags_getcwd): Assume getcwd exists. | ||
| 17 | * movemail.c (F_OK, X_OK, W_OK, R_OK): Remove. | ||
| 18 | |||
| 1 | 2012-11-20 Paul Eggert <eggert@cs.ucla.edu> | 19 | 2012-11-20 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 20 | ||
| 3 | * emacsclient.c (handle_sigcont, handle_sigtstp): Use raise (sig) | 21 | * emacsclient.c (handle_sigcont, handle_sigtstp): Use raise (sig) |