aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2010-01-25 08:45:12 +0100
committerJan Djärv2010-01-25 08:45:12 +0100
commit433bdc96cb7234e36f218df1588b17411f54ee57 (patch)
tree999e53f70ecf6ed72cbd49567d6eddb03ec9e873 /lisp/ChangeLog
parentaa3e13b5300d55ee22fbd548f0284beb0c65a871 (diff)
parent755da7fa2086d39e2f07262ff13e8ff015edbc7e (diff)
downloademacs-433bdc96cb7234e36f218df1588b17411f54ee57.tar.gz
emacs-433bdc96cb7234e36f218df1588b17411f54ee57.zip
Merge from trunk
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog88
1 files changed, 88 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 800b2ad24c9..6e86aa2a94a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,91 @@
12010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
4 for the short log.
5 (vc-bzr-log-view-mode): Adjust regexp for the above change.
6
72010-01-25 Mark A. Hershberger <mah@everybody.org>
8
9 * progmodes/python.el: Replace reference to obsolete
10 c-subward-mode.
11
12 * vc-bzr.el: (vc-bzr-revision-table) New function.
13
142010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
15
16 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
17 diff-index command. This requires at least git-1.5.5. (Bug#1589).
18
192010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
20
21 Remove support for adding --signoff on commit.
22 Future support will use an incompatible generic mechanism.
23 * vc-git.el (vc-git-add-signoff): Remove variable.
24 (vc-git-toggle-signoff): Remove function.
25 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
26
27 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
28 from xterm-set-background-mode. Return t if the background mode
29 was set.
30 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
31 earlier, call it again in case the background mode has changed.
32
332010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
34
35 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
36 (Bug#3541).
37
382010-01-23 Chong Yidong <cyd@stupidchicken.com>
39
40 * emacs-lisp/assoc.el (aelement): Doc fix.
41 (aput, adelete, amake): Use lexical-let (Bug#5450).
42
432010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
44
45 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
46 is the same as subprogram call, not declaration. (Bug#5435).
47
482010-01-23 Michael Albinus <michael.albinus@gmx.de>
49
50 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
51 (tramp-smb-maybe-open-connection): Use it.
52
532010-01-22 Michael Albinus <michael.albinus@gmx.de>
54
55 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
56
572010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
58
59 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
60 just because we see "encoding: 8bit".
61 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
62
632010-01-22 Chong Yidong <cyd@stupidchicken.com>
64
65 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
66
672010-01-22 Eli Zaretskii <eliz@gnu.org>
68
69 * jka-compr.el (jka-compr-load): If load-file is not in
70 load-history, try its file-truename version. (bug#5447)
71
722010-01-21 Alan Mackenzie <acm@muc.de>
73
74 Fix a situation where deletion of a cpp construct throws an error.
75 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
76 invoking c-with-all-but-one-cpps-commented-out, check that the
77 special cpp construct is still in the buffer.
78 (c-parse-state): Record the special cpp with markers, not numbers.
79
802010-01-21 Kenichi Handa <handa@m17n.org>
81
82 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
83 process last-command-event, as it is now decoded first (Bug#5380).
84
852010-01-20 Chong Yidong <cyd@stupidchicken.com>
86
87 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
88
12010-01-20 Glenn Morris <rgm@gnu.org> 892010-01-20 Glenn Morris <rgm@gnu.org>
2 90
3 * indent.el (tab-always-indent): Fix custom-type. 91 * indent.el (tab-always-indent): Fix custom-type.