bpt/emacs.git
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.

27 years ago(compile-auto-highlight): Renamed from
Richard M. Stallman [Tue, 5 Nov 1996 18:42:30 +0000 (18:42 +0000)]
(compile-auto-highlight): Renamed from
compile-highlight-display-limit.

27 years ago(compile-highlight-display-limit): New variable.
Richard M. Stallman [Tue, 5 Nov 1996 18:27:52 +0000 (18:27 +0000)]
(compile-highlight-display-limit): New variable.
(compilation-handle-exit): Parse error messages here
as specified by compile-highlight-display-limit.
(compile-reinitialize-errors): Add highlighting to error messages
once they are parsed.
(compilation-forget-errors): Remove highlighting properties here.

27 years ago(time-stamp-dd/mm/yyyy): New function.
Richard M. Stallman [Tue, 5 Nov 1996 18:27:41 +0000 (18:27 +0000)]
(time-stamp-dd/mm/yyyy): New function.

27 years ago(initial-frame-alist): Make default value nil--
Richard M. Stallman [Tue, 5 Nov 1996 02:31:08 +0000 (02:31 +0000)]
(initial-frame-alist): Make default value nil--
don't specify `minibuffer' parameter.

27 years ago(Fx_create_frame): Look for X-resource for minibuffer.
Richard M. Stallman [Tue, 5 Nov 1996 02:15:11 +0000 (02:15 +0000)]
(Fx_create_frame): Look for X-resource for minibuffer.

27 years ago(dired-mode-map): Put dired-mark-subdir-files on *s.
Richard M. Stallman [Mon, 4 Nov 1996 23:51:33 +0000 (23:51 +0000)]
(dired-mode-map): Put dired-mark-subdir-files on *s.

27 years ago(PRINTPREPARE): Really do set free_print_buffer.
Richard M. Stallman [Mon, 4 Nov 1996 16:35:44 +0000 (16:35 +0000)]
(PRINTPREPARE): Really do set free_print_buffer.

27 years ago(PRINTDECLARE): Declare specpdl_count and free_print_buffer.
Richard M. Stallman [Mon, 4 Nov 1996 05:31:25 +0000 (05:31 +0000)]
(PRINTDECLARE): Declare specpdl_count and free_print_buffer.
(PRINTPREPARE): If print_buffer is nonzero,
save its contents in a string using record_unwind_protect.
(PRINTFINISH): Restore old print_buffer contents.
Free it only if this PRINTPREPARE malloc'd it.
(print): Don't call PRINTFULLP after all.
(print_unwind): New function.

27 years ago(makefile-font-lock-keywords): Handle dependencies
Richard M. Stallman [Sun, 3 Nov 1996 20:38:56 +0000 (20:38 +0000)]
(makefile-font-lock-keywords): Handle dependencies
first and variable references after.
(makefile-dependency-regex, makefile-macroassign-regex):
Accept spaces at the beginning of the line.

