*** empty log message ***
This commit is contained in:
parent
badf89eaea
commit
45c912f252
3 changed files with 23 additions and 6 deletions
|
|
@ -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?
|
||||
** Should end-of-line get stuck at end of a field?
|
||||
|
||||
** Drew Adams Sep 21: single-key-description no good for Japanese and Chinese
|
||||
|
||||
** (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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,18 @@
|
|||
2006-09-24 Richard Stallman <rms@gnu.org>
|
||||
|
||||
* 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 <storm@cua.dk>
|
||||
|
||||
* lists.texi (Sets And Lists): Add memql.
|
||||
|
||||
2006-09-20 Richard Stallman <rms@gnu.org>
|
||||
|
||||
* os.texi (Timers): Clarify about REPEAT when timer is delayed.
|
||||
|
||||
* windows.texi (Window Start): Minor cleanups.
|
||||
|
||||
2006-09-20 Kim F. Storm <storm@cua.dk>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
2006-09-24 Richard Stallman <rms@gnu.org>
|
||||
|
||||
* search.c (compile_pattern_1): Don't BLOCK_INPUT.
|
||||
|
||||
2006-09-24 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* makefile.w32-in ($(BLD)/fns.$(O), $(BLD)/w32proc.$(O)): Depend
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue