bpt/emacs.git
30 years ago(sort_overlays): Allow for null window.
Karl Heuer [Thu, 24 Feb 1994 19:08:19 +0000 (19:08 +0000)]
(sort_overlays): Allow for null window.

30 years agoDon't force os=-hpux for hp9k2... and hp9k3...
Richard M. Stallman [Thu, 24 Feb 1994 18:06:41 +0000 (18:06 +0000)]
Don't force os=-hpux for hp9k2... and hp9k3...

30 years ago(x_window): Call XChangeWindowAttributes with the standard
Fred Pierresteguy [Thu, 24 Feb 1994 12:54:54 +0000 (12:54 +0000)]
(x_window): Call XChangeWindowAttributes with the standard
event set to make all these events reach the Emacs frame.

30 years ago(Fx_popup_menu): Allow t as position, meaning use mouse pos.
Richard M. Stallman [Thu, 24 Feb 1994 08:07:16 +0000 (08:07 +0000)]
(Fx_popup_menu): Allow t as position, meaning use mouse pos.
Allow nil as position, meaning just precompute equiv-key data.
Mouse events have coords in pixel units.

(menu_item_equiv_key): Cached equiv-key data is a sublist.

Most of file rewritten.
(menu_items, menu_items_*): New variables.
(MENU_ITEMS_*): New macros.
(init_menu_items, discard_menu_items, push_menu_pane, push_menu_item)
(finish_menu_items): New functions.
(menu_item_enabled_p): New function.
(keymap_panes, single_keymap_panes): Major rewrite; most args changed.
(list_of_panes, list_of_items): Major rewrite; most args changed.
(Fx_popup_menu): Major rewrite.  Now independent of display mechanism.
No more conditionals here.
(set_menu_items, free_menu_items): Functions deleted.
(xmenu_show): Both versions rewritten to work from menu_items
and to do all the conditionalized things that were in Fx_popup_menu.
(unread_menu_bar_button, other_menu_bar_item_p): New functions.
(check_mouse_other_menu_bar): New function.

30 years ago(Fy_or_n_p): Use a popup menu if reached via mouse command.
Richard M. Stallman [Thu, 24 Feb 1994 08:02:10 +0000 (08:02 +0000)]
(Fy_or_n_p): Use a popup menu if reached via mouse command.
(Fyes_or_no_p): Likewise.

30 years ago(mouse_get_pos): Don't convert to glyph units.
Richard M. Stallman [Thu, 24 Feb 1994 06:22:50 +0000 (06:22 +0000)]
(mouse_get_pos): Don't convert to glyph units.

30 years ago(construct_mouse_click): Don't convert to glyph units.
Richard M. Stallman [Thu, 24 Feb 1994 06:22:23 +0000 (06:22 +0000)]
(construct_mouse_click): Don't convert to glyph units.
(XTmouse_position): Don't convert to glyph units.

(XTmouse_position): Use x_any_window_to_frame.

30 years ago(Fmouse_position): Convert to glyph units.
Richard M. Stallman [Thu, 24 Feb 1994 06:20:30 +0000 (06:20 +0000)]
(Fmouse_position): Convert to glyph units.

30 years ago(make_lispy_movement, make_lispy_event):
Richard M. Stallman [Thu, 24 Feb 1994 06:19:34 +0000 (06:19 +0000)]
(make_lispy_movement, make_lispy_event):
In non-scrollbar mouse case, return coords in pixel units.

30 years ago(ELF_BSS_SECTION_NAME): New macro (config.h may override).
Richard M. Stallman [Thu, 24 Feb 1994 05:40:30 +0000 (05:40 +0000)]
(ELF_BSS_SECTION_NAME): New macro (config.h may override).
(unexec): Use it.

30 years ago(Fkill_buffer): Call the Vkill_buffer_query_functions.
Richard M. Stallman [Thu, 24 Feb 1994 05:34:16 +0000 (05:34 +0000)]
(Fkill_buffer): Call the Vkill_buffer_query_functions.
(syms_of_buffer): Make Lisp var for kill-buffer-query-functions.

