]> git.eshelyaron.com Git - emacs.git/log
emacs.git
18 years agoDoc fix.
Chong Yidong [Mon, 2 Jan 2006 15:29:32 +0000 (15:29 +0000)]
Doc fix.

18 years agoChange ordering so all the Custom Themes code is in one place.
Chong Yidong [Mon, 2 Jan 2006 15:18:08 +0000 (15:18 +0000)]
Change ordering so all the Custom Themes code is in one place.
Fix docstring for custom-theme-set-variables.

18 years ago* custom.el: Move Custom Themes commentary to start of theme code.
Chong Yidong [Mon, 2 Jan 2006 15:11:14 +0000 (15:11 +0000)]
* custom.el: Move Custom Themes commentary to start of theme code.
(custom-known-themes): Rename `standard' theme to `changed'.
(custom-push-theme): Caller no longer specifies what theme to use
when doing `reset'---the setting is simply removed from the theme.
Delete MODE from `theme-value' and `theme-settings' properties.
(custom-declare-theme): Ignore &rest args since we don't use them.

(custom-loaded-themes): Delete variable.
(custom-theme-load-themes, custom-theme-loaded-p)
(custom-theme-value): Delete functions.

(custom-declare-theme): Signal error on invalid theme names.
(provide-theme): custom-loaded-themes was deleted.
(load-theme): Load the file unconditionally.
(enable-theme): Call `load-theme' if theme is undefined.
(custom-enabled-themes): Only update value for successful loads.
(disable-theme): Complete from enabled themes when interactive.
(custom-variable-theme-value): Calculate theme value directly.

(custom-theme-reset-variables, custom-reset-variables): Mark as
XEmacs compatibility functions.  We don't actually use these.

* cus-edit.el (custom-variable-state-set): Use
custom-variable-theme-value instead of custom-theme-value.
(custom-face-state-set): Rename `standard' theme to `changed'.
(custom-save-variables, custom-save-faces): Delete unneeded
references to custom-reset-variables.
(custom-save-resets): Delete function.
(custom-save-variables, custom-save-faces): MODE argument deleted.
(custom-save-variables, custom-save-faces): Ignore theme values.

* cus-face.el (custom-theme-reset-faces): Mark as XEmacs
compatibility function.

18 years ago(url-retrieve-synchronously): Don't autoload.
Stefan Monnier [Mon, 2 Jan 2006 05:25:13 +0000 (05:25 +0000)]
(url-retrieve-synchronously): Don't autoload.

18 years ago(url-retrieve, url-retrieve-synchronously): Autoload.
Stefan Monnier [Mon, 2 Jan 2006 05:24:31 +0000 (05:24 +0000)]
(url-retrieve, url-retrieve-synchronously): Autoload.

18 years agoRequire `url'.
Stefan Monnier [Mon, 2 Jan 2006 05:24:01 +0000 (05:24 +0000)]
Require `url'.

18 years agoFix previous change.
Richard M. Stallman [Mon, 2 Jan 2006 03:43:35 +0000 (03:43 +0000)]
Fix previous change.

18 years ago(Custom-set, Custom-save): Ask for confirmation.
Richard M. Stallman [Mon, 2 Jan 2006 03:38:43 +0000 (03:38 +0000)]
(Custom-set, Custom-save): Ask for confirmation.
(Custom-reset-current, Custom-reset-saved): Likewise.
(Custom-reset-standard): Likewise.
(custom-mode): Doc fix, describing those commands.

