Stefan Monnier
5cb6a58ecf
newcomment and the change of binding for M-;
2000-05-25 20:00:07 +00:00
Stefan Monnier
64e5710226
(fill-comment, comment-column, comment-start)
...
(comment-start-skip, comment-end, comment-indent-function)
(block-comment-start, block-comment-end, indent-for-comment)
(set-comment-column, kill-comment, comment-padding, comment-region)
(comment-multi-line, indent-new-comment-line): Remove.
2000-05-25 19:13:41 +00:00
Stefan Monnier
5589b330a0
(esc-map): Change ; to comment-dwim and use the new function
...
names for comment operations.
2000-05-25 19:06:34 +00:00
Stefan Monnier
be83ecb2d7
Add abundant autoload cookies.
...
(comment-style): Be careful not to depend on runtime data at compile-time.
(comment-indent-hook): Remove.
(comment-indent): Check if comment-indent-hook is bound.
(comment-region): Docstring fix.
2000-05-25 19:05:46 +00:00
Dave Love
6fc596cf10
Delete obsolete URL comment.
2000-05-25 18:40:23 +00:00
Dave Love
c2413c67aa
Add finder keywords.
2000-05-25 18:29:18 +00:00
Dave Love
36172f4965
(elp-restore-function): Don't use obsolete byte-code-function-p.
2000-05-25 18:24:44 +00:00
Dave Love
020c9ca57d
Add provide.
2000-05-25 18:20:20 +00:00
Dave Love
fa59072afd
(goto-address-fontify): Add help-echo property.
2000-05-25 18:15:44 +00:00
Dave Love
3239529732
Add Finder keywords.
2000-05-25 18:14:12 +00:00
Dave Love
a7b779771d
(smerge-diff-switches): Don't use list* in defcustom.
2000-05-25 18:08:26 +00:00
Michael Kifer
7997f1ca36
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
...
* ediff-diff.el (ediff-exec-process): delete --binary option from
non-buffer ediff jobs.
2000-05-25 17:21:32 +00:00
Eli Zaretskii
e7a903e81f
(highlight-changes-mode): Ask about color or
...
grayscale support, not about window-system.
2000-05-25 16:59:22 +00:00
Eli Zaretskii
3351481016
(ffap-menu-text-plist): Use display-mouse-p, not window-system.
...
(ffap-highlight): Always default to t.
2000-05-25 16:56:34 +00:00
Eli Zaretskii
bc46628f73
(edebug-emacs-19-specific): Call
...
display-popup-menus-p instead of looking at window-system.
2000-05-25 16:55:17 +00:00
Eli Zaretskii
744bcf1127
(standard-display-g1, standard-display-graphic):
...
Only refuse to use string glyphs on X and MS-Windows.
2000-05-25 16:54:17 +00:00
Eli Zaretskii
95d059bd0e
Remove window-system from comments, suggest using display-*-p instead.
2000-05-25 16:53:22 +00:00
Eli Zaretskii
a2ee79192a
(apropos-print): Use display-mouse-p instead of
...
window-system.
2000-05-25 16:51:21 +00:00
Ken Raeburn
7a18af49dc
* emacs.c (main): Initialize keyboard syms before initializing
...
window code, so face names are available.
2000-05-25 16:45:32 +00:00
Ken Raeburn
50d7ce09c6
* Makefile.in (install-arch-dep): Install fns-*.el only if it
...
exists; it won't in the CANNOT_DUMP case.
2000-05-25 16:40:12 +00:00
Stefan Monnier
d2af47dfec
(at_begline_loc_p): Also recognize the \\(?:^ case
...
of an anchor at the beginning of a shy-group.
2000-05-25 16:32:19 +00:00
Gerd Moellmann
fc6a6a4e9d
*** empty log message ***
2000-05-25 15:59:47 +00:00
Gerd Moellmann
eee9fd254c
Fix @direntry, add @dircategory.
2000-05-25 15:56:47 +00:00
Gerd Moellmann
eadc0bf89c
(handle_invisible_prop): Don't try to skip over
...
invisible text if end of text is already reached.
2000-05-25 15:53:05 +00:00
Eli Zaretskii
14028d571b
(cp-decoding-vector-for-codepage):
...
Fill up unsupported characters with their own codes.
2000-05-25 15:47:07 +00:00
Eli Zaretskii
1a4f9cc109
(describe-char-after): Use
...
display-graphic-p instead of window-system, so that this function
works on MS-DOS.
2000-05-25 13:35:28 +00:00
Dave Love
02513cddf0
(Fdump_glyph_matrix): Declare the arg.
2000-05-25 11:59:11 +00:00
Dave Love
c2f94ebcc5
Fix junk from last checkin.
2000-05-25 11:47:09 +00:00
Dave Love
005f0d3535
(encode_eol): Add null statement after label.
2000-05-25 11:07:47 +00:00
Eli Zaretskii
89f6ca4ece
*** empty log message ***
2000-05-25 11:01:45 +00:00
Eli Zaretskii
0d35b92b13
(cp-make-coding-systems-for-codepage):
...
Remove the eight-bit-graphic and eight-bit-control charsets from
the list of charsets which we convert into `?'.
2000-05-25 11:00:21 +00:00
Eli Zaretskii
1eed3a764f
(Fw16_set_clipboard_data): Fix the change from 2000-05-20.
2000-05-25 10:56:36 +00:00
Gerd Moellmann
10db7fc5e1
Ignore exit status of `unset CDPATH' everywhwere.
...
On FreeBSD, the exiit status is 1 if CDPATH is not set.
2000-05-25 10:38:04 +00:00
Kenichi Handa
68b283cca6
(ccl_driver): Fix previous change.
2000-05-25 06:21:51 +00:00
Kenichi Handa
a4e1759ef0
*** empty log message ***
2000-05-25 06:21:09 +00:00
Kenichi Handa
6bac5b12e8
(run_pre_post_conversion_on_str): Set point to the
...
beginning of buffer before calling coding->post_read_conversion.
(decode_coding_string): Give correct args to
run_pre_post_conversion_on_str.
(encode_coding_string): Likewise.
2000-05-25 04:44:33 +00:00
Kenichi Handa
46ab33a9c7
*** empty log message ***
2000-05-25 04:43:36 +00:00
Kenichi Handa
5c464c4d2c
(ccl_driver) <CCL_ReadMultibyteChar2>
...
<CCL_WriteMultibyteChar2>: Handle charsets eight-bit-control and
eight-bit-graphic correctly.
2000-05-25 01:30:37 +00:00
Kenichi Handa
eacfd7fe01
*** empty log message ***
2000-05-25 01:30:04 +00:00
Kenichi Handa
28d58f9ed2
Setup default fontset for new charsets.
2000-05-25 01:26:16 +00:00
Kenichi Handa
7153b1f1c7
Specify CHARSET-ID explicitely for private charsets.
...
(mule-unicode-0100-24ff, japanese-jisx0213-1,
japanese-jisx0213-2): New charsets.
2000-05-25 01:25:16 +00:00
Dave Love
deadf7e39a
*** empty log message ***
2000-05-24 17:33:07 +00:00
Michael Kifer
6de3983ff8
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
...
* ediff-diff.el (ediff-forward-word): take syntactic word class into
account.
(ediff-test-utility,ediff-diff-mandatory-option,
ediff-reset-diff-options): utilities for proper initialization of
ediff-diff-options and ediff-diff3-options on Windows.
* ediff-init.el (ediff-merge-filename-prefix): new customizable
variable.
* ediff-mult.el (ediff-filegroup-action): use
ediff-merge-filename-prefix.
2000-05-24 17:31:16 +00:00
Dave Love
8217260645
(Info-find-node-2): Restructure [following "Vadim S. Solomin"
...
<sovs@uic.nnov.ru>].
2000-05-24 17:19:51 +00:00
Michael Kifer
fc290d1d79
2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
...
* viper-ex.el (ex-write): set selective display to nil.
2000-05-24 16:32:18 +00:00
Dave Love
993d8b7ddb
rmail-automatic-folder-directives
2000-05-24 16:31:50 +00:00
Eli Zaretskii
bd4bde7f2d
Correct typos.
2000-05-24 16:29:46 +00:00
Dave Love
ab59163d52
1999-01-23 Eric M. Ludlam <zappo@ultranet.com>
...
* rmailout.el (rmail-output-to-rmail-file): Added optional param STAY
* rmail.el (rmail-automatic-folder-directives): New user variable.
(rmail-show-message): Add call to `rmail-auto-file' during display.
(rmail-auto-file): New function
2000-05-24 16:25:27 +00:00
Eli Zaretskii
273182b83e
*** empty log message ***
2000-05-24 16:11:35 +00:00
Stefan Monnier
a1a336eb7f
*** empty log message ***
2000-05-24 16:07:50 +00:00