1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00
Commit Graph

21707 Commits

Author SHA1 Message Date
Richard M. Stallman
f8da45ad01 (pages-directory-mode): Undo previous change. 2002-08-09 16:41:01 +00:00
Richard M. Stallman
16236388b2 (set-variable): If given a prefix argument, set variable buffer-locally.
Give locality status in prompt.
2002-08-09 14:14:32 +00:00
John Paul Wallington
3e1198301f (font-lock-function): Make it buffer-local. 2002-08-09 12:15:54 +00:00
Richard M. Stallman
84003f382e (checkdoc, checkdoc-interactive)
(checkdoc-message-interactive, checkdoc-interactive-loop)
(checkdoc-current-buffer, checkdoc-continue, checkdoc-comments)
(checkdoc-defun):
Update checkdoc-spellcheck-documentation-flag correctly.
(checkdoc-ispell-docstring-engine): Don't test for
checkdoc-autofix-flag = nil.
2002-08-09 01:56:00 +00:00
John Paul Wallington
62c32edf07 * xt-mouse.el (xterm-mouse-mode): Make it a global mode.
* wid-browse.el (widget-minor-mode): Fix doc typo.
2002-08-07 21:46:49 +00:00
Kai Großjohann
685f58582f Version 2.0.12 released.
(tramp-find-shell, tramp-open-connection-setup-interactive-shell):
Comment out possibly obsolete "echo hello" commands.
(tramp-run-real-handler): If operation is
`ange-ftp-hook-function', use first arg as the real operation.
(tramp-check-ls-commands): Use / instead of \ as directory
separator.  (Relevant for XEmacs on Windows.)
(tramp-maybe-open-connection): Use tramp-wait-for-output when
waiting for the "are you awake" command.  Use a different string
for the "are you awake" command.
(tramp-send-command): New optional arg NEVEROPEN means to never
invoke tramp-maybe-open-connection.
(tramp-maybe-open-connection): Use it
2002-08-07 14:54:05 +00:00
Richard M. Stallman
46e3984f37 *** empty log message *** 2002-08-07 14:38:02 +00:00
Richard M. Stallman
e893d912fd (warning-prefix-function, warning-series)
(warning-fill-prefix, warning-group-format): Add autoload cookies.
2002-08-07 14:26:28 +00:00
Kenichi Handa
873a4be1ef (select-safe-coding-system): Call pop-to-buffer inside
save-window-excursion and save-excursion.
2002-08-07 12:21:25 +00:00
Kenichi Handa
6d2413b84e *** empty log message *** 2002-08-07 12:21:05 +00:00
John Paul Wallington
dd66897fd5 (describe-function-1): Skip arglist note if
function's definition is a keymap.
2002-08-06 17:21:19 +00:00
Sam Steingold
ee58da1b00 (diary-mail-entries): Use `compose-mail'
and `mail-user-agent' instead of straight sendmail.
(diary-modified, diary-entries-list, displayed-year)
(displayed-month, entry, date, number, date-string, d-file)
(original-date): defvar without binding to avoid compiler warnings.
2002-08-06 15:11:26 +00:00
Colin Walters
0e1701c45f (ibuffer-list-buffer-modes): New.
(ibuffer-filter-by-used-mode): New.
2002-08-06 06:04:44 +00:00
Colin Walters
5bc06df9fe (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
(ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
(ibuffer-mode): Added ibuffer-filter-by-used-mode to doc string.
2002-08-06 06:04:22 +00:00
Colin Walters
52e4d5ea60 *** empty log message *** 2002-08-06 06:03:59 +00:00
John Paul Wallington
3a8e52afc1 (ediff-copy-list): Use `defalias' instead of
`fset' and `symbol-function'.
2002-08-05 22:37:25 +00:00
John Wiegley
a5c41f64a1 Added checks that distinguish between cygwin and windows in some
places.
2002-08-05 20:09:37 +00:00
John Wiegley
851988cd89 Removed a comment. 2002-08-05 20:08:40 +00:00
John Wiegley
d86e0c59ec (pcomplete-entries): Don't set `above-cutoff' to a value unless
pcomplete-cycle-cutoff-length is non-nil.
2002-08-05 20:07:12 +00:00
Richard M. Stallman
86d98c330d *** empty log message *** 2002-08-05 16:35:07 +00:00
Richard M. Stallman
872c0ba8c9 (select-safe-coding-system): Check for
non-nil CODING-SYSTEM before warning it disagrees with AUTO-CS.
2002-08-05 16:34:53 +00:00
Richard M. Stallman
0101f7e178 (ange-ftp-smart-gateway): Doc fix. 2002-08-05 16:27:07 +00:00
Richard M. Stallman
9b78a6a3c4 (image-jpeg-p): Accept "Exif" marker. 2002-08-05 16:26:03 +00:00
Kai Großjohann
5beaf83194 Version 2.0.11 released.
(tramp-perl-file-attributes): Print uid and gid as signed
integers.
(tramp-invoke-ange-ftp): Correct check for Ange-FTP being loaded.
Invoke Ange-FTP with tramp-run-real-handler to avoid Ange-FTP
calling Tramp again.
(tramp-find-file-exists-command): Check for `ls -d' last, after
all the variants on `test -e'.
(tramp-post-connection): Erase buffer before finding a command to
check if file exists.
2002-08-05 14:58:21 +00:00
David Kastrup
2363bd8daa (math-format-stack-value): Revert a broken
if->when replacement and reformat so that this does not happen
again.  Fixes a pretty lethal line formatting/yanking bug.
2002-08-05 09:34:12 +00:00
David Kastrup
62458f702e *** empty log message *** 2002-08-05 09:33:44 +00:00
Glenn Morris
3a321ddb31 (fancy-splash-frame): Check selected frame last. 2002-08-04 16:18:54 +00:00
Kai Großjohann
fabf2143a8 Version 2.0.10 released.
(tramp-uudecode): New shell function `tramp_uudecode' to decode to
standard output even if `uudecode -p' and `uudecode -o -' don't
work.
(tramp-post-connection): After finding the right shell, wait a
bit.  This is a kludge to avoid a race condition, even though I
don't understand why there is a race condition in the first place.
(tramp-post-connection): Install the `tramp_uudecode' shell
function on the remote host.
(tramp-coding-commands): Add an alternative for `tramp_uudecode'.
(tramp-bug): Include more variables in the report.
2002-08-04 13:58:44 +00:00
Kai Großjohann
89509ea00a Version 2.0.9 released.
(tramp-bug): Add wording about additional info to include in bug
report.
(tramp-find-shell): Set $PS1 for invocation of second shell (for
tilde expansion).
(tramp-find-shell): Shell prompt must match at end of buffer.  Do
this also for fallback shell prompt.
(tramp-find-shell): More debugging output.
(tramp-find-inline-encoding): When checking the decoding command,
some commands fail when reading from /dev/null.  So we pass a
known string through the encoding command and pass that through
the decoding command.  So we know whether the decoding command can
deal with some real input.
2002-08-04 11:41:38 +00:00
Andreas Schwab
ccf29586ca (tramp-perl-encode, tramp-perl-decode): Doc fix. 2002-08-03 23:26:26 +00:00
Andrew Choi
742fbed75b In src:
2002-08-03  Andrew Choi  <akochoi@shaw.ca>

        * macterm.c (USE_CARBON_EVENTS): New macro.
        (macCtrlKey, macShiftKey, macMetaKey, macAltKey): New macros.
        (x_iconify_frame): Call CollapseWindow.
        (Vmac_reverse_ctrl_meta): New variable.
        (Vmac_wheel_button_is_mouse_2): New variable.
        (init_mac_drag_n_drop): New function.
        (mac_do_receive_drag): New function.
        (mac_handle_service_event): New function.
        (init_service_handler): New function.
        (mac_to_emacs_modifiers): New function.
        (mac_event_to_emacs_modifiers): New function.
        (mac_get_mouse_btn): New function.
        (mac_convert_event_ref): New function.
        (XTread_socket) [USE_CARBON_EVENTS]: Call ReceiveNextEvent,
        SendEventToEventTarget, mac_event_to_emacs_modifiers, and
        mac_get_mouse_btn.
        (mac_initialize): Call init_mac_drag_n_drop and
        init_service_handler.

        * keyboard.c: Define Qmouse_wheel, mouse_wheel_syms, and
        lispy_mouse_wheel_names for MAC_OSX as well as for WINDOWS_NT.
        (kbd_buffer_get_event): Set used_mouse_menu for MENU_BAR_EVENT and
        TOOL_BAR_EVENT for MAC_OS as well.
        (make_lispy_event): Handle MOUSE_WHEEL_EVENT for MAC_OSX as well
        as for WINDOWS_NT.
        (syms_of_keyboard): Initialize Qmouse_wheel for MAC_OSX.

        * termhooks.h (event_kind): Define MOUSE_WHEEL_EVENT also for
        MAC_OSX.

In lisp:

2002-08-03  Andrew Choi  <akochoi@shaw.ca>

        * term/mac-win.el: Set keys to enable mouse wheel support.
2002-08-03 22:21:09 +00:00
Kai Großjohann
3654170140 Version 2.0.8.
(tramp-perl-encode, tramp-perl-encode): Double the backslashes.
2002-08-03 20:54:52 +00:00
Glenn Morris
eb9f0295d0 (f90-font-lock-keywords-1): Simplify `type' value a little.
(f90-type-def-re): Simplify value a little.
2002-08-03 19:01:50 +00:00
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
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
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
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