1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-14 09:39:42 +00:00
Commit Graph

37632 Commits

Author SHA1 Message Date
Gerd Moellmann
5a4a5bd47d *** empty log message *** 2001-10-19 11:31:35 +00:00
Gerd Moellmann
53e7bbb89f Add --help option. Add support for building
in arbitrary source trees.
2001-10-19 11:31:22 +00:00
Eli Zaretskii
c4e7e308b3 Add big5 Chinese double spaced alphabet mappings, so that one could
type them without leaving the Hanyu Pinyin input method.
Suggested by Kenichi Handa <handa@etl.go.jp>.
2001-10-19 11:19:33 +00:00
Gerd Moellmann
3fa69ee7cd (redisplay_internal): Don't clear echo area if the
mini-window is selected.
2001-10-19 11:04:00 +00:00
Eli Zaretskii
556a9fad55 More info about wrong UNDERLINE_POSITION in some fonts. 2001-10-19 10:28:44 +00:00
Gerd Moellmann
e1785e19e9 *** empty log message *** 2001-10-19 08:42:56 +00:00
Miles Bader
f8d397ee6b (text_property_stickiness): Really fix it this time. 2001-10-19 07:45:58 +00:00
Miles Bader
b57c2708f0 (text_property_stickiness): Non-rear-non-stickiness doesn't take
precedence if the affected property's value is nil.

