1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-03 20:24:29 +00:00

24607 Commits

Author SHA1 Message Date
Andrew Innes
105adfb54f (convert-standard-filename): Only convert directory
separators to backslash if the interactive shell is one of the
standard Windows shells that has DOS semantics.
1999-05-02 09:45:17 +00:00
Andrew Innes
f8a1023408 (ls-lisp-format-time): Trap errors from
format-time-string, and return a suitable string to indicate the
timestamp was invalid.
1999-05-02 09:40:45 +00:00
Andrew Innes
7e3a77161e (hexlify-command): Apply shell-quote-argument after
expanding hexl-program in case exec-directory contains a space.
(dehexlify-command): Ditto.
1999-05-02 09:38:50 +00:00
Andrew Innes
e51d4f9c1c (file-name-buffer-file-type-alist): Remove various
file extension regexps which aren't necessarily binary files.
1999-05-02 09:36:07 +00:00
Andrew Innes
ef233c018a (browse-url-browser-function): Default to
browse-url-default-windows-browser on windows-nt.
(browse-url-default-windows-browser): New function.
1999-05-02 09:34:41 +00:00
Andrew Innes
3288d108f4 (main) [WINDOWSNT]: Call ftruncate, which is now mapped to _chsize. 1999-05-02 09:31:32 +00:00
Karl Heuer
4e0a3e2723 (forms-mode): Don't call forms-first-record or
forms-last-record if the data file has zero records.
1999-05-01 01:11:12 +00:00
Karl Heuer
f6ad5a4bc8 *** empty log message *** 1999-04-29 21:01:04 +00:00
Karl Heuer
b120e7136d (find-file-noselect-1): If buffer-file-name has changed
after find-file-not-found-hooks runs, recompute the truename.
And don't use FILENAME after that point.
1999-04-29 20:28:43 +00:00
Karl Heuer
0343a01795 (main, both versions): Use quote_file_name on cwd. 1999-04-29 20:26:46 +00:00
Karl Heuer
003a7eaa31 Comment fix. 1999-04-28 16:41:08 +00:00
Dave Love
757c19e895 (show-paren-mode): Doc fix. 1999-04-27 19:10:09 +00:00
Dave Love
739db5044a (which-func-mode-global): Doc fix. 1999-04-27 19:02:58 +00:00
Dave Love
4de268858c (type-break-mode): Doc fix. 1999-04-27 19:00:42 +00:00
Dave Love
e5638335f3 (display-time-mode): Doc fix. 1999-04-27 19:00:11 +00:00
Dave Love
75cc75ddbf (resize-minibuffer-mode): Doc fix. 1999-04-27 18:59:36 +00:00
Dave Love
8213ac4b6e (mouse-sel-mode): Doc fix. 1999-04-27 18:58:51 +00:00
Dave Love
73a3ea5a14 (icomplete-mode): Doc fix. 1999-04-27 18:58:13 +00:00
Dave Love
db9852fa8d (hscroll-global-mode): Doc fix. 1999-04-27 18:57:24 +00:00
Dave Love
e4aece0e7a (temp-buffer-resize-mode): Doc fix. 1999-04-27 18:56:30 +00:00
Dave Love
a775a63e07 (global-font-lock-mode): Doc fix. 1999-04-27 18:55:02 +00:00
Dave Love
735cb9a35e (delete-selection-mode): Doc fix. 1999-04-27 18:52:49 +00:00
Dave Love
970ce0d8c7 (mouse-avoidance-mode): Doc fix. 1999-04-27 18:52:00 +00:00
Dave Love
ec957c4d71 (auto-insert-mode): Doc fix. 1999-04-27 18:50:15 +00:00
Dave Love
e96394e9f4 (winner-mode): Doc fix. 1999-04-27 18:48:11 +00:00
Jim Elgin
595ab6b848 elgin added RPG to front end list, as per rms instructions 1999-04-27 16:05:14 +00:00
Dave Love
db814a7402 Comment on netscape. 1999-04-27 11:43:24 +00:00
Karl Heuer
805297bbc0 (rmail-next-same-subject): When searching, ignore
the same whitespace that was ignored in choosing the subject string.
1999-04-26 19:12:44 +00:00
Karl Heuer
53ca46578b (x_list_fonts): Fix previous change. 1999-04-26 06:02:19 +00:00
Karl Heuer
8bdf4b20dd (Info-find-node): Position properly after finding anchor. 1999-04-26 05:58:59 +00:00
Karl Heuer
f1b6f8a157 (HAVE_LIBXP): Add #undef. 1999-04-26 05:22:32 +00:00
Karl Heuer
6389f670f9 (LIB_MOTIF_EXTRA): Check HAVE_LIBXP. 1999-04-26 05:22:16 +00:00
Karl Heuer
03e8ce6a3a Check for libXp. 1999-04-26 05:21:00 +00:00
Karl Heuer
daba3e25f3 (all): Handle unibyte-display-via-language-environment. 1999-04-26 05:16:07 +00:00
Karl Heuer
9ab2d2839d (outline-regexp): Doc fix. 1999-04-26 05:14:12 +00:00
Karl Heuer
c025c4322f (indent-new-comment-line): Fix previous change. 1999-04-26 05:11:01 +00:00
Karl Heuer
717149ecaf (compilation-error-regexp-alist): Recognize C++Build 4.0 error message syntax. 1999-04-26 05:09:59 +00:00
Karl Heuer
5b0f8cbcbd Delete the wildcard expansion feature
since that is now standard in find-file.
(PC-try-load-many-files): Function deleted.
(PC-after-load-many-files): Function deleted.
(PC-many-files-list): Variable deleted.
(PC-disable-wildcards): Variable deleted.
(partial-completion-mode): Don't enable the wildcard feature.
(PC-look-for-include-file): Don't set global variables
`error', `buf' and `filename' here.
1999-04-26 04:59:46 +00:00
Karl Heuer
ac6b7d7858 (grep-compute-defaults): If xargs -e isn't supported, use find -exec. 1999-04-26 04:49:42 +00:00
Karl Heuer
81f5ed32ad (mail-sent-via): Use copy-marker not make-marker. 1999-04-26 04:33:56 +00:00
Karl Heuer
2990dcd484 (texinfo-format-buffer): Bind coding-system-for-write, to avoid hanging when
non-interactive.
1999-04-26 04:13:01 +00:00
Karl Heuer
889c6ef5d9 (bibtex-reference-head): Allow entries to start with a newline. 1999-04-26 04:08:25 +00:00
Kenichi Handa
d49a483500 (x-ctext): New coding system. 1999-04-13 04:57:18 +00:00
Kenichi Handa
17d85edc86 Trap X errors so that Emacs doesn't die
by them.
1999-04-13 00:51:52 +00:00
Karl Heuer
0f835e871c (input-method-function): Add permanent-local property. 1999-04-12 18:25:26 +00:00
Karl Heuer
165e2d55b4 (BSD_SYSTEM): Define for FreeBSD 4 as with FreeBSD 3. 1999-04-12 18:23:41 +00:00
Eli Zaretskii
48870849c6 Fix wording for the last change. 1999-04-12 10:46:39 +00:00
Dave Love
f8d8f6270e (jka-compr-insert-file-contents): Fix previous
change to use jka-compr-byte-compiler-base-file-name.
1999-04-12 08:50:02 +00:00
Dave Love
98237e7c44 (sc-scan-info-alist): Revert last change.
(sc-attrib-selection-list): Fix :type here instead.
1999-04-12 08:46:09 +00:00
Dave Love
6923dac346 (sc-attrib-selection-list): Fix custom type
more.
(sc-emacs-features): Recognize Emacs 20.
(sc-read-string): Use history arg.
(sc-scan-info-alist): Check for rtnvalue a cons.
1999-04-12 08:42:35 +00:00