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: Thu, 04 Nov 2004 08:33:22 -0500

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.690.2.50 emacs/etc/NEWS:1.690.2.51
*** emacs/etc/NEWS:1.690.2.50   Fri Oct 29 02:05:13 2004
--- emacs/etc/NEWS      Thu Nov  4 13:12:46 2004
***************
*** 643,656 ****
  
  ** BibTeX mode:
  *** The new command bibtex-url browses a URL for the BibTeX entry at
! point (bound to C-c C-l and mouse-2 on clickable fields).
  *** The new command bibtex-entry-update (bound to C-c C-u) updates
  an existing BibTeX entry.
  *** New `bibtex-entry-format' option `required-fields', enabled by default.
  *** bibtex-maintain-sorted-entries can take values `plain',
  `crossref', and `entry-class' which control the sorting scheme used
! for BibTeX entries. `bibtex-sort-entry-class' controls the sorting
! scheme `entry-class'. TAB completion for reference keys and
  automatic detection of duplicates does not require anymore that
  bibtex-maintain-sorted-entries is non-nil.
  
--- 643,659 ----
  
  ** BibTeX mode:
  *** The new command bibtex-url browses a URL for the BibTeX entry at
! point (bound to C-c C-l and mouse-2, RET on clickable fields).
! 
  *** The new command bibtex-entry-update (bound to C-c C-u) updates
  an existing BibTeX entry.
+ 
  *** New `bibtex-entry-format' option `required-fields', enabled by default.
+ 
  *** bibtex-maintain-sorted-entries can take values `plain',
  `crossref', and `entry-class' which control the sorting scheme used
! for BibTeX entries.  `bibtex-sort-entry-class' controls the sorting
! scheme `entry-class'.  TAB completion for reference keys and
  automatic detection of duplicates does not require anymore that
  bibtex-maintain-sorted-entries is non-nil.
  
***************
*** 667,677 ****
  point according to context (bound to M-tab).
  
  *** The new commands bibtex-find-entry and bibtex-find-crossref
! locate entries and crossref'd entries.
  
  *** In BibTeX mode the command fill-paragraph (bound to M-q) fills
  individual fields of a BibTeX entry.
  
  ** When display margins are present in a window, the fringes are now
  displayed between the margins and the buffer's text area, rather than
  at the edges of the window.
--- 670,691 ----
  point according to context (bound to M-tab).
  
  *** The new commands bibtex-find-entry and bibtex-find-crossref
! locate entries and crossref'd entries.  Crossref fields are clickable
! (bound to mouse-2, RET).
  
  *** In BibTeX mode the command fill-paragraph (bound to M-q) fills
  individual fields of a BibTeX entry.
  
+ *** The new command bibtex-validate-globally checks for duplicate keys
+ in multiple BibTeX files.  See also the new variables bibtex-files
+ and bibtex-file-path.
+ 
+ *** The new command bibtex-find-entry-globally searches BibTeX entries
+ in multiple BibTeX files.
+ 
+ *** The new command bibtex-copy-summary-as-kill pushes summary
+ of BibTeX entry to kill ring (bound to C-c C-t).
+ 
  ** When display margins are present in a window, the fringes are now
  displayed between the margins and the buffer's text area, rather than
  at the edges of the window.
***************
*** 927,932 ****
--- 941,951 ----
  disabled by customizing the variable `use-file-dialog'.
  
  +++
+ ** For Gtk+ version 2.4, you can make Emacs use the old file dialog
+ by setting the variable `use-old-gtk-file-dialog' to t.  Default is to use
+ the new dialog.
+ 
+ +++
  ** Emacs can produce an underscore-like (horizontal bar) cursor.
  The underscore cursor is set by putting `(cursor-type . hbar)' in
  default-frame-alist.  It supports variable heights, like the `bar'
***************
*** 2299,2304 ****
--- 2318,2330 ----
  * Lisp Changes in Emacs 21.4
  
  +++
+ ** The new function `called-interactively-p' does what many people
+ have mistakenly believed `interactively-p' did: it returns t if the
+ calling function was called through `call-interactively'.
+ This should only be used when you cannot add a new "interactively"
+ argument to the command.
+ 
+ +++
  ** An interactive specification may now use the code letter 'U' to get
  the up-event that was discarded in case the last key sequence read for a
  previous 'k' or 'K' argument was a down-event; otherwise nil is used.




reply via email to

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