]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
Write messages to minibuffer when using bookmarks.
[lyx.git] / src / ChangeLog
1 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
2
3         * BufferView_pimpl.C (savePosition, restorePosition): Write
4         messages to minibuffer.
5
6 2001-01-28  José Matos  <jamatos@fep.up.pt>
7
8         * buffer.C (makeDocBookFile): adds support for document language.
9         A silly restriction on the name of LatexCommand types where removed.
10         Added support for CDATA sections, allows to chars unsecaped, used
11         among others in code, to avoid escape < and >.
12         
13 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
14
15         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of 
16         saved positions instrad of a stack. Furthermore, a position is
17         stored using paragraph id/paragraph position.
18
19         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
20         Remove LFUN_REF_BACK.
21
22 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
23
24         * converter.C (dvipdfm_options): New method.
25
26 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
27
28         * vspace.C (isValidLength): Fix for empty input string.
29
30 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
31
32         * LyXAction.C (init): change description of LFUN_FIGURE to
33         "Insert Graphics"
34
35 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
36
37         * LaTeX.C: add using directive
38
39 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
40
41         * MenuBackend.C (expand): Fix the sorting of the formats.
42
43 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
44
45         * lyx_main.C: tiny error message fix
46
47 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
48
49         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
50         calling fl_initialize(). This fixes the problem with ',' as
51         decimal separator in text files.
52
53 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
54
55         * trans.C (process): Fix the keymap bug.
56
57 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
58
59         * LaTeX.C (scanAuxFiles): New method. Provides support for
60         multiple bibliographies (when using the bibtopic/bibunits pacakges).
61         (scanLogFile) Scan for "run BibTeX" messages.
62
63         * buffer.C (makeLaTeXFile): Do not load the ae package when using
64         OT1 font encoding. Also, load the aecompl package if the ae
65         package is loaded.
66
67         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
68
69 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
70
71         * texrow.C (increasePos): turn two error messages into debug
72         messages. 
73
74 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
75
76         * LaTeX.C (scanAux): Handle the \@input macro.
77         (runBibTeX): Use scanAux().
78
79         * language.C (latex_options_): New field.
80
81         * LaTeXFeatures.C (getMacros): Add language macros.
82
83         * buffer.C (makeLaTeXFile): Small fix.
84
85 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
86
87         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
88
89         * text2.C: add a using directive.
90
91 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
92
93         * BufferView2.C:
94         * lyx_gui_misc.h:
95         * lyxfr1.C:
96         * lyxfunc.C: kill LyXBell.
97
98 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
99
100         * text.C (IsBoundary): Remove the error message
101         
102         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
103
104         * lyxrc.C (setDefaults): Correct initialization value for
105         font_norm_type.
106
107 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
108
109         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
110         gotoError().
111
112         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
113         and GotoNextNote().
114
115         * src/LyXAction.C: Added reference-next.
116
117         * text.C (InsertChar): Use contains instead of strchr.
118
119         * lyx_cb.C (MenuInsertLabel): Enable default value code.
120
121 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
122
123         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
124         alignment commands (when needed).
125
126         * text.C (InsertChar): Add ':' to number separator chars.