1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-06 05:52:32 -08:00
Commit graph

17067 commits

Author SHA1 Message Date
Richard M. Stallman
5ceea39819 *** empty log message *** 2003-04-16 05:10:19 +00:00
Richard M. Stallman
86bf3faa7a (try_window, try_window_reusing_current_matrix):
When at end of window, set window_end_pos to Z-ZV.
2003-04-16 05:09:36 +00:00
Richard M. Stallman
c87426c597 (Foverlay_recenter): Doc fix. 2003-04-16 05:07:38 +00:00
Andrew Choi
d243e605a0 * macterm.c (mac_check_for_quit_char): Don't check more often than
once a second.
2003-04-14 17:12:17 +00:00
Stefan Monnier
659d9874ad (Fsit_For): Support XEmacs-style arg list. 2003-04-14 16:29:18 +00:00
Stefan Monnier
6901b111fe (head_table): Use switch-frame as event_kind for select-window. 2003-04-11 23:44:43 +00:00
Stefan Monnier
a4e19f6e86 (kbd_buffer_get_event): Don't handle SELECT_WINDOW_EVENT
specially, so that they can't hide an implicit switch-frame event.
(make_lispy_event): Handle SELECT_WINDOW_EVENT.
(keys_of_keyboard): Don't bind [select-window] in special-event-map.
2003-04-11 23:19:50 +00:00
Stefan Monnier
f3ce1df88f (Fformat): Lisp_Object/int mixup.
(format2): Remove unused var numargs.
2003-04-11 23:17:42 +00:00
Kenichi Handa
e301806fbf *** empty log message *** 2003-04-11 11:11:25 +00:00
Kenichi Handa
aa95b71094 *** empty log message *** 2003-04-11 11:03:01 +00:00
Kenichi Handa
2080470e71 (Vafter_insert_file_adjust_coding_function): Delete
this variable.
(Qafter_insert_file_set_coding): New variable.
(syms_of_fileio): Initialize and staticpro it.  Delete declaration
for after-insert-file-adjust-coding-function.
(Finsert_file_contents): Call Qafter_insert_file_set_coding
instead of Vafter_insert_file_adjust_coding_function.
2003-04-11 10:59:02 +00:00
Kenichi Handa
389144243f *** empty log message *** 2003-04-11 02:07:08 +00:00
Kenichi Handa
9f1c8be4ea (temp_echo_area_glyphs): Adjust prototype. 2003-04-11 02:06:34 +00:00
Kenichi Handa
805221da23 (temp_echo_area_glyphs): Change the arg to Lisp
string.  Callers changed.
2003-04-11 02:06:15 +00:00
Kenichi Handa
a288d97973 *** empty log message *** 2003-04-10 12:02:31 +00:00
Kenichi Handa
b6426b0329 * fileio.c (Vafter_insert_file_adjust_coding_function): New
variable.
(syms_of_fileio): Declare it as a lisp variable.
(Finsert_file_contents): Call
Vafter_insert_file_adjust_coding_function before calling
decode-format.
2003-04-10 12:01:10 +00:00
Jan Djärv
f979dc056e * xterm.c (xg_scroll_callback): Call gtk_range_get_adjustment to
get GtkAdjustment as widget now is a GtkRange.

