Commit graph

15416 commits

Author SHA1 Message Date
Jason Rumney
ad497129ba (Fcopy_file) [WINDOWS_NT]: Ensure file is not
read-only when setting modified time.
2002-03-09 00:38:54 +00:00
Gerd Moellmann
c7ad4937cf *** empty log message *** 2002-03-08 12:33:20 +00:00
Gerd Moellmann
555919764b (move_it_vertically_backward): At the end of the
function, when moving forward by lines, treat terminal frames
specially.
2002-03-08 12:28:17 +00:00
Gerd Moellmann
0d121f7c6a (echo_char): Make sure to add a separator between
keys even if echo_dash hasn't been called.
2002-03-08 11:34:25 +00:00
Gerd Moellmann
2051c264a3 Use new string macros.
(update_echo_area): Pass number of bytes to message3 instead of
number of chars.
(set_message_1): Don't access a string's size_byte directly.
(decode_mode_spec_coding): Use number of bytes of eoltype string
instead number of chars.
2002-03-08 11:05:16 +00:00
Gerd Moellmann
8e14618ed3 Fix last change. 2002-03-08 10:56:48 +00:00
Gerd Moellmann
f2c7b04fb2 *** empty log message *** 2002-03-08 10:26:55 +00:00
Gerd Moellmann
d90a14e078 (SREF, SDATA, SCHARS, SBYTES, SMBP): New macros. 2002-03-08 10:26:32 +00:00
Juanma Barranquero
007776bcc6 (Fx_display_color_cells): Force 24+ bit color depths to 24-bit. 2002-03-08 08:35:08 +00:00
Stefan Monnier
d88c544942 *** empty log message *** 2002-03-07 00:02:55 +00:00
Jason Rumney
893a741e97 *** empty log message *** 2002-03-06 23:20:04 +00:00
Jason Rumney
d6dc9151cc (x_draw_hollow_cursor): Draw same size as block cursor. 2002-03-06 23:17:38 +00:00
Gerd Moellmann
e60b0c4402 (mark_kboards): Mark echo_string. 2002-03-06 15:56:17 +00:00
Gerd Moellmann
678e9d18b9 (echo_prompt, echo_char, echo_dash, echo_now)
(cancel_echoing, echo_length, echo_truncate): Changed to
work with new kboard definition.
(echo_now): Use message3_nolog instead of message2_nolog.
2002-03-06 15:55:11 +00:00
Gerd Moellmann
a35bdffa17 (ECHOBUFSIZE): Removed.
(struct kboard): Member echoptr removed, member echobuf renamed
to echo_string.
2002-03-06 15:54:43 +00:00
Gerd Moellmann
8b5eabe078 *** empty log message *** 2002-03-06 14:03:32 +00:00
Gerd Moellmann
eb48413275 (message_with_string): Use Fformat instead of doprnt and
message3 instead of message2 to display the message using STRING's
text properties.
2002-03-06 14:03:07 +00:00
Stefan Monnier
662152ddd2 (skip_invisible): Fix my brain fart. 2002-03-05 18:56:16 +00:00
Stefan Monnier
5c749f60f0 (sit_for): Don't wait if executing a kbd macro. 2002-03-05 18:09:25 +00:00
Andreas Schwab
5d33584514 (hscroll_margin): Change to EMACS_INT. 2002-03-05 10:51:31 +00:00
Juanma Barranquero
3cf5480148 Fix typo. 2002-03-05 10:10:21 +00:00
Per Abrahamsen
673341317e 2002-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
* frame.c (default-frame-alist): Explain that setting it doesn't
	affect existing frames.
