1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-12 09:12:18 -07:00
Commit graph

13440 commits

Author SHA1 Message Date
Karl Heuer
ce288cb681 (info-lookup-guess-c-symbol): Use skip-syntax-backward.
(info-lookup-guess-default): Simplified and cleaned up.
(info-lookup-guess-default*): Preserve point.
1999-08-10 16:49:49 +00:00
Karl Heuer
114d3e869f Fix typo in copyright date. 1999-08-10 16:43:08 +00:00
Karl Heuer
c741ccc5c1 (after-find-file): Disable View mode if buffer is no
longer read-only.
1999-08-10 16:40:14 +00:00
Karl Heuer
bf551cf705 (view-mode-disable): If buffer-read-only is nil,
don't change it.
1999-08-10 16:40:00 +00:00
Karl Heuer
19b7f6c9f0 (view-mode-enable, view-mode-disable):
Call force-mode-line-update.
1999-08-10 16:37:57 +00:00
Dave Love
00d0fda828 (auto-revert-mode): Add autoload cookie. 1999-08-10 13:10:39 +00:00
Eli Zaretskii
68a89a250a (msdos-bg-mode): Remove. Call
frame-set-background-mode instead.  All callers changed.
(msdos-face-setup): Don't force color display parameter, it is set
by frame-set-background-mode.
(make-msdos-frame): Call x-handle-reverse-video and
face-set-after-frame-default.  Delete frame if creation failed.
1999-08-10 10:21:18 +00:00
Eli Zaretskii
7501463105 (face-set-after-frame-default): Don't call
make-face-x-resource-internal for the pc window-system.
1999-08-10 10:17:47 +00:00
Dave Love
8bae7480b8 (ad-make-single-advice-docstring): Treat case with no doctring specially. 1999-08-10 09:51:17 +00:00
Eli Zaretskii
b38d1cc78e (PC-do-completion): If completing on file name,
reproduce str by concatenating its directory and basename parts.
1999-08-09 08:56:31 +00:00
Dave Love
9f79084ca2 (Man-softhyphen-to-minus): Revert previous change. Avoid unibyte to
multibyte conversion of search-forward (from Handa), but avoid the
replacement if the language is Latin-N.
1999-08-07 11:45:06 +00:00
Dave Love
85960a7cda (Man-softhyphen-to-minus): Revert last change. 1999-08-07 11:31:39 +00:00
Richard M. Stallman
ffe4eb5ea2 (elisp-eval-buffer): Handle all 5 args of eval-buffer. 1999-08-07 03:21:32 +00:00
Richard M. Stallman
8dd08b5b47 (load-with-code-conversion): Pass t to eval-buffer for DO-ALLOW-PRINT. 1999-08-07 03:18:48 +00:00
Dave Love
74fa21200a Comment. 1999-08-06 21:06:14 +00:00
Dave Love
38f5db877b Comments. 1999-08-06 21:05:20 +00:00
Geoff Voelker
261c60553a (ls-lisp-delete-matching): List argument is now alist
of filenames and attributes.
(ls-lisp-insert-directory): Use directory-files-and-attributes
for speed.
1999-08-06 20:41:07 +00:00
Richard M. Stallman
0e9a110afd (sql-accumulate-and-indent): Instead of testing
whether this is Emacs 20 before calling comint-accumulate,
test whether comint-accumulate is defined.
1999-08-06 00:51:50 +00:00
Dave Love
1b53d4e043 (auto-show-mode): Fix :set. 1999-08-05 19:12:08 +00:00
Dave Love
b3e49cbb9c (define-widget-keywords): Make dummy definition and comment-out its use. 1999-08-05 18:50:18 +00:00
Richard M. Stallman
6393fef266 (c-inside-bracelist-p): Tighter test for
Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
1999-08-05 15:01:46 +00:00
Richard M. Stallman
fd702fdb11 (outline-previous-heading): New function.
(outline-up-heading-all): Use outline-previous-heading.
(outline-next-heading): Delete definition inserted yesterday.
1999-08-05 14:50:30 +00:00
Richard M. Stallman
94662de752 Customized. 1999-08-04 22:55:56 +00:00
Dave Love
d4c89075d6 Require outline when compiling.
(sgml-mode-hook, html-mode-hook): Customize.
(sgml-validate-command): Fix :version.
(html-autoview-mode): Doc fix.
1999-08-04 19:18:55 +00:00
Dave Love
eee06d2659 (hl-line): Fix :version. 1999-08-04 19:07:31 +00:00
Dave Love
2311d6d05d (Man-softhyphen-to-minus): Fix for multibyte case, do
nothing in Latin-N environment.
1999-08-04 19:00:57 +00:00
Dave Love
d0e41cba40 (Info-find-node): Call info-initialize here.
(info): Not here.
(Info-file-list-for-emacs): Add message, dired-x, c, viper.
1999-08-04 18:55:22 +00:00
Richard M. Stallman
618206eaea Initial revision 1999-08-04 16:49:19 +00:00
Richard M. Stallman
e417c66fa3 All functions rewritten, except when noted above
their declaration.  Below is a list of interface changes.
(apply-on-rectangle): New function, mostly replaces
`operate-on-rectangle'.  All callers changed.
(move-to-column-force): Pass new second argument to `move-to-column'.
(kill-rectangle): Added optional prefix arg to fill lines.
(delete-rectangle): Ditto.
(delete-whitespace-rectangle): Ditto.
(delete-extract-rectangle): Ditto.
(open-rectangle): Ditto.
(clear-rectangle): Ditto.
(delete-whitespace-rectangle-line): New function.
(delete-rectangle-line): Added third arg FILL.
(delete-extract-rectangle-line): Ditto.
(open-rectangle-line): Ditto.
(clear-rectangle-line): Ditto.
1999-08-03 18:36:16 +00:00
Richard M. Stallman
84482eb301 (query-replace-regexp-eval)
(replace-eval-replacement, replace-loop-through-replacements)
(replace-match-string-symbols): New functions.
(perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
Use replace-loop-through-replacements.
1999-08-03 17:50:44 +00:00
Richard M. Stallman
42a19c2a18 (Buffer-menu-mode-map): Add V for Buffer-menu-View.
(Buffer-menu-mode): Doc fix.
(Buffer-menu-view): New command.
(Buffer-menu-view-other-window): New command.
1999-08-03 17:38:59 +00:00
Karl Heuer
08f87e3ce5 (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
(5x5): Doc fix.
1999-08-03 15:59:18 +00:00
Richard M. Stallman
2f585cfe9c Many doc fixes.
(tcl-add-emacs-menu): Renamed from tcl-add-fsf-menu.
1999-08-03 12:42:09 +00:00
Dave Love
5aca2648a2 (fortran-indent-new-line): Make it an alias
for reindent-then-newline-and-indent.
1999-08-03 11:13:23 +00:00
Ray Blaak
95c1652d1c checked in with -k by blaak at 1999/08/03 06:17:58 1999-08-03 06:17:58 +00:00
Karl Heuer
36dfd5909a Undo miscorrected non-typo. 1999-08-02 18:01:48 +00:00
Richard M. Stallman
cfd1d0ece7 Change syntax table entry for colon in the diary as part of the
european-date-diary-pattern fix.
1999-08-02 00:33:32 +00:00
Richard M. Stallman
bb0541f8ba (european-date-diary-pattern): Fix pattern so it
does not interpret a time as the year in a day-month entry.
1999-08-02 00:32:50 +00:00
Richard M. Stallman
39db9c5c69 (outline-next-heading): New function.
(outline-up-heading-all): New function.
(outline-font-lock-level): Using outline-up-heading-all.
Tell outline-back-to-heading to accept invisible headings.
1999-08-01 16:26:59 +00:00
Richard M. Stallman
a92da273b4 (shell-command-on-region): EXIT-STATUS can be a string. 1999-08-01 16:12:32 +00:00
Richard M. Stallman
7c3b9c62f6 (mh-find-path-run): New variable.
(mh-find-path): Test and set that.
Set mail-user-agent only the first time this function is run.
(mail-user-agent): Defvar deleted.
1999-08-01 12:55:28 +00:00
Richard M. Stallman
7d3766a84c (info-initialize): New function.
(info): Call info-initialize.
(Info-directory-list): Initialize to nil,
so info-initialize will set it up for real.
1999-08-01 12:17:46 +00:00
Eli Zaretskii
d318fcf471 (set-auto-coding): Allow whitespace before
and after the "variable: value" pair.
1999-08-01 10:20:43 +00:00
Karl Heuer
116f0564ea Initial revision 1999-07-31 16:46:58 +00:00
Kenichi Handa
0b64a3da3a (sendmail-coding-system): Doc-string fixed.
(default-sendmail-coding-system): Doc-string fixed.
1999-07-31 00:48:50 +00:00
Dave Love
f2711a0ed5 (facemenu-read-color): Make it work for ttys. 1999-07-30 21:38:04 +00:00
Dave Love
a62d669550 (assoc-delete-all): New function, renamed from frame-delete-all. 1999-07-30 18:40:22 +00:00
Dave Love
40d34803a7 Change comments to doc strings and other doc fixes.
(frame-delete-all): Moved to subr.el as `assoc-delete-all'.  Callers
changed.
(set-background-color, set-foreground-color, set-cursor-color)
(set-mouse-color, set-border-color): Offer completion of colours.
(cursor): Add :version to defgroup.
1999-07-30 18:39:32 +00:00
Dave Love
16b6c96620 (list-colors-display): Make it work on ttys. 1999-07-30 18:30:04 +00:00
Dave Love
e59176e264 (bitmap-area): Add :version. 1999-07-30 18:03:23 +00:00