bpt/emacs.git
24 years ago1999-11-19 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
Francesco Potortì [Fri, 19 Nov 1999 12:46:32 +0000 (12:46 +0000)]
1999-11-19  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>

* etags.c (_GNU_SOURCE): Define only if undefined.
(get_scheme): Declaration deleted.
(main): error was called with an integer as second arg, instead of
a char pointer.
(canonicalize_filename): Bug removed.

1999-11-18  Dave Love  <d.love@dl.ac.uk>

* etags.c (C_entries): Rename label `intoken', avoiding K&R
lossage from name clash with macro.

24 years agoetags bug fixes
Francesco Potortì [Fri, 19 Nov 1999 12:45:11 +0000 (12:45 +0000)]
etags bug fixes

24 years ago(input-mode-8-bit): Fix the customization.
Dave Love [Thu, 18 Nov 1999 23:49:29 +0000 (23:49 +0000)]
(input-mode-8-bit): Fix the customization.

24 years ago(my_strftime): Some old compilers object to '\a', so don't bother
Paul Eggert [Thu, 18 Nov 1999 23:22:16 +0000 (23:22 +0000)]
(my_strftime): Some old compilers object to '\a', so don't bother
optimizing for it.

24 years ago*** empty log message ***
Dave Love [Thu, 18 Nov 1999 18:28:59 +0000 (18:28 +0000)]
*** empty log message ***

24 years agoAdd forward declaration for get_boot_time_1.
Dave Love [Thu, 18 Nov 1999 18:20:28 +0000 (18:20 +0000)]
Add forward declaration for get_boot_time_1.

24 years ago*** empty log message ***
Dave Love [Thu, 18 Nov 1999 18:14:29 +0000 (18:14 +0000)]
*** empty log message ***

24 years ago(Finternal_show_cursor_p): Fix doc string.
Dave Love [Thu, 18 Nov 1999 18:03:57 +0000 (18:03 +0000)]
(Finternal_show_cursor_p): Fix doc string.

24 years agoFix NON_GNU_CPP for Irix 6 to avoid failing tests.
Dave Love [Thu, 18 Nov 1999 17:44:32 +0000 (17:44 +0000)]
Fix NON_GNU_CPP for Irix 6 to avoid failing tests.

24 years agosed2.inp (HAVE_TM_GMTOFF, HAVE_MBLEN): Define.
Eli Zaretskii [Thu, 18 Nov 1999 16:56:16 +0000 (16:56 +0000)]
sed2.inp (HAVE_TM_GMTOFF, HAVE_MBLEN): Define.
sed1v2.inp: Convert "LC_ALL=C ./temacs" to MS-DOS equivalent.

24 years ago*** empty log message ***
Gerd Moellmann [Thu, 18 Nov 1999 16:47:37 +0000 (16:47 +0000)]
*** empty log message ***

24 years agoAdded defcustom of quickurl-completion-ignore-case.
Gerd Moellmann [Thu, 18 Nov 1999 16:42:02 +0000 (16:42 +0000)]
Added defcustom of quickurl-completion-ignore-case.
(quickurl-ask): completion-ignore-case is set to the value of
quickurl-completion-ignore-case for the duration of the call to
completing-read.

24 years ago(iso-languages): Add more characters for Portuguese.
Gerd Moellmann [Thu, 18 Nov 1999 16:37:48 +0000 (16:37 +0000)]
(iso-languages): Add more characters for Portuguese.

24 years agoClean up comment at the start of the file.
Gerd Moellmann [Thu, 18 Nov 1999 16:07:35 +0000 (16:07 +0000)]
Clean up comment at the start of the file.
Remove RCS id.

24 years agoFix complaints from makeinfo 4.0.
Eli Zaretskii [Thu, 18 Nov 1999 16:00:03 +0000 (16:00 +0000)]
Fix complaints from makeinfo 4.0.

24 years ago(compilation-parse-errors): Use
Gerd Moellmann [Thu, 18 Nov 1999 15:57:55 +0000 (15:57 +0000)]
(compilation-parse-errors): Use
compilation-buffer-p instead of testing major-mode.

24 years ago*** empty log message ***
Gerd Moellmann [Thu, 18 Nov 1999 13:34:19 +0000 (13:34 +0000)]
*** empty log message ***

24 years ago(struct buffer_text): Add comment about moving
Gerd Moellmann [Thu, 18 Nov 1999 13:31:04 +0000 (13:31 +0000)]
(struct buffer_text): Add comment about moving
buffer text if REL_ALLOC is defined.

24 years ago(rmail-cease-edit): Run rmail-mode-hook.
Gerd Moellmann [Thu, 18 Nov 1999 13:11:37 +0000 (13:11 +0000)]
(rmail-cease-edit): Run rmail-mode-hook.

24 years agorename ps-print-def.el to ps-vars.el
Kenichi Handa [Thu, 18 Nov 1999 10:45:54 +0000 (10:45 +0000)]
rename ps-print-def.el to ps-vars.el

24 years agoRequire ps-vars instead of ps-print-def.
Kenichi Handa [Thu, 18 Nov 1999 10:42:44 +0000 (10:42 +0000)]
Require ps-vars instead of ps-print-def.

24 years agorm leim-list.el, add quail/*.elc
Kenichi Handa [Thu, 18 Nov 1999 07:20:59 +0000 (07:20 +0000)]
rm leim-list.el, add quail/*.elc

24 years ago(Fsingle_key_description): Use KEY_DESCRIPTION_SIZE to
Kenichi Handa [Thu, 18 Nov 1999 05:10:13 +0000 (05:10 +0000)]
(Fsingle_key_description): Use KEY_DESCRIPTION_SIZE to
allocate memory for push_key_description.
(describe_buffer_bindings): Likewise.

24 years ago(echo_char): Use KEY_DESCRIPTION_SIZE to check free
Kenichi Handa [Thu, 18 Nov 1999 05:09:18 +0000 (05:09 +0000)]
(echo_char): Use KEY_DESCRIPTION_SIZE to check free
memory for push_key_description.

24 years ago(KEY_DESCRIPTION_SIZE): New macro.
Kenichi Handa [Thu, 18 Nov 1999 05:08:25 +0000 (05:08 +0000)]
(KEY_DESCRIPTION_SIZE): New macro.

24 years ago*** empty log message ***
Kenichi Handa [Thu, 18 Nov 1999 05:07:40 +0000 (05:07 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Gerd Moellmann [Wed, 17 Nov 1999 21:12:32 +0000 (21:12 +0000)]
*** empty log message ***

24 years ago(with-syntax-table): Save buffer explicitly instead of
Gerd Moellmann [Wed, 17 Nov 1999 21:09:57 +0000 (21:09 +0000)]
(with-syntax-table): Save buffer explicitly instead of
using save-excursion.

24 years ago*** empty log message ***
Gerd Moellmann [Wed, 17 Nov 1999 21:08:37 +0000 (21:08 +0000)]
*** empty log message ***

24 years ago(Fx_show_busy_cursor): Doc-fix.
Gerd Moellmann [Wed, 17 Nov 1999 21:03:12 +0000 (21:03 +0000)]
(Fx_show_busy_cursor): Doc-fix.
(Fx_hide_busy_cursor): Ditto.

24 years ago(unexec): Handle .rel.dyn section.
Gerd Moellmann [Wed, 17 Nov 1999 20:58:06 +0000 (20:58 +0000)]
(unexec): Handle .rel.dyn section.

24 years ago*** empty log message ***
Dave Love [Tue, 16 Nov 1999 19:51:07 +0000 (19:51 +0000)]
*** empty log message ***

24 years ago(Fdocumentation): Remove gcpro here too.
Dave Love [Tue, 16 Nov 1999 18:24:17 +0000 (18:24 +0000)]
(Fdocumentation): Remove gcpro here too.

24 years ago(command_loop_1): Remove no_redisplay.
Gerd Moellmann [Tue, 16 Nov 1999 15:55:07 +0000 (15:55 +0000)]
(command_loop_1): Remove no_redisplay.

24 years agoFix makeinfo errors.
Dave Love [Tue, 16 Nov 1999 15:39:41 +0000 (15:39 +0000)]
Fix makeinfo errors.

24 years ago*** empty log message ***
Gerd Moellmann [Tue, 16 Nov 1999 13:35:20 +0000 (13:35 +0000)]
*** empty log message ***

24 years ago(with-syntax-table): New.
Gerd Moellmann [Tue, 16 Nov 1999 13:29:51 +0000 (13:29 +0000)]
(with-syntax-table): New.

24 years agoNew maintainer.
Gerd Moellmann [Tue, 16 Nov 1999 13:27:36 +0000 (13:27 +0000)]
New maintainer.

24 years agoUse new backquote syntax.
Gerd Moellmann [Tue, 16 Nov 1999 13:25:42 +0000 (13:25 +0000)]
Use new backquote syntax.

24 years agoFix makeinfo errors.
Dave Love [Tue, 16 Nov 1999 12:49:28 +0000 (12:49 +0000)]
Fix makeinfo errors.

24 years ago(Tag Syntax): Fix cross ref.
Dave Love [Tue, 16 Nov 1999 12:31:31 +0000 (12:31 +0000)]
(Tag Syntax): Fix cross ref.

24 years ago*** empty log message ***
Gerd Moellmann [Tue, 16 Nov 1999 11:44:02 +0000 (11:44 +0000)]
*** empty log message ***

24 years ago(PRINTPREPARE): Don't call setup_echo_area_for_printing
Gerd Moellmann [Tue, 16 Nov 1999 11:36:01 +0000 (11:36 +0000)]
(PRINTPREPARE): Don't call setup_echo_area_for_printing
in noninteractive.

24 years ago* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
Sam Steingold [Mon, 15 Nov 1999 18:59:00 +0000 (18:59 +0000)]
* dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.

24 years ago* goto-addr.el (goto-address-at-mouse,
Sam Steingold [Mon, 15 Nov 1999 16:16:11 +0000 (16:16 +0000)]
* goto-addr.el (goto-address-at-mouse,
goto-address-find-address-at-point): use compose-mail.
(goto-address-mail-method): removed variable.
(goto-address-send-using-mh-e, goto-address-send-using-mhe,
goto-address-send-using-mail): removed functions.

24 years ago* simple.el (backward-delete-char-untabify):
Sam Steingold [Mon, 15 Nov 1999 16:11:14 +0000 (16:11 +0000)]
* simple.el (backward-delete-char-untabify):
backward-delete-char-untabify-method can be `all' now - to delete
hungrily including newlines.

