bpt/emacs.git
23 years ago(syms_of_lread): Make Vbytecomp_version_regexp a Lisp
Gerd Moellmann [Mon, 4 Sep 2000 12:04:29 +0000 (12:04 +0000)]
(syms_of_lread): Make Vbytecomp_version_regexp a Lisp
variable; recognize Emacs 19 elc files.

23 years ago*** empty log message ***
Miles Bader [Mon, 4 Sep 2000 11:57:57 +0000 (11:57 +0000)]
*** empty log message ***

23 years ago(xmenu_show):
Miles Bader [Mon, 4 Sep 2000 11:56:36 +0000 (11:56 +0000)]
(xmenu_show):
  Call x_set_menu_resources_from_menu_face before initially popping up
  the menu, so the menu doesn't flash when the face settings are
  significantly different from the defaults.

23 years ago(XlwMenuSetValues): Only frob the display if the menu is actually displayed.
Miles Bader [Mon, 4 Sep 2000 11:55:02 +0000 (11:55 +0000)]
(XlwMenuSetValues): Only frob the display if the menu is actually displayed.

23 years ago(custom-set-variables): Print message about errors in
Dave Love [Mon, 4 Sep 2000 09:41:48 +0000 (09:41 +0000)]
(custom-set-variables): Print message about errors in
setting.

23 years ago(widget-sexp-validate): Fix garbled code.
Dave Love [Mon, 4 Sep 2000 09:40:27 +0000 (09:40 +0000)]
(widget-sexp-validate): Fix garbled code.

23 years ago(WIDE_CHAR_SUPPORT): New macro.
Stefan Monnier [Mon, 4 Sep 2000 04:24:00 +0000 (04:24 +0000)]
(WIDE_CHAR_SUPPORT): New macro.
(btowc, iswctype, wctype) [_LIBC]: Redefine to __<fun>.
(BIT_ALPHA, BIT_ALNUM, BIT_ASCII, BIT_NONASCII, BIT_GRAPH, BIT_PRINT)
(BIT_UNIBYTE): Remove.
(re_match_2_internal): Delete corresponding code and streamline the
BIT_MULTIBYTE case to not bother checking ISUNIBYTE.
(CHAR_CLASS_MAX_LENGTH) [!WIDE_CHAR_SUPPORT]: Set to 9 rather than 6.
(re_wctype_t): New type.
(re_wctype, re_iswctype, re_wctype_to_bit): New functions.
(regex_compile): Use them and fix handling of overly long char classes.

23 years ago*** empty log message ***
Andrew Innes [Sun, 3 Sep 2000 22:35:14 +0000 (22:35 +0000)]
*** empty log message ***

23 years ago(install) Fix copying of directories.
Andrew Innes [Sun, 3 Sep 2000 22:33:41 +0000 (22:33 +0000)]
(install) Fix copying of directories.

23 years agoChange to DOS line endings.
Andrew Innes [Sun, 3 Sep 2000 22:30:19 +0000 (22:30 +0000)]
Change to DOS line endings.

23 years agorms approved.
Dave Love [Sun, 3 Sep 2000 21:19:21 +0000 (21:19 +0000)]
rms approved.

23 years ago*** empty log message ***
Andrew Innes [Sun, 3 Sep 2000 17:51:29 +0000 (17:51 +0000)]
*** empty log message ***

23 years ago(compare_env): Convert to uppercase for comparison,
Andrew Innes [Sun, 3 Sep 2000 17:50:12 +0000 (17:50 +0000)]
(compare_env): Convert to uppercase for comparison,
not lowercase, to match how the native Windows shell works.

23 years agoChange to DOS line endings.
Andrew Innes [Sun, 3 Sep 2000 17:47:54 +0000 (17:47 +0000)]
Change to DOS line endings.

23 years ago*** empty log message ***
Andrew Innes [Sun, 3 Sep 2000 17:46:22 +0000 (17:46 +0000)]
*** empty log message ***

23 years ago(clean): Don't delete config.h and epaths.h.
Andrew Innes [Sun, 3 Sep 2000 17:42:28 +0000 (17:42 +0000)]
(clean): Don't delete config.h and epaths.h.
(distclean): Delete them here instead.

