summaryrefslogtreecommitdiff
path: root/lisp/bindings.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* * lisp/bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)Stefan Monnier2012-10-091-26/+12
* * lisp/bindings.el (goto-map): Bind M-g TAB to move-to-column.Chong Yidong2012-09-301-0/+1
* Convert toggle-read-only calls to read-only-mode.Chong Yidong2012-09-231-1/+1
* Replace version 24.2 with 24.3 where appropriate (hopefully)Glenn Morris2012-08-151-1/+1
* * lisp/ibuffer.el (ibuffer-do-toggle-read-only):Stefan Monnier2012-08-121-2/+1
* Bind M-= back to count-words-region, and let it accept a prefix arg.Chong Yidong2012-08-111-1/+1
* * lisp/bindings.el: Bind M-= to count-words.Chong Yidong2012-07-181-1/+1
* * rect.el (copy-rectangle-as-kill): New command.Reuben Thomas2012-07-141-1/+24
* lisp/bindings.el (top): Use `mapc' instead of `mapcar'.Juanma Barranquero2012-07-131-8/+8
* Give permanent-local property to per-buffer variables without defaults.Chong Yidong2012-07-131-1/+14
* Don't warn on toggle-read-only calls.Chong Yidong2012-07-131-1/+1
* Get rid of all the manual purecopy calls in menu-bar definitions.Stefan Monnier2012-06-271-42/+62
* * lisp/bindings.el (global-map): Bind XF86Forward to next-buffer andSam Steingold2012-06-081-0/+4
* Allow clicking mouse-3 on mode line to change coding system.Chong Yidong2012-06-031-1/+8
* Make mode line help-echo visible for unibyte buffers.Chong Yidong2012-06-031-38/+32
* Implement default help-echo for mode line.Chong Yidong2012-06-031-158/+155
* Some cleanups for the buffer menu and electric buffer menu.Chong Yidong2012-05-061-1/+2
* Add new error and function `user-error'.Stefan Monnier2012-05-041-15/+4
* * bindings.el (goto-map): Bind goto-char to M-g c.Chong Yidong2012-04-151-0/+1
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Rework count-words-region. New command count-words.Chong Yidong2011-10-081-1/+1
* * bindings.el ([M-left],[M-right]): Bind to left-word and right-word respecti...Chong Yidong2011-10-071-2/+2
* Update some tutorial key bindings; ref bug#8739.Glenn Morris2011-08-201-0/+1
* * bindings.el: Add advertised binding for set-mark-command (Bug#5772).Chong Yidong2011-07-131-0/+2
* Adapt 2011-07-05 switch-to-buffer changes to new switch-to-bufferChong Yidong2011-07-131-2/+1
* (completion-ignored-extensions): Add OpenMCL/Clozure binary endings.Juanma Barranquero2011-07-131-3/+6
* Error in next-buffer or previous-buffer if called from minibuffer.Chong Yidong2011-07-061-2/+0
* Fix some uses of switch-to-buffer.Stefan Monnier2011-07-051-1/+2
* * bindings.el: Ignore next-buffer and previous-buffer in minibuffer-local-map.Chong Yidong2011-07-041-0/+2
* Move/add window-buffer-related functions to window.el.Martin Rudalics2011-06-111-5/+0
* Make first mode-line dash an empty space on graphical terminals (Bug#7295).Chong Yidong2011-05-281-1/+3
* Implement primitive `sha1' and remove sha1.elLeo Liu2011-05-241-1/+2
* lisp/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-191-14/+14
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | * lisp/bindings.el (complete-symbol): Move back from minibuffer.el.Stefan Monnier2010-12-061-0/+10
* | Remove mode-line end dashes on graphical terminals.Julien Danjou2010-10-191-5/+6
* | Decouple C-d and delete, so that the former does not delete the region.Chong Yidong2010-10-191-2/+2
* | Add "Package:" file headers to denote built-in packages.Chong Yidong2010-08-291-0/+1
* | Merge changes from emacs-23 branchChong Yidong2010-08-081-0/+3
|\ \ | |/
| * * bindings.el (complete-symbol): Run completion-at-point as a fallback.Stefan Monnier2010-08-021-0/+1
| * * bindings.el (function-key-map): Add a S-tab => backtab fallback.Stefan Monnier2010-08-021-0/+3
* | * bindings.el (global-map): Bind delete and DEL, the former toChong Yidong2010-06-271-0/+3
* | Implement bidi-sensitive word movement with arrow keys.Eli Zaretskii2010-05-291-4/+61
* | Implement bidi-sensitive movement with arrow keys.Eli Zaretskii2010-05-151-2/+2
* | * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode): Remove.Stefan Monnier2010-04-301-18/+0
* | Unify complete-symbol with completion-at-point.Chong Yidong2010-04-281-23/+0