Gerd Moellmann
ee6d7cc433
*** empty log message ***
2001-10-10 12:25:20 +00:00
Gerd Moellmann
62e99da755
(C_SWITCH_SYSTEM) [!__GNUC__]: Add `-nointrinsics'
...
options. From Dave Love <d.love@dl.ac.uk>.
2001-10-10 12:25:01 +00:00
Eli Zaretskii
36e3a9b851
*** empty log message ***
2001-10-08 13:48:27 +00:00
Eli Zaretskii
0d986a4a22
(lisp, shortlisp): Replace bindings.el with
...
bindings.elc, since otherwise doc strings in bindings.el get wrong
offsets in etc/DOC.
2001-10-08 11:05:01 +00:00
Gerd Moellmann
ce233a5ff7
(child_setup_tty) [HAVE_TERMIO || HAVE_TERMIOS]:
...
Clear ICRNL and INLCR. From Daiki Ueno <ueno@unixuser.org>.
2001-10-08 09:07:19 +00:00
Gerd Moellmann
7673bd0b92
*** empty log message ***
2001-10-06 10:32:56 +00:00
Andrew Innes
0bcf87c159
*** empty log message ***
2001-10-04 17:15:26 +00:00
Andrew Innes
8b77111c23
(x_to_w32_color): Fix argument to alloca.
...
(w32_load_system_font): Don't believe what GetLanguageFontInfo
says; query codepage info directly to determine if font is double
byte.
(x_to_w32_charset): Handle private format for unknown charsets.
Handle wildcards in charset spec, by ignoring them.
(w32_codepage_for_font): Fix argument to alloca. Don't remove
"*-" prefix from charset.
(x_to_w32_font): Enlarge remainder array for safety. Specifically
handle the truncated font spec form constructed by font_list_1, so
that we correctly identify the charset fields. Don't remove "*-"
prefix from charset.
(w32_list_synthesized_fonts): Fix argument to alloca.
2001-10-04 17:14:01 +00:00
Eli Zaretskii
d8c37f9d2a
Add _gdbinit and gdb.ini (created by the MS-DOS build).
2001-10-04 07:13:53 +00:00
Miles Bader
ba88ff2887
(syms_of_callproc): Explicitly state in the documentation for
...
`process-environment' that earlier entries take precedence over later
ones.
2001-10-03 01:12:27 +00:00
Miles Bader
ae1a95818a
*** empty log message ***
2001-10-02 02:35:04 +00:00
Miles Bader
6d7a9ba198
(Fnext_char_property_change)
...
(Fprevious_char_property_change): Remove reference to non-existant
argument OBJECT from doc-string.
2001-10-02 01:53:10 +00:00
Gerd Moellmann
257e3f57f8
(struct glyph_row) <ends_in_newline_from_string_p>:
...
New bit flag
2001-10-01 10:53:38 +00:00
Gerd Moellmann
e74fb0f735
(display_line): Set row's ends_in_newline_from_string_p.
...
(try_window_id): Skip back over lines ending in a newline from a
string.
2001-10-01 10:52:55 +00:00
Richard M. Stallman
b0c75ec450
Fix previous change.
2001-10-01 06:08:20 +00:00
Richard M. Stallman
b615868c8e
(Freplace_match): Doc fix.
2001-10-01 06:07:56 +00:00
Richard M. Stallman
c1f2975982
*** empty log message ***
2001-10-01 06:07:36 +00:00
Andrew Innes
c30dce3d22
(set_frame_menubar): Take into account that
...
f->menu_bar_vector can be nil, and not a vector. From Ken Raeburn
<raeburn@gnu.org>.
2001-09-30 21:55:04 +00:00
Eli Zaretskii
03be593186
*** empty log message ***
2001-09-30 10:48:42 +00:00
Eli Zaretskii
20fa27a447
(syms_of_frame): Doc fix.
2001-09-30 10:13:00 +00:00
Pavel Janík
75bec7521d
Fix a typo in comment.
2001-09-28 15:50:04 +00:00
Andreas Schwab
83100e0a9c
.
2001-09-28 12:59:18 +00:00
Andreas Schwab
854ad2d56b
(LD_SWITCH_SYSTEM_TEMACS): Link temacs with -z
...
nocombreloc, in case -z combreloc is the default.
2001-09-28 12:58:23 +00:00
Gerd Moellmann
a74b48cfd3
Put in #if 0 until we know what's
...
really going on here.
2001-09-28 08:03:51 +00:00
Stefan Monnier
09c4719eac
(trivial_regexp_p): Catch \{N,M\} as well.
2001-09-27 22:45:50 +00:00
Eli Zaretskii
f7d5d96320
(shortlisp): Resync with loadup.el: add backquote, utf-8, menu-bar,
...
and latin-N.
(SOME_MACHINE_LISP): Remove menu-bar, since it's loaded unconditionally now.
(lisp): Add latin-N, since they are preloaded.
2001-09-27 11:05:06 +00:00
Gerd Moellmann
14531065ac
*** empty log message ***
2001-09-27 09:23:01 +00:00
Gerd Moellmann
de507556f3
(x_draw_relief_rect): Draw bottom relief 1 pixel more
...
to the left. Some cleanup.
2001-09-27 09:14:30 +00:00
Gerd Moellmann
9240e746c0
*** empty log message ***
2001-09-27 08:36:13 +00:00
Gerd Moellmann
ca77144dfa
(display_mode_element): One more case where a string's
...
multibyteness should be used for display.
2001-09-27 08:35:44 +00:00
Gerd Moellmann
b02439c895
(Finsert_file_contents): If REPLACE is non-nil, stop
...
reading at EOF.
2001-09-26 15:30:07 +00:00
Gerd Moellmann
5b397024db
*** empty log message ***
2001-09-26 14:09:01 +00:00
Gerd Moellmann
032906b178
(with_echo_area_buffer): Use echo_kboard instead
...
of the only tempoarily set echoing flag for deciding when
the cancel echoing.
2001-09-26 12:02:24 +00:00
Gerd Moellmann
f49aedfdf4
(echo_kboard): Make externally visible.
2001-09-26 12:01:19 +00:00
Gerd Moellmann
417750de1c
(echo_kboard): Declare extern.
2001-09-26 12:00:56 +00:00
Gerd Moellmann
cb617e7c78
(make_cursor_line_fully_visible): Return 0 and set
...
fonts_changed_p if need larger matrices due to vscrolling.
(try_scrolling, try_cursor_movement, redisplay_window): Give up on
this round of redisplay if make_cursor_line_fully_visible fails.
(CURSOR_MOVEMENT_*, SCROLLING_*): New enumerators.
(try_cursor_movement, try_scrolling): Use them instead of
integers.
2001-09-26 11:27:25 +00:00
Gerd Moellmann
5d3cc43c0c
(required_matrix_width, required_matrix_height): New
...
functions.
(allocate_matrices_for_window_redisplay)
(allocate_matrices_for_frame_redisplay: Use them. Remove
parameters CH_DIM.
2001-09-26 11:15:40 +00:00
Gerd Moellmann
9a636f377f
(required_matrix_width, required_matrix_height):
...
Add prototypes.
2001-09-26 11:15:20 +00:00
Gerd Moellmann
edd1e65477
(display_mode_lines): Temporarily set selected_frame
...
and selected_window to the frame of the window whose mode-lines
are display, and to the window itself.
(redisplay_window, redisplay_mode_lines): Don't set selected_frame
here.
2001-09-26 08:19:04 +00:00
Gerd Moellmann
daba764314
(x_kill_gs_process): Recognize if someone has cleared
...
the image cache under us.
2001-09-25 17:43:10 +00:00
Gerd Moellmann
b7a2271276
(display_mode_element): If the mode element is a symbol
...
with a string value, use that string's multibyteness for
displaying.
2001-09-25 11:38:24 +00:00
Gerd Moellmann
ad6482122a
*** empty log message ***
2001-09-25 10:34:41 +00:00
Gerd Moellmann
4d2e9f95a5
(read_char): Don't clear a message for a switch-frame
...
event. From Stefan Monnier <monnier@cs.yale.edu>.
2001-09-25 10:18:44 +00:00
Gerd Moellmann
9f8531e59a
(fast_find_position) [0]: Add a presumably more correct
...
version for after 21.1.
2001-09-25 10:12:53 +00:00
Gerd Moellmann
65ace4c2ac
(row_containing_pos): Add prototype.
2001-09-25 09:54:09 +00:00
Gerd Moellmann
0bef35bc60
(row_containing_pos): Make externally visible.
2001-09-25 09:53:42 +00:00
Gerd Moellmann
924b604c80
*** empty log message ***
2001-09-25 08:37:59 +00:00
Gerd Moellmann
452294c2bf
(send_process): Disable composition if from_byte < 0.
...
From Kenichi Handa <handa@etl.go.jp>.
2001-09-25 08:21:22 +00:00
Gerd Moellmann
c69c0ebca4
(refreshicon): Removed.
2001-09-24 13:10:54 +00:00
Gerd Moellmann
d1182bc455
(xterm.o): Remove references to sink.h and sinkmask.h.
2001-09-24 13:08:54 +00:00