emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r112914: Fix ChangeLog typos and whitespace.


From: Juanma Barranquero
Subject: [Emacs-diffs] trunk r112914: Fix ChangeLog typos and whitespace.
Date: Mon, 10 Jun 2013 14:59:22 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112914
revision-id: address@hidden
parent: address@hidden
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Mon 2013-06-10 16:58:52 +0200
message:
  Fix ChangeLog typos and whitespace.
=== modified file 'ChangeLog'
--- a/ChangeLog 2013-06-09 15:59:30 +0000
+++ b/ChangeLog 2013-06-10 14:58:52 +0000
@@ -12,8 +12,8 @@
 2013-06-07  Richard Copley  <address@hidden>  (tiny change)
 
        * Makefile.in (msys_to_w32): Modify to support d:\foo file names.
-       (msys_lisppath_to_w32, msys_prefix_subst, msys_sed_sh_escape): New
-       variables.
+       (msys_lisppath_to_w32, msys_prefix_subst, msys_sed_sh_escape):
+       New variables.
        (epaths-force-w32): Use them.  (Bug#14513)
 
 2013-06-03  Michael Albinus  <address@hidden>
@@ -34,7 +34,7 @@
 
        * configure.ac (file-notification): New option, replaces inotify option.
        (HAVE_W32): Remove w32notify.o.
-       (with_file_notification): Add checks for glib and w32. Adapt check
+       (with_file_notification): Add checks for glib and w32.  Adapt check
        for inotify.
        (Summary): Add entry for file notification.
 
@@ -124,7 +124,7 @@
 
 2013-05-07  Paul Eggert  <address@hidden>
 
-       Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
+       Use Gnulib ACL implementation, for benefit of Solaris etc.  (Bug#14295)
        * configure.ac: Remove -with-acl option, since Gnulib does that for
        us now.
        (LIBACL_LIBS): Remove; no longer needed.
@@ -496,7 +496,7 @@
 
 2012-12-14  Paul Eggert  <address@hidden>
 
-       Fix permissions bugs with setgid directories etc. (Bug#13125)
+       Fix permissions bugs with setgid directories etc.  (Bug#13125)
        * configure.ac (BSD4_2): Remove; no longer needed.
 
 2012-12-13  Glenn Morris  <address@hidden>
@@ -2186,7 +2186,7 @@
 
 2012-02-05  Christoph Scholtes  <address@hidden>
 
-       * make-dist (README.W32): Include file in source tarball. (Bug#9750)
+       * make-dist (README.W32): Include file in source tarball.  (Bug#9750)
 
        * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
        specific makefiles to support getopt_.h generation with MSVC.

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-06-10 14:37:02 +0000
+++ b/lisp/ChangeLog    2013-06-10 14:58:52 +0000
@@ -6,9 +6,8 @@
 2013-06-10  Aidan Gauland  <address@hidden>
 
        * eshell/em-term.el (eshell-visual-commands)
-       (eshell-visual-subcommands)
-       (eshell-visual-options): Add summary line to docstrings.  Add
-       cross-references.
+       (eshell-visual-subcommands, eshell-visual-options):
+       Add summary line to docstrings.  Add cross-references.
 
 2013-06-10  Glenn Morris  <address@hidden>
 
@@ -25,8 +24,9 @@
        * 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): Add missing #' to lambda.
-       * eshell/em-script.el (eshell-script-initialize): Add missing #' to 
lambda.
+       * eshell/em-dirs.el (eshell-dirs-initialise):
+       * eshell/em-script.el (eshell-script-initialize):
+       Add missing #' to lambda.
 
 2013-06-08  Leo Liu  <address@hidden>
 
@@ -247,7 +247,7 @@
        (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
        (auto-revert-notify-handler): Handle also gfilenotify.
 
-       * subr.el (file-notify-handle-event): New defun. Replacing ...
+       * subr.el (file-notify-handle-event): New defun.  Replacing ...
        (inotify-event-p, inotify-handle-event, w32notify-handle-event):
        Remove.
 
@@ -359,10 +359,10 @@
        (eshell-find-interpreter): Add new second parameter ARGS.
 
        * eshell/em-script.el (eshell-script-initialize): Add second arg
-       to the function added as MATCH to `eshell-interpreter-alist'
+       to the function added as MATCH to `eshell-interpreter-alist'.
 
        * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
-       the function added as MATCH to `eshell-interpreter-alist'
+       the function added as MATCH to `eshell-interpreter-alist'.
 
        * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
        (eshell-visual-options): New defcustom.
@@ -2267,7 +2267,7 @@
 
        * comint.el (comint-dynamic-complete-functions, comint-mode-map):
        `comint-dynamic-complete' is obsolete since 24.1, replaced by
-       `completion-at-point'. (Bug#13774)
+       `completion-at-point'.  (Bug#13774)
 
        * startup.el (normal-no-mouse-startup-screen): Bug fix, the
        default key binding for `describe-distribution' has been moved to
@@ -2296,7 +2296,8 @@
 
        * comint.el (comint-redirect-original-filter-function): Remove.
        (comint-redirect-cleanup, comint-redirect-send-command-to-process):
-       * vc/vc-cvs.el (vc-cvs-annotate-process-filter,vc-cvs-annotate-command):
+       * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
+       (vc-cvs-annotate-command):
        * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
        * progmodes/prolog.el (prolog-consult-compile):
        * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
@@ -2735,7 +2736,6 @@
        * emacs-lisp/package.el (package-pinned-packages): New var.
        (package--add-to-archive-contents): Obey it (bug#14118).
 
-
 2013-04-03  Alan Mackenzie  <address@hidden>
 
        Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
@@ -4966,7 +4966,7 @@
 2013-01-12  Eli Zaretskii  <address@hidden>
 
        * autorevert.el (auto-revert-notify-handler): Fix filtering of
-       file notification by ACTION. For filtering by file name, compare
+       file notification by ACTION.  For filtering by file name, compare
        only the non-directory part of the file name.
 
 2013-01-12  Stefan Monnier  <address@hidden>
@@ -5049,7 +5049,7 @@
 2013-01-11  Julien Danjou  <address@hidden>
 
        * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
-       max are almost equal. Also return the correct value for V which is
+       max are almost equal.  Also return the correct value for V which is
        already between 0 and 1.
 
 2013-01-11  Dmitry Antipov  <address@hidden>
@@ -5503,7 +5503,7 @@
 2012-12-31  Jürgen Hötzel  <address@hidden>
 
        * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
-       (No device connected, invalid device name). (Bug #13299)
+       (No device connected, invalid device name).  (Bug #13299)
 
 2012-12-31  Martin Rudalics  <address@hidden>
 
@@ -5888,7 +5888,7 @@
 
 2012-12-14  Paul Eggert  <address@hidden>
 
-       Fix permissions bugs with setgid directories etc. (Bug#13125)
+       Fix permissions bugs with setgid directories etc.  (Bug#13125)
        * files.el (backup-buffer): Don't rely on 9th output of
        file-attributes, as it's now a placeholder.  Instead, use the new
        optional arg of file-ownership-preserved-p.
@@ -6346,7 +6346,7 @@
        * textmodes/ispell.el (ispell-init-process)
        (ispell-start-process, ispell-internal-change-dictionary):
        Make sure personal dictionary name is expanded after initial
-       `default-directory' value. Use expanded strings for
+       `default-directory' value.  Use expanded strings for
        keep/restart checks and for value (Bug#13019).
 
 2012-12-03  Jay Belanger  <address@hidden>
@@ -7028,7 +7028,7 @@
 
        * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
        Don't signal an error with a score that is too low to add to the
-       list of top scores. (Bug#12779)
+       list of top scores.  (Bug#12779)
 
 2012-11-17  Chong Yidong  <address@hidden>
 
@@ -7097,7 +7097,7 @@
 
        * window.el (record-window-buffer)
        (display-buffer-record-window): When copying the markers to
-       window-point preserve window-point-insertion-type. (Bug#12588)
+       window-point preserve window-point-insertion-type.  (Bug#12588)
 
 2012-11-16  Glenn Morris  <address@hidden>
 
@@ -7185,8 +7185,8 @@
        (ad-advice-definition): Redefine as functions.
        (ad-advice-classes): Move before first use.
        (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
-       (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
-       (ad--defalias-fset): Remove functions.
+       (ad-make-mapped-call, ad-make-advised-docstring)
+       (ad-make-plain-docstring, ad--defalias-fset): Remove functions.
        (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
        (ad-get-orig-definition): Rewrite.
        (ad-make-advised-definition-docstring): Change base docstring.
@@ -7534,7 +7534,7 @@
        buffer and calls `ispell-buffer' with debugging enabled.
 
        * textmodes/ispell.el (ispell-region): Do not prefix sent string by
-       comment in autoconf mode. (Bug#12768)
+       comment in autoconf mode.  (Bug#12768)
 
 2012-11-06  Dmitry Antipov  <address@hidden>
 
@@ -8679,13 +8679,13 @@
 
        * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
        that entries with whitespace at various places are found.
-       Doc fix. Include entries that are cross-referenced from cited entries.
+       Doc fix.  Include entries that are cross-referenced from cited entries.
        Include @String definitions in the resulting bib file.  Add header
        and footer defined in `reftex-create-bibtex-header' and
        `reftex-create-bibtex-footer'.
        (reftex-do-citation): Make it possible again to insert
        non-existent entries.  Save match data when asking for optional
-       arguments. Return all keys, not just the first one.
+       arguments.  Return all keys, not just the first one.
        (reftex-all-used-citation-keys): Fix regexp to correctly extract
        all citations in the same line.
        (reftex-parse-bibtex-entry): Accept additional optional argument
@@ -8745,7 +8745,7 @@
 
        * textmodes/reftex-sel.el
        (reftex-select-cycle-ref-style-internal): Adapt to new structure
-       of `reftex-ref-style-alist'. Remove code for testing macro type.
+       of `reftex-ref-style-alist'.  Remove code for testing macro type.
        (reftex-select-toggle-varioref)
        (reftex-select-toggle-fancyref): Remove.
        (reftex-select-cycle-ref-style-internal)
@@ -9287,7 +9287,7 @@
 
        * textmodes/bibtex.el (bibtex-autokey-transcriptions):
        Transcribe also LaTeX hyphenation.
-       (bibtex-reformat): Bug fix. Do not quote twice the elements of
+       (bibtex-reformat): Bug fix.  Do not quote twice the elements of
        bibtex-reformat-previous-options.
 
 2012-09-23  Roland Winkler  <address@hidden>
@@ -12314,7 +12314,7 @@
        (xml-name-start-char-re, xml-name-char-re, xml-name-re)
        (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
        (xml-entity-ref, xml-pe-reference-re)
-       (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
+       (xml-reference-re, xml-att-value-re, xml-tokenized-type-re)
        (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
        (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
        (xml-entity-value-re): Use syntax references in regexps where
@@ -20699,7 +20699,7 @@
 
 2011-10-07  Chong Yidong  <address@hidden>
 
-       * bindings.el ([M-left],[M-right]): Bind to left-word and
+       * bindings.el ([M-left], [M-right]): Bind to left-word and
        right-word respectively.
 
 2011-10-07  Glenn Morris  <address@hidden>
@@ -26021,15 +26021,15 @@
 2011-05-10  Jim Meyering  <address@hidden>
 
        Fix doubled-word typos.
-       * international/quail.el (quail-insert-kbd-layout): and and -> and
-       * kermit.el: and and -> and
-       * net/ldap.el (ldap-search-internal): to to -> to
+       * international/quail.el (quail-insert-kbd-layout): and and -> and.
+       * kermit.el: and and -> and.
+       * net/ldap.el (ldap-search-internal): to to -> to.
        * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
-       * progmodes/js.el (js-mode): and and -> and
-       * textmodes/artist.el (artist-move-to-xy): at at -> at
-       (artist-draw-region-trim-line-endings): if if -> if
+       * progmodes/js.el (js-mode): and and -> and.
+       * textmodes/artist.el (artist-move-to-xy): at at -> at.
+       (artist-draw-region-trim-line-endings): if if -> if.
        And Safetyc -> Safety.
-       * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
+       * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a.
 
 2011-05-10  Glenn Morris  <address@hidden>
            Stefan Monnier  <address@hidden>

=== modified file 'nt/ChangeLog'
--- a/nt/ChangeLog      2013-06-07 08:31:53 +0000
+++ b/nt/ChangeLog      2013-06-10 14:58:52 +0000
@@ -108,7 +108,7 @@
 
 2013-05-07  Paul Eggert  <address@hidden>
 
-       Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
+       Use Gnulib ACL implementation, for benefit of Solaris etc.  (Bug#14295)
        * config.nt (HAVE_ACL_SET_FILE): Rename from HAVE_POSIX_ACL.
        * inc/ms-w32.h (EOPNOTSUPP): New macro.
 
@@ -636,7 +636,7 @@
 
 2012-09-01  Daniel Colascione  <address@hidden>
 
-       * inc/ms-w32.h (TERM_HEADER): Add for refactoring
+       * inc/ms-w32.h (TERM_HEADER): Add for refactoring.
 
 2012-08-22  Juanma Barranquero  <address@hidden>
 
@@ -934,8 +934,8 @@
        (install-other-dirs-nmake, install-other-dirs-gmake): Depend on `all'.
        (install-shortcuts): Depend on $(INSTALL_DIR)/bin.  Copy addpm.exe
        here.
-       (maybe-copy-distfiles-CMD, maybe-copy-distfiles-SH, dist): Depend
-       on create-tmp-dist-dir.
+       (maybe-copy-distfiles-CMD, maybe-copy-distfiles-SH, dist):
+       Depend on create-tmp-dist-dir.
 
        * nmake.defs (DIRNAME): New variable.
        (IFNOTSAMEDIR): Use $(DIRNAME)_same-dir.tst instead of

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2013-06-10 04:36:06 +0000
+++ b/src/ChangeLog     2013-06-10 14:58:52 +0000
@@ -24,8 +24,8 @@
        * xdisp.c (init_from_display_pos, init_iterator)
        (handle_single_display_spec, next_overlay_string)
        (get_overlay_strings_1, reseat_1, reseat_to_string)
-       (push_prefix_prop, Fcurrent_bidi_paragraph_direction): Set
-       bidi_it.w member from it->w.
+       (push_prefix_prop, Fcurrent_bidi_paragraph_direction):
+       Set bidi_it.w member from it->w.
        (compute_display_string_pos): Accept additional argument, the
        window being displayed, and pass it to Fget_char_property.
        (Bug#14575)
@@ -36,7 +36,7 @@
 
 2013-06-08  Jan Djärv  <address@hidden>
 
-       * xgselect.c: Remove unneeded include xterm.h
+       * xgselect.c: Remove unneeded include xterm.h.
 
        * process.c (wait_reading_process_output): Check for NS before GLIB.
        GLIB may be linked in due to rsvg, but ns_select must be called.
@@ -338,8 +338,8 @@
        (update_frame_tool_bar): Update code for GNUStep.
        (clearAll): New method.
        (addDisplayItemWithImage:idx:tag:helpText:enabled:): Handle new tag
-       argument. Call insertItemWithItemIdentifier when NS_IMPL_GNUSTEP. Move
-       identifierToItem setObject and activeIdentifiers addObject before
+       argument. Call insertItemWithItemIdentifier when NS_IMPL_GNUSTEP.
+       Move identifierToItem setObject and activeIdentifiers addObject before
        call to insertItemWithItemIdentifier.
        (validateVisibleItems): Fix indentation.
        (toolbarAllowedItemIdentifiers:): Return activeIdentifiers.
@@ -353,7 +353,7 @@
        Use F suffix on floats.
        (ns_char_width): Returns CGFloat.
        (ns_ascii_average_width): w is CGFloat instead of float.
-       (nsfont_draw): cbuf and c are unsigned. Cast to char* in call to
+       (nsfont_draw): cbuf and c are unsigned.  Cast to char* in call to
        DPSxshow.
        (ns_glyph_metrics): CGFloat instead of float.
 
@@ -648,7 +648,7 @@
 
 2013-05-07  Paul Eggert  <address@hidden>
 
-       Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
+       Use Gnulib ACL implementation, for benefit of Solaris etc.  (Bug#14295)
        * Makefile.in (LIB_ACL): New macro.
        (LIBACL_LIBS): Remove.
        (LIBES): Use LIB_ACL, not LIBACL_LIBS.
@@ -3081,11 +3081,10 @@
 2012-12-31  Adam Sjøgren  <address@hidden>  (tiny change)
 
        * xterm.c (scroll-bar-adjust-thumb-portion): New variable to
-       determine whether scroll bar thumb size should be adjusted or
-       not. Use variable for MOTIF.
+       determine whether scroll bar thumb size should be adjusted or not.
+       Use variable for MOTIF.
 
-       * gtkutil.c (scroll-bar-adjust-thumb-portion): Use variable for
-       GTK.
+       * gtkutil.c (scroll-bar-adjust-thumb-portion): Use variable for GTK.
 
 2013-01-13  Jan Djärv  <address@hidden>
 
@@ -3630,7 +3629,7 @@
 
 2012-12-14  Paul Eggert  <address@hidden>
 
-       Fix permissions bugs with setgid directories etc. (Bug#13125)
+       Fix permissions bugs with setgid directories etc.  (Bug#13125)
        * dired.c (Ffile_attributes): Return t as the 9th attribute,
        to mark it as a placeholder.  The old value was often wrong.
        The only user of this attribute has been changed to use


reply via email to

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