]> code.delx.au - gnu-emacs/log
gnu-emacs
29 years ago(x_term_init): Add stub to initialize Vsystem_key_alist.
Karl Heuer [Sat, 29 Apr 1995 04:17:56 +0000 (04:17 +0000)]
(x_term_init): Add stub to initialize Vsystem_key_alist.

29 years ago(create_process): Don't reference pty_name if !HAVE_PTYS.
Karl Heuer [Fri, 28 Apr 1995 01:43:02 +0000 (01:43 +0000)]
(create_process): Don't reference pty_name if !HAVE_PTYS.

29 years ago(sunos4.1.3): Use shared libraries, since that's
Karl Heuer [Fri, 28 Apr 1995 01:26:00 +0000 (01:26 +0000)]
(sunos4.1.3): Use shared libraries, since that's
what the header file expects.

29 years agoSupport for pre-BFD versions of Linux ld.
Michael Meissner [Thu, 27 Apr 1995 18:35:38 +0000 (18:35 +0000)]
Support for pre-BFD versions of Linux ld.

29 years ago(i[34]86:*:3.2:*) test for /usr/options/cb.name before calling uname.
Richard Kenner [Thu, 27 Apr 1995 13:22:29 +0000 (13:22 +0000)]
(i[34]86:*:3.2:*) test for /usr/options/cb.name before calling uname.

29 years ago(vc-next-action-on-file): Add missing let-binding.
Karl Heuer [Wed, 26 Apr 1995 21:47:35 +0000 (21:47 +0000)]
(vc-next-action-on-file): Add missing let-binding.

(vc-default-backend, vc-keep-workfiles, vc-consult-headers):
(vc-mistrust-permissions, vc-path): Vars moved to vc-hooks.el.
(vc-match-substring, vc-lock-file, vc-parse-buffer, vc-master-info):
(vc-log-info, vc-consult-rcs-headers, vc-fetch-properties):
(vc-backend-subdirectory-name, vc-locking-user, vc-true-locking-user):
(vc-latest-version, vc-your-latest-version, vc-branch-version):
(vc-workfile-version): Functions moved to vc-hooks.el.
(vc-trunk-p, vc-minor-revision, vc-branch-part): Functions moved
here from vc-hooks.el.

29 years ago(vc-default-backend, vc-path, vc-consult-headers):
Karl Heuer [Wed, 26 Apr 1995 21:42:20 +0000 (21:42 +0000)]
(vc-default-backend, vc-path, vc-consult-headers):
(vc-mistrust-permissions, vc-keep-workfiles): Customization
variables, moved here from vc.el.
(vc-trunk-p, vc-minor-revision, vc-branch-part): Moved to vc.el.
(vc-backend): Renamed from vc-backend-deduce.  Callers changed.
(vc-match-substring, vc-lock-file, vc-parse-buffer, vc-master-info):
(vc-log-info, vc-consult-rcs-headers, vc-fetch-properties):
(vc-backend-subdirectory-name, vc-locking-user, vc-true-locking-user):
(vc-latest-version, vc-your-latest-version, vc-branch-version):
(vc-workfile-version): Functions moved here from vc.el.
(vc-log-info): Log program is no longer called through vc-do-command,
to avoid including the lengthy vc-do-command here.  It is done
directly through call-process now.  Removed obsolete parameter LAST.
(vc-status): Replaced by the much simpler version that gets the
information from the file properties.  Removed the obsolete
parameter vc-type.
(vc-parse-buffer): changed format of PATTERNS.  Each pattern is now a
list of 2 to 3 elements, the first being the pattern, the remaining
ones the numbers of subexpressions to refer to.
(vc-cvs-status): New per-file property, only used in the CVS case.
(vc-cvs-status): New function.
(vc-log-info): Adapted to new version of vc-parse-buffer
(vc-fetch-properties): Adapted to new version of vc-parse-buffer.
Better search regexp for CVS latest version.
(vc-log-info): Search for branch version only in the RCS case,
since this doesn't make sense for SCCS or CVS.
(vc-fetch-properties): CVS case: set vc-cvs-status.
(vc-locking-user): CVS case: use vc-cvs-status to determine if
the file is up-to-date, thus avoiding an expensive call to
vc-workfile-unchanged-p.
(vc-mode-line): Re-activated the code that makes the buffer read-only
if the work file is unchanged.  But the status of the work file
is now determined by looking at the already-computed mode string.

