bpt/emacs.git
29 years ago(Fplist_put): Don't signal an error if plist isn't a cons.
Karl Heuer [Mon, 24 Apr 1995 19:43:15 +0000 (19:43 +0000)]
(Fplist_put): Don't signal an error if plist isn't a cons.

29 years ago(struct x_display_info): New members x_focus_frame,
Karl Heuer [Mon, 24 Apr 1995 18:28:50 +0000 (18:28 +0000)]
(struct x_display_info): New members x_focus_frame,
x_focus_event_frame, x_highlight_frame, replacing global vars.

29 years ago(x_get_focus_frame): New arg FRAME. Callers changed.
Karl Heuer [Mon, 24 Apr 1995 18:28:11 +0000 (18:28 +0000)]
(x_get_focus_frame): New arg FRAME.  Callers changed.
(Funfocus_frame): Unfocus on selected_frame's display.

29 years ago(x_focus_frame, x_focus_event_frame, x_highlight_frame):
Karl Heuer [Mon, 24 Apr 1995 18:27:33 +0000 (18:27 +0000)]
(x_focus_frame, x_focus_event_frame, x_highlight_frame):
Delete these vars; now part of struct x_display_info.
(x_new_focus_frame): New arg DPYINFO.  Callers changed.
Use the struct members instead of the globals.
Call x_frame_rehighlight instead of XTframe_rehighlight, so we can
pass on the dpyinfo pointer.
(x_mouse_leave): New arg DPYINFO.  Callers changed.
(XTframe_rehighlight): New arg FRAME.  Callers changed.
Now does all the work in x_frame_rehighlight.
(x_frame_rehighlight): New function, code from XTframe_rehighlight.
(XTread_socket): Use the struct members instead of the globals.
(x_unfocus_frame, x_iconify_frame, x_destroy_window): Likewise.
(x_display_box_cursor, x_make_frame_invisible): Likewise.
(x_term_init): Initialize the struct members.
(x_initialize): Delete initialization of deleted globals.

29 years ago(Fredirect_frame_focus): Fix earlier change; use a frame known to be non-nil.
Karl Heuer [Mon, 24 Apr 1995 18:21:20 +0000 (18:21 +0000)]
(Fredirect_frame_focus): Fix earlier change; use a frame known to be non-nil.

29 years agoMake dispnew.o and keyboard.o depend on xterm.h.
Karl Heuer [Mon, 24 Apr 1995 17:48:55 +0000 (17:48 +0000)]
Make dispnew.o and keyboard.o depend on xterm.h.

29 years ago(rmail-resend): Fix abbrev expansion.
Richard M. Stallman [Mon, 24 Apr 1995 17:43:15 +0000 (17:43 +0000)]
(rmail-resend): Fix abbrev expansion.

(rmail-get-new-mail): Simply the reversion check;
don't call rmail-forget-messages.

(rmail-revert): Call rmail-mode after reverting
to make sure rmail-message-vector is buffer-local.

29 years ago(do_switch_frame): Don't try to refocus termcap frames.
Karl Heuer [Mon, 24 Apr 1995 17:39:46 +0000 (17:39 +0000)]
(do_switch_frame): Don't try to refocus termcap frames.

29 years ago(message_dolog): The message log doesn't need an undo list.
Karl Heuer [Mon, 24 Apr 1995 17:25:45 +0000 (17:25 +0000)]
(message_dolog): The message log doesn't need an undo list.

29 years ago(term_init): MagicWrap implies AutoWrap.
Karl Heuer [Mon, 24 Apr 1995 17:17:15 +0000 (17:17 +0000)]
(term_init): MagicWrap implies AutoWrap.

29 years ago(do_switch_frame): x_get_focus_frame needs an arg.
Karl Heuer [Mon, 24 Apr 1995 16:55:29 +0000 (16:55 +0000)]
(do_switch_frame): x_get_focus_frame needs an arg.
(Fredirect_frame_focus): frame_rehighlight_hook needs an arg.

