bpt/emacs.git
24 years ago.
Jim Meyering [Wed, 14 Jun 2000 07:10:26 +0000 (07:10 +0000)]
.

24 years agoFix typos in comments. Remove trailing blanks.
Jim Meyering [Wed, 14 Jun 2000 07:09:42 +0000 (07:09 +0000)]
Fix typos in comments.  Remove trailing blanks.

24 years ago*** empty log message ***
Gerd Moellmann [Tue, 13 Jun 2000 23:51:46 +0000 (23:51 +0000)]
*** empty log message ***

24 years ago(Qmessage_truncate_lines): External declaration.
Gerd Moellmann [Tue, 13 Jun 2000 23:51:16 +0000 (23:51 +0000)]
(Qmessage_truncate_lines): External declaration.

24 years ago(read_char): Bind message-truncate-lines to t
Gerd Moellmann [Tue, 13 Jun 2000 23:51:00 +0000 (23:51 +0000)]
(read_char): Bind message-truncate-lines to t
while displaying a help-echo.

24 years ago(message_truncate_lines, Qmessage_truncate_lines): New
Gerd Moellmann [Tue, 13 Jun 2000 23:50:22 +0000 (23:50 +0000)]
(message_truncate_lines, Qmessage_truncate_lines): New
variables.
(ensure_echo_area_buffers): Initialize echo buffer's
truncate lines setting to nil.
(with_echo_area_buffer): Don't set the echo buffer's truncate
lines setting here.
(set_message_1): Set it here, instead, based on the value
of message_truncate_lines.
(resize_mini_window): Handle case that lines are truncated.
(syms_of_xdisp): Initialize Qmessage_truncate_lines.  DEFVAR_BOOL
message-truncate-lines.

24 years ago*** empty log message ***
Gerd Moellmann [Tue, 13 Jun 2000 22:10:34 +0000 (22:10 +0000)]
*** empty log message ***

24 years ago(Vline_number_display_limit): Renamed from
Gerd Moellmann [Tue, 13 Jun 2000 22:10:01 +0000 (22:10 +0000)]
(Vline_number_display_limit): Renamed from
line_number_display_limit.
(syms_of_xdisp): Use DEFVAR_LISP for line-number-display-limit.
Extend documentation string.  Initialize
Vline_number_display_limit to nil meaning no limit.
(decode_mode_spec): Use Vline_number_display_limit with its new
meaning.

