1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
Commit Graph

41591 Commits

Author SHA1 Message Date
Kim F. Storm
72cc582e69 Added cua-mode based files [split from original cua.el]:
cua-base.el, cua-rect.el, cua-gmrk.el, and keypad.el
2002-04-28 21:48:39 +00:00
Colin Walters
b098e75323 (ibuffer-mode): Additional documentation on filter groups. 2002-04-28 21:42:07 +00:00
Colin Walters
b7f6c47665 (ibuffer-set-filter-groups-by-mode): Don't make an ibuffer-mode filter
group if `ibuffer-view-ibuffer' is nil.
2002-04-28 21:40:57 +00:00
Richard M. Stallman
c0e48b0bb8 *** empty log message *** 2002-04-28 21:16:32 +00:00
Richard M. Stallman
7aeff5ab52 Comment change. 2002-04-28 21:14:17 +00:00
Jan Djärv
005e0d57fc Do not grab keyboard if installation-directory is
non-nil (not installed Emacs).  To simplify debugging.
2002-04-28 19:54:30 +00:00
Glenn Morris
8a42a102ef Entries I should have made earlier. 2002-04-28 19:03:24 +00:00
Jason Rumney
6fb6f3ac22 *** empty log message *** 2002-04-28 18:56:22 +00:00
Jason Rumney
09ed9d8823 (syms_of_w32proc): Get true file attributes by default. 2002-04-28 18:53:48 +00:00
Jason Rumney
93e0f0da4b (stat, fstat): Use file index information to generate
inodes for directories where available.
2002-04-28 18:52:26 +00:00
Glenn Morris
b362c12a0f Entry I should have made earlier. 2002-04-28 18:15:26 +00:00
Richard M. Stallman
46b3d18ef0 (occur-accumulate-lines): Avoid incf and decf.
(occur-engine-add-prefix): New function.
(occur-engine): Avoid using macrolet, incf and decf.
Use occur-engine-add-prefix instead.
Rename `l' to `lines' and `c' to `matches'.

(occur-engine, occur-mode-mouse-goto)
(occur-mode-find-occurrence, occur-mode-goto-occurrence)
(occur-mode-goto-occurrence-other-window)
(occur-mode-display-occurrence): A position is just a marker,
not a list.

