emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/etc/NEWS [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS [lexbind]
Date: Tue, 06 Jul 2004 07:10:18 -0400

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.690.2.21 emacs/etc/NEWS:1.690.2.22
*** emacs/etc/NEWS:1.690.2.21   Tue Jul  6 09:14:10 2004
--- emacs/etc/NEWS      Tue Jul  6 09:31:23 2004
***************
*** 90,95 ****
--- 90,98 ----
  
  * Changes in Emacs 21.4
  
+ ** A New package flymake.el does on-the-fly syntax checking of program
+ source files.  See the Flymake's Info manual for more details.
+ 
  ** New input method chinese-sisheng for inputting Chinese Pinyin
  characters.
  
***************
*** 1045,1050 ****
--- 1048,1059 ----
  
    Minor Improvements
  
+ *** The STARTTLS elisp wrapper (starttls.el) can now use GNUTLS
+ instead of the OpenSSL based "starttls" tool.  For backwards
+ compatibility, it will prefer "starttls", but you can toggle
+ `starttls-use-gnutls' to switch to GNUTLS (or simply remove the
+ "starttls" tool).
+ 
  *** Do not allow debugger output history variable to grow without bounds.
  
  +++
***************
*** 2033,2038 ****
--- 2042,2051 ----
  
  * Lisp Changes in Emacs 21.4
  
+ ** If the buffer's undo list for the current command gets longer than
+ undo-outer-limit, garbage collection empties it.  This is to prevent
+ it from using up the available memory and choking Emacs.
+ 
  ** New function quail-find-key returns a list of keys to type in the
  current input method to input a character.
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]