diff options
| author | Joakim Verona | 2013-04-26 08:30:51 +0200 |
|---|---|---|
| committer | Joakim Verona | 2013-04-26 08:30:51 +0200 |
| commit | cf77a595ef52891ad675121b52ca15ebf71de095 (patch) | |
| tree | f19c49d5423ce8caacd79bea3963eb77abf67309 /lisp/ChangeLog | |
| parent | cc21f4cde8eed1c3771f4293304c7f888f9e4b58 (diff) | |
| parent | 070ccca42d39cd3634a5d8af0da42e9c985eb0df (diff) | |
| download | emacs-cf77a595ef52891ad675121b52ca15ebf71de095.tar.gz emacs-cf77a595ef52891ad675121b52ca15ebf71de095.zip | |
auto upstream
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7bce53d7caf..e7c374e1e96 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,72 @@ | |||
| 1 | 2013-04-26 Leo Liu <sdl.web@gmail.com> | ||
| 2 | |||
| 3 | * progmodes/octave.el (octave-submit-bug-report): Obsolete. | ||
| 4 | (octave-mode, inferior-octave-mode): Use setq-local. | ||
| 5 | (octave-not-in-string-or-comment-p): Renamed to | ||
| 6 | octave-in-string-or-comment-p. | ||
| 7 | (octave-in-comment-p, octave-in-string-p) | ||
| 8 | (octave-in-string-or-comment-p): Replace defsubst with defun. | ||
| 9 | |||
| 10 | 2013-04-25 Paul Eggert <eggert@cs.ucla.edu> | ||
| 11 | |||
| 12 | * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~. | ||
| 13 | |||
| 14 | 2013-04-25 Bastien Guerry <bzg@gnu.org> | ||
| 15 | |||
| 16 | * textmodes/remember.el (remember-data-directory) | ||
| 17 | (remember-directory-file-name-format): Fix custom types. | ||
| 18 | |||
| 19 | 2013-04-25 Leo Liu <sdl.web@gmail.com> | ||
| 20 | |||
| 21 | * progmodes/octave.el (octave-completion-at-point-function): Make | ||
| 22 | use of inferior octave process. | ||
| 23 | (octave-initialize-completions): Remove. | ||
| 24 | (inferior-octave-completion-table): New function. | ||
| 25 | (inferior-octave-completion-at-point): Use it. | ||
| 26 | (octave-completion-alist): Remove. | ||
| 27 | |||
| 28 | 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 29 | |||
| 30 | * progmodes/opascal.el: Use font-lock and syntax-propertize. | ||
| 31 | (opascal-mode-syntax-table): New var. | ||
| 32 | (opascal-literal-kind, opascal-is-literal-end) | ||
| 33 | (opascal-literal-token-at): Rewrite. | ||
| 34 | (opascal--literal-start-re, opascal-font-lock-keywords) | ||
| 35 | (opascal--syntax-propertize): New constants. | ||
| 36 | (opascal-font-lock-defaults): Adjust. | ||
| 37 | (opascal-mode): Use them. Set comment-<foo> variables as well. | ||
| 38 | (delphi-comment-face, opascal-comment-face, delphi-string-face) | ||
| 39 | (opascal-string-face, delphi-keyword-face, opascal-keyword-face) | ||
| 40 | (delphi-other-face, opascal-other-face): Remove face variables. | ||
| 41 | (opascal-save-state): Remove macro. | ||
| 42 | (opascal-fontifying-progress-step): Remove constant. | ||
| 43 | (opascal--ignore-changes): Remove var. | ||
| 44 | (opascal-set-token-property, opascal-parse-next-literal) | ||
| 45 | (opascal-is-stable-literal, opascal-complete-literal) | ||
| 46 | (opascal-is-literal-start, opascal-face-of) | ||
| 47 | (opascal-parse-region, opascal-parse-region-until-stable) | ||
| 48 | (opascal-fontify-region, opascal-after-change) | ||
| 49 | (opascal-debug-show-is-stable, opascal-debug-unparse-buffer) | ||
| 50 | (opascal-debug-parse-region, opascal-debug-parse-window) | ||
| 51 | (opascal-debug-parse-buffer, opascal-debug-fontify-window) | ||
| 52 | (opascal-debug-fontify-buffer): Remove. | ||
| 53 | (opascal-debug-mode-map): Adjust accordingly. | ||
| 54 | |||
| 55 | 2013-04-25 Leo Liu <sdl.web@gmail.com> | ||
| 56 | |||
| 57 | Merge octave-mod.el and octave-inf.el into octave.el with some | ||
| 58 | cleanups. | ||
| 59 | * progmodes/octave.el: New file renamed from octave-mod.el. | ||
| 60 | * progmodes/octave-inf.el: Merged into octave.el. | ||
| 61 | * progmodes/octave-mod.el: Renamed to octave.el. | ||
| 62 | |||
| 63 | 2013-04-25 Tassilo Horn <tsdh@gnu.org> | ||
| 64 | |||
| 65 | * textmodes/reftex-vars.el | ||
| 66 | (reftex-label-ignored-macros-and-environments): New defcustom. | ||
| 67 | |||
| 68 | * textmodes/reftex-parse.el (reftex-parse-from-file): Use it. | ||
| 69 | |||
| 1 | 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca> | 70 | 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 71 | ||
| 3 | * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB. | 72 | * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB. |