Gerd Moellmann [Mon, 7 May 2001 11:24:51 +0000 (11:24 +0000)]
(smtpmail-warn-about-unknown-extensions): New
option.
(smtpmail-via-smtp): Print warnings about unknown SMTP extensions
only if smtpmail-warn-about-unknown-extensions is set.
Eli Zaretskii [Mon, 7 May 2001 11:14:44 +0000 (11:14 +0000)]
(Init File): Say explicitly that site-start.el is also searched along
load-path. Recommend where to put default.el and site-start.el. Add
index entries for site-start.el and default.el.
Eli Zaretskii [Sun, 6 May 2001 11:27:54 +0000 (11:27 +0000)]
(International): Add an overview of Mule features, with pointers to
detailed description.
(Enabling Multibyte): Describe how to switch a unibyte session to multibyte.
Mention that by default, all sessions are multibyte.
(Coding Systems): Make it clear that cpNNN are coding systems, and should
be used as such.
(Recognize Coding): Explain that Emacs decodes text as part of reading
it. Mention revert-buffer as a means to redecode a file.
rmail-save => rmail-expunge-and-save.
Don't state the default for rmail-retry-ignored-headers.
Menu item is `Cancel', not `Don't Send'.
Normal summary line contains date and line count.
Mention rmail-highlight-face.
Clarify about choice of coding system for decoding.
Improve xref for goto-address.
(help-xref-symbol-regexp): Recognize "source of"
and friends, meaning make a link to the source file.
(help-make-xrefs): Handle "source of" and friends
by constructing a link that visits the source file.
Eli Zaretskii [Fri, 4 May 2001 09:57:35 +0000 (09:57 +0000)]
(c-electric-delete, c-electric-delete-forward): Split `c-electric-delete'
into two functions where `c-electric-delete-forward' always deletes
forward and `c-electric-delete' only contains the code
necessary for XEmacs to choose between backward and forward
deletion. `c-electric-delete-forward' is now bound to C-d to
get the electric behavior on that key too.
(c-fill-paragraph): Fixed bogus direct use of c-comment-prefix-regexp,
which caused an error when it's a list.
Gerd Moellmann [Thu, 3 May 2001 17:10:00 +0000 (17:10 +0000)]
(file_dialog_unmap_cb): New function.
(Fx_file_dialog): Use it as XmNunmapCallback to capture the case
where a dialog is closed via the window manager.
Gerd Moellmann [Thu, 3 May 2001 16:19:16 +0000 (16:19 +0000)]
(try_window_id): Cases of changes all in front of
the window start or all below the window end mostly rewritten.
(redisplay_window): Move the tests if try_window_id is
applicable to try_window_id.
(GIVE_UP): New macro.
Gerd Moellmann [Wed, 2 May 2001 13:20:15 +0000 (13:20 +0000)]
(expose_window): Return int. If W is the window
currently being updated, mark the frame garbaged. Fix
computation of rows intersection the exposed rectangle.
(expose_window_tree): Stop when expose_window returns 0.
Gerd Moellmann [Wed, 2 May 2001 11:44:27 +0000 (11:44 +0000)]
(texinfo-format-parse-args): Don't
consume a newline following `}'.
(texinfo-format-email): New function.
(toplevel): Use texinfo-format-email for @email.
(texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp): Add
`display'.
(texinfo-sort-region): Goto point-min before sorting.
(texinfo-set): Remove leading white space from value.
From yagi@is.titech.ac.jp.
(x_window_to_menu_bar) [USE_LUCID]: New function.
(XTread_socket) [USE_LUCID] <Expose>: Handle events for
windows that are components of a Lucid menu bar.
Eli Zaretskii [Mon, 30 Apr 2001 13:35:05 +0000 (13:35 +0000)]
(Marks vs Flags): Explain that dired-undo doesn't undo the file
operations.
(Transforming File Names): Document that these commands operate on ARG or
marked files, and that they ask for confirmation on each file.
Clarify when C-? is available as Help.
Explain that normal-erase-is-backspace-mode toggles between the two modes.
Describe the case where BACKSPACE has been remapped to DELETE
in the window system.
Add doc strings for some functions.
(dabbrev--eliminate-newlines): New variable.
(dabbrev--substitute-expansion): Convert newlines to spaces
if dabbrev--eliminate-newlines is set.
If abbrev and expansion are both all-lower-case,
leave dabbrev--last-case-pattern nil.
Color specified by number is forced to be float number.
(ps-print-version): New version number (6.5.1.1).
(ps-header-frame-alist, ps-footer-frame-alist): Adjust color
initialization.
(ps-prefix-quote): New internal var.
(ps-print-quote): New fun.
(ps-setup, ps-output-frame-properties, ps-float-format)
(ps-format-color): Code fix.
(ps-plot-region): Eliminate redundant foreground color text
setting.