30 years ago(kill-emacs-query-functions): New variable.
Richard M. Stallman [Thu, 24 Feb 1994 04:00:41 +0000 (04:00 +0000)]
(kill-emacs-query-functions): New variable.
(save-buffers-kill-emacs): Use it.

30 years ago(Info-build-node-completions): Add a call to widen.
Richard M. Stallman [Thu, 24 Feb 1994 03:25:46 +0000 (03:25 +0000)]
(Info-build-node-completions): Add a call to widen.
(Info-goto-emacs-command-node): Fix paren error.  Fix typo in message.
(Info-restore-point): Use iteration instead of recursion.

30 years ago(debug, debug-on-entry): Doc strings.
Richard M. Stallman [Wed, 23 Feb 1994 23:17:34 +0000 (23:17 +0000)]
(debug, debug-on-entry): Doc strings.

30 years ago*** empty log message ***
Karl Heuer [Wed, 23 Feb 1994 23:04:30 +0000 (23:04 +0000)]
*** empty log message ***

30 years agoInclude usg5-4.h.
Richard M. Stallman [Wed, 23 Feb 1994 19:47:45 +0000 (19:47 +0000)]
Include usg5-4.h.
(LIBS_SYSTEM, LINKER, START_FILES, LIB_STANDARD): Definitions moved here.

30 years ago[NEWSOS5] (C_DEBUG_SWITCH, C_OPTIMIZE_SWITCH)
Richard M. Stallman [Wed, 23 Feb 1994 19:47:30 +0000 (19:47 +0000)]
[NEWSOS5] (C_DEBUG_SWITCH, C_OPTIMIZE_SWITCH)
(LD_SWITCH_MACHINE): Definitions moved here.

30 years agoNEWSOS5 conditional deleted.
Richard M. Stallman [Wed, 23 Feb 1994 19:47:11 +0000 (19:47 +0000)]
NEWSOS5 conditional deleted.
[NEWSOS5] (START_FILES, LIB_STANDARD, C_DEBUG_SWITCH)
(C_OPTIMIZE_SWITCH, LD_SWITCH_MACHINE): Definitions moved away.

30 years ago(byte-compile-file): Return nil on failure.
Karl Heuer [Wed, 23 Feb 1994 19:17:57 +0000 (19:17 +0000)]
(byte-compile-file): Return nil on failure.

30 years ago(main, get_time): Don't crash on invalid input.
Karl Heuer [Wed, 23 Feb 1994 17:43:05 +0000 (17:43 +0000)]
(main, get_time): Don't crash on invalid input.

30 years ago(jka-compr-partial-uncompress): Make dd give you
Richard M. Stallman [Wed, 23 Feb 1994 16:18:10 +0000 (16:18 +0000)]
(jka-compr-partial-uncompress): Make dd give you
one more block than you think you need.

(jka-compr-dd-blocksize): Change default value to 256.

30 years ago*** empty log message ***
Richard M. Stallman [Wed, 23 Feb 1994 08:39:25 +0000 (08:39 +0000)]
*** empty log message ***

30 years ago(posn-x-y): New function.
Richard M. Stallman [Wed, 23 Feb 1994 05:08:28 +0000 (05:08 +0000)]
(posn-x-y): New function.
(posn-col-row): Convert coords from pixels to glyph units.

