]> code.delx.au - gnu-emacs/log
gnu-emacs
24 years ago(init_charset_once): Set the table bytes_by_char_head
Kenichi Handa [Fri, 26 May 2000 02:32:05 +0000 (02:32 +0000)]
(init_charset_once): Set the table bytes_by_char_head
correctly.

24 years agoFix keywords.
Stefan Monnier [Fri, 26 May 2000 00:42:50 +0000 (00:42 +0000)]
Fix keywords.
(define-derived-mode): Only define if needed.

24 years ago(install-arch-indep): Install ebrowse.info.
Gerd Moellmann [Thu, 25 May 2000 21:06:28 +0000 (21:06 +0000)]
(install-arch-indep): Install ebrowse.info.

24 years agoFix keywords.
Stefan Monnier [Thu, 25 May 2000 20:28:00 +0000 (20:28 +0000)]
Fix keywords.

24 years agonewcomment and the change of binding for M-;
Stefan Monnier [Thu, 25 May 2000 20:00:07 +0000 (20:00 +0000)]
newcomment and the change of binding for M-;

24 years ago(fill-comment, comment-column, comment-start)
Stefan Monnier [Thu, 25 May 2000 19:13:41 +0000 (19:13 +0000)]
(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.

24 years ago(esc-map): Change ; to comment-dwim and use the new function
Stefan Monnier [Thu, 25 May 2000 19:06:34 +0000 (19:06 +0000)]
(esc-map): Change ; to comment-dwim and use the new function
names for comment operations.

24 years agoAdd abundant autoload cookies.
Stefan Monnier [Thu, 25 May 2000 19:05:46 +0000 (19:05 +0000)]
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.

24 years agoDelete obsolete URL comment.
Dave Love [Thu, 25 May 2000 18:40:23 +0000 (18:40 +0000)]
Delete obsolete URL comment.

24 years agoAdd finder keywords.
Dave Love [Thu, 25 May 2000 18:29:18 +0000 (18:29 +0000)]
Add finder keywords.

24 years ago(elp-restore-function): Don't use obsolete byte-code-function-p.
Dave Love [Thu, 25 May 2000 18:24:44 +0000 (18:24 +0000)]
(elp-restore-function): Don't use obsolete byte-code-function-p.

24 years agoAdd provide.
Dave Love [Thu, 25 May 2000 18:20:20 +0000 (18:20 +0000)]
Add provide.

24 years ago(goto-address-fontify): Add help-echo property.
Dave Love [Thu, 25 May 2000 18:15:44 +0000 (18:15 +0000)]
(goto-address-fontify): Add help-echo property.

24 years agoAdd Finder keywords.
Dave Love [Thu, 25 May 2000 18:14:12 +0000 (18:14 +0000)]
Add Finder keywords.

24 years ago(smerge-diff-switches): Don't use list* in defcustom.
Dave Love [Thu, 25 May 2000 18:08:26 +0000 (18:08 +0000)]
(smerge-diff-switches): Don't use list* in defcustom.

24 years ago2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer [Thu, 25 May 2000 17:21:32 +0000 (17:21 +0000)]
2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>

* ediff-diff.el (ediff-exec-process): delete --binary option from
non-buffer ediff jobs.

24 years ago(highlight-changes-mode): Ask about color or
Eli Zaretskii [Thu, 25 May 2000 16:59:22 +0000 (16:59 +0000)]
(highlight-changes-mode): Ask about color or
grayscale support, not about window-system.

24 years ago(ffap-menu-text-plist): Use display-mouse-p, not window-system.
Eli Zaretskii [Thu, 25 May 2000 16:56:34 +0000 (16:56 +0000)]
(ffap-menu-text-plist): Use display-mouse-p, not window-system.
(ffap-highlight): Always default to t.

24 years ago(edebug-emacs-19-specific): Call
Eli Zaretskii [Thu, 25 May 2000 16:55:17 +0000 (16:55 +0000)]
(edebug-emacs-19-specific): Call
display-popup-menus-p instead of looking at window-system.

24 years ago(standard-display-g1, standard-display-graphic):
Eli Zaretskii [Thu, 25 May 2000 16:54:17 +0000 (16:54 +0000)]
(standard-display-g1, standard-display-graphic):
Only refuse to use string glyphs on X and MS-Windows.

24 years agoRemove window-system from comments, suggest using display-*-p instead.
Eli Zaretskii [Thu, 25 May 2000 16:53:22 +0000 (16:53 +0000)]
Remove window-system from comments, suggest using display-*-p instead.

24 years ago(apropos-print): Use display-mouse-p instead of
Eli Zaretskii [Thu, 25 May 2000 16:51:21 +0000 (16:51 +0000)]
(apropos-print): Use display-mouse-p instead of
window-system.

24 years ago* emacs.c (main): Initialize keyboard syms before initializing
Ken Raeburn [Thu, 25 May 2000 16:45:32 +0000 (16:45 +0000)]
* emacs.c (main): Initialize keyboard syms before initializing
window code, so face names are available.

24 years ago* Makefile.in (install-arch-dep): Install fns-*.el only if it
Ken Raeburn [Thu, 25 May 2000 16:40:12 +0000 (16:40 +0000)]
* Makefile.in (install-arch-dep): Install fns-*.el only if it
exists; it won't in the CANNOT_DUMP case.

24 years ago(at_begline_loc_p): Also recognize the \\(?:^ case
Stefan Monnier [Thu, 25 May 2000 16:32:19 +0000 (16:32 +0000)]
(at_begline_loc_p): Also recognize the \\(?:^ case
of an anchor at the beginning of a shy-group.

24 years ago*** empty log message ***
Gerd Moellmann [Thu, 25 May 2000 15:59:47 +0000 (15:59 +0000)]
*** empty log message ***

24 years agoFix @direntry, add @dircategory.
Gerd Moellmann [Thu, 25 May 2000 15:56:47 +0000 (15:56 +0000)]
Fix @direntry, add @dircategory.

24 years ago(handle_invisible_prop): Don't try to skip over
Gerd Moellmann [Thu, 25 May 2000 15:53:05 +0000 (15:53 +0000)]
(handle_invisible_prop): Don't try to skip over
invisible text if end of text is already reached.

24 years ago(cp-decoding-vector-for-codepage):
Eli Zaretskii [Thu, 25 May 2000 15:47:07 +0000 (15:47 +0000)]
(cp-decoding-vector-for-codepage):
Fill up unsupported characters with their own codes.

24 years ago(describe-char-after): Use
Eli Zaretskii [Thu, 25 May 2000 13:35:28 +0000 (13:35 +0000)]
(describe-char-after): Use
display-graphic-p instead of window-system, so that this function
works on MS-DOS.

24 years ago(Fdump_glyph_matrix): Declare the arg.
Dave Love [Thu, 25 May 2000 11:59:11 +0000 (11:59 +0000)]
(Fdump_glyph_matrix): Declare the arg.

24 years agoFix junk from last checkin.
Dave Love [Thu, 25 May 2000 11:47:09 +0000 (11:47 +0000)]
Fix junk from last checkin.

24 years ago(encode_eol): Add null statement after label.
Dave Love [Thu, 25 May 2000 11:07:47 +0000 (11:07 +0000)]
(encode_eol): Add null statement after label.

24 years ago*** empty log message ***
Eli Zaretskii [Thu, 25 May 2000 11:01:45 +0000 (11:01 +0000)]
*** empty log message ***

24 years ago(cp-make-coding-systems-for-codepage):
Eli Zaretskii [Thu, 25 May 2000 11:00:21 +0000 (11:00 +0000)]
(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 `?'.

24 years ago(Fw16_set_clipboard_data): Fix the change from 2000-05-20.
Eli Zaretskii [Thu, 25 May 2000 10:56:36 +0000 (10:56 +0000)]
(Fw16_set_clipboard_data): Fix the change from 2000-05-20.

24 years agoIgnore exit status of `unset CDPATH' everywhwere.
Gerd Moellmann [Thu, 25 May 2000 10:38:04 +0000 (10:38 +0000)]
Ignore exit status of `unset CDPATH' everywhwere.
On FreeBSD, the exiit status is 1 if CDPATH is not set.

24 years ago(ccl_driver): Fix previous change.
Kenichi Handa [Thu, 25 May 2000 06:21:51 +0000 (06:21 +0000)]
(ccl_driver): Fix previous change.

24 years ago*** empty log message ***
Kenichi Handa [Thu, 25 May 2000 06:21:09 +0000 (06:21 +0000)]
*** empty log message ***

24 years ago(run_pre_post_conversion_on_str): Set point to the
Kenichi Handa [Thu, 25 May 2000 04:44:33 +0000 (04:44 +0000)]
(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.

24 years ago*** empty log message ***
Kenichi Handa [Thu, 25 May 2000 04:43:36 +0000 (04:43 +0000)]
*** empty log message ***

24 years ago(ccl_driver) <CCL_ReadMultibyteChar2>
Kenichi Handa [Thu, 25 May 2000 01:30:37 +0000 (01:30 +0000)]
(ccl_driver) <CCL_ReadMultibyteChar2>
<CCL_WriteMultibyteChar2>:  Handle charsets eight-bit-control and
eight-bit-graphic correctly.

24 years ago*** empty log message ***
Kenichi Handa [Thu, 25 May 2000 01:30:04 +0000 (01:30 +0000)]
*** empty log message ***

24 years agoSetup default fontset for new charsets.
Kenichi Handa [Thu, 25 May 2000 01:26:16 +0000 (01:26 +0000)]
Setup default fontset for new charsets.

24 years agoSpecify CHARSET-ID explicitely for private charsets.
Kenichi Handa [Thu, 25 May 2000 01:25:16 +0000 (01:25 +0000)]
Specify CHARSET-ID explicitely for private charsets.
(mule-unicode-0100-24ff, japanese-jisx0213-1,
japanese-jisx0213-2): New charsets.

24 years ago*** empty log message ***
Dave Love [Wed, 24 May 2000 17:33:07 +0000 (17:33 +0000)]
*** empty log message ***

24 years ago2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer [Wed, 24 May 2000 17:31:16 +0000 (17:31 +0000)]
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.

24 years ago(Info-find-node-2): Restructure [following "Vadim S. Solomin"
Dave Love [Wed, 24 May 2000 17:19:51 +0000 (17:19 +0000)]
(Info-find-node-2): Restructure [following "Vadim S. Solomin"
<sovs@uic.nnov.ru>].

24 years ago2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer [Wed, 24 May 2000 16:32:18 +0000 (16:32 +0000)]
2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>

* viper-ex.el (ex-write): set selective display to nil.

24 years agormail-automatic-folder-directives
Dave Love [Wed, 24 May 2000 16:31:50 +0000 (16:31 +0000)]
rmail-automatic-folder-directives

24 years agoCorrect typos.
Eli Zaretskii [Wed, 24 May 2000 16:29:46 +0000 (16:29 +0000)]
Correct typos.

24 years ago1999-01-23 Eric M. Ludlam <zappo@ultranet.com>
Dave Love [Wed, 24 May 2000 16:25:27 +0000 (16:25 +0000)]
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

24 years ago*** empty log message ***
Eli Zaretskii [Wed, 24 May 2000 16:11:35 +0000 (16:11 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Stefan Monnier [Wed, 24 May 2000 16:07:50 +0000 (16:07 +0000)]
*** empty log message ***

24 years ago(iso-8859-8-e, iso-8859-8-i): For now, just
Eli Zaretskii [Wed, 24 May 2000 16:03:39 +0000 (16:03 +0000)]
(iso-8859-8-e, iso-8859-8-i): For now, just
aliases for hebrew-iso-8bit.

24 years agoAdd finder keywords.
Dave Love [Wed, 24 May 2000 15:24:37 +0000 (15:24 +0000)]
Add finder keywords.

24 years agoFix header for Finder.
Dave Love [Wed, 24 May 2000 15:12:19 +0000 (15:12 +0000)]
Fix header for Finder.

24 years ago1999-06-01 Kenichi HANDA <handa@etl.go.jp>
Dave Love [Wed, 24 May 2000 14:13:20 +0000 (14:13 +0000)]
1999-06-01  Kenichi HANDA  <handa@etl.go.jp>

* fileio.c (Finsert_file_contents): Even if a file is not found,
execute codes for setting up coding system.  Call
after-insert-file-functions unconditionally

24 years ago*** empty log message ***
Gerd Moellmann [Wed, 24 May 2000 13:10:23 +0000 (13:10 +0000)]
*** empty log message ***

24 years ago(setpgrp): Don't define if USG and BSD_PGRPS are not defined.
Gerd Moellmann [Wed, 24 May 2000 13:08:10 +0000 (13:08 +0000)]
(setpgrp): Don't define if USG and BSD_PGRPS are not defined.

24 years ago*** empty log message ***
Gerd Moellmann [Wed, 24 May 2000 12:07:06 +0000 (12:07 +0000)]
*** empty log message ***

24 years agoNew version from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>:
Eli Zaretskii [Wed, 24 May 2000 11:35:22 +0000 (11:35 +0000)]
New version from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>:
(woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
names in environment variables regardless of the path separator.
(woman-topic-all-completions-1): Don't call file-name-directory-p
on all files, since woman-file-regexp already filters out any
directories.

24 years ago(kkc-region): Don't change modified-p of
Kenichi Handa [Wed, 24 May 2000 06:42:21 +0000 (06:42 +0000)]
(kkc-region): Don't change modified-p of
the current buffer.

24 years ago(quail-start-translation): Don't change
Kenichi Handa [Wed, 24 May 2000 06:41:32 +0000 (06:41 +0000)]
(quail-start-translation): Don't change
modified-p of the current buffer.
(quail-start-conversion): Likewise.

24 years ago*** empty log message ***
Kenichi Handa [Wed, 24 May 2000 06:40:26 +0000 (06:40 +0000)]
*** empty log message ***

24 years ago(iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
Kenichi Handa [Wed, 24 May 2000 03:58:42 +0000 (03:58 +0000)]
(iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.

24 years ago*** empty log message ***
Kenichi Handa [Wed, 24 May 2000 03:57:54 +0000 (03:57 +0000)]
*** empty log message ***

24 years ago(iso-2022-jp): Exclude katakana-jisx0201
Kenichi Handa [Wed, 24 May 2000 03:55:32 +0000 (03:55 +0000)]
(iso-2022-jp): Exclude katakana-jisx0201
to conform to RFC1468.

24 years ago*** empty log message ***
Kenichi Handa [Wed, 24 May 2000 03:54:57 +0000 (03:54 +0000)]
*** empty log message ***

24 years ago(update_charset_table): Accept nil in LONG_NAME and
Kenichi Handa [Wed, 24 May 2000 03:17:37 +0000 (03:17 +0000)]
(update_charset_table): Accept nil in LONG_NAME and
DESCRIPTION.
(syms_of_charset): Avoid building same strings.

24 years ago*** empty log message ***
Eric M. Ludlam [Wed, 24 May 2000 01:04:43 +0000 (01:04 +0000)]
*** empty log message ***

24 years agoRenamed sb-tag-.xpm to sb-tag-minus.xpm
Eric M. Ludlam [Wed, 24 May 2000 00:59:10 +0000 (00:59 +0000)]
Renamed sb-tag-.xpm to sb-tag-minus.xpm

24 years agoRenamed sb-tag+.xpm to sb-tag-plus.xpm
Eric M. Ludlam [Wed, 24 May 2000 00:58:46 +0000 (00:58 +0000)]
Renamed sb-tag+.xpm to sb-tag-plus.xpm

24 years agoRenamed sb-file.xpm to sb-pg.xpm
Eric M. Ludlam [Wed, 24 May 2000 00:58:09 +0000 (00:58 +0000)]
Renamed sb-file.xpm to sb-pg.xpm

24 years agoRenamed sb-file+.xpm to sb-pg-plus.xpm
Eric M. Ludlam [Wed, 24 May 2000 00:57:51 +0000 (00:57 +0000)]
Renamed sb-file+.xpm to sb-pg-plus.xpm

24 years agoRenamed sb-file-.xpm to sb-pg-minus.xpm
Eric M. Ludlam [Wed, 24 May 2000 00:57:30 +0000 (00:57 +0000)]
Renamed sb-file-.xpm to sb-pg-minus.xpm

24 years agoRenamed sb-dir-.xpm to sb-dir-minus.xpm
Eric M. Ludlam [Wed, 24 May 2000 00:56:09 +0000 (00:56 +0000)]
Renamed sb-dir-.xpm to sb-dir-minus.xpm

24 years agoRenamed sb-dir+.xpm to sb-dir-plus.xpm
Eric M. Ludlam [Wed, 24 May 2000 00:55:27 +0000 (00:55 +0000)]
Renamed sb-dir+.xpm to sb-dir-plus.xpm

24 years ago(speedbar-easymenu-definition-base): Image toggle fix.
Eric M. Ludlam [Wed, 24 May 2000 00:53:43 +0000 (00:53 +0000)]
(speedbar-easymenu-definition-base): Image toggle fix.
(speedbar-insert-button): Invisible text property fix.
(speedbar-directory-plus): Renamed from speedbar-directory-+
(speedbar-directory-minus): Renamed from speedbar-directory--
(speedbar-page-plus): Renamed from speedbar-file-+
(speedbar-page-minus): Renamed from speedbar-file--
(speedbar-page): Renamed from speedbar-file-
(speedbar-tag): Renamed from speedbar-tag-
(speedbar-tag-plus): Renamed from speedbar-tag-+
(speedbar-tag-minus): Renamed from speedbar-tag--
(speedbar-expand-image-button-alist): Use above renames.

24 years ago(quail-show-guidance-buf): Set
Kenichi Handa [Tue, 23 May 2000 23:42:38 +0000 (23:42 +0000)]
(quail-show-guidance-buf): Set
current-input-method of the guidance buffer to the name of the
curren input method.

24 years ago*** empty log message ***
Kenichi Handa [Tue, 23 May 2000 23:23:15 +0000 (23:23 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Gerd Moellmann [Tue, 23 May 2000 22:04:00 +0000 (22:04 +0000)]
*** empty log message ***

24 years ago(command-line): Determine source file of compiled
Gerd Moellmann [Tue, 23 May 2000 22:03:27 +0000 (22:03 +0000)]
(command-line): Determine source file of compiled
user init file differently.  Warn if compiled user init file
is older than its source file.

24 years ago(setpgrp) [HAVE_SETPGID]: Define as setpgid.
Gerd Moellmann [Tue, 23 May 2000 22:00:25 +0000 (22:00 +0000)]
(setpgrp) [HAVE_SETPGID]: Define as setpgid.

24 years ago(setpgrp): Don't define it here because this
Gerd Moellmann [Tue, 23 May 2000 21:59:27 +0000 (21:59 +0000)]
(setpgrp): Don't define it here because this
prevents compilation on GNU/Linux systems with glib 2.2.

24 years ago(BASE_PURESIZE): Increase to 675000.
Gerd Moellmann [Tue, 23 May 2000 21:59:11 +0000 (21:59 +0000)]
(BASE_PURESIZE): Increase to 675000.

24 years ago(Fload): Add a comment about the meaning of
Gerd Moellmann [Tue, 23 May 2000 21:58:58 +0000 (21:58 +0000)]
(Fload): Add a comment about the meaning of
Vuser_init_file being t.

24 years ago(compile-internal): Style typo.
Stefan Monnier [Tue, 23 May 2000 20:14:43 +0000 (20:14 +0000)]
(compile-internal): Style typo.

24 years ago*** empty log message ***
Stefan Monnier [Tue, 23 May 2000 20:10:46 +0000 (20:10 +0000)]
*** empty log message ***

24 years ago(comment-make-extra-lines): Don't use `assert'.
Stefan Monnier [Tue, 23 May 2000 20:06:10 +0000 (20:06 +0000)]
(comment-make-extra-lines): Don't use `assert'.

24 years ago(dynamic-completion-mode, dynamic-completion-mode): Don't quote lambdas.
Stefan Monnier [Tue, 23 May 2000 20:04:36 +0000 (20:04 +0000)]
(dynamic-completion-mode, dynamic-completion-mode): Don't quote lambdas.

24 years ago(ffap-highlight): Use facep rather than internal-find-face.
Stefan Monnier [Tue, 23 May 2000 19:57:48 +0000 (19:57 +0000)]
(ffap-highlight): Use facep rather than internal-find-face.

24 years ago*** empty log message ***
Gerd Moellmann [Tue, 23 May 2000 15:39:40 +0000 (15:39 +0000)]
*** empty log message ***

24 years ago(ffap-url-regexp): Add `https'.
Gerd Moellmann [Tue, 23 May 2000 15:27:21 +0000 (15:27 +0000)]
(ffap-url-regexp): Add `https'.

24 years ago*** empty log message ***
Gerd Moellmann [Tue, 23 May 2000 15:11:48 +0000 (15:11 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Gerd Moellmann [Tue, 23 May 2000 13:24:50 +0000 (13:24 +0000)]
*** empty log message ***

24 years ago(make-backup-file-name-1): Replace slashes with `!'
Eli Zaretskii [Tue, 23 May 2000 13:19:38 +0000 (13:19 +0000)]
(make-backup-file-name-1): Replace slashes with `!'
rather than `|' (which is not allowed on Windows).  Replace the
drive letters with a string "drive_X".

24 years ago*** empty log message ***
Gerd Moellmann [Tue, 23 May 2000 12:22:28 +0000 (12:22 +0000)]
*** empty log message ***

24 years ago(sh-ancestor-alist): Add `bash2'.
Gerd Moellmann [Tue, 23 May 2000 11:23:51 +0000 (11:23 +0000)]
(sh-ancestor-alist): Add `bash2'.

24 years ago(interpreter-mode-alist): Add `bash2'.
Gerd Moellmann [Tue, 23 May 2000 11:22:08 +0000 (11:22 +0000)]
(interpreter-mode-alist): Add `bash2'.