1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-19 10:22:27 +00:00
Commit Graph

32904 Commits

Author SHA1 Message Date
Gerd Moellmann
57d6e3818b *** empty log message *** 2000-12-05 14:42:26 +00:00
Gerd Moellmann
2f002eb086 (reftex-toc-menu): Fix typo. 2000-12-05 14:41:58 +00:00
Gerd Moellmann
2662734b85 (x_destroy_window): Reset the frame's X window after
destroying it.
2000-12-05 14:32:18 +00:00
Gerd Moellmann
21999ab99f *** empty log message *** 2000-12-05 14:02:27 +00:00
Gerd Moellmann
f05b502e8b Update customization commentary. 2000-12-05 14:01:58 +00:00
Gerd Moellmann
918b0076ce (tpu-write-file-hook)
(tpu-set-cursor-bound): Replaced picture-clean with
tpu-trim-line-ends.
2000-12-05 13:59:08 +00:00
Gerd Moellmann
d49af51c32 (tpu-help): Fixed previous screen logic.
(tpu-search-highlight): Fixed comparison of overlay end positions.
(tpu-trim-line-ends): Implemented trimming logic locally.
2000-12-05 13:58:49 +00:00
Gerd Moellmann
7422819c95 *** empty log message *** 2000-12-05 13:58:36 +00:00
Eli Zaretskii
d69aa2e367 Point to the Mac OS chapter in the docs. 2000-12-05 13:55:16 +00:00
Gerd Moellmann
2b4ec4d7cb (scrolling_window): Fix code inserting runs in list of all runs.
(line_draw_cost): Fix code skipping over spaces at the end
of the line when must_write_spaces is not set.
(adjust_glyph_matrix): Make sure to initialize
local variable window_width.
2000-12-05 13:48:22 +00:00
Eli Zaretskii
414f9973c4 Fix two typos. 2000-12-05 13:15:19 +00:00
Eli Zaretskii
d3d652ca0d Update due to inclusion of macos.texi. 2000-12-05 13:10:18 +00:00
Eli Zaretskii
2f920ca8b9 @include macos.texi. 2000-12-05 13:06:19 +00:00
Eli Zaretskii
ebc956ca41 New file. 2000-12-05 13:01:11 +00:00
Kenichi Handa
9b96232f57 (setup_coding_system): Be sure to initialize coding->category_idx. 2000-12-05 12:34:56 +00:00
Kenichi Handa
91372bb731 *** empty log message *** 2000-12-05 12:32:32 +00:00
Kenichi Handa
4f35555ac7 (chinese-iso-8bit): Change mime-charset name to cn-gb.
(cn-gb, gb2312): New aliases for chinese-iso-8bit.
2000-12-05 08:33:58 +00:00
Kenichi Handa
73daff18c1 *** empty log message *** 2000-12-05 08:33:40 +00:00
ShengHuo ZHU
ca3ab2d806 (gnus-configure-frame): Save selected window. 2000-12-05 05:18:31 +00:00
ShengHuo ZHU
25fc4fd5b8 * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
succeed.
(gnus-setup-message): Remove a hack.
* gnus-win.el (gnus-configure-windows): Make sure
nntp-server-buffer is live.
(gnus-remove-some-windows): switch-to-buffer -> set-buffer.

* gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.

* gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
raw 8-bit in headers in dk.* newsgroups.
2000-12-04 23:03:50 +00:00
Gerd Moellmann
0c68ce6f22 *** empty log message *** 2000-12-04 21:25:38 +00:00
Gerd Moellmann
fb7775eb56 (tag-partial-file-name-match-p): New function.
(etags-recognize-tags-table, find-tag-in-order): New
functionality: interpret file names as tags.
2000-12-04 21:20:57 +00:00
Gerd Moellmann
d895297e8b (PER_CHAR_METRIC): Removed because not used. 2000-12-04 20:43:27 +00:00
Dave Love
6a4cd00238 *** empty log message *** 2000-12-04 20:25:59 +00:00
Dave Love
968880c416 Remove erroneous spec for condition-case. 2000-12-04 17:05:57 +00:00
Gerd Moellmann
6452929eab *** empty log message *** 2000-12-04 16:42:37 +00:00
Gerd Moellmann
e6be618b87 (rmail-expunge-confirmed): New function.
(rmail-expunge): Use it.
2000-12-04 16:40:57 +00:00
Gerd Moellmann
d2bf5afe6d (rmail-summary-expunge)
(rmail-summary-expunge-and-save): Ask for confirmation with
rmail-expunge-confirmed.
2000-12-04 16:40:31 +00:00
Eli Zaretskii
7a53d8c859 (Info-scroll-prefer-subnodes): New defcustom.
(Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
visit the first subnode until the bottom of the current node is
visible.
2000-12-04 16:38:22 +00:00
Gerd Moellmann
4bc6dcc754 (expose_area): Pass x-coordinate relative to the exposed
area to x_draw_glyphs instead of a window-relative coordinate.
2000-12-04 16:19:04 +00:00
Eli Zaretskii
11dac02543 Fix markup, add index entries, make the DVI output prettier. 2000-12-04 16:17:49 +00:00
Stefan Monnier
00c804d5e6 Don't quote lambdas. 2000-12-04 16:15:18 +00:00
Stefan Monnier
01ad4eacc2 Add index files and dvi/pdf/... 2000-12-04 16:14:34 +00:00
Gerd Moellmann
d7f31e224b (auto_save_error): Add parameter ERROR. Show the
error in the message.
2000-12-04 15:54:41 +00:00
Gerd Moellmann
ae18aa3b61 (Fread_key_sequence): Don't start the busy cursor
timer after having read a key.  It's not good for code reading
several keys in a loop, like an input method.
2000-12-04 14:48:32 +00:00
Dave Love
c3d83ef1d5 Add @dircategory.
(Create an Info File): Fix xref.
2000-12-04 14:39:37 +00:00
Dave Love
35ce9324c4 Add @dircategory. 2000-12-04 13:47:05 +00:00
Gerd Moellmann
caa15ef70c *** empty log message *** 2000-12-04 13:33:03 +00:00
Gerd Moellmann
021cfbea75 (format-decode): Don't change buffer's undo list. 2000-12-04 13:32:26 +00:00
Gerd Moellmann
392e96d4e5 Update copyright. 2000-12-04 13:31:13 +00:00
Gerd Moellmann
4c587cd3af (Fprimitive_undo): Bind inhibit-read-only to t if
current buffer is read-only, not if it isn't.
2000-12-04 13:30:53 +00:00
Gerd Moellmann
ed8e506f24 (Finsert_file_contents): When VISIT is t, don't
record undo information for format-decode.
2000-12-04 13:30:09 +00:00
Gerd Moellmann
6c083b4cec *** empty log message *** 2000-12-04 12:28:37 +00:00
Gerd Moellmann
793cd2c862 (save_excursion_restore): Don't move point
in another window if it is showing the wrong buffer.
Avoid the call to Fwindow_live_p, for speed.
2000-12-04 12:25:36 +00:00
Gerd Moellmann
e8a5078504 (record_char): Record `help-echo' input events
in recent_keys only if they display some help.  Don't record
`help-echo' events as macro char.
2000-12-04 12:22:46 +00:00
Kenichi Handa
9fff53a32b Change the font registries for CJK
fonts in the default fontset.  Don't append '*' to registries.
2000-12-04 06:27:35 +00:00
Kenichi Handa
8ac2d32f18 (face-font-registry-alternatives): Add entries for CJK
fonts.  Doc-string adjusted for the actual usage of this data.
2000-12-04 06:27:16 +00:00
Kenichi Handa
e225faa7f4 *** empty log message *** 2000-12-04 06:27:02 +00:00
Kenichi Handa
8e1b21a7db (struct font_name): New member registry_priority.
(split_font_name): Initialize the above member to zero.
(concat_font_list): New function.
(font_list): Include fonts of all alternative registries.
(FONT_POINT_SIZE_QUANTUM): New macro.
(better_font_p): Ignore point size difference less than
FONT_POINT_SIZE_QUANTUM.  Use registry_prioprity as a last resort.
2000-12-04 06:26:38 +00:00
Kenichi Handa
1bdeec2e3c (x_produce_glyphs): If a font for a component of
a composition is not found, use 1 pixel dot ascent and 0 dot
descent value to avoid displaying terribly tall empty boxes.
2000-12-04 01:20:30 +00:00