summaryrefslogtreecommitdiff
path: root/lisp/simple.el
AgeCommit message (Expand)Author
2015-08-23More-conservative ‘format’ quote restylingPaul Eggert
2015-08-18Allow blink-matching-paren to jump off screenDmitry Gutov
2015-08-18Refine the previous changeDmitry Gutov
2015-08-17Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsNoah Friedman
2015-08-17(blink-matching-open): Restore point before calling minibuffer-message.Noah Friedman
2015-08-16Use curved quotes in core elisp diagnosticsPaul Eggert
2015-08-09Remove no-op calls to substitute-command-keysPaul Eggert
2015-08-04; Do not overwrite preexisting contents of unread-command-eventsDavid Kastrup
2015-07-31Don't overflow if computing approximate percentagePaul Eggert
2015-07-06* lisp/simple.el (set-variable): Tweak recent doc fix.Glenn Morris
2015-07-06* lisp/simple.el (set-variable): Use user-error for type mismatch.Glenn Morris
2015-07-05* lisp/simple.el (set-variable): Doc fix.Glenn Morris
2015-06-23* lisp/simple.el (shell-command-on-region): Replace 'error' with 'user-error'.Juri Linkov
2015-06-16Address some check-declare warnings.Glenn Morris
2015-06-12* lisp/bindings.el (debug-ignored-errors): Add mark-inactive.Juri Linkov
2015-06-09; * lisp/simple: Revert presumably unintentional deletion of special-mode.Glenn Morris
2015-06-09* lisp/simple.el (eval-expression): Macroexpand before evaluating (bug#20730)Stefan Monnier
2015-05-23Replace gui-method macros with cl-generic with &contextStefan Monnier
2015-05-21Don't quote nil and t in doc stringsPaul Eggert
2015-05-09Avoid infloop in ERCEli Zaretskii
2015-05-04Fix previous commitDaniel Colascione
2015-05-04Add `save-mark-and-excursion', which has the old `save-excursion' behaviorDaniel Colascione
2015-05-01* lisp/simple.el (blink-matching-open): Better behavior in minibufferPontus Michael
2015-04-13Deprecate `intangible' and `point-entered' propertiesStefan Monnier
2015-03-23Merge from origin/emacs-24Paul Eggert
2015-03-22Fixes: debbugs:18939Jan D
2015-03-21Add new functions for computing default font dimensionsTitus von der Malsburg
2015-03-12Support goal column in multi-line minibufferJuri Linkov
2015-03-11* lisp/simple.el (goto-history-element): Don't burp on t history.Stefan Monnier
2015-03-03Merge from origin/emacs-24Paul Eggert
2015-02-24simple.el (region-active-p): Fix doc to say non-nil.Artur Malabarba
2015-02-18Use user-error where error is inappropriateKelly Dean
2015-02-13Improve docs of transient-mark-mode (Bug#19841)Eli Zaretskii
2015-01-20eldoc: modify `eldoc-documentation-function' using `add-function'Michal Nazarewicz
2015-01-09Fix line-move-visual's following of column in R2L lines (backport from trunk).Eli Zaretskii
2015-01-08Fix line-move-visual's following of column in R2L lines.Eli Zaretskii
2015-01-01Update copyright year to 2015Paul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-12-28Handle nil value of suggest-key-bindingsDmitry Gutov
2014-12-12Merge from origin/emacs-24Ted Zlatanov
2014-12-12* simple.el (password-word-equivalents): Add "passcode", used forMichael Albinus
2014-12-05Merge from emacs-24Stefan Monnier
2014-12-05Merge from emacs-24Stefan Monnier
2014-12-04Implement copying of a buffer portion while preserving visual order.Eli Zaretskii
2014-12-01* lisp/simple.el (newline): Place the hook buffer-locally,Stefan Monnier
2014-11-30Fix bug #19211 with move-end-of-line in non-interactive session.Eli Zaretskii
2014-11-28* lisp/simple.el (execute-extended-command--shorter): Fix the "M-p" case.Stefan Monnier
2014-11-19* lisp/simple.el (next-line-or-history-element): Wrap next-line in with-no-wa...Juri Linkov
2014-11-18Use <up> and <down> keys to move point in the multi-line minibuffer.Juri Linkov
2014-11-16* lisp/simple.el (execute-extended-command--shorter): Cut search here.Stefan Monnier