bpt/emacs.git
27 years ago(sort-columns): Don't use `sort' utility if the text has text properties.
Richard M. Stallman [Tue, 10 Dec 1996 07:26:02 +0000 (07:26 +0000)]
(sort-columns): Don't use `sort' utility if the text has text properties.

27 years ago(timer-next-integral-multiple-of-time): Doc fix.
Richard M. Stallman [Tue, 10 Dec 1996 07:24:21 +0000 (07:24 +0000)]
(timer-next-integral-multiple-of-time): Doc fix.

27 years ago(thing-at-point-url-chars): Allow comma, = and &.
Richard M. Stallman [Tue, 10 Dec 1996 07:19:54 +0000 (07:19 +0000)]
(thing-at-point-url-chars): Allow comma, = and &.
(url): Move back over commas at the end.

27 years ago(normal-top-level, command-line, command-line-1):
Geoff Voelker [Mon, 9 Dec 1996 23:38:03 +0000 (23:38 +0000)]
(normal-top-level, command-line, command-line-1):
User w32 instead of ms-windows for window-system symbol.

27 years ago(Fread_file_name_internal): Verify STRING is a string.
Richard M. Stallman [Mon, 9 Dec 1996 06:38:01 +0000 (06:38 +0000)]
(Fread_file_name_internal): Verify STRING is a string.
(Fread_file_name): Don't insert DIR or INITIAL if it isn't a string.

27 years ago(gnus-button-alist): Allow whitespace in `<URL:...'
Richard M. Stallman [Mon, 9 Dec 1996 06:37:30 +0000 (06:37 +0000)]
(gnus-button-alist): Allow whitespace in `<URL:...'
markup (rfc1738), done last, after possible partial matches.
(gnus-button-url): Zap any whitespace from a <URL:...> match.

27 years ago(disabled-command-hook): Use `defvar' and add documentation string.
Erik Naggum [Mon, 9 Dec 1996 04:21:11 +0000 (04:21 +0000)]
(disabled-command-hook): Use `defvar' and add documentation string.
(disabled-command-hook): New option ! turns off disabled commands.

27 years ago(Fuser_full_name): Use build_string instead of make_string.
Richard M. Stallman [Mon, 9 Dec 1996 02:41:44 +0000 (02:41 +0000)]
(Fuser_full_name): Use build_string instead of make_string.

27 years ago(rs6000-ibm-aix4.2): New alternative.
Richard M. Stallman [Mon, 9 Dec 1996 02:29:24 +0000 (02:29 +0000)]
(rs6000-ibm-aix4.2): New alternative.
(rs6000-ibm-aix4.0): New alternative.
(rs6000-ibm-aix4*): Assume aix 4.1 by default.

27 years ago(Fend_of_line, Fbeginning_of_line): Declared.
Richard M. Stallman [Mon, 9 Dec 1996 00:51:15 +0000 (00:51 +0000)]
(Fend_of_line, Fbeginning_of_line): Declared.

27 years ago(gnus-read-init-file): Don't load anything if init-file-user is nil.
Richard M. Stallman [Sun, 8 Dec 1996 22:00:45 +0000 (22:00 +0000)]
(gnus-read-init-file): Don't load anything if init-file-user is nil.

27 years ago(status_notify): Test p->infd > 0
Richard M. Stallman [Sun, 8 Dec 1996 21:36:42 +0000 (21:36 +0000)]
(status_notify): Test p->infd > 0
before each call to read_process_output.
(read_process_output): Handle match data properly in recursive calls.
(exec_sentinel): Likewise.

27 years ago(iconify-or-deiconify-frame): Define to be a
Richard M. Stallman [Sun, 8 Dec 1996 08:24:03 +0000 (08:24 +0000)]
(iconify-or-deiconify-frame): Define to be a
no-op, so commands that call it (like viper.el) work.

27 years ago(texinfo-font-lock-keywords): Add `url', `email'.
Richard M. Stallman [Sun, 8 Dec 1996 08:22:59 +0000 (08:22 +0000)]
(texinfo-font-lock-keywords): Add `url', `email'.

27 years ago(Fuser_full_name): Accept a string (the login name) as
Richard M. Stallman [Sun, 8 Dec 1996 08:20:50 +0000 (08:20 +0000)]
(Fuser_full_name): Accept a string (the login name) as
a parameter.  Do ampersand expansion, if required.
(init_editfns): Use it.

27 years ago(syms_of_minibuf): Doc fix.
Richard M. Stallman [Sun, 8 Dec 1996 08:20:17 +0000 (08:20 +0000)]
(syms_of_minibuf): Doc fix.

27 years ago(Fline_beginning_position, Fline_end_position): New fns.
Richard M. Stallman [Sun, 8 Dec 1996 08:18:52 +0000 (08:18 +0000)]
(Fline_beginning_position, Fline_end_position): New fns.

(Fuser_full_name): Accept an optional UID and return
the full name of that user instead.

27 years ago(Info-get-token): Find tokens where START matches
Richard M. Stallman [Sun, 8 Dec 1996 07:37:55 +0000 (07:37 +0000)]
(Info-get-token): Find tokens where START matches

