diff -warN zed-1.0.3\cfg\contrib\html.cfg zed-1.0.5\cfg\contrib\html.cfg
1,26d0
< ; ZED - macro per la realizzazione di documenti HTML
<
< ; ^H^H ---- inizializza il documento html
< key \04000068\04000068 "" e_enter "
" e_enter \
< "" e_enter "" e_enter e_enter "" e_enter "" c_up c_up c_up c_up c_up c_up \
< c_up c_up c_up c_right c_right c_right c_right c_right c_right
<
< ;^H^A ---- rende cliccabile il blocco
< key \04000068\04000061 g_sob "" g_eob ""
<
< ;^H^T ---- crea un col blocco
< key \04000068\04000074 b_clphere b_clpcopy g_sob "" \
< e_enter
<
< ; ^T^T ---- tabella
< key \04000074\04000074 "" e_enter " " " |
" e_enter e_bkspc \
< "
" c_up c_right
<
< ; ^T^R ---- table row
< key \04000074\04000072 " <" "/td> |
" c_left c_left c_left c_left \
< c_left c_left c_left c_left c_left c_left c_left
<
< ; ^T^W
< key \04000074\04000077 " width=\"\"" c_left
diff -warN zed-1.0.3\cfg\makefile.djgpp zed-1.0.5\cfg\makefile.djgpp
1,35d0
< OUTPUT=zed # zed or zedx
<
< # i486
< #CFLAGS= -Wall -fomit-frame-pointer -m486 -O2
< #CFLAGS= -Wall -m486 -ggdb
<
< # Pentium
< CFLAGS= -Wall -malign-jumps=2 -malign-functions=2 -fomit-frame-pointer -m486 -O2
< #CFLAGS= -Wall -malign-jumps=2 -malign-functions=2 -m486 -ggdb
<
<
< #CFLAGS= -Wall -O2 -m486
< #CFLAGS= -Wall -g -m486
<
< ###############################################
<
< OBJS=config.o editor.o lowl.o main.o varie.o edvis.o
< LIBS=
< OPTIONS=
<
< all:zed
<
< zed : $(OBJS)
< gcc -o zed $(AFLAGS) $(OBJS) $(LIBS)
<
< clean:
< del core *.o *.xo *~
<
< .SUFFIXES:
<
< %.o : %.cc
< gcc $(CFLAGS) $(AFLAGS) $(OPTIONS) -o $@ -c $<
<
< ### Dependencies:
<
diff -warN zed-1.0.3\cfg\README.dos zed-1.0.5\cfg\README.dos
1,59d0
<
< Zed - text/programmer's editor.
<
< INSTALL
< *******
< - simply copy zed.exe and zed.cfg together in a suitable directory.
< - if you want to customize configurations, copy the config files zed.cfg as
< zed.std then modify zed.cfg. If zed'll found error(s) in zed.cfg,
< it'll revert to zed.std.
< - you can configure almost ALL, please read zed.doc.
<
< VERY FAST DEMO
< **************
< - look at zed.png
<
< MAJOR FEATURES
< **************
<
< - Can use ANY keysequence (e.g. define a block with shift-arrow)
< even under unix local text terminal (linux).
< - intelligent screen update (NOT using the slow (n)curses).
< - Column blocks with insert & overwrite.
< - multi window/multi buffer.
< - color c++, html, tex, java, mail file.
< - shows parenthesis matching, searches for C functions, reindents C blocks.
< - about 200 commands and 100 variables to deal with.
< - Can edit/insert control codes (ascii 0-31 and 128-159).
< - executes programs with output redirected on a window (i.e. make, man, etc...).
< - Can load files with CRLF and/or CR and/or LF end-of-line marker.
< - clipboard and delete buffer.
< - savable run-time macros.
< - simple and powerful configuration system.
< - easy document mode, almost ascii.
< - automatic wordwrap and reformat, even inside quoted line within a e-mail file.
< - small, fast, powerful, low cpu consumer.
< - hexdump-like mode to edit binary file.
< - You can go everywhere with the cursor
< - Internal, fast file selector.
< - all that you'll find.
<
< WHERE ZED WORKS
< ***************
< Zed is know to works well on:
< Linux, HPUX, SunOS, AIX, MsDos(DPMI).
< Reported to work under Irix.
<
< HOW TO CONTACT THE AUTHOR
< *************************
< For suggestions, contributions, bug reports (aka undocumented features),
< happy users reports:
< e-mail: saseraf@tin.it
< WWW: http://space.tin.it/io/saserafi
<
< ACKNOWLEDGEMENTS
< ****************
< I would like to thank all those people who has helped me testing Zed. THANKS!
<
< A good free program from Vicenza, Italy!
<
diff -warN zed-1.0.3\cfg\zeddosrc zed-1.0.5\cfg\zeddosrc
1,456d0
< ;*
< ;**** Zed - configuration file for Msdos
< ;*
< ;* ^=control key, #=shift key, @=alt key
<
< set indcfg 0x111
<
< ;*
< ;* ***** Cursor movement *****
< ;*
<
< key \1B e_escape ; Esc - escape command
<
< key \50E0 c_down ; Down ;* Arrows - move cursor
< key \48E0 c_up ; Up
< key \4dE0 c_right ; Right
< key \4bE0 c_left ; Left
<
< key \w5000 c_down ; Down keypad
< key \w4800 c_up ; Up keypad
< key \w4D00 c_right ; Right keypad
< key \w4B00 c_left ; Left keypad
<
< key \w51E0 p_down ;* PgDn - move cursor down one page
< key \w49E0 p_up ;* PgUp - move cursor up one page
< key \w4FE0 g_eol ;* End - goto end of line
< key \w47E0 g_sol ;* Home - goto start of line
<
< key \w5100 p_down ; Page Down keypad
< key \w4900 p_up ; Page Up keypad
< key \w4F00 g_eol ; End keypad - goto end of line
< key \w4700 g_sol ; Home keypad - goto start of line
<
< key \u11\u13 g_sol ;* ^Q^S - goto start of line
< key \u11\u04 g_eol ;* ^Q^D - goto end of line
< key \u11\u05 g_sos ;* ^Q^E - goto start of screen
< key \u11\u18 g_eos ;* ^Q^X - goto end of screen
< key \u11\u12 g_sof ;* ^Q^R - goto start of file
< key \u11\u03 g_eof ;* ^Q^C - goto end of file
< key \u11\u02 g_sob ;* ^Q^B - goto start of block
< key \u11\u0B g_eob ;* ^Q^K - goto end of block
< key \u11\u14 g_c2sos ;* ^Q^T - current to start of screen
< key \u11\u16 g_c2eos ;* ^Q^V - current to end of screen
< key \u11\u07 g_c2mos ;* ^Q^G - current to middle of screen
< key \u11\u0C g_line ;* ^Q^L - goto line #
< key \u11\0004005B g_parent ;* ^Q [ - goto parenthesis
< key \u11\0004005D g_parent ;* ^Q ] - goto parenthesis
< key \u11\u15 g_function ;* ^Q^U - goto C function
< key \0B0 g_set0 ;* ^K 0 - set mark 0
< key \0B1 g_set1 ;* ^K 1 - set mark 1
< key \0B2 g_set2 ;* ^K 2 - set mark 2
< key \0B3 g_set3 ;* ^K 3 - set mark 3
< key \u110 g_go0 ;* ^Q 0 - goto mark 0
< key \u111 g_go1 ;* ^Q 1 - goto mark 1
< key \u112 g_go2 ;* ^Q 2 - goto mark 2
< key \u113 g_go3 ;* ^Q 3 - goto mark 3
< key \w4400 g_menu ;* F10 - menuenu
< key \w3B00 f_select "" c_left ;* @I - include
< key \00041400 g_sol e_enter c_up \ ;* @T - separator (C)
< "/**********************************" \
< "*****************************************/" c_down g_sol
< key \00041600 "unsigned " ;* @U - unsigned
< key \00042F00 "void " ;* @V - void
< key \00043200 "\;" c_down c_left ;* @M - comment row (asm)
<
< ;*
<
< menu *File
< menu *Load
< item new_*Buffer f_fileld
< item new_*Window w_split
< item *Reload f_qreload
< item same_b*Uffer f_filesb
< endmenu
< menu *Save
< item *File f_savefile
< item *All f_saveall
< item save/*Quit f_savefile w_qquit
< item change_*Name f_chname
< endmenu
< menu close/*Quit
< item quit_*File w_qquit
< item save/*Quit f_savefile w_qquit
< item quit_*All w_qquita
< endmenu
< menu os_shell
< item shell f_shell e_enter e_enter
< endmenu
< endmenu
< menu *Buffer
< item *Next w_bufnext
< item *Previous w_bufprev
< item *Select w_bufsel
< item close_*Others w_zoomq
< endmenu
< menu *Window
< item *Zoom/unzoom w_zoom
< item *Hide w_hide
< item *Split w_split
< item *Resize w_winres
< item *Next w_winnext
< item *Previous w_winprev
< endmenu
< menu *Goto
< item start_of_line g_sol
< item end_of_line g_eol
< item start_of_screen g_sos
< item end_of_screen g_eos
< item start_of_file g_sof
< item end_of_file g_eof
< item start_of_block g_sob
< item end_of_block g_eob
< item line_# g_line
< item *Parentesis g_parent
< item *C_function g_function
< item previous_paragraph g_prevpar
< item next_paragraph g_nextpar
< item mark_0 g_go0
< item mark_1 g_go1
< item mark_2 g_go2
< item mark_3 g_go3
< item set_mark_0 g_set0
< item set_mark_1 g_set1
< item set_mark_2 g_set2
< item set_mark_3 g_set3
< endmenu
< menu *Scroll
< item current_to_start_of_screen g_c2sos
< item current_to_end_of_screen g_c2eos
< item current_to_middle_of_screen g_c2mos
< item scroll_up g_sup
< item scroll_down g_sdown
< endmenu
< menu *Editing
< item *Delete_line e_delline
< item delete_to_*Eol e_deleol
< item *Restore_line e_restore
< item *Unerase_line b_resdelb
< item insert_*Coded e_putcode
< item insert_c*Ode e_inscode
< item insert_*Hex e_hexcode
< item de*Indent e_deind
< item char_to*Upper e_toupper
< item char_to*Lower e_tolower
< item char_*Flipcase e_flipcase
< menu *Search
< item *Search s_search
< item *Interactive s_isearch
< item *Replace s_replace
< item redo_*Last s_sagain
< endmenu
< menu *Macro
< item *Start e_stmacro
< item *Record e_recmacro
< item *Abort e_abmacro
< item *Write_to_file e_wrmacro
< item *Reload_config_file f_cconfig
< endmenu
< menu *Block
< item set_*Begin b_begin
< item set_*End b_end
< item toggle_*Type b_toggle
< item *Hide b_hide
< item drag_line b_ldrag
< item drag_char b_cdrag
< item *Delete b_blockdel
< item *Copy b_clphere b_clpcopy b_clppstd b_clpzero
< item *Move b_clphere b_clpcut b_clppstd b_clpzero
< item *Read b_clpdel b_clpload e_entwait b_clppstd
< item *Write b_clpdel b_clpcopy b_clpsave e_entwait b_clpdel
< item *Fill b_fill
< item c_*Indent b_indent
< item shift_*Right b_shr
< item shift_*Left b_shl
< item to*Upper b_toupper
< item tolo*Wer b_tolower
< item fli*P_case b_flipcase
< menu clipb*Oard
< item *Delete b_clpdel
< item *Save b_clpsave
< item *Load b_clpload
< item set_*Begin b_clphere
< item set_*Real_start b_clpzero
< item *Copy_to b_clpcopy
< item c*Ut_to b_clpcut
< item *Paste_from b_clppaste
< item p*Aste_del b_clppstd
< endmenu
< endmenu
< endmenu
< menu *Document
< menu *Set_margin
< item *Right j_rmargin
< item *Left j_lmargin
< item *Indent j_indent
< endmenu
< item ret_to_*Ghost j_soft
< item ret_to_*True j_hard
< item *All_true j_allhard
< item add_*Line j_soft c_down
< menu *Alignment
< item *Center_row j_center
< item *Right_row j_right
< item *Left_row j_left
< endmenu
< item *Format_row j_format
< item *Justify_row j_justif
< item *Dejusttify j_dejust
< item *Rejust_paragraph j_dejust j_format j_justif
< endmenu
< menu *C_program
< item *Block_indent b_indent
< item *Goto_function g_function
< item #*Include g_sol e_enter c_up "#include <>" c_left
< item *Comment g_sol e_enter c_up \
< "/**********************************" \
< "*****************************************/" c_down g_sol
< item *Unsigned "unsigned"
< item *Void "void"
< item *Make f_savemodif w_winsave w_split "errs" e_enter \
< f_shell "make" e_enter "%i" e_enter w_wingoto
< endmenu
<
diff -warN zed-1.0.3\cfg\zedrc zed-1.0.5\cfg\zedrc
86,88c86,87
< key \u7F e_canc ;* Canc - delete character under the cursor
< key \u1B[3\u7E e_canc ; canc keypad
< key \u08 e_bkspc ;* BackSpace - delete character at the left of the cursor
---
> key \u1B[3\u7E e_canc ;* Canc - delete character under the cursor
> key \w007F e_bkspc ;* BackSpace - delete character at the left of the cursor
106c105
< key \w0208 e_deind ;* ^BackSpace - deindent row
---
> key \w021F e_deind ;* ^BackSpace - deindent row
199c198
< key \w017F b_clpdel b_clpcut ;* #Canc - clip cut
---
> key \w011B[3\u7E b_clpdel b_clpcut ;* #Canc - clip cut
204c203
< key \w027F b_blockdel ;* ^Canc - block delete
---
> key \w021B\w025B\w0233\w027E b_blockdel ;* ^Canc - block delete
diff -warN zed-1.0.3\cfg\zedrc.backspace zed-1.0.5\cfg\zedrc.backspace
1,453d0
< ;*
< ;**** Zed - configuration file for local-linux-terminal
< ;**** with wrong backspace and canc keycodes.
< ;*
< ;* ^=control key, #=shift key, @=alt key
<
< set shiftlinux on ; enable shiftstatus capture
< set ansi 3 ; use linux terminal scroll capability
< set indcfg 0x111
<
< ;*
< ;* ***** Cursor movement *****
< ;*
<
< key \1B&t e_escape ; Esc - escape command
<
< key \u1B[B c_down ; Down ;* Arrows - move cursor
< key \u1B[A c_up ; Up
< key \u1B[C c_right ; Right
< key \u1B[D c_left ; Left
<
< key \u1B[6\u7E p_down ;* PgDn - move cursor down one page
< key \u1B[5\u7E p_up ;* PgUp - move cursor up one page
< key \u1B[4\u7E g_eol ;* End - goto end of line
< key \u1B[1\u7E g_sol ;* Home - goto start of line
<
< key \w0211\w0213 g_sol ;* ^Q^S - goto start of line
< key \w0211\w0204 g_eol ;* ^Q^D - goto end of line
< key \w0211\w0205 g_sos ;* ^Q^E - goto start of screen
< key \w0211\w0218 g_eos ;* ^Q^X - goto end of screen
< key \w0211\w0212 g_sof ;* ^Q^R - goto start of file
< key \w0211\w0203 g_eof ;* ^Q^C - goto end of file
< key \w0211\w0202 g_sob ;* ^Q^B - goto start of block
< key \w0211\w020B g_eob ;* ^Q^K - goto end of block
< key \w0211\w0214 g_c2sos ;* ^Q^T - current to start of screen
< key \w0211\w0216 g_c2eos ;* ^Q^V - current to end of screen
< key \w0211\w0207 g_c2mos ;* ^Q^G - current to middle of screen
< key \w0211\w020C g_line ;* ^Q^L - goto line #
< key \w0211\w045B g_parent ;* ^Q [ - goto parenthesis
< key \w0211\w045D g_parent ;* ^Q ] - goto parenthesis
< key \w0211\w0215 g_function ;* ^Q^U - goto C function
< key \w020B0 g_set0 ;* ^K 0 - set mark 0
< key \w020B1 g_set1 ;* ^K 1 - set mark 1
< key \w020B2 g_set2 ;* ^K 2 - set mark 2
< key \w020B3 g_set3 ;* ^K 3 - set mark 3
< key \w02110 g_go0 ;* ^Q 0 - goto mark 0
< key \w02111 g_go1 ;* ^Q 1 - goto mark 1
< key \w02112 g_go2 ;* ^Q 2 - goto mark 2
< key \w02113 g_go3 ;* ^Q 3 - goto mark 3
< key \u1B[21\u7E g_menu ;* F10 - menu
< key \u1B[[A f_select "" c_left ;* @I - include
< key \w041B\w0474 g_sol e_enter c_up \ ;* @T - separator (C)
< "/**********************************" \
< "*****************************************/" c_down g_sol
< key \w041B\w0475 "unsigned " ;* @U - unsigned
< key \w041B\w0476 "void " ;* @V - void
< key \w041B\w046D "\;" c_down c_left ;* @M - comment row (asm)
< key \u1B[20\u7E f_savemodif w_winsave f_select "errs" e_roopen \
< f_shell "make" e_enter "%i" e_enter w_wingoto ;* F9 - execute make
< key \w021B\w025B\w025B\w0241 w_winsave f_select "man" e_roopen \
< f_shell "man" e_enter "%i%v" e_enter w_wingoto ;* ^F1 - man page on word
<
< ;*
<
< menu *File
< menu *Load
< item new_*Buffer f_fileld
< item new_*Window w_split
< item *Reload f_qreload
< item same_b*Uffer f_filesb
< endmenu
< menu *Save
< item *File f_savefile
< item *All f_saveall
< item save/*Quit f_savefile w_qquit
< item change_*Name f_chname
< endmenu
< menu close/*Quit
< item quit_*File w_qquit
< item save/*Quit f_savefile w_qquit
< item quit_*All w_qquita
< endmenu
< menu os_shell
< item shell f_shell e_enter e_enter
< endmenu
< endmenu
< menu *Buffer
< item *Next w_bufnext
< item *Previous w_bufprev
< item *Select w_bufsel
< item close_*Others w_zoomq
< endmenu
< menu *Window
< item *Zoom/unzoom w_zoom
< item *Hide w_hide
< item *Split w_split
< item *Resize w_winres
< item *Next w_winnext
< item *Previous w_winprev
< endmenu
< menu *Goto
< item start_of_line g_sol
< item end_of_line g_eol
< item start_of_screen g_sos
< item end_of_screen g_eos
< item start_of_file g_sof
< item end_of_file g_eof
< item start_of_block g_sob
< item end_of_block g_eob
< item line_# g_line
< item *Parentesis g_parent
< item *C_function g_function
< item previous_paragraph g_prevpar
< item next_paragraph g_nextpar
< item mark_0 g_go0
< item mark_1 g_go1
< item mark_2 g_go2
< item mark_3 g_go3
< item set_mark_0 g_set0
< item set_mark_1 g_set1
< item set_mark_2 g_set2
< item set_mark_3 g_set3
< endmenu
< menu *Scroll
< item current_to_start_of_screen g_c2sos
< item current_to_end_of_screen g_c2eos
< item current_to_middle_of_screen g_c2mos
< item scroll_up g_sup
< item scroll_down g_sdown
< endmenu
< menu *Editing
< item *Delete_line e_delline
< item delete_to_*Eol e_deleol
< item *Restore_line e_restore
< item *Unerase_line b_resdelb
< item insert_*Coded e_putcode
< item insert_c*Ode e_inscode
< item insert_*Hex e_hexcode
< item de*Indent e_deind
< item char_to*Upper e_toupper
< item char_to*Lower e_tolower
< item char_*Flipcase e_flipcase
< menu *Search
< item *Search s_search
< item *Interactive s_isearch
< item *Replace s_replace
< item redo_*Last s_sagain
< endmenu
< menu *Macro
< item *Start e_stmacro
< item *Record e_recmacro
< item *Abort e_abmacro
< item *Write_to_file e_wrmacro
< item *Reload_config_file f_cconfig
< endmenu
< menu *Block
< item set_*Begin b_begin
< item set_*End b_end
< item toggle_*Type b_toggle
< item *Hide b_hide
< item drag_line b_ldrag
< item drag_char b_cdrag
< item *Delete b_blockdel
< item *Copy b_clphere b_clpcopy b_clppstd b_clpzero
< item *Move b_clphere b_clpcut b_clppstd b_clpzero
< item *Read b_clpdel b_clpload e_entwait b_clppstd
< item *Write b_clpdel b_clpcopy b_clpsave e_entwait b_clpdel
< item *Fill b_fill
< item c_*Indent b_indent
< item shift_*Right b_shr
< item shift_*Left b_shl
< item to*Upper b_toupper
< item tolo*Wer b_tolower
< item fli*P_case b_flipcase
< menu clipb*Oard
< item *Delete b_clpdel
< item *Save b_clpsave
< item *Load b_clpload
< item set_*Begin b_clphere
< item set_*Real_start b_clpzero
< item *Copy_to b_clpcopy
< item c*Ut_to b_clpcut
< item *Paste_from b_clppaste
< item p*Aste_del b_clppstd
< endmenu
< endmenu
< endmenu
< menu *Document
< menu *Set_margin
< item *Right j_rmargin
< item *Left j_lmargin
< item *Indent j_indent
< endmenu
< item ret_to_*Ghost j_soft
< item ret_to_*True j_hard
< item *All_true j_allhard
< item add_*Line j_soft c_down
< menu *Alignment
< item *Center_row j_center
< item *Right_row j_right
< item *Left_row j_left
< endmenu
< item *Format_row j_format
< item *Justify_row j_justif
< item *Dejusttify j_dejust
< item *Rejust_paragraph j_dejust j_format j_justif
< endmenu
< menu *C_program
< item *Block_indent b_indent
< item *Goto_function g_function
< item #*Include g_sol e_enter c_up "#include <>" c_left
< item *Comment g_sol e_enter c_up \
< "/**********************************" \
< "*****************************************/" c_down g_sol
< item *Unsigned "unsigned"
< item *Void "void"
< item *Make f_savemodif w_winsave w_split "errs" e_enter \
< f_shell "make" e_enter "%i" e_enter w_wingoto
< endmenu
<
diff -warN zed-1.0.3\cfg\zedxrc zed-1.0.5\cfg\zedxrc
292a293,296
> key \20000037 "{" ; @7
> key \20000030 "}" ; @0
> key \2000006B "{" ; @k
> key \2000006C "}" ; @l
diff -warN zed-1.0.3\CHANGES zed-1.0.5\CHANGES
0a1,6
> Version 1.0.5
>
> - Changed my email & zed's web page
> - Changed backspace and delete default configuration
> - a few changes to make egcs happy
>
diff -warN zed-1.0.3\config.cc zed-1.0.5\config.cc
5c5
< * saseraf@tin.it
---
> * zed@iam.it
75c75
< } maindata={"V 1.0.3","1.03","Zed V1.0.3 by Sandro Serafini (c) 1997/98\n"};
---
> } maindata={"V 1.0.5","1.05","Zed V1.0.5 by Sandro Serafini (c) 1997/98\n"};
diff -warN zed-1.0.3\editor.cc zed-1.0.5\editor.cc
5c5
< * saseraf@tin.it
---
> * zed@iam.it
1069c1069
< char *sf=(colorize==6?"Java functions":"C functions");
---
> char *sf=(colorize==6?(char *)"Java functions":(char *)"C functions");
diff -warN zed-1.0.3\edvis.cc zed-1.0.5\edvis.cc
5c5
< * saseraf@tin.it
---
> * zed@iam.it
diff -warN zed-1.0.3\lowl.cc zed-1.0.5\lowl.cc
5c5
< * saseraf@tin.it
---
> * zed@iam.it
1447c1447
< static ignore=0;
---
> static int ignore=0;
diff -warN zed-1.0.3\main.cc zed-1.0.5\main.cc
5c5
< * saseraf@tin.it
---
> * zed@iam.it
diff -warN zed-1.0.3\Makefile zed-1.0.5\Makefile
7c7
< # Pentium Linux (pentium 100Mhz w/o cache: 1min 31sec; K6 225MHz: 26sec)
---
> # Pentium Linux
13c13
< # HP-PA risc 1.1 HPUX 10.01 (hppa 1.1 50Mhz: 3min 3sec / 100MHz: 1min 43sec)
---
> # HPUX
18c18
< # RS6000 AIX (two powerpc 166MHz: 52sec)
---
> # RS6000 AIX
21c21
< # Sun (Sparcstation 4 with supersparc 110MHz: 3min 45sec)
---
> # Sun
26c26,31
< # (timings are related to only compile zedx in single user with all in disk cache)
---
> COMPILER=gcc
> # someone needs this:
> #COMPILER=g++
>
> LINKER=gcc
>
63c68
< gcc -o zed $(AFLAGS) $(OBJS) $(LIBS)
---
> $(LINKER) -o zed $(AFLAGS) $(OBJS) $(LIBS)
66c71
< gcc -o zedx $(AFLAGS) $(XOBJS) $(XLIBS)
---
> $(LINKER) -o zedx $(AFLAGS) $(XOBJS) $(XLIBS)
94c99
< gcc $(CFLAGS) $(AFLAGS) -DX11 $(XOPTIONS) -o $@ -c $<
---
> $(COMPILER) $(CFLAGS) $(AFLAGS) -DX11 $(XOPTIONS) -o $@ -c $<
97c102
< gcc $(CFLAGS) $(AFLAGS) $(OPTIONS) -o $@ -c $<
---
> $(COMPILER) $(CFLAGS) $(AFLAGS) $(OPTIONS) -o $@ -c $<
diff -warN zed-1.0.3\README zed-1.0.5\README
6c6
< - you had to use gnu gcc, gnu make, gnu install.
---
> - You have to use gnu gcc, gnu make and gnu install.
17c17
< - "make install"
---
> - "make install" if you like it :)
29,40d28
< - in many linux installation the bindings of delete and backspace keys are
< wrong. Default zed configuration is made for the correct binding. If you
< have this problem, either change zed's configuration (you can use
< cfg/zedrc.backspace) or (raccomended) make the correct bindings.
< Simply modify your keyxx.map to:
<
< keycode 14 = BackSpace BackSpace BackSpace BackSpace BackSpace
< keycode 111 = Delete Delete Delete Delete Delete
< altgr control keycode 111 = Boot
< control alt keycode 111 = Boot
<
< In this manner Backspace will be "backspace" and Delete will be "delete".
70a59,61
> - I'm working in a new version of zed, with many improvements,
> but I don't know when I'll release it.
>
73,74c64,65
< Zed is know to works well on:
< Linux, HPUX, SunOS, AIX, MsDos(DPMI).
---
> Zed is known to works well on:
> Linux, HPUX, SunOS, AIX.
81,82c72,73
< e-mail: saseraf@tin.it
< WWW: http://space.tin.it/io/saserafi
---
> e-mail: zed@iam.it
> WWW: http://zed.iam.it
diff -warN zed-1.0.3\varie.cc zed-1.0.5\varie.cc
5c5
< * saseraf@tin.it
---
> * zed@iam.it
diff -warN zed-1.0.3\x11part.cc zed-1.0.5\x11part.cc
5c5
< * saseraf@tin.it
---
> * zed@iam.it
diff -warN zed-1.0.3\zed.doc zed-1.0.5\zed.doc
24c24
< Ver. 1.0.3
---
> Ver. 1.0.5