bpt/emacs.git
28 years ago(run-scheme): Use pop-to-buffer.
Richard M. Stallman [Wed, 16 Aug 1995 14:39:29 +0000 (14:39 +0000)]
(run-scheme): Use pop-to-buffer.
Add *scheme* to same-window-buffer-names.

28 years ago(run-scheme): Use pop-to-buffer.
Richard M. Stallman [Wed, 16 Aug 1995 14:39:12 +0000 (14:39 +0000)]
(run-scheme): Use pop-to-buffer.

28 years ago(RANLIB): Get this var from configure.
Richard M. Stallman [Wed, 16 Aug 1995 14:20:19 +0000 (14:20 +0000)]
(RANLIB): Get this var from configure.

28 years ago(sh-mode-map): Use new name skeleton-pair-insert-maybe.
Karl Heuer [Tue, 15 Aug 1995 20:05:12 +0000 (20:05 +0000)]
(sh-mode-map): Use new name skeleton-pair-insert-maybe.
(sh-mode): Use new names skeleton-pair-alist, skeleton-pair-filter.

28 years ago(sh-test): New variable.
Karl Heuer [Tue, 15 Aug 1995 19:50:12 +0000 (19:50 +0000)]
(sh-test): New variable.
(sh-if, sh-until, sh-while): Use it.
(sh-while-getopts): Handle csh passably well.
(sh-font-lock-keywords): Use `font-lock-variable-name-face'.
(sh-set-shell): Respect `font-lock-maximum-decoration'.

28 years ago(skeleton-pair-insert-maybe): Plain insert in Ovwrt mode
Karl Heuer [Tue, 15 Aug 1995 19:49:46 +0000 (19:49 +0000)]
(skeleton-pair-insert-maybe): Plain insert in Ovwrt mode
(skeleton-insert): If skeleton doesn't fit in window, put beginning
at top before going to _ point.
(skeleton-internal-list): Rewritten so that resume: sections pertain
only to inferior skeletons and make str available there
(skeleton-read): Don't quit and remove partial skeleton when empty
string entered for outer iterator.  Added implicit argument `input'.
(define-skeleton, skeleton-insert, skeleton-internal-list): Use `x
rather than backquote's (` x) or own (list 'x)

28 years ago(sort_args): Initialize best_priority smaller than any
Karl Heuer [Tue, 15 Aug 1995 18:49:20 +0000 (18:49 +0000)]
(sort_args): Initialize best_priority smaller than any
actual priority.

28 years agoComment change.
Richard M. Stallman [Tue, 15 Aug 1995 12:31:33 +0000 (12:31 +0000)]
Comment change.

28 years ago(sc-attribs-extract-namestring): If name has <...>,
Richard M. Stallman [Tue, 15 Aug 1995 12:30:59 +0000 (12:30 +0000)]
(sc-attribs-extract-namestring): If name has <...>,
treat everything before that as the full name.

28 years agoChanges for Linux and LynxOS.
Per Bothner [Tue, 15 Aug 1995 02:33:42 +0000 (02:33 +0000)]
Changes for Linux and LynxOS.

28 years ago*** empty log message ***
Karl Heuer [Tue, 15 Aug 1995 01:50:33 +0000 (01:50 +0000)]
*** empty log message ***

28 years agoRewrite as a minor mode.
Karl Heuer [Tue, 15 Aug 1995 01:49:17 +0000 (01:49 +0000)]
Rewrite as a minor mode.

28 years ago(vip-set-hooks): Use view-mode-hook, not view-hook.
Karl Heuer [Mon, 14 Aug 1995 21:56:42 +0000 (21:56 +0000)]
(vip-set-hooks): Use view-mode-hook, not view-hook.

28 years ago(Fcall_process_region): Pass new arg to Fwrite_region.
Richard M. Stallman [Mon, 14 Aug 1995 17:26:50 +0000 (17:26 +0000)]
(Fcall_process_region): Pass new arg to Fwrite_region.

