Show
Ignore:
Timestamp:
2006年09月18日 20時48分14秒 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/admin/FOR-RELEASE

    r4161 r4166  
    3434attention of Windows users to fixing them. 
    3535 
    36 ** Markus Gritsch's report about Emacs looping on Windoze with the following 
    37 .emacs file, and then reduce Emacs frame width to "something quite narrow": 
    38         (setq-default truncate-lines t) 
    39         (custom-set-variables 
    40          '(hscroll-margin 20) 
    41          '(hscroll-step 1) 
    42         ) 
    43  
    4436** Drew Adams 12 Aug bug rpt: overlay  display artifact: trace left behind 
    4537Windows only bug. 
     
    5042* BUGS 
    5143 
    52 ** How rcirc puts cursor at bottom. 
    53  
    5444** 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. 
    6145 
    6246** C-g fails to interrupt accept-process-output in Gnus. 
    6347  (Is that fixed?) 
    6448 
    65 ** ispell.el: no option for no flyspell on non-ASCII 
     49** david.hansen@physik.fu-berlin.de: WoMan Bug, Sep 13. 
    6650 
    67 ** next-single-property-change bug, Magnus Henoch Sep 8
     51** Michael Cadilhac's line-move-partial is slow
    6852 
    69 ** allout.el patch from Manheimer to be installed
     53** iampure@gmail.com's Sep 15 bug report about View Changes In File
    7054 
    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 
    8456 
    8557* DOCUMENTATION