emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116691: lisp/ChangeLog*: Fix typos.


From: Juanma Barranquero
Subject: [Emacs-diffs] trunk r116691: lisp/ChangeLog*: Fix typos.
Date: Fri, 07 Mar 2014 00:01:37 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116691
revision-id: address@hidden
parent: address@hidden
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Fri 2014-03-07 01:01:19 +0100
message:
  lisp/ChangeLog*: Fix typos.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/ChangeLog.15              changelog.15-20110406121515-pi1lyie7jkemtv33-1
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-03-06 13:41:58 +0000
+++ b/lisp/ChangeLog    2014-03-07 00:01:19 +0000
@@ -34,8 +34,8 @@
 
 2014-03-05  Martin Rudalics  <address@hidden>
 
-       * window.el (window-min-height, window-min-width): Rewrite
-       doc-strings.
+       * window.el (window-min-height, window-min-width):
+       Rewrite doc-strings.
        (window-body-size): Add PIXELWISE argument to make it consistent
        with its callees.
 
@@ -48,8 +48,8 @@
 
        * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
        (eww-setup-buffer): Clear next/prev/etc more reliably.
-       (eww-textarea-map): [tab] doesn't work on tty.  Reported by Mario
-       Lang.
+       (eww-textarea-map): [tab] doesn't work on tty.
+       Reported by Mario Lang.
 
        * net/shr.el (shr-map): Ditto.
 
@@ -219,10 +219,10 @@
 2014-02-28  Martin Rudalics  <address@hidden>
 
        Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
-       * window.el (with-temp-buffer-window): Revert change from
-       2014-02-21.  Suggested by Thierry Volpiatto.
-       <address@hidden>.  Fix doc-string based on a
-       suggestion by Nicolas Richard <address@hidden>.
+       * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
+       Suggested by Thierry Volpiatto <address@hidden>.
+       Fix doc-string based on a suggestion by Nicolas Richard
+       <address@hidden>.
        * help.el (with-help-window): Fix doc-string.
 
 2014-02-28  Ivan Kanis  <address@hidden>
@@ -426,7 +426,7 @@
 
 2014-02-22  Daniel Colascione  <address@hidden>
 
-       * net/secrets.el (secrets-create-item,secrets-search-items):
+       * net/secrets.el (secrets-create-item, secrets-search-items):
        Check that attribute values are strings, avoiding the construction
        of invalid dbus messages.
 
@@ -5647,7 +5647,7 @@
        (ruby-smie-rules): Adjust handling of open-paren, now that it's never
        followed by implicit semi-colons.  Add rule for string concatenation
        and for indentation at BOB.
-       (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
+       (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
 
        * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
        calling next-sexp, since next-token may have skipped chars which
@@ -10634,7 +10634,7 @@
        * eshell/em-term.el (eshell-visual-command-p): New function.
        (eshell-term-initialize): Move long lambda to separate function
        eshell-visual-command-p.
-       * eshell/em-dirs.el (eshell-dirs-initialise):
+       * eshell/em-dirs.el (eshell-dirs-initialize):
        * eshell/em-script.el (eshell-script-initialize):
        Add missing #' to lambda.
 
@@ -10776,7 +10776,7 @@
 
 2013-06-05  Leo Liu  <address@hidden>
 
-       Re-implement smie matching block highlight using
+       Re-implement SMIE matching block highlight using
        show-paren-data-function.  (Bug#14395)
        * emacs-lisp/smie.el (smie-matching-block-highlight)
        (smie--highlight-matching-block-overlay)
@@ -12936,9 +12936,9 @@
 2013-04-19  Masatake YAMATO  <address@hidden>
 
        * progmodes/sh-script.el (sh-imenu-generic-expression):
-       Handle function names with a single character.   (Bug#14111)
+       Handle function names with a single character.  (Bug#14111)
 
-2013-04-19  Dima Kogan  <address@hidden>    (tiny change)
+2013-04-19  Dima Kogan  <address@hidden>  (tiny change)
 
        * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
        for subroutines defined in an eval (bug#14182).

=== modified file 'lisp/ChangeLog.15'
--- a/lisp/ChangeLog.15 2014-01-21 08:49:46 +0000
+++ b/lisp/ChangeLog.15 2014-03-07 00:01:19 +0000
@@ -12151,7 +12151,7 @@
        (version-list-not-zero, version<, version<=, version=): Doc fix.
        (Bug#5744).
 
-2010-02-31  Dan Nicolaescu  <address@hidden>
+2010-03-31  Dan Nicolaescu  <address@hidden>
 
        * vc.el (vc-root-diff): Doc fix.
 


reply via email to

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