]> git.eshelyaron.com Git - emacs.git/log
emacs.git
16 years ago(Fread_char, Fread_char_exclusive): If no character event is read
Chong Yidong [Thu, 14 Aug 2008 19:24:54 +0000 (19:24 +0000)]
(Fread_char, Fread_char_exclusive): If no character event is read
before timeout is reached, return nil, rather than converting to a
number.

16 years ago* lread.c (Fread_char, Fread_char_exclusive): If no character
Chong Yidong [Thu, 14 Aug 2008 19:24:36 +0000 (19:24 +0000)]
* lread.c (Fread_char, Fread_char_exclusive): If no character
event is read before timeout is reached, return nil, rather than
converting to a number.

16 years ago*** empty log message ***
Jay Belanger [Thu, 14 Aug 2008 19:21:09 +0000 (19:21 +0000)]
*** empty log message ***

16 years agoRemove version numbering.
Jay Belanger [Thu, 14 Aug 2008 19:17:59 +0000 (19:17 +0000)]
Remove version numbering.

16 years ago*** empty log message ***
Jay Belanger [Thu, 14 Aug 2008 18:35:22 +0000 (18:35 +0000)]
*** empty log message ***

16 years ago(calc-version): Remove.
Jay Belanger [Thu, 14 Aug 2008 18:35:08 +0000 (18:35 +0000)]
(calc-version): Remove.

16 years ago(calc-version): Remove function.
Jay Belanger [Thu, 14 Aug 2008 18:34:41 +0000 (18:34 +0000)]
(calc-version): Remove function.

16 years ago(report-calc-bug): Remove version number.
Jay Belanger [Thu, 14 Aug 2008 18:34:05 +0000 (18:34 +0000)]
(report-calc-bug): Remove version number.
calc-stuff (calc-version): Remove function.
calc.el (calc-version): Remove.

16 years ago(calc-keypad-show-input): Remove version number.
Jay Belanger [Thu, 14 Aug 2008 18:33:41 +0000 (18:33 +0000)]
(calc-keypad-show-input): Remove version number.

16 years ago(calc-full-help): Remove version number.
Jay Belanger [Thu, 14 Aug 2008 18:33:07 +0000 (18:33 +0000)]
(calc-full-help): Remove version number.

16 years agoRemove autoloading of calc-version.
Jay Belanger [Thu, 14 Aug 2008 18:32:40 +0000 (18:32 +0000)]
Remove autoloading of calc-version.

16 years ago(easy-menu-add): Don't precompute keybindings
Stefan Monnier [Thu, 14 Aug 2008 17:42:21 +0000 (17:42 +0000)]
(easy-menu-add): Don't precompute keybindings
since those precomputed values aren't used any more.
(easy-menu-precalculate-equivalent-keybindings): Obsolete.

16 years ago(with-help-window): Return last value in BODY.
Martin Rudalics [Thu, 14 Aug 2008 05:51:24 +0000 (05:51 +0000)]
(with-help-window): Return last value in BODY.

16 years ago* net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
Michael Albinus [Thu, 14 Aug 2008 05:03:18 +0000 (05:03 +0000)]
* net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
notify function of the URL.
(xesam-new-search): Encode special characters in the query string.

16 years ago(use_dialog_box): Doc fix.
Chong Yidong [Thu, 14 Aug 2008 01:14:37 +0000 (01:14 +0000)]
(use_dialog_box): Doc fix.

16 years agoFix last change.
Chong Yidong [Thu, 14 Aug 2008 01:14:28 +0000 (01:14 +0000)]
Fix last change.

16 years ago* fns.c (syms_of_fns): Doc fix.
Chong Yidong [Thu, 14 Aug 2008 01:14:08 +0000 (01:14 +0000)]
* fns.c (syms_of_fns): Doc fix.

16 years agoUndefine HAVE_RES_INIT, which appears to be harmful on OS X.
Chong Yidong [Thu, 14 Aug 2008 00:51:41 +0000 (00:51 +0000)]
Undefine HAVE_RES_INIT, which appears to be harmful on OS X.

16 years ago* s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful on
Chong Yidong [Thu, 14 Aug 2008 00:51:20 +0000 (00:51 +0000)]
* s/darwin.h: Undefine HAVE_RES_INIT, which appears to be harmful on
OS X.

