]> git.eshelyaron.com Git - emacs.git/log
emacs.git
14 years ago(gdb-jsonify-buffer): Catch log stream output. old-branches/EMACS_23_1_RC
Nick Roberts [Thu, 24 Sep 2009 10:33:23 +0000 (10:33 +0000)]
(gdb-jsonify-buffer): Catch log stream output.
(gdb-init-2): Fortran requires list MAIN__ to find source buffer.
(gdb-jsonify-buffer): Handle case where "=" is part of value string.

14 years ago*** empty log message ***
Nick Roberts [Thu, 24 Sep 2009 10:32:21 +0000 (10:32 +0000)]
*** empty log message ***

14 years ago(gdb-jsonify-buffer): Catch gdb internal output.
Nick Roberts [Thu, 24 Sep 2009 01:21:56 +0000 (01:21 +0000)]
(gdb-jsonify-buffer): Catch gdb internal output.

14 years ago*** empty log message ***
Nick Roberts [Thu, 24 Sep 2009 01:21:10 +0000 (01:21 +0000)]
*** empty log message ***

15 years ago(gdb-var-update-handler-1): Include case of
Nick Roberts [Sat, 19 Sep 2009 11:43:15 +0000 (11:43 +0000)]
(gdb-var-update-handler-1): Include case of
older GDB where there is no has_more field.

15 years ago*** empty log message ***
Nick Roberts [Sat, 19 Sep 2009 11:42:37 +0000 (11:42 +0000)]
*** empty log message ***

15 years agoRemove obsolete comment.
Nick Roberts [Fri, 18 Sep 2009 00:51:43 +0000 (00:51 +0000)]
Remove obsolete comment.

15 years ago(gud-speedbar-item-info): Adjust for change to
Nick Roberts [Fri, 18 Sep 2009 00:51:12 +0000 (00:51 +0000)]
(gud-speedbar-item-info): Adjust for change to
gdb-var-list.
(gud-speedbar-buttons): Make node expandable if expression "has more"
children.

15 years ago*** empty log message ***
Nick Roberts [Fri, 18 Sep 2009 00:50:41 +0000 (00:50 +0000)]
*** empty log message ***

15 years ago(gdb-var-list): Add an element for has_more field.
Nick Roberts [Fri, 18 Sep 2009 00:39:21 +0000 (00:39 +0000)]
(gdb-var-list): Add an element for has_more field.
(gdb-var-create-handler, gdb-var-list-children-handler-1)
(gdb-var-update-handler-1): Update correctly when elements are removed
from STL collections.

15 years ago*** empty log message ***
Nick Roberts [Fri, 18 Sep 2009 00:38:48 +0000 (00:38 +0000)]
*** empty log message ***

15 years agoRequire bindat and json.
Nick Roberts [Thu, 17 Sep 2009 05:24:08 +0000 (05:24 +0000)]
Require bindat and json.
(gdb-jsonify-buffer, gdb-json-read-buffer)
(gdb-json-partial-output): JSON parsers copied from trunk.
(gdb-init-2): Enable GDB to pretty print STL containers, if possible.
(gdb-var-create-regexp, gdb-var-list-children-regexp-1)
(gdb-var-update-regexp-1): Delete.
(gdb-var-create-handler, gdb-var-list-children-handler-1)
(gdb-var-update-handler-1): Use json parsing as on trunk.  Parse
output of dynamic variable objects (STL containers).
(gdb-var-delete-1): Pass var1 as an explicit second argument.

15 years ago*** empty log message ***
Nick Roberts [Thu, 17 Sep 2009 05:22:58 +0000 (05:22 +0000)]
*** empty log message ***

15 years ago(gdb-var-list-children-regexp-1): Tweak for
Nick Roberts [Tue, 1 Sep 2009 23:25:16 +0000 (23:25 +0000)]
(gdb-var-list-children-regexp-1): Tweak for
case of string child.

15 years ago*** empty log message ***
Nick Roberts [Tue, 1 Sep 2009 23:24:23 +0000 (23:24 +0000)]
*** empty log message ***

15 years ago(gdb-threads-select): Ensure stack is
Nick Roberts [Mon, 31 Aug 2009 01:55:42 +0000 (01:55 +0000)]
(gdb-threads-select): Ensure stack is
redisplayed if user changes thread.

