]> code.delx.au - gnu-emacs/log
gnu-emacs
27 years agoIn enable predicates in Files menu, use menu-updating-frame.
Richard M. Stallman [Sat, 7 Dec 1996 20:30:18 +0000 (20:30 +0000)]
In enable predicates in Files menu, use menu-updating-frame.

27 years agoFixed syntax table for quotes since they messed up
Richard M. Stallman [Sat, 7 Dec 1996 20:26:25 +0000 (20:26 +0000)]
Fixed syntax table for quotes since they messed up
highlighting in comments and other constructions.

27 years ago(dired-omit-size-limit): New variable.
Richard M. Stallman [Sat, 7 Dec 1996 20:15:18 +0000 (20:15 +0000)]
(dired-omit-size-limit): New variable.
(dired-omit-toggle, dired-omit-expunge): Respect it.

27 years agoGet rid of RCS id.
Richard M. Stallman [Sat, 7 Dec 1996 19:22:49 +0000 (19:22 +0000)]
Get rid of RCS id.

27 years agoDelete `units' task--it is done.
Richard M. Stallman [Sat, 7 Dec 1996 17:59:33 +0000 (17:59 +0000)]
Delete `units' task--it is done.

27 years ago(backup-buffer): Doc fix.
Karl Heuer [Fri, 6 Dec 1996 23:29:47 +0000 (23:29 +0000)]
(backup-buffer): Doc fix.

27 years ago(IT_cmgoto): Don't update FRAME_CURSOR_X when the cursor
Karl Heuer [Fri, 6 Dec 1996 23:21:53 +0000 (23:21 +0000)]
(IT_cmgoto): Don't update FRAME_CURSOR_X when the cursor
is in echo area.

27 years ago(imenu): Support integers used as positions.
Karl Heuer [Fri, 6 Dec 1996 23:20:14 +0000 (23:20 +0000)]
(imenu): Support integers used as positions.

27 years ago(ange-ftp-normal-login): If using a smart gateway,
Karl Heuer [Fri, 6 Dec 1996 23:18:25 +0000 (23:18 +0000)]
(ange-ftp-normal-login): If using a smart gateway,
but ange-ftp-gateway-host is nil, generate the login name
in the usual simple way.

27 years ago(syms_of_keyboard): Doc fix.
Karl Heuer [Thu, 5 Dec 1996 20:08:59 +0000 (20:08 +0000)]
(syms_of_keyboard): Doc fix.

27 years ago(Info-follow-reference): Add each cross-reference to
Karl Heuer [Thu, 5 Dec 1996 19:53:00 +0000 (19:53 +0000)]
(Info-follow-reference): Add each cross-reference to
completions list just once, case-insensitively.

27 years ago(PC-do-completion): Remove text properties from
Karl Heuer [Thu, 5 Dec 1996 19:52:46 +0000 (19:52 +0000)]
(PC-do-completion): Remove text properties from
completions; also use string-equal instead of equal.

27 years ago* etags.c (C_entries): Test tok.valid. This handles some
Francesco Potortì [Wed, 4 Dec 1996 10:57:01 +0000 (10:57 +0000)]
* etags.c (C_entries): Test tok.valid.  This handles some
particular cases involving function declarations that failed.
* etags.c (pfnote, fatal, error): Callers using a NULL pointer
must cast it to (char *) because we have no prototypes.
(make_C_tag): Macro deleted, new function.
(C_entries): Calls to make_C_tag macro changed to call function.

27 years agoRevert last change.
Thomas Bushnell, BSG [Thu, 21 Nov 1996 22:20:09 +0000 (22:20 +0000)]
Revert last change.

27 years ago* config.sub: Recognize gnu-gnu* along with linux-gnu* as a valid
Thomas Bushnell, BSG [Thu, 21 Nov 1996 21:51:00 +0000 (21:51 +0000)]
* config.sub: Recognize gnu-gnu* along with linux-gnu* as a valid
  kernel-os combination.  Remove `-gnu*' from the portable systems
  list.  Add `-gnu-gnu*'.  Add new rule for `-gnu*' to turn it into
  two part name.

