aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7163b4b4989..c9aa7e99356 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,25 @@
12012-09-15 Glenn Morris <rgm@gnu.org>
2
3 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
4 checkouts, check the parent dirstate matches the branch.
5 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
6 empty string.
7
8 * version.el (emacs-bzr-version): Doc fix.
9 (emacs-bzr-version-dirstate): New function.
10 (emacs-bzr-get-version): For lightweight checkouts, if the parent
11 is local try and check that it matches the branch. If not, just
12 use dirstate information. (Bug#12441)
13
142012-09-14 Juri Linkov <juri@jurta.org>
15
16 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
17 (Bug#12399)
18
12012-09-14 Stefan Monnier <monnier@iro.umontreal.ca> 192012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
2 20
21 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
22
3 * emacs-lisp/edebug.el: Miscellaneous cleanup. 23 * emacs-lisp/edebug.el: Miscellaneous cleanup.
4 Remove obsolete byte-compiler hack that tried to silence some warnings. 24 Remove obsolete byte-compiler hack that tried to silence some warnings.
5 (edebug-submit-bug-report): Remove. 25 (edebug-submit-bug-report): Remove.