30 years agoRemoved all support for Emacs-18:
Richard M. Stallman [Wed, 23 Feb 1994 03:57:07 +0000 (03:57 +0000)]
Removed all support for Emacs-18:
Removed autoload for `backquote'.
Removed arglist specifications for `documentation' and `fset'.
(ad-emacs19-p, ad-use-jwz-compiler): Removed these variables.
(ad-lemacs-p, ad-v19-compiled-p, ad-subr-arglist,
ad-make-advised-docstring): Removed reference to `ad-emacs19-p'.
(ad-compiled-p): Renamed from `ad-v19-compiled-p'.  Removed old
definition of `ad-compiled-p'.
(ad-compiled-code): Renamed from `ad-v19-compiled-code'.
(ad-arglists, ad-docstring, ad-interactive-form): Use new names.
(ad-body-forms): Always return nil for compiled definitions.
(ad-compile-function): Simplified, because the v19 incarnation of
`byte-compile' can compile macros.
(ad-real-byte-codify): Removed.
(ad-execute-defadvices): Removed. The `defadvice's it contained
are now at the top level.
(ad-advised-byte-code-definition): Renamed to `ad-advised-byte-code'
and removed the definition of `ad-advised-byte-code' via `fset'.
(ad-advised-byte-code-definition, ad-recover-byte-code,
ad-stop-advice, ad-recover-normality): Removed
`ad-real-byte-codify'-cation of their definitions.
(ad-adjust-stack-sizes): Removed.
(ad-enable-definition-hooks, ad-disable-definition-hooks):
Removed v19 conditionalization.

Fixed the problematic interaction between the
byte-compiler and Advice when `ad-activate-on-definition' was t which
resulted in erroneous compilation of nested `defun/defmacro's:
(byte-compile-from-buffer, byte-compile-top-level): Advised
to temporarily deactivate the advice of `defun/defmacro'.
(ad-advised-definers, ad-advised-byte-compilers): New variables.
(ad-enable-definition-hooks, ad-disable-definition-hooks):
En/disable the advised byte-compiler entry points.

(defadvice): Implement a `freeze' option which expands
the `defadvice' into a redefining and dumpable `defun/defmacro'
whose documentation can be written to the `DOC' file. Frozen
advices cannot be undone, hence, they do not need any Advice
runtime support.
(ad-defadvice-flags): Add `freeze' flag.
(ad-make-advised-docstring, ad-make-single-advice-docstring):
New STYLE option for `plain' and `freeze' styles. Slightly
changed the default formatting of advised docstrings.
(ad-make-plain-docstring, ad-make-freeze-docstring): New functions.

(ad-recover-all, ad-scan-byte-code-for-fsets):
Removed unused condition variable `ignore-errors'.

(ad-save-real-definition): New macro to save real
definitions of functions used by Advice.
Use `ad-save-real-definition' to save definitions of `fset',
`byte-code' and now also `documentation'.
(ad-subr-arglist, ad-docstring, ad-make-advised-docstring):
Use `ad-real-documentation' to avoid interference with the
advised version of `documentation'.

(ad-execute-defadvices): Copy advice infos.

(ad-start-advice-on-load): Default changed to t.

30 years agoFix calendar-cursor-to-date to handle starred days correctly.
Edward M. Reingold [Wed, 23 Feb 1994 02:38:23 +0000 (02:38 +0000)]
Fix calendar-cursor-to-date to handle starred days correctly.

30 years ago(Finsert_file_contents): If REPLACE, always do lseek.
Richard M. Stallman [Wed, 23 Feb 1994 00:33:13 +0000 (00:33 +0000)]
(Finsert_file_contents): If REPLACE, always do lseek.
Exit main loop if INSERTED reaches TOTAL.

30 years ago(rmail-insert-inbox-text): Recognize the spool directory even if symlinks are
Karl Heuer [Wed, 23 Feb 1994 00:29:43 +0000 (00:29 +0000)]
(rmail-insert-inbox-text): Recognize the spool directory even if symlinks are
present.

30 years agoNew variable docdir to control where the docstring file goes.
Karl Heuer [Tue, 22 Feb 1994 23:57:13 +0000 (23:57 +0000)]
New variable docdir to control where the docstring file goes.

30 years agoUse docdir to initialize PATH_DOC in paths.h.
Karl Heuer [Tue, 22 Feb 1994 23:56:15 +0000 (23:56 +0000)]
Use docdir to initialize PATH_DOC in paths.h.

30 years agoNew path PATH_DOC for doc-directory.
Karl Heuer [Tue, 22 Feb 1994 23:51:48 +0000 (23:51 +0000)]
New path PATH_DOC for doc-directory.

30 years ago(syms_of_callproc): New variable Vdoc_directory.
Karl Heuer [Tue, 22 Feb 1994 23:50:27 +0000 (23:50 +0000)]
(syms_of_callproc): New variable Vdoc_directory.
(init_callproc_1): Initialize it.

