1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-10 16:20:17 -08:00
Commit graph

20732 commits

Author SHA1 Message Date
Stefan Monnier
c37adaa5ea (file-name-non-special): Don't mangle the 0'th arg and the
return value of file-name-completion and file-name-all-completions.
2002-04-19 16:27:09 +00:00
Eli Zaretskii
175e150b91 *** empty log message *** 2002-04-19 13:12:14 +00:00
Eli Zaretskii
724698b0d0 Regenerated. 2002-04-19 12:48:57 +00:00
Eli Zaretskii
b125e64388 Update maintainer.
(f90-line-continued): Recognize blank/comment lines embedded in
continuation lines.
(f90-looking-at-program-block-start): No extra indentation after
function or subroutine keyword appears in single quotes.
2002-04-19 12:22:13 +00:00
Miles Bader
6d912ee1a7 (customize-mark-to-save, customize-mark-as-set)
(custom-quote): Moved here from `cus-edit.el'.
2002-04-19 07:43:43 +00:00
Miles Bader
60acd41c19 (customize-mark-to-save, customize-mark-as-set)
(custom-quote): Moved to `custom.el'.
2002-04-19 07:42:10 +00:00
Richard M. Stallman
39d9e41299 *** empty log message *** 2002-04-19 05:24:02 +00:00
Richard M. Stallman
d9f7eb77e1 *** empty log message *** 2002-04-19 00:29:46 +00:00
Richard M. Stallman
0af1db4225 (list-text-properties-at): Command deleted. 2002-04-19 00:27:07 +00:00
Richard M. Stallman
e7c765c3fc (insert-register): Use insert-for-yank.
(describe-register-1): Discard text props in yank-excluded-properties.
2002-04-19 00:23:18 +00:00
Richard M. Stallman
afa0467f08 (insert-rectangle): Use insert-for-yank. 2002-04-19 00:23:08 +00:00
Richard M. Stallman
97c2194784 (tool-bar-local-item-from-menu):
Fix parts in construction of `menu-item' item at end.
2002-04-19 00:09:20 +00:00
Richard M. Stallman
fba75b6b1a (mail-mode-abbrev-table): Delete defvar. 2002-04-19 00:08:19 +00:00
Richard M. Stallman
2493767eaa (insert-for-yank): New function. 2002-04-19 00:06:54 +00:00
Richard M. Stallman
cfb4f12394 (yank-excluded-properties): New user option.
(yank-pop, yank): Use insert-for-yank.
2002-04-19 00:05:22 +00:00
Kim F. Storm
1841f9e393 (pop-to-mark-command): Do not set this-command.
(set-mark-command): Always jump to mark when called with arg.
2002-04-18 22:16:50 +00:00
Francesco Potortì
ccb6090a07 (comint-watch-for-password-prompt): Remove whitespace
at the beginning of password prompts.
2002-04-18 19:41:57 +00:00
Francesco Potortì
587cd79875 *** empty log message *** 2002-04-18 19:41:16 +00:00
Andrew Innes
a03c7d2406 Remove require of wid-edit. 2002-04-18 12:08:40 +00:00
Colin Walters
d246cabf2d (ibuffer-visit-buffer): Optionally allow reducing to one window.
(ibuffer-visit-buffer-1-window): Simply call `ibuffer-visit-buffer'.
(ibuffer-current-state-list): Reinstate optional argument; now just
call `point' inside the mapping function.
2002-04-17 22:38:10 +00:00
Colin Walters
3de7b1bde8 *** empty log message *** 2002-04-17 22:37:42 +00:00
Francesco Potortì
edb8d73e62 * dired-aux.el (dired-star-subst-regexp,
dired-quark-subst-regexp): New constants.
(dired-do-shell-command, dired-shell-stuff-it): Use them.
(dired-do-shell-command): Raise an error if both `*' and `?'
substitution marks are used in the same command.
(dired-shell-stuff-it): Substitute all instances of `*' and `?'
in a command given via dired-do-shell-command.
2002-04-17 09:54:47 +00:00
Francesco Potortì
e675537cef *** empty log message *** 2002-04-17 09:54:06 +00:00
Francesco Potortì
c759aa1887 (comint-password-prompt-regexp): Match "Repeat passphrase". 2002-04-17 08:04:38 +00:00
Francesco Potortì
e190a59bac *** empty log message *** 2002-04-17 08:04:17 +00:00
Jason Rumney
1c565847fa *** empty log message *** 2002-04-16 23:00:27 +00:00
Jason Rumney
69210880c0 (locale-preferred-coding-systems): Add "jpn". 2002-04-16 22:59:20 +00:00
Eli Zaretskii
58db50c3bb *** empty log message *** 2002-04-16 18:55:27 +00:00
Eli Zaretskii
04e7ed7b6e (term-emulate-terminal): Fix last change. 2002-04-16 18:50:07 +00:00
Pavel Janík
aa88b9e55f (mode-line-mode-menu): Update names to reflect latest changes. 2002-04-16 14:56:36 +00:00
Mike Williams
662deeab31 (sgml-at-indentation-p): Move to fix compilation error. 2002-04-16 10:38:30 +00:00
Michael Kifer
241d963df0 * viper-ex.el: Patch by Samuel Padgett. Copyright papers received.
(viper-ex-print-buf-name): New variable.
	(viper-ex-print-buf): New variable.
	(ex-token-alist): Invoke ex-print on ":print" Ex commands.
	(ex-g-marks): New variable.
	(ex-print): New function.
	(ex-print-display-lines): New function.

	* viper.el (viper-set-hooks): add window-setup-hook, which sets
	the cursor color.

	* ediff-util.el (ediff-cleanup-mess): delete ctl window on exit
	when the window is not in its own frame.
	(ediff-clone-buffer-for-region-comparison): more robust window
	arrangement while prompting for regions to compare.
	(ediff-make-cloned-buffer): use generate-new-buffer-name.
	(ediff-inferior-compare-regions): deleted unused vars
	ctl-buf and quit-now.
