1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-13 16:38:14 +00:00
Commit Graph

51579 Commits

Author SHA1 Message Date
Kim F. Storm
5970bd01f0 (mouse-avoidance-point-position): Use window-inside-edges
and call compute-motion with nil for topos and width to get proper
usable width and height for both window and non-window systems.
2004-08-02 15:19:24 +00:00
Kim F. Storm
ec2b66c4c2 (window_scroll_line_based): Let compute_motion
calculate actual window width.
2004-08-02 15:06:25 +00:00
Kim F. Storm
361f14bf11 (compute_motion): Use actual window width if WIDTH is -1,
properly accounting for continuation glyph on non-window systems.
(Fcompute_motion): Use actual window width if WIDTH is nil, and
actual window width/height if TOPOS is nil, properly accounting for
continuation glyphs on non-window systems, and optional header lines.
(vmotion): Let compute_motion calculate actual window width.
2004-08-02 15:06:06 +00:00
Kim F. Storm
39b1da208b (read_process_output): Use whole read buffer.
Don't trigger adaptive read buffering on errors.
2004-08-01 23:10:06 +00:00
Kim F. Storm
f491e1edab *** empty log message *** 2004-08-01 23:09:43 +00:00
David Kastrup
78629844c6 (query-replace-read-from): Use
`query-replace-compile-replacement'.
(query-replace-compile-replacement): New function.
(query-replace-read-to): Use `query-replace-compile-replacement'
for repeating the last command.
2004-08-01 12:59:09 +00:00
John Paul Wallington
fdeadcd1f6 (help-go-back): Delete period from end of error message. 2004-08-01 05:54:54 +00:00
John Paul Wallington
747aa4cfc6 (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
(pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
(pr-switches): Remove period from end of error messages.
2004-08-01 05:52:30 +00:00
John Paul Wallington
e7fdaf6301 (only-global-abbrevs): Doc fix.
(edit-abbrevs-map): Define within defvar.
(quietly-read-abbrev-file): Doc fix.
2004-08-01 03:56:05 +00:00
Luc Teirlinck
83f6422686 *** empty log message *** 2004-07-31 16:09:34 +00:00
Luc Teirlinck
1492344029 (Fset_keymap_parent): Minor doc fix. 2004-07-31 16:05:54 +00:00
Luc Teirlinck
a523ade4cb (Fset_keymap_parent, Fdefine_prefix_command): Doc fixes. 2004-07-31 16:03:08 +00:00
Luc Teirlinck
5fee9a2f19 (syms_of_keyboard) <disable-point-adjustment>: Doc fix. 2004-07-31 15:57:40 +00:00
Luc Teirlinck
5581edf568 (Fcall_interactively): Doc fix. 2004-07-31 15:50:46 +00:00
Luc Teirlinck
0e91dc923a (event-modifiers, event-basic-type): Doc fixes. 2004-07-31 15:45:30 +00:00
Luc Teirlinck
7a4d608f41 (enable-command, disable-command): Doc fixes. 2004-07-31 15:43:26 +00:00
Eli Zaretskii
d9a68b6a51 Update URLs in the comments. 2004-07-31 09:23:36 +00:00
Richard M. Stallman
53a7160c92 (with-local-quit): Doc fix. 2004-07-31 03:42:27 +00:00
Richard M. Stallman
451eaa2138 (Fexpand_abbrev): Undo previous change. 2004-07-31 03:37:21 +00:00
Luc Teirlinck
4bcce19cc1 (utf-translate-cjk-mode): Doc fix. 2004-07-31 03:31:28 +00:00
Kim F. Storm
7c111482b9 (Fformat): Allocated extra (dummy) element in info. 2004-07-30 12:05:32 +00:00
Luc Teirlinck
ee945d0839 *** empty log message *** 2004-07-29 01:49:07 +00:00
Luc Teirlinck
19229e5e7d (defcustom): Doc fix. 2004-07-29 01:47:01 +00:00
Luc Teirlinck
733f68b6ec (Fdefvar, Fdefconst): Doc fixes. 2004-07-29 01:41:36 +00:00
Masatake YAMATO
31f98a937c (etags-tags-apropos): Show building progress. 2004-07-28 09:05:23 +00:00
Werner LEMBERG
b687047c72 Document all new tutorials. 2004-07-27 23:49:06 +00:00
Werner LEMBERG
05ea6a2643 *** empty log message *** 2004-07-27 23:47:37 +00:00
Stefan Monnier
f9c0bc2e73 (font-lock-keywords): Docstring improvement. 2004-07-27 18:45:41 +00:00
Vinicius Jose Latorre
47a97a6db3 Tiny change. 2004-07-27 02:10:51 +00:00
Kim F. Storm
3553184981 (move_it_in_display_line_to): Check BUFFER_POS_REACHED_P after
we have ensured that the glyph fits on the current line (or returned
MOVE_LINE_CONTINUED otherwise).
2004-07-26 23:16:48 +00:00
Kim F. Storm
3f911c94a2 *** empty log message *** 2004-07-26 23:16:23 +00:00
Stefan Monnier
38357a23f4 (imenu-prev-index-position-function)
(imenu-extract-index-name-function, imenu-name-lookup-function)
(imenu--index-alist): Docstring redundancy fix.
2004-07-26 21:16:08 +00:00
Kim F. Storm
f516e857f7 (move_it_in_display_line_to): If overflow-newline-into-fringe
is enabled, return MOVE_LINE_CONTINUED rather than MOVE_POS_MATCH_OR_ZV
if target position is at end of display line but char is not a newline.
2004-07-25 22:15:03 +00:00
Kim F. Storm
f29ff8c7a4 *** empty log message *** 2004-07-25 22:14:29 +00:00
Lars Hansen
e0db2366e7 (wdired-finish-edit): Require dired-aux before locally binding dired-backup-overwrite. 2004-07-25 19:55:21 +00:00
Richard M. Stallman
ab431b61cd (enum window_part): Add ON_SCROLL_BAR. 2004-07-25 17:44:33 +00:00
Richard M. Stallman
6487f66967 (coordinates_in_window): Return ON_SCROLL_BAR
instead of ON_VERTICAL_BORDER, when on scroll bar.
(Fcoordinates_in_window_p): Handle ON_SCROLL_BAR--return nil.
2004-07-25 17:43:57 +00:00
Richard M. Stallman
81159bb955 (Fcoordinates_in_window_p): Take account of FRAME_INTERNAL_BORDER_WIDTH. 2004-07-25 17:36:07 +00:00
Richard M. Stallman
e3e56238b8 (check_cons_list): New function (contents commented out). 2004-07-25 17:35:04 +00:00
John Paul Wallington
a3111ae4d8 (butlast, event-modifiers, event-basic-type): Doc fixes. 2004-07-25 05:45:53 +00:00
Luc Teirlinck
f478a72a62 Various changes in addition to:
(Creating Frames): Expand and clarify description of `make-frame'.
(Window Frame Parameters): Either none or both of the `icon-left'
and `icon-top' parameters must be specified.  Put descriptions of
`menu-bar-lines' and `toolbar-lines' closer together and change
them accordingly.
(Frame Titles): `multiple-frames' is not guaranteed to be accurate
except while processing `frame-title-format' or `icon-title-format'.
(Deleting Frames): Correct description of `delete-frame'.
Non-nil return values of `frame-live-p' are like those of `framep'.
(Frames and Windows): mention return value of
`set-frame-selected-window'.
(Visibility of Frames): Mention `force' argument to
`make-frame-invisible'.  `frame-visible-p' returns t for all
frames on text-only terminals.
(Frame Configurations): Restoring a frame configuration does not
restore deleted frames.
(Window System Selections): `x-set-selection' returns DATA.
(Resources): Add example.
(Display Feature Testing): Clarify descriptions of
`display-pixel-height', `display-pixel-width', `x-server-version'
and `x-server-vendor'.
2004-07-24 23:48:49 +00:00
Luc Teirlinck
b1895e7380 (Minibuffer Misc): Add anchor. 2004-07-24 22:51:30 +00:00
Luc Teirlinck
b96b979c74 (tty-color-approximate): Doc fix. 2004-07-24 21:58:34 +00:00
Luc Teirlinck
15a24762a4 (x-get-selection, x-set-selection): Doc fixes. 2004-07-24 21:53:10 +00:00
Richard M. Stallman
7630911d61 *** empty log message *** 2004-07-24 21:46:27 +00:00
Richard M. Stallman
d3d3f35df9 (Paragraphs): Update how paragraphs are separated
and the default for paragraph-separate.
2004-07-24 21:46:06 +00:00
Luc Teirlinck
8de9d3f631 (make-frame): Doc fix. 2004-07-24 21:45:28 +00:00
Richard M. Stallman
074f1b8b8f (Regexp Replace): Further update text for new replacement operators. 2004-07-24 21:44:45 +00:00
Richard M. Stallman
c2fb587857 (not_single_kboard_state): Declared. 2004-07-24 21:40:19 +00:00
Richard M. Stallman
36e50520bb (Fwrite_region): Doc fix. 2004-07-24 21:39:32 +00:00