bpt/emacs.git
23 years ago*** empty log message ***
Eli Zaretskii [Fri, 30 Mar 2001 08:38:02 +0000 (08:38 +0000)]
*** empty log message ***

23 years ago(transient-mark-mode): Mention C-g in the doc string.
Eli Zaretskii [Fri, 30 Mar 2001 08:35:49 +0000 (08:35 +0000)]
(transient-mark-mode): Mention C-g in the doc string.

23 years agoAdapt to changes in leim/Makefile.in's $(TIT) target.
Eli Zaretskii [Fri, 30 Mar 2001 08:29:37 +0000 (08:29 +0000)]
Adapt to changes in leim/Makefile.in's $(TIT) target.

23 years ago(${TIT}): Fix whitespace.
Eli Zaretskii [Fri, 30 Mar 2001 08:27:56 +0000 (08:27 +0000)]
(${TIT}): Fix whitespace.

23 years ago(interactive-form): Fix paren typo.
Miles Bader [Fri, 30 Mar 2001 00:53:08 +0000 (00:53 +0000)]
(interactive-form): Fix paren typo.

23 years ago(Regexps): Say up front that backslashes must be doubled in a Lisp program.
Eli Zaretskii [Thu, 29 Mar 2001 15:52:56 +0000 (15:52 +0000)]
(Regexps): Say up front that backslashes must be doubled in a Lisp program.

23 years ago*** empty log message ***
Eli Zaretskii [Thu, 29 Mar 2001 15:38:09 +0000 (15:38 +0000)]
*** empty log message ***

23 years agoSay that it's obsolete in the header line.
Eli Zaretskii [Thu, 29 Mar 2001 15:36:38 +0000 (15:36 +0000)]
Say that it's obsolete in the header line.

23 years ago(report-emacs-bug): Report LC_COLLATE,
Eli Zaretskii [Thu, 29 Mar 2001 15:31:58 +0000 (15:31 +0000)]
(report-emacs-bug): Report LC_COLLATE,
LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
From Paul Eggert.

23 years agoDocument that directory-sep-char is deprecated.
Eli Zaretskii [Thu, 29 Mar 2001 15:23:40 +0000 (15:23 +0000)]
Document that directory-sep-char is deprecated.

23 years ago(syms_of_fileio) <directory-sep-char>: Warn that it is deprecated.
Eli Zaretskii [Thu, 29 Mar 2001 15:05:05 +0000 (15:05 +0000)]
(syms_of_fileio) <directory-sep-char>: Warn that it is deprecated.

23 years ago(.NOTPARALLEL, .NO_PARALLEL): New special targets.
Gerd Moellmann [Thu, 29 Mar 2001 14:26:20 +0000 (14:26 +0000)]
(.NOTPARALLEL, .NO_PARALLEL): New special targets.
(${TIT}): If the target file already exist, don't remake it.

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 29 Mar 2001 14:25:52 +0000 (14:25 +0000)]
*** empty log message ***

23 years ago(SUBDIR): Remove leim.
Gerd Moellmann [Thu, 29 Mar 2001 14:24:43 +0000 (14:24 +0000)]
(SUBDIR): Remove leim.
(all, .RECURSIVE, extraclean): Add leim explicitly.
(leim): Provide separate rule which exports PARALLEL=0 into the
environment.

23 years ago(generic-mode-set-comments): Use "" rather than nil for comment-end.
Stefan Monnier [Thu, 29 Mar 2001 14:16:37 +0000 (14:16 +0000)]
(generic-mode-set-comments): Use "" rather than nil for comment-end.

23 years ago(ad-make-advised-definition): Call
Gerd Moellmann [Thu, 29 Mar 2001 14:11:46 +0000 (14:11 +0000)]
(ad-make-advised-definition): Call
interactive-form to obtain the interactive spec of subrs.

23 years agoFix typo.
Gerd Moellmann [Thu, 29 Mar 2001 14:08:58 +0000 (14:08 +0000)]
Fix typo.

23 years ago(interactive-form): New function.
Gerd Moellmann [Thu, 29 Mar 2001 14:08:34 +0000 (14:08 +0000)]
(interactive-form): New function.

