/[emacs]/emacs/etc/NEWS
ViewVC logotype

Diff of /emacs/etc/NEWS

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.841.2.21 by miles, Wed Oct 27 05:42:03 2004 UTC revision 1.841.2.22 by miles, Thu Nov 4 08:55:40 2004 UTC
# Line 718  version 4.7 or newer, compiles to Info p Line 718  version 4.7 or newer, compiles to Info p
718    
719  ** BibTeX mode:  ** BibTeX mode:
720  *** The new command bibtex-url browses a URL for the BibTeX entry at  *** The new command bibtex-url browses a URL for the BibTeX entry at
721  point (bound to C-c C-l and mouse-2 on clickable fields).  point (bound to C-c C-l and mouse-2, RET on clickable fields).
722    
723  *** The new command bibtex-entry-update (bound to C-c C-u) updates  *** The new command bibtex-entry-update (bound to C-c C-u) updates
724  an existing BibTeX entry.  an existing BibTeX entry.
725    
726  *** New `bibtex-entry-format' option `required-fields', enabled by default.  *** New `bibtex-entry-format' option `required-fields', enabled by default.
727    
728  *** bibtex-maintain-sorted-entries can take values `plain',  *** bibtex-maintain-sorted-entries can take values `plain',
729  `crossref', and `entry-class' which control the sorting scheme used  `crossref', and `entry-class' which control the sorting scheme used
730  for BibTeX entries. `bibtex-sort-entry-class' controls the sorting  for BibTeX entries.  `bibtex-sort-entry-class' controls the sorting
731  scheme `entry-class'. TAB completion for reference keys and  scheme `entry-class'.  TAB completion for reference keys and
732  automatic detection of duplicates does not require anymore that  automatic detection of duplicates does not require anymore that
733  bibtex-maintain-sorted-entries is non-nil.  bibtex-maintain-sorted-entries is non-nil.
734    
# Line 742  types for which fields are filled automa Line 745  types for which fields are filled automa
745  point according to context (bound to M-tab).  point according to context (bound to M-tab).
746    
747  *** The new commands bibtex-find-entry and bibtex-find-crossref  *** The new commands bibtex-find-entry and bibtex-find-crossref
748  locate entries and crossref'd entries.  locate entries and crossref'd entries.  Crossref fields are clickable
749    (bound to mouse-2, RET).
750    
751  *** In BibTeX mode the command fill-paragraph (bound to M-q) fills  *** In BibTeX mode the command fill-paragraph (bound to M-q) fills
752  individual fields of a BibTeX entry.  individual fields of a BibTeX entry.
753    
754    *** The new command bibtex-validate-globally checks for duplicate keys
755    in multiple BibTeX files.  See also the new variables bibtex-files
756    and bibtex-file-path.
757    
758    *** The new command bibtex-find-entry-globally searches BibTeX entries
759    in multiple BibTeX files.
760    
761    *** The new command bibtex-copy-summary-as-kill pushes summary
762    of BibTeX entry to kill ring (bound to C-c C-t).
763    
764  ** When display margins are present in a window, the fringes are now  ** When display margins are present in a window, the fringes are now
765  displayed between the margins and the buffer's text area, rather than  displayed between the margins and the buffer's text area, rather than
766  at the edges of the window.  at the edges of the window.
# Line 945  coding system now also encodes character Line 959  coding system now also encodes character
959  one-dimensional internal charsets, specifically the ISO-8859 ones.  one-dimensional internal charsets, specifically the ISO-8859 ones.
960  The utf-16 coding system is affected similarly.  The utf-16 coding system is affected similarly.
961    
962    ** New variable `utf-translate-cjk-unicode-range' controls which
963    Unicode characters to translate in `utf-translate-cjk-mode'.
964    
965  ** iso-10646-1 (`Unicode') fonts can be used to display any range of  ** iso-10646-1 (`Unicode') fonts can be used to display any range of
966  characters encodable by the utf-8 coding system.  Just specify the  characters encodable by the utf-8 coding system.  Just specify the
967  fontset appropriately.  fontset appropriately.
# Line 999  be navigated with the arrow keys (like G Line 1016  be navigated with the arrow keys (like G
1016  disabled by customizing the variable `use-file-dialog'.  disabled by customizing the variable `use-file-dialog'.
1017    
1018  +++  +++
1019    ** For Gtk+ version 2.4, you can make Emacs use the old file dialog
1020    by setting the variable `use-old-gtk-file-dialog' to t.  Default is to use
1021    the new dialog.
1022    
1023    +++
1024  ** Emacs can produce an underscore-like (horizontal bar) cursor.  ** Emacs can produce an underscore-like (horizontal bar) cursor.
1025  The underscore cursor is set by putting `(cursor-type . hbar)' in  The underscore cursor is set by putting `(cursor-type . hbar)' in
1026  default-frame-alist.  It supports variable heights, like the `bar'  default-frame-alist.  It supports variable heights, like the `bar'
# Line 2371  configuration files. Line 2393  configuration files.
2393  * Lisp Changes in Emacs 21.4  * Lisp Changes in Emacs 21.4
2394    
2395  +++  +++
2396    ** The new function `called-interactively-p' does what many people
2397    have mistakenly believed `interactively-p' did: it returns t if the
2398    calling function was called through `call-interactively'.
2399    This should only be used when you cannot add a new "interactively"
2400    argument to the command.
2401    
2402    +++
2403  ** An interactive specification may now use the code letter 'U' to get  ** An interactive specification may now use the code letter 'U' to get
2404  the up-event that was discarded in case the last key sequence read for a  the up-event that was discarded in case the last key sequence read for a
2405  previous 'k' or 'K' argument was a down-event; otherwise nil is used.  previous 'k' or 'K' argument was a down-event; otherwise nil is used.
# Line 3178  KEEP-MARGINS which will preserve the win Line 3207  KEEP-MARGINS which will preserve the win
3207  and scroll-bar settings if non-nil.  and scroll-bar settings if non-nil.
3208    
3209  +++  +++
3210  ** Renamed file hooks to follow the convention:  ** Renamed hooks to better follow the naming convention:
3211  find-file-hooks to find-file-hook,  find-file-hooks to find-file-hook,
3212  find-file-not-found-hooks to find-file-not-found-functions,  find-file-not-found-hooks to find-file-not-found-functions,
3213  write-file-hooks to write-file-functions,  write-file-hooks to write-file-functions,
3214  write-contents-hooks to write-contents-functions.  write-contents-hooks to write-contents-functions,
3215    x-lost-selection-hooks to x-lost-selection-functions,
3216    x-sent-selection-hooks to x-sent-selection-functions.
3217  Marked local-write-file-hooks as obsolete (use the LOCAL arg of `add-hook').  Marked local-write-file-hooks as obsolete (use the LOCAL arg of `add-hook').
3218    
3219  +++  +++

Legend:
Removed from v.1.841.2.21  
changed lines
  Added in v.1.841.2.22

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26