1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 04:30:45 -08:00
Commit graph

41711 commits

Author SHA1 Message Date
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
Eli Zaretskii
b5cb465242 Advise not to use Exceed 6.1. 2002-05-03 09:56:01 +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
c5020b5bcc *** empty log message *** 2002-05-02 23:51:57 +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
Richard M. Stallman
2255d5b419 Add an introductory note. 2002-05-01 16:36:11 +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
808284efdb Add new rules to escape from composition. 2002-05-01 09:50:45 +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
Pavel Janík
150998ec58 *** empty log message *** 2002-05-01 09:44:09 +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
Andrew Choi
e3ba1015a2 2002-04-30 Andrew Choi <akochoi@shaw.ca>
* configure.in: Provide documentation string when defining
        variable HAVE_CARBON.  Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
        and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
2002-05-01 04:30:59 +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
Richard M. Stallman
397214d4a0 [emacs]: Include stdio.h.
(GNU_LIBRARY_PENDING_OUTPUT_COUNT): New definition, conditional.
2002-04-30 22:48:27 +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
Stefan Monnier
bcd833b2a2 *** empty log message *** 2002-04-30 19:21:33 +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
85378c3fca (Special Properties): Add index entry and xref for tooltips. 2002-04-30 17:55:02 +00:00
Richard M. Stallman
aea6173f18 Comment change. 2002-04-30 17:53:39 +00:00
Richard M. Stallman
37019f48a6 Delete ediff-hook.el page. 2002-04-30 17:48:09 +00:00
Richard M. Stallman
bcb31b2a36 (Frequire): Error if called while preparing to dump. 2002-04-30 17:46:40 +00:00
Richard M. Stallman
ab4db096fd (do_autoload): Error if called while preparing to dump. 2002-04-30 17:46:26 +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