]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
some minor lyxaction cleanup
[lyx.git] / src / ChangeLog
1 2002-08-08  John Levon  <levon@movementarian.org>
2
3         * LyXAction.h:
4         * LyXAction.C:
5         * MenuBackend.C:
6         * ToolbarDefaults.C: 
7         * lyxfunc.C:
8         * lyxrc.C:
9         * toc.C: lyxaction cleanup
10  
11 2002-08-08  John Levon  <levon@movementarian.org>
12
13         * BufferView2.C: small cleanup
14  
15         * lyxfind.h:
16         * lyxfind.C: move unnecessary header into the .C
17  
18 2002-08-08  John Levon  <levon@movementarian.org>
19
20         * funcrequest.h: just tedious nonsense
21  
22         * lyx_main.h:
23         * lyx_main.C: cleanups
24  
25         * buffer.C: 
26         * vspace.C: remove dead header lyx_main.h
27  
28 2002-08-07  Angus Leeming  <leeming@lyx.org>
29
30         * Paragraph.[Ch]:
31         * paragraph_pimpl.h:
32         Forward declare class Counters in paragraph.h by moving the ctrs member
33         variable into Paragraph::Pimpl.
34         (counters): new method, returning a reference to pimpl_->ctrs.
35
36         * text2.C: ensuing changes.
37
38 2002-08-07  John Levon  <levon@movementarian.org>
39
40         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
41
42         * BufferView_pimpl.C: announce X selection on double/triple
43           click 
44
45         * lyx_main.C: use correct bool in batch dispatch
46
47         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
48
49 2002-08-07  André Pönitz <poenitz@gmx.net>
50
51         * funcrequest.h: new class to wrap a kb_action and its argument
52
53         * BufferView.[Ch]:
54         * BufferView_pimpl[Ch]:
55         * LaTeX.C:
56         * LyXAction.[Ch]:
57         * lyxfunc.[Ch]:
58         * lyxrc.C: subsequent changes
59
60
61 2002-08-07  John Levon  <levon@movementarian.org>
62
63         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
64           document options change.
65  
66 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
67
68         * counters.[Ch]
69         * text2.C
70         * paragraph.[Ch]
71         * makefile.am: move counters functionality over from
72         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
73
74 2002-08-06  John Levon  <levon@movementarian.org>
75
76         * WordLangTuple.h: new file for word + language code tuple
77  
78         * SpellBase.h:
79         * pspell.h:
80         * pspell.C:
81         * ispell.h:
82         * ispell.C:
83         * lyxtext.h: 
84         * text.C:
85         * text2.C:
86         * BufferView.h:
87         * BufferView2.C: use WordLangTuple
88  
89         * layout.h:
90         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
91  
92 2002-08-06  John Levon  <levon@movementarian.org>
93
94         * lyx_main.C: fix cmdline batch handling
95
96 2002-08-06  André Pönitz <poenitz@gmx.net>
97
98         * lyxrc.C: set default for show_banner to true
99
100 2002-08-06  John Levon  <levon@movementarian.org>
101
102         * pspell.C: fix a crash, and allow new aspell to work
103
104 2002-08-06  John Levon  <levon@movementarian.org>
105
106         * lyxfunc.C:
107         * kbmap.C: small cleanup
108
109         * vspace.h:
110         * vspace.C: add const
111
112 2002-08-05  John Levon  <levon@movementarian.org>
113
114         * LyXAction.C: back to tabular-insert
115
116 2002-08-04  John Levon  <levon@movementarian.org>
117
118         * BufferView.h:
119         * BufferView.C: cosmetic change
120
121         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
122
123         * bufferlist.C:
124         * buffer.h:
125         * buffer.C:
126         * lyxcb.h:
127         * lyxcb.C:
128         * lyxserver.C:
129         * lyxvc.C:
130         * vc-backend.C:
131         * BufferView2.C: purge all "Lyx" not "LyX" strings
132
133         * lyxcursor.h:
134         * lyxcursor.C: attempt to add some documentation
135
136         * lyxfunc.C:
137         * commandtags.h:
138         * LyXAction.C:
139         * ToolbarDefaults.C:
140         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
141           merge with LFUN_TABULAR_INSERT
142
143         * Makefile.am:
144         * SpellBase.h:
145         * ispell.h:
146         * ispell.C:
147         * pspell.h:
148         * pspell.C: split up i/pspell implementations into separate
149           files, many cleanups
150
151         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
152
153         * text2.C: some cleanup
154
155         * lyxfunc.C: don't check for isp_command == "none" any more, it
156           didn't make any sense
157
158 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
159
160         * counters.[Ch]
161         * text2.C
162         * paragraph.[Ch]
163         * makefile.am: move counters functionality over
164         from text2.C/paragraph.[Ch] to counters.[Ch], and
165         make proper C++.
166 2002-08-02  John Levon  <levon@movementarian.org>
167
168         * buffer.C: s/lyxconvert/lyx2lyx/
169
170 2002-08-02  Angus Leeming  <leeming@lyx.org>
171
172         * lyxlex.C: revert John's change as it breaks reading of the user
173         preamble.
174
175 2002-08-02  Angus Leeming  <leeming@lyx.org>
176
177         * importer.C (Import):
178         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
179         changes due to LyXView::view() now returning a boost::shared_ptr.
180
181 2002-08-02  John Levon  <levon@movementarian.org>
182
183         * lyxlex.C: small cleanup
184
185 2002-08-02  John Levon  <levon@movementarian.org>
186
187         * text2.C (status): small cleanup, no logic change
188
189 2002-08-01  John Levon  <levon@movementarian.org>
190
191         * buffer.h:
192         * buffer.C (writeFile): don't output alerts, caller
193           handles this
194
195         * bufferlist.C:
196         * lyx_cb.C: from above
197
198         * lyxfunc.C: allow to open non-existent files
199
200 2002-07-31  John Levon  <levon@movementarian.org>
201
202         * lyxserver.C: don't let incidental errors get
203           in the way (errno)
204
205 2002-07-30  John Levon  <levon@movementarian.org>
206
207         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
208
209 2002-07-30  John Levon  <levon@movementarian.org>
210
211         * lyxserver.h:
212         * lyxserver.C: remove I/O callback too
213
214 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
215
216         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
217         log.
218
219 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
220
221         * many files: strip,frontStrip -> trim,ltrim,rtrim
222
223 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
224
225         * PrinterParams.h: remove extern containsOnly, and include
226         support/lstrings.h instead.
227
228         * LaTeX.C (scanAuxFile): modify because of strip changes
229         (deplog): ditto
230         * buffer.C (makeLaTeXFile): ditto
231         * bufferparams.C (writeFile): ditt
232         * lyxfont.C (stateText): ditto
233         * lyxserver.C (read_ready): ditto
234         * vc-backend.C (scanMaster): ditto
235
236         * BufferView_pimpl.h: ws changes
237
238         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
239
240 2002-07-26  André Pönitz <poenitz@gmx.net>
241
242         * kb_sequence.C: remove unnedred usings
243
244 2002-07-26  Juergen Vigna  <jug@sad.it>
245
246         * lyxfind.C (LyXReplace): we have to check better if the returned
247         text is not of theLockingInset()->getLockingInset().
248
249 2002-07-25  Juergen Vigna  <jug@sad.it>
250
251         * lyxfind.C (LyXReplace): don't replace if we don't get the
252         right LyXText.
253
254         * undo_funcs.C (createUndo): remove debugging code.
255
256 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
257
258         * buffer.C (parseSingleLyXformat2Token): Use default placement
259         when reading old floats.
260
261         * FloatList.C (FloatList): Change the default placement of figure
262         and tables to "tbp".
263
264 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
265
266         * MenuBackend.C: using std::max
267
268 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
269
270         * MenuBackend.C (expandToc):
271         (expandToc2): code moved from xforms menu frontend. It is now
272         generic and TOCs are transparent to menu frontends.
273
274 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
275
276         * toc.C (getTocList): protect against buf=0
277
278         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
279         Menu as first parameter. Now, this calls itself recursively to
280         expand a whole tree (this will be useful for TOC handling)
281         (expandFloatInsert): remove 'wide' version of floats
282
283         * MenuBackend.h (submenuname): returns the name of the submenu.
284         (submenu): returns the submenu itself, provided it has been
285         created by MenuBackend::expand
286
287 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
288
289         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
290         insets which have noFontChange == true. (bug #172)
291
292 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
293
294         * BufferView_pimpl.C: add connection objects and use them...
295         (Pimpl): here.
296
297 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
298
299         * MenuBackend.C (expandLastfiles):
300         (expandDocuments):
301         (expandFormats):
302         (expandFloatListInsert):
303         (expandFloatInsert):
304         (expand): split expand in parts
305
306 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
307
308         * lyx_gui.C: use lyx_gui::exit()
309
310 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
311
312         * LyXAction.C: show the failing pseudo action
313
314 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
315
316         * buffer.C (readFile): Run the lyxconvert script in order to read
317         old files.
318
319 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
320
321         * LyXAction.C:
322         * commandtags.h:
323         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
324
325 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
326
327         * LyXAction.C:
328         * commandtags.h:
329         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
330
331 2002-07-22  Herbert Voss  <voss@lyx.org>
332
333         * lengthcommon.C:
334         * lyxlength.[Ch]: add support for the vertical lengths
335
336 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
337
338         * toc.[Ch]: std:: fixes
339
340 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
341
342         * lyxrc.C: do not include lyx_main.h
343
344         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
345         for layouts
346
347         * lyxrc.C:
348         * encoding.C:
349         * bufferlist.C:
350         * BufferView2.C: include "lyxlex.h"
351
352         * tabular.h:
353         * bufferparams.h: do not #include "lyxlex.h"
354
355         * lyxtextclasslist.C (Add): remove method
356         (classlist): renamed to classlist_
357
358         * paragraph_pimpl.C:
359         * paragraph.C:
360         * text2.C:
361         * CutAndPaste.C:
362         * bufferview_funcs.C:
363         * bufferlist.C:
364         * text.C:
365         * LaTeXFeatures.C:
366         * buffer.C:
367         * toc.C (getTocList): use BufferParams::getLyXTextClass
368
369         * toc.C (getTocList): use InsetFloat::addToToc
370
371         * toc.[Ch]: new files, containing helper functions to handle table
372         of contents
373
374         * lyxfunc.C (dispatch): no need to remove spaces around command
375         given as a string
376         (getStatus): handle LFUN_SEQUENCE by returning the status of the
377         first command of the sequence; it is not very clever, but I do not
378         have a better idea, actually
379
380         * LyXAction.C (LookupFunc): make sure to remove space at the
381         beginning and end of the command
382
383 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
384
385         * MenuBackend.C (getMenubar): new method: return the menubar of
386         this menu set
387         (read): treat differently reading of menu and menubar (in
388         particular, the menubar has no name now)
389         (Menu::menubar): remove
390
391         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
392         saving is finished
393
394 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
395
396         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
397         a bibitem inset in a RTL paragraph.
398
399 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
400
401         * paragraph_pimpl.C: constify
402
403         * BufferView_pimpl.C:
404         * LaTeX.C:
405         * lyxfunc.C: fix dispatch in a nicer way
406
407 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
408
409         * lyxfunc.C (dispatch):
410         * BufferView_pimpl.C:
411         * BufferView_pimpl.h:
412         * BufferView.C:
413         * BufferView.h: rename Dispatch() to dispatch()
414
415         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
416
417         * lyxlayout.C (Read): honor DependsOn tag
418
419         * lyxlayout.[Ch] (depends_on): new method
420
421         * version.C.in: update lyx_docversion
422
423         * LaTeXFeatures.C (getMacros): only define \LyX when needed
424
425         * paragraph.C (validate): remove from here...
426         * paragraph_pimpl.C (validate): ... and move here
427         (isTextAt): make it const
428
429         * buffer.C (getLists): ws cleanup
430
431 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
432
433         * language.C (read): Use iso8859-1 encoding in latex_lang
434         (this prevents LyX from crashing when using iso10646-1 encoding).
435
436 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
437
438         * text2.C (toggleInset): if cursor is inside an inset, close the
439         inset and leave cursor _after_ it
440
441 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
442
443         * lyxfunc.C: move minibuffer completion handling out of here
444
445 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
446
447         * BufferView_pimpl.C:
448         * LaTeX.C: fix dispatch calls
449
450 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
451
452         * text.C (drawChars): Fix Arabic text rendering.
453
454 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
455
456         * LyXAction.C:
457         * commandtags.h:
458         * lyxfunc.C: remove message-push/pop
459
460         * lyxserver.C:
461         * lyxfunc.h:
462         * lyxfunc.C: rationalise some code by removing verboseDispatch
463           in favour of a bool argument to dispatch()
464
465 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
466
467         * lyx_main.C (init): make sure to read symlinks as absolute paths
468
469 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
470
471         * lyxfunc.h:
472         * lyxfunc.C: no need for commandshortcut to be a member
473
474 2002-07-15  André Pönitz <poenitz@gmx.net>
475
476         * converter.C: add support for $$s (scripts from lib/scripts dir)
477         * lyx_main.C: white space
478
479
480 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
481
482         * bufferlist.C:
483         * lyxrc.h:
484         * lyxrc.C: remove second exit confirmation
485
486 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
487
488         * BufferView.h:
489         * BufferView.C:
490         * BufferView2.C:
491         * BufferView_pimpl.h:
492         * BufferView_pimpl.C:
493         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
494
495 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
496
497         * MenuBackend.C (expand): add numeric shortcuts to document menu
498
499         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
500
501 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
502
503         * lyxfont.C (setLyXFamily):
504         (setLyXSeries):
505         (setLyXShape):
506         (setLyXSize):
507         (setLyXMisc):
508         (lyxRead):
509         * debug.C (value):
510         * buffer.C (asciiParagraph): use ascii_lowercase
511
512 2002-07-15  Mike Fabian  <mfabian@suse.de>
513
514         * lyxlex_pimpl.C (search_kw):
515         * lyxlex.C (getLongString):
516         * converter.h (operator<):
517         * converter.C (operator<):
518         * buffer.C (parseSingleLyXformat2Token):
519         (asciiParagraph):
520         * ToolbarDefaults.C (read):
521         * MenuBackend.C (checkShortcuts):
522         (read):
523         * LColor.C (getFromGUIName):
524         (getFromLyXName): use the compare_ascii_no_case instead of
525         compare_no_case, because in turkish, 'i' is not the lowercase
526         version of 'I', and thus turkish locale breaks parsing of tags.
527
528 2002-07-16  Angus Leeming  <leeming@lyx.org>
529
530         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
531         now takes a Buffer const & argument.
532
533 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
534
535         * BufferView.C (resize): check there's a buffer to resize
536
537 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
538
539         * lyxfunc.C: remove dead code
540
541         * lyxserver.h:
542         * lyxserver.C: use lyx_guii::set_read_callback
543
544 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
545
546         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
547         an inset in a RTL paragraph.
548
549 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
550
551         * lyxfunc.C: repaint after a font size update
552
553 2002-07-15  André Pönitz <poenitz@gmx.net>
554
555         * lyxlength.C: inBP should be able to return negative values
556
557 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
558
559         * lyxfunc.C: use lyx_gui::update_fonts()
560
561 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
562
563         * lyxfunc.C: use lyx_gui::update_color()
564
565 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
566
567         * bufferlist.C:
568         * lyxfunc.h:
569         * lyxfunc.C:
570         * lyxrc.h:
571         * lyxrc.C: remove file->new asks for name option, and let
572           buffer-new take an argument
573
574 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
575
576         * BufferView_pimpl.C: remove unneeded extra repaint()
577
578 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
579
580         * LyXAction.C: allow command-sequence with NoBuffer
581
582         * lyxfunc.C: don't insist on trailing ';' for command-sequence
583
584 2002-07-10  Angus Leeming  <leeming@lyx.org>
585
586         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
587
588 2002-07-09  Angus Leeming  <leeming@lyx.org>
589
590         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
591
592 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
593
594         * lengthcommon.h: whitespace
595
596         * lyxfunc.C: update scrollbar after goto paragraph
597
598         * lyxtext.h: factor out page break drawing, and fix it so
599           page break/added space paints as selected nicely
600
601 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
602
603         * BufferView_pimpl.C: add FIXMEs, clean up a little
604
605 2002-07-09  André Pönitz <poenitz@gmx.net>
606
607         * lyxfont.[Ch]: support for wasy symbols
608
609 2002-07-08  André Pönitz <poenitz@gmx.net>
610
611         * BufferView_pimpl.C: apply John's patch for #93.
612
613 2002-07-05  Angus Leeming  <leeming@lyx.org>
614
615         * BufferView_pimpl.C (buffer): generate previews if desired.
616
617         * LColor.h: add "preview" to the color enum.
618
619         * LColor.C (LColor): add a corresponding entry to the items array.
620
621         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
622         with this buffer.
623
624 2002-07-05  Angus Leeming  <leeming@lyx.org>
625
626         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
627         The body of the code is now in the method that is passed an ostream &
628         rather than a file name.
629         Pass an additional only_preamble parameter, useful for the forthcoming
630         preview stuff.
631
632 2002-07-03  André Pönitz <poenitz@gmx.net>
633
634         * lyxfunc.C: simplify getStatus() a bit for math stuff
635
636 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
637
638         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
639
640 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
641
642         * text.C (changeRegionCase): do not change case of all the
643         document when region ends at paragraph end (bug #461)
644
645 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
646
647         * paragraph.C (startTeXParParams):
648         (endTeXParParams): add \protect when necessary
649
650 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
651
652         * BufferView_pimpl.C (workAreaExpose): remove warning
653
654 2002-06-27  Angus Leeming  <leeming@lyx.org>
655
656         * Makefile.am: add lyxlayout_ptr_fwd.h.
657
658 2002-06-26  André Pönitz <poenitz@gmx.net>
659
660         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
661
662 2002-06-25  Angus Leeming  <leeming@lyx.org>
663
664         * lyxfunc.C (dispatch): Comment out the call to
665         grfx::GCache::changeDisplay. The method no longer exists now that the
666         pixmap generation part of the graphics loader has been moved into
667         InsetGraphics.
668
669 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
670
671         * text2.C: layout as layout
672
673         * text.C: layout as layout
674
675         * tabular.C (OldFormatRead): layout as layout
676
677         * paragraph_pimpl.C (TeXDeeper): layout as layout
678         (realizeFont): layout as layout
679
680         * paragraph.C (writeFile): layout as layout
681         (validate): layout as layout
682         (getFont): layout as layout
683         (getLabelFont): layout as layout
684         (getLayoutFont): layout as layout
685         (breakParagraph): layout as layout
686         (stripLeadingSpaces): layout as layout
687         (getEndLabel): layout as layout
688         (getMaxDepthAfter): layout as layout
689         (applyLayout): layout as layout
690         (TeXOnePar): layout as layout
691         (simpleTeXOnePar): layout as layout
692         (TeXEnvironment): layout as layout
693         (layout): layout as layout
694         (layout): layout as layout
695
696         * lyxtextclass.C (compare_name): new functor to work with
697         shared_ptr, layout as layout
698         (Read): layout as layout
699         (hasLayout): layout as layout
700         (operator): layout as layout
701         (delete_layout): layout as layout
702         (defaultLayout): layout as layout
703
704         * lyxlayout_ptr_fwd.h: new file
705
706         * lyxlayout.C (Read): layout as layout
707
708         * lyx_cb.C (MenuInsertLabel): layout as layout
709
710         * bufferlist.C (newFile): layout as layout
711
712         * buffer.C (readLyXformat2): layout as layout
713         (parseSingleLyXformat2Token): layout as layout
714         (insertStringAsLines): layout as layout
715         (asciiParagraph): layout as layout
716         (latexParagraphs): layout as layout
717         (makeLinuxDocFile): layout as layout
718         (simpleLinuxDocOnePar): layout as layout
719         (makeDocBookFile): layout as layout
720         (simpleDocBookOnePar): layout as layout
721         (getLists): layout as layout
722
723         * LaTeXFeatures.C (getTClassPreamble): layout as layout
724
725         * CutAndPaste.C (cutSelection): layout as layout
726         (pasteSelection): layout as layout
727         (SwitchLayoutsBetweenClasses): layout as layout
728
729         * BufferView_pimpl.C (Dispatch): layout as layout
730         (smartQuote): layout as layout
731
732         * BufferView2.C (unlockInset): layout as layout
733
734 2002-06-24  André Pönitz <poenitz@gmx.net>
735
736         * lyxfunc.C: fix #487
737
738 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
739
740         * lyxrc.h:
741         * lyxrc.C:
742         * lyxfunc.C: remove display_shortcuts, show_banner
743
744 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
745
746         * Buffer_pimpl.C: oops, update on resize
747
748 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
749
750         * buffer.C:
751         * converter.C:
752         * exporter.C:
753         * lyxfunc.C:
754         * BufferView.h:
755         * BufferView.C: use repaint()
756
757         * BufferView_pimpl.h:
758         * BufferView_pimpl.C: s/updateScreen()/repaint()/
759           as it's a clearer description. Remove superfluous
760           redraws.
761
762 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
763
764         * text.C: fix bug 488. Not ideal, but getting
765           getWord() to work properly for the insets that
766           matter is more difficult ...
767
768 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
769
770         * BufferView_pimpl.C:
771         * LyXAction.C:
772         * commandtags.h:
773         * lyxfunc.C: remove the six million index lyxfuncs to just
774           one, and DTRT (bug 458)
775
776 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
777
778         * BufferView.h:
779         * BufferView.C:
780         * BufferView_pimpl.h:
781         * BufferView_pimpl.C: clean up resize() stuff,
782           and unnecessary updateScreen()s
783
784 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
785
786         * BufferView.h:
787         * BufferView.C:
788         * BufferView_pimpl.h:
789         * BufferView_pimpl.C:
790         * lyxfind.h:
791         * lyxfind.C:
792         * minibuffer.C: remove focus management of workarea,
793           not needed. Use screen's greyOut()
794
795 2002-06-17  Herbert Voss  <voss@lyx.org>
796
797         * converter.C: (convert) do not post a message, when converting
798         fails, let the calling function decide what to do in this case
799
800 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
801
802         * lyxfunc.C: tidy up a little
803
804 2002-06-16    <alstrup@diku.dk>
805
806         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
807         Got rid of FORMS_H_LOCATION include. Now we are
808         GUII.
809
810 2002-06-15  LyX Development team  <lyx@rilke>
811
812         * buffer.[Ch] (sgmlOpenTag):
813         (sgmlCloseTag): Added support for avoiding pernicious mixed
814         content. Return number of lines written.
815
816         (makeLinuxDocFile):
817         (makeDocBookFile): Fixed calls to sgml*Tag.
818         Simple white space clean.
819
820         (simpleDocBookOnePar): Simple white space clean.
821
822         * tabular.[Ch] (docBook): Renamed to docbook and got another
823         argument to related with the pernicious mixed content.
824
825         (docbookRow): Fixed calls for docbook inset method.
826
827 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
828
829         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
830         so it's X11 independent.
831
832         * kb*.[Ch]: ditto.
833
834         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
835
836 2002-06-15  Lyx Development team  <lyx@electronia>
837
838         * intl.h: Renamed getTrans to getTransManager.
839
840 2002-06-14  Angus Leeming  <leeming@lyx.org>
841
842         * Makefile.am: nuke forgotten stl_string_fwd.h.
843
844 2002-06-12  Angus Leeming  <leeming@lyx.org>
845
846         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
847
848 2002-06-13  Angus Leeming  <leeming@lyx.org>
849
850         * LaTeX.C:
851         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
852
853 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
854
855         * kbmap.C (getiso): add support for cyrillic and greek
856
857 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
858
859         * BufferView.h:
860         * BufferView.C:
861         * BufferView_pimpl.h:
862         * BufferView_pimpl.C: move bogus scrolling logic
863           to xforms
864
865 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
866
867         * lyxfunc.C:
868         * BufferView_pimpl.C: view->resize() change
869
870 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
871
872         * BufferView_pimpl.C: topCursorVisible
873           prototype change
874
875 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
876
877         * Makefile.am:
878         * lyx_gui.h:
879         * lyx_gui.C: move to frontends/
880
881         * main.C:
882         * lyx_main.h:
883         * lyx_main.C: changes from above
884
885 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
886
887         * intl.C:
888         * intl.h:
889         * kbmap.C:
890         * kbsequence.C:
891         * lyx_cb.C:
892         * lyx_main.C: minor tidy
893
894 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
895
896         * BufferView_pimpl.h:
897         * BufferView_pimpl.C:
898         * BufferView.h:
899         * BufferView.C: make painter() const,
900           remove dead code
901
902         * BufferView2.C: use screen() accessor
903
904         * lyx_main.h:
905         * lyx_main.C: some minor cleanup
906
907 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
908
909         * BufferView_pimpl.h:
910         * BufferView_pimpl.C: remove enter/leaveView,
911           use workHeight()
912
913 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
914
915         * BufferView.h:
916         * BufferView.C:
917         * BufferView2.C:
918         * BufferView_pimpl.h:
919         * BufferView_pimpl.C: only construct screen once,
920           rename
921
922         * lyxrc.C: remove pointless comment
923
924 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
925
926         * BufferView.h:
927         * BufferView.C: remove active() and belowMouse()
928
929         * BufferView_pimpl.h:
930         * BufferView_pimpl.C: use workarea() not workarea_,
931           and make it use a scoped_ptr instead
932
933 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
934
935         * lyx_gui.C: add debug message on BadWindow
936
937 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
938
939         * sp_spell.C: fdopen is not part of the C++ standard.
940
941         * paragraph.C (InsetIterator): use >= instead of ==
942
943 2002-06-07  Angus Leeming  <leeming@lyx.org>
944
945         Fixes needed to compile with Compaq cxx 6.5.
946         * BufferView_pimpl.C:
947         * DepTable.C:
948         * buffer.C:
949         * converter.C:
950         * encoding.C:
951         * lyx_gui.C:
952         * lyx_main.C:
953         * lyxtextclasslist.C:
954         * minibuffer.C:
955         * sp_spell.C:
956         * tabular_funcs.C:
957         * vc-backend.C:
958         all c-library variables have been moved into namespace std. Wrap
959         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
960
961         * lyxlength.C:
962         * tabular-old.C:
963         * tabular.C:
964         Add a using std::abs declaration.
965
966         * kbmap.h (modifier_pair):
967         * paragraph.h (InsetTable, InsetList):
968         * lyxfont.h (FontBits):
969         type definition made public.
970
971         * bufferlist.C (emergencyWriteAll): the compiler complains that
972         there is more than one possible lyx::class_fun template to choose from.
973         I re-named the void specialisation as lyx::void_class_fun.
974
975         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
976
977         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
978         the compiler is is unable to find tostr in write_attribute.
979
980 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
981
982         * buffer.C (sgmlError): hide #warning
983
984 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
985
986         * xtl/*: get rid of xtl, which is not in use anyway
987
988         * LyXAction.C (init):
989         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
990         were unimplemented xtl experimentation
991
992 2002-06-04  André Pönitz <poenitz@gmx.net>
993
994         * lyxfunc.C: disable array operation on simple formulae
995
996 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
997
998         * converter.C: constify a bit
999
1000 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
1001
1002         * lyx_gui.C: check xforms version correctly
1003
1004 2002-04-30  Herbert Voss  <voss@lyx.org>
1005
1006         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
1007         "keep" option
1008
1009 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
1010
1011         * lyxvc.C: fix bug 416 (make sure buffer is saved before
1012           attempt to register it with a VCS)
1013
1014 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1015
1016         * lyx_main.C (init): honor variables LYX_DIR_13x and
1017         LYX_USERDIR_13x
1018
1019 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
1020
1021         * buffer.h:
1022         * buffer.C:
1023         * lyx_main.C: fix a crash on bad command line,
1024           and give a useful exit status on error
1025
1026         * lyxfunc.C (doImport): allow -i lyx to work
1027
1028 2002-03-30  André Pönitz <poenitz@gmx.net>
1029
1030         * lyxfunc.C: mathed font changes
1031
1032 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
1033
1034         * LaTeX.C:
1035         * importer.h:
1036         * importer.C:
1037         * lyx_sty.h:
1038         * lyx_sty.C:
1039         * lyxlex.C:
1040         * lyxrow.h:
1041         * lyxtext.h:
1042         * paragraph.h:
1043         * paragraph.C:
1044         * texrow.h:
1045         * texrow.C:
1046         * text.C:
1047         * trans_mgr.h: srcdocs, and some minor cleanups
1048
1049 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1050
1051         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
1052         call getFont all the time)
1053
1054 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1055
1056         * switch from SigC signals to boost::signals
1057
1058 2002-05-29  André Pönitz <poenitz@gmx.net>
1059
1060         * paragraph_pimpl.C (getChar): don't call size() too often...
1061
1062 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1063
1064         * paragraph_pimpl.C (insertChar): do not try to update tables when
1065         appending (pos == size())
1066
1067         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
1068         in order to reduce drastically the number of comparisons needed to
1069         parse a large document
1070
1071 2002-05-29  André Pönitz <poenitz@gmx.net>
1072
1073         * text.C:
1074         * text2.C:
1075         * lyxtextclass.C:
1076         * sp_pspell.h:
1077         * textclasslist.[Ch]:
1078         * sp_ispell.h: whitespace change
1079
1080 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1081
1082         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
1083         lyxaction directly now.
1084
1085 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
1086
1087         * trans.C:
1088         * lyxfont.C:
1089         * lyxvc.C: remove unused headers
1090
1091 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
1092
1093         * Makefile.am:
1094         * buffer.h:
1095         * undostack.h:
1096         * undostack.C:
1097         * undo_funcs.h:
1098         * undo_funcs.C: some cleanups. Use shared_ptr
1099           and a template for the undo stacks.
1100
1101 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
1102
1103         * BufferView_pimpl.h:
1104         * BufferView_pimpl.C:
1105         * kbmap.h:
1106         * kbmap.C:
1107         * kbsequence.h:
1108         * kbsequence.C:
1109         * lyxfunc.h:
1110         * lyxfunc.C:
1111         * text2.C: use key_state/mouse_state
1112
1113 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1114
1115         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
1116         and LSubstring
1117
1118         * chset.C: change include order
1119         (loadFile): use boost regex and get rid of LRegex and LSubstring
1120
1121         * Makefile.am (BOOST_LIBS): new variable
1122         (lyx_LDADD): use it
1123
1124         * LaTeX.C: change include order.
1125         (scanAuxFile): use boost regex and get rid of LRegex and
1126         LSubstring
1127         (deplog): ditto
1128
1129 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
1130
1131         * ColorHandler.h:
1132         * ColorHandler.C:
1133         * FontInfo.h:
1134         * FontInfo.C: moved to frontends/xforms/
1135
1136         * FontLoader.h:
1137         * FontLoader.C: moved into frontends for GUIIzation
1138
1139         * Makefile.am:
1140         * lyx_gui.C:
1141         * lyxfont.C:
1142         * lyxfunc.C: changes from above
1143
1144 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
1145
1146         * LColor.C: remove spurious X include
1147
1148         * BufferView_pimpl.C:
1149         * Makefile.am:
1150         * font.h:
1151         * font.C:
1152         * text.C:
1153         * text2.C: move font metrics to frontends/
1154
1155 2002-05-24  Juergen Vigna  <jug@sad.it>
1156
1157         * undo_funcs.C (textHandleUndo): fix the cursor selection after
1158         setting the undo_cursor.
1159
1160         * ParagraphParameters.h: include local includes first.
1161
1162 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
1163
1164         * BufferView_pimpl.C:
1165         * BufferView_pimpl.h:
1166         * Makefile.am:
1167         * WorkArea.h:
1168         * WorkArea.C:
1169         * screen.C: move WorkArea into frontends/
1170
1171         * lyxscreen.h:
1172         * screen.C:
1173         * text.C:
1174         * BufferView.C:
1175         * BufferView2.C: move LyXScreen into frontends/
1176
1177         * lyxlookup.h:
1178         * lyxlookup.C:
1179         * lyx_gui.C: move lyxlookup into frontends/xforms/
1180
1181 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
1182
1183         * BufferView2.C:
1184         * BufferView_pimpl.C:
1185         * FontLoader.C:
1186         * LyXView.h:
1187         * LyXView.C:
1188         * Makefile.am:
1189         * WorkArea.C:
1190         * XFormsView.h:
1191         * XFormsView.C:
1192         * buffer.C:
1193         * bufferlist.C:
1194         * bufferview_funcs.C:
1195         * converter.C:
1196         * importer.C:
1197         * lyx_cb.C:
1198         * lyx_gui.C:
1199         * lyx_main.C:
1200         * lyx_find.C:
1201         * lyxfunc.C:
1202         * lyxvc.C:
1203         * minibuffer.C:
1204         * text.C:
1205         * text2.C:
1206         * trans.C:
1207         * vc-backend.C: move LyX/XFormsView into frontends/
1208
1209 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
1210
1211         * Makefile.am:
1212         * PainterBase.C:
1213         * PainterBase.h:
1214         * Painter.C:
1215         * Painter.h:
1216         * WorkArea.C:
1217         * WorkArea.h:
1218         * screen.C:
1219         * tabular.C:
1220         * text.C:
1221         * text2.C: move Painter to frontends/
1222
1223 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1224
1225         * buffer.C: comment out some some code that depend upon lyx_format
1226         < 220
1227
1228         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
1229         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
1230
1231         * buffer.h (NO_COMPABILITY): turn off compability
1232
1233         * ColorHandler.C: include scoped_array.hpp
1234
1235         * font.C: Use more specific smart_ptr header.
1236         * Painter.C: ditto
1237         * gettext.C: ditto
1238         * ShareContainer.h: ditto
1239         * lyx_main.h: ditto
1240         * kbmap.h: ditto
1241         * FontInfo.h: ditto
1242         * BufferView_pimpl.h: ditto
1243         * ColorHandler.h: ditto
1244
1245         * kbmap.C (defkey): change call to shared_ptr::reset
1246
1247 2002-05-21  Juergen Vigna  <jug@sad.it>
1248
1249         * buffer.C (insertErtContents): fix to insert ert asis if it is
1250         non empty. Skip it completely if it contains only whitespaces.
1251
1252 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
1253
1254         * BufferView_pimpl.C:
1255         * BufferView2.C: clear selection on paste (bug 393)
1256
1257 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1258
1259         * DepTable.C: include ctime
1260
1261 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
1262
1263         * buffer.C (latexParagraphs): Add new argument (moving_arg).
1264
1265 2002-05-14  Juergen Vigna  <jug@sad.it>
1266
1267         * text.C (breakParagraph): fixed function to honor the keepempty
1268         layout in the right maner and also to permit the right breaking
1269         algorithm on empty or non empyt keepempty paragraphs.
1270
1271         * paragraph.C (breakParagraph): we have to check also if the par
1272         is really empty (!size()) for isempty otherwise we do the wrong
1273         paragraph break.
1274
1275 2002-05-10  Juergen Vigna  <jug@sad.it>
1276
1277         * buffer.[Ch] : The following are only changes to the ert
1278         compatibility read reading old LaTeX layout and font stuff and
1279         convert it to ERTInsets.
1280
1281         * buffer.h: added isErtInset().
1282
1283         * buffer.C (struct ErtComp): add a fromlayout bool to check
1284         if we're inside a LaTeX layout.
1285         (isErtInset): new helper function.
1286         (insertErtContents): look for other ert insets before this one
1287         and insert the contents there, so that we don't have subsequent
1288         ERT insets with nothing between them. This way we create only one
1289         inset with multiple paragraphs. Also check if we don't insert only
1290         spaces ' ' as they are ignored anyway afterwards in the .tex file
1291         so if we have only spaces we will ignore this latex part in the
1292         new file.
1293         (parseSingleLyXformat2Token \\layout): better compatibility when
1294         reading layout-latex stuff.
1295         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
1296         language tag.
1297         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
1298         stuff after reading the inset only get the information back from
1299         the stack.
1300
1301 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
1302
1303         * buffer.C (makeLaTeXFile): Put language options after loading babel.
1304
1305         * LaTeXFeatures.C (getBabelOptions): New method.
1306
1307 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1308
1309         * BufferView_pimpl.C (Dispatch): work around missing argument for
1310         'layout'
1311
1312 2002-05-08  Juergen Vigna  <jug@sad.it>
1313
1314         * text.C (leftMargin): handle paragraph leftindent.
1315
1316         * paragraph.C (writeFile): write the new \\leftindent tag.
1317         (validate): handle leftindent code.
1318         (TeXEnvironment): handle paragraphleftindent code again.
1319
1320         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
1321
1322         * buffer.C (parseSingleLyXformat2Token): added compatibility code
1323         for paragrap_extra indent code and new token \\leftindent.
1324         (latexParagraphs): handle the leftindent as environment.
1325
1326         * ParameterStruct.h: added leftindent support.
1327
1328         * ParagraphParameters.C (leftIndent): added support functions for
1329         the paragraph left indent.
1330
1331         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
1332         more appropriate.
1333
1334 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
1335
1336         * paragraph.C (isRightToLeftPar): Return false for a paragraph
1337         inside insetERT.
1338
1339         * text.C (computeBidiTables): No bidi in insetERT.
1340
1341         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
1342         in RTL documents.
1343
1344 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1345
1346         * version.C.in: pre 5
1347
1348 2002-05-02  José Matos  <jamatos@fep.up.pt>
1349         * buffer.C (makeDocBookFile): white space changes, add newline to
1350         command styles.
1351         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
1352
1353         * tabular.C (docBook): fix typo.
1354
1355 2002-05-03  Juergen Vigna  <jug@sad.it>
1356
1357         * screen.C (drawFromTo): recalculate the rowpointer if we had a
1358         change in LyXText as we can not be sure it was not freed.
1359         (drawOneRow): remove unused code.
1360
1361         * text.C (drawInset): redo the calculation of the need_break_row as
1362         it could have a row which was already freed.
1363         (draw): look at the return value of drawInset and return false if
1364         it also returned false.
1365         (paintRowText): look at the return value of draw and return false if
1366         it also returned false.
1367
1368         * lyxtext.h: added bool return type to drawInset() and draw() so that
1369         if we have a change in the row so that the rowbreak has to be redone
1370         we abort drawing as it will be called again.
1371
1372 2002-05-02  Juergen Vigna  <jug@sad.it>
1373
1374         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
1375         a change in the maintext also if we're inside an inset.
1376         (Dispatch): set the cursor again after a break line and after the
1377         screen has been updated as it could be we're in a different row.
1378
1379         * text2.C (fixCursorAfterDelete): check to make sure we don't request
1380         to set the cursor behind the pargraph with > size().
1381         (setCursor): check also for the same paragraph when checking where
1382         to put the cursor if we have a NFR inset.
1383
1384         * buffer.C (parseSingleLyXformat2Token): move the compatibility
1385         parts of layout read further up as it still was in the wrong
1386         position.
1387
1388 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1389
1390         * screen.C (drawFromTo): change sine fullRebreak always return
1391         true.
1392
1393         * buffer.C (parseSingleLyXformat2Token): reindent some
1394
1395         * BufferView_pimpl.C (update): change since fullRebreak always
1396         return true.
1397         (Dispatch): git rid of the last hardcoded "Standard"s.
1398
1399 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1400
1401         * text2.[Ch] (fullRebreak): make it return void now that we always
1402         returned true.
1403
1404 2002-04-30  Juergen Vigna  <jug@sad.it>
1405
1406         * buffer.C (parseSingleLyXformat2Token): reset the font before the
1407         ert compatibility check for "latex" layout.
1408
1409 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
1410
1411         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
1412         minipages: use col% instead of p%, and also use the current font.
1413         (makeLaTeXFile): Fix use babel condition.
1414         (parseSingleLyXformat2Token): Correct font when reading old floats.
1415
1416 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
1417
1418         * BufferView_pimpl.C (Dispatch): Check that float type exists when
1419         inserting list of floats.
1420
1421 2002-04-25  Herbert Voss  <voss@lyx.org>
1422
1423         * MenuBackend.C (expand): don't add the graphics extensions to the
1424         export menu
1425
1426 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1427
1428         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
1429         non-existing layout, do not complain if it was the default layout
1430         of the original class (bug #342)
1431
1432 2002-04-24  Juergen Vigna  <jug@sad.it>
1433
1434         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
1435         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
1436
1437 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
1438
1439         * buffer.C (getBibkeyList): If using \bibliography, return the
1440         option field with the reference itself. Enables us to provide natbib
1441         support when using \bibliography.
1442
1443 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
1444
1445         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
1446
1447         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
1448         natbib is provided by the LaTeX class.
1449
1450 2002-04-23  Juergen Vigna  <jug@sad.it>
1451
1452         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
1453         Wakeup functions.
1454
1455         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
1456
1457 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1458
1459         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
1460
1461         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
1462         ensuremath around textordmasculine, textordfeminine and
1463         textdegree.
1464
1465 2002-04-19  Juergen Vigna  <jug@sad.it>
1466
1467         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
1468         reinitializing the buffer otherwise row-dimensions may be wrong.
1469         (update): reset also the selection cursors if they do exits otherwise
1470         their x/y positions may be wrong.
1471
1472         * text2.C (cursorDown): don't enter the inset if we came from a row
1473         above and are one row over the inset.
1474
1475         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
1476         really leaving an inset.
1477
1478 2002-04-18  Juergen Vigna  <jug@sad.it>
1479
1480         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
1481         of the selected paragraph does not have the selected layout also if
1482         the last one had!
1483
1484         * text2.C (setLayout): fixed bug which did not change last selected
1485         paragraph.
1486
1487         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
1488         changed the read and substituted \\end_float with \\end_inset!
1489
1490         * BufferView_pimpl.C (cursorPrevious):
1491         (cursorNext): fixed to make it work with rows heigher than the work
1492         area without moving the cursor only the draw of the row.
1493         (workAreaMotionNotify): fix jumping over high rows.
1494
1495 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1496
1497         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
1498         Ressler.
1499
1500 2002-04-16  Juergen Vigna  <jug@sad.it>
1501
1502         * text2.C (setCursor): set also the irow().
1503         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
1504         (cursorUp):
1505         (cursorDown): support for locking an inset if the x_fix value goes
1506         inside it. That way I can transverse insets too with cursor up/down.
1507
1508         * lyxrow.h: added irow helper function same as other (i) functions.
1509
1510         * BufferView_pimpl.C (cursorPrevious):
1511         (cursorNext): fixed for insets!
1512
1513 2002-04-15  Juergen Vigna  <jug@sad.it>
1514
1515         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
1516         position otherwise it is wrong in some cases.
1517
1518         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
1519         inside the inset before the call.
1520
1521 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
1522
1523         * buffer.[Ch] (getBibkeyList): make it const.
1524
1525 2002-04-12  Juergen Vigna  <jug@sad.it>
1526
1527         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
1528
1529         * text2.C (getCursorX): new helper function
1530         (setCursor): compute also ix_
1531         (setCursorFromCoordinates): set also ix.
1532
1533         * lyxcursor.h: added ix_ and helper functions.
1534
1535         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
1536
1537         * buffer.C (insertStringAsLines): dont break paragraph if the this
1538         paragraph is inside an inset which does not permit it!
1539
1540         * text.C (breakParagraph): honor keepempty flag and break the paragraph
1541         also with no chars on this paragraph.
1542         (paintRowText): only paint stuff if it's inside the workarea!
1543
1544         * paragraph.C (breakParagraph): honor keepempty flag and break the
1545         paragraph always below not above.
1546
1547         * BufferView2.C (unlockInset): update the paragraph layout on inset
1548         unlock as we changed paragraph in such a case.
1549
1550         * lyxfind.C (LyXFind): clear the former selection if not found!
1551
1552         * text2.C (insertInset): freeze Undo after setUndo so that it is not
1553         again called in insertChar().
1554
1555         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
1556         an inset which uses the whole row!
1557         (rightMargin): ditto.
1558         (insertChar): force a rebreak if we inserted an inset!
1559
1560 2002-03-28  Herbert Voss  <voss@lyx.org>
1561
1562         * lyxlength.[Ch]: add inBP() to get the right PS-point
1563         units (BigPoint). With inPixels we have rounding errors
1564
1565 2002-04-11  Juergen Vigna  <jug@sad.it>
1566
1567         * text2.C (setCursorFromCoordinates): set iy to the right value.
1568         (setCursor): add check if row->previous exists!
1569
1570         * buffer.C (parseSingleLyXformat2Token): reset font after read of
1571         an old float_type as this was the case in the old code!
1572
1573         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
1574
1575         * BufferView2.C (showLockedInsetCursor): use iy
1576         (fitLockedInsetCursor): ditto
1577
1578         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
1579         locked insets as there we have the right value now.
1580
1581         * lyxcursor.C: added iy_ variable and iy functions to set to the
1582         baseline of cursor-y of the locked inset.
1583
1584         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
1585         (setCursor): fixed for insets which need a full row.
1586
1587         * text.C (rowLastPrintable): don't ignore the last space when before
1588         an inset which needs a full row.
1589         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
1590         as last character of a row when before a inset which needs a full row.
1591
1592 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1593
1594         * version.C.in: update date
1595
1596         * text2.C (fullRebreak): try to always return true and see what
1597         happens...
1598
1599 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1600
1601         * MenuBackend.C (expand): use Floating::listName
1602
1603         * FloatList.C (FloatList): add listName argument to the built-in
1604         floats
1605
1606         * Floating.[Ch]: add listName member, which is the 'List of XXX'
1607         text associated with the float.
1608
1609 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1610
1611         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
1612
1613 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1614
1615         * ShareContainer.h: add a couple of missing typenames.
1616
1617 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
1618
1619         * lyxrc.C (getDescription): use _() correctly rather than N_().
1620
1621 2002-03-28  Herbert Voss  <voss@lyx.org>
1622
1623         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
1624         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
1625
1626 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1627
1628         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
1629         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
1630
1631 2002-03-29  Juergen Vigna  <jug@sad.it>
1632
1633         * lyxfunc.C (dispatch): add a missing fitCursor call.
1634
1635         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
1636         it was scrolled by a cursor move, so return the bool status.
1637
1638         * BufferView.C (fitCursor): return the bool flag also to the outside
1639         world as this is needed.
1640
1641         * screen.C (toggleToggle): don't subtract the offset if it's positive.
1642
1643         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
1644         call the edit() as it is not needed (and wrong) IMO.
1645         (workAreaButtonPress): set the screen_first variable before evt.
1646         unlock the inset as this may change screen_first and then we have
1647         a wrong y position for the click!
1648
1649 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1650
1651         * MenuBackend.C (expand): another translation that I missed
1652
1653 2002-03-28  Juergen Vigna  <jug@sad.it>
1654
1655         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
1656
1657         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
1658
1659 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1660
1661         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
1662
1663         * MenuBackend.C (expand): fix export/view/update when there is no
1664         document open.
1665
1666 2002-03-27  Herbert Voss  <voss@lyx.org>
1667
1668         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
1669         and text%
1670
1671 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1672
1673         * bufferview_funcs.C (currentState): only show paragraph number
1674         for is DEVEL_VERSION is set.
1675
1676         * lyxfunc.C (dispatch): put warning in INFO channel
1677
1678         * MenuBackend.C (expand): translate the name of floats
1679
1680         * FloatList.C (FloatList): mark the float names for translation
1681
1682         * converter.C (convert): use LibScriptSearch
1683
1684 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1685
1686         * MenuBackend.C (defaults): fix default menu (we might as well get
1687         rid of it...)
1688
1689 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1690
1691         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
1692         directory.
1693
1694 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1695
1696         * lyxvc.C: reorder includes.
1697
1698 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
1699
1700         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
1701           properly
1702
1703 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
1704
1705         * CutAndPaste.C: change layouts earlier on paste
1706           to avoid crashing when calling getFont()
1707
1708 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
1709
1710         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
1711         irritating #error.
1712
1713 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1714
1715         * WorkArea.C: remove 'Pending' debug message.
1716
1717         * most files: ws cleanup
1718
1719         * buffer.[Ch]: ws changes
1720
1721         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
1722
1723 2002-03-21  Juergen Vigna  <jug@sad.it>
1724
1725         * tabular.C (SetMultiColumn): collapse also the contents of the
1726         cells and set the last border right. Added a Buffer const * param.
1727
1728 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1729
1730         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
1731         linking or not.
1732
1733 2002-03-19  Juergen Vigna  <jug@sad.it>
1734
1735         * text2.C (clearSelection): reset also xsel_cache.
1736
1737         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
1738         where it needs to be called (John tells us to do so too :)
1739         (selectionLost): reset sel_cache.
1740
1741         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
1742
1743 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1744
1745         * text2.C (setCursorIntern): put debuging code in INSETS channel
1746
1747 2002-03-19  André Pönitz <poenitz@gmx.net>
1748
1749         * lyxfunc.C: tiny whitespace change
1750
1751 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1752
1753         * ToolbarDefaults.C (init):
1754         * LyXAction.C (init):
1755         * commandtags.h:
1756         * BufferView_pimpl.C (Dispatch):
1757         * lyxfunc.C (dispatch): remove LFUN_DEPTH
1758
1759 2002-03-19  Allan Rae  <rae@lyx.org>
1760
1761         * exporter.C (Export): removeAutoInsets before doing anything else.
1762         While I've just introduced a dependency on BufferView this really is
1763         the best place to clean the buffer otherwise you need to cleanup in
1764         a dozen places before calling export or cleanup in a dozen functions
1765         that export calls.
1766
1767         * converter.C (runLaTeX):
1768         (scanLog): Better handling of removeAutoInsets and screen updates.
1769
1770         * lyxfunc.C (dispatch): small whitespace changes
1771
1772 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1773
1774         * WorkArea.C (C_WorkAreaEvent): return a value.
1775         (event_cb): return 1 if we handled the event, 0 otherwise.
1776
1777         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
1778
1779 2002-03-18  Juergen Vigna  <jug@sad.it>
1780
1781         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
1782         (GetAdditionalWidth): ditto.
1783         (RightLine): ditto.
1784         (LeftLine): ditto.
1785
1786         * BufferView2.C (copy): use getLyXText() so that we do it inside an
1787         inset if we're there actually (probably not used right now but this
1788         is the direction to go for unifying code).
1789         (paste): disable code to clear the selection.
1790
1791         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
1792         inside an InsetText and move the check further up as it is in the
1793         wrong place.
1794
1795         * text2.C (pasteSelection): set a selection over the pasted text.
1796
1797 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
1798
1799         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
1800         and libgraphics to build on Cygwin.
1801
1802 2002-03-15  Juergen Vigna  <jug@sad.it>
1803
1804         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
1805         inserting an Inset into the paragraph. I know this is not the best
1806         fix but we already use current_view in CutAndPaste so we will remove
1807         all of it's using at the same time.
1808
1809         * buffer.C (sgmlError): deactivated function till it is rewritten in
1810         the right mode, now it can create problems.
1811
1812         * paragraph.C (isLineSeparator): check if getInset returns != 0,
1813         before accessing it.
1814
1815 2002-03-14  Juergen Vigna  <jug@sad.it>
1816
1817         * undo_funcs.C (textHandleUndo): do the right thing when updating
1818         the inset after the undo/redo.
1819
1820         * text2.C (setCursor): just some testcode for #44 not ready yet.
1821
1822         * undo_funcs.C (textHandleUndo): set the next() and previous()
1823         pointers of the paragraph to 0 before deleting otherwise we have
1824         problems with the Paragraph::[destructor].
1825
1826         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
1827         on a paragraph insertion.
1828
1829 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1830
1831         * buffer.C (asciiParagraph): use += operator for char append to
1832         string.
1833
1834         * paragraph.C (getFontSettings): compare >= not just >
1835         (highestFontInRange): ditto
1836         (setFont): ditto
1837
1838 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1839
1840         * paragraph.C: change several algorithm to be more appripriate for
1841         the problem domain. This is lookip in FontList and in the InsetList.
1842
1843 2002-03-13  André Pönitz <poenitz@gmx.net>
1844
1845         * commandtags.h:
1846         * LyXAction.C: remove unused LFUN_MATH_MACROARG
1847
1848 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
1849
1850         * commandtags.h:
1851         * LyXAction.C:
1852         * lyxfunc.C:
1853         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
1854
1855 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1856
1857         * Painter.C (display): anon helper function, adjust code for this
1858         change.
1859         (pixmap): remove function.
1860
1861         * Painter.h: remove private display variable.
1862
1863         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
1864
1865 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
1866
1867         * WorkArea.[Ch]: remove figinset_canvas cruft.
1868
1869 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1870
1871         * lyxtextclass.C (operator): add one item cache optimization.
1872
1873         * bufferlist.h: doxy changes
1874
1875         * bufferlist.C: ws changes
1876
1877         * DepTable.[Ch] (ext_exist): place const in the right spot.
1878
1879         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
1880         call resizeInsets.
1881         (workAreaExpose): call resizeInsets when the with BufferView changes.
1882         (Dispatch): adjust for protectedBlank removal
1883         (specialChar): call updateInset if the insert went ok.
1884
1885         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
1886         specialChar instead.
1887
1888         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
1889
1890         * BufferView.h: doxy change
1891
1892         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
1893
1894         * lyxtextclass.C (operator[]): remove non-const version
1895         (defaultLayout): remove non-const version
1896
1897 2002-03-12  Juergen Vigna  <jug@sad.it>
1898
1899         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
1900         did resize the LyXText too.
1901
1902         * buffer.C (readLyXformat2): set layout information on newly allocated
1903         paragraphs.
1904
1905         * tabular.C (OldFormatRead): set layout information on the paragraph.
1906
1907 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
1908
1909         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
1910
1911 2002-03-11  Juergen Vigna  <jug@sad.it>
1912
1913         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
1914         plainly wrong.
1915         (resizeCurrentBuffer): force also the insets to resize themselfes.
1916         (moveCursorUpdate): fixed up for InsetText.
1917
1918 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
1919
1920         * commandtags.h:
1921         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
1922         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
1923         value of Dialogs::tooltipsEnabled().
1924         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
1925
1926 2002-03-08  Juergen Vigna  <jug@sad.it>
1927
1928         * BufferView_pimpl.C (updateInset): update inset inside inset also
1929         if it isn't inside theLockingInset().
1930
1931 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1932
1933         * buffer.C (asciiParagraph): redo some of the word and line length
1934         handling.
1935         (getLists): look for Caption instead of caption.
1936
1937 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1938
1939         * buffer.C (Buffer): initialize niceFile to true
1940         (makeLaTeXFile):
1941         (makeLinuxDocFile):
1942         (makeDocBookFile): make sure niceFile is true on exit
1943
1944 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1945
1946         * buffer.C (makeLaTeXFile): escape ~ in \input@path
1947
1948 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
1949
1950         * LyXSendto.C: remove.
1951         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
1952         * lyx_gui.C: remove now-redundant comment.
1953         * ColorHandler.h: remove forward declaration of class WorkArea.
1954         * lyxfunc.C: remove #include "WorkArea.h".
1955
1956 2002-03-07  Juergen Vigna  <jug@sad.it>
1957
1958         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
1959         got moved away with the DEPM and also set the inset_owner always
1960         right which before could have been omitted.
1961
1962 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1963
1964         * buffer.C (parseSingleLyXformat2Token): use default layout is the
1965         wanted layout is not found.
1966
1967 2002-03-07  Juergen Vigna  <jug@sad.it>
1968
1969         * CutAndPaste.C (cutSelection): another layout settings forgotten.
1970
1971 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1972
1973         * paragraph.C (breakParagraph): use default layout not layout of
1974         prev paragraph.
1975         (Paragraph): clear ParagraphParameters.
1976
1977 2002-03-06  Juergen Vigna  <jug@sad.it>
1978
1979         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
1980         otherwise it would not be a valid lenght. Fixed a special case in
1981         the minipage compatibility read where we end the document with a
1982         minipage.
1983
1984         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
1985         was set as it could be 0 for InsetTexts first entry.
1986
1987 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1988
1989         * paragraph.C (writeFile): if layout is empty write out
1990         defaultLayoutName().
1991
1992         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
1993         file without named layout we set layout to defaultLayoutName().
1994
1995 2002-03-06  Juergen Vigna  <jug@sad.it>
1996
1997         * CutAndPaste.C (copySelection): set layout for new paragraph.
1998
1999         * text.C (prepareToPrint): leave ERT inset left aligned
2000         (leftMargin): don't indent paragraphs inside ERT insets
2001
2002 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2003
2004         * paragraph.C (breakParagraph): dont call clear do the work manually
2005
2006         * paragraph.[Ch] (clear): remove function
2007
2008 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2009
2010         * paragraph.C (Paragraph): dont call clear, the work has already
2011         been done.
2012
2013         * lyxtextclass.C (operator): assert if n is empty
2014
2015         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
2016         work manually instead.
2017
2018 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
2019
2020         * BufferView_pimpl.C: protect selectionLost against text == 0
2021
2022 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2023
2024         * text.C (breakParagraph): fix a setting layout to '0' problem.
2025
2026 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
2027
2028         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
2029         final location of file, for the included files, and graphics.
2030
2031 2002-03-05  Juergen Vigna  <jug@sad.it>
2032
2033         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
2034
2035 2002-03-04  Juergen Vigna  <jug@sad.it>
2036
2037         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
2038
2039         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
2040         last column of multicolumn cells.
2041         (SetWidthOfMulticolCell): recalculate NMC and real columns.
2042
2043 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
2044
2045         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
2046         file if it doesn't go to a temporary file.
2047
2048         * buffer.C (sgmlOpenTag):
2049         (sgmlCloseTag):  remove extra newline insertion.
2050
2051 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2052
2053         * text.C (getRowNearY): comment out debug msg
2054
2055 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2056
2057         * text2.C: first -> first_y
2058
2059         * text.C (getRowNearY): add some attemts at a possible
2060         optimization, not working.
2061
2062         * tabular.[Ch]: add BufferParams to several function so that newly
2063         created paragraph can be initialized to he default layotu for the
2064         buffers textclass.
2065
2066         * tabular-old.C (ReadOld): add buf->params to call of Init
2067
2068         * screen.C: rename text->first to text->first_y
2069
2070         * paragraph.C (breakParagraph): always set layout in the broken
2071         paragraph
2072
2073         * lyxtextclass.C (Read): remove lowercase
2074         (hasLayout): ditto
2075         (operator): ditto
2076         (delete_layout): ditto
2077
2078         * lyxtext.h: rename first -> first_y
2079
2080         * lyxlayout.C (Read): remove lowercase
2081         (name): ditto
2082         (setName): ditto
2083         (obsoleted_by): ditto
2084
2085         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
2086
2087         * buffer.C (insertErtContents): add params are to InsetERT
2088         (parseSingleLyXformat2Token): add code to check if a paragraphs
2089         layout really exist.
2090         (parseSingleLyXformat2Token): add params to several inset
2091         constructors
2092         (asciiParagraph): remove lowercase, do the layout comparisons with
2093         no_case
2094
2095         * BufferView_pimpl.C (cursorNext): first -> first_y
2096         (resizeCurrentBuffer): first -> first_y
2097         (updateScrollbar): first -> first_y
2098         (scrollCB): first -> first_y
2099         (workAreaMotionNotify): first -> first_y
2100         (workAreaButtonPress): first -> first_y
2101         (checkInsetHit): first -> first_y
2102         (cursorPrevious): first -> first_y
2103         (cursorNext): first -> first_y
2104         (Dispatch): add buffer_->params to severl inset contructors
2105
2106 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2107
2108         * lyxlayout.C (Read): remove some debug info that I forgot.
2109
2110         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
2111         clean up the code slightly.
2112         (makeLinuxDocFile): ditto
2113         (makeDocBookFile): ditto
2114
2115         * text2.C: layout as string
2116
2117         * text.C: layout as string
2118
2119         * paragraph_pimpl.C: layout as string
2120
2121         * paragraph.[Ch]: layout as string
2122
2123         * lyxtextclasslist.[Ch]: layout as string
2124
2125         * lyxtextclass.[Ch]: layout as string
2126
2127         * lyxtext.h: layout as string
2128
2129         * lyxlayout.[Ch]: layout as string
2130
2131         * lyx_cb.C: layout as string
2132
2133         * bufferview_funcs.C: layout as string
2134
2135         * bufferparams.C: layout as string
2136
2137         * buffer.C: layout as string
2138
2139         * LyXView.[Ch]: layout as string
2140
2141         * LaTeXFeatures.[Ch]: layout as string
2142
2143         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
2144
2145         * BufferView_pimpl.C: change current_layout to string, remove
2146         lyx::layout_type.
2147         (Dispatch):
2148         (smartQuote):
2149         (insertInset):
2150         (workAreaButtonRelease): layout as string
2151
2152         * BufferView2.C (unlockInset): adjust
2153
2154         * vspace.C (asLatexCommand): use an explict temp variable.
2155
2156 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
2157
2158         * Makefile.am: use FRONTEND_*
2159
2160 2002-03-01  Juergen Vigna  <jug@sad.it>
2161
2162         * tabular.C (SetWidthOfMulticolCell): changed to something better
2163         I hope but still work in progress.
2164         (recalculateMulticolumnsOfColumn): renamed function from
2165         recalculateMulticolCells as it is more appropriate now.
2166         (SetWidthOfCell): calculate multicols better.
2167
2168 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2169
2170         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
2171
2172         * lyxfunc.C (processKeySym): print sequence also if it is
2173         `deleted' (complete)
2174
2175         * kbsequence.C (print): print sequence even if it is deleted
2176         (complete would be a better word, actually).
2177
2178         * lyxfunc.C (dispatch): print complete options after a prefix key
2179
2180         * vspace.C (asLatexCommand): rewrite in a slightly different form.
2181
2182 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
2183
2184         * text2.C (setCharFont): eliminate setCharFont code duplication.
2185
2186 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2187
2188         * BufferView_pimpl.C (Dispatch): remove bogus handling of
2189         LFUN_TABULAR_FEATURE (bug #177)
2190
2191 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
2192
2193         * Makefile.am: remove figure.h
2194
2195 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
2196
2197         * Bufferview_pimpl.C:
2198         * CutAndPasteC:
2199         * LaTeX.C:
2200         * LyXSendto.C:
2201         * buffer.C:
2202         * bufferlist.C:
2203         * converter.C:
2204         * language.C:
2205         * lyxfunc.C:
2206         * lyxvc.C:
2207         * paragraph.C:
2208         * text.C:
2209         * text2.C: remove #include "lyx_gui_misc.h".
2210
2211         * LaTeX.C: added #include <cstdio>
2212
2213 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2214
2215         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
2216         that the paragraph following this one can have.
2217
2218         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
2219
2220         * vspace.C (asLatexCommand): fix bogus gcc warning
2221
2222         * Makefile.am (lyx_SOURCES): remove vms_defines.h
2223
2224 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
2225
2226         * text2.C (setLayout): get rid of redundant code
2227
2228 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
2229
2230         * text2.C (incDepth): make sure depth cannot be increased beyond
2231         reasonable values.
2232
2233 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
2234
2235         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
2236         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
2237
2238         * PainterBase.h (image):
2239         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
2240         a LyXImage const *.
2241
2242 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
2243
2244         * BufferView.C:
2245         * BufferView.h:
2246         * BufferView_pimpl.C:
2247         * BufferView_pimpl.h:
2248         * LaTeXFeatures.C:
2249         * LyXAction.C:
2250         * LyXView.C:
2251         * Makefile.am:
2252         * UpdateList.h:
2253         * UpdateList.C:
2254         * buffer.C:
2255         * figure.h:
2256         * figureForm.C:
2257         * figureForm.h:
2258         * figure_form.C:
2259         * figure_form.h:
2260         * lyx_cb.C:
2261         * lyx_gui.C:
2262         * lyx_gui_misc.C:
2263         * lyxfunc.C:
2264         * sp_base.h:
2265         * sp_ispell.h:
2266         * sp_pspell.h:
2267         * sp_spell.C: remove fig inset, and the crap house of
2268           cards that follows it
2269
2270 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
2271
2272         * Makefile.am:
2273         * lyxserver.C:
2274         * os2_defines.h:
2275         * os2_errortable.h:
2276         * nt_defines.h: move .h into support/
2277
2278         * vms_defines.h: remove
2279
2280         * WorkArea.C: add space in debug output
2281
2282         * text2.C:
2283         * paragraph.C:
2284         * buffer.C: add WITH_WARNINGS
2285
2286         * vc-backend.h:
2287         * vc-backend.C:
2288         * bufferlist.C: s/retrive/retrieve/, add docs
2289
2290         * vspace.h:
2291         * vspace.C:
2292         * kbmap.h:
2293         * lyxlength.h:
2294         * lyxgluelength.h:
2295         * length_common.h:
2296         * chset.h:
2297         * chset.C: add docs
2298
2299         * lyxgui.C: add ID to X error handler
2300
2301         * lyxtestclass.c: fix typo
2302
2303 2002-02-26  Juergen Vigna  <jug@sad.it>
2304
2305         * tabular_funcs.C (write_attribute): changed so that some default
2306         attributes are not written at all.
2307         (getTokenValue): set default values before trying to read the
2308         value so we have the return value always set as default if we don't
2309         find the token we search for.
2310
2311         * tabular.C (Write): write bools as bools not as strings!
2312
2313 2002-02-22  Juergen Vigna  <jug@sad.it>
2314
2315         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
2316         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
2317
2318         * text.C (leftMargin): don't add an indent for paragraphs inside
2319         tabular cells (fix #208).
2320
2321 2002-02-21  José Matos  <jamatos@fep.up.pt>
2322
2323         * tabular.C (docBook): fixed support for long tables.
2324
2325 2002-02-20  Juergen Vigna  <jug@sad.it>
2326
2327         * text2.C (getFont): get the drawing font of the Inset if this
2328         paragraph is inside an inset (only important for InsetERT for now).
2329
2330         * buffer.C (insertErtContents): use new lanugage params in ERT
2331         constructor.
2332
2333         * CutAndPaste.C: commenting out seemingly uneeded code.
2334
2335 2002-02-19  Allan Rae  <rae@lyx.org>
2336
2337         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
2338         Iterators might be simple to use but they also get invalidated.
2339         (removeAutoInsets): renamed saved cursor tracking variables and added
2340         some comments to clarify what everything does.
2341
2342 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
2343
2344         * Chktex.C:
2345         * LaTeX.C:
2346         * LyXSendto.C:
2347         * converter.C:
2348         * lyx_cb.C:
2349         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
2350         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
2351
2352         * lyxfunc.C:
2353         * vc-backend.h: remove #include "support/syscall.h"
2354
2355         * LaTeX.C:
2356         * LyXSendto.C:
2357         * converter.C: rearrange #includes in Lars' approved fashion.
2358
2359         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
2360         forward declare class Timeout in the header file.
2361
2362         * XFormsView.C: changes due to the above.
2363
2364         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
2365         similar to LyXView.
2366
2367         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
2368         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
2369
2370 2002-02-18  José Matos  <jamatos@fep.up.pt>
2371
2372         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
2373         insets contents.
2374
2375 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
2376
2377         * a lot of small ws changes
2378         * add a lot of using std::XXX
2379         * use std construcs some places where approp.
2380         * use some exisint stuff from lyxfunctional where approp.
2381         * Make file changes to use partial linking (lets test this now...)
2382
2383 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
2384
2385         * Chktex.C:
2386         * buffer.C:
2387         remove #include "support/syscontr.h" as it's redundant. Always has been.
2388
2389         * Chktex.C:
2390         * LaTeX.C:
2391         * LyXSendto.C:
2392         * converter.C:
2393         * lyx_cb.C:
2394         * vc-backend.C:
2395         change Systemcalls::System to Systemcalls::Wait and
2396         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
2397         No change of functionality, just reflects the stripped down Systemcalls
2398         class.
2399
2400 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
2401
2402         * debug.[Ch]: add a GRAPHICS type to the enum.
2403
2404 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2405
2406         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
2407
2408         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
2409         there is an inset.
2410
2411 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2412
2413         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
2414         match the changes below.
2415
2416         * text2.C (toggleInset): if there is not editable inset at cursor
2417         position, try to see if cursor is _inside_ a collapsable inset
2418         and close it.
2419
2420 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2421
2422         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
2423         document menu has a nice checkbox
2424
2425 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2426
2427         * lyxlength.C (asLatexString): change PW to output as percent of
2428         \textwidth.
2429
2430         * lengthcommon.C: change '%' to 't%'
2431
2432         * lyxfunc.C (dispatch): a few comments from Martin
2433
2434 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
2435
2436         * WorkArea.h:
2437         * WorkArea.C:
2438         * BufferView_pimpl.h:
2439         * BufferView_pimpl.C: clear our selection when X tells us we've lost
2440           the X selection.
2441
2442 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2443
2444         * vspace.C (inPixels): fix compiler warning
2445
2446 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2447
2448         * lyxfunc.C (getStatus): fix status message for disabled commands.
2449
2450 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
2451
2452         * BufferView_pimpl.C: fix crash on close buffer
2453         during selection (#227)
2454
2455 2002-01-27  Herbert Voss  <voss@lyx.org>
2456
2457         * buffer.C: link old Figure to new graphic inset
2458
2459 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
2460
2461         * FontLoader.C (getFontinfo): Change the latex font names in order
2462         to match the names of type1inst.
2463
2464 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2465
2466         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
2467
2468         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
2469         (extchanged): ditto
2470         (ext_exist): ditto
2471         (remove_files_with_extension): ditto
2472         (remove_file): ditto
2473         (write): ditto
2474
2475         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
2476         document is smaller than the work area height. Do not initialize
2477         static variables to 0.
2478
2479 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2480
2481         * lyx_gui.C (init): give the toolbar tooltips a normal font.
2482
2483         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
2484         LFUN_LAYOUT_PARAGRAPHS.
2485
2486         * tabular.C (GetCellFromInset): new method. Finds an inset in a
2487         tabular. It is possible to provide a possible cell, which will
2488         typically be the actcell from the corresponding insettabular
2489
2490         * lyxfunc.C (getStatus): small cleanup; disable
2491         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
2492         true
2493
2494 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2495
2496         * tabular.C (Validate): remove broken optimization (fixes bug #201)
2497
2498         * paragraph.C (startTeXParParams):
2499         (endTeXParParams): new methods. The LaTeX code to
2500         start/end paragraph formatting
2501         (simpleTeXOnePar): call startTeXParParams also when paragraph is
2502         empty (fixes bug #200)
2503
2504         * vspace.C (inPixels): adapt to the change below
2505         (inPixels): [later] more cleanups (remove unused variables)
2506
2507         * lyxlength.C (inPixels): change to use a width and a height as
2508         parameter.
2509
2510 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2511
2512         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
2513         Replaced with \paperwidth
2514
2515         * DepTable.C (insert): add std:: qualifier
2516
2517 2002-01-18  Allan Rae  <rae@lyx.org>
2518
2519         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
2520         updated also?
2521
2522         * text.C (drawInset): Turned out I didn't know enough about how
2523         rebreaking worked.  This fixes most of the redraw problems.  I see
2524         an occasional cursor trail when a line is broken now and the cursor
2525         placement can seem out by a few pixels also after a rebreak.
2526
2527 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2528
2529         * buffer.C (parseSingleLyXformat2Token): update because minipage
2530         width is now a LyXLength
2531
2532         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
2533
2534         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
2535         math insets
2536
2537 2002-01-17  Juergen Vigna  <jug@sad.it>
2538
2539         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
2540
2541         * BufferView2.C (lockInset): call edit() so that theLockingInset()
2542         is set correctly and the inset is updated correctly.
2543
2544 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2545
2546         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
2547         the beginning of the loop.
2548
2549 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
2550
2551         * lyxrc.C: improve help for use_scalable_fonts
2552
2553 2002-01-17  Allan Rae  <rae@lyx.org>
2554
2555         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
2556
2557 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2558
2559         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
2560         make sure to set their inset_owner to the right value (bug #171)
2561
2562 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
2563
2564         * DepTable.h
2565         * DepTable.C: Implement mtime checking to reduce time spent doing
2566         CRCs.
2567
2568 2002-01-16  Juergen Vigna  <jug@sad.it>
2569
2570         * tabular.C (GetAdditionalHeight): one of error fixed.
2571
2572         * lyxrc.C (output): small fix in writing use_pspell.
2573
2574 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
2575
2576         * sp_base.h: #include LString.h
2577
2578 2002-01-16  Allan Rae  <rae@lyx.org>
2579
2580         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
2581         Can someone check this please?
2582
2583         * text.C (drawInset): It was possible that p.row would be removed by
2584         breakAgainOneRow upsetting a few other settings.  There may be another
2585         small tweak possible by setting need_break_row = 0 when p.row has been
2586         removed but I don't know enough about the logic here.
2587
2588 2002-01-15  Allan Rae  <rae@lyx.org>
2589
2590         * text.C (insertChar): removed conditional truism.
2591
2592         * BufferView2.C (removeAutoInsets): More tweaks.
2593         cur_par_prev could be a stray pointer.  Check for trailing empty line
2594         in case last line was cur_par and only had an error inset on it.
2595
2596 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2597
2598         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
2599         absolute
2600
2601         * vc-backend.C (most methods):
2602         * exporter.C (Export):
2603         * converter.C (convert):
2604         (runLaTeX):
2605         * LyXSendto.C (SendtoApplyCB):
2606         * lyxfunc.C (dispatch):
2607         (menuNew):
2608         (open):
2609         (doImport):
2610         * lyx_cb.C (AutoSave):
2611         (InsertAsciiFile):
2612         * BufferView_pimpl.C (MenuInsertLyXFile):
2613         * buffer.C (runChktex): use Buffer::filePath().
2614
2615         * buffer.h: rename filename to filename_; rename filepath to
2616         filepath_ and make it private
2617         (filePath): new method
2618
2619         * buffer.C (writeFile): use fileName()
2620         (getLatexName):
2621
2622         * lyx_main.C (init): fix starting  of LyX when the binary is a
2623         link from so,ewhere else.
2624
2625         * minibuffer.C: include <cctype> for isprint
2626
2627 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
2628
2629         * buffer.C (parseSingleLyXformat2Token): changes associated with the
2630         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
2631         name clash with InsetCollapsable's width function.
2632
2633 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2634
2635         * lastfiles.C: include <iterator>
2636
2637 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
2638
2639         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
2640         std::count.
2641
2642         * buffer.C (makeLaTeXFile): ditto.
2643         Also make loop operation more transparent.
2644
2645 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
2646
2647         * ToolbarDefaults.C: remove trailing comma closing namespace.
2648
2649         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
2650
2651         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
2652         as in WorkArea.
2653
2654         * trans.C (Load): comment out unused variable, allowed.
2655
2656 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
2657
2658         * minibuffer.[Ch] (append_char): new method to recieve input from the
2659         drop-down completion browser. If a key was pressed, then recieve this
2660         char and append it to the existing string.
2661         (peek_event): modify the positioning data passed to the completion
2662         browser so that it can be placed above the minibuffer rather than below.
2663 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2664
2665         * LyXAction.C (init): alloe error-next for readonly documents.
2666
2667         * BufferView2.C (ChangeRefsIfUnique): use standard version of
2668         count.
2669
2670 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2671
2672         * bufferlist.C (readFile): create the buffer _after_ checking that
2673         the file exists.
2674
2675         * lyxfunc.C (verboseDispatch): fix handling of arguments
2676
2677         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
2678
2679         * lyxrc.C: use string::erase() instead of initializing to "".
2680
2681
2682 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
2683
2684         * BufferView_pimpl.h:
2685         * BufferView_pimpl.C:
2686         * WorkArea.h:
2687         * WorkArea.C:
2688         * text2.C: tell X when we have made a selection for copying
2689
2690 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2691
2692         * BufferView_pimpl.C (MenuInsertLyXFile):
2693         * lyxfunc.C (menuNew):
2694         (open):
2695         (doImport): add shortcuts to directory buttons
2696
2697         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
2698         open a float)
2699
2700         * lyxfunc.C (setStatusMessage):
2701         (getStatusMessage): new methods
2702         (getStatus):use setStatusMessage instead of setErrorMessage
2703         (dispatch): when function is disabled, set error message here
2704         [instead of in getStatus previously]
2705
2706         * BufferView_pimpl.C (workAreaButtonRelease): update
2707         toolbar/menubar here too.
2708
2709 2002-01-13  Allan Rae  <rae@lyx.org>
2710
2711         * BufferView2.C (removeAutoInsets): finished off earlier fix.
2712         Now seems indestructible.  Remaining task is to audit all other
2713         code affected by deleteEmptyParagraphMechanism.  One small quirk
2714         left is that an empty document with an error in the preamble can
2715         be made to report an error but no error box appears.  I don't know
2716         where it goes.
2717         (removeAutoInsets): Improved comments.
2718
2719 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
2720
2721         * Thesaurus.h:
2722         * Thesaurus.C: update for Aiksaurus 0.14
2723
2724 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2725
2726         * text2.C (firstParagraph): removed member function, all uses
2727         replaces with ownerParagraph
2728         (redoParagraphs): here
2729         (updateInset): here
2730         (toggleAppendix): here
2731         * BufferView2.C (insertErrors): here
2732         (setCursorFromRow): here
2733
2734 2002-01-13  Allan Rae  <rae@lyx.org>
2735
2736         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
2737         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
2738         There is still a way to segfault this although you may have to do this
2739         multiple times: Have an InsetERT with an unknown command in it.
2740         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
2741         <down-arrow>, <Enter> again, View->DVI, BANG!
2742
2743         * text2.C (setCursor):
2744         (deleteEmptyParagraphMechanism):
2745         * lyxtext.h (setCursor):
2746         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
2747         Making use of the return value may help fix other bugs.
2748
2749 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2750
2751         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
2752
2753         * LyXView.C (updateMenubar): call MenuBar::update here
2754         (updateToolbar): but not here
2755         (showState): do not update toolbar/menubar
2756
2757         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
2758         should need to care about that.
2759
2760         * lyxfunc.C (verboseDispatch): simplify a bit
2761         (getStatus): have a version which takes a pseudoaction, and
2762         another which requires a (kb_action,string).
2763
2764         * LyXAction.C (retrieveActionArg): make it work also when action
2765         is not a pseudo-action.
2766         (getActionName): simplify a bit
2767         (helpText):
2768
2769 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2770
2771         * lyxfunc.C (verboseDispatch): new families of methods with
2772         several ways to specify a command and a bool to indicate whether
2773         the command name and shortcut should be displayed in minibuffer
2774         (eventually, we could extend that to a finer bitmask like
2775         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
2776         (dispatch): the pristine dispatch command which just, well,
2777         dispatchs! Note it still sets its result to minibuffer; I'm not
2778         sure we want that.
2779
2780         * lyxfunc.h: remove setHintMessage
2781
2782         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
2783
2784 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2785
2786         * BufferView_pimpl.C (specialChar): delete new inset if we have
2787         not been able to insert it.
2788
2789         * kbmap.C: revert to using int instead of kb_action, since all we
2790         are dealing with is pseudo-actions.
2791
2792         * LyXAction.C (searchActionArg): change to return int instead of
2793         kb_action, since the result is a pseudoaction.
2794
2795 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
2796
2797         * buffer.C (insertErtContents): Fix (partially) the font bug.
2798
2799 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
2800
2801         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
2802         as the other one is broken on my machine!
2803
2804 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
2805
2806         * commandtags.h:
2807         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
2808
2809 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
2810
2811         * lyxrc.[Ch]: change names and descriptions of popup font variables to
2812         reflect their actual use. Provide compatibility code for older lyxrc
2813         files.
2814
2815         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
2816         FL_NORMAL_STYLE.
2817         change names of popup font variables in line with the changes to lyxrc.C
2818
2819 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2820
2821         * buffer.C (asciiParagraph): avoid outputing a word twice after
2822         an inset.
2823
2824         * lyxrc.C (getDescription): document that document_path and
2825         template_path can be empty.
2826
2827 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2828
2829         * LaTeXFeatures.C (getMacros):
2830         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
2831
2832         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
2833
2834         * LaTeXFeatures.C (useFloat): require "float" here instead of in
2835         getPackages.
2836         (getPackages): rename feature "floats" to "float". Use an array to
2837         iterate over 'simple' features (i.e. just a \usepackage). Add
2838         handling of "amsmath" (renamed from "amsstyle").
2839
2840 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
2841
2842         * LaTeXFeatures.C (require): Prevent duplicate entries in the
2843         features list.
2844
2845 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
2846
2847         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
2848         FuncStaus::FuncStatus & FuncStaus::some_method().
2849
2850 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
2851
2852         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
2853         of the func_satus stuff. Edited and massaged in various ways by
2854         JMarc.
2855
2856         * lyxfunc.C (getStatus): use FuncStatus
2857
2858 2002-01-08  Juergen Vigna  <jug@sad.it>
2859
2860         * text.C (nextBreakPoint): use function Inset::isChar().
2861
2862         * paragraph.C (TeXOnePar): use function
2863         Inset::forceDefaultParagraphs.
2864
2865         * buffer.C (latexParagraphs): use function
2866         Inset::forceDefaultParagraphs.
2867
2868 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
2869
2870         * lyx_gui.C (init): set the style of the menu popups to
2871         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
2872
2873 2002-01-07  Juergen Vigna  <jug@sad.it>
2874
2875         * text.C (setHeightOfRow): small fix
2876         (prepareToPrint): don't look at alignment if we don't have the place
2877         for doing it.
2878
2879 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
2880
2881         * box.C: New file. Move the Box methods and functions out of box.h,
2882         following Lars' suggestion.
2883
2884 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
2885
2886         * box.h: #include "support/LOstream.h", needed for inlined function.
2887
2888         * lyxtextclass.C:
2889         * lyxtextclasslist.C: added some using std declarations.
2890
2891 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
2892
2893         * box.h: make signed dimensions to allow insets wider than
2894           the screen (bug #162)
2895
2896         * BufferView_pimpl.C: add some insetHit debug
2897
2898 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
2899
2900         * vc-backend.C: add FIXME
2901
2902 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2903
2904         * lyxfunc.C (getStatus): enable code for showing math font status
2905         in toolbar/menu.
2906
2907 2002-01-07  Juergen Vigna  <jug@sad.it>
2908
2909         * text.C (nextBreakPoint): removed debug output not needed anymore.
2910
2911 2002-01-06  Juergen Vigna  <jug@sad.it>
2912
2913         * text.C (nextBreakPoint): fixed up this function we had this bug
2914         since ever but now hopefully we break row better.
2915         (insertChar): we have to check if an inset is the next char as it
2916         could now happen that a large inset is causing a break.
2917
2918 2002-01-05  Juergen Vigna  <jug@sad.it>
2919
2920         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
2921         if it doesn't like to be drawed.
2922
2923 2002-01-04  Juergen Vigna  <jug@sad.it>
2924
2925         * BufferView2.C (lockInset): forgot to set a cursor.
2926
2927         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
2928
2929 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
2930
2931         * FormMathsPanel.C:
2932         * FormMathsPanel.h
2933         * MathsSymbols.C:
2934         * form_maths_panel.C:
2935         * form_maths_panel.h:
2936         * form_maths_panel.fd: implemented sub- and super- buttons in math
2937         panel.
2938
2939         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
2940         (or ^ space) to be used as in TeX (req'd by André).
2941
2942         * lyxfunc.C: Allow ^ and _ again to be used both as
2943         super/subscript (mathed) and as themselves (in text).
2944
2945 2002-01-03  Allan Rae  <rae@lyx.org>
2946
2947         * LyXView.C (updateWindowTitle): Setup a short icon title of either
2948         "LyX" or the filename of the current buffer if it has one.  This is a
2949         modified form of John Levon's patch.
2950
2951         * XFormsView.C (setWindowTitle): also set icon title.
2952
2953         * LyXView.h (setWindowTitle): signature changed.
2954         * XFormsView.h (setWindowTitle): ditto.
2955
2956 2002-01-02  Juergen Vigna  <jug@sad.it>
2957
2958         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
2959
2960 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2961
2962         * screen.C (topCursorVisible): introduce a temp var for
2963         text->cursor.row(), handle the case where this row is null. (kindo
2964         hachish)
2965
2966         * text2.C (setCursor): add a couple of asserts.
2967
2968         * paragraph.h (inset_iterator): add -> operator
2969
2970         * paragraph.[Ch] (autoDeleteInsets): remove member function
2971
2972         * BufferView2.C (removeAutoInsets): rewrite to handle the old
2973         cursor pos correctly and handle inset deletion by itself.
2974         (insertErrors): move iterator declaration out of for expression
2975
2976         * lyxtextclass.C: add <algorithm>
2977
2978         * Makefile.am: added the new files to sources, removed layout.C
2979
2980         * layout.C: removed file
2981
2982         * layout.h: remove LYX_DUMMY_LAYOUT
2983
2984         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
2985         layout.
2986
2987         * lyxlayout.[Ch]:
2988         * lyxtextclass.[Ch]:
2989         * lyxtextclasslist.[Ch]: new files
2990
2991         * include order changes to a lot of files, also changes because of
2992         the six new files.
2993
2994 2001-12-27  Juergen Vigna  <jug@sad.it>
2995
2996         * buffer.C (asciiParagraph): more fixes.
2997
2998         * tabular.C (ascii): make ascii export support export of only the
2999         data separated by a column-delimiter.
3000         (ascii): better support for ascii export.
3001
3002         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
3003
3004 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3005
3006         * tabular_funcs.C: use a "using std::getline" instead of the
3007         previous fix from Angus (necessary for cxx + lyxstring)
3008
3009 2001-12-24  Juergen Vigna  <jug@sad.it>
3010
3011         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
3012
3013         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
3014         problems. First check a minipage also if we have some ert-contents
3015         (not only on par->size(), second set the right depth of the paragraph
3016         on the relink to the root-paragraph-list!
3017
3018         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
3019         which then did not anymore update the main paragraphs on undo/redo!
3020
3021 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3022
3023         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
3024         code. Support all font-changing funcs (even those which are not in
3025         menu currently). Support for reporting font settings in
3026         mathed (disabled until Andre provides a function on mathed's side).
3027
3028         * func_status.h (toggle): small helper function to set toggle
3029         state on a flag.
3030
3031 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
3032
3033         * tabular_funcs.C: getline -> std::getline
3034
3035 2001-12-21  Juergen Vigna  <jug@sad.it>
3036
3037         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
3038         accessed and could be 0 (I couldn't generate this but it seems
3039         Michael could!).
3040
3041 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3042
3043         * tabular_funcs.C: add LIstream.h, move write_attribute to..
3044         * tabular_funcs.h: here and include iosfwd
3045
3046 2001-12-20  Juergen Vigna  <jug@sad.it>
3047
3048         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
3049         inside inset but undo_par was.
3050
3051 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3052
3053         * Thesaurus.C: always include <config.h> in sources.
3054
3055         * Painter.h:
3056         * lyxlookup.h:
3057         * box.h: do not include <config.h> in header files
3058
3059         * text.C (paintLastRow): remove unused variable
3060
3061         * text.C (transformChar):
3062         (insertChar):
3063         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
3064
3065         * Painter.C (text):
3066         * font.C (width): rewrite to use uppercase() instead of
3067         islower/toupper.
3068
3069         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
3070
3071 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
3072
3073         * lyxfind.C: clean up of find failure position change
3074
3075 2001-12-20  Juergen Vigna  <jug@sad.it>
3076
3077         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
3078
3079         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
3080         (TeXRow): added to LaTeX a single tabular row.
3081         (TeXLongtableHeaderFooter): added to output LT-h/f data.
3082         (Latex): simplified and finally good LT-h/f support.
3083         (various_functions): just small adaptions for LT-h/f support.
3084
3085         * tabular_funcs.[hC]: added and moved here all not classfunctions
3086         of LyXTabular.
3087
3088 2001-12-19  Juergen Vigna  <jug@sad.it>
3089
3090         * tabular.[Ch]: better support for longtabular options (not finished
3091         yet!)
3092
3093 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3094
3095         * text.C (paintLastRow): use the label font instead of the font of
3096         the last character to compute the size of *_BOX. This makes more
3097         sense and avoids a crash with empty paragraphs.
3098         Use Painter::rectangle to draw EMPTY_BOX.
3099
3100 2001-12-19  Juergen Vigna  <jug@sad.it>
3101
3102         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
3103         the paragraphs if the replaced paragraph is not the first one!
3104         Tried to delete not used paragraphs but does not work yet so for
3105         now it's inside #ifdef's and by default off!
3106
3107 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3108
3109         * MenuBackend.C: include "lyx_main.h" instead of declaring
3110         lastfiles (actually was declared as LastFiles* instead of a
3111         scoped_ptr).
3112
3113 2001-12-17  Juergen Vigna  <jug@sad.it>
3114
3115         * tabular.C (AppendColumn): applied John's fix
3116
3117 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
3118
3119         * BufferView.h:
3120         * BufferView.C:
3121         * BufferView_pimpl.h:
3122         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
3123
3124         * Makefile.am:
3125         * box.h: new start of class for above
3126
3127         * lyxfunc.C: ignore space-only minibuffer dispatches.
3128           Show the command name when it doesn't exist
3129
3130         * minibuffer.C: don't add empty lines to the history
3131
3132         * minibuffer.C: add a space on dropdown completion
3133
3134 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
3135
3136         * text.C: fix line above/below drawing in insets
3137
3138 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3139
3140         * lyxlength.C (LyXLength): Initialize private variables.
3141
3142 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
3143
3144         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
3145         when inserting error insets.
3146
3147 2001-12-13  Juergen Vigna  <jug@sad.it>
3148
3149         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
3150         actually sometimes the before-paragraph.
3151         (setUndo): don't clear the redostack if we're not actually undoing!
3152
3153 2001-12-06  Juergen Vigna  <jug@sad.it>
3154
3155         * undo_funcs.C (textHandleUndo): well after John's hint I got here
3156         and fixed redoing of main paragraph, so we can use it now ;)
3157
3158         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
3159
3160 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3161
3162         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
3163         Juergen's request
3164
3165 2001-12-13  André Pönitz <poenitz@gmx.net>
3166
3167         * undostack.[Ch]:
3168         * undo_func.C: minor cleanup
3169
3170 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3171
3172         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
3173         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
3174         font in urw-fonts package which is marked as -urw-fontspecific and
3175         does not work (incidentally, changing the encoding in the
3176         fonts.dir of this package to -adobe-fontspecific fixes the
3177         problem).
3178
3179         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
3180         is a crash when undoing first paragraph (Juergen, please take a
3181         look). THis does not mean the undo fix is wrong, just that it
3182         uncovers problems.
3183
3184         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
3185         the (Paragraph*) version when needed instead of duplicating the
3186         code.
3187
3188         * text.C (workWidth): use Inset::parOwner to find out where the
3189         inset has been inserted. This is a huge performance gain for large
3190         documents with lots of insets. If Inset::parOwner is not set, fall
3191         back on the brute force method
3192
3193         * paragraph_pimpl.C (insertInset):
3194         * paragraph.C (Paragraph):
3195         (cutIntoMinibuffer): set parOwner of insets when
3196         inserting/removing them
3197
3198         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
3199
3200 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
3201
3202         * commandtags.h:
3203         * LyXAction.C:
3204         * lyx_main.C:
3205         * lyxfunc.C:
3206         * mathed/formulabase.C:
3207         * mathed/math_cursor.[Ch]:
3208         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
3209
3210
3211 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3212
3213         * lyxlength.[Ch] (operator!=): new function
3214
3215 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3216
3217         * text.C (workWidth): use Inset::parOwner to find out where the
3218         inset has been inserted. This is a huge performance gain for large
3219         documents with lots of insets. If Inset::parOwner is not set, fall
3220         back on the brute force method
3221
3222         * paragraph_pimpl.C (insertInset):
3223         * paragraph.C (Paragraph):
3224         (cutIntoMinibuffer): set parOwner of insets when
3225         inserting/removing them
3226
3227         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
3228
3229 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3230
3231         * tabular-old.C (getTokenValue):
3232         * tabular.C (getTokenValue):
3233         (write_attribute): new versions for LyXLength
3234         (everywhere): adjust the use of widths
3235
3236         * tabular.h: change the type of widths from string to LyXLength
3237
3238 2001-12-11  Ben Stanley <bds02@uow.edu.au>
3239
3240         * paragraph.C: fixed missing line number count when exporting
3241         Environments to LaTeX file
3242
3243         * buffer.C: added informational message for checking line numbers.
3244
3245 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3246
3247         * text2.C (deleteEmptyParagraphMechanism): if there is only one
3248         paragraph, do the 'double space' part, but not the 'empty
3249         paragraph' one.
3250
3251         * text.C (workWidth): small optimization
3252         (getLengthMarkerHeight): use minimal size for negative lengths.
3253
3254 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
3255
3256         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
3257
3258         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
3259
3260 2001-12-11  André Pönitz <poenitz@gmx.net>
3261
3262         * FontLoader.C:
3263         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
3264
3265 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
3266
3267         * text2.C: keep selection on a setFont()
3268
3269 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
3270
3271         * lyx_cb.C: another bv->text misuse, from insert label
3272
3273 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
3274
3275         * kbsequence.h:
3276         * kbsequence.C: re-instate nmodifier mask
3277
3278 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
3279
3280         * lyx_main.h: make lyxGUI private.
3281
3282 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
3283
3284         * lyxfind.C: place the cursor correctly on failed search
3285
3286 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3287
3288         * text.C (getLengthMarkerHeight): for small heights, the arrows
3289         are not always on top/bottom of the text
3290         (drawLengthMarker): smaller arrows; take the left margin in
3291         account; draw also vfills.
3292         (paintFirstRow):
3293         (paintLastRow): remove special code for vfill and standard spaces,
3294         since everything is handled in drawLengthMarker now.
3295
3296 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3297
3298         * buffer.C (insertErtContents): try to handle font and language
3299         interaction a bit better.g
3300
3301         * ColorHandler.C (updateColor): change the hash to cover the whole
3302         LColor enum, ws cleanup
3303         (getGCLinepars): ditto
3304         (getGCLinepars): only lookup in the linecache once.
3305
3306 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
3307
3308         * iterators.C (operator++): Make the iterator more robust
3309
3310         * BufferView2.C (removeAutoInsets): Use paragraph iterators
3311         (John's patch)
3312         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
3313
3314 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
3315
3316         * lyxtext.h:
3317         * text.C: better added space drawing
3318
3319 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
3320
3321         * LyXView.C:
3322         * BufferView2.C: fix layout combo update on inset unlock
3323
3324 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
3325
3326         * Makefile.am: don't compile unused files
3327
3328 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
3329
3330         * lyxfunc.C:
3331         * commandtags.h:
3332         * LyXAction.C: remove old LFUN_LAYOUTNO
3333
3334 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
3335
3336         * paragraph_pimpl.h:
3337         * paragraph_pimpl.C: isTextAt() doesn't need font param
3338
3339 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
3340
3341         * lyxlex.h:
3342         * lyxlex.C: little cleanup
3343
3344 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
3345
3346         * BufferView_pimpl.C: fix insertAscii for insets
3347
3348 2001-12-05  Juergen Vigna  <jug@sad.it>
3349
3350         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
3351         set the right font on the "multi" paragraph paste!
3352
3353 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3354
3355         * trans_decl.h:
3356         * trans_mgr.[Ch]:
3357         * trans.[Ch]:
3358         * lyxgluelength.C:
3359         * lyxlength.C: remove out-commented code.
3360
3361         * BufferView_pimpl:
3362         * CutAndPaste.C:
3363         * DepTable.C:
3364         * buffer.C:
3365         * chset.C:
3366         * lastfiles.C:
3367         * lyxlex.C:
3368         * lyxlex_pimpl.C:
3369         * lyxserver.C:
3370         * screen.C:
3371         * tabular-old.C:
3372         * tabular.C:
3373         * text.C:
3374         * trans_mgr.C:
3375         * vc-backend.C: change "while(" to "while ("
3376
3377         * lyxlength.[Ch]: add zero function to check if length is zero or
3378         not
3379         * lyxgluelength.C: use it
3380
3381 2001-12-05  Allan Rae  <rae@lyx.org>
3382
3383         * lyxlength.C: Attempted a fix for the abs(int) header selection.
3384         Works for 2.95.3, from what I understand of Garst's reports this should
3385         work for other g++ versions.  We're screwed if the abs(int) definition
3386         changed between bugfix releases of gcc.
3387
3388 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
3389
3390         * text.C: fix chapter label offset !
3391
3392 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
3393
3394         * lyxtext.h:
3395         * text.C: fix hfill at end of line, clean up
3396
3397 2001-12-04  Juergen Vigna  <jug@sad.it>
3398
3399         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
3400         that we force an update of the inset and it's owners if neccessary.
3401
3402 2001-12-03  Juergen Vigna  <jug@sad.it>
3403
3404         * text.C (rowLast): simplified code
3405
3406 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
3407
3408         * lyxfunc.C: fix show options on timeout
3409
3410 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3411
3412         * screen.C (topCursorVisible): scroll half a page when the cursor
3413         reached top of bottom of screen
3414
3415 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
3416
3417         * minibuffer.C: deactivate on loss of focus
3418
3419 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3420
3421         * vspace.[Ch] (operator!=): add operator.
3422
3423 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
3424
3425         * BufferView_pimpl.C: refuse to open an inset when
3426         there's a selection.
3427
3428 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
3429
3430         * BufferView_pimpl.C: allow to click on RHS of full row insets
3431
3432 2001-11-30  Juergen Vigna  <jug@sad.it>
3433
3434         * tabular.C (LyXTabular): add a same_id to set the same id's in the
3435         insets for undo reasons.
3436
3437 2001-11-28  André Pönitz <poenitz@gmx.net>
3438
3439         * vspace.[Ch]: cosmetical changes
3440
3441 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
3442
3443         * LyXAction.h:
3444         * LyXAction.C:
3445         * lyxfunc.h:
3446         * lyxfunc.C:
3447         * kbmap.h:
3448         * kbmap.C:
3449         * lyxrc.C:
3450         * kbsequence.h:
3451         * kbsequence.C: part re-write of old kb code
3452
3453         * Painter.C:
3454         * WorkArea.C: remove Lgb_bug_find_hack
3455
3456 2001-11-30  José Matos <jamatos@fep.up.pt>
3457
3458         * buffer.C (makeDocBookFile): add a comment to point a hack.
3459         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
3460         Fixed a double write of labels.
3461
3462 2001-11-29 Ben Stanley <bds02@uow.edu.au>
3463
3464         * LaTeX.C:
3465         * LaTeX.h Fixed bug in LaTeX class where it would not
3466         re-run latex if no depfiles were changed, but the .dvi was removed.
3467
3468 2001-11-28  André Pönitz <poenitz@gmx.net>
3469
3470         * all the files from the change on 2001/11/26:
3471         use lyx::layout_type instead of LyXTextClass::size_type
3472         use lyx::textclass_type instead of LyXTextClassList::size_type
3473
3474 2001-11-29  Juergen Vigna  <jug@sad.it>
3475
3476         * text.C: added support for paragraph::isFreeSpacing()
3477
3478         * buffer.C: same as above
3479
3480         * paragraph.h: inserted isFreeSpacing() function to enable
3481         FreeSpacing inside InsetERT.
3482
3483         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
3484         of the paragraph's in the cut/copy buffer to 0!
3485
3486         * text2.C (removeRow): remove the assert as it can!
3487
3488         * lyxtext.h: added helper function firstRow returning firstrow and
3489         made firstrow private again.
3490
3491         * BufferView2.C (lockInset): don't relock if we're already locked!
3492
3493         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
3494         the only paragraph.
3495         (removeRow): added Assert::(firstrow)
3496
3497         * debug.C: forgot to add INSETTEXT here.
3498
3499 2001-11-28  Juergen Vigna  <jug@sad.it>
3500
3501         * sp_spell.C (initialize): changed error text to more general
3502         spellchecker command use (not only ispell!)
3503
3504         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
3505
3506         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
3507
3508 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
3509
3510         * vspace.C: initialise lyxgluelength on failure
3511
3512 2001-11-28  Allan Rae  <rae@lyx.org>
3513
3514         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
3515         declaration & definition that looks like a function declaration.
3516
3517 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3518
3519         * BufferView2.C (copy):
3520         (copyEnvironment): do not clear the selection when doing a copy.
3521
3522         * text.C (paintFirstRow): compilation fix
3523
3524 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
3525
3526         * tabular.C (Latex): correct line count when writing latex.
3527
3528 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
3529
3530         * paragraph_pimpl.h:
3531         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
3532           bug a bit
3533
3534 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
3535
3536         * text.C:
3537         * LColor.h:
3538         * LColor.C: change vfillline->added_space
3539
3540         * text.C: add markers and text for added space
3541
3542         * vspace.C: fix comment
3543
3544 2001-11-28  André Pönitz <poenitz@gmx.net>
3545
3546         * paragraph.C: whitespace changes
3547         * all the other files from the change on 2001/11/26:
3548         change *::pos_type into lyx::pos_type
3549
3550 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
3551
3552         * buffer.C (parseSingleLyXformat2Token): Set the language to the
3553         language of the document when inserting error insets.
3554
3555 2001-11-26  André Pönitz <poenitz@gmx.net>
3556
3557         * BufferView_pimpl.[Ch]:
3558         *       CutAndPaste.C:
3559         * buffer.[Ch]:
3560         * lyxcursor.[Ch]:
3561         * lyxfind.C:
3562         * lyxfunc.C:
3563         * lyxrow.[Ch]:
3564         * paragraph.[Ch]:
3565         * paragraph_pimpl.[Ch]:
3566         * sp_spell.C:
3567         * text.C:
3568         * text2.C: reduce header dependencies, introduce type for positions
3569
3570 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
3571
3572         * <various>: change to use Alert.h
3573
3574 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
3575
3576         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
3577         when encountering an unknown token.
3578         (readLyXformat2): Show an error message if there were unknown tokens.
3579
3580 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
3581
3582         * BufferView2.C:
3583         * BufferView_pimpl.C:
3584         * buffer.C:
3585         * paragraph.h:
3586         * text.C:
3587         * text2.C: use par->isInset()
3588
3589 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
3590
3591         * paragraph_pimpl.h:
3592         * paragraph_pimpl.C: cleanup
3593
3594 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3595
3596         * text2.C (removeRow):
3597         * text.C (setHeightOfRow): remove useless (and costly) call to
3598         getRow.
3599
3600 2001-11-20  Allan Rae  <rae@lyx.org>
3601
3602         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
3603         Now need Inset*::checkInsertChar() to return true for appropriate
3604         cases so that the characters in the minibuffer will actually be
3605         inserted.
3606
3607 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3608
3609         * text.C: change the order of the includes.
3610         (workWidth): initialize it at once.
3611         (workWidth): make maxw unsigned
3612         (setHeightOfRow): remove unused variable (inset)
3613         (selectSelectedWord): remove unused variable (inset)
3614         (paintRowText): fix drawing of hfill characters, and clean up a bit.
3615
3616 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3617
3618         * lyxserver.C (emergencyCleanup): do not try to close pipes if
3619         server is not running.
3620         (openConnection):
3621         (closeConnection): add debug info when server is disabled.
3622
3623         * ColorHandler.C (getGCForeground): send debug message to GUI
3624         channel.
3625
3626         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
3627
3628         * kbmap.C (bind): modify because return conventions of
3629         kb_sequence::parse have changed.
3630
3631         * kbsequence.C (parse): only ignore spaces and not any stupid
3632         control character. This avoids tests like s[i] <= ' ', which are
3633         guaranteed to fail with 8bit characters and signed chars.
3634         Change return code to string::npos when there have been no error
3635         (0 was a bad idea when error is at first character)
3636
3637 2001-11-14  José Matos  <jamatos@fep.up.pt>
3638
3639         * buffer.h:
3640         * buffer.C (simpleDocBookOnePar): removed unused argument.
3641
3642 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3643
3644         * text.C (selectNextWordToSpellcheck): do not test explicitely for
3645         insets which are part of a word. Paragraph::isLetter takes care of
3646         that now. Use Paragraph::isInset to identify insets.
3647         (selectSelectedWord): do not test for hyphenation break.
3648
3649         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
3650         that protected spaces are considered as spaces.
3651
3652         * paragraph.C (isLetter): cleanup the code for ispell extras; use
3653         Inset::isLetter.
3654
3655 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
3656
3657         * lyxserver.h:
3658         * lyxserver.C: fix it. and small cleanup.
3659
3660 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
3661
3662         * BufferView_pimpl.C: use inline helpers
3663
3664         * LaTeXFeatures.h:
3665         * LaTeXFeatures.C: fix typos
3666
3667         * Spacing.h:
3668         * Spacing.C: move spacing_string into class
3669
3670         * ToolbarDefaults.C: move stuff into namespace anon
3671
3672         * layout.h: update enum
3673
3674         * lyxfunc.C: use better debug
3675
3676         * minibuffer.h: fix typo
3677
3678         * debug.h:
3679         * debug.C:
3680         * WorkArea.C: add and use Debug::WORKAREA
3681
3682         * lyxtext.h:
3683         * text.C:
3684         * text2.C: code re-organisation, inline helpers
3685
3686 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
3687
3688         * Layout.C: replaced a few cases of std::vector.size() == 0 with
3689         std::vector.empty().
3690
3691 2001-11-09  Allan Rae  <rae@lyx.org>
3692
3693         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
3694         '\n's after tables.  Tabular and ERT inset work now makes this no
3695         longer necessary.
3696
3697 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
3698
3699         * minibuffer.h:
3700         * minibuffer.C: fix crash, improve drop-down completion
3701
3702 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
3703
3704         * lyxserver.h:
3705         * lyxserver.C: invalidate fd's when doing endPipe()
3706
3707 2001-11-08  José Matos  <jamatos@fep.up.pt>
3708
3709         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
3710         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
3711
3712         * paragraph.h:
3713         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
3714
3715 2001-11-07  José Matos  <jamatos@fep.up.pt>
3716
3717         * buffer.h:
3718         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
3719         const qualifier.
3720
3721         * buffer.C (sgmlOpenTag):
3722         * buffer.C (sgmlCloseTag): removed debug info.
3723
3724         * buffer.h (sgmlOpenTag):
3725         * buffer.h (sgmlCloseTag): made public.
3726
3727 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3728
3729         * buffer.C (saveParamsAsDefaults):
3730         * lyx_cb.C (MenuLayoutSave): remove
3731
3732         * LyXAction.C (init):
3733         * commandtags.h:
3734         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
3735
3736 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3737
3738         * buffer.C (setPaperStuff): removed from here...
3739
3740         * bufferparams.C (setPaperStuff): ... and moved there.
3741
3742 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
3743
3744         * minibuffer.h:
3745         * minibuffer.C:
3746         * XFormsView.C: add support for drop-down completion
3747
3748 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
3749
3750         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
3751         commands.
3752
3753 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3754
3755         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
3756         disabled.
3757
3758 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
3759
3760         * lyx_main.C: change ref to known bugs
3761
3762 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
3763
3764         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
3765         to work around older babel problems.
3766
3767 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
3768
3769         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
3770
3771 2001-10-24  Juergen Vigna  <jug@sad.it>
3772
3773         * tabular-old.C (ReadOld): below variable changes reflected.
3774
3775         * tabular.[Ch]: added ltType struct for longtable header/footer
3776         defines and changed all instances where they are used. Added
3777         future support for double top/bottom rows.
3778
3779 2001-10-24  José Matos  <jamatos@fep.up.pt>
3780
3781         * buffer.h (docbookHandleCaption):
3782         * buffer.C (docbookHandleCaption): removed unused function.
3783         (makeDocBookFile): moved docbook supported version to v4.1.
3784
3785 2001-10-24  José Matos  <jamatos@fep.up.pt>
3786
3787         * tabular.h:
3788         * tabular.C (docbookRow): new function to export docbook code of a row.
3789         (DocBook): now honors the longtable flags.
3790
3791 2001-10-23  José Matos  <jamatos@fep.up.pt>
3792
3793         * LaTeXFeatures.h:
3794         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
3795         of the lyx defined sgml entities used in a docbook/linuxdoc document.
3796
3797         * buffer.C (makeLinuxDocFile):
3798         (makeDocBookFile): reworked the preamble, more clean, and with
3799         support for lyx defined entities. Changed the document declaration
3800         to be more XML friendly.
3801
3802         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
3803         if we need to output XML that should be done with a filter.
3804
3805 2001-10-22  Juergen Vigna  <jug@sad.it>
3806
3807         * sp_pspell.h (class PSpell): add alive function needed in the
3808         controller to see if the spellchecker could be started.
3809
3810 2001-10-22  Juergen Vigna  <jug@sad.it>
3811
3812         * buffer.C (insertStringAsLines): modify the font for inserting
3813         chars in certain conditions by calling checkInsertChar(font).
3814
3815 2001-10-19  Juergen Vigna  <jug@sad.it>
3816
3817         * text.C (workWidth): use getRow instead of wrong algorithm.
3818         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
3819
3820 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
3821
3822         * lyxserver.h:
3823         * lyxserver.C:
3824         * lyx_main.h:
3825         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
3826
3827 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3828
3829         * text.C (workWidth): do not search for the exact row when
3830         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
3831         optimization for big documents.
3832
3833 2001-10-18  Juergen Vigna  <jug@sad.it>
3834
3835         * text.C (workWidth): new function with added Inset * parameter.
3836
3837 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3838
3839         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
3840
3841         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
3842         change return type of getColumnNearX.
3843
3844
3845         * text.C (changeRegionCase): use uppercase/lowercase instead of
3846         toupper/tolower.
3847         (leftMargin):
3848         (rightMargin): simplify code by factoring out the uses of
3849         textclasslist.
3850         (labelFill):
3851         (numberOfHfills):
3852         (setHeightOfRow):
3853         (appendParagraph): use Paragraph::size_type
3854
3855 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3856
3857         * vspace.C (asLatexString): add a missing break
3858
3859 2001-10-15  Herbert Voss  <voss@perce.de>
3860
3861         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
3862
3863 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3864
3865         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
3866         is not available.
3867
3868 2001-10-10  André Pönitz <poenitz@gmx.net>
3869
3870         * lyxfunc.C: removed greek_kb_flag.
3871
3872 2001-10-10  Herbert Voss  <voss@perce.de>
3873
3874         * lyx_main.C: delete global string help_lyxdir.
3875
3876 2001-10-09  Herbert Voss  <voss@perce.de>
3877
3878         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
3879
3880         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
3881
3882         * lyx_main.C: added global string help_lyxdir.
3883
3884         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
3885
3886 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
3887
3888         * lyxrc.C (set_font_norm_type): support iso8859-4
3889
3890 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
3891
3892         * LaTeX.C (deplog): add another regex for MikTeX
3893
3894 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
3895
3896         * lyxrc.C (set_font_norm_type): support iso8859-3
3897
3898 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3899
3900         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
3901
3902         * LaTeXFeatures.C: remove special case of french and index
3903
3904         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
3905         before \begin{document}). This solves several incompatibilities.
3906
3907 2001-10-03  Garst Reese  <reese@isn.net>
3908
3909         * lyx_cb.C: change CheckTex error msg.
3910
3911 2001-10-03  José Matos  <jamatos@fep.up.pt>
3912
3913         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
3914
3915 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3916
3917         * .cvsignore: update
3918
3919         * lyx_main.C (commandLineVersionInfo): use new style version info.
3920
3921         * buffer.C (writeFile):
3922         (makeLaTeXFile):
3923         (makeLinuxDocFile):
3924         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
3925
3926         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
3927
3928         * version.h: update to use stuff in version.C
3929
3930         * version.C.in: new file. Contains version information determined
3931         at compile time. This is a merging of version.h and
3932         version_info.h.in.
3933
3934 2001-10-03  Juergen Vigna  <jug@sad.it>
3935
3936         * BufferView_pimpl.C (update): don't change "dirty" status in
3937         updateInset call.
3938
3939 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
3940
3941         * WorkArea.C (c-tor): re-position version string slightly.
3942
3943 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
3944
3945         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
3946         revert to previous code.
3947
3948         WorkArea.[Ch]: (show, destroySplash): methods removed.
3949
3950         WorkArea.C: rework code so that it's an amalgam of the codes before and
3951         after the splash screen was moved to WorkArea.
3952
3953 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3954
3955         * lyxrc.C (read):
3956         * vspace.C (inPixels):
3957         (lyx_advance):
3958         * kbmap.C (bind):
3959         * buffer.C (insertStringAsLines):
3960         (asciiParagraph): fix types to be large enough
3961
3962         * lyxlex_pimpl.h: change member status from short to int
3963
3964         * layout.h: fix type of endlabeltype
3965
3966         * kbmap.C (bind):
3967         * kbsequence.C (parse): change return type to string::size_type
3968
3969         * LaTeX.C (updateBibtexDependencies): comment out unneeded
3970         variable
3971
3972         * Bullet.C (bulletSize):
3973         (bulletEntry): do not use short ints as parameters
3974
3975         * BufferView2.C (insertLyXFile): change a char to an int.
3976
3977         * WorkArea.C (WorkArea): remove unneeded floats in computation
3978
3979 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
3980
3981         * buffer.C (asciiParagraph): Treat '\\' as other chars.
3982
3983         * paragraph.C (asString): Do not ignore newline/hfill chars when
3984         copying to the clipboard.
3985
3986 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
3987
3988         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
3989         after a multi-line inset.
3990
3991 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
3992
3993         * paragraph.C (validate): Set NeedLyXFootnoteCode
3994
3995 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
3996
3997         * lyxfont.C (LyXSizeNames): changed increase-error to increase
3998         and decrease-error to decrease.
3999
4000 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4001
4002         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
4003         it more readable (should be equivalent)
4004
4005 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
4006
4007         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
4008
4009 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4010
4011         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
4012         of a cursor (row, etc.) after a character has been deleted
4013         (deleteEmptyParagraphMechanism): call the method above on _all_
4014         cursors held by the LyXText when a double space has been
4015         detected/deleted.
4016
4017 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
4018
4019         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
4020         pixmap.
4021         (resizeCurrentBuff): remove code to destroy the old splash dialog.
4022
4023         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
4024         background. Use greyOut() and the new show() methods to toggle between
4025         the foreground and background. Add code to remove the splash after
4026         its initial showing.
4027
4028         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
4029         (create_forms): no longer call Dialogs::showSplash.
4030
4031 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4032
4033         * .cvsignore: add version_info.h
4034
4035 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4036
4037         * version_info.h.in: new file
4038
4039         * Makefile.am: add version_info.h.in
4040
4041         * lyx_main.C (commandLineVersionInfo): use version_info defined in
4042         version_info.h instead of VERSION_INFO
4043
4044 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
4045
4046         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
4047         The ERT inset now returns string().
4048
4049 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
4050
4051         * lyxtext.h, text.C (selectNextWord): renamed as
4052         selectNextWordToSpellcheck.
4053
4054         * text.C (selectNextWordToSpellcheck): Modified to not select
4055         words inside an ERT inset.
4056
4057 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4058
4059         * lyx_cb.C (MenuLayoutSave): change a bit the question
4060
4061         * sp_base.h: include <sys/types.h>
4062
4063 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
4064
4065         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
4066
4067 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
4068
4069         * several files: fix typos in user-visible strings
4070
4071 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4072
4073         * text2.C (pasteSelection): do not set the selection, since it
4074         will be cleared later. Actually, the intent was to fix the way the
4075         selection was set, but I figured rmoving the code was just as good.
4076
4077 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
4078
4079         * FontLoader.C (available): Check if font is available without
4080         loading the font.
4081
4082 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
4083
4084         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
4085
4086 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
4087
4088         * lyxrc.[Ch]: added display_graphics variable and associated code.
4089
4090 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4091
4092         * bufferparams.C (hasClassDefaults): new method. Returns true if
4093         the buffer parameters correspond to known class defaults
4094
4095 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
4096
4097         * XFormsView.C (show): set minimum size to the main window.
4098
4099 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4100
4101         * text2.C (copySelection):
4102         (cutSelection):
4103         * lyxfind.C (LyXReplace):
4104         * BufferView_pimpl.C (Dispatch): pass the correct flag to
4105         LyXText::selectionAsString.
4106
4107         * paragraph.C (asString): add "label" argument to the second form
4108
4109         * text2.C (selectionAsString): add "label" argument and pass it to
4110         Paragraph::asString.
4111
4112 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4113
4114         * lyx_main.C (commandLineHelp): remove version information
4115
4116 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
4117
4118         * lyx_main.C: add -version commandline option
4119
4120 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4121
4122         * paragraph.h: make the optional constructor arg required instead.
4123         some modifications to other files because of this.
4124
4125         * minibuffer.C (C_MiniBuffer_peek_event): make it static
4126
4127         * lyxserver.C (C_LyXComm_callback): make it static
4128
4129         * lyx_main.C (error_handler): make it static
4130
4131         * lyx_gui.C (LyX_XErrHandler): make it static
4132
4133         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
4134
4135         * WorkArea.C: make the extern "C" methods static.
4136
4137         * Makefile.am (lyx_LDADD): simplify
4138
4139 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
4140
4141         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
4142         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
4143
4144         * LyXAction.C (init):
4145         * lyxfunc.C (dispatch): associated code removal.
4146
4147 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4148
4149         * lyxfont.h (isSymbolFont): shut off warning
4150
4151         * text.C (setHeightOfRow):
4152         (getVisibleRow): fix crash with empty paragraphs which have a
4153         bottom line
4154
4155 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
4156
4157         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
4158         code.
4159
4160 2001-09-04  José Matos  <jamatos@fep.up.pt>
4161         * buffer.C
4162         * buffer.h
4163         * tabular.C (docbook): rename docBook method to docbook.
4164
4165 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
4166
4167         * Makefile.am: add dependencies to main.o.
4168
4169 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
4170
4171         * FontLoader.C (available): Return false if !lyxrc.use_gui
4172
4173 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
4174
4175         * FontInfo.C (query):
4176         * converter.C (view):
4177         * importer.C (Import):
4178         * exporter.C (Export): Can not -> cannot.
4179
4180 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
4181
4182         * BufferView_pimpl.C: allow to create index inset even if
4183           string is empty
4184
4185 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
4186
4187         * buffer.C (getLists): replace boost::tie code with an explicit pair
4188         as boost::tie can break some compilers.
4189
4190         * iterators.h: Added a std:: declaration to the return type of
4191         ParIterator::size.
4192
4193 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
4194
4195         * lyxrc.C: add help for view_dvi_paper_option, default to safe
4196           case.
4197
4198 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
4199
4200         * iterators.[Ch]: New files. Provide paragraph iterators.
4201
4202         * buffer.C (changeLanguage): Use paragraph iterators.
4203         (isMultiLingual): ditto
4204
4205         * BufferView2.C (ChangeInsets): Use paragraph iterators.
4206
4207 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
4208
4209         * FontLoader.C: Support for cmr font.
4210
4211 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
4212
4213         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
4214         (available): New method.
4215
4216         * FontInfo.C (getFontname): Use scalable fonts even when
4217         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
4218         found.
4219
4220 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
4221
4222         * converter.C (Formats::view): reverted! Incorrect fix.
4223
4224 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
4225
4226         * converter.C (Formats::view): only output the -paper option
4227         if the dvi viewer is xdvi, thereby fixing bug #233429.
4228
4229 2001-08-23  Herbert Voss  <voss@perce>
4230
4231         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
4232
4233 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
4234
4235         * Spacing.h (Spacing): Set space to Default on in the default
4236         constructor.
4237
4238 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4239
4240         * vc-backend.h (RCS::versionString): add RCS to version
4241         (CVS::versionString): add CVS to version
4242
4243         * vc-backend.C (scanMaster): do not add CVS to version.
4244         (scanMaster): do not add RCS to version
4245
4246         * lyxvc.C (versionString): new method
4247
4248         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
4249
4250 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4251
4252         * Spacing.C (set): initialize fval
4253
4254 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
4255
4256         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
4257         " or \.
4258
4259 2001-08-16  Juergen Vigna  <jug@sad.it>
4260
4261         * lyxfunc.C (dispatch): implemented the new FINISHED states.
4262
4263 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
4264
4265         * BufferView_pimpl.C:
4266         * figureForm.C:
4267         * lyxtext.h:
4268         * text2.C: setParagraph takes linespacing now
4269
4270 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
4271
4272         * LyxAction.C: add internal LFUN_CITATION_INSERT
4273
4274         * LyXView.C: actually apply fix
4275
4276         * bufferlist.C: fix open non-existent file
4277
4278         * lyxfind.C: fix indentation
4279
4280         * lyxfunc.C: remove unneeded assert, fix typo
4281
4282 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
4283
4284         * MenuBackend.C: use "Floatname List"
4285
4286 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
4287
4288         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
4289         when converting LaTeX layout to insetERT.
4290         Generate a non-collapsed float when reading old float
4291
4292 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
4293
4294         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
4295         ERT insets.
4296
4297 2001-08-13  Juergen Vigna  <jug@sad.it>
4298
4299         * text.C (fill): return 0 instead of 20 as this seems to be the more
4300         correct value.
4301
4302 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
4303
4304         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
4305         lyxrc.font_norm.
4306
4307 2001-08-13  Juergen Vigna  <jug@sad.it>
4308
4309         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
4310         casesensitive off.
4311         (SearchBackward): comment out the unlocking of the inset_owner this
4312         should not be needed!
4313
4314 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
4315
4316         * Many files: Remove inherit_language, and add latex_language
4317
4318         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
4319         collapsible insets.
4320
4321 2001-08-10  Juergen Vigna  <jug@sad.it>
4322
4323         * text.C (prepareToPrint): fixed hfill-width in draw!
4324
4325         * BufferView2.C (selectLastWord): save the selection cursor as this
4326         now is cleared in the function LyXText::clearSelection!
4327
4328 2001-08-08  Juergen Vigna  <jug@sad.it>
4329
4330         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
4331         BACKSPACE type functions.
4332
4333         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
4334         is only cutted from the document but not put in the cut-buffer, where
4335         still the old stuff should be.
4336
4337         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
4338
4339         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
4340
4341         * tabular.C (SetWidthOfCell): fixed special case where the width
4342         was not updated!
4343         (LeftLine): handle '|' in align_special.
4344         (RightLine): ditto
4345         (LeftAlreadyDrawed): ditto
4346         (SetWidthOfCell): ditto
4347
4348 2001-08-07  Juergen Vigna  <jug@sad.it>
4349
4350         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
4351
4352 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4353
4354         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
4355         * lyxlex.[hC]: ditto
4356
4357 2001-08-06  Juergen Vigna  <jug@sad.it>
4358
4359         * text.C (getVisibleRow): fix up row clearing a bit.
4360
4361 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4362
4363         * minibuffer.C: make sure the X server sees the changes in the input.
4364
4365 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4366
4367         * paragraph.C (getFont): split into...
4368         (getLabelFont): this
4369         (getLayoutFont): and this
4370         * paragraph_pimpl.C (realizeFont): calling this
4371
4372         * text2.C (getFont): split into...
4373         (getLayoutFont): this
4374         (getLabelFont): and this
4375         (realizeFont): all three calling this
4376
4377         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
4378         files where used.
4379
4380 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4381
4382         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
4383
4384 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
4385
4386         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
4387         layouts from the Quote inset insertion.
4388
4389 2001-08-03  Juergen Vigna  <jug@sad.it>
4390
4391         * BufferView_pimpl.C (update): do the fitCursor only at the end!
4392
4393         * screen.C (drawFromTo): don't call fitcursor here and do the loop
4394         only if status not is already CHANGED_IN_DRAW (second level).
4395
4396         * text.C (draw): don't set the need_break_row when inside an
4397         InsetText LyXText.
4398
4399 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4400
4401         * buffer.C (parseSingleLyXformat2Token): handle more latex
4402         conversion cases.
4403
4404         * bufferview_funcs.[hC]: change function names to
4405         begin with small char, adjust other files.
4406
4407 2001-08-02  André Pönitz <poenitz@gmx.net>
4408
4409         * lyxfunc.C:
4410         BufferView_pimpl.C: remove broken special code for math-greek
4411
4412 2001-08-02  Juergen Vigna  <jug@sad.it>
4413
4414         * BufferView_pimpl.C (update): redone this function so that we
4415         update the text again if there was a CHANGE_IN_DRAW.
4416
4417         * screen.C (cursorToggle): removed LyXText parameter and recoded.
4418         (drawFromTo): added a new internal bool which is used by draw() and
4419         redraw() function.
4420         (general): some cursor drawing problems fixed.
4421
4422 2001-08-01  Juergen Vigna  <jug@sad.it>
4423
4424         * lyxfind.C (LyXFind): fixed
4425         (SearchForward): ditto
4426         (SearchBackward): ditto
4427
4428         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
4429         spurius drawing of the cursor in the main area.
4430
4431         * text2.C (status): small fix which could lead to a segfault!
4432         (clearSelection): remove unneeded BufferView param.
4433
4434 2001-08-01  André Pönitz <poenitz@gmx.net>
4435
4436         * lyxfunc.C: small change due to changed mathed interface
4437
4438 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4439
4440         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
4441
4442 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
4443
4444         * lyxfunc.c: fail gracefully if file doesn't exist
4445
4446         * LyXSendto.C:
4447         * buffer.C:
4448         * lyxfunc.C:
4449         * BufferView_pimpl.C: IsDirWriteable() proto changed
4450
4451         * LyXView.C: fix updateWindowTitle() to store the last title
4452
4453 2001-07-31  Juergen Vigna  <jug@sad.it>
4454
4455         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
4456         the font (wrong since using of Paragraph::highestFontInRange).
4457
4458         * paragraph.C (highestFontInRange): added a default_size parameter.
4459
4460         * text.C (getVisibleRow): minor clear row changes (still not perfect).
4461         (setHeightOfRow): reformat
4462
4463 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4464
4465         * converter.[hC] + affected files: move to (inital-char)lowercase
4466         function names.
4467
4468         * ParagraphParameters.C (ParagraphParameters): remove commented code
4469
4470         * PainterBase.[Ch]: remove commented code
4471
4472         * LaTeXFeatures.h: add "bool floats" for float.sty
4473
4474         * LaTeXFeatures.C (LaTeXFeatures): init floats
4475         (require): handle float
4476         (getPackages): do it with floats
4477
4478 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4479
4480         * BufferView_pimpl.C (Dispatch): improve handling of
4481         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
4482
4483         * commandtags.h: #include lyxfont.h here temporarily to avoid
4484         keybinding bug.
4485
4486         * bufferlist.h: include LString.h here.
4487
4488 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4489
4490         * text2.C (getStringToIndex): new method.
4491
4492 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
4493
4494         * *: Reduced header file dependencies all over.
4495
4496 2001-07-30  Baruch Even  <baruch@lyx.org>
4497
4498         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
4499
4500 2001-07-29  Baruch Even  <baruch@lyx.org>
4501
4502         * buffer.C (readInset): Changed GRAPHICS to Graphics.
4503
4504 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4505
4506         * ParameterStruct.h (endif): add a default constructor to make
4507         sure that all variables is initialized.
4508
4509         * ParagraphParameters.C (ParagraphParameters): adjust
4510
4511 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4512
4513         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
4514         index; also, check that there is something to index, and that it
4515         does not span over several paragraphs.
4516         (doubleClick): use WHOLE_WORD_STRICT for double click.
4517
4518         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
4519
4520         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
4521         scheme.
4522
4523 2001-07-26  Baruch Even  <baruch@lyx.org>
4524
4525         * buffer.C (readInset): Changed to call up InsetGraphics when reading
4526         an InsetFig figure, backwards compatible reading of old figure code.
4527
4528 2001-07-27  Juergen Vigna  <jug@sad.it>
4529
4530         * text2.C: font.realize function adaption.
4531
4532         * text.C (draw): add a warnings lyxerr text if needed.
4533
4534         * layout.C: font.realize function adaption.
4535
4536         * language.C: add inherit_language and implement it's handlings
4537
4538         * bufferview_funcs.C (StyleReset): remove language parameter from
4539         font creation (should be language_inherit now).
4540
4541         * bufferparams.C (writeFile): handle ignore_language.
4542
4543         * paragraph.C (getFontSettings): the language has to be resolved
4544         otherwise we have problems in LyXFont!
4545
4546         * lyxfont.C (lyxWriteChanges): added document_language parameter
4547         (update): removed unneeded language parameter
4548
4549         * paragraph.C (validate): fixed wrong output of color-package when
4550         using interface colors for certain fonts in certain environments,
4551         which should not seen as that on the final output.
4552
4553 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
4554
4555         * BufferView_pimpl.C:
4556         * Thesaurus.h:
4557         * Thesaurus.C:
4558         * Makefile.am:
4559         * commandtags.h:
4560         * LyXAction.C: add thesaurus support
4561
4562         * lyxfind.h:
4563         * lyxfind.C: add "once" parameter, for thesaurus, to not
4564           move to the next match
4565
4566 2001-07-26  Juergen Vigna  <jug@sad.it>
4567
4568         * lyxfont.C (realize): honor ignore_language too!
4569         (resolved): ditto.
4570
4571         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
4572
4573         * text.C (draw): one place more for ignore_language to not draw
4574         itself!
4575
4576 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
4577
4578         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
4579
4580 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4581
4582         * buffer.C (parseSingleLyXformat2Token): a more general fix for
4583         the minipage conversion problem.
4584
4585 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4586
4587         * buffer.C (parseSingleLyXformat2Token): check minipage if we
4588         insert an inset.
4589
4590 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4591
4592         * BufferView.h: don't forward declare WorkArea
4593
4594         * BufferView.C: don't include WorkArea.h
4595
4596 2001-07-25  André Pönitz <poenitz@gmx.net>
4597
4598         * commandtags.h:
4599         * LyXAction.C:
4600         * lyxfunc.C:  new LFUN 'math-space'
4601
4602         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
4603
4604 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4605
4606         * text2.C (toggleInset): call open/close
4607
4608 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4609
4610         * lyxfunc.C (dispatch): add debug for the disabled case
4611
4612         * font.C (buttonText): make similar to rectText
4613
4614         * buffer.C (readInset): comment out parsing of insetlist and
4615         insttheorem
4616
4617         * PainterBase.C (rectText): small correction
4618
4619         * BufferView_pimpl.C: comment out insettheorem and insetlist
4620         * LyXAction.C: ditto
4621         * commandtags.h: ditto
4622
4623 2001-07-24  Juergen Vigna  <jug@sad.it>
4624
4625         * text.C (draw): honor the ignore_language.
4626
4627         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
4628
4629 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4630
4631         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
4632         char inset.
4633
4634 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4635
4636         * lyxtext.h: remove unused (and unimplemented) methods
4637
4638 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4639
4640         * text.C (getVisibleRow): honor background color
4641
4642         * PainterBase.h:
4643         * Painter.h: remove default color argument for fillRectangle
4644
4645         * text.C (backgroundColor): new method
4646
4647 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4648
4649         * text.C (getVisibleRow): adjust
4650
4651         * font.[Ch] (rectText): new method, metrics
4652         (buttonText): new method, metrics
4653
4654         * PainterBase.[hC]: make rectText and buttonText always draw and take
4655         fewer paramteres.
4656
4657 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4658
4659         * ToolbarDefaults.C (read):
4660         * MenuBackend.C (read): allow escaping in all strings
4661
4662         * BufferView_pimpl.C (insertAndEditInset): new method.
4663         (Dispatch): use insertAndEditInset whenever appropriate.
4664
4665         * BufferView_pimpl.C (insertNote): removed
4666
4667         * BufferView_pimpl.C (smartQuote): new method, moved from
4668         BufferView; if an insetquote cannot be inserted, insert a '"'
4669         character instead.
4670
4671         * BufferView2.C: remove insertCorrectQuote();
4672
4673         * lyxfunc.C (getStatus): Add support for all remaingin
4674         inset-insert lfuns.
4675
4676         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
4677
4678         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
4679         command (necessary to pass " as parameter of self-insert.
4680
4681         * text.C (selectWordWhenUnderCursor):
4682         (selectWord): add word_location parameter
4683         (selectWordWhenUnderCursor): same + remove special code for word
4684         boundary.
4685         (selectNextWord): use kind() to guess type of insetspecialchar,
4686         not latex().
4687
4688         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
4689         (insertErtContents): create ert insets as collapsed.
4690         (readInset): better compatibility code for Info inset.
4691
4692 2001-07-20  Juergen Vigna  <jug@sad.it>
4693
4694         * lyxfunc.C (dispatch): use always LyXFind now!
4695
4696         * text2.C (init): add a reinit flag so that the LyXText can be
4697         reinited instead of deleted and reallocated (used in InsetText).
4698
4699         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
4700
4701         * text.C: ditto
4702
4703         * text2.C: ditto
4704
4705 2001-07-18  Juergen Vigna  <jug@sad.it>
4706
4707         * text.C (selectNextWord): handle insets inside inset by calling
4708         always the bv->text functions so that we can go up the_locking_inset!
4709
4710         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
4711         in strange locations when inside an inset!
4712
4713         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
4714         handling to include insets.
4715
4716         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
4717
4718 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4719
4720         * LyXAction.C (init):
4721         * commandtags.h:
4722         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
4723         LIGATURE_BREAK, since the name is so stupid.
4724
4725 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
4726
4727         * buffer.C (readInset): enable reading of new InsetNotes as well as old
4728         InsetInfos.
4729
4730         * FontLoader.C: remove FORMS_H_LOCATION cruft.
4731
4732         * sp_form.[Ch]: remove.
4733
4734         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
4735
4736         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
4737         InsetInfo.
4738
4739         * src/buffer.C (readInset): ditto.
4740
4741 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4742
4743         * BufferView_pimpl.C (specialChar): new method. Obsoletes
4744         menuSeparator(), endOfSentenceDot(), ldots() and
4745         hyphenationPoint(), which are therefore removed.
4746         (Dispatch): handle LFUN_HYPHENATION_BREAK.
4747
4748         * LyXAction.C (init):
4749         * commandtags.h: add LFUN_HYPHENATION_BREAK.
4750
4751         * paragraph.C (getWord): removed.
4752
4753         * BufferView_pimpl.C (Dispatch): use last word or selection for
4754         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
4755
4756         * lyx_main.C (queryUserLyXDir): do not ask before creating
4757         user_dir, except if it has been named explicitely.
4758
4759 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
4760
4761         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
4762         a document of zero size.
4763
4764 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
4765
4766         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
4767         approriately in the c-tor and in require().
4768         (getPackages): output the appropriate LaTeX for natbib support.
4769
4770         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
4771         variables "use_natbib" and "use_numerical_citations" when reading the
4772         LyX file.
4773         (readInset): read the various natbib cite commands.
4774         (validate): white-space change.
4775
4776         * bufferparams.[Ch]: new variables "bool use_natbib" and
4777         "bool use_numerical_citations".
4778         (writeFile): output them in the LyX file.
4779
4780 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4781
4782         * lyxfunc.C (getStatus): add support for all the inset insertion
4783         commands.
4784
4785         * text2.C (insertInset):
4786         * paragraph.C (insetAllowed):
4787         * BufferView_pimpl.C (insertInset): update to take in account the
4788         renaming of insertInsetAllowed
4789
4790         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
4791
4792         * text2.C (getInset): new method. returns inset at cursor position.
4793
4794         * BufferView_pimpl.C (Dispatch): changes because of this.
4795
4796         * LyXAction.C (init): rename open-stuff to inset-toggle.
4797
4798         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
4799
4800         * text2.C (toggleInset): renamed from openStuff; use
4801         Inset::open().
4802
4803 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
4804
4805         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
4806
4807         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
4808
4809 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
4810
4811         * buffer.C (readLyXformat2): Add filename to the error dialog
4812
4813 2001-07-18  Juergen Vigna  <jug@sad.it>
4814
4815         * tabular.C (GetCellNumber): put an assert here instead of the check!
4816
4817 2001-07-17  Juergen Vigna  <jug@sad.it>
4818
4819         * BufferView_pimpl.C (toggleSelection): adapted too.
4820
4821         * text.C (selectNextWord): adapted for use with insets.
4822         (selectSelectedWord): ditto
4823
4824 2001-07-17  Juergen Vigna  <jug@sad.it>
4825
4826         * sp_spell.C (PSpell): fix initialitation order.
4827
4828 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4829
4830         * paragraph.C: spacing
4831
4832 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
4833
4834         * sp_spell.C: repair language selection for pspell
4835
4836 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4837
4838         * lyxfunc.h: change more methods to begin with lower char.
4839
4840 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
4841
4842         * buffer.C (parseSingleLyXformat2Token): Generate error insets
4843         for unknown layouts.
4844
4845 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
4846
4847         * buffer.C (readLyXformat2): Generate an error dialog if there are
4848         unknown layouts.
4849
4850 2001-07-16  Juergen Vigna  <jug@sad.it>
4851
4852         * sp_spell.C: always compile ISpell part.
4853
4854         * lyxrc.C: added use_pspell entry and it's handling.
4855
4856 2001-07-13  Juergen Vigna  <jug@sad.it>
4857
4858         * sp_spell.C: removed double includes.
4859
4860 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
4861
4862         Consistent use of Lsstream.h:
4863         * Lsstream.h: added using std::stringstream for consistencies sake.
4864
4865         * buffer.C: removed using std::stringstream
4866
4867         * lyxfont.C (stateText):
4868         * paragraph.C (asString):
4869         * text.C (selectNextWord, selectSelectedWord):
4870         * text2.C (setCounter):
4871         * vspace.C (asString, asLatexString):
4872         std::ostringstream -> ostringstream.
4873
4874 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
4875
4876         * LyXAction.C: add LFUN_HELP_ABOUTLYX
4877         * commandtags.h: add LFUN_HELP_ABOUTLYX
4878         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
4879
4880 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
4881
4882         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
4883         cursorToggle()
4884         * lyx_gui_misc.C: remove spellchecker
4885         * lyxfunc.C: showSpellchecker
4886         * sp_base.h: added
4887         * sp_ispell.h: added
4888         * sp_pspell.h: added
4889         * sp_spell.C: added
4890         * sp_form.[Ch]: removed
4891         * spellchecker.[Ch]: removed
4892
4893 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
4894
4895         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
4896         is set.
4897         (simpleTeXSpecialChars): Simply print the input character without
4898         any special translation if pass_thru is set.
4899
4900         * layout.h: Added bool pass_thru to layout class for being able to
4901         implement pass through of a paragraph for Literate Programming.
4902
4903         * layout.C: add LT_PASS_THRU to LayoutTags enum.
4904         * layout.C (LyXLayout): set pass_thru to flase in constructor.
4905         * layout.C (Read): add "passthru" to list of layout tags and add
4906         code to set the pass_thru boolean when it is read.
4907
4908 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4909
4910         * trans_decl.h: remove allowed from KmodInfo
4911
4912         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
4913         remove allowed code
4914         (Load): adjust
4915
4916         * paragraph_pimpl.C (erase): use boost::prior
4917
4918         * Painter.C (text): use data() instead of c_str() when length is
4919         also provided.
4920         * WorkArea.C (putClipboard): ditto
4921         * font.h (width): ditto
4922
4923         * BufferView2.C: use it-> instead of (*it). for iterators
4924         * texrow.C: ditto
4925         * paragraph_pimpl.C: ditto
4926         * paragraph.C: ditto
4927         * minibuffer.C: ditto
4928         * language.C: ditto
4929         * kbmap.C: ditto
4930         * encoding.C: ditto
4931         * counters.C: ditto
4932         * converter.C: ditto
4933         * chset.C: ditto
4934         * Variables.C: ditto
4935         * TextCache.C: ditto
4936         * MenuBackend.C: ditto
4937         * LyXAction.C: ditto
4938         * LColor.C: ditto
4939         * FloatList.C: ditto
4940         * DepTable.C: ditto
4941         * ColorHandler.C (LyXColorHandler): ditto
4942
4943 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4944
4945         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
4946
4947         * text2.C (openStuff): reintroduce this method (which had been
4948         nuked in NEW_INSETS frenzy).
4949
4950         * lyxfunc.C (Dispatch): when an action has not been handled, use
4951         its name in the error message, not its number.
4952
4953         * paragraph.C (inInset): change method name to begin with lowercase.
4954
4955         * undo_funcs.C:
4956         * text2.C: updates because of this.
4957
4958 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4959
4960         * ToolbarDefaults.C (add): add spaces in error message
4961
4962 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4963
4964         * buffer.C (readLyXformat2): initialize the ert comp. variables.
4965         (readLyXformat2): rename return_par to first_par, use lyxlex's
4966         pushToken and remove the manual push handling.
4967         (parseSingleLyXformat2Token): add another ert comp. variable:
4968         in_tabular, rename return_par to first_par. handle newlines better
4969
4970 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4971
4972         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
4973
4974 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4975
4976         * text2.C (getParFromID): removed
4977
4978         * buffer.C (getParFromID): new method moved form lyxtext.
4979         * BufferView2.C (insertErrors): adjust
4980         (setCursorFromRow): adjust
4981         * BufferView_pimpl.C (restorePosition): adjust
4982         * lyxfunc.C (Dispatch): adjust
4983         * undo_funcs.C (textUndo): adjust
4984         (textRedo): adjust
4985         (textHandleUndo): adjust
4986         (textHandleUndo): adjust
4987
4988 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4989
4990         * buffer.C: up' the LYX_FORMAT
4991
4992         * lyxfont.h: turn NO_LATEX on as default
4993
4994         * buffer.C (insertErtContents): new methods of tex style compability.
4995         (parseSingleLyXformat2Token): use it several places.
4996         * tabular.C (OldFormatRead): and here
4997
4998 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4999
5000         * text2.C: remove some commented code.
5001         reindent file.
5002
5003         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
5004         * trans.C: changes because of the above.
5005
5006 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
5007
5008         * text2.C (setCounter): Fix counters bug with bibliography layout.
5009
5010 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5011
5012         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
5013         own member functions
5014         (simpleTeXSpecialChars): ditto
5015
5016 2001-07-06  Juergen Vigna  <jug@sad.it>
5017
5018         * a lot of files: changed the access to LyXText::status and the
5019         call of undo-functions.
5020
5021         * undo.[Ch]: added a inset_id to the undo informations.
5022
5023         * undo_funcs.[Ch]: added and moved here all undo functions.
5024
5025         * lyxtext.h: give the status enum a weight, made status_ a private
5026         variable and made accessor functions for it, removed the whole bunch
5027         of undo-functions as they are now in their own file, make some
5028         functions publically available. Added function ownerParagraph with
5029         int parameter.
5030
5031         * paragraph.[Ch]: added "bool same_ids" to the constructor,
5032         made InInset() a const function, added getParFromID() function.
5033
5034         * buffer.[Ch]: added const version for inset_iterator functions,
5035         added getInsetFromID() function.
5036
5037         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
5038         changed undo functions for new version.
5039
5040 2001-07-05  Juergen Vigna  <jug@sad.it>
5041
5042         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
5043         unknow mechanism does not call the proper constructor but only this
5044         one also if I request the other!?
5045
5046 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5047
5048         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
5049
5050         * text2.C (LyXText): use initialization lists.
5051
5052         * lyxtext.h (Selection): initialize set_ and mark_
5053         (init): remove method
5054
5055 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
5056
5057         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
5058
5059 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5060
5061         * screen.[Ch]: change method names to begin with lowercase
5062
5063         * BufferView_pimpl.C (updateScrollbar): simplify further and
5064         hopefully make it a bit faster.
5065
5066 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5067
5068         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
5069         calling directly xforms functions.
5070
5071         * Painter.C (Painter):
5072         * lyx_cb.C (MenuWrite):
5073         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
5074         fl_display.
5075
5076         * lyx_gui.C: remove bogus guiruntime extern declaration.
5077
5078 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5079
5080         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
5081         in NEW_INSETS
5082         (redoDrawingOfParagraph): ditto
5083         (redoParagraphs): ditto
5084         (cutSelection): don't create a object for CutAndPaste use the
5085         static method directly
5086         (pasteSelection): ditto
5087
5088         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
5089         LyXview (+ rename)
5090
5091 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5092
5093         * modifications to some other files because of this.
5094
5095         * Makefile.am (lyx_SOURCES): add XFormsView
5096
5097         * XFormsView.[Ch]: new files
5098
5099         * LyXView.[Ch]: make LyXView a base class for the gui handling for
5100         the main window. Move the gui dependent stuff to XFormsView
5101
5102 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5103
5104         * tabular.C (GetCellInset): update cur_cell also in the row/col
5105         version of this function.
5106
5107         * lyxfunc.C: no need to include figure_form.h here.
5108
5109         * FontLoader.h:
5110         * lyxfunc.h:
5111         * lyxscreen.h:
5112         * text2.C:
5113         * lyxvc.C: no need to include forms.h here.
5114
5115 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5116
5117         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
5118
5119         * lyxfunc.C (Dispatch):
5120         * Spacing.C (set):
5121         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
5122         constructor argument.
5123
5124 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5125
5126         * paragraph.C (Paragraph): dont't clear, and just set layout.
5127         (makeSameLayout): use params's copy contructor.
5128
5129         * ParagraphParameters.[Ch] (makeSame): delete method
5130
5131 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
5132
5133         * Variables.[Ch]: fix indentation, rename set to isSet
5134
5135 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5136
5137         * lyxfunc.C (Dispatch): fix typo
5138
5139 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5140
5141         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
5142         upper_bound.
5143
5144         * bufferlist.C: include assert.h for emergencyWrite().
5145
5146 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
5147
5148         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
5149           give up at last (bug #425202) !
5150
5151 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
5152
5153         * lyx_gui_misc.C:
5154         * sp_form.h:
5155         * sp_form.C:
5156         * spellchecker.h:
5157         * spellchecker.C: strip spellchecker options and bring up
5158           preferences tab instead
5159
5160 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5161
5162         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
5163         the istringstream constructor
5164
5165 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5166
5167         * paragraph.C (getLayout): fix return value
5168
5169         * paragraph.h: do not declare getLayout as inline.
5170
5171         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
5172
5173 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5174
5175         * lyxcursor.h (operator<): new func
5176         (operator>): new func
5177         (operator>=): new func
5178         (operator<=): new func
5179
5180         * text.C (changeCase): use selection.start and selection.end
5181         (changeRegionCase): require from to be <= to. Require par to be a
5182         valid paragraph.
5183
5184         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
5185
5186 2001-06-27  Juergen Vigna  <jug@sad.it>
5187
5188         * text.C (cursorLeftOneWord): changed to return the cursor and added
5189         overlay with BufferView * parameter which calls this one.
5190         (getWord): added
5191         (selectWord): use new getWord function.
5192         (changeCase): renamed from changeWordCase as and extended to work
5193         also on selections.
5194
5195         * lyxtext.h: added enum word_location
5196
5197         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
5198         changeCase as this operates now also on selections.
5199
5200 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
5201
5202         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
5203
5204         * many files: send debug output to Debug::INFO instead of
5205         Debug::ANY.
5206
5207         * converter.C (View):
5208         (Convert):
5209         (Move): send debug output to Debug::FILES instead of console.
5210
5211 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
5212
5213         * lyxfunc.C (getStatus): use func_status
5214
5215         * func_status.h: new header, describing the results of
5216         LyXFunc::getStatus;
5217
5218         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
5219         LFUN_MATH_HALIGN.
5220
5221 2001-06-25  The LyX Project  <jug@sad.it>
5222
5223         * buffer.C (sgmlOpenTag):
5224         (sgmlCloseTag):
5225         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
5226
5227 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5228
5229         * text2.C: remove some dead code
5230
5231         * tabular.C (GetCellInset): store the last cell checked (gotten)
5232
5233         * tabular.h: add the helper for the speedup
5234
5235         * lyxtext.h: remove some dead code
5236
5237 2001-06-26  The LyX Project  <Asger>
5238
5239         * paragraph.C: Change export to LaTeX of alignment to
5240         \begin{center} and family for better roundtrip work with reLyX.
5241
5242         * Tune the math drawing a bit.
5243
5244 2001-06-25  The LyX Project  <Asger>
5245
5246         * LColor.C (LColor): New color for math background. New color
5247         for buttons.
5248
5249 2001-06-25  The LyX Project  <jug@sad.it>
5250
5251         * lyxfunc.C (MenuNew): remove extra check for .lyx file
5252
5253         * lyxfunc.C (Open):
5254         * bufferlist.C (newFile): do not restrict to files ending with
5255         .lyx
5256
5257         * BufferView_pimpl.C (MenuInsertLyXFile):
5258
5259 2001-06-24  The LyX Project  <jug@sad.it>
5260
5261         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
5262         of compare_no_case
5263
5264 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5265
5266         * lyxtext.h: rename most methods to begin with a small char.
5267         Lots of changes because of this.
5268
5269         * paragraph.C (Paragraph): do not call fitToSize
5270         (erase): call Pimpl::erase
5271         (insertChar): call Pimpl::insertChar
5272         (insertInset): call Pipl::insertInset
5273         (breakParagraph): do not call fitToSize
5274         (breakParagraphConservative): do not call fitToSize
5275         (fitToSize): remove method
5276
5277         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
5278
5279 2001-06-24  The LyX Project  <Asger>
5280
5281         * Fix Qt compilation^2
5282
5283 2001-06-24  The LyX Project  <jug@sad.it>
5284
5285         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
5286         depthHook(getDepth()-1).
5287
5288         * paragraph.h:
5289         * ParagraphParameters.h:
5290         * ParameterStruct.h: change type of depth to unsigned int ==
5291         depth_type. Many adaptations to other files before of that.
5292
5293 2001-06-24  The LyX Project  <Asger>
5294
5295         * Fix Qt compilation.
5296
5297 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5298
5299         * paragraph.h: renamed several methods to begin with small letter.
5300         several changes to many parts of the code because of this.
5301
5302 2001-06-23  The LyX Project  <jug@sad.it>
5303
5304         * text2.C (InsertStringAsLines): renamed from InsertStringA;
5305         rewritten to discard all double spaces when KeepEmpty is off
5306         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
5307         to only handle newlines but not fiddle with spaces and friends.
5308
5309         * lyxfunc.C (MenuNew): when doing 'new from template', use
5310         template_path as default directory
5311
5312 2001-06-23  The LyX Project  <Asger>
5313
5314         * Clean-up of header file includes all over
5315         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
5316
5317 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5318
5319         * paragraph.h: renamed from lyxparagraph.h
5320
5321 2001-06-23  Asger  <lyx@violet.home.sad.it>
5322
5323         * Buffer.h: Removed Buffer::resize
5324         * BufferList.h: Removed BufferList::resize
5325         * LyXView.h: Added LyXView::resize. This way, we will only reflow
5326         the document lazily when we change the width, or the font settings.
5327
5328 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
5329
5330         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
5331
5332 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
5333
5334         * buffer.h: remove out of date comment
5335
5336 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
5337
5338         * lyxscreen.h:
5339         * screen.C: fix "theoretical" GC leak
5340
5341 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5342
5343         * LaTeX.C (scanAuxFile):
5344         (deplog): remove trailing \r when reading stream (useful under
5345         win32)
5346
5347 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
5348
5349         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
5350         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
5351         and BufferView::theLockingInset(Inset*), so should use them and not
5352         access bv_->text->the_locking_inset directly.
5353
5354         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
5355
5356 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
5357
5358         * Makefile.am:
5359         * tex-defs.h: remove old unused file
5360
5361 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
5362
5363         * BufferView_pimpl.C: fix typo, remove minibuffer message
5364           when buffer has loaded
5365
5366 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5367
5368         * lyxfunc.C (Dispatch): use stringstream
5369         (MenuNew): use stringstream
5370         (Open): use stringstream
5371
5372         * importer.C (Import): use stringstream
5373
5374         * bufferview_funcs.C (CurrentState): use stringstream
5375
5376         * LaTeX.C (run): use stringstream
5377
5378         * BufferView_pimpl.C (savePosition): use stringstream
5379         (restorePosition): use stringstream
5380         (MenuInsertLyXFile): use stringstream
5381
5382 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
5383
5384         * BufferView.C:
5385         * Bullet.C:
5386         * ColorHandler.C:
5387         * FontInfo.C:
5388         * FontLoader.C:
5389         * LColor.C:
5390         * LaTeXFeatures.C:
5391         * Painter.C:
5392         * gettext.C:
5393         * lyx_gui_misc.C:
5394         * lyxserver.C:
5395         * vspace.C: removed // -*- C++ -*- as first line.
5396
5397         * lyxfind.h:
5398         * version.h: added // -*- C++ -*- as first line.
5399
5400 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5401
5402         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
5403
5404         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
5405         of string
5406
5407 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5408
5409         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
5410         of floats.
5411
5412 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5413
5414         * gettext.C: include LString.h even when --disable-nls is on.
5415
5416 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
5417
5418         * converter.h (Get): changed argument type from int to
5419         FormatList::size_type to avoid unnecessary conversion.
5420
5421         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
5422         before using it.
5423
5424 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5425
5426         * gettext.h: include LString.h even when --disable-nls is on.
5427
5428 2001-06-07  Juergen Vigna  <jug@sad.it>
5429
5430         * text.C (BreakAgain): subst spaces with tabs.
5431
5432         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
5433         (resizeInsetsLyXText): set force on resizeLyXText.
5434
5435 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5436
5437         * gettext.h (gettext_init):
5438         (locale_init): use a real definition instead of a macro
5439
5440 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
5441
5442         * Bufferview_pimpl.C:
5443         * LColor.h:
5444         * LColor.C: further lcolor tidies
5445
5446 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5447
5448         * BufferView_pimpl.C (updateScrollbar): simplify.
5449
5450         * BufferView2.C: don't include insets/insetinfo.h, change
5451         prototype for insertInset and call the Pimpl version. let
5452         updateInset call Pimpl version.
5453
5454         * BufferView.h: move inset_slept to BufferView::Pimpl, move
5455         gotoInset to BufferView::Pimpl
5456
5457 2001-06-01  Juergen Vigna  <jug@sad.it>
5458
5459         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
5460         inside a LockingInset (is the update needed at all?).
5461
5462 2001-05-31  Juergen Vigna  <jug@sad.it>
5463
5464         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
5465         here not the old one otherwise how should we compare it afterwards
5466         if it's the same!
5467
5468 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5469
5470         * lyxfont.C:
5471         * tabular.C:
5472         * tabular-old.C:
5473         * FontInfo.C: bring C functions into global namespace when
5474         necessary
5475
5476 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5477
5478         * LString.h: make sure config.h has been loaded before LString.h.
5479
5480         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
5481         (one for each char read by EatLine!).
5482
5483         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
5484         variables.
5485
5486 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5487
5488         * paragraph.C (BreakParagraph): set the inset_owner in the new par
5489         to the same as the par we break from
5490
5491 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5492
5493         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
5494
5495         * MenuBackend.C (expand): also create menu entries for wide
5496         versions of the floats.
5497
5498         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
5499
5500         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
5501
5502         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
5503         frontends/Makefile.am
5504
5505         * text2.C: adjust
5506         * text.C: adjust
5507
5508
5509         * tabular.C (getTokenValue): add std::
5510
5511         * tabular-old.C (getTokenValue): add std::
5512         (getTokenValue): ditto
5513         (getTokenValue): ditto
5514
5515         * screen.C (ToggleSelection): adjust
5516
5517         * lyxtext.h: put selection cursors inside a Selection struct.
5518
5519         * lyxfunc.C (moveCursorUpdate): adjust
5520
5521         * lyxfont.C (latexWriteStartChanges): add std::
5522
5523         * lyxfind.C: adjust
5524
5525         * font.h: delete with(char const *, LyXFont const &)
5526
5527         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
5528
5529         * FontInfo.C (getFontname): add std::
5530
5531         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
5532         (workAreaButtonPress): adjust
5533         (tripleClick): adjust
5534         (update): adjust
5535         (moveCursorUpdate): adjust
5536         (Dispatch): adjust
5537
5538         * BufferView2.C (gotoInset): adjust
5539
5540 2001-05-30  Juergen Vigna  <jug@sad.it>
5541
5542         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
5543         to check pspell I add this as default as I now have new pspell
5544         libraries and they seem to use this.
5545
5546 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5547
5548         * text2.C (CutSelection): make the cursor valid before the call to
5549         ClearSelection.
5550
5551 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5552
5553         * kbsequence.C (parse): de-uglify a bit the parsing code, which
5554         relied on 0 terminated strings and other horrors. Bug found due to
5555         the new assert in lyxstring!
5556
5557         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
5558         KP_ keys.
5559
5560 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5561
5562         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
5563         to latinkeys.bind.
5564
5565         * lyxfunc.C (processKeySym): change method of getting to the
5566         self-insert char.
5567
5568         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
5569         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
5570         * BufferView_pimpl.[Ch]: here as private methods.
5571
5572 2001-05-28  Juergen Vigna  <jug@sad.it>
5573
5574         * text.C (SetHeightOfRow): added the update() call again as it is
5575         needed to initialize inset dimensions!
5576
5577 2001-05-16  Juergen Vigna  <jug@sad.it>
5578
5579         * text2.C (SetCharFont): Add new function with BufferView * and
5580         bool toggleall parameters for setting insets internal fonts.
5581         (SetFont): Freeze the undo as we may change fonts in Insets and
5582         all this change should be inside only one Undo!
5583
5584         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
5585         setting font's in insets as for them we have the SetFont function!
5586
5587 2001-05-15  Juergen Vigna  <jug@sad.it>
5588
5589         * text2.C (ClearSelection): to be sure we REALLY don't have any
5590         selection anymore!
5591
5592         * tabular.C (TeXCellPreamble): fixed the left border problem for
5593         multicolumn cells.
5594
5595 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
5596
5597         * LaTeX.C (deplog): Make sure that the main .tex file is in the
5598         dependancy file
5599
5600 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5601
5602         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
5603         LFUN_BREAKPARAGRAPH.
5604
5605         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
5606         help test to "internal only", similar for LFUN_INSERT_URL
5607
5608         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
5609         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
5610         auto_region_delete and deadkeys.
5611
5612 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
5613
5614         * LColor.h:
5615         * LColor.C: remove some dead entries, tidy a little
5616
5617 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5618
5619         * lyxfunc.C (processKeySym): comment the Escape handling, remove
5620         commented code.
5621         (Dispatch): implement LFUN_ESCAPE
5622
5623         * commandtags.h: add LFUN_ESCAPE
5624
5625         * LyXAction.C (init): add entry for LFUN_ESCAPE
5626
5627         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
5628         Remove commented code.
5629         (insertNote): moved here
5630         (open_new_inset): moved here
5631
5632         * BufferView[2].[Ch]: move insertNote and open_new_inset to
5633         BufferView_pimpl
5634
5635 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5636
5637         * kbmap.C (findbinding): clean it up and make it work correctly.
5638
5639         * lyx_main.C (init): do not pass argc and argv as parameters
5640
5641 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
5642
5643         * buffer.C: fix path for OS/2 & Win32
5644
5645         * lyx_gui.C:
5646         * lyx_main:
5647         * lyx_main.C: Added os:: class.
5648
5649         * os2_defines.h: update
5650
5651 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5652
5653         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
5654         better by trying again with reduced state.
5655
5656 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5657
5658         * lyxrc.C (read): print error about invalid key sequence only when
5659         debugging (because not all latinX keysyms are known to some X
5660         servers)
5661
5662         * kbsequence.C (getiso): add a few std:: qualifiers
5663         (getiso): comment out extra return statement.
5664
5665 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5666
5667         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
5668         handling.
5669         (Dispatch): enhance the accent inset a bit. (not perfect)
5670
5671 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5672
5673         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
5674
5675 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5676
5677         * bufferlist.C (emergencyWrite): fix assert() call
5678
5679 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
5680
5681         * text.C (InsertChar): Added trivial patch to only send the "you
5682         can not do multiple spaces this way" message once during a
5683         session.
5684
5685 2001-05-08  Baruch Even  <baruch@lyx.org>
5686
5687         * Makefile.am: Changed order of libraries to get LyX to link properly
5688         with the gnome frontend.
5689
5690 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5691
5692         * LaTeXFeatures.h: add a std:: qualifier
5693
5694 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5695
5696         * paragraph.C (String): use stringstream
5697
5698 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5699
5700         * paragraph.C (writeFile): remove footflag arg
5701
5702         * buffer.C (makeLaTeXFile): use stringstream
5703         (latexParagraphs): remove footnot gurba
5704
5705         * LaTeXFeatures.C (getPackages): use stringstream
5706         (getMacros): likewise
5707         (getTClassPreamble): likewise
5708         (getFloatDefinitions): new method
5709
5710         * paragraph.C (writeFile): reindent
5711         (Erase): reindent
5712
5713         * WorkArea.h: revert the xpos + etc changes.
5714
5715         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
5716
5717         * lyxparagraph.[Ch]: add copy constructor, remove Clone
5718
5719         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
5720         (pasteSelection): likewise
5721         * text2.C (CreateUndo): likewise
5722
5723 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5724
5725         * minibuffer.C (peek_event): temporarily reduce the functionality
5726         of the minibuffer (to allow args on lfuns)
5727
5728         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
5729         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
5730
5731         * buffer.C (readInset): add compability reading of old float
5732         lists, add reading of new style float list.
5733         (readInset): avoid reevaluation of inscmd.getCmdName()
5734         (getLists): reindent
5735
5736         * MenuBackend.C (MenuItem): implement parsing of
5737         md_floatlistinsert and md_floatinsert.
5738         (expand::LastFiles): move initalizaton of iterators out of loop,
5739         avoid reevaluation.
5740         (expand::Documents): introduce typdedef vector<string> Strings,
5741         and use it.
5742         (expand::ExportFormats): introduce typedef vector<Format const *>
5743         Formats, and use it.
5744         (expand): implement FloatListInsert and FloatInsert.
5745
5746         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
5747         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
5748         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
5749
5750         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
5751         handling.
5752         (Dispatch::LFUN_FLOAT_LIST): implement
5753
5754 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
5755
5756         * LaTeX.C (run): Fix problem with --export code.
5757
5758 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
5759
5760         * BufferView.[Ch] (workarea): removed.
5761         (getClipboard) new method; wrapper for workarea()->getClipboard()
5762
5763         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
5764         bug.
5765
5766         * WorkArea.h (width, height, xpos, ypos): These methods all
5767         returned the dimensions of the work_area sub-area of WorkArea,
5768         resulting in a position error if the WorkArea were resized. Now
5769         return the dimensions of the entire WorkArea.
5770
5771         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
5772
5773 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5774
5775         * LaTeX.C (deplog): correct the syntax of regex reg1
5776
5777 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5778
5779         * undo.C: remove !NEW_INSETS cruft
5780
5781 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5782
5783         * text2.C: remove !NEW_INSETS cruft
5784
5785         * text.C: remove !NEW_INSETS cruft
5786
5787         * tabular.C: remove !NEW_INSETS cruft
5788
5789         * spellchecker.C: remove !NEW_INSETS cruft
5790
5791         * lyxtext.h: remove !NEW_INSETS cruft
5792
5793         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
5794
5795         * lyxfunc.C: remove !NEW_INSETS cruft
5796
5797         * lyxfind.C: remove !NEW_INSETS cruft
5798
5799         * lyx_cb.C: remove !NEW_INSETS cruft
5800
5801         * figureForm.C: remove  !NEW_INSETS cruft
5802
5803         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
5804
5805         * buffer.[Ch]: remove !NEW_INSETS cruft
5806
5807         * ToolbarDefaults.C: remove !NEW_INSETS cruft
5808
5809         * CutAndPaste.C: remove !NEW_INSETS cruft
5810
5811         * BufferView_pimpl.C: remove !NEW_INSETS cruft
5812
5813         * BufferView2.C: remove !NEW_INSETS cruft
5814
5815         * BufferView.h: remove !NEW_INSETS cruft
5816
5817 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5818
5819         * Lsstream.h: include LString.h before the sstream headers to
5820         fix problem with gcc 2.95.3 and lyxstring
5821
5822 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5823
5824         * lyx_main.C: add using directives when needed for C functions
5825         declared in std:: namespace.
5826
5827 2001-04-27  Juergen Vigna  <jug@sad.it>
5828
5829         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
5830         (SetHeightOfRow): comment out the update call should not be needed!
5831
5832 2001-04-13  Juergen Vigna  <jug@sad.it>
5833
5834         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
5835         (LyXTabular): tried to minimize operator= operations (and realized
5836         hopfully Lars wish).
5837
5838 2001-04-27  Juergen Vigna  <jug@sad.it>
5839
5840         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
5841
5842 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5843
5844         * lyxfunc.C (Dispatch): hack to make listof algorithm work
5845
5846         * buffer.C (readInset): hack to make listof algorithm work
5847
5848         * BufferView_pimpl.C: hack to make listof algorithm work
5849
5850 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5851
5852         * LyXAction.C: removed all !NEW_INSETS cruft
5853         (init): moved lfun_item in method
5854
5855         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
5856
5857 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
5858
5859         * BufferView2.C (theLockingInset): white space.
5860
5861 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5862
5863         * minibuffer.C: include <iostream>
5864
5865         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
5866
5867         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
5868
5869         * commandtags.h: add LFUN_TRANSPOSE_CHARS
5870
5871         * text.[Ch] (TransposeChars): new method
5872
5873 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5874
5875         * call message directly through LyXView instead of through LyXFunc
5876         * BufferView2.C: adjust
5877         * BufferView_pimpl.C: adjust
5878         * FontLoader.C: adjust
5879         * buffer.C: adjust
5880         * bufferview_funcs.C: adjust
5881         * converter.C: adjust
5882         * figureForm.C: adjust
5883         * importer.C: adjust
5884         * lyx_cb.C: adjust
5885         * lyx_gui_misc.C: adjust
5886         * lyxfunc.C: adjust
5887         * lyxvc.C: adjust
5888         * text2.C: adjust
5889         + more files in subdirs
5890
5891         * lyxparagraph.h (size): move up int file
5892         (GetLayout): ditto
5893
5894         * adjust all uses of Assert to lyx::Assert.
5895
5896         * BufferView2.C (ChangeCitationsIfUnique): adjust for
5897         lyxfunctional in namespace lyx
5898         * layout.C (hasLayout): ditto
5899         (GetLayout): ditto
5900         (GetLayout): ditto
5901         (delete_layout): ditto
5902         (NumberOfClass): ditto
5903         * converter.C (GetFormat): ditto
5904         (GetNumber): ditto
5905         (Add): ditto
5906         (Delete): ditto
5907         (SetViewer): ditto
5908         * bufferlist.C (getFileNames): ditto
5909         (emergencyWriteAll): ditto
5910         (exists): ditto
5911         (getBuffer): ditto
5912         * MenuBackend.C (hasSubmenu): ditto
5913         (hasMenu): ditto
5914         (getMenu): ditto
5915         * BufferView_pimpl.C (getInsetByCode): ditto
5916
5917 2001-04-18  Juergen Vigna  <jug@sad.it>
5918
5919         * vspace.C (asLatexString): fixed the 100% problem.
5920
5921 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5922
5923         * lyxfunc.C (Dispatch):
5924         * minibuffer.C:
5925         * minibuffer.h: add a few std:: qualifiers
5926
5927 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5928
5929         * minibuffer.[Ch]: reimplement so that commands is initiated and
5930         run from lyxfunc, simplified som handling, and made the completion
5931         and history code for complete. wip.
5932
5933         * lyxfunc.C (processKeySym): call message
5934         (miniDispatch): new temporary method
5935         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
5936         (LFUN_MESSAGE): implement
5937         (LFUN_MESSAGE_PUSH): implement
5938         (LFUN_MESSAGE_POP): implement
5939         (initMiniBuffer): the initial/defualt minibuffer message.
5940
5941         * lyxfont.[Ch]: inline some more getters
5942
5943         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
5944
5945         * lyx_gui_misc.[Ch] (WriteStatus): remove method
5946
5947         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
5948         (AutoSave): use LFUN_MESSAGE
5949         (Reconfigure): ditto
5950
5951         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
5952
5953         * figureForm.C: use LFUN_MESSAGE
5954
5955         * converter.C (runLaTeX): use LFUN_MESSAGE
5956
5957         * bufferview_funcs.C: use LFUN_MESSAGE
5958         (Melt): ditto
5959         (changeDepth): ditto
5960
5961         * bufferparams.h: use boost::
5962
5963         * bufferlist.h: inherit privately from noncopyable
5964
5965         * bufferlist.C (loadLyXFile): remove some commented code.
5966
5967         * buffer.C (runChktex): use LFUN_MESSAGE
5968
5969         * ShareContainer.h: inherit privately from noncopyable
5970
5971         * ParagraphParameters.[hC] (depth): inline it.
5972
5973         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
5974         methods.
5975         (message): new method
5976         (messagePush): ditto
5977         (messagePop): ditto
5978         (show): init minibuffer
5979         (showState): direct call
5980
5981         * LaTeX.[Ch]: inherit privately from noncopyable
5982         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
5983         instead of WriteStatus.
5984
5985         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
5986
5987         * BufferView_pimpl.C (buffer): don't init minibuffer
5988         (workAreaButtonPress): use LFUN_MESSAGE
5989         (workAreaButtonRelease): ditto
5990         (savePosition): ditto
5991         (restorePosition): ditto
5992         (MenuInsertLyXFile): ditto
5993         (workAreaExpose): don't init minibuffer
5994         (update): remove commented code, simplify
5995
5996         * BufferView2.C (openStuff): use LFUN_MESSAGE
5997         (toggleFloat): ditto
5998         (menuUndo): ditto
5999         (menuRedo): ditto
6000         (copyEnvironment): ditto
6001         (pasteEnvironment): ditto
6002         (copy): ditto
6003         (cut): ditto
6004         (paste): ditto
6005         (gotoInset): ditto
6006         (updateInset): remove some commented code
6007
6008         * lastfiles.h: inherit privately from noncopyable
6009         * layout.h: ditto
6010         * lyx_gui.h: ditto
6011         * lyx_main.h: ditto
6012         * lyxlex.h: ditto
6013         * lyxlex_pimpl.h: ditto
6014
6015         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
6016         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
6017         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
6018
6019         * LyXAction.h: inherit privately from noncopyable, add methods
6020         func_begin, func_end, returning iterators to the func map.
6021
6022         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
6023         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
6024         (func_begin): new method
6025         (func_end): new method
6026
6027         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
6028         and not)
6029         (copySelection): ditto
6030         (pasteSelection): ditto
6031
6032         * BufferView.C: whitespace change
6033         * BufferView.h: inherit privately from noncopyable
6034
6035 2001-04-16  Allan Rae  <rae@lyx.org>
6036
6037         * tabular-old.C (l_getline):
6038         * spellchecker.C (sc_check_word):
6039         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
6040         an unrecognised preprocessor directive.  So ensure they're wrapped.
6041
6042 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
6043
6044         * src/exporter.C (Export): Give an error message when path to file
6045         contains spaces.
6046
6047 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
6048
6049         * LaTeX.C (deplog): Always check that foundfile exists.
6050
6051 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6052
6053         * lyx_main.h:
6054         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
6055
6056 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6057
6058         * tabular.[Ch] (getLabelList): implement new method
6059
6060         * minibuffer.h: comment ouf setTiimer
6061
6062         * minibuffer.C (ExecutingCB): constify res
6063         (peek_event): constify s
6064         (Set): constify ntext
6065         (Init): constify nicename
6066
6067         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
6068
6069         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
6070         (savePosition): use two params to Minibuffer::Set
6071         (restorePosition): ditto
6072
6073 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6074
6075         * lyx_main.C: include language.h
6076
6077         * Makefile.am (lyx_main.o): add language.h
6078
6079 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6080
6081         * exporter.C:
6082         * paragraph.C:
6083         * screen.C:
6084         * tabular.C:
6085         * CutAndPaste.C: include gettext.h
6086
6087         * lyxfont.h: remove old hack with ON and OFF.
6088
6089         * lyxparagraph.h:
6090         * lyxfont.h: do not include language.h...
6091
6092         * BufferView2.C:
6093         * LaTeXFeatures.C:
6094         * Painter.C:
6095         * bufferview_funcs.C:
6096         * font.C:
6097         * lyxfont.C:
6098         * text.C:
6099         * text2.C:
6100         * trans_mgr.C:
6101         * paragraph.C: ... but do it here instead
6102
6103 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6104
6105         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
6106
6107         * tabular.C: small reformat
6108
6109         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
6110         NEW_INSETS version
6111         (GetChar): ditto
6112         (BreakParagraph): ditto
6113         (SetOnlyLayout): ditto
6114         (SetLayout): ditto
6115
6116         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
6117         with one arg less.
6118
6119         * lastfiles.C: removed most using decl, add std:: where needed
6120
6121         * buffer.C: ws changes
6122
6123         * MenuBackend.C (class compare_format): put into anon namespace
6124         (expand): constify label, names, action, action2
6125         (expand):
6126
6127         * text.C (SingleWidth): constify font
6128         (IsBoundary): constify rtl2
6129         (GetVisibleRow): constify ww
6130
6131         * LaTeX.C (deplog): constify logfile
6132
6133         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
6134         start_x, end_x
6135         (workAreaExpose): constify widthChange, heightChange
6136
6137         * lyxrow.C (par): moved
6138         (height): moved
6139         (next): moved
6140         * lyxrow.h: as inlines here
6141
6142         * lyxfont.h (shape): moved from lyxfont.C
6143         (emph): moved from lyxfont.C
6144
6145         * lyxfont.C (LyXFont): use initialization list for all
6146         constructors
6147         (shape): move to lyxfont.h as inline
6148         (emph): move to lyxfont.h as inline
6149
6150
6151 2001-04-04  Juergen Vigna  <jug@sad.it>
6152
6153         * vspace.C: had to include stdio.h for use of sscanf
6154
6155 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
6156
6157         * BufferView.h:
6158         * BufferView_pimpl.h: remove xforms cruft. Both classes are
6159         independent of xforms.
6160
6161 2001-04-02  Juergen Vigna  <jug@sad.it>
6162
6163         * spellchecker.C: fixed namespace placing!
6164
6165 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
6166
6167         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
6168         the LyXParagraph * is 0.
6169
6170 2001-03-29  Juergen Vigna  <jug@sad.it>
6171
6172         * vspace.C: added support for %, c%, p%, l%.
6173         (stringFromUnit): added helper function.
6174         (asLatexString): changed to give right results for the %-values.
6175
6176         * buffer.C: convert the widthp in a width%.
6177
6178 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
6179
6180         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
6181         figureForm.[Ch].
6182
6183         * figureForm.[Ch]: stripped the FD_from_figure manipulation
6184         code out of lux_cb.[Ch], ready for its (imminent?) removal.
6185
6186         * lyx_cb.[Ch]: see above.
6187
6188         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
6189         form1.[Ch].
6190
6191         * form1.[Ch]:
6192         * lyx.[Ch]: replaced by figure_form.[Ch].
6193
6194         * lyx_gui.C:
6195         * lyx_gui_misc.C:
6196         * lyxfunc.C: changed headers associated with above changes.
6197
6198 2001-03-27  Juergen Vigna  <jug@sad.it>
6199
6200         * BufferView_pimpl.C: set the temporary cursor right!
6201
6202 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
6203
6204         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
6205
6206 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
6207
6208         * LString.h: removed "using std::getline"!
6209
6210         * BufferView_pimpl.C (Dispatch): changes due to changes in
6211         InsetInclude::Params.
6212
6213         * buffer.C (tag_name): removed redundant break statements as they were
6214         producing lots of warnings with my compiler.
6215
6216 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6217
6218         * LString.h: add "using std::getline" when using the real <string>.
6219
6220 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
6221
6222         * buffer.C: removed bitset usage.
6223         PAR_TAG moved to an anonymous name space.
6224         (tag_name): new funtion, also in the anonymous namespace.
6225         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
6226         (makeDocBookFile): clean code. Completed transition from string arrays
6227         to string vectors.
6228         (SimpleDocBookOnePar): code clean.
6229
6230 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6231
6232         * tabular.C: add some comments.
6233
6234 2001-03-22  Juergen Vigna  <jug@sad.it>
6235
6236         * buffer.C (parseSingleLyXformat2Token): redone the minipage
6237         compatibility read a bit and fixed bug with minipage in different
6238         depth.
6239
6240 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
6241
6242         * buffer.C (pop_tag): removed.
6243         (push_tag): removed.
6244         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
6245         array replaced with vector. Added support for CDATA sections.
6246         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
6247         at any nest level.
6248         (makeDocBookFile): XML conformant declaration of CDATA section,
6249         fixed bug related to <emphasis> in the first paragraph char.
6250         (sgmlOpenTag): exclude empty tags.
6251         (sgmlCloseTag): ditto.
6252
6253         * buffer.h (pop_tag): removed.
6254         (push_tag): removed.
6255
6256 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
6257
6258         * language.h (Languages): added size_type and size().
6259
6260 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6261
6262         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
6263         response on compability reading of minipages. One probliem is that
6264         the old usage of minipages was «flertydig»
6265
6266         * several files here and in subdirs: don't use static at file
6267         scope use anon namespaces instead.
6268
6269 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
6270
6271         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
6272         LaTeX output. This is necessary for Literate document
6273         processing.
6274
6275 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6276
6277         * buffer.C: insert hfill when needed.
6278
6279         * tabular.C (l_getline): use string::erase, small whitespace change.
6280
6281         * BufferView_pimpl.C: try the anon namespace.
6282         * WorkArea.C: ditto
6283
6284 2001-03-16  Juergen Vigna  <jug@sad.it>
6285
6286         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
6287         otherwise it won't open options-dialogs.
6288
6289         * buffer.C: honor pextraWidth(p) on converting minipages.
6290
6291         * tabular.C (l_getline): changed the functions to strip trailing \r.
6292
6293 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
6294
6295         * BufferView_pimpl.C:
6296         * minibuffer..C: added "using SigC::slot" declaration.
6297
6298 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6299
6300         * lyxlex_pimpl.h: noncopyable is in namespace boost.
6301
6302         * text2.C: ditto
6303
6304         * text.C: ditto
6305
6306         * paragraph.C: ditto
6307
6308         * lyxtext.h: NO_PEXTRA
6309
6310         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
6311
6312         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
6313         * ParameterStruct.h: ditto
6314         * ParagraphParameters.h: ditto
6315         * lyxparagraph.h: ditto
6316
6317 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6318
6319         * buffer.C: add compability for minipage alignment.
6320         (latexParagraphs): remove unwanted pextra check.
6321
6322         * several files: remove CXX_WORKING_NAMESPACES
6323
6324         * buffer.C (pop_tag): tie is in namespace boost
6325
6326         * BufferView.h: noncopyable is in namespace boost
6327         * lyxlex.h: ditto
6328         * lyx_main.h: ditto
6329         * lyx_gui.h: ditto
6330         * layout.h: ditto
6331         * lastfiles.h: ditto
6332         * bufferlist.h: ditto
6333         * ShareContainer.h: ditto
6334         * LyXView.h: ditto
6335         * LyXAction.h: ditto
6336         * LaTeX.h: ditto
6337
6338 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
6339
6340         * Merging changes from BRANCH_MVC back into HEAD.
6341
6342         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
6343
6344 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
6345
6346         * BufferView_pimpl.C: change from intl.C
6347
6348         * combox.h:
6349         * combox.C:
6350         * Makefile.am: move combox.*
6351
6352         * form1.h:
6353         * form1.C:
6354         * lyx_gui.C:
6355         * intl.h:
6356         * intl.C: remove dialog (covered by prefs)
6357
6358 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
6359
6360         * lyxfunc.C (Dispatch): removed redundant break statement.
6361
6362 2001-03-14  Juergen Vigna  <jug@sad.it>
6363
6364         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
6365
6366 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6367
6368         * buffer.C: add hack to fix compability reading of minipages.
6369
6370 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
6371
6372         * buffer.C (getLists): Cleanup.
6373
6374 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6375
6376         * lyxfont.C (update): don't honor toggleall on font size.
6377
6378 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
6379
6380         * bmtable.c:
6381         * bmtable.h:
6382         * Makefile.am: moved to frontends/xforms/
6383
6384         * lyx_gui_misc.C:
6385         * lyxfunc.C:
6386         * BufferView_pimpl.C: changes for moved mathpanel
6387
6388 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
6389
6390         * gettext.h: fix gettext_init() in --disable-nls
6391
6392 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6393
6394         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
6395
6396 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
6397
6398         * lyx.C:
6399         * lyx.h: strip external form
6400
6401 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
6402
6403         * BufferView_pimpl.C: add comment, destroySplash()
6404
6405 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
6406
6407         * BufferView_pimpl.C:
6408         * LyXAction.C:
6409         * buffer.C:
6410         * commandtags.h:
6411         * lyxfunc.C: use re-worked insetinclude
6412
6413 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6414
6415         * buffer.C: add using std::stringstream.
6416
6417         * lyx_cb.C: readd using std::ios.
6418
6419         * buffer.C: add using std::map.
6420
6421         * BufferView_pimpl.C: add using std::vector.
6422
6423         * ShareContainer.h: add std:: to swap.
6424
6425         * buffer.h: add some typedefs
6426         * buffer.C (getLists): use them
6427         (getLists): renamed from getTocList.
6428         add a counter for the different float types and use it in the
6429         generated string.
6430         (getLists): use the same counter for the NEW_INSETS and the "non"
6431         NEW_INSETS
6432
6433         * lyx_cb.h: remove unused items, includes, using etc.
6434
6435         * ShareContainer.h: remove some commented code, add more comments
6436         and "documentation".
6437
6438 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6439
6440         * buffer.C (getTocList): make the list also when NEW_INSETS is
6441         defined.
6442
6443         * buffer.h: remove TocType
6444
6445         * buffer.C (getTocList): change to return a map<string,
6446         vector<TocItem> >, implement for dynamic number of list.
6447
6448         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
6449         * text2.C (PasteSelection): adjust
6450         * CutAndPaste.C (pasteSelection): adjust
6451
6452         * FloatList.C (FloatList): update from the new_insets branch.
6453         * Floating.[Ch]: ditto
6454         * LaTeXFeatures.C: ditto
6455         * buffer.C: ditto
6456         * lyxlex_pimpl.C: ditto
6457
6458         * paragraph.C (Last): remove when NEW_INSETS is defined.
6459
6460         * other file: changes because of the above.
6461
6462 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6463
6464         * lyxparagraph.h: rename next to next_, previous to previous_,
6465         make them private for NEW_INSETS. Rename Next() to next(),
6466         Previous() to previous().
6467
6468         * other files: changes because of the above.
6469
6470 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
6471
6472         * BufferView.h:
6473         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
6474         problem.
6475
6476 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6477
6478         * main.C (main): pass lyx_localedir to gettext_init().
6479
6480         * gettext.h: remove locale_init and gettext_init macros
6481
6482         * gettext.C (locale_init): new function
6483         (gettext_init): new function
6484
6485         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
6486         setlocale().
6487
6488 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
6489
6490         * Moved credits to frontends:
6491         * credits.[Ch]: removed
6492         * credits_form.[Ch]: removed
6493         * lyx_gui_misc.C: remove credits stuff
6494         * Makefile.am:
6495
6496 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6497
6498         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
6499
6500         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
6501         unneeded destructor.
6502
6503         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
6504         a standalone pointer again.
6505
6506         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
6507
6508 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
6509
6510         * Makefile.am:
6511         * filedlg.h:
6512         * filedlg.C:
6513         * LyXAction.C:
6514         * ToolbarDefaults.C:
6515         * bufferlist.C:
6516         * commandtags.h:
6517         * form1.C:
6518         * form1.h:
6519         * lyx_cb.C:
6520         * lyx_cb.h:
6521         * lyxfunc.h:
6522         * lyxfunc.C:
6523         * BufferView_pimpl.C: use new file dialog in GUII
6524
6525         * lyx_cb.h:
6526         * lyx_cb.C: remove LayoutsCB to Toolbar
6527
6528 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6529
6530         * ShareContainer.h (get): add std:: qualifier
6531
6532 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6533
6534         * ShareContainer.h: define a proper ShareContainer::value_type
6535         type (and use typename to please compaq cxx)
6536
6537 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6538
6539         * lyxparagraph.h: move serveral local vars to
6540         ParameterStruct/ParagraphParameters., use ShareContainer in
6541         FontTable., make vars in FontTable private and add getter and
6542         setter.
6543
6544         * paragraph.C: changes because of the above.
6545
6546         * lyxfont.h: remove copy constructor and copy assignment. (the
6547         default ones is ok), move number inside FontBits. move inlines to
6548         lyxfont.C
6549
6550         * lyxfont.C: add number to initializaton of statics, move several
6551         inlines here. constify several local vars. some whitespace
6552         cleanup. Dont hide outerscope variables.
6553
6554         * Spacing.h: add two new constructors to match the set methods.
6555
6556         * ShareContainer.h: new file, will perhaps be moved to support
6557
6558         * ParameterStruct.h: new file
6559
6560         * ParagraphParameters.h: new file
6561
6562         * ParagraphParameters.C: new file
6563
6564         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
6565         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
6566
6567         * BufferView_pimpl.C: ParagraphParameter changes.
6568         * buffer.C: Likewise.
6569         * bufferview_funcs.C: Likewise.
6570         * text.C: Likewise.
6571         * text2.C: Likewise.
6572
6573 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6574
6575         * lyxfind.C (LyXReplace): do not redefine default argument in
6576         implementation.
6577         (IsStringInText): ditto
6578         (SearchForward): ditto
6579         (SearchBackward): ditto
6580
6581 2001-03-06  Juergen Vigna  <jug@sad.it>
6582
6583         * lyxfind.C (IsStringInText): put parentes around expressions.
6584
6585 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
6586
6587         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
6588
6589 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
6590
6591         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
6592
6593         * stl_string_fwd.h: add comment
6594
6595         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
6596
6597         * tabular.h:
6598         * tabular.C: remove unused DocBook methods
6599
6600         * intl.C:
6601         * language.C:
6602         * paragraph.C:
6603         * buffer.C:
6604         killed DO_USE_DEFAULT_LANGUAGE
6605
6606 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6607
6608         * lyx_gui.C: do not include language.h.
6609
6610         * bufferview_funcs.C (ToggleAndShow): do not provide optional
6611         arguments in function implementation.
6612
6613 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6614
6615         * BufferView_pimpl.C: add <ctime>
6616
6617 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6618
6619         * BufferView_pimpl.C: add using std::find_if
6620
6621 2001-02-27  José Matos  <jamatos@fep.up.pt>
6622
6623         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
6624         by OnlyPath.
6625
6626 2001-02-11  José Matos  <jamatos@fep.up.pt>
6627
6628         * buffer.C (makeDocBookFile): command styles now have a parameter as
6629         "title" by default.
6630
6631 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
6632
6633         * layout_forms.[Ch]: removed
6634         * lyx_cb.[Ch]: out character
6635         * lyx_gui.C: out character
6636         * lyx_gui_misc.C: out character
6637         * bufferview_funcs.C: : out character,
6638         added toggleall as parameter in ToggleAndShow
6639
6640 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
6641
6642         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
6643
6644         * text2.C (SetCurrentFont): Disable number property at boundary.
6645
6646 2001-02-26  Juergen Vigna  <jug@sad.it>
6647
6648         * lyxfunc.C (getStatus): added a string argument override function so
6649         that this is correctly called from LyXFunc::Dispatch if it contains a
6650         do_not_use_argument which is used!
6651         (Dispatch): added check for "custom" export and call appropriate func.
6652
6653 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
6654
6655         * lyxrc.C: Add language_command_local, language_use_babel and
6656         language_global_options.
6657
6658         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
6659
6660         * buffer.C (makeLaTeXFile): Use language_use_babel and
6661         language_global_options.
6662
6663 2001-02-23  Juergen Vigna  <jug@sad.it>
6664
6665         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
6666         which works with LyXText and putted it inside BufferView. Here now we
6667         only call for that part the BufferView::Dispatch() function.
6668
6669         * BufferView.C (Dispatch): added.
6670
6671         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
6672         functions which needs to use a LyXText over from LyXFunc.
6673         (MenuInsertLyXFile): added
6674         (getInsetByCode): added
6675         (moveCursorUpdate): added
6676         (static TEXT): added
6677
6678 2001-02-22  Juergen Vigna  <jug@sad.it>
6679
6680         * BufferView_pimpl.C (update): call a status update to see if LyXText
6681         needs it.
6682
6683 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6684
6685         * vc-backend.C (revert): implement for CVS
6686         (getLog): implement for CVS
6687
6688 2001-02-20  Juergen Vigna  <jug@sad.it>
6689
6690         * text2.C (ClearSelection): added BufferView param for inset_owner call
6691
6692         * lyxfunc.C (TEXT): added this function and use it instead of
6693         directly owner->view()-text of getLyXText().
6694
6695 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
6696
6697         * src/layout_forms.C: out preamble
6698         * src/layout_forms.h: out preamble
6699         * src/lyx_cb.C: out preamble
6700         * src/lyx_cb.h: out preamble
6701         * src/lyx_gui.C: out preamble
6702         * src/lyx_gui_misc.C: out preamble
6703         * src/lyxfunc.C: connect with guii preamble
6704
6705 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
6706
6707         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
6708
6709 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
6710
6711         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
6712         whether to run bibtex.
6713
6714 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
6715
6716         * Makefile.am (lyx_SOURCES): Remove BackStack.h
6717
6718 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
6719
6720         * Makefile.am (lyx_SOURCES): removed bibforms.h
6721
6722         * vspace.h: doxygen
6723
6724         * text.C (GetVisibleRow): make several local vars const
6725
6726         * tabular.C: small cleanup.
6727
6728         * lyxserver.C (callback): use compare instead of strncmp
6729
6730         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
6731         inlines to after class or to paragraph.C
6732
6733         * lyxfont.h: remove friend operator!=
6734
6735         * converter.h: move friend bool operator< to non friend and after
6736         class def.
6737
6738         * combox.h: small cleanup
6739
6740         * buffer.h: doxygen, remove unused constructor, move inclas inlies
6741         to inlines after class def.
6742
6743         * buffer.C (pop_tag): use string operations instead of strcmp
6744
6745         * bmtable.c: doxygen, small cleanup
6746
6747         * LaTeX.h: remove friend operator==
6748
6749 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
6750
6751         * screen.C:
6752         * lyxrc.[Ch]:
6753         * lyxfunc.C:
6754         * lyxfont.[Ch]:
6755         * lyx_cb.C:
6756         * intl.[Ch]:
6757         * commandtags.h:
6758         * buffer.C:
6759         * WorkArea.[Ch]:
6760         * LyXAction.C:
6761         * BufferView_pimpl.C:
6762         * BufferView.[Ch]: remove cruft
6763
6764 2001-02-14  Juergen Vigna  <jug@sad.it>
6765
6766         * lyxfunc.C: removed #if 0 unused code
6767
6768         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
6769
6770         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
6771
6772         * text2.C (SetSelection): added a BufferView * parameter
6773
6774 2001-02-13  Juergen Vigna  <jug@sad.it>
6775
6776         * lyxfunc.C (Dispatch): fixed protected blank problem.
6777         * BufferView2.C (protectedBlank): added LyxText * parameter.
6778
6779         * tabular.C (AppendRow): forgot to set row_info of newly added row.
6780         (AppendColumn): same as above for column_info.
6781
6782         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
6783         (moveCursorUpdate): use a LyXText param for support of InsetText.
6784
6785         * BufferView_pimpl.C (doubleClick): added support for InsetText.
6786         (tripleClick): ditto
6787
6788         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
6789
6790         * BufferView_pimpl.C (update): added LyXText param to honor insets.
6791
6792         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
6793
6794         * text2.C (SetSelection): set correct update status if inset_owner
6795         (ToggleFree): ditto
6796
6797 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
6798
6799         * tabular.C: remove some commented code.
6800
6801 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
6802
6803         * BufferView_pimpl.C: call hideSplash()
6804
6805         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
6806
6807         * include_form.h:
6808         * bibforms.h: remove
6809
6810         * lyxfunc.C:
6811         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
6812           add LFUN_CHILD_CREATE
6813
6814         * counters.h: fix tiny typo
6815
6816         * lyx_cb.C:
6817         * lyx.h:
6818         * lyx_gui.C:
6819         * lyx.C: move splash to frontends/xforms/
6820
6821         * lyx_gui_misc.C: move Include and Bibform to frontends
6822
6823         * lyxvc.h: clarify comment
6824
6825         * vspace.C: tiny housekeeping
6826
6827 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
6828
6829         * text.C (PrepareToPrint): RTL Fix.
6830
6831         * paragraph.C (GetUChar): New method.
6832         (String):  Use GetUChar.
6833
6834         * buffer.C (asciiParagraph): Use GetUChar.
6835
6836 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
6837
6838         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
6839
6840 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
6841
6842         * buffer.h:
6843         * buffer.C: rename to getLogName(), handle
6844           build log / latex log nicely
6845
6846 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6847
6848         * MenuBackend.C:
6849         * MenuBackend.h: remove support for reference menuitem type.
6850
6851 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
6852
6853         * BufferView_pimpl.C: housekeeping
6854         * BufferView_pimpl.h:
6855         * LyXView.h:
6856         * Makefile.am:
6857         * Timeout.C:
6858         * Timeout.h:
6859         * minibuffer.h: move Timeout GUI-I
6860
6861 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
6862
6863         * lyxrc.C (read): Update converters data-structures.
6864
6865 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
6866
6867         * LaTeX.h (operator!=): add operator != for Aux_Info
6868
6869 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
6870
6871         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
6872
6873         * LaTeXLog.C: deleted, useful code moved to Buffer
6874
6875         * buffer.h:
6876         * buffer.C: new function getLatexLogName()
6877
6878         * lyx_gui_misc.C:
6879         * lyx_gui.C:
6880         * lyxvc.C:
6881         * lyxvc.h:
6882         * lyxfunc.C: use frontends for LaTeX and VC logs
6883
6884 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6885
6886         * LaTeX.h: yet another std:: that Allan forgot.
6887
6888         * Variables.C (set): renamed from isset(), because this clashes
6889         with some HP-UX macros (grr).
6890
6891 2001-02-06  Allan Rae  <rae@lyx.org>
6892
6893         * LaTeX.h: Another bug fix.  Missing std:: this time.
6894
6895 2001-02-04  Allan Rae  <rae@lyx.org>
6896
6897         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
6898         floats problem. I've left it commented out because it's not quite
6899         correct.  It should also test that the current object is a table or
6900         figure inset.  But I haven't gotten around to figuring out how to do
6901         that.  I *think* it'll be something like: "table" == inset.type()
6902
6903         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
6904         bool.
6905
6906 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
6907
6908         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
6909         all the citation/databases/styles in the auxilary file.
6910         (run): Rerun latex if there was a babel language error.
6911
6912 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
6913
6914         * text.C (Backspace): Preserve the font when changing newline char
6915         with a space.
6916         (BreakParagraph): If the cursor is before a space, delete the space.
6917
6918         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
6919
6920 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
6921
6922         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
6923         new argument (code).
6924         (ChangeCitationsIfUnique): New method.
6925
6926         * paragraph.C (GetPositionOfInset): Handle bibkey.
6927
6928 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6929
6930         * BufferView_pimpl.h: change type of Position::par_pos to
6931         LyXParagraph::size_type.
6932
6933 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
6934
6935         * BufferView_pimpl.C (savePosition, restorePosition): Write
6936         messages to minibuffer.
6937
6938 2001-01-28  José Matos  <jamatos@fep.up.pt>
6939
6940         * buffer.C (makeDocBookFile): adds support for document language.
6941         A silly restriction on the name of LatexCommand types where removed.
6942         Added support for CDATA sections, allows to chars unescaped, used
6943         among others in code, to avoid escape < and >.
6944
6945 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
6946
6947         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
6948         saved positions instrad of a stack. Furthermore, a position is
6949         stored using paragraph id/paragraph position.
6950
6951         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
6952         Remove LFUN_REF_BACK.
6953
6954 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
6955
6956         * converter.C (dvipdfm_options): New method.
6957
6958 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
6959
6960         * vspace.C (isValidLength): Fix for empty input string.
6961
6962 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6963
6964         * LyXAction.C (init): change description of LFUN_FIGURE to
6965         "Insert Graphics"
6966
6967 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6968
6969         * LaTeX.C: add using directive
6970
6971 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
6972
6973         * MenuBackend.C (expand): Fix the sorting of the formats.
6974
6975 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
6976
6977         * lyx_main.C: tiny error message fix
6978
6979 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6980
6981         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
6982         calling fl_initialize(). This fixes the problem with ',' as
6983         decimal separator in text files.
6984
6985 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
6986
6987         * trans.C (process): Fix the keymap bug.
6988
6989 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
6990
6991         * LaTeX.C (scanAuxFiles): New method. Provides support for
6992         multiple bibliographies (when using the bibtopic/bibunits pacakges).
6993         (scanLogFile) Scan for "run BibTeX" messages.
6994
6995         * buffer.C (makeLaTeXFile): Do not load the ae package when using
6996         OT1 font encoding. Also, load the aecompl package if the ae
6997         package is loaded.
6998
6999         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
7000
7001 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7002
7003         * texrow.C (increasePos): turn two error messages into debug
7004         messages.
7005
7006 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
7007
7008         * LaTeX.C (scanAux): Handle the \@input macro.
7009         (runBibTeX): Use scanAux().
7010
7011         * language.C (latex_options_): New field.
7012
7013         * LaTeXFeatures.C (getMacros): Add language macros.
7014
7015         * buffer.C (makeLaTeXFile): Small fix.
7016
7017 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
7018
7019         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
7020
7021         * text2.C: add a using directive.
7022
7023 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
7024
7025         * BufferView2.C:
7026         * lyx_gui_misc.h:
7027         * lyxfr1.C:
7028         * lyxfunc.C: kill LyXBell.
7029
7030 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
7031
7032         * text.C (IsBoundary): Remove the error message
7033
7034         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
7035
7036         * lyxrc.C (setDefaults): Correct initialization value for
7037         font_norm_type.
7038
7039 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
7040
7041         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
7042         gotoError().
7043
7044         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
7045         and GotoNextNote().
7046
7047         * src/LyXAction.C: Added reference-next.
7048
7049         * text.C (InsertChar): Use contains instead of strchr.
7050
7051         * lyx_cb.C (MenuInsertLabel): Enable default value code.
7052
7053 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
7054
7055         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
7056         alignment commands (when needed).
7057
7058         * text.C (InsertChar): Add ':' to number separator chars.