~ubuntu-branches/ubuntu/quantal/texmacs/quantal

« back to all changes in this revision

Viewing changes to src/Guile/Glue/build-glue-server.scm

  • Committer: Bazaar Package Importer
  • Author(s): Atsuhito KOHDA, Kamaraju Kusumanchi, kohda
  • Date: 2008-04-06 15:11:41 UTC
  • mfrom: (1.1.7 upstream) (4.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080406151141-w0sg20jnv86mlt6f
Tags: 1:1.0.6.14-1
[Kamaraju Kusumanchi <kamaraju@gmail.com>]
* New upstream release
* 01_american.dpatch is updated
* Since thread support in guile-1.8 is now disabled, the segmentation faults
  should not arise anymore. More info at #439923. (Closes: #450499, #458685)
[kohda]
* This version fixed menu problem.  (Closes: #447083)
* Reverted orig.tar.gz to the upstream tarball.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
  "get_server()->"
19
19
  "initialize_glue_server"
20
20
 
21
 
  (set-input-language set_input_language (void string))
22
 
  (get-input-language get_input_language (string))
23
 
  (set-output-language set_output_language (void string))
24
 
  (get-output-language get_output_language (string))
25
21
  (insert-kbd-wildcard insert_kbd_wildcard (void string string bool bool bool))
26
22
  (set-variant-keys set_variant_keys (void string string))
27
23
  (kbd-pre-rewrite kbd_pre_rewrite (string string))
43
39
  (set-shrinking-factor set_shrinking_factor (void int))
44
40
  (get-shrinking-factor get_shrinking_factor (int))
45
41
 
46
 
  (exec-delayed exec_delayed (void object))
47
42
  (shell shell (void string))
48
43
  (dialogue-end dialogue_end (void))
49
44
  (choose-file choose_file (void object string string))
101
96
  (texmacs-save-buffer save_buffer (void url string))
102
97
  (auto-save auto_save (void))
103
98
  
104
 
  (color get_color (int string))
105
99
  (get-style-menu get_style_menu (object))
106
100
  (get-add-package-menu get_add_package_menu (object))
107
101
  (get-remove-package-menu get_remove_package_menu (object))
121
115
  (set-message set_message (void string string))
122
116
  (set-message-temp set_message (void string string bool))
123
117
  (recall-message recall_message (void))
124
 
  (translate translate (string string string string))
125
118
  (yes? is_yes (bool string))
126
119
  (quit-TeXmacs quit (void))
127
120
  (package-evaluate evaluate (tree string string content)))