]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typos.
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 19 Mar 2011 03:58:45 +0000 (04:58 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 19 Mar 2011 03:58:45 +0000 (04:58 +0100)
ChangeLog
etc/ChangeLog
etc/NEWS

index fdde50669b5def138191c03915ba2fda02dbc58c..7bb19e04ac197d98a206f54261b9afa0d9c76f72 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -59,7 +59,7 @@
 
 2011-02-21  Christoph Scholtes  <cschol2112@gmail.com>
 
-       * lib/makefile.w32-in: ($(BLD)/md5.$(O)): Added dependency on
+       * lib/makefile.w32-in ($(BLD)/md5.$(O)): Added dependency on
        $(EMACS_ROOT)/nt/inc/stdint.h.
 
 2011-02-21  Eli Zaretskii  <eliz@gnu.org>
@@ -98,7 +98,7 @@
        way to test this so I left it alone.
        * configure: Regenerate.
 
-2011-02-20  Christoph Scholtes <cschol2112@gmail.com>
+2011-02-20  Christoph Scholtes  <cschol2112@gmail.com>
 
        * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
        src/makefile.w32-in.
 
 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
 
-       * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
+       * configure.in: Add --with-x-toolkit=gtk3.  Remove HAVE_GTK_MULTIDISPLAY,
        check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
        by minimum required Gtk+ 2.6).  Add checks for functions introduced
        in Gtk+ 2.14 or newer (bug#6505).
index cbe46d3a53e15ba4afbeda6bcabca10f1a3ad527..53cd307e3cc74eca33dbc2fdd6adfd8daa101938 100644 (file)
 2011-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
 
        * etc/images/icons/allout-widgets/dark-bg,
-       etc/images/icons/allout-widgets/light-bg,
-       encrypted-locked.{xpm,png}, unlocked-encrypted.{xpm,png}:
+       etc/images/icons/allout-widgets/light-bg,
+       encrypted-locked.{xpm,png}, unlocked-encrypted.{xpm,png}:
        Reorganize icon directories and files to reconcile against windows
        short-filename clashes.
 
 2011-02-16  Ken Manheimer  <ken.manheimer@gmail.com>
 
        * etc/images/icons/allout-widgets-dark-bg,
-       etc/images/icons/allout-widgets-light-bg: Icons for new
+       etc/images/icons/allout-widgets-light-bg: Icons for new
        allout-widgets.el.
 
        * etc/images/icons/README: Include coypright and GPL 3 license for
index bb59e0e2a24d6a9d87ca1f17b716f89aece7a7f4..ba33263cf44c4fce3f504024e67c278137f17bde 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -185,8 +185,8 @@ If you have code that adds something to kill-emacs-hook, you should
 consider if it is still appropriate to add it in the noninteractive case.
 
 ** New scrolling commands `scroll-up-command' and `scroll-down-command'
-(bound to C-v/[next] and M-v/[prior]) does not signal errors at top/bottom
-of buffer at first key-press (instead moves to top/bottom of buffer)
+(bound to C-v/[next] and M-v/[prior]) do not signal errors at top/bottom
+of buffer at first key-press (instead move to top/bottom of buffer)
 when a new variable `scroll-error-top-bottom' is non-nil.
 
 ** New scrolling commands `scroll-up-line' and `scroll-down-line'
@@ -365,7 +365,7 @@ Just set shell-dir-cookie-re to an appropriate regexp.
 ** Archive Mode has basic support to browse 7z archives.
 
 ** browse-url has gotten a new variable that is used for mailto: URLs,
-   `browse-url-mailto-function', which defaults to `browse-url-mail'.
+`browse-url-mailto-function', which defaults to `browse-url-mail'.
 
 ** Directory local variables can apply to file-less buffers, in certain modes
 (eg dired, vc-dir, log-edit).  For example, adding
@@ -702,15 +702,14 @@ FIXME: This only says what was changed, but not what are the
 programmer-visible consequences.
 
 ** Passing a nil argument to a minor mode function now turns the mode
-   ON unconditionally.
+ON unconditionally.
 
 ** During startup, Emacs no longer adds entries for `menu-bar-lines'
-and `tool-bar-lines' to `default-frame-alist' and
-`initial-frame-alist'.  With these alist entries omitted, `make-frame'
-checks the value of the variable `menu-bar-mode'/`tool-bar-mode' to
-determine whether to create a menu-bar or tool-bar, respectively.
-If the alist entries are added, they override the value of
-`menu-bar-mode'/`tool-bar-mode'.
+and `tool-bar-lines' to `default-frame-alist' and `initial-frame-alist'.
+With these alist entries omitted, `make-frame' checks the value of the
+variable `menu-bar-mode'/`tool-bar-mode' to determine whether to create
+a menu-bar or tool-bar, respectively.  If the alist entries are added,
+they override the value of `menu-bar-mode'/`tool-bar-mode'.
 
 ** Regions created by mouse dragging are now normal active regions,
 similar to the ones created by shift-selection.  In previous Emacs
@@ -830,13 +829,13 @@ displayed with a "spinning bar".
 \f
 * Changes in Emacs 24.1 on non-free operating systems
 
-** New configure.bat option --enable-checking builds emacs with extra
+** New configure.bat option --enable-checking builds Emacs with extra
 runtime checks.
 
 ** New configure.bat option --distfiles to specify files to be
-included in binary distribution
+included in binary distribution.
 
-** New make target `dist' to create binary distribution for MS Windows
+** New make target `dist' to create binary distribution for MS Windows.
 
 \f
 ----------------------------------------------------------------------