]> git.eshelyaron.com Git - emacs.git/log
emacs.git
27 years agoUndo an earlier change:
Richard M. Stallman [Mon, 7 Jul 1997 21:51:01 +0000 (21:51 +0000)]
Undo an earlier change:
(dun-piss): Renamed from dunnet-urinate.
(dun-verblist): Indecent word added back.
(dunnet): Delete "censored" message.

27 years ago(custom-load-symbol): Don't reload a preloaded file.
Richard M. Stallman [Mon, 7 Jul 1997 19:06:16 +0000 (19:06 +0000)]
(custom-load-symbol): Don't reload a preloaded file.

27 years ago[sigmask] (SIGEMPTYMASK): Define to use sigmask.
Richard M. Stallman [Mon, 7 Jul 1997 19:05:34 +0000 (19:05 +0000)]
[sigmask] (SIGEMPTYMASK): Define to use sigmask.

27 years agoRename macro __P to PP.
Richard M. Stallman [Mon, 7 Jul 1997 19:04:35 +0000 (19:04 +0000)]
Rename macro __P to PP.

27 years ago(Ffile_attributes): Use cast to avoid warnings.
Richard M. Stallman [Mon, 7 Jul 1997 19:00:51 +0000 (19:00 +0000)]
(Ffile_attributes): Use cast to avoid warnings.

27 years ago(Vpreloaded_file_list): New variable.
Richard M. Stallman [Mon, 7 Jul 1997 19:00:25 +0000 (19:00 +0000)]
(Vpreloaded_file_list): New variable.
(syms_of_lread): Set up Lisp variable.
(Fload): Add to Vpreloaded_file_list, if dumping.

27 years agoDoc fixes.
Richard M. Stallman [Mon, 7 Jul 1997 18:27:33 +0000 (18:27 +0000)]
Doc fixes.

27 years ago(undecided): Use `-' in mode line.
Richard M. Stallman [Mon, 7 Jul 1997 08:45:38 +0000 (08:45 +0000)]
(undecided): Use `-' in mode line.

27 years ago(i?86:UNIX_SV:4.2MP:2.*): Recognize unixware.
Richard M. Stallman [Mon, 7 Jul 1997 08:40:20 +0000 (08:40 +0000)]
(i?86:UNIX_SV:4.2MP:2.*): Recognize unixware.

27 years ago(Fuser_full_name): Declare p, q and r as unsigned char *.
Richard M. Stallman [Mon, 7 Jul 1997 08:27:34 +0000 (08:27 +0000)]
(Fuser_full_name): Declare p, q and r as unsigned char *.

27 years ago(ospeed): Define as short, unless HAVE_TERMIOS_H and LINUX.
Richard M. Stallman [Mon, 7 Jul 1997 06:48:01 +0000 (06:48 +0000)]
(ospeed): Define as short, unless HAVE_TERMIOS_H and LINUX.

27 years ago(ospeed): Declare as short unless HAVE_TERMIOS_H and LINUX.
Richard M. Stallman [Mon, 7 Jul 1997 06:42:35 +0000 (06:42 +0000)]
(ospeed): Declare as short unless HAVE_TERMIOS_H and LINUX.

27 years ago(install-arch-indep): Correct the target name.
Kenichi Handa [Mon, 7 Jul 1997 05:35:53 +0000 (05:35 +0000)]
(install-arch-indep): Correct the target name.
The first letter `i' was dropped by the previous change of mine.

27 years agoInclude blockinput.h.
Richard M. Stallman [Mon, 7 Jul 1997 05:32:01 +0000 (05:32 +0000)]
Include blockinput.h.

(Fset_window_configuration): Block input around frobbing the frame.
Preseve point in the current buffer if we do not switch to a different one.

27 years ago(make-help-screen): Clear the prompt when we get a real command.
Richard M. Stallman [Mon, 7 Jul 1997 04:48:15 +0000 (04:48 +0000)]
(make-help-screen): Clear the prompt when we get a real command.

27 years ago(leim/Makefile): Generate this.
Richard M. Stallman [Mon, 7 Jul 1997 04:08:18 +0000 (04:08 +0000)]
(leim/Makefile): Generate this.

(*-sysv4.2uw*): Recognize new alternative.

Create src/config.stamp at the end.

27 years agoSet up real-leim subdirectory,
Richard M. Stallman [Mon, 7 Jul 1997 03:42:47 +0000 (03:42 +0000)]
Set up real-leim subdirectory,
with the real contents of leim; then move it to
a separate top-level directory.

Initialize a `leim' subdirectory with leim-Makefile.in.