2002-03-05 08:36:32 +00:00
Stefan Monnier
31ade731e6 Change defvar_int def and vars to use EMACS_INT instead of just int. 2002-03-04 23:41:00 +00:00
Stefan Monnier
c01d0677ab (syms_of_buffer): Allow non-string `mode-name'. 2002-03-04 23:20:06 +00:00
Eli Zaretskii
48178f9aaf (sys_subshell): Fix last change. 2002-03-04 20:15:56 +00:00
Eli Zaretskii
c0917202cf (sys_subshell) [MSDOS]: If PWD is set in the
environment, pass it down with corrected value.
2002-03-04 20:08:37 +00:00
Pavel Janík
c6dc7fdd89 *** empty log message *** 2002-03-04 09:44:43 +00:00
Pavel Janík
67868d27f8 (read_filtered_event): Do not call start_hourglass before returning. 2002-03-04 09:27:58 +00:00
Pavel Janík
74899579fa Align comments. 2002-03-04 09:26:18 +00:00
Juanma Barranquero
9652402e78 (x_display_and_set_cursor): Fix typo. 2002-03-04 08:32:49 +00:00
Richard M. Stallman
733442565a *** empty log message *** 2002-03-03 22:22:55 +00:00
Richard M. Stallman
f9e6f049b3 (Fmake_temp_name): Doc fix. 2002-03-03 21:55:33 +00:00
Richard M. Stallman
7109132248 [!emacs]: Move #define of bcopy to after string.h. 2002-03-03 20:11:42 +00:00
Richard M. Stallman
d8eb23bd40 [!emacs]: Replace ospeed for building standalone
libtermcap, for binary compatibility.
2002-03-03 20:11:20 +00:00
Richard M. Stallman
aa7e46604a (file_p): Rename arg path' to filename'. 2002-03-03 20:09:47 +00:00
Richard M. Stallman
8d3208722e (Fexpand_abbrev): Increment plist as use count only if it is an integer. 2002-03-03 20:08:56 +00:00
Richard M. Stallman
d4405ed751 (png_load): Set screen_gamma based on f->gamma.
If png_get_sRGB gives an answer, call png_set_gamma
using the default image gamma value.
2002-03-03 20:07:42 +00:00
Richard M. Stallman
81a268b48c (read1): When reading from a file, default string to
multibyte only if it has some multibyte characters.
2002-03-03 20:06:11 +00:00
Richard M. Stallman
ae7367d33b (print_object): Output multibyte chars 128...255
using \x even if ! print_escape_multibyte.
2002-03-03 20:04:17 +00:00
Richard M. Stallman
ae02e06a51 (display_mode_element): Move the places where
bytepos, charpos, this, and lisp_string are set.
Use lisp_string to set bytepos.

(display_mode_element): Merge properties specified with
:propertize onto those that come with the string.

(redisplay_internal): Call clear_image_cache only if HAVE_WINDOW_SYSTEM.
2002-03-03 20:02:08 +00:00
Eli Zaretskii
63d5d1ee50 *** empty log message *** 2002-03-03 17:33:17 +00:00
Eli Zaretskii
e76d28d5e5 (syms_of_xdisp) <auto-hscroll-mode>: Renamed from
automatic-hscrolling.  Users changed.
<hscroll-margin>: Renamed from automatic-hscroll-margin.  Users changed.
<hscroll-step>: Renamed from automatic-hscroll-step.  Users changed.
2002-03-03 17:28:52 +00:00
Kim F. Storm
f40f9848b6 (Fopen_network_stream): Always call turn_on_atimers around connect. 2002-03-03 00:31:22 +00:00
Eli Zaretskii
31a6cb0651 (syms_of_buffer) <buffer-file-coding-system>: Doc fix. 2002-03-02 11:57:50 +00:00
Kim F. Storm
fa83226125 (Fminibuffer_selected_window): New function.
(syms_of_window): Defsubr it.
2002-03-01 23:50:12 +00:00
Kim F. Storm
ee57fd915c *** empty log message *** 2002-03-01 23:49:27 +00:00
Kim F. Storm
eacb44ad11 Blinking cursor enhancement. 2002-03-01 22:41:47 +00:00
Kim F. Storm
e1429afe8b (x_display_and_set_cursor): Blink box cursor using
hollow box cursor.  Blink bar cursor using 1 pixel wide bar.
2002-03-01 22:40:20 +00:00
Kim F. Storm
4b26579e72 (make_window, replace_window): Initialize phys_cursor_width. 2002-03-01 22:37:16 +00:00
Kim F. Storm
7e913f913f (struct window): New member phys_cursor_width. 2002-03-01 22:36:09 +00:00