]> git.eshelyaron.com Git - emacs.git/log
emacs.git
16 years ago(isearch-edit-string): Use search-ring-yank-pointer
Juri Linkov [Sun, 16 Mar 2008 17:44:11 +0000 (17:44 +0000)]
(isearch-edit-string): Use search-ring-yank-pointer
and regexp-search-ring-yank-pointer for the HISTPOS argument of
read-from-minibuffer to provide the correct initial minibuffer
history position in isearch-edit-string when it is called from
isearch-ring-adjust.

16 years agoFix typos.
Dan Nicolaescu [Sun, 16 Mar 2008 17:02:40 +0000 (17:02 +0000)]
Fix typos.

16 years ago(read_key_sequence): Fix downcasing of letters with
Andreas Schwab [Sun, 16 Mar 2008 11:24:35 +0000 (11:24 +0000)]
(read_key_sequence): Fix downcasing of letters with
modifiers.

16 years ago(re_match_2_internal): Correct matching of a charset
Andreas Schwab [Sun, 16 Mar 2008 10:45:53 +0000 (10:45 +0000)]
(re_match_2_internal): Correct matching of a charset
against latin-1 characters.

16 years ago(doc-view-doc->txt, doc-view-convert-current-doc):
Tassilo Horn [Sun, 16 Mar 2008 09:24:29 +0000 (09:24 +0000)]
(doc-view-doc->txt, doc-view-convert-current-doc):
Use non-nil PARENTS attribute of make-directory instead of
explicitly checking existence the current cache directory.

16 years agolisp/ChangeLog: Update.
Michael Olson [Sun, 16 Mar 2008 04:05:03 +0000 (04:05 +0000)]
lisp/ChangeLog: Update.

16 years agoEasyPG: Fix bug with C-x C-s after M-x epa-file-select-keys.
Michael Olson [Sun, 16 Mar 2008 04:04:15 +0000 (04:04 +0000)]
EasyPG: Fix bug with C-x C-s after M-x epa-file-select-keys.

16 years ago(calendar-mayan-haab-to-string): Simplify.
Glenn Morris [Sun, 16 Mar 2008 01:58:15 +0000 (01:58 +0000)]
(calendar-mayan-haab-to-string): Simplify.
(calendar-mayan-tzolkin-from-absolute): Expand calendar-mod calls.

16 years ago*** empty log message ***
Glenn Morris [Sun, 16 Mar 2008 01:57:13 +0000 (01:57 +0000)]
*** empty log message ***

16 years ago(auto-coding-alist): Use
Kenichi Handa [Sun, 16 Mar 2008 01:54:07 +0000 (01:54 +0000)]
(auto-coding-alist): Use
no-conversion-multibyte for archive files.

16 years agoSmall formatting change.
Glenn Morris [Sun, 16 Mar 2008 01:28:43 +0000 (01:28 +0000)]
Small formatting change.