Don't mention site-lisp, site-init, site-start
or default, when listing files hat are not compiled and should be.

27 years ago(echo_area_display): Use proper vpos when clearing extra minibuf lines.
Richard M. Stallman [Mon, 7 Jul 1997 03:38:35 +0000 (03:38 +0000)]
(echo_area_display): Use proper vpos when clearing extra minibuf lines.

27 years ago(display_menu_bar): Always pass W to display_string.
Richard M. Stallman [Mon, 7 Jul 1997 02:39:39 +0000 (02:39 +0000)]
(display_menu_bar): Always pass W to display_string.

(redisplay_internal): At the end, if more frames have
become visible, repeat the redisplay.
(decode_mode_spec): Don't display subprocess coding systems.
Don't display EOL for keyboard and terminal coding systems.

27 years ago(Fcall_process): If enable-multibyte-characters is
Kenichi Handa [Mon, 7 Jul 1997 00:59:44 +0000 (00:59 +0000)]
(Fcall_process): If enable-multibyte-characters is
nil, do not encode arguments for process, and decode output of
process by emacs-mule.
(Fcall_process_region): If enable-multibyte-characters is nil, do
not encode text to be given to process, and decode output of
process by emacs-mule.

27 years ago(Qemacs_mule, inhibit_eol_conversion): New variables.
Kenichi Handa [Mon, 7 Jul 1997 00:59:44 +0000 (00:59 +0000)]
(Qemacs_mule, inhibit_eol_conversion): New variables.
(setup_coding_system): If inhibit_eol_conversion is 0, set
coding->eol_type to CODING_EOL_LF.
(syms_of_coding): Initialize and staticpro Qemacs_mule.  Change
error-message property of coding-system-error.  Declare
inhibit-eol-conversion as Lisp variable.
(system_eol_type): New variable.
(init_coding_once): Initialize it.
(ENCODE_SJIS_BIG5_CHARACTER): Bug in encoding a BIG5 character
fixed.

27 years ago(Qemacs_mule): Extern it.
Kenichi Handa [Mon, 7 Jul 1997 00:59:44 +0000 (00:59 +0000)]
(Qemacs_mule): Extern it.

27 years ago(Fstart_process): If enable-multibyte-characters is
Kenichi Handa [Mon, 7 Jul 1997 00:59:44 +0000 (00:59 +0000)]
(Fstart_process): If enable-multibyte-characters is
nil, set coding system for decoding output of process to
emacs-mule, and set coding system for encoding to nil.
(Fopen_network_stream): If enable-multibyte-characters is nil, set
coding systems for decoding and encoding to nil.

27 years ago(Finsert_file_contents): If enable-multibyte-characters
Kenichi Handa [Mon, 7 Jul 1997 00:59:44 +0000 (00:59 +0000)]
(Finsert_file_contents): If enable-multibyte-characters
is nil, decode character code by emacs-mule.
(Fwrite_region): Use buffer-file-coding-system for encoding if
enable-multibyte-characters is nil.

27 years ago(x_list_fonts): Initialize the variable LIST to Qnil.
Kenichi Handa [Mon, 7 Jul 1997 00:59:44 +0000 (00:59 +0000)]
(x_list_fonts): Initialize the variable LIST to Qnil.

