aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2010-03-06 05:16:27 -0500
committerEli Zaretskii2010-03-06 05:16:27 -0500
commit9dbadf5f1a700c5790837738410c06b481cd2222 (patch)
treee1458f8f2aef541b98c7df4ea2d780c5011d9fe9 /lisp/ChangeLog
parentd23cd5eeb2993e55943d250ea8c2015da5b06a24 (diff)
parent4c83ed3d48c69e12c91a2ada2d00f4f74be2a42d (diff)
downloademacs-9dbadf5f1a700c5790837738410c06b481cd2222.tar.gz
emacs-9dbadf5f1a700c5790837738410c06b481cd2222.zip
Merge from mainline.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog111
1 files changed, 109 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1eb01818750..512e83999ab 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,114 @@
12010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * vc-git.el: Re-flow to fit into 80 columns.
4 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
5 Remove spurious `quote' element in each case alternative.
6 (vc-git-show-log-entry): Use prog1.
7 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
8
92010-03-06 Glenn Morris <rgm@gnu.org>
10
11 * cedet/semantic/grammar.el (semantic-grammar-header-template):
12 Update template copyright to GPLv3+.
13
142010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
15
16 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
17
182010-03-03 Chong Yidong <cyd@stupidchicken.com>
19
20 * macros.el (insert-kbd-macro): Look up keyboard macro using the
21 definition, not the name (Bug#5481).
22
232010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
24
25 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
26 argument with a local variable. (Bug#5670)
27
282010-03-02 Juri Linkov <juri@jurta.org>
29
30 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
31
322010-03-02 Michael Albinus <michael.albinus@gmx.de>
33
34 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
35 error when FILENAME and NEWNAME are existing remote directories.
36
37 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
38 parameter DIR-FLAG.
39
402010-03-02 Glenn Morris <rgm@gnu.org>
41
42 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
43 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
44
452010-03-01 Alan Mackenzie <acm@muc.de>
46
47 * progmodes/cc-engine.el (c-remove-stale-state-cache):
48 Correct previous patch.
49
502010-03-01 Kenichi Handa <handa@m17n.org>
51
52 * language/burmese.el (burmese-composable-pattern): Rename from
53 myanmar-composable-pattern.
54
55 * international/characters.el (script-list):
56 * international/fontset.el (script-representative-chars):
57 Change myanmar to burmese.
58 (otf-script-alist): Likewise.
59 (setup-default-fontset): Likewise. Re-fix :otf spec.
60
612010-03-01 Alan Mackenzie <bug-cc-mode@gnu.org>
62
63 * cc-engine.el (c-remove-stale-state-cache): Take account of when
64 `good-pos' is in the same macro as `here'. Fixes bug 5649.
65
662010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
67
68 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
69
702010-02-28 Jan Djärv <jan.h.d@swipnet.se>
71
72 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
73
742010-02-28 Michael Albinus <michael.albinus@gmx.de>
75
76 * net/tramp.el (tramp-handle-write-region): START can be a string.
77 Take care in the checks. Reported by Dan Davison
78 <davison@stats.ox.ac.uk>.
79
802010-02-28 Michael Albinus <michael.albinus@gmx.de>
81
82 * net/dbus.el (dbus-introspect, dbus-get-property)
83 (dbus-set-property, dbus-get-all-properties): Use
84 `dbus-call-method' when noninteractive. (Bug#5645)
85
862010-02-28 Chong Yidong <cyd@stupidchicken.com>
87
88 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
89 * emacs-lisp/elint.el (elint-add-required-env):
90 * cedet/semantic/db-find.el
91 (semanticdb-find-translate-path-brutish-default):
92 * cedet/ede/make.el (ede-make-check-version):
93 * calendar/icalendar.el (icalendar--add-diary-entry):
94 * calc/calcalg2.el (math-tracing-integral):
95 * files.el (recover-session-finish): Use with-current-buffer
96 instead of save-excursion.
97
982010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
99
100 Fix in-buffer completion when after-change-functions modify the buffer.
101 * minibuffer.el (completion--replace): New function.
102 (completion--do-completion): Use it and use relative movement.
103
1042010-02-27 Chong Yidong <cyd@stupidchicken.com>
105
106 * international/fontset.el (setup-default-fontset): Fix :otf spec.
107
12010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change) 1082010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
2 109
3 * progmodes/python.el (python-pdbtrack-stack-entry-regexp): Allow 110 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
4 the characters _<> in the stack entry (Bug#5653). 111 Allow the characters _<> in the stack entry (Bug#5653).
5 112
62010-02-26 Kenichi Handa <handa@m17n.org> 1132010-02-26 Kenichi Handa <handa@m17n.org>
7 114