bpt/emacs.git
19 years ago* process.c (wait_reading_process_input): Clean up.
Kim F. Storm [Thu, 19 Aug 2004 13:57:17 +0000 (13:57 +0000)]
* process.c (wait_reading_process_input): Clean up.
Add wait_for_cell, wait_proc, and just_wait_proc args
to avoid overloading `read_kbd' and `do_display' args.
Change read_kbd arg to int.  All callers changed.

19 years ago*** empty log message ***
Kim F. Storm [Thu, 19 Aug 2004 13:56:39 +0000 (13:56 +0000)]
*** empty log message ***

19 years ago(child_setup_tty, init_sys_modes): Use CDISABLE.
Kim F. Storm [Thu, 19 Aug 2004 10:08:15 +0000 (10:08 +0000)]
(child_setup_tty, init_sys_modes): Use CDISABLE.

19 years ago(process_send_signal): Use CDISABLE.
Kim F. Storm [Thu, 19 Aug 2004 10:08:00 +0000 (10:08 +0000)]
(process_send_signal): Use CDISABLE.

19 years ago*** empty log message ***
Kim F. Storm [Thu, 19 Aug 2004 10:07:06 +0000 (10:07 +0000)]
*** empty log message ***

19 years ago(elp-results-symname-map): New keymap.
Masatake YAMATO [Thu, 19 Aug 2004 07:52:01 +0000 (07:52 +0000)]
(elp-results-symname-map): New keymap.
(elp-results-jump-to-definition-by-mouse)
(elp-results-jump-to-definition, elp-output-insert-symname): New Functions.
(elp-output-result): Use elp-output-insert-symname.

19 years ago("Cyrillic-KOI8"): Fix typo.
Kenichi Handa [Wed, 18 Aug 2004 12:22:41 +0000 (12:22 +0000)]
("Cyrillic-KOI8"): Fix typo.

19 years agoRegister koi8-r in
Kenichi Handa [Wed, 18 Aug 2004 08:53:21 +0000 (08:53 +0000)]
Register koi8-r in
ctext-non-standard-encodings-alist.
("Cyrillic-KOI8"): Add ctext-non-standard-encoding.

19 years ago*** empty log message ***
Luc Teirlinck [Wed, 18 Aug 2004 02:21:51 +0000 (02:21 +0000)]
*** empty log message ***

19 years ago(Top): Mention "cutting" and "pasting" as synonyms for "killing" and
Luc Teirlinck [Wed, 18 Aug 2004 02:21:00 +0000 (02:21 +0000)]
(Top): Mention "cutting" and "pasting" as synonyms for "killing" and
"yanking" in main menu.

19 years ago(copyright-update-year): Delete code that replaces 20xy with xy.
Luc Teirlinck [Wed, 18 Aug 2004 02:11:36 +0000 (02:11 +0000)]
(copyright-update-year): Delete code that replaces 20xy with xy.

19 years ago*** empty log message ***
Kim F. Storm [Tue, 17 Aug 2004 22:42:23 +0000 (22:42 +0000)]
*** empty log message ***

19 years ago(Output from Processes): New var `process-adaptive-read-buffering'.
Kim F. Storm [Tue, 17 Aug 2004 22:41:51 +0000 (22:41 +0000)]
(Output from Processes): New var `process-adaptive-read-buffering'.

19 years ago(Accepting Output): Add `just-this-one' arg to `accept-process-output'.
Kim F. Storm [Tue, 17 Aug 2004 22:35:13 +0000 (22:35 +0000)]
(Accepting Output): Add `just-this-one' arg to `accept-process-output'.

19 years ago*** empty log message ***
Kim F. Storm [Tue, 17 Aug 2004 22:34:56 +0000 (22:34 +0000)]
*** empty log message ***

19 years ago(Faccept_process_output): Add arg JUST-THIS-ONE;
Kim F. Storm [Tue, 17 Aug 2004 22:24:29 +0000 (22:24 +0000)]
(Faccept_process_output): Add arg JUST-THIS-ONE;
forward to wait_reading_process_input via DO_DISPLAY arg.
(wait_reading_process_input): If DO_DISPLAY < 0 for a process
object, only process output from that process; also inhibit
running timers if DO_DISPLAY==-2.

