1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-11 09:20:51 +00:00
Commit Graph

1527 Commits

Author SHA1 Message Date
Richard M. Stallman
e562af697c (Info-default-directory-list): Take out ../../info.
Avoid duplication.
1993-05-28 17:23:47 +00:00
Richard M. Stallman
bcacc42c51 (baud-rate): Doc fix. 1993-05-28 16:40:28 +00:00
Richard M. Stallman
4e44c03b9e (find-change-log): Chase symlinks multiple levels. 1993-05-28 05:18:06 +00:00
Richard M. Stallman
deb5848daa (rmail-new-summary): Set rmail-summary-buffer
to nil at beginning; set it for real after summary is set up.
1993-05-28 04:44:55 +00:00
Richard M. Stallman
8bb272853d (find-alternate-file): Hide truename and inode number
temporarily, like the visited file name.
1993-05-28 01:22:00 +00:00
Roland McGrath
619c556e37 (find-dired-sentinel): Write a line describing death.
Set mode-line-process to record exit status.
Delete the process.
1993-05-28 00:58:08 +00:00
Richard M. Stallman
efdddf9ad3 Delete confusing comments. 1993-05-28 00:32:30 +00:00
Richard M. Stallman
c1bc92cebd (frame-initialize): Handle reverseVideo resource. 1993-05-27 23:50:38 +00:00
Richard M. Stallman
1b691d5c6c (x-create-frame-with-faces): Handle reverseVideo resource. 1993-05-27 23:50:21 +00:00
Richard M. Stallman
10d5cec652 Provide same name as file. 1993-05-27 21:01:29 +00:00
Richard M. Stallman
27c26a085c Fix typo. 1993-05-27 12:48:55 +00:00
Richard M. Stallman
a7a2b1f66f Pervasive changes to use Emacs 19 features
and conform to Emacs conventions.
1993-05-27 12:44:54 +00:00
Jim Blandy
5d20eba658 * x-win.el: Check for a geometry resource, and apply it to the
initial frame.
1993-05-27 05:38:12 +00:00
Richard M. Stallman
b22fda6fe5 Comment out handling of shell-send-input.
Delete the "local thinking machines" definitions at the end
since they caused compilation failure.
1993-05-27 05:01:09 +00:00
Richard M. Stallman
4455c148a4 (cl-member): Renamed from member. 1993-05-27 04:45:55 +00:00
Richard M. Stallman
c636405b43 (display-time-day-and-date): Use defvar, not defconst. 1993-05-27 04:04:28 +00:00
Jim Blandy
ecc99658d3 * isearch.el (isearch-forward): Remove the claim that
isearch-whitespace-chars matches any string of whitespace.
1993-05-27 03:33:12 +00:00
Richard M. Stallman
114137b8aa (listify-key-sequence): Avoid the constant ?\M-\200. 1993-05-27 00:06:08 +00:00
Richard M. Stallman
27d0420cd5 (find-file-noselect): Expand buffer-file-truename
before copying it to anything else.
1993-05-26 23:19:07 +00:00
Richard M. Stallman
ec03e49cb6 (dired-other-frame): New function, with binding. 1993-05-26 22:52:13 +00:00
Richard M. Stallman
d973d76918 Make C-x ` binding just once. 1993-05-26 22:36:32 +00:00
Richard M. Stallman
abe85b1b3a (finder-by-keyword): Autoload from finder', not finder.el'. 1993-05-26 22:19:06 +00:00
Richard M. Stallman
b1ee6b34ae (nroff-mode): Don't leave nroff-electric-mode void. 1993-05-26 22:17:29 +00:00
Richard M. Stallman
199dd758a3 (byte-optimize-divide): Don't optimize to less than two arguments. 1993-05-26 21:31:36 +00:00
Richard M. Stallman
a22f4c7d34 (hexlify-command, dehexlify-command): Use exec-directory. 1993-05-26 21:17:31 +00:00
Richard M. Stallman
f00de7c30d New version from Umeda. Needs detailed entry. 1993-05-26 20:28:11 +00:00
Richard M. Stallman
4c149073d5 (gnus-local-organization): Renamed from ...-your-...
(gnus-local-domain): Likewise.
1993-05-26 20:26:43 +00:00
Jim Blandy
10d8967392 * faces.el (x-resolve-font-name): If PATTERN is nil, return the
frame's face.
	(set-face-font): Only use x-resolve-font-name if FONT is a string.
	Copying a faces shouldn't resolve the font.
1993-05-26 19:42:36 +00:00
Richard M. Stallman
79161a452a (scroll-bar-mode): Make default value t. 1993-05-26 19:27:06 +00:00
Richard M. Stallman
c968e96c80 (make-help-screen): Handle mouse events.
Be smart about window configurations--when and whether to restore.
1993-05-26 19:12:18 +00:00
Richard M. Stallman
bc2ada626a (Info-follow-nearest-node): Omit 4th arg to Info-get-token. 1993-05-26 18:57:54 +00:00
Richard M. Stallman
03b3ba121e (auto-mode-alist): Recognize .sgm, .sgml, .dtd. 1993-05-26 18:21:26 +00:00
Richard M. Stallman
c7aa4667af (sgml-validate): compile1 renamed to compile-internal.
(sgml-mode): Add autoload cookie.
1993-05-26 18:20:35 +00:00
Richard M. Stallman
2b845a8c70 (auto-mode-alist): Treat .H and .hh as C++ files. 1993-05-26 18:12:00 +00:00
Richard M. Stallman
897897e32b (mouse-set-mark): Activate the mark.
Don't bounce the cursor if Transient Mark mode.
(mouse-save-then-kill): Pass explicit args to kill-ring-save.
(mouse-kill-ring-save): Likewise.
1993-05-26 18:09:52 +00:00
Richard M. Stallman
c5fb599fa1 (mail-strip-quoted-names): Catch errors from forward-sexp. 1993-05-26 18:00:55 +00:00
Richard M. Stallman
afa721bf35 (comint-filter): Restore buffer-read-only in proper buffer. 1993-05-26 17:03:51 +00:00
Richard M. Stallman
aa5f883618 Provide `ispell'. 1993-05-26 16:56:03 +00:00
Jim Blandy
9a8da78e7f * paths.el (Info-default-directory-list): Add
configure-info-directory to this list.
1993-05-26 06:50:24 +00:00
Richard M. Stallman
8b87a30104 (dired-unmark-all-files): Read arg as a string. 1993-05-25 22:59:26 +00:00
Richard M. Stallman
fedc33f7a8 (rmail-summary-mark-deleted): Check for end of buffer.
Pass t as NOWARN when calling rmail-summary-goto-msg.
1993-05-25 21:20:08 +00:00
Richard M. Stallman
730426aeb1 (dired-compress-file): Test the return value
of dired-check-process properly.
Fix use of nonexistent var `name'.
1993-05-25 19:05:13 +00:00
Richard M. Stallman
2a0a090a92 (dired-compress-file): Test the return value of dired-check-process properly. 1993-05-25 19:02:08 +00:00
Richard M. Stallman
d5913bf6f5 (Info-edit, Info-last-search, Info-enable-edit):
Correct case in `Info-mode-map'.
1993-05-25 17:17:50 +00:00
Richard M. Stallman
b73e2d8498 (rmail-bury): Fix call to set-window-buffer. 1993-05-25 16:56:15 +00:00
Richard M. Stallman
f6f6d98c0f Pass x-command-line-resources to x-open-connection.
(x-command-line-resources): New variable.
(x-handle-rn-switch): New function.
(command-switch-alist): Add -rn.
1993-05-25 16:21:12 +00:00
Jim Blandy
fbce865419 * startup.el (command-line-1): Don't handle `-i'. We're
abandoning the `insert file' meaning in favor of the `use a
	bitmapped icon' meaning.
