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