1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-04 08:47:11 +00:00
Commit Graph

14394 Commits

Author SHA1 Message Date
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