Juanma Barranquero
f4146f4c8a
(filesets-ormap): Fix typo.
2002-05-16 12:00:59 +00:00
Juanma Barranquero
aa87aafcde
Fix typo.
2002-05-16 12:00:33 +00:00
Juanma Barranquero
6b9483facc
(gnus-mime-copy-part): Fix typo.
2002-05-16 11:57:22 +00:00
Juanma Barranquero
6afa540403
(describe-face): Fix typo.
2002-05-16 07:49:59 +00:00
Stefan Monnier
daaf4dfc9d
*** empty log message ***
2002-05-15 22:35:48 +00:00
Stefan Monnier
9567300236
(easy-menu-make-symbol): Don't treat (lambda () ...) as an expression.
2002-05-15 22:14:16 +00:00
Colin Walters
bda1925e34
(occur-read-primary-args): Handle a bare 'C-u' correctly.
2002-05-15 19:35:54 +00:00
Colin Walters
30762c43d2
*** empty log message ***
2002-05-15 19:35:13 +00:00
Eli Zaretskii
f8229bf639
*** empty log message ***
2002-05-15 16:50:34 +00:00
Eli Zaretskii
08ad334280
(easy-menu-add): Doc fix.
2002-05-15 16:49:54 +00:00
Glenn Morris
3ec0a24862
*** empty log message ***
2002-05-14 23:15:41 +00:00
Glenn Morris
5a73972b0e
(fortran-directive-re): New name for fortran-preprocessor-re. All usage
...
updated.
(fortran-calculate-indent): Give directives zero indentation.
2002-05-14 23:12:41 +00:00
Jason Rumney
dd9b56636e
(easy-menu-name-match): Match both
...
displayed text and internal name as string.
2002-05-14 21:20:24 +00:00
Kim F. Storm
af1a014016
(cua--rectangle-operation):
...
Don't highlight empty lines in rectangles.
2002-05-14 21:11:10 +00:00
Kim F. Storm
6df44fac4b
Improved commentary.
...
(keypad-setup, keypad-shifted-setup): Added choice to setup
Numeric keypad with decimal key; value is selected character.
(keypad-decimal-key, keypad-shifted-decimal-key): Removed options.
(keypad-numlock-setup, keypad-numlock-shifted-setup): New options.
(keypad-setup): Arg list changed to support the new options.
2002-05-14 20:30:55 +00:00
Kim F. Storm
861a74f307
*** empty log message ***
2002-05-14 20:30:17 +00:00
Markus Rost
b1ab3f5b13
*** empty log message ***
2002-05-14 20:18:50 +00:00
Richard M. Stallman
93a4333463
(dabbrev-case-distinction): New option.
...
(dabbrev--try-find): Handle dabbrev-case-distinction.
(dabbrev--search): Clean up the code.
(dabbrev-upcase-means-case-search): Doc fix.
(dabbrev-case-replace): Fix custom tags and docs.
2002-05-14 19:45:16 +00:00
Colin Walters
be59410cd4
(math-standard-units): Update from CODATA.
2002-05-14 18:49:33 +00:00
Colin Walters
b54f4255b3
*** empty log message ***
2002-05-14 18:49:19 +00:00
Stefan Monnier
f530a77bf3
*** empty log message ***
2002-05-14 14:22:41 +00:00
Stefan Monnier
25ab24bcb9
(skeleton-transformation): Default to `identity'.
...
(skeleton-insert): Use `move-after' markers and `insert' rather
than rely on insert-before-markers.
(skeleton-internal-1): Handle `> \n' specially so that the newline
is inserted before the first line is indented.
2002-05-14 14:14:11 +00:00
Mike Williams
51df53f840
(sgml-tag): Default skeleton-transformation to `identity'.
2002-05-14 09:51:03 +00:00
Francesco Potortì
6ba0fd3eb9
(shell-mode): Use (ring-empty-p rather than (zerop (ring-length.
2002-05-14 08:46:00 +00:00
Francesco Potortì
f19be16338
(shell-mode): Make second part of initialisation
...
depend on whether comint-input-ring is empty, rather than depend
on it being nil.
2002-05-14 08:42:48 +00:00
Francesco Potortì
42fe2ab9fe
*** empty log message ***
2002-05-14 08:41:37 +00:00
Richard M. Stallman
ff5c7181b0
(make-auto-save-file-name):
...
Delete the auto-save file after make-temp-file creates it.
2002-05-14 05:36:44 +00:00
Kim F. Storm
cadc926b47
(cua-enable-cursor-indications): Default off.
...
(cua-mode): Print Enabled/Disabled messages if interactive.
Disable delete-selection-mode and pc-selection-mode when cua-mode
is enabled; reenable if cua-mode is turned off.
Remember setting of transient-mark-mode when cua-mode is enabled;
restore if cua-mode is disabled.
2002-05-13 20:35:30 +00:00
Kim F. Storm
64bd386041
*** empty log message ***
2002-05-13 20:34:48 +00:00
Richard M. Stallman
9210027b8d
(report-emacs-bug): Change the "English please" msg.
2002-05-13 15:45:18 +00:00
Markus Rost
31e1a094cf
(woman-menu): Add a comment about the last change.
2002-05-13 15:41:00 +00:00
Colin Walters
7fbac64580
(ibuffer-insert-filter-group): New argument filter-string.
...
(ibuffer-redisplay-engine): Handle it.
2002-05-13 06:00:06 +00:00
Colin Walters
c12447455e
(ibuffer-format-filter-group-data): New function.
2002-05-13 05:59:48 +00:00
Colin Walters
859eefe71f
*** empty log message ***
2002-05-13 05:59:22 +00:00
Colin Walters
c1b3ae427f
(add-log-mailing-address): Can be a list, too.
...
(add-change-log-entry): If `add-log-mailing-address' is a list, then
handle it.
2002-05-13 05:47:29 +00:00
Colin Walters
a61756e10c
*** empty log message ***
2002-05-13 05:47:08 +00:00
Colin Walters
e16907837c
(occur-1): New optional argument `buf-name'.
...
(occur-revert-function): Use it.
(occur-1): Handle plurals.
(occur-engine): If there are no more matches, then finish
searching the current buffer.
2002-05-13 03:46:56 +00:00
Colin Walters
1432381876
*** empty log message ***
2002-05-13 03:46:38 +00:00
Pavel Janík
84778d91c3
(ange-ftp-try-passive-mode)
...
(ange-ftp-passive-host-alist): Change :version attributes to be strings.
2002-05-12 20:36:50 +00:00
Markus Rost
b7f30cf569
(checkdoc-minor-mode): Define it with define-minor-mode.
2002-05-12 19:08:48 +00:00
Markus Rost
4562c2e45f
(find-function-search-for-symbol): Handle more whitespace/newline
...
combinations in symbol definitions.
2002-05-12 19:05:37 +00:00
Eli Zaretskii
89e7ad5946
Change all post-21.1 :version attributes to 21.4.
2002-05-12 17:30:42 +00:00
Richard M. Stallman
850ed7b3a7
(smtpmail-mail-address): New variable.
...
(smtpmail-send-it): Bind and use that instead of `mail-address'.
(smtpmail-via-smtp): Likewise.
2002-05-12 17:01:59 +00:00
Richard M. Stallman
ea9cc63168
*** empty log message ***
2002-05-12 16:52:46 +00:00
Richard M. Stallman
7f0986e3eb
(ansi-color-get-face): Avoid add-to-list on local var.
...
(ansi-color-apply-sequence): Avoid duplicates in combined face list.
2002-05-12 16:46:54 +00:00
Richard M. Stallman
384bcc6495
(dired-show-file-type): Use -- to say FILE's not option.
2002-05-12 16:42:26 +00:00
Pavel Janík
74d40d47e8
(ldap-search-internal): Unfold folded lines before parsing.
2002-05-12 16:42:19 +00:00
Richard M. Stallman
d7d563e3fa
(functionp): Catch errors in indirect-function.
2002-05-12 16:41:11 +00:00
Pavel Janík
7ec8d2c666
(customize-set-value): Rename var' to
variable' and val' to
value'.
...
(customize-save-variable): Rename `var' to `'variable.
2002-05-12 15:19:59 +00:00
Glenn Morris
a68c540047
*** empty log message ***
2002-05-12 13:40:26 +00:00