aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calendar/diary-lib.el
Commit message (Collapse)AuthorAgeFilesLines
* (diary-mail-entries): Use call-interactively.Glenn Morris2003-05-081-1/+1
|
* (diary-pull-attrs): Make `ret-attr', `attr' local.Glenn Morris2003-05-081-55/+58
| | | | | | | | | | | (list-diary-entries): Make `temp' local. (fancy-diary-display): Make `marks', `temp-face', `faceinfo' local. (diary-mail-entries): There is no fancy-diary-buffer if there are no diary entries. (mark-diary-entries): Make `temp' local. (mark-sexp-diary-entries): Make `marks' local, remove `temp'. (list-sexp-diary-entries): Make `temp' local. (add-to-diary-list): Make `prefix' local.
* (fancy-diary-display-mode): Bind "q" to `quit-window'Sam Steingold2003-04-251-13/+14
| | | | in the fancy diary buffer.
* (diary-attrtype-convert): Convert an attribute value string to the desired type.Juanma Barranquero2003-02-111-55/+188
| | | | | | | | | | | | | (diary-pull-attrs): New function that pulls the attributes off a diary entry, merges with file-global attributes, and returns the (possibly modified) entry and a list of attribute/values using diary-attrtype-convert above. (list-diary-entries, fancy-diary-display, show-all-diary-entries) (mark-diary-entries, mark-sexp-diary-entries, list-sexp-diary-entries): Add handling of file-global attributes, add handling of entry attributes using diary-pull-attrs above. (mark-calendar-days-named, mark-calendar-days-named, mark-calendar-date-pattern) (mark-calendar-month, add-to-diary-list): Add optional paramater `color' for passing face attribute info through the callchain. Pass this parameter around.
* Trailing whitepace deleted.Juanma Barranquero2003-02-041-1/+1
|
* (fancy-diary-font-lock-keywords): Grok month numbers, too.Kai Großjohann2002-11-181-0/+1
|
* (diary-button-face): Add group and version number.Markus Rost2002-11-171-1/+3
|
* Patch of Alan Shutko <[email protected]> by way of rms.Markus Rost2002-11-161-7/+164
| | | | | | | | | | | (list-diary-entries): Pass a marker indicating source of entry to add-to-diary-list. (diary-button-face, diary-entry, diary-goto-entry): New, to support click to diary file. (fancy-diary-display): Buttonize diary entries. (list-sexp-diary-entries): Pass a marker indicating source of entry to add-to-diary-list. (diary-date): Return mark as well as entry.
* calendar/diary-lib.el (make-diary-entry): Allow for local variables at end ofJuanma Barranquero2002-11-141-0/+8
| | | | diary file.
* (diary-name-pattern): Fix typo.Juanma Barranquero2002-10-171-1/+1
|
* (diary-mail-entries): Don't overwrite user's valueRichard M. Stallman2002-08-301-3/+4
| | | | | of diary-list-include-blanks, but generate message instead if there are no entries.
* (diary-mail-entries): Use `compose-mail'Sam Steingold2002-08-061-24/+34
| | | | | | | and `mail-user-agent' instead of straight sendmail. (diary-modified, diary-entries-list, displayed-year) (displayed-month, entry, date, number, date-string, d-file) (original-date): defvar without binding to avoid compiler warnings.
* (mark-sexp-diary-entries): Retrieve markRichard M. Stallman2002-07-221-89/+96
| | | | | | | | | | | | | | | | | | | | | | | | | from diary-sexp-entry and pass it to mark-visible-calendar-date. (list-sexp-diary-entries): Update doc string for new docs for .... If diary-sexp-entry returns a cons, only add the text to the diary list. (diary-sexp-entry): Allow sexps to return a cons of the form (MARK . STRING) to specify what face or character mark should be used in the calendar display. (diary-date, diary-block, diary-float, diary-anniversary) (diary-cyclic): Add optional MARK parameter, specifying what face or character to use in the calendar display. These will now return (MARK . ENTRY). (check-calendar-holidays, diary-iso-date) (calendar-holiday-list, diary-french-date, diary-mayan-date) (diary-julian-date, diary-astro-day-number, diary-chinese-date) (diary-islamic-date, list-islamic-diary-entries) (mark-islamic-diary-entries, mark-islamic-calendar-date-pattern) (diary-hebrew-date, diary-omer, diary-yahrzeit, diary-parasha) (diary-rosh-hodesh, list-hebrew-diary-entries) (mark-hebrew-diary-entries, mark-hebrew-calendar-date-pattern) (diary-coptic-date, diary-persian-date, diary-phases-of-moon) (diary-sunrise-sunset, diary-sabbath-candles): Remove interactive flag from autoloads.
* (include-other-diary-files): Allow modifyingRichard M. Stallman2002-04-221-1/+2
| | | | included buffer, to turn off selective display.
* (list-diary-entries): Use `buffer-substring' instead ofThien-Thi Nguyen2002-03-031-2/+2
| | | | `buffer-substring-no-properties' to support enriched mode.
* (diary-block): Doc fix.Richard M. Stallman2002-01-031-1/+2
|
* (list-diary-entries): Use insert instead of insert-string.Pavel Janík2001-11-261-2/+2
|
* (diary-entry-compare): When times are identical, compare the entriesSam Steingold2001-10-051-15/+16
| | | | lexicographically.
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-1/+1
|
* Undo changes made by John Wiegley in previous revision.Gerd Moellmann2001-03-261-16/+0
|
* See ChangeLogJohn Wiegley2001-03-201-0/+16
|
* (diary-float): Fix case of MONTHGerd Moellmann2001-01-241-31/+26
| | | | | being a list of numbers. (diary-mail-entries): Rewritten.
* (diary-entry-time): Anchor pattern correctlyGerd Moellmann2000-11-301-3/+5
| | | | and skip whitespace and newlines.
* (diary-cyclic): Doc fix from Ed Reingold.Gerd Moellmann2000-10-121-2/+3
|
* (fancy-diary-display, mark-diary-entries)Stefan Monnier2000-04-171-7/+7
| | | | (insert-cyclic-diary-entry): Unquote the lambda.
* (include-other-diary-files): Fix the fix ofGerd Moellmann2000-04-131-4/+5
| | | | 2000-02-18 by doing a save-excursion.
* (list-diary-entries): Don't try to go forward atGerd Moellmann2000-03-011-1/+3
| | | | the end of the buffer.
* (include-other-diary-files): Undo the selectiveGerd Moellmann2000-02-241-8/+16
| | | | display in any included file and don't kill it.
* (simple-diary-display): Reset modeline even ifGerd Moellmann1999-11-031-4/+4
| | | | there are no diary entries since the diary buffer may be displayed.
* 1999-09-07 Edward M. Reingold <[email protected]>Dave Love1999-09-071-1/+1
| | | | | * diary-lib.el (list-diary-entries): Make sure two-digit years have leading zeros.
* Change syntax table entry for colon in the diary as part of theRichard M. Stallman1999-08-021-0/+1
| | | | european-date-diary-pattern fix.
* (diary-mail-entries): Use fancy-diary-buffer.Richard M. Stallman1999-05-221-1/+1
|
* (diary-remind): Rewritten to behave sensibly forKarl Heuer1999-05-031-21/+26
| | | | | diary-block diary entries for which the reminders and the diary entries can overlap.
* (mark-diary-entries): Use assoc-ignore-case and do not capitalize whenRichard M. Stallman1999-01-261-8/+8
| | | | matching month and day names.
* (diary-float): Better fix of end-of-year error.Richard M. Stallman1999-01-061-1/+2
|
* (diary-float): Fix end-of-year error and typos in comments.Karl Heuer1998-12-161-4/+4
|
* (mark-sexp-diary-entries): Fix previous chg.Karl Heuer1998-09-131-1/+4
|
* (mark-sexp-diary-entries): Avoid infinite loop whenKarl Heuer1998-09-101-1/+2
| | | | sexp entry ends at end of file with no newline.
* (diary-block): Doc fix..Karl Heuer1998-08-271-1/+1
|
* (diary-mail-addr): Fix custom type.Richard M. Stallman1998-07-031-1/+1
|
* diary-mail-entries calls exit-calendar when finished.Stephen Eglen1998-06-291-1/+2
|
* Don't overide default value of diary-file.Edward M. Reingold1998-06-091-4/+4
|
* (diary-mail-entries): Add autoload cookie.Richard M. Stallman1998-05-061-0/+1
|
* Write year in subject line using four digits, not two.Stephen Eglen1998-05-011-1/+1
|
* *** empty log message ***Dan Nicolaescu1998-04-201-3/+6
|
* (diary-mail-days): Fix previous change.Richard M. Stallman1997-11-251-1/+1
|
* (diary-mail-addr, diary-mail-days): New variables.Richard M. Stallman1997-11-251-0/+58
| | | | (diary-mail-entries): New function.
* (list-diary-entries, list-sexp-diary-entries, add-to-diary-list):Karl Heuer1997-11-171-16/+33
| | | | | | Add the diary entry "specifier" to the entry on the list. (diary-unknown-time): New variable. (diary-entry-time): Use it.
* (diary-entry-time): Bind case-fold-search to nil.Richard M. Stallman1997-08-121-21/+22
|
* (diary-entry-time): Downcase the am/pm letter.Richard M. Stallman1997-07-231-4/+2
|