27 years ago(skkdic-okuri-ari): Doc-string
Kenichi Handa [Mon, 7 Jul 1997 00:53:02 +0000 (00:53 +0000)]
(skkdic-okuri-ari): Doc-string
modified.
(skkdic-postfix, skkdic-prefix, skkdic-okuri-nasi): Likewise.
(skkdic-lookup-key): Add 4th argument PREFER-NOUN.  Arrange order
of returning list according to this value.

27 years ago(kkc-region): Call skkdic-lookup-key with
Kenichi Handa [Mon, 7 Jul 1997 00:53:02 +0000 (00:53 +0000)]
(kkc-region): Call skkdic-lookup-key with
t for arg PREFER-NOUN while looking up key sequences shorter than
what a user requested.
(kkc-next-phrace): Likewise.

27 years ago(print-fontset): Output format tuned.
Kenichi Handa [Mon, 7 Jul 1997 00:53:02 +0000 (00:53 +0000)]
(print-fontset): Output format tuned.
(describe-fontset): Likewise.
(list-fontsets): Likewise.

27 years ago(quail-conversion-help): Source code indentation changed.
Kenichi Handa [Mon, 7 Jul 1997 00:53:02 +0000 (00:53 +0000)]
(quail-conversion-help): Source code indentation changed.

27 years ago(delete-selection-mode): Doc fix.
Richard M. Stallman [Sun, 6 Jul 1997 23:51:30 +0000 (23:51 +0000)]
(delete-selection-mode): Doc fix.

27 years ago[OSF_ALPHA]: Include sys/mbuf.h, sys/socket.h, net/route.h.
Richard M. Stallman [Sun, 6 Jul 1997 23:43:39 +0000 (23:43 +0000)]
[OSF_ALPHA]: Include sys/mbuf.h, sys/socket.h, net/route.h.

27 years ago(update_dynamic_symbols): Add cast when setting reladdr.
Richard M. Stallman [Sun, 6 Jul 1997 23:24:28 +0000 (23:24 +0000)]
(update_dynamic_symbols): Add cast when setting reladdr.

27 years ago(widget-field-use-before-change): Reenable for Emacs 20.
Richard M. Stallman [Sun, 6 Jul 1997 23:12:14 +0000 (23:12 +0000)]
(widget-field-use-before-change): Reenable for Emacs 20.

(widget-choose): Using keyboard, if all choices are
diabled, just report an error.

27 years ago(menu-bar-files-menu): Use make-frame-command
Richard M. Stallman [Sat, 5 Jul 1997 21:33:06 +0000 (21:33 +0000)]
(menu-bar-files-menu): Use make-frame-command
as in C-x 5 2, rather than make-frame.

27 years ago(Fsignal, find_handler_clause): If ERROR_SYMBOL
Richard M. Stallman [Sat, 5 Jul 1997 19:58:21 +0000 (19:58 +0000)]
(Fsignal, find_handler_clause): If ERROR_SYMBOL
is nil, assume it's in the car of DATA.

27 years ago(face-set-after-frame-default): New ubroutine,
Richard M. Stallman [Sat, 5 Jul 1997 19:28:02 +0000 (19:28 +0000)]
(face-set-after-frame-default): New ubroutine,
taken from x-create-frame-with-faces.
(x-create-frame-with-faces): Call it.
(face-italic-p, face-bold-p): Use equal to compare fonts.
(frame-update-faces): Function now a no-op.

27 years ago(set-language-environment): Do the real work here.
Richard M. Stallman [Sat, 5 Jul 1997 19:26:53 +0000 (19:26 +0000)]
(set-language-environment): Do the real work here.
(current-language-environment): New variable.
(setup-specified-language-environment): Call set-language-environment.
Set current-language-environment.
(describe-language-environment):
By default, use current-language-environment.

27 years ago(help-map): Bind I to describe-input-method.
Richard M. Stallman [Sat, 5 Jul 1997 18:08:50 +0000 (18:08 +0000)]
(help-map): Bind I to describe-input-method.
(help-map): Bind L to describe-language-environment.

27 years ago(help-for-help): Update help text.
Richard M. Stallman [Sat, 5 Jul 1997 18:07:30 +0000 (18:07 +0000)]
(help-for-help): Update help text.

