comparison lib-src/ChangeLog @ 92561:a2cc578259dc

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 07 Mar 2008 12:39:50 +0000
parents 853e29439575
children aa23ac26b6c1
comparison
equal deleted inserted replaced
92560:003bca189fcd 92561:a2cc578259dc
17 17
18 2008-02-23 Jason Rumney <jasonr@gnu.org> 18 2008-02-23 Jason Rumney <jasonr@gnu.org>
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
26 2008-02-22 Juanma Barranquero <lekktu@gmail.com> 26 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
27 27
73 73
74 * makefile.w32-in (obj): Add font.o and w32font.o. 74 * makefile.w32-in (obj): Add font.o and w32font.o.
75 75
76 2008-02-01 Zhang Wei <id.brep@gmail.com> (tiny change) 76 2008-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
81 2008-01-26 Stefan Monnier <monnier@iro.umontreal.ca> 81 2008-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
82 82
83 * emacsclient.c (decode_options): Default to NULL display, as Emacs-22. 83 * emacsclient.c (decode_options): Default to NULL display, as Emacs-22.
2275 * makefile.w32-in (clean): Delete $(COMPILER_TEMP_FILES) instead 2275 * makefile.w32-in (clean): Delete $(COMPILER_TEMP_FILES) instead
2276 of *.pdb. 2276 of *.pdb.
2277 2277
2278 2001-01-03 Paul Eggert <eggert@twinsun.com> 2278 2001-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
2284 Don't put "exit 1" at the end of the exit trap; it's 2284 Don't put "exit 1" at the end of the exit trap; it's
2285 ineffective in POSIX shells. 2285 ineffective in POSIX shells.
2928 * rcs2log: Update copyright date and bug report address. 2928 * rcs2log: Update copyright date and bug report address.
2929 (initialize_fullname): Prefer getent if available. 2929 (initialize_fullname): Prefer getent if available.
2930 2930
2931 1998-07-30 Paul Eggert <eggert@twinsun.com> 2931 1998-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
2936 1998-06-09 Andrew Innes <andrewi@harlequin.co.uk> 2936 1998-06-09 Andrew Innes <andrewi@harlequin.co.uk>
2937 2937
2938 * etags.c (etags_getcwd) [WINDOWSNT]: Use getcwd on Windows. 2938 * etags.c (etags_getcwd) [WINDOWSNT]: Use getcwd on Windows.
5956 coherent information, although each contains extraneous 5956 coherent information, although each contains extraneous
5957 information. 5957 information.
5958 5958
5959 1992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu) 5959 1992-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
5967 1992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu) 5967 1992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5968 5968
5969 * etags.c (print_help, print_version): New functions. 5969 * etags.c (print_help, print_version): New functions.