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
67ec7a685d (kill-emacs-hook): Use add-hook. 1994-04-06 20:22:19 +00:00
Karl Heuer
ae3b1442ce Use PT, not point. 1994-04-06 06:57:24 +00:00
Karl Heuer
bd5dec8e9b (display_string): Allow for negative hpos when clearing array. 1994-04-06 06:49:06 +00:00
Karl Heuer
44d1c53518 (vmotion): Don't use minibuf_prompt_width if window-start has suppressed the
prompt.
1994-04-06 06:06:51 +00:00
Karl Heuer
a2dd849e99 (temp_echo_area_glyphs): Use PT, not point. 1994-04-06 06:01:15 +00:00
Karl Heuer
c7eddf3c35 (Fminibuffer_prompt_width): Allow for negative value. 1994-04-06 05:59:21 +00:00
Richard M. Stallman
b6ace92757 (save-place-find-file-hook, save-place-kill-emacs-hook): New functions.
(hooks for find-file-hooks,kill-emacs-hook): Use those new functions.
1994-04-06 05:04:40 +00:00
Richard M. Stallman
f9cf0be272 (clipboard-yank, clipboard-kill-ring-save)
(clipboard-kill-region): New functions.  Give them
menu-enable properties and bind the PASTE, COPY and CUT keys.
(menu-bar-enable-clipboard): New function.
1994-04-06 04:54:35 +00:00
Richard M. Stallman
dc20df9586 (x-select-enable-clipboard): New variable.
(x-select-text, x-cut-buffer-or-selection-value): Obey it.

(x-handle-args): Doc fix.
1994-04-06 04:51:37 +00:00
Karl Heuer
31cd83e944 (Fget_buffer_create): Disallow empty string. 1994-04-06 04:06:13 +00:00
Richard M. Stallman
c1279c7d3e (quoted-insert): Handle meta-chars usefully. 1994-04-06 03:47:00 +00:00
Karl Heuer
c9b7c53a82 (describe_buffer_bindings): Move XSYMBOL to after SYMBOLP.
Exclude trailing null in string copies.
1994-04-06 02:07:40 +00:00
Karl Heuer
9572a9dd07 New version from maintainer. 1994-04-06 00:51:43 +00:00
Richard M. Stallman
e2ec008d00 (timer-kill-emacs-hook): New function.
(kill-emacs-hook): Add the new hook.
1994-04-06 00:11:17 +00:00
Karl Heuer
e37f06d7db Add window argument on calls to compute_motion. 1994-04-05 23:49:15 +00:00
Karl Heuer
88af3af464 (compute_motion): Add window argument.
(Fcompute_motion): Likewise.
1994-04-05 23:47:38 +00:00
Richard M. Stallman
63cf923df4 (main): Fix up MAIL_USE_MMDF conditional where
the indesc open was moved inside a fork.
Handle MAIL_USE_LOCKF.
(MAIL_USE_SYSTEM_LOCK): New conditional macro.
Define it if either MAIL_USE_FLOCK or MAIL_USE_LOCKF.
1994-04-05 23:04:36 +00:00
Karl Heuer
1e00c2ff91 (do_completion): gcpro some things. 1994-04-05 22:53:54 +00:00
Karl Heuer
e73b01a42a (rmail-summary-goto-msg): Fix bug in earlier change. 1994-04-05 21:54:51 +00:00
Daniel LaLiberte
11b57bf983 Change install- and uninstall- to -install and -uninstall. 1994-04-05 21:05:09 +00:00
Daniel LaLiberte
22e8f71994 ucomment fix 1994-04-05 20:52:43 +00:00
Daniel LaLiberte
a5ca328aae Comment fixes. 1994-04-05 20:46:59 +00:00
Richard M. Stallman
d2f846543a (display_text_line): Rename startp to leftmargin.
Use that, not p1start, when checking for char off left edge.

(mark_window_display_accurate, redisplay):
Set window_end_valid to the buffer displayed, not Qt.
1994-04-05 07:43:21 +00:00
Richard M. Stallman
e444162e0f (note_mouse_highlight): Temporarily widen the buffer.
(note_mouse_highlight): Check window still shows buffer that was
displayed in it.
1994-04-05 07:41:09 +00:00
Richard M. Stallman
352f15454c (verify_charstarts): Handle truncation of lines. 1994-04-05 07:39:38 +00:00
Karl Heuer
75dddf59e8 (Fget_char_property): Doc fix. 1994-04-05 06:10:01 +00:00
Karl Heuer
f676868dc6 (file_name_completion): Honor completion-regexp-list. 1994-04-05 06:04:27 +00:00
Karl Heuer
c4d460ce6b (Freplace_match): Don't capitalize unless all matched words are capitalized. 1994-04-05 04:51:58 +00:00
Richard M. Stallman
82c2d8392e (Fdo_auto_save): Don't turn off auto save mode.
Instead, store -1 in b->save_length.  And don't auto save
if there is -1 there.

