bpt/emacs.git
29 years agoAdded comint-buffer-maximum-size and comint-truncate-buffer.
Simon Marshall [Sat, 25 Feb 1995 16:24:51 +0000 (16:24 +0000)]
Added comint-buffer-maximum-size and comint-truncate-buffer.

29 years agoMoved buffer truncation functionality to comint.el.
Simon Marshall [Sat, 25 Feb 1995 16:16:57 +0000 (16:16 +0000)]
Moved buffer truncation functionality to comint.el.

29 years agoAdded shell-truncate-buffer function to restrict buffer size to
Simon Marshall [Sat, 25 Feb 1995 16:10:01 +0000 (16:10 +0000)]
Added shell-truncate-buffer function to restrict buffer size to
at most shell-buffer-maximum-size lines in length.

29 years agoLet file-name-handler-alist to nil in comint-dynamic-complete-as-filename and
Simon Marshall [Sat, 25 Feb 1995 15:22:57 +0000 (15:22 +0000)]
Let file-name-handler-alist to nil in comint-dynamic-complete-as-filename and
comint-dynamic-list-filename-completions.

29 years ago(c++-backward-to-noncomment): Don't loop forever
Richard M. Stallman [Sat, 25 Feb 1995 07:49:39 +0000 (07:49 +0000)]
(c++-backward-to-noncomment): Don't loop forever
if first line of buffer starts with ` #'.

29 years ago(walk-windows): Doc fix.
Richard M. Stallman [Sat, 25 Feb 1995 07:35:09 +0000 (07:35 +0000)]
(walk-windows): Doc fix.

29 years ago(unlock_display): New function.
Karl Heuer [Sat, 25 Feb 1995 07:13:09 +0000 (07:13 +0000)]
(unlock_display): New function.
(cmd_error, command_loop_1): Call it when appropriate.
(read_char): If no current display, don't try to echo.

29 years ago(local-unset-key): Fix args in previous change.
Karl Heuer [Sat, 25 Feb 1995 04:57:17 +0000 (04:57 +0000)]
(local-unset-key): Fix args in previous change.

29 years ago(global_set_key, local_set_key, global_unset_key)
Richard M. Stallman [Sat, 25 Feb 1995 04:44:08 +0000 (04:44 +0000)]
(global_set_key, local_set_key, global_unset_key)
(local_unset_key): Functions moved here from keyboard.c.

29 years ago(term_init) [TERMINFO]: Make error message more accurate.
Karl Heuer [Sat, 25 Feb 1995 04:05:46 +0000 (04:05 +0000)]
(term_init) [TERMINFO]: Make error message more accurate.

29 years ago(mouse-select-buffer): Do sit-for before x-popup-menu.
Richard M. Stallman [Fri, 24 Feb 1995 21:26:05 +0000 (21:26 +0000)]
(mouse-select-buffer): Do sit-for before x-popup-menu.

29 years ago(display_string, display_text_line):
Richard M. Stallman [Fri, 24 Feb 1995 18:49:48 +0000 (18:49 +0000)]
(display_string, display_text_line):
Display table overrides ordinary display even for \t, \n, etc.

29 years ago(msb): Select the window that the mouse is in before
Richard M. Stallman [Fri, 24 Feb 1995 09:12:56 +0000 (09:12 +0000)]
(msb): Select the window that the mouse is in before
showing the menu.  This makes the "Most recently used" menu more accurate.
(menu-bar-update-buffers): The frame list is now an integrated
part of the buffer menu.
(msb--few-menus, msb--very-many-menus): Added rmail-edit-mode.

29 years ago(display_locked): New var to indicate when we're in the run state.
Karl Heuer [Fri, 24 Feb 1995 02:41:55 +0000 (02:41 +0000)]
(display_locked): New var to indicate when we're in the run state.
current_perdisplay is now meaningful in the wait state as well.
(cmd_error): Clear display_locked in addition to current_perdisplay.
(command_loop_1): outer_perdisplay renamed from global_perdisplay.
Restore display_locked as well as current_perdisplay.
(read_char): read_char_perdisplay merged with current_perdisplay.
(read_key_sequence): Likewise.

29 years ago(Fcall_interactively): If the display hasn't already been locked by reading
Karl Heuer [Fri, 24 Feb 1995 02:30:23 +0000 (02:30 +0000)]
(Fcall_interactively): If the display hasn't already been locked by reading
from the minibuffer, lock it before executing the command.

29 years ago(read_minibuf): Make sure the display is locked.
Karl Heuer [Fri, 24 Feb 1995 02:28:20 +0000 (02:28 +0000)]
(read_minibuf): Make sure the display is locked.

29 years ago(display_locked): Declare this var.
Karl Heuer [Fri, 24 Feb 1995 02:26:46 +0000 (02:26 +0000)]
(display_locked): Declare this var.

29 years ago(EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
Karl Heuer [Fri, 24 Feb 1995 00:46:15 +0000 (00:46 +0000)]
(EMACS_CONFIG_OPTIONS): Use $ac_configure_args.

29 years ago(rmail-retry-failure): Support a new style of failure msg.
Richard M. Stallman [Fri, 24 Feb 1995 00:10:07 +0000 (00:10 +0000)]
(rmail-retry-failure): Support a new style of failure msg.

29 years ago(facemenu-justification-menu): binding fixed.
Boris Goldowsky [Thu, 23 Feb 1995 18:45:30 +0000 (18:45 +0000)]
(facemenu-justification-menu): binding fixed.

29 years ago(open-line): indent when inserting fil-prefix.
Boris Goldowsky [Thu, 23 Feb 1995 18:38:42 +0000 (18:38 +0000)]
(open-line): indent when inserting fil-prefix.
(do-auto-fill): Use unjustify-current-line when necessary.
(indent-new-comment-line): Indent before fill-prefix.

29 years ago(current-left-margin): careful of EOB.
Boris Goldowsky [Thu, 23 Feb 1995 18:34:22 +0000 (18:34 +0000)]
(current-left-margin): careful of EOB.
(move-to-left-margin): Never move past left-margin, even in funny
justify modes.
(set-left-margin): include following whitespace.
(set-left-margin, increase-left-margin): indent rigidly.
(increase-left-margin): allow negative left-margins
(increase-right-margin): allow negative right-margin
(beginning-of-line-text): new fn.

29 years ago(set-fill-prefix): start from left-margin.
Boris Goldowsky [Thu, 23 Feb 1995 18:22:04 +0000 (18:22 +0000)]
(set-fill-prefix): start from left-margin.
(fill-region-as-paragraph): don't delete hard newlines.  ignore whitespace
at beginning of region.  Remove justification indentation.
(fill-region): Don't use paragraph-movement commands when use-hard-newlines
is true, just search for hard newlines.
(current-justification): take care at EOB.
(set-justification): new argWHOLE-PAR.  Callers changed.
(justify-current-line): Error if JUSTIFY arg is not reasonable.
Better interaction if there is a fill-prefix.
"Line too long" warning removed.
(unjustify-current-line, unjustify-region): New functions.

29 years ago(Fwhere_is_internal): If FIRSTONLY is not nil or non-ascii,
Richard M. Stallman [Thu, 23 Feb 1995 09:07:36 +0000 (09:07 +0000)]
(Fwhere_is_internal): If FIRSTONLY is not nil or non-ascii,
completely ignore menu bindings.

29 years ago(menu_item_equiv_key): Delete the code that rejected
Richard M. Stallman [Thu, 23 Feb 1995 09:05:08 +0000 (09:05 +0000)]
(menu_item_equiv_key): Delete the code that rejected
menu bindings returned by Fwhere_is_internal.

29 years ago(window_loop): Handle special display buffer frames
Richard M. Stallman [Thu, 23 Feb 1995 09:04:34 +0000 (09:04 +0000)]
(window_loop): Handle special display buffer frames
for DELETE_BUFFER_WINDOWS as for UNSHOW_BUFFER.

(syms_of_window): Doc fixes.

29 years ago(perl-tab-to-comment): Default is nil.
Richard M. Stallman [Thu, 23 Feb 1995 06:26:55 +0000 (06:26 +0000)]
(perl-tab-to-comment): Default is nil.

29 years agoLoad version.el early on.
Richard M. Stallman [Thu, 23 Feb 1995 05:34:45 +0000 (05:34 +0000)]
Load version.el early on.

29 years ago(shell-command-on-region): When computing interactive args,
Richard M. Stallman [Thu, 23 Feb 1995 05:02:54 +0000 (05:02 +0000)]
(shell-command-on-region): When computing interactive args,
read the minibuffer arg first, then get the region bounds.

29 years agoVarious doc fixes.
Richard M. Stallman [Thu, 23 Feb 1995 04:59:43 +0000 (04:59 +0000)]
Various doc fixes.
(news-post-news): Add autoload cookie.

29 years ago(Fcall_interactively): Use markers temporarily in
Richard M. Stallman [Thu, 23 Feb 1995 04:54:59 +0000 (04:54 +0000)]
(Fcall_interactively): Use markers temporarily in
args vector to stand for point and mark values; replace them
with integers just before calling the command.

29 years agoRecognize NetBSD/Amiga as m68k-cbm-netbsd.
Richard Kenner [Thu, 23 Feb 1995 00:08:39 +0000 (00:08 +0000)]
Recognize NetBSD/Amiga as m68k-cbm-netbsd.

29 years ago* etags.c (C_entries): token_saved removed. Initialise tok.valid and
Francesco Potortì [Wed, 22 Feb 1995 15:06:49 +0000 (15:06 +0000)]
* etags.c (C_entries): token_saved removed.  Initialise tok.valid and
savetok.valid.  Mark token as valid when it is initialised.
(make_tag): Make token only if token is valid and reset validity.
(CNL_SAVE_DEFINEDEF): Test for savetok.valid instead of token_saved.
(TOKEN): Added a new member: valid.

29 years ago(kbd_buffer_frame_or_window): Restored old var.
Karl Heuer [Wed, 22 Feb 1995 07:26:40 +0000 (07:26 +0000)]
(kbd_buffer_frame_or_window): Restored old var.
(kbd_buffer, kbd_fetch_ptr, kbd_store_ptr): Likewise.
(read_char_perdisplay): New var.
(read_char): Search all appropriate perdisplay objects, and do the right thing
if the next event comes from a different source.
(read_key_sequence): If there's a change of display in mid-stream, retreat and
try reading the new display.
(find_active_event_queue): Function deleted.  All callers changed to just test
the main kbd_buffer instead.
(kbd_buffer_store_event): Write to the main kbd_buffer again.
(kbd_buffer_get_event): Read from the main kbd_buffer again.
Now returns a perdisplay pointer in addition to a lispy event.
(Fdiscard_input, swallow_events): Use the main kbd_buffer again.
(stuff_buffered_input): Likewise.
(init_perdisplay): Initialize member kbd_queue.
Remove references to obsolete members.
(wipe_perdisplay): Remove obsolete reference.
(init_keyboard, syms_of_keyboard): Restore initialization of vars.

29 years ago(menubar_selection_callback): frame_or_window field of a menu-bar event now
Karl Heuer [Wed, 22 Feb 1995 06:07:20 +0000 (06:07 +0000)]
(menubar_selection_callback): frame_or_window field of a menu-bar event now
includes both the frame and the magic cookie.

29 years agoUpdate comments to reflect changes in xmenu.c.
Karl Heuer [Wed, 22 Feb 1995 06:05:32 +0000 (06:05 +0000)]
Update comments to reflect changes in xmenu.c.

29 years ago(struct PERDISPLAY): New member kbd_queue.
Karl Heuer [Wed, 22 Feb 1995 03:06:08 +0000 (03:06 +0000)]
(struct PERDISPLAY): New member kbd_queue.
Delete obsolescent members kbd_buffer_frame_or_window, kbd_buffer,
kbd_fetch_ptr, kbd_store_ptr; these are regular vars again.

29 years ago(mark_perdisplays): Mark kbd_queue.
Karl Heuer [Wed, 22 Feb 1995 03:03:10 +0000 (03:03 +0000)]
(mark_perdisplays): Mark kbd_queue.
Remove reference to obsolescent kbd_buffer_frame_or_window.

29 years ago(imenu--cleanup): Set alist to its default just once, at the beginning.
Richard M. Stallman [Wed, 22 Feb 1995 01:31:14 +0000 (01:31 +0000)]
(imenu--cleanup): Set alist to its default just once, at the beginning.
Don't recurse on a cdr which is nil.

29 years ago(eval-after-load): Run FORM now if FILE's already loaded.
Richard M. Stallman [Wed, 22 Feb 1995 01:30:19 +0000 (01:30 +0000)]
(eval-after-load): Run FORM now if FILE's already loaded.

29 years agoNew version from the author.
Karl Heuer [Wed, 22 Feb 1995 00:38:59 +0000 (00:38 +0000)]
New version from the author.

29 years agoUse single semicolon in comments.
Karl Heuer [Wed, 22 Feb 1995 00:31:07 +0000 (00:31 +0000)]
Use single semicolon in comments.

29 years agoChange all `cd's to `shell-cd's, where `shell-cd' changes the value of
Simon Marshall [Tue, 21 Feb 1995 13:07:23 +0000 (13:07 +0000)]
Change all `cd's to `shell-cd's, where `shell-cd' changes the value of
list-buffers-directory so that a buffer list contains the cwd in the `file'
field.

