]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
fix getext problem with --disable-nls
[lyx.git] / src / ChangeLog
1 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2
3         * gettext.h: include LString.h even when --disable-nls is on. 
4
5 2001-06-07  Juergen Vigna  <jug@sad.it>
6
7         * text.C (BreakAgain): subst spaces with tabs.
8
9         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
10         (resizeInsetsLyXText): set force on resizeLyXText.
11
12 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13
14         * gettext.h (gettext_init): 
15         (locale_init): use a real definition instead of a macro
16
17 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
18
19         * Bufferview_pimpl.C:
20         * LColor.h:
21         * LColor.C: further lcolor tidies
22
23 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
24
25         * BufferView_pimpl.C (updateScrollbar): simplify.
26
27         * BufferView2.C: don't include insets/insetinfo.h, change
28         prototype for insertInset and call the Pimpl version. let
29         updateInset call Pimpl version.
30
31         * BufferView.h: move inset_slept to BufferView::Pimpl, move
32         gotoInset to BufferView::Pimpl
33
34 2001-06-01  Juergen Vigna  <jug@sad.it>
35
36         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
37         inside a LockingInset (is the update needed at all?).
38
39 2001-05-31  Juergen Vigna  <jug@sad.it>
40
41         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
42         here not the old one otherwise how should we compare it afterwards
43         if it's the same!
44
45 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
46
47         * lyxfont.C: 
48         * tabular.C:
49         * tabular-old.C: 
50         * FontInfo.C: bring C functions into global namespace when
51         necessary
52
53 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
54
55         * LString.h: make sure config.h has been loaded before LString.h.
56
57         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
58         (one for each char read by EatLine!).
59
60         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
61         variables. 
62
63 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
64
65         * paragraph.C (BreakParagraph): set the inset_owner in the new par
66         to the same as the par we break from
67
68 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
69
70         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
71
72         * MenuBackend.C (expand): also create menu entries for wide
73         versions of the floats.
74
75         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
76
77         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
78
79         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
80         frontends/Makefile.am
81
82         * text2.C: adjust
83         * text.C: adjust
84         
85
86         * tabular.C (getTokenValue): add std::
87
88         * tabular-old.C (getTokenValue): add std::
89         (getTokenValue): ditto
90         (getTokenValue): ditto
91
92         * screen.C (ToggleSelection): adjust
93
94         * lyxtext.h: put selection cursors inside a Selection struct.
95
96         * lyxfunc.C (moveCursorUpdate): adjust
97
98         * lyxfont.C (latexWriteStartChanges): add std::
99
100         * lyxfind.C: adjust
101
102         * font.h: delete with(char const *, LyXFont const &)
103
104         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
105
106         * FontInfo.C (getFontname): add std::
107
108         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
109         (workAreaButtonPress): adjust
110         (tripleClick): adjust
111         (update): adjust
112         (moveCursorUpdate): adjust
113         (Dispatch): adjust
114
115         * BufferView2.C (gotoInset): adjust
116
117 2001-05-30  Juergen Vigna  <jug@sad.it>
118
119         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
120         to check pspell I add this as default as I now have new pspell
121         libraries and they seem to use this.
122
123 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
124
125         * text2.C (CutSelection): make the cursor valid before the call to
126         ClearSelection.
127
128 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
129
130         * kbsequence.C (parse): de-uglify a bit the parsing code, which
131         relied on 0 terminated strings and other horrors. Bug found due to
132         the new assert in lyxstring!
133
134         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
135         KP_ keys.
136
137 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
138
139         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
140         to latinkeys.bind.
141
142         * lyxfunc.C (processKeySym): change method of getting to the
143         self-insert char.
144
145         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
146         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
147         * BufferView_pimpl.[Ch]: here as private methods.
148
149 2001-05-28  Juergen Vigna  <jug@sad.it>
150
151         * text.C (SetHeightOfRow): added the update() call again as it is
152         needed to initialize inset dimensions!
153
154 2001-05-16  Juergen Vigna  <jug@sad.it>
155
156         * text2.C (SetCharFont): Add new function with BufferView * and
157         bool toggleall parameters for setting insets internal fonts.
158         (SetFont): Freeze the undo as we may change fonts in Insets and
159         all this change should be inside only one Undo!
160
161         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
162         setting font's in insets as for them we have the SetFont function!
163
164 2001-05-15  Juergen Vigna  <jug@sad.it>
165
166         * text2.C (ClearSelection): to be sure we REALLY don't have any
167         selection anymore!
168
169         * tabular.C (TeXCellPreamble): fixed the left border problem for
170         multicolumn cells.
171
172 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
173
174         * LaTeX.C (deplog): Make sure that the main .tex file is in the
175         dependancy file
176
177 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
178
179         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
180         LFUN_BREAKPARAGRAPH.
181
182         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
183         help test to "internal only", similar for LFUN_INSERT_URL
184
185         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
186         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
187         auto_region_delete and deadkeys. 
188
189 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
190
191         * LColor.h:
192         * LColor.C: remove some dead entries, tidy a little
193  
194 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
195
196         * lyxfunc.C (processKeySym): comment the Escape handling, remove
197         commented code.
198         (Dispatch): implement LFUN_ESCAPE
199
200         * commandtags.h: add LFUN_ESCAPE
201
202         * LyXAction.C (init): add entry for LFUN_ESCAPE
203
204         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
205         Remove commented code.
206         (insertNote): moved here
207         (open_new_inset): moved here
208
209         * BufferView[2].[Ch]: move insertNote and open_new_inset to
210         BufferView_pimpl
211
212 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
213
214         * kbmap.C (findbinding): clean it up and make it work correctly.
215
216         * lyx_main.C (init): do not pass argc and argv as parameters
217
218 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
219
220         * buffer.C: fix path for OS/2 & Win32
221
222         * lyx_gui.C:
223         * lyx_main:
224         * lyx_main.C: Added os:: class.
225         
226         * os2_defines.h: update
227
228 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
229
230         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
231         better by trying again with reduced state.
232
233 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
234
235         * lyxrc.C (read): print error about invalid key sequence only when
236         debugging (because not all latinX keysyms are known to some X
237         servers)
238
239         * kbsequence.C (getiso): add a few std:: qualifiers
240         (getiso): comment out extra return statement.
241
242 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
243
244         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
245         handling.
246         (Dispatch): enhance the accent inset a bit. (not perfect)
247
248 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
249
250         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
251
252 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
253
254         * bufferlist.C (emergencyWrite): fix assert() call
255
256 2001-05-04  Kayvan A. Sylvan  <kayvan@camel.internal.sylvan.com>
257
258         * text.C (InsertChar): Added trivial patch to only send the "you
259         can not do multiple spaces this way" message once during a
260         session.
261
262 2001-05-08  Baruch Even  <baruch@lyx.org>
263
264         * Makefile.am: Changed order of libraries to get LyX to link properly
265         with the gnome frontend.
266
267 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
268
269         * LaTeXFeatures.h: add a std:: qualifier
270
271 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
272
273         * paragraph.C (String): use stringstream
274
275 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
276
277         * paragraph.C (writeFile): remove footflag arg
278
279         * buffer.C (makeLaTeXFile): use stringstream
280         (latexParagraphs): remove footnot gurba
281
282         * LaTeXFeatures.C (getPackages): use stringstream
283         (getMacros): likewise
284         (getTClassPreamble): likewise
285         (getFloatDefinitions): new method
286
287         * paragraph.C (writeFile): reindent
288         (Erase): reindent
289
290         * WorkArea.h: revert the xpos + etc changes.
291
292         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
293
294         * lyxparagraph.[Ch]: add copy constructor, remove Clone
295
296         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
297         (pasteSelection): likewise
298         * text2.C (CreateUndo): likewise
299
300 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
301
302         * minibuffer.C (peek_event): temporarily reduce the functionality
303         of the minibuffer (to allow args on lfuns)
304
305         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
306         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
307
308         * buffer.C (readInset): add compability reading of old float
309         lists, add reading of new style float list.
310         (readInset): avoid reevaluation of inscmd.getCmdName()
311         (getLists): reindent
312
313         * MenuBackend.C (MenuItem): implement parsing of
314         md_floatlistinsert and md_floatinsert.
315         (expand::LastFiles): move initalizaton of iterators out of loop,
316         avoid reevaluation.
317         (expand::Documents): introduce typdedef vector<string> Strings,
318         and use it. 
319         (expand::ExportFormats): introduce typedef vector<Format const *>
320         Formats, and use it.
321         (expand): implement FloatListInsert and FloatInsert.
322
323         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
324         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
325         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
326
327         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
328         handling. 
329         (Dispatch::LFUN_FLOAT_LIST): implement
330
331 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
332  
333         * LaTeX.C (run): Fix problem with --export code.
334  
335 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
336
337         * BufferView.[Ch] (workarea): removed.
338         (getClipboard) new method; wrapper for workarea()->getClipboard()
339
340         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
341         bug.
342
343         * WorkArea.h (width, height, xpos, ypos): These methods all
344         returned the dimensions of the work_area sub-area of WorkArea,
345         resulting in a position error if the WorkArea were resized. Now
346         return the dimensions of the entire WorkArea.
347
348         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
349
350 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
351
352         * LaTeX.C (deplog): correct the syntax of regex reg1
353
354 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
355
356         * undo.C: remove !NEW_INSETS cruft
357
358 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
359
360         * text2.C: remove !NEW_INSETS cruft
361
362         * text.C: remove !NEW_INSETS cruft
363
364         * tabular.C: remove !NEW_INSETS cruft
365
366         * spellchecker.C: remove !NEW_INSETS cruft
367
368         * lyxtext.h: remove !NEW_INSETS cruft
369
370         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
371
372         * lyxfunc.C: remove !NEW_INSETS cruft
373
374         * lyxfind.C: remove !NEW_INSETS cruft
375
376         * lyx_cb.C: remove !NEW_INSETS cruft
377
378         * figureForm.C: remove  !NEW_INSETS cruft
379
380         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
381
382         * buffer.[Ch]: remove !NEW_INSETS cruft
383
384         * ToolbarDefaults.C: remove !NEW_INSETS cruft
385
386         * CutAndPaste.C: remove !NEW_INSETS cruft
387
388         * BufferView_pimpl.C: remove !NEW_INSETS cruft
389
390         * BufferView2.C: remove !NEW_INSETS cruft
391
392         * BufferView.h: remove !NEW_INSETS cruft
393
394 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
395
396         * Lsstream.h: include LString.h before the sstream headers to
397         fix problem with gcc 2.95.3 and lyxstring
398
399 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
400
401         * lyx_main.C: add using directives when needed for C functions
402         declared in std:: namespace.
403
404 2001-04-27  Juergen Vigna  <jug@sad.it>
405
406         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
407         (SetHeightOfRow): comment out the update call should not be needed!
408
409 2001-04-13  Juergen Vigna  <jug@sad.it>
410
411         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
412         (LyXTabular): tried to minimize operator= operations (and realized
413         hopfully Lars wish).
414
415 2001-04-27  Juergen Vigna  <jug@sad.it>
416
417         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
418
419 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
420
421         * lyxfunc.C (Dispatch): hack to make listof algorithm work
422
423         * buffer.C (readInset): hack to make listof algorithm work
424
425         * BufferView_pimpl.C: hack to make listof algorithm work
426
427 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
428
429         * LyXAction.C: removed all !NEW_INSETS cruft
430         (init): moved lfun_item in method
431
432         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
433
434 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
435
436         * BufferView2.C (theLockingInset): white space.
437
438 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
439
440         * minibuffer.C: include <iostream>
441
442         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
443
444         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
445
446         * commandtags.h: add LFUN_TRANSPOSE_CHARS
447
448         * text.[Ch] (TransposeChars): new method
449
450 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
451
452         * call message directly through LyXView instead of through LyXFunc
453         * BufferView2.C: adjust
454         * BufferView_pimpl.C: adjust
455         * FontLoader.C: adjust
456         * buffer.C: adjust
457         * bufferview_funcs.C: adjust
458         * converter.C: adjust
459         * figureForm.C: adjust
460         * importer.C: adjust
461         * lyx_cb.C: adjust
462         * lyx_gui_misc.C: adjust
463         * lyxfunc.C: adjust
464         * lyxvc.C: adjust
465         * text2.C: adjust
466         + more files in subdirs
467         
468         * lyxparagraph.h (size): move up int file
469         (GetLayout): ditto
470
471         * adjust all uses of Assert to lyx::Assert.
472
473         * BufferView2.C (ChangeCitationsIfUnique): adjust for
474         lyxfunctional in namespace lyx
475         * layout.C (hasLayout): ditto
476         (GetLayout): ditto
477         (GetLayout): ditto
478         (delete_layout): ditto
479         (NumberOfClass): ditto
480         * converter.C (GetFormat): ditto
481         (GetNumber): ditto
482         (Add): ditto
483         (Delete): ditto
484         (SetViewer): ditto
485         * bufferlist.C (getFileNames): ditto
486         (emergencyWriteAll): ditto
487         (exists): ditto
488         (getBuffer): ditto
489         * MenuBackend.C (hasSubmenu): ditto
490         (hasMenu): ditto
491         (getMenu): ditto
492         * BufferView_pimpl.C (getInsetByCode): ditto
493
494 2001-04-18  Juergen Vigna  <jug@sad.it>
495
496         * vspace.C (asLatexString): fixed the 100% problem.
497
498 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
499
500         * lyxfunc.C (Dispatch): 
501         * minibuffer.C: 
502         * minibuffer.h: add a few std:: qualifiers
503
504 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
505
506         * minibuffer.[Ch]: reimplement so that commands is initiated and
507         run from lyxfunc, simplified som handling, and made the completion
508         and history code for complete. wip. 
509
510         * lyxfunc.C (processKeySym): call message
511         (miniDispatch): new temporary method
512         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
513         (LFUN_MESSAGE): implement
514         (LFUN_MESSAGE_PUSH): implement
515         (LFUN_MESSAGE_POP): implement
516         (initMiniBuffer): the initial/defualt minibuffer message.
517
518         * lyxfont.[Ch]: inline some more getters
519
520         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
521
522         * lyx_gui_misc.[Ch] (WriteStatus): remove method 
523
524         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
525         (AutoSave): use LFUN_MESSAGE
526         (Reconfigure): ditto
527
528         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
529
530         * figureForm.C: use LFUN_MESSAGE
531
532         * converter.C (runLaTeX): use LFUN_MESSAGE
533
534         * bufferview_funcs.C: use LFUN_MESSAGE
535         (Melt): ditto
536         (changeDepth): ditto
537
538         * bufferparams.h: use boost::
539
540         * bufferlist.h: inherit privately from noncopyable
541
542         * bufferlist.C (loadLyXFile): remove some commented code.
543
544         * buffer.C (runChktex): use LFUN_MESSAGE
545
546         * ShareContainer.h: inherit privately from noncopyable
547
548         * ParagraphParameters.[hC] (depth): inline it.
549
550         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
551         methods.
552         (message): new method
553         (messagePush): ditto
554         (messagePop): ditto
555         (show): init minibuffer
556         (showState): direct call
557
558         * LaTeX.[Ch]: inherit privately from noncopyable
559         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
560         instead of WriteStatus.
561
562         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
563
564         * BufferView_pimpl.C (buffer): don't init minibuffer
565         (workAreaButtonPress): use LFUN_MESSAGE
566         (workAreaButtonRelease): ditto
567         (savePosition): ditto
568         (restorePosition): ditto
569         (MenuInsertLyXFile): ditto
570         (workAreaExpose): don't init minibuffer
571         (update): remove commented code, simplify
572
573         * BufferView2.C (openStuff): use LFUN_MESSAGE
574         (toggleFloat): ditto
575         (menuUndo): ditto
576         (menuRedo): ditto
577         (copyEnvironment): ditto
578         (pasteEnvironment): ditto
579         (copy): ditto
580         (cut): ditto
581         (paste): ditto
582         (gotoInset): ditto
583         (updateInset): remove some commented code
584
585         * lastfiles.h: inherit privately from noncopyable
586         * layout.h: ditto
587         * lyx_gui.h: ditto
588         * lyx_main.h: ditto
589         * lyxlex.h: ditto
590         * lyxlex_pimpl.h: ditto
591
592         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
593         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
594         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
595
596         * LyXAction.h: inherit privately from noncopyable, add methods
597         func_begin, func_end, returning iterators to the func map.
598
599         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
600         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
601         (func_begin): new method
602         (func_end): new method
603
604         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
605         and not)
606         (copySelection): ditto
607         (pasteSelection): ditto
608
609         * BufferView.C: whitespace change
610         * BufferView.h: inherit privately from noncopyable
611
612 2001-04-16  Allan Rae  <rae@lyx.org>
613
614         * tabular-old.C (l_getline): 
615         * spellchecker.C (sc_check_word): 
616         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
617         an unrecognised preprocessor directive.  So ensure they're wrapped. 
618
619 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
620
621         * src/exporter.C (Export): Give an error message when path to file 
622         contains spaces.
623
624 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
625
626         * LaTeX.C (deplog): Always check that foundfile exists.
627
628 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
629
630         * lyx_main.h: 
631         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name 
632
633 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
634
635         * tabular.[Ch] (getLabelList): implement new method
636
637         * minibuffer.h: comment ouf setTiimer
638
639         * minibuffer.C (ExecutingCB): constify res
640         (peek_event): constify s
641         (Set): constify ntext
642         (Init): constify nicename
643
644         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
645
646         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
647         (savePosition): use two params to Minibuffer::Set
648         (restorePosition): ditto
649
650 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
651
652         * lyx_main.C: include language.h
653
654         * Makefile.am (lyx_main.o): add language.h
655
656 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
657
658         * exporter.C: 
659         * paragraph.C: 
660         * screen.C: 
661         * tabular.C: 
662         * CutAndPaste.C: include gettext.h
663
664         * lyxfont.h: remove old hack with ON and OFF.
665
666         * lyxparagraph.h: 
667         * lyxfont.h: do not include language.h...
668
669         * BufferView2.C: 
670         * LaTeXFeatures.C: 
671         * Painter.C: 
672         * bufferview_funcs.C: 
673         * font.C: 
674         * lyxfont.C: 
675         * text.C: 
676         * text2.C: 
677         * trans_mgr.C: 
678         * paragraph.C: ... but do it here instead
679
680 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
681
682         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
683
684         * tabular.C: small reformat
685
686         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
687         NEW_INSETS version
688         (GetChar): ditto
689         (BreakParagraph): ditto
690         (SetOnlyLayout): ditto
691         (SetLayout): ditto
692
693         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
694         with one arg less.
695
696         * lastfiles.C: removed most using decl, add std:: where needed
697
698         * buffer.C: ws changes
699
700         * MenuBackend.C (class compare_format): put into anon namespace
701         (expand): constify label, names, action, action2
702         (expand): 
703
704         * text.C (SingleWidth): constify font
705         (IsBoundary): constify rtl2
706         (GetVisibleRow): constify ww
707
708         * LaTeX.C (deplog): constify logfile
709
710         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
711         start_x, end_x
712         (workAreaExpose): constify widthChange, heightChange
713
714         * lyxrow.C (par): moved
715         (height): moved
716         (next): moved
717         * lyxrow.h: as inlines here
718
719         * lyxfont.h (shape): moved from lyxfont.C
720         (emph): moved from lyxfont.C
721
722         * lyxfont.C (LyXFont): use initialization list for all
723         constructors
724         (shape): move to lyxfont.h as inline
725         (emph): move to lyxfont.h as inline
726         
727
728 2001-04-04  Juergen Vigna  <jug@sad.it>
729
730         * vspace.C: had to include stdio.h for use of sscanf
731
732 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
733
734         * BufferView.h: 
735         * BufferView_pimpl.h: remove xforms cruft. Both classes are
736         independent of xforms.
737
738 2001-04-02  Juergen Vigna  <jug@sad.it>
739
740         * spellchecker.C: fixed namespace placing!
741
742 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
743
744         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
745         the LyXParagraph * is 0.
746
747 2001-03-29  Juergen Vigna  <jug@sad.it>
748
749         * vspace.C: added support for %, c%, p%, l%.
750         (stringFromUnit): added helper function.
751         (asLatexString): changed to give right results for the %-values.
752
753         * buffer.C: convert the widthp in a width%.
754
755 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
756
757         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
758         figureForm.[Ch].
759
760         * figureForm.[Ch]: stripped the FD_from_figure manipulation
761         code out of lux_cb.[Ch], ready for its (imminent?) removal.
762
763         * lyx_cb.[Ch]: see above.
764
765         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
766         form1.[Ch].
767
768         * form1.[Ch]:
769         * lyx.[Ch]: replaced by figure_form.[Ch].
770
771         * lyx_gui.C:
772         * lyx_gui_misc.C:
773         * lyxfunc.C: changed headers associated with above changes.
774
775 2001-03-27  Juergen Vigna  <jug@sad.it>
776
777         * BufferView_pimpl.C: set the temporary cursor right!
778
779 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
780
781         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
782
783 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
784
785         * LString.h: removed "using std::getline"!
786
787         * BufferView_pimpl.C (Dispatch): changes due to changes in
788         InsetInclude::Params.
789
790         * buffer.C (tag_name): removed redundant break statements as they were
791         producing lots of warnings with my compiler.
792
793 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
794
795         * LString.h: add "using std::getline" when using the real <string>.
796
797 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
798
799         * buffer.C: removed bitset usage.
800         PAR_TAG moved to an anonymous name space.
801         (tag_name): new funtion, also in the anonymous namespace.
802         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
803         (makeDocBookFile): clean code. Completed transition from string arrays
804         to string vectors.
805         (SimpleDocBookOnePar): code clean.
806
807 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
808
809         * tabular.C: add some comments.
810
811 2001-03-22  Juergen Vigna  <jug@sad.it>
812
813         * buffer.C (parseSingleLyXformat2Token): redone the minipage
814         compatibility read a bit and fixed bug with minipage in different
815         depth.
816
817 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
818
819         * buffer.C (pop_tag): removed.
820         (push_tag): removed.
821         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
822         array replaced with vector. Added support for CDATA sections.
823         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
824         at any nest level.
825         (makeDocBookFile): XML conformant declaration of CDATA section,
826         fixed bug related to <emphasis> in the first paragraph char.
827         (sgmlOpenTag): exclude empty tags.
828         (sgmlCloseTag): ditto.
829         
830         * buffer.h (pop_tag): removed.
831         (push_tag): removed.
832
833 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
834
835         * language.h (Languages): added size_type and size().
836
837 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
838
839         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
840         response on compability reading of minipages. One probliem is that
841         the old usage of minipages was «flertydig» 
842
843         * several files here and in subdirs: don't use static at file
844         scope use anon namespaces instead.
845
846 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
847
848         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
849         LaTeX output. This is necessary for Literate document
850         processing.
851
852 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
853
854         * buffer.C: insert hfill when needed.
855
856         * tabular.C (l_getline): use string::erase, small whitespace change.
857
858         * BufferView_pimpl.C: try the anon namespace.
859         * WorkArea.C: ditto
860
861 2001-03-16  Juergen Vigna  <jug@sad.it>
862
863         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
864         otherwise it won't open options-dialogs.
865
866         * buffer.C: honor pextraWidth(p) on converting minipages.
867
868         * tabular.C (l_getline): changed the functions to strip trailing \r.
869
870 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
871
872         * BufferView_pimpl.C:
873         * minibuffer..C: added "using SigC::slot" declaration.
874
875 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
876
877         * lyxlex_pimpl.h: noncopyable is in namespace boost.
878
879         * text2.C: ditto
880
881         * text.C: ditto
882
883         * paragraph.C: ditto
884
885         * lyxtext.h: NO_PEXTRA
886
887         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
888
889         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
890         * ParameterStruct.h: ditto
891         * ParagraphParameters.h: ditto 
892         * lyxparagraph.h: ditto
893
894 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
895
896         * buffer.C: add compability for minipage alignment.
897         (latexParagraphs): remove unwanted pextra check.
898
899         * several files: remove CXX_WORKING_NAMESPACES
900
901         * buffer.C (pop_tag): tie is in namespace boost
902
903         * BufferView.h: noncopyable is in namespace boost
904         * lyxlex.h: ditto
905         * lyx_main.h: ditto
906         * lyx_gui.h: ditto
907         * layout.h: ditto
908         * lastfiles.h: ditto
909         * bufferlist.h: ditto
910         * ShareContainer.h: ditto
911         * LyXView.h: ditto
912         * LyXAction.h: ditto
913         * LaTeX.h: ditto
914
915 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
916
917         * Merging changes from BRANCH_MVC back into HEAD.
918
919         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
920
921 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
922
923         * BufferView_pimpl.C: change from intl.C
924
925         * combox.h:
926         * combox.C:
927         * Makefile.am: move combox.*
928
929         * form1.h:
930         * form1.C:
931         * lyx_gui.C:
932         * intl.h:
933         * intl.C: remove dialog (covered by prefs)
934
935 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
936
937         * lyxfunc.C (Dispatch): removed redundant break statement.
938         
939 2001-03-14  Juergen Vigna  <jug@sad.it>
940
941         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
942
943 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
944
945         * buffer.C: add hack to fix compability reading of minipages.
946
947 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
948
949         * buffer.C (getLists): Cleanup.
950
951 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
952
953         * lyxfont.C (update): don't honor toggleall on font size.
954
955 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
956
957         * bmtable.c:
958         * bmtable.h:
959         * Makefile.am: moved to frontends/xforms/
960
961         * lyx_gui_misc.C:
962         * lyxfunc.C:
963         * BufferView_pimpl.C: changes for moved mathpanel
964
965 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
966
967         * gettext.h: fix gettext_init() in --disable-nls
968
969 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
970
971         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
972
973 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
974
975         * lyx.C:
976         * lyx.h: strip external form
977
978 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
979
980         * BufferView_pimpl.C: add comment, destroySplash()
981
982 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
983
984         * BufferView_pimpl.C:
985         * LyXAction.C:
986         * buffer.C:
987         * commandtags.h:
988         * lyxfunc.C: use re-worked insetinclude
989
990 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
991
992         * buffer.C: add using std::stringstream.
993
994         * lyx_cb.C: readd using std::ios.
995
996         * buffer.C: add using std::map.
997
998         * BufferView_pimpl.C: add using std::vector.
999
1000         * ShareContainer.h: add std:: to swap.
1001
1002         * buffer.h: add some typedefs
1003         * buffer.C (getLists): use them
1004         (getLists): renamed from getTocList.
1005         add a counter for the different float types and use it in the
1006         generated string.
1007         (getLists): use the same counter for the NEW_INSETS and the "non"
1008         NEW_INSETS
1009
1010         * lyx_cb.h: remove unused items, includes, using etc.
1011
1012         * ShareContainer.h: remove some commented code, add more comments
1013         and "documentation".
1014
1015 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1016
1017         * buffer.C (getTocList): make the list also when NEW_INSETS is
1018         defined.
1019
1020         * buffer.h: remove TocType
1021
1022         * buffer.C (getTocList): change to return a map<string,
1023         vector<TocItem> >, implement for dynamic number of list.
1024
1025         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
1026         * text2.C (PasteSelection): adjust
1027         * CutAndPaste.C (pasteSelection): adjust
1028
1029         * FloatList.C (FloatList): update from the new_insets branch.
1030         * Floating.[Ch]: ditto
1031         * LaTeXFeatures.C: ditto
1032         * buffer.C: ditto
1033         * lyxlex_pimpl.C: ditto
1034         
1035         * paragraph.C (Last): remove when NEW_INSETS is defined.
1036
1037         * other file: changes because of the above.
1038
1039 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1040
1041         * lyxparagraph.h: rename next to next_, previous to previous_,
1042         make them private for NEW_INSETS. Rename Next() to next(),
1043         Previous() to previous().
1044
1045         * other files: changes because of the above.
1046
1047 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
1048
1049         * BufferView.h: 
1050         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
1051         problem.
1052
1053 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1054
1055         * main.C (main): pass lyx_localedir to gettext_init().
1056
1057         * gettext.h: remove locale_init and gettext_init macros
1058
1059         * gettext.C (locale_init): new function
1060         (gettext_init): new function
1061
1062         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
1063         setlocale().
1064
1065 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
1066
1067         * Moved credits to frontends:
1068         * credits.[Ch]: removed
1069         * credits_form.[Ch]: removed
1070         * lyx_gui_misc.C: remove credits stuff
1071         * Makefile.am:
1072
1073 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1074
1075         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
1076
1077         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
1078         unneeded destructor.
1079
1080         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
1081         a standalone pointer again.
1082
1083         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
1084
1085 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
1086
1087         * Makefile.am:
1088         * filedlg.h:
1089         * filedlg.C:
1090         * LyXAction.C:
1091         * ToolbarDefaults.C:
1092         * bufferlist.C:
1093         * commandtags.h:
1094         * form1.C:
1095         * form1.h:
1096         * lyx_cb.C:
1097         * lyx_cb.h:
1098         * lyxfunc.h:
1099         * lyxfunc.C:
1100         * BufferView_pimpl.C: use new file dialog in GUII
1101
1102         * lyx_cb.h:
1103         * lyx_cb.C: remove LayoutsCB to Toolbar
1104
1105 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1106
1107         * ShareContainer.h (get): add std:: qualifier
1108
1109 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1110
1111         * ShareContainer.h: define a proper ShareContainer::value_type
1112         type (and use typename to please compaq cxx)
1113
1114 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1115
1116         * lyxparagraph.h: move serveral local vars to
1117         ParameterStruct/ParagraphParameters., use ShareContainer in
1118         FontTable., make vars in FontTable private and add getter and
1119         setter.
1120
1121         * paragraph.C: changes because of the above.
1122
1123         * lyxfont.h: remove copy constructor and copy assignment. (the
1124         default ones is ok), move number inside FontBits. move inlines to
1125         lyxfont.C 
1126
1127         * lyxfont.C: add number to initializaton of statics, move several
1128         inlines here. constify several local vars. some whitespace
1129         cleanup. Dont hide outerscope variables.
1130
1131         * Spacing.h: add two new constructors to match the set methods.
1132
1133         * ShareContainer.h: new file, will perhaps be moved to support
1134
1135         * ParameterStruct.h: new file
1136
1137         * ParagraphParameters.h: new file
1138
1139         * ParagraphParameters.C: new file
1140
1141         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
1142         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
1143
1144         * BufferView_pimpl.C: ParagraphParameter changes.
1145         * buffer.C: Likewise.
1146         * bufferview_funcs.C: Likewise.
1147         * text.C: Likewise.
1148         * text2.C: Likewise.
1149         
1150 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1151
1152         * lyxfind.C (LyXReplace): do not redefine default argument in
1153         implementation. 
1154         (IsStringInText): ditto
1155         (SearchForward): ditto
1156         (SearchBackward): ditto
1157
1158 2001-03-06  Juergen Vigna  <jug@sad.it>
1159
1160         * lyxfind.C (IsStringInText): put parentes around expressions.
1161
1162 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
1163
1164         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
1165         
1166 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
1167
1168         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
1169
1170         * stl_string_fwd.h: add comment
1171
1172         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
1173
1174         * tabular.h:
1175         * tabular.C: remove unused DocBook methods
1176
1177         * intl.C:
1178         * language.C:
1179         * paragraph.C:
1180         * buffer.C:
1181         killed DO_USE_DEFAULT_LANGUAGE
1182
1183 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1184
1185         * lyx_gui.C: do not include language.h.
1186
1187         * bufferview_funcs.C (ToggleAndShow): do not provide optional
1188         arguments in function implementation.
1189
1190 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1191
1192         * BufferView_pimpl.C: add <ctime>
1193
1194 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1195
1196         * BufferView_pimpl.C: add using std::find_if
1197
1198 2001-02-27  José Matos  <jamatos@fep.up.pt>
1199         
1200         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
1201         by OnlyPath.
1202         
1203 2001-02-11  José Matos  <jamatos@fep.up.pt>
1204
1205         * buffer.C (makeDocBookFile): command styles now have a parameter as
1206         "title" by default.
1207
1208 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
1209
1210         * layout_forms.[Ch]: removed
1211         * lyx_cb.[Ch]: out character
1212         * lyx_gui.C: out character
1213         * lyx_gui_misc.C: out character
1214         * bufferview_funcs.C: : out character,
1215         added toggleall as parameter in ToggleAndShow
1216                    
1217 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
1218
1219         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
1220
1221         * text2.C (SetCurrentFont): Disable number property at boundary.
1222
1223 2001-02-26  Juergen Vigna  <jug@sad.it>
1224
1225         * lyxfunc.C (getStatus): added a string argument override function so
1226         that this is correctly called from LyXFunc::Dispatch if it contains a
1227         do_not_use_argument which is used!
1228         (Dispatch): added check for "custom" export and call appropriate func.
1229
1230 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
1231
1232         * lyxrc.C: Add language_command_local, language_use_babel and
1233         language_global_options.
1234
1235         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
1236
1237         * buffer.C (makeLaTeXFile): Use language_use_babel and 
1238         language_global_options.
1239
1240 2001-02-23  Juergen Vigna  <jug@sad.it>
1241
1242         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
1243         which works with LyXText and putted it inside BufferView. Here now we
1244         only call for that part the BufferView::Dispatch() function.
1245
1246         * BufferView.C (Dispatch): added.
1247
1248         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
1249         functions which needs to use a LyXText over from LyXFunc.
1250         (MenuInsertLyXFile): added
1251         (getInsetByCode): added
1252         (moveCursorUpdate): added
1253         (static TEXT): added
1254
1255 2001-02-22  Juergen Vigna  <jug@sad.it>
1256
1257         * BufferView_pimpl.C (update): call a status update to see if LyXText
1258         needs it.
1259
1260 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1261
1262         * vc-backend.C (revert): implement for CVS
1263         (getLog): implement for CVS
1264
1265 2001-02-20  Juergen Vigna  <jug@sad.it>
1266
1267         * text2.C (ClearSelection): added BufferView param for inset_owner call
1268
1269         * lyxfunc.C (TEXT): added this function and use it instead of
1270         directly owner->view()-text of getLyXText().
1271
1272 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
1273
1274         * src/layout_forms.C: out preamble
1275         * src/layout_forms.h: out preamble
1276         * src/lyx_cb.C: out preamble
1277         * src/lyx_cb.h: out preamble
1278         * src/lyx_gui.C: out preamble
1279         * src/lyx_gui_misc.C: out preamble
1280         * src/lyxfunc.C: connect with guii preamble
1281
1282 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
1283
1284         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
1285
1286 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
1287
1288         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
1289         whether to run bibtex.
1290
1291 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
1292
1293         * Makefile.am (lyx_SOURCES): Remove BackStack.h
1294
1295 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
1296
1297         * Makefile.am (lyx_SOURCES): removed bibforms.h
1298
1299         * vspace.h: doxygen
1300
1301         * text.C (GetVisibleRow): make several local vars const
1302
1303         * tabular.C: small cleanup.
1304
1305         * lyxserver.C (callback): use compare instead of strncmp
1306
1307         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
1308         inlines to after class or to paragraph.C
1309
1310         * lyxfont.h: remove friend operator!=
1311
1312         * converter.h: move friend bool operator< to non friend and after
1313         class def.
1314
1315         * combox.h: small cleanup
1316
1317         * buffer.h: doxygen, remove unused constructor, move inclas inlies
1318         to inlines after class def.
1319
1320         * buffer.C (pop_tag): use string operations instead of strcmp
1321
1322         * bmtable.c: doxygen, small cleanup
1323
1324         * LaTeX.h: remove friend operator==
1325
1326 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
1327
1328         * screen.C: 
1329         * lyxrc.[Ch]:
1330         * lyxfunc.C: 
1331         * lyxfont.[Ch]: 
1332         * lyx_cb.C: 
1333         * intl.[Ch]: 
1334         * commandtags.h: 
1335         * buffer.C: 
1336         * WorkArea.[Ch]: 
1337         * LyXAction.C: 
1338         * BufferView_pimpl.C:
1339         * BufferView.[Ch]: remove cruft
1340
1341 2001-02-14  Juergen Vigna  <jug@sad.it>
1342
1343         * lyxfunc.C: removed #if 0 unused code
1344
1345         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
1346
1347         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
1348
1349         * text2.C (SetSelection): added a BufferView * parameter
1350
1351 2001-02-13  Juergen Vigna  <jug@sad.it>
1352
1353         * lyxfunc.C (Dispatch): fixed protected blank problem.
1354         * BufferView2.C (protectedBlank): added LyxText * parameter.
1355
1356         * tabular.C (AppendRow): forgot to set row_info of newly added row.
1357         (AppendColumn): same as above for column_info.
1358
1359         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
1360         (moveCursorUpdate): use a LyXText param for support of InsetText.
1361
1362         * BufferView_pimpl.C (doubleClick): added support for InsetText.
1363         (tripleClick): ditto
1364
1365         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
1366
1367         * BufferView_pimpl.C (update): added LyXText param to honor insets.
1368
1369         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
1370
1371         * text2.C (SetSelection): set correct update status if inset_owner
1372         (ToggleFree): ditto
1373
1374 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
1375
1376         * tabular.C: remove some commented code.
1377
1378 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
1379
1380         * BufferView_pimpl.C: call hideSplash()
1381
1382         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
1383
1384         * include_form.h:
1385         * bibforms.h: remove
1386
1387         * lyxfunc.C:
1388         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
1389           add LFUN_CHILD_CREATE
1390
1391         * counters.h: fix tiny typo
1392         
1393         * lyx_cb.C:
1394         * lyx.h:
1395         * lyx_gui.C:
1396         * lyx.C: move splash to frontends/xforms/
1397
1398         * lyx_gui_misc.C: move Include and Bibform to frontends
1399
1400         * lyxvc.h: clarify comment
1401
1402         * vspace.C: tiny housekeeping
1403
1404 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
1405
1406         * text.C (PrepareToPrint): RTL Fix.
1407
1408         * paragraph.C (GetUChar): New method.
1409         (String):  Use GetUChar.
1410
1411         * buffer.C (asciiParagraph): Use GetUChar.
1412
1413 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
1414
1415         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
1416
1417 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
1418
1419         * buffer.h:
1420         * buffer.C: rename to getLogName(), handle
1421           build log / latex log nicely
1422
1423 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1424
1425         * MenuBackend.C: 
1426         * MenuBackend.h: remove support for reference menuitem type.
1427
1428 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
1429
1430         * BufferView_pimpl.C: housekeeping
1431         * BufferView_pimpl.h:
1432         * LyXView.h:
1433         * Makefile.am:
1434         * Timeout.C:
1435         * Timeout.h:
1436         * minibuffer.h: move Timeout GUI-I
1437                           
1438 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
1439
1440         * lyxrc.C (read): Update converters data-structures.
1441
1442 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
1443
1444         * LaTeX.h (operator!=): add operator != for Aux_Info 
1445
1446 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
1447
1448         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
1449
1450         * LaTeXLog.C: deleted, useful code moved to Buffer
1451
1452         * buffer.h:
1453         * buffer.C: new function getLatexLogName()
1454
1455         * lyx_gui_misc.C:
1456         * lyx_gui.C:
1457         * lyxvc.C:
1458         * lyxvc.h:
1459         * lyxfunc.C: use frontends for LaTeX and VC logs
1460
1461 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1462
1463         * LaTeX.h: yet another std:: that Allan forgot.
1464
1465         * Variables.C (set): renamed from isset(), because this clashes
1466         with some HP-UX macros (grr).
1467
1468 2001-02-06  Allan Rae  <rae@lyx.org>
1469
1470         * LaTeX.h: Another bug fix.  Missing std:: this time.
1471
1472 2001-02-04  Allan Rae  <rae@lyx.org>
1473
1474         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
1475         floats problem. I've left it commented out because it's not quite
1476         correct.  It should also test that the current object is a table or
1477         figure inset.  But I haven't gotten around to figuring out how to do
1478         that.  I *think* it'll be something like: "table" == inset.type()
1479
1480         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
1481         bool.
1482
1483 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
1484
1485         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
1486         all the citation/databases/styles in the auxilary file. 
1487         (run): Rerun latex if there was a babel language error.
1488
1489 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
1490
1491         * text.C (Backspace): Preserve the font when changing newline char
1492         with a space.
1493         (BreakParagraph): If the cursor is before a space, delete the space.
1494
1495         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
1496
1497 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
1498
1499         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
1500         new argument (code).
1501         (ChangeCitationsIfUnique): New method.
1502
1503         * paragraph.C (GetPositionOfInset): Handle bibkey.
1504
1505 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1506
1507         * BufferView_pimpl.h: change type of Position::par_pos to
1508         LyXParagraph::size_type. 
1509
1510 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
1511
1512         * BufferView_pimpl.C (savePosition, restorePosition): Write
1513         messages to minibuffer.
1514
1515 2001-01-28  José Matos  <jamatos@fep.up.pt>
1516
1517         * buffer.C (makeDocBookFile): adds support for document language.
1518         A silly restriction on the name of LatexCommand types where removed.
1519         Added support for CDATA sections, allows to chars unescaped, used
1520         among others in code, to avoid escape < and >.
1521         
1522 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
1523
1524         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of 
1525         saved positions instrad of a stack. Furthermore, a position is
1526         stored using paragraph id/paragraph position.
1527
1528         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
1529         Remove LFUN_REF_BACK.
1530
1531 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
1532
1533         * converter.C (dvipdfm_options): New method.
1534
1535 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
1536
1537         * vspace.C (isValidLength): Fix for empty input string.
1538
1539 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1540
1541         * LyXAction.C (init): change description of LFUN_FIGURE to
1542         "Insert Graphics"
1543
1544 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1545
1546         * LaTeX.C: add using directive
1547
1548 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
1549
1550         * MenuBackend.C (expand): Fix the sorting of the formats.
1551
1552 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
1553
1554         * lyx_main.C: tiny error message fix
1555
1556 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1557
1558         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
1559         calling fl_initialize(). This fixes the problem with ',' as
1560         decimal separator in text files.
1561
1562 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
1563
1564         * trans.C (process): Fix the keymap bug.
1565
1566 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
1567
1568         * LaTeX.C (scanAuxFiles): New method. Provides support for
1569         multiple bibliographies (when using the bibtopic/bibunits pacakges).
1570         (scanLogFile) Scan for "run BibTeX" messages.
1571
1572         * buffer.C (makeLaTeXFile): Do not load the ae package when using
1573         OT1 font encoding. Also, load the aecompl package if the ae
1574         package is loaded.
1575
1576         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
1577
1578 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1579
1580         * texrow.C (increasePos): turn two error messages into debug
1581         messages. 
1582
1583 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
1584
1585         * LaTeX.C (scanAux): Handle the \@input macro.
1586         (runBibTeX): Use scanAux().
1587
1588         * language.C (latex_options_): New field.
1589
1590         * LaTeXFeatures.C (getMacros): Add language macros.
1591
1592         * buffer.C (makeLaTeXFile): Small fix.
1593
1594 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1595
1596         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
1597
1598         * text2.C: add a using directive.
1599
1600 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
1601
1602         * BufferView2.C:
1603         * lyx_gui_misc.h:
1604         * lyxfr1.C:
1605         * lyxfunc.C: kill LyXBell.
1606
1607 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
1608
1609         * text.C (IsBoundary): Remove the error message
1610         
1611         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
1612
1613         * lyxrc.C (setDefaults): Correct initialization value for
1614         font_norm_type.
1615
1616 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
1617
1618         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
1619         gotoError().
1620
1621         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
1622         and GotoNextNote().
1623
1624         * src/LyXAction.C: Added reference-next.
1625
1626         * text.C (InsertChar): Use contains instead of strchr.
1627
1628         * lyx_cb.C (MenuInsertLabel): Enable default value code.
1629
1630 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
1631
1632         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
1633         alignment commands (when needed).
1634
1635         * text.C (InsertChar): Add ':' to number separator chars.