1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 19:31:02 -08:00
Commit graph

20886 commits

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