(Fencode_time): Escape a BOL paren in the doc-string.
2001-10-19 07:08:29 +00:00
Miles Bader
79f1f96cb1 *** empty log message *** 2001-10-19 06:26:06 +00:00
Miles Bader
6d57c3189e (Fline_beginning_position, Fline_end_position): Clarify documentation. 2001-10-19 06:22:46 +00:00
Miles Bader
8abc9869bb (Fbeginning_of_line, Fend_of_line): Clarify interaction with fields and
suggest using `forward-line' to avoid them.
2001-10-19 06:19:07 +00:00
Miles Bader
5fce351a6d (Text Lines): Mention `inhibit-field-text-motion' too. 2001-10-19 06:10:50 +00:00
Miles Bader
2751e4a039 (Text Lines): Describe behavior of beginning-of-line'/end-of-line' in
the presence of field properties.
2001-10-19 06:01:19 +00:00
Stefan Monnier
ef879104ac (current_minor_maps): `override' only shadows its
correspondent in minor-mode-map-alist, not the whole tail.
2001-10-18 22:14:45 +00:00
Stefan Monnier
3090347973 *** empty log message *** 2001-10-18 22:13:21 +00:00
Sam Steingold
1f00682428 Put the *Compile-Log* buffer in `compilation-mode'. 2001-10-18 21:05:16 +00:00
Stefan Monnier
d2f11dda2a (smtpmail-via-smtp): Use mail-envelope-from if set. 2001-10-18 20:48:23 +00:00
Stefan Monnier
e54030af30 (xml-parse-tag): Use eq on char-after's return value. 2001-10-18 20:24:09 +00:00
Andrew Innes
97f4db8c94 (fs_load_font) [WINDOWSNT && _MSC_VER]: Disable
optimization.  The fontp->encoding array was not being initialized
correctly when compiled with optimizations by MSVC.
2001-10-18 16:23:14 +00:00
Gerd Moellmann
3f482bc0e5 (isearch-mode-map): Bind `mouse-movement' to nil. 2001-10-18 10:06:01 +00:00
Gerd Moellmann
d0035f7a52 (hilit-lookup-face-create): Call
set-face-font only if display-graphic-p.
(toplevel): Remove references to window-system.
2001-10-18 09:55:37 +00:00
Gerd Moellmann
d8055bfc8f (Finternal_set_lisp_face_attribute): Follow coding conventions. 2001-10-18 09:50:37 +00:00
Gerd Moellmann
e6b70fd82e (display_line): Indicate empty lines in active
mini-window.
2001-10-18 08:47:12 +00:00
Eli Zaretskii
723718ffe4 Fix last change. 2001-10-18 08:04:48 +00:00
Miles Bader
4d251ae727 (what-line): Avoid problems with field properties. 2001-10-18 01:05:28 +00:00
Eli Zaretskii
2670cf8089 (widget-field-face, widget-single-line-field-face):
Define special colors for a tty.
2001-10-17 18:49:38 +00:00
Eli Zaretskii
c5ba561a32 (Glossary): Add an index entry leading to "cut and paste". 2001-10-17 18:26:54 +00:00
Eli Zaretskii
617cb2b92e (Getting a printed manual): Add an index entry for HTML version
of the manual.
2001-10-17 18:10:10 +00:00
Eli Zaretskii
ba626475cd Document alloc-colors.c. 2001-10-17 17:50:31 +00:00
Eli Zaretskii
9ff069a5c1 Add an entry for MacPPC, and mention special problems on the Yellow Dog. 2001-10-17 17:50:01 +00:00
Andrew Innes
0e804d381c (w32_encode_char): Get cached codepage from font_info,
rather than working it out by calling w32_codepage_for_font for
every glyph.
2001-10-17 17:48:44 +00:00
Andrew Innes
19c291d324 (w32_load_system_font): Cache codepage for font, in
font_info.charset field.
2001-10-17 17:47:56 +00:00
Eli Zaretskii
677e7496ff Mention the crashes on Yellow Dog GNU/Linux on MacPPC, and provide
a work-around.
2001-10-17 17:47:54 +00:00
Andrew Innes
d76d3743b3 (struct font_info) [WINDOWSNT]: Add codepage field. 2001-10-17 17:47:28 +00:00
Andrew Innes
66e5868ae1 (w32_read_socket): Determine clipping rectangle for
the entire frame, including areas covered by scrollbars and the
menubar.  This avoids internal arguments about whether a frame is
fully obscured or not.
2001-10-17 17:19:27 +00:00
Francesco Potortì
5889cc202a (comint-password-prompt-regexp): Make it less restrictive, letting
comint recognise OpenSSH2 passphrase prompts.
2001-10-17 15:38:45 +00:00
Gerd Moellmann
23e8bd8665 (try_window_id): Undo last change. Give up if
window ends in strings.
2001-10-17 15:29:12 +00:00
Gerd Moellmann
9c6ba6d10c (try_window_id): Don't display lines after the window
end if the rest of the window after the window end was already
blank.
2001-10-17 14:05:34 +00:00
Gerd Moellmann
71275ee954 (try_window_id): Remove code that was only there
for the release of 21.1.
2001-10-17 13:34:31 +00:00
Gerd Moellmann
2ad551af63 (display_line): Don't indicate empty lines in
mini-windows.
2001-10-17 11:51:24 +00:00
Gerd Moellmann
15b00083c2 *** empty log message *** 2001-10-17 11:50:56 +00:00
Gerd Moellmann
892a8f36e4 (VERSION): Add and use it where the the version 2001-10-17 10:46:31 +00:00
Gerd Moellmann
cdd76925df (VERSION): Add and use it where the the version
number was used.  Set it to 2.8.
2001-10-17 10:45:56 +00:00
Gerd Moellmann
c7f125f298 (VERSION): Set to 2.8.
(manual): Use `manual-21'.
2001-10-17 10:45:24 +00:00
Gerd Moellmann
09954f3be1 *** empty log message *** 2001-10-17 09:27:02 +00:00
Miles Bader
945220bdb2 *** empty log message *** 2001-10-17 03:33:11 +00:00
Miles Bader
af52c32d5b Change doc-string comments to new style' [w/doc:' keyword].
Remove old commented-out-DEFUN that was used to fake out make-docfile.
2001-10-17 03:17:18 +00:00
Miles Bader
7ee72033eb Change doc-string comments to new style' [w/doc:' keyword]. 2001-10-17 03:16:12 +00:00
Miles Bader
015a8883e0 (DEFUN): Remove `DOC_STRINGS_IN_COMMENTS' case. 2001-10-17 03:11:30 +00:00
Miles Bader
0c82822ca0 (put_char): New function.
(read_c_string_or_comment): Strip trailing spaces and newlines.
2001-10-17 02:53:57 +00:00