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

33371 Commits

Author SHA1 Message Date
Gerd Moellmann
e797dea65e (ensure_frame_matrix): Removed.
(save_frame_matrix, restore_frame_matrix): New functions.
(adjust_frame_glyphs_for_frame_redisplay): Use them.
2000-12-21 15:39:27 +00:00
Gerd Moellmann
fa4b4cfd92 (ensure_frame_matrix): Function declaration removed. 2000-12-21 15:39:04 +00:00
Gerd Moellmann
a2d8ce7900 (delete_window, Fsplit_window)
(Fset_window_configuration): Calls to ensure_frame_matrix removed.
2000-12-21 15:38:38 +00:00
Andrew Innes
99012074ba (x_update_begin): Regenerate the palette here, rather
than for each window.
2000-12-21 14:58:55 +00:00
Andrew Innes
90f4a9f8e2 (select_palette): Avoid calling SelectPalette if
palette is NULL, since this corrupts memory!  Also get
display_info reference from frame.
2000-12-21 14:58:09 +00:00
Eli Zaretskii
834d23b2c4 Credits for the last change. 2000-12-21 14:46:37 +00:00
Eli Zaretskii
bc22fd184a (insert-directory-safely): New function.
(recover-file): Use it instead of insert-directory.
2000-12-21 14:44:35 +00:00
Jason Rumney
988646fc79 (x_draw_hollow_cursor): Delay obtaining the frame's DC to avoid
returning without releasing it.
2000-12-21 11:06:32 +00:00
Jason Rumney
3e27fa1f83 (w32_init_bdf_font): Fix test for valid bmp heap. 2000-12-21 11:05:33 +00:00
Jason Rumney
29ef7d2de4 *** empty log message *** 2000-12-21 11:04:01 +00:00
Kenichi Handa
a672b7cd13 (select-safe-coding-system): Improve help message. 2000-12-21 06:46:52 +00:00
Kenichi Handa
4d513a5723 *** empty log message *** 2000-12-21 06:46:32 +00:00
Kenichi Handa
c24e49a893 (select-safe-coding-system): Check coding-category-list more rigidly. 2000-12-21 05:45:08 +00:00
Kenichi Handa
eeefcfded6 *** empty log message *** 2000-12-21 05:44:43 +00:00
Kenichi Handa
5c010e5999 (dired-move-to-filename-regexp): Fix previous change. 2000-12-21 02:43:08 +00:00
Kenichi Handa
587fc3f9ed *** empty log message *** 2000-12-21 02:41:28 +00:00
Miles Bader
01860fb9f7 *** empty log message *** 2000-12-21 02:18:46 +00:00
Miles Bader
eba52a1aca (mail-mode): Set `comment-start' to the yank prefix. 2000-12-21 02:11:01 +00:00
Miles Bader
980984d8e3 Add comment. 2000-12-21 02:09:37 +00:00
Kenichi Handa
588fc8bdf0 (push_key_description): Don't convert eight-bit-control
and eight-bit-graphic to multibyte character.
2000-12-21 01:58:28 +00:00
Kenichi Handa
e360ac5bee (describe-char-after): Make *Help*
buffer inherit multibyteness of the current buffer.
2000-12-21 01:57:24 +00:00
Kenichi Handa
9fd1c1f709 *** empty log message *** 2000-12-21 01:57:04 +00:00
Miles Bader
f71680f9f7 (message-mode): Set `comment-start' to the yank prefix. 2000-12-21 01:56:37 +00:00
Kenichi Handa
3073601217 (Fmake_char_internal): If CHARSET doesn't have a
generic character and CODE1 is nil, return the smallest character
in CHARSET.
2000-12-21 00:12:13 +00:00
Kenichi Handa
3f9d67a6d4 *** empty log message *** 2000-12-21 00:09:15 +00:00
Kenichi Handa
9ff05eaec0 (make-char): Docstring adjusted for the change of make-char-internal. 2000-12-21 00:06:23 +00:00
Dave Love
774ba8c93d (NSIG): Don't redefine. 2000-12-21 00:01:55 +00:00
Stefan Monnier
88416888aa (where_is_internal): Check ascii_sequence_p rather than
excluding menu-bar and tool-bar.
(Fwhere_is_internal): Check ascii_sequence_p when looking up the cache.
(menu_item_p): Remove.
(where_is_internal_1): Don't ignore menu-items.
2000-12-20 22:46:44 +00:00
Stefan Monnier
c9669fac51 Docstrings fix. 2000-12-20 21:37:27 +00:00
ShengHuo ZHU
158d6e07f0 * message.el (message-narrow-to-head-1): New function.
(message-narrow-to-head): Use it.
(message-reply): Ditto.
(message-cancel-news): Ditto.
(message-supersede): Ditto.
(message-make-forward-subject): Ditto.
(message-bounce): Ditto.

