summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* (calendar-mark-1): Autoload it.Glenn Morris2008-03-161-108/+64
| | | | | | | | | | (calendar-bahai-mark-date-pattern): Add optional argument `color'. Use calendar-mark-1. (calendar-bahai-date-string): Use a single let. (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry) (diary-bahai-insert-yearly-entry): Use let rather than let*. Move obsolete aliases after the functions that replaced them.
* (calendar-chinese-from-absolute, calendar-chinese-date-string): ExpandGlenn Morris2008-03-161-2/+5
| | | | calendar-mod calls.
* (calendar-mod): Remove.Glenn Morris2008-03-161-29/+26
| | | | (calendar-for-loop): Add indent spec.
* Ulf Jasper <ulf.jasper at web.de>Glenn Morris2008-03-161-23/+35
| | | | | | | | | | (icalendar-version): Increase to 0.18. (icalendar-export-hidden-diary-entries): New variable. (icalendar-export-region): Use icalendar-export-hidden-diary-entries. In case of error, insert full error-val. (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix. Use calendar-day-of-week. Return the day number. (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
* Craig Markwardt <Craig.Markwardt at nasa.gov>Glenn Morris2008-03-161-17/+55
| | | | | | | | | | | | | | (icalendar-recurring-start-year): New variable. (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm. (icalendar-export-region): Ignore hidden diary entries. (icalendar--convert-ordinary-to-ical): Fix case where event spans across midnight boundary. (icalendar-first-weekday-of-year): New function. (icalendar--convert-weekly-to-ical): Allow user-selectable start year for recurring events (Mozilla calendars do not propagate recurring events forever, so year 2000 start date was not working). (icalendar--convert-yearly-to-ical): Remove extra spaces in formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
* *** empty log message ***Michael Albinus2008-03-151-0/+16
|
* * tramp.el (tramp-root-regexp): New defconst.Michael Albinus2008-03-151-51/+60
| | | | | | | | | | | | | | | (tramp-completion-file-name-regexp-unified) (tramp-completion-file-name-regexp-separate) (tramp-completion-file-name-regexp-url): Use it. (tramp-do-copy-or-rename-file-via-buffer): Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to t for `insert-file-contents-literally'. (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'. Autoload it. (tramp-completion-file-name-handler-post-function): New defconst. (tramp-completion-file-name-handler): Use it. (tramp-maybe-open-connection): Update calls to `tramp-flush-connection-property' for removed 2nd argument.
* *** empty log message ***Michael Albinus2008-03-151-2/+2
|
* (vc-bzr-diff): Use a faster invocation when possible.Stefan Monnier2008-03-152-6/+66
| | | | (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table): New functions.
* (diary-face-attrs, diary-glob-file-regexp-prefix, diary-selective-display)Glenn Morris2008-03-152-132/+379
| | | | | | | | | | | | | | | (number-of-diary-entries, diary-list-entries, diary-goto-entry): (list-sexp-diary-entries, diary-date, diary-block, diary-float) (diary-anniversary, diary-cyclic) (diary-fancy-font-lock-fontify-region-function): Doc fixes. (diary-header-line-format): Change wording. (diary-list-entries): Set `date-start' in let. (include-other-diary-files, mark-included-diary-files): Use format. (simple-diary-display, fancy-diary-display): Use cadr, unless. (mark-diary-entries): Use 1+. (mark-sexp-diary-entries, list-sexp-diary-entries): Use when. (mark-calendar-month): Use dotimes. (diary-list-entries-1, diary-mark-entries-1): New functions.
* (number, original-date, add-to-diary-list)Glenn Morris2008-03-151-237/+62
| | | | | | | | | | | | (diary-name-pattern, mark-calendar-days-named): Remove declarations. (diary-list-entries-1, diary-mark-entries-1): Autoload. (list-hebrew-diary-entries): Use diary-list-entries-1. (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1. (calendar-hebrew-month-name-array-common-year) (calendar-hebrew-month-name-array-leap-year) (hebrew-calendar-parashiot-names): Make constants. (diary-parasha): Move definition after constants it uses.
* (number, original-date, add-to-diary-list)Glenn Morris2008-03-151-181/+15
| | | | | | | | | | (diary-name-pattern, mark-calendar-days-named): Remove declarations. (diary-list-entries-1, diary-mark-entries-1): Autoload. (list-islamic-diary-entries): Use diary-list-entries-1. (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1. (calendar-islamic-month-name-array, calendar-islamic-epoch): Make constants. (calendar-islamic-epoch): Doc fix.
* (number, original-date, add-to-diary-list)Glenn Morris2008-03-151-210/+32
| | | | | | | | | (diary-name-pattern, mark-calendar-days-named): Remove declarations. (diary-list-entries-1, diary-mark-entries-1): Autoload. (diary-bahai-list-entries): Use diary-list-entries-1. (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1. (calendar-bahai-epoch): Doc fix.
* (european-calendar-style, calendar-for-loop)Glenn Morris2008-03-151-115/+125
| | | | | | | | | | | | (calendar-sum, calendar-insert-indented, mouse-calendar-other-month) (calendar-cursor-to-date): Doc fix. (hebrew-holidays-1, hebrew-holidays-4): Simplify. (extract-calendar-day, extract-calendar-year): Use cadr, nth. (calendar-day-number): Use when. (generate-calendar-month): Use dotimes. (exit-calendar, calendar-print-other-dates): Use let rather than let*. (calendar-set-mark): Reverse conditional. (calendar-make-alist): Move definition before use.
* (appt-check, appt-delete, appt-make-list): Use caar.Glenn Morris2008-03-151-8/+8
|
* (number-chinese-months, calendar-chinese-from-absolute): Use nth, caar.Glenn Morris2008-03-151-5/+5
|
* (coptic-calendar-epoch): Doc fix.Glenn Morris2008-03-151-3/+3
|
* Formatting changes only.Glenn Morris2008-03-151-3/+3
|
* (french-calendar-accents): Doc fix.Glenn Morris2008-03-151-1/+1
|
* (cal-html-insert-link-yearpage, (cal-html-htmlify-list): Doc fix.Glenn Morris2008-03-151-6/+6
| | | | (cal-html-htmlify-entry): Use nth.
* (cal-menu-goto-menu): Use "Go To".Glenn Morris2008-03-151-4/+4
|
* (cal-tex-hook, cal-tex-insert-preamble, cal-tex-month-name): Doc fix.Glenn Morris2008-03-151-11/+10
| | | | (cal-tex-last-blank-p): Use zerop.
* (displayed-month, displayed-year): Move declarations where needed.Glenn Morris2008-03-151-9/+9
| | | | (calendar-list-holidays): Doc fix.
* (parse-time-string): Simplify.Glenn Morris2008-03-151-3/+3
|
* (solar-n-hemi-seasons, solar-s-hemi-seasons): Make constants.Glenn Morris2008-03-151-10/+10
| | | | | | (solar-sunrise-sunset): Rename some local variables for clarity. (sunrise-sunset): Use zerop. (solar-mean-equinoxes/solstices): Doc fix.
* (timeclock-time-to-seconds, timeclock-log-data): Use nth.Glenn Morris2008-03-151-23/+21
| | | | | (timeclock-completing-read, timeclock-generate-report): Use zerop. (timeclock-mean, timeclock-generate-report): Use dolist.
* (todo-add-category): Simplify.Glenn Morris2008-03-151-32/+29
| | | | | (todo-more-important-p, todo-delete-item, todo-file-item): Use unless, when. (todo-top-priorities): Use zerop.
* (list-buffers-noselect): Display buffer name inNick Roberts2008-03-141-8/+15
| | | | tooltip instead of mouse binding when it doesn't fit in the list.
* *** empty log message ***Nick Roberts2008-03-141-0/+5
|
* Fix typo.Dan Nicolaescu2008-03-141-1/+1
|
* * faces.el (xw-defined-colors):Dan Nicolaescu2008-03-1414-198/+41
| | | | | | | | | | | | | | | | | | | | * simple.el (widget-convert, shell-mode): Declare as functions instead of autoloading. * abbrev.el: * button.el: * cus-face.el: * ediff-hook.el: * emacs-lisp/backquote.el: * emacs-lisp/timer.el: * facemenu.el: * faces.el: * menu-bar.el: * simple.el: * subr.el: * textmodes/fill.el: * textmodes/paragraphs.el: Remove autoloads, redundant when the files are preloaded.
* (make-directory): Docstring fix.Stefan Monnier2008-03-141-1/+1
|
* (desktop-create-buffer): Don't catch errors if debug-on-error is set.Stefan Monnier2008-03-142-1/+6
|
* ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)Eli Zaretskii2008-03-142-1/+37
| | | | | | ($(lisp)/calendar/hol-loaddefs.el): New targets. (LOADDEFS): New macro. (autoloads): Depend on $(LOADDEFS).
* * font-lock.el (featurep): Remove test, not useful anymore.Dan Nicolaescu2008-03-143-4/+5
| | | | | (facemenu-keymap): Move key binding ... * facemenu.el (facemenu-keymap): ... here.
* (vc-bzr-print-log): Insert a file marker. Run the logDan Nicolaescu2008-03-142-9/+22
| | | | | for each file in the list. (vc-bzr-log-view-mode): Recognize the file marker.
* (emacs-lisp-mode-map): Add menu entriesDan Nicolaescu2008-03-142-1/+35
| | | | for checkdoc and profiling.
* * textmodes/flyspell.el (nxml-mode): Add the right.Bastien Guerry2008-03-143-1/+9
| | | | | | `flyspell-mode-predicate'. * wid-edit.el (link): Use 'mouse-face for :follow-link.
* Add arch taglineMiles Bader2008-03-142-0/+2
|
* (hebrew-holidays-4): Fix typo.Glenn Morris2008-03-142-1/+2
|
* Reorder so that functions are defined before use.Glenn Morris2008-03-142-275/+281
| | | | | | | | (displayed-month, displayed-year): Move declarations where needed. (solar-get-number): Move definition before use. Use unless. (solar-equatorial-coordinates): Simplify. (solar-sunrise-and-sunset): Use let rather than let*. (solar-longitude, solar-equinoxes-solstices): Use cadr, nth
* (displayed-month, displayed-year)Glenn Morris2008-03-142-195/+197
| | | | | | | | | | | | | | (original-date): Move declarations where needed. (islamic-calendar-day-number): Remove unused local variable `day'. (calendar-goto-islamic-date): Doc fix. (holiday-islamic): Use unless. (list-islamic-diary-entries, mark-islamic-diary-entries): Move some constant variables outside the loop. Use dolist. (mark-islamic-calendar-date-pattern): Move definition before use. Use unless. (mark-islamic-diary-entries): Doc fix. (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry) (insert-yearly-islamic-diary-entry): Use let rather than let*.
* (date, displayed-month, displayed-year): Move declarations where needed.Glenn Morris2008-03-142-111/+120
| | | | | | | (lunar-phase-list): Move definition after functions it uses. (calendar-phases-of-moon, diary-phases-of-moon) (lunar-new-moon-on-or-after): Use cadr, nth. (lunar-new-moon-on-or-after): Doc fix.
* (displayed-month, displayed-year): Move declarations where needed.Glenn Morris2008-03-142-102/+109
| | | | | | | (calendar-holiday-list, calendar-list-holidays) (holiday-filter-visible-calendar): Move definitions before use. (list-holidays): Use cadr. Relocate obsolete aliases after their replacements.
* (calendar-mayan-haab-month-name-array)Glenn Morris2008-03-142-88/+103
| | | | | | | | | | | | | | | (calendar-mayan-tzolkin-names-array): Add doc strings. (calendar-mayan-long-count-from-absolute): Use a single let. (calendar-string-to-mayan-long-count): Simplify. (calendar-next-haab-date, calendar-previous-haab-date) (calendar-next-tzolkin-date, calendar-previous-tzolkin-date) (calendar-previous-calendar-round-date) (calendar-goto-mayan-long-count-date, calendar-mayan-date-string): Doc fix. (calendar-mayan-tzolkin-haab-on-or-before): Use zerop. (calendar-mayan-date-string, calendar-print-mayan-date) (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date) (calendar-mayan-long-count-common-era): Move definitions before use.
* (displayed-month, displayed-year, original-date): Move declarationsGlenn Morris2008-03-142-88/+94
| | | | | | | where needed. (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit): Doc fix. (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some constant variables outside the loop. Use dolist.
* (calendar-cursor-to-nearest-date): Use or, when. Move definition before use.Glenn Morris2008-03-142-90/+98
| | | | | | | | | | (calendar-cursor-to-visible-date): Move definition before use. (calendar-scroll-left): Use unless and zerop. Combine lets into one, and place inside the conditional. (calendar-forward-day): Simplify. (calendar-end-of-month): Use unless. (calendar-goto-day-of-year): Doc fix. Relocate obsolete aliases after their replacements.
* (calendar-time-zone-daylight-rules): Simplify.Glenn Morris2008-03-142-39/+42
| | | | | | | (calendar-dst-find-data, calendar-daylight-time-offset) (calendar-standard-time-zone-name, calendar-daylight-time-zone-name) (calendar-daylight-savings-starts-time) (calendar-daylight-savings-ends-time): Use cadr, nth.
* Re-indent.Glenn Morris2008-03-142-38/+41
| | | | | | (calendar-absolute-from-julian): Move definition before use. Remove un-needed local `day'. (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
* (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.Glenn Morris2008-03-141-4/+2
|