emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r113477: lisp/ChangeLog, src/ChangeLog: Fix typos.


From: Juanma Barranquero
Subject: [Emacs-diffs] trunk r113477: lisp/ChangeLog, src/ChangeLog: Fix typos.
Date: Sun, 21 Jul 2013 02:53:32 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113477
revision-id: address@hidden
parent: address@hidden
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Sun 2013-07-21 04:53:19 +0200
message:
  lisp/ChangeLog, src/ChangeLog: Fix typos.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-07-21 02:42:11 +0000
+++ b/lisp/ChangeLog    2013-07-21 02:53:19 +0000
@@ -25,16 +25,16 @@
 
 2013-07-20  Andreas Schwab  <address@hidden>
 
-       * progmodes/sh-script.el (sh-read-variable): Remove interactive
-       spec.  (Bug#14826)
+       * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
+       (Bug#14826)
 
        * international/mule.el (coding-system-iso-2022-flags): Fix last
        change.
 
 2013-07-20  Kenichi Handa  <address@hidden>
 
-       * international/mule.el (coding-system-iso-2022-flags): Add
-       `8-bit-level-4'.  (Bug#8522)
+       * international/mule.el (coding-system-iso-2022-flags):
+       Add `8-bit-level-4'.  (Bug#8522)
 
 2013-07-19  Lars Magne Ingebrigtsen  <address@hidden>
 
@@ -153,8 +153,8 @@
 
 2013-07-13  Dmitry Gutov  <address@hidden>
 
-       * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight
-       conversion methods on Kernel.
+       * progmodes/ruby-mode.el (ruby-font-lock-keywords):
+       Highlight conversion methods on Kernel.
 
 2013-07-13  Alan Mackenzie  <address@hidden>
 
@@ -322,8 +322,8 @@
        (tramp-process-actions): Use progress reporter.  Delete process in
        case of error.  Improve messages.
 
-       * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use
-       condition-case.  Call `tramp-error-with-buffer' with vector and buffer.
+       * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
+       Call `tramp-error-with-buffer' with vector and buffer.
        (tramp-current-connection): Removed.
        (tramp-maybe-open-connection): The car of
        `tramp-current-connection' are the first 3 slots of the vector.

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2013-07-20 19:20:33 +0000
+++ b/src/ChangeLog     2013-07-21 02:53:19 +0000
@@ -592,7 +592,7 @@
        initializers.
 
        Syntax cleanup, mostly replacing macros with functions.
-`      This removes the need for the syntax_temp hack.
+       This removes the need for the syntax_temp hack.
        * search.c: Include syntax.h after buffer.h, since syntax.h uses BVAR.
        * syntax.c (SYNTAX_INLINE): New macro.
        (SYNTAX_FLAGS_COMSTART_FIRST, SYNTAX_FLAGS_COMSTART_SECOND)
@@ -690,7 +690,7 @@
        (emacswrite_sig, emacs_perror): New functions.
        * xrdb.c (fatal): Don't invoke perror, since errno might be garbage.
 
-2013-07-08  Magnus Henoch <address@hidden> (tiny change).
+2013-07-08  Magnus Henoch  <address@hidden>  (tiny change).
 
        * image.c (imagemagick_load_image): Do not use MagickExportImagePixels
        on NS even if it is present.  Pixmap on NS is a void*.
@@ -1245,7 +1245,7 @@
 
        * floatfns.c (Flog10): Move to Lisp (marked obsolete there).
 
-2013-06-20  RĂ¼diger Sonderfeld <address@hidden>
+2013-06-20  RĂ¼diger Sonderfeld  <address@hidden>
 
        * floatfns.c (Flog) [HAVE_LOG2]: Use log2 if available and if the
        base is 2; this is more accurate.


reply via email to

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