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

13173 commits

Author SHA1 Message Date
Karl Heuer
a2b27e7335 (do_symval_forwarding, frame_buffer_predicate): Declare these. 1995-05-25 15:05:41 +00:00
Karl Heuer
ea4d290972 (format1): Cast arg of doprnt. 1995-05-25 14:31:30 +00:00
Karl Heuer
cc04c67905 (Fcall_interactively): Cast arg of doprnt. 1995-05-25 14:30:07 +00:00
Karl Heuer
d99d58630a (message): Cast arg of doprnt.
(scroll_bottom_vpos, fmodetrunc): Declarations deleted.
1995-05-25 14:28:18 +00:00
Karl Heuer
dd913f03bd (menu_bar_items): Declare this function. 1995-05-24 22:46:18 +00:00
Karl Heuer
ab552306a8 (queue_selection_requests_unwind): Add return value.
(wait_for_property_change_unwind): Likewise.
1995-05-24 22:08:58 +00:00
Karl Heuer
88d4f6ec12 (Fx_popup_dialog): Treat (menu-bar) like t, for POSITION. 1995-05-24 21:43:00 +00:00
Karl Heuer
c4c6d073e6 (Fdelete_frame): When updating Vdefault_minibuffer_frame,
insist on a frame on the proper keyboard.
1995-05-24 21:34:23 +00:00
Karl Heuer
0b60f47d26 Clarify use of site-init.el. 1995-05-24 20:50:54 +00:00
Karl Heuer
07a7096a4b (x_connection_closed): Unblock input, first thing.
Set Vdefault_minibuffer_frame to t
before deleting a frame that might have its own minibuffer.
1995-05-24 20:37:08 +00:00
Karl Heuer
50d326a456 Delete reference to ALT. Change <Rubout> to <Delete>. 1995-05-24 20:17:16 +00:00
Karl Heuer
3f18a142f9 (vendor-specific-keysyms): Add second spelling for HP. 1995-05-24 04:59:27 +00:00
Karl Heuer
4a4cbdd528 (x_set_offset): Add border_width when calling XMoveWindow. 1995-05-24 04:54:34 +00:00
Karl Heuer
07a6381603 (x_set_frame_parameters): Pass 1 as change_gravity
when calling x_set_offset.
(x_real_positions): Don't add border_width into win_x, win_y.
1995-05-24 04:54:16 +00:00
Karl Heuer
ab6c5d9371 (struct x_display): New field menubar_height. 1995-05-24 04:43:12 +00:00
Karl Heuer
1d1c15673e (set_frame_menubar): Set menubar_height field. 1995-05-24 04:42:52 +00:00
Karl Heuer
00983aba26 (x_window) [both versions]: Set menubar_height.
[USE_X_TOOLKIT] (x_window): Don't call XMoveWindow
or x_calc_absolute_position.  Do use the border_width.
1995-05-24 04:42:09 +00:00
Karl Heuer
c81412a05f (x_calc_absolute_position): Use menubar_height field.
In toolkit case, use outermost Emacs widget and its parent.
[USE_X_TOOLKIT] (x_make_frame_visible): Do call x_set_offset.
1995-05-24 04:41:16 +00:00
Karl Heuer
85e5332713 (create_frame_gcs, setup_frame_gcs): Reformat long statements. 1995-05-24 03:58:29 +00:00
Karl Heuer
34d5ae1e25 (hack_wm_protocols): Use cast instead of suffix. 1995-05-24 03:49:46 +00:00
Karl Heuer
c760f47e2d [USE_X_TOOLKIT] (x_window): Pass position to toolkit
only if user-specified.  But always use XMoveWindow to move the
window to that position.
1995-05-24 02:45:21 +00:00
Karl Heuer
58595309d2 (Fgarbage_collect): Clear consing_since_gc first thing. 1995-05-24 01:39:24 +00:00
Karl Heuer
82a7410763 (delete-frame-enabled-p): New subroutine.
Use frame-visible-p to reduce consing.
1995-05-24 01:02:08 +00:00
Karl Heuer
ccc06dcce5 (describe-prefix-bindings): If key is a string,
make a substring; for a vector, make a vector.
1995-05-24 00:46:17 +00:00
Karl Heuer
c7aa500584 (set_buffer_internal_1): New subroutine.
(Fmove_overlay): Don't set windows_or_buffers_changed.
1995-05-24 00:43:27 +00:00
Karl Heuer
f72df6ac01 (redisplay_window): Use set_buffer_internal_1. 1995-05-24 00:42:21 +00:00
Karl Heuer
628bc1e661 Remove version number. 1995-05-24 00:30:41 +00:00
Francesco Potortì
0f39406594 * etags.c (etags_getcwd): Use /bin/pwd instead of pwd because the
former gives the true path even in the presence of simlinks.
1995-05-23 15:40:31 +00:00
Karl Heuer
a504c8fa20 (XlwMenuInitialize): Cast XCreatePixmapFromBitmapData args. 1995-05-23 03:04:22 +00:00
Karl Heuer
7f18598b5f (create_frame_gcs): Cast args of XCreateGC.
(setup_frame_gcs): Cast args of XCreatePixmapFromBitmapData.
1995-05-23 03:04:03 +00:00
Karl Heuer
383f77f180 (unload_color): Cast args of XFreeColors. 1995-05-23 03:03:23 +00:00
Karl Heuer
270958e879 (hack_wm_protocols): Cast args of XGetWindowProperty.
(x_set_border_pixel): Cast args of XSetWindowBorder.
1995-05-23 03:02:53 +00:00
Karl Heuer
137edb72be (x_get_window_property): Cast args of XGetWindowProperty. 1995-05-23 03:02:17 +00:00
Karl Heuer
665211a38b Initial revision 1995-05-23 01:53:12 +00:00
Karl Heuer
b42cfa1194 (long_to_cons): Don't assume 32-bit longs. 1995-05-23 00:13:19 +00:00
Karl Heuer
b50536bb94 (Fvisited_file_modtime): Cast arg to long_to_cons. 1995-05-23 00:11:46 +00:00
Karl Heuer
8624670824 (Fformat): Split double into two pointers, not two ints. 1995-05-22 22:48:09 +00:00
Karl Heuer
55e1c92a99 pass arg to sqrt. 1995-05-22 22:28:55 +00:00
Karl Heuer
cb03487aa8 (gnus-gnus-to-quick-newsrc-format): don't save
gnus-newsgroup-alist in .newsrc.el.
1995-05-22 22:24:50 +00:00
Karl Heuer
545e04f631 (display_text_line): Enter a char in charstarts
at the very end of the character loop.
Enter newline or ^M (if selective display) separately.
1995-05-22 22:22:32 +00:00
Karl Heuer
c9ddd39de4 (gdb_lisp_params): New enum type. 1995-05-22 22:16:07 +00:00
Karl Heuer
b74f15c657 gdb_lisp_params to get storage layout info.
Set and use $valmask and $nonvalbits.
1995-05-22 22:15:45 +00:00
Karl Heuer
ae15b31518 Delete HAVE_FMOD; configure handles that correctly now. 1995-05-22 22:10:22 +00:00
Karl Heuer
a8e1fefac0 (edit-kbd-macro): Better error messages for undefined keys
or keys that are not keyboard macros.
1995-05-22 22:08:18 +00:00
Karl Heuer
98e05fae58 (ada-add-ada-menu): Fix args to easy-menu-define. 1995-05-22 21:42:13 +00:00
Karl Heuer
a142f21b7d (oblookup): Delete argument hashp. 1995-05-22 20:14:36 +00:00
Karl Heuer
ec5533befb (file-ownership-preserved-p): Fix typo in previous change. 1995-05-22 20:00:17 +00:00
Karl Heuer
e3b671fc68 (mail-text): Expand abbrev before moving point. 1995-05-22 19:41:25 +00:00
Jim Meyering
c2e1680ae1 [REGEX_FREE]: Use ((void)0) instead of just (0). 1995-05-21 06:19:05 +00:00
Roland McGrath
fa9a63c5c2 Add `#ifdef _LIBC' in a few places, so this can be compiled in libc. 1995-05-20 16:40:11 +00:00