~ubuntu-branches/ubuntu/oneiric/gnome-system-monitor/oneiric-proposed

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier
  • Date: 2005-08-26 18:38:24 UTC
  • Revision ID: james.westby@ubuntu.com-20050826183824-zh2978nxikpkfxyd
Tags: upstream-2.8.1
Import upstream version 2.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2004-12-04  Benoît Dejean  <tazforever@dlfp.org>
 
2
 
 
3
        * NEWS: Released 2.8.1.
 
4
 
 
5
2004-11-24  Benoît Dejean  <tazforever@dlfp.org>
 
6
 
 
7
        * src/interface.c: (toggle_infoview): Fixed (More|Less) labels.
 
8
        
 
9
        * src/procman.c: Added missing #include for old libgtop.
 
10
 
 
11
2004-11-22  Benoît Dejean  <tazforever@dlfp.org>
 
12
 
 
13
        * src/proctable.c: (sort_ints): Fixed stupid typo. CPU and RES columns
 
14
        are now correctly sorted.
 
15
 
 
16
2004-11-13  Benoît Dejean  <tazforever@dlfp.org>
 
17
 
 
18
        * src/callbacks.c: (cb_about_activate):
 
19
        * src/proctable.c: (get_process_status): Removed added i18n strings.
 
20
 
 
21
2004-11-12  Benoît Dejean  <tazforever@dlfp.org>
 
22
 
 
23
        * src/util.c: (get_size_string):
 
24
        * src/util.h: Removed and replace by gnome_vfs_file_size...
 
25
        * src/callbacks.c: (compare_disks), (add_new_disks):
 
26
        * src/infoview.c: (infoview_update):
 
27
        * src/load-graph.c: (get_memory):
 
28
        * src/memmaps.c: (add_new_maps):
 
29
        
 
30
        * src/proctable.c: (insert_info_to_tree), (update_info):
 
31
        
 
32
        * src/procman.h: More guint64. libgtop uses a lot of guint64, so don't
 
33
        truncate to int. This should solve overflows on systems with >= 2GB of
 
34
        physical memory.
 
35
        
 
36
        * src/load-graph.c: (get_memory): Fixed mem%. Is used physical memory %,
 
37
        including cached + buffer.
 
38
 
 
39
2004-10-29  Benoît Dejean  <tazforever@dlfp.org>
 
40
 
 
41
        * * s/(MEM|CPU)_GRAPH/LOAD_GRAPH_$1/g
 
42
 
 
43
        * src/load-graph.c: (get_load), (load_graph_update),
 
44
        (load_graph_alloc), (load_graph_new): Replace a bunch of = with memcpy.
 
45
        Tuned loops.
 
46
        
 
47
        * src/procman.h: cpu_time, cpu_last, cpu_time_last are guint64.
 
48
        cpu -> guint8 pcpu
 
49
        
 
50
        * src/proctable.c: (sort_ints), (insert_info_to_tree),
 
51
        (update_info), (get_info): Updated.
 
52
        
 
53
        libgtop struct have a lot of guint64 members. currently they are boxed
 
54
        into gint which is obviously bad. More work has to be done to fix all of
 
55
        this.
 
56
        
 
57
        * src/proctable.h: Stronger #ifdef.
 
58
 
 
59
2004-10-28  Benoît Dejean  <tazforever@dlfp.org>
 
60
 
 
61
        * src/memmaps.c: (vmoff_tostring): Renamed vmoff_strdup_printf.
 
62
        
 
63
        * src/memmaps.h: Moved some declarations to memmaps.c.
 
64
        * src/memmaps.c: (add_new_maps), (update_memmaps_dialog), (sort_guint64),
 
65
        (create_memmaps_tree): Renamed COL_* to MMAP_COL* to avoid conflict.
 
66
        Use MMAP_COL_* wherever possible.
 
67
        (sort_guint64): Don't truncate guint64 to gint anymore.
 
68
        
 
69
        * src/proctable.c: Removed useless #includes.
 
70
 
 
71
2004-10-27  Benoît Dejean  <tazforever@dlfp.org>
 
72
 
 
73
        * configure.in: Added new dependency on GNOME VFS 2.6.
 
74
        * src/callbacks.c: (get_icon_for_device): Re-implemented using GNOME VFS.
 
75
        The icon lookup is much better. 
 
76
        
 
77
        (cb_preferences_activate), (cb_renice),
 
78
        (cb_end_process), (cb_kill_process), (cb_show_memory_maps),
 
79
        (cb_show_hidden_processes), (cb_hide_process), (cb_about_activate),
 
80
        (cb_close_simple_dialog), (cb_proc_combo_changed),
 
81
        (popup_menu_renice), (popup_menu_show_memory_maps),
 
82
        (popup_menu_hide_process), (popup_menu_end_process),
 
83
        (popup_menu_kill_process), (popup_menu_about_process),
 
84
        (cb_end_process_button_pressed), (cb_info_button_pressed),
 
85
        (cb_search), (cb_mem_color_changed), (cb_swap_color_changed),
 
86
        (cb_bg_color_changed), (cb_frame_color_changed), (cb_row_selected),
 
87
        (cb_tree_row_activated), (cb_tree_button_pressed),
 
88
        (cb_tree_popup_menu), (cb_switch_page), (compare_disks),
 
89
        (get_icon_for_device), (add_new_disks), (cb_update_disks),
 
90
        (cb_timeout): Paranoid cleanup.
 
91
        
 
92
        * src/defaulttable.h: Updated.
 
93
 
 
94
2004-10-25  Benoît Dejean  <tazforever@dlfp.org>
 
95
 
 
96
        * src/callbacks.c: (cb_preferences_activate), (cb_end_process),
 
