1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-10 09:12:15 +00:00
Commit Graph

6872 Commits

Author SHA1 Message Date
Richard M. Stallman
c8fcf4f8db Renamed from eval-region.el. Fix the `provide' call.
Doc fixes.
1994-04-11 21:44:58 +00:00
Karl Heuer
77ddeda4bc (Fmouse_position) [!MULTI_FRAME]: Declare col and row. 1994-04-11 21:43:12 +00:00
Richard M. Stallman
6cbff1cb50 (make_lispy_movement): Conditionalize on MULTI_FRAME.
(kbd_buffer_get_event): Call make_lispy_movement only if MULTI_FRAME.
1994-04-11 21:34:38 +00:00
Richard M. Stallman
7ffb284121 (x_decline_selection_request): Call XFlushQueue. 1994-04-11 21:20:28 +00:00
Richard M. Stallman
87d238bafe (Fsetq): Doc fix. 1994-04-11 21:11:22 +00:00
Richard M. Stallman
a8920a1789 (syms_of_print): Doc fix. 1994-04-11 21:10:48 +00:00
Richard M. Stallman
6823efabff (dired-move-to-filename): Use skip-chars-forward
instead of looking-at, for speed.
1994-04-11 21:03:28 +00:00
Karl Heuer
1cb46df641 (jka-compr-handler): Save match data. 1994-04-11 20:54:33 +00:00
Richard M. Stallman
ab1649fe75 Comment change. 1994-04-11 20:50:40 +00:00
Karl Heuer
9854c615cc (makefile-mode): make-local-variable misspelled as make-local-file. 1994-04-11 20:40:58 +00:00
Karl Heuer
ca60072272 (comint-dynamic-complete-as-filename): Save end of match before calling other
functions.  Handle non-match too.
1994-04-11 20:30:44 +00:00
Karl Heuer
5d831bedd4 (dired-move-to-filename): Handle leading blanks. 1994-04-11 20:09:44 +00:00
Karl Heuer
7ec2a18c27 (force-mode-line-update): Doc fix. 1994-04-11 19:59:49 +00:00
Richard M. Stallman
4fd6247b5c entered into RCS 1994-04-11 18:21:39 +00:00
Richard M. Stallman
ccd5f1ca4c (msdos): Don't link patch1. Link sed*.inp, not sed.in*. 1994-04-10 09:09:47 +00:00
Richard M. Stallman
5b0b2316d9 If server is a Sun, call menu-bar-enable-clipboard. 1994-04-10 08:56:50 +00:00
Richard M. Stallman
0cdd0c9f3e (dumpglyphs): Clear any extra pixel rows below the text.
(x_display_box_cursor): Explicitly clear full height of line.
(dumpglyphs): New arg just_foreground.  Callers changed.
(x_set_window_size): Call XSync.

(note_mouse_highlight): Do nothing if buffer has changed.
1994-04-10 06:06:51 +00:00
Richard M. Stallman
8fc2766b64 (x_figure_window_size): Don't call x_calc_absolute_position.
(x_window): Separate into two alternative definitions.
Call x_calc_absolute_position here.
1994-04-10 06:04:33 +00:00
Richard M. Stallman
6ae9a3f2f2 (EmacsFrameSetCharSize): Do not attempt to preserve the window position. 1994-04-10 05:59:24 +00:00
Richard M. Stallman
166a426310 (internal_self_insert): Test Vafter_change_functions,
Vbefore_change_functions.
1994-04-10 02:34:21 +00:00
Richard M. Stallman
e45fb8bf24 (before_change_functions_restore):
(after_change_functions_restore): New functions.
(signal_before_change): Handle Vbefore_change_functions.
(signal_after_change): Handle Vafter_change_functions.
1994-04-10 02:34:02 +00:00
Richard M. Stallman
03c6309ac7 (Vafter_change_functions, Vbefore_change_functions): Declared. 1994-04-10 02:33:37 +00:00
Richard M. Stallman
5f0792675d (Vafter_change_functions, Vbefore_change_functions): New variables.
(syms_of_buffer): Set up Lisp vars.
1994-04-10 02:33:16 +00:00
Richard M. Stallman
867dd1594f (frame_update_line_height): Check param_faces[i] not null. 1994-04-10 01:19:57 +00:00
Richard M. Stallman
410d432151 (Fx_list_fonts): Doc fix. 1994-04-10 00:38:14 +00:00
Richard M. Stallman
72654a3c97 *** empty log message *** 1994-04-10 00:23:58 +00:00
Daniel LaLiberte
2a6a354983 comment changes. 1994-04-09 22:27:46 +00:00
Richard M. Stallman
45fb3bb841 (inhibit-first-line-modes-regexps): Renamed from
inhibit-local-variables-regexps.
1994-04-09 22:27:31 +00:00
Daniel LaLiberte
4633707b6b Jumping up to new revision.
Simplify definition of defalias for Emacs 18.
1994-04-09 22:19:10 +00:00
Richard M. Stallman
d8b3a65d6c (main): Handle EXTRA_INITIALIZE. 1994-04-09 21:43:19 +00:00
Richard M. Stallman
1eb52acd11 Initial revision 1994-04-09 21:42:58 +00:00
Richard M. Stallman
e5f1d6a0cc Handle -isc4.0*. 1994-04-09 21:42:43 +00:00
Richard M. Stallman
9c0aa91bc7 (function-key-map): Use f11, not \e. 1994-04-09 21:17:32 +00:00
Richard M. Stallman
224a16e88e (get_keymap): Pass 1 as ERROR to get_keymap_1.
(get_keyelt): New arg AUTOLOAD means load keymaps indirected thru.
All callers changed; most pass 0.
(Fdefine_key, Flookup_key): Load all the keymaps we look in.
1994-04-09 21:09:34 +00:00
Richard M. Stallman
61df1a5e99 (struct matrix_elt): Use int, not short.
Use unsigned char for insertcount and deletecount.
(INFINITY): Increase to 1000000.
1994-04-09 20:38:25 +00:00
Richard M. Stallman
36b0d50ec0 (make_buffer_string): Copy properties whenever we have some
even if they don't change.
1994-04-09 19:34:45 +00:00
Richard Kenner
2ff52571a6 Add ns* as operating systems; default to ns2 for NeXT. 1994-04-09 19:01:54 +00:00
Richard M. Stallman
5d45642bf4 (x_char_height): Use line_height field. 1994-04-09 06:34:27 +00:00
Richard M. Stallman
2ba6876c1e (struct x_display): New field line_height.
(VERTICAL_SCROLL_BAR_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW)
(CHAR_TO_PIXEL_ROW): Use line_height field.
1994-04-09 06:34:13 +00:00
Richard M. Stallman
729425b106 (frame_update_line_height): New function.
(Fset_face_attribute_internal): Call that.
1994-04-09 06:33:49 +00:00
Richard M. Stallman
a27f9f86ef (stufflines, scraplines, dumprectangle, x_do_pending_expose)
(pixel_to_glyph_coords, x_draw_box, clear_cursor, x_display_bar_cursor)
(x_set_resize_hint, x_set_mouse_position, x_wm_set_size_hint)
(XTclear_end_of_line, redraw_previous_char): Use line_height field.

(x_new_font): If frame is new, set line_height field.
Otherwise call frame_update_line_height.
1994-04-09 06:33:24 +00:00
Richard M. Stallman
3421670623 (get_default_char_pixel_size): Use line_height field. 1994-04-09 06:32:48 +00:00
Richard M. Stallman
39d1fe0016 (update_line): Use line_height field. 1994-04-09 06:32:32 +00:00
Richard M. Stallman
a8097b6ca4 (Fx_popup_menu): Use line_height field. 1994-04-09 06:32:17 +00:00
Karl Heuer
230a75fcd2 (Fvertical_motion): Use window arg, not selected_window. 1994-04-09 04:15:16 +00:00
Karl Heuer
36f4191568 (rmail-new-summary): Avoid unsafe save-restriction. 1994-04-09 02:46:19 +00:00
Daniel LaLiberte
a50d43268a checked in with -k by liberte at 1994/04/09 20:57:56 1994-04-08 21:39:52 +00:00
Richard M. Stallman
a3a28eac44 Support kp-tab, kp-multiply, kp-add, kp-divide. 1994-04-08 19:43:33 +00:00
Fred Pierresteguy
95f80c7885 (syms_of_xfns): Define Vx_cross_pointer_shape.
(Vx_cross_pointer_shape): New variable.
(Vx_cross_pointer_shape): Create a mouse face cursor for the mouse-face
properties.
1994-04-08 16:00:13 +00:00
Fred Pierresteguy
6bfbdaebce (cross_cursor): New field for struct x_display. 1994-04-08 15:58:23 +00:00