29 years ago(xmenu_show): x_mouse_leave needs an arg.
Karl Heuer [Mon, 24 Apr 1995 16:55:03 +0000 (16:55 +0000)]
(xmenu_show): x_mouse_leave needs an arg.

29 years ago(info-insert-file-contents): Set default-directory
Richard M. Stallman [Mon, 24 Apr 1995 15:31:19 +0000 (15:31 +0000)]
(info-insert-file-contents): Set default-directory
around call to shell-command-on-region.

(Info-find-node, Info-restore-point, Info-search,
Info-forward-node, Info-backward-node): Use string-equal, not equal,
to compare node names.

29 years ago(isearch-update-ring): Use STRING arg, not isearch-ring.
Richard M. Stallman [Mon, 24 Apr 1995 15:27:35 +0000 (15:27 +0000)]
(isearch-update-ring): Use STRING arg, not isearch-ring.

29 years agoDisable many Files menu items in minibuffer.
Richard M. Stallman [Mon, 24 Apr 1995 15:26:19 +0000 (15:26 +0000)]
Disable many Files menu items in minibuffer.
(menu-bar-search-menu): Add ... to many items.
Add a query-replace-regexp item.
(nonincremental-repeat-search-forward): Renamed from noninteractive...
(nonincremental-repeat-search-backward): Likewise.
(nonincremental-repeat-re-search-forward): Likewise.
(nonincremental-repeat-re-search-backward): Likewise.

29 years ago(print-help-return-message): Check same-window-buffer-names
Richard M. Stallman [Mon, 24 Apr 1995 15:13:20 +0000 (15:13 +0000)]
(print-help-return-message): Check same-window-buffer-names
and same-window-regexps.

29 years ago(iso-accents-list): Add ~! and ~? combinations.
Richard M. Stallman [Mon, 24 Apr 1995 15:02:12 +0000 (15:02 +0000)]
(iso-accents-list): Add ~! and ~? combinations.

29 years ago(rename-uniquely): Strip suffix before rename.
Richard M. Stallman [Mon, 24 Apr 1995 14:59:22 +0000 (14:59 +0000)]
(rename-uniquely): Strip suffix before rename.

29 years agoshell-font-lock-keywords efficiency fix.
Simon Marshall [Mon, 24 Apr 1995 11:51:28 +0000 (11:51 +0000)]
shell-font-lock-keywords efficiency fix.

29 years agomail-font-lock-keywords efficiency fix.
Simon Marshall [Mon, 24 Apr 1995 11:49:06 +0000 (11:49 +0000)]
mail-font-lock-keywords efficiency fix.

29 years agormail-summary-font-lock-keywords efficiency fix.
Simon Marshall [Mon, 24 Apr 1995 11:46:17 +0000 (11:46 +0000)]
rmail-summary-font-lock-keywords efficiency fix.

29 years agodired-font-lock-keywords efficiency fix.
Simon Marshall [Mon, 24 Apr 1995 11:28:24 +0000 (11:28 +0000)]
dired-font-lock-keywords efficiency fix.

29 years agochange-log-font-lock-keywords efficiency fix.
Simon Marshall [Mon, 24 Apr 1995 11:03:55 +0000 (11:03 +0000)]
change-log-font-lock-keywords efficiency fix.

29 years agoUse new fortran-match-!-comment to do !-style fontification; do rest in regexps
Simon Marshall [Mon, 24 Apr 1995 10:51:17 +0000 (10:51 +0000)]
Use new fortran-match-!-comment to do !-style fontification; do rest in regexps

29 years agoMake font-lock.el use compiled keywords; added FN as possible matcher.
Simon Marshall [Mon, 24 Apr 1995 10:49:03 +0000 (10:49 +0000)]
Make font-lock.el use compiled keywords; added FN as possible matcher.
Use font-lock-syntax-table for syntactic fontification.
Use font-lock-after-fontify-buffer not font-lock-after-fontify-buffer-hook.

