1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-24 13:32:41 -08:00
Commit graph

43160 commits

Author SHA1 Message Date
Kai Großjohann
fa32e96a13 Version 2.0.7.
(tramp-perl-encode-with-module, tramp-perl-decode-with-module)
(tramp-perl-encode, tramp-perl-decode): Escape `%' characters
because of `format' and say so in the docstring.
2002-08-03 17:04:43 +00:00
Glenn Morris
6fb453e1ea (f90-font-lock-keywords-1): Fix highlighting of `type' forms.
(f90-font-lock-keywords-2): Fix highlighting of `implicit type(foo)' forms.
(f90-type-def-re): Fix value.
2002-08-03 16:57:43 +00:00
Gerd Moellmann
db0bb807eb (forward_to_next_line_start): Fix a condition that
lead to a newline being skipped.
2002-08-03 12:44:32 +00:00
Kai Großjohann
b1d06e759a Version 2.0.6.
(tramp-default-method): Change to "ssh" from "sm".
(tramp-wrong-passwd-regexp): Restructure.  Add additional
alternative.
(tramp-su-program): New internal variable for method parameter.
(tramp-perl-encode-with-module, tramp-perl-decode-with-module):
New variables.  Very short Perl one-liner, but requires Perl
module MIME::Base64 to be installed on the remote site.
(tramp-perl-encode, tramp-perl-decode): New base64
encoder/decoder.  From Juanma Barranquero <lektu@terra.es>.
(tramp-handle-file-truename): Invoke Ange-FTP properly (even
though Ange-FTP doesn't do anything for this operation).
(tramp-handle-set-visited-file-modtime): Comment change.
(tramp-handle-make-directory): Save-excursion.
(tramp-handle-expand-many-files): Don't try to invoke Ange-FTP
twice, once is enough.
(tramp-action-permission-denied): Show *tramp/foo* buffer so the
user knows what's wrong.
(tramp-post-connection): Support the two Perl encoders and
decoders.
(tramp-coding-commands): Ditto.  Add some todo items.
2002-08-03 09:23:25 +00:00
Andreas Schwab
336cd99d1b Add comment for last change. 2002-08-02 22:21:43 +00:00
Andrew Choi
3642668990 2002-08-02 Andrew Choi <akochoi@shaw.ca>
* mac.c (syms_of_mac): Defsubr Sx_selection_exists_p.
2002-08-02 20:34:38 +00:00
Richard M. Stallman
cc305a604d *** empty log message *** 2002-08-02 18:03:01 +00:00
Richard M. Stallman
d80dee0536 (mule-keymap, set-coding-system-map):
Add bindings for revert-buffer-with-coding-system.
(set-coding-system-map): Clarify menu item info for
set-buffer-file-coding-system.
(set-coding-system-map): Reorder and add separators.
2002-08-02 18:02:17 +00:00
Richard M. Stallman
bbdea9488c (merge-coding-systems): New function.
(set-buffer-file-coding-system): Use merge-coding-systems.
Change prompt for args.
(revert-buffer-with-coding-system): New command.
2002-08-02 18:01:33 +00:00
Richard M. Stallman
1f1b7f93c2 (edebug-eval-top-level-form): Use eval-expression. 2002-08-02 18:00:18 +00:00
Richard M. Stallman
b9ab4064a8 (atomic-change-group): Doc fix. 2002-08-02 17:59:22 +00:00
Richard M. Stallman
ad44f2a1b2 *** empty log message *** 2002-08-01 17:07:46 +00:00
Richard M. Stallman
d198b6f502 (compile-after-backup): Renamed from `compile'.
Use `compile-always'.
(bootstrap): Use `compile', not `compile-files'.  Use `update-subdirs'.
(compile): Renamed from `compile-files'.
(compile-CMD, compile-SH): Renamed from `compile-files-*'.
2002-08-01 17:07:28 +00:00
Richard M. Stallman
b3ac6ca926 Correction regarding --enable-static and libjpeg. 2002-08-01 17:06:08 +00:00
Richard M. Stallman
b113160a06 (SOME_MACHINE_OBJECTS): Add fontset.o. 2002-08-01 17:04:14 +00:00
Andrew Choi
41428ec477 2002-07-31 Andrew Choi <akochoi@shaw.ca>
* macfns.c: #undef init_process before #define-ing it.
2002-08-01 03:53:04 +00:00
Andrew Choi
747642c5ff 2002-07-31 Andrew Choi <akochoi@shaw.ca>
* Emacs.app/Contents/PkgInfo, Emacs.app/Contents/Info.plist:
        change creator code from ???? to EMAx.
2002-08-01 03:48:22 +00:00
Andrew Choi
9794a8cdad In src:
2002-07-31  Andrew Choi  <akochoi@shaw.ca>

	* s/darwin.h: Define MAC_OS, SYMS_SYSTEM, and OTHER_FILES only if
	HAVE_CARBON is defined.

In mac:

2002-07-31  Andrew Choi  <akochoi@shaw.ca>

	* INSTALL: Add instructions for building X Window version.
2002-08-01 03:33:20 +00:00
Markus Rost
4312a2617f Mention new command `ediff-backup'. 2002-08-01 03:11:39 +00:00
Colin Walters
cf398788c7 (P_): New macro. Use it for all prototypes.
(lose): Don't use varargs.
(lose_syserr): New function.

Change all functions to K&R style.
2002-08-01 01:31:44 +00:00
Colin Walters
5fba5c216b *** empty log message *** 2002-08-01 01:31:04 +00:00
Colin Walters
e9e96ba0b7 (ibuffer-hooks): Rename to `ibuffer-hook'; Add defvaralias for
compatibility.
(ibuffer-mode-hooks): Rename to `ibuffer-mode-hook'; Add defvaralias
for compatibility.
2002-08-01 01:24:10 +00:00
Colin Walters
40c104655c (ibuffer-fontification-alist): Use `font-lock-constant-face' instead
of `font-lock-reference-face'.
2002-08-01 01:21:18 +00:00
John Wiegley
22eb1d41ef (pcomplete-comint-setup): Use `add-to-list', to prevent adding the
symbol `pcomplete' to shell-dynamic-complete-functions too many times.
2002-07-31 23:32:14 +00:00
John Wiegley
c71cb98b74 *** empty log message *** 2002-07-31 23:32:02 +00:00
Markus Rost
3755bd32c9 (ediff-backup): New autoloaded command. 2002-07-31 22:29:36 +00:00
Markus Rost
32d9a725a5 (describe-function-1): Test function for obsolescence only if it is a
symbol.
2002-07-31 22:28:30 +00:00
Richard M. Stallman
c43008c44a (byte-compile-find-cl-functions):
Check that (car elt) is a string.
2002-07-31 22:05:16 +00:00
Richard M. Stallman
430190ba6d (pcomplete-entries): Doc fix. 2002-07-31 22:01:54 +00:00
Richard M. Stallman
7f1cdd4648 (non-standard-icccm-encodings-alist): Doc fix. 2002-07-31 22:01:07 +00:00
Andreas Schwab
c21993d04f Hide disabling of dired-find-alternate-file behind
autoload-cookie.
2002-07-31 12:08:06 +00:00
Juanma Barranquero
d053bf7ecb (update-subdirs-CMD): Generate the right list of subdirectories. From
Tak Ota <Takaaki.Ota@am.sony.com>.
2002-07-31 08:09:58 +00:00
Juanma Barranquero
0702b99567 Revert some changes from 2002-07-23 because they don't work on MSVC/nmake builds. 2002-07-31 07:45:58 +00:00
Richard M. Stallman
ced89c24f5 (set_frame_menubar): First parse all submenus,
then make widget_value trees from them.
Don't allocate any widget_value objects
until we are done with the parsing.
(parse_single_submenu): New function.
(digest_single_submenu): New function.
(single_submenu): Function deleted, replaced by those two.
2002-07-31 06:15:58 +00:00
Kai Großjohann
ac474af158 New version 2.0.5.
(tramp-methods): Remove inline encoding method parameters.  The
encoding is now autodetected.  Also shorten the list of
methods (u/m distinction gone) and rename the remaining methods to
have longer, but more mnemonic, names.
(tramp-login-prompt-regexp, tramp-password-prompt-regexp)
(tramp-wrong-passwd-regexp): Trailing `$' not needed, regexp is
matched at end of buffer anyway.
(tramp-yesno-prompt-regexp): New variable, for questions where the
user should say "yes" or "no".
(tramp-file-name-structure-unified)
(tramp-file-name-structure-separate): Allow dash in method names.
(tramp-actions-before-shell): New variable, contains list of
pattern/action pairs.  Output sent by remote end is scanned for
the patterns, then the actions are executed.
(tramp-multi-actions): Like `tramp-actions-before-shell', but
executed for each hop in a multi-hop connection.
(tramp-last-cmd-time): New variable.  If nothing has been sent to
remote end for 60 seconds, look to see if the remote end is still
alive.
(tramp-perl-mime-encode, tramp-perl-mime-decode): Remove.  It
didn't work.
(tramp-perl-encode, tramp-perl-decode): New variables, these
require the MIME::Base64 module on the remote end.
(tramp-handle-file-attributes): Restructure logic.
(tramp-handle-file-attributes-with-ls)
(tramp-handle-file-attributes-with-perl): More debugging.
(tramp-handle-directory-files): Grok fifth arg `files-only' for
XEmacs.
(tramp-handle-make-directory, tramp-handle-delete-directory)
(tramp-handle-delete-file, tramp-handle-insert-directory): Expand
file name.
(tramp-handle-shell-command): Use `when', not `if'.
(tramp-handle-file-local-copy, tramp-handle-write-region): Adapt
to autodetection of inline encoding.
(tramp-invoke-ange-ftp): Require ange-ftp to make sure that
variable ange-ftp-name-format is defined before binding it.
(tramp-action-login, tramp-action-password, tramp-action-succeed)
(tramp-action-permission-denied, tramp-action-yesno): Functions
called from `tramp-actions-before-shell'.
(tramp-multi-action-login, tramp-multi-action-password)
(tramp-multi-action-succeed)
(tramp-multi-action-permission-denied): Functions called from
`tramp-multi-actions'.
(tramp-process-one-action, tramp-process-actions): Pattern
matching and action invocation code for
`tramp-actions-before-shell'.
(tramp-process-one-multi-action, tramp-process-multi-actions):
Same for `tramp-multi-actions'.
(tramp-open-connection-telnet, tramp-open-connection-rsh)
(tramp-open-connection-su): Process actions instead of hardwired
logic.
(tramp-multi-connect-telnet, tramp-multi-connect-rlogin)
(tramp-multi-connect-su): Ditto.
(tramp-post-connection): New method for tramp_encode and
tramp_decode scripts.
(tramp-post-connection): Invoke inline autodetection code.
(tramp-coding-commands): List of inline codings.
(tramp-find-inline-encoding): This is the inline autodetection
code.
(tramp-maybe-open-connection): If nothing was sent to connection
for 60 seconds, look if it connection is still alive.
(tramp-send-command): Remember that something was sent to the
connection.
(tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
Use backticks for constructing alist.
(tramp-get-encoding-command, tramp-set-encoding-command)
(tramp-get-decoding-command, tramp-set-decoding-command)
(tramp-get-encoding-function, tramp-set-encoding-function)
(tramp-get-decoding-function, tramp-set-decoding-function): Use
for results of inline autodetection.
(tramp-get-encoding-command, tramp-get-decoding-command)
(tramp-get-encoding-function, tramp-get-decoding-function):
Remove these old functions.
2002-07-30 20:24:27 +00:00
Richard M. Stallman
575698d4a5 Explain values of sexp diary entries. 2002-07-30 18:56:52 +00:00
Juanma Barranquero
c7a1aae940 Add missing semicolon. 2002-07-30 16:24:30 +00:00
Juanma Barranquero
45de4a6fcd (syms_of_ntproc): Fix docstring of `w32-get-true-file-attributes'. 2002-07-30 16:19:30 +00:00
Andreas Schwab
712eaee029 (localstatedir): New variable. 2002-07-30 13:53:27 +00:00
Dave Love
d1706feead Add coding cookie. 2002-07-30 11:40:46 +00:00
Kenichi Handa
8805e6492e (in-is13194): Give correct `safe-chars' property.
(devanagari): Define it as an alias of in-is13194.
2002-07-30 06:35:51 +00:00
Kenichi Handa
5470d5b60d (safe-chars): Put `char-table-extra-slots' property with value 0. 2002-07-30 06:34:28 +00:00
Kenichi Handa
01afb4f3ac (revert-buffer): Fix previous change. 2002-07-30 00:44:36 +00:00
Kenichi Handa
2341653d33 *** empty log message *** 2002-07-30 00:42:21 +00:00
Richard M. Stallman
2161a22c0b (help-echo): If global-mode-string is non-nil,
display some spaces after it.
2002-07-29 21:17:06 +00:00
Pavel Janík
c89ed6ef9d Fix regexp for finding return address fields. 2002-07-29 20:05:34 +00:00
Richard M. Stallman
f5d0cc7708 *** empty log message *** 2002-07-29 17:37:23 +00:00
Richard M. Stallman
778a11ffba Update for new mode line layout of LINE and POS. 2002-07-29 17:31:47 +00:00
Richard M. Stallman
62022aad1a Update info about --geometry. 2002-07-29 17:30:57 +00:00
Richard M. Stallman
6daa20b074 (check-ispell-version): Bind default-directory
to avoid errors.  Kill the old temp buffer at the beginning.
2002-07-29 17:29:31 +00:00