1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-19 18:13:55 +00:00
Commit Graph

29281 Commits

Author SHA1 Message Date
Eli Zaretskii
8d228cb01b (toplevel): Fix last change, so as not to deprive MSDOS
of its headers.
2000-06-15 12:20:34 +00:00
Gerd Moellmann
e27e8d71b4 (command-line-1): Change copyright messages to year
2000.
2000-06-15 12:00:39 +00:00
Dave Love
28223a7ebc (goto-address-fontify): Use keymap property, not local-map. 2000-06-15 11:43:01 +00:00
Kenichi Handa
8a33cf7b21 (decode_coding_emacs_mule): Always set src_base at the
start of the while loop.
2000-06-15 11:02:26 +00:00
Kenichi Handa
c25b53a280 *** empty log message *** 2000-06-15 11:00:08 +00:00
Gerd Moellmann
a6981b1188 (set_internal): Remove debug code. 2000-06-15 10:29:27 +00:00
Kenichi Handa
8dd735c19a (set-buffer-file-coding-system): Almost rewritten to handle
`undecided' as no-op.
2000-06-15 00:32:21 +00:00
Kenichi Handa
32684631da *** empty log message *** 2000-06-15 00:31:47 +00:00
Gerd Moellmann
dce6b9954e *** empty log message *** 2000-06-14 20:26:14 +00:00
Gerd Moellmann
264f4c4bdb (bootstrap-temacs): Add `-I../src'. 2000-06-14 20:24:08 +00:00
Gerd Moellmann
9406115eeb Generate lisp/Makefile. 2000-06-14 20:23:14 +00:00
Gerd Moellmann
9f817ea412 *** empty log message *** 2000-06-14 13:39:46 +00:00
Gerd Moellmann
e38427c587 (goto-address): Don't bind C-c RET locally.
(goto-address-highlight-keymap): Bind C-c RET.
2000-06-14 13:37:44 +00:00
Gerd Moellmann
9f25f6fb98 Add support for `*-lynxos*'.
Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
recommended by <Karen.Dorhamer@compaq.com> to fix problems
on Tru64 UNIX v5.0.
2000-06-14 13:37:07 +00:00
Gerd Moellmann
c7edb9605f (Fsingle_key_description): Enclose function key and
event symbol names in angle brackets.
2000-06-14 13:35:45 +00:00
Gerd Moellmann
2a4487aceb (toplevel) [COFF]: Include coff.h. 2000-06-14 13:34:54 +00:00
Kenichi Handa
bbf1e8a5d8 *** empty log message *** 2000-06-14 13:12:14 +00:00
Kenichi Handa
2b7573b15d (sendmail-send-it): Inherit
buffer-file-coding-system of the current buffer to the temporary
buffer that this funciton uses for work.
2000-06-14 13:04:57 +00:00
Kenichi Handa
725a689752 *** empty log message *** 2000-06-14 13:03:06 +00:00
Kenichi Handa
cb33a0ce4c (tar-extract): For goto-char, use (point-min), not
0.  Give correct argument to set-auto-coding-function.
(tar-expunge): For goto-char, use (point-min), not 0.
(tar-clear-modification-flags): For goto-char, use (point-min), not 1.
(tar-subfile-save-buffer): Likewize.
2000-06-14 12:47:27 +00:00
Kenichi Handa
02891cc387 *** empty log message *** 2000-06-14 12:46:37 +00:00
Gerd Moellmann
8a4e3c0cf0 (setup_echo_area_for_printing): Call
message_log_maybe_newline if message_buf_print is not set.
2000-06-14 11:33:38 +00:00
Gerd Moellmann
eb7b678b97 (printchar, strout): Don't check message_buf_print
before calling setup_echo_area_for_printing because that
function does something useful even when message_buf_print is
already set.
2000-06-14 11:32:05 +00:00
Kenichi Handa
71983219b5 (after-insert-file-set-buffer-file-coding-system): Call
set-buffer-file-coding-system with the arg FORCE t.
2000-06-14 08:02:05 +00:00
Kenichi Handa
2de33f9489 *** empty log message *** 2000-06-14 08:01:41 +00:00
Jim Meyering
dcbf2cd238 . 2000-06-14 07:10:26 +00:00
Jim Meyering
2ca8a58743 Fix typos in comments. Remove trailing blanks. 2000-06-14 07:09:42 +00:00
Gerd Moellmann
25fa6debbe *** empty log message *** 2000-06-13 23:51:46 +00:00
Gerd Moellmann
25e381684c (Qmessage_truncate_lines): External declaration. 2000-06-13 23:51:16 +00:00
Gerd Moellmann
9c3f66a3d1 (read_char): Bind message-truncate-lines to t
while displaying a help-echo.
2000-06-13 23:51:00 +00:00
Gerd Moellmann
ad4f174eb4 (message_truncate_lines, Qmessage_truncate_lines): New
variables.
(ensure_echo_area_buffers): Initialize echo buffer's
truncate lines setting to nil.
(with_echo_area_buffer): Don't set the echo buffer's truncate
lines setting here.
(set_message_1): Set it here, instead, based on the value
of message_truncate_lines.
(resize_mini_window): Handle case that lines are truncated.
(syms_of_xdisp): Initialize Qmessage_truncate_lines.  DEFVAR_BOOL
message-truncate-lines.
2000-06-13 23:50:22 +00:00
Gerd Moellmann
1681ead6ac *** empty log message *** 2000-06-13 22:10:34 +00:00
Gerd Moellmann
090703f467 (Vline_number_display_limit): Renamed from
line_number_display_limit.
(syms_of_xdisp): Use DEFVAR_LISP for line-number-display-limit.
Extend documentation string.  Initialize
Vline_number_display_limit to nil meaning no limit.
(decode_mode_spec): Use Vline_number_display_limit with its new
meaning.
2000-06-13 22:10:01 +00:00
Gerd Moellmann
3d04071d91 (mail-specify-envelope-from): Initialize to
nil.  Contemporary sendmails issue an X-Authentication-Warning if
the sender is set with `-f.
2000-06-13 21:35:42 +00:00
Dave Love
9c50afce62 (describe-function-1): Kluge around cases of functions fset to subrs
whose doc doesn't match their symbol-name.
2000-06-13 21:06:37 +00:00
Dave Love
f4fbc2fff0 (pcl-cvs) <defgroup>: Add :version. 2000-06-13 19:06:07 +00:00
Dave Love
0ad550ba63 Fix last change to be in insert-image as intended. 2000-06-13 18:18:02 +00:00
Dave Love
f290ca08fa (put-image): Default STRING to a space. 2000-06-13 17:55:59 +00:00
Ken Raeburn
97aa9c1d5a * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when it's on a
continuation line.
2000-06-13 16:25:11 +00:00
Dave Love
fdf4b680f7 Doc fixes.
(Info-build-node-completions): Match Ref tags.
2000-06-13 14:46:08 +00:00
Gerd Moellmann
163dcff3a3 (x_check_font) [GLYPH_DEBUG]: Add prototype. 2000-06-13 13:25:09 +00:00
Gerd Moellmann
b0d53addf7 (swap_in_global_binding): New function. 2000-06-13 13:21:59 +00:00
Gerd Moellmann
64362cd4c7 (x_set_frame_parameters): Comment fix. 2000-06-13 13:21:40 +00:00
Gerd Moellmann
7eb63b721c (Fmodify_frame_parameters): Doc fix.
(store_frame_param): Call swap_in_global_binding if the
variable's current binding was chosen based on this frame.
2000-06-13 13:21:16 +00:00
Eli Zaretskii
a704139d98 *** empty log message *** 2000-06-13 13:16:43 +00:00
Eli Zaretskii
6693b2791f (display-multi-frame-p, display-multi-font-p): New
defaliases for display-graphic-p.
2000-06-13 13:15:30 +00:00
Eli Zaretskii
e023fb278c (IT_write_glyphs): Don't use CODING_REQUIRE_ENCODING
macro, instead AND with CODING_REQUIRE_ENCODING_MASK.
2000-06-13 13:04:19 +00:00
Eli Zaretskii
9b6610dbc4 *** empty log message *** 2000-06-13 11:07:01 +00:00
Eli Zaretskii
102f33d0f3 (EMACS_MSDOS_H): Renamed from MSDOS_H_. 2000-06-13 11:06:12 +00:00
Eli Zaretskii
6b567d50e7 Fixed a typo in commentary. 2000-06-13 11:01:50 +00:00