1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00
Commit Graph

31260 Commits

Author SHA1 Message Date
Carsten Dominik
28e5b05106 * textmodes/org.el (org-mode-map, orgtbl-mode-map): Move
keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
	of `remap' feature when available.  Additional key bindings for
	better tty support.
	(org-mode-restart, org-force-self-insert): New commands.
	(org-time-stamp-inactive): New command.
	(org-remap): New function.
	(org-table-auto-blank-field, org-level-color-stars-only): New
	options.
	(org-enable-fixed-width-editor): Moved to `org-structure'
	customization group.
	(org-self-insert-command, orgtbl-self-insert-command): Modified to
	blank field after field motion commands.
2005-09-23 15:45:39 +00:00
Kenichi Handa
8fb7dc777b (set-language-environment): Don't
check utf-translate-cjk-lang-env is nil or not on deciding if we
have to call utf-translate-cjk-load-tables.
2005-09-23 02:13:36 +00:00
Stefan Monnier
39739f21c6 (mouse-move-drag-overlay): Fix last change. 2005-09-22 21:30:58 +00:00
Stefan Monnier
ba30148b10 Fix minor mis-ordering. 2005-09-22 21:30:40 +00:00
David Ponce
38d0d9879c (tree-widget-value-create): Fix previous change. 2005-09-22 09:54:54 +00:00
David Ponce
e5534f18e8 *** empty log message *** 2005-09-22 09:54:17 +00:00
Kim F. Storm
76de4b0de3 *** empty log message *** 2005-09-22 08:33:19 +00:00
Dan Nicolaescu
0278364cef (terminal-init-xterm): Fix loading rxvt at run
time.
2005-09-21 23:12:14 +00:00
Stefan Monnier
aaf15b8b6f (mouse-move-drag-overlay): New function.
(mouse-drag-region-1): Use it.
Try to simplify a bit the state handling.  Handle clicks on links
inside intangible areas.
(mouse-save-then-kill): Minor simplification.
(mouse-secondary-overlay): Make it always non-nil instead of
recreating it each time.
(mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
(mouse-kill-secondary, mouse-secondary-save-then-kill):
Simplify accordingly.
2005-09-21 20:26:49 +00:00
Dan Nicolaescu
b778ed18b6 (rxvt-standard-colors): Fix some colors. 2005-09-21 18:53:07 +00:00
Thien-Thi Nguyen
27e816524a Update FSF street address; nfc. 2005-09-21 11:40:15 +00:00
Romain Francoise
8d18935d59 Downcase. 2005-09-21 09:28:52 +00:00
Kim F. Storm
a762b7b874 *** empty log message *** 2005-09-21 08:36:27 +00:00
Juanma Barranquero
cb9214f243 *** empty log message *** 2005-09-21 08:07:58 +00:00
Romain Francoise
2f2db7cc58 Fixup whitespace. 2005-09-21 07:20:40 +00:00
Michael Kifer
15c77b9ecd 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
* ediff-ptch.el (ediff-file-name-sans-prefix): treat nil as an empty
	string.
	(ediff-fixup-patch-map): better heuristic for intuiting the file names
	to patch.
	(ediff-prompt-for-patch-file): more intuitive prompt.

	* ediff-util.el: use insert-buffer-substring.

	* ediff-vers.el (cvs-run-ediff-on-file-descriptor): bug fix.

	* viper-cmd.el (viper-change-state): don't move over the field
	boundaries in the minibuffer.
	(viper-set-minibuffer-style): add viper-minibuffer-post-command-hook.
	(viper-minibuffer-post-command-hook): new hook.
	(viper-line): don't move cursor at bolp.

	* viper-ex.el (ex-pwd, viper-info-on-file): fixed message

	* viper-init.el: add alias to make-variable-buffer-local to avoid
	compiler warnings.

	* viper-macs.el (ex-map): better messages.

	* viper-utils.el (viper-beginning-of-field): new function.

	* viper.el: replace make-variable-buffer-local with
	viper-make-variable-buffer-local everywhere, to avoid warnings.
2005-09-20 17:47:28 +00:00
Stefan Monnier
f002506f6e (mouse-drag-mode-line-1, mouse-drag-vertical-line):
Delete unused var `old-selected-window'.
(mouse-drag-region-1): Delete unused vars `start-frame' `end-of-range'.
(mouse-drag-secondary): Delete unused var `start-frame'.
2005-09-19 18:51:54 +00:00
Stefan Monnier
fac3f386de (terminal-init-rxvt): Add entry for [end]. 2005-09-19 17:45:31 +00:00
Stefan Monnier
f09cfd285f (mark-visible-calendar-date): Save excursion.
Re-indent within 80 columns.  Use inhibit-read-only.
2005-09-19 17:41:22 +00:00
Romain Francoise
12b8cf536a (mark-diary-entries): Revert last change. 2005-09-19 16:03:51 +00:00
Stefan Monnier
5d4247d31a (font-lock-default-fontify-region): Don't unconditionally add a line, since
the after-change-function already did it.
2005-09-19 12:08:07 +00:00
Miles Bader
e3fba586d6 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-555
Remove CVS keywords from newsticker files
2005-09-19 10:41:15 +00:00
Miles Bader
430d3ed772 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-553
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 118-121)

   - Update from CVS
   - Merge from emacs--cvs-trunk--0

2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus.el (gnus-group-startup-message): Bind image-load-path.

2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-art.el (gnus-mime-display-part): Protect against broken
   MIME messages.

2005-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (Finding the Parent): Fix description of how Gnus
   finds article.

2005-09-14  Jari Aalto  <jari.aalto@cante.net>

   * man/gnus.texi (Advanced Scoring Examples): New exmples to teach how
   to drop off non-answered articles.
2005-09-19 10:14:34 +00:00
Romain Francoise
b720164466 (dired-handle-overwrite): Don't use `format' here. The prompt is
formatted later.  From Johan Bockg� <bojohan+sf@dd.chalmers.se>.
2005-09-19 10:13:34 +00:00
David Ponce
4ff094a826 (tree-widget-value-create): Save the converted tree :node widget. 2005-09-19 09:52:32 +00:00
Juanma Barranquero
900d169800 *** empty log message *** 2005-09-19 09:37:35 +00:00
Juanma Barranquero
7fa1a8f9db (sh-blink): Fix spurious reference to variable `message'. 2005-09-19 09:17:14 +00:00
Juanma Barranquero
22c53b836c (mh-ps-print-msg-show): Fix misplaced parenthesis in previous change. 2005-09-19 09:12:46 +00:00
Michael Albinus
bc103d0011 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order to
cover prompts like "login as:".  Reported by Slawomir Nowaczyk
<slawomir.nowaczyk.847@student.lu.se>.
2005-09-18 20:01:57 +00:00
Chong Yidong
93a75651ff (image-load-path): Use symbol `data-directory' instead of its value,
for backward compatibility with packages that bind it during
`find-image'.  Suggested by Katsumi Yamaoka.
(image-search-load-path): Handle symbols whose values are strings.
2005-09-18 14:04:46 +00:00
Romain Francoise
71773400ad (mark-diary-entries): Rearrange to wrap with-current-buffer form in
save-excursion.
2005-09-18 13:26:54 +00:00
Deepak Goel
b2a9524a3c Correct my previous breakage of parens. 2005-09-18 12:59:19 +00:00
Deepak Goel
47570699e4 message format spec fixes, commit 14, this should be final commit 2005-09-18 12:48:32 +00:00
Deepak Goel
c4fbd74054 message format spec fixes, commit # 13 2005-09-18 12:45:54 +00:00
Deepak Goel
9607bd5de7 message format spec fixes, commit # 12 2005-09-18 12:44:00 +00:00
Deepak Goel
5c08522d85 message format spec fixes, commit # 11 2005-09-18 12:42:35 +00:00
Deepak Goel
80070cca29 message format spec fixes, commit # 10 2005-09-18 12:41:39 +00:00
Deepak Goel
55aed1209c message format spec fixes, commit # 9 2005-09-18 12:40:26 +00:00
Deepak Goel
7b8a295e79 message format spec fixes, commit # 8 2005-09-18 12:39:40 +00:00
Deepak Goel
d8ea53f999 message format spec fixes (commit # 7) 2005-09-18 12:38:39 +00:00
Deepak Goel
8381614263 Message format spec fixes (commit 6) 2005-09-18 12:37:20 +00:00
Deepak Goel
8603cb4f3f Message format fixes (commit no. 5) 2005-09-18 12:36:08 +00:00
Deepak Goel
8c307e0f56 Message format spec fixes, commit no. 4 2005-09-18 12:32:51 +00:00
Deepak Goel
29a4e67d88 Message format fixes, commit no. 3 2005-09-18 12:31:28 +00:00
Deepak Goel
5673af85e4 Message format spec fixes (2) 2005-09-18 12:28:30 +00:00
Deepak Goel
8a26c16552 Message format spec fixes (1) 2005-09-18 12:25:02 +00:00
YAMAMOTO Mitsuharu
be9bb408d2 *** empty log message *** 2005-09-18 05:43:17 +00:00
YAMAMOTO Mitsuharu
1c245bb7d4 (mac-add-charset-info): Doc fix. 2005-09-18 05:40:06 +00:00
Romain Francoise
77689ea32d (shell-resync-dirs): Handle echoing processes more reliably. Don't
insert resync command if `comint-process-echoes' is non-nil.
2005-09-17 18:20:40 +00:00
Eli Zaretskii
4ac3afdb5a *** empty log message *** 2005-09-17 11:36:28 +00:00
Eli Zaretskii
4ca8965ca1 (ispell-aspell-supports-utf8): New variable.
(ispell-check-version): Set ispell-aspell-supports-utf8 to t for
aspell versions >= 0.60.
(ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
only if ispell-aspell-supports-utf8 is non-nil.
2005-09-17 11:35:13 +00:00
Eli Zaretskii
4f46dc8746 (scheme-mode-variables): Use setq to assign buffer-local value
to lisp-indent-function.
2005-09-17 11:08:03 +00:00
Eli Zaretskii
debe64512f (glasses-make-readable): If glasses-separator differs from underscore,
put appropriate overlays over underscore characters.
(glasses-convert-to-unreadable): If glasses-separator differs from
underscore, try to convert glasses-separator characters to underscores.
2005-09-17 11:02:11 +00:00
Richard M. Stallman
8ccd36304d *** empty log message *** 2005-09-17 05:02:16 +00:00
Richard M. Stallman
6c9abf6a66 (url-mail-command): Don't test fboundp of `compose-mail'. 2005-09-17 04:59:02 +00:00
Richard M. Stallman
49b545fe33 (url-mailto): Special case `mail'.
Don't test fboundp of `compose-mail'.
2005-09-17 04:58:28 +00:00
Stefan Monnier
f52e8e862d (mark-diary-entries): Don't move point. Use with-syntax-table and dolist. 2005-09-16 16:04:29 +00:00
Kim F. Storm
23006f3e26 *** empty log message *** 2005-09-16 10:31:15 +00:00
Carsten Dominik
7b07114a17 Little fixes to remove compiler warnings
reftex-index.el (reftex-query-index-phrase): More efficient use
	of markers.
2005-09-16 10:05:32 +00:00
Chong Yidong
5fc5ac38de 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
* image.el (image-load-path): New variable.
	(image-search-load-path): New function.
	(find-image): Search for images in `image-load-path'.
2005-09-15 14:00:09 +00:00
Richard M. Stallman
ec8d89ec3b Change Maintainer field. 2005-09-15 13:09:46 +00:00
David Ponce
9be6a03949 (recentf-save-file-modes): New option.
(recentf-save-list): Use it.
2005-09-15 08:02:18 +00:00
Nick Roberts
da16962a8f (mode-line-eol-desc, mode-line-coding-system-map)
(mode-line-mule-info, mode-line-modified): Move bindings from
mouse-3 to mouse-1.
2005-09-15 04:12:27 +00:00
Nick Roberts
94e55b874b *** empty log message *** 2005-09-15 04:11:52 +00:00
Chong Yidong
8ded3f47ef 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
* url-mailto.el (url-mailto):
	Call `compose-mail with `new' argument if possible.
2005-09-15 03:54:24 +00:00
Chong Yidong
a9267c2cce 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
* simple.el (sendmail-user-agent-compose): Revert last change.
2005-09-15 03:47:22 +00:00
Chong Yidong
b0742512e5 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
* url-mailto.el (url-mailto): Delete mail buffer after sending
	autogenerated mail.
2005-09-15 03:30:39 +00:00
Stefan Monnier
503ac8a45f (ange-ftp-process-filter): Revert to ^#+$.
Use with-current-buffer.
(ange-ftp-gwp-start): Remove unused var `gw-user'.
(ange-ftp-guess-hash-mark-size): Remove unused var `result'.
(ange-ftp-insert-directory): Remove unused var `short'.
(ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
2005-09-14 21:07:48 +00:00
Stefan Monnier
c6ea7612a3 (cvs-version): Recognize CVSNT version string.
(cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
2005-09-14 16:19:18 +00:00
Stefan Monnier
ed1cd40c23 Don't require easymenu, since we don't use it.
(check-calendar-holidays, diary-list-entries): Autoload.
Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
(calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
2005-09-14 16:01:57 +00:00
Stefan Monnier
0ffde81e4b (diary-show-all-entries): Fix last change,
which mistakenly removed a call to display-buffer.
2005-09-14 15:22:25 +00:00
Juanma Barranquero
ef19e61015 Move international/iso-insert.el to obsolete/. 2005-09-14 15:03:10 +00:00
Thien-Thi Nguyen
a5b101dc44 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
(hs-allow-nesting): New user var.
(hs-discard-overlays): Skip "internal" overlays if nesting allowed.
(hs-hide-block-at-point): When nesting allowed,
if there is already an overlay in place, delete it.
(hs-safety-is-job-n): Delete func; remove call sites.
(hs-hide-level-recursive): Don't pre-clean if nesting allowed.
(hs-overlay-at): New func.
(hs-already-hidden-p, hs-show-block): Use it.
(hs-hide-all): Don't pre-clean if nesting allowed.
(hs-show-all): Temporarily disallow
nesting around call to `hs-discard-overlays'.
2005-09-14 00:29:50 +00:00
Thien-Thi Nguyen
2bbf184223 Comment munging; nfc. 2005-09-14 00:16:25 +00:00
Miles Bader
6ff5b06482 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-546
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 116-117)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS

2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-sum.el (gnus-summary-edit-article-done): Remove text props
   before parsing header.
2005-09-13 20:30:44 +00:00
Chong Yidong
40cfe0d8bc 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
* mouse.el (mouse-major-mode-menu): Make `prefix' optional.
	Delete unused local var.
2005-09-13 20:13:31 +00:00
Juanma Barranquero
7a650da0af (describe-categories): "?\ " -> "?\s".
(help-do-arg-highlight): Recognize also ARG-n, as in `move-to-left-margin'
(ARG+n is already recognized).  Simplify.
2005-09-13 15:00:21 +00:00
Juanma Barranquero
9dc08dc9a3 (reftex-tables-dirty): Add defvas. 2005-09-13 08:53:47 +00:00
Juanma Barranquero
84c98acef6 (conf-alist, conf-entry, conf-key, ent-alist): Add defvar. 2005-09-13 08:50:42 +00:00
Juanma Barranquero
e77274b76e (tool-bar-map, w3-mode-map, w3m-minor-mode-map): Add defvars. 2005-09-13 08:47:44 +00:00
Juanma Barranquero
e5b05b08c1 (dos-unsupported-char-glyph): Add defvar. 2005-09-13 08:46:17 +00:00
Chong Yidong
c8359e8fd5 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
* url-mailto.el (url-mailto): Always use a new mail buffer.
2005-09-12 23:02:16 +00:00
Chong Yidong
09c9e6bbb9 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
* mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
	Fix behavior if noerase is `t' and there is no mail buffer.

	* simple.el (sendmail-user-agent-compose): Use a new mail buffer
	if `continue' is nil, rather than signal an error.
2005-09-12 22:58:55 +00:00
Miles Bader
115f219da4 Add arch tagline 2005-09-12 22:54:28 +00:00
Chong Yidong
d5c16b0523 * custom.el (custom-push-theme): Handle the case where a symbol is
bound but face properties have not yet been assigned.
2005-09-12 22:05:17 +00:00
Chong Yidong
1db2d450cb 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
* mail/sendmail.el (mail): Use new buffer if `noerase' argument is
	`new'.
2005-09-12 21:58:21 +00:00
Stefan Monnier
34cb01154a (calendar-for-loop): Add edebug info.
(calendar-basic-setup): Use the new nil arg.
(number-of-diary-entries): Move to diary-lib.el.
2005-09-12 21:32:11 +00:00
Stefan Monnier
01a7778ef4 Use with-current-buffer, match-string.
(diary-list-entries): Use with-syntax-table and dolist.
Rename from list-diary-entries.
Use number-of-diary-entries if `number' is nil.
(diary, diary-view-entries): Use this new name and new nil arg value.
(number-of-diary-entries): Move from calendar.el.
(diary-unhide-everything): New function.
(include-other-diary-files, fancy-diary-display)
(diary-show-all-entries, make-diary-entry): Use it.
(diary-mail-entries): Use buffer-string.
(mark-diary-entries): Fix long standing paren typo.
(diary-sexp-entry): Use count-lines.
(make-diary-entry): Avoid `previous-line'.
(diary-mode-map): New var.
(diary-mode): Redraw cal after saving.  Setup header-line.
(fancy-diary-display-mode): Use local-set-key.
2005-09-12 21:21:42 +00:00
Stefan Monnier
c7dc8ae18a (command-line): Try calling various terminal-init-foo-bar
functions by stripping hyphenated suffixes from $TERM.
2005-09-12 15:47:31 +00:00
Richard M. Stallman
595f66af31 (font-lock-keywords): Add autoload. 2005-09-12 15:37:44 +00:00
Richard M. Stallman
136b8cbeaa (describe-variable): Rearrange to put source link in a predictable place. 2005-09-12 15:35:22 +00:00
Richard M. Stallman
5629e04f32 New file. 2005-09-12 15:33:35 +00:00
Stefan Monnier
344f111150 (normal-mode): Check boundness of font-lock-keywords. 2005-09-12 15:05:24 +00:00
Richard M. Stallman
7957baeaaf Don't decide a file's directory
until the user actually tries to go there.
(compilation-next-error-function):
Pass compilation-find-file the directory from the file-struct.
(compilation-internal-error-properties): Separate local FILE-STRUCT
from FILE.  Doc the args better.  Rename arg FMT to FMTS.
(compilation-find-file): Arg DIR renamed to DIRECTORY.
Expand it, and if nil, use default-directory.
(compilation-get-file-structure): Don't mix specified directory
with default directory.  Put specified directory into
file-struct.  Don't make the file name absolute.

(compilation-error-regexp-alist): Doc fix.
(compile-command): Add autoload.
(compilation-disable-input): Add autoload.
2005-09-12 05:01:06 +00:00
Stephen Gildea
7318a7a31e time-stamp.el 2005-09-12 01:06:28 +00:00
Stephen Gildea
0ec633181b (time-stamp, time-stamp-line-limit, time-stamp-start, time-stamp-end):
Mention variable time-stamp-pattern in doc string.
(time-stamp-pattern): Update doc string.
(time-stamp-string-preprocess): new (as yet undocumented)
time-stamp-format escapes %Q and %q (fully-qualified domain name
and unqualified host name).
2005-09-12 01:05:55 +00:00
Miles Bader
a8f6d239d2 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-540
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 115)

   - Update from CVS

2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/spam-report.el (spam-report-gmane): Fix generation of spam
   report URL.

2005-09-10  Simon Josefsson  <jas@extundo.com>

   * lisp/gnus/gnus-agent.el (gnus-agent-synchronize-flags): Make the default
   t, based on discussion on the ding list with Robert Epprecht
   <epprecht@solnet.ch>.
2005-09-11 22:02:04 +00:00
Kim F. Storm
f172343a06 *** empty log message *** 2005-09-10 22:55:46 +00:00
Kim F. Storm
56c3f16ce3 (authors-aliases): Update list.
(authors-fixed-entries): Update mldrag.el entry.
2005-09-10 22:43:12 +00:00
Kim F. Storm
99580cde58 Fix formatting of misc. entries. 2005-09-10 22:26:18 +00:00