bpt/emacs.git
28 years ago(set-visited-file-name): Abbreviate buffer-file-name.
Richard M. Stallman [Tue, 24 Oct 1995 22:14:39 +0000 (22:14 +0000)]
(set-visited-file-name): Abbreviate buffer-file-name.

28 years ago(gud-dbx-directories): New variable.
Richard M. Stallman [Tue, 24 Oct 1995 17:55:30 +0000 (17:55 +0000)]
(gud-dbx-directories): New variable.
(gud-dbx-massage-args): Use gud-dbx-directories.
(gud-dbx-file-name): New function.
(gud-irixdbx-marker-filter): Use gud-dbx-file-name.
(gud-dbx-file-file): Use gud-dbx-file-name.

(gud-filter): Fix previous change.

28 years ago(Info-following-node-name, Info-extract-menu-node-name)
Richard M. Stallman [Tue, 24 Oct 1995 16:36:52 +0000 (16:36 +0000)]
(Info-following-node-name, Info-extract-menu-node-name)
(Info-select-node): Use buffer-substring-no-properties.

28 years ago(syms_of_minibuf): Doc fix.
Richard M. Stallman [Tue, 24 Oct 1995 16:29:45 +0000 (16:29 +0000)]
(syms_of_minibuf): Doc fix.

28 years agoFix menu for Chinese calendar.
Edward M. Reingold [Tue, 24 Oct 1995 15:50:05 +0000 (15:50 +0000)]
Fix menu for Chinese calendar.

28 years agoMinor doc fixes.
Edward M. Reingold [Tue, 24 Oct 1995 15:49:00 +0000 (15:49 +0000)]
Minor doc fixes.

28 years agoVarious fixes and simplifications.
Edward M. Reingold [Tue, 24 Oct 1995 15:44:12 +0000 (15:44 +0000)]
Various fixes and simplifications.

28 years ago(get-method-definition, get-method-definition-1):
Richard M. Stallman [Tue, 24 Oct 1995 04:07:17 +0000 (04:07 +0000)]
(get-method-definition, get-method-definition-1):
Rename var md to get-method-definition-md and defvar it.

28 years agoCompletely rewritten!
Edward M. Reingold [Mon, 23 Oct 1995 22:19:07 +0000 (22:19 +0000)]
Completely rewritten!

28 years ago(distclean): Delete line with just a tab in it.
Richard M. Stallman [Mon, 23 Oct 1995 17:01:39 +0000 (17:01 +0000)]
(distclean): Delete line with just a tab in it.
(install-arch-indep): Delete spaces that precede tabs.
Delete spurious `fi' left from previous change.
(install): Supply `true' as command, to avoid null command.

28 years ago(normal-top-level): Set auto-save-list-file-name later,
Richard M. Stallman [Mon, 23 Oct 1995 16:59:47 +0000 (16:59 +0000)]
(normal-top-level): Set auto-save-list-file-name later,
after calling command-line.

28 years ago(internal-ange-ftp-mode):
Richard M. Stallman [Mon, 23 Oct 1995 16:57:42 +0000 (16:57 +0000)]
(internal-ange-ftp-mode):
Set comint-password-prompt-regexp locally to not match anything.

28 years ago(map_char_table): Set size to CHAR_TABLE_ORDINARY_SLOTS.
Erik Naggum [Mon, 23 Oct 1995 04:42:46 +0000 (04:42 +0000)]
(map_char_table): Set size to CHAR_TABLE_ORDINARY_SLOTS.

