1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-24 00:40:35 -08:00
Commit graph

13173 commits

Author SHA1 Message Date
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
Karl Heuer
1152a050f1 (struct x_display): Rename icon_label to icon_name
and make it a Lisp_Object.
1995-06-05 12:37:48 +00:00
Karl Heuer
36cae867b9 (cursor_to, clear_to_end_of_line_raw):
If chars_wasted is 0, do nothing.
(clear_end_of_line): Don't die if chars_wasted is 0.
1995-06-05 12:35:17 +00:00
Karl Heuer
7e32a4fbae (old_tty_valid): New variable.
(init_sys_modes): Set old_tty_valid if we set old_tty.
(reset_sys_modes): Restore tty settings only if old_tty_valid.
1995-06-05 12:35:03 +00:00
Karl Heuer
866f60fd75 (trivial_regexp_p): = is special after \. 1995-06-05 12:32:41 +00:00
Karl Heuer
1c26a6f3af (hack-local-variables-prop-line): Don't downcase var name. 1995-06-05 12:30:11 +00:00
Karl Heuer
22697dac66 *** empty log message *** 1995-06-05 12:23:13 +00:00
Paul Eggert
a8a818c00e (output_authors): Allow ':' in time zone, as per ISO 8601 and RCS 5.6.8 beta. 1995-06-04 01:34:39 +00:00
Karl Heuer
9e4ecb2619 Undefined INHIBIT_STRING_HEADER when we have no
other way of getting a bcopy and a bzero.
1995-06-03 17:32:10 +00:00
Karl Heuer
93c3f9a275 (HAVE_SELECT, HAVE_TIMEVAL): Definitions deleted. 1995-06-03 17:31:53 +00:00