27 years agoThu Nov 21 16:42:41 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
Thomas Bushnell, BSG [Thu, 21 Nov 1996 21:43:48 +0000 (21:43 +0000)]
Thu Nov 21 16:42:41 1996  Thomas Bushnell, n/BSG  <thomas@gnu.ai.mit.edu>

* config.guess [UNAME_SYSTEM == GNU]: Use a four-part
configuration name for gnu so it can be distinguished from
foo-foo-linux-gnu with simple globbing patterns.

27 years agogethostbyname() may return a pointer to static data, which is
Charles Hannum [Thu, 21 Nov 1996 20:47:59 +0000 (20:47 +0000)]
gethostbyname() may return a pointer to static data, which is
overwritten deep inside krb_realmofhost().  Copy the host name to
avoid conflicts.

27 years ago(w32_wnd_proc): Use dummy message to wake up thread on quit_char.
Geoff Voelker [Thu, 21 Nov 1996 07:48:37 +0000 (07:48 +0000)]
(w32_wnd_proc): Use dummy message to wake up thread on quit_char.

27 years agocleanups
David J. MacKenzie [Wed, 20 Nov 1996 21:28:32 +0000 (21:28 +0000)]
cleanups

27 years agoIf no sys/param.h, default to 8k.
David J. MacKenzie [Tue, 19 Nov 1996 18:40:34 +0000 (18:40 +0000)]
If no sys/param.h, default to 8k.

27 years agoIndent for readability.
David J. MacKenzie [Tue, 19 Nov 1996 18:34:08 +0000 (18:34 +0000)]
Indent for readability.

27 years ago[__DJGPP__ >= 2] (dos_direct_output): Faster method of
Karl Heuer [Tue, 19 Nov 1996 07:42:09 +0000 (07:42 +0000)]
[__DJGPP__ >= 2] (dos_direct_output): Faster method of
writing characters to the screen.
(SCREEN_SET_CURSOR): Remove.
(IT_display_cursor): New function, to turn the cursor on and off.
(IT_cmgoto): New function, sets the cursor to its final position
whenever frame update is complete.
(internal_terminal_init): Set IT_cmgoto as the hook to be called
when frame is up to date.
(dos_rawgetc): Call IT_cmgoto instead of the SCREEN_SET_CURSOR
macro (which is gone now).
(XMenuActivate): Turn off the cursor while the menu is displayed,
to prevent it from showing through the menu panes.

27 years ago(resize-minibuffer-frame): Don't assume minibuffer frame is selected.
Karl Heuer [Tue, 19 Nov 1996 07:38:29 +0000 (07:38 +0000)]
(resize-minibuffer-frame): Don't assume minibuffer frame is selected.

27 years ago(x-defined-colors): Use color names from w32-color-map.
Geoff Voelker [Tue, 19 Nov 1996 07:19:39 +0000 (07:19 +0000)]
(x-defined-colors): Use color names from w32-color-map.

27 years agoUse new name ms-w32.h for windowsnt.h
Geoff Voelker [Tue, 19 Nov 1996 07:15:13 +0000 (07:15 +0000)]
Use new name ms-w32.h for windowsnt.h

27 years agoUse new name w32.h for nt.h
Geoff Voelker [Tue, 19 Nov 1996 07:14:26 +0000 (07:14 +0000)]
Use new name w32.h for nt.h

27 years agoUse new names for w32 files
Geoff Voelker [Tue, 19 Nov 1996 07:04:49 +0000 (07:04 +0000)]
Use new names for w32 files

27 years agoUse new file name w32-fns.el
Geoff Voelker [Tue, 19 Nov 1996 07:04:01 +0000 (07:04 +0000)]
Use new file name w32-fns.el

