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

10560 Commits

Author SHA1 Message Date
Karl Heuer
997d1bf03b (iso-transl-language-alist): Add French & Portuguese.
(iso-transl-char-map): Use /a /e ~d "s ~t digraphs as in iso-acc.el.
1995-01-30 23:04:34 +00:00
Karl Heuer
298613dfd1 (iso-accents-list): Add Icelandic thorn. 1995-01-30 22:46:37 +00:00
Karl Heuer
66cf1bd7bc (x-create-frame-with-faces): Assume cursor-color, mouse-color, and
border-color are okay as specified unless they are the same as the new
background color.
1995-01-30 22:39:20 +00:00
Richard M. Stallman
c52e9f0b08 (indent-new-comment-line): Obey the convention
about \(...\) pairs in comment-start-skip.
1995-01-30 07:46:16 +00:00
Richard M. Stallman
51566783f0 (make-extent, delete-extent, set-extent-property)
(set-extent-face): New functions.
1995-01-30 07:16:14 +00:00
Richard M. Stallman
577ed2b24d Many doc fixes. 1995-01-30 06:14:33 +00:00
Richard M. Stallman
33f268ecd1 (lisp-indent-region): Set endmark before indenting first line.
(indent-sexp): Fixes for ENDPOS != nil case--use nil
as starting-point, and don't insist on a complete sexp.
1995-01-30 02:16:26 +00:00
Richard M. Stallman
e1fd0a89b0 (list-buffers-noselect): Handle read-only properly.
Select each buffer just once to get all necessary info about it.
1995-01-30 02:15:37 +00:00
Richard M. Stallman
08c82d4d49 (list-buffers-noselect): New subroutine.
(list-buffers): Use that.
(buffer-menu): Switch to the buffer in the same window.
(buffer-menu-other-window): New command.
(Buffer-menu-select): Just change the current window.
1995-01-30 01:11:10 +00:00
Richard M. Stallman
80896ab486 (Fcall_interactively): Pass new arg to Fread_string. 1995-01-30 00:41:51 +00:00
Richard M. Stallman
c3e1d4359e (menu-bar-update-yank-menu): If string is too long,
show start and end, with ... between them.
(yank-menu-length): Default value 20.
1995-01-30 00:37:22 +00:00
Richard M. Stallman
3b787dc333 (read-number): New function. 1995-01-30 00:34:44 +00:00
Richard M. Stallman
0fb5a19cb5 (Frassoc): New function.
(syms_of_fns): defsubr it.
1995-01-29 22:04:10 +00:00
Richard M. Stallman
c6f5b077fe (news-reply-mode): Change mode-name to News Reply. 1995-01-29 10:15:51 +00:00
Richard M. Stallman
b3f6bcbdad (match-string): Fix braino. 1995-01-28 09:04:02 +00:00
Richard M. Stallman
1c738407e3 (ecrt0.o): Target renamed from crt0.o.
(START_FILES): Use ecrt0.o.
1995-01-28 08:38:44 +00:00
Richard M. Stallman
962a60aa70 (facep): New function.
(internal-check-face): Don't make a loop, since signal can't return.
1995-01-28 08:27:31 +00:00
Karl Heuer
3ac613c140 (print): Handle internal display-local object. 1995-01-28 04:15:03 +00:00
Karl Heuer
cd39e9464a (xdispobjfwd): New macro. 1995-01-28 03:59:42 +00:00
Karl Heuer
4bab50bd79 (mark_object): Ignore Lisp_Misc_Display_Objfwd objects. 1995-01-28 03:51:55 +00:00
Karl Heuer
f334de0e0a (enum Lisp_Misc_Type): New enumeration Lisp_Misc_Display_Local.
(struct Lisp_Display_Objfwd): New structure.
(XDISPLAY_OBJFWD, DISPLAY_OBJFWDP): Access the new structure.
(union Lisp_Misc): Add new member.
1995-01-28 03:39:17 +00:00
Karl Heuer
ba72822c1d * keyboard.c (kbd_buffer_frame_or_window): Delete; now in perdisplay.
(immediate_echo, echobuf, echoptr, echo_after_prompt): Likewise.
(echo_prompt, echo_char, echo_dash): use perdisplay and ECHOBUFSIZE.
(echo, cancel_echoing, echo_length, echo_truncate): Likewise.
(read_char, kbd_buffer_store_event, kbd_buffer_get_event): Likewise.
(Fdiscard_input, stuff_buffered_input): Likewise.
(init_keyboard, syms_of_keyboard): Likewise.
1995-01-28 03:05:45 +00:00
Karl Heuer
329d527986 (ECHOBUFSIZE): New constant, replaces sizeof (echobuf). 1995-01-28 02:51:29 +00:00
Richard Kenner
aa341c4042 (unixware, svr4): Treat as synonyms for sysv4. 1995-01-28 02:28:46 +00:00
Karl Heuer
b408f510de (PERDISPLAY, the_only_perdisplay, get_perdisplay):
Renamed from PERD, etc.  All uses changed.
1995-01-28 01:43:53 +00:00
Karl Heuer
b2d11490c7 (struct x_display_info): Rename display_perd to perdisplay. 1995-01-28 01:41:07 +00:00
Richard M. Stallman
a105105a02 (make-frame): Doc fix. 1995-01-28 00:32:33 +00:00
Richard M. Stallman
b872e1da17 (describe-variable): Use local-variable-p. 1995-01-27 23:10:42 +00:00
Richard M. Stallman
51b2c84172 (tex-display-shell): Pass nil as arg to
tex-recenter-output-buffer.
(tex-region, tex-file, tex-show-print-queue, tex-bibtex-file):
Put the call to tex-display-shell essentially last.
1995-01-27 23:08:49 +00:00
Richard M. Stallman
c8c76dd33f (debug-convert-byte-code): Convert the doc info to a string. 1995-01-27 22:38:19 +00:00
Richard M. Stallman
b0824def8b (shell): If we create a new shell buffer,
select that buffer even if it has been renamed.
1995-01-27 22:37:16 +00:00
Karl Heuer
44705c0e41 (match-string): Delete extra arg to buffer-substring. 1995-01-27 20:47:20 +00:00
Karl Heuer
aee72e4fb5 (printchar, strout): Use message_log_maybe_newline.
Leave all of the newline bookkeeping to message_dolog.
1995-01-27 19:30:46 +00:00
Karl Heuer
3c6595e0b2 (message_log_need_newline): This var is now static.
(message_dolog): Set message_log_need_newline appropriately.
Don't change it at all if message logging is currently disabled.
(message_log_maybe_newline): New function.
(message2): Use message_log_maybe_newline.
1995-01-27 19:27:07 +00:00
Karl Heuer
c006b215fa (perform-replace): Don't log the repetitive prompts. 1995-01-27 19:19:23 +00:00
Karl Heuer
eaecdb8162 Declare message_log_maybe_newline. 1995-01-27 19:16:50 +00:00
Richard M. Stallman
069cdc4fe0 (modify_region): Clear point_before_scroll field. 1995-01-27 07:47:15 +00:00
Richard M. Stallman
b6a0ebc300 (set_point): Set point_before_scroll to nil. 1995-01-27 07:19:06 +00:00
Richard M. Stallman
2e4a1e1f7e (struct buffer): New field point_before_scroll. 1995-01-27 07:18:11 +00:00
Richard M. Stallman
943e065b3c (init_buffer_once, syms_of_buffer):
Set up buffer-local var point_before_scroll.
(reset_buffer): Init point_before_scroll.
1995-01-27 07:17:39 +00:00
Richard M. Stallman
58f950b445 (match-string): New function. 1995-01-27 07:06:27 +00:00
Richard M. Stallman
0fddfa7210 Integer width changes. 1995-01-27 01:43:02 +00:00
Richard M. Stallman
94b00316b8 Fix integer width changes. 1995-01-27 01:41:28 +00:00
Karl Heuer
85557d7ef7 Fix typos. 1995-01-26 22:52:10 +00:00
Richard M. Stallman
b64548c785 (mouse-save-then-kill): When we don't use existing
region, put where click and put mark at the other end.  Use
point-before-scroll if non-nil.  Recognize mouse-set-region
as a previous command that makes a region we should use.
(mouse-drag-region): When we run the final click's binding,
set this-command.
1995-01-26 07:21:05 +00:00
Richard M. Stallman
8f37c4f3df (scroll-bar-drag-1): Set point-before-scroll properly.
(scroll-bar-scroll-down, scroll-bar-scroll-up): Likewise.
1995-01-26 07:17:31 +00:00
Richard M. Stallman
bfbcf12e47 (mouse-drag-region): Modify previous change--don't run the ordinary binding
in the case of a multiple click.
1995-01-26 03:18:45 +00:00
Richard M. Stallman
ad14280fb7 (mouse-save-then-kill): Ignore mouse-selection-click-count if no active mark. 1995-01-26 02:37:30 +00:00
Karl Heuer
dcbea62ef1 (struct x_display_info): New member display_perd. 1995-01-25 09:04:07 +00:00
Karl Heuer
612b78eff8 (the_only_perd): Define this var here.
(kbd_buffer, kbd_fetch_ptr, kbd_store_ptr): Delete; now part of perd.
(find_active_event_queue): New function.
(readable_events, kbd_buffer_get_event, swallow_events): Use it.
(kbd_buffer_store_event): Store in EVENT's frame's queue.
(Fdiscard_input, stuff_buffered_input): Use perd.
(init_keyboard): Initialize the new vars.
kbd_buffer is now a pointer, not an array.
1995-01-25 08:58:33 +00:00