branch: externals/brief
commit 58c2f484100fecd89248c476e3baf222cda5c7c7
Author: Luke Lee
Commit: Luke Lee
Cursor-undo package compatibility, enhancements and bug fixes.
* brief.el: Make various cursor movement commands to respect numeric
command prefix, and better column
branch: externals/cursor-undo
commit e82084c3d491ff7199e14cc8da69c250b9bda492
Author: Luke Lee
Commit: Luke Lee
Fix read-only buffer undo operations on end of undo list
(cundo-is-cursor-undo-entry, cundo-is-undo-boundary): New functions
for boundary conditions.
(cundo-track
branch: externals/cursor-undo
commit c544a74e5e4e46bc1211fdad25248200c330ec7b
Author: Luke Lee
Commit: Luke Lee
Fix for upgrading package by allowing redefining of advised functions.
* cursor-undo.el: change redefining errors to warnings.
(def-cursor-undo, disable-cursor
branch: main
commit 51eb9ccb2eea0095408fb7a479d705fb6c17966b
Author: Luke Lee
Commit: Luke Lee
* elpa-packages (cursor-undo): Change `:doc` to `:readme`
---
elpa-packages | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/elpa-packages b/elpa-packages
index 6ed92cfd7b
branch: main
commit 84bf43901ed7d0d9840aa311ad8eeacf328bc0f8
Author: Luke Lee
Commit: Luke Lee
* elpa-packages (cursor-undo): Add `:doc` document
---
elpa-packages | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/elpa-packages b/elpa-packages
index 509c2eba4f
branch: externals/cursor-undo
commit 2264853e77872122a085fb2733b43c80337c44ca
Author: Luke Lee
Commit: Luke Lee
* cursor-undo.el: Fix cursor-undo for read-only buffers.
(cundo-track-screen-start, cundo-track-prev-point): new functions to
make `def-cursor-undo' more clean, als
branch: externals/cursor-undo
commit 00026ca3ff4e386100b2afead1648e20a06a3f3d
Author: Luke Lee
Commit: Luke Lee
* cursor-undo.el: advised functions now return original function value.
---
cursor-undo.el | 16 +---
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a
branch: externals/cursor-undo
commit d49909de3cd00256378768d53990a7828f20d435
Author: Luke Lee
Commit: Luke Lee
* cursor-undo.el: support more standard Emacs cursor commands.
---
cursor-undo.el | 31 ++-
1 file changed, 26 insertions(+), 5 deletions(-)
diff
branch: externals/cursor-undo
commit 3fe6c281d045dbfed07e39b75bc3c3a9915cc7aa
Author: Luke Lee
Commit: Luke Lee
* cursor-undo.el: bump version for various review changes
---
cursor-undo.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cursor-undo.el b/cursor-undo.el
branch: externals/cursor-undo
commit 4cb785b1618c617666d50dff5a55e89dfef566d0
Author: Luke Lee
Commit: Luke Lee
* cursor-undo.el: clean up legacy codes which are no longer needed.
---
cursor-undo.el | 120 -
1 file changed, 59
branch: externals/cursor-undo
commit 47d8fc0e19ae852b771bf0ab1a170aea410ab3f4
Author: Luke Lee
Commit: Luke Lee
* cursor-undo.el: clean up byte compilation warning messages.
---
cursor-undo.el | 75 --
1 file changed, 42 insertions
branch: externals/cursor-undo
commit bbe2c5a6de06d8ae6881b4a11eb74008334251b0
Author: Luke Lee
Commit: Luke Lee
cursor-undo is now a minor mode to make enable/disable easier.
Followed some review changes.
---
README.txt | 63
cursor-undo.el | 492
branch: main
commit 0d533c62740180c6e9e25116ec2f925517b535ac
Author: Luke Lee
Commit: Luke Lee
* elpa-packages (cursor-undo): fix :doc spec.
---
elpa-packages | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/elpa-packages b/elpa-packages
index 7ef0bc8099..509c2eba4f
branch: externals/cursor-undo
commit a8f93f73eafb8a2519f0e50b418a44421082f848
Author: Luke Lee
Commit: Luke Lee
* cursor-undo.el: change the global enabling flag to a customized variable
(disable-cursor-tracking): prevent duplicated advise to the same function.
---
cursor-undo.el
branch: externals/cursor-undo
commit 189cfa8f034a46638a0ef4bac6bf998ca07dcb57
Author: Luke Lee
Commit: Luke Lee
Fix typo.
---
README.txt | 18 +-
cursor-undo.el | 22 +++---
2 files changed, 20 insertions(+), 20 deletions(-)
diff --git a/README.txt b
branch: main
commit b55ea87593274dd1b597a135865c56d4ff633a93
Author: Luke Lee
Commit: Luke Lee
* elpa-packages (cursor-undo) : New package
---
elpa-packages | 2 ++
1 file changed, 2 insertions(+)
diff --git a/elpa-packages b/elpa-packages
index 29e7c639b8..7ef0bc8099 100644
--- a/elpa
branch: externals/cursor-undo
commit 4ebdbea075e4600469b858a298f4815809fde4fb
Author: Luke Lee
Commit: Luke Lee
Cursor-undo package initial import.
---
README.txt | 63 ++
cursor-undo.el | 600 +
2 files changed, 663
lukelee pushed a change to branch externals/cursor-undo.
at 4ebdbea075 Cursor-undo package initial import.
This branch includes the following new commits:
new 4ebdbea075 Cursor-undo package initial import.
branch: externals/brief
commit 1d1d8fe291d785512eaa746dc2e5cd6dac96585c
Author: Luke Lee
Commit: Luke Lee
* brief.el: Window merge optionally respect atomic window settings.
Compatibility fix, clean up and clarification of comments.
(brief-merge-window-respect-atomicity): new
branch: externals/brief
commit 30c5bf48784a7de2e18069a1065fa14a6ff843fe
Author: Luke Lee
Commit: Luke Lee
Release of v5.90, Brief-style neighboring window merge on deletion.
* brief.el: Besides the window merge on deletion (the key) major
changes, the key to adjust window
branch: externals/brief
commit 94471036e4fd356d6c8a7dd72622123e18c95e75
Author: Luke Lee
Commit: Luke Lee
* brief.el: more compatibility issues fix resulted from earlier changes
Due to the earlier dependency removing of 'cl' package , `incf' and
`decf' ar
branch: externals/brief
commit 400a0715513deb6617c89e4ec7a4aacbe4b7f558
Author: Luke Lee
Commit: Luke Lee
* brief.el: bump minor version number for bug fix updates
---
brief.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/brief.el b/brief.el
index be7c38aa39
branch: externals/brief
commit a92ff0bdce1c2f8c08143f015bf87f2135410ae0
Author: Luke Lee
Commit: Luke Lee
* brief.el: remove useless codes, bump version for bug fix updates
Also revert fboundp quotes back to symbols instead of functions.
---
brief.el | 107
branch: externals/brief
commit f879506125be4924bbd710f9a087611f2b35d7ff
Author: Luke Lee
Commit: Luke Lee
* brief.el: Remove legacy code and fix for the Windows version.
---
brief.el | 19 +++
1 file changed, 11 insertions(+), 8 deletions(-)
diff --git a/brief.el b
branch: master
commit 4ad93106f58a751c9728314280a92dcd195f05f4
Author: Luke Lee
Commit: Luke Lee
* brief/README.org: Correct wording to be consistent with EmacsWiki page.
---
packages/brief/README.org | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/packages
branch: master
commit 44e71ff0e1a628ed883d31982c02b67f2c4abaf8
Author: Luke Lee
Commit: Luke Lee
* brief/README.org: Change some wording.
---
packages/brief/README.org | 9 +
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/packages/brief/README.org b/packages/brief
branch: master
commit 996972791db445eab4090660fcc9d66a4d8584ed
Author: Luke Lee
Commit: Luke Lee
Brief mode v5.87 release
Fix quick launcher script 'b' to be more reliable.
* brief/b: Remove version dependency according to Stefan's suggestion.
* brief/brief.
branch: master
commit ed762233142b27589202b70cfe32bbd8d3e5b8ae
Author: Luke Lee
Commit: Luke Lee
Brief mode: Fix for enabling infrequent keys.
* brief/b: Use `brief-easy-start' instead of a long progn list.
* brief/README.org: Add Emacs default setting change info.
*
branch: master
commit 0d8a20e034d8d336a33cd80e328b63415a574aad
Author: Luke Lee
Commit: Luke Lee
Brief: change to multi-file package.
---
packages/brief/brief.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/packages/brief/brief.el b/packages/brief/brief.el
index dfeceed..8353913
branch: master
commit ea153b7470b73f23ae649d073f7238762101b768
Author: Luke Lee
Commit: Luke Lee
Brief mode v5.86: Fix codes in response to Stefan's review suggestions.
* brief/brief.el (brief-search-replace-using-regexp)
(brief-latest-killed-buffer-info, brief-meta-
branch: master
commit fdda82c0e7f046b34149e75f4ba4fc9047b5ac3c
Author: Luke Lee
Commit: Luke Lee
* packages/brief/README.org: Fix some formats and typo.
---
packages/brief/README.org | 42 --
1 file changed, 24 insertions(+), 18 deletions(-)
diff
branch: master
commit 74818d557097baae16364785c85d067e84501e53
Author: Luke Lee
Commit: Luke Lee
Brief Mode v5.86 release.
Add README.org file with full key commands table & post on EmacsWiki.
Completed key commands supported by the legacy msdos Brief(tm) v3.1.
* pack
branch: master
commit 2eb492ba0fdb16cdb3e0e3763e8eff80fd50c578
Author: Luke Lee
Commit: Luke Lee
Brief mode: add [C-p] for viewing compilation buffer and error messages
* packages/brief/brief.el: fix comments, add C-p and a customized flag
to turn off scroll-bar-mode for
branch: master
commit cd1280d0f18ada3b58a2dd2a971db3d4b1a213b3
Author: Luke Lee
Commit: Luke Lee
Brief mode: merge Stefan's patch and revised some legacy code.
* packages/brief/brief.el: coding style fix, revise legacy code and
variables, and backward compatibility fi
branch: master
commit 4177adf3ded95a1f2baa837331e65f7fda4711d6
Author: Luke Lee
Commit: Luke Lee
Brief mode: major improvement for external Xselection helper
* packages/brief/brief.el: speedup sending by >32 times, and now able
to show receiving progress in bytes. Ren
branch: master
commit 15811e4dbc9402998cc85f148374369abc95204c
Author: Luke Lee
Commit: Luke Lee
Brief mode: backward compatibility fix for Emacs v23 and v24.
---
packages/brief/brief.el | 130
1 file changed, 77 insertions(+), 53 deletions
branch: master
commit 3498d6e1b461af33ac3cca2b286465cd8f53adf8
Author: Luke Lee
Commit: Luke Lee
Brief mode: merge some of Stefan's patch and rework some codes.
* Fix legacy variables and function arguments.
* Optimize some save-mark-and-excursion to save-excursion for
branch: master
commit fda27ebb303daf247e66c450720fb60041139b1c
Author: Luke Lee
Commit: Luke Lee
* packages/brief.el: fix some typo mess.
---
packages/brief/brief.el | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/packages/brief/brief.el b/packages/brief
lukelee pushed a change to branch scratch/brief.
was 9720f5fAdd brief.el v5.80, Brief editor mode, an emulator of
Brief editor.
This change permanently discards the following revisions:
discards 9720f5fAdd brief.el v5.80, Brief editor mode, an emulator of
Brief editor.
lukelee pushed a change to branch scratch/brief.
at 9720f5fAdd brief.el v5.80, Brief editor mode, an emulator of
Brief editor.
This branch includes the following new commits:
new 9720f5fAdd brief.el v5.80, Brief editor mode, an emulator of
Brief editor.
lukelee pushed a commit to branch master
in repository elpa.
commit 726c8f8f4b8a1d9b497c1f4805d7560abd94fe3b
Author: Paul Eggert
Date: Wed Jan 1 07:43:34 2014 +
Update copyright year to 2014 by running admin/update-copyright.
---
lisp/emulation/crisp.el |2 +-
1 files changed, 1 i
lukelee pushed a commit to branch master
in repository elpa.
commit b55c53e770fb58fe6f3ea9d52cf16519bf8132dd
Author: Juanma Barranquero
Date: Tue Feb 4 13:24:35 2003 +
Trailing whitepace deleted.
lukelee pushed a commit to branch master
in repository elpa.
commit 4161a490a8c4ffd5f1f8116f8b96a513ddb7b489
Author: Luke Lee
Date: Thu Aug 28 09:54:48 2014 +0800
Move crisp mode from Emacs trunk directory (lisp/emulation) to a new ELPA
package directory (packages/crisp)
---
{lisp
lukelee pushed a commit to branch master
in repository elpa.
commit cd123b51d2e0fa8627d3ba3421220c4450ec8a2a
Author: Chong Yidong
Date: Sun Oct 30 09:56:03 2011 +0800
Rename split-window-{above-each-other|split-window-side-by-side} to
split-window-below and split-window-right.
*
lukelee pushed a commit to branch master
in repository elpa.
commit b8f95e4e0a821bb0c6a09fdda382620ab081d6a0
Merge: 413d7a6 171c7e0
Author: Luke Lee
Date: Thu Aug 28 10:19:22 2014 +0800
Merge crisp mode from Emacs repository and make it a new ELPA package.
packages/crisp/crisp.el | 388
lukelee pushed a commit to branch master
in repository elpa.
commit a5773131e29df6492d8e46f6457f850ecbae79ed
Author: Kai Großjohann
Date: Wed Apr 2 10:41:40 2003 +
(top-level): Quote second arg to `eval-after-load'.
---
lisp/emulation/crisp.el |6 +++---
1 files changed, 3 inserti
lukelee pushed a commit to branch master
in repository elpa.
commit 442d04f2b1b54cb88d8cbb71105db0d9b0d70c29
Author: Richard M. Stallman
Date: Mon May 24 22:25:57 1999 +
(crisp-submit-bug-report): Function deleted. Binding deleted also.
---
lisp/emulation/crisp.el | 24 +
lukelee pushed a commit to branch master
in repository elpa.
commit 60c1896a073c9caad394b8b7abba37943da297e9
Author: Dan Nicolaescu
Date: Thu Jan 24 15:14:52 2008 +
* sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at): *
message.el (message-beginning-of-line): Use fea
lukelee pushed a commit to branch master
in repository elpa.
commit 7726440401facae8610b1d4dc7ca9112efe22768
Author: Richard M. Stallman
Date: Tue May 20 18:49:06 1997 +
(crisp-last-last-command): Renamed from last-last-command and defvar added.
---
lisp/emulation/crisp.el | 14
lukelee pushed a commit to branch master
in repository elpa.
commit 1685a568531e2fbbee3aeaf6d86aa40f375b9b9f
Author: Miles Bader
Date: Mon Sep 1 15:45:59 2003 +
Add arch taglines
---
lisp/emulation/crisp.el |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/lisp/
lukelee pushed a commit to branch master
in repository elpa.
commit c6d7dbe81b10cc324a292e16c1215578ae9467bd
Author: Dave Love
Date: Sun May 23 21:08:13 1999 +
Fix header comments.
---
lisp/emulation/crisp.el |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/
lukelee pushed a commit to branch master
in repository elpa.
commit e19fa7a212235d2f4f73e220d1efb3d631d4a27a
Author: Thien-Thi Nguyen
Date: Tue May 17 17:29:06 2005 +
Update years in copyright notice; nfc.
---
lisp/emulation/crisp.el |2 +-
1 files changed, 1 insertions(+), 1 dele
lukelee pushed a commit to branch master
in repository elpa.
commit afa60c32dd9365266b31342c86c04c8878696987
Author: Richard M. Stallman
Date: Sat Jul 25 20:58:03 1998 +
Don't require cl. (crisp-override-meta-x): Doc fix.
(crisp-last-last-command): Doc fix. (mark-something): Function
lukelee pushed a commit to branch master
in repository elpa.
commit 305d61bf49edaafbd8e04ccdf01a9480a8db50a3
Author: Paul Eggert
Date: Tue Jan 1 09:11:05 2013 +
Update copyright notices for 2013.
---
lisp/emulation/crisp.el |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
lukelee pushed a commit to branch master
in repository elpa.
commit ad9d052ba38732b6d6cda3fae0891c6224dea66c
Author: Dave Love
Date: Sun May 21 17:33:05 2000 +
(brief-mode): New alias.
---
lisp/emulation/crisp.el |6 +-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --
lukelee pushed a commit to branch master
in repository elpa.
commit 9572d532ceca91081c8a3582a385d4928eeb8976
Author: Kenichi Handa
Date: Fri Apr 16 12:51:06 2004 +
Sync to HEAD
---
lisp/emulation/crisp.el |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/lisp/em
lukelee pushed a commit to branch master
in repository elpa.
commit f6e5a3960b423e964169a1f55efdaf4c6b22835f
Author: Karl Heuer
Date: Sun Jun 13 02:37:28 1999 +
(crisp-mode): (defcustom) Initialize with custom-initialize-default to
avoid infinite loop. (crisp-mode): (defun) Call trans
lukelee pushed a commit to branch master
in repository elpa.
commit 9186c056fcbcec01c5c13ccf215e83a7bdd18878
Author: Richard M. Stallman
Date: Tue Apr 29 21:11:33 1997 +
(crisp-load-scroll-all): Renamed from ...-lock. (crisp-mode): Use
scroll-all... not scroll-lock...
---
lisp/emulat
lukelee pushed a commit to branch master
in repository elpa.
commit 9d784800131a2fef0a7391321646caa24f2dc781
Author: Richard M. Stallman
Date: Thu Apr 10 20:43:54 1997 +
Initial revision
---
lisp/emulation/crisp.el | 189 +++
1 files change
lukelee pushed a commit to branch master
in repository elpa.
commit 39e24eef9b604d44ba24f98de287789a087ce230
Author: Paul Eggert
Date: Mon Nov 14 15:59:56 2011 -0800
Spelling fixes.
---
lisp/emulation/crisp.el |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lisp/
lukelee pushed a commit to branch master
in repository elpa.
commit 7309651a2063ea3747004bfba21684b04e1607fb
Author: Karl Heuer
Date: Tue Jul 14 22:17:35 1998 +
Added next-buffer/previous-buffer keybindings (bound to M-n/M-p).
(crisp-unbury-buffer): New function.
Fixed bogus
lukelee pushed a commit to branch master
in repository elpa.
commit 8539932ab32e5bad9b77c721f3e1da0dc85c5771
Author: Kim F. Storm
Date: Thu May 19 08:06:59 2005 +
(crisp-home, crisp-end): Put CUA property.
---
lisp/emulation/crisp.el |6 ++
1 files changed, 2 insertions(+), 4
lukelee pushed a commit to branch master
in repository elpa.
commit e4b2a0db0b4ee3aa5872457196d0bedb48c3b63d
Author: Stephen Eglen
Date: Sun Feb 22 22:01:28 1998 +
Customized.
---
lisp/emulation/crisp.el | 37 ++---
1 files changed, 26 insertions(+),
lukelee pushed a change to branch master
in repository elpa.
from 413d7a6 javaimp: converted to lexical binding, doc fixes, minor
code fixes
new 9d78480 Initial revision
new f3f4dbb Comment change.
new be726e5 Install the proper version.
new 9186c05
lukelee pushed a commit to branch master
in repository elpa.
commit f3f4dbb07797f4773382785869eeb247477854e4
Author: Richard M. Stallman
Date: Thu Apr 10 21:42:07 1997 +
Comment change.
---
lisp/emulation/crisp.el |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git
lukelee pushed a commit to branch master
in repository elpa.
commit 39c3fbedb13f8665568761e9f41cc28cdb876903
Author: Thien-Thi Nguyen
Date: Mon Aug 1 15:47:19 2005 +
Update years in copyright notice; nfc.
---
lisp/emulation/crisp.el |3 ++-
1 files changed, 2 insertions(+), 1 dele
lukelee pushed a commit to branch master
in repository elpa.
commit 285534c36d82ed7412eb8e86107412f193d54679
Author: Chong Yidong
Date: Sat Jun 2 18:56:09 2012 +0800
Remove incorrect uses of "modeline".
* ansi-color.el (ansi-color-faces-vector): Change default faces.
* cu
lukelee pushed a commit to branch master
in repository elpa.
commit f0269fc07847b229e35579058e81096d06997524
Author: Chong Yidong
Date: Wed Oct 19 20:26:14 2011 -0400
Fix more minor mode docstrings.
* lisp/emulation/cua-base.el (cua-mode):
* lisp/mail/footnote.el (footnote-mod
lukelee pushed a commit to branch master
in repository elpa.
commit 3c33be70606ff4f352eea581f81bc9e479f7d768
Author: Kai Großjohann
Date: Sun Mar 9 14:05:25 2003 +
* man.el (Man-getpage-in-background): Always use `setenv' for environment
variables, instead of modifying process-environ
lukelee pushed a commit to branch master
in repository elpa.
commit 0470576ce94ad2e4670055a9a85e75c10017dc72
Author: Richard M. Stallman
Date: Wed Jul 29 22:44:56 1998 +
(crisp-mark-line): Greatly simplified.
---
lisp/emulation/crisp.el | 16 +---
1 files changed, 5 inse
lukelee pushed a commit to branch master
in repository elpa.
commit 171c7e00429545e781b4294a6f8793d8533210e4
Author: Luke Lee
Date: Thu Aug 28 10:15:45 2014 +0800
Format crisp package to meet ELPA's requirement: maintainer and version.
---
packages/crisp/crisp.el |4 +++-
1
lukelee pushed a commit to branch master
in repository elpa.
commit 54ced5f777b903f27a9e002efc26426b1635b60a
Author: Dave Love
Date: Tue Sep 14 18:34:10 1999 +
Update author address.
---
lisp/emulation/crisp.el |3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a
lukelee pushed a commit to branch master
in repository elpa.
commit b6482ba39f621cdcafbd78f733c624ef99c8feeb
Author: Kenichi Handa
Date: Mon Sep 8 11:56:09 2003 +
New directory
---
lisp/emulation/crisp.el |1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/lisp/em
lukelee pushed a commit to branch master
in repository elpa.
commit 18b04b2ff2ded4a742a8894cf3de87a9a9f8865c
Author: Thien-Thi Nguyen
Date: Mon Feb 6 12:31:40 2006 +
Update years in copyright notice; nfc.
---
lisp/emulation/crisp.el |2 +-
1 files changed, 1 insertions(+), 1 delet
lukelee pushed a commit to branch master
in repository elpa.
commit 73e19271f91646cdad1234ba17068c93402b4bc0
Author: Richard M. Stallman
Date: Tue May 20 21:46:00 1997 +
(crisp-mode): Add autoload cookie.
---
lisp/emulation/crisp.el |3 ++-
1 files changed, 2 insertions(+), 1 dele
lukelee pushed a commit to branch master
in repository elpa.
commit 1886fb586956bca12e773c38db8e9f0385fe588a
Author: Lute Kamstra
Date: Mon Jul 4 17:55:18 2005 +
Update FSF's address.
---
lisp/emulation/crisp.el |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git
lukelee pushed a commit to branch master
in repository elpa.
commit 03a6b3c614aaa0ad2535eb416e82566737ec3258
Author: Richard M. Stallman
Date: Mon May 24 22:23:35 1999 +
(crisp-mode-map): Don't inherit global-map. Enter it on
minor-mode-map-alist. (crisp-mode): Re-named from `crsip-mo
lukelee pushed a commit to branch master
in repository elpa.
commit be726e5fe477b8f87cea28dd8a1ccc5361975b65
Author: Richard M. Stallman
Date: Mon Apr 14 10:35:17 1997 +
Install the proper version.
---
lisp/emulation/crisp.el | 122 ++
1 fi
lukelee pushed a commit to branch master
in repository elpa.
commit 381a59685a8db3f5dcd4a0435f4004ad1eb4eb0b
Author: Stefan Monnier
Date: Fri Sep 11 00:58:59 2009 +
* keymap.c (QCadvertised_binding): New constant. (syms_of_keymap):
Initialize it. (Fwhere_is_internal): Try and use bind
lukelee pushed a commit to branch master
in repository elpa.
commit 63509baf8d24cfe7302724044d3855e908c08c78
Author: Glenn Morris
Date: Sat Oct 6 12:55:47 2012 -0700
Aliases to defcustoms must come before the defcustom.
* strokes.el (strokes-modeline-string):
* emulation/crisp
lukelee pushed a commit to branch master
in repository elpa.
commit 21247afcc9e7618db97b5c89858a92f7add7dd78
Author: Stefan Monnier
Date: Fri Sep 11 01:00:37 2009 +
* emulation/crisp.el (crisp-mode-map): Move initialization into
declaration. (crisp-mode): Use define-minor-mode.
---
l
lukelee pushed a commit to branch master
in repository elpa.
commit 9f7ff710bcb6a0dd2927abc64244db45425dfd3d
Author: Stefan Monnier
Date: Tue Jul 10 07:51:54 2012 -0400
Reduce use of (require 'cl). * admin/bzrmerge.el: Use cl-lib. *
leim/quail/hangul.el: Don't require CL. * leim/quail/ipa
lukelee pushed a commit to branch master
in repository elpa.
commit 3ea98e654831309126e7f868a9c5f2a3bc2c27e4
Author: Glenn Morris
Date: Tue May 6 03:28:01 2008 +
Switch to recommended form of GPLv3 permissions notice.
---
lisp/emulation/crisp.el | 10 --
1 files changed, 4 i
lukelee pushed a commit to branch master
in repository elpa.
commit 634d22ee9c8d4b00a88f23f70de36ac91ef2d3d2
Author: Glenn Morris
Date: Sat Jan 15 15:16:57 2011 -0800
Nuke arch-tags.
---
lisp/emulation/crisp.el |1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/lisp/
lukelee pushed a commit to branch master
in repository elpa.
commit b0f11ae5325a1bc60ca2b8bb68cee9c5a04b2357
Author: Glenn Morris
Date: Wed Aug 15 09:29:11 2012 -0700
Replace version 24.2 with 24.3 where appropriate (hopefully)
---
lisp/emulation/crisp.el |2 +-
1 files changed, 1 ins
lukelee pushed a commit to branch master
in repository elpa.
commit 887de476c9954c0643f8091f69ffa90d36a92895
Author: Glenn Morris
Date: Mon Jan 24 20:08:28 2011 -0800
Convert consecutive FSF copyright years to ranges.
---
lisp/emulation/crisp.el |3 +--
1 files changed, 1 insertions(+
lukelee pushed a commit to branch master
in repository elpa.
commit a254011eee24a9ff99c34190fee16a5387af69d8
Author: Glenn Morris
Date: Thu Dec 7 05:06:17 2006 +
Update copyright years.
---
lisp/emulation/crisp.el |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git
lukelee pushed a commit to branch master
in repository elpa.
commit 6769116d5bc2b8566db91f88e85218088ae9a536
Author: Glenn Morris
Date: Sun Jan 21 02:48:43 2007 +
Add 2007 to copyright years.
---
lisp/emulation/crisp.el |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff
lukelee pushed a commit to branch master
in repository elpa.
commit 962c304ce9c1db8d9e1ed33d60bb00ef9a23603b
Author: Glenn Morris
Date: Thu Jan 5 01:46:05 2012 -0800
Add 2012 to FSF copyright years for Emacs files
---
lisp/emulation/crisp.el |2 +-
1 files changed, 1 insertions(+), 1
lukelee pushed a commit to branch master
in repository elpa.
commit 9cdd1889787b4ceb29e1aa5e7fbfeaba06239b63
Author: Glenn Morris
Date: Mon Jan 7 01:09:49 2008 +
Add 2008 to copyright years.
---
lisp/emulation/crisp.el |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff
lukelee pushed a commit to branch master
in repository elpa.
commit 12058e12e8a936914bec3636f4c55d8aa711750d
Author: Glenn Morris
Date: Wed Jan 13 00:35:10 2010 -0800
Add 2010 to copyright years.
---
lisp/emulation/crisp.el |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff
lukelee pushed a commit to branch master
in repository elpa.
commit f62c011315a316c709c05157ec0d3801d6ddf392
Author: Glenn Morris
Date: Sat Jan 15 18:21:30 2011 -0800
Refill some copyright headers.
---
lisp/emulation/crisp.el |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
lukelee pushed a commit to branch master
in repository elpa.
commit b5a889daa88c0945184168fbeab80e01b25b6ac0
Author: Glenn Morris
Date: Sun Jan 2 15:50:46 2011 -0800
Add 2011 to FSF/AIST copyright years.
---
lisp/emulation/crisp.el |2 +-
1 files changed, 1 insertions(+), 1 deletions(
lukelee pushed a commit to branch master
in repository elpa.
commit bc738002d8ba9d5159dccbd66c5ce910c195
Author: Glenn Morris
Date: Wed Jul 25 04:10:52 2007 +
Switch license to GPLv3 or later.
---
lisp/emulation/crisp.el |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
lukelee pushed a commit to branch master
in repository elpa.
commit 7b05e034db195d6f4654bc9fa6202f3e6166e5eb
Author: Stefan Monnier
Date: Thu Apr 10 14:10:46 2008 +
Fix up comment convention on the arch-tag lines.
---
lisp/emulation/crisp.el |2 +-
1 files changed, 1 insertions(+)
lukelee pushed a commit to branch master
in repository elpa.
commit 73d2f45cf81c91d736a1dfb70d6b0dfdb9b2f380
Author: Glenn Morris
Date: Mon Jan 5 03:18:22 2009 +
Add 2009 to copyright years.
---
lisp/emulation/crisp.el |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff
lukelee pushed a commit to branch master
in repository elpa.
commit e2c500df815cd5261bf639bfb30b1f32fcc93abd
Author: Glenn Morris
Date: Wed Sep 22 23:42:45 2010 -0700
Remove leading `*' from docs of some defcustoms etc.
* emulation/crisp.el, emulation/cua-base.el, emulation/edt.el
97 matches
Mail list logo