29 years ago(create_process): Don't abort if can't reopen
Richard M. Stallman [Mon, 24 Apr 1995 05:52:11 +0000 (05:52 +0000)]
(create_process): Don't abort if can't reopen
pty_name in the child.  Exit the child instead.

29 years ago(child_setup): Reword "can't exec" message.
Richard M. Stallman [Mon, 24 Apr 1995 05:51:40 +0000 (05:51 +0000)]
(child_setup): Reword "can't exec" message.
Add newline after message.

(Fcall_process): Call Fexpand_file_name for error_file.

29 years ago(easy-menu-define): Doc fix.
Richard M. Stallman [Mon, 24 Apr 1995 05:36:53 +0000 (05:36 +0000)]
(easy-menu-define): Doc fix.

29 years ago(INFO_TARGETS, DVI_TARGETS): Add viper targets.
Richard M. Stallman [Mon, 24 Apr 1995 04:32:41 +0000 (04:32 +0000)]
(INFO_TARGETS, DVI_TARGETS): Add viper targets.
(../info/viper, viper.dvi): New targets.

29 years agoUpdate info on window-end.
Richard M. Stallman [Mon, 24 Apr 1995 04:26:04 +0000 (04:26 +0000)]
Update info on window-end.

29 years ago(byte-optimize-letX): Use car-safe and cdr-safe.
Richard M. Stallman [Mon, 24 Apr 1995 04:21:21 +0000 (04:21 +0000)]
(byte-optimize-letX): Use car-safe and cdr-safe.

29 years ago(rmail-attributes): Recognize "resent" attribute.
Karl Heuer [Fri, 21 Apr 1995 00:45:35 +0000 (00:45 +0000)]
(rmail-attributes): Recognize "resent" attribute.

29 years agoUpdate some MIME doc strings.
Karl Heuer [Thu, 20 Apr 1995 23:35:49 +0000 (23:35 +0000)]
Update some MIME doc strings.
(mh-auto-fill-for-letter): Use fill-prefix to do message headers.

29 years agoUpdate some MIME doc strings.
Karl Heuer [Thu, 20 Apr 1995 23:35:26 +0000 (23:35 +0000)]
Update some MIME doc strings.

29 years agoComment update.
Karl Heuer [Thu, 20 Apr 1995 23:35:01 +0000 (23:35 +0000)]
Comment update.

29 years ago(sendmail-pre-abbrev-expand-hook): When setting the
Karl Heuer [Thu, 20 Apr 1995 21:27:14 +0000 (21:27 +0000)]
(sendmail-pre-abbrev-expand-hook): When setting the
dummy value for abbrev-start-location, use (point-max) rather than
(point), so we won't delete a "-" that happens to be at point.

29 years ago(Fexpand_abbrev): Add some error checking.
Karl Heuer [Thu, 20 Apr 1995 21:15:39 +0000 (21:15 +0000)]
(Fexpand_abbrev): Add some error checking.

29 years ago(Fx_popup_dialog): Don't pass menubarp arg to xdialog_show.
Karl Heuer [Thu, 20 Apr 1995 18:37:39 +0000 (18:37 +0000)]
(Fx_popup_dialog): Don't pass menubarp arg to xdialog_show.

29 years ago(f90-keywords): "only" added to keyword list.
Karl Heuer [Thu, 20 Apr 1995 17:23:29 +0000 (17:23 +0000)]
(f90-keywords): "only" added to keyword list.
(f90-font-lock-keywords-1): Type may now have attributes private
and public.
(f90-font-lock-keywords-2): Fixed difference between type and type().
(hilit-set-mode-patterns): Type may now have attributes private.
and public, fixed difference between type and type().
(f90-p-type-re): New regular-expression constant for type commands.
(f90-mode): indent-tabs-mode put to nil by default.
(f90-looking-at-type-like): Now uses f90-p-type-re.
(f90-no-block-limit): Now uses f90-p-type-re.
(f90-change-keywords): Don't change preprocessor lines.