2002-04-16 05:49:11 +00:00
Richard M. Stallman
9bf4c4e564 (facemenu-add-new-face): Use this only for faces. Delete arg MENU.
(facemenu-add-new-color): New function.
(facemenu-set-foreground, facemenu-set-background):
Use facemenu-add-new-color.
2002-04-15 22:05:52 +00:00
Eli Zaretskii
aef1692217 (ediff-current-diff-face-A)
(ediff-current-diff-face-B, ediff-current-diff-face-C)
(ediff-current-diff-face-Ancestor, ediff-fine-diff-face-A)
(ediff-fine-diff-face-B, ediff-fine-diff-face-C)
(ediff-fine-diff-face-Ancestor, ediff-even-diff-face-A)
(ediff-even-diff-face-B, ediff-even-diff-face-C)
(ediff-even-diff-face-Ancestor, ediff-odd-diff-face-A)
(ediff-odd-diff-face-B, ediff-odd-diff-face-C)
(ediff-odd-diff-face-Ancestor): Add special color definitions for
tty and MS-DOS displays.
2002-04-15 18:31:09 +00:00
Stefan Monnier
397869a4c8 (bootstrap): Don't bother using the pure space. 2002-04-15 11:30:08 +00:00
Andrew Innes
772f363f27 Require wid-edit. 2002-04-15 10:25:19 +00:00
Miles Bader
7e78429398 (widget-field-face, widget-single-line-field-face): Force foreground to
be black on a tty, so this face is readable on a dark-background tty.
2002-04-15 06:18:38 +00:00
Miles Bader
04b8b38245 (highlight): Force foreground to be black on a tty, so this face is
readable on a dark-background tty.
2002-04-15 06:16:28 +00:00
Kim F. Storm
6727b88a32 *** empty log message *** 2002-04-14 17:33:06 +00:00
Kim F. Storm
868c2f498c (pop-to-mark-command, push-mark-command): New commands.
(set-mark-command): Use them.
Enhanced functionality when command is repeated:
- If first command set the mark (no prefix arg), repeat temporarily
enables transient-mark-mode.
- If first command jumped to mark off ring (with argument),
repeat (with or without arg) jump to next mark off ring.
- Use C-u C-u prefix to set mark after jump.
(exchange-point-and-mark): Temporarily enable transient-mark-mode
if prefix arg.
2002-04-14 17:27:55 +00:00
Pavel Janík
5e55c9ebe5 (speedbar-tag-hierarchy-method)
(speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.
2002-04-14 16:22:57 +00:00
Mike Williams
ca05be61ac (sgml-parse-tag-backward): Fix to work at beginning of buffer. 2002-04-14 12:50:10 +00:00
Pavel Janík
0e03b0c25f *** empty log message *** 2002-04-14 08:18:02 +00:00
Pavel Janík
e637a73dda (speedbar-generic-item-info)
(speedbar-sort-tags): Doc fix.
(speedbar-add-supported-extension): Fix typo in interactive spec.
2002-04-14 08:11:22 +00:00
Colin Walters
e9d1f248d5 *** empty log message *** 2002-04-14 06:42:43 +00:00
Colin Walters
4cb72a5478 Revert previous change. 2002-04-14 05:51:31 +00:00
Colin Walters
91da64426a (math-format-number): Load `calc-ext' before we call
`math-group-float'.
2002-04-14 05:50:05 +00:00
Colin Walters
bde5791106 Update callers of `ibuffer-map-lines'. 2002-04-14 05:48:09 +00:00
Colin Walters
23cbf556ab (math-format-radix-float): Load calc-ext' before we call math-group-float'. 2002-04-14 01:51:15 +00:00
Colin Walters
57c9cc3ee1 (ibuffer-forward-line): Just skip header if we're
only moving one line forward.
(ibuffer-map-lines): Preserve point position even if we delete
lines.  Only call mapping functions with buffer and mark
arguments; the other two were unused.
(ibuffer-redisplay, ibuffer-update): Always skip special areas.
2002-04-14 01:50:57 +00:00