1996-12-10 |
bostic | rename IPO_ to VI_ and SI_
|
commit | commitdiff | tree |
1996-12-10 |
bostic | modify so we can use it both for the core editor as...
|
commit | commitdiff | tree |
1996-12-10 |
bostic | rename run_vi to be vi_run
|
commit | commitdiff | tree |
1996-12-10 |
bostic | the cl code doesn't call rename when initializing the...
|
commit | commitdiff | tree |
1996-12-10 |
bostic | rename IPO_ to VI_ and SI_
|
commit | commitdiff | tree |
1996-12-10 |
bostic | change ip_vi to use the same ip_send routine as the...
|
commit | commitdiff | tree |
1996-12-10 |
bostic | rename IPO_ to VI_ and SI_
|
commit | commitdiff | tree |
1996-12-10 |
bostic | rename IPO_ to VI_ and SI_
|
commit | commitdiff | tree |
1996-12-10 |
bostic | archive nvi_curses, only build motif now
|
commit | commitdiff | tree |
1996-12-10 |
bostic | archive nvi_curses, only build nvi_motif now
|
commit | commitdiff | tree |
1996-12-10 |
bostic | archive nvi_curses, only build nvi_motif, now
|
commit | commitdiff | tree |
1996-12-10 |
bostic | lint
|
commit | commitdiff | tree |
1996-12-10 |
bostic | rename IPO_ commands to be VI_ commands
|
commit | commitdiff | tree |
1996-12-10 |
bostic | Initial revision
|
commit | commitdiff | tree |
1996-12-10 |
bostic | restructured so that one can add a vi widget anywhere.
|
commit | commitdiff | tree |
1996-12-10 |
bostic | don't rename the functions, they're not external
|
commit | commitdiff | tree |
1996-12-10 |
bostic | delete the old main code
|
commit | commitdiff | tree |
1996-12-10 |
bostic | prettiness police
|
commit | commitdiff | tree |
1996-12-10 |
bostic | restructured so that one can add a vi widget anywhere.
|
commit | commitdiff | tree |
1996-12-07 |
bostic | get rid of contributions request
|
commit | commitdiff | tree |
1996-12-05 |
bostic | the split-tag event uses the cursor, it doesn't take...
|
commit | commitdiff | tree |
1996-12-05 |
bostic | add ipo_scrollbar
|
commit | commitdiff | tree |
1996-12-05 |
bostic | use RAZ's command table to put in the rest of the keyboard...
|
commit | commitdiff | tree |
1996-12-05 |
bostic | try and make the event-unexpected message more general
|
commit | commitdiff | tree |
1996-12-05 |
bostic | delete IPO_APPEND, IPO_EINSERT, IPO_INSERT
|
commit | commitdiff | tree |
1996-12-05 |
bostic | "../vi/vi.c", line 43: identifier redeclared: v_curword
|
commit | commitdiff | tree |
1996-12-05 |
bostic | "../ex/ex_util.c", line 51: void function cannot return...
|
commit | commitdiff | tree |
1996-12-05 |
bostic | RAZ's new code to send interrupts directly through...
|
commit | commitdiff | tree |
1996-12-05 |
bostic | add in the sample preferences page
|
commit | commitdiff | tree |
1996-12-05 |
bostic | make a bunch more commands "real" instead of passing...
|
commit | commitdiff | tree |
1996-12-05 |
bostic | make a bunch more commands "real" instead of passing...
|
commit | commitdiff | tree |
1996-12-05 |
bostic | make a bunch more IP commands true commands instead...
|
commit | commitdiff | tree |
1996-12-05 |
bostic | create a new event, IP_COMMAND, that passes an IPO_...
|
commit | commitdiff | tree |
1996-12-05 |
bostic | delete ex_cadd(); call use the standard ex argument...
|
commit | commitdiff | tree |
1996-12-05 |
bostic | Initial revision
|
commit | commitdiff | tree |
1996-12-04 |
bostic | nah. we'll get to it eventually. It's not terribly...
|
commit | commitdiff | tree |
1996-12-04 |
bostic | rename v_mmark to v_emark, delete vs_pos (move the...
|
commit | commitdiff | tree |
1996-12-04 |
bostic | move the repaint routine into v_event with other event...
|
commit | commitdiff | tree |
1996-12-04 |
bostic | put E_WRESIZE back in the key loop with a comment so...
|
commit | commitdiff | tree |
1996-12-04 |
bostic | rename vs_repaint -> v_erepaint
|
commit | commitdiff | tree |
1996-12-04 |
bostic | we can't handle E_WRESIZE here, it has to be handled...
|
commit | commitdiff | tree |
1996-12-04 |
bostic | use the options setting code from common/api.c
|
commit | commitdiff | tree |
1996-12-04 |
bostic | always compile in the api code, it's used by both cl...
|
commit | commitdiff | tree |
1996-12-04 |
bostic | typo...
|
commit | commitdiff | tree |
1996-12-04 |
bostic | AC_CHECK_LIB tests were reversed on -lSM, -lICE and...
|
commit | commitdiff | tree |
1996-12-04 |
bostic | apparently, on $? is portable, neither $> or $< works...
|
commit | commitdiff | tree |
1996-12-04 |
bostic | replace explicit vi :w and :q commands with IPO_WRITE...
|
commit | commitdiff | tree |
1996-12-04 |
bostic | replace explicit vi cursor movement command with IPO_MOUSE_MOVE
|
commit | commitdiff | tree |
1996-12-04 |
bostic | make it possible to use events as commands and as motion...
|
commit | commitdiff | tree |
1996-12-04 |
bostic | Initial revision
|
commit | commitdiff | tree |
1996-12-04 |
bostic | add IPO_MOUSE_MOVE
|
commit | commitdiff | tree |
1996-12-04 |
bostic | move event code into v_event.c
|
commit | commitdiff | tree |
1996-12-04 |
bostic | comment update
|
commit | commitdiff | tree |
1996-12-04 |
bostic | add v_mmark -- a mouse mark, that works like a back...
|
commit | commitdiff | tree |
1996-12-04 |
bostic | add vs_pos() -- translates a screen-returned line/column...
|
commit | commitdiff | tree |
1996-12-04 |
bostic | add IPO_MOUSE_MOVE, IPO_WQ, IPO_WRITEAS
|
commit | commitdiff | tree |
1996-12-04 |
bostic | add E_MOVE, E_WQ, E_WRITE, E_WRITEAS events
|
commit | commitdiff | tree |
1996-12-04 |
bostic | add E_WQ, E_WRITEAS events
|
commit | commitdiff | tree |
1996-12-04 |
bostic | get rid of the e_asp field of the event structure ...
|
commit | commitdiff | tree |
1996-12-04 |
bostic | add the v_event file, holds various event code
|
commit | commitdiff | tree |
1996-12-03 |
bostic | break IPO_BUSY up into IPO_BUSY_ON and IPO_BUSY_OFF...
|
commit | commitdiff | tree |
1996-12-03 |
bostic | if the underlying function returns non-zero, we have...
|
commit | commitdiff | tree |
1996-12-03 |
bostic | this version of ipc_mmain.c should get all of the misc...
|
commit | commitdiff | tree |
1996-12-03 |
bostic | first cut at Motif configuration -- there's lots more...
|
commit | commitdiff | tree |
1996-12-03 |
bostic | discard the open_above and open_below actions from...
|
commit | commitdiff | tree |
1996-12-03 |
bostic | add ipc_mfunc.c and ipc_msearch.c as new motif files
|
commit | commitdiff | tree |
1996-12-03 |
bostic | create ipc_mextern.h
|
commit | commitdiff | tree |
1996-12-03 |
bostic | break ipc_mfunc.c out into it's own compilable object
|
commit | commitdiff | tree |
1996-12-03 |
bostic | lint (make PUBLIC declarations as necessary)
|
commit | commitdiff | tree |
1996-12-03 |
bostic | no longer included by ipc_mmain.c, make compile separately
|
commit | commitdiff | tree |
1996-12-03 |
bostic | Initial revision
|
commit | commitdiff | tree |
1996-12-03 |
bostic | move buffer copy and length adjust into ip_trans, that...
|
commit | commitdiff | tree |
1996-12-03 |
bostic | move buffer copy and length adjust into ip_trans, that...
|
commit | commitdiff | tree |
1996-12-03 |
bostic | use the standard trace routine in ../ipc/ipc_run.c
|
commit | commitdiff | tree |
1996-12-03 |
bostic | Initial revision
|
commit | commitdiff | tree |
1996-12-03 |
bostic | new version from raz
|
commit | commitdiff | tree |
1996-12-03 |
bostic | add TR to the Makefile, so you can turn on IP tracing
|
commit | commitdiff | tree |
1996-12-03 |
bostic | new version from raz
|
commit | commitdiff | tree |
1996-11-30 |
bostic | $> to $<
|
commit | commitdiff | tree |
1996-11-27 |
bostic | checkpoint
|
commit | commitdiff | tree |
1996-11-27 |
bostic | checkpoint
|
commit | commitdiff | tree |
1996-11-27 |
bostic | delete tknvi, add IP (curses and motif)
|
commit | commitdiff | tree |
1996-11-27 |
bostic | lint
|
commit | commitdiff | tree |
1996-11-27 |
bostic | lint
|
commit | commitdiff | tree |
1996-11-27 |
bostic | lint
|
commit | commitdiff | tree |
1996-11-27 |
bostic | lint
|
commit | commitdiff | tree |
1996-11-27 |
bostic | rename ip directory to ip_vi
|
commit | commitdiff | tree |
1996-11-27 |
bostic | cleanup, add progrname, the -P option to specify the...
|
commit | commitdiff | tree |
1996-11-27 |
bostic | put in stubs for the split/discard support
|
commit | commitdiff | tree |
1996-11-27 |
bostic | the MAX_FAST_KEY change in gs.h (254 to 255) requires...
|
commit | commitdiff | tree |
1996-11-27 |
bostic | always compile in the IP code
|
commit | commitdiff | tree |
1996-11-27 |
bostic | delete the tk sources from the tree
|
commit | commitdiff | tree |
1996-11-27 |
bostic | move the run-time setup into a shared routine
|
commit | commitdiff | tree |
1996-11-27 |
bostic | Initial revision
|
commit | commitdiff | tree |
1996-11-27 |
bostic | add a copyright notice for Rob 'n me.
|
commit | commitdiff | tree |
1996-11-27 |
bostic | integration into the main tree
|
commit | commitdiff | tree |
1996-11-27 |
bostic | Initial revision
|
commit | commitdiff | tree |
1996-11-26 |
bostic | add "config.h", so don't need to redefine const
|
commit | commitdiff | tree |
1996-11-26 |
bostic | have to strdup fallback_rsrcs, strings can be placed...
|
commit | commitdiff | tree |
1996-11-26 |
bostic | new version From: zimmerma@micro.ti.com
|
commit | commitdiff | tree |