29 years ago(extraclean): Depend on maintainer-clean, not
Karl Heuer [Wed, 26 Apr 1995 21:00:55 +0000 (21:00 +0000)]
(extraclean): Depend on maintainer-clean, not
realclean.

29 years ago(maintainer-clean): Renamed from realclean.
Karl Heuer [Wed, 26 Apr 1995 20:59:05 +0000 (20:59 +0000)]
(maintainer-clean): Renamed from realclean.

29 years agoSupport Linux elf and a.out systems; Add parisc support
Michael Meissner [Wed, 26 Apr 1995 20:45:43 +0000 (20:45 +0000)]
Support Linux elf and a.out systems; Add parisc support

29 years ago(CRAY*Y-MP:*:*:*): New entry.
Richard Kenner [Wed, 26 Apr 1995 14:27:47 +0000 (14:27 +0000)]
(CRAY*Y-MP:*:*:*): New entry.

29 years ago(Ffile_regular_p): Use Qfile_regular_p.
Richard M. Stallman [Wed, 26 Apr 1995 11:09:31 +0000 (11:09 +0000)]
(Ffile_regular_p): Use Qfile_regular_p.
(syms_of_fileio): Set up Qfile_regular_p.

29 years ago(vc-buffer-backend): New function.
Richard M. Stallman [Wed, 26 Apr 1995 10:15:03 +0000 (10:15 +0000)]
(vc-buffer-backend): New function.
Also new variable, local in all buffers.
(vc-kill-buffer-hook): Kill local vc-buffer-backend.

(vc-kill-buffer-hook): Don't put it on kill-buffer-hook.
(vc-file-clearprops): Function moved here.
(vc-workfile-version): Function moved here.
(vc-mode-line): Don't call vc-locking-user.

Add branch support for RCS;  treat CVS more like RCS and SCCS.
(vc-occurences, vc-trunk-p, vc-branch-p, vc-minor-revision)
(vc-branch-part): new functions that operate on RCS revision numbers.
(vc-status): Use the new property vc-workfile-version
and vc-locking-user (see vc.el).  Display "locking state" for CVS.
(vc-find-cvs-master): Search for file name case-sensitively, store
version number into the new property vc-workfile-version.
(vc-find-file-hook): kill any remaining properties.  Like this,
when re-finding a file (for example because it has changed on disk),
the version control state gets re-computed.
(vc-mode-line): CVS case: make the buffer read-only if the file
is unmodified.
(vc-kill-buffer-hook): Clear file's vc props when buffer is killed.

29 years ago(vc-backend-checkout): Pass vc-checkout-switches arg
Richard M. Stallman [Wed, 26 Apr 1995 10:12:24 +0000 (10:12 +0000)]
(vc-backend-checkout): Pass vc-checkout-switches arg
properly to vc-do-command.

(vc-update-change-log): Use vc-buffer-backend in menu-enable.

(vc-file-clearprops, vc-workfile-version): Functions moved to vc-hooks.el.

Add branch support for RCS; treat CVS more like RCS and SCCS.
(vc-next-action-on-file): changed CVS handling, such that C-x C-q
works as with RCS and SCCS.
(vc-consult-rcs-headers): New function.
(vc-branch-version): New per-file property, refers
to the RCS version selected by `rcs -b'.
(vc-workfile-version): New function.  Also new per-file property
(vc-consult-headers): New parameter variable.
(vc-mistrust-permissions): Default set to `nil'.
(vc-locking-user): Property is now cached.  The other functions
update it as necessary.  Attempts to use RCS headers if enabled.
(vc-log-info, vc-parse-buffer): Various bug fixes.  Added support
for property `vc-branch-version'.
(vc-backend-checkout): RCS case: if no explicit version
is specified, check out `vc-workfile-version'.  After check-out,
set `vc-workfile-version' according to the version number
reported by "co".
(vc-backend-checkin): RCS case: remove any remaining locks
if a new branch was created.  After every check-in, adjust
the current branch using `rcs -b' (this cannot be avoided).
CVS case: allow for explicit checkin, but only on the trunk.
(vc-next-action-on-file, vc-backend-checkout, vc-backend-checkin,
vc-backend-revert, vc-backend-diff): Explicitly use
vc-workfile-version as the default version to operate on.

