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

32018 Commits

Author SHA1 Message Date
Karl Fogel
9a9f1fddff * bookmark.el (bookmark-maybe-message): New function to reduce code
duplication: invokes `message' iff baud-rate is high enough.
  (bookmark-write-file): Use above instead of an inline conditional.
  (bookmark-load): Same.
2005-11-12 20:46:10 +00:00
Karl Fogel
a506054af7 (bookmark-write-file): Don't visit the destination file, just write
the data to it using write-region.  This is similar to 2005-05-29T08:36:26Z!rms@gnu.org
of saveplace.el, but with an additional change to avoid visiting the
file in the first place.
2005-11-12 20:30:22 +00:00
Chong Yidong
71dd9295e3 * hi-lock.el (hi-lock-mode): Set the default value of
font-lock-defaults.
2005-11-12 17:17:52 +00:00
Romain Francoise
77f996e594 *** empty log message *** 2005-11-12 14:19:34 +00:00
Richard M. Stallman
ee8fdb13a2 *** empty log message *** 2005-11-12 05:42:54 +00:00
Luc Teirlinck
dcd6fc3809 (find-lisp-find-dired-insert-file): Pass 'string arg to `file-attributes'.
(find-lisp-format): The UID and GID can now be strings.
2005-11-12 02:44:51 +00:00
Luc Teirlinck
81d7d0d631 *** empty log message *** 2005-11-12 02:42:59 +00:00
Kim F. Storm
9f49f57702 *** empty log message *** 2005-11-12 00:58:35 +00:00
Kim F. Storm
e27f7c139a (help-map): Bind C-h d to apropos-documentation. 2005-11-12 00:57:38 +00:00
Kim F. Storm
63219d53c2 (what-cursor-position): Print (EOB) instead of (100%)
when point is at end-of-buffer.
2005-11-12 00:10:56 +00:00
Kim F. Storm
0820b753f7 (apropos-match-face): Doc fix.
(apropos-sort-by-scores): Add new choice `verbose'.
(apropos-documentation-sort-by-scores): New defcustom.
(apropos-pattern): Now contains the pattern entered by the user.
(apropos-pattern-quoted): New defvar.
(apropos-regexp): New defvar, containing the regexp corresponding
to apropos-pattern.
(apropos-all-words-regexp): Renamed from apropos-all-regexp.
(apropos-read-pattern): New defun.  Use it to read pattern arg in
interactive calls; returns list of words for a word list, and
string for a regexp.
(apropos-parse-pattern): Renamed from apropos-rewrite-regexp.  Now
parses a list of words or regexp as returned by apropos-read-pattern.
(apropos-calc-scores): Return nil if apropos-regexp doesn't match.
(apropos-score-doc): Return a very high score if the string
entered by the user matches literally.
(apropos-variable): Doc fix.  Use apropos-read-pattern.
(apropos-command): Doc fix.  Use apropos-read-pattern and
apropos-parse-pattern.  Call apropos-print with nosubst=t.
(apropos, apropos-value): Doc fix. Use apropos-read-pattern and
apropos-parse-pattern.
(apropos-documentation): Doc fix. Use apropos-read-pattern and
apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
apropos-documentation-sort-by-scores.  Call apropos-print with
nosubst=t.
(apropos-documentation-internal): Pass doc string through
substitute-key-definition before adding text properties.
Highlight substring matching literal user input if possible.
(apropos-documentation-check-doc-file): Remove locals beg and end.
Fix calculation of score (as added twice).  Pass doc string through
substitute-key-definition before adding text properties.
(apropos-documentation-check-elc-file): Pass doc string through
substitute-key-definition before adding text properties.
Highlight substring matching literal user input if possible.
(apropos-print): Add new arg NOSUBST; if set, command and variable
doc strings have already been passed through substitute-key-definition.
Add code to handle apropos-accumulator items without score element
for backwards compatibility (e.g. with woman package).
Only show scores if apropos-sort-by-scores is `verbose'.
2005-11-12 00:10:40 +00:00
Kim F. Storm
42aad0f69a *** empty log message *** 2005-11-12 00:08:35 +00:00
Miles Bader
ead9d1830f Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-647
lisp/gnus/ChangeLog: Remove duplicate entry
2005-11-11 05:14:54 +00:00
Miles Bader
e8beac8a04 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 152-156)

   - Update from CVS: lisp/mml.el (mml-preview): Doc fix.
   - Update from CVS

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

   * lisp/gnus/message.el (message-generate-headers): Downcase the argument
   given to message-check-element.

2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus.el (gnus-parameters-case-fold-search): New variable.
   (gnus-parameters-get-parameter): Use it.

   * lisp/gnus/gnus-score.el (gnus-home-score-file): Doc fix.

2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)

   * lisp/gnus/gnus-score.el (gnus-update-score-entry-dates): Doc fix.

2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/mml.el (mml-preview): Doc fix.

2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
   new variable gnus-toolbar-thickness.

2005-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (XVarious): Revert description of gnus-use-toolbar.

2005-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (X-Face): Fix description.
   (XVarious): Remove gnus-xmas-logo-color-alist and
   gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.

2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (Group Parameters): Mention new varable
   gnus-parameters-case-fold-search.
   (Home Score File): Addition.
