1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 19:31:02 -08:00
Commit graph

54798 commits

Author SHA1 Message Date
Glenn Morris
1a951b51aa *** empty log message *** 2005-02-24 18:21:24 +00:00
Stefan Monnier
6ecedb401f (tex-font-lock-keywords-3): #n is atomic. 2005-02-24 15:34:34 +00:00
Lute Kamstra
2e20c83d75 *** empty log message *** 2005-02-24 14:21:02 +00:00
Lute Kamstra
f24be0a762 (Defining Minor Modes): Explain that INIT-VALUE, LIGHTER, and KEYMAP
can be omitted when KEYWORD-ARGS are used.
2005-02-24 14:20:14 +00:00
Lute Kamstra
48a3600355 (Initial Options): Add cross reference. 2005-02-24 14:06:23 +00:00
Kim F. Storm
1a94a5658c (iso-accents-compose): Fix crash during redisplay.
Call force-window-update after read-event and delete-region
to signal that window is not accurate.
2005-02-24 13:56:29 +00:00
Kim F. Storm
1749aa90ac *** empty log message *** 2005-02-24 13:55:38 +00:00
Richard M. Stallman
a98ac7ae36 *** empty log message *** 2005-02-23 21:06:04 +00:00
Richard M. Stallman
5fac723a04 (appt-time-msg-list): 3rd elt of each
appointment says it was explicitly made.
(appt-add): Set the 3rd element.
(appt-make-list): Preserve explicit appointments.
2005-02-23 21:05:51 +00:00
Richard M. Stallman
3e9f9352d4 (find-tag-default): Catch errors in forward-sexp. 2005-02-23 21:04:14 +00:00
Juri Linkov
91c6626241 *** empty log message *** 2005-02-23 17:15:47 +00:00
Juri Linkov
98e77be59a (Info-isearch-search): New defcustom.
(Info-isearch-search): Call the default isearch function
when Info-isearch-search is nil.
(Info-isearch-wrap): Use variable Info-isearch-search.
2005-02-23 17:03:17 +00:00
Lute Kamstra
b02c3eedd3 *** empty log message *** 2005-02-23 09:13:52 +00:00
Lute Kamstra
8dc811d38a (Defining Minor Modes): define-minor-mode can be used to define global
minor modes as well.
2005-02-23 09:13:14 +00:00
Lute Kamstra
65c492fd21 (Managing Overlays): overlay-buffer returns nil for deleted overlays. 2005-02-23 08:58:14 +00:00
Lute Kamstra
563f712898 (Foverlay_buffer): Doc fix. 2005-02-23 08:45:04 +00:00
Luc Teirlinck
01d746be1e *** empty log message *** 2005-02-22 23:16:29 +00:00
Miles Bader
82a8ad04d2 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-124
Merge from gnus--rel--5.10

Patches applied:

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

2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
   Handle news URL with given port correctly.