28 years ago(Fcase_table_p, Fcurrent_case_table): Delete unused local variables.
Erik Naggum [Mon, 23 Oct 1995 04:35:45 +0000 (04:35 +0000)]
(Fcase_table_p, Fcurrent_case_table): Delete unused local variables.
(set_case_table): Delete obsolete local variable `down'; use `table'
directly where referenced.  Fix assignment to `canon' when nil.
Store eqv in extras[2], not extras[0].
(init_casetab_once): Case-tables have 3 extra slots, not 4.

28 years agoMinor fix.
Richard M. Stallman [Sun, 22 Oct 1995 20:27:54 +0000 (20:27 +0000)]
Minor fix.

28 years agoWhitespace changes.
Richard M. Stallman [Sun, 22 Oct 1995 18:28:17 +0000 (18:28 +0000)]
Whitespace changes.

28 years agoDon't declare alloca.
Richard M. Stallman [Sun, 22 Oct 1995 17:47:13 +0000 (17:47 +0000)]
Don't declare alloca.

28 years ago(enable-flow-control): Use a char-table.
Richard M. Stallman [Sun, 22 Oct 1995 16:57:54 +0000 (16:57 +0000)]
(enable-flow-control): Use a char-table.

28 years ago(comint-exec-1): Don't alter EMACS envvar if it's already defined.
Richard M. Stallman [Sun, 22 Oct 1995 16:56:46 +0000 (16:56 +0000)]
(comint-exec-1): Don't alter EMACS envvar if it's already defined.

28 years ago(reset_buffer_local_variables): Call
Richard M. Stallman [Sun, 22 Oct 1995 16:40:53 +0000 (16:40 +0000)]
(reset_buffer_local_variables): Call
Fset_standard_case_table if std case table seems to have been changed.

28 years ago(copy-case-table): New function.
Richard M. Stallman [Sun, 22 Oct 1995 16:32:24 +0000 (16:32 +0000)]
(copy-case-table): New function.
(set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
Clear out the three extra slots.

28 years ago(derived-mode-init-mode-variables): Make proper syntax-table.
Richard M. Stallman [Sun, 22 Oct 1995 05:20:37 +0000 (05:20 +0000)]
(derived-mode-init-mode-variables): Make proper syntax-table.

(derived-mode-merge-syntax-tables): Rewrite using map-char-table.

28 years ago(read_char): If we reread a char, the next pause
Richard M. Stallman [Sat, 21 Oct 1995 23:17:06 +0000 (23:17 +0000)]
(read_char): If we reread a char, the next pause
can start echoing despite a remaining echo area message.
(ok_to_echo_at_next_pause): New variable.
(cancel_echoing): Clear ok_to_echo_at_next_pause.

28 years ago(try_window_id): Stop the compute_motion at ZV, not Z,
Richard M. Stallman [Sat, 21 Oct 1995 23:16:16 +0000 (23:16 +0000)]
(try_window_id): Stop the compute_motion at ZV, not Z,
when checking if all changes are below the window.

(Qredisplay_end_trigger_hook): New variable.
(syms_of_xdisp): Set up Lisp variable.
(display_text_line): Run the hook when appropriate.

28 years ago(Fnext_single_property_change): Rearrange handling of
Richard M. Stallman [Sat, 21 Oct 1995 23:15:21 +0000 (23:15 +0000)]
(Fnext_single_property_change): Rearrange handling of
limit = t; don't return t.

28 years ago(struct buffer): New slot redisplay_end_trigger.
Richard M. Stallman [Sat, 21 Oct 1995 23:14:59 +0000 (23:14 +0000)]
(struct buffer): New slot redisplay_end_trigger.
Also extra1, extra2, extra3.

28 years ago(reset_buffer): Initialize extra1, extra2 and extra3 slots.
Richard M. Stallman [Sat, 21 Oct 1995 23:14:06 +0000 (23:14 +0000)]
(reset_buffer): Initialize extra1, extra2 and extra3 slots.

28 years ago(reset_buffer): Initialize redisplay_end_trigger slot.
Richard M. Stallman [Sat, 21 Oct 1995 23:01:11 +0000 (23:01 +0000)]
(reset_buffer): Initialize redisplay_end_trigger slot.

(init_buffer_once): Mark redisplay_end_trigger always local.
Also fix previous change.
(syms_of_buffer): Set up Lisp var buffer-redisplay-end-trigger.

28 years agoFix key bindings.
Richard M. Stallman [Sat, 21 Oct 1995 22:23:48 +0000 (22:23 +0000)]
Fix key bindings.
(electric-help-mode): Use mouse-leave-buffer-hook.
(electric-help-retain): Remove mouse-leave-buffer-hook.
(with-electric-help): New argument minheight.
(electric-help-execute-extended): New function.
(electric-help-ctrl-x-prefix): New function.
(electric-help-command-loop): Make messages more consistent.
Include strategic sit-for 0, so that
pos-visible-in-window-p will return the right thing.
Make 2nd arg of Electric-command-loop return 'noprompt if we
are in isearch-mode.
Eval to-be-executed at the very end.
(ehelp-map): Electrify apropos too.

28 years ago(Electric-command-loop): Don't display a prompt
Richard M. Stallman [Sat, 21 Oct 1995 22:22:06 +0000 (22:22 +0000)]
(Electric-command-loop): Don't display a prompt
if 2nd arg equals or returns 'noprompt.

28 years ago(outline-view-change-hook): New hook variable.
Richard M. Stallman [Fri, 20 Oct 1995 23:15:02 +0000 (23:15 +0000)]
(outline-view-change-hook): New hook variable.
(outline-flag-region): Run the hook.

28 years ago(mail-abbrev-syntax-table): Rewrite using map-char-table.
Richard M. Stallman [Fri, 20 Oct 1995 20:57:42 +0000 (20:57 +0000)]
(mail-abbrev-syntax-table): Rewrite using map-char-table.

28 years ago(dabbrev--find-expansion): Move buffers that are visible on the screen
Richard M. Stallman [Fri, 20 Oct 1995 20:48:00 +0000 (20:48 +0000)]
(dabbrev--find-expansion): Move buffers that are visible on the screen
to the front of the list to be searched.

28 years ago(dabbrev-expand): When no more expansions,
Richard M. Stallman [Fri, 20 Oct 1995 20:30:22 +0000 (20:30 +0000)]
(dabbrev-expand): When no more expansions,
Put back the original abbrev with its original case pattern.

28 years ago(add-log-current-defun): Handle `private', `public' in C++ class definitions.
Richard M. Stallman [Fri, 20 Oct 1995 15:22:56 +0000 (15:22 +0000)]
(add-log-current-defun): Handle `private', `public' in C++ class definitions.

