bpt/emacs.git
26 years ago(Fformat): Properly print floats.
Richard M. Stallman [Tue, 17 Mar 1998 08:16:35 +0000 (08:16 +0000)]
(Fformat): Properly print floats.

26 years ago(setenv): Simplify reading of args by passing old value as the default.
Richard M. Stallman [Tue, 17 Mar 1998 08:14:28 +0000 (08:14 +0000)]
(setenv): Simplify reading of args by passing old value as the default.

26 years ago(Fchar_after, Fchar_before): Properly check arg type
Richard M. Stallman [Tue, 17 Mar 1998 07:25:54 +0000 (07:25 +0000)]
(Fchar_after, Fchar_before): Properly check arg type
and whether in range, for all cases.

(Fsave_excursion): Doc fix.

26 years agoFstore_match_data => Fset_match_data.
Richard M. Stallman [Tue, 17 Mar 1998 06:49:26 +0000 (06:49 +0000)]
Fstore_match_data => Fset_match_data.

26 years ago(Frecenter): Operate on window's buffer even if some other was current.
Richard M. Stallman [Tue, 17 Mar 1998 06:48:12 +0000 (06:48 +0000)]
(Frecenter): Operate on window's buffer even if some other was current.

(Fwindow_end): New arg UPDATE.

(Fset_window_configuration): Don't call do_switch_frame
or run Qwindow_configuration_change_hook if frame is dead.

26 years ago(Info-menu-update): Set Info-menu-last-node
Richard M. Stallman [Tue, 17 Mar 1998 06:29:50 +0000 (06:29 +0000)]
(Info-menu-update): Set Info-menu-last-node
to (FILE NODENAME), and test it that way too.

26 years agoInitial revision
Richard M. Stallman [Tue, 17 Mar 1998 05:49:29 +0000 (05:49 +0000)]
Initial revision

26 years ago(rmail-clear-headers): Make sure an empty line
Richard M. Stallman [Mon, 16 Mar 1998 18:11:20 +0000 (18:11 +0000)]
(rmail-clear-headers): Make sure an empty line
still separates the headers from the body.

26 years ago(mouse-drag-region): Bind deactivate-mark
Richard M. Stallman [Mon, 16 Mar 1998 08:05:58 +0000 (08:05 +0000)]
(mouse-drag-region): Bind deactivate-mark
around call to copy-region-as-kill.
(mouse-set-region): Likewise.
(mouse-secondary-save-then-kill): Likewise.

26 years ago(copy-region-as-kill): Set deactivate-mark
Richard M. Stallman [Mon, 16 Mar 1998 08:01:15 +0000 (08:01 +0000)]
(copy-region-as-kill): Set deactivate-mark
instead of clearing mark-active directly.

26 years ago(rmail-quit): Call quit-window before calling
Kenichi Handa [Mon, 16 Mar 1998 05:58:11 +0000 (05:58 +0000)]
(rmail-quit): Call quit-window before calling
replace-buffer-in-windows to assure that we can switch the rmail
buffer of the selected window.

26 years ago(ADJUST_CHAR_POS): New macro.
Kenichi Handa [Mon, 16 Mar 1998 05:51:07 +0000 (05:51 +0000)]
(ADJUST_CHAR_POS): New macro.
(combine_bytes): Use the macro ADJUST_CHAR_POS.
(adjust_after_replace): New arg REPLACE.  If it is zero, give LEN
as the arg LENGTH to offset_intervals.
(del_range_2): Give correct args to count_combining_before and
combine_bytes.  Adjust the gap position after record_delete if
necessary.  Give character position to adjust_overlays_for_delete.

26 years ago(code_convert_region): The 6th arg name is changed to
Kenichi Handa [Mon, 16 Mar 1998 05:51:07 +0000 (05:51 +0000)]
(code_convert_region): The 6th arg name is changed to
REPLACE.  Even if there's no need of code conversion, call
adjust_after_replace to handle bytes combining.

26 years ago(Finsert_file_contents): Comment modified. Give
Kenichi Handa [Mon, 16 Mar 1998 05:51:07 +0000 (05:51 +0000)]
(Finsert_file_contents): Comment modified.  Give
adjust_after_replace the new arg REPLACE as 0.

