emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Typo and grammar tweaks to etc/NEWS


From: Bob Rogers
Subject: Typo and grammar tweaks to etc/NEWS
Date: Sun, 5 Apr 2009 14:55:23 -0400

   Found in the third pretest; patch against trunk.

                                        -- Bob Rogers
                                           http://www.rgrjr.com/

------------------------------------------------------------------------
Index: etc/NEWS
===================================================================
RCS file: /sources/emacs/emacs/etc/NEWS,v
retrieving revision 1.2010
diff -c -r1.2010 NEWS
*** etc/NEWS    4 Apr 2009 14:51:33 -0000       1.2010
--- etc/NEWS    5 Apr 2009 18:54:01 -0000
***************
*** 156,162 ****
  The alpha parameter should be an integer between 0 (transparent) and
  100 (opaque), or a float number between 0.0 and 1.0.  It can also be a
  cons cell (ACTIVE . INACTIVE), where ACTIVE is the opacity of an
! active frame and INACTIVE is the opactity of non-active frames.
  
  The variable `frame-alpha-lower-limit' defines a lower bound for the
  opacity; the default is 20.
--- 156,162 ----
  The alpha parameter should be an integer between 0 (transparent) and
  100 (opaque), or a float number between 0.0 and 1.0.  It can also be a
  cons cell (ACTIVE . INACTIVE), where ACTIVE is the opacity of an
! active frame and INACTIVE is the opacity of non-active frames.
  
  The variable `frame-alpha-lower-limit' defines a lower bound for the
  opacity; the default is 20.
***************
*** 858,864 ****
  correctly in Emacs 22 and below.  If you want to Gnus across different Emacs
  versions, you may set `mm-auto-save-coding-system' to `emacs-mule'.
  
! *** Password are consistently loaded through `auth-source'
  Gnus can use `auth-source' for POP and IMAP passwords.  Also see that
  `smtpmail' and `url' support `auth-source' for SMTP and HTTP/HTTPS/RSS
  authentication respectively.
--- 858,864 ----
  correctly in Emacs 22 and below.  If you want to Gnus across different Emacs
  versions, you may set `mm-auto-save-coding-system' to `emacs-mule'.
  
! *** Passwords are consistently loaded through `auth-source'
  Gnus can use `auth-source' for POP and IMAP passwords.  Also see that
  `smtpmail' and `url' support `auth-source' for SMTP and HTTP/HTTPS/RSS
  authentication respectively.
***************
*** 871,878 ****
  *** New option `help-window-select' permits to customize whether help
  window shall be automatically selected when invoking help.
  
! *** New variable `help-window-point-marker' permits to specify new
! position of point in help window (for example in `view-lossage').
  
  ** Isearch
  +++
--- 871,878 ----
  *** New option `help-window-select' permits to customize whether help
  window shall be automatically selected when invoking help.
  
! *** New variable `help-window-point-marker' permits one to specify a new
! position for point in help window (for example in `view-lossage').
  
  ** Isearch
  +++
***************
*** 894,900 ****
  *** Isearch can now search through multiple ChangeLog files.
  When running Isearch in a ChangeLog file, if the search fails,
  then another C-s tries searching the previous ChangeLog,
! if there is one (e.g. go from ChangeLog to ChangeLog.12).
  This is enabled if multi-isearch-search is non-nil.
  
  *** Two new commands to start Isearch on a list of marked buffers
--- 894,900 ----
  *** Isearch can now search through multiple ChangeLog files.
  When running Isearch in a ChangeLog file, if the search fails,
  then another C-s tries searching the previous ChangeLog,
! if there is one (e.g. going from ChangeLog to ChangeLog.12).
  This is enabled if multi-isearch-search is non-nil.
  
  *** Two new commands to start Isearch on a list of marked buffers
***************
*** 1029,1035 ****
  in square brackets, like in "/ssh:[::1]:".
  
  *** Multihop syntax has been removed.
! The pseudo-method "multi" has been removed.  Instead of, multi hops
  can be specified by the new variable `tramp-default-proxies-alist'.
  
  *** More default settings.
--- 1029,1035 ----
  in square brackets, like in "/ssh:[::1]:".
  
  *** Multihop syntax has been removed.
! The pseudo-method "multi" has been removed.  Instead, multi hops
  can be specified by the new variable `tramp-default-proxies-alist'.
  
  *** More default settings.
***************
*** 1038,1044 ****
  
  *** Connection information is cached.
  In order to reduce connection setup, information about used
! connections are kept persistent in a file.  The name of this file is
  defined in the variable `tramp-persistency-file-name'.
  
  *** Control of remote processes.
--- 1038,1044 ----
  
  *** Connection information is cached.
  In order to reduce connection setup, information about used
! connections is kept persistently in a file.  The name of this file is
  defined in the variable `tramp-persistency-file-name'.
  
  *** Control of remote processes.
***************
*** 1106,1112 ****
  
  *** vc-git supports the "git grep" command.
  +++
! *** VC Support for Meta-CVS has been removed for lack of maintainer able
  to update it to the new VC.
  
  ** Miscellaneous
--- 1106,1112 ----
  
  *** vc-git supports the "git grep" command.
  +++
! *** VC Support for Meta-CVS has been removed for lack of a maintainer able
  to update it to the new VC.
  
  ** Miscellaneous
***************
*** 1845,1852 ****
  
  *** You can now pass the value of the `invisible' property to
  invisible-p to check whether it would cause the text to be invisible.
! Convenient when checking invisibility of text with no buffer position
! (e.g. in before/after-strings).
  
  +++
  *** `clear-image-cache' can be told to flush only images of a specific file.
--- 1845,1852 ----
  
  *** You can now pass the value of the `invisible' property to
  invisible-p to check whether it would cause the text to be invisible.
! This is convenient when checking invisibility of text with no buffer
! position (e.g. in before/after-strings).
  
  +++
  *** `clear-image-cache' can be told to flush only images of a specific file.




reply via email to

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