diff options
| author | Joakim Verona | 2013-09-12 07:46:45 +0200 |
|---|---|---|
| committer | Joakim Verona | 2013-09-12 07:46:45 +0200 |
| commit | 7701e0724215b82d2f635c19d7e7f2a9863e687c (patch) | |
| tree | b759e59df3edf3f5d661db8d24296cd3da116160 /lisp/ChangeLog | |
| parent | dd30d6b73383df67468e4705492206bae6a8185c (diff) | |
| parent | 96b3f75a809761389cbbdc2eb0ed85f4559a8eef (diff) | |
| download | emacs-7701e0724215b82d2f635c19d7e7f2a9863e687c.tar.gz emacs-7701e0724215b82d2f635c19d7e7f2a9863e687c.zip | |
merge from trunk
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 32 |
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 @@ | |||
| 1 | 2013-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 | |||
| 1 | 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca> | 33 | 2013-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. |