X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsupport%2FChangeLog;h=79814a38e82c3a130095d1606f42d0c7328bf11b;hb=5296e9e9952cf6e2f306077c62a1caeaf8479eed;hp=2121d9e3f81e4d27c8ed4ca64c011b7fcb370c39;hpb=b3e376fefc01b678c0e079bf6426c763ecc01984;p=lyx.git diff --git a/src/support/ChangeLog b/src/support/ChangeLog index 2121d9e3f8..79814a38e8 100644 --- a/src/support/ChangeLog +++ b/src/support/ChangeLog @@ -1,3 +1,111 @@ +2002-05-22 Lars Gullik Bjønnes + + * lyxsum.C: move some using declarations around. + +2002-05-03 Herbert Voss + + * filetools.C (getExtFromContents): only print the first 60 chars of + the scanned-string when debugging. + +2002-05-02 Lars Gullik Bjønnes + + * lyxstring.C: close to typo fix. + +2002-05-02 Angus Leeming + + * filetools.C: add a using std::getline directive. + +2002-05-02 Lars Gullik Bjønnes + + * lyxstring.C (operator>>): try a new version of the operator>> + +2002-04-14 Herbert Voss + + * lstrings.[Ch]: move the getVectorFromString and the vice versa + from frontends/controllers/helper_funcs for better use in other + programs + +2002-04-15 Angus Leeming + + * tempname.C (make_tempfile): simplify the #ifdef block by using + #if defined and re-write the #warning as a #error because it's terminal. + +2002-04-08 Herbert Voss + + * filetools.C (getExtFromContents): get tgif run + +2002-04-08 Angus Leeming + + * filetools.C (getExtFromContents): re-format a little and remove + replicated "sgi" entry. + +2002-04-07 Herbert Voss + + * filetools.[Ch]: add readBB_from_PSFile() to make bb available + for the lyx-view in graphics (moved from ControlGraphics) + +2002-04-07 Herbert Voss + + * filetools.C: fix bug for eps. scans now a whole line + +2002-04-06 Lars Gullik Bjønnes + + * lyxstring.C (operator>>): use the better solution, this fixes a + "not able to read '\0'" bug. + +2002-04-05 Lars Gullik Bjønnes + + * translator.h: add missing typename + +2002-03-27 Jean-Marc Lasgouttes + + * filetools.C (LibScriptSearch): new command. Searches for scripts + in lyx data directories. + (LibScriptSearch): try to use split() correctly. + +2002-03-21 Lars Gullik Bjønnes + + * most files: ws cleanup + + * Makefile.am: remove ld -r stuff + +2002-03-20 Lars Gullik Bjønnes + + * Makefile.am (libsupport.la): special rules if partial linking + +2002-03-14 Angus Leeming + + * forkedcontr.C: turn the timer off when their are no longer any + child processes running. + +2002-03-11 Lars Gullik Bjønnes + + * forkedcall.h: docy fix + change SignalType second type to be const ref. + + * forkedcall.C: doxy fix + +2002-03-11 Kayvan A. Sylvan + + * lyxsum.C: compilation fix + +2002-03-02 Herbert Voss + + * filetools.C: fix bug for xbm format and added some more debug + infos + +2002-03-02 Lars Gullik Bjønnes + + * forkedcontr.h: make constructor public + + * types.h: remove layout_type + +2002-03-01 Angus Leeming + + * filetools.C (getExtFromContents): cleanup. + + * forkedcontr.h (d-tor): make it public for Dekel's crappy compiler. + 2002-02-27 Jean-Marc Lasgouttes * Makefile.am (SIGC_INCLUDES): add a -I directive for when @@ -20,7 +128,7 @@ * os2_defines.h: * os2_errortable.h: * nt_defines.h: moved from src/ - + 2002-02-23 Herbert Voss * filetools.C: added more graphic formats @@ -29,7 +137,7 @@ * filetools.C: (getExtFromContents) return the fileextension if no format is detected. - + 2002-02-18 Angus Leeming * syscall.[Ch]: renamed as systemcall.[Ch]. class Systemcalls renamed @@ -76,8 +184,8 @@ * filetools.C (do_popen): use os::read_mode(). - * os_win32.C (read_mode): - * os_os2.C (read_mode): + * os_win32.C (read_mode): + * os_os2.C (read_mode): * os_unix.C (read_mode): new method * filetools.C (do_popen): fix for cygwin compatibility (from Claus @@ -89,13 +197,13 @@ 2002-02-06 Herbert Voss - * filetools.[Ch]: fix some bugs for detecting zipped files + * filetools.[Ch]: fix some bugs for detecting zipped files adding unzipFile() 2002-02-04 Herbert Voss * filetools.[Ch]: add ifZippedFile() for zipped - graphic files + graphic files 2002-02-04 Jean-Marc Lasgouttes @@ -105,7 +213,7 @@ 2002-01-31 Herbert Voss * filetools.[Ch]: add getExtFromContents(), which returns - the type of the (graphic) file + the type of the (graphic) file 2002-01-30 Jean-Marc Lasgouttes @@ -114,7 +222,7 @@ 2002-01-19 Jean-Marc Lasgouttes * lyxsum.C: remove #warnings and replaced them with runtime debug - info. + info. 2002-01-14 Jean-Marc Lasgouttes @@ -132,7 +240,7 @@ * FileInfo.h: * FileInfo.C: add Asserts and documentation - + 2001-12-20 Kayvan A. Sylvan * os_win32.C: compilation fixes @@ -153,31 +261,31 @@ 2001-12-03 Ben Stanley - * lyxsum.C: Added mmap version of CRC and made it selected + * lyxsum.C: Added mmap version of CRC and made it selected by default where available. Used process_block for crc for speedup. - + 2001-12-01 John Levon * filetools.C: more robust failure for DirList() 2001-11-29 André Pönitz - + * types.h: introduce types for textclass numbers and layout numbers 2001-11-28 André Pönitz - + * Makefile.am: put types.h in 2001-11-26 André Pönitz - + * types.h: introduce types for paragraph positions and layout numbers 2001-11-04 John Levon * filetools.C: remove dead code - + * syscall.C: show prog in fail case - + 2001-10-24 Andre Poenitz * filetools.C: code style cleanup @@ -190,7 +298,7 @@ * LAssert.h: * LAssert.C: use new emergencyCleanup() - + 2001-10-12 Jean-Marc Lasgouttes * filetools.C (i18nLibFileSearch): check also LANGUAGE and LC_ALL, @@ -202,9 +310,9 @@ several methods) (findtexfile): oops! the change from last friday was wrong... - * os_win32.C (is_absolute_path): - * os_unix.C (is_absolute_path): - * os_os2.C (is_absolute_path): new method + * os_win32.C (is_absolute_path): + * os_unix.C (is_absolute_path): + * os_os2.C (is_absolute_path): new method 2001-10-05 Jean-Marc Lasgouttes @@ -212,7 +320,7 @@ 2001-07-02 Claus Hentschel - * os_win32.C: + * os_win32.C: * os_unix.C: * os_os2.C: * os.h: add internal_path method, which converts a unix-type file @@ -229,7 +337,7 @@ * filetools.h: * filetools.C (IsDirWriteable): fix this - + 2001-07-26 Baruch Even * lyxlib.h (float_equal): Added function to compare floats almost equal @@ -259,7 +367,7 @@ 2001-06-25 The LyX Project - * filetools.C (IsLyXFilename): + * filetools.C (IsLyXFilename): (IsSGMLFilename): do case insensitive name matching 2001-06-24 The LyX Project @@ -294,11 +402,11 @@ 2001-06-01 Jean-Marc Lasgouttes - * lstrings.C: + * lstrings.C: * syscall.C: - * syscontr.C: + * syscontr.C: * LSubstring.C: bring C functions in global namespace if - necessary. + necessary. * lstrings.h (compare): use the std:: version of str[n]cmp only when it exists. @@ -360,14 +468,14 @@ 2001-05-02 Jean-Marc Lasgouttes - * fmt.C: + * fmt.C: * atoi.C: add using directives when needed for C functions declared in std:: namespace. 2001-04-25 Lars Gullik Bjønnes * lstrings.C : add two helper structs, local_lowercase and - local_uppercase. + local_uppercase. (lowercase): change to use std::transform (uppercase): change to use std::transform @@ -392,7 +500,7 @@ 2001-04-16 Allan Rae * tempname.C (make_tempfile): #warning triggers an error on Sun CC 6.0 - as an unrecognised preprocessor directive. So ensure they're wrapped. + as an unrecognised preprocessor directive. So ensure they're wrapped. 2001-03-15 Lars Gullik Bjønnes @@ -427,15 +535,15 @@ 2001-02-14 Lars Gullik Bjønnes - * fmt.C: - * filetools.C: + * fmt.C: + * filetools.C: * atoi.C: remove cruft 2001-02-06 albert chin - * snprintf.h: + * snprintf.h: * fmt.C: use HAVE_DECL_SNPRINTF - + 2001-01-26 Dekel Tsur * lyxstring.C: Fix some assertions. @@ -443,7 +551,7 @@ 2001-01-23 Dekel Tsur * lstrings.C (strip): Add a fix for compilers with broken - string::find_last_not_of. + string::find_last_not_of. * filetools.C (AddPath): Simplify by using strip and frontStrip.