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