97
        (cb_kill_process), (cb_show_memory_maps),
 
98
        (cb_show_hidden_processes), (cb_hide_process), (cb_about_activate),
 
99
        (cb_app_exit), (cb_app_delete), (cb_close_simple_dialog),
 
100
        (cb_proc_combo_changed), (popup_menu_renice),
 
101
        (popup_menu_show_memory_maps), (popup_menu_hide_process),
 
102
        (popup_menu_end_process), (popup_menu_kill_process),
 
103
        (popup_menu_about_process), (cb_end_process_button_pressed),
 
104
        (cb_info_button_pressed), (cb_search), (change_gconf_color),
 
105
        (cb_cpu_color_changed), (cb_mem_color_changed),
 
106
        (cb_swap_color_changed), (cb_bg_color_changed),
 
107
        (cb_frame_color_changed), (get_last_selected), (cb_row_selected),
 
108
        (cb_tree_row_activated), (cb_tree_button_pressed),
 
109
        (cb_switch_page), (fsusage_stats), (compare_disks),
 
110
        (get_icon_for_device), (add_new_disks), (cb_update_disks),
 
111
        (cb_timeout):
 
112
        * src/callbacks.h: Big cleanup.
 
113
        (add_new_disks): possible leak. Added comment on libgtop behaviour.
 
114
        (fsusage_stats): Added. Devices stats code is now shared.
 
115
        (change_gconf_color): Added.
 
116
        
 
117
        * src/interface.c: Removed useless
 
118
        global variables.
 
119
        (create_proc_view), (toggle_infoview): Marked static.
 
120
        
 
121
        * src/procdialogs.c: (get_nice_level),
 
122
        (procdialog_create_preferences_dialog): Moved bg_color_changed/frame_color_changed
 
123
        to src/callbacks.c.
 
124
 
 
125
2004-10-25  Benoît Dejean  <tazforever@dlfp.org>
 
126
 
 
127
        * src/procman.c: static const popt.
 
128
        * src/procman.h: Changed cpu_initialized type to gboolean.
 
129
 
 
130
2004-10-24  Benoît Dejean  <tazforever@dlfp.org>
 
131
 
 
132
        * src/proctable.c: (refresh_list): s/g_list_prepend/g_list_append/
 
133
        0K, it does matter here :/
 
134
 
 
135
2004-10-24  Benoît Dejean  <tazforever@dlfp.org>
 
136
 
 
137
        * src/memmaps.c: (compare_memmaps):
 
138
        * src/callbacks.c: (compare_disks):
 
139
        * src/favorites.c: (add_to_blacklist), (add_single_to_blacklist),
 
140
        (remove_item): s/g_list_append/g_list_prepend/ as order doesn't matter.
 
141
        
 
142
        * src/load-graph.c: (load_graph_configure), (load_graph_expose),
 
143
        (load_graph_destroy), (load_graph_new): s/g_list_append/g_list_prepend/
 
144
        as order doesn't matter. Little cleanup.
 
145
        
 
146
        * src/prettytable.h:
 
147
        * src/procman.h:
 
148
        * src/load-graph.h: Better ifdef.
 
149
        
 
150
        * src/prettytable.c: (new_application), (application_finished),
 
151
        (pretty_table_new), (pretty_table_add_table),
 
152
        (pretty_table_get_icon): Whitespace cleanup.
 
153
        (load_table_from_file): Added (WIP). Currently excluded.
 
154
        
 
155
        * src/proctable.c: (proctable_new): Cleaned.
 
156
        (proctable_free_info): prevent memory leak.
 
157
        (get_process_name): Re-implemented using g_get_path_basename(). 
 
158
        (remove_info_from_list): Big cleanup. Improved performances. Scales much
 
159
        better.
 
160
        (update_info): CLAMP cpu%.
 
161
        (get_info): Re-added thread detection code. ThreadView works again.
 
162
        (refresh_list): removal_list is now a g_ptr_array for performance.
 
163
        (proctable_update_list),(proctable_update_all), (proctable_clear_tree),
 
164
        (proctable_free_table): Cleanups.
 
165
 
 
166
2004-10-24  Benoît Dejean  <tazforever@dlfp.org>
 
167
 
 
168
        * src/proctable.c: (proctable_free_info), (insert_info_to_tree),
 
169
        (remove_children_from_tree), (find_match_in_new_list),
 
170
        (refresh_list): Cleaned.
 
171
        (proctable_search_table): Removed unused static variable index.
 
172
 
 
173
2004-10-24  Benoît Dejean  <tazforever@dlfp.org>
 
174
 
 
175
        * src/proctable.c: (sort_ints), (proctable_new),
 
176
        (get_process_status), (get_process_name), (proctable_find_process),
 
177
        (find_parent), (insert_info_to_tree), (remove_children_from_tree),
 
178
        (remove_info_from_tree), (remove_info_from_list), (update_info),
 
179
        (get_info), (find_match_in_new_list), (refresh_list),
 
180
        (proctable_update_list), (proctable_update_all),
 
181
        (proctable_clear_tree), (proctable_free_table),
 
182
        (proctable_search_table): c-set-style linux.
 
183
 
 
184
2004-10-24  Benoît Dejean  <tazforever@dlfp.org>
 
185
 
 
186
        * src/defaulttable.h: Updated.
 
187
 
 
188
        * src/memmaps.c: (vmoff_strdup_printf): Added to handle 64/32bits hex
 
189
        format.
 
190
        (add_new_maps),
 
191
        (compare_memmaps), (update_memmaps_dialog), (close_memmaps_dialog),
 
192
        (sort_ints), (create_memmaps_tree), (memmaps_timer),
 
193
        (create_single_memmaps_dialog), (create_memmaps_dialog): Big cleanup, 
 