* gnus-msg.el (gnus-summary-mail-forward): Use original buffer.

* message.el (message-forward): Copy buffer in unibyte mode.
(message-make-forward-subject): Don't widen. Decode.
(message-forward): Don't decode subject.

* mml.el (gnus-ems): Require it.

* gnus-msg.el (gnus-summary-mail-forward):

* message.el (message-forward):  Move mime-to-mml here.

* nnmbox.el (nnmbox-file-coding-system): Use binary.
(nnmbox-active-file-coding-system): Ditto.

* gnus-cus.el (gnus-group-parameters): Add posting-style.

* mm-uu.el: Require binhex.

* qp.el (quoted-printable-encode-region): Upcase QP.
2000-12-20 20:20:51 +00:00
Dave Love
19594307c9 (eval-after-load): Doc fix. 2000-12-20 20:09:59 +00:00
Gerd Moellmann
03ff8aabc3 *** empty log message *** 2000-12-20 15:37:23 +00:00
Gerd Moellmann
3172f70b51 (hscroll_window_tree): Take window's min_hscroll
into account.
2000-12-20 15:36:56 +00:00
Gerd Moellmann
ea68264b3a (make_window): Initialize window's min_hscroll.
(Fset_window_hscroll): Set window's hscroll and min_hscroll.
(set_window_buffer, temp_output_buffer_show): Set min_hscroll
to zero.
(struct saved_window): New member min_hscroll.
(SAVED_WINDOW_VECTOR_SIZE): Set to 17.
(Fset_window_configuration): Set window's min_hscroll.
(save_window_save): Save window's min_hscroll.
(compare_window_configurations): Compare min_hscroll values.
2000-12-20 15:36:29 +00:00
Gerd Moellmann
0248728d0d (struct window): New member min_hscroll. 2000-12-20 15:36:07 +00:00
Gerd Moellmann
102d8a2216 (echo_prompt): Prevent a compiler warning. 2000-12-20 15:13:36 +00:00
Gerd Moellmann
8de4aaf863 (try_cursor_movement): Fix last change. The real
condition is that PT is at the end of the row, and should
be displayed at the start of the next row.
2000-12-20 14:25:09 +00:00
Eli Zaretskii
ed5c18e260 Many changes to make it consistent with Emacs 21. 2000-12-20 14:23:38 +00:00
Eli Zaretskii
73ec16700b (../info/idlwave): Use --no-split. 2000-12-20 14:13:48 +00:00
Gerd Moellmann
3f7e303108 (try_cursor_movement): If we end on a partially
visible line, end we already decided to scroll, return -1.
2000-12-20 14:10:20 +00:00
Gerd Moellmann
c9f00270df (fake_current_matrices, ensure_frame_matrix): New
functions.
(adjust_frame_glyphs_for_frame_redisplay): If display has been
completed, call fake_current_matrices instead of marking frame
garbaged.
2000-12-20 12:00:57 +00:00
Gerd Moellmann
aa35ba9e18 (delete_window, Fsplit_window)
(Fset_window_configuration): Call ensure_frame_matrix.
2000-12-20 12:00:24 +00:00
Gerd Moellmann
1202e2cce2 (ensure_frame_matrix): Add prototype. 2000-12-20 12:00:01 +00:00
Gerd Moellmann
a6426c6f15 *** empty log message *** 2000-12-20 11:59:34 +00:00
Kenichi Handa
ee753ec8cf (jka-compr-partial-uncompress): Don't use `concat' for numbers. 2000-12-20 11:07:03 +00:00
Kenichi Handa
b1a447b378 *** empty log message *** 2000-12-20 11:06:36 +00:00
Jason Rumney
57fa27745d (syms_of_w32fns): Initialize and staticpro tip_frame. 2000-12-20 10:21:02 +00:00
Jason Rumney
7f90b826d2 Clarify that new default font only applies under X. 2000-12-20 08:52:50 +00:00
ShengHuo ZHU
520aa572f8 * gnus-util.el (gnus-add-text-properties-when): New function.
(gnus-remove-text-properties-when): Ditto.

* gnus-cite.el (gnus-article-hide-citation): Use them.
(gnus-article-toggle-cited-text): Use them.

* gnus-art.el (gnus-signature-toggle): Use them.
(gnus-article-show-hidden-text): Ditto.
(gnus-article-hide-text): Ditto.

* gnus-art.el (gnus-article-describe-key): Use prompt.
(gnus-article-describe-key-briefly): Ditto.
2000-12-20 06:13:15 +00:00
Miles Bader
09877d5d2f (quail-input-method): Resize the help window again after it has all its
contents.  Remove unneeded progn.
2000-12-20 06:06:28 +00:00