| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
mapping over marks (Bug#6810).
|
|
|
|
|
|
|
|
|
| |
(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).
|
|
|
|
|
| |
* 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).
|
|
|
|
|
|
|
|
|
| |
* 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).
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
|
|
|
|
| |
* 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).
|
|
|
|
|
| |
* lisp/subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
Doc fix (Bug#7471).
|
| |
|
|
|
|
| |
Suggested by Lennart Borgman.
|
|
|
|
| |
* etc/schema/schemas.xml: Handle *.dbk as DocBook.
|
| |
|
|
|
|
|
| |
files.el (file-relative-name): Handle UNC file names on DOS/Windows.
Also fixes bug#4673.
|
| |
|
| |
|
|
|
|
|
|
| |
* 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.
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
(ido-mode): Use it.
(ido-completing-read): Call it.
Fixes: debbugs:3274
|
| |
| |
| |
| |
| |
| | |
* 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).
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| |
| | |
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'.
|
|/ |
|
|
|
|
| |
subtypes, insert all as usual.
|
| |
|
| |
|
|
|
|
|
|
| |
Return a string, as expected.
(which-function-mode): Make sure we stop any previous timer before
starting a new one.
|
|
|
|
|
| |
(tramp-default-user-alist, tramp-default-proxies-alist): Adapt
custom options type. (Bug#7445)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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).
|
|
|
|
|
| |
* progmodes/python.el (run-python): Doc fix.
(python-keep-current-directory-in-path): New var (Bug#7454).
|
| |
|
|
|
|
|
| |
* lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
Prompt user before actually printing.
|
|
|
|
| |
negotiation.
|
| |
|
|
|
|
|
| |
* simple.el (kill-new, kill-append, kill-region):
* comint.el (comint-kill-region): Make the yank-handler argument obsolete.
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Suggested by Norman Gray <norman@astro.gla.ac.uk>.
(vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
|
|
|
|
|
| |
* lisp/emacs-lisp/autoload.el (autoload-find-destination): The
function coding-system-eol-type may return non-numeric values.
|
| |
|
| |
|
|
|
|
|
|
| |
* 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).
|
|
|
|
|
|
|
|
| |
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/calendar/calendar.el (diary-iso-date-forms): Make elements
mutually exclusive.
|
|
|
|
| |
when filling the remaining "unconstrained" values.
|
|
|
|
|
| |
* lisp/emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
safety predicate.
|
|
|
|
|
|
|
| |
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.
|