1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-19 18:13:55 +00:00
Commit Graph

43481 Commits

Author SHA1 Message Date
Glenn Morris
071f8d93af (french-calendar-accents): Doc fix. 2008-03-15 02:57:58 +00:00
Glenn Morris
851335187f (cal-html-insert-link-yearpage, (cal-html-htmlify-list): Doc fix.
(cal-html-htmlify-entry): Use nth.
2008-03-15 02:57:42 +00:00
Glenn Morris
965c889906 (cal-menu-goto-menu): Use "Go To". 2008-03-15 02:57:13 +00:00
Glenn Morris
a078051c4a (cal-tex-hook, cal-tex-insert-preamble, cal-tex-month-name): Doc fix.
(cal-tex-last-blank-p): Use zerop.
2008-03-15 02:56:30 +00:00
Glenn Morris
125001e94b (displayed-month, displayed-year): Move declarations where needed.
(calendar-list-holidays): Doc fix.
2008-03-15 02:55:45 +00:00
Glenn Morris
1fa570afc5 (parse-time-string): Simplify. 2008-03-15 02:55:25 +00:00
Glenn Morris
48dc6f9fd2 (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.
2008-03-15 02:55:06 +00:00
Glenn Morris
55dfee43fa (timeclock-time-to-seconds, timeclock-log-data): Use nth.
(timeclock-completing-read, timeclock-generate-report): Use zerop.
(timeclock-mean, timeclock-generate-report): Use dolist.
2008-03-15 02:54:45 +00:00
Glenn Morris
17a1af5370 (todo-add-category): Simplify.
(todo-more-important-p, todo-delete-item, todo-file-item): Use unless, when.
(todo-top-priorities): Use zerop.
2008-03-15 02:54:24 +00:00
Nick Roberts
392640c437 (list-buffers-noselect): Display buffer name in
tooltip instead of mouse binding when it doesn't fit in the list.
2008-03-14 21:32:47 +00:00
Nick Roberts
b1c6913338 *** empty log message *** 2008-03-14 21:31:07 +00:00
Dan Nicolaescu
732f3104dc Fix typo. 2008-03-14 18:58:17 +00:00
Dan Nicolaescu
f31b125795 * 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.
2008-03-14 17:42:18 +00:00
Stefan Monnier
ae0ece90c6 (make-directory): Docstring fix. 2008-03-14 17:14:09 +00:00
Stefan Monnier
116d5bc76a (desktop-create-buffer): Don't catch errors if debug-on-error is set. 2008-03-14 17:08:49 +00:00
Eli Zaretskii
c79a07d795 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
($(lisp)/calendar/hol-loaddefs.el): New targets.
(LOADDEFS): New macro.
(autoloads): Depend on $(LOADDEFS).
2008-03-14 16:49:31 +00:00
Dan Nicolaescu
ef49d20fe8 * font-lock.el (featurep): Remove test, not useful anymore.
(facemenu-keymap): Move key binding ...
* facemenu.el (facemenu-keymap): ... here.
2008-03-14 16:15:49 +00:00
Dan Nicolaescu
ac51b1513d (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.
2008-03-14 16:12:31 +00:00
Dan Nicolaescu
f9a9491fbe (emacs-lisp-mode-map): Add menu entries
for checkdoc and profiling.
2008-03-14 16:09:39 +00:00
Bastien Guerry
23e330700e * textmodes/flyspell.el (nxml-mode): Add the right.
`flyspell-mode-predicate'.

* wid-edit.el (link): Use 'mouse-face for :follow-link.
2008-03-14 10:13:30 +00:00
Miles Bader
b7b8d8ed71 Add arch tagline 2008-03-14 10:06:41 +00:00
Glenn Morris
4f17e27631 (hebrew-holidays-4): Fix typo. 2008-03-14 07:45:56 +00:00
Glenn Morris
e7148377c1 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
2008-03-14 07:24:41 +00:00
Glenn Morris
f852191f5e (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*.
2008-03-14 07:13:59 +00:00
Glenn Morris
9c0b91874c (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.
2008-03-14 07:09:03 +00:00
Glenn Morris
71855cc518 (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.
2008-03-14 07:05:10 +00:00
Glenn Morris
20a614c6c8 (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.
2008-03-14 07:01:11 +00:00
Glenn Morris
8f11970df6 (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.
2008-03-14 06:54:36 +00:00
Glenn Morris
cfcc468faa (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.
2008-03-14 06:45:16 +00:00
Glenn Morris
4b8683c7c5 (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.
2008-03-14 03:38:38 +00:00
Glenn Morris
c8ca95dd39 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.
2008-03-14 03:35:03 +00:00
Glenn Morris
49f64954f5 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless. 2008-03-14 03:32:07 +00:00
Glenn Morris
6bd7c8eb8f (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.
2008-03-14 03:31:52 +00:00
Glenn Morris
6cd61ebd91 (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.
2008-03-14 03:18:20 +00:00
Glenn Morris
5424a53095 (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.
2008-03-14 03:15:21 +00:00
Glenn Morris
52e0f59e95 Re-indent.
(calendar-goto-persian-date): Doc fix.
2008-03-14 03:12:09 +00:00
Glenn Morris
ad2903ec12 Re-indent. 2008-03-14 03:10:37 +00:00
Glenn Morris
465323b664 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.
2008-03-14 03:08:33 +00:00
Glenn Morris
75762c68d6 (mark-diary-entries): Move some constant variables outside the
diary-date-forms loop.
2008-03-14 02:53:03 +00:00
Glenn Morris
ef47371993 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.
2008-03-14 02:49:59 +00:00
Glenn Morris
27a28b5017 (diary-file): Doc fix.
(calendar-buffer-list): Return buffers rather than strings (fixes
previous change).
2008-03-14 02:46:37 +00:00
Glenn Morris
1d1100d7ac (command-line-1): Rename -internal-script back to -scriptload (reverts
previous change).
2008-03-14 02:38:45 +00:00
Glenn Morris
c1fbdbbb55 (top-level): CL not required when compiling.
(org-irc-visit-erc): Replace runtime CL functions.
2008-03-14 02:36:39 +00:00
Glenn Morris
eb3a8c9167 Fix commentary. 2008-03-14 02:35:13 +00:00
Glenn Morris
1e63a7fbf3 (declare-function): Add compatibility stub.
(org-publish-delete-dups): Declare as function.
2008-03-14 02:34:41 +00:00
Glenn Morris
6622c075aa Add missing Org entries. 2008-03-14 02:33:19 +00:00
Dan Nicolaescu
f392f8b441 (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.
2008-03-14 01:52:59 +00:00
Juri Linkov
a71a98cf83 (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.
2008-03-14 01:02:45 +00:00
Juri Linkov
0199e76544 (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'.
2008-03-14 01:01:36 +00:00
Tassilo Horn
5986c5c6ad (doc-view-doc->txt, doc-view-convert-current-doc):
Create cache dir only if it doesn't already exist.
2008-03-13 18:12:28 +00:00
Stefan Monnier
23ae1f25aa (sh-font-lock-quoted-subshell): Fix handling of \ and '. 2008-03-13 14:34:20 +00:00
Johan Bockgård
03e49c06ad (browse-url-text-xterm): Unquote browse-url-text-browser. 2008-03-13 13:29:11 +00:00
Carsten Dominik
699b929121 * 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.
2008-03-13 09:00:37 +00:00
Carsten Dominik
4b67ea8970 * org-export-latex.el (org-export-as-latex): Revert the change
that killed the LaTeX buffer.
2008-03-13 08:57:53 +00:00
Carsten Dominik
2a57416ff5 * 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
2008-03-13 08:56:04 +00:00
Carsten Dominik
0fc0f17869 New file 2008-03-13 08:53:48 +00:00
Glenn Morris
f6ca63d779 Whitespace only. 2008-03-13 06:40:31 +00:00
Glenn Morris
71ea27eeac Whitespace only. 2008-03-13 06:29:28 +00:00
Dan Nicolaescu
6eb61c70a8 (font-lock-comment-face): Set the foreground for
the light background 8 colors case.
2008-03-13 06:10:24 +00:00
Glenn Morris
2537fa5dc0 (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.
2008-03-13 06:05:25 +00:00
Glenn Morris
8ccd0d4dbc Remove explicit autoloads now in cal-loaddefs.
(generate-calendar-window): Use calendar-mark-holidays rather than
obsolete alias.
2008-03-13 06:00:07 +00:00
Glenn Morris
a53b53b3df (diary-loaddefs): Load this rather than explicit autoloads.
Add calendar-specific autoload cookies.
(mark-calendar-month): Use zerop.
2008-03-13 05:54:57 +00:00
Glenn Morris
4ca17d754c (hol-loaddefs): Load this rather than explicit autoloads.
Add calendar-specific autoload cookies.
2008-03-13 05:54:06 +00:00
Glenn Morris
fb97eeac20 Add calendar-specific autoload cookies. 2008-03-13 05:49:02 +00:00
Glenn Morris
93695e742b (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.
2008-03-13 05:48:18 +00:00
Glenn Morris
ee52e452b1 (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.
2008-03-13 05:47:55 +00:00
Glenn Morris
6c1841babb (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.
2008-03-13 05:46:32 +00:00
Glenn Morris
c24be81ed9 (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.
2008-03-13 05:45:28 +00:00
Glenn Morris
9e85002dac (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.
2008-03-13 05:44:04 +00:00
Glenn Morris
d3a0e5bf71 (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.
2008-03-13 05:43:00 +00:00
Glenn Morris
28b3c0f557 Add calendar-specific autoload cookies. 2008-03-13 05:41:58 +00:00
Glenn Morris
1d0c7fdfd5 (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.
2008-03-13 05:41:16 +00:00
Glenn Morris
dedac6ab10 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.
2008-03-13 05:40:02 +00:00
Glenn Morris
0162aaa7db Add diary-loaddefs.el, hol-loaddefs.el. 2008-03-13 05:36:31 +00:00
Glenn Morris
bae5a5a39d (cal-hebrew-yahrzeit-buffer): New constant.
(calendar-buffer-list): Simplify.
2008-03-13 04:06:47 +00:00
Glenn Morris
f575f9aba9 (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.
2008-03-13 04:04:14 +00:00
Glenn Morris
43d671a398 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc fixes.
(special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
2008-03-13 03:57:31 +00:00
Glenn Morris
d01890eee3 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'.
2008-03-13 03:56:26 +00:00
Glenn Morris
863ad01b09 Re-format comments.
(calendar-julian-from-absolute): Use xerop.
(displayed-month, displayed-year): Move declarations where needed.
(calendar-print-astro-day-number): Doc fix.
2008-03-13 03:55:15 +00:00
Glenn Morris
8ab36f55db (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.
2008-03-13 03:53:02 +00:00
Glenn Morris
66471e039b (list-yahrzeit-dates): Use cal-hebrew-yahrzeit-buffer. 2008-03-13 03:50:40 +00:00
Glenn Morris
464e82586e (appt-mode-string): Mark as risky.
(appt-check): Apply mode-line-emphasis face to appt-mode-string.
2008-03-13 03:48:35 +00:00
Glenn Morris
a3d3fe6e00 Remove the function' in (function (lambda'.
Replace `(car (cdr' with cadr'.
Formatting change - collect closing parens.
2008-03-13 03:33:31 +00:00
Glenn Morris
599aeab922 (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.
2008-03-13 03:29:35 +00:00
Glenn Morris
34d11b923e (fortran-mode-abbrev-table): Use newer form of define-abbrev, where
supported.  No need to bind abbrevs-changed for system abbrevs.
2008-03-13 03:26:47 +00:00
Glenn Morris
071e627782 (lisp-font-lock-keywords-1): Support wider range of
generate-autoload-cookie patterns.
2008-03-13 03:25:20 +00:00
Glenn Morris
f71d844b4a (command-line-1): Rename -scriptload to -internal-script. 2008-03-13 03:04:51 +00:00
Stefan Monnier
ba4f4f755d (terminal-init-xterm): delete-frame-hook -> delete-frame-functions. 2008-03-13 02:04:42 +00:00
Stefan Monnier
d443205552 (Info-current-node): Remove. 2008-03-13 01:57:05 +00:00
Juri Linkov
de5ab37dc9 (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.
2008-03-12 21:55:02 +00:00
Juri Linkov
9bc6f805fc (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.
2008-03-12 21:54:36 +00:00
Stefan Monnier
c593020747 (quail-help): Use set-buffer-multibyte rather than
setting default-enable-multibyte-characters.
2008-03-12 21:01:35 +00:00
Stefan Monnier
fd02659e22 (quail-setup-completion-buf): Use set-buffer-multibyte rather than
setting default-enable-multibyte-characters.
2008-03-12 20:58:32 +00:00
Stefan Monnier
ca874c230f (binhex-decode-region-internal): Use set-buffer-multibyte rather than
setting default-enable-multibyte-characters.
2008-03-12 20:53:46 +00:00
Stefan Monnier
058f400240 (uudecode-decode-region-internal): Use set-buffer-multibyte rather than
setting default-enable-multibyte-characters.
2008-03-12 20:53:10 +00:00
Stefan Monnier
eb21f2ff51 (dns-read-string-name, dns-read, dns-read-type, query-dns):
Use set-buffer-multibyte rather than set default-enable-multibyte-characters.
2008-03-12 20:52:31 +00:00
Stefan Monnier
5d2e28bfb4 (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.
2008-03-12 20:51:26 +00:00
Stefan Monnier
d008105801 (sha1-string-external): Use set-buffer-multibyte rather than
setting default-enable-multibyte-characters.
2008-03-12 20:48:46 +00:00
Stefan Monnier
ed075cb4ea 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.
2008-03-12 19:56:09 +00:00
Stefan Monnier
f15a9fec25 (rfc2047-decode-string): Don't use `m'. Avoid mm-string-as-multibyte as well. 2008-03-12 19:40:14 +00:00
Stefan Monnier
944c87e061 (nnweb-insert-html): Remove use of nnheader-string-as-multibyte. 2008-03-12 19:20:33 +00:00
Stefan Monnier
2ec9cf150b (nnheader-init-server-buffer): Use with-current-buffer.
(nnheader-string-as-multibyte): Remove.
2008-03-12 19:07:16 +00:00
Stefan Monnier
3d2440b432 Use inhibit-read-only.
(mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
(mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
or unibyte-string.
2008-03-12 19:04:56 +00:00
Stefan Monnier
456cace2bc (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
(mm-uu-yenc-extract): Use with-current-buffer.
2008-03-12 18:54:39 +00:00
Stefan Monnier
f5fcf556b2 (gnus-soup-send-packet): Don't use mm-with-unibyte-current-buffer
since the buffer is unibyte anyway.
2008-03-12 18:49:53 +00:00
Stefan Monnier
c9de775515 Use with-current-buffer.
(nnmh-request-list-1): Use mm-string-to-multibyte rather than
mm-string-as-multibyte on the output of mm-encode-coding-string.
2008-03-12 18:44:07 +00:00
Stefan Monnier
9c5fe825f7 (nnimap-retrieve-headers-progress): Use a unibyte temp buffer.
(nnimap-request-move-article): Use with-current-buffer.
2008-03-12 18:40:01 +00:00
Stefan Monnier
d4eb2b7e39 (mm-with-part): Set the buffer to unibyte before inserting
the handle-buffer's text, so the implicit multibyte->unibyte conversion
uses string-make-unibyte rather than string-as-unibyte.
2008-03-12 18:30:52 +00:00
Stefan Monnier
228b6ecd21 Use with-current-buffer. 2008-03-12 18:23:38 +00:00
Stefan Monnier
6f87952b19 (viper-file-remote-p): Remove, unused. 2008-03-12 17:57:29 +00:00
Stefan Monnier
f130385591 Fix up indentation and comment style. Remove `function'. 2008-03-12 17:56:57 +00:00
Stefan Monnier
33de15f4c1 (reset-language-environment, set-language-environment-nonascii-translation):
Don't set-unibyte-charset.
2008-03-12 17:48:00 +00:00
Stefan Monnier
b4cb319f0a Remove all cb-args, use closures instead.
(doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
doing an incorrect check).  Update all callers to use the new name.
(doc-view-doc->txt): Add missing `txt' argument.
2008-03-12 15:26:49 +00:00
Tassilo Horn
3c1beeeb87 Fix next to last ChangeLog entry. 2008-03-12 15:01:09 +00:00
Tassilo Horn
86903c81ae (doc-view-current-cache-dir): Set buffer used for
md5 sum calculation to single-byte.
2008-03-12 14:59:10 +00:00
Stefan Monnier
eb79098b2b (doc-view-new-window-function): Add assertion.
(doc-view-doc-type): New var.
(doc-view-convert-current-doc, doc-view-doc->txt): Use it.
(doc-view-intersection): New fun.
(doc-view-mode): Use it to set the new var.
2008-03-12 14:50:36 +00:00
Stefan Monnier
dd58a68650 (message-ignored-resent-headers): Add "Delivered-To". 2008-03-12 13:06:58 +00:00
Tassilo Horn
515357c252 (doc-view-doc->txt, doc-view-open-text)
(doc-view-already-converted-p): New functions.
(doc-view-clear-cache): Don't recreate doc-view-cache-directory.
(doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
(doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
(doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
(doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
(doc-view-convert-current-doc): Don't hardwire the functions the
sentinels call.  Now they're provided by two args CALLBACK and
CB-ARGS to the functions.
(doc-view-search): Use doc-view-doc->txt.
(doc-view-initiate-display): Use doc-view-already-converted-p.
Mention new binding C-c C-t if doc-view-mode doesn't work.
2008-03-12 12:05:30 +00:00
Dan Nicolaescu
5e15554dac (diff-refine-change): Adjust colors to be more visible. 2008-03-12 06:53:18 +00:00
Stefan Monnier
ede8c7f013 (sgml-font-lock-syntactic-keywords): Mark " outside of tags as punctuation. 2008-03-12 03:15:13 +00:00
Stefan Monnier
94e7375752 (minibuffer-local-map): Use the same command for the "Quit" menu as used for
the C-g key, so the shortcut displayed is C-g.
Prefer RET over C-j for exit-minibuffer.
2008-03-11 22:02:46 +00:00
Stefan Monnier
38a79e3315 (display-buffer-other-frame): Eliminate problematic code. 2008-03-11 20:48:57 +00:00
Stefan Monnier
ed10603b35 (menu-bar-update-buffers-maxbuf): Remove.
(menu-bar-select-buffer): Remove.
(menu-bar-select-frame): Make non-interactive and take a frame arg.
(menu-bar-update-buffers): Don't use buffer-names or frame names as events.
2008-03-11 17:44:39 +00:00
Juanma Barranquero
3bb1c62756 (icomplete-completions): Remove obsolete code. 2008-03-11 16:27:52 +00:00
Juanma Barranquero
20f28123b3 (iwconfig-program-options): Doc fix.
(net-utils-run-program, run-network-program): Define as functions.
2008-03-11 10:23:09 +00:00
Dan Nicolaescu
191a057dc0 (lisp-interaction-mode-map): Fix typo. 2008-03-11 08:04:35 +00:00
Glenn Morris
c2062c3b91 (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face. 2008-03-11 02:59:11 +00:00
Glenn Morris
313e2fc488 (mode-line-emphasis): New face. 2008-03-11 02:58:23 +00:00
Glenn Morris
9934ebcf37 (top-level): Load cal-loaddefs when compiling. 2008-03-11 02:57:21 +00:00
Chong Yidong
17923ef297 (set-mark-command): Doc fix. 2008-03-11 02:00:08 +00:00
Chong Yidong
7ea27e3247 * simple.el (set-mark-command): Doc fix. 2008-03-11 01:59:36 +00:00
Stefan Monnier
64cb1fa9f8 (bootstrap-prepare): Don't chmod cal-loaddefs.el. 2008-03-10 21:15:28 +00:00
Stefan Monnier
812e2bd8e1 (autoload-find-destination): Don't force raw-text. 2008-03-10 21:11:32 +00:00
Stefan Monnier
d158da802a Ignore cal-loaddefs.el. 2008-03-10 14:04:25 +00:00
Stefan Monnier
eeb7c97af0 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
* calendar/cal-loaddefs.el: Don't version control.
2008-03-10 14:00:42 +00:00
Dan Nicolaescu
2f9a87f57b (makefile-mode-abbrev-table): Add menu
entries and add :help to the existing ones.
2008-03-10 05:02:55 +00:00
Glenn Morris
c3efd65928 (date, entry, number): Move declarations to where they are needed. 2008-03-10 02:49:49 +00:00
Glenn Morris
c9218852cf (bootstrap-prepare): Also chmod cal-loaddefs.el. 2008-03-10 02:47:21 +00:00
Glenn Morris
21db982bb1 (diary-file, hebrew-holidays-1)
(hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
(calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
(calendar-version): Doc fixes.
(calendar-absolute-from-gregorian): Use zerop.
(calendar-mode-line-format): Make it a defcustom.
2008-03-10 02:46:24 +00:00
Glenn Morris
55e8cf9463 (diary-face-attrs): Fix custom :type.
(diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
(diary-pull-attrs, diary-header-line-flag, diary-list-entries)
(diary-unhide-everything, include-other-diary-files, diary-goto-entry)
(mark-included-diary-files, mark-calendar-days-named)
(mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
(diary-remind, insert-diary-entry, insert-weekly-diary-entry)
(insert-monthly-diary-entry, insert-yearly-diary-entry)
(insert-anniversary-diary-entry, insert-block-diary-entry)
(insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
(diary-font-lock-sexps): Doc fixes.
(diary-remind-message, mark-calendar-month): Use zerop.
(diary-attrtype-convert, diary-pull-attrs): Simplify.
(diary-list-entries): Revert let to let* (previous change).
2008-03-10 02:44:51 +00:00
Miles Bader
37a68866aa Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1099
2008-03-10 02:39:21 +00:00
Miles Bader
8f7abae3a9 Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1097
2008-03-10 00:50:22 +00:00
Miles Bader
390b81fa98 Fix merged ChangeLog dates
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1096
2008-03-10 00:50:06 +00:00
Miles Bader
56388398e7 Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1095
2008-03-10 00:49:47 +00:00
Stefan Monnier
a9f8b49b44 (bookmark-buffer-file-name, bookmark-prop-get): Declare.
(doc-view-bookmark-make-record): Use them.
(doc-view-bookmark-jump): Use them.  Fix find-file -> find-file-noselect.
(bookmark-get-filename, bookmark-get-bookmark-record): Remove.
2008-03-09 21:37:16 +00:00
Stefan Monnier
136894c8fc * bookmark.el (bookmark-make-record-function): Change expected return value
to include a suggested bookmark name.
(bookmark-make): Split into bookmark-make-record and bookmark-store.
Fix reversed `overwrite' semantics.
(bookmark-set): Call bookmark-make-record before prompting the user.
Then pass the result to bookmark-store later on.
(bookmark-make-name-function): Remove.
(bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
* info.el (bookmark-make-name-function): Remove.
(Info-mode): Don't set it.
(Info-bookmark-make-name): Remove.
(Info-bookmark-make-record): Use Info-current-node as suggested default
bookmark name.
2008-03-09 21:35:01 +00:00
Stefan Monnier
a7e83b26f8 (bookmark-set): Make the bookmark before reading annotations.
I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
(bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
(bookmark-annotation-buffer, bookmark-annotation-file)
(bookmark-annotation-point, bookmark-send-annotation)
(bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
(bookmark-edit-annotation-text-func): Rename from
bookmark-read-annotation-text-func.  Keep old name as an obsolete alias.
(bookmark-edit-annotation-mode-map): Move initialization into declaration.
2008-03-09 21:16:26 +00:00
Stefan Monnier
fc22668d50 Add spurious * in docstrings.
(bookmark-minibuffer-read-name-map): New var.
(bookmark-set): Use it.  Also pass the default value as it should.
(bookmark-send-edited-annotation): Take no chances with text properties.
(bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
(bookmark-insert-buffer-name): Remove.
(bookmark-buffer-file-name): Signal an error rather than returning nil.
2008-03-09 21:01:54 +00:00
Magnus Henoch
84f089d3fb (url-http-chunked-encoding-after-change-function):
Remove superfluous CRLF at end of file.  (bug #42)
2008-03-09 20:16:12 +00:00
Glenn Morris
c102c94f1a (diary-list-entries): Fix typo in previous doc fix. 2008-03-09 19:58:55 +00:00
Glenn Morris
ffcd9e2027 (diary-list-entries): Doc fix.
(diary-list-entries, include-other-diary-files, fancy-diary-display):
Use let where let* is not needed.
(fancy-diary-display): Simplify setting of `date-holiday-list'.
2008-03-09 19:57:36 +00:00
Glenn Morris
d8cc31619f (general-holidays, oriental-holidays)
(local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
(hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
(christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
(calendar-holidays): Restore autoload cookies, because people are
used to using these variables without loading calendar.el.
2008-03-09 19:21:47 +00:00
Thien-Thi Nguyen
96f2216063 (tutorial--default-keys): Update `C-l' binding. 2008-03-09 16:18:07 +00:00
Dan Nicolaescu
fb4dfdd28e (diff-mode-menu): Add :help. 2008-03-09 15:39:48 +00:00
Glenn Morris
6546bf5568 (diary-islamic-date): Move to end.
(date, number): Declare where needed.
2008-03-09 03:42:58 +00:00
Glenn Morris
7e8a162967 (nongregorian-diary-marking-hook, list-sexp-diary-entries): Doc fixes.
(diary-list-entries): Doc fix.  Remove free variable `entry'.
(fancy-diary-display): Use dolist, bobp.  Remove free variable `entry'.
(mark-diary-entries): Remove free variable `entry'.
2008-03-09 03:42:20 +00:00
Stefan Monnier
32a091dd19 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
make-record function, instead paste it in afterwards.
(bookmark-make-record-for-text-file):
* doc-view.el (doc-view-bookmark-make-record):
* info.el (Info-bookmark-make-record): Don't mess with annotations.
2008-03-09 03:05:34 +00:00
Glenn Morris
604957164e (entry): Declare for compiler part-way through.
Comments.
2008-03-08 23:38:06 +00:00
Glenn Morris
fc25001524 Add doc-strings to all functions.
(timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
(timeclock-entry-list-length, timeclock-entry-list-projects)
(timeclock-day-list-projects, timeclock-day-list): Use dolist.
2008-03-08 23:18:42 +00:00
Glenn Morris
6afe7cdd7d (hebrew-calendar-leap-year-p)
(hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
(hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
(insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
(insert-yearly-hebrew-diary-entry, diary-yahrzeit): Doc fixes.
2008-03-08 23:10:27 +00:00
Glenn Morris
a603b7dbaa (calendar-location-name, calendar-latitude)
(calendar-longitude, solar-setup, solar-sin-degrees)
(solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
(solar-degrees-to-quadrant, solar-atn2, solar-arccos)
(solar-sunrise-and-sunset, solar-moment, solar-daylight)
(solar-exact-local-noon, solar-julian-ut-centuries)
(solar-ephemeris-time, solar-date-next-longitude)
(solar-horizontal-coordinates, solar-equatorial-coordinates)
(solar-ecliptic-coordinates, solar-data-list, solar-longitude)
(solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
(sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
Doc fixes.
(solar-horizontal-coordinates, solar-equatorial-coordinates)
(solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
(solar-ecliptic-coordinates): Use unless.
(calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
Use or.
2008-03-08 23:07:56 +00:00
Stefan Monnier
f0a51f2a94 (diary-list-entries, include-other-diary-files, mark-diary-entries)
(mark-sexp-diary-entries, mark-included-diary-files)
(diary-entry-time, list-sexp-diary-entries): Remove the special
handling of ^M that dates back to the use of selective-display.
(simple-diary-display): Obey setting of pop-up-frames.
(body, entry): Remove unnecessary declarations.
2008-03-08 22:43:09 +00:00
Stefan Monnier
02a5ba27b7 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
(bookmark-get-annotation, bookmark-set-annotation)
(bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
(bookmark-set-position, bookmark-get-front-context-string)
(bookmark-set-front-context-string, bookmark-get-rear-context-string)
(bookmark-set-rear-context-string, bookmark-get-handler): Use them.
* info.el (Info-bookmark-make-record): Don't bother recording point.
(bookmark-get-filename, bookmark-get-front-context-string)
(bookmark-get-rear-context-string, bookmark-get-position): Don't declare.
(bookmark-get-info-node): Remove.
(bookmark-prop-get): Declare.
(Info-bookmark-jump): Use it.
2008-03-08 22:07:23 +00:00
Glenn Morris
67a9fd0dd7 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
(chinese-calendar-daylight-savings-starts)
(chinese-calendar-daylight-savings-ends)
(chinese-calendar-daylight-savings-starts-time)
(chinese-calendar-daylight-savings-ends-time)
(chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
Doc fixes.
2008-03-08 21:36:38 +00:00
Glenn Morris
2c4abeb8e8 (diary-bahai-mark-entries)
(diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
(diary-bahai-insert-yearly-entry): Doc fixes.
2008-03-08 21:36:14 +00:00
Glenn Morris
9c68082d89 Formatting changes only. 2008-03-08 21:34:30 +00:00
Glenn Morris
53bee0c9ea Formatting changes only. 2008-03-08 21:27:23 +00:00
Glenn Morris
754c500763 (appt-disp-window, appt-convert-time): Doc fixes. 2008-03-08 21:21:57 +00:00
Glenn Morris
cb17eeaed9 Formatting changes only. 2008-03-08 21:18:35 +00:00
Glenn Morris
f1209c4f65 Formatting changes only. 2008-03-08 21:14:55 +00:00
Glenn Morris
6870792666 (holidays): Doc fix. 2008-03-08 21:09:29 +00:00
Glenn Morris
7e2f1bb559 Formatting changes only. 2008-03-08 21:07:21 +00:00
Glenn Morris
5bbcf60332 (cal-menu-holiday-window-suffix)
(cal-menu-x-popup-menu, calendar-mouse-holidays)
(calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
(calendar-mouse-goto-date): Doc fixes.
(cal-menu-set-date-title): Move definition before use.
2008-03-08 21:05:13 +00:00
Glenn Morris
c723ec5e26 (islamic-calendar-leap-year-p)
(list-islamic-diary-entries, mark-islamic-diary-entries)
(insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
(insert-yearly-islamic-diary-entry): Doc fixes.
2008-03-08 20:55:46 +00:00
Glenn Morris
c9f8e6289c Formatting changes only. 2008-03-08 20:50:24 +00:00
Glenn Morris
4785bf2cc7 Formatting changes only. 2008-03-08 20:48:36 +00:00
Glenn Morris
311cc55195 (calendar-next-time-zone-transition, calendar-time-zone): Doc fixes. 2008-03-08 20:41:30 +00:00
Glenn Morris
f3924c53a5 (phases-of-moon, lunar-new-moon-on-or-after): Doc fixes. 2008-03-08 20:36:53 +00:00
Glenn Morris
047ec5b7bd (calendar-string-to-mayan-long-count)
(calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
(calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
(calendar-next-calendar-round-date)
(calendar-mayan-long-count-common-era): Doc fixes.
2008-03-08 20:32:29 +00:00
Glenn Morris
db940e42bf (calendar-scroll-left, calendar-scroll-right): Doc fix. 2008-03-08 20:26:18 +00:00
Glenn Morris
7d4005cc08 (date-to-time, time-subtract, time-add, safe-date-to-time): Doc fixes. 2008-03-08 20:22:36 +00:00
Glenn Morris
a4723d1f9c (french-calendar-month-name-array)
(french-calendar-day-name-array, french-calendar-special-days-array):
Add doc strings.
2008-03-08 20:18:49 +00:00
Glenn Morris
d3bdb2a47e Formatting changes only. 2008-03-08 20:15:15 +00:00
Glenn Morris
46d69a521a (calendar-iso-read-args): Doc fix. 2008-03-08 20:02:25 +00:00
Glenn Morris
734254f926 (calendar-frame-parameters, calendar-and-diary-frame-parameters): Fix
previous change.
(calendar-one-frame-setup, calendar-only-one-frame-setup)
(calendar-two-frame-setup): Doc fix.
2008-03-08 19:56:58 +00:00
Glenn Morris
4692b6a0f8 Fix previous change. 2008-03-08 19:50:37 +00:00
Johan Bockgård
ff7d73ac92 (while-no-input): Don't splice BODY directly into the `or' form. 2008-03-08 16:06:25 +00:00
Johan Bockgård
8db8d2a130 (while-no-input): Don't splice BODY directly into the `or' form. 2008-03-08 16:00:20 +00:00
Reiner Steib
d59cff5af2 (mail-source-delete-old-incoming-confirm): Change
default to nil.
(mail-source-delete-old-incoming): Make confirmation prompt more clear.
2008-03-08 12:06:58 +00:00
Dan Nicolaescu
14cf0430e4 (diff-ignore-whitespace-hunk): Bind
inhibit-read-only before trying to change the buffer.
2008-03-08 07:56:13 +00:00
Glenn Morris
4894c2b0f8 Regenerate. 2008-03-08 04:33:27 +00:00
Glenn Morris
9b6c7da9cd (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
Use zerop.
2008-03-08 04:30:10 +00:00
Glenn Morris
d7af270b43 Comment. 2008-03-08 04:26:44 +00:00
Glenn Morris
6fd6d1d81f (coptic-name): Add doc string.
Comments.
2008-03-08 04:26:21 +00:00
Glenn Morris
9081fdbc64 Comment. 2008-03-08 04:24:55 +00:00
Glenn Morris
0d1bb2ffb8 (mark-hebrew-calendar-date-pattern): Use zerop. 2008-03-08 04:24:24 +00:00
Glenn Morris
d18d026192 (mark-islamic-calendar-date-pattern): Use zerop.
Comments.
2008-03-08 04:23:19 +00:00
Glenn Morris
c95492814e Comments. 2008-03-08 04:21:48 +00:00
Glenn Morris
f83f0d87a5 (calendar-absolute-from-julian): Use zerop.
Comments.
2008-03-08 04:21:13 +00:00
Glenn Morris
1ddbd3a6f2 Comments. 2008-03-08 04:19:47 +00:00
Glenn Morris
b0b671db10 (persian-calendar-month-name-array, persian-calendar-epoch): Make constants.
(persian-prompt-for-date): Use zerop.
2008-03-08 04:18:57 +00:00
Glenn Morris
5fc5b6e169 (diary-frame-parameters, calendar-frame-parameters)
(calendar-and-diary-frame-parameters, calendar-after-frame-setup-hooks):
Make defcustoms.
2008-03-08 04:17:24 +00:00
Glenn Morris
40b94748a4 Comment. 2008-03-08 04:15:44 +00:00
Glenn Morris
3d1861183d (calendar-insert-indented): Doc fix. Use when rather than if.
(exit-calendar): Use mapc rather than mapcar.
(calendar-cursor-to-date): Use zerop.
2008-03-08 03:57:36 +00:00
Glenn Morris
668bd187b9 Comment. 2008-03-08 03:50:00 +00:00
Glenn Morris
4d39c4f754 Remove un-needed eval-when-compile. 2008-03-08 03:48:53 +00:00
Glenn Morris
b3a6c0ca49 Unquote lambda functions. 2008-03-08 03:48:33 +00:00
Glenn Morris
c9baab11c4 Move defcustoms to start.
(diary-include-string, diary-list-include-blanks)
(diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
(diary-file-name-prefix, diary-file-name-prefix-function)
(sexp-diary-entry-symbol, list-diary-entries-hook)
(mark-diary-entries-hook, nongregorian-diary-listing-hook)
(nongregorian-diary-marking-hook, print-diary-entries-hook):
Move here from calendar.el.
(diary-face): Make it a defcustom, and mark as obsolete.
(top-level): No need to require cal-hebrew, cal-islam when compiling.
(calendar-hebrew-month-name-array-leap-year)
(calendar-islamic-month-name-array, calendar-bahai-month-name-array):
Define for compiler.
(diary-font-lock-keywords): Use format rather than concat. Add
bahai-diary-entry-symbol.
2008-03-08 03:47:36 +00:00
Glenn Morris
f62611de75 Move many autoloads to separate file, cal-loaddefs.el.
Move defcustoms to start and re-order.
(calendar-month-name-array, calendar-starred-day): No need to declare
for compiler.
(cal-loaddefs): Require it.
(appt, chinese-calendar, calendar-tex): Move custom groups to the
appropriate file.
(diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
Reverse logic.
(diary-face, diary-file-name-prefix-function, diary-include-string)
(diary-glob-file-regexp-prefix, diary-face-attrs)
(diary-file-name-prefix, sexp-diary-entry-symbol)
(print-diary-entries-hook, list-diary-entries-hook)
(nongregorian-diary-listing-hook, mark-diary-entries-hook)
(nongregorian-diary-marking-hook, diary-list-include-blanks):
Move to diary-lib.
(all-christian-calendar-holidays, all-islamic-calendar-holidays)
(all-bahai-calendar-holidays): Doc fix.
(calendar-mark-ring): Add doc-string.
(calendar-starred-day): Defvar it.
(calendar-mode): Make calendar-starred-day local.
(calendar-star-date): No need to make calendar-starred-day local.
2008-03-08 03:47:03 +00:00
Glenn Morris
0f1e40b677 Add autoload cookies to functions formerly autoloaded in calendar.el.
Set `generated-autoload-file' to "cal-loaddefs.el".
2008-03-08 03:46:28 +00:00
Glenn Morris
ab4f654fdc Add autoload cookies to functions formerly autoloaded in calendar.el.
Set `generated-autoload-file' to "cal-loaddefs.el".
(calendar-tex): Move custom group here from calendar.el.
2008-03-08 03:46:13 +00:00
Glenn Morris
5942f9afaa Unquote lambda functions. Add autoload cookies to functions formerly
autoloaded in calendar.el.  Set `generated-autoload-file' to
"cal-loaddefs.el".
2008-03-08 03:45:43 +00:00
Glenn Morris
3627d02d9d New file. 2008-03-08 03:44:35 +00:00
Glenn Morris
d383fd971c Unquote lambda functions. Add autoload cookies to functions formerly
autoloaded in calendar.el.  Set `generated-autoload-file' to
"cal-loaddefs.el".
2008-03-08 03:44:08 +00:00
Glenn Morris
ad20a66449 Add autoload cookies to functions formerly autoloaded in calendar.el.
Set `generated-autoload-file' to "cal-loaddefs.el".
2008-03-08 03:42:30 +00:00
Glenn Morris
c645b7bb0d Unquote lambda functions. 2008-03-08 03:41:34 +00:00
Glenn Morris
86cef613a3 Unquote lambda functions. Add autoload cookies to functions formerly
autoloaded in calendar.el.  Set `generated-autoload-file' to
"cal-loaddefs.el".
2008-03-08 03:40:52 +00:00
Glenn Morris
c07e258bc3 Comment. 2008-03-08 03:40:33 +00:00
Glenn Morris
2c47d99f59 Unquote lambda functions. Add autoload cookies to functions formerly
autoloaded in calendar.el.  Set `generated-autoload-file' to
"cal-loaddefs.el".
2008-03-08 03:40:14 +00:00
Glenn Morris
bfcb51726f Unquote lambda functions. Add autoload cookies to functions formerly
autoloaded in calendar.el.  Set `generated-autoload-file' to
"cal-loaddefs.el".
(chinese-calendar): Move custom group here from calendar.el.
(chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
Make constants.
2008-03-08 03:39:49 +00:00
Glenn Morris
e708e9d987 Unquote lambda functions. Add autoload cookies to functions formerly
autoloaded in calendar.el.  Set `generated-autoload-file' to
"cal-loaddefs.el".
2008-03-08 03:39:08 +00:00
Glenn Morris
d589fa5211 (appt): Move custom group here from calendar.el. 2008-03-08 03:38:14 +00:00
Glenn Morris
97dcf67358 (list-diary-entries-hook): Declare for compiler.
(org-get-entries-from-diary): Require diary-lib.
2008-03-08 03:37:24 +00:00
Juanma Barranquero
355f5efadb Move declare-function. 2008-03-08 00:13:50 +00:00
Juanma Barranquero
f9b27c8599 (bookmark-make-name-function, bookmark-get-bookmark-record):
Pacify byte-compiler.
2008-03-08 00:11:29 +00:00
Alan Mackenzie
6b6481ed72 (c-in-knr-argdecl): Limit number of paren/bracket pairs parsed, to solve
performance problem.
2008-03-07 22:34:09 +00:00
Alan Mackenzie
f1bb4ee1b8 (Limitations and Known Bugs): State that the number of parens/brackets in
a k&r region is limited.
2008-03-07 22:31:59 +00:00
Bastien Guerry
f9bf695080 * bookmark.el (bookmark-set): Don't check for
`bookmark-make-name-function' since `bookmark-buffer-file-name'
already takes care of this.
(bookmark-buffer-name): Removed Info-mode specific code.
(bookmark-buffer-file-name): Removed Info-mode specific code.

* info.el (bookmark-get-info-node): Define this function in
info.el, not in bookmark.el.
(Info-mode): Set `bookmark-make-name-function' to
`Info-bookmark-make-name' locally.
(Info-bookmark-make-name): New function.

* bookmark.el (bookmark-make-name-function): New variable.
2008-03-07 19:31:59 +00:00
Karl Fogel
9dfcb52e0b * emacs-cvs/lisp/bookmark.el
(bookmark-set): Make `bookmark-make-record-function' buffer-local,
  not `bookmark-make-cell-function' (the old name).
2008-03-07 17:03:37 +00:00
Chong Yidong
e50003f5fa Regenerate. 2008-03-07 16:49:48 +00:00
Chong Yidong
6dc48f1415 Bump to version 22.1.92 2008-03-07 16:46:49 +00:00
Tassilo Horn
5daa568830 (Info-bookmark-make-record): Delete obsolete second arg. 2008-03-07 16:01:25 +00:00
Tassilo Horn
05d42c2197 (image-bookmark-make-record): Delete obsolete
second arg.
2008-03-07 15:59:58 +00:00
Tassilo Horn
c039a3b294 (doc-view-bookmark-make-record): Delete obsolete
second arg.
2008-03-07 15:59:43 +00:00
Juanma Barranquero
290afd835e *** empty log message *** 2008-03-07 12:44:15 +00:00
Jan Djärv
934b91bf63 (vc-status-menu-map-filter): Return orig-binding if
boundp 'vc-ignore-menu-filter.
(vc-status-tool-bar-map): Make it defvar.
(vc-status-mode): vc-status-tool-bar-map now variable.
(vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
2008-03-07 10:37:56 +00:00
Karl Fogel
e0385bf41a Change a return type, for greater extensibility. See
http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
and its thread for discussion leading to this change.

* emacs-cvs/lisp/bookmark.el:
(bookmark-jump-noselect): Return an alist instead of a dotted pair.
(bookmark-jump, bookmark-jump-other-window, bookmark-insert)
(bookmark-bmenu-2-window, bookmark-bmenu-other-window)
(bookmark-bmenu-switch-other-window): Adjust accordingly.
(bookmark-make-cell-function): Adjust documentation accordingly.

* emacs-cvs/lisp/image-mode.el
(image-bookmark-jump): Adjust return type accordingly; document.

* emacs-cvs/lisp/doc-view.el
(doc-view-bookmark-jump): Adjust return type accordingly; document.
2008-03-07 05:44:37 +00:00
Glenn Morris
360bc6282c Regenerate. 2008-03-07 05:33:49 +00:00
Glenn Morris
e85393d4ff Remove leading `*' from defcustom doc-strings.
(calendar-time-display-form, calendar-latitude)
(calendar-longitude, solar-equinoxes-solstices): Remove autoload cookies.
(calendar-latitude, calendar-longitude): Move functions after
variables.
(diary-sabbath-candles-minutes): Move to start.
(solar-setup): Use or rather than if.
(solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
Remove condition-case.
(solar-atn2): Use zerop.
(solar-equinoxes-solstices): Doc fix.
2008-03-07 05:18:39 +00:00
Glenn Morris
ec1ee609ae (calendar-dst): New custom group.
(calendar-daylight-savings-starts, calendar-daylight-savings-ends)
(calendar-time-zone, calendar-daylight-time-offset)
(calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
(calendar-daylight-savings-starts-time)
(calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
(calendar-daylight-savings-starts, calendar-daylight-savings-ends):
Move to start.
2008-03-07 05:13:00 +00:00
Glenn Morris
c4632735bb (calendar-version): Use emacs-version and make it obsolete. Move to end.
(calendar-offset, view-diary-entries-initially)
(mark-diary-entries-in-calendar)
(calendar-remove-frame-by-deleting)
(view-calendar-holidays-initially, all-hebrew-calendar-holidays)
(all-christian-calendar-holidays, all-islamic-calendar-holidays)
(all-bahai-calendar-holidays, calendar-load-hook)
(initial-calendar-window-hook, today-visible-calendar-hook)
(today-invisible-calendar-hook, calendar-move-hook)
(diary-nonmarking-symbol, hebrew-diary-entry-symbol)
(islamic-diary-entry-symbol, bahai-diary-entry-symbol)
(diary-include-string, sexp-diary-entry-symbol)
(abbreviated-calendar-year, american-date-diary-pattern)
(european-date-diary-pattern, european-calendar-display-form)
(american-calendar-display-form, print-diary-entries-hook)
(list-diary-entries-hook, diary-hook, diary-display-hook)
(nongregorian-diary-listing-hook, mark-diary-entries-hook)
(nongregorian-diary-marking-hook, diary-list-include-blanks)
(holidays-in-diary-buffer, general-holidays, oriental-holidays)
(local-holidays, other-holidays, hebrew-holidays-1)
(hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
(hebrew-holidays, christian-holidays, islamic-holidays)
(bahai-holidays, solar-holidays, calendar-setup)
(calendar-week-start-day): Remove autoload cookies.
(diary-glob-file-regexp-prefix): Doc fix.
(calendar-goto-info-node): Use `info' rather than `Info-find-node'.
(Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
(calendar-week-start-day, calendar-debug-sexp): Move to start.
2008-03-07 05:06:34 +00:00
Stefan Monnier
79363d9360 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
Move initialization into declaration.
(bookmark-get-info-node, bookmark-set-info-node): Remove.
(bookmark-make, bookmark-make-cell-for-text-file): Remove `info-node' arg.
(bookmark-info-current-node): Remove.
(bookmark-jump-noselect): Rename from bookmark-jump-internal.
Add relocation fallback.  Set bookmark-current-bookmark.
(bookmark-default-handler): Rename from bookmark-jump-noselect.
Remove relocation fallback.  Don't set bookmark-current-bookmark.
(bookmark-set): Let it be used even if there's no buffer-file-name
as long as there is a bookmark-make-cell-function.
* info.el (Info-bookmark-jump): Remove relocation fallback.
Don't set bookmark-current-bookmark.
2008-03-07 05:00:18 +00:00
Glenn Morris
f7ae31df1d (holidays-in-diary-buffer): Declare for compiler. 2008-03-07 04:45:09 +00:00
Glenn Morris
08f7d912af Remove leading `*' from defcustom doc-strings. 2008-03-07 04:43:35 +00:00
Glenn Morris
c6b162e93a (appt-issue-message)
(appt-message-warning-time, appt-audible, appt-visible)
(appt-msg-window, appt-display-mode-line, appt-display-duration)
(appt-display-diary): Remove autoload cookies.
2008-03-07 04:41:23 +00:00
Glenn Morris
613966a53e Remove leading `*' from defcustom doc-strings.
(sc-mode-map-prefix): Doc fix.  Make it a defcustom.
2008-03-07 04:27:37 +00:00
Glenn Morris
100a41414a (org-agenda-sunrise-sunset): Require solar.
(calendar-longitude, calendar-latitude, calendar-location-name):
Declare for compiler.
2008-03-07 04:20:41 +00:00
Glenn Morris
719b64c2d9 Fix merge mistakes (correct date, add missing entries).
http://lists.gnu.org/archive/html/emacs-devel/2008-03/msg00225.html
2008-03-07 03:56:16 +00:00
Stefan Monnier
239bf18bf2 (archive-ar-file-header-re): New const.
(archive-ar-summarize, archive-ar-extract): New funs.
(archive-find-type): Recognize ar archives.
2008-03-06 22:11:12 +00:00
Stefan Monnier
b0a08954d5 (vc-bzr-resolve-when-done, vc-bzr-find-file-hook): New functions. 2008-03-06 22:08:21 +00:00
Stefan Monnier
d530654e68 (Info-bookmark-make-cell): Fix up last change. 2008-03-06 21:43:06 +00:00
Stefan Monnier
8dd8636323 (Info-bookmark-make-cell): Don't use the info-node argument. 2008-03-06 21:41:36 +00:00
Bastien Guerry
a218ab178b * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Bugfix: replaced
:enable (mark-active) with :enable mark-active.  Thanks to Lennart
Borgman.
2008-03-06 17:15:47 +00:00
Juanma Barranquero
403d0c9679 *** empty log message *** 2008-03-06 15:23:36 +00:00
Juanma Barranquero
d193e7052d *** empty log message *** 2008-03-06 15:17:53 +00:00
Juanma Barranquero
0f538927ab (org-export-html-style): Doc fix.
(org-get-legal-level): New obsolete alias.
(org-get-valid-level): Rename from `org-get-legal-level'.
(org-promote, org-demote, org-archive-subtree, org-remember-handler,
org-refile, org-put-clock-overlay): Use it.
2008-03-06 15:03:48 +00:00
Juanma Barranquero
0368765ef3 (calendar-date-is-legal-p): New obsolete alias.
(calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
(calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
2008-03-06 15:01:24 +00:00
Juanma Barranquero
e6e78fb57a (make-legal-file-name): New obsolete alias.
(make-valid-file-name): Rename from `make-legal-file-name'.
(make-auto-save-file-name): Use it.
2008-03-06 15:00:14 +00:00
Jan Djärv
bdc398a919 (x-gtk-stock-map): Add bookmark_add. 2008-03-06 10:59:27 +00:00
Jan Djärv
64db3a9033 (vc-status-tool-bar-map, vc-status-toggle-mark-file)
(vc-status-toggle-mark): New functions.
(vc-status-mode): Set tool bar map.
2008-03-06 10:58:48 +00:00
Juanma Barranquero
391e76628e *** empty log message *** 2008-03-06 08:49:25 +00:00
Kim F. Storm
015b0d507d (describe-gnu-project): Rename from describe-project. Change users. 2008-03-06 00:08:01 +00:00
Kim F. Storm
4e44f5ceeb (view-emacs-todo): Rename from view-todo. Change users.
(describe-gnu-project): Rename from describe-project. Change users.
Define obsolete function aliases for the old names.
2008-03-06 00:07:41 +00:00
Kim F. Storm
cc0e97a4bf (Help Files): Rename view-todo to view-emacs-toto.
Rename describe-project to describe-gnu-project.
2008-03-06 00:07:15 +00:00
Juanma Barranquero
5e25c51400 *** empty log message *** 2008-03-05 23:37:11 +00:00
Reiner Steib
a7b50e1ce0 (gnus-print-buffer): Honor ps-print-color-p.
Suggested by <chris.anderton@zetnet.co.uk>.
2008-03-05 22:06:39 +00:00
Chong Yidong
becc67882c (parens-require-spaces): Doc fix.
Reported by Drew Adams <drew.adams@oracle.com>.
2008-03-05 20:54:56 +00:00
Chong Yidong
c8dd51497d * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
Reported by Drew Adams <drew.adams@oracle.com>.
2008-03-05 20:54:46 +00:00
Chong Yidong
a0255b0827 (parens-require-spaces): Doc fix.
Reported by Drew Adams <drew.adams@oracle.com>.
2008-03-05 20:53:40 +00:00
Chong Yidong
b7329bff76 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
Reported by Drew Adams <drew.adams@oracle.com>.
2008-03-05 20:53:01 +00:00
Juanma Barranquero
05234615cd (epg-context-include-certs): Reflow docstring.
(epg-start-sign-keys, epg-sign-keys, epg-context-armor, epg-context-signers,
epg-context-sig-notations, epg-context-set-armor, epg-context-set-signers,
epg-context-set-sig-notations, epg-make-import-status, epg-make-import-result,
epg-start-delete-keys): Fix typos in docstrings.
(epg-start-sign-keys, epg-sign-keys): Fix typos in obsolescence declarations.
2008-03-05 12:53:32 +00:00
Juanma Barranquero
d739651295 Don't check for cadr' and last'.
(iswitchb-define-mode-map, iswitchb-default-keybindings):
Add obsolescence declaration and remove redundant info from docstring.
(iswitchb-set-common-completion, iswitchb-set-matches,
iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
(recentf-list, most-len, most-is-exact):
Don't wrap defvars within `eval-when-compile'.
2008-03-05 12:00:46 +00:00
Juanma Barranquero
252ca1228e (iswitchb-use-faces): Doc fix.
(iswitchb-buffer-ignore, iswitchb-read-buffer): Fix typos in docstrings.
2008-03-05 11:45:32 +00:00
Glenn Morris
f6d49b2fbd Expand all ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
(ediff-select-lowest-window): Use when rather than if.
(ediff-setup-control-frame): Remove
ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
a (featurep 'xemacs) test.
2008-03-05 08:53:30 +00:00
Glenn Morris
d2049452e7 Expand all ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
(ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p) test inside
XEmacs test.
(ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
since it was doing nothing on Emacs.
(ediff-make-bullet-proof-overlay): Use when rather than if.
2008-03-05 08:52:22 +00:00
Glenn Morris
4af37d74f8 Expand all ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
(ediff-cond-compile-for-xemacs-or-emacs): Remove.
(top-level, ediff-frame-iconified-p): Simplify if+and to just and.
(ediff-read-event, ediff-overlayp, ediff-make-overlay, ediff-delete-overlay):
Move the XEmacs test inside the definition.
2008-03-05 08:51:47 +00:00
Glenn Morris
535b216fa3 Expand all ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
(ediff-cond-compile-for-xemacs-or-emacs): Remove.
(ediff-window-setup-function): Don't autoload declaration for compiler.
(ediff-xemacs-init-menus): Use when rather than if.
2008-03-05 08:51:06 +00:00
Glenn Morris
be33e2ee0f Expand all ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
(ediff-get-meta-info): Use or and unless rather than if.
2008-03-05 08:50:20 +00:00
Glenn Morris
dc3fbc6a36 Expand all ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test. 2008-03-05 08:48:29 +00:00
Kenichi Handa
e4c3c5887b (read-quoted-char): Resolve modifers of the character event. 2008-03-05 04:29:53 +00:00
Jay Belanger
c571ad7c43 (calc-extended-command-history): New variable.
(calc-exectute-extended-command): Use `calc-extended-command-history'.
2008-03-05 04:25:10 +00:00
Dan Nicolaescu
388059876a * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
(standard-mode-line-position): Add mouse-face.

* progmodes/compile.el (compilation-menu-map):
(compilation-mode-map):
* progmodes/grep.el (grep-mode-map):  Add :help.

* emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
initialize in one step.  Add :help.  Use :enable to activate menu
items. Show the key binding for edebug-defun.
(lisp-interaction-mode-map): Add a menu.

* term.el (term-mode-map): Define and initialize in one step.

* ediff-init.el (ediff-color-display-p): Simplify.
(Xor): Remove unused function.
(ediff-with-syntax-table): Simplify for emacs.

* ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
menu-bar being loaded, it always is.
2008-03-05 04:09:24 +00:00
Glenn Morris
3405b0dfde (tex-mode): Suppress warning about multiple definitions when compiling. 2008-03-05 03:57:43 +00:00
Glenn Morris
c1717fbdfc (gnus-article-mode-line-format-alist): Move here from gnus-art.
(top-level): No need to load own source when compiling.
2008-03-05 03:56:36 +00:00
Glenn Morris
ff72fb9cab (gnus-article-mode-line-format-alist): Move to gnus-sum. 2008-03-05 03:56:16 +00:00
Kenichi Handa
40dd88cfb3 (comint-exec-1): Don't change the coding-system for
decoding to dos-like EOL.
(comint-carriage-motion): Fully rewrite.
2008-03-05 01:57:57 +00:00
Alan Mackenzie
f18ea992ca (c-neutralize-syntax-in-CPP): Fix coding bug. 2008-03-04 22:15:39 +00:00
Alan Mackenzie
212906e24a (c-before-font-lock-function): Fix bug in doc-string, "c-old-LEN" ->
"c-old-END".
2008-03-04 22:14:37 +00:00
Alan Mackenzie
457976c24d *** empty log message *** 2008-03-04 22:11:35 +00:00
Jason Rumney
61fe314432 (rng-preferred-prefix-alist): Add dublin core namespaces. 2008-03-04 12:16:48 +00:00
Glenn Morris
1fc3462496 (top-level): No need to require gnus when compiling,
since unconditionally required near start of file.
(gnus-summary-display-while-building): Move definition before use.
2008-03-04 03:52:22 +00:00
Glenn Morris
c921c7ed8f (ediff-clear-fine-diff-vector): Use mapc rather than mapcar. 2008-03-04 03:50:15 +00:00
Glenn Morris
56b654bb5d (tex-cmd-bibtex-args): Add :version and :group. 2008-03-04 03:48:53 +00:00
Stefan Monnier
bbcedd0514 (comment-kill): Docstring improvement. 2008-03-03 21:20:21 +00:00
Stefan Monnier
20ce031c40 (byte-compile-trueconstp, byte-compile-nilconstp): No recursion in defsubst. 2008-03-03 21:07:12 +00:00
Dan Nicolaescu
b1d0fc8669 (verilog-highlight-grouping-keywords):
Fix typo.
(verilog-type-font-keywords): Reindent.
2008-03-03 20:31:04 +00:00
Stefan Monnier
68a2af7af0 (latex-mode): Remove % from paragraph-separate so that M-q can fill comments.
(tex-executable-exists-p, tex-compile): Extend with special syntax for
commands implemented in elisp.
(tex-compile-commands): Add an entry to use doc-view for pdf files.
(tex-format-cmd): New function.
(tex-compile): Use it to let the user specify default arguments.
(tex-cmd-bibtex-args): New var.
(tex-cmd-doc-view): New function.
2008-03-03 13:55:41 +00:00
Juanma Barranquero
4b03e20a6f *** empty log message *** 2008-03-03 11:51:15 +00:00
Juanma Barranquero
a1792b9b01 (face-spec-set): Fix typos in docstring. 2008-03-03 11:43:21 +00:00
Dan Nicolaescu
a1ebd734f1 * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
grouping-keyword regular expression.
(verilog-font-lock-keywords): Allow users to toggle special
highlight of grouping-keywords.
(verilog-highlight-grouping-keywords): The toggle for special
highlighting of grouping keywords.
2008-03-03 08:52:49 +00:00
Dan Nicolaescu
10a55ba03d (mode-line-column-line-number-mode-map): New variable.
(standard-mode-line-position): Use it to add a menu for toggling
column number and line number display.
2008-03-03 08:30:18 +00:00
Stefan Monnier
62dc3ac354 (nndoc-oe-dbx-type-p): Use mm-string-to-multibyte. 2008-03-03 04:12:46 +00:00
Stefan Monnier
a88fd51a1f (mm-decode-content-transfer-encoding): Simplify. 2008-03-03 04:07:51 +00:00
Stefan Monnier
c7a91ce132 Use inhibit-read-only and with-current-buffer.
(gnus-summary-jump-to-group): Consider windows on other displayed frames as
well.  Similar changes might be needed elsewhere, but that's the one I've
bumped into during my use.
2008-03-03 04:06:03 +00:00
Stefan Monnier
ef1b088ac6 (gnus-debug): Use mm-string-to-multibyte. 2008-03-03 03:57:32 +00:00
Stefan Monnier
dacb905a07 (gnus-update-group-mark-positions): Use mm-string-to-multibyte. 2008-03-03 03:49:06 +00:00
Stefan Monnier
86408b246c (byte-compile-maybe-guarded):
Remove optimization that was working around the form-code-walker bug.
2008-03-03 03:40:04 +00:00
Stefan Monnier
42521cd491 (byte-optimize-form-code-walker):
Walk into the body of lambdas after byte-compile-unfold-lambda.
2008-03-03 03:38:21 +00:00
Glenn Morris
aba08fe5f6 (viper-frame-value): Prefer buffer-local value, if set, over frame value. 2008-03-03 03:24:32 +00:00
Glenn Morris
43d16385af (transient-mark-mode): Don't turn on by default. 2008-03-03 02:16:29 +00:00
Glenn Morris
0a4d4654f9 (open-tls-stream): Restore the 2007-11-04 change accidentally removed
by the 2007-12-05 merge from Gnus.
2008-03-03 02:11:04 +00:00
Andreas Schwab
26d72be862 Require cl when compiling. 2008-03-02 17:24:18 +00:00
Juri Linkov
1344a1f99e Revert 2008-02-28 change that adds initial message
to *scratch* buffer regardless of the value of `inhibit-startup-screen'.
2008-03-02 16:18:21 +00:00
Dan Nicolaescu
9326028376 (compilation-menu-map): Add menu entries
for useful options.
2008-03-02 01:10:30 +00:00
Glenn Morris
1c3b663ff9 This is Dan's patch from
http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-02/msg00134.html
changed to use a common `bytecomp' prefix.

(byte-recompile-directory, byte-compile-file, batch-byte-compile)
(batch-byte-compile-file): Give a `bytecomp-' prefix to local
variables with common names.
2008-03-01 21:11:37 +00:00
Glenn Morris
ce8fc80bbd (viper-cond-compile-for-xemacs-or-emacs): Delete macro.
Expand all viper-cond-compile-for-xemacs-or-emacs calls to a featurep test.

Replace obselete frame-local variables with frame-parameters.
(viper-replace-overlay-cursor-color, viper-insert-state-cursor-color)
(viper-emacs-state-cursor-color, viper-vi-state-cursor-color): Only
call make-variable-frame-local on XEmacs.
2008-03-01 20:23:36 +00:00
Glenn Morris
c721821652 (zmacs-region-stays): No need to define for compiler.
Expand all viper-cond-compile-for-xemacs-or-emacs calls to a featurep test.

Replace obselete frame-local variables with frame-parameters.
(viper-frame-value): New macro.
(viper-set-cursor-color-according-to-state, viper-save-cursor-color)
(viper-get-saved-cursor-color-in-replace-mode)
(viper-get-saved-cursor-color-in-insert-mode)
(viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
Use viper-frame-value for viper-replace-overlay-cursor-color,
viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
viper-vi-state-cursor-color values.

(viper-set-minibuffer-overlay): Use when rather than if.
2008-03-01 20:19:23 +00:00
Glenn Morris
821d2c71ee (zmacs-region-stays): No need to define for compiler.
Expand all viper-cond-compile-for-xemacs-or-emacs calls to a featurep test.

Replace obselete frame-local variables with frame-parameters.
(viper-insert-state-post-command-sentinel, viper-R-state-post-command-sentinel)
(viper-replace-state-post-command-sentinel, viper-change-state-to-insert)
(viper-change-state-to-emacs): Use viper-frame-value for
viper-replace-overlay-cursor-color, viper-emacs-state-cursor-color,
viper-insert-state-cursor-color, and viper-vi-state-cursor-color values.
2008-03-01 20:14:46 +00:00
Glenn Morris
0e52cd1368 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a featurep test. 2008-03-01 20:11:47 +00:00
Glenn Morris
fe4f1247e5 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a featurep test.
(viper-add-keymap): Use mapc rather than mapcar on Emacs.
2008-03-01 20:11:00 +00:00
Glenn Morris
b94f99c804 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a featurep test. 2008-03-01 20:10:26 +00:00
Glenn Morris
c92d7d39c8 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a featurep test.
(viper-counting-clicks-p): Only define on XEmacs.
2008-03-01 20:09:54 +00:00
Glenn Morris
2994902a28 (zmacs-region-stays): Define for compiler once only. 2008-03-01 20:07:49 +00:00
Glenn Morris
c01e3aa1dd (byte-compile-maybe-guarded): Restore code commented out 2007-11-10. 2008-03-01 20:07:28 +00:00
Dan Nicolaescu
8e7883692a * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
* textmodes/bibtex-style.el (bibtex-style-indent-basic):
* progmodes/verilog-mode.el (verilog-mode):
* net/socks.el (socks):
* vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
2008-03-01 19:16:02 +00:00
Vinicius Jose Latorre
94dc593ff4 New version 9.3. 2008-03-01 19:00:24 +00:00
Juanma Barranquero
e0c8ae101a (make-glyph-code): Don't test the result of `face-id',
which already signals an error for invalid faces.
(glyph-face): Simplify.
2008-03-01 15:40:44 +00:00
Juanma Barranquero
c41cf13074 (desktop-read): Set `desktop-dirname' to nil before running
`desktop-not-loaded-hook' to allow modifying it.
Don't show warning message if `desktop-dirname' was modified.
2008-03-01 14:17:41 +00:00
Juanma Barranquero
04ba431364 (desktop-read): Set `desktop-dirname' to nil before calling
`desktop-not-loaded-hook' to allow modifying it.
Don't show warning message if `desktop-dirname' was modified.
2008-03-01 13:58:59 +00:00
Alan Mackenzie
0ce2ec82c9 (c-neutralize-syntax-in-CPP): Fix coding bug. 2008-03-01 09:05:12 +00:00
Alan Mackenzie
c707364afc *** empty log message *** 2008-03-01 09:02:47 +00:00
Alan Mackenzie
38cdd6f89d (c-before-font-lock-function): Fix bug in doc-string, "c-old-LEN" ->
"c-old-END".
2008-03-01 08:52:25 +00:00
Alan Mackenzie
2bac448072 *** empty log message *** 2008-03-01 08:51:17 +00:00
Miles Bader
6a3a129c14 Merge from gnus--rel--5.10
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-239
2008-03-01 01:29:58 +00:00
Miles Bader
51fb064bc7 Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1090
2008-03-01 01:28:31 +00:00
Miles Bader
14e8de0c3f Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1089
2008-03-01 01:28:14 +00:00
Juanma Barranquero
5831b5a648 (cua-remap-control-z): Fix typo in docstring. 2008-03-01 00:26:22 +00:00
Kim F. Storm
88fc71a78e (cua-remap-control-v)
(cua-remap-control-z): New defcustoms.
(cua-mode): Add them to set-after property.
(cua--init-keymaps): Use them.
Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
2008-02-29 23:43:10 +00:00
Kim F. Storm
92b2e7a30e Rename describe-project to describe-gnu-project. 2008-02-29 23:42:52 +00:00
Kim F. Storm
ac1818b551 *** empty log message *** 2008-02-29 23:37:54 +00:00
Kim F. Storm
7b01c8d79e (view-emacs-todo): Rename from view-todo.
(describe-gnu-project): Rename from describe-project.  Users changed.
(view-help-file): New helper function.
(describe-distribution, describe-copying, describe-gnu-project)
(view-todo, view-order-manuals, view-emacs-problems): Use it.
(view-emacs-debugging, view-external-packages): New commands.
(help-map): Move describe-distribution to C-h C-o (ordering).
Move view-emacs-problems to C-h C-p (problems).
Bind view-emacs-debugging to C-h C-d (debugging).
Bind view-external-packages to C-h C-e (extras).
(help-for-help-internal): Cleanup and align descriptions.
Remove command names to reduce clutter.
2008-02-29 23:37:38 +00:00
Kim F. Storm
4a6c8615a2 *** empty log message *** 2008-02-29 23:37:10 +00:00
Nick Roberts
14b7b2c492 (vc-set-mode-line-busy-indicator): Use shorter message
and quieter face (not a warning).
2008-02-29 22:09:56 +00:00
Nick Roberts
6867f3ddf6 *** empty log message *** 2008-02-29 22:08:06 +00:00
Dan Nicolaescu
9b7b3814df * vc.el (vc-status-crt-marked): New variable.
(vc-status-mode): Make it local.
(vc-status-refresh): Use it to save the marked files.
(vc-update-vc-status-buffer): Use it to restore the marked files.

* vc-svn.el (vc-svn-after-dir-status):
* vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
2008-02-29 19:13:54 +00:00
Glenn Morris
d805d7545f (allout-topic-encryption-bullet)
(allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
(allout-encrypt-unencrypted-on-saves): Change defcustom :version
from 22.0 to 22.1.
2008-02-29 04:08:10 +00:00
Glenn Morris
21e8bc996d (allout-topic-encryption-bullet)
(allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
(allout-encrypt-unencrypted-on-saves): Change defcustom :version
from 22.0 to 22.1.
2008-02-29 04:06:59 +00:00
Glenn Morris
330f707bed Change defcustom :version from 23.0 to 23.1. 2008-02-29 04:03:49 +00:00
Glenn Morris
ab74c815cf (imap-ping-server): Change defcustom :version from 23.0 to 23.1. 2008-02-29 04:03:16 +00:00
Glenn Morris
dd22fbf6d1 (tls-checktrust, tls-untrusted, tls-hostmismatch):
Change defcustom :version from 23.0 to 23.1.
2008-02-29 04:02:43 +00:00