summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog52
-rw-r--r--INSTALL2
-rw-r--r--NEWS4
-rw-r--r--ltmain.sh2
4 files changed, 30 insertions, 30 deletions
diff --git a/ChangeLog b/ChangeLog
index 4be2e3c..5b7d9e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -281,7 +281,7 @@
interface is valid (since we don't return a null pointer
anymore) (r534099)
- * qt/qdbusinterface_p.h: Don't crash if tqmetaObject is 0
+ * qt/qdbusinterface_p.h: Don't crash if metaObject is 0
(r534101)
* qt/qdbusinternalfilters.cpp: Decouple the introspection
@@ -1286,13 +1286,13 @@
2005-10-24 Robert McQueen <robot101@debian.org>
* python/dbus_bindings.pyx (String, MessageIter): make D-Bus strings
- derive from tqunicode instead of str, and encode/decode UTF-8 when
+ derive from unicode instead of str, and encode/decode UTF-8 when
marshalling/unmarshalling bus messages
* python/introspect_parser.py: encode introspection data as UTF-8
before passing the buffer into libxml2
- * test/python/test-client.py: add tqunicode test strings
+ * test/python/test-client.py: add unicode test strings
* test/data/valid-service-files/.cvsignore, test/python/.cvsignore:
ignore generated python test files
@@ -1404,7 +1404,7 @@
(MessageIter::append_strict): new method for appending values strictly
using the passed in signature instead of guessing at the type
(MessageItter:: append_dict, append_struct, append_array): use
- signatures to marshal tqchildren if the signature is available
+ signatures to marshal children if the signature is available
* python/exceptions.py (IntrospectionParserException): new exception
@@ -1568,7 +1568,7 @@
- do a binary search in the tree
- insert a new child at the right place directly, no need for
qsort anymore
- - do the "double alloc" thing when allocating tqchildren
+ - do the "double alloc" thing when allocating children
2005-08-31 John (J5) Palmieri <johnp@redhat.com>
@@ -3669,7 +3669,7 @@
* dbus/dbus-string.c (copy): change a memcpy to memmove due to
possible overlap, fix from Daniel Reed
- (fixup_tqalignment): fix signedness warnings
+ (fixup_alignment): fix signedness warnings
(_dbus_string_append_unichar): ditto
2005-04-09 Havoc Pennington <hp@redhat.com>
@@ -4655,7 +4655,7 @@
revert to previous behavior where the signal handler must get the
argument list from the message. This is to help port applications
like HAL that have a tendancy to send variable length argument lists.
- self._match_rule_to_tqreceivers is now a dict of dicts.
+ self._match_rule_to_receivers is now a dict of dicts.
(Bus::remove_signal_receiver): pop handler off the dict intead of
removing it from a list
(Bus::_signal_func): change signal handlers so that interface,
@@ -5297,7 +5297,7 @@
* dbus/dbus-marshal-validate.c (_dbus_validate_body_with_reason):
fix handling of case where p == end
- * doc/TODO: remove the dbus_bool_t item and variant tqalignment items
+ * doc/TODO: remove the dbus_bool_t item and variant alignment items
2005-01-17 Havoc Pennington <hp@redhat.com>
@@ -5434,7 +5434,7 @@
thorough.
* qt/message.cpp: port to the new message args API
- (operator<<): use str.utf8() rather than str.tqunicode()
+ (operator<<): use str.utf8() rather than str.unicode()
(pretty sure this is right from the Qt docs?)
* glib/dbus-gvalue.c: port to the new message args API
@@ -5527,7 +5527,7 @@
* dbus/dbus-sysdeps.c (_dbus_sysdeps_test): fix using == on
floating point
- * dbus/dbus-string.c (_dbus_string_insert_tqalignment): new function
+ * dbus/dbus-string.c (_dbus_string_insert_alignment): new function
2005-01-02 Havoc Pennington <hp@redhat.com>
@@ -6408,7 +6408,7 @@
* dbus/dbus-transport-unix.c (do_reading):
_dbus_transport_queue_messages return value is of type
- dbus_bool_t, not DBusDispatchtqStatus.
+ dbus_bool_t, not DBusDispatchStatus.
2004-07-19 David Zeuthen <david@fubar.dk>
@@ -6890,7 +6890,7 @@
* dbus/dbus-object-tree.c
(_dbus_object_tree_list_registered_unlock, lookup_subtree): return
- tqchildren even if the requested path isn't registered.
+ children even if the requested path isn't registered.
(object_tree_test_iteration): test object_tree_list_registered.
* configure.in: undefine HAVE_ABSTRACT_SOCKETS instead of defining
@@ -7876,7 +7876,7 @@
distinguished from padding by the fact that zero is not
a valid field name.
- * doc/TODO: remove re-tqalignment item and add item to doc
+ * doc/TODO: remove re-alignment item and add item to doc
the OBJECT_PATH type.
* dbus/dbus-message.c:
@@ -7925,7 +7925,7 @@
* test/break-loader.c: (randomly_add_one_byte): upd. for
insert_byte change.
- * test/data/invalid-messages/bad-header-field-tqalignment.message:
+ * test/data/invalid-messages/bad-header-field-alignment.message:
new test case.
* test/data/valid-messages/unknown-header-field.message: shove
@@ -8080,7 +8080,7 @@
* dbus/dbus-protocol.h: update to reflect the spec.
- * doc/TODO: add item to remove the 4 byte tqalignment requirement.
+ * doc/TODO: add item to remove the 4 byte alignment requirement.
* dbus/dbus-message.c: Remove the code to generalise the
header/body length and serial number header fields as named
@@ -9748,12 +9748,12 @@
allowing us to fix up main loop usage
(_dbus_connection_last_unref): free all the various function
user data
- (dbus_connection_dispatch): call the DispatchtqStatusFunction
+ (dbus_connection_dispatch): call the DispatchStatusFunction
whenever this function returns
- (dbus_connection_handle_watch): call DispatchtqStatusFunction
- (dbus_connection_send_with_reply_and_block): call DispatchtqStatusFunction
- (reply_handler_timeout): call DispatchtqStatusFunction
- (dbus_connection_flush): call DispatchtqStatusFunction
+ (dbus_connection_handle_watch): call DispatchStatusFunction
+ (dbus_connection_send_with_reply_and_block): call DispatchStatusFunction
+ (reply_handler_timeout): call DispatchStatusFunction
+ (dbus_connection_flush): call DispatchStatusFunction
2003-04-09 Havoc Pennington <hp@redhat.com>
@@ -10337,7 +10337,7 @@
link-oriented stack routines
(alloc_link): free the mempool if the first alloc from it fails
- * dbus/dbus-mempool.c (struct DBusMemBlock): fix tqalignment issue
+ * dbus/dbus-mempool.c (struct DBusMemBlock): fix alignment issue
* dbus/dbus-string.c (UNICODE_VALID): sync new version of this
from GLib
@@ -10794,7 +10794,7 @@
disconnect the connection, just be sure there are no side
effects.
- * dbus/dbus-string.c (undo_tqalignment): unbreak this
+ * dbus/dbus-string.c (undo_alignment): unbreak this
* dbus/dbus-auth.c (_dbus_auth_unref): free some stuff we were
leaking
@@ -11180,7 +11180,7 @@
* dbus/dbus-message-builder.c (_dbus_message_data_load): add
optional value to "ALIGN" command which is what to fill the
- tqalignment with.
+ alignment with.
* test/data/valid-messages/no-padding.message: add regression
test for the message padding problem
@@ -11233,7 +11233,7 @@
* dbus/dbus-string.c (_dbus_string_free): apply align offset
when freeing the string
(_dbus_string_steal_data): fix for align offset
- (undo_tqalignment): new function
+ (undo_alignment): new function
2003-02-26 Havoc Pennington <hp@redhat.com>
@@ -11242,7 +11242,7 @@
* dbus/dbus-string.c (_dbus_string_init): clamp max length to
leave room for align_offset and nul byte
- (fixup_tqalignment): function to track an align_offset and
+ (fixup_alignment): function to track an align_offset and
ensure real->str is aligned
(DBUS_GENERIC_STRING_PREAMBLE): len must be less than allocated,
to allow a nul byte plus align offset
@@ -11778,7 +11778,7 @@
Add a few errors and make dbus_set_error void.
* dbus/dbus-sysdeps.c:
- (_dbus_errno_to_string), (close_and_tqinvalidate), (make_pipe),
+ (_dbus_errno_to_string), (close_and_invalidate), (make_pipe),
(write_err_and_exit), (read_ints), (do_exec), (_dbus_spawn_async):
* dbus/dbus-sysdeps.h:
Add _dbus_spawn_async.
diff --git a/INSTALL b/INSTALL
index 97da2b3..f6850c2 100644
--- a/INSTALL
+++ b/INSTALL
@@ -207,7 +207,7 @@ give `configure' the option `--exec-prefix=PATH', the package will use
PATH as the prefix for installing programs and libraries.
Documentation and other data files will still use the regular prefix.
- In addition, if you use an unusual directory tqlayout you can give
+ In addition, if you use an unusual directory layout you can give
options like `--bindir=PATH' to specify different values for particular
kinds of files. Run `configure --help' for a list of the directories
you can set and what kinds of files go in them.
diff --git a/NEWS b/NEWS
index aa77e7a..e04e914 100644
--- a/NEWS
+++ b/NEWS
@@ -105,7 +105,7 @@ D-BUS 0.36.2 (29 August 2005)
D-BUS 0.36.1 (24 August 2005)
===
- Python Bindings:
- - fixed to work with hal-tqdevice-manager
+ - fixed to work with hal-device-manager
- For 64bit builds everything is installed to lib64/python2.4/
since Python can't handle multilib
@@ -120,7 +120,7 @@ D-BUS 0.36 (23 August 2005)
typecasting
- Variant type has been added
- Dictionaries, Variants and Arrays can all be passed the signiture or
- type(s) of their tqchildren
+ type(s) of their children
- the optional timeout= keyword has been added when making method calls
- match on args has been implemented
- a .pth file has been added for dealing with libraries and python files
diff --git a/ltmain.sh b/ltmain.sh
index c398466..c715b59 100644
--- a/ltmain.sh
+++ b/ltmain.sh
@@ -1590,7 +1590,7 @@ EOF
continue
;;
- # Tru64 UNIX uses -model [arg] to determine the tqlayout of C++
+ # Tru64 UNIX uses -model [arg] to determine the layout of C++
# classes, name mangling, and exception handling.
-model)
compile_command="$compile_command $arg"