From: Dave Love Date: Mon, 6 Oct 2003 16:36:56 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~8603 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c51b37fde97bbe92d350e4f204cefa984a38704e;p=emacs.git *** empty log message *** --- diff --git a/etc/TODO b/etc/TODO index e2a4aa72135..a35ab45833e 100644 --- a/etc/TODO +++ b/etc/TODO @@ -25,7 +25,8 @@ Important features: font selection for Emacs 22.] * Program Enriched mode to read and save in RTF. [Is there actually a - decent single definition of RTF?] + decent single definition of RTF? Maybe see info at + http://latex2rtf.sourceforge.net/.] * Implement something better than the current Refill mode. This probably needs some primitive support. @@ -277,4 +278,7 @@ Other features we would like: * Fix skip-chars-{for,back}ward to allow character classes. +* (Controlled by a flag) make open and close syntax match exactly, + i.e. `(' doesn't match `]'. + ;;; 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 @@ +2003-10-06 Dave Love + + * quail/latin-ltx.el: Several additions. + 2003-08-25 Jesper Harder (tiny change) * 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 @@ This directory contains the source code for the architecture-dependent -files that go in ../arch-lib. At present, these are mostly utility +files that go in ${archlibdir}. At present, these are mostly utility 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 @@ +2003-10-06 Dave Love + + * files.el (find-file-hook): Customize. + (auto-mode-alist): Add .stk, .ss, .sch, .orig. + + * bindings.el (completion-ignored-extensions): Remove .log. + (global-map): Add again, open, stop keys. + 2003-10-05 Richard M. Stallman * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.