aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2008-02-15 16:59:19 +0000
committerJuanma Barranquero2008-02-15 16:59:19 +0000
commitd07529f330667fe1236b014dc08008da6c0d8ceb (patch)
tree7f9b0a0be32ddb630e272dc7f09aed2a14529f48 /lib-src/ChangeLog
parent6ad18d45df7f687f3eb3c2d18862e1717430a2cc (diff)
downloademacs-d07529f330667fe1236b014dc08008da6c0d8ceb.tar.gz
emacs-d07529f330667fe1236b014dc08008da6c0d8ceb.zip
(print_help_and_exit): Show -d option on Windows.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog22
1 files changed, 13 insertions, 9 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 10e8593a0af..1fee2324f54 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,7 @@
12008-02-15 Juanma Barranquero <lekktu@gmail.com>
2
3 * emacsclient.c (print_help_and_exit): Show -d option on Windows.
4
12008-02-10 Dan Nicolaescu <dann@ics.uci.edu> 52008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
2 6
3 * fakemail.c: Undo previous change. 7 * fakemail.c: Undo previous change.
@@ -7,8 +11,7 @@
7 * fakemail.c (MAIL_PROGRAM_NAME): Remove unused conditional. 11 * fakemail.c (MAIL_PROGRAM_NAME): Remove unused conditional.
8 (main): Replace MAIL_PROGRAM_NAME with its value. 12 (main): Replace MAIL_PROGRAM_NAME with its value.
9 13
10 * Makefile.in (REGEXP_IN_LIBC): Remove reference to obsolete 14 * Makefile.in (REGEXP_IN_LIBC): Remove reference to obsolete variable.
11 variable.
12 15
132008-02-08 Stefan Monnier <monnier@iro.umontreal.ca> 162008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
14 17
@@ -21,7 +24,8 @@
21 24
222008-02-04 Tom Tromey <tromey@redhat.com> 252008-02-04 Tom Tromey <tromey@redhat.com>
23 26
24 * etags.c: Add "GTY" as synonym for __attribute__. Update gperf output. 27 * etags.c: Add "GTY" as synonym for __attribute__.
28 Update gperf output.
25 29
262008-02-01 Jason Rumney <jasonr@gnu.org> 302008-02-01 Jason Rumney <jasonr@gnu.org>
27 31
@@ -32,9 +36,9 @@
32 36
332008-02-01 Jason Rumney <jasonr@gnu.org> 372008-02-01 Jason Rumney <jasonr@gnu.org>
34 38
35 * makefile.w32-in (obj): Add font.o and w32font.o 39 * makefile.w32-in (obj): Add font.o and w32font.o.
36 40
372008-02-01 Zhang Wei <id.brep@gmail.com> (tiny change) 412008-02-01 Zhang Wei <id.brep@gmail.com> (tiny change)
38 42
39 * lib-src/makefile.w32-in (lisp1): Delete ucs-tables.elc, 43 * lib-src/makefile.w32-in (lisp1): Delete ucs-tables.elc,
40 utf-8.elc, and latin-*.el. 44 utf-8.elc, and latin-*.el.
@@ -2689,12 +2693,12 @@
2689 * etags.c (suggest_asking_for_help): Provide a 2693 * etags.c (suggest_asking_for_help): Provide a
2690 meaningful help message with and without LONG_OPTIONS. 2694 meaningful help message with and without LONG_OPTIONS.
2691 2695
2692 * etags.c: <io.h> [MSDOS]: Include it, don't include string.h. 2696 * etags.c (<io.h>) [MSDOS]: Include it, don't include string.h.
2693 <stdlib.h, string.h>: Don't test MSDOS when including them. 2697 <stdlib.h, string.h>: Don't test MSDOS when including them.
2694 (white, nonam, endtk): Like elsewhere, use \r instead of \013. 2698 (white, nonam, endtk): Like elsewhere, use \r instead of \013.
2695 (put_entries): Correctly use %ld instead of %d in printf. 2699 (put_entries): Correctly use %ld instead of %d in printf.
2696 2700
2697 * etags.c: <unistd.h> [HAVE_UNISTD_H]: Include conditionally, else 2701 * etags.c (<unistd.h>) [HAVE_UNISTD_H]: Include conditionally, else
2698 declare getcwd if HAVE_GETCWD. 2702 declare getcwd if HAVE_GETCWD.
2699 (consider_token): Dead break instruction removed. 2703 (consider_token): Dead break instruction removed.
2700 2704
@@ -2703,14 +2707,14 @@
2703 Add support for large files. Merge glibc 2.1.2. 2707 Add support for large files. Merge glibc 2.1.2.
2704 2708
2705 * b2m.c, emacsclient.c, emacsserver.c, fakemail.c, make-docfile.c, 2709 * b2m.c, emacsclient.c, emacsserver.c, fakemail.c, make-docfile.c,
2706 movemail.c, pop.c: 2710 * movemail.c, pop.c:
2707 Do not include <stdlib.h>, as <config.h> does this now. 2711 Do not include <stdlib.h>, as <config.h> does this now.
2708 2712
2709 * b2m.c, emacsserver.c, etags.c, profile.c: 2713 * b2m.c, emacsserver.c, etags.c, profile.c:
2710 Include <config.h> before any system include files. 2714 Include <config.h> before any system include files.
2711 2715
2712 * emacsclient.c, emacsserver.c, fakemail.c, movemail.c, pop.c, 2716 * emacsclient.c, emacsserver.c, fakemail.c, movemail.c, pop.c,
2713 test-distrib.c: 2717 * test-distrib.c:
2714 (read, write, open, close): Do not undef. 2718 (read, write, open, close): Do not undef.
2715 2719
2716 * getopt.c, getopt1.c: Adopt glibc 2.1.2, with the following fix: 2720 * getopt.c, getopt1.c: Adopt glibc 2.1.2, with the following fix: