1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
Commit Graph

22789 Commits

Author SHA1 Message Date
Markus Rost
11254e5ee8 Regenerated. 2002-12-16 01:22:06 +00:00
Markus Rost
9471aeec5c (allout-init): Give report also in case auto-activation was inhibited.
(my-mark-marker): Test for feature 'xemacs instead of a string parse.
2002-12-16 01:01:39 +00:00
Markus Rost
aad94676b7 Avoid name conflicts with outline.el. Use 3 installments to keep
diffs understandable.

Change 3:  Doc changes to adjust to the change to prefix "allout-".
Don't provide 'outline.  Use " Allout" as mode line string, not "
Outl".  Put group 'allout in group 'editing.  Update Copyright notice.
Autoload `allout-init'.
2002-12-16 00:42:23 +00:00
Markus Rost
2265e0170d Avoid name conflicts with outline.el. Use 3 installments to keep
diffs understandable.

Change 2:  Put `quotes' around many function and variable names.
2002-12-16 00:26:22 +00:00
Markus Rost
fd5359c61b Avoid name conflicts with outline.el. Use 3 installments to keep
diffs understandable.

Change 1:  Replace globally string "outline-" with string "allout-".
Replaced 1446 occurrences; there was no string "allout-" before the
change and there seems to be no dependency on outline.el.
2002-12-16 00:20:42 +00:00
David Kastrup
4994a50d17 (autoload-ensure-default-file): insert
missing space in file end comment.
2002-12-15 22:40:03 +00:00
David Kastrup
76aea5a2c9 *** empty log message *** 2002-12-15 22:39:41 +00:00
Markus Rost
6c465a15c1 White space fixes. 2002-12-15 19:57:31 +00:00
Markus Rost
4c71e413e4 ...and correct the date. 2002-12-15 19:05:35 +00:00
Markus Rost
f7f415e4f1 Move entry for mail/smtpmail.el from ChangeLog to lisp/ChangeLog. 2002-12-15 19:01:33 +00:00
Dave Love
2e547569ba *** empty log message *** 2002-12-15 17:08:37 +00:00
Dave Love
ccdd5c6187 (ucs-mule-cjk-to-unicode)
(utf-subst-table-for-encode, ucs-unicode-to-mule-cjk)
(utf-subst-table-for-decode): Specify :size, :rehash-size.
(utf-translate-cjk): :set rewritten to load subst-... files.  Add
:set-after.
(ccl-decode-mule-utf-8): Consider CJK translation for r3<#x3400.
2002-12-15 16:46:00 +00:00
Simon Josefsson
2410946921 (smtpmail-via-smtp): Fall back to user-mail-address as sender. 2002-12-15 07:27:08 +00:00
Juanma Barranquero
311ff235fa (compile-reinitialize-errors): Don't mark the buffer as modified unless it
really is.
2002-12-14 23:35:19 +00:00
Andreas Schwab
ea13a2b4d4 (widget-move): Don't loop infinitely when there is
no field or button.
2002-12-14 14:27:23 +00:00
Stefan Monnier
2c568af5c7 *** empty log message *** 2002-12-14 00:12:21 +00:00
Markus Rost
37554efff5 Besides adding an entry, do some minor white space fixes. 2002-12-13 23:58:55 +00:00
Markus Rost
dce88ea679 (define-minor-mode): Use `custom-current-group'.
Pass all groups to the hook.
(easy-mmode-define-global-mode): Use `custom-current-group'.
2002-12-13 23:54:45 +00:00
Markus Rost
990a41084b (current-language-environment): Set type according to
`language-info-alist' also here.
2002-12-13 22:42:21 +00:00
Markus Rost
37bf89abbd (compilation-menu-map): Use `kill-compilation' to stop compilation. 2002-12-13 22:37:37 +00:00
Stefan Monnier
e8f3c355cf (byte-optimize-form-code-walker):
Optimize the remaining part of for-effect and/or expressions.
2002-12-13 19:52:46 +00:00
Stefan Monnier
8b374c3fd7 (uniquify-rationalize-file-buffer-names, rename-buffer)
(uniquify-delay-rationalize-file-buffer-names, kill-buffer-hook):
Undo 2002/09/27 change, because kill-buffer-hook is not permanent-local.
2002-12-13 19:52:35 +00:00
Kenichi Handa
58566dff59 (ccl-encode-koi8, ccl-encode-koi8-u)
(ccl-encode-alternativnyj): Fix last change.
2002-12-13 04:45:43 +00:00
Kenichi Handa
d850458362 (encode-mac-roman): Fix last change. 2002-12-13 04:45:14 +00:00
Nick Roberts
b9d113dadd Improve documentation strings.
(gdb-many-windows): Set default value to nil.
2002-12-13 00:41:36 +00:00
Nick Roberts
81d45f726b *** empty log message *** 2002-12-13 00:40:52 +00:00
Dave Love
d7136fd37a *** empty log message *** 2002-12-12 22:55:05 +00:00
Dave Love
e5c230f42f (byte-optimize-featurep): New. 2002-12-12 20:28:32 +00:00
Dave Love
b8234c844c (byte-compile-if): Suppress warnings from
things protected by `(if (fboundp ...' or `(if (boundp ...'.
2002-12-12 20:27:43 +00:00
Dave Love
64e9f9d927 (defcustom, custom-set-variables): Doc fix. 2002-12-12 20:27:09 +00:00
Glenn Morris
6f9a4ce206 (fortran-mode-abbrev-table): Handle `define-abbrev' with either 5
or 6 arguments.
2002-12-12 01:06:54 +00:00
Markus Rost
1169bd863a (set-language-info): Update custom-type of
current-language-environment directly without a function call.
(current-language-environment-custom-type): Deleted.
2002-12-12 00:52:05 +00:00
Markus Rost
5a911ab598 (current-language-environment-custom-type): Return a sorted list. 2002-12-12 00:27:36 +00:00
Markus Rost
590dbcbaa6 (current-language-environment-custom-type): New fun.
(set-language-info): Use it.
(current-language-environment): Fix custom type.
2002-12-11 21:29:31 +00:00
Pavel Janík
edf997018e (antlr): New URL. 2002-12-11 06:58:54 +00:00
Pavel Janík
85d30d29aa Fix URLs. 2002-12-11 06:56:22 +00:00
Pavel Janík
1e05661f4a Fix URL. 2002-12-11 06:53:24 +00:00
Richard M. Stallman
9cd1fbc3a9 (bashdb): Prompt now included parenthesis for subshell
levels. Fix erroneous print expression command, and fix typos.
(perldb): Undo previous change in prompt regexp.
2002-12-10 21:50:22 +00:00
Robert J. Chassell
d79abb6984 Installed on behalf of TAKAHASHI Kaoru <kaoru@kaisei.org>
(@verb, @image): new commands

(@kbdinputstyle, @vskip, @evenfooting, @evenheading, @oddfooting,
@oddheading, @everyfooting, @everyheading, @documentdescription):
Add these commands, none of which should appear in an Info
environment; but if they do, these definitions should cause
them to be discarded.
2002-12-10 19:01:36 +00:00
Steven Tamm
3ce073568e javascript-generic-mode: Added C style block comment as used in ECMA-262 2002-12-10 16:57:48 +00:00
Kenichi Handa
14e7b3a918 *** empty log message *** 2002-12-10 02:39:15 +00:00
Kenichi Handa
88ee27e563 ("Swedish"): Change tutorial file name to
TUTORIAL.sv in this langauge environment..
2002-12-10 02:36:59 +00:00
John Paul Wallington
4ba1612761 * ibuffer.el (ibuffer-mode): If `show-paren-mode' is enabled,
disable it buffer-locally.
(ibuffer-mouse-popup-menu): Use `=' instead of `eq' to compare
`eventpt' and point.

* ibuf-ext.el (ibuffer-remove-duplicates): New function.
(ibuffer-set-filter-groups-by-mode): Use it instead of
`delete-duplicates' so we don't require cl library at runtime.
(ibuffer-insert-filter-group-before): Don't use `position' so we
don't require cl library at runtime.

* chistory.el (command-history-mode): Add interactive spec.
Improve doc string.
2002-12-09 23:46:12 +00:00
Richard M. Stallman
d852822674 *** empty log message *** 2002-12-09 20:24:40 +00:00
Richard M. Stallman
f4be3f8929 (isearch-no-upper-case-p): \\ only quotes one character. 2002-12-09 20:23:35 +00:00
Dave Love
aacad7aa1f (mik, pt154): New coding systems. 2002-12-09 20:12:57 +00:00
Markus Rost
72c5c58f32 *** empty log message *** 2002-12-09 19:46:48 +00:00
Markus Rost
055016a453 (mouse-wheel-scroll-amount): Revert previous change -
customize type 'float is now defined.
2002-12-09 19:43:54 +00:00
Dave Love
a4ac5b1710 *** empty log message *** 2002-12-09 18:12:01 +00:00
Dave Love
10d44a9905 Fix properly. 2002-12-09 18:01:21 +00:00