23 years ago(Fsubr_interactive_form): New function.
Gerd Moellmann [Thu, 29 Mar 2001 13:58:30 +0000 (13:58 +0000)]
(Fsubr_interactive_form): New function.
(syms_of_data): Defsubr it.

23 years ago#
André Spiegel [Thu, 29 Mar 2001 11:51:26 +0000 (11:51 +0000)]
#

23 years ago(vc-sccs-register): Use relative file names.
André Spiegel [Thu, 29 Mar 2001 11:49:22 +0000 (11:49 +0000)]
(vc-sccs-register): Use relative file names.

23 years ago(live_string_p, live_cons_p, live_symbol_p)
Gerd Moellmann [Thu, 29 Mar 2001 10:35:51 +0000 (10:35 +0000)]
(live_string_p, live_cons_p, live_symbol_p)
(live_float_p, live_misc_p): Return 1 only if the offset of the
pointer in its block is >= 0.

23 years ago*** empty log message ***
Stefan Monnier [Thu, 29 Mar 2001 00:29:04 +0000 (00:29 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 28 Mar 2001 15:51:15 +0000 (15:51 +0000)]
*** empty log message ***

23 years ago(Ffloat_time): Fix off-by-factor-of-10 bug in the
Gerd Moellmann [Wed, 28 Mar 2001 15:50:47 +0000 (15:50 +0000)]
(Ffloat_time): Fix off-by-factor-of-10 bug in the
microseconds calcuation.  Avoid double-rounding problem.
In doc string, warn that the result is approximate.

23 years ago(inhibit_eval_during_redisplay)
Gerd Moellmann [Wed, 28 Mar 2001 15:34:38 +0000 (15:34 +0000)]
(inhibit_eval_during_redisplay)
(Qinhibit_eval_during_redisplay): New variables.
(safe_eval, safe_call): If inhibit_eval_during_redisplay is set,
don't eval, return nil instead.
(syms_of_xdisp): DEFVAR_BOOL inhibit-eval-during-redisplay.
Initialize Qinhibit_eval_during_redisplay.

23 years ago(call_debugger): Bind `inhibit-redisplay' to nil, and
Gerd Moellmann [Wed, 28 Mar 2001 15:33:13 +0000 (15:33 +0000)]
(call_debugger): Bind `inhibit-redisplay' to nil, and
bind inhibit-eval-during-redisplay' to t.

23 years ago(Qinhibit_eval_during_redisplay): Declare extern.
Gerd Moellmann [Wed, 28 Mar 2001 15:32:52 +0000 (15:32 +0000)]
(Qinhibit_eval_during_redisplay): Declare extern.

23 years ago(bookmark-get-bookmark): Handle case that
Gerd Moellmann [Wed, 28 Mar 2001 14:51:26 +0000 (14:51 +0000)]
(bookmark-get-bookmark): Handle case that
BOOKMARK is not a string.

23 years ago(reseat_to_string): If STRING is multibyte, set
Gerd Moellmann [Wed, 28 Mar 2001 14:32:24 +0000 (14:32 +0000)]
(reseat_to_string): If STRING is multibyte, set
the iterator's multibyte_p flag.

23 years ago(Finding Files): Fix an example.
Gerd Moellmann [Wed, 28 Mar 2001 12:50:35 +0000 (12:50 +0000)]
(Finding Files): Fix an example.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 28 Mar 2001 12:46:20 +0000 (12:46 +0000)]
*** empty log message ***

23 years ago(realize_basic_faces): Decrement menu_face_change_count
Gerd Moellmann [Wed, 28 Mar 2001 12:45:54 +0000 (12:45 +0000)]
(realize_basic_faces): Decrement menu_face_change_count
instead of setting it to zero; it's incremented for each frame
where the menu face is changed.

