aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorJuanma Barranquero2004-03-01 18:49:17 +0000
committerJuanma Barranquero2004-03-01 18:49:17 +0000
commita64387eecc3775b638dd0d65a3942d872e7c8bcc (patch)
tree226e7b272f2f04b8b6d047e39e279b73fd873f4c /lib-src
parenteee302177f0efdbd6a03b331c6d081a625636dda (diff)
downloademacs-a64387eecc3775b638dd0d65a3942d872e7c8bcc.tar.gz
emacs-a64387eecc3775b638dd0d65a3942d872e7c8bcc.zip
*** empty log message ***
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog20
1 files changed, 12 insertions, 8 deletions
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 @@
12004-03-01 Juanma Barranquero <lektu@terra.es>
2
3 * makefile.w32-in (obj): Add fringe.c.
4
12004-02-14 Paul Eggert <eggert@twinsun.com> 52004-02-14 Paul Eggert <eggert@twinsun.com>
2 6
3 * rcs2log: Work correctly if CVSROOT specifies :fork: or 7 * rcs2log: Work correctly if CVSROOT specifies :fork: or
@@ -9,7 +13,7 @@
9 along with some related bugs I discovered by inspecting how 13 along with some related bugs I discovered by inspecting how
10 CVS itself parses $CVSROOT. 14 CVS itself parses $CVSROOT.
11 15
122004-02-04 J,bi(Br,bt(Bme Marant <jmarant@nerim.net> (tiny) 162004-02-04 J,bi(Br,bt(Bme Marant <jmarant@nerim.net> (tiny change)
13 17
14 * emacsclient.c (decode_options): Fix handling of alternate editor. 18 * emacsclient.c (decode_options): Fix handling of alternate editor.
15 19
@@ -1638,7 +1642,7 @@
1638 Now used as element of a linked list. 1642 Now used as element of a linked list.
1639 (patterns, num_patterns): Global variables deleted. 1643 (patterns, num_patterns): Global variables deleted.
1640 (p_head): New global variable. 1644 (p_head): New global variable.
1641 (forced_lang): New global variable (replaces lang_func). 1645 (forced_lang): New global variable (replaces lang_func).
1642 (get_language_from_name, get_language_from_interpreter) 1646 (get_language_from_name, get_language_from_interpreter)
1643 (get_language_from_suffix): Semantics changed. All callers changed. 1647 (get_language_from_suffix): Semantics changed. All callers changed.
1644 (last_node): New global variable. 1648 (last_node): New global variable.
@@ -2902,7 +2906,7 @@ Tue Jul 1 01:09:07 1997 Geoff Voelker <voelker@cs.washington.edu>
2902 2906
2903 * etags.c (lowcase): Use the standard tolower function. 2907 * etags.c (lowcase): Use the standard tolower function.
2904 (substitute): Remove some wrong and some useless code related with 2908 (substitute): Remove some wrong and some useless code related with
2905 escape `\` character in regexp replacement string. 2909 escape '\' character in regexp replacement string.
2906 (TEX_defenv): Added part, appendix, entry, index. Removed typeout. 2910 (TEX_defenv): Added part, appendix, entry, index. Removed typeout.
2907 (lang_suffixes): New suffixes: .hpp for C++; .f90 for Fortran; 2911 (lang_suffixes): New suffixes: .hpp for C++; .f90 for Fortran;
2908 .bib, .ltx, .TeX for TeX (.bbl, .dtx removed); .ml for Lisp; 2912 .bib, .ltx, .TeX for TeX (.bbl, .dtx removed); .ml for Lisp;
@@ -3923,7 +3927,7 @@ Tue Jul 1 01:09:07 1997 Geoff Voelker <voelker@cs.washington.edu>
3923 3927
39241994-02-17 Francesco Potorti` (pot@cnuce.cnr.it) 39281994-02-17 Francesco Potorti` (pot@cnuce.cnr.it)
3925 3929
3926 * etags.c (--absolute-pathnames): option removed. 3930 * etags.c (--absolute-pathnames): Option removed.
3927 3931
39281994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu) 39321994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
3929 3933
@@ -4384,8 +4388,8 @@ Tue Jul 1 01:09:07 1997 Geoff Voelker <voelker@cs.washington.edu>
4384 4388
43851993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) 43891993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
4386 4390
4387 * Makefile.in: (${archlibdir}): Use `(cd foo && pwd)` instead of 4391 * Makefile.in: (${archlibdir}): Use `(cd foo && pwd)' instead of
4388 `(cd foo ; pwd)` to get the canonical name of a directory; cd 4392 `(cd foo ; pwd)' to get the canonical name of a directory; cd
4389 might fail, and have pwd print out the current directory. 4393 might fail, and have pwd print out the current directory.
4390 4394
4391 * movemail.c [MAIL_USE_POP] (main): Don't use non-portable 4395 * movemail.c [MAIL_USE_POP] (main): Don't use non-portable
@@ -5070,7 +5074,7 @@ Tue Jul 1 01:09:07 1997 Geoff Voelker <voelker@cs.washington.edu>
5070 * etags.c (C_entries): Process token before handling end of line. 5074 * etags.c (C_entries): Process token before handling end of line.
5071 When inner loops reach end of line, just back up. 5075 When inner loops reach end of line, just back up.
5072 Let the real end of line processing happen in just one place. 5076 Let the real end of line processing happen in just one place.
5073 (consider_token): Likewise. 5077 (consider_token): Likewise.
5074 5078
50751991-04-11 Jim Blandy (jimb@geech.gnu.ai.mit.edu) 50791991-04-11 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5076 5080
@@ -5183,7 +5187,7 @@ Tue Jul 1 01:09:07 1997 Geoff Voelker <voelker@cs.washington.edu>
5183 5187
51841990-03-14 Joseph Arceneaux (jla@churchy.ai.mit.edu) 51881990-03-14 Joseph Arceneaux (jla@churchy.ai.mit.edu)
5185 5189
5186 * etags.c (getit): Recognize '$' as beginning identifiers. 5190 * etags.c (getit): Recognize '$' as beginning identifiers.
5187 5191
51881990-02-22 David Lawrence (tale@pogo.ai.mit.edu) 51921990-02-22 David Lawrence (tale@pogo.ai.mit.edu)
5189 5193