1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-04 11:40:22 +00:00
Commit Graph

60273 Commits

Author SHA1 Message Date
Kim F. Storm
60758816f2 (Fcompare_buffer_substrings): Fix last change. 2005-10-24 08:35:50 +00:00
Kim F. Storm
59017afb20 *** empty log message *** 2005-10-24 08:35:32 +00:00
Kenichi Handa
3d930b1785 (handle_one_xevent): Handle keysyms directly mapped to
supported Unicode characters.
2005-10-24 08:05:36 +00:00
Kenichi Handa
bde7944bda (charset_mule_unicode_0100_24ff)
(charset_mule_unicode_2500_33ff, charset_mule_unicode_e000_ffff):
Extern them.
2005-10-24 08:04:01 +00:00
Kenichi Handa
c64582beaa (charset_mule_unicode_0100_24ff)
(charset_mule_unicode_2500_33ff, charset_mule_unicode_e000_ffff):
New variables.
(Fsetup_special_charsets): Initialize them.
2005-10-24 08:03:17 +00:00
Glenn Morris
d2afe62f2a From Ulf Jasper <ulf.jasper@web.de>:
(icalendar-version): Increase to 0.13. Now a string.
(icalendar-import-format): Handle CLASS, STATUS, URL. Rename
`subject' to `summary'.
(icalendar-import-format-summary): Rename from
`icalendar-import-format-subject'.
(icalendar-import-format-url, icalendar-import-format-status)
(icalendar-import-format-class): New variables.
(icalendar--rris): Take variable argument list.
(icalendar--datestring-to-isodate): Remove unnecessary
calendar-style check when converting dates with explicit month
names.
(icalendar-export-region): Change return type of conversion
subroutines.  Bury current buffer unless error occurred.
(icalendar--convert-to-ical)
(icalendar--parse-summary-and-rest): New functions.
(icalendar--convert-ordinary-to-ical)
(icalendar--convert-weekly-to-ical)
(icalendar--convert-yearly-to-ical)
(icalendar--convert-block-to-ical)
(icalendar--convert-cyclic-to-ical)
(icalendar--convert-anniversary-to-ical): Change return type.
Strip trailing blanks from subject.
(icalendar--convert-sexp-to-ical): Change return type.
Strip trailing blanks from subject.  Handle simple sexp
entries as generated by icalendar.el.
(icalendar--convert-float-to-ical)
(icalendar--convert-date-to-ical): Strip trailing blanks from
subject.
(icalendar-import-file): Doc fix.
(icalendar--format-ical-event): Handle CLASS, STATUS, URL.
Correct call to icalendar--rris.
(icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
`summary'.
(icalendar--add-diary-entry): Rename `subject' to `summary'.
2005-10-24 07:27:39 +00:00
Glenn Morris
ad1eff1bc7 *** empty log message *** 2005-10-24 07:26:18 +00:00
Romain Francoise
c7cad90c7e (occur-engine): Rearrange text properties. 2005-10-24 06:19:32 +00:00
Miles Bader
97c60a3863 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-616
Add lisp/mh-e/.arch-inventory
2005-10-24 06:00:50 +00:00
Bill Wohler
136e028350 (mh-interpret-number-as-range-flag): Sync docstring with manual. 2005-10-24 05:24:59 +00:00
Stefan Monnier
7c5ba0d218 *** empty log message *** 2005-10-24 03:53:23 +00:00
Stefan Monnier
1fe3c8f535 (debugger-make-xrefs): Don't assume case-fold-search is nil.
(debug-help-follow): Use help-xref-interned directly.
2005-10-24 03:52:35 +00:00
Stefan Monnier
1149fd6f89 (Fcompare_buffer_substrings): Handle multibyte chars. 2005-10-24 03:51:05 +00:00
Richard M. Stallman
61796b3ce3 (el1): Capability deleted, since term.el doesn't implement it. 2005-10-24 03:37:47 +00:00
YAMAMOTO Mitsuharu
81fa735db7 Replace Mac OS 8/9' with Mac OS Classic'. Add `FIXME'
to descriptions about Metrowerks CodeWarrior.  Remove obsolete
descriptions about C-g and supported image types.
2005-10-24 00:53:27 +00:00
YAMAMOTO Mitsuharu
0a1bb12333 Replace Mac OS 8/9' with Mac OS Classic'. Add
`FIXME' to descriptions about Metrowerks CodeWarrior.  Remove
obsolete description about 512MB limit and icon on Mac OS Classic.
Add description about flags for experimental features.
2005-10-24 00:53:00 +00:00
Richard M. Stallman
1df6425458 (inhibit-face-set-after-frame-default): New variable.
(set-face-attribute): Bind it.
(face-set-after-frame-default): Test it.
2005-10-24 00:10:02 +00:00
Kim F. Storm
96664fc024 *** empty log message *** 2005-10-23 22:58:33 +00:00
Bill Wohler
1bea9ec4d5 Autoload mm-uu for mm-uu-dissect to avoid compiler warning in Emacs
22.
2005-10-23 22:47:45 +00:00
Bill Wohler
9a51cf9e1c * mh-identity.el (mh-assoc-ignore-case): Merge with version in
mh-alias.el and move to mh-acros.el

