bpt/emacs.git
19 years ago("greek-babel"): Add accent/breathing/uppercase
David Kastrup [Sat, 21 Aug 2004 21:55:00 +0000 (21:55 +0000)]
("greek-babel"): Add accent/breathing/uppercase
combinations.

19 years ago(ange-ftp-hash-entry-exists-p)
David Kastrup [Sat, 21 Aug 2004 21:50:06 +0000 (21:50 +0000)]
(ange-ftp-hash-entry-exists-p)
(ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
has been converted to use hashtables, the relation `nil=none' is
no longer valid, as `nil' is not a hashtable.  This patch tries to
reduce the number of resulting errors.

19 years ago(latin1-char-displayable-p): Made obsolete in version 21.4, not 21.5.
John Paul Wallington [Sat, 21 Aug 2004 15:00:26 +0000 (15:00 +0000)]
(latin1-char-displayable-p): Made obsolete in version 21.4, not 21.5.

19 years ago(vc-comment-ring, vc-comment-ring-index)
John Paul Wallington [Sat, 21 Aug 2004 14:55:18 +0000 (14:55 +0000)]
(vc-comment-ring, vc-comment-ring-index)
(vc-previous-comment, vc-next-comment)
(vc-comment-search-reverse, vc-comment-search-forward)
(vc-comment-to-change-log): Made obsolete in version 21.4, not 21.5.

19 years ago(process-kill-without-query): Made obsolete in version 21.4, not 21.5.
John Paul Wallington [Sat, 21 Aug 2004 14:53:22 +0000 (14:53 +0000)]
(process-kill-without-query): Made obsolete in version 21.4, not 21.5.

19 years ago*** empty log message ***
Eli Zaretskii [Sat, 21 Aug 2004 12:25:07 +0000 (12:25 +0000)]
*** empty log message ***

19 years ago(lisp-indent-defmethod): Correct
Eli Zaretskii [Sat, 21 Aug 2004 12:24:13 +0000 (12:24 +0000)]
(lisp-indent-defmethod): Correct
indentation of DEFMETHODS with non-standard method
combinations (e.g., PROGN, MIN, MAX).

19 years ago(Misc Help): Add an index entry for finding an Info
Eli Zaretskii [Sat, 21 Aug 2004 11:58:30 +0000 (11:58 +0000)]
(Misc Help): Add an index entry for finding an Info
manual by its file name.

19 years agoMassively rearranged by category, to make environment
Eli Zaretskii [Sat, 21 Aug 2004 11:31:45 +0000 (11:31 +0000)]
Massively rearranged by category, to make environment
features and symptoms easier to find.  Bugs relating to
20th-century systems moved to the end.  Most problem headers
changed to "object: variation" format.

19 years ago(Backup Deletion): Correct description of `delete-old-versions'.
Luc Teirlinck [Fri, 20 Aug 2004 23:01:33 +0000 (23:01 +0000)]
(Backup Deletion): Correct description of `delete-old-versions'.
(Time Stamps): `time-stamp' needs to be added to `before-save-hook'.
(Auto Save Files): Recommend `auto-save-mode' to reenable
auto-saving, rather than the abbreviation `auto-save'.

19 years ago(normal-top-level-add-subdirs-to-load-path):
Stefan Monnier [Fri, 20 Aug 2004 22:40:34 +0000 (22:40 +0000)]
(normal-top-level-add-subdirs-to-load-path):
Avoid unnecessarily checking system-type.
(normal-top-level): Set TERM to "dumb".  Simplify.

19 years ago(mouse-avoidance-ignore-p): New fun.
Stefan Monnier [Fri, 20 Aug 2004 21:59:42 +0000 (21:59 +0000)]
(mouse-avoidance-ignore-p): New fun.
Also ignore switch-frame, select-window, double, and triple clicks.
(mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
(mouse-avoidance-fancy-hook): Use it.

19 years agoRename wait_reading_process_input to wait_reading_process_output.
Kim F. Storm [Fri, 20 Aug 2004 10:34:12 +0000 (10:34 +0000)]
Rename wait_reading_process_input to wait_reading_process_output.

19 years ago(wait_reading_process_output): Rename from
Kim F. Storm [Fri, 20 Aug 2004 10:33:25 +0000 (10:33 +0000)]
(wait_reading_process_output): Rename from
wait_reading_process_input.  All uses changed.
(wait_reading_process_output_1): Rename from
wait_reading_process_input_1.  All uses changed.

19 years ago(Fsleep_for): Remove obsolete code.
Kim F. Storm [Fri, 20 Aug 2004 10:33:05 +0000 (10:33 +0000)]
(Fsleep_for): Remove obsolete code.
Rename wait_reading_process_input to wait_reading_process_output.

19 years ago*** empty log message ***
Kim F. Storm [Fri, 20 Aug 2004 10:22:39 +0000 (10:22 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Kenichi Handa [Fri, 20 Aug 2004 08:48:47 +0000 (08:48 +0000)]
*** empty log message ***

19 years ago(skip_chars): Fix for unibyte case.
Kenichi Handa [Fri, 20 Aug 2004 08:46:50 +0000 (08:46 +0000)]
(skip_chars): Fix for unibyte case.

19 years ago*** empty log message ***
Stefan Monnier [Thu, 19 Aug 2004 22:30:02 +0000 (22:30 +0000)]
*** empty log message ***

19 years agoAdd some ange-ftp items.
Stefan Monnier [Thu, 19 Aug 2004 22:29:36 +0000 (22:29 +0000)]
Add some ange-ftp items.

19 years ago(cvs-parse-table, cvs-parse-commit): Try to adapt to
Stefan Monnier [Thu, 19 Aug 2004 22:29:06 +0000 (22:29 +0000)]
(cvs-parse-table, cvs-parse-commit): Try to adapt to
the newer format of some messages in cvs-1.12.1.

19 years ago(back_comment): Fixup globals in all cases.
Stefan Monnier [Thu, 19 Aug 2004 22:17:59 +0000 (22:17 +0000)]
(back_comment): Fixup globals in all cases.

19 years ago(char_quoted): Mixup byte/char pos.
Stefan Monnier [Thu, 19 Aug 2004 19:00:58 +0000 (19:00 +0000)]
(char_quoted): Mixup byte/char pos.

19 years ago* xfns.c (x_set_name, x_set_title): Encode title to UTF8 before
Jan Djärv [Thu, 19 Aug 2004 17:31:37 +0000 (17:31 +0000)]
* xfns.c (x_set_name, x_set_title): Encode title to UTF8 before
  passing it to gtk_window_set_title.

19 years agoAdapt to new wait_reading_process_input args.
Kim F. Storm [Thu, 19 Aug 2004 13:59:28 +0000 (13:59 +0000)]
Adapt to new wait_reading_process_input args.

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.