aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorJuanma Barranquero2008-03-07 12:44:15 +0000
committerJuanma Barranquero2008-03-07 12:44:15 +0000
commit290afd835e14f9aa7b0c0f23519c7b3bdd0e04d6 (patch)
tree89a5b0fa6021fec04b2e2be2e0a1de81adabb0c5 /lib-src
parent934b91bf6382a45f695f6562eb23a767486e7222 (diff)
downloademacs-290afd835e14f9aa7b0c0f23519c7b3bdd0e04d6.tar.gz
emacs-290afd835e14f9aa7b0c0f23519c7b3bdd0e04d6.zip
*** empty log message ***
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index e23f9062237..1f8cd9ac696 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -19,7 +19,7 @@
19 19
20 * makefile.w32-in (MOUSE_SUPPORT): Remove duplicate tooltip.elc. 20 * makefile.w32-in (MOUSE_SUPPORT): Remove duplicate tooltip.elc.
21 (MSDOS_SUPPORT, VMS_SUPPORT): Remove. 21 (MSDOS_SUPPORT, VMS_SUPPORT): Remove.
22 (OTHER_PLATFORM_SUPPORT): Replace above. Add X specific files too. 22 (OTHER_PLATFORM_SUPPORT): Replace above. Add X specific files too.
23 (lisp2): Add new languages. 23 (lisp2): Add new languages.
24 ($(DOC)): Use OTHER_PLATFORM_SUPPORT. 24 ($(DOC)): Use OTHER_PLATFORM_SUPPORT.
25 25
@@ -75,7 +75,7 @@
75 75
762008-02-01 Zhang Wei <id.brep@gmail.com> (tiny change) 762008-02-01 Zhang Wei <id.brep@gmail.com> (tiny change)
77 77
78 * lib-src/makefile.w32-in (lisp1): Delete ucs-tables.elc, 78 * makefile.w32-in (lisp1): Delete ucs-tables.elc,
79 utf-8.elc, and latin-*.el. 79 utf-8.elc, and latin-*.el.
80 80
812008-01-26 Stefan Monnier <monnier@iro.umontreal.ca> 812008-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
@@ -2277,7 +2277,7 @@
2277 2277
22782001-01-03 Paul Eggert <eggert@twinsun.com> 22782001-01-03 Paul Eggert <eggert@twinsun.com>
2279 2279
2280 * lib-src/rcs2log: Avoid security hole allowing attacker to 2280 * rcs2log: Avoid security hole allowing attacker to
2281 cause user of rcs2log to overwrite arbitrary files, fixing 2281 cause user of rcs2log to overwrite arbitrary files, fixing
2282 a bug reported by Morten Welinder. 2282 a bug reported by Morten Welinder.
2283 2283
@@ -2930,7 +2930,7 @@
2930 2930
29311998-07-30 Paul Eggert <eggert@twinsun.com> 29311998-07-30 Paul Eggert <eggert@twinsun.com>
2932 2932
2933 * lib-src/Makefile.in (REGEXPDEPS, regex.o): 2933 * Makefile.in (REGEXPDEPS, regex.o):
2934 Prepend $(srcdir)/ to rule dependencies outside this dir. 2934 Prepend $(srcdir)/ to rule dependencies outside this dir.
2935 2935
29361998-06-09 Andrew Innes <andrewi@harlequin.co.uk> 29361998-06-09 Andrew Innes <andrewi@harlequin.co.uk>
@@ -5958,10 +5958,10 @@
5958 5958
59591992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu) 59591992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5960 5960
5961 * lib-src/etags.c: "--no-warning" option renamed to "--no-warn", 5961 * etags.c: "--no-warning" option renamed to "--no-warn",
5962 to be consistent with other GNU programs, like makeinfo. 5962 to be consistent with other GNU programs, like makeinfo.
5963 5963
5964 * lib-src/Makefile: Renamed to Makefile.in; the configure script 5964 * Makefile: Renamed to Makefile.in; the configure script
5965 will edit this to produce Makefile. 5965 will edit this to produce Makefile.
5966 5966
59671992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu) 59671992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)