* mh-alias.el (mh-assoc-ignore-case): Merge with version in
mh-identity.el and move to mh-acros.el

* mh-acros.el (mh-assoc-ignore-case): Merge of function from
mh-identity.el and mh-alias.el.
2005-10-23 22:47:27 +00:00
Satyaki Das
1dd9796d2b * mh-identity.el (mh-assoc-ignore-case): New macro that uses
assoc-string (if the function is available) and falls back on
assoc-ignore-case if assoc-string is not found.
(mh-identity-field-handler): Use mh-assoc-ignore-case since
assoc-ignore-case is a obsolete function in Emacs 22.

* mh-e.el (mh-folder-buttons-init-flag): New variable that keeps
track of whether the tool-bar in mh-folder-mode has been
initialized yet.
(mh-folder-mode): Initialize the tool-bar for folders the first
time we get into mh-letter-mode.

* mh-customize.el (mh-buffer-exists-p): New function which tests
presence of buffers of a given mode.
(mh-tool-bar-define): New functions
mh-tool-bar-folder-buttons-init and
mh-tool-bar-letter-buttons-init are defined. These functions are
used to create the tool-bar from the corresponding customizable
variables.

* mh-comp.el (mh-letter-buttons-init-flag): New variable that
keeps track of whether the tool-bar in mh-letter-mode has been
initialized yet.
(mh-letter-mode): Initialize the tool-bar for drafts the first
time we get into mh-letter-mode.
2005-10-23 22:34:34 +00:00
Chong Yidong
3a20e510a3 * thumbs.el (thumbs-image-type): Add .pbm. 2005-10-23 21:50:34 +00:00
Bill Wohler
0c47b17c56 * mh-comp.el (mh-letter-menu): Rename
mh-mhn-compose-external-compressed-tar to
mh-mh-compose-external-compressed-tar. Rename mh-mhn-compose-anon-ftp
to mh-mh-compose-anon-ftp. Rename mh-edit-mhn to mh-mh-to-mime. Rename
mh-mhn-directive-present-p to mh-mh-directive-present-p. Rename
mh-revert-mhn-edit to mh-mh-to-mime-undo. Rename
mh-gnus-pgp-support-flag to mh-pgp-support-flag. Rename
mh-compose-insertion value from 'mhn to 'mh.
(mh-insert-signature): Rename mh-mhn-directive-present-p to
mh-mh-directive-present-p.
(mh-send-letter): Rename mh-mhn-directive-present-p to
mh-mh-directive-present-p. Rename mh-edit-mhn to mh-mh-to-mime.
(mh-letter-mode-map): Rename mh-edit-mhn to mh-mh-to-mime. Rename
mh-mhn-compose-anon-ftp to mh-mh-compose-anon-ftp. Rename
mh-mhn-compose-external-compressed-tar to
mh-mh-compose-external-compressed-tar. Rename mh-revert-mhn-edit to
mh-mh-to-mime-undo. Rename mh-mhn-compose-external-type to
mh-mh-compose-external-type. Rename mh-mhn-compose-anon-ftp to
mh-mh-compose-anon-ftp. Rename mh-mhn-compose-external-compressed-tar
to mh-mh-compose-external-compressed-tar. Rename mh-revert-mhn-edit to
mh-mh-to-mime-undo. Rename mh-mhn-compose-external-type to
mh-mh-compose-external-type.
(mh-send-letter, mh-letter-mode-map): Rename mh-edit-mhn to
mh-mh-to-mime, mh-revert-mhn-edit to mh-mh-to-mime-undo.
(mh-reply, mh-yank-cur-msg, mh-insert-prefix-string): Rename
mh-yank-from-start-of-msg to mh-yank-behavior. (mh-letter-mode,
mh-to-field, mh-to-fcc, mh-insert-signature) (mh-check-whom,
mh-insert-auto-fields, mh-send-letter) (mh-insert-letter,
mh-yank-cur-msg, mh-insert-prefix-string) (mh-fully-kill-draft,
mh-open-line, mh-letter-complete) (mh-letter-complete-or-space,
mh-letter-confirm-address) (mh-letter-next-header-field-or-indent)
(mh-letter-previous-header-field)
(mh-letter-toggle-header-field-display): Sync docstrings with manual.

