bpt/emacs.git
31 years ago(read_process_output): Don't deactivate the mark.
Richard M. Stallman [Fri, 11 Jun 1993 21:06:14 +0000 (21:06 +0000)]
(read_process_output): Don't deactivate the mark.
Do restore Vdeactivate_mark, so that no one else deactivates it.

31 years ago(Fgenerate_new_buffer_name): GENTEMP is the value compare against IGNORE.
Richard M. Stallman [Fri, 11 Jun 1993 20:50:08 +0000 (20:50 +0000)]
(Fgenerate_new_buffer_name): GENTEMP is the value compare against IGNORE.

31 years ago(sendmail-pre-abbrev-expand-hook):
Richard M. Stallman [Fri, 11 Jun 1993 20:48:08 +0000 (20:48 +0000)]
(sendmail-pre-abbrev-expand-hook):
If last-command-char is not a character, don't do the expand here.

31 years agoDoc fixes.
Richard M. Stallman [Fri, 11 Jun 1993 20:11:10 +0000 (20:11 +0000)]
Doc fixes.
(run-lisp): Add autoload.
(inferior-lisp-mode-map): Explicitly make local prefix keys.

31 years agoReinstate old -f option as an alias for -o for installed base uses.
Richard M. Stallman [Fri, 11 Jun 1993 18:32:55 +0000 (18:32 +0000)]
Reinstate old -f option as an alias for -o for installed base uses.

31 years ago(server-window): New variable.
Richard M. Stallman [Fri, 11 Jun 1993 18:28:44 +0000 (18:28 +0000)]
(server-window): New variable.
(server-switch-buffer): Use it.

31 years ago(enable-flow-control): Don't alter the 8-bit flag.
Richard M. Stallman [Fri, 11 Jun 1993 17:55:51 +0000 (17:55 +0000)]
(enable-flow-control): Don't alter the 8-bit flag.

31 years ago(Man-filter-list): Add an element for X man pages.
Richard M. Stallman [Fri, 11 Jun 1993 17:52:59 +0000 (17:52 +0000)]
(Man-filter-list): Add an element for X man pages.
(Man-goto-page): Continue past errors in Man-build-references-alist.

31 years ago(Fmouse_position): Set up defaults before calling the hook.
Richard M. Stallman [Fri, 11 Jun 1993 17:14:31 +0000 (17:14 +0000)]
(Fmouse_position): Set up defaults before calling the hook.

31 years ago(rmail-output-to-rmail-file): Use the smart default in the prompt.
Richard M. Stallman [Fri, 11 Jun 1993 16:36:19 +0000 (16:36 +0000)]
(rmail-output-to-rmail-file): Use the smart default in the prompt.

31 years ago(view-register): Handle file name values.
Richard M. Stallman [Fri, 11 Jun 1993 16:30:40 +0000 (16:30 +0000)]
(view-register): Handle file name values.

31 years agoInteract properly with shells lacking job control (sh, rc, es...)
Jim Blandy [Fri, 11 Jun 1993 16:22:03 +0000 (16:22 +0000)]
Interact properly with shells lacking job control (sh, rc, es...)
* sysdep.c [BSD] (inherited_pgroup): New variable.
(narrow_foreground_group, widen_foreground_group): New functions.
(init_sys_modes): Call narrow_foreground_group.
(reset_sys_modes): Call widen_foreground_group.
* emacs.c [BSD] (inherited_pgroup): Add extern declaration.
[BSD] (main): Set inherited_pgroup, and put ourselves in our own
pgroup.

31 years ago* xrdb.c (get_user_db): Get the screen-specific database too.
Jim Blandy [Fri, 11 Jun 1993 16:20:38 +0000 (16:20 +0000)]
* xrdb.c (get_user_db): Get the screen-specific database too.

31 years ago* bytecomp.el: Bring it up to version 2.10 of the
Jim Blandy [Fri, 11 Jun 1993 16:19:49 +0000 (16:19 +0000)]
* bytecomp.el: Bring it up to version 2.10 of the
Zawinski-Furuseth compiler.  Changes from David Gillespie.

31 years ago(cd): Use file-name-absolute-p.
Richard M. Stallman [Fri, 11 Jun 1993 16:02:27 +0000 (16:02 +0000)]
(cd): Use file-name-absolute-p.
(cd-absolute): No longer interactive.

