bpt/emacs.git
31 years ago* dispnew.c (init_display): Get display name from environment
Jim Blandy [Thu, 25 Mar 1993 02:54:23 +0000 (02:54 +0000)]
* dispnew.c (init_display): Get display name from environment
properly on VMS as well as Unix.

31 years ago* keymap.c (Fkeymapp): Doc fix.
Jim Blandy [Thu, 25 Mar 1993 02:45:35 +0000 (02:45 +0000)]
* keymap.c (Fkeymapp): Doc fix.

31 years ago* process.c [VMS] (DCL_PROMPT): Remove hack.
Jim Blandy [Thu, 25 Mar 1993 02:27:16 +0000 (02:27 +0000)]
* process.c [VMS] (DCL_PROMPT): Remove hack.
(WIFSTOPPED, WIFSIGNALED, WIFEXITED, XRETCODE, WSTOPSIG,
WCOREDUMP, WTERMSIG): New dummy definitions.
(deactivate_process): Add missing semicolon.

31 years agoAdd provide call.
Richard M. Stallman [Thu, 25 Mar 1993 02:21:51 +0000 (02:21 +0000)]
Add provide call.

31 years ago* xfns.c [VMS]: Get the gray_bits from [.bitmaps]gray.xbm.
Jim Blandy [Thu, 25 Mar 1993 02:16:10 +0000 (02:16 +0000)]
* xfns.c [VMS]: Get the gray_bits from [.bitmaps]gray.xbm.

31 years ago* xterm.h (x_focus_frame): Add extern keyword to declaration.
Jim Blandy [Thu, 25 Mar 1993 02:12:14 +0000 (02:12 +0000)]
* xterm.h (x_focus_frame): Add extern keyword to declaration.

31 years ago* xterm.c [VMS]: Don't #include <sys/termio.h> and <string.h>.
Jim Blandy [Thu, 25 Mar 1993 02:11:11 +0000 (02:11 +0000)]
* xterm.c [VMS]: Don't #include <sys/termio.h> and <string.h>.

31 years ago(lm-last-modified-date) Fixed return bug.
Eric S. Raymond [Thu, 25 Mar 1993 01:57:43 +0000 (01:57 +0000)]
(lm-last-modified-date) Fixed return bug.
(lm-uthor, lm-maintainer) These now return cons pairs, not strings.

31 years agoBrent Benson's patch to support `cd -'.
Eric S. Raymond [Thu, 25 Mar 1993 01:55:24 +0000 (01:55 +0000)]
Brent Benson's patch to support `cd -'.

31 years ago* make-dist: Include the VMS support files in oldXMenu in the
Jim Blandy [Thu, 25 Mar 1993 01:49:59 +0000 (01:49 +0000)]
* make-dist: Include the VMS support files in oldXMenu in the
distribution.

31 years ago(mh-unshar) Added.
Eric S. Raymond [Thu, 25 Mar 1993 01:49:59 +0000 (01:49 +0000)]
(mh-unshar) Added.

