diff options
| author | Juanma Barranquero | 2014-03-03 05:57:26 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2014-03-03 05:57:26 +0100 |
| commit | 35e951cd4bee5ef9c4e3158bd7cf13c24fc4b099 (patch) | |
| tree | e62433e0952c3192f466f1334180683d6334f8c3 /lib-src | |
| parent | 542a38406dd041c1870760c792e0d05e1d0d9e39 (diff) | |
| download | emacs-35e951cd4bee5ef9c4e3158bd7cf13c24fc4b099.tar.gz emacs-35e951cd4bee5ef9c4e3158bd7cf13c24fc4b099.zip | |
*/ChangeLog: Trivial fixes.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 24 |
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 @@ | |||
| 1 | 2014-02-25 Andreas Amann <a.amann@ucc.ie> (tiny change) | 1 | 2014-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 | ||
| 691 | 2012-06-05 Glenn Morris <rgm@gnu.org> | 691 | 2012-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 | ||
| 697 | 2012-06-03 Glenn Morris <rgm@gnu.org> | 697 | 2012-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 | ||
| 1622 | 2010-07-03 Andreas Schwab <schwab@linux-m68k.org> | 1621 | 2010-07-03 Andreas Schwab <schwab@linux-m68k.org> |
| 1623 | 1622 | ||
| @@ -2496,7 +2495,7 @@ | |||
| 2496 | 2007-08-29 Jason Rumney <jasonr@gnu.org> | 2495 | 2007-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 | ||
| 4133 | 2001-11-30 Andrew Innes <andrewi@gnu.org> | 4132 | 2001-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 | ||
| 4143 | 2001-11-29 Pavel Janík <Pavel@Janik.cz> | 4139 | 2001-11-29 Pavel Janík <Pavel@Janik.cz> |