summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* Fix Lawrence Mitchell's email address in lisp/ChangeLog.Chong Yidong2010-12-061-1/+1
|
* * dired-aux.el (dired-do-redisplay): Postphone dired-after-readin-hook while ↵Leo Liu2010-12-062-1/+10
| | | | mapping over marks (Bug#6810).
* Initialize image-dired auxilliary filenames relative to image-dired-dirs ↵Chong Yidong2010-12-062-4/+11
| | | | | | | | | (Bug#7518). * image-dired.el (image-dired-db-file) (image-dired-temp-image-file, image-dired-gallery-dir) (image-dired-temp-rotate-image-file): Set default values relative to image-dired-dir (Bug#7518).
* Fix arg usage of format-decode-run-method (Bug#7488).Lawrence Mitchell2010-12-062-2/+6
| | | | | * lisp/format.el (format-decode-run-method): Pass args FROM and TO, not point-min and point-max, to shell-command-on-region (Bug#7488).
* Fix crash with invisible text and overlays (Bug#7016).Chong Yidong2010-12-061-2/+2
| | | | | | | | | * src/dispextern.h (struct it): New member overlay_strings_charpos. * src/xdisp.c (next_overlay_string, load_overlay_strings): Record the charpos where we computed n_overlay_strings. (next_overlay_string): Load overlay strings at recorded position, which may not be the same as the iterator's charpos (Bug#7016).
* * frame.el (blink-cursor-mode): Make default t for ns.Jan Djärv2010-12-062-1/+5
|
* Trivial fixes for epg.el.Daiki Ueno2010-12-052-2/+15
| | | | | | | | | | | * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor. (epg-context-set-passphrase-callback): Mention that the callback is not called when used with GnuPG 2.x. modified: lisp/ChangeLog lisp/epg.elk
* * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).Bob Rogers2010-12-042-2/+5
|
* Doc fixes for comint functions (Bug#7499).Chong Yidong2010-12-042-18/+26
| | | | | | | | | * lisp/comint.el (comint-dynamic-list-input-ring) (comint-dynamic-complete-filename) (comint-replace-by-expanded-filename) (comint-dynamic-simple-complete) (comint-dynamic-list-filename-completions) (comint-dynamic-list-completions): Doc fix (Bug#7499).
* Doc fix for posn-* functions (Bug#7471).Chong Yidong2010-12-042-6/+13
| | | | | * lisp/subr.el (posn-x-y, posn-object-x-y, posn-object-width-height): Doc fix (Bug#7471).
* * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil (Bug#7533).Martin Rudalics2010-12-042-1/+7
|
* * url-cookie.el (url-cookie-retrieve): Handle null LOCALPART (Bug#7543).Chong Yidong2010-12-042-2/+8
| | | | Suggested by Lennart Borgman.
* * lisp/files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.W. Martin Borgert2010-12-042-0/+6
| | | | * etc/schema/schemas.xml: Handle *.dbk as DocBook.
* * simple.el (transient-mark-mode): Doc fix (Bug#7465).Chong Yidong2010-12-042-9/+15
|
* Fix bug #4674 with UNCs in file-relative-name.Eli Zaretskii2010-12-042-2/+25
| | | | | files.el (file-relative-name): Handle UNC file names on DOS/Windows. Also fixes bug#4673.
* That's not how you spell "initialization".Glenn Morris2010-12-012-4/+4
|
* ChangeLog fixes.Glenn Morris2010-12-011-7/+4
|
* Small ps-print fixes.Glenn Morris2010-12-012-4/+14
| | | | | | * lisp/ps-print.el (ps-line-lengths-internal, ps-nb-pages): Ensure ps-footer-font-size-internal is initialized. Call ps-get-page-dimensions before trying to use ps-font-for-text.
* merge emacs-23Kenichi Handa2010-12-026-65/+128
|\
| * * lisp/ido.el (ido-common-initilization): New function. Leo Liu2010-12-012-4/+14
| | | | | | | | | | | | | | (ido-mode): Use it. (ido-completing-read): Call it. Fixes: debbugs:3274
| * Fix log-edit-font-lock-keywords (Bug#6465).Chong Yidong2010-11-272-4/+9
| | | | | | | | | | | | * log-edit.el (log-edit-font-lock-keywords): Don't try matching stand-alone lines, since that is handled by log-edit-match-to-eoh (Bug#6465).
| * Fix bug #7308 with `locate' on MS-Windows.Eduard Wiebe2010-11-273-2/+29
| | | | | | | | | | | | | | | | | | dired.el (dired-get-filename): Replace backslashes with slashes in file names on MS-Windows, needed by `locate'. locate.el (locate-default-make-command-line): Don't consider drive letter and root directory part of `directory-listing-before-filename-regexp'. (locate-post-command-hook, locate-post-command-hook): New defcustoms.
| * * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handlingStefan Monnier2010-11-262-54/+74
| | | | | | | | | | | | | | of :smie-open/close-alist. (smie-next-sexp): Make it accept a "start token" as argument. (smie-indent-keyword): Be careful not to misidentify tokens that span more than one line, as empty lines. Add argument `token'.
* | Implement rmail-search-mime-message-function.Kenichi Handa2010-11-292-21/+69
|/
* mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported multipart ↵Kenichi Handa2010-11-262-2/+5
| | | | subtypes, insert all as usual.
* mail/rmail.el: Require rfc2047.Kenichi Handa2010-11-262-0/+5
|
* Improve rmail's MIME handling.Kenichi Handa2010-11-264-66/+419
|
* * progmodes/which-func.el (which-func-imenu-joiner-function):Stefan Monnier2010-11-232-104/+113
| | | | | | Return a string, as expected. (which-function-mode): Make sure we stop any previous timer before starting a new one.
* * net/tramp.el (tramp-default-method-alist)Michael Albinus2010-11-232-7/+13
| | | | | (tramp-default-user-alist, tramp-default-proxies-alist): Adapt custom options type. (Bug#7445)
* Tweak previous nxml doc change.Glenn Morris2010-11-231-1/+1
|
* ChangeLog fix for initial nxml import.Glenn Morris2010-11-231-5/+3
|
* Backport fixes for Bug#5390 and Bug#5694 from trunk.Chong Yidong2010-11-212-24/+85
| | | | | | | | | | | | | | * progmodes/python.el: Add Ipython support (Bug#5390). (python-shell-prompt-alist) (python-shell-continuation-prompt-alist): New options. (python--set-prompt-regexp): New function. (inferior-python-mode, run-python, python-shell): Require ansi-color. Use python--set-prompt-regexp to set the comint prompt based on the Python interpreter. (python--prompt-regexp): New var. (python-check-comint-prompt) (python-comint-output-filter-function): Use it. (run-python): Use a pipe (Bug#5694).
* Make the sys.path remove in Python mode customizable (Bug#7454).Chong Yidong2010-11-212-17/+36
| | | | | * progmodes/python.el (run-python): Doc fix. (python-keep-current-directory-in-path): New var (Bug#7454).
* python.el comment.Glenn Morris2010-11-201-0/+1
|
* Prompt before running print commands.Chong Yidong2010-11-202-5/+21
| | | | | * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region): Prompt user before actually printing.
* * pop3.el (pop3-open-server): Read server greeting before starting TLS ↵Yuri Karaban2010-11-192-10/+16
| | | | negotiation.
* * comint.el (comint-kill-region): Fix last change.Stefan Monnier2010-11-171-1/+1
|
* Make the yank-handler argument obsolete.Stefan Monnier2010-11-173-16/+11
| | | | | * simple.el (kill-new, kill-append, kill-region): * comint.el (comint-kill-region): Make the yank-handler argument obsolete.
* * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokensStefan Monnier2010-11-172-41/+63
| | | | | | | | | that are both openers (resp. closers) and something else. (smie-grammar): Loosen definition of valid values. (smie-next-sexp, smie-down-list, smie-blink-matching-open) (smie-indent--parent, smie-rule-parent, smie-indent-keyword) (smie-indent-after-keyword): Adjust users. (smie-indent-keyword): Don't indent empty lines.
* * vc-hg.el (vc-hg-program): New var.Stefan Monnier2010-11-172-4/+14
| | | | | Suggested by Norman Gray <norman@astro.gla.ac.uk>. (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
* autoload.el fix for bug#7414.Glenn Morris2010-11-162-5/+10
| | | | | * lisp/emacs-lisp/autoload.el (autoload-find-destination): The function coding-system-eol-type may return non-numeric values.
* * lisp/server.el (server-force-stop): Ensure the server is stopped (Bug#7409).Ulrich Mueller2010-11-162-1/+5
|
* subr.el (posn-col-row): Pay attention to header line. (Bug#7390)Eli Zaretskii2010-11-132-1/+6
|
* Fix picture-mouse-set-point calculation (Bug#7390).Chong Yidong2010-11-132-9/+29
| | | | | | * lisp/textmodes/picture.el (picture-mouse-set-point): Don't use posn-col-row; explicitly compute the motion based on the posn at the window-start (Bug#7390).
* * net/tramp.el (tramp-remote-coding-commands): Add an alternativeMichael Albinus2010-11-132-1/+12
| | | | | | | | using "base64 -d -i". This is needed for older base64 versions from GNU coreutils. Reported by Klaus Reichl <Klaus.Reichl@thalesgroup.com>. This must not be merged with the trunk.
* * lisp/novice.el (disabled-command-function): Fix 2009-11-15 change. (Bug#7384)Glenn Morris2010-11-132-6/+10
|
* diary-iso-date-forms fix for bug#7377.Glenn Morris2010-11-112-6/+12
| | | | | * lisp/calendar/calendar.el (diary-iso-date-forms): Make elements mutually exclusive.
* * lisp/emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraintsStefan Monnier2010-11-112-5/+45
| | | | when filling the remaining "unconstrained" values.
* * lisp/files.el (safe-local-variable-p): Gracefully handle errors.Stefan Monnier2010-11-113-14/+13
| | | | | * lisp/emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the safety predicate.
* * lisp/emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):Stefan Monnier2010-11-112-16/+59
| | | | | | | Use smie-indent-virtual when indenting relative to an opener. (smie-rule-separator): Use smie-rule-parent. (smie-indent-keyword): Consult rules, even for openers at bol. (smie-indent-comment-close): Try to align closer's content.