23 years ago(_ANONYMOUS_UNION) [__GNUC__]: New define
Andrew Innes [Sun, 3 Sep 2000 17:41:20 +0000 (17:41 +0000)]
(_ANONYMOUS_UNION) [__GNUC__]: New define
(_ANONYMOUS_STRUCT) [__GNUC__]: New define.

23 years ago(ORDINARY_LINK): New define.
Andrew Innes [Sun, 3 Sep 2000 17:40:40 +0000 (17:40 +0000)]
(ORDINARY_LINK): New define.

23 years ago(emacs): Do not change directory to run temacs, as the load-path is
Jason Rumney [Sun, 3 Sep 2000 17:40:17 +0000 (17:40 +0000)]
(emacs): Do not change directory to run temacs, as the load-path is
set relative to current directory.

23 years ago(_ANONYMOUS_UNION) [__GNUC__]: New define.
Andrew Innes [Sun, 3 Sep 2000 17:39:34 +0000 (17:39 +0000)]
(_ANONYMOUS_UNION) [__GNUC__]: New define.
(_ANONYMOUS_STRUCT) [__GNUC__]: New define.

23 years ago*** empty log message ***
Jason Rumney [Sun, 3 Sep 2000 17:39:21 +0000 (17:39 +0000)]
*** empty log message ***

