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


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS
Date: Wed, 09 Feb 2005 10:50:50 -0500

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.1115 emacs/etc/NEWS:1.1116
*** emacs/etc/NEWS:1.1115       Sun Feb  6 10:39:30 2005
--- emacs/etc/NEWS      Wed Feb  9 15:50:46 2005
***************
*** 15,21 ****
  so we will look at it and add it to the manual.
  
  
! * Installation Changes in Emacs 21.4
  
  ** Emacs includes now support for loading image libraries on demand.
  (Currently this feature is only used on MS Windows.)  You can configure
--- 15,21 ----
  so we will look at it and add it to the manual.
  
  
! * Installation Changes in Emacs 22.1
  
  ** Emacs includes now support for loading image libraries on demand.
  (Currently this feature is only used on MS Windows.)  You can configure
***************
*** 97,103 ****
  types any more.  Add -DUSE_LISP_UNION_TYPE if you want union types.
  
  
! * Changes in Emacs 21.4
  
  ** Emacs now responds to mouse-clicks on the mode-line, header-line and
  display margin, when run in an xterm.
--- 97,103 ----
  types any more.  Add -DUSE_LISP_UNION_TYPE if you want union types.
  
  
! * Changes in Emacs 22.1
  
  ** Emacs now responds to mouse-clicks on the mode-line, header-line and
  display margin, when run in an xterm.
***************
*** 139,145 ****
  more than just follow a link, so the new Mouse-1 behavior is only
  activated for modes which explicitly mark a clickable text as a "link"
  (see the new function `mouse-on-link-p' for details).  The Lisp
! packages that are included in release 21.4 have been adapted to do
  this, but external packages may not yet support this.  However, there
  is no risk in using such packages, as the worst thing that could
  happen is that you get the original Mouse-1 behavior when you click
--- 139,145 ----
  more than just follow a link, so the new Mouse-1 behavior is only
  activated for modes which explicitly mark a clickable text as a "link"
  (see the new function `mouse-on-link-p' for details).  The Lisp
! packages that are included in release 22.1 have been adapted to do
  this, but external packages may not yet support this.  However, there
  is no risk in using such packages, as the worst thing that could
  happen is that you get the original Mouse-1 behavior when you click
***************
*** 2232,2238 ****
  coding system.
  
  
! * New modes and packages in Emacs 21.4
  
  ** The new package conf-mode.el handles thousands of configuration files, with
  varying syntaxes for comments (;, #, //, /* */ or !), assignment (var = value,
--- 2232,2238 ----
  coding system.
  
  
! * New modes and packages in Emacs 22.1
  
  ** The new package conf-mode.el handles thousands of configuration files, with
  varying syntaxes for comments (;, #, //, /* */ or !), assignment (var = value,
***************
*** 2476,2482 ****
  ** `cfengine-mode' is a major mode for editing GNU Cfengine
  configuration files.
  
! * Incompatible Lisp Changes in Emacs 21.4
  
  +++
  ** `suppress-keymap' now works by remapping `self-insert-command' to
--- 2476,2482 ----
  ** `cfengine-mode' is a major mode for editing GNU Cfengine
  configuration files.
  
! * Incompatible Lisp Changes in Emacs 22.1
  
  +++
  ** `suppress-keymap' now works by remapping `self-insert-command' to
***************
*** 2489,2495 ****
  :propertize and :eval forms in the value of a variable whose
  `risky-local-variable' property is nil.
  
! * Lisp Changes in Emacs 21.4
  
  ** An element of buffer-undo-list can now have the form (FUNNAME .
  ARGS), where FUNNAME is a symbol other than t or nil.  That stands for
--- 2489,2495 ----
  :propertize and :eval forms in the value of a variable whose
  `risky-local-variable' property is nil.
  
! * Lisp Changes in Emacs 22.1
  
  ** An element of buffer-undo-list can now have the form (FUNNAME .
  ARGS), where FUNNAME is a symbol other than t or nil.  That stands for




reply via email to

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