comparison lisp/ChangeLog @ 94743:6423a941a00a

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 08 May 2008 03:52:53 +0000
parents 3bbff46b7130
children 494fe8a4eeb0
comparison
equal deleted inserted replaced
94742:a7e2e7044952 94743:6423a941a00a
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>
8 26
9 * tool-bar.el: Choose images dynamically. 27 * tool-bar.el: Choose images dynamically.
33 * vc-hooks.el (vc-find-file-hook): 51 * vc-hooks.el (vc-find-file-hook):
34 * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher 52 * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
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)
42 (verilog-auto-inout, verilog-auto-inout-module) 60 (verilog-auto-inout, verilog-auto-inout-module)
43 (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param) 61 (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
80 98
81 * dired.el (dired-read-dir-and-switches): Fix up last change. 99 * dired.el (dired-read-dir-and-switches): Fix up last change.
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
90 * window.el (delete-other-windows-vertically): New function. 108 * window.el (delete-other-windows-vertically): New function.
91 109
163 * vc-dispatcher.el: New file, separates out the UI and command 181 * vc-dispatcher.el: New file, separates out the UI and command
164 execution machinery from VCS-specific logic left in vc.el. 182 execution machinery from VCS-specific logic left in vc.el.
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
172 2008-05-02 Sam Steingold <sds@gnu.org> 190 2008-05-02 Sam Steingold <sds@gnu.org>
173 191
177 * grep.el (grep-mode-map): Bind "g" to recompile (like in dired &c). 195 * grep.el (grep-mode-map): Bind "g" to recompile (like in dired &c).
178 196
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>
191 209
192 * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and 210 * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and