19 years ago(process_send_signal): Fix last change--use
Kim F. Storm [Tue, 17 Aug 2004 21:59:07 +0000 (21:59 +0000)]
(process_send_signal): Fix last change--use
_POSIX_VDISABLE instead of CVDISABLE when available.

19 years ago(reb-mode-map): Define within defvar.
John Paul Wallington [Tue, 17 Aug 2004 09:58:06 +0000 (09:58 +0000)]
(reb-mode-map): Define within defvar.
(reb-force-update): Doc fix.

19 years ago*** empty log message ***
Richard M. Stallman [Mon, 16 Aug 2004 23:02:46 +0000 (23:02 +0000)]
*** empty log message ***

19 years ago(child_setup_tty) [SIGNALS_VIA_CHARACTERS]:
Richard M. Stallman [Mon, 16 Aug 2004 23:02:19 +0000 (23:02 +0000)]
(child_setup_tty) [SIGNALS_VIA_CHARACTERS]:
Set VQUIT and VINTR chars to the standard ones if they are unset.
[AIX]: Don't do that here.  And don't force VINTR to standard
when SIGNALS_VIA_CHARACTERS.

19 years ago(process_send_signal) [SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]: Clean up.
Richard M. Stallman [Mon, 16 Aug 2004 22:57:26 +0000 (22:57 +0000)]
(process_send_signal) [SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]: Clean up.
Do nothing if the character is CVDISABLE.

19 years ago(merge_face_ref): Specifying `unspecified' is a no-op.
Richard M. Stallman [Mon, 16 Aug 2004 22:53:28 +0000 (22:53 +0000)]
(merge_face_ref): Specifying `unspecified' is a no-op.

19 years ago(move_if_not_intangible): Force POSITION to be between BEGV and ZV.
Richard M. Stallman [Mon, 16 Aug 2004 22:52:29 +0000 (22:52 +0000)]
(move_if_not_intangible): Force POSITION to be between BEGV and ZV.

19 years ago(Yanking, Killing): Minor cleanups.
Richard M. Stallman [Mon, 16 Aug 2004 22:50:44 +0000 (22:50 +0000)]
(Yanking, Killing): Minor cleanups.

19 years ago(Momentary Mark): Minor cleanups.
Richard M. Stallman [Mon, 16 Aug 2004 22:49:16 +0000 (22:49 +0000)]
(Momentary Mark): Minor cleanups.

19 years ago(Non-ASCII Rebinding):
Richard M. Stallman [Mon, 16 Aug 2004 22:48:22 +0000 (22:48 +0000)]
(Non-ASCII Rebinding):
C-q always inserts the right code to pass to global-set-key.

19 years ago(which-func-update-1): Doc fix.
Richard M. Stallman [Mon, 16 Aug 2004 22:46:26 +0000 (22:46 +0000)]
(which-func-update-1): Doc fix.

19 years ago(sh-set-shell): Use sh-mode-abbrev-table.
Richard M. Stallman [Mon, 16 Aug 2004 22:45:52 +0000 (22:45 +0000)]
(sh-set-shell): Use sh-mode-abbrev-table.
(sh-mode-abbrev-table): New variable.

19 years ago(compilation-mode): Doc fix.
Richard M. Stallman [Mon, 16 Aug 2004 22:44:56 +0000 (22:44 +0000)]
(compilation-mode): Doc fix.

19 years ago(eval-last-sexp): Don't cons a new symbol each time.
Richard M. Stallman [Mon, 16 Aug 2004 22:44:11 +0000 (22:44 +0000)]
(eval-last-sexp): Don't cons a new symbol each time.
(eval-last-sexp-fake-value): New variable.

19 years ago(copyright-years-regexp): New variable.
Richard M. Stallman [Mon, 16 Aug 2004 22:43:09 +0000 (22:43 +0000)]
(copyright-years-regexp): New variable.
(copyright-update-year): Detect continuation of list of years.

