diff options
| author | Richard M. Stallman | 2004-11-26 17:29:19 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-11-26 17:29:19 +0000 |
| commit | 5ffc01b6bb32aa9f20cd95d1fef345b1d038dcd6 (patch) | |
| tree | 5a00bd619777cceb7eacd4e9cc7b4c3abedc4960 | |
| parent | 1236e38628cf3c4f1053bdaec567bc4d6bf1eea9 (diff) | |
| download | emacs-5ffc01b6bb32aa9f20cd95d1fef345b1d038dcd6.tar.gz emacs-5ffc01b6bb32aa9f20cd95d1fef345b1d038dcd6.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f823bdbcfc3..6d72765fdb6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -27,6 +27,21 @@ | |||
| 27 | (gdb-frame-assembler-buffer): Rework like | 27 | (gdb-frame-assembler-buffer): Rework like |
| 28 | gdb-frame-breakpoints-buffer. | 28 | gdb-frame-breakpoints-buffer. |
| 29 | 29 | ||
| 30 | 2004-11-25 Richard M. Stallman <rms@gnu.org> | ||
| 31 | |||
| 32 | * progmodes/flymake.el: Reindent. | ||
| 33 | (flymake-split-string): Turn into defalias. | ||
| 34 | (flymake-fix-file-name): Renamed from flymake-fix-path-name. | ||
| 35 | (flymake-ensure-ends-with-slash): Rename arg to FILENAME. | ||
| 36 | (flymake-get-common-file-prefix): Renamed from ...path... Doc fix. | ||
| 37 | (flymake-build-relative-filename): Renamed from ...path. | ||
| 38 | Fix error message. | ||
| 39 | |||
| 40 | 2004-11-25 Cheng Gao <chenggao@gmail.com> | ||
| 41 | |||
| 42 | * progmodes/flymake.el: Much whitespace and capitalization change. | ||
| 43 | Move `provide' to end. Require `compile' only when compiling. | ||
| 44 | |||
| 30 | 2004-11-24 Jay Belanger <belanger@truman.edu> | 45 | 2004-11-24 Jay Belanger <belanger@truman.edu> |
| 31 | 46 | ||
| 32 | * calc/calc-alg.el: Added comment. | 47 | * calc/calc-alg.el: Added comment. |
| @@ -74,6 +89,7 @@ | |||
| 74 | (math-simplify-units-quotient): Replace variable try-cancel-units by | 89 | (math-simplify-units-quotient): Replace variable try-cancel-units by |
| 75 | declared variable. | 90 | declared variable. |
| 76 | 91 | ||
| 92 | >>>>>>> 1.6669 | ||
| 77 | 2004-11-24 Richard M. Stallman <rms@gnu.org> | 93 | 2004-11-24 Richard M. Stallman <rms@gnu.org> |
| 78 | 94 | ||
| 79 | * textmodes/ispell.el (ispell-check-version): | 95 | * textmodes/ispell.el (ispell-check-version): |