27 years ago(x_set_font): Funcall Qface_set_after_frame_default.
Richard M. Stallman [Sat, 5 Jul 1997 08:26:04 +0000 (08:26 +0000)]
(x_set_font): Funcall Qface_set_after_frame_default.
(Qface_set_after_frame_default): New variable.
(syms_of_xfns): Initialize and staticpro it.

27 years ago(x_make_frame_visible): Don't move the frame
Richard M. Stallman [Sat, 5 Jul 1997 08:23:34 +0000 (08:23 +0000)]
(x_make_frame_visible): Don't move the frame
if it was iconified--only if it was invisible.

27 years ago(sendmail-user-agent-compose): New function;
Richard M. Stallman [Sat, 5 Jul 1997 03:44:54 +0000 (03:44 +0000)]
(sendmail-user-agent-compose): New function;
this has the code that was in sendmail-user-agent.
(sendmail-user-agent): Use sendmail-user-agent-compose.

27 years ago(reporter-compose-outgoing): Use functionp,
Richard M. Stallman [Sat, 5 Jul 1997 03:41:35 +0000 (03:41 +0000)]
(reporter-compose-outgoing): Use functionp,
not fboundp, to test validity of COMPOSE.

27 years agoInclude float.h before lisp.h.
Richard M. Stallman [Sat, 5 Jul 1997 03:27:25 +0000 (03:27 +0000)]
Include float.h before lisp.h.

27 years ago(rindex): Add declaration.
Richard M. Stallman [Sat, 5 Jul 1997 03:19:16 +0000 (03:19 +0000)]
(rindex): Add declaration.

27 years ago(SETUP_SYNTAX_TABLE_FOR_OBJECT): Treat nil like a buffer.
Richard M. Stallman [Sat, 5 Jul 1997 02:41:45 +0000 (02:41 +0000)]
(SETUP_SYNTAX_TABLE_FOR_OBJECT): Treat nil like a buffer.

27 years ago(complete-symbol): Accept an argument.
Richard M. Stallman [Sat, 5 Jul 1997 00:56:01 +0000 (00:56 +0000)]
(complete-symbol): Accept an argument.
(debug-ignored-errors): Add ^ to "No tags table loaded".
Make the etags.el strings correspond to latest etags.el.

27 years ago(next-file, tags-loop-scan): Fix error message.
Richard M. Stallman [Sat, 5 Jul 1997 00:54:32 +0000 (00:54 +0000)]
(next-file, tags-loop-scan): Fix error message.
(visit-tags-table-buffer, complete-tag): Likewise.

27 years ago(latin-1, latin-2. latin-3, latin-4, latin-5):
Richard M. Stallman [Sat, 5 Jul 1997 00:25:53 +0000 (00:25 +0000)]
(latin-1, latin-2. latin-3, latin-4, latin-5):
Define coding system aliases.

27 years ago(memory_full): Pass Qnil to Fsignal for ERROR_SYMBOL.
Richard M. Stallman [Sat, 5 Jul 1997 00:22:54 +0000 (00:22 +0000)]
(memory_full): Pass Qnil to Fsignal for ERROR_SYMBOL.

Fix bugs with inappropriate mixing of Lisp_Object with int.

27 years ago(install-leim): Correct previous change.
Richard M. Stallman [Sat, 5 Jul 1997 00:20:22 +0000 (00:20 +0000)]
(install-leim): Correct previous change.

27 years ago(compilation-error-regexp-alist):
Richard M. Stallman [Fri, 4 Jul 1997 21:05:11 +0000 (21:05 +0000)]
(compilation-error-regexp-alist):
Support for IAR Systems C compiler added.

27 years agoFinish previous change.
Richard M. Stallman [Fri, 4 Jul 1997 21:03:05 +0000 (21:03 +0000)]
Finish previous change.

27 years ago(forward-visible-line): Use forward-line, not
Richard M. Stallman [Fri, 4 Jul 1997 21:01:42 +0000 (21:01 +0000)]
(forward-visible-line): Use forward-line, not
vertical-motion, when moving backwards.

