1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-26 08:41:47 -07:00
Commit graph

151382 commits

Author SHA1 Message Date
Melissa Weisshaus
9742ec7baf updated address. 1995-06-07 23:55:43 +00:00
Melissa Weisshaus
7d1db39e07 updated menus and dates for june 1995 edition. 1995-06-07 23:00:15 +00:00
Karl Heuer
9671abc28b (mark_kboards): Mark Vprefix_arg instead of
prefix_factor and prefix_value.
1995-06-07 22:25:46 +00:00
Karl Heuer
04609ce412 (Fexecute_kbd_macro): Vprefix_arg is now part of kboard. 1995-06-07 22:24:23 +00:00
Karl Heuer
d8bcf58ebc (cmd_error, command_loop_1, Fcommand_execute)
(Fexecute_extended_command, init_kboard, syms_of_keyboard):
Undo Feb 28 change; prefix arg handling is now in Lisp code again.
1995-06-07 22:18:05 +00:00
Karl Heuer
1e0c5826c5 (current_prefix_partial): Deleted.
(Vprefix_arg): Deleted; not part of struct kboard again.
(Funiversal_argument, Fnegative_argument, Fdigit_argument)
(clear_prefix_arg, finalize_prefix_arg, describe_prefix_arg): Deleted.
(syms_of_callint): Use DEFVAR_KBOARD for Vprefix_arg.
Remove defsubrs for deleted functions.
1995-06-07 22:12:07 +00:00
Roland McGrath
2b1ffa3419 (gud-common-init): Call the MASSAGE-ARGS function even if FILE is nil. 1995-06-07 22:07:53 +00:00
Karl Heuer
7e92640755 (struct kboard): member Vprefix_arg restored, replacing
prefix_factor, prefix_value, prefix_sign, and prefix_partial.
1995-06-07 21:48:03 +00:00
Karl Heuer
de7885bb0b (current_prefix_partial): Deleted.
(Vprefix_arg): Deleted; now part of struct kboard again.
(Funiversal_argument, Fnegative_argument, Fdigit_argument)
(clear_prefix_arg, finalize_prefix_arg): Deleted.
1995-06-07 21:39:33 +00:00
Karl Heuer
c48ead8659 (Flocal_variable_p): New optional arg BUFFER.
Really check whether var is local in *that* buffer.
1995-06-07 21:07:25 +00:00
Karl Heuer
79069c6869 (realclean): New target.
(elisp): Remove any old elisp-* files first.
1995-06-07 21:06:17 +00:00
Karl Heuer
ca7bac7941 (x_real_positions): Uncatch and recatch X errors in the loop. 1995-06-07 21:02:00 +00:00
Karl Heuer
316784fbf8 (Fbuffer_disable_undo): Make this function interactive. 1995-06-07 21:00:01 +00:00
Karl Heuer
e731045a34 (query-replace-map): Bind f1 and help. 1995-06-07 20:54:21 +00:00
Karl Heuer
42e636f040 (read-quoted-char): Turn on help-form and turn off help-char. 1995-06-07 20:53:07 +00:00
Karl Heuer
f7aabd88d8 (vc-register): Clean error message if no visited file. 1995-06-07 20:50:55 +00:00
Karl Heuer
c6431f12aa (isearch-other-meta-char): Try downshifting
shifted control characters.
1995-06-07 20:48:53 +00:00
Karl Heuer
560f4415ad (file-precious-flag): Doc fix. 1995-06-07 20:45:11 +00:00
Karl Heuer
1e89de8486 (unlock_file, lock_file): Call Fexpand_file_name. 1995-06-07 20:39:56 +00:00
Karl Heuer
573228ae6c Delete version number.
(s-region-bind): Doc fix.
(s-region-move): Split into s-region-move and s-region-move-p1.
(s-region-move-p2): New function.
(s-region-move): Bind this-command.  Bind keys to s-region-move-p1
or s-region-move-p2 as appropriate.
1995-06-07 18:58:06 +00:00
Karl Heuer
76a8bf4c1f (vc-menu-map): Disable Register when no visited file. 1995-06-07 18:55:22 +00:00
Karl Heuer
630f401831 Doc fix. 1995-06-07 18:38:02 +00:00
Karl Heuer
e974f5992b (display-time-filter):
Use same instant for both time and time-zone.
1995-06-07 18:35:06 +00:00
Karl Heuer
83abd5437d *** empty log message *** 1995-06-06 22:23:32 +00:00
Karl Heuer
bfe721d172 *** empty log message *** 1995-06-06 19:21:15 +00:00
Karl Heuer
5c4276bc6d (install-arch-indep): Install info files for mh-e.
(uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
1995-06-06 03:11:10 +00:00
Karl Heuer
ee1eea5cee Declare sbrk. 1995-06-06 02:02:51 +00:00
Karl Heuer
52ee0561df (TOOLKIT_DEFINES): Define.
(ALL_CFLAGS): Insert $(TOOLKIT_DEFINES) here.
1995-06-06 01:57:46 +00:00
Karl Heuer
5b827abbf3 (syms_of_xfns): Provide motif in Motif version. 1995-06-06 01:56:05 +00:00
Karl Heuer
40131ef56f (Fwaiting_for_user_input_p): Function declared.
(Fupcase_initials, Fupcase_initials_region): Likewise.
(Fplist_get, get_local_map, Fx_popup_menu, Fx_popup_dialog): Likewise.
(Fframe_first_window): Likewise.
1995-06-06 01:52:32 +00:00
Karl Heuer
2b2eead989 (Freplace_match): Calls to upcase_initials and upcase_initials_region changed
to Fupcase_initials and Fupcase_initials_region for consistency.
1995-06-06 01:48:53 +00:00
Karl Heuer
4aa6e42452 (Fexpand_abbrev): Call to upcase_initials_region
changed to Fupcase_initials_region for consistency.
1995-06-06 01:46:33 +00:00
Karl Heuer
ef423eacfa (Fvertical_motion): Add cast. 1995-06-06 01:44:34 +00:00
Karl Heuer
2371fad4d8 (casify_region): Use explicit local vars for start
and end, so that the type will be correct.
(operate_on_word): Likewise for iarg in this function.
(upcase_initials, upcase_initials_region): Deleted; these were
redundant copies of Fupcase_initials and Fupcase_initials_region.
1995-06-06 01:43:42 +00:00
Karl Heuer
53480e99d3 (record_insert): Change args to be ints, not Lisp_Objects. 1995-06-06 01:40:34 +00:00
Karl Heuer
6de34814d6 (cmd_error): Use NULL, not 0, as arg to cmd_error_internal.
(menu_bar_items): Likewise, for arg of current_minor_maps.
(record_char): Add cast.
1995-06-06 01:39:40 +00:00
Karl Heuer
996f5f0e31 Changed window-system to ediff-window-display.
Converted xemacs *screen* nomenclature to *frame*.
Incorporated overlay strings. Ediff no longer runs under emacs
19.28 and earlier and XEmacs 19.11 and earlier.
1995-06-05 23:47:44 +00:00
Karl Heuer
41d25ad02e Converted xemacs *screen* nomenclature to *frame*.
Incorporated overlay strings. Ediff no longer runs under emacs
19.28 and earlier and XEmacs 19.11 and earlier.
1995-06-05 23:43:51 +00:00
Karl Heuer
18b5607fcd (ediff-make-control-frame): optimized for display.
Commented out (redraw-display), to improve speed.

Got rid of toolbars in control frame in xemacs

Changed window-min-height from 1 to 2

(ediff-diff-at-point,ediff-toggle-multiframe): bug fixes.
(ediff-destroy-control-frame,ediff-window-display-p): new functions.

Converted xemacs *screen* nomenclature to *frame*.
Incorporated overlay strings. Ediff no longer runs under emacs
19.28 and earlier and XEmacs 19.11 and earlier.

Changed window-system to ediff-window-display.

(ediff-toggle-multiframe): fixed.
(ediff-destroy-control-frame): new function.
1995-06-05 23:42:53 +00:00
Karl Heuer
f1a5512adf don't make the patch buffer RO.
(ediff-load-version-control): now checks if
ediff-revision-key is non-nil.

(ediff-revision-key): Now defaults to nil.

(ediff-revision): now takes prefix argument; can compare
two versions of the same file.

the merge buffer now assumes the major mode of the
default variant.

(ediff-documentation: new function.

(ediff-patch-buffer): now handles buffers that don't
visit any file.
(ediff-windows): renamed to ediff-windows-wordwise, added
(ediff-windows-linewise): new function.
Changed ediff-small/large-regions to ediff-regions-wordwise/linewise

Converted xemacs *screen* nomenclature to *frame*.
Incorporated overlay strings. Ediff no longer runs under emacs
19.28 and earlier and XEmacs 19.11 and earlier.

Changed window-system to ediff-window-display.
1995-06-05 23:41:43 +00:00
Boris Goldowsky
7865eac640 Change email address for Boris. 1995-06-05 20:43:19 +00:00
Karl Heuer
fe8b0cf8b6 Include keyboard.h. 1995-06-05 17:43:53 +00:00
Karl Heuer
050265509a (Fx_create_frame): Make sure icon_name is a string or nil. 1995-06-05 17:41:10 +00:00
Karl Heuer
baf540d69c (x_wm_set_icon_pixmap): Set IconPixmapHint in both cases. 1995-06-05 17:39:17 +00:00
Karl Heuer
33a3543461 (mouse-set-region): Don't bounce the cursor on X.
mouse-drag-region takes care of showing it, sufficiently.
1995-06-05 17:36:29 +00:00
Karl Heuer
34dda5f4fc (load_color): misleading comment rewritten. 1995-06-05 17:35:01 +00:00
Karl Heuer
4a4a9db5ef (Fkill_buffer): When killing indirect buffer,
unchain that buffer's markers (only) from the common chain.
Don't rekill this buffer's indirect buffers that are dead.
Do nothing if this buffer is already dead.
1995-06-05 17:32:51 +00:00
Karl Heuer
434727b6d6 Comment fix.
(POSIX_SIGNALS): Defined.
1995-06-05 17:30:47 +00:00
Karl Heuer
1be2d067d3 (x_text_icon): Do call XSetIconName or XSetWMIconName.
Don't save ICON_NAME anywhere.
1995-06-05 12:38:46 +00:00
Karl Heuer
80534dd61e (Qicon_name): New variable.
(Fx_create_frame): Look for icon-name parm and set icon_label field.
(x_set_icon_type): Compute arg to x_text_icon
based on frame name and icon_name fields.
(x_set_icon_name): New function.
(x_icon): Call x_text_icon.
(x_set_name): Look at icon_name field when setting the icon name,
(x_frame_parms): Add icon-name.
(syms_of_xfns): Set up Qicon_name.
1995-06-05 12:38:20 +00:00