bpt/emacs.git
27 years ago(make-char): Doc-string modified.
Kenichi Handa [Mon, 12 May 1997 06:56:25 +0000 (06:56 +0000)]
(make-char): Doc-string modified.
(make-coding-system): Describe about INIT-BOL and DESIGNATION-BOL
in doc-string.
(find-new-buffer-file-coding-system): Doc-string modified.
(make-unitication-table): New function.

27 years agoDelete code for alternate-charset-table.
Kenichi Handa [Mon, 12 May 1997 06:56:24 +0000 (06:56 +0000)]
Delete code for alternate-charset-table.
Initialize standard-character-unification-table-for-read and
standard-character-unification-table-for-write.
Set coding-category-iso-8-2 and coding-category-iso-else to the
coding system iso-8859-1 by default.

27 years agoSet category of kinsoku-bol and kinsoku-eol for
Kenichi Handa [Mon, 12 May 1997 06:56:23 +0000 (06:56 +0000)]
Set category of kinsoku-bol and kinsoku-eol for
latin-jisx0201 and katakana-jisx0201 characters.

27 years ago(build-describe-language-support-function,
Kenichi Handa [Mon, 12 May 1997 06:56:23 +0000 (06:56 +0000)]
(build-describe-language-support-function,
build-set-language-environment-function): The functions deleted.
(set-language-info): Doc-string modified.  Chage handling of
special keys describe-function and setup-function.
(read-language-name): Return nil if a language specified does not
have KEY.
(current-input-method-title): Doc-string modified.
(select-input-method): Set current-input-method to nil even if
inactivation of the current input method failed.
(set-language-environment): Doc-string modified.
(describe-language-support): Doc-string modified.  Calls an
appropriate function for each langauge.
(describe-language-support-internal): New function.

27 years ago(gnus-mule-message-send-news-function): New
Kenichi Handa [Mon, 12 May 1997 06:56:21 +0000 (06:56 +0000)]
(gnus-mule-message-send-news-function): New
function to encode text before sending by news.
(gnus-mule-message-send-mail-function): New function to encode
text before sending by mail.
(gnus-mule-initialize): Add gnus-mule-message-send-news-function
to the hook message-send-news-hook.  Add
gnus-mule-message-send-mail-function to the hook
message-send-mail-hook.

27 years ago(help-with-tutorial): Fix a bug of handling non-English
Kenichi Handa [Mon, 12 May 1997 06:56:21 +0000 (06:56 +0000)]
(help-with-tutorial): Fix a bug of handling non-English
tutorial file.

27 years ago(x-decompose-font-name): While seting each field of
Kenichi Handa [Mon, 12 May 1997 06:56:20 +0000 (06:56 +0000)]
(x-decompose-font-name): While seting each field of
XLFD, set "*" instead of nil to a field which is omitted in the
original font name.
(generate-fontset-menu): Delete code for handling alias (or
nickname). It is now handled in fontset-plain-name.
(fontset-plain-name): Handle alias of fontset name, show more
user-friendy names.
(create-fontset-from-fontset-spec): Add an optional arg STYLE to
create bold, italic, and bold-italic variants of a fonset.

27 years ago(encoded-kbd-mode): Doc-string modified.
Kenichi Handa [Mon, 12 May 1997 06:56:19 +0000 (06:56 +0000)]
(encoded-kbd-mode): Doc-string modified.
(encoded-kbd-select-terminal): The function deleted.
(encoded-kbd-set-coding-system): New function.

27 years agoSet syntax and category for Devanagari, Thai, and
Kenichi Handa [Mon, 12 May 1997 05:30:27 +0000 (05:30 +0000)]
Set syntax and category for Devanagari, Thai, and
Tibetan characters.  Add a category ?| to the category sets of
characters of katakana-jisx0201 and japanese-jisx0212.

27 years ago(x-make-font-bold-italic): New function.
Kenichi Handa [Mon, 12 May 1997 05:26:35 +0000 (05:26 +0000)]
(x-make-font-bold-italic): New function.

27 years ago(defcustom): Get rid of eval-and-compile.
Richard M. Stallman [Mon, 12 May 1997 01:19:54 +0000 (01:19 +0000)]
(defcustom): Get rid of eval-and-compile.
The compiler should now handle custom-declare-variables on its own.

27 years ago(defcustom): Add doc-string-elt property.
Richard M. Stallman [Mon, 12 May 1997 01:14:36 +0000 (01:14 +0000)]
(defcustom): Add doc-string-elt property.
(make-autoload): Convert defcustom into defvar.

27 years ago(dist): Don't run update-subdirs here,
Richard M. Stallman [Mon, 12 May 1997 01:03:02 +0000 (01:03 +0000)]
(dist): Don't run update-subdirs here,
since make-dist now gets that done.

27 years ago(update-subdirs): New target.
Richard M. Stallman [Mon, 12 May 1997 00:59:57 +0000 (00:59 +0000)]
(update-subdirs): New target.
(updates): Do update-subdirs's job too.

27 years agoUse the new `updates' target in lisp/Makefile.
Richard M. Stallman [Mon, 12 May 1997 00:53:45 +0000 (00:53 +0000)]
Use the new `updates' target in lisp/Makefile.

27 years ago(autoloads, custom-deps, finder-data):
Richard M. Stallman [Mon, 12 May 1997 00:51:53 +0000 (00:51 +0000)]
(autoloads, custom-deps, finder-data):
Pass all "real" subdirs of lisp/ as args when rebuilding autoloads.
(updates): New target, does all three of those.

27 years ago(finder-compile-keywords-make-dist):
Richard M. Stallman [Mon, 12 May 1997 00:49:50 +0000 (00:49 +0000)]
(finder-compile-keywords-make-dist):
Use the dirs specified on the command line.

27 years ago(custom-make-dependencies): Don't find the subdirs here;
Richard M. Stallman [Mon, 12 May 1997 00:46:59 +0000 (00:46 +0000)]
(custom-make-dependencies): Don't find the subdirs here;
instead, use the dirs specified on the command line.

27 years ago(custom-deps): Target renamed from cus-load.el.
Richard M. Stallman [Mon, 12 May 1997 00:06:03 +0000 (00:06 +0000)]
(custom-deps): Target renamed from cus-load.el.
(finder-data): Target renamed from finder-inf.el
(unlock, relock): Targets deleted.

(lisptagsfiles): Look in all subdirs.

27 years agoUse new non-file targets in lisp/Makefile.
Richard M. Stallman [Mon, 12 May 1997 00:03:38 +0000 (00:03 +0000)]
Use new non-file targets in lisp/Makefile.

27 years ago(loginFullnameMailaddrs, logins, rlog_options, files): Don't prepend $nl
Paul Eggert [Sun, 11 May 1997 20:02:32 +0000 (20:02 +0000)]
(loginFullnameMailaddrs, logins, rlog_options, files): Don't prepend $nl
since this causes some shells to generate the empty string when IFS is $nl.
(printlogline): Use SOH (octal code 1), not CR, since some PC-based shells
mishandle CR.

27 years agoDoc fix: CR is \015, not \013.
Paul Eggert [Sun, 11 May 1997 18:43:55 +0000 (18:43 +0000)]
Doc fix: CR is \015, not \013.

27 years ago(ange-ftp-start-process): Create the buffer
Richard M. Stallman [Sat, 10 May 1997 22:29:42 +0000 (22:29 +0000)]
(ange-ftp-start-process): Create the buffer
and set its mode, before starting the process.
Set point in that buffer, and the process mark,
(ange-ftp-gwp-start): Don't set the mode here.
Move point to end of buffer.
(internal-ange-ftp-mode): Don't move process-mark here.

27 years ago(command_loop_1): Use an int for last_command_char.
Richard M. Stallman [Sat, 10 May 1997 21:48:30 +0000 (21:48 +0000)]
(command_loop_1): Use an int for last_command_char.

27 years ago(Fread_command): New optional arg DEFAULT-VALUE. Callers changed.
Richard M. Stallman [Sat, 10 May 1997 21:47:21 +0000 (21:47 +0000)]
(Fread_command): New optional arg DEFAULT-VALUE.  Callers changed.
(Fread_variable, Fread_string, Fread_from_minibuffer): Likewise.
(read_minibuf): Now static.  New arg DEFALT.  Callers changed.
Bind minibuffer-default here.
(read_minibuf_unwind): Now static.
(Fcompleting_read): Past DEF to Fread_from_minibuffer;
no need to use it directly here.

(Fcompleting_read): New arg DEF.  Callers changed.
(Qminibuffer_default): New variable.
(syms_of_minibuf): Initialize it.

27 years ago(Fcall_interactively): Pass new arg to
Richard M. Stallman [Sat, 10 May 1997 21:44:59 +0000 (21:44 +0000)]
(Fcall_interactively): Pass new arg to
Fread_from_minibuffer and Fread_variable.

(Fcall_interactively): Pass new arg to Fcompleting_read.

27 years ago(Fbury_buffer): If buffer is in selected window, remove it.
Richard M. Stallman [Sat, 10 May 1997 21:44:11 +0000 (21:44 +0000)]
(Fbury_buffer): If buffer is in selected window, remove it.
Otherwise, remove it from other windows.

27 years ago(backup-extract-version-start): New variable.
Richard M. Stallman [Sat, 10 May 1997 05:44:56 +0000 (05:44 +0000)]
(backup-extract-version-start): New variable.
(find-backup-file-namem, backup-extract-version):
Rename bv-length to backup-extract-version-start.

(file-relative-name): Bind the variable fname.

27 years ago(dired-collect-file-versions):
Richard M. Stallman [Sat, 10 May 1997 05:43:58 +0000 (05:43 +0000)]
(dired-collect-file-versions):
Rename bv-length to backup-extract-version-start.

27 years ago(diff-latest-backup-file):
Richard M. Stallman [Sat, 10 May 1997 05:42:53 +0000 (05:42 +0000)]
(diff-latest-backup-file):
Rename bv-length to backup-extract-version-start.

27 years ago(auto-mode-alist): Shuffle a few elements,
Richard M. Stallman [Sat, 10 May 1997 05:36:01 +0000 (05:36 +0000)]
(auto-mode-alist): Shuffle a few elements,

27 years ago(Vfontset_alias_alist): New variable.
Kenichi Handa [Sat, 10 May 1997 03:37:01 +0000 (03:37 +0000)]
(Vfontset_alias_alist): New variable.
(fontset_pattern_regexp): Delete code for handling nickname of a
fonset.  It is now handled in Fquery_fontset by consulting
Vfontset_alias_alist.
(Fquery_fontset): Handle Vfontset_alias_alist.
(syms_of_fontset): Terminate each line by `\n\' in doc-string of
alternate-fontname-alist.  Declare Lisp valiable
fontset-alias-alist.  Doc-string of highlight-wrong-size-font
and clip-large-size-font modified.

27 years ago(Fcall_process_region): Supply 7th new arg
Kenichi Handa [Sat, 10 May 1997 03:37:01 +0000 (03:37 +0000)]
(Fcall_process_region): Supply 7th new arg
CODING_SYSTEM as Qnil to Fwrite_region.

27 years ago(Fccl_execute_on_string): Add 4th optional arg
Kenichi Handa [Sat, 10 May 1997 03:37:01 +0000 (03:37 +0000)]
(Fccl_execute_on_string): Add 4th optional arg
CONTINUE.

27 years ago(unify_char): New function.
Kenichi Handa [Sat, 10 May 1997 03:37:01 +0000 (03:37 +0000)]
(unify_char): New function.
(Fdefine_charset): Doc-string modified.
(find_charset_in_str): Add 4th arg TABLE which is a character
unification table.
(Ffind_charset_region): Add optional arg TABLE which is a
character unification table.
(Ffind_charset_string): Likewise.

27 years ago(unify_char): Extern it.
Kenichi Handa [Sat, 10 May 1997 03:37:01 +0000 (03:37 +0000)]
(unify_char): Extern it.

27 years ago(Valternate_charset_table): The valiable deleted.
Kenichi Handa [Sat, 10 May 1997 03:37:01 +0000 (03:37 +0000)]
(Valternate_charset_table): The valiable deleted.
(Venable_character_unification,
Vstandard_character_unification_table_for_read,
Vstandard_character_unification_table_for_write,
Qcharacter_unification_table): New variables.
(syms_of_coding): Initialize and declare them.
(DECODE_ISO_CHARACTER): Modified to handle a character unification
table instead of Valternate_charset_table.
(DECODE_DESIGNATION): Delete handling of Valternate_charset_table.
(decode_coding_iso2022): Handle a character unification table.
(ENCODE_ISO_CHARACTER): New macro.
(encode_designation_at_bol): Handle a character unification table.
Do not return -1 even if end-of-line is not in the current run.
(encode_coding_iso2022): Handle a character unification table.
Call macro ENCODE_ISO_CHARACTER instead of calling
ENCODE_ISO_CHARACTER_DIMENSION1 and
ENCODE_ISO_CHARACTER_DIMENSION2 directly.  Check the size of
carryover before copying it to destination.
(setup_coding_system): Initialize the member
character_unification_table of the struct coding system to Qnil.
(Fset_keyboard_coding_system): Doc string augmented.

27 years ago(CODING_SPEC_ISO_PLANE_CHARSET): Return -1 if no
Kenichi Handa [Sat, 10 May 1997 03:37:01 +0000 (03:37 +0000)]
(CODING_SPEC_ISO_PLANE_CHARSET): Return -1 if no
character set is invoked to PLANE.
(struct coding_system): New member character_unification_table.

27 years ago(Fwrite_region): Add 7th optional arg
Kenichi Handa [Sat, 10 May 1997 03:37:01 +0000 (03:37 +0000)]
(Fwrite_region): Add 7th optional arg
CODING_SYSTEM.  Move gap after a newline code if we are encoding
in a coding system which requires designation sequences to be put
at beginning of line.  Set coding.last_block to 1 before calling
a_write for an empty file.
(build_annotations): Code tuned up for handling
pre_write_conversion of a coding system.
(e_write): Delete code for handling carryover of code conversion.
It is now handled in encode_coding.
(auto_save_1): Supply 7th new arg CODING_SYSTEM as Qnil to
Fwrite_region.

27 years ago(Fx_create_frame): Delete code for handling the X
Kenichi Handa [Sat, 10 May 1997 03:37:01 +0000 (03:37 +0000)]
(Fx_create_frame): Delete code for handling the X
resouce "Fontset".

27 years ago(selection_data_to_lisp_data): If TYPE is `STRING'
Kenichi Handa [Sat, 10 May 1997 03:37:01 +0000 (03:37 +0000)]
(selection_data_to_lisp_data): If TYPE is `STRING'
and DATA contains 8-bit codes, decode them as Latin-1 characters.
(lisp_data_to_selection_data): Supply 4th arg TABLE as Qnil to
find_charset_in_str.

27 years ago(dumpglyphs): Even if font (not fontset) is used,
Kenichi Handa [Sat, 10 May 1997 03:37:01 +0000 (03:37 +0000)]
(dumpglyphs): Even if font (not fontset) is used,
display Latin1 characters correctly if the font contains glyphs
for them.  Fix bug of displaying cursor on a composite character.

27 years ago(Fexecute_extended_command): Pass new arg to Fcompleting_read.
Richard M. Stallman [Sat, 10 May 1997 03:24:32 +0000 (03:24 +0000)]
(Fexecute_extended_command): Pass new arg to Fcompleting_read.

27 years ago(Fread_file_name): Finish previous change.
Richard M. Stallman [Sat, 10 May 1997 03:20:43 +0000 (03:20 +0000)]
(Fread_file_name): Finish previous change.

27 years ago(Fread_coding_system, Fread_non_nil_coding_system):
Richard M. Stallman [Sat, 10 May 1997 03:19:20 +0000 (03:19 +0000)]
(Fread_coding_system, Fread_non_nil_coding_system):
Pass new arg to Fcompleting_read.

27 years ago(iso-languages): For Latin-2, add ^I and ^i. Fix ~a.
Richard M. Stallman [Sat, 10 May 1997 01:47:16 +0000 (01:47 +0000)]
(iso-languages): For Latin-2, add ^I and ^i.  Fix ~a.

27 years ago(iso-languages): Add charset spec to some elements.
Richard M. Stallman [Sat, 10 May 1997 01:43:18 +0000 (01:43 +0000)]
(iso-languages): Add charset spec to some elements.
(iso-accents-compose): Add iso-accents-insert-offset to the code.
(iso-accents-insert-offset): New variable.
(iso-accents-customize): Set iso-accents-insert-offset
according to data from iso-languages.

27 years ago(read_minibuf): Declaration deleted.
Richard M. Stallman [Sat, 10 May 1997 01:24:59 +0000 (01:24 +0000)]
(read_minibuf): Declaration deleted.

27 years ago(quoted-insert-character-offset): Initialize more cleanly.
Richard M. Stallman [Sat, 10 May 1997 00:39:44 +0000 (00:39 +0000)]
(quoted-insert-character-offset): Initialize more cleanly.
(quoted-insert): Don't offset codes above 377.

27 years ago(server-buffer-done): New arg FOR-KILLING.
Richard M. Stallman [Sat, 10 May 1997 00:37:24 +0000 (00:37 +0000)]
(server-buffer-done): New arg FOR-KILLING.
(server-kill-buffer): New fn, to inform clients when buffer is killed.

27 years ago(dabbrev-case-replace, dabbrev-case-fold-search):
Richard M. Stallman [Sat, 10 May 1997 00:33:28 +0000 (00:33 +0000)]
(dabbrev-case-replace, dabbrev-case-fold-search):
Make these simple three-value choices.
(dabbrev-completion): Handle dabbrev-case-fold-search
and dabbrev-case-replace the new way.
(dabbrev-expand, dabbrev--substitute-expansion): Likewise.

27 years agoAdd a `provide' call.
Richard M. Stallman [Fri, 9 May 1997 21:58:00 +0000 (21:58 +0000)]
Add a `provide' call.
Delete periods from many error messages.

27 years ago(Fx_popup_menu): Do fix.
Richard M. Stallman [Fri, 9 May 1997 21:47:48 +0000 (21:47 +0000)]
(Fx_popup_menu): Do fix.

27 years ago(timer-event-handler): Take timer as arg directly.
Richard M. Stallman [Fri, 9 May 1997 19:57:36 +0000 (19:57 +0000)]
(timer-event-handler): Take timer as arg directly.
Don't bind a key in special-event-map.

27 years ago(read-quoted-char): Don't mask down to 8 bits.
Richard M. Stallman [Fri, 9 May 1997 06:31:04 +0000 (06:31 +0000)]
(read-quoted-char): Don't mask down to 8 bits.

27 years agoAdd Kermit replacement project.
Richard M. Stallman [Fri, 9 May 1997 05:19:39 +0000 (05:19 +0000)]
Add Kermit replacement project.

27 years ago(TAGS): Fix typo.
Richard M. Stallman [Thu, 8 May 1997 20:49:36 +0000 (20:49 +0000)]
(TAGS): Fix typo.

27 years ago(byte-compile-file-form-custom-declare-variable): New function.
Richard M. Stallman [Thu, 8 May 1997 16:28:07 +0000 (16:28 +0000)]
(byte-compile-file-form-custom-declare-variable): New function.

27 years agoFix previous change.
Richard M. Stallman [Thu, 8 May 1997 16:04:55 +0000 (16:04 +0000)]
Fix previous change.

27 years ago(customize): Call customize-group.
Richard M. Stallman [Thu, 8 May 1997 16:03:40 +0000 (16:03 +0000)]
(customize): Call customize-group.

27 years ago(iso-accents-compose):
Richard M. Stallman [Thu, 8 May 1997 14:51:57 +0000 (14:51 +0000)]
(iso-accents-compose):
Handle case where unread-command-events is already nonempty.

27 years ago(assoc-ignore-case): Function deleted.
Richard M. Stallman [Thu, 8 May 1997 06:02:42 +0000 (06:02 +0000)]
(assoc-ignore-case): Function deleted.
(bibtex-member-of-regexp): Renamed from member-of-regexp.
Call changed.

27 years ago(Qtimer_event): Variable deleted.
Richard M. Stallman [Thu, 8 May 1997 05:51:48 +0000 (05:51 +0000)]
(Qtimer_event): Variable deleted.
(Qtimer_event_handler): New variable.
(syms_of_keyboard): Don't initialize Qtimer_event.
Do initialize Qtimer_event_handler.
(read_char): Don't check for timer event.
(swallow_events): Don't handle timer events.
(timer_check): Likewise.
(make_lispy_event): Likewise.

27 years ago(mark_window_display_accurate, redisplay_internal):
Richard M. Stallman [Thu, 8 May 1997 05:48:01 +0000 (05:48 +0000)]
(mark_window_display_accurate, redisplay_internal):
Test highlight_nonselected_windows.
(display_text_line): Likewise (in more places).
(syms_of_xdisp): Initialize highlight_nonselected_windows to 0.

27 years agoCustomize.
Richard M. Stallman [Thu, 8 May 1997 05:11:50 +0000 (05:11 +0000)]
Customize.

(display-time-string-forms): Test display-time-day-and-date
and display-time-24hr-format here.
(display-time-format): Default value is now nil.

27 years ago(menu-bar-help-menu): Move "Customize" to the top.
Richard M. Stallman [Wed, 7 May 1997 20:54:04 +0000 (20:54 +0000)]
(menu-bar-help-menu): Move "Customize" to the top.

27 years ago(printify-region): Doc fix.
Richard M. Stallman [Wed, 7 May 1997 20:31:57 +0000 (20:31 +0000)]
(printify-region): Doc fix.

27 years ago(holiday-passover-etc): Postpone date of Yom
Richard M. Stallman [Wed, 7 May 1997 19:34:18 +0000 (19:34 +0000)]
(holiday-passover-etc): Postpone date of Yom
HaShoah to Monday if it falls on Sunday (as per ammendment passed
by the Israeli Kenesset, May, 1997).

27 years agoDelete the code that was trying to define BSD "right"
Richard M. Stallman [Wed, 7 May 1997 19:22:58 +0000 (19:22 +0000)]
Delete the code that was trying to define BSD "right"
now that Emacs doesn't use the symbol BSD this way.

27 years agoRecognize either / or - as a machine/suptype separator from uname -m
Thomas Bushnell, BSG [Wed, 7 May 1997 19:19:04 +0000 (19:19 +0000)]
Recognize either / or - as a machine/suptype separator from uname -m
to cope with older systems that have the older uname.

27 years ago(Fread_file_name): Pass default to Fcompleting_read.
Richard M. Stallman [Wed, 7 May 1997 07:26:10 +0000 (07:26 +0000)]
(Fread_file_name): Pass default to Fcompleting_read.

27 years agoFix customization change.
Richard M. Stallman [Wed, 7 May 1997 04:01:44 +0000 (04:01 +0000)]
Fix customization change.

27 years ago(outline-mode): Autoload cookie deleted.
Richard M. Stallman [Wed, 7 May 1997 03:57:29 +0000 (03:57 +0000)]
(outline-mode): Autoload cookie deleted.
(outline-minor-mode): Likewise.

27 years ago(outline-mode): Autoload cookie added.
Richard M. Stallman [Wed, 7 May 1997 03:57:01 +0000 (03:57 +0000)]
(outline-mode): Autoload cookie added.
(outline-minor-mode): Likewise.

27 years agoUse defgroup and defcustom.
Richard M. Stallman [Wed, 7 May 1997 03:54:03 +0000 (03:54 +0000)]
Use defgroup and defcustom.

27 years ago(LIBS_MACHINE): Add -lelf.
Richard M. Stallman [Wed, 7 May 1997 00:33:20 +0000 (00:33 +0000)]
(LIBS_MACHINE): Add -lelf.

27 years ago(custom-make-dependencies):
Richard M. Stallman [Tue, 6 May 1997 21:14:20 +0000 (21:14 +0000)]
(custom-make-dependencies):
Don't use NOSORT in directory-files.
Don't actually visit the files.
Use re-search to search contents fast.
Search the subdirs of `lisp'.
Bind kept-new-versions when saving.

27 years ago(MOUSE_SUPPORT): Delete menu-bar.elc.
Richard M. Stallman [Tue, 6 May 1997 19:42:05 +0000 (19:42 +0000)]
(MOUSE_SUPPORT): Delete menu-bar.elc.
(lisp): Move menu-bar.elc here.
Add custom.elc and cus-start.elc.

27 years ago(getline): Don't miss CRLF pairs when the CR and LF are
Richard M. Stallman [Tue, 6 May 1997 19:30:49 +0000 (19:30 +0000)]
(getline): Don't miss CRLF pairs when the CR and LF are
read in separate blocks.

27 years agoUse sexp widget in case modified outside custom.
Simon Marshall [Tue, 6 May 1997 13:59:36 +0000 (13:59 +0000)]
Use sexp widget in case modified outside custom.

27 years agoQuote :group names.
Simon Marshall [Tue, 6 May 1997 13:54:06 +0000 (13:54 +0000)]
Quote :group names.

27 years ago(byte-optimize-approx-equal): Use <=, not <.
Richard M. Stallman [Tue, 6 May 1997 03:53:10 +0000 (03:53 +0000)]
(byte-optimize-approx-equal): Use <=, not <.
(byte-optimize-minus, byte-optimize-plus): Optimize adding
or subtracting 1.

27 years ago(display_text_line): Clear region_showing to Qnil if the
Richard M. Stallman [Tue, 6 May 1997 03:42:02 +0000 (03:42 +0000)]
(display_text_line): Clear region_showing to Qnil if the
window should not show a region.
(redisplay_internal): Do update region_showing when ! all_windows.

27 years ago(Fset_window_configuration): Set last_selected_window
Richard M. Stallman [Tue, 6 May 1997 03:29:39 +0000 (03:29 +0000)]
(Fset_window_configuration): Set last_selected_window
in the new selected window's new buffer.

27 years ago(imenu-auto-rescan): Fix typo.
Richard M. Stallman [Mon, 5 May 1997 23:41:56 +0000 (23:41 +0000)]
(imenu-auto-rescan): Fix typo.

27 years ago(ffap-alist): Delete `math-mode'.
Richard M. Stallman [Mon, 5 May 1997 23:40:22 +0000 (23:40 +0000)]
(ffap-alist): Delete `math-mode'.
Move all defvars and defuns out of this, to top level.
Use a constant list as the initial value.
(ffap-soft-value): Rewrite as a macro.
And now it is used only at run time, not at load time.
(ffap-ftp-default-user): Use just "anonymous" as default value.
(ffap-what-domain): Don't set mail-extr-all-top-level-domains here.
(ffap-newsgroup-regexp, ffap-newsgroup-heads): Move up past first use.
(ffap-string-at-point-region): Likewise.

27 years ago(dungeon-nil): Explicitly return nil.
Richard M. Stallman [Mon, 5 May 1997 23:15:13 +0000 (23:15 +0000)]
(dungeon-nil): Explicitly return nil.

27 years agoCLIX patch from Thomas Dickey via urs@akk.uni-karlsruhe.de (Urs Janssen).
Per Bothner [Mon, 5 May 1997 22:04:41 +0000 (22:04 +0000)]
CLIX patch from Thomas Dickey via urs@akk.uni-karlsruhe.de (Urs Janssen).

27 years agoUse defgroup and defcustom.
Richard M. Stallman [Mon, 5 May 1997 22:04:00 +0000 (22:04 +0000)]
Use defgroup and defcustom.

27 years agoUse defgroup and defcustom.
Richard M. Stallman [Mon, 5 May 1997 20:56:20 +0000 (20:56 +0000)]
Use defgroup and defcustom.
Doc fixes.

27 years ago(mouse-sel-get-selection-function):
Richard M. Stallman [Mon, 5 May 1997 19:55:17 +0000 (19:55 +0000)]
(mouse-sel-get-selection-function):
Look in x-last-selected-text if necessary.

27 years agoComment change.
Richard M. Stallman [Mon, 5 May 1997 19:53:46 +0000 (19:53 +0000)]
Comment change.

27 years ago(x_set_mouse_color): Fix previous change.
Richard M. Stallman [Mon, 5 May 1997 19:16:09 +0000 (19:16 +0000)]
(x_set_mouse_color): Fix previous change.

27 years ago(x_reply_selection_request): Delete the inner
Richard M. Stallman [Mon, 5 May 1997 19:14:27 +0000 (19:14 +0000)]
(x_reply_selection_request): Delete the inner
unbind_to call, since x_uncatch_errors does the job.

27 years ago(cal-menu-list-holidays-following-year)
Richard M. Stallman [Mon, 5 May 1997 17:54:28 +0000 (17:54 +0000)]
(cal-menu-list-holidays-following-year)
(cal-menu-list-holidays-previous-year)
(cal-menu-list-holidays-year): New commands.
(calendar-mode-map): Put them in the holidays menu.

27 years agoDoc fix.
Richard M. Stallman [Mon, 5 May 1997 17:06:10 +0000 (17:06 +0000)]
Doc fix.

27 years agoUse defcustom.
Richard M. Stallman [Mon, 5 May 1997 15:06:25 +0000 (15:06 +0000)]
Use defcustom.

27 years agoUse defgroup and defcustom.
Richard M. Stallman [Mon, 5 May 1997 15:00:53 +0000 (15:00 +0000)]
Use defgroup and defcustom.

27 years agoUse defgroup and defcustom.
Richard M. Stallman [Mon, 5 May 1997 11:57:31 +0000 (11:57 +0000)]
Use defgroup and defcustom.

27 years ago(minibuffer-text-before-history): New variable.
Richard M. Stallman [Mon, 5 May 1997 11:54:37 +0000 (11:54 +0000)]
(minibuffer-text-before-history): New variable.
(minibuffer-history-initialize): New fn, on minibuffer-setup-hook.
(next-history-element, previous-matching-history-element):
Initialize minibuffer-text-before-history.
(next-history-element): Use minibuffer-text-before-history
as "position 0" of the history list.
Use minibuffer-default as position -1, if it is non-nil.
Simplify error logic for beginning and end of history.

(set-variable): Delete old definition (duplicate).