1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-17 17:58:46 +00:00
Commit Graph

43436 Commits

Author SHA1 Message Date
Juri Linkov
df27f31fa6 (debug-ignored-errors): Remove $ from the end of
"^No dynamic expansion for .* found$" to allow error messages like
"No dynamic expansion for \"%s\" found in this buffer".
2008-03-22 00:02:24 +00:00
Juri Linkov
b7fd8c465f (standard-mode-line-modes): Put special help-echo
tooltip on recursive edit %[ %] mode-line constructs.
2008-03-21 23:59:04 +00:00
Juri Linkov
c59a65bdac * comint.el (comint-dynamic-simple-complete):
Use variable `stub' for the second arg `common-substring'
of `comint-dynamic-list-completions'.
(comint-dynamic-list-filename-completions):
Use variable `filenondir' for the second arg `common-substring'
of `comint-dynamic-list-completions'.
(comint-dynamic-list-completions): Add new optional arg
`common-substring'. Add `common-substring' as the
second arg of the call to `display-completion-list'.  Doc fix.
2008-03-21 23:58:06 +00:00
Juri Linkov
c35be7ec90 (shell-dynamic-complete-command)
(shell-dynamic-complete-environment-variable): Don't display
completion messages when command is called in the minibuffer.
2008-03-21 23:52:27 +00:00
Juri Linkov
4b0dc1de40 (comint-dynamic-complete-as-filename)
(comint-dynamic-list-filename-completions)
(comint-dynamic-simple-complete): Use `minibuffer-message'
to display message "No completions of %s" when a command
is called in the minibuffer.
(comint-dynamic-simple-complete): Don't display other
completion messages when a command is called in the minibuffer.
(comint-dynamic-list-completions): Use `minibuffer-message'
to display message " [Type space to flush ...]" when a command
is called in the minibuffer.
2008-03-21 23:51:40 +00:00
Michael Albinus
12aeeb576a * tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and "psftp". 2008-03-21 18:04:42 +00:00
Michael Albinus
e52196e09a Fix up encoding. 2008-03-21 17:58:33 +00:00
Stefan Monnier
45b24b4de6 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
* vc.el (vc-default-dired-state-info): Use just "modified".
* vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
(vc-cvs-mode-line-string): Make use of the better default.
(vc-cvs-parse-entry): Use the new `added'.
(vc-cvs-dired-state-info): Remove.
* vc-svn.el (vc-svn-dired-state-info): Remove.
* vc-hg.el (vc-hg-dired-state-info): Remove.
* vc-git.el (vc-git-dired-state-info): Remove.
2008-03-21 17:53:04 +00:00
Dan Nicolaescu
e345c46e56 (vc-git-status-result): New variable.
(vc-git-dir-status): Split out ...
(vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
... these new functions and work asynchronously.
2008-03-21 06:29:04 +00:00
Dan Nicolaescu
12cb746e0a (vc-git-after-dir-status): Remove.
(vc-git-dired-state-info): Reimplement.
2008-03-21 06:24:15 +00:00
Dan Nicolaescu
a22f42ace8 (occur-mode-map): Add :help. 2008-03-21 06:12:35 +00:00
Dan Nicolaescu
175e5186e2 (emacs-lisp-mode-map): Add menu entry for disassemble. 2008-03-21 06:08:21 +00:00
Dan Nicolaescu
21f3a27763 (vc-status-mark-buffer-changed): Better deal with files in
the 'added state.
(vc-status-remove-up-to-date): New function.
(vc-status-mode-map, vc-status-menu-map): Bind it.
(vc-status-printer): Use a different face up-to-date files.
(vc-resynch-buffer): Update the vc-status buffer if it exists.
(Todo): Remove solved entries.
2008-03-21 06:02:51 +00:00
Dan Nicolaescu
6a3f9bb72d * vc-hg.el (vc-hg-state):
* vc-git.el (vc-git-state):
* vc-cvs.el (vc-cvs-parse-status):
* vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
state.
2008-03-21 05:53:48 +00:00
Juanma Barranquero
1816387a04 *** empty log message *** 2008-03-21 00:32:13 +00:00
Stefan Monnier
29b465e1e3 (read-shell-command): Other typo. 2008-03-20 21:30:29 +00:00
Stefan Monnier
286d4b3b7d * progmodes/compile.el (compile):
* progmodes/grep.el (grep, grep-find): Use read-shell-command.
2008-03-20 19:56:58 +00:00
Stefan Monnier
7c6d20657f (read-shell-command): Typo. 2008-03-20 19:52:30 +00:00
Stefan Monnier
e5c4079cc4 (minibuffer-local-shell-command-map): New var.
(minibuffer-complete-shell-command, read-shell-command): New funs.
(shell-command, shell-command-on-region): Use them.
2008-03-20 19:48:07 +00:00
Dan Nicolaescu
9f7ddd67c0 (vc-status-mark-buffer-changed): New function to implement
updating of the *vc-status* buffer when a buffer is saved.
(vc-status-mode): Use it for after-change-hook.
(vc-add-to-vc-status-buffer): Rename to ...
(vc-status-add-entry): ... this.
(Todo): Add new entry.
2008-03-20 15:51:45 +00:00
Stefan Monnier
61dc89b03c (mm-copy-to-buffer): Use mm-set-buffer-multibyte. 2008-03-20 15:49:10 +00:00
Stefan Monnier
df06dd59a6 (mm-set-buffer-multibyte): New function. 2008-03-20 15:47:15 +00:00
Stefan Monnier
b813166ace (gnus-configure-frame, gnus-all-windows-visible-p):
Prefer fboundp to functionp so it works with macros as well.
2008-03-20 15:42:57 +00:00
Stefan Monnier
1fa85ea8cf (sort-reorder-buffer): Preserve the buffer's multibyteness. 2008-03-20 15:41:44 +00:00
Stefan Monnier
cdd44874a7 Fix up encoding. 2008-03-20 13:42:38 +00:00
Juanma Barranquero
7d94fb17ea (icomplete-completions): While collecting the list of prospective candidates,
don't overshoot `icomplete-prospects-length'.
2008-03-20 10:28:55 +00:00
Juanma Barranquero
077aec2788 (icomplete-prospects-length, icomplete-max-delay-chars,
icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
Remove spurious * from defcustom docstrings.
(icomplete-compute-delay): Fix docstring and remove spurious *.
(icomplete-delay-completions-threshold): Fix typo in docstring
and remove spurious *.
2008-03-20 09:17:22 +00:00
Dan Nicolaescu
0c86715d6c * textmodes/refbib.el:
* textmodes/reftex.el:
* textmodes/reftex-global.el:
* textmodes/reftex-vars.el:
* textmodes/reftex-toc.el: Don't use eval-and-compile for byte
compiler pacifying defvars.
(reftex-toc-mode): Only make zmacs-regions local on XEmacs.
* textmodes/reftex-index.el (zmacs-regions): Remove pacifier, not
needed.
2008-03-20 07:44:55 +00:00
Dan Nicolaescu
6bdc3dbb28 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including
genvars.
2008-03-20 06:38:35 +00:00
Dan Nicolaescu
495ab0d547 (verilog-easy-menu-filter): New function.
(verilog-stmt-menu, verilog-menu): Add :help and filter it.
(verilog-customize, verilog-font-customize)
(electric-verilog-backward-sexp, electric-verilog-forward-sexp)
(verilog-mode): Update documentation strings to match tool tips.
(verilog-auto-search-do, verilog-auto-re-search-do)
(verilog-skip-forward-comment-or-string): Fix verilog-auto
expansion when a .* appears inside a string.
(verilog-re-search-forward, verilog-re-search-backward): Add
comment to recall how this works.
2008-03-20 06:27:52 +00:00
Glenn Morris
7d17537fac (calendar-location-name, calendar-latitude)
(calendar-longitude, solar-arctan, sunrise-sunset)
(solar-mean-equinoxes/solstices): Use the appropriate equality test.
2008-03-20 04:52:19 +00:00
Glenn Morris
f328a783dc (calendar-other-dates): Declare it, and removes the declarations it replaces.
(calendar-mouse-print-dates): Use calendar-other-dates.
(calendar-mouse-holidays): Re-use the title.
(calendar-mouse-view-diary-entries): Use or.
(calendar-mouse-chinese-date): Remove unused command.
(cal-menu-load-hook): Mark as obsolete.
2008-03-20 04:46:51 +00:00
Glenn Morris
5968ae93e2 (calendar-other-dates): New function.
(calendar-print-other-dates): Use calendar-other-dates.
2008-03-20 04:41:47 +00:00
Glenn Morris
a8774f05b2 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
Make defcustoms.
2008-03-20 04:40:18 +00:00
Glenn Morris
06e9110e45 (calendar-bahai-leap-year-p)
(calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
(calendar-absolute-from-bahai): Fix the leap-year case.
(calendar-bahai-from-absolute): Store the month.
(calendar-bahai-date-string, calendar-bahai-print-date): Handle
pre-Bahai dates.
2008-03-20 04:38:27 +00:00
Jay Belanger
01633b01c6 Remove outdated comments.
(defcalcmodevar, calc-mode-var-list-restore-default-values)
(calc-mode-var-list-restore-saved-values, calc-autorange-units):
Add docstrings.
2008-03-20 03:08:51 +00:00
Jason Rumney
c56e37dd67 (x-alternatives-map): Add S-tab mapping. 2008-03-19 23:25:27 +00:00
Reiner Steib
ea666a77e1 (open-tls-stream): Reindent. 2008-03-19 21:32:23 +00:00
Michael Albinus
aff67808c1 * net/tramp.el (tramp-let-maybe): Removed.
(tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
It does not exist under XEmacs.
(tramp-handle-file-truename, tramp-handle-expand-file-name)
(tramp-completion-file-name-handler): Let-bind
`directory-sep-char'.
2008-03-19 21:06:37 +00:00
Michael Albinus
c9e646c2e2 * net/trampver.el: Move coding cookie at the end. 2008-03-19 21:03:49 +00:00
Michael Albinus
668efb3fde * net/tramp-uu.el: Move coding cookie at the end. 2008-03-19 21:03:07 +00:00
Michael Albinus
40f245a31b * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
`directory-sep-char'.
2008-03-19 21:02:03 +00:00
Stefan Monnier
55067594aa (describe-function-1): Don't signal "missing arglist" for autoloaded keymaps. 2008-03-19 18:21:52 +00:00
Juanma Barranquero
cdf8b62f42 *** empty log message *** 2008-03-19 15:42:47 +00:00
Stefan Monnier
d63b01e149 (verilog-syntax-ppss): New function.
(electric-verilog-terminate-line, verilog-in-struct-region-p)
(verilog-backward-ws&directives, verilog-forward-ws&directives)
(verilog-in-comment-p, verilog-in-star-comment-p)
(verilog-in-slash-comment-p, verilog-skip-backward-comments)
(verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
(verilog-skip-forward-comment-or-string, verilog-in-paren)
(verilog-skip-forward-comment-p): Use it,
2008-03-19 14:29:35 +00:00
Juanma Barranquero
d6baaf3351 *** empty log message *** 2008-03-19 12:46:13 +00:00
Juanma Barranquero
5bf7807ac9 (org-link-store, org-link-follow, org-latex, org-remember-templates,
org-time-stamp-rounding-minutes, org-back-over-empty-lines,
org-find-base-buffer-visiting, org-columns-new): Fix typos in docstrings.
2008-03-19 12:20:34 +00:00
Glenn Morris
699a11fbb6 (tramp-drop-volume-letter): Evaluate when compiling. 2008-03-19 07:11:57 +00:00
Dan Nicolaescu
9f4e4f5bb9 (diff-header): Make the color louder.
(diff-refine-change): Tone the color down.
2008-03-19 04:59:34 +00:00
Juanma Barranquero
95eede5c74 (describe-char): When specifying all properties,
list them in the right order.
2008-03-19 02:13:03 +00:00
Stefan Monnier
00fc37d1ba (load-with-code-conversion): Avoid setting default-enable-multibyte-characters. 2008-03-19 01:56:48 +00:00
Stefan Monnier
c9e31f32bd *** empty log message *** 2008-03-19 01:52:49 +00:00
Stefan Monnier
14b7a0b527 (vc-annotate-background): Fix custom type. 2008-03-19 01:44:34 +00:00
Stefan Monnier
3253c7c65f (describe-char-unidata-list): Allow specifying just all properties.
(describe-char): Handle that new value.
2008-03-19 01:41:53 +00:00
Stefan Monnier
3afc21a99d (cua-paste): Signal an error in read-only buf. 2008-03-19 01:05:50 +00:00
Tassilo Horn
322f455981 (doc-view-initiate-display): Use doc-view-doc-type
instead of file name extension to make docs with uncommon
extensions work.
2008-03-18 17:43:26 +00:00
Tassilo Horn
23cda57253 (require): Require cl at compile time because
`assert' needs it.
2008-03-18 12:02:44 +00:00
Juanma Barranquero
78f8b19b35 Fix typos in comments. 2008-03-18 09:17:44 +00:00
Bill Wohler
4690fe3f18 (mh-invisible-header-fields-internal): Add Accreditor,
Seal-Send-Time (closes SF #1916032).
(mh-invisible-header-fields, mh-invisible-header-fields-default):
Update URL to bug report for users to report ignored fields.
2008-03-18 04:17:38 +00:00
Glenn Morris
acab8b9740 (initial-calendar-window-hook, today-visible-calendar-hook): Doc fixes. 2008-03-18 03:35:58 +00:00
Michael Albinus
57671b7218 * net/tramp.el (tramp-root-regexp): Simplify.
(tramp-completion-file-name-regexp-separate): Don't insist on
leading "[".  This prevents method or user or host completion.
(tramp-let-maybe): Autoload it.
(tramp-drop-volume-letter): Don't autoload.  When not on W32, it is
an alias for `identity'.
(tramp-handle-write-region): Protect `last-coding-system-used'
over the trailing statements.
(tramp-completion-file-name-handler-post-function): Removed.
(tramp-completion-file-name-handler): Let-bind
`directory-sep-char' instead of calling
`tramp-drop-volume-letter'.
(top): Move coding cookie at the end.
2008-03-17 22:57:15 +00:00
Dan Nicolaescu
a676223563 Revert unintended change. 2008-03-17 21:58:19 +00:00
Stefan Monnier
800a97b891 (tramp-completion-mode-p): Don't use char-equal for
elements which may be something else than characters.
2008-03-17 20:19:00 +00:00
Dan Nicolaescu
7ee8e7eb0f * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
New functions to implement vc-status support.

* vc.el (vc-default-extra-status-menu)
(vc-add-to-vc-status-buffer): New functions.
2008-03-17 16:25:13 +00:00
Dan Nicolaescu
7afdc39150 (emacs-lisp-mode-map): Add menu entries for eldoc and ielm. 2008-03-17 16:19:05 +00:00
Glenn Morris
2c080040fb (diary-frame-parameters, calendar-frame-parameters)
(calendar-and-diary-frame-parameters): Fix custom type; add options.
(calendar-frame, diary-frame): Doc fixes.
(calendar-dedicate-diary, calendar-frame-1): Extract common code into
new functions.
(calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
Use calendar-frame-1 and calendar-dedicate-diary.
(calendar-one-frame-setup): Also handle only-one-frame case.
(calendar-only-one-frame-setup): Doc fix.  Just call calendar-one-frame-setup.
2008-03-17 02:38:26 +00:00
Glenn Morris
1435831ffa Re-order some definitions before their use.
(nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
(diary-list-entries): Doc fixes.
(simple-diary-display, fancy-diary-display): Use
calendar-in-read-only-buffer to replace previous code and disable undo.
(make-fancy-diary-display): Remove function.
2008-03-17 02:33:49 +00:00
Glenn Morris
bf0cce5ad9 (calendar-today-marker, initial-calendar-window-hook)
(today-visible-calendar-hook, today-invisible-calendar-hook)
(diary-file, calendar-basic-setup, calendar-star-date)
(calendar-mark-today): Doc fixes.
(today-visible-calendar-hook): Add options.
(calendar-in-read-only-buffer): New macro.
(calendar-basic-setup): Adapt for change in calendar-read-date.
Place holiday let inside if.
(calendar-day-name-array, calendar-month-name-array): Make defcustoms.
(calendar-read-date): Set day to 1 rather than nil in the NODAY case.
(calendar-print-other-dates): Use one let rather than many.
Use calendar-in-read-only-buffer to replace previous code and disable undo.
2008-03-17 02:30:06 +00:00
Glenn Morris
318a548888 (list-yahrzeit-dates): Use calendar-in-read-only-buffer to replace
previous code and disable undo.
2008-03-17 02:21:37 +00:00
Glenn Morris
9449f9ebe4 (calendar-list-holidays, list-holidays, calendar-cursor-holidays):
Use calendar-in-read-only-buffer to replace previous code and disable undo.
2008-03-17 02:20:49 +00:00
Glenn Morris
48844538ae (calendar-phases-of-moon): Use calendar-in-read-only-buffer to replace
previous code and disable undo.
2008-03-17 02:19:31 +00:00
Juanma Barranquero
2472a6f07f *** empty log message *** 2008-03-17 01:24:44 +00:00
Kenichi Handa
87b8ce92db *** empty log message *** 2008-03-17 00:48:03 +00:00
Juri Linkov
f564644bb2 (goto-line): Leave mark at previous position. Doc fix. 2008-03-16 17:45:11 +00:00
Juri Linkov
a86b330f8f (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
to check if the current buffer is the minibuffer, and in this case
call abort-recursive-edit to kill the minibuffer.  Doc fix.
(kill-this-buffer-enabled-p): Allow this function to return non-nil
when the current buffer is the minibuffer.
2008-03-16 17:44:20 +00:00
Juri Linkov
363de02ef0 (isearch-edit-string): Use search-ring-yank-pointer
and regexp-search-ring-yank-pointer for the HISTPOS argument of
read-from-minibuffer to provide the correct initial minibuffer
history position in isearch-edit-string when it is called from
isearch-ring-adjust.
2008-03-16 17:44:11 +00:00
Dan Nicolaescu
b0fb2dee9a Fix typos. 2008-03-16 17:02:40 +00:00
Tassilo Horn
7edd6b92de (doc-view-doc->txt, doc-view-convert-current-doc):
Use non-nil PARENTS attribute of make-directory instead of
explicitly checking existence the current cache directory.
2008-03-16 09:24:29 +00:00
Michael Olson
2ecb26c3d2 lisp/ChangeLog: Update. 2008-03-16 04:05:03 +00:00
Michael Olson
fef7aa9ec6 EasyPG: Fix bug with C-x C-s after M-x epa-file-select-keys. 2008-03-16 04:04:15 +00:00
Glenn Morris
2112d731b8 (calendar-mayan-haab-to-string): Simplify.
(calendar-mayan-tzolkin-from-absolute): Expand calendar-mod calls.
2008-03-16 01:58:15 +00:00
Glenn Morris
594928444e *** empty log message *** 2008-03-16 01:57:13 +00:00
Kenichi Handa
03f244e255 (auto-coding-alist): Use
no-conversion-multibyte for archive files.
2008-03-16 01:54:07 +00:00
Glenn Morris
de670487fb Small formatting change. 2008-03-16 01:28:43 +00:00
Glenn Morris
f1700e2678 (diary-remind-message, mark-sexp-diary-entries, list-sexp-diary-entries)
(diary-font-lock-sexps): Use format rather than concat.
(diary): Remove un-needed let.
(view-other-diary-entries): Rename argument.
(diary-list-entries-2): New function.
(diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
(print-diary-entries): Use unless.
(diary-mark-entries-1): Change argument order, make all but
markfunc optional.  Handle the standard (Gregorian) case.  Use
match-string-no-properties.  Handle marks.
(mark-diary-entries): Use diary-mark-entries-1.
(calendar-mark-complex, calendar-mark-1): New functions.
(diary-font-lock-keywords-1): New macro.
(diary-font-lock-keywords): Use diary-font-lock-keywords-1.
2008-03-16 01:27:15 +00:00
Glenn Morris
28c0279602 (calendar-mark-complex): Autoload it.
(mark-hebrew-calendar-date-pattern): Add optional argument `color'.
Use calendar-mark-complex.

(calendar-absolute-from-hebrew, hebrew-calendar-yahrzeit)
(insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
(insert-yearly-hebrew-diary-entry): Use let rather than let*.
(calendar-hebrew-prompt-for-date): New function.
(calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
(holiday-tisha-b-av-etc): Use unless, let.
2008-03-16 01:25:11 +00:00
Glenn Morris
b2fba0132f (calendar-mark-1): Autoload it.
(mark-islamic-calendar-date-pattern): Add optional argument `color'.
Use calendar-mark-1.

(calendar-islamic-prompt-for-date): New function.
(calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
2008-03-16 01:24:21 +00:00
Glenn Morris
d07a05c2fb (calendar-mark-1): Autoload it.
(calendar-bahai-mark-date-pattern): Add optional argument `color'.
Use calendar-mark-1.

(calendar-bahai-date-string): Use a single let.
(diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
(diary-bahai-insert-yearly-entry): Use let rather than let*.
Move obsolete aliases after the functions that replaced them.
2008-03-16 01:23:55 +00:00
Glenn Morris
c97663f6bc (calendar-chinese-from-absolute, calendar-chinese-date-string): Expand
calendar-mod calls.
2008-03-16 01:23:25 +00:00
Glenn Morris
df3b40c18c (calendar-mod): Remove.
(calendar-for-loop): Add indent spec.
2008-03-16 01:22:58 +00:00
Glenn Morris
615eabde2a Ulf Jasper <ulf.jasper at web.de>
(icalendar-version): Increase to 0.18.
(icalendar-export-hidden-diary-entries): New variable.
(icalendar-export-region): Use icalendar-export-hidden-diary-entries.
In case of error, insert full error-val.
(icalendar-first-weekday-of-year): Remove `offset' argument.  Doc fix.
Use calendar-day-of-week.  Return the day number.
(icalendar--convert-weekly-to-ical): Use funcall rather than apply.
2008-03-16 01:21:57 +00:00
Glenn Morris
f8e9107c53 Craig Markwardt <Craig.Markwardt at nasa.gov>
(icalendar-recurring-start-year): New variable.
(icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
(icalendar-export-region): Ignore hidden diary entries.
(icalendar--convert-ordinary-to-ical): Fix case where event
spans across midnight boundary.
(icalendar-first-weekday-of-year): New function.
(icalendar--convert-weekly-to-ical): Allow user-selectable start
year for recurring events (Mozilla calendars do not propagate
recurring events forever, so year 2000 start date was not working).
(icalendar--convert-yearly-to-ical): Remove extra spaces in
formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
2008-03-16 01:21:25 +00:00
Michael Albinus
a8a700984f *** empty log message *** 2008-03-15 21:59:33 +00:00
Michael Albinus
8a798e4193 * tramp.el (tramp-root-regexp): New defconst.
(tramp-completion-file-name-regexp-unified)
(tramp-completion-file-name-regexp-separate)
(tramp-completion-file-name-regexp-url): Use it.
(tramp-do-copy-or-rename-file-via-buffer): Set
`enable-multibyte-characters' to nil.  Set `jka-compr-inhibit' to
t for `insert-file-contents-literally'.
(tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
Autoload it.
(tramp-completion-file-name-handler-post-function): New defconst.
(tramp-completion-file-name-handler): Use it.
(tramp-maybe-open-connection): Update calls to
`tramp-flush-connection-property' for removed 2nd argument.
2008-03-15 21:54:02 +00:00
Michael Albinus
e3ea58b7ea *** empty log message *** 2008-03-15 21:50:58 +00:00
Stefan Monnier
39f4444267 (vc-bzr-diff): Use a faster invocation when possible.
(vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table): New functions.
2008-03-15 19:37:17 +00:00
Glenn Morris
4e11bcc210 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-selective-display)
(number-of-diary-entries, diary-list-entries, diary-goto-entry):
(list-sexp-diary-entries, diary-date, diary-block, diary-float)
(diary-anniversary, diary-cyclic)
(diary-fancy-font-lock-fontify-region-function): Doc fixes.
(diary-header-line-format): Change wording.
(diary-list-entries): Set `date-start' in let.
(include-other-diary-files, mark-included-diary-files): Use format.
(simple-diary-display, fancy-diary-display): Use cadr, unless.
(mark-diary-entries): Use 1+.
(mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
(mark-calendar-month): Use dotimes.
(diary-list-entries-1, diary-mark-entries-1): New functions.
2008-03-15 03:03:08 +00:00
Glenn Morris
711d00e76e (number, original-date, add-to-diary-list)
(diary-name-pattern, mark-calendar-days-named): Remove declarations.
(diary-list-entries-1, diary-mark-entries-1): Autoload.
(list-hebrew-diary-entries): Use diary-list-entries-1.
(mark-hebrew-diary-entries): Doc fix.  Use diary-mark-entries-1.

(calendar-hebrew-month-name-array-common-year)
(calendar-hebrew-month-name-array-leap-year)
(hebrew-calendar-parashiot-names): Make constants.
(diary-parasha): Move definition after constants it uses.
2008-03-15 03:01:40 +00:00
Glenn Morris
cb33924367 (number, original-date, add-to-diary-list)
(diary-name-pattern, mark-calendar-days-named): Remove declarations.
(diary-list-entries-1, diary-mark-entries-1): Autoload.
(list-islamic-diary-entries): Use diary-list-entries-1.
(mark-islamic-diary-entries): Doc fix.  Use diary-mark-entries-1.

(calendar-islamic-month-name-array, calendar-islamic-epoch): Make constants.
(calendar-islamic-epoch): Doc fix.
2008-03-15 03:01:13 +00:00
Glenn Morris
0a349c6dfb (number, original-date, add-to-diary-list)
(diary-name-pattern, mark-calendar-days-named): Remove declarations.
(diary-list-entries-1, diary-mark-entries-1): Autoload.
(diary-bahai-list-entries): Use diary-list-entries-1.
(diary-bahai-mark-entries): Doc fix.  Use diary-mark-entries-1.

(calendar-bahai-epoch): Doc fix.
2008-03-15 03:00:48 +00:00
Glenn Morris
40802b080b (european-calendar-style, calendar-for-loop)
(calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
(calendar-cursor-to-date): Doc fix.
(hebrew-holidays-1, hebrew-holidays-4): Simplify.
(extract-calendar-day, extract-calendar-year): Use cadr, nth.
(calendar-day-number): Use when.
(generate-calendar-month): Use dotimes.
(exit-calendar, calendar-print-other-dates): Use let rather than let*.
(calendar-set-mark): Reverse conditional.
(calendar-make-alist): Move definition before use.
2008-03-15 03:00:17 +00:00
Glenn Morris
354716682d (appt-check, appt-delete, appt-make-list): Use caar. 2008-03-15 02:59:34 +00:00
Glenn Morris
706531d9fa (number-chinese-months, calendar-chinese-from-absolute): Use nth, caar. 2008-03-15 02:59:15 +00:00
Glenn Morris
cc7fff4f64 (coptic-calendar-epoch): Doc fix. 2008-03-15 02:58:39 +00:00
Glenn Morris
fd32e5b926 Formatting changes only. 2008-03-15 02:58:24 +00:00
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