1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-21 22:34:51 -07:00
Commit graph

42302 commits

Author SHA1 Message Date
Miles Bader
e617a35b40 (x_fix_overlapping_area, x_write_glyphs, expose_area)
(expose_line, x_erase_phys_cursor): Don't use `inverse_p' field.
(w32_reassert_line_highlight, x_change_line_highlight): Functions removed.
2001-10-20 05:49:35 +00:00
Miles Bader
0ad3872928 (dump_glyph_row, display_mode_line): Don't use `inverse_p' field. 2001-10-20 05:47:06 +00:00
Miles Bader
153f5ed71f (x_fix_overlapping_area, x_write_glyphs, expose_area)
(expose_line, x_erase_phys_cursor): Don't use `inverse_p' field.
(XTreassert_line_highlight, x_change_line_highlight):
Functions removed.
(x_initialize): Don't set reassert_line_highlight_hook or
change_line_highlight_hook.
2001-10-20 05:44:30 +00:00
Miles Bader
4cecaab842 (update_frame_line): Don't call reassert_line_highlight.
(line_hash_code, row_equal_p, fake_current_matrices)
(build_frame_matrix_from_leaf_window, update_frame_line)
(update_frame_line, update_frame_line, update_frame_line):
Don't use `inverse_p' field.
2001-10-20 05:42:06 +00:00
Miles Bader
236f384702 (struct glyph_row): Remove `inverse_p' field.
(reassert_line_highlight, change_line_highlight): Declarations removed.
2001-10-20 05:40:56 +00:00
Richard M. Stallman
04b905441b Clarify previous change. 2001-10-19 23:37:53 +00:00
Richard M. Stallman
875470a566 (syms_of_eval): Doc fixes. 2001-10-19 23:33:55 +00:00
Richard M. Stallman
0b5f679f6d *** empty log message *** 2001-10-19 23:33:29 +00:00
Kim F. Storm
db6f8ff125 Don't let kill-ring-save show extent if transient-mark-mode and region
fully visible.
2001-10-19 23:25:34 +00:00
Pavel Janík
37a9305ef3 Properly spell the name of Emacs. 2001-10-19 22:12:42 +00:00
Richard M. Stallman
1977bbf4a9 Minor cleanup. 2001-10-19 19:09:32 +00:00
Miles Bader
c591537064 Exit if we can't find some variable.
(AVOID): Add .orig & .rej files.
(get_config_var): Be more liberal about format of config.status sed commands.
2001-10-19 17:21:49 +00:00
Gerd Moellmann
74499542df *** empty log message *** 2001-10-19 16:33:45 +00:00
Eli Zaretskii
8f9495e70e (auto-mode-alist): Associate .indent.pro with
Fundamental mode.  Suggested by Samuel Padgett
<spadgett1@nc.rr.com>.
2001-10-19 16:32:49 +00:00
Miles Bader
531a33367a *** empty log message *** 2001-10-19 15:27:05 +00:00
Miles Bader
fcb04b6e24 (configuration): Set from host' if host_alias' isn't defined. 2001-10-19 15:20:20 +00:00
Andreas Schwab
121ff7117a (${srcdir}/configure): Don't depend on aclocal.m4. 2001-10-19 12:33:44 +00:00
Andreas Schwab
503d2be044 Regenerated. 2001-10-19 12:33:10 +00:00
Andreas Schwab
96ac8fc971 All local hacks incorporated into autoconf 2.50. 2001-10-19 12:32:15 +00:00
Andreas Schwab
e9b2a02242 Make ready for autoconf 2.5x.
(AC_PREREQ): Require autoconf 2.50.
2001-10-19 12:30:52 +00:00
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