comparison lisp/ChangeLog @ 64288:2c37bae13caa

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 13 Jul 2005 11:09:30 +0000
parents 1bfadb2c1c4c
children e28b95ace307
comparison
equal deleted inserted replaced
64287:22103717b63b 64288:2c37bae13caa
1 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
2
3 * allout.el (my-mark-marker, allout-isearch-prior-pos)
4 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
5 (allout-post-command-business, allout-flag-region)
6 (isearch-reenable-font-lock, allout-yank)
7 (allout-insert-latex-header, allout-insert-latex-trailer)
8 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
9 (allout-latex-verb-quote): Fix typos in docstrings.
10 (allout-enwrap-isearch, regexp-sans-escapes): Doc fix.
11 (allout-unprotected, allout-prefix-data):
12 Improve argument/docstring consistency.
13 (allout-chart-subtree): Fix argument spec.
14 (allout-open-topic): Rename `use_sib_bullet' argument to
15 `use-sib-bullet'. Doc fix.
16
17 * whitespace.el (whitespace-check-buffer-leading)
18 (whitespace-check-buffer-trailing)
19 (whitespace-check-buffer-indent)
20 (whitespace-check-buffer-spacetab)
21 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
22 (whitespace-check-leading-whitespace)
23 (whitespace-check-trailing-whitespace)
24 (whitespace-check-spacetab-whitespace)
25 (whitespace-check-indent-whitespace)
26 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
27 (whitespace-modes): Fix typos in docstrings.
28 (defgroup, defcustom): Doc fix.
29
30 * winner.el (winner-mode, winner-boring-buffers)
31 (winner-pending-undo-ring): Doc fixes.
32 (winner-ring): Remove unneeded `progn'.
33 (winner-equal): `defsubst' it.
34 (winner-redo): Fix message.
35
1 2005-07-13 Kim F. Storm <storm@cua.dk> 36 2005-07-13 Kim F. Storm <storm@cua.dk>
2 37
3 * simple.el (line-move-1): Always use vertical-motion to 38 * simple.el (line-move-1): Always use vertical-motion to
4 do the last (or only) line move to ensure some movement. 39 do the last (or only) line move to ensure some movement.
5 Undo 2005-06-23 change--don't check for overlays. 40 Undo 2005-06-23 change--don't check for overlays.
61 2005-07-11 Jay Belanger <belanger@truman.edu> 96 2005-07-11 Jay Belanger <belanger@truman.edu>
62 97
63 * calc/calc.el (calc-embedded-announce-formula-alist) 98 * calc/calc.el (calc-embedded-announce-formula-alist)
64 (calc-embedded-open-close-plain-alist) 99 (calc-embedded-open-close-plain-alist)
65 (calc-embedded-open-close-mode-alist): Add checks for additional 100 (calc-embedded-open-close-mode-alist): Add checks for additional
66 major modes (due to Robert J. Chassell <bob@rattlesnake.com>). 101 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
67 102
68 2005-07-11 Juanma Barranquero <lekktu@gmail.com> 103 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
69 104
70 * custom.el (custom-enable-theme): Don't add theme to 105 * custom.el (custom-enable-theme): Don't add theme to
71 `custom-enabled-themes' with `push' because there is no 106 `custom-enabled-themes' with `push' because there is no