]> git.eshelyaron.com Git - emacs.git/log
emacs.git
29 years ago(tags-table-check-computed-list): Map tags-expand-table-name over lists of
Roland McGrath [Mon, 9 Oct 1995 18:00:54 +0000 (18:00 +0000)]
(tags-table-check-computed-list): Map tags-expand-table-name over lists of
included tables.

29 years agoNew implementation with char-tables.
Erik Naggum [Mon, 9 Oct 1995 17:45:47 +0000 (17:45 +0000)]
New implementation with char-tables.

29 years agoInitial revision
Richard M. Stallman [Mon, 9 Oct 1995 17:08:20 +0000 (17:08 +0000)]
Initial revision

29 years ago(temp_echo_area_glyphs): Restore the old point value.
Richard M. Stallman [Mon, 9 Oct 1995 16:36:59 +0000 (16:36 +0000)]
(temp_echo_area_glyphs): Restore the old point value.

29 years ago(mail-abbrev-syntax-table): Use `equal' instead of `=', in case elts
Noah Friedman [Mon, 9 Oct 1995 04:49:15 +0000 (04:49 +0000)]
(mail-abbrev-syntax-table): Use `equal' instead of `=', in case elts
of syntax table are lists, not integers.

29 years ago(ada-gen-treat-proc): Bind `procname' and `functype'.
Erik Naggum [Mon, 9 Oct 1995 03:11:29 +0000 (03:11 +0000)]
(ada-gen-treat-proc): Bind `procname' and `functype'.

29 years ago(exec_sentinel, read_process_output):
Richard M. Stallman [Mon, 9 Oct 1995 00:31:24 +0000 (00:31 +0000)]
(exec_sentinel, read_process_output):
Call record_asynch_buffer_change only if caller is reading kbd input.

29 years ago(view-exit): Delete view-overlay only if it exists.
Erik Naggum [Sun, 8 Oct 1995 19:59:42 +0000 (19:59 +0000)]
(view-exit): Delete view-overlay only if it exists.

29 years ago(server-start): Try both full hostname and shortened
Richard M. Stallman [Sun, 8 Oct 1995 19:42:11 +0000 (19:42 +0000)]
(server-start): Try both full hostname and shortened
hostname when deleting the socket file.

29 years agoIndentation change.
Richard M. Stallman [Sun, 8 Oct 1995 19:38:53 +0000 (19:38 +0000)]
Indentation change.

29 years agoFix several minor errors.
Richard M. Stallman [Sun, 8 Oct 1995 19:38:02 +0000 (19:38 +0000)]
Fix several minor errors.

29 years ago(desktop-outvar): Support truncation.
Richard M. Stallman [Sun, 8 Oct 1995 19:37:04 +0000 (19:37 +0000)]
(desktop-outvar): Support truncation.
(desktop-globals-to-save): Doc fix.

29 years ago(command-line): Init user-mail-address here, after reading init file.
Richard M. Stallman [Sun, 8 Oct 1995 19:30:41 +0000 (19:30 +0000)]
(command-line): Init user-mail-address here, after reading init file.
(normal-top-level): Not here.

29 years ago(write_segment): Write valid data in units of 1<<13,
Richard M. Stallman [Sun, 8 Oct 1995 19:29:57 +0000 (19:29 +0000)]
(write_segment): Write valid data in units of 1<<13,
but write zeros only a page at a time.

29 years ago(init_buffer_once): Make file_format always local, not just local when set.
Richard M. Stallman [Sun, 8 Oct 1995 19:26:07 +0000 (19:26 +0000)]
(init_buffer_once): Make file_format always local, not just local when set.

29 years ago(Fmake_char_table): Initialize parent to nil.
Erik Naggum [Sun, 8 Oct 1995 02:56:45 +0000 (02:56 +0000)]
(Fmake_char_table): Initialize parent to nil.

29 years ago(struct Lisp_Boolvector): New data type.
Richard M. Stallman [Sat, 7 Oct 1995 22:07:01 +0000 (22:07 +0000)]
(struct Lisp_Boolvector): New data type.
(struct Lisp_Char_Table): New structure.

(CHAR_TABLE_STANDARD_SLOTS, CHAR_TABLE_ORDINARY_SLOTS): New macros.
(CHAR_TABLE_EXTRA_SLOTS): New macro.