194
        including whitespaces.
 
195
 
 
196
2004-10-23  Benoît Dejean  <tazforever@dlfp.org>
 
197
 
 
198
        * src/defaulttable.h: Updated.
 
199
 
 
200
2004-10-23  Benoît Dejean  <tazforever@dlfp.org>
 
201
 
 
202
        * configure.in: Added --enable-more-warnings.
 
203
 
 
204
2004-10-23  Benoît Dejean  <tazforever@dlfp.org>
 
205
 
 
206
        * src/interface.c: (cpu_size_request): Cleaned.
 
207
        (create_sys_view): Fixed display on SMP systems.
 
208
        * src/load-graph.c: (get_load): Cleaned.
 
209
 
 
210
2004-10-23  Benoît Dejean  <tazforever@dlfp.org>
 
211
 
 
212
        * src/load-graph.c: (load_graph_draw), (get_load), (get_memory),
 
213
        (load_graph_update), (load_graph_unalloc), (load_graph_alloc),
 
214
        (load_graph_configure), (load_graph_expose), (load_graph_destroy),
 
215
        (load_graph_new), (load_graph_start), (load_graph_stop): c-set-style linux
 
216
 
 
217
2004-10-23  Benoît Dejean  <tazforever@dlfp.org>
 
218
 
 
219
        * src/defaulttable.h: Updated.
 
220
        
 
221
        * src/prettytable.c: (new_application), (application_finished),
 
222
        (pretty_table_new), (pretty_table_add_table),
 
223
        (pretty_table_get_icon), :
 
224
        * src/prettytable.h: pretty_table.app_hash now uses direct_hash/equal.
 
225
        Updated icon lookup.
 
226
        (free_entry), (free_value), (free_key) excluded.
 
227
 
 
228
2004-10-23  Benoît Dejean  <tazforever@dlfp.org>
 
229
 
 
230
        * src/callbacks.c: (compare_disks), (get_icon_for_device),
 
231
        (add_new_disks), (cb_update_disks):
 
232
        * src/callbacks.h:
 
233
        * src/cellrenderer.c:
 
234
        * src/favorites.c:
 
235
        * src/infoview.c: (infoview_create), (infoview_update):
 
236
        * src/interface.c:
 
237
        * src/memmaps.c:
 
238
        * src/prettytable.c:
 
239
        * src/procactions.c:
 
240
        * src/procdialogs.c:
 
241
        * src/procdialogs.h:
 
242
        * src/procman.c:
 
243
        * src/proctable.c:
 
244
        * src/util.c: Marked private global variables as static. Closes #147361.
 
245
        Some cleanups (including whitespaces cleanups :)
 
246
 
 
247
2004-10-23  Benoît Dejean  <tazforever@dlfp.org>
 
248
 
 
249
        * po/POTFILES.in: Updated.
 
250
 
 
251
        * src/cellrenderer.h:
 
252
        * src/cellrenderer.c: (procman_cell_renderer_progress_init),
 
253
        (procman_cell_renderer_progress_get_size),
 
254
        (procman_cell_renderer_progress_render): UTF-8-ified. Removed unused
 
255
        variables.
 
256
        
 
257
        * src/prettytable.c: (application_finished), (pretty_table_new),
 
258
        (pretty_table_get_icon):
 
259
        * src/procactions.c: (kill_single_process):
 
260
        * src/procdialogs.c: (procdialog_create_hide_dialog):
 
261
        * src/callbacks.c: (cb_about_activate):
 
262
        * src/infoview.c: (infoview_update):
 
263
        * src/memmaps.c: (create_memmaps_tree):
 
264
        * src/procman.c: (main):
 
265
        * src/proctable.c: (proctable_new):
 
266
        * src/interface.c: (create_sys_view): Removed unused variables.
 
267
        Used PROCMAN_GETTEXT_ARRAY_INIT.
 
268
        
 
269
        * src/memmaps.h:
 
270
        * src/interface.h: 
 
271
        * src/proctable.h:
 
272
        * src/load-graph.h: Stronger ifndef.
 
273
        Removed non-ANSI enum trailing comma.
 
274
        
 
275
        * src/util.h: Added PROCMAN_GETTEXT_ARRAY_INIT(array) macro to initialize
 
276
        i18n strings arrays. Closes #134136.
 
277
 
 
278
2004-10-22  Benoît Dejean  <tazforever@dlfp.org>
 
279
 
 
280
        * src/callbacks.c: (cb_about_activate): New description. Closes #131801.
 
281
        
 
282
        * src/procman.h:
 
283
        * src/interface.c: (create_sys_view):
 
284
        * src/load-graph.c: (get_memory): Added memory and swap % in load-graph.
 
285
        Original patch from Dennis Cranston <dennis_cranston at yahoo com>.
 
286
        Closes #63523.
 
287
        
 
288
2004-10-22  Benoît Dejean  <tazforever@dlfp.org>
 
289
 
 
290
        * src/procman.png: New icon. Closes #117790.
 
291
 
 
292
2004-10-22  Benoît Dejean  <tazforever@dlfp.org>
 
293
 
 
294
        * src/load-graph.c: (get_load): Ensure that cpu load is in [0.0f;100.0f].
 
295
        Closes #134958.
 
296
 
 
297
2004-10-22  Benoît Dejean  <tazforever@dlfp.org>
 
298
 
 
299
        * .cvsignore:
 
300
        * help/C/.cvsignore: Updated.
 
301
        
 
302
        * src/proctable.c: (get_process_status): Fixed glibtop_proc_state.state
 
303
        usage. Closes #153600. Change prototype. This disables a dirty hack and
 
304
        makes gsm procstate works everywhere.
 
305
        (remove_info_from_tree),(update_info), (get_info): Small cleanups.
 