29 years agoMade mouse-buffer-menu use list-buffers-directory if buffer-file-name is nil.
Simon Marshall [Tue, 21 Feb 1995 12:47:18 +0000 (12:47 +0000)]
Made mouse-buffer-menu use list-buffers-directory if buffer-file-name is nil.

29 years agoInitial revision
Karl Heuer [Mon, 20 Feb 1995 23:15:10 +0000 (23:15 +0000)]
Initial revision

29 years ago(sun4sol2): Alias for sparc-sun-solaris2.
Doug Evans [Mon, 20 Feb 1995 20:25:48 +0000 (20:25 +0000)]
(sun4sol2): Alias for sparc-sun-solaris2.

29 years agoTurn of syntax fontification by default.
Simon Marshall [Mon, 20 Feb 1995 10:49:58 +0000 (10:49 +0000)]
Turn of syntax fontification by default.
It messes up when inside a comment done by the regexps (or v.v.).

29 years ago(vc-log-info): Don't switch to the *vc* buffer before running
Roland McGrath [Mon, 20 Feb 1995 09:39:26 +0000 (09:39 +0000)]
(vc-log-info): Don't switch to the *vc* buffer before running
vc-do-command, because that would change its default-directory.

29 years ago(r_alloc_init): Set __malloc_extra_blocks.
Richard M. Stallman [Sun, 19 Feb 1995 19:12:17 +0000 (19:12 +0000)]
(r_alloc_init): Set __malloc_extra_blocks.

