aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog32
1 files changed, 32 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7984dc214c4..beeb53d5c31 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,35 @@
12013-09-12 Glenn Morris <rgm@gnu.org>
2
3 * vc/vc-bzr.el (vc-exec-after): Remove unused declaration.
4 (vc-compilation-mode): Declare.
5 (vc-bzr-pull): Require vc-dispatcher.
6 * vc/vc-git.el (vc-compilation-mode): Declare.
7 (vc-git-pull): Require vc-dispatcher.
8
9 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
10
11 * progmodes/octave.el (help-button-action): Declare.
12
13 * shell.el (shell-directory-tracker): Output error as a message
14 rather than just returning it as a string.
15 (shell-process-pushd): Remove useless use of message.
16
17 * dframe.el (dframe-timer-fn):
18 * files.el (dir-locals-read-from-file):
19 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
20 (mpc-format):
21 * reveal.el (reveal-post-command):
22 * saveplace.el (load-save-place-alist-from-file):
23 * shell.el (shell-resync-dirs):
24 * w32-common-fns.el (x-get-selection-value):
25 * emacs-lisp/copyright.el (copyright-find-copyright):
26 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
27 * emulation/tpu-edt.el (tpu-copy-keyfile):
28 * play/bubbles.el (bubbles--mark-neighbourhood):
29 * progmodes/executable.el
30 (executable-make-buffer-file-executable-if-script-p):
31 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
32
12013-09-12 Stefan Monnier <monnier@iro.umontreal.ca> 332013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2 34
3 Cleanup Eshell to rely less on dynamic scoping. 35 Cleanup Eshell to rely less on dynamic scoping.