comparison lisp/ChangeLog @ 67273:554ddf754b2b

(save-completions-file-name): Fix typo in last change.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 02 Dec 2005 21:12:28 +0000
parents 8a4977eb2141
children ee1508db6de2
comparison
equal deleted inserted replaced
67272:262b81412a91 67273:554ddf754b2b
1 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * completion.el (save-completions-file-name): Fix typo in last change.
4
1 2005-12-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 5 2005-12-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 6
3 * info.el: Move back/forward history to the beginning of the tool bar. 7 * info.el: Move back/forward history to the beginning of the tool bar.
4 8
5 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com> 9 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
10 (allout-mode-p): Move definition of this macro above all uses, or 14 (allout-mode-p): Move definition of this macro above all uses, or
11 byte compilation in barren emacs (eg, during emacs build) will 15 byte compilation in barren emacs (eg, during emacs build) will
12 lack the definition. 16 lack the definition.
13 (allout-mode): Move this variable above any uses, or byte 17 (allout-mode): Move this variable above any uses, or byte
14 compilation will fail. 18 compilation will fail.
15 (allout-resolve-xref): Remove use of personal file-reference 19 (allout-resolve-xref): Remove use of personal file-reference function.
16 function.
17 (allout-toggle-current-subtree-encryption): Do the current (ie, 20 (allout-toggle-current-subtree-encryption): Do the current (ie,
18 visible containing) topic, rather than nearest around point. Doc 21 visible containing) topic, rather than nearest around point. Doc fix.
19 fix.
20 (allout-toggle-subtree-encryption): New function, workhorse that 22 (allout-toggle-subtree-encryption): New function, workhorse that
21 works on nearest topic containing point. 23 works on nearest topic containing point.
22 (allout-encrypt-string): Signal requirement for newer version of pgg. 24 (allout-encrypt-string): Signal requirement for newer version of pgg.
23 (allout-resumptions): Doc fix. 25 (allout-resumptions): Doc fix.
24 26
26 28
27 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix. 29 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
28 30
29 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es> 31 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
30 32
31 * textmodes/flyspell.el (flyspell-external-point-words): Consider 33 * textmodes/flyspell.el (flyspell-external-point-words):
32 a misspelling as found in the string search if: (a) misspelling 34 Consider a misspelling as found in the string search if: (a) misspelling
33 and found string lengths match, or (b) misspelling is found as 35 and found string lengths match, or (b) misspelling is found as
34 element in a boundary-chars separated longer string, or (c) 36 element in a boundary-chars separated longer string, or (c)
35 ispell-program-name is really ispell and misspelling is found as 37 ispell-program-name is really ispell and misspelling is found as
36 part of a TeX string. After successful match move beginning of 38 part of a TeX string. After successful match move beginning of
37 search region to end of match. Warn about not found misspellings 39 search region to end of match. Warn about not found misspellings
38 once the process is done. 40 once the process is done.
39 (flyspell-large-region) Do not set ispell-parser to tex if in TeX 41 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
40 mode.
41 42
42 2005-12-02 Nick Roberts <nickrob@snap.net.nz> 43 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
43 44
44 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the 45 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
45 tool bar (removed inadvertantly), 46 tool bar (removed inadvertently).
46 47
47 2005-12-02 Juri Linkov <juri@jurta.org> 48 2005-12-02 Juri Linkov <juri@jurta.org>
48 49
49 * log-view.el (log-view-diff): Clarify doc string. 50 * log-view.el (log-view-diff): Clarify doc string.
50 51
54 triggers lm-verify errors. 55 triggers lm-verify errors.
55 56
56 2005-12-01 Luc Teirlinck <teirllm@auburn.edu> 57 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
57 58
58 * simple.el (transient-mark-mode, line-number-mode) 59 * simple.el (transient-mark-mode, line-number-mode)
59 (column-number-mode, size-indication-mode): Remove 60 (column-number-mode, size-indication-mode): Remove `:require nil'.
60 `:require nil'.
61 61
62 2005-12-01 Nick Roberts <nickrob@snap.net.nz> 62 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
63 63
64 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until 64 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
65 in the margin also. 65 in the margin also.