aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Rename variable autoselect-window-p to mouse-autoselect-window.Pavel Janík2002-04-031-3/+4
|
* (reread_doc_file): Add missing argument declaration.Stefan Monnier2002-04-031-0/+1
|
* (make_lispy_event): Handle unknown keysyms togetherStefan Monnier2002-04-032-34/+18
| | | | with system-specific keysyms. Use it also for unknown function keys.
* (hack-one-local-variable): Clear text props from string value.Richard M. Stallman2002-04-022-0/+10
|
* Updated to use the new <<...>> [...] format for fill line.Werner LEMBERG2002-04-021-1/+2
|
* (reread_doc_file): Return whether reload was attempted.Stefan Monnier2002-04-022-13/+39
| | | | | (Fdocumentation, Fdocumentation_property): Don't try to reload if the doc is 0 and only ask once.
* (lisp, shortlisp): Add ucs-tables.elc.Stefan Monnier2002-04-021-0/+2
|
* Fix the xref for sending SIGHUP.Richard M. Stallman2002-04-021-1/+1
|
* New node Query Before Exit broken out of Deleting Processes.Richard M. Stallman2002-04-021-47/+104
| | | | | Explain more details of process deletion and sentinels. Document process-query-on-exit-flag and set-process-query-on-exit-flag.
* * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.ShengHuo ZHU2002-04-024-8/+25
| | | | | | * message.el (message-tool-bar-map): Ditto. * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
* New version.Pavel Janík2002-04-021-73/+118
|
* Update addresses.Pavel Janík2002-04-021-2/+2
|
* (f90-indent-subprogram): Braino (missing arg).Stefan Monnier2002-04-021-2/+2
|
* (f90-keywords-re, f90-keywords-level-3-re)Stefan Monnier2002-04-021-120/+83
| | | | | | | | | | | (f90-procedures-re, f90-operators-re, f90-hpf-keywords-re): Use regexp-opt. (f90-keywords-re, f90-keywords-level-3-re): Add `pure' and `elemental'. (f90-procedures-re): Add `null' and `cpu_time' from F95. (f90-font-lock-keywords-1): Minor reorganization so we don't need `override' any more. (f90-font-lock-keywords-3): Use `keep' rather than `override'. (f90-indent-subprogram): Use indent-region. (f90-break-line): Use indent-according-to-mode.
* (read_char): If the event was Qselect_window,Eli Zaretskii2002-04-022-0/+15
| | | | restore timer_idleness_start_time to its previous value.
* (dos_rawgetc): Generate SELECT_WINDOW_EVENTs when required.Eli Zaretskii2002-04-021-14/+14
|
* (sgml-looking-back-at): Short-circuit at beg of buffer.Mike Williams2002-04-022-11/+21
| | | | | (sgml-lexical-context,sgml-calculate-indent): Add support for CDATA sections.
* *** empty log message ***Mike Williams2002-04-021-0/+19
|
* (sgml-close-tag): Rename fromMike Williams2002-04-021-42/+20
| | | | | | sgml-insert-end-tag. Simplify by using sgml-lexical-context. (sgml-get-context): Remove use of sgml-inside-tag-p. (sgml-inside-tag-p): Remove.
* (help-key-description): New fun.Stefan Monnier2002-04-021-15/+32
| | | | | (describe-key-briefly, describe-key): Use it and this-single-command-raw-keys plus new arg `untranslated'.
* *** empty log message ***Stefan Monnier2002-04-012-1/+41
|
* (sgml-at-indentation-p, sgml-tag)Stefan Monnier2002-04-011-6/+206
| | | | | | | | | | (sgml-parse-tag-name, sgml-looking-back-at, sgml-parse-tag-backward) (sgml-inside-tag-p, sgml-get-context, sgml-show-context) (sgml-insert-end-tag): New funs taken from xml-lite.el. (sgml-calculate-indent): Use them. (sgml-slash-matching): Rename from sgml-slash. (sgml-slash): Copied from xml-lite and changed to use sgml-slash-matching and sgml-quick-keys.
* Typo.Stefan Monnier2002-04-011-1/+1
|
* (buf_charpos_to_bytepos, buf_bytepos_to_charpos): Use BEG and BEG_BYTE.Stefan Monnier2002-04-011-4/+4
|
* Don't use @samp in an anchor.Richard M. Stallman2002-04-011-8/+8
| | | | Minor cleanup.
* Minor cleanup.Richard M. Stallman2002-04-014-6/+6
|
* Minor cleanups.Richard M. Stallman2002-04-011-10/+10
|
* (get_doc_string): Return nil of the location is wrong.Stefan Monnier2002-04-011-14/+93
| | | | | | | (reread_doc_file): New fun. (Fdocumentation, Fdocumentation_property): Call it if get_doc_string fails. (Fsnarf_documentation): Make it work for a dumped Emacs.
* (DEC_POS, BUF_DEC_POS): Use BEG_BYTE.Stefan Monnier2002-04-011-4/+8
| | | | Bound the search with MAX_MULTIBYTE_LENGTH to avoid pathological case.
* (Fstring): Allow 0 arguments.Stefan Monnier2002-04-011-5/+5
|
* (standard-keyboard-coding-systems): Add koi8-u and koi8-r.Stefan Monnier2002-04-011-3/+3
|
* Change maintainer.Stefan Monnier2002-04-011-41/+18
| | | | | | | (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.
* Ignore esh-groups.el.Stefan Monnier2002-04-011-0/+1
|
* It's auto-generated anyway.Stefan Monnier2002-04-011-135/+0
|
* (tcl-imenu-generic-expression): New value.Richard M. Stallman2002-04-012-23/+23
| | | | | | | | | (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.
* (DATAGRAM_CONN_P, list_processes_1)Stefan Monnier2002-04-012-17/+23
| | | | | | (Fprocess_datagram_address, Fset_process_datagram_address) (Fset_network_process_options, server_accept_connection): Fix some int/Lisp_Object confusions (thank you union types).
* (XTread_socket): Fix int/Lisp_Object confusion.Stefan Monnier2002-04-011-1/+1
|
* * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.ShengHuo ZHU2002-04-012-1/+5
|
* *** empty log message ***Stefan Monnier2002-04-011-9/+69
|
* *** empty log message ***Pavel Janík2002-04-012-0/+3
|
* (XTread_socket): Generate SELECT_WINDOW_EVENTs only for Emacs windows.Pavel Janík2002-04-011-1/+2
|
* *** empty log message ***Richard M. Stallman2002-04-012-0/+18
|
* (tool-bar-local-item): Renamed from tool-bar-add-item, and new arg MAP.Richard M. Stallman2002-04-011-18/+43
| | | | | | | (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.
* (info-tool-bar-map): Use tool-bar-local-item-from-menu.Richard M. Stallman2002-04-011-11/+11
|
* *** empty log message ***Pavel Janík2002-04-012-0/+25
|
* Rename `x-autoselect-window' to `autoselect-window'.Pavel Janík2002-04-011-1/+1
|
* Rename x_autoselect_window_p to autoselect_window_p.Pavel Janík2002-04-011-4/+4
|
* Rename x_autoselect_window_p to autoselect_window_p.Pavel Janík2002-04-011-4/+6
| | | | (note_mouse_movement): Put code for x_autoselect_window_p in #if 0.
* (autoselect_window_p): Renamed from `x_autoselect_window_p'.Pavel Janík2002-04-011-27/+35
| | | | | | (last_window): New variable. (XTread_socket): Generate SELECT_WINDOW_EVENTs. (note_mouse_movement): Remove reimplemented code in #if 0.
* (Qselect_window): New symbol.Pavel Janík2002-04-011-1/+13
| | | | | | (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.