27 years agoUse new file name dos-w32.el
Geoff Voelker [Tue, 19 Nov 1996 07:02:50 +0000 (07:02 +0000)]
Use new file name dos-w32.el

27 years agoUse w32 instead of ms-windows for window-system symbol
Geoff Voelker [Tue, 19 Nov 1996 06:59:17 +0000 (06:59 +0000)]
Use w32 instead of ms-windows for window-system symbol

27 years ago(init_display) [HAVE_NTGUI]: Use w32 for window-system.
Geoff Voelker [Tue, 19 Nov 1996 06:49:05 +0000 (06:49 +0000)]
(init_display) [HAVE_NTGUI]: Use w32 for window-system.

27 years agoChange identifiers of the form win32* to w32*.
Geoff Voelker [Tue, 19 Nov 1996 04:59:23 +0000 (04:59 +0000)]
Change identifiers of the form win32* to w32*.

27 years ago(special-display-p, same-window-p): Add missing
Geoff Voelker [Tue, 19 Nov 1996 04:46:30 +0000 (04:46 +0000)]
(special-display-p, same-window-p): Add missing
newlines and backslashes in help strings.

27 years ago(write-contents-hooks): Doc fix.
Karl Heuer [Sun, 17 Nov 1996 19:41:48 +0000 (19:41 +0000)]
(write-contents-hooks): Doc fix.

27 years ago*** empty log message ***
Karl Heuer [Sun, 17 Nov 1996 19:40:38 +0000 (19:40 +0000)]
*** empty log message ***

27 years ago(comint-password-prompt-regexp): Recognize AIX format.
Karl Heuer [Sun, 17 Nov 1996 19:38:48 +0000 (19:38 +0000)]
(comint-password-prompt-regexp): Recognize AIX format.

27 years agoInitial revision
Karl Heuer [Sun, 17 Nov 1996 19:30:55 +0000 (19:30 +0000)]
Initial revision

27 years agoUse simpler fn.
Simon Marshall [Sat, 16 Nov 1996 13:42:45 +0000 (13:42 +0000)]
Use simpler fn.

27 years agouse simpler fn.
Simon Marshall [Sat, 16 Nov 1996 13:37:51 +0000 (13:37 +0000)]
use simpler fn.

27 years ago(a) split lazy-lock-defer-time into lazy-lock-defer-time and lazy-lock-defer-on-the...
Simon Marshall [Sat, 16 Nov 1996 13:33:51 +0000 (13:33 +0000)]
(a) split lazy-lock-defer-time into lazy-lock-defer-time and lazy-lock-defer-on-the-fly, (b) add lazy-lock-defer-on-scrolling, (c) use these to choose one of lazy-lock-defer-line-after-change, lazy-lock-defer-rest-after-change, lazy-lock-fontify-line-after-change, lazy-lock-fontify-rest-after-change to add to after-change-functions, (d) use with-current-buffer rather than save-excursion, (e) avoid integer overflow in lazy-lock-percent-fontified.

27 years ago(a) make fast-lock-get-face-properties cope with face property lists, (b) add fast...
Simon Marshall [Sat, 16 Nov 1996 13:31:02 +0000 (13:31 +0000)]
(a) make fast-lock-get-face-properties cope with face property lists, (b) add fast-lock-verbose to control messages.

27 years ago(a) add font-lock-keywords-alist, (b) fix compilation of quoted conses in keyword...
Simon Marshall [Sat, 16 Nov 1996 13:27:49 +0000 (13:27 +0000)]
(a) add font-lock-keywords-alist, (b) fix compilation of quoted conses in keyword form, (c) make simple font-lock-match-c-style-declaration-item-and-skip-to-next and more complex font-lock-match-c++-style-declaration-item-and-skip-to-next.

27 years ago(resize-minibuffer-frame-restore): Don't assume
Karl Heuer [Thu, 14 Nov 1996 18:49:50 +0000 (18:49 +0000)]
(resize-minibuffer-frame-restore): Don't assume
minibuffer frame is selected.

