utils.js: send_http_request: eliminate some warnings
[conkeror.git] / ChangeLog
blobd9805d5011d98aa264a4c8f1808887967953814a
1 2007-10-25  John J. Foerch  <jjfoerch@earthlink.net>
3         * VERSION: 0.42.39
5         * chrome.manifest.for-jar: new file.
7         * chrome.manifest: rewrote so conkeror can be run in-place,
8         without building.
10         * build.sh (do_target_xulapp): use `chrome.manifest.for-jar' when
11         building the xulapp.
13         * build.sh: removed unused OSX-related code.
15 2007-10-25  John J. Foerch  <jjfoerch@earthlink.net>
17         * VERSION: 0.42.36
19         * components/application.js (application): load save.js.
21 2007-10-24  John J. Foerch  <jjfoerch@earthlink.net>
23         * VERSION: 0.42.35
25         * components/application.js (application.get_os): new function.
27         * components/application.js (application.set_default_directory):
28         use get_os.
30 2007-10-22  John J. Foerch  <jjfoerch@earthlink.net>
32         * VERSION: 0.42.32
34         * test/cmdline.sh, test/batch-suite.js, test/make-temp-install.sh:
35         initial checkin of test suite.
37 2007-10-22  John J. Foerch  <jjfoerch@earthlink.net>
39         * VERSION: 0.42.31
41         * build.sh: usage instructions say `bash build.sh <target>'
43 2007-10-22  John J. Foerch  <jjfoerch@earthlink.net>
45         * VERSION: 0.42.30
47         * build.sh: provide a template to mktemp.
49         * install.sh: use bash build.sh xulapp.
51 2007-10-22  John J. Foerch  <jjfoerch@earthlink.net>
53         * VERSION: 0.42.29
55         * components/commandline.js (handle): rename performDefault to
56         perform_default.
58         * components/application.js (application): load keyboard.js,
59         utils.js, numbering.js, bindings.js, minibuffer.js, commands.js,
60         interactive.js
62         * defaults/preferences/prefs.js: ui.key.generalAccessKey,
63         accessibility.typeaheadfind
65         * components/application.js (application.commands)
66         (application.current_command): new variables.
68         * components/appication.js (application): call init_webjumps and
69         init_window_title.
71 2007-10-19  John J. Foerch  <jjfoerch@earthlink.net>
73         * components/commandline.js (handle): new variable suppress_rc.
74         Eval switch, `-i', changed to `-e'.  Eval switch no longer
75         automatically suppresses opening a window.  Batch mode switch `-q'
76         changed to `-batch'.  New switch `-l'.  New switch `-q' to
77         suppress rc.  Conditionally load rc.
79         * components/application.js (get_chrome_contents): use dump
80         instead of dumpln.
82         * components/application.js (application.set_default_directory):
83         new function, and accompanying variable, `default_directory'.
85         * components/application.js (application): load debug.js and
86         localfile.js.
88         * components/application.js (application.encode_xpcom_structure)
89         (application.decode_xpcom_structure, application.add_hook)
90         (application.generate_new_frame_tag)
91         (application.get_frame_by_tag): new.
93         * components/application.js (application.run_hooks): rewrote.  new
94         parameter, `scope'.
96         * components/application.js (application.generate_new_frame_name)
97         (application.get_frame_by_name): removed.
99         * components/application.js (application.make_frame): replaced
100         `name' with `tag'.  new way of encoding arguments to pass to the
101         frame.  run make_frame_hook.
103 2007-10-17  John J. Foerch  <jjfoerch@earthlink.net>
105         * VERSION: 0.42.27
107         * build.sh: removed references to install.rdf.
109         * build.sh: preprocess application.js instead of conkeror.js.
111         * components/application.js (application): new field, `version'.
113         * components/application.js (application): new field, `start_time'.
115         * components/application.js (application): new field, `preferences'.
117 2007-10-17  John J. Foerch  <jjfoerch@earthlink.net>
119         * VERSION: 0.42.26
121         * htmlBindings.xml: removed file.
123         * patformHTMLBindings.xml: removed file.
125         * install.js: removed file.
127         * install.rdf: removed file.
129 2007-08-23  John J. Foerch  <jjfoerch@earthlink.net>
131         * VERSION: 0.42.23
133         * components/commandline.js: extensive changes.  much code moved
134         to application.js.
136         * components/application.js: new file.
138         * build.sh (copy_tree_sans_boring, do_target_jar): rewritten find
139         calls.
141         * conkeror/locale/en-US/gui_context_menu.properties:
142         context_copy_frameset_frame_location.label and
143         context_copy_frameset_frame_location.accesskey new.
145         * defaults/preferences/prefs.js: dom.disable_open_during_load,
146         javascript.options.showInConsole,
147         dom.disable_window_open_feature.status,
148         dom.disable_window_open_feature.location,
149         dom.disable_window_status_change, dom.disable_window_move_resize,
150         dom.disable_window_flip new.
152 2007-05-20  John J. Foerch  <jjfoerch@earthlink.net>
154         * VERSION: 0.42.16
156         * defaults/preferences/find.js: new file.
158         * conkeror/locale/en-US/gui_context_menu.properties: new file.
160         * chrome.manifest: added locale conkeror en-US.
162 2007-05-15  John J. Foerch  <jjfoerch@earthlink.net>
164         * VERSION: 0.42.15
166         * components/commandline.js (conkeror): new global.
168         * components/commandline.js (init_conkeror): new function.
170         * components/commandline.js (myAppHandler): renamed to
171         conkerorHandler.
173         * components/commandline.js (conkerorHandler.handle): rewritten.
175         * components/commandline.js (myAppHandlerModule): renamed to
176         conkerorModule.
178 2007-05-10  John J. Foerch  <jjfoerch@earthlink.net>
180         * defaults/preferences/prefs.js: browser.chromeURL
182 2007-05-10  John J. Foerch  <jjfoerch@earthlink.net>
184         * components/nsCrank.js: removed.
186         * conkeror/branding/brand.dtd: new file.
188         * conkeror/branding/brand.properties: new file.
190         * application.ini (XRE): EnableExtensionManager=1.
192         * chrome.manifest: branding entry.
194         * default/preferences/prefs.js: removed defaultChromeURI.
196         * components/commandline.js (jsdump, consoledump, consoledumpln):
197         new.