27 years agoInitial revision
Richard M. Stallman [Fri, 4 Jul 1997 20:56:42 +0000 (20:56 +0000)]
Initial revision

27 years ago(RE_TRANSLATE): Define default assuming simple integers.
Richard M. Stallman [Fri, 4 Jul 1997 20:46:51 +0000 (20:46 +0000)]
(RE_TRANSLATE): Define default assuming simple integers.

27 years ago(TRANSLATE, re_search_2, re_match_2_internal,bcmp_translate):
Richard M. Stallman [Fri, 4 Jul 1997 20:46:22 +0000 (20:46 +0000)]
(TRANSLATE, re_search_2, re_match_2_internal,bcmp_translate):
Use RE_TRANSLATE instead of accessing translate array directly.

27 years agoFix bugs with inappropriate mixing of Lisp_Object with int.
Richard M. Stallman [Fri, 4 Jul 1997 20:44:52 +0000 (20:44 +0000)]
Fix bugs with inappropriate mixing of Lisp_Object with int.

27 years agoFix bugs with inappropriate mixing of Lisp_Object with int.
Richard M. Stallman [Fri, 4 Jul 1997 20:43:49 +0000 (20:43 +0000)]
Fix bugs with inappropriate mixing of Lisp_Object with int.

Update copyright year.

27 years agoRequire thingatpt when compiling.
Richard M. Stallman [Fri, 4 Jul 1997 20:00:43 +0000 (20:00 +0000)]
Require thingatpt when compiling.
(browse-url-url-at-point): Use `thing-at-point' (with URL code
moved from here).
(browse-url-looking-at): Moved to thingatpt.el, renamed and changed.

27 years ago(thing-at-point): Use `thing-at-point' property, if any.
Richard M. Stallman [Fri, 4 Jul 1997 19:59:49 +0000 (19:59 +0000)]
(thing-at-point): Use `thing-at-point' property, if any.
(bounds-of-thing-at-point): Use `bounds-of-thing-at-point' property.
(thing-at-point-bounds-of-url-at-point): New function.
(thing-at-point-looking-at): New function, adapted from old
browse-url-looking-at.
(thing-at-point-url-at-point): New function, adapted from
browse-url-url-at-point.
(thing-at-point-url-chars): Variable deleted.
(thing-at-point-url-path-regexp, thing-at-point-short-url-regexp,
thing-at-point-url-regexp, thing-at-point-markedup-url-regexp):
New variables.
(url): `beginning-op' property function changed to use
`thing-at-point-bounds-of-url-at-point'.  `end-op' property no
longer set -- functionality no longer supported for the more
sophisticated treatment of URLs so `forward-thing' no longer works
in this case.

27 years ago(custom-mode-map): Bind n and p.
Richard M. Stallman [Fri, 4 Jul 1997 19:43:04 +0000 (19:43 +0000)]
(custom-mode-map): Bind n and p.

27 years ago(report-emacs-bug): Don't include messages
Richard M. Stallman [Fri, 4 Jul 1997 19:08:11 +0000 (19:08 +0000)]
(report-emacs-bug): Don't include messages
in *Messages* generated by report-emacs-bug itself.

27 years ago(mail-complete-alist): Don't use backquote.
Richard M. Stallman [Fri, 4 Jul 1997 18:56:19 +0000 (18:56 +0000)]
(mail-complete-alist): Don't use backquote.

27 years agoComment change.
Richard M. Stallman [Fri, 4 Jul 1997 18:44:38 +0000 (18:44 +0000)]
Comment change.

27 years ago(Fformat): Add second argument in call to Ftruncate.
Richard M. Stallman [Fri, 4 Jul 1997 18:41:53 +0000 (18:41 +0000)]
(Fformat): Add second argument in call to Ftruncate.

27 years ago(init_system_name): Don't accept "(none)" as domain.
Richard M. Stallman [Fri, 4 Jul 1997 18:38:36 +0000 (18:38 +0000)]
(init_system_name): Don't accept "(none)" as domain.

27 years ago(overlay_strings): Finish up previous change.
Richard M. Stallman [Fri, 4 Jul 1997 18:36:58 +0000 (18:36 +0000)]
(overlay_strings): Finish up previous change.

27 years agoFix previous change.
Per Abrahamsen [Fri, 4 Jul 1997 13:25:17 +0000 (13:25 +0000)]
Fix previous change.

27 years agoNew command names.
Per Abrahamsen [Fri, 4 Jul 1997 13:24:25 +0000 (13:24 +0000)]
New command names.

27 years agoSynched with 1.9945.
Per Abrahamsen [Fri, 4 Jul 1997 12:52:14 +0000 (12:52 +0000)]
Synched with 1.9945.

27 years agoUse `color' instead of `editable-color'.
Per Abrahamsen [Fri, 4 Jul 1997 12:03:12 +0000 (12:03 +0000)]
Use `color' instead of `editable-color'.