27 years ago(report-emacs-bug): Reorder arguments.
Erik Naggum [Thu, 14 Nov 1996 09:17:55 +0000 (09:17 +0000)]
(report-emacs-bug): Reorder arguments.

27 years agoBunch of updates. See ChangeLog.
Per Bothner [Thu, 14 Nov 1996 02:06:05 +0000 (02:06 +0000)]
Bunch of updates.  See ChangeLog.

27 years ago(message-mode): Doc fix.
Erik Naggum [Wed, 13 Nov 1996 21:45:16 +0000 (21:45 +0000)]
(message-mode): Doc fix.

27 years agoWed Nov 13 17:51:29 1996 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
Francesco Potortì [Wed, 13 Nov 1996 17:02:40 +0000 (17:02 +0000)]
Wed Nov 13 17:51:29 1996  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>

* etags.c (grow_linebuffer): New function.
(GROW_LINEBUFFER): Macro deleted.  All callers changed.
(make_tag): Macro renamed to make_C_tag.  All callers changed.
(<stdlib.h>, <string.h>) [STDC_HEADERS]: New #include's.
(Prolog_functions): prolog_skip_comment was called with wrong
number of arguments.
(xrealloc): fatal was called with wrong number of arguments

27 years ago(report-emacs-bug): New argument recent-keys read before bug subject
Erik Naggum [Wed, 13 Nov 1996 16:33:28 +0000 (16:33 +0000)]
(report-emacs-bug): New argument recent-keys read before bug subject
to capture more relevant recent input.

27 years agocosmetic tweaks
David J. MacKenzie [Tue, 12 Nov 1996 18:52:10 +0000 (18:52 +0000)]
cosmetic tweaks

27 years ago(redisplay_window): When handling scroll_conservatively,
Richard M. Stallman [Tue, 12 Nov 1996 07:12:24 +0000 (07:12 +0000)]
(redisplay_window): When handling scroll_conservatively,
scroll a little farther for the sake of scroll_margin.

27 years ago(find-grep-options): Treat solaris, irix like BSD.
Richard M. Stallman [Tue, 12 Nov 1996 06:04:05 +0000 (06:04 +0000)]
(find-grep-options): Treat solaris, irix like BSD.

27 years ago(Fmodify_frame_parameters): Use alist in reverse order.
Richard M. Stallman [Tue, 12 Nov 1996 06:03:20 +0000 (06:03 +0000)]
(Fmodify_frame_parameters): Use alist in reverse order.

27 years agomore bug fixes
David J. MacKenzie [Tue, 12 Nov 1996 04:49:23 +0000 (04:49 +0000)]
more bug fixes

27 years ago(isearch-complete1): If no completion,
Richard M. Stallman [Tue, 12 Nov 1996 04:26:06 +0000 (04:26 +0000)]
(isearch-complete1): If no completion,
don't clobber isearch-string, and return nil.

27 years ago(Fexpand_abbrev): If the abbrev's expansion is nil,
Richard M. Stallman [Tue, 12 Nov 1996 04:13:06 +0000 (04:13 +0000)]
(Fexpand_abbrev): If the abbrev's expansion is nil,
don't expand it, but do still call the hook.
(Fdefine_abbrev): Allow anything for EXPANSION.

27 years ago(choose_minibuf_frame): Don't change selected_frame's
Richard M. Stallman [Mon, 11 Nov 1996 23:25:46 +0000 (23:25 +0000)]
(choose_minibuf_frame): Don't change selected_frame's
selected window even if it is a minibuffer window, if it is active.

27 years ago(combine-after-change-calls): The first form is not special.
Erik Naggum [Mon, 11 Nov 1996 20:42:08 +0000 (20:42 +0000)]
(combine-after-change-calls): The first form is not special.

