1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-01 19:30:45 -08:00
Commit graph

13173 commits

Author SHA1 Message Date
Boris Goldowsky
3db1e3b5d6 (open-line): indent when inserting fil-prefix.
(do-auto-fill): Use unjustify-current-line when necessary.
(indent-new-comment-line): Indent before fill-prefix.
1995-02-23 18:38:42 +00:00
Boris Goldowsky
34c3f2b8d9 (current-left-margin): careful of EOB.
(move-to-left-margin): Never move past left-margin, even in funny
justify modes.
(set-left-margin): include following whitespace.
(set-left-margin, increase-left-margin): indent rigidly.
(increase-left-margin): allow negative left-margins
(increase-right-margin): allow negative right-margin
(beginning-of-line-text): new fn.
1995-02-23 18:34:22 +00:00
Boris Goldowsky
1095bc3caa (set-fill-prefix): start from left-margin.
(fill-region-as-paragraph): don't delete hard newlines.  ignore whitespace
at beginning of region.  Remove justification indentation.
(fill-region): Don't use paragraph-movement commands when use-hard-newlines
is true, just search for hard newlines.
(current-justification): take care at EOB.
(set-justification): new argWHOLE-PAR.  Callers changed.
(justify-current-line): Error if JUSTIFY arg is not reasonable.
Better interaction if there is a fill-prefix.
"Line too long" warning removed.
(unjustify-current-line, unjustify-region): New functions.
1995-02-23 18:22:04 +00:00
Richard M. Stallman
0bc395d481 (Fwhere_is_internal): If FIRSTONLY is not nil or non-ascii,
completely ignore menu bindings.
1995-02-23 09:07:36 +00:00
Richard M. Stallman
9257760577 (menu_item_equiv_key): Delete the code that rejected
menu bindings returned by Fwhere_is_internal.
1995-02-23 09:05:08 +00:00
Richard M. Stallman
3548e13846 (window_loop): Handle special display buffer frames
for DELETE_BUFFER_WINDOWS as for UNSHOW_BUFFER.

(syms_of_window): Doc fixes.
1995-02-23 09:04:34 +00:00
Richard M. Stallman
15cb2300cf (perl-tab-to-comment): Default is nil. 1995-02-23 06:26:55 +00:00
Richard M. Stallman
158973475c Load version.el early on. 1995-02-23 05:34:45 +00:00
Richard M. Stallman
cae49185e5 (shell-command-on-region): When computing interactive args,
read the minibuffer arg first, then get the region bounds.
1995-02-23 05:02:54 +00:00
Richard M. Stallman
d9f86af9ab Various doc fixes.
(news-post-news): Add autoload cookie.
1995-02-23 04:59:43 +00:00
Richard M. Stallman
824977b67e (Fcall_interactively): Use markers temporarily in
args vector to stand for point and mark values; replace them
with integers just before calling the command.
1995-02-23 04:54:59 +00:00
Richard Kenner
754ad88419 Recognize NetBSD/Amiga as m68k-cbm-netbsd. 1995-02-23 00:08:39 +00:00
Francesco Potortì
75bdbc6afd * etags.c (C_entries): token_saved removed. Initialise tok.valid and
savetok.valid.  Mark token as valid when it is initialised.
	(make_tag): Make token only if token is valid and reset validity.
	(CNL_SAVE_DEFINEDEF): Test for savetok.valid instead of token_saved.
	(TOKEN): Added a new member: valid.