30 years ago(get_doc_string, Snarf_documentation): Use new variable doc_directory.
Karl Heuer [Tue, 22 Feb 1994 23:49:01 +0000 (23:49 +0000)]
(get_doc_string, Snarf_documentation): Use new variable doc_directory.

30 years agoNew variable doc_directory.
Karl Heuer [Tue, 22 Feb 1994 23:46:42 +0000 (23:46 +0000)]
New variable doc_directory.

30 years agoWhen --run-in-place, don't inherit archlibdir.
Karl Heuer [Tue, 22 Feb 1994 21:54:40 +0000 (21:54 +0000)]
When --run-in-place, don't inherit archlibdir.

30 years agoMove extern declarations to top of file.
Karl Heuer [Tue, 22 Feb 1994 19:43:28 +0000 (19:43 +0000)]
Move extern declarations to top of file.

30 years ago(get_time): Simplify; avoid calling index.
Karl Heuer [Tue, 22 Feb 1994 19:22:11 +0000 (19:22 +0000)]
(get_time): Simplify; avoid calling index.
(main): exit on EOF.

30 years ago(calendar-cursor-to-date): Fix search string so it
Richard M. Stallman [Tue, 22 Feb 1994 04:46:12 +0000 (04:46 +0000)]
(calendar-cursor-to-date): Fix search string so it
correctly moves past a starred date.

30 years ago(make_lispy_event): For menu bar event in USE_X_TOOLKIT
Richard M. Stallman [Tue, 22 Feb 1994 00:45:38 +0000 (00:45 +0000)]
(make_lispy_event): For menu bar event in USE_X_TOOLKIT
case, convert x position to glyphs after map_event_to_object.
Call window_from_coordinates later on.

30 years ago(construct_menu_click): Undo previous change.
Richard M. Stallman [Tue, 22 Feb 1994 00:43:04 +0000 (00:43 +0000)]
(construct_menu_click): Undo previous change.

30 years ago(x_had_errors_p): New function.
Richard M. Stallman [Mon, 21 Feb 1994 21:54:33 +0000 (21:54 +0000)]
(x_had_errors_p): New function.
(construct_menu_click): Convert x pos from pixels to glyphs.
Move function after pixel_to_glyph_coords.

[!USE_X_TOOLKIT] (x_any_window_to_frame):
Define as x_window_to_frame.

30 years ago(get_keyelt): Cached equiv-key data is now a sublist.
Richard M. Stallman [Mon, 21 Feb 1994 21:50:02 +0000 (21:50 +0000)]
(get_keyelt): Cached equiv-key data is now a sublist.

30 years agoWhitespace change.
Richard M. Stallman [Mon, 21 Feb 1994 21:41:01 +0000 (21:41 +0000)]
Whitespace change.

30 years ago(shrink-window-if-larger-than-buffer): Don't shrink if the window that would
Karl Heuer [Mon, 21 Feb 1994 21:40:59 +0000 (21:40 +0000)]
(shrink-window-if-larger-than-buffer): Don't shrink if the window that would
expand is the minibuffer.

30 years ago(single_keymap_panes): Properly skip help-string if any.
Richard M. Stallman [Mon, 21 Feb 1994 06:46:09 +0000 (06:46 +0000)]
(single_keymap_panes): Properly skip help-string if any.
Rename item2 to item_string.
GCPRO some things.
(menu_item_equiv_key): Use either VECTORP or STRINGP, not both.

30 years ago(picture-mode-map): Replace delete-backward-char
Richard M. Stallman [Mon, 21 Feb 1994 02:49:58 +0000 (02:49 +0000)]
(picture-mode-map): Replace delete-backward-char
like backward-delete-char-untabify.

30 years agoMove config.h after system includes.
Roland McGrath [Sun, 20 Feb 1994 19:45:18 +0000 (19:45 +0000)]
Move config.h after system includes.

30 years ago[BSD]: #undef WCOREDUMP before defining it.
Roland McGrath [Sun, 20 Feb 1994 19:34:12 +0000 (19:34 +0000)]
[BSD]: #undef WCOREDUMP before defining it.

