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