28 years ago(isearch-message-prefix):
Richard M. Stallman [Thu, 19 Oct 1995 22:23:57 +0000 (22:23 +0000)]
(isearch-message-prefix):
Change "wrapped" to "overwrapped" when past original start point.

28 years ago(calculate-c++-indent): Skip over paren-group
Richard M. Stallman [Thu, 19 Oct 1995 22:04:18 +0000 (22:04 +0000)]
(calculate-c++-indent): Skip over paren-group
when looking back to determine context of a top-level line.
Don't treat a line starting with } as a continuation.

28 years ago(Fmap_char_table): Call map_char_table with correct args.
Erik Naggum [Thu, 19 Oct 1995 13:36:56 +0000 (13:36 +0000)]
(Fmap_char_table): Call map_char_table with correct args.

28 years ago(report-emacs-bug): Don't mention
Richard M. Stallman [Thu, 19 Oct 1995 01:45:21 +0000 (01:45 +0000)]
(report-emacs-bug): Don't mention
system-configuration-options if it is empty.
Make it clearer what that text is.

28 years ago(TRANSLATE, PATFETCH): Cast elt of `translate'.
Richard M. Stallman [Thu, 19 Oct 1995 00:50:51 +0000 (00:50 +0000)]
(TRANSLATE, PATFETCH): Cast elt of `translate'.
Don't define if already defined.
(regex_compile): Use RE_TRANSLATE_TYPE for `translate'.
(compile_range, re_search_2, re_match_2_internal, bcmp_translate)
(regcomp): Use RE_TRANSLATE_TYPE for `translate'.

28 years ago(RE_TRANSLATE_TYPE): Define, if not already defined.
Richard M. Stallman [Thu, 19 Oct 1995 00:50:14 +0000 (00:50 +0000)]
(RE_TRANSLATE_TYPE): Define, if not already defined.
(struct re_pattern_buffer): Use RE_TRANSLATE_TYPE.

28 years ago(tex-start-of-header): Now a regexp.
Richard M. Stallman [Thu, 19 Oct 1995 00:48:12 +0000 (00:48 +0000)]
(tex-start-of-header): Now a regexp.
(tex-end-of-header): Likewise.
(plain-tex-mode, latex-mode, slitex-mode, tex-region): Changed accordingly.

28 years agoArg of other-buffer can't be a buffer name.
Richard M. Stallman [Thu, 19 Oct 1995 00:43:41 +0000 (00:43 +0000)]
Arg of other-buffer can't be a buffer name.

28 years ago(read_char): Let Vkeyboard_translate_table be char-table.
Richard M. Stallman [Thu, 19 Oct 1995 00:20:44 +0000 (00:20 +0000)]
(read_char): Let Vkeyboard_translate_table be char-table.
(syms_of_keyboard): Doc fix.