15 years ago*** empty log message ***
Nick Roberts [Mon, 31 Aug 2009 01:54:40 +0000 (01:54 +0000)]
*** empty log message ***

15 years ago(encode_coding_string): Don't encode unibyte strings. (Bug#4047)
Eli Zaretskii [Sat, 22 Aug 2009 10:33:19 +0000 (10:33 +0000)]
(encode_coding_string): Don't encode unibyte strings.  (Bug#4047)

15 years ago(server-ensure-safe-dir): Disable the security check for Windows.
Eli Zaretskii [Sat, 22 Aug 2009 10:07:25 +0000 (10:07 +0000)]
(server-ensure-safe-dir): Disable the security check for Windows.

15 years agoChange to utf-8. Adjust coding cookie.
Kenichi Handa [Tue, 18 Aug 2009 01:15:33 +0000 (01:15 +0000)]
Change to utf-8.  Adjust coding cookie.
(sentence-end-without-space): Delete duplicated chars.
(sentence-end-base): Likewise.

15 years ago* Rename icons for 8+3 DOS filesystems, added on 2009-08-06, to:
Nick Roberts [Mon, 10 Aug 2009 03:47:13 +0000 (03:47 +0000)]
* Rename icons for 8+3 DOS filesystems, added on 2009-08-06, to:
* etc/images/gud/recstart.xpm, etc/images/gud/recstop.xpm,
* etc/images/gud/rcont.xpm, etc/images/gud/rnext.xpm
* etc/images/gud/rfinish.xpm, etc/images/gud/rnexti.xpm,
* etc/images/gud/rstep.xpm, etc/images/gud/rstepi.xpm:

* images/gud/README (License): Use new filenames.

15 years ago* progmodes/gud.el (gud-tool-bar-map): Use new 8+3 filenames.
Nick Roberts [Mon, 10 Aug 2009 03:45:59 +0000 (03:45 +0000)]
* progmodes/gud.el (gud-tool-bar-map): Use new 8+3 filenames.
* term/x-win.el (x-gtk-stock-map): Ditto.

15 years ago*** empty log message ***
Nick Roberts [Mon, 10 Aug 2009 03:43:07 +0000 (03:43 +0000)]
*** empty log message ***

15 years ago(rmail-add-mbox-headers, rmail-set-message-counters-counter): Search for
Eli Zaretskii [Sat, 8 Aug 2009 10:32:49 +0000 (10:32 +0000)]
(rmail-add-mbox-headers, rmail-set-message-counters-counter): Search for
rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)

15 years ago(Reverse Debugging): Fix wording of the last change.
Eli Zaretskii [Sat, 8 Aug 2009 08:31:57 +0000 (08:31 +0000)]
(Reverse Debugging): Fix wording of the last change.

15 years ago(License): Add entries for icons for reverse execution.
Nick Roberts [Sat, 8 Aug 2009 04:47:30 +0000 (04:47 +0000)]
(License): Add entries for icons for reverse execution.

15 years ago(x-gtk-stock-map): Map some GUD buttons.
Nick Roberts [Sat, 8 Aug 2009 04:47:14 +0000 (04:47 +0000)]
(x-gtk-stock-map): Map some GUD buttons.

15 years ago*** empty log message ***
Nick Roberts [Sat, 8 Aug 2009 04:40:57 +0000 (04:40 +0000)]
*** empty log message ***

15 years ago(Reverse Debugging): New section.
Nick Roberts [Sat, 8 Aug 2009 04:23:52 +0000 (04:23 +0000)]
(Reverse Debugging): New section.

15 years ago*** empty log message ***
Nick Roberts [Sat, 8 Aug 2009 04:22:27 +0000 (04:22 +0000)]
*** empty log message ***

15 years ago(gud-menu-map): Add reverse-execution commands.
Nick Roberts [Sat, 8 Aug 2009 04:16:08 +0000 (04:16 +0000)]
(gud-menu-map): Add reverse-execution commands.

15 years ago*** empty log message ***
Nick Roberts [Sat, 8 Aug 2009 04:13:01 +0000 (04:13 +0000)]
*** empty log message ***

