1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00
Commit Graph

49483 Commits

Author SHA1 Message Date
Karoly Lorentey
bfdfad9294 Merged in changes from CVS HEAD
Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-103
   Update from CVS


git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-82
2004-02-19 13:25:32 +00:00
Karoly Lorentey
24268213e1 Fix list-colors-display and other functions on a termcap frame
src/term.c (get_tty_display): Fall back to the current device if
display is nil.  (Reported by Dan Nicolaescu <dann at ics dot uci dot edu>.)

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-81
2004-02-19 02:27:31 +00:00
Karoly Lorentey
029f9b85ac Don't try to init X drag and drop on a termcap frame.
lisp/x-dnd.el (x-dnd-init-frame): Don't do anything if the frame is
not an X frame.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-80
2004-02-19 02:10:05 +00:00
Karoly Lorentey
71e9b5ebf8 Added newly loaded stuff in loadup.el to src/Makefile.in.
src/Makefile.in (SOME_MACHINE_LISP): Added X-related libraries that
were added to loadup.el.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-79
2004-02-19 02:06:18 +00:00
Kim F. Storm
1d71218362 (get_window_cursor_type, display_and_set_cursor): Fix last change. 2004-02-18 21:01:50 +00:00
Kim F. Storm
cc808173fc *** empty log message *** 2004-02-18 21:00:59 +00:00
Markus Rost
c6190ba03b (executable-command-find-posix-p): Fix choice of the directory. 2004-02-18 20:48:26 +00:00
Karoly Lorentey
ac3d262560 Merged in changes from CVS HEAD
Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-98
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-99
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-100
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-101
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-102
   Update from CVS


git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-78
2004-02-18 17:10:32 +00:00
Luc Teirlinck
d29edb21c8 (Marker Insertion Types): Minor change. 2004-02-18 05:02:30 +00:00
Luc Teirlinck
870fccf4dc (Standard Buffer-Local Variables): Fix xref. 2004-02-18 04:56:00 +00:00
Luc Teirlinck
e35e07dfbf (Using Interactive): Delete pxref to top of same node.
(Interactive Codes): Fix pxref for default-directory.
2004-02-18 04:49:52 +00:00
Luc Teirlinck
0a9e14ddf8 (Related Topics): Fix xrefs. 2004-02-18 04:40:53 +00:00
Luc Teirlinck
8e5d85ffc0 (interprogram-cut-function)
(interprogram-paste-function, kill-new, kill-append): Doc fixes.
(kill-region): Make it return nil.  Doc fix.
(yank-pop): Make its argument optional.
(yank): Make ARG `-' equivalent to `-1'.
2004-02-18 03:04:32 +00:00
Karl Berry
6bdec92c6e (Help-Int): mention the new line number feature. 2004-02-18 01:52:26 +00:00
Kim F. Storm
58ec79cfdf Add info about ssh/cvs related problems and work-around. 2004-02-17 23:47:32 +00:00
Kim F. Storm
5c7528cd68 (get_window_cursor_type): Don't look at glyph if NULL.
(display_and_set_cursor): Set glyph to NULL if cursor in fringe.
2004-02-17 21:36:00 +00:00
Kim F. Storm
b26f249f3e *** empty log message *** 2004-02-17 21:35:30 +00:00
Kim F. Storm
7a272039b5 (fast_find_position): Fix return value of new version
(was inverted compared to the 21.1 version).
2004-02-17 21:06:59 +00:00
Kim F. Storm
0bf7d00506 *** empty log message *** 2004-02-17 21:06:22 +00:00
Eli Zaretskii
ac84042c63 (rmail-get-new-mail): Don't reference
rmail-use-spam-filter if rmail-spam-filter is not loaded.
2004-02-17 19:55:43 +00:00
Luc Teirlinck
43e48bdaa5 *** empty log message *** 2004-02-17 03:18:43 +00:00
Luc Teirlinck
efb478436e (Sets And Lists): Update description of delete-dups. 2004-02-17 03:16:42 +00:00
Luc Teirlinck
8a9825f74d (auto-revert-buffer-p): Only revert dired buffers if one of
global-auto-revert-non-file-buffers or autorevert-mode is non-nil.
2004-02-17 02:26:58 +00:00
Karoly Lorentey
e581a46687 Merged in changes from CVS HEAD
Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-71
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-72
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-73
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-74
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-75
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-76
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-77
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-78
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-79
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-80
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-81
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-82
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-83
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-84
   Add lisp/emacs-lisp/macroexp.el

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-85
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-86
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-87
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-88
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-89
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-90
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-91
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-92
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-93
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-94
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-95
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-96
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-97
   Update from CVS


