diff options
| author | Eli Zaretskii | 2012-12-10 14:08:02 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-12-10 14:08:02 +0200 |
| commit | 3907e630a71d48e693062b350571990d7ba08bbb (patch) | |
| tree | 2be1ecc0796e42c7a453a9fd5131eb5866f79876 /lib-src/ChangeLog | |
| parent | cf2d22b874ca2df0072e32ee641e8efffe4abd6d (diff) | |
| parent | 81606b10501169a5671061b8461bbc32dcec8705 (diff) | |
| download | emacs-3907e630a71d48e693062b350571990d7ba08bbb.tar.gz emacs-3907e630a71d48e693062b350571990d7ba08bbb.zip | |
Merge from trunk + rename the event. Not tested yet.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 08c9a4176ac..3a5440ed782 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,52 @@ | |||
| 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 | |||
| 17 | 2012-11-23 Paul Eggert <eggert@cs.ucla.edu> | ||
| 18 | |||
| 19 | movemail: treat EACCES etc. failures as permanent | ||
| 20 | * movemail.c (main): Treat any link failure other than EEXIST as a | ||
| 21 | permanent failure, not just EPERM. EACCES, for example. | ||
| 22 | |||
| 23 | 2012-11-21 Paul Eggert <eggert@cs.ucla.edu> | ||
| 24 | |||
| 25 | Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945). | ||
| 26 | * emacsclient.c (getcwd): Remove decl. | ||
| 27 | (get_current_dir_name): Assume getcwd exists. | ||
| 28 | * etags.c (HAVE_GETCWD): Remove. | ||
| 29 | (getcwd): Remove decl. | ||
| 30 | (NO_LONG_OPTIONS): Remove this. All uses removed. | ||
| 31 | Emacs always has GNU getopt. | ||
| 32 | (etags_getcwd): Assume getcwd exists. | ||
| 33 | * movemail.c (F_OK, X_OK, W_OK, R_OK): Remove. | ||
| 34 | |||
| 35 | 2012-11-20 Paul Eggert <eggert@cs.ucla.edu> | ||
| 36 | |||
| 37 | * emacsclient.c (handle_sigcont, handle_sigtstp): Use raise (sig) | ||
| 38 | rather than kill (getpid (), sig), as it's simpler and safer. | ||
| 39 | |||
| 40 | 2012-11-17 Juanma Barranquero <lekktu@gmail.com> | ||
| 41 | |||
| 42 | * makefile.w32-in (SYSWAIT_H): New macro. | ||
| 43 | ($(BLD)/movemail.$(O)): Update dependencies. | ||
| 44 | |||
| 45 | 2012-11-17 Paul Eggert <eggert@cs.ucla.edu> | ||
| 46 | |||
| 47 | Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881). | ||
| 48 | * movemail.c, update-game-score.c: Assume <fcntl.h> exists. | ||
| 49 | |||
| 1 | 2012-10-26 Glenn Morris <rgm@gnu.org> | 50 | 2012-10-26 Glenn Morris <rgm@gnu.org> |
| 2 | 51 | ||
| 3 | * Makefile.in (uninstall): No INSTALLABLES live in archlibdir. | 52 | * Makefile.in (uninstall): No INSTALLABLES live in archlibdir. |