28 years ago(describe_map_tree): New arg always_title. Callers changed.
Richard M. Stallman [Thu, 19 Oct 1995 00:17:11 +0000 (00:17 +0000)]
(describe_map_tree): New arg always_title.  Callers changed.

28 years ago(Fsubstitute_command_keys): Pass new arg to describe_map_tree.
Richard M. Stallman [Thu, 19 Oct 1995 00:16:29 +0000 (00:16 +0000)]
(Fsubstitute_command_keys): Pass new arg to describe_map_tree.

28 years ago(RE_TRANSLATE_TYPE): New definition.
Richard M. Stallman [Thu, 19 Oct 1995 00:16:04 +0000 (00:16 +0000)]
(RE_TRANSLATE_TYPE): New definition.

28 years agoCase tables are now char-tables,
Richard M. Stallman [Thu, 19 Oct 1995 00:14:14 +0000 (00:14 +0000)]
Case tables are now char-tables,
and the case table is stored in the downcase_table slot only.
(Fcurrent_case_table, Fstandard_case_table, set_case_table)
(compute_trt_inverse, init_casetab_once): Use new data format.

28 years ago(UPCASE_TABLE): Definition deleted.
Richard M. Stallman [Thu, 19 Oct 1995 00:13:45 +0000 (00:13 +0000)]
(UPCASE_TABLE): Definition deleted.
(UPPERCASEP, LOWERCASEP, NOCASEP, UPCASE, UPCASE1, DOWNCASE)
(DOWNCASE_TABLE): Case tables are now char-tables.
(Vascii_upcase_table, Vascii_canon_table, Vascii_eqv_table):
Declarations deleted.

28 years ago(reset_buffer_local_variables): Init case_table slots the new way.
Richard M. Stallman [Thu, 19 Oct 1995 00:09:46 +0000 (00:09 +0000)]
(reset_buffer_local_variables): Init case_table slots the new way.

28 years agoComment changes.
Richard M. Stallman [Thu, 19 Oct 1995 00:08:57 +0000 (00:08 +0000)]
Comment changes.

28 years ago(Fchar_equal): Handle char-table as case table.
Richard M. Stallman [Wed, 18 Oct 1995 23:32:26 +0000 (23:32 +0000)]
(Fchar_equal): Handle char-table as case table.

28 years ago(compile_pattern_1, compile_pattern, search_buffer):
Richard M. Stallman [Wed, 18 Oct 1995 23:30:32 +0000 (23:30 +0000)]
(compile_pattern_1, compile_pattern, search_buffer):
Case tables are char-tables now.

28 years ago(Fchar_table_subtype): New function.
Richard M. Stallman [Wed, 18 Oct 1995 23:29:38 +0000 (23:29 +0000)]
(Fchar_table_subtype): New function.
(syms_of_fns): defsube it.

(map_char_table): When possible, use a number to describe the range.

(Fchar_table_range): New function.
(syms_of_fns): defsubr it.

28 years ago(read1): Handle #' as prefix.
Richard M. Stallman [Wed, 18 Oct 1995 23:27:11 +0000 (23:27 +0000)]
(read1): Handle #' as prefix.
(Qfunction): New variable.
(syms_of_lread): Set up Qfunction.

28 years ago(pc-selection-mode): Add autoload cookie.
Richard M. Stallman [Tue, 17 Oct 1995 18:13:25 +0000 (18:13 +0000)]
(pc-selection-mode): Add autoload cookie.

28 years agoInitial revision
Richard M. Stallman [Tue, 17 Oct 1995 18:10:37 +0000 (18:10 +0000)]
Initial revision

28 years ago(x_term_init, XTread_socket): Add HAVE_X_I18N support.
Richard M. Stallman [Tue, 17 Oct 1995 17:12:20 +0000 (17:12 +0000)]
(x_term_init, XTread_socket): Add HAVE_X_I18N support.

