1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-23 23:36:27 -07:00
Commit graph

26840 commits

Author SHA1 Message Date
Kenichi Handa
adfb70a19a (describe-buffer-case-table): Use aref instead of
set-char-table-range.
1997-05-28 03:35:35 +00:00
Kenichi Handa
77e94796fd (encoded-kbd-mode): Fix typo in doc-string.
(encoded-kbd-set-coding-system): Deleted.
1997-05-28 03:35:34 +00:00
Kenichi Handa
df10039820 (set-terminal-coding-system): New function.
(set-keyboard-coding-system): New function.
(set-buffer-process-coding-system): Name changed from
set-current-process-coding-system.
1997-05-28 03:35:33 +00:00
Richard M. Stallman
397a88f3c9 (mouse-undouble-last-event): Return nil if the event
is not double or triple to start with.
(mouse-show-mark): Handle scroll-bar events here.
1997-05-27 22:52:31 +00:00
Per Abrahamsen
3efc86effb Updated address. 1997-05-27 21:26:13 +00:00
Per Abrahamsen
d6d920176a Update address. 1997-05-27 21:24:07 +00:00
Richard M. Stallman
ac50039319 Comment change. 1997-05-27 20:53:24 +00:00
Richard M. Stallman
8b16c1f53d (vi-join-lines): Locally bind count.
(vi-search-forward, vi-search-backward): Use isearch-update-ring.
(vi-repeat-last-search, vi-reverse-last-search):
Get string from the ring.
(vi-mode-old-major-mode, vi-mode-old-mode-name): New defvars.
(vi-mode-old-local-map, vi-mode-old-case-fold): Likewise.
(vi-tilde-map): Move the defvar and bindings to the front.
1997-05-27 20:49:17 +00:00
Richard M. Stallman
94aba130a0 (ielm-input): New defvar. 1997-05-27 20:37:34 +00:00
Richard M. Stallman
0acdb86326 Comment change. 1997-05-27 19:51:23 +00:00
Richard M. Stallman
4228277d98 Comment change. 1997-05-27 17:46:19 +00:00
Richard M. Stallman
6be23be638 (browse-url-netscape, browse-url-netscape-sentinel)
(browse-url-netscape-send): Use browse-url-netscape-program,
renamed from browse-url-netscape-command.
1997-05-27 17:06:24 +00:00
Richard M. Stallman
5b1a29ab54 (indent-icon-exp): Bind last-depth.
Consistently use inner-loop-done, not innerloop-done.
1997-05-27 17:02:18 +00:00
Richard M. Stallman
b10e147ce5 (webjump-adult-p): Function deleted. 1997-05-27 16:20:16 +00:00
Richard M. Stallman
40f30b6317 (set-case-syntax-set-multibyte): New variable. 1997-05-27 15:41:21 +00:00
Richard M. Stallman
19be624168 If set-case-syntax-set-multibyte is non-nil, define syntax
for multibyte characters, and don't do `provide'.
1997-05-27 15:37:53 +00:00
Richard M. Stallman
e4874521bb Comment change. 1997-05-27 15:32:03 +00:00
Richard M. Stallman
5547fcff13 (icon-mode): Adapt to new hideshow and improve regexps.
(icon-forward-sexp-function): Use beginning-of-icon-defun and
end-of-icon-defun.
1997-05-27 14:50:08 +00:00
Richard M. Stallman
ffc437583c (Info-exit): Use bury-buffer simply. 1997-05-27 05:02:45 +00:00
Richard M. Stallman
413650839b (command_loop_1): Pass 1 as new arg to sit_for.
(read_char): Likewise, pass 0 for it.
1997-05-27 04:59:47 +00:00
Richard M. Stallman
98136db32a (compute_motion): Return correctly if skip_invisible
takes us past TO.
1997-05-27 04:59:29 +00:00
Paul Eggert
098401cfa2 automatically generated from GPLed version 1997-05-27 03:15:29 +00:00
Richard M. Stallman
1aa6072f7d (XTread_socket) <UnmapNotify>: Don't make an inconify_event
when frame was made invisible.
(x_make_frame_visible): Put the call to x_set_offset back as it was.
Near the end, instead call XMoveWindow, but only if original
positions were not negative.
1997-05-27 03:09:37 +00:00
Richard M. Stallman
91a78190f1 (syms_of_window): Initialize inhibit_frame_unsplittable. 1997-05-27 02:46:14 +00:00
Richard M. Stallman
ae5a0dd403 (sit_for): New arg initial_display.
(Fsit_for): Pass new arg.
1997-05-27 01:54:42 +00:00
Richard M. Stallman
ad66baa4c7 (Fwin16_set_clipboard_data): Pass new arg to sit_for. 1997-05-27 01:52:10 +00:00
Richard M. Stallman
22e59fa793 (Fdo_auto_save): Pass new arg to sit_for. 1997-05-27 01:51:04 +00:00
Richard M. Stallman
56fe6fc085 (Fcall_interactively): Pass new arg to sit_for. 1997-05-27 01:50:25 +00:00
Richard M. Stallman
1275407e4d Change copyright years. 1997-05-26 21:41:50 +00:00
Simon Marshall
ff6318be1f Use insert to preserve marker positions (pmark) and delete last. 1997-05-26 09:53:59 +00:00
Simon Marshall
eddd51c280 frame-override-unsplittable/inhibit-frame-unsplittable name change. 1997-05-26 08:17:39 +00:00
Richard M. Stallman
8a07bba056 (x_real_positions): Directly compare the frame's window
or parent with the root window.
1997-05-26 07:53:35 +00:00
Richard M. Stallman
9829ddba7b (x_make_frame_visible): Call x_set_offset only after
mapping the window and accepting input.
(x_calc_absolute_position): Do nothing if current position
is already for the top-left corner.
Handle errors in XTranslateCoordinates.
(XTread_socket): Simplify handling of ConfigureNotify events.
Always call x_wm_set_size_hint for them.
No need to call XTranslateCoordinates here.
(x_clear_errors): New function.
1997-05-26 06:22:15 +00:00
Richard M. Stallman
62a7e6ebb4 (Fdisplay_buffer): Use B not b for interactive argument. 1997-05-26 02:41:42 +00:00
Richard M. Stallman
939f6e3f20 Always load case-table, latin-1, latin-2, latin-3, latin-4. 1997-05-26 01:46:51 +00:00
Richard M. Stallman
f020126027 (x-create-frame-with-faces): Don't call frame-set-background-mode
until after handling the reverse-video parameter.
1997-05-26 01:30:07 +00:00
Richard M. Stallman
aafc86d21d (defface): Doc fix. 1997-05-25 22:01:44 +00:00
Richard M. Stallman
5e4447f1e4 Move face setup to faces.el. 1997-05-25 21:55:52 +00:00
Richard M. Stallman
55893d25c0 Unconditionally create the standard faces at load time.
Move face setup here from cus-start.el, and add attribute info.
1997-05-25 21:52:33 +00:00
Richard M. Stallman
5c431d1495 (custom-face-attributes): Add :inverse-video. 1997-05-25 21:49:30 +00:00
Richard M. Stallman
e8e4cda0ac (modify-face): Don't call make-face-unbold
if face has no font; likewise for make-face-unitalic.
(x-create-frame-with-faces): Use nil for SET-ANYWAY
when calling make-face-x-resource-internal.
(face-initialize): Don't initialize any face attributes here.
(face-fill-in): Don't call set-face-underline-p if underlining off.

(face-inverse-video-p): New function.
(set-face-inverse-video-p): New function.
(internal-set-face-1): Handle the inverse-video attribute.
(face-spec-set): Handle :inverse-video.
(make-face, x-create-frame-with-faces): Make vectors length 9.
(internal-facep): Expect length 9.
(face-try-color-list): Use set-face-inverse-video-p.
1997-05-25 21:39:38 +00:00
Richard M. Stallman
286c247d12 Use defgroup and defcustom. 1997-05-25 18:08:23 +00:00
Richard M. Stallman
9a5114ac7e (substitute-key-definition): Fix previous change. 1997-05-25 18:05:58 +00:00
Richard M. Stallman
f8fc2527ce (dontcompilefiles): Add latin-1.el ... latin-4.el;
remove iso-syntax.el and i3-syntax.el.
1997-05-25 06:32:32 +00:00
Richard M. Stallman
a70dc410be (Info-suffix-list): Accept -info as suffix;
also accept a subdir with a file called `index'.
1997-05-24 21:27:29 +00:00
Richard M. Stallman
5ccb13ff32 (texinfo-version): New function and variable.
(texinfo-update-node): New autoload call.
(texinfo-every-node-update): Likewise.
(texinfo-sequential-node-update): Likewise.
(texinfo-mode-map): New binding for C-c ].
(texinfo-environment-regexp): Use concat, for clarity.
(texinfo-insert-@end): Fix paren error.
1997-05-24 21:18:25 +00:00
Richard M. Stallman
c988a68aad (texinfo-extra-inter-column-width):
Renamed from extra-inter-column-width.  Doc fix.
(texinfo-multitable-buffer-name):
Variable renamed from multitable-temp-buffer-name.
(texinfo-multitable-rectangle-name):
Variable renamed from multitable-temp-rectangle-name.
(texinfo-format-key): Don't insert angle-brackets.
1997-05-24 20:52:05 +00:00
Richard M. Stallman
5aa34729dd [This finishes the change log for the changes in the previous version.]
Add properties for new commands.
Move all the no-op commands to the end, and add some.

Add many commands for ligatures and for letters with diacritics
and other non-English special characters.

(texinfo-multitable): New Texinfo cmd.
(texinfo-end-multitable): New function.
(texinfo-multitable-widths): New function.
(texinfo-multitable-extract-row): New function.
(texinfo-multitable-item): New function.
(texinfo-format-timestamp): New Texinfo cmd.
(texinfo-format-kbd-regexp): New variable.
(texinfo-format-kbd-end-regexp): New variable.
(texinfo-format-kbd): New function for @kbd.
(texinfo-format-ifeq): New Texinfo cmd.
(texinfo-format-pounds): Likewise.
(texinfo-format-refill): Handle *'s specially at line start.
1997-05-24 20:50:37 +00:00
Richard M. Stallman
92f621996c (texinfmt-version): New function and variable.
(texi2info): New function.
(texinfo-accent-commands): New variable.
(texinfo-no-refill-regexp): Use concat to make it clearer.
Add some more elements.
(texinfo-part-of-para-regexp): Likewise.
(texinfo-append-refill): Extend criterion 3 for when not to refill.
(texinfo-raisesections-alist): Add @centerchap.
(texinfo-lowersections-alist): Add @centerchap.
(texinfo-format-scan): Handle many more @-char commands.
(detailmenu): Add texinfo-format and texinfo-end properties,
(centerchap): Add texinfo-format property,
(texinfo-format-buffer): Doc fix.
(texinfo-parse-line-arg): Add doc string.
(texinfo-parse-arg-discard): Likewise.
1997-05-24 20:00:10 +00:00
Richard M. Stallman
63f125ee33 (libc-highlight-overlay): New variable.
(libc-search-index): Use an overlay for highlighting.
1997-05-24 08:14:51 +00:00