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
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