bpt/emacs.git
20 years ago(update_text_area): Fix redisplay error when hscroll
Kim F. Storm [Fri, 14 Nov 2003 13:04:15 +0000 (13:04 +0000)]
(update_text_area): Fix redisplay error when hscroll
is active and first glyph is only partially visible.

20 years ago*** empty log message ***
Kim F. Storm [Fri, 14 Nov 2003 13:03:47 +0000 (13:03 +0000)]
*** empty log message ***

20 years ago(eshell-parse-variable-ref): Added a backslash that was optional, but
John Wiegley [Fri, 14 Nov 2003 11:01:46 +0000 (11:01 +0000)]
(eshell-parse-variable-ref): Added a backslash that was optional, but
obviously missing based on surrounding code.

20 years ago(eshell-lisp-command): Do not late-convert string arguments to numbers
John Wiegley [Fri, 14 Nov 2003 11:01:26 +0000 (11:01 +0000)]
(eshell-lisp-command): Do not late-convert string arguments to numbers
unless the whole argument was seen as a number.

20 years ago*** empty log message ***
John Wiegley [Fri, 14 Nov 2003 10:59:04 +0000 (10:59 +0000)]
*** empty log message ***

20 years ago(ctext-non-standard-encodings-alist): Fix coding systems.
Kenichi Handa [Fri, 14 Nov 2003 02:42:55 +0000 (02:42 +0000)]
(ctext-non-standard-encodings-alist): Fix coding systems.

20 years ago(timezone-parse-date): Fix style 8 to accept ISO
Alex Schroeder [Thu, 13 Nov 2003 18:20:08 +0000 (18:20 +0000)]
(timezone-parse-date): Fix style 8 to accept ISO
8601 format (a capital T between the date and the time).

20 years ago(select_frame_for_redisplay): New function.
Kenichi Handa [Thu, 13 Nov 2003 01:47:41 +0000 (01:47 +0000)]
(select_frame_for_redisplay): New function.
(redisplay_internal): Record also selected_frame for
unwind_redisplay.  Call select_frame_for_redisplay before
redrawing each frame.
(unwind_redisplay): Argument changed to a cons.

20 years ago(Numeric Conversions): Not just `floor', but also `truncate',
Luc Teirlinck [Wed, 12 Nov 2003 21:30:14 +0000 (21:30 +0000)]
(Numeric Conversions): Not just `floor', but also `truncate',
`ceiling' and `round' accept optional argument DIVISOR.

20 years ago*** empty log message ***
Luc Teirlinck [Wed, 12 Nov 2003 21:23:26 +0000 (21:23 +0000)]
*** empty log message ***

20 years ago(Fstring_to_multibyte): Doc fix.
Luc Teirlinck [Wed, 12 Nov 2003 17:05:37 +0000 (17:05 +0000)]
(Fstring_to_multibyte): Doc fix.

20 years ago*** empty log message ***
Luc Teirlinck [Wed, 12 Nov 2003 17:03:19 +0000 (17:03 +0000)]
*** empty log message ***

20 years agodoc typo fix
Sam Steingold [Tue, 11 Nov 2003 14:28:53 +0000 (14:28 +0000)]
doc typo fix

20 years ago*** empty log message ***
Kenichi Handa [Tue, 11 Nov 2003 07:50:24 +0000 (07:50 +0000)]
*** empty log message ***

20 years ago(x_list_fonts): Fix excluding of auto-scaled fonts.
Kenichi Handa [Tue, 11 Nov 2003 07:47:44 +0000 (07:47 +0000)]
(x_list_fonts): Fix excluding of auto-scaled fonts.

20 years ago*** empty log message ***
Luc Teirlinck [Tue, 11 Nov 2003 03:59:26 +0000 (03:59 +0000)]
*** empty log message ***