(CHECK_CHAR_TABLE): New macro.

(pvec_type): Add PVEC_CHARTABLE and PVEC_BOOLVECTOR.
Move PVEC_BUFFER to a higher bit.
(CHARTABLEP, GC_CHARTABLEP, XSETCHARTABLE, XCHARTABLE): New macros.
(XBOOLVECTOR, XSETBOOLVECTOR, BOOLVECTORP, GC_BOOLVECTORP): New macros.

29 years ago(Fchartablep, Fboolvectorp): New functions.
Richard M. Stallman [Sat, 7 Oct 1995 22:04:15 +0000 (22:04 +0000)]
(Fchartablep, Fboolvectorp): New functions.
(syms_of_data): defsubr them.
(Faref, Faset, Fsequencep): Handle chartables and boolvectors.

29 years ago(print): Handle chartables and boolvectors.
Richard M. Stallman [Sat, 7 Oct 1995 22:02:20 +0000 (22:02 +0000)]
(print): Handle chartables and boolvectors.
(print_boolvector): New function.

29 years ago(read1): Handle chartables and boolvectors.
Richard M. Stallman [Sat, 7 Oct 1995 22:01:39 +0000 (22:01 +0000)]
(read1): Handle chartables and boolvectors.

29 years ago(describe_vector): Use Flength to get length of vector.
Richard M. Stallman [Sat, 7 Oct 1995 22:00:06 +0000 (22:00 +0000)]
(describe_vector): Use Flength to get length of vector.

29 years ago(describe_syntax): Handle new syntax-table data format.
Richard M. Stallman [Sat, 7 Oct 1995 21:59:28 +0000 (21:59 +0000)]
(describe_syntax): Handle new syntax-table data format.
(Fmodify_syntax_entry, init_syntax_once): Use SET_RAW_SYNTAX_ENTRY.
Handle new syntax-table data format.
(check_syntax_table): Use CHECK_CHAR_TABLE.  Now static.
Don't return anything; callers changed.
(Fcopy_syntax_table): Use Fcopy_sequence.
(Fchar_syntax, Fmatching_paren, Fforward_comment): Copy complex args
to SYNTAX into variables before using them.
(Fsyntax_table_p): Accept any char-table.
(syntax_parent_lookup): New function.
(syntax_temp): New variable.

29 years agoUse char tables as syntax tables.
Richard M. Stallman [Sat, 7 Oct 1995 21:55:20 +0000 (21:55 +0000)]
Use char tables as syntax tables.
(RAW_SYNTAX, RAW_SYNTAX_MATCH): Macros deleted.
(RAW_SYNTAX_ENTRY, SET_RAW_SYNTAX_ENTRY): New macros.
(SYNTAX, SYNTAX_MATCH): Rewritten.
(SYNTAX_ENTRY, SYNTAX_WITH_FLAGS): New macros.
(SYNTAX_COMSTART_SECOND, SYNTAX_COMEND_FIRST, SYNTAX_COMEND_SECOND)
(SYNTAX_PREFIX, SYNTAX_COMMENT_STYLE): Use SYNTAX_WITH_FLAGS.

29 years ago(callint_message, callint_message_size): New vars.
Richard M. Stallman [Sat, 7 Oct 1995 21:54:29 +0000 (21:54 +0000)]
(callint_message, callint_message_size): New vars.
(syms_of_callint): Set up new vars.
(Fcall_interactively): Keep the prompt in the heap.

29 years ago(Fmake_chartable, Fmake_boolvector): New functions.
Richard M. Stallman [Sat, 7 Oct 1995 21:53:27 +0000 (21:53 +0000)]
(Fmake_chartable, Fmake_boolvector): New functions.
(syms_of_alloc): defsubr them.

29 years ago(Fset_char_table_range): New function.
Richard M. Stallman [Sat, 7 Oct 1995 21:52:15 +0000 (21:52 +0000)]
(Fset_char_table_range): New function.
(make_char_table, Fmap_char_table): New function.
(Fchar_table_extra_slot, Fset_char_table_extra_slot): New functions.

(Fcopy_sequence, Felt, internal_equal, Ffillarray):
Handle chartables and boolvectors.
(Flength, concat): Handle boolvectors as args.
(Flength): Handle chartables as args.