18 years ago* mh-customize.el: Sync docstrings with manual for faces and sort them
Bill Wohler [Sun, 1 Jan 2006 18:51:18 +0000 (18:51 +0000)]
* mh-customize.el: Sync docstrings with manual for faces and sort them
alphabetically.
(mh-faces): Move below mh-hooks. (mh-folder-faces, mh-index-faces,
mh-letter-faces)
(mh-show-faces, mh-speed-faces): Delete. Organize faces like hooks.
(mh-speed-update-interval): Fix group (mh-speedbar, not mh-speed).
(facemenu-unlisted-faces): Might as well ignore all MH-E faces.
(mh-folder-body-face, mh-folder-cur-msg-face)
(mh-folder-cur-msg-number-face, mh-folder-date-face)
(mh-folder-followup-face, mh-folder-msg-number-face)
(mh-folder-deleted-face, mh-folder-refiled-face)
(mh-folder-subject-face, mh-folder-address-face)
(mh-folder-scan-format-face, mh-folder-to-face) (mh-index-folder-face,
mh-show-cc-face, mh-show-date-face) (mh-show-header-face,
mh-show-pgg-good-face) (mh-show-pgg-unknown-face,
mh-show-pgg-bad-face)
(mh-show-to-face, mh-show-from-face, mh-show-subject-face): Delete.
(mh-folder-cur-msg): Unused. Delete.
(mh-folder-address): Use defface; inherit from mh-folder-subject.
(mh-folder-body, mh-folder-cur-msg-number, mh-folder-date): Inherit
from mh-folder-msg-number.
(mh-folder-deleted): Use defface. Inherit from mh-folder-msg-number.
(mh-folder-sent-to-me-hint): New face. Inherit from mh-folder-date.
(mh-folder-sent-to-me-sender): Rename from mh-folder-scan-format. Use
defface. Inherit from mh-folder-followup.
(mh-show-xface): Inherit from mh-show-from and highlight.
(bw-face-generation, bw-toggle-faces)
(bw-new-face-to-old, bw-old-face-to-new): New (tempoarary) variables,
functions for toggling between old and new faces.

* mh-e.el (font-lock-auto-fontify, font-lock-defaults): Hide in
eval-when-compile. We should probably do this throughout.
(mh-scan-good-msg-regexp, mh-scan-deleted-msg-regexp)
(mh-scan-refiled-msg-regexp, mh-scan-cur-msg-number-regexp)
(mh-scan-date-regexp, mh-scan-rcpt-regexp, mh-scan-body-regexp)
(mh-scan-subject-regexp): Sync docstrings with manual
(mh-scan-format-regexp): Rename to mh-scan-sent-to-me-sender-regexp.
Drop date parenthesized expression. Make expression more like the
others (anchored at the beginning of line). Sync docstrings with
manual.
(mh-folder-font-lock-keywords): Use faces directly rather than -face
variables. Use mh-scan-sent-to-me-sender-regexp instead of
mh-scan-format-regexp, and within that expression, use faces
mh-folder-sent-to-me-hint and mh-folder-sent-to-me-sender instead of
mh-folder-date-face and mh-folder-scan-format-face which were
misleading.

* mh-mime.el (mh-mime-security-button-face): Use faces directly rather
than -face variables.

* mh-utils.el (mh-show-font-lock-keywords): Use faces directly rather
than -face variables.
(mh-face-foreground-compat, mh-face-background-compat): New macros.
(mh-face-display-function): Use mh-face-foreground-compat and
mh-face-background-compat to use inherited attributes of mh-show-xface
on Emacs 22 while still working on Emacs 21.

18 years ago(Fcall_process_region): Bind file-name-handler-alist to nil for the call to
Ken Raeburn [Sun, 1 Jan 2006 11:41:36 +0000 (11:41 +0000)]
(Fcall_process_region): Bind file-name-handler-alist to nil for the call to
Fwrite_region.

18 years ago(mouse-drag-region-1): When following link via mouse-2,
Richard M. Stallman [Sun, 1 Jan 2006 07:55:21 +0000 (07:55 +0000)]
(mouse-drag-region-1): When following link via mouse-2,
put on event-kind property.

18 years ago(read_minibuf): Clear out all other minibuffer windows.
Richard M. Stallman [Sun, 1 Jan 2006 02:10:52 +0000 (02:10 +0000)]
(read_minibuf): Clear out all other minibuffer windows.

18 years ago* custom.el (provide-theme): Ban `user' theme name.
Chong Yidong [Sat, 31 Dec 2005 20:49:22 +0000 (20:49 +0000)]
* custom.el (provide-theme): Ban `user' theme name.
(custom-enabling-themes): New variable.
(enable-theme): Don't enable user if custom-enabling-themes is t.
(custom-enabled-themes): Make it a defcustom.
(custom-theme-recalc-face): No-op if face is undefined.

18 years ago* cus-edit.el (custom-button-mouse): New variable.
Chong Yidong [Sat, 31 Dec 2005 16:26:01 +0000 (16:26 +0000)]
* cus-edit.el (custom-button-mouse): New variable.
(custom-button-mouse): New face.
(custom-raised-buttons, custom-mode): Use it.

* cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.

18 years ago*** empty log message ***
Romain Francoise [Sat, 31 Dec 2005 15:29:39 +0000 (15:29 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Eli Zaretskii [Sat, 31 Dec 2005 14:22:24 +0000 (14:22 +0000)]
*** empty log message ***

18 years ago(gdb_pvec_type): A dummy variable for GDB's sake.
Eli Zaretskii [Sat, 31 Dec 2005 14:21:53 +0000 (14:21 +0000)]
(gdb_pvec_type): A dummy variable for GDB's sake.

18 years ago(gud-display-line): Support hl-line in the source buffer.
Eli Zaretskii [Sat, 31 Dec 2005 13:51:27 +0000 (13:51 +0000)]
(gud-display-line): Support hl-line in the source buffer.

18 years agoFix wording of last change.
Eli Zaretskii [Sat, 31 Dec 2005 11:56:21 +0000 (11:56 +0000)]
Fix wording of last change.

18 years ago(mouse-drag-window-above): Verify that the found window overlaps with the
Eli Zaretskii [Sat, 31 Dec 2005 11:47:05 +0000 (11:47 +0000)]
(mouse-drag-window-above): Verify that the found window overlaps with the
given window in the horizontal dimension.

18 years ago(cvs-update): New target.
Eli Zaretskii [Sat, 31 Dec 2005 11:27:23 +0000 (11:27 +0000)]
(cvs-update): New target.

18 years agoRemove obsolete comment
Chong Yidong [Sat, 31 Dec 2005 02:05:04 +0000 (02:05 +0000)]
Remove obsolete comment

18 years ago* cus-theme.el (custom-new-theme-mode-map): New variable.
Chong Yidong [Sat, 31 Dec 2005 02:04:03 +0000 (02:04 +0000)]
* cus-theme.el (custom-new-theme-mode-map): New variable.

18 years ago*** empty log message ***
Chong Yidong [Sat, 31 Dec 2005 01:59:02 +0000 (01:59 +0000)]
*** empty log message ***

18 years ago* cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
Chong Yidong [Sat, 31 Dec 2005 01:58:07 +0000 (01:58 +0000)]
* cus-theme.el (custom-new-theme-mode): Use cus-edit faces.

18 years ago(set_text_properties): Reword description of return value.
Luc Teirlinck [Fri, 30 Dec 2005 23:15:03 +0000 (23:15 +0000)]
(set_text_properties): Reword description of return value.
Return Qnil if caller wants to remove all text properties from a
string and the string already has no intervals.

18 years ago*** empty log message ***
Luc Teirlinck [Fri, 30 Dec 2005 23:13:54 +0000 (23:13 +0000)]
*** empty log message ***

18 years ago(custom-load-themes): Function deleted.
Richard M. Stallman [Fri, 30 Dec 2005 22:58:31 +0000 (22:58 +0000)]
(custom-load-themes): Function deleted.

18 years ago(custom-save-loaded-themes): Function deleted.
Richard M. Stallman [Fri, 30 Dec 2005 22:57:07 +0000 (22:57 +0000)]
(custom-save-loaded-themes): Function deleted.
(custom-save-all): Don't call custom-save-loaded-themes.

18 years ago(custom-save-loaded-themes): Call custom-save-delete.
Richard M. Stallman [Fri, 30 Dec 2005 22:44:36 +0000 (22:44 +0000)]
(custom-save-loaded-themes): Call custom-save-delete.
(custom-save-all): Call custom-save-loaded-themes.
(custom-save-variables): Don't delete or add custom-load-themes call.

18 years ago*** empty log message ***
Stefan Monnier [Fri, 30 Dec 2005 22:06:05 +0000 (22:06 +0000)]
*** empty log message ***

18 years ago(Displaying the Cursor): Mention visible-cursor.
Stefan Monnier [Fri, 30 Dec 2005 22:05:31 +0000 (22:05 +0000)]
(Displaying the Cursor): Mention visible-cursor.

18 years agoAdd `visible-cursor'.
Stefan Monnier [Fri, 30 Dec 2005 21:54:32 +0000 (21:54 +0000)]
Add `visible-cursor'.

18 years ago(visible_cursor): New boolean var.
Stefan Monnier [Fri, 30 Dec 2005 21:48:35 +0000 (21:48 +0000)]
(visible_cursor): New boolean var.
(set_terminal_modes, tty_show_cursor): Use "vs" or "ve" depending on
visible_cursor.
(syms_of_term): Export the new var as "visible-cursor".

18 years ago(flymake-copy-buffer-to-temp-buffer): Simplify.
Stefan Monnier [Fri, 30 Dec 2005 17:28:30 +0000 (17:28 +0000)]
(flymake-copy-buffer-to-temp-buffer): Simplify.
(flymake-parse-output-and-residual): Remove `source-buffer' argument.
(flymake-process-filter): Switch to buffer before calling it instead.
(flymake-post-syntax-check, flymake-highlight-err-lines)
(flymake-delete-own-overlays, flymake-parse-err-lines)
(flymake-start-syntax-check, flymake-start-syntax-check-process)
(flymake-count-lines, flymake-parse-residual): Remove constant buffer argument.
(flymake-start-syntax-check-for-current-buffer): Remove.
Update callers to use flymake-start-syntax-check instead.
(flymake-display-err-menu-for-current-line): Remove unused var `mouse-pos'.
(flymake-restore-formatting): Comment out unused function.
(flymake-report-status, flymake-report-fatal-status): Remove buffer
argument, use current-buffer instead.  Update callers.

18 years ago(bibtex-mode): Make completion-ignore-case
Roland Winkler [Fri, 30 Dec 2005 17:00:32 +0000 (17:00 +0000)]
(bibtex-mode): Make completion-ignore-case
buffer-local because choose-completion-delete-max-match requires
that we set completion-ignore-case (i.e., binding via let is not
sufficient).
(bibtex-complete): Always set completion-ignore-case and
choose-completion-string-functions. The latter is needed because
choose-completion-string-functions keeps its value if we quit the
*Completions* buffer without requesting a completion.

18 years ago* textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
Roland Winkler [Fri, 30 Dec 2005 16:57:55 +0000 (16:57 +0000)]
* textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
buffer-local because choose-completion-delete-max-match requires
that we set completion-ignore-case (i.e., binding via let is not
sufficient).
(bibtex-complete): Always set completion-ignore-case and
choose-completion-string-functions. The latter is needed because
choose-completion-string-functions keeps its value if we quit the
*Completions* buffer without requesting a completion.

18 years ago(Changing Properties): Don't use return value of set-text-properties.
Richard M. Stallman [Fri, 30 Dec 2005 16:34:23 +0000 (16:34 +0000)]
(Changing Properties): Don't use return value of set-text-properties.

18 years ago*** empty log message ***
Eli Zaretskii [Fri, 30 Dec 2005 14:04:37 +0000 (14:04 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Andreas Schwab [Fri, 30 Dec 2005 14:04:12 +0000 (14:04 +0000)]
*** empty log message ***

18 years ago(lisp1): Add image.elc, international/fontset.elc, dnd.elc, mwheel.elc,
Eli Zaretskii [Fri, 30 Dec 2005 14:03:46 +0000 (14:03 +0000)]
(lisp1): Add image.elc, international/fontset.elc, dnd.elc, mwheel.elc,
and tool-bar.elc.

18 years agoIgnore errors from font-lock-compile-keywords.
Andreas Schwab [Fri, 30 Dec 2005 14:00:30 +0000 (14:00 +0000)]
Ignore errors from font-lock-compile-keywords.

18 years agoTell users not to worry about GDB warnings that some functions do not
Eli Zaretskii [Fri, 30 Dec 2005 13:29:20 +0000 (13:29 +0000)]
Tell users not to worry about GDB warnings that some functions do not
exist in the binary.

18 years ago*** empty log message ***
Eli Zaretskii [Fri, 30 Dec 2005 13:21:04 +0000 (13:21 +0000)]
*** empty log message ***

18 years ago(jit-lock-chunk-size): Doc fix.
Eli Zaretskii [Fri, 30 Dec 2005 13:20:23 +0000 (13:20 +0000)]
(jit-lock-chunk-size): Doc fix.

18 years ago(MOUSE_SUPPORT): Add tooltip.elc.
Eli Zaretskii [Fri, 30 Dec 2005 13:02:42 +0000 (13:02 +0000)]
(MOUSE_SUPPORT): Add tooltip.elc.
(lisp1): Add rfn-eshadow.elc, international/utf-16.elc.  Rearrange
the list to be similar to $(shortlisp) in src/Makefile.in.
(lisp2): Add language/kannada.el, emacs-lisp/syntax.elc,
emacs-lisp/timer.elc, jka-cmpr-hook.elc, font-lock.elc, jit-lock.elc.
Rearrange the list to be similar to $(shortlisp) in src/Makefile.in.

18 years ago(Fnetwork_interface_info): Correctly terminate the
Andreas Schwab [Fri, 30 Dec 2005 11:03:41 +0000 (11:03 +0000)]
(Fnetwork_interface_info): Correctly terminate the
loop over ifflag_table.

18 years ago*** empty log message ***
Juri Linkov [Fri, 30 Dec 2005 06:19:41 +0000 (06:19 +0000)]
*** empty log message ***

18 years ago(Position Info): Update example.
Juri Linkov [Fri, 30 Dec 2005 06:19:30 +0000 (06:19 +0000)]
(Position Info): Update example.

18 years ago(cancel-change-group): Add listp around pending-undo-list.
Juri Linkov [Fri, 30 Dec 2005 06:00:17 +0000 (06:00 +0000)]
(cancel-change-group): Add listp around pending-undo-list.

18 years ago(fill-single-word-nobreak-p): Use `sentence-end'.
Juri Linkov [Fri, 30 Dec 2005 05:59:16 +0000 (05:59 +0000)]
(fill-single-word-nobreak-p): Use `sentence-end'.

18 years ago(webjump-sample-sites): Update URLs.
Juri Linkov [Fri, 30 Dec 2005 05:58:39 +0000 (05:58 +0000)]
(webjump-sample-sites): Update URLs.

18 years ago(goto-address-highlight-keymap): Fix docstring.
Juri Linkov [Fri, 30 Dec 2005 05:57:48 +0000 (05:57 +0000)]
(goto-address-highlight-keymap): Fix docstring.
(goto-address): Fix docstring.

18 years ago(show-paren-match, show-paren-mismatch): Use existing group
Juri Linkov [Fri, 30 Dec 2005 05:57:19 +0000 (05:57 +0000)]
(show-paren-match, show-paren-mismatch): Use existing group
`paren-showing-faces'.

18 years ago(glasses-face): Add tag "None" to const nil.
Juri Linkov [Fri, 30 Dec 2005 05:56:39 +0000 (05:56 +0000)]
(glasses-face): Add tag "None" to const nil.

18 years ago(delphi-other-face): Add tag "None" to const nil.
Juri Linkov [Fri, 30 Dec 2005 05:56:17 +0000 (05:56 +0000)]
(delphi-other-face): Add tag "None" to const nil.

18 years ago* locate.el (locate-fcodes-file, locate-header-face):
Juri Linkov [Fri, 30 Dec 2005 05:55:43 +0000 (05:55 +0000)]
* locate.el (locate-fcodes-file, locate-header-face):
Add tag "None" to const nil.

18 years ago(Mode Line Format): Correct typo in menu.
Luc Teirlinck [Fri, 30 Dec 2005 05:14:38 +0000 (05:14 +0000)]
(Mode Line Format): Correct typo in menu.

18 years ago*** empty log message ***
Luc Teirlinck [Fri, 30 Dec 2005 05:11:39 +0000 (05:11 +0000)]
*** empty log message ***

18 years ago(readevalloop): Test for reading a whole buffer
Richard M. Stallman [Fri, 30 Dec 2005 04:55:06 +0000 (04:55 +0000)]
(readevalloop): Test for reading a whole buffer
before actually reading anything.  Handle all cases, including
START = END = nil and an already-narrowed buffer.
Convert END to a marker if it is a number.

18 years ago(describe_map): Put sparse map elements into an array,
Richard M. Stallman [Fri, 30 Dec 2005 04:52:32 +0000 (04:52 +0000)]
(describe_map): Put sparse map elements into an array,
sort them, then output a sequence of identical bindings on one line.
(struct describe_map_elt): New data type.
(describe_map_compare): New function.

18 years ago(font-lock-compile-keywords): Signal an error when
Stefan Monnier [Fri, 30 Dec 2005 04:38:52 +0000 (04:38 +0000)]
(font-lock-compile-keywords): Signal an error when
font-lock-set-defaults hasn't been called.

18 years agoThe Linux console doesn't support the same escape codes, it seems.
Stefan Monnier [Fri, 30 Dec 2005 04:10:29 +0000 (04:10 +0000)]
The Linux console doesn't support the same escape codes, it seems.

18 years ago(Mode Line Top): New node.
Richard M. Stallman [Fri, 30 Dec 2005 03:43:06 +0000 (03:43 +0000)]
(Mode Line Top): New node.
(Mode Line Data): Some text moved to new node.
Explain the data structure more concretely.
(Mode Line Basics): Clarifications.
(Mode Line Variables): Clarify intro paragraph.
(%-Constructs): Clarify intro paragraph.
(Mode Line Format): Update menu.

18 years ago(noreturn, 1value): Doc fixes.
Luc Teirlinck [Fri, 30 Dec 2005 02:59:47 +0000 (02:59 +0000)]
(noreturn, 1value): Doc fixes.

18 years ago*** empty log message ***
Luc Teirlinck [Fri, 30 Dec 2005 02:58:25 +0000 (02:58 +0000)]
*** empty log message ***

18 years ago(bibtex-text-in-field-bounds): Handle case that assoc-string returns
Roland Winkler [Thu, 29 Dec 2005 17:10:53 +0000 (17:10 +0000)]
(bibtex-text-in-field-bounds): Handle case that assoc-string returns
nil.

18 years ago* textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
Roland Winkler [Thu, 29 Dec 2005 17:08:04 +0000 (17:08 +0000)]
* textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
that assoc-string returns nil.

18 years ago(bibtex-entry-type-whitespace)
Roland Winkler [Thu, 29 Dec 2005 15:25:28 +0000 (15:25 +0000)]
(bibtex-entry-type-whitespace)
(bibtex-entry-type-str, bibtex-empty-field-re)
(bibtex-search-backward-string, bibtex-preamble-prefix)
(bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head):
Removed.
(bibtex-any-valid-entry-type): New variable.
(bibtex-parse-field-name): Simplify.
(bibtex-parse-string, bibtex-search-forward-string): New arg
empty-key.
(bibtex-preamble-prefix): Include left delimiter.
(bibtex-search-forward-field, bibtex-search-backward-field): Allow
unbounded search past entry boundaries (required by bibtex-pop).
(bibtex-text-in-field-bounds): Use push.
(bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
(bibtex-parse-preamble, bibtex-valid-entry)
(bibtex-beginning-first-field): New functions.
(bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
(bibtex-map-entries): Fix docstring.
(bibtex-flash-head): New arg prompt. Simplify.
(bibtex-enclosing-field): Include code of bibtex-inside-field.
(bibtex-insert-kill): Simplify.  Always insert text past the
current field or entry.
(bibtex-format-entry): Use bibtex-parse-field.
(bibtex-pop): Use bibtex-beginning-of-entry and
bibtex-end-of-entry to initiate the search.  Insert empty field if
we found ourselves.
(bibtex-print-help-message): New args field and comma.  Handle
entry keys.
(bibtex-make-field): Use bibtex-beginning-of-entry.
(bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
invalid entry.
(bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
Handle preambles.  Simplify code for thorough test.
(bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
New arg comma.  Handle entry heads.
(bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
(bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
New arg comma.
(bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
(bibtex-fill-field): Simplify.
(bibtex-fill-entry): Use bibtex-beginning-first-field and
bibtex-parse-field.
(bibtex-convert-alien): Do not wait before calling
bibtex-validate.
(bibtex-complete): Use bibtex-parse-preamble.

18 years ago* config.guess, config.sub: Updated from master source.
Andreas Schwab [Thu, 29 Dec 2005 14:20:23 +0000 (14:20 +0000)]
* config.guess, config.sub: Updated from master source.

18 years ago(Using Customize): New node.
Romain Francoise [Thu, 29 Dec 2005 14:08:09 +0000 (14:08 +0000)]
(Using Customize): New node.

18 years ago(gdb-tooltip-print, gdb-tooltip-print-1):
Nick Roberts [Thu, 29 Dec 2005 02:04:36 +0000 (02:04 +0000)]
(gdb-tooltip-print, gdb-tooltip-print-1):
Display name of expression instead of convenience variable.
(gdb-post-prompt): Only call gdb-get-changed-registers if needed.

18 years ago(gud-tooltip-dereference): Rename from toggle-gud-tooltip-dereference.
Nick Roberts [Thu, 29 Dec 2005 02:03:20 +0000 (02:03 +0000)]
(gud-tooltip-dereference): Rename from toggle-gud-tooltip-dereference.
(gud-tooltip-print-command): Move concatenation of "*" to expr to...
(gud-tooltip-tips): ...here when dereferencing.

18 years ago*** empty log message ***
Nick Roberts [Thu, 29 Dec 2005 02:01:31 +0000 (02:01 +0000)]
*** empty log message ***

18 years ago* e/eterm-color.ti: Temporarily disable the ri entry.
Dan Nicolaescu [Wed, 28 Dec 2005 23:03:31 +0000 (23:03 +0000)]
* e/eterm-color.ti: Temporarily disable the ri entry.
* e/eterm-color: Regenerate.

18 years ago* simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
Bill Wohler [Wed, 28 Dec 2005 21:54:07 +0000 (21:54 +0000)]
* simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.

18 years ago(vc-annotate-display): Replace optional arg `color-map' with
Stefan Monnier [Wed, 28 Dec 2005 20:13:47 +0000 (20:13 +0000)]
(vc-annotate-display): Replace optional arg `color-map' with
compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
(vc-annotate-display-autoscale): Adjust call.
(vc-annotate-display-default): Adjust call.  Make arg compulsory.
Fix interactive spec.
(vc-annotate-time-span): Remove.
(vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
(vc-annotate-mode-menu, vc-annotate-display-autoscale)
(vc-annotate-display-select): Use new name.

18 years agoRemove blank line in @direntry. It is non-standard and recursively
Luc Teirlinck [Wed, 28 Dec 2005 20:07:06 +0000 (20:07 +0000)]
Remove blank line in @direntry.  It is non-standard and recursively
produces blank lines all over the dir file (when using Texinfo 4.8).

18 years ago*** empty log message ***
Luc Teirlinck [Wed, 28 Dec 2005 20:03:56 +0000 (20:03 +0000)]
*** empty log message ***

18 years ago(vc-annotate-mode-map): Remove obsolete binding.
Stefan Monnier [Wed, 28 Dec 2005 18:47:12 +0000 (18:47 +0000)]
(vc-annotate-mode-map): Remove obsolete binding.
(vc-annotate-mode-menu): Remove left-over redundant declaration.
Correct the construction of span entries.  Simplify.
(vc-annotate-display-select): Fix the nil case.
(vc-annotate): Remove obsolete (and now broken) code.
(vc-annotate-extract-revision-at-line): Remove obsolete code.
(vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.

18 years ago(Basic Completion): Update lazy-completion-table examples for removal
Luc Teirlinck [Wed, 28 Dec 2005 17:18:38 +0000 (17:18 +0000)]
(Basic Completion): Update lazy-completion-table examples for removal
of ARGS argument.

18 years ago*** empty log message ***
Luc Teirlinck [Wed, 28 Dec 2005 17:14:45 +0000 (17:14 +0000)]
*** empty log message ***

18 years ago(send-mail-function): Fix typo in comment.
Luc Teirlinck [Wed, 28 Dec 2005 16:49:59 +0000 (16:49 +0000)]
(send-mail-function): Fix typo in comment.

18 years ago(command-line): Use `custom-reevaluate-setting' for `send-mail-function'.
Luc Teirlinck [Wed, 28 Dec 2005 16:39:52 +0000 (16:39 +0000)]
(command-line): Use `custom-reevaluate-setting' for `send-mail-function'.

18 years ago(send-mail-function): Autoload the standard-value.
Luc Teirlinck [Wed, 28 Dec 2005 16:38:27 +0000 (16:38 +0000)]
(send-mail-function): Autoload the standard-value.

18 years ago(lazy-completion-table): Correct typo in docstring.
Luc Teirlinck [Wed, 28 Dec 2005 16:36:18 +0000 (16:36 +0000)]
(lazy-completion-table): Correct typo in docstring.

18 years ago* gtkutil.c (xg_get_file_with_chooser): Changed message shown
Jan Djärv [Wed, 28 Dec 2005 10:47:55 +0000 (10:47 +0000)]
* gtkutil.c (xg_get_file_with_chooser): Changed message shown
 in file chooser.

18 years agoFix AUTH PLAIN authentication.
Simon Josefsson [Wed, 28 Dec 2005 08:46:05 +0000 (08:46 +0000)]
Fix AUTH PLAIN authentication.

18 years ago*** empty log message ***
Richard M. Stallman [Wed, 28 Dec 2005 03:44:37 +0000 (03:44 +0000)]
*** empty log message ***

18 years ago(readevalloop): Set PT and ZV in the proper buffer, not the current one.
Richard M. Stallman [Wed, 28 Dec 2005 03:44:28 +0000 (03:44 +0000)]
(readevalloop): Set PT and ZV in the proper buffer, not the current one.

18 years ago(mouse-drag-region-1): When remapping mouse-1 to mouse-2, go back to
Richard M. Stallman [Wed, 28 Dec 2005 03:19:29 +0000 (03:19 +0000)]
(mouse-drag-region-1): When remapping mouse-1 to mouse-2, go back to
previously selected window, so it's selected when mouse-2 command runs.

18 years ago(Fminibuffer_message): Doc fix.
Richard M. Stallman [Wed, 28 Dec 2005 02:56:32 +0000 (02:56 +0000)]
(Fminibuffer_message): Doc fix.
(read_minibuf): Set current_buffer->enable_multibyte_characters sooner.

18 years ago(do_autoload): Ignore elements of Vautoload_queue where car is not symbol.
Richard M. Stallman [Wed, 28 Dec 2005 02:09:45 +0000 (02:09 +0000)]
(do_autoload): Ignore elements of Vautoload_queue where car is not symbol.

18 years ago*** empty log message ***
Juri Linkov [Wed, 28 Dec 2005 02:02:23 +0000 (02:02 +0000)]
*** empty log message ***

18 years ago(describe-text-sexp): Use square brackets for
Juri Linkov [Wed, 28 Dec 2005 01:55:16 +0000 (01:55 +0000)]
(describe-text-sexp): Use square brackets for
button [Show] to distinguish it from the property value `show'.
(describe-property-list): Use `insert-text-button' with
`help-face' type instead of putting face in quotes, because button
is not created automatically for a list of faces.
(describe-text-properties-1): Put button-type value in quotes to
distinguish from plain text "button".
(describe-char): Display code point values in hex.  Don't use
`symbol-name' for `current-input-method' because it is a string.
Use `insert-text-button' with `help-face' type instead of putting
hardcoded face in quotes, because button is not created automatically.

18 years ago*** empty log message ***
Kenichi Handa [Wed, 28 Dec 2005 00:41:37 +0000 (00:41 +0000)]
*** empty log message ***

18 years ago(glasses-face): More specific custom type.
Richard M. Stallman [Tue, 27 Dec 2005 23:48:05 +0000 (23:48 +0000)]
(glasses-face): More specific custom type.

18 years ago(set-visited-file-name): Doc fix.
Richard M. Stallman [Tue, 27 Dec 2005 22:54:13 +0000 (22:54 +0000)]
(set-visited-file-name): Doc fix.

18 years ago(flyspell-external-point-words):
Richard M. Stallman [Tue, 27 Dec 2005 22:49:46 +0000 (22:49 +0000)]
(flyspell-external-point-words):
Use local var buffer-scan-pos to advance scan for next misspelling.
Advance it only after we find the misspelling.
New criteria for finding the misspelling in the buffer.

18 years ago(mh-prompt-for-folder): Use can-create argument to suppress creation
Bill Wohler [Tue, 27 Dec 2005 22:42:58 +0000 (22:42 +0000)]
(mh-prompt-for-folder): Use can-create argument to suppress creation
of folder if it doesn't exist.