From: Francesco Potortì Date: Tue, 28 Nov 2006 13:43:27 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.92~410 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9b492fad8b1eedec47a2539603222a79bfc0f96e;p=emacs.git *** empty log message *** --- diff --git a/etc/ChangeLog b/etc/ChangeLog index 6d7aad5a56a..c702ab972b7 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2006-08-14 Masatake YAMATO + + * etags.1: Added / to the end of DEVAR regex. + 2006-11-22 Juanma Barranquero * emacsclient.1 (DESCRIPTION): Suggest also `server-mode'. diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 7574de96799..b151338bf35 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,17 @@ +2006-11-28 Kevin Ryde (tiny change) + + * etags.c (readline): Check for double quote after #line. + +2006-11-28 Jan Dj,Ad(Brv (tiny change) + + * etags.c (readline): sscanf could in principle return 2. + +2006-11-28 Francesco Potort,Al(B + + * etags.c (readline): lno is unsigned. + (TeX_commands): Use p++ (rather than *p++) to increment p. + (Lua_functions): Explicitly discard LOOKING_AT's return value. + 2006-11-27 Juanma Barranquero * makefile.w32-in (TRES): New macro (copied from nt/makefile.w32-in).