29 years ago(bytecode.o): Depend on syntax.h.
Richard M. Stallman [Sat, 7 Oct 1995 16:07:24 +0000 (16:07 +0000)]
(bytecode.o): Depend on syntax.h.

29 years ago(byte-compile-from-buffer): Bind print-level.
Richard M. Stallman [Fri, 6 Oct 1995 22:42:19 +0000 (22:42 +0000)]
(byte-compile-from-buffer): Bind print-level.

29 years ago(newline): Call barf-if-buffer-read-only.
Richard M. Stallman [Fri, 6 Oct 1995 22:40:25 +0000 (22:40 +0000)]
(newline): Call barf-if-buffer-read-only.

29 years agoFix typo calling iso-accents-customize.
Richard M. Stallman [Fri, 6 Oct 1995 15:12:44 +0000 (15:12 +0000)]
Fix typo calling iso-accents-customize.
(iso-accents-compose): If this-command is non-nil, do prompt.

29 years agoAdded ${lispsource}ediff-hook.elc after vc-hooks.
Michael Kifer [Fri, 6 Oct 1995 04:36:30 +0000 (04:36 +0000)]
Added ${lispsource}ediff-hook.elc after vc-hooks.

29 years agoAdded (load "ediff-hook") after loading vc-hook.
Michael Kifer [Fri, 6 Oct 1995 01:20:06 +0000 (01:20 +0000)]
Added (load "ediff-hook") after loading vc-hook.

29 years ago(ediff-files,ediff-merge-files): better file-name defaults.
Michael Kifer [Fri, 6 Oct 1995 01:01:08 +0000 (01:01 +0000)]
(ediff-files,ediff-merge-files): better file-name defaults.
(ediff-split-string): new function.
(ediff-exec-process): now handles diff args separated by space.
(ediff-backup-extension): new variable.
Replaced -hooks with -hook.
(ediff-revision-key): variable deleted.
Moved menubar definitions to a new file, ediff-hook.el

29 years ago(ediff-make-frame-position): fixed bugs.
Michael Kifer [Fri, 6 Oct 1995 01:00:10 +0000 (01:00 +0000)]
(ediff-make-frame-position): fixed bugs.
(ediff-control-frame-parameters): fixed defaults.

29 years ago(ediff-toggle-read-only,ediff-read-file-name):
Michael Kifer [Fri, 6 Oct 1995 00:59:04 +0000 (00:59 +0000)]
(ediff-toggle-read-only,ediff-read-file-name):
replaced abbreviate-file-name with ediff-abbreviate-file-name.
(ediff-documentation): bug fix.
(ediff-setup,ediff-really-quit): modified to work with Ediff session groups.
(ediff-quit,ediff-really-quit): now ask if the user wants to delete buffers.

29 years agoInitial revision
Michael Kifer [Fri, 6 Oct 1995 00:57:20 +0000 (00:57 +0000)]
Initial revision

29 years ago*** empty log message ***
Michael Kifer [Fri, 6 Oct 1995 00:56:53 +0000 (00:56 +0000)]
*** empty log message ***

29 years ago(ediff-abbreviate-file-name): function modified.
Michael Kifer [Fri, 6 Oct 1995 00:55:57 +0000 (00:55 +0000)]
(ediff-abbreviate-file-name): function modified.
(ediff-truncate-string-left): new function.
(ediff-strip-last-dir,ediff-key-press-event-p,ediff-event-point,
ediff-event-buffer): new functions.
(ediff-frame-has-menubar,ediff-protect-meta-chars): functions deleted.

