comparison lisp/ChangeLog @ 105329:fa9bcb68092e

(vc-resynch-window): Don't revert a buffer which has no associated file. (vc-resynch-buffer): Use vc-dir-buffers.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 01 Oct 2009 03:32:25 +0000
parents 2f2bc20297c6
children 7660578a04ee
comparison
equal deleted inserted replaced
105328:2f2bc20297c6 105329:fa9bcb68092e
1 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
4 has no associated file.
5 (vc-resynch-buffer): Use vc-dir-buffers.
6
1 2009-10-01 Glenn Morris <rgm@gnu.org> 7 2009-10-01 Glenn Morris <rgm@gnu.org>
2 8
3 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie) 9 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
4 (chart-file-count): 10 (chart-file-count):
5 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert): 11 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
85 91
86 * cedet/srecode/expandproto.el: Fix provide statement. 92 * cedet/srecode/expandproto.el: Fix provide statement.
87 93
88 2009-09-30 Eric Ludlam <zappo@gnu.org> 94 2009-09-30 Eric Ludlam <zappo@gnu.org>
89 95
90 * emacs-lisp/eieio.el (boolean-p): Deleted. 96 * emacs-lisp/eieio.el (boolean-p): Delete.
91 97
92 2009-09-30 Sascha Wilde <wilde@sha-bang.de> 98 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
93 99
94 * cedet/ede/srecode.el: Fix provide statement. 100 * cedet/ede/srecode.el: Fix provide statement.
95 101
106 (data-debug-insert-thing): Remove unneeded declarations (one broken). 112 (data-debug-insert-thing): Remove unneeded declarations (one broken).
107 (semanticdb-enable-gnu-global-databases): Fix prompt typo. 113 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
108 114
109 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration. 115 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
110 116
111 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime use 117 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
112 of CL function `remove-if-not'. 118 use of CL function `remove-if-not'.
113 119
114 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el". 120 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
115 121
116 * emacs-lisp/elint.el (elint-init-form): Report declarations where the 122 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
117 filename is not a string. 123 filename is not a string.