29 years ago(standard_args): Move -iconic and --icon-type (etc.)
Richard M. Stallman [Wed, 26 Apr 1995 10:08:52 +0000 (10:08 +0000)]
(standard_args): Move -iconic and --icon-type (etc.)
to the end of the initial args.

29 years agoEval key definitions and clean up upon completion.
Richard M. Stallman [Wed, 26 Apr 1995 04:03:40 +0000 (04:03 +0000)]
Eval key definitions and clean up upon completion.
Persistent completion status message.

29 years agoRemoved reference to tpu-gnu-emacs18-p.
Richard M. Stallman [Wed, 26 Apr 1995 04:03:10 +0000 (04:03 +0000)]
Removed reference to tpu-gnu-emacs18-p.

29 years ago(mark_kboards): Mark the kbd macro and Vsystem_key_alist.
Karl Heuer [Tue, 25 Apr 1995 23:47:55 +0000 (23:47 +0000)]
(mark_kboards): Mark the kbd macro and Vsystem_key_alist.

29 years ago(appt-check): Use force-mode-line-update.
Karl Heuer [Tue, 25 Apr 1995 22:33:23 +0000 (22:33 +0000)]
(appt-check): Use force-mode-line-update.

29 years ago(array-mode): Use force-mode-line-update.
Karl Heuer [Tue, 25 Apr 1995 22:33:13 +0000 (22:33 +0000)]
(array-mode): Use force-mode-line-update.

29 years ago(byte-recompile-directory): Use force-mode-line-update.
Karl Heuer [Tue, 25 Apr 1995 22:32:49 +0000 (22:32 +0000)]
(byte-recompile-directory): Use force-mode-line-update.

29 years ago(delete-selection-mode): Use force-mode-line-update.
Karl Heuer [Tue, 25 Apr 1995 22:32:36 +0000 (22:32 +0000)]
(delete-selection-mode): Use force-mode-line-update.

29 years ago(dired-omit-expunge): Use force-mode-line-update.
Karl Heuer [Tue, 25 Apr 1995 22:32:18 +0000 (22:32 +0000)]
(dired-omit-expunge): Use force-mode-line-update.

29 years ago(dired-sort-set-modeline): Use force-mode-line-update.
Karl Heuer [Tue, 25 Apr 1995 22:31:52 +0000 (22:31 +0000)]
(dired-sort-set-modeline): Use force-mode-line-update.

29 years ago(edt-advance, edt-backup): Use force-mode-line-update.
Karl Heuer [Tue, 25 Apr 1995 22:31:12 +0000 (22:31 +0000)]
(edt-advance, edt-backup): Use force-mode-line-update.

29 years ago(find-dired-sentinel): Use force-mode-line-update.
Karl Heuer [Tue, 25 Apr 1995 22:30:38 +0000 (22:30 +0000)]
(find-dired-sentinel): Use force-mode-line-update.

29 years ago(fortran-auto-fill-mode): Use force-mode-line-update.
Karl Heuer [Tue, 25 Apr 1995 22:30:13 +0000 (22:30 +0000)]
(fortran-auto-fill-mode): Use force-mode-line-update.

29 years ago(gud-sentinel): Use force-mode-line-update.
Karl Heuer [Tue, 25 Apr 1995 22:29:51 +0000 (22:29 +0000)]
(gud-sentinel): Use force-mode-line-update.

29 years ago(hanoi): Use force-mode-line-update.
Karl Heuer [Tue, 25 Apr 1995 22:29:35 +0000 (22:29 +0000)]
(hanoi): Use force-mode-line-update.