27 years ago(Fcall_last_kbd_macro): Set this_command from last_command
Richard M. Stallman [Mon, 11 Nov 1996 20:33:21 +0000 (20:33 +0000)]
(Fcall_last_kbd_macro): Set this_command from last_command
on entry and again on exit.

27 years agoInclude frame.h and window.h.
Richard M. Stallman [Mon, 11 Nov 1996 20:32:48 +0000 (20:32 +0000)]
Include frame.h and window.h.
(Fy_or_n_p): Handle minibuffer_auto_raise here.

27 years ago(scroll_margin): New variable.
Richard M. Stallman [Mon, 11 Nov 1996 00:35:31 +0000 (00:35 +0000)]
(scroll_margin): New variable.
(init_xdisp): Set up Lisp variable.
(redisplay_window): Implement scroll_margin; don't use old start pos
if point is inside the margin.

27 years ago(window_scroll): Handle scroll_margin
Richard M. Stallman [Mon, 11 Nov 1996 00:34:50 +0000 (00:34 +0000)]
(window_scroll): Handle scroll_margin
by putting point at a place that won't force recentering.

27 years ago(dired-jump): Never turn omitting *on*.
Richard M. Stallman [Sun, 10 Nov 1996 23:41:13 +0000 (23:41 +0000)]
(dired-jump): Never turn omitting *on*.
Refresh the line *before* turning omitting off.

27 years ago(describe-variable): Pretty-print the values.
Richard M. Stallman [Sun, 10 Nov 1996 18:52:18 +0000 (18:52 +0000)]
(describe-variable): Pretty-print the values.
Put doc string first, if the value is long.

27 years ago(define-key-after): If AFTER is t, always put new binding at the end.
Richard M. Stallman [Sun, 10 Nov 1996 05:02:38 +0000 (05:02 +0000)]
(define-key-after): If AFTER is t, always put new binding at the end.

27 years ago(Fdelete_other_windows): Set optional_new_start instead of force_start.
Richard M. Stallman [Sun, 10 Nov 1996 00:26:03 +0000 (00:26 +0000)]
(Fdelete_other_windows): Set optional_new_start instead of force_start.

27 years ago(redisplay_window): Handle optional_new_start.
Richard M. Stallman [Sun, 10 Nov 1996 00:25:30 +0000 (00:25 +0000)]
(redisplay_window): Handle optional_new_start.

27 years ago(struct window): New field optional_new_start.
Richard M. Stallman [Sun, 10 Nov 1996 00:25:20 +0000 (00:25 +0000)]
(struct window): New field optional_new_start.

27 years ago(sh-set-shell): Pass args no-query-flag
Richard M. Stallman [Sat, 9 Nov 1996 22:17:58 +0000 (22:17 +0000)]
(sh-set-shell): Pass args no-query-flag
and insert-flag to executable-set-magic.
Don't call executable-set-magic if insert-flag is nil.
(sh-mode): Always call sh-set-shell, but use insert-flag arg
to control whether to call executable-set-magic.
No need to set comment-start-skip directly here.

(sh-mode): Parse the interpreter from the file text.

27 years ago(combine-after-change-calls): Add lisp-indent-function property.
Richard M. Stallman [Sat, 9 Nov 1996 21:48:25 +0000 (21:48 +0000)]
(combine-after-change-calls): Add lisp-indent-function property.

27 years ago(combine-after-change-calls): New def-edebug-spec.
Richard M. Stallman [Sat, 9 Nov 1996 21:48:07 +0000 (21:48 +0000)]
(combine-after-change-calls): New def-edebug-spec.

27 years ago(combine-after-change-calls): New macro.
Richard M. Stallman [Sat, 9 Nov 1996 21:46:35 +0000 (21:46 +0000)]
(combine-after-change-calls): New macro.

27 years ago(main): Call syms_of_insdel.
Richard M. Stallman [Sat, 9 Nov 1996 21:36:20 +0000 (21:36 +0000)]
(main): Call syms_of_insdel.

