]> code.delx.au - gnu-emacs/log
gnu-emacs
27 years ago(setup-thai-environment): Adjusted
Kenichi Handa [Wed, 2 Jul 1997 12:58:29 +0000 (12:58 +0000)]
(setup-thai-environment): Adjusted
for the change of an input method name.

27 years ago(setup-ethiopic-environment): Adjusted
Kenichi Handa [Wed, 2 Jul 1997 12:58:26 +0000 (12:58 +0000)]
(setup-ethiopic-environment): Adjusted
for the change of an input method name.

27 years ago(setup-devanagari-environment): Adjusted
Kenichi Handa [Wed, 2 Jul 1997 12:58:25 +0000 (12:58 +0000)]
(setup-devanagari-environment): Adjusted
for the change of an input method name.

27 years ago(setup-cyrillic-environment): Adjusted
Kenichi Handa [Wed, 2 Jul 1997 12:58:24 +0000 (12:58 +0000)]
(setup-cyrillic-environment): Adjusted
for the change of an input method name.

27 years ago(setup-greek-environment): Call setup-8-bit-environment correctly.
Kenichi Handa [Wed, 2 Jul 1997 12:58:24 +0000 (12:58 +0000)]
(setup-greek-environment): Call setup-8-bit-environment correctly.

27 years ago(setup-hebrew-environment): Call setup-8-bit-environment correctly.
Kenichi Handa [Wed, 2 Jul 1997 12:58:24 +0000 (12:58 +0000)]
(setup-hebrew-environment): Call setup-8-bit-environment correctly.

27 years ago(setup-8-bit-environment): New argument
Kenichi Handa [Wed, 2 Jul 1997 12:58:23 +0000 (12:58 +0000)]
(setup-8-bit-environment): New argument
LANGUAGE.
(setup-latin1-environment): Adjusted for the above change.
(setup-latin2-environment): Likewise.
(setup-latin3-environment): Likewise.
(setup-latin4-environment): Likewise.
(setup-latin5-environment): Likewise.

27 years agoChange category 5 to 1.
Kenichi Handa [Wed, 2 Jul 1997 12:58:22 +0000 (12:58 +0000)]
Change category 5 to 1.

27 years agoMove #endif at the tail.
Kenichi Handa [Wed, 2 Jul 1997 12:54:10 +0000 (12:54 +0000)]
Move #endif at the tail.

27 years ago(Fstart_process): Call Ffind_operation_coding_system.
Kenichi Handa [Wed, 2 Jul 1997 12:54:06 +0000 (12:54 +0000)]
(Fstart_process): Call Ffind_operation_coding_system.
(Fopen_network_stream): Likewise.

27 years agoCall Ffind_operation_coding_system.
Kenichi Handa [Wed, 2 Jul 1997 12:54:04 +0000 (12:54 +0000)]
Call Ffind_operation_coding_system.

27 years ago(Finsert_file_contents): Doc-string fixed. Call
Kenichi Handa [Wed, 2 Jul 1997 12:53:58 +0000 (12:53 +0000)]
(Finsert_file_contents): Doc-string fixed.  Call
Ffind_operation_coding_system.
(Fwrite_region):  Call Ffind_operation_coding_system.

27 years ago(Fchar_width): Check if the current buffer has display
Kenichi Handa [Wed, 2 Jul 1997 12:53:57 +0000 (12:53 +0000)]
(Fchar_width): Check if the current buffer has display
table.

