This file is indexed.

/usr/share/doc/caja-actions/ChangeLog is in caja-actions-common 1.8.0+dfsg1-1build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
caja-actions

2015-01-30 Wolfgang Ulbrich <chat-to-me@raveit.de>

   * release 1.8.0

   * fix english and non translated help

2014-03-23 Wolfgang Ulbrich <chat-to-me@raveit.de>

   * release 1.7.1

   * enable help

   * for details see git commits

2014-03-16 Wolfgang Ulbrich <chat-to-me@raveit.de>

   * release 1.7.0

   * for details see git commits

2014-03-12 Wolfgang Ulbrich <chat-to-me@raveit.de>

   * release 1.6.3

   * update to follow nautilus-action-3.2.3

   * for details see git commits

2013-08-15 Wolfgang Ulbrich <chat-to-me@raveit.de>

   * release 1.6.2

   * fix Copying-DOCS issue,  wrong-file-end-of-line-encoding

2013-08-15 Wolfgang Ulbrich <chat-to-me@raveit.de>

   * release 1.6.1

   * improve debug usage

------------------------------------------------------------------------------

nautilus-actions

2013-09-24 Pierre Wieser <pwieser@trychlos.org>

	* NEWS: Updating NEWS before releasing.

	* docs/nact/Makefile.am: Fix the DOC_FIGURES variable,
	prefixing all images with 'figures/' directory name.

2013-09-14 Pierre Wieser <pwieser@trychlos.org>

	* src/core/na-settings.h: Fix configuration filename in the class
	description.

	* src/core/na-gtk-utils.c (na_gtk_utils_restore_window_position):
	Provides a default size and position for main window.

2013-09-13 Pierre Wieser <pwieser@trychlos.org>

	* docs/nact/Makefile.am: Fix the DOC_LINGUAS variable.

2013-09-11 Pierre Wieser <pwieser@trychlos.org>

	* src/core/na-gtk-utils.c (na_gtk_utils_restore_window_position):
	Bad hack to try immediately target ideal size and position the first time
	we open the main window.

	Only allow the 'About Nautilus-Actions...' item inside of the
	Nautilus-Actions root menu.

	* src/nact/nact-preferences-editor.c (about_item_set_sensitive): New function.

	* src/plugin-menu/nautilus-actions.c (build_nautilus_menu):
	Only insert the 'About...' item inside of the root Nautilus-Actions menu.

	* src/plugin-menu/nautilus-actions.c (build_nautilus_menu_rec):
	Improve debug message.

	* src/plugin-menu/nautilus-actions.c (build_nautilus_menu):
	Do not try to create a root Nautilus-Actions menu if it will be empty.

	* src/core/na-io-provider.c (na_io_provider_get_io_providers_list):
	- Fix so that the first listed I/O provider has most probability to be
	writable.
	- Do not reread preferences for write order.

2013-09-10 Pierre Wieser <pwieser@trychlos.org>

	* src/nact/nact-main-toolbar.c:
	* src/nact/nautilus-actions-config-tool.ui:
	Reintroduce fixed toolbars starting with Gtk 3.4.

	* src/plugin-menu/nautilus-actions.c (build_nautilus_menu_rec):
	Iterates through subitems of the source menu as they have not been
	duplucated yet (reported by Christopher Compagnon).

2013-09-07 Pierre Wieser <pwieser@trychlos.org>

	* src/nact/nact-main-toolbar.c (nact_main_toolbar_activate):
	Obsoletes GtkHandleBox starting with Gtk 3.4 - No replacement.

	* src/nact/base-gtk-utils.c (base_gtk_utils_table_to_grid):
	Obsoletes GtkTable starting with Gtk 3.4.

	* src/nact/egg-sm-client-xsmp.c: Obsoletes gdk_threads_enter(), 
	gdk_threads_leave() starting with gdk 3.6.

	* src/nact/base-gtk-utils.c: Remove useless blank lines.

	* src/nact/base-application.c (g_type_init):
	* src/test/test-iface.c (g_type_init):
	* src/test/test-iface2.c (g_type_init):
	* src/test/test-module.c (g_type_init):
	* src/test/test-parse-uris.c (g_type_init):
	* src/test/test-reader.c (g_type_init):
	* src/test/test-virtuals-without-test.c (g_type_init):
	* src/test/test-virtuals.c (g_type_init):
	* src/utils/na-delete-xmltree.c (g_type_init):
	* src/utils/na-print-schemas.c (g_type_init):
	* src/utils/na-set-conf.c (g_type_init):
	* src/utils/nautilus-actions-new.c (g_type_init):
	* src/utils/nautilus-actions-print.c (g_type_init):
	* src/utils/nautilus-actions-run.c (g_type_init):
	Obsoletes g_type_init() starting with glib 2.36.

2013-02-22 Pierre Wieser <pwieser@trychlos.org>

	* Allmost all files: Bump copyright year.

	* ChangeLog-2012: New file.