Chong Yidong [Fri, 28 Mar 2008 19:02:43 +0000 (19:02 +0000)]
(Mark): Rearrange nodes.
(Persistent Mark): Rename from Transient Mark.
(Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
Describe Transient Mark mode as the default.
Chong Yidong [Fri, 28 Mar 2008 19:02:23 +0000 (19:02 +0000)]
* mark.texi (Mark): Rearrange nodes.
(Persistent Mark): Rename from Transient Mark.
(Mark, Setting Mark, Marking Objects, Persistent Mark, Mark Ring):
Describe Transient Mark mode as the default.
* basic.texi (Basic Undo): Don't mention setting the mark, which isn't
the default behavior with Transient Mark mode off.
(Position Info): Fix typo.
* display.texi (Standard Faces): Reference the Mark node. Remove
discussion of the region face, which is discussed there.
* emacs.texi (Top): Update node listings.
* files.texi (Diff Mode, Misc File Ops): Describe Transient Mark mode
as the default.
* fixit.texi (Undo): Standardize choice of undo key sequence.
(Undo, Spelling): Describe Transient Mark mode as the default.
* frames.texi (Mouse Commands): Treat Transient Mark mode as the
default.
* glossary.texi (Glossary): Treat Transient Mark mode as the default.
* killing.texi (Kill Ring, Accumulating Text): Assume Transient Mark
mode is the default, and note that the mark is not activated when set.
* programs.texi (Moving by Defuns, Expressions, Comment Commands):
Describe Transient Mark mode as the default.
* search.texi (Basic Isearch): Reference the Mark Ring node.
(Replace, Unconditional Replace, Other Repeating Search):
Describe Transient Mark mode as the default.
* text.texi (Words, Pages, Fill Commands, HTML Mode): Describe
Transient Mark mode as the default.
(Paragraphs): Describe how M-h behaves when region is active.
* trouble.texi (Quitting): Clarify effects of C-g.
Dan Nicolaescu [Fri, 28 Mar 2008 03:50:26 +0000 (03:50 +0000)]
* vc.el: Add new backend function 'status-extra-headers.
(vc-default-status-extra-headers): New function.
(vc-status-headers): Call 'status-extra-headers. Add colors.
* vc-git.el (vc-git-status-extra-headers): New function.
Glenn Morris [Fri, 28 Mar 2008 02:45:58 +0000 (02:45 +0000)]
(calendar-cursor-to-nearest-date): Remove un-needed local `date'.
(calendar-cursor-to-visible-date): Use let rather than let*.
Remove un-needed local `first-of-month-weekday'.
Glenn Morris [Fri, 28 Mar 2008 02:45:39 +0000 (02:45 +0000)]
(cal-menu-holidays-menu, cal-menu-list-holidays-year)
(cal-menu-list-holidays-following-year, cal-menu-list-holidays-previous-year):
Simplify now that 2nd arg of holiday-list is optional.
(calendar-mouse-holidays): Remove un-needed local `l'.
Kenichi Handa [Thu, 27 Mar 2008 11:36:43 +0000 (11:36 +0000)]
(Fdefine_charset_internal): Change the way of
registering charsets in Vcharset_order_list.
(syms_of_charset): Make the charset `eight-bit' supplementary.
Kenichi Handa [Thu, 27 Mar 2008 11:29:14 +0000 (11:29 +0000)]
(define-iso-single-byte-charset):
Don't make latin-iso8859-* supplementary.
(#'set-charset-priority): Don't change the priority of charsets
`unicode' and `emacs'.
Glenn Morris [Thu, 27 Mar 2008 02:50:38 +0000 (02:50 +0000)]
(diary-face-attrs): Fix type of `width'.
(list-diary-entries-hook, mark-diary-entries-hook)
(include-other-diary-files, mark-included-diary-files): Doc fixes.
(diary-set-header): New function.
(diary-header-line-flag, diary-header-line-format):
Use diary-set-header for custom :set function.
(diary-set-maybe-redraw): Use symbol-value rather than eval.
(diary-attrtype-convert): Use intern-soft rather than read.
(diary-display-no-entries): New function.
(simple-diary-display, fancy-diary-display): Use it.
(fancy-diary-display): Doc fix. Remove unneeded local entry-list.
Stefan Monnier [Wed, 26 Mar 2008 03:42:57 +0000 (03:42 +0000)]
(appt-buffer-name): Don't use a leading space for buffers shown to the user.
(appt-disp-window): Disable undo explicitly now that the leading space is gone.
Stefan Monnier [Wed, 26 Mar 2008 03:40:40 +0000 (03:40 +0000)]
(activate-mark): New function.
(set-mark-command): Use it with region-active-p to clean up the code.
(exchange-point-and-mark): Invert the meaning of C-u when
transient-mark-mode is active.
Glenn Morris [Wed, 26 Mar 2008 03:13:55 +0000 (03:13 +0000)]
Provide calendar before requiring cal-menu.
(oriental-holidays, solar-holidays): Assume atan always bound.
(solar-holidays): Simplify holiday-sexp calls.
Glenn Morris [Wed, 26 Mar 2008 03:12:48 +0000 (03:12 +0000)]
(calendar-after-frame-setup-hook): New name for
calendar-after-frame-setup-hooks. Update callers, make old name an
obsolete alias. Doc fix.
(calendar-frame-1): Doc fix.
Glenn Morris [Wed, 26 Mar 2008 03:11:38 +0000 (03:11 +0000)]
Require calendar rather than declaring functions.
(cal-menu-diary-menu): Remove menu headings that cause cal-bahai,
cal-islam, cal-hebrew to be loaded on starting the calendar.