Mercurial > emacs
comparison lisp/ChangeLog @ 107638:772da445ced7
Merge from mainline.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 06 Mar 2010 05:16:27 -0500 |
parents | 8bc19ba3da90 |
children | 176028ab9fc6 |
comparison
equal
deleted
inserted
replaced
107637:59df2de8b31d | 107638:772da445ced7 |
---|---|
1 2010-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 | |
9 2010-03-06 Glenn Morris <rgm@gnu.org> | |
10 | |
11 * cedet/semantic/grammar.el (semantic-grammar-header-template): | |
12 Update template copyright to GPLv3+. | |
13 | |
14 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca> | |
15 | |
16 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686). | |
17 | |
18 2010-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 | |
23 2010-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 | |
28 2010-03-02 Juri Linkov <juri@jurta.org> | |
29 | |
30 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652) | |
31 | |
32 2010-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 | |
40 2010-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 | |
45 2010-03-01 Alan Mackenzie <acm@muc.de> | |
46 | |
47 * progmodes/cc-engine.el (c-remove-stale-state-cache): | |
48 Correct previous patch. | |
49 | |
50 2010-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 | |
61 2010-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 | |
66 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org> | |
67 | |
68 * menu-bar.el (menu-bar-manuals-menu): Fix typo. | |
69 | |
70 2010-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 | |
74 2010-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 | |
80 2010-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 | |
86 2010-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 | |
98 2010-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 | |
104 2010-02-27 Chong Yidong <cyd@stupidchicken.com> | |
105 | |
106 * international/fontset.el (setup-default-fontset): Fix :otf spec. | |
107 | |
1 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change) | 108 2010-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 |
6 2010-02-26 Kenichi Handa <handa@m17n.org> | 113 2010-02-26 Kenichi Handa <handa@m17n.org> |
7 | 114 |
8 * language/burmese.el: Fix entries in composition-function-table. | 115 * language/burmese.el: Fix entries in composition-function-table. |
9 (myanmar-composable-pattern): New variable. | 116 (myanmar-composable-pattern): New variable. |