source: branches/acode-rewrite/source/cocoa-ide/hemlock/src

Name Size Rev Age Author Last Change
../
bindings.lisp 37.5 KB 16082   11 years Gary Byers Merge trunk changes into this branch. Expect some things to explode.
buffer.lisp 21.6 KB 14480   14 years Gary Byers Compensate for CRLF line-termination in meta-. Fixes ticket:741, but …
charmacs.lisp 3.7 KB 12108   16 years Gary Byers SYNTAX-CHAR-CODE: treat characters with codes >= 256 as if they were …
charprops.lisp 34.8 KB 13710   15 years R. Matthew Emerson copy-line-charprops: when the specified interval is 0 (that is, when …
cocoa-hemlock.lisp 3.3 KB 12859   15 years gz Make sure that all hemlock functions defined outside of hemlock are in …
command.lisp 21.9 KB 15334   13 years Gary Byers Fix ticket:958 (select previous/next line at beginning/end of buffer.)
comments.lisp 15.3 KB 6597   18 years Gary Byers Use KILL-RING-PUSH to push on kill ring (and copy to clipboard.)
completion.lisp 20.0 KB 8428   17 years gz Merge of the 'event-ide' branch. Hemlock's thread model has been …
decls.lisp 2.6 KB 8428   17 years gz Merge of the 'event-ide' branch. Hemlock's thread model has been …
defsyn.lisp 8.6 KB 13186   15 years gz A bunch of Hemlock Lisp mode changes: * Add parsing support for …
display.lisp 19.0 KB 16082   11 years Gary Byers Merge trunk changes into this branch. Expect some things to explode.
doccoms.lisp 12.5 KB 8428   17 years gz Merge of the 'event-ide' branch. Hemlock's thread model has been …
echo.lisp 26.7 KB 14721   14 years gz Add a m-x Set Default Package command; Also make ? do help in echo area.
echocoms.lisp 13.4 KB 10614   16 years gz bunch of #+debug stmts
edit-defs.lisp 19.2 KB 16082   11 years Gary Byers Merge trunk changes into this branch. Expect some things to explode.
filecoms.lisp 25.5 KB 16082   11 years Gary Byers Merge trunk changes into this branch. Expect some things to explode.
files.lisp 4.4 KB 8428   17 years gz Merge of the 'event-ide' branch. Hemlock's thread model has been …
fill.lisp 28.3 KB 10290   16 years Gary Byers Don't make OPTIMIZE declamation persist at load time.
font.lisp 3.1 KB 12859   15 years gz Make sure that all hemlock functions defined outside of hemlock are in …
hemlock-ext.lisp 5.7 KB 12057   16 years Gary Byers Fix malformed type declaration in %SP-BYTE-BLT.
htext1.lisp 27.2 KB 12564   15 years gz Make buffers keep track of their lines in a vector, use that for a …
htext2.lisp 19.6 KB 16082   11 years Gary Byers Merge trunk changes into this branch. Expect some things to explode.
htext3.lisp 15.0 KB 12859   15 years gz Make sure that all hemlock functions defined outside of hemlock are in …
htext4.lisp 18.9 KB 12859   15 years gz Make sure that all hemlock functions defined outside of hemlock are in …
indent.lisp 10.5 KB 12285   15 years mikel collapse-if-selection was modifying point in a way that confused …
interp.lisp 16.2 KB 16082   11 years Gary Byers Merge trunk changes into this branch. Expect some things to explode.
isearchcoms.lisp 12.2 KB 16082   11 years Gary Byers Merge trunk changes into this branch. Expect some things to explode.
key-event.lisp 24.7 KB 9143   17 years Gary Byers Conditionalize out MOUSE-TRANSLATION-INFO.
keysym-defs.lisp 7.0 KB 12626   15 years Gary Byers For Cocotron, the keysym "Backspace" has code 8, not 127 (and not an …
killcoms.lisp 18.6 KB 15445   12 years Shannon Spires New variable hemlock:*kill-ring-pushes-to-clipboard*. Set to true for …
line.lisp 7.7 KB 12564   15 years gz Make buffers keep track of their lines in a vector, use that for a …
lispmode.lisp 87.6 KB 16082   11 years Gary Byers Merge trunk changes into this branch. Expect some things to explode.
listener.lisp 33.1 KB 14904   13 years Gary Byers Try to fix ticket:845 a different way. ACTIVE-LISTENER-WINDOWS returns …
macros.lisp 18.8 KB 13186   15 years gz A bunch of Hemlock Lisp mode changes: * Add parsing support for …
main.lisp 7.7 KB 13135   15 years gz Do not set global value of *current-buffer*
modeline.lisp 8.0 KB 12859   15 years gz Make sure that all hemlock functions defined outside of hemlock are in …
morecoms.lisp 20.0 KB 15291   13 years Gary Byers cocoa-ide/app-delegate.lisp: move MAYBE-FIXUP-APPLICATION-MENU here, …
package.lisp 17.4 KB 16082   11 years Gary Byers Merge trunk changes into this branch. Expect some things to explode.
pop-up-stream.lisp 1.3 KB 8428   17 years gz Merge of the 'event-ide' branch. Hemlock's thread model has been …
register.lisp 5.9 KB 8428   17 years gz Merge of the 'event-ide' branch. Hemlock's thread model has been …
ring.lisp 7.4 KB 8428   17 years gz Merge of the 'event-ide' branch. Hemlock's thread model has been …
rompsite.lisp 5.6 KB 8428   17 years gz Merge of the 'event-ide' branch. Hemlock's thread model has been …
search1.lisp 25.5 KB 13585   15 years Gary Byers In COMPUTE-BOYER-MOORE-JUMPS, the loop which fills the "jumps" vector …
search2.lisp 7.5 KB 6   21 years Gary Byers Initial revision
searchcoms.lisp 20.8 KB 16082   11 years Gary Byers Merge trunk changes into this branch. Expect some things to explode.
streams.lisp 8.6 KB 8428   17 years gz Merge of the 'event-ide' branch. Hemlock's thread model has been …
struct.lisp 16.8 KB 15291   13 years Gary Byers cocoa-ide/app-delegate.lisp: move MAYBE-FIXUP-APPLICATION-MENU here, …
symbol-completion.lisp 15.7 KB 11674   16 years R. Matthew Emerson Correct usage of ~:[ in a couple of places.
syntax.lisp 22.9 KB 8428   17 years gz Merge of the 'event-ide' branch. Hemlock's thread model has been …
table.lisp 27.0 KB 16082   11 years Gary Byers Merge trunk changes into this branch. Expect some things to explode.
text.lisp 21.7 KB 12284   15 years mikel exported collapse-if-selection backward sentence was collapsing forward
undo.lisp 9.0 KB 8428   17 years gz Merge of the 'event-ide' branch. Hemlock's thread model has been …
vars.lisp 7.6 KB 8428   17 years gz Merge of the 'event-ide' branch. Hemlock's thread model has been …
views.lisp 12.9 KB 16082   11 years Gary Byers Merge trunk changes into this branch. Expect some things to explode.
  • Property svn:ignore set to *~.*
Note: See TracBrowser for help on using the repository browser.