- 14 Sep, 2007 1 commit
-
-
Glenn Morris authored
-
- 25 Jul, 2007 1 commit
-
-
Glenn Morris authored
-
- 24 Jul, 2007 1 commit
-
-
Glenn Morris authored
rather than `calendar-for-loop'.
-
- 18 Apr, 2007 2 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
(diary-list-entries): Only switch to diary-mode from default-major-mode (reverts 2007-03-21 change). Otherwise, set header-line-format, in case of any customization.
-
- 17 Apr, 2007 1 commit
-
-
Glenn Morris authored
for the rest of emacs.
-
- 07 Apr, 2007 1 commit
-
-
Glenn Morris authored
(diary-font-lock-keywords): New function with old code for initialization of variable of same name.
-
- 27 Mar, 2007 1 commit
-
-
Glenn Morris authored
-
- 21 Mar, 2007 1 commit
-
-
Glenn Morris authored
(diary-header-line-format): Doc fix. (diary-set-maybe-redraw): New function. (number-of-diary-entries): Change :set to use diary-set-maybe-redraw. (diary-list-entries): Always run diary-mode.
-
- 20 Mar, 2007 1 commit
-
-
Glenn Morris authored
(number-of-diary-entries): Add a :set function to redisplay diary when necessary.
-
- 17 Mar, 2007 1 commit
-
-
Chong Yidong authored
-
- 21 Jan, 2007 1 commit
-
-
Glenn Morris authored
-
- 19 May, 2006 2 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
(list-bahai-diary-entries, mark-bahai-diary-entries) (mark-bahai-calendar-date-pattern): Not interactive. (add-to-diary-list): New optional arg LITERAL. Doc fix. (diary-entries-list): Change format of 4th element in each entry. (diary-list-entries): Use add-to-diary-list. (diary-goto-entry): Handle the case where the buffer visiting the diary has been killed. (fancy-diary-display): Add 'locator to button rather than 'marker. Only generate temp-face when there are marks to apply. (list-sexp-diary-entries): Pass literal to add-to-diary-list. (diary-fancy-date-pattern): New variable. (diary-time-regexp): Doc fix. (diary-anniversary, diary-time): New faces. (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and diary-time-regexp. Add font-lock-multiline property where needed. Use new faces diary-anniversary and diary-time. (diary-fancy-font-lock-fontify-region-function): New function, to handle multiline font-lock pattern in fancy diary. (fancy-diary-display-mode): Set font-lock-fontify-region-function. (diary-font-lock-keywords): Tweak time regexp. Use new face diary-time.
-
- 13 May, 2006 1 commit
-
-
Glenn Morris authored
diary-view-entries, diary-list-entries, diary-show-all-entries rather than obsolete aliases.
-
- 22 Apr, 2006 1 commit
-
-
Glenn Morris authored
alias `view-diary-entries'.
-
- 08 Feb, 2006 1 commit
-
-
Glenn Morris authored
-
- 10 Dec, 2005 1 commit
-
-
Glenn Morris authored
-
- 16 Nov, 2005 1 commit
-
-
Stefan Monnier authored
-
- 14 Nov, 2005 1 commit
-
-
Stefan Monnier authored
(mark-diary-entries, make-diary-entry): Check default-major-mode rather than fundamental-mode to see if the mode was set.
-
- 25 Oct, 2005 1 commit
-
-
Glenn Morris authored
newline. Do not assume a blank line at the start of the diary file.
-
- 08 Oct, 2005 1 commit
-
-
Glenn Morris authored
-
- 06 Oct, 2005 1 commit
-
-
Stefan Monnier authored
(diary-selective-display): New var. (diary-header-line-format): Use it. (diary-list-entries): Add argument `list-only'. Put the buffer in diary-mode. Don't add \^M at beg and end. Replace \^M by invisible overlays. (diary-unhide-everything): Replace \^M by invisible overlays. (print-diary-entries): Look for overlays rather than \^M. Add a space to the temp buffer name. (diary-show-all-entries, mark-diary-entries, make-diary-entry): Put the buffer in diary-mode. (list-sexp-diary-entries): Replace \^M by invisible overlays. (diary-anniversary): Make the year arg optional. (diary-time-regexp): New const. (diary-font-lock-keywords): Use it to accept a few more time formats.
-
- 19 Sep, 2005 1 commit
-
-
Romain Francoise authored
-
- 18 Sep, 2005 1 commit
-
-
Romain Francoise authored
save-excursion.
-
- 16 Sep, 2005 1 commit
-
-
Stefan Monnier authored
-
- 14 Sep, 2005 1 commit
-
-
Stefan Monnier authored
which mistakenly removed a call to display-buffer.
-
- 12 Sep, 2005 1 commit
-
-
Stefan Monnier authored
(diary-list-entries): Use with-syntax-table and dolist. Rename from list-diary-entries. Use number-of-diary-entries if `number' is nil. (diary, diary-view-entries): Use this new name and new nil arg value. (number-of-diary-entries): Move from calendar.el. (diary-unhide-everything): New function. (include-other-diary-files, fancy-diary-display) (diary-show-all-entries, make-diary-entry): Use it. (diary-mail-entries): Use buffer-string. (mark-diary-entries): Fix long standing paren typo. (diary-sexp-entry): Use count-lines. (make-diary-entry): Avoid `previous-line'. (diary-mode-map): New var. (diary-mode): Redraw cal after saving. Setup header-line. (fancy-diary-display-mode): Use local-set-key.
-
- 25 Aug, 2005 2 commits
-
-
Carsten Dominik authored
-
Carsten Dominik authored
(add-to-diary-list): Call `diary-modify-entry-list-string-function'
-
- 04 Jul, 2005 1 commit
-
-
Lute Kamstra authored
-
- 29 Jun, 2005 1 commit
-
-
Juanma Barranquero authored
-
- 10 Jun, 2005 1 commit
-
-
Miles Bader authored
Remove "-face" suffix from diary-button face 2005-06-10 Miles Bader <miles@gnu.org> * lisp/calendar/diary-lib.el (diary-button): Remove "-face" suffix from face name. (diary-button-face): New backward-compatibility alias for renamed face. (diary-entry): Use renamed diary-button face.
-
- 31 May, 2005 1 commit
-
-
Glenn Morris authored
-
- 30 May, 2005 1 commit
-
-
Glenn Morris authored
not already being visited. Reported by Stephen Berman <Stephen.Berman@gmx.net>.
-
- 16 May, 2005 1 commit
-
-
Juanma Barranquero authored
-
- 08 Apr, 2005 1 commit
-
-
Carsten Dominik authored
optional, to ensure backward compatibility.
-
- 16 Mar, 2005 1 commit
-
-
Glenn Morris authored
calendar-redrawing variable. From Matt Hodges <MPHodges@member.fsf.org>: (diary-redraw-calendar): Preserve point in diary-file buffer.
-
- 11 Mar, 2005 1 commit
-
-
Glenn Morris authored
were called.
-
- 09 Mar, 2005 1 commit
-
-
Glenn Morris authored
recursive calls. Reported by Alan Shutko <ats@acm.org>.
-