emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r108948: Fix ChangeLog typos.


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108948: Fix ChangeLog typos.
Date: Sun, 08 Jul 2012 01:16:19 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108948
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Sun 2012-07-08 01:16:19 +0200
message:
  Fix ChangeLog typos.
modified:
  ChangeLog
  lisp/ChangeLog
  nt/ChangeLog
  src/ChangeLog
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-07-07 20:32:41 +0000
+++ b/ChangeLog 2012-07-07 23:16:19 +0000
@@ -821,7 +821,7 @@
 2011-12-17  Paul Eggert  <address@hidden>
 
        Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
-       * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
+       * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
        to gmalloc.c.  This should prevent a MirBSD 10 build failure reported
        by Nelson H. F. Beebe in
        <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
@@ -4901,7 +4901,7 @@
 
 2005-06-08  Steven Tamm  <address@hidden>
 
-       * configure.in: Support Darwin/MacOSX on Intel
+       * configure.in: Support Darwin/MacOSX on Intel.
 
 2005-06-06  Jan Djärv  <address@hidden>
 
@@ -5386,7 +5386,7 @@
 
 2003-01-19  Jan Djärv  <address@hidden>
 
-       * configure.in: Add --with-gtk, --with-x-toolkit=gtk
+       * configure.in: Add --with-gtk, --with-x-toolkit=gtk.
 
        * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
 
@@ -5399,7 +5399,7 @@
        * configure.in: New option, --enable-carbon-app, to specify
        that the application should be installed
        * Makefile.in (install-arch-dep): On Mac OS X, install the
-       Emacs.app application if carbon-app is enabled
+       Emacs.app application if carbon-app is enabled.
 
 2003-01-06  Dave Love  <address@hidden>
 
@@ -8392,7 +8392,7 @@
 
 1994-09-21  Richard Stallman  <address@hidden>
 
-       * configure.in (i[345]86-sequent-ptx*): Handle
+       * configure.in (i[345]86-sequent-ptx*): Handle.
 
 1994-09-20  Richard Stallman  <address@hidden>
 
@@ -8404,7 +8404,7 @@
 
 1994-09-18  Karl Heuer  <address@hidden>
 
-       * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*
+       * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*.
 
        * configure.in: Add AC_AIX.
        Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-07-07 10:10:47 +0000
+++ b/lisp/ChangeLog    2012-07-07 23:16:19 +0000
@@ -1544,7 +1544,7 @@
        * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
        (vc-rcs-update-changelog): Use it.
 
