]> code.delx.au - gnu-emacs/log
gnu-emacs
23 years ago(buffer_posn_from_coords): Adjust prototype.
Gerd Moellmann [Fri, 9 Mar 2001 14:50:05 +0000 (14:50 +0000)]
(buffer_posn_from_coords): Adjust prototype.

23 years ago(comint-insert-clicked-input): Use the last key
Gerd Moellmann [Fri, 9 Mar 2001 14:20:59 +0000 (14:20 +0000)]
(comint-insert-clicked-input): Use the last key
from this-command-keys to lookup the global key definition.

23 years ago(Fwrite_region) [DOS_NT]: Remove O_TRUNC from open
Gerd Moellmann [Fri, 9 Mar 2001 12:40:47 +0000 (12:40 +0000)]
(Fwrite_region) [DOS_NT]: Remove O_TRUNC from open
flags argument to emacs_open; it seems to conflict with O_EXCL.

23 years ago(struct composition): Change types of members; glyph_len to unsigned,
Kenichi Handa [Fri, 9 Mar 2001 12:08:49 +0000 (12:08 +0000)]
(struct composition): Change types of members; glyph_len to unsigned,
width to unsigned short.

23 years ago*** empty log message ***
Kenichi Handa [Fri, 9 Mar 2001 12:07:40 +0000 (12:07 +0000)]
*** empty log message ***

23 years agoAdd category `j' for katakana-jisx0201. Fix syntaxes of
Kenichi Handa [Fri, 9 Mar 2001 05:59:56 +0000 (05:59 +0000)]
Add category `j' for katakana-jisx0201.  Fix syntaxes of
katakana-jisx0201.

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

23 years ago(no-conversion): Fix docstring.
Kenichi Handa [Fri, 9 Mar 2001 00:27:36 +0000 (00:27 +0000)]
(no-conversion): Fix docstring.
(raw-text): Fix docstring.

23 years ago*** empty log message ***
Kenichi Handa [Fri, 9 Mar 2001 00:27:17 +0000 (00:27 +0000)]
*** empty log message ***

23 years agoAdd coding: tag in Local Variables: section.
Kenichi Handa [Fri, 9 Mar 2001 00:13:58 +0000 (00:13 +0000)]
Add coding: tag in Local Variables: section.

23 years agoAdd coding: iso-2022-7bit tag.
Kenichi Handa [Fri, 9 Mar 2001 00:12:14 +0000 (00:12 +0000)]
Add coding: iso-2022-7bit tag.

23 years agoAdd coding: tag in Local Variable: section.
Kenichi Handa [Fri, 9 Mar 2001 00:11:33 +0000 (00:11 +0000)]
Add coding: tag in Local Variable: section.

23 years agoAdd coding: tag in Loval Vairables: section.
Kenichi Handa [Fri, 9 Mar 2001 00:10:46 +0000 (00:10 +0000)]
Add coding: tag in Loval Vairables: section.

23 years agoAdd coding: tag in Local Variables: section.
Kenichi Handa [Fri, 9 Mar 2001 00:02:17 +0000 (00:02 +0000)]
Add coding: tag in  Local Variables: section.

23 years agoFix coding: in Local Variables:.
Kenichi Handa [Fri, 9 Mar 2001 00:00:54 +0000 (00:00 +0000)]
Fix coding: in Local Variables:.

23 years ago(add_menu_item): Fix problems with using ownerdraw for
Andrew Innes [Thu, 8 Mar 2001 21:21:44 +0000 (21:21 +0000)]
(add_menu_item): Fix problems with using ownerdraw for
menu titles.

23 years ago(handle_display_prop): Use it->w->buffer as object,
Gerd Moellmann [Thu, 8 Mar 2001 21:17:30 +0000 (21:17 +0000)]
(handle_display_prop): Use it->w->buffer as object,
instead of nil.

23 years ago(handle_face_prop, face_before_or_after_it_pos)
Gerd Moellmann [Thu, 8 Mar 2001 20:56:25 +0000 (20:56 +0000)]
(handle_face_prop, face_before_or_after_it_pos)
(display_string): Call face_at_string_position with new
parameter.

