aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog24
1 files changed, 10 insertions, 14 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 3cbda8a7706..8cf73cea5d6 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,5 +1,5 @@
12014-02-25 Andreas Amann <a.amann@ucc.ie> (tiny change) 12014-02-25 Andreas Amann <a.amann@ucc.ie> (tiny change)
2 2
3 Fix emacsclient's handling of SIGCONT (Bug#16883). 3 Fix emacsclient's handling of SIGCONT (Bug#16883).
4 * emacsclient.c (handle_sigcont): Cancel the continue only if tty. 4 * emacsclient.c (handle_sigcont): Cancel the continue only if tty.
5 5
@@ -466,7 +466,7 @@
466 * make-docfile.c (IF_LINT): 466 * make-docfile.c (IF_LINT):
467 * emacsclient.c (IF_LINT): Remove (in config.h now). 467 * emacsclient.c (IF_LINT): Remove (in config.h now).
468 468
469 * make-docfile.c (main): 469 * make-docfile.c (main)
470 (fopen) [!WINDOWSNT]: 470 (fopen) [!WINDOWSNT]:
471 (chdir) [!DOS_NT]: No more need to undef. 471 (chdir) [!DOS_NT]: No more need to undef.
472 472
@@ -690,8 +690,8 @@
690 690
6912012-06-05 Glenn Morris <rgm@gnu.org> 6912012-06-05 Glenn Morris <rgm@gnu.org>
692 692
693 * makefile.w32-in ($(BLD)/getdate.$(O), $(BLD)/leditcfns.$(O)): 693 * makefile.w32-in ($(BLD)/getdate.$(O), $(BLD)/leditcfns.$(O))
694 ($(BLD)/make-path.$(O), $(BLD)/qsort.$(O)): 694 ($(BLD)/make-path.$(O), $(BLD)/qsort.$(O))
695 ($(BLD)/timer.$(O)): Remove cruft. 695 ($(BLD)/timer.$(O)): Remove cruft.
696 696
6972012-06-03 Glenn Morris <rgm@gnu.org> 6972012-06-03 Glenn Morris <rgm@gnu.org>
@@ -1130,7 +1130,7 @@
1130 1130
1131 * emacsclient.c (main): Avoid dangling 'if'. 1131 * emacsclient.c (main): Avoid dangling 'if'.
1132 (xstrdup): Remove; no longer needed. 1132 (xstrdup): Remove; no longer needed.
1133 (get_current_dir_name, w32_getenv, get_server_config, find_tty): 1133 (get_current_dir_name, w32_getenv, get_server_config, find_tty)
1134 (set_local_socket, main): 1134 (set_local_socket, main):
1135 Use const char *, not char *, for pointers that are not assigned 1135 Use const char *, not char *, for pointers that are not assigned
1136 through. 1136 through.
@@ -1616,8 +1616,7 @@
1616 1616
1617 * fakemail.c (action): Convert function definitions to standard C. 1617 * fakemail.c (action): Convert function definitions to standard C.
1618 (add_a_stream): 1618 (add_a_stream):
1619 * test-distrib.c (cool_read): 1619 * test-distrib.c (cool_read, main): Likewise.
1620 (main): Likewise.
1621 1620
16222010-07-03 Andreas Schwab <schwab@linux-m68k.org> 16212010-07-03 Andreas Schwab <schwab@linux-m68k.org>
1623 1622
@@ -2496,7 +2495,7 @@
24962007-08-29 Jason Rumney <jasonr@gnu.org> 24952007-08-29 Jason Rumney <jasonr@gnu.org>
2497 2496
2498 * emacsclient.c (SEND_STRING, SEND_QUOTED): Remove obfuscation macros. 2497 * emacsclient.c (SEND_STRING, SEND_QUOTED): Remove obfuscation macros.
2499 (quote_argument, set_tcp_socket, handle_sigcont, handle_sigtstp): 2498 (quote_argument, set_tcp_socket, handle_sigcont, handle_sigtstp)
2500 (main): Expand removed macros inline. 2499 (main): Expand removed macros inline.
2501 (main) [WINDOWSNT]: Don't call ttyname. Don't recognize -suspend 2500 (main) [WINDOWSNT]: Don't call ttyname. Don't recognize -suspend
2502 option. 2501 option.
@@ -4132,12 +4131,9 @@
4132 4131
41332001-11-30 Andrew Innes <andrewi@gnu.org> 41322001-11-30 Andrew Innes <andrewi@gnu.org>
4134 4133
4135 * makefile.w32-in (FACE_SUPPORT): 4134 * makefile.w32-in (FACE_SUPPORT, MOUSE_SUPPORT, FLOAT_SUPPORT)
4136 (MOUSE_SUPPORT): 4135 (WINNT_SUPPORT, lisp): Reference .el files instead of .elc files,
4137 (FLOAT_SUPPORT): 4136 to simplify bootstrapping.
4138 (WINNT_SUPPORT):
4139 (lisp): Reference .el files instead of .elc files, to simplify
4140 bootstrapping.
4141 ($(DOC)): Change dependency to just `make-docfile'. 4137 ($(DOC)): Change dependency to just `make-docfile'.
4142 4138
41432001-11-29 Pavel Janík <Pavel@Janik.cz> 41392001-11-29 Pavel Janík <Pavel@Janik.cz>