23 years ago(image-type-regexps): Change type for PS files
Gerd Moellmann [Wed, 28 Mar 2001 12:39:45 +0000 (12:39 +0000)]
(image-type-regexps): Change type for PS files
to `postscript'.

23 years ago(x_draw_relief_rect): Extend left shadow to the
Gerd Moellmann [Wed, 28 Mar 2001 12:37:12 +0000 (12:37 +0000)]
(x_draw_relief_rect): Extend left shadow to the
bottom; change bottom shadow accordingly.

23 years ago(expose_window_tree, expose_frame): Don't compute
Gerd Moellmann [Wed, 28 Mar 2001 12:06:39 +0000 (12:06 +0000)]
(expose_window_tree, expose_frame): Don't compute
intersections here.
(expose_window): Do it here instead.
(x_draw_glyph_string): Fix a computation of the underline
position.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 28 Mar 2001 10:02:31 +0000 (10:02 +0000)]
*** empty log message ***

23 years ago(BYTE_CODE_QUIT): New macro.
Gerd Moellmann [Wed, 28 Mar 2001 10:01:51 +0000 (10:01 +0000)]
(BYTE_CODE_QUIT): New macro.
(Fbyte_code): Use BYTE_CODE_QUIT instead of QUIT.

23 years ago(read-passwd): Clear command history after each
Gerd Moellmann [Wed, 28 Mar 2001 09:28:15 +0000 (09:28 +0000)]
(read-passwd): Clear command history after each
character entered.  From: Stephen Gildea <gildea@alum.mit.edu>.

23 years ago(try_window_reusing_current_matrix) <scrolling up>:
Gerd Moellmann [Tue, 27 Mar 2001 18:02:26 +0000 (18:02 +0000)]
(try_window_reusing_current_matrix) <scrolling up>:
Give up if matrix starts in an ellipsis.
(init_from_display_pos): Do nothing if POS doesn't specify
a dpvec_index but the iterator has such a position.

23 years ago(init_from_display_pos): Remove unwarranted assertion.
Gerd Moellmann [Tue, 27 Mar 2001 16:52:09 +0000 (16:52 +0000)]
(init_from_display_pos): Remove unwarranted assertion.

23 years ago(free_frame_menubar) [USE_MOTIF]: If the shell widget's
Gerd Moellmann [Tue, 27 Mar 2001 14:41:03 +0000 (14:41 +0000)]
(free_frame_menubar) [USE_MOTIF]: If the shell widget's
x/y position is (0, 0) after destroying the menu bar, restore
its original position.

23 years ago(in_ellipses_for_invisible_text_p): New function.
Gerd Moellmann [Tue, 27 Mar 2001 09:59:39 +0000 (09:59 +0000)]
(in_ellipses_for_invisible_text_p): New function.
(init_from_display_pos): Use it.
(try_window_reusing_current_matrix): Don't use cursor_row_p.

23 years ago(Language Environments): Explain how to update the X
Eli Zaretskii [Tue, 27 Mar 2001 09:39:53 +0000 (09:39 +0000)]
(Language Environments): Explain how to update the X
server's font database after installing Intlfonts.
(Language Environments): Add rationale for using the language
environment hook.
(Select Input Method): Add an example of setting
default-input-method inside set-language-environment-hook.
(Recognize Coding): Explain who would like to disable EOL
conversions.
(Specify Coding): Add an index entry for non-ASCII file names.

23 years ago(PostScript Variables): Explain how to set up use of
Eli Zaretskii [Tue, 27 Mar 2001 09:39:16 +0000 (09:39 +0000)]
(PostScript Variables): Explain how to set up use of
BDF fonts for ps-print.

23 years ago*** empty log message ***
Kenichi Handa [Tue, 27 Mar 2001 01:43:50 +0000 (01:43 +0000)]
*** empty log message ***

23 years ago(kkc-save-init-file): Locally bind print-length to nil.
Kenichi Handa [Tue, 27 Mar 2001 01:12:42 +0000 (01:12 +0000)]
(kkc-save-init-file): Locally bind print-length to nil.

23 years agoMake it clear that last_marked[] holds pointers to Lisp objects, not
Eli Zaretskii [Mon, 26 Mar 2001 18:43:58 +0000 (18:43 +0000)]
Make it clear that last_marked[] holds pointers to Lisp objects, not
the objects themselves.

23 years ago(try_window_id): Undo last change.
Gerd Moellmann [Mon, 26 Mar 2001 17:54:34 +0000 (17:54 +0000)]
(try_window_id): Undo last change.

23 years ago(syms_of_buffer): Doc fix.
Eli Zaretskii [Mon, 26 Mar 2001 17:09:00 +0000 (17:09 +0000)]
(syms_of_buffer): Doc fix.

23 years ago(Fprin1, Fprin1_to_string, Fprinc, Fprint): Doc fix.
Eli Zaretskii [Mon, 26 Mar 2001 17:07:37 +0000 (17:07 +0000)]
(Fprin1, Fprin1_to_string, Fprinc, Fprint): Doc fix.

23 years ago*** empty log message ***
Gerd Moellmann [Mon, 26 Mar 2001 16:39:04 +0000 (16:39 +0000)]
*** empty log message ***

23 years agoSome doc fixes.
Gerd Moellmann [Mon, 26 Mar 2001 16:31:20 +0000 (16:31 +0000)]
Some doc fixes.
(flyspell-maybe-correct-transposition)
(flyspell-maybe-correct-doubling): Use a temporary buffer

23 years ago(ispell-parse-output): Doc fix.
Gerd Moellmann [Mon, 26 Mar 2001 15:41:37 +0000 (15:41 +0000)]
(ispell-parse-output): Doc fix.

23 years agoBacked out changes made by John Wiegley 2000-10-28.
Gerd Moellmann [Mon, 26 Mar 2001 13:59:00 +0000 (13:59 +0000)]
Backed out changes made by John Wiegley 2000-10-28.

23 years ago*** empty log message ***
Eli Zaretskii [Mon, 26 Mar 2001 13:36:27 +0000 (13:36 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Gerd Moellmann [Mon, 26 Mar 2001 13:35:36 +0000 (13:35 +0000)]
*** empty log message ***

23 years agoMake the checkw32api* labels be distinct in the first 8 characters.
Eli Zaretskii [Mon, 26 Mar 2001 13:35:21 +0000 (13:35 +0000)]
Make the checkw32api* labels be distinct in the first 8 characters.

23 years agoBacked out because no papers.
Gerd Moellmann [Mon, 26 Mar 2001 13:34:10 +0000 (13:34 +0000)]
Backed out because no papers.

23 years agoUndo changes made by John Wiegley in previous revision.
Gerd Moellmann [Mon, 26 Mar 2001 13:33:23 +0000 (13:33 +0000)]
Undo changes made by John Wiegley in previous revision.

23 years ago*** empty log message ***
Gerd Moellmann [Mon, 26 Mar 2001 13:06:41 +0000 (13:06 +0000)]
*** empty log message ***

23 years ago(byte-optimize-while)
Gerd Moellmann [Mon, 26 Mar 2001 13:04:11 +0000 (13:04 +0000)]
(byte-optimize-while)
(byte-optimize-form-code-walker): Diagnose too few arguments
for `if' and `while'.

