diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 38 |
1 files changed, 28 insertions, 10 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3dc7b942e1c..68105177dd1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,7 +1,25 @@ | |||
| 1 | 2008-05-08 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * abbrev.el (define-abbrev-table): | ||
| 4 | * composite.el (toggle-auto-composition): | ||
| 5 | * json.el (json-alist-p, json-plist-p): | ||
| 6 | * minibuffer.el (completion-table-with-predicate): | ||
| 7 | * ps-mule.el (ps-mule-external-libraries): | ||
| 8 | * emacs-lisp/advice.el (ad-special-form-p): | ||
| 9 | * emacs-lisp/autoload.el (autoload-generate-file-autoloads): | ||
| 10 | * eshell/em-smart.el (eshell-review-quick-commands): | ||
| 11 | * progmodes/python.el (python-comment-line-p, python-blank-line-p) | ||
| 12 | (python-skip-out, python-check-comint-prompt): | ||
| 13 | Don't use `iff' in docstrings. | ||
| 14 | |||
| 15 | * international/robin.el (robin-package-alist): Fix typo in docstring. | ||
| 16 | (robin-current-package-name): Doc fix. | ||
| 17 | (robin-activate): Don't use `iff' in docstring. | ||
| 18 | |||
| 1 | 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com> | 19 | 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com> |
| 2 | 20 | ||
| 3 | * vc.el, vc-dispatcher.el: VC-Dired support removed. The code | 21 | * vc.el, vc-dispatcher.el: VC-Dired support removed. |
| 4 | uses a ewoc-based implementation now. | 22 | The code uses a ewoc-based implementation now. |
| 5 | * vc-hooks.el: Support for Meta-CVS has been removed. | 23 | * vc-hooks.el: Support for Meta-CVS has been removed. |
| 6 | 24 | ||
| 7 | 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca> | 25 | 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca> |
| @@ -35,7 +53,7 @@ | |||
| 35 | further from vc.el. | 53 | further from vc.el. |
| 36 | * vc.el (vc-dir-mode): Move VC-specific context menu entries here. | 54 | * vc.el (vc-dir-mode): Move VC-specific context menu entries here. |
| 37 | 55 | ||
| 38 | 2008-05-06 Wilson Snyder <wsnyder@wsnyder.org> | 56 | 2008-05-06 Wilson Snyder <wsnyder@wsnyder.org> |
| 39 | 57 | ||
| 40 | * verilog-mode.el (verilog-getopt-file): Cleanup warning message format. | 58 | * verilog-mode.el (verilog-getopt-file): Cleanup warning message format. |
| 41 | (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum) | 59 | (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum) |
| @@ -82,8 +100,8 @@ | |||
| 82 | 100 | ||
| 83 | 2008-05-05 Eric S. Raymond <esr@snark.thyrsus.com> | 101 | 2008-05-05 Eric S. Raymond <esr@snark.thyrsus.com> |
| 84 | 102 | ||
| 85 | * vc.el (vc-deduce-fileset): Lift all the policy and UI | 103 | * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff |
| 86 | stuff out of this function, move it to vc-dispatcher-selection-set. | 104 | out of this function, move it to vc-dispatcher-selection-set. |
| 87 | 105 | ||
| 88 | 2008-05-05 Sam Steingold <sds@gnu.org> | 106 | 2008-05-05 Sam Steingold <sds@gnu.org> |
| 89 | 107 | ||
| @@ -165,7 +183,7 @@ | |||
| 165 | The separation is not yet completely clean, but it's a good start. | 183 | The separation is not yet completely clean, but it's a good start. |
| 166 | * vc.el: This file is about 1700 lines shorter now. | 184 | * vc.el: This file is about 1700 lines shorter now. |
| 167 | Remove obsolete logentry-check from the backend API. | 185 | Remove obsolete logentry-check from the backend API. |
| 168 | * vc-sccs.el (vc-sccs-logentry-check): Remove . This was the only | 186 | * vc-sccs.el (vc-sccs-logentry-check): Remove. This was the only |
| 169 | implementation of the logentry-check method, and it guarded against | 187 | implementation of the logentry-check method, and it guarded against |
| 170 | a log length limit that has probably been obsolete for 15 years (!). | 188 | a log length limit that has probably been obsolete for 15 years (!). |
| 171 | 189 | ||
| @@ -179,12 +197,12 @@ | |||
| 179 | 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com> | 197 | 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com> |
| 180 | 198 | ||
| 181 | * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, | 199 | * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, |
| 182 | vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, | 200 | * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, |
| 183 | vc-svn.el, vc.el: (vc-*-checkout-model): Make sure every backend | 201 | * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend |
| 184 | has one of these and that all are called in compatible ways. | 202 | has one of these and that all are called in compatible ways. |
| 185 | * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, | 203 | * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, |
| 186 | vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, | 204 | * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, |
| 187 | vc-svn.el, vc.el: (vc-*-revision-granularity): Make sure every | 205 | * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every |
| 188 | backend has one of these. | 206 | backend has one of these. |
| 189 | 207 | ||
| 190 | 2008-05-02 Stefan Monnier <monnier@iro.umontreal.ca> | 208 | 2008-05-02 Stefan Monnier <monnier@iro.umontreal.ca> |