diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 8cdce18bd87..9ebfbc29ecd 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,48 @@ | |||
| 1 | 2008-01-26 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * emacsclient.c (decode_options): Default to a NULL display, as Emacs-22. | ||
| 4 | Allow the -d option under w32 again, for those rare cases where it | ||
| 5 | actually does make sense. | ||
| 6 | |||
| 7 | 2008-01-25 Juanma Barranquero <lekktu@gmail.com> | ||
| 8 | |||
| 9 | * emacsclient.c (set_tcp_socket): Don't send "\n" after | ||
| 10 | the authentication string; there's no need to haste. | ||
| 11 | |||
| 12 | 2008-01-22 Chong Yidong <cyd@stupidchicken.com> | ||
| 13 | |||
| 14 | * pop.c (pop_stat, pop_last): Fix last fix. | ||
| 15 | |||
| 16 | 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 17 | |||
| 18 | * movemail.c: Remove references to XENIX. | ||
| 19 | |||
| 20 | 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 21 | |||
| 22 | * movemail.c: | ||
| 23 | * make-docfile.c: Remove reference to symbols defined by systems | ||
| 24 | not supported anymore: MAC_OS8, XENIX and STRIDE. | ||
| 25 | |||
| 26 | 2008-01-12 Eli Zaretskii <eliz@gnu.org> | ||
| 27 | |||
| 28 | * emacsclient.c (decode_options) [WINDOWSNT]: Don't use the value | ||
| 29 | of DISPLAY in the environment. Don't support -d. | ||
| 30 | (print_help_and_exit) [WINDOWSNT]: Don't show the --display option. | ||
| 31 | (longopts) [WINDOWSNT]: Remove --display. | ||
| 32 | |||
| 33 | 2008-01-10 Chong Yidong <cyd@stupidchicken.com> | ||
| 34 | |||
| 35 | * pop.c (pop_stat, pop_last): Check validity of string-to-integer | ||
| 36 | conversion. Mistakes spotted by Nico Golde. | ||
| 37 | |||
| 38 | 2008-01-09 Glenn Morris <rgm@gnu.org> | ||
| 39 | |||
| 40 | * emacsclient.c: Add missing final newlines to message calls. | ||
| 41 | |||
| 42 | 2008-01-09 Daniel Hackney <dan@haxney.org> (tiny change) | ||
| 43 | |||
| 44 | * emacsclient.c (set_socket): Add final newline to socket error message. | ||
| 45 | |||
| 1 | 2008-01-04 Glenn Morris <rgm@gnu.org> | 46 | 2008-01-04 Glenn Morris <rgm@gnu.org> |
| 2 | 47 | ||
| 3 | * ebrowse.c (version) <emacs_copyright>: New variable. | 48 | * ebrowse.c (version) <emacs_copyright>: New variable. |