]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorThien-Thi Nguyen <ttn@gnuvola.org>
Sun, 2 May 2004 14:17:51 +0000 (14:17 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Sun, 2 May 2004 14:17:51 +0000 (14:17 +0000)
src/ChangeLog

index 5b9a6fab0c8b6de7330d996e5a446a03f4621688..011233fbd662df8aebf7986f9b3da3078a8c9c36 100644 (file)
@@ -1,3 +1,11 @@
+2004-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * tparam.c (tparam1): Add handling for `%pN', which
+       means use param N for the next substitution.
+
+       * termcap.c (tgetst1): Scan for "%pN"; if all
+       N are continuous in [1,9], remove all "%pN".
+
 2004-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
 
        * alloc.c (PURE_BEF_ATTRS, PURE_AFT_ATTRS): New macros, by default empty.