1993-05-25 13:22:21 +00:00
Jim Blandy
281dc1c259 * faces.el (set-face-font): Call x-resolve-font-name on the font
before including it in the face.
	(x-resolve-font-name): New function.
1993-05-25 13:19:28 +00:00
Jim Blandy
db176f55de * x-win.el (command-switch-alist, x-switch-definitions): Treat
`-i' like `-itype', as in Emacs 18.
1993-05-25 13:17:52 +00:00
Jim Blandy
e6299e3010 * x-win.el (x-select-text): New arg PUSH.
(x-switch-definitions): Represent -r as `reverse' option.
1993-05-25 10:23:48 +00:00
Jim Blandy
bb292c9277 * paths.el (Info-default-directory-list): Add ../../info. 1993-05-25 06:22:21 +00:00
Jim Blandy
2eae72268f * disp-table.el (standard-display-european): Doc fix. Make
this autoload.  Make it respond to prefix arg like a minor mode.
1993-05-25 06:21:35 +00:00
Richard M. Stallman
9466a1f687 (find-file-read-only-other-window): Use find-file-other-window. 1993-05-25 03:56:02 +00:00
Richard M. Stallman
79363a54ad (Info-default-directory-list): Add ../../info. 1993-05-25 02:33:03 +00:00
Richard M. Stallman
36fc9c9f18 (frame-initialize): Handle `reverse' as parameter. 1993-05-25 02:28:39 +00:00
Richard M. Stallman
1dd6d2a2dd (x-create-frame-with-faces): Handle `reverse' as parameter. 1993-05-25 02:28:03 +00:00
Richard M. Stallman
316aafd641 (Info-suffix-list): Fix duplicate .z to .info.z. 1993-05-25 02:03:52 +00:00
Richard M. Stallman
a91526b927 (dired-flag-backup-files): Speedup:
check explicitly for ~ at end of line.
(dired-flag-auto-save-files): Similar change.
1993-05-24 23:03:04 +00:00
Richard M. Stallman
bf77ce530a (jump-to-register): Don't fail if frame-configuration-p is unbound. 1993-05-24 22:12:29 +00:00
Richard M. Stallman
9daefb36fa (cd): Set cd-path to a list. 1993-05-24 21:45:20 +00:00
Richard M. Stallman
0e2f4e59a5 (x-select-text): New arg PUSH. 1993-05-24 21:19:42 +00:00
Richard M. Stallman
39479f7efa (x-set-cut-buffer): New arg PUSH. 1993-05-24 21:19:26 +00:00
Richard M. Stallman
9f112a3d4c (kill-new): Pass t as 2nd arg to interprogram-cut-function. 1993-05-24 21:19:08 +00:00
Jim Blandy
798aa8d0a7 * disp-table.el (standard-display-default): New function.
(standard-display-european): New command.
1993-05-24 21:13:21 +00:00
Richard M. Stallman
c3e46f0c63 (shell-command): Don't activate mark even momentarily. 1993-05-24 18:46:13 +00:00
Jim Blandy
71e683dd74 * case-table.el, disp-table.el, finder.el, iso-ascii.el,
iso-insert.el, iso-swed.el, iso-syntax.el, iso8859-1.el,
	swedish.el: Change "i14n" keyword to "i18n".
	* finder.el (finder-compile-keywords): Replacement unnecessary.
1993-05-24 08:01:32 +00:00
Jim Blandy
a1d15b3e90 Change "i14n" keyword to "i18n". 1993-05-24 07:55:58 +00:00
Richard M. Stallman
dfd29450bf (menu-bar-mode): Doc fix. 1993-05-24 05:06:35 +00:00
Jim Blandy
0b9be2e709 * lucid.el (switch-to-other-buffer): Build the list of acceptable
buffers properly.
1993-05-24 02:12:13 +00:00
Jim Blandy
19fac29988 * faces.el (make-face): Change interactive spec to 'S'. 1993-05-24 01:58:58 +00:00
Richard M. Stallman
c7a464d03d (ange-ftp-raw-send-cmd): Allow quitting during accept-process-output. 1993-05-24 00:12:05 +00:00
Richard M. Stallman
6515fde491 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
Default to nil if the locale never has DST.
1993-05-24 00:00:19 +00:00
Richard M. Stallman
149319735c (finder-known-keywords): Use i18n, not i14n.
(finder-compile-keywords): Substitute i18n for i14n.
Turn off undo in *finder-scratch*.  Ignore file names starting with =.
(finder-mode, finder-current-item): Rename headmark to finder-headmark.
(finder-list-matches, finder-list-keywords): Likewise.
1993-05-23 23:10:14 +00:00
Richard M. Stallman
f62d1f9ff1 Call set-case-..., not standard-case-... 1993-05-23 22:45:18 +00:00
Roland McGrath
69268c787f (vc-comment-to-change-log): Don't take FILE argument, since
vc-update-change-log doesn't support it anyway.
Don't bind default-directory.  Instead pass second arg to file-relative-name.
(vc-update-change-log): Use find-change-log instead of hardcoding.
1993-05-22 22:33:19 +00:00
Jim Blandy
758c80c0f3 * cl.el (cl-floor, cl-ceiling, cl-truncate, cl-round): Renamed
from floor, ceiling, truncate, and round; the old names conflict
	with built-in functions.
1993-05-22 22:09:25 +00:00
Richard M. Stallman
1ce4cf3878 (event-modifiers): Doc fix. 1993-05-22 22:02:35 +00:00
Richard M. Stallman
dd8e46c7e5 (gud-def): Fix inclusion of the define-key.
(gdb, sdb, dbx): Change bindings from letters to control chars.
(gud-common-init): Add save-excursion.
(gud-display-line): Don't mess with buffer-read-only.
(gud-filter): Set output-after-point *after* deleting old prompt.
1993-05-22 21:25:32 +00:00
Richard M. Stallman
e74865eeac (event-modifiers): Function deleted.
(read-command-event): For switch-frame event, call select-frame.
1993-05-22 20:25:08 +00:00
Richard M. Stallman
5f296b78d2 (describe-key, describe-key-briefly):
Discard the click or drag that follows a down event.
1993-05-22 18:23:31 +00:00
Noah Friedman
4a6ac398d4 *** empty log message *** 1993-05-22 05:54:38 +00:00
Richard M. Stallman
278b0a585a (pending-undo-list): Var declared. 1993-05-22 04:21:25 +00:00
Richard M. Stallman
2b0194315a (apropos-print-matches): Bind tem. 1993-05-22 04:19:14 +00:00
Jim Blandy
c8d190a5c7 * holidays.el: Update reference to the papers in S-P&E.
(filter-visible-calendar-holidays): Test for nil date.
1993-05-22 00:24:21 +00:00
Richard M. Stallman
4fa884066f (apropos-match-keys): Handle modern keymap structure. 1993-05-21 21:29:27 +00:00
Richard M. Stallman
b411b5fa8d (transient-mark-mode): Doc fix. 1993-05-21 17:26:48 +00:00
Richard M. Stallman
326c43dc29 (outline-minor-mode): Make var permanent local in all buffers.
Give the command a doc string.
1993-05-21 17:25:50 +00:00
Richard M. Stallman
ab69b2fb30 (lisp-body-indent): Add doc. 1993-05-21 16:37:35 +00:00
Richard M. Stallman
d4e21f83e0 (texinfo-section-types-regexp): Define here. 1993-05-20 14:11:44 +00:00
Richard M. Stallman
d4df3279af Provide delsel.
(keyboard-quit): Definition deleted.
(minibuffer-keyboard-quit): If Delete Selection mode is off,
do abort even if mark is active.
1993-05-20 14:02:07 +00:00
Jim Blandy
facb137b9c Some time-handling patches from Paul Eggert:
* calendar.el (calendar-current-time-zone): New function.
	(calendar-time-zone, calendar-standard-time-zone-name,
	calendar-daylight-time-zone-name): Use it instead of current-time-zone.
	* sendmail.el (mail-do-fcc): Use the same absolute time for both
	current-time-string and current-time-zone.  Adjust to new format
	returned by current-time-zone.
1993-05-20 06:28:46 +00:00
Richard M. Stallman
aa56d8055e *** empty log message *** 1993-05-19 21:15:30 +00:00
Richard M. Stallman
bc06ee8bd1 entered into RCS 1993-05-19 21:15:18 +00:00
Richard M. Stallman
a47a5be5e7 Initial revision 1993-05-19 21:11:06 +00:00
Jim Blandy
ade516a1a7 * xfaces.el (face-equal): Doc fix. 1993-05-19 19:48:38 +00:00
Jim Blandy
2ea2ebebda * calendar.el (hebrew-calendar-yahrzeit): Correct error from S-P&E
paper in test for Adar I 30 date of death for yahrzeit in a
        non-leap year when Shevat 29 must be used.
1993-05-19 19:34:12 +00:00
Richard M. Stallman
28d3ed91ad Renamed from pending-del.el.
Functions and variables renamed to ...delete-selection...
from ...pending-delete...
Bind all minibuffer keymaps alike.
1993-05-19 19:08:12 +00:00
Richard M. Stallman
1de2ada0f7 (texinfo-chapter-level-regexp): Copied here. 1993-05-19 16:52:19 +00:00
Richard M. Stallman
8f1e8ff04f (outline-heading-end-regexp): Fix typo.
(outline-minor-mode-map): New variable.
(minor-mode-map-alist): Add new entry.
(outline-minor-mode): Work with above change.
Do not set outline-regexp or outline-header-end-regexp.
1993-05-19 16:19:00 +00:00
Jim Blandy
dd573bc0e5 * files.el (set-auto-mode): If the buffer's file name is nil,
don't try to compare it against the entries in auto-mode-alist.
1993-05-19 06:03:04 +00:00