1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00
Commit Graph

51519 Commits

Author SHA1 Message Date
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
Kim F. Storm
7a146de213 (make_window): Initialize nrows_scale_factor and
ncols_scale_factor members.
2004-07-21 21:08:45 +00:00
Kim F. Storm
cc834cf99b (margin_glyphs_to_reserve): Apply ncols_scale_factor.
(allocate_matrices_for_frame_redisplay): Fix left/right margin mix-up.
(required_matrix_height): Apply nrows_scale_factor.
(required_matrix_width): Apply ncols_scale_factor.
2004-07-21 21:08:23 +00:00
Kim F. Storm
36f826d430 *** empty log message *** 2004-07-21 21:07:59 +00:00
Jan Djärv
5fc1c5463c * widget.c (EmacsFrameDestroy): Don't abort if normal_gc is 0. 2004-07-21 19:18:29 +00:00
Vinicius Jose Latorre
553d333400 Doc fix. 2004-07-21 05:06:49 +00:00
Luc Teirlinck
bf294e2fbd (modify-all-frames-parameters): Minor doc fix. 2004-07-21 02:34:07 +00:00
Richard M. Stallman
1637ed8767 (fill-comment-paragraph): Handle indent-tabs-mode.
(fill-delete-newlines): Call sentence-end as function.
(fill-nobreak-p, canonically-space-region): Likewise.
(fill-nobreak-p): If this break point is at the end of the line,
don't consider the newline which follows as a reason to return t.
2004-07-20 20:51:26 +00:00
Luc Teirlinck
cb7516e566 *** empty log message *** 2004-07-19 22:00:18 +00:00
Luc Teirlinck
a0a37a6f54 (Fpos_visible_in_window_p, Fset_window_hscroll)
(Fwindow_inside_pixel_edges, Fwindow_end, Fset_window_point)
(Fset_window_start, Fscroll_up, Fscroll_down)
(Fother_window_for_scrolling, Fscroll_other_window)
(Fsave_window_excursion, Fset_window_vscroll)
(syms_of_window) <window-size-fixed>: Doc fixes.
2004-07-19 21:57:05 +00:00
Luc Teirlinck
eab4e895a5 Various small changes in addition to:
(Window Point): Mention return value of `set-window-point'.
(Window Start): `pos-visible-in-window-p' disregards horizontal
scrolling.  Explain return value if PARTIALLY is non-nil.
(Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
and `set-window-vscroll'.
(Size of Window): The argument WINDOW to `window-inside-edges',
`window-pixel-edges' and `window-inside-pixel-edges' is optional.
(Resizing Windows): Explain return value of
`shrink-window-if-larger-than-buffer'.
`window-size-fixed' automatically becomes buffer local when set.
(Window Configurations): Explain return value of `set-window-configuration'.
2004-07-19 21:33:37 +00:00
Luc Teirlinck
f96bad52a4 (Minibuffer Misc): Add anchor for `minibuffer-scroll-window'. 2004-07-19 21:04:00 +00:00
Luc Teirlinck
5148bc3cd5 (Text Lines): Add anchor for `count-lines'. 2004-07-19 21:01:07 +00:00
John Paul Wallington
9375be0117 (dired-file-set-difference): Don't use `caddr'. 2004-07-19 12:34:02 +00:00
Jason Rumney
dda741ec19 2004-07-19 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
* w32fns.c (Fx_file_dialog): Use ENCODE_FILE instead of
	ENCODE_SYSTEM for filenames.
2004-07-19 07:58:24 +00:00
Steven Tamm
bfcf660801 mac.c (sys_select): Block input around call to
ReceiveNextEvent to prevent breakage.  Correctly handle
blocking on event queue only by calling ReceiveNextEvent
instead of select (since GUI events aren't on an fd).
(sys_read): Remove function
sysdep.c: Remove redefine of read to sys_read if HAVE_CARBON
2004-07-19 06:38:14 +00:00
Steven Tamm
bde32f3bb4 Fixing typo in sys_select. 2004-07-19 05:20:01 +00:00
Steven Tamm
e082ac9deb Fixes for Ctrl-G support on carbon, replacing old timeout based polling
with alarm based polling.
mac.c (sys_select): Redo sys_select to use alarm-based
polling instead of 1 sec timeouts (like solaris).
macterm.c (x_make_frame_visible): Comment in polling on
frame creation.
keyboard.c: Undef SIGIO on Carbon
atimer.c (alarm_signal_handler): Call alarm handlers after
scheduling.
eval.c (Feval): Remove quit_char test
process.c (wait_reading_process_input): Remove clearing
stdin for select call on process input
2004-07-19 04:42:43 +00:00
Luc Teirlinck
1204e81c9e *** empty log message *** 2004-07-19 01:00:19 +00:00
Luc Teirlinck
4b9da0fb5e (syms_of_xdisp): Correct capitalization error in
`window-scroll-functions' docstring.
2004-07-19 00:54:04 +00:00
Luc Teirlinck
def26fa450 (Subdir switches): Minor fix to previous change. 2004-07-18 16:23:45 +00:00
Luc Teirlinck
b6d0a32139 (Subdir switches): Dired does not remember the `R' switch. 2004-07-18 16:00:16 +00:00
Luc Teirlinck
c60b302c22 *** empty log message *** 2004-07-18 14:30:25 +00:00
Luc Teirlinck
35d9c1cc0d (Dired Updating): `k' only deletes inserted subdirectories from the
Dired buffer if a prefix argument was given.
2004-07-18 14:29:40 +00:00
Luc Teirlinck
7695a3ae48 (Regexps): Delete redundant definition of `symbol' in description of
`\_>'.  It already occurs in the description of `\_<'.
2004-07-18 14:03:01 +00:00
Luc Teirlinck
769d9ed66f (dired-do-kill-lines): Expand docstring.
Delete irrelevant code.
2004-07-18 13:48:06 +00:00
Kai Großjohann
cdfa3eccb1 (tramp-handle-verify-visited-file-modtime): New
docstring.  From Luc Teirlinck.
2004-07-17 21:33:32 +00:00
Luc Teirlinck
2d67776657 Describe Auto Revert Tail Mode' in Commentary' section.
(auto-revert-handler): Do not check `auto-revert-tail-mode' for
non-file buffers.  We know it is nil.
2004-07-17 20:55:57 +00:00
Juanma Barranquero
26503ad203 (not_single_kboard_state): Do nothing unless MULTI_KBOARD is defined. 2004-07-17 17:33:05 +00:00
Kai Großjohann
07dfe73898 Sync with Tramp 2.0.43.
(tramp-handle-verify-visited-file-modtime): Remove
outdated comment.
(tramp-locked, tramp-locker): New variables for implementing a
global lock.
(tramp-sh-file-name-handler): Use them to implement the global
lock.
2004-07-17 17:28:43 +00:00
Jonathan Yavner
3e39672fd3 Added some additional functions to the 1-valued', compose', and progn groups.
Bugfix for marking up the definition for an empty function.
New category "potentially-1valued" for functions that are not erroneous if either 1-valued or multi-valued.
2004-07-17 17:06:26 +00:00
Richard M. Stallman
3751eb00d7 *** empty log message *** 2004-07-17 15:00:22 +00:00
Richard M. Stallman
403de3b40e (coordinates_in_window): Inside the window but outside
its box to the L or R, return ON_VERTICAL_BORDER.
(window_list_1): Rotate the list to start with WINDOW.
2004-07-17 14:59:02 +00:00
Richard M. Stallman
15479e8b2f (print_preprocess): Test for print_depth at limit
before entering in being_printed.
2004-07-17 14:54:56 +00:00
Richard M. Stallman
0c1c1b936d (not_single_kboard_state): New function.
(stuff_buffered_input): Now no-op only if no SIGTSTP.
2004-07-17 14:50:58 +00:00
Richard M. Stallman
8ceb7434df (Fdelete_frame): If we're in single_bboard_state on
this kboard, and we delete its last frame, go to any_kboard_state.
2004-07-17 14:45:01 +00:00
Richard M. Stallman
b3264fd2a8 (syms_of_buffer) <transient-mark-mode>: Doc fix. 2004-07-17 14:43:49 +00:00
Richard M. Stallman
11cd606401 (Overlay Properties): Adding `evaporate' prop deletes empty overlay immediately. 2004-07-17 14:40:22 +00:00
Richard M. Stallman
9206efb955 (Abbrev Expansion): Clarify pre-abbrev-expand-hook, fix example. 2004-07-17 14:39:11 +00:00