summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2008-03-07 12:44:15 +0000
committerJuanma Barranquero <lekktu@gmail.com>2008-03-07 12:44:15 +0000
commit290afd835e14f9aa7b0c0f23519c7b3bdd0e04d6 (patch)
tree89a5b0fa6021fec04b2e2be2e0a1de81adabb0c5
parent934b91bf6382a45f695f6562eb23a767486e7222 (diff)
downloademacs-290afd835e14f9aa7b0c0f23519c7b3bdd0e04d6.tar.gz
*** empty log message ***
-rw-r--r--lib-src/ChangeLog12
-rw-r--r--lisp/ChangeLog12
-rw-r--r--src/ChangeLog78
3 files changed, 51 insertions, 51 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 @@
* makefile.w32-in (MOUSE_SUPPORT): Remove duplicate tooltip.elc.
(MSDOS_SUPPORT, VMS_SUPPORT): Remove.
- (OTHER_PLATFORM_SUPPORT): Replace above. Add X specific files too.
+ (OTHER_PLATFORM_SUPPORT): Replace above. Add X specific files too.
(lisp2): Add new languages.
($(DOC)): Use OTHER_PLATFORM_SUPPORT.
@@ -75,7 +75,7 @@
2008-02-01 Zhang Wei <id.brep@gmail.com> (tiny change)
- * lib-src/makefile.w32-in (lisp1): Delete ucs-tables.elc,
+ * makefile.w32-in (lisp1): Delete ucs-tables.elc,
utf-8.elc, and latin-*.el.
2008-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
@@ -2277,7 +2277,7 @@
2001-01-03 Paul Eggert <eggert@twinsun.com>
- * lib-src/rcs2log: Avoid security hole allowing attacker to
+ * rcs2log: Avoid security hole allowing attacker to
cause user of rcs2log to overwrite arbitrary files, fixing
a bug reported by Morten Welinder.
@@ -2930,7 +2930,7 @@
1998-07-30 Paul Eggert <eggert@twinsun.com>
- * lib-src/Makefile.in (REGEXPDEPS, regex.o):
+ * Makefile.in (REGEXPDEPS, regex.o):
Prepend $(srcdir)/ to rule dependencies outside this dir.
1998-06-09 Andrew Innes <andrewi@harlequin.co.uk>
@@ -5958,10 +5958,10 @@
1992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
- * lib-src/etags.c: "--no-warning" option renamed to "--no-warn",
+ * etags.c: "--no-warning" option renamed to "--no-warn",
to be consistent with other GNU programs, like makeinfo.
- * lib-src/Makefile: Renamed to Makefile.in; the configure script
+ * Makefile: Renamed to Makefile.in; the configure script
will edit this to produce Makefile.
1992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 44efd0c6411..192ea8941a6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -15,19 +15,19 @@
It looks like he anticipated the new name too, because he used
`the-record' instead of `the-cell' for some internal variable names.
- * lisp/bookmark.el
+ * bookmark.el
(bookmark-make-record-function): Was `bookmark-make-cell-function'.
(bookmark-make, bookmark-send-annotation): Update for above.
- (bookmark-make-record-for-text-file): Was
- `bookmark-make-cell-for-text-file. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
+ (bookmark-make-record-for-text-file):
+ Was `bookmark-make-cell-for-text-file. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
- * lisp/info.el: Adjust accordingly.
+ * info.el: Adjust accordingly.
(Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
- * lisp/image-mode.el: Adjust accordingly.
+ * image-mode.el: Adjust accordingly.
(image-bookmark-make-record): Was `image-bookmark-make-cell'.
- * lisp/doc-view.el: Adjust accordingly.
+ * doc-view.el: Adjust accordingly.
(doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
diff --git a/src/ChangeLog b/src/ChangeLog
index adc68e760f0..c199d56b314 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,7 +1,7 @@
2008-03-06 Jason Rumney <jasonr@gnu.org>
- * w32font.c (w32_registry): Take font_type argument. Use ANSI
- when charset not specified. Only translate ANSI to unicode when
+ * w32font.c (w32_registry): Take font_type argument. Use ANSI
+ when charset not specified. Only translate ANSI to unicode when
font_type is truetype.
(w32font_coverage_ok): New function.
(add_font_entity_to_list): Use it to filter unsuitable fonts.
@@ -615,22 +615,22 @@
2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
- * src/Makefile.in:
- * src/emacs.c:
- * src/gmalloc.c:
- * src/keyboard.c:
- * src/lisp.h:
- * src/m/ibm370aix.h:
- * src/process.c:
- * src/regex.c:
- * src/s/hpux.h:
- * src/sysdep.c:
- * src/sysselect.h:
- * src/systty.h:
- * src/unexec.c:
- * src/w32term.c:
- * src/xsmfns.c:
- * src/xterm.c: Remove code that deals with obsolete variables.
+ * Makefile.in:
+ * emacs.c:
+ * gmalloc.c:
+ * keyboard.c:
+ * lisp.h:
+ * m/ibm370aix.h:
+ * process.c:
+ * regex.c:
+ * s/hpux.h:
+ * sysdep.c:
+ * sysselect.h:
+ * systty.h:
+ * unexec.c:
+ * w32term.c:
+ * xsmfns.c:
+ * xterm.c: Remove code that deals with obsolete variables.
* s/msdos.h (DONT_NEED_ENVIRON): Don't define.
@@ -1381,7 +1381,7 @@
2008-02-01 Miles Bader <miles@gnu.org>
- * src/dispextern.h (struct glyph_row): Only define "clip" field if
+ * dispextern.h (struct glyph_row): Only define "clip" field if
HAVE_WINDOW_SYSTEM is defined.
2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
@@ -1531,24 +1531,24 @@
(GC_EQ): Remove since they've been identical to their non-GC_
alter-egos ever since the markbit was eradicated.
- * src/alloc.c:
- * src/buffer.c:
- * src/buffer.h:
- * src/data.c:
- * src/fileio.c:
- * src/filelock.c:
- * src/fns.c:
- * src/frame.h:
- * src/lisp.h:
- * src/macterm.c:
- * src/print.c:
- * src/process.c:
- * src/w32fns.c:
- * src/w32menu.c:
- * src/w32term.c:
- * src/xfns.c:
- * src/xmenu.c:
- * src/xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
+ * alloc.c:
+ * buffer.c:
+ * buffer.h:
+ * data.c:
+ * fileio.c:
+ * filelock.c:
+ * fns.c:
+ * frame.h:
+ * lisp.h:
+ * macterm.c:
+ * print.c:
+ * process.c:
+ * w32fns.c:
+ * w32menu.c:
+ * w32term.c:
+ * xfns.c:
+ * xmenu.c:
+ * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
2008-02-01 Kenichi Handa <handa@m17n.org>
@@ -5968,8 +5968,8 @@
* unexsunos4.c: Remove file, system not supported anymore.
- * src/m/mips.h:
- * src/m/intel386.h:
+ * m/mips.h:
+ * m/intel386.h:
* callproc.c:
* config.in:
* ecrt0.c: