1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 19:10:37 -08:00
Commit graph

19653 commits

Author SHA1 Message Date
Geoff Voelker
f21ef775e2 (redisplay_internal): Check to see if frame is not obscured
as well as visible.
1997-09-03 00:37:40 +00:00
Geoff Voelker
ab8f100801 (event_kind) [WINDOWSNT]: New event type: mouse_wheel. 1997-09-03 00:37:29 +00:00
Geoff Voelker
ad00c243fd (sys_subshell) [DOS_NT]: Save and restore parent's
working directory.
(sys_subshell) [WINDOWSNT]: Share MSDOS code. Don't take console.
(init_sys_modes, reset_sys_modes) [WINDOWSNT]: Do it even with
a read_socket_hook.
1997-09-03 00:37:00 +00:00
Geoff Voelker
084cd81029 Declare discard_mouse_events. 1997-09-03 00:36:38 +00:00
Geoff Voelker
07de30b9de (kbd_buffer_get_event) [WINDOWSNT]: Support
menu_bar_activate_event.
(set-input-mode) [DOS_NT]: Do not invoke reset and init sys modes.
(Qmouse_wheel) [WINDOWSNT]: New variable.
(discard_mouse_events): New function.
(mouse_wheel_syms) [WINDOWSNT]: New variable.
(lispy_mouse_wheel_names) [WINDOWSNT]: New variable.
(make_lispy_event) [WINDOWSNT]: Make mouse-wheel events.
(syms_of_keyboard) [WINDOWSNT]: Define Qmouse_wheel and
mouse_wheel_syms.
1997-09-03 00:31:17 +00:00
Geoff Voelker
0969b893b0 (FRAME_OBSCURED_P): New macro.
(FRAME_SAMPLE_VISIBILITY): Distinguish between invisible and obscured.
1997-09-03 00:30:51 +00:00
Geoff Voelker
bb1ff1f449 (Fexpand_file_name) [WINDOWSNT]: When stripping
drive letter, be careful not to create a UNC filename.
(Fadd_name_to_file) [WINDOWSNT]: Remove conditional.
1997-09-03 00:30:24 +00:00
Geoff Voelker
16f49a88c2 (getpid): Delete function. 1997-09-03 00:19:25 +00:00
Geoff Voelker
90eef3d95b (movemail.exe): Link wsock32.lib before LIBS. 1997-09-03 00:19:12 +00:00
Geoff Voelker
d234707dbb Don't unset C-mouse-down bindings.
Ignore "Windows" keys by default.
Move keypad key definitions from term/w32-win.el.
(convert-standard-file-name): New function.
(make-auto-save-file-name): Use convert-standard-file-name.
Update doc strings.
(w32-startup): Deleted function.
(w32-check-shell-configuration, w32-init-info): New functions.
(w32-system-shell-p): Renamed from w32-using-system-shell-p.
Added shell name argument.
1997-09-02 23:54:07 +00:00
Geoff Voelker
d66be5718b (w32-handle-scroll-bar-event): On up and
down events, place point at window start position.
Bind f10 to menubar.
Move keypad key definitions to w32-fns.el.
(mouse-wheel-scroll-amount): New variable.
(mouse-wheel-scroll-line, mouse-wheel-scroll-screen): New functions.
Bind mouse-wheel events to mouse-wheel functions.
1997-09-02 23:53:22 +00:00
Geoff Voelker
f359fb79df (file-name-buffer-file-type-alist): Add more
extensions for binary files.
1997-09-02 23:52:43 +00:00
Richard M. Stallman
f1651811d8 Minor reordering of macros. 1997-09-02 20:56:22 +00:00
Richard M. Stallman
5d648571be (detect_coding_mask): Add in CODING_CATEGORY_MASK_RAW_TEXT
in the detect_coding_iso2022 case.
1997-09-02 20:56:02 +00:00
Richard M. Stallman
5418a92b00 Updated by Boris. 1997-09-02 20:00:28 +00:00
Richard M. Stallman
0351bce7c1 (facemenu-get-face): Just warn when given an
undefined color, no error, still return face.
1997-09-02 19:59:11 +00:00
Richard M. Stallman
83e94c97e0 (enriched-decode-foreground, enriched-decode-background):
Test of facemenu-get-face return value no longer needed.
1997-09-02 19:58:56 +00:00
Geoff Voelker
b97aca2766 (custom-display): Use w32 instead of win32. 1997-09-02 19:40:12 +00:00
Geoff Voelker
156556942f (scroll-bar-maybe-set-window-start): Change window
if current start is equal to start of next portion.
1997-09-02 19:39:53 +00:00
Geoff Voelker
15cf3eccb8 (gud-gdb-marker-regexp): Allow for drive letter and colon. 1997-09-02 19:39:35 +00:00
Geoff Voelker
9d702ce661 (other-frame) [windows-nt]: Use w32-focus-frame. 1997-09-02 19:39:14 +00:00
Geoff Voelker
b1667e6c86 (file-truename) [windows-nt]: Use the canonicalized
long file name as the truename.
(auto-mode-alist): Use archive-mode for Java JAR files.
(recover-file) [windows-nt]: Don't try to list directory.
1997-09-02 19:38:31 +00:00
Geoff Voelker
586a96b83f (standard-display-european): Map \222 to apostrophe. 1997-09-02 19:38:11 +00:00
Geoff Voelker
adec06efe9 (comint-file-name-chars): Use separate sets for ms-dos and windows-nt. 1997-09-02 19:37:39 +00:00
Geoff Voelker
78557fbf67 (browse-url-netscape): Check for w32 window-system symbol. 1997-09-02 19:37:13 +00:00
Richard M. Stallman
bdca5405d6 (ask-user-about-lock): Abbreviate file name and locking user's name. 1997-09-02 17:12:46 +00:00
Kenichi Handa
50b190e470 (quail-keyboard-layout-alist): Add an
entry for "atari-german".
(quail-keyboard-translate): If CH is not in the keyboard location
covered by quail-keyboard-layout-standard, return CH.
(quail-show-kbd-layout): Show keyboard layout based on
quail-keyboard-layout-standard if the current input method
requires keyboard translation.
1997-09-02 10:49:43 +00:00
Kenichi Handa
b46ffb303d (rmail): Reset enable-multibyte-characters to the
default value to enable message decoding if the default value is
non-nil.
1997-09-02 10:49:07 +00:00
Richard M. Stallman
3a151e98f6 (set-coding-system-map):
Add an item for universal-coding-system-argument.
1997-09-02 05:59:52 +00:00
Richard M. Stallman
c8c1552149 (Fread_from_minibuffer, Fread_string): Doc fixes.
(Fread_no_blanks_input, Fcompleting_read): Doc fixes.
1997-09-02 05:22:07 +00:00
Kenichi Handa
63f205ae72 Add rules for cancelling accents by typing
two accent keys (e.g. a~ => a-tilde, a~~ => a~) to all Quail
packages.
1997-09-02 05:11:59 +00:00
Richard M. Stallman
e6bab6e43c Comment change. 1997-09-02 05:05:37 +00:00
Richard M. Stallman
3e4a18035d Include unistd.h instead of libc.h. 1997-09-02 04:59:45 +00:00
Richard M. Stallman
1907b8e60e Comment change. 1997-09-02 00:16:45 +00:00
Richard M. Stallman
4caa74487c (syms_of_window): Doc fix. 1997-09-02 00:15:04 +00:00
Richard M. Stallman
1cd5fe6a3a (free_float, free_cons): Don't use the same field for chaining as for marking.
(make_float, Fcons, gc_sweep): Corresponding changes.
1997-09-01 23:37:14 +00:00
Richard M. Stallman
35ce8cd793 (set-auto-coding): Recognize coding: in first
line even if not the first variable.
1997-09-01 22:44:22 +00:00
Richard M. Stallman
d062cf3305 (Finsert_file_contents): Fix previous change--don't
call Fboundp on Vset_auto_coding_function, just check non-nil.
1997-09-01 22:43:29 +00:00
Richard M. Stallman
5b4dd2e27e Fix indentation. 1997-09-01 21:29:44 +00:00
Richard M. Stallman
68e3e5f5e2 Comment change. 1997-09-01 19:42:16 +00:00
Richard M. Stallman
bbe92e5684 (setup-8-bit-environment): Inhibit message when loading latin-N.el. 1997-09-01 19:25:12 +00:00
Richard M. Stallman
206c6f82f4 (reftex-customize): Added call to customize browse.
(reftex-show-commentary): New function.
(reftex-label-alist): Prefix may contain % escapes.  Nth macro
argument may be context. May give two different context methods.
(reftex-default-label-alist-entries): Customization type changed.
(reftex-label-menu-flags): Extra flag for searches.
(reftex-cite-format): Changed completely, % escapes are now used.
(reftex-comment-citations): New variable.
(reftex-cite-comment-format): New variable.
(reftex-cite-punctuation): New variable.
(reftex-make-master-buffer): Changed name of master buffer,
removed interactive.  Runs a hook on the buffer. Interprete
TEXINPUTS environment variable.  Allow naked argument for \input.
Master buffer is now in fundamental mode.
(reftex-access-scan-info): Name of master buffer changed.
(reftex-section-regexp): Is now computed from section levels,
not set	independantly.
(reftex-section-levels): Made customizable.
(reftex-label): Interpret % escapes in prefix.  Use label format if given.
(reftex-replace-prefix-escapes): New function.
(reftex-uniquify-label): New function.
(reftex-next-label-number): Function definition removed.
(reftex-reference): Use reftex-uniquify-label.
Allow more general label commands.
(reftex-offer-label-menu):
Interpret new flag in reftex-label-menu-flags.
(reftex-make-and-insert-label-list): Use text properties to record label index.
(reftex-find-nearby-label): Allow more general label commands.
(reftex-scan-buffer-for-labels): Allow more general label commands.
(reftex-init-section-numbers): New function.
(reftex-allow-for-ctrl-m): New function.
(reftex-label-info-update): Allow more general label commands.
(reftex-label-info): New parameter derive.
(reftex-short-context): Interprete integer parse as nth arg of macro.
(reftex-nth-parens-substring): New function.
(reftex-select-item): Interprete the new 'cnt text property.
(reftex-pop-to-label): Allow more general label commands.
(reftex-nicify-text): Allow more general label commands.
(reftex-toc): Remember previous window configuration.  Use text
properties to store info.  Bind mouse-2.
(reftex-make-master-buffer): New Hook.
(reftex-last-window-height): New variable.
(reftex-toc-show-help): New function.
(reftex-toc-help): New constant.
(reftex-nearest-section): Use text properties to store info.
(reftex-empty-toc-buffer): New function.
(reftex-re-enlarge): New function.
(reftex-toc-goto-line): New function.
(reftex-toc-mouse-goto-line-and-hide): New function.
(reftex-cite-format-builtin): New constant.
(reftex-cite-format-default): Constant removed.
(reftex-cite-format-1-author-simple): Constant removed.
(reftex-cite-format-2-authors): Constant removed.
(reftex-get-bib-names): New function.
(reftex-get-bib-authors) Function removed.
(reftex-format-bib-entry): Use now reftex-get-bib-names.
(reftex-citation): Completely rewritten. Offers selection of
different cite macros first, then the reference menu.  Works with
the various new variables mentioned above.  Accept the `a' key to
use all selected citations.
(reftex-insert-bib-matches): New function.
(reftex-format-citation): Now interpretes % escapes.
(reftex-select-item): Emulate a search in the menu buffer.
Interpret the 'cnt text property.
(reftex-view-crossref): Allow more general label, cite and ref macros.
(reftex-highlight-overlays): Add third overlay for search
in menu buffer.
(reftex-label-alist-builtin): xalignat and xxalignat environments
added.  Slightly reorganized.
(reftex-reset-scanning-information): Just empty *toc* buffer, do
not kill it.
(reftex-compute-ref-cite-tables): Read the new options in
`reftex-label-alist' and store them.  Calculate the section regexp.
1997-09-01 18:11:35 +00:00
Richard M. Stallman
cfcbf459e1 (describe_category): Handle a sub-chartable. 1997-09-01 17:54:37 +00:00
Richard M. Stallman
37c0ed09e7 (internal_self_insert): Only set TARGET_CLM when C2 is tab.
When multibyte characters are disabled,
use 1 as the width of the inserted character.
1997-09-01 17:54:25 +00:00
Richard M. Stallman
1b76aedd97 (describe-current-coding-system): Add missing newline in output. 1997-09-01 17:14:48 +00:00
Richard M. Stallman
73b2c66423 (find-buffer-file-type): Don't check for untranslated file systems here.
(find-buffer-file-type-coding-system): For reading a file,
check for binary file, then text file, then existing file,
then whether file name is translated.
1997-09-01 17:04:41 +00:00
Kenichi Handa
094550e686 (quail-translation-keymap): Fix previous
change.
(quail-conversion-keymap): Likewise.
1997-09-01 12:36:34 +00:00
Kenichi Handa
3df608415e (read-multilingual-string): Fix previous change. 1997-09-01 10:46:54 +00:00
Kenichi Handa
787549348d (describe-input-method): Fix previous
change.
(read-multilingual-string): Likewise.
(describe-language-environment): Prompt modified.
1997-09-01 10:44:31 +00:00
Richard M. Stallman
3c48e39a2a Pass t for the SIMPLE argument to quail-define-package. 1997-09-01 07:45:39 +00:00