+2005-09-01 Han-Wen Nienhuys <hanwen@xs4all.nl>
+
+ * scm/output-ps.scm (grob-cause): escape spaces in URLs.
+
2005-08-31 Han-Wen Nienhuys <hanwen@xs4all.nl>
* lily/ly-module.cc (make_stand_in_procs_weak): backport: compat
#ifdef MODULE_GC_KLUDGE
Protected_scm anonymous_modules = SCM_EOL;
-
#endif
LY_DEFINE(ly_clear_anonymous_modules, "ly:clear-anonymous-modules",
{
return;
}
+
SCM old_tab = scm_stand_in_procs;
SCM new_tab = scm_make_weak_key_hash_table (scm_from_int (257));
(+ (cdr offset) (car y-ext))
(+ (car offset) (cdr x-ext))
(+ (cdr offset) (cdr y-ext))
- file
+ (string-regexp-substitute " " "%20" file)
(cadr location)
(caddr location)
(cadddr location))