24 years ago(mail-specify-envelope-from): Initialize to
Gerd Moellmann [Tue, 13 Jun 2000 21:35:42 +0000 (21:35 +0000)]
(mail-specify-envelope-from): Initialize to
nil.  Contemporary sendmails issue an X-Authentication-Warning if
the sender is set with `-f.

24 years ago(describe-function-1): Kluge around cases of functions fset to subrs
Dave Love [Tue, 13 Jun 2000 21:06:37 +0000 (21:06 +0000)]
(describe-function-1): Kluge around cases of functions fset to subrs
whose doc doesn't match their symbol-name.

24 years ago(pcl-cvs) <defgroup>: Add :version.
Dave Love [Tue, 13 Jun 2000 19:06:07 +0000 (19:06 +0000)]
(pcl-cvs) <defgroup>: Add :version.

24 years agoFix last change to be in insert-image as intended.
Dave Love [Tue, 13 Jun 2000 18:18:02 +0000 (18:18 +0000)]
Fix last change to be in insert-image as intended.

24 years ago(put-image): Default STRING to a space.
Dave Love [Tue, 13 Jun 2000 17:55:59 +0000 (17:55 +0000)]
(put-image): Default STRING to a space.

24 years ago* Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when it's on a
Ken Raeburn [Tue, 13 Jun 2000 16:25:11 +0000 (16:25 +0000)]
* Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when it's on a
continuation line.

24 years agoDoc fixes.
Dave Love [Tue, 13 Jun 2000 14:46:08 +0000 (14:46 +0000)]
Doc fixes.
(Info-build-node-completions): Match Ref tags.

24 years ago(x_check_font) [GLYPH_DEBUG]: Add prototype.
Gerd Moellmann [Tue, 13 Jun 2000 13:25:09 +0000 (13:25 +0000)]
(x_check_font) [GLYPH_DEBUG]: Add prototype.

24 years ago(swap_in_global_binding): New function.
Gerd Moellmann [Tue, 13 Jun 2000 13:21:59 +0000 (13:21 +0000)]
(swap_in_global_binding): New function.

24 years ago(x_set_frame_parameters): Comment fix.
Gerd Moellmann [Tue, 13 Jun 2000 13:21:40 +0000 (13:21 +0000)]
(x_set_frame_parameters): Comment fix.

24 years ago(Fmodify_frame_parameters): Doc fix.
Gerd Moellmann [Tue, 13 Jun 2000 13:21:16 +0000 (13:21 +0000)]
(Fmodify_frame_parameters): Doc fix.
(store_frame_param): Call swap_in_global_binding if the
variable's current binding was chosen based on this frame.

24 years ago*** empty log message ***
Eli Zaretskii [Tue, 13 Jun 2000 13:16:43 +0000 (13:16 +0000)]
*** empty log message ***

24 years ago(display-multi-frame-p, display-multi-font-p): New
Eli Zaretskii [Tue, 13 Jun 2000 13:15:30 +0000 (13:15 +0000)]
(display-multi-frame-p, display-multi-font-p): New
defaliases for display-graphic-p.

24 years ago(IT_write_glyphs): Don't use CODING_REQUIRE_ENCODING
Eli Zaretskii [Tue, 13 Jun 2000 13:04:19 +0000 (13:04 +0000)]
(IT_write_glyphs): Don't use CODING_REQUIRE_ENCODING
macro, instead AND with CODING_REQUIRE_ENCODING_MASK.

24 years ago*** empty log message ***
Eli Zaretskii [Tue, 13 Jun 2000 11:07:01 +0000 (11:07 +0000)]
*** empty log message ***

24 years ago(EMACS_MSDOS_H): Renamed from MSDOS_H_.
Eli Zaretskii [Tue, 13 Jun 2000 11:06:12 +0000 (11:06 +0000)]
(EMACS_MSDOS_H): Renamed from MSDOS_H_.

24 years agoFixed a typo in commentary.
Eli Zaretskii [Tue, 13 Jun 2000 11:01:50 +0000 (11:01 +0000)]
Fixed a typo in commentary.

24 years ago*** empty log message ***
Kenichi Handa [Tue, 13 Jun 2000 02:09:43 +0000 (02:09 +0000)]
*** empty log message ***

24 years ago(insert-image): Save a little consing.
Dave Love [Mon, 12 Jun 2000 20:36:40 +0000 (20:36 +0000)]
(insert-image): Save a little consing.

24 years ago*** empty log message ***
Jason Rumney [Mon, 12 Jun 2000 19:48:20 +0000 (19:48 +0000)]
*** empty log message ***

24 years ago(EMACS_W32GUI_H): Renamed from __W32GUI_H__
Jason Rumney [Mon, 12 Jun 2000 19:22:16 +0000 (19:22 +0000)]
(EMACS_W32GUI_H): Renamed from __W32GUI_H__

24 years ago(EMACS_W32_H): Renamed from _NT_H_
Jason Rumney [Mon, 12 Jun 2000 19:18:24 +0000 (19:18 +0000)]
(EMACS_W32_H): Renamed from _NT_H_

24 years ago*** empty log message ***
Gerd Moellmann [Mon, 12 Jun 2000 19:12:17 +0000 (19:12 +0000)]
*** empty log message ***

24 years ago(make_shadow_gcs): Free and copy colors so that
Gerd Moellmann [Mon, 12 Jun 2000 19:12:11 +0000 (19:12 +0000)]
(make_shadow_gcs): Free and copy colors so that
color reference counts are right.
(release_shadow_gcs): Free colors.

24 years agoChanged __W32BDF_H__ to EMACS_W32BDF_H to comply with ISO C spec.
Jason Rumney [Mon, 12 Jun 2000 19:09:42 +0000 (19:09 +0000)]
Changed __W32BDF_H__ to EMACS_W32BDF_H to comply with ISO C spec.

24 years ago(x_frame_of_widget): New function.
Gerd Moellmann [Mon, 12 Jun 2000 19:09:11 +0000 (19:09 +0000)]
(x_frame_of_widget): New function.
(x_alloc_nearest_color_for_widget): Use it.
(x_copy_dpy_color): New function.
(x_destroy_window): Free various colors.

24 years ago(Fdump_colors) [DEBUG_X_COLORS]: New function.
Gerd Moellmann [Mon, 12 Jun 2000 19:08:37 +0000 (19:08 +0000)]
(Fdump_colors) [DEBUG_X_COLORS]: New function.
(syms_of_xfaces): Defsubr Sdump_colors.
(x_free_colors): Don't treat b&w specially on default visual.
(x_free_dpy_colors): New function.
(free_face_colors): Don't check visual class; it's done
in x_free_colors.

24 years ago*** empty log message ***
Kenichi Handa [Mon, 12 Jun 2000 06:52:29 +0000 (06:52 +0000)]
*** empty log message ***

24 years ago(tibetan-composable-pattern): Fix previous change.
Kenichi Handa [Mon, 12 Jun 2000 06:51:13 +0000 (06:51 +0000)]
(tibetan-composable-pattern): Fix previous change.
(tibetan-vowel-transcription-alist): More rules added.
(tibetan-composite-vowel-alist): New variable.
(tibetan-precomposition-rule-alist): More rules added.

24 years agoConvert all tibetan-1-column characters
Kenichi Handa [Mon, 12 Jun 2000 06:11:56 +0000 (06:11 +0000)]
Convert all tibetan-1-column characters
to the corresponding tibetan characters.
(tibetan-add-components): Delete code for the special treatment of
'a chung.

24 years agotibetan.elc
Kenichi Handa [Mon, 12 Jun 2000 06:10:36 +0000 (06:10 +0000)]
tibetan.elc

24 years ago(tibetan-wylie-quote-alist): This variable deleted.
Kenichi Handa [Mon, 12 Jun 2000 06:10:24 +0000 (06:10 +0000)]
(tibetan-wylie-quote-alist): This variable deleted.
("tibetan-wylie"): State transition table modified.

24 years ago*** empty log message ***
Stefan Monnier [Mon, 12 Jun 2000 05:37:07 +0000 (05:37 +0000)]
*** empty log message ***

24 years ago(toplevel symbol-properties): Don't quote lambda.
Stefan Monnier [Mon, 12 Jun 2000 05:29:56 +0000 (05:29 +0000)]
(toplevel symbol-properties): Don't quote lambda.

24 years ago(makeinfo-compile): Don't quote lambda.
Stefan Monnier [Mon, 12 Jun 2000 05:28:02 +0000 (05:28 +0000)]
(makeinfo-compile): Don't quote lambda.

24 years ago(command-line, command-line-1): Don't quote lambda.
Stefan Monnier [Mon, 12 Jun 2000 05:26:55 +0000 (05:26 +0000)]
(command-line, command-line-1): Don't quote lambda.
(command-line): Don't call menu-bar-mode if not interactive.

24 years ago(makefile-pickup-filenames-as-targets): Don't quote lambda.
Stefan Monnier [Mon, 12 Jun 2000 05:23:37 +0000 (05:23 +0000)]
(makefile-pickup-filenames-as-targets): Don't quote lambda.

24 years ago(hif-compress-define-list)
Stefan Monnier [Mon, 12 Jun 2000 05:22:26 +0000 (05:22 +0000)]
(hif-compress-define-list)
(hide-ifdef-use-define-alist): Don't quote lambda.

24 years ago(ange-ftp-vms-delete-file-entry)
Stefan Monnier [Mon, 12 Jun 2000 05:20:23 +0000 (05:20 +0000)]
(ange-ftp-vms-delete-file-entry)
(ange-ftp-vms-add-file-entry): Don't quote lambda.

24 years ago(menu-bar-update-buffers, menu-bar-update-buffers): Don't quote lambda.
Stefan Monnier [Mon, 12 Jun 2000 05:19:26 +0000 (05:19 +0000)]
(menu-bar-update-buffers, menu-bar-update-buffers): Don't quote lambda.

24 years ago(Man-build-man-command): Don't quote lambda.
Stefan Monnier [Mon, 12 Jun 2000 05:17:53 +0000 (05:17 +0000)]
(Man-build-man-command): Don't quote lambda.

24 years ago(news-reply-header-hook): Don't quote lambda.
Stefan Monnier [Mon, 12 Jun 2000 05:17:06 +0000 (05:17 +0000)]
(news-reply-header-hook): Don't quote lambda.

24 years ago(Info-insert-dir): Don't quote lambda.
Stefan Monnier [Mon, 12 Jun 2000 05:16:04 +0000 (05:16 +0000)]
(Info-insert-dir): Don't quote lambda.

24 years ago(backward-word, forward-word, setq): Don't quote lambda.
Stefan Monnier [Mon, 12 Jun 2000 05:10:52 +0000 (05:10 +0000)]
(backward-word, forward-word, setq): Don't quote lambda.

24 years ago(gulp-send-requests): Don't quote lambda.
Stefan Monnier [Mon, 12 Jun 2000 05:08:46 +0000 (05:08 +0000)]
(gulp-send-requests): Don't quote lambda.

24 years ago(byte-compile-log-lap-1)
Stefan Monnier [Mon, 12 Jun 2000 05:06:37 +0000 (05:06 +0000)]
(byte-compile-log-lap-1)
(byte-optimize-inline-handler, byte-optimize-form-code-walker)
(byte-optimize-apply, end of file): Don't quote lambda.

24 years ago(ad-advice-class-completion-table)
Stefan Monnier [Mon, 12 Jun 2000 04:59:26 +0000 (04:59 +0000)]
(ad-advice-class-completion-table)
(ad-make-freeze-definition): Don't quote lambda.

24 years ago(cvs-parse-process): Don't blindly refresh all cookies.
Stefan Monnier [Mon, 12 Jun 2000 04:53:34 +0000 (04:53 +0000)]
(cvs-parse-process): Don't blindly refresh all cookies.
(cvs-cleanup-removed): New function.
(cvs-cleanup-functions): New var.
(cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
some flexibility in specifying additional entries to auto-cleanup.
(cvs-quickdir): New function.
(cvs-mode-insert): Use cvs-fileinfo-from-entries.
(cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
(cvs-mode-find-file): Check that we are on a filename or dirname
when invoked through a mouse-click.
(cvs-full-path): Remove.
(cvs-dired-action): Re-introduced.
(cvs-dired-noselect): Use it.
(vc-post-command-functions): use this new hook if available.

24 years ago(cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
Stefan Monnier [Mon, 12 Jun 2000 04:37:50 +0000 (04:37 +0000)]
(cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
(cvs-status-map): Don't inherit from cvs-mode-map anymore.
(cvs-filename-map, cvs-dirname-map): Remove.
(cvs-default-action): Remove.
(cvs-add-face): Use `keymap' rather than `local-map' property, and only
if the arg is really a keymap.
(cvs-fileinfo-pp): Don't use any special map for file and dir names.
Don't hardcode the mapping from state (aka type) to face, but check
the var cvs-fi-<type>-face instead.
(cvs-fileinfo-from-entries): New function.

