aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2010-08-22 16:02:16 -0400
committerChong Yidong2010-08-22 16:02:16 -0400
commitb0126eac41487b9bca5af5cbb2212ff5b2c58b80 (patch)
tree680ba932d259776ebfdb6d424fa8f668e1001f7c /lisp/ChangeLog
parentb613941ba003bbf5024415ac4f8c2a0e12434751 (diff)
parentbc7d7ea63ba9d98b3ecc3b6decf4392a651dcbfb (diff)
downloademacs-b0126eac41487b9bca5af5cbb2212ff5b2c58b80.tar.gz
emacs-b0126eac41487b9bca5af5cbb2212ff5b2c58b80.zip
Merge changes from emacs-23 branch.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog73
1 files changed, 72 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index fa5c117be83..12a2ffce5bd 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,74 @@
12010-08-22 Chong Yidong <cyd@stupidchicken.com>
2
3 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
4
52010-08-22 Leo <sdl.web@gmail.com>
6
7 Fix buffer-list rename&refresh after after killing a buffer in ido.
8 * lisp/ido.el: Revert Óscar's.
9 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
10 Remember the buffers at head, rather than their name.
11 * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
12
132010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
14 Stefan Monnier <monnier@iro.umontreal.ca>
15
16 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
17 extra backslash added to each line (bug#6890).
18
192010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
20
21 * subr.el (read-key): Don't echo keystrokes (bug#6883).
22
232010-08-22 Glenn Morris <rgm@gnu.org>
24
25 * menu-bar.el (menu-bar-games-menu): Add landmark.
26
272010-08-22 Glenn Morris <rgm@gnu.org>
28
29 * align.el (align-regexp): Make group and spacing arguments
30 use the interactive defaults when non-interactive. (Bug#6698)
31
32 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
33 expansion, so as not to need sendmail.
34 (mail-text-start): Remove declaration.
35 (rmail-retry-failure): Require sendmail.
36
372010-08-22 Chong Yidong <cyd@stupidchicken.com>
38
39 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
40
412010-08-22 Michael Albinus <michael.albinus@gmx.de>
42
43 * progmodes/flymake.el (flymake-start-syntax-check-process):
44 Use `start-file-process' in order to let it run also on remote hosts.
45
462010-08-22 Kenichi Handa <handa@m17n.org>
47
48 * files.el: Add `word-wrap' as safe local variable.
49
502010-08-22 Glenn Morris <rgm@gnu.org>
51
52 * woman.el (woman-translate): Case matters. (Bug#6849)
53
542010-08-22 Chong Yidong <cyd@stupidchicken.com>
55
56 * simple.el (kill-region): Doc fix (Bug#6787).
57
582010-08-22 Glenn Morris <rgm@gnu.org>
59
60 * calendar/diary-lib.el (diary-header-line-format):
61 Fit it to the window, not the frame.
62
632010-08-22 Andreas Schwab <schwab@linux-m68k.org>
64
65 * subr.el (ignore-errors): Add debug declaration.
66
672010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
68
69 * whitespace.el (whitespace-color-off): Remove post-command-hook
70 locally.
71
12010-08-21 Stefan Monnier <monnier@iro.umontreal.ca> 722010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2 73
3 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks. 74 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
@@ -346,7 +417,7 @@
346 (ctext-standard-encodings): New variable. 417 (ctext-standard-encodings): New variable.
347 (ctext-non-standard-encodings-table): List only elements for 418 (ctext-non-standard-encodings-table): List only elements for
348 non-standard encodings. 419 non-standard encodings.
349 (ctext-pre-write-conversion): Adjusted for the above change. 420 (ctext-pre-write-conversion): Adjust for the above change.
350 Check ctext-standard-encodings. 421 Check ctext-standard-encodings.
351 422
352 * international/mule-conf.el (compound-text): Doc fix. 423 * international/mule-conf.el (compound-text): Doc fix.