1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-16 09:50:25 +00:00
Commit Graph

47882 Commits

Author SHA1 Message Date
Juanma Barranquero
e597afcb8b * emacs-lisp/benchmark.el (benchmark): Reflow docstring. 2009-03-17 10:32:20 +00:00
Kenichi Handa
44ded02464 (cjk-char-width-table): Add cp932-2-byte. 2009-03-17 07:16:29 +00:00
Chong Yidong
90810a8ef0 (minibuffer-complete-and-exit): Doc fix. 2009-03-17 04:39:09 +00:00
Chong Yidong
761023b6db * minibuffer.el (minibuffer-complete-and-exit): Doc fix. 2009-03-17 04:39:00 +00:00
David Reitter
e51fe00a18 set-face-attributes-from-resources, face-set-after-frame-default:
Do not import X resources on NS because NS does not have system-wide X resources.
2009-03-16 20:46:59 +00:00
David Reitter
4b7a790199 *** empty log message *** 2009-03-16 20:46:21 +00:00
Richard M. Stallman
b79c90313e Fix previous change. 2009-03-16 14:10:47 +00:00
Richard M. Stallman
0b9b4ab99a (rmail-expunge): Show the message only once, and only if needed.
If the current message was current before, just re-swap.
2009-03-16 14:04:28 +00:00
Richard M. Stallman
a6cf3c4e36 (rmail-retry-failure): Discard rmail-ignored-headers. 2009-03-16 13:42:31 +00:00
Kenichi Handa
945acc7b3c (ccl-compile-if): Signal an error for invalid operator. 2009-03-16 11:13:58 +00:00
Chong Yidong
846b6ebaae (read-file-name): Doc fix. 2009-03-16 03:17:48 +00:00
Chong Yidong
87979de820 * minibuffer.el (read-file-name): Doc fix. 2009-03-16 03:17:38 +00:00
Chong Yidong
9bec41decc (tooltip-show-help-non-mode): Don't set tooltip-previous-message if
called with the same tooltip that is showing (Bug#2680).
2009-03-16 02:42:45 +00:00
Chong Yidong
17bc3e84b4 * tooltip.el (tooltip-show-help-non-mode): Don't set
tooltip-previous-message if called with the same tooltip that is
showing (Bug#2680).
2009-03-16 02:42:33 +00:00
Chong Yidong
abb3c752e2 (crm--choose-completion-string): New function.
(completing-read-multiple): Set and restore
choose-completion-string-functions (Bug#1080).
2009-03-16 00:44:02 +00:00
Chong Yidong
112b8d1773 * emacs-lisp/crm.el (crm--choose-completion-string): New function.
(completing-read-multiple): Set and restore
choose-completion-string-functions (Bug#1080).
2009-03-16 00:43:52 +00:00
Glenn Morris
7c310b24cf Formatting fix. 2009-03-16 00:23:45 +00:00
Glenn Morris
a20013c1bb (cal-tex-preamble-extra): Add an example string value to help people
with the formatting.
2009-03-15 21:32:14 +00:00
Glenn Morris
4ad1654a90 (rmail-font-lock-keywords): Treat "Mail-Reply-To" like "Reply-To". 2009-03-15 21:09:30 +00:00
Glenn Morris
e009b5967b (mail-yank-prefix): Doc fix.
(mail-mode-map): Only enable the "Cite Original" menu-item when
appropriate.  Standardize the text used for other headers re hyphens.
2009-03-15 21:07:39 +00:00
Chong Yidong
68b113f645 (completion-styles): Add emacs22 completion style as fallback. 2009-03-15 14:29:12 +00:00
Chong Yidong
80495f241c * minibuffer.el (completion-styles): Add emacs22 completion style
as fallback.
2009-03-15 14:28:52 +00:00
Dan Nicolaescu
57b037f9bc (vc-checkin): Add an extra argument for the VC backend,
pass it down to vc-start-logentry.
(vc-next-action, vc-transfer-file): Pass the VC backend to
vc-checkin.
(vc-next-action): Do not assume that all backends in
vc-handled-backends are upper case.
2009-03-15 08:58:02 +00:00
Dan Nicolaescu
01cf1a52ea (vc-checkin): Add an extra argument for the VC backend,
pass it down to vc-start-logentry.
(vc-next-action, vc-transfer-file): Pass the VC backend to
vc-checkin.
2009-03-15 08:54:00 +00:00
Chong Yidong
86c7144b37 (get-free-disk-space): Ensure that default-directory is
usable before calling call-process.  Suggested by Kevin
Ryde (Bug#2631).
2009-03-15 02:31:45 +00:00
Chong Yidong
9e127d66de * files.el (get-free-disk-space): Ensure that default-directory is
usable before calling call-process.  Suggested by Kevin
Ryde (Bug#2631).
2009-03-15 02:29:23 +00:00
Chong Yidong
d93f95758a Fix last change. 2009-03-15 01:21:39 +00:00
Glenn Morris
5b650c3cb3 *** empty log message *** 2009-03-14 21:22:30 +00:00
Glenn Morris
c1051e819d Remove leading `*' from defcustom docs. 2009-03-14 21:20:47 +00:00
David Reitter
c6c62e780c Unify shutdown handling under NS, via ns-power-off key event (where appropriate) and save-buffers-kill-emacs.
remove  NS-specific preferences window that used to show NS-specific preferences.
Integrate preferences in Lisp accessible customization system where possible.
Remove ns-expand-space, because it can be set only during fontloading (i.e. not at runtime),
and because of redundancy with line-spacing frame parameter.

Remove loading of most and saving of all NS resources (from org.gnu.Emacs.plist).

nsterm.m (ns_shutdown_properly, -terminate): remove global state variable as it was never reset
(ns_term_init): remove initialization of Lisp-settable defaults and ns_expand_space
(-setPanelFromDefaultValues): remove ns_expand_space.
(-showPreferencesWindow): send new KEY_NS_SHOW_PREFS key.

nsfont.m (nsfont_open): remove ns_expand_space, assume -0.5 i.e. no additional spacing, similar to Carbon port.

nsterm.h: define KEY_NS_SHOW_PREFS key.
nsfns.m (ns-popup-prefs-panel): remove.

term/ns-win.el (ns-expand-space): remove.
(ns-show-prefs event): run `customize'.
(ns-power-off): run `save-buffers-kill-emacs', but ask user whether to save files (as is standard)
(clipboard-yank, clipboard-kill-ring-save, clipboard-kill-region)
(menu-bar-enable-clipboard): do not undefine these.
(ns-save-preferences,ns-save-options,ns-show-preferences-help): remove.
2009-03-14 21:19:56 +00:00
Glenn Morris
b769f3daad (mail-mode-hook): Doc fix. 2009-03-14 21:04:43 +00:00
Glenn Morris
87ede49961 (mail-interactive): Doc fix.
(mail-yank-ignored-headers): Add X-RMAIL- headers, bump :version.
(mail-setup): Use the function mail-signature.
(mail-to, mail-subject, mail-cc, mail-bcc, mail-reply-to)
(mail-mail-reply-to, mail-mail-followup-to): Doc fixes.
(mail-signature): Check the signature file is readable.
With the argument ATPOINT, really insert at point.
Handle the case when the variable mail-signature is an expression.
2009-03-14 20:25:06 +00:00
Chong Yidong
14f01bef2c (undo-outer-limit-truncate): Mention that warning-suppress-types is
defined in the warnings library (Bug#2668).
2009-03-14 17:43:16 +00:00
Chong Yidong
dbe24f207e * simple.el (undo-outer-limit-truncate): Mention that
warning-suppress-types is defined in the warnings
library (Bug#2668).
2009-03-14 17:42:18 +00:00
Dan Nicolaescu
24703c3cc8 (vc-default-receive-file): The 'register method now
expects a list, pass a list.
2009-03-14 16:37:09 +00:00
Glenn Morris
dd0bed852b Fix entry (one moved to org/). 2009-03-14 03:07:01 +00:00
Glenn Morris
1f82c9ed01 Move entry here from ../ 2009-03-14 03:04:22 +00:00
Stefan Monnier
3ba41ce473 (tar-extract): Setup the buffer's name, undo-list, and
modified status before running the major-mode.
2009-03-14 03:03:25 +00:00
Chong Yidong
405ee48db3 (doc-view-sentinel): Strip trailing newline from event message. 2009-03-14 02:12:06 +00:00
Chong Yidong
8f7019edd9 * doc-view.el (doc-view-sentinel): Strip trailing newline from
event message.
2009-03-14 02:11:20 +00:00
Stefan Monnier
86f0d932e5 (undo): Don't loop when encountering empty undo records. 2009-03-14 01:51:34 +00:00
Juanma Barranquero
7dae1ce262 Fix typos. 2009-03-14 00:26:34 +00:00
Tassilo Horn
4376876ec2 (doc-view-mode-map): Bind RET to image-next-line. 2009-03-13 21:03:21 +00:00
Deepak Goel
7db26af03b M-v corrections. 2009-03-13 20:45:14 +00:00
Deepak Goel
b3f5a84631 m-v corrections. 2009-03-13 20:37:43 +00:00
Deepak Goel
7c730dd6e1 m-v: use lists to pass things around rather than values. 2009-03-13 20:28:15 +00:00
Alexandre Julliard
4537363ca5 * vc-git.el (vc-git-previous-revision, vc-git-next-revision):
Fall back to original commit if vc-git-symbolic-commit fails to
find a symbolic name.
(vc-git-symbolic-commit): Don't limit search to tags. Treat
"undefined" as an error. (Bug #2110)
2009-03-13 20:04:11 +00:00
Deepak Goel
75aeb229d2 m-v corrections 2009-03-13 19:59:44 +00:00
Deepak Goel
90ca3a46fd m-v corrections. 2009-03-13 19:59:15 +00:00
Deepak Goel
3c2fbb994b multiple value corrections 2009-03-13 19:56:33 +00:00
Deepak Goel
f5fbd9ad21 M-v correctness. 2009-03-13 19:43:38 +00:00
Agustín Martín
bf020df6ea Add missing bug number to last changelog entry 2009-03-13 17:53:09 +00:00
Agustín Martín
0579b5b1f3 ispell.el (ispell-get-word): Initialize spellchecker params. 2009-03-13 16:19:00 +00:00
Stefan Monnier
ccb012c57e (auto-mode-alist): Add rules for OpenOffice extension
packages, as well as Opkg/Ipkg packages.
2009-03-13 15:58:06 +00:00
Stefan Monnier
dc4e3ccc56 (tar-header-block-tokenize): Presume less, check more.
(tar-summarize-buffer): Don't silently skip incomplete headers.
(tar-mode): Revert to fundamental-mode in case of malformed tar data.
(tar-extract): Try to make sure set-auto-mode doesn't mistakenly
treat a tar file member as being a tar file itself, just because
its own filename includes the parent tar file's.
2009-03-13 15:37:03 +00:00
Kenichi Handa
d102151dab (print-fontset): Handling of the
argument FONTSET changed for consistency.  Reorder the printed
information to match with the font searching strategy.
(describe-fontset): Use face-attribute to get the fontset of the
selected frame.
(mule-diag): Likewise.  Print both font and fontset of the frame.
2009-03-13 05:08:19 +00:00
Chong Yidong
1cb6d11e13 (term-send-raw-string): Deactivate mark.
(term-send-raw, term-send-raw-meta): Undo 2009-03-08 change.
2009-03-13 01:43:03 +00:00
Chong Yidong
f7e49cc5b6 * term.el (term-send-raw-string): Deactivate mark.
(term-send-raw, term-send-raw-meta): Undo 2009-03-08 change.
2009-03-13 01:42:19 +00:00
Juanma Barranquero
1a86cc81da * register.el (get-register): Rename arg REG to REGISTER for
consistency with other register functions.
  (set-register, jump-to-register): Fix typos in docstrings.
  (copy-to-register, copy-rectangle-to-register): Reflow docstrings.
2009-03-12 12:14:11 +00:00
Glenn Morris
1fa1ea7dec (mail-abbrev-next-line, mail-abbrev-end-of-buffer): Doc fixes. 2009-03-12 06:23:35 +00:00
Jason Rumney
31358bee63 (w32-initialize-window-system): Don't override
Japanese font settings.
(xlfd-regexp-registry-subnum): Remove unused declaration.
(w32-drag-n-drop-debug): Comment out unused debug function.
2009-03-11 15:59:30 +00:00
Jason Rumney
4603334027 (w32-initialize-window-system): Don't override
Japanese font settings.
2009-03-11 15:15:09 +00:00
Glenn Morris
e97389b933 Comment. 2009-03-11 03:33:30 +00:00
Glenn Morris
52b9c46105 (rmail-edit-mode): Set write-region-annotate-functions. (Bug#2625) 2009-03-11 03:22:37 +00:00
Juanma Barranquero
7679cfc8a4 * w32-vars.el (w32-list-proportional-fonts): Fix typos in last change. 2009-03-10 23:48:31 +00:00
Jason Rumney
86dca3e8ba * w32-vars.el (w32-list-proportional-fonts): Make obsolete.
* msdog.texi (Windows Misc): Remove doc for obsolete variable.  Modify
w32-use-visible-system-caret doc to indicate that it should get set
automatically.
(Windows Fonts): Add doc for the uniscribe backend.
2009-03-10 15:57:34 +00:00
Stefan Monnier
ba528748a1 * server.el (server-process-filter): Use expand-file-name rather than
command-line-normalize-file-name so as to use the `dir' when provided.
* emacsclient.c (main): Always pass cwd via "-dir".  Pass the file
names without prepending cwd to them, so Emacs uses its customary
rules to determine how to interpret the file name.
2009-03-10 14:08:52 +00:00
Stefan Monnier
bba79a9ce4 (doc-view-convert-current-doc): Fix last change. 2009-03-10 13:33:23 +00:00
Glenn Morris
0462d01962 (mail-archive-file-name, mail-default-headers): Doc fixes.
(mail-mailing-lists): Remove leading `*' from defcustom doc.
2009-03-10 07:20:32 +00:00
Glenn Morris
9dda5b0e58 (compose-mail): Doc fix. 2009-03-10 05:01:43 +00:00
Chong Yidong
972bf25aaa (vc-annotate): Use widened line number (Bug#2612). 2009-03-10 00:59:09 +00:00
Chong Yidong
eb91611383 * vc-annotate.el (vc-annotate): Use widened line number (Bug#2612). 2009-03-10 00:59:00 +00:00
Jason Rumney
6462af0dee (read-file-name): Only split dir name when
default filename is missing.  (Bug#2585)
2009-03-09 13:31:23 +00:00
Chong Yidong
5ec9c7a408 (finder-commentary): Don't delete other windows (Bug#2291). 2009-03-08 19:54:32 +00:00
Chong Yidong
7aad1c6236 * finder.el (finder-commentary): Don't delete other windows
(Bug#2291).
2009-03-08 19:54:22 +00:00
Chong Yidong
212bb1a81a (term-send-raw-meta): Deactivate the mark first (Bug#2449). 2009-03-08 19:37:00 +00:00
Chong Yidong
b2553838e4 * term.el (term-send-raw-meta): Deactivate the mark first (Bug#2449). 2009-03-08 19:36:41 +00:00
Chong Yidong
c5f894821d (term-send-raw): Deactivate the mark first (Bug#2449). 2009-03-08 19:33:06 +00:00
Chong Yidong
5bde11146d * term.el (term-send-raw): Deactivate the mark first (Bug#2449). 2009-03-08 19:32:55 +00:00
Andreas Schwab
72e0a95bff (ange-ftp-multi-msgs): Add 150-. 2009-03-08 16:45:31 +00:00
Eli Zaretskii
1efaf74bf4 (woman-mode): Restore tab-width value after the call to Man-mode, since
Man-mode resets it to the default, and that makes right	margin extend
beyond woman-fill-column.
2009-03-07 15:30:05 +00:00
Eli Zaretskii
00460cfd96 (woman-parse-colon-path): Return a list even if there's only one directory
in PATHS.
2009-03-07 14:36:36 +00:00
Eli Zaretskii
1bf0da029a (Man-init-defvars) [windows-nt]: Use a special command list. Don't invoke Awk. 2009-03-07 13:31:35 +00:00
Glenn Morris
c8644de0d4 (rmail-mime-media-type-handlers-alist): Fix doc and custom type. 2009-03-06 03:46:28 +00:00
Tassilo Horn
cde4c3f133 (doc-view-convert-current-doc): Save the current
resolution in the cache directory.
(doc-view-initiate-display): Restore the saved resolution when
using cached image files.
2009-03-05 08:24:26 +00:00
Glenn Morris
da5f63303a (rmail-cease-edit): Use rmail-ensure-blank-line. 2009-03-05 03:45:51 +00:00
Glenn Morris
137ea8af63 (rmail-sort-messages): Use rmail-ensure-blank-line. 2009-03-05 03:44:04 +00:00
Glenn Morris
26eb677a6e (rmail-perm-variables): rmail-overlay-list needs to be buffer-local in
the view buffer, not the rmail buffer.
(rmail-ensure-blank-line): New function.
2009-03-05 03:43:32 +00:00
Glenn Morris
7184dd77fb (rmail-output-as-mbox): Use rmail-ensure-blank-line.
(rmail-output-to-rmail-buffer): Add the new message at the end of the
existing messages, ensuring there is a blank line between them.  (Bug#2521)
2009-03-05 03:43:01 +00:00
Glenn Morris
f4ce6150a2 (rmail-mime-media-type-handlers-alist)
(rmail-mime-attachment-dirs-alist): Doc fixes.  Fix custom-type.  Add version.
(rmail-mime-total-number-of-bulk-attachments): Doc fix.
(rmail-mime): Doc fix.  Use rmail-apply-in-message.
Disable undo in the mime buffer, mark unmodified.
2009-03-05 03:42:22 +00:00
David Reitter
a728dc59a1 (clipboard-yank): avoid checking (x-selection-exists-p) if unbound in
order to enable the item.  For paste menu item, same, and check
kill-ring.
2009-03-04 18:57:53 +00:00
Sam Steingold
0fdb20bb32 (compilation-error-regexp-alist-alist): Handle "omake -P" messages "file foo changed". 2009-03-04 14:33:42 +00:00
Glenn Morris
24683c51e3 (rmail-edit-mode): Doc fix. 2009-03-04 04:20:13 +00:00
Glenn Morris
65ad19205b Replace (function (lambda' by (lambda' throughout.
(rmail-sort-by-date, rmail-sort-by-subject)
(rmail-sort-by-author, rmail-sort-by-recipient)
(rmail-sort-by-correspondent, rmail-select-correspondent)
(rmail-sort-by-lines, rmail-sort-by-labels, rmail-sort-messages)
(rmail-make-date-sortable): Doc fixes.
(rmail-sort-by-correspondent): Downcase correspondents.
(rmail-sort-by-labels): Make it work.
(rmail-sort-messages): Restore undo if it was initially enabled.
Fix bobp/bolp typo that was adding a line on every sort.
2009-03-04 04:19:12 +00:00
Glenn Morris
11d6c06103 (rmail-get-create-summary-buffer): Doc fix.
Disable undo in the summary buffer.
(rmail-summary-sort-by-date, rmail-summary-sort-by-subject)
(rmail-summary-sort-by-author, rmail-summary-sort-by-recipient)
(rmail-summary-sort-by-correspondent, rmail-summary-sort-by-lines)
(rmail-summary-sort-by-labels, rmail-sort-from-summary): Doc fixes.
(rmail-summary-sort-by-labels): Replace `(function (lambda' by `(lambda'.
2009-03-04 04:18:51 +00:00
Sam Steingold
ee15d7591b (compilation-move-to-column): Guard against negative col values. 2009-03-03 22:26:24 +00:00
Simon Josefsson
9927d25059 (smtpmail-auth-supported): Mention that list is
in preference order.
(smtpmail-try-auth-methods): Improve which authentication
mechanism to use, so that the locally most preferred and mutually
supported mechanism is used.
2009-03-03 16:28:17 +00:00
Stefan Monnier
7bbab3e051 (end-of-defun-function): Make it more clear that
the function takes no argument.
2009-03-03 16:12:02 +00:00
Miles Bader
2235f4ac6d Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1564
2009-03-03 10:18:45 +00:00
Glenn Morris
a5110f66bd (rmail-summary-search): Ensure the selected message shows. 2009-03-03 08:13:56 +00:00
Glenn Morris
ac203e0177 (rmail-summary-by-senders): Doc fix.
(rmail-summary-mode-map): Bind rmail-summary-by-senders to C-M-f.
2009-03-03 07:36:19 +00:00
Glenn Morris
66be413e7a (rmail-highlighted-headers, rmail-highlight, rmail-header-name): Doc fixes.
(rmail-show-message-verbose-min): Add :version.
(rmail-highlight-headers): Add doc string.  Simplify.
2009-03-03 04:08:09 +00:00
Glenn Morris
4b12219b6d (rmail-summary-scroll-between-messages)
(rmail-summary-line-count-flag, rmail-summary-by-regexp): Doc fixes.
(rmail-summary-mode-map): Bind C-o to output-as-seen, not output.
Make the output menu-items consistent with rmail-mode-map.
2009-03-03 04:06:38 +00:00
Miles Bader
9cdff61311 Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1561
2009-03-03 02:32:23 +00:00
Kenichi Handa
86c507f71d (basic-save-buffer-1): Set car part of
buffer-file-coding-system-explicit.
(revert-buffer): Check car part of
buffer-file-coding-system-explicit.
2009-03-03 01:58:22 +00:00
Kenichi Handa
659be2587a (select-safe-coding-system): If cdr
part of buffer-file-coding-system-explicit is set, ignore
default-buffer-file-coding-system and the most preferred coding
system.
2009-03-03 01:57:22 +00:00
Kenichi Handa
4c549102e5 (set-buffer-file-coding-system): Set cdr
part of buffer-file-coding-system-explicit.
(after-insert-file-set-coding): Set
buffer-file-coding-system-explicit to a cons.
2009-03-03 01:56:14 +00:00
Juanma Barranquero
5d4cf42aa8 Revert last change, committed by mistake. 2009-03-02 09:01:54 +00:00
Juanma Barranquero
a8ce3d17d8 Fix typos. 2009-03-02 08:55:47 +00:00
Glenn Morris
37aca7a833 (rmail-delete-headers): New function.
(rmail-retry-failure): Restore yet another feature mbox Rmail removed
without telling anyone, namely rmail-retry-ignored-headers.
2009-03-02 08:03:41 +00:00
Glenn Morris
925d658277 (rmail-retry-failure): Use rmail-get-header rather than a magical
save-excursion/restriction combination that does nothing.
2009-03-02 07:36:03 +00:00
Glenn Morris
c9a81e054f (rmail-dont-reply-to-names, rmail-default-dont-reply-to-names): Doc fixes.
(rmail-reply): Avoid extraneous leading whitespace.
2009-03-02 07:23:57 +00:00
Glenn Morris
6302f8acf2 (diary-date-forms, calendar-date-display-form):
Add :set-after listing variables on which we might depend.
2009-03-02 07:00:43 +00:00
Glenn Morris
5f3b706381 (rmail-reply): Use rmail-apply-in-message so that this function has
access to all the headers, not just the visible ones.
2009-03-02 02:19:24 +00:00
Chong Yidong
ba9db1c559 Add comment. 2009-03-01 19:24:15 +00:00
Chong Yidong
f13f18d9f5 (clear-abbrev-table): Always return nil (Bug#2515). 2009-03-01 19:22:22 +00:00
Chong Yidong
b597e54737 * abbrev.el (clear-abbrev-table): Always return nil (Bug#2515). 2009-03-01 19:20:53 +00:00
Glenn Morris
017166cefc (rmail-mode-map): Add explicit keybinding for rmail-resend in the menu. 2009-03-01 00:56:18 +00:00
Glenn Morris
b61324c301 (confirm-nonexistent-file-or-buffer): `other' must be last custom
choice.  (Bug#2506)
2009-03-01 00:48:51 +00:00
Eli Zaretskii
8f0e19afc8 (grep-process-setup) [windows-nt msdos]: Use "--color=always". 2009-02-28 17:26:00 +00:00
Glenn Morris
33417df2b1 (rmail-output-as-seen): Add autoload cookie. 2009-02-28 03:52:58 +00:00
Glenn Morris
734220547e Update commentary.
(rmail-mime): Add autoload cookie.
2009-02-28 03:26:58 +00:00
Glenn Morris
36ffb35151 (rmail-summary-mode-map): Bind rmail-mime to `v'. 2009-02-28 03:25:50 +00:00
Glenn Morris
dec5f46d73 (rmail-primary-inbox-list): Doc fix. Fix custom choice to match default.
(rmail-mode-map): Bind rmail-mime to `v'.
(rmail-get-new-mail): Doc fix.
(rmail-beginning-of-message, rmail-end-of-message): Preserve the current
header style.
2009-02-28 03:25:32 +00:00
Chong Yidong
c4bf8039f5 (keep-lines-read-args): Use empty string as default (Bug#2495). 2009-02-27 15:31:36 +00:00
Chong Yidong
c2c7b2f2f2 * replace.el (keep-lines-read-args): Use empty string as
default (Bug#2495).
2009-02-27 15:31:07 +00:00
Chong Yidong
bb712f9058 (menu-set-font): Fix last fix. 2009-02-27 15:13:07 +00:00
Chong Yidong
4420f48b12 * menu-bar.el (menu-set-font): Fix last fix. 2009-02-27 15:12:46 +00:00
Glenn Morris
6565b5ab20 (find-lisp-object-file-name): Need a buffer position, not just a
buffer, to find a definition.
2009-02-27 04:01:22 +00:00
Glenn Morris
592465ca38 (rmail-speedbar-move-message): Preserve the directory part against
rmail-output's oddness.
2009-02-27 04:00:45 +00:00
Chong Yidong
431709cbb7 (menu-set-font): Assign the same font object to all frames (Bug#2476). 2009-02-27 00:04:59 +00:00
Chong Yidong
a582c49dd9 * menu-bar.el (menu-set-font): Assign the same font object to all
frames (Bug#2476).
2009-02-27 00:04:41 +00:00
Michael Albinus
3dc847a379 * net/tramp.el (tramp-remote-coding-commands): Add "base64". (Bug#2463) 2009-02-26 14:31:00 +00:00
Juanma Barranquero
cd07aa70af * x-dnd.el (x-dnd-test-function, x-dnd-get-state-cons-for-frame)
(x-dnd-get-state-for-frame, x-dnd-handle-moz-url)
  (x-dnd-handle-uri-list, x-dnd-choose-type, x-dnd-get-drop-width-height)
  (x-dnd-init-motif-for-frame): Fix typos in docstrings.
  (x-dnd-drop-data, x-dnd-types-alist, x-dnd-default-test-function):
  Reflow docstrings.
2009-02-26 10:26:32 +00:00
Glenn Morris
36aecf2288 (rmail-summary-mark-seen): Add option to mark as unseen.
(rmail-summary-rmail-update): Store a position in
rmail-summary-put-back-unseen rather than just a flag, and use it to put
back the "-" mark in the summary.
2009-02-26 08:45:09 +00:00
Glenn Morris
602d718e8a Bug number (partial fix). 2009-02-26 08:29:13 +00:00
Glenn Morris
ee6ccffcef (rmail-summary-rmail-update): Use rmail-message-unseen-p. 2009-02-26 08:23:05 +00:00
Glenn Morris
44ea2d6c29 (c-style-variables-are-local-p): Mark as safe if boolean. (Bug#2197) 2009-02-26 03:54:01 +00:00
Glenn Morris
0d0ff7bc4f Tobias C. Rittweiler <tcr at freebits.de> (tiny change)
(sendmail-send-it): `call-process-region' can return a string.  (Bug#2428)
2009-02-26 03:53:15 +00:00
Chong Yidong
3f2d84c759 Bump version to 23.0.91. 2009-02-26 01:06:51 +00:00
Chong Yidong
fa35ec3633 Regenerate. 2009-02-26 01:00:05 +00:00
Juanma Barranquero
e600eb79f4 * bs.el (bs--down):
* ibuffer.el (ibuffer-redisplay-engine): Use `point-min' instead of 1.
2009-02-25 20:33:19 +00:00
Juanma Barranquero
96ad1a2f46 Update autoload checksum. 2009-02-25 12:31:58 +00:00
Glenn Morris
de5af6bb81 (dired-guess-shell-alist-user): Fix doc typo. 2009-02-25 08:41:44 +00:00
Glenn Morris
9af66738a6 (eval-expression): Mention truncation in doc. 2009-02-25 08:18:30 +00:00
Glenn Morris
16ac2e615c (eval-last-sexp): Mention truncation in doc. 2009-02-25 08:18:00 +00:00
Katsumi Yamaoka
87202be109 (toplevel): Remove autoload for gnus-setup-message.
(gnus-dired-attach): Fake this-command value to prevent Gnus from displaying
 Gnus logo; always use compose-mail.
2009-02-25 04:20:32 +00:00
Dan Nicolaescu
02ffe8e3ab (vc-dir-update): Make sure ./ is always first in the listing. 2009-02-25 04:00:08 +00:00
David Reitter
ddf6d79fd8 mailclient.el: declare clipboard-kill-ring-save 2009-02-25 03:44:18 +00:00
Kenichi Handa
8bec9e5c6e (ps-mule-begin-job): Don't call auto-compose-region. 2009-02-25 01:08:45 +00:00
Kenichi Handa
39656cb399 *** empty log message *** 2009-02-25 01:07:12 +00:00
Stefan Monnier
43c660bc89 (ns-working-overlay): Don't make it buffer-local.
(ns-working-overlay-len): Remove.  Use ns-working-overlay instead.
(ns-delete-working-text): Merge with ns-unecho-working-text.
Decide which to use based on ns-working-overlay.
(ns-unecho-working-text): Remove.
(ns-insert-working-text, ns-echo-working-text): Adjust accordingly.
2009-02-24 21:11:53 +00:00
Juanma Barranquero
221d9807b3 * textmodes/ispell.el (ispell-region): Adapt "done" message
to coding conventions.  (Bug#2447)
2009-02-24 16:25:10 +00:00
Juanma Barranquero
5f0e32eae1 * scroll-bar.el (scroll-bar-mode): Turn off scroll bars when
argument is 0.  Doc fix.  (Bug#1527)
2009-02-24 16:11:06 +00:00
Juanma Barranquero
f54e2d1ceb * w32-vars.el (w32-system-shells): Doc fix. 2009-02-24 11:53:33 +00:00
Juanma Barranquero
68ba6c4956 * image.el (image-load-path-for-library, insert-sliced-image):
Fix typos in docstrings.
2009-02-24 10:28:57 +00:00
Glenn Morris
cb92c15044 (flyspell-use-meta-tab): Add a custom :set function. (Bug#2429) 2009-02-24 04:44:19 +00:00
Glenn Morris
92bd667f24 (elint-unknown-builtin-args): Fix encode-time spec. (Bug#2453)
(elint-find-builtin-args): Make the match more restrictive.
Handle errors.  Return a result actually containing the function name.
2009-02-24 03:32:19 +00:00
Glenn Morris
433c16523a (rmail): Don't show a message if rmail-get-new-mail already did. (Bug#2440)
(rmail-quit): Don't swap buffers.  (Bug#2441)
(rmail-list-to-menu): Don't globally bind `name'.
2009-02-24 03:31:39 +00:00
Glenn Morris
af1d43f946 (cperl-find-pods-heres): Don't globally bind `name'. 2009-02-24 03:31:15 +00:00
Glenn Morris
a8b5bb5f32 (eshell-parse-ange-ls): Define `name' before potential use. 2009-02-24 03:30:46 +00:00
Chong Yidong
cc5be3ab22 (ange-ftp-insert-directory): Adapt switch manipulation to 2009-02-11
change to dired-add-entry (Bug#2410).
2009-02-23 17:48:35 +00:00
Chong Yidong
d4bef9b57f * net/ange-ftp.el (ange-ftp-insert-directory): Adapt switch
manipulation to 2009-02-11 change to dired-add-entry (Bug#2410).
2009-02-23 17:48:16 +00:00
Juanma Barranquero
936934f5e0 * bs.el (bs--down): When wrapping around, use `forward-line',
not `goto-line', to avoid distracting "Mark set" message.
2009-02-23 15:27:40 +00:00
Jason Rumney
db922cc0e5 Prev commit in wrong ChangeLog 2009-02-23 11:50:08 +00:00
Jason Rumney
4b1d7c25d4 *** empty log message *** 2009-02-23 11:47:36 +00:00
Juanma Barranquero
2ead928923 * ibuffer.el (ibuffer-redisplay-engine): Avoid "Mark set" message clobbering
the useful message from `ibuffer-toggle-sorting-mode'.  (Bug#2439)
2009-02-23 11:01:16 +00:00
Katsumi Yamaoka
1e6b95a6f1 Fix previous commit: tell autoload that gnus-setup-message is a macro. 2009-02-23 10:56:29 +00:00
Katsumi Yamaoka
920b3f72ff Require gnus-msg instead of autoloading it for the gnus-setup-message macro. 2009-02-23 07:12:07 +00:00
Miles Bader
a20878b6d8 Rename system-process-attributes' to process-attributes'
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1553
2009-02-23 05:06:36 +00:00
Miles Bader
0038d4781b Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1552
2009-02-23 05:06:26 +00:00
Kenichi Handa
a485d4f774 (auto-composition-mode): Don't add a hook to
after-change-functions.  Don't decompose the buffer.
(auto-composition-after-change): Delete it.
(toggle-auto-composition): Make it an alias of
auto-composition-mode.
(auto-compose-region): Delete it.
2009-02-23 01:37:34 +00:00
Juri Linkov
b8f908b3a4 (minibuffer-default-add-dired-shell-commands): Doc fix. 2009-02-22 23:38:04 +00:00
Juri Linkov
c521381a6c (dired-guess-shell-command): Use read-shell-command
instead of read-from-minibuffer.
(dired-read-shell-command): Add code that uses
minibuffer-with-setup-hook to set minibuffer-default-add-function
to minibuffer-default-add-dired-shell-commands exactly like
`dired-read-shell-command' in dired-aux.el already does.  Doc fix.
2009-02-22 23:36:46 +00:00
Juri Linkov
57199d9b74 (dired-smart-shell-command): Remove code that uses
minibuffer-with-setup-hook to set minibuffer-default-add-function
to minibuffer-default-add-shell-commands because the same code was
already moved to `read-shell-command' 2008-07-31.
2009-02-22 21:52:14 +00:00
Chong Yidong
721451bc13 Fix last change. 2009-02-21 19:50:17 +00:00
Glenn Morris
b22f4f66b4 Use /= in previous change. 2009-02-21 19:32:05 +00:00
Jay Belanger
7b3752ab87 (math-use-emacs-fn): Make sure that the lisp number is in decimal. 2009-02-21 19:19:58 +00:00
Chong Yidong
2f49167cb2 (compilation-error-regexp-alist-alist): Tweak regexp (Bug#2173). 2009-02-21 18:52:19 +00:00
Chong Yidong
d4c0130b31 * progmodes/compile.el (compilation-error-regexp-alist-alist):
Tweak regexp (Bug#2173).
2009-02-21 18:51:48 +00:00
Chong Yidong
770f7c6396 (flyspell-mouse-map): Undefine mouse-2 to avoid yanks (Bug#2408). 2009-02-21 17:53:16 +00:00
Chong Yidong
c067b28f3f * textmodes/flyspell.el (flyspell-mouse-map): Undefine mouse-2 to
avoid yanks (Bug#2408).
2009-02-21 17:52:59 +00:00
Alan Mackenzie
d28e7f288e cc-engine.el (c-beginning-of-statement-1): Enhance to parse case clauses
with (compile-time) expressions.
cc-langs.el (c-case-kwds-regexp): New variable for the above.
2009-02-21 16:10:39 +00:00
Alan Mackenzie
90005fd6f3 *** empty log message *** 2009-02-21 16:08:29 +00:00
Eli Zaretskii
ff4abce949 (rmail-cease-edit): Notice changes in buffer's encoding during editing.
Make sure to use encoding that can safely encode the message.
Rewrite MIME charset= header if the new encoding is different from the old one.
2009-02-21 15:06:12 +00:00
Jason Rumney
5ca454075e (url-default-expander): Use concat to combine parts. (Bug #1020) 2009-02-21 07:53:54 +00:00
Glenn Morris
ba32b5d2fc Comment (reformat header). 2009-02-21 03:18:42 +00:00
Glenn Morris
a8d4467bf8 (sc-mail-glom-frame): Handle a "From " line at the start of the headers.
(sc-mail-check-from): New function.
2009-02-21 03:14:04 +00:00
Martin Rudalics
3ba6d4ed56 (python-shift-left, python-shift-right):
When the mark is not active shift the current line.  (Bug#2381)
2009-02-20 16:30:53 +00:00
Andreas Schwab
7b704afe99 (command-line): Don't match an empty argument as an
option.
(command-line-1): Likewise.
2009-02-20 14:24:55 +00:00
Juanma Barranquero
867d4bb371 Remove duplicate words. 2009-02-20 12:36:50 +00:00
Carsten Dominik
9148fdd002 2009-02-20 Carsten Dominik <dominik@science.uva.nl>
* org-remember.el (org-remember-apply-template): Turn off ido for
	this completion.

	* org.el (org-priority): Also find invisible headings, for remote
	editing.
	(org-completing-read-no-ido): New function.
	(org-make-tags-matcher, org-set-property): Turn off ido for this completion.

	* org-colview.el (org-columns-edit-value): No special treatment of
	prefix arg.
2009-02-20 09:02:49 +00:00
Glenn Morris
7aad296acf Daniel Jensen <daniel at bigwalter.net> (tiny change)
(apropos-library): Check for null filename in load-history.
2009-02-20 06:06:18 +00:00
Glenn Morris
4752932295 (apropos-library): Remove the element with null filename, if present,
from the completion list.
2009-02-20 06:03:45 +00:00
Glenn Morris
bd26454c24 Comment. 2009-02-20 05:07:49 +00:00
Glenn Morris
2dccb77786 Be tediously correct. 2009-02-20 04:50:29 +00:00
Glenn Morris
0f9125462b Fix attribution. 2009-02-20 04:40:30 +00:00
Glenn Morris
788c1fc9e1 (rmail-speedbar-buttons): Only add regular files.
(rmail-speedbar-find-file): Use rmail rather than find-file.
2009-02-20 04:35:00 +00:00
Roland Winkler
6801feefec (bibtex-autokey-titleword-ignore): Fix regexp. bug#2385.
(bibtex-autokey-get-title): Observe case for
bibtex-autokey-titleword-ignore.
2009-02-20 04:19:57 +00:00
Chong Yidong
c31ee0038d (server-start): Make the warning more verbose (Bug#2395). 2009-02-20 02:16:25 +00:00