15 years ago(gdb-recording): New variable.
Nick Roberts [Thu, 6 Aug 2009 08:04:40 +0000 (08:04 +0000)]
(gdb-recording): New variable.
(gdb): Define new commands for reverse execution.
(gdb-toggle-recording): Start/stop recording of debug session.
(gdb-recording-handler): Handler for output from above command.

15 years agoIcons for reverse debugging.
Nick Roberts [Thu, 6 Aug 2009 08:01:02 +0000 (08:01 +0000)]
Icons for reverse debugging.

15 years agoPatch from Kim F. Storm: emacs-23.1
Chong Yidong [Thu, 30 Jul 2009 01:14:15 +0000 (01:14 +0000)]
Patch from Kim F. Storm:
Add `...' around Lisp symbols.
Remove duplicate entry.

15 years agoBump version to 23.1.
Chong Yidong [Wed, 29 Jul 2009 16:58:35 +0000 (16:58 +0000)]
Bump version to 23.1.

15 years agoRegenerate.
Chong Yidong [Wed, 29 Jul 2009 16:58:14 +0000 (16:58 +0000)]
Regenerate.

15 years ago* nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one element, not...
Adrian Robert [Wed, 29 Jul 2009 16:04:30 +0000 (16:04 +0000)]
* nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one element, not a list, for match case.

15 years agoRegenerate.
Chong Yidong [Wed, 29 Jul 2009 15:08:37 +0000 (15:08 +0000)]
Regenerate.

15 years ago* progmodes/cc-defs.el (c-version): Bump to 5.31.7.
Chong Yidong [Wed, 29 Jul 2009 13:29:52 +0000 (13:29 +0000)]
* progmodes/cc-defs.el (c-version): Bump to 5.31.7.

15 years agoFix last change.
Chong Yidong [Tue, 28 Jul 2009 15:27:27 +0000 (15:27 +0000)]
Fix last change.

15 years ago* building.texi (Lisp Libraries): Clarify meaning of autoloading.
Chong Yidong [Tue, 28 Jul 2009 15:23:52 +0000 (15:23 +0000)]
* building.texi (Lisp Libraries): Clarify meaning of autoloading.

15 years ago* emacs-lisp-intro.texi (Simple Extension): Bump emacs versions in
Chong Yidong [Tue, 28 Jul 2009 15:08:28 +0000 (15:08 +0000)]
* emacs-lisp-intro.texi (Simple Extension): Bump emacs versions in
examples.

15 years ago* xfaces.c (face_with_height): Call font_clear_prop.
Chong Yidong [Tue, 28 Jul 2009 15:00:51 +0000 (15:00 +0000)]
* xfaces.c (face_with_height): Call font_clear_prop.

15 years ago(font_parse_xlfd): Check DPI and AVGWIDTH properties more rigidly.
Kenichi Handa [Tue, 28 Jul 2009 02:05:41 +0000 (02:05 +0000)]
(font_parse_xlfd): Check DPI and AVGWIDTH properties more rigidly.

15 years ago(xfont_list_pattern): Don't ignore the return value of
Kenichi Handa [Tue, 28 Jul 2009 02:02:40 +0000 (02:02 +0000)]
(xfont_list_pattern): Don't ignore the return value of
font_parse_xlfd.  Check font properties more rigidly.

15 years agoEntry removed:
Chong Yidong [Sun, 26 Jul 2009 17:26:13 +0000 (17:26 +0000)]
Entry removed:
** Implement something better than the current Refill mode.

15 years agoEntry removed:
Chong Yidong [Sun, 26 Jul 2009 17:23:56 +0000 (17:23 +0000)]
Entry removed:
** "Options -> Save Options" should save the font set via "Set Font/Fontset"

15 years ago* nsfont.m (nsfont_draw): Revert 2009-07-15 change.
Chong Yidong [Sun, 26 Jul 2009 12:50:06 +0000 (12:50 +0000)]
* nsfont.m (nsfont_draw): Revert 2009-07-15 change.

* nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15 change.
(ns_get_color): Revert 2009-07-16 change.

15 years ago(x-select-enable-clipboard): Doc fix.
Eli Zaretskii [Sat, 25 Jul 2009 09:18:53 +0000 (09:18 +0000)]
(x-select-enable-clipboard): Doc fix.

15 years agoMention probloems with long directory names under `nextstep'.
Eli Zaretskii [Sat, 25 Jul 2009 07:43:15 +0000 (07:43 +0000)]
Mention probloems with long directory names under `nextstep'.

15 years ago(x-select-text): Add a doc string.
Eli Zaretskii [Fri, 24 Jul 2009 16:33:24 +0000 (16:33 +0000)]
(x-select-text): Add a doc string.

15 years ago(x-set-selection): Doc fix.
Eli Zaretskii [Fri, 24 Jul 2009 16:32:23 +0000 (16:32 +0000)]
(x-set-selection): Doc fix.

15 years ago(x-get-selection, x-set-selection): Add doc strings.
Eli Zaretskii [Fri, 24 Jul 2009 16:32:03 +0000 (16:32 +0000)]
(x-get-selection, x-set-selection): Add doc strings.

15 years ago(x-colors, x-select-enable-clipboard): Doc fix.
Eli Zaretskii [Fri, 24 Jul 2009 16:18:55 +0000 (16:18 +0000)]
(x-colors, x-select-enable-clipboard): Doc fix.

15 years ago* nsfont.m (ns_findfonts): Correctly return fallback in match case.
Adrian Robert [Fri, 24 Jul 2009 15:46:56 +0000 (15:46 +0000)]
* nsfont.m (ns_findfonts): Correctly return fallback in match case.

15 years agoFix previous change.
Kenichi Handa [Fri, 24 Jul 2009 08:09:03 +0000 (08:09 +0000)]
Fix previous change.

15 years agoFix setting of category ?C, ?|, ?K,
Kenichi Handa [Fri, 24 Jul 2009 08:00:09 +0000 (08:00 +0000)]
Fix setting of category ?C, ?|, ?K,
and ?H.  Fix setting of case for Latin Extended and Greek
Extended.
(build-unicode-category-table): Fix range checks.

15 years ago*** empty log message ***
Kenichi Handa [Fri, 24 Jul 2009 07:59:35 +0000 (07:59 +0000)]
*** empty log message ***

15 years ago* nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
Adrian Robert [Thu, 23 Jul 2009 14:42:45 +0000 (14:42 +0000)]
* nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.

15 years ago* nsterm.m (ns_lookup_indexed_color): Check for bad index. (ns_index_color): Init...
Adrian Robert [Thu, 23 Jul 2009 13:21:07 +0000 (13:21 +0000)]
* nsterm.m (ns_lookup_indexed_color): Check for bad index.  (ns_index_color): Init unused slot to 0.  (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if(). Bug 3714, possibly 3082.

15 years ago* nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
Adrian Robert [Thu, 23 Jul 2009 11:50:29 +0000 (11:50 +0000)]
* nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.

15 years agoRichard M. Stallman <rms at gnu.org>
Glenn Morris [Wed, 22 Jul 2009 02:37:28 +0000 (02:37 +0000)]
Richard M. Stallman  <rms at gnu.org>

(GNU, Daemon): Update information.

15 years ago* frames.texi (Cut/Paste Other App): Remove discussion of
Chong Yidong [Tue, 21 Jul 2009 23:49:33 +0000 (23:49 +0000)]
* frames.texi (Cut/Paste Other App): Remove discussion of
select-active-regions for 23.1, as it is not fully functional.

15 years agoRemove select-active-regions, as it is not fully functional in 23.1.
Chong Yidong [Tue, 21 Jul 2009 23:45:39 +0000 (23:45 +0000)]
Remove select-active-regions, as it is not fully functional in 23.1.

15 years agoAdd auto-save-include-big-deletions.
Chong Yidong [Tue, 21 Jul 2009 23:37:03 +0000 (23:37 +0000)]
Add auto-save-include-big-deletions.

15 years ago* mail/rmailedit.el (rmail-edit-mode): Set auto-save-include-big-deletions to t.
Chong Yidong [Tue, 21 Jul 2009 23:18:32 +0000 (23:18 +0000)]
* mail/rmailedit.el (rmail-edit-mode): Set auto-save-include-big-deletions to t.
* mail/rmail.el (rmail-variables): Set auto-save-include-big-deletions to t.

15 years ago* fileio.c (Vauto_save_include_big_deletions): New variable.
Chong Yidong [Tue, 21 Jul 2009 23:17:06 +0000 (23:17 +0000)]
* fileio.c (Vauto_save_include_big_deletions): New variable.
(Fdo_auto_save): Disable auto-save only if
auto-save-include-big-deletions is nil.

15 years ago* xdisp.c (move_it_to): For continued lines ending in a tab, take
Chong Yidong [Tue, 21 Jul 2009 20:08:49 +0000 (20:08 +0000)]
* xdisp.c (move_it_to): For continued lines ending in a tab, take
the overflowed pixels into account (Bug#3879).

15 years ago* term/pc-win.el (x-display-name, x-colors)
Chong Yidong [Mon, 20 Jul 2009 21:30:22 +0000 (21:30 +0000)]
* term/pc-win.el (x-display-name, x-colors)
(x-select-enable-clipboard): Doc fix.

* term/common-win.el (x-display-name, x-colors): Doc fix.

* w32-vars.el (x-select-enable-clipboard): Doc fix.

* term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
(xw-defined-colors): Doc fix.

* w32-fns.el (x-select-text, x-setup-function-keys): Doc fix.

* term/x-win.el (x-select-text, x-setup-function-keys)
(x-select-enable-clipboard, xw-defined-colors): Doc fix.

15 years ago* term/vt420.el (terminal-init-vt420): Fix typo.
Chong Yidong [Mon, 20 Jul 2009 19:02:33 +0000 (19:02 +0000)]
* term/vt420.el (terminal-init-vt420): Fix typo.

15 years ago* calc.texi (About This Manual): Don't mention chapter numbers in text.
Chong Yidong [Mon, 20 Jul 2009 13:58:55 +0000 (13:58 +0000)]
* calc.texi (About This Manual): Don't mention chapter numbers in text.

15 years agoFix whitespace.
Chong Yidong [Mon, 20 Jul 2009 13:54:32 +0000 (13:54 +0000)]
Fix whitespace.

15 years agoRevert previous change.
Alan Mackenzie [Sun, 19 Jul 2009 20:20:30 +0000 (20:20 +0000)]
Revert previous change.

15 years agoRevert previous change.
Alan Mackenzie [Sun, 19 Jul 2009 19:47:38 +0000 (19:47 +0000)]
Revert previous change.

15 years ago(c-before-hack-hook, c-postprocess-file-styles): Give invocation of
Alan Mackenzie [Sat, 18 Jul 2009 21:03:43 +0000 (21:03 +0000)]
(c-before-hack-hook, c-postprocess-file-styles): Give invocation of
`c-set-style' DONT-OVERRIDE parameter of t.  Already set style variables will
thus not be overridden by style settings given by `c-file-syle'.

15 years ago(hack-local-variables-filter): Remove entries with duplicate keys from
Alan Mackenzie [Sat, 18 Jul 2009 21:02:52 +0000 (21:02 +0000)]
(hack-local-variables-filter): Remove entries with duplicate keys from
`file-local-variables-alist'.