29 years agoChange the instructions in the INSTALLATION
Karl Heuer [Thu, 20 Apr 1995 16:21:55 +0000 (16:21 +0000)]
Change the instructions in the INSTALLATION
comment block to set buffer-local variables like
dired-omit-files-p in dired-mode-hook.
(dired-omit-files-p): Make local to all buffers.
(dired-omit-files): Fix doc string (not buffer-local).
(dired-omit-startup): Don't need to make dired-omit-files-p
local to buffer here.

29 years agoComment change.
Richard M. Stallman [Thu, 20 Apr 1995 08:28:38 +0000 (08:28 +0000)]
Comment change.

29 years ago(undigestify-rmail-message): Strip "^- " which is
Richard M. Stallman [Thu, 20 Apr 1995 02:31:16 +0000 (02:31 +0000)]
(undigestify-rmail-message): Strip "^- " which is
added by some digest makers to the beginning of lines.

29 years ago(rmail-revert): Call rmail-mode after reverting
Richard M. Stallman [Thu, 20 Apr 1995 02:23:28 +0000 (02:23 +0000)]
(rmail-revert): Call rmail-mode after reverting
to make sure rmail-message-vector is buffer-local.

29 years ago(x_window): Use (or reuse) frame's namebuf instead of a
Karl Heuer [Wed, 19 Apr 1995 21:04:01 +0000 (21:04 +0000)]
(x_window): Use (or reuse) frame's namebuf instead of a
temp var.  This avoids a storage leak.

29 years ago(Fdelete_frame): Free f->namebuf.
Karl Heuer [Wed, 19 Apr 1995 20:58:28 +0000 (20:58 +0000)]
(Fdelete_frame): Free f->namebuf.

29 years ago(make_frame): Initialize f->namebuf.
Karl Heuer [Wed, 19 Apr 1995 20:55:31 +0000 (20:55 +0000)]
(make_frame): Initialize f->namebuf.

29 years ago(struct frame): New member namebuf.
Karl Heuer [Wed, 19 Apr 1995 20:54:09 +0000 (20:54 +0000)]
(struct frame): New member namebuf.

29 years ago(cpp-edit-reset): Fix typo.
Richard M. Stallman [Wed, 19 Apr 1995 06:37:49 +0000 (06:37 +0000)]
(cpp-edit-reset): Fix typo.
(cpp-signal-read-only, cpp-grow-overlay): Update to new calling conventions.
(cpp-make-overlay-hidden): Don't allow insertion before a read-only overlay.

29 years ago(xmenu_show, xdialog_show): Delete menubarp arg.
Richard M. Stallman [Wed, 19 Apr 1995 06:09:42 +0000 (06:09 +0000)]
(xmenu_show, xdialog_show): Delete menubarp arg.
(Fx_popup_menu): Don't compute menubarp.

29 years agoDowncase function parameters.
Richard M. Stallman [Wed, 19 Apr 1995 04:35:22 +0000 (04:35 +0000)]
Downcase function parameters.
Doc fixes.

Rewrite to support secondary selection.
(mouse-sel-maintainer-address): New constant.
(mouse-sel-submit-bug-report): New function.
Rename mouse-sel-selection-type to mouse-sel-primary-thing.
(mouse-sel-secondary-thing): New variable.
(mouse-sel-selection-alist): New constant.
(mouse-sel-set-selection-function): Semantics changed.  Value
should now be a function taking two arguments.
(mouse-sel-get-selection-function): Semantics changed.  Value
should now be a function taking one argument.
(mouse-sel-selection-owner-p-function): New variable.
Removed variable mouse-sel-check-selection-function.
Rename mouse-sel-determine-selection-type to
mouse-sel-determine-selection-thing.
(mouse-sel-set-selection): New function.
(mouse-sel-get-selection): New function.
(mouse-sel-selection-owner-p): New function.
(mouse-sel-selection-overlay): New function.
(mouse-sel-selection-thing): New function.
(mouse-sel-region-to-primary): New function.
(mouse-sel-primary-to-region): New function.
(mouse-sel-eval-at-event-end): New macro.
(mouse-sel-determine-selection-thing): Quad-click selects paragraphs.
Removed variable mouse-sel-retain-highlight; use inverse of
transient-mark-mode instead.
(mouse-select-internal): New function.
(mouse-select): Re-written using mouse-select-internal and
mouse-sel-primary-to-region.
(mouse-select-secondary): New function.
(mouse-extend-internal): New function.
(mouse-extend): Re-written using mouse-extend-internal,
mouse-sel-region-to-primary and mouse-sel-primary-to-region.
(mouse-extend-secondary): New function.
(mouse-insert-selection-internal): New function.
(mouse-insert-selection): Re-written using
mouse-insert-selection-internal.
(mouse-insert-secondary): New function.
(mouse-sel-validate-selection): Check all selections in
mouse-sel-selection-alist.