git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-77
2004-02-17 01:52:25 +00:00
Richard M. Stallman
84e3400219 Minor fix.
(Buffers and Windows): Delete false table about all-frames.
2004-02-17 01:15:45 +00:00
Richard M. Stallman
ee49c7d90e (Coding Conventions): Minor fix. 2004-02-17 01:12:57 +00:00
Richard M. Stallman
2a2331727a Minor fixes. 2004-02-17 01:12:00 +00:00
Richard M. Stallman
fd697a7657 (Parsing Expressions): Delete old caveat about parse-sexp-ignore-comments. 2004-02-17 01:11:13 +00:00
Richard M. Stallman
0fa0135a64 (Output Variables): Add print-quoted. 2004-02-17 01:10:15 +00:00
Richard M. Stallman
360f2e9140 (Text Lines): Don't add -1 in current-line. 2004-02-17 01:07:22 +00:00
Richard M. Stallman
c2d8228a0a Minor fix. 2004-02-17 01:06:10 +00:00
Richard M. Stallman
a3d3f60db6 (Translation of Characters): Give examples of use.
Explain about translation-table-for-input and
set-buffer-file-coding-system.

Minor typo fix.
2004-02-17 01:04:35 +00:00
Richard M. Stallman
cf11ad960a (Unloading): Document unload-feature-special-hooks.
Get rid of fns-NNN.el file.
2004-02-17 00:58:59 +00:00
Richard M. Stallman
6ee45eab34 (Building Lists): Minor cleanup. 2004-02-17 00:54:04 +00:00
Richard M. Stallman
6d682d424e (Tool Bar): tool-bar-item => tool-bar-button. 2004-02-17 00:52:50 +00:00
Richard M. Stallman
a48d10ae57 (Describing Characters): Fix text-char-description example output. 2004-02-17 00:48:44 +00:00
Richard M. Stallman
2c6d3eef11 (Creating Hash): Correct and clarify doc of WEAK values. 2004-02-17 00:47:11 +00:00
Richard M. Stallman
0fe5963523 Minor fixes.
(Parameter Access): frame-parameters arg is optional.
modify-frame-parameters handles nil for FRAME.
(Window Frame Parameters): menu-bar-lines and tool-bar-lines
are all-or-nothing for certain toolkits.
Mention parameter wait-for-wm.
(Frames and Windows): In frame-first-window and frame-selected-window
the arg is optional.
(Input Focus): In redirect-frame-focus the second arg is optional.
(Window System Selections): Mention selection type CLIPBOARD.
Mention data-type UTF8_STRING.
Mention numbering of cut buffers.
(Resources): Describe x-resource-name.
2004-02-17 00:46:17 +00:00
Kim F. Storm
7371cef007 (in_read_avail_input): New static variable to handle re-entrancy.
(read_avail_input): Change buf to pinter to read_avail_input_buf.
Use in_read_avail_input to handle re-entrance; when re-entered,
fully initialize and use tmp_buf array instead of read_avail_input_buf.
2004-02-17 00:29:13 +00:00
Kim F. Storm
b9568dfc77 *** empty log message *** 2004-02-17 00:28:22 +00:00
Kim F. Storm
9940231136 Rework previous change; it didn't consider that the
buf array was allocated on the stack.
(prev_read): Remove variable.
(read_avail_input_buf): New static event buffer array.
(in_read_avail_input): New static variable to avoid re-entrancy.
(read_avail_input): Change buf to pinter to read_avail_input_buf.
Use in_read_avail_input to guard against re-entry.
Do not initialize read_avail_input_buf here; instead assume it
is always cleared on entry.  To ensure that, we clear (just) the
entries that were used before we return.
(init_keyboard): Initialize read_avail_input_buf here.
2004-02-16 23:13:13 +00:00
Kim F. Storm
ab90a54d2f *** empty log message *** 2004-02-16 23:11:58 +00:00
Richard M. Stallman
b705e83b11 (Changing Files): Fix argname. 2004-02-16 22:17:42 +00:00
Richard M. Stallman
b180eac232 (Using Edebug): Fix example. 2004-02-16 22:16:53 +00:00
Richard M. Stallman
812a234187 Minor fixes.
(Overlays): Explain overlays use markers.
(Managing Overlays): Explain front-advance and rear-advance
in more detail.
2004-02-16 22:16:13 +00:00
Richard M. Stallman
54eb1a2240 (Internals of Debugger): Fix return value. 2004-02-16 22:13:04 +00:00
Richard M. Stallman
5c5114b7ec (Compiler Errors): if-boundp feature applies to cond. 2004-02-16 22:10:42 +00:00
Richard M. Stallman
516db1181e Fix parens, and default values. 2004-02-16 22:09:52 +00:00
Richard M. Stallman
42cd56a641 Adjust xref. 2004-02-16 22:05:10 +00:00
Miles Bader
d366d62b96 Resolve CVS conflicts 2004-02-16 21:57:42 +00:00