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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS [emacs-unicode-2]
Date: Thu, 04 Nov 2004 04:08:52 -0500

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.841.2.21 emacs/etc/NEWS:1.841.2.22
*** emacs/etc/NEWS:1.841.2.21   Wed Oct 27 05:42:03 2004
--- emacs/etc/NEWS      Thu Nov  4 08:55:40 2004
***************
*** 718,731 ****
  
  ** 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.
  
--- 718,734 ----
  
  ** 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.
  
***************
*** 742,752 ****
  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.
--- 745,766 ----
  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.
***************
*** 945,950 ****
--- 959,967 ----
  one-dimensional internal charsets, specifically the ISO-8859 ones.
  The utf-16 coding system is affected similarly.
  
+ ** New variable `utf-translate-cjk-unicode-range' controls which
+ Unicode characters to translate in `utf-translate-cjk-mode'.
+ 
  ** iso-10646-1 (`Unicode') fonts can be used to display any range of
  characters encodable by the utf-8 coding system.  Just specify the
  fontset appropriately.
***************
*** 999,1004 ****
--- 1016,1026 ----
  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'
***************
*** 2371,2376 ****
--- 2393,2405 ----
  * 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.
***************
*** 3178,3188 ****
  and scroll-bar settings if non-nil.
  
  +++
! ** Renamed file hooks to follow the convention:
  find-file-hooks to find-file-hook,
  find-file-not-found-hooks to find-file-not-found-functions,
  write-file-hooks to write-file-functions,
! write-contents-hooks to write-contents-functions.
  Marked local-write-file-hooks as obsolete (use the LOCAL arg of `add-hook').
  
  +++
--- 3207,3219 ----
  and scroll-bar settings if non-nil.
  
  +++
! ** Renamed hooks to better follow the naming convention:
  find-file-hooks to find-file-hook,
  find-file-not-found-hooks to find-file-not-found-functions,
  write-file-hooks to write-file-functions,
! write-contents-hooks to write-contents-functions,
! x-lost-selection-hooks to x-lost-selection-functions,
! x-sent-selection-hooks to x-sent-selection-functions.
  Marked local-write-file-hooks as obsolete (use the LOCAL arg of `add-hook').
  
  +++




reply via email to

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