306
 
 
307
2004-10-22  Benoît Dejean  <tazforever@dlfp.org>
 
308
 
 
309
        * src/proctable.c: (get_process_name): Fixed empty process name. This is
 
310
        because of a small change in libgtop. If cmdline is empty, libgtop now
 
311
        returns "" instead of NULL (this was not documented at all).
 
312
        Now : if procargs is NULL or "", the process name is given by procstate, else
 
313
        procargs is parsed.
 
314
 
 
315
2004-10-21  Benoît Dejean  <tazforever@dlfp.org>
 
316
 
 
317
        * src/procactions.c: (renice_single_process),
 
318
        (kill_single_process): Trim whitespaces. Closes #125380.
 
319
 
 
320
2004-10-21  Benoît Dejean  <tazforever@dlfp.org>
 
321
 
 
322
        * AUTHORS:
 
323
        * src/callbacks.c: (cb_about_activate): Hello, i'm the new maintainer :)
 
324
        
 
325
        * src/procman.c: (procman_free_data), (main): Removed C99 comment.
 
326
        Added missing glibtop_close().
 
327
        
 
328
        * src/util.c: (get_size_string): s/K/KB/ Closes #127510.
 
329
        Fixed float constants.
 
330
        
 
331
        * src/interface.c: (create_main_window): Added a resize-grip.Thanks to
 
332
        Ken Harris. Closes #144848.
 
333
 
 
334
2004-10-17  Kjartan Maraas  <kmaraas@gnome.org>
 
335
 
 
336
        * configure.in: Post release bump.
 
337
 
 
338
2004-10-17  Kjartan Maraas  <kmaraas@gnome.org>
 
339
 
 
340
        * configure.in: Bump version.
 
341
        * src/infoview.c: Add missing header.
 
342
        * src/interface.c: NULL vs. 0 fixes.
 
343
        * src/procman.c: Add missing header.
 
344
 
 
345
2004-08-28  Akagic Amila  <bono@linux.org.ba>
 
346
 
 
347
        * configure.in: Added 'bs' to ALL_LINGUAS.
 
348
 
 
349
2004-08-27  Iñaki Larrañaga  <dooteo@euskalgnu.org>
 
350
 
 
351
        * configure.in: Added "eu" (Basque) to ALL_LINGUAS.
 
352
 
 
353
2004-08-21  Kjartan Maraas  <kmaraas@gnome.org>
 
354
 
 
355
        * configure.in: Add «nb» to ALL_LINGUAS.
 
356
 
 
357
2004-08-13  Vincent Noel  <vnoel@cox.net>
 
358
 
 
359
        * src/procdialogs.c (create_proc_field_page): Set GTK_SHADOW_IN
 
360
        for the "Process fields" in the preferences dialog. Fixes bug 150066.
 
361
 
 
362
2004-07-19  Kevin Vandersloot <kfv101 psu edu>
 
363
 
 
364
        * configure.in: release 2.7.0
 
365
 
 
366
2004-04-10  Guntupalli Karunakar  <karunakar@freedomink.org>
 
367
 
 
368
        * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
 
369
 
 
370
2004-03-24  Guntupalli Karunakar  <karunakar@freedomink.org>
 
371
 
 
372
        * configure.in: Added "pa" (Punjabi) to ALL_LINGUAS.
 
373
 
 
374
2004-03-21  Gareth Owen  <gowen72@yahoo.com>
 
375
 
 
376
        * configure.in: Added en_GB to ALL_LINGUAS
 
377
 
 
378
2004-03-21  Kevin Vandersloot <kfv101 psu edu>
 
379
 
 
380
        * configure.in: release 2.6.0
 
381
 
 
382
2004-03-20  Kevin Vandersloot <kfv101 psu edu>
 
383
 
 
384
        * configure.in: require latest libgtop
 
385
 
 
386
2004-03-14  Kevin Vandersloot <kfv101 psu edu>
 
387
 
 
388
        * configure.in: release 2.5.4
 
389
 
 
390
2004-02-22  Christian Rose  <menthos@menthos.com>
 
391
 
 
392
        * configure.in: Added "en_CA" to ALL_LINGUAS.
 
393
 
 
394
2004-02-19 Breda McColgan <breda.mccolgan@sun.com>
 
395
 
 
396
        * help/C/gnome-system-monitor.xml: Updated based on peer review comments from Bill Day
 
397
        * help/C/gnome-system-monitor-C.omf: Updated date.
 
398
 
 
399
2004-02-15  Kevin Vandersloot
 
400
 
 
401
        * configure.in: release 2.5.3
 
402
 
 
403
2004-02-06 Breda McColgan <breda.mccolgan@sun.com>
 
404
 
 
405
        * help/C/gnome-system-monitor.xml: Updated for GNOME 2.6, technical review draft        
 
406
        * help/C/gnome-system-monitor-C.omf: Updated for GNOME 2.6
 
407
2004-02-06 Breda McColgan <breda.mccolgan@sun.com>
 
408
 
 
409
        * help/C/gnome-system-monitor.xml: Updated for GNOME 2.6, technical review draft        
 
410
        * help/C/gnome-system-monitor-C.omf: Updated for GNOME 2.6
 
411
        * help/C/l10n.txt: Added for GNOME 2.6
 
412
        * help/C/figures/gnome-system-monitor_window.png: Added for GNOME 2.6
 
413
 
 
414
2004-01-03  Robert Sedak  <robert.sedak@sk.htnet.hr>
 
415
 
 
416
        * configure.in: Added "hr" in ALL_LINGUAS.
 
417
 
 
418
2004-01-02  Christian Neumair  <chris@gnome-de.org>
 
419
 
 
420
        * src/utils.c (get_size_string):
 
