1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-27 23:50:30 -08:00
Commit graph

43129 commits

Author SHA1 Message Date
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
Glenn Morris
da5d3a563f (scroll-all-mode): Make argument optional. Add to doc string. 2002-07-29 13:53:48 +00:00
Glenn Morris
091b5fdbd8 (scroll-all-mode): Handle numeric arg. Use if' instead of cond'. 2002-07-29 13:08:44 +00:00
Kenichi Handa
2653e2a77f Fix previous unexpected change. 2002-07-29 05:11:40 +00:00
Kenichi Handa
5c88a01e1e (ctext-post-read-conversion): Add support for emboded utf-8 encodng
(ESC % G ... ESC % @).
2002-07-29 05:05:19 +00:00
Kenichi Handa
930ca8e845 *** empty log message *** 2002-07-29 05:04:52 +00:00
Richard M. Stallman
3ea1bfb294 *** empty log message *** 2002-07-29 02:46:52 +00:00
Richard M. Stallman
4c347bc85b (mode-line-format): Handle vc-mode specially.
Move mode-line-position to after global-mode-string.
(mode-line-modes): Move the starting 3 spaces out of here.
(mode-line-position): Separate with a space, not dashes.
2002-07-29 02:45:49 +00:00
Richard M. Stallman
9bd06e95d6 Don't add to minor-mode-alist. 2002-07-29 02:40:40 +00:00
Richard M. Stallman
c82fbd0cfa Comment change. 2002-07-29 02:09:19 +00:00
Richard M. Stallman
dbcff00c8d Fix set-face-attribute example. 2002-07-29 01:58:43 +00:00
Richard M. Stallman
6d18dc4094 (HPUX8): Define this before including hpux.h.
(HAVE_SYS_WAIT_H): #define deleted; we let Autoconf decide.
2002-07-29 01:57:49 +00:00
Richard M. Stallman
53202f7d01 (HAVE_SYS_WAIT_H): The #undef is conditional on HPUX8. 2002-07-29 01:56:56 +00:00
Richard M. Stallman
05be396488 (make_lispy_event): Use #ifdef to test USE_TOOLKIT_SCROLL_BARS.
Explicitly clear up_modifier in event->modifiers.
2002-07-29 01:55:43 +00:00
Richard M. Stallman
5e24bf120e Explain how enabling or disabling the tool bar affects specified geometry. 2002-07-29 01:53:42 +00:00
Richard M. Stallman
3795fe529d (edebug-debugger): If inside redisplay, just return. 2002-07-29 01:51:09 +00:00
Richard M. Stallman
e734f58457 (debug): If redisplaying, just return. 2002-07-29 01:49:45 +00:00
Richard M. Stallman
f2fc5b0a05 (Info-find-index-name): Improve last change. 2002-07-29 01:48:52 +00:00
Markus Rost
bf29d4c1c6 Update copyright year.
(ps-begin-cut-regexp, ps-end-cut-regexp): Fix type.
2002-07-27 19:50:34 +00:00
Richard M. Stallman
f4d127d759 Document custom-file variable. 2002-07-27 19:11:14 +00:00
Richard M. Stallman
6ee24f1e72 (file-name-sans-extension): Avoid expanding DIRECTORY. 2002-07-27 19:09:54 +00:00
Richard M. Stallman
01af8a38f4 *** empty log message *** 2002-07-27 19:09:08 +00:00
Richard M. Stallman
347a0e237d (diary-rosh-hodesh): Cons MARK on in the third case. 2002-07-27 19:01:40 +00:00
Richard M. Stallman
4e361664e6 (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH for bar cursor. 2002-07-27 18:57:41 +00:00
Richard M. Stallman
1475142b5a (FRAME_CURSOR_WIDTH): New macro. 2002-07-27 18:56:36 +00:00
Kai Großjohann
818001cc23 (eshell): Numeric prefix arg means to switch
to the session with that number.  Old behavior still available
with nonumeric prefix args.
2002-07-26 20:40:53 +00:00
Richard M. Stallman
fb4792ed1b *** empty log message *** 2002-07-26 15:39:12 +00:00
Kenichi Handa
1eb0bebc79 (revert-buffer): Before calling insert-file-contents,
kill the local variable buffer-file-coding-system.
2002-07-26 12:07:26 +00:00
Kenichi Handa
8d239c89c6 (detect_coding_iso2022): While checking a byte sequence
for CODING_CATEGORY_MASK_ISO_8_2, if we read one extra byte, check
it in the normal loop.
2002-07-26 11:53:25 +00:00
Kenichi Handa
5483cd4e0f *** empty log message *** 2002-07-26 11:53:10 +00:00
Simon Josefsson
d280860959 *** empty log message *** 2002-07-26 11:11:03 +00:00
Juanma Barranquero
6dc049b29b (warning-levels): Doc fix.
(warning-suppress-log-types): Fix typo.
(display-warning): Fix typo. Remove useless asignment to free variable
`group-string'.
2002-07-26 07:58:04 +00:00