Initial commit
This commit is contained in:
330
CHANGELOG
Executable file
330
CHANGELOG
Executable file
@@ -0,0 +1,330 @@
|
||||
######################################################
|
||||
# Tk LaTeX Editor
|
||||
# Distributed under GNU Public License
|
||||
# Author: Sergey Kalinin (BanZaj) banzaj@lrn.ru
|
||||
# Home page: http//conero.lrn.ru
|
||||
######################################################
|
||||
|
||||
|
||||
1.0.3
|
||||
|
||||
21/09/2004
|
||||
- Fixed work with directory and files included brakespace into names
|
||||
- Image thumbnails support now was stable =)
|
||||
|
||||
16/09/2004
|
||||
- Added thumbnails support into text widget for \includegraphics - unstable
|
||||
- Fixed preview bugs
|
||||
|
||||
24/08/2004
|
||||
- Fixed bug with differents beetwen system encoding and LaTeX encoding
|
||||
- Added encode.lst where writing encoding equivalent
|
||||
- Fixed scroling text window
|
||||
|
||||
|
||||
1.0.2
|
||||
20/04/2004
|
||||
- Word wrapping fixed (when cursor-arrow pressed)
|
||||
- Added users command files like as toolbar files but without "button" command (~/.tle/gui/hotkeys)
|
||||
- Fixed duble lines into toolbar-menus
|
||||
|
||||
27/02/2004
|
||||
- Fix problem with close debug node
|
||||
- Fix problem with many included files
|
||||
|
||||
|
||||
1.0.1
|
||||
|
||||
09/10/2003
|
||||
- Fix closed file if opened included files (\input, \include)
|
||||
- Fix problem with finding tags like \section*{}
|
||||
|
||||
08/10/2003
|
||||
- Fix problem with close inserted files
|
||||
|
||||
26/09/2003
|
||||
- Fix bug with create new doc from template
|
||||
- Fixed bugs with tree selection get
|
||||
- Fixed bug with node rise procedure
|
||||
|
||||
14/04/2003
|
||||
- Added "Insert curent date" command
|
||||
|
||||
|
||||
1.0.0
|
||||
|
||||
06/02/2003
|
||||
- Fixed some error with Text Reneder procedure
|
||||
- Fixed error with reading toolbar files
|
||||
|
||||
27/01/2003
|
||||
- Added HotKeys setup in toolbar files
|
||||
- Small change spellcheck dialog
|
||||
- Change GUI of "Create new file from template" procedure
|
||||
- Change text and formulas rendering procedure - now reading current document header
|
||||
and used all needed package and instructions
|
||||
- Added removing selected text into other document (file) and include them with \include{}
|
||||
- Added saving selected text as file
|
||||
- Added saving selected text as image
|
||||
- Added users working directories, now tle reading user defined files after main files:
|
||||
command - for user defined command list
|
||||
gui/toolbar - for user defined toolbars
|
||||
modules - for user module files
|
||||
tenmplate - for user defined template files
|
||||
- Added new popup menus for selected text
|
||||
- Added "Select All" and "Unselect All" in "Edit" menu
|
||||
|
||||
10/01/2003
|
||||
|
||||
- Changed preview text and formulas keys Alt-T and Alt-F
|
||||
- Changed tabbar rised if file was closed
|
||||
- Some changes with FilesTree
|
||||
- Changed NoteBook tab switcher now used "Ctrl-PgUp" and "Ctrl+PgDown"
|
||||
- Fixed error with delete file declaration from \input{file} if file was opened in editor
|
||||
- Fixed refresh structure if changed \input{} \include{} files
|
||||
- Fixed error with opened included files if them location in different directory
|
||||
|
||||
09/01/2003
|
||||
- Some fixes in Encoding procedure
|
||||
- Change encoding clipboard
|
||||
- Fixed error with editing file after close any file
|
||||
- Fixed incorrect search on structure tree
|
||||
- Change documentation
|
||||
- Change compile and preview procedure with included files (\iput{})
|
||||
|
||||
08/01/2003
|
||||
- Fixed some error with \input \include declaration if file dosn't exists
|
||||
- Added creating new file in current dir
|
||||
- Added selected text rendering procedure and convert them into image
|
||||
- Changed tle.conf file - added new parameters
|
||||
|
||||
03/01/2003
|
||||
- Mathematical formulas preview added
|
||||
|
||||
01/01/2003
|
||||
- Added popup menus for file, text and tabs
|
||||
- Added readline procedure for compile process
|
||||
- Some bugs fixed
|
||||
|
||||
31/12/2002
|
||||
- Chage GUI replace static scrollbar on dynamic
|
||||
- Added NoteBook Tabs Specifies the side where to place the label of the pages into tle.conf "gui(tabsLabel)"
|
||||
|
||||
30/12/2002
|
||||
- Command line support usage> tle you_doc_file.tex
|
||||
- Multi encoding support added
|
||||
|
||||
0.2.5
|
||||
17/12/2002
|
||||
- Help dialog (F1 key) fixed
|
||||
- F5 (convert to dvi), F6 (convert to ps), F7 (convert to pdf) keys fixed
|
||||
09/12/2002
|
||||
- Fixed error with bookmarks file if file was remove
|
||||
- Remove "Print..." and "Preview" from File menu
|
||||
02/12/2002
|
||||
- Fixed error with %dirName macros
|
||||
- Added new function AddTextMath - for include math mode (changed /gui/toolbar/math)
|
||||
|
||||
0.2.4
|
||||
20/11/2002
|
||||
- Added %dirName macros for converting command in tle.conf file
|
||||
|
||||
19/11/2002
|
||||
- Fixed error with refresh structure if editing file was closed
|
||||
- Added command line dialog for converting option, runing from menu
|
||||
- Fixed memmory leaks in timers
|
||||
|
||||
18/11/2002
|
||||
- Added view full path to edit file in main window title
|
||||
- Added autosave opened files
|
||||
- Added autorefresh document structure
|
||||
- Change gui/toolbar/main toolbar file
|
||||
- Added mouse wheel support into Labels List
|
||||
- Added new commands files in lib/command/
|
||||
|
||||
15/11/2002
|
||||
- Added \ref{} and \pageref{} tags into label tree
|
||||
- Added \input{} and \include{} tags into files tree
|
||||
|
||||
10/11/2002
|
||||
- Added theme support for toolbar icons
|
||||
- Added theme Stroke (by Const)
|
||||
- Added Separator command for toolbars files
|
||||
- Change relief variable - added relief(btn) for buttons and relief(menu) for menu buttons
|
||||
- Added main window geometry setting into tle.conf
|
||||
- Rename work directory ~/.tle
|
||||
- Reorganize menu - remove "Make" menu and added submenu into "Document" menu
|
||||
- New external programms (modules) checking procedure
|
||||
|
||||
0.2.3
|
||||
04/11/2002
|
||||
- Fixed error with "Insert image" procedure (thanks Igor Didkovsky <ididkovsky@mail.ru>)
|
||||
- Added temporary files deleted procedure
|
||||
- Update README file
|
||||
|
||||
28/10/2002
|
||||
- Remove "locale" variable, now used system locale
|
||||
|
||||
0.2.2
|
||||
25/10/2002
|
||||
- Added new comman list - more then 1850 commands (main_cmd.lst) (by Const)
|
||||
|
||||
21/10/2002
|
||||
- Fixed AutoWraping string if length = $editor(strLen) and string have't space
|
||||
|
||||
0.2.1
|
||||
18/10/2002
|
||||
- Added latex2html support
|
||||
- Stored toolbar on/off status into tle.conf
|
||||
- Added few botton into "main" toolbar
|
||||
|
||||
0.2.0
|
||||
17/10/2002
|
||||
- Overwrite procedure added (Insert press)
|
||||
- Open file dialog added path to last opened file directory
|
||||
- Fixed Close unsaved file procedure ("Cancel" button press)
|
||||
|
||||
01/10/2002
|
||||
- Fixed correctly location files on save procedure
|
||||
|
||||
17/09/2002
|
||||
- Fixed On/Off toolbar into "View" menu
|
||||
|
||||
16/09/2002
|
||||
- Change highlight procedure (comments tag removing now)
|
||||
|
||||
13/09/2002
|
||||
- Now working files from any location
|
||||
- Added error highlightning and location in text widget
|
||||
|
||||
04/09/2002
|
||||
- Saving files on close TLE
|
||||
- Remember opened files and cursor position on close TLE and open them on start TLE in next time
|
||||
- Change color tab title if file was modified
|
||||
|
||||
0.1.10
|
||||
15/07/2002
|
||||
- Added word wrapping for actual string size
|
||||
|
||||
0.1.9
|
||||
28/06/2002
|
||||
- Small GUI chages (toolbar buttons view)
|
||||
|
||||
0.1.8
|
||||
21/06/2002
|
||||
- Added GUI coloring (by Constantin Mikhailenko)
|
||||
|
||||
20/06/2002
|
||||
- Fixed "Close"/"Save AS"/"Undo"/"Preview" proceduires if could't opened files
|
||||
|
||||
0.1.7
|
||||
29/05/2002
|
||||
- Fix some error in autocomplit procedure
|
||||
|
||||
28/05/2002
|
||||
- Added support commands like "section{}" into autocomplitition procedure
|
||||
|
||||
16/05/2002
|
||||
- Added HELP dialog
|
||||
|
||||
23/05/2002
|
||||
- Added AutoComplitition procedure
|
||||
|
||||
0.1.6
|
||||
|
||||
15/05/2002
|
||||
- Fixed problem with loading external modules
|
||||
|
||||
0.1.5
|
||||
|
||||
08/05/2002
|
||||
- Added BackUp file created procedure
|
||||
|
||||
07/05/2002
|
||||
- Added external modules support (tkcvs,tkdiff)
|
||||
- Added label navigation
|
||||
|
||||
0.1.3
|
||||
30.04/2002
|
||||
- Create Config file tle.conf
|
||||
- Fixed small bugs with key press event
|
||||
- Added many mathematical symbols (by Const) in toolbar
|
||||
|
||||
29/04/2002
|
||||
- Fixed PageTab procedure for Ctrl+M key
|
||||
- Fixed calling Replace Dialog from menu
|
||||
|
||||
0.1.1
|
||||
27/04/2002
|
||||
- Fixed Edit Menu errors
|
||||
- Fixed Create New File procedure
|
||||
|
||||
26/04/2002
|
||||
- Toolbar fixed
|
||||
|
||||
0.0.12
|
||||
24/04/2002
|
||||
- Added spellcheck procedure (thanks Vitus)
|
||||
|
||||
0.0.11
|
||||
23/04/2002
|
||||
- Added Insert Table dialog and procedure
|
||||
- Fixed Refresh Document structure tree
|
||||
|
||||
0.0.9
|
||||
17/04/2002
|
||||
|
||||
- Fixed structure navagation procedure
|
||||
|
||||
|
||||
0.0.6
|
||||
16/04/2002
|
||||
- Some bugs fixed in highligtning procedure
|
||||
- Add Structure Tree navigator
|
||||
- Add status bar, cursor position, file attributes
|
||||
- Add Insert Section, Subsection, e.t.c, dialog
|
||||
- Fixed bug into Add Enumerate and Itemaze procedures
|
||||
|
||||
|
||||
0.0.5
|
||||
|
||||
11/04/2002
|
||||
- Added Document Structure Viewer
|
||||
- Added Included Package dialog
|
||||
|
||||
0.0.4
|
||||
|
||||
09/04/2002
|
||||
- Added toolbar and many command
|
||||
- Fix comment highlightning
|
||||
|
||||
0.0.1
|
||||
03/04/2002
|
||||
- Beginning the project
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user