19 years ago(term-default-fg-color, term-default-bg-color)
Richard M. Stallman [Mon, 16 Aug 2004 22:41:56 +0000 (22:41 +0000)]
(term-default-fg-color, term-default-bg-color)
(ansi-term-color-vector): Use `unspecified', not nil, as default.

19 years agoSeveral doc fixes: don't say variables are buffer-local.
Richard M. Stallman [Mon, 16 Aug 2004 22:40:47 +0000 (22:40 +0000)]
Several doc fixes: don't say variables are buffer-local.

19 years ago*** empty log message ***
Luc Teirlinck [Mon, 16 Aug 2004 13:03:52 +0000 (13:03 +0000)]
*** empty log message ***

19 years ago(isearch-string, isearch-message-string, isearch-point)
Luc Teirlinck [Mon, 16 Aug 2004 12:50:25 +0000 (12:50 +0000)]
(isearch-string, isearch-message-string, isearch-point)
(isearch-success, isearch-forward-flag, isearch-other-end)
(isearch-word, isearch-invalid-regexp, isearch-wrapped)
(isearch-barrier, isearch-within-brackets)
(isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.

From Davis Herring <herring@lanl.gov>.

19 years ago(ps-mule-font-info-database): Fix docstring.
Kenichi Handa [Mon, 16 Aug 2004 12:07:15 +0000 (12:07 +0000)]
(ps-mule-font-info-database): Fix docstring.

19 years ago("georgian"): Call quail-define-package with the show-layout arg t.
Kenichi Handa [Mon, 16 Aug 2004 12:03:15 +0000 (12:03 +0000)]
("georgian"): Call quail-define-package with the show-layout arg t.

19 years agoAdd arch taglines
Miles Bader [Mon, 16 Aug 2004 03:48:53 +0000 (03:48 +0000)]
Add arch taglines

19 years agoUpgraded to MH-E version 7.4.80.
Bill Wohler [Mon, 16 Aug 2004 02:55:02 +0000 (02:55 +0000)]
Upgraded to MH-E version 7.4.80.
See etc/MH-E-NEWS and lisp/mh-e/ChangeLog for details.

19 years agoterm/x-win.el (x-selection-value): If utf8 was successful but
Kenichi Handa [Mon, 16 Aug 2004 00:07:23 +0000 (00:07 +0000)]
term/x-win.el (x-selection-value): If utf8 was successful but
ctext was not, use utf8 string.

19 years agoUpgraded to MH-E version 7.4.80.
Bill Wohler [Sun, 15 Aug 2004 22:00:06 +0000 (22:00 +0000)]
Upgraded to MH-E version 7.4.80.
See etc/MH-E-NEWS and lisp/mh-e/ChangeLog for details.

19 years ago*** empty log message ***
John Paul Wallington [Sat, 14 Aug 2004 13:51:44 +0000 (13:51 +0000)]
*** empty log message ***

19 years ago(read-file-name-completion-ignore-case): Add.
John Paul Wallington [Sat, 14 Aug 2004 13:44:54 +0000 (13:44 +0000)]
(read-file-name-completion-ignore-case): Add.
(blink-cursor-alist): Change version to "21.4".

19 years ago*** empty log message ***
Eli Zaretskii [Sat, 14 Aug 2004 12:50:24 +0000 (12:50 +0000)]
*** empty log message ***

19 years ago(Frestore_buffer_modified_p): Doc fix.
John Paul Wallington [Sat, 14 Aug 2004 12:49:12 +0000 (12:49 +0000)]
(Frestore_buffer_modified_p): Doc fix.

19 years agoRemove accidental changes of March 4. Fix backing
Eli Zaretskii [Sat, 14 Aug 2004 12:48:39 +0000 (12:48 +0000)]
Remove accidental changes of March 4.  Fix backing
up when a regexp isearch is made more general.  Use symbolic
accessor functions for isearch stack frames to make usage clearer.
(search-whitespace-regexp): Made groups in documentation shy (as
is the group in the default value).
(isearch-fallback): New function, addresses problems with regexps
liberalized by `\|', adds support for liberalization by `\}' (the
general repetition construct), and incorporates behavior for
`*'/`?'.
(isearch-}-char): New command, calls `isearch-fallback' with
arguments appropriate to a typed `}'.
(isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
appropriately.
(isearch-mode-map): Bind `}' to `isearch-}-char'.
(isearch-string, isearch-message,string, isearch-point,
isearch-success, isearch-forward-flag, isearch-other-end,
isearch-word, isearch-invalid-regexp, isearch-wrapped,
isearch-barrier, isearch-within-brackets,
isearch-case-fold-search):
New inline functions to read fields of a stack frame.