29 years ago(hide-ifdef-toggle-read-only): Use force-mode-line-update.
Karl Heuer [Tue, 25 Apr 1995 22:29:17 +0000 (22:29 +0000)]
(hide-ifdef-toggle-read-only): Use force-mode-line-update.
(hide-ifdef-toggle-outside-read-only): Use force-mode-line-update.

29 years ago(Info-edit-mode, Info-cease-edit): Use force-mode-line-update.
Karl Heuer [Tue, 25 Apr 1995 22:28:58 +0000 (22:28 +0000)]
(Info-edit-mode, Info-cease-edit): Use force-mode-line-update.

29 years ago(isearch-mode, isearch-done): Use force-mode-line-update.
Karl Heuer [Tue, 25 Apr 1995 22:28:40 +0000 (22:28 +0000)]
(isearch-mode, isearch-done): Use force-mode-line-update.

29 years ago(mh-insert-signature): Use force-mode-line-update.
Karl Heuer [Tue, 25 Apr 1995 22:28:25 +0000 (22:28 +0000)]
(mh-insert-signature): Use force-mode-line-update.

29 years ago(mh-set-scan-mode): Use force-mode-line-update.
Karl Heuer [Tue, 25 Apr 1995 22:28:04 +0000 (22:28 +0000)]
(mh-set-scan-mode): Use force-mode-line-update.

29 years ago(mh-set-mode-name): Use force-mode-line-update.
Karl Heuer [Tue, 25 Apr 1995 22:27:45 +0000 (22:27 +0000)]
(mh-set-mode-name): Use force-mode-line-update.

29 years ago(outline-minor-mode): Use force-mode-line-update.
Karl Heuer [Tue, 25 Apr 1995 22:27:27 +0000 (22:27 +0000)]
(outline-minor-mode): Use force-mode-line-update.

29 years ago(picture-set-motion, picture-mode-exit): Use force-mode-line-update.
Karl Heuer [Tue, 25 Apr 1995 22:26:54 +0000 (22:26 +0000)]
(picture-set-motion, picture-mode-exit): Use force-mode-line-update.

29 years ago(rmail-edit-current-message): Use force-mode-line-update.
Karl Heuer [Tue, 25 Apr 1995 22:26:42 +0000 (22:26 +0000)]
(rmail-edit-current-message): Use force-mode-line-update.
(rmail-cease-edit): Use force-mode-line-update.

29 years ago(auto-fill-mode): Use force-mode-line-update.
Karl Heuer [Tue, 25 Apr 1995 22:26:16 +0000 (22:26 +0000)]
(auto-fill-mode): Use force-mode-line-update.

29 years ago(sc-raw-mode-toggle): Use force-mode-line-update.
Karl Heuer [Tue, 25 Apr 1995 22:25:51 +0000 (22:25 +0000)]
(sc-raw-mode-toggle): Use force-mode-line-update.

29 years ago(term-update-mode-line, term-process-pager): Use force-mode-line-update.
Karl Heuer [Tue, 25 Apr 1995 22:25:25 +0000 (22:25 +0000)]
(term-update-mode-line, term-process-pager): Use force-mode-line-update.
(term-pager-continue): Use force-mode-line-update.

29 years ago(te-edit, te-more-break-unwind): Use force-mode-line-update.
Karl Heuer [Tue, 25 Apr 1995 22:24:57 +0000 (22:24 +0000)]
(te-edit, te-more-break-unwind): Use force-mode-line-update.
(te-update-pending-output-display): Use force-mode-line-update.

29 years ago(display-time-sentinel, display-time-filter): Use force-mode-line-update.
Karl Heuer [Tue, 25 Apr 1995 22:24:40 +0000 (22:24 +0000)]
(display-time-sentinel, display-time-filter): Use force-mode-line-update.

29 years ago(vi-switch-mode, vi-back-to-old-mode): Use force-mode-line-update.
Karl Heuer [Tue, 25 Apr 1995 22:24:14 +0000 (22:24 +0000)]
(vi-switch-mode, vi-back-to-old-mode): Use force-mode-line-update.
(vi-mode, vi-goto-insert-state): Use force-mode-line-update.

