Mercurial > emacs
comparison lib-src/ChangeLog @ 91367:c70e45a7acfd
Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-324
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 30 Jan 2008 07:57:28 +0000 |
parents | 606f2d163a64 e830695cdb7f |
children |
comparison
equal
deleted
inserted
replaced
91366:86f3a8f0a3a6 | 91367:c70e45a7acfd |
---|---|
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. |
4 Just use current year for copyright. | 49 Just use current year for copyright. |
5 | 50 |