Develop and Download Open Source Software

Browse CVS Repository

/[OSDN]/shiki/shiki/buffer.c

Log of /shiki/shiki/buffer.c

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 18 10:16:43 2007 UTC (17 years, 1 month ago) by aloha
Branch: MAIN
CVS Tags: HEAD
Changes since 1.19: +6 -4 lines
Diff to previous 1.19 , to selected 1.14
fixed double free bug in Shiki_delete_buffer() (g_hash_table_remove and g_free(tabpage_label), g_free(tabInfo->name) even through share same string !)


Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 18 10:07:11 2007 UTC (17 years, 1 month ago) by aloha
Branch: MAIN
Changes since 1.18: +3 -2 lines
Diff to previous 1.18 , to selected 1.14
trivial bug fix


Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 18 09:59:14 2007 UTC (17 years, 1 month ago) by aloha
Branch: MAIN
Changes since 1.17: +31 -3 lines
Diff to previous 1.17 , to selected 1.14
buffer name uniformization even if same filename (ex. "filename", "filename<1>", "filename<2>", ...), and fixed double remove bugs in Shiki_delete_buffer() (but not complete ...)


Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 3 11:23:38 2007 UTC (17 years, 2 months ago) by aloha
Branch: MAIN
Changes since 1.16: +8 -1 lines
Diff to previous 1.16 , to selected 1.14
fixed bugs (to protect each buffer's environment from gauche's GC)


Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 3 09:48:01 2007 UTC (17 years, 2 months ago) by aloha
Branch: MAIN
Changes since 1.15: +32 -27 lines
Diff to previous 1.15 , to selected 1.14
response Gauche 0.8.8 (so require gauche and gauche-dev >= 0.8.8)


Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 28 05:04:45 2006 UTC (17 years, 3 months ago) by aloha
Branch: MAIN
Changes since 1.14: +14 -26 lines
Diff to previous 1.14
impl load-(file | buffer) related funtion (but currently very buggy ... for exam, SEGV while using load-file and then select other tab. It's not known exactly why...)


Revision 1.14 - (view) (download) (as text) (annotate) - [selected]
Sun Dec 3 15:21:04 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.13: +182 -66 lines
Diff to previous 1.13
add and refactoring Undo/Redo (but currently buggy yet...)


Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 2 14:23:20 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.12: +382 -3 lines
Diff to previous 1.12 , to selected 1.14
add search-buffer/replace-buffer (interactive/all)


Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 30 14:45:49 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.11: +52 -1 lines
Diff to previous 1.11 , to selected 1.14
add undo API


Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 29 14:58:27 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.10: +11 -15 lines
Diff to previous 1.10 , to selected 1.14
add customization feature of modeline (and add related some API)


Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 29 05:08:46 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.9: +57 -2 lines
Diff to previous 1.9 , to selected 1.14
add some API


Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 29 04:37:23 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.8: +145 -3 lines
Diff to previous 1.8 , to selected 1.14
bug fix (C-x C-s) and add no-or-yes-p API


Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 28 16:29:22 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.7: +11 -1 lines
Diff to previous 1.7 , to selected 1.14
some warning fixed (for MinGW gcc) and add some API


Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 27 12:01:50 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.6: +103 -24 lines
Diff to previous 1.6 , to selected 1.14
add some xyzzy lisp API


Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 26 18:41:43 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.5: +9 -1 lines
Diff to previous 1.5 , to selected 1.14
add some API


Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 26 15:34:16 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.4: +45 -1 lines
Diff to previous 1.4 , to selected 1.14
add 8 xyzzy lisp API


Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 25 14:28:17 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.3: +70 -1 lines
Diff to previous 1.3 , to selected 1.14
add 11 xyzzy lisp API (see shiki.h or xyzzylisp.stub)


Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 25 09:10:43 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.2: +12 -2 lines
Diff to previous 1.2 , to selected 1.14
refactoring


Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 24 19:34:48 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Changes since 1.1: +3 -1 lines
Diff to previous 1.1 , to selected 1.14
correct char-encode (to UTF8 from EUC-JP)


Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 24 19:30:48 2006 UTC (17 years, 4 months ago) by aloha
Branch: MAIN
Diff to selected 1.14
separate file


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26