Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (cvs-status-map): Update binding name. | Stefan Monnier | 2004-04-14 | 1 | -1/+1 |
| | |||||
* | (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark. | Stefan Monnier | 2004-04-14 | 1 | -5/+6 |
| | | | | Make it work for non-mouse events. | ||||
* | (diff-goto-source): Make it work for mouse bindings. | Stefan Monnier | 2004-04-14 | 1 | -11/+6 |
| | | | | (diff-mouse-goto-source): Make it an alias of diff-goto-source. | ||||
* | (compile-goto-error): Use it. | Stefan Monnier | 2004-04-14 | 1 | -1/+1 |
| | |||||
* | (mouse-set-point): Use it. | Stefan Monnier | 2004-04-14 | 1 | -7/+2 |
| | |||||
* | (posn-set-point): New function. | Stefan Monnier | 2004-04-14 | 1 | -2/+12 |
| | |||||
* | (info-apropos): Don't clobber Info-history-list. | Jesper Harder | 2004-04-14 | 2 | -1/+7 |
| | |||||
* | Paren typo. | Stefan Monnier | 2004-04-13 | 1 | -1/+1 |
| | |||||
* | (compilation-minor-mode-map) | Stefan Monnier | 2004-04-13 | 1 | -11/+8 |
| | | | | | (compilation-shell-minor-mode-map, compile-mouse-goto-error) (compile-goto-error): Re-merge the mouse and non-mouse commands. | ||||
* | (compilation-setup): Localize overlay-arrow-position. | Daniel Pfeiffer | 2004-04-13 | 2 | -50/+63 |
| | | | | | | | | | | | | (compilation-sentinel): Restructure code equivalently. (compilation-next-error): Find message on same line after point if not found before point. (compile-mouse-goto-error): Restore function so that compilation buffer need not be current and use compile-goto-error. (compile-goto-error): Restore function. (next-error): Set overlay-arrow-position. (compilation-forget-errors): Don't localize already local compilation-locs and remove FIXME about refontifying. | ||||
* | *** empty log message *** | Kim F. Storm | 2004-04-13 | 1 | -0/+7 |
| | |||||
* | (emacs-quick-startup): New defvar (set by -Q). | Kim F. Storm | 2004-04-13 | 1 | -5/+18 |
| | | | | | | | | (command-line): New option -Q. Like -q --no-site-file, but in addition it also disables menu-bar, tool-bar, scroll-bars, tool-tips, and the blinking cursor. (command-line-1): Skip startup screen if -Q. (fancy-splash-head): Use :align-to center prop to center splash image. | ||||
* | (cua-read-only-cursor-color) | Kim F. Storm | 2004-04-13 | 1 | -4/+7 |
| | | | | (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix. | ||||
* | *** empty log message *** | Kim F. Storm | 2004-04-13 | 1 | -0/+5 |
| | |||||
* | Doc fixes. Changes for compiler warnings. | Stefan Monnier | 2004-04-13 | 2 | -197/+386 |
| | | | | | | | | | | | | | | | | | | | | | | | | (syntax): Don't require. (python) <defgroup>: Add :version. (python-quote-syntax): Re-written. (inferior-python-mode): Move stuff here from run-python and add some more. (python-preoutput-continuation, python-preoutput-result) (python-dotty-syntax-table): New. (python-describe-symbol): Use them. (run-python): Move stuff to inferior-python-mode. Modify code loaded into Python. (python-send-region): Use python-proc, python-send-string. (python-send-string): Send newlines too. Callers changed. (python-load-file): Re-written. (python-eldoc-function): New. (info-look): Don't require. (python-after-info-look): New. A modified version of former top-level code for use with eval-after-load. (python-maybe-jython, python-guess-indent): Use widened buffer. (python-fill-paragraph): Re-written. (python-mode): Fix outline-regexp. Set outline-heading-end-regexp, eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook. | ||||
* | *** empty log message *** | Stefan Monnier | 2004-04-13 | 1 | -0/+9 |
| | |||||
* | (run-python): Use compilation-shell-minor-mode. | Stefan Monnier | 2004-04-13 | 1 | -17/+3 |
| | | | | Set compilation-error-regexp-alist earlier. | ||||
* | *** empty log message *** | Stefan Monnier | 2004-04-13 | 1 | -0/+13 |
| | |||||
* | (compile-goto-error): Select the buffer/window corresponding to the event. | Stefan Monnier | 2004-04-12 | 1 | -6/+8 |
| | |||||
* | (url-retrieve): Use with-current-buffer. | Stefan Monnier | 2004-04-12 | 1 | -27/+28 |
| | |||||
* | Comment fixups. | Stefan Monnier | 2004-04-12 | 2 | -44/+53 |
| | |||||
* | (url-http-parse-headers, url-http-file-exists-p): Remove unused var `version'. | Stefan Monnier | 2004-04-12 | 1 | -25/+25 |
| | |||||
* | (url-handler-mode): New minor mode. | Stefan Monnier | 2004-04-12 | 1 | -32/+39 |
| | | | | (url-setup-file-name-handlers): Remove. | ||||
* | Comments and docstring fixups. | Stefan Monnier | 2004-04-12 | 1 | -30/+26 |
| | |||||
* | Add cygwin to system-type list, for unexec() support. | Stefan Monnier | 2004-04-12 | 2 | -3/+6 |
| | |||||
* | (url-cookie-handle-set-cookie): Replace calls to obsolete | John Paul Wallington | 2004-04-12 | 2 | -5/+8 |
| | | | | `assoc-ignore-case' with calls to `assoc-string'. | ||||
* | (describe-mode): Doc fix. | John Paul Wallington | 2004-04-12 | 2 | -5/+9 |
| | |||||
* | (ibuffer-delete-window-on-quit): Remove. | John Paul Wallington | 2004-04-12 | 2 | -8/+24 |
| | | | | | | | | | (ibuffer-restore-window-config-on-quit): New variable to replace `ibuffer-delete-window-on-quit'. Update all references. (ibuffer-prev-window-config): New variable. (ibuffer-quit): Restore previous window configuration instead of deleting window. (ibuffer): Save window configuration before showing Ibuffer buffer. | ||||
* | *** empty log message *** | Stefan Monnier | 2004-04-12 | 1 | -0/+51 |
| | |||||
* | (Info-follow-reference): Allow multiline reference name. | Juri Linkov | 2004-04-12 | 2 | -1/+6 |
| | |||||
* | (compilation-mode-font-lock-keywords): Fix test not to treat nil as a function. | Stefan Monnier | 2004-04-12 | 1 | -1/+1 |
| | |||||
* | (vc-arch-root): Be a bit more careful. | Stefan Monnier | 2004-04-12 | 1 | -14/+22 |
| | | | | | | | (vc-arch-register): Save the buffer if we modified it. (vc-arch-delete-rej-if-obsolete): Save excursion. (vc-arch-find-file-hook): Use the simpler after-save-hook. (vc-arch-responsible-p, vc-arch-init-version): New functions. | ||||
* | (ldap-search): Use list*. | Stefan Monnier | 2004-04-12 | 1 | -10/+10 |
| | |||||
* | (cl): Don't require. | Stefan Monnier | 2004-04-12 | 1 | -2/+2 |
| | | | | | (url): Add :version. (url-bug-address): Use bug-gnu-emacs. | ||||
* | (url-hexify-string): Don't give multibyte error for char <16. | Stefan Monnier | 2004-04-12 | 1 | -6/+24 |
| | | | | (mail-header-extract): Autoload. | ||||
* | Doc fixes. | Stefan Monnier | 2004-04-12 | 1 | -1/+2 |
| | |||||
* | Minor text changes. | Stefan Monnier | 2004-04-12 | 1 | -2/+2 |
| | |||||
* | (url-mailto): Avoid warning. | Stefan Monnier | 2004-04-12 | 1 | -23/+27 |
| | |||||
* | (ldap): Require. | Stefan Monnier | 2004-04-12 | 1 | -26/+32 |
| | | | | | (url-ldap): Fix `format' call. (url-ldap-certificate-formatter): Avoid warning. | ||||
* | (url-https-create-secure-wrapper): Use modern backquotes. | Stefan Monnier | 2004-04-12 | 1 | -8/+8 |
| | |||||
* | (url-history-setup-save-timer): Avoid warnings. | Stefan Monnier | 2004-04-12 | 1 | -38/+40 |
| | |||||
* | (url-file-build-filename): Don't use directory-sep-char. | Stefan Monnier | 2004-04-12 | 1 | -25/+32 |
| | |||||
* | (url-dav-rename-file): Fix args of `signal'. | Stefan Monnier | 2004-04-12 | 1 | -3/+21 |
| | | | | | | (url-intersection): New. (url-dav-supported-p): Use it. (url-dav-save-resource): Declare url-http-response-status special. | ||||
* | (url-cookie-setup-save-timer): Avoid warnings. | Stefan Monnier | 2004-04-12 | 1 | -41/+42 |
| | |||||
* | (url-util): Require. | Stefan Monnier | 2004-04-12 | 1 | -1/+2 |
| | |||||
* | (url-register-auth-scheme): Fix `format' call. | Stefan Monnier | 2004-04-12 | 1 | -3/+3 |
| | |||||
* | (url-scheme-registry): Defvar. | Stefan Monnier | 2004-04-12 | 1 | -23/+30 |
| | | | | (url-about): Use text/plain. | ||||
* | (byte-compile-cond): Fix last change. | Stefan Monnier | 2004-04-12 | 1 | -6/+7 |
| | |||||
* | New file. | Stefan Monnier | 2004-04-12 | 2 | -0/+1503 |
| | |||||
* | # | André Spiegel | 2004-04-11 | 1 | -0/+9 |
| |