Reiner Steib [Mon, 28 Mar 2005 17:33:37 +0000 (17:33 +0000)]
Fix entries according to RMS in <E1ClJsv-0001TZ-SS@fencepost.gnu.org>:
Please do not *ever* write "From so-and-so" in a change log entry. If
someone else wrote the code you are installing, *always* put his name
in the header line of the change.
Juri Linkov [Mon, 28 Mar 2005 01:24:10 +0000 (01:24 +0000)]
(Info-mode-menu): Remove ellipsis from "Index".
Add ellipsis to "Lookup a String", "Lookup a string in all indices".
Add `:active Info-index-alternatives' to "Next Matching Item".
Juri Linkov [Mon, 28 Mar 2005 01:18:22 +0000 (01:18 +0000)]
(menu-bar-ediff-misc-menu, ediff-misc-menu):
Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
Ediff Sessions", "Toggle use of separate control buffer frame",
"Use separate frame for Ediff control buffer".
Luc Teirlinck [Sun, 27 Mar 2005 02:17:27 +0000 (02:17 +0000)]
Several small changes in addition to:
(Visiting): Change xref for Dialog Boxes to ref.
(Version Headers): Replace references to obsolete var
`vc-header-alist' with `vc-BACKEND-header'.
(Customizing VC): Update value of `vc-handled-backends'.
Glenn Morris [Sat, 26 Mar 2005 19:54:32 +0000 (19:54 +0000)]
(Calendar Customizing): Move view-diary-entries-initially,
view-calendar-holidays-initially, mark-diary-entries-in-calendar,
mark-holidays-in-calendar to main Emacs Manual.
(Appt Customizing): Merge entire section into main Emacs Manual.
Glenn Morris [Sat, 26 Mar 2005 19:51:24 +0000 (19:51 +0000)]
Update and reformat copyright.
(Calendar/Diary): Menu now only on Mouse-3, not C-Mouse-3.
(Holidays): Move view-calendar-holidays-initially,
mark-holidays-in-calendar here from emacs-xtra.
(Diary): Refer to `diary-file' rather than ~/diary.
(Diary Commands): Rename node to "Displaying the Diary".
(Displaying the Diary): Move view-diary-entries-initially,
mark-diary-entries-in-calendar here from emacs-xtra.
(Appointments): Move appt-display-mode-line, appt-display-duration,
appt-disp-window-function, appt-delete-window-function here from
emacs-xtra.
Glenn Morris [Sat, 26 Mar 2005 15:55:15 +0000 (15:55 +0000)]
Update copyright and maintainer.
(calendar-beginning-of-year): Move the cursor to Jan 1 when needed.
(calendar-end-of-year): Fix -/+ typo.
Reported by Chong Yidong <cyd@stupidchicken.com>.
(mail-directory-process): Do nothing if mail-directory-process is an atom.
(mail-get-names): Ignore mail-directory-names if it is an atom.
(mail-directory-process defvar): Doc fix.
(mail-names): Doc fix.
(Face Attributes): Faces earlier in an :inherit list take precedence.
(Scroll Bars): Fix description of vertical-scroll-bars.
Document frame-current-scroll-bars and window-current-scroll-bars.
(Outline Visibility): Introduce "current heading
line" (commands can be called with point on a body line).
Re-order table to follow the sequence of discussion.
hide-body won't hide lines before first header line.
(TeX Mode): Add DocTeX mode.
Juri Linkov [Fri, 25 Mar 2005 21:45:47 +0000 (21:45 +0000)]
(image-minor-mode): Set `cursor-type' and `truncate-lines' if the
image is already displayed. Add turning image-minor-mode off to
`change-major-mode-hook'. Add message.
Call `image-toggle-display-text' after turning image-minor-mode off.
Juri Linkov [Fri, 25 Mar 2005 19:57:21 +0000 (19:57 +0000)]
Optimize image filename extension regexps in
autoload cookies. Associate .x[bp]m with `image-mode-maybe'
in `auto-mode-alist'.
(image-mode): Add `image-toggle-display-text' to local hook
`change-major-mode-hook'. Display the image as an image by
default. Set `cursor-type' and `truncate-lines' if the image
is already displayed. Take into account the current mode (image
or text) in message.
(image-minor-mode): New minor mode.
(image-mode-maybe, image-toggle-display-text): New functions.
(image-toggle-display): Use called-interactively-p.
Let-bind `inhibit-read-only' to t.
Stefan Monnier [Fri, 25 Mar 2005 15:41:42 +0000 (15:41 +0000)]
(set-locale-environment): For Mac OS X's Terminal.app, use utf-8.
(set-display-table-and-terminal-coding-system): Add coding-system arg.
(set-locale-environment): Use it.