2005-11-11 05:14:27 +00:00
Stefan Monnier
be93a2c448 (jka-compr-install): Use push and dolist.
Add jka-compr-load-suffixes to load-suffixes.
2005-11-11 04:23:02 +00:00
Stefan Monnier
f6cb7e0afb Require 'jka-cmpr-hook.
(jka-compr-info-compress-message, jka-compr-info-compress-program)
(jka-compr-info-compress-args, jka-compr-info-uncompress-message)
(jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
(jka-compr-info-can-append, jka-compr-info-strip-extension)
(jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
(jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
(jka-compr-uninstall): Remove entries from
jka-compr-added-to-file-coding-system-alist after they are used.
(jka-compr-error): Remove unused var `curbuf'.
(jka-compr-file-local-copy): Remove unused var `notfound'.
2005-11-11 02:54:08 +00:00
Romain Francoise
7127d508b4 (apropos-calc-scores): Use `apropos-pattern'. 2005-11-10 19:45:03 +00:00
Nick Roberts
a3caa4de72 (gud-menu-map): Move parentheses.
(gdb): New command gud-pv.
2005-11-10 19:25:59 +00:00
Nick Roberts
46faf25e00 *** empty log message *** 2005-11-10 19:24:43 +00:00
Stefan Monnier
8560523d63 Remove spurious or unnecessary leading stars in docstrings.
(tar-header-block-tokenize): Also obey default-file-name-coding-system.
(tar-parse-octal-integer-safe): Use mapc.
(tar-header-block-summarize): Remove unused var `ck'.
(tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
cleared before.  Obey default-enable-multibyte-characters.
Use mapconcat.  Simplify setting of tar-header-offset.
(tar-mode-map): Move initialization inside delcaration.
(tar-flag-deleted): Use `abs'.
(tar-expunge-internal): Remove unused var `line'.
(tar-expunge-internal): Don't hardcode point-min==1.
(tar-expunge): Widen while doing set-buffer-multibyte.
(tar-rename-entry): Use file-name-coding-system.
(tar-alter-one-field): Don't hardcode point-min==1.
(tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
(tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
2005-11-10 18:00:37 +00:00
Reiner Steib
d730a9fcf4 Fix my mail address. Fix typo in 2005-11-07 entry of man.el. 2005-11-10 15:36:44 +00:00
Kim F. Storm
af94256be6 *** empty log message *** 2005-11-10 15:34:03 +00:00
Masatake YAMATO
94b073f33d (add-log-current-defun): Handle class::method notation of c++.
Fix incorrect comment.
2005-11-10 12:36:52 +00:00
Alan Mackenzie
f192689e61 2005-11-10 Alan Mackenzie <acm@muc.de>
* help-fns.el (describe-variable): Make C-h v work when a variable
	has variable documentation yet is unbound.
2005-11-10 08:07:23 +00:00
Masatake YAMATO
af8308ec80 (Man-highlight-references): Set an empty
string to `Man-arguments' if it is nil.
Suggested by Reiner Steib <reinersteib+gmane@imap.cc>.
2005-11-10 04:49:19 +00:00
Richard M. Stallman
fe8bc3fa17 (apropos-pattern): Renamed from apropos-regexp.
(apropos-orig-pattern): Renamed from apropos-orig-regexp.
All uses changed.

(apropos-rewrite-regexp): Doc fix.
(apropos-variable, apropos-command apropos, apropos-value):
Change prompt; carry through the argument renaming.
2005-11-10 03:18:51 +00:00
Stefan Monnier
1f0bb3e7fe (mh-loaddefs.el, loaddefs.el): Better follow the commenting conventions. 2005-11-10 02:04:56 +00:00
Stefan Monnier
e2dc1f61ad (custom-make-dependencies): Simplify.
Better follow the commenting conventions.
2005-11-10 01:58:55 +00:00
Luc Teirlinck
9c797a34f5 Require dired.
(find-lisp-find-dired-internal): Do not call `abbreviate-file-name' on DIR.
2005-11-09 23:04:46 +00:00
Luc Teirlinck
6e128e3224 *** empty log message *** 2005-11-09 23:02:25 +00:00
Nick Roberts
c69da4c77d (gdb): Make gud-pp use user-defined command pp1. 2005-11-09 20:39:06 +00:00
Nick Roberts
78e5988ddd *** empty log message *** 2005-11-09 20:33:46 +00:00
Jay Belanger
2f884e83d4 (math-pow-fancy): Further expand product of square matrices.
(math-check-known-square-matrixp): Do a more extensive check for
square matrices.
2005-11-09 19:27:29 +00:00
Nick Roberts
5ee476765c (gud-menu-map): Ensure tool-bar is constant when using the speedbar.
(gdb): New command gud-pp.
(gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
2005-11-09 10:45:07 +00:00
Nick Roberts
31fa5025bb *** empty log message *** 2005-11-09 10:43:46 +00:00
YAMAMOTO Mitsuharu
d64f470d22 (standard-display-european): Apply changes previously mentioned but
not applied actually.
2005-11-09 08:06:10 +00:00
Juri Linkov
58b6f884c0 *** empty log message *** 2005-11-09 07:49:18 +00:00
Juri Linkov
8b363e6f08 (occur-excluded-properties): New defcustom.
(occur-1, occur-engine, occur-accumulate-lines): Use it.
2005-11-09 07:41:48 +00:00
Romain Francoise
217d155e3a *** empty log message *** 2005-11-09 06:27:27 +00:00
Jay Belanger
65b62d0acb (math-convert-units): Replace any composite unit by its definition. 2005-11-09 06:02:54 +00:00
Lars Hansen
1e0888f5a6 (update-directory-autoloads): Add obsolete function alias. 2005-11-08 20:24:19 +00:00
Stefan Monnier
5a3859e611 (lisp-mode-variables): Don't set comment-indent-function.
(lisp-comment-indent): Replace by an alias for comment-indent-default.
2005-11-08 01:46:37 +00:00
Stefan Monnier
4acbd507ac (reveal-post-command): Rework the handling of
reveal-open-spots, so as to be more reliable.  There were several
tricky corner cases where an open spot might be lost, or where
a closed spot might end up on the list of open spots.
Only reveal text that's ellipsised.
2005-11-07 22:33:31 +00:00
Carsten Dominik
9fe0d191bb (org-export-as-html): Removed bogus (debug) form. 2005-11-07 10:57:10 +00:00
Carsten Dominik
b58b00ca71 *** empty log message *** 2005-11-07 10:56:50 +00:00
John Paul Wallington
fab0d3087e (ibuffer): Search iconified frames too when getting Ibuffer buffer's window. 2005-11-07 01:30:29 +00:00
Richard M. Stallman
fda12b27a9 *** empty log message *** 2005-11-07 01:28:15 +00:00
Richard M. Stallman
d21d2c23ac (flyspell-external-point-words):
flyspell-get-word returns a list, not just a string.
2005-11-07 00:50:01 +00:00
Richard M. Stallman
8dfb3e1610 (compilation-internal-error-properties):
save-excursion around the computation of MARKER.
2005-11-07 00:49:17 +00:00
John Paul Wallington
9514fb7f5e (ibuffer): Search all visible frames when getting Ibuffer buffer's window. 2005-11-06 21:09:09 +00:00
Kim F. Storm
c660a32238 *** empty log message *** 2005-11-06 19:51:51 +00:00
Masatake YAMATO
30abc4f43e Improve man -k support.
(Man-reference-regexp): Accpet spaces between
`Man-name-regexp' and `Man-section-regexp'.
(Man-apropos-regexp): New variable.
(Man-abstract-xref-man-page): Use value for `Man-target-string'
if available.
(Man-highlight-references, Man-highlight-references0): Handle
the case when `Man-arguments' includes "-k".
(Man-highlight-references0): Rename the argument `TARGET-POS' to
`TARGET'. `TARGET' can be a number, function or nil.
2005-11-06 18:01:34 +00:00
Nick Roberts
36188c5e3a (gdb-var-create-handler, gdb-var-delete)
(gdb-edit-value, gdb-speedbar-expand-node)
(gdb-get-create-buffer,  gdb-breakpoints-mode)
(gdb-toggle-breakpoint, gdb-delete-breakpoint)
(gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
(gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
(gdb-send-item, ): Use buffer-local-value and simplify.
2005-11-06 01:31:24 +00:00
Nick Roberts
2dd3b43be1 *** empty log message *** 2005-11-06 01:30:15 +00:00
Luc Teirlinck
1b0ee2ceb8 *** empty log message *** 2005-11-05 23:20:41 +00:00
Luc Teirlinck
c442c26d67 (command-line): Use custom-reevaluate-setting' for global-font-lock-mode'. 2005-11-05 23:11:38 +00:00
Luc Teirlinck
00fe0acef4 (global-font-lock-mode): Enable `global-font-lock-mode' by default,
except in batch mode or when the -D command line option is given.
2005-11-05 23:07:40 +00:00
Luc Teirlinck
0ceed14b2e (define-global-minor-mode): Pass all specified keyword args on to
`define-minor-mode'.  Update docstring.
2005-11-05 23:03:57 +00:00
Romain Francoise
61f570e290 (occur-engine): Add marker at end of line, too. 2005-11-05 14:02:18 +00:00
Dan Nicolaescu
d60b49ac4e * font-lock.el: Don't deal with font-lock-face-attributes here,
move the code ...

* startup.el (command-line): ... here. Use face-spec-set instead
of custom-declare-face.

* faces.el (face-spec-set): Reset the face if spec is not nil.
2005-11-05 07:29:45 +00:00
Bill Wohler
6b19bd8250 * mh-customize.el (mh-min-colors-defined-flag, mh-defface-compat):
Move to mh-init.el to minimize bulk of mh-customize.el.

* mh-init.el: Modify commentary since file is used for load and
initialization as well as setting and getting the variant.
(mh-min-colors-defined-flag, mh-defface-compat): Move here from
mh-customize.el.
2005-11-05 04:02:06 +00:00
Bill Wohler
3d2efec2f2 (mh-min-colors-defined-flag): New variable.
(mh-defface-compat): New function. Provides backward compatibility for
face specs.
(mh-show-header, mh-show-date, mh-show-cc, mh-folder-to)
(mh-folder-refiled, mh-folder-cur-msg-number, mh-folder-cur-msg)
(mh-folder-body): Use mh-defface-compat.
2005-11-05 01:57:35 +00:00
Bill Wohler
d54e276ade Add SF #1204506 to ChangeLog entry after the fact.
Add fixed bug to 7.85 release notes after the fact too.
2005-11-05 01:27:38 +00:00
Bill Wohler
94abd6b754 Refactor faces. Move grayscale requirements last before t. Use uniform
line breaks.
2005-11-04 23:42:28 +00:00
Stefan Monnier
45f6a663d7 (comment-region-internal): Box more tightly in the
common case where there's no TAB in the boxed text.
2005-11-04 22:20:12 +00:00
Jan Djärv
db2cf961d7 New images for info. 2005-11-04 17:24:09 +00:00
Eli Zaretskii
dc9cfe1e55 *** empty log message *** 2005-11-04 15:25:30 +00:00
Eli Zaretskii
c97f3d3c3a *** empty log message *** 2005-11-04 15:22:14 +00:00
Eli Zaretskii
86584f2401 Commentary updated. Code formatting changed.
(newsticker-version): Changed to "1.9".
(newsticker, newsticker-feed): Doc fix.
(newsticker-url-list): Doc fix. Added option "Weekly".
(newsticker-retrieval-interval): Added option "Weekly".
(newsticker-headline-processing): Doc fix.
(newsticker-auto-mark-filter): Removed.
(newsticker-auto-mark-filter-list): New.
(newsticker-layout, newsticker-sort-method): Doc fix.
(newsticker-hide-old-items-in-newsticker-buffer)
(newsticker-heading-format, newsticker-item-format)
(newsticker-desc-format): Doc fix.
(newsticker-show-all-rss-elements): Removed.
(newsticker-show-all-news-elements): New.
(newsticker-faces, newsticker-ticker): Doc fix.
(remove-from-invisibility-spec): Code formatting.
(newsticker--process-ids): New.
(newsticker-mode): Doc fix.
(newsticker-mode): Changed mode-line-format.
(newsticker-start): Removed debug output.
(newsticker-start-ticker): Doc fix. Added Autoload cookie.
(newsticker-w3m-show-inline-images): Code formatting.
(newsticker-next-item): Call `force-mode-line-update'.
(newsticker-previous-item): Call `force-mode-line-update'.
(newsticker-next-feed): Call `force-mode-line-update'.
(newsticker-previous-feed): Call `force-mode-line-update'.
(newsticker-mark-all-items-at-point-as-read): Code formatting.
(newsticker-show-old-items): Do not show descs.
(newsticker-hide-entry): Hided too much.
(newsticker-hide-entry, newsticker-show-entry)
(newsticker-toggle-auto-narrow-to-feed): Code formatting.
(newsticker-set-auto-narrow-to-feed): Update buffer immediately.
(newsticker-toggle-auto-narrow-to-item): Code formatting.
(newsticker-set-auto-narrow-to-item): Update buffer immediately.
(newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
(newsticker-get-news): Call `force-mode-line-update'. Collect
process ids.
(newsticker--sentinel): Changed coding system handling.  Moved
image retrieval to new functions newsticker--get-logo-url-*.
Moved feed parsing to new functions newsticker--parse-*.  Update
list of process ids.
(newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
(newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
(newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
(newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
(newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
(newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
(newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
(newsticker--decode-coding-string): Removed
(newsticker--decode-numeric-entities): Check input.  Code formatting.
(newsticker--remove-whitespace): Check input.
(newsticker--do-forget-preformatted): Doc fix.
(newsticker--decode-rfc822-date): Allow for missing time.
(newsticker--update-process-ids): New.
(newsticker--image-sentinel): Changed comment.
(newsticker--image-read): Changed error message.
(newsticker--imenu-goto): Doc fix.  Show headline title.
(newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
(newsticker--buffer-do-insert-text): Clean whitespace in
html-rendered headline title.  Code formatting.  Call
`newsticker--buffer-print-extra-elements'.
(newsticker--buffer-print-extra-element): Removed.
(newsticker--buffer-print-extra-elements): New.
(newsticker--buffer-do-print-extra-element): New.
(newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for large sizes.
(newsticker--run-auto-mark-filter)
(newsticker--do-run-auto-mark-filter): Use `newsticker-auto-mark-filter-list'.
2005-11-04 15:15:39 +00:00
Eli Zaretskii
adf794e4a4 Use split-string OMIT-NULLS argument.
(rcirc-print): Force redisplay before running hooks.  Do long
buffer truncation after making new text read-only.  Deal with nil
text when decoding strings.  If TARGET is nil, use either the
currently selected buffer, if it is an rcirc buffer and of the
same process or the process buffer.
(rcirc-mode): Remove header-line.  Recompute short buffer names.
Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
(rcirc-short-buffer-name): Add variable.
(rcirc-kill-buffer-hook): Recompute short buffer names.  Remove
nick from private channel.
(rcirc-send-input): Send command text to current-buffer.  Don't
clear overlay arrow here.
(rcirc-short-buffer-name): Return a short buffer name.
(rcirc-update-short-buffer-names, rcirc-abbreviate)
(rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
buffer-name abbreviations.
(rcirc-kill-buffer-hook-1): Split to make debugging easier.  Do
not touch nick-table when killing a parted channel.
(rcirc-window-configuration-change): Rename from
rcirc-update-activity.  Clear arrow from current buffer if it is now hidden.
(rcirc-current-buffer): Add variable.
(rcirc-my-nick, rcirc-other-nick, rcirc-server)
(rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
Remove -face from names.
(rcirc-update-activity-string): Print "DND" when globally ignoring activity.
(rcirc-ignore-buffer-activity-flag): Rename from rcirc-ignore-channel-activity.
(rcirc-ignore-all-activity-flag): Doc fix.
(rcirc-channels): Remove variable.
(rcirc-kill-buffer-hook):
(rcirc-get-buffer-create): Add nick to private channel.
(rcirc-multiline-edit-submit): Remove tabs.
(rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case folded.
(rcirc-remove-nick-channel): Bug fix.
(rcirc-toggle-ignore-buffer-activity): Rename from
rcirc-toggle-ignore-channel-activity.
(rcirc-record-activity): Add buffers to the front of the list.
(rcirc-update-activity): Remove killed buffers from list.
(rcirc-process-server-response-1): Remove last argument if it is
null before calling handler.
(rcirc): Add "rcirc" defcustom prefix.
(rcirc-prompt): Simplify default prompt.  Use custom-initialize-default.
(rcirc-private-chats): Remove variable.
(rcirc-prompt): Change initialization.
(rcirc-version): Remove function.
(rcirc-id-string): Add constant.
(rcirc-last-buffer): Remove variable.
(rcirc-buffer-alist): Add variable.
(rcirc-connect): Update variable setup.
(rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
(rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change default.
(rcirc-handler-generic): Trigger activity.
(rcirc-send-message): Create the buffor of the target.
(rcirc-generate-new-buffer-name): Rename from
`rcirc-get-buffer-name'.
(rcirc-get-buffer): Just return nil if there is no matching buffer.
(rcirc-multiline-edit-cancel): Remove function.
(rcirc-set-last-buffer): Remove function.
(rcirc-get-any-buffer): Add function.
(rcirc-join-channels): Don't print /join text.
(rcirc-toggle-ignore-channel-activity): Add and update echo area messages.
(rcirc-cmd-ctcp): Use rcirc-send-string to send request.
(rcirc-handler-NOTICE): Recognize CTCP responses.
(rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
constructing TOPIC string for buffers we are not JOINed.
(rcirc-handler-CTCP-response): Add handler.
(rcirc-multiline-edit-submit): Restore the window-configuration
before adjusting point.
(rcirc): Add customization group.
(rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
(rcirc-user-full-name, rcirc-startup-channels-alist)
(rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
(rcirc-ignore-all-activity-flag, rcirc-time-format)
(rcirc-input-ring-size, rcirc-read-only-flag)
(rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
(rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
Change defvar to defcustom.
(rcirc-update-prompt): Add optional ALL arg, which will update
prompts in all rcirc buffers.  Regexp quote replacement text.
(rcirc-fill-column): Accept 'frame-width as a value.
(rcirc-set-changed): Add function.
(rcirc-next-active-buffer): Write more meaningful messages.
(rcirc-faces): Add customization group.
(rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
(rcirc-nick-in-message-face, rcirc-prompt-face)
(rcirc-mode-line-nick-face): Move into rcirc-faces group.
(with-rcirc-process-buffer): Move before first usage.
(rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
(rcirc-debug-flag): Rename from `rcirc-log-p'.
(rcirc-debug): Rename from `rcirc-log'.
(rcirc-format-response-string): Do not print '-' chars for a
NOTICE with no sender.  Simplify output of server responses.
(rcirc-browse-url-map, rcirc-browse-url-at-point)
(rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
mouse and RET clickable.
2005-11-04 15:05:11 +00:00
Eli Zaretskii
ffce47572e *** empty log message *** 2005-11-04 14:51:40 +00:00
Eli Zaretskii
6c6bf1bbdd (rmail-output-to-rmail-file, rmail-output): Doc fix. 2005-11-04 14:51:08 +00:00
Eli Zaretskii
9e67332156 (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
(pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
(pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
(pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
argument to all these routines, so the passphrase can be managed
externally and passed in to the system.
(pgg-pgp5-sign-region): Use new name of	pgg-add-passphrase-to-cache
function.
2005-11-04 14:41:51 +00:00
Eli Zaretskii
c6037c0000 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
(pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
(pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
(pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
argument to all these routines, so the passphrase can be managed
externally and passed in to the system.
(pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
pgg-add-passphrase-to-cache function.
2005-11-04 14:41:02 +00:00
Eli Zaretskii
98945794d5 (goto-address-url-regexp): Remove `data:' URLs from goto-address-url-regexp. 2005-11-04 14:32:58 +00:00
Carsten Dominik
9453908901 *** empty log message *** 2005-11-04 09:31:36 +00:00
Carsten Dominik
908c3feae3 (org-read-date, org-goto-calendar)
(org-recenter-calendar, org-agenda-goto-calendar): Temporarily
	clear 'calendar-move-hook'.
2005-11-04 09:25:17 +00:00
Michael Kifer
39bcfe5f46 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
* ediff-merge.el (ediff-merge-region-is-non-clash): return t, if not
	merging.

	* ediff-util.el (ediff-previous-difference): don't skip regions that
	have merge clashes.
2005-11-04 05:40:03 +00:00
YAMAMOTO Mitsuharu
51f47f643c (command-line): Don't call tty-register-default-colors on Mac. 2005-11-04 05:37:09 +00:00
YAMAMOTO Mitsuharu
97a7dbeedc (command-line): Use `custom-reevaluate-setting' for
mouse-wheel-down-event and mouse-wheel-up-event.
2005-11-04 02:16:14 +00:00
YAMAMOTO Mitsuharu
bf03bdf3bf (mouse-wheel-down-event, mouse-wheel-up-event): Undo previous change. 2005-11-04 02:15:37 +00:00
Nick Roberts
6c8909e715 (gdb-buffer-type): Remove duplicate declaration.
(gdb-buffer-type): Make it automatically buffer local...
(gdb-get-create-buffer): ...and set it accordingly.
(gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
actually work.
2005-11-04 02:02:29 +00:00
Nick Roberts
c72ff6154c *** empty log message *** 2005-11-04 02:01:35 +00:00
Dan Nicolaescu
11ec76b7ea (font-lock-warning-face): Use the more vivid red1,
not red.
2005-11-03 22:29:43 +00:00
Dan Nicolaescu
b07e06865b (mh-folder-body-face, mh-folder-cur-msg-face)
(mh-folder-cur-msg-number-face, mh-folder-refiled-face)
(mh-folder-to-face): Use the min-colors attribute instead of the
type attribute.
2005-11-03 22:08:39 +00:00
Nick Roberts
bfd21f547c (gud-watch): Use save-selected-window in
case GUD buffer is not visible.
(gdb-goto-breakpoint): Try to force display in source buffer.
(gdb-frame-gdb-buffer): Copy other similar functions.
(gdb-restore-windows): Don't display source if not asked for.
(gdb-assembler-buffer-name): Don't capitalise.
2005-11-03 22:05:53 +00:00
Nick Roberts
2b02eddfec *** empty log message *** 2005-11-03 22:04:36 +00:00
Richard M. Stallman
e082564eae *** empty log message *** 2005-11-03 21:48:00 +00:00
Richard M. Stallman
987cee9728 (key-sequence): New widget type. 2005-11-03 21:46:16 +00:00
Richard M. Stallman
6a936796a6 (set-mark-command-repeat-pop): New variable.
(set-mark-command): Only interpret plan C-@ after a pop as a pop
if set-mark-command-repeat-pop is true.
2005-11-03 21:41:20 +00:00
Richard M. Stallman
e8e6694b12 (Info-fontify-node): Don't display extra "see" if there already is one here. 2005-11-03 21:38:35 +00:00
Richard M. Stallman
c3bb6d703f Fix special handling of DEL after dragging a region:
(mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
(mouse-region-delete-keys): Add [backspace].
2005-11-03 21:37:21 +00:00
Richard M. Stallman
bf71490505 Use insert-buffer-substring, not insert-buffer. 2005-11-03 21:34:54 +00:00
Richard M. Stallman
d27a3d1684 (ispell-command-loop): Change `i' description not to assume it
pertains to an affix.
2005-11-03 21:34:12 +00:00
Richard M. Stallman
3c8404e66f (flyspell-post-command-hook): Bind deactivate-mark to prevent deactivation. 2005-11-03 21:33:22 +00:00
Bill Wohler
be33fce45d * mh-customize.el (mh-refile-preserves-sequences-flag)
(mh-tick-seq, mh-update-sequences-after-mh-show-flag): Sync docstrings
with manual.

* mh-e.el (mh-update-sequences): Sync docstrings with manual.

* mh-seq.el (mh-delete-seq, mh-list-sequences, mh-narrow-to-seq)
(mh-widen, mh-toggle-tick, mh-narrow-to-tick): Sync docstrings with
manual.
2005-11-03 19:59:38 +00:00
Lars Hansen
438fc25384 Add menu bindings for dired-do-find-marked-files,
dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
2005-11-03 19:40:39 +00:00
Romain Francoise
4d63dc38ca Copyright assigned to FSF. 2005-11-03 16:27:14 +00:00
Stefan Monnier
13d65a03e3 *** empty log message *** 2005-11-03 15:41:37 +00:00
Romain Francoise
ebce92c797 Now part of GNU Emacs. Update FSF's address. Update copyright years. 2005-11-03 14:49:14 +00:00
Sam Steingold
c7280fb559 (mouse-wheel-down-event, mouse-wheel-up-event): Use system-type instead
of window-system because window-system is not correctly defined during loadup.
2005-11-03 14:35:26 +00:00
Mark A. Hershberger
aaaa8abbd0 xml.el fixes 2005-11-03 03:56:38 +00:00
Andreas Schwab
c80eca7195 (byte-optimize-pure-func): Quote the
folded value.
2005-11-02 22:18:56 +00:00
Stefan Monnier
4cd305ac33 (byte-optimize-pure-func): Quote the eval'd value so it's not re-eval'd. 2005-11-02 21:56:15 +00:00
Stefan Monnier
1c7c774b86 Various comment syntax fixes. 2005-11-02 21:43:21 +00:00
Stefan Monnier
cfa1d4c6d1 (string-to-syntax): Mark it as pure. 2005-11-02 19:03:17 +00:00
Stefan Monnier
8b9e43d1ce (perl-font-lock-special-syntactic-constructs):
Rename from perl-font-lock-syntactic-face-function.
Change the calling convention so it can be used as a font-lock MATCHER.
Do the parse-partial-sexp loop outselves.
(perl-font-lock-syntactic-keywords): Use it.
(perl-mode): Don't set font-lock-syntactic-face-function any more.
2005-11-02 17:33:28 +00:00
Nick Roberts
4d7e274115 (gdb-mouse-until): Make it work in the disassembly buffer too.
(gdb-exited): Remove overlay arrows when execution has finished.
(gdb-info-frames-custom, gdb-info-threads-custom)
(gdb-info-registers-custom): Don't add inappropriate text
properties if inferior is not active.
2005-11-02 10:44:00 +00:00
Nick Roberts
c2205a03e7 *** empty log message *** 2005-11-02 10:42:29 +00:00
Glenn Morris
7533f3b573 (fortran-blink-match): Use `blink-matching-delay'. 2005-11-02 08:30:45 +00:00
Glenn Morris
c046af9511 From John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
(f90-match-end): Use `blink-matching-delay'.
2005-11-02 08:30:25 +00:00
Glenn Morris
3631f99348 *** empty log message *** 2005-11-02 08:27:59 +00:00
Lars Hansen
e89cd3e696 (tramp-action-out-of-band): Handle scp message "Permission denied". 2005-11-02 07:05:56 +00:00
Richard M. Stallman
b57148527d (flyspell-external-point-words): Pass nil to flyspell-get-word. 2005-11-02 01:34:04 +00:00
Bill Wohler
f38a12bdc9 *** empty log message *** 2005-11-02 01:21:56 +00:00
Bill Wohler
b2064e0839 * mh-comp.el (mh-redist-full-contents) Convert defvar to defcustom.
(mh-smail, mh-extract-rejected-mail, mh-forward, mh-redistribute)
(mh-reply, mh-send, mh-send-other-window)
(mh-fill-paragraph-function): Sync docstrings with manual.

* mh-customize.el (mh-redist-full-contents-flag): Convert defvar to
defcustom.
(mh-compose-forward-as-mime-flag)
(mh-compose-letter-function, mh-forward-subject-format)
(mh-insert-x-mailer-flag, mh-reply-default-reply-to)
(mh-reply-show-message-flag, mh-letter-mode-hook): Sync docstrings
with manual.
2005-11-02 01:13:07 +00:00
Kim F. Storm
899481b730 (menu-bar-options-menu): Show "Shift Movement (CUA)"
item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
2005-11-01 23:21:39 +00:00
Kim F. Storm
8f15921bb5 *** empty log message *** 2005-11-01 23:21:20 +00:00
Miles Bader
4515ae7c14 Add arch tagline 2005-11-01 23:06:16 +00:00
Stefan Monnier
e5f64be229 *** empty log message *** 2005-11-01 19:55:49 +00:00
Stefan Monnier
e9f8d300e6 (date, event): Don't declare as dynamic-var.
(calendar-mouse-holidays, calendar-mouse-view-diary-entries)
(calendar-mouse-print-dates): Add optional `event' argument.
Update interactive-spec.
(calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
Use `calendar-event-to-date' instead of `event'.
2005-11-01 19:55:19 +00:00
Bill Wohler
93eece9858 (mh-ps-spool-buffer, mh-ps-spool-a-msg)
(mh-ps-print-msg): Remove debugging messages. (mh-ps-print-msg-show,
mh-ps-print-msg-show)
(mh-ps-print-toggle-color, mh-ps-print-toggle-mime): Remove period
after message per conventions.
2005-11-01 17:35:33 +00:00
Masatake YAMATO
6f9a47abb5 (ld-script-builtins): Add more words: "DATA_SEGMENT_ALIGN",
"DATA_SEGMENT_END",  "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN",
and "SEGMENT_START".
(auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
2005-11-01 15:45:32 +00:00
Romain Francoise
7bba5cae01 * vc-sccs.el: Update copyright year.
* ezimage.el: Likewise.
2005-11-01 10:39:42 +00:00
Juri Linkov
4dacf0ff4b (Info-fontify-node): Use `string-width' for fontifying underlined titles. 2005-11-01 10:04:19 +00:00
Juri Linkov
993159761a (Info-fontify-node): Downcase node header keywords Node,
Prev, Next, Up before comparison.
(Info-history): Insert absolute directory name, and put invisible
property on it.
2005-11-01 09:56:07 +00:00
Juri Linkov
94b10022bf (Info-file-supports-index-cookies): New variable.
(Info-find-node-2): Check makeinfo version for index cookie support.
(Info-index-nodes): Search for nodes with index cookies only when
Info-file-supports-index-cookies is t.  Otherwise, search nodes
with "Index" in the node name.
(Info-index-node): Search index cookie in the current node only when
Info-file-supports-index-cookies is t.  Otherwise, check the word
"Index" in the node name.
(Info-find-emacs-command-nodes): Remove code that searches nodes
with "Index" node name in the top menu.
2005-11-01 09:45:38 +00:00
John Wiegley
dbc56a8ba2 *** empty log message *** 2005-11-01 09:31:26 +00:00
Stefan Monnier
c7deede011 Replace (savehist-mode 1) for (savehist-load). 2005-11-01 08:02:46 +00:00
Stefan Monnier
20e3cbfd33 (scheme-mode-variables): Use the default comment-indent-function. 2005-11-01 07:31:15 +00:00
Stefan Monnier
621e71ee73 (face-attribute): Handle the case where a face inherits from
a non-existent face.
2005-11-01 07:19:07 +00:00
Stefan Monnier
1b5fd09e69 (eval-expression-print-format): Use lisp-readable syntax
for octal and hexa output, and merge the char into the paren.
(kill-new): Use push.
(copy-to-buffer): Use with-current-buffer.
(completion-setup-function): Move code in loop to remove redundancy.
(minibuffer-local-must-match-map): Don't add bindings that duplicate
those inherited from minibuffer-local-completion-map.
2005-11-01 07:18:10 +00:00
John Wiegley
0735252630 (iswitchb-define-mode-map): Re-enabled the toggle-ignore keybinding
(C-a).  The author said it had been disabled much earlier due to a
possible incompatibility, but after many months of usage I have
encountered no problems (and it is a rather useful option, especially
for switching to " *temp*").
2005-11-01 07:10:49 +00:00
John Wiegley
bff4d65f5b (eudc-mab-query-internal): Added backend support for OS/X's
AddressBook, by calling out to the open source program "contacts"
(installable through Fink).
2005-11-01 07:10:36 +00:00
John Wiegley
6ce65ff678 (eudc-expand-inline): If the `eudc-multiple-match-handling-method' is
set to `all', delete the query string before inserting the query
result.
2005-11-01 07:07:25 +00:00
John Wiegley
73f99a662d (eshell-do-ls): Added no-op support for --dired flag, to prevent
Eshell from using the system ls when `eshell-ls-insert-directory' is
in used.
(eshell-ls-insert-directory): Disable font-lock in directory buffer so
that Eshell's own fontification is seen.  This broke recently due to
changes in font-lock, so this goes back to version 21 behavior.
2005-11-01 07:07:05 +00:00
John Wiegley
669dc0a115 (eshell-extended-glob): Expand the "." path before passing it down to
`eshell-glob-entries'.  This is done because special file-handlers
will on trigger on ".", even if `default-directory' is special.
2005-11-01 07:03:03 +00:00
John Wiegley
769b5f0a28 *** empty log message *** 2005-11-01 07:02:12 +00:00
Stefan Monnier
b13e8fb336 (savehist-mode) <defcustom>: Use custom-set-minor-mode if available.
(savehist-mode) <defun>: Run the minor mode hook, set the custom state
and emit a message if applicable.
2005-11-01 06:09:32 +00:00
Stefan Monnier
b91f17dcc6 Sync up to version 19.
(savehist-mode): New minor mode.
(savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
(savehist-length): Remove (use history-length instead).
(savehist-file-modes): Rename from savehist-modes.
(savehist-save-hook, savehist-loaded): New vars.
(savehist-load): Use savehist-mode.  Try to smooth up transition from
old format to new format.
(savehist-install): Allow savehist-autosave-interval to be nil.
(savehist-save): Run the new hook.  Be more careful to only trim the
history variables.
(savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
(savehist-printable): Print into a buffer rather than char-by-char.
2005-11-01 05:49:46 +00:00
Nick Roberts
e5beba3239 *** empty log message *** 2005-10-31 22:04:57 +00:00
Nick Roberts
671d498f2a (gdb-use-inferior-io-buffer): New function.
(menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
(gdb-many-windows): Doc fix.
2005-10-31 21:13:15 +00:00
Romain Francoise
ac8c0cce68 (describe-simplify-lib-file-name): Add autoload cookie. 2005-10-31 17:06:01 +00:00
Dan Nicolaescu
c94f08ff7a * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
that global-font-lock-mode can be enabled by default.

* font-lock.el (font-lock-keywords, font-lock-mode-internal)
(font-lock-add-keywords, font-lock-remove-keywords)
(font-lock-fontify-buffer): Remove autoload cookies.

* jit-lock.el (jit-lock-register): Likewise.

* emacs-lisp/syntax.el (syntax-ppss): Likewise.

* puresize.h (BASE_PURESIZE): Increment to 1170000.
2005-10-31 16:41:15 +00:00
Nick Roberts
2ad0fb7d01 (gud-filter): Use comint-update-fence to delete
old prompt comint-prompt-read-only is t and GDB commands are
issued from tool bar etc.
2005-10-31 09:30:35 +00:00
Nick Roberts
f99cf679b3 (gdb-many-windows): Leave window configuration
intact if there is no gud-comint-buffer.
2005-10-31 09:28:48 +00:00
Nick Roberts
c8010cbb64 *** empty log message *** 2005-10-31 09:27:57 +00:00
Miles Bader
3b0596934c Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-630
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 149-151)

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

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

   * lisp/gnus/flow-fill.el (fill-flowed-encode-tests): Restore trailing
   whitespace removed in revision 7.8.  Use concatenated string to
   protect trailing whitespace.

2005-10-27  Jouni K Seppanen <jks@iki.fi>  (tiny change)

   * lisp/gnus/nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
   (nnimap-request-expire-articles): Use it to avoid sending 'UID
   SEARCH UID ... NOT SINCE' queries, for inefficient servers like
   Courier IMAP ("some version from 2004").  Mostly based on similar
   code in the same function.

2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/message.el (message-display-completion-list): New function.
   (message-expand-group): Use it; make sure the Completions buffer
   is modifiable.
2005-10-31 07:07:28 +00:00
Bill Wohler
ece9cbf7d8 (mh-scan-good-msg-regexp, mh-scan-deleted-msg-regexp)
(mh-scan-refiled-msg-regexp, mh-scan-cur-msg-number-regexp): Sync
docstrings with manual.
2005-10-31 01:59:51 +00:00
Bill Wohler
fefc507925 (mh-compose-space-does-completion-flag, mh-signature-separator-flag)
(mh-interpret-number-as-range-flag, mh-adaptive-cmd-note-flag): Use
"Non-nil means" instead of "On means" to remain checkdoc clean and
consistent with Emacs. I raised this issue with the Emacs developers
and Stallman agrees that "On means" should be allowed in custom
docstrings but that this change requires thought and should wait until
after the Emacs 22 release.
2005-10-31 01:37:30 +00:00
Masatake YAMATO
9a36031fef (vc-directory-exclusion-list): Add "{arch}". 2005-10-31 01:22:57 +00:00
Chong Yidong
6c060884e5 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
(thumbs-thumbsdir): Make .emacs.d if it does not exist.
2005-10-30 22:28:08 +00:00
Chong Yidong
ab513ed4f4 * imap.el (imap-open): Handle case where buffer is a buffer
object.
2005-10-30 20:34:53 +00:00
Michael Albinus
55880756f1 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
starting at beginning of line.  Fontification is messed up when
`open-paren-in-column-0-is-defun-start' set to t.  Reported
by John Paul Wallington <jpw@pobox.com>.
2005-10-30 19:58:40 +00:00
Luc Teirlinck
b43fa13418 (comint-send-input): Call `comint-update-fence' when
`comint-process-echoes' and `comint-prompt-read-only' are both
non-nil, to avoid leftover read-only newline.
2005-10-30 16:42:48 +00:00
Luc Teirlinck
8c633bb4ae *** empty log message *** 2005-10-30 16:39:55 +00:00
Richard M. Stallman
b9c5959e44 *** empty log message *** 2005-10-30 15:52:32 +00:00
Richard M. Stallman
00a2681be8 (flyspell-external-point-words):
Detect when WORD can't be checked properly because
flyspell-get-word finds just part of it, and move on.
2005-10-30 15:52:07 +00:00
Richard M. Stallman
fb031ddd98 (ispell-dictionary-alist-5): Add . as boundarychar for Polish.
(ispell-dictionary-alist-4): Add . as boundarychar for Italian.
(ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
2005-10-30 15:49:51 +00:00
Nick Roberts
7c8bd6a4a0 (gdb-tooltip-print-1): Fix regexp.
(gdb-registers-font-lock-keywords): Delete.
(gdb-registers-mode): Don't fontify.
(gdb-info-registers-custom): Use text properties instead as, in
future, changed register values will use font-lock-warning-face.
(gdb-local-font-lock-keywords): Rename to...
(gdb-locals-font-lock-keywords): ...for consistency.
2005-10-30 12:10:14 +00:00
Nick Roberts
f3be774b2b *** empty log message *** 2005-10-30 12:09:08 +00:00
André Spiegel
6aecefa8da # 2005-10-30 11:10:07 +00:00
André Spiegel
bd25cb265f (vc-cvs-delete-file): Commit the file after removing it. 2005-10-30 11:08:41 +00:00
André Spiegel
5e7ae3bddf # 2005-10-30 10:42:26 +00:00
André Spiegel
94ca88e334 (vc-switch-backend): Better error message if the buffer is not visiting a
file under version control.
2005-10-30 10:39:55 +00:00
Chong Yidong
c3ab3701f0 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
~/.emacs.d/.emacs.
2005-10-30 03:57:39 +00:00
Richard M. Stallman
685abb980b *** empty log message *** 2005-10-29 20:04:09 +00:00
Richard M. Stallman
932af01bc5 (occur-mode-mouse-goto): Always go to other window.
(occur-mode-goto-occurrence): Always switch in same window.
2005-10-29 19:49:20 +00:00
Richard M. Stallman
cb3b2ec005 (undo): Display message at end, not at start. 2005-10-29 19:48:22 +00:00
Richard M. Stallman
dbbee52991 (timer-activate, timer-activate-when-idle): New arg REUSE-CELL.
(cancel-timer-internal): New function.
(timer-event-handler): Use cancel-timer-internal,
and pass the cell it returns to timer-activate...
2005-10-29 19:47:23 +00:00
Richard M. Stallman
74614ac6c0 (jit-lock-function, jit-lock-stealth-fontify)
(jit-lock-deferred-fontify, jit-lock-context-fontify)
(jit-lock-after-change): Test memory-full.
2005-10-29 19:45:40 +00:00
Stefan Monnier
c390e28c87 *** empty log message *** 2005-10-29 16:08:20 +00:00
Stefan Monnier
0b6f31bf48 (conf-mode-initialize): New function.
(conf-mode): Remove optional args.  Use delay-mode-hooks to
recognize recursive calls.
(conf-unix-mode, conf-windows-mode, conf-javaprop-mode, conf-space-mode)
(conf-colon-mode, conf-ppd-mode, conf-xdefaults-mode):
Use define-derived-mode and conf-mode-initialize.
2005-10-29 16:01:37 +00:00
Romain Francoise
1cf586a447 (describe-simplify-lib-file-name): Fix regexp. 2005-10-29 14:12:08 +00:00
Eli Zaretskii
feb2f36476 *** empty log message *** 2005-10-29 11:40:18 +00:00
Eli Zaretskii
df570e6fe2 (pgg-gpg-select-matching-key): Fixed: look at the right part of the
decoded armor to find the key-identifier.
(pgg-gpg-lookup-key-owner): New function to return the
human-readable identifier of a key owner.
(pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
key itself.
(pgg-gpg-decrypt-region): Prompt with the key owner (rather
than the key value) if we have a key and can match it against a
secret key.  Also, added an XXX note pointing out fact that the
prompt only indicates the first matching key.
(pgg-pgp-encrypt-region)
(pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
(pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
(pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
argument to all these routines, so the passphrase can be managed
externally and passed in to the system.
(pgg-gpg-possibly-cache-passphrase): Add optional
'notruncate' argument, so the passphrase cache can be used
reliably with identifiers besides a pgp packet's key id.
(pgg-gpg-encrypt-symmetric-region): New function for
symmetric encryption.
(pgg-gpg-symmetric-key-p): New function to check for an symmetric
encrypted session key.
(pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
message ask for the passphrase in a proper way.
2005-10-29 11:31:08 +00:00
Eli Zaretskii
7c700bd114 (pgg-decrypt): Passing along 'passphrase' in call to pgg-decrypt-region.
(pgg-pending-timers): A new hash for tracking the passphrase cache
timers, so that new ones supercede old ones.
(pgg-add-passphrase-to-cache): Renamed from
`pgg-add-passphrase-cache' to reduce confusion (all callers
changed).  Modified to cancel old timers when new ones are added.
(pgg-remove-passphrase-from-cache): Renamed from
`pgg-remove-passphrase-cache' to reduce confusion (all callers
changed).  Modified to cancel old timers when their keys are
removed from the cache.
(pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
XEmacs, an indirection to delete-itimer.
(pgg-read-passphrase-from-cache, pgg-read-passphrase): Extracted
pgg-read-passphrase-from-cache from pgg-read-passphrase so users
can only check cache without risk of prompting.  Corrected bug in
notruncate  behavior.
(pgg-read-passphrase-from-cache, pgg-read-passphrase)
(pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Added
informative docstrings.
(pgg-decrypt): Convey provided passphrase in subordinate call to
pgg-decrypt-region.
(pgg-encrypt-region, pgg-encrypt-symmetric-region)
(pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
(pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
'passphrase' argument, so the passphrase can be managed externally
and then passed in to the system.
(pgg-read-passphrase, pgg-add-passphrase-cache)
(pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
so the passphrase cache can be used reliably with identifiers
besides a pgp packet's key id.
(pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
New user commands for symmetric encryption.
2005-10-29 11:29:41 +00:00
Bill Wohler
50df64d63f * mh-comp.el (mh-annotate-msg): Use new variable
mh-scan-field-destination-offset rather than hard-coding 1.

* mh-customize.el (mh-interpret-number-as-range-flag): Add * to
docstring.
(mh-adaptive-cmd-note-flag-check, mh-scan-format-file-check): New
functions to check input for mh-adaptive-cmd-note-flag and
mh-scan-format-file respectively.
(mh-adaptive-cmd-note-flag, mh-scan-format-file): Docstring fixes, add
:set.

* mh-e.el: (mh-scan-field-destination-offset): New variable. The
destination is the -, t, b, c, or n character for Replied, To, cc,
Bcc, or Newsgroups respectively. (mh-make-folder,
mh-regenerate-headers, mh-generate-new-cmd-note) Call new function
mh-msg-num-width-to-column to make leap between width and column more
explicit.
(mh-msg-num-width-to-column): New function that steals logic from old
mh-set-cmd-note. Also, throw error if mh-scan-format-file isn't t
since we can't adapt the scan lines in this case.
(mh-set-cmd-note): Now just simply sets mh-cmd-note which will make
the documentation more clear.
(mh-generate-new-cmd-note): Docstring fix--mh-cmd-note is a column,
not a width.
(mh-add-sequence-notation, mh-remove-sequence-notation): Use new
variable mh-scan-field-destination-offset rather than hard-coding 1.

* mh-utils.el (mh-cmd-note) Synced docstring with manual.
(mh-notate): Use new variable mh-scan-field-destination-offset rather
than hard-coding 1.
(mh-message-number-width): Rename to mh-msg-num-width to be consistent
with mh-get-msg-num and mh-msg-num-width-to-column.
2005-10-29 05:09:05 +00:00
Bill Wohler
ec397a34fb (mh-x-face-file, mh-show-use-xface-flag)
(mail-citation-hook): Quote URLs in docstrings and precede with `URL'.
The former will suppress checkdoc warnings, the latter will turn them
into hyperlinks in Emacs 22 (I just added the code to do that today).
(mh-scan-format-file): Checkdoc fix.
2005-10-28 22:28:31 +00:00
Bill Wohler
5c825567d0 (help-url): New button type. Calls browse-url.
(help-xref-url-regexp): New regexp to recognize URLs in docstring.
Similar to Info nodes: URL `url'.
(help-make-xrefs): Create help-url buttons for help-xref-url-regexp
matches.
2005-10-28 21:27:13 +00:00
Nick Roberts
7c06485983 (tool-bar-add-item-from-menu)
(tool-bar-local-item-from-menu): Fix doc strings.
2005-10-28 21:03:35 +00:00
Nick Roberts
147ebacae1 *** empty log message *** 2005-10-28 21:02:56 +00:00
Romain Francoise
6a9e60bc9d Update. 2005-10-28 17:06:03 +00:00
Romain Francoise
059a552c5c * subr.el (locate-library): Move from help-fns.el.
* help-fns.el (locate-library): Move to subr.el.
2005-10-28 16:55:48 +00:00
Richard M. Stallman
107fb6c995 *** empty log message *** 2005-10-28 16:44:46 +00:00
Richard M. Stallman
8cee983d52 (tramp-completion-mode): defvar moved up. 2005-10-28 16:23:55 +00:00
Richard M. Stallman
81013a6cde (easy-menu-change): Doc fix. 2005-10-28 16:22:47 +00:00
Richard M. Stallman
646cb69e5a (tool-bar-mode): Delete autoload cookie. 2005-10-28 16:22:08 +00:00
Richard M. Stallman
879bae91ca (find-file-noselect): Use %d to format large file size. 2005-10-28 16:20:12 +00:00
Richard M. Stallman
3d88265867 (help-echo): Add %e. 2005-10-28 16:19:16 +00:00
Richard M. Stallman
165b0fa03d ("facemenu"): Load unconditionally.
("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
("x-dnd"): Load, when appropriate.
2005-10-28 16:17:01 +00:00
Richard M. Stallman
ce98f555a7 (command-line): Call before-init-hook earlier.
Warn about some bad characters in -u user name.
2005-10-28 15:43:15 +00:00
Andreas Schwab
a312f21413 (View-revert-buffer-scroll-page-forward): Use
view-page-size-default.
2005-10-28 09:43:01 +00:00
Juri Linkov
895725e10c *** empty log message *** 2005-10-28 06:00:50 +00:00
Juri Linkov
91a802b0bf (quail-get-current-str): Translate last raw character
for deterministic input methods.
2005-10-28 05:47:31 +00:00
Jay Belanger
887ec6f1cd *** empty log message *** 2005-10-28 04:50:27 +00:00
Richard M. Stallman
ca7250cb5a (flyspell-large-region): Pass -t if Tex file.
(flyspell-external-point-words): Error if misspelled word is not found.
Set flyspell-large-region-beg at end of word.
2005-10-28 04:22:19 +00:00
Jay Belanger
93e7f88942 (calcFunc-writeoutpower, math-write-out-power, calc-writeoutpower):
New functions.
2005-10-28 03:52:38 +00:00
Jay Belanger
5c0e273a4c (calcFunc-inv): Check for symbolic matrices. 2005-10-28 03:52:08 +00:00
Jay Belanger
7199ddd28e (calc-mul-symb-fancy): Add checks for multiplication by an identity
matrix, don't turn multiplication by an inverse matrix into division.
(math-div-symbol-fancy):  Replace division by matrices with
multiplication by inverse.
2005-10-28 03:51:36 +00:00