28 years ago(Fwrite_region): New arg lockname.
Richard M. Stallman [Mon, 14 Aug 1995 17:26:27 +0000 (17:26 +0000)]
(Fwrite_region): New arg lockname.
(auto_save_1): Pass new arg.

28 years ago(basic-save-buffer-1): Pass new arg to write-region.
Richard M. Stallman [Mon, 14 Aug 1995 17:24:21 +0000 (17:24 +0000)]
(basic-save-buffer-1): Pass new arg to write-region.

28 years ago(standard_args): Fix previous change.
Richard M. Stallman [Mon, 14 Aug 1995 17:13:38 +0000 (17:13 +0000)]
(standard_args): Fix previous change.

28 years ago(insert-file-contents-literally): New function.
Richard M. Stallman [Mon, 14 Aug 1995 16:05:46 +0000 (16:05 +0000)]
(insert-file-contents-literally): New function.
(find-file-noselect): Use it if new optional argument `rawfile' is non-nil.

28 years ago(command-line-1): Add option --eval to evalute an
Richard M. Stallman [Mon, 14 Aug 1995 16:05:12 +0000 (16:05 +0000)]
(command-line-1): Add option --eval to evalute an
expression on the command line and print the result.

28 years ago(standard_args): Add option --eval to evalute an
Richard M. Stallman [Mon, 14 Aug 1995 16:04:48 +0000 (16:04 +0000)]
(standard_args): Add option --eval to evalute an
expression on the command line and print the result.

28 years ago(forms-check-number-of-fields): New vbl.
Richard M. Stallman [Mon, 14 Aug 1995 06:45:37 +0000 (06:45 +0000)]
(forms-check-number-of-fields): New vbl.
(forms-mode): Don't issue warning if vbl says not to.

28 years ago(recover-file): It's ok if the visited file doesn't exist.
Richard M. Stallman [Sun, 13 Aug 1995 16:48:13 +0000 (16:48 +0000)]
(recover-file): It's ok if the visited file doesn't exist.

(recover-session-finish): Compute "file name" from autosave file
if no visited file.

28 years ago(Fcancel_kbd_macro_events): New function.
Richard M. Stallman [Sun, 13 Aug 1995 15:47:11 +0000 (15:47 +0000)]
(Fcancel_kbd_macro_events): New function.
(syms_of_macros): defsubr it.

28 years ago(mouse-drag-region): Unread the up-event rather than execute it here.
Richard M. Stallman [Sun, 13 Aug 1995 15:46:10 +0000 (15:46 +0000)]
(mouse-drag-region): Unread the up-event rather than execute it here.

28 years ago(i*386-*-isc4.*): Set GCC_TEST_OPTIONS and NON_GCC_TEST_OPTIONS.
Richard M. Stallman [Sun, 13 Aug 1995 05:10:20 +0000 (05:10 +0000)]
(i*386-*-isc4.*): Set GCC_TEST_OPTIONS and NON_GCC_TEST_OPTIONS.

28 years ago(CFLAGS): When computing CFLAGS and REAL_CFLAGS
Richard M. Stallman [Sat, 12 Aug 1995 23:27:18 +0000 (23:27 +0000)]
(CFLAGS): When computing CFLAGS and REAL_CFLAGS
from config.h, use SPECIFIED_CFLAGS to get what the user specified.

(alpha-*-linux*): New configuration.

28 years ago(store_frame_param): Don't call set_menu_bar_lines if X.
Richard M. Stallman [Sat, 12 Aug 1995 23:26:21 +0000 (23:26 +0000)]
(store_frame_param): Don't call set_menu_bar_lines if X.

28 years ago(xrealloc): Change cast to match return type.
Karl Heuer [Sat, 12 Aug 1995 18:15:28 +0000 (18:15 +0000)]
(xrealloc): Change cast to match return type.

28 years ago(rmail-convert-file): Look back for ^_ only at bol.
Richard M. Stallman [Sat, 12 Aug 1995 09:23:54 +0000 (09:23 +0000)]
(rmail-convert-file): Look back for ^_ only at bol.

28 years ago(shell-command-on-region): Don't examine order of
Richard M. Stallman [Sat, 12 Aug 1995 09:22:04 +0000 (09:22 +0000)]
(shell-command-on-region): Don't examine order of
point and mark; use order of START and END instead.
Interactively pass point and mark, not region-beg and region-end.

28 years ago(TEXT_END, DATA_END): Fix the definitions.
Richard M. Stallman [Fri, 11 Aug 1995 23:47:16 +0000 (23:47 +0000)]
(TEXT_END, DATA_END): Fix the definitions.

28 years agoTest OSF1, not __osf1__.
Richard M. Stallman [Fri, 11 Aug 1995 23:45:53 +0000 (23:45 +0000)]
Test OSF1, not __osf1__.
(PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF, PTY_OPEN):
Define only if OSF1.

28 years ago(ORDINARY_LINK): Define only if __osf1__.
Richard M. Stallman [Fri, 11 Aug 1995 22:35:35 +0000 (22:35 +0000)]
(ORDINARY_LINK): Define only if __osf1__.

28 years agoInsert missing quote in help-font-lock-keywords.
Simon Marshall [Fri, 11 Aug 1995 08:52:42 +0000 (08:52 +0000)]
Insert missing quote in help-font-lock-keywords.

28 years ago(xmalloc, xrealloc): Use return-type long *.
Richard M. Stallman [Fri, 11 Aug 1995 01:44:00 +0000 (01:44 +0000)]
(xmalloc, xrealloc): Use return-type long *.

28 years ago(x_set_menu_bar_lines) [USE_X_TOOLKIT]: When turning
Richard M. Stallman [Fri, 11 Aug 1995 00:55:47 +0000 (00:55 +0000)]
(x_set_menu_bar_lines) [USE_X_TOOLKIT]: When turning
menu bar on, make sure next redisplay creates it.

28 years ago(Fformat): Limit minlen to avoid stack overflow.
Richard M. Stallman [Fri, 11 Aug 1995 00:54:44 +0000 (00:54 +0000)]
(Fformat): Limit minlen to avoid stack overflow.

28 years ago(doprnt): Error if %-width is too big.
Richard M. Stallman [Fri, 11 Aug 1995 00:42:28 +0000 (00:42 +0000)]
(doprnt): Error if %-width is too big.

28 years ago(ULIMIT_BREAK_VALUE, SEGMENT_MASK): Moved to intel386.h
Richard M. Stallman [Fri, 11 Aug 1995 00:41:00 +0000 (00:41 +0000)]
(ULIMIT_BREAK_VALUE, SEGMENT_MASK): Moved to intel386.h
(LIBS_SYSTEM): Define this instead of LIBS_MACHINE.

28 years ago[linux] (ULIMIT_BREAK_VALUE, SEGMENT_MASK): Moved from linux.h.
Richard M. Stallman [Fri, 11 Aug 1995 00:40:37 +0000 (00:40 +0000)]
[linux] (ULIMIT_BREAK_VALUE, SEGMENT_MASK): Moved from linux.h.

28 years ago[linux] (COFF, NO_TERMIO): Defined.
Richard M. Stallman [Fri, 11 Aug 1995 00:40:10 +0000 (00:40 +0000)]
[linux] (COFF, NO_TERMIO): Defined.
[linux] (TEXT_END, DATA_END): New definitions.

28 years ago(fatal_unexec): Use vfprintf, not _doprnt.
Richard M. Stallman [Fri, 11 Aug 1995 00:26:22 +0000 (00:26 +0000)]
(fatal_unexec): Use vfprintf, not _doprnt.

28 years ago(LIBS_DEBUG, START_FILES, LIBS_MACHINE): Define only if __osf1__.
Richard M. Stallman [Fri, 11 Aug 1995 00:22:47 +0000 (00:22 +0000)]
(LIBS_DEBUG, START_FILES, LIBS_MACHINE): Define only if __osf1__.

28 years ago(isearch-other-meta-char): Avoid bug checking whether
Richard M. Stallman [Thu, 10 Aug 1995 23:19:22 +0000 (23:19 +0000)]
(isearch-other-meta-char): Avoid bug checking whether
a key is defined in the function key map.
Call cancel-kbd-macro-events.

28 years ago(byte-compile-insert-header): Use 19.29, not 19.28.90
Richard M. Stallman [Thu, 10 Aug 1995 22:44:21 +0000 (22:44 +0000)]
(byte-compile-insert-header): Use 19.29, not 19.28.90
as limit for where dynamic docstrings are allowed.

(byte-compile-insert-header): New args inbuffer and
outbuffer.  Test byte-compile-dynamic-docstrings in the initially
current buffer.
(byte-compile-from-buffer): Add new args to byte-compile-insert-header.

28 years ago(server-buffer-done): Pause between client commands,
Richard M. Stallman [Thu, 10 Aug 1995 22:07:41 +0000 (22:07 +0000)]
(server-buffer-done): Pause between client commands,
but not after the last one.

28 years agoFix defvar equivalent expression.
Richard M. Stallman [Thu, 10 Aug 1995 20:31:27 +0000 (20:31 +0000)]
Fix defvar equivalent expression.

28 years agoAdd index and xref to variable-interactive.
Richard M. Stallman [Thu, 10 Aug 1995 20:25:30 +0000 (20:25 +0000)]
Add index and xref to variable-interactive.

28 years ago(vc-dired-reformat-line): Display eight character user names correctly.
Richard M. Stallman [Thu, 10 Aug 1995 19:46:16 +0000 (19:46 +0000)]
(vc-dired-reformat-line): Display eight character user names correctly.

28 years agoComment change.
Richard M. Stallman [Thu, 10 Aug 1995 18:55:44 +0000 (18:55 +0000)]
Comment change.

28 years agoComment change.
Richard M. Stallman [Thu, 10 Aug 1995 18:38:17 +0000 (18:38 +0000)]
Comment change.

28 years agoAdded Font Lock mode support.
Simon Marshall [Thu, 10 Aug 1995 15:24:09 +0000 (15:24 +0000)]
Added Font Lock mode support.

28 years agoRewrite texinfo-font-lock-keywords; don't fontify syntactically.
Simon Marshall [Thu, 10 Aug 1995 15:13:43 +0000 (15:13 +0000)]
Rewrite texinfo-font-lock-keywords; don't fontify syntactically.

28 years agoTweak fortran-font-lock-keywords-1.
Simon Marshall [Thu, 10 Aug 1995 14:04:25 +0000 (14:04 +0000)]
Tweak fortran-font-lock-keywords-1.

28 years agoFunctionality for font-lock-beginning-of-syntax-function to be used by font-lock...
Simon Marshall [Thu, 10 Aug 1995 13:57:18 +0000 (13:57 +0000)]
Functionality for font-lock-beginning-of-syntax-function to be used by font-lock-fontify-region when calculating the cache state.  Also wrap value of buffer-file-truename to guard against clash detection.  Also add scheme-font-lock-keywords.

28 years ago(interpreter-mode-alist): Delete autoload cookie.
Richard M. Stallman [Wed, 9 Aug 1995 22:42:34 +0000 (22:42 +0000)]
(interpreter-mode-alist): Delete autoload cookie.

28 years ago(lock_file): Use get_truename_buffer.
Richard M. Stallman [Wed, 9 Aug 1995 22:39:32 +0000 (22:39 +0000)]
(lock_file): Use get_truename_buffer.

28 years ago(get_truename_buffer): New function.
Richard M. Stallman [Wed, 9 Aug 1995 22:39:09 +0000 (22:39 +0000)]
(get_truename_buffer): New function.

28 years ago* man.el (Man-translate-references): Anchor the regexps.
Francesco Potortì [Wed, 9 Aug 1995 16:08:55 +0000 (16:08 +0000)]
* man.el (Man-translate-references): Anchor the regexps.

28 years ago(read_process_output, exec_sentinel): Call
Richard M. Stallman [Tue, 8 Aug 1995 21:22:16 +0000 (21:22 +0000)]
(read_process_output, exec_sentinel): Call
record_asynch_buffer_change after any eval.  Don't call
prepare_menu_bars.
(wait_reading_process_input): Don't call prepare_menu_bars.

28 years ago(Freplace_match): New arg SUBEXP.
Richard M. Stallman [Tue, 8 Aug 1995 21:20:07 +0000 (21:20 +0000)]
(Freplace_match): New arg SUBEXP.

28 years ago(vc-revert-buffer): In a dedicated solitary window,
Richard M. Stallman [Tue, 8 Aug 1995 21:18:36 +0000 (21:18 +0000)]
(vc-revert-buffer): In a dedicated solitary window,
make the frame invisible instead of trying to delete window.

28 years agoAdd subexp arg to replace-match.
Richard M. Stallman [Tue, 8 Aug 1995 20:08:09 +0000 (20:08 +0000)]
Add subexp arg to replace-match.

28 years ago(forward-paragraph): Don't overlook a paragraph-start
Richard M. Stallman [Tue, 8 Aug 1995 08:12:07 +0000 (08:12 +0000)]
(forward-paragraph): Don't overlook a paragraph-start
line just because it ends at eob.

28 years agoMake Major Mode Conventions xref to Tips for Defining.
Richard M. Stallman [Tue, 8 Aug 1995 06:17:08 +0000 (06:17 +0000)]
Make Major Mode Conventions xref to Tips for Defining.

28 years agoNew node, Tips for Defining.
Richard M. Stallman [Tue, 8 Aug 1995 06:15:53 +0000 (06:15 +0000)]
New node, Tips for Defining.

28 years ago(dired-mode-map): Set up the map completely
Richard M. Stallman [Tue, 8 Aug 1995 05:16:23 +0000 (05:16 +0000)]
(dired-mode-map): Set up the map completely
before storing it into dired-mode-map.

28 years ago(read_key_sequence): Undo previous change.
Richard M. Stallman [Tue, 8 Aug 1995 05:12:31 +0000 (05:12 +0000)]
(read_key_sequence): Undo previous change.
Instead, put back the orig_uppercase event if key is not defined.
When downcasing, back up one step in key-translation processing.

28 years ago[ps2]: Use nlist instead of knlist #ifdef _AIX.
Roland McGrath [Mon, 7 Aug 1995 20:48:08 +0000 (20:48 +0000)]
[ps2]: Use nlist instead of knlist #ifdef _AIX.

28 years ago(signal_before_change, signal_after_change): Fix
Karl Heuer [Mon, 7 Aug 1995 17:53:17 +0000 (17:53 +0000)]
(signal_before_change, signal_after_change): Fix
spelling of Vbefore_change_functions and Vafter_change_functions.

28 years ago(doprnt): Don't let size_bound be gigantic. Fix error message.
Richard M. Stallman [Mon, 7 Aug 1995 17:52:16 +0000 (17:52 +0000)]
(doprnt): Don't let size_bound be gigantic.  Fix error message.

28 years ago(command-line-1): Fix previous change.
Richard M. Stallman [Mon, 7 Aug 1995 17:50:44 +0000 (17:50 +0000)]
(command-line-1): Fix previous change.

28 years ago(tcl-do-auto-fill): Only fill past fill-column; for 19.29.
Tom Tromey [Mon, 7 Aug 1995 16:02:01 +0000 (16:02 +0000)]
(tcl-do-auto-fill): Only fill past fill-column; for 19.29.
(tcl-auto-fill-mode): Use force-mode-line-update.

28 years ago(byte-compile-output-docform): Check
Richard M. Stallman [Mon, 7 Aug 1995 08:45:00 +0000 (08:45 +0000)]
(byte-compile-output-docform): Check
byte-compile-dynamic-docstrings in input buffer, not output buffer.

28 years ago(main): Fix previous change.
Richard M. Stallman [Sun, 6 Aug 1995 23:57:31 +0000 (23:57 +0000)]
(main): Fix previous change.
Add error check for empty OUTNAME.

28 years ago(redisplay): Compute mini_frame the same way echo_area_display does.
Richard M. Stallman [Sun, 6 Aug 1995 21:15:09 +0000 (21:15 +0000)]
(redisplay): Compute mini_frame the same way echo_area_display does.

28 years agoStandardize layout of doc strings.
Richard M. Stallman [Sun, 6 Aug 1995 20:17:19 +0000 (20:17 +0000)]
Standardize layout of doc strings.

28 years ago(delete-selection-pre-hook): New type value `yank'.
Richard M. Stallman [Sun, 6 Aug 1995 07:18:06 +0000 (07:18 +0000)]
(delete-selection-pre-hook): New type value `yank'.
(yank): Use `yank' as delete-selection property.

