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: Mon, 01 Jul 2002 18:17:06 -0400

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.707 emacs/etc/NEWS:1.708
*** emacs/etc/NEWS:1.707        Thu Jun 27 16:44:45 2002
--- emacs/etc/NEWS      Mon Jul  1 18:17:06 2002
***************
*** 786,791 ****
--- 786,796 ----
  
  ** New modes and packages
  
+ *** The new ido package is an extension of the iswitchb package
+ to do interactive opening of files and directories in addition to
+ interactive buffer switching.  Ido is a superset of iswitchb (with a
+ few exceptions), so don't enable both packages.
+ 
  *** The new cua package provides CUA-like keybindings using C-x for
  cut (kill), C-c for copy, C-v for paste (yank), and C-z for undo.
  With cua, the region can be set and extended using shifted movement
***************
*** 826,831 ****
--- 831,849 ----
  *** The new keypad setup package provides simplified configuration
  of the numeric keypad which is available on most keyboards.
  
+ *** The new kmacro package provides a simpler user interface to
+ emacs' keyboard macro facilities.
+ 
+ Basically, it uses two function keys (default F7 and F8) like this:
+ F7 starts a macro, F8 ends the macro, and pressing F8 again executes
+ the last macro.  While defining the macro, F7 inserts a counter value
+ which automatically increments every time the macro is executed.
+ 
+ M-F7 edits the last macro, C-F7 sets the counter, and S-F7 sets the
+ counter format. S-F8 executes the previous macro (actuall the head of
+ the keyboard macro ring), and C-F8 cycles through the keyboard macro
+ ring. C-u F8 swaps the last macro with the head of the macro ring.
+ 
  +++
  *** Calc is now part of the Emacs distribution.
  
***************
*** 1470,1475 ****
--- 1488,1497 ----
  
  *** The new package syntax.el provides an efficient way to find the
  current syntactic context (as returned by parse-partial-sexp).
+ 
+ *** The new package bindat.el provides functions to unpack and pack
+ binary data structures, such as network packets, to and from Lisp
+ data structures.
  
  *** The TCL package tcl-mode.el was replaced by tcl.el.
  This was actually done in Emacs-21.1, and was not documented.



reply via email to

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