Changeset 4166 for trunk/admin/FOR-RELEASE
- Timestamp:
- 2006年09月18日 20時48分14秒 (2 years ago)
- Files:
-
- trunk/admin/FOR-RELEASE (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/admin/FOR-RELEASE
r4161 r4166 34 34 attention of Windows users to fixing them. 35 35 36 ** Markus Gritsch's report about Emacs looping on Windoze with the following37 .emacs file, and then reduce Emacs frame width to "something quite narrow":38 (setq-default truncate-lines t)39 (custom-set-variables40 '(hscroll-margin 20)41 '(hscroll-step 1)42 )43 44 36 ** Drew Adams 12 Aug bug rpt: overlay display artifact: trace left behind 45 37 Windows only bug. … … 50 42 * BUGS 51 43 52 ** How rcirc puts cursor at bottom.53 54 44 ** Field handling in C-n. 55 56 ** Make pushnew avoid use of cl functions.57 58 ** desktop gets saved while one is being read.59 60 ** cursor display on images that don't use :mask.61 45 62 46 ** C-g fails to interrupt accept-process-output in Gnus. 63 47 (Is that fixed?) 64 48 65 ** ispell.el: no option for no flyspell on non-ASCII49 ** david.hansen@physik.fu-berlin.de: WoMan Bug, Sep 13. 66 50 67 ** next-single-property-change bug, Magnus Henoch Sep 8.51 ** Michael Cadilhac's line-move-partial is slow. 68 52 69 ** allout.el patch from Manheimer to be installed.53 ** iampure@gmail.com's Sep 15 bug report about View Changes In File. 70 54 71 ** regex char class matching needs a call to char-syntax. 72 73 ** regex char class matching breaks if you change entries 74 in the syntax table. 75 76 ** Make key-binding use the maps specified by positions given in the events. 77 78 ** Handa's Sep 6 compilation font lock bug report. 79 80 ** Michael Cadilhac's Sep 7 bug report about set-input-method. 81 82 ** Xt timer runs very often, all the time. 83 55 ** Peter_Dyballa@Web.DE's Sep 17 bug report about i-search and non-ASCII chars 84 56 85 57 * DOCUMENTATION
