1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-27 15:52:00 -08:00
Commit graph

61256 commits

Author SHA1 Message Date
Kim F. Storm
171aaa8a9e *** empty log message *** 2005-12-16 00:44:41 +00:00
Nick Roberts
c962897d11 (gdb-many-windows): Echo new state in minibuffer. 2005-12-15 21:21:43 +00:00
Nick Roberts
5df0c23b74 *** empty log message *** 2005-12-15 21:20:47 +00:00
David Ponce
a07efa9f7c (recentf-dialog-goto-first): Fix missing error condition.
(recentf-edit-list, recentf-open-files): Signal an error when
there is no recent file.
2005-12-15 20:23:46 +00:00
David Ponce
d0ccae3ee4 *** empty log message *** 2005-12-15 20:23:19 +00:00
Bill Wohler
7a5df5a9ad * mh-e.el (mh-delete-msg): Sync docstrings with manual.
* mh-seq.el (mh-delete-subject, mh-thread-next-sibling)
(mh-thread-previous-sibling, mh-thread-ancestor)
(mh-thread-delete, mh-thread-refile): Ditto.
2005-12-15 19:32:01 +00:00
Romain Francoise
9cfeca9e06 *** empty log message *** 2005-12-15 18:44:35 +00:00
Richard M. Stallman
f98abf6dc1 *** empty log message *** 2005-12-14 23:14:14 +00:00
John Paul Wallington
eb2def1bc6 *** empty log message *** 2005-12-14 22:59:35 +00:00
Robert J. Chassell
6d298e78a2 *** empty log message *** 2005-12-14 22:23:30 +00:00
Robert J. Chassell
2cd2e4c5db (texinfo-format-region):
[on behalf of Lennart Borgman <lennart.borgman.073@student.lu.se>]
    Set buffer to read-only except for texinfo-format-region evaluation.
2005-12-14 21:57:31 +00:00
Jan Djärv
bf63eb6967 * xfns.c (compute_tip_xy): Handle negative dx and dy.
* w32fns.c (compute_tip_xy): Ditto

* macfns.c (compute_tip_xy): Ditto
2005-12-14 20:58:33 +00:00
Chong Yidong
9b98e16125 * print.c (print_preprocess): Go to a deeper print_depth to avoid
print_object loop.
2005-12-14 20:49:46 +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
Bill Wohler
6b960c100e * mh-customize.el (mh-speed-flists-interval): Rename to
mh-speed-update-interval.
(mh-speed-run-flists-flag): Delete. Setting mh-speed-flists-interval
to 0 accomplishes the same thing.

* mh-speed.el (mh-folder-speedbar-buttons, mh-speed-flists): Use
mh-speed-update-interval instead of mh-speed-run-flists-flag.
(mh-speed-toggle, mh-speed-view, mh-speed-refresh): Sync docstrings
with manual.
2005-12-14 18:47:38 +00:00
Chong Yidong
eb29a7abc0 * faq.texi (Filling paragraphs with a single space): No need to
change sentence-end now.
2005-12-14 18:25:02 +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
Stefan Monnier
d49e540c48 (vc-default-revert): New fun. 2005-12-14 16:57:35 +00:00
Stefan Monnier
de38789604 (vc-mcvs-revert): Fix call to vc-default-revert. 2005-12-14 16:56:48 +00:00
Romain Francoise
b158c851d4 (Customizing Keywords): Rename append' to how'.
Fix typo.
2005-12-14 11:21:51 +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
Juri Linkov
5fff026521 (desktop-minor-mode-table): Add vc-dired-mode with nil. 2005-12-14 07:44:44 +00:00
Juri Linkov
e217c04eaf (describe-text-properties): Replace buffer name "*Help-2*" with "*Help*<2>".
(describe-char): Add functions print-help-return-message,
toggle-read-only.  Use help-setup-xref with nil to not store
describe-char in help-xref-stack.  Use help-make-xrefs to
make [back] button.
2005-12-14 07:44:20 +00:00
Juri Linkov
cd2768dd4c (make-help-screen): Bind `inhibit-read-only' to t
around `erase-buffer' and `insert'.
2005-12-14 07:42:20 +00:00
Richard M. Stallman
dd7c6f2146 *** empty log message *** 2005-12-14 04:04:05 +00:00
Kenichi Handa
89aa725ad6 (code_convert_region_unwind): GCPRO arg. 2005-12-14 00:43:36 +00:00
Bill Wohler
9c43c9218a Ensure MH-E 8.0 has been released. 2005-12-14 00:01:22 +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
Stefan Monnier
11c89a0783 (vc-do-command): Add a new value t for okstatus. 2005-12-13 22:25:13 +00:00
Romain Francoise
156d1e47fb (Scrolling only one line): Use `scroll-conservatively'. 2005-12-13 20:48:20 +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
0322b9c3a1 (customize-apropos, customize-apropos-options)
(customize-apropos-faces, customize-apropos-groups): Doc fixes.
2005-12-13 03:46:02 +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
Jay Belanger
e4a9919672 (Calc): Update the version number. 2005-12-12 19:12:52 +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
c71abb541e (version-regexp-alist): Allow space as separator before
non-numeric part, e.g. "1.0 alpha".
(version-to-list): Interpret .X.Y version as 0.X.Y version.
2005-12-12 14:23:06 +00:00
Kim F. Storm
0900f982ad *** empty log message *** 2005-12-12 14:22:53 +00:00
Jan Djärv
8576f724fb ICCM => ICCCM 2005-12-12 12:29:57 +00:00
Carsten Dominik
feeee65f61 Version 3.24 2005-12-12 11:48:56 +00:00
Carsten Dominik
997335806e (Progress Logging): New section. 2005-12-12 11:48:19 +00:00
Carsten Dominik
7d29e55d5b *** empty log message *** 2005-12-12 11:48:11 +00:00
Carsten Dominik
3e2392a4cf (org-agenda, org-timeline, org-todo): Implement Logging
and the keep-modes setting.
	(org-get-category): Make sure a string is returned.
	(org-log-done): New function.
	(org-log-done, org-closed-string): New options.
2005-12-12 11:47:25 +00:00
Carsten Dominik
7ac93e3c01 *** empty log message *** 2005-12-12 11:47:09 +00:00