30 years ago(BSD_PGRPS): Add #undef.
Richard M. Stallman [Sun, 20 Feb 1994 07:10:37 +0000 (07:10 +0000)]
(BSD_PGRPS): Add #undef.

(TAB3): Defined.
(NEED_ERRNO, NO_TERMIO, HAVE_TERMIOS, HAVE_UNION_WAIT): Defined.

30 years ago(install-arch-dep, install-arch-indep):
Richard M. Stallman [Sun, 20 Feb 1994 03:25:09 +0000 (03:25 +0000)]
(install-arch-dep, install-arch-indep):
New targets split up former do-install rule.
(do-install): Target deleted.

30 years ago(Fframe_visible_p): Do FRAME_SAMPLE_VISIBILITY first.
Richard M. Stallman [Sun, 20 Feb 1994 02:50:13 +0000 (02:50 +0000)]
(Fframe_visible_p): Do FRAME_SAMPLE_VISIBILITY first.

30 years ago(x_window_to_frame): Add parens for clarity.
Richard M. Stallman [Sat, 19 Feb 1994 22:57:12 +0000 (22:57 +0000)]
(x_window_to_frame): Add parens for clarity.

30 years ago(XTread_socket--cases KeyPress, EnterNotify, LeaveNotify)
Richard M. Stallman [Sat, 19 Feb 1994 22:56:21 +0000 (22:56 +0000)]
(XTread_socket--cases KeyPress, EnterNotify, LeaveNotify)
(cases FocusIn, FocusOut): Use x_any_window_to_frame.

30 years ago*** empty log message ***
Richard M. Stallman [Sat, 19 Feb 1994 20:53:26 +0000 (20:53 +0000)]
*** empty log message ***

30 years ago(get_keyelt): Discard keyboard equivalents
Richard M. Stallman [Sat, 19 Feb 1994 06:29:30 +0000 (06:29 +0000)]
(get_keyelt): Discard keyboard equivalents
stored in a menu keymap element.

30 years agoFind and display keyboard equivalents of menu items.
Richard M. Stallman [Sat, 19 Feb 1994 06:29:10 +0000 (06:29 +0000)]
Find and display keyboard equivalents of menu items.
(menu_item_equiv_key): New function.
(single_keymap_panes): Call it.

30 years ago(calendar-string-to-mayan-long-count): Don't
Richard M. Stallman [Sat, 19 Feb 1994 02:05:53 +0000 (02:05 +0000)]
(calendar-string-to-mayan-long-count): Don't
assume that periods must end numbers.  Look for digit runs explicitly.

30 years ago(substitute-key-definition): Don't discard menu strings.
Richard M. Stallman [Sat, 19 Feb 1994 00:01:46 +0000 (00:01 +0000)]
(substitute-key-definition): Don't discard menu strings.

30 years ago(lisp-complete-symbol): Doc fix.
Richard M. Stallman [Fri, 18 Feb 1994 23:51:41 +0000 (23:51 +0000)]
(lisp-complete-symbol): Doc fix.

30 years ago(mouse-delete-max-match): Set len properly.
Richard M. Stallman [Fri, 18 Feb 1994 23:51:12 +0000 (23:51 +0000)]
(mouse-delete-max-match): Set len properly.

30 years agoInitial revision
Richard M. Stallman [Fri, 18 Feb 1994 22:50:05 +0000 (22:50 +0000)]
Initial revision

30 years agoComment changes.
Richard M. Stallman [Fri, 18 Feb 1994 22:42:29 +0000 (22:42 +0000)]
Comment changes.

30 years agoInitial revision
Richard M. Stallman [Fri, 18 Feb 1994 22:40:27 +0000 (22:40 +0000)]
Initial revision

30 years ago*** empty log message ***
Fred Pierresteguy [Fri, 18 Feb 1994 22:38:14 +0000 (22:38 +0000)]
*** empty log message ***

30 years ago(Fx_parse_geometry): Don't call check_x.
Richard M. Stallman [Fri, 18 Feb 1994 20:11:20 +0000 (20:11 +0000)]
(Fx_parse_geometry): Don't call check_x.

