1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00
Commit Graph

41190 Commits

Author SHA1 Message Date
Stefan Monnier
1b8dc7911a (standard-keyboard-coding-systems): Add koi8-u and koi8-r. 2002-04-01 21:13:52 +00:00
Stefan Monnier
2c7cdd69e6 Change maintainer.
(tcl-electric-hash-style): Change default to nil.
(tcl-imenu-generic-expression): Use tcl-proc-regexp.
(tcl-do-auto-fill): Remove.
(tcl-auto-fill-mode): Rewrite using comment-auto-fill-only-comments.
2002-04-01 21:01:04 +00:00
Stefan Monnier
28857aefb4 Ignore esh-groups.el. 2002-04-01 20:44:41 +00:00
Stefan Monnier
8363950c1b It's auto-generated anyway. 2002-04-01 20:42:55 +00:00
Richard M. Stallman
031a588664 (tcl-imenu-generic-expression): New value.
(tcl-imenu-create-index-function): Function deleted.
(tcl-mode): Check for filladapt-mode.
Use tcl-imenu-generic-expression instead of
tcl-imenu-create-index-function.
(inferior-tcl-mode): Doc fix.
Change not legally significant.
2002-04-01 20:22:02 +00:00
Stefan Monnier
bed9664a99 (DATAGRAM_CONN_P, list_processes_1)
(Fprocess_datagram_address, Fset_process_datagram_address)
(Fset_network_process_options, server_accept_connection):
Fix some int/Lisp_Object confusions (thank you union types).
2002-04-01 19:50:51 +00:00
Stefan Monnier
0fc8f792ba (XTread_socket): Fix int/Lisp_Object confusion. 2002-04-01 19:49:39 +00:00
ShengHuo ZHU
379a66de03 * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo. 2002-04-01 17:25:39 +00:00
Stefan Monnier
76200eb89f *** empty log message *** 2002-04-01 17:25:34 +00:00
Pavel Janík
093484c747 *** empty log message *** 2002-04-01 16:56:13 +00:00
Pavel Janík
ce1295bdc3 (XTread_socket): Generate SELECT_WINDOW_EVENTs only for Emacs windows. 2002-04-01 16:55:33 +00:00
Richard M. Stallman
4f4fada2f5 *** empty log message *** 2002-04-01 16:37:41 +00:00
Richard M. Stallman
ca1b34c8c1 (tool-bar-local-item): Renamed from tool-bar-add-item, and new arg MAP.
(tool-bar-add-item): Now calls tool-bar-local-item.
(tool-bar-local-item-from-menu): Renamed from
tool-bar-add-item-from-menu, and new arg IN-MAP.
(tool-bar-add-item-from-menu): Now calls tool-bar-local-item-from-menu.
2002-04-01 16:28:16 +00:00
Richard M. Stallman
df6aed9925 (info-tool-bar-map): Use tool-bar-local-item-from-menu. 2002-04-01 16:27:59 +00:00
Pavel Janík
83512b21d1 *** empty log message *** 2002-04-01 13:49:24 +00:00
Pavel Janík
fed441a819 Rename x-autoselect-window' to autoselect-window'. 2002-04-01 13:48:34 +00:00
Pavel Janík
513f293e7f Rename x_autoselect_window_p to autoselect_window_p. 2002-04-01 13:46:09 +00:00
Pavel Janík
b0981e1402 Rename x_autoselect_window_p to autoselect_window_p.
(note_mouse_movement): Put code for x_autoselect_window_p in #if 0.
2002-04-01 13:45:27 +00:00
Pavel Janík
5bc624834e (autoselect_window_p): Renamed from `x_autoselect_window_p'.
(last_window): New variable.
(XTread_socket): Generate SELECT_WINDOW_EVENTs.
(note_mouse_movement): Remove reimplemented code in #if 0.
2002-04-01 13:43:58 +00:00
Pavel Janík
a697f886b4 (Qselect_window): New symbol.
(head_table): Use it.
(keys_of_keyboard): Bound select-window event to handle-select-window.
(kbd_buffer_get_event): Make a Lisp event from SELECT_WINDOW_EVENT.
2002-04-01 13:42:32 +00:00
Pavel Janík
827b15c6aa (enum event_kind): New event type `SELECT_WINDOW_EVENT'. 2002-04-01 13:41:03 +00:00
Pavel Janík
4e1a58d5f8 Update copyright. 2002-04-01 13:40:37 +00:00
Pavel Janík
aa8d51340b (handle-select-window): New function. 2002-04-01 13:38:34 +00:00
Pavel Janík
d86fddc97f Rename x-autoselect-window to autoselect-window.
Minibuffer window can be selected only when it is active.
2002-04-01 13:38:09 +00:00
Mike Williams
2407f4e124 (xml-lite-parse-tag-backward): Fix for implicitly empty tags. 2002-04-01 12:44:34 +00:00
Mike Williams
9c59951810 (sgml-mode): Set indent-line-function to sgml-indent-line. 2002-04-01 12:43:47 +00:00
Richard M. Stallman
7dd3ed35ee (help-with-tutorial): Allow various ways
to specify the text in the [...] line, in handling the <...> line.
2002-04-01 12:32:02 +00:00
Mike Williams
08116853cf Add deprecation notice. 2002-04-01 12:14:55 +00:00
Mike Williams
a978da5677 Remove redundant name-end attribute.
Simplify parsing by assuming we always start within text.
Make use of sgml-unclosed-tag-p.
2002-04-01 12:10:53 +00:00
Richard M. Stallman
79aa321120 (idlwave-system-routines):
WOLRDTITLE => WORLDTITLE.  SUPRESS_VALUE => SUPPRESS_VALUE.
2002-04-01 12:08:38 +00:00
Mike Williams
347ea5576b Add an explicit check for 'text syntax, to protect against future
enhancements to sgml-lexical-context.
Add sgml-empty-tag-p and sgml-unclosed-tag-p.
2002-04-01 12:08:13 +00:00
Richard M. Stallman
a9d956befb (redraw-modeline): Define alias. 2002-04-01 12:03:14 +00:00
Mike Williams
63fedde009 Remove redundant remains of xml-lite-mode. 2002-04-01 11:00:33 +00:00
Pavel Janík
44a665ec84 Example of disabled command fixed. 2002-04-01 10:23:37 +00:00
Pavel Janík
64dcdb066d Address of Pieter Schoenmakers updated. 2002-04-01 10:23:03 +00:00
Richard M. Stallman
0b0e804106 Minor cleanups. 2002-04-01 03:54:12 +00:00
Richard M. Stallman
032388f3f7 (file-expand-wildcards): Use save-match-data.
(format-alist): Mark as risky.
2002-04-01 03:45:25 +00:00
Miles Bader
6bdcb1dcd1 Update the `customize-face' example to reflect current reality. 2002-04-01 01:24:25 +00:00
Werner LEMBERG
db4e351de5 Replace the 'Blank lines inserted here...' text with its translation. 2002-03-31 22:18:30 +00:00
Werner LEMBERG
071de0b668 Resync with the English text 2002-03-31 21:59:45 +00:00
Pavel Janík
42d9d13aa3 Fix typo. 2002-03-31 16:43:51 +00:00
Richard M. Stallman
3e505153da (kill-new): Doc fix. 2002-03-31 16:28:07 +00:00
Richard M. Stallman
1fc9ee97d3 (side-effect-free-fns, side-effect-and-error-free-fns):
Add many functions, remove some.
2002-03-31 16:22:58 +00:00
Gerd Moellmann
abfb6b4613 (x_get_char_face_and_encoding): Add parameter DISPLAY_P.
Callers changed.
2002-03-31 10:59:57 +00:00
Richard M. Stallman
39328775af (menu-bar-tools-menu): Rename gdb item to say GDB. 2002-03-31 03:16:26 +00:00
Richard M. Stallman
9b2bba7683 Comment change. 2002-03-30 23:50:33 +00:00
Richard M. Stallman
e9b2c9617c (window_scroll_pixel_based): Exit the move_it_by_lines
loop whenever it stops making progress.
2002-03-30 23:49:39 +00:00
Richard M. Stallman
de70f8b64d (set_frame_size): Don't call change_frame_size. 2002-03-30 23:48:04 +00:00
Gerd Moellmann
fd524c21ee Update copyright. 2002-03-30 11:55:37 +00:00
Gerd Moellmann
fc5206ff39 (direct_output_for_insert): Call
mark_window_display_accurate.
2002-03-30 11:54:45 +00:00