]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
get rid of several friends small cleanup
[lyx.git] / src / ChangeLog
1 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
2
3         * screen.C: 
4         * lyxrc.[Ch]:
5         * lyxfunc.C: 
6         * lyxfont.[Ch]: 
7         * lyx_cb.C: 
8         * intl.[Ch]: 
9         * commandtags.h: 
10         * buffer.C: 
11         * WorkArea.[Ch]: 
12         * LyXAction.C: 
13         * BufferView_pimpl.C:
14         * BufferView.[Ch]: remove cruft
15
16 2001-02-14  Juergen Vigna  <jug@sad.it>
17
18         * lyxfunc.C: removed #if 0 unused code
19
20         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
21
22         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
23
24         * text2.C (SetSelection): added a BufferView * parameter
25
26 2001-02-13  Juergen Vigna  <jug@sad.it>
27
28         * lyxfunc.C (Dispatch): fixed protected blank problem.
29         * BufferView2.C (protectedBlank): added LyxText * parameter.
30
31         * tabular.C (AppendRow): forgot to set row_info of newly added row.
32         (AppendColumn): same as above for column_info.
33
34         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
35         (moveCursorUpdate): use a LyXText param for support of InsetText.
36
37         * BufferView_pimpl.C (doubleClick): added support for InsetText.
38         (tripleClick): ditto
39
40         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
41
42         * BufferView_pimpl.C (update): added LyXText param to honor insets.
43
44         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
45
46         * text2.C (SetSelection): set correct update status if inset_owner
47         (ToggleFree): ditto
48
49 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
50
51         * tabular.C: remove some commented code.
52
53 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
54
55         * BufferView_pimpl.C: call hideSplash()
56
57         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
58
59         * include_form.h:
60         * bibforms.h: remove
61
62         * lyxfunc.C:
63         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
64           add LFUN_CHILD_CREATE
65
66         * counters.h: fix tiny typo
67         
68         * lyx_cb.C:
69         * lyx.h:
70         * lyx_gui.C:
71         * lyx.C: move splash to frontends/xforms/
72
73         * lyx_gui_misc.C: move Include and Bibform to frontends
74
75         * lyxvc.h: clarify comment
76
77         * vspace.C: tiny housekeeping
78
79 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
80
81         * text.C (PrepareToPrint): RTL Fix.
82
83         * paragraph.C (GetUChar): New method.
84         (String):  Use GetUChar.
85
86         * buffer.C (asciiParagraph): Use GetUChar.
87
88 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
89
90         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
91
92 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
93
94         * buffer.h:
95         * buffer.C: rename to getLogName(), handle
96           build log / latex log nicely
97
98 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
99
100         * MenuBackend.C: 
101         * MenuBackend.h: remove support for reference menuitem type.
102
103 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
104
105         * BufferView_pimpl.C: housekeeping
106         * BufferView_pimpl.h:
107         * LyXView.h:
108         * Makefile.am:
109         * Timeout.C:
110         * Timeout.h:
111         * minibuffer.h: move Timeout GUI-I
112                           
113 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
114
115         * lyxrc.C (read): Update converters data-structures.
116
117 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
118
119         * LaTeX.h (operator!=): add operator != for Aux_Info 
120
121 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
122
123         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
124
125         * LaTeXLog.C: deleted, useful code moved to Buffer
126
127         * buffer.h:
128         * buffer.C: new function getLatexLogName()
129
130         * lyx_gui_misc.C:
131         * lyx_gui.C:
132         * lyxvc.C:
133         * lyxvc.h:
134         * lyxfunc.C: use frontends for LaTeX and VC logs
135
136 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
137
138         * LaTeX.h: yet another std:: that Allan forgot.
139
140         * Variables.C (set): renamed from isset(), because this clashes
141         with some HP-UX macros (grr).
142
143 2001-02-06  Allan Rae  <rae@lyx.org>
144
145         * LaTeX.h: Another bug fix.  Missing std:: this time.
146
147 2001-02-04  Allan Rae  <rae@lyx.org>
148
149         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
150         floats problem. I've left it commented out because it's not quite
151         correct.  It should also test that the current object is a table or
152         figure inset.  But I haven't gotten around to figuring out how to do
153         that.  I *think* it'll be something like: "table" == inset.type()
154
155         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
156         bool.
157
158 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
159
160         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
161         all the citation/databases/styles in the auxilary file. 
162         (run): Rerun latex if there was a babel language error.
163
164 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
165
166         * text.C (Backspace): Preserve the font when changing newline char
167         with a space.
168         (BreakParagraph): If the cursor is before a space, delete the space.
169
170         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
171
172 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
173
174         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
175         new argument (code).
176         (ChangeCitationsIfUnique): New method.
177
178         * paragraph.C (GetPositionOfInset): Handle bibkey.
179
180 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
181
182         * BufferView_pimpl.h: change type of Position::par_pos to
183         LyXParagraph::size_type. 
184
185 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
186
187         * BufferView_pimpl.C (savePosition, restorePosition): Write
188         messages to minibuffer.
189
190 2001-01-28  José Matos  <jamatos@fep.up.pt>
191
192         * buffer.C (makeDocBookFile): adds support for document language.
193         A silly restriction on the name of LatexCommand types where removed.
194         Added support for CDATA sections, allows to chars unescaped, used
195         among others in code, to avoid escape < and >.
196         
197 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
198
199         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of 
200         saved positions instrad of a stack. Furthermore, a position is
201         stored using paragraph id/paragraph position.
202
203         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
204         Remove LFUN_REF_BACK.
205
206 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
207
208         * converter.C (dvipdfm_options): New method.
209
210 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
211
212         * vspace.C (isValidLength): Fix for empty input string.
213
214 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
215
216         * LyXAction.C (init): change description of LFUN_FIGURE to
217         "Insert Graphics"
218
219 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
220
221         * LaTeX.C: add using directive
222
223 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
224
225         * MenuBackend.C (expand): Fix the sorting of the formats.
226
227 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
228
229         * lyx_main.C: tiny error message fix
230
231 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
232
233         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
234         calling fl_initialize(). This fixes the problem with ',' as
235         decimal separator in text files.
236
237 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
238
239         * trans.C (process): Fix the keymap bug.
240
241 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
242
243         * LaTeX.C (scanAuxFiles): New method. Provides support for
244         multiple bibliographies (when using the bibtopic/bibunits pacakges).
245         (scanLogFile) Scan for "run BibTeX" messages.
246
247         * buffer.C (makeLaTeXFile): Do not load the ae package when using
248         OT1 font encoding. Also, load the aecompl package if the ae
249         package is loaded.
250
251         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
252
253 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
254
255         * texrow.C (increasePos): turn two error messages into debug
256         messages. 
257
258 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
259
260         * LaTeX.C (scanAux): Handle the \@input macro.
261         (runBibTeX): Use scanAux().
262
263         * language.C (latex_options_): New field.
264
265         * LaTeXFeatures.C (getMacros): Add language macros.
266
267         * buffer.C (makeLaTeXFile): Small fix.
268
269 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
270
271         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
272
273         * text2.C: add a using directive.
274
275 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
276
277         * BufferView2.C:
278         * lyx_gui_misc.h:
279         * lyxfr1.C:
280         * lyxfunc.C: kill LyXBell.
281
282 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
283
284         * text.C (IsBoundary): Remove the error message
285         
286         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
287
288         * lyxrc.C (setDefaults): Correct initialization value for
289         font_norm_type.
290
291 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
292
293         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
294         gotoError().
295
296         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
297         and GotoNextNote().
298
299         * src/LyXAction.C: Added reference-next.
300
301         * text.C (InsertChar): Use contains instead of strchr.
302
303         * lyx_cb.C (MenuInsertLabel): Enable default value code.
304
305 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
306
307         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
308         alignment commands (when needed).
309
310         * text.C (InsertChar): Add ':' to number separator chars.