27 years ago(signal_after_change): If Vcombine_after_change_calls,
Richard M. Stallman [Sat, 9 Nov 1996 21:36:00 +0000 (21:36 +0000)]
(signal_after_change): If Vcombine_after_change_calls,
save up changes in combine_after_change_list.
(Fcombine_after_change_execute)
(Fcombine_after_change_execute_1): New subroutines.
(syms_of_insdel): New function.

27 years ago(comint-output-filter): Run comint-output-filter-functions
Richard M. Stallman [Sat, 9 Nov 1996 09:21:20 +0000 (09:21 +0000)]
(comint-output-filter): Run comint-output-filter-functions
directly, not via comint-output-filter.

27 years ago(list-diary-entries): Reread the diary file if it has changed.
Richard M. Stallman [Sat, 9 Nov 1996 09:06:52 +0000 (09:06 +0000)]
(list-diary-entries): Reread the diary file if it has changed.

27 years ago(revert-buffer): Doc fix.
Richard M. Stallman [Sat, 9 Nov 1996 09:04:52 +0000 (09:04 +0000)]
(revert-buffer): Doc fix.

(wildcard-to-regexp): Don't treat [] as special.

27 years ago(map-y-or-n-p): Handle minibuffer-auto-raise here.
Richard M. Stallman [Sat, 9 Nov 1996 08:50:43 +0000 (08:50 +0000)]
(map-y-or-n-p): Handle minibuffer-auto-raise here.

27 years ago(fns.o): Depend on window.h.
Richard M. Stallman [Sat, 9 Nov 1996 05:44:07 +0000 (05:44 +0000)]
(fns.o): Depend on window.h.

27 years ago(fns.o): Depend on frame.h.
Richard M. Stallman [Sat, 9 Nov 1996 05:41:20 +0000 (05:41 +0000)]
(fns.o): Depend on frame.h.

27 years ago* etags.c (relative_filename): Bug corrected.
Francesco Potortì [Fri, 8 Nov 1996 13:30:38 +0000 (13:30 +0000)]
* etags.c (relative_filename): Bug corrected.
(etags_getcwd): Avoid warning of unused variable.
(C_entries, consider_token): Added support for enum labels.

27 years agopatches from bug-gnu-utils to support more architectures
David J. MacKenzie [Fri, 8 Nov 1996 07:35:31 +0000 (07:35 +0000)]
patches from bug-gnu-utils to support more architectures

27 years ago(Fgarbage_collect): Use Vhistory_length for truncating Vcommand_history.
Richard M. Stallman [Thu, 7 Nov 1996 21:14:18 +0000 (21:14 +0000)]
(Fgarbage_collect): Use Vhistory_length for truncating Vcommand_history.

27 years ago[emacs] (malloc, free): Define as xmalloc, and xfree.
Richard M. Stallman [Thu, 7 Nov 1996 21:13:22 +0000 (21:13 +0000)]
[emacs] (malloc, free): Define as xmalloc, and xfree.

27 years ago(Fmodify_frame_parameters): Doc fix.
Richard M. Stallman [Thu, 7 Nov 1996 21:12:46 +0000 (21:12 +0000)]
(Fmodify_frame_parameters): Doc fix.

27 years ago(sh-mode-syntax-table): Turn on comment syntax for #,
Richard M. Stallman [Thu, 7 Nov 1996 06:21:19 +0000 (06:21 +0000)]
(sh-mode-syntax-table): Turn on comment syntax for #,
comment-end for newline, string for `, and excape for $.
rc can use the same as sh.  Move csh after sh.
(sh-comment-prefix, sh-font-lock-keyw-rds-only): Variables deleted.
(sh-mode): Adjust setting of font-lock-defaults.
(sh-font-lock-keywords): No need for anything special for comments.
(sh-set-shell, sh-mode): Set comment-start-skip to a simple constant.

27 years ago(USG5 or BSD_SYSTEM or LINUX): Include fcntl.h.
Richard M. Stallman [Thu, 7 Nov 1996 06:07:00 +0000 (06:07 +0000)]
(USG5 or BSD_SYSTEM or LINUX): Include fcntl.h.
(Ffile_readable_p): Return immediately if stat fails.
Call S_ISFIFO correctly.

27 years ago(sh-mode): Set `comment-start-skip'; otherwise
Richard M. Stallman [Thu, 7 Nov 1996 05:59:43 +0000 (05:59 +0000)]
(sh-mode): Set `comment-start-skip'; otherwise
only set if `sh-set-shell' gets called.

