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