comparison lisp/ChangeLog @ 64338:5686cf0f6c02

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 15 Jul 2005 10:57:38 +0000
parents 0cb952e11674
children 4546132eb60b
comparison
equal deleted inserted replaced
64337:a8184636c021 64338:5686cf0f6c02
3 * ido.el (ido-define-mode-map): Move ido-next-work-file to C-M-o. 3 * ido.el (ido-define-mode-map): Move ido-next-work-file to C-M-o.
4 Use with-no-warnings around ffap-guesser. 4 Use with-no-warnings around ffap-guesser.
5 5
6 2005-07-15 Juanma Barranquero <lekktu@gmail.com> 6 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
7 7
8 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
9 valid binding for `help-char'.
10
8 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix. 11 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
9 12
10 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu> 13 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
11 14
12 * term.el (term-mode): Disable cua-mode for term buffers. 15 * term.el (term-mode): Disable cua-mode for term buffers.
13 16
14 2005-07-14 Juanma Barranquero <lekktu@gmail.com> 17 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
15 18
16 * add-log.el (add-log-mailing-address, change-log-merge): Doc fix. 19 * add-log.el (add-log-mailing-address, change-log-merge):
20 Doc fixes.
17 (change-log-get-method-definition): Fix typo in docstring. 21 (change-log-get-method-definition): Fix typo in docstring.
18 22
19 2005-07-14 Kim F. Storm <storm@cua.dk> 23 2005-07-14 Kim F. Storm <storm@cua.dk>
20 24
21 * emulation/cua-base.el: 25 * emulation/cua-base.el:
48 (allout-post-command-business, allout-flag-region) 52 (allout-post-command-business, allout-flag-region)
49 (isearch-reenable-font-lock, allout-yank) 53 (isearch-reenable-font-lock, allout-yank)
50 (allout-insert-latex-header, allout-insert-latex-trailer) 54 (allout-insert-latex-header, allout-insert-latex-trailer)
51 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed) 55 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
52 (allout-latex-verb-quote): Fix typos in docstrings. 56 (allout-latex-verb-quote): Fix typos in docstrings.
53 (allout-enwrap-isearch, regexp-sans-escapes): Doc fix. 57 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
54 (allout-unprotected, allout-prefix-data): 58 (allout-unprotected, allout-prefix-data):
55 Improve argument/docstring consistency. 59 Improve argument/docstring consistency.
56 (allout-chart-subtree): Fix argument spec. 60 (allout-chart-subtree): Fix argument spec.
57 (allout-open-topic): Rename `use_sib_bullet' argument to 61 (allout-open-topic): Rename `use_sib_bullet' argument to
58 `use-sib-bullet'. Doc fix. 62 `use-sib-bullet'. Doc fix.
66 (whitespace-check-trailing-whitespace) 70 (whitespace-check-trailing-whitespace)
67 (whitespace-check-spacetab-whitespace) 71 (whitespace-check-spacetab-whitespace)
68 (whitespace-check-indent-whitespace) 72 (whitespace-check-indent-whitespace)
69 (whitespace-check-ateol-whitespace, whitespace-abort-on-error) 73 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
70 (whitespace-modes): Fix typos in docstrings. 74 (whitespace-modes): Fix typos in docstrings.
71 (defgroup, defcustom): Doc fix. 75 (defgroup, defcustom): Doc fixes.
72 76
73 * winner.el (winner-mode, winner-boring-buffers) 77 * winner.el (winner-mode, winner-boring-buffers)
74 (winner-pending-undo-ring): Doc fixes. 78 (winner-pending-undo-ring): Doc fixes.
75 (winner-ring): Remove unneeded `progn'. 79 (winner-ring): Remove unneeded `progn'.
76 (winner-equal): `defsubst' it. 80 (winner-equal): `defsubst' it.