| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from origin/emacs-26 | Glenn Morris | 2019-04-21 | 1 | -0/+1 |
|\ |
|
| * | Autoload cua-toggle-rectangle-mark (Bug#34947) | Braun Gábor | 2019-04-19 | 1 | -0/+1 |
* | | Introduce new defcustom for terminal CUA rectangle commands | Alexander Gramiak | 2019-04-06 | 1 | -5/+14 |
* | | Fix defining keyboard macros in CUA mode | Eli Zaretskii | 2019-03-20 | 1 | -1/+2 |
* | | Fix more regular expression typos | Paul Eggert | 2019-03-18 | 1 | -1/+1 |
* | | * list/emulation/viper: Use user-error for "Viper bell" | Christopher Wellons | 2019-03-09 | 3 | -16/+17 |
* | | Fix regular-expression glitches and typos | Paul Eggert | 2019-03-04 | 1 | -8/+8 |
* | | Merge from origin/emacs-26 | Paul Eggert | 2018-12-31 | 17 | -17/+17 |
|\ \
| |/ |
|
| * | Update copyright year to 2019 | Paul Eggert | 2019-01-01 | 17 | -17/+17 |
* | | Remove uses of obsolete 'CUA' symbol property | Stefan Monnier | 2018-11-18 | 1 | -5/+3 |
* | | (viper-read-key, viper-read-key-sequence): Remove | Stefan Monnier | 2018-09-12 | 5 | -166/+20 |
* | | Optionally add argument description in minor mode DOC (bug#10754) | John Shahid | 2018-07-01 | 1 | -3/+0 |
* | | * lisp/emulation/viper.el (viper-set-hooks): Replace obsolete func. | Glenn Morris | 2018-03-23 | 1 | -2/+7 |
* | | Remove some declare-function stub definitions | Glenn Morris | 2018-03-23 | 3 | -7/+0 |
* | | * lisp/emulation/cua-base.el (cua-paste): Quieten compilation. | Glenn Morris | 2018-03-15 | 1 | -6/+2 |
* | | Merge from origin/emacs-26 | Glenn Morris | 2018-03-08 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Replace some obsolete aliases in code | Glenn Morris | 2018-03-06 | 1 | -1/+1 |
* | | * lisp/emulation/viper-ex.el (ex-cmd-read-exit): Silence compiler. | Glenn Morris | 2018-03-01 | 1 | -3/+7 |
* | | Merge from origin/emacs-26 | Glenn Morris | 2018-02-28 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | * lisp/emulation/viper.el: Unbreak it. | Glenn Morris | 2018-02-27 | 1 | -0/+2 |
* | | Remove free variable warning when compiling viper using .el files | Glenn Morris | 2018-02-27 | 2 | -4/+3 |
|/ |
|
* | Update copyright year to 2018 | Paul Eggert | 2018-01-01 | 17 | -17/+17 |
* | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 2017-09-13 | 17 | -17/+17 |
* | Don't call the same hook twice due to obsolete aliases | Eli Zaretskii | 2017-08-18 | 1 | -3/+1 |
* | Convert uses of looking-at in viper-ex to following-char | Mark Oteiza | 2017-08-08 | 1 | -52/+47 |
* | Fix all unescaped character literals | Philipp Stephani | 2017-05-07 | 1 | -1/+1 |
* | Don't pass the value of point to 'push-mark', as that's the default. | Bartosz Duszel | 2017-04-28 | 1 | -2/+2 |
* | Remove references to OS/2 in code, doc, and comments | Glenn Morris | 2017-04-08 | 2 | -9/+1 |
* | Replace some uses of cl-member-if with apply | Mark Oteiza | 2017-04-08 | 1 | -13/+6 |
* | require cl-lib to fix fallout from mhtml series | Tom Tromey | 2017-04-06 | 1 | -0/+2 |
* | change viper to use derived-mode-p | Tom Tromey | 2017-04-05 | 1 | -9/+16 |
* | Nix some useless uses of looking-at, looking-back | Mark Oteiza | 2017-02-12 | 1 | -1/+1 |
* | edt-mapper: just loading a library should not run code | Glenn Morris | 2017-01-30 | 2 | -268/+265 |
* | Merge from origin/emacs-25 | Paul Eggert | 2017-01-01 | 17 | -17/+17 |
|\ |
|
| * | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 17 | -17/+17 |
* | | Merge from origin/emacs-25 | Paul Eggert | 2016-12-07 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix minor quoting problems in doc strings | Paul Eggert | 2016-12-07 | 1 | -1/+1 |
* | | Nix more uses of default-FOO variables (Bug#24946) | Mark Oteiza | 2016-11-15 | 1 | -1/+1 |
* | | Merge from origin/emacs-25 | Paul Eggert | 2016-11-04 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | ; Spelling fixes | Paul Eggert | 2016-11-04 | 1 | -1/+1 |
* | | Fix references to long obsoleted functions/aliases | Mark Oteiza | 2016-11-04 | 1 | -1/+1 |
* | | * lisp/simple.el (undo-amalgamate-change-group): New function | Stefan Monnier | 2016-07-18 | 2 | -40/+11 |
* | | Merge from origin/emacs-25 | Paul Eggert | 2016-06-19 | 2 | -14/+42 |
|\ \
| |/ |
|
| * | Restore initial undo boundary with viper | Phillip Lord | 2016-06-11 | 1 | -4/+8 |
| * | Revert "Fix viper undo breakage from undo-boundary changes" | Phillip Lord | 2016-06-11 | 2 | -14/+38 |
* | | Leading "*" in the doc of defvars is long obsolete. | Glenn Morris | 2016-06-10 | 1 | -1/+1 |
* | | Fix broken viper deactivation | Phillip Lord | 2016-05-27 | 1 | -2/+6 |
* | | Merge from origin/emacs-25 | Paul Eggert | 2016-05-26 | 2 | -38/+14 |
|\ \
| |/ |
|
| * | Fix viper undo breakage from undo-boundary changes | Phillip Lord | 2016-05-23 | 2 | -38/+14 |
| * | cua-prefix-override-inhibit-delay doc fix | Lars Ingebrigtsen | 2016-05-01 | 1 | -1/+1 |