]> code.delx.au - gnu-emacs/log
gnu-emacs
18 years ago(easy-mmode-define-global-mode): Don't add a dummy doc-string-elt property.
Stefan Monnier [Mon, 24 Oct 2005 16:47:53 +0000 (16:47 +0000)]
(easy-mmode-define-global-mode): Don't add a dummy doc-string-elt property.
(defalias, defvaralias, define-category): Add a docstring property.

18 years ago(define-obsolete-function-alias, define-obsolete-variable-alias):
Stefan Monnier [Mon, 24 Oct 2005 16:44:55 +0000 (16:44 +0000)]
(define-obsolete-function-alias, define-obsolete-variable-alias):
Add `doc-string' declaration.

18 years ago(defimage): Add `doc-string' declaration.
Stefan Monnier [Mon, 24 Oct 2005 16:43:03 +0000 (16:43 +0000)]
(defimage): Add `doc-string' declaration.

18 years ago(define-widget): Add `doc-string' declaration.
Stefan Monnier [Mon, 24 Oct 2005 16:42:33 +0000 (16:42 +0000)]
(define-widget): Add `doc-string' declaration.

18 years agoSmall doc fix.
Masatake YAMATO [Mon, 24 Oct 2005 16:22:16 +0000 (16:22 +0000)]
Small doc fix.

18 years ago(defface, defcustom): Add `doc-string' declaration.
Stefan Monnier [Mon, 24 Oct 2005 16:17:11 +0000 (16:17 +0000)]
(defface, defcustom): Add `doc-string' declaration.

18 years ago(ad-make-advised-definition): Fix arg-order.
Stefan Monnier [Mon, 24 Oct 2005 16:14:34 +0000 (16:14 +0000)]
(ad-make-advised-definition): Fix arg-order.
(defadvice): Add `doc-string' declaration.

18 years ago(macro-declaration-function): Add a `doc-string' declaration.
Stefan Monnier [Mon, 24 Oct 2005 16:10:42 +0000 (16:10 +0000)]
(macro-declaration-function): Add a `doc-string' declaration.

18 years agoUndo 2005-10-23 change.
Kim F. Storm [Mon, 24 Oct 2005 14:59:42 +0000 (14:59 +0000)]
Undo 2005-10-23 change.
(last_mouse_glyph_frame): New var.
(note_mouse_movement): Say mouse moved if current frame differs
from last_mouse_glyph_frame, and update last_mouse_glyph_frame.
(XTmouse_position): Set last_mouse_glyph_frame.
(handle_one_xevent): Clear last_mouse_glyph_frame [instead of
last_mouse_glyph] on mouse up/down event.

18 years ago*** empty log message ***
Kim F. Storm [Mon, 24 Oct 2005 14:59:29 +0000 (14:59 +0000)]
*** empty log message ***

18 years ago(ucs-input-activate): Don't add
Kenichi Handa [Mon, 24 Oct 2005 12:40:57 +0000 (12:40 +0000)]
(ucs-input-activate): Don't add
quail-kill-guidance-buf to kill-buffer-hook.

18 years ago(utf-7): Add autoload cookie.
Kenichi Handa [Mon, 24 Oct 2005 11:37:03 +0000 (11:37 +0000)]
(utf-7): Add autoload cookie.

18 years agoRegister more Cyrillic characters in x-keysym-table.
Kenichi Handa [Mon, 24 Oct 2005 11:09:06 +0000 (11:09 +0000)]
Register more Cyrillic characters in x-keysym-table.