26 years ago(help-mode-maybe): Set view-return-to-alist.
Richard M. Stallman [Mon, 16 Mar 1998 04:10:19 +0000 (04:10 +0000)]
(help-mode-maybe): Set view-return-to-alist.
(help-return-method): New variable.
(print-help-return-message): Set help-return-method.

26 years ago(view-return-to-alist): Doc fix.
Richard M. Stallman [Mon, 16 Mar 1998 04:09:04 +0000 (04:09 +0000)]
(view-return-to-alist): Doc fix.
(view-mode-enter): Doc fix.
(view-mode-exit): Handle new alternative `quit-window'
for OLD-BUF-INFO in RETURN-TO-ALIST.

26 years ago(dired-shell-stuff-it): Use shell-quote-argument.
Richard M. Stallman [Mon, 16 Mar 1998 01:35:04 +0000 (01:35 +0000)]
(dired-shell-stuff-it): Use shell-quote-argument.
(dired-shell-quote): Function deleted.

26 years ago(insert_1_both, insert_from_string_1, insert_from_buffer_1)
Richard M. Stallman [Sat, 14 Mar 1998 21:54:42 +0000 (21:54 +0000)]
(insert_1_both, insert_from_string_1, insert_from_buffer_1)
(adjust_after_replace, replace_range):
Account for combining bytes in args to record_insert.
(del_range_2): Make undo records for combining bytes.
Put second call to move_gap_both before setting beg_unchanged.

26 years ago(locate-current-line-number): No longer interactive.
Richard M. Stallman [Sat, 14 Mar 1998 21:45:49 +0000 (21:45 +0000)]
(locate-current-line-number): No longer interactive.

26 years agoCustomized.
Richard M. Stallman [Sat, 14 Mar 1998 21:44:13 +0000 (21:44 +0000)]
Customized.
(dirtrack-forward-slash): Renamed from `forward-slash'.
(dirtrack-backward-slash): Renamed from `backward-slash'.
(dirtrack-replace-slash): Renamed from `replace-slash'.

26 years agoComment changes.
Richard M. Stallman [Sat, 14 Mar 1998 21:42:01 +0000 (21:42 +0000)]
Comment changes.

26 years agoUpdated to 0.4.3:
Eric M. Ludlam [Sat, 14 Mar 1998 12:59:13 +0000 (12:59 +0000)]
Updated to 0.4.3:
Removed string check in basic doc search code.
Made the check for embeded key codes more robust from erronious checks.

26 years ago(texinfo-incorporate-menu-entry-names)
Karl Heuer [Sat, 14 Mar 1998 09:08:26 +0000 (09:08 +0000)]
(texinfo-incorporate-menu-entry-names)
(texinfo-start-menu-description): Call regexp-quote.

26 years ago(message_dolog): Save and restore Vdeactivate_mark.
Richard M. Stallman [Sat, 14 Mar 1998 08:27:01 +0000 (08:27 +0000)]
(message_dolog): Save and restore Vdeactivate_mark.
(prepare_menu_bars): Fstore_match_data => Fset_match_data.
(update_menu_bar): Likewise.

26 years ago(set_frame_menubar): Fstore_match_data => Fset_match_data.
Richard M. Stallman [Sat, 14 Mar 1998 08:23:56 +0000 (08:23 +0000)]
(set_frame_menubar): Fstore_match_data => Fset_match_data.

26 years ago(exec_sentinel, read_process_output): Fstore_match_data => Fset_match_data.
Richard M. Stallman [Sat, 14 Mar 1998 08:23:21 +0000 (08:23 +0000)]
(exec_sentinel, read_process_output): Fstore_match_data => Fset_match_data.

(Fstart_process): Doc fix.

26 years ago(mouse-scroll-subr): Handle if window-end returns nil.
Richard M. Stallman [Sat, 14 Mar 1998 08:20:37 +0000 (08:20 +0000)]
(mouse-scroll-subr): Handle if window-end returns nil.

26 years agoImplement selective undo (by Paul Flinders).
Richard M. Stallman [Sat, 14 Mar 1998 08:19:27 +0000 (08:19 +0000)]
Implement selective undo (by Paul Flinders).
(undo-copy-list, undo-copy-list-1): New functions.
(undo-make-selective-list, undo-delta): New functions.
(undo-elt-in-region, undo-elt-crosses-region): New functions.
(undo-adjusted-markers): New defvar.
(undo-start): New args BEG and END.
(undo): If arg or active region, pass args to undo-start.