421
        Use ngettext for plurals (#106704).
 
422
 
 
423
2003-12-11  Kaushal Kumar  <kaushal.kumar@wipro.com>
 
424
 
 
425
        * src/interface.c (create_sys_view):
 
426
        Fix compilation (Bugzilla bug #129080).
 
427
        
 
428
2003-12-07  Kevin Vandersloot
 
429
 
 
430
        * configure.in: release 2.5.2
 
431
 
 
432
2003-12-02  Žygimantas Beručka  <uid0@tuxfamily.org>
 
433
 
 
434
        * configure.in: Added "lt" to ALL_LINGUAS again because for
 
435
        some reason it was gone.
 
436
 
 
437
2003-11-16  Havoc Pennington  <hp@redhat.com>
 
438
 
 
439
        * configure.in: require latest libwnck
 
440
 
 
441
2003-11-08  Kevin Vandersloot
 
442
 
 
443
        * configure.in: release 2.5.1
 
444
 
 
445
2003-10-20  Bastien Nocera  <hadess@hadess.net>
 
446
 
 
447
        * configure.in: release gnome-system-monitor 2.5.0
 
448
 
 
449
2003-10-20  Bastien Nocera  <hadess@hadess.net>
 
450
 
 
451
        * configure.in: require libgtop 2.5.0
 
452
 
 
453
2003-10-20  Bastien Nocera  <hadess@hadess.net>
 
454
 
 
455
        * configure.in: fix compilation, lt wasn't committed to CVS
 
456
 
 
457
2003-10-07  Žygimantas Beručka  <uid0@tuxfamily.org>
 
458
 
 
459
        * configure.in: Added "lt" to ALL_LINGUAS.
 
460
 
 
461
2003-09-17  Fatih Demir <kabalak@gtranslator.org>
 
462
 
 
463
        * configure.in: Added "ta" (Tamil) to the languages' list.
 
464
 
 
465
2003-09-08  Kevin Vandersloot
 
466
 
 
467
        * configure.in: release 2.4.0
 
468
 
 
469
2003-08-24  Kevin Vandersloot
 
470
 
 
471
        * configure.in: release 2.3.1
 
472
 
 
473
2003-07-24  Dafydd Harries  <daf@parnassus.ath.cx>
 
474
 
 
475
        * configure.in: Added "cy" (Welsh) to ALL_LINGUAS.
 
476
 
 
477
2003-07-13 John Fleck <jfleck@inkstain.net>
 
478
 
 
479
        * autogen.sh
 
480
        remove:
 
481
        * xmldocs.make, omf.make
 
482
        update to new docs build system. latest gnome-common
 
483
        now required
 
484
 
 
485
2003-07-02  Jordi Mallach  <jordi@sindominio.net>
 
486
 
 
487
        * gnome-system-monitor.desktop.in: Add Encoding and X-GNOME-Bugzilla
 
488
        entries, and fix Terminal.
 
489
 
 
490
2003-06-11  Kenneth Rohde Christiansen  <kenneth@gnu.org>
 
491
 
 
492
        * configure.in: Added "li" to ALL_LINGUAS.
 
493
 
 
494
2003-05-29  Paul Duffy <dubhthach@frink.nuigalway.ie>
 
495
 
 
496
         * configure.in: Added "ga" to ALL_LINGUAS.
 
497
 
 
498
2003-05-06  Guntupalli Karunakar  <karunakar@freedomink.org>
 
499
 
 
500
        * configure.in: Added "hi" to ALL_LINGUAS.
 
501
 
 
502
2003-05-06  Danilo Šegan  <dsegan@gmx.net>
 
503
 
 
504
        * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
 
505
 
 
506
2003-05-04  Taneem Ahmed  <taneem@eyetap.org>
 
507
 
 
508
        * configure.in: Added "bn" in ALL_LINGUAS
 
509
 
 
510
2003-03-25  Kevin Vandersloot <kfv101@psu.edu>
 
511
 
 
512
        * configure.in: release 2.3.0
 
513
 
 
514
2003-03-21  Guntupalli Karunakar  <karunakar@freedomink.org>
 
515
 
 
516
        * configure.in: Added "ml" to ALL_LINGUAS.
 
517
 
 
518
2003-02-24  Roozbeh Pournader  <roozbeh@sharif.edu>
 
519
 
 
520
        * configure.in: Added "fa" to ALL_LINGUAS.
 
521
 
 
522
2003-02-10  Mohammad DAMT  <mdamt@bisnisweb.com>
 
523
 
 
524
        * po/id.po: Added Indonesian translation
 
525
        * configure.in: Added "id" to ALL_LINGUAS
 
526
 
 
527
2003-01-23  Christian Rose  <menthos@menthos.com>
 
528
 
 
529
        * help/C/Makefile.am: Reverted. Somehow my last commit
 
530
        replaced its contents with a PNG file. No idea how that
 
531
        happened. Sorry all.
 
532
 
 
533
2003-01-22  Christian Rose  <menthos@menthos.com>
 
534
 
 
535
        * configure.in: Added "mn" to ALL_LINGUAS.
 
536
 
 
537
2003-01-12  Kevin Vandersloot <kfv101@psu.edu>
 
538
 
 
539
        * configure.in: add startup notify support. Release 2.0.4
 
540
 
 
541
2003-01-08  Pauli Virtanen  <pauli.virtanen@hut.fi>
 
542
 
 
543
        * configure.in: added "fi" (Finnish) to ALL_LINGUAS.
 
544
 
 
545
2002-11-25  Kevin Vandersloot <kfv101@psu.edu>
 
546
 
 
547
        * configure.in, gnome-system-monitor.spec: release 2.0.3
 
548
 
 
549
2002-11-22 John Fleck <jfleck@inkstain.net>
 
550
 
 
551
        * help/C/gnome-system-monitor.xml
 
552
        * help/C/figures/memoryMaps.png, moreInfo.png,
 
553
        pocessListing.png, systemMonitor.png
 
554
        checking in new help docs from Bill Day
 
555
        (Thanks, Bill!)
 
556
 
 
557
2002-11-09  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
 
558
 
 
559
        * configure.in: Added Belarusian to ALL_LINGUAS
 
560
 
 
561
2002-09-26  Stanislav Brabec  <sbrabec@suse.cz>
 
562
 
 
563
        * configure.in: Added cs to ALL_LINGUAS.
 
564
 
 
565
2002-09-03  Marius Andreiana <mandreiana@yahoo.com>
 
566
 
 
567
        * configure.in: added 'ro' to ALL_LINGUAS
 
568
 
 
569
2002-08-26 Kevin Vandersloot <kfv101@psu.edu>
 
570
 
 
571
        * configure.in: release 2.0.2
 
572
 
 
573
2002-08-17  Simos Xenitellis  <simos@hellug.gr>
 
574
 
 
575
        * configure.in: Added Greek (el) to ALL_LINGUAS.
 
576
 
 
577
2002-07-21  Kevin Vandersloot <kfv101@psu.edu>
 
578
 
 
579
        * configure.in: release 2.0.1
 
580
 
 
581
2002-06-24  Yanko Kaneti <yaneti@declera.com>
 
582
 
 
583
        * configure.in: (ALL_LINGUAS) Added Bulgarian (bg).
 
584
 
 
585
2002-06-10  Kevin Vandersloot <kfv101@psu.edu>
 
586
 
 
587
        * configure.in, gsm.spec: release 2.0.0
 
588
 
 
589
2002-06-07  Pablo Saratxaga  <pablo@mandrakesoft.com>
 
590
 
 
591
        * configure.in: Added Catalan (ca) to ALL_LINGUAS
 
592
 
 
593
2002-05-27  Chris Lyttle  <chris@wilddev.net>
 
594
 
 
595
        * omf.make: Added for new scrollkeeper
 
596
        * xmldocs.make: Changed for new scrollkeeper
 
597
        * Makefile.am: added omf.make to EXTRA_DIST remove omf-install dir
 
598
        * configure.in: remove omf-install dir
 
599
        * help/C/Makefile.am: change figs to figdir
 
600
        * help/C/gnome-system-monitor-C.omf: Updated to new OMF format
 
601
 
 
602
2002-05-19  Kevin Vandersloot <kfv101@psu.edu>
 
603
 
 
604
        * configure.in: bump libwnck requirement and version number
 
605
        
 
606
        * Release 1.1.7
 
607
 
 
608
2002-05-19  Shooby Ban <shooby@gnome.hu>
 
609
 
 
610
        * configure.in: Added "hu", Hungarian to ALL_LINGUAS.
 
611
 
 
612
2002-05-18  Kjartan Maraas  <kmaraas@gnome.org>
 
613
 
 
614
        * configure.in: Added "mk" Macedonian to ALL_LINGUAS.
 
615
        
 
616
2002-05-15  Pablo Saratxaga  <pablo@mandrakesoft.com>
 
617
 
 
618
        * configure.in: Added Vietnamese (vi), Azeri (az) and Dutch (nl)
 
619
        to ALL_LINGUAS
 
620
        * src/proctable.c,src.interface.c: Added no-c-format tags to make
 
621
        xgettext happy
 
622
 
 
623
2002-05-14  Anders Carlsson  <andersca@gnu.org>
 
624
 
 
625
        * configure.in:
 
626
        Require libwnck 0.11
 
627
        
 
628
2002-05-02 John Fleck <jfleck@inkstain.net>
 
629
 
 
630
        * help/C/Makefile.am
 
631
        * help/C/gnome-system-monitor-C.omf
 
632
        enabling docs name change to gnome-system-monitor
 
633
 
 
634
2002-05-02  Abel Cheung  <maddog@linux.org.hk>
 
635
 
 
636
        * .cvsignore, help/.cvsignore, help/C/.cvsignore,
 
637
        omf-install/.cvsignore, src/.cvsignore: Ignore more files.
 
638
 
 
639
        * src/callbacks.c: Add translator credits.
 
640
 
 
641
2002-04-30 John Fleck <jfleck@inkstain.net>
 
642
 
 
643
        * help/C/procman-C.omf
 
644
        update OMF file to match new dtd for SK > 0.3.8
 
645
 
 
646
2002-04-03  Gustavo Maciel Dias Vieira  <gdvieira@zaz.com.br>
 
647
 
 
648
        * configure.in (ALL_LINGUAS): Added pt_BR.
 
649
 
 
650
2002-03-31 John Fleck <jfleck@inkstain.net>
 
651
 
 
652
        * help/C/procman-C.omf
 
653
        fixing omf file, per bug #77052
 
654
        thanks to martin H. for catching this
 
655
 
 
656
2002-03-23  Kevin Vandersloot <kfv101@psu.edu>
 
657
 
 
658
        * Release 1.1.6
 
659
 
 
660
2002-03-04  Wang Jian  <lark@linux.net.cn>
 
661
 
 
662
        * configure.in: Added "zh_CN" to ALL_LINGUAS.
 
663
 
 
664
2002-02-24  Kevin Vandersloot <kfv101@psu.edu>
 
665
        
 
666
        * configure.in, gnome-system-monitor.spec: release 1.1.5
 
667
 
 
668
2002-02-11  Kevin Vandersloot <kfv101@psu.edu>
 
669
 
 
670
        * configure.in: add ja to ALL_LINGUAS
 
671
 
 
672
2002-02-11  Christophe Merlet  <redfox@eikonex.org>
 
673
 
 
674
        * configure.in: Added fr to ALL_LINGUAS.
 
675
 
 
676
2002-02-10  Kevin Vandersloot <kfv101@psu.edu>
 
677
 
 
678
        * configure.in: bump version, disst smldocs.make
 
679
 
 
680
        * Makefile.am: add omf-instal so it gets disted
 
681
 
 
682
        * release 1.1.4
 
683
 
 
684
2002-02-06 John Fleck <jfleck@inkstain.net>
 
685
 
 
686
        * adding xmldocs.make to help reenable docs build
 
687
 
 
688
2002-02-07  Changwoo Ryu  <cwryu@debian.org>
 
689
 
 
690
        * configure.in: Added "ko" to ALL_LINGUAS.
 
691
 
 
692
2002-02-06  Kevin Vandersloot <kfv101@psu.edu>
 
693
 
 
694
        * Makefile.am, configure.in: remove help stuff temporarily
 
695
        to fix the build
 
696
 
 
697
2002-02-05 John Fleck <jfleck@inkstain.net>
 
698
 
 
699
        adding documentation by Bill Day:
 
700
        added:
 
701
        * help/Makefile.am
 
702
        * help/C/Makefile.am
 
703
        * help/C/legal.xml
 
704
        * help/C/procman-C.omf
 
705
        * help/C/procman.xml
 
706
        * help/C/addColumn.png, sortButton.png, viewMenu.png,
 
707
        changePriority.png, memoryMaps.png, sortMenu2.png, colorPanel.png,
 
708
        moreInfo.png, sortMenu.png, columnContextMenu.png,
 
709
        processListing.png, systemMonitor.png
 
710
        * omf-install/Makefile.am
 
711
        changed:
 
712
        * Makefile.am
 
713
        * configure.in
 
714
 
 
715
 
 
716
2002-01-28  Kevin Vandersloot <kfv101@psu.edu>
 
717
 
 
718
        * configure.in, gnome-system-monitor.spec: bump version to 1.1.3
 
719
        and some small fixes for spec
 
720
 
 
721
        * release 1.1.3
 
722
 
 
723
2002-01-27  Seth Nickell  <snickell@stanford.edu>
 
724
 
 
725
        * Makefile.am:
 
726
        * gnome-system-monitor.desktop.in:
 
727
        * gnome-system-monitor.spec:
 
728
        * procman.desktop.in:
 
729
        * procman.spec:
 
730
 
 
731
        Renaming applications to match their menu entries.
 
732
 
 
733
        System Monitor -> gnome-system-monitor.
 
734
        
 
735
2002-01-26  Kevin Vandersloot <kfv101@psu.edu>
 
736
 
 
737
        * procman.desktop.in: use newly changed procman.png
 
738
 
 
739
2002-01-21  Kevin Vandersloot <kfv101@psu.edu>
 
740
 
 
741
        * configure.in: add bt_BR to translated files
 
742
 
 
743
2002-01-19  Kevin Vandersloot <kfv101@psu.edu>
 
744
 
 
745
        * procman.spec: don't intall procman.png
 
746
 
 
747
2002-01-19  Seth Nickell  <snickell@stanford.edu>
 
748
 
 
749
        * procman.desktop.in:
 
750
 
 
751
        Rename "System Monitor" and change the icon.
 
752
 
 
753
2002-01-15  Hasbullah Bin Pit <sebol@ikhlas.com>
 
754
 
 
755
        * configure.ini: Added Malay (ms)to ALL_LINGUAS.
 
756
        * po/ms.po: Added Malay Malay Translation.
 
757
 
 
758
2002-01-12  Kevin Vandersloot <kfv101@psu.edu>
 
759
 
 
760
        * procman.spec: Fix the spec file
 
761
 
 
762
2002-01-11  Kevin Vandersloot <kfv101@psu.edu>
 
763
 
 
764
        * procman.spec: Update thanks to Havoc Pennington
 
765
        <hp@redhat.com>
 
766
 
 
767
2002-01-08  Kevin Vandersloot <kfv101@psu.edu>
 
768
 
 
769
        * configure.in: release 1.1.2. Bump requirements
 
770
 
 
771
        * TODO: Pretty much complete :)
 
772
 
 
773
2001-12-27  Duarte Loreto <happyguy_pt@hotmail.com>
 
774
 
 
775
        * configure.in: Added portuguese to ALL_LINGUAS
 
776
 
 
777
2001-12-13  Kevin Vandersloot <kfv101@psu.edu>
 
778
 
 
779
        * configure.in: add gconf schema support
 
780
 
 
781
2001-12-11  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>
 
782
 
 
783
        * configure.in: Added "sk" to ALL_LINGUAS.
 
784
 
 
785
Sat Dec  8 13:09:28 2001  Owen Taylor  <otaylor@redhat.com>
 
786
 
 
787
        * configure.in: Fix so $ACLOCAL_FLAGS is honoured
 
788
        when aclocal is run for --enable-maintainer-mode
 
789
 
 
790
2001-12-08  Gediminas Paulauskas <menesis@delfi.lt>
 
791
 
 
792
        * configure.in, Makefile.am: use intltool instead of xml-i18n-tools;
 
793
        define GETTEXT_PACKAGE
 
794
        * acconfig.h: add template for GETTEXT_PACKAGE
 
795
        * src/procan.c: get translated messages in UTF-8 codeset.
 
796
        * src/Makefile.am: (INCLUDES): remove intl
 
797
        (procman_LDADD): remove $(INTLLIBS)
 
798
 
 
799
2001-12-03  Jesus Bravo Alvarez  <jba@pobox.com>
 
800
 
 
801
        * configure.in: Added gl (Galician) to ALL_LINGUAS
 
802
 
 
803
2001-11-25  Kevn Vandersloot <kfv101@psu.edu>
 
804
 
 
805
        * configure.in: fix the check for gtk. That should
 
806
        be gtk+-2.0 not gtk-2.0
 
807
 
 
808
        * src/Makefile.am: remove LIBGTOP_LIBS and LIBGTOP_CFLAGS
 
809
 
 
810
2001-11-25  Kevn Vandersloot <kfv101@psu.edu>
 
811
 
 
812
        * configure.in: check for libgtop-2.0.pc. This makes procman
 
813
        fully GNOME 2.0 dependant :) You have to get libgtop from a
 