27 years ago(Ffile_attributes): Represent inode number as a pair of
Richard M. Stallman [Thu, 7 Nov 1996 05:46:56 +0000 (05:46 +0000)]
(Ffile_attributes): Represent inode number as a pair of
integers in case inode numbers do not fit in a Lisp integer.

27 years ago(locallisppath): Add leim directory.
Richard M. Stallman [Thu, 7 Nov 1996 04:21:08 +0000 (04:21 +0000)]
(locallisppath): Add leim directory.

27 years ago(display-time-format): New variable.
Richard M. Stallman [Thu, 7 Nov 1996 03:51:16 +0000 (03:51 +0000)]
(display-time-format): New variable.
(display-time-string-forms): Use display-time-format.

27 years ago(vc-backend-print-log): Use "cvs log" to get log entries, not "cvs rlog".
Richard M. Stallman [Thu, 7 Nov 1996 03:17:16 +0000 (03:17 +0000)]
(vc-backend-print-log): Use "cvs log" to get log entries, not "cvs rlog".

27 years agoClarify initial-frame-alist and default-frame-alist.
Richard M. Stallman [Thu, 7 Nov 1996 00:16:51 +0000 (00:16 +0000)]
Clarify initial-frame-alist and default-frame-alist.

27 years ago(scroll_conservatively): New variable.
Richard M. Stallman [Wed, 6 Nov 1996 23:26:02 +0000 (23:26 +0000)]
(scroll_conservatively): New variable.
(redisplay_window): Obey it.
(syms_of_xdisp): Set up Lisp var.

27 years ago(Fencode_time): Doc fix.
Richard M. Stallman [Wed, 6 Nov 1996 22:52:06 +0000 (22:52 +0000)]
(Fencode_time): Doc fix.

27 years ago(narrow-to-page): With negative arg, move back one extra
Richard M. Stallman [Wed, 6 Nov 1996 22:42:41 +0000 (22:42 +0000)]
(narrow-to-page): With negative arg, move back one extra
page unless we start right after a page delimiter.

27 years ago[__DJGPP_MINOR__ == 0] (_rename): New function, a
Richard M. Stallman [Wed, 6 Nov 1996 19:51:38 +0000 (19:51 +0000)]
[__DJGPP_MINOR__ == 0] (_rename): New function, a
substitute for library low-level file-renaming function which
works around Windows 95 bug.

27 years ago(minor-mode-alist): Don't use purecopy.
Richard M. Stallman [Wed, 6 Nov 1996 19:03:53 +0000 (19:03 +0000)]
(minor-mode-alist): Don't use purecopy.

27 years ago(window_loop, case GET_BUFFER_WINDOW):
Richard M. Stallman [Wed, 6 Nov 1996 07:38:41 +0000 (07:38 +0000)]
(window_loop, case GET_BUFFER_WINDOW):
Don't find any minibuffer window
except the one that is currently in use.

27 years ago(Fencode_time): Use xfree, not free.
Richard M. Stallman [Tue, 5 Nov 1996 19:49:19 +0000 (19:49 +0000)]
(Fencode_time): Use xfree, not free.

27 years ago(PRINTFINISH): Use xfree, not free.
Richard M. Stallman [Tue, 5 Nov 1996 19:48:26 +0000 (19:48 +0000)]
(PRINTFINISH): Use xfree, not free.