27 years agoSynched with 1.9944.
Per Abrahamsen [Fri, 4 Jul 1997 09:44:36 +0000 (09:44 +0000)]
Synched with 1.9944.

27 years agoInitial revision
Richard M. Stallman [Fri, 4 Jul 1997 05:07:07 +0000 (05:07 +0000)]
Initial revision

27 years ago(lisp, shortlisp): Some files moved to subdirs.
Richard M. Stallman [Fri, 4 Jul 1997 05:05:10 +0000 (05:05 +0000)]
(lisp, shortlisp): Some files moved to subdirs.

27 years agoSome files are in different directories.
Richard M. Stallman [Fri, 4 Jul 1997 04:59:58 +0000 (04:59 +0000)]
Some files are in different directories.

27 years ago(x_set_scroll_bar_width): By default, use enough
Richard M. Stallman [Fri, 4 Jul 1997 04:48:13 +0000 (04:48 +0000)]
(x_set_scroll_bar_width): By default, use enough
columns to give 14 or more pixels.

27 years ago(next-line, previous-line): Doc fixes.
Richard M. Stallman [Fri, 4 Jul 1997 04:47:05 +0000 (04:47 +0000)]
(next-line, previous-line): Doc fixes.

(kill-line): Doc fix.

27 years ago[__GNU__]: Test for not NeXT.
Richard M. Stallman [Fri, 4 Jul 1997 04:45:19 +0000 (04:45 +0000)]
[__GNU__]: Test for not NeXT.

27 years agoearlier changes be me on 3 July included updating the infor on the GNU
John Gilmore [Fri, 4 Jul 1997 04:44:53 +0000 (04:44 +0000)]
earlier changes be me on 3 July included updating the infor on the GNU
Hurd Task List -len

27 years ago(diary-float): Fix errors in previous change.
Richard M. Stallman [Fri, 4 Jul 1997 04:44:29 +0000 (04:44 +0000)]
(diary-float): Fix errors in previous change.

27 years ago(mail-do-fcc): Pass an arg to verify-visited-file-modtime.
Richard M. Stallman [Fri, 4 Jul 1997 04:43:38 +0000 (04:43 +0000)]
(mail-do-fcc): Pass an arg to verify-visited-file-modtime.

27 years agofix TeX overfills -len
John Gilmore [Fri, 4 Jul 1997 04:43:36 +0000 (04:43 +0000)]
fix TeX overfills -len

27 years ago(tex-common-initialization):
Richard M. Stallman [Fri, 4 Jul 1997 04:41:46 +0000 (04:41 +0000)]
(tex-common-initialization):
Set search-whitespace-regexp locally.

27 years ago(LD_SWITCH_SYSTEM_TEMACS): Add #undef.
Richard M. Stallman [Fri, 4 Jul 1997 02:01:53 +0000 (02:01 +0000)]
(LD_SWITCH_SYSTEM_TEMACS): Add #undef.