18 years ago(server-sentinel): Set query-on-exit flag to nil on new client processes
Romain Francoise [Mon, 24 Oct 2005 11:06:03 +0000 (11:06 +0000)]
(server-sentinel): Set query-on-exit flag to nil on new client processes
(it isn't inherited from the server process).

18 years agoRegenerated to reflect latest changes.
Eli Zaretskii [Mon, 24 Oct 2005 10:58:47 +0000 (10:58 +0000)]
Regenerated to reflect latest changes.

18 years ago(autoloads): Use "." instead of $(lisp) in the list of directories passed
Eli Zaretskii [Mon, 24 Oct 2005 10:55:25 +0000 (10:55 +0000)]
(autoloads): Use "." instead of $(lisp) in the list of directories passed
to batch-update-autoloads.  Add "." to the list of the echoed directories.

18 years ago*** empty log message ***
Eli Zaretskii [Mon, 24 Oct 2005 09:50:41 +0000 (09:50 +0000)]
*** empty log message ***

18 years agoMoved pgg*.el files from lisp/gnus to lisp.
Eli Zaretskii [Mon, 24 Oct 2005 09:46:27 +0000 (09:46 +0000)]
Moved pgg*.el files from lisp/gnus to lisp.

18 years ago(gdb-send): Bind inhibit-read-only to t
Nick Roberts [Mon, 24 Oct 2005 08:54:18 +0000 (08:54 +0000)]
(gdb-send): Bind inhibit-read-only to t
in case comint-prompt-read-only is set to t.

18 years ago(gud-filter): Bind inhibit-read-only to t
Nick Roberts [Mon, 24 Oct 2005 08:50:45 +0000 (08:50 +0000)]
(gud-filter): Bind inhibit-read-only to t
in case comint-prompt-read-only is set to t.

18 years ago*** empty log message ***
Nick Roberts [Mon, 24 Oct 2005 08:49:16 +0000 (08:49 +0000)]
*** empty log message ***

18 years ago(Fcompare_buffer_substrings): Fix last change.
Kim F. Storm [Mon, 24 Oct 2005 08:35:50 +0000 (08:35 +0000)]
(Fcompare_buffer_substrings): Fix last change.

18 years ago*** empty log message ***
Kim F. Storm [Mon, 24 Oct 2005 08:35:32 +0000 (08:35 +0000)]
*** empty log message ***

18 years ago(handle_one_xevent): Handle keysyms directly mapped to
Kenichi Handa [Mon, 24 Oct 2005 08:05:36 +0000 (08:05 +0000)]
(handle_one_xevent): Handle keysyms directly mapped to
supported Unicode characters.

18 years ago(charset_mule_unicode_0100_24ff)
Kenichi Handa [Mon, 24 Oct 2005 08:04:01 +0000 (08:04 +0000)]
(charset_mule_unicode_0100_24ff)
(charset_mule_unicode_2500_33ff, charset_mule_unicode_e000_ffff):
Extern them.

18 years ago(charset_mule_unicode_0100_24ff)
Kenichi Handa [Mon, 24 Oct 2005 08:03:17 +0000 (08:03 +0000)]
(charset_mule_unicode_0100_24ff)
(charset_mule_unicode_2500_33ff, charset_mule_unicode_e000_ffff):
New variables.
(Fsetup_special_charsets): Initialize them.

18 years agoFrom Ulf Jasper <ulf.jasper@web.de>:
Glenn Morris [Mon, 24 Oct 2005 07:27:39 +0000 (07:27 +0000)]
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'.

18 years ago*** empty log message ***
Glenn Morris [Mon, 24 Oct 2005 07:26:18 +0000 (07:26 +0000)]
*** empty log message ***

18 years ago(occur-engine): Rearrange text properties.
Romain Francoise [Mon, 24 Oct 2005 06:19:32 +0000 (06:19 +0000)]
(occur-engine): Rearrange text properties.

18 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-616
Miles Bader [Mon, 24 Oct 2005 06:00:50 +0000 (06:00 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-616

Add lisp/mh-e/.arch-inventory

18 years ago(mh-interpret-number-as-range-flag): Sync docstring with manual.
Bill Wohler [Mon, 24 Oct 2005 05:24:59 +0000 (05:24 +0000)]
(mh-interpret-number-as-range-flag): Sync docstring with manual.

18 years ago*** empty log message ***
Stefan Monnier [Mon, 24 Oct 2005 03:53:23 +0000 (03:53 +0000)]
*** empty log message ***

18 years ago(debugger-make-xrefs): Don't assume case-fold-search is nil.
Stefan Monnier [Mon, 24 Oct 2005 03:52:35 +0000 (03:52 +0000)]
(debugger-make-xrefs): Don't assume case-fold-search is nil.
(debug-help-follow): Use help-xref-interned directly.

18 years ago(Fcompare_buffer_substrings): Handle multibyte chars.
Stefan Monnier [Mon, 24 Oct 2005 03:51:05 +0000 (03:51 +0000)]
(Fcompare_buffer_substrings): Handle multibyte chars.

18 years ago(el1): Capability deleted, since term.el doesn't implement it.
Richard M. Stallman [Mon, 24 Oct 2005 03:37:47 +0000 (03:37 +0000)]
(el1): Capability deleted, since term.el doesn't implement it.

18 years agoReplace `Mac OS 8/9' with `Mac OS Classic'. Add `FIXME'
YAMAMOTO Mitsuharu [Mon, 24 Oct 2005 00:53:27 +0000 (00:53 +0000)]
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.

18 years agoReplace `Mac OS 8/9' with `Mac OS Classic'. Add
YAMAMOTO Mitsuharu [Mon, 24 Oct 2005 00:53:00 +0000 (00:53 +0000)]
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.

18 years ago(inhibit-face-set-after-frame-default): New variable.
Richard M. Stallman [Mon, 24 Oct 2005 00:10:02 +0000 (00:10 +0000)]
(inhibit-face-set-after-frame-default): New variable.
(set-face-attribute): Bind it.
(face-set-after-frame-default): Test it.

18 years ago*** empty log message ***
Kim F. Storm [Sun, 23 Oct 2005 22:58:33 +0000 (22:58 +0000)]
*** empty log message ***

18 years agoAutoload mm-uu for mm-uu-dissect to avoid compiler warning in Emacs
Bill Wohler [Sun, 23 Oct 2005 22:47:45 +0000 (22:47 +0000)]
Autoload mm-uu for mm-uu-dissect to avoid compiler warning in Emacs
22.

18 years ago* mh-identity.el (mh-assoc-ignore-case): Merge with version in
Bill Wohler [Sun, 23 Oct 2005 22:47:27 +0000 (22:47 +0000)]
* 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.

18 years ago* mh-identity.el (mh-assoc-ignore-case): New macro that uses
Satyaki Das [Sun, 23 Oct 2005 22:34:34 +0000 (22:34 +0000)]
* 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.

18 years ago* thumbs.el (thumbs-image-type): Add .pbm.
Chong Yidong [Sun, 23 Oct 2005 21:50:34 +0000 (21:50 +0000)]
* thumbs.el (thumbs-image-type): Add .pbm.

18 years ago* mh-comp.el (mh-letter-menu): Rename
Bill Wohler [Sun, 23 Oct 2005 21:26:17 +0000 (21:26 +0000)]
* 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.

18 years ago* xterm.c (note_mouse_movement): Always call note_mouse_highlight
Jan Djärv [Sun, 23 Oct 2005 21:12:46 +0000 (21:12 +0000)]
* xterm.c (note_mouse_movement): Always call note_mouse_highlight
so tool tips don't interfere with press on tool bar button.

18 years ago*** empty log message ***
Richard M. Stallman [Sun, 23 Oct 2005 19:13:19 +0000 (19:13 +0000)]
*** empty log message ***

18 years ago(describe-face): Use describe-simplify-lib-file-name.
Richard M. Stallman [Sun, 23 Oct 2005 19:12:50 +0000 (19:12 +0000)]
(describe-face): Use describe-simplify-lib-file-name.

18 years ago(describe-simplify-lib-file-name): New function.
Richard M. Stallman [Sun, 23 Oct 2005 19:12:10 +0000 (19:12 +0000)]
(describe-simplify-lib-file-name): New function.
(describe-function-1, describe-variable): Use it.

18 years ago*** empty log message ***
Richard M. Stallman [Sun, 23 Oct 2005 18:32:58 +0000 (18:32 +0000)]
*** empty log message ***

18 years ago(tooltip-x-offset, tooltip-y-offset): Change defaults.
Richard M. Stallman [Sun, 23 Oct 2005 18:31:25 +0000 (18:31 +0000)]
(tooltip-x-offset, tooltip-y-offset): Change defaults.
Eliminate nil as possible value.
(tooltip-hide-delay): Reduce internal-border-width.

18 years ago(menu-bar-file-menu) <dired>: Change help-echo string.
Richard M. Stallman [Sun, 23 Oct 2005 18:29:43 +0000 (18:29 +0000)]
(menu-bar-file-menu) <dired>: Change help-echo string.
(menu-bar-file-menu) <new-file>: Likewise.

18 years ago(line-move-finish): Ignore fields computing LINE-END.
Richard M. Stallman [Sun, 23 Oct 2005 18:26:38 +0000 (18:26 +0000)]
(line-move-finish): Ignore fields computing LINE-END.

18 years ago(load-with-code-conversion):
Richard M. Stallman [Sun, 23 Oct 2005 18:24:00 +0000 (18:24 +0000)]
(load-with-code-conversion):
Pass full file name to `eval-buffer' unless preloading.

18 years ago(flyspell-large-region): Call ispell-check-version.
Richard M. Stallman [Sun, 23 Oct 2005 18:22:49 +0000 (18:22 +0000)]
(flyspell-large-region): Call ispell-check-version.

18 years ago(ispell-local-dictionary-overridden): Fix the
Richard M. Stallman [Sun, 23 Oct 2005 18:22:06 +0000 (18:22 +0000)]
(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.

18 years ago(doctor-doc): Don't say "psychiatrist".
Richard M. Stallman [Sun, 23 Oct 2005 18:19:47 +0000 (18:19 +0000)]
(doctor-doc): Don't say "psychiatrist".
(doctor-symptoms): Likewise.

18 years ago(Overlay Arrow): Clarify about local bindings of overlay-arrow-position.
Richard M. Stallman [Sun, 23 Oct 2005 18:18:11 +0000 (18:18 +0000)]
(Overlay Arrow): Clarify about local bindings of overlay-arrow-position.

18 years ago(Init File): Recommend when to use site-start.el.
Richard M. Stallman [Sun, 23 Oct 2005 18:01:25 +0000 (18:01 +0000)]
(Init File): Recommend when to use site-start.el.

18 years ago(add-log-current-defun): Clean up handling of DEFUNs.
Richard M. Stallman [Sun, 23 Oct 2005 17:58:45 +0000 (17:58 +0000)]
(add-log-current-defun): Clean up handling of DEFUNs.

18 years ago(Miscellaneous Commands): Replace dired-do-relative-symlink by dired-do-relsymlink
Lars Hansen [Sun, 23 Oct 2005 17:45:24 +0000 (17:45 +0000)]
(Miscellaneous Commands): Replace dired-do-relative-symlink by dired-do-relsymlink
and dired-do-relative-symlink-regexp by dired-do-relsymlink-regexp.

18 years ago* cus-edit.el (custom-button, custom-button-pressed): New vars.
Chong Yidong [Sun, 23 Oct 2005 17:40:38 +0000 (17:40 +0000)]
* 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.

18 years ago(Fset_case_table): Doc fix.
Richard M. Stallman [Sun, 23 Oct 2005 17:26:53 +0000 (17:26 +0000)]
(Fset_case_table): Doc fix.

18 years ago(build_load_history): Replace STREAM arg with ENTIRE.
Richard M. Stallman [Sun, 23 Oct 2005 17:25:43 +0000 (17:25 +0000)]
(build_load_history): Replace STREAM arg with ENTIRE.
(readevalloop): Compute ENTIRE properly.
(syms_of_lread) <load-history>: Doc fix.

18 years ago(Predefined Units): Use `alpha' for the fine structure constant.
Jay Belanger [Sun, 23 Oct 2005 17:18:09 +0000 (17:18 +0000)]
(Predefined Units): Use `alpha' for the fine structure constant.

18 years agoReverted last change for a better fix:
Chong Yidong [Sun, 23 Oct 2005 16:29:35 +0000 (16:29 +0000)]
Reverted last change for a better fix:
* gnus-sum.el (gnus-ignored-from-addresses): Handle case where
user-mail-name is an empty string.

18 years ago* gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Handle case
Chong Yidong [Sun, 23 Oct 2005 16:25:36 +0000 (16:25 +0000)]
* gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Handle case
where gnus-ignored-from-address is an empty string.

18 years ago(whitespace-cleanup): Doc fix.
Thien-Thi Nguyen [Sun, 23 Oct 2005 13:30:15 +0000 (13:30 +0000)]
(whitespace-cleanup): Doc fix.

18 years ago(viper-set-hooks): Quote forms passed to `eval-after-load' to avoid
Romain Francoise [Sun, 23 Oct 2005 12:47:11 +0000 (12:47 +0000)]
(viper-set-hooks): Quote forms passed to `eval-after-load' to avoid
evaluating their result.

18 years ago* files.el (directory-listing-before-filename-regexp): New
Michael Albinus [Sun, 23 Oct 2005 12:17:28 +0000 (12:17 +0000)]
* 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'.

18 years ago(lisp-font-lock-keywords-2): Add eval-at-startup
Andreas Schwab [Sun, 23 Oct 2005 09:45:44 +0000 (09:45 +0000)]
(lisp-font-lock-keywords-2): Add eval-at-startup
and eval-next-after-load.

18 years ago2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
Romain Francoise [Sun, 23 Oct 2005 09:19:37 +0000 (09:19 +0000)]
2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)

* mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
exist, create it.

18 years agoFix typos and update allout entry.
Eli Zaretskii [Sun, 23 Oct 2005 08:28:41 +0000 (08:28 +0000)]
Fix typos and update allout entry.

18 years agoIncrement version number to 2.1, and use a literal
Eli Zaretskii [Sun, 23 Oct 2005 08:24:15 +0000 (08:24 +0000)]
Increment version number to 2.1, and use a literal
rather than RCS $Id$.  Remove autoloads for mailcrypt and crypt++.
Require pgg, pgg-gpg during compilation.
(allout-version): Increment version number to 2.1, and use a literal
rather than RCS $Id$.
(allout-default-encryption-scheme): Removed.
(allout-passphrase-verifier-handling): Renamed from
allout-key-verifier-handling.
(allout-passphrase-verifier-string): Renamed from allout-key-verifier-string.
(allout-file-passphrase-verifier-string): Renamed from
allout-file-key-verifier-string.
(allout-enable-file-variable-adjustment): Simplified.
(allout-passphrase-hint-handling): Renamed from
allout-key-hint-handling and simplified.
(allout-passphrase-hint-string): Renamed from allout-key-hint-string.
(allout-init): Use `find-file-hook' if available, otherwise `find-file-hooks'.
(allout-mode): Use `write-file-functions' if available, otherwise
`local-write-file-hooks' and, instead of making auto-save-hook
buffer local, make the write-file-hook activity contingent to allout-mode.
(allout-mode): Use key-binding substitution placeholders in the docstring.
(allout-kill-line): Spell-out kill ring data structure mutation
instead of using byte-compiler-complaint-provoking `pop'.
(allout-insert-listified): Use `insert' rather than `insert-string'
(allout-toggle-current-subtree-encryption): Updated docstring,
adjust to new gpp-based encryption, use new `allout-encrypted-topic-p'.
(allout-encrypt-string): Totally revamped vis new underlying encryption
facilities.
(allout-mc-activate-passwd): Removed.
(allout-obtain-passphrase): New, more or less replaces
allout-mc-activate-passwd.
(allout-encrypted-key-info): More or less replaces allout-encrypted-text-type.
(outlineify-sticky, outlinify-sticky): Add autoload cookie.
(my-mark-marker): Use `(featurep 'xemacs)' to distinguish between Emacs and
XEmacs.

18 years ago(byte-compile-lambda): Add parameter add-lambda.
Lars Hansen [Sun, 23 Oct 2005 07:33:45 +0000 (07:33 +0000)]
(byte-compile-lambda): Add parameter add-lambda.
(byte-compile-file-form-defmumble, byte-compile-defun, byte-compile-defmacro): Use it.
(byte-compile-form): Don't call byte-compile-set-symbol-position when a byte-compile
handler is called.

18 years ago(savehist-history-variables): Add `grep-find-history'.
Romain Francoise [Sat, 22 Oct 2005 17:45:50 +0000 (17:45 +0000)]
(savehist-history-variables): Add `grep-find-history'.

18 years ago(eval-after-load): Convert library name to an absolute file name using
Romain Francoise [Sat, 22 Oct 2005 17:34:49 +0000 (17:34 +0000)]
(eval-after-load): Convert library name to an absolute file name using
locate-library, since load-history no longer has library names in it.

18 years ago(Building Emacs): Fix last change.
Eli Zaretskii [Sat, 22 Oct 2005 16:41:55 +0000 (16:41 +0000)]
(Building Emacs): Fix last change.

18 years ago*** empty log message ***
Richard M. Stallman [Sat, 22 Oct 2005 15:36:08 +0000 (15:36 +0000)]
*** empty log message ***

18 years ago(make-temp-file): Moved to files.el.
Richard M. Stallman [Sat, 22 Oct 2005 15:35:45 +0000 (15:35 +0000)]
(make-temp-file): Moved to files.el.
(get-buffer-window-list): Moved to window.el.

18 years ago(get-buffer-window-list): Moved from subr.el.
Richard M. Stallman [Sat, 22 Oct 2005 15:35:06 +0000 (15:35 +0000)]
(get-buffer-window-list): Moved from subr.el.

18 years ago(make-temp-file): Moved from subr.el.
Richard M. Stallman [Sat, 22 Oct 2005 15:34:37 +0000 (15:34 +0000)]
(make-temp-file): Moved from subr.el.

18 years ago*** empty log message ***
Richard M. Stallman [Sat, 22 Oct 2005 15:27:03 +0000 (15:27 +0000)]
*** empty log message ***

18 years ago(image-load-path): Use eval-at-startup to initialize.
Richard M. Stallman [Sat, 22 Oct 2005 15:26:36 +0000 (15:26 +0000)]
(image-load-path): Use eval-at-startup to initialize.

18 years ago(eval-at-startup): New macro.
Richard M. Stallman [Sat, 22 Oct 2005 15:23:00 +0000 (15:23 +0000)]
(eval-at-startup): New macro.

18 years ago(Building Emacs): Document eval-at-startup.
Richard M. Stallman [Sat, 22 Oct 2005 15:15:56 +0000 (15:15 +0000)]
(Building Emacs): Document eval-at-startup.

18 years agoMuch rearrangement of functions and division into pages. No code changes.
Richard M. Stallman [Sat, 22 Oct 2005 15:01:08 +0000 (15:01 +0000)]
Much rearrangement of functions and division into pages.  No code changes.

18 years ago*** empty log message ***
Eli Zaretskii [Sat, 22 Oct 2005 11:23:54 +0000 (11:23 +0000)]
*** empty log message ***

18 years ago(UPDATED): Set value.
Eli Zaretskii [Sat, 22 Oct 2005 11:23:34 +0000 (11:23 +0000)]
(UPDATED): Set value.

18 years agoAdd mh-autoloads to the partial rebuild procedure.
Eli Zaretskii [Sat, 22 Oct 2005 11:11:59 +0000 (11:11 +0000)]
Add mh-autoloads to the partial rebuild procedure.

18 years agoAdded Chinese character width problem.
Jason Rumney [Sat, 22 Oct 2005 09:11:17 +0000 (09:11 +0000)]
Added Chinese character width problem.

18 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-615
Miles Bader [Sat, 22 Oct 2005 09:02:46 +0000 (09:02 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-615

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 142-146)

   - Update from CVS

2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)

   * lisp/gnus/mail-source.el (mail-source-fetch-pop): Require pop3.
   (mail-source-check-pop): Ditto.

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

   * lisp/gnus/rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
   errors.

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

   * lisp/gnus/gnus-art.el (gnus-treat-strip-trailing-blank-lines)
   (gnus-treat-strip-leading-blank-lines): Improve doc string.

   * lisp/gnus/message.el (message-tool-bar-local-item-from-menu): Fix comment.

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

   * lisp/gnus/rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
   (rfc2047-charset-to-coding-system): New function.
   (rfc2047-decode-encoded-words): New function.
   (rfc2047-decode-region): Use them.
   (rfc2047-decode-cte): Remove.
   (rfc2047-parse-and-decode): Remove.
   (rfc2047-decode): Remove.

2005-10-15  Kenichi Handa  <handa@m17n.org>

   * lisp/gnus/rfc2047.el (rfc2047-decode-cte): New function.
   (rfc2047-decode-region): Change the way to decode successive
   encoded-words: decode B- or Q-encoding in each encoded-word,
   concatenate them, and decode it as charset.

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

   * man/gnus.texi (Document Groups): Remove duplicate item.

18 years ago*** empty log message ***
Kenichi Handa [Sat, 22 Oct 2005 01:33:17 +0000 (01:33 +0000)]
*** empty log message ***

18 years ago(tar-extract): Be sure to call
Kenichi Handa [Sat, 22 Oct 2005 01:24:38 +0000 (01:24 +0000)]
(tar-extract): Be sure to call
find-operation-coding-system if set-auto-coding doesn't find a
coding system.

18 years ago(image-type-header-regexps): Rename from image-type-regexps.
Kim F. Storm [Fri, 21 Oct 2005 23:42:21 +0000 (23:42 +0000)]
(image-type-header-regexps): Rename from image-type-regexps.
Change uses.
(image-type-file-name-regexps): New defconst.
(image-type-from-data): Simplify loop.
(image-type-from-buffer): New defun.
(image-type-from-file-header): Use it instead of image-type-from-data.
Use image-search-load-path instead of only looking in data-directory.
(image-type-from-file-name): New defun.
(image-search-load-path): Make PATH arg optional, default to image-load-path.
Change `pathname' to `filename'.

18 years ago*** empty log message ***
Kim F. Storm [Fri, 21 Oct 2005 23:41:52 +0000 (23:41 +0000)]
*** empty log message ***

18 years ago(texinfo-mode): Set sentence-end-base.
Richard M. Stallman [Fri, 21 Oct 2005 18:58:08 +0000 (18:58 +0000)]
(texinfo-mode): Set sentence-end-base.

18 years ago(sentence-end-base): New variable.
Richard M. Stallman [Fri, 21 Oct 2005 18:56:56 +0000 (18:56 +0000)]
(sentence-end-base): New variable.
(sentence-end): Use sentence-end-base.

18 years ago(font-lock-default-fontify-region): Check the multiline
Stefan Monnier [Fri, 21 Oct 2005 17:41:54 +0000 (17:41 +0000)]
(font-lock-default-fontify-region): Check the multiline
property independently from the font-lock-multiline variable.

18 years ago*** empty log message ***
Richard M. Stallman [Fri, 21 Oct 2005 17:25:58 +0000 (17:25 +0000)]
*** empty log message ***

18 years ago(Where Defined): load-history contains abs file names.
Richard M. Stallman [Fri, 21 Oct 2005 17:25:23 +0000 (17:25 +0000)]
(Where Defined): load-history contains abs file names.
symbol-file returns abs file names.