26 years ago(news-inews): Signal error if inews fails.
Richard M. Stallman [Sat, 14 Mar 1998 08:16:52 +0000 (08:16 +0000)]
(news-inews): Signal error if inews fails.

26 years ago(save-match-data): store-match-data => set-match-data.
Richard M. Stallman [Sat, 14 Mar 1998 08:15:36 +0000 (08:15 +0000)]
(save-match-data): store-match-data => set-match-data.

(store-match-data): This is now the alias,
set-match-data is now the primitive.

(momentary-string-display): Pass t as UPDATE to window-end.

26 years agoChange comment and version numbers.
Richard M. Stallman [Sat, 14 Mar 1998 05:46:01 +0000 (05:46 +0000)]
Change comment and version numbers.

26 years ago(Fset_match_data): Renamed from Fstore_match_data.
Richard M. Stallman [Sat, 14 Mar 1998 04:57:20 +0000 (04:57 +0000)]
(Fset_match_data): Renamed from Fstore_match_data.
(syms_of_search): Corresponding change.

26 years ago(reftex-nearest-match): store-match-data => set-match-data.
Richard M. Stallman [Sat, 14 Mar 1998 04:55:19 +0000 (04:55 +0000)]
(reftex-nearest-match): store-match-data => set-match-data.

26 years ago(bibtex-search-reference): store-match-data => set-match-data.
Richard M. Stallman [Sat, 14 Mar 1998 04:54:19 +0000 (04:54 +0000)]
(bibtex-search-reference): store-match-data => set-match-data.

26 years ago(simula-match-string-or-comment): store-match-data => set-match-data.
Richard M. Stallman [Sat, 14 Mar 1998 04:53:37 +0000 (04:53 +0000)]
(simula-match-string-or-comment): store-match-data => set-match-data.

26 years ago(fortran-match-!-comment): store-match-data => set-match-data.
Richard M. Stallman [Sat, 14 Mar 1998 04:53:12 +0000 (04:53 +0000)]
(fortran-match-!-comment): store-match-data => set-match-data.

26 years ago(life-grim-reaper): store-match-data => set-match-data.
Richard M. Stallman [Sat, 14 Mar 1998 04:52:44 +0000 (04:52 +0000)]
(life-grim-reaper): store-match-data => set-match-data.

26 years ago(rfc822-looking-at): store-match-data => set-match-data.
Richard M. Stallman [Sat, 14 Mar 1998 04:52:14 +0000 (04:52 +0000)]
(rfc822-looking-at): store-match-data => set-match-data.

26 years ago(mh-make-folder-list-filter): store-match-data => set-match-data.
Richard M. Stallman [Sat, 14 Mar 1998 04:51:45 +0000 (04:51 +0000)]
(mh-make-folder-list-filter): store-match-data => set-match-data.

26 years ago(ex-expand-filsyms): store-match-data => set-match-data.
Richard M. Stallman [Sat, 14 Mar 1998 04:50:54 +0000 (04:50 +0000)]
(ex-expand-filsyms): store-match-data => set-match-data.

26 years ago(edebug-recursive-edit)
Richard M. Stallman [Sat, 14 Mar 1998 04:49:56 +0000 (04:49 +0000)]
(edebug-recursive-edit)
(edebug-outside-excursion): store-match-data => set-match-data.

26 years ago(debug, debugger-env-macro): store-match-data => set-match-data.
Richard M. Stallman [Sat, 14 Mar 1998 04:49:03 +0000 (04:49 +0000)]
(debug, debugger-env-macro): store-match-data => set-match-data.

26 years ago(defsetf match-data): store-match-data => set-match-data.
Richard M. Stallman [Sat, 14 Mar 1998 04:48:26 +0000 (04:48 +0000)]
(defsetf match-data): store-match-data => set-match-data.

26 years ago(type-break-emacs-variant): store-match-data => set-match-data.
Richard M. Stallman [Sat, 14 Mar 1998 04:47:44 +0000 (04:47 +0000)]
(type-break-emacs-variant): store-match-data => set-match-data.

26 years ago(rlogin-parse-words): store-match-data => set-match-data.
Richard M. Stallman [Sat, 14 Mar 1998 04:46:55 +0000 (04:46 +0000)]
(rlogin-parse-words): store-match-data => set-match-data.