23 years ago(face_at_string_position): Add parameter MOUSE_P.
Gerd Moellmann [Thu, 8 Mar 2001 20:55:20 +0000 (20:55 +0000)]
(face_at_string_position): Add parameter MOUSE_P.
Handle `mouse-face'.

23 years ago(face_at_string_position): Change prototype.
Gerd Moellmann [Thu, 8 Mar 2001 20:54:50 +0000 (20:54 +0000)]
(face_at_string_position): Change prototype.

23 years ago(note_mouse_highlight): Handle mouse-face and
Gerd Moellmann [Thu, 8 Mar 2001 20:54:18 +0000 (20:54 +0000)]
(note_mouse_highlight): Handle mouse-face and
help-echo in strings.
(x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P.
(fast_find_string_pos): New function.

23 years ago(choose-completion-string): When not leaving the
Gerd Moellmann [Thu, 8 Mar 2001 15:47:58 +0000 (15:47 +0000)]
(choose-completion-string): When not leaving the
minibuffer, raise the minibuffer frame when minibuffer-auto-raise
is set.

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 8 Mar 2001 15:04:19 +0000 (15:04 +0000)]
*** empty log message ***

23 years ago(shrink-window-if-larger-than-buffer): Handle frame
Gerd Moellmann [Thu, 8 Mar 2001 15:03:44 +0000 (15:03 +0000)]
(shrink-window-if-larger-than-buffer): Handle frame
parameter `(minibuffer . t)'.

23 years ago(directory_files_internal): Handle EAGAIN more
Gerd Moellmann [Thu, 8 Mar 2001 14:16:36 +0000 (14:16 +0000)]
(directory_files_internal): Handle EAGAIN more
efficiently.

23 years ago(make_lispy_event): Avoid generating drag events
Gerd Moellmann [Thu, 8 Mar 2001 14:03:45 +0000 (14:03 +0000)]
(make_lispy_event): Avoid generating drag events
if the mouse hasn't actually moved to another buffer position.

23 years ago(syms_of_eval) <debug-on-error>: DOc fix.
Dave Love [Thu, 8 Mar 2001 14:00:54 +0000 (14:00 +0000)]
(syms_of_eval) <debug-on-error>: DOc fix.

23 years ago(Fset_process_window_size): Fix a typo.
Gerd Moellmann [Thu, 8 Mar 2001 11:32:17 +0000 (11:32 +0000)]
(Fset_process_window_size): Fix a typo.

23 years ago(M-x): Fix last change.
Eli Zaretskii [Thu, 8 Mar 2001 09:05:01 +0000 (09:05 +0000)]
(M-x): Fix last change.

23 years ago(Deletion): Mention the Delete vs Backspace keys. Document
Eli Zaretskii [Thu, 8 Mar 2001 08:58:57 +0000 (08:58 +0000)]
(Deletion): Mention the Delete vs Backspace keys.  Document
delete-key-deletes-forward-mode.

23 years agoDELETE and BACSKPACE are supported on any window system, not only X.
Eli Zaretskii [Thu, 8 Mar 2001 08:26:38 +0000 (08:26 +0000)]
DELETE and BACSKPACE are supported on any window system, not only X.

23 years ago(Help Mode): Mention the backspace key.
Eli Zaretskii [Thu, 8 Mar 2001 08:21:11 +0000 (08:21 +0000)]
(Help Mode): Mention the backspace key.

23 years ago(Inserting Text): Add a note aboute the DEL/Delete/BS controversy.
Eli Zaretskii [Thu, 8 Mar 2001 08:17:57 +0000 (08:17 +0000)]
(Inserting Text): Add a note aboute the DEL/Delete/BS controversy.
Suggested by Simon Green <simon@elixir-studios.co.uk>.

23 years ago(Completion Options): Fix a typo.
Eli Zaretskii [Thu, 8 Mar 2001 08:01:03 +0000 (08:01 +0000)]
(Completion Options): Fix a typo.
From Simon Green <simon@elixir-studios.co.uk>.

23 years ago(M-x): Make it clear that bound commands can also be invoked by name.
Eli Zaretskii [Thu, 8 Mar 2001 07:57:31 +0000 (07:57 +0000)]
(M-x): Make it clear that bound commands can also be invoked by name.
From Simon Green <simon@elixir-studios.co.uk>.