27 years ago(Vstandard_character_unification_table_for_decode):
Kenichi Handa [Wed, 2 Jul 1997 12:53:53 +0000 (12:53 +0000)]
(Vstandard_character_unification_table_for_decode):
Name changed from Vstandard_character_unification_table_for_read.
(Vstandard_character_unification_table_for_encode): Name changed
from Vstandard_character_unification_table_for_write.
(Qcharacter_unification_table_for_decode): New variable.
(Qcharacter_unification_table_for_encode): New variable.
(decode_coding_iso2022): Adjusted for the above name change.
(encode_coding_iso2022): Likewise.
(ENCODE_ISO_CHARACTER): Bug of handling return value of unify_char
fixed.
(DECODE_SJIS_BIG5_CHARACTER): New macro.
(decode_coding_sjis_big5): Handle character unificatoin table.
Use macro DECODE_SJIS_BIG5_CHARACTER.
(encode_coding_sjis_big5): Handle character unificatoin table.
Use macro ENCODE_SJIS_BIG5_CHARACTER.
(setup_coding_system): Handle members
character_unification_table_for_decode and
character_unification_table_for_encode of the variable coding.
(Ffind_operation_coding_system): Renamed from Ffind_coding_system.
(syms_of_coding): Initialize and staticpro
Qcharacter_unification_table_for_decode and
Qcharacter_unification_table_for_decode.  Declare
Ffind_operation_coding_system as Lisp functions.  Declare
Vstandard_character_unification_table_for_decode and
Vstandard_character_unification_table_for_encode as Lisp
variables.

27 years ago(struct coding_system): New members
Kenichi Handa [Wed, 2 Jul 1997 12:53:53 +0000 (12:53 +0000)]
(struct coding_system): New members
character_unification_table_for_decode and
character_unification_table_for_encode.

27 years ago(selection_data_to_lisp_data): Call free instead of
Kenichi Handa [Wed, 2 Jul 1997 12:53:50 +0000 (12:53 +0000)]
(selection_data_to_lisp_data): Call free instead of
xfree.

27 years ago(install-leim): New target.
Kenichi Handa [Wed, 2 Jul 1997 06:45:51 +0000 (06:45 +0000)]
(install-leim): New target.

27 years ago(re_search_2): Cast result of POS_ADDR_VSTRING.
Richard M. Stallman [Wed, 2 Jul 1997 06:25:00 +0000 (06:25 +0000)]
(re_search_2): Cast result of POS_ADDR_VSTRING.

27 years ago(Fy_or_n_p, Fyes_or_no_p): Obey use_dialog_box.
Richard M. Stallman [Wed, 2 Jul 1997 06:23:21 +0000 (06:23 +0000)]
(Fy_or_n_p, Fyes_or_no_p): Obey use_dialog_box.
(use_dialog_box): New variable, controls whether to use dialog boxes.
(syms_of_fns): Set up Lisp variable.

(concat): Use XCONS rather than Fcar, Fcdr--for known cons.
(Fassq, assq_no_quit, Fassoc, Frassq, Frassoc, Fdelq): Likewise.
(Fdelete, Fplist_get, mapcar1, Fmember, Fmemq): Likewise.

27 years ago(init_lread): Add leim subdir, like lisp subdir.
Richard M. Stallman [Wed, 2 Jul 1997 06:20:12 +0000 (06:20 +0000)]
(init_lread): Add leim subdir, like lisp subdir.

27 years ago(binary): Define as coding system alias.
Richard M. Stallman [Wed, 2 Jul 1997 04:59:04 +0000 (04:59 +0000)]
(binary): Define as coding system alias.

27 years ago(x_make_frame_visible): Check has_been_visible
Richard M. Stallman [Wed, 2 Jul 1997 04:41:00 +0000 (04:41 +0000)]
(x_make_frame_visible): Check has_been_visible
field before the UNBLOCK_INPUT.

27 years ago(desktop-clear): Don't kill buffers here.
Richard M. Stallman [Wed, 2 Jul 1997 03:37:27 +0000 (03:37 +0000)]
(desktop-clear): Don't kill buffers here.

27 years ago(overlay_str_buf): Declare as unsigned char *.
Richard M. Stallman [Wed, 2 Jul 1997 03:14:24 +0000 (03:14 +0000)]
(overlay_str_buf): Declare as unsigned char *.

27 years ago(decode_mode_spec_coding): Clean up handling of eol conversions.
Richard M. Stallman [Wed, 2 Jul 1997 02:59:01 +0000 (02:59 +0000)]
(decode_mode_spec_coding): Clean up handling of eol conversions.