31 years ago(electric-history-map): Don't use fillarray;
Richard M. Stallman [Fri, 11 Jun 1993 15:51:46 +0000 (15:51 +0000)]
(electric-history-map): Don't use fillarray;
make default bindings instead.  Bind up, down, home, next, prior.

31 years ago(syms_of_xfns): Don't set up Qicon.
Richard M. Stallman [Fri, 11 Jun 1993 15:43:04 +0000 (15:43 +0000)]
(syms_of_xfns): Don't set up Qicon.
(Qicon): Declaration deleted.

31 years ago(Qicon): Declared.
Richard M. Stallman [Fri, 11 Jun 1993 15:41:36 +0000 (15:41 +0000)]
(Qicon): Declared.

31 years ago* xdisp.c (redisplay_window): Don't call try_window_id if the
Jim Blandy [Fri, 11 Jun 1993 14:32:08 +0000 (14:32 +0000)]
* xdisp.c (redisplay_window): Don't call try_window_id if the
window isn't starting at the beginning of the line.

31 years ago* frame.el (frame-initialize): Remember to actually traverse
Jim Blandy [Fri, 11 Jun 1993 11:33:31 +0000 (11:33 +0000)]
* frame.el (frame-initialize): Remember to actually traverse
initial-frame-alist.

31 years ago* gud.el (gud-last-last-frame): New variable.
Jim Blandy [Fri, 11 Jun 1993 11:28:28 +0000 (11:28 +0000)]
* gud.el (gud-last-last-frame): New variable.
(gud-display-frame): Save the frame we displayed in
gud-last-last-frame.
(gud-refresh): Force gud-display-frame to jump to the last frame
displayed, even if it has already done so once.

31 years ago* window.c (Fprevious_window): Typo.
Jim Blandy [Fri, 11 Jun 1993 11:18:37 +0000 (11:18 +0000)]
* window.c (Fprevious_window): Typo.

31 years ago* man.el (manual-entry): Recognize the subject(section) syntax.
Jim Blandy [Fri, 11 Jun 1993 10:29:55 +0000 (10:29 +0000)]
* man.el (manual-entry): Recognize the subject(section) syntax.

31 years ago* picture.el (move-to-column-force): If column is negative, go
Jim Blandy [Fri, 11 Jun 1993 10:11:33 +0000 (10:11 +0000)]
* picture.el (move-to-column-force): If column is negative, go
flush left.

31 years ago* simple.el (hscroll-point-visible): Work as documented in the
Jim Blandy [Fri, 11 Jun 1993 09:45:20 +0000 (09:45 +0000)]
* simple.el (hscroll-point-visible): Work as documented in the
docstring for hscroll-step.

31 years ago(Fset_text_properties): No special case for props = nil.
Richard M. Stallman [Fri, 11 Jun 1993 07:29:55 +0000 (07:29 +0000)]
(Fset_text_properties): No special case for props = nil.

31 years ago(Fx_list_fonts): If names is 0, just return nil.
Richard M. Stallman [Fri, 11 Jun 1993 07:14:12 +0000 (07:14 +0000)]
(Fx_list_fonts): If names is 0, just return nil.

31 years ago* xterm.c (x_new_font): If font_names is zero, that's all the
Jim Blandy [Fri, 11 Jun 1993 07:02:36 +0000 (07:02 +0000)]
* xterm.c (x_new_font): If font_names is zero, that's all the
indication we get that no matches were found.

31 years ago(lisp-indent-function): Look for either
Richard M. Stallman [Fri, 11 Jun 1993 07:00:05 +0000 (07:00 +0000)]
(lisp-indent-function): Look for either
lisp-indent-hook or lisp-indent-function property.

31 years ago* s/isc3-0.h (LIB_X11_LIB): #undef this, to remove the value
Jim Blandy [Fri, 11 Jun 1993 06:49:23 +0000 (06:49 +0000)]
* s/isc3-0.h (LIB_X11_LIB): #undef this, to remove the value
inherited from usg5-3.h; ISC doesn't have libX11_s.
(LIBX11_SYSTEM): Link against the static -lc, not -lc_s.

