Richard M. Stallman
335bb18dcb
(do-install): Add `shift' command.
1993-05-27 23:57:41 +00:00
Richard M. Stallman
c1bc92cebd
(frame-initialize): Handle reverseVideo resource.
1993-05-27 23:50:38 +00:00
Richard M. Stallman
1b691d5c6c
(x-create-frame-with-faces): Handle reverseVideo resource.
1993-05-27 23:50:21 +00:00
Richard M. Stallman
6b5fd105ce
(mark_object): Add debugging code to check for ptr clobbered.
1993-05-27 23:48:18 +00:00
Richard M. Stallman
78c7997f4d
(COPYDESTS, COPYDIR): Delete external-lisp dir.
...
(externallispdir): Var deleted.
1993-05-27 22:15:01 +00:00
Richard M. Stallman
88190b5416
(do-install): Delete the dest dir, not the source dir,
...
when they are different.
1993-05-27 22:12:55 +00:00
Richard M. Stallman
8428ef44fc
Delete spurious paren outputting short_usage.
1993-05-27 22:02:16 +00:00
Richard M. Stallman
10d5cec652
Provide same name as file.
1993-05-27 21:01:29 +00:00
Richard M. Stallman
27c26a085c
Fix typo.
1993-05-27 12:48:55 +00:00
Richard M. Stallman
a7a2b1f66f
Pervasive changes to use Emacs 19 features
...
and conform to Emacs conventions.
1993-05-27 12:44:54 +00:00
Richard M. Stallman
4eb4f926b2
(read_char): Correct previous change.
1993-05-27 06:18:44 +00:00
Richard M. Stallman
3402e1a480
(x_get_resource_string): New function.
1993-05-27 05:53:05 +00:00
Jim Blandy
5d20eba658
* x-win.el: Check for a geometry resource, and apply it to the
...
initial frame.
1993-05-27 05:38:12 +00:00
Jim Blandy
c39d651c96
* systty.h: Always terminate comments, to avoid confusion.
1993-05-27 05:35:48 +00:00
Jim Blandy
ac63d3d6db
* xfns.c: Make resource manager work correctly even when
...
Vinvocation_name has periods and asterisks in it.
(Vxrdb_name): New variable.
(Fx_get_resource): Use it instead of Vinvocation_name.
(Fx_open_connection): Initialize it to a copy of Vinvocation_name,
with the dots and stars replaced by hyphens.
(syms_of_xfns): staticpro it here.
* xfns.c (Fx_get_resource): Use the proper format string when the
attribute has been specified.
1993-05-27 05:09:02 +00:00
Richard M. Stallman
b22fda6fe5
Comment out handling of shell-send-input.
...
Delete the "local thinking machines" definitions at the end
since they caused compilation failure.
1993-05-27 05:01:09 +00:00
Richard M. Stallman
4455c148a4
(cl-member): Renamed from member.
1993-05-27 04:45:55 +00:00
Richard M. Stallman
c636405b43
(display-time-day-and-date): Use defvar, not defconst.
1993-05-27 04:04:28 +00:00
Richard M. Stallman
1eb4d468b5
(x_get_local_selection): If no conversion function
...
exists for the requested type, just return nil.
1993-05-27 04:01:13 +00:00
Richard M. Stallman
a6c87ac86c
(display_text_line): Don't call compute_char_face for a non-X frame.
1993-05-27 03:56:12 +00:00
Richard M. Stallman
a2db42d60f
(window_loop, case GET_LRU_WINDOW): Get frame's width properly.
1993-05-27 03:46:21 +00:00
Jim Blandy
ecc99658d3
* isearch.el (isearch-forward): Remove the claim that
...
isearch-whitespace-chars matches any string of whitespace.
1993-05-27 03:33:12 +00:00
Jim Blandy
8897c5c21c
* s/sol2.h: (SOLARIS_BROKEN_ACCESS): Don't define this.
1993-05-27 03:05:02 +00:00
Jim Blandy
6f51e3df79
* s/sol2.h (C_SWITCH_X_SYSTEM): Deleted.
...
(LD_SWITCH_SYSTEM): Delete the -L option, leave just -R.
1993-05-27 03:02:21 +00:00
Jim Blandy
b90589d8fd
* Makefile.in (ALL_CFLAGS): Include -I${srcdir}.
...
(getopt.o, getopt1.c): Use ${srcdir} as appropriate.
1993-05-27 02:54:03 +00:00
Jim Blandy
5e231e7058
* Makefile.in (install): Do install the programs listed in
...
INSTALLABLE_SCRIPTS. Make the renaming loop use INSTALLABLES and
INSTALLABLE_SCRIPTS, instead of writing the programs out.
1993-05-27 02:46:57 +00:00
Jim Blandy
4736b17e0b
* Makefile.in (${SUBDIR}): Pass the value of the make variable to
...
subdirectory makes.
1993-05-27 02:27:22 +00:00
Jim Blandy
50b8cf6032
* systty.h (HAVE_LTCHARS, HAVE_TCHARS): New macros; define them if
...
we have those structures, but *don't* define them if we have
TERMIOS, whose functions take care of those parameters; that
screws up AIX.
(struct emacs_tty): Test those symbols, instead of the ioctl
commands.
* sysdep.c (emacs_get_tty, emacs_set_tty, new_ltchars, new_tchars,
init_sys_modes): Same.
1993-05-27 02:12:20 +00:00
Jim Blandy
7ad1552990
* s/aix3-2.h (C_SWITCH_SYSTEM): Don't define this to be "-ma" if
...
we're using GCC - that's an XLC switch.
* s/aix3-2.h (LIBS_SYSTEM): Put -LIM -Liconv here.
1993-05-27 02:08:14 +00:00
Jim Blandy
8f731fcc05
Don't forget to remove temporary files.
1993-05-27 01:12:16 +00:00
Richard M. Stallman
51d18dc30e
(HAVE_TCATTR): Defined.
1993-05-27 00:21:21 +00:00
Richard M. Stallman
114137b8aa
(listify-key-sequence): Avoid the constant ?\M-\200.
1993-05-27 00:06:08 +00:00
Jim Blandy
8d117719df
* config.h.in (HAVE_RENAME): Include an #undef for this, so
...
configure will have something to edit.
1993-05-26 23:53:41 +00:00
Richard M. Stallman
27d0420cd5
(find-file-noselect): Expand buffer-file-truename
...
before copying it to anything else.
1993-05-26 23:19:07 +00:00
Richard M. Stallman
f8a8031332
[HAVE_SOCKETS]: Include socket.h, netdb.h.
...
(get_system_name) [HAVE_SOCKETS]: Use gethostbyname.
1993-05-26 23:14:00 +00:00
Jim Blandy
c12710e962
* s/hpux8.h (LIB_X11_LIB, C_SWITCH_SYSTEM, LD_SWITCH_SYSTEM,
...
LD_SWITCH_SYSTEM, OLDXMENU_OPTIONS): Add X11R5 directories to the
search paths in these lists; they shouldn't do any harm if they
don't have X11R5.
1993-05-26 23:08:55 +00:00
Richard M. Stallman
ec03e49cb6
(dired-other-frame): New function, with binding.
1993-05-26 22:52:13 +00:00
Richard M. Stallman
d973d76918
Make C-x ` binding just once.
1993-05-26 22:36:32 +00:00
Jim Blandy
254e10d860
Report .elc bogosities more clearly.
1993-05-26 22:22:58 +00:00
Richard M. Stallman
abe85b1b3a
(finder-by-keyword): Autoload from finder', not finder.el'.
1993-05-26 22:19:06 +00:00
Jim Blandy
9f7602fd72
* make-dist: Check for .elc files with no corresponding .el file.
...
* make-dist: Check for .elc files with no corresponding .el file.
1993-05-26 22:19:04 +00:00
Richard M. Stallman
b1ee6b34ae
(nroff-mode): Don't leave nroff-electric-mode void.
1993-05-26 22:17:29 +00:00
Richard M. Stallman
44bbb3e05b
(magic_searchpath_decoder): Fix typos.
1993-05-26 22:12:18 +00:00
Richard M. Stallman
9d04a87aad
(Fx_rebind_key, Fx_rebind_keys): X10 definitions deleted.
...
(syms_of_xfns): Install them only if X11.
1993-05-26 21:51:07 +00:00
Jim Blandy
c469713a1e
* Makefile.in (mkdir): Make all the directories in locallisppath.
1993-05-26 21:50:00 +00:00
Jim Blandy
334e7c2394
* config.guess: New file.
...
* configure.in: Use it, tentatively.
1993-05-26 21:34:10 +00:00
Richard M. Stallman
199dd758a3
(byte-optimize-divide): Don't optimize to less than two arguments.
1993-05-26 21:31:36 +00:00
Richard M. Stallman
a22f4c7d34
(hexlify-command, dehexlify-command): Use exec-directory.
1993-05-26 21:17:31 +00:00
Richard M. Stallman
89ccd65a24
(r_alloc_sbrk): Declare already_available as long, not SIZE.
1993-05-26 20:38:52 +00:00
Richard M. Stallman
f7f794916d
(x_wm_set_size_hint): Don't set hints for max size.
1993-05-26 20:34:20 +00:00