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