28 years agoAll doc strings changed to comply with standard Emacs conventions.
Richard M. Stallman [Tue, 17 Oct 1995 03:33:46 +0000 (03:33 +0000)]
All doc strings changed to comply with standard Emacs conventions.
(ada-mode): Support new font-lock-mode.
(ada-format-paramlist): Changed all `accept' to `access'.
(ada-insert-paramlist): Changed all `accept' to `access'.
(ada-in-comment-p): Use standard Emacs way `parse-partial-sexp'.
(ada-font-lock-keywords-1): Change order of some alternatives.

28 years ago* config.guess: Recognize HP model 819 machines has having
Jeff Law [Mon, 16 Oct 1995 15:40:29 +0000 (15:40 +0000)]
* config.guess: Recognize HP model 819 machines has having
        a PA 1.1 processor.

28 years agoMinor fixes.
Richard M. Stallman [Mon, 16 Oct 1995 01:05:10 +0000 (01:05 +0000)]
Minor fixes.

28 years agoFix format example.
Richard M. Stallman [Mon, 16 Oct 1995 01:04:41 +0000 (01:04 +0000)]
Fix format example.

28 years ago(x_window, both versions): Add HAVE_X_I18N support.
Richard M. Stallman [Sun, 15 Oct 1995 15:17:33 +0000 (15:17 +0000)]
(x_window, both versions): Add HAVE_X_I18N support.

28 years ago(HAVE_X_I18N): New macro.
Richard M. Stallman [Sun, 15 Oct 1995 15:17:01 +0000 (15:17 +0000)]
(HAVE_X_I18N): New macro.
Maybe include Xlocale.h.
(struct x_output): New field xic.
(FRAME_XIC): New macro.

28 years ago(he-transfer-case): Fix typo in prev change.
Richard M. Stallman [Sun, 15 Oct 1995 08:54:13 +0000 (08:54 +0000)]
(he-transfer-case): Fix typo in prev change.

28 years agoRepair line wrapping damage.
Erik Naggum [Sun, 15 Oct 1995 03:09:16 +0000 (03:09 +0000)]
Repair line wrapping damage.

28 years ago(find_section): New function.
Richard M. Stallman [Sun, 15 Oct 1995 01:07:44 +0000 (01:07 +0000)]
(find_section): New function.
(unexec): Use it.  Also simplify previous changes.

28 years ago(unexec): Find the old data section.
Richard M. Stallman [Sun, 15 Oct 1995 00:59:48 +0000 (00:59 +0000)]
(unexec): Find the old data section.
New variable new_offsets_shift used instead of new_data2_size
since they are not always the same.  Simplify logic for copying
the headers and inserting new ones.

28 years ago(Finsert_file_contents): If replacing,
Richard M. Stallman [Sat, 14 Oct 1995 20:42:26 +0000 (20:42 +0000)]
(Finsert_file_contents): If replacing,
set selected_window->start_at_line_beg.

28 years ago(Qdisplay_table): New variable.
Richard M. Stallman [Sat, 14 Oct 1995 05:54:16 +0000 (05:54 +0000)]
(Qdisplay_table): New variable.
(syms_of_display): Initialize it.

28 years ago(Qchar_table_extra_slots): New variable.
Richard M. Stallman [Sat, 14 Oct 1995 05:53:31 +0000 (05:53 +0000)]
(Qchar_table_extra_slots): New variable.
(syms_of_alloc): Initialize it.
(Fmake_char_table): Take new arg PURPOSE and get N from a property.

28 years ago(Qsyntax_table): New variable.
Richard M. Stallman [Sat, 14 Oct 1995 05:52:39 +0000 (05:52 +0000)]
(Qsyntax_table): New variable.
(init_syntax_once): Call Fmake_char_table the new way.
Set up Qsyntax_table.
(Fsyntax_table_p): Check the `purpose' field.

28 years ago(ediff-version): is now autoloaded.
Michael Kifer [Sat, 14 Oct 1995 03:14:39 +0000 (03:14 +0000)]
(ediff-version): is now autoloaded.

28 years agoMoved defsubsts up.
Michael Kifer [Sat, 14 Oct 1995 03:14:11 +0000 (03:14 +0000)]
Moved defsubsts up.

28 years agoNow defines [window] in menu-bar-ediff-menu.
Michael Kifer [Sat, 14 Oct 1995 03:12:53 +0000 (03:12 +0000)]
Now defines [window] in menu-bar-ediff-menu.

