diff options
| author | Juanma Barranquero | 2013-12-28 01:36:00 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2013-12-28 01:36:00 +0100 |
| commit | e9dc713d18e425597339d6e2ed4a5fb2924d205d (patch) | |
| tree | f0594dd714cc64acecd491d07b3a7aa616aa787f | |
| parent | 8449dd1f655d118a104e87c65ab77c86d5b71382 (diff) | |
| download | emacs-e9dc713d18e425597339d6e2ed4a5fb2924d205d.tar.gz emacs-e9dc713d18e425597339d6e2ed4a5fb2924d205d.zip | |
Fix ChangeLog typos.
| -rw-r--r-- | lisp/ChangeLog | 30 | ||||
| -rw-r--r-- | src/ChangeLog | 18 |
2 files changed, 25 insertions, 23 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fdc88696ab4..58763279b5e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -167,7 +167,7 @@ | |||
| 167 | 167 | ||
| 168 | * net/eww.el (eww-tag-select): Add text-property to jump to next | 168 | * net/eww.el (eww-tag-select): Add text-property to jump to next |
| 169 | select field. | 169 | select field. |
| 170 | (eww) : Add non-supported ftp error. | 170 | (eww): Add non-supported ftp error. |
| 171 | 171 | ||
| 172 | 2013-12-22 Dmitry Gutov <dgutov@yandex.ru> | 172 | 2013-12-22 Dmitry Gutov <dgutov@yandex.ru> |
| 173 | 173 | ||
| @@ -207,13 +207,13 @@ | |||
| 207 | 207 | ||
| 208 | 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com> | 208 | 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com> |
| 209 | 209 | ||
| 210 | * net/eww.el (eww-list-histories, eww-list-histories) | 210 | * net/eww.el (eww-list-histories, eww-list-histories) |
| 211 | (eww-history-browse, eww-history-quit, eww-history-kill) | 211 | (eww-history-browse, eww-history-quit, eww-history-kill) |
| 212 | (eww-history-mode-map, eww-history-mode): New command and | 212 | (eww-history-mode-map, eww-history-mode): New command and |
| 213 | functions to list browser histories. | 213 | functions to list browser histories. |
| 214 | (eww-form-text): Support text form with disabled | 214 | (eww-form-text): Support text form with disabled |
| 215 | and readonly attributes. | 215 | and readonly attributes. |
| 216 | (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'. | 216 | (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'. |
| 217 | 217 | ||
| 218 | 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de> | 218 | 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de> |
| 219 | 219 | ||
| @@ -550,7 +550,8 @@ | |||
| 550 | 550 | ||
| 551 | 2013-12-18 Leo Liu <sdl.web@gmail.com> | 551 | 2013-12-18 Leo Liu <sdl.web@gmail.com> |
| 552 | 552 | ||
| 553 | * eshell/em-prompt.el (eshell-emit-prompt): Fix last change. (Bug#16186) | 553 | * eshell/em-prompt.el (eshell-emit-prompt): Fix last change. |
| 554 | (Bug#16186) | ||
| 554 | 555 | ||
| 555 | 2013-12-18 Eli Zaretskii <eliz@gnu.org> | 556 | 2013-12-18 Eli Zaretskii <eliz@gnu.org> |
| 556 | 557 | ||
| @@ -872,7 +873,7 @@ | |||
| 872 | * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp): | 873 | * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp): |
| 873 | Also match after beginning of line. | 874 | Also match after beginning of line. |
| 874 | (python-pdbtrack-set-tracked-buffer): Fix logic for remote | 875 | (python-pdbtrack-set-tracked-buffer): Fix logic for remote |
| 875 | files. Thanks to Russell Sim. (Bug#15378) | 876 | files. Thanks to Russell Sim. (Bug#15378) |
| 876 | 877 | ||
| 877 | 2013-12-13 Juri Linkov <juri@jurta.org> | 878 | 2013-12-13 Juri Linkov <juri@jurta.org> |
| 878 | 879 | ||
| @@ -887,7 +888,7 @@ | |||
| 887 | 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org> | 888 | 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org> |
| 888 | 889 | ||
| 889 | * progmodes/python.el (python-indent-calculate-indentation): | 890 | * progmodes/python.el (python-indent-calculate-indentation): |
| 890 | Fix de-denters cornercase. (Bug#15731) | 891 | Fix de-denters cornercase. (Bug#15731) |
| 891 | 892 | ||
| 892 | 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca> | 893 | 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca> |
| 893 | 894 | ||
| @@ -913,7 +914,7 @@ | |||
| 913 | 914 | ||
| 914 | * progmodes/python.el (python-indent-context) | 915 | * progmodes/python.el (python-indent-context) |
| 915 | (python-indent-calculate-indentation): Fix auto-identation | 916 | (python-indent-calculate-indentation): Fix auto-identation |
| 916 | behavior for comment blocks. (Bug#15916) | 917 | behavior for comment blocks. (Bug#15916) |
| 917 | 918 | ||
| 918 | 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change) | 919 | 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change) |
| 919 | 920 | ||
| @@ -1726,8 +1727,8 @@ | |||
| 1726 | 1727 | ||
| 1727 | 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de> | 1728 | 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de> |
| 1728 | 1729 | ||
| 1729 | * minibuffer.el (completion--in-region-1): Scroll the correct | 1730 | * minibuffer.el (completion--in-region-1): Scroll the correct window. |
| 1730 | window. (Bug#13898) | 1731 | (Bug#13898) |
| 1731 | 1732 | ||
| 1732 | 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com> | 1733 | 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com> |
| 1733 | 1734 | ||
| @@ -1810,7 +1811,7 @@ | |||
| 1810 | Add completion for command `ag'. | 1811 | Add completion for command `ag'. |
| 1811 | * pcmpl-x.el (pcmpl-x-ag-options): New variable. | 1812 | * pcmpl-x.el (pcmpl-x-ag-options): New variable. |
| 1812 | (pcomplete/ag): New function. | 1813 | (pcomplete/ag): New function. |
| 1813 | (pcmpl-x-ag-options): New function. Handle `[no]' in long options. | 1814 | (pcmpl-x-ag-options): New function. Handle `[no]' in long options. |
| 1814 | 1815 | ||
| 1815 | 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca> | 1816 | 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca> |
| 1816 | 1817 | ||
| @@ -2200,7 +2201,7 @@ | |||
| 2200 | 2013-11-06 Leo Liu <sdl.web@gmail.com> | 2201 | 2013-11-06 Leo Liu <sdl.web@gmail.com> |
| 2201 | 2202 | ||
| 2202 | * thingatpt.el (thing-at-point-looking-at): Add optional arg | 2203 | * thingatpt.el (thing-at-point-looking-at): Add optional arg |
| 2203 | DISTANCE to bound the search. All uses changed. (Bug#15808) | 2204 | DISTANCE to bound the search. All uses changed. (Bug#15808) |
| 2204 | 2205 | ||
| 2205 | 2013-11-06 Glenn Morris <rgm@gnu.org> | 2206 | 2013-11-06 Glenn Morris <rgm@gnu.org> |
| 2206 | 2207 | ||
| @@ -2873,7 +2874,8 @@ | |||
| 2873 | 2874 | ||
| 2874 | 2013-10-21 Dmitry Gutov <dgutov@yandex.ru> | 2875 | 2013-10-21 Dmitry Gutov <dgutov@yandex.ru> |
| 2875 | 2876 | ||
| 2876 | * progmodes/ruby-mode.el (ruby-smie-grammar): Add (almost) all infix operators. | 2877 | * progmodes/ruby-mode.el (ruby-smie-grammar): |
| 2878 | Add (almost) all infix operators. | ||
| 2877 | (ruby-smie--implicit-semi-p): Add new operator chars. | 2879 | (ruby-smie--implicit-semi-p): Add new operator chars. |
| 2878 | 2880 | ||
| 2879 | * progmodes/ruby-mode.el (ruby-mode-map): Add binding for | 2881 | * progmodes/ruby-mode.el (ruby-mode-map): Add binding for |
diff --git a/src/ChangeLog b/src/ChangeLog index 606ac9a6430..486381a1b34 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -178,7 +178,7 @@ | |||
| 178 | Remove font and color handling. | 178 | Remove font and color handling. |
| 179 | (syms_of_nsterm): Defsym Qfile and Qurl. | 179 | (syms_of_nsterm): Defsym Qfile and Qurl. |
| 180 | 180 | ||
| 181 | 2013-12-19 Anders Lindgren <andlind@gmail.com> | 181 | 2013-12-19 Anders Lindgren <andlind@gmail.com> |
| 182 | 182 | ||
| 183 | * nsterm.m (NSTRACE_SIZE, NSTRACE_RECT): New macros. | 183 | * nsterm.m (NSTRACE_SIZE, NSTRACE_RECT): New macros. |
| 184 | (ns_constrain_all_frames, x_set_offset): Remove assignment to | 184 | (ns_constrain_all_frames, x_set_offset): Remove assignment to |
| @@ -189,7 +189,7 @@ | |||
| 189 | 189 | ||
| 190 | * nsterm.h (ns_output): Remove dont_constrain. | 190 | * nsterm.h (ns_output): Remove dont_constrain. |
| 191 | 191 | ||
| 192 | 2013-12-19 Anders Lindgren <andlind@gmail.com> | 192 | 2013-12-19 Anders Lindgren <andlind@gmail.com> |
| 193 | 193 | ||
| 194 | * nsterm.m (mouseDown:): Generate HORIZ_WHEEL_EVENT. | 194 | * nsterm.m (mouseDown:): Generate HORIZ_WHEEL_EVENT. |
| 195 | 195 | ||
| @@ -540,7 +540,7 @@ | |||
| 540 | 540 | ||
| 541 | Avoid undefined behavior with huge regexp interval counts. | 541 | Avoid undefined behavior with huge regexp interval counts. |
| 542 | * regex.c (GET_INTERVAL_COUNT): Rename from 'GET_UNSIGNED_NUMBER', | 542 | * regex.c (GET_INTERVAL_COUNT): Rename from 'GET_UNSIGNED_NUMBER', |
| 543 | since it's now specialized to interval counts. All uses changed. | 543 | since it's now specialized to interval counts. All uses changed. |
| 544 | Do not assume wrapraound on signed integer overflow. | 544 | Do not assume wrapraound on signed integer overflow. |
| 545 | (regex_compile): Simplify based on the above changes. | 545 | (regex_compile): Simplify based on the above changes. |
| 546 | 546 | ||
| @@ -737,7 +737,7 @@ | |||
| 737 | change_frame_size should already have done it. | 737 | change_frame_size should already have done it. |
| 738 | (x_new_font): Assign new tool- and menu-bar heights. | 738 | (x_new_font): Assign new tool- and menu-bar heights. |
| 739 | (x_set_window_size_1): Account for tool- and menu-bar heights | 739 | (x_set_window_size_1): Account for tool- and menu-bar heights |
| 740 | (Bug#16013). Don't set pixel sizes since change_frame_size | 740 | (Bug#16013). Don't set pixel sizes since change_frame_size |
| 741 | should already have done it. | 741 | should already have done it. |
| 742 | 742 | ||
| 743 | 2013-12-11 Paul Eggert <eggert@cs.ucla.edu> | 743 | 2013-12-11 Paul Eggert <eggert@cs.ucla.edu> |
| @@ -1534,7 +1534,7 @@ | |||
| 1534 | 1534 | ||
| 1535 | 2013-11-20 Jan Djärv <jan.h.d@swipnet.se> | 1535 | 2013-11-20 Jan Djärv <jan.h.d@swipnet.se> |
| 1536 | 1536 | ||
| 1537 | * nsterm.m (init, run, stop:): Enable again. stop calls super stop | 1537 | * nsterm.m (init, run, stop:): Enable again. stop calls super stop |
| 1538 | to handle dialogs. | 1538 | to handle dialogs. |
| 1539 | 1539 | ||
| 1540 | * nsterm.m (init, run, stop:): Comment out for now, does not work | 1540 | * nsterm.m (init, run, stop:): Comment out for now, does not work |
| @@ -2319,7 +2319,7 @@ | |||
| 2319 | 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com> | 2319 | 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com> |
| 2320 | 2320 | ||
| 2321 | Don't run timers in input-pending-p. Its new check-timers param | 2321 | Don't run timers in input-pending-p. Its new check-timers param |
| 2322 | provides the prior behavior. (Bug#15045). | 2322 | provides the prior behavior. (Bug#15045). |
| 2323 | * src/keyboard.c (Finput_pending_p): Accept optional check-timers | 2323 | * src/keyboard.c (Finput_pending_p): Accept optional check-timers |
| 2324 | param. | 2324 | param. |
| 2325 | 2325 | ||
| @@ -3561,7 +3561,7 @@ | |||
| 3561 | (nsfont_open): Set font driver type. | 3561 | (nsfont_open): Set font driver type. |
| 3562 | Set font->ascent and font->descent. Figure out font instead of | 3562 | Set font->ascent and font->descent. Figure out font instead of |
| 3563 | ns_tmp_font, and flags instead of ns_tmp_flags. | 3563 | ns_tmp_font, and flags instead of ns_tmp_flags. |
| 3564 | Fix indentation. Remove call to ns_draw_text_decoration, | 3564 | Fix indentation. Remove call to ns_draw_text_decoration, |
| 3565 | moved to nsterm. | 3565 | moved to nsterm. |
| 3566 | 3566 | ||
| 3567 | * nsfns.m: Include macfont.h. | 3567 | * nsfns.m: Include macfont.h. |
| @@ -4168,7 +4168,7 @@ | |||
| 4168 | * nsterm.m (last_window): New variable. | 4168 | * nsterm.m (last_window): New variable. |
| 4169 | (EV_TRAILER2): New macro. | 4169 | (EV_TRAILER2): New macro. |
| 4170 | (EV_TRAILER): Call EV_TRAILER2. | 4170 | (EV_TRAILER): Call EV_TRAILER2. |
| 4171 | (mouseMoved:): Add support for mouse-autoselect-window | 4171 | (mouseMoved:): Add support for mouse-autoselect-window |
| 4172 | on nextstep (Bug#6888). | 4172 | on nextstep (Bug#6888). |
| 4173 | 4173 | ||
| 4174 | 2013-08-28 Andreas Schwab <schwab@suse.de> | 4174 | 2013-08-28 Andreas Schwab <schwab@suse.de> |
| @@ -5486,7 +5486,7 @@ | |||
| 5486 | (handle_one_xevent, syms_of_xterm): Adjust users. | 5486 | (handle_one_xevent, syms_of_xterm): Adjust users. |
| 5487 | (x_flush): Call XFlush once per each X display, not frame. | 5487 | (x_flush): Call XFlush once per each X display, not frame. |
| 5488 | This is better because this code always unconditionally skips | 5488 | This is better because this code always unconditionally skips |
| 5489 | non-X frames in Vframe_list and issues the only XFlush if we | 5489 | non-X frames in Vframe_list and issues the only XFlush if we |
| 5490 | have more than one X frame on the same X display. | 5490 | have more than one X frame on the same X display. |
| 5491 | (any_help_event_p, x_draw_glyph_string_background, x_display_ok): | 5491 | (any_help_event_p, x_draw_glyph_string_background, x_display_ok): |
| 5492 | Use bool for booleans. | 5492 | Use bool for booleans. |