aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2010-01-02 05:22:05 -0500
committerEli Zaretskii2010-01-02 05:22:05 -0500
commita179af9bd20b2e9968506003937a152c1cbb5d9e (patch)
tree2e903858b7fd9cd1efda2bd38c4ac9b20a0e867f /lisp/ChangeLog
parent3b8fb4b39271ee1abaa725fbda501e7f10a708c1 (diff)
parentab507311880d1b971a6bfad2676d92548041f63f (diff)
downloademacs-a179af9bd20b2e9968506003937a152c1cbb5d9e.tar.gz
emacs-a179af9bd20b2e9968506003937a152c1cbb5d9e.zip
Merge from upstream.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog93
1 files changed, 90 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1fa330e8e2a..4a90f2f406d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,91 @@
12010-01-02 Karl Fogel <kfogel@red-bean.com>
2
3 * bookmark.el: Remove gratuitous gratitude.
4
52010-01-02 Karl Fogel <kfogel@red-bean.com>
6
7 * bookmark.el (bookmark-bmenu-any-marks): New function
8 (bookmark-bmenu-save): Clear buffer modification if no marks.
9
102010-01-02 Karl Fogel <kfogel@red-bean.com>
11
12 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
13 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
14 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
15 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
16
17 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
18 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
19 To: emacs-devel {_AT_} gnu.org
20 Subject: bookmark.el bug report
21 Date: Mon, 28 Dec 2009 14:19:16 +0800
22 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
23
242010-01-02 Karl Fogel <kfogel@red-bean.com>
25
26 * bookmark.el: Improvements suggested by Drew Adams:
27 (bookmark-bmenu-ensure-position): New name for
28 `bookmark-bmenu-check-position'. Just ensure the position,
29 don't return any meaningful value.
30 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
31 New constants.
32
332010-01-02 Juanma Barranquero <lekktu@gmail.com>
34
35 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
36 (bookmark-yank-point, bookmark-bmenu-check-position):
37 Fix typos in docstrings.
38 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
39 (bookmark-name-from-full-record, bookmark-get-position)
40 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
41 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
42 Remove useless quoting of parenthesis, etc. in docstrings.
43
44 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
45 (ediff-append-custom-diff): Fix typo in error message.
46 (ediff-meta-mark-equal-files): Fix typos in messages.
47
48 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
49
50 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
51 Fix typo in docstring.
52
53 * net/imap-hash.el (imap-hash-make): Doc fix.
54 (imap-hash-test): Fix typo in error message; reflow docstring.
55 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
56 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
57 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
58 Fix typos in docstrings.
59 (imap-hash-open-connection): Fix typo in error message.
60
61 * play/gomoku.el (gomoku): Fix typos in docstring.
62
63 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
64 (gdb-jsonify-buffer): Fix typos in docstring.
65 (gdb-goto-breakpoint): Fix typo in error message.
66 ("Display Other Windows"): Fix typo in help message.
67 (gdb-speedbar-expand-node): Fix typo in question.
68
69 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
70 (idlwave-html-system-help-location, idlwave-html-help-location)
71 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
72 (idlwave-help-browser-generic-args, idlwave-help-directory)
73 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
74 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
75 (idlwave-online-help, idlwave-help-html-link)
76 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
77 Fix typos in docstrings.
78 (idlwave-help-with-source, idlwave-help-find-routine-definition):
79 Reflow docstrings.
80 (idlwave-help-assistant-start): Fix typo in error message.
81
82 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
83 (octave-electric-space): Fix typos in docstrings.
84
852010-01-01 Chong Yidong <cyd@stupidchicken.com>
86
87 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
88
12010-01-01 Juri Linkov <juri@jurta.org> 892010-01-01 Juri Linkov <juri@jurta.org>
2 90
3 * comint.el (comint-input-ring-size): Make it a defcustom and 91 * comint.el (comint-input-ring-size): Make it a defcustom and
@@ -13,7 +101,7 @@
13 101
14 Show working revision correctly for mercurial. 102 Show working revision correctly for mercurial.
15 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of 103 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
16 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>, 104 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
17 105
182009-12-29 Juanma Barranquero <lekktu@gmail.com> 1062009-12-29 Juanma Barranquero <lekktu@gmail.com>
19 107
@@ -66,8 +154,7 @@
66 been a secret. (Further to bug#3717.) 154 been a secret. (Further to bug#3717.)
67 (Man-bgproc-sentinel): When "-k foo" produces no output show error 155 (Man-bgproc-sentinel): When "-k foo" produces no output show error
68 "no matches" rather than "Can't find manpage", as the latter reads 156 "no matches" rather than "Can't find manpage", as the latter reads
69 like -k was interpreted as a page name, which is not so. (My 157 like -k was interpreted as a page name, which is not so. (Bug#5431)
70 bug#5431.)
71 158
722009-12-26 Michael Albinus <michael.albinus@gmx.de> 1592009-12-26 Michael Albinus <michael.albinus@gmx.de>
73 160