Gerd Moellmann
aeb2b8fc29
(init_from_display_pos): Pop until the iterator's
...
stack is empty; there may be frames for stretch or images
on the stack.
2000-12-23 19:23:24 +00:00
Gerd Moellmann
31798cfeb5
(save_frame_matrix, restore_frame_matrix): Removed.
...
(save_or_restore_current_matrix): New function for the same
purpose, but more efficient.
(adjust_frame_glyphs_for_frame_redisplay): Use it.
2000-12-23 17:22:45 +00:00
Eli Zaretskii
f81561561a
(syms_of_xdisp): Fix last change.
2000-12-23 16:20:22 +00:00
Gerd Moellmann
bdd6d4e85c
*** empty log message ***
2000-12-23 15:43:08 +00:00
Gerd Moellmann
e751216899
(compilation-forget-errors): Fix indentation.
2000-12-23 15:42:36 +00:00
Gerd Moellmann
504454e824
(syms_of_xdisp): Doc fix.
...
(redisplay_window): Remove label restore_buffers;
use finish_scroll_bars instead to make sure that scroll bars
are redeemed. If we don't do this, flickering can result from
scroll bars being destroyed and recreated.
2000-12-23 15:32:07 +00:00
Stefan Monnier
6eabfb2600
(smerge-basic-map): Use =' rather than
d'.
...
Use minibuffer menu prompt for the `=' prefix.
(smerge-command-prefix): Change default to C-^.
(smerge-mode): Don't assume font-lock doesn't move point.
2000-12-22 23:19:47 +00:00
Stefan Monnier
0e86b6b04b
(smerge-basic-map): Use =' rather than
d'.
...
Use minibuffer menu prompt for the `=' prefix.
(smerge-command-prefix): Change default to C-^.
2000-12-22 22:59:17 +00:00
Stefan Monnier
d21584d6d7
(skeleton-internal-1): Really make sure the first line of
...
the region is also re-indented.
(skeleton-end-newline): New var.
(skeleton-end-hook): Use it.
2000-12-22 22:56:36 +00:00
Stefan Monnier
26736ce36e
(skeleton-internal-1): Make sure the first line of
...
the region is also re-indented.
2000-12-22 19:37:31 +00:00
Miles Bader
95fa4fd795
From Markus Rost <markus.rost@mathematik.uni-regensburg.de>:
...
(comint-password-prompt-regexp): Support CVS.
2000-12-22 16:26:40 +00:00
ShengHuo ZHU
4481aa9880
* gnus-art.el (gnus-article-check-hidden-text): Return t.
...
* gnus-util.el (gnus-remove-text-properties-when): Return t.
* mm-decode.el (mm-dissect-multipart): Avoid errors owing to
malformatted messages.
2000-12-22 14:19:33 +00:00
Gerd Moellmann
856ff7a7ed
*** empty log message ***
2000-12-22 13:49:57 +00:00
Gerd Moellmann
f18625cd58
(size_window): When setting the window's too_small_ok
...
flag, compare old size with minimum size depending on WIDTH_P,
don't compare with window_min_width.
2000-12-22 13:48:19 +00:00
Gerd Moellmann
27940e1f01
([C-backspace]): Bind C-backspace to kill-word.
2000-12-22 13:18:44 +00:00
Gerd Moellmann
d25cc9a9b8
(delete-key-deletes-forward-mode): Simplify. Also
...
backspace key combinations, depending on
delete-key-deletes-forward.
2000-12-22 13:18:19 +00:00
Gerd Moellmann
f060b8348d
(delete-key-deletes-forward): Doc fix.
2000-12-22 12:50:39 +00:00
Gerd Moellmann
653558a1dc
(top level comment): Updated to reflect the fact that
...
white spaces are relevant in the XML file
(xml-parse-file): Do not kill an existing Emacs buffer if the file
to parse was already edited. This allows for on-the-fly analysis
of XML files
(xml-parse-tag): Check that the casing is the same in the start
tag and end tag, since XML is case-sensitive. Allows for spaces
in the end tag, after the name of the tag.
(xml-parse-attlist): Allow for the character '-' in the name of
attributes, as in the standard http-equiv attribute Do not save
the properties in the XML tree, since they are not relevant
2000-12-22 12:20:46 +00:00
Jason Rumney
9436cdf9a6
(w32_draw_bitmap): Fix drawing so it does not appear in the wrong colors
...
when the foreground is not black.
(expose_window): Don't redraw the window that's currently being updated.
2000-12-22 11:33:37 +00:00
Dave Love
85145dac0f
*** empty log message ***
2000-12-22 10:56:11 +00:00
Eli Zaretskii
ef5bcfad64
Move the cindex about moving to matching paren into the "List Commands"
...
node, where the commands are really described.
Add cindex entries to the "Defuns" node.
2000-12-22 10:52:16 +00:00
Gerd Moellmann
951f9df517
(delete_window): Simplify somewhat.
...
(Fset_window_configuration): Don't SET_FRAME_GARBAGED after
freeing window matrices. The flag windows_or_buffers_changed is
set, so the next redisplay will consider all windows; this should
suffice.
2000-12-22 10:51:42 +00:00
ShengHuo ZHU
74dd1b0dd8
* gnus-art.el (article-treat-dumbquotes): Quote \.
...
* gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
Emacs 20 runs on a terminal.
* gnus-art.el (article-treat-dumbquotes): More doc, provided by
Paul Stevenson <p.stevenson@surrey.ac.uk>
2000-12-22 05:54:53 +00:00
Kenichi Handa
f455f068fb
(struct ccl_program): New member cr_consumed.
2000-12-22 00:07:09 +00:00
Kenichi Handa
17312e44d7
(CCL_WRITE_CHAR): Don't handle EOL conversion here.
...
(CCL_READ_CHAR): Handle EOL conversion here.
(ccl_driver) <CCL_ReadMultibyteChar2>: Likewise.
2000-12-22 00:06:52 +00:00
Stefan Monnier
3ad93d8dc4
(generic-read-type): Undo last change, inline into
...
`generic-mode' and then remove.
(generic-mode): Inline generic-read-type.
(define-generic-mode): Push the symbol name rather than the symbol
onto generic-mode-list.
2000-12-21 23:26:09 +00:00
Kenichi Handa
80e0ca99ce
(ccl_coding_driver): Initialize ccl->cr_consumed.
2000-12-21 23:22:16 +00:00
Kenichi Handa
886bc93350
*** empty log message ***
2000-12-21 23:17:22 +00:00
Dave Love
e8262f40f3
make-char change
2000-12-21 22:28:08 +00:00
Gerd Moellmann
6ba384dc77
*** empty log message ***
2000-12-21 21:27:37 +00:00
Gerd Moellmann
4b9e6d882e
Commentry change, I've moved my web site.
2000-12-21 21:27:11 +00:00
Gerd Moellmann
647a066c8d
Fix the same problem as described on ebnf2ps.el log
...
entry. Doc fix.
(ebnf-yac-skip-code): Code fix.
(ebnf-yac-comment-chars): Const fix.
2000-12-21 21:24:03 +00:00
Gerd Moellmann
e4dec765ec
Doc fix.
2000-12-21 21:23:21 +00:00
Gerd Moellmann
2197ec3b92
Fix the same problem as described on ebnf2ps.el log
...
entry. Doc fix.
(ebnf-iso-comment-chars): Const fix.
2000-12-21 21:23:06 +00:00
Gerd Moellmann
b1f380ecb4
Fix the same problem as described on ebnf2ps.el log
...
entry. Doc fix.
(ebnf-bnf-lex): Code fix.
(ebnf-bnf-comment-chars): Const fix.
2000-12-21 21:22:51 +00:00
Gerd Moellmann
6a5275dc6d
Fix a problem with skip-chars-forward: it doesn't accept
...
ranges like \177-\237, but accepts the character sequence from \177 to
\237. Doc fix.
(ebnf-version): New version (3.4).
(ebnf-setup): Code fix.
(ebnf-range-regexp): New fun.
(ebnf-8-bit-chars): Const fix.
2000-12-21 21:22:34 +00:00
Gerd Moellmann
7ef18b28bc
Fix a typo.
2000-12-21 20:42:01 +00:00
Gerd Moellmann
e9abc29657
(Fdump_glyph_row) [GLYPH_DEBUG]: Add optional arg
...
GLYPHS.
2000-12-21 20:41:26 +00:00
Gerd Moellmann
726950c4dc
(GLYPH_EQUAL_P): Also compare pixel widths,
...
otherwise tabs of different size compare equal.
2000-12-21 20:40:58 +00:00
Gerd Moellmann
4f8959185a
(Fcall_interactively): Prevent a compiler warning.
2000-12-21 20:40:40 +00:00
Gerd Moellmann
ee5263afa8
(print_unwind): Return nil.
...
(PRINTDECLARE): Initialize all local variables.
(print_preprocess): Add a default case.
2000-12-21 20:40:10 +00:00
ShengHuo ZHU
88818fbedf
* mml.el (gnus-add-minor-mode): Autoload.
...
* message.el (message-forward): Save-restriction.
* message.el (message-mail-user-agent): Add :version.
* message.el (message-mail-user-agent): New variable.
(message-setup): Renamed to message-setup-1. Support
mail-user-agent.
(message-mail-user-agent): New function.
(message-mail): Use it.
(message-reply): Use it.
(message-resend): Use it.
(message-mail-other-window): Use it.
(message-mail-other-frame): Use it.
* gnus-msg.el (gnus-bug): Support mail-user-agent.
2000-12-21 19:58:34 +00:00
Gerd Moellmann
c6ae41f3c9
(Qinhibit_point_motion_hooks): Declare extern.
2000-12-21 16:57:00 +00:00
Gerd Moellmann
8e15274f3f
*** empty log message ***
2000-12-21 16:56:38 +00:00
Gerd Moellmann
8c757fd783
(Fprimitive_undo): Bind `inhibit-point-motion-hooks' to t.
2000-12-21 16:56:13 +00:00
Gerd Moellmann
766a82a0e1
Build an alist for completing-read as in 20.7.
2000-12-21 16:39:28 +00:00
Gerd Moellmann
338f62706f
(lm): Use interactive spec `P'.
...
(toplevel): Don't set debug-on-error.
2000-12-21 16:13:06 +00:00
Gerd Moellmann
177f4e888d
*** empty log message ***
2000-12-21 15:58:48 +00:00
Gerd Moellmann
8363063ec7
(server-switch-buffer): Choose a window on a visible
...
frame.
2000-12-21 15:57:01 +00:00
Gerd Moellmann
9ab436b9e0
(dump_glyph_row, dump_glyph_matrix, Fdump_glyph_matrix)
...
[GLYPH_DEBUG]: Extended to dump glyphs in short form.
2000-12-21 15:39:58 +00:00