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