aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorKaroly Lorentey2004-03-07 15:30:22 +0000
committerKaroly Lorentey2004-03-07 15:30:22 +0000
commit54e81dc64794f315efdf418518a5e00f419cbcbd (patch)
tree4c2dc33f0c1e697b810298ba5e9972341c0d4240 /lib-src
parent4388f1016b80bd33a75481b28352ae6c456e386a (diff)
parentee96c8385cf436bf308665e5d6c8fb16c761e8e1 (diff)
downloademacs-54e81dc64794f315efdf418518a5e00f419cbcbd.tar.gz
emacs-54e81dc64794f315efdf418518a5e00f419cbcbd.zip
Merged in changes from CVS HEAD
Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-126 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-127 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-128 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-129 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-130 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-131 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-132 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-133 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-134 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-135 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-136 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-137 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-112
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog20
-rw-r--r--lib-src/makefile.w32-in2
2 files changed, 13 insertions, 9 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
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index 6f92bd76ee8..20cf4727362 100644
--- a/lib-src/makefile.w32-in
+++ b/lib-src/makefile.w32-in
@@ -126,7 +126,7 @@ $(BLD)/ctags.$(O): ctags.c
126# 126#
127# From ..\src\makefile.nt. 127# From ..\src\makefile.nt.
128# 128#
129obj = abbrev.c alloc.c alloca.c buffer.c bytecode.c callint.c callproc.c casefiddle.c casetab.c category.c ccl.c charset.c cm.c cmds.c coding.c data.c dired.c dispnew.c doc.c doprnt.c editfns.c emacs.c eval.c fileio.c filelock.c filemode.c floatfns.c fns.c fontset.c frame.c gmalloc.c indent.c insdel.c intervals.c keyboard.c keymap.c lastfile.c lread.c macros.c marker.c minibuf.c print.c process.c ralloc.c regex.c region-cache.c scroll.c search.c sound.c strftime.c syntax.c sysdep.c term.c termcap.c textprop.c tparam.c undo.c unexw32.c vm-limit.c w32.c w32console.c w32fns.c w32heap.c w32inevt.c w32menu.c w32proc.c w32reg.c w32select.c w32term.c w32xfns.c window.c xdisp.c xfaces.c xfaces.c 129obj = abbrev.c alloc.c alloca.c buffer.c bytecode.c callint.c callproc.c casefiddle.c casetab.c category.c ccl.c charset.c cm.c cmds.c coding.c data.c dired.c dispnew.c doc.c doprnt.c editfns.c emacs.c eval.c fileio.c filelock.c filemode.c floatfns.c fns.c fontset.c frame.c fringe.c gmalloc.c indent.c insdel.c intervals.c keyboard.c keymap.c lastfile.c lread.c macros.c marker.c minibuf.c print.c process.c ralloc.c regex.c region-cache.c scroll.c search.c sound.c strftime.c syntax.c sysdep.c term.c termcap.c textprop.c tparam.c undo.c unexw32.c vm-limit.c w32.c w32console.c w32fns.c w32heap.c w32inevt.c w32menu.c w32proc.c w32reg.c w32select.c w32term.c w32xfns.c window.c xdisp.c xfaces.c xfaces.c
130# 130#
131# These are the lisp files that are loaded up in loadup.el 131# These are the lisp files that are loaded up in loadup.el
132# 132#