summaryrefslogtreecommitdiff
path: root/lisp/simple.el
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix last change.Chong Yidong2010-08-071-1/+2
* | Change `select-active-region' mechanics.Chong Yidong2010-08-071-31/+20
* | simple.el (delete-forward-char): Doc fix.Eli Zaretskii2010-08-071-1/+1
* | Revert 2010-07-14 change to deactivate mark; minor cleanups.Chong Yidong2010-07-171-12/+15
* | Change x-select-enable-primary to nil.Chong Yidong2010-07-161-1/+1
* | Merge changes from emacs-23 branch.Chong Yidong2010-07-161-4/+3
|\ \ | |/
| * * simple.el (push-mark-command): Set selection for select-active-regions.Chong Yidong2010-07-141-0/+2
| * Fix last fix.Chong Yidong2010-07-101-3/+2
| * * simple.el (use-region-p): Doc fix (Bug#6607).Chong Yidong2010-07-101-3/+3
| * Backport from trunk: doc fix.Karl Fogel2010-06-221-1/+1
* | Change clipboard/primary selection to X application standards.Chong Yidong2010-07-141-1/+4
* | term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew Dempsky; bug#5084)...Adrian Robert2010-07-131-0/+1
* | * bindings.el (global-map): Bind delete and DEL, the former toChong Yidong2010-06-271-0/+72
* | * lisp/simple.el (compose-mail): Fix doc string to refer toKarl Fogel2010-06-211-1/+1
* | * lisp/simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.Juri Linkov2010-06-041-14/+17
* | Fix C-e when bidi reordering is in effect.Eli Zaretskii2010-05-191-0/+3
* | Provide a simple generic indentation engine and use it for Prolog.Stefan Monnier2010-05-171-2/+10
* | * simple.el (prog-mode): New (abstract) major mode.Stefan Monnier2010-05-141-0/+7
* | * files.el (auto-save-mode): Move to simple.el to fix bootstrap.Stefan Monnier2010-05-071-0/+20
* | Use define-minor-mode in more cases.Stefan Monnier2010-05-041-33/+11
* | New hook filter-buffer-substring-functions.Stefan Monnier2010-05-021-75/+71
* | Make it possible to locally disable a globally enabled mode.Stefan Monnier2010-04-281-2/+1
* | Move scrolling commands from simple.el to window.elJuri Linkov2010-04-161-146/+0
* | Check both `isearch-scroll' and `scroll-command' properties.Juri Linkov2010-04-161-4/+0
* | Add the `scroll-command' property.Juri Linkov2010-04-161-4/+4
* | (non-essential): New var.Stefan Monnier2010-04-141-0/+8
* | Add variable scroll-error-top-bottom.Juri Linkov2010-04-141-6/+24
* | Add variable `scroll-preserve-screen-position-commands'.Juri Linkov2010-04-141-0/+4
* | Scrolling commands which scroll a line instead of full screen..Juri Linkov2010-04-061-0/+20
* | Scrolling commands which does not signal errors at top/bottom.Juri Linkov2010-04-061-0/+63
* | * simple.el (next-line, previous-line): Re-throw a signalJuri Linkov2010-03-311-4/+6
* | * simple.el (keyboard-escape-quit): Raise deselecting the activeJuri Linkov2010-03-311-2/+2
* | * simple.el (append-to-buffer): Simplify.Stefan Monnier2010-03-301-12/+12
|/
* * simple.el (append-to-buffer): Fix last change.Chong Yidong2010-03-251-2/+2
* Fix 2009-11-13 change to append-to-buffer (Bug#5749).Chong Yidong2010-03-241-6/+7
* * simple.el (save-interprogram-paste-before-kill): Doc fix.Chong Yidong2010-02-161-1/+1
* Fix typos in docstrings.Juanma Barranquero2010-02-141-1/+1
* Improve docs of some transposition functions.Glenn Morris2010-02-131-0/+11
* * simple.el (visual-line-mode): Capitalize lighter.Glenn Morris2010-02-031-1/+1
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * simple.el (compose-mail): Remove mail-setup-with-from fromChong Yidong2009-12-121-1/+1
* * simple.el (compose-mail): Check for incompatibilities and warn.Chong Yidong2009-12-071-0/+35
* * simple.el (beginning-of-visual-line): Constrain to fieldChong Yidong2009-12-061-4/+9
* (normal-erase-is-backspace-mode): Fix thinko in message.Stefan Monnier2009-12-011-1/+1
* (with-wrapper-hook): Fix thinko.Stefan Monnier2009-11-191-4/+4
* (switch-to-completions): Move point to the firstJuri Linkov2009-11-191-4/+5
* * abbrev.el (abbrev-with-wrapper-hook): (re)move...Stefan Monnier2009-11-191-0/+47
* (set-mark-default-inactive): Add :type, :groupJuri Linkov2009-11-151-1/+4
* * simple.el (shell-command): Doc fix (Bug#4891).Chong Yidong2009-11-141-1/+2
* (x-selection-owner-p): Declare.Glenn Morris2009-11-141-7/+9