15 years ago*** empty log message ***
Alan Mackenzie [Sat, 18 Jul 2009 21:00:48 +0000 (21:00 +0000)]
*** empty log message ***

15 years ago(set-auto-mode): (setq name) -> (setq name nil).
Alan Mackenzie [Sat, 18 Jul 2009 20:14:20 +0000 (20:14 +0000)]
(set-auto-mode): (setq name) -> (setq name nil).

15 years ago*** empty log message ***
Alan Mackenzie [Sat, 18 Jul 2009 20:13:29 +0000 (20:13 +0000)]
*** empty log message ***

15 years ago* simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
Chong Yidong [Sat, 18 Jul 2009 17:38:17 +0000 (17:38 +0000)]
* simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).

15 years agoRevert last change in the branch.
Chong Yidong [Sat, 18 Jul 2009 17:17:35 +0000 (17:17 +0000)]
Revert last change in the branch.

15 years agoChecked processes.texi.
Chong Yidong [Sat, 18 Jul 2009 04:44:26 +0000 (04:44 +0000)]
Checked processes.texi.

15 years ago* processes.texi (Shell Arguments): Copyedits.
Chong Yidong [Sat, 18 Jul 2009 04:40:55 +0000 (04:40 +0000)]
* processes.texi (Shell Arguments): Copyedits.

