source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @749   21 years Gary Byers Umm, background color components are of type :float.
(edit) @748   21 years Gary Byers remove backup files from CVS
(edit) @747   21 years Gary Byers Not sure what changed, but IB found inconsistencies and wanted the …
(edit) @746   21 years Gary Byers Not sure what changed, but IB found inconsistencies and wanted the …
(edit) @745   21 years Gary Byers Integration.
(edit) @744   21 years Gary Byers Color stuff, redisplay changes. Use a sheet to display error messages …
(edit) @743   21 years Gary Byers Color stuff; maintain backtrace contexts in threads. Menu action …
(edit) @742   21 years Gary Byers Require COCOA-BACKTRACE. Move UI-DO-OPERATION here, implement …
(edit) @741   21 years Gary Byers Don't install deallocate hook, for the time being.
(edit) @740   21 years Gary Byers Update the selection before grabbing the next key-event. Timed-wait …
(edit) @739   21 years Gary Byers lock/unlock the buffer (actually the gap-cache) when editing.
(edit) @738   21 years Gary Byers MAYBE-UPDATE-SELECTION: doesn't do anything anymore; should be removed.
(edit) @737   21 years Gary Byers Active region vars are now symbol-macros.
(edit) @736   21 years Gary Byers *POP-STRING* needed a newline.
(edit) @735   21 years Gary Byers Use new error handler.
(edit) @734   21 years Gary Byers Make EDITOR-SLEEP kind of work.
(edit) @733   21 years Gary Byers Keep active region stuff in gap-cache.
(edit) @732   21 years Gary Byers Fix error message typo when allocating GFs.
(edit) @731   21 years Gary Byers Don't set &allow-other-keys in GF lambda lists if method only says &key.
(edit) @730   21 years Gary Byers Quote more chars when converting from native namestrings.
(edit) @729   21 years Gary Byers 040326.
(edit) @728   21 years Gary Byers Unknown slot options in DEFCLASS: use CDR, not CADR for option value.
(edit) @727   21 years Gary Byers NANOSCECONDS: always return two integers.
(edit) @726   21 years Gary Byers %SET-FPSCR-CONTROL: maintain stack discipline. Write zeroes to status …
(edit) @725   21 years Gary Byers Lisp menu
(edit) @724   21 years Gary Byers 040324.
(edit) @723   21 years Gary Byers PROVIDE's been in the CL package for the last decade or so. (This …
(edit) @722   21 years Gary Byers EVAL-SELECTION ui methods.
(edit) @721   21 years Gary Byers Update the buffer-cache after processing deletion notification. …
(edit) @720   21 years Gary Byers #k"enter", #k"c-m-x" bound to "Editor Evaluate Defun".
(edit) @719   21 years Gary Byers Eval-region via selection queue mechanism.
(edit) @718   21 years Gary Byers Fix typo in error message (rededefining non-GF as GF.)
(edit) @717   21 years Gary Byers Clean this up: put things in the right package.
(edit) @716   21 years Gary Byers Use new gap-cache stuff. Keep track of editing in textstorage; don't …
(edit) @715   21 years Gary Byers Get FDs right when starting a listener process. Note package correctly.
(edit) @714   21 years Gary Byers Transpose Characters - do it even if at line end (may be bugs in …
(edit) @713   21 years Gary Byers New shared gap scheme.
(edit) @712   21 years Gary Byers Use circumflex in mark printer. %SET-NEXT-CHARACTER changes (still …
(edit) @711   21 years Gary Byers New (shared) gap-cache stuff.
(edit) @710   21 years Gary Byers SELECTION-INPUT-STREAM fixes.
(edit) @709   21 years Gary Byers Skip the alignment bytes when reading a (SIMPLE-ARRAY DOUBLE-FLOAT (*)).
(edit) @708   21 years Gary Byers Skip the alignment bytes when writing a (SIMPLE-ARRAY DOUBLE-FLOAT …
(edit) @707   21 years Gary Byers Process Hemlock commands in a per-frame thread.
(edit) @706   21 years Gary Byers New listener process/selection-stream stuff.
(edit) @705   21 years Gary Byers Initialize UI object here.
(edit) @704   21 years Gary Byers UI object will be *NSApp*.
(edit) @703   21 years Gary Byers Rearrange a bit.
(edit) @702   21 years Gary Byers Maintain event queue in per-frame thread.
(edit) @701   21 years Gary Byers Start to make this saner.
(edit) @700   21 years Gary Byers Cache buffer gap variables in buffer, when passing buffer between threads.
(edit) @699   21 years Gary Byers Run a %COMMAND-LOOP (in a separate thread) after all.
(edit) @698   21 years Gary Byers Major mode listed before others, always.
(edit) @697   21 years Gary Byers Hook for package change. Use selection stream.
(edit) @696   21 years Gary Byers Maintain key-events in doubly-linked lists.
(edit) @695   21 years Gary Byers Extra slots in BUFFER, to cache gap variables.
(edit) @694   21 years Gary Byers Lock rings while operating on them.
(edit) @693   21 years Gary Byers MAKE-MCL-LISTENER-PROCESS changes.
(edit) @692   21 years Gary Byers New file; define application class, subclasses.
(edit) @691   21 years Gary Byers NEW-TCR converts pointer to fixnum, even if sign bit set.
(edit) @690   21 years Gary Byers MAKE-PROCESS takes :CLASS argument.
(edit) @689   21 years Gary Byers All control chars, #\Space are whitespace.
(edit) @688   21 years Gary Byers toplevel loop changes.
(edit) @687   21 years Gary Byers Move application stuff to l1-application.
(edit) @686   21 years Gary Byers Selection-stream stuff, apparently still buggy.
(edit) @685   21 years Gary Byers Load l1-application.
(edit) @684   21 years Gary Byers 040322.
(edit) @683   21 years Gary Byers Add l1-application.
(edit) @682   21 years Gary Byers Change document classes to Hemlock*.
(edit) @681   21 years Gary Byers restored
(edit) @680   21 years Gary Byers accidental removal
(edit) @679   21 years Gary Byers Bump version to 040320.
(edit) @678   21 years Gary Byers Handle key events in echo area.
(edit) @677   21 years Gary Byers Revive kbdmac.
(edit) @676   21 years Gary Byers Remove more clx/tty stuff.
(edit) @675   21 years Gary Byers Revive, but don't create stream yet.
(edit) @674   21 years Gary Byers More command-interpreter changes.
(edit) @673   21 years Gary Byers set foreign thread tcr back to NULL in tsd on exit
(edit) @672   21 years Gary Byers Bind current-buffer. No real difference in output-buffering stuff.
(edit) @671   21 years Gary Byers Remove/comment-out some unused stuff.
(edit) @670   21 years Gary Byers Use MESSAGE for editor-errors. Call command-interpreter-info-function …
(edit) @669   21 years Gary Byers Bind current-buffer when clearing echo area.
(edit) @668   21 years Gary Byers Quoted-insert sets up command-info function.
(edit) @667   21 years Gary Byers Command-information struct moves here; add function slot.
(edit) @666   21 years Gary Byers Add echo-area stuff, start to use it.
(edit) @665   21 years Gary Byers Foreign thread exit on first cleanup call. (Should all threads do so, …
(edit) @664   21 years Gary Byers Return NIL (not 0/%null-ptr) if no underlying pthread.
(edit) @663   21 years Gary Byers Window-close on listener thread exit: don't wait around (deadlocks …
(edit) @662   21 years Gary Byers Suspend other threads on entry to debugger (not on entry to Bug.)
(edit) @661   21 years Gary Byers Suspend other threads on entry to debugger (not on entry to Bug.)
(edit) @660   21 years Gary Byers Backtrace-info changes.
(edit) @659   21 years Gary Byers tsp/vsp ranges, for bogus-object detection.
(edit) @658   21 years Gary Byers Backtrace/break-loop changes.
(edit) @657   21 years Gary Byers LLGPL. Fix some dynamic-binding stuff; ad-hoc scheme for bogus-thing …
(edit) @656   21 years Gary Byers %CATCH-TOP is always in the same place.
(edit) @655   21 years Gary Byers No more *OPEN-EDITOR-DOCUMENTS*.
(edit) @654   21 years Gary Byers Getting closer …
(edit) @653   21 years Gary Byers Create an NSThread early.
(edit) @652   21 years Gary Byers %make-nsstring/%make-constant-nsstring.
(edit) @651   21 years Gary Byers Smaller, striped …
(edit) @650   21 years Gary Byers add backtrace nib
Note: See TracRevisionLog for help on using the revision log.