Mercurial > emacs
changeset 74299:987cb3362b63
*** empty log message ***
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Tue, 28 Nov 2006 13:43:27 +0000 |
parents | e3d189507be0 |
children | 01c0138f4540 |
files | etc/ChangeLog lib-src/ChangeLog |
diffstat | 2 files changed, 18 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/ChangeLog Tue Nov 28 13:40:36 2006 +0000 +++ b/etc/ChangeLog Tue Nov 28 13:43:27 2006 +0000 @@ -1,3 +1,7 @@ +2006-08-14 Masatake YAMATO <jet@gyve.org> + + * etags.1: Added / to the end of DEVAR regex. + 2006-11-22 Juanma Barranquero <lekktu@gmail.com> * emacsclient.1 (DESCRIPTION): Suggest also `server-mode'.
--- a/lib-src/ChangeLog Tue Nov 28 13:40:36 2006 +0000 +++ b/lib-src/ChangeLog Tue Nov 28 13:43:27 2006 +0000 @@ -1,3 +1,17 @@ +2006-11-28 Kevin Ryde <user42@zip.com.au> (tiny change) + + * etags.c (readline): Check for double quote after #line. + +2006-11-28 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> (tiny change) + + * etags.c (readline): sscanf could in principle return 2. + +2006-11-28 Francesco Potort,Al(B <pot@gnu.org> + + * 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 <lekktu@gmail.com> * makefile.w32-in (TRES): New macro (copied from nt/makefile.w32-in).