1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 23:31:55 -08:00
Commit graph

35189 commits

Author SHA1 Message Date
Eli Zaretskii
3905e71eb0 *** empty log message *** 2001-03-26 13:36:27 +00:00
Gerd Moellmann
c247812946 *** empty log message *** 2001-03-26 13:35:36 +00:00
Eli Zaretskii
4f22d5894b Make the checkw32api* labels be distinct in the first 8 characters. 2001-03-26 13:35:21 +00:00
Gerd Moellmann
9d198e5385 Backed out because no papers. 2001-03-26 13:34:10 +00:00
Gerd Moellmann
b0e6051ab3 Undo changes made by John Wiegley in previous revision. 2001-03-26 13:33:23 +00:00
Gerd Moellmann
e6b13c749a *** empty log message *** 2001-03-26 13:06:41 +00:00
Gerd Moellmann
aefd695aad (byte-optimize-while)
(byte-optimize-form-code-walker): Diagnose too few arguments
for `if' and `while'.
2001-03-26 13:04:11 +00:00
Gerd Moellmann
12deffc6f4 Change compile-command in local variables. Update copyright years. 2001-03-26 12:28:54 +00:00
Gerd Moellmann
2eddf89900 (x_update_menu_appearance): Use local variable
popup_path for setting font resources.
2001-03-26 12:04:33 +00:00
Kenichi Handa
43e5a7fe8b (quail-cxterm-package-ext-info):
Prepend `\' to "\<quail-translation-docstring>".
2001-03-26 11:39:24 +00:00
Kenichi Handa
2b984c459f *** empty log message *** 2001-03-26 11:38:36 +00:00
Gerd Moellmann
bf2150fa22 (global-auto-revert-non-file-buffers): Remove
duplicate defcustom.
2001-03-26 11:13:47 +00:00
Miles Bader
a0d59316c8 (latin1-char-displayable-p): Add leading "-" for X font pattern. 2001-03-26 07:20:09 +00:00
Kenichi Handa
97b14492ef (describe-coding-system): For raw-text and emacs-mule, don't add
anymore text about what charsets they can encode.
2001-03-26 04:11:28 +00:00
Kenichi Handa
9edbff6c6f *** empty log message *** 2001-03-26 04:11:03 +00:00
Richard M. Stallman
1d2849135b Floating point is always available; say a little about what it is. 2001-03-26 03:17:58 +00:00
Richard M. Stallman
aab28c42a8 Minor fix. 2001-03-26 03:14:34 +00:00
Eli Zaretskii
6a65b1b512 (Fframe_list): Don't reference tip_frame if HAVE_WINDOW_SYSTEM is not defined. 2001-03-25 18:37:29 +00:00
Eli Zaretskii
6c145d351d (main): Update the copyright year.
From Werner LEMBERG <wl@gnu.org>.
2001-03-25 18:20:58 +00:00
Gerd Moellmann
20fbd92520 (init_from_display_pos): Test invisible property
with TEXT_PROP_MEANS_INVISIBLE instead of NILP.
2001-03-25 15:56:17 +00:00
Eli Zaretskii
839736d520 (Scroll Bars): Document the scroll-bar-width frame parameter. 2001-03-25 14:06:35 +00:00
Eli Zaretskii
0034a96c1c (MS-DOS Printing): Document the use of "net use" with networked printers. 2001-03-25 14:05:50 +00:00
Eli Zaretskii
d891bf0119 (Emacs for Windows): Mention a port for Windows CE.
(^M in the shell buffer): Add another solution, with shell-strip-ctrl-m.
(Problems with Shell Mode on MS-Windows): New section.
(Customizing C and C++ indentation): New section.
(Shell process exits abnormally, Problems building Emacs)
(Emacs for MS-DOS): Give the correct location of PROBLEMS.
2001-03-25 14:05:00 +00:00
Eli Zaretskii
50b5719962 (view-lossage): Mention open-dribble-file in the doc
string.  Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
2001-03-25 14:02:09 +00:00
Gerd Moellmann
927c5b3b64 (redisplay_internal) <update one window>: Make sure
last_arrow_position and last_arrow_string are set.
2001-03-25 12:01:31 +00:00
Gerd Moellmann
d74c19004f (Fframe_list): Don't return a tooltip frame. 2001-03-25 11:37:40 +00:00
Eli Zaretskii
d67e4586ce Say "RedHat Linux" instead of "RedHat GNU/Linux". 2001-03-25 08:30:21 +00:00
Eli Zaretskii
b4da93e1d0 Minor wording changes in description of the Solaris NFS problems
resulting in "text file busy".
From Bill Richter <richter@math.northwestern.edu>.
2001-03-24 08:08:11 +00:00
Stefan Monnier
5b83f9c095 (skeleton-internal-list): Fix bogus logic.
(skeleton-pair-insert-maybe): Don't pair after a backslash.
2001-03-23 17:50:41 +00:00
Gerd Moellmann
43c099691a (mark_window_display_accurate_1): New function,
extracted from mark_window_display_accurate.  Compute
BUF_UNCHANGED_MODIFIED, BUF_OVERLAY_UNCHANGED_MODIFIED,
BUF_BEG_UNCHANGED, BUF_END_UNCHANGED.
(mark_window_display_accurate): Use it.
(redisplay_internal): Use it for the selected window.
(redisplay_internal): Avoid duplicate mark_window_display_accurate
for the selected frame.
2001-03-23 17:20:52 +00:00
Gerd Moellmann
ac90c44f60 (try_window_id): Disable rows below the window end.
(try_window_reusing_current_matrix): Use cursor_row_p.
(try_window_reusing_current_matrix) <scrolling up>: Fix disabling
of rows.
(init_from_display_pos): If POS specifies a position in a display
vector, maybe get the iterator set up for that ellipsis.
2001-03-23 16:22:00 +00:00
Eli Zaretskii
ec4054f004 Document the use of -xrm to start EMacs in synchronous mode. 2001-03-23 12:38:16 +00:00
Gerd Moellmann
091f887891 (dump_glyph_row): Fix output for NGLYPHS == 2. 2001-03-23 12:26:28 +00:00
Eli Zaretskii
991786ddc0 Include widget.h only if USE_X_TOOLKIT is defined. 2001-03-23 12:09:53 +00:00
Gerd Moellmann
6c29b43cdc *** empty log message *** 2001-03-23 11:14:13 +00:00
Gerd Moellmann
8ad582ac65 (x_update_menu_appearance): Use a different path
for Lucid popup menus.
2001-03-23 11:13:43 +00:00
Gerd Moellmann
d3a785fff5 (x_print_complete_resource_name) [0]: New function. 2001-03-23 11:12:25 +00:00
Kenichi Handa
4c8d5b4b78 (encoded-kbd-self-insert-ccl): Call ccl-execute-on-string directly so
that CCL program handling multibyte sequence can work correctly.
(encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
property of the coding system.
2001-03-23 10:45:20 +00:00
Kenichi Handa
e0ecbf5c16 *** empty log message *** 2001-03-23 10:44:54 +00:00
Stefan Monnier
1cc218de32 (fill-individual-paragraphs-prefix): Fix transcription typo. 2001-03-23 08:18:51 +00:00
Stefan Monnier
d873120270 (init_iterator): Check WINDOWP before using XWINDOW.
(string_buffer_position): Use `make_number'.
2001-03-23 04:24:35 +00:00
Stefan Monnier
eb49081e3e (note_mouse_highlight): Dec the int, not the Lisp_Object. 2001-03-23 04:24:23 +00:00
John Wiegley
799fc921d7 Since the Baha'i calendar begins at 0, had to backdate the beginning
by 1.
2001-03-23 02:51:44 +00:00
Stefan Monnier
ec7a10e346 Typos. 2001-03-23 02:24:33 +00:00
Rajesh Vaidheeswarran
9a46e95c9b Add Ident line. 2001-03-22 21:31:51 +00:00
Rajesh Vaidheeswarran
a3db02ad94 whitespace.el version 3.0 with buffer local toggle capability. 2001-03-22 21:30:11 +00:00
Gerd Moellmann
3c9e997b3c *** empty log message *** 2001-03-22 19:52:23 +00:00
Gerd Moellmann
bce7207987 (x_update_menu_appearance): Renamed from
x_set_menu_face_resources.  Use different resources for popups.
2001-03-22 19:51:57 +00:00
Gerd Moellmann
97305dec1c (Vx_resource_name) [HAVE_X_WINDOWS]: Declare extern.
(GC_CHECK_STRING_BYTES): Don't define.
2001-03-22 19:51:14 +00:00
Gerd Moellmann
388d6c3389 (x_print_complete_resource_name) [0]: New function. 2001-03-22 19:11:33 +00:00