23 years ago(CFLAGS): No need for -D_ANONYMOUS_UNION
Andrew Innes [Sun, 3 Sep 2000 17:37:09 +0000 (17:37 +0000)]
(CFLAGS): No need for -D_ANONYMOUS_UNION
-D_ANONYMOUS_STRUCT on compile line.
(EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK.
(ARCH_CFLAGS): Change optimization flags to -O2.
(FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
(ARGQUOTE, DQUOTE): New defines.

23 years ago(CFLAGS): No need for -D_ANONYMOUS_UNION
Andrew Innes [Sun, 3 Sep 2000 17:36:34 +0000 (17:36 +0000)]
(CFLAGS): No need for -D_ANONYMOUS_UNION
-D_ANONYMOUS_STRUCT on compile line.
(FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
(ARGQUOTE, DQUOTE): New defines.

23 years agoNew file.
Andrew Innes [Sun, 3 Sep 2000 17:33:24 +0000 (17:33 +0000)]
New file.

23 years ago*** empty log message ***
Miles Bader [Sun, 3 Sep 2000 11:40:32 +0000 (11:40 +0000)]
*** empty log message ***

23 years ago(x_alloc_lighter_color_for_widget):
Miles Bader [Sun, 3 Sep 2000 11:37:45 +0000 (11:37 +0000)]
(x_alloc_lighter_color_for_widget):
  New extern declaration.
(make_shadow_gcs) [emacs]:
  Use x_alloc_lighter_color_for_widget to do shadow calculation.
(make_shadow_gcs):
  Remove code that tests whether the top shadow is dimmer than the bottom
    shadow--it shouldn't ever happen.

23 years ago(x_alloc_lighter_color_for_widget): New function.
Miles Bader [Sun, 3 Sep 2000 11:33:29 +0000 (11:33 +0000)]
(x_alloc_lighter_color_for_widget): New function.

23 years ago(redisplay_mode_lines): New function.
Gerd Moellmann [Sat, 2 Sep 2000 21:56:47 +0000 (21:56 +0000)]
(redisplay_mode_lines): New function.
(display_mode_lines): Return number of mode lines displayed.
(echo_area_display): Use redisplay_mode_lines to draw garbaged
mode lines.  Don't temporarily bind redisplay-dont-pause to t.

23 years agoRemove includes of
Gerd Moellmann [Sat, 2 Sep 2000 19:35:49 +0000 (19:35 +0000)]
Remove includes of
string.h and strings.h.
(index) [HAVE_INDEX]: Add prototype.

23 years agoRewritten for Emacs 21.
Eli Zaretskii [Sat, 2 Sep 2000 17:58:27 +0000 (17:58 +0000)]
Rewritten for Emacs 21.

23 years agoInclude <signal.h>.
Gerd Moellmann [Sat, 2 Sep 2000 11:34:56 +0000 (11:34 +0000)]
Include <signal.h>.
(GC_SETJMP_WORKS, GC_MARK_STACK): Define.

23 years ago(SHT_PROGBITS) [__NetBSD__ && !PT_LOAD]: Don't define.
Gerd Moellmann [Sat, 2 Sep 2000 11:34:13 +0000 (11:34 +0000)]
(SHT_PROGBITS) [__NetBSD__ && !PT_LOAD]: Don't define.
(SHT_MIPS_DEBUG, HDRR) [__NetBSD__ && __mips__]: Define.

23 years ago(mouse-popup-menubar): Supply the prompt string for
Eli Zaretskii [Sat, 2 Sep 2000 11:19:55 +0000 (11:19 +0000)]
(mouse-popup-menubar): Supply the prompt string for
minor-mode keymaps, if they don't have one.

23 years ago(eval-when-compile): Don't lose if esh-module.el's file name
Eli Zaretskii [Sat, 2 Sep 2000 05:36:27 +0000 (05:36 +0000)]
(eval-when-compile): Don't lose if esh-module.el's file name
is truncated to DOS 8+3 limits.

23 years agoSee ChangeLog
John Wiegley [Fri, 1 Sep 2000 22:48:12 +0000 (22:48 +0000)]
See ChangeLog

23 years ago(Info-directory-list): Doc fix.
Eli Zaretskii [Fri, 1 Sep 2000 21:41:22 +0000 (21:41 +0000)]
(Info-directory-list): Doc fix.

23 years agoFix dates on eshell entries. Prepend mail/ to uce.el.
Eli Zaretskii [Fri, 1 Sep 2000 17:47:46 +0000 (17:47 +0000)]
Fix dates on eshell entries.  Prepend mail/ to uce.el.

23 years agoFix a typo in the last entry for movemail.c.
Eli Zaretskii [Fri, 1 Sep 2000 17:32:10 +0000 (17:32 +0000)]
Fix a typo in the last entry for movemail.c.

23 years ago*** empty log message ***
Dave Love [Fri, 1 Sep 2000 14:06:45 +0000 (14:06 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Gerd Moellmann [Fri, 1 Sep 2000 14:05:27 +0000 (14:05 +0000)]
*** empty log message ***

23 years agoAdd ``checking'' messages for
Gerd Moellmann [Fri, 1 Sep 2000 14:05:06 +0000 (14:05 +0000)]
Add ``checking'' messages for
XpmReturnAllocPixels.

23 years ago(toplevel): Remove redundant <fcntl.h>. Provide definitions for F_OK
Eli Zaretskii [Fri, 1 Sep 2000 13:50:50 +0000 (13:50 +0000)]
(toplevel): Remove redundant <fcntl.h>.  Provide definitions for F_OK
and friends only after including both fcntl.h and unistd.h: some
systems define them on unistd.h.

23 years ago(read1): Accept `?' as symbol constituent, for
Gerd Moellmann [Fri, 1 Sep 2000 11:55:39 +0000 (11:55 +0000)]
(read1): Accept `?' as symbol constituent, for
compatiblity with XEmacs.

23 years ago*** empty log message ***
Peter Breton [Thu, 31 Aug 2000 23:53:09 +0000 (23:53 +0000)]
*** empty log message ***

23 years ago(file-cache-add-directory-using-find): Don't quote wildcards on MS-DOS.
Peter Breton [Thu, 31 Aug 2000 23:45:43 +0000 (23:45 +0000)]
(file-cache-add-directory-using-find): Don't quote wildcards on MS-DOS.
Suggested by Eli Zaretskii <eliz@is.elta.co.il>.

23 years ago* regex.h (RE_NO_NEWLINE_ANCHOR): New syntax flag.
Stefan Monnier [Thu, 31 Aug 2000 17:19:15 +0000 (17:19 +0000)]
* regex.h (RE_NO_NEWLINE_ANCHOR): New syntax flag.
(struct re_pattern_buffer): Remove newline_anchor.
* regex.c: Keep namespace clean for GNU libc by renaming <fun>
to __<fun> and using `weak_alias (__<fun>, <fun>)'.
(re_max_failures, fail_stack): Use size_t rather than unsigned.
(regex_compile): For ^ and $, choose between buffer and line (beg|end)
depending on the new RE_NO_NEWLINE_ANCHOR syntax flag.
(print_compiled_pattern, re_search_2, mutually_exclusive_p)
(re_match_2_internal, re_compile_pattern, re_comp, regcomp):
Get rid of references to newline_anchor.
(regcomp): Allocate and precompute a fastmap.

23 years agobs-show
Dave Love [Thu, 31 Aug 2000 11:18:06 +0000 (11:18 +0000)]
bs-show

23 years ago*** empty log message ***
Dave Love [Thu, 31 Aug 2000 11:13:14 +0000 (11:13 +0000)]
*** empty log message ***

23 years agoUpdate for GFDL. Not yet checked by rms.
Dave Love [Thu, 31 Aug 2000 11:12:00 +0000 (11:12 +0000)]
Update for GFDL.  Not yet checked by rms.

23 years ago(openp): GCPRO local variable `filename'.
Gerd Moellmann [Thu, 31 Aug 2000 08:51:47 +0000 (08:51 +0000)]
(openp): GCPRO local variable `filename'.

23 years ago(help-make-xrefs): Don't make hyperlinks for incorrect coding systems.
Kenichi Handa [Thu, 31 Aug 2000 07:03:28 +0000 (07:03 +0000)]
(help-make-xrefs): Don't make hyperlinks for incorrect coding systems.

23 years ago*** empty log message ***
Kenichi Handa [Thu, 31 Aug 2000 07:03:03 +0000 (07:03 +0000)]
*** empty log message ***

23 years ago(thai-generate-quail-map): If the length of
Kenichi Handa [Thu, 31 Aug 2000 00:51:49 +0000 (00:51 +0000)]
(thai-generate-quail-map): If the length of
translation is more than one, compose it.

23 years ago*** empty log message ***
Kenichi Handa [Thu, 31 Aug 2000 00:51:29 +0000 (00:51 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Dave Love [Wed, 30 Aug 2000 19:08:06 +0000 (19:08 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Dave Love [Wed, 30 Aug 2000 18:54:48 +0000 (18:54 +0000)]
*** empty log message ***

23 years agoMerge some changes from GNU libc. Add prototypes.
Stefan Monnier [Wed, 30 Aug 2000 18:31:30 +0000 (18:31 +0000)]
Merge some changes from GNU libc.  Add prototypes.
(bcopy, bcmp, REGEX_REALLOCATE, re_match_2_internal):
Use memcmp and memcpy instead of bcopy and bcmp.
(init_syntax_once): Use ISALNUM.
(PUSH_FAILURE_POINT, re_match_2_internal): Remove failure_id.
(REG_UNSET_VALUE): Remove.  Use NULL instead.
(REG_UNSET, re_match_2_internal): Use NULL.
(SET_HIGH_BOUND, MOVE_BUFFER_POINTER, ELSE_EXTEND_BUFFER_HIGH_BOUND):
New macros.
(EXTEND_BUFFER): Use them (to work with BOUNDED_POINTERS).
(GET_UNSIGNED_NUMBER): Don't use ISDIGIT.
(regex_compile): In handle_interval, return an error rather than try to
unfetch the interval if we can't find the closing brace.
Obey the RE_NO_GNU_OPS syntax bit.
(TOLOWER): New macro.
(regcomp): Use it.
(regexec): Allocate regs.start and regs.end as one block.

23 years ago(struct re_pattern_buffer): Use size_t for used/allocated.
Stefan Monnier [Wed, 30 Aug 2000 18:21:17 +0000 (18:21 +0000)]
(struct re_pattern_buffer): Use size_t for used/allocated.

23 years ago(update_frame): Only set display_completed here; use
Gerd Moellmann [Wed, 30 Aug 2000 15:00:17 +0000 (15:00 +0000)]
(update_frame): Only set display_completed here; use
the update_begin and update_end calls here from update_frame_1.
(update_frame_1): Don't set display_completed here, don't call
update_begin/update_end.

23 years ago(echo_area_display): Check display_completed instead
Gerd Moellmann [Wed, 30 Aug 2000 14:59:06 +0000 (14:59 +0000)]
(echo_area_display): Check display_completed instead
of calling detect_input_pending.

23 years ago(set_font_frame_param): Use Fmodify_frame_parameters
Gerd Moellmann [Wed, 30 Aug 2000 13:18:07 +0000 (13:18 +0000)]
(set_font_frame_param): Use Fmodify_frame_parameters
instead of store_frame_param.

23 years ago*** empty log message ***
Andrew Innes [Wed, 30 Aug 2000 12:57:13 +0000 (12:57 +0000)]
*** empty log message ***

23 years ago(run-with-idle-timer): Undo last change, so that timer
Andrew Innes [Wed, 30 Aug 2000 12:39:15 +0000 (12:39 +0000)]
(run-with-idle-timer): Undo last change, so that timer
is not activated immediately if Emacs is already idle.  Some
existing code relies on this behaviour.

23 years ago*** empty log message ***
Miles Bader [Wed, 30 Aug 2000 12:11:04 +0000 (12:11 +0000)]
*** empty log message ***

23 years ago(set-frame-font): Do completion of font-name for interactive use.
Miles Bader [Wed, 30 Aug 2000 12:09:58 +0000 (12:09 +0000)]
(set-frame-font): Do completion of font-name for interactive use.

23 years ago(XlwMenuSetValues):
Miles Bader [Wed, 30 Aug 2000 11:52:37 +0000 (11:52 +0000)]
(XlwMenuSetValues):
  If the background color has changed, re-make the shadow-gcs too.

23 years ago(quail-self-insert-command): Fix docstring.
Kenichi Handa [Wed, 30 Aug 2000 07:56:36 +0000 (07:56 +0000)]
(quail-self-insert-command): Fix docstring.

23 years ago*** empty log message ***
Kenichi Handa [Wed, 30 Aug 2000 07:56:19 +0000 (07:56 +0000)]
*** empty log message ***

23 years ago(quail-start-translation): Bind locally
Kenichi Handa [Wed, 30 Aug 2000 00:44:29 +0000 (00:44 +0000)]
(quail-start-translation): Bind locally
last-command-event, last-command, and this-command.
(quail-start-conversion): Likewise.

23 years ago*** empty log message ***
Kenichi Handa [Wed, 30 Aug 2000 00:44:08 +0000 (00:44 +0000)]
*** empty log message ***

23 years ago(executable-make-buffer-file-executable-if-script-p): Check that
Gerd Moellmann [Tue, 29 Aug 2000 19:29:27 +0000 (19:29 +0000)]
(executable-make-buffer-file-executable-if-script-p): Check that
buffer contains at least 2 characters.

23 years ago(Single-Byte Character Support): Modify iso-accents-mode index entry.
Eli Zaretskii [Tue, 29 Aug 2000 17:38:28 +0000 (17:38 +0000)]
(Single-Byte Character Support): Modify iso-accents-mode index entry.

23 years agoMark as documented in the manual the effect of prefix argument
Eli Zaretskii [Tue, 29 Aug 2000 17:37:01 +0000 (17:37 +0000)]
Mark as documented in the manual the effect of prefix argument
on list-abbrevs.

23 years ago(Editing Abbrevs): Document the effect of prefix argument on list-abbrevs.
Eli Zaretskii [Tue, 29 Aug 2000 17:35:09 +0000 (17:35 +0000)]
(Editing Abbrevs): Document the effect of prefix argument on list-abbrevs.

23 years ago(International Intro): document describe-character-set.
Eli Zaretskii [Tue, 29 Aug 2000 17:32:02 +0000 (17:32 +0000)]
(International Intro): document describe-character-set.

23 years ago*** empty log message ***
Eli Zaretskii [Tue, 29 Aug 2000 17:24:56 +0000 (17:24 +0000)]
*** empty log message ***

23 years ago(help-make-xrefs, help-xref-mule-regexp): Doc fix.
Eli Zaretskii [Tue, 29 Aug 2000 17:23:43 +0000 (17:23 +0000)]
(help-make-xrefs, help-xref-mule-regexp): Doc fix.

23 years agoRevert previous change.
Dave Love [Tue, 29 Aug 2000 17:15:31 +0000 (17:15 +0000)]
Revert previous change.

23 years ago(profile, make-docfile, hexl): Depend on config.h.
Eli Zaretskii [Tue, 29 Aug 2000 17:12:42 +0000 (17:12 +0000)]
(profile, make-docfile, hexl): Depend on config.h.

23 years ago(build_frame_matrix_from_leaf_window): If a row of a
Gerd Moellmann [Tue, 29 Aug 2000 15:04:48 +0000 (15:04 +0000)]
(build_frame_matrix_from_leaf_window): If a row of a
desired window matrix hasn't been displayed, use the current row
instead.  Make sure that only those frame rows are updated for
which there is a corresponding enabled desired row.

23 years ago*** empty log message ***
Dave Love [Tue, 29 Aug 2000 14:40:01 +0000 (14:40 +0000)]
*** empty log message ***

23 years ago(diff-mode) <defgroup>: Add :version.
Dave Love [Tue, 29 Aug 2000 14:38:49 +0000 (14:38 +0000)]
(diff-mode) <defgroup>: Add :version.
(diff-mode-shared-map): Bind mouse-2.
(diff-imenu-generic-expression): New variable.
(diff-mode): Use it.

23 years ago("latin-9-prefix"): Change entries for � and �.
Dave Love [Tue, 29 Aug 2000 13:50:04 +0000 (13:50 +0000)]
("latin-9-prefix"): Change entries for � and �.

23 years agoja-dic <- skk in several places.
Dave Love [Tue, 29 Aug 2000 13:36:32 +0000 (13:36 +0000)]
ja-dic <- skk in several places.

23 years agoFix the file name in the entries for ebnf2ps.el.
Eli Zaretskii [Tue, 29 Aug 2000 11:33:06 +0000 (11:33 +0000)]
Fix the file name in the entries for ebnf2ps.el.

23 years ago*** empty log message ***
Dave Love [Tue, 29 Aug 2000 11:30:59 +0000 (11:30 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Miles Bader [Tue, 29 Aug 2000 11:23:51 +0000 (11:23 +0000)]
*** empty log message ***

23 years ago(HAVE_INDEX, HAVE_RINDEX): Define.
Eli Zaretskii [Tue, 29 Aug 2000 11:23:34 +0000 (11:23 +0000)]
(HAVE_INDEX, HAVE_RINDEX): Define.

23 years ago(comint-send-input):
Miles Bader [Tue, 29 Aug 2000 11:21:09 +0000 (11:21 +0000)]
(comint-send-input):
  Create overlays using the proper front/read-advance arguments.

23 years ago(default_face_vector): New function.
Miles Bader [Tue, 29 Aug 2000 11:18:16 +0000 (11:18 +0000)]
(default_face_vector): New function.
(Finternal_merge_in_global_face): Use it instead of merge_face_vectors.

23 years ago(mouse-major-mode-menu): Use local-key-binding.
Dave Love [Tue, 29 Aug 2000 11:10:48 +0000 (11:10 +0000)]
(mouse-major-mode-menu): Use local-key-binding.
(mouse-popup-menubar): Add minor mode menus.
(popup-menu): Check for lookup-key returning number.

23 years agoRemove unbalanced brace at the end of the file.
Eli Zaretskii [Tue, 29 Aug 2000 11:07:14 +0000 (11:07 +0000)]
Remove unbalanced brace at the end of the file.

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 29 Aug 2000 10:58:38 +0000 (10:58 +0000)]
*** empty log message ***

23 years agoDoc fix.
Gerd Moellmann [Tue, 29 Aug 2000 10:58:13 +0000 (10:58 +0000)]
Doc fix.
(ebnf-version): New version (3.3).
(ebnf-user-arrow): Change variable customization to sexp.
(ebnf-user-arrow): Function eliminated.
(ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.

23 years agoEven/odd pages printing. Doc fix.
Gerd Moellmann [Tue, 29 Aug 2000 10:51:52 +0000 (10:51 +0000)]
Even/odd pages printing.  Doc fix.
(ps-print-version): New version number (6.0).
(ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
(ps-background, ps-begin-file, ps-begin-job): Code fix.
(ps-print-duplex-feature): Variable eliminated.
(ps-even-or-odd-pages): New variable.

23 years agoChanged comment version (6.0).
Gerd Moellmann [Tue, 29 Aug 2000 10:48:39 +0000 (10:48 +0000)]
Changed comment version (6.0).

23 years agoEliminated.
Gerd Moellmann [Tue, 29 Aug 2000 10:48:14 +0000 (10:48 +0000)]
Eliminated.

23 years ago(openp): Prevent temporary string passed to
Gerd Moellmann [Tue, 29 Aug 2000 10:37:38 +0000 (10:37 +0000)]
(openp): Prevent temporary string passed to
Ffile_readable_p from being garbage collected.

23 years ago*** empty log message ***
Dave Love [Tue, 29 Aug 2000 09:35:04 +0000 (09:35 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Kenichi Handa [Tue, 29 Aug 2000 07:08:29 +0000 (07:08 +0000)]
*** empty log message ***