diff options
| author | Richard M. Stallman | 2006-09-24 20:44:52 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-09-24 20:44:52 +0000 |
| commit | 45c912f252fbfaa826f9a4174e592ae9f510aa20 (patch) | |
| tree | fe93313dc17517ae2365ab6f8e5968367dd98fb9 | |
| parent | badf89eaea4e8937d8861589991306894dc5e541 (diff) | |
| download | emacs-45c912f252fbfaa826f9a4174e592ae9f510aa20.tar.gz emacs-45c912f252fbfaa826f9a4174e592ae9f510aa20.zip | |
*** empty log message ***
| -rw-r--r-- | admin/FOR-RELEASE | 16 | ||||
| -rw-r--r-- | lispref/ChangeLog | 9 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
3 files changed, 23 insertions, 6 deletions
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. | |||
| 46 | ** C-g fails to interrupt accept-process-output in Gnus. | 46 | ** C-g fails to interrupt accept-process-output in Gnus. |
| 47 | (Is that fixed?) | 47 | (Is that fixed?) |
| 48 | 48 | ||
| 49 | ** Manheimer's new icomplete patch. | ||
| 50 | |||
| 51 | ** C-p works properly with fields within the line, but C-n does not. | ||
| 52 | (ken.manheimer@gmail.com, Sep 24.) | ||
| 53 | |||
| 54 | ** timer-max-repeats is obeyed with an offset of 2? | ||
| 55 | |||
| 49 | ** Text copied between font-lock buffers doesn't refontify | 56 | ** Text copied between font-lock buffers doesn't refontify |
| 50 | because of properties that are preserved. | 57 | because of properties that are preserved. May be fixed now? |
| 51 | 58 | ||
| 52 | ** Peter_Dyballa@Web.DE's Sep 17 bug report about i-search and non-ASCII chars | 59 | ** Peter_Dyballa@Web.DE's Sep 17 bug report about i-search and non-ASCII chars |
| 53 | 60 | ||
| 54 | ** Peter_Dyballa@Web.DE, Sep 21: An iso-8859-6 cannot be saved | 61 | ** Peter_Dyballa@Web.DE, Sep 21: An iso-8859-6 cannot be saved |
| 55 | 62 | ||
| 56 | ** end-of-line doc doesn't match field behavior; which one to change? | 63 | ** Should end-of-line get stuck at end of a field? |
| 57 | |||
| 58 | ** Drew Adams Sep 21: single-key-description no good for Japanese and Chinese | ||
| 59 | 64 | ||
| 60 | ** (single-key-description 20866) and (single-key-description 20865) | 65 | ** Drew Adams Sep 21: single-key-description no good for generic chars. |
| 61 | return the same value. | ||
| 62 | 66 | ||
| 63 | ** XIM hotkey doesn't work in Emacs. | 67 | ** XIM hotkey doesn't work in Emacs. |
| 64 | 68 | ||
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index b329e853895..2740462384c 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,9 +1,18 @@ | |||
| 1 | 2006-09-24 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * searching.texi (Searching and Matching): Mention property search. | ||
| 4 | |||
| 5 | * commands.texi (Command Loop Info): Explain how read-event affects | ||
| 6 | this-command-keys. | ||
| 7 | |||
| 1 | 2006-09-21 Kim F. Storm <storm@cua.dk> | 8 | 2006-09-21 Kim F. Storm <storm@cua.dk> |
| 2 | 9 | ||
| 3 | * lists.texi (Sets And Lists): Add memql. | 10 | * lists.texi (Sets And Lists): Add memql. |
| 4 | 11 | ||
| 5 | 2006-09-20 Richard Stallman <rms@gnu.org> | 12 | 2006-09-20 Richard Stallman <rms@gnu.org> |
| 6 | 13 | ||
| 14 | * os.texi (Timers): Clarify about REPEAT when timer is delayed. | ||
| 15 | |||
| 7 | * windows.texi (Window Start): Minor cleanups. | 16 | * windows.texi (Window Start): Minor cleanups. |
| 8 | 17 | ||
| 9 | 2006-09-20 Kim F. Storm <storm@cua.dk> | 18 | 2006-09-20 Kim F. Storm <storm@cua.dk> |
diff --git a/src/ChangeLog b/src/ChangeLog index 8c6dabcddfe..6a6761e7204 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-09-24 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * search.c (compile_pattern_1): Don't BLOCK_INPUT. | ||
| 4 | |||
| 1 | 2006-09-24 Eli Zaretskii <eliz@gnu.org> | 5 | 2006-09-24 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * makefile.w32-in ($(BLD)/fns.$(O), $(BLD)/w32proc.$(O)): Depend | 7 | * makefile.w32-in ($(BLD)/fns.$(O), $(BLD)/w32proc.$(O)): Depend |