1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-23 08:20:41 -08:00
Commit graph

51680 commits

Author SHA1 Message Date
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
Richard M. Stallman
6931181604 (copyright-years-regexp): New variable.
(copyright-update-year): Detect continuation of list of years.
2004-08-16 22:43:09 +00:00
Richard M. Stallman
3598531837 (term-default-fg-color, term-default-bg-color)
(ansi-term-color-vector): Use `unspecified', not nil, as default.
2004-08-16 22:41:56 +00:00
Richard M. Stallman
9a69579e35 Several doc fixes: don't say variables are buffer-local. 2004-08-16 22:40:47 +00:00
Luc Teirlinck
be3a95100e *** empty log message *** 2004-08-16 13:03:52 +00:00
Luc Teirlinck
3eec7894d4 (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>.
2004-08-16 12:50:25 +00:00
Kenichi Handa
68fbea3aa9 (ps-mule-font-info-database): Fix docstring. 2004-08-16 12:07:15 +00:00
Kenichi Handa
5d38808271 ("georgian"): Call quail-define-package with the show-layout arg t. 2004-08-16 12:03:15 +00:00
Miles Bader
b22103fe01 Add arch taglines 2004-08-16 03:48:53 +00:00
Bill Wohler
863e5e3966 Upgraded to MH-E version 7.4.80.
See etc/MH-E-NEWS and lisp/mh-e/ChangeLog for details.
2004-08-16 02:55:02 +00:00
Kenichi Handa
c3ff5bc11c term/x-win.el (x-selection-value): If utf8 was successful but
ctext was not, use utf8 string.
2004-08-16 00:07:23 +00:00
Bill Wohler
f0d73c14e2 Upgraded to MH-E version 7.4.80.
See etc/MH-E-NEWS and lisp/mh-e/ChangeLog for details.
2004-08-15 22:00:06 +00:00
John Paul Wallington
6dad1714db *** empty log message *** 2004-08-14 13:51:44 +00:00
John Paul Wallington
01a6fd4731 (read-file-name-completion-ignore-case): Add.
(blink-cursor-alist): Change version to "21.4".
2004-08-14 13:44:54 +00:00
Eli Zaretskii
e11d1dd9e1 *** empty log message *** 2004-08-14 12:50:24 +00:00
John Paul Wallington
42f4708622 (Frestore_buffer_modified_p): Doc fix. 2004-08-14 12:49:12 +00:00
Eli Zaretskii
08e3de6956 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.
2004-08-14 12:48:39 +00:00
John Paul Wallington
d35c2489f7 (Fread_file_name): Doc fix. 2004-08-14 12:47:42 +00:00
John Paul Wallington
750286732b (syms_of_minibuf) <completion-ignore-case>: Doc fix. 2004-08-14 12:46:46 +00:00
Eli Zaretskii
723addaeae Mention the thumbs.el package. 2004-08-14 12:32:24 +00:00
Eli Zaretskii
ab5a4a32ca *** empty log message *** 2004-08-14 12:22:40 +00:00
Eli Zaretskii
bed6d70874 (battery-linux-proc-acpi): Look into battery
directories matching the literal string "CMB", too (required for
Linux kernel version 2.6.7).
2004-08-14 12:21:03 +00:00
Eli Zaretskii
3dab38a94e Replace actual whitespace with the magic string
that causes help-with-tutorial to automatically insert the correct
amount.
2004-08-14 12:01:01 +00:00
Eli Zaretskii
1daf07a2cc 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.
2004-08-14 11:33:02 +00:00
Eli Zaretskii
142941b8a6 (../info/tramp, tramp.dvi): Depend on trampver.texi. 2004-08-14 10:58:44 +00:00
John Paul Wallington
78642e03de (forward-word): Allow 0 args. 2004-08-14 10:01:55 +00:00
Luc Teirlinck
d48102cf5f (RegNumbers): Mention C-x r i' binding for insert-register', instead
of `C-x r g' binding, for consistency.
2004-08-14 01:12:08 +00:00
Luc Teirlinck
977d0bea22 (Basic Keyboard Macro, Save Keyboard Macro): Fix typos. 2004-08-13 21:36:12 +00:00
Luc Teirlinck
fa460eaf07 (Spelling): Fix typo. 2004-08-13 01:27:30 +00:00