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.
Clean up comment-dwim vs indent-for-comment, etc.
Move comment-padding to the Options for Comments node.
Give details of hideshow commands.
Many cleanups for etags.
Rewrite Imenu node.
Put ff-find-related-file into Other C Commands node.
Clean up fortran comment ruler info.
Fortran Misc node deleted.
Comment out description of re-builder.
Clarify isearch highlighting info and input method info.
Rewrite descriptions of non-greedy repetition, \{...\},
and shy groups.
Rewrite "Other Repeating Search" node.
Other small clarifications.
Clarify undisplayable characters, --unibyte, locales.
Clarify self-insertion of non-ASCII 8-bit chars.
Clarify coding system detection of escape sequences.
Clarify keyboard input methods and coding systems.
Comment out the commands to inquire about character sets.
Delete info on Font Lock Support Modes.
Rewrite tool bar info. Rewrite wheeled mouse section.
Rewrite Hi-Lock section. Rewrite trailing whitespace section.
Move indicate-empty-lines into trailing whitespace section.
Move busy-cursor stuff to display.texi.
Rename Misc X node to Frame Commands, and move it.
Many minor changes.
Display Vars node renamed Display Custom.
Include info there about customizing cursor appearance.
Clean up aggressive scrolling.
Clarify horizontal scrolling discussion.
Fix index entries for line number mode.
Major rewrite of Uniquify node and Iswitchb node.
Reorder info about indirect buffers, and clarify.
Put BS and MSB together in one node, Buffer Menus.
Don't mention kill-read-only-ok here.
Misc. clarifications.
Many small clarifications.
New node File Name Cache, broken out of the File Convenience node.
Use @command.
Eliminate invalid @vindex.
Delete duplicate index entries.
Delete vc-ignore-vc-files and vc-handle-cvs. Add vc-handled-backends.
Clarify Auto Compression mode, Tar mode, Diff mode, Smerge mode,
and Archive mode. Rewrite Shadow File node. Rewrite Timestamp text.
Gerd Moellmann [Fri, 16 Feb 2001 15:54:48 +0000 (15:54 +0000)]
(mouse-save-then-kill): If the distance from the new
point to the mark is equal to the distance of point from the new
point, move point instead of the mark.
Eli Zaretskii [Fri, 16 Feb 2001 14:36:39 +0000 (14:36 +0000)]
(generic-find-file-regexp): Doc fix.
(generic-ignore-files-regexp): New defcustom.
(generic-mode-find-file-hook): If the file's name matches the
regexp in `generic-ignore-files-regexp', don't enter
default-generic-mode. Doc fix.