comparison lisp/ChangeLog @ 86562:5253774a34e8

(cvs-parse-table): Adjust regexp for resurrections.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 28 Nov 2007 04:48:04 +0000
parents a6ca0d46ee4e
children f33f3cb72cfc
comparison
equal deleted inserted replaced
86561:13041217da4b 86562:5253774a34e8
1 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
4
1 2007-11-28 Glenn Morris <rgm@gnu.org> 5 2007-11-28 Glenn Morris <rgm@gnu.org>
2 6
3 * nxml/nxml-enc.el (xmltok-get-declared-encoding-position): 7 * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
4 Declare as a function. 8 Declare as a function.
5 9
25 (dired-old-find-buffer-nocreate): Declare as function. 29 (dired-old-find-buffer-nocreate): Declare as function.
26 30
27 * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc. 31 * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
28 (check-declare-verify): Handle fset. 32 (check-declare-verify): Handle fset.
29 33
30 * emulation/edt.el (edt-user-emulation-setup): Test 34 * emulation/edt.el (edt-user-emulation-setup):
31 edt-setup-user-bindings is bound before calling. 35 Test edt-setup-user-bindings is bound before calling.
32 36
33 * emulation/tpu-edt.el: Don't require cl when compiling. 37 * emulation/tpu-edt.el: Don't require cl when compiling.
34 (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions. 38 (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
35 (tpu-edt-off): Use condition-case rather than ignore-errors. 39 (tpu-edt-off): Use condition-case rather than ignore-errors.
36 Use with-no-warnings. 40 Use with-no-warnings.
52 * calc/calc-ext.el (math-sqrt-raw, math-map-vec) 56 * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
53 (math-make-frac): Declare as functions. 57 (math-make-frac): Declare as functions.
54 58
55 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu> 59 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
56 60
57 * progmodes/cperl-mode.el (compilation-error-regexp-alist): Pacify 61 * progmodes/cperl-mode.el (compilation-error-regexp-alist):
58 byte compiler. 62 Pacify byte compiler.
59 (cperl-mode): Use with-no-warnings for setting vc-header-alist. 63 (cperl-mode): Use with-no-warnings for setting vc-header-alist.
60 64
61 * progmodes/idlwave.el (idlwave-shell-get-path-info) 65 * progmodes/idlwave.el (idlwave-shell-get-path-info)
62 (idlwave-shell-temp-file, idlwave-shell-is-running) 66 (idlwave-shell-temp-file, idlwave-shell-is-running)
63 (widget-value, comint-dynamic-complete-filename, Info-goto-node): 67 (widget-value, comint-dynamic-complete-filename, Info-goto-node):
252 256
253 * calc/calc-forms.el (calendar-current-time-zone) 257 * calc/calc-forms.el (calendar-current-time-zone)
254 (calendar-absolute-from-gregorian, dst-in-effect): Declare as 258 (calendar-absolute-from-gregorian, dst-in-effect): Declare as
255 functions. 259 functions.
256 260
257 * calc/calc-help.el (Info-goto-node, Info-last): Declare as 261 * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
258 functions.
259 262
260 * calc/calc-lang.el (math-read-factor, math-read-expr-level): 263 * calc/calc-lang.el (math-read-factor, math-read-expr-level):
261 Declare as functions. 264 Declare as functions.
262 265
263 * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp) 266 * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)