27 years ago(mode-line-mule-info): Use `%Z' instead of `%z:'.
Richard M. Stallman [Wed, 2 Jul 1997 02:57:29 +0000 (02:57 +0000)]
(mode-line-mule-info): Use `%Z' instead of `%z:'.

27 years ago(syms_of_coding): Change initial values of eol_mnemonic_... variables.
Richard M. Stallman [Wed, 2 Jul 1997 02:56:02 +0000 (02:56 +0000)]
(syms_of_coding): Change initial values of eol_mnemonic_... variables.

27 years ago(xcons): Print car and cdr in hex.
Richard M. Stallman [Wed, 2 Jul 1997 00:37:26 +0000 (00:37 +0000)]
(xcons): Print car and cdr in hex.
(nextcons): New command.

27 years ago(in-is13194-devanagari): Define this name rather than devanagari.
Richard M. Stallman [Wed, 2 Jul 1997 00:06:55 +0000 (00:06 +0000)]
(in-is13194-devanagari): Define this name rather than devanagari.
(devanagari): Make this an alias.

27 years agoSwap args to define-coding-system-alias.
Richard M. Stallman [Wed, 2 Jul 1997 00:06:30 +0000 (00:06 +0000)]
Swap args to define-coding-system-alias.

27 years agoFix calls to define-coding-system-alias.
Richard M. Stallman [Tue, 1 Jul 1997 23:29:26 +0000 (23:29 +0000)]
Fix calls to define-coding-system-alias.

27 years ago(define-coding-system-alias): Swap the args.
Richard M. Stallman [Tue, 1 Jul 1997 23:10:44 +0000 (23:10 +0000)]
(define-coding-system-alias): Swap the args.

27 years ago(shrink-window-if-larger-than-buffer):
Richard M. Stallman [Tue, 1 Jul 1997 07:07:44 +0000 (07:07 +0000)]
(shrink-window-if-larger-than-buffer):
Use compute-motion, instead of inserting newlines.

27 years ago(SUBDIR): Add leim.
Kenichi Handa [Tue, 1 Jul 1997 07:05:03 +0000 (07:05 +0000)]
(SUBDIR): Add leim.
(SUBDIR_MAKEFILES): Add leim/Makefile.
(leim/Makefile): New target.

27 years ago(etc): Copy symlinks, as in src.
Richard M. Stallman [Tue, 1 Jul 1997 06:40:41 +0000 (06:40 +0000)]
(etc): Copy symlinks, as in src.

27 years ago(decode_env_path): Ensure path elements use proper directory separator.
Richard M. Stallman [Tue, 1 Jul 1997 06:32:13 +0000 (06:32 +0000)]
(decode_env_path): Ensure path elements use proper directory separator.

27 years ago(make_lispy_event): Check that ISO_FUNCTION_KEY_OFFSET is defined.
Richard M. Stallman [Tue, 1 Jul 1997 06:30:13 +0000 (06:30 +0000)]
(make_lispy_event): Check that ISO_FUNCTION_KEY_OFFSET is defined.

27 years ago(READ_CHILD_OUTPUT): Macro deleted.
Richard M. Stallman [Tue, 1 Jul 1997 06:28:48 +0000 (06:28 +0000)]
(READ_CHILD_OUTPUT): Macro deleted.
(read_process_output): Use read instead of READ_CHILD_OUTPUT.

27 years ago(Fformat_time_string): Move doc string outside DEFUN.
Richard M. Stallman [Tue, 1 Jul 1997 06:27:54 +0000 (06:27 +0000)]
(Fformat_time_string): Move doc string outside DEFUN.

27 years agoUpdate file comments.
Geoff Voelker [Tue, 1 Jul 1997 05:09:25 +0000 (05:09 +0000)]
Update file comments.
Update undefs added/removed in src/config.in.

