Richard M. Stallman
48e416d4fd
(command_loop_1): Set FRAME_MENU_BAR_ITEMS here.
...
(menu_bar_items): Reverse the list when done.
(command_loop_1): Typo calling Qrecompute_lucid_menubar.
(read_key_sequence): Likewise. Also fix call to Vrun_hooks.
(kbd_buffer_get_event): Handle selection_clear_event
and selection_request_event events.
(read_key_sequence): Support Vcurrent_menubar
and Qactivate_menubar_hook. Call Qrecompute_lucid_menubar.
(syms_of_keyboard): Set up Vcurrent_menubar, Vprevious_lucid_menubar,
Qactivate_menubar_hook, and Qrecompute_lucid_menubar.
1993-03-15 05:46:58 +00:00
Richard M. Stallman
edfa9106ca
(INTEGERP, SYMBOLP, MARKERP, STRINGP, VECTORP): New macros.
...
(COMPILEDP, BUFFERP, SUBRP, PROCESSP, FRAMEP, WINDOWP): New macros.
(WINDOW_CONFIGURATIONP, FLOATP): New macros.
1993-03-15 05:44:21 +00:00
Richard M. Stallman
351c638e66
(selection_request_event, selection_clear_event): New event kinds.
1993-03-15 05:43:15 +00:00
Jim Blandy
a4b13e104e
* sort.el (sort-float-fields, sort-numeric-fields): Use
...
string-to-number, not string-to-float or string-to-int.
* sort.el (sort-float-fields): Make this autoloaded.
* sort.el (sort-numeric-fields): Doc fix.
1993-03-15 04:46:45 +00:00
Jim Blandy
6da3b16b35
* sort.el (sort-float-fields): Use string-to-number, not
...
string-to-float.
1993-03-15 04:43:47 +00:00
Jim Blandy
3254eb1e37
Fix the fix.
1993-03-15 04:17:09 +00:00
Jim Blandy
6155fae1c8
* dired.c (Fdirectory_files): Compile the MATCH regexp after
...
calling everything else which might compile a regexp.
* dired.c (Fdirectory_files): Properly GCPRO the strings while
calling Fexpand_file_name and Fdirectory_file_name.
1993-03-15 03:04:52 +00:00
Richard M. Stallman
4095411173
*** empty log message ***
1993-03-15 02:00:20 +00:00
Jim Blandy
690eca32af
* make-dist: Distribute `src/bitmaps' too.
1993-03-15 01:16:36 +00:00
Jim Blandy
a790fee232
Add extern declaration for do_line_insertion_deletion_costs.
1993-03-15 01:09:20 +00:00
Richard M. Stallman
2f1139a47f
*** empty log message ***
1993-03-15 01:05:11 +00:00
Richard M. Stallman
ca9b40a152
*** empty log message ***
1993-03-15 00:46:58 +00:00
Jim Blandy
ef5f15e392
Add GNU copyright notice.
1993-03-15 00:16:34 +00:00
Richard M. Stallman
db774a168d
Initial revision
1993-03-14 23:39:34 +00:00
Jim Blandy
d415c51747
Initial revision
1993-03-14 22:49:14 +00:00
Charles Hannum
05fa755b6f
Recognize AIX 3.2 and make it the default for -aix.
1993-03-14 22:24:26 +00:00
Jim Blandy
9e6314a476
* keyboard.h (internal_last_event_frame): This should be extern,
...
dummy.
1993-03-14 21:43:17 +00:00
Jim Blandy
6a8a9750e8
* fns.c (Fy_or_n_p): Display the answer.
1993-03-14 20:56:05 +00:00
Jim Blandy
da33ff575d
Wed Mar 10 23:00:51 1993 Jim Blandy (jimb@totoro.cs.oberlin.edu)
...
* MACHINES: Update description of SYSVr3 and r4 support, due to
Eric Raymond's changes.
Tue Mar 9 10:57:57 1993 Jim Blandy (jimb@totoro.cs.oberlin.edu )
* MACHINES: Mention that you have to edit the configure script
when you add support for a new machine, to get it to recognize the
configuration name.
1993-03-14 20:34:26 +00:00
Richard M. Stallman
a87ed99c5b
entered into RCS
1993-03-14 20:19:28 +00:00
Jim Blandy
3e6580d01d
*** empty log message ***
1993-03-14 05:50:49 +00:00
Richard M. Stallman
0b74cf8cd8
(NO_X_DESTROY_DATABASE): Defined.
1993-03-14 05:40:29 +00:00
Jim Blandy
730ebc50d6
* diary-insert.el (insert-anniversary-diary-entry,
...
insert-block-diary-entry): Fix calendar-date-display-form used.
1993-03-14 00:43:19 +00:00
Jim Blandy
8c64cf1653
* s/usg5-4.h: Remove extraneous text after #undef LIB_X11_LIB.
1993-03-13 23:31:35 +00:00
Richard M. Stallman
bb69479208
(rmail-summary-next-msg): Call display-buffer.
...
(rmail-summary-previous-all, rmail-summary-next-all): Likewise.
(rmail-summary-rmail-update): Do nothing if rmail buffer not visible.
(rmail-summary-mode-map): Don't bind C-n, C-p. Use ordinary move cmds.
1993-03-13 21:52:43 +00:00
Richard M. Stallman
7da64e5c76
*** empty log message ***
1993-03-13 21:25:55 +00:00
Jim Blandy
7f692070e2
Doc fix.
1993-03-13 21:14:27 +00:00
Richard M. Stallman
ede4db72d3
Initial revision
1993-03-13 20:12:23 +00:00
Richard M. Stallman
aedaff8d1c
(xmenu_show): New arg enable_list.
...
(keymap_panes): New arg enables
(single_keymap_panes): New arg enables. Fill in its contents.
(list_of_panes, list_of_items): New arg enables. Fill in contents.
(Fx_popup_menu): Pass enable and enable_list args.
(single_keymap_panes): Set enable flag to -1 if cmd definition is nil.
1993-03-12 22:37:07 +00:00
Richard M. Stallman
2234dd63ea
(internal_self_insert): Check that tab_width does not
...
exceed 20, to be consistent with indent.c and xdisp.c.
1993-03-12 21:42:58 +00:00
Eric S. Raymond
b811cb81b2
Fixed typo. tigetstr -> tgetstr.
1993-03-12 20:13:56 +00:00
Eric S. Raymond
5cdb3f1e62
Added library headers.
1993-03-12 19:53:22 +00:00
Richard M. Stallman
43ab8ca406
(query-replace-map): New keymap.
...
(perform-replace): Use query-replace-map.
(query-replace, query-replace-regexp, map-query-replace-regexp):
(replace-string, replace-regexp): Don't print `done' if unread chars.
1993-03-12 12:04:55 +00:00
Richard M. Stallman
623ed1b014
(Qrange_error, Qdomain_error, Qsingularity_error):
...
(Qoverflow_error, Qunderflow_error): New vars.
1993-03-12 12:04:04 +00:00
Richard M. Stallman
2148f2b438
(Fcurrent_time_string): Optional arg specifies time.
1993-03-12 12:02:31 +00:00
Richard M. Stallman
933ff4729c
(Fx_popup_menu): Allow a frame instead of a window, in arg.
...
Use Fcar, Fcdr when extracting from event, to check data types.
1993-03-12 10:15:36 +00:00
Richard M. Stallman
12740e58f3
Comment fix.
1993-03-12 06:27:05 +00:00
Richard M. Stallman
9e8a7331f2
(mark_object): Mark the menu_bar_items field.
1993-03-12 06:26:38 +00:00
Richard M. Stallman
7ce2c09547
(display_menu_bar): New function.
...
(redisplay_window): Call display_menu_bar.
1993-03-12 06:26:18 +00:00
Richard M. Stallman
5ec75a5586
(syms_of_keyboard): Set up Qmenu_bar.
...
(menu_bar_items): New function.
(menu_bar_one_keymap, menu_bar_item): New functions.
(make_lispy_event): Handle menu bar events.
(read_key_sequence): Make dummy prefix `menu-bar' for menu bar events.
1993-03-12 06:25:48 +00:00
Richard M. Stallman
6d05db8169
(FRAME_MENU_BAR_ITEMS): New macro (two versions).
...
(struct frame): New field menu_bar_items.
(FRAME_MENU_BAR_LINES): New macro (two versions).
(struct frame): New field menu_bar_lines.
1993-03-12 06:22:11 +00:00
Richard M. Stallman
7da9977744
(Fx_popup_menu): Allow a frame instead of a window, in arg.
1993-03-12 06:20:52 +00:00
Richard M. Stallman
323e7e53e3
(tigetstr): Add dummy definition to make Emacs link again.
1993-03-11 21:36:22 +00:00
Richard M. Stallman
3d80ef3f9d
Cancel previous change, since it discarded
...
earlier necessary changes.
1993-03-11 18:50:04 +00:00
Eric S. Raymond
ef61be135d
Added headers, commented out code the duplicates startup effects.
1993-03-11 09:00:25 +00:00
Eric S. Raymond
48e3c9a2ef
Added headers, removed function bindings.
1993-03-11 08:56:55 +00:00
Eric S. Raymond
7f94bc9fb3
Added headers, changed some keycap names.
1993-03-11 08:52:30 +00:00
Eric S. Raymond
a97beda486
Added headers, changes some keycap names.
1993-03-11 08:48:43 +00:00
Eric S. Raymond
864a714e6e
Added headers, removed function-key bindings.
1993-03-11 08:45:57 +00:00
Eric S. Raymond
02fd5d7c70
Added headers, changed a few cookie names.
1993-03-11 08:41:42 +00:00