Mercurial > hg > xemacs-beta
diff etc/NEWS @ 146:2af401a6ecca r20-2p1
Import from CVS: tag r20-2p1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:34:46 +0200 |
parents | 318232e2a3f0 |
children | 25f70ba0133c |
line wrap: on
line diff
--- a/etc/NEWS Mon Aug 13 09:34:16 2007 +0200 +++ b/etc/NEWS Mon Aug 13 09:34:46 2007 +0200 @@ -112,11 +112,6 @@ * Changes in XEmacs 20.2 ======================== -** configure no longer defaults to using --with-xim=motif if Motif libraries -are linked. - -There are many bugs in the Xlib XIM support in X11R6.3. - ** Why XEmacs 20.1 is called 20.2 Testing of XEmacs 20.1 revealed a number of showstopping bugs at the @@ -142,6 +137,11 @@ ** Default modeline colors are now less of a color-salad. +** The `C-z' key now iconifies only the current X frame. You can use +`C-x C-z' to get the old behavior. + +On the tty frames `C-z' behaves as before. + ** The command `display-time' now draws a pretty image in the modeline when new mail arrives. It also supports balloon-help messages. @@ -149,12 +149,6 @@ eval-expression (`M-:') and upcase-region (`C-x C-u')/downcase-region (`C-x C-l'). -** Numerous causes of crashes have been fixed. XEmacs should now be -even more stable than before. - -** The XEmacs build process has been changed to make site -administration easier. See lisp/site-load.el for details. - ** It is now possible to customize the functions called by XEmacs toolbar. Type `M-x customize RET toolbar RET' to customize it. Customizations @@ -182,6 +176,17 @@ ** The blinking cursor is always "on" during movement. +** The XEmacs build process has been changed to make site +administration easier. See lisp/site-load.el for details. + +** Numerous causes of crashes have been fixed. XEmacs should now be +even more stable than before. + +** configure no longer defaults to using --with-xim=motif if Motif libraries +are linked. + +There are many bugs in the Xlib XIM support in X11R6.3. + ** A number of new packages are added, and many packages were updated. @@ -318,7 +323,7 @@ ** AUCTeX-9.7k, courtesy of Per Abrahamsen AUC TeX is a comprehensive customizable integrated environment for -writing input files for LaTeX using GNU Emacs. +writing input files for LaTeX using Emacs. AUC TeX lets you run TeX/LaTeX and other LaTeX-related tools, such as a output filters or post processor from inside Emacs. Especially @@ -421,24 +426,6 @@ * Lisp and internal changes in XEmacs 20.2 ========================================== -** lib-complete.el was MULE-ized. - -The commands `find-library', `find-library-other-window' and -`find-library-other-frame' now take an optional coding system -argument. - -** Experimental support for Lisp reader macros #-, #+. - -The Common Lisp reader macros for feature test are now supported. This -feature is present for evaluation purposes and is subject to change. - -** `values' now has a setf method - -** The `C-z' key now iconifies only the current X frame. You can use -`C-x C-z' to get the old behavior. - -On the tty frames `C-z' behaves as before. - ** `defcustom' and `defgroup' can now be used to specify types and placement of the user-settable variables. @@ -530,6 +517,19 @@ Set this to variable to nil to avoid XEmacs usual lossage of zmacs region when moving up against a buffer boundary. +** lib-complete.el was MULE-ized. + +The commands `find-library', `find-library-other-window' and +`find-library-other-frame' now take an optional coding system +argument. + +** Experimental support for Lisp reader macros #-, #+. + +The Common Lisp reader macros for feature test are now supported. This +feature is present for evaluation purposes and is subject to change. + +** `values' now has a setf method + ** The `eval-after-load' and `eval-next-after-load' functions are now available.