1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 04:30:45 -08:00
Commit graph

51557 commits

Author SHA1 Message Date
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
Richard M. Stallman
2c77cf3b92 (Fwindow_at): Take account of FRAME_INTERNAL_BORDER_WIDTH. 2004-07-24 21:38:22 +00:00
Richard M. Stallman
f70de7583e (Fexpand_abbrev): Run Qpre_abbrev_expand_hook
only when a real abbrev is present.
2004-07-24 21:37:11 +00:00
Richard M. Stallman
2da347886f Update author email address. 2004-07-24 21:35:56 +00:00
Richard M. Stallman
ae1a6952de (rmail-mime-charset-pattern): Don't include semicolon in the charset value. 2004-07-24 21:35:32 +00:00
Richard M. Stallman
f22a74063c (occur-next-error): Call set-window-point.
(occur-engine): Handle negative NLINES.
2004-07-24 21:34:47 +00:00
Luc Teirlinck
fc820cc540 (Fcolor_supported_p): Doc fix. 2004-07-24 20:56:59 +00:00
Luc Teirlinck
e4ed805e9d (Fselect_frame, Fset_frame_selected_window)
(Fframe_visible_p, Fraise_frame): Doc fixes.
2004-07-24 20:44:06 +00:00
Luc Teirlinck
38f442c625 Add 2004 Copyright. 2004-07-24 15:40:09 +00:00
Luc Teirlinck
9a4ff31b1c Add 2004 Copyright.
(Choosing Window): Add anchor.
2004-07-24 15:33:15 +00:00
Luc Teirlinck
289978b5e2 (x_icon_verify): New function.
(Fx_create_frame): Use it.

(From Richard M. Stallman.)
2004-07-24 12:52:44 +00:00
Ben Key
d5ef6196df Removed the various "echo." lines from lisp\makefile.w32-in and nt\makefile.w32-in.
They caused mingw32-make.exe bootstrap to fail with the following error if cmd.exe
was being used as the shell:
  "process_begin: CreateProcess((null), echo., ...) failed."

I replaced the "@echo." lines in nt\makefile.w32-in with "@echo ."  This writes a .
to the screen but that is far more desirable than make bootstrap failing.

I replaced the "echo. ..." line in lisp\makefile.w32-in with "echo ;;; ...".  This
writes an extra comment line to loaddefs.el.  Again this is far more desirable than
make bootstrap failing.

NOTE: I am using cmd.exe as my shell when building Emacs with MinGW instead of
the sh.exe that comes with msys because when I use sh.exe as my shell, loaddefs.el
does not get properly generated and I get various auto load errors.
2004-07-24 04:52:27 +00:00
John Paul Wallington
bc135062b5 (Defining Macros): Declaration keyword is debug' not edebug'. 2004-07-23 18:25:57 +00:00
Luc Teirlinck
833a249e8a *** empty log message *** 2004-07-23 12:27:18 +00:00
Luc Teirlinck
d398de43be (modify-all-frames-parameters): Minor doc fix.
(set-frame-configuration): Doc fix.
2004-07-23 12:20:22 +00:00
Eli Zaretskii
55c4a67ca8 (completion-setup-function): Compute the common parts
and the first difference place correctly when
partial-completion-mode is on.
2004-07-23 11:53:07 +00:00
Vinicius Jose Latorre
9586e1d3a4 Improve DSC compliance. 2004-07-23 01:16:06 +00:00
Kim F. Storm
e008a4e588 Fix comments. 2004-07-22 14:26:26 +00:00
Kim F. Storm
8b66e34f8c *** empty log message *** 2004-07-22 14:26:06 +00:00
Kim F. Storm
bb6a9650da From Barry Fishman <barry_fishman@att.net> (tiny change)
Use GC_MARK_STACK if __amd64__ is defined.
2004-07-21 22:04:29 +00:00
Kim F. Storm
63cc10ae7e *** empty log message *** 2004-07-21 22:02:22 +00:00
Kim F. Storm
cf4a901e95 (display_line): Increment nrows_scale_factor and set
fonts_changed_p if past last allocated row.
(append_glyph, append_composite_glyph, produce_image_glyph)
(append_stretch_glyph): Increment ncols_scale_factor and set
fonts_changed_p if current area is full.
2004-07-21 21:09:43 +00:00
Kim F. Storm
71a0ff9a80 (struct glyph_matrix): New members nrows_scale_factor
and ncols_scale_factor.
2004-07-21 21:08:56 +00:00