27 years ago(send_process): Make buf and temp_buf `unsigned char *'.
Richard M. Stallman [Fri, 4 Jul 1997 02:01:31 +0000 (02:01 +0000)]
(send_process): Make buf and temp_buf  `unsigned char *'.

27 years ago(he-dabbrev-skip-space): Fix previous change.
Richard M. Stallman [Fri, 4 Jul 1997 00:44:33 +0000 (00:44 +0000)]
(he-dabbrev-skip-space): Fix previous change.
(he-dabbrev-as-symbol): Likewise.

27 years ago(load-with-code-conversion):
Richard M. Stallman [Fri, 4 Jul 1997 00:17:55 +0000 (00:17 +0000)]
(load-with-code-conversion):
Don't run kill-buffer-hook or kill-buffer-query-functions.

27 years ago(show-paren-idle-timer): New defvar.
Richard M. Stallman [Fri, 4 Jul 1997 00:16:50 +0000 (00:16 +0000)]
(show-paren-idle-timer): New defvar.
(show-paren-mode): Add :initialize attr in the defcustom.
Test the value at end of file, and turn on the mode if true.

27 years ago(desktop-clear-preserve-buffers): New variable.
Richard M. Stallman [Fri, 4 Jul 1997 00:13:36 +0000 (00:13 +0000)]
(desktop-clear-preserve-buffers): New variable.
(desktop-clear): Kill all buffers except internal ones
and those listed in desktop-clear-preserve-buffers.

27 years ago(find-grep-dired): Use -type f.
Richard M. Stallman [Fri, 4 Jul 1997 00:11:24 +0000 (00:11 +0000)]
(find-grep-dired): Use -type f.

27 years agoMinor fixes.
Richard M. Stallman [Thu, 3 Jul 1997 23:33:46 +0000 (23:33 +0000)]
Minor fixes.

27 years agofixed bad @node Next reference -len
John Gilmore [Thu, 3 Jul 1997 22:16:37 +0000 (22:16 +0000)]
fixed bad @node Next reference -len

27 years ago("Japanese"): List iso-2022-7bit coding system instead of japanese-iso-7bit.
Richard M. Stallman [Thu, 3 Jul 1997 20:53:32 +0000 (20:53 +0000)]
("Japanese"): List iso-2022-7bit coding system instead of japanese-iso-7bit.

27 years ago(delete-selection-mode): Doc fix.
Richard M. Stallman [Thu, 3 Jul 1997 20:03:04 +0000 (20:03 +0000)]
(delete-selection-mode): Doc fix.

27 years ago(gnus-group-set-mode-line):
Richard M. Stallman [Thu, 3 Jul 1997 19:07:26 +0000 (19:07 +0000)]
(gnus-group-set-mode-line):
Update how mode-line-modified is set.

27 years agoFix previous change.
Richard M. Stallman [Thu, 3 Jul 1997 07:21:22 +0000 (07:21 +0000)]
Fix previous change.

27 years ago(custom-face-attributes): Use editable-color widget.
Richard M. Stallman [Thu, 3 Jul 1997 07:12:19 +0000 (07:12 +0000)]
(custom-face-attributes): Use editable-color widget.

27 years ago(color-sample, editable-color): New widget types.
Richard M. Stallman [Thu, 3 Jul 1997 07:11:10 +0000 (07:11 +0000)]
(color-sample, editable-color): New widget types.

(widget-button-face): Default value widget-button-face.
(widget-default-button-face-get): Use variable widget-button-face.

27 years ago(custom-buffer-create-internal): New arg DESCRIPTION
Richard M. Stallman [Thu, 3 Jul 1997 07:09:29 +0000 (07:09 +0000)]
(custom-buffer-create-internal): New arg DESCRIPTION
is inserted in the buffer to describe it.
(custom-buffer-create-other-window, custom-buffer-create):
New arg DESCRIBE; pass it along.
(customize-group): Pass DESCRIBE argument.
(custom-face-menu): Improve Set and Save item strings.
(custom-group-menu): Likewise.

(custom): Don't set :button-face.
(custom-mode): Use custom-button-face here
as buffer-local value of widget-button-face.