15 years ago(Repeated Loading): Fix typo.
Glenn Morris [Sat, 18 Jul 2009 02:22:20 +0000 (02:22 +0000)]
(Repeated Loading): Fix typo.

15 years ago(describe-buffer-case-table): Fix for the case that KEY is a cons.
Kenichi Handa [Fri, 17 Jul 2009 12:24:25 +0000 (12:24 +0000)]
(describe-buffer-case-table): Fix for the case that KEY is a cons.

15 years agoSynch with Gnus trunk:
Katsumi Yamaoka [Fri, 17 Jul 2009 10:16:03 +0000 (10:16 +0000)]
Synch with Gnus trunk:
2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
* nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
article without making inquiry to a user for unknown encoding.

* nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
(nnmaildir--scan): Assume i-node and device number that file-attributes
returns might be cons-cell.

2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
* auth-source.el: Remove docs now in auth.texi.  Don't use
`gnus-message' for logging.  Add new variables `auth-source-debug' and
`auth-source-hide-passwords' and use them.

15 years agoRegenerate.
Glenn Morris [Fri, 17 Jul 2009 03:55:07 +0000 (03:55 +0000)]
Regenerate.

15 years agoSet copyright year to 2009.
Glenn Morris [Fri, 17 Jul 2009 03:54:43 +0000 (03:54 +0000)]
Set copyright year to 2009.

15 years ago(shuffle): Fix the logic of setting up the cycle.
Kenichi Handa [Fri, 17 Jul 2009 01:26:41 +0000 (01:26 +0000)]
(shuffle): Fix the logic of setting up the cycle.

15 years ago*** empty log message ***
Kenichi Handa [Fri, 17 Jul 2009 01:17:36 +0000 (01:17 +0000)]
*** empty log message ***

15 years ago(ns-set-alpha): Don't declare.
YAMAMOTO Mitsuharu [Thu, 16 Jul 2009 08:27:59 +0000 (08:27 +0000)]
(ns-set-alpha): Don't declare.
(ns-set-background-alpha): Remove function.

15 years ago(ns_get_color): Remove incompatible color formats.
YAMAMOTO Mitsuharu [Thu, 16 Jul 2009 08:27:07 +0000 (08:27 +0000)]
(ns_get_color): Remove incompatible color formats.
(ns_color_to_lisp): Generate #rrggbb color format string.

15 years ago(Fns_set_alpha): Remove function.
YAMAMOTO Mitsuharu [Thu, 16 Jul 2009 08:26:20 +0000 (08:26 +0000)]
(Fns_set_alpha): Remove function.
(syms_of_nsfns): Don't defsubr it.

15 years agoDone refcards.
Glenn Morris [Thu, 16 Jul 2009 03:28:28 +0000 (03:28 +0000)]
Done refcards.

15 years agoRegenerate.
Glenn Morris [Thu, 16 Jul 2009 03:25:22 +0000 (03:25 +0000)]
Regenerate.

15 years agoRemove non-existent (?) bindings: w, C-u o, U, delete.
Glenn Morris [Thu, 16 Jul 2009 03:19:25 +0000 (03:19 +0000)]
Remove non-existent (?) bindings: w, C-u o, U, delete.
Fix bindings: delete marked files = D, not X; flag garbage = % &, not &.

15 years agoRegenerate.
Glenn Morris [Thu, 16 Jul 2009 02:27:55 +0000 (02:27 +0000)]
Regenerate.

15 years agoCondense a few sentences in order to make them fit on one line, and
Glenn Morris [Thu, 16 Jul 2009 02:27:35 +0000 (02:27 +0000)]
Condense a few sentences in order to make them fit on one line, and
add some page breaks, to improve the layout in the pdfs.

15 years agoAdd stability note.
Chong Yidong [Wed, 15 Jul 2009 14:26:11 +0000 (14:26 +0000)]
Add stability note.