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