29 years ago(ediff-setup-diff-regions,ediff-setup-diff-regions3,
Michael Kifer [Fri, 6 Oct 1995 00:54:28 +0000 (00:54 +0000)]
(ediff-setup-diff-regions,ediff-setup-diff-regions3,
ediff-setup-fine-diff-regions): functions modified.
(ediff-shell-command,ediff-shell-command-sentinel,
ediff-shell-command-filter): deleted.
(ediff-exec-process,ediff-process-sentinel,ediff-process-filter): new.

29 years ago(Fset_window_hscroll): Don't reject args > SHORTBITS.
Richard M. Stallman [Thu, 5 Oct 1995 23:44:20 +0000 (23:44 +0000)]
(Fset_window_hscroll): Don't reject args > SHORTBITS.

29 years ago(appt-disp-window): Call raise-frame.
Richard M. Stallman [Thu, 5 Oct 1995 23:40:03 +0000 (23:40 +0000)]
(appt-disp-window): Call raise-frame.

29 years ago(Fmove_to_column): Make it interactive.
Richard M. Stallman [Thu, 5 Oct 1995 23:15:11 +0000 (23:15 +0000)]
(Fmove_to_column): Make it interactive.

29 years agoFix typo in prev change.
Richard M. Stallman [Thu, 5 Oct 1995 22:26:26 +0000 (22:26 +0000)]
Fix typo in prev change.

29 years ago(View-search-regexp-forward, View-search-regexp-backward):
Richard M. Stallman [Thu, 5 Oct 1995 22:25:38 +0000 (22:25 +0000)]
(View-search-regexp-forward, View-search-regexp-backward):
If arg is empty, use view-last-regexp.
(view-overlay): New variable, local in all buffers.
(view-search): Highlight the match using view-overlay.
(view-exit): Delete view-overlay.

29 years agoAdd `athen' as synonym for `athena'.
Richard M. Stallman [Thu, 5 Oct 1995 16:35:45 +0000 (16:35 +0000)]
Add `athen' as synonym for `athena'.

29 years ago(gnus-summary-save-in-mail): Use mail-file-babyl-p.
Richard M. Stallman [Wed, 4 Oct 1995 20:07:33 +0000 (20:07 +0000)]
(gnus-summary-save-in-mail): Use mail-file-babyl-p.

29 years ago(gnus-inews-do-fcc): Use mail-file-babyl-p.
Richard M. Stallman [Wed, 4 Oct 1995 20:02:20 +0000 (20:02 +0000)]
(gnus-inews-do-fcc): Use mail-file-babyl-p.

29 years ago(recover-session): Use auto-save-list-file-prefix.
Richard M. Stallman [Wed, 4 Oct 1995 19:42:04 +0000 (19:42 +0000)]
(recover-session): Use auto-save-list-file-prefix.

29 years ago(auto-save-list-file-prefix): New variable.
Richard M. Stallman [Wed, 4 Oct 1995 19:41:15 +0000 (19:41 +0000)]
(auto-save-list-file-prefix): New variable.
(normal-top-level): Use it.

29 years ago(mail-signature-file): New variable.
Richard M. Stallman [Wed, 4 Oct 1995 19:34:25 +0000 (19:34 +0000)]
(mail-signature-file): New variable.
Fix various doc strings to mention it.
(mail-signature): Use mail-signature-file.

29 years ago(recover-session-finish): Ask only about files that
Richard M. Stallman [Wed, 4 Oct 1995 18:34:14 +0000 (18:34 +0000)]
(recover-session-finish): Ask only about files that
have auto-save files now.  Don't put "temp" into temp file names.

29 years ago(Fmake_indirect_buffer): Was taking marker positions
Richard M. Stallman [Wed, 4 Oct 1995 17:24:33 +0000 (17:24 +0000)]
(Fmake_indirect_buffer): Was taking marker positions
from current buffer, which is irrelevant.

29 years ago(unrmail): Call rmail-toggle-header.
Richard M. Stallman [Wed, 4 Oct 1995 16:07:50 +0000 (16:07 +0000)]
(unrmail): Call rmail-toggle-header.

29 years ago(isearch-forward): Doc fix.
Richard M. Stallman [Wed, 4 Oct 1995 16:00:11 +0000 (16:00 +0000)]
(isearch-forward): Doc fix.

29 years ago(vc-next-action-on-file): When locking the latest trunk version,
André Spiegel [Wed, 4 Oct 1995 15:13:04 +0000 (15:13 +0000)]
(vc-next-action-on-file): When locking the latest trunk version,
use empty version number.

29 years ago(Fmake_overlay): Set end-marker's insertion_type to 1.
Richard M. Stallman [Tue, 3 Oct 1995 18:43:12 +0000 (18:43 +0000)]
(Fmake_overlay): Set end-marker's insertion_type to 1.

29 years agoFix name of buffer-substring-no-properties.
Richard M. Stallman [Tue, 3 Oct 1995 15:11:56 +0000 (15:11 +0000)]
Fix name of buffer-substring-no-properties.

29 years ago(Vsuggest_key_bindings): New variable.
Richard M. Stallman [Tue, 3 Oct 1995 09:17:37 +0000 (09:17 +0000)]
(Vsuggest_key_bindings): New variable.
(syms_of_keyboard): Set up Lisp variable.
(Fexecute_extended_command): When enabled, show an equivalent key binding.

29 years ago(write_segment): Use pagesize as unit of writing instead of 128.
Richard M. Stallman [Tue, 3 Oct 1995 09:15:49 +0000 (09:15 +0000)]
(write_segment): Use pagesize as unit of writing instead of 128.

29 years ago(Qmouse_leave_buffer_hook): New variable.
Richard M. Stallman [Tue, 3 Oct 1995 09:14:54 +0000 (09:14 +0000)]
(Qmouse_leave_buffer_hook): New variable.
(syms_of_frame_1): Initialize it.
(Fhandle_switch_frame): Run the hooks.

29 years ago(get_display_line): Don't abort if there's text
Richard M. Stallman [Tue, 3 Oct 1995 09:13:55 +0000 (09:13 +0000)]
(get_display_line): Don't abort if there's text
in the line to the right beyond HPOS.
(quit_error_check): Make this a no-op.

29 years ago(Qwindow_scroll_functions, Vwindow_scroll_functions): New variables.
Richard M. Stallman [Tue, 3 Oct 1995 09:12:50 +0000 (09:12 +0000)]
(Qwindow_scroll_functions, Vwindow_scroll_functions): New variables.
(syms_of_xdisp): Initialize them.
(redisplay_window): Call the functions when appropriate.

29 years ago(run_hook_with_args_2): New function.
Richard M. Stallman [Tue, 3 Oct 1995 09:11:08 +0000 (09:11 +0000)]
(run_hook_with_args_2): New function.

29 years ago(window_scroll): Always set force_start.
Richard M. Stallman [Tue, 3 Oct 1995 09:09:30 +0000 (09:09 +0000)]
(window_scroll): Always set force_start.

29 years ago(te-escape): Remove spurious partial duplicate definition.
Noah Friedman [Sun, 1 Oct 1995 21:31:09 +0000 (21:31 +0000)]
(te-escape): Remove spurious partial duplicate definition.

29 years ago(re_search_2): Use 0, not -1, as the lower bound
Richard M. Stallman [Sun, 1 Oct 1995 20:17:02 +0000 (20:17 +0000)]
(re_search_2): Use 0, not -1, as the lower bound
for the match position when we adjust RANGE.

29 years ago(print-help-return-message): Handle lists in
Richard M. Stallman [Sun, 1 Oct 1995 20:00:22 +0000 (20:00 +0000)]
(print-help-return-message): Handle lists in
special-display-regexps and same-window-regexps.  Also in
special-display-buffer-names and same-window-buffer-names

29 years ago(barf_or_query_if_file_exists): New arg STATPTR. Callers changed.
Richard M. Stallman [Sun, 1 Oct 1995 07:14:42 +0000 (07:14 +0000)]
(barf_or_query_if_file_exists): New arg STATPTR.   Callers changed.
(Fcopy_file): Error if input and output are the same file.

29 years agoAdd early support for Solaris 2.5 on PowerPCs.
Richard M. Stallman [Sun, 1 Oct 1995 03:43:42 +0000 (03:43 +0000)]
Add early support for Solaris 2.5 on PowerPCs.
[USG5_4] (CANNOT_DUMP): Define this if USG5_4.
(UNEXEC): Don't define if already defined.
[USG5_4] (DATA_SEG_BITS, LIBS_MACHINE): Alternate definitions.
(C_SWITCH_MACHINE, LD_SWITCH_MACHINE, NLIST_STRUCT, WORDS_BIG_ENDIAN)
(TEXT_START, DATA_START, TEXT_END, DATA_END):
Don't define, if USG5_4.

29 years ago(powerpc-*-solaris2): New alternative.x
Richard M. Stallman [Sun, 1 Oct 1995 03:43:11 +0000 (03:43 +0000)]
(powerpc-*-solaris2): New alternative.x

29 years ago(cd): Fix interactive spec to require match if there is no CDPATH.
Roland McGrath [Sat, 30 Sep 1995 16:35:12 +0000 (16:35 +0000)]
(cd): Fix interactive spec to require match if there is no CDPATH.

29 years agoFix previous change.
Richard M. Stallman [Fri, 29 Sep 1995 03:50:47 +0000 (03:50 +0000)]
Fix previous change.

29 years ago(comint-password-prompt-regexp): Recognize
Richard M. Stallman [Fri, 29 Sep 1995 03:49:35 +0000 (03:49 +0000)]
(comint-password-prompt-regexp): Recognize
Old Password and New password.

29 years ago(ispell-message-text-end): Match reporter.el bug reports.
Richard M. Stallman [Fri, 29 Sep 1995 00:48:05 +0000 (00:48 +0000)]
(ispell-message-text-end): Match reporter.el bug reports.

29 years ago(interpreter-mode-alist): Handle nawk.
Richard M. Stallman [Thu, 28 Sep 1995 19:19:08 +0000 (19:19 +0000)]
(interpreter-mode-alist): Handle nawk.

29 years ago(sendmail-send-it): Handle FCC after all text changes.
Richard M. Stallman [Thu, 28 Sep 1995 02:34:44 +0000 (02:34 +0000)]
(sendmail-send-it): Handle FCC after all text changes.
(mail-do-fcc): Don't add From field here.

29 years ago(ange-ftp-dumb-unix-host): Avoid error if HOST is nil.
Richard M. Stallman [Wed, 27 Sep 1995 17:39:32 +0000 (17:39 +0000)]
(ange-ftp-dumb-unix-host): Avoid error if HOST is nil.

29 years ago(undigestify-rmail-message): Better error messages.
Richard M. Stallman [Wed, 27 Sep 1995 15:26:15 +0000 (15:26 +0000)]
(undigestify-rmail-message): Better error messages.

29 years agoFix minor error.
Richard M. Stallman [Mon, 25 Sep 1995 23:22:40 +0000 (23:22 +0000)]
Fix minor error.

29 years ago(add-log-current-defun): Ignore quotes before fcn name.
Richard M. Stallman [Mon, 25 Sep 1995 22:15:11 +0000 (22:15 +0000)]
(add-log-current-defun): Ignore quotes before fcn name.

29 years ago(Info-fontify-node): Fix previous change.
Karl Heuer [Mon, 25 Sep 1995 19:50:22 +0000 (19:50 +0000)]
(Info-fontify-node): Fix previous change.

29 years ago(Info-title-face-alist): New var.
Karl Heuer [Mon, 25 Sep 1995 18:58:51 +0000 (18:58 +0000)]
(Info-title-face-alist): New var.
(Info-fontify-node): Check for headings that are `underlined' with
characters on the following line.

29 years ago(Fx_create_frame): Set up buffer-predicate slot.
Richard M. Stallman [Mon, 25 Sep 1995 18:46:19 +0000 (18:46 +0000)]
(Fx_create_frame): Set up buffer-predicate slot.

(x_decode_color): Get error if color not defined.

29 years ago(safe_run_hooks): No longer static.
Richard M. Stallman [Mon, 25 Sep 1995 18:44:59 +0000 (18:44 +0000)]
(safe_run_hooks): No longer static.

(read_char_x_menu_prompt):
When unreading events generated by a menu,
turn symbols and integers into lists,
for the sake of last_nonmenu_event and thus y-or-n-p.

29 years ago(read_minibuf_unwind): Use safe_run_hooks.
Richard M. Stallman [Mon, 25 Sep 1995 18:42:00 +0000 (18:42 +0000)]
(read_minibuf_unwind): Use safe_run_hooks.

29 years ago(undigestify-rmail-message): Scan back as far as start
Richard M. Stallman [Mon, 25 Sep 1995 18:40:24 +0000 (18:40 +0000)]
(undigestify-rmail-message): Scan back as far as start
of message, to find end of digest.

29 years ago(help-mode): Call view-mode.
Richard M. Stallman [Mon, 25 Sep 1995 18:39:31 +0000 (18:39 +0000)]
(help-mode): Call view-mode.

29 years ago(view-mode-enter): Renamed from view-mode. Callers changed.
Richard M. Stallman [Mon, 25 Sep 1995 18:36:32 +0000 (18:36 +0000)]
(view-mode-enter): Renamed from view-mode.  Callers changed.
Don't create local vars here.  Set view-mode-auto-exit.
Don't change local map--just set view-mode.
(view-mode): New function toggles minor mode in the usual way.
(view-mode-map): Put this on minor-mode-map-alist.
(view-mode-exit): Do the exit actions only if view-mode-auto-exit.
(View-scroll-lines-forward): Exit only if view-scroll-lines-forward.
(view-mode-auto-exit, view-old-buffer-read-only)
(view-old-Helper-return-blurb, view-scroll-size, view-last-regexp)
(view-exit-action, view-return-here, view-exit-position):
Defvar them and make them always-local.

29 years ago(clipboard-yank): Add delete-selection property.
Richard M. Stallman [Mon, 25 Sep 1995 18:21:48 +0000 (18:21 +0000)]
(clipboard-yank): Add delete-selection property.

29 years ago(dun-climb): Handle unknown object name.
Richard M. Stallman [Mon, 25 Sep 1995 18:20:30 +0000 (18:20 +0000)]
(dun-climb): Handle unknown object name.
(dun-objnames): Add "palm" as alias for "tree".

29 years ago(mark-sexp-diary-entries): Add \ for C-M-f's sake.
Richard M. Stallman [Mon, 25 Sep 1995 14:55:02 +0000 (14:55 +0000)]
(mark-sexp-diary-entries): Add \ for C-M-f's sake.

29 years agoFix typo.
Richard M. Stallman [Mon, 25 Sep 1995 14:50:42 +0000 (14:50 +0000)]
Fix typo.

29 years ago(command-line-1): --insert: Don't complain on --insert=file.
Erik Naggum [Mon, 25 Sep 1995 11:04:07 +0000 (11:04 +0000)]
(command-line-1): --insert: Don't complain on --insert=file.

29 years ago(command-line-1): --eval: Don't print the value.
Erik Naggum [Mon, 25 Sep 1995 10:56:15 +0000 (10:56 +0000)]
(command-line-1): --eval: Don't print the value.

29 years ago(popup_get_selection): Pop menu down if button is pressed
Richard M. Stallman [Sun, 24 Sep 1995 23:33:06 +0000 (23:33 +0000)]
(popup_get_selection): Pop menu down if button is pressed
outside the menu.

(xmenu_show): Ignore `quote' when looking up the result.

29 years ago(server-process-filter): Ignore lines that don't start
Richard M. Stallman [Sun, 24 Sep 1995 23:28:18 +0000 (23:28 +0000)]
(server-process-filter): Ignore lines that don't start
with `Error:' or `Client:'.

29 years ago(occur): Indent better for matches that contain newlines.
Richard M. Stallman [Sun, 24 Sep 1995 23:25:06 +0000 (23:25 +0000)]
(occur): Indent better for matches that contain newlines.

29 years ago[These changes were actually in the previous version.
Richard M. Stallman [Sun, 24 Sep 1995 23:20:39 +0000 (23:20 +0000)]
[These changes were actually in the previous version.
This version is a doc fix.]

(mouse-drag-vertical-line): New function.
(mouse-scroll-min-lines): New variable.
(mouse-scroll-subr): Use it.

(mouse-drag-region): Record where the mouse drag has reached
and use that to adjust the drag event before replaying it.

(mouse-drag-region): Store the right end position
in the drag-event before replaying it at the end.

(mouse-skip-word): Skip complete symbol when over a
character with symbol syntax.

29 years ago(auto-compression-mode): Add autoload cookie.
Richard M. Stallman [Sun, 24 Sep 1995 03:59:02 +0000 (03:59 +0000)]
(auto-compression-mode): Add autoload cookie.
Renamed from toggle-auto-compression.
(toggle-auto-compression): Define as alias.

29 years ago(get-setf-method): Protect caller's match-data from string-match.
Erik Naggum [Fri, 22 Sep 1995 21:51:21 +0000 (21:51 +0000)]
(get-setf-method): Protect caller's match-data from string-match.