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

7850 Commits

Author SHA1 Message Date
Richard M. Stallman
f374777d3c (dired-string-replace-match): Delete redundant autoload. 1997-01-03 23:11:30 +00:00
Richard M. Stallman
db0fb4dd27 (find-dired): Doc fix. 1997-01-03 23:10:03 +00:00
André Spiegel
28a25aa5ea Changed my e-mail address in the header. 1997-01-03 13:51:36 +00:00
Erik Naggum
81fa866c4a (occur): Minor cleanups. 1997-01-03 11:59:39 +00:00
Richard M. Stallman
c9daced0fa (list-matching-lines-face): New variable.
(occur): Highlight the actual matching characters.
1997-01-03 03:11:11 +00:00
Richard M. Stallman
76889e514a Initial revision 1997-01-03 01:16:16 +00:00
Richard M. Stallman
24e519d8c9 (texinfo-mode): Locally set tex-first-line-header-regexp.
Locally set tex-trailer.

(texinfo-mode): Use regexps for
tex-start-of-header and tex-end-of-header.
(texinfo-tex-region, texinfo-tex-buffer): Use tex-region and tex-buffer.
(texinfo-tex-print): Use tex-print.
(texinfo-tex-view): New command, on C-x C-t C-v.
1997-01-02 20:49:15 +00:00
Richard M. Stallman
e8dd2298ce (word-help-mode-alist, reset-word-help)
(word-help-switch-help-file): Added support for completion.
(word-help-complete, word-help-complete-list)
(word-help-complete-index, word-help-extract-matches)
(word-help-make-complete): New functions/variables for completion.
(word-help-mode-alist): Enhanced search regexps.
(word-help-index-mapper): Defaults now to extracting the first word.
(word-help-mode-alist, word-help-index-mapper)
(word-help-main-index, word-help-main-obarray)
(reset-word-help, set-help-file, word-help-process-indexes)
(word-help-goto-index-node): Doc fixes.
(word-help-goto-index-node): Requires passing the keyword.
Uses this in the a new and enhanced magic indexing routine.
(set-help-file, word-help): Handle `completion-ignore-case' better.
(word-help-extract-index): `case-fold-search' better handled.
(word-help): Magic guessing of relevant help file put in new
function word-help-find-help-file.
(word-help-guess-all): New subroutine.
(word-help-guess): Use word-help-guess-all.
May optionally copy only upto the cursor,
instead of the entire keyword.
1997-01-02 20:41:58 +00:00
Richard M. Stallman
e6a6d69799 (easy-menu-create-keymaps): Menu item STYLE toggle (checkbox)
and radio (radio button) are prefixed by "[X] " or
"(*) " respectively, when selected and "[ ] " or "( ) ", when not
selected. In a menu that contain these prefixes, "    " is used
as prefix for items that have no other prefix.

(easy-menu-update-button): New function used as `menu-enable'
property for checkboxes and radio buttons to update the prefixes.

(easy-menu-define): Change documentation string to describe the
new prefixes.
1997-01-02 20:20:22 +00:00
Richard M. Stallman
ec3fac5e78 Initial revision 1997-01-02 07:19:58 +00:00
Richard M. Stallman
d9de8c0454 (sh-shell-file): On MSDOS, collapse $SHELL to lower
case and remove the executable extension, if any.
(sh-other-keywords): Define an entry for `sh' and make `bourne'
inherit from that.