29 years ago(pushnew): Use edebug-keywordp.
Richard M. Stallman [Wed, 19 Apr 1995 00:47:42 +0000 (00:47 +0000)]
(pushnew): Use edebug-keywordp.

29 years ago(finder-known-keywords): Add `debugging'.
Richard M. Stallman [Wed, 19 Apr 1995 00:32:10 +0000 (00:32 +0000)]
(finder-known-keywords): Add `debugging'.

29 years agoAdd Keywords: comment header for finder.el.
Roland McGrath [Tue, 18 Apr 1995 22:53:49 +0000 (22:53 +0000)]
Add Keywords: comment header for finder.el.

29 years ago(main): Add argv[0] to an error message.
Richard M. Stallman [Tue, 18 Apr 1995 20:50:19 +0000 (20:50 +0000)]
(main): Add argv[0] to an error message.

29 years ago(frame-notice-user-settings):
Richard M. Stallman [Tue, 18 Apr 1995 19:26:11 +0000 (19:26 +0000)]
(frame-notice-user-settings):
Don't respecify an old value which was nil and remains nil.

29 years ago(map_event_to_object): Declaration deleted.
Richard M. Stallman [Tue, 18 Apr 1995 18:37:51 +0000 (18:37 +0000)]
(map_event_to_object): Declaration deleted.

29 years ago(x_report_frame_params): Report value of `display' parm.
Richard M. Stallman [Tue, 18 Apr 1995 18:36:03 +0000 (18:36 +0000)]
(x_report_frame_params): Report value of `display' parm.

29 years ago(tags-search, tags-query-replace): Put (quote ...) around args inserted
Roland McGrath [Tue, 18 Apr 1995 18:29:05 +0000 (18:29 +0000)]
(tags-search, tags-query-replace): Put (quote ...) around args inserted
into forms to be evalled.

29 years ago(Ffetch_bytecode): Check the type of the object being read from the file.
Richard M. Stallman [Tue, 18 Apr 1995 18:13:13 +0000 (18:13 +0000)]
(Ffetch_bytecode): Check the type of the object being read from the file.

29 years ago(cpp-edit-list): Move definition toward start of file.
Richard M. Stallman [Tue, 18 Apr 1995 07:21:52 +0000 (07:21 +0000)]
(cpp-edit-list): Move definition toward start of file.
(cpp-face-type-list, cpp-writable-list, cpp-button-event)
(cpp-edit-buffer, cpp-branch-list, cpp-face-default-list)
(cpp-face-light-name-list, cpp-face-dark-name-list)
(cpp-face-light-list, cpp-face-dark-list, cpp-face-mono-list)
(cpp-face-none-list, cpp-face-all-list, cpp-overlay-list): Likewise.

(cpp-highlight-buffer): Rename stack to cpp-state-stack.
(cpp-parse-open, cpp-parse-close): Likewise.
(cpp-push-button, cpp-choose-symbol): Rename data to cpp-callback-data.
(cpp-state-stack, cpp-callback-data): Add defvars.

