source: trunk/third/gnome-utils/logview/ChangeLog @ 18366

Revision 18366, 12.0 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18365, which included commits to RCS files with non-trunk default branches.
Line 
12002-11-18  Glynn Foster  <glynn.foster@sun.com>
2
3        * logview.c: (SetDefaultUserPrefs): Add /var/log/sys.log to
4        list of possible logs to open. Apply duct tape to bug that
5        I don't have time to look at.
6
72002-10-17  Kjartan Maraas  <kmaraas@gnome.org>
8
9        * about.c: Unref the logo pixbuf. Fixing a leak.
10       
112002-08-29  Glynn Foster  <glynn.foster@sun.com>
12
13        * gnome-system-log-security.in: Default session to true, otherwise
14        user can't launch it when console helper is enabled.
15
162002-08-29  Glynn Foster  <glynn.foster@sun.com>
17
18        * actions.c: (apply_actions): Fix another case of 'logview'. [sigh]
19
202002-08-29  Glynn Foster  <glynn.foster@sun.com>
21
22        * gnome-system-log-security.in: Point to gnome-system-log instead
23        of logview. Thanks to Frederic for pointing this out.
24
252002-08-21  Glynn Foster  <glynn.foster@sun.com>
26
27        * help/C/gnome-system-log-C.xml, gnome-system-log.omf: Updates
28        from HEAD.
29
302002-08-09  Glynn Foster  <glynn.foster@sun.com>
31
32        * gnome-system-log.1: Update man page.
33
342002-07-24  Deepa Natarajan  <deepa.natarajan@wipro.com>
35
36        * actions.c: Pass the command to execute twice for execlp (),
37        so that the action happens. Fixes bug# 88207.
38
392002-07-08  Laavanya K R <laavanya.gopalan@wipro.com>
40
41        * actions.c: Modified exec_action_in_db() to execute "action"
42        by a combination of fork() and execlp() calls instead of
43        executing through system().  There is a potential of Time of
44        Check and Time of Use (TOCTOU) issues with system() since
45        shell is spawned first and command's executed after a small
46        time gap. Fixes #87110.
47
482002-07-05  Glynn Foster  <glynn.foster@sun.com>
49
50        * gnome-system-log.desktop.in: s/DocPath/X-GNOME-DocPath.
51        Now conforms to spec.
52
532002-06-19  Deepa Natarajan  <deepa.natarajan@wipro.com>
54
55        * actions.c: Change the windows to dialog boxes. Set
56        atk relation between entry box and label, set mnemonics,
57        set default button, change title of dialog to "Actions",
58        position buttons to the right of the tree view.
59        s/gtk_widget_set_usize/gtk_widget_set_size_request.
60
612002-06-12  Narayana Pattipati <narayana.pattipati@wipro.com>
62
63        * monitor.c: In mon_read_new_lines function, as new lines are read,
64        update the current position and start reading next set of lines from
65        the new position.
66
67        * logrtns.c: In ReadPageDown function fixed a crash when the lines
68        read are more than ten. Bug#84084.
69
702002-06-12  Christophe Merlet  <christophe@merlet.net>
71
72        * Makefile.am: Add $DESTDIR variable.
73
742002-06-04  George Lebl <jirka@5z.com>
75
76        * logview.c: use _UI_SUBTREE instead of _UI_SUBTREE_STOCK since
77        that makes translations actually work. _UI_SUBTREE_STOCK means
78        that the string comes from libgnomeui which in this case it
79        doesn't.
80
812002-05-31  Hidetoshi Tajima <hidetoshi.tajima@sun.com>
82
83        * Makefile.am: Update for #83627.
84
852002-05-31  Hidetoshi Tajima <hidetoshi.tajima@sun.com>
86
87        * Makefile.am: Fix GNOMELOCALEDIR to point to correct
88        place. Fixes #83627.
89
902002-05-31  Glynn Foster <glynn.foster@sun.com>
91
92        * monitor.c: Remove ugly pangoification in the
93        monitor dialog.
94
952002-05-31  Glynn Foster <glynn.foster@sun.com>
96       
97        * Makefile.am: Enable help again. Fixes #83518.
98
992002-05-25  Glynn Foster <glynn.foster@sun.com>
100
101        * logview.c, actions.c: Some focus issues. Hum, we really
102        need to get mnemonics going here.
103
1042002-05-25  Narayana Pattipati <narayana.pattipati@wipro.com>
105
106        * logview.c: Treeview fix to prevent parent and child being
107        created for first action entry. Fixes #81942.
108
1092002-05-23  Aruna P R <aruna.pou@wipro.com>
110
111        * logview.c: Disable multiple openings of the same file. Fixes
112        #75121.
113
1142002-05-23  Narayana Pattipati <narayana.pattipati@wipro.com>
115
116        * actions.c: Make sure we save the description in the actions
117        dialog. Fixes #82334.
118
1192002-15-20 Glynn Foster <glynn.foster@sun.com>
120
121        * Makefile.am: Diable docs until they are fixed - dtd validation
122        problems with scrollkeeper.dtd.
123
124Fri May 17 10:09:46 2002  George Lebl <jirka@5z.com>
125
126        * config.c: add note to translators about fonts, especially about
127          Helvetica vs asian fonts
128
129        * info.c, zoom.c: fix crashes on window closing, also add more
130          elaborate logic for figuring out the size of the label area,
131          still quite stupid, but now it gets it wrong by getting more space
132          rather then less which is nicer.  Also better get single char
133          width info in an uglier, more elaborate and hackish way but
134          in a way that we get more correct.  Some more geometry fixage
135          to get asian fonts right.
136
137Thu May 16 18:39:42 2002  George Lebl <jirka@5z.com>
138
139        * info.c, log_repaint.c, logview.h, misc.c, zoom.c:
140          handle cases where we can't convert the line to utf8.  We can
141          really guess the language anyway though so maybe we could do more.
142
143        * logrtns.c: make sure not to leave other time locales around and
144          fix a leak thus created.
145
146Thu May 16 18:19:59 2002  George Lebl <jirka@5z.com>
147
148        * info.c, log_repaint.c, logrtns.c, logview.h, misc.c, zoom.c:
149          Some i18n fixage, especially with getting utf8 vs locale
150          encoding straight.  It is quite ugly, though now we again read
151          localized logs and don't spew out tons of warnings.  I can't make
152          sure that the problem for Chinese is gone since I think I don't
153          have the right fonts for this.  So I'll mark #81252 as fixed.
154
155Thu May 16 15:20:35 2002  George Lebl <jirka@5z.com>
156
157        * logview.c: make the window and make sure it's shown before opening
158          files since then we look like we are loading faster, especially if
159          your logfile is very long.
160
161Thu May 16 15:09:19 2002  George Lebl <jirka@5z.com>
162
163        * log_repaint.c, zoom.c: partially fix #81252 by converting output
164          of strftime to utf8.  Also convert the string to utf8, this still
165          needs a bit of work, so I'm not closing the bug yet
166
167        * logview.c: fix crash when closing window
168
1692002-05-14  Glynn Foster  <glynn.foster@sun.com>
170
171        * gnome-system-log-actions.db: Comment out example
172        strings. I wish I am more time to look through this
173        properly.
174
1752002-05-11 Samuel Stringham  <sams@e-sa.com>
176
177        * logrtns.c: On log rotation, or log creation,
178        or just empty logs logview fails.  Tough to tell if
179        a log is actually a system log when it is empty, but
180        should still try to read/monitor it. Fixes #81348.
181
1822002-05-11  Samuel Stringham  <sams@e-sa.com>
183       
184        * actions.c: Fix crash in actions dialog. Fixes #81397.
185
1862002-05-11  Samuel Stringham  <sams@e-sa.com>
187
188        * logview.c: remove bogus spacing. Fixes #81399.
189
1902002-05-10  Glynn Foster  <glynn.foster@sun.com>
191
192        * calendar.c, logview.c, zoom.c: Fix crashes on dialog
193        boxes when 'Esc' is used.
194
1952002-05-10  Glynn Foster  <glynn.foster@sun.com>
196
197        * logrtns.c: Add sanity check. Fixes #81265.
198
1992002-05-08  Glynn Foster  <glynn.foster@sun.com>
200
201        * about.c, logview.c: Fix up some inconsistancies as pointed
202        out by the doc team.
203
2042002-05-08  Glynn Foster  <glynn.foster@sun.com>
205
206        * calendar.c, log_repaint.c, logview.c, zoom.c: More
207        HIG Compliance stuff. Fixes #76685 in part. Man, this
208        code is *so* ugly. Hack after hack after hack. [sigh].
209
2102002-05-07  Samuel Stringham <sams@e-sa.com>
211
212        * zoom.c: (repaint_zoom): Fix repaint on zoom-in box. Fixes     
213        #80904.
214
2152002-05-07  Samuel Stringham <sams@e-sa.com>
216
217        * actions.c, log_repaint.c: Some UI love.
218
2192002-05-07  Satyajit Kanungo  <satyajit.kanungo@wipro.com>
220
221        * gnome-system-log.desktop.in: Added DocPath in the
222        desktop.in file. Fixes #80921.
223
2242002-05-03  Glynn Foster  <glynn.foster@sun.com>
225
226        * logview.c: s/Date/Last Modified. It seems a slightly better
227        solution, although when you scroll up it seems to randomly
228        change the date in the status bar. Fixes #72782 somewhat
229        but we should get rid of the updates and just use one non
230        changing date, whatever that might be.
231        * logrtns.c: Include <errno.h> in the view to giving more
232        useful error messages.
233 
2342002-05-03  Xing Wang <quixon@gnuchina.org>
235
236        * calendar.c: (CalendarMenu), (close_calendar): Don't NULL
237        CalendarDialog when we are only hiding the widget. Fixes
238        #80403.
239
2402002-05-01  Glynn Foster  <glynn.foster@sun.com>
241
242        * calendar.c: (CalendarMenu): Oops, forgot to
243        make non-resizable.
244
2452002-05-01  Glynn Foster  <glynn.foster@sun.com>
246
247        * calendar.c: (CalendarMenu): Adapted patch from
248        Xing Wang <quixon@gnuchina.org> to fix #77194.
249
2502002-05-01  Glynn Foster  <glynn.foster@sun.com>
251
252        * gnome-system-log-regexp.db: Add fix from
253         voss@debian.org (Jochen Voss) for #73406.
254
2552002-04-28 Dennis Cranston <dennis_cranston@yahoo.com>
256
257        * about.c:  fix code to correctly find logview.xpm logo
258        in the about dialog.  Change name to match application menu.
259        Fixes #80109.
260       
2612002-04-24 Aruna P R <aruna.pou@wipro.com>
262
263        * config.c, info.c, log_repaint.c, logview.c,
264          logview.h, monitor.c, zoom.c:
265
266        Start using Pango wherever we can.
267
2682002-04-18 - John Fleck <jfleck@inkstain.net>
269
270        * help/Makefile.am, help/C/Makefile.am
271        gnome-system-log.xml, gnome-system-log-C/omf, legal.xml
272        figures/gnome-system-log.png
273        incorporating placeholder docs, completing patch from
274        Satyajit
275
2762002-04-16  Kevin Vandersloot <kfv101@psu.edu>
277
278        * Makefile.am, logview.c : get help working - almost
279
2802002-03-21 Aruna P R <aruna.pou@wipro.com>
281
282        * logview.c: add session managment to systemlogmoitor
283
2842002-03-30 Aruna P R <aruna.pou@wipro.com>
285       
286        * actions.c, monitor.c, logview.h:
287
288        Replaced GtkClist and GtkCtree calls with GtkTreeView calls in the files       
289
2902002-03-20  Yogeesh MB <yogeeshappa.mathighatta@wipro.com>
291
292        * logview.c :Removed user preference dialog, Patch #57968
293
2942002-03-26 Aruna P R <aruna.pou@wipro.com>
295
296        * monitor.c: Monitor options gives the messages when tried to add more
297        than the MON_MAX_NUM_LOGS(4) log files.
298        Fixes the problem with Add and Remove button
299
300        * logview.c: made menu items and view items sensitive.
301        Added the condition to give the message when tried to open more than
302        MAX_NUM_LOGS(10) log files.
303
304        Fix for bugs #75124 & 75074
305
3062002-03-20  Kevin Vandersloot <kfv101@psu.edu>
307
308        * actions.c: Use gtk_text_buffer_set_text. May fix
309        a crash. Also don't cast the textview to a gtkeditable
310
3112002-03-15  Ganesan Sethuraman <ganesan.sethuraman@wipro.com>
312
313       * log_repaint.c: Fixed the display of the status bar when the
314       last log file is closed.Fix for bug #74610
315
3162002-03-18  Kevin Vandersloot <kfv101@psu.edu>
317
318        * logview.c: fix checks for logfiles. Thanks to Aruna Pourohit
319        for pointing this out. Realy fixes bug 75125. Also update
320        binary name in gnome_init
321
3222002-03-17  Kevin Vandersloot <kfv101@psu.edu>
323
324        * logview.c: fix typo. Fixes bug 75125
325
3262002-03-04  Kevin Vandersloot <kfv101@psu.edu>
327       
328        * log_repaint.c: show details on double click and
329        select row on single click. Also handle mouse scroll
330        events.
331
332        * logview.c: don't select row on motion events.
333
3342002-02-28  Santhana Krishnan  <santhana.krishnan@wipro.com>
335
336        * logview.c: fixed bug on scroll bars when log view is empty.
337
3382002-02-21  Bastien Nocera  <hadess@hadess.net>
339
340        * logrtns.c: (isLogFile): don't crash on empty files
341
3422002-02-21  Bastien Nocera  <hadess@hadess.net>
343
344        * actions.c: (edit_action_entry): use non-deprecated calls
345        (and the proper ones in fact)
346        * logview.h, logrtns.c: (ReadPageUp), (ReadPageDown): fix bug on
347        platforms where a char is unsigned (Closes:68013)
348        (patch from Jochen Voss <voss@debian.org>)
349        * logview.c: (CloseApp): fix double-closing exit core dump
350
3512002-01-31  Zbigniew Chyla  <cyba@gnome.pl>
352
353        * about.c (AboutShowWindow): Don't try to translate empty string.
354
3552001-02-02  Zbigniew Chyla  <cyba@gnome.pl>
356
357        * .cvsignore: s/logview/gnome-system-log/
358
3592002-01-27  Seth Nickell  <snickell@stanford.edu>
360
361        * Makefile.am:
362        * gnome-system-log-actions.db:
363        * gnome-system-log-descript.db:
364        * gnome-system-log-pam:
365        * gnome-system-log-regexp.db:
366        * gnome-system-log-security.in:
367        * gnome-system-log.1:
368        * gnome-system-log.desktop.in:
369        * logview-actions.db:
370        * logview-descript.db:
371        * logview-pam:
372        * logview-regexp.db:
373        * logview-security.in:
374        * logview.1:
375        * logview.c: (open_databases):
376        * logview.desktop.in:
377        * pixmaps/Makefile.am:
378
379
380        Rename application binary to match menu name.
381
382        Whew. This one was a PITA.
383       
3842002-01-27  Seth Nickell  <snickell@stanford.edu>
385
386        * logview.desktop.in:
387
388        Change menu names to conform with the HIG, and
389        install into the GNOME2 .desktop file location.
390
Note: See TracBrowser for help on using the repository browser.