29 years ago(vip-change-mode): Use force-mode-line-update.
Karl Heuer [Tue, 25 Apr 1995 22:23:48 +0000 (22:23 +0000)]
(vip-change-mode): Use force-mode-line-update.

29 years ago(xscheme-set-runlight, xscheme-set-prompt): Use force-mode-line-update.
Karl Heuer [Tue, 25 Apr 1995 22:23:31 +0000 (22:23 +0000)]
(xscheme-set-runlight, xscheme-set-prompt): Use force-mode-line-update.

29 years ago(emerge-fast-mode, emerge-edit-mode): Use force-mode-line-update.
Karl Heuer [Tue, 25 Apr 1995 22:23:02 +0000 (22:23 +0000)]
(emerge-fast-mode, emerge-edit-mode): Use force-mode-line-update.
(emerge-auto-advance, emerge-skip-prefers): Use force-mode-line-update.
(emerge-refresh-mode-line): Use force-mode-line-update.

29 years ago(toggle-read-only, rename-uniquely): Use force-mode-line-update.
Karl Heuer [Tue, 25 Apr 1995 22:22:21 +0000 (22:22 +0000)]
(toggle-read-only, rename-uniquely): Use force-mode-line-update.

29 years ago(ispell-minor-mode): Use force-mode-line-update.
Karl Heuer [Tue, 25 Apr 1995 22:21:29 +0000 (22:21 +0000)]
(ispell-minor-mode): Use force-mode-line-update.

29 years ago(double-mode): Use force-mode-line-update.
Karl Heuer [Tue, 25 Apr 1995 22:20:59 +0000 (22:20 +0000)]
(double-mode): Use force-mode-line-update.

29 years ago(gomoku-display-statistics): Use force-mode-line-update.
Karl Heuer [Tue, 25 Apr 1995 22:20:30 +0000 (22:20 +0000)]
(gomoku-display-statistics): Use force-mode-line-update.

29 years ago(f90-auto-fill-mode): Use force-mode-line-update.
Karl Heuer [Tue, 25 Apr 1995 22:17:55 +0000 (22:17 +0000)]
(f90-auto-fill-mode): Use force-mode-line-update.

29 years ago(abbrev-mode): Use force-mode-line-update.
Karl Heuer [Tue, 25 Apr 1995 22:17:14 +0000 (22:17 +0000)]
(abbrev-mode): Use force-mode-line-update.

29 years ago(forms--make-format-elt-using-text-properties)
Richard M. Stallman [Tue, 25 Apr 1995 17:44:28 +0000 (17:44 +0000)]
(forms--make-format-elt-using-text-properties)
forms--make-format): Add `intangible' text property to read-only areas.
(forms-next-field, forms-previous-field): Use
`inhibit-point-motion-hooks' to allow move between two
intangible areas.

29 years agoMade sc-string-text to strip of text properties of buffer text, so string
Simon Marshall [Tue, 25 Apr 1995 08:27:28 +0000 (08:27 +0000)]
Made sc-string-text to strip of text properties of buffer text, so string
comparison wouldn't fail in sc-mail-fetch-field and sc-mail-append-field.

29 years agoExplan when boundaries are made automatically.
Richard M. Stallman [Tue, 25 Apr 1995 05:29:11 +0000 (05:29 +0000)]
Explan when boundaries are made automatically.

29 years agoComment change.
Richard M. Stallman [Tue, 25 Apr 1995 05:16:29 +0000 (05:16 +0000)]
Comment change.

29 years ago(rename-uniquely): Don't discard <NN> from end
Richard M. Stallman [Tue, 25 Apr 1995 04:22:37 +0000 (04:22 +0000)]
(rename-uniquely): Don't discard <NN> from end
if that is part of the visited file name.

29 years ago(rmail-insert-inbox-text): Get the truename of
Richard M. Stallman [Tue, 25 Apr 1995 04:09:47 +0000 (04:09 +0000)]
(rmail-insert-inbox-text): Get the truename of
the standard inbox name, not just of its directory.

29 years ago(mail-position-on-field): Use $, not \n, in regexp.
Richard M. Stallman [Tue, 25 Apr 1995 03:35:00 +0000 (03:35 +0000)]
(mail-position-on-field): Use $, not \n, in regexp.

