From: Juanma Barranquero Date: Sat, 7 Jul 2012 23:16:19 +0000 (+0200) Subject: Fix ChangeLog typos. X-Git-Tag: emacs-24.2.90~1199^2~139 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=090bd7cb34f89b051411dc4b170d90f63f4a1d79;p=emacs.git Fix ChangeLog typos. --- diff --git a/ChangeLog b/ChangeLog index 2561b3209bb..d201b0ba12e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -821,7 +821,7 @@ 2011-12-17 Paul Eggert 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 . @@ -4901,7 +4901,7 @@ 2005-06-08 Steven Tamm - * configure.in: Support Darwin/MacOSX on Intel + * configure.in: Support Darwin/MacOSX on Intel. 2005-06-06 Jan Djärv @@ -5386,7 +5386,7 @@ 2003-01-19 Jan Djärv - * 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 @@ -8392,7 +8392,7 @@ 1994-09-21 Richard Stallman - * configure.in (i[345]86-sequent-ptx*): Handle + * configure.in (i[345]86-sequent-ptx*): Handle. 1994-09-20 Richard Stallman @@ -8404,7 +8404,7 @@ 1994-09-18 Karl Heuer - * 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. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 63a050fbcf5..70894c5fc7b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 - * 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 - * 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 @@ -2253,9 +2253,9 @@ 2012-05-16 Agustín Martín Domingo - * 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 @@ -2527,7 +2527,7 @@ 2012-05-08 Glenn Morris - * 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 @@ -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 - * 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 - * 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 @@ -4380,7 +4380,7 @@ 2012-03-30 Agustín Martín Domingo - * 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: diff --git a/nt/ChangeLog b/nt/ChangeLog index 7e92d74ff1c..8b2d9ad1b1d 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -2,13 +2,13 @@ * config.nt (HAVE_STRCASECMP, HAVE_STRNCASECMP): Remove. -2012-07-06 Juanma Barranquero +2012-07-06 Juanma Barranquero Eli Zaretskii * 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 +2012-07-04 Juanma Barranquero Eli Zaretskii * configure.bat (enablechecking): Enable checks through src/config.h, diff --git a/src/ChangeLog b/src/ChangeLog index 1f81954f2d9..2ac0f54612b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 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.