# HG changeset patch # User Dave Love # Date 1065458216 0 # Node ID 47bf5f5df3c9cddd2e7ae998da0bd5e6e77f4c79 # Parent 3bc7b9f71e34f035e58d6badb622273a754d7c3e *** empty log message *** diff -r 3bc7b9f71e34 -r 47bf5f5df3c9 etc/TODO --- a/etc/TODO Mon Oct 06 16:34:59 2003 +0000 +++ b/etc/TODO Mon Oct 06 16:36:56 2003 +0000 @@ -25,7 +25,8 @@ 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 @@ * 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 -r 3bc7b9f71e34 -r 47bf5f5df3c9 leim/ChangeLog --- a/leim/ChangeLog Mon Oct 06 16:34:59 2003 +0000 +++ b/leim/ChangeLog Mon Oct 06 16:36:56 2003 +0000 @@ -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 -r 3bc7b9f71e34 -r 47bf5f5df3c9 lib-src/README --- a/lib-src/README Mon Oct 06 16:34:59 2003 +0000 +++ b/lib-src/README Mon Oct 06 16:36:56 2003 +0000 @@ -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 -r 3bc7b9f71e34 -r 47bf5f5df3c9 lisp/ChangeLog --- a/lisp/ChangeLog Mon Oct 06 16:34:59 2003 +0000 +++ b/lisp/ChangeLog Mon Oct 06 16:36:56 2003 +0000 @@ -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.