Eli Zaretskii
29bbca9e01
*** empty log message ***
2004-08-21 12:25:07 +00:00
Eli Zaretskii
3166fce661
(lisp-indent-defmethod): Correct
...
indentation of DEFMETHODS with non-standard method
combinations (e.g., PROGN, MIN, MAX).
2004-08-21 12:24:13 +00:00
Eli Zaretskii
ba86d34d90
(Misc Help): Add an index entry for finding an Info
...
manual by its file name.
2004-08-21 11:58:30 +00:00
Eli Zaretskii
9dc15871b2
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.
2004-08-21 11:31:45 +00:00
Luc Teirlinck
3f9be7ceca
(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'.
2004-08-20 23:01:33 +00:00
Stefan Monnier
fcaf7de969
(normal-top-level-add-subdirs-to-load-path):
...
Avoid unnecessarily checking system-type.
(normal-top-level): Set TERM to "dumb". Simplify.
2004-08-20 22:40:34 +00:00
Stefan Monnier
88b4ca188b
(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.
2004-08-20 21:59:42 +00:00
Kim F. Storm
d64b707cb1
Rename wait_reading_process_input to wait_reading_process_output.
2004-08-20 10:34:12 +00:00
Kim F. Storm
214d60691b
(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.
2004-08-20 10:33:25 +00:00
Kim F. Storm
dcd1ca45ed
(Fsleep_for): Remove obsolete code.
...
Rename wait_reading_process_input to wait_reading_process_output.
2004-08-20 10:33:05 +00:00
Kim F. Storm
9a1ba2ea28
*** empty log message ***
2004-08-20 10:22:39 +00:00
Kenichi Handa
295f3b30f6
*** empty log message ***
2004-08-20 08:48:47 +00:00
Kenichi Handa
1ad6e4db01
(skip_chars): Fix for unibyte case.
2004-08-20 08:46:50 +00:00
Stefan Monnier
27615979e5
*** empty log message ***
2004-08-19 22:30:02 +00:00
Stefan Monnier
9c9c88db5a
Add some ange-ftp items.
2004-08-19 22:29:36 +00:00
Stefan Monnier
80a831bcfd
(cvs-parse-table, cvs-parse-commit): Try to adapt to
...
the newer format of some messages in cvs-1.12.1.
2004-08-19 22:29:06 +00:00
Stefan Monnier
789f332078
(back_comment): Fixup globals in all cases.
2004-08-19 22:17:59 +00:00
Stefan Monnier
709a47ceff
(char_quoted): Mixup byte/char pos.
2004-08-19 19:00:58 +00:00
Jan Djärv
00267f94d1
* xfns.c (x_set_name, x_set_title): Encode title to UTF8 before
...
passing it to gtk_window_set_title.
2004-08-19 17:31:37 +00:00
Kim F. Storm
bb41f093dd
Adapt to new wait_reading_process_input args.
2004-08-19 13:59:28 +00:00
Kim F. Storm
b89a415ab1
* 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.
2004-08-19 13:57:17 +00:00
Kim F. Storm
6ba0f14c1f
*** empty log message ***
2004-08-19 13:56:39 +00:00
Kim F. Storm
fa51fa32b7
(child_setup_tty, init_sys_modes): Use CDISABLE.
2004-08-19 10:08:15 +00:00
Kim F. Storm
ca4313d5ab
(process_send_signal): Use CDISABLE.
2004-08-19 10:08:00 +00:00
Kim F. Storm
2439909e48
*** empty log message ***
2004-08-19 10:07:06 +00:00
Masatake YAMATO
2b8d823f69
(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.
2004-08-19 07:52:01 +00:00
Kenichi Handa
a503f8b70c
("Cyrillic-KOI8"): Fix typo.
2004-08-18 12:22:41 +00:00
Kenichi Handa
7be5dbd48e
Register koi8-r in
...
ctext-non-standard-encodings-alist.
("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
2004-08-18 08:53:21 +00:00
Luc Teirlinck
eacd5edcd3
*** empty log message ***
2004-08-18 02:21:51 +00:00
Luc Teirlinck
6326f9e56c
(Top): Mention "cutting" and "pasting" as synonyms for "killing" and
...
"yanking" in main menu.
2004-08-18 02:21:00 +00:00
Luc Teirlinck
697f502a87
(copyright-update-year): Delete code that replaces 20xy with xy.
2004-08-18 02:11:36 +00:00
Kim F. Storm
101c421e7e
*** empty log message ***
2004-08-17 22:42:23 +00:00
Kim F. Storm
bfa96fa20d
(Output from Processes): New var `process-adaptive-read-buffering'.
2004-08-17 22:41:51 +00:00
Kim F. Storm
410bcc3168
(Accepting Output): Add just-this-one' arg to
accept-process-output'.
2004-08-17 22:35:13 +00:00
Kim F. Storm
c438dc33d5
*** empty log message ***
2004-08-17 22:34:56 +00:00
Kim F. Storm
107ed38d4b
(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.
2004-08-17 22:24:29 +00:00
Kim F. Storm
be16bf871e
(process_send_signal): Fix last change--use
...
_POSIX_VDISABLE instead of CVDISABLE when available.
2004-08-17 21:59:07 +00:00
John Paul Wallington
ee1fcbddee
(reb-mode-map): Define within defvar.
...
(reb-force-update): Doc fix.
2004-08-17 09:58:06 +00:00
Richard M. Stallman
8afc13c66a
*** empty log message ***
2004-08-16 23:02:46 +00:00
Richard M. Stallman
dfe598b54e
(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.
2004-08-16 23:02:19 +00:00
Richard M. Stallman
7f916a363e
(process_send_signal) [SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]: Clean up.
...
Do nothing if the character is CVDISABLE.
2004-08-16 22:57:26 +00:00
Richard M. Stallman
d9639b25df
(merge_face_ref): Specifying `unspecified' is a no-op.
2004-08-16 22:53:28 +00:00
Richard M. Stallman
97d8f112ef
(move_if_not_intangible): Force POSITION to be between BEGV and ZV.
2004-08-16 22:52:29 +00:00
Richard M. Stallman
b3ada79133
(Yanking, Killing): Minor cleanups.
2004-08-16 22:50:44 +00:00
Richard M. Stallman
a401596d50
(Momentary Mark): Minor cleanups.
2004-08-16 22:49:16 +00:00
Richard M. Stallman
6f368e2d1c
(Non-ASCII Rebinding):
...
C-q always inserts the right code to pass to global-set-key.
2004-08-16 22:48:22 +00:00
Richard M. Stallman
a03748044a
(which-func-update-1): Doc fix.
2004-08-16 22:46:26 +00:00
Richard M. Stallman
8a0d0722d8
(sh-set-shell): Use sh-mode-abbrev-table.
...
(sh-mode-abbrev-table): New variable.
2004-08-16 22:45:52 +00:00
Richard M. Stallman
8ff2ed527d
(compilation-mode): Doc fix.
2004-08-16 22:44:56 +00:00
Richard M. Stallman
06f308a7e2
(eval-last-sexp): Don't cons a new symbol each time.
...
(eval-last-sexp-fake-value): New variable.
2004-08-16 22:44:11 +00:00