aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog27
1 files changed, 22 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 15c729f1a09..944477ff963 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,22 @@
12005-07-18 Juri Linkov <juri@jurta.org> 12005-07-18 Juri Linkov <juri@jurta.org>
2 2
3 * allout.el (allout-mode):
4 * calculator.el (calculator-copy):
5 * custom.el (custom-known-themes):
6 * dired.el (dired-desktop-buffer-misc-data)
7 (dired-restore-desktop-buffer):
8 * dired-x.el (dired-omit-marker-char):
9 * files.el (basic-save-buffer):
10 * font-core.el (font-lock-mode):
11 * calendar/calendar.el (calendar-goto-hebrew-date)
12 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
13 (calendar-goto-persian-date):
14 * language/ethio-util.el (ethio-sera-to-fidel-region):
15 * textmodes/picture.el (picture-mode):
16 Delete duplicate duplicate words.
17
182005-07-18 Juri Linkov <juri@jurta.org>
19
3 * isearch.el (isearch-mode-map): Remove key bindings for regexp 20 * isearch.el (isearch-mode-map): Remove key bindings for regexp
4 chars * ? } |. 21 chars * ? } |.
5 (isearch-fallback): Don't call `isearch-process-search-char'. 22 (isearch-fallback): Don't call `isearch-process-search-char'.
@@ -8885,7 +8902,7 @@
8885 * textmodes/org.el (org-set-regexps-and-options): Rename from 8902 * textmodes/org.el (org-set-regexps-and-options): Rename from
8886 `org-set-regexps'. Added checking for STARTUP keyword. 8903 `org-set-regexps'. Added checking for STARTUP keyword.
8887 (org-get-current-options): Add STARTUP options. 8904 (org-get-current-options): Add STARTUP options.
8888 (org-table-insert-row): Mode mode intelligent about when 8905 (org-table-insert-row): Make mode intelligent about when
8889 realignment is needed. 8906 realignment is needed.
8890 (org-self-insert-command, org-delete-backward-char, org-delete-char): 8907 (org-self-insert-command, org-delete-backward-char, org-delete-char):
8891 New commands. 8908 New commands.
@@ -12079,7 +12096,7 @@
12079 12096
12080 * simple.el (line-move-invisible-p): Rename from line-move-invisible. 12097 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
12081 (line-move): New args NOERROR and TO-END. 12098 (line-move): New args NOERROR and TO-END.
12082 Return t if if succeed in moving specified number of lines. 12099 Return t if succeed in moving specified number of lines.
12083 (move-end-of-line): New function. 12100 (move-end-of-line): New function.
12084 12101
12085 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings. 12102 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
@@ -14807,7 +14824,7 @@
148072004-08-16 Reiner Steib <Reiner.Steib@gmx.de> 148242004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
14808 14825
14809 * calendar/time-date.el (time-to-number-of-days): New function. 14826 * calendar/time-date.el (time-to-number-of-days): New function.
14810 Imported from from Gnus. 14827 Imported from Gnus.
14811 14828
148122004-07-22 Kim F. Storm <storm@cua.dk> 148292004-07-22 Kim F. Storm <storm@cua.dk>
14813 14830
@@ -16368,7 +16385,7 @@
163682004-05-18 Stefan Monnier <monnier@iro.umontreal.ca> 163852004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
16369 16386
16370 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp 16387 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
16371 files files don't contain an accidental additional /. 16388 files don't contain an accidental additional /.
16372 16389
16373 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion 16390 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
16374 in source buffer. 16391 in source buffer.
@@ -22790,7 +22807,7 @@
22790 22807
22791 * menu-bar.el (menu-bar-options-menu): Supply a body for the 22808 * menu-bar.el (menu-bar-options-menu): Supply a body for the
22792 [save-place] binding in the Options menu. Have it require 22809 [save-place] binding in the Options menu. Have it require
22793 'saveplace' and then toggle the variable manually, to avoid an an 22810 'saveplace' and then toggle the variable manually, to avoid an
22794 unbound variable error. Thanks to <Sebastien.Kirche@sage.com> 22811 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
22795 for the bug report. 22812 for the bug report.
22796 22813