diff options
| author | Dave Love | 2003-10-06 16:36:56 +0000 |
|---|---|---|
| committer | Dave Love | 2003-10-06 16:36:56 +0000 |
| commit | c51b37fde97bbe92d350e4f204cefa984a38704e (patch) | |
| tree | ba00fa8a890d4e93e3c255259c774e60f514b204 | |
| parent | 8f6cea29d788f4432e0ca46957da122a49aeb85f (diff) | |
| download | emacs-c51b37fde97bbe92d350e4f204cefa984a38704e.tar.gz emacs-c51b37fde97bbe92d350e4f204cefa984a38704e.zip | |
*** empty log message ***
| -rw-r--r-- | etc/TODO | 6 | ||||
| -rw-r--r-- | leim/ChangeLog | 4 | ||||
| -rw-r--r-- | lib-src/README | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog | 8 |
4 files changed, 18 insertions, 2 deletions
| @@ -25,7 +25,8 @@ Important features: | |||
| 25 | font selection for Emacs 22.] | 25 | font selection for Emacs 22.] |
| 26 | 26 | ||
| 27 | * Program Enriched mode to read and save in RTF. [Is there actually a | 27 | * Program Enriched mode to read and save in RTF. [Is there actually a |
| 28 | decent single definition of RTF?] | 28 | decent single definition of RTF? Maybe see info at |
| 29 | http://latex2rtf.sourceforge.net/.] | ||
| 29 | 30 | ||
| 30 | * Implement something better than the current Refill mode. This | 31 | * Implement something better than the current Refill mode. This |
| 31 | probably needs some primitive support. | 32 | probably needs some primitive support. |
| @@ -277,4 +278,7 @@ Other features we would like: | |||
| 277 | 278 | ||
| 278 | * Fix skip-chars-{for,back}ward to allow character classes. | 279 | * Fix skip-chars-{for,back}ward to allow character classes. |
| 279 | 280 | ||
| 281 | * (Controlled by a flag) make open and close syntax match exactly, | ||
| 282 | i.e. `(' doesn't match `]'. | ||
| 283 | |||
| 280 | ;;; arch-tag: b0a3e40b-726a-457d-9999-ba848321b036 | 284 | ;;; arch-tag: b0a3e40b-726a-457d-9999-ba848321b036 |
diff --git a/leim/ChangeLog b/leim/ChangeLog index d7f7f2c722b..2d1e5fefafa 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2003-10-06 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * quail/latin-ltx.el: Several additions. | ||
| 4 | |||
| 1 | 2003-08-25 Jesper Harder <harder@ifa.au.dk> (tiny change) | 5 | 2003-08-25 Jesper Harder <harder@ifa.au.dk> (tiny change) |
| 2 | 6 | ||
| 3 | * quail/latin-pre.el ("german-prefix"): Fix typo in the docstring. | 7 | * quail/latin-pre.el ("german-prefix"): Fix typo in the docstring. |
diff --git a/lib-src/README b/lib-src/README index fa3074e518b..4d29931a6e9 100644 --- a/lib-src/README +++ b/lib-src/README | |||
| @@ -1,3 +1,3 @@ | |||
| 1 | This directory contains the source code for the architecture-dependent | 1 | This directory contains the source code for the architecture-dependent |
| 2 | files that go in ../arch-lib. At present, these are mostly utility | 2 | files that go in ${archlibdir}. At present, these are mostly utility |
| 3 | programs used by Emacs. | 3 | programs used by Emacs. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e88b38dbe6c..704aa701618 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2003-10-06 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * files.el (find-file-hook): Customize. | ||
| 4 | (auto-mode-alist): Add .stk, .ss, .sch, .orig. | ||
| 5 | |||
| 6 | * bindings.el (completion-ignored-extensions): Remove .log. | ||
| 7 | (global-map): Add again, open, stop keys. | ||
| 8 | |||
| 1 | 2003-10-05 Richard M. Stallman <rms@gnu.org> | 9 | 2003-10-05 Richard M. Stallman <rms@gnu.org> |
| 2 | 10 | ||
| 3 | * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append. | 11 | * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append. |