| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
(outline-demote, outline-move-subtree-down): Don't assume anything
about outline-regexp.
|
|
|
|
| |
(texinfo-show-structure): Explicitly add ^, and simplify.
|
|
|
|
|
|
| |
change.
(top-level): Activate package when loaded (needed for backwards
compatibility).
|
| |
|
|
|
|
|
| |
(smtpmail-via-smtp): No need to add two bytes following previous
change to smtpmail-send-data.
|
| |
|
|
|
|
|
|
| |
(vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
(vc-mcvs-cvs): Remove.
(vc-mcvs-command): Remove use of assert.
|
| |
|
|
|
|
| |
function.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(vc-default-next-version): New function.
(vc-print-log): New arg FOCUS-REV.
(vc-annotate-mode): Derives from view-mode now.
(vc-annotate): New args REVISION, DISPLAY-MODE.
(vc-annotate-prev-version): New function.
(vc-annotate-prev-version): New function.
(vc-annotate-next-version): New function.
(vc-annotate-workfile-version): New function.
(vc-annotate-extract-revision-at-line): New function.
(vc-annotate-revision-at-line): New function.
(vc-annotate-revision-previous-to-line): New function.
(vc-annotate-show-log-revision-at-line): New function.
(vc-annotate-show-diff-revision-at-line): New function.
(vc-current-line): New function.
(vc-annotate-warp-version): New function.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
with ^, since that's what texinfo-show-structure
documentation says (plus it works much better in texinfo.txi).
|
|
|
|
| |
(smtpmail-send-data): Don't append spurious newline.
|
|
|
|
| |
(which-function-mode): Don't cancel which-func-update-timer if not set.
|
| |
|
|
|
|
| |
Remove spurious left square bracket in XX:XXam regexp.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Call rmail-spam-filter. Delete and expunge spam.
Print number of spam messages deleted.
Save and restore the deletion status of old messages when reading
new mail with spam filter, so that expunging spam does not expunge
msgs deleted by the user.
(rmail-only-expunge): added an optional argument dont-show to
prevent showing message after expunge.
|
|
|
|
| |
(cl-unload-hook): Defvar this to run cl-cannot-unload.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Test window-system rather than system-type (for X11/Mac).
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
(rmail-hex-string-to-integer, rmail-decode-quoted-printable):
(rmail-hex-char-to-integer): Functions deleted.
|
|
|
|
|
| |
(mail-unquote-printable-region): New arg NOERROR.
For invalid encoding, either signal an error to just return nil.
|
| |
|
| |
|
|
|
|
|
|
|
| |
(view-diary-entries-initially, european-calendar-style): Doc change.
(calendar-setup): Make defcustom rather than defvar.
(mark-visible-calendar-date): Initialize temp-face and faceinfo
in let binding so local to function.
|
|
|
|
| |
(calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
|
|
|
|
|
|
|
|
| |
(diary, diary-entry-time): Doc change.
(list-diary-entries): Doc change. Trivial logic change.
(fancy-diary-display): Restore make-face command mistakenly
deleted 2003-05-08.
(show-all-diary-entries): Allow to pop-up frame if needed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(appt-issue-message): Delete (see appt-activate).
(appt-visible, appt-msg-window): Make obsolete, in favour of
appt-display-format.
(appt-display-mode-line, appt-display-duration)
(appt-display-diary, appt-time-msg-list, appt-mode-string)
(appt-prev-comp-time, appt-display-count, appt-timer)
(appt-convert-time): Doc change.
(appt-disp-window-function, appt-delete-window-function): Use
defcustom rather than defvar.
(appt-display-format): New variable.
(appt-display-message): New function with display code from
appt-check.
(appt-check): Add optional FORCE argument. Doc change. Add
appt-make-list to diary-hook if displaying diary. Remove
checking of view-diary-entries-initially. Message
display section removed to new function appt-display-message.
(appt-display-window): Doc change. Remove unused internal var
this-buffer. Do not beep, since appt-display-message does that.
(appt-make-list): Doc change. Use caar.
(appt-sort-list): Simplify by using builtin sort function.
(appt-update-list): New function for updating appts when diary is
saved.
(appt-activate): New autoloaded function to toggle package
functionality.
|
|
|
|
|
| |
you can include any file, including those without node lines; and
the latter do not have menu entries created for them.
|
|
|
|
| |
`@end menu' as descriptions!
|
|
|
|
| |
Temporarily select EVENT's window for changing eol type.
|
|
|
|
|
| |
(appt-make-list): Likewise.
(appt-convert-time): Likewise.
|
|
|
|
|
| |
(fancy-diary-font-lock-keywords): Likewise.
(diary-font-lock-keywords): Likewise.
|
|
|
|
|
| |
(gdb-source-info): Allow for case of where compilation directory is not
recorded.
|