diff options
| author | Juri Linkov | 2005-07-18 15:33:45 +0000 |
|---|---|---|
| committer | Juri Linkov | 2005-07-18 15:33:45 +0000 |
| commit | 1bef859700570a39dfd2afa716cba836ef8a4525 (patch) | |
| tree | c1cdf73b7a3815083a18bd0c72f41fa7ebc8c8c0 | |
| parent | 93ebab2353581844ff7752610553b020652fa526 (diff) | |
| download | emacs-1bef859700570a39dfd2afa716cba836ef8a4525.tar.gz emacs-1bef859700570a39dfd2afa716cba836ef8a4525.zip | |
Delete duplicate words.
| -rw-r--r-- | etc/NEWS | 5 | ||||
| -rw-r--r-- | lisp/ChangeLog | 27 |
2 files changed, 24 insertions, 8 deletions
| @@ -2398,7 +2398,7 @@ GDB. You can interact with GDB through the GUD buffer in the usual way, but | |||
| 2398 | there are also further buffers which control the execution and describe the | 2398 | there are also further buffers which control the execution and describe the |
| 2399 | state of your program. It can separate the input/output of your program from | 2399 | state of your program. It can separate the input/output of your program from |
| 2400 | that of GDB and watches expressions in the speedbar. It also uses features of | 2400 | that of GDB and watches expressions in the speedbar. It also uses features of |
| 2401 | Emacs 21/22 such as the the toolbar, and bitmaps in the fringe to indicate | 2401 | Emacs 21/22 such as the toolbar, and bitmaps in the fringe to indicate |
| 2402 | breakpoints. | 2402 | breakpoints. |
| 2403 | 2403 | ||
| 2404 | Use M-x gdb to start GDB-UI. | 2404 | Use M-x gdb to start GDB-UI. |
| @@ -4094,8 +4094,7 @@ emacs tries to read it. | |||
| 4094 | 4094 | ||
| 4095 | *** The new function `call-process-shell-command'. | 4095 | *** The new function `call-process-shell-command'. |
| 4096 | 4096 | ||
| 4097 | This executes a shell command command synchronously in a separate | 4097 | This executes a shell command synchronously in a separate process. |
| 4098 | process. | ||
| 4099 | 4098 | ||
| 4100 | *** The new function `process-file' is similar to `call-process', but | 4099 | *** The new function `process-file' is similar to `call-process', but |
| 4101 | obeys file handlers. The file handler is chosen based on | 4100 | obeys file handlers. The file handler is chosen based on |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 15c729f1a09..944477ff963 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,22 @@ | |||
| 1 | 2005-07-18 Juri Linkov <juri@jurta.org> | 1 | 2005-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 | |||
| 18 | 2005-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 @@ | |||
| 14807 | 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de> | 14824 | 2004-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 | ||
| 14812 | 2004-07-22 Kim F. Storm <storm@cua.dk> | 14829 | 2004-07-22 Kim F. Storm <storm@cua.dk> |
| 14813 | 14830 | ||
| @@ -16368,7 +16385,7 @@ | |||
| 16368 | 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca> | 16385 | 2004-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 | ||