814
        as yet unknown branch. DO NOT get it from HEAD! I will make
 
815
        a libgtop branch soon and it will be stable ported to 
 
816
        GNOME 2.0
 
817
 
 
818
2001-11-26  Abel Cheung  <maddog@linux.org.hk>
 
819
 
 
820
        * configure.in: Add check for (upcoming) gtk 1.3.11. It won't
 
821
          even compile with gtk 1.3.10.
 
822
 
 
823
2001-11-23  Kevin Vandersloot <kfv101@psu.edu>
 
824
 
 
825
        * configure.in, Makefile.am: no longer need the intl/
 
826
        and macros/ directory. Update for GNOME 2.0. Side effect
 
827
        is that the libgtop macro is not picked up. For now 
 
828
        you can copy the libgtop macro from /usr/share/macros/gnome-macros
 
829
        to the gnome2-macros directory
 
830
 
 
831
Sat Nov 24 15:00:31 2001  Kristian Rietveld  <kristian@planet.nl>
 
832
 
 
833
        * src/callbacks.c (compare_disks): free old_name before we
 
834
        return
 
835
 
 
836
Fri Nov 23 14:44:26 2001  Owen Taylor  <otaylor@redhat.com>
 
837
 
 
838
        * src/interface.c src/memmaps.c src/proctable.c: Adapt
 
