Fix typos.
This commit is contained in:
parent
5f8015a6fe
commit
a0eb10b32a
4 changed files with 23 additions and 23 deletions
2
etc/NEWS
2
etc/NEWS
|
@ -404,7 +404,7 @@ It is layered as:
|
|||
It used to disable the minor mode, major mode, and text-property keymaps,
|
||||
whereas now it simply has higher precedence.
|
||||
|
||||
** Default process filers and sentinels are not nil any more.
|
||||
** Default process filters and sentinels are not nil any more.
|
||||
Instead they default to a function which does what the nil value used to do.
|
||||
|
||||
** `read-event' does not return decoded chars in ttys any more.
|
||||
|
|
|
@ -179,7 +179,7 @@
|
|||
(auto-revert-notify-event-p, auto-revert-notify-event-file-name)
|
||||
(auto-revert-notify-handler): Handle also gfilenotify.
|
||||
|
||||
* subr.el: (file-notify-handle-event): New defun. Replacing ...
|
||||
* subr.el (file-notify-handle-event): New defun. Replacing ...
|
||||
(inotify-event-p, inotify-handle-event, w32notify-handle-event):
|
||||
Remove.
|
||||
|
||||
|
@ -215,7 +215,7 @@
|
|||
* vc/log-view.el: Doc fix.
|
||||
(log-view-mode-map): Copy keymap from `special-mode-map'.
|
||||
|
||||
2013-06-02 Eric Ludlam <zappo@gnu.org>
|
||||
2013-06-02 Eric Ludlam <zappo@gnu.org>
|
||||
|
||||
* emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
|
||||
(eieio-error-unsupported-class-tags, eieio-skip-typecheck)
|
||||
|
@ -3307,7 +3307,7 @@
|
|||
2013-03-08 Jambunathan K <kjambunathan@gmail.com>
|
||||
|
||||
* hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
|
||||
(hi-lock-read-regexp-defaults): New defun.
|
||||
(hi-lock-read-regexp-defaults): New defun.
|
||||
(hi-lock-line-face-buffer, hi-lock-face-buffer)
|
||||
(hi-lock-face-phrase-buffer): Propagate above change.
|
||||
Update docstring (bug#13892).
|
||||
|
@ -3363,7 +3363,7 @@
|
|||
|
||||
Correct the position of point in some line-up functions.
|
||||
* progmodes/cc-align.el (c-lineup-whitesmith-in-block)
|
||||
(c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
|
||||
(c-lineup-assignments, c-lineup-gcc-asm-reg ): Take position of
|
||||
point at column 0 rather than at a random place in the line.
|
||||
|
||||
2013-03-05 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
@ -7370,7 +7370,7 @@
|
|||
|
||||
2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
|
||||
|
||||
* ses.el: symbol to coordinate mapping is made by symbol property
|
||||
* ses.el: Symbol to coordinate mapping is made by symbol property
|
||||
`ses-cell'. This means that the same mapping is done for all SES
|
||||
sheets. That is good enough for cells with standard A1 names, but
|
||||
not for named cell. So a hash map is added for the latter.
|
||||
|
@ -11305,7 +11305,7 @@
|
|||
* progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
|
||||
(python-shell-make-comint): accept-process-output at startup.
|
||||
(run-python-internal): Set inferior-python-mode-hook to nil.
|
||||
(python-shell-internal-get-or-create-process): call sit-for.
|
||||
(python-shell-internal-get-or-create-process): Call sit-for.
|
||||
(python-preoutput-result): Add obsolete alias.
|
||||
(python-shell-internal-send-string): Use it.
|
||||
(python-shell-send-setup-code): Remove call to
|
||||
|
@ -11497,7 +11497,7 @@
|
|||
2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
|
||||
|
||||
Consistent completion in inferior python with emacs -nw.
|
||||
* progmodes/python.el (inferior-python-mode): replace "<tab>"
|
||||
* progmodes/python.el (inferior-python-mode): Replace "<tab>"
|
||||
binding in inferior-python-mode-map with "\t".
|
||||
(python-shell-completion-complete-at-point)
|
||||
(python-completion-complete-at-point): Remove interactive spec.
|
||||
|
@ -19061,8 +19061,8 @@
|
|||
|
||||
* progmodes/verilog-mode.el (verilog-read-defines): Fix reading
|
||||
parameters with embedded comments. Reported by Ray Stevens.
|
||||
(verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
|
||||
verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
|
||||
(verilog-calc-1, verilog-fork-wait-re, verilog-forward-sexp)
|
||||
(verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
|
||||
Reported by Tim Holt.
|
||||
(verilog-auto): Fix AUTOing a upper module then AUTOing module
|
||||
instantiated by upper module causing wrong expansion until AUTOed a
|
||||
|
|
|
@ -298,15 +298,15 @@
|
|||
DPSxshow.
|
||||
(ns_glyph_metrics): CGFloat instead of float.
|
||||
|
||||
* nsfns.m (x_set_foreground_color, x_set_background_color): Use
|
||||
EmacsCGFloat.
|
||||
(ns_implicitly_set_icon_type, Fx_create_frame): Make static, remove
|
||||
unused variables.
|
||||
(Fns_read_file_name): Keep track if panel is for save. Use
|
||||
ns_filename_from_panel/ns_directory_from_panel.
|
||||
* nsfns.m (x_set_foreground_color, x_set_background_color):
|
||||
Use EmacsCGFloat.
|
||||
(ns_implicitly_set_icon_type, Fx_create_frame): Make static,
|
||||
remove unused variables.
|
||||
(Fns_read_file_name): Keep track if panel is for save.
|
||||
Use ns_filename_from_panel/ns_directory_from_panel.
|
||||
(Fns_list_services): delegate only used for COCOA.
|
||||
(Fns_convert_utf8_nfd_to_nfc): Remove warning for GNUStep. Just
|
||||
return the input if GNUStep.
|
||||
(Fns_convert_utf8_nfd_to_nfc): Remove warning for GNUStep.
|
||||
Just return the input if GNUStep.
|
||||
(x_screen_planes): Remove.
|
||||
(Fxw_color_values): Use EmacsCGFloat
|
||||
(Fns_display_monitor_attributes_list): Only get screen number for
|
||||
|
@ -422,7 +422,7 @@
|
|||
2013-05-21 Dmitry Antipov <dmantipov@yandex.ru>
|
||||
|
||||
* xdisp.c (reseat_at_previous_visible_line_start):
|
||||
Already declared in dispextern.h, so remove it here.
|
||||
Already declared in dispextern.h, so remove it here.
|
||||
(move_it_vertically_backward): Likewise.
|
||||
|
||||
2013-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
|
||||
|
@ -433,7 +433,7 @@
|
|||
Mention `display-monitor-attributes-list' in docstrings.
|
||||
|
||||
* nsfns.m (ns_get_screen): Remove function. All uses removed.
|
||||
(check_ns_display_info): Sync with check_x_display_info in xfns.c.
|
||||
(check_ns_display_info): Sync with check_x_display_info in xfns.c.
|
||||
(Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
|
||||
(Fx_display_screens, Fx_display_mm_width, Fx_display_mm_height)
|
||||
(Fx_display_backing_store, Fx_display_visual_class)
|
||||
|
@ -4672,7 +4672,7 @@
|
|||
* w32term.c (x_window_to_scroll_bar): Likewise.
|
||||
* window.c (window_list): Likewise.
|
||||
* xdisp.c (x_consider_frame_title): Likewise.
|
||||
* xfaces.c ( Fdisplay_supports_face_attributes_p): Likewise.
|
||||
* xfaces.c (Fdisplay_supports_face_attributes_p): Likewise.
|
||||
* xfns.c (x_window_to_frame, x_any_window_to_frame)
|
||||
(x_menubar_window_to_frame, x_top_window_to_frame): Likewise.
|
||||
* xmenu.c (menubar_id_to_frame): Likewise.
|
||||
|
@ -17904,7 +17904,7 @@
|
|||
|
||||
Fix memory allocation problems in Cygwin build (Bug#9273).
|
||||
|
||||
* unexcw.c ( __malloc_initialized): Declare external variable.
|
||||
* unexcw.c (__malloc_initialized): Declare external variable.
|
||||
(fixup_executable): Force the dumped emacs to reinitialize malloc.
|
||||
|
||||
* gmalloc.c [CYGWIN] (bss_sbrk_heapbase, bss_sbrk_heapinfo):
|
||||
|
|
|
@ -39,7 +39,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
return, and watch_worker then issues another call to
|
||||
ReadDirectoryChangesW. (Except when it does not, see below.)
|
||||
|
||||
In a GUI session, The WM_EMACS_FILENOTIFY message, posted to the
|
||||
In a GUI session, the WM_EMACS_FILENOTIFY message posted to the
|
||||
message queue gets dispatched to the main Emacs window procedure,
|
||||
which queues it for processing by w32_read_socket. When
|
||||
w32_read_socket sees this message, it accesses the buffer with file
|
||||
|
|
Loading…
Add table
Reference in a new issue