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: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS
Date: Mon, 27 Dec 2004 12:19:26 -0500

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.1090 emacs/etc/NEWS:1.1091
*** emacs/etc/NEWS:1.1090       Sun Dec 26 19:57:35 2004
--- emacs/etc/NEWS      Mon Dec 27 16:53:42 2004
***************
*** 98,103 ****
--- 98,108 ----
  
  * Changes in Emacs 21.4
  
+ ** calculator.el now has radix grouping mode.  In this mode a
+ separator character is used between every few digits, making it
+ easier to indicate byte boundries etc.  See the documentation of
+ the `calculator-radix-grouping-mode' custom variable.
+ 
  ** You can now follow links by clicking Mouse-1 on the link.
  
  Traditionally, Emacs uses a Mouse-1 click to set point and a Mouse-2
***************
*** 2395,2400 ****
--- 2400,2409 ----
  
  * Lisp Changes in Emacs 21.4
  
+ +++
+ ** The function symbol-file tells you which file defined
+ a certain function or variable.
+ 
  ** Lisp code can now test if a given buffer position is inside a
  clickable link with the new function `mouse-on-link-p'.  This is the
  function used by the new `mouse-1-click-follows-link' functionality.
***************
*** 3105,3110 ****
--- 3114,3123 ----
  current file redefined it).
  
  +++
+ ** `load-history' now records (defun . FUNNAME) when a function is
+ defined.  For a variable, it records just the variable name.
+ 
+ +++
  ** New Lisp library testcover.el works with edebug to help you determine
  whether you've tested all your Lisp code.  Function testcover-start
  instruments all functions in a given file.  Then test your code.  Function




reply via email to

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