30 years ago(gud-mode): Define C-c C-l in gud buffer.
Richard M. Stallman [Fri, 18 Feb 1994 20:10:05 +0000 (20:10 +0000)]
(gud-mode): Define C-c C-l in gud buffer.

30 years agoComment change.
Richard M. Stallman [Fri, 18 Feb 1994 19:46:53 +0000 (19:46 +0000)]
Comment change.

30 years agoInitial revision
Richard M. Stallman [Fri, 18 Feb 1994 19:46:18 +0000 (19:46 +0000)]
Initial revision

30 years agoentered into RCS
Fred Pierresteguy [Fri, 18 Feb 1994 13:38:55 +0000 (13:38 +0000)]
entered into RCS

30 years ago*** empty log message ***
Fred Pierresteguy [Fri, 18 Feb 1994 13:24:41 +0000 (13:24 +0000)]
*** empty log message ***

30 years ago(popup_selection_callback): Clean up code. Remove code in #if 0 directive.
Fred Pierresteguy [Fri, 18 Feb 1994 11:03:38 +0000 (11:03 +0000)]
(popup_selection_callback): Clean up code. Remove code in #if 0 directive.
(popup_down_callback): Likewise.

30 years ago(gnu_bits): Use unsigned char.
Richard M. Stallman [Fri, 18 Feb 1994 06:28:50 +0000 (06:28 +0000)]
(gnu_bits): Use unsigned char.

30 years ago(unshow_buffer): Unconditionally set last_window_start.
Richard M. Stallman [Fri, 18 Feb 1994 06:10:23 +0000 (06:10 +0000)]
(unshow_buffer): Unconditionally set last_window_start.

30 years ago(vc-lookup-triple): Yield nil, not "", if NAME is nil.
Paul Eggert [Fri, 18 Feb 1994 02:51:33 +0000 (02:51 +0000)]
(vc-lookup-triple): Yield nil, not "", if NAME is nil.
Otherwise vc-revert-buffer fails with SCCS.

30 years ago(Fdelete_other_windows): Don't call Frecenter;
Richard M. Stallman [Fri, 18 Feb 1994 01:12:10 +0000 (01:12 +0000)]
(Fdelete_other_windows): Don't call Frecenter;
do it by hand and avoid setting w->force_start.

30 years ago(dumpglyphs): Try various alternatives for foreground color
Richard M. Stallman [Fri, 18 Feb 1994 01:01:51 +0000 (01:01 +0000)]
(dumpglyphs): Try various alternatives for foreground color
of a glyph with the cursor on it.

30 years agoComment changes.
Richard M. Stallman [Thu, 17 Feb 1994 23:33:02 +0000 (23:33 +0000)]
Comment changes.

30 years ago*** empty log message ***
Richard M. Stallman [Thu, 17 Feb 1994 23:32:05 +0000 (23:32 +0000)]
*** empty log message ***

30 years ago(ange-ftp-insert-file-contents): New arg REPLACE.
Richard M. Stallman [Thu, 17 Feb 1994 23:19:36 +0000 (23:19 +0000)]
(ange-ftp-insert-file-contents): New arg REPLACE.

30 years ago*** empty log message ***
Fred Pierresteguy [Thu, 17 Feb 1994 22:09:05 +0000 (22:09 +0000)]
*** empty log message ***

30 years agoDelete the code to enable menu bars.
Richard M. Stallman [Thu, 17 Feb 1994 22:01:45 +0000 (22:01 +0000)]
Delete the code to enable menu bars.

30 years ago(defun-prompt-regexp): Now a user variable.
Richard M. Stallman [Thu, 17 Feb 1994 21:06:52 +0000 (21:06 +0000)]
(defun-prompt-regexp): Now a user variable.

30 years agoUse <...> for config.h.
Richard M. Stallman [Thu, 17 Feb 1994 20:05:33 +0000 (20:05 +0000)]
Use <...> for config.h.

30 years ago*** empty log message ***
Richard M. Stallman [Thu, 17 Feb 1994 20:02:50 +0000 (20:02 +0000)]
*** empty log message ***

30 years ago(Finsert_file_contents): Fix previous change.
Richard M. Stallman [Thu, 17 Feb 1994 19:23:59 +0000 (19:23 +0000)]
(Finsert_file_contents): Fix previous change.