16 years ago(diary-remind-message, mark-sexp-diary-entries, list-sexp-diary-entries)
Glenn Morris [Sun, 16 Mar 2008 01:27:15 +0000 (01:27 +0000)]
(diary-remind-message, mark-sexp-diary-entries, list-sexp-diary-entries)
(diary-font-lock-sexps): Use format rather than concat.
(diary): Remove un-needed let.
(view-other-diary-entries): Rename argument.
(diary-list-entries-2): New function.
(diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
(print-diary-entries): Use unless.
(diary-mark-entries-1): Change argument order, make all but
markfunc optional.  Handle the standard (Gregorian) case.  Use
match-string-no-properties.  Handle marks.
(mark-diary-entries): Use diary-mark-entries-1.
(calendar-mark-complex, calendar-mark-1): New functions.
(diary-font-lock-keywords-1): New macro.
(diary-font-lock-keywords): Use diary-font-lock-keywords-1.

16 years ago(calendar-mark-complex): Autoload it.
Glenn Morris [Sun, 16 Mar 2008 01:25:11 +0000 (01:25 +0000)]
(calendar-mark-complex): Autoload it.
(mark-hebrew-calendar-date-pattern): Add optional argument `color'.
Use calendar-mark-complex.

(calendar-absolute-from-hebrew, hebrew-calendar-yahrzeit)
(insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
(insert-yearly-hebrew-diary-entry): Use let rather than let*.
(calendar-hebrew-prompt-for-date): New function.
(calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
(holiday-tisha-b-av-etc): Use unless, let.

16 years ago(CHAR_STRING_ADVANCE_NO_UNIFY)
Kenichi Handa [Sun, 16 Mar 2008 01:24:55 +0000 (01:24 +0000)]
(CHAR_STRING_ADVANCE_NO_UNIFY)
(STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
(coding_alloc_by_making_gap): Fix the way to preserve data in the
gap.
(alloc_destination): Fix the 2nd arg to
coding_alloc_by_making_gap.
(encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
CHAR_STRING_ADVANCE.
(produce_chars): Fix for the case that the source and the
destination are the same buffer.  Use CHAR_STRING_ADVANCE_NO_UNIFY
instead of CHAR_STRING_ADVANCE.
(consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
STRING_CHAR_ADVANCE.

16 years ago(calendar-mark-1): Autoload it.
Glenn Morris [Sun, 16 Mar 2008 01:24:21 +0000 (01:24 +0000)]
(calendar-mark-1): Autoload it.
(mark-islamic-calendar-date-pattern): Add optional argument `color'.
Use calendar-mark-1.

(calendar-islamic-prompt-for-date): New function.
(calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.

16 years ago(calendar-mark-1): Autoload it.
Glenn Morris [Sun, 16 Mar 2008 01:23:55 +0000 (01:23 +0000)]
(calendar-mark-1): Autoload it.
(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.

16 years ago(calendar-chinese-from-absolute, calendar-chinese-date-string): Expand
Glenn Morris [Sun, 16 Mar 2008 01:23:25 +0000 (01:23 +0000)]
(calendar-chinese-from-absolute, calendar-chinese-date-string): Expand
calendar-mod calls.

16 years ago(calendar-mod): Remove.
Glenn Morris [Sun, 16 Mar 2008 01:22:58 +0000 (01:22 +0000)]
(calendar-mod): Remove.
(calendar-for-loop): Add indent spec.

16 years agoUlf Jasper <ulf.jasper at web.de>
Glenn Morris [Sun, 16 Mar 2008 01:21:57 +0000 (01:21 +0000)]
Ulf Jasper  <ulf.jasper at web.de>

(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.

16 years agoCraig Markwardt <Craig.Markwardt at nasa.gov>
Glenn Morris [Sun, 16 Mar 2008 01:21:25 +0000 (01:21 +0000)]
Craig Markwardt  <Craig.Markwardt at nasa.gov>

(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).

16 years ago(Preface): Add Gnus to requirements.
Bill Wohler [Sun, 16 Mar 2008 00:51:59 +0000 (00:51 +0000)]
(Preface): Add Gnus to requirements.
(Forwarding): Note that forwarded MIME messages are now inline.

16 years ago*** empty log message ***
Michael Albinus [Sat, 15 Mar 2008 21:59:33 +0000 (21:59 +0000)]
*** empty log message ***

16 years ago* tramp.el (tramp-root-regexp): New defconst.
Michael Albinus [Sat, 15 Mar 2008 21:54:02 +0000 (21:54 +0000)]
* tramp.el (tramp-root-regexp): New defconst.
(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.

16 years ago*** empty log message ***
Michael Albinus [Sat, 15 Mar 2008 21:50:58 +0000 (21:50 +0000)]
*** empty log message ***

16 years ago(vc-bzr-diff): Use a faster invocation when possible.
Stefan Monnier [Sat, 15 Mar 2008 19:37:17 +0000 (19:37 +0000)]
(vc-bzr-diff): Use a faster invocation when possible.
(vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table): New functions.

16 years ago(re_match_2_internal): Correct matching of eight bit
Andreas Schwab [Sat, 15 Mar 2008 14:21:08 +0000 (14:21 +0000)]
(re_match_2_internal): Correct matching of eight bit
characters in unibyte strings.

16 years ago(Finding Overlays): Say that empty overlays at
Martin Rudalics [Sat, 15 Mar 2008 09:22:43 +0000 (09:22 +0000)]
(Finding Overlays): Say that empty overlays at
the end of the buffer are reported too.

16 years ago(overlays_in, Foverlays_in): Include empty overlays
Martin Rudalics [Sat, 15 Mar 2008 09:14:40 +0000 (09:14 +0000)]
(overlays_in, Foverlays_in): Include empty overlays
at end of range when it coincides with the end of the buffer.

16 years ago(diary-face-attrs, diary-glob-file-regexp-prefix, diary-selective-display)
Glenn Morris [Sat, 15 Mar 2008 03:03:08 +0000 (03:03 +0000)]
(diary-face-attrs, diary-glob-file-regexp-prefix, diary-selective-display)
(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.

16 years ago(number, original-date, add-to-diary-list)
Glenn Morris [Sat, 15 Mar 2008 03:01:40 +0000 (03:01 +0000)]
(number, original-date, add-to-diary-list)
(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.

16 years ago(number, original-date, add-to-diary-list)
Glenn Morris [Sat, 15 Mar 2008 03:01:13 +0000 (03:01 +0000)]
(number, original-date, add-to-diary-list)
(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.

16 years ago(number, original-date, add-to-diary-list)
Glenn Morris [Sat, 15 Mar 2008 03:00:48 +0000 (03:00 +0000)]
(number, original-date, add-to-diary-list)
(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.

16 years ago(european-calendar-style, calendar-for-loop)
Glenn Morris [Sat, 15 Mar 2008 03:00:17 +0000 (03:00 +0000)]
(european-calendar-style, calendar-for-loop)
(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.

16 years ago(appt-check, appt-delete, appt-make-list): Use caar.
Glenn Morris [Sat, 15 Mar 2008 02:59:34 +0000 (02:59 +0000)]
(appt-check, appt-delete, appt-make-list): Use caar.

16 years ago(number-chinese-months, calendar-chinese-from-absolute): Use nth, caar.
Glenn Morris [Sat, 15 Mar 2008 02:59:15 +0000 (02:59 +0000)]
(number-chinese-months, calendar-chinese-from-absolute): Use nth, caar.

16 years ago(coptic-calendar-epoch): Doc fix.
Glenn Morris [Sat, 15 Mar 2008 02:58:39 +0000 (02:58 +0000)]
(coptic-calendar-epoch): Doc fix.

16 years agoFormatting changes only.
Glenn Morris [Sat, 15 Mar 2008 02:58:24 +0000 (02:58 +0000)]
Formatting changes only.

16 years ago(french-calendar-accents): Doc fix.
Glenn Morris [Sat, 15 Mar 2008 02:57:58 +0000 (02:57 +0000)]
(french-calendar-accents): Doc fix.

16 years ago(cal-html-insert-link-yearpage, (cal-html-htmlify-list): Doc fix.
Glenn Morris [Sat, 15 Mar 2008 02:57:42 +0000 (02:57 +0000)]
(cal-html-insert-link-yearpage, (cal-html-htmlify-list): Doc fix.
(cal-html-htmlify-entry): Use nth.

16 years ago(cal-menu-goto-menu): Use "Go To".
Glenn Morris [Sat, 15 Mar 2008 02:57:13 +0000 (02:57 +0000)]
(cal-menu-goto-menu): Use "Go To".

16 years ago(cal-tex-hook, cal-tex-insert-preamble, cal-tex-month-name): Doc fix.
Glenn Morris [Sat, 15 Mar 2008 02:56:30 +0000 (02:56 +0000)]
(cal-tex-hook, cal-tex-insert-preamble, cal-tex-month-name): Doc fix.
(cal-tex-last-blank-p): Use zerop.

16 years ago(displayed-month, displayed-year): Move declarations where needed.
Glenn Morris [Sat, 15 Mar 2008 02:55:45 +0000 (02:55 +0000)]
(displayed-month, displayed-year): Move declarations where needed.
(calendar-list-holidays): Doc fix.

16 years ago(parse-time-string): Simplify.
Glenn Morris [Sat, 15 Mar 2008 02:55:25 +0000 (02:55 +0000)]
(parse-time-string): Simplify.

16 years ago(solar-n-hemi-seasons, solar-s-hemi-seasons): Make constants.
Glenn Morris [Sat, 15 Mar 2008 02:55:06 +0000 (02:55 +0000)]
(solar-n-hemi-seasons, solar-s-hemi-seasons): Make constants.
(solar-sunrise-sunset): Rename some local variables for clarity.
(sunrise-sunset): Use zerop.
(solar-mean-equinoxes/solstices): Doc fix.

16 years ago(timeclock-time-to-seconds, timeclock-log-data): Use nth.
Glenn Morris [Sat, 15 Mar 2008 02:54:45 +0000 (02:54 +0000)]
(timeclock-time-to-seconds, timeclock-log-data): Use nth.
(timeclock-completing-read, timeclock-generate-report): Use zerop.
(timeclock-mean, timeclock-generate-report): Use dolist.

16 years ago(todo-add-category): Simplify.
Glenn Morris [Sat, 15 Mar 2008 02:54:24 +0000 (02:54 +0000)]
(todo-add-category): Simplify.
(todo-more-important-p, todo-delete-item, todo-file-item): Use unless, when.
(todo-top-priorities): Use zerop.

16 years ago*** empty log message ***
Jason Rumney [Fri, 14 Mar 2008 23:43:02 +0000 (23:43 +0000)]
*** empty log message ***

16 years ago(initial_tz): New variable.
Jason Rumney [Fri, 14 Mar 2008 23:36:58 +0000 (23:36 +0000)]
(initial_tz): New variable.
(syms_of_editfns): Initialize it.
(Fset_time_zone_rule): Set it when first called.
Use it when TZSTRING is nil.

16 years ago(list-buffers-noselect): Display buffer name in
Nick Roberts [Fri, 14 Mar 2008 21:32:47 +0000 (21:32 +0000)]
(list-buffers-noselect): Display buffer name in
tooltip instead of mouse binding when it doesn't fit in the list.

16 years ago*** empty log message ***
Nick Roberts [Fri, 14 Mar 2008 21:31:07 +0000 (21:31 +0000)]
*** empty log message ***

16 years agoFix typo.
Dan Nicolaescu [Fri, 14 Mar 2008 18:58:17 +0000 (18:58 +0000)]
Fix typo.

16 years agoFix previous change.
Glenn Morris [Fri, 14 Mar 2008 17:52:43 +0000 (17:52 +0000)]
Fix previous change.

16 years ago(font-lock-comment-face): Move from 22.1 to 22.2
Glenn Morris [Fri, 14 Mar 2008 17:48:07 +0000 (17:48 +0000)]
(font-lock-comment-face): Move from 22.1 to 22.2

16 years ago* faces.el (xw-defined-colors):
Dan Nicolaescu [Fri, 14 Mar 2008 17:42:18 +0000 (17:42 +0000)]
* faces.el (xw-defined-colors):
* 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.

16 years ago(Ffile_attributes) [WINDOWSNT]: Force inode be positive.
Eli Zaretskii [Fri, 14 Mar 2008 17:31:09 +0000 (17:31 +0000)]
(Ffile_attributes) [WINDOWSNT]: Force inode be positive.

16 years ago(make-directory): Docstring fix.
Stefan Monnier [Fri, 14 Mar 2008 17:14:09 +0000 (17:14 +0000)]
(make-directory): Docstring fix.

16 years ago(desktop-create-buffer): Don't catch errors if debug-on-error is set.
Stefan Monnier [Fri, 14 Mar 2008 17:08:49 +0000 (17:08 +0000)]
(desktop-create-buffer): Don't catch errors if debug-on-error is set.

16 years ago($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
Eli Zaretskii [Fri, 14 Mar 2008 16:49:31 +0000 (16:49 +0000)]
($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
($(lisp)/calendar/hol-loaddefs.el): New targets.
(LOADDEFS): New macro.
(autoloads): Depend on $(LOADDEFS).

16 years ago(globals_of_w32fns, Fx_create_frame): Fix last change.
Eli Zaretskii [Fri, 14 Mar 2008 16:22:38 +0000 (16:22 +0000)]
(globals_of_w32fns, Fx_create_frame): Fix last change.

16 years ago* font-lock.el (featurep): Remove test, not useful anymore.
Dan Nicolaescu [Fri, 14 Mar 2008 16:15:49 +0000 (16:15 +0000)]
* font-lock.el (featurep): Remove test, not useful anymore.
(facemenu-keymap): Move key binding ...
* facemenu.el (facemenu-keymap): ... here.

16 years ago(vc-bzr-print-log): Insert a file marker. Run the log
Dan Nicolaescu [Fri, 14 Mar 2008 16:12:31 +0000 (16:12 +0000)]
(vc-bzr-print-log): Insert a file marker.  Run the log
for each file in the list.
(vc-bzr-log-view-mode): Recognize the file marker.

16 years ago(emacs-lisp-mode-map): Add menu entries
Dan Nicolaescu [Fri, 14 Mar 2008 16:09:39 +0000 (16:09 +0000)]
(emacs-lisp-mode-map): Add menu entries
for checkdoc and profiling.

16 years ago(MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
Jason Rumney [Fri, 14 Mar 2008 15:53:46 +0000 (15:53 +0000)]
(MONITOR_DEFAULT_TO_NEAREST, struct MONITOR_INFO)
(MonitorFromPoint_Proc, GetMonitorInfo_Proc): New definitions.
(monitor_from_point_fn, get_monitor_info_fn): New globals.
(globals_of_w32fns): Initialize them.
(compute_tip_xy): Use them to position tooltips.

16 years ago(Example Methods, Direct Functions, Indirect Functions)
Stefan Monnier [Fri, 14 Mar 2008 14:37:22 +0000 (14:37 +0000)]
(Example Methods, Direct Functions, Indirect Functions)
(Common Variables): Give precedence to the netcat methods over the telnet
methods, and mention that they are more reliable.

16 years ago* textmodes/flyspell.el (nxml-mode): Add the right.
Bastien Guerry [Fri, 14 Mar 2008 10:13:30 +0000 (10:13 +0000)]
* textmodes/flyspell.el (nxml-mode): Add the right.
`flyspell-mode-predicate'.

* wid-edit.el (link): Use 'mouse-face for :follow-link.

16 years agoAdd arch tagline
Miles Bader [Fri, 14 Mar 2008 10:06:41 +0000 (10:06 +0000)]
Add arch tagline

16 years ago(hebrew-holidays-4): Fix typo.
Glenn Morris [Fri, 14 Mar 2008 07:45:56 +0000 (07:45 +0000)]
(hebrew-holidays-4): Fix typo.

16 years agoReorder so that functions are defined before use.
Glenn Morris [Fri, 14 Mar 2008 07:24:41 +0000 (07:24 +0000)]
Reorder so that functions are defined before use.
(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

16 years ago(displayed-month, displayed-year)
Glenn Morris [Fri, 14 Mar 2008 07:13:59 +0000 (07:13 +0000)]
(displayed-month, displayed-year)
(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*.

16 years ago(date, displayed-month, displayed-year): Move declarations where needed.
Glenn Morris [Fri, 14 Mar 2008 07:09:03 +0000 (07:09 +0000)]
(date, displayed-month, displayed-year): Move declarations where needed.
(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.

16 years ago(displayed-month, displayed-year): Move declarations where needed.
Glenn Morris [Fri, 14 Mar 2008 07:05:10 +0000 (07:05 +0000)]
(displayed-month, displayed-year): Move declarations where needed.
(calendar-holiday-list, calendar-list-holidays)
(holiday-filter-visible-calendar): Move definitions before use.
(list-holidays): Use cadr.
Relocate obsolete aliases after their replacements.

16 years ago(calendar-mayan-haab-month-name-array)
Glenn Morris [Fri, 14 Mar 2008 07:01:11 +0000 (07:01 +0000)]
(calendar-mayan-haab-month-name-array)
(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.

16 years ago(displayed-month, displayed-year, original-date): Move declarations
Glenn Morris [Fri, 14 Mar 2008 06:54:36 +0000 (06:54 +0000)]
(displayed-month, displayed-year, original-date): Move declarations
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.

16 years ago(calendar-cursor-to-nearest-date): Use or, when. Move definition before use.
Glenn Morris [Fri, 14 Mar 2008 06:45:16 +0000 (06:45 +0000)]
(calendar-cursor-to-nearest-date): Use or, when.  Move definition before use.
(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.

16 years ago(calendar-time-zone-daylight-rules): Simplify.
Glenn Morris [Fri, 14 Mar 2008 03:38:38 +0000 (03:38 +0000)]
(calendar-time-zone-daylight-rules): Simplify.
(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.

16 years agoRe-indent.
Glenn Morris [Fri, 14 Mar 2008 03:35:03 +0000 (03:35 +0000)]
Re-indent.
(calendar-absolute-from-julian): Move definition before use.  Remove
un-needed local `day'.
(calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.

16 years ago(holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
Glenn Morris [Fri, 14 Mar 2008 03:32:07 +0000 (03:32 +0000)]
(holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.

16 years ago(calendar-bahai-month-name-array, calendar-bahai-leap-base): Add doc strings.
Glenn Morris [Fri, 14 Mar 2008 03:31:52 +0000 (03:31 +0000)]
(calendar-bahai-month-name-array, calendar-bahai-leap-base): Add doc strings.
(calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
Move definition before use.
(calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
(diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
variables outside the loop.  Use dolist.

16 years ago(displayed-year): Move declaration where needed.
Glenn Morris [Fri, 14 Mar 2008 03:18:20 +0000 (03:18 +0000)]
(displayed-year): Move declaration where needed.
(calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso): Doc fix.
(calendar-mouse-goto-date): Move definition before use.

16 years ago(french-calendar-accents): Move definition after constants.
Glenn Morris [Fri, 14 Mar 2008 03:15:21 +0000 (03:15 +0000)]
(french-calendar-accents): Move definition after constants.
(french-calendar-epoch, calendar-goto-french-date): Doc fix.
(french-calendar-month-name-array)
(french-calendar-multibyte-month-name-array)
(french-calendar-day-name-array, french-calendar-special-days-array):
Add doc strings.

16 years agoRe-indent.
Glenn Morris [Fri, 14 Mar 2008 03:12:09 +0000 (03:12 +0000)]
Re-indent.
(calendar-goto-persian-date): Doc fix.

16 years agoRe-indent.
Glenn Morris [Fri, 14 Mar 2008 03:10:37 +0000 (03:10 +0000)]
Re-indent.

16 years agoRe-order so that functions are defined before use.
Glenn Morris [Fri, 14 Mar 2008 03:08:33 +0000 (03:08 +0000)]
Re-order so that functions are defined before use.
(displayed-month, displayed-year): Move declarations where needed.
(chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
(chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
Add doc strings.
(chinese-year-cache): Recenter on 2010.  Doc fix.
(chinese-year, number-chinese-months, calendar-absolute-from-chinese):
Doc fix.  Simplify.
(chinese-year-cache-init): New function.
(compute-chinese-year, holiday-chinese-new-year)
(calendar-chinese-date-string, calendar-goto-chinese-date)
(make-chinese-month-assoc-list): Use cadr, nth.
(chinese-months): Remove un-needed let.

16 years ago(mark-diary-entries): Move some constant variables outside the
Glenn Morris [Fri, 14 Mar 2008 02:53:03 +0000 (02:53 +0000)]
(mark-diary-entries): Move some constant variables outside the
diary-date-forms loop.

16 years agoRe-indent.
Glenn Morris [Fri, 14 Mar 2008 02:49:59 +0000 (02:49 +0000)]
Re-indent.
(coptic-calendar-month-name-array, ethiopic-calendar-month-name-array)
(ethiopic-name): Add doc strings.
(coptic-prompt-for-date): Move definition before use.

16 years ago(diary-file): Doc fix.
Glenn Morris [Fri, 14 Mar 2008 02:46:37 +0000 (02:46 +0000)]
(diary-file): Doc fix.
(calendar-buffer-list): Return buffers rather than strings (fixes
previous change).

16 years agoAdd some sections, based on NEWS.22.
Glenn Morris [Fri, 14 Mar 2008 02:42:04 +0000 (02:42 +0000)]
Add some sections, based on NEWS.22.

16 years ago(main): Revert previous change.
Glenn Morris [Fri, 14 Mar 2008 02:40:21 +0000 (02:40 +0000)]
(main): Revert previous change.
(standard_args): Revert -internal-script back to -scriptload,
and remove the long-option form.

16 years ago(command-line-1): Rename -internal-script back to -scriptload (reverts
Glenn Morris [Fri, 14 Mar 2008 02:38:45 +0000 (02:38 +0000)]
(command-line-1): Rename -internal-script back to -scriptload (reverts
previous change).

16 years ago(top-level): CL not required when compiling.
Glenn Morris [Fri, 14 Mar 2008 02:36:39 +0000 (02:36 +0000)]
(top-level): CL not required when compiling.
(org-irc-visit-erc): Replace runtime CL functions.

16 years agoFix commentary.
Glenn Morris [Fri, 14 Mar 2008 02:35:13 +0000 (02:35 +0000)]
Fix commentary.

16 years ago(declare-function): Add compatibility stub.
Glenn Morris [Fri, 14 Mar 2008 02:34:41 +0000 (02:34 +0000)]
(declare-function): Add compatibility stub.
(org-publish-delete-dups): Declare as function.

16 years agoAdd missing Org entries.
Glenn Morris [Fri, 14 Mar 2008 02:33:19 +0000 (02:33 +0000)]
Add missing Org entries.

16 years ago(vc-bzr-log-view-mode): "." can be part of a revno.
Dan Nicolaescu [Fri, 14 Mar 2008 01:52:59 +0000 (01:52 +0000)]
(vc-bzr-log-view-mode): "." can be part of a revno.
(vc-bzr-show-log-entry): Make regexp match more cases.
(vc-diff-switches-list): Remove autoload, not needed.

16 years ago(isearch-edit-string): Remove one call to
Juri Linkov [Fri, 14 Mar 2008 01:02:45 +0000 (01:02 +0000)]
(isearch-edit-string): Remove one call to
`isearch-push-state' not to push an inconsistent state,
but keep another correct call to `isearch-push-state'.
(isearch-ring-adjust): Call `isearch-push-state' only when
`search-ring-update' is non-nil since `isearch-edit-string'
already pushes its state.
(isearch-message): Improve matching the failed part by checking
if the original message starts with the last successful message.

16 years ago(dired-warn-writable): Rename to `dired-perm-write'.
Juri Linkov [Fri, 14 Mar 2008 01:01:36 +0000 (01:01 +0000)]
(dired-warn-writable): Rename to `dired-perm-write'.
(dired-perm-write): Renamed from `dired-warn-writable'.
Change parent face from `font-lock-warning-face' to
`font-lock-comment-delimiter-face'.
(dired-warn-writable-face): Rename to `dired-perm-write-face'.
(dired-perm-write-face): Renamed from `dired-warn-writable-face'.
(dired-font-lock-keywords): Replace `dired-warn-writable-face'
with `dired-perm-write-face'.

16 years ago(doc-view-doc->txt, doc-view-convert-current-doc):
Tassilo Horn [Thu, 13 Mar 2008 18:12:28 +0000 (18:12 +0000)]
(doc-view-doc->txt, doc-view-convert-current-doc):
Create cache dir only if it doesn't already exist.

16 years ago(sh-font-lock-quoted-subshell): Fix handling of \ and '.
Stefan Monnier [Thu, 13 Mar 2008 14:34:20 +0000 (14:34 +0000)]
(sh-font-lock-quoted-subshell): Fix handling of \ and '.

16 years ago(browse-url-text-xterm): Unquote browse-url-text-browser.
Johan Bockgård [Thu, 13 Mar 2008 13:29:11 +0000 (13:29 +0000)]
(browse-url-text-xterm): Unquote browse-url-text-browser.

16 years ago* textmodes/org-publish.el: (org-publish-expand-components):
Carsten Dominik [Thu, 13 Mar 2008 09:00:37 +0000 (09:00 +0000)]
* textmodes/org-publish.el: (org-publish-expand-components):
Remove null projects from the list of components.
(org-publish-attachment): Bugfix: handle the mandatory argument
pub-dir.  Removed unused retrieval of the :publishing-directory
property.
(org-publish-file): Bugfix: when using a relative directory as the
publishing directory, convert it to a directory filename.
(org-publish-project): New alias.
(org-publish-get-files): Protect against empty p.
(org-publish-file): Send an error when file is not part of any
project.
(org-publish-file): Offer to refresh the list of files in known
project when the current file is not part of any project.
(org-publish-before-export-hook)
(org-publish-after-export-hook): New hooks.
(org-publish-org-to): Use new hooks and kill buffers.
(org-publish-file): Remove the code for killing buffers.
(org-publish-initialize-files-alist): Use interactive.
(org-publish-file): If the publishing function creates a new
buffer, kill it after publishing.
(org-publish-timestamp-filename): Protect ":" in file name path
under windows.