29 years ago(line-move): Fix previous change: if we get an error,
Richard M. Stallman [Tue, 18 Apr 1995 07:01:34 +0000 (07:01 +0000)]
(line-move): Fix previous change: if we get an error,
move to where the error happened, don't go back to starting point.

29 years ago(INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
Richard M. Stallman [Tue, 18 Apr 1995 03:54:39 +0000 (03:54 +0000)]
(INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
(../info/mh-e, mh-e.dvi): New targets.

29 years agoComment change.
Richard M. Stallman [Tue, 18 Apr 1995 03:45:52 +0000 (03:45 +0000)]
Comment change.

29 years ago(Fencode_time): Don't treat years < 100 as special.
Richard M. Stallman [Tue, 18 Apr 1995 03:31:38 +0000 (03:31 +0000)]
(Fencode_time): Don't treat years < 100 as special.

29 years ago(m68k-motorola-sysv*): Determine which -m option to use with `gnucc'.
Richard M. Stallman [Tue, 18 Apr 1995 03:17:12 +0000 (03:17 +0000)]
(m68k-motorola-sysv*): Determine which -m option to use with `gnucc'.

29 years ago(insert_1): Adjust overlay center after inserting.
Karl Heuer [Mon, 17 Apr 1995 23:16:23 +0000 (23:16 +0000)]
(insert_1): Adjust overlay center after inserting.
(insert_from_string_1, insert_from_buffer_1): Likewise.
(del_range_1): Adjust overlay center after deleting.

29 years ago(adjust_overlays_for_insert): New function.
Karl Heuer [Mon, 17 Apr 1995 23:13:56 +0000 (23:13 +0000)]
(adjust_overlays_for_insert): New function.
(adjust_overlays_for_delete): New function.

29 years agoDeclare some functions.
Karl Heuer [Mon, 17 Apr 1995 23:12:34 +0000 (23:12 +0000)]
Declare some functions.

29 years ago(map-y-or-n-p): Don't log prompt messages.
Karl Heuer [Mon, 17 Apr 1995 18:52:41 +0000 (18:52 +0000)]
(map-y-or-n-p): Don't log prompt messages.

29 years ago(finder-known-keywords): Generalize `c' keyword.
Richard M. Stallman [Mon, 17 Apr 1995 18:42:29 +0000 (18:42 +0000)]
(finder-known-keywords): Generalize `c' keyword.

29 years ago(ispell-init-ispell): Don't barf if there is a
Richard M. Stallman [Mon, 17 Apr 1995 07:11:51 +0000 (07:11 +0000)]
(ispell-init-ispell): Don't barf if there is a
warning message before the version line when Ispell starts up.

29 years ago(Fencode_time): Rewrite by Naggum.
Richard M. Stallman [Mon, 17 Apr 1995 06:10:39 +0000 (06:10 +0000)]
(Fencode_time): Rewrite by Naggum.

29 years ago(font-lock-make-faces): Determine font-lock-background-mode from color
Richard M. Stallman [Sun, 16 Apr 1995 05:41:53 +0000 (05:41 +0000)]
(font-lock-make-faces): Determine font-lock-background-mode from color
values of background color.

(font-lock-make-faces-done): New variable.
(font-lock-make-faces): Set font-lock-make-faces-done to t.
Don't call it when loading the file.
(font-lock-mode): Call font-lock-make-faces if not yet done.

29 years ago(x-defined-colors): Take frame as optional arg.
Richard M. Stallman [Sun, 16 Apr 1995 04:17:36 +0000 (04:17 +0000)]
(x-defined-colors): Take frame as optional arg.
Check whether colors are really supported on the display in use.

29 years ago(list-colors-display): Minor clarification.
Richard M. Stallman [Sun, 16 Apr 1995 04:15:39 +0000 (04:15 +0000)]
(list-colors-display): Minor clarification.
(facemenu-special-menu): Add "Intangible" item.
(facemenu-color-equal): Doc fix.

29 years ago(set-face-background): Handle FRAME = nil directly
Richard M. Stallman [Sun, 16 Apr 1995 04:09:48 +0000 (04:09 +0000)]
(set-face-background): Handle FRAME = nil directly
so stipple colors work in that case.

29 years ago(set-auto-mode): If -*- spec doesn't set `mode:',
Richard M. Stallman [Sun, 16 Apr 1995 03:20:40 +0000 (03:20 +0000)]
(set-auto-mode): If -*- spec doesn't set `mode:',
look for other ways of specifying major mode.

29 years ago(xaw_pop_instance): Make x, y, w, h unsigned.
Richard M. Stallman [Sat, 15 Apr 1995 18:34:01 +0000 (18:34 +0000)]
(xaw_pop_instance): Make x, y, w, h unsigned.

29 years ago(size_menu): Make height and label_width unsigned.
Richard M. Stallman [Sat, 15 Apr 1995 18:33:29 +0000 (18:33 +0000)]
(size_menu): Make height and label_width unsigned.
(fit_to_screen): Make screen_width and screen_height unsigned.
(motion_event_is_in_menu): Make x, y unsigned.

29 years ago(really-lwlib, really-oldXMenu): Mark as .PHONY.
Richard M. Stallman [Sat, 15 Apr 1995 18:32:49 +0000 (18:32 +0000)]
(really-lwlib, really-oldXMenu): Mark as .PHONY.

29 years agoDelete the #if that compares MARKBIT.
Richard M. Stallman [Sat, 15 Apr 1995 18:27:51 +0000 (18:27 +0000)]
Delete the #if that compares MARKBIT.

29 years ago(dired-do-search): Renamed from dired-do-tags-search.
Richard M. Stallman [Sat, 15 Apr 1995 05:42:25 +0000 (05:42 +0000)]
(dired-do-search): Renamed from dired-do-tags-search.
(dired-do-query-replace): Renamed from dired-do-tags-query-replace.

29 years ago(dired-mode-map): Rename commands for A and Q.
Richard M. Stallman [Sat, 15 Apr 1995 05:41:28 +0000 (05:41 +0000)]
(dired-mode-map): Rename commands for A and Q.

29 years ago(cpp-parse-open): Delete comments that go past end of line.
Richard M. Stallman [Sat, 15 Apr 1995 02:04:41 +0000 (02:04 +0000)]
(cpp-parse-open): Delete comments that go past end of line.
(cpp-edit-reset): Clean up the four standard buttons.
(cpp-parse-buffer): Name was undefined--use cpp-highlight-buffer.

29 years agoComment change.
Richard M. Stallman [Fri, 14 Apr 1995 23:24:11 +0000 (23:24 +0000)]
Comment change.

29 years ago(finder-known-keywords):
Richard M. Stallman [Fri, 14 Apr 1995 23:16:06 +0000 (23:16 +0000)]
(finder-known-keywords):
Add frames, hypermedia, outlines, oop.

29 years agoCreate mouse-drag-overlay as a dead overlay, instead
Karl Heuer [Fri, 14 Apr 1995 22:39:19 +0000 (22:39 +0000)]
Create mouse-drag-overlay as a dead overlay, instead
of having it live in the *scratch* buffer until first used.

29 years ago(rmail-reformat-message): Call `rmail-clear-headers'
Richard M. Stallman [Fri, 14 Apr 1995 22:16:50 +0000 (22:16 +0000)]
(rmail-reformat-message): Call `rmail-clear-headers'
also if `rmail-displayed-headers' is set.
(rmail-clear-headers): Handle `rmail-displayed-headers' correctly.

(rmail-insert-inbox-text): When reading old
.newmail-<user> file, report it specifically.

(rmail-displayed-headers): New variable.
(rmail-clear-headers): Handle rmail-displayed-headers

(rmail-display-labels): Use `format' to convert
message numbers to strings.

(rmail-resend): If mailabbrev loaded, use that to expand abbrevs.

29 years ago(Fencode_time): Fix missing \n\'s.
Karl Heuer [Fri, 14 Apr 1995 21:06:02 +0000 (21:06 +0000)]
(Fencode_time): Fix missing \n\'s.

29 years ago(tar-mode): Locally bind next-line-add-newlines to nil.
Richard M. Stallman [Fri, 14 Apr 1995 20:46:11 +0000 (20:46 +0000)]
(tar-mode): Locally bind next-line-add-newlines to nil.
(tar-subfile-mode): Doc fix.
(tar-expunge): Make questions and messages start with upper case letter.
(tar-summarize-buffer): Ditto.
(tar-subfile-save-buffer): Make message like others.
(tar-mode): Locally bind local-write-file-hooks.
(tar-mode-write-file): Renamed from tar-mode-maybe-write-tar-file.
(tar-mode-write-file): Simplify to only work for tar file buffers.
(write-file-hooks): Don't modify this.

29 years ago(popup_get_selection): Queue up events that aren't
Richard M. Stallman [Fri, 14 Apr 1995 18:36:40 +0000 (18:36 +0000)]
(popup_get_selection): Queue up events that aren't
for the menu, and process them afterward.  New arg dpyinfo.
(set_frame_menubar): Use inhibit_garbage_collection.
[USE_X_TOOLKIT] (xmenu_show): Delete the queue code here.
Pass dpyinfo to popup_get_selection.
Don't call lw_destroy_all_widgets.
[USE_X_TOOLKIT] (xdialog_show): Simplify using popup_get_selection.

29 years ago(fill-paragraph, fill-region, fill-nonuniform-paragraphs)
Richard M. Stallman [Fri, 14 Apr 1995 18:33:44 +0000 (18:33 +0000)]
(fill-paragraph, fill-region, fill-nonuniform-paragraphs)
(fill-individual-paragraphs): Pass `full' for JUSTIFY arg,
in the interactive spec, if have prefix arg.

29 years ago(init_editfns): Add casts.
Richard M. Stallman [Fri, 14 Apr 1995 18:31:50 +0000 (18:31 +0000)]
(init_editfns): Add casts.

29 years ago(get_doc_string): Add cast.
Richard M. Stallman [Fri, 14 Apr 1995 18:28:45 +0000 (18:28 +0000)]
(get_doc_string): Add cast.

29 years ago(kbd_buffer_get_event): Don't use prototype.
Richard M. Stallman [Fri, 14 Apr 1995 18:26:53 +0000 (18:26 +0000)]
(kbd_buffer_get_event): Don't use prototype.

(read_char): Rearrange code so that getcjmp is set
only around sit_for and kbd_buffer_get_event, and
and polling is stopped only around the kbd_buffer_get_event call.
(Ftrack_mouse, tracking_off, read_char): Don't call prepare_menu_bars.

29 years ago(redisplay): Call init_desired_glyphs for each frame.
Richard M. Stallman [Fri, 14 Apr 1995 18:24:00 +0000 (18:24 +0000)]
(redisplay): Call init_desired_glyphs for each frame.
Call prepare_menu_bars.
(prepare_menu_bars): Delete code at beginning that duplicates
things done at the beginning of redisplay.

(message_log_check_duplicate): Make p1 and p2 unsigned char *.

29 years agoComment fix.
Karl Heuer [Fri, 14 Apr 1995 17:59:59 +0000 (17:59 +0000)]
Comment fix.

29 years agoMany doc fixes.
Karl Heuer [Fri, 14 Apr 1995 17:28:59 +0000 (17:28 +0000)]
Many doc fixes.
(edt-version): Deleted.

29 years ago(edt-vt100-revision): Deleted.
Karl Heuer [Fri, 14 Apr 1995 17:19:29 +0000 (17:19 +0000)]
(edt-vt100-revision): Deleted.

29 years ago(edt-pc-revision): Deleted.
Karl Heuer [Fri, 14 Apr 1995 17:18:19 +0000 (17:18 +0000)]
(edt-pc-revision): Deleted.