]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/ChangeLog, src/ChangeLog: Fix typos.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 21 Jul 2013 02:53:19 +0000 (04:53 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 21 Jul 2013 02:53:19 +0000 (04:53 +0200)
lisp/ChangeLog
src/ChangeLog

index 720e040fbff3f68493f5556d16e77208e1013ed8..46003a9e0dc4aa060d248b1a70d7939916a804d4 100644 (file)
 
 2013-07-20  Andreas Schwab  <schwab@linux-m68k.org>
 
-       * 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  <handa@gnu.org>
 
-       * 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  <larsi@gnus.org>
 
 
 2013-07-13  Dmitry Gutov  <dgutov@yandex.ru>
 
-       * 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  <acm@muc.de>
 
        (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.
index e6b594258dca6860446092f6fbe42c70255f5f8a..24738f491837c65c71254157f48cb2092c757859 100644 (file)
        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)
        (emacswrite_sig, emacs_perror): New functions.
        * xrdb.c (fatal): Don't invoke perror, since errno might be garbage.
 
-2013-07-08  Magnus Henoch <magnus.henoch@gmail.com> (tiny change).
+2013-07-08  Magnus Henoch  <magnus.henoch@gmail.com>  (tiny change).
 
        * image.c (imagemagick_load_image): Do not use MagickExportImagePixels
        on NS even if it is present.  Pixmap on NS is a void*.
 
        * floatfns.c (Flog10): Move to Lisp (marked obsolete there).
 
-2013-06-20  RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
+2013-06-20  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
 
        * floatfns.c (Flog) [HAVE_LOG2]: Use log2 if available and if the
        base is 2; this is more accurate.