31 years ago* s/isc3-0.h (LIB_X11_LIB): #undef this, to remove the value
Jim Blandy [Fri, 11 Jun 1993 06:43:42 +0000 (06:43 +0000)]
* s/isc3-0.h (LIB_X11_LIB): #undef this, to remove the value
inherited from usg5-3.h; ISC doesn't have libX11_s.

31 years ago* configure.in: Pass "-Isrc" to the CPP we run to examine the
Jim Blandy [Fri, 11 Jun 1993 06:36:45 +0000 (06:36 +0000)]
* configure.in: Pass "-Isrc" to the CPP we run to examine the
s/*.h and m/*.h files.  Martin Tomes
<mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.

31 years ago(make-backup-files): Doc fix.
Richard M. Stallman [Fri, 11 Jun 1993 05:59:16 +0000 (05:59 +0000)]
(make-backup-files): Doc fix.

31 years agoComment change.
Richard M. Stallman [Fri, 11 Jun 1993 05:56:00 +0000 (05:56 +0000)]
Comment change.

31 years ago(Fdescribe_vector): Use current buf, not standard-output.
Richard M. Stallman [Fri, 11 Jun 1993 04:16:13 +0000 (04:16 +0000)]
(Fdescribe_vector): Use current buf, not standard-output.
(describe_vector_princ): Add newline at end.

(store_in_keymap, access_keymap): Use CHAR_META
when clearing excess high bits.

31 years ago(rmail-primary-inbox-list): Use defvar, not defconst.
Richard M. Stallman [Fri, 11 Jun 1993 03:56:44 +0000 (03:56 +0000)]
(rmail-primary-inbox-list): Use defvar, not defconst.

31 years ago(basic-save-buffer): Cal auto-save-mode with t as arg
Richard M. Stallman [Thu, 10 Jun 1993 23:35:18 +0000 (23:35 +0000)]
(basic-save-buffer): Cal auto-save-mode with t as arg
if and only if auto save was off and default is on.
(set-visited-file-name): Likewise.

31 years ago(append-to-buffer): Interactively, supply all 3 args.
Richard M. Stallman [Thu, 10 Jun 1993 23:06:50 +0000 (23:06 +0000)]
(append-to-buffer): Interactively, supply all 3 args.
Allow nonexistent buffers.

31 years agoMove i386-prime-sysv* and i386-sequent-bsd*
Richard M. Stallman [Thu, 10 Jun 1993 23:04:01 +0000 (23:04 +0000)]
Move i386-prime-sysv* and i386-sequent-bsd*
above the general i386 alternative.

31 years ago(calculate-c++-indent): Respect
Richard M. Stallman [Thu, 10 Jun 1993 22:58:01 +0000 (22:58 +0000)]
(calculate-c++-indent): Respect
c-continued-brace-offset (as in c-mode.el).

31 years ago(hack-one-local-variable): Treat ...-hook(s) and ..-function(s)
Richard M. Stallman [Thu, 10 Jun 1993 21:31:56 +0000 (21:31 +0000)]
(hack-one-local-variable): Treat ...-hook(s) and ..-function(s)
like setting the `eval' variable.

31 years ago(Fload): Forward all 4 args to magic-name handler.
Richard M. Stallman [Thu, 10 Jun 1993 21:15:55 +0000 (21:15 +0000)]
(Fload): Forward all 4 args to magic-name handler.

(syms_of_lread): Set up Qload.
(Fload): Handle magic file names.

31 years ago(abbreviate-file-name): Make abbreviated-home-dir
Richard M. Stallman [Thu, 10 Jun 1993 20:44:12 +0000 (20:44 +0000)]
(abbreviate-file-name): Make abbreviated-home-dir
from `~/', not from just `~'.

31 years agoDoc fixes.
Richard M. Stallman [Thu, 10 Jun 1993 20:35:05 +0000 (20:35 +0000)]
Doc fixes.
(ispell-command, ispell-command-options): New defvars.
(start-ispell): Use them.

31 years ago*** empty log message ***
Jim Blandy [Thu, 10 Jun 1993 20:28:32 +0000 (20:28 +0000)]
*** empty log message ***

31 years ago(Fscroll_left): Make argument optional.
Richard M. Stallman [Thu, 10 Jun 1993 20:08:25 +0000 (20:08 +0000)]
(Fscroll_left): Make argument optional.
(Fscroll_right): Ditto.

(Fprevious_window): When changing frames,
use the new frame's minibuffer if any.

31 years ago(ange-ftp-multi-msgs): Add 331-.
Richard M. Stallman [Thu, 10 Jun 1993 18:46:48 +0000 (18:46 +0000)]
(ange-ftp-multi-msgs): Add 331-.

31 years ago(Man-mode): Run Man-mode-hook.
Richard M. Stallman [Thu, 10 Jun 1993 17:48:36 +0000 (17:48 +0000)]
(Man-mode): Run Man-mode-hook.

31 years ago(bibtex-mode-map): Use tex-insert-quote, not TeX-...
Richard M. Stallman [Thu, 10 Jun 1993 17:42:39 +0000 (17:42 +0000)]
(bibtex-mode-map): Use tex-insert-quote, not TeX-...

31 years agoFormatting change.
Jim Blandy [Thu, 10 Jun 1993 13:11:27 +0000 (13:11 +0000)]
Formatting change.

31 years ago* frame.el (frame-initialize): When deleting geometry
Jim Blandy [Thu, 10 Jun 1993 13:10:00 +0000 (13:10 +0000)]
* frame.el (frame-initialize): When deleting geometry
specifications from initial-frame-alist, remember that they may
occur more than once, and do, if the -geometry option was
specified as well as a .geometry resource.

31 years ago* search.c (Flooking_at, Fstring_match, fast_string_match,
Jim Blandy [Thu, 10 Jun 1993 12:52:31 +0000 (12:52 +0000)]
* search.c (Flooking_at, Fstring_match, fast_string_match,
search_buffer): Don't block input while calling searching and
matching functions.  These functions may not call malloc under
Emacs anyway, and we need to be able to check for C-g.

31 years ago*** empty log message ***
Jim Blandy [Thu, 10 Jun 1993 12:50:56 +0000 (12:50 +0000)]
*** empty log message ***

31 years ago* scroll-bar.el (scroll-bar-mode): Variable deleted.
Jim Blandy [Thu, 10 Jun 1993 12:18:36 +0000 (12:18 +0000)]
* scroll-bar.el (scroll-bar-mode): Variable deleted.
(scroll-bar-mode): Function changed to consult default-frame-alist
instead of the variable.

31 years ago* gnus.el (gnus-start-news-server): If no server has been
Jim Blandy [Thu, 10 Jun 1993 11:46:43 +0000 (11:46 +0000)]
* gnus.el (gnus-start-news-server): If no server has been
specificed, but gnus-nntp-service is nil, don't ask for a server
name; use the local host.

31 years ago* ange-ftp.el (ange-ftp-make-directory): Take second optional
Jim Blandy [Thu, 10 Jun 1993 11:39:44 +0000 (11:39 +0000)]
* ange-ftp.el (ange-ftp-make-directory): Take second optional
argument parents, like the original.  Implement it.

31 years ago* gnus.el (gnus-newsrc-to-gnus-format): Change regexp which
Jim Blandy [Thu, 10 Jun 1993 10:40:16 +0000 (10:40 +0000)]
* gnus.el (gnus-newsrc-to-gnus-format): Change regexp which
matches .newsrc lines for better performance under the new regexp
routines.

31 years ago* syntax.c (scan_lists, Fforward_comment): Call scan_sexps_forward
Jim Blandy [Thu, 10 Jun 1993 10:28:58 +0000 (10:28 +0000)]
* syntax.c (scan_lists, Fforward_comment): Call scan_sexps_forward
with the proper number of arguments.

31 years agoTypo.
Jim Blandy [Thu, 10 Jun 1993 09:32:18 +0000 (09:32 +0000)]
Typo.

31 years agoDoc fix.
Jim Blandy [Thu, 10 Jun 1993 07:22:07 +0000 (07:22 +0000)]
Doc fix.

31 years ago* compile.el (compilation-error-list): When we haven't yet
Jim Blandy [Thu, 10 Jun 1993 07:17:33 +0000 (07:17 +0000)]
* compile.el (compilation-error-list): When we haven't yet
generated a marker for the source position of an error message,
store (FILENAME . LINE-NUMBER), not ((DIRECTORY . FILE)
LINE-NUMBER).  Doc fix.
(next-error, compilation-parse-errors): Adjusted appropriately.

31 years ago* filelock.c: Test HAVE_LONG_FILE_NAMES, not SHORT_FILE_NAMES, to
Jim Blandy [Thu, 10 Jun 1993 06:23:04 +0000 (06:23 +0000)]
* filelock.c: Test HAVE_LONG_FILE_NAMES, not SHORT_FILE_NAMES, to
interface nicely with autoconf.
* m/delta.h: Don't #define SHORT_FILE_NAMES; autoconf does this
for us.

31 years ago* sysdep.c: Remove clause for DGUX support of FASYNC; add clause
Jim Blandy [Thu, 10 Jun 1993 06:21:19 +0000 (06:21 +0000)]
* sysdep.c: Remove clause for DGUX support of FASYNC; add clause
to #undef FASYNC if BROKEN_FASYNC is #defined.

31 years ago* configure.in: Use AC_LONG_FILE_NAMES.
Jim Blandy [Thu, 10 Jun 1993 06:20:06 +0000 (06:20 +0000)]
* configure.in: Use AC_LONG_FILE_NAMES.

31 years ago* filelock.c: Test HAVE_LONG_FILE_NAMES, not SHORT_FILE_NAMES, to
Jim Blandy [Thu, 10 Jun 1993 06:19:30 +0000 (06:19 +0000)]
* filelock.c: Test HAVE_LONG_FILE_NAMES, not SHORT_FILE_NAMES, to
interface nicely with autoconf.

31 years ago* s/dgux.h (BROKEN_FASYNC): #define this.
Jim Blandy [Thu, 10 Jun 1993 06:11:55 +0000 (06:11 +0000)]
* s/dgux.h (BROKEN_FASYNC): #define this.

31 years ago* s/dgux.h: Changes from Paul M Reilly <pmr@rock.concert.net>:
Jim Blandy [Thu, 10 Jun 1993 06:05:05 +0000 (06:05 +0000)]
* s/dgux.h: Changes from Paul M Reilly <pmr@rock.concert.net>:
(BSD4_4, SVR4, HAVE_SETSID, HAVE_UNIX_DOMAIN): #define these.
(FIRST_PTY_LETTER): This is 'r', not 'p'.
(HAVE_TERMIO, SIGNALS_VIA_CHARACTERS): Don't #define these.
(HAVE_TERMIOS): #define these instead.
(XREBINDKEYSYM):  Don't #define.
Test THIS_IS_YMAKEFILE instead of MAKING_MAKEFILE.
(sigmask, sigpause): #undef these after #including <signal.h>.
(LD_SWITCH_SYSTEM, START_FILES, LIBS_SYSTEM, LIB_GCC): #define
these to avoid problems with /lib/crt0.o.
(C_DEBUG_SWITCH, C_OPTIMIZE_SWITCH): #define these.

31 years ago* configure.in: Recognize configuration name for Data General
Jim Blandy [Thu, 10 Jun 1993 05:46:10 +0000 (05:46 +0000)]
* configure.in: Recognize configuration name for Data General
AViiON machines.

31 years ago* fileio.c (Frename_file): Pass all arguments to the file name handler.
Jim Blandy [Thu, 10 Jun 1993 05:21:01 +0000 (05:21 +0000)]
* fileio.c (Frename_file): Pass all arguments to the file name handler.
* eval.c (call4): New function.

31 years ago*** empty log message ***
Roland McGrath [Wed, 9 Jun 1993 20:28:35 +0000 (20:28 +0000)]
*** empty log message ***

31 years ago* s/linux.h (SIGNALS_VIA_CHARACTERS): Don't #define this.
Jim Blandy [Wed, 9 Jun 1993 12:53:35 +0000 (12:53 +0000)]
* s/linux.h (SIGNALS_VIA_CHARACTERS): Don't #define this.

31 years ago* emacsserver.c (main): When we're passing a `struct sockaddr_un'
Jim Blandy [Wed, 9 Jun 1993 12:45:26 +0000 (12:45 +0000)]
* emacsserver.c (main): When we're passing a `struct sockaddr_un'
to bind or accept, cast the pointer, to avoid warnings on systems
which declare prototypes for this.
* emacsclient.c (main): Same.

31 years ago* emacsserver.c (main): When we're passing a `struct sockaddr_un'
Jim Blandy [Wed, 9 Jun 1993 12:41:31 +0000 (12:41 +0000)]
* emacsserver.c (main): When we're passing a `struct sockaddr_un'
to bind or accept, cast the pointer, to avoid warnings on systems
which declare prototypes for this.

31 years ago* process.c (sigchld_handler): Add cast, to avoid warnings on Linux.
Jim Blandy [Wed, 9 Jun 1993 12:39:16 +0000 (12:39 +0000)]
* process.c (sigchld_handler): Add cast, to avoid warnings on Linux.
(Fopen_network_stream): Cast the second argument to connect, to
avoid warnings on any system that provides prototypes for connect.

31 years ago* process.c (sigchld_handler): Add cast, to avoid warnings on Linux.
Jim Blandy [Wed, 9 Jun 1993 12:30:13 +0000 (12:30 +0000)]
* process.c (sigchld_handler): Add cast, to avoid warnings on Linux.

31 years agoApply typo patches from Paul Eggert.
Jim Blandy [Wed, 9 Jun 1993 11:59:12 +0000 (11:59 +0000)]
Apply typo patches from Paul Eggert.

31 years agoentered into RCS
Jim Blandy [Wed, 9 Jun 1993 11:33:38 +0000 (11:33 +0000)]
entered into RCS

31 years ago*** empty log message ***
Jim Blandy [Wed, 9 Jun 1993 11:26:54 +0000 (11:26 +0000)]
*** empty log message ***

31 years ago* scroll-bar.el (scroll-bar-set-window-start): Remember that the
Jim Blandy [Wed, 9 Jun 1993 09:44:24 +0000 (09:44 +0000)]
* scroll-bar.el (scroll-bar-set-window-start): Remember that the
scroll bar numbers reflect the accessible region of the buffer,
not the entire buffer.

31 years ago*** empty log message ***
Jim Blandy [Wed, 9 Jun 1993 09:23:12 +0000 (09:23 +0000)]
*** empty log message ***

31 years ago* xdisp.c (display_text_line): Handle case where line ends in a
Jim Blandy [Wed, 9 Jun 1993 07:21:28 +0000 (07:21 +0000)]
* xdisp.c (display_text_line): Handle case where line ends in a
continuation character but we never actually displayed any buffer
text (due to minibuffer prompt).

31 years ago* xterm.c (x_is_vendor_fkey): New function.
Jim Blandy [Wed, 9 Jun 1993 04:56:47 +0000 (04:56 +0000)]
* xterm.c (x_is_vendor_fkey): New function.
(XTread_socket): Call it to recognize vendor-specific function keys.

31 years ago* s/dgux.h: Move #definition of SYSTEM_MALLOC outside of
Jim Blandy [Wed, 9 Jun 1993 04:42:19 +0000 (04:42 +0000)]
* s/dgux.h: Move #definition of SYSTEM_MALLOC outside of
MAKING_MAKEFILE conditional.  No harm.

31 years ago* xfaces.c (init_frame_faces): Remove assumption that the selected
Jim Blandy [Wed, 9 Jun 1993 04:36:41 +0000 (04:36 +0000)]
* xfaces.c (init_frame_faces): Remove assumption that the selected
frame must be an X frame whenever there is already an X frame.

31 years ago* configure.in: Test for bison.
Jim Blandy [Wed, 9 Jun 1993 04:06:57 +0000 (04:06 +0000)]
* configure.in: Test for bison.
* Makefile.in (YACC): New variable.
(lib-src/Makefile.in): Edit YACC into the makefile.

* Makefile.in (YACC): New variable, to be set by top-level Makefile.

31 years ago* alloc.c (emacs_blocked_malloc, emacs_blocked_realloc): Cast the
Jim Blandy [Wed, 9 Jun 1993 03:55:55 +0000 (03:55 +0000)]
* alloc.c (emacs_blocked_malloc, emacs_blocked_realloc): Cast the
return values of malloc and realloc, to placate compilers.

31 years ago(dired-flag-auto-save-files): Ignore `*' added by ls -F.
Richard M. Stallman [Tue, 8 Jun 1993 22:54:46 +0000 (22:54 +0000)]
(dired-flag-auto-save-files): Ignore `*' added by ls -F.

31 years ago(INTERVAL_WRITABLE_P): Fix backwards tests.
Richard M. Stallman [Tue, 8 Jun 1993 21:08:56 +0000 (21:08 +0000)]
(INTERVAL_WRITABLE_P): Fix backwards tests.

31 years agoInitial revision
Melissa Weisshaus [Tue, 8 Jun 1993 20:59:11 +0000 (20:59 +0000)]
Initial revision

31 years ago(sc-mark): Use mark-marker.
Richard M. Stallman [Tue, 8 Jun 1993 16:28:28 +0000 (16:28 +0000)]
(sc-mark): Use mark-marker.

31 years agoRewrite by author; mostly rearrangements.
Richard M. Stallman [Tue, 8 Jun 1993 16:25:02 +0000 (16:25 +0000)]
Rewrite by author; mostly rearrangements.

31 years ago* configure.in: Remove extra ;; from hpux cases.
Jim Blandy [Tue, 8 Jun 1993 07:21:54 +0000 (07:21 +0000)]
* configure.in: Remove extra ;; from hpux cases.

31 years ago* configure.in (CFLAGS): Don't set this according to the value of
Jim Blandy [Tue, 8 Jun 1993 07:18:40 +0000 (07:18 +0000)]
* configure.in (CFLAGS): Don't set this according to the value of
the GCC shell variable.  Instead, consult the machine and system
files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
test __GNUC__ while we're at it.

* configure.in: Check to see if the system has -ldnet.

31 years ago* configure.in (machine): Fix the versions in hpux version number test.
Jim Blandy [Tue, 8 Jun 1993 07:17:32 +0000 (07:17 +0000)]
* configure.in (machine): Fix the versions in hpux version number test.
Do not guess based on cpu type.  Do check for explicit system version.

31 years ago* wakeup.c: Include sys/types.h, too; I think that's where time_t
Jim Blandy [Tue, 8 Jun 1993 07:15:01 +0000 (07:15 +0000)]
* wakeup.c: Include sys/types.h, too; I think that's where time_t
comes from, not sys/time.h.

31 years ago* config.h.in (HAVE_LIBDNET): New macro, to be defined by
Jim Blandy [Tue, 8 Jun 1993 07:00:13 +0000 (07:00 +0000)]
* config.h.in (HAVE_LIBDNET): New macro, to be defined by
../configure.
* m/pmax.h (LIBS_MACHINE): Only put "-ldnet" here if HAVE_LIBDNET
is #defined.

31 years ago* ymakefile (C_DEBUG_SWITCH, C_OPTIMIZE_SWITCH): Remove these;
Jim Blandy [Tue, 8 Jun 1993 06:59:37 +0000 (06:59 +0000)]
* ymakefile (C_DEBUG_SWITCH, C_OPTIMIZE_SWITCH): Remove these;
people shouldn't edit this file to choose optimization and
debugging switches anyway.  ../configure will set CFLAGS to an
appropriate default, which they will be able to override.
* Makefile.in (xmakefile): Don't try to turn -g and -O in
CFLAGS into C_DEBUG_SWITCH and C_OPTIMIZE_SWITCH.  CFLAGS should
be the sole source of such switches, so that setting CFLAGS
controls them completely.

31 years ago#undef static.
Richard M. Stallman [Tue, 8 Jun 1993 06:20:56 +0000 (06:20 +0000)]
#undef static.

31 years ago(Fforward_comment): Set point to where scan stops,
Richard M. Stallman [Tue, 8 Jun 1993 06:12:08 +0000 (06:12 +0000)]
(Fforward_comment): Set point to where scan stops,
thus moving acros whitespace.  When moving fwd, treat Sendcomment
as whitespace; likewise for Scomment when moving back.
(scan_sexps_forward): New arg COMMENTSTOP.
(Fparse_partial_sexp): Likewise.

31 years ago(fortran-indent-new-line): Renamed from
Richard M. Stallman [Tue, 8 Jun 1993 05:25:19 +0000 (05:25 +0000)]
(fortran-indent-new-line): Renamed from
fortran-reindent-then-newline-and-indent.