emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r117424: ChangeLog fix: relocate entry to correct po


From: Glenn Morris
Subject: [Emacs-diffs] trunk r117424: ChangeLog fix: relocate entry to correct position
Date: Fri, 27 Jun 2014 17:51:05 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117424
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2014-06-27 13:51:00 -0400
message:
  ChangeLog fix: relocate entry to correct position
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-06-27 08:25:21 +0000
+++ b/lisp/ChangeLog    2014-06-27 17:51:00 +0000
@@ -1,29 +1,3 @@
-2014-06-26  Luke Lee  <address@hidden>
-
-       * lisp/progmodes/hideif.el (hif-string-to-number): Fix return value bug.
-       (hif-simple-token-only, hif-tokenize): Commented in detail mainly for
-       performance enhancements.
-       (hif-parse-if-exp): Rename to `hif-parse-exp'. Enhanced for macro
-       expansion.
-       (hif-factor, hif-string-concatenation, intern-safe): Support string
-       concatenation and argumented macro expansion.
-       (hif-if-valid-identifier-p, hif-define-operator, hif-flatten)
-       (hif-expand-token-list, hif-get-argument-list, hif-define-macro)
-       (hif-delimit, hif-macro-supply-arguments, hif-invoke, hif-canonicalize)
-       (hif-canonicalize-tokens, hif-place-macro-invocation)
-       (hif-parse-macro-arglist): Mostly new functions for supporting
-       argumented macro expansion.
-       (hif-string-concatenation, hif-stringify, hif-token-concat)
-       (hif-token-stringification, hif-token-concatenation): Stringification
-       and concatenation.
-       (hif-find-next-relevant): Fix comments.
-       (hif-ifdef-to-endif, hif-looking-at-elif, hif-hide-line): Bug fix for
-       some cases involving #elif.
-       (hif-find-define, hif-add-new-defines): New functions for automatically
-       scanning of defined symbols.
-       (hide-ifdef-guts): Fix for defined symbol auto scanning.
-       (hide-ifdef-undef): Fix behavior to match CPP.
-
 2014-06-26  Glenn Morris  <address@hidden>
 
        * Makefile.in (update-authors): Update for moved authors.el.
@@ -124,6 +98,32 @@
 
        * emacs-lisp/ert.el (ert-summarize-tests-batch-and-exit): New.
 
+2014-06-26  Luke Lee  <address@hidden>
+
+       * progmodes/hideif.el (hif-string-to-number): Fix return value bug.
+       (hif-simple-token-only, hif-tokenize): Comment in detail mainly for
+       performance enhancements.
+       (hif-parse-if-exp): Rename to `hif-parse-exp'.  Enhance for macro
+       expansion.
+       (hif-factor, hif-string-concatenation, intern-safe): Support string
+       concatenation and argumented macro expansion.
+       (hif-if-valid-identifier-p, hif-define-operator, hif-flatten)
+       (hif-expand-token-list, hif-get-argument-list, hif-define-macro)
+       (hif-delimit, hif-macro-supply-arguments, hif-invoke, hif-canonicalize)
+       (hif-canonicalize-tokens, hif-place-macro-invocation)
+       (hif-parse-macro-arglist): Mostly new functions for supporting
+       argumented macro expansion.
+       (hif-string-concatenation, hif-stringify, hif-token-concat)
+       (hif-token-stringification, hif-token-concatenation): Stringification
+       and concatenation.
+       (hif-find-next-relevant): Fix comments.
+       (hif-ifdef-to-endif, hif-looking-at-elif, hif-hide-line): Bug fix for
+       some cases involving #elif.
+       (hif-find-define, hif-add-new-defines): New functions for automatically
+       scanning of defined symbols.
+       (hide-ifdef-guts): Fix for defined symbol auto scanning.
+       (hide-ifdef-undef): Fix behavior to match CPP.
+
 2014-06-25  Glenn Morris  <address@hidden>
 
        * Makefile.in ($(lisp)/progmodes/cc-defs.elc)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]