27 years ago(PENTIUM:CPunix:4.0*:*): New case.
Richard Kenner [Sat, 7 Dec 1996 22:47:59 +0000 (22:47 +0000)]
(PENTIUM:CPunix:4.0*:*): New case.

27 years ago(mouse-drag-mode-line): Don't get error
Richard M. Stallman [Sat, 7 Dec 1996 22:19:50 +0000 (22:19 +0000)]
(mouse-drag-mode-line): Don't get error
about sole window, if we don't actually try to change the size.

27 years ago(isearch-no-upper-case-p): Use downcase
Richard M. Stallman [Sat, 7 Dec 1996 22:17:50 +0000 (22:17 +0000)]
(isearch-no-upper-case-p): Use downcase
so that we handle arbitrary kinds of casification.

27 years ago(mail-reply-action): Renamed from mail-reply-buffer.
Richard M. Stallman [Sat, 7 Dec 1996 22:16:27 +0000 (22:16 +0000)]
(mail-reply-action): Renamed from mail-reply-buffer.
(mail-yank-original): Handle either an action or a buffer
in mail-reply-action.
(mail): Doc fix.

(mail-mode-fill-paragraph): New function.
(mail-mode): Set fill-paragraph-function.

27 years ago(rmail-start-mail): Rewrite to use compose-mail.
Richard M. Stallman [Sat, 7 Dec 1996 22:13:48 +0000 (22:13 +0000)]
(rmail-start-mail): Rewrite to use compose-mail.
Two new arguments.
(rmail-forward): Always call rmail-start-mail, never `mail'.

27 years ago(compose-mail): Handle several more args:
Richard M. Stallman [Sat, 7 Dec 1996 21:30:17 +0000 (21:30 +0000)]
(compose-mail): Handle several more args:
other-headers continue switch-function yank-action send-action.
(sendmail-user-agent): Rewrite to handle new args.
(assoc-ignore-case): New function.
(define-mail-user-agent): Doc fix.

27 years ago(perform-replace): Obey minibuffer-auto-raise.
Richard M. Stallman [Sat, 7 Dec 1996 21:23:37 +0000 (21:23 +0000)]
(perform-replace): Obey minibuffer-auto-raise.

27 years ago(jka-compr-temp-name-template): Initialize using TMPDIR.
Richard M. Stallman [Sat, 7 Dec 1996 21:22:27 +0000 (21:22 +0000)]
(jka-compr-temp-name-template): Initialize using TMPDIR.

27 years ago(thing-at-point-url-chars): Allow period.
Richard M. Stallman [Sat, 7 Dec 1996 21:20:10 +0000 (21:20 +0000)]
(thing-at-point-url-chars): Allow period.
(url): Move back over periods at the end.

Downcase arguments as Lisp symbols.
Fix many doc strings.
(thing-at-point-file-name-chars): Renamed from file-name-chars.
Allow a colon.
(thing-at-point-url-chars): New variable.
(url): Define new kind of "thing".

27 years ago(MAYBE_GC): New macro.
Richard M. Stallman [Sat, 7 Dec 1996 21:12:17 +0000 (21:12 +0000)]
(MAYBE_GC): New macro.
(Fbyte_code): Use MAYBE_GC in every goto opcode.

27 years ago(Vtemp_file_name_pattern): New variable.
Richard M. Stallman [Sat, 7 Dec 1996 21:10:03 +0000 (21:10 +0000)]
(Vtemp_file_name_pattern): New variable.

27 years agoRecognize vax-*-netbsd*.
Richard M. Stallman [Sat, 7 Dec 1996 20:51:34 +0000 (20:51 +0000)]
Recognize vax-*-netbsd*.

27 years ago(etags-file-of-tag): Expand the file name
Richard M. Stallman [Sat, 7 Dec 1996 20:38:40 +0000 (20:38 +0000)]
(etags-file-of-tag): Expand the file name
using the truename of default-directory.

27 years ago(sendmail-user-agent): Support 2 optional args.
Richard M. Stallman [Sat, 7 Dec 1996 20:36:21 +0000 (20:36 +0000)]
(sendmail-user-agent): Support 2 optional args.
(define-mail-user-agent): Doc fix.

27 years ago(byte-compile-insert-header): If emacs-version
Richard M. Stallman [Sat, 7 Dec 1996 20:34:15 +0000 (20:34 +0000)]
(byte-compile-insert-header): If emacs-version
ends with a letter, don't check the version number.

27 years ago(pascal-mode): Make comment-indent-function buffer local.
Richard M. Stallman [Sat, 7 Dec 1996 20:33:22 +0000 (20:33 +0000)]
(pascal-mode): Make comment-indent-function buffer local.

27 years ago(mouse-major-mode-menu): Propagate prefix arg
Richard M. Stallman [Sat, 7 Dec 1996 20:32:35 +0000 (20:32 +0000)]
(mouse-major-mode-menu): Propagate prefix arg
to the command that is run.

27 years ago(isearch-mode): Maybe make minibuffer frame visible and/or raise it.
Richard M. Stallman [Sat, 7 Dec 1996 20:31:38 +0000 (20:31 +0000)]
(isearch-mode): Maybe make minibuffer frame visible and/or raise it.

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.