28 years ago(column-number-mode, line-number-mode): Default now t.
Richard M. Stallman [Sun, 6 Aug 1995 06:27:10 +0000 (06:27 +0000)]
(column-number-mode, line-number-mode): Default now t.

28 years ago(run_hook_with_args): Move the GCPRO2; add UNGCPRO.
Richard M. Stallman [Sun, 6 Aug 1995 06:09:59 +0000 (06:09 +0000)]
(run_hook_with_args): Move the GCPRO2; add UNGCPRO.

28 years ago(m68*-next-*): Use m68k.h and nextstep.h.
Richard M. Stallman [Sat, 5 Aug 1995 23:01:11 +0000 (23:01 +0000)]
(m68*-next-*): Use m68k.h and nextstep.h.
(m68k-next-nextstep*): New alias for that.
(i*86-*-nextstep*): Use nextstep.h.
(sparc-*-nextstep*): New configuration.

(CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.

Handle sunos4shr by sharing; not like sunos4*.
Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.

28 years ago(Qbefore_change_functions, Qafter_change_functions): Declared.
Richard M. Stallman [Sat, 5 Aug 1995 22:58:11 +0000 (22:58 +0000)]
(Qbefore_change_functions, Qafter_change_functions): Declared.

28 years ago(Qbefore_change_functions, Qafter_change_functions): New variables.
Richard M. Stallman [Sat, 5 Aug 1995 22:57:46 +0000 (22:57 +0000)]
(Qbefore_change_functions, Qafter_change_functions): New variables.
(syms_of_buffer): Initialize them.

28 years ago(signal_before_change, signal_after_change): Major rewrite.
Richard M. Stallman [Sat, 5 Aug 1995 22:57:13 +0000 (22:57 +0000)]
(signal_before_change, signal_after_change): Major rewrite.
(before_change_function_restore, after_change_function_restore)
(before_change_functions_restore, after_change_functions_restore):
Functions deleted.

28 years ago(Fdisplay_completion_list): gcpro elt.
Richard M. Stallman [Sat, 5 Aug 1995 22:55:21 +0000 (22:55 +0000)]
(Fdisplay_completion_list): gcpro elt.

28 years ago(print_string): Use insert_from_string for output to buffer.
Richard M. Stallman [Sat, 5 Aug 1995 22:53:36 +0000 (22:53 +0000)]
(print_string): Use insert_from_string for output to buffer.

28 years ago(run_hook_with_args): Add gcpros.
Richard M. Stallman [Sat, 5 Aug 1995 22:53:03 +0000 (22:53 +0000)]
(run_hook_with_args): Add gcpros.

(run_hook_list_with_args): New function.

28 years ago(saved_doc_string*): New variables.
Richard M. Stallman [Sat, 5 Aug 1995 22:51:17 +0000 (22:51 +0000)]
(saved_doc_string*): New variables.
(load_force_doc_strings): New variable.
(syms_of_lread): Set up Lisp var load-force-doc-strings.
(read_list): Handle load_force_doc_strings.
Use the saved_doc_string, if it's right; otherwise, reread from file.
(read1): Save last doc string in saved_doc_string.

28 years ago(Info-read-node-name-1): New function.
Richard M. Stallman [Sat, 5 Aug 1995 20:56:23 +0000 (20:56 +0000)]
(Info-read-node-name-1): New function.
(Info-read-node-name): Use Info-read-node-name-1
to avoid getting confused by spaces when text starts with (FILENAME).

28 years ago(tab-to-tab-stop): Expand abbrevs only after a word-char.
Richard M. Stallman [Sat, 5 Aug 1995 20:21:06 +0000 (20:21 +0000)]
(tab-to-tab-stop): Expand abbrevs only after a word-char.

28 years ago(main): Mention lock file name in error message.
Richard M. Stallman [Sat, 5 Aug 1995 20:19:40 +0000 (20:19 +0000)]
(main): Mention lock file name in error message.

28 years ago(set-face-background): When using face-color-supported-p,
Richard M. Stallman [Sat, 5 Aug 1995 06:33:01 +0000 (06:33 +0000)]
(set-face-background): When using face-color-supported-p,
specify foreground, not background.

28 years agoExplain how delete-region alters point.
Richard M. Stallman [Sat, 5 Aug 1995 06:17:38 +0000 (06:17 +0000)]
Explain how delete-region alters point.

28 years ago(Fset_mouse_position, Fset_mouse_pixel_position): Doc fixes.
Richard M. Stallman [Sat, 5 Aug 1995 05:18:04 +0000 (05:18 +0000)]
(Fset_mouse_position, Fset_mouse_pixel_position): Doc fixes.
[not MULTI_FRAME] (Fframe_visible_p): New function.
[not MULTI_FRAME] (syms_of_frame): defsubr it.

28 years ago(Ffocus_frame, Funfocus_frame): Make them no-ops.
Richard M. Stallman [Sat, 5 Aug 1995 05:04:46 +0000 (05:04 +0000)]
(Ffocus_frame, Funfocus_frame): Make them no-ops.

28 years ago(fortran-auto-fill-mode, fortran-do-auto-fill, fortran-fill):
Richard M. Stallman [Sat, 5 Aug 1995 01:02:10 +0000 (01:02 +0000)]
(fortran-auto-fill-mode, fortran-do-auto-fill, fortran-fill):
Invoke auto filling only when past fill-column.

28 years ago(x_delete_display) [AIX]: Don't call XRmDestroyDatabase.
Richard M. Stallman [Sat, 5 Aug 1995 00:57:17 +0000 (00:57 +0000)]
(x_delete_display) [AIX]: Don't call XRmDestroyDatabase.

28 years ago(bibtex-maintain-sorted-entries): Make nil the default.
Richard M. Stallman [Sat, 5 Aug 1995 00:50:26 +0000 (00:50 +0000)]
(bibtex-maintain-sorted-entries): Make nil the default.

28 years ago(ps-print-emacs-type): Renamed from emacs-type.
Richard M. Stallman [Fri, 4 Aug 1995 19:59:57 +0000 (19:59 +0000)]
(ps-print-emacs-type): Renamed from emacs-type.

28 years agoRenamed `fsf' to `emacs' in all names.
Richard M. Stallman [Fri, 4 Aug 1995 19:56:15 +0000 (19:56 +0000)]
Renamed `fsf' to `emacs' in all names.