26 years ago(perform-replace): store-match-data => set-match-data.
Richard M. Stallman [Sat, 14 Mar 1998 04:45:46 +0000 (04:45 +0000)]
(perform-replace): store-match-data => set-match-data.

26 years ago(iswitchb-ignore-buffername-p): store-match-data => set-match-data.
Richard M. Stallman [Sat, 14 Mar 1998 04:44:58 +0000 (04:44 +0000)]
(iswitchb-ignore-buffername-p): store-match-data => set-match-data.

26 years ago(ffap-file-at-point): store-match-data => set-match-data.
Richard M. Stallman [Sat, 14 Mar 1998 04:44:25 +0000 (04:44 +0000)]
(ffap-file-at-point): store-match-data => set-match-data.

26 years ago(ediff-exec-process): store-match-data => set-match-data.
Richard M. Stallman [Sat, 14 Mar 1998 04:43:46 +0000 (04:43 +0000)]
(ediff-exec-process): store-match-data => set-match-data.

26 years agoComment change.
Richard M. Stallman [Sat, 14 Mar 1998 04:43:03 +0000 (04:43 +0000)]
Comment change.

26 years ago(comint-word): store-match-data => set-match-data.
Richard M. Stallman [Sat, 14 Mar 1998 04:42:18 +0000 (04:42 +0000)]
(comint-word): store-match-data => set-match-data.

26 years ago(outline-end-of-prefix): store-match-data => set-match-data.
Richard M. Stallman [Sat, 14 Mar 1998 04:41:23 +0000 (04:41 +0000)]
(outline-end-of-prefix): store-match-data => set-match-data.

26 years ago(fill-region-as-paragraph, fill-region): Allow t as legit value of JUSTIFY.
Richard M. Stallman [Sat, 14 Mar 1998 03:05:28 +0000 (03:05 +0000)]
(fill-region-as-paragraph, fill-region): Allow t as legit value of JUSTIFY.

26 years ago(internal_self_insert): Call Fforward_buffer to advance
Richard M. Stallman [Fri, 13 Mar 1998 21:22:05 +0000 (21:22 +0000)]
(internal_self_insert): Call Fforward_buffer to advance
over the replacement characters.

26 years ago(mouse-buffer-menu-maxlen): Renamed from mouse-menu-buffer-maxlen.
Richard M. Stallman [Thu, 12 Mar 1998 23:11:57 +0000 (23:11 +0000)]
(mouse-buffer-menu-maxlen): Renamed from mouse-menu-buffer-maxlen.

26 years ago(struct Lisp_Buffer_Local_Value):
Richard M. Stallman [Thu, 12 Mar 1998 22:49:02 +0000 (22:49 +0000)]
(struct Lisp_Buffer_Local_Value):
Field car renamed to realvalue.  New fields check_frame,
found_for_buffer, found_for_frame, buffer, frame.

26 years agoDelete junk accidentally left in buffer on 4 March.
Richard M. Stallman [Thu, 12 Mar 1998 22:44:12 +0000 (22:44 +0000)]
Delete junk accidentally left in buffer on 4 March.

26 years ago(SETUP_SLAVE_PTY): New definition.
Richard M. Stallman [Thu, 12 Mar 1998 06:59:25 +0000 (06:59 +0000)]
(SETUP_SLAVE_PTY): New definition.

26 years ago(store_symval_forwarding, swap_in_symval_forwarding)
Richard M. Stallman [Thu, 12 Mar 1998 05:50:33 +0000 (05:50 +0000)]
(store_symval_forwarding, swap_in_symval_forwarding)
(set_internal, default_value, Fset_default, Fmake_local_variable)
(Fmake_variable_buffer_local, Fkill_local_variable):
Handle new data structure for struct Lisp_Buffer_Local_Value.
(Fmake_variable_frame_local): New function.

26 years ago(gc_sweep, mark_object): Handle new data structure
Richard M. Stallman [Thu, 12 Mar 1998 05:49:15 +0000 (05:49 +0000)]
(gc_sweep, mark_object): Handle new data structure
for struct Lisp_Buffer_Local_Value.