27 years ago(GETOPTOBJS, GETOPTDEFS, MOVEMAILOBJS): Define.
Geoff Voelker [Tue, 1 Jul 1997 05:08:34 +0000 (05:08 +0000)]
(GETOPTOBJS, GETOPTDEFS, MOVEMAILOBJS): Define.
(movemail.exe): Depend upon and link with getopt files.
(obj): Include new source files.
(FACE_SUPPORT, MOUSE_SUPPORT, FLOAT_SUPPORT, WINNT_SUPPORT): Define.
(lisp): Include new and reorganized elisp files.

27 years agoDelete defsubrs of Sfocus_frame and
Geoff Voelker [Tue, 1 Jul 1997 05:06:38 +0000 (05:06 +0000)]
Delete defsubrs of Sfocus_frame and
Sunfocus_frame.

27 years agoInclude charset.h.
Geoff Voelker [Tue, 1 Jul 1997 05:06:16 +0000 (05:06 +0000)]
Include charset.h.

27 years agoAdd pragma to force zero initialized
Geoff Voelker [Tue, 1 Jul 1997 05:05:45 +0000 (05:05 +0000)]
Add pragma to force zero initialized
data into .data segment.

27 years ago(OBJ2): Include new source files.
Geoff Voelker [Tue, 1 Jul 1997 05:05:06 +0000 (05:05 +0000)]
(OBJ2): Include new source files.

27 years agoDuplicate undefs from config.in to check completeness.
Geoff Voelker [Tue, 1 Jul 1997 05:04:20 +0000 (05:04 +0000)]
Duplicate undefs from config.in to check completeness.
(STDC_HEADERS, HAVE_TZNAME, HAVE_MKTIME): Define to have a value.
(HAVE_GETPAGESIZE, HAVE_SETLOCALE, HAVE_SHUTDOWN, HAVE_TZSET,
HAVE_LIMITS_H, HAVE_STRERROR): Define.
[HAVE_NTGUI] (HAVE_MENUS): Define.
(SYSTEM_PURESIZE_EXTRA): Increase value.

27 years ago(mouse-undouble-last-event): Use reverse, not nreverse.
Richard M. Stallman [Tue, 1 Jul 1997 04:33:22 +0000 (04:33 +0000)]
(mouse-undouble-last-event): Use reverse, not nreverse.

27 years ago(bibtex-kill-field, bibtex-find-text): Killing a field moves to the next line.
Richard M. Stallman [Mon, 30 Jun 1997 21:25:37 +0000 (21:25 +0000)]
(bibtex-kill-field, bibtex-find-text): Killing a field moves to the next line.

27 years ago(read_char): Add a call to swallow_events
Richard M. Stallman [Mon, 30 Jun 1997 08:22:49 +0000 (08:22 +0000)]
(read_char): Add a call to swallow_events
when deciding whether to redisplay.
(swallow_events): Add forward declaration.

27 years ago(dired-do-shell-command): New arg FILE-LIST
Richard M. Stallman [Mon, 30 Jun 1997 06:13:58 +0000 (06:13 +0000)]
(dired-do-shell-command): New arg FILE-LIST
so that we don't recompute it after the user provides the input.

27 years ago(GNU_MALLOC_reason): Fix message text.
Richard M. Stallman [Mon, 30 Jun 1997 02:26:51 +0000 (02:26 +0000)]
(GNU_MALLOC_reason): Fix message text.

27 years ago(forward-visible-line): Handle 0 arg correctly.
Richard M. Stallman [Sun, 29 Jun 1997 21:36:37 +0000 (21:36 +0000)]
(forward-visible-line): Handle 0 arg correctly.

27 years agoChange intro.
Richard M. Stallman [Sun, 29 Jun 1997 20:42:56 +0000 (20:42 +0000)]
Change intro.

27 years ago(enable-multibyte-characters): Customize.
Richard M. Stallman [Sun, 29 Jun 1997 03:53:10 +0000 (03:53 +0000)]
(enable-multibyte-characters): Customize.

27 years ago(syms_of_buffer): enable-multibyte-characters is a user var.
Richard M. Stallman [Sun, 29 Jun 1997 03:49:57 +0000 (03:49 +0000)]
(syms_of_buffer): enable-multibyte-characters is a user var.

