]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
Bookmarks.
[lyx.git] / src / ChangeLog
1 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
2
3         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of 
4         saved positions instrad of a stack. Furthermore, a position is
5         stored using paragraph id/paragraph position.
6
7         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
8         Remove LFUN_REF_BACK.
9
10 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
11
12         * converter.C (dvipdfm_options): New method.
13
14 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
15
16         * vspace.C (isValidLength): Fix for empty input string.
17
18 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
19
20         * LyXAction.C (init): change description of LFUN_FIGURE to
21         "Insert Graphics"
22
23 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
24
25         * LaTeX.C: add using directive
26
27 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
28
29         * MenuBackend.C (expand): Fix the sorting of the formats.
30
31 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
32
33         * lyx_main.C: tiny error message fix
34
35 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
36
37         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
38         calling fl_initialize(). This fixes the problem with ',' as
39         decimal separator in text files.
40
41 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
42
43         * trans.C (process): Fix the keymap bug.
44
45 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
46
47         * LaTeX.C (scanAuxFiles): New method. Provides support for
48         multiple bibliographies (when using the bibtopic/bibunits pacakges).
49         (scanLogFile) Scan for "run BibTeX" messages.
50
51         * buffer.C (makeLaTeXFile): Do not load the ae package when using
52         OT1 font encoding. Also, load the aecompl package if the ae
53         package is loaded.
54
55         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
56
57 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
58
59         * texrow.C (increasePos): turn two error messages into debug
60         messages. 
61
62 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
63
64         * LaTeX.C (scanAux): Handle the \@input macro.
65         (runBibTeX): Use scanAux().
66
67         * language.C (latex_options_): New field.
68
69         * LaTeXFeatures.C (getMacros): Add language macros.
70
71         * buffer.C (makeLaTeXFile): Small fix.
72
73 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
74
75         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
76
77         * text2.C: add a using directive.
78
79 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
80
81         * BufferView2.C:
82         * lyx_gui_misc.h:
83         * lyxfr1.C:
84         * lyxfunc.C: kill LyXBell.
85
86 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
87
88         * text.C (IsBoundary): Remove the error message
89         
90         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
91
92         * lyxrc.C (setDefaults): Correct initialization value for
93         font_norm_type.
94
95 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
96
97         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
98         gotoError().
99
100         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
101         and GotoNextNote().
102
103         * src/LyXAction.C: Added reference-next.
104
105         * text.C (InsertChar): Use contains instead of strchr.
106
107         * lyx_cb.C (MenuInsertLabel): Enable default value code.
108
109 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
110
111         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
112         alignment commands (when needed).
113
114         * text.C (InsertChar): Add ':' to number separator chars.