]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorFrancesco Potortì <pot@gnu.org>
Tue, 28 Nov 2006 13:43:27 +0000 (13:43 +0000)
committerFrancesco Potortì <pot@gnu.org>
Tue, 28 Nov 2006 13:43:27 +0000 (13:43 +0000)
etc/ChangeLog
lib-src/ChangeLog

index 6d7aad5a56a4eec912125e37731ea6ad98b5d9f4..c702ab972b7b1855a40c8379ad4d60766f6b3469 100644 (file)
@@ -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'.
index 7574de96799b636ea451a2788282acb88e6f0064..b151338bf3598cdd60cd03b77e2da63b2a222def 100644 (file)
@@ -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\e,Ad\e(Brv  <jan.h.d@swipnet.se>  (tiny change)
+
+       * etags.c (readline): sscanf could in principle return 2.
+
+2006-11-28  Francesco Potort\e,Al\e(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).