23 years ago(Moving Point): Mention C-v and M-v, and the arrow keys.
Eli Zaretskii [Thu, 8 Mar 2001 07:42:45 +0000 (07:42 +0000)]
(Moving Point): Mention C-v and M-v, and the arrow keys.
From Simon Green <simon@elixir-studios.co.uk>.

23 years ago(Fdetect_coding_region): Fix comments added by the previous change.
Kenichi Handa [Thu, 8 Mar 2001 04:42:43 +0000 (04:42 +0000)]
(Fdetect_coding_region): Fix comments added by the previous change.

23 years ago(detect_coding_mask): Fix the incorrect handling of arg MULTIBYTEP.
Kenichi Handa [Thu, 8 Mar 2001 02:19:18 +0000 (02:19 +0000)]
(detect_coding_mask): Fix the incorrect handling of arg MULTIBYTEP.

23 years ago*** empty log message ***
Kenichi Handa [Thu, 8 Mar 2001 02:17:30 +0000 (02:17 +0000)]
*** empty log message ***

23 years ago(detect_coding_sjis): Do more rigid check.
Kenichi Handa [Thu, 8 Mar 2001 02:01:00 +0000 (02:01 +0000)]
(detect_coding_sjis): Do more rigid check.
(detect_coding_big5): Likewise.
(decode_coding_sjis_big5): Likewise.
(Fdetect_coding_region): Call detect_coding_system with tailing
anchor byte `\0' for more rigid detection.
(Fdetect_coding_string): Likewise.

23 years ago*** empty log message ***
Kenichi Handa [Thu, 8 Mar 2001 01:49:22 +0000 (01:49 +0000)]
*** empty log message ***

23 years agoFix previous change.
Richard M. Stallman [Wed, 7 Mar 2001 23:08:12 +0000 (23:08 +0000)]
Fix previous change.

23 years ago(Info-scroll-down): Fix previous change.
Richard M. Stallman [Wed, 7 Mar 2001 23:05:10 +0000 (23:05 +0000)]
(Info-scroll-down): Fix previous change.

23 years ago(rmail-toggle-header): Use a window which is showing the Rmail buffer,
Richard M. Stallman [Wed, 7 Mar 2001 23:05:02 +0000 (23:05 +0000)]
(rmail-toggle-header): Use a window which is showing the Rmail buffer,
rather than the selected window.

23 years ago*** empty log message ***
Richard M. Stallman [Wed, 7 Mar 2001 23:02:17 +0000 (23:02 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Stefan Monnier [Wed, 7 Mar 2001 21:33:51 +0000 (21:33 +0000)]
*** empty log message ***

23 years ago(Fbyte_code) <Btemp_output_buffer_setup>: Check the
Stefan Monnier [Wed, 7 Mar 2001 21:26:55 +0000 (21:26 +0000)]
(Fbyte_code) <Btemp_output_buffer_setup>: Check the
arg is a string before extracting its data.

23 years ago(imenu--create-keymap-2): Revert use of menu-item for
Dave Love [Wed, 7 Mar 2001 19:04:54 +0000 (19:04 +0000)]
(imenu--create-keymap-2): Revert use of menu-item for
now, to avoid problems with binding imenu directly to a mouse event.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 7 Mar 2001 17:17:36 +0000 (17:17 +0000)]
*** empty log message ***

23 years ago(Frecenter): Rewrite code handling negative values
Gerd Moellmann [Wed, 7 Mar 2001 17:17:07 +0000 (17:17 +0000)]
(Frecenter): Rewrite code handling negative values
of ARG on graphical frames.

(displayed_window_lines): If W->start is outside the
accessible portion of the buffer, call start_display with BEGV or
ZV instead of W->start.

23 years ago(Info-scroll-down): Call pos-visible-in-window-p with
Gerd Moellmann [Wed, 7 Mar 2001 16:55:17 +0000 (16:55 +0000)]
(Info-scroll-down): Call pos-visible-in-window-p with
second arg t.

23 years agoFix a typo in a comment.
Eli Zaretskii [Wed, 7 Mar 2001 16:52:08 +0000 (16:52 +0000)]
Fix a typo in a comment.

23 years ago(File Variables): Fix a typo.
Eli Zaretskii [Wed, 7 Mar 2001 16:49:27 +0000 (16:49 +0000)]
(File Variables): Fix a typo.
(Non-ASCII Rebinding): Likewise.
From Juanma Barranquero <lektu@uol.com.br>.

23 years ago(sh-st-symbol): New symbol.
Stefan Monnier [Wed, 7 Mar 2001 15:34:43 +0000 (15:34 +0000)]
(sh-st-symbol): New symbol.
(sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
(sh-mode): Remove `make-local-variable' for unused var
`font-lock-unfontify-region-function'.

23 years ago*** empty log message ***
Stefan Monnier [Wed, 7 Mar 2001 15:31:51 +0000 (15:31 +0000)]
*** empty log message ***

23 years ago(custom-save-delete): Move in front of local
Gerd Moellmann [Wed, 7 Mar 2001 15:21:35 +0000 (15:21 +0000)]
(custom-save-delete): Move in front of local
variables, otherwise long Custom entries would make them
ineffective.

23 years ago(syms_of_buffer) <header-line-format>: Doc fix.
Gerd Moellmann [Wed, 7 Mar 2001 14:15:25 +0000 (14:15 +0000)]
(syms_of_buffer) <header-line-format>: Doc fix.

23 years agoDEBUGSOURCES should contain a list of files, separated by colons.
Gerd Moellmann [Wed, 7 Mar 2001 14:01:03 +0000 (14:01 +0000)]
DEBUGSOURCES should contain a list of files, separated by colons.

23 years ago(Fset_process_filter): Don't crash if the input
Gerd Moellmann [Wed, 7 Mar 2001 12:55:29 +0000 (12:55 +0000)]
(Fset_process_filter): Don't crash if the input
file descriptor of PROCESS is closed.
(Fset_process_window_size): Likewise.

23 years agoSet maintainer to FSF.
Gerd Moellmann [Wed, 7 Mar 2001 10:19:33 +0000 (10:19 +0000)]
Set maintainer to FSF.

23 years ago(Checklist): Mention that `getenv' can be used to get at the value
Eli Zaretskii [Wed, 7 Mar 2001 09:26:40 +0000 (09:26 +0000)]
(Checklist): Mention that `getenv' can be used to get at the value
of LC_ALL and friends.

23 years ago(dired-do-shell-command): Doc fix.
Eli Zaretskii [Wed, 7 Mar 2001 08:55:44 +0000 (08:55 +0000)]
(dired-do-shell-command): Doc fix.

23 years ago(General Variables): "daylight savings" -> "daylight saving".
Eli Zaretskii [Wed, 7 Mar 2001 07:24:27 +0000 (07:24 +0000)]
(General Variables): "daylight savings" -> "daylight saving".

23 years ago(log-edit-common-indent): New var.
Stefan Monnier [Wed, 7 Mar 2001 00:26:25 +0000 (00:26 +0000)]
(log-edit-common-indent): New var.
(log-edit-set-common-indentation): Renamed from
log-edit-delete-common-indentation.  Use the new var.
(log-edit-insert-changelog, log-edit-done-hook): Use the new name.

23 years ago(cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
Stefan Monnier [Wed, 7 Mar 2001 00:20:30 +0000 (00:20 +0000)]
(cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
(cvs-mode-add-change-log-entry-other-window):
Don't presume change-log-default-name is defined.

23 years ago(cvs-bury-buffer): In doubt, don't delete window.
Stefan Monnier [Wed, 7 Mar 2001 00:19:08 +0000 (00:19 +0000)]
(cvs-bury-buffer): In doubt, don't delete window.

23 years ago(cvs-buffer-name-alist): Use *cvs-info* for
Stefan Monnier [Wed, 7 Mar 2001 00:18:27 +0000 (00:18 +0000)]
(cvs-buffer-name-alist): Use *cvs-info* for
the "tree" operation as well.

23 years ago(cvs-parse-table): Add another ignored message.
Stefan Monnier [Wed, 7 Mar 2001 00:17:53 +0000 (00:17 +0000)]
(cvs-parse-table): Add another ignored message.

23 years ago(font-lock-keywords, font-lock-mode): Don't bind, just declare.
Stefan Monnier [Wed, 7 Mar 2001 00:16:29 +0000 (00:16 +0000)]
(font-lock-keywords, font-lock-mode): Don't bind, just declare.

23 years ago(fill-context-prefix): Allow first-line-prefix to match paragraph-start.
Stefan Monnier [Wed, 7 Mar 2001 00:12:59 +0000 (00:12 +0000)]
(fill-context-prefix): Allow first-line-prefix to match paragraph-start.

23 years ago(sgml-mode-common): Correct value of
Stefan Monnier [Wed, 7 Mar 2001 00:03:50 +0000 (00:03 +0000)]
(sgml-mode-common): Correct value of
comment-start-skip and set comment-end-skip as well.
(sgml-comment-indent): Fix for new value of comment-start-skip.
(html-autoview-mode): Don't bother using make-local-hook.

23 years ago(viper-vi-state-mode-list): Add cperl-mode.
Stefan Monnier [Tue, 6 Mar 2001 23:54:13 +0000 (23:54 +0000)]
(viper-vi-state-mode-list): Add cperl-mode.

23 years ago(which-func-modes): Add cperl-mode.
Stefan Monnier [Tue, 6 Mar 2001 23:47:40 +0000 (23:47 +0000)]
(which-func-modes): Add cperl-mode.
(which-func-mode-global): Use define-minor-mode.

23 years agoDocstring fixes and dead code eliminated.
Stefan Monnier [Tue, 6 Mar 2001 23:42:00 +0000 (23:42 +0000)]
Docstring fixes and dead code eliminated.
(cperl-mode): Add support.
(emacs-lisp-mode): List all entries from elisp manual, whether
or not they are currently (f)bound or not.  Update regexp.

23 years ago(add-log-current-defun): Check major-mode for `cperl-mode' as well.
Stefan Monnier [Tue, 6 Mar 2001 23:33:15 +0000 (23:33 +0000)]
(add-log-current-defun): Check major-mode for `cperl-mode' as well.

23 years ago*** empty log message ***
Stefan Monnier [Tue, 6 Mar 2001 22:12:13 +0000 (22:12 +0000)]
*** empty log message ***

23 years ago(cperl-msb-fix, cperl-get-help-defer):
Stefan Monnier [Tue, 6 Mar 2001 21:55:33 +0000 (21:55 +0000)]
(cperl-msb-fix, cperl-get-help-defer):
Check major-mode for `cperl-mode' as well.

