diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 119 |
1 files changed, 111 insertions, 8 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index e6b6b4c2ef7..75b3be839e1 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,103 @@ | |||
| 1 | 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * make-docfile.c (xmalloc): Fix return type. | ||
| 4 | (put_filename): New fun. | ||
| 5 | (scan_file): Use it. | ||
| 6 | |||
| 7 | 2004-03-09 Juanma Barranquero <lektu@terra.es> | ||
| 8 | |||
| 9 | * grep-changelog: Changes to support ChangeLog.10+. | ||
| 10 | (main): Tidy up usage string. Fix "Use of uninitialized value" | ||
| 11 | warning. Set version to 0.2. Parse the directory listing to get | ||
| 12 | any ChangeLog.n file, not just 1..9. | ||
| 13 | (header_match_p, entry_match_p, print_log, parse_changelog): | ||
| 14 | Remove Perl prototypes (their purpose is to help the parser, which | ||
| 15 | isn't needed here, not declare arguments). | ||
| 16 | (parse_changelog): Make --reverse faster on big batches by not | ||
| 17 | modifying the entries list. | ||
| 18 | |||
| 19 | 2004-03-01 Juanma Barranquero <lektu@terra.es> | ||
| 20 | |||
| 21 | * makefile.w32-in (obj): Add fringe.c. | ||
| 22 | |||
| 23 | 2004-02-14 Paul Eggert <eggert@twinsun.com> | ||
| 24 | |||
| 25 | * rcs2log: Work correctly if CVSROOT specifies :fork: or | ||
| 26 | :local: methods, or omits the colon between the hostname | ||
| 27 | and the path. Allow :/ in repository path, since CVS does. | ||
| 28 | Fix typo: "pository" should be set from $CVSROOT, not $repository. | ||
| 29 | This fixes a bug reported by Wolfgang Scherer in | ||
| 30 | <http://mail.gnu.org/archive/html/bug-gnu-emacs/2004-02/msg00085.html>, | ||
| 31 | along with some related bugs I discovered by inspecting how | ||
| 32 | CVS itself parses $CVSROOT. | ||
| 33 | |||
| 34 | 2004-02-04 J,bi(Br,bt(Bme Marant <jmarant@nerim.net> (tiny change) | ||
| 35 | |||
| 36 | * emacsclient.c (decode_options): Fix handling of alternate editor. | ||
| 37 | |||
| 38 | 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 39 | |||
| 40 | * emacsclient.c (main): Don't use the hostname in the socket name. | ||
| 41 | Look for relative socket names in the /tmp dir rather than in cwd. | ||
| 42 | |||
| 43 | 2004-01-24 Richard M. Stallman <rms@gnu.org> | ||
| 44 | |||
| 45 | * emacsclient.c (main): Restore errno from saved_errno, | ||
| 46 | so the error message comes from socket_status. | ||
| 47 | |||
| 48 | 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 49 | |||
| 50 | * emacsclient.c (main): Stop if socket name too long. | ||
| 51 | Only try su-fallback if the socket name was not explicit. | ||
| 52 | Check socket name length in su-fallback case as well. | ||
| 53 | |||
| 54 | 2004-01-08 Andreas Schwab <schwab@suse.de> | ||
| 55 | |||
| 56 | * emacsclient.c (main): Save errno from socket_status. | ||
| 57 | |||
| 58 | 2004-01-04 Andreas Schwab <schwab@suse.de> | ||
| 59 | |||
| 60 | * emacsclient.c (main): Fix socket name when using another user. | ||
| 61 | |||
| 62 | 2003-12-27 Paul Eggert <eggert@twinsun.com> | ||
| 63 | |||
| 64 | * rcs2log (rlog_options): Append -rbranchtag if CVS/Tag indicates | ||
| 65 | a tag, and if the user has not specified an rlog option. | ||
| 66 | Adapted from a suggestion by Martin Stjernholm in | ||
| 67 | <http://mail.gnu.org/archive/html/bug-gnu-emacs/2003-07/msg00066.html>. | ||
| 68 | (Copyright): Update to 2003. | ||
| 69 | |||
| 70 | 2003-12-24 Thien-Thi Nguyen <ttn@gnu.org> | ||
| 71 | |||
| 72 | * make-docfile.c (main): For return code, no longer special-case VMS. | ||
| 73 | Instead, use `EXIT_SUCCESS' and `EXIT_FAILURE' from stdlib.h. | ||
| 74 | |||
| 75 | 2003-09-28 Andreas B,A|(Bsching <crunchy@tzi.de> (tiny change) | ||
| 76 | |||
| 77 | * emacsclient.c (quote_file_name): Print the result instead of | ||
| 78 | returning it. Fix the return type accordingly. | ||
| 79 | (main): With --eval, if no file name, read from stdin. | ||
| 80 | Quote file names. | ||
| 81 | |||
| 82 | 2003-09-10 Richard M. Stallman <rms@gnu.org> | ||
| 83 | |||
| 84 | * emacsclient.c (main): Use socket_name. | ||
| 85 | |||
| 86 | 2003-09-10 Andreas B,A|(Bsching <crunchy@tzi.de> (tiny change) | ||
| 87 | |||
| 88 | * emacsclient.c (socket_name): New variable. | ||
| 89 | (longopts, decode_options, print_help_and_exit): | ||
| 90 | Handle --socket-name argument. | ||
| 91 | |||
| 92 | 2003-08-25 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change) | ||
| 93 | |||
| 94 | * etags.c (consider_token): Check C++ `operator' only when the | ||
| 95 | token len is long enough. | ||
| 96 | |||
| 97 | 2003-08-20 Dave Love <fx@gnu.org> | ||
| 98 | |||
| 99 | * Makefile.in: Remove obsolete references to alloca. | ||
| 100 | |||
| 1 | 2003-07-29 Ken Brush <ken@wirex.com> | 101 | 2003-07-29 Ken Brush <ken@wirex.com> |
| 2 | 102 | ||
| 3 | * emacsclient.c (main) | 103 | * emacsclient.c (main) |
| @@ -1554,7 +1654,7 @@ | |||
| 1554 | Now used as element of a linked list. | 1654 | Now used as element of a linked list. |
| 1555 | (patterns, num_patterns): Global variables deleted. | 1655 | (patterns, num_patterns): Global variables deleted. |
| 1556 | (p_head): New global variable. | 1656 | (p_head): New global variable. |
| 1557 | (forced_lang): New global variable (replaces lang_func). | 1657 | (forced_lang): New global variable (replaces lang_func). |
| 1558 | (get_language_from_name, get_language_from_interpreter) | 1658 | (get_language_from_name, get_language_from_interpreter) |
| 1559 | (get_language_from_suffix): Semantics changed. All callers changed. | 1659 | (get_language_from_suffix): Semantics changed. All callers changed. |
| 1560 | (last_node): New global variable. | 1660 | (last_node): New global variable. |
| @@ -2818,7 +2918,7 @@ Tue Jul 1 01:09:07 1997 Geoff Voelker <voelker@cs.washington.edu> | |||
| 2818 | 2918 | ||
| 2819 | * etags.c (lowcase): Use the standard tolower function. | 2919 | * etags.c (lowcase): Use the standard tolower function. |
| 2820 | (substitute): Remove some wrong and some useless code related with | 2920 | (substitute): Remove some wrong and some useless code related with |
| 2821 | escape `\` character in regexp replacement string. | 2921 | escape '\' character in regexp replacement string. |
| 2822 | (TEX_defenv): Added part, appendix, entry, index. Removed typeout. | 2922 | (TEX_defenv): Added part, appendix, entry, index. Removed typeout. |
| 2823 | (lang_suffixes): New suffixes: .hpp for C++; .f90 for Fortran; | 2923 | (lang_suffixes): New suffixes: .hpp for C++; .f90 for Fortran; |
| 2824 | .bib, .ltx, .TeX for TeX (.bbl, .dtx removed); .ml for Lisp; | 2924 | .bib, .ltx, .TeX for TeX (.bbl, .dtx removed); .ml for Lisp; |
| @@ -3839,7 +3939,7 @@ Tue Jul 1 01:09:07 1997 Geoff Voelker <voelker@cs.washington.edu> | |||
| 3839 | 3939 | ||
| 3840 | 1994-02-17 Francesco Potorti` (pot@cnuce.cnr.it) | 3940 | 1994-02-17 Francesco Potorti` (pot@cnuce.cnr.it) |
| 3841 | 3941 | ||
| 3842 | * etags.c (--absolute-pathnames): option removed. | 3942 | * etags.c (--absolute-pathnames): Option removed. |
| 3843 | 3943 | ||
| 3844 | 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu) | 3944 | 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
| 3845 | 3945 | ||
| @@ -4300,8 +4400,8 @@ Tue Jul 1 01:09:07 1997 Geoff Voelker <voelker@cs.washington.edu> | |||
| 4300 | 4400 | ||
| 4301 | 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | 4401 | 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
| 4302 | 4402 | ||
| 4303 | * Makefile.in: (${archlibdir}): Use `(cd foo && pwd)` instead of | 4403 | * Makefile.in: (${archlibdir}): Use `(cd foo && pwd)' instead of |
| 4304 | `(cd foo ; pwd)` to get the canonical name of a directory; cd | 4404 | `(cd foo ; pwd)' to get the canonical name of a directory; cd |
| 4305 | might fail, and have pwd print out the current directory. | 4405 | might fail, and have pwd print out the current directory. |
| 4306 | 4406 | ||
| 4307 | * movemail.c [MAIL_USE_POP] (main): Don't use non-portable | 4407 | * movemail.c [MAIL_USE_POP] (main): Don't use non-portable |
| @@ -4986,7 +5086,7 @@ Tue Jul 1 01:09:07 1997 Geoff Voelker <voelker@cs.washington.edu> | |||
| 4986 | * etags.c (C_entries): Process token before handling end of line. | 5086 | * etags.c (C_entries): Process token before handling end of line. |
| 4987 | When inner loops reach end of line, just back up. | 5087 | When inner loops reach end of line, just back up. |
| 4988 | Let the real end of line processing happen in just one place. | 5088 | Let the real end of line processing happen in just one place. |
| 4989 | (consider_token): Likewise. | 5089 | (consider_token): Likewise. |
| 4990 | 5090 | ||
| 4991 | 1991-04-11 Jim Blandy (jimb@geech.gnu.ai.mit.edu) | 5091 | 1991-04-11 Jim Blandy (jimb@geech.gnu.ai.mit.edu) |
| 4992 | 5092 | ||
| @@ -5099,7 +5199,7 @@ Tue Jul 1 01:09:07 1997 Geoff Voelker <voelker@cs.washington.edu> | |||
| 5099 | 5199 | ||
| 5100 | 1990-03-14 Joseph Arceneaux (jla@churchy.ai.mit.edu) | 5200 | 1990-03-14 Joseph Arceneaux (jla@churchy.ai.mit.edu) |
| 5101 | 5201 | ||
| 5102 | * etags.c (getit): Recognize '$' as beginning identifiers. | 5202 | * etags.c (getit): Recognize '$' as beginning identifiers. |
| 5103 | 5203 | ||
| 5104 | 1990-02-22 David Lawrence (tale@pogo.ai.mit.edu) | 5204 | 1990-02-22 David Lawrence (tale@pogo.ai.mit.edu) |
| 5105 | 5205 | ||
| @@ -5430,7 +5530,10 @@ Tue Jul 1 01:09:07 1997 Geoff Voelker <voelker@cs.washington.edu> | |||
| 5430 | ;; coding: iso-2022-7bit | 5530 | ;; coding: iso-2022-7bit |
| 5431 | ;; End: | 5531 | ;; End: |
| 5432 | 5532 | ||
| 5433 | Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002 | 5533 | Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, |
| 5534 | 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004 | ||
| 5434 | Free Software Foundation, Inc. | 5535 | Free Software Foundation, Inc. |
| 5435 | Copying and distribution of this file, with or without modification, | 5536 | Copying and distribution of this file, with or without modification, |
| 5436 | are permitted provided the copyright notice and this notice are preserved. | 5537 | are permitted provided the copyright notice and this notice are preserved. |
| 5538 | |||
| 5539 | ;;; arch-tag: 2d979296-954c-448e-95c1-b46d134513dc | ||