diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e445641a33c..4cfab866c82 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,28 @@ | |||
| 1 | 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp. | ||
| 4 | |||
| 5 | * progmodes/js.el (require): Require is already "eval-and-compile". | ||
| 6 | (js--re-search-forward): Avoid `eval'. Preserve the error data. | ||
| 7 | (js--re-search-backward): Use js--re-search-forward. | ||
| 8 | |||
| 9 | * progmodes/fortran.el (fortran-line-length): Don't recompute | ||
| 10 | syntactic keywords redundantly a second time. | ||
| 11 | |||
| 12 | * progmodes/ada-mode.el: Replace "(set '" with setq. | ||
| 13 | (ada-mode): Simplify. | ||
| 14 | (ada-create-case-exception, ada-adjust-case-interactive) | ||
| 15 | (ada-adjust-case-region, ada-format-paramlist, ada-indent-current) | ||
| 16 | (ada-search-ignore-string-comment, ada-move-to-start) | ||
| 17 | (ada-move-to-end): Use with-syntax-table. | ||
| 18 | |||
| 19 | * font-lock.el (save-buffer-state): Remove `varlist' arg. | ||
| 20 | (font-lock-unfontify-region, font-lock-default-fontify-region): | ||
| 21 | Update usage correspondingly. | ||
| 22 | (font-lock-fontify-syntactic-keywords-region): | ||
| 23 | Set parse-sexp-lookup-properties buffer-locally here. | ||
| 24 | (font-lock-fontify-syntactically-region): Remove unused `ppss' arg. | ||
| 25 | |||
| 3 | * simple.el (blink-matching-open): Don't burp if we can't find a match. | 26 | * simple.el (blink-matching-open): Don't burp if we can't find a match. |
| 4 | 27 | ||
| 5 | 2010-09-08 Glenn Morris <rgm@gnu.org> | 28 | 2010-09-08 Glenn Morris <rgm@gnu.org> |