aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2013-06-07 05:23:57 +0200
committerJuanma Barranquero2013-06-07 05:23:57 +0200
commita0eb10b32a013091db685f46f64a78917a40b8ca (patch)
tree5ad3ad28ac5ec7dc2d2fb5cb90902daa337310fb
parent5f8015a6fef433b1fa407611e6aef4369ce5e8a2 (diff)
downloademacs-a0eb10b32a013091db685f46f64a78917a40b8ca.tar.gz
emacs-a0eb10b32a013091db685f46f64a78917a40b8ca.zip
Fix typos.
-rw-r--r--etc/NEWS2
-rw-r--r--lisp/ChangeLog18
-rw-r--r--src/ChangeLog24
-rw-r--r--src/w32notify.c2
4 files changed, 23 insertions, 23 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 8732ffa2fcd..81509469638 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -404,7 +404,7 @@ It is layered as:
404It used to disable the minor mode, major mode, and text-property keymaps, 404It used to disable the minor mode, major mode, and text-property keymaps,
405whereas now it simply has higher precedence. 405whereas now it simply has higher precedence.
406 406
407** Default process filers and sentinels are not nil any more. 407** Default process filters and sentinels are not nil any more.
408Instead they default to a function which does what the nil value used to do. 408Instead they default to a function which does what the nil value used to do.
409 409
410** `read-event' does not return decoded chars in ttys any more. 410** `read-event' does not return decoded chars in ttys any more.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bb5f3f50858..898bf2615fa 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -179,7 +179,7 @@
179 (auto-revert-notify-event-p, auto-revert-notify-event-file-name) 179 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
180 (auto-revert-notify-handler): Handle also gfilenotify. 180 (auto-revert-notify-handler): Handle also gfilenotify.
181 181
182 * subr.el: (file-notify-handle-event): New defun. Replacing ... 182 * subr.el (file-notify-handle-event): New defun. Replacing ...
183 (inotify-event-p, inotify-handle-event, w32notify-handle-event): 183 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
184 Remove. 184 Remove.
185 185
@@ -215,7 +215,7 @@
215 * vc/log-view.el: Doc fix. 215 * vc/log-view.el: Doc fix.
216 (log-view-mode-map): Copy keymap from `special-mode-map'. 216 (log-view-mode-map): Copy keymap from `special-mode-map'.
217 217
2182013-06-02 Eric Ludlam <zappo@gnu.org> 2182013-06-02 Eric Ludlam <zappo@gnu.org>
219 219
220 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook) 220 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
221 (eieio-error-unsupported-class-tags, eieio-skip-typecheck) 221 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
@@ -3307,7 +3307,7 @@
33072013-03-08 Jambunathan K <kjambunathan@gmail.com> 33072013-03-08 Jambunathan K <kjambunathan@gmail.com>
3308 3308
3309 * hi-lock.el (hi-lock-read-regexp-defaults-function): New var. 3309 * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
3310 (hi-lock-read-regexp-defaults): New defun. 3310 (hi-lock-read-regexp-defaults): New defun.
3311 (hi-lock-line-face-buffer, hi-lock-face-buffer) 3311 (hi-lock-line-face-buffer, hi-lock-face-buffer)
3312 (hi-lock-face-phrase-buffer): Propagate above change. 3312 (hi-lock-face-phrase-buffer): Propagate above change.
3313 Update docstring (bug#13892). 3313 Update docstring (bug#13892).
@@ -3363,7 +3363,7 @@
3363 3363
3364 Correct the position of point in some line-up functions. 3364 Correct the position of point in some line-up functions.
3365 * progmodes/cc-align.el (c-lineup-whitesmith-in-block) 3365 * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
3366 (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of 3366 (c-lineup-assignments, c-lineup-gcc-asm-reg ): Take position of
3367 point at column 0 rather than at a random place in the line. 3367 point at column 0 rather than at a random place in the line.
3368 3368
33692013-03-05 Michael Albinus <michael.albinus@gmx.de> 33692013-03-05 Michael Albinus <michael.albinus@gmx.de>
@@ -7370,7 +7370,7 @@
7370 7370
73712012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net> 73712012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
7372 7372
7373 * ses.el: symbol to coordinate mapping is made by symbol property 7373 * ses.el: Symbol to coordinate mapping is made by symbol property
7374 `ses-cell'. This means that the same mapping is done for all SES 7374 `ses-cell'. This means that the same mapping is done for all SES
7375 sheets. That is good enough for cells with standard A1 names, but 7375 sheets. That is good enough for cells with standard A1 names, but
7376 not for named cell. So a hash map is added for the latter. 7376 not for named cell. So a hash map is added for the latter.
@@ -11305,7 +11305,7 @@
11305 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var. 11305 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
11306 (python-shell-make-comint): accept-process-output at startup. 11306 (python-shell-make-comint): accept-process-output at startup.
11307 (run-python-internal): Set inferior-python-mode-hook to nil. 11307 (run-python-internal): Set inferior-python-mode-hook to nil.
11308 (python-shell-internal-get-or-create-process): call sit-for. 11308 (python-shell-internal-get-or-create-process): Call sit-for.
11309 (python-preoutput-result): Add obsolete alias. 11309 (python-preoutput-result): Add obsolete alias.
11310 (python-shell-internal-send-string): Use it. 11310 (python-shell-internal-send-string): Use it.
11311 (python-shell-send-setup-code): Remove call to 11311 (python-shell-send-setup-code): Remove call to
@@ -11497,7 +11497,7 @@
114972012-07-27 Fabián Ezequiel Gallina <fgallina@cuca> 114972012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
11498 11498
11499 Consistent completion in inferior python with emacs -nw. 11499 Consistent completion in inferior python with emacs -nw.
11500 * progmodes/python.el (inferior-python-mode): replace "<tab>" 11500 * progmodes/python.el (inferior-python-mode): Replace "<tab>"
11501 binding in inferior-python-mode-map with "\t". 11501 binding in inferior-python-mode-map with "\t".
11502 (python-shell-completion-complete-at-point) 11502 (python-shell-completion-complete-at-point)
11503 (python-completion-complete-at-point): Remove interactive spec. 11503 (python-completion-complete-at-point): Remove interactive spec.
@@ -19061,8 +19061,8 @@
19061 19061
19062 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading 19062 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
19063 parameters with embedded comments. Reported by Ray Stevens. 19063 parameters with embedded comments. Reported by Ray Stevens.
19064 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp, 19064 (verilog-calc-1, verilog-fork-wait-re, verilog-forward-sexp)
19065 verilog-wait-fork-re): Fix indentation of "wait fork", bug407. 19065 (verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
19066 Reported by Tim Holt. 19066 Reported by Tim Holt.
19067 (verilog-auto): Fix AUTOing a upper module then AUTOing module 19067 (verilog-auto): Fix AUTOing a upper module then AUTOing module
19068 instantiated by upper module causing wrong expansion until AUTOed a 19068 instantiated by upper module causing wrong expansion until AUTOed a
diff --git a/src/ChangeLog b/src/ChangeLog
index 3b65ff105e9..5a25758c421 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -298,15 +298,15 @@
298 DPSxshow. 298 DPSxshow.
299 (ns_glyph_metrics): CGFloat instead of float. 299 (ns_glyph_metrics): CGFloat instead of float.
300 300
301 * nsfns.m (x_set_foreground_color, x_set_background_color): Use 301 * nsfns.m (x_set_foreground_color, x_set_background_color):
302 EmacsCGFloat. 302 Use EmacsCGFloat.
303 (ns_implicitly_set_icon_type, Fx_create_frame): Make static, remove 303 (ns_implicitly_set_icon_type, Fx_create_frame): Make static,
304 unused variables. 304 remove unused variables.
305 (Fns_read_file_name): Keep track if panel is for save. Use 305 (Fns_read_file_name): Keep track if panel is for save.
306 ns_filename_from_panel/ns_directory_from_panel. 306 Use ns_filename_from_panel/ns_directory_from_panel.
307 (Fns_list_services): delegate only used for COCOA. 307 (Fns_list_services): delegate only used for COCOA.
308 (Fns_convert_utf8_nfd_to_nfc): Remove warning for GNUStep. Just 308 (Fns_convert_utf8_nfd_to_nfc): Remove warning for GNUStep.
309 return the input if GNUStep. 309 Just return the input if GNUStep.
310 (x_screen_planes): Remove. 310 (x_screen_planes): Remove.
311 (Fxw_color_values): Use EmacsCGFloat 311 (Fxw_color_values): Use EmacsCGFloat
312 (Fns_display_monitor_attributes_list): Only get screen number for 312 (Fns_display_monitor_attributes_list): Only get screen number for
@@ -422,7 +422,7 @@
4222013-05-21 Dmitry Antipov <dmantipov@yandex.ru> 4222013-05-21 Dmitry Antipov <dmantipov@yandex.ru>
423 423
424 * xdisp.c (reseat_at_previous_visible_line_start): 424 * xdisp.c (reseat_at_previous_visible_line_start):
425 Already declared in dispextern.h, so remove it here. 425 Already declared in dispextern.h, so remove it here.
426 (move_it_vertically_backward): Likewise. 426 (move_it_vertically_backward): Likewise.
427 427
4282013-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 4282013-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
@@ -433,7 +433,7 @@
433 Mention `display-monitor-attributes-list' in docstrings. 433 Mention `display-monitor-attributes-list' in docstrings.
434 434
435 * nsfns.m (ns_get_screen): Remove function. All uses removed. 435 * nsfns.m (ns_get_screen): Remove function. All uses removed.
436 (check_ns_display_info): Sync with check_x_display_info in xfns.c. 436 (check_ns_display_info): Sync with check_x_display_info in xfns.c.
437 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version) 437 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
438 (Fx_display_screens, Fx_display_mm_width, Fx_display_mm_height) 438 (Fx_display_screens, Fx_display_mm_width, Fx_display_mm_height)
439 (Fx_display_backing_store, Fx_display_visual_class) 439 (Fx_display_backing_store, Fx_display_visual_class)
@@ -4672,7 +4672,7 @@
4672 * w32term.c (x_window_to_scroll_bar): Likewise. 4672 * w32term.c (x_window_to_scroll_bar): Likewise.
4673 * window.c (window_list): Likewise. 4673 * window.c (window_list): Likewise.
4674 * xdisp.c (x_consider_frame_title): Likewise. 4674 * xdisp.c (x_consider_frame_title): Likewise.
4675 * xfaces.c ( Fdisplay_supports_face_attributes_p): Likewise. 4675 * xfaces.c (Fdisplay_supports_face_attributes_p): Likewise.
4676 * xfns.c (x_window_to_frame, x_any_window_to_frame) 4676 * xfns.c (x_window_to_frame, x_any_window_to_frame)
4677 (x_menubar_window_to_frame, x_top_window_to_frame): Likewise. 4677 (x_menubar_window_to_frame, x_top_window_to_frame): Likewise.
4678 * xmenu.c (menubar_id_to_frame): Likewise. 4678 * xmenu.c (menubar_id_to_frame): Likewise.
@@ -17904,7 +17904,7 @@
17904 17904
17905 Fix memory allocation problems in Cygwin build (Bug#9273). 17905 Fix memory allocation problems in Cygwin build (Bug#9273).
17906 17906
17907 * unexcw.c ( __malloc_initialized): Declare external variable. 17907 * unexcw.c (__malloc_initialized): Declare external variable.
17908 (fixup_executable): Force the dumped emacs to reinitialize malloc. 17908 (fixup_executable): Force the dumped emacs to reinitialize malloc.
17909 17909
17910 * gmalloc.c [CYGWIN] (bss_sbrk_heapbase, bss_sbrk_heapinfo): 17910 * gmalloc.c [CYGWIN] (bss_sbrk_heapbase, bss_sbrk_heapinfo):
diff --git a/src/w32notify.c b/src/w32notify.c
index 1bcaa794565..be03a6ce45f 100644
--- a/src/w32notify.c
+++ b/src/w32notify.c
@@ -39,7 +39,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
39 return, and watch_worker then issues another call to 39 return, and watch_worker then issues another call to
40 ReadDirectoryChangesW. (Except when it does not, see below.) 40 ReadDirectoryChangesW. (Except when it does not, see below.)
41 41
42 In a GUI session, The WM_EMACS_FILENOTIFY message, posted to the 42 In a GUI session, the WM_EMACS_FILENOTIFY message posted to the
43 message queue gets dispatched to the main Emacs window procedure, 43 message queue gets dispatched to the main Emacs window procedure,
44 which queues it for processing by w32_read_socket. When 44 which queues it for processing by w32_read_socket. When
45 w32_read_socket sees this message, it accesses the buffer with file 45 w32_read_socket sees this message, it accesses the buffer with file