summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* * xt-mouse.el (xterm-mouse-mode): Make it a global mode.John Paul Wallington2002-08-073-3/+9
| | | | * wid-browse.el (widget-minor-mode): Fix doc typo.
* Version 2.0.12 released.Kai Großjohann2002-08-072-30/+58
| | | | | | | | | | | | | | | (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
* *** empty log message ***Richard M. Stallman2002-08-071-0/+5
|
* (warning-prefix-function, warning-series)Richard M. Stallman2002-08-071-18/+39
| | | | (warning-fill-prefix, warning-group-format): Add autoload cookies.
* (select-safe-coding-system): Call pop-to-buffer insideKenichi Handa2002-08-071-9/+9
| | | | save-window-excursion and save-excursion.
* *** empty log message ***Kenichi Handa2002-08-071-0/+5
|
* (describe-function-1): Skip arglist note ifJohn Paul Wallington2002-08-062-7/+14
| | | | function's definition is a keymap.
* (diary-mail-entries): Use `compose-mail'Sam Steingold2002-08-062-27/+45
| | | | | | | 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.
* (ibuffer-list-buffer-modes): New.Colin Walters2002-08-061-0/+39
| | | | (ibuffer-filter-by-used-mode): New.
* (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.Colin Walters2002-08-061-0/+4
| | | | | (ibuffer-mode-map): Added ibuffer-filter-by-used-mode. (ibuffer-mode): Added ibuffer-filter-by-used-mode to doc string.
* *** empty log message ***Colin Walters2002-08-061-0/+9
|
* (ediff-copy-list): Use `defalias' instead ofJohn Paul Wallington2002-08-052-1/+6
| | | | `fset' and `symbol-function'.
* Added checks that distinguish between cygwin and windows in someJohn Wiegley2002-08-056-4/+26
| | | | places.
* Removed a comment.John Wiegley2002-08-051-1/+0
|
* (pcomplete-entries): Don't set `above-cutoff' to a value unlessJohn Wiegley2002-08-051-2/+3
| | | | pcomplete-cycle-cutoff-length is non-nil.
* *** empty log message ***Richard M. Stallman2002-08-051-0/+3
|
* (select-safe-coding-system): Check forRichard M. Stallman2002-08-051-1/+1
| | | | non-nil CODING-SYSTEM before warning it disagrees with AUTO-CS.
* (ange-ftp-smart-gateway): Doc fix.Richard M. Stallman2002-08-052-14/+13
|
* (image-jpeg-p): Accept "Exif" marker.Richard M. Stallman2002-08-051-2/+3
|
* Version 2.0.11 released.Kai Großjohann2002-08-052-10/+24
| | | | | | | | | | | | (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.
* (math-format-stack-value): Revert a brokenDavid Kastrup2002-08-051-2/+3
| | | | | if->when replacement and reformat so that this does not happen again. Fixes a pretty lethal line formatting/yanking bug.
* *** empty log message ***David Kastrup2002-08-051-0/+6
|
* (fancy-splash-frame): Check selected frame last.Glenn Morris2002-08-042-1/+5
|
* Version 2.0.10 released.Kai Großjohann2002-08-042-10/+63
| | | | | | | | | | | | | (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.
* Version 2.0.9 released.Kai Großjohann2002-08-041-6/+16
| | | | | | | | | | | | | | | (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.
* (tramp-perl-encode, tramp-perl-decode): Doc fix.Andreas Schwab2002-08-032-2/+6
|
* In src:Andrew Choi2002-08-032-5/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Version 2.0.8.Kai Großjohann2002-08-032-5/+10
| | | | (tramp-perl-encode, tramp-perl-encode): Double the backslashes.
* (f90-font-lock-keywords-1): Simplify `type' value a little.Glenn Morris2002-08-031-4/+3
| | | | (f90-type-def-re): Simplify value a little.
* Version 2.0.7.Kai Großjohann2002-08-032-8/+19
| | | | | | (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.
* (f90-font-lock-keywords-1): Fix highlighting of `type' forms.Glenn Morris2002-08-032-5/+13
| | | | | (f90-font-lock-keywords-2): Fix highlighting of `implicit type(foo)' forms. (f90-type-def-re): Fix value.
* Version 2.0.6.Kai Großjohann2002-08-032-29/+192
| | | | | | | | | | | | | | | | | | | | | | | (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.
* Add comment for last change.Andreas Schwab2002-08-021-0/+1
|
* *** empty log message ***Richard M. Stallman2002-08-021-0/+18
|
* (mule-keymap, set-coding-system-map):Richard M. Stallman2002-08-021-13/+31
| | | | | | | 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.
* (merge-coding-systems): New function.Richard M. Stallman2002-08-021-24/+41
| | | | | | (set-buffer-file-coding-system): Use merge-coding-systems. Change prompt for args. (revert-buffer-with-coding-system): New command.
* (edebug-eval-top-level-form): Use eval-expression.Richard M. Stallman2002-08-021-5/+17
|
* (atomic-change-group): Doc fix.Richard M. Stallman2002-08-021-1/+1
|
* *** empty log message ***Richard M. Stallman2002-08-011-0/+6
|
* (compile-after-backup): Renamed from `compile'.Richard M. Stallman2002-08-011-5/+5
| | | | | | | 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-*'.
* *** empty log message ***Colin Walters2002-08-011-0/+7
|
* (ibuffer-hooks): Rename to `ibuffer-hook'; Add defvaralias forColin Walters2002-08-011-2/+4
| | | | | | compatibility. (ibuffer-mode-hooks): Rename to `ibuffer-mode-hook'; Add defvaralias for compatibility.
* (ibuffer-fontification-alist): Use `font-lock-constant-face' insteadColin Walters2002-08-012-1/+6
| | | | of `font-lock-reference-face'.
* (pcomplete-comint-setup): Use `add-to-list', to prevent adding theJohn Wiegley2002-07-311-2/+1
| | | | symbol `pcomplete' to shell-dynamic-complete-functions too many times.
* *** empty log message ***John Wiegley2002-07-311-0/+6
|
* (ediff-backup): New autoloaded command.Markus Rost2002-07-312-0/+23
|
* (describe-function-1): Test function for obsolescence only if it is aMarkus Rost2002-07-311-1/+4
| | | | symbol.
* (byte-compile-find-cl-functions):Richard M. Stallman2002-07-312-2/+19
| | | | Check that (car elt) is a string.
* (pcomplete-entries): Doc fix.Richard M. Stallman2002-07-311-4/+2
|
* (non-standard-icccm-encodings-alist): Doc fix.Richard M. Stallman2002-07-311-2/+2
|