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
Glenn Morris
8edfcc7ddd
(fortran-preprocessor-re): New variable. Use it for font-locking.
...
(fortran-previous-statement, fortran-next-statement): Make them skip over
preprocessor lines as they do with comment lines.
(fortran-calculate-indent): Use fortran-preprocessor-re.
2002-05-12 13:31:31 +00:00
Colin Walters
fe72c9047d
Revert insane changes from 2002-05-04T22:22:33Z!jasonr@gnu.org.
2002-05-11 22:50:54 +00:00
Pavel Janík
b670783a4b
Fix typo.
2002-05-11 08:19:36 +00:00
Kim F. Storm
c1cdea1a79
(cua-enable-cua-keys)
...
(cua-enable-register-prefix): Added value for `other' choice.
2002-05-10 11:21:10 +00:00
Kim F. Storm
92cdb62777
*** empty log message ***
2002-05-10 11:20:23 +00:00
Eli Zaretskii
22a2a46061
*** empty log message ***
2002-05-10 09:43:12 +00:00
Eli Zaretskii
5f7b6438fb
(menu-bar-showhide-scroll-bar-menu)
...
(menu-bar-showhide-menu): Use display-graphic-p, not
widnow-system.
(menu-bar-showhide-menu) <showhide-menu-bar, showhide-tool-bar>:
Run a named function.
(showhide-menu-bar, showhide-toolbar): Invoke customize-mark-as-set.
(menu-bar-showhide-menu) <column-number-mode, line-number-mode>:
Fix help text.
2002-05-10 09:42:49 +00:00
Kim F. Storm
a23a8440c7
(cua-mode): Misc. changes to use
...
emulation-mode-map-alists instead of minor-mode-map-alist.
2002-05-10 08:28:51 +00:00
Kim F. Storm
963b3fe336
*** empty log message ***
2002-05-10 08:28:16 +00:00
Colin Walters
717339e5a4
Refine previous change.
2002-05-10 03:35:35 +00:00
Richard M. Stallman
ccc8c8bbf3
*** empty log message ***
2002-05-10 01:02:32 +00:00
Richard M. Stallman
de971ad1a1
(rmail-show-message): Catch error in check-coding-system.
2002-05-10 01:02:26 +00:00
Richard M. Stallman
154b2b1008
(compilation-error-regexp-alist):
...
New element to recognize Python error messages.
2002-05-10 01:00:29 +00:00
Richard M. Stallman
1b93984e8f
(shell-replace-by-expanded-directory):
...
If there's already a / at the end, don't add one.
2002-05-10 00:58:27 +00:00
Colin Walters
05cc03afe4
(ibuffer-mode-map): Add :enable guards for `ibuffer-filter-disable',
...
`ibuffer-pop-filter', `ibuffer-or-filter', `ibuffer-negate-filter',
`ibuffer-decompose-filter', `ibuffer-save-filters',
`ibuffer-switch-to-saved-filters', `ibuffer-delete-saved-filters',
`ibuffer-save-filter-groups', `ibuffer-switch-to-saved-filter-groups',
`ibuffer-delete-saved-filter-groups'.
2002-05-09 21:30:21 +00:00
Colin Walters
c33cdcc5ef
(ibuffer-do-occur): Default to 0 context lines.
2002-05-09 21:29:20 +00:00
Colin Walters
b64a9d93c2
*** empty log message ***
2002-05-09 21:28:52 +00:00
Markus Rost
ee00eede3a
(woman-menu): Move symbol before the comment so that
...
find-function-search-for-symbol finds it.
2002-05-09 21:14:38 +00:00
Miles Bader
d259670027
(list-colors-display): Don't use `display-color-cells' unless the
...
display class is one for which that info is relevant.
2002-05-09 18:05:10 +00:00
Simon Josefsson
1a8e727bc0
(smtpmail-send-it): Use user-mail-address from
...
calling buffer.
(smtpmail-auth-credentials): Bump :version to 21.4 (21.3 will not
have the patch).
2002-05-09 10:18:09 +00:00
Miles Bader
eb1666e20c
(gnus-cite-blank-line-after-header): New variable.
...
(gnus-article-hide-citation): Respect it.
2002-05-09 01:51:16 +00:00
Kim F. Storm
8cf3012886
(checkbox): New check-mark image.
2002-05-08 22:27:59 +00:00
Kim F. Storm
f213132318
*** empty log message ***
2002-05-08 22:27:26 +00:00
Richard M. Stallman
21494aabdf
(diff-regexp-alist): Doc fix.
2002-05-08 21:42:32 +00:00
Markus Rost
35679c3f5c
(describe-function-1): If the source is `loaddefs.el', look for the
...
real source. This is necessary only for defaliases.
2002-05-08 18:05:28 +00:00
Markus Rost
2b74dd73d5
Regenerated.
2002-05-08 18:00:33 +00:00
Markus Rost
a4f430482b
(find-function-search-for-symbol): Add autoload cookie.
...
(find-function-regexp): Include "\(quote " to match the defaliases in
loaddefs.el.
2002-05-08 16:42:09 +00:00
Pavel Janík
26f42fe4c4
(filesets-running-xemacs): Fix last change.
2002-05-08 16:38:56 +00:00
Markus Rost
89fba92aaf
(filesets-conditional-sort): Use copy-sequence, not copy-list.
...
(filesets-menu-path, filesets-menu-before, filesets-menu-in-menu):
Defvar them to nil if running in Emacs.
2002-05-08 15:54:59 +00:00
Pavel Janík
58c6812940
(make-flyspell-overlay): Add help text to flyspell overlays.
2002-05-08 15:27:26 +00:00
Pavel Janík
2ad631282d
(Info-mode-map): Bind `c' to Info-copy-current-node-name.
2002-05-08 14:42:10 +00:00
Richard M. Stallman
10df505135
(msb-menu-bar-update-buffers): Fixed frame menu to use
...
the frame name as the car of a menu entry, rather than the frame.
2002-05-08 13:14:17 +00:00
Richard M. Stallman
0d1c958a2f
(netrc-machine, netrc-get): Add autoloads.
2002-05-08 13:13:41 +00:00
Juanma Barranquero
b2c8e6ab5a
rfn-eshadow.el (read-file-name-electric-shadow-mode): Fix typos in
...
docstring.
2002-05-08 07:57:14 +00:00
Colin Walters
b052308724
(occur-unfontify-region-function): Delete.
...
(occur-mode): Don't use it.
(occur-engine): Respect `keep-props'.
(occur-accumulate-lines): If we're moving forward, decrement; don't
increment, and vice versa.
2002-05-08 03:53:19 +00:00
Colin Walters
ba46b4f99b
*** empty log message ***
2002-05-08 03:52:52 +00:00
Kenichi Handa
d633b538ac
(tibetan-canonicalize-for-unicode-alist)
...
(tibetan-canonicalize-for-unicode-regexp): New variables.
(tibetan-canonicalize-for-unicode-region): New function.
(tibetan-strict-unicode): New variable.
(tibetan-pre-write-canonicalize-for-unicode): New function.
2002-05-08 01:50:08 +00:00
Kenichi Handa
95083272f9
*** empty log message ***
2002-05-08 01:49:42 +00:00
Markus Rost
9e0211c90b
Regenerated.
2002-05-08 01:04:38 +00:00
Markus Rost
b2ce953f25
(ange-ftp-re-read-dir): Don't hide it behind the autoload-cookie.
...
Remove comment.
2002-05-07 19:34:35 +00:00
Markus Rost
22ac7ca0e4
(ffap): Don't hide it behind the autoload-cookie.
2002-05-07 19:32:33 +00:00
Markus Rost
b3a4edce1f
(close-rectangle): Don't hide it behind the autoload-cookie.
2002-05-07 19:30:21 +00:00
Juanma Barranquero
125d5ec708
(windmove-default-keybindings): Add optional parameter to allow using a
...
modifier other than 'shift.
2002-05-07 16:37:46 +00:00
Richard M. Stallman
f194e54a12
(filesets-external-viewers): Fix customization problem.
...
(filesets-some): Replaces cl's `some'. Calls changed.
(filesets-member): Replaces cl's `member*'. Calls changed.
(filesets-ormap): New function.
2002-05-07 16:11:30 +00:00
Colin Walters
f189891bd4
(ibuffer-pop-filter-group): Doc fix.
...
(ibuffer-clear-filter-groups): Likewise.
(ibuffer-kill-filter-group): Likewise.
(ibuffer-kill-line): Likewise.
(ibuffer-read-filter-group-name): New function.
(ibuffer-jump-to-filter-group): Use it.
(ibuffer-kill-filter-group): Likewise.
(ibuffer-yank-filter-group): Likewise.
(ibuffer-decompose-filter-group): New function.
2002-05-07 08:13:13 +00:00
Colin Walters
2bd26a6f10
(ibuffer-mode-map): Bind it. Add :enable guard around
...
`ibuffer-filters-to-filter-group' menu item. Fix :enable guards for
`ibuffer-pop-filter-group' and `ibuffer-clear-filter-groups'.
(toplevel): Specialize `ibuffer-mode-groups-popup' menu items.
2002-05-07 08:11:41 +00:00
Colin Walters
7fff96d66f
*** empty log message ***
2002-05-07 08:05:10 +00:00
Markus Rost
fe75e6d023
(find-function-search-for-symbol): Use with-syntax-table.
2002-05-06 21:12:42 +00:00
Stefan Monnier
21936ea51e
(locate-file): Deprecate integer values for predicate.
2002-05-06 21:11:51 +00:00
Francesco Potortì
67f9d50ec6
(rmail-font-lock-keywords): Highlight Resent-[Ff]rom:.
2002-05-06 07:52:30 +00:00
Francesco Potortì
cae1ff0e5d
*** empty log message ***
2002-05-06 07:52:14 +00:00
Markus Rost
e86a3837cf
*** empty log message ***
2002-05-06 00:27:23 +00:00
Markus Rost
4b70b30b59
(time-stamp-format): Escape open parenthesis in column 0.
2002-05-06 00:16:04 +00:00
Eli Zaretskii
9975de28cd
This file was deleted since the TCP emulation is no longer in use
...
on any platform.
2002-05-05 18:44:05 +00:00
Richard M. Stallman
2fab432898
(tool-bar-local-item-from-menu): Handle both cases: when the menu item
...
has cached info and when it doesn't.
2002-05-05 03:06:58 +00:00
Richard M. Stallman
cd56bfef62
(filesets-browse-dir-function): Renamed from ...-fn.
...
(filesets-open-file-function, filesets-save-buffer-function): Likewise.
(filesets-tree-max-level): Doc fix.
(filesets-commands, filesets-external-viewers)
(filesets-ingroup-patterns): Mark as risky.
(filesets-cache-hostname-flag): Doc fix.
(filesets-menu-cache-file): Doc fix. Mark as risky.
(filesets-menu-before, filesets-menu-path, filesets-menu-in-menu):
Don't defcustom them if running in Emacs.
2002-05-05 01:55:25 +00:00
Richard M. Stallman
dbfd87a1eb
(filesets-ingroup-collect-files):
...
fix problem with inclusion groups' :scan-depth property
2002-05-05 01:44:04 +00:00
Colin Walters
b5e80d1acd
(ibuffer-mode-operate-menu, ibuffer-mode-mark-menu)
...
(ibuffer-mode-view-menu): Unused variables; deleted.
(ibuffer-find-file): Pass wildcard flag to `find-file' correctly.
(ibuffer-mode-groups-popup): New variable.
(toplevel): Bind filter group menu entries in it. Add :enable
forms for some menu items.
(toplevel): Bind [down-mouse-3] in `ibuffer-mode-filter-group-map'
to `ibuffer-mouse-popup-menu'.
(ibuffer-mouse-popup-menu): Test whether or not we're on a filter
group name, and if so, pop up a filter group menu.
2002-05-05 00:12:54 +00:00
Colin Walters
c56a4f1f0a
(ibuffer-kill-filter-group): Test for killing "Default" group earlier.
...
Push killed group on `ibuffer-filter-group-kill-ring'.
(ibuffer-kill-line): Document. Don't push killed group ourselves.
(ibuffer-yank-filter-group): Renamed from `ibuffer-yank'.
(ibuffer-insert-filter-group-before): New function, broken out from
`ibuffer-yank'.
(ibuffer-yank): Now just call `ibuffer-yank-filter-group'.
2002-05-05 00:12:17 +00:00
Colin Walters
8ed4ef7ccf
*** empty log message ***
2002-05-05 00:09:53 +00:00
Jason Rumney
5259a0d03c
*** empty log message ***
2002-05-04 22:22:33 +00:00
Jason Rumney
e596f2a24b
(mouse-wheel-scroll-line)
...
(mouse-wheel-scroll-screen): Removed.
([mouse-wheel], [C-mouse-wheel], [S-mouse-wheel]): Use mwheel-scroll.
2002-05-04 22:17:07 +00:00
Jason Rumney
b3ddc2a738
(mouse-wheel-scroll-amount): Removed.
2002-05-04 22:16:31 +00:00
Jason Rumney
5608c89603
(mwheel-event-button): Translate mouse-wheel events.
...
(mwheel-scroll): Recognize nil scroll amount as documented.
2002-05-04 22:16:04 +00:00
Markus Rost
77186c6280
(find-function-search-for-symbol): Bind case-fold-search when searching.
2002-05-04 15:42:34 +00:00
Eli Zaretskii
8d33699be8
(apropos-print): Fix the reference to mouse-2.
2002-05-04 14:51:46 +00:00
Richard M. Stallman
d7f5c8f9d1
(mpuz-switch-to-window): Set buffer-read-only directly.
2002-05-04 14:17:21 +00:00
Richard M. Stallman
8f21d64ed1
Comment change.
2002-05-04 02:45:09 +00:00
Kim F. Storm
c42c5c7c1b
(custom-buffer-verbose-help): New variable.
...
(custom-buffer-create-internal): Remove verbose introduction
in customization buffer when it is nil.
2002-05-03 22:50:08 +00:00
Kim F. Storm
ade3d7fc7d
*** empty log message ***
2002-05-03 22:49:35 +00:00
John Wiegley
6995786da5
(eshell-modify-global-environment): Added this customization variable,
...
which will cause any "export" commands within any eshell buffer to
modify the global Emacs environment. It defaults to nil, which means
that such commands will only modify that Eshell buffer's environment.
(eshell-var-initialize): Initialize `eshell-modify-global-environment'.
2002-05-03 20:43:53 +00:00
John Wiegley
3399c75279
*** empty log message ***
2002-05-03 20:43:36 +00:00
John Wiegley
d7da23c9d5
(eshell-command-completions-alist): Improved default completion
...
targets for objdump, nm and readelf.
2002-05-03 20:42:32 +00:00
John Wiegley
6d2775cf85
*** empty log message ***
2002-05-03 20:42:19 +00:00
Richard M. Stallman
41bfe57ae7
Whitespace change.
2002-05-03 19:33:38 +00:00
Colin Walters
3d43e48ad4
(gamegrid-user-score-file-directory): New variable.
...
(gamegrid-add-score-with-update-game-score): Use
`shared-game-score-directory'. Correctly handle non-setuid case.
2002-05-03 19:30:58 +00:00
Colin Walters
f28a179568
*** empty log message ***
2002-05-03 19:26:43 +00:00
Richard M. Stallman
43afed8cf0
(select-safe-coding-system): Don't offer coding systems that use locking shift.
...
Ask for confirmation if chosen coding system disagrees with
a `coding:' spec in the file.
2002-05-03 04:23:31 +00:00
Colin Walters
70ed2a7630
(occur-mode-map): Bind "q" to `delete-window'.
...
(occur-1): If one of the buffers we're searching is the *Occur* buffer
itself, handle it by creating a temporary buffer. If any of the
buffers being searched are killed, note that in the search result
message. Also, set local variables before we possibly kill the
buffer.
2002-05-02 21:22:56 +00:00
Pavel Janík
307645975c
Follow coding conventions.
2002-05-02 05:41:46 +00:00
Glenn Morris
e3f5ce5624
Again with the whitespace.
...
(f90-line-continued, f90-get-present-comment-type, f90-looking-at-if-then,
f90-indent-line, f90-indent-new-line, f90-indent-region,
f90-indent-subprogram, f90-do-auto-fill, f90-join-lines, f90-fill-region,
f90-match-end, f90-insert-end, f90-change-keywords): Minor code tidying.
2002-05-01 23:38:05 +00:00
Kim F. Storm
63e6f5b3f9
(cua-inhibit-cua-keys): New buffer-local variable.
2002-05-01 22:04:47 +00:00
Kim F. Storm
06753468d3
(menu-bar-make-toggle): Added optional PROPS arg.
...
(menu-bar-options-save): Added cua-mode.
(menu-bar-options-menu): Added toggle for cua-mode. Disable
toggle for transient-mark-mode if cua-mode is enabled.
2002-05-01 22:01:16 +00:00
Kim F. Storm
492274d3fa
*** empty log message ***
2002-05-01 21:59:53 +00:00
Richard M. Stallman
1ebc1f01bf
(view-todo): New function.
...
(help-map): Bind C-h C-t to view-todo.
(help-for-help): Change the text.
2002-05-01 16:41:52 +00:00
Glenn Morris
cfe9d0b5fb
(fortran-strip-sequence-nos): Rename from typo `fortran-strip-sqeuence-nos'.
2002-05-01 15:34:30 +00:00
Glenn Morris
ec2f376f6a
Yet more doc string, commment and whitespace changes.
...
(f90-imenu-flag): New name for internal variable f90-imenu.
(f90-blocks-re, f90-program-block-re, f90-end-if-re, f90-no-break-re): Use
regexp-opt.
(f90-end-type-re): Add closing "\\>".
(f90-indent-region): Correctly indent comments embedded in continued lines.
(f90-indent-new-line): Make it indent the current line, as it should.
2002-05-01 15:29:30 +00:00
Eli Zaretskii
acd39eb62f
(clone-indirect-buffer-other-window): Fix a typo in `pop-up-window'.
2002-05-01 15:08:25 +00:00
Kim F. Storm
1d8a11093f
typo
2002-05-01 14:23:37 +00:00
Kim F. Storm
e75d337c0a
(cua--pre-command-handler): Only interpret delete-selection property if mark-active.
2002-05-01 14:22:06 +00:00
Kim F. Storm
958e3d8a97
cua fix
2002-05-01 14:21:37 +00:00
Pavel Janík
ab59447f26
*** empty log message ***
2002-05-01 09:51:15 +00:00
Pavel Janík
3f3410a93b
(cal-menu-x-popup-menu): Fix argument of error call.
2002-05-01 09:46:36 +00:00
Pavel Janík
dcb90b5fec
Follow coding conventions.
2002-05-01 09:45:59 +00:00
Colin Walters
52ab062c96
(tex-validate-buffer): Use `occur-revert-arguments' instead of setting
...
`occur-nlines' and `occur-buffer'. Don't test for `input-pending-p'
in loop. Set text property `occur-target' instead of `occur'.
2002-05-01 05:22:08 +00:00
Colin Walters
085917a552
*** empty log message ***
2002-05-01 05:21:26 +00:00
John Wiegley
39e2c94978
(align-region): Fixed the fix to align-region, because the "name"
...
argument was appearing twice.
2002-05-01 00:54:10 +00:00
John Wiegley
38c6773188
*** empty log message ***
2002-05-01 00:50:15 +00:00
Martin Stjernholm
b3cf7e18a3
(c-beginning-of-decl-1): Better way to handle protection labels, one
...
which doesn't get confused by inherit colons.
(c-end-of-decl-1): Don't treat functions that have "class" or "struct"
in the return type as classes or structs.
2002-04-30 23:02:19 +00:00
Pavel Janík
ec3476d001
Lowercase the first letter in the header.
...
Remove Timestamp.
2002-04-30 20:42:40 +00:00
Kim F. Storm
6e0fbd659e
(menu-bar-custom-menu): Change "Recently Changed Options"
...
to "New Options..."; rephrase tooltip.
Rephrase tooltip for "Specific Option...".
Added "Saved Options" item. [from Simon Marshall]
2002-04-30 20:39:00 +00:00
Richard M. Stallman
0c8c632233
*** empty log message ***
2002-04-30 17:57:09 +00:00
Richard M. Stallman
ad68bb68bc
(display-time-mail-directory, display-time-mail-function): Doc fixes.
2002-04-30 17:56:19 +00:00
Richard M. Stallman
37019f48a6
Delete ediff-hook.el page.
2002-04-30 17:48:09 +00:00
Richard M. Stallman
8a76146c4c
Remove autoload cookies.
2002-04-30 17:46:15 +00:00
Richard M. Stallman
93f7e65790
(tibetan-obsolete-glyphs): From tibetan.el.
2002-04-30 17:24:10 +00:00
Richard M. Stallman
5bad6b8ad5
(tibetan-obsolete-glyphs): Now in tibet-util.el.
2002-04-30 17:23:53 +00:00
Richard M. Stallman
a7938b0e01
(align-region): Fix call to `message'.
...
Check that (car rule) is a symbol.
2002-04-30 17:14:14 +00:00
Richard M. Stallman
461f30cb27
(report-emacs-bug-hook): Use replace-match only if search was successful.
2002-04-30 17:11:38 +00:00
Richard M. Stallman
87810ca9df
(auto-insert-directory): Doc fix.
2002-04-30 16:36:02 +00:00
Kim F. Storm
bed8e829ec
Fixed require for cua-mode variable
2002-04-30 13:12:33 +00:00
Stefan Monnier
41dfdd7120
(comment-fill-column): Fix :type spec.
2002-04-30 13:01:03 +00:00
Richard M. Stallman
2a1e884e95
*** empty log message ***
2002-04-30 05:42:29 +00:00
Richard M. Stallman
641c04b9f0
(describe-text-at and stuff): Moved to descr-text.el.
2002-04-30 04:59:24 +00:00
Richard M. Stallman
bd421bc2dd
(documentation): Add ad-define-subr-args call.
2002-04-30 04:20:25 +00:00
Richard M. Stallman
f1b693270a
(zone-mode): Add write-file-hooks hook locally.
2002-04-30 03:28:48 +00:00
Richard M. Stallman
74d51fb840
(report-emacs-bug-hook): Don't fail completely
...
if the user edits the Emacs version number in the text.
2002-04-30 02:23:49 +00:00