From: Richard M. Stallman Date: Sun, 24 Sep 2006 20:44:52 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~354 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=45c912f252fbfaa826f9a4174e592ae9f510aa20;p=emacs.git *** empty log message *** --- diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index cad6bbd6b03..73a1a825318 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -46,19 +46,23 @@ Windows only bug. ** C-g fails to interrupt accept-process-output in Gnus. (Is that fixed?) +** Manheimer's new icomplete patch. + +** C-p works properly with fields within the line, but C-n does not. +(ken.manheimer@gmail.com, Sep 24.) + +** timer-max-repeats is obeyed with an offset of 2? + ** Text copied between font-lock buffers doesn't refontify -because of properties that are preserved. +because of properties that are preserved. May be fixed now? ** Peter_Dyballa@Web.DE's Sep 17 bug report about i-search and non-ASCII chars ** Peter_Dyballa@Web.DE, Sep 21: An iso-8859-6 cannot be saved -** end-of-line doc doesn't match field behavior; which one to change? - -** Drew Adams Sep 21: single-key-description no good for Japanese and Chinese +** Should end-of-line get stuck at end of a field? -** (single-key-description 20866) and (single-key-description 20865) -return the same value. +** Drew Adams Sep 21: single-key-description no good for generic chars. ** XIM hotkey doesn't work in Emacs. diff --git a/lispref/ChangeLog b/lispref/ChangeLog index b329e853895..2740462384c 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,9 +1,18 @@ +2006-09-24 Richard Stallman + + * searching.texi (Searching and Matching): Mention property search. + + * commands.texi (Command Loop Info): Explain how read-event affects + this-command-keys. + 2006-09-21 Kim F. Storm * lists.texi (Sets And Lists): Add memql. 2006-09-20 Richard Stallman + * os.texi (Timers): Clarify about REPEAT when timer is delayed. + * windows.texi (Window Start): Minor cleanups. 2006-09-20 Kim F. Storm diff --git a/src/ChangeLog b/src/ChangeLog index 8c6dabcddfe..6a6761e7204 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2006-09-24 Richard Stallman + + * search.c (compile_pattern_1): Don't BLOCK_INPUT. + 2006-09-24 Eli Zaretskii * makefile.w32-in ($(BLD)/fns.$(O), $(BLD)/w32proc.$(O)): Depend