1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-18 18:05:07 +00:00
Commit Graph

7651 Commits

Author SHA1 Message Date
Richard M. Stallman
65d5c6de9f (kill-emacs-query-functions): Doc fix. 1994-05-26 01:11:06 +00:00
Roland McGrath
983d99b536 *** empty log message *** 1994-05-25 23:06:05 +00:00
Richard M. Stallman
bd9982597f *** empty log message *** 1994-05-25 22:09:47 +00:00
Richard M. Stallman
ca0ecbf563 (Vx_sensitive_text_pointer_shape):
Renamed from Vx_cross_pointer_shape.
(syms_of_xfns): Provide Lisp var x-sensitive-text-pointer-shape.
1994-05-25 22:02:57 +00:00
Richard M. Stallman
f6fa3ee3c5 Add more risky-local-variable properties. 1994-05-25 20:43:21 +00:00
Richard M. Stallman
b295541798 entered into RCS 1994-05-25 19:57:48 +00:00
Richard M. Stallman
27f338afea (note_mouse_movement): Use frame's window in XQueryPointer.
Special case if mouse isn't on that window.
(note_mouse_highlight): Handle negative args and too-large args.
1994-05-25 09:20:45 +00:00
Richard M. Stallman
10bba2660f (menu_item_equiv_key): Look for equiv keys both before
and after one stage of symbol function indirection.
1994-05-25 09:20:10 +00:00
Richard M. Stallman
84f4e2168f (c-fill-paragraph): Don't include part of comment
terminator in the fill-prefix.
1994-05-25 08:42:32 +00:00
Richard M. Stallman
47ba05ac9c entered into RCS 1994-05-25 06:00:06 +00:00
Richard M. Stallman
e6a9aec70b (outline-chart-subtree): Include outline-next-heading in loop conditions
to detect end-of-buffer (and avoid infinite loop).
1994-05-25 04:41:21 +00:00
Richard M. Stallman
92bab0111e (openp): Don't use O_RDONLY. 1994-05-25 04:36:48 +00:00
Karl Heuer
73dc877110 (Freplace_match): Improve capitalization heuristics. 1994-05-25 03:59:06 +00:00
Richard M. Stallman
026e833080 (Freplace_match): Don't capitalize unless all matched words are capitalized. 1994-05-25 03:53:30 +00:00
Karl Heuer
d7be421180 (Fminibuffer_complete_word): GCPRO completion and tem. 1994-05-25 02:39:20 +00:00
Karl Heuer
de65837bbe (Fprimitive_undo): GCPRO next and list.
Check argument type before calling XINT.
1994-05-25 02:22:08 +00:00
Richard M. Stallman
55b4889367 (verify_overlay_modification): GCPRO tail and overlay.
Avoid copying tail twice.
1994-05-24 21:16:23 +00:00
Richard M. Stallman
b5b90d18cc (describe_map): Fix the call to Fequal. 1994-05-24 21:12:22 +00:00
Richard M. Stallman
a7d6cde616 (INTERNAL_TERMINAL): Allow audio bell. 1994-05-24 19:50:30 +00:00
Richard M. Stallman
fcea9cd4db (do_visible_bell): Renamed from visible_bell to avoid
potential conflict with variable of the same name.  Caller changed.
(internal_flush): Code for audio bell inserted.
1994-05-24 19:50:04 +00:00
Richard M. Stallman
9da6e7653b (dos_rawgetc): Doc fix. Make C-, S-, and M- modifiers
independent.  Make modifiers work with mouse.  Improve C-S-<ascii>
handling by using look-up tables.  Fix kp-decimal problem.
1994-05-24 19:46:40 +00:00
Richard M. Stallman
1df16e3820 (i[34]86-next-*): New alternative. 1994-05-24 04:05:17 +00:00
Richard M. Stallman
68eabf10ac (ange-ftp-gwp-start): Call internal-ange-ftp-mode. 1994-05-23 22:44:08 +00:00
Richard M. Stallman
596122a77d (window_loop): Fix test of dedicated flag in prev change. 1994-05-23 20:09:33 +00:00
Richard M. Stallman
e3998da17a (interpreter-mode-alist): Add wishx, tclsh.
Delete form, scope, shell.
(set-auto-mode): Don't get confused by args after #! shell name.
1994-05-23 09:48:37 +00:00
Richard M. Stallman
7dbf73697a (LIBXT): Move -lXmu before -lXt. 1994-05-23 09:25:36 +00:00
Richard M. Stallman
a8bb588200 (frame-initialize): Record in frame-initial-frame-alist
the actual settings of vertical-scroll-bars.
1994-05-23 09:19:28 +00:00
Richard M. Stallman
d953b88c35 (Buffer-menu-mouse-select): Handle dedicated window. 1994-05-23 08:23:03 +00:00
Richard M. Stallman
fd11871ac0 (command-line-1): Precompute menu bar before startup msg. 1994-05-23 07:47:27 +00:00
Richard M. Stallman
e8f9dff93b (show-paren-command-hook):
Always set show-paren-mismatch-face to symbol, not face vector.
1994-05-23 07:45:49 +00:00
Richard M. Stallman
f1e20cc208 (popup-dialog-box): Bind meaning with let.
(current-menubar): Add defvar.
1994-05-23 07:41:31 +00:00
Richard M. Stallman
f97eee516b (popup-menu): Bind cmd with let. 1994-05-23 07:39:08 +00:00
Richard M. Stallman
d95ebf7670 (${etc}DOC): Ignore error from rm.
(MSDOS_SUPPORT): New variable.
(lisp): Use MSDOS_SUPPORT.
1994-05-23 07:19:41 +00:00
Richard M. Stallman
afce6ded2d (LD_SWITCH_SYSTEM): Add conditionals for HPUX_USE_SHLIBS.
Delete explicit -Xlinker in GCC case.
1994-05-23 07:14:38 +00:00
Richard M. Stallman
d3da379e6c New config hppa*-hp-hpux9shr*. 1994-05-23 07:08:20 +00:00
Richard M. Stallman
4d73d0388d (x_set_window_size): If cursor outside new size, mark it off.
(note_mouse_highlight): Handle case of highlight extending
past end of window.
(fast_find_position): Fix bugs when no text on screen
and when the mouse is on an empty line.
1994-05-23 06:47:51 +00:00
Richard M. Stallman
8aa034e1fb (menu_bar_one_keymap):
When there's no item string, use Qnil.
Don't ever put `undefined' into the list of definitions.
1994-05-23 06:32:59 +00:00
Richard M. Stallman
cc4ee3c7c6 (update_end): Undo previous change. 1994-05-23 06:31:52 +00:00
Richard M. Stallman
986e61b825 (change_frame_size): Keep cursor coords in range. 1994-05-23 05:53:55 +00:00
Richard M. Stallman
38ab08d1bf (window_loop, UNSHOW_BUFFER case):
Put prev change in #ifdef MULTI_FRAME.
1994-05-23 05:41:58 +00:00
Richard M. Stallman
d56b45eba6 (other_visible_frames): No longer static. 1994-05-23 05:38:20 +00:00
Richard M. Stallman
ef90db4560 (select-tags-table-mode): New function, a major mode.
(select-tags-table): Call that.
(select-tags-table-mode-map): New variable.
1994-05-23 05:07:27 +00:00
Richard M. Stallman
6b4dd33270 (mouse-insert-selection): Test mouse-yank-at-point.
(mouse-sel-insert-at-point): Variable deleted.
1994-05-23 04:59:35 +00:00
Richard M. Stallman
dc417415cb (hack-one-local-variable): Check properly for `defun. 1994-05-23 04:55:57 +00:00
Richard M. Stallman
e6a4af1daf (mail-mailer-swallows-blank-line): Don't die
if /etc/sendmail.cf does not exist.
1994-05-23 04:53:44 +00:00
Richard M. Stallman
c15d229a41 (popup-menu): Use mouse-pixel-position. 1994-05-23 04:50:18 +00:00
Richard M. Stallman
9ba60df97f (posn-col-row): Use let*. 1994-05-23 03:15:35 +00:00
Richard M. Stallman
a4e104bf5c Doc fix. 1994-05-22 22:14:17 +00:00
Richard M. Stallman
ee6f7c13b2 entered into RCS 1994-05-22 22:00:39 +00:00
Richard M. Stallman
85d6b80b26 (mouse-split-window-vertically): Treat scroll bar events just like others. 1994-05-22 20:56:11 +00:00