aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/simple.el
Commit message (Expand)AuthorAgeFilesLines
* Replace still more end-of-line etc with line-end-position, etc.Glenn Morris2010-11-081-6/+2
* Use line-end-position rather than end-of-line, etc.Glenn Morris2010-11-061-2/+2
* Remove duplicate Lisp definitions of define-minor-mode variables defined in C.Glenn Morris2010-10-281-26/+5
* * lisp/simple.el (x-selection-owner-p): Remove unused declaration.Glenn Morris2010-10-271-3/+0
* Decouple C-d and delete, so that the former does not delete the region.Chong Yidong2010-10-191-1/+1
* Fix typos.Juanma Barranquero2010-09-251-1/+1
* * lisp/simple.el (blink-matching-open): Use syntax-class.Stefan Monnier2010-09-201-3/+4
* Merge changes from emacs-23 branch.Juanma Barranquero2010-09-141-1/+1
|\
| * simple.el (line-move-visual): Do not truncate goal column to integer size.David Reitter2010-09-121-1/+1
* | * lisp/simple.el (blink-matching-open): Don't burp if we can't find a match.Stefan Monnier2010-09-081-0/+1
* | * lisp/simple.el (newline): Fix last change to properly remove itself fromStefan Monnier2010-09-031-32/+37
* | Add blink-matching-check-function and misc cleanups.Stefan Monnier2010-09-021-100/+78
* | * simple.el (kill-new): Call interprogram-cut-function with only one argument.Jan D2010-09-021-1/+1
* | Removed cut-buffer code.Jan Djärv2010-09-021-5/+2
* | merge trunkKenichi Handa2010-09-021-1/+17
|\ \
| * | * lisp/simple.el (blink-paren-function): Move from C to here.Stefan Monnier2010-09-011-1/+17
* | | merge changes in emacs-23 branchKenichi Handa2010-09-011-10/+12
|\ \ \ | |/ / |/| / | |/
| * * simple.el (beginning-of-buffer, end-of-buffer): Doc fix (Bug#6907).Chong Yidong2010-08-261-10/+12
* | Add "Package:" file headers to denote built-in packages.Chong Yidong2010-08-291-0/+1
* | Move reading an extended command to Elisp (bug#5364, bug#5214).Juri Linkov2010-08-231-0/+34
* | Merge changes from emacs-23 branch.Chong Yidong2010-08-221-1/+2
|\|
| * * simple.el (kill-region): Doc fix (Bug#6787).Chong Yidong2010-08-141-1/+2
* | * lisp/simple.el (blink-matching-open): Obey forward-sexp-function.Stefan Monnier2010-08-191-1/+3
* | * lisp/simple.el (prog-mode-map): New var.Stefan Monnier2010-08-191-0/+13
* | Let all active regions set the primary selection.Chong Yidong2010-08-151-1/+3
* | Merge changes from emacs-23 branchChong Yidong2010-08-081-1/+2
|\|
| * * lisp/simple.el (exchange-dot-and-mark): Mark obsolete, finally.Stefan Monnier2010-08-041-1/+2
* | 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