29 years ago(rmail-summary-mail, rmail-summary-continue)
Richard M. Stallman [Sun, 19 Feb 1995 19:11:03 +0000 (19:11 +0000)]
(rmail-summary-mail, rmail-summary-continue)
(rmail-summary-reply, rmail-summary-retry-failure)
(rmail-summary-forward, rmail-summary-resend): Switch to rmail
buffer's window first, so mail buffer replaces summary.

29 years ago(Fmake_terminal_frame): Doc fix.
Richard M. Stallman [Sun, 19 Feb 1995 19:08:38 +0000 (19:08 +0000)]
(Fmake_terminal_frame): Doc fix.

29 years ago(mouse-buffer-menu): Don't clear selection when we kill it.
Richard M. Stallman [Sat, 18 Feb 1995 23:56:09 +0000 (23:56 +0000)]
(mouse-buffer-menu): Don't clear selection when we kill it.

29 years agoRecognize lynx* as lynxos.
Doug Evans [Sat, 18 Feb 1995 17:18:21 +0000 (17:18 +0000)]
Recognize lynx* as lynxos.

29 years ago(LIB_X11_LIB, C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
Richard M. Stallman [Sat, 18 Feb 1995 09:07:07 +0000 (09:07 +0000)]
(LIB_X11_LIB, C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
Add #undef's to cancel hpux8.h's definitions.

29 years ago(quoted-insert): Use insert-and-inherit.
Richard M. Stallman [Fri, 17 Feb 1995 23:59:43 +0000 (23:59 +0000)]
(quoted-insert): Use insert-and-inherit.
Don't change buffer if arg is negative.

29 years ago(tex-append): Try splitting on last period, then
Richard M. Stallman [Fri, 17 Feb 1995 23:25:17 +0000 (23:25 +0000)]
(tex-append): Try splitting on last period, then
try splitting on first period.

29 years ago(desktop-internal-v2s): Don't use format to eliminate text properties.
Richard M. Stallman [Fri, 17 Feb 1995 23:22:51 +0000 (23:22 +0000)]
(desktop-internal-v2s): Don't use format to eliminate text properties.

29 years ago(mail-abbrev-mode-regexp): Doc fix.
Karl Heuer [Fri, 17 Feb 1995 18:31:47 +0000 (18:31 +0000)]
(mail-abbrev-mode-regexp): Doc fix.

29 years ago[__GNUC__] (C_SWITCH_SYSTEM): Defined.
Richard M. Stallman [Fri, 17 Feb 1995 10:30:31 +0000 (10:30 +0000)]
[__GNUC__] (C_SWITCH_SYSTEM): Defined.

29 years ago(STACK_DIRECTION): Undef before defining.
Richard M. Stallman [Fri, 17 Feb 1995 10:29:46 +0000 (10:29 +0000)]
(STACK_DIRECTION): Undef before defining.
[__GNUC__] (C_SWITCH_MACHINE): Remove -cckr.
Add -32, only if IRIX_FORCE_32_BITS.

29 years agoNew alternative specified by WAIT_USE_INT.
Richard M. Stallman [Fri, 17 Feb 1995 10:27:34 +0000 (10:27 +0000)]
New alternative specified by WAIT_USE_INT.

29 years ago(MULTI_FRAME): Define unconditionally.
Richard M. Stallman [Fri, 17 Feb 1995 08:48:02 +0000 (08:48 +0000)]
(MULTI_FRAME): Define unconditionally.

29 years ago(calculate_costs): Update max_frame_height, max_frame_width.
Richard M. Stallman [Fri, 17 Feb 1995 08:42:18 +0000 (08:42 +0000)]
(calculate_costs): Update max_frame_height, max_frame_width.
They determine length of chars_wasted, copybuf and char_ins_del_vector.

29 years ago(change_frame_size_1): New subroutine.
Richard M. Stallman [Fri, 17 Feb 1995 08:40:18 +0000 (08:40 +0000)]
(change_frame_size_1): New subroutine.
(change_frame_size): If f is termcap frame, change size of all of them.
(remake_frame_glyphs): No longer static.
Don't mark nonselected termcap frame as garbaged.

29 years ago(redisplay): Don't display nonselected terminal frames.
Richard M. Stallman [Fri, 17 Feb 1995 08:36:04 +0000 (08:36 +0000)]
(redisplay): Don't display nonselected terminal frames.

29 years ago(Fmake_terminal_frame): New function.
Richard M. Stallman [Fri, 17 Feb 1995 08:09:33 +0000 (08:09 +0000)]
(Fmake_terminal_frame): New function.
(syms_of_frame): defsubr it.
(make_terminal_frame): Init Vframe_list only the first time.
Set visible and async_visible directly.
(redisplay): Don't display nonselected terminal frames.

29 years ago(r_alloc_check): Return void.
Richard M. Stallman [Thu, 16 Feb 1995 06:45:36 +0000 (06:45 +0000)]
(r_alloc_check): Return void.
(r_alloc_freeze): Initialize if it hasn't been done.
(r_re_alloc, r_alloc_free, r_alloc_sbrk): Likewise.

29 years agoWhitespace fixes.
Richard M. Stallman [Thu, 16 Feb 1995 06:36:19 +0000 (06:36 +0000)]
Whitespace fixes.

29 years ago(Buffer-menu-save): Fix the test for header line.
Richard M. Stallman [Thu, 16 Feb 1995 05:58:37 +0000 (05:58 +0000)]
(Buffer-menu-save): Fix the test for header line.

29 years ago(redisplay_window): If we update the mode line,
Richard M. Stallman [Wed, 15 Feb 1995 22:23:18 +0000 (22:23 +0000)]
(redisplay_window): If we update the mode line,
switch to the buffer for real, and switch back for real.

29 years ago(sort-regexp-fields-next-record): New subroutine.
Richard M. Stallman [Wed, 15 Feb 1995 22:21:25 +0000 (22:21 +0000)]
(sort-regexp-fields-next-record): New subroutine.
If the first search does not advance point and finds an empty match,
skip one char and search again.
(sort-regexp-fields): Use that subroutine.
Bind sort-regexp-fields-regexp, for sort-regexp-fields-next-record.
(sort-regexp-fields-regexp): Declared.
(sort-regexp-record-end): Declared.

29 years ago(ALL_CFLAGS): Allow include files to be found in
Paul Reilly [Wed, 15 Feb 1995 19:11:32 +0000 (19:11 +0000)]
(ALL_CFLAGS): Allow include files to be found in
`srcdir'.

29 years ago* etags.c (C_entries): Bug corrected in xrealloc of token_str.
Francesco Potortì [Wed, 15 Feb 1995 15:03:21 +0000 (15:03 +0000)]
* etags.c (C_entries): Bug corrected in xrealloc of token_str.
(main): Do not read twice the last filename in the stdin file list.

29 years ago(LIB_MOTIF): Add -lgen to provide provide the symbols
Paul Reilly [Wed, 15 Feb 1995 12:13:14 +0000 (12:13 +0000)]
(LIB_MOTIF): Add -lgen to provide provide the symbols
`regcmp' and `regex'.

29 years agoUpdate icon-type values.
Richard M. Stallman [Wed, 15 Feb 1995 09:57:18 +0000 (09:57 +0000)]
Update icon-type values.

29 years ago(Info-index): Bind Info-history, not Info-keep-history.
Richard M. Stallman [Wed, 15 Feb 1995 08:36:09 +0000 (08:36 +0000)]
(Info-index): Bind Info-history, not Info-keep-history.

29 years ago(xmenu_show, both versions): New arg for_click.
Richard M. Stallman [Wed, 15 Feb 1995 08:06:32 +0000 (08:06 +0000)]
(xmenu_show, both versions): New arg for_click.
(Fx_popup_menu): Compute it and pass it.

29 years agoDoc fix.
Richard M. Stallman [Wed, 15 Feb 1995 00:02:48 +0000 (00:02 +0000)]
Doc fix.

29 years ago(x_bitmap_icon): Fix test for unallocated icon bitmap.
Paul Reilly [Tue, 14 Feb 1995 21:48:14 +0000 (21:48 +0000)]
(x_bitmap_icon): Fix test for unallocated icon bitmap.

29 years ago* etags.c (C_entries): Initialise the new members of TOKEN.
Francesco Potortì [Tue, 14 Feb 1995 17:31:55 +0000 (17:31 +0000)]
* etags.c (C_entries): Initialise the new members of TOKEN.
(C_entries): Do not allocate a new space for each token found by
consider_token.  Let make_tag do that instead.
(make_tag): Since now TOKEN has memory of where it is taken from,
this new macro substitutes both make_tag_from_new_lb and
make_tag_from_oth_lb.  All callers changed.
(TOKEN): Add linepos and buffer members.
(main): Initialise token_str.
(lang_extensions): Recognise .c++ and .h++ as C++ file suffixes.
(token_str): New global variable used by C_entries.

29 years agoComment changed.
Richard M. Stallman [Tue, 14 Feb 1995 17:12:41 +0000 (17:12 +0000)]
Comment changed.

29 years ago(unlock_buffer, unlock_all_files, Flock_buffer)
Richard M. Stallman [Tue, 14 Feb 1995 16:33:49 +0000 (16:33 +0000)]
(unlock_buffer, unlock_all_files, Flock_buffer)
(Funlock_buffer): Use buffer's file_truename, not filename.

29 years ago(syms_of_buffer): Set up Lisp var buffer-file-truename.
Richard M. Stallman [Tue, 14 Feb 1995 16:33:19 +0000 (16:33 +0000)]
(syms_of_buffer): Set up Lisp var buffer-file-truename.
(init_buffer_once): Set up flag and default value for file_truename.
(reset_buffer): Init file_truename slot.

29 years ago(struct buffer): New field file_truename.
Richard M. Stallman [Tue, 14 Feb 1995 16:32:01 +0000 (16:32 +0000)]
(struct buffer): New field file_truename.

29 years ago(facemenu-self-insert-face): If previous
Boris Goldowsky [Tue, 14 Feb 1995 15:00:40 +0000 (15:00 +0000)]
(facemenu-self-insert-face): If previous
self-insert-face is still valid, add to rather than replace it.

29 years ago(ange-ftp-write-region, ange-ftp-insert-file-contents)
Richard M. Stallman [Tue, 14 Feb 1995 14:28:44 +0000 (14:28 +0000)]
(ange-ftp-write-region, ange-ftp-insert-file-contents)
(ange-ftp-copy-file-internal): If remote host is unix, use binary mode.
(ange-ftp-file-local-copy): Delete local var bin1.
(ange-ftp-rename-remote-to-remote): Delete arg `binary'.
(ange-ftp-rename-file): Don't pass or compute that arg.

29 years ago(r_alloc_free): Call refill_memory_reserve only if emacs.
Richard M. Stallman [Tue, 14 Feb 1995 14:27:18 +0000 (14:27 +0000)]
(r_alloc_free): Call refill_memory_reserve only if emacs.

Include getpagesize.h unconditionally.
(free_bloc): Don't die if bloc->next or bloc->prev is null.
[!emacs] (bzero): New macro definition.

29 years ago(input_poll_signal): Add ignored argument.
Richard M. Stallman [Tue, 14 Feb 1995 14:25:36 +0000 (14:25 +0000)]
(input_poll_signal): Add ignored argument.
(interrupt_signal): Likewise.

29 years ago(window_change_signal): Add ignored argument.
Richard M. Stallman [Tue, 14 Feb 1995 14:24:43 +0000 (14:24 +0000)]
(window_change_signal): Add ignored argument.

29 years ago(Fstart_process): Make process marker point into proc buf.
Richard M. Stallman [Tue, 14 Feb 1995 14:23:49 +0000 (14:23 +0000)]
(Fstart_process): Make process marker point into proc buf.

29 years ago(x_display_bar_cursor): Use frame's cursor_width.
Richard M. Stallman [Tue, 14 Feb 1995 14:22:29 +0000 (14:22 +0000)]
(x_display_bar_cursor): Use frame's cursor_width.

(x_connection_signal): New function.
(x_initialize): Use it as signal handler.

29 years ago(x_set_cursor_type): Set cursor_width field.
Richard M. Stallman [Tue, 14 Feb 1995 09:42:14 +0000 (09:42 +0000)]
(x_set_cursor_type): Set cursor_width field.
Handle args of form (bar . WIDTH).

29 years ago(struct x_display): New element cursor_width.
Richard M. Stallman [Tue, 14 Feb 1995 09:41:37 +0000 (09:41 +0000)]
(struct x_display): New element cursor_width.

29 years ago(electric-help-help, electric-help-command-loop):
Richard M. Stallman [Tue, 14 Feb 1995 09:08:40 +0000 (09:08 +0000)]
(electric-help-help, electric-help-command-loop):
Mention q and r, not Q and R.

(electric-help-map): Use supress-keymap instead of
filling keymap with undefined commands.  Bind R like r.
Substitute electric-command-apropos for command-apropos.
(electric-apropos): New function.
(electric-help-help, electric-help-command-loop):
Mention Q and R in messages.

29 years ago(speeds): Make it ints. Add some higher speeds.
Richard M. Stallman [Tue, 14 Feb 1995 07:43:44 +0000 (07:43 +0000)]
(speeds): Make it ints.  Add some higher speeds.
(tputs) [emacs]: If speed is high, convert to smaller units.
(tputs): Really use SPEED to calculate PADCOUNT.

29 years ago(ps-print-version): Add caveat about version number.
Richard M. Stallman [Tue, 14 Feb 1995 05:55:53 +0000 (05:55 +0000)]
(ps-print-version): Add caveat about version number.
(ps-begin-file): Fix format code for /LineHeight.

29 years agoInitial revision
Richard M. Stallman [Tue, 14 Feb 1995 00:54:29 +0000 (00:54 +0000)]
Initial revision

29 years ago(mips-sgi-irix6): New configuration.
Richard M. Stallman [Tue, 14 Feb 1995 00:53:50 +0000 (00:53 +0000)]
(mips-sgi-irix6): New configuration.

29 years ago(auto-mode-alist): Fix problem in previous change.
Richard M. Stallman [Tue, 14 Feb 1995 00:26:11 +0000 (00:26 +0000)]
(auto-mode-alist): Fix problem in previous change.

29 years ago(Fexpand_file_name): Copy default-directory
Richard M. Stallman [Tue, 14 Feb 1995 00:13:20 +0000 (00:13 +0000)]
(Fexpand_file_name): Copy default-directory
before looking for a handler on the directory arg.