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:09:59 -0400

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.690.2.26 emacs/etc/NEWS:1.690.2.27
*** emacs/etc/NEWS:1.690.2.26   Tue Jul  6 09:47:50 2004
--- emacs/etc/NEWS      Tue Jul  6 10:00:20 2004
***************
*** 90,97 ****
  
  * 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.
--- 90,105 ----
  
  * Changes in Emacs 21.4
  
! ** New features in evaluation commands
! 
! *** The function `eval-defun' (C-M-x) called on defface reinitializes
! the face to the value specified in the defface expression.
! 
! *** Typing C-x C-e twice prints the value of the integer result
! in additional formats (octal, hexadecimal, character) specified
! by the new function `eval-expression-print-format'.  The same
! function also defines the result format for `eval-expression' (M-:),
! `eval-print-last-sexp' (C-j) and some edebug evaluation functions.
  
  ** New input method chinese-sisheng for inputting Chinese Pinyin
  characters.
***************
*** 214,219 ****
--- 222,258 ----
  the stroke directly to a string to insert.  This is convenient for
  using strokes as an input method.
  
+ +++
+ ** Desktop package
+ 
+ *** Desktop saving is now a minor mode, desktop-save-mode. Variable
+ desktop-enable is obsolete. Customize desktop-save-mode to enable desktop
+ saving.
+ 
+ *** Buffers are saved in the desktop file in the same order as that in the
+ buffer list.
+ 
+ *** New commands:
+   - desktop-revert reverts to the last loaded desktop.
+   - desktop-change-dir kills current desktop and loads a new.
+   - desktop-save-in-desktop-dir saves desktop in the directory from which
+     it was loaded.
+ 
+ *** New customizable variables:
+   - desktop-save. Determins whether the desktop should be saved when it is
+     killed.
+   - desktop-file-name-format.
+   - desktop-path. List of directories in which to lookup the desktop file.
+   - desktop-locals-to-save.
+   - desktop-globals-to-clear.
+   - desktop-clear-preserve-buffers-regexp.
+ 
+ *** New command line option --no-desktop
+ 
+ *** New hooks:
+   - desktop-after-read-hook run after a desktop is loaded.
+   - desktop-no-desktop-file-hook run when no desktop file is found.
+ 
  ---
  ** The saveplace.el package now filters out unreadable files.
  When you exit Emacs, the saved positions in visited files no longer
***************
*** 422,427 ****
--- 461,474 ----
  *** In Dired, the w command now copies the current line's file name
  into the kill ring.
  
+ +++
+ ** Dired-x:
+ 
+ *** Omitting files is now a minor mode, dired-omit-mode. The mode toggling
+ command is bound to M-o. A new command dired-mark-omitted, bound to M-O,
+ marks omitted files. The variable dired-omit-files-p is obsoleted, use the
+ mode toggling function instead.
+ 
  ** Info mode:
  +++
  *** Info now hides node names in menus and cross references by default.
***************
*** 1756,1762 ****
  to Windows, and can be found in both source and binary form at
  http://gnuwin32.sourceforge.net/.  Note that libpng also depends on
  zlib, and tiff depends on the version of jpeg that it was compiled
! against.
  
  ---
  ** Sound is now supported on MS Windows.
--- 1803,1809 ----
  to Windows, and can be found in both source and binary form at
  http://gnuwin32.sourceforge.net/.  Note that libpng also depends on
  zlib, and tiff depends on the version of jpeg that it was compiled
! against.  For additional information, see nt/INSTALL.
  
  ---
  ** Sound is now supported on MS Windows.
***************
*** 1808,1816 ****
--- 1855,1872 ----
      D:  shows the diff of the revision at line with its previous revision
      L:  shows the log of the revision at line
      W:  annotates the workfile (most up to date) version
+ 
+ +++
+ ** In pcl-cvs mode, there is a new `d y' command to view the diffs
+ between the local version of the file and yesterday's head revision
+ in the repository.
+ 
  
  * New modes and packages in Emacs 21.4
  
+ ** The new package flymake.el does on-the-fly syntax checking of program
+ source files.  See the Flymake's Info manual for more details.
+ 
  ** The library tree-widget.el provides a new widget to display a set
  of hierarchical data as an outline.  For example, the tree-widget is
  well suited to display a hierarchy of directories and files.
***************
*** 1905,1910 ****
--- 1961,1967 ----
  are left unspecified and can be bound individually through the global
  or local keymaps.
  
+ +++
  ** The new kmacro package provides a simpler user interface to
  emacs' keyboard macro facilities.
  




reply via email to

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