From f387bdeaaed93f4ca2189a752d8c0bde64ff22d8 Mon Sep 17 00:00:00 2001 From: Richard M. Stallman Date: Fri, 12 Sep 2003 01:09:43 +0000 Subject: *** empty log message *** --- lib-src/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'lib-src/ChangeLog') diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 8ffc797a681..4e8da57491c 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,13 @@ +2003-09-10 Richard M. Stallman + + * emacsclient.c (main): Use socket_name. + +2003-09-10 Andreas_B,A|(Bsching (tiny change) + + * emacsclient.c (socket_name): New variable. + (longopts, decode_options, print_help_and_exit): + Handle --socket-name argument. + 2003-08-25 Takaaki Ota (tiny change) * etags.c (consider_token): check C++ `operator' only when the -- cgit v1.2.1 From 14ef72889c1436e618329426a588fc0d828a1195 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 28 Sep 2003 09:19:38 +0000 Subject: *** empty log message *** --- lib-src/ChangeLog | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'lib-src/ChangeLog') diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 4e8da57491c..cb807106836 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,8 +1,15 @@ +2003-09-28 Andreas B,A|(Bsching (tiny change) + + * emacsclient.c (quote_file_name): Print the result instead of + returning it. Fix the return type accordingly. + (main): Under --eval, don't fail if left with additional + arguments after decoding options. Quote file names. + 2003-09-10 Richard M. Stallman * emacsclient.c (main): Use socket_name. -2003-09-10 Andreas_B,A|(Bsching (tiny change) +2003-09-10 Andreas B,A|(Bsching (tiny change) * emacsclient.c (socket_name): New variable. (longopts, decode_options, print_help_and_exit): -- cgit v1.2.1 From 1ae7cf5ee87d39b602b88817127123ed23ad03de Mon Sep 17 00:00:00 2001 From: Richard M. Stallman Date: Mon, 20 Oct 2003 23:46:31 +0000 Subject: (edebug-display-freq-count): Doc fix. --- lib-src/ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib-src/ChangeLog') diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index cb807106836..3e2350c7842 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -2,8 +2,8 @@ * emacsclient.c (quote_file_name): Print the result instead of returning it. Fix the return type accordingly. - (main): Under --eval, don't fail if left with additional - arguments after decoding options. Quote file names. + (main): With --eval, if no file name, read from stdin. + Quote file names. 2003-09-10 Richard M. Stallman -- cgit v1.2.1 From 8babaa59603bad912ca7fdefe1d83ede41c01fd2 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Wed, 24 Dec 2003 07:32:41 +0000 Subject: *** empty log message *** --- lib-src/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib-src/ChangeLog') diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 3e2350c7842..1a0774e7e57 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,8 @@ +2003-12-24 Thien-Thi Nguyen + + * make-docfile.c (main): For return code, no longer special-case VMS. + Instead, use `EXIT_SUCCESS' and `EXIT_FAILURE' from stdlib.h. + 2003-09-28 Andreas B,A|(Bsching (tiny change) * emacsclient.c (quote_file_name): Print the result instead of -- cgit v1.2.1 From c91406620cbf11dd9293ac52d6ee55f3dcf2a5fd Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 27 Dec 2003 08:18:42 +0000 Subject: (rlog_options): Append -rbranchtag if CVS/Tag indicates a tag, and if the user has not specified an rlog option. Adapted from a suggestion by Martin Stjernholm in . (Copyright): Update to 2003. --- lib-src/ChangeLog | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'lib-src/ChangeLog') diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 1a0774e7e57..542761fda2f 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,11 @@ +2003-12-27 Paul Eggert + + * rcs2log (rlog_options): Append -rbranchtag if CVS/Tag indicates + a tag, and if the user has not specified an rlog option. + Adapted from a suggestion by Martin Stjernholm in + . + (Copyright): Update to 2003. + 2003-12-24 Thien-Thi Nguyen * make-docfile.c (main): For return code, no longer special-case VMS. @@ -5461,7 +5469,7 @@ Tue Jul 1 01:09:07 1997 Geoff Voelker ;; coding: iso-2022-7bit ;; End: - Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002 + Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved. -- cgit v1.2.1 From e822882420396cb0fd14cf3e33b8035306dac726 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 4 Jan 2004 16:42:06 +0000 Subject: (main): Fix socket name when using another user. --- lib-src/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib-src/ChangeLog') diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 542761fda2f..0e6a568db49 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,7 @@ +2004-01-04 Andreas Schwab + + * emacsclient.c (main): Fix socket name when using another user. + 2003-12-27 Paul Eggert * rcs2log (rlog_options): Append -rbranchtag if CVS/Tag indicates -- cgit v1.2.1 From 152b6e830f5213943afbb70be0e91a022f63556f Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Thu, 8 Jan 2004 12:20:43 +0000 Subject: (main): Save errno from socket_status. --- lib-src/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib-src/ChangeLog') diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 0e6a568db49..6aa96d2cc91 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,7 @@ +2004-01-08 Andreas Schwab + + * emacsclient.c (main): Save errno from socket_status. + 2004-01-04 Andreas Schwab * emacsclient.c (main): Fix socket name when using another user. -- cgit v1.2.1 From 2a6fc2d92eba660079107fcfe245b9d5d32ea4f5 Mon Sep 17 00:00:00 2001 From: Richard M. Stallman Date: Sat, 24 Jan 2004 21:58:19 +0000 Subject: *** empty log message *** --- lib-src/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib-src/ChangeLog') diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 6aa96d2cc91..3e66cba3563 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,8 @@ +2004-01-24 Richard M. Stallman + + * emacsclient.c (main): Restore errno from saved_errno, + so the error message comes from socket_status. + 2004-01-08 Andreas Schwab * emacsclient.c (main): Save errno from socket_status. -- cgit v1.2.1 From 0734b0d08d1d8d7fb50654261517624fdd3efd0e Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 27 Jan 2004 23:07:13 +0000 Subject: (main): Don't use the hostname in the socket name. Look for relative socket names in the /tmp dir rather than in cwd. --- lib-src/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'lib-src/ChangeLog') diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 3e66cba3563..6ea0e8be97a 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,8 +1,19 @@ +2004-01-27 Stefan Monnier + + * emacsclient.c (main): Don't use the hostname in the socket name. + Look for relative socket names in the /tmp dir rather than in cwd. + 2004-01-24 Richard M. Stallman * emacsclient.c (main): Restore errno from saved_errno, so the error message comes from socket_status. +2004-01-20 Stefan Monnier + + * emacsclient.c (main): Stop if socket name too long. + Only try su-fallback if the socket name was not explicit. + Check socket name length in su-fallback case as well. + 2004-01-08 Andreas Schwab * emacsclient.c (main): Save errno from socket_status. -- cgit v1.2.1 From 98c6e531edf6d405da2aa758f198838dee3d4402 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 6 Feb 2004 22:36:10 +0000 Subject: *** empty log message *** --- lib-src/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib-src/ChangeLog') diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 6ea0e8be97a..6378f0e99a7 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,7 @@ +2004-02-04 J,bi(Br,bt(Bme Marant (tiny) + + * emacsclient.c (decode_options): Fix handling of alternate editor. + 2004-01-27 Stefan Monnier * emacsclient.c (main): Don't use the hostname in the socket name. -- cgit v1.2.1 From 9766d41b5173e4cf907793fb189ed451938741d4 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 15 Feb 2004 07:47:45 +0000 Subject: rcs2log fixes for CVSROOT var. Update Copyright dates to include 2004, and 1988 through 1992. --- lib-src/ChangeLog | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'lib-src/ChangeLog') diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 6378f0e99a7..b2820eff2f3 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,14 @@ +2004-02-14 Paul Eggert + + * rcs2log: Work correctly if CVSROOT specifies :fork: or + :local: methods, or omits the colon between the hostname + and the path. Allow :/ in repository path, since CVS does. + Fix typo: "pository" should be set from $CVSROOT, not $repository. + This fixes a bug reported by Wolfgang Scherer in + , + along with some related bugs I discovered by inspecting how + CVS itself parses $CVSROOT. + 2004-02-04 J,bi(Br,bt(Bme Marant (tiny) * emacsclient.c (decode_options): Fix handling of alternate editor. @@ -5497,7 +5508,8 @@ Tue Jul 1 01:09:07 1997 Geoff Voelker ;; coding: iso-2022-7bit ;; End: - Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003 + Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, + 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved. -- cgit v1.2.1 From 783bcffa10c4e226086063f15d45cb2de7038421 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Mon, 16 Feb 2004 03:18:25 +0000 Subject: *** empty log message *** --- lib-src/ChangeLog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'lib-src/ChangeLog') diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index b2820eff2f3..5758a6d0b89 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -29,6 +29,12 @@ Only try su-fallback if the socket name was not explicit. Check socket name length in su-fallback case as well. +2004-01-20 Stefan Monnier + + * emacsclient.c (main): Stop if socket name too long. + Only try su-fallback if the socket name was not explicit. + Check socket name length in su-fallback case as well. + 2004-01-08 Andreas Schwab * emacsclient.c (main): Save errno from socket_status. @@ -69,7 +75,7 @@ 2003-08-25 Takaaki Ota (tiny change) - * etags.c (consider_token): check C++ `operator' only when the + * etags.c (consider_token): Check C++ `operator' only when the token len is long enough. 2003-08-20 Dave Love -- cgit v1.2.1 From a64387eecc3775b638dd0d65a3942d872e7c8bcc Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 1 Mar 2004 18:49:17 +0000 Subject: *** empty log message *** --- lib-src/ChangeLog | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'lib-src/ChangeLog') diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 5758a6d0b89..9876b0b041a 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,7 @@ +2004-03-01 Juanma Barranquero + + * makefile.w32-in (obj): Add fringe.c. + 2004-02-14 Paul Eggert * rcs2log: Work correctly if CVSROOT specifies :fork: or @@ -9,7 +13,7 @@ along with some related bugs I discovered by inspecting how CVS itself parses $CVSROOT. -2004-02-04 J,bi(Br,bt(Bme Marant (tiny) +2004-02-04 J,bi(Br,bt(Bme Marant (tiny change) * emacsclient.c (decode_options): Fix handling of alternate editor. @@ -1638,7 +1642,7 @@ Now used as element of a linked list. (patterns, num_patterns): Global variables deleted. (p_head): New global variable. - (forced_lang): New global variable (replaces lang_func). + (forced_lang): New global variable (replaces lang_func). (get_language_from_name, get_language_from_interpreter) (get_language_from_suffix): Semantics changed. All callers changed. (last_node): New global variable. @@ -2902,7 +2906,7 @@ Tue Jul 1 01:09:07 1997 Geoff Voelker * etags.c (lowcase): Use the standard tolower function. (substitute): Remove some wrong and some useless code related with - escape `\` character in regexp replacement string. + escape '\' character in regexp replacement string. (TEX_defenv): Added part, appendix, entry, index. Removed typeout. (lang_suffixes): New suffixes: .hpp for C++; .f90 for Fortran; .bib, .ltx, .TeX for TeX (.bbl, .dtx removed); .ml for Lisp; @@ -3923,7 +3927,7 @@ Tue Jul 1 01:09:07 1997 Geoff Voelker 1994-02-17 Francesco Potorti` (pot@cnuce.cnr.it) - * etags.c (--absolute-pathnames): option removed. + * etags.c (--absolute-pathnames): Option removed. 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu) @@ -4384,8 +4388,8 @@ Tue Jul 1 01:09:07 1997 Geoff Voelker 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) - * Makefile.in: (${archlibdir}): Use `(cd foo && pwd)` instead of - `(cd foo ; pwd)` to get the canonical name of a directory; cd + * Makefile.in: (${archlibdir}): Use `(cd foo && pwd)' instead of + `(cd foo ; pwd)' to get the canonical name of a directory; cd might fail, and have pwd print out the current directory. * movemail.c [MAIL_USE_POP] (main): Don't use non-portable @@ -5070,7 +5074,7 @@ Tue Jul 1 01:09:07 1997 Geoff Voelker * etags.c (C_entries): Process token before handling end of line. When inner loops reach end of line, just back up. Let the real end of line processing happen in just one place. - (consider_token): Likewise. + (consider_token): Likewise. 1991-04-11 Jim Blandy (jimb@geech.gnu.ai.mit.edu) @@ -5183,7 +5187,7 @@ Tue Jul 1 01:09:07 1997 Geoff Voelker 1990-03-14 Joseph Arceneaux (jla@churchy.ai.mit.edu) - * etags.c (getit): Recognize '$' as beginning identifiers. + * etags.c (getit): Recognize '$' as beginning identifiers. 1990-02-22 David Lawrence (tale@pogo.ai.mit.edu) -- cgit v1.2.1 From bdfd0369ce065c4ed22cf74c6f32c6a081eca56f Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 9 Mar 2004 22:47:27 +0000 Subject: Changes to support ChangeLog.10+. (main): Tidy up usage string. Fix "Use of uninitialized value" warning. Set version to 0.2. Parse the directory listing to get any ChangeLog.n file, not just 1..9. (header_match_p, entry_match_p, print_log, parse_changelog): Remove Perl prototypes (their purpose is to help the parser, which isn't needed here, not declare arguments). (parse_changelog): Make --reverse faster on big batches by not modifying the entries list. --- lib-src/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'lib-src/ChangeLog') diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 9876b0b041a..4e995ff185a 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,15 @@ +2004-03-09 Juanma Barranquero + + * grep-changelog: Changes to support ChangeLog.10+. + (main): Tidy up usage string. Fix "Use of uninitialized value" + warning. Set version to 0.2. Parse the directory listing to get + any ChangeLog.n file, not just 1..9. + (header_match_p, entry_match_p, print_log, parse_changelog): + Remove Perl prototypes (their purpose is to help the parser, which + isn't needed here, not declare arguments). + (parse_changelog): Make --reverse faster on big batches by not + modifying the entries list. + 2004-03-01 Juanma Barranquero * makefile.w32-in (obj): Add fringe.c. -- cgit v1.2.1 From d08c4c28577fceae903a3304258654b4d491b8cf Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Mon, 22 Mar 2004 15:38:14 +0000 Subject: Fix copyright. --- lib-src/ChangeLog | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lib-src/ChangeLog') diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 4e995ff185a..819b4db4a1d 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -45,12 +45,6 @@ Only try su-fallback if the socket name was not explicit. Check socket name length in su-fallback case as well. -2004-01-20 Stefan Monnier - - * emacsclient.c (main): Stop if socket name too long. - Only try su-fallback if the socket name was not explicit. - Check socket name length in su-fallback case as well. - 2004-01-08 Andreas Schwab * emacsclient.c (main): Save errno from socket_status. -- cgit v1.2.1 From d5d66b7edaf3ee8b3c5e87ee9147f63efa8c1439 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Wed, 7 Apr 2004 19:18:42 +0000 Subject: (xmalloc): Fix return type. (put_filename): New fun. (scan_file): Use it. --- lib-src/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib-src/ChangeLog') diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 819b4db4a1d..75b3be839e1 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,9 @@ +2004-04-07 Stefan Monnier + + * make-docfile.c (xmalloc): Fix return type. + (put_filename): New fun. + (scan_file): Use it. + 2004-03-09 Juanma Barranquero * grep-changelog: Changes to support ChangeLog.10+. -- cgit v1.2.1 From 442a2160f474251e680b204693f61f28a722de60 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 18 Apr 2004 06:02:16 +0000 Subject: * rcs2log (Help): Clarify wording of the usage message. --- lib-src/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib-src/ChangeLog') diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 75b3be839e1..7355a29348a 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,9 @@ +2004-04-17 Paul Eggert + + * rcs2log (Help): Clarify wording of the usage message. + Problem reported by Alan Mackenzie in + . + 2004-04-07 Stefan Monnier * make-docfile.c (xmalloc): Fix return type. -- cgit v1.2.1 From d814862aa67a502a014d15c965f353f97500365a Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 23 Apr 2004 00:25:28 +0000 Subject: *** empty log message *** --- lib-src/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib-src/ChangeLog') diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 7355a29348a..eaf07239901 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,7 @@ +2004-04-23 Juanma Barranquero + + * makefile.w32-in: Add "-*- makefile -*-" mode tag. + 2004-04-17 Paul Eggert * rcs2log (Help): Clarify wording of the usage message. -- cgit v1.2.1 From b09c560845ae108ac90675000eeacc2add6eb2b5 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 26 Apr 2004 10:49:11 +0000 Subject: (IS_DIRECTORY_SEP): New macro. (put_filename): Remove unused variable len. Use IS_DIRECTORY_SEP instead of a literal '/'. --- lib-src/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib-src/ChangeLog') diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index eaf07239901..e2fcc6cc939 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,9 @@ +2004-04-26 Eli Zaretskii + + * make-docfile.c (IS_DIRECTORY_SEP): New macro. + (put_filename): Remove unused variable len. Use IS_DIRECTORY_SEP + instead of a literal '/'. + 2004-04-23 Juanma Barranquero * makefile.w32-in: Add "-*- makefile -*-" mode tag. -- cgit v1.2.1 From 238add5e586e100ea2f7fd243d3ce57f98449b45 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Mon, 3 May 2004 14:19:40 +0000 Subject: Remove files related to old msvc only windows build. --- lib-src/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib-src/ChangeLog') diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index e2fcc6cc939..b280abc4111 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,7 @@ +2004-05-03 Jason Rumney + + * makefile.nt: Remove. + 2004-04-26 Eli Zaretskii * make-docfile.c (IS_DIRECTORY_SEP): New macro. -- cgit v1.2.1 From 3f0656ff20abbcd328175e055ae0ecd77acd6ce6 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Fri, 7 May 2004 15:31:07 +0000 Subject: (GOOD, BAD): Delete macros. Throughout, replace w/ `EXIT_SUCCESS' and `EXIT_FAILURE', respectively. (main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value. --- lib-src/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lib-src/ChangeLog') diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index b280abc4111..75d5f964201 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,11 @@ +2004-05-07 Thien-Thi Nguyen + + * b2m.c (GOOD, BAD): Delete macros. Throughout, + replace w/ `EXIT_SUCCESS' and `EXIT_FAILURE', respectively. + (main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value. + + * etags.c: Likewise. + 2004-05-03 Jason Rumney * makefile.nt: Remove. -- cgit v1.2.1 From c2bcfb19fbc92c81876abb290f764758c59feca9 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Sat, 8 May 2004 14:42:41 +0000 Subject: (emacsclient${EXEEXT}): Use makefile var `version'. --- lib-src/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib-src/ChangeLog') diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 75d5f964201..28a1fb8fcc0 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,7 @@ +2004-05-08 Thien-Thi Nguyen + + * Makefile.in (emacsclient${EXEEXT}): Use makefile var `version'. + 2004-05-07 Thien-Thi Nguyen * b2m.c (GOOD, BAD): Delete macros. Throughout, -- cgit v1.2.1 From 65396510c3ff5e5386560d586cb117f6a9d06c27 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Sat, 8 May 2004 15:26:33 +0000 Subject: Throughout, replace 0 destined for `exit' arg with `EXIT_SUCCESS'. Likewise, replace 1 with `EXIT_FAILURE'. (main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value. --- lib-src/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'lib-src/ChangeLog') diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 28a1fb8fcc0..8c641f45ae7 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,13 @@ +2004-05-08 Thien-Thi Nguyen + + * cvtmail.c: Throughout, replace 0 destined for `exit' arg + with `EXIT_SUCCESS'. Likewise, replace 1 with `EXIT_FAILURE'. + (main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value. + + * ebrowse.c, emacsclient.c, fakemail.c, hexl.c, + make-docfile.c, movemail.c, profile.c, sorted-doc.c, + test-distrib.c, update-game-score.c, yow.c: Likewise. + 2004-05-08 Thien-Thi Nguyen * Makefile.in (emacsclient${EXEEXT}): Use makefile var `version'. -- cgit v1.2.1 From e6662c8bbbdc84837e5bb6773b9335f79ffb4b5d Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Sat, 8 May 2004 19:51:35 +0000 Subject: *** empty log message *** --- lib-src/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib-src/ChangeLog') diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 8c641f45ae7..c841df23097 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,8 @@ +2004-05-08 Jason Rumney + + * makefile.w32-in (lisp1, lisp2): Split lisp to avoid long + command-lines. + 2004-05-08 Thien-Thi Nguyen * cvtmail.c: Throughout, replace 0 destined for `exit' arg -- cgit v1.2.1 From 80e26b667a4386fb1422434f621d7aabae3e9769 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Mon, 10 May 2004 17:32:13 +0000 Subject: (main): For failing cases, exit with `EXIT_FAILURE'. --- lib-src/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib-src/ChangeLog') diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index c841df23097..ac789eb3181 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,7 @@ +2004-05-10 Thien-Thi Nguyen + + * test-distrib.c (main): For failing cases, exit with `EXIT_FAILURE'. + 2004-05-08 Jason Rumney * makefile.w32-in (lisp1, lisp2): Split lisp to avoid long -- cgit v1.2.1 From 86d373e6b2e271fd2a5c98cee8a9710c23c5fda8 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 2 Jun 2004 00:53:13 +0000 Subject: *** empty log message *** --- lib-src/ChangeLog | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'lib-src/ChangeLog') diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index ac789eb3181..9f3fcc13371 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,6 +1,11 @@ +2004-06-01 Juanma Barranquero + + * makefile.w32-in (obj): Add image.c. + 2004-05-10 Thien-Thi Nguyen - * test-distrib.c (main): For failing cases, exit with `EXIT_FAILURE'. + * test-distrib.c (main): For failing cases, exit with + `EXIT_FAILURE'. 2004-05-08 Jason Rumney @@ -14,8 +19,8 @@ (main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value. * ebrowse.c, emacsclient.c, fakemail.c, hexl.c, - make-docfile.c, movemail.c, profile.c, sorted-doc.c, - test-distrib.c, update-game-score.c, yow.c: Likewise. + * make-docfile.c, movemail.c, profile.c, sorted-doc.c, + * test-distrib.c, update-game-score.c, yow.c: Likewise. 2004-05-08 Thien-Thi Nguyen -- cgit v1.2.1