24 years ago(set-buffer-file-coding-system): If CODING-SYSTEM is nil, set
Kenichi Handa [Mon, 12 Jun 2000 00:04:43 +0000 (00:04 +0000)]
(set-buffer-file-coding-system): If CODING-SYSTEM is nil, set
buffer-file-coding-system to nil unconditionally.

24 years ago*** empty log message ***
Kenichi Handa [Mon, 12 Jun 2000 00:03:29 +0000 (00:03 +0000)]
*** empty log message ***

24 years ago(EMACS_FONTSET_H): Renamed from _FONTSET_H.
Kenichi Handa [Sun, 11 Jun 2000 23:41:53 +0000 (23:41 +0000)]
(EMACS_FONTSET_H): Renamed from _FONTSET_H.

24 years ago(EMACS_COMPOSITE_H): Renamed from _COMPOSITE_H.
Kenichi Handa [Sun, 11 Jun 2000 23:41:40 +0000 (23:41 +0000)]
(EMACS_COMPOSITE_H): Renamed from _COMPOSITE_H.

24 years ago(EMASC_CODING_H): Renamed from _CODING_H.
Kenichi Handa [Sun, 11 Jun 2000 23:41:24 +0000 (23:41 +0000)]
(EMASC_CODING_H): Renamed from _CODING_H.

