]> git.lyx.org Git - lyx.git/blobdiff - src/support/ChangeLog
change call to shared_ptr::reset, move some using declarations around
[lyx.git] / src / support / ChangeLog
index f81d1cc6fffce689b277b16f1967cd315ce0e4f5..79814a38e82c3a130095d1606f42d0c7328bf11b 100644 (file)
+2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * lyxsum.C: move some using declarations around.
+
+2002-05-03  Herbert Voss  <voss@perce.de>
+
+       * filetools.C (getExtFromContents): only print the first 60 chars of
+       the scanned-string when debugging.
+
+2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * lyxstring.C: close to typo fix.
+
+2002-05-02  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * filetools.C: add a using std::getline directive.
+
+2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * lyxstring.C (operator>>): try a new version of the operator>>
+
+2002-04-14  Herbert Voss  <voss@perce.de>
+
+       * 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  <a.leeming@ic.ac.uk>
+
+       * 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  <voss@perce.de>
+
+       * filetools.C (getExtFromContents): get tgif run
+
+2002-04-08  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * filetools.C (getExtFromContents): re-format a little and remove
+       replicated "sgi" entry.
+
+2002-04-07  Herbert Voss  <voss@perce.de>
+
+       * filetools.[Ch]: add readBB_from_PSFile() to make bb available
+       for the lyx-view in graphics (moved from ControlGraphics)
+
+2002-04-07  Herbert Voss  <voss@perce.de>
+
+       * filetools.C: fix bug for eps. scans now a whole line
+
+2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * lyxstring.C (operator>>): use the better solution, this fixes a
+       "not able to read '\0'" bug.
+
+2002-04-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * translator.h: add missing typename
+
+2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * 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  <larsbj@birdstep.com>
+
+       * most files: ws cleanup
+
+       * Makefile.am: remove ld -r stuff
+
+2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * Makefile.am (libsupport.la): special rules if partial linking
+
+2002-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * forkedcontr.C: turn the timer off when their are no longer any
+       child processes running.
+
+2002-03-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * forkedcall.h: docy fix
+       change SignalType second type to be const ref.
+
+       * forkedcall.C: doxy fix
+
+2002-03-11  Kayvan A. Sylvan  <kayvan@sylvan.com>
+
+       * lyxsum.C: compilation fix
+
+2002-03-02  Herbert Voss  <voss@perce.de>
+
+       * filetools.C: fix bug for xbm format and added some more debug
+       infos
+
+2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * forkedcontr.h: make constructor public
+
+       * types.h: remove layout_type
+
+2002-03-01  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * filetools.C (getExtFromContents): cleanup.
+
+       * forkedcontr.h (d-tor): make it public for Dekel's crappy compiler.
+
+2002-02-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * Makefile.am (SIGC_INCLUDES): add a -I directive for when
+       building outside of source tree.
+
+2002-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * forkedcall.[Ch]:
+       * forkedcontr.[Ch]: new files. Asger's forked call controller is
+       re-born, with a working timer and a modified interface. The
+       startscript method is now passed a Signal rather than a pointer
+       to a callback function. This enables us to connect to the method of
+       a C++ class, if we so desire.
+
+       * Makefile.am: add forkedcall.[Ch], forkedcontr.[Ch].
+
+2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Makefile.am:
+       * os2_defines.h:
+       * os2_errortable.h:
+       * nt_defines.h: moved from src/
+
+2002-02-23  Herbert Voss  <voss@perce.de>
+
+       * filetools.C: added more graphic formats
+
+2002-02-18  Herbert Voss  <voss@perce.de>
+
+       * filetools.C: (getExtFromContents) return the fileextension
+       if no format is detected.
+
+2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * syscall.[Ch]: renamed as systemcall.[Ch]. class Systemcalls renamed
+       as class SystemCall because one Systemcall instance represents a
+       single child process.
+
+       * filetools.C:
+       * Makefile.am: associated changes.
+
+2002-02-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * syscall.C (Systemcalls): include <cstdlib>
+
+2002-02-08  Herbert Voss  <voss@perce.de>
+
+       * filetools.C: (getExtFromContents) adding Grace-format
+       for filetypes
+
+2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * syscontr.[Ch]:
+       * syssingleton.C: files removed.
+
+       * syscall.[Ch]: remove the forked calls interface, as nothing, nowhere
+       uses it. Strip down the Systemcalls interface to make it brutally
+       obvious how unsophisticated it is.
+
 2002-02-08  Herbert Voss  <voss@perce.de>
 
