comparison lib-src/ChangeLog @ 90234:b1c1fc853d2f

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-86 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 562-568) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 125-128) - Merge from emacs--cvs-trunk--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Fri, 30 Sep 2005 11:43:45 +0000
parents ee12d75eb214 292616bda412
children 0ca0d9181b5e
comparison
equal deleted inserted replaced
90233:ee12d75eb214 90234:b1c1fc853d2f
1 2005-09-27 Francesco Potort,Al(B <pot@gnu.org>
2
3 * etags.c: Preliminary Forth support.
4 (prolog_pr): Cast strlen to int before comparison.
5 (LOOKING_AT, LOOKING_AT_NOCASE): Let the preprocessor check that
6 the second argument is indeed a literal string.
7 (main): In append mode, sort the tags file after writing it.
8
9 2005-09-27 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10
11 * etags.c (longopts, print_help, main): The -a (--append) option
12 can be used in ctags also; for one, the Linux make file uses it.
13
1 2005-09-20 Chong Yidong <cyd@stupidchicken.com> 14 2005-09-20 Chong Yidong <cyd@stupidchicken.com>
2 15
3 * ebrowse.c (add_sym): Compare namespace names instead of 16 * ebrowse.c (add_sym): Compare namespace names instead of
4 namespace objects. This prevents the parser from incorrectly 17 namespace objects. This prevents the parser from incorrectly
5 treating classes whose superclass is in another namespace. 18 treating classes whose superclass is in another namespace.