1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 19:10:37 -08:00
Commit graph

15624 commits

Author SHA1 Message Date
Eli Zaretskii
852eef401e *** empty log message *** 2002-04-16 17:39:22 +00:00
Eli Zaretskii
9d45f16bb6 (SYSTEM_PURESIZE_EXTRA): Reduce to 50000. 2002-04-16 17:29:11 +00:00
Eli Zaretskii
e6fb24ad2d (BASE_PURESIZE): Increase to 830000, since we now
store load-history in pure space.
2002-04-16 17:27:42 +00:00
Stefan Monnier
c997eae589 (Qlatin_1, Qutf_8): New vars.
(syms_of_xterm): Initialize them.
(XTread_socket): Eliminate incorrect optimization that tried to avoid
decoding the output of X*LookupString.
Always use latin-1 to decode the output of XLookupString.
Try Xutf8LookupString if XmbLookupString failed.
2002-04-16 15:08:20 +00:00
Stefan Monnier
b0ead4a881 (new_region_cache): Use BEG. 2002-04-16 12:39:25 +00:00
Gerd Moellmann
08327b2269 (MMAP_ALLOCATED_P): New macro to be set from system
configuration files.
(mmap_enlarge): Enlarge mapped regions only if MMAP_ALLOCATED_P
returns 0.
2002-04-16 07:35:02 +00:00
Andreas Schwab
d8f6d720de Don't define HAVE_ALLOCA, C_ALLOCA and STACK_DIRECTION, now set by autoconf. 2002-04-15 13:24:05 +00:00
Andreas Schwab
4c87c7335b Stamp file for config.in 2002-04-15 13:14:45 +00:00
Andreas Schwab
1c9952f853 Regenerated with autoheader. 2002-04-15 13:14:20 +00:00
Pavel Janík
0e03b0c25f *** empty log message *** 2002-04-14 08:18:02 +00:00
Pavel Janík
521069b95b (marginal_area_string): Sort arguments. 2002-04-14 08:16:33 +00:00
Pavel Janík
e814215982 (marginal_area_string): Add prototype. 2002-04-14 08:15:43 +00:00
Richard M. Stallman
685fc579ad (Finsert_file_contents):
Don't call temp_output_buffer_setup--do just part, by hand.
2002-04-13 17:49:34 +00:00
Richard M. Stallman
3fd9494be4 (run_pre_post_conversion_on_str):
Don't call temp_output_buffer_setup--do just part, by hand.
2002-04-13 17:49:00 +00:00
Richard M. Stallman
e1204d39fc (command_loop_1): Don't call start_hourglass
or cancel_hourglass when executing a macro.
2002-04-13 17:48:10 +00:00
Richard M. Stallman
59d3606667 (count_markers): New function. 2002-04-13 17:47:20 +00:00
Richard M. Stallman
adb63af12a (display_mode_element): Don't let mode_line_proptrans_alist
grow without limit.  Move recently used elements to the front.
2002-04-13 17:46:37 +00:00
Eli Zaretskii
e144dfa8e3 (unexec) [__sgi]: Undo the change from 2002-01-20. 2002-04-13 09:53:06 +00:00
Gerd Moellmann
7d4cc82846 (sync_frame_with_window_matrix_rows): Don't give frame
rows marginal areas.
(Fdump_frame_glyph_matrix) [GLYPH_DEBUG]: New function.
(syms_of_xdisp) [GLYPH_DEBUG]: Defsubr it.
2002-04-12 11:43:36 +00:00
Gerd Moellmann
e9f8a3abf3 *** empty log message *** 2002-04-12 09:43:20 +00:00
Gerd Moellmann
db1db30938 (marginal_area_string): New. 2002-04-12 09:36:56 +00:00
Gerd Moellmann
49b996e77a (window_part): Add ON_LEFT_MARGIN, ON_RIGHT_MARGIN.
(Qleft_margin, Qright_margin): Declare.
(coordinates_in_window, (Fcoordinates_in_window_p): Deal with
margins.
2002-04-12 09:36:21 +00:00
Gerd Moellmann
7d60ad8af0 (Qleft_margin, Qright_margin): Declare.
(make_lispy_event): Deal with mouse events in margins.
2002-04-12 09:35:34 +00:00
Gerd Moellmann
b436feb657 (note_mode_line_or_margin_highlight): Renamed from
note_mode_line_highlight and extended.
2002-04-12 09:33:52 +00:00
Stefan Monnier
d7565649a3 *** empty log message *** 2002-04-12 06:01:18 +00:00
Stefan Monnier
ecd52a9385 (dos_rawgetc): int/Lisp_Object confusion. 2002-04-12 05:57:21 +00:00
Stefan Monnier
781347899e (gen_help_event): int/Lisp_Object confusion. 2002-04-12 05:55:04 +00:00
Pavel Janík
034a7130ba *** empty log message *** 2002-04-12 05:52:19 +00:00
Stefan Monnier
e39feffee6 (dos_rawgetc): Use a single event for HELP_EVENT. 2002-04-12 05:50:53 +00:00
Pavel Janík
927be332ff (Fy_or_n_p): Use `minibuffer-prompt' face for prompt. 2002-04-12 05:50:50 +00:00
Stefan Monnier
2e1a49ad09 (command_loop_1): Turn off transient-mark-mode rather
than deactivating the mark if tmm is set to `lambda'.
(gen_help_event, kbd_buffer_store_help_event, kbd_buffer_get_event):
Use a single event for HELP_EVENT.
(Fexecute_extended_command): Save last_point_position.
2002-04-12 05:50:15 +00:00
Pavel Janík
5626cdef22 (Fpropertize): Add prototype. 2002-04-12 05:49:18 +00:00
Colin Walters
b9b966e0d9 *** empty log message *** 2002-04-10 19:17:05 +00:00
Colin Walters
6b910f7d68 Add HAVE_SHARED_GAME_DIR. 2002-04-10 19:16:49 +00:00
Colin Walters
e82defd14e *** empty log message *** 2002-04-10 19:16:02 +00:00
Colin Walters
b065672a33 (Vgame_score_directory): New variable.
(syms_of_callproc) <Vgame_score_directory>: DEFVAR_LISP.
2002-04-10 19:15:51 +00:00
Richard M. Stallman
05ea8efde0 *** empty log message *** 2002-04-10 15:19:11 +00:00
Richard M. Stallman
5ecd7a584f (BASE_PURESIZE): Reduce again to avoid big excess. 2002-04-10 15:19:04 +00:00
Stefan Monnier
f9cf4c2c8d *** empty log message *** 2002-04-09 19:28:59 +00:00
Stefan Monnier
695deb1857 (read_minibuf): Use empty_string.
(Ftry_completion): Allow lambda forms and lists of strings for `alist'.
Short-circuit the search as soon as it "failed".
(Fall_completions): Allow lambda forms and lists of strings for alist.
(Fcompleting_read): Set Qminibuffer_completion_confirm to nil
when require_match is nil.
(Ftest_completion): Rename from `test_completion' and export to elisp.
Call the predicate also when alist is a list.
Obey Vcompletion_regexp_list.
(do_completion, Fminibuffer_complete_and_exit): Use it.
(Fassoc_string): Rename from `assoc_for_completion'.
Allow list of strings as well and export to elisp.
2002-04-09 19:28:42 +00:00
Stefan Monnier
dba57d891a *** empty log message *** 2002-04-09 18:36:24 +00:00
Stefan Monnier
c247a72ca4 (BASE_PURESIZE): Increase to 900KB. 2002-04-08 22:34:47 +00:00
Stefan Monnier
0d1bf3f74d *** empty log message *** 2002-04-08 19:44:08 +00:00
Juanma Barranquero
a0ad186021 (sys_accept): Don't hide variable `s'. 2002-04-08 16:45:43 +00:00
Gerd Moellmann
b9f0b17254 (Fcall_interactively): Use INTEGERP instead of
NUMBERP for checking Vhistory_length.
2002-04-05 13:36:51 +00:00
Pavel Janík
368ab68fc9 *** empty log message *** 2002-04-05 05:50:57 +00:00
Pavel Janík
14e415e7ee (Fplay_sound_internal): Renamed from Fplay_sound.
Doc fix to reflect it.
2002-04-05 05:49:20 +00:00
Richard M. Stallman
d30121898c *** empty log message *** 2002-04-04 21:10:44 +00:00
Richard M. Stallman
c53a1624ad (display_mode_element): New arg RISKY.
Disregard text props found or specified within a variable
that isn't marked risky-local-variable.
(Qrisky_local_variable): New variable.
(syms_of_xdisp): Init and staticpro it.
2002-04-04 21:10:36 +00:00
Stefan Monnier
6396140ae1 (record_point): New fun.
(record_delete, record_insert): Use it.
2002-04-04 20:42:56 +00:00