* mh-customize.el (mh-edit-mhn-hook): Rename to mh-mh-to-mime-hook.
(mh-yank-from-start-of-msg): Rename to mh-yank-behavior.
(mh-compose-insertion): Rename values from 'gnus and 'mhn to 'mh and
user-visible values from mhn and Gnus to MH and MML.
(mh-before-send-letter-hook): Added 'ispell-message option.
(mh-mml-method-default): Rename mh-gnus-pgp-support-flag to
mh-pgp-support-flag. (mh-compose-insertion,
mh-compose-space-does-completion-flag)
(mh-delete-yanked-msg-window-flag) (mh-extract-from-attribution-verb,
mh-ins-buf-prefix) (mh-letter-complete-function,
mh-letter-fill-column) (mh-mml-method-default, mh-signature-file-name)
(mh-signature-separator-flag, mh-x-face-file) (mh-yank-behavior,
mail-citation-hook)
(mh-before-send-letter-hook, mh-mh-to-mime-hook): Sync docstrings with
manual.

* mh-gnus.el (mml-minibuffer-read-disposition): New function provided
for Emacs 21 environments that lack it.

* mh-mime.el (mh-mml-query-cryptographic-method): Use default prompt
convention.
(mh-compose-forward): mh-mh-forward-message requires string arg.
(mh-minibuffer-read-type): New function.
(mh-mhn-args): Rename to mh-mh-to-mime-args.
(mh-mhn-compose-insertion): Rename to mh-mh-attach-file.
(mh-mhn-compose-forw): Rename to mh-mh-forward-message.
(mh-mhn-compose-type): Rename to mh-mh-compose-type.
(mh-mhn-compose-anon-ftp): Rename to mh-mh-compose-anon-ftp. Rename
mh-mhn-compose-external-type to mh-mh-compose-external-type.
(mh-mhn-compose-external-compressed-tar): Rename to
mh-mh-compose-external-compressed-tar. Rename
mh-mhn-compose-external-type to mh-mh-compose-external-type.
(mh-mhn-compose-external-type): Rename to mh-mh-compose-external-type.
(mh-edit-mhn): Rename to mh-mh-to-mime. Rename mh-mhn-args to
mh-mh-to-mime-args. Rename mh-edit-mhn-hook to mh-mh-to-mime-hook. Use
correct program in message.
(mh-mhn-directive-present-p): Rename to mh-mh-directive-present-p.
(mh-mml-directive-present-p): Rename to mh-mml-tag-present-p.
(mh-compose-forward, mh-mh-attach-file) (mh-mh-compose-anon-ftp,
mh-mh-compose-external-compressed-tar) (mh-mh-compose-external-type,
mh-mh-forward-message)
(mh-mml-attach-file): Use mml-minibuffer-read-description,
mh-minibuffer-read-type.
(mh-mime-content-types): Moved comment about only being used in Emacs
20 to docstring.
(mh-mh-compose-external-type): Rename extra-param argument to
parameters. (mh-mml-to-mime, mh-secure-message)
(mh-mml-unsecure-message, mh-mime-display-part)
(mh-mime-display-single): Rename mh-gnus-pgp-support-flag to
mh-pgp-support-flag.
(mh-compose-insertion): Rename mh-mhn-compose-insertion to
mh-mh-attach-file.
(mh-compose-forward): Rename mh-mhn-compose-forw to
mh-mh-forward-message.
(mh-mhn-compose-insertion): Rename mh-mhn-compose-type to
mh-mh-compose-type. (mh-compose-insertion, mh-compose-forward,
mh-mh-to-mime-args) (mh-mh-attach-file, mh-mh-compose-type)
(mh-mh-compose-anon-ftp, mh-mh-compose-external-compressed-tar)
(mh-mh-compose-external-compressed-tar) (mh-mh-compose-external-type,
mh-mh-forward-message) (mh-mh-to-mime, mh-mh-quote-unescaped-sharp,
(mh-mh-to-mime-undo, mh-mh-directive-present-p, mh-mml-to-mime)
(mh-mml-attach-file, mh-secure-message, mh-mml-unsecure-message)
(mh-mml-secure-message-sign, mh-mml-secure-message-encrypt)
(mh-mml-directive-present-p, mh-destroy-postponed-handles)
(mh-display-smileys, mh-display-emphasis, mh-mime-save-parts): Sync
docstrings with manual.

* mh-utils.el (mh-gnus-pgp-support-flag): Rename to
mh-pgp-support-flag.
2005-10-23 21:26:17 +00:00
Jan Djärv
a4b0e228b6 * xterm.c (note_mouse_movement): Always call note_mouse_highlight
so tool tips don't interfere with press on tool bar button.
2005-10-23 21:12:46 +00:00
Richard M. Stallman
6a89788796 *** empty log message *** 2005-10-23 19:13:19 +00:00
Richard M. Stallman
d1a74d5813 (describe-face): Use describe-simplify-lib-file-name. 2005-10-23 19:12:50 +00:00
Richard M. Stallman
9888177fec (describe-simplify-lib-file-name): New function.
(describe-function-1, describe-variable): Use it.
2005-10-23 19:12:10 +00:00
Richard M. Stallman
24c324f993 *** empty log message *** 2005-10-23 18:32:58 +00:00
Richard M. Stallman
5fddd8e6dd (tooltip-x-offset, tooltip-y-offset): Change defaults.
Eliminate nil as possible value.
(tooltip-hide-delay): Reduce internal-border-width.
2005-10-23 18:31:25 +00:00
Richard M. Stallman
220602e9d3 (menu-bar-file-menu) <dired>: Change help-echo string.
(menu-bar-file-menu) <new-file>: Likewise.
2005-10-23 18:29:43 +00:00
Richard M. Stallman
a5b4a6a043 (line-move-finish): Ignore fields computing LINE-END. 2005-10-23 18:26:38 +00:00
Richard M. Stallman
01ae35c122 (load-with-code-conversion):
Pass full file name to `eval-buffer' unless preloading.
2005-10-23 18:24:00 +00:00
Richard M. Stallman
4ad093d0b5 (flyspell-large-region): Call ispell-check-version. 2005-10-23 18:22:49 +00:00
Richard M. Stallman
a8097641a5 (ispell-local-dictionary-overridden): Fix the
make-variable-buffer-local call that was supposed to be for this variable.
(ispell-aspell-supports-utf8): Doc fix.
(ispell-find-aspell-dictionaries): Preserve elements of
ispell-dictionary-alist for dictionaries that aspell doesn't report.
(ispell-aspell-find-dictionary): Return nil on error.
2005-10-23 18:22:06 +00:00
Richard M. Stallman
a8bccd82cf (doctor-doc): Don't say "psychiatrist".
(doctor-symptoms): Likewise.
2005-10-23 18:19:47 +00:00
Richard M. Stallman
751fc7d908 (Overlay Arrow): Clarify about local bindings of overlay-arrow-position. 2005-10-23 18:18:11 +00:00
Richard M. Stallman
00301578bd (Init File): Recommend when to use site-start.el. 2005-10-23 18:01:25 +00:00
Richard M. Stallman
faf142ec82 (add-log-current-defun): Clean up handling of DEFUNs. 2005-10-23 17:58:45 +00:00
Lars Hansen
e536613ebf (Miscellaneous Commands): Replace dired-do-relative-symlink by dired-do-relsymlink
and dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.
2005-10-23 17:45:24 +00:00
Chong Yidong
87911bdbb8 * cus-edit.el (custom-button, custom-button-pressed): New vars.
(custom-raised-buttons): Add :set spec.
	(custom-button-unraised, custom-button-pressed-unraised): New
	faces, so that custom-raised-buttons actually does something.
	(custom-mode): Use custom-button and custom-button-pressed.

	* wid-edit.el (widget-specify-button): Don't ignore
	widget-mouse-face on graphic terminals.
	(widget-move-and-invoke): Cleanup.
2005-10-23 17:40:38 +00:00
Richard M. Stallman
f6a18aa2a4 (Fset_case_table): Doc fix. 2005-10-23 17:26:53 +00:00
Richard M. Stallman
b502a9a160 (build_load_history): Replace STREAM arg with ENTIRE.
(readevalloop): Compute ENTIRE properly.
(syms_of_lread) <load-history>: Doc fix.
2005-10-23 17:25:43 +00:00
Jay Belanger
bd4244cbf8 (Predefined Units): Use `alpha' for the fine structure constant. 2005-10-23 17:18:09 +00:00
Chong Yidong
7cd9f860a9 Reverted last change for a better fix:
* gnus-sum.el (gnus-ignored-from-addresses): Handle case where
	user-mail-name is an empty string.
2005-10-23 16:29:35 +00:00
Chong Yidong
2a0d53ac48 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Handle case
where gnus-ignored-from-address is an empty string.
2005-10-23 16:25:36 +00:00
Thien-Thi Nguyen
04f0adee72 (whitespace-cleanup): Doc fix. 2005-10-23 13:30:15 +00:00
Romain Francoise
90066cb5e0 (viper-set-hooks): Quote forms passed to `eval-after-load' to avoid
evaluating their result.
2005-10-23 12:47:11 +00:00
Michael Albinus
9bc260cfb7 * files.el (directory-listing-before-filename-regexp): New
defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.

* dired.el (dired-move-to-filename-regexp): Removed.  All
occurences replaced by `directory-listing-before-filename-regexp'.

* dired-x.el, locate.el, vc.el: Replace
`dired-move-to-filename-regexp' by
`directory-listing-before-filename-regexp'.  In vc.el it is
overwritten locally; maybe this can be handled in files.el too.

* net/ange-ftp.el (ange-ftp-date-regexp): Removed.  All occurences
replaced by `directory-listing-before-filename-regexp'.

* faq.texi (Bugs and problems): Replace
`dired-move-to-filename-regexp' by
`directory-listing-before-filename-regexp'.
2005-10-23 12:17:28 +00:00
Andreas Schwab
9f40e1d51e (lisp-font-lock-keywords-2): Add eval-at-startup
and eval-next-after-load.
2005-10-23 09:45:44 +00:00
Romain Francoise
4bdce43863 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
* mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
	exist, create it.
2005-10-23 09:19:37 +00:00