16 years ago(Qns_parse_geometry): New var.
Chong Yidong [Wed, 13 Aug 2008 23:43:22 +0000 (23:43 +0000)]
(Qns_parse_geometry): New var.
(Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.

16 years ago* frame.c (Qns_parse_geometry): New var.
Chong Yidong [Wed, 13 Aug 2008 23:40:17 +0000 (23:40 +0000)]
* frame.c (Qns_parse_geometry): New var.
(Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.

16 years ago(ns-parse-geometry): Rename from x-parse-geometry.
Chong Yidong [Wed, 13 Aug 2008 23:40:02 +0000 (23:40 +0000)]
(ns-parse-geometry): Rename from x-parse-geometry.

16 years ago* term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
Chong Yidong [Wed, 13 Aug 2008 23:39:51 +0000 (23:39 +0000)]
* term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.

16 years ago(tramp-handle-shell-command): Handle output going
Andreas Schwab [Wed, 13 Aug 2008 19:33:36 +0000 (19:33 +0000)]
(tramp-handle-shell-command): Handle output going
to current buffer like shell-command.  Don't disable undo.

16 years ago(tramp-handle-shell-command): Correctly handle
Andreas Schwab [Wed, 13 Aug 2008 19:09:10 +0000 (19:09 +0000)]
(tramp-handle-shell-command): Correctly handle
output going to current buffer.  Don't disable undo.

16 years ago(eshell/which): Handle the case where no description is found.
Glenn Morris [Wed, 13 Aug 2008 03:12:49 +0000 (03:12 +0000)]
(eshell/which): Handle the case where no description is found.

16 years ago(c-emacs-features): argumentative-bod-function: bind mark-ring to avoid
Alan Mackenzie [Tue, 12 Aug 2008 20:00:18 +0000 (20:00 +0000)]
(c-emacs-features): argumentative-bod-function: bind mark-ring to avoid
accumulating a spurious mark.

16 years ago(Change Log): Mention next-error is available.
Teodor Zlatanov [Tue, 12 Aug 2008 19:59:41 +0000 (19:59 +0000)]
(Change Log): Mention next-error is available.

16 years ago*** empty log message ***
Alan Mackenzie [Tue, 12 Aug 2008 19:55:45 +0000 (19:55 +0000)]
*** empty log message ***

16 years agoDelete trailing whitespace.
Chong Yidong [Tue, 12 Aug 2008 19:41:18 +0000 (19:41 +0000)]
Delete trailing whitespace.

16 years ago(visual-line--saved-state): New var.
Chong Yidong [Tue, 12 Aug 2008 19:39:50 +0000 (19:39 +0000)]
(visual-line--saved-state): New var.
(visual-line-mode): Save local values of variables, and restore
them when visual-line-mode is disabled.

16 years ago* simple.el (visual-line--saved-state): New var.
Chong Yidong [Tue, 12 Aug 2008 19:38:05 +0000 (19:38 +0000)]
* simple.el (visual-line--saved-state): New var.
(visual-line-mode): Save local values of variables, and restore
them when visual-line-mode is disabled.

16 years ago(ldap-search-internal): Tweak URL regexp.
Chong Yidong [Tue, 12 Aug 2008 18:35:18 +0000 (18:35 +0000)]
(ldap-search-internal): Tweak URL regexp.

16 years ago* net/ldap.el (ldap-search-internal): Tweak URL regexp.
Chong Yidong [Tue, 12 Aug 2008 18:35:06 +0000 (18:35 +0000)]
* net/ldap.el (ldap-search-internal): Tweak URL regexp.

16 years agoMerge from gnus--devo--0
Miles Bader [Tue, 12 Aug 2008 16:01:05 +0000 (16:01 +0000)]
Merge from gnus--devo--0

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1376

16 years agoMerge from emacs--rel--22
Miles Bader [Tue, 12 Aug 2008 15:54:59 +0000 (15:54 +0000)]
Merge from emacs--rel--22

Patches applied:

 * emacs--rel--22  (patch 287-293)

   - Update from CVS: src/term.c (syms_of_term): Fix last change.
   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1374

16 years ago(beginning-of-defun): Doc fix.
Chong Yidong [Mon, 11 Aug 2008 21:38:17 +0000 (21:38 +0000)]
(beginning-of-defun): Doc fix.

16 years ago(c-emacs-features): Check beginning-of-defun-raw instead of
Chong Yidong [Mon, 11 Aug 2008 21:38:04 +0000 (21:38 +0000)]
(c-emacs-features): Check beginning-of-defun-raw instead of
beginning-of-defun, and avoid moving point during the test.

16 years ago* progmodes/cc-defs.el (c-emacs-features): Check
Chong Yidong [Mon, 11 Aug 2008 21:37:52 +0000 (21:37 +0000)]
* progmodes/cc-defs.el (c-emacs-features): Check
beginning-of-defun-raw instead of beginning-of-defun, and avoid
moving point during the test.

* emacs-lisp/lisp.el (beginning-of-defun): Doc fix.

16 years ago(x_produce_glyphs): Handle the case when font has no space character
Chong Yidong [Mon, 11 Aug 2008 18:50:49 +0000 (18:50 +0000)]
(x_produce_glyphs): Handle the case when font has no space character
in calculating tabs.

16 years ago* xdisp.c (x_produce_glyphs): Handle the case when font has no
Chong Yidong [Mon, 11 Aug 2008 18:50:33 +0000 (18:50 +0000)]
* xdisp.c (x_produce_glyphs): Handle the case when font has no
space character in calculating tabs.

16 years ago*** empty log message ***
Dan Nicolaescu [Mon, 11 Aug 2008 16:02:25 +0000 (16:02 +0000)]
*** empty log message ***

16 years ago(bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.
Dan Nicolaescu [Mon, 11 Aug 2008 02:21:08 +0000 (02:21 +0000)]
(bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.

16 years ago(x-parse-geometry): Doc fix.
Glenn Morris [Mon, 11 Aug 2008 01:24:31 +0000 (01:24 +0000)]
(x-parse-geometry): Doc fix.

16 years agoAdd declarations for builds without X.
Glenn Morris [Mon, 11 Aug 2008 01:23:07 +0000 (01:23 +0000)]
Add declarations for builds without X.

16 years agoFix previous change.
Glenn Morris [Mon, 11 Aug 2008 01:19:29 +0000 (01:19 +0000)]
Fix previous change.

16 years ago(do-applescript): Fix declaration.
Glenn Morris [Mon, 11 Aug 2008 01:18:53 +0000 (01:18 +0000)]
(do-applescript): Fix declaration.

16 years ago*** empty log message ***
Glenn Morris [Mon, 11 Aug 2008 00:54:34 +0000 (00:54 +0000)]
*** empty log message ***

16 years ago(hangul3-input-method-jong): Fix array indexing bug.
Kenichi Handa [Sun, 10 Aug 2008 23:58:30 +0000 (23:58 +0000)]
(hangul3-input-method-jong): Fix array indexing bug.

16 years ago(mh-variant-set): Fix typo.
Bill Wohler [Sun, 10 Aug 2008 23:22:53 +0000 (23:22 +0000)]
(mh-variant-set): Fix typo.

16 years ago(Getting Started): Rename variant mu-mh to gnu-mh and be explicit
Bill Wohler [Sun, 10 Aug 2008 23:18:37 +0000 (23:18 +0000)]
(Getting Started): Rename variant mu-mh to gnu-mh and be explicit
about GNU mailutils MH elsewhere (with thanks to Darel Henman) (closes
SF #1768928).

16 years ago(mh-pick-regexp-builder): Rename variant mu-mh to gnu-mh and be
Bill Wohler [Sun, 10 Aug 2008 23:14:09 +0000 (23:14 +0000)]
(mh-pick-regexp-builder): Rename variant mu-mh to gnu-mh and be
explicit about GNU mailutils MH in docstrings (with thanks to Darel
Henman) (closes SF #1768928).

16 years ago(mh-scan-format): Rename variant mu-mh to gnu-mh and be explicit about
Bill Wohler [Sun, 10 Aug 2008 23:13:37 +0000 (23:13 +0000)]
(mh-scan-format): Rename variant mu-mh to gnu-mh and be explicit about
GNU mailutils MH in docstrings (with thanks to Darel Henman) (closes
SF #1768928).

16 years ago(mh-reply): Rename variant mu-mh to gnu-mh and be explicit about GNU
Bill Wohler [Sun, 10 Aug 2008 23:13:05 +0000 (23:13 +0000)]
(mh-reply): Rename variant mu-mh to gnu-mh and be explicit about GNU
mailutils MH in docstrings (with thanks to Darel Henman) (closes SF
#1768928).

16 years ago(mh-variant-mh-info, mh-variant-nmh-info)
Bill Wohler [Sun, 10 Aug 2008 23:12:40 +0000 (23:12 +0000)]
(mh-variant-mh-info, mh-variant-nmh-info)
(mh-variant-set-variant, mh-variant-p, mh-profile-component)
(mh-variant-set, mh-variant, mh-scan-format-file): Fix typo in
docstring.

(mh-variant-info,mh-variant-mu-mh-info)
(mh-variant-p, mh-profile-component, mh-variant-set, mh-variant)
(mh-scan-format-file): Rename variant mu-mh to gnu-mh and be explicit
about GNU mailutils MH in docstrings (with thanks to Darel
Henman) (closes SF #1768928).

16 years agoRename variant mu-mh to gnu-mh and be explicit about GNU mailutils MH
Bill Wohler [Sun, 10 Aug 2008 23:11:52 +0000 (23:11 +0000)]
Rename variant mu-mh to gnu-mh and be explicit about GNU mailutils MH
in docstrings (with thanks to Darel Henman) (closes SF #1768928).

16 years ago(procfs_system_process_attributes): Use EMACS_INTs to silence gcc
Glenn Morris [Sun, 10 Aug 2008 22:44:36 +0000 (22:44 +0000)]
(procfs_system_process_attributes): Use EMACS_INTs to silence gcc
"limited range of data type" warnings in some make_fixnum_or_float calls.

16 years ago(increment-calendar-month): Optionally handle systems without 12
Glenn Morris [Sun, 10 Aug 2008 20:29:42 +0000 (20:29 +0000)]
(increment-calendar-month): Optionally handle systems without 12
months per year (sync from trunk 2008-03-31; needed for above
holiday-bahai fix).

16 years ago(holiday-bahai): Fix previous change for Emacs 22.
Glenn Morris [Sun, 10 Aug 2008 20:28:41 +0000 (20:28 +0000)]
(holiday-bahai): Fix previous change for Emacs 22.

16 years ago*** empty log message ***
Glenn Morris [Sun, 10 Aug 2008 20:18:12 +0000 (20:18 +0000)]
*** empty log message ***

16 years ago(holiday-bahai): Doc fix.
Glenn Morris [Sun, 10 Aug 2008 20:16:18 +0000 (20:16 +0000)]
(holiday-bahai): Doc fix.

16 years agoFix typo.
Glenn Morris [Sun, 10 Aug 2008 20:15:42 +0000 (20:15 +0000)]
Fix typo.

16 years agoForgot to commit this.
Glenn Morris [Sun, 10 Aug 2008 20:12:43 +0000 (20:12 +0000)]
Forgot to commit this.

16 years ago(f90-beginning-of-subprogram, f90-end-of-subprogram): Only give a
Glenn Morris [Sun, 10 Aug 2008 20:11:33 +0000 (20:11 +0000)]
(f90-beginning-of-subprogram, f90-end-of-subprogram): Only give a
message when interactive (sync from trunk 2008-06-12).

16 years ago(fortran-end-of-subprogram): Check for a match before trying to move
Glenn Morris [Sun, 10 Aug 2008 20:09:13 +0000 (20:09 +0000)]
(fortran-end-of-subprogram): Check for a match before trying to move
there (sync from trunk 2008-06-11).

16 years ago(bootstrap-prepare): Explictly pass EMACS to sub-makes
Glenn Morris [Sun, 10 Aug 2008 20:08:50 +0000 (20:08 +0000)]
(bootstrap-prepare): Explictly pass EMACS to sub-makes
that use it, for non-GNU makes (sync from trunk 2008-06-08).

16 years ago(byte-compile-maybe-guarded): Doc fix (sync from trunk 2008-06-13).
Glenn Morris [Sun, 10 Aug 2008 20:08:38 +0000 (20:08 +0000)]
(byte-compile-maybe-guarded): Doc fix (sync from trunk 2008-06-13).
(byte-compile-file): Doc fix (sync from trunk 2008-04-27).

16 years ago(locate-library): Doc fix (sync from trunk 2008-06-10).
Glenn Morris [Sun, 10 Aug 2008 20:08:15 +0000 (20:08 +0000)]
(locate-library): Doc fix (sync from trunk 2008-06-10).

16 years ago(generated-custom-dependencies-file): Doc fix (sync from trunk
Glenn Morris [Sun, 10 Aug 2008 20:08:03 +0000 (20:08 +0000)]
(generated-custom-dependencies-file): Doc fix (sync from trunk
2008-06-05).

16 years ago(generated-finder-keywords-file, finder-exit): Doc fix (sync from
Glenn Morris [Sun, 10 Aug 2008 20:07:48 +0000 (20:07 +0000)]
(generated-finder-keywords-file, finder-exit): Doc fix (sync from
trunk 2008-06-05).

16 years ago(holiday-float): Doc fixes (sync from trunk 2008-04-29).
Glenn Morris [Sun, 10 Aug 2008 20:07:32 +0000 (20:07 +0000)]
(holiday-float): Doc fixes (sync from trunk 2008-04-29).

16 years ago(calendar-nth-named-absday, calendar-nth-named-day):
Glenn Morris [Sun, 10 Aug 2008 20:07:11 +0000 (20:07 +0000)]
(calendar-nth-named-absday, calendar-nth-named-day):
Doc fixes (sync from trunk 2008-04-29).

16 years ago(holiday-islamic): Doc fix (sync from trunk 2008-04-23).
Glenn Morris [Sun, 10 Aug 2008 20:06:46 +0000 (20:06 +0000)]
(holiday-islamic): Doc fix (sync from trunk 2008-04-23).

16 years ago(cal-tex-preamble-extra): Fix custom type (sync from trunk
Glenn Morris [Sun, 10 Aug 2008 20:06:35 +0000 (20:06 +0000)]
(cal-tex-preamble-extra): Fix custom type (sync from trunk
2008-04-11).

16 years ago(toggle-truncate-lines): Doc fix (sync from trunk 2008-04-10).
Glenn Morris [Sun, 10 Aug 2008 20:06:21 +0000 (20:06 +0000)]
(toggle-truncate-lines): Doc fix (sync from trunk 2008-04-10).

16 years ago(holiday-bahai): Use an algorithm actually relevant to this calendar
Glenn Morris [Sun, 10 Aug 2008 20:06:08 +0000 (20:06 +0000)]
(holiday-bahai): Use an algorithm actually relevant to this calendar
system (sync from trunk 2008-03-31).
(calendar-bahai-date-string): Avoid an error for pre-Bahai dates (sync
from trunk 2008-03-31).
(calendar-print-bahai-date): Handle pre-Bahai dates (sync from trunk
2008-03-20).
(calendar-absolute-from-bahai): Fix the leap-year case (sync from trunk
2008-03-20).

16 years ago(holiday-julian): Fix a problem with holidays in the last fortnight in
Glenn Morris [Sun, 10 Aug 2008 20:05:45 +0000 (20:05 +0000)]
(holiday-julian): Fix a problem with holidays in the last fortnight in
Julian October (sync from trunk 2008-03-31).

16 years ago(simple-diary-display, diary-show-all-entries, make-diary-entry):
Glenn Morris [Sun, 10 Aug 2008 20:05:15 +0000 (20:05 +0000)]
(simple-diary-display, diary-show-all-entries, make-diary-entry):
Respect non-nil values of pop-up-frames (sync from trunk 2008-03-28).
(list-sexp-diary-entries, diary-float): Doc fixes (sync from trunk 2008-04-29).

16 years ago(vc-bzr-find-revision): Rename from
Dan Nicolaescu [Sun, 10 Aug 2008 19:48:57 +0000 (19:48 +0000)]
(vc-bzr-find-revision): Rename from
vc-bzr-find-version, forgotten in the 2007-10-10 renaming.

16 years ago* net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
Michael Albinus [Sun, 10 Aug 2008 19:36:12 +0000 (19:36 +0000)]
* net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
(xesam-refresh-entry): Add Debbugs handling.  Insert a widget
"DONE", when all hits are retrieved.
(xesam-search): autoload it.

16 years ago*** empty log message ***
John Paul Wallington [Sun, 10 Aug 2008 03:53:09 +0000 (03:53 +0000)]
*** empty log message ***

16 years ago(ibuffer-define-filter filename): Use plain old `buffer-file-name'
John Paul Wallington [Sun, 10 Aug 2008 03:43:47 +0000 (03:43 +0000)]
(ibuffer-define-filter filename): Use plain old `buffer-file-name'
instead of `ibuffer-buffer-file-name'.

16 years ago(ibuffer-buffer-file-name): Return nil rather than empty string when
John Paul Wallington [Sun, 10 Aug 2008 03:42:43 +0000 (03:42 +0000)]
(ibuffer-buffer-file-name): Return nil rather than empty string when
no filename.
(define-ibuffer-column filename): Accomodate that change.

16 years ago(diary-remind): Doc fix.
Glenn Morris [Sun, 10 Aug 2008 02:44:23 +0000 (02:44 +0000)]
(diary-remind): Doc fix.

16 years agoUse __sparc__ rather than sparc.
Glenn Morris [Sun, 10 Aug 2008 02:40:17 +0000 (02:40 +0000)]
Use __sparc__ rather than sparc.

16 years ago(cpp_undefs): Rename from `undefs', update uses.
Glenn Morris [Sun, 10 Aug 2008 02:35:40 +0000 (02:35 +0000)]
(cpp_undefs): Rename from `undefs', update uses.
Use $srcdir rather than $top_srcdir.  Set before calling AC_OUTPUT,
and explicitly export there.  (Bug#507.)  (Sync of trunk 2008-07-01).

16 years ago(Calendar Customizing): Mention whitespace variables and intermonth text.
Glenn Morris [Sun, 10 Aug 2008 01:51:23 +0000 (01:51 +0000)]
(Calendar Customizing): Mention whitespace variables and intermonth text.
(Holiday Customizing): Add holiday-chinese.

16 years ago(org-export-as-html): Let-bind `i'.
Glenn Morris [Sun, 10 Aug 2008 01:27:58 +0000 (01:27 +0000)]
(org-export-as-html): Let-bind `i'.

16 years ago(org-renumber-ordered-list): Fix bob/bobp typo.
Glenn Morris [Sun, 10 Aug 2008 01:27:40 +0000 (01:27 +0000)]
(org-renumber-ordered-list): Fix bob/bobp typo.
(org-extract-attributes): Let-bind `key', `value'.
(org-make-tags-matcher): Let-bind `time-p'.

16 years agoNew file.
Glenn Morris [Sun, 10 Aug 2008 01:25:47 +0000 (01:25 +0000)]
New file.

16 years agoRemove reference to deleted splash8.xpm.
Glenn Morris [Sun, 10 Aug 2008 01:18:08 +0000 (01:18 +0000)]
Remove reference to deleted splash8.xpm.

16 years ago(ELCFILES): Update.
Glenn Morris [Sun, 10 Aug 2008 01:01:43 +0000 (01:01 +0000)]
(ELCFILES): Update.

16 years agoUse @copying. Change copyright of authors with assignment to FSF.
Glenn Morris [Sun, 10 Aug 2008 00:59:41 +0000 (00:59 +0000)]
Use @copying.  Change copyright of authors with assignment to FSF.
Change license to GFDL.
(Top): Remove outdated references.

16 years agoRevert trivial license formatting changes from previous change.
Glenn Morris [Sun, 10 Aug 2008 00:35:34 +0000 (00:35 +0000)]
Revert trivial license formatting changes from previous change.

16 years agoStandardize license layout.
Glenn Morris [Sun, 10 Aug 2008 00:32:57 +0000 (00:32 +0000)]
Standardize license layout.

16 years agoRemove entries related to comments.
Glenn Morris [Sun, 10 Aug 2008 00:31:10 +0000 (00:31 +0000)]
Remove entries related to comments.

16 years agoChange from author without assignment is tiny.
Glenn Morris [Sun, 10 Aug 2008 00:27:20 +0000 (00:27 +0000)]
Change from author without assignment is tiny.

16 years agoFix "Suggested by" format.
Glenn Morris [Sun, 10 Aug 2008 00:25:23 +0000 (00:25 +0000)]
Fix "Suggested by" format.

16 years agoJoachim has assignment.
Glenn Morris [Sun, 10 Aug 2008 00:24:42 +0000 (00:24 +0000)]
Joachim has assignment.

16 years agoPrune some instances of "regenerate", in line with the documented
Glenn Morris [Sun, 10 Aug 2008 00:23:50 +0000 (00:23 +0000)]
Prune some instances of "regenerate", in line with the documented
policy that ChangeLog entries are not needed for such events.