1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-20 10:23:57 +00:00
Commit Graph

43251 Commits

Author SHA1 Message Date
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