839
        to GtkTreeView changes.
 
840
 
 
841
        * src/proctable.c: Pack icon cell renderer in the same column 
 
842
        as the name.
 
843
 
 
844
2001-11-14  Kevin Vandersloot <kfv101@psu.edu>
 
845
 
 
846
        * configure.in: remove libwnck for now
 
847
 
 
848
2001-10-27  Yuriy Syrota  <rasta@renome.rovno.ua>
 
849
 
 
850
        * configure.in: Added "uk" to ALL_LINGUAS.
 
851
 
 
852
2001-10-22  Abel Cheung  <maddog@linux.org.hk
 
853
 
 
854
        * configure.in: Added "zh_TW" to ALL_LINGUAS.
 
855
 
 
856
2001-10-01  Kevin Vandersloot <kfv101@psu.edu>
 
857
 
 
858
        * configure.in: check for gconf-2 
 
859
 
 
860
2001-09-30  Zbigniew Chyla  <cyba@gnome.pl>
 
861
 
 
862
        * configure.in (ALL_LINGUAS): Added pl.
 
863
 
 
864
2001-09-29  Kevin Vandersloot <kfv101@psu.edu>
 
865
 
 
866
        * configure.in: update for GNOME 2.0. No longer require
 
867
        Gal
 
868
 
 
869
2001-09-25  Carlos Perelló Marín <carlos@gnome-db.org>
 
