- 01 Aug, 1993 17 commits
-
-
Paul Eggert authored
-
Paul Eggert authored
Use (random N) instead of combination of %, abs and random.
-
Paul Eggert authored
All callers changed to use `random' instead.
-
Paul Eggert authored
to (random N).
-
Paul Eggert authored
All callers changed to use `random' instead.
-
Paul Eggert authored
(= (* (/ A B) B) A).
-
Roland McGrath authored
-
Richard M. Stallman authored
(last_mouse_x, last_mouse_y): Likewise. (button_down_time): Replaces button_up_time. (make_lispy_event): Set button_down_time. Detect and report double-down and double-drag events. (apply_modifiers_uncached): Put `double' or `triple' first. (read_key_sequence): Convert unbound double-drag/down to drag/down.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
if inserting zero characters.
-
Richard M. Stallman authored
Don't display it in mode line. (dired-sort-set-modeline): Set mode-name instead.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
visit-tags-table-buffer-cont copies cont. (tags-table-including): Set that, instead of cont.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 31 Jul, 1993 23 commits
-
-
Richard M. Stallman authored
Add menu bar items. (tar-subfile-mode): Set a local-write-file-hook rather than using key bindings. (tar-subfile-save-buffer): Return t.
-
Richard M. Stallman authored
(display_text_line): Don't display invisible text.
-
Richard M. Stallman authored
(vmotion): Take care of invisible newlines. (Fmove_to_column): After we split a tab, make sure to set last_known... consistently.
-
Richard M. Stallman authored
just inserted has text properties. (direct_ouput_forward_char): Fail if moving near invisible chars.
-
Richard M. Stallman authored
between two unlike intervals via merge_properties_sticky. (merge_properties_sticky): New function. (graft_intervals_into_buffer): Leave handling of `sticky'-ness to adjust_intervals_for_insertion, then merge properties of the inserted text onto the old ones. (textget_direct): New function. (set_point): Fix calculating of fromprev. (verify_interval_modification): Check for `read-only' property and take its `sticky'-ness into account. (set_point): Ignore `invisible' property unless property value is `hidden'.
-
Richard M. Stallman authored
(FRONT_STICKY): Add real definition. (END_NONSTICKY): New macro. (END_STICKY): Deleted. (textget_direct, Qfront_sticky, Qrear_nonsticky): Declared. (Qhidden): Declared.
-
Richard M. Stallman authored
(syms_of_textprop): Set them up. (Qhidden): New variable. (syms_of_textprop): Set up Qhidden. (property_change_between_p): New function.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
before deciding whether to set the mark.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
use only what Man-reference-regexp matched. (Man-reference-regexp): Don't match starting with a period. (Man-first-heading-regexp): Allow leading space. (Man-heading-regexp): Allow leading space.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
use set-visited-file-name to put it in.
-
Richard M. Stallman authored
(shell-command, shell-command-on-region): Use it.
-
Richard M. Stallman authored
(property_change_reply_identifier): Renamed from ...-tick. (struct prop_location): Field `identifier' renamed from `tick'. Various functions changed accordingly. (x_handle_selection_request): Delete local struct var `reply'. (wait_for_property_change_unwind): New function. (wait_for_property_change): Add unwind protect. (wait_for_property_change): Eventually time out with error. (x_reply_selection_request): XFlushQueue and UNBLOCK_INPUT before calling wait_for_property_change. (x_get_window_property): Simplify input blocking/unblocking. Don't delete the property here. (receive_incremental_selection): Delete property here. Call XSelectInput to enable and disable PropertyChangeMask. (x_get_window_property_as_lisp_data): And here.
-
Richard M. Stallman authored
optimization if it would screw up text property behavior.
-
Richard M. Stallman authored
don't just insert its name.
-
Jim Blandy authored
and #define HAVE_AIX_SMT_EXP if we do. This is present in some versions of AIX, and needs to be passed to the loader.
-
Jim Blandy authored
* m/ibmrs6000.h (LD_SWITCH_MACHINE): Don't mention /usr/lpp/X11/bin/smt.exp unless HAVE_AIX_SMT_EXP is #defined.
-
Jim Blandy authored
XScreenResourceString function.
-
Jim Blandy authored
HAVE_XRMSETDATABASE to decide whether or not to call XrmSetDatabase.
-
Jim Blandy authored
configure to edit. * xrdb.c (get_user_db): Test it to decide whether or not to try to retrieve the screen-dependent resources.
-
Jim Blandy authored
(BSTRING): #define this iff HAVE_BCOPY is #defined here. Ignore what the system-description files say. They don't always make fine enough distinctions between systems, and sometimes the bcopy routines are available only with X windows.
-