1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-01 20:06:00 +00:00

12157 Commits

Author SHA1 Message Date
Karl Heuer
68d30f2b1d (rmail-search-backwards): Default count is 1, not -1. 1995-06-13 02:17:40 +00:00
Roland McGrath
240049aafc [_LIBC] (start_of_data): Define to &__data_start for GNU libc. 1995-06-12 17:21:07 +00:00
Karl Heuer
8a44285875 (frame_vector_add_frame): Don't forget to store
the longer vector.
1995-06-12 00:55:33 +00:00
Karl Heuer
f3f59e8644 Copy new files nt/addpm.c and nt/emacs.bat.in. 1995-06-11 22:22:56 +00:00
Karl Heuer
41a69b9e55 Add comment. 1995-06-11 22:07:14 +00:00
Karl Heuer
6f7bbf7950 Comment update. 1995-06-11 20:59:45 +00:00
Karl Heuer
9382638d7b (x_make_frame_visible): Test and set asked_for_visible. 1995-06-11 20:48:19 +00:00
Karl Heuer
cbef58c016 (struct x_display): New field asked_for_visible. 1995-06-11 20:47:48 +00:00
Karl Heuer
5031cc1076 [USE_X_TOOLKIT] (x_window): If using Motif,
add some extra to sizes, for consistent behavior.
1995-06-11 20:27:39 +00:00
Karl Heuer
d067ea8b1a Include widget.h.
(x_wm_set_size_hint) [USE_X_TOOLKIT]:
Get the size from the outer widget.
Copy the base and minimum sizes from the old hint.
1995-06-11 20:27:12 +00:00
Karl Heuer
cfcd12d675 (EmacsFrameSetCharSize): Manually alter the height
and width of the outer widget (and the width of the column widget)
carefully using deltas.
Set update_hints_inhibit nonzero while updating.
Then call update_wm_hints explicitly.
(update_wm_hints): Use 0 for min_rows, min_cols.
Do nothing if update_hints_inhibit is nonzero.
1995-06-11 20:26:47 +00:00
Karl Heuer
99dcca2feb (lwlib_toolkit_type): New variable. 1995-06-11 20:22:09 +00:00
Karl Heuer
d1dad7597c (Fframe_or_buffer_changed_p): Calculate vector size right.
Add hysteresis when making it larger.  Fill it up reliably
and check at the end for overflowing it.
(syms_of_display): Make frame_and_buffer_state initially with 20 elts.
1995-06-11 20:14:36 +00:00
Karl Heuer
0a2ea2219a (read_char_minibuf_menu_prompt):
If the char to type doesn't match the prompt string,
show the char explicitly.
1995-06-11 20:09:49 +00:00
Karl Heuer
7f77f3c86d (save-selected-window): New macro. 1995-06-11 19:27:57 +00:00
Geoff Voelker
6816efced2 Include config.h before stdio.h. 1995-06-10 21:45:43 +00:00
Geoff Voelker
515f7b3297 *** empty log message *** 1995-06-10 02:51:03 +00:00
Geoff Voelker
cef9e134b1 Initial revision 1995-06-10 02:24:19 +00:00
Geoff Voelker
01b96d5c13 makefile.def (EMACS_ICON_PATH,ADDPM): Defined. 1995-06-10 02:23:39 +00:00
Geoff Voelker
ac11713e1d (ALL,addpm,addpm.exe,addpm.obj): Defined.
(all): Depend upon $(BLD) and $(ALL).
(install): Depend upon emacs.bat.
Create program item for Emacs.
(clean): Delete obj.
(emacs.bat): Defined.
1995-06-10 02:22:49 +00:00
Geoff Voelker
9989a75ec0 (TEMACS): Depend upon $(BLD).
(temacs): Remove $(BLD) dependency.
1995-06-10 02:22:05 +00:00
Geoff Voelker
70fbc15bcd changed referendce to of makefile.nt to makedffile.def in configure section 1995-06-10 00:03:02 +00:00
Karl Heuer
142e6c732e (system_key_syms): Deleted; now part of struct kboard.
(make_lispy_event): Use the struct member.
(init_kboard): Initialize it.
(syms_of_keyboard): Delete initialization and staticpro.
1995-06-09 20:37:54 +00:00
Karl Heuer
6d03a6fdd5 (mark_kboards): Mark system_key_syms member. 1995-06-09 20:37:32 +00:00
Karl Heuer
8955bab83d (struct kboard): New member system_key_syms. 1995-06-09 20:37:20 +00:00
Karl Heuer
2c834fb35b (modify_event_symbol): Mask out high bits here,
and only for certain purposes.  table_size now unsigned.
(modify_event_symbol) [HAVE_X_WINDOWS]:	Use x_get_keysym_name.
(make_lispy_event): Don't mask high bits here.
Supply -1 as table_size for system-specific keys.
1995-06-09 19:15:55 +00:00
Karl Heuer
d047c4ebf2 (x_get_keysym_name): New function. 1995-06-09 19:15:28 +00:00
Karl Heuer
399164b4b3 (update_menu_bar): Use set_buffer_internal_1 to switch bufs.
Run the hooks in the proper buffer.
Normally bind overriding-local-map to nil.
(Qoverriding_local_map): New variable.
(syms_of_xdisp): staticpro it.
1995-06-09 16:00:45 +00:00
Karl Heuer
363e6c4033 (SOURCES): Makefile isn't source; Makefile.in.in is. 1995-06-09 15:44:44 +00:00
Karl Heuer
313b841c1e (x-create-frame-with-faces): Don't use initial-frame-alist
when looking for the X resource name.
Copy parameters from default-frame-alist, before the geometry
specs from the X resource database.
1995-06-09 15:42:08 +00:00
Karl Heuer
c05533274c (x-create-frame-with-faces): Don't look for geometry
resource if name is nil.
1995-06-09 15:24:50 +00:00
Karl Heuer
13340e24bd 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-09 14:38:56 +00:00
Karl Heuer
77af52939e (gnus-cancel-news): Use `buffer-disable-undo'.
(gnus-inews-article): Ditto.
(gnus-inews-insert-signature): Use the recommended
hyphen-hyphen-space as the signature delimiter.
1995-06-09 14:35:26 +00:00
Karl Heuer
1d94ee2840 Check for -lpthread. 1995-06-09 03:09:50 +00:00
Karl Heuer
5221fd6372 (Fminibuffer_complete): Make last_command be kboard-local. 1995-06-09 03:05:13 +00:00
Karl Heuer
346e0c2d17 (internal_self_insert): Make last_command be kboard-local. 1995-06-09 03:05:04 +00:00
Karl Heuer
185fd0ecec (last_command): Var deleted; now part of struct kboard. 1995-06-09 03:04:43 +00:00
Karl Heuer
334a398c80 (struct kboard): New member Vlast_command. 1995-06-09 03:04:26 +00:00
Karl Heuer
6c7178b995 (last_command): Var deleted; now part of struct kboard.
(command_loop_1): Make last_command be kboard-local.
(syms_of_keyboard): Defvar it.
(init_kboard): Initialize it.
1995-06-09 03:03:46 +00:00
Karl Heuer
92abb02b9b Initial revision 1995-06-09 02:31:33 +00:00
Karl Heuer
549fba2b64 (LIBS_MACHINE): Use -lpthread if it exists. 1995-06-09 01:39:10 +00:00
Karl Heuer
117aaf6057 (prompt-for-change-log-name): Handle the case where
a directory name is specified gracefully.
1995-06-09 01:29:21 +00:00
Karl Heuer
ed690657f2 (Info-mode): Doco fix.
(Info-next-preorder): Renamed from Info-next-preorder-1.
Old definition deleted.
After moving up, go to end of node.
(Info-last-preorder): If no menu, try the previous node.
After going down thru menu or to previous, position at end
of node and recenter.
After moving up, position at start of menu.
(Info-follow-nearest-node, Info-mouse-follow-nearest-node):
Use Info-next-preorder.
(Info-scroll-up, Info-scroll-down): Doc fix.
1995-06-09 01:26:00 +00:00
Karl Heuer
1628adc6cd (report-emacs-bug-info): New command.
(report-emacs-bug): Put it in local map.  Display a message
in another window.
1995-06-09 01:24:47 +00:00
Karl Heuer
ce6af52bd2 (format-find-file, format-insert-file): New functions. 1995-06-09 01:23:01 +00:00
Karl Heuer
d144b02862 (vc-backend-checkin): Handle RCS `co'-output in the event
that a check-in only results in reverting to the previous version.
Also be more robust if the new version number cannot be told from
what `co' says.
1995-06-09 01:21:18 +00:00
Karl Heuer
f1b82fc8cf (vc-register): Check for a visited file first thing. 1995-06-09 01:17:59 +00:00
Karl Heuer
41015a196c (Flookup_key, Fdefine_key): Use Fevent_convert_list. 1995-06-09 01:15:14 +00:00
Karl Heuer
a1706c30d6 (Fevent_convert_list): Renamed from convert_event_type_list.
(syms_of_keyboard): defsubr it.
1995-06-09 01:14:45 +00:00
Karl Heuer
21af8a68c8 (xmenu_show): Do call lw_destroy_all_widgets.
(xdialog_show): Likewise.
(popup_get_selection): Don't call it here.
1995-06-09 01:11:36 +00:00