diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6427a918dd8..a4413bcbf96 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 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) |
| @@ -87,7 +93,7 @@ | |||
| 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 | ||
| @@ -108,8 +114,8 @@ | |||
| 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 | ||