(occur-revert-arguments):
Renamed from occur-revert-properties.  All uses changed.
2002-04-28 17:48:31 +00:00
Pavel Janík
2bad4ee209 Remove unused file. 2002-04-28 13:38:13 +00:00
Pavel Janík
9d5ebed11b Remove OpenLook file dependencies.
(xrdb-cpp.o): Remove target.
Remove unused defines.
2002-04-28 13:35:36 +00:00
Pavel Janík
38e668dfb2 (instantiate_widget_instance): Remove duplicated prototype. 2002-04-28 13:19:45 +00:00
Pavel Janík
b03a2115d3 (recentf-menu-before): Use string to specify path in the menu. 2002-04-28 12:11:55 +00:00
Richard M. Stallman
8ba148c706 (custom-load-symbol): Moved to custom.el.
(custom-load-recursion): Likewise.
2002-04-28 03:29:39 +00:00
Richard M. Stallman
8f772dfd7a (custom-load-symbol): Moved from cus-edit.el.
(custom-load-recursion): Likewise.
2002-04-28 03:23:52 +00:00
Richard M. Stallman
e8e98f20c2 (ada-add-ada-menu): Menu pseudo-keys generated by easymenu are now lowercase. 2002-04-28 03:18:29 +00:00
Richard M. Stallman
332b907c86 (menu-bar-update-buffers): Add menu items Next Buffer and Previous Buffer. 2002-04-27 23:18:21 +00:00
Richard M. Stallman
f54b0d85a8 (next-buffer, prev-buffer): New commands.
Bind C-x left and C-x right to them.
2002-04-27 23:16:18 +00:00
Pavel Janík
ca429a2557 (read-language-name): Take of non-list values. 2002-04-27 22:34:06 +00:00
Richard M. Stallman
c793c600a0 (Info-header-line): Mark it as risky-local-variable. 2002-04-27 20:16:17 +00:00
Richard M. Stallman
d86a3084f6 (insert-for-yank): Replace `category' property
with whatever properties it stands for.

(member-ignore-case): Ignore non-strings in LIST.
2002-04-27 19:49:18 +00:00
Robert J. Chassell
e601d8fd57 Fixed typographic errors. 2002-04-27 13:10:05 +00:00
Eli Zaretskii
82e119fb4d Document the MacOS X support. 2002-04-27 09:02:44 +00:00
Miles Bader
3b4ef34b2e (read-face-name): Format the prompt correctly when there's no default. 2002-04-27 04:57:44 +00:00
Richard M. Stallman
3fad47d896 Explicitly load cus-face and timer. 2002-04-27 03:50:12 +00:00
Richard M. Stallman
ad871438dd Don't require timer. 2002-04-27 03:46:26 +00:00
Richard M. Stallman
7926be1c7d Don't require cus-face. 2002-04-27 03:45:58 +00:00
Richard M. Stallman
701f49d2a7 Fix previous change. 2002-04-27 03:14:21 +00:00
Andrew Choi
e0f712ba55 Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
lisp/ChangeLog, and src/ChangeLog for list of changes.
2002-04-26 23:39:06 +00:00
Richard M. Stallman
501d8923ae (customize-face-other-window): Make it work similarly. 2002-04-26 22:33:33 +00:00
Richard M. Stallman
cdd50deacf (customize-face): Use read-face-name and handle multiple faces. 2002-04-26 22:31:57 +00:00
Richard M. Stallman
a482f36455 (read-face-name): New defaulting features.
New args STRING-DESCRIBING-DEFAULT and MULTIPLE.
(list-faces-display): Use the face, not its name string,
as arg when running customize-face.
Put a `read-face-name' prop on the entire line.
(describe-face): Handle multiple faces via read-face-name.
2002-04-26 22:31:16 +00:00
Richard M. Stallman
9e0ad27acd (tex-start-options): New variable.
(tex-start-commands): New variable.
(tex-start-options-string): Variable deleted.
(tex-start-tex): Use tex-start-options and tex-start-commands,
not tex-start-options-string.
(tex-command): Doc fix.
2002-04-26 21:19:24 +00:00
Sam Steingold
a8ba442952 (smtpmail-try-auth-methods): host is not in the authinfo/netrc => cred=nil. 2002-04-26 18:59:08 +00:00
Gerd Moellmann
56a0382c7d (x_draw_phys_cursor_glyph): Undo last change. Compute
phys_cursor_width from the x position returned by x_draw_glyhs,
which is cheaper.
(x_display_and_set_cursor): Compute the buffer-local value
of `cursor-in-non-selected-windows' only when needed.
2002-04-26 17:56:03 +00:00
Gerd Moellmann
6cc6a2e95b Remove Ada-specific example code. 2002-04-26 14:40:21 +00:00
Gerd Moellmann
7f671def72 *** empty log message *** 2002-04-26 14:39:42 +00:00
Eli Zaretskii
d37478d0d7 (CHAR_COMPONENTS_VALID_P): Tell in a comment that some invalid pairs are
intentionally allowed.
2002-04-26 12:03:20 +00:00
Eli Zaretskii
3ae62f22e0 Fix a few blunders. 2002-04-26 11:56:35 +00:00
Eli Zaretskii
b03763f430 Add latest new features. 2002-04-26 11:48:11 +00:00
Eli Zaretskii
010054643a (Position Info): Add text properties to the example. Add index entries. 2002-04-26 11:29:26 +00:00
Pavel Janík
64b9637c08 New file with information for Emacs pretesters. 2002-04-26 06:23:06 +00:00
Michael Kifer
abdb213cb6 2002-04-25 Michael Kifer <kifer@cs.stonybrook.edu>
* ediff-hooks.el: Put back the autoloads.
2002-04-26 05:17:53 +00:00
Colin Walters
fece59b88c (ibuffer-saved-filter-groups): Don't include broken defaults.
(ibuffer-yank): Be sure to `setq' after we use `nconc'.
(ibuffer-save-filter-groups): Correctly structure filter groups.
(ibuffer-switch-to-saved-filter-groups): Correctly extract filter
groups.
2002-04-26 03:59:35 +00:00
Colin Walters
96777edb82 (define column process): Use `ibuffer-aif'. 2002-04-26 03:59:18 +00:00
Colin Walters
a902944c2f *** empty log message *** 2002-04-26 03:59:05 +00:00
Richard M. Stallman
60ed3fa5f0 (smtpmail-auth-credentials): Support netrc files as well.
(smtpmail-try-auth-methods): Support netrc data.
(netrc-parse): Autoload netrc.
2002-04-25 23:39:21 +00:00