30 years ago(mail-mailer-swallows-blank-line): Fix regexp typo.
Richard M. Stallman [Thu, 17 Feb 1994 19:04:07 +0000 (19:04 +0000)]
(mail-mailer-swallows-blank-line): Fix regexp typo.
Check for apparent header line as well as for leading whitespace.

30 years ago* etags.c (--absolute-pathnames): this option removed.
Francesco Potortì [Thu, 17 Feb 1994 18:01:38 +0000 (18:01 +0000)]
* etags.c (--absolute-pathnames): this option removed.

30 years ago(Finsert_file_contents): New arg REPLACE.
Richard M. Stallman [Thu, 17 Feb 1994 08:38:34 +0000 (08:38 +0000)]
(Finsert_file_contents): New arg REPLACE.
New feature to replace buffer contents with file contents.

30 years ago(revert-buffer): Use new insert-file-contents replace arg.
Richard M. Stallman [Thu, 17 Feb 1994 08:19:58 +0000 (08:19 +0000)]
(revert-buffer): Use new insert-file-contents replace arg.

30 years agointerpreter-mode-alist: Add modes for awk, gawk, and scm scripts.
Noah Friedman [Thu, 17 Feb 1994 05:52:56 +0000 (05:52 +0000)]
interpreter-mode-alist: Add modes for awk, gawk, and scm scripts.

30 years ago(child_setup_tty): Typo in previous change.
Richard M. Stallman [Thu, 17 Feb 1994 05:40:07 +0000 (05:40 +0000)]
(child_setup_tty): Typo in previous change.

30 years ago(time-stamp-start): Allow more white space
Richard M. Stallman [Thu, 17 Feb 1994 03:44:17 +0000 (03:44 +0000)]
(time-stamp-start): Allow more white space
between keyword and time stamp.

30 years agoentered into RCS
Richard M. Stallman [Thu, 17 Feb 1994 03:36:11 +0000 (03:36 +0000)]
entered into RCS

30 years ago(unexec): Add cast to result of `sbrk'.
Richard M. Stallman [Thu, 17 Feb 1994 03:32:02 +0000 (03:32 +0000)]
(unexec): Add cast to result of `sbrk'.

30 years ago(EMACS_TTY_TABS_OK): Alternate definition if no TABDLY.
Richard M. Stallman [Thu, 17 Feb 1994 03:21:36 +0000 (03:21 +0000)]
(EMACS_TTY_TABS_OK): Alternate definition if no TABDLY.

30 years ago(child_setup_tty): Use IUCLC, OLCUC, NLDLY only if defined.
Richard M. Stallman [Thu, 17 Feb 1994 03:20:17 +0000 (03:20 +0000)]
(child_setup_tty): Use IUCLC, OLCUC, NLDLY only if defined.

30 years ago(BSD_PGRPS): Defined.
Richard M. Stallman [Thu, 17 Feb 1994 03:07:50 +0000 (03:07 +0000)]
(BSD_PGRPS): Defined.

30 years ago(main): Test BSD_PGRPS, not BSD.
Richard M. Stallman [Thu, 17 Feb 1994 03:00:56 +0000 (03:00 +0000)]
(main): Test BSD_PGRPS, not BSD.

30 years ago(init_sys_modes, reset_sys_modes): Test BSD_PGRPS.
Richard M. Stallman [Thu, 17 Feb 1994 02:59:48 +0000 (02:59 +0000)]
(init_sys_modes, reset_sys_modes): Test BSD_PGRPS.
(narrow_foreground_group, widen_foreground_group): Define if BSD_PGRPS.

30 years ago(mips-sony-newsos*): New configuration.
Richard M. Stallman [Thu, 17 Feb 1994 02:18:09 +0000 (02:18 +0000)]
(mips-sony-newsos*): New configuration.

30 years ago(rs6000-bull-bosx*): New configuration.
Fred Pierresteguy [Thu, 17 Feb 1994 02:13:55 +0000 (02:13 +0000)]
(rs6000-bull-bosx*): New configuration.