23 years ago(cperl-mode): Set major-mode to cperl-mode
Stefan Monnier [Tue, 6 Mar 2001 21:47:33 +0000 (21:47 +0000)]
(cperl-mode): Set major-mode to cperl-mode
so that C-h m shows the correct information.
Use make-local-variable rather than make-variable-buffer-local.
(cperl-info-buffer, cperl-setup-tmp-buf):
Use make-local-variable rather than make-variable-buffer-local.

Updated to author version 4.23.
(cperl-electric-pod): SYNOPSIS was misspelled.
(cperl-find-pods-heres): @if ? a : b was considered a REx.
(cperl-after-expr-p): Make true after __END__.

23 years ago(XTflash): Make the timeout of select shorter, and call
Gerd Moellmann [Tue, 6 Mar 2001 19:50:42 +0000 (19:50 +0000)]
(XTflash): Make the timeout of select shorter, and call
select repeatedly until the desired time expires.

23 years ago(Vwindow_list): Declare extern.
Gerd Moellmann [Tue, 6 Mar 2001 19:39:03 +0000 (19:39 +0000)]
(Vwindow_list): Declare extern.

23 years ago(Fx_create_frame): Clear Vwindow_list.
Gerd Moellmann [Tue, 6 Mar 2001 19:33:47 +0000 (19:33 +0000)]
(Fx_create_frame): Clear Vwindow_list.

