comparison lisp/ChangeLog @ 93788:ff288359c25a

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Sun, 06 Apr 2008 20:49:40 +0000
parents 2604709dd36f
children 82dcf822c638
comparison
equal deleted inserted replaced
93787:047187066e1d 93788:ff288359c25a
1 2008-04-06 Chong Yidong <cyd@stupidchicken.com> 1 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
2 2
3 * dired-aux.el (dired-overwrite-confirmed): Revert last change. 3 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
4 4
5 * dired.el (dired-dnd-handle-local-file): Obey 5 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite.
6 dired-backup-overwrite.
7 6
8 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu> 7 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
9 8
10 * viper*.el (viper-search-wrap-around-t): replace with 9 * viper*.el (viper-search-wrap-around-t): Replace with
11 viper-search-wrap-around. 10 viper-search-wrap-around.
12 11
13 * ediff*.el: replace 3-argument 'require' statements with 1-argument 12 * ediff*.el: Replace 3-argument 'require' statements with 1-argument
14 ones (wrapped in if's). For compatibility with the current stable 13 ones (wrapped in if's). For compatibility with the current stable
15 version of XEmacs. 14 version of XEmacs.
16 15
17 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu> 16 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
18 17
19 * vc.el (vc-status-prepare-status-buffer): 18 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
20 Reset vc-parent-buffer-name.
21 19
22 2008-04-06 Jason Rumney <jasonr@gnu.org> 20 2008-04-06 Jason Rumney <jasonr@gnu.org>
23 21
24 * language/burmese.el ("Burmese"): Make sample text consistent with 22 * language/burmese.el ("Burmese"): Make sample text consistent with
25 language name. 23 language name.
227 Rename make-chinese-month-assoc-list. Update callers. 225 Rename make-chinese-month-assoc-list. Update callers.
228 (calendar-chinese-months): Rename chinese-months. Update callers. 226 (calendar-chinese-months): Rename chinese-months. Update callers.
229 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date. 227 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
230 Keep old name as alias, update callers. 228 Keep old name as alias, update callers.
231 229
232 * cal-hebrew.el (calendar-hebrew-leap-year-p): 230 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
233 Rename hebrew-calendar-leap-year-p. Update callers. 231 Rename hebrew-calendar-leap-year-p. Update callers.
234 (calendar-hebrew-last-month-of-year): 232 (calendar-hebrew-last-month-of-year):
235 Rename hebrew-calendar-last-month-of-year. Update callers. 233 Rename hebrew-calendar-last-month-of-year. Update callers.
236 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days. 234 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
237 Update callers. 235 Update callers.
312 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias. 310 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
313 Update for above name changes of constants. 311 Update for above name changes of constants.
314 312
315 * calendar/cal-menu.el, calendar/calendar.el: 313 * calendar/cal-menu.el, calendar/calendar.el:
316 Update for chinese and hebrew name changes. 314 Update for chinese and hebrew name changes.
317 * diary-lib.el: Update for hebrew name changes. 315 * calendar/diary-lib.el: Update for hebrew name changes.
318 316
319 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca> 317 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
320 318
321 * subr.el (keymap-canonicalize): Correct thinko. 319 * subr.el (keymap-canonicalize): Correct thinko.
322 320