summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (cvs-status-map): Update binding name.Stefan Monnier2004-04-141-1/+1
|
* (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.Stefan Monnier2004-04-141-5/+6
| | | | Make it work for non-mouse events.
* (diff-goto-source): Make it work for mouse bindings.Stefan Monnier2004-04-141-11/+6
| | | | (diff-mouse-goto-source): Make it an alias of diff-goto-source.
* (compile-goto-error): Use it.Stefan Monnier2004-04-141-1/+1
|
* (mouse-set-point): Use it.Stefan Monnier2004-04-141-7/+2
|
* (posn-set-point): New function.Stefan Monnier2004-04-141-2/+12
|
* (info-apropos): Don't clobber Info-history-list.Jesper Harder2004-04-142-1/+7
|
* Paren typo.Stefan Monnier2004-04-131-1/+1
|
* (compilation-minor-mode-map)Stefan Monnier2004-04-131-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 Pfeiffer2004-04-132-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. Storm2004-04-131-0/+7
|
* (emacs-quick-startup): New defvar (set by -Q).Kim F. Storm2004-04-131-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. Storm2004-04-131-4/+7
| | | | (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
* *** empty log message ***Kim F. Storm2004-04-131-0/+5
|
* Doc fixes. Changes for compiler warnings.Stefan Monnier2004-04-132-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 Monnier2004-04-131-0/+9
|
* (run-python): Use compilation-shell-minor-mode.Stefan Monnier2004-04-131-17/+3
| | | | Set compilation-error-regexp-alist earlier.
* *** empty log message ***Stefan Monnier2004-04-131-0/+13
|
* (compile-goto-error): Select the buffer/window corresponding to the event.Stefan Monnier2004-04-121-6/+8
|
* (url-retrieve): Use with-current-buffer.Stefan Monnier2004-04-121-27/+28
|
* Comment fixups.Stefan Monnier2004-04-122-44/+53
|
* (url-http-parse-headers, url-http-file-exists-p): Remove unused var `version'.Stefan Monnier2004-04-121-25/+25
|
* (url-handler-mode): New minor mode.Stefan Monnier2004-04-121-32/+39
| | | | (url-setup-file-name-handlers): Remove.
* Comments and docstring fixups.Stefan Monnier2004-04-121-30/+26
|
* Add cygwin to system-type list, for unexec() support.Stefan Monnier2004-04-122-3/+6
|
* (url-cookie-handle-set-cookie): Replace calls to obsoleteJohn Paul Wallington2004-04-122-5/+8
| | | | `assoc-ignore-case' with calls to `assoc-string'.
* (describe-mode): Doc fix.John Paul Wallington2004-04-122-5/+9
|
* (ibuffer-delete-window-on-quit): Remove.John Paul Wallington2004-04-122-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 Monnier2004-04-121-0/+51
|
* (Info-follow-reference): Allow multiline reference name.Juri Linkov2004-04-122-1/+6
|
* (compilation-mode-font-lock-keywords): Fix test not to treat nil as a function.Stefan Monnier2004-04-121-1/+1
|
* (vc-arch-root): Be a bit more careful.Stefan Monnier2004-04-121-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 Monnier2004-04-121-10/+10
|
* (cl): Don't require.Stefan Monnier2004-04-121-2/+2
| | | | | (url): Add :version. (url-bug-address): Use bug-gnu-emacs.
* (url-hexify-string): Don't give multibyte error for char <16.Stefan Monnier2004-04-121-6/+24
| | | | (mail-header-extract): Autoload.
* Doc fixes.Stefan Monnier2004-04-121-1/+2
|
* Minor text changes.Stefan Monnier2004-04-121-2/+2
|
* (url-mailto): Avoid warning.Stefan Monnier2004-04-121-23/+27
|
* (ldap): Require.Stefan Monnier2004-04-121-26/+32
| | | | | (url-ldap): Fix `format' call. (url-ldap-certificate-formatter): Avoid warning.
* (url-https-create-secure-wrapper): Use modern backquotes.Stefan Monnier2004-04-121-8/+8
|
* (url-history-setup-save-timer): Avoid warnings.Stefan Monnier2004-04-121-38/+40
|
* (url-file-build-filename): Don't use directory-sep-char.Stefan Monnier2004-04-121-25/+32
|
* (url-dav-rename-file): Fix args of `signal'.Stefan Monnier2004-04-121-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 Monnier2004-04-121-41/+42
|
* (url-util): Require.Stefan Monnier2004-04-121-1/+2
|
* (url-register-auth-scheme): Fix `format' call.Stefan Monnier2004-04-121-3/+3
|
* (url-scheme-registry): Defvar.Stefan Monnier2004-04-121-23/+30
| | | | (url-about): Use text/plain.
* (byte-compile-cond): Fix last change.Stefan Monnier2004-04-121-6/+7
|
* New file.Stefan Monnier2004-04-122-0/+1503
|
* #André Spiegel2004-04-111-0/+9
|