1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-16 21:20:53 -08:00
Commit graph

16297 commits

Author SHA1 Message Date
Richard M. Stallman
5fc9cabd15 (KERNEL_FILE): Redefine it here. 1996-09-26 08:44:42 +00:00
Richard M. Stallman
6b4268b0b1 (exec-to-string): New alias. 1996-09-26 07:48:03 +00:00
Richard M. Stallman
2a631db1ae (Fset_text_properties, Fadd_text_properties)
(Fremove_text_properties): Call modify_region and signal_after_change
only for buffers, not for strings.
1996-09-26 03:48:10 +00:00
Richard M. Stallman
524580a4ac (syms_of_window): Doc fixes. 1996-09-26 03:43:31 +00:00
Richard M. Stallman
99487ce4c1 (sigsetmask, _longjmp, _setjmp): #undef them.
(_BSD_SIGNALS): Definition deleted.
1996-09-26 03:36:38 +00:00
Richard M. Stallman
163b385a68 (struct frame): New field window_width.
(FRAME_WINDOW_WIDTH): Refer to window_width field.
(SET_FRAME_WIDTH): Set window_width field as well as width field.
1996-09-25 22:41:09 +00:00
Richard M. Stallman
459f404248 (init_dosfns): When setting `__opendir_flags' value,
override the bits recorded when dumping.
1996-09-25 22:39:43 +00:00
Richard M. Stallman
6e6f5d9e7b (auto-mode-alist): Add lower-case varieties of
ChangeLog filenames, for case-insensitive MSDOS and MS-Windows.

(insert-file-contents-literally): Doc fix.
1996-09-25 22:37:27 +00:00
Richard M. Stallman
7eb47123cb (split-string): Fix minor bug. 1996-09-25 22:35:17 +00:00
Paul Eggert
f41c4842c0 (rlog_options): Use $rlog, not rlog, when deciding whether to append -zLT. 1996-09-25 09:53:56 +00:00
Richard M. Stallman
26c76ace8d (set_properties, add_properties, remove_properties):
Don't call modify_region or signal_after_change here.
(Fset_text_properties, Fadd_text_properties, Fremove_text_properties):
Call them here when appropriate.
1996-09-25 08:01:52 +00:00
Richard M. Stallman
f66868bad1 (XTread_socket): Delete WAITP arg. 1996-09-25 08:00:39 +00:00
Richard M. Stallman
8028cf8aad (vip-window-display-p): Don't treat MS-DOS as a windowed display. 1996-09-25 07:45:15 +00:00
Richard M. Stallman
b53ce41df6 (forward-paragraph): Don't ever move forward again across a line if we
stopped there because it doesn't start with the fill prefix.
1996-09-25 07:20:19 +00:00
Richard M. Stallman
aa9063cb23 (gud-perldb-massage-args): Handle -e in ARGS.
(gud-perldb-marker-filter): Handle drive letters in file name.
(perldb): Update comint-prompt-regexp for latest Perl.

(gud-mode): Locally set comint-input-ignoredups to t.
1996-09-25 07:17:18 +00:00
Richard M. Stallman
3aad761328 (w32_read_socket): Delete WAITP arg. 1996-09-25 03:54:23 +00:00
Richard M. Stallman
33e19c6e4b (read_avail_input): Don't pass WAITP to read_socket_hook. 1996-09-25 03:52:58 +00:00
Richard M. Stallman
cb581b1a2e (HAVE_GETCWD): Add #undef. 1996-09-25 03:51:05 +00:00
Richard M. Stallman
4ebfa5ab37 Check for getcwd. 1996-09-25 03:50:06 +00:00
Richard M. Stallman
bc28b2121e Comment changes. 1996-09-25 03:35:44 +00:00
Richard M. Stallman
da510e7460 Initial revision 1996-09-25 03:34:52 +00:00
Richard M. Stallman
4ebeb09d6d (mouse-drag-throw): Bind adjusted-mouse-delta. 1996-09-25 03:32:13 +00:00
Richard M. Stallman
84f19a49c7 Initial revision 1996-09-25 03:30:55 +00:00
Richard M. Stallman
efc10c970d (mouse-drag-secondary): Make sure to return nil
if we don't make a selection.
1996-09-25 03:27:04 +00:00
Richard M. Stallman
84f6296af5 (Vuser_login_name): Declared extern.
(minibuf_level): extern decl moved to top level.
(Fwrite_region): Query before writing to a file that is locked,
even if it is locked by the same user.
1996-09-25 03:23:03 +00:00
Richard M. Stallman
17cc901345 (shell-command-to-string): Make the buffer current
since output goes in current buffer.  Use shell-command-switch.
1996-09-24 23:54:08 +00:00
Richard M. Stallman
79e098ca05 (imenu--cleanup): Handle shared structure in alist. 1996-09-24 22:50:24 +00:00
Richard M. Stallman
edce365443 (split-string): New function. 1996-09-24 21:19:03 +00:00
Richard M. Stallman
86dafc7872 (LIBES): Add LOADLIBES and LDLIBS. 1996-09-24 20:31:40 +00:00
Richard M. Stallman
d589bd993b (shell-command-to-string): New function. 1996-09-24 20:04:48 +00:00
Richard M. Stallman
5db7925ddc (with-output-to-string): New macro. 1996-09-24 20:03:15 +00:00
Richard M. Stallman
a878555182 (run_msdos_command): When testing whether a shell
belongs to the MSDOS family, convert its name to lower-case.
1996-09-24 19:40:24 +00:00
Richard M. Stallman
ea3165c723 Explain better about building in separate directory. 1996-09-24 06:56:29 +00:00
Richard M. Stallman
1e3ab67be5 (edebug-original-signal): Don't define it.
(edebug-signal): Call signal, not edebug-original-signal.
(edebug-enter): Bind signal-hook-function instead of fsetting signal.
(edebug-recursive-edit): Clear or clear signal-hook-function.
1996-09-24 06:54:18 +00:00
Richard M. Stallman
a53e4a8bf6 Comment change. 1996-09-24 04:50:39 +00:00
Richard Kenner
dc04f89bc3 (-vxsim*): New operating system. 1996-09-24 02:44:17 +00:00
Richard M. Stallman
440b0bfd4c (x_window): With Motif, double extra_borders.
Use a preprocessor conditional to test for Motif.
1996-09-24 00:37:53 +00:00
Richard M. Stallman
3617aa76fc (mouse-drag-region): Ignore event end-point if it is not a number. 1996-09-23 17:44:50 +00:00
Richard M. Stallman
57498544b7 (iso-languages): Add element for latin-3. 1996-09-23 06:57:54 +00:00
Richard M. Stallman
dca975928d (Fx_create_frame): Default Qinternal_border_width to 1.
(x_set_scroll_bar_width): Default the width to 3 cols.
Call change_frame_size.
1996-09-23 04:45:16 +00:00
Richard M. Stallman
3cbd2e0ba0 (x_scroll_bar_create, x_scroll_bar_move):
(x_scroll_bar_expose): Use VERTICAL_SCROLL_BAR_WIDTH_TRIM.

(XTchange_line_highlight, dumpglyphs, XTclear_end_of_line)
(do_line_dance, pixel_to_glyph_coords): Use FRAME_WINDOW_WIDTH.

(x_scroll_bar_move, x_scroll_bar_create):
Add a border around the actual window.

(x_scroll_bar_expose): Don't trim the width here.
1996-09-23 04:44:15 +00:00
Richard M. Stallman
de42d728f6 (EmacsFrameSetValues): Copy internal_border_width
from the Emacs frame if caller isn't changing it.
1996-09-23 04:40:39 +00:00
Richard M. Stallman
ba88fc3af1 (pre-command-hook, post-command-hook): Defvars deleted.
(post-command-idle-hook): Defvar deleted.
(edebug-outside-post-command-idle-hook): Defvar deleted.
(edebug-enter): Don't look at or set post-command-idle-hook.
(edebug-outside-excursion): Likewise.
(edebug-emacs-19-specific): Don't define read-expression-history
and read-expression-map.
1996-09-23 04:39:19 +00:00
Richard M. Stallman
4bc8c7d2f4 (Fsave_current_buffer): New function.
(syms_of_editfns): defsubr it.
1996-09-23 04:37:40 +00:00
Richard M. Stallman
111e5992df (Fwindow_edges): Use new WINDOW_RIGHT_EDGE macro.
(coordinates_in_window): Use WINDOW_LEFT_MARGIN, WINDOW_RIGHT_MARGIN,
and WINDOW_RIGHT_EDGE.  Adjust for left-side scroll bar margin.
(window_loop, Fdisplay_buffer): Use new WINDOW_FULL_WIDTH_P macro.
(window_internal_width): Window width now always includes the
scroll bar, if any.  Use WINDOW_RIGHTMOST_P and WINDOW_FULL_WIDTH_P.
1996-09-23 04:36:43 +00:00
Richard M. Stallman
6e6e9f0840 (syms_of_eval): Initialize Vrun_hooks here.
Don't make it a Lisp variable.
1996-09-23 04:31:38 +00:00
Richard M. Stallman
97a74ef613 (ctl-x-5-map, ctl-x-5-prefix): Duplicate defs deleted.
(scroll-bar-side): New variable.
(toggle-scroll-bar): Use scroll-bar-side.
1996-09-23 04:29:50 +00:00
Richard M. Stallman
4fdca28945 (run-hooks): defconst deleted.
The initialization is now in eval.c.
1996-09-23 04:29:04 +00:00
Richard M. Stallman
2e311f55f2 (add-timeout): Duplicate definition deleted.
(screenw-width, screen-height): Likewise.
(disable-timeout, keymap-parent, set-keymap-parent): Likewise.
1996-09-23 04:28:20 +00:00
Richard M. Stallman
3b841abc54 (Bsave_current_buffer): New macro.
(Fbyte_code): Handle Bsave_current_buffer.
1996-09-23 04:27:27 +00:00