lisp/simple.el (choose-completion): Fix docstring typo.
[bpt/emacs.git] / lisp / simple.el
2014-02-21 Juanma Barranquerolisp/simple.el (choose-completion): Fix docstring typo.
2014-02-10 Lars Ingebrigtsen* simple.el (choose-completion): Doc fix.
2014-02-10 Glenn MorrisReplace "Maintainer: FSF" with the emacs-devel mailing...
2014-02-08 Lars Ingebrigtsen(execute-extended-command): Clarify doc string (bug...
2014-02-08 Lars Ingebrigtsen* simple.el (choose-completion-string-functions): Docum...
2014-02-08 Lars Ingebrigtsen* simple.el (line-move): Document utility function...
2014-02-07 Juanma Barranquero* lisp/simple.el (quoted-insert): Check character valid...
2014-02-07 Glenn MorrisMove iswitchb.el to obsolete/
2014-01-30 Glenn Morris* lisp/simple.el (eval-expression): Doc fix.
2014-01-29 Kenichi Handamerge trunk
2014-01-29 Glenn MorrisSome doc for cycle-spacing
2014-01-23 Glenn MorrisDoc fixes related to zero prefix argument of eval-expre...
2014-01-21 Leo Liu* simple.el (read--expression): Don't enable eldoc...
2014-01-20 Stefan Monnier* lisp/simple.el (move-beginning-of-line): Make sure...
2014-01-18 Paul Eggert* simple.el (password-word-equivalents): Remove duplicates.
2014-01-17 Chong YidongFix Bug#13124.
2014-01-17 Bastien GuerryRevert 2014-01-17T13:05:09Z!bzg@gnu.org.
2014-01-17 Bastien Guerry* simple.el (define-alternatives): Fix docstring by...
2014-01-14 Nicolas Richardsimple.el (define-alternatives): Add 'definition-name...
2014-01-13 Daniel ColascioneCorrectly handle reaching the end of the interval tree...
2014-01-13 Bastien GuerryFix/enhance `define-alternatives' docstring again
2014-01-13 Bastien Guerry`define-alternatives' bugfix and UI enhancement
2014-01-13 Daniel ColascioneMake GTK+ menus work correctly with the Unity global...
2014-01-12 Kenichi Handamerge trunk
2014-01-12 Leo LiuRe-implement the feature of showing eldoc info after...
2014-01-09 Stefan Monnier* lisp/simple.el (deactivate-mark, activate-mark):...
2014-01-01 Paul EggertUpdate copyright year to 2014 by running admin/update...
2013-12-28 Glenn MorrisEvery defcustom should specify its type
2013-12-26 João TávoraMake Electric Pair mode smarter/more useful:
2013-12-23 Chong YidongRename set-temporary-overlay-map -> set-transient-map
2013-12-21 Richard M. StallmanDocument how to make RET not indent.
2013-12-19 Juri Linkov* lisp/simple.el (eval-expression-print-format): Don...
2013-12-18 Chong Yidong* simple.el (append-next-kill): Doc fix (Bug#15995...
2013-12-17 Dima Kogan* simple.el (kill-region): Pass mark first then point...
2013-12-13 Dmitry GutovMake blink-matching-paren perform blinking without...
2013-12-13 Juri Linkov* lisp/simple.el <Keypad support>: Remove key bindings...
2013-12-11 Eli ZaretskiiMerge from trunk.
2013-12-11 Stefan Monnier* lisp/simple.el (normal-erase-is-backspace-mode):...
2013-12-07 Eli ZaretskiiMerge from trunk.
2013-12-03 Juri Linkov* lisp/window.el (display-buffer-no-window): New action...
2013-12-01 Stefan Monnier* lisp/simple.el (newline): Mention `electric-indent...
2013-11-30 Glenn MorrisMake the `interactive-only' bytecomp warning like the...
2013-11-25 Bozhidar Batsov* lisp/emacs-lisp/bytecomp.el (byte-compile-interactive...
2013-11-23 Glenn MorrisMerge from emacs-24; up to 2013-01-03T02:37:57Z!rgm...
2013-11-18 Eli ZaretskiiMerge from mainline.
2013-10-30 Stefan MonnierCleanup namespace of dos-w32.el.
2013-10-30 Stefan Monnier* lisp/subr.el (custom-declare-variable-early): Remove...
2013-10-29 Stefan MonnierAdd pre-redisplay-function and rectangular region
2013-10-25 Eli ZaretskiiFix bug #15712 with vertical motion when the goal colum...
2013-10-19 Stefan Monnier* lisp/simple.el (newline): Only run post-self-insert...
2013-09-26 Eli ZaretskiiMerge from trunk.
2013-09-19 Glenn Morris* lisp/simple.el (x-selection-owner-p, x-selection...
2013-09-18 Glenn MorrisSilence some --without-x compilation warnings
2013-09-17 Glenn Morris* lisp/simple.el (messages-buffer-mode-map): Unbind...
2013-09-17 Glenn MorrisAdd a major-mode for the *Messages* buffer
2013-09-17 Glenn MorrisMerge from emacs-24; up to 2013-01-03T02:31:36Z!rgm...
2013-09-12 Kenichi Handamerge trunk
2013-09-10 Stefan Monnier* lisp/simple.el: Use set-temporary-overlay-map for...
2013-09-10 Glenn Morris* lisp/simple.el (read-minibuffer): Unbreak it.
2013-09-05 Eli ZaretskiiMerge from trunk after a lot of time.
2013-09-04 Xue FuqiaoMerge from mainline.
2013-08-28 Stefan Monnier* lisp/simple.el (repeat-complex-command--called-intera...
2013-08-27 Glenn MorrisMerge from emacs-24; up to 2013-01-03T01:56:56Z!rgm...
2013-08-16 Xue FuqiaoReverse previous change, because kill-{new, append...
2013-08-16 Xue FuqiaoAdvertise using `kill-new' and `kill-append' in Lisp...
2013-08-13 Xue FuqiaoDoc fix for forward-word and backward-word.
2013-08-13 Glenn MorrisMerge from emacs-24; up to 2013-01-02T16:37:04Z!eggert...
2013-08-12 Glenn MorrisMerge from emacs-24; up to 2013-01-02T10:15:31Z!michael...
2013-08-09 Stefan Monnier* lisp/subr.el (define-error): New function.
2013-08-05 Dmitry AntipovDo not call to `selected-window' where it is assumed...
2013-08-05 Dmitry AntipovDo not call to `selected-frame' where it is assumed...
2013-07-30 Xue FuqiaoMerge from mainline.
2013-07-26 Eli ZaretskiiFix documentation of list-processes and process-list.
2013-07-26 Glenn Morris* lisp/simple.el (global-visual-line-mode): Do not...
2013-07-25 Glenn MorrisMerge from emacs-24; up to 2013-01-01T11:02:14Z!rudalic...
2013-07-20 Glenn MorrisMerge from emacs-24; up to 2012-12-31T11:35:13Z!rudalic...
2013-07-17 Eli ZaretskiiFix bug #14881 with scrolling images smaller than the...
2013-07-15 Juanma Barranquerolisp/simple.el (define-alternatives): Rename from alter...
2013-07-13 Eli ZaretskiiFix bug #14838 with slow scrolling with certain fonts.
2013-07-12 Eli ZaretskiiMinor followup to previous commit.
2013-07-12 Eli ZaretskiiFix bug #14842 with doc strings of next-line and previo...
2013-07-10 Eli ZaretskiiImprove scrolling when line-spacing != 0 and scroll...
2013-07-08 Eli ZaretskiiImprove scrolling when line-spacing is non-nil.
2013-07-07 Eli ZaretskiiImprove scrolling of windows whose font is different...
2013-07-06 Eli ZaretskiiFix vertical cursor motion with non-default fonts.
2013-07-06 Juanma Barranquerolisp/simple.el (alternatives-define): Remove leftover...
2013-07-06 Juanma Barranquerolisp/simple.el (alternatives-define): New macro.
2013-07-06 Glenn MorrisMerge from emacs-24; up to 2012-12-30T19:34:25Z!jan...
2013-07-03 Glenn MorrisMerge from emacs-24; up to 2012-12-29T12:57:49Z!fgallin...
2013-06-29 Kenichi Handamerge trunk
2013-06-26 Stefan Monnier* lisp/simple.el (set-variable): Use read-from-minibuffer.
2013-06-24 Glenn MorrisMerge from emacs-24; up to 2012-12-29T06:14:00Z!cyd...
2013-06-21 Stephen BermanMerge from trunk.
2013-06-18 Juri LinkovAdd explicit arg REPLACE to the callers of `shell-comma...
2013-06-15 Eli ZaretskiiFix bug #14567 with jumpy scrolling of tall images.
2013-06-14 Stephen BermanMerge from trunk.
2013-06-13 Stefan Monnier* lisp/subr.el (with-eval-after-load): New macro.
2013-06-05 Stefan Monnier* lisp/simple.el: Move all the prog-mode code to prog...
2013-06-05 Ted ZlatanovIntroduce and use prog-prettify-install.
2013-06-05 Ted ZlatanovSymbol prettify in prog-mode; added to perl-mode, cfeng...
next