23 years agocustom-buffer-done-function <- Custom-buffer-done
Dave Love [Tue, 6 Mar 2001 17:01:42 +0000 (17:01 +0000)]
custom-buffer-done-function <- Custom-buffer-done
'(lambda <- (function (lambda in hook

23 years agoFix typo.
Karl Fogel [Tue, 6 Mar 2001 16:36:33 +0000 (16:36 +0000)]
Fix typo.

23 years ago(syms_of_display) <glyph-table>: Doc fix.
Eli Zaretskii [Tue, 6 Mar 2001 16:16:32 +0000 (16:16 +0000)]
(syms_of_display) <glyph-table>: Doc fix.

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 6 Mar 2001 15:37:02 +0000 (15:37 +0000)]
*** empty log message ***

23 years ago(bookmark-get-bookmark): Use assoc-ignore-case if
Gerd Moellmann [Tue, 6 Mar 2001 15:36:19 +0000 (15:36 +0000)]
(bookmark-get-bookmark): Use assoc-ignore-case if
bookmark-completion-ignore-case it t.

23 years ago(note_mouse_highlight): Call mouse_face_overlay_overlaps
Gerd Moellmann [Tue, 6 Mar 2001 15:30:15 +0000 (15:30 +0000)]
(note_mouse_highlight): Call mouse_face_overlay_overlaps
to detect a case where we have to highlight a different region
despite not having left the currently highlighted region.
Set mouse_face_overlay in the x_display_info.
(x_term_init): Initialze the x_display_info's mouse_face_overlay.

