Dave Love
a554b301b0
[This needs more work on the outline stuff.]
...
Doc fixes.
(todo) <defgroup>: Add :version.
(todo-add-category): Don't use pushnew.
(todo-cmd-raise): Fix typo.
(todo-top-priorities): Change temp buffer name.
(todo-category-alist): Avoid redundant lambda.
(todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
Use outline-next-heading.
2000-06-02 18:37:43 +00:00
Dave Love
90aa4ea820
*** empty log message ***
2000-06-02 13:15:10 +00:00
Dave Love
c33277213f
Rewritten to use define-minor-mode.
...
(autoarg-kp-digits, autoarg-kp-mode-map): New variable.
(autoarg-kp-mode, autoarg-kp-digit-argument): New command.
2000-06-02 13:07:26 +00:00
Kenichi Handa
ed5c183bc9
(isearch-other-meta-char): Fix previous change.
2000-06-02 03:19:24 +00:00
Kenichi Handa
2e54623a6d
*** empty log message ***
2000-06-02 03:18:38 +00:00
Stefan Monnier
1be7700237
(log-edit-mode): Make vc-comment-ring-index local.
...
(log-edit-done): Only add the comment to the ring if it's different
from the last comment entered.
2000-06-02 02:28:39 +00:00
Stefan Monnier
c5def0db86
(isearch-highlight): Turn internal-find-face into facep.
2000-06-02 00:48:43 +00:00
Dave Love
2330c9d456
*** empty log message ***
2000-06-01 19:04:28 +00:00
Dave Love
d16296bbaa
(describe-function-1): Distinguish special form from
...
builtin function. Sanity-check presence of arglist for builtins.
2000-06-01 18:27:31 +00:00
Dave Love
3a850efae6
Rewritten using define-minor-mode.
2000-06-01 18:26:34 +00:00
Kenichi Handa
4dc1225b5b
*** empty log message ***
2000-06-01 11:06:38 +00:00
Kenichi Handa
ab3f48908d
(tibetan-composable-pattern): More
...
characters included.
(tibetan-consonant-transcription-alist): Rule for "R" added.
(tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
"+R" added.
(tibetan-base-to-subjoined-alist): Rule for "RA" added.
2000-06-01 11:02:58 +00:00
Kenichi Handa
6b12c74972
(tibetan-add-components): Fixes for new
...
encoding of Tibetan characters.
(tibetan-decompose-precomposition-alist): New variable.
(tibetan-decompose-region): Convert precomposed characters to
non-precomposed characters.
(tibetan-decompose-string): Likewise.
(tibetan-composition-function): Fix args to
thibetan-compose-string.
2000-06-01 10:59:56 +00:00
Kenichi Handa
e6f023725d
Fix syntax/category setting of Tibetan characters.
2000-06-01 10:59:27 +00:00
Kenichi Handa
1513ad08f1
(lao-composition-function): Fix args to compose-string.
2000-06-01 07:03:07 +00:00
Kenichi Handa
6e33873327
(thai-composition-function): Fix args to compose-string.
2000-06-01 07:02:41 +00:00
Kenichi Handa
eadef5e6e3
*** empty log message ***
2000-06-01 07:02:10 +00:00
Kenichi Handa
a5cc922e6a
(isearch-update): Set disable-point-adjustment to t
...
to prevent the point moving to the end of a composition when a
part of a composition is searched.
(isearch-other-meta-char): If the key invoking this command can be
mapped by function-key-map to a printing char, call
isearch-process-search-char directly.
2000-06-01 06:22:31 +00:00
Kenichi Handa
6389e4ab7b
*** empty log message ***
2000-06-01 06:21:43 +00:00
Kenichi Handa
6e5dfc3178
*** empty log message ***
2000-06-01 06:14:32 +00:00
Stefan Monnier
2598a293ae
Update calls to make-obsolete with a WHEN argument.
2000-06-01 05:07:32 +00:00
Stefan Monnier
342a1e7b20
Add a version to the obsoletions.
...
(mouse-show-mark): Don't quote lambda.
2000-06-01 05:04:28 +00:00
Stefan Monnier
20482b7061
* byte-run.el (make-obsolete, make-obsolete-variable):
...
Add an optional WHEN argument and change the format of the
symbol-property information.
* emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
(byte-compile-obsolete, byte-compile-variable-ref): Understand the
new obsolete-symbol-property format and print WHEN if it is provided.
(make-obsolete): Update the calls to use the third argument.
2000-06-01 04:58:08 +00:00
Dave Love
28d8dff137
(loadhist-hook-functions): Remove before-change-function,
...
after-change-function.
(unload-feature): Deal with symbols which are both bound and fbound.
2000-05-31 23:02:45 +00:00
Dave Love
7b0c573e6a
(newline): Don't bind before-change-function, after-change-function.
2000-05-31 22:50:41 +00:00
Dave Love
8faa97078b
(mouse-save-then-kill-delete-region): Don't bind
...
before-change-function, after-change-function.
2000-05-31 22:48:20 +00:00
Rajesh Vaidheeswarran
7f565d8708
Update whitespace.el with a more tolerable timer scan time.
...
Update e-mail address.
2000-05-31 18:39:14 +00:00
Dave Love
a8d693d899
(change-log-font-lock-keywords) <function>: Add
...
pattern for function of change.
(change-log-font-lock-keywords) <acknowledgements>: Amalgamate
acknowledgements patterns.
2000-05-31 17:41:51 +00:00
Kenichi Handa
a50192e7ed
Mostly re-written.
2000-05-31 03:50:57 +00:00
Kenichi Handa
f9f1ed46bf
(quail-start-conversion): Don't include
...
unhandled events in the returned events, but set them in
unread-command-events. Exit if all inputs are deleted.
2000-05-31 03:49:49 +00:00
Kenichi Handa
3c487103b8
(isearch-printing-char): If keyboard coding system is
...
being used, call isearch-process-search-multibyte-characters.
2000-05-31 03:49:22 +00:00
Jason Rumney
7e492772bf
*** empty log message ***
2000-05-30 22:58:03 +00:00
Jason Rumney
6778515fc5
(w32-charset-info-alist): Add each charset separately.
2000-05-30 22:39:04 +00:00
Jason Rumney
de0c7b5d2c
Doc changes to reduce diffs with x-win.el.
...
Reenable code to create initial fontsets.
Use set-fontset-font in place of put-charset-property.
2000-05-30 22:34:26 +00:00
Gerd Moellmann
79148ea7e8
*** empty log message ***
2000-05-30 20:41:05 +00:00
Gerd Moellmann
395f3b7f88
(Info-default-directory-list): Doc fix.
2000-05-30 20:40:42 +00:00
Gerd Moellmann
cc6777a332
(perl-indent-line): When looking for a
...
label, ensure that the first colon isn't followed by another.
2000-05-30 20:40:09 +00:00
Gerd Moellmann
086d5b8765
(finger-X.500-host-regexps): New user-option.
...
(finger): If HOST matches a regexp from finger-X.500-host-regexps,
send a query containing USER only, not USER@HOST.
2000-05-30 20:02:22 +00:00
Gerd Moellmann
10fc318763
*** empty log message ***
2000-05-30 18:45:45 +00:00
Gerd Moellmann
07ae0d6685
(rmail-widen-to-current-msgbeg): Use rmail-msgbeg
...
and rmail-msgend to compute the restriction at the end, instead of
computing it.
2000-05-30 18:45:08 +00:00
Gerd Moellmann
66254a13e2
*** empty log message ***
2000-05-29 16:18:23 +00:00
Gerd Moellmann
fdad0f1455
(dabbrev-expand): Don't display messages in the
...
echo area if the minibuffer window is active.
2000-05-29 16:17:48 +00:00
Gerd Moellmann
49e70dec96
*** empty log message ***
2000-05-29 15:51:56 +00:00
Gerd Moellmann
d0bca3c92e
(tmm-prompt): Recognize menu item definitions of the for
...
`(menu-item ...)' when looking for the position of DEFAULT-ITEM.
2000-05-29 15:50:01 +00:00
Gerd Moellmann
95932ad0c6
New commands: hide/unhide actions,
...
upcase/downcase literals.
(antlr-tiny-action-length): New user option.
(antlr-hide-actions): New command. Suggested by
Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
(antlr-mode-map): New binding [C-c C-v].
(antlr-mode-menu): New entries.
(antlr-downcase-literals): New command.
(antlr-upcase-literals): Ditto.
Minor changes: indendation, mode-name.
(antlr-indent-line): Indent cpp directive at column 0.
(antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
XEmacs bug workaround, XEmacs hint.
(antlr-font-lock-additional-keywords): Workaround for intentional
bug in XEmacs version of font-lock.
(antlr-mode): Set symbol property `mode-name' to "Antlr". Could
be used by a smarter version of `buffers-menu-grouping-function'.
2000-05-29 15:49:05 +00:00
Gerd Moellmann
659451a2e9
(jit-lock-mode): Add after change function to local hook.
2000-05-29 15:48:14 +00:00
Kenichi Handa
71b898fe72
(encoded-kbd-iso2022-designation-map): Fix previous change.
2000-05-29 01:09:52 +00:00
Kenichi Handa
164edac82f
(encoded-kbd-iso2022-designation-map): Pay attention to that
...
charset-iso-final-char return -1 for eight-bit-control and
eight-bit-graphic.
2000-05-29 01:08:57 +00:00
Kenichi Handa
49f93684fe
*** empty log message ***
2000-05-29 01:08:31 +00:00
Eli Zaretskii
5b1ae05121
*** empty log message ***
2000-05-28 10:54:01 +00:00
Eli Zaretskii
557262167f
(speedbar-use-images, speedbar-update-flag)
...
(speedbar-easymenu-definition-base): Use display-graphic-p where
available, instead of window-system.
2000-05-28 10:52:50 +00:00
Eli Zaretskii
a205e32a72
(cp-coding-system-for-codepage-1): Add
...
eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
coding systems.
2000-05-28 10:50:24 +00:00
Dave Love
c88a85d513
*** empty log message ***
2000-05-26 17:50:12 +00:00
Dave Love
0465b759fb
Fix finder keywords.
2000-05-26 14:26:36 +00:00
Dave Love
30c5ceb4ff
(standard-display-underline): Don't use internal-find-face.
2000-05-26 14:09:44 +00:00
Dave Love
dd854dc26e
*** empty log message ***
2000-05-26 13:47:12 +00:00
Dave Love
8761730929
Maintainer change. Doc fixes.
...
(reporter-version): Deleted.
2000-05-26 13:06:25 +00:00
Dave Love
c2641e5f2d
(elp-version): Deleted.
2000-05-26 13:02:13 +00:00
Stefan Monnier
dc29aa6cbf
(add-change-log-entry): Merge the current entry with the
...
previous one if the previous one is empty.
2000-05-26 12:33:25 +00:00
Dave Love
4370a375b2
(unload-feature): Fix interactive spec [from
...
lijnzaad@ebi.ac.uk ].
2000-05-26 11:06:05 +00:00
Dave Love
ed62683d5a
(byte-compile-callargs-warn): Use subr-arity to check primitives.
...
(byte-compile-flush-pending, byte-compile-file-form-progn)
(byte-compile-normal-call, byte-compile-list, byte-compile-concat)
(byte-compile-insert, byte-compile-funcall): Use mapc instead of
mapcar.
2000-05-26 10:35:38 +00:00
Dave Love
80265cddc5
Change maintainer to FSF.
2000-05-26 09:15:41 +00:00
Kenichi Handa
0f3e067268
*** empty log message ***
2000-05-26 07:34:20 +00:00
Kenichi Handa
2ad001867b
Set family names of non-latin charsets in default fontset to "*".
2000-05-26 07:33:01 +00:00
Kenichi Handa
cebefb44f6
(print-fontset): Combine family part
...
and registry part of the fontname by "-*-" instead of "-".
2000-05-26 05:10:46 +00:00
Kenichi Handa
bd95317329
(encode-coding-char): Make strings
...
multibyte before calling encode-coding-string.
2000-05-26 02:39:09 +00:00
Kenichi Handa
ba9f8f95c4
*** empty log message ***
2000-05-26 02:38:33 +00:00
Stefan Monnier
8ccce2b002
Fix keywords.
...
(define-derived-mode): Only define if needed.
2000-05-26 00:42:50 +00:00
Stefan Monnier
931d0724dd
Fix keywords.
2000-05-25 20:28:00 +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
Gerd Moellmann
fc6a6a4e9d
*** empty log message ***
2000-05-25 15:59:47 +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
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
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
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
Eli Zaretskii
b81fa2f945
(iso-8859-8-e, iso-8859-8-i): For now, just
...
aliases for hebrew-iso-8bit.
2000-05-24 16:03:39 +00:00
Dave Love
f947a7faf0
Add finder keywords.
2000-05-24 15:24:37 +00:00
Dave Love
fa15719129
Fix header for Finder.
2000-05-24 15:12:19 +00:00
Eli Zaretskii
f471ea57fd
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.
2000-05-24 11:35:22 +00:00
Kenichi Handa
e0d77f0da2
(kkc-region): Don't change modified-p of
...
the current buffer.
2000-05-24 06:42:21 +00:00
Kenichi Handa
b0fdefb47b
(quail-start-translation): Don't change
...
modified-p of the current buffer.
(quail-start-conversion): Likewise.
2000-05-24 06:41:32 +00:00
Kenichi Handa
48e3df7654
*** empty log message ***
2000-05-24 06:40:26 +00:00
Kenichi Handa
b4c93b68df
(iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
2000-05-24 03:58:42 +00:00
Kenichi Handa
747d90ea19
*** empty log message ***
2000-05-24 03:57:54 +00:00
Kenichi Handa
bd14077116
(iso-2022-jp): Exclude katakana-jisx0201
...
to conform to RFC1468.
2000-05-24 03:55:32 +00:00
Kenichi Handa
01162f24e4
*** empty log message ***
2000-05-24 03:54:57 +00:00
Eric M. Ludlam
17a223ff0d
*** empty log message ***
2000-05-24 01:04:43 +00:00
Eric M. Ludlam
3a6ba9d15d
Renamed sb-tag-.xpm to sb-tag-minus.xpm
2000-05-24 00:59:10 +00:00
Eric M. Ludlam
b18eb61716
Renamed sb-tag+.xpm to sb-tag-plus.xpm
2000-05-24 00:58:46 +00:00
Eric M. Ludlam
7f1eb88503
Renamed sb-file.xpm to sb-pg.xpm
2000-05-24 00:58:09 +00:00
Eric M. Ludlam
4fd937f432
Renamed sb-file+.xpm to sb-pg-plus.xpm
2000-05-24 00:57:51 +00:00
Eric M. Ludlam
820d68c5b3
Renamed sb-file-.xpm to sb-pg-minus.xpm
2000-05-24 00:57:30 +00:00
Eric M. Ludlam
372a6163aa
Renamed sb-dir-.xpm to sb-dir-minus.xpm
2000-05-24 00:56:09 +00:00
Eric M. Ludlam
616896b212
Renamed sb-dir+.xpm to sb-dir-plus.xpm
2000-05-24 00:55:27 +00:00
Eric M. Ludlam
0e5df36f65
(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.
2000-05-24 00:53:43 +00:00
Kenichi Handa
0327da63bc
(quail-show-guidance-buf): Set
...
current-input-method of the guidance buffer to the name of the
curren input method.
2000-05-23 23:42:38 +00:00
Kenichi Handa
e6b6fc1864
*** empty log message ***
2000-05-23 23:23:15 +00:00
Gerd Moellmann
716e3b88ef
*** empty log message ***
2000-05-23 22:04:00 +00:00
Gerd Moellmann
c047136e19
(command-line): Determine source file of compiled
...
user init file differently. Warn if compiled user init file
is older than its source file.
2000-05-23 22:03:27 +00:00
Stefan Monnier
32d6fffb81
(compile-internal): Style typo.
2000-05-23 20:14:43 +00:00
Stefan Monnier
1e15f1152c
*** empty log message ***
2000-05-23 20:10:46 +00:00
Stefan Monnier
3fc5b4e228
(comment-make-extra-lines): Don't use `assert'.
2000-05-23 20:06:10 +00:00
Stefan Monnier
99d0735f52
(dynamic-completion-mode, dynamic-completion-mode): Don't quote lambdas.
2000-05-23 20:04:36 +00:00
Stefan Monnier
e5eee690ff
(ffap-highlight): Use facep rather than internal-find-face.
2000-05-23 19:57:48 +00:00
Gerd Moellmann
9695b7830b
*** empty log message ***
2000-05-23 15:39:40 +00:00
Gerd Moellmann
1d34daaee7
(ffap-url-regexp): Add `https'.
2000-05-23 15:27:21 +00:00
Eli Zaretskii
41ac433f66
(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".
2000-05-23 13:19:38 +00:00
Gerd Moellmann
46600ab153
*** empty log message ***
2000-05-23 12:22:28 +00:00
Gerd Moellmann
457316e950
(sh-ancestor-alist): Add `bash2'.
2000-05-23 11:23:51 +00:00
Gerd Moellmann
9e451c4436
(interpreter-mode-alist): Add `bash2'.
2000-05-23 11:22:08 +00:00
Gerd Moellmann
ce75fd2348
*** empty log message ***
2000-05-23 09:44:28 +00:00
Dave Love
79a64d87eb
*** empty log message ***
2000-05-22 19:53:14 +00:00
Dave Love
53c1fa0f50
(feature-symbols, file-provides, file-requires): Use mapc.
...
(feature-file): Avoid calling symbol-name. Doc fix.
(file-set-intersect, file-dependents): Use dolist, not mapcar.
(loadhist-hook-functions): Add mouse-position-function.
(unload-feature): Change uses of mapcar.
2000-05-22 19:35:34 +00:00
Dave Love
74654c6507
(parse-colon-path): Doc fix.
...
(auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
(set-auto-mode): Use mapc.
2000-05-22 19:29:04 +00:00
Dave Love
5f34457e85
(PC-look-for-include-file): Use :alnum: character class.
...
(partial-completion-mode): Add autoload cookie.
2000-05-22 19:14:50 +00:00
Dave Love
643c911e6f
Fix boilerplate comments.
2000-05-22 19:00:13 +00:00
Dave Love
286c138d80
Fix last change.
2000-05-22 18:19:55 +00:00
Sam Steingold
0e8c11d821
(Info-fontify-node): fixed the call to add-text-properties
2000-05-22 18:15:56 +00:00
Dave Love
d8d0fa6c59
Remove debug-ignored-errors set in other files.
2000-05-22 18:09:30 +00:00
Dave Love
dd2cedb97c
Add to debug-ignored-errors.
...
(visit-tags-table-buffer): Clear out buffers holding old tables when
making a new list.
(etags-recognize-tags-table, tags-recognize-empty-tags-table): Use mapc.
(tags-with-face): Use make-symbol, not gensym.
2000-05-22 18:03:36 +00:00
Dave Love
d2c49fd8d7
Doc fixes. Add to debug-ignored-errors. Don't quote keywords.
...
(cmpl-string-case-type): Use character classes.
2000-05-22 17:53:15 +00:00
Dave Love
f1ed9461a9
Add to debug-ignored-errors.
2000-05-22 17:41:53 +00:00
Dave Love
87207d1407
Add debug-ignored-errors.
...
(dabbrev-completion): Use mapc.
2000-05-22 17:30:42 +00:00
Eli Zaretskii
1edbbf8a47
(From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
...
(woman-mapcan, woman-parse-man.conf)
(woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
(woman-reset-emulation): New functions.
(woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
path syntax better.
(woman-man.conf-path, woman-use-own-frame): New defcustoms.
(woman-manpath): Call woman-parse-man.conf.
(woman-emulation): New defcustom, defaults to nroff.
(woman-font-support): New defconst.
(woman-select-symbol-fonts): New function.
(woman-use-symbol-font): New defcustom.
(woman-menu): Add new menu items: "Colored/BW", "Advanced",
"Emulation".
Many functions: Doc fix.
2000-05-22 07:01:17 +00:00