- 14 Jul, 2014 1 commit
-
-
Glenn Morris authored
* lisp/vc/vc-dispatcher.el (vc-log-edit): Do set up the log buffer if it was "empty", or used for a different set of files. Fixes: debbugs:17884
-
- 13 Jul, 2014 1 commit
-
-
Eli Zaretskii authored
src/xdisp.c (decode_mode_spec): Call file-remote-p on the current buffer's default-directory only if it is a string. lisp/bindings.el (mode-line-remote): If default-directory is not a string, don't call file-remote-p on it; instead state in the help-echo that it is nil.
-
- 12 Jul, 2014 1 commit
-
-
Paul Eggert authored
* lisp/vc/vc-dispatcher.el (vc-log-edit): Don't clobber an already-existing log message. Fixes: debbugs:17884
-
- 10 Jul, 2014 1 commit
-
-
Glenn Morris authored
* lisp/vc/log-edit.el (log-edit-changelog-entries): Check for a visited-but-never-saved ChangeLog.
-
- 09 Jul, 2014 3 commits
-
-
Stefan Monnier authored
a non-existing file. Fixes: debbugs:17970
-
Stefan Monnier authored
(x-resolve-font-name): Don't call face-name. Fixes: debbugs:17956
-
Fabián Ezequiel Gallina authored
* lisp/progmodes/python.el (python-rx-constituents): Add dedenter and block-ender. (python-indent-dedenters, python-indent-block-enders): Delete. (python-indent-context): Return new case for dedenter-statement. (python-indent-calculate-indentation): Handle new case. (python-indent-calculate-levels): Fix levels calculation for dedenter statements. (python-indent-post-self-insert-function): Fix colon handling. (python-info-dedenter-opening-block-message): New function. (python-indent-line): Use it. (python-info-closing-block) (python-info-closing-block-message): Remove. (python-info-dedenter-opening-block-position) (python-info-dedenter-opening-block-positions) (python-info-dedenter-statement-p): New functions. * test/automated/python-tests.el (python-indent-block-enders-1) (python-indent-block-enders-2): Fix tests. (python-indent-block-enders-3) (python-indent-block-enders-4) (python-indent-block-enders-5) (python-indent-dedenters-1) (python-indent-dedenters-2): Remove tests. (python-indent-dedenters-1) (python-indent-dedenters-2) (python-indent-dedenters-3) (python-indent-dedenters-4) (python-indent-dedenters-5) (python-indent-dedenters-6) (python-indent-dedenters-7) (python-info-dedenter-opening-block-position-1) (python-info-dedenter-opening-block-position-2) (python-info-dedenter-opening-block-position-3) (python-info-dedenter-opening-block-positions-1) (python-info-dedenter-opening-block-positions-2) (python-info-dedenter-opening-block-positions-3) (python-info-dedenter-opening-block-positions-4) (python-info-dedenter-opening-block-positions-5) (python-info-dedenter-opening-block-message-1) (python-info-dedenter-opening-block-message-2) (python-info-dedenter-opening-block-message-3) (python-info-dedenter-opening-block-message-4) (python-info-dedenter-opening-block-message-5) (python-info-dedenter-statement-p-1) (python-info-dedenter-statement-p-2) (python-info-dedenter-statement-p-3) (python-info-dedenter-statement-p-4) (python-info-dedenter-statement-p-5): New tests. Fixes: debbugs:15163
-
- 08 Jul, 2014 4 commits
-
-
Stefan Monnier authored
the middle of a line. Fixes: debbugs:17896
-
Juri Linkov authored
the errors in the init file to the end of `after-init-hook'. Fixes: debbugs:17927
-
Juri Linkov authored
when it's not a symbol. (x-resolve-font-name): Don't check if the face is a symbol. Fixes: debbugs:17956
-
Juri Linkov authored
instead of %d because now HSV values are floating-point components between 0.0 and 1.0.
-
- 06 Jul, 2014 2 commits
-
-
Glenn Morris authored
Fixes: debbugs:17877
-
Stephen Berman authored
marking multiple consecutive items. (todo-toggle-mark-item): Don't try to mark the empty lines at the end of the todo and done items sections. Note in doc string that items marked by passing a numeric prefix argument can include the last todo and first done items. (todo-mark-category): Don't try to mark the empty line between the todo and done items sections.
-
- 05 Jul, 2014 2 commits
-
-
Stefan Monnier authored
proper Lisp quoting. Fixes: debbugs:17934
-
Stefan Monnier authored
require-final-newline since prog-mode already took care of it. Fixes: debbugs:17947
-
- 04 Jul, 2014 2 commits
-
-
Stephen Berman authored
refer to the Todo mode Info manual. Update the comment on requiring cl-lib. (todo-find-filtered-items-file): Add todo-prefix overlays. (todo-filter-items): Reorder a let-bound variable to avoid a wrong-type-argument error on canceling the file choice dialog.
-
Stefan Monnier authored
Set comint-input-ring-size to a number. Fixes: debbugs:17912
-
- 03 Jul, 2014 1 commit
-
-
Juri Linkov authored
and `isearch-mode' associated with nil. Fixes: debbugs:17849
-
- 02 Jul, 2014 3 commits
-
-
Juri Linkov authored
Doc fix. Fixes: debbugs:17873
-
Stefan Monnier authored
Fixes: debbugs:17271
-
Leo Liu authored
Support lexical-binding.
-
- 01 Jul, 2014 4 commits
-
-
Stefan Monnier authored
(log-edit--match-first-line): Use it. Fixes: debbugs:17861
-
Glenn Morris authored
-
Fabián Ezequiel Gallina authored
Enhancements to electric indentation behavior inside parens. * test/automated/python-tests.el (python-tests-self-insert): New function. (python-triple-quote-pairing): Use it. (python-util-forward-comment-1): New test. (Bug#17658)
-
Stefan Monnier authored
buffer-invisibility-spec. Fixes: debbugs:17867
-
- 29 Jun, 2014 3 commits
-
-
Andreas Schwab authored
pass "-a".
-
Glenn Morris authored
* doc/emacs/help.texi (Misc Help): * doc/emacs/trouble.texi (Checklist): * doc/lispintro/emacs-lisp-intro.texi (Note for Novices, Finding More) (Conclusion): * doc/lispref/help.texi (Help Functions): * doc/misc/info.texi, doc/misc/mh-e.texi: * etc/refcards/calccard.tex (section{Getting Help}): * lisp/cus-edit.el (help): * lisp/finder.el (finder-known-keywords): * lisp/help.el (help-for-help-internal): * lisp/vc/ediff-mult.el (ediff-meta-buffer-verbose-message) (ediff-redraw-registry-buffer): * lisp/vc/ediff-ptch.el (ediff-patch-file-internal): Doc fixes re "online" help. Fixes: debbugs:17803
-
Glenn Morris authored
* doc/misc/idlwave.texi (Introduction): Comment out dead http screenshot links. * lisp/progmodes/idlwave.el (idlwave): Update url-link for custom group. (idlwave-mode): Doc URL update.
-
- 27 Jun, 2014 4 commits
-
-
Stephen Berman authored
account for file-wide setting of todo-top-priorities-overrides. Make code a bit cleaner.
-
http://debbugs.gnu.org/17556Leo Liu authored
* lisp/calc/calc.el (math-bignum): Handle most-negative-fixnum.
-
Glenn Morris authored
Fixes: debbugs:17860
-
Glenn Morris authored
Since the change was just quickly reverting a change that does not have a ChangeLog entry of its own, it's confusing and unnecessary for the reversion to have a ChangeLog entry.
-
- 26 Jun, 2014 7 commits
-
-
Stephen Berman authored
category-wide setting of todo-top-priorities-overrides, check for a file-wide setting and fontify accordingly.
-
Glenn Morris authored
* doc/lispref/minibuf.texi (Intro to Minibuffers): Batch mode is basic. (Reading a Password): Mention batch mode. * lisp/subr.el (read-passwd): Warn about batch mode. Fixes: debbugs:17839
-
Daiki Ueno authored
If package-check-signature is allow-unsigned, don't signal error when we can't verify signature because of missing public key. Fixes: debbugs:17625
-
Stefan Monnier authored
(do not merge).
-
Glenn Morris authored
* lisp/emacs-lisp/cl-macs.el (help-add-fundoc-usage): * lisp/gnus/mm-util.el (help-function-arglist): Remove outdated declarations.
-
Glenn Morris authored
* lisp/emacs-lisp/authors.el (authors-valid-file-names) (authors-renamed-files-alist): Additions.
-
Glenn Morris authored
Not sure how M-x authors missed these so far...
-
- 25 Jun, 2014 1 commit
-
-
Leo Liu authored
* indent.el (indent-accumulate-tab-stops): New function. * textmodes/picture.el (picture-set-tab-stops): * ruler-mode.el (ruler-mode-mouse-add-tab-stop) (ruler-mode-ruler): Fix to work with nil tab-stop-list. * progmodes/asm-mode.el (asm-calculate-indentation): Use indent-next-tab-stop.
-