28 years ago(vip-set-hooks): Use view-mode-hook in emacs and view
Michael Kifer [Sat, 14 Oct 1995 02:32:56 +0000 (02:32 +0000)]
(vip-set-hooks): Use view-mode-hook in emacs and view
hook in xemacs.
(vip-read-string-with-history): minibuffer-setup-hook no longer
waits for the user to type, if there are unread events.
Added (vip-leave-region-active) to all simple movement commands.
Harnessed view-minor-mode.
Viper now understands syntactic tables.
(vip-read-string-with-history,vip-search): won't pause inside
macros any more.

28 years ago(vip-leave-region-active): new function.
Michael Kifer [Sat, 14 Oct 1995 02:27:42 +0000 (02:27 +0000)]
(vip-leave-region-active): new function.

28 years ago* viper-mous.el (vip-surrounding-word): modified to understand tripple clicks.
Michael Kifer [Sat, 14 Oct 1995 02:26:46 +0000 (02:26 +0000)]
* viper-mous.el (vip-surrounding-word): modified to understand tripple clicks.

28 years ago(vip-record-kbd-macro): correctly escapes `.' and `[' now.
Michael Kifer [Sat, 14 Oct 1995 02:25:42 +0000 (02:25 +0000)]
(vip-record-kbd-macro): correctly escapes `.' and `[' now.

28 years ago(ex-write): uses better defaults.
Michael Kifer [Sat, 14 Oct 1995 02:21:19 +0000 (02:21 +0000)]
(ex-write): uses better defaults.

28 years ago(variable-at-point, function-called-at-point):
Richard M. Stallman [Sat, 14 Oct 1995 00:39:58 +0000 (00:39 +0000)]
(variable-at-point, function-called-at-point):
Switch temporarily to emacs-lisp-mode-syntax-table.

28 years agoInitial revision
Richard M. Stallman [Fri, 13 Oct 1995 19:18:29 +0000 (19:18 +0000)]
Initial revision

28 years ago(hippie-expand): Removed bug - don't undo from another buffer.
Richard M. Stallman [Fri, 13 Oct 1995 15:57:04 +0000 (15:57 +0000)]
(hippie-expand): Removed bug - don't undo from another buffer.
(he-reset-string): Removed bug - don't move markers.
(he-capitalize-first): New function, defining new "case".
(he-transfer-case): New function.
(he-transfer-case-ok): Function removed.
(he-substitute-string,he-ordinary-case-p,he-string-member): Use the
new functions above, for the new case handling.
(he-file-name-chars): New variable.
(he-file-name-beg): Use `he-file-name-chars'.
(he-file-name-nondirectory,he-file-name-directory,
he-file-directory-p,he-concat-directory-file-name): New functions
to handle VMS and PC filename formats more accurately.
(try-complete-file-name,try-complete-file-name-partially): Use the
new functions above.
(try-expand-line-all-buffers,try-expand-list-all-buffers,
try-expand-dabbrev-all-buffers): Use `case-fold-search' from the
original buffer.
(he-line-beg): Removed bug that made point move.
(try-expand-all-abbrevs): Check that abbrev tables exist before use.
(try-expand-dabbrev-visible): New try function.
(he-search-window): New variable used by `try-expand-dabbrev-visible'.
(he-dab-search-regexp): Function removed.
(he-dab-search): Renamed to `he-dabbrev-search'.
(he-dabbrev-search): Find only whole matching symbols.
(he-dabbrev-skip-space): New variable.
(he-dabbrev-beg): Use `he-dabbrev-skip-space'.
(try-expand-dabbrev-from-kill,he-dabbrev-kill-search): New try
function, with requisites.
(try-expand-whole-kill,he-whole-kill-search,he-kill-beg): New try
function, with requisites.
(he-search-loc2): New variable, used by `try-expand-whole-kill'
and `try-expand-dabbrev-from-kill'.
(hippie-expand-try-functions-list): Added the try functions
`try-complete-file-name-partially', `try-expand-dabbrev-from-kill'
and `try-complete-lisp-symbol-partially'.
(Several functions): Adjusted and corrected use of `he-tried-table'.

28 years agoMinor fixes.
Edward M. Reingold [Fri, 13 Oct 1995 13:06:37 +0000 (13:06 +0000)]
Minor fixes.

28 years ago(x_connection_signal_1): New function.
Richard M. Stallman [Thu, 12 Oct 1995 22:58:04 +0000 (22:58 +0000)]
(x_connection_signal_1): New function.
(x_connection_signal): Try all the server connections
to see which one was lost.

(XTcondemn_scroll_bars): No error if
FRAME_CONDEMNED_SCROLL_BARS is non-nil already.
Just move all the scroll bars into there.

28 years ago*** empty log message ***
Richard M. Stallman [Thu, 12 Oct 1995 22:28:42 +0000 (22:28 +0000)]
*** empty log message ***

28 years agoHandle aliases dead-acute,...
Richard M. Stallman [Thu, 12 Oct 1995 22:28:07 +0000 (22:28 +0000)]
Handle aliases dead-acute,...

28 years ago(struct Lisp_Char_Table): New slot `purpose'.
Richard M. Stallman [Thu, 12 Oct 1995 21:19:49 +0000 (21:19 +0000)]
(struct Lisp_Char_Table): New slot `purpose'.
(CHAR_TABLE_STANDARD_SLOTS): Add one.

(CHECK_VECTOR_OR_CHAR_TABLE): New macro.

28 years ago(describe_vector): Support nested char-tables.
Richard M. Stallman [Thu, 12 Oct 1995 21:18:42 +0000 (21:18 +0000)]
(describe_vector): Support nested char-tables.

28 years ago(Qvector_or_char_table_p): New variable.
Richard M. Stallman [Thu, 12 Oct 1995 19:17:05 +0000 (19:17 +0000)]
(Qvector_or_char_table_p): New variable.
(Fvector_or_char_table_p): New function.
(syms_of_data): Set up Lisp var and function.

28 years ago(display-table-slot, set-display-table-slot):
Richard M. Stallman [Thu, 12 Oct 1995 19:16:20 +0000 (19:16 +0000)]
(display-table-slot, set-display-table-slot):
Get slot number from a property of its name.
Eliminate the type-checking.
(make-display-table): Call make-char-table the new way.
(describe-display-table): Use slot names to access slots.
(display-table): Give it the char-table-extra-slots property.
(display-table-char-p, display-table-vector-p): Functions deleted.
(display-table-slot-name-alist): Variable deleted.

28 years ago(Fdelete_other_windows): Set w->force_start.
Richard M. Stallman [Thu, 12 Oct 1995 18:00:00 +0000 (18:00 +0000)]
(Fdelete_other_windows): Set w->force_start.

28 years ago(variable-at-point, function-called-at-point): Fix revious changes.
Richard M. Stallman [Thu, 12 Oct 1995 17:56:17 +0000 (17:56 +0000)]
(variable-at-point, function-called-at-point): Fix revious changes.

28 years ago(syms_of_xdisp): Doc fix.
Richard M. Stallman [Thu, 12 Oct 1995 15:44:45 +0000 (15:44 +0000)]
(syms_of_xdisp): Doc fix.

28 years agoInitial revision
Edward M. Reingold [Thu, 12 Oct 1995 15:28:46 +0000 (15:28 +0000)]
Initial revision

28 years agoAdded menu items for cal-tex.el (a new file).
Edward M. Reingold [Thu, 12 Oct 1995 15:28:06 +0000 (15:28 +0000)]
Added menu items for cal-tex.el (a new file).

28 years agoAdded key definitions and autoloads for cal-tex.el (a new file).
Edward M. Reingold [Thu, 12 Oct 1995 15:27:07 +0000 (15:27 +0000)]
Added key definitions and autoloads for cal-tex.el (a new file).

28 years ago(mail-strip-quoted-names): Preserve white space
Richard M. Stallman [Wed, 11 Oct 1995 21:05:53 +0000 (21:05 +0000)]
(mail-strip-quoted-names): Preserve white space
after comma when stripping text outside of <> delims.

28 years ago(make_lispy_event) [!USE_X_TOOLKIT]: Dragging
Richard M. Stallman [Wed, 11 Oct 1995 17:24:37 +0000 (17:24 +0000)]
(make_lispy_event) [!USE_X_TOOLKIT]: Dragging
the mouse into the menu-bar and releasing it there did
not create a drag-mouse event.
(set-input-mode) [MSDOS]: Do not call reset_sys_modes and init_sys_modes.

28 years ago(gud-filter): Move the gud-display-frame call
Richard M. Stallman [Wed, 11 Oct 1995 17:20:35 +0000 (17:20 +0000)]
(gud-filter): Move the gud-display-frame call
outside of the save-excursion.  New var process-window
controls which window to do it in.