23 years agoChange compile-command in local variables. Update copyright years.
Gerd Moellmann [Mon, 26 Mar 2001 12:28:54 +0000 (12:28 +0000)]
Change compile-command in local variables.  Update copyright years.

23 years ago(x_update_menu_appearance): Use local variable
Gerd Moellmann [Mon, 26 Mar 2001 12:04:33 +0000 (12:04 +0000)]
(x_update_menu_appearance): Use local variable
popup_path for setting font resources.

23 years ago(quail-cxterm-package-ext-info):
Kenichi Handa [Mon, 26 Mar 2001 11:39:24 +0000 (11:39 +0000)]
(quail-cxterm-package-ext-info):
Prepend `\' to "\<quail-translation-docstring>".

23 years ago*** empty log message ***
Kenichi Handa [Mon, 26 Mar 2001 11:38:36 +0000 (11:38 +0000)]
*** empty log message ***

23 years ago(global-auto-revert-non-file-buffers): Remove
Gerd Moellmann [Mon, 26 Mar 2001 11:13:47 +0000 (11:13 +0000)]
(global-auto-revert-non-file-buffers): Remove
duplicate defcustom.

23 years ago(latin1-char-displayable-p): Add leading "-" for X font pattern.
Miles Bader [Mon, 26 Mar 2001 07:20:09 +0000 (07:20 +0000)]
(latin1-char-displayable-p): Add leading "-" for X font pattern.

23 years ago(describe-coding-system): For raw-text and emacs-mule, don't add
Kenichi Handa [Mon, 26 Mar 2001 04:11:28 +0000 (04:11 +0000)]
(describe-coding-system): For raw-text and emacs-mule, don't add
anymore text about what charsets they can encode.

23 years ago*** empty log message ***
Kenichi Handa [Mon, 26 Mar 2001 04:11:03 +0000 (04:11 +0000)]
*** empty log message ***

23 years agoFloating point is always available; say a little about what it is.
Richard M. Stallman [Mon, 26 Mar 2001 03:17:58 +0000 (03:17 +0000)]
Floating point is always available; say a little about what it is.

23 years agoMinor fix.
Richard M. Stallman [Mon, 26 Mar 2001 03:14:34 +0000 (03:14 +0000)]
Minor fix.

23 years ago(Fframe_list): Don't reference tip_frame if HAVE_WINDOW_SYSTEM is not defined.
Eli Zaretskii [Sun, 25 Mar 2001 18:37:29 +0000 (18:37 +0000)]
(Fframe_list): Don't reference tip_frame if HAVE_WINDOW_SYSTEM is not defined.

23 years ago(main): Update the copyright year.
Eli Zaretskii [Sun, 25 Mar 2001 18:20:58 +0000 (18:20 +0000)]
(main): Update the copyright year.
From Werner LEMBERG <wl@gnu.org>.

23 years ago(init_from_display_pos): Test invisible property
Gerd Moellmann [Sun, 25 Mar 2001 15:56:17 +0000 (15:56 +0000)]
(init_from_display_pos): Test invisible property
with TEXT_PROP_MEANS_INVISIBLE instead of NILP.

23 years ago(Scroll Bars): Document the scroll-bar-width frame parameter.
Eli Zaretskii [Sun, 25 Mar 2001 14:06:35 +0000 (14:06 +0000)]
(Scroll Bars): Document the scroll-bar-width frame parameter.

23 years ago(MS-DOS Printing): Document the use of "net use" with networked printers.
Eli Zaretskii [Sun, 25 Mar 2001 14:05:50 +0000 (14:05 +0000)]
(MS-DOS Printing): Document the use of "net use" with networked printers.

23 years ago(Emacs for Windows): Mention a port for Windows CE.
Eli Zaretskii [Sun, 25 Mar 2001 14:05:00 +0000 (14:05 +0000)]
(Emacs for Windows): Mention a port for Windows CE.
(^M in the shell buffer): Add another solution, with shell-strip-ctrl-m.
(Problems with Shell Mode on MS-Windows): New section.
(Customizing C and C++ indentation): New section.
(Shell process exits abnormally, Problems building Emacs)
(Emacs for MS-DOS): Give the correct location of PROBLEMS.

23 years ago(view-lossage): Mention open-dribble-file in the doc
Eli Zaretskii [Sun, 25 Mar 2001 14:02:09 +0000 (14:02 +0000)]
(view-lossage): Mention open-dribble-file in the doc
string.  Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.

23 years ago(redisplay_internal) <update one window>: Make sure
Gerd Moellmann [Sun, 25 Mar 2001 12:01:31 +0000 (12:01 +0000)]
(redisplay_internal) <update one window>: Make sure
last_arrow_position and last_arrow_string are set.

23 years ago(Fframe_list): Don't return a tooltip frame.
Gerd Moellmann [Sun, 25 Mar 2001 11:37:40 +0000 (11:37 +0000)]
(Fframe_list): Don't return a tooltip frame.

23 years agoSay "RedHat Linux" instead of "RedHat GNU/Linux".
Eli Zaretskii [Sun, 25 Mar 2001 08:30:21 +0000 (08:30 +0000)]
Say "RedHat Linux" instead of "RedHat GNU/Linux".

23 years agoMinor wording changes in description of the Solaris NFS problems
Eli Zaretskii [Sat, 24 Mar 2001 08:08:11 +0000 (08:08 +0000)]
Minor wording changes in description of the Solaris NFS problems
resulting in "text file busy".
From Bill Richter <richter@math.northwestern.edu>.

23 years ago(skeleton-internal-list): Fix bogus logic.
Stefan Monnier [Fri, 23 Mar 2001 17:50:41 +0000 (17:50 +0000)]
(skeleton-internal-list): Fix bogus logic.
(skeleton-pair-insert-maybe): Don't pair after a backslash.

23 years ago(mark_window_display_accurate_1): New function,
Gerd Moellmann [Fri, 23 Mar 2001 17:20:52 +0000 (17:20 +0000)]
(mark_window_display_accurate_1): New function,
extracted from mark_window_display_accurate.  Compute
BUF_UNCHANGED_MODIFIED, BUF_OVERLAY_UNCHANGED_MODIFIED,
BUF_BEG_UNCHANGED, BUF_END_UNCHANGED.
(mark_window_display_accurate): Use it.
(redisplay_internal): Use it for the selected window.
(redisplay_internal): Avoid duplicate mark_window_display_accurate
for the selected frame.

23 years ago(try_window_id): Disable rows below the window end.
Gerd Moellmann [Fri, 23 Mar 2001 16:22:00 +0000 (16:22 +0000)]
(try_window_id): Disable rows below the window end.
(try_window_reusing_current_matrix): Use cursor_row_p.
(try_window_reusing_current_matrix) <scrolling up>: Fix disabling
of rows.
(init_from_display_pos): If POS specifies a position in a display
vector, maybe get the iterator set up for that ellipsis.

23 years agoDocument the use of -xrm to start EMacs in synchronous mode.
Eli Zaretskii [Fri, 23 Mar 2001 12:38:16 +0000 (12:38 +0000)]
Document the use of -xrm to start EMacs in synchronous mode.

23 years ago(dump_glyph_row): Fix output for NGLYPHS == 2.
Gerd Moellmann [Fri, 23 Mar 2001 12:26:28 +0000 (12:26 +0000)]
(dump_glyph_row): Fix output for NGLYPHS == 2.

23 years agoInclude widget.h only if USE_X_TOOLKIT is defined.
Eli Zaretskii [Fri, 23 Mar 2001 12:09:53 +0000 (12:09 +0000)]
Include widget.h only if USE_X_TOOLKIT is defined.

23 years ago*** empty log message ***
Gerd Moellmann [Fri, 23 Mar 2001 11:14:13 +0000 (11:14 +0000)]
*** empty log message ***

23 years ago(x_update_menu_appearance): Use a different path
Gerd Moellmann [Fri, 23 Mar 2001 11:13:43 +0000 (11:13 +0000)]
(x_update_menu_appearance): Use a different path
for Lucid popup menus.

23 years ago(x_print_complete_resource_name) [0]: New function.
Gerd Moellmann [Fri, 23 Mar 2001 11:12:25 +0000 (11:12 +0000)]
(x_print_complete_resource_name) [0]: New function.

23 years ago(encoded-kbd-self-insert-ccl): Call ccl-execute-on-string directly so
Kenichi Handa [Fri, 23 Mar 2001 10:45:20 +0000 (10:45 +0000)]
(encoded-kbd-self-insert-ccl): Call ccl-execute-on-string directly so
that CCL program handling multibyte sequence can work correctly.
(encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
property of the coding system.

23 years ago*** empty log message ***
Kenichi Handa [Fri, 23 Mar 2001 10:44:54 +0000 (10:44 +0000)]
*** empty log message ***

23 years ago(fill-individual-paragraphs-prefix): Fix transcription typo.
Stefan Monnier [Fri, 23 Mar 2001 08:18:51 +0000 (08:18 +0000)]
(fill-individual-paragraphs-prefix): Fix transcription typo.

23 years ago(init_iterator): Check WINDOWP before using XWINDOW.
Stefan Monnier [Fri, 23 Mar 2001 04:24:35 +0000 (04:24 +0000)]
(init_iterator): Check WINDOWP before using XWINDOW.
(string_buffer_position): Use `make_number'.

23 years ago(note_mouse_highlight): Dec the int, not the Lisp_Object.
Stefan Monnier [Fri, 23 Mar 2001 04:24:23 +0000 (04:24 +0000)]
(note_mouse_highlight): Dec the int, not the Lisp_Object.

23 years agoSince the Baha'i calendar begins at 0, had to backdate the beginning
John Wiegley [Fri, 23 Mar 2001 02:51:44 +0000 (02:51 +0000)]
Since the Baha'i calendar begins at 0, had to backdate the beginning
by 1.

23 years agoTypos.
Stefan Monnier [Fri, 23 Mar 2001 02:24:33 +0000 (02:24 +0000)]
Typos.

23 years agoAdd Ident line.
Rajesh Vaidheeswarran [Thu, 22 Mar 2001 21:31:51 +0000 (21:31 +0000)]
Add Ident line.