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 05:17:17 -0400

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.690.2.20 emacs/etc/NEWS:1.690.2.21
*** emacs/etc/NEWS:1.690.2.20   Tue May 11 02:26:42 2004
--- emacs/etc/NEWS      Tue Jul  6 09:14:10 2004
***************
*** 90,95 ****
--- 90,101 ----
  
  * Changes in Emacs 21.4
  
+ ** New input method chinese-sisheng for inputting Chinese Pinyin
+ characters.
+ 
+ ** New command quail-show-key shows what key (or key sequence) to type
+ in the current input method to input a character at point.
+ 
  ** Convenient commands to switch buffers in a cyclic order are C-x <left>
  (prev-buffer) and C-x <right> (next-buffer).
  
***************
*** 97,104 ****
  C-c <left> and C-c <right>, respectively.  This is an incompatible change.
  
  ** Help commands `describe-funcion' and `describe-key' now show function
! arguments in italics.  To change the default highlighting customize the
! face `help-argument-name'.
  
  ---
  ** The comint prompt can now be made read-only, using the new user
--- 103,110 ----
  C-c <left> and C-c <right>, respectively.  This is an incompatible change.
  
  ** Help commands `describe-funcion' and `describe-key' now show function
! arguments in lowercase italics on displays that support it.  To change the
! default, redefine the function `help-default-arg-highlight'.
  
  ---
  ** The comint prompt can now be made read-only, using the new user
***************
*** 795,803 ****
  +++
  ** The new command `describe-char' (C-u C-x =) pops up a buffer with
  description various information about a character, including its
! encodings and syntax, its text properties, overlays, and widgets at
! point.  You can get more information about some of them, by clicking
! on mouse-sensitive areas or moving there and pressing RET.
  
  +++
  ** The new command `multi-occur' is just like `occur', except it can
--- 801,809 ----
  +++
  ** The new command `describe-char' (C-u C-x =) pops up a buffer with
  description various information about a character, including its
! encodings and syntax, its text properties, how to input, overlays, and
! widgets at point.  You can get more information about some of them, by
! clicking on mouse-sensitive areas or moving there and pressing RET.
  
  +++
  ** The new command `multi-occur' is just like `occur', except it can
***************
*** 1644,1649 ****
--- 1650,1659 ----
  ** F90 mode has new navigation commands `f90-end-of-block',
  `f90-beginning-of-block', `f90-next-block', `f90-previous-block'.
  
+ ** F90 mode now has support for hs-minor-mode (hideshow).
+ It cannot deal with every code format, but ought to handle a sizeable
+ majority.
+ 
  ---
  ** Prolog mode has a new variable `prolog-font-lock-keywords'
  to support use of font-lock.
***************
*** 1791,1796 ****
--- 1801,1810 ----
  
  * New modes and packages in Emacs 21.4
  
+ ** 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.
+ 
  ** The wdired.el package allows you to use normal editing commands on dired
  buffers to change filenames, permissions, etc...
  
***************
*** 2019,2024 ****
--- 2033,2041 ----
  
  * Lisp Changes in Emacs 21.4
  
+ ** New function quail-find-key returns a list of keys to type in the
+ current input method to input a character.
+ 
  ** New functions posn-at-point and posn-at-x-y returns
  click-event-style position information for a given visible buffer
  position or for a given window pixel coordinate.




reply via email to

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