1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-17 10:06:13 +00:00
Commit Graph

8743 Commits

Author SHA1 Message Date
Richard M. Stallman
62e5dd0852 *** empty log message *** 2005-12-16 02:07:23 +00:00
Kim F. Storm
171aaa8a9e *** empty log message *** 2005-12-16 00:44:41 +00:00
Nick Roberts
5df0c23b74 *** empty log message *** 2005-12-15 21:20:47 +00:00
David Ponce
d0ccae3ee4 *** empty log message *** 2005-12-15 20:23:19 +00:00
Romain Francoise
9cfeca9e06 *** empty log message *** 2005-12-15 18:44:35 +00:00
Robert J. Chassell
6d298e78a2 *** empty log message *** 2005-12-14 22:23:30 +00:00
Richard M. Stallman
c94dca6021 (vc-default-previous-version, vc-default-next-version)
(vc-do-command): Doc fixes.
2005-12-14 20:11:11 +00:00
Stefan Monnier
cdc61d3531 (bibtex-expand-strings)
(bibtex-autokey-expand-string, bibtex-name-part)
(bibtex-entry-type-whitespace, bibtex-entry-type-str)
(bibtex-any-entry-maybe-empty-head, bibtex-string-type)
(bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
(bibtex-entry-type, bibtex-entry-head): Match only valid entries.
(bibtex-entry-postfix, bibtex-known-entry-type-re)
(bibtex-valid-entry-re, bibtex-any-valid-entry-re)
(bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
(bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
(bibtex-beginning-of-last-entry): Remove.
(bibtex-parse-field-name): Use bibtex-field-name.  Issue error
message if comma is missing but buffer is read-only.
(bibtex-parse-field-text): Handle whitespaces at the end of field
text.  Return 3-element list with beginning and end of field text
and end of field.
(bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
(bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
(bibtex-search-forward-field, bibtex-search-backward-field):
Search always delimited by limits of entry.  Use more efficient
search algorithms.
(bibtex-name-in-field): Use bibtex-start-of-name-in-field and
bibtex-end-of-name-in-field.
(bibtex-text-in-field-bounds): Handle BibTeX strings when
extracting the content of a field.
(bibtex-text-in-field): Use search limits.
(bibtex-parse-string-prefix): Handle empty string keys based on
bibtex-string-empty-key.
(bibtex-parse-string): Fix docstring.
(bibtex-text-in-string): Use bibtex-text-in-field-bounds.
(bibtex-preamble-prefix, bibtex-strings): New functions.
(bibtex-skip-to-valid-entry): Include preceding whitespace in
BibTeX entries (consistent with other BibTeX functions).
(bibtex-map-entries): Use bibtex-skip-to-valid-entry.
(bibtex-search-entry): Fix docstring.  Simplify.
(bibtex-flash-head, bibtex-complete-string-cleanup)
(bibtex-count-entries, bibtex-sort-buffer): Simplify.
(bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
(bibtex-parse-entry): New optional arg content.
(bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
Use bibtex-text-in-field-bounds.
(bibtex-print-help-message): Handle BibTeX strings and preambles.
(bibtex-end-of-entry): Use bibtex-preamble-prefix and
bibtex-parse-string-postfix.
(bibtex-find-text-internal): New function.
(bibtex-remove-delimiters): Use it.
(bibtex-find-text): Use it.  New optional arg help.
(bibtex-complete): Handle BibTeX string and preamble entries.
(bibtex-Preamble): Fix order of closing delimiters.
2005-12-14 17:15:20 +00:00
Romain Francoise
28aa81489d (font-lock-keywords-alist): Rename append' to how'.
(font-lock-add-keywords, font-lock-update-removed-keyword-alist):
(font-lock-remove-keywords): Likewise.
2005-12-14 11:21:24 +00:00
Juri Linkov
e8171d36a3 (log-view-diff): Doc fix. 2005-12-14 10:20:03 +00:00
Juri Linkov
fa81f0107f (isearch-query-replace): Use (mark) instead of
isearch-opoint if mark is active in transient-mark-mode.
2005-12-14 07:55:50 +00:00
Juri Linkov
e7e4ea210a (isearch-query-replace): Check for isearch-other-end. 2005-12-14 07:52:22 +00:00
Juri Linkov
cf717a0d24 (cpp-face): New widget.
(cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
2005-12-14 07:48:11 +00:00
Juri Linkov
ad25ebbbbc (wdired-old-point): New internal variable.
(wdired-change-to-wdired-mode): Set it buffer-locally.
(wdired-abort-changes): Restore point after aborting changes.
2005-12-14 07:46:11 +00:00
Richard M. Stallman
dd7c6f2146 *** empty log message *** 2005-12-14 04:04:05 +00:00
Stefan Monnier
df4da7f46a (vc-svn-registered): Use it to avoid popping up a spurious
frame in case of errors.
2005-12-13 22:25:24 +00:00
Jan Djärv
4c0252a56b * menu-bar.el (menu-bar-showhide-fringe-menu): Moved "On the Right"
so it comes after "On the Left" in the menu.
2005-12-13 11:07:50 +00:00
Luc Teirlinck
2ac1d4efae *** empty log message *** 2005-12-13 03:44:39 +00:00
Bill Wohler
63fc53c944 (vc-svn-registered): Fix problem of visiting non-writable
Subversion-controlled files by saving window configuration before
calling vc-do-command. vc-do-command calls pop-to-buffer on error
which is unexpected during registration.
2005-12-13 00:48:04 +00:00
Jay Belanger
2da61afceb Updated the changes information. 2005-12-12 20:27:13 +00:00
Stefan Monnier
25a3c9d12e (describe-char): Rework last fix to solve the problem
is the same way it's solved for everything else in that function
(i.e. by extracting the info before setting up the *Help* buffer).
2005-12-12 16:50:39 +00:00
Kim F. Storm
0900f982ad *** empty log message *** 2005-12-12 14:22:53 +00:00
Carsten Dominik
7d29e55d5b *** empty log message *** 2005-12-12 11:48:11 +00:00
Jan Djärv
5621b83a66 * tooltip.el (tooltip-y-offset): Changed default to 20. 2005-12-12 09:36:47 +00:00
Richard M. Stallman
eab52f48e5 *** empty log message *** 2005-12-12 05:22:29 +00:00
Luc Teirlinck
39f617e5f7 *** empty log message *** 2005-12-11 18:14:00 +00:00
Juri Linkov
d4c6530fc5 (frame-background-mode): Replace `choice-item' keywords
with `const' to not make [default] button.  Change default value tag
from `default' to `automatic'.  Doc fix.
(trailing-whitespace) <defface>: Change group `whitespace' to
`whitespace-faces'.
2005-12-11 11:09:33 +00:00
Romain Francoise
d7d5b8871f *** empty log message *** 2005-12-11 10:47:41 +00:00
Richard M. Stallman
4b1c16c20f *** empty log message *** 2005-12-11 05:02:28 +00:00
YAMAMOTO Mitsuharu
ac8fcf0f17 *** empty log message *** 2005-12-11 01:06:48 +00:00
Nick Roberts
35cd2d87b7 *** empty log message *** 2005-12-10 21:27:34 +00:00
Romain Francoise
d50d22f1f4 (help-for-help-internal): Add `r' in doc string. 2005-12-10 17:20:10 +00:00
Eli Zaretskii
5fdf9b7cf0 *** empty log message *** 2005-12-10 12:35:47 +00:00
Eli Zaretskii
614b38a995 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
(bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
(bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
(balance-windows): Rewrite using the above new functions.
2005-12-10 12:21:44 +00:00
Eli Zaretskii
71060bddb0 (hi-lock-mode) Renamed from hi-lock-buffer-mode; react if global-hi-lock-mode
seems intended.
(global-hi-lock-mode) Renamed from hi-lock-mode.
(hi-lock-archaic-interface-message-used, hi-lock-archaic-interface-deduce): New
variables.
(turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
(hi-lock-face-buffer, hi-lock-face-phrase-buffer)
(hi-lock-find-patterns, hi-lock-font-lock-hook): Replace hi-lock-buffer-mode
with hi-lock-mode.
2005-12-10 11:48:21 +00:00
Eli Zaretskii
6d93e4aa38 (lisp-complete-symbol): Regenerate the completion list, even after a partial
completion has been inserted in the current buffer.  If there are more than 1
completion, redisplay the *Completions* buffer; if the completion is unique,
delete the *Completions* window.
2005-12-10 11:40:04 +00:00
Eli Zaretskii
eba9bb5f1a Fix last entry description. 2005-12-10 11:32:44 +00:00
Eli Zaretskii
7c86d70e27 (rmail-next-same-subject): Handle multiple "Re: " strings and long subject
lines that were broken into multiple lines at arbitrary places.
2005-12-10 11:30:33 +00:00
Eli Zaretskii
d9f9aa720f (octave-electric-space): Don't indent comments or strings if
octave-auto-indent is nil.
2005-12-10 10:29:22 +00:00
YAMAMOTO Mitsuharu
4b3eb40742 *** empty log message *** 2005-12-10 01:50:23 +00:00
Kenichi Handa
332ee54425 (isearch-process-search-char): Translate CHAR by
translation-table-for-input.
2005-12-10 01:14:23 +00:00
Chong Yidong
b056252754 * foldout.el (foldout-exit-fold): Properly hide subtree. 2005-12-09 20:50:15 +00:00
Reiner Steib
e8f4db18e2 * files.el (save-buffer):
* international/ucs-tables.el (ucs-set-table-for-input):
* mail/mail-extr.el (mail-extract-address-components):
* mail/sendmail.el (mail-mode): Reformat doc string.
2005-12-09 16:44:18 +00:00
Juri Linkov
37fec9becb (menu-bar-edit-menu): Add listp around pending-undo-list to disable
menu item "undo" when pending undo list is empty.
2005-12-09 10:02:19 +00:00
Kim F. Storm
84fdb82c52 *** empty log message *** 2005-12-09 09:44:24 +00:00
Kim F. Storm
5592022932 (cua--extract-rectangle): Undo recent change re. \s in strings. 2005-12-09 09:10:10 +00:00
David Ponce
5a8781ad99 *** empty log message *** 2005-12-09 08:14:42 +00:00
Luc Teirlinck
30c0292595 *** empty log message *** 2005-12-09 00:44:17 +00:00
John Paul Wallington
1c258d8cf5 (define-ibuffer-filter filename): If `dired-directory' is a list then
really use its car.
2005-12-08 23:50:32 +00:00
Kim F. Storm
84574cf26d *** empty log message *** 2005-12-08 22:52:16 +00:00
Kim F. Storm
3d5968919c *** empty log message *** 2005-12-08 22:23:59 +00:00
Nick Roberts
c48971b2b8 *** empty log message *** 2005-12-08 22:09:24 +00:00
Alan Mackenzie
9e04cba13e *** empty log message *** 2005-12-08 21:58:00 +00:00
Kim F. Storm
c4d0833571 *** empty log message *** 2005-12-08 20:56:15 +00:00
Kim F. Storm
ad668f105a *** empty log message *** 2005-12-08 16:22:53 +00:00
Kim F. Storm
3dd63dc323 *** empty log message *** 2005-12-08 14:12:01 +00:00
Carsten Dominik
9992b1246e *** empty log message *** 2005-12-08 13:11:09 +00:00
Juri Linkov
3f30c2726a (custom-add-parent-links): Filter out custom-group-link,
because such links don't lead to parent documentation.
2005-12-08 07:51:32 +00:00
Kenichi Handa
086c5b2bca (describe-char): Use *Help-2* buffer if the
current buffer is *Help*.  Call describe-text-properties while
setting the original buffer.
2005-12-08 01:39:37 +00:00
Bill Wohler
4af6c01113 (auto-mode-alist): Remove mh-letter-mode. Unnecessary, and causes
problems with non-MH users (such as Gnus users).
2005-12-08 01:26:14 +00:00
Nick Roberts
a25e15eab5 *** empty log message *** 2005-12-07 23:39:30 +00:00
Kim F. Storm
b89a8e1a6d *** empty log message *** 2005-12-07 09:22:42 +00:00
Romain Francoise
69fc2f2b92 *** empty log message *** 2005-12-07 09:11:20 +00:00
Kenichi Handa
735b7c87d4 (set-display-table-and-terminal-coding-system): If the coding
system specified in `unibyte-display' property is different from
the arg coding-system, don't setup standard-display-table.
2005-12-07 07:28:37 +00:00
Stefan Monnier
6a6e859a93 (edebug-skip-whitespace): read1:lread.c says
that comments end at \n, regardless of selective-display.
2005-12-06 22:10:07 +00:00
Nick Roberts
7a96cae66e *** empty log message *** 2005-12-06 21:40:39 +00:00
Stefan Monnier
6277435b76 (c-emacs-features): Don't assume point-min==1. 2005-12-06 16:54:20 +00:00
Simon Josefsson
98b537f715 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
prompts work for AUTH PLAIN.
2005-12-06 12:57:35 +00:00
Károly Lőrentey
0dac35b873 (set-frame-parameter): Add doc string. 2005-12-06 12:43:47 +00:00
Carsten Dominik
634d5d196d *** empty log message *** 2005-12-06 10:52:33 +00:00
Romain Francoise
239f263d59 (balance-windows): Delete extraneous third arg to `enlarge-window'. 2005-12-06 09:00:49 +00:00
Kenichi Handa
522d812913 (kinsoku-longer): Check eolp, not eobp. 2005-12-06 06:24:41 +00:00
Nick Roberts
5701678ae2 *** empty log message *** 2005-12-06 02:30:24 +00:00
Luc Teirlinck
a9692abf5b *** empty log message *** 2005-12-06 00:31:37 +00:00
Stefan Monnier
bb61f0fd71 (mail-yank-ignored-headers): Don't autoload. 2005-12-05 17:11:21 +00:00
Stefan Monnier
95fe848eb2 Remove unnecessary leading-star in docstrings.
(mail-yank-ignored-headers): Use regexp-opt.
(mail-mode-map): Move initialization into declaration.
(mail-sent-via): Remove unused shadowed var `to-line'.
(mail-mailer-swallows-blank-line): Use with-temp-buffer.
(mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
(mail-do-fcc): Use dolist and push.
(mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
2005-12-05 17:08:00 +00:00
Kenichi Handa
eec5c8f9b2 (set-language-info-internal): New
function.
(set-language-info): Call set-language-info-internal to update
language-info-alist.  If LANG-ENV is the current one, call
set-language-environment to make INFO effective now.
(set-language-info-alist): Likewise.
(locale-language-names): With locale "en", use English
lang. env. but set the default codings to iso-8859-1.
2005-12-05 07:39:01 +00:00
Nick Roberts
d85af294eb *** empty log message *** 2005-12-04 09:09:54 +00:00
Juri Linkov
9324f6715a (font-lock-mode): Replace :group font-lock' with nil nil nil'. 2005-12-04 05:46:18 +00:00
Juri Linkov
030a17b937 Revert removing `:group font-lock'. 2005-12-04 05:02:49 +00:00
Chong Yidong
d8fbba2278 * info.el (Info-fontify-node): Match external links using
non-directory part of filename.
2005-12-04 04:31:59 +00:00
Juri Linkov
19437ce55f (Man-section-regexp): Add 0-9 to support "3X11" sections. 2005-12-04 02:45:20 +00:00
Eli Zaretskii
2f33468cdc (view-mode): Doc fix. 2005-12-03 14:35:38 +00:00
Eli Zaretskii
79019cc953 *** empty log message *** 2005-12-03 12:32:36 +00:00
Eli Zaretskii
7a5ea63f0f (apropos-zippy): Call print-help-return-message, similar to other Help
and Apropos commands.
2005-12-03 12:07:55 +00:00
Eli Zaretskii
a8e7142cdd (print-help-return-message): If pop-up-frames is non-nil, set up
help-return-method to delete the help window and, possibly, its frame as well.  Doc fix.
(help-return-method): Doc fix.
2005-12-03 11:52:23 +00:00
Eli Zaretskii
d20a1ebb17 (lisp-imenu-generic-expression): Fix bug whereby names of length one
or names starting with a symbol-constituent character would not be returned.
2005-12-03 09:48:08 +00:00
John Paul Wallington
6273dc6821 (atomic-change-group): Add edebug and indentation spec. 2005-12-03 02:31:40 +00:00
Stefan Monnier
21b15ee87e (save-completions-file-name): Fix typo in last change. 2005-12-02 21:12:28 +00:00
Jan Djärv
ed0e38790b * info.el: Move back/forward history to the beginning of the tool bar. 2005-12-02 15:08:49 +00:00
Eli Zaretskii
0a79da1b5d *** empty log message *** 2005-12-02 14:12:31 +00:00
Eli Zaretskii
eac5c1f628 (latex-inputenc-coding-alist): Doc fix. 2005-12-02 13:25:19 +00:00
Eli Zaretskii
27e0edcdca (flyspell-external-point-words): Consider a misspelling as found in the string
search if: (a) misspelling and found string lengths match, or (b) misspelling
is found as element in a boundary-chars separated longer string, or
(c) ispell-program-name is really ispell and misspelling is found as part of
a TeX string.  After successful match move beginning of search region to end
of match.  Warn about not found misspellings once the process is done.
(flyspell-large-region) Do not set ispell-parser to tex if in TeX mode.
2005-12-02 13:17:38 +00:00
Nick Roberts
dcf4db16b7 *** empty log message *** 2005-12-02 09:14:18 +00:00
Nick Roberts
e7d42ea719 *** empty log message *** 2005-12-02 07:59:09 +00:00
Bill Wohler
3166ee6507 (mh-loaddefs.el): Reinsert Change Log as its absence triggers
lm-verify errors.
2005-12-02 03:20:34 +00:00
Luc Teirlinck
94261ba30b *** empty log message *** 2005-12-02 03:18:08 +00:00
Richard M. Stallman
b330c3e94e *** empty log message *** 2005-12-01 17:43:33 +00:00
Nick Roberts
68b381461a *** empty log message *** 2005-12-01 02:15:56 +00:00
Jason Rumney
896bd1662f *** empty log message *** 2005-11-30 22:49:26 +00:00