aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 67035773977..8e835795e6a 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,15 @@
12012-11-21 Paul Eggert <eggert@cs.ucla.edu>
2
3 Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
4 * emacsclient.c (getcwd): Remove decl.
5 (get_current_dir_name): Assume getcwd exists.
6 * etags.c (HAVE_GETCWD): Remove.
7 (getcwd): Remove decl.
8 (NO_LONG_OPTIONS): Remove this. All uses removed.
9 Emacs always has GNU getopt.
10 (etags_getcwd): Assume getcwd exists.
11 * movemail.c (F_OK, X_OK, W_OK, R_OK): Remove.
12
12012-11-20 Paul Eggert <eggert@cs.ucla.edu> 132012-11-20 Paul Eggert <eggert@cs.ucla.edu>
2 14
3 * emacsclient.c (handle_sigcont, handle_sigtstp): Use raise (sig) 15 * emacsclient.c (handle_sigcont, handle_sigtstp): Use raise (sig)