Commit Graph

61642 Commits

Author SHA1 Message Date
Andreas Schwab
82a800588d (Fnetwork_interface_info): Correctly terminate the
loop over ifflag_table.
2005-12-30 11:03:41 +00:00
Juri Linkov
67d766e8c1 *** empty log message *** 2005-12-30 06:19:41 +00:00
Juri Linkov
3f3015e4b1 (Position Info): Update example. 2005-12-30 06:19:30 +00:00
Juri Linkov
b2a20868ea (cancel-change-group): Add listp around pending-undo-list. 2005-12-30 06:00:17 +00:00
Juri Linkov
74f36ff05e (fill-single-word-nobreak-p): Use `sentence-end'. 2005-12-30 05:59:16 +00:00
Juri Linkov
2122c75091 (webjump-sample-sites): Update URLs. 2005-12-30 05:58:39 +00:00
Juri Linkov
79c4a646be (goto-address-highlight-keymap): Fix docstring.
(goto-address): Fix docstring.
2005-12-30 05:57:48 +00:00
Juri Linkov
3d3d2b8ab1 (show-paren-match, show-paren-mismatch): Use existing group
`paren-showing-faces'.
2005-12-30 05:57:19 +00:00
Juri Linkov
deefca6496 (glasses-face): Add tag "None" to const nil. 2005-12-30 05:56:39 +00:00
Juri Linkov
446efb6a85 (delphi-other-face): Add tag "None" to const nil. 2005-12-30 05:56:17 +00:00
Juri Linkov
e0063bf6eb * locate.el (locate-fcodes-file, locate-header-face):
Add tag "None" to const nil.
2005-12-30 05:55:43 +00:00
Luc Teirlinck
d1b6c8966f (Mode Line Format): Correct typo in menu. 2005-12-30 05:14:38 +00:00
Luc Teirlinck
b9cb50d95d *** empty log message *** 2005-12-30 05:11:39 +00:00
Richard M. Stallman
d11db2c8dd (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.
2005-12-30 04:55:06 +00:00
Richard M. Stallman
c36238ee75 (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.
2005-12-30 04:52:32 +00:00
Stefan Monnier
af3d4246e0 (font-lock-compile-keywords): Signal an error when
font-lock-set-defaults hasn't been called.
2005-12-30 04:38:52 +00:00
Stefan Monnier
b515436461 The Linux console doesn't support the same escape codes, it seems. 2005-12-30 04:10:29 +00:00
Richard M. Stallman
94a867a62c (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.
2005-12-30 03:43:06 +00:00
Luc Teirlinck
70c6db6c46 (noreturn, 1value): Doc fixes. 2005-12-30 02:59:47 +00:00
Luc Teirlinck
9f126fd015 *** empty log message *** 2005-12-30 02:58:25 +00:00
Roland Winkler
e8606202de (bibtex-text-in-field-bounds): Handle case that assoc-string returns
nil.
2005-12-29 17:10:53 +00:00
Roland Winkler
694ed36d35 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
that assoc-string returns nil.
2005-12-29 17:08:04 +00:00
Roland Winkler
ffc1e1db03 (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.
2005-12-29 15:25:28 +00:00
Andreas Schwab
88ec8c53c6 * config.guess, config.sub: Updated from master source. 2005-12-29 14:20:23 +00:00
Romain Francoise
b370fef522 (Using Customize): New node. 2005-12-29 14:08:09 +00:00
Nick Roberts
d0b9c14d9f (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.
2005-12-29 02:04:36 +00:00
Nick Roberts
cf84aa19f5 (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.
2005-12-29 02:03:20 +00:00
Nick Roberts
bc2051e4ed *** empty log message *** 2005-12-29 02:01:31 +00:00
Dan Nicolaescu
04a4075fb9 * e/eterm-color.ti: Temporarily disable the ri entry.
* e/eterm-color: Regenerate.
2005-12-28 23:03:31 +00:00
Bill Wohler
0d887b77b1 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload. 2005-12-28 21:54:07 +00:00
Stefan Monnier
97461c846c (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.
2005-12-28 20:13:47 +00:00
Luc Teirlinck
0e0436d4a1 Remove blank line in @direntry. It is non-standard and recursively
produces blank lines all over the dir file (when using Texinfo 4.8).
2005-12-28 20:07:06 +00:00
Luc Teirlinck
c25977591a *** empty log message *** 2005-12-28 20:03:56 +00:00
Stefan Monnier
07a95b81f4 (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.
2005-12-28 18:47:12 +00:00
Luc Teirlinck
79c917052a (Basic Completion): Update lazy-completion-table examples for removal
of ARGS argument.
2005-12-28 17:18:38 +00:00
Luc Teirlinck
ba45513111 *** empty log message *** 2005-12-28 17:14:45 +00:00
Luc Teirlinck
4adc30a4ae (send-mail-function): Fix typo in comment. 2005-12-28 16:49:59 +00:00
Luc Teirlinck
a496452fd7 (command-line): Use custom-reevaluate-setting' for send-mail-function'. 2005-12-28 16:39:52 +00:00
Luc Teirlinck
5e7f11bc15 (send-mail-function): Autoload the standard-value. 2005-12-28 16:38:27 +00:00
Luc Teirlinck
3cf212510b (lazy-completion-table): Correct typo in docstring. 2005-12-28 16:36:18 +00:00
Jan Djärv
82bc1fd69f * gtkutil.c (xg_get_file_with_chooser): Changed message shown
in file chooser.
2005-12-28 10:47:55 +00:00
Simon Josefsson
c3f69831cb Fix AUTH PLAIN authentication. 2005-12-28 08:46:05 +00:00
Richard M. Stallman
6281e1e84d *** empty log message *** 2005-12-28 03:44:37 +00:00
Richard M. Stallman
721b7d9ee6 (readevalloop): Set PT and ZV in the proper buffer, not the current one. 2005-12-28 03:44:28 +00:00
Richard M. Stallman
18e980c2ae (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.
2005-12-28 03:19:29 +00:00
Richard M. Stallman
1d69c50264 (Fminibuffer_message): Doc fix.
(read_minibuf): Set current_buffer->enable_multibyte_characters sooner.
2005-12-28 02:56:32 +00:00
Richard M. Stallman
fe5195e82e (do_autoload): Ignore elements of Vautoload_queue where car is not symbol. 2005-12-28 02:09:45 +00:00
Juri Linkov
84116a137c *** empty log message *** 2005-12-28 02:02:23 +00:00
Juri Linkov
2fd54bf88c (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.
2005-12-28 01:55:16 +00:00
Kenichi Handa
0d9fb28906 *** empty log message *** 2005-12-28 00:41:37 +00:00