*** empty log message ***

This commit is contained in:
Juanma Barranquero 2008-03-07 12:44:15 +00:00
parent 934b91bf63
commit 290afd835e
3 changed files with 51 additions and 51 deletions

View file

@ -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)

View file

@ -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>

View file

@ -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: