Richard M. Stallman
997c9f5691
*** empty log message ***
2002-03-02 22:52:46 +00:00
Pavel Janík
905a39b8c7
(tildify-string-alist): Entry for xml-mode added.
...
From Milan Zamazal <pdm@zamazal.org>.
2002-03-02 20:42:20 +00:00
Eli Zaretskii
e7960874ed
Fix the wording of index entry in the last change.
2002-03-02 14:41:57 +00:00
Eli Zaretskii
a007679cfa
(Locales): locale-coding-system is used for decoding keyboard input on X.
2002-03-02 14:36:54 +00:00
Eli Zaretskii
579cb67dbb
(International, Language Environments, Specify Coding): Make it clear
...
that locale-coding-system is used for decoding keyboard input on X.
2002-03-02 14:33:47 +00:00
Eli Zaretskii
1b02d12c87
(Encoding and I/O): Mention select-safe-coding-system in the documentation
...
of buffer-file-coding-system and save-buffer-coding-system.
2002-03-02 12:04:21 +00:00
Eli Zaretskii
31a6cb0651
(syms_of_buffer) <buffer-file-coding-system>: Doc fix.
2002-03-02 11:57:50 +00:00
Jan Djärv
e96c5c69c2
Added information on how to set options in CDE so
...
dialogs are not covered by the parent frame.
2002-03-02 11:14:03 +00:00
Miles Bader
adf953ac72
(mwheel-scroll): Remove double' and
triple' from the
...
event-modifiers before looking up in `mouse-wheel-scroll-amount'.
If there's no applicable modifiers entry in the alist in
`mouse-wheel-scroll-amount', fall back to the default, not to
nil (which causes full screen scrolls).
2002-03-02 08:21:33 +00:00
Kim F. Storm
3bdb7f8087
Blinking cursor enhancement.
2002-03-02 00:14:09 +00:00
Richard M. Stallman
2b62bdf458
*** empty log message ***
2002-03-01 23:52:47 +00:00
Kim F. Storm
fa83226125
(Fminibuffer_selected_window): New function.
...
(syms_of_window): Defsubr it.
2002-03-01 23:50:12 +00:00
Kim F. Storm
ee57fd915c
*** empty log message ***
2002-03-01 23:49:27 +00:00
Kim F. Storm
eacb44ad11
Blinking cursor enhancement.
2002-03-01 22:41:47 +00:00
Kim F. Storm
e1429afe8b
(x_display_and_set_cursor): Blink box cursor using
...
hollow box cursor. Blink bar cursor using 1 pixel wide bar.
2002-03-01 22:40:20 +00:00
Kim F. Storm
4b26579e72
(make_window, replace_window): Initialize phys_cursor_width.
2002-03-01 22:37:16 +00:00
Kim F. Storm
7e913f913f
(struct window): New member phys_cursor_width.
2002-03-01 22:36:09 +00:00
Kim F. Storm
922eae5667
(Fopen_network_stream): Use GCPRO6.
2002-03-01 21:04:00 +00:00
Kim F. Storm
b7301bff68
(GCPRO6): New macro.
2002-03-01 20:59:55 +00:00
Richard M. Stallman
4d766b593c
(HAVE_JPEG): Turn it off if libjpeg version < 6b.
...
(HAVE_GIF): Don't use old libungif versions that crash.
2002-03-01 16:24:37 +00:00
Andreas Schwab
857b864af1
(texinfo-start-menu-description): Remove extra paren in regexp.
2002-03-01 16:02:42 +00:00
Eli Zaretskii
7948c2483a
(mouse-show-mark): Use display-mouse-p, not display-graphic-p,
...
to decide whether to move point or use the highlighting.
2002-03-01 11:43:39 +00:00
Colin Walters
1ae720ac02
(eshell-parse-variable-ref): Use `make-temp-file'.
2002-03-01 01:47:48 +00:00
Stefan Monnier
d390f4aa4a
Typo.
2002-03-01 01:23:51 +00:00
Colin Walters
2c37c14bd0
(calc-gnuplot-tempfile): Don't expand against
...
`temporary-file-directory'; we now do that in `calc-graph-file-cache'.
(calc-temp-file-name): Use `make-temp-file'.
2002-03-01 01:18:37 +00:00
Colin Walters
73c2f6c426
*** empty log message ***
2002-03-01 01:14:22 +00:00
Richard M. Stallman
a7b93e4cd9
(java-font-lock-extra-types): Match java.net.URL, etc.
2002-03-01 00:31:26 +00:00
Richard M. Stallman
f1ee82b439
*** empty log message ***
2002-03-01 00:31:15 +00:00
Kim F. Storm
1e8922064b
Describe non-blocking connect using open-network-stream.
2002-03-01 00:15:34 +00:00
Kim F. Storm
e4984112de
(Fprocess_status): Document connect and failed return values.
2002-03-01 00:00:21 +00:00
Kim F. Storm
81d5af8b09
Added support for non-blocking connect.
2002-02-28 23:55:18 +00:00
Kim F. Storm
dd2a17ab8b
(Qconnect, Qfailed): New variables.
...
(syms_of_process): Intern and staticpro them.
[NON_BLOCKING_CONNECT]: New conditional.
(connect_wait_mask, num_pending_connects): New variables.
(status_message): Convert Qfailed status.
(Fopen_network_stream): Added support for non-blocking connect.
New optional args: filter, sentinel, non_blocking. Doc updated.
[HAVE_GETADDRINFO, !HAVE_GETADDRINFO]: Merged common code.
(deactivate_process): Handle pending non-blocking connect.
(wait_reading_process_input): Poll for status of non-blocking
connects. Exec sentinel directly when connect succeeds.
(status_notify): Don't read process output if not yet connected.
2002-02-28 23:53:59 +00:00
Kim F. Storm
8bfb170b05
(syms_of_window): Initialize minibuf_selected_window.
2002-02-28 22:15:45 +00:00
Kim F. Storm
5705966b35
(minibuf_selected_window): Renamed from Vminibuf_selected_window.
2002-02-28 22:11:49 +00:00
Kim F. Storm
3dbab091cb
(minibuf_selected_window): Renamed from
...
Vminibuf_selected_window. Users changed.
(syms_of_window): Staticpro it.
2002-02-28 22:07:45 +00:00
Pavel Janík
a0164df52c
(hexl-options): Doc fix.
...
Update Commentary section.
2002-02-28 16:20:16 +00:00
Pavel Janík
f7ccf929eb
Fix typos.
2002-02-28 16:16:52 +00:00
Pavel Janík
140d71ba78
(sgml-specials, sgml-quick-keys): Doc fixes.
2002-02-28 16:14:50 +00:00
André Spiegel
c1cd70afea
(vc-menu-map): New entry "Update to Latest Version", which calls
...
vc-update. Use the term "Base Version" instead of "Last Version"
for the entries "Revert" and "Compare".
2002-02-28 13:11:11 +00:00
André Spiegel
9f30fc99a4
(vc-update): New function.
2002-02-28 13:01:48 +00:00
André Spiegel
d607ebcc09
(vc-revert-buffer): If the buffer is not saved, prompt the user to do
...
that first.
2002-02-28 10:00:44 +00:00
Richard M. Stallman
4fff8c79ea
*** empty log message ***
2002-02-28 04:17:55 +00:00
Kim F. Storm
9a98fa641d
(shell-command-on-region): Report non-zero exit
...
status in mode line instead of buffer.
2002-02-27 23:03:34 +00:00
Richard M. Stallman
458a481004
(comint-preoutput-filter-functions): Doc fix.
...
(comint-output-filter-functions, comint-input-filter-functions)
(comint-redirect-filter-functions): Likewise.
(comint-redirect-preoutput-filter): Do the local-hook
handling of t when running comint-redirect-filter-functions.
(comint-output-filter): Likewise for comint-preoutput-filter-functions.
2002-02-27 19:32:12 +00:00
Richard M. Stallman
3243b9f38e
Clarify gamma correction.
2002-02-27 05:29:00 +00:00
Richard M. Stallman
b83e4a7727
<making srcdir absolute>: Verify that PWD is correct,
...
not just well-formed and valid.
2002-02-27 03:53:03 +00:00
Kim F. Storm
beb0acdfef
*** empty log message ***
2002-02-26 23:02:14 +00:00
Kim F. Storm
890d33d457
(init_iterator): Compare with Vminibuf_selected_window
...
instead of Vminibuf_scroll_window when deciding in which window
the region should be highlighted. Consequently, the region remains
highlighted even when a completion buffer is also displayed.
2002-02-26 22:55:08 +00:00
Kim F. Storm
683086358a
(CURRENT_MODE_LINE_FACE_ID_3): Compare with
...
Vminibuf_selected_window instead of Vminibuf_scroll_window.
2002-02-26 22:53:47 +00:00
Kim F. Storm
6122844a39
(read_minibuf): Set Vminibuf_selected_window on first
...
entry to minibuffer or on entry from a non-minibuffer window.
2002-02-26 22:52:56 +00:00