19 years ago(Fread_file_name): Doc fix.
John Paul Wallington [Sat, 14 Aug 2004 12:47:42 +0000 (12:47 +0000)]
(Fread_file_name): Doc fix.

19 years ago(syms_of_minibuf) <completion-ignore-case>: Doc fix.
John Paul Wallington [Sat, 14 Aug 2004 12:46:46 +0000 (12:46 +0000)]
(syms_of_minibuf) <completion-ignore-case>: Doc fix.

19 years agoMention the thumbs.el package.
Eli Zaretskii [Sat, 14 Aug 2004 12:32:24 +0000 (12:32 +0000)]
Mention the thumbs.el package.

19 years ago*** empty log message ***
Eli Zaretskii [Sat, 14 Aug 2004 12:22:40 +0000 (12:22 +0000)]
*** empty log message ***

19 years ago(battery-linux-proc-acpi): Look into battery
Eli Zaretskii [Sat, 14 Aug 2004 12:21:03 +0000 (12:21 +0000)]
(battery-linux-proc-acpi): Look into battery
directories matching the literal string "CMB", too (required for
Linux kernel version 2.6.7).

19 years agoReplace actual whitespace with the magic string
Eli Zaretskii [Sat, 14 Aug 2004 12:01:01 +0000 (12:01 +0000)]
Replace actual whitespace with the magic string
that causes help-with-tutorial to automatically insert the correct
amount.

