diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 75b3be839e1..9f3fcc13371 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,59 @@ | |||
| 1 | 2004-06-01 Juanma Barranquero <lektu@terra.es> | ||
| 2 | |||
| 3 | * makefile.w32-in (obj): Add image.c. | ||
| 4 | |||
| 5 | 2004-05-10 Thien-Thi Nguyen <ttn@gnu.org> | ||
| 6 | |||
| 7 | * test-distrib.c (main): For failing cases, exit with | ||
| 8 | `EXIT_FAILURE'. | ||
| 9 | |||
| 10 | 2004-05-08 Jason Rumney <jasonr@gnu.org> | ||
| 11 | |||
| 12 | * makefile.w32-in (lisp1, lisp2): Split lisp to avoid long | ||
| 13 | command-lines. | ||
| 14 | |||
| 15 | 2004-05-08 Thien-Thi Nguyen <ttn@gnu.org> | ||
| 16 | |||
| 17 | * cvtmail.c: Throughout, replace 0 destined for `exit' arg | ||
| 18 | with `EXIT_SUCCESS'. Likewise, replace 1 with `EXIT_FAILURE'. | ||
| 19 | (main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value. | ||
| 20 | |||
| 21 | * ebrowse.c, emacsclient.c, fakemail.c, hexl.c, | ||
| 22 | * make-docfile.c, movemail.c, profile.c, sorted-doc.c, | ||
| 23 | * test-distrib.c, update-game-score.c, yow.c: Likewise. | ||
| 24 | |||
| 25 | 2004-05-08 Thien-Thi Nguyen <ttn@gnu.org> | ||
| 26 | |||
| 27 | * Makefile.in (emacsclient${EXEEXT}): Use makefile var `version'. | ||
| 28 | |||
| 29 | 2004-05-07 Thien-Thi Nguyen <ttn@gnu.org> | ||
| 30 | |||
| 31 | * b2m.c (GOOD, BAD): Delete macros. Throughout, | ||
| 32 | replace w/ `EXIT_SUCCESS' and `EXIT_FAILURE', respectively. | ||
| 33 | (main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value. | ||
| 34 | |||
| 35 | * etags.c: Likewise. | ||
| 36 | |||
| 37 | 2004-05-03 Jason Rumney <jasonr@gnu.org> | ||
| 38 | |||
| 39 | * makefile.nt: Remove. | ||
| 40 | |||
| 41 | 2004-04-26 Eli Zaretskii <eliz@gnu.org> | ||
| 42 | |||
| 43 | * make-docfile.c (IS_DIRECTORY_SEP): New macro. | ||
| 44 | (put_filename): Remove unused variable len. Use IS_DIRECTORY_SEP | ||
| 45 | instead of a literal '/'. | ||
| 46 | |||
| 47 | 2004-04-23 Juanma Barranquero <lektu@terra.es> | ||
| 48 | |||
| 49 | * makefile.w32-in: Add "-*- makefile -*-" mode tag. | ||
| 50 | |||
| 51 | 2004-04-17 Paul Eggert <eggert@gnu.org> | ||
| 52 | |||
| 53 | * rcs2log (Help): Clarify wording of the usage message. | ||
| 54 | Problem reported by Alan Mackenzie in | ||
| 55 | <http://mail.gnu.org/archive/html/bug-gnu-emacs/2004-04/msg00188.html>. | ||
| 56 | |||
| 1 | 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca> | 57 | 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 58 | ||
| 3 | * make-docfile.c (xmalloc): Fix return type. | 59 | * make-docfile.c (xmalloc): Fix return type. |