(Vinhibit_file_name_handlers): New var.
(syms_of_fileio): Set up Lisp var.
(Ffind_file_name_handler): Obey the variable.
1994-04-05 03:50:46 +00:00
Richard M. Stallman
0b7f1ef2c9 (auto-save-mode): Don't let buffer-saved-size stay negative. 1994-04-05 03:49:42 +00:00
Karl Heuer
2788b7c903 (manual-program): New (actually reintroduced) variable.
(Man-getpage-in-background): Don't hardcode the program name.
1994-04-05 03:40:06 +00:00
Karl Heuer
3bd13e9203 (verify_overlay_modification): Run modification-hooks for any deletion that
intersects the overlay.
1994-04-05 03:32:07 +00:00
Karl Heuer
c26bb96ea3 (completion-setup-function): Add mouse-face properties. 1994-04-05 02:29:03 +00:00
Karl Heuer
676a14e169 (compile-reinitialize-errors): Fix typo in comment. 1994-04-05 02:19:02 +00:00
Roland McGrath
1beddd9bb1 (calendar-cursor-to-date): Fix to signal error when appropriate. 1994-04-05 01:34:09 +00:00
Richard M. Stallman
100aa77cf6 (edebug-emacs-19-specific): Renamed from edebug-fsf19-specific.
(edebug-emacs-version-specific): Test for not-version-18.
1994-04-05 01:21:06 +00:00
Karl Heuer
ab94bf9f4c (split-window-vertically): If size is negative, measure from bottom. 1994-04-05 00:49:58 +00:00
Richard M. Stallman
f8591023f2 (view-mode-map): Don't bind C-z. 1994-04-05 00:28:43 +00:00
Karl Heuer
c9434ed66d (generate-calendar-month): Add mouse-face properties. 1994-04-04 22:59:59 +00:00
Daniel LaLiberte
ef2b0b8983 Change install- to ... to ...-install. 1994-04-04 21:55:52 +00:00
Daniel LaLiberte
8866814720 Numerous changes and bug fixes to bring it up to version 3.5. 1994-04-04 21:52:06 +00:00
Richard M. Stallman
baf90b6226 (uncompress-program): New variable.
(uncompress-backup-file): Use it.
(uncompress-while-visiting): Use that var.  Handle .gz suffix.
(auto-mode-alist): Handle .gz suffix.
(find-compressed-version): Handle .gz suffix.
1994-04-04 20:48:08 +00:00
Richard M. Stallman
399f8dd645 (version-control): Doc fix. 1994-04-04 18:33:01 +00:00
Richard M. Stallman
754942d81d (rmail-summary-goto-msg): Highlight the whole line except first char. 1994-04-04 05:45:54 +00:00
Richard M. Stallman
e7dc77f65f (save-place-version-control): New var, for determining
how to back up the master saved-places file.
(save-place-alist-to-file): Bind version-control depending on
`save-place-version-control'.
(hook for find-file-hooks): Specify the APPEND arg to add-hook.
1994-04-04 01:05:07 +00:00
Richard M. Stallman
853cf34623 (display_text_line): Properly handle charstarts for hscroll,
and for continuation in mid character.
(message2): Call frame_up_to_date_hook.
1994-04-04 00:44:27 +00:00
Richard M. Stallman
514e46817a (note_mouse_highlight): Do nothing if gc_in_progress.
Set mouse_face_deferred_gc when that case arise.
(XTframe_up_to_date): If mouse_face_deferred_gc, redo highlighting.

(show_mouse_face): Turn off cursor only if it's
in the area being manipulated.
(XTupdate_begin): Don't turn off highlight if we aren't updating
the window that it is in.
1994-04-04 00:43:13 +00:00
Richard M. Stallman
3ccf510abd (overlays_at): Fix previous change. 1994-04-03 23:22:06 +00:00
Richard M. Stallman
0b20d25717 Comment changes. 1994-04-03 21:32:18 +00:00
Richard M. Stallman
4d57802ec9 (gc_in_progress): Declared. 1994-04-03 21:31:47 +00:00