1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-22 18:35:09 +00:00
Commit Graph

54389 Commits

Author SHA1 Message Date
Richard M. Stallman
a7fe694c13 (undo): Fix the test for continuing a series of undos.
(undo-more): Set pending-undo-list to t when we reach end.
(pending-undo-list): defvar moved up.
2005-01-29 17:24:41 +00:00
Richard M. Stallman
6f95a83518 (widget-button-click): Shorten the range of the track-mouse binding. 2005-01-29 17:21:12 +00:00
Richard M. Stallman
c6c7dc0349 (syms_of_buffer) <buffer-undo-list>: Doc fix. 2005-01-29 17:18:57 +00:00
Richard M. Stallman
48bbe3a8eb Comment change. 2005-01-29 17:18:06 +00:00
Richard M. Stallman
96b3faf892 *** empty log message *** 2005-01-29 17:16:47 +00:00
Richard M. Stallman
6887bce515 (Fprimitive_undo): Handle (FUNNAME . ARGS) by calling FUNNAME. 2005-01-29 17:16:31 +00:00
Richard M. Stallman
2da637a538 (comint-insert-input): Undo previous changes;
use last-input-event in interactive spec.
2005-01-29 16:58:34 +00:00
Richard M. Stallman
17a60964b9 (popmail): Don't use Errmsg as format string. 2005-01-29 16:56:30 +00:00
Eli Zaretskii
cf63e6fa17 (compilation-start): Bind buffer-read-only to nil before
invoking call-process.  Reset buffer's modified flag after
fontifying it in the no-async branch.
2005-01-29 15:52:07 +00:00
Eli Zaretskii
28d986b971 *** empty log message *** 2005-01-29 14:05:34 +00:00
Eli Zaretskii
16bbbfd864 (Misc Events): Describe the help-echo event. 2005-01-29 14:04:57 +00:00
Eli Zaretskii
ef6938c57d (Special Properties) <help-echo>: Use `pos' consistently in description
of the help-echo property.  Use @code{nil} instead of @var{nil}.
2005-01-29 14:02:43 +00:00
Eli Zaretskii
d94f2aab08 (Overlay Properties): Fix the index entry for help-echo overlay property. 2005-01-29 13:58:04 +00:00
Eli Zaretskii
9172ffcd36 (Type Keywords): Uncomment the xref to the help-echo property documentation. 2005-01-29 13:55:46 +00:00
Eli Zaretskii
5eb8942bad (widget-specify-button): If mouse pointer shape cannot be changed,
use mouse face instead.
2005-01-29 13:22:21 +00:00
Nick Roberts
190def626e (gdb-info-breakpoints-custom)
(gdb-goto-breakpoint): Make breakpoint handling work on template
functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
(gdb-assembler-custom): Update to recognise breakpoint information
added on 2005-01-19.
2005-01-29 06:55:14 +00:00
Nick Roberts
88cc5da7a5 *** empty log message *** 2005-01-29 06:54:40 +00:00
Miles Bader
aba1948af5 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-58
Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-7
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-8
 - miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-11
   Update from CVS

2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
   article buffer when editing of the article is discarded.
   (gnus-article-prepare): Revert.

2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-art.el (gnus-article-prepare): Remove
   message-strip-forbidden-properties from the local hook.

2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/mml.el (mml-generate-mime-1): Convert string into unibyte when
   inserting " *mml*" buffer's contents into a unibyte temp buffer.

2005-01-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>

   * man/gnus.texi: Some edits based on comments from David Abrahams.

2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (RSS): Fix the keystroke.
2005-01-28 23:52:19 +00:00
Nick Roberts
14788d12b0 (gdb-info-breakpoints-custom)
(gdb-goto-breakpoint): Make breakpoint handling work on template
functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
2005-01-28 21:48:48 +00:00
Nick Roberts
c7c8757394 *** empty log message *** 2005-01-28 21:48:09 +00:00
Stefan Monnier
150bbae7a4 (scheme-mode-variables): Set comment-add.
(dsssl-mode): Use define-derived-mode.
(scheme-mode-initialize): Remove.
(scheme-mode): Use run-mode-hooks.
2005-01-28 18:57:45 +00:00
Stefan Monnier
e4105348b2 (custom-mode-map): Make it dense. 2005-01-28 18:55:14 +00:00
Stefan Monnier
f7105ede2e (customize-group-other-window, custom-buffer-create-other-window):
Don't override special-display-*.
2005-01-28 18:42:30 +00:00
Stefan Monnier
2a4960f909 (describe-char-unicodedata-file): Docstring fix. 2005-01-28 17:07:57 +00:00
Stefan Monnier
5c243ee437 *** empty log message *** 2005-01-28 16:29:27 +00:00
Stefan Monnier
f5d01350c3 (message-beginning-of-line): Change the behavior when
invoked between BOL and : so that it first moves backward.
2005-01-28 16:27:25 +00:00
Stefan Monnier
f9475d97ee (eval-defun-1): Make sure `defvar' always sets the default value. 2005-01-28 16:27:13 +00:00
Stefan Monnier
996f9cdebb (access_keymap): YAILOM. 2005-01-28 16:25:10 +00:00
Eli Zaretskii
2d65673fc1 Add more keywords. 2005-01-28 16:11:30 +00:00
Stefan Monnier
b9fbc167a8 Avoid unnecessary use of locate-library. 2005-01-28 02:20:38 +00:00
Kim F. Storm
dbd8ee1913 (x_clip_to_row): Ensure y >= 0.
(x_draw_hollow_cursor): Use get_phys_cursor_geometry.
2005-01-27 22:34:05 +00:00
Kim F. Storm
2049265a5b (get_phys_cursor_geometry): New function to calculate
phys cursor position and size for hollow cursor.  Position is
aligned with get_glyph_string_clip_rect and ensures that a hollow
cursor is shown, even when the actual glyph is not visible.
2005-01-27 22:33:52 +00:00
Kim F. Storm
4d91ce74c7 (x_draw_hollow_cursor): Use get_phys_cursor_geometry. 2005-01-27 22:33:39 +00:00
Kim F. Storm
4f5d664038 (get_phys_cursor_geometry): Add prototype. 2005-01-27 22:33:01 +00:00
Kim F. Storm
caf533af49 *** empty log message *** 2005-01-27 22:32:41 +00:00
Stefan Monnier
043f7f7333 (x_error_quitter): Add a prototype. Make it static again. 2005-01-27 17:00:38 +00:00
Stefan Monnier
760ebc9b6c *** empty log message *** 2005-01-27 15:36:25 +00:00
Stefan Monnier
6b626913b8 (standard-display-european-internal): Don't fiddle with latin-1 non-break space
any more since it's now special cased in the C code.
Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
2005-01-27 14:47:33 +00:00
Lute Kamstra
56366094d7 (Initial Options): Add a cross reference to `Init File'. Mention the
`-Q' option at the `--no-site-file' option.
2005-01-27 08:58:52 +00:00
Luc Teirlinck
3bf93f7402 (all): Add `undo-outer-limit'. 2005-01-27 02:45:20 +00:00
Kim F. Storm
999f5a607e (get_glyph_string_clip_rect): Always show a cursor
glyph, even when row is only partially visible and actual cursor
position is not visible.
2005-01-27 00:16:28 +00:00
Kim F. Storm
889f36418f *** empty log message *** 2005-01-27 00:16:00 +00:00
Carsten Dominik
0072e19e63 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
(reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
	(reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
	(reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
2005-01-26 08:28:31 +00:00
Carsten Dominik
5d4ba9da90 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
isearch minor mode.
2005-01-26 08:28:06 +00:00
Lute Kamstra
31df23f567 (bibtex-format-entry): Use `bibtex-empty-field-re' only on the text of
fields, not on entire field lines.
(bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
not on part of a buffer.
(bibtex-empty-field-re): Don't match nonempty field text strings like
"{letters\\macro{}more letters}".  Clarify docstring.
(bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
(bibtex-entry-offset, bibtex-parse-association)
(bibtex-parse-field-name): Fix typos in docstrings.
(bibtex-field-list, bibtex-find-crossref): Fix typos in error
messages.
2005-01-25 17:26:11 +00:00
Kim F. Storm
640d0c89af *** empty log message *** 2005-01-25 12:43:50 +00:00
Carsten Dominik
a17f6c51a1 documented `reftex-isearch-minor-mode' 2005-01-25 10:29:49 +00:00
Carsten Dominik
60fc9395a3 *** empty log message *** 2005-01-25 10:25:49 +00:00
Luc Teirlinck
fe86084221 (help-at-pt-display-when-idle): Add autoload cookie. 2005-01-25 03:36:37 +00:00
Richard M. Stallman
29099c2f2b *** empty log message *** 2005-01-25 01:59:39 +00:00