1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-29 11:02:01 +00:00
Commit Graph

41773 Commits

Author SHA1 Message Date
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
Colin Walters
2a573e6938 *** empty log message *** 2002-05-07 06:49:31 +00:00
Eli Zaretskii
42c615aec0 Don't say *.elc files cannot be regenerated. 2002-05-07 06:08:37 +00:00
Eli Zaretskii
5005a9c0c2 Add an item about reordering defcustom's. 2002-05-07 05:50:39 +00:00
Eli Zaretskii
7b9ae523c5 (lisp_data_to_selection_data): Don't set selection
type if comes from the Lisp object's car.  If the selection
contains a pure ASCII text, always return QSTRING as its type.
2002-05-07 05:46:35 +00:00
Pavel Janík
ef93458b2f (make_drawing_gcs): The scaling factor passed to
`x_alloc_lighter_color_for_widget' is a float, not an int, and it's
a multiplicative factor, so the name `delta' is inaccurate.  Always base
disabled foreground on the normal foreground.  Don't use the temporary
variable `temp'.
2002-05-07 05:22:48 +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
Pavel Janík
8b71a9ca6f (xlwMenuResources): New resource.
(find_next_selectable): Return current item when the menu is not poped up.
Rename `inactive_gc' to `disabled_gc'.
Use lighter/darker color for disabled menu items instead of using stipple.
Use stipple only when better color can not be determined automatically.
2002-05-06 18:56:25 +00:00
Pavel Janík
2ad9976665 (XtNdisabledForeground, XtCDisabledForeground): New resource names. 2002-05-06 18:54:56 +00:00
Pavel Janík
ba75570203 (_XlwMenu_part): Add new member `disabled_foreground'.
Rename `inactive_gc' to `disabled_gc'.
2002-05-06 18:54:28 +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
Pavel Janík
14bda6dbbf (mac-cut-function): Doc fix. 2002-05-06 06:49:11 +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
6b529d78be [DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it. 2002-05-05 04:30:45 +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
Jason Rumney
406b073da1 (make_lispy_event) <mouse-wheel>: Set count to 1
for event-click-count.
2002-05-04 22:13:53 +00:00
Markus Rost
77186c6280 (find-function-search-for-symbol): Bind case-fold-search when searching. 2002-05-04 15:42:34 +00:00
Jason Rumney
616d7a5186 --fullscreen options supported on Windows too 2002-05-04 15:00:13 +00:00
Jason Rumney
a8e8ea6124 (init_process): Only add server subfeature if we can
use non-blocking I/O.
2002-05-04 14:55:19 +00:00
Jason Rumney
1d5e0b52aa *** empty log message *** 2002-05-04 14:53:29 +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
Eli Zaretskii
287e56d1d6 Add information about BDF fonts in etl-unicode.tar.gz. 2002-05-04 13:41:33 +00:00
Andrew Choi
c7764932ff 2002-05-04 Andrew Choi <akochoi@shaw.ca>
* macterm.c (XTread_socket): Call WaitNextEvent once instead of
        repeatedly.
2002-05-04 13:31:56 +00:00
Eli Zaretskii
9a9c123f83 Fix last change. 2002-05-04 13:28:22 +00:00
Eli Zaretskii
9e00616f42 Add a few greetings that use Unicode characters. 2002-05-04 11:19:12 +00:00
Pavel Janík
9a40c2fbd4 *** empty log message *** 2002-05-04 10:06:53 +00:00
Pavel Janík
8ad51543ab Add even more rules. 2002-05-04 10:06:22 +00:00
Pavel Janík
8829729cf9 Do not distribute lock/ directory. 2002-05-04 10:05:01 +00:00
Richard M. Stallman
2037b26301 Clarify how replace-match does case conversion. 2002-05-04 06:33:47 +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
Jason Rumney
e151372d2c *** empty log message *** 2002-05-03 21:33:57 +00:00
Jason Rumney
75728599a0 (Fmake_network_process): Only support server sockets
when we can make them non-blocking.
2002-05-03 21:24:27 +00:00