27 years ago(Fcall_process): Fix previous change.
Richard M. Stallman [Sun, 29 Jun 1997 03:39:02 +0000 (03:39 +0000)]
(Fcall_process): Fix previous change.

27 years ago(temp_output_buffer_show): Copy default-directory from current buffer.
Richard M. Stallman [Sun, 29 Jun 1997 00:35:28 +0000 (00:35 +0000)]
(temp_output_buffer_show): Copy default-directory from current buffer.

27 years ago(wait_reading_process_input): If wait_for_cell,
Richard M. Stallman [Sun, 29 Jun 1997 00:34:36 +0000 (00:34 +0000)]
(wait_reading_process_input): If wait_for_cell,
do check for keyboard input and swallow events, just don't exit.
(max): New macro.
(wait_reading_process_input): Pass a smaller first arg to select.

27 years ago(scan_sexps_forward): Split up a complex if-test.
Richard M. Stallman [Sun, 29 Jun 1997 00:33:39 +0000 (00:33 +0000)]
(scan_sexps_forward): Split up a complex if-test.

27 years ago[HAVE_TERMIOS_H]: Include termios.h.
Richard M. Stallman [Sun, 29 Jun 1997 00:08:34 +0000 (00:08 +0000)]
[HAVE_TERMIOS_H]: Include termios.h.

27 years ago(Fcall_process): Avoid storing alloca result
Richard M. Stallman [Sat, 28 Jun 1997 23:45:26 +0000 (23:45 +0000)]
(Fcall_process): Avoid storing alloca result
directly into array element.

27 years agoautomatically generated from GPLed version
Paul Eggert [Sat, 28 Jun 1997 23:28:13 +0000 (23:28 +0000)]
automatically generated from GPLed version

27 years agoautomatically generated from GPLed version
Richard M. Stallman [Sat, 28 Jun 1997 23:28:13 +0000 (23:28 +0000)]
automatically generated from GPLed version

