summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (outline-insert-heading): Tighten up match.Stefan Monnier2004-01-212-25/+28
| | | | | (outline-demote, outline-move-subtree-down): Don't assume anything about outline-regexp.
* (texinfo-mode): Remove ^ from outline-regexp.Stefan Monnier2004-01-211-5/+4
| | | | (texinfo-show-structure): Explicitly add ^, and simplify.
* (appt-check): Restore usage of appt-issue-message deleted in previousGlenn Morris2004-01-201-1/+5
| | | | | | change. (top-level): Activate package when loaded (needed for backwards compatibility).
* *** empty log message ***Glenn Morris2004-01-201-0/+7
|
* Jesper Harder <harder@ifa.au.dk>Glenn Morris2004-01-201-7/+2
| | | | | (smtpmail-via-smtp): No need to add two bytes following previous change to smtpmail-send-data.
* *** empty log message ***Glenn Morris2004-01-201-0/+5
|
* (vc-mcvs-mode-line-string): Remove. Does not work.Stefan Monnier2004-01-201-19/+6
| | | | | | (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs. (vc-mcvs-cvs): Remove. (vc-mcvs-command): Remove use of assert.
* #André Spiegel2004-01-201-0/+22
|
* * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): NewAndré Spiegel2004-01-201-1/+9
| | | | function.
* * vc.el (vc-default-previous-version): Doc enhancement.André Spiegel2004-01-201-22/+235
| | | | | | | | | | | | | | | | | | (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.
* texinfo.elKarl Berry2004-01-201-0/+5
|
* Use "Texinfo" consistently, no "TeXinfo" or "TexInfo".Karl Berry2004-01-201-5/+5
|
* *** empty log message ***Luc Teirlinck2004-01-201-0/+4
|
* (delete-dups): New function.Luc Teirlinck2004-01-191-0/+15
|
* textmodes/texinfo.elKarl Berry2004-01-191-0/+6
|
* (texinfo-mode): define outline-regexp to startKarl Berry2004-01-191-2/+2
| | | | | with ^, since that's what texinfo-show-structure documentation says (plus it works much better in texinfo.txi).
* Jesper Harder <harder@ifa.au.dk>Glenn Morris2004-01-182-21/+15
| | | | (smtpmail-send-data): Don't append spurious newline.
* David Ponce <david@dponce.com>Glenn Morris2004-01-181-1/+2
| | | | (which-function-mode): Don't cancel which-func-update-timer if not set.
* (mm-delete-duplicates): Remove redundant space in docstring.Luc Teirlinck2004-01-181-1/+1
|
* (diary-entry-time): Fix typo/bug:Thien-Thi Nguyen2004-01-172-1/+6
| | | | Remove spurious left square bracket in XX:XXam regexp.
* Do not require cl at run time.Luc Teirlinck2004-01-172-1/+5
|
* Comment change.Richard M. Stallman2004-01-162-2/+16
|
* (rmail-get-new-mail): New local rsf-number-of-spam.Richard M. Stallman2004-01-161-9/+59
| | | | | | | | | | | 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-cannot-unload): New function.Richard M. Stallman2004-01-161-0/+4
| | | | (cl-unload-hook): Defvar this to run cl-cannot-unload.
* *** empty log message ***Luc Teirlinck2004-01-162-1/+6
|
* Add `fmakunbound' for `declare'.Luc Teirlinck2004-01-161-0/+1
|
* (declare): New macro.Luc Teirlinck2004-01-161-14/+20
|
* (scheme-font-lock-keywords-2): Add "force".Thien-Thi Nguyen2004-01-152-1/+5
|
* *** empty log message ***Stefan Monnier2004-01-141-0/+5
|
* (mouse-wheel-down-event, mouse-wheel-up-event):Stefan Monnier2004-01-141-2/+2
| | | | Test window-system rather than system-type (for X11/Mac).
* Docstring fix.Stefan Monnier2004-01-141-1/+1
|
* *** empty log message ***Stefan Monnier2004-01-131-86/+92
|
* *** empty log message ***Luc Teirlinck2004-01-131-2/+2
|
* *** empty log message ***Glenn Morris2004-01-131-1/+1
|
* (compile-defun): Doc fix.Luc Teirlinck2004-01-121-3/+3
|
* *** empty log message ***Luc Teirlinck2004-01-121-0/+4
|
* (rmail-convert-to-babyl-format): Use mail-unquote-printable-region.Richard M. Stallman2004-01-122-41/+18
| | | | | (rmail-hex-string-to-integer, rmail-decode-quoted-printable): (rmail-hex-char-to-integer): Functions deleted.
* (mail-unquote-printable-hexdigit): Upcase CHAR.Richard M. Stallman2004-01-121-22/+33
| | | | | (mail-unquote-printable-region): New arg NOERROR. For invalid encoding, either signal an error to just return nil.
* (appt-issue-message): Mark as obsolete rather than deleting outright.Glenn Morris2004-01-121-0/+12
|
* *** empty log message ***Glenn Morris2004-01-111-0/+46
|
* Update copyright.Glenn Morris2004-01-111-18/+29
| | | | | | | (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-one-frame-setup)Glenn Morris2004-01-111-3/+9
| | | | (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
* Update copyright.Glenn Morris2004-01-111-32/+33
| | | | | | | | (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.
* Update copyright and commentary.Glenn Morris2004-01-111-196/+219
| | | | | | | | | | | | | | | | | | | | | | | | | | | (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.
* (texinfo-multi-file-update): update documentation to state thatRobert J. Chassell2004-01-101-1/+7
| | | | | you can include any file, including those without node lines; and the latter do not have menu entries created for them.
* (texinfo-menu-copy-old-description): do not copy `@detailmenu' orRobert J. Chassell2004-01-101-1/+2
| | | | `@end menu' as descriptions!
* (mode-line-change-eol): Add EVENT parameter.John Paul Wallington2004-01-102-5/+12
| | | | Temporarily select EVENT's window for changing eol type.
* (appt-add): Also accept time in the form XX[.XX][am/pm/AM/PM].Thien-Thi Nguyen2004-01-082-9/+20
| | | | | (appt-make-list): Likewise. (appt-convert-time): Likewise.
* (diary-entry-time): Also accept time in the form XX[.XX][am/pm/AM/PM].Thien-Thi Nguyen2004-01-081-9/+12
| | | | | (fancy-diary-font-lock-keywords): Likewise. (diary-font-lock-keywords): Likewise.
* (gdb-ann3): Revert previous change. (don't use GDB command "set width 0").Nick Roberts2004-01-081-8/+6
| | | | | (gdb-source-info): Allow for case of where compilation directory is not recorded.