Fix ChangeLog typos.
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 28 Dec 2013 00:36:00 +0000 (01:36 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 28 Dec 2013 00:36:00 +0000 (01:36 +0100)
lisp/ChangeLog
src/ChangeLog

index fdc8869..5876327 100644 (file)
 
        * net/eww.el (eww-tag-select): Add text-property to jump to next
        select field.
-       (eww) : Add non-supported ftp error.
+       (eww): Add non-supported ftp error.
 
 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
 
 
 2013-12-21  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
 
-        * net/eww.el (eww-list-histories, eww-list-histories)
+       * net/eww.el (eww-list-histories, eww-list-histories)
        (eww-history-browse, eww-history-quit, eww-history-kill)
        (eww-history-mode-map, eww-history-mode): New command and
        functions to list browser histories.
-        (eww-form-text): Support text form with disabled
-        and readonly attributes.
-        (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
+       (eww-form-text): Support text form with disabled
+       and readonly attributes.
+       (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
 
 2013-12-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
 
 
 2013-12-18  Leo Liu  <sdl.web@gmail.com>
 
-       * eshell/em-prompt.el (eshell-emit-prompt): Fix last change. (Bug#16186)
+       * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
+       (Bug#16186)
 
 2013-12-18  Eli Zaretskii  <eliz@gnu.org>
 
        * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
        Also match after beginning of line.
        (python-pdbtrack-set-tracked-buffer): Fix logic for remote
-       files.  Thanks to Russell Sim. (Bug#15378)
+       files.  Thanks to Russell Sim.  (Bug#15378)
 
 2013-12-13  Juri Linkov  <juri@jurta.org>
 
 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
 
        * progmodes/python.el (python-indent-calculate-indentation):
-       Fix de-denters cornercase. (Bug#15731)
+       Fix de-denters cornercase.  (Bug#15731)
 
 2013-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 
        * progmodes/python.el (python-indent-context)
        (python-indent-calculate-indentation): Fix auto-identation
-       behavior for comment blocks. (Bug#15916)
+       behavior for comment blocks.  (Bug#15916)
 
 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
 
 
 2013-11-24  Jorgen Schaefer  <contact@jorgenschaefer.de>
 
-       * minibuffer.el (completion--in-region-1): Scroll the correct
-       window. (Bug#13898)
+       * minibuffer.el (completion--in-region-1): Scroll the correct window.
+       (Bug#13898)
 
 2013-11-24  Bozhidar Batsov  <bozhidar@batsov.com>
 
        Add completion for command `ag'.
        * pcmpl-x.el (pcmpl-x-ag-options): New variable.
        (pcomplete/ag): New function.
-       (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
+       (pcmpl-x-ag-options): New function.  Handle `[no]' in long options.
 
 2013-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 2013-11-06  Leo Liu  <sdl.web@gmail.com>
 
        * thingatpt.el (thing-at-point-looking-at): Add optional arg
-       DISTANCE to bound the search. All uses changed.  (Bug#15808)
+       DISTANCE to bound the search.  All uses changed.  (Bug#15808)
 
 2013-11-06  Glenn Morris  <rgm@gnu.org>
 
 
 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
 
-       * progmodes/ruby-mode.el (ruby-smie-grammar): Add (almost) all infix operators.
+       * progmodes/ruby-mode.el (ruby-smie-grammar):
+       Add (almost) all infix operators.
        (ruby-smie--implicit-semi-p): Add new operator chars.
 
        * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
index 606ac9a..486381a 100644 (file)
        Remove font and color handling.
        (syms_of_nsterm): Defsym Qfile and Qurl.
 
-2013-12-19  Anders Lindgren <andlind@gmail.com>
+2013-12-19  Anders Lindgren  <andlind@gmail.com>
 
        * nsterm.m (NSTRACE_SIZE, NSTRACE_RECT): New macros.
        (ns_constrain_all_frames, x_set_offset): Remove assignment to
 
        * nsterm.h (ns_output): Remove dont_constrain.
 
-2013-12-19  Anders Lindgren <andlind@gmail.com>
+2013-12-19  Anders Lindgren  <andlind@gmail.com>
 
        * nsterm.m (mouseDown:): Generate HORIZ_WHEEL_EVENT.
 
 
        Avoid undefined behavior with huge regexp interval counts.
        * regex.c (GET_INTERVAL_COUNT): Rename from 'GET_UNSIGNED_NUMBER',
-       since it's now specialized to interval counts.  All uses changed.
+       since it's now specialized to interval counts.  All uses changed.
        Do not assume wrapraound on signed integer overflow.
        (regex_compile): Simplify based on the above changes.
 
        change_frame_size should already have done it.
        (x_new_font): Assign new tool- and menu-bar heights.
        (x_set_window_size_1): Account for tool- and menu-bar heights
-       (Bug#16013). Don't set pixel sizes since change_frame_size
+       (Bug#16013).  Don't set pixel sizes since change_frame_size
        should already have done it.
 
 2013-12-11  Paul Eggert  <eggert@cs.ucla.edu>
 
 2013-11-20  Jan Djärv  <jan.h.d@swipnet.se>
 
-       * nsterm.m (init, run, stop:): Enable again. stop calls super stop
+       * nsterm.m (init, run, stop:): Enable again.  stop calls super stop
        to handle dialogs.
 
        * nsterm.m (init, run, stop:): Comment out for now, does not work
 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
 
        Don't run timers in input-pending-p.  Its new check-timers param
-       provides the prior behavior. (Bug#15045).
+       provides the prior behavior.  (Bug#15045).
        * src/keyboard.c (Finput_pending_p): Accept optional check-timers
        param.
 
        (nsfont_open): Set font driver type.
        Set font->ascent and font->descent.  Figure out font instead of
        ns_tmp_font, and flags instead of ns_tmp_flags.
-       Fix indentation. Remove call to ns_draw_text_decoration,
+       Fix indentation.  Remove call to ns_draw_text_decoration,
        moved to nsterm.
 
        * nsfns.m: Include macfont.h.
        * nsterm.m (last_window): New variable.
        (EV_TRAILER2): New macro.
        (EV_TRAILER): Call EV_TRAILER2.
-       (mouseMoved:):  Add support for mouse-autoselect-window
+       (mouseMoved:): Add support for mouse-autoselect-window
        on nextstep (Bug#6888).
 
 2013-08-28  Andreas Schwab  <schwab@suse.de>
        (handle_one_xevent, syms_of_xterm): Adjust users.
        (x_flush): Call XFlush once per each X display, not frame.
        This is better because this code always unconditionally skips
-       non-X frames in Vframe_list and issues the only XFlush if we
+       non-X frames in Vframe_list and issues the only XFlush if we
        have more than one X frame on the same X display.
        (any_help_event_p, x_draw_glyph_string_background, x_display_ok):
        Use bool for booleans.