27 years agoXEmacs compatibility hacks cleaned up.
Karl Heuer [Sat, 28 Jun 1997 21:27:18 +0000 (21:27 +0000)]
XEmacs compatibility hacks cleaned up.
(ffap-url-fetcher): If `browse-url' is bound, use that.
(ffap-locate-file): New optional arg dir-ok.
(ffap-at-mouse): Fix return value.

27 years ago(Fbury_buffer): Undo previous change.
Richard M. Stallman [Sat, 28 Jun 1997 07:56:29 +0000 (07:56 +0000)]
(Fbury_buffer): Undo previous change.

27 years agoFix previous change.
Richard M. Stallman [Sat, 28 Jun 1997 03:17:03 +0000 (03:17 +0000)]
Fix previous change.

27 years ago(nonincremental-repeat-search-forward)
Richard M. Stallman [Sat, 28 Jun 1997 03:15:16 +0000 (03:15 +0000)]
(nonincremental-repeat-search-forward)
(nonincremental-repeat-search-backward)
(nonincremental-repeat-re-search-forward)
(nonincremental-repeat-re-search-backward):
Special error check for no previous search.

27 years ago(lisptagsfiles): Look at subdirs only if name
Richard M. Stallman [Sat, 28 Jun 1997 03:09:27 +0000 (03:09 +0000)]
(lisptagsfiles): Look at subdirs only if name
starts with a letter.
(dontcompilefiles): Don't compile latin-5.el.
(updates): Reject subdirs whose names start with =.
(custom-deps, finder-data, autoloads, update-subdirs): Likewise.

27 years ago(scroll-bar-side): Variable deleted.
Richard M. Stallman [Sat, 28 Jun 1997 00:45:31 +0000 (00:45 +0000)]
(scroll-bar-side): Variable deleted.
(toggle-scroll-bar, toggle-horizontal-scroll-bar):
Moved to scroll-bar.el.

27 years ago(scroll-bar-mode): Extra defvar to avoid warning.
Richard M. Stallman [Sat, 28 Jun 1997 00:44:52 +0000 (00:44 +0000)]
(scroll-bar-mode): Extra defvar to avoid warning.

27 years ago(toggle-scroll-bar): Moved from frame.el.
Richard M. Stallman [Sat, 28 Jun 1997 00:43:48 +0000 (00:43 +0000)]
(toggle-scroll-bar): Moved from frame.el.
Use scroll-bar-mode to determine which side; if it's nil, use left.
(set-scroll-bar-mode): New subroutine, taken from scroll-bar-mode.
(scroll-bar-mode): Use the variable set-scroll-bar-mode.
(scroll-bar-mode): New variable.
(toggle-horizontal-scroll-bar): Moved from frame.el.

27 years ago(double-click-time): Use restricted-sexp.
Richard M. Stallman [Fri, 27 Jun 1997 22:38:19 +0000 (22:38 +0000)]
(double-click-time): Use restricted-sexp.
(load-path): Make [Current dir?] itself the active button.

27 years ago(compilation-error-regexp-alist): New item, for Oracle compiler.
Richard M. Stallman [Fri, 27 Jun 1997 22:35:21 +0000 (22:35 +0000)]
(compilation-error-regexp-alist): New item, for Oracle compiler.

27 years ago(facemenu-add-new-face): Fix comma in backquote.
Richard M. Stallman [Fri, 27 Jun 1997 22:31:00 +0000 (22:31 +0000)]
(facemenu-add-new-face): Fix comma in backquote.

27 years ago[__NetBSD__]: Add some conditionals for NetBSD.
Richard M. Stallman [Fri, 27 Jun 1997 22:27:12 +0000 (22:27 +0000)]
[__NetBSD__]: Add some conditionals for NetBSD.

27 years ago[__sony_news && _SYSTYPE_SYSV]: Include sym.h and sys/elf_mips.h.
Richard M. Stallman [Fri, 27 Jun 1997 22:08:03 +0000 (22:08 +0000)]
[__sony_news && _SYSTYPE_SYSV]: Include sym.h and sys/elf_mips.h.
(unexec): Add __sony_news && _SYSTYPE_SYSV conditionals.
Add a _nec_ews_svr4 conditional.

27 years ago(ospeed): Always use `extern' in the declaration.
Richard M. Stallman [Fri, 27 Jun 1997 22:03:41 +0000 (22:03 +0000)]
(ospeed): Always use `extern' in the declaration.

27 years ago(-mingw32*): New OS.
Richard Kenner [Fri, 27 Jun 1997 19:20:14 +0000 (19:20 +0000)]
(-mingw32*): New OS.

27 years ago(i*:MINGW*:*): New case.
Richard Kenner [Fri, 27 Jun 1997 19:18:43 +0000 (19:18 +0000)]
(i*:MINGW*:*): New case.

27 years ago(lisp, shortlisp): Some files are in international/.
Richard M. Stallman [Fri, 27 Jun 1997 19:09:34 +0000 (19:09 +0000)]
(lisp, shortlisp): Some files are in international/.

27 years ago(blessmail): Find blessmail.el in mail subdirectory.
Richard M. Stallman [Fri, 27 Jun 1997 17:57:10 +0000 (17:57 +0000)]
(blessmail): Find blessmail.el in mail subdirectory.

27 years ago(lisp): Don't process subdirs that start with =.
Richard M. Stallman [Fri, 27 Jun 1997 09:41:50 +0000 (09:41 +0000)]
(lisp): Don't process subdirs that start with =.

27 years agoFix up the text for .el files that are not compiled.
Richard M. Stallman [Fri, 27 Jun 1997 09:37:27 +0000 (09:37 +0000)]
Fix up the text for .el files that are not compiled.

27 years ago(file-chase-links): When handling .., make newname absolute.
Richard M. Stallman [Fri, 27 Jun 1997 09:04:14 +0000 (09:04 +0000)]
(file-chase-links): When handling .., make newname absolute.
Simplify several places.
(file-relative-name): Handle directory names as well as file names.
Don't get fooled by empty directory names, etc.

27 years agosimplify.
Simon Marshall [Fri, 27 Jun 1997 07:22:37 +0000 (07:22 +0000)]
simplify.

27 years agowrap inhibit-point-motion-hooks where nec.
Simon Marshall [Fri, 27 Jun 1997 06:59:46 +0000 (06:59 +0000)]
wrap inhibit-point-motion-hooks where nec.

27 years agosplit up scheme and tex support; wrap inhibit-point-motion-hooks where nec.
Simon Marshall [Fri, 27 Jun 1997 06:59:30 +0000 (06:59 +0000)]
split up scheme and tex support; wrap inhibit-point-motion-hooks where nec.

27 years ago(custom-magic-alist): Update messages for `modified' and `set' states.
Richard M. Stallman [Fri, 27 Jun 1997 06:09:07 +0000 (06:09 +0000)]
(custom-magic-alist): Update messages for `modified' and `set' states.

