]> git.lyx.org Git - features.git/blob - src/frontends/gtk/ChangeLog
4ef76371fbb813ede2475d19707cfb6929d97ecc
[features.git] / src / frontends / gtk / ChangeLog
1 2005-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2
3         * xftFontLoader.C: lyxrc.font_sizes is a string now.
4         
5         * lyx_gui.C: change getDVI() to int.
6
7 2005-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
8
9         * GGraphics.C: more precise checks for the value strings.
10
11 2004-12-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
12
13         * GGraphics.C: store all float/double values as strings.
14
15 2004-12-19  Angus Leeming  <leeming@lyx.org>
16
17         * lyx_gui.C (start): s/slashify_path/internal_path/
18
19 2004-12-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
20
21         * ghelpers.C (getDefaultUnit): add return statement to shut up the
22         compiler
23         * ghelpers.C (buildLengthNoRelUnitList): use std::string::npos
24         instead of -1
25
26 2004-12-12  John Spray  <spray_john@users.sourceforge.net>
27
28         * glade/Makefile.am: update to include all current glade
29                 files.  This fixes "make install" for the gtk frontend.
30
31 2004-12-08  John Spray  <spray_john@users.sourceforge.net>
32
33         * FileDialogPrivate.C: use Gtk::FileChooser.set_current_name 
34                 to make suggested filenames work when saving
35
36 2004-12-07  John Spray  <spray_john@users.sourceforge.net>
37
38         * glade/: improve layouts, set spinbuttons to display 2 
39                 decimal places where apropriate
40         * GSearch.C: focus 'find' entry on update()
41         * GParagraph.C: don't require that 'ControlBox' widget 
42                 be an HBox.
43         * The Include Dialog:
44           Dialogs.C, Makefile.am, GInclude.[Ch], glade/include.glade
45
46 2004-12-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
47
48         * glade/Makefile.am: clean up a bit
49         * gimages/Makefile.am (dist_noinst_DATA): ditto
50
51 2004-12-02  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
52
53         * GTableCreate.C: use size_t-like types for cell, row and column
54         indices
55
56 2004-11-29  John Spray  <spray_john@users.sourceforge.net>
57
58         * GToolbar.C: Make layouts combobox not expand to full height
59                 of toolbar, it looks more like a combobox this way.
60
61 2004-11-26  John Spray  <spray_john@users.sourceforge.net>
62
63         * FileDialogPrivate.[Ch]: use Gtk::FileChooser, add
64                 filtering.
65
66 2004-11-25  John Spray  <spray_john@users.sourceforge.net>
67
68         * GViewBase.h: Fix gcc 3.4 compilation
69         * pch.h: added (barebones version to be improved)
70
71 2004-11-22  John Spray  <spray_john@users.sourceforge.net>
72
73         * GWorkArea.C: Set small scrolling interval to 3*lineheight
74                 as opposed to 1*lineheight
75
76 2004-11-22  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
77
78         * GSendto.C: Disable concept checks (see below)
79
80 2004-11-21  John Spray  <spray_john@users.sourceforge.net>
81
82         * The Sendto Dialog:
83           Dialogs.C, Makefile.am, GSendto.C, GSendto.h
84
85 2004-11-17  Lars Gullik Bjonnes  <larsbj@gullik.net>
86
87         * Disable concept checks with the use of ugly preprocessor stuff
88         in several files.
89
90 2004-11-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
91
92         * GView.C (hasFocus): new method, always returns true for now
93
94 2004-11-15  John Spray  <spray_john@users.sourceforge.net>
95
96         * The VSpace Dialog:
97           Dialogs.C, Makefile.am, GVSpace.C, GVSpace.h
98         * The Note Dialog:
99           Dialogs.C, Makefile.am, GNote.C, GNote.h
100         * The Float Dialog:
101           Dialogs.C, Makefile.am, GFloat.C, GFloat.h
102         * ghelpers.[Ch]: getGTKStockIcon added to choose gtk
103                 stock icons for FuncRequests, buildLengthNoRelUnitList()
104                 to get vector of units not containing "%"
105         * GToolbar.C: use getGTKStockIcon for toolbutton icons
106         * GMenubar.C: add icons to menu items
107
108 2004-11-14  John Spray  <spray_john@users.sourceforge.net>
109
110         * The ERT dialog:
111           Dialogs.C, Makefile.am, GERT.C, GERT.h
112         * The Box dialog:
113           Dialogs.C, Makefile.am, GBox.C, GBox.h
114         * ghelpers.[Ch], GGraphics.[Ch]: new functions unitsComboFromLength
115                 and getDefaultUnit take functionality that was in GGraphics into
116                 ghelpers
117
118 2004-11-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
119
120         * GToolbar.C (selected): use layoutSelected()
121
122 2004-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
123
124         * GToolbar.C (selected, clicked):
125         * GMenubar.C (onCommandActivate): do not use the verbose argument
126         to dispatch
127
128 2004-11-04  John Spray  <spray_john@users.sourceforge.net>
129
130         * GWorkArea.C: convert GdkEventButton->state from
131                 gdk mouse button ids into mouse_button::state
132                 using gButtonToLyx function
133
134 2004-10-23  John Spray  <spray_john@users.sourceforge.net>
135
136         * ghelpers.[Ch]: Add buildLengthUnitList() to get vector of
137                 available length unit strings
138         * The Graphics dialog:
139           Dialogs.C, Makefile.am, GGraphics.C, GGraphics.h
140
141 2004-10-11  John Spray  <spray_john@users.sourceforge.net>
142
143         * GWorkArea.C: allow user to scroll only one half workarea height
144         off the end of the document, and make the scrollbar and mousewheel
145         consistant in this respect.
146
147 2004-10-11  John Spray  <spray_john@users.sourceforge.net>
148
149         * The Changes dialog
150         * Dialogs.C, Makefile.am, GChanges.C, GChanges.h
151         * ControlChanges.[Ch]: make accept() and reject() return bool
152         from findNextChange
153
154 2004-10-09  John Spray  <spray_john@users.sourceforge.net>
155
156         * The Log dialog
157         * Dialogs.C, GLog.C, GLog.h, Makefile.am, glade/log.glade
158
159 2004-10-08  John Spray  <spray_john@users.sourceforge.net>
160
161         * The ShowFile dialog
162         * Dialogs.C, GShowFile.C, GShowFile.h, Makefile.am
163         * The Texinfo dialog
164         * Dialogs.C, GTexinfo.C, GTexinfo.h, Makefile.am
165         * The ErrorList dialog
166         * Dialogs.C, GErrorList.C, GErrorList.h, Makefile.am
167         * GViewBase.[Ch]: implement setTitle for gtk windows.
168
169 2004-10-06  John Spray  <spray_john@users.sourceforge.net>
170
171         * The Spellchecker dialog
172         * Dialogs.C, GSpellchecker.C, GSpellchecker.h, Makefile.am
173
174 2004-10-06  John Spray  <spray_john@users.sourceforge.net>
175
176         * GView.C (c-tor): get the layout engine working correctly by
177         invoking Gtk::PACK_EXPAND_WIDGET for the main LyX screen.
178
179 2004-10-04  John Spray  <spray_john@users.sourceforge.net>
180
181         * The MathsMatrix dialog
182         * Dialogs.C, GMathsMatrix.C, GMathsMatrix.h, Makefile.am
183
184 2004-10-04  John Spray  <spray_john@users.sourceforge.net>
185
186         * GMenubar.C: use item->submenu() instead of
187         getMenu(item->submenuname) where item->submenuname is empty.
188         Fixes crash with "Figures" submenu.
189
190 2004-10-03  John Spray  <spray_john@users.sourceforge.net>
191
192         * GMenubar.C: add labels in MenuItems to display bindings
193         * GLyxKeySym.C: make print() output GTK+ style (Ctrl+N instead
194         of C-n)
195
196 2004-10-02  John Spray  <spray_john@users.sourceforge.net>
197
198         * The Table of Contents dialog
199         * Dialogs.C, GToc.C, GToc.h, Makefile.am
200
201 2004-09-29  John Spray  <spray_john@users.sourceforge.net>
202
203         * The Paragraph dialog
204         * Dialogs.C, GParagraph.C, GParagraph.h, Makefile.am
205
206 2004-09-28  John Spray  <spray_john@users.sourceforge.net>
207
208         * GToolbar.[Ch]: Use ComboBox instead of deprecated Combo for
209         GLayoutBox class
210
211 2004-09-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
212
213         * lyx_gui.C (start): change comment
214         (start): use for_each instead of explicit loop
215
216         * GWorkArea.h: store shared_ptr in the Maps.
217
218         * GWorkArea.C (~ColorCache): delete
219         (getColor): adjust
220         (getXftColor): adjust
221         (cacheColor): adjust
222         (cacheXftColor): adjust
223         (clear): simplify
224
225         * GView.C (GView): use show_all() instead of explict loop
226
227         * GMathPanel.C (doBuild): ws change
228
229 2004-09-27  John Spray  <spray_john@users.sourceforge.net>
230
231         * The Character dialog
232         * Dialogs.C, GCharacter.C, GCharacter.h, Makefile.am, ghelpers.h,
233         glade/Makefile.am, glade/character.glade
234
235 2004-09-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
236
237         * GXpmBtnTbl.C (construct): use Boost.Assert
238
239         * GToolbar.C (update): make items const
240
241 2004-09-27  John Spray  <spray_john@users.sourceforge.net>
242
243         * GBC.C: Don't let the button controller set the label on GTK+
244         stock icons
245         * GMathPanel.C: resize-friendly packing
246         * glade/*.glade: misc tweaks
247
248 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
249
250         * Reordered and a lot of includes in a lot of files.
251
252 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
253             John Spray  <spray_john@users.sourceforge.net>
254
255         * Initial move to gtk 2.4.
256
257 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
258
259         * WS changes.
260
261 2004-09-25  John Spray  <spray_john@users.sourceforge.net>
262
263         * GPrint.C: minor fixes to make it compile and work, get rid of
264         "Apply"
265         * Dialogs.C: move from FormPrint to GPrint
266         * Makefile.am: move from FormPrint to GPrint
267         * glade/print.glade: rearrange, gtk stock button for Print, get
268         rid of "Apply"
269
270 2004-09-24  John Spray  <spray_john@users.sourceforge.net>
271
272         * GSearch.[Ch]: new files
273         * Dialogs.C: move from formsearch to gsearch
274         * Makefile.am: move from formsearch to gsearch, alphabetically
275         sort list of libgtk_la_SOURCES
276         * glade/search.glade: s/Backwords/Backwards/, accelerator escape
277         for close button, gtk stock buttons for find and replace.
278
279 2004-09-23  John Spray  <spray_john@users.sourceforge.net>
280
281         * GWorkArea.[Ch]: Add GWorkArea::onScrollWheel to implement
282         mouse-wheel scrolling of document
283
284 2004-07-24  Lars Gullik Bjonnes  <larsbj@gullik.net>
285
286         * GPainter.C (text): use boost::scoped_array to store the
287         temporary wchar_t pointer
288
289         * lyx_gui.C: change "support/std_sstream.h" to <sstream>
290
291 2004-07-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
292
293         * lyx_gui.C (register_socket_callback,unregister_socket_callback):
294         implement
295         (set_read_callback,remove_read_callback): remove implementation
296
297         * io_callback.[Ch]: new files
298         * Makefile.am (libgtk_la_SOURCES): handle them
299
300 2004-07-21  Lars Gullik Bjonnes  <larsbj@gullik.net>
301
302         * lyx_gui.C (register_socket_callback): add stub
303         (unregister_socket_callback): add stub
304
305 2004-05-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
306
307         * Makefile.am: dont create a separate xforms.lo use he files
308         directly when building libgtk instead.
309
310 2004-05-19  Angus Leeming  <leeming@lyx.org>
311
312         * Most files: wrap code up inside namespace lyx::frontend.
313
314 2004-05-04  Angus Leeming  <leeming@lyx.org>
315
316         * Dialogs.C: Remove "error" dialog identifier.
317
318 2004-04-28  Angus Leeming  <leeming@lyx.org>
319
320         * GToolbar.[Ch]: rewrite code to derive from a single Toolbar or
321         LayoutBox.
322
323         * GView.C: small changes due to changed Toolbar API.
324
325 2004-04-28  Angus Leeming  <leeming@lyx.org>
326
327         * WorkAreaFactory.C (create): No longer passed x, y data.
328
329         * GView.[Ch] (c-tor): no longer passes x, y data to BufferView c-tor.
330
331 2004-04-28  Angus Leeming  <leeming@lyx.org>
332
333         * WorkAreaFactory.C (create): pass a LyXView & to GWorkArea c-tor.
334
335         * GWorkArea.[Ch] (c-tor): now receives a LyXView &. Use it instead
336         of GView::instance.
337
338         * GView.[Ch] (instance): removed.
339
340 2004-04-27  Angus Leeming  <leeming@lyx.org>
341
342         * GView.[Ch]: split the window into 'top', 'left', 'center',
343         'right' and 'bottom' boxes.
344         (getBox): accessor for a particular box.
345
346         * GMenubar.C (c-tor):
347         * GMiniBuffer.C (c-tor):
348         * GWorkArea.C (c-tor):
349         * GToolbar.C (add): access the correct Box in GView.
350
351         * GToolbar.[Ch] (add, displayToolbar): show only those toolbars that
352         are flagged as 'ON'.
353
354 2004-04-27  Angus Leeming  <leeming@lyx.org>
355
356         * ghelpers.[Ch]: new files.
357         (findGladeFile): search the top_srcdir() as welll as LibFileSearch
358         when looking for glade files.
359
360         * Makefile.am: add new files.
361
362         * GAboutlyx.C (doBuild):
363         * GMathDelim.C (doBuild):
364         * GMathPanel.C (doBuild):
365         * GPrint.C (doBuild):
366         * GTableCreate.C (doBuild):
367         * GText.C (doBuild):
368         * GUrl.C (doBuild): use findGladeFile in preference to LibFileSearch.
369         Prevents crash when using a not-installed lyx executable.
370
371 2004-04-20  Angus Leeming  <leeming@lyx.org>
372
373         * Makefile.am (SUBDIRS): add gimages.
374
375         * gimages/.cvsignore: new file. Ignore Makefile.in, Makefile.
376
377         * gimages/Makefile.am: new file. Add the xpm files to EXTRA_DIST.
378
379         * glade/Makefile.am (GLADE_FILES): replace '*.glade' with the
380         names of the individual files.
381         'make distdir' Now works when srcdir != builddir.
382
383 2004-04-08  Angus Leeming  <leeming@lyx.org>
384
385         * GPainter.C: compile fixes.
386
387 2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
388
389         * GPainter.[Ch]: adjust to changes in Painter.h
390
391 2004-04-05  Angus Leeming  <leeming@lyx.org>
392
393         * Dialogs.C (build): set the preferences dialog button policy to
394         PreferencesPolicy.
395
396 2004-04-05  Angus Leeming  <leeming@lyx.org>
397
398         * GMenubar.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
399
400 2004-03-31  Angus Leeming  <leeming@lyx.org>
401
402         * GViewBase.C: remove mention of ControlButtons.h.
403
404         * Makefile.am: remove mention of xforms' Dialogs2.lo, FormBase.lo.
405
406 2004-03-31  Angus Leeming  <leeming@lyx.org>
407
408         * Dialogs.C (build): added preamble dialog.
409
410 2004-03-31  Angus Leeming  <leeming@lyx.org>
411
412         * Dialogs.C (build): added spellchecker dialog.
413
414 2004-03-31  Angus Leeming  <leeming@lyx.org>
415
416         * Dialogs.C (build): added preferences dialog.
417
418 2004-03-30  Angus Leeming  <leeming@lyx.org>
419
420         * Dialogs.C (build) added document dialog.
421
422 2004-03-28  Angus Leeming  <leeming@lyx.org>
423
424         * Dialogs.C (build): added print dialog.
425
426 2004-03-27  Angus Leeming  <leeming@lyx.org>
427
428         * Dialogs.C (build): added box, fidreplace, log, sendto, vspace
429         dialogs. Removed latexlog.
430
431         * Makefile.am: associated changes.
432
433 2004-03-26  Angus Leeming  <leeming@lyx.org>
434
435         * Makefile.am: ensure that the build can find lyx_forms.h when
436         srcdir != builddir.
437
438 2004-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
439
440         * GLyXKeySym.C (print): new method; print a keysym using
441         kb_keymap::printKeySym (should use some native gtk method instead)
442
443 2004-03-24  Angus Leeming  <leeming@lyx.org>
444
445         * GMenubar.C (submenuDisabled, onSubMenuActivate): compile fixes
446         due to the changes in FuncStatus.
447
448         * GToolbar.C (update): ditto.
449
450         * lyx_gui.C (start): remove code to order buffers as it no longer
451         compiles and none of the other frontends do this anymore.
452
453 2004-03-17  Angus Leeming  <leeming@lyx.org>
454
455         * Makefile.am: remove mention of the forks dialog.
456
457 2004-02-09  Huang Ying <hying_caritas@163.com>
458
459         * GXpmBtnTbl.C : add a GXpmBtnTbl class to automate creating a Xpm
460         Button Table according to a set of xpm data or xbm data, is equivalent
461         with bmtable in xforms frontend.
462         * GMathPanel.C : revise using GXpmBtnTbl.
463         * gimages : a directory for xpm used in gtk frontend only.
464         * GMathDelim.C : math delimiter dialog.
465
466 2004-02-07  Huang Ying <hying_caritas@163.com>
467
468         * GViewBase.C : add addCancel, addOK, addApply, add Restore to
469         facilitate setup buttons signal.
470         * GAboutLyx.C : using addxxx series functions.
471         * GTableCreate.C : using addxxx series functions.
472         * GText.C : using addxxx series functions.
473         * GUrl.C : using addxxx series functions.
474
475 2004-02-02  Huang Ying <hying_caritas@163.com>
476
477         * GAboutLyx.C : the "CREDITS" is in "ISO8859-1" charset not locale
478         charset, so change the convert function from Glib::locale_to_utf8
479         to Glib::convert(credit, "UTF-8", "ISO8859-1").
480
481 2003-12-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
482
483         * Dialogs.C:
484         * Makefile.am: remove vclog (compile fix)
485
486 2003-12-14  Michael Schmitt  <michael.schmitt@teststep.org>
487
488         * Dialogs.C:
489         * Makefile.am: remove minipage
490
491 2003-10-30  Huang Ying  <hying_caritas@163.com>
492
493         * GToolbar.C : change layouts widget update code according xforms
494         fronetends to prevent layouts widget from disable always.
495
496 2003-10-28  Huang Ying  <hying_caritas@163.com>
497
498         * codeConvert.h (etc): Change FcChar to XftChar according to the libxft
499         interface changing.
500         * FileDialogPrivate.C : get rid of button support in FileDialog
501         because of the implementation of Gtk::FileSelection changed.
502         * glade/.cvsignore : add *.gladep, which is generated during editing
503         *.galde
504         * Add MathPanel, TableCreate and Url dialog
505
506 2003-10-15  José Matos  <jamatos@lyx.org>
507
508         * lyx_gui.C (start): add lyxsocket.
509         (LyX_XErrHandler): fix call to emergencyCleanup.
510
511 2003-10-14  Angus Leeming  <leeming@lyx.org>
512
513         * lyx_gui.C (start): store the LyXView in the LyX list of all LyXViews.
514
515 2003-10-13  José Matos  <jamatos@lyx.org>
516
517         * lyx_gui.C (set_datasocket_callback, set_serversocket_callback,
518         remove_datasocket_callback, remove_serversocket_callback):
519         prefix those fucntions with lyx_gui:: to link correctly.
520
521         * lyx_gui.C (start): fix call to dispatch.
522
523 2003-10-13  Angus Leeming  <leeming@lyx.org>
524
525         * lyx_gui.C (set_datasocket_callback, set_serversocket_callback,
526         remove_datasocket_callback, remove_serversocket_callback):
527         placeholder functions, enabling the frontend to be linked.
528
529 2003-10-08  Angus Leeming  <leeming@lyx.org>
530
531         Fix doxygen warnings.
532
533         * Alert_pimpl.C: \file Alert_pimpl.C -> \file gtk/Alert_pimpl.C
534         * FileDialog.C: \file FileDialog.C -> \file gtk/FileDialog.C
535         * GView.C: \file GView.C -> \file gtk/GView.C
536         * GView.h: \file GView.h -> \file gtk/GView.h
537
538 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
539
540         * GToolbar.C (add): Make it take a ToobarBackend::Item as arg,
541         adjust.
542         (onButtonClicked): take a FuncRequest
543         (update): adjust
544
545         * GMenubar.C (submenuDisabled): pass FuncRequest to getStatus.
546         (onSubMenuActivate): ditto
547         (onCommandActivate): pass MenuItem::func to dispatch
548
549         * LyXKeySymFactory.C (create): fix new bug
550
551         * GView.C (GView): fix new bug
552
553         * GToolbar.C (add): fix new bug
554
555 2003-09-18  Angus Leeming  <leeming@lyx.org>
556
557         * GPainter.C:
558         * GPainter.h:
559         * GWorkArea.C:
560         * GWorkArea.h:
561         * lyx_gui.C: rename EnumLColor as LColor_color.
562
563 2003-09-16  Angus Leeming  <leeming@lyx.org>
564
565         * GScreen.[Ch] (workarea):
566         * GWorkArea.[Ch] (~ColorCache, getColor, getXftColor, cacheColor,
567         cacheXftColor, getPainter, workWidth, workHeight, xpos, ypos, getWindow,
568         getDisplay, getPixmap, getGC, getColormap, getXftDraw, getColorHandler):
569         move out-of-line.
570
571 2003-09-15  Angus Leeming  <leeming@lyx.org>
572
573         * GPainter.C: add #include "LColor.h".
574         * GPainter.[Ch] (setForeground, point, line, lines, rectangle, fillRectangle,
575         fillPolygon, arc): pass EnumLColor args, rather than LColor::color ones.
576
577         * GScreen.C:
578         * GWorkArea.C: add #include "LColor.h".
579
580         * GWorkArea.h: remove #include "LColor.h".
581         change typedefs to take an EnumLColor arg rather than an LColor::color one.
582
583         * GWorkArea.h (getColor, getXftColor, cacheColor, cacheXftColor):
584         * GWorkArea.[Ch] (getXftColor, getGdkColor): pass EnumLColor args, rather
585         than LColor::color ones.
586
587         * lyx_gui.C (hexname, update_color): pass EnumLColor args, rather
588         than LColor::color ones.
589
590 2003-09-10  Angus Leeming  <leeming@lyx.org>
591
592         * GToolbar.C (onLayoutSelected): missed a change from a call to the
593         Buffer::params member variable to the Buffer::params() function.
594
595 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
596
597         * GPainter.C: change Assert to BOOST_ASSERT
598
599 2003-09-08  Angus Leeming  <leeming@lyx.org>
600
601         * GPainter.h: do not #include <config.h> in header files.
602
603 2003-09-02  Angus Leeming  <leeming@lyx.org>
604
605         * .cvsignore:
606         * glade/.cvsignore: new files.
607
608 2003-09-02  Angus Leeming  <leeming@lyx.org>
609
610         * all files: standard-conformant header blurbs.
611
612 2003-09-02  Huang Ying  <hying_caritas@163.com>
613
614         * initial release