-       * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff
+       * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
 
        * vc/vc-sccs.el (vc-sccs-write-revision): New function.
        (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
@@ -1561,7 +1561,7 @@
 
 2012-06-05  Stefan Monnier  <address@hidden>
 
-       * emacs-list/cust-print.el: Move to obsolete.
+       * emacs-lisp/cust-print.el: Move to obsolete.
 
        * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
        compiler-macro expansion.
@@ -2199,9 +2199,9 @@
 
 2012-05-18  Agustín Martín Domingo  <address@hidden>
 
-       * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
-       (flyspell-debug-signal-word-checked): Protect delay handling for
-       otherchars against empty otherchars.
+       * textmodes/flyspell.el (flyspell-check-pre-word-p)
+       (flyspell-check-word-p, flyspell-debug-signal-word-checked):
+       Protect delay handling for otherchars against empty otherchars.
 
 2012-05-18  Stefan Monnier  <address@hidden>
 
@@ -2253,9 +2253,9 @@
 
 2012-05-16  Agustín Martín Domingo  <address@hidden>
 
-       * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
-       (flyspell-debug-signal-word-checked): Delay for otherchars as for
-       normal word components.
+       * textmodes/flyspell.el (flyspell-check-pre-word-p)
+       (flyspell-check-word-p, flyspell-debug-signal-word-checked):
+       Delay for otherchars as for normal word components.
 
 2012-05-16  Stefan Monnier  <address@hidden>
 
@@ -2527,7 +2527,7 @@
 
 2012-05-08  Glenn Morris  <address@hidden>
 
-       * lisp/language/burmese.el, language/cham.el, language/czech.el:
+       * language/burmese.el, language/cham.el, language/czech.el:
        * language/english.el, language/georgian.el, language/greek.el:
        * language/japanese.el, language/khmer.el, language/korean.el:
        * language/lao.el, language/misc-lang.el, language/romanian.el:
@@ -2959,7 +2959,7 @@
        (verilog-pretty-expr): Don't line up assignment
        operations to the test and increment in if and for loops
        (verilog-extended-complete-re, verilog-complete-reg): Change so
-       that DPI inport functions don't look like fuction declarations
+       that DPI inport functions don't look like fuction declarations.
 
 2012-05-03  Kenichi Handa  <address@hidden>
 
@@ -3292,17 +3292,17 @@
 
        Sync with soap-client repository.  Support SOAP simpleType (Bug#10331).
 
-       * soap-client.el (soap-resolve-references-for-sequence-type)
+       * net/soap-client.el (soap-resolve-references-for-sequence-type)
        (soap-resolve-references-for-array-type): Hack to prevent self
        references, see Bug#9.
        (soap-parse-envelope): Report the contents of the 'detail' node
        when receiving a fault reply.
        (soap-parse-envelope): Report the contents of the entire 'detail' node.
 
-       * soap-inspect.el (soap-sample-value-for-simple-type)
+       * net/soap-inspect.el (soap-sample-value-for-simple-type)
        (soap-inspect-simple-type): New function.
 
-       * soap-client.el (soap-simple-type): New struct.
+       * net/soap-client.el (soap-simple-type): New struct.
        (soap-default-xsd-types, soap-default-soapenc-types)
        (soap-decode-basic-type, soap-encode-basic-type):
        support unsignedInt and double basic types.
@@ -3310,7 +3310,7 @@
        (soap-parse-simple-type, soap-encode-simple-type): New function.
        (soap-parse-schema): Parse xsd:simpleType declarations.
 
-       * soap-client.el (soap-default-xsd-types)
+       * net/soap-client.el (soap-default-xsd-types)
        (soap-default-soapenc-types): Add integer, byte and anyURI types.
        (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
        the local name of "soapenc:Array".
@@ -3419,21 +3419,21 @@
        Preserve ispell session localwords when switching back to
        original buffer.
 
-       * ispell.el (ispell-buffer-session-localwords): New buffer-local
-       variable to hold buffer session localwords.
+       * textmodes/ispell.el (ispell-buffer-session-localwords):
+       New buffer-local variable to hold buffer session localwords.
        (ispell-kill-ispell): add option 'clear to delete session
        localwords.
        (ispell-command-loop, ispell-change-dictionary)
        (ispell-buffer-local-words): Preserve session localwords when
        needed.
 
-       * flyspell.el (flyspell-process-localwords, flyspell-do-correct):
-       Preserve session localwords when needed.
+       * textmodes/flyspell.el (flyspell-process-localwords)
+       (flyspell-do-correct): Preserve session localwords when needed.
 
 2012-04-23  Agustín Martín Domingo  <address@hidden>
 
-       * ispell.el (ispell-insert-word) Remove unneeded function using
-       obsolete `translation-table-for-input'.
+       * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
+       using obsolete `translation-table-for-input'.
        (ispell-word, ispell-process-line, ispell-complete-word):
        Use plain `insert' instead of removed `ispell-insert-word'.
 
@@ -3863,11 +3863,11 @@
 
 2012-04-12  Agustín Martín Domingo  <address@hidden>
 
-       * ispell.el (ispell-set-spellchecker-params): Post-process
+       * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
        `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
        (ispell-dictionary-base-alist): Revert to original XEmacs
        friendly version for default.  [:alpha:] will be added in
-       `ispell-set-spellchecker-params' if needed
+       `ispell-set-spellchecker-params' if needed.
 
 2012-04-16  Chong Yidong  <address@hidden>
 
@@ -4380,7 +4380,7 @@
 
 2012-03-30  Agustín Martín Domingo  <address@hidden>
 
-       * ispell.el (ispell-get-extended-character-mode):
+       * textmodes/ispell.el (ispell-get-extended-character-mode):
        Disable extended-char-mode for hunspell.  hunspell does not support it
        and treats ~word as ordinary words in pipe mode.
 
@@ -15603,7 +15603,7 @@
        * vc/log-view.el:
        * vc/smerge-mode.el:
        * textmodes/bibtex-style.el:
-       * textmodes/css.el:
+       * textmodes/css-mode.el:
        * startup.el:
        * uniquify.el:
        * minibuffer.el:

=== modified file 'nt/ChangeLog'
--- a/nt/ChangeLog      2012-07-07 20:26:48 +0000
+++ b/nt/ChangeLog      2012-07-07 23:16:19 +0000
@@ -2,13 +2,13 @@
 
        * config.nt (HAVE_STRCASECMP, HAVE_STRNCASECMP): Remove.
 
-2012-07-06  Juanma Barranquero <address@hidden>
+2012-07-06  Juanma Barranquero  <address@hidden>
            Eli Zaretskii  <address@hidden>
 
        * config.nt: Complete rework to bring it in sync with autogen/config.in.
        All Windows-specific code moved to src/s/ms-w32.h.
 
-2012-07-04  Juanma Barranquero <address@hidden>
+2012-07-04  Juanma Barranquero  <address@hidden>
            Eli Zaretskii  <address@hidden>
 
        * configure.bat (enablechecking): Enable checks through src/config.h,

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-07-07 21:39:45 +0000
+++ b/src/ChangeLog     2012-07-07 23:16:19 +0000
@@ -136,14 +136,14 @@
        Fix marker debugging code.
        * marker.c (byte_char_debug_check): Do not perform the check
        if buffer is not multibyte.
-       (buf_charpos_to_bytepos, buf_bytepos_to_charpos): Call
-       byte_char_debug_check with correct arguments.
+       (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
+       Call byte_char_debug_check with correct arguments.
 
 2012-07-06  Dmitry Antipov  <address@hidden>
 
        Compile marker debugging code only if ENABLE_CHECKING is defined.
-       * marker.c (byte_char_debug_check, count_markers): Use
-       only if ENABLE_CHECKING is defined.
+       * marker.c (byte_char_debug_check, count_markers):
+       Use only if ENABLE_CHECKING is defined.
        (byte_debug_flag): Remove.
        (CONSIDER, buf_charpos_to_bytepos, buf_bytepos_to_charpos):
        Always call byte_char_debug_check if ENABLE_CHECKING is defined.
@@ -250,8 +250,8 @@
        (make_widget_for_menu_item, xg_make_tool_item): Use gtk_box_new
        followed by gtk_box_set_homogeneous (Bug#11768).
        (xg_update_menu_item): Use GTK_IS_BOX (Bug#11768).
-       (update_theme_scrollbar_width, xg_create_scroll_bar): Use
-       gtk_scrollbar_new (Bug#11768).
+       (update_theme_scrollbar_width, xg_create_scroll_bar):
+       Use gtk_scrollbar_new (Bug#11768).
        (xg_event_is_for_scrollbar): Use Gdk Device functions for HAVE_GTK3.
        (is_box_type): New function (Bug#11768).
        (xg_tool_item_stale_p): Call is_box_type.
@@ -2790,7 +2790,7 @@
        Fix compilation with -DGLYPH_DEBUG=1 on MS-Windows.
 
        * w32term.c [GLYPH_DEBUG]: Add prototype for x_check_font.
-       (x_check_font) [GLYPH_DEBUG]: New function, copied from xterm.c
+       (x_check_font) [GLYPH_DEBUG]: New function, copied from xterm.c.
 
        * w32fns.c (unwind_create_frame) [GLYPH_DEBUG]: Fix broken
        reference to image_cache->refcount.
@@ -7722,7 +7722,7 @@
        (EmacsToolbar): Implements NSToolbarDelegate on OSX >= 10.6.
 
        * nsselect.m (ns_string_from_pasteboard): Don't use deprecated methods
-       cString and lossyCString on OSX >= 10.4
+       cString and lossyCString on OSX >= 10.4.
 
        * nsmenu.m (fillWithWidgetValue): Don't use deprecated method
        sizeToFit on OSX >= 10.2.


reply via email to

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