27 years ago(widget-choice-action): Use widget-edit-functions.
Richard M. Stallman [Fri, 27 Jun 1997 06:04:19 +0000 (06:04 +0000)]
(widget-choice-action): Use widget-edit-functions.
(widget-toggle-action): Likewise.

(widget-choose): Use only digits, except for C-g.
Allocate digits to disabled commands too.
Don't use a keyboard menu; instead, display a buffer
listing all the alternatives.  Put cursor in echo area.

27 years ago(Custom-move-and-invoke): New command.
Richard M. Stallman [Fri, 27 Jun 1997 06:03:11 +0000 (06:03 +0000)]
(Custom-move-and-invoke): New command.
(custom-mode-map): Bind Custom-move-and-invoke to mouse-1.
(custom-buffer-create-internal): Update buffer help text.

(custom-variable-menu): Clarify menu item names.
(custom-buffer-create-internal): Clarify button names.

27 years ago(mouse-drag-region): For a click (not a drag),
Richard M. Stallman [Fri, 27 Jun 1997 04:23:52 +0000 (04:23 +0000)]
(mouse-drag-region): For a click (not a drag),
let the up-event run normally.

27 years ago(init_xdisp): Pay attention to FRAME_MENU_BAR_LINES.
Richard M. Stallman [Fri, 27 Jun 1997 03:12:33 +0000 (03:12 +0000)]
(init_xdisp): Pay attention to FRAME_MENU_BAR_LINES.

27 years agoFinish previous change.
Richard M. Stallman [Fri, 27 Jun 1997 02:46:08 +0000 (02:46 +0000)]
Finish previous change.

27 years agoUndo previous censorship changes.
Richard M. Stallman [Thu, 26 Jun 1997 22:10:20 +0000 (22:10 +0000)]
Undo previous censorship changes.

27 years ago(Fbuffer_list): New optional argument FRAME.
Richard M. Stallman [Thu, 26 Jun 1997 21:09:22 +0000 (21:09 +0000)]
(Fbuffer_list): New optional argument FRAME.

27 years agoUpdate copyright notice.
Richard M. Stallman [Thu, 26 Jun 1997 21:08:49 +0000 (21:08 +0000)]
Update copyright notice.

27 years ago(sendmail-program): Look first in /usr/sbin.
Richard M. Stallman [Thu, 26 Jun 1997 07:21:42 +0000 (07:21 +0000)]
(sendmail-program): Look first in /usr/sbin.

27 years agoDon't assign to $0 in awk; some awks don't allow this.
Paul Eggert [Thu, 26 Jun 1997 01:00:03 +0000 (01:00 +0000)]
Don't assign to $0 in awk; some awks don't allow this.

27 years agoSynched with 1.9936.
Per Abrahamsen [Wed, 25 Jun 1997 15:30:27 +0000 (15:30 +0000)]
Synched with 1.9936.

27 years ago(debug-ignored-errors): Correct the error messages
Richard M. Stallman [Wed, 25 Jun 1997 07:27:44 +0000 (07:27 +0000)]
(debug-ignored-errors): Correct the error messages
that are supposed to match imenu.el.