2005-02-22 23:15:11 +00:00
Luc Teirlinck
62bf2fd1a5 Comment change. 2005-02-22 23:12:15 +00:00
Kim F. Storm
48d66f99eb (hide-ifdef-use-define-alist): Use
completing-read.  Suggested by Juan-Leon Lahoz Garcia.
2005-02-22 20:52:39 +00:00
Kim F. Storm
b686dd591d *** empty log message *** 2005-02-22 20:52:19 +00:00
Kim F. Storm
a41c174fd4 (Basic Completion): Allow symbols in addition to
strings in try-completion and all-completions.
2005-02-22 20:50:05 +00:00
Kim F. Storm
3809648a76 (Ftry_completion, Fall_completions): Allow both string
and symbol keys in alists and hash tables.
2005-02-22 20:39:23 +00:00
Simon Josefsson
fe77c061ab (browse-url-netscape-new-window-is-tab): New variable.
(browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
Oskarsson" <myrkraverk@users.sourceforget.net>.
2005-02-22 14:11:48 +00:00
Kim F. Storm
e3198b7748 (fast_find_position): Fix search for start of overlay. 2005-02-22 11:04:18 +00:00
Kim F. Storm
c8500765dc *** empty log message *** 2005-02-22 11:04:07 +00:00
Kim F. Storm
161f8b5b77 (tooltip-show-help-function): Pass event to
mouse-on-link-p so it can check selected window.
2005-02-22 09:42:23 +00:00
Kim F. Storm
b0ca1b8a96 (mouse-on-link-p): If arg POS is a mouse event,
check that window of that event is the selected window.
(mouse-drag-region-1): Compare mouse event window to selected
window before setting point.
2005-02-22 09:42:06 +00:00
Kim F. Storm
baf70a025c *** empty log message *** 2005-02-22 09:41:50 +00:00
Kenichi Handa
ca69e8aabe (ps-mule-header-string-charsets): Delete it.
(ps-mule-show-warning): New function.
(ps-mule-begin-job): Use ps-mule-show-warning if unprintable
characters are found.
2005-02-22 06:23:01 +00:00
Kenichi Handa
b77ba60f8c (ps-header-footer-string): Return a list of header
and footer strings.
2005-02-22 06:18:38 +00:00
Kim F. Storm
396a112b74 Add scroll-bar note. 2005-02-21 23:09:43 +00:00
Kim F. Storm
aed328bfc3 (window_scroll_pixel_based): When scrolling backwards,
handle partial visible line at end of window even when we hit PT.
2005-02-21 22:34:34 +00:00
Kim F. Storm
81c85b536e *** empty log message *** 2005-02-21 22:33:36 +00:00
Stefan Monnier
dae3211dbd (cvs-retrieve-revision): Fix thinko. 2005-02-21 18:36:11 +00:00
Stefan Monnier
9df747e1c9 *** empty log message *** 2005-02-21 13:44:11 +00:00
Stefan Monnier
485464c434 (blink-cursor-mode): Use define-minor-mode. 2005-02-21 13:43:53 +00:00
Stefan Monnier
478a161d79 Declare Fcurrent_active_maps, used in doc.c. 2005-02-21 13:39:53 +00:00
Stefan Monnier
2c75eddf9d (function-key-map): Use char-names more consistently.
(file-name-coding-system): Only set it for MacOS-9.  The other case is
already handled in mule-cmds.el (where it also works when mac-win.el
is not used).
2005-02-21 13:11:04 +00:00
Kenichi Handa
002dc23966 (ctext-pre-write-conversion): Always use
" *code-converting-work*" buffer for work.
2005-02-21 12:53:33 +00:00
Kim F. Storm
d782c34829 (move_it_vertically_backward): Eliminate two xasserts.
I think those asserts are bogus if buffer contains invisible text
or images.
2005-02-21 09:01:04 +00:00
Kim F. Storm
0dd5a842d9 *** empty log message *** 2005-02-21 09:00:43 +00:00
Kim F. Storm
c43923ad7c (xg_create_frame_widgets): UNBLOCK_INPUT on error. 2005-02-21 08:51:52 +00:00
Kim F. Storm
19e05d1f33 *** empty log message *** 2005-02-21 08:51:09 +00:00
Kenichi Handa
c4a166f16f *** empty log message *** 2005-02-21 02:36:16 +00:00
Kenichi Handa
bb1954bdd6 (ispell-dictionary-alist): Fix docstring. 2005-02-21 02:15:31 +00:00
Thien-Thi Nguyen
220715073c (scheme-font-lock-keywords-2): Handle named-let. 2005-02-20 12:07:08 +00:00
Jonathan Yavner
eedeacb307 (undo-more): restore defadvice, but only the part that allows changes
outside the restricted area of the buffer.
2005-02-20 05:02:54 +00:00
Jonathan Yavner
50d9c3962f *** empty log message *** 2005-02-20 05:02:11 +00:00
Kim F. Storm
e10ee30cc5 (pos_visible_p): Be sure to move to the specified
position.  Always get the full ascent / descent of the
corresponding row, to return reliable rtop and rbot values.
(back_to_previous_visible_line_start): Fix 2005-01-18 change.
Must look one character back, as back_to_previous_line_start
returns position after the newline.
(move_it_vertically_backward): Fix heuristic for when to move further
back in case line_height * 2/3 is larger than window height.
(cursor_row_fully_visible_p): Rename make_cursor_line_fully_visible_p
as it does not do anything anymore.  Add arg current_matrix_p to
use current matrix rather than desired matrix when set.
(try_cursor_movement): Don't scroll to make cursor row fully
visible if cursor didn't move.  This avoids unexpected recentering
in case of blinking cursor or accepting process output.
Use current matrix to check cursor row visibility.
(redisplay_window): Fix whether to recenter or move to top in case
cursor line is taller than window height.
(find_first_unchanged_at_end_row): Stop search if we reach a row
which not enabled (instead of abort).
2005-02-19 23:30:51 +00:00