Richard M. Stallman
2f65feb682
(prop_location_identifier): Was named prop_location_tick.
...
(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.
1993-07-31 05:55:52 +00:00
Richard M. Stallman
7c011261b7
(Fnewline): Disable the "insert one position before"
...
optimization if it would screw up text property behavior.
1993-07-31 05:53:23 +00:00
Richard M. Stallman
49e61c4267
(mouse-choose-completion): Actually choose that alternative,
...
don't just insert its name.
1993-07-31 05:31:58 +00:00
Jim Blandy
8686888e2c
* configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
...
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.
1993-07-31 01:40:35 +00:00
Jim Blandy
b84b186a3a
* config.h.in (HAVE_AIX_SMT_EXP): New #undef for configure to edit.
...
* m/ibmrs6000.h (LD_SWITCH_MACHINE): Don't mention
/usr/lpp/X11/bin/smt.exp unless HAVE_AIX_SMT_EXP is #defined.
1993-07-31 01:39:30 +00:00
Jim Blandy
9b7cd36694
* configure.in: Test for the availablility of the
...
XScreenResourceString function.
1993-07-31 01:34:30 +00:00
Jim Blandy
f5db3b940f
* xfns.c (Fx_open_connection): Test the CPP symbol
...
HAVE_XRMSETDATABASE to decide whether or not to call
XrmSetDatabase.
1993-07-31 01:32:23 +00:00
Jim Blandy
d8717d1508
* config.h.in (HAVE_XSCREENRESOURCESTRING): New #undef for
...
configure to edit.
* xrdb.c (get_user_db): Test it to decide whether or not to try to
retrieve the screen-dependent resources.
1993-07-31 01:31:46 +00:00
Jim Blandy
1f88d61ef5
* config.h.in (HAVE_BCOPY): Add an #undef for this.
...
(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.
1993-07-31 01:21:21 +00:00
Richard M. Stallman
3eb217a0b3
(shrink-window-if-larger-than-buffer): Do nothing if the
...
window is the only window of its frame. If the buffer ends in newline
and point is not at the end of the buffer, don't display last (empty) line.
1993-07-31 01:08:48 +00:00
Jim Blandy
f5ad956022
* configure.in: Test for availability of bcopy functions, searching
...
the X libraries if we're using X.
1993-07-31 01:07:38 +00:00
Richard M. Stallman
4c2d8cf9b5
(vc-shrink-to-fit): Deleted. All callers changed to use
...
the new, fixed `shrink-window-if-larger-than-buffer' instead.
In some places move it after a (goto-char (point-min)).
1993-07-31 01:05:33 +00:00
Jim Blandy
825e4ec2b9
* configure.in: If we found X on our own, set C_SWITCH_X_SITE and
...
LD_SWITCH_X_SITE and assume --with-x11.
Only look for X11 files if we weren't told about a window system
or if we were told to use X11 but not told where.
Search the libraries from the s and/or m files when checking for
functions.
* configure.in: Remove any trailing slashes in prefix and exec_prefix.
1993-07-31 00:55:39 +00:00
Jim Blandy
0cffbbb992
* frame.el (frame-notice-user-settings): If we had to create a new
...
frame in order to obey initial-frame-alist, use delete-frame's
FORCE argument to get rid of the old frame even if the new one
hasn't been mapped yet.
1993-07-31 00:21:33 +00:00
Jim Blandy
7b3de0eaf9
* xfns.c (x_set_background_color): Change the foreground color of
...
the cursor, too.
1993-07-30 23:12:25 +00:00
Richard M. Stallman
f5ff08b04f
(syms_of_editfns): Just staticpro Vuser...name
...
and Vsystem_name; don't make them Lisp variables.
1993-07-30 22:48:30 +00:00
Jim Blandy
304188d616
* gud.el (gud-gdb-marker-filter): Preserve the match data across
...
the filter's execution.
* gud.el (gud-gdb-marker-filter): If we received some text after
the position marker, append it to any text before the marker,
instead of throwing away the text before the marker.
1993-07-30 22:43:39 +00:00
Roland McGrath
bac7913ae4
Initial revision
1993-07-30 22:30:50 +00:00
Richard M. Stallman
fcd737693e
entered into RCS
1993-07-30 20:15:09 +00:00
Richard M. Stallman
9b973fd79b
Add code to set HAVE_INET_SOCKETS.
1993-07-30 07:55:42 +00:00
Richard M. Stallman
776b7d5aac
(show-paren-command-hook): Specify buffer for move-overay.
1993-07-30 07:50:15 +00:00
Richard M. Stallman
362a07f4a4
(fill-region-as-paragraph): Move misplaced paren
...
ending `(if (eobp) nil ...)'.
In the loop that avoids breaking after `.' with one space,
break if we actually have two spaces.
1993-07-30 07:01:23 +00:00
Richard M. Stallman
3242b6f01b
*** empty log message ***
1993-07-30 05:58:29 +00:00
Roland McGrath
cacf1905d9
(compilation-error-regexp-alist): Broaden RS6000 regexp to match
...
"lines N-M," or "line N,".
1993-07-30 05:32:45 +00:00
Roland McGrath
22ddf25060
*** empty log message ***
1993-07-30 03:20:49 +00:00
Jim Blandy
d859c2cb93
* xfns.c (syms_of_xfns): Don't staticpro Vx_resource_name;
...
DEFVAR_LISP takes care of that, and it's deadly to staticpro a
variable containing a string twice.
1993-07-30 03:17:18 +00:00
Jim Blandy
628df3bfd9
* window.c (check_frame_size): Include the menu bar height in the
...
minimum frame height.
1993-07-30 01:48:19 +00:00
Jim Blandy
768c29d02f
* gud.el (gud-gdb-marker-filter): Do not assume that the position
...
markers from GDB will always be received in one chunk of input;
gud-gdb-marker-filter may be called several times, each time
providing a little more of the position marker.
(gud-gdb-marker-acc): New variable.
(gud-gdb-marker-filter): If we have received what could be the
beginning of a position marker, hold that text in
gud-gdb-marker-acc for the next time we get called, until we have
enough information to decide for sure.
* gud.el (gud-gdb-marker-filter): Only recognize GDB position
markers if they occur at the beginning of the line. They always
do, and this reduces the likelihood that the above change will
hold back output that isn't really a position marker.
1993-07-30 01:39:20 +00:00
Jim Blandy
f582564f7b
* mpuz.el (mpuz-board): Doc fix.
1993-07-29 23:21:30 +00:00
Richard M. Stallman
7f359a2155
(dbx): Use %d in gud-break.
...
(gud-format-command): Support %d. Delete spurious progns.
1993-07-29 22:35:23 +00:00
Paul Eggert
3b31174ce5
Don't check whether file is readable until we have decided not to ignore it.
1993-07-29 19:56:38 +00:00
Richard M. Stallman
7520f31890
Do the global key bindings only via loaddefs.el,
...
not when sendmail.el is loaded.
1993-07-29 18:24:32 +00:00
Richard M. Stallman
60bf8ee426
(Fdelete_frame): New arg FORCE allows deletion of last non-invisible frame.
...
(Fdelete_frame): Allow deletion if there is some other
visible (perhaps iconified) frame. Also allow deleting terminal frame
if there are X frames.
1993-07-29 06:34:03 +00:00
Richard M. Stallman
15a36ac5ac
(rmail-nuke-pinhead-header): Tell replace-match not to alter the case.
...
(rmail-toggle-header, rmail-reformat-message): Ignore case
when checking for Summary-line.
1993-07-29 05:37:32 +00:00
Richard M. Stallman
5e2a0ae4fb
(calendar-mode-map): Bind C-SPC.
1993-07-29 05:13:26 +00:00
Paul Eggert
e6258b339a
(vc-mode-line): Set vc-mode to nil if FILE no longer is version-controlled.
1993-07-29 04:58:47 +00:00
Richard M. Stallman
a0213a9717
(delete-frame): Permit it, if > 1 frame is vis or iconic.
1993-07-29 04:50:27 +00:00
Richard M. Stallman
5cb70bb5ad
(bzero, bcmp, bcopy): New macros.
...
(LIB_STANDARD): Don't include libucb.a.
1993-07-29 04:12:41 +00:00
Jim Blandy
7447c37a37
* gud.el (gud-last-last-frame): Specify initial value. `dbx'
...
doesn't work unless we do.
1993-07-29 04:07:02 +00:00
Jim Blandy
c4b74c2089
* man.el (Man-find-section): HP/UX man pages have section names
...
indented by a single space; recognize them.
1993-07-29 04:02:54 +00:00
Richard M. Stallman
95d19fad86
(calculate-c-indent): When checking whether function decl
...
is inside a comment, move back to the `(' that starts the arglist.
1993-07-29 04:01:09 +00:00
Richard M. Stallman
b03848314e
(rmail-convert-file): If file needs conversion, convert it all.
1993-07-29 03:43:38 +00:00
Richard M. Stallman
4dc7458eb6
(name-last-kbd-macro): Handle macros that are vectors.
1993-07-29 03:27:05 +00:00
Richard M. Stallman
af7dc6c738
File removed.
1993-07-29 02:36:54 +00:00
Richard M. Stallman
6b33eb408c
(Man-filter-list): Insert \n newlines in awk script.
1993-07-29 02:31:06 +00:00
Roland McGrath
16ae08a92a
(syms_of_xfns): Use DEFVAR_LISP, not DEFVAR_INT, for Vx_pointer_shape.
1993-07-29 00:25:38 +00:00
Richard M. Stallman
59b644e869
(time-stamp): Add autoload cookie.
1993-07-28 23:51:08 +00:00
Roland McGrath
caf772a29b
(comint-replace-by-expanded-filename, comint-dynamic-complete): Say "Sole
...
completion" instead of "Unique completion", for consistency with the rest
of the known universe.
1993-07-28 22:41:43 +00:00
Richard M. Stallman
08cb6a9f5b
Comment change.
1993-07-28 19:09:08 +00:00
Jim Blandy
c1f4f81aec
* hpux9.h: Doc fix.
1993-07-28 18:57:47 +00:00