Fix ChangeLog typos.

This commit is contained in:
Juanma Barranquero 2013-12-28 01:36:00 +01:00
parent 8449dd1f65
commit e9dc713d18
2 changed files with 25 additions and 23 deletions

View file

@ -167,7 +167,7 @@
* 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>
@ -207,13 +207,13 @@
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>
@ -550,7 +550,8 @@
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>
@ -872,7 +873,7 @@
* 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>
@ -887,7 +888,7 @@
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>
@ -913,7 +914,7 @@
* 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)
@ -1726,8 +1727,8 @@
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>
@ -1810,7 +1811,7 @@
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>
@ -2200,7 +2201,7 @@
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>
@ -2873,7 +2874,8 @@
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

View file

@ -178,7 +178,7 @@
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
@ -189,7 +189,7 @@
* 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.
@ -540,7 +540,7 @@
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.
@ -737,7 +737,7 @@
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>
@ -1534,7 +1534,7 @@
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
@ -2319,7 +2319,7 @@
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.
@ -3561,7 +3561,7 @@
(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.
@ -4168,7 +4168,7 @@
* 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>
@ -5486,7 +5486,7 @@
(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.