23 years ago(struct x_display_info): Add mouse_face_overlay.
Gerd Moellmann [Tue, 6 Mar 2001 15:29:39 +0000 (15:29 +0000)]
(struct x_display_info): Add mouse_face_overlay.

23 years ago(mouse_face_overlay_overlaps): Add prototype.
Gerd Moellmann [Tue, 6 Mar 2001 15:29:14 +0000 (15:29 +0000)]
(mouse_face_overlay_overlaps): Add prototype.
(Qmouse_face): Declare extern.

23 years ago(mouse_face_overlay_overlaps): New function.
Gerd Moellmann [Tue, 6 Mar 2001 15:28:48 +0000 (15:28 +0000)]
(mouse_face_overlay_overlaps): New function.

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 6 Mar 2001 14:04:15 +0000 (14:04 +0000)]
*** empty log message ***

23 years ago(x-handle-xrm-switch): Accept more than one -xrm
Gerd Moellmann [Tue, 6 Mar 2001 14:02:02 +0000 (14:02 +0000)]
(x-handle-xrm-switch): Accept more than one -xrm
switch, like xterm, and concat resource strings, with a newline
between them.

23 years ago(redisplay_internal): Set windows_or_buffers_changed
Gerd Moellmann [Tue, 6 Mar 2001 13:50:09 +0000 (13:50 +0000)]
(redisplay_internal): Set windows_or_buffers_changed
if face_change_count is non-zero.

23 years ago(cp770-decode-table)
Eli Zaretskii [Tue, 6 Mar 2001 13:48:19 +0000 (13:48 +0000)]
(cp770-decode-table)
(cp773-decode-table, cp774-decode-table): New variables.

23 years ago*** empty log message ***
Eli Zaretskii [Tue, 6 Mar 2001 13:43:45 +0000 (13:43 +0000)]
*** empty log message ***

23 years agoAdd --ldflags to configure line for building with
Andrew Innes [Tue, 6 Mar 2001 13:43:43 +0000 (13:43 +0000)]
Add --ldflags to configure line for building with
recent versions of Cygwin GCC.

23 years ago(Man-hyphenated-reference-regexp): New variable.
Eli Zaretskii [Tue, 6 Mar 2001 13:42:06 +0000 (13:42 +0000)]
(Man-hyphenated-reference-regexp): New variable.
(Man-build-references-alist): Use it to search for referenced
manpages.  If hyphenated is non-nil, record a concatenated word in
Man-refpages-alist only if it matches Man-reference-regexp.
Update word's length when it is concatenated.  Reverse the list,
to get the first manpage at the head.
(Man-possibly-hyphenated-word): New function.
(Man-follow-manual-reference): Use it instead of current-word to
find a manpage at point, in a way that accounts for hyphenated
references.

23 years agoAdd copyright notice.
Kenichi Handa [Tue, 6 Mar 2001 13:29:34 +0000 (13:29 +0000)]
Add copyright notice.

23 years ago*** empty log message ***
Kenichi Handa [Tue, 6 Mar 2001 13:19:41 +0000 (13:19 +0000)]
*** empty log message ***

23 years ago(sql-interbase): New function.
Gerd Moellmann [Tue, 6 Mar 2001 12:26:35 +0000 (12:26 +0000)]
(sql-interbase): New function.
(sql-interbase-program): New option.
(sql-interbase-options): New option.
And some typos fixed: "customise" to "customize".