26 years ago(print): Handle new data structure
Richard M. Stallman [Thu, 12 Mar 1998 05:48:33 +0000 (05:48 +0000)]
(print): Handle new data structure
for struct Lisp_Buffer_Local_Value.

26 years ago(init_buffer): Call Fset_buffer_multibyte for *scratch*.
Richard M. Stallman [Thu, 12 Mar 1998 05:47:39 +0000 (05:47 +0000)]
(init_buffer): Call Fset_buffer_multibyte for *scratch*.

(set_buffer_internal_1)
(swap_out_buffer_local_variables): Handle new data structure
for struct Lisp_Buffer_Local_Value.

26 years ago(code_convert_region): Adjusted for the change of
Kenichi Handa [Thu, 12 Mar 1998 00:44:06 +0000 (00:44 +0000)]
(code_convert_region): Adjusted for the change of
adjust_after_replace.

26 years ago(adjust_before_replace): Call
Kenichi Handa [Thu, 12 Mar 1998 00:42:35 +0000 (00:42 +0000)]
(adjust_before_replace): Call
adjust_overlays_for_delete.
(adjust_after_replace): Delete args COMBINED_BEFORE_BYTES and
COMBINED_AFTER_BYTES.  This makes the newly generated text
following GPT_ADDR a buffer contents.

26 years ago(Finsert_file_contents): Don't do position adjustments
Kenichi Handa [Thu, 12 Mar 1998 00:38:28 +0000 (00:38 +0000)]
(Finsert_file_contents): Don't do position adjustments
and handling post-read-conversion here, they are done in
code_convert_region.  Even if a file is read by no-conversion,
call adjust_after_replace to adjust positions.

26 years ago(combine_bytes): New function.
Richard M. Stallman [Wed, 11 Mar 1998 22:08:24 +0000 (22:08 +0000)]
(combine_bytes): New function.
(insert_1_both, insert_from_string_1, insert_from_buffer_1):
Simplify greatly by using combine_bytes near the end
to handle all aspects of combining except for undo-recording.
This means most of the code deals with the text as if there were
no combining.
(replace_range): Likewise.  Also handle unibyte-multibyte conversion
as in insert_from_string_1.
(del_range_2): Handle combining of character before the deletion
with strays after the deletion.
(adjust_markers_for_delete): Delete debugging code for Z == Z_BYTE.
(adjust_markers_for_insert): Move Z == Z_BYTE debugging code
to before we relocate the marker.

26 years ago(adjust_markers_for_insert): Don't leave a marker within
Richard M. Stallman [Wed, 11 Mar 1998 00:47:48 +0000 (00:47 +0000)]
(adjust_markers_for_insert): Don't leave a marker within
the combined_after_bytes.  Use DEC than INC when leaving
a marker before the insertion.
(count_combining_before): Return number of bytes from start
of insertion that will combine.
(insert_1_both): Compensate for change in count_combining_before.
Delete intervals for the combined_after_bytes.
Compensate for that when updating other intervals.
(insert_from_buffer_1, replace_range): Likewise.
(adjust_after_replace): Likewise.
(insert_from_string_1): Likewise.  Also handle intervals
for inserting just part of string.

26 years ago(insert_1_both, insert_from_string_1, insert_from_buffer_1):
Richard M. Stallman [Tue, 10 Mar 1998 23:50:30 +0000 (23:50 +0000)]
(insert_1_both, insert_from_string_1, insert_from_buffer_1):
Count all of combined_after_bytes, not just 1, when correcting
nchars, and in related places.
(adjust_after_replace, replace_range): Likewise.