27 years agoEnabled commentary for Finder.
Richard M. Stallman [Sun, 3 Nov 1996 20:29:42 +0000 (20:29 +0000)]
Enabled commentary for Finder.
(ff-search-directories): changed /usr/include/* to /usr/include;
(ff-get-file-name): improve behaviour when file is found in a buffer.

27 years ago(Man-bgproc-sentinel): Move the buffer creation
Richard M. Stallman [Sun, 3 Nov 1996 18:55:09 +0000 (18:55 +0000)]
(Man-bgproc-sentinel): Move the buffer creation
outside of the binding of case-fold-search.

27 years ago(comment-region): With just C-u as arg,
Richard M. Stallman [Sun, 3 Nov 1996 18:23:24 +0000 (18:23 +0000)]
(comment-region): With just C-u as arg,
delete any number of comment-end delimiters from end of line.

27 years agoWhen processing cvs log output, remove `Attic/' from repository file names.
Paul Eggert [Sun, 3 Nov 1996 17:09:27 +0000 (17:09 +0000)]
When processing cvs log output, remove `Attic/' from repository file names.

27 years agoChange some MSDOS info.
Richard M. Stallman [Sat, 2 Nov 1996 20:26:18 +0000 (20:26 +0000)]
Change some MSDOS info.

27 years ago(change-log-fill-paragraph): Return non-nil so
Richard M. Stallman [Sat, 2 Nov 1996 20:15:18 +0000 (20:15 +0000)]
(change-log-fill-paragraph): Return non-nil so
fill-paragraph doesn't continue filling.  Don't skip backwards
over a paragraph if we at a paragraph start.

27 years ago(command_loop_1): Update selected buffer again after read_key_sequence.
Richard M. Stallman [Sat, 2 Nov 1996 17:20:55 +0000 (17:20 +0000)]
(command_loop_1): Update selected buffer again after read_key_sequence.

27 years ago(handwrite-version): Variable deleted.
Richard M. Stallman [Sat, 2 Nov 1996 17:11:47 +0000 (17:11 +0000)]
(handwrite-version): Variable deleted.
(handwrite): Use emacs-version instead of handwrite-version.

27 years agoInitial revision
Richard M. Stallman [Sat, 2 Nov 1996 17:10:32 +0000 (17:10 +0000)]
Initial revision

27 years agoFix minor typo in *! key binding.
Erik Naggum [Sat, 2 Nov 1996 09:57:51 +0000 (09:57 +0000)]
Fix minor typo in *! key binding.

27 years ago(dired-mode-map): Make * a prefix for mark commands.
Richard M. Stallman [Sat, 2 Nov 1996 07:56:50 +0000 (07:56 +0000)]
(dired-mode-map): Make * a prefix for mark commands.
Delete the old *, / and @ keybindings.

27 years ago(dired-mode-map): Put dired-mark-extension on *.
Richard M. Stallman [Sat, 2 Nov 1996 07:56:36 +0000 (07:56 +0000)]
(dired-mode-map): Put dired-mark-extension on *.
Add *( as new binding for dired-mark-sexp, *t for dired-do-toggle.

27 years ago(Info-scroll-up): Doc fix.
Richard M. Stallman [Sat, 2 Nov 1996 07:39:07 +0000 (07:39 +0000)]
(Info-scroll-up): Doc fix.

27 years agoInitial revision
Richard M. Stallman [Sat, 2 Nov 1996 07:24:57 +0000 (07:24 +0000)]
Initial revision

27 years ago(printchar, strout): Do QUIT for echo area output.
Richard M. Stallman [Sat, 2 Nov 1996 00:00:20 +0000 (00:00 +0000)]
(printchar, strout): Do QUIT for echo area output.
(PRINTFULLP): New macro.
(print): Exit if PRINTFULLP.
When printing a symbol, don't save a pointer to the name.
(PRINTFINISH): Null out print_buffer after freeing it.

27 years ago(isearch-forward): Doc fix.
Richard M. Stallman [Fri, 1 Nov 1996 20:18:08 +0000 (20:18 +0000)]
(isearch-forward): Doc fix.

27 years ago(lisp-complete-symbol): Sort the list.
Richard M. Stallman [Fri, 1 Nov 1996 08:19:07 +0000 (08:19 +0000)]
(lisp-complete-symbol): Sort the list.

27 years ago(tex-file): Fix paren error in last change.
Richard M. Stallman [Thu, 31 Oct 1996 23:50:02 +0000 (23:50 +0000)]
(tex-file): Fix paren error in last change.
(tex-recenter-output-buffer): Switch windows in a more controlled
fashion, using save-selected-window.

27 years ago(EmacsFrameResize): Use cancel_mouse_face.
Richard M. Stallman [Thu, 31 Oct 1996 22:06:32 +0000 (22:06 +0000)]
(EmacsFrameResize): Use cancel_mouse_face.

27 years ago(cancel_mouse_face): New function. Code copied from
Richard M. Stallman [Thu, 31 Oct 1996 22:05:51 +0000 (22:05 +0000)]
(cancel_mouse_face): New function.  Code copied from
x_set_window_size, fixing a bug.
(x_set_window_size): Use cancel_mouse_face.
(XTread_socket): When frame size has changed, call cancel_mouse_face.

27 years ago(dired-find-file): Error if line's file does not exist.
Richard M. Stallman [Thu, 31 Oct 1996 20:51:44 +0000 (20:51 +0000)]
(dired-find-file): Error if line's file does not exist.

27 years agoMake sure `mv' supports forward slashes and -f.
Richard M. Stallman [Thu, 31 Oct 1996 19:53:19 +0000 (19:53 +0000)]
Make sure `mv' supports forward slashes and -f.

27 years ago(main): Clear out *Messages* before init_callproc.
Richard M. Stallman [Thu, 31 Oct 1996 17:58:56 +0000 (17:58 +0000)]
(main): Clear out *Messages* before init_callproc.

27 years ago(dir_warning): New function.
Richard M. Stallman [Thu, 31 Oct 1996 17:58:01 +0000 (17:58 +0000)]
(dir_warning): New function.
(init_lread): Use dir_warning.

27 years ago(init_callproc): Use dir_warning.
Richard M. Stallman [Thu, 31 Oct 1996 17:57:43 +0000 (17:57 +0000)]
(init_callproc): Use dir_warning.

27 years agoReorganize function definitions so etags finds them.
Erik Naggum [Thu, 31 Oct 1996 13:43:37 +0000 (13:43 +0000)]
Reorganize function definitions so etags finds them.

27 years ago(BROKEN_O_NONBLOCK): Define only if Ultrix.
Richard M. Stallman [Wed, 30 Oct 1996 05:11:12 +0000 (05:11 +0000)]
(BROKEN_O_NONBLOCK): Define only if Ultrix.
(LIBS_MACHINE, KERNEL_FILE): Don't define if __NetBSD__.
(C_SWITCH_X_MACHINE): Define only if Ultrix.
[__NetBSD__] (START_FILES, CANNOT_DUMP): New definitions.
[__NetBSD__] (RUN_TIME_REMAP, UNEXEC): Undef them.

27 years ago(XTread_socket, KeyPress case): Clear compose_status
Richard M. Stallman [Wed, 30 Oct 1996 05:09:38 +0000 (05:09 +0000)]
(XTread_socket, KeyPress case): Clear compose_status
if the key has the meta modifier.

27 years agoInitial revision
Richard M. Stallman [Wed, 30 Oct 1996 04:48:09 +0000 (04:48 +0000)]
Initial revision

27 years agoRecognize hppa-next as a valid CPU-COMPANY combination.
Richard M. Stallman [Tue, 29 Oct 1996 02:56:12 +0000 (02:56 +0000)]
Recognize hppa-next as a valid CPU-COMPANY combination.

27 years ago(hppa*-next-nextstep*): * added after hppa to accept hppa1.0 and hppa1.1.
Richard M. Stallman [Tue, 29 Oct 1996 02:53:06 +0000 (02:53 +0000)]
(hppa*-next-nextstep*): * added after hppa to accept hppa1.0 and hppa1.1.

27 years ago(Fmake_char_table): Doc fix.
Erik Naggum [Mon, 28 Oct 1996 11:55:29 +0000 (11:55 +0000)]
(Fmake_char_table): Doc fix.

27 years agoUse new face.
Simon Marshall [Mon, 28 Oct 1996 10:08:07 +0000 (10:08 +0000)]
Use new face.

27 years agomore auto-mode-alist modes.
Simon Marshall [Mon, 28 Oct 1996 10:01:55 +0000 (10:01 +0000)]
more auto-mode-alist modes.

27 years ago(timezone-time-from-absolute): Fix off-by-one
Paul Eggert [Mon, 28 Oct 1996 03:55:59 +0000 (03:55 +0000)]
(timezone-time-from-absolute): Fix off-by-one
error in current-time-origin.

27 years ago(read_minibuf_unwind): Don't restore minibuf_window;
Richard M. Stallman [Sat, 26 Oct 1996 18:16:50 +0000 (18:16 +0000)]
(read_minibuf_unwind): Don't restore minibuf_window;
instead call choose_minibuf_frame.
(choose_minibuf_frame): Don't let any other frame keep its minibuf
window selected.

27 years ago(Fexpand_file_name): No longer discard .../ before another / or ~.
Richard M. Stallman [Sat, 26 Oct 1996 18:16:11 +0000 (18:16 +0000)]
(Fexpand_file_name): No longer discard .../ before another / or ~.
That is now only in Fsubstitute_in_file_name.