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