1995-02-22 15:06:49 +00:00
Karl Heuer
beecf6a1d1 (kbd_buffer_frame_or_window): Restored old var.
(kbd_buffer, kbd_fetch_ptr, kbd_store_ptr): Likewise.
(read_char_perdisplay): New var.
(read_char): Search all appropriate perdisplay objects, and do the right thing
if the next event comes from a different source.
(read_key_sequence): If there's a change of display in mid-stream, retreat and
try reading the new display.
(find_active_event_queue): Function deleted.  All callers changed to just test
the main kbd_buffer instead.
(kbd_buffer_store_event): Write to the main kbd_buffer again.
(kbd_buffer_get_event): Read from the main kbd_buffer again.
Now returns a perdisplay pointer in addition to a lispy event.
(Fdiscard_input, swallow_events): Use the main kbd_buffer again.
(stuff_buffered_input): Likewise.
(init_perdisplay): Initialize member kbd_queue.
Remove references to obsolete members.
(wipe_perdisplay): Remove obsolete reference.
(init_keyboard, syms_of_keyboard): Restore initialization of vars.
1995-02-22 07:26:40 +00:00
Karl Heuer
4cb35c394a (menubar_selection_callback): frame_or_window field of a menu-bar event now
includes both the frame and the magic cookie.
1995-02-22 06:07:20 +00:00
Karl Heuer
b90afe71c8 Update comments to reflect changes in xmenu.c. 1995-02-22 06:05:32 +00:00
Karl Heuer
89d8f2460d (struct PERDISPLAY): New member kbd_queue.
Delete obsolescent members kbd_buffer_frame_or_window, kbd_buffer,
kbd_fetch_ptr, kbd_store_ptr; these are regular vars again.
1995-02-22 03:06:08 +00:00
Karl Heuer
cc4c29808c (mark_perdisplays): Mark kbd_queue.
Remove reference to obsolescent kbd_buffer_frame_or_window.
1995-02-22 03:03:10 +00:00
Richard M. Stallman
4818d21063 (imenu--cleanup): Set alist to its default just once, at the beginning.
Don't recurse on a cdr which is nil.
1995-02-22 01:31:14 +00:00
Richard M. Stallman
909149386e (eval-after-load): Run FORM now if FILE's already loaded. 1995-02-22 01:30:19 +00:00
Karl Heuer
fad2477b80 New version from the author. 1995-02-22 00:38:59 +00:00
Karl Heuer
15d90a400b Use single semicolon in comments. 1995-02-22 00:31:07 +00:00
Simon Marshall
0b3c9cf195 Change all cd's to shell-cd's, where `shell-cd' changes the value of
list-buffers-directory so that a buffer list contains the cwd in the `file'
field.
1995-02-21 13:07:23 +00:00
Simon Marshall
95e5bde956 Made mouse-buffer-menu use list-buffers-directory if buffer-file-name is nil. 1995-02-21 12:47:18 +00:00
Karl Heuer
6c2e12f452 Initial revision 1995-02-20 23:15:10 +00:00
Doug Evans
fa2b291733 (sun4sol2): Alias for sparc-sun-solaris2. 1995-02-20 20:25:48 +00:00
Simon Marshall
1911ebae27 Turn of syntax fontification by default.
It messes up when inside a comment done by the regexps (or v.v.).
1995-02-20 10:49:58 +00:00
Roland McGrath
52110560e9 (vc-log-info): Don't switch to the *vc* buffer before running
vc-do-command, because that would change its default-directory.
1995-02-20 09:39:26 +00:00
Richard M. Stallman
4908183440 (r_alloc_init): Set __malloc_extra_blocks. 1995-02-19 19:12:17 +00:00
Richard M. Stallman
4c11ca80f4 (rmail-summary-mail, rmail-summary-continue)
(rmail-summary-reply, rmail-summary-retry-failure)
(rmail-summary-forward, rmail-summary-resend): Switch to rmail
buffer's window first, so mail buffer replaces summary.
1995-02-19 19:11:03 +00:00
Richard M. Stallman
4bc7e3ad62 (Fmake_terminal_frame): Doc fix. 1995-02-19 19:08:38 +00:00
Richard M. Stallman
fb28fd5b76 (mouse-buffer-menu): Don't clear selection when we kill it. 1995-02-18 23:56:09 +00:00
Doug Evans
bfda6e4f1c Recognize lynx* as lynxos. 1995-02-18 17:18:21 +00:00
Richard M. Stallman
0dee0e2d65 (LIB_X11_LIB, C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
Add #undef's to cancel hpux8.h's definitions.
1995-02-18 09:07:07 +00:00
Richard M. Stallman
ec321cadaa (quoted-insert): Use insert-and-inherit.
Don't change buffer if arg is negative.
1995-02-17 23:59:43 +00:00
Richard M. Stallman
7d0ca249c8 (tex-append): Try splitting on last period, then
try splitting on first period.
1995-02-17 23:25:17 +00:00
Richard M. Stallman
95bf6435fc (desktop-internal-v2s): Don't use format to eliminate text properties. 1995-02-17 23:22:51 +00:00
Karl Heuer
fb11ccf66d (mail-abbrev-mode-regexp): Doc fix. 1995-02-17 18:31:47 +00:00
Richard M. Stallman
001e1e477d [__GNUC__] (C_SWITCH_SYSTEM): Defined. 1995-02-17 10:30:31 +00:00
Richard M. Stallman
5c3c0887e7 (STACK_DIRECTION): Undef before defining.
[__GNUC__] (C_SWITCH_MACHINE): Remove -cckr.
Add -32, only if IRIX_FORCE_32_BITS.
1995-02-17 10:29:46 +00:00
Richard M. Stallman
da149a8fb6 New alternative specified by WAIT_USE_INT. 1995-02-17 10:27:34 +00:00
Richard M. Stallman
ed0ce9537b (MULTI_FRAME): Define unconditionally. 1995-02-17 08:48:02 +00:00
Richard M. Stallman
8dd0c7cbf7 (calculate_costs): Update max_frame_height, max_frame_width.
They determine length of chars_wasted, copybuf and char_ins_del_vector.
1995-02-17 08:42:18 +00:00
Richard M. Stallman
45140e01dc (change_frame_size_1): New subroutine.
(change_frame_size): If f is termcap frame, change size of all of them.
(remake_frame_glyphs): No longer static.
Don't mark nonselected termcap frame as garbaged.
1995-02-17 08:40:18 +00:00
Richard M. Stallman
9769686d8b (redisplay): Don't display nonselected terminal frames. 1995-02-17 08:36:04 +00:00
Richard M. Stallman
bb1513c959 (Fmake_terminal_frame): New function.
(syms_of_frame): defsubr it.
(make_terminal_frame): Init Vframe_list only the first time.
Set visible and async_visible directly.
(redisplay): Don't display nonselected terminal frames.
1995-02-17 08:09:33 +00:00
Richard M. Stallman
44d3dec071 (r_alloc_check): Return void.
(r_alloc_freeze): Initialize if it hasn't been done.
(r_re_alloc, r_alloc_free, r_alloc_sbrk): Likewise.
1995-02-16 06:45:36 +00:00
Richard M. Stallman
6d16dd06fb Whitespace fixes. 1995-02-16 06:36:19 +00:00
Richard M. Stallman
8cd1ad32be (Buffer-menu-save): Fix the test for header line. 1995-02-16 05:58:37 +00:00
Richard M. Stallman
e481f9604f (redisplay_window): If we update the mode line,
switch to the buffer for real, and switch back for real.
1995-02-15 22:23:18 +00:00