31 years agoAdded a (provide 'emacsbug); lisp-mnt.el needs this.
Eric S. Raymond [Thu, 25 Mar 1993 01:47:39 +0000 (01:47 +0000)]
Added a (provide 'emacsbug); lisp-mnt.el needs this.

31 years ago* calendar.el (calendar-standard-time-zone-name,
Jim Blandy [Thu, 25 Mar 1993 01:28:21 +0000 (01:28 +0000)]
* calendar.el (calendar-standard-time-zone-name,
calendar-daylight-time-zone-name): Initialize these at load-time,
as well as calendar-time-zone.

* calendar.el (calendar-time-zone): Fix code which initializes
this.

31 years ago* config.h.in (HAVE_XFREE386): New flag, set by configure script.
Jim Blandy [Thu, 25 Mar 1993 01:15:34 +0000 (01:15 +0000)]
* config.h.in (HAVE_XFREE386): New flag, set by configure script.
If it's set, #define LIBX11_SYSTEM and HAVE_RANDOM as appropriate
for XFree386.
* sysdep.c (random, srandom): Don't define these if HAVE_RANDOM is
#defined.

31 years ago* configure: Doc fix.
Jim Blandy [Thu, 25 Mar 1993 01:14:34 +0000 (01:14 +0000)]
* configure: Doc fix.

* configure: Fix corrupted config_h_opts.

* configure: Properly report option names in error messages.

* configure: Properly recognize --x-includes and --x-libraries
options.

* configure: Fix syntax errors in code handling XFree386.

31 years agoDefault to clipper-intergraph if system is clix.
Richard M. Stallman [Wed, 24 Mar 1993 22:44:55 +0000 (22:44 +0000)]
Default to clipper-intergraph if system is clix.

31 years ago(push_key_description): Ignore bits above meta_modifier.
Richard M. Stallman [Wed, 24 Mar 1993 10:05:49 +0000 (10:05 +0000)]
(push_key_description): Ignore bits above meta_modifier.

31 years ago*** empty log message ***
Jim Blandy [Wed, 24 Mar 1993 02:48:44 +0000 (02:48 +0000)]
*** empty log message ***

31 years ago* xfns.c (x_make_gc): Don't forget to block X input around the
Jim Blandy [Wed, 24 Mar 1993 01:54:20 +0000 (01:54 +0000)]
* xfns.c (x_make_gc): Don't forget to block X input around the
X calls in this function.

* xfns.c [not HAVE_X11R4] (select_visual): It's v->visualid, not
x->visualid.  x isn't defined.

31 years ago* keyboard.c [POLL_FOR_INPUT] (quit_throw_to_read_char): If
Jim Blandy [Wed, 24 Mar 1993 01:53:00 +0000 (01:53 +0000)]
* keyboard.c [POLL_FOR_INPUT] (quit_throw_to_read_char): If
we're polling for input, abort; input polling should always be
suppressed while we're waiting for input.

* keyboard.c (interrupt_signal): Remove extern declaration of
Vwindow_system; this is no longer used.

31 years ago* dispnew.c (init_display): Initialize Vwindow_system.
Jim Blandy [Wed, 24 Mar 1993 01:51:35 +0000 (01:51 +0000)]
* dispnew.c (init_display): Initialize Vwindow_system.

31 years ago* keyboard.c (Fsuspend_emacs):
Jim Blandy [Wed, 24 Mar 1993 01:46:10 +0000 (01:46 +0000)]
* keyboard.c (Fsuspend_emacs):
Change suspend-hooks back to suspend-hook and make it a normal hook.

31 years agoFix library headers.
Eric S. Raymond [Tue, 23 Mar 1993 18:27:03 +0000 (18:27 +0000)]
Fix library headers.

31 years agoInitial revision
Jim Blandy [Tue, 23 Mar 1993 08:06:31 +0000 (08:06 +0000)]
Initial revision

31 years ago* files.el (insert-directory): Do chase symlinks before passing
Jim Blandy [Tue, 23 Mar 1993 07:41:49 +0000 (07:41 +0000)]
* files.el (insert-directory): Do chase symlinks before passing
the directory name to ls.

31 years agoIncorporated changes from Bob Weiner's enhanced buff-menu from the LCD
Eric S. Raymond [Tue, 23 Mar 1993 07:26:34 +0000 (07:26 +0000)]
Incorporated changes from Bob Weiner's enhanced buff-menu from the LCD
archive.

31 years ago* configure: Add special code to detect XFree386, and tell
Jim Blandy [Tue, 23 Mar 1993 06:54:37 +0000 (06:54 +0000)]
* configure: Add special code to detect XFree386, and tell
config.h about it.

* configure: Properly handle extracting values of LIBS_MACHINE and
LIBS_SYSTEM that contain spaces.

31 years ago* sysdep.c (random, srandom): Don't define these if HAVE_RANDOM is
Jim Blandy [Tue, 23 Mar 1993 06:26:18 +0000 (06:26 +0000)]
* sysdep.c (random, srandom): Don't define these if HAVE_RANDOM is
#defined.

31 years ago* config.h.in (C_SWITCH_X_SITE, LD_SWITCH_X_SITE): New flags.
Jim Blandy [Tue, 23 Mar 1993 05:57:11 +0000 (05:57 +0000)]
* config.h.in (C_SWITCH_X_SITE, LD_SWITCH_X_SITE): New flags.
* ymakefile (C_SWITCH_X_SITE, LD_SWITCH_X_SITE): Provide default
values.  Include C_SWITCH_X_SITE in CFLAGS, include
LD_SWITCH_X_SITE in LIBX, and pass C_SWITCH_X_SITE to the make
which builds the X Menu library.

31 years ago* configure: Add `--x-includes' and `--x-libraries' options. I
Jim Blandy [Tue, 23 Mar 1993 05:53:36 +0000 (05:53 +0000)]
* configure: Add `--x-includes' and `--x-libraries' options.  I
think these are dopey, but no less than three alpha testers, at
large sites, have said they have their X files installed in odd
places.  Implement them by setting C_SWITCH_X_SITE and
LD_SWITCH_X_SITE in src/config.h.

31 years ago* configure: Add `--x-includes' and `--x-libraries' options. I
Jim Blandy [Tue, 23 Mar 1993 05:31:35 +0000 (05:31 +0000)]
* configure: Add `--x-includes' and `--x-libraries' options.  I
think these are dopey, but no less than three alpha testers, at
large sites, have said they have their X files installed in odd
places.

31 years ago* xfns.c (Fx_parse_geometry): Renamed from Fx_geometry.
Jim Blandy [Tue, 23 Mar 1993 04:58:07 +0000 (04:58 +0000)]
* xfns.c (Fx_parse_geometry): Renamed from Fx_geometry.
(Fx_color_defined_p): Renamed from Fx_defined_color.
(syms_of_xfns): Adjusted.

31 years ago(query-replace-map): Define backspace like delete.
Richard M. Stallman [Tue, 23 Mar 1993 02:26:42 +0000 (02:26 +0000)]
(query-replace-map): Define backspace like delete.

31 years ago* diary-insert.el: Change the name to diary-ins.el.
Jim Blandy [Tue, 23 Mar 1993 02:16:18 +0000 (02:16 +0000)]
* diary-insert.el: Change the name to diary-ins.el.
        * calendar.el: Change all autoload references to diary-ins.

31 years ago(current_column, Findent_to, position_indentation):
Richard M. Stallman [Tue, 23 Mar 1993 00:54:49 +0000 (00:54 +0000)]
(current_column, Findent_to, position_indentation):
(Fmove_to_column, compute_motion): Allow tab_width up to 1000.

31 years ago(display_string, display_text_line): Allow tab_width up to 1000.
Richard M. Stallman [Tue, 23 Mar 1993 00:54:20 +0000 (00:54 +0000)]
(display_string, display_text_line): Allow tab_width up to 1000.

31 years ago(YACC): flag added to c_ext.
Richard M. Stallman [Mon, 22 Mar 1993 23:13:10 +0000 (23:13 +0000)]
(YACC): flag added to c_ext.
(c_ext): no more a synonim for c_ext&C_PLPL because of YACC.
(find_entries): consistently use streq when reasonable.
(find_entries): a .y file is a yacc file.
(get_C_stab): c_ext becomes c_ext&C_PLPL.
(C_entries): logical cplpl means c_ext&C_PLPL.
(C_entries): logical yacc_rules means we are after the first %%.
(C_entries): added logic for yacc files.

(C_entries): ':' case moved to the second switch.
(C_entries): do not examine token if structdef==scolonseen.
(consider_token): structtag set to null string for enum.

(GET_COOKIE): and related macros removed.
(logical): is now int, no more a char.
(reg): define deleted.
(isgood, _gd, notgd): deleted.
(gotone): deleted.
(TOKEN): member linestart removed.
(linepos, prev_linepos, lb1): deleted.
(main): call initbuffer on lbs array instead of lb1.
(init): removed the initialisation of the logical _gd array;
(find_entries): a .sa suffix means assembler file.
(C_create_stab): "auto", "void", "extern", "static" are st_C_typespec.
All C state machines rewritten.
(C_entries): complete rewrite.
(condider_token): complete rewrite.
(getline): deleted.

(C_entries): Added the quotednl logical variable.
Used for parsing of #define's spanning multiple lines.

(C_entries): Save the definedef status even when a
newline is met inside a string.

31 years agoAdd TO-DO list.
Eric S. Raymond [Mon, 22 Mar 1993 23:00:48 +0000 (23:00 +0000)]
Add TO-DO list.

31 years agoInitial revision
Eric S. Raymond [Mon, 22 Mar 1993 22:58:27 +0000 (22:58 +0000)]
Initial revision

31 years agoModified to use cookie.el
Eric S. Raymond [Mon, 22 Mar 1993 22:44:49 +0000 (22:44 +0000)]
Modified to use cookie.el

31 years agoAdded or corrected Commentary section
Eric S. Raymond [Mon, 22 Mar 1993 22:44:33 +0000 (22:44 +0000)]
Added or corrected Commentary section

31 years agoDecide automatically whether to use COFF or ELF.
Richard M. Stallman [Mon, 22 Mar 1993 19:50:35 +0000 (19:50 +0000)]
Decide automatically whether to use COFF or ELF.

31 years agoFix a nasty bug --- the cleanup production was nuking the generated
Eric S. Raymond [Mon, 22 Mar 1993 19:23:41 +0000 (19:23 +0000)]
Fix a nasty bug --- the cleanup production was nuking the generated
tar file!

31 years agoInitial revision
Eric S. Raymond [Mon, 22 Mar 1993 16:57:31 +0000 (16:57 +0000)]
Initial revision

31 years agoAdded or corrected Commentary headers
Eric S. Raymond [Mon, 22 Mar 1993 16:53:22 +0000 (16:53 +0000)]
Added or corrected Commentary headers

31 years agoDon't distribute etc/Old files.
Eric S. Raymond [Mon, 22 Mar 1993 14:57:04 +0000 (14:57 +0000)]
Don't distribute etc/Old files.

31 years ago(init_cmdargs): Fix simple bug in previous change.
Richard M. Stallman [Mon, 22 Mar 1993 07:00:47 +0000 (07:00 +0000)]
(init_cmdargs): Fix simple bug in previous change.

31 years agoDon't load help-screen at run time if compiled.
Richard M. Stallman [Mon, 22 Mar 1993 06:59:54 +0000 (06:59 +0000)]
Don't load help-screen at run time if compiled.

31 years ago(Fy_or_n_p): Handle `recenter' response type.
Richard M. Stallman [Mon, 22 Mar 1993 06:54:36 +0000 (06:54 +0000)]
(Fy_or_n_p): Handle `recenter' response type.

31 years agoAlpha-sorted this, and added some new hot buttons for the 1990s.
Eric S. Raymond [Mon, 22 Mar 1993 05:51:55 +0000 (05:51 +0000)]
Alpha-sorted this, and added some new hot buttons for the 1990s.

31 years agoInitial revision
Eric S. Raymond [Mon, 22 Mar 1993 05:46:50 +0000 (05:46 +0000)]
Initial revision

31 years agoAdded or corrected Commentary sections
Eric S. Raymond [Mon, 22 Mar 1993 05:42:35 +0000 (05:42 +0000)]
Added or corrected Commentary sections

31 years agoAdded or corrected Commentary sections
Eric S. Raymond [Mon, 22 Mar 1993 03:27:18 +0000 (03:27 +0000)]
Added or corrected Commentary sections

31 years agoMerged in CHARACTERS
Eric S. Raymond [Mon, 22 Mar 1993 03:00:23 +0000 (03:00 +0000)]
Merged in CHARACTERS

31 years agoFormerly GETTING.GNU.SOFTWARE.~4~
gnulists [Sun, 21 Mar 1993 23:50:52 +0000 (23:50 +0000)]
Formerly GETTING.GNU.SOFTWARE.~4~

31 years ago(struct window): New fields base_line_number and base_line_pos.
Richard M. Stallman [Sun, 21 Mar 1993 23:06:23 +0000 (23:06 +0000)]
(struct window): New fields base_line_number and base_line_pos.

31 years ago(decode_mode_spec): Handle `%l'.
Richard M. Stallman [Sun, 21 Mar 1993 23:04:18 +0000 (23:04 +0000)]
(decode_mode_spec): Handle `%l'.
(display_count_lines): New function.
(redisplay_window): Update base_line_number and base_line_pos fields.
Always update mode line if it's an integer.

31 years ago(HAVE_TERMIO, SIGNALS_VIA_CHARACTERS): Defined.
Richard M. Stallman [Sun, 21 Mar 1993 22:58:10 +0000 (22:58 +0000)]
(HAVE_TERMIO, SIGNALS_VIA_CHARACTERS): Defined.

31 years ago(line-number-mode): New function and variable.
Richard M. Stallman [Sun, 21 Mar 1993 08:22:37 +0000 (08:22 +0000)]
(line-number-mode): New function and variable.

31 years ago* xfns.c (Fx_open_connection): If we have X11R5, use
Jim Blandy [Sun, 21 Mar 1993 07:24:32 +0000 (07:24 +0000)]
* xfns.c (Fx_open_connection): If we have X11R5, use
XrmSetDatabase to set the display's database.  In older versions,
just store the value into x_current_display->db.
* xterm.h (HAVE_X11R5): Define this where appropriate.

31 years ago* simple.el (comment-indent-function): New variable, intended to
Jim Blandy [Sun, 21 Mar 1993 07:04:44 +0000 (07:04 +0000)]
* simple.el (comment-indent-function): New variable, intended to
replace comment-indent-hook.
(comment-indent-hook): Make this default to nil now.
(indent-for-comment): If comment-indent-hook is non-nil, call it
for backward compatibility; otherwise, call
comment-indent-function.
* bytecomp.el: Declare comment-indent-hook an obsolete variable.

31 years ago* frame.c (Fhandle_switch_frame): Renamed from Fselect_frame.
Jim Blandy [Sun, 21 Mar 1993 06:53:04 +0000 (06:53 +0000)]
* frame.c (Fhandle_switch_frame): Renamed from Fselect_frame.
Doc changed in anticipation of new purpose.
(Fselect_frame): Just call Fhandle_switch_frame for now.

31 years ago(Fselect_window): Use Fhandle_switch_frame.
Richard M. Stallman [Sun, 21 Mar 1993 06:50:50 +0000 (06:50 +0000)]
(Fselect_window): Use Fhandle_switch_frame.
(Fset_window_configuration): Likewise.

31 years ago* isearch.el (isearch-switch-frame-handler): Call
Jim Blandy [Sun, 21 Mar 1993 05:50:17 +0000 (05:50 +0000)]
* isearch.el (isearch-switch-frame-handler): Call
handle-switch-frame instead of select-frame; it has been renamed.

31 years agoFix typo.
Jim Blandy [Sun, 21 Mar 1993 05:14:35 +0000 (05:14 +0000)]
Fix typo.

31 years agoUse the `visiblity' parameter to determine the initial state of
Jim Blandy [Sun, 21 Mar 1993 05:11:23 +0000 (05:11 +0000)]
Use the `visiblity' parameter to determine the initial state of
the frame, instead of the `iconic-startup' and
`suppress-initial-map'.
* xfns.c (x_icon): Test the Qvisibility parameter against Qicon,
instead of the Qiconic_startup against Qt.
(x_create_frame): Test Qvisibility against Qnil and
Qicon, instead of testing Qsuppress_initial_map and Qvisibility.
(Qicon): New symbol.
(Qiconic_startup, Qsuppress_icon, Qsuppress_initial_map): Removed.
(syms_of_xfns): Adjusted appropriately.

* xfns.c [not HAVE_X11] (x_create_frame): Check Qicon_type,
instead of Qsuppress_icon.

* xfns.c (x_set_visibility): Instead of interpreting only Qt as
`make the frame visible' and everything else as `iconify the
frame', interpret Qicon as `iconify the frame' and everything else
as `make the frame visible.'

* xfns.c (x_get_arg): When the type of the resource is `symbol',
return `true' and `on' as Qt, and `false' and `off' as Qnil.

31 years ago* time.el (display-time): Doc fix.
Jim Blandy [Sun, 21 Mar 1993 03:23:29 +0000 (03:23 +0000)]
* time.el (display-time): Doc fix.

31 years agoDoc fix.
Jim Blandy [Sat, 20 Mar 1993 23:06:44 +0000 (23:06 +0000)]
Doc fix.

31 years ago* dispnew.c (Fsleep_for): Make this take two arguments SECONDS and
Jim Blandy [Sat, 20 Mar 1993 23:03:35 +0000 (23:03 +0000)]
* dispnew.c (Fsleep_for): Make this take two arguments SECONDS and
MILLISECONDS, which add, rather than a second argument which says
"treat the first argument as milliseconds."
(Fsit_for): Same thing.
(Fsleep_for_milliseconds): Deleted; this can be done with Fsleep_for.

31 years ago* process.c (wait_reading_process_input): Doc fix.
Jim Blandy [Sat, 20 Mar 1993 22:58:54 +0000 (22:58 +0000)]
* process.c (wait_reading_process_input): Doc fix.

31 years ago* systime.h (EMACS_HAS_USECS): #define this if HAVE_TIMEVAL is
Jim Blandy [Sat, 20 Mar 1993 22:58:21 +0000 (22:58 +0000)]
* systime.h (EMACS_HAS_USECS): #define this if HAVE_TIMEVAL is
#defined.

31 years agoDo * dispnew.c (sit_for): Doc fix.
Jim Blandy [Sat, 20 Mar 1993 22:26:53 +0000 (22:26 +0000)]
Do * dispnew.c (sit_for): Doc fix.

31 years ago* sysdep.c (reset_sys_modes): Fix usage of EMACS_SET_TTY.
Jim Blandy [Sat, 20 Mar 1993 22:21:12 +0000 (22:21 +0000)]
* sysdep.c (reset_sys_modes): Fix usage of EMACS_SET_TTY.

31 years ago* callproc.c (child_setup): Make sure that in, out, and err are
Jim Blandy [Sat, 20 Mar 1993 21:53:57 +0000 (21:53 +0000)]
* callproc.c (child_setup): Make sure that in, out, and err are
not less than three.
(relocate_fd): New function.

31 years ago* xterm.c (x_term_init): If the X connection is already in file
Jim Blandy [Sat, 20 Mar 1993 21:07:59 +0000 (21:07 +0000)]
* xterm.c (x_term_init): If the X connection is already in file
descriptor zero, don't dup it and close the old one.

31 years ago* s/hpux8.h, s/sunos4-1.h (OLDXMENU_OPTIONS): Define this, as in
Jim Blandy [Sat, 20 Mar 1993 20:56:55 +0000 (20:56 +0000)]
* s/hpux8.h, s/sunos4-1.h (OLDXMENU_OPTIONS): Define this, as in
Emacs 18.

31 years ago* xfns.c (Fx_open_connection): If we have X11R5, use
Jim Blandy [Sat, 20 Mar 1993 20:48:34 +0000 (20:48 +0000)]
* xfns.c (Fx_open_connection): If we have X11R5, use
XrmSetDatabase to set the display's database.  In older versions,
just store the value into x_current_display->db.

31 years ago* frame.c (Fraise_frame, Flower_frame): Renamed from
Jim Blandy [Sat, 20 Mar 1993 20:18:44 +0000 (20:18 +0000)]
* frame.c (Fraise_frame, Flower_frame): Renamed from
Fframe_to_front and Fframe_to_back.
(syms_of_frame): Adjusted appropriately.

31 years ago*** empty log message ***
Jim Blandy [Sat, 20 Mar 1993 20:14:00 +0000 (20:14 +0000)]
*** empty log message ***

31 years ago* fileio.c (HAVE_FSYNC): Define, if appropriate.
Jim Blandy [Sat, 20 Mar 1993 19:45:17 +0000 (19:45 +0000)]
* fileio.c (HAVE_FSYNC): Define, if appropriate.
(Fwrite_region): Use HAVE_FSYNC.
* s-aix3-2.h (HAVE_FSYNC): Define.

31 years ago* emacs.c (Finvocation_name): New function.
Jim Blandy [Sat, 20 Mar 1993 19:30:58 +0000 (19:30 +0000)]
* emacs.c (Finvocation_name): New function.
(Vinvocation_name): New variable.
(init_cmdargs): Set it.
(syms_of_emacs): defsubr Finvocation_name, staticpro and
initialize Vinvocation_name.
* lisp.h (Vinvocation_name): New extern declaration.
* xterm.c (invocation_name): Variable deleted; use
Vinvocation_name now.
(x_text_icon, x_term_init): Use Vinvocation_name now instead of
invocation_name.
(x_term_init): Don't initialize invocation_name.
(syms_of_xterm): Don't initialize or staticpro invocation_name.
* xfns.c (invocation_name): Remove extern declaration for this.
[HAVE_X11] (Fx_get_resource): Use Vinvocation_name now instead of
invocation_name.
[not HAVE_X11] (Fx_get_default): Same.

31 years ago* make-dist: Fix typo.
Jim Blandy [Sat, 20 Mar 1993 18:12:07 +0000 (18:12 +0000)]
* make-dist: Fix typo.

31 years ago(Fx_display_color_p): Renamed from Fx_color_display_p.
Richard M. Stallman [Sat, 20 Mar 1993 09:21:13 +0000 (09:21 +0000)]
(Fx_display_color_p): Renamed from Fx_color_display_p.
(syms_of_xfns): Use new name in defsubr.

31 years ago(x_screen): Make this var file scope.
Richard M. Stallman [Sat, 20 Mar 1993 06:25:55 +0000 (06:25 +0000)]
(x_screen): Make this var file scope.
(Fx_server_version): Use Fcons, not list3.

(Fx_server_vendor, Fx_server_version, Fx_display_pixel_width)
(Fx_display_pixel_height, Fx_display_mm_width, Fx_display_mm_height)
(Fx_display_screens, Fx_display_planes, Fx_display_color_cells)
(Fx_display_visual_class, Fx_display_backing_store)
(Fx_display_save_under): New functions.
(x_screen_count, Vx_vendor, x_release, x_screen_height_mm)
(x_screen_width_mm, Vx_backing_store, x_save_under, Vx_screen_visual)
(x_visual_strings): Vars deleted.
(Fx_open_connection): Don't init those vars.
(syms_of_xfns): Set up new functions.  Don't set up those vars as Lisp vars.
Nor x-screen-width and x-screen-height.

31 years agoAdded documentation, made the change comment for old versions more
Eric S. Raymond [Fri, 19 Mar 1993 23:40:27 +0000 (23:40 +0000)]
Added documentation, made the change comment for old versions more
useful.

31 years agoTeach it about the new user-runnable command rcs-checkin.
Eric S. Raymond [Fri, 19 Mar 1993 23:04:44 +0000 (23:04 +0000)]
Teach it about the new user-runnable command rcs-checkin.

31 years agoInitial revision
Eric S. Raymond [Fri, 19 Mar 1993 23:01:33 +0000 (23:01 +0000)]
Initial revision

31 years agoDeleted some VMS caveats. If the src and lisp ChangeLogs are correct,
Eric S. Raymond [Fri, 19 Mar 1993 22:56:22 +0000 (22:56 +0000)]
Deleted some VMS caveats. If the src and lisp ChangeLogs are correct,
dired and mail and process control are now fully supported.

31 years agoMake sure that when new keywords are compiled, we see them
Eric S. Raymond [Fri, 19 Mar 1993 21:48:09 +0000 (21:48 +0000)]
Make sure that when new keywords are compiled, we see them
immediately.

31 years agoTypo fix.
Eric S. Raymond [Fri, 19 Mar 1993 21:32:09 +0000 (21:32 +0000)]
Typo fix.

31 years agoInfo on the terminal-package-finding algorithm.
Eric S. Raymond [Fri, 19 Mar 1993 21:21:39 +0000 (21:21 +0000)]
Info on the terminal-package-finding algorithm.

31 years agoAll references to 18 changed to past tense; APOLLO and SUNBUG merged
Eric S. Raymond [Fri, 19 Mar 1993 21:03:48 +0000 (21:03 +0000)]
All references to 18 changed to past tense; APOLLO and SUNBUG merged
in.

31 years agoAdded 900-line support
Eric S. Raymond [Fri, 19 Mar 1993 19:16:04 +0000 (19:16 +0000)]
Added 900-line support

31 years agoInitial revision
Eric S. Raymond [Fri, 19 Mar 1993 19:11:04 +0000 (19:11 +0000)]
Initial revision

31 years ago* tex-mode.el (tex-send-command): Fix the command sent so that no
Jim Blandy [Fri, 19 Mar 1993 17:38:48 +0000 (17:38 +0000)]
* tex-mode.el (tex-send-command): Fix the command sent so that no
        blank is inserted when replacing the asterisk with the file name.

31 years agoSome VMS changes from Richard Levitte <levitte@e.kth.se>:
Jim Blandy [Fri, 19 Mar 1993 17:28:14 +0000 (17:28 +0000)]
Some VMS changes from Richard Levitte <levitte@e.kth.se>:
* [VMS] systime.h: Include vmstime.h.  VMS has the timezone
variable and the tzname array.
* s/vms.h: VMS does have select.
mth$dmod is the same as Unix's drem.
Use the time functions in vmstime.c.
No need to rename the malloc routines if we're using GNU malloc.
PURESIZE needs to be 330000.
* vmstime.c, vmstime.h: New files.
* systty.h: Don't try to initialize extern declarations under VAX C.
* vmspaths.h (PATH_LOADSEARCH): Include EMACS_LIBRARY:[LOCAL-LISP]
in PATH_LOADSEARCH.
(PATH_EXEC): Use EMACS_LIBRARY:[LIB-SRC] instead of [ETC].
* sysdep.c [VMS] (init_sys_modes): Don't allocate process_ef.
[VMS] (queue_kbd_input): Build events structure correctly.
[VMS] (gethostname): New function.
[VMS] (getwd): Don't get the PATH environment variable; that's
dumb.  Call getcwd.

31 years agoCorrected typo, fixed it to discard = and TAGS files in some cases where it
Eric S. Raymond [Fri, 19 Mar 1993 08:08:04 +0000 (08:08 +0000)]
Corrected typo, fixed it to discard = and TAGS files in some cases where it
should but didn't seen to.

31 years agoAdded unlock and relock.
Eric S. Raymond [Fri, 19 Mar 1993 07:49:20 +0000 (07:49 +0000)]
Added unlock and relock.

31 years agoAdded unlock and relock productions.
Eric S. Raymond [Fri, 19 Mar 1993 07:37:19 +0000 (07:37 +0000)]
Added unlock and relock productions.

31 years agoInitial revision
Eric S. Raymond [Fri, 19 Mar 1993 07:20:22 +0000 (07:20 +0000)]
Initial revision