* gtkutil.c (xg_create_scroll_bar): Connect to value-changed on
GtkRange to avoid memory leak.
2003-04-09 16:44:45 +00:00
Kenichi Handa
f8c6b4c23d *** empty log message *** 2003-04-09 07:31:09 +00:00
Kenichi Handa
f70400f256 (Vface_font_rescale_alist): New variable.
(struct font_name): New member rescale_ratio.
(font_rescale_ratio): New function.
(split_font_name): If NUMERIC_P is nonzero, set
font->rescale_ratio.
(better_font_p): On comparing point sized, pay attention to
recale_ratio member of fonts.
(build_scalable_font_name): Reflect font->rescale_ratio in the
font name.
(syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp
variable.
2003-04-09 07:26:59 +00:00
Kenichi Handa
50ebc53dd0 *** empty log message *** 2003-04-09 07:26:42 +00:00
Kenichi Handa
e613ea97b6 (read1): Before calling index, check if the 2nd
arguemnt is in ASCII range.
2003-04-09 07:12:51 +00:00
Kenichi Handa
cb98871c49 *** empty log message *** 2003-04-09 07:12:32 +00:00
Richard M. Stallman
b0ada1471a *** empty log message *** 2003-04-09 01:41:03 +00:00
Richard M. Stallman
1c353c74a8 (Ffile_symlink_p): Doc fix. 2003-04-09 01:29:18 +00:00
Richard M. Stallman
d147ee841a (Fformat): Translate positions of text properties
in the format string to apply them to the result.
2003-04-09 01:28:44 +00:00
Richard M. Stallman
4773b8ca20 (openp): Get the Qfile_exists_p handler for STRING, not FN. 2003-04-08 17:11:00 +00:00
Richard M. Stallman
cf6d23577d (Finsert_file_contents): Doc fix.
(syms_of_fileio) <after-insert-file-functions>: Doc fix.
2003-04-08 17:09:23 +00:00
Steven Tamm
e8f2574565 mac.c (init_mac_osx_environment): Switch libexec and bin so that self-
cohntained application find libexec files.
2003-04-08 16:11:37 +00:00
Kenichi Handa
7c08684536 *** empty log message *** 2003-04-08 11:28:57 +00:00
Kenichi Handa
7de6cd0aee (coding_system_accept_latin_extra_p): New function.
(find_safe_codings): Pay attention to characters registered in
latin-extra-code-table.
2003-04-08 11:27:28 +00:00
Kenichi Handa
24a948a781 (code_convert_region): Fix last change. 2003-04-08 10:46:31 +00:00
Kenichi Handa
2310d84c27 *** empty log message *** 2003-04-08 07:26:33 +00:00
Kenichi Handa
1c7457e294 (code_convert_region_unwind): Set
Vlast_coding_system_used to the argument.
(code_convert_region): If post-read-conversion function changed
the value of last-coding-sytem, keep the new value in
coding->symbol so that it won't be overridden.
(run_pre_post_conversion_on_str): Likewise.
2003-04-08 07:26:05 +00:00
Thien-Thi Nguyen
39c9a034e3 (md5.o): Add missing dependency info. 2003-04-07 14:14:13 +00:00
Richard M. Stallman
eb67c5d64d *** empty log message *** 2003-04-06 20:42:09 +00:00
Richard M. Stallman
4f06187ff2 (x_handle_selection_request): Move UNGCPRO to very end. 2003-04-06 20:35:06 +00:00
Richard M. Stallman
55a91ea3b5 (verify_bytepos): New function. 2003-04-06 20:33:59 +00:00
Richard M. Stallman
727fec2d40 Add many calls to CHECK_TOTAL_LENGTH.
(set_intervals_multibyte_1): When becoming
multibyte, adjust right and left child sizes to a whole set of
characters.  If an interval gets zero total-length, delete it.
If an interval consists of just its children, delete one of them.
2003-04-06 20:32:52 +00:00
Richard M. Stallman
e5a9c92a9f (CHECK_TOTAL_LENGTH): New macro. 2003-04-06 20:29:13 +00:00
Richard M. Stallman
64ea14d3be Comment change. 2003-04-06 20:28:28 +00:00
Richard M. Stallman
918a23a7d9 (VALIDATE_LISP_STORAGE): Macro deleted. All calls deleted.
(lisp_malloc): Do the work here directly.
2003-04-06 20:27:19 +00:00
Juanma Barranquero
b1f81fc530 (Flength): Return SUB_CHAR_TABLE_ORDINARY_SLOTS for sub char tables. 2003-04-06 13:32:17 +00:00
Richard M. Stallman
c65fd37090 Break the line after the return type in function definition. 2003-04-04 21:15:53 +00:00
Kenichi Handa
aa8b70aef5 (Fformat): Use a copy of FORMAT string so that we can
destructively change "%S" to "%s".
2003-04-04 10:47:26 +00:00
Miles Bader
774666fb43 (choose_face_font): Make sure *NEEDS_OVERSTRIKE is always set. 2003-04-03 01:40:58 +00:00
Dave Love
19c37f01f8 *** empty log message *** 2003-04-01 10:23:35 +00:00
Dave Love
9b8a0941bb (xpm_lookup_color): Grok "opaque". 2003-04-01 10:04:38 +00:00
Kim F. Storm
3e6a560b5b *** empty log message *** 2003-04-01 09:57:22 +00:00
Andrew Choi
2f4b24c371 Fix build on Mac OS X with Carbon. 2003-04-01 01:09:13 +00:00
Kim F. Storm
874ebf3a3e *** empty log message *** 2003-03-31 22:45:30 +00:00