24 years ago(EMACS_CHARSET_H): Renamed from _CHARSET_H.
Kenichi Handa [Sun, 11 Jun 2000 23:41:07 +0000 (23:41 +0000)]
(EMACS_CHARSET_H): Renamed from _CHARSET_H.

24 years ago(EMACS_CCL_H): Renamed from _CCL_H.
Kenichi Handa [Sun, 11 Jun 2000 23:40:14 +0000 (23:40 +0000)]
(EMACS_CCL_H): Renamed from _CCL_H.

24 years ago(widget-specify-button): Really suppress the face if required.
Dave Love [Sun, 11 Jun 2000 23:02:14 +0000 (23:02 +0000)]
(widget-specify-button): Really suppress the face if required.

24 years ago(cvs-default-ignore-marks, cvs-diff-ignore-marks):
Stefan Monnier [Sun, 11 Jun 2000 22:35:19 +0000 (22:35 +0000)]
(cvs-default-ignore-marks, cvs-diff-ignore-marks):
Docstring fix.
(cvs-find-file-and-jump): Change default to be safer.
(cvs-mode-diff-map): Define it as a function as well.
(cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
Bind mouse-2 in this global map rather than with text-properties.

24 years ago(cvs-parse-table): Look for conflict markers in the
Stefan Monnier [Sun, 11 Jun 2000 22:30:49 +0000 (22:30 +0000)]
(cvs-parse-table): Look for conflict markers in the
file to resolve the ambiguity between C-conflict and C-need-merge.

24 years ago*** empty log message ***
Jason Rumney [Sun, 11 Jun 2000 21:00:57 +0000 (21:00 +0000)]
*** empty log message ***

24 years agoDefine POINTER_TYPE, PTR, PROTOTYPES and __P.
Jason Rumney [Sun, 11 Jun 2000 20:58:22 +0000 (20:58 +0000)]
Define POINTER_TYPE, PTR, PROTOTYPES and __P.

24 years agoAdded targets for ebrowse.
Jason Rumney [Sun, 11 Jun 2000 20:53:47 +0000 (20:53 +0000)]
Added targets for ebrowse.

24 years ago[WINDOWS-NT]: Use stricmp rather than strcasecmp to compare filenames.
Jason Rumney [Sun, 11 Jun 2000 20:35:07 +0000 (20:35 +0000)]
[WINDOWS-NT]: Use stricmp rather than strcasecmp to compare filenames.

24 years ago(EMACS_SYSTIME_H): Renamed from _SYSTIME_H.
Dave Love [Sun, 11 Jun 2000 17:37:16 +0000 (17:37 +0000)]
(EMACS_SYSTIME_H): Renamed from _SYSTIME_H.

24 years agoDon't use _MSDOS_H_ as a symbol, use MSDOS_H_ instead.
Eli Zaretskii [Sun, 11 Jun 2000 12:21:13 +0000 (12:21 +0000)]
Don't use _MSDOS_H_ as a symbol, use MSDOS_H_ instead.

24 years ago*** empty log message ***
Gerd Moellmann [Sun, 11 Jun 2000 12:18:25 +0000 (12:18 +0000)]
*** empty log message ***

24 years ago(x-colors): Add colors from recent rgb.txt.
Gerd Moellmann [Sun, 11 Jun 2000 12:14:57 +0000 (12:14 +0000)]
(x-colors): Add colors from recent rgb.txt.

24 years ago(xmenu_show): Case second parameter of lw_popup_menu
Gerd Moellmann [Sun, 11 Jun 2000 12:12:52 +0000 (12:12 +0000)]
(xmenu_show): Case second parameter of lw_popup_menu
to `XEvent *'.

24 years ago(imenu-generic-expression): Docstring fix.
Stefan Monnier [Sun, 11 Jun 2000 05:34:05 +0000 (05:34 +0000)]
(imenu-generic-expression): Docstring fix.

24 years ago(composition-function-table): Move the `put'
Stefan Monnier [Sun, 11 Jun 2000 05:30:20 +0000 (05:30 +0000)]
(composition-function-table): Move the `put'
below the autoload cookie so we can load the file before loaddefs.

24 years ago(mouse-avoidance-random-shape): Don't quote lambda.
Stefan Monnier [Sun, 11 Jun 2000 05:26:41 +0000 (05:26 +0000)]
(mouse-avoidance-random-shape): Don't quote lambda.

24 years ago(make-autoload): Use `cond'.
Stefan Monnier [Sun, 11 Jun 2000 05:00:35 +0000 (05:00 +0000)]
(make-autoload): Use `cond'.
Handle easy-mmode-define-global-mode.
For complex macros like define-minor-mode that can generate
several autoload entries, try to autoload entries in the
macroexpanded code.

24 years ago(define-minor-mode): If KEYMAP is a symbol, just use it.
Stefan Monnier [Sun, 11 Jun 2000 04:55:57 +0000 (04:55 +0000)]
(define-minor-mode): If KEYMAP is a symbol, just use it.
Use byte-compile-current-file and load-file-name to infer the
proper :require to pass to defcustom.
Wrap the hook var into `progn' so as not to autoload it.
Add a :autoload-end cookie.
Be more careful about the evaluation of KEYMAP.
(easy-mmode-define-global-mode): Add a :autoload-end cookie.
(define-derived-mode): Move define-abbrev-table outside of defvar.

24 years ago(EMACSOPT): Remove --no-init-file (implied by -batch).
Stefan Monnier [Sun, 11 Jun 2000 03:54:29 +0000 (03:54 +0000)]
(EMACSOPT): Remove --no-init-file (implied by -batch).
(autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
(backup-compiled-files): Ignore errors during `tar'.
(bootstrap): Make autoloads before elc files.

24 years ago(MAKE_CHAR) [!emacs]: Dummy macro for non-Emacs env.
Kenichi Handa [Sat, 10 Jun 2000 08:04:33 +0000 (08:04 +0000)]
(MAKE_CHAR) [!emacs]: Dummy macro for non-Emacs env.
(regex_compile): Fix the code for handling the case of single byte
char and multibyte char being mixed in a range within [...].

24 years ago*** empty log message ***
Kenichi Handa [Sat, 10 Jun 2000 08:03:38 +0000 (08:03 +0000)]
*** empty log message ***

24 years ago(set-buffer-file-coding-system): If one of undecided-XXX is specified,
Kenichi Handa [Sat, 10 Jun 2000 02:17:40 +0000 (02:17 +0000)]
(set-buffer-file-coding-system): If one of undecided-XXX is specified,
change only EOL conversion.

24 years ago(unix): New alias for the coding system undecided-unix.
Kenichi Handa [Sat, 10 Jun 2000 02:17:08 +0000 (02:17 +0000)]
(unix): New alias for the coding system undecided-unix.

24 years ago*** empty log message ***
Kenichi Handa [Sat, 10 Jun 2000 02:10:35 +0000 (02:10 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Kenichi Handa [Sat, 10 Jun 2000 01:16:33 +0000 (01:16 +0000)]
*** empty log message ***

24 years ago(Finsert_file_contents): Be sure to setup src_multibyte
Kenichi Handa [Sat, 10 Jun 2000 00:35:26 +0000 (00:35 +0000)]
(Finsert_file_contents): Be sure to setup src_multibyte
and dst_multibyte members of coding.

24 years ago(CHARSET_8_BIT_GRAPHIC): Define as 0x80.
Kenichi Handa [Sat, 10 Jun 2000 00:13:13 +0000 (00:13 +0000)]
(CHARSET_8_BIT_GRAPHIC): Define as 0x80.
(UNIBYTE_STR_AS_MULTIBYTE_P): Fix for an invalid multibyte
sequence.

24 years ago(update_charset_table): Update the table
Kenichi Handa [Sat, 10 Jun 2000 00:12:46 +0000 (00:12 +0000)]
(update_charset_table): Update the table
bytes_by_char_head.
(init_charset_once): Initialize elements of bytes_by_char_head to
1 except for leading codes for private charases.

24 years ago*** empty log message ***
Kenichi Handa [Sat, 10 Jun 2000 00:12:17 +0000 (00:12 +0000)]
*** empty log message ***

24 years ago* xterm.c (x_connection_closed): If dpyinfo is NULL, don't try to
Ken Raeburn [Fri, 9 Jun 2000 16:13:11 +0000 (16:13 +0000)]
* xterm.c (x_connection_closed): If dpyinfo is NULL, don't try to
access the data it doesn't point to.

24 years ago(tar-copy): Supply MUSTBENEW arg to write-region.
Dave Love [Fri, 9 Jun 2000 14:19:34 +0000 (14:19 +0000)]
(tar-copy): Supply MUSTBENEW arg to write-region.

24 years ago20.6, 20.7 changes
Dave Love [Fri, 9 Jun 2000 10:27:24 +0000 (10:27 +0000)]
20.6, 20.7 changes

24 years agoexecutable-make-buffer-file-executable-if-script-p
Dave Love [Fri, 9 Jun 2000 10:23:46 +0000 (10:23 +0000)]
executable-make-buffer-file-executable-if-script-p

24 years ago(executable-make-buffer-file-executable-if-script-p): Renamed and
Dave Love [Fri, 9 Jun 2000 09:59:41 +0000 (09:59 +0000)]
(executable-make-buffer-file-executable-if-script-p): Renamed and
simplified.

24 years agoRename make-buffer-file-executable-if-script-p.
Dave Love [Fri, 9 Jun 2000 09:55:33 +0000 (09:55 +0000)]
Rename make-buffer-file-executable-if-script-p.

24 years ago(after-save-hook): Customize, with
Dave Love [Fri, 9 Jun 2000 09:42:05 +0000 (09:42 +0000)]
(after-save-hook): Customize, with
make-buffer-file-executable-if-script-p as an option.

24 years agoByte compile dynamic.
Dave Love [Fri, 9 Jun 2000 09:38:58 +0000 (09:38 +0000)]
Byte compile dynamic.
(executable-insert): Change custom type.
(executable-find): Add autoload cookie.
(make-buffer-file-executable-if-script-p): New function from Noah
Friedman.