(sh-mode): Always pass nil as 3rd arg to sh-set-shell.
1997-01-02 02:51:05 +00:00
Richard M. Stallman
05a455e217 (dired-do-chxxx): Use -- only on GNU systems. 1997-01-02 02:30:23 +00:00
Richard M. Stallman
6d34c59ffb (tex-region): Correctly handle possible
overlap between first line, header, and region.
New local var ALREADY-OUTPUT makes this general.
Write tex-trailer directly as a string; get rid of temp-buffer.
Make tex-out-file include the .tex suffix.
1997-01-02 01:30:36 +00:00
Richard M. Stallman
8226e01e77 (server-process-filter): Let-bind `pos'. 1997-01-02 00:37:12 +00:00
Richard M. Stallman
74ae5fabeb (repeat-complex-command): Bind
minibuffer-history-position and minibuffer-history-sexp-flag
only for the read-from-minibuffer call.
1997-01-01 03:37:37 +00:00
Richard M. Stallman
5c6a8dfe15 (locate-mode): Locally set dired-move-to-filename-regexp,
dired-permission-flags-regexp, and dired-actual-switches.
(locate-set-indentation): Function deleted.
(locate-insert-header): Don't indent the header line.
(locate-indentation-string): Variable deleted.
(locate-do-setup): Rewrite the loop that adds indentation.
1996-12-31 18:31:13 +00:00
Richard M. Stallman
827dc60de5 (dired-make-relative): Ignore the third argument;
never signal an error just bbcause FILE is not in DIR's tree.
1996-12-31 18:29:49 +00:00
Richard M. Stallman
a8bf610ec0 (insert-directory): Use -- as arg
so that a file name or pattern is never taken as an option.
1996-12-31 04:50:27 +00:00
Richard M. Stallman
63ba033ea1 (dired-do-chxxx): Use -- as arg
so that the file name is never taken as an option.
1996-12-31 04:49:28 +00:00
Richard M. Stallman
882e61bf04 (Info-find-node): Don't clear Info-index-alternatives.
(Info-index-next): Fix error message.
1996-12-30 20:44:24 +00:00
Richard M. Stallman
c1148e39cc (server-start): Don't delete ~/.emacs-server.
Instead, delete the names emacsserver really uses
if compiled with SERVER_HOME_DIR.
1996-12-30 20:40:27 +00:00
Richard M. Stallman
cd891e6848 (byte-compile-file): Set default-directory in compiler input buffer. 1996-12-30 18:52:14 +00:00
Richard M. Stallman
23e217f6d2 (dired-permission-flags-regexp): New variable.
(dired-move-to-end-of-filename): Use it instead of a constant.
1996-12-30 04:57:17 +00:00
Richard M. Stallman
6aea3b07e8 Initial revision 1996-12-30 04:22:22 +00:00
Richard M. Stallman
f8fc543a60 (iso-languages): For Catalan, delete 'C and 'c;
delete `i, `I, `u, `U.  Add "i, "I.  Delete ~t.
For Spanish, delete ~t, 'c and 'C.
1996-12-30 00:30:21 +00:00
Richard M. Stallman
725b742881 (tex-first-line-header-regexp): New variable.
(tex-region): Sometimes include the file's first line.
1996-12-29 19:41:52 +00:00
Richard M. Stallman
d34c1b05eb (completion-ignored-extensions):
Separate out the system-independent elements.
Add Texinfo index files.
1996-12-29 18:59:24 +00:00
Richard M. Stallman
02f21b813f (report-emacs-bug): Use compose-mail. 1996-12-29 18:49:11 +00:00
Richard M. Stallman
dd7bd4df5a (hs-emacs-type): Doc fix. 1996-12-29 18:08:04 +00:00
Richard M. Stallman
6492483f51 (dired-insert-directory): Don't override the user's locale.
(dired-standard-move-to-filename-regexp): Var deleted.
1996-12-29 08:14:57 +00:00
Richard M. Stallman
dbf71ee969 (rmail-msg-is-pruned): New function.
(rmail-toggle-header): Add an optional argument to specify explicitly
whether the header should be pruned or displayed in full.
1996-12-28 20:56:53 +00:00
Richard M. Stallman
f2102d2cd7 (help-map): Define C-h C-i to run word-help. 1996-12-28 20:29:42 +00:00
Richard M. Stallman
55b723320a (expand-map): Don't define SPC.
(expand-template-abbreviation): Function deleted.
(expand-try-to-expand): Function deleted.
(expand-abbrev-hook): Add a no-self-insert property.
(expand-skeleton-end-hook): Use skeleton-position.
(expand-add-abbrevs): Doc fix.
1996-12-28 20:06:56 +00:00
Richard M. Stallman
e26f93cc0d Initial revision 1996-12-28 19:41:45 +00:00
Richard M. Stallman
157b7809ca (skeleton-positions): Renamed from skeleton-marks. 1996-12-28 19:33:20 +00:00
Richard M. Stallman
a6dccb5154 (skeleton-marks): New variable.
(skeleton-insert, skeleton-internal-1): Set skeleton-marks.
1996-12-28 19:31:17 +00:00
Michael Kifer
bf5d92c5e3 *** empty log message *** 1996-12-28 02:53:04 +00:00
Richard M. Stallman
469b44cbf1 Many doc fixes.
(sort-regexp-fields): Don't test for buffer-substring-lessp;
always return a pair of bounds.
1996-12-27 21:12:40 +00:00
Richard M. Stallman
441c2ae483 (ispell-message-text-end): Handle `- ' before
the "cut here" or "start of..." line.  Handle `Forward message'
without `Start of'.
1996-12-27 02:06:41 +00:00
Richard M. Stallman
e39e74c048 (mail-yank-clear-headers): Handle case of end < start.
(mail-indent-citation): Handle case of end < start.
(mail-yank-region): New command (on C-c C-r).
1996-12-27 02:02:21 +00:00
Richard M. Stallman
42eda49ce9 (mail-indentation-spaces): Doc fix. 1996-12-27 01:33:53 +00:00
Richard M. Stallman
dab83391c0 (menu-bar-tools-menu): Add a "send mail" entry. 1996-12-27 00:48:30 +00:00
Richard M. Stallman
141aa68cfc (perform-replace): Request integers from match-data,
instead of asking for markers and converting them.
1996-12-27 00:44:57 +00:00
Richard M. Stallman
94d63a2336 (forward-paragraph, backward-paragraph): Doc fixes. 1996-12-26 22:43:17 +00:00
Richard M. Stallman
f1017d552a (mouse-start-end): Put values in proper order,
in the doublequote case.
1996-12-26 20:48:46 +00:00
Richard M. Stallman
14d9a6630e (command-line-1): Handle --visit and --find.
Handle -- as an option; treat what follows as a file name.
1996-12-26 20:47:49 +00:00
Richard M. Stallman
f4897e407d (edebug-read-symbol, edebug-read-string): Don't back up after reading.
(edebug-read-sexp): Likewise.
1996-12-26 20:46:51 +00:00
André Spiegel
8172cd867b (vc-next-action-on-file, vc-update-change-log,
vc-backend-checkout, vc-backend-steal): Use `vc-user-login-name'
instead of `user-login-name'.
(vc-update-change-log): If `user-full-name' is nil, try
`user-login-name'.  Failing that, use uid as a string.
(vc-make-buffer-writable-hook): Removed (was unused).
1996-12-26 12:07:05 +00:00
André Spiegel
2a11c6f32f (vc-user-login-name): New function.
(vc-fetch-master-properties, vc-lock-from-permissions, vc-file-owner,
vc-fetch-properties, vc-after-save, vc-mode-line, vc-status):  Use
`vc-user-login-name' instead of `user-login-name'.
1996-12-26 12:06:13 +00:00
Richard M. Stallman
4e782c8e16 Comment change. 1996-12-26 06:10:32 +00:00