emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r113639: Fix typos in ChangeLogs.


From: Juanma Barranquero
Subject: [Emacs-diffs] trunk r113639: Fix typos in ChangeLogs.
Date: Thu, 01 Aug 2013 22:53:13 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113639
revision-id: address@hidden
parent: address@hidden
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Fri 2013-08-02 00:53:03 +0200
message:
  Fix typos in ChangeLogs.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-08-01 18:46:10 +0000
+++ b/lisp/ChangeLog    2013-08-01 22:53:03 +0000
@@ -15,8 +15,8 @@
        (tramp-handle-file-notify-rm-watch): New functions.
        (tramp-call-process): Do not bind `default-directory'.
 
-       * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Order
-       alphabetically.
+       * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
+       Order alphabetically.
        [access-file, add-name-to-file, dired-call-process]:
        [dired-compress-file, file-acl, file-notify-rm-watch]:
        [file-ownership-preserved-p, file-selinux-context]:
@@ -36,8 +36,8 @@
        (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
        (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
 
-       * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Order
-       alphabetically.
+       * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
+       Order alphabetically.
        [file-notify-rm-watch ]: Use default Tramp handler.
        [executable-find]: Remove private handler.
        (tramp-do-copy-or-rename-file-out-of-band): Do not bind
@@ -72,7 +72,7 @@
        * ibuf-ext.el (ibuffer-filter-by-filename):
        Make it work with dired buffers too.
 
-2013-07-31  Dmitry Antipov <address@hidden>
+2013-07-31  Dmitry Antipov  <address@hidden>
 
        * emacs-lisp/re-builder.el (reb-color-display-p):
        * files.el (save-buffers-kill-terminal):
@@ -117,7 +117,7 @@
        * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'.  Do not assume
        point-min==1.  Fix search string.  Fix parentheses missing.
 
-       * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
+       * vc/vc-git.el (vc-git-ignore): Remove `interactive'.  Do not
        assume point-min==1.  Fix search string.  Fix parentheses missing.
 
        * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
@@ -181,7 +181,7 @@
        * progmodes/cc-engine.el (c-beginning-of-statement-1)
        (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
        * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
-       with c-block-stmet-1-2-key.
+       with c-block-stmt-1-2-key.
 
 2013-07-27  Juanma Barranquero  <address@hidden>
 

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2013-08-01 22:24:02 +0000
+++ b/src/ChangeLog     2013-08-01 22:53:03 +0000
@@ -429,7 +429,7 @@
        code a bit.  It makes no difference on POSIXish platforms but
        apparently it fixes a bug on w32.
 
-       Fix bug where insert-file-contents closes a file twice. (Bug#14839).
+       Fix bug where insert-file-contents closes a file twice (Bug#14839).
        * fileio.c (close_file_unwind): Don't close if FD is negative;
        this can happen when unwinding a zapped file descriptor.
        (Finsert_file_contents): Unwind-protect the fd before the point marker,
@@ -582,7 +582,7 @@
        (make_lispy_focus_in, make_lispy_focus_out): Declare and define.
        (kbd_buffer_get_event): For FOCUS_IN, make a focus_in event if no
        switch frame event is made.  Check ! NILP (event->arg) if X11 (moved
-       from xterm.c). Make focus_out event for FOCUS_OUT_EVENT if NS or X11
+       from xterm.c).  Make focus_out event for FOCUS_OUT_EVENT if NS or X11
        and there is a focused frame.
        (head_table): Add focus-in and focus-out.
        (keys_of_keyboard): Add focus-in and focus-out to Vspecial_event_map,
@@ -955,7 +955,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*.
@@ -1630,7 +1630,7 @@
        Now static.
        * lisp.h: Remove the abovementioned defns and decls.
 
-       Use functions, not macros, for XINT etc. (Bug#11935).
+       Use functions, not macros, for XINT etc (Bug#11935).
        In lisp.h, prefer functions to function-like macros, and
        constants to object-like macros, when either will do.  This:
         . simplifies use, as there's no more need to worry about


reply via email to

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