summaryrefslogtreecommitdiff
path: root/logview
diff options
context:
space:
mode:
authormonsta <[email protected]>2017-01-31 18:42:27 +0300
committermonsta <[email protected]>2017-01-31 18:42:27 +0300
commit31c28470ac3b87d15a16889ff850ac8f5fdf83c6 (patch)
treeab40c0a49d330d04484c0829b268d8ae775358da /logview
parent1be7a82b4d3321b61024adc70ec7c27f8eb63ef7 (diff)
downloadmate-utils-31c28470ac3b87d15a16889ff850ac8f5fdf83c6.tar.bz2
mate-utils-31c28470ac3b87d15a16889ff850ac8f5fdf83c6.tar.xz
drop all the ancient changelogs
Diffstat (limited to 'logview')
-rw-r--r--logview/ChangeLog134
-rw-r--r--logview/help/ChangeLog187
2 files changed, 0 insertions, 321 deletions
diff --git a/logview/ChangeLog b/logview/ChangeLog
deleted file mode 100644
index 177cd31d..00000000
--- a/logview/ChangeLog
+++ /dev/null
@@ -1,134 +0,0 @@
-2009-04-02 Cosimo Cecchi <[email protected]>
-
- * logview-window.c: automatically scroll to the bottom of the view
- when new lines are added to the active log (#576414).
-
-2009-04-02 Cosimo Cecchi <[email protected]>
-
- * logview-about.h: simplify a bit the licence making it easier
- to share a translation with the other mate-utils apps.
- Patch by Gabor Kelemen (#577722).
-
-2009-04-02 Cosimo Cecchi <[email protected]>
-
- * logview-main.c (create_option_context): translate the short
- description message.
- Patch by Gabor Kelemen (#577718).
-
-2009-03-22 Cosimo Cecchi <[email protected]>
-
- * data/logview-filter.ui: add missing file (#576222).
-
-2009-03-19 Cosimo Cecchi <[email protected]>
-
- * tests/Makefile.am: build with "-Wl,--as-needed" (#575965).
-
-2009-03-18 Cosimo Cecchi <[email protected]>
-
- * logview-prefs.c: (save_filter_foreach_func):
- * logview-window.c: fix some leaks.
-
-2009-03-18 Cosimo Cecchi <[email protected]>
-
- * Makefile.am:
- * data/Makefile.am:
- * data/logview-toolbar.xml:
- * logview-prefs.c: (do_finalize), (load_filters),
- (save_filter_foreach_func), (save_filters), (get_filters_foreach),
- (logview_prefs_init), (logview_prefs_get_filters),
- (logview_prefs_remove_filter), (logview_prefs_add_filter),
- (logview_prefs_get_filter):
- * logview-prefs.h:
- * logview-window.c: (if): implement regex based filtering of log
- files. Patch by Johannes Schmid (#574362).
-
-2009-03-02 Cosimo Cecchi <[email protected]>
-
- * logview-app.c: (parse_syslog), (enumerate_job_finish),
- (enumerate_next_files_async_cb), (enumerate_children_async_cb),
- (logview_app_first_time_initialize), (logview_app_initialize):
- * logview-prefs.c: (logview_prefs_init): when starting the
- application for the first time, gather all the readable files from
- /var/log instead of hardcoding logfile names.
- We'll eventually, and hopefully, support a smarter parsing of
- /etc/logrotate.* and log rotated/compressed log grouping, but right
- now this is the best effort we can do (#567169).
-
-2009-02-24 Cosimo Cecchi <[email protected]>
-
- * Makefile.am: add gthread CFLAGS and LIBS (#572985).
-
-2009-02-04 Vincent Untz <[email protected]>
-
- * gtkmessagearea.c: add an include to fix warnings
- * logview-log.c: (read_gzip_header):
- * logview-manager.c: (logview_manager_get_if_loaded): return something.
- Part of bug #570422.
-
-2009-01-30 Cosimo Cecchi <[email protected]>
-
- * logview-loglist.c: (tree_selection_changed_cb),
- (manager_active_changed_cb): make sure we check for day != NULL
- before emitting "day-selected". Hopefully fixes bug #569807.
-
-2009-01-30 Cosimo Cecchi <[email protected]>
-
- * logview-log.c:
- (logview_log_init):
- (log_load):
- (logview_log_get_has_days):
- * logview-log.h:
- * logview-loglist.c:
- (update_days_and_lines_for_log):
- (manager_log_added_cb):
- * logview-window.c:
- Check if there are some lines before actually adding an entry
- to the loglist. This implies adding some API to LogviewLog.
- Closes bug #567170.
-
-2009-01-29 Cosimo Cecchi <[email protected]>
-
- * tests/Makefile.am: don't install the test reader program.
-
-2009-01-26 Cosimo Cecchi <[email protected]>
-
- * logview-main.c:
- (main): call g_thread_init () before any other GLib function.
-
-2009-01-09 Cosimo Cecchi <[email protected]>
-
- * data/Makefile.am: Correctly install mateconf schemas.
-
-2009-01-08 Cosimo Cecchi <[email protected]>
-
- * Makefile.am:
- * data/Makefile.am:
- * tests/test-reader.c:
- Fix make distcheck.
-
-2008-12-28 Cosimo Cecchi <[email protected]>
-
- * logview-manager.c (create_log_cb): remove the use of an unallocated
- pointer, which would lead to segfaults.
- Patch by Frederic Peters (#565827).
-
-2008-12-24 Cosimo Cecchi <[email protected]>
-
- * logview-log.c (log_load):
- * logview-log.h:
- Set a meaningful error message if we can't read from the log file
- (#349756).
-
-2008-12-23 Cosimo Cecchi <[email protected]>
-
- * logview-window.c: handle keypad shortcuts (#441564).
-
-2008-12-23 Cosimo Cecchi <[email protected]>
-
- * data/mate-system-log.desktop.in.in: rename the menu item to read
- a more descriptive "Log File Viewer". Thanks to Calum Benson (#375684).
-
-2008-12-23 Cosimo Cecchi <[email protected]>
-
- * logview-window.c: restore the saved zoom size on open (#330113).
-
diff --git a/logview/help/ChangeLog b/logview/help/ChangeLog
deleted file mode 100644
index afad8c79..00000000
--- a/logview/help/ChangeLog
+++ /dev/null
@@ -1,187 +0,0 @@
-2009-03-10 Milo Casagrande <[email protected]>
-
- * it/it.po: Updated Italian translation by Andrea Zagli.
-
-2009-03-02 Philip Withnall <[email protected]>
-
- * en_GB/en_GB.po: Updated British English translation.
-
-2009-02-24 Gil Forcada <[email protected]>
-
- * ca.po: Updated Catalan translation by Joan Duran.
-
-2009-02-17 Inaki Larranaga Murgoitio <[email protected]>
-
- * eu/figures/: Added image in Basque language. Images are:
- syslog_window.png
-2009-02-16 Inaki Larranaga Murgoitio <[email protected]>
-
- * eu/eu.po: Added Basque translation.
- * Makefile.am: Added 'eu' to DOC_LINGUAS.
-
-2009-02-10 Daniel Nylander <[email protected]>
-
- * sv/sv.po: Updated Swedish translation.
-
-2009-02-06 Ilkka Tuohela <[email protected]>
-
- * fi.po: Updated Finnish translation by Jukka Heikkilä.
-
-2009-01-24 Mario Blättermann <[email protected]>
-
- * de/de.po: Updated German translation
-
-2008-12-26 Jorge Gonzalez <[email protected]>
-
- * es.po: Updated Spanish translation.
-
-2008-12-23 Cosimo Cecchi <[email protected]>
-
- * C/mate-system-log.xml: add a more meaningful description.
-
-2008-12-23 Cosimo Cecchi <[email protected]>
-
- * C/mate-system-log.xml: update to the new Desktop file wording.
-
-2008-11-25 Gil Forcada <[email protected]>
-
- * ca/ca.po: Updated Catalan translation.
-
-2008-10-22 Cosimo Cecchi <[email protected]>
-
- * Makefile.am:
- Include the screenshot. Patch by Bob Mauchin (#500333).
-
-2008-10-18 Mario Blättermann <[email protected]>
-
- * de/de.po: Added German translation
- * Makefile.am: Added de to DOC_LINGUAS
-
-2008-09-30 Simos Xenitellis <[email protected]>
-
- * el/el.po: Updated Greek translation by Antonis Antonoulas.
-
-2008-09-29 Simos Xenitellis <[email protected]>
-
- * el/el.po: Added Greek translation by Rizitis.
- * Makefile.am: Added el to DOC_LINGUAS
-
-2008-09-22 Timo Jyrinki <[email protected]>
-
- * fi/fi.po: Updated Finnish translation (bug #553050)
-
-2008-06-25 Ilkka Tuohela <<[email protected]>>
-
- * fi/fi.po: Added Finnish documentation by Jukka Heikkilä.
- * fi/figures/*.png:
- * Makefile.am: Added fi to DOC_LINGUAS
-
-2008-03-09 Jorge Gonzalez <[email protected]>
-
- * es/es.po: Updated Spanish translation
- * es/figures/*.png: Updated screenshot
-
-2008-03-08 Daniel Nylander <[email protected]>
-
- * sv/sv.po: Updated Swedish translation.
-
-2008-03-03 Luca Ferretti <[email protected]>
-
- * it/it.po: Updated Italian translation by Andrea Zagli.
-
-2008-01-11 Claude Paroz <[email protected]>
-
- * fr/fr.po: Updated French translation.
-
-2008-01-11 Jorge Gonzalez <[email protected]>
-
- * es/es.po: Updated Spanish translation
-
-2008-01-09 Kjartan Maraas <[email protected]>
-
- * C/mate-system-log.xml: Fix some menu paths.
- Patch from Bob Mauchin. Closes bug #500334.
-
-2007-06-02 Jordi Mas <[email protected]>
-
- * ca/ca.po: Catalan translation by Gil Forcada
- * Makefile.am: Added ca to DOC_LINGUAS.
-
-2007-04-14 Changwoo Ryu <[email protected]>
-
- * ko/ko.po: Migrated to mate-doc-utils.
- * ko/*.xml, ko/Makefile.am, ko/mate-system-log-ko.omf: Removed.
- * Makefile.am: Added ko to DOC_LINGUAS.
-
-2007-03-12 David Lodge <[email protected]>
-
- * en_GB/en_GB.po: Added (British) English translation.
- * Makefile.am: Added en_GB to DOC_LINGUAS
-
-2007-03-10 Nickolay V. Shmyrev <[email protected]>
-
- * Makefile.am: Added ru to DOC_LINGUAS
- * ru/ru.po: Added Russian translation by
- Sergey V. Mironov <[email protected]>
-
-2007-03-03 Luca Ferretti <[email protected]>
-
- * if/figures/syslog_window.png:
- Updated to match current appearance and settings.
-
-2007-03-03 Luca Ferretti <[email protected]>
-
- * Makefile.am:
- * it/it.po:
- * it/Makefile.am:
- * it/mate-system-log.xml:
- * it/mate-system-log-it.omf
- * it/legal.xml:
- Remove old Italian translation and add new PO for it.
- Translation from Andrea Zagli.
-
-2006-12-06 Daniel Nylander <[email protected]>
-
- * sv/figures/syslog_window.png: Updated screenshot.
-
-2006-11-09 Daniel Nylander <[email protected]>
-
- * sv/sv.po: Updated Swedish translation.
-
-2006-08-17 Christophe Bliard <[email protected]>
-
- * fr/fr.po: Added French translation.
- * fr/*.xml: Removed obsolete files.
- * fr/Makefile.am: Removed obsolete file.
- * Makefile.am: added fr to DOC_LINGUAS
-
-2006-07-23 Daniel Nylander <[email protected]>
-
- * sv/sv.po: Updated Swedish translation.
- * sv/*.xml: Removed obsolete files.
-
-2006-06-28 Daniel Nylander <[email protected]>
-
- * sv/sv.po: Added Swedish translation.
-
-2006-06-17 Francisco Javier F. Serrador <[email protected]>
-
- * es/es.po: Updated Spanish translation.
-
-2006-03-29 German Poo-Caaman~o <[email protected]>
-
- * es/es.po: Fixed build error by translation with extra '\n' at
- the end of msgtr.
-
-2006-03-17 Maxim Dziumanenko <[email protected]>
-
- * Makefile.am: added uk to DOC_LINGUAS
- * uk/uk.po: added
- * uk/mate-system-log-uk.omf: removed
- * uk/mate-system-log.xml: removed
- * uk/legal.xml: removed
- * uk/Makefile.am: removed
-
-2005-12-05 Emmanuele Bassi <[email protected]>
-
- * *: ported to mate-doc-utils