24 years agoUse new backquote syntax.
Gerd Moellmann [Mon, 15 Nov 1999 14:26:07 +0000 (14:26 +0000)]
Use new backquote syntax.

24 years ago*** empty log message ***
Gerd Moellmann [Mon, 15 Nov 1999 14:11:30 +0000 (14:11 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Gerd Moellmann [Mon, 15 Nov 1999 13:45:57 +0000 (13:45 +0000)]
*** empty log message ***

24 years ago(customize-face, customize-face-other-window): Require match from
Dave Love [Mon, 15 Nov 1999 12:36:02 +0000 (12:36 +0000)]
(customize-face, customize-face-other-window): Require match from
completing-read.
(custom-buffer-done-function): Default to custom-bury-buffer, not
bury-buffer.

24 years agoUse new backquote syntax.
Gerd Moellmann [Mon, 15 Nov 1999 12:20:50 +0000 (12:20 +0000)]
Use new backquote syntax.

24 years ago(ensure_echo_area_buffers): New.
Gerd Moellmann [Sun, 14 Nov 1999 16:37:23 +0000 (16:37 +0000)]
(ensure_echo_area_buffers): New.
(with_echo_area_buffer): Use it.
(setup_echo_area_for_printing): Ditto.

24 years agoChange from rms.
Gerd Moellmann [Sun, 14 Nov 1999 12:51:38 +0000 (12:51 +0000)]
Change from rms.

24 years agoUse new backquote syntax.
Gerd Moellmann [Sun, 14 Nov 1999 12:07:12 +0000 (12:07 +0000)]
Use new backquote syntax.

24 years ago*** empty log message ***
Gerd Moellmann [Sat, 13 Nov 1999 23:42:59 +0000 (23:42 +0000)]
*** empty log message ***

24 years ago(ispell-dictionary-alist): Fix type by adding koi8-r
Gerd Moellmann [Sat, 13 Nov 1999 23:40:57 +0000 (23:40 +0000)]
(ispell-dictionary-alist): Fix type by adding koi8-r
as in ispell-local-dictionary-alist.

24 years ago(indicate-empty-lines): Doc-fix.
Gerd Moellmann [Sat, 13 Nov 1999 23:30:57 +0000 (23:30 +0000)]
(indicate-empty-lines): Doc-fix.

24 years ago(ansi-color-apply): Updated regexps to include
Gerd Moellmann [Sat, 13 Nov 1999 23:19:56 +0000 (23:19 +0000)]
(ansi-color-apply): Updated regexps to include
highlighted face.

24 years ago(b2m): Add dependency on GETOPTDEPS.
Gerd Moellmann [Sat, 13 Nov 1999 22:47:19 +0000 (22:47 +0000)]
(b2m): Add dependency on GETOPTDEPS.

24 years agoUse new backquote syntax.
Gerd Moellmann [Sat, 13 Nov 1999 22:07:05 +0000 (22:07 +0000)]
Use new backquote syntax.
(forms--make-format-elt-using-text-properties):
Treat `intangible' differently.

24 years ago(scribe-mode): Doc-fix.
Gerd Moellmann [Sat, 13 Nov 1999 21:57:55 +0000 (21:57 +0000)]
(scribe-mode): Doc-fix.

24 years agoadded entry about mwheel.el
William M. Perry [Sat, 13 Nov 1999 19:18:53 +0000 (19:18 +0000)]
added entry about mwheel.el

24 years ago(net-utils-run-program): Changed backquotes to new style
Peter Breton [Sat, 13 Nov 1999 15:26:59 +0000 (15:26 +0000)]
(net-utils-run-program): Changed backquotes to new style
(run-network-program): Changed backquotes to new style
Added smbclient functions and variables

24 years ago* emulation/viper-init.el (viper-deflocalvar, viper-loop,
Sam Steingold [Fri, 12 Nov 1999 18:40:24 +0000 (18:40 +0000)]
* emulation/viper-init.el (viper-deflocalvar, viper-loop,
viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair,
viper-kbd-buf-definition, viper-kbd-mode-alist,
viper-kbd-mode-pair, viper-kbd-mode-definition,
viper-kbd-global-pair, viper-kbd-global-definition):
Use the new backquote syntax.

* emulation/viper-cmd.el (viper-test-com-defun,
viper-prefix-arg-value, viper-prefix-arg-com):
Use the new backquote syntax.

24 years ago* emacs-lisp/debug.el (debugger-env-macro):
Sam Steingold [Fri, 12 Nov 1999 18:19:39 +0000 (18:19 +0000)]
* emacs-lisp/debug.el (debugger-env-macro):
Use the new backquote syntax.

* emacs-lisp/easymenu.el (easy-menu-make-symbol):
Use the new backquote syntax.

24 years ago* calendar/calendar.el (calendar-remove-frame-by-deleting):
Sam Steingold [Fri, 12 Nov 1999 16:05:16 +0000 (16:05 +0000)]
* calendar/calendar.el (calendar-remove-frame-by-deleting):
New user variable.
(calendar-hide-window): Use it.
(increment-calendar-month, calendar-for-loop, calendar-sum):
Use the new backquote syntax.

24 years ago(term_init): If "op" isn't available, don't support color
Gerd Moellmann [Fri, 12 Nov 1999 14:35:43 +0000 (14:35 +0000)]
(term_init): If "op" isn't available, don't support color
because we can't switch back to the default foreground and
background.

24 years ago*** empty log message ***
Gerd Moellmann [Fri, 12 Nov 1999 13:10:20 +0000 (13:10 +0000)]
*** empty log message ***

24 years ago(x-set-selection): Call buffer-substring, not
Gerd Moellmann [Fri, 12 Nov 1999 13:09:37 +0000 (13:09 +0000)]
(x-set-selection): Call buffer-substring, not
substring.  Also fix docstring

24 years ago(ps-mode-submit-bug-report): Added list
Gerd Moellmann [Fri, 12 Nov 1999 13:01:30 +0000 (13:01 +0000)]
(ps-mode-submit-bug-report): Added list
of customizable variables to bug report message. Added
system-type to package name in bug report.

24 years ago(Fdocumentation_property): Remove GCPRO because
Gerd Moellmann [Fri, 12 Nov 1999 12:50:54 +0000 (12:50 +0000)]
(Fdocumentation_property): Remove GCPRO because
Fsubstitute_command_keys gcpro's the string.

24 years ago(list-buffers-noselect): Use abbreviate-file-name
Gerd Moellmann [Fri, 12 Nov 1999 12:43:32 +0000 (12:43 +0000)]
(list-buffers-noselect): Use abbreviate-file-name
to display file names.

24 years agoChanges in `list-buffers'.
Gerd Moellmann [Fri, 12 Nov 1999 12:41:14 +0000 (12:41 +0000)]
Changes in `list-buffers'.

24 years agoBetter ELisp Reference instructions.
Gerd Moellmann [Fri, 12 Nov 1999 12:19:11 +0000 (12:19 +0000)]
Better ELisp Reference instructions.

24 years ago(Ftranslate_region): Check the buffer multibyteness.
Kenichi Handa [Fri, 12 Nov 1999 00:09:03 +0000 (00:09 +0000)]
(Ftranslate_region): Check the buffer multibyteness.

24 years ago*** empty log message ***
Kenichi Handa [Fri, 12 Nov 1999 00:08:09 +0000 (00:08 +0000)]
*** empty log message ***

24 years ago(bitmapdir): Allow for both "bitmaps" directories.
Gerd Moellmann [Thu, 11 Nov 1999 16:49:03 +0000 (16:49 +0000)]
(bitmapdir): Allow for both "bitmaps" directories.

24 years ago*** empty log message ***
Gerd Moellmann [Thu, 11 Nov 1999 14:03:18 +0000 (14:03 +0000)]
*** empty log message ***

24 years agoFix copyright notice. Don't require 'cl at run time.
Gerd Moellmann [Thu, 11 Nov 1999 14:01:46 +0000 (14:01 +0000)]
Fix copyright notice.  Don't require 'cl at run time.

24 years agoAdd lazy highlighting.
Gerd Moellmann [Thu, 11 Nov 1999 13:39:21 +0000 (13:39 +0000)]
Add lazy highlighting.

24 years agoIsearch lazy highlight
Gerd Moellmann [Thu, 11 Nov 1999 13:34:52 +0000 (13:34 +0000)]
Isearch lazy highlight

24 years ago*** empty log message ***
Gerd Moellmann [Thu, 11 Nov 1999 11:57:47 +0000 (11:57 +0000)]
*** empty log message ***

24 years ago(initial-scratch-message): Add ";;" to the front of
Gerd Moellmann [Thu, 11 Nov 1999 11:54:07 +0000 (11:54 +0000)]
(initial-scratch-message): Add ";;" to the front of
lines in the message.

24 years agoRemove USE_TEXT_PROPERTIES.
Gerd Moellmann [Thu, 11 Nov 1999 11:45:06 +0000 (11:45 +0000)]
Remove USE_TEXT_PROPERTIES.

24 years ago*** empty log message ***
Gerd Moellmann [Wed, 10 Nov 1999 22:53:16 +0000 (22:53 +0000)]
*** empty log message ***

24 years ago(ps-mode-maintainer-address): New constant.
Gerd Moellmann [Wed, 10 Nov 1999 22:14:06 +0000 (22:14 +0000)]
(ps-mode-maintainer-address): New constant.
(ps-mode-submit-bug-report): New function. Entry added to menu.

24 years ago(QCuser_data): Removed.
Gerd Moellmann [Wed, 10 Nov 1999 22:05:36 +0000 (22:05 +0000)]
(QCuser_data): Removed.
(syms_of_xfns): Initialization of QCuser_data removed.
(parse_image_spec): Don't handle :user-data specially.  Allow
unknown keys.  Remove parameter ALLOW_OTHER_KEYS.
(xbm_image_p, xbm_load, xpm_image_p, pbm_image_p, png_image_p)
(tiff_image_p, jpeg_image_p, gif_image_p, gs_image_p): Call
parse_image_spec accordingly.

24 years agoPatch from rms.
Gerd Moellmann [Wed, 10 Nov 1999 22:01:35 +0000 (22:01 +0000)]
Patch from rms.

24 years agoChecked in changelog & elc file for mwheel.el
William M. Perry [Wed, 10 Nov 1999 22:01:03 +0000 (22:01 +0000)]
Checked in changelog & elc file for mwheel.el

24 years agoInitial import from perry
William M. Perry [Wed, 10 Nov 1999 21:54:54 +0000 (21:54 +0000)]
Initial import from perry

24 years agoRemoval of buffer argument of file-local-copy.
Gerd Moellmann [Wed, 10 Nov 1999 12:14:59 +0000 (12:14 +0000)]
Removal of buffer argument of file-local-copy.

24 years ago(file-local-copy): Remove optional BUFFER argument
Gerd Moellmann [Wed, 10 Nov 1999 12:11:55 +0000 (12:11 +0000)]
(file-local-copy): Remove optional BUFFER argument
because that's not used by anything.

24 years ago*** empty log message ***
Gerd Moellmann [Wed, 10 Nov 1999 10:46:58 +0000 (10:46 +0000)]
*** empty log message ***

24 years ago(mh-smail-batch): If TO is nil, use "" as
Gerd Moellmann [Wed, 10 Nov 1999 10:46:01 +0000 (10:46 +0000)]
(mh-smail-batch): If TO is nil, use "" as
to-address.

24 years ago*** empty log message ***
Richard M. Stallman [Tue, 9 Nov 1999 19:08:51 +0000 (19:08 +0000)]
*** empty log message ***

24 years ago(Fforward_word): Handle fields even if would have hit
Richard M. Stallman [Tue, 9 Nov 1999 19:00:59 +0000 (19:00 +0000)]
(Fforward_word): Handle fields even if would have hit
an edge of the buffer.  Return nil if affected by fields.

24 years ago(Fbeginning_of_line): Doc fix.
Richard M. Stallman [Tue, 9 Nov 1999 18:46:09 +0000 (18:46 +0000)]
(Fbeginning_of_line): Doc fix.
(Fend_of_line): Doc fix.

24 years ago(Fline_beginning_position): If N is not 1,
Richard M. Stallman [Tue, 9 Nov 1999 18:42:28 +0000 (18:42 +0000)]
(Fline_beginning_position): If N is not 1,
pass t to Fconstrain_to_field for ESCAPE-FROM-EDGE.

(preceding_pos): Function deleted.
(text_property_stickiness): Decrement POS directly.
Fix a confusion that used PT instead of POS.

(find_field): Properly handle the case
of a field boundary where `field' inherits from neither side.

(Ffield_beginning, Ffield_end): Doc fixes.
(Ferase_field, Ffield_string, Ffield_string_no_properties): Doc fixes.

24 years agoPatch from rms.
Gerd Moellmann [Tue, 9 Nov 1999 15:49:34 +0000 (15:49 +0000)]
Patch from rms.

24 years ago(widget-button-click): Wrap with save-excursion
Gerd Moellmann [Tue, 9 Nov 1999 13:43:40 +0000 (13:43 +0000)]
(widget-button-click): Wrap with save-excursion
to restore track-mouse in the correct buffer.