870
 
 
871
        * debian/*: Updated.
 
872
 
 
873
2001-09-03  Kevin Vandersloot <kfv101@psu.edu>
 
874
 
 
875
        * configure.in: added 'da'
 
876
 
 
877
2001-08-26  Kevin Vandersloot <kfv101@psu.edu>
 
878
 
 
879
        * procman.spec: Add the translations to the RPMS. Doh!
 
880
 
 
881
2001-08-10  Kevin Vandersloot <kfv101@psu.edu>
 
882
 
 
883
        * configure.in Added 'ru'.
 
884
 
 
885
2001-08-02  Christian Meyer  <chrisime@gnome.org>
 
886
 
 
887
        * configure.in: Added 'de'.
 
888
 
 
889
2001-07-31  Carlos Perelló Marín <carlos@gnome-db.org>
 
890
 
 
891
        * debian/changelog: Updated to 0.8 version.
 
892
 
 
893
2001-07-28  Christopher R. Gabriel  <cgabriel@cgabriel.org>
 
894
 
 
895
        * configure.in (ALL_LINGUAS): Added 'it'.
 
896
 
 
897
2001-07-19  Fatih Demir <kabalak@gtranslator.org>
 
898
 
 
899
        * configure.in: Added "tr" to the languages list.
 
900
 
 
901
2001-07-15  Carlos Perelló Marín <carlos@gnome-db.org>
 
902
 
 
903
        * debian/*: Added scripts to generate Debian
 
904
        packages.
 
905
        * NEWS: Added a comment to the Debian packages
 
906
 
 
907
2001-07-08  Carlos Perelló Marín <carlos@gnome-db.org>
 
908
 
 
909
        * ABOUT-NLS: Removed
 
910
        * .cvsignore: shhh
 
911
        * Updated to use xml-i18n-tools
 
912
 
 
913
2001-07-08  Kjartan Maraas  <kmaraas@gnome.org>
 
914
 
 
915
        * procman.desktop: Added Norwegian translation.
 
916
        * configure.in: Added no to ALL_LINGUAS.
 
917
        
 
918
2001-07-02  Christian Rose  <menthos@menthos.com>
 
919
 
 
920
        * procman.desktop: Added Swedish entries.
 
921
 
 
922
2001-07-02  Christian Rose  <menthos@menthos.com>
 
923
 
 
924
        * configure.in: Added sv to ALL_LINGUAS.
 
925