Stefan Monnier [Thu, 22 Feb 2001 20:09:13 +0000 (20:09 +0000)]
(fill-region-as-paragraph): Skip spaces backward
rather than using (match-beginning 0) when searching for break point.
Because match-data might have been destroyed by fill-nobreak-predicate
or might never have been setup if the re-search-backward has failed.
Gerd Moellmann [Thu, 22 Feb 2001 13:56:35 +0000 (13:56 +0000)]
(forward_to_next_line_start): When taking the shortcut
at the start of the function, check that the \n in it->c is
from the iterator's current position.
Eli Zaretskii [Thu, 22 Feb 2001 13:30:58 +0000 (13:30 +0000)]
(texinfo-format-scan): Signal an error if
@ follows an accent command such as @'. Support optional braces
in commands that insert accents, like makeinfo does.
Gerd Moellmann [Thu, 22 Feb 2001 13:26:12 +0000 (13:26 +0000)]
(handle_single_display_prop): Add parameter
DISPLAY_REPLACED_BEFORE_P. If it is non-zero ignore display
properties which replace the display of text with something else.
(handle_display_prop): Call handle_single_display_prop with
additional argument saying if we already replaced text display
with something else. Use AREF.
(with_echo_area_buffer_unwind_data, display_menu_bar)
(decode_mode_spec_coding): Use AREF and ASIZE.
Gerd Moellmann [Thu, 22 Feb 2001 11:46:14 +0000 (11:46 +0000)]
(direct_output_for_insert): Give up if we are showing
a message or just cleared the message because we might need to
resize the echo area window or display an empty echo area.
Gerd Moellmann [Thu, 22 Feb 2001 11:18:28 +0000 (11:18 +0000)]
(fancy-splash-text): Add a line for ordering
manuals. Reverse order of splash screens shown.
(use-fancy-splash-screens-p): Adapt to the text line added.
Gerd Moellmann [Wed, 21 Feb 2001 16:20:24 +0000 (16:20 +0000)]
(redisplay_internal): Do the
mark_window_display_accurate after all windows have been
redisplayed because this call resets flags in buffers which are
needed for proper redisplay.
Gerd Moellmann [Wed, 21 Feb 2001 13:55:14 +0000 (13:55 +0000)]
Rename everything containing *busy_cursor* and similar
to *hourglass*.
(syms_of_w32fns): Rename x-busy-pointer-shape to
x-hourglass-pointer-shape, display-busy-cursor to
display-hourglass, busy-cursor-delay to hourglass-delay.
Gerd Moellmann [Tue, 20 Feb 2001 14:54:50 +0000 (14:54 +0000)]
(setup_echo_area_for_printing): Set truncate_lines to
nil, otherwise we're left with truncate_lines t when a message
is printed with message-truncate-lines bound to t.
Bill Wohler [Mon, 19 Feb 2001 19:13:47 +0000 (19:13 +0000)]
Release mh-e-doc-1.3 for Emacs 21.1.
(Viewing): Added mh-header-display index entry.
(Organizing,Customizing Reading): Added mh-kill-folder index entry.
(Preface): The current version of mh-e has come
standard since 19.29. Since Version 5 of mh-e has been out so
long, lots of text regarding earlier versions was pruned.
(Conventions): Use BACKSPACE instead of DELETE in Emacs 21.
(Reading MIME): Use nmh commands.
(Bug Reports): Current maintainer now Bill Wohler. Bug reports now
at SourceForge.
(Mailing List): Mailing lists now at SourceForge.
(MH FAQ): FAQ now at faqs.org.
(Getting mh-e): Version in Emacs should be fairly up to date. New
releases at SourceForge.
(History): mh-e now maintained by Bill Wohler at SourceForge.
(Changes to mh-e): Gone.
(Copying): Clean up close-quote punctuation (rms-1.7).
Gerd Moellmann [Mon, 19 Feb 2001 13:58:17 +0000 (13:58 +0000)]
(recursive_edit_1): Bind `inhibit-redisplay' and
set redisplaying_p to 0 here instead of in Frecursive_edit.
(Frecursive_edit): Don't bind `inhibit-redisplay' and don't
set redisplaying_p.
Gerd Moellmann [Mon, 19 Feb 2001 13:48:28 +0000 (13:48 +0000)]
(Qinhibit_menubar_update, inhibit_menubar_update):
New variables.
(syms_of_xdisp): Initialize new variables.
(update_menu_bar): Do nothing if inhibit_menubar_update is set.
Specbind `inhibit-menubar-update' when updating the menu bar.