-       * filetools.[C]: (unzipFile) fix typo
+       * filetools.C: (getExtFromContents) adding TGIF-format
+       and return type "user" when no type is detected
+
+2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * textutils.h: remove IsLineSeparatorChar(char, Inset *)
+
+2002-02-10 Kayvan Sylvan <kayvan@sylvan.com>
+
+       * os_win32.C: Add "using std::endl" to fix compilation for GCC 3.X.
+
+2002-02-08  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * FileInfo.h: remove special cygwin code.
+
+       * filetools.C (do_popen): use os::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
+       Hentschel). This code should maybe be moved to os:: class.
+
+2002-02-08  Herbert Voss  <voss@perce.de>
+
+       * filetools.C: (unzipFile) fix typo
 
 2002-02-06  Herbert Voss  <voss@perce.de>
 
-       * filetools.[Ch]: fix sume bugs for detecting zipped files 
+       * filetools.[Ch]: fix some bugs for detecting zipped files
        adding unzipFile()
 
 2002-02-04  Herbert Voss  <voss@perce.de>
 
        * filetools.[Ch]: add ifZippedFile() for zipped
-       graphic files 
+       graphic files
 
 2002-02-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
 2002-01-31  Herbert Voss  <voss@perce.de>
 
        * filetools.[Ch]: add getExtFromContents(), which returns
-       the type of the (graphic) file 
+       the type of the (graphic) file
 
 2002-01-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
        * lyxsum.C: remove #warnings and replaced them with runtime debug
-       info. 
+       info.
 
 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
 
        * FileInfo.h:
        * FileInfo.C: add Asserts and documentation
+
 2001-12-20  Kayvan A. Sylvan  <kayvan@sylvan.com>
 
        * os_win32.C: compilation fixes
 
 2001-12-03  Ben Stanley <bds02@uow.edu.au>
 
-       * 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  <moz@compsoc.man.ac.uk>
 
        * filetools.C: more robust failure for DirList()
 
 2001-11-29  André Pönitz <poenitz@gmx.net>
-       
+
        * types.h: introduce types for textclass numbers and layout numbers
 
 2001-11-28  André Pönitz <poenitz@gmx.net>
-       
+
        * Makefile.am: put types.h in
 
 2001-11-26  André Pönitz <poenitz@gmx.net>
-       
+
        * types.h: introduce types for paragraph positions and layout numbers
 
 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
 
        * filetools.C: remove dead code
+
        * syscall.C: show prog in fail case
+
 2001-10-24  Andre Poenitz  <poenitz@HTWM.De>
 
        * filetools.C: code style cleanup
 
        * LAssert.h:
        * LAssert.C: use new emergencyCleanup()
+
 2001-10-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
        * filetools.C (i18nLibFileSearch): check also LANGUAGE and LC_ALL,
        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  <Jean-Marc.Lasgouttes@inria.fr>
 
 
 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
 
-       * os_win32.C: 
+       * os_win32.C:
        * os_unix.C:
        * os_os2.C:
        * os.h: add internal_path method, which converts a unix-type file
 
        * filetools.h:
        * filetools.C (IsDirWriteable): fix this
+
 2001-07-26  Baruch Even  <baruch@lyx.org>
 
        * lyxlib.h (float_equal): Added function to compare floats almost equal
 
 2001-06-25  The LyX Project  <jug@sad.it>
 
-       * filetools.C (IsLyXFilename): 
+       * filetools.C (IsLyXFilename):
        (IsSGMLFilename): do case insensitive name matching
 
 2001-06-24  The LyX Project  <jug@sad.it>
 
 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
-       * 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.
 
 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
-       * 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  <larsbj@birdstep.com>
 
        * 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
 
 2001-04-16  Allan Rae  <rae@lyx.org>
 
        * 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  <larsbj@trylle.birdstep.com>
 
 
 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
 
-       * fmt.C: 
-       * filetools.C: 
+       * fmt.C:
+       * filetools.C:
        * atoi.C: remove cruft
 
 2001-02-06  albert chin  <china@thewrittenword.com>
 
-       * snprintf.h: 
+       * snprintf.h:
        * fmt.C: use HAVE_DECL_SNPRINTF
-       
+
 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
 
        * lyxstring.C: Fix some assertions.
 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
 
        * 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.