26 years ago(scheme-font-lock-keywords-1, scheme-font-lock-keywords-2,
Dave Love [Tue, 10 Mar 1998 22:54:43 +0000 (22:54 +0000)]
(scheme-font-lock-keywords-1, scheme-font-lock-keywords-2,
scheme-font-lock-keywords): Moved.

26 years ago(scheme-mode-variables): Set font-lock-defaults locally.
Dave Love [Tue, 10 Mar 1998 22:51:23 +0000 (22:51 +0000)]
(scheme-mode-variables): Set font-lock-defaults locally.
(scheme-font-lock-keywords-1, scheme-font-lock-keywords-2,
scheme-font-lock-keywords): Moved here from font-lock.el.
(dsssl-mode): Move font-lock-defaults setting and running hooks.

26 years ago(code_convert_region): Fix previous change. Adjusted
Richard M. Stallman [Tue, 10 Mar 1998 21:14:08 +0000 (21:14 +0000)]
(code_convert_region): Fix previous change.  Adjusted
for the change of adjust_after_replace (see insdel.c change above).

26 years ago(hippie-expand-dabbrev-skip-space): Renamed `he-dabbrev-skip-space'.
Richard M. Stallman [Tue, 10 Mar 1998 18:30:07 +0000 (18:30 +0000)]
(hippie-expand-dabbrev-skip-space): Renamed `he-dabbrev-skip-space'.
(hippie-expand-dabbrev-as-symbol): Renamed `he-dabbrev-as-symbol'.
(hippie-expand-no-restriction): New variable.
(hippie-expand-only-buffers): New variable.
(he-init-string,he-line-search,he-list-search,he-dabbrev-search): Use
`buffer-substring-no-properties' to avoid transfer of text properties.
(he-dabbrev-kill-search,he-whole-kill-search): Remove text properties
from search result.
(he-regexp-member): Removed function.
(he-buffer-member): New function used instead of `he-regexp-member'.
(try-expand-line,try-expand-line-all-buffers,try-expand-list,
 try-expand-list-all-buffers,try-expand-dabbrev,
 try-expand-dabbrev-all-buffers): Depending on
`hippie-expand-no-restriction', widen the buffer before search.
(try-expand-line-all-buffers,try-expand-list-all-buffers,
 try-expand-dabbrev-all-buffers): Use `he-buffer-member' and
`hippie-expand-only-buffers'.

26 years agoAdded keybinding for `reftex-mouse-view-crossref' to S-mouse-2.
Carsten Dominik [Tue, 10 Mar 1998 08:43:44 +0000 (08:43 +0000)]
Added keybinding for `reftex-mouse-view-crossref' to S-mouse-2.

26 years ago(BUILT-EMACS): Variable renamed from EMACS. All uses changed.
Richard M. Stallman [Tue, 10 Mar 1998 07:07:31 +0000 (07:07 +0000)]
(BUILT-EMACS): Variable renamed from EMACS.  All uses changed.

26 years ago(hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
Richard M. Stallman [Tue, 10 Mar 1998 03:33:23 +0000 (03:33 +0000)]
(hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
(m68*-hp-hpux*): Handle versions 1X like 10.

26 years ago(fontset_pattern_regexp): `==' was used instead of `='.
Richard M. Stallman [Tue, 10 Mar 1998 00:29:10 +0000 (00:29 +0000)]
(fontset_pattern_regexp): `==' was used instead of `='.

26 years ago(adjust_markers_for_insert):
Richard M. Stallman [Mon, 9 Mar 1998 23:22:44 +0000 (23:22 +0000)]
(adjust_markers_for_insert):
New args COMBINED_AFTER_BYTES, COMBINED_BEFORE_BYTES.  Calls changed.
(insert_1): Call insert_1_both.
(count_combining_before): New function.
(count_combining_after): New function.
(insert_1_both, insert_from_string_1): Handle bytes that combine
with chars adjacent to the inserted text.
(insert_from_buffer_1, replace_range): Likewise.
(adjust_after_replace): New args COMBINED_BEFORE_BYTES, COMBINED_AFTER_BYTES.

26 years agoUse list syntax for key definitions.
Richard M. Stallman [Mon, 9 Mar 1998 22:42:13 +0000 (22:42 +0000)]
Use list syntax for key definitions.

(winner-mode, winner-save-unconditionally)
(winner-hook-installed-p): Save window configuration after
every command if window-configuration-change-hook is not present.

(winner-save-new-configurations, winner-insert-if-new):
Compare a new window configuration
with the previous configuration before saving it.

(winner-insert-if-new, winner-ring)
(winner-configuration, winner-set): Save buffer list together
with the window configurations, so that windows that can no
longer be correctly restored can instead be deleted.

(winner-undo): Compare restored configuration
with other configurations that have been reviewed and skip
this one if it looks similar.

(winner-insert-if-new, winner-save-new-configurations)
(winner-save-unconditionally): Just save the final
configuration if the same command (changing the window
configuration) is applied several times in a row.

(winner-switch): Removed the command
`winner-switch' (and the variables connected to it), since
because of the change above, any "switching package" may now
be used without disturbing winner-mode too much.

(winner-change-fun): Removed the pushnew
command, so that `cl' will not have to be loaded.

(winner-set-conf): Introduced "wrapper" around
`set-window-configuration', so that `winner-undo' may be
called from the minibuffer.

26 years ago(reftex-nicify-text): make a new " " string each time.
Carsten Dominik [Mon, 9 Mar 1998 16:01:20 +0000 (16:01 +0000)]
(reftex-nicify-text): make a new " " string each time.
(reftex-what-macro): Make sure, `reftex-section-regexp' is available.

26 years ago(fill-nobreak-predicate): New variable.
Richard M. Stallman [Mon, 9 Mar 1998 06:37:20 +0000 (06:37 +0000)]
(fill-nobreak-predicate): New variable.
(fill-region-as-paragraph): Obey fill-nobreak-predicate.

26 years ago(do-auto-fill): Obey fill-nobreak-predicate.
Richard M. Stallman [Mon, 9 Mar 1998 06:36:42 +0000 (06:36 +0000)]
(do-auto-fill): Obey fill-nobreak-predicate.

26 years ago(latex-mode): Set fill-nobreak-predicate.
Richard M. Stallman [Mon, 9 Mar 1998 06:36:25 +0000 (06:36 +0000)]
(latex-mode): Set fill-nobreak-predicate.
(slitex-mode): Set fill-nobreak-predicate, tex-face-alist,
and imenu-create-index-function.
(latex-fill-nobreak-predicate): New function.

26 years ago(make-help-screen): Mention DEL in the prompt.
Richard M. Stallman [Mon, 9 Mar 1998 05:26:05 +0000 (05:26 +0000)]
(make-help-screen): Mention DEL in the prompt.

26 years ago(update-file-autoloads):
Richard M. Stallman [Mon, 9 Mar 1998 01:01:36 +0000 (01:01 +0000)]
(update-file-autoloads):
Undo 1997-08-23 change.

26 years ago(quit-window): New command.
Richard M. Stallman [Mon, 9 Mar 1998 00:37:11 +0000 (00:37 +0000)]
(quit-window): New command.

(shrink-window-if-larger-than-buffer):
Bind text-height in the let*.
(view-return-to-alist): Add defvar.

26 years ago(simple_search): Don't count a character until it matches!
Richard M. Stallman [Mon, 9 Mar 1998 00:25:30 +0000 (00:25 +0000)]
(simple_search): Don't count a character until it matches!
Call set_search_regs differently in a forward search.
(boyer_moore): Fix up the code that translates the pattern
and loops thru equivalent characters.

26 years ago(lisp-interaction-mode-map)
Richard M. Stallman [Sun, 8 Mar 1998 23:40:28 +0000 (23:40 +0000)]
(lisp-interaction-mode-map)
(emacs-lisp-mode-map, lisp-mode-map): Use set-keymap-parent.

26 years ago1998-03-08 Carsten Dominik <cd@gnu.org>
Carsten Dominik [Sun, 8 Mar 1998 16:29:08 +0000 (16:29 +0000)]
1998-03-08  Carsten Dominik  <cd@gnu.org>

* (reftex-offer-label-menu, reftex-select-item): removed
match-everywhere interpretation.

26 years ago1998-03-08 Carsten Dominik <cd@gnu.org>
Carsten Dominik [Sun, 8 Mar 1998 11:40:12 +0000 (11:40 +0000)]
1998-03-08  Carsten Dominik  <cd@gnu.org>

* (reftex-cursor-selected-face,
reftex-mouse-selected-face, reftex-file-boundary-face,
reftex-label-face, reftex-section-heading-face,
reftex-toc-header-face, reftex-bib-author-face,
reftex-bib-year-face, reftex-bib-title-face,
reftex-bib-extra-face): New options.
(reftex-toc, reftex-make-and-insert-label-list,
reftex-format-bib-entry, reftex-section-info): Use fonts defined
in the new options.
(reftex-do-citation): Kill buffer *RefTeX Select* to avoid
problems with lazy-lock.

26 years ago(vc-context-matches-p): New function.
André Spiegel [Sun, 8 Mar 1998 10:03:50 +0000 (10:03 +0000)]
(vc-context-matches-p): New function.
(vc-restore-buffer-context): Restore point and mark only if they don't
match the context.
(vc-revert-buffer1, vc-clear-headers): Use save-excursion to relocate
point and mark, and vc-restore-buffer-context as a backup.
(vc-resynch-buffer): When operating on the current buffer, don't use
save-excursion, because that would undo the effects of the above
functions.
(vc-resynch-window): Deleted code that removed vc-find-file-hook
temporarily.  This was unnecessary, because find-file-hooks are not
called when the buffer is reverted.
(vc-register): Added comment for prev change.

26 years ago(c-emacs-features): Var moved to cc-vars.el.
Richard M. Stallman [Sun, 8 Mar 1998 06:55:27 +0000 (06:55 +0000)]
(c-emacs-features): Var moved to cc-vars.el.

26 years ago(c-emacs-features): Var moved from cc-defs.el.
Richard M. Stallman [Sun, 8 Mar 1998 06:55:04 +0000 (06:55 +0000)]
(c-emacs-features): Var moved from cc-defs.el.

26 years agoDon't require cc-defs.
Richard M. Stallman [Sun, 8 Mar 1998 06:53:15 +0000 (06:53 +0000)]
Don't require cc-defs.

26 years ago(c-initialize-cc-mode): Moved require's to top level.
Richard M. Stallman [Sun, 8 Mar 1998 06:52:23 +0000 (06:52 +0000)]
(c-initialize-cc-mode): Moved require's to top level.

(c-initialize-on-load): Variable removed.

26 years ago(c-Java-javadoc-paragraph-start): New variable for use in c-fill-paragraph.
Richard M. Stallman [Sun, 8 Mar 1998 06:51:26 +0000 (06:51 +0000)]
(c-Java-javadoc-paragraph-start): New variable for use in c-fill-paragraph.

26 years ago(c-fill-paragraph): Bind fill-paragraph-function to
Richard M. Stallman [Sun, 8 Mar 1998 06:50:21 +0000 (06:50 +0000)]
(c-fill-paragraph): Bind fill-paragraph-function to
nil when calling fill-paragraph, to avoid bogus recursion which
will signal an error.

(c-fill-paragraph): Always keep point in the same
relative position.  Fill comment before point if there's nothing
else on the same line.  Fill block comments after code a little
better.  Try harder to find a good fill-prefix when point is on a
block comment ender line.  Use c-Java-javadoc-paragraph-start in
block comments in Java mode.  Leave block comment ender alone when
c-hanging-comment-ender-p is nil and point is on that line.
Detect paragraph-separate in multiparagraph comments.  Fix for bug
that may strip the `*' off `*/' if fill-prefix ends with `*' and
c-hanging-comment-ender-p is t.  Added filling of multiline string
literals.  Always return t to disable filling in any unhandled
area, i.e. actual code where fill-paragraph only mess things up.

26 years ago(c-inside-bracelist-p): Fix for enum test.
Richard M. Stallman [Sun, 8 Mar 1998 06:49:04 +0000 (06:49 +0000)]
(c-inside-bracelist-p): Fix for enum test.

(c-collect-line-comments): Require same comment start column.

(c-guess-basic-syntax): Fixes for nesting of and
repeated defun-open's inside extern and namespace clauses.  This
is done by passing a relpos to `inextern-lang' and `innamespace'.
Also, the relpos in `defun-open' is no longer always bol.  It's
always bol when on the top level, however.  Changed cases: 5A.5, 5I, 14A.

(c-forward-token-1, c-backward-token-1): New functions to move by tokens.
c-guess-basic-syntax): Fixes for Java 1.1 array initialization brace lists.

26 years ago(c-enable-xemacs-performance-kludge-p): New variable.
Richard M. Stallman [Sun, 8 Mar 1998 06:45:26 +0000 (06:45 +0000)]
(c-enable-xemacs-performance-kludge-p): New variable.

26 years agoInitial revision
Richard M. Stallman [Sun, 8 Mar 1998 00:53:39 +0000 (00:53 +0000)]
Initial revision

26 years ago(fill-region): If JUSTIFY is non-nil
Richard M. Stallman [Sun, 8 Mar 1998 00:27:23 +0000 (00:27 +0000)]
(fill-region): If JUSTIFY is non-nil
and not a known value, treat it as `full'.
(fill-region-as-paragraph): Likewise.