diff options
| author | Glenn Morris | 2014-06-27 13:51:00 -0400 |
|---|---|---|
| committer | Glenn Morris | 2014-06-27 13:51:00 -0400 |
| commit | 96ef7eb9eb59257e5033507ccc336a64c6743e9f (patch) | |
| tree | a83106eaf8472263a901969302a60f62ad6ea443 | |
| parent | 31eac1d10e23485d9ed38875300eb6ea8f8e61eb (diff) | |
| download | emacs-96ef7eb9eb59257e5033507ccc336a64c6743e9f.tar.gz emacs-96ef7eb9eb59257e5033507ccc336a64c6743e9f.zip | |
ChangeLog fix: relocate entry to correct position
| -rw-r--r-- | lisp/ChangeLog | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d36aec303f1..dce015d064b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,29 +1,3 @@ | |||
| 1 | 2014-06-26 Luke Lee <luke.yx.lee@gmail.com> | ||
| 2 | |||
| 3 | * lisp/progmodes/hideif.el (hif-string-to-number): Fix return value bug. | ||
| 4 | (hif-simple-token-only, hif-tokenize): Commented in detail mainly for | ||
| 5 | performance enhancements. | ||
| 6 | (hif-parse-if-exp): Rename to `hif-parse-exp'. Enhanced for macro | ||
| 7 | expansion. | ||
| 8 | (hif-factor, hif-string-concatenation, intern-safe): Support string | ||
| 9 | concatenation and argumented macro expansion. | ||
| 10 | (hif-if-valid-identifier-p, hif-define-operator, hif-flatten) | ||
| 11 | (hif-expand-token-list, hif-get-argument-list, hif-define-macro) | ||
| 12 | (hif-delimit, hif-macro-supply-arguments, hif-invoke, hif-canonicalize) | ||
| 13 | (hif-canonicalize-tokens, hif-place-macro-invocation) | ||
| 14 | (hif-parse-macro-arglist): Mostly new functions for supporting | ||
| 15 | argumented macro expansion. | ||
| 16 | (hif-string-concatenation, hif-stringify, hif-token-concat) | ||
| 17 | (hif-token-stringification, hif-token-concatenation): Stringification | ||
| 18 | and concatenation. | ||
| 19 | (hif-find-next-relevant): Fix comments. | ||
| 20 | (hif-ifdef-to-endif, hif-looking-at-elif, hif-hide-line): Bug fix for | ||
| 21 | some cases involving #elif. | ||
| 22 | (hif-find-define, hif-add-new-defines): New functions for automatically | ||
| 23 | scanning of defined symbols. | ||
| 24 | (hide-ifdef-guts): Fix for defined symbol auto scanning. | ||
| 25 | (hide-ifdef-undef): Fix behavior to match CPP. | ||
| 26 | |||
| 27 | 2014-06-26 Glenn Morris <rgm@gnu.org> | 1 | 2014-06-26 Glenn Morris <rgm@gnu.org> |
| 28 | 2 | ||
| 29 | * Makefile.in (update-authors): Update for moved authors.el. | 3 | * Makefile.in (update-authors): Update for moved authors.el. |
| @@ -124,6 +98,32 @@ | |||
| 124 | 98 | ||
| 125 | * emacs-lisp/ert.el (ert-summarize-tests-batch-and-exit): New. | 99 | * emacs-lisp/ert.el (ert-summarize-tests-batch-and-exit): New. |
| 126 | 100 | ||
| 101 | 2014-06-26 Luke Lee <luke.yx.lee@gmail.com> | ||
| 102 | |||
| 103 | * progmodes/hideif.el (hif-string-to-number): Fix return value bug. | ||
| 104 | (hif-simple-token-only, hif-tokenize): Comment in detail mainly for | ||
| 105 | performance enhancements. | ||
| 106 | (hif-parse-if-exp): Rename to `hif-parse-exp'. Enhance for macro | ||
| 107 | expansion. | ||
| 108 | (hif-factor, hif-string-concatenation, intern-safe): Support string | ||
| 109 | concatenation and argumented macro expansion. | ||
| 110 | (hif-if-valid-identifier-p, hif-define-operator, hif-flatten) | ||
| 111 | (hif-expand-token-list, hif-get-argument-list, hif-define-macro) | ||
| 112 | (hif-delimit, hif-macro-supply-arguments, hif-invoke, hif-canonicalize) | ||
| 113 | (hif-canonicalize-tokens, hif-place-macro-invocation) | ||
| 114 | (hif-parse-macro-arglist): Mostly new functions for supporting | ||
| 115 | argumented macro expansion. | ||
| 116 | (hif-string-concatenation, hif-stringify, hif-token-concat) | ||
| 117 | (hif-token-stringification, hif-token-concatenation): Stringification | ||
| 118 | and concatenation. | ||
| 119 | (hif-find-next-relevant): Fix comments. | ||
| 120 | (hif-ifdef-to-endif, hif-looking-at-elif, hif-hide-line): Bug fix for | ||
| 121 | some cases involving #elif. | ||
| 122 | (hif-find-define, hif-add-new-defines): New functions for automatically | ||
| 123 | scanning of defined symbols. | ||
| 124 | (hide-ifdef-guts): Fix for defined symbol auto scanning. | ||
| 125 | (hide-ifdef-undef): Fix behavior to match CPP. | ||
| 126 | |||
| 127 | 2014-06-25 Glenn Morris <rgm@gnu.org> | 127 | 2014-06-25 Glenn Morris <rgm@gnu.org> |
| 128 | 128 | ||
| 129 | * Makefile.in ($(lisp)/progmodes/cc-defs.elc) | 129 | * Makefile.in ($(lisp)/progmodes/cc-defs.elc) |