bpt/emacs.git
27 years ago(send_process): GCPRO object.
Richard M. Stallman [Thu, 22 Aug 1996 02:57:09 +0000 (02:57 +0000)]
(send_process): GCPRO object.

27 years ago(keyboard-translate): Use a char-table.
Richard M. Stallman [Wed, 21 Aug 1996 20:36:30 +0000 (20:36 +0000)]
(keyboard-translate): Use a char-table.
(keyboard-translate-table): Add char-table-extra-slots property.

27 years agoConditionalize the changes below on not __linux__.
Richard M. Stallman [Wed, 21 Aug 1996 20:18:00 +0000 (20:18 +0000)]
Conditionalize the changes below on  not __linux__.

Include reloc.h and elf_abi.h.
(rel_dyn_section, dynstr_section, dynsym_section): New variables.
(old_data_scnhdr): New variable.
(CHECK_SCNHDR): Compare just 8 chars of section name.
(unexec): Check for rel_dyn_section, dynsym_section, dynstr_section.
Do call update_dynamic_symbols.
(update_dynamic_symbols): Finish it up and take away #if 0.

27 years ago(kill-region): inhibit-read-only overrides text props too.
Richard M. Stallman [Wed, 21 Aug 1996 16:20:39 +0000 (16:20 +0000)]
(kill-region): inhibit-read-only overrides text props too.

27 years ago(x_set_scroll_bar_width): Call x_set_window_size when arg is nil.
Richard M. Stallman [Wed, 21 Aug 1996 04:53:08 +0000 (04:53 +0000)]
(x_set_scroll_bar_width): Call x_set_window_size when arg is nil.

27 years ago(revert-buffer): Doc fix.
Richard M. Stallman [Tue, 20 Aug 1996 21:22:41 +0000 (21:22 +0000)]
(revert-buffer): Doc fix.

27 years ago[fixing previous change]
Karl Heuer [Tue, 20 Aug 1996 20:50:35 +0000 (20:50 +0000)]
[fixing previous change]
(change-log-mode-map): Don't bind M-q.
(change-log-mode): Set fill-paragraph-function instead.

27 years ago(makefile-font-lock-keywords): Catch variable
Richard M. Stallman [Tue, 20 Aug 1996 20:42:52 +0000 (20:42 +0000)]
(makefile-font-lock-keywords): Catch variable
references that use substitutions.

27 years ago(change-log-mode): Set fill-paragraph-function.
Karl Heuer [Tue, 20 Aug 1996 19:11:55 +0000 (19:11 +0000)]
(change-log-mode): Set fill-paragraph-function.
(change-log-mode-map): Deleted; no bindings left.

27 years ago(ielm-map): Don't bind M-q.
Karl Heuer [Tue, 20 Aug 1996 19:10:47 +0000 (19:10 +0000)]
(ielm-map): Don't bind M-q.
(inferior-emacs-lisp-mode): Set fill-paragraph-function instead.

27 years ago(unexec): Copy the .got section.
Richard M. Stallman [Mon, 19 Aug 1996 16:53:35 +0000 (16:53 +0000)]
(unexec): Copy the .got section.

27 years ago(modify-face): Handle nil as stipple value.
Richard M. Stallman [Mon, 19 Aug 1996 16:31:27 +0000 (16:31 +0000)]
(modify-face): Handle nil as stipple value.
(internal-face-interactive-stipple): New function.
(set-face-stipple): Use internal-face-interactive-stipple.