20 years ago(Creating Markers): Specify insertion type of created markers. Add
Luc Teirlinck [Tue, 11 Nov 2003 03:58:26 +0000 (03:58 +0000)]
(Creating Markers): Specify insertion type of created markers.  Add
xref to `Marker Insertion Types'.  Second argument to `copy-marker' is
optional.
(Marker Insertion Types): Mention that most markers are created with
insertion type nil.
(The Mark): Correctly describe when `mark' signals an error.
(The Region): Correctly describe when `region-beginning' and
`region-end' signal an error.

20 years ago(kannada-compose-region) (kannada-compose-string,
Kenichi Handa [Mon, 10 Nov 2003 07:20:38 +0000 (07:20 +0000)]
(kannada-compose-region) (kannada-compose-string,
kannada-post-read-conversion): Add autoload cookie.

20 years ago("Kannada"): Add sample-text.
Kenichi Handa [Mon, 10 Nov 2003 07:19:22 +0000 (07:19 +0000)]
("Kannada"): Add sample-text.

20 years agoAdd Kannada.
Kenichi Handa [Mon, 10 Nov 2003 07:08:33 +0000 (07:08 +0000)]
Add Kannada.

20 years ago(quail-completion): Change the message "corresponding translations" to
Kenichi Handa [Mon, 10 Nov 2003 04:30:46 +0000 (04:30 +0000)]
(quail-completion): Change the message "corresponding translations" to
"corresponding characters".

20 years ago*** empty log message ***
Luc Teirlinck [Sun, 9 Nov 2003 22:02:08 +0000 (22:02 +0000)]
*** empty log message ***

20 years ago(describe-char): Fix typo.
Markus Rost [Sun, 9 Nov 2003 19:40:27 +0000 (19:40 +0000)]
(describe-char): Fix typo.

20 years ago* xfns.c (x_window): Set XtNx and XtNy in shell widget for
Jan Djärv [Sun, 9 Nov 2003 16:26:48 +0000 (16:26 +0000)]
* xfns.c (x_window): Set XtNx and XtNy in shell widget for
  program specified positions.

20 years ago(Point): Change description of `buffer-end', so that it is also
Luc Teirlinck [Sun, 9 Nov 2003 04:49:58 +0000 (04:49 +0000)]
(Point): Change description of `buffer-end', so that it is also
correct for floating point arguments.
(List Motion): Correct argument lists of `beginning-of-defun' and
`end-of-defun'.
(Excursions): Add xref to `Marker Insertion Types'.
(Narrowing): Argument to `narrow-to-page' is optional.

20 years ago(Creating Hash): Clarify description of `eql'. `makehash' is obsolete.
Luc Teirlinck [Sun, 9 Nov 2003 04:44:28 +0000 (04:44 +0000)]
(Creating Hash): Clarify description of `eql'.  `makehash' is obsolete.
(Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.

20 years ago*** empty log message ***
Luc Teirlinck [Sun, 9 Nov 2003 04:41:22 +0000 (04:41 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Luc Teirlinck [Sun, 9 Nov 2003 03:38:24 +0000 (03:38 +0000)]
*** empty log message ***

20 years agoResolve CVS conflicts
Miles Bader [Sat, 8 Nov 2003 22:20:08 +0000 (22:20 +0000)]
Resolve CVS conflicts

20 years ago* xterm.c (XAW_ARROW_SCROLLBARS): Define it for Xaw 1.5E.
Jan Djärv [Sat, 8 Nov 2003 12:45:13 +0000 (12:45 +0000)]
* xterm.c (XAW_ARROW_SCROLLBARS): Define it for Xaw 1.5E.

20 years ago(lisp): Add kannada.el.
Kenichi Handa [Sat, 8 Nov 2003 01:41:38 +0000 (01:41 +0000)]
(lisp): Add kannada.el.
(shortlisp): Likewise.

20 years ago*** empty log message ***
Kenichi Handa [Sat, 8 Nov 2003 01:41:20 +0000 (01:41 +0000)]
*** empty log message ***

20 years agoNew file.
Kenichi Handa [Sat, 8 Nov 2003 01:40:48 +0000 (01:40 +0000)]
New file.

20 years ago(ucs-kannada-to-is13194-alist) (is13194-to-ucs-kannada-hashtbl,
Kenichi Handa [Sat, 8 Nov 2003 01:39:32 +0000 (01:39 +0000)]
(ucs-kannada-to-is13194-alist) (is13194-to-ucs-kannada-hashtbl,
is13194-to-ucs-kannada-regexp): New variables.

20 years agoPreload kannada.el.
Kenichi Handa [Sat, 8 Nov 2003 01:39:07 +0000 (01:39 +0000)]
Preload kannada.el.

20 years ago(DONTCOMPILE): Add kannada.el.
Kenichi Handa [Sat, 8 Nov 2003 01:38:41 +0000 (01:38 +0000)]
(DONTCOMPILE): Add kannada.el.

20 years ago.
Andreas Schwab [Fri, 7 Nov 2003 16:09:29 +0000 (16:09 +0000)]
.

20 years ago(autoconf-font-lock-keywords): Also highlight AH_*.
Andreas Schwab [Fri, 7 Nov 2003 16:08:53 +0000 (16:08 +0000)]
(autoconf-font-lock-keywords): Also highlight AH_*.

20 years ago.
Andreas Schwab [Fri, 7 Nov 2003 16:05:44 +0000 (16:05 +0000)]
.

20 years ago(xml-parse-dtd): Fix misplaced paren.
Andreas Schwab [Fri, 7 Nov 2003 16:05:26 +0000 (16:05 +0000)]
(xml-parse-dtd): Fix misplaced paren.

20 years ago(windows-1252): Fix table (0x8F and 0x9E).
Kenichi Handa [Fri, 7 Nov 2003 07:26:27 +0000 (07:26 +0000)]
(windows-1252): Fix table (0x8F and 0x9E).

20 years ago(coding_allocate_composition_data): Reset
Kenichi Handa [Fri, 7 Nov 2003 05:55:43 +0000 (05:55 +0000)]
(coding_allocate_composition_data): Reset
coding->composing to COMPOSITION_NO.
(coding_restore_composition): Detect invalid composition data.
Give Fstring and Fvector a Lispy integer, not C int.

20 years ago(Output Streams): Clarify behavior of point for marker output streams.
Luc Teirlinck [Fri, 7 Nov 2003 04:17:52 +0000 (04:17 +0000)]
(Output Streams): Clarify behavior of point for marker output streams.

20 years ago*** empty log message ***
Luc Teirlinck [Fri, 7 Nov 2003 04:16:06 +0000 (04:16 +0000)]
*** empty log message ***

20 years agoFix language names. Add C, Braille, Georgian, Ukrainian.
Kenichi Handa [Thu, 6 Nov 2003 23:00:45 +0000 (23:00 +0000)]
Fix language names.  Add C, Braille, Georgian, Ukrainian.
Add IPA pronunciation to English.  Fix tab widths.

20 years ago*** empty log message ***
Kenichi Handa [Thu, 6 Nov 2003 23:00:03 +0000 (23:00 +0000)]
*** empty log message ***

20 years ago(Flogb): Don't use VALMASK.
Stefan Monnier [Wed, 5 Nov 2003 16:45:11 +0000 (16:45 +0000)]
(Flogb): Don't use VALMASK.

20 years ago(XSETTYPE): Remove.
Stefan Monnier [Wed, 5 Nov 2003 16:00:38 +0000 (16:00 +0000)]
(XSETTYPE): Remove.

20 years ago(GCTYPEMASK): Remove.
Stefan Monnier [Wed, 5 Nov 2003 15:51:38 +0000 (15:51 +0000)]
(GCTYPEMASK): Remove.
(XGCTYPE): Make it an alias of XTYPE.

20 years ago(VALBITS, XINT, XUINT): Remove.
Stefan Monnier [Wed, 5 Nov 2003 15:27:44 +0000 (15:27 +0000)]
(VALBITS, XINT, XUINT): Remove.

20 years ago(XINT): Move the cast to clarify what is going on.
Stefan Monnier [Wed, 5 Nov 2003 15:24:08 +0000 (15:24 +0000)]
(XINT): Move the cast to clarify what is going on.

20 years ago(desktop-locals-to-save): Add buffer-file-coding-system.
Lars Hansen [Wed, 5 Nov 2003 13:28:48 +0000 (13:28 +0000)]
(desktop-locals-to-save): Add buffer-file-coding-system.
(desktop-buffer-file): Use saved buffer-file-coding-system
for file reading.  Set auto-insert to nil to prevent automatic
insertion into restored empty files.

20 years ago*** empty log message ***
Luc Teirlinck [Wed, 5 Nov 2003 05:11:41 +0000 (05:11 +0000)]
*** empty log message ***

20 years ago(Defining Variables): Second argument to `defconst' is not optional.
Luc Teirlinck [Wed, 5 Nov 2003 04:31:43 +0000 (04:31 +0000)]
(Defining Variables): Second argument to `defconst' is not optional.
(Setting Variables): Mention optional argument APPEND to `add-to-list'.
(Creating Buffer-Local): Expand description of `make-variable-buffer-local'.
(Frame-Local Variables): Expand description of `make-variable-frame-local'.
(Variable Aliases): Correct description of optional argument DOCSTRING
to `defvaralias'.  Mention return value of `defvaralias'.
(File Local Variables): Add xref to `File variables' in Emacs Manual.
Correct description of `hack-local-variables'.  Mention
`safe-local-variable' property.  Mention optional second argument to
`risky-local-variable-p'.

20 years ago(risky-local-variable-p): Make second argument optional.
Luc Teirlinck [Wed, 5 Nov 2003 04:06:27 +0000 (04:06 +0000)]
(risky-local-variable-p): Make second argument optional.

20 years ago*** empty log message ***
Luc Teirlinck [Wed, 5 Nov 2003 04:03:39 +0000 (04:03 +0000)]
*** empty log message ***

20 years ago(Symbol Plists): Mention return value of `setplist'.
Luc Teirlinck [Mon, 3 Nov 2003 20:28:47 +0000 (20:28 +0000)]
(Symbol Plists): Mention return value of `setplist'.

20 years ago*** empty log message ***
Luc Teirlinck [Mon, 3 Nov 2003 20:24:08 +0000 (20:24 +0000)]
*** empty log message ***

20 years ago(rmail-convert-to-babyl-format): If
Eli Zaretskii [Mon, 3 Nov 2003 19:21:02 +0000 (19:21 +0000)]
(rmail-convert-to-babyl-format): If
base64-decode-region signals an error, catch it and silently
ignore it.

20 years ago(add-hook): Fix last change.
Stefan Monnier [Mon, 3 Nov 2003 14:44:48 +0000 (14:44 +0000)]
(add-hook): Fix last change.

20 years agoFrom David Ponce: document segfaults with the Linux kernels that
Eli Zaretskii [Mon, 3 Nov 2003 06:23:11 +0000 (06:23 +0000)]
From David Ponce: document segfaults with the Linux kernels that
enable the Exec-shield functionality.

20 years ago* xterm.c (x_term_init): Fix formatting.
Jan Djärv [Mon, 3 Nov 2003 05:55:42 +0000 (05:55 +0000)]
* xterm.c (x_term_init): Fix formatting.

20 years agosrc/Emacs.r [!TARGET_API_MAC_CARBON]: Don't define hfdr resource.
Andrew Choi [Sun, 2 Nov 2003 17:39:24 +0000 (17:39 +0000)]
src/Emacs.r [!TARGET_API_MAC_CARBON]: Don't define hfdr resource.

20 years agoRemove Emacs.rsrc. File is generated from mac/src/Emacs.r when building.
Andrew Choi [Sun, 2 Nov 2003 17:37:11 +0000 (17:37 +0000)]
Remove Emacs.rsrc.  File is generated from mac/src/Emacs.r when building.

20 years agoRemove tear off capability for GTK popup menus.
Jan Djärv [Sun, 2 Nov 2003 16:47:32 +0000 (16:47 +0000)]
Remove tear off capability for GTK popup menus.
Since the context in Lisp is not present anymore, we don't know
how to invoke the action for a menu item.

20 years ago*** empty log message ***
Eli Zaretskii [Sun, 2 Nov 2003 07:02:32 +0000 (07:02 +0000)]
*** empty log message ***

20 years agoReplace @sc{ascii} and ASCII with @acronym{ASCII}.
Eli Zaretskii [Sun, 2 Nov 2003 07:01:19 +0000 (07:01 +0000)]
Replace @sc{ascii} and ASCII with @acronym{ASCII}.

20 years agoReplace @sc{foo} with @acronym{FOO}.
Eli Zaretskii [Sun, 2 Nov 2003 06:29:59 +0000 (06:29 +0000)]
Replace @sc{foo} with @acronym{FOO}.

20 years agomacterm.c (XTread_socket): Handle menubar selection and grow window
Andrew Choi [Sat, 1 Nov 2003 19:58:03 +0000 (19:58 +0000)]
macterm.c (XTread_socket): Handle menubar selection and grow window
only for mouseDown events.

20 years ago*** empty log message ***
Eli Zaretskii [Sat, 1 Nov 2003 17:57:14 +0000 (17:57 +0000)]
*** empty log message ***

20 years agoAllow comments following the top-level element.
Eli Zaretskii [Sat, 1 Nov 2003 17:56:08 +0000 (17:56 +0000)]
Allow comments following the top-level element.
Separate out namespace parsing into special functions.
Change namespace parsing to return ('ns-uri . "local-name")
instead of '{ns-uri}local-name.

20 years ago(dired-ls-sorting-switches): Doc fix.
Eli Zaretskii [Sat, 1 Nov 2003 17:48:54 +0000 (17:48 +0000)]
(dired-ls-sorting-switches): Doc fix.

20 years ago(rx-or): Fix the case of "(rx (and ?a (or ?b ?c) ?d))".
Eli Zaretskii [Sat, 1 Nov 2003 17:35:49 +0000 (17:35 +0000)]
(rx-or): Fix the case of "(rx (and ?a (or ?b ?c) ?d))".

20 years ago(texinfo-pre-format-hook): New variable.
Eli Zaretskii [Sat, 1 Nov 2003 17:12:02 +0000 (17:12 +0000)]
(texinfo-pre-format-hook): New variable.
(texinfo-format-region): Use it.
(texinfo-format-buffer-1): Ditto.

20 years ago(Scrolling During Incremental Search): Document a
Eli Zaretskii [Sat, 1 Nov 2003 17:06:00 +0000 (17:06 +0000)]
(Scrolling During Incremental Search): Document a
new scrolling facility in isearch mode.

20 years ago(overriding-map-is-bound, saved-overriding-map): New variables.
Eli Zaretskii [Sat, 1 Nov 2003 17:02:32 +0000 (17:02 +0000)]
(overriding-map-is-bound, saved-overriding-map): New variables.
(ensure-overriding-map-is-bound, restore-overriding-map): New functions.
(universal-argument, universal-argument-more, negative-argument)
(digit-argument, universal-argument-other-key): Minor changes.

20 years ago(isearch-unread-key-sequence): New function, extracted from
Eli Zaretskii [Sat, 1 Nov 2003 17:00:02 +0000 (17:00 +0000)]
(isearch-unread-key-sequence): New function, extracted from
isearch-other-meta-char.
(top level): (put 'foo 'isearch-scroll) on all Emacs's
"scrollable" standard functions.
(isearch-allow-scroll): New customizable variable.
(isearch-string-out-of-window, isearch-back-into-window)
(isearch-reread-key-sequence-naturally)
(isearch-lookup-scroll-key): New functions.
(isearch-other-meta-char): Doc string and functionality enhanced.
Now accepts a prefix argument.
(isearch-lazy-highlight-window-end): New variable.
(isearch-lazy-highlight-new-loop): Pay attention to the window's
end (thru isearch-lazy-highlight-window-end), not only its start.

20 years ago(rmail-summary-goto-msg): Don't call itself
Eli Zaretskii [Sat, 1 Nov 2003 16:38:55 +0000 (16:38 +0000)]
(rmail-summary-goto-msg): Don't call itself
recursively if the last message is deleted, thus avoiding an
infinite loop.

20 years ago* xterm.c (x_term_init): For GTK part, increase x_initialized
Jan Djärv [Fri, 31 Oct 2003 22:04:05 +0000 (22:04 +0000)]
* xterm.c (x_term_init): For GTK part, increase x_initialized
  to check for more than one display.  Use error instead of return 0.

20 years agoThese are Nozomu Ando's changes to build Emacs to run under X Window
Andrew Choi [Fri, 31 Oct 2003 19:42:47 +0000 (19:42 +0000)]
These are Nozomu Ando's changes to build Emacs to run under X Window
in Mac OS X without the need to use static X11 libraries.

20 years ago(Fdefvaralias): Doc fix.
Luc Teirlinck [Fri, 31 Oct 2003 17:25:20 +0000 (17:25 +0000)]
(Fdefvaralias): Doc fix.

20 years ago*** empty log message ***
Luc Teirlinck [Fri, 31 Oct 2003 17:22:08 +0000 (17:22 +0000)]
*** empty log message ***

20 years ago(tex-compile-commands): Add `yap' and `ps2pdf'.
Stefan Monnier [Thu, 30 Oct 2003 22:29:47 +0000 (22:29 +0000)]
(tex-compile-commands): Add `yap' and `ps2pdf'.
(tex-main-file): Don't add .tex if the extension is already present.
(tex-uptodate-p): Don't recurse indefinitely in the presence of symlinks.

20 years agoDocument the existance of font-lock-syntactic-face-function and
Stefan Monnier [Thu, 30 Oct 2003 22:15:20 +0000 (22:15 +0000)]
Document the existance of font-lock-syntactic-face-function and
font-lock-multiline.

20 years ago*** empty log message ***
Kenichi Handa [Thu, 30 Oct 2003 08:10:48 +0000 (08:10 +0000)]
*** empty log message ***

20 years agoFix cases of language names. Make German lines one.
Kenichi Handa [Thu, 30 Oct 2003 07:48:23 +0000 (07:48 +0000)]
Fix cases of language names.  Make German lines one.
Delete FORTRAN, add Mathematics

20 years ago(inferior-octave-prompt): Recognize version number in prompt.
Lute Kamstra [Wed, 29 Oct 2003 18:55:55 +0000 (18:55 +0000)]
(inferior-octave-prompt): Recognize version number in prompt.

20 years agoFix some Unicode ranges.
Dave Love [Tue, 28 Oct 2003 14:28:12 +0000 (14:28 +0000)]
Fix some Unicode ranges.

20 years ago* disp-table.el (standard-display-8bit)
Kenichi Handa [Tue, 28 Oct 2003 06:53:41 +0000 (06:53 +0000)]
* disp-table.el (standard-display-8bit)
(standard-display-default, standard-display-ascii)
(standard-display-g1, standard-display-graphic)
(standard-display-underline): Assure that standard-display-table
is a display table.

20 years ago(Creating Strings): Argument START to `substring' can not be `nil'.
Luc Teirlinck [Mon, 27 Oct 2003 15:54:13 +0000 (15:54 +0000)]
(Creating Strings): Argument START to `substring' can not be `nil'.
Expand description of `substring-no-properties'.  Correct description
of `split-string', especially with respect to empty matches.  Prevent
very bad line break in definition of `split-string-default-separators'.
(Text Comparison): `string=' and `string<' also accept symbols as
arguments.
(String Conversion): More completely describe argument BASE in
`string-to-number'.
(Formatting Strings): `%s' and `%S" in `format' do require corresponding
object.  Clarify behavior of numeric prefix after `%' in `format'.
(Case Conversion): The argument to `upcase-initials' can be a character.

20 years ago*** empty log message ***
Luc Teirlinck [Mon, 27 Oct 2003 15:48:12 +0000 (15:48 +0000)]
*** empty log message ***

20 years ago(reindent-then-newline-and-indent): Delete space *after*
Stefan Monnier [Mon, 27 Oct 2003 15:22:38 +0000 (15:22 +0000)]
(reindent-then-newline-and-indent): Delete space *after*
reindenting the first line.

20 years ago.
Karl Berry [Mon, 27 Oct 2003 00:01:42 +0000 (00:01 +0000)]
.

20 years ago(Info Search): echo area, not echo are. From Debian diff.
Karl Berry [Mon, 27 Oct 2003 00:01:25 +0000 (00:01 +0000)]
(Info Search): echo area, not echo are.  From Debian diff.

20 years ago(Fontsets): Fix texinfo usage.
Kenichi Handa [Sun, 26 Oct 2003 23:28:04 +0000 (23:28 +0000)]
(Fontsets): Fix texinfo usage.

20 years ago*** empty log message ***
Luc Teirlinck [Sun, 26 Oct 2003 18:56:10 +0000 (18:56 +0000)]
*** empty log message ***

20 years ago(Fsetplist): Doc fix.
Luc Teirlinck [Sun, 26 Oct 2003 18:48:19 +0000 (18:48 +0000)]
(Fsetplist): Doc fix.

20 years ago*** empty log message ***
Luc Teirlinck [Sun, 26 Oct 2003 18:46:48 +0000 (18:46 +0000)]
*** empty log message ***

20 years ago2003-10-26 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen [Sun, 26 Oct 2003 13:31:34 +0000 (13:31 +0000)]
2003-10-26  Per Abrahamsen  <abraham@dina.kvl.dk>

       * widget.texi (Defining New Widgets): Document new beavior of
       :buttons and :children keywords.

20 years ago(widget-default-delete): Always delete child widgets. (From Per
Luc Teirlinck [Sun, 26 Oct 2003 00:57:12 +0000 (00:57 +0000)]
(widget-default-delete): Always delete child widgets.  (From Per
Abrahamsen.)