Gerd Moellmann
33954c4554
*** empty log message ***
2001-08-24 09:40:55 +00:00
Gerd Moellmann
a59aecc534
(gs-load-image): Wait for GHOSTVIEW window property
...
being reset by Ghostscript. Don't kill the gs process.
From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de .
2001-08-24 09:40:22 +00:00
Gerd Moellmann
3ec6401d7b
(access_keymap): Return the cdr of the binding of
...
a generic character instead of its definition (KEY . BINDING).
2001-08-24 08:42:35 +00:00
Gerd Moellmann
e124966678
(Finsert_file_contents): Set coding's dest_multibyte
...
to 0 also in the REPLACE case.
2001-08-24 08:35:09 +00:00
Andrew Choi
199f927008
2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
...
* src/macterm.c (init_font_name_table): Add an additional entry to
the font table with the script code smRoman for each Apple
Japanese font.
(XLoadQueryFont): Recognize a font as having the smRoman script
code even when FontToScript returns smJapanese if it is one of
those created above.
2001-08-24 07:46:40 +00:00
Andrew Choi
fa05f6ac1b
2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
...
* term/mac-win.el: Require scroll-bar.
2001-08-24 07:16:37 +00:00
Andrew Choi
fb4c6c961b
2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
...
* fileio.c (Ffile_readable_p) [macintosh]: Call access instead of
open to determine whether file is readable (as for DOS_NT).
2001-08-24 07:09:01 +00:00
Stefan Monnier
cf6ce50be6
(electric-buffer-list): Use list-buffers-noselect.
2001-08-23 22:17:34 +00:00
Gerd Moellmann
3da17c12e8
(Search and Replace): Add description of
...
START and END parameters to perform-replace.
2001-08-23 14:25:42 +00:00
Gerd Moellmann
59ecf80b92
*** empty log message ***
2001-08-23 14:16:42 +00:00
Eli Zaretskii
75823f67b5
Label all user-level changes with either +++ or ---.
2001-08-23 13:32:01 +00:00
Gerd Moellmann
1f83434377
(Finsert_file_contents): If VISIT is non-nil, and
...
coding.type is coding_type_no_conversion or coding_type_raw_text,
use Fset_buffer_multibyte to make the buffer unibyte if REPLACE is
non-nil instead of just setting enable_multibyte_characters in the
buffer to nil.
2001-08-23 13:18:33 +00:00
Eli Zaretskii
4063fff35d
(Font Lock): Document font-lock-remove-keywords.
2001-08-23 13:11:34 +00:00
Eli Zaretskii
124c3a1baf
(File Aliases): Document find-file-suppress-same-file-warnings.
2001-08-23 12:42:47 +00:00
Eli Zaretskii
617f810180
(Trailing Whitespace): Document delete-trailing-whitespace.
2001-08-23 12:37:35 +00:00
Eli Zaretskii
e020c83399
Document confirm-kill-emacs.
2001-08-23 12:31:24 +00:00
Eli Zaretskii
9f83d8b317
Document the problems with MS-Windows antivirus problems.
2001-08-23 12:00:09 +00:00
Eli Zaretskii
02aec07b6e
(hexl-insert-multibyte-char) New function.
...
(hexl-quoted-insert, hexl-self-insert-command)
(hexl-insert-hex-char, hexl-insert-decimal-char)
(hexl-insert-octal-char): Call it instead of hexl-insert-char.
Fix the doc strings accordingly.
(hexl-insert-char): Reject characters whose code is above 255.
Doc fix.
(hexl-mode-map): Copy the global keymap instead of creating a
sparse keymap, and bind all self-inserting characters to
hexl-self-insert-command.
2001-08-23 10:55:30 +00:00
Eli Zaretskii
f704264eb9
Fix the names of the contributors.
2001-08-23 10:45:35 +00:00
Eli Zaretskii
13544774ac
Update per the English version.
2001-08-23 10:44:10 +00:00
Gerd Moellmann
06d7c76c22
*** empty log message ***
2001-08-23 10:09:04 +00:00
Gerd Moellmann
b213018285
*** empty log message ***
2001-08-23 08:20:20 +00:00
Stefan Monnier
9bfc65eb83
(mail-mode): Use adaptive-fill-regexp.
2001-08-22 22:21:11 +00:00
Stefan Monnier
9371f619b9
(adaptive-fill-regexp): Admit tabs as well.
2001-08-22 22:20:06 +00:00
Eli Zaretskii
32f2f98e58
(line-number-mode): Mention the variable line-number-display-limit-width
...
in the doc string.
2001-08-22 18:30:36 +00:00
Stefan Monnier
7fce8d938c
(text): Re-order docstring correctly.
2001-08-22 15:29:09 +00:00
Gerd Moellmann
374388c39a
*** empty log message ***
2001-08-22 09:44:33 +00:00
Gerd Moellmann
ceeda019c0
(menu_face_changed_default): New variable.
...
(menu_face_changed_count): Variable removed.
(Finternal_set_lisp_face_attribute): Doc fix. If FRAME is t, set
the menu_face_changed_default flag, otherwise set the FRAME's
menu_face_changed_p flag if the `menu' face has been changed.
Prevent calling set_font_frame_param if FRAME is t.
(make_face_cache): Initialize cache's menu_face_changed_p
from menu_face_changed_default.
(realize_basic_faces): Look into the frame's face cache to
determine if the menu appearance needs updating.
2001-08-22 09:44:15 +00:00
Gerd Moellmann
90893c55a8
(struct face_cache): Add member
...
menu_face_changed_p.
2001-08-22 09:43:40 +00:00
Gerd Moellmann
22b5077274
(mode-line-unbury-buffer): Add EVENT parameter.
...
Temporarily select EVENT's window for switching buffers.
(mode-line-bury-buffer): New function.
(mode-line-buffer-identification-keymap): Use it instead of
bury-buffer. Bind down-mouse events to prevent global down-mouse
events to shine through.
2001-08-22 08:54:43 +00:00
Gerd Moellmann
40e33037be
*** empty log message ***
2001-08-22 08:29:37 +00:00
Gerd Moellmann
62b366ffb3
(access_keymap): Fix last change to not consider
...
IDX when it has modifiers.
2001-08-22 08:29:20 +00:00
Eli Zaretskii
efeb796b01
Reshuffle user-level changes to bring more important ones closer to the
...
beginning.
2001-08-22 07:11:33 +00:00
Stefan Monnier
dde6824c46
(comment-beginning): Make sure the comment-start
...
we found isn't a comment-end (in cases where confusion is possible).
2001-08-21 18:31:50 +00:00
Stefan Monnier
f7542b923c
Docstring fixes.
2001-08-21 18:19:55 +00:00
Miles Bader
99bf1e7431
*** empty log message ***
2001-08-21 17:11:41 +00:00
Miles Bader
e4cf159b2a
(byte-compile-file): Remove TARGET-FILE before writing it, so that
...
hard-links don't see new version.
2001-08-21 17:01:57 +00:00
Eli Zaretskii
9ed462b73c
Document the removal of c-hanging-comment-starter-p and
...
c-hanging-comment-ender-p. Suggested by Perry Smith <pedz@austin.ibm.com>.
2001-08-21 16:37:17 +00:00
Andrew Choi
60fe116151
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
...
* src/macterm.c (local_to_global_coord): Comment out.
* src/mac.c (mac-filename-to-unix): Change to
mac-file-name-to-posix.
(unix-filename-to-mac): Change to posix-file-name-to-mac.
(mac_to_unix_pathname): Change to mac_to_posix_pathname.
(unix_to_mac_pathname): Change to posix_to_mac_pathname.
* src/macterm.c (do_ae_open_documents): Change call to
mac_to_unix_pathname to mac_to_posix_pathname.
2001-08-21 16:00:33 +00:00
Andrew Choi
51c2603b4a
2001-08-21 Andrew Choi <akochoi@i-cable.com>
...
* macos.texi: Change mac-filename-to-unix and unix-filename-to-mac
to mac-file-name-to-posix and posix-file-name-to-mac, resp.
2001-08-21 15:59:29 +00:00
Gerd Moellmann
e98c601b3e
(gs-set-ghostview-colors-window-prop): Call
...
x-change-window-property with 3rd arg FRAME.
(gs-load-image): Wait for a previoius Ghostscript process
to complete before starting a new one.
2001-08-21 12:58:07 +00:00
Gerd Moellmann
859ea4b849
(access_keymap): If a binding of the form (GENERIC-CHAR
...
. BINDING) exists, where GENERIC-CHAR is the generic character of
the charset of IDX, return BINDING, unless there exists or binding
for IDX itself.
2001-08-21 10:42:27 +00:00
Andrew Choi
67e2eec4e9
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
...
* INSTALL: Add to the note on using -opt speed in MPW the function
macterm.c (x_draw_hollow_cursor).
2001-08-21 10:15:45 +00:00
Andrew Choi
f9e25d0c96
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
...
* src/macterm.c (mac_scroll_area): Call CopyBits with local
coordinates and portBits instead of global coordinates and
screenBits. Set fore color and back color to black and white,
respectively, before calling CopyBits.
* src/macterm.c (local_to_global_coord): Comment out.
2001-08-21 10:06:09 +00:00
Gerd Moellmann
6ea3db8a10
(image-type-regexps): Make sure that the TIFF
...
pattern is only matched at the beginning of a string.
From Markus Rost <rost@math.ohio-state.edu>.
2001-08-21 08:12:16 +00:00
Gerd Moellmann
37618c60af
*** empty log message ***
2001-08-21 07:21:31 +00:00
Rajesh Vaidheeswarran
1f8437c4f0
whitespace 3.1
2001-08-20 20:56:08 +00:00
Eli Zaretskii
1cd0f7e32b
Fix a few minor markup errors.
2001-08-20 18:46:16 +00:00
Richard M. Stallman
e9c806049c
Minor clarifications.
2001-08-20 17:00:10 +00:00
Gerd Moellmann
8039284a4a
(texinfo-every-node-update): Remove
...
some space from a message. From Pavel Jan,Bm(Bk <Pavel@Janik.cz>.
2001-08-20 10:36:41 +00:00