19 years agoRemove the lines which say "<TAB>@true", to avoid
Eli Zaretskii [Sat, 14 Aug 2004 11:33:02 +0000 (11:33 +0000)]
Remove the lines which say "<TAB>@true", to avoid
running a Unixy shell and to reincarnate the "Nothing to be done
for `all'" message from Make when there's nothing to be done.

19 years ago(../info/tramp, tramp.dvi): Depend on trampver.texi.
Eli Zaretskii [Sat, 14 Aug 2004 10:58:44 +0000 (10:58 +0000)]
(../info/tramp, tramp.dvi): Depend on trampver.texi.

19 years ago(forward-word): Allow 0 args.
John Paul Wallington [Sat, 14 Aug 2004 10:01:55 +0000 (10:01 +0000)]
(forward-word): Allow 0 args.

19 years ago(RegNumbers): Mention `C-x r i' binding for `insert-register', instead
Luc Teirlinck [Sat, 14 Aug 2004 01:12:08 +0000 (01:12 +0000)]
(RegNumbers): Mention `C-x r i' binding for `insert-register', instead
of `C-x r g' binding, for consistency.

19 years ago(Basic Keyboard Macro, Save Keyboard Macro): Fix typos.
Luc Teirlinck [Fri, 13 Aug 2004 21:36:12 +0000 (21:36 +0000)]
(Basic Keyboard Macro, Save Keyboard Macro): Fix typos.

19 years ago(Spelling): Fix typo.
Luc Teirlinck [Fri, 13 Aug 2004 01:27:30 +0000 (01:27 +0000)]
(Spelling): Fix typo.

19 years ago*** empty log message ***
Daniel Pfeiffer [Thu, 12 Aug 2004 07:30:05 +0000 (07:30 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Luc Teirlinck [Wed, 11 Aug 2004 21:08:49 +0000 (21:08 +0000)]
*** empty log message ***

19 years ago(Help): Fix texinfo usage.
Luc Teirlinck [Wed, 11 Aug 2004 20:59:27 +0000 (20:59 +0000)]
(Help): Fix texinfo usage.

19 years ago(speedbar-scan-subdirs): New option.
Daniel Pfeiffer [Wed, 11 Aug 2004 20:00:11 +0000 (20:00 +0000)]
(speedbar-scan-subdirs): New option.
(speedbar-file-lists): Don't ignore file-name case on Unix and use dolist.
(speedbar-insert-files-at-point): Take an extra argument and use it to optionally find out if a subdir is empty.  Also unreadable files don't get expand buttons.
(speedbar-directory-plus): New image (bitmap already existed unused).
(speedbar-expand-image-button-alist): Use it.

19 years agoUpdated CC Mode to 5.30.9.
Martin Stjernholm [Wed, 11 Aug 2004 16:22:21 +0000 (16:22 +0000)]
Updated CC Mode to 5.30.9.

19 years agoRemove description of Mac OS version upgrade
Steven Tamm [Tue, 10 Aug 2004 21:38:02 +0000 (21:38 +0000)]
Remove description of Mac OS version upgrade
problems as it is no longer applicable.

19 years agoSync with Tramp 2.0.44.
Michael Albinus [Tue, 10 Aug 2004 21:18:38 +0000 (21:18 +0000)]
Sync with Tramp 2.0.44.

19 years agoVarious changes in addition to:
Luc Teirlinck [Tue, 10 Aug 2004 15:45:54 +0000 (15:45 +0000)]
Various changes in addition to:
(Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
Give more varied examples for `kbd'.
(Creating Keymaps): Char tables have slots for all characters
without modifiers.
(Active Keymaps): `overriding-local-map' and
`overriding-terminal-local-map' also override text property and
overlay keymaps.
(Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
(Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
to denote a prefix of no events.
`map-keymap' includes parent's bindings _recursively_.
Clarify and correct description of `where-is-internal'.
Mention BUFFER-OR-NAME arg to `describe-bindings'.
(Menu Example): For menus intended for use with the keyboard, the
menu items should be bound to characters or real function keys.

19 years ago*** empty log message ***
Kenichi Handa [Tue, 10 Aug 2004 08:18:04 +0000 (08:18 +0000)]
*** empty log message ***

19 years ago(Window Frame Parameters): Correct typo.
Luc Teirlinck [Mon, 9 Aug 2004 21:06:37 +0000 (21:06 +0000)]
(Window Frame Parameters): Correct typo.

19 years ago*** empty log message ***
Luc Teirlinck [Mon, 9 Aug 2004 18:52:34 +0000 (18:52 +0000)]
*** empty log message ***

19 years ago(describe-bindings): Doc fix.
Luc Teirlinck [Mon, 9 Aug 2004 18:50:28 +0000 (18:50 +0000)]
(describe-bindings): Doc fix.

19 years ago(kbd): Doc fix.
Luc Teirlinck [Mon, 9 Aug 2004 18:48:23 +0000 (18:48 +0000)]
(kbd): Doc fix.

19 years ago(Fmake_keymap, Fmap_keymap, Fwhere_is_internal): Doc fixes.
Luc Teirlinck [Mon, 9 Aug 2004 18:42:04 +0000 (18:42 +0000)]
(Fmake_keymap, Fmap_keymap, Fwhere_is_internal): Doc fixes.

19 years agoRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-483
Miles Bader [Mon, 9 Aug 2004 07:40:39 +0000 (07:40 +0000)]
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-483

Build-in-place tweak

Patches applied:

 * lorentey@elte.hu--2004/emacs--multi-tty--0--patch-224
   Added sorted-doc to backup regex in lib-src.

19 years ago(Character Type): Reposition `@anchor' to prevent double space inside
Luc Teirlinck [Mon, 9 Aug 2004 02:47:17 +0000 (02:47 +0000)]
(Character Type): Reposition `@anchor' to prevent double space inside
sentence in Info.

19 years ago(define-ibuffer-column size): Use string-to-number instead of string-to-int.
John Paul Wallington [Sun, 8 Aug 2004 22:54:36 +0000 (22:54 +0000)]
(define-ibuffer-column size): Use string-to-number instead of string-to-int.
(define-ibuffer-column mode): Fix indentation.

19 years ago(widget-sexp-validate): Allow whitespace after expression.
Lars Hansen [Sun, 8 Aug 2004 19:38:51 +0000 (19:38 +0000)]
(widget-sexp-validate): Allow whitespace after expression.

19 years ago*** empty log message ***
Luc Teirlinck [Sun, 8 Aug 2004 17:14:58 +0000 (17:14 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Luc Teirlinck [Sun, 8 Aug 2004 17:09:43 +0000 (17:09 +0000)]
*** empty log message ***

19 years ago(global-unset-key, local-unset-key): Doc fixes.
Luc Teirlinck [Sun, 8 Aug 2004 16:49:37 +0000 (16:49 +0000)]
(global-unset-key, local-unset-key): Doc fixes.

19 years agoDeclare Qdisabled_command_function instead of Qdisabled_command_hook.
Luc Teirlinck [Sun, 8 Aug 2004 16:17:23 +0000 (16:17 +0000)]
Declare Qdisabled_command_function instead of Qdisabled_command_hook.
(Fcommand_execute): Use Qdisabled_command_function instead of
Qdisabled_command_hook.
(syms_of_keyboard): Ditto.

19 years ago(disabled-command-function): New variable renamed from
Luc Teirlinck [Sun, 8 Aug 2004 16:05:14 +0000 (16:05 +0000)]
(disabled-command-function): New variable renamed from
`disabled-command-hook'.
(disabled-command-hook): Keep the _variable_ as alias for
`disabled-command-function' and make obsolete.
(disabled-command-function): Function renamed from
`disabled-command-hook'.  Adapt code to namechange of the variable.

19 years ago(Standard Hooks): `disabled-command-hook' has been renamed to
Luc Teirlinck [Sun, 8 Aug 2004 15:49:14 +0000 (15:49 +0000)]
(Standard Hooks): `disabled-command-hook' has been renamed to
`disabled-command-function'.

19 years ago(Key Sequence Input): Remove unnecessary anchor,
Luc Teirlinck [Sun, 8 Aug 2004 15:47:21 +0000 (15:47 +0000)]
(Key Sequence Input): Remove unnecessary anchor,
(Command Loop Info): Replace reference to it.
(Disabling Commands): `disabled-command-hook' has been renamed to
`disabled-command-function'.

19 years ago*** empty log message ***
Luc Teirlinck [Sun, 8 Aug 2004 00:37:38 +0000 (00:37 +0000)]
*** empty log message ***

19 years ago(Flocal_key_binding, Fglobal_key_binding)
Luc Teirlinck [Sun, 8 Aug 2004 00:33:40 +0000 (00:33 +0000)]
(Flocal_key_binding, Fglobal_key_binding)
(syms_of_keymap) <key-translation-map>: Doc fixes.

19 years ago(Translating Input): Only non-prefix bindings in `key-translation-map'
Luc Teirlinck [Sun, 8 Aug 2004 00:00:07 +0000 (00:00 +0000)]
(Translating Input): Only non-prefix bindings in `key-translation-map'
override actual key bindings.  Warn about possible indirect effect of
actual key bindings on non-prefix bindings in `key-translation-map'.

19 years ago(window_list_1): YAILOM.
Stefan Monnier [Sat, 7 Aug 2004 21:07:57 +0000 (21:07 +0000)]
(window_list_1): YAILOM.

19 years ago(make_temp_name): Handle multibyte prefixes.
Stefan Monnier [Sat, 7 Aug 2004 20:57:19 +0000 (20:57 +0000)]
(make_temp_name): Handle multibyte prefixes.

19 years ago(completion-root-regexp): New defvar.
Eli Zaretskii [Sat, 7 Aug 2004 16:47:41 +0000 (16:47 +0000)]
(completion-root-regexp): New defvar.
(completion-setup-function): Use it instead of a literal string.

19 years ago(reb-re-syntax): Add `rx' syntax.
John Paul Wallington [Sat, 7 Aug 2004 12:03:54 +0000 (12:03 +0000)]
(reb-re-syntax): Add `rx' syntax.
(reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
(reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
(reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.

19 years ago(syms_of_keyboard) <overriding-terminal-local-map>: Doc fix.
Luc Teirlinck [Sat, 7 Aug 2004 02:32:11 +0000 (02:32 +0000)]
(syms_of_keyboard) <overriding-terminal-local-map>: Doc fix.

19 years agoVarious changes in addition to:
Luc Teirlinck [Sat, 7 Aug 2004 01:12:59 +0000 (01:12 +0000)]
Various changes in addition to:
(Using Interactive): Clarify description of `interactive-form'.
(Interactive Call): Mention default for KEYS argument to
`call-interactively'.
(Command Loop Info): Clarify description of `this-command-keys'.
Mention KEEP-RECORD argument to `clear-this-command-keys'.
Value of `last-event-frame' can be `macro'.
(Repeat Events): `double-click-fuzz' is also used to distinguish
clicks and drags.
(Classifying Events): Clarify descriptions of `event-modifiers'
`event-basic-type' and `event-convert-list'.
(Accessing Events): `posn-timestamp' takes POSITION argument.
(Quoted Character Input): Clarify description of
`read-quoted-char' and fix example.
(Quitting): Add `with-local-quit'.
(Disabling Commands):  Correct and clarify descriptions of
`enable-command' and `disable-command'.
Mention what happens if `disabled-command-hook' is nil.
(Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
Describe `executing-kbd-macro' instead of obsolete `executing-macro'.

19 years ago(High-Level Completion): Add anchor for definition of `read-variable'.
Luc Teirlinck [Sat, 7 Aug 2004 01:00:05 +0000 (01:00 +0000)]
(High-Level Completion): Add anchor for definition of `read-variable'.

19 years ago*** empty log message ***
Andreas Schwab [Fri, 6 Aug 2004 20:26:11 +0000 (20:26 +0000)]
*** empty log message ***

19 years ago(install): Remove .arch-inventory files.
Andreas Schwab [Fri, 6 Aug 2004 20:25:44 +0000 (20:25 +0000)]
(install): Remove .arch-inventory files.

19 years ago(install-arch-indep, uninstall): Add flymake.
Andreas Schwab [Fri, 6 Aug 2004 19:06:49 +0000 (19:06 +0000)]
(install-arch-indep, uninstall): Add flymake.

19 years agoUpdate how to separate the editable field of an editable-field widget from other...
Lars Hansen [Thu, 5 Aug 2004 06:19:38 +0000 (06:19 +0000)]
Update how to separate the editable field of an editable-field widget from other widgets.
(Programming Example): Add text after field.

19 years ago(mail-extr-disable-voodoo): New variable.
Kenichi Handa [Thu, 5 Aug 2004 00:15:15 +0000 (00:15 +0000)]
(mail-extr-disable-voodoo): New variable.
(mail-extr-voodoo): Check mail-extr-disable-voodoo.

19 years ago(encoded-kbd-setup-keymap): Fix previous change.
Kenichi Handa [Wed, 4 Aug 2004 13:03:26 +0000 (13:03 +0000)]
(encoded-kbd-setup-keymap): Fix previous change.

19 years agoThe following changes are to
Kenichi Handa [Tue, 3 Aug 2004 12:06:47 +0000 (12:06 +0000)]
The following changes are to
utilize key-translation-map instead of minor mode map.
(encoded-kbd-iso2022-non-ascii-map): Delete it.
(encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
(encoded-kbd-last-key): New function.
(encoded-kbd-iso2022-single-shift): New function.
(encoded-kbd-iso2022-designation)
(encoded-kbd-self-insert-iso2022-7bit)
(encoded-kbd-self-insert-iso2022-8bit)
(encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
(encoded-kbd-self-insert-ccl): Make them suitable for bindings in
key-translation-map.
(encoded-kbd-setup-keymap): Setup key-translation-map.
(saved-key-translation-map): New variable.
(encoded-kbd-mode): Save/restore key-translation-map.  Adjusted
for the change of encoded-kbd-setup-keymap.