]> git.eshelyaron.com Git - emacs.git/log
emacs.git
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.

16 years ago* org-export-latex.el (org-export-as-latex): Revert the change
Carsten Dominik [Thu, 13 Mar 2008 08:57:53 +0000 (08:57 +0000)]
* org-export-latex.el (org-export-as-latex): Revert the change
that killed the LaTeX buffer.

16 years ago* textmodes/org.el (org-ctrl-c-star): Implement a missing branch
Carsten Dominik [Thu, 13 Mar 2008 08:56:04 +0000 (08:56 +0000)]
* textmodes/org.el (org-ctrl-c-star): Implement a missing branch
in the decision tree.
(org-select-remember-template): Cleaned the code.
(org-prepare-dblock): Added the extra :content parameter.
(org-write-agenda): New output type ".ics" files.
(org-write-agenda): Call `org-icalendar-verify-function', both for
time stamps and for TODO entries.
(org-agenda-collect-markers, org-create-marker-find-array)
(org-check-agenda-marker-table): New functions.
(org-agenda-marker-table): New variable.
(org-export-as-html): Revert the change that killed the html
buffer.  Side effects first need to be studied carefully.
(org-get-tags-at): Fix the structure of the condition-case
statement.
(org-ts-regexp0, org-repeat-re, org-display-custom-time)
(org-timestamp-change): Fix regulear expressions to swallow the
extra character for repeat-shift control.
(org-auto-repeat-maybe): Implement the new repeater mechanisms.
(org-get-legal-level): Aliased to `org-get-valid-level'.
(org-dblock-write:clocktable): Added a :link parameter, linking
headlines to their location in the Org agenda files.
(org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
throwing an error when getting tags before headlines.
(org-timestamp-change, org-modify-ts-extra)
(org-ts-regexp1): Fix timestamp editing.
(org-agenda-custom-commands-local-options): New constant.
(org-agenda-custom-commands): Use
`org-agenda-custom-commands-local-options' to improve customize
type.  "htmlize": Removed hack to fix face problem with htmlize,
it no longer seem necessary.
(org-follow-link-hook): New hook.
(org-agenda-custom-commands): Added "Component" as a tag for each
item in a command serie.
(org-open-at-point): Run `org-follow-link-hook'.
(org-agenda-schedule): Bugfix: don't display marker type when it
is `nil'.
(org-store-link): org-irc required.
(org-set-regexps-and-options): Parse the new logging options.
(org-extract-log-state-settings): New function.
(org-todo): Handle the new ways of recording state change stuff.
(org-local-logging): New function.
(org-columns-open-link): Fixed bug with opening link in column
view.
(org-local-logging): New function
(org-todo): Make sure that LOGGING properties are honoured.
(org-todo-keywords): Improve docstring.
(org-startup-options): Cleanup startup options.
(org-set-regexps-and-options): Process the "!" markers.
(org-todo): Respect the new logging stuff.
(org-log-note-how): New variable.
(org-add-log-maybe): New parameter HOW that defines how logging
should be done and also overrides PURPOSE.  Add a docstring.
(org-add-log-note): Check if we really need to ask for a note.
(org-get-current-options): Digest the new keyword.
(org-agenda-reset-markers): Renamed from
`org-agenda-maybe-reset-markers'.  FORCE argument removed.
(org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
function, without force argument.
(org-buffer-property-keys): Bind local variables s and p.
(org-make-tags-matcher): Allow "" to match an empty or
non-existent property value.
(org-export-as-html): Join unsorted lists when they directly
follow each other.  Such lists may be created by headlines that
are converted to lists.
(org-nofm-to-completion): New function.
(org-export-as-html): Use :html-extension instead of
org-export-html-extension.
(org-store-link): Support for links from `rmail-summary-mode'.
(org-columns-new, org-complete, org-set-property): Set the
`include-columns' argument in the call to
`org-buffer-property-keys'.
(org-buffer-property-keys): New argument `include-columns', to
include properties expected by any of the COLUMS formats in the
current buffer.
(org-cleaned-string-for-export): Get rid of drawers first, so that
they will be removed also in the text before the first headline.
(org-clock-report): Show the clocktable when found.
(org-refile): Fix positioning bug when `org-reverse-note-order' is
nil.
(org-version): With prefix argument, insert `org-version' at
point.
(org-agenda-goto): Recenter the window after finding the target
location, to make sure the correct position will be displayed.
(org-agenda-get-deadlines): Don't scale priority with the warning
period.
(org-insert-heading): Don't break line in the middle of the line.
(org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
be 0.
(org-update-checkbox-count): Revamped to deal with hierarchical
beckboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
(org-remove-timestamp-with-keyword): New function.
(org-schedule, org-deadline): Use
`org-remove-timestamp-with-keyword' to make sure all such time
stamps are removed.
(org-mode): Support for `align'.
(org-agenda-get-deadlines): Make sure priorities increase as the
due date approaches and is passed.
(org-remember-apply-template): Fixed problem with tags that
contain "_" or "@".
(org-make-link-regexps): Improve the regular expression for plain
links.
(org-agenda-get-closed): List each clocking entry.
(org-set-tags): Only tabify before tags if indent-tabs-mode is t.
(org-special-ctrl-k): New option.
(org-kill-line): New function.
(org-archive-all-done): Fixed incorrect number of stars in regexp.
(org-refile-get-location): New function.
(org-refile-goto-last-stored): New function.
(org-global-tags-completion-table): Add the value of org-tag-alist
in each buffer, to make sure that also unused tags will be
available for completion.
(org-columns-edit-value)
(org-columns-next-allowed-value): Only update if not in agenda.
(org-clocktable-steps): New function.
(org-dblock-write:clocktable): Call `org-clocktable-steps'.
(org-archive-subtree): Add the outline tree context as a property.
(org-closest-date): New optional argument `prefer'.
(org-goto-auto-isearch): New option.
(org-goto-map, org-get-location): Implement auto-isearch.
(org-goto-local-auto-isearch-map): New variable.
(org-goto-local-search-forward-headings)
(org-goto-local-auto-isearch): New functions

16 years agoNew file
Carsten Dominik [Thu, 13 Mar 2008 08:53:48 +0000 (08:53 +0000)]
New file

16 years ago* org.texi (Exporting Agenda Views): Document agenda export to
Carsten Dominik [Thu, 13 Mar 2008 08:50:59 +0000 (08:50 +0000)]
* org.texi (Exporting Agenda Views): Document agenda export to
iCalendar.
(Progress logging): Document the new progress logging
stuff.

16 years ago*** empty log message ***
Carsten Dominik [Thu, 13 Mar 2008 08:49:10 +0000 (08:49 +0000)]
*** empty log message ***

16 years agoWhitespace only.
Glenn Morris [Thu, 13 Mar 2008 06:40:31 +0000 (06:40 +0000)]
Whitespace only.

16 years ago*** empty log message ***
Glenn Morris [Thu, 13 Mar 2008 06:33:04 +0000 (06:33 +0000)]
*** empty log message ***

16 years agoWhitespace only.
Glenn Morris [Thu, 13 Mar 2008 06:29:28 +0000 (06:29 +0000)]
Whitespace only.

16 years ago(font-lock-comment-face): Set the foreground for
Dan Nicolaescu [Thu, 13 Mar 2008 06:10:24 +0000 (06:10 +0000)]
(font-lock-comment-face): Set the foreground for
the light background 8 colors case.

16 years ago(LOADDEFS): New variable.
Glenn Morris [Thu, 13 Mar 2008 06:05:25 +0000 (06:05 +0000)]
(LOADDEFS): New variable.
(AUTOGENEL): Use $LOADDEFS.
$(lisp)/loaddefs.el: Remove this target.
(autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
(MH_E_SRC): Remove variable.
$(lisp)/mh-e/mh-loaddefs.el: Remove $MH_E_SRC dependency.  Simplify file
header.  Use $@ for generated-autoload-file.
$(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el:
$(lisp)/calendar/hol-loaddefs.el: New targets.

16 years agoRemove explicit autoloads now in cal-loaddefs.
Glenn Morris [Thu, 13 Mar 2008 06:00:07 +0000 (06:00 +0000)]
Remove explicit autoloads now in cal-loaddefs.
(generate-calendar-window): Use calendar-mark-holidays rather than
obsolete alias.

16 years ago(diary-loaddefs): Load this rather than explicit autoloads.
Glenn Morris [Thu, 13 Mar 2008 05:54:57 +0000 (05:54 +0000)]
(diary-loaddefs): Load this rather than explicit autoloads.
Add calendar-specific autoload cookies.
(mark-calendar-month): Use zerop.

16 years ago(hol-loaddefs): Load this rather than explicit autoloads.
Glenn Morris [Thu, 13 Mar 2008 05:54:06 +0000 (05:54 +0000)]
(hol-loaddefs): Load this rather than explicit autoloads.
Add calendar-specific autoload cookies.

16 years agoAdd calendar-specific autoload cookies.
Glenn Morris [Thu, 13 Mar 2008 05:49:02 +0000 (05:49 +0000)]
Add calendar-specific autoload cookies.

16 years ago(generated-autoload-file): Don't set, instead use different values of
Glenn Morris [Thu, 13 Mar 2008 05:48:18 +0000 (05:48 +0000)]
(generated-autoload-file): Don't set, instead use different values of
generate-autoload-cookie plus Makefile rules to allow for a mixture of
internal calendar autoloads and normal autoloads.

16 years ago(calendar-holiday-list, diary-list-entries, calendar-iso-from-absolute):
Glenn Morris [Thu, 13 Mar 2008 05:47:55 +0000 (05:47 +0000)]
(calendar-holiday-list, diary-list-entries, calendar-iso-from-absolute):
Fix autoloads.
(generated-autoload-file): Don't set, instead use different values of
generate-autoload-cookie plus Makefile rules to allow for a mixture of
internal calendar autoloads and normal autoloads.

16 years ago(generated-autoload-file): Don't set, instead use different values of
Glenn Morris [Thu, 13 Mar 2008 05:46:32 +0000 (05:46 +0000)]
(generated-autoload-file): Don't set, instead use different values of
generate-autoload-cookie plus Makefile rules to allow for a mixture of
internal calendar autoloads and normal autoloads.

16 years ago(diary-julian-date): Move to end.
Glenn Morris [Thu, 13 Mar 2008 05:45:28 +0000 (05:45 +0000)]
(diary-julian-date): Move to end.
(generated-autoload-file): Don't set, instead use different values of
generate-autoload-cookie plus Makefile rules to allow for a mixture of
internal calendar autoloads and normal autoloads.

16 years ago(generated-autoload-file): Don't set, instead use different values of
Glenn Morris [Thu, 13 Mar 2008 05:44:04 +0000 (05:44 +0000)]
(generated-autoload-file): Don't set, instead use different values of
generate-autoload-cookie plus Makefile rules to allow for a mixture of
internal calendar autoloads and normal autoloads.

16 years ago(diary-list-entries): Fix autoload.
Glenn Morris [Thu, 13 Mar 2008 05:43:00 +0000 (05:43 +0000)]
(diary-list-entries): Fix autoload.
(generated-autoload-file): Don't set, instead use different values of
generate-autoload-cookie plus Makefile rules to allow for a mixture of
internal calendar autoloads and normal autoloads.

16 years agoAdd calendar-specific autoload cookies.
Glenn Morris [Thu, 13 Mar 2008 05:41:58 +0000 (05:41 +0000)]
Add calendar-specific autoload cookies.

16 years ago(generated-autoload-file): Don't set, instead use different values of
Glenn Morris [Thu, 13 Mar 2008 05:41:16 +0000 (05:41 +0000)]
(generated-autoload-file): Don't set, instead use different values of
generate-autoload-cookie plus Makefile rules to allow for a mixture of
internal calendar autoloads and normal autoloads.

16 years agoMove variable declarations where they are needed.
Glenn Morris [Thu, 13 Mar 2008 05:40:02 +0000 (05:40 +0000)]
Move variable declarations where they are needed.
(diary-bahai-date): Move to end.
(generated-autoload-file): Don't set, instead use different values of
generate-autoload-cookie plus Makefile rules to allow for a mixture of
internal calendar autoloads and normal autoloads.

16 years agoAdd diary-loaddefs.el, hol-loaddefs.el.
Glenn Morris [Thu, 13 Mar 2008 05:36:31 +0000 (05:36 +0000)]
Add diary-loaddefs.el, hol-loaddefs.el.

16 years ago(cal-hebrew-yahrzeit-buffer): New constant.
Glenn Morris [Thu, 13 Mar 2008 04:06:47 +0000 (04:06 +0000)]
(cal-hebrew-yahrzeit-buffer): New constant.
(calendar-buffer-list): Simplify.

16 years ago(solar-moment, solar-exact-local-noon)
Glenn Morris [Thu, 13 Mar 2008 04:04:14 +0000 (04:04 +0000)]
(solar-moment, solar-exact-local-noon)
(solar-sunrise-sunset, solar-sunrise-sunset-string)
(solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time):
(diary-sabbath-candles, solar-equinoxes/solstices)
(solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
(solar-time-equation, solar-date-to-et): Simplify.

16 years ago(calendar-only-one-frame-setup, calendar-two-frame-setup): Doc fixes.
Glenn Morris [Thu, 13 Mar 2008 03:57:31 +0000 (03:57 +0000)]
(calendar-only-one-frame-setup, calendar-two-frame-setup): Doc fixes.
(special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.

16 years agoRe-format comments.
Glenn Morris [Thu, 13 Mar 2008 03:56:26 +0000 (03:56 +0000)]
Re-format comments.
(persian-calendar-month-name-array)
(persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
(persian-prompt-for-date): Remove local variable `today'.

16 years agoRe-format comments.
Glenn Morris [Thu, 13 Mar 2008 03:55:15 +0000 (03:55 +0000)]
Re-format comments.
(calendar-julian-from-absolute): Use xerop.
(displayed-month, displayed-year): Move declarations where needed.
(calendar-print-astro-day-number): Doc fix.

16 years ago(calendar-absolute-from-iso, calendar-iso-read-args): Simplify.
Glenn Morris [Thu, 13 Mar 2008 03:53:02 +0000 (03:53 +0000)]
(calendar-absolute-from-iso, calendar-iso-read-args): Simplify.
(calendar-iso-date-string, calendar-iso-read-args)
(calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.

16 years ago(list-yahrzeit-dates): Use cal-hebrew-yahrzeit-buffer.
Glenn Morris [Thu, 13 Mar 2008 03:50:40 +0000 (03:50 +0000)]
(list-yahrzeit-dates): Use cal-hebrew-yahrzeit-buffer.

16 years ago(appt-mode-string): Mark as risky.
Glenn Morris [Thu, 13 Mar 2008 03:48:35 +0000 (03:48 +0000)]
(appt-mode-string): Mark as risky.
(appt-check): Apply mode-line-emphasis face to appt-mode-string.

16 years agoRemove the `function' in `(function (lambda'.
Glenn Morris [Thu, 13 Mar 2008 03:33:31 +0000 (03:33 +0000)]
Remove the `function' in `(function (lambda'.
Replace `(car (cdr' with cadr'.
Formatting change - collect closing parens.

16 years ago(f90-font-lock-n): New function.
Glenn Morris [Thu, 13 Mar 2008 03:29:35 +0000 (03:29 +0000)]
(f90-font-lock-n): New function.
(f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
Use f90-font-lock-n.
(f90-mode-abbrev-table): Use newer form of define-abbrev, where
supported.  No need to bind abbrevs-changed for system abbrevs.
(f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.

16 years ago(fortran-mode-abbrev-table): Use newer form of define-abbrev, where
Glenn Morris [Thu, 13 Mar 2008 03:26:47 +0000 (03:26 +0000)]
(fortran-mode-abbrev-table): Use newer form of define-abbrev, where
supported.  No need to bind abbrevs-changed for system abbrevs.

16 years ago(lisp-font-lock-keywords-1): Support wider range of
Glenn Morris [Thu, 13 Mar 2008 03:25:20 +0000 (03:25 +0000)]
(lisp-font-lock-keywords-1): Support wider range of
generate-autoload-cookie patterns.

16 years agoSet version to 23.0.60.
Glenn Morris [Thu, 13 Mar 2008 03:21:16 +0000 (03:21 +0000)]
Set version to 23.0.60.

16 years agoSet version to 23.0.60.
Glenn Morris [Thu, 13 Mar 2008 03:19:56 +0000 (03:19 +0000)]
Set version to 23.0.60.

16 years ago(EMACSVER): Set to 23.0.60.
Glenn Morris [Thu, 13 Mar 2008 03:16:29 +0000 (03:16 +0000)]
(EMACSVER): Set to 23.0.60.

16 years ago(EMACSVER): Set to 23.0.60.
Glenn Morris [Thu, 13 Mar 2008 03:15:47 +0000 (03:15 +0000)]
(EMACSVER): Set to 23.0.60.

16 years agoFix Emacs version.
Glenn Morris [Thu, 13 Mar 2008 03:14:57 +0000 (03:14 +0000)]
Fix Emacs version.

16 years ago(VERSION): Set to 23.0.60.
Glenn Morris [Thu, 13 Mar 2008 03:14:12 +0000 (03:14 +0000)]
(VERSION): Set to 23.0.60.

16 years ago(AC_INIT): Fix version number.
Glenn Morris [Thu, 13 Mar 2008 03:13:19 +0000 (03:13 +0000)]
(AC_INIT): Fix version number.
(sync-input): Reword the option, since it's on by default.

16 years agoFix version number.
Glenn Morris [Thu, 13 Mar 2008 03:12:06 +0000 (03:12 +0000)]
Fix version number.

16 years ago(command-line-1): Rename -scriptload to -internal-script.
Glenn Morris [Thu, 13 Mar 2008 03:04:51 +0000 (03:04 +0000)]
(command-line-1): Rename -scriptload to -internal-script.

16 years ago(main, standard_args): Rename -scriptload to -internal-script.
Glenn Morris [Thu, 13 Mar 2008 03:04:04 +0000 (03:04 +0000)]
(main, standard_args): Rename -scriptload to -internal-script.
Remove option -enable-font-backend.

16 years agoMore details of font-lock-comment-delimiter-face and related issues.
Glenn Morris [Thu, 13 Mar 2008 03:00:27 +0000 (03:00 +0000)]
More details of font-lock-comment-delimiter-face and related issues.

16 years ago(terminal-init-xterm): delete-frame-hook -> delete-frame-functions.
Stefan Monnier [Thu, 13 Mar 2008 02:04:42 +0000 (02:04 +0000)]
(terminal-init-xterm): delete-frame-hook -> delete-frame-functions.

16 years ago(Info-current-node): Remove.
Stefan Monnier [Thu, 13 Mar 2008 01:57:05 +0000 (01:57 +0000)]
(Info-current-node): Remove.

16 years ago(describe-project): Remove defaliases for view-todo and
Juri Linkov [Wed, 12 Mar 2008 21:55:02 +0000 (21:55 +0000)]
(describe-project): Remove defaliases for view-todo and
describe-project that are now unnecessary after the merge from
emacs--rel--22 that added define-obsolete-function-alias.

16 years ago(inhibit-startup-screen): Revert incomplete
Juri Linkov [Wed, 12 Mar 2008 21:54:36 +0000 (21:54 +0000)]
(inhibit-startup-screen): Revert incomplete
2008-03-10 merge from emacs--rel--22 that partly reverted
2008-02-28 change that added initial message to *scratch* buffer
regardless of the value of `inhibit-startup-screen'.
Now keep this change in the trunk, but not in the 22 branch.

16 years ago(quail-help): Use set-buffer-multibyte rather than
Stefan Monnier [Wed, 12 Mar 2008 21:01:35 +0000 (21:01 +0000)]
(quail-help): Use set-buffer-multibyte rather than
setting default-enable-multibyte-characters.

16 years ago(quail-setup-completion-buf): Use set-buffer-multibyte rather than
Stefan Monnier [Wed, 12 Mar 2008 20:58:32 +0000 (20:58 +0000)]
(quail-setup-completion-buf): Use set-buffer-multibyte rather than
setting default-enable-multibyte-characters.

16 years ago(binhex-decode-region-internal): Use set-buffer-multibyte rather than
Stefan Monnier [Wed, 12 Mar 2008 20:53:46 +0000 (20:53 +0000)]
(binhex-decode-region-internal): Use set-buffer-multibyte rather than
setting default-enable-multibyte-characters.

16 years ago(uudecode-decode-region-internal): Use set-buffer-multibyte rather than
Stefan Monnier [Wed, 12 Mar 2008 20:53:10 +0000 (20:53 +0000)]
(uudecode-decode-region-internal): Use set-buffer-multibyte rather than
setting default-enable-multibyte-characters.

16 years ago(dns-read-string-name, dns-read, dns-read-type, query-dns):
Stefan Monnier [Wed, 12 Mar 2008 20:52:31 +0000 (20:52 +0000)]
(dns-read-string-name, dns-read, dns-read-type, query-dns):
Use set-buffer-multibyte rather than set default-enable-multibyte-characters.

16 years ago(mh-uncompface, mh-picon-file-contents): Use set-buffer-multibyte...
Stefan Monnier [Wed, 12 Mar 2008 20:51:26 +0000 (20:51 +0000)]
(mh-uncompface, mh-picon-file-contents): Use set-buffer-multibyte...
(mh-face-display-function, mh-x-image-display): ...rather than bind
default-enable-multibyte-characters.

16 years ago(sha1-string-external): Use set-buffer-multibyte rather than
Stefan Monnier [Wed, 12 Mar 2008 20:48:46 +0000 (20:48 +0000)]
(sha1-string-external): Use set-buffer-multibyte rather than
setting default-enable-multibyte-characters.

16 years agoUse with-current-buffer.
Stefan Monnier [Wed, 12 Mar 2008 19:56:09 +0000 (19:56 +0000)]
Use with-current-buffer.
(nntp-send-buffer): Just set the buffer to unibyte rather than use the
dubious mm-with-unibyte-current-buffer.
(nntp-with-open-group-function): New function extracted from
nntp-with-open-group macro.
(nntp-with-open-group): Use the function, so it's easier to debug.
Add indentation and debugging info.
(nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend the
use of the netcat alternatives.