File: ChangeLog

package info (click to toggle)
gedit 0.5.4-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 2,388 kB
  • ctags: 1,622
  • sloc: ansic: 10,760; sh: 4,975; makefile: 463; sed: 93
file content (228 lines) | stat: -rw-r--r-- 6,939 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
Sat Jun 26 22:37:28 BST 1999 Alex Roberts  <bse@gedit.pn.org>

	* browse.c: Fixed compiler warnnigs

Mon May 24 14:24:29 BST 1999 Alex Roberts  <bse@gedit.pn.org>

	* time.c: Use RFC date output, instead of ISO. Much nicer output, and
	  works with +0100 timezones too (BST is GMT+1 (+0100)). Thanks to the
	  date source code, from GNU sh-utils.

1999-05-21 13:09:15  Alex Roberts  <bse@dial.pipex.com>

	* time.c: New plugin, gets the current date/time and inserts it into the
	  current cursor position (very useful for ChangeLog's).
	
	* .cvsigore:
	  plugins.list: Added time-plugin
	
	* Makefile.am: Automatically generated changes.

1999-05-20  Alex Roberts  <bse@dial.pipex.com>

	* man.c: New plugin - Loads a man page into a new document, for easy 
	  viewing (sends some dodgy output tho, needs a bit of work).
	
	* .cvsignore:
	  plugins.gnome.list: Added man-plugin
	
	* Makefile.am: Committing automatically generated changes.
	
	* browse.c: Put the Url: label on the same level as the entry - much nicer.

1999-05-19  Alex Roberts  <bse@dial.pipex.com>

	* email.c: Made it store the From address into a GNOME Config file
	  (Editor_Plugins - Which also includes the Browser config).
	
	* prm/maincode.[ch]: GNOMEified the plugin. Also, added a Scrolled Window
	  to contain the CTree. Tided up the code a bit as well (it was evil, yukky!)

1999-04-19  Chris Lahey  <clahey@umich.edu>

	* Makefile.am: Committing automatically generated changes.

	* wordcount.c: New plugin to count the number of words and output
	it to stdout.

	* plugins.list: Added wordcount.

	* .cvsignore: Added wordcount-plugin.

1999-02-27 (23:17) Alex Roberts  <bse@dial.pipex.coM>

	* email.c: Somebody forgot some gtk_widget_show's.. it wasn't
	  displaying before..
	
	* spell.c: client_document_set_selection_range(...) appears to 
	  be borked..

1999-02-12  Chris Lahey  <clahey@umich.edu>

	* .cvsignore: Added hello-plugin.

1999-02-13 (02:09) Alex Roberts  <bse@dial.pipex.com>

	* httpview.c: New plugin, lets you view the current file in the
	  current Gnome URL viewer.
	
	* plugins.gnome.list: Added httpview.

	* .cvsignore: Added httpview.

	* Makefile.am: Committing autogenerated Makefile.am.

1999-02-04  Chris Lahey  <clahey@umich.edu>

	* hello.c: This is moved from the gedit private plugins
	directory.

	* plugins.list: Added hello.

1999-02-03  Chris Lahey  <clahey@umich.edu>

	* email.c, diff.c, convert.c: Switched from GtkDialog to GnomeDialog.

	* prm/maincode.c, convert.c, browse.c: Fixed warnings.

	* .cvsignore: Added spell-plugin.  Removed print-plugin.

	* plugins.list: Removed print.
	
	* plugins.dir.list, plugins.gnome.list: Moved spell from
	plugins.dir.list to plugins.gnome.list.

	* print.c: Removed.

	* spell/.cvsignore, spell/Makefile.am, spell/client.c,
	spell/client.h, spell/: Removed.

	* spell/spell.c, spell.c: spell.c was moved from spell/ to ./.

1999-02-02  Chris Lahey  <clahey@umich.edu>

	* plugins.pl: Made this work no matter whether the directory is
	name plugins or editor-plugins.

1999-01-21  Chris Lahey  <clahey@umich.edu>

	* .cvsignore: Added browse-plugin.

1999-01-19  Chris Lahey  <clahey@umich.edu>

	* plugins.pl: Fixed it so that plugins.gnome.list actually works.

	* Makefile.am: Checked in the modified version of Makefile.am.

	* plugins.gnome.list: Changed the comment.
	
	* browse.c: Changed browse.c to use a gnome dialog.

1999-01-19  Alex Roberts <bse@dial.pipex.com>

	* browse.c: Added Browse Plugin (Web Browser (uses Lynx to grab
	  and download web pages))

	* Makefile.am: Checked in the modified version of Makefile.am.

	* convert.c, diff.c, email.c: Converted these plugins to Gnome.

	* plugins.list, plugins.gnome.list: Moved the above plugins from
	plugins.list to plugins.gnome.list.  Added browse to
	plugins.gnome.list.

1999-01-19  Chris Lahey  <clahey@umich.edu>

	* plugins.pl: Updated to use plugins.gnome.list.

	* plugins.gnome.list: A list of plugins that use gnome.

1999-01-19  Jeff Garzik  <jgarzik@pobox.com>

	* convert.c, diff.c, email.c, prm/msgbox.c:
	Renamed deprecated Gtk+ functions.

1998-12-15  Jeff Garzik  <jgarzik@pobox.com>

	* spell/spell.c:  s/gtk_spell/gnome_spell/

1998-11-27  Chris Lahey  <clahey@umich.edu>

	* Makefile.am: Removed $(GTKXMHTML_LIBS) from all the plugins
	compile line.

1998-11-11  Seth Alves  <alves@hungry.com>

	* spell/spell.c (handled_word_callback): don't replace the
	word unless it is being corrected.

1998-11-09  Seth Alves  <alves@hungry.com>

	* spell/spell.c (spell_start_check): made changes so that the
	spell plugin works on the current document rather than opening a
	new one

1998-11-07  Chris Lahey  <clahey@umich.edu>

	* prm/Makefile.am, spell/Makefile.am (prm_plugin_SOURCES): Moved
	the reference to client.[ch] to the current directory.

	* prm/client.h, prm/client.c, spell/client.h, spell/client.c:
	Copied from the plugins directory.  These will eventually be
	worked out to be in the plugins/client/ directory probably and
	then referenced from there.

1998-11-07  Chris Lahey  <clahey@umich.edu>

	* reverse.c: Added #include <string.h>.

	* diff.c: A few small changes to deal with when the plugin ends.

	* client.h, client.c: Added the new interfaces
	client_text_set_selection_text and
	client_document_set_selection_range.

	* convert.c: A new plugin.  I think it converts between different
	number formats.

	* .cvsignore: Added Makefile.am.  Changed the list of ignored
	plugins to simply *-plugin.

	* prm/.cvsignore, prm/Makefile.am, prm/maincode.h, prm/maincode.c,
	prm/msgbox.c, prm/msgbox.h: New files for the project manager
	plugin.

	* spell/spell.c, spell/Makefile.am, spell/.cvsignore: New files
	for the spelling plugin.

	* Makefile.am: This is now a generated file.
	* plugins.pl: This generates Makefile.am.
	* plugins.list: This is used in generating Makefile.am.  It's a
	list of single file plugins, each within the corresponding .c
	file.
	* plugins.dir.list: This is used in generating Makefile.am (and
	../configure.in.)  It's a list of plugins that each live in a
	directory of the same name.  This is primarily for plugins that
	need multiple files or need to link to a different set of
	libraries.

1998-10-31  Chris Lahey  <clahey@umich.edu>

	* print.c (main): Commented out a bunch of unused variables.

1998-09-21  Chris Lahey  <clahey@umich.edu>

	* print.c: Added a suggested_accelerator "<control>P" to print.c. 

	* client.h (struct client_info): Added a suggest_accelerator
	field.  This may not be the final format of this parameter and it
	isn't implemented yet.  I would suggest not using this.
	update: This is now implemented.
	(client_info empty_info): Created an empty info global variable.
	This is used to NULL out the info structure.

	* openother.c: Added a plugin to open the other document in a .c,
	.h pair.
	(main): Added a suggested_accelerator to openother.c.  This still 
	isn't used though.  (This is now used.)