27 years ago(NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
Richard M. Stallman [Sun, 18 Aug 1996 20:30:29 +0000 (20:30 +0000)]
(NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
New variables that affect linking only.
(alpha-dec-osf*): Use those instead of previous change.

27 years ago(rfc822-bad-address): Don't put a newline into the
Richard M. Stallman [Sun, 18 Aug 1996 01:18:56 +0000 (01:18 +0000)]
(rfc822-bad-address): Don't put a newline into the
error message; this confuses rmail.

27 years ago(Fx_open_connection): Don't set Vx_resource_name.
Richard M. Stallman [Sat, 17 Aug 1996 16:57:21 +0000 (16:57 +0000)]
(Fx_open_connection): Don't set Vx_resource_name.

27 years ago(mouse-drag-region): Don't call mouse-set-region-1
Richard M. Stallman [Sat, 17 Aug 1996 16:56:19 +0000 (16:56 +0000)]
(mouse-drag-region): Don't call mouse-set-region-1
if mark is gone or no longer active or if we changed buffers.

27 years ago(rmail-ignored-headers): Remove extra paren.
Erik Naggum [Sat, 17 Aug 1996 11:53:54 +0000 (11:53 +0000)]
(rmail-ignored-headers): Remove extra paren.

27 years ago(rmail-ignored-headers): Hide X-char* and X-face, but not Sender.
Richard M. Stallman [Sat, 17 Aug 1996 07:20:46 +0000 (07:20 +0000)]
(rmail-ignored-headers): Hide X-char* and X-face, but not Sender.

27 years ago(decipher-get-undo-copy): New function.
Richard M. Stallman [Sat, 17 Aug 1996 03:12:18 +0000 (03:12 +0000)]
(decipher-get-undo-copy): New function.
(decipher-get-undo): Use it.

27 years ago(shell-command): Really use output-buffer in synchronous
Richard M. Stallman [Sat, 17 Aug 1996 02:10:31 +0000 (02:10 +0000)]
(shell-command): Really use output-buffer in synchronous
case, when it is a buffer.

27 years ago(Fdelete_backward_char): Fix off-by-one error.
Karl Heuer [Fri, 16 Aug 1996 23:14:09 +0000 (23:14 +0000)]
(Fdelete_backward_char): Fix off-by-one error.
Treat deleted newline specially.

27 years ago(rmail-ignored-headers): Ignore Path:, Sender:, X-mailer:.
Richard M. Stallman [Fri, 16 Aug 1996 19:09:34 +0000 (19:09 +0000)]
(rmail-ignored-headers): Ignore Path:, Sender:, X-mailer:.

27 years ago(Fbyte_code): For relative gotos, force signed arithmetic.
Richard M. Stallman [Fri, 16 Aug 1996 19:08:24 +0000 (19:08 +0000)]
(Fbyte_code): For relative gotos, force signed arithmetic.

27 years ago(ange-ftp-process-filter): Discard nulls.
Richard M. Stallman [Fri, 16 Aug 1996 17:21:31 +0000 (17:21 +0000)]
(ange-ftp-process-filter): Discard nulls.

27 years ago(modify-face): Handle stipple values
Richard M. Stallman [Fri, 16 Aug 1996 05:09:09 +0000 (05:09 +0000)]
(modify-face): Handle stipple values
of the form (WIDTH HEIGHT DATA).

27 years agoComment change.
Richard M. Stallman [Thu, 15 Aug 1996 21:18:04 +0000 (21:18 +0000)]
Comment change.

27 years ago(install-arch-indep): Install info/messages.
Richard M. Stallman [Thu, 15 Aug 1996 18:48:58 +0000 (18:48 +0000)]
(install-arch-indep): Install info/messages.

27 years ago(news-inews-program): Look for /usr/contrib/lib/news/inews.
Richard M. Stallman [Thu, 15 Aug 1996 03:03:16 +0000 (03:03 +0000)]
(news-inews-program): Look for /usr/contrib/lib/news/inews.

27 years ago(html-tag-alist): Fix the entry for "font".
Richard M. Stallman [Wed, 14 Aug 1996 21:32:10 +0000 (21:32 +0000)]
(html-tag-alist): Fix the entry for "font".

27 years agoMany changes.
Richard M. Stallman [Wed, 14 Aug 1996 20:43:03 +0000 (20:43 +0000)]
Many changes.

27 years ago(message-mode): Delete abbrev mode initialization.
Erik Naggum [Wed, 14 Aug 1996 02:47:51 +0000 (02:47 +0000)]
(message-mode): Delete abbrev mode initialization.
(message-mode-hook): Move it here, instead, so the user can override it.

27 years ago(message-y-or-n-p, message-talkative-question, message-flatten-list,
Erik Naggum [Wed, 14 Aug 1996 02:09:54 +0000 (02:09 +0000)]
(message-y-or-n-p, message-talkative-question, message-flatten-list,
message-flatten-list-1): Move utility functions up so macro is defined
before first invocation.

27 years agonew version from Torbj�Einarsson.
Erik Naggum [Wed, 14 Aug 1996 01:59:41 +0000 (01:59 +0000)]
new version from Torbj�Einarsson.

27 years agoShow how to reorder buffers.
Richard M. Stallman [Tue, 13 Aug 1996 21:25:03 +0000 (21:25 +0000)]
Show how to reorder buffers.

27 years ago(ange-ftp-kill-ftp-process): Handle buffer name as arg.
Richard M. Stallman [Tue, 13 Aug 1996 18:29:36 +0000 (18:29 +0000)]
(ange-ftp-kill-ftp-process): Handle buffer name as arg.

27 years agoFix include file name.
Richard M. Stallman [Tue, 13 Aug 1996 15:27:23 +0000 (15:27 +0000)]
Fix include file name.
(NO_FILIO_H): Move definition.

27 years ago(update_one_menu_entry): Fix previous change:
Richard M. Stallman [Mon, 12 Aug 1996 18:57:08 +0000 (18:57 +0000)]
(update_one_menu_entry): Fix previous change:
When XmIsCascadeButton, don't call XmCreateCascadeButtonGadget,
just modify the existing one.

27 years ago(isearch-whitespace-chars): If isearch-invalid-regexp, insert just a space.
Richard M. Stallman [Sun, 11 Aug 1996 00:19:31 +0000 (00:19 +0000)]
(isearch-whitespace-chars): If isearch-invalid-regexp, insert just a space.

27 years ago(POSIX_SIGNALS): Don't define it, #undef instead.
Richard M. Stallman [Sat, 10 Aug 1996 23:42:03 +0000 (23:42 +0000)]
(POSIX_SIGNALS): Don't define it, #undef instead.
(NO_SOCKETS_IN_FILE_SYSTEM): Definition deleted.
(sigblock): New definition.

27 years ago(LOAD_AVE_TYPE, FSCALE, LOAD_AVE_CVT): Undef them before defining.
Richard M. Stallman [Sat, 10 Aug 1996 18:58:06 +0000 (18:58 +0000)]
(LOAD_AVE_TYPE, FSCALE, LOAD_AVE_CVT): Undef them before defining.

27 years ago(i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*): Fix previous change.
Richard M. Stallman [Sat, 10 Aug 1996 18:51:31 +0000 (18:51 +0000)]
(i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*): Fix previous change.

27 years ago(merge_widget_value): Undo previous change.
Richard M. Stallman [Sat, 10 Aug 1996 18:51:19 +0000 (18:51 +0000)]
(merge_widget_value): Undo previous change.

27 years ago(update_one_menu_entry): When creating a pulldown
Richard M. Stallman [Sat, 10 Aug 1996 18:48:18 +0000 (18:48 +0000)]
(update_one_menu_entry): When creating a pulldown
in an existing but empty menu item, in order to get a new functional
pulldown, the menu item must be switched from an XmPushButtonGadget
into a XmCascadeButtonGadget.

27 years ago(bibtex-mode): Set normal-auto-fill-function locally;
Richard M. Stallman [Fri, 9 Aug 1996 22:31:46 +0000 (22:31 +0000)]
(bibtex-mode): Set normal-auto-fill-function locally;
don't set auto-fill-function.  Don't turn on Auto Fill mode.

27 years ago[__ELF__] (UNEXEC): Use unexelf1.c.
Richard M. Stallman [Fri, 9 Aug 1996 22:04:54 +0000 (22:04 +0000)]
[__ELF__] (UNEXEC): Use unexelf1.c.

27 years ago[__ELF__ && __GNUC__] (C_SWITCH_MACHINE): Add -fno-common.
Richard M. Stallman [Fri, 9 Aug 1996 22:00:35 +0000 (22:00 +0000)]
[__ELF__ && __GNUC__] (C_SWITCH_MACHINE): Add -fno-common.
(TEXT_START, DATA_START, DATA_SEG_BITS, UNEXEC): Define only if
__ELF__ is not defined.
(LINUX_SBRK_BUG): Define only if LINUX and __GNU_LIBRARY__ < 6.
(NO_TERMIO): Always define this.  No Alpha system should need termio.
(COFF, DATA_END): Define only if __ELF__ is not defined.

27 years agoInitial revision
Richard M. Stallman [Fri, 9 Aug 1996 21:57:00 +0000 (21:57 +0000)]
Initial revision

27 years ago(WinMain): Put a space between the binary and its args.
Richard M. Stallman [Fri, 9 Aug 1996 18:40:18 +0000 (18:40 +0000)]
(WinMain): Put a space between the binary and its args.

27 years ago(re_max_failures): Increase to 20000 again.
Richard M. Stallman [Fri, 9 Aug 1996 10:44:37 +0000 (10:44 +0000)]
(re_max_failures): Increase to 20000 again.

27 years ago(i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*): New alternative.
Richard M. Stallman [Fri, 9 Aug 1996 03:00:37 +0000 (03:00 +0000)]
(i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*): New alternative.

27 years agoInitial revision
Richard M. Stallman [Fri, 9 Aug 1996 02:52:02 +0000 (02:52 +0000)]
Initial revision

27 years agoDon't include filio.h if NO_FILIO_H.
Richard M. Stallman [Fri, 9 Aug 1996 02:51:36 +0000 (02:51 +0000)]
Don't include filio.h if NO_FILIO_H.

27 years ago(alpha-dec-osf*): Specify GCC_TEST_OPTIONS and NON_GCC_TEST_OPTIONS.
Richard M. Stallman [Thu, 8 Aug 1996 20:24:36 +0000 (20:24 +0000)]
(alpha-dec-osf*): Specify GCC_TEST_OPTIONS and NON_GCC_TEST_OPTIONS.

27 years ago(GETTIMEOFDAY_ONE_ARGUMENT): Conditionalize on HAVE_GETTIMEOFDAY.
Richard M. Stallman [Thu, 8 Aug 1996 20:05:31 +0000 (20:05 +0000)]
(GETTIMEOFDAY_ONE_ARGUMENT): Conditionalize on HAVE_GETTIMEOFDAY.

27 years ago(set_time_zone_rule): Don't put a string literal
Richard M. Stallman [Thu, 8 Aug 1996 20:04:18 +0000 (20:04 +0000)]
(set_time_zone_rule): Don't put a string literal
"TZ=..." in environ.

27 years agoComment changes.
Richard M. Stallman [Thu, 8 Aug 1996 20:00:16 +0000 (20:00 +0000)]
Comment changes.

27 years ago(xmenu_show): Set dummy.state.
Richard M. Stallman [Thu, 8 Aug 1996 17:12:46 +0000 (17:12 +0000)]
(xmenu_show): Set dummy.state.
Set dummy.button appropriately.
(popup_get_selection) [USE_MOTIF]: Set event.xbutton.button.

27 years ago(iso-languages, french): Remove non-French combinations.
Richard M. Stallman [Wed, 7 Aug 1996 23:06:08 +0000 (23:06 +0000)]
(iso-languages, french): Remove non-French combinations.
Add ~c, "e, "i, `u.

27 years ago(LD_SWITCH_SYSTEM): New definition.
Richard M. Stallman [Wed, 7 Aug 1996 21:51:21 +0000 (21:51 +0000)]
(LD_SWITCH_SYSTEM): New definition.

27 years ago(normal-auto-fill-function): New variable.
Richard M. Stallman [Wed, 7 Aug 1996 19:45:46 +0000 (19:45 +0000)]
(normal-auto-fill-function): New variable.
(auto-fill-mode): Use that instead of constant 'do-auto-fill.

27 years ago(Fread_from_minibuffer): Make position 0 in the initial
Richard M. Stallman [Wed, 7 Aug 1996 18:28:03 +0000 (18:28 +0000)]
(Fread_from_minibuffer): Make position 0 in the initial
input mean the beginning.

27 years ago(dabbrev--last-case-pattern): New variable.
Richard M. Stallman [Wed, 7 Aug 1996 18:27:20 +0000 (18:27 +0000)]
(dabbrev--last-case-pattern): New variable.
(dabbrev-expand): Set it for ordinary expansions;
use it when copying successive words.

27 years ago(rmail-reply-regexp): Match Re[2].
Richard M. Stallman [Tue, 6 Aug 1996 18:41:06 +0000 (18:41 +0000)]
(rmail-reply-regexp): Match Re[2].

27 years ago(rmail-reply-regexp, rmail-message-filter): Doc fix.
Richard M. Stallman [Tue, 6 Aug 1996 18:31:45 +0000 (18:31 +0000)]
(rmail-reply-regexp, rmail-message-filter): Doc fix.

27 years ago(imenu-update-menubar): Fix code to install the new menu.
Richard M. Stallman [Tue, 6 Aug 1996 17:40:22 +0000 (17:40 +0000)]
(imenu-update-menubar): Fix code to install the new menu.

27 years ago(LOCALTIME_CACHE): Don't put a string literal "TZ=..." in environ.
Richard M. Stallman [Tue, 6 Aug 1996 08:21:51 +0000 (08:21 +0000)]
(LOCALTIME_CACHE): Don't put a string literal "TZ=..." in environ.

27 years agoComment change.
Richard M. Stallman [Mon, 5 Aug 1996 21:28:14 +0000 (21:28 +0000)]
Comment change.

27 years agoGet rid of "win95".
Richard M. Stallman [Mon, 5 Aug 1996 21:26:10 +0000 (21:26 +0000)]
Get rid of "win95".

27 years ago(EmacsFrameSetCharSize): Call do_pending_window_change.
Richard M. Stallman [Mon, 5 Aug 1996 19:46:39 +0000 (19:46 +0000)]
(EmacsFrameSetCharSize): Call do_pending_window_change.

27 years agoFully reinstall July 26 change.
Simon Marshall [Mon, 5 Aug 1996 07:18:48 +0000 (07:18 +0000)]
Fully reinstall July 26 change.

27 years agoDescribe djgpp library replacement files.
Richard M. Stallman [Mon, 5 Aug 1996 03:30:41 +0000 (03:30 +0000)]
Describe djgpp library replacement files.

27 years ago(Fcall_process_region) [DOS_NT]: Avoid downcasing
Richard M. Stallman [Mon, 5 Aug 1996 01:15:49 +0000 (01:15 +0000)]
(Fcall_process_region) [DOS_NT]: Avoid downcasing
the `X' characters in the template passed to `mktemp'.

27 years ago(msdos): Add is_exec.c, sigaction.c to distribution.
Richard M. Stallman [Sun, 4 Aug 1996 20:35:10 +0000 (20:35 +0000)]
(msdos): Add is_exec.c, sigaction.c to distribution.

27 years ago(*-sunos4.1.[3-9]*noshare): Move this before
Richard M. Stallman [Sat, 3 Aug 1996 21:28:16 +0000 (21:28 +0000)]
(*-sunos4.1.[3-9]*noshare): Move this before
the more general *-sunos4.1.[3-9]* clause.

27 years ago(Info-find-node): Use pop-to-buffer.
Richard M. Stallman [Sat, 3 Aug 1996 21:27:03 +0000 (21:27 +0000)]
(Info-find-node): Use pop-to-buffer.

27 years ago(rmail-unix-mail-delimiter): Allow space or tab as
Paul Eggert [Sat, 3 Aug 1996 02:53:02 +0000 (02:53 +0000)]
(rmail-unix-mail-delimiter): Allow space or tab as
first character in mailbox part of `From ' line.

27 years ago(gdb): Undo previous change.
Richard M. Stallman [Thu, 1 Aug 1996 22:37:47 +0000 (22:37 +0000)]
(gdb): Undo previous change.

27 years ago(shell-file-name-chars): Was shell-file-name-regexp.
Richard M. Stallman [Thu, 1 Aug 1996 22:35:03 +0000 (22:35 +0000)]
(shell-file-name-chars): Was shell-file-name-regexp.
(shell-mode): Set comint-file-name-chars to this variable.

27 years ago(comint-file-name-chars): Was comint-file-name-regexp.
Richard M. Stallman [Thu, 1 Aug 1996 22:34:09 +0000 (22:34 +0000)]
(comint-file-name-chars): Was comint-file-name-regexp.
Give it a non-nil default value.

27 years ago(make_menubar): Turn off menu accelerator.
Richard M. Stallman [Thu, 1 Aug 1996 22:25:36 +0000 (22:25 +0000)]
(make_menubar): Turn off menu accelerator.

27 years agoDelete code to disable f10 if motif.
Richard M. Stallman [Thu, 1 Aug 1996 22:25:11 +0000 (22:25 +0000)]
Delete code to disable f10 if motif.

27 years ago(font-lock-inhibit-modes): Deleted.
Richard M. Stallman [Thu, 1 Aug 1996 21:45:04 +0000 (21:45 +0000)]
(font-lock-inhibit-modes): Deleted.
(turn-on-font-lock-if-enabled): Deleted.

27 years ago(prepare_menu_bars): Conditionalize previous change.
Richard M. Stallman [Thu, 1 Aug 1996 21:38:20 +0000 (21:38 +0000)]
(prepare_menu_bars): Conditionalize previous change.

27 years ago(dabbrev-expand): When snarfing consecutive words,
Richard M. Stallman [Thu, 1 Aug 1996 04:54:51 +0000 (04:54 +0000)]
(dabbrev-expand): When snarfing consecutive words,
if previous one was upcased, upcase this one too.
(dabbrev--substitute-expansion): When snarfing consecutive words,
don't case convert here.

27 years ago(C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
Richard M. Stallman [Wed, 31 Jul 1996 23:18:49 +0000 (23:18 +0000)]
(C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
Override to add /usr/contrib directoryes.

27 years ago(help-font-lock-keywords): Undo July 26 change.
Richard M. Stallman [Wed, 31 Jul 1996 18:17:16 +0000 (18:17 +0000)]
(help-font-lock-keywords): Undo July 26 change.

27 years ago(*-sco3.2v5*):
Richard M. Stallman [Wed, 31 Jul 1996 17:54:15 +0000 (17:54 +0000)]
(*-sco3.2v5*):
Set OVERRIDE_CPPFLAG to a string of one space.
Fix the code that uses OVERRIDE_CPPFLAG.

27 years ago(XTread_socket): Delete the code to pass menu bar keys
Richard M. Stallman [Wed, 31 Jul 1996 17:18:54 +0000 (17:18 +0000)]
(XTread_socket): Delete the code to pass menu bar keys
to the toolkit alone.
(XTread_socket): Don't fail to pass button events to toolkit.

27 years ago(pending_menu_activation): Don't initialize. Not static.
Richard M. Stallman [Wed, 31 Jul 1996 16:54:23 +0000 (16:54 +0000)]
(pending_menu_activation): Don't initialize.  Not static.
(set_frame_menubar): If no saved_menu_event yet, set deep_p.
Don't clear pending_menu_activation here.

(Fx_popup_dialog): Don't fail to initialize WINDOW.

27 years ago(XTread_socket): Delete the code to pass menu bar keys
Richard M. Stallman [Wed, 31 Jul 1996 16:52:52 +0000 (16:52 +0000)]
(XTread_socket): Delete the code to pass menu bar keys
to the toolkit alone.

27 years ago(gdb): Bind comint-file-name-regexp.
Richard M. Stallman [Wed, 31 Jul 1996 16:35:11 +0000 (16:35 +0000)]
(gdb): Bind comint-file-name-regexp.

27 years ago(emerge-files-with-ancestor, emerge-files):
Richard M. Stallman [Tue, 30 Jul 1996 21:55:13 +0000 (21:55 +0000)]
(emerge-files-with-ancestor, emerge-files):
Use add-hook to add to QUIT-HOOKS.

27 years ago(XTread_socket): Pass keys in menu bar to toolkit alone
Richard M. Stallman [Tue, 30 Jul 1996 21:10:40 +0000 (21:10 +0000)]
(XTread_socket): Pass keys in menu bar to toolkit alone
only for Motif.

(XTread_socket): Fixing previous change:
Clear last_mouse_press_frame on non-menu-bar ButtonPress.
Always use last_mouse_press_frame as frame for ButtonRelease.
But ignore the event if frame's output_data.x is null.
Save the ButtonRelease only if USE_MOTIF.
(last_mouse_press_frame): This is now a Lisp object.
(syms_of_xterm): Initialize and staticpro it.

27 years ago(PC-complete): When command is repeated,
Richard M. Stallman [Tue, 30 Jul 1996 18:52:19 +0000 (18:52 +0000)]
(PC-complete): When command is repeated,
scroll the completion buffer.

27 years agoWhen printing into a buffer, generate all the text
Richard M. Stallman [Tue, 30 Jul 1996 18:51:50 +0000 (18:51 +0000)]
When printing into a buffer, generate all the text
first, then insert it all at once.
(print_buffer): New variable.
(print_buffer_size, print_buffer_pos): New variables.
(PRINTPREPARE): Allocate print_buffer.
(PRINTFINISH): Free print_buffer after inserting its contents.
(printchar, strout): Output into print_buffer.
(print_string): If printcharfun is nil, use strout.

27 years agoMake examples in Output Streams stand on their own.
Richard M. Stallman [Mon, 29 Jul 1996 23:49:18 +0000 (23:49 +0000)]
Make examples in Output Streams stand on their own.

27 years ago(help-fontify-buffer-function): Function deleted.
Richard M. Stallman [Mon, 29 Jul 1996 23:39:34 +0000 (23:39 +0000)]
(help-fontify-buffer-function): Function deleted.
(help-mode): Set font-lock-defaults in simple way again.

27 years ago(ange-ftp-read-passwd): Let first input override
Richard M. Stallman [Mon, 29 Jul 1996 16:27:49 +0000 (16:27 +0000)]
(ange-ftp-read-passwd): Let first input override
default, and let RET use the default value.
(ange-ftp-get-passwd): Make prompt clearer.

27 years ago(lock_file_owner_name): Always initialize the_pw.
Richard M. Stallman [Mon, 29 Jul 1996 04:21:23 +0000 (04:21 +0000)]
(lock_file_owner_name): Always initialize the_pw.

27 years ago(gud-display-line): Don't crash if BUFFER is nil.
Richard M. Stallman [Sun, 28 Jul 1996 02:20:21 +0000 (02:20 +0000)]
(gud-display-line): Don't crash if BUFFER is nil.