29 years ago(tpu-search-internal): Case-sensitive search if search
Richard M. Stallman [Tue, 25 Apr 1995 03:24:37 +0000 (03:24 +0000)]
(tpu-search-internal): Case-sensitive search if search
string contains upper-case.
tpu-check-search-case): New function.

29 years ago(REGEXP_IN_LIBC): Defined.
Richard M. Stallman [Tue, 25 Apr 1995 02:31:36 +0000 (02:31 +0000)]
(REGEXP_IN_LIBC): Defined.

29 years ago[REGEXP_IN_LIBC] (REGEXPOBJ, REGEXPDEPS):
Richard M. Stallman [Tue, 25 Apr 1995 02:30:06 +0000 (02:30 +0000)]
[REGEXP_IN_LIBC] (REGEXPOBJ, REGEXPDEPS):
Alternative (empty) definitions.

29 years agoAt end, use default file name .tpu-keys.
Richard M. Stallman [Tue, 25 Apr 1995 00:42:22 +0000 (00:42 +0000)]
At end, use default file name .tpu-keys.
Do not kill Emacs.
(tpu-emacs-map-key): Renamed from tpu-gnu-map-key.

29 years agoDon't turn on tpu-edt mode.
Richard M. Stallman [Tue, 25 Apr 1995 00:37:27 +0000 (00:37 +0000)]
Don't turn on tpu-edt mode.
(tpu-gnu-emacs19-p): Function deleted.  Callers changed.
(tpu-load-xkeys): Use file name .tpu-keys by default.
(tpu-gnu-emacs18-p): Function deleted.

29 years agoFix backwards test in kill-buffer-query-functions.
Richard M. Stallman [Mon, 24 Apr 1995 22:36:08 +0000 (22:36 +0000)]
Fix backwards test in kill-buffer-query-functions.

29 years ago(x_term_init): If the previous kboard was the dummy one,
Karl Heuer [Mon, 24 Apr 1995 22:34:27 +0000 (22:34 +0000)]
(x_term_init): If the previous kboard was the dummy one,
switch to the new one immediately.

29 years ago(Vsystem_key_alist): Delete global variable.
Karl Heuer [Mon, 24 Apr 1995 22:13:00 +0000 (22:13 +0000)]
(Vsystem_key_alist): Delete global variable.
(init_kboard): Initialize Vsystem_key_alist member.
(syms_of_keyboard): Change DEFVAR_LISP to DEFVAR_KBOARD.
(make_lispy_event): Use the kboard's alist instead of the global.

29 years ago(struct kboard): New member Vsystem_key_alist.
Karl Heuer [Mon, 24 Apr 1995 22:12:44 +0000 (22:12 +0000)]
(struct kboard): New member Vsystem_key_alist.

29 years agoMake intervals.o and term.o depend on keyboard.h.
Karl Heuer [Mon, 24 Apr 1995 22:03:49 +0000 (22:03 +0000)]
Make intervals.o and term.o depend on keyboard.h.

29 years ago(safe_run_hooks_1, safe_run_hooks_error): New subroutines.
Richard M. Stallman [Mon, 24 Apr 1995 21:50:39 +0000 (21:50 +0000)]
(safe_run_hooks_1, safe_run_hooks_error): New subroutines.
(safe_run_hooks): Handle errors to clear the hook,
instead of always clearing it temporarily.

29 years ago(Fplist_put): Don't signal an error if plist isn't a cons.
Karl Heuer [Mon, 24 Apr 1995 19:43:15 +0000 (19:43 +0000)]
(Fplist_put): Don't signal an error if plist isn't a cons.

29 years ago(struct x_display_info): New members x_focus_frame,
Karl Heuer [Mon, 24 Apr 1995 18:28:50 +0000 (18:28 +0000)]
(struct x_display_info): New members x_focus_frame,
x_focus_event_frame, x_highlight_frame, replacing global vars.

29 years ago(x_get_focus_frame): New arg FRAME. Callers changed.
Karl Heuer [Mon, 24 Apr 1995 18:28:11 +0000 (18:28 +0000)]
(x_get_focus_frame): New arg FRAME.  Callers changed.
(Funfocus_frame): Unfocus on selected_frame's display.

29 years ago(x_focus_frame, x_focus_event_frame, x_highlight_frame):
Karl Heuer [Mon, 24 Apr 1995 18:27:33 +0000 (18:27 +0000)]
(x_focus_frame, x_focus_event_frame, x_highlight_frame):
Delete these vars; now part of struct x_display_info.
(x_new_focus_frame): New arg DPYINFO.  Callers changed.
Use the struct members instead of the globals.
Call x_frame_rehighlight instead of XTframe_rehighlight, so we can
pass on the dpyinfo pointer.
(x_mouse_leave): New arg DPYINFO.  Callers changed.
(XTframe_rehighlight): New arg FRAME.  Callers changed.
Now does all the work in x_frame_rehighlight.
(x_frame_rehighlight): New function, code from XTframe_rehighlight.
(XTread_socket): Use the struct members instead of the globals.
(x_unfocus_frame, x_iconify_frame, x_destroy_window): Likewise.
(x_display_box_cursor, x_make_frame_invisible): Likewise.
(x_term_init): Initialize the struct members.
(x_initialize): Delete initialization of deleted globals.

29 years ago(Fredirect_frame_focus): Fix earlier change; use a frame known to be non-nil.
Karl Heuer [Mon, 24 Apr 1995 18:21:20 +0000 (18:21 +0000)]
(Fredirect_frame_focus): Fix earlier change; use a frame known to be non-nil.

29 years agoMake dispnew.o and keyboard.o depend on xterm.h.
Karl Heuer [Mon, 24 Apr 1995 17:48:55 +0000 (17:48 +0000)]
Make dispnew.o and keyboard.o depend on xterm.h.

29 years ago(rmail-resend): Fix abbrev expansion.
Richard M. Stallman [Mon, 24 Apr 1995 17:43:15 +0000 (17:43 +0000)]
(rmail-resend): Fix abbrev expansion.

(rmail-get-new-mail): Simply the reversion check;
don't call rmail-forget-messages.

(rmail-revert): Call rmail-mode after reverting
to make sure rmail-message-vector is buffer-local.

29 years ago(do_switch_frame): Don't try to refocus termcap frames.
Karl Heuer [Mon, 24 Apr 1995 17:39:46 +0000 (17:39 +0000)]
(do_switch_frame): Don't try to refocus termcap frames.

29 years ago(message_dolog): The message log doesn't need an undo list.
Karl Heuer [Mon, 24 Apr 1995 17:25:45 +0000 (17:25 +0000)]
(message_dolog): The message log doesn't need an undo list.

29 years ago(term_init): MagicWrap implies AutoWrap.
Karl Heuer [Mon, 24 Apr 1995 17:17:15 +0000 (17:17 +0000)]
(term_init): MagicWrap implies AutoWrap.

29 years ago(do_switch_frame): x_get_focus_frame needs an arg.
Karl Heuer [Mon, 24 Apr 1995 16:55:29 +0000 (16:55 +0000)]
(do_switch_frame): x_get_focus_frame needs an arg.
(Fredirect_frame_focus): frame_rehighlight_hook needs an arg.

29 years ago(xmenu_show): x_mouse_leave needs an arg.
Karl Heuer [Mon, 24 Apr 1995 16:55:03 +0000 (16:55 +0000)]
(xmenu_show): x_mouse_leave needs an arg.

29 years ago(info-insert-file-contents): Set default-directory
Richard M. Stallman [Mon, 24 Apr 1995 15:31:19 +0000 (15:31 +0000)]
(info-insert-file-contents): Set default-directory
around call to shell-command-on-region.

(Info-find-node, Info-restore-point, Info-search,
Info-forward-node, Info-backward-node): Use string-equal, not equal,
to compare node names.

29 years ago(isearch-update-ring): Use STRING arg, not isearch-ring.
Richard M. Stallman [Mon, 24 Apr 1995 15:27:35 +0000 (15:27 +0000)]
(isearch-update-ring): Use STRING arg, not isearch-ring.

29 years agoDisable many Files menu items in minibuffer.
Richard M. Stallman [Mon, 24 Apr 1995 15:26:19 +0000 (15:26 +0000)]
Disable many Files menu items in minibuffer.
(menu-bar-search-menu): Add ... to many items.
Add a query-replace-regexp item.
(nonincremental-repeat-search-forward): Renamed from noninteractive...
(nonincremental-repeat-search-backward): Likewise.
(nonincremental-repeat-re-search-forward): Likewise.
(nonincremental-repeat-re-search-backward): Likewise.

29 years ago(print-help-return-message): Check same-window-buffer-names
Richard M. Stallman [Mon, 24 Apr 1995 15:13:20 +0000 (15:13 +0000)]
(print-help-return-message): Check same-window-buffer-names
and same-window-regexps.

29 years ago(iso-accents-list): Add ~! and ~? combinations.
Richard M. Stallman [Mon, 24 Apr 1995 15:02:12 +0000 (15:02 +0000)]
(iso-accents-list): Add ~! and ~? combinations.

29 years ago(rename-uniquely): Strip suffix before rename.
Richard M. Stallman [Mon, 24 Apr 1995 14:59:22 +0000 (14:59 +0000)]
(rename-uniquely): Strip suffix before rename.

29 years agoshell-font-lock-keywords efficiency fix.
Simon Marshall [Mon, 24 Apr 1995 11:51:28 +0000 (11:51 +0000)]
shell-font-lock-keywords efficiency fix.

29 years agomail-font-lock-keywords efficiency fix.
Simon Marshall [Mon, 24 Apr 1995 11:49:06 +0000 (11:49 +0000)]
mail-font-lock-keywords efficiency fix.

29 years agormail-summary-font-lock-keywords efficiency fix.
Simon Marshall [Mon, 24 Apr 1995 11:46:17 +0000 (11:46 +0000)]
rmail-summary-font-lock-keywords efficiency fix.

29 years agodired-font-lock-keywords efficiency fix.
Simon Marshall [Mon, 24 Apr 1995 11:28:24 +0000 (11:28 +0000)]
dired-font-lock-keywords efficiency fix.

29 years agochange-log-font-lock-keywords efficiency fix.
Simon Marshall [Mon, 24 Apr 1995 11:03:55 +0000 (11:03 +0000)]
change-log-font-lock-keywords efficiency fix.

29 years agoUse new fortran-match-!-comment to do !-style fontification; do rest in regexps
Simon Marshall [Mon, 24 Apr 1995 10:51:17 +0000 (10:51 +0000)]
Use new fortran-match-!-comment to do !-style fontification; do rest in regexps

29 years agoMake font-lock.el use compiled keywords; added FN as possible matcher.
Simon Marshall [Mon, 24 Apr 1995 10:49:03 +0000 (10:49 +0000)]
Make font-lock.el use compiled keywords; added FN as possible matcher.
Use font-lock-syntax-table for syntactic fontification.
Use font-lock-after-fontify-buffer not font-lock-after-fontify-buffer-hook.

29 years ago(create_process): Don't abort if can't reopen
Richard M. Stallman [Mon, 24 Apr 1995 05:52:11 +0000 (05:52 +0000)]
(create_process): Don't abort if can't reopen
pty_name in the child.  Exit the child instead.

29 years ago(child_setup): Reword "can't exec" message.
Richard M. Stallman [Mon, 24 Apr 1995 05:51:40 +0000 (05:51 +0000)]
(child_setup): Reword "can't exec" message.
Add newline after message.

(Fcall_process): Call Fexpand_file_name for error_file.

29 years ago(easy-menu-define): Doc fix.
Richard M. Stallman [Mon, 24 Apr 1995 05:36:53 +0000 (05:36 +0000)]
(easy-menu-define): Doc fix.

29 years ago(INFO_TARGETS, DVI_TARGETS): Add viper targets.
Richard M. Stallman [Mon, 24 Apr 1995 04:32:41 +0000 (04:32 +0000)]
(INFO_TARGETS, DVI_TARGETS): Add viper targets.
(../info/viper, viper.dvi): New targets.