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: Wed, 08 Dec 2004 19:36:57 -0500

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.690.2.53 emacs/etc/NEWS:1.690.2.54
*** emacs/etc/NEWS:1.690.2.53   Wed Dec  8 23:31:46 2004
--- emacs/etc/NEWS      Wed Dec  8 23:36:38 2004
***************
*** 675,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
--- 675,690 ----
  point according to context (bound to M-tab).
  
  *** The new commands bibtex-find-entry and bibtex-find-crossref
! locate entries and crossref'd entries (bound to C-c C-s and C-c C-x).
! 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 variables bibtex-files and bibtex-file-path define a set
! of BibTeX files that are searched for entry keys.
  
! *** The new command bibtex-validate-globally checks for duplicate keys
  in multiple BibTeX files.
  
  *** The new command bibtex-copy-summary-as-kill pushes summary
***************
*** 953,959 ****
  
  +++
  ** 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.
  
  +++
--- 952,958 ----
  
  +++
  ** For Gtk+ version 2.4, you can make Emacs use the old file dialog
! by setting the variable `x-use-old-gtk-file-dialog' to t.  Default is to use
  the new dialog.
  
  +++
***************
*** 1482,1490 ****
  
  ---
  ** The functions `holiday-easter-etc' and `holiday-advent' now take
! arguments, and only report on the specified holiday rather than all.
! This makes customization of the variable `christian-holidays' simpler,
! but existing customizations may need to be updated.
  
  ** The function `simple-diary-display' now by default sets a header line.
  This can be controlled through the variables `diary-header-line-flag'
--- 1481,1489 ----
  
  ---
  ** The functions `holiday-easter-etc' and `holiday-advent' now take
! optional arguments, in order to only report on the specified holiday
! rather than all. This makes customization of variables such as
! `christian-holidays' simpler.
  
  ** The function `simple-diary-display' now by default sets a header line.
  This can be controlled through the variables `diary-header-line-flag'
***************
*** 1960,1965 ****
--- 1959,1968 ----
  majority.
  
  ---
+ ** The new function `f90-backslash-not-special' can be used to change
+ the syntax of backslashes in F90 buffers.
+ 
+ ---
  ** Prolog mode has a new variable `prolog-font-lock-keywords'
  to support use of font-lock.
  
***************
*** 2335,2340 ****
--- 2338,2356 ----
  
  * Lisp Changes in Emacs 21.4
  
+ +++
+ ** read-from-minibuffer now accepts an additional argument KEEP-ALL
+ saying to put all inputs in the history list, even empty ones.
+ 
+ +++
+ ** The new variable search-spaces-regexp controls how to search
+ for spaces in a regular expression.  If it is non-nil, it should be a
+ regular expression, and any series of spaces stands for that regular
+ expression.  If it is nil, spaces stand for themselves.
+ 
+ Spaces inside of constructs such as [..] and *, +, ? are never
+ replaced with search-spaces-regexp.
+ 
  ---
  ** list-buffers-noselect now takes an additional argument, BUFFER-LIST.
  If it is non-nil, it specifies which buffers to list.
***************
*** 2347,2355 ****
  ** The new function syntax-after returns the syntax code
  of the character after a specified buffer position, taking account
  of text properties as well as the character code.
- It returns the value compatibly with char-syntax, except
- that the value can be a list (SYNTAX . MATCHER) which says
- what the matching character is.
  
  +++
  ** The new primitive `get-internal-run-time' returns the processor
--- 2363,2368 ----
***************
*** 2357,2366 ****
  
  +++
  ** 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
--- 2370,2384 ----
  
  +++
  ** The new function `called-interactively-p' does what many people
! have mistakenly believed `interactive-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 "interactive" argument to the
! command.
! 
! +++
! ** The new function `assoc-string' replaces `assoc-ignore-case' and
! `assoc-ignore-representation', which are still available, but have
! been declared obsolete.
  
  +++
  ** An interactive specification may now use the code letter 'U' to get
***************
*** 2440,2449 ****
  modification times.  Magic file name handlers can handle this
  operation.
  
- ** file-remote-p now returns an identifier for the remote system,
- if the file is indeed remote.  (Before, the return value was t in
- this case.)
- 
  +++
  ** The display space :width and :align-to text properties are now
  supported on text terminals.
--- 2458,2463 ----
***************
*** 2567,2572 ****
--- 2581,2589 ----
  around potentially blocking or long-running code in timers
  and post-command-hooks.
  
+ ** An unconditional face specification in defface (one where the DISPLAY part
+ is just t) applies to all cases and does not override subsequent entries.
+ 
  +++
  ** New face attribute `min-colors' can be used to tailor the face color
  to the number of colors supported by a display, and define the
***************
*** 3209,3214 ****
--- 3226,3232 ----
  ** The new function `file-remote-p' tests a file name and returns
  non-nil if it specifies a remote file (one that Emacs accesses using
  its own special methods and not directly through the file system).
+ The value in that case is an identifier for the remote file system.
  
  ---
  ** When a Lisp file uses CL functions at run-time, compiling the file




reply via email to

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