bpt/emacs.git
25 years ago(Fformat): Pay attention to the byte combining problem.
Kenichi Handa [Mon, 6 Jul 1998 01:47:34 +0000 (01:47 +0000)]
(Fformat): Pay attention to the byte combining problem.

25 years ago(Finsert_file_contents): Cancel previous change. Setup
Kenichi Handa [Mon, 6 Jul 1998 01:47:34 +0000 (01:47 +0000)]
(Finsert_file_contents): Cancel previous change.  Setup
the variable coding even if the inserted bytes is zero.

25 years ago(concat): Pay attention to the byte combining problem.
Kenichi Handa [Mon, 6 Jul 1998 01:47:34 +0000 (01:47 +0000)]
(concat): Pay attention to the byte combining problem.

25 years ago(texinfmt-version): Update version.
Richard M. Stallman [Mon, 6 Jul 1998 00:12:33 +0000 (00:12 +0000)]
(texinfmt-version): Update version.
number which is used in header of texinfmt-produced Info files.
(texinfo-format-buffer): Now always tagify, on accout of @anchor.
(texi-format-region): Always tagify.
(texi2info):          Always tagify
(texinfo-anchor):     Add @anchor command as place to which
         a cross reference may go.
(texinfo-no-refill-regexp): Add smalldisplay, smallformat
(texinfo-format-uref):            New command: @uref
(texinfo-format-var):             New command: @acronym
(texinfo-format-code):            New commands: @command, @env, @url.
(texinfo-format-option):          New command: @option
(texinfo-format-example):         New command: @smalldisplay
(texinfo-format-flushleft):       New command: @smallformat
(texinfo-discard-line-with-args): New commands: @novalidate, @pagesize,
@setcontentsaftertitlepage, @setshortcontentsaftertitlepage.

25 years ago(texinfo-environment-regexp): Add smalldisplay and smallformat.
Richard M. Stallman [Mon, 6 Jul 1998 00:07:54 +0000 (00:07 +0000)]
(texinfo-environment-regexp): Add smalldisplay and smallformat.

25 years ago(Info-tagify): Finish previous change.
Richard M. Stallman [Mon, 6 Jul 1998 00:03:29 +0000 (00:03 +0000)]
(Info-tagify): Finish previous change.
Fix up some messages.

25 years ago(Info-find-node): Handle cross references to an @anchor.
Richard M. Stallman [Sun, 5 Jul 1998 23:57:45 +0000 (23:57 +0000)]
(Info-find-node): Handle cross references to an @anchor.

25 years ago(read_list): Pass new arg to get_doc_string.
Richard M. Stallman [Sun, 5 Jul 1998 20:31:37 +0000 (20:31 +0000)]
(read_list): Pass new arg to get_doc_string.

25 years ago(get_doc_string): Take both UNIBYTE and DEFINITION as args.
Richard M. Stallman [Sun, 5 Jul 1998 20:31:12 +0000 (20:31 +0000)]
(get_doc_string): Take both UNIBYTE and DEFINITION as args.
All callers changed.

25 years ago(byte-compile-file): Bind set-auto-coding-for-load to t.
Richard M. Stallman [Sun, 5 Jul 1998 20:30:39 +0000 (20:30 +0000)]
(byte-compile-file): Bind set-auto-coding-for-load to t.

25 years ago(dired-omit-expunge): Message if skipping omitting
Richard M. Stallman [Sat, 4 Jul 1998 21:09:49 +0000 (21:09 +0000)]
(dired-omit-expunge): Message if skipping omitting
because directory is too large; also unset dired-omit-files-p.
(dired-omit-size-limit): Increase default from 20000 to 30000.

25 years ago(fill-individual-paragraphs): If JUST-ONE-LINE-PREFIX matches
Richard M. Stallman [Sat, 4 Jul 1998 09:44:09 +0000 (09:44 +0000)]
(fill-individual-paragraphs): If JUST-ONE-LINE-PREFIX matches
TWO-LINES-PREFIX except with longer whitespace, treat that as a match
even is spaces are replaced with a tab.

25 years ago(byte-boolean-vars): Add print-escape-multibyte.
Richard M. Stallman [Sat, 4 Jul 1998 02:49:48 +0000 (02:49 +0000)]
(byte-boolean-vars): Add print-escape-multibyte.

25 years ago(derived-mode-hooks-name): Use -hook, not -hooks, in mode hook name.
Richard M. Stallman [Fri, 3 Jul 1998 21:37:43 +0000 (21:37 +0000)]
(derived-mode-hooks-name): Use -hook, not -hooks, in mode hook name.
(derived-mode-hook-name): Renamed from ...-hooks; caller changed.

25 years ago(makefile-font-lock-keywords): Recognize automatic variable references.
Richard M. Stallman [Fri, 3 Jul 1998 21:37:22 +0000 (21:37 +0000)]
(makefile-font-lock-keywords):  Recognize automatic variable references.
(makefile-dependency-regex): Don't be fooled by colons in deps.

25 years ago(diary-mail-addr): Fix custom type.
Richard M. Stallman [Fri, 3 Jul 1998 21:17:47 +0000 (21:17 +0000)]
(diary-mail-addr): Fix custom type.

25 years ago(pascal-insert-block): Fixed space-deletion bug in
Richard M. Stallman [Fri, 3 Jul 1998 20:10:32 +0000 (20:10 +0000)]
(pascal-insert-block): Fixed space-deletion bug in
front of the "begin" string.
(pascal-beg-of-defun): Used to locate the beginning of a function
incorrectly when a function contained several begin-end blocks.  Fixed.

25 years ago(Ffile_regular_p) [WINDOWSNT]: Bind
Richard M. Stallman [Fri, 3 Jul 1998 20:01:02 +0000 (20:01 +0000)]
(Ffile_regular_p) [WINDOWSNT]: Bind
`w32-get-true-file-attributes' to t while calling stat.
(Finsert_file_contents) [WINDOWSNT]: Likewise.
(Fwrite_region): Don't try seeking to end of FILENAME for
appending if not a regular file.

25 years ago(ps-printer-name): New variable.
Richard M. Stallman [Fri, 3 Jul 1998 19:54:30 +0000 (19:54 +0000)]
(ps-printer-name): New variable.
(ps-do-despool): Use it.

25 years ago(printer-name): New variable.
Richard M. Stallman [Fri, 3 Jul 1998 19:54:17 +0000 (19:54 +0000)]
(printer-name): New variable.
(lpr-switches): Mention it in docstring.
(print-region-1): Use it.

25 years ago(direct-print-region-function): Renamed from
Richard M. Stallman [Fri, 3 Jul 1998 19:54:01 +0000 (19:54 +0000)]
(direct-print-region-function): Renamed from
dos-print-region-function.  Added &rest keyword.
(print-region-function): Set to direct-print-region-function.
(lpr-headers-switches): Initialize.
(ps-lpr-command): Initialize.
(ps-lpr-switches): Initialize.

25 years ago(dos-printer): Obsolete variable deleted.
Richard M. Stallman [Fri, 3 Jul 1998 19:53:47 +0000 (19:53 +0000)]
(dos-printer): Obsolete variable deleted.
(dos-ps-printer): Likewise.

25 years ago(dos-print-region-function): Definition moved to dos-w32.el.
Richard M. Stallman [Fri, 3 Jul 1998 19:53:20 +0000 (19:53 +0000)]
(dos-print-region-function): Definition moved to dos-w32.el.
(print-region-function): Initialization moved to dos-w32.el.
(lpr-headers-switches, ps-lpr-command, ps-lpr-switches): Likewise.

25 years ago*** empty log message ***
Richard M. Stallman [Fri, 3 Jul 1998 19:34:39 +0000 (19:34 +0000)]
*** empty log message ***

25 years ago(checkdoc): Updated commentary.
Eric M. Ludlam [Fri, 3 Jul 1998 15:15:27 +0000 (15:15 +0000)]
(checkdoc): Updated commentary.
(checkdoc-autofix-flag): Updated doc.
(checkdoc-force-docstrings-flag): Updated doc.
(checkdoc-force-history-flag): New flag.
(checkdoc-triple-semi-comment-check-flag): Fixed name.
(checkdoc-spellcheck-documentation-flag): Fixed doc.
(checkdoc-ispell-lisp-words): Update default value.
(checkdoc-generate-compile-warnings-flag, checkdoc-proper-noun-list,
checkdoc-proper-noun-regexp, checkdoc-symbol-words): New variables.
(princ-list): Function created if it isn't bound.
(checkdoc-interactive): parts removed to `checkdoc-interactive-loop'.
(checkdoc,checkdoc-message-interactive): New function.
(checkdoc-interactive-loop): was in `checkdoc-interactive', then
added better keybindings, and better autofixing behavior,
Cursor now sits next to the error, forcing scrolling if needed,
and using a better centering algorithm, and much better error
navigation after choosing "f"ix.
(checkdoc-next-error): Added parameter ENABLE-FIX.
(checkdoc-next-message-error,checkdoc-recursive-edit): New functions.
(checkdoc-start): was `checkdoc', uses new note taking system.
(checkdoc-current-buffer, checkdoc-continue, checkdoc-comments):
Updated to use new note taking system.
(checkdoc-rogue-spaces, checkdoc-rogue-space-check-engine):
Added INTERACT parameter, uses new warnings functions.
(checkdoc-message-text, checkdoc-defun):
Updated to use new note taking system.
(checkdoc-ispell-current-buffer, checkdoc-ispell-interactive): fix doc.
(checkdoc-ispell-message-text, checkdoc-ispell-start): New function.
(checkdoc-create-error, checkdoc-error-text, checkdoc-error-start,
checkdoc-error-end, checkdoc-error-unfixable): New functions.
(checkdoc-minor-keymap): Updated keybinds to new interactive functions,
completely re-arranged the minor-mode menu.
(checkdoc-this-string-valid): Moved no doc-string warning here,
and added autofix if a comment already exists there.
(checkdoc-this-string-valid-engine): fix doc, robusted doc finder.
All previously returned errors now call `checkdoc-create-error'.
Moved no doc string warning out.  Update allowed punctuation at
end of first line.  Fixed up sentence joining.  Verb checking flag
now only checks the first line of a function.  Added more safe
conditions to ambiguous symbols.  Moved symbol quoting to end.
Added autofix for variables that should end in `-flag'.
Replaced use of `y-or-n-p' with `checkdoc-y-or-n-p'.
Reading checkdoc-param comment no longer depends on list syntax.
Fixed various error string spelling & format.
(checkdoc-in-sample-code-p): List starting with all caps word is
now condsidered sample code.
(checkdoc-in-example-string-p, checkdoc-proper-noun-region-engine,
checkdoc-sentencespace-region-engine): New functions.
(checkdoc-ispell-docstring-engine): Disable spell checking during
if user never wants interaction.  We don't have a non-interactive
spell checking method yet.
(checkdoc-file-comments-engine): Now set up to check all possible
conditions even after encountering an error.  Added auto-fixes
for history and commentary.  All previously returned errors now call
`checkdoc-create-error'.  Message spelling and format.
(checkdoc-message-text-search):
Moved parts to `checkdoc-message-text-next-string'.
(checkdoc-message-text-next-string): New function
(checkdoc-message-text-engine):  All previously returned errors
now call `checkdoc-create-error'.  Can find/skip 'format' call
after the call we are checking.  Added sentence/propernoun scans.
`y-or-n-p' checks and fixes are now more robust.
(checkdoc-y-or-n-p): New function.
(checkdoc-autofix-ask-replace): Update doc.  Protect match-data.
Correctly handle `checkdoc-autofix-flag' of 'never.  New behavior
with `checkdoc-autofix-flag' of 'automatic-then-never.  Better
overlay handling.
(checkdoc-output-font-lock-keywords): Updated to new output format.
(checkdoc-pending-errors): New variable.
(checkdoc-find-error): Updated to new output format.
(checkdoc-start-section, checkdoc-error): Improved the output.
(checkdoc-show-diagnostics): Smarter show algorithm.

25 years agoKeys for modern Korean syllables fixed.
Kenichi Handa [Fri, 3 Jul 1998 04:39:22 +0000 (04:39 +0000)]
Keys for modern Korean syllables fixed.
Some keys for ancient Korean syllables are changed properly.

25 years ago(create-fontset-from-fontset-spec):
Kenichi Handa [Fri, 3 Jul 1998 04:39:22 +0000 (04:39 +0000)]
(create-fontset-from-fontset-spec):
Returns a created fontset.
(create-fontset-from-ascii-font): New function.

25 years agoFill weight and slant fields of a fontset
Kenichi Handa [Fri, 3 Jul 1998 04:39:22 +0000 (04:39 +0000)]
Fill weight and slant fields of a fontset
generted from the specified ASCII font by values got from the
resolved ASCII font name.

25 years ago(x-create-frame-with-faces): If an ASCII font is
Kenichi Handa [Fri, 3 Jul 1998 04:39:22 +0000 (04:39 +0000)]
(x-create-frame-with-faces): If an ASCII font is
specified in PARAMETERS, create a fontset from the font and use it
for the new frame.

25 years ago(Finsert): Typo in doc-string fixed.
Kenichi Handa [Fri, 3 Jul 1998 04:39:22 +0000 (04:39 +0000)]
(Finsert): Typo in doc-string fixed.
(Finsert_and_inherit, Finsert_before_markers,
Finsert_and_inherit_before_markers):  Likewize.

25 years ago(Finsert_file_contents): Do not set Vlast_coding_system
Kenichi Handa [Fri, 3 Jul 1998 04:33:12 +0000 (04:33 +0000)]
(Finsert_file_contents): Do not set Vlast_coding_system
if inserted bytes is zero.

25 years ago(customize-changed-options): Clean up previous change.
Richard M. Stallman [Thu, 2 Jul 1998 22:29:15 +0000 (22:29 +0000)]
(customize-changed-options): Clean up previous change.

25 years agoDon't require imenu.
Richard M. Stallman [Thu, 2 Jul 1998 22:27:24 +0000 (22:27 +0000)]
Don't require imenu.

25 years ago(menu-bar-mode): Doc fix.
Richard M. Stallman [Thu, 2 Jul 1998 22:09:29 +0000 (22:09 +0000)]
(menu-bar-mode): Doc fix.

25 years ago(end-of-fortran-subprogram): Check if we're on the END statement.
Dave Love [Thu, 2 Jul 1998 19:26:15 +0000 (19:26 +0000)]
(end-of-fortran-subprogram): Check if we're on the END statement.

25 years ago(fortran-mode-map) <menu>: Tweak the imenu
Dave Love [Thu, 2 Jul 1998 19:12:18 +0000 (19:12 +0000)]
(fortran-mode-map) <menu>: Tweak the imenu
menu entry.

25 years agoSome itcl additions:
Tom Tromey [Thu, 2 Jul 1998 17:47:49 +0000 (17:47 +0000)]
Some itcl additions:
(tcl-typeword-list): Added private, itk_option.
(tcl-proc-list): Added body, configbody, class.

25 years ago(texinfo-anchor): New function.
Richard M. Stallman [Thu, 2 Jul 1998 08:05:24 +0000 (08:05 +0000)]
(texinfo-anchor): New function.

25 years ago(Info-tagify): Handle tags for @anchor.
Richard M. Stallman [Thu, 2 Jul 1998 07:46:15 +0000 (07:46 +0000)]
(Info-tagify): Handle tags for @anchor.

25 years ago(ffap-read-file-or-url): Bind minibuffer-completing-file-name to t.
Richard M. Stallman [Thu, 2 Jul 1998 07:02:47 +0000 (07:02 +0000)]
(ffap-read-file-or-url): Bind minibuffer-completing-file-name to t.

25 years ago(Faccess_file): Check type of second argument STRING.
Richard M. Stallman [Thu, 2 Jul 1998 07:01:56 +0000 (07:01 +0000)]
(Faccess_file): Check type of second argument STRING.

(Fread_file_name): Bind minibuffer-completing-file-name to t.

25 years ago(Vminibuffer_completing_file_name): New var.
Richard M. Stallman [Thu, 2 Jul 1998 07:01:21 +0000 (07:01 +0000)]
(Vminibuffer_completing_file_name): New var.
(syms_of_minibuf): Set up Lisp variable.
(Fminibuffer_complete_word): Test it, instead of checking
specifically for Qread_file_name_internal.
(Fcompleting_read): Likewise.

25 years ago(message-cite-original): If mail-citation-hook
Richard M. Stallman [Thu, 2 Jul 1998 07:00:30 +0000 (07:00 +0000)]
(message-cite-original): If mail-citation-hook
is non-nil, just run that and do nothing else.
(message-cite-function): Don't initialize from mail-citation-hook.

25 years ago(menu-bar-kill-ring-save): Fix message typo.
Richard M. Stallman [Thu, 2 Jul 1998 06:52:52 +0000 (06:52 +0000)]
(menu-bar-kill-ring-save): Fix message typo.

25 years ago(mule-version): Changed to 4.0.
Kenichi Handa [Wed, 1 Jul 1998 07:16:28 +0000 (07:16 +0000)]
(mule-version): Changed to 4.0.
(mule-version-date): Updated.

25 years agoUse unset CDPATH instead of making it empty.
Richard M. Stallman [Tue, 30 Jun 1998 22:15:41 +0000 (22:15 +0000)]
Use unset CDPATH instead of making it empty.

25 years ago(comint-exec-1): Setup coding systems appropriately.
Richard M. Stallman [Tue, 30 Jun 1998 21:43:39 +0000 (21:43 +0000)]
(comint-exec-1): Setup coding systems appropriately.

25 years ago(menu-bar-edit-menu): Rename Paste most Recent
Richard M. Stallman [Tue, 30 Jun 1998 17:15:32 +0000 (17:15 +0000)]
(menu-bar-edit-menu): Rename Paste most Recent
to simply Paste, and put it above Select and Paste.

25 years agoUse defcustom to define faces.
Richard M. Stallman [Tue, 30 Jun 1998 07:05:40 +0000 (07:05 +0000)]
Use defcustom to define faces.
(vcursor-bind-keys): New function.
(vcursor-key-bindings): Use vcursor-bind-keys for :set.
(vcursor-cs-binding): Function to handle bindings,
handles differences between Emacs and XEmacs.
(vcursor-post-command): Handle vcursor-auto-disable non-nil
and not t to toggle off copying.

25 years ago(bibtex-hide-entry-bodies): When entry
Richard M. Stallman [Tue, 30 Jun 1998 06:55:03 +0000 (06:55 +0000)]
(bibtex-hide-entry-bodies): When entry
bodies are hidden, the last entry is no longer omitted.

25 years ago*** empty log message ***
Dan Nicolaescu [Tue, 30 Jun 1998 03:10:18 +0000 (03:10 +0000)]
*** empty log message ***

25 years ago[COFF]: New variable coff_offset.
Richard M. Stallman [Mon, 29 Jun 1998 22:54:28 +0000 (22:54 +0000)]
[COFF]: New variable coff_offset.
(make_hdr) [MSDOS]: If a_name is a coff-go32-exe executable with a
prepended stub, compute coff_offset.
(make_hdr, copy_sym) [COFF]: Use coff_offset when seeking into temacs.

25 years ago(sc-help-address): Use an alias at gnu.org.
Richard M. Stallman [Mon, 29 Jun 1998 22:31:53 +0000 (22:31 +0000)]
(sc-help-address): Use an alias at gnu.org.

25 years ago(Fbyte_to_position): New function.
Richard M. Stallman [Mon, 29 Jun 1998 18:35:52 +0000 (18:35 +0000)]
(Fbyte_to_position): New function.
(syms_of_editfns): defsubr it.

25 years ago(Info-split): Convert positions to bytes to put in file.
Richard M. Stallman [Mon, 29 Jun 1998 18:34:43 +0000 (18:34 +0000)]
(Info-split): Convert positions to bytes to put in file.
(Info-tagify): Likewise.

25 years ago(Info-find-node): Use byte-to-position.
Richard M. Stallman [Mon, 29 Jun 1998 18:34:24 +0000 (18:34 +0000)]
(Info-find-node): Use byte-to-position.

25 years ago(ange-ftp-send-cmd): When listing a directory that
Richard M. Stallman [Mon, 29 Jun 1998 17:29:15 +0000 (17:29 +0000)]
(ange-ftp-send-cmd): When listing a directory that
contains space(s), cd to the directory first to avoid problems
with (some) ftp servers.

25 years agoRequire `loadhist'. Variable
Richard M. Stallman [Mon, 29 Jun 1998 17:23:25 +0000 (17:23 +0000)]
Require `loadhist'.  Variable
(find-function-function) variable removed.
(find-function-regexp): New variable, taken from former constant
in `find-function-noselect'.  Can now find function definitions
with parameters on a new line.
(find-variable-regexp): New variable.
(find-function-recenter-line): New variable.
(find-function-after-hook): New variable.
(find-function-search-for-symbol): subroutine, from
of `find-function-noselect'
(find-function-search-for-symbol): `regexp-quote' the symbol name:
needed to find-function `mapcar*' for example.
(find-function-noselect): Improved docstring.  Don't include
`library' in let.
Use `symbol-file' instead of `describe-symbol-find-file'
(find-function-read): Renamed from `find-function-read-function'.
With optional arg now read a variable.
(find-function-read): Separate `completing-read' calls for
variables and functions.
(find-function-do-it): If buffer found was already current push
mark. Added parameter to indicate if a variable is being searched for.
(find-function-do-it): Mention new `find-function-recenter-line'
and `find-function-after-hook' in docstring.  Use them.
(find-function): Remove optional arg.  Use `find-function-do-it'
and `find-function-read'.
(find-function-other-window): ditto.
(find-function-other-frame): ditto.
(find-function): Mention `find-function-recenter-line' and
`find-function-after-hook' in docstring.
(find-function-other-window): Remove most of docstring and add
reference to `find-function' instead.
(find-function-other-frame): Ditto.
(find-variable-noselect): New function for finding the point of
definition of variables, modeled on `find-function-noselect'.
(find-variable-noselect): Use `symbol-file' instead of
`describe-symbol-find-file'.
(find-variable): New function.
(find-variable-other-window): Ditto.
(find-variable-other-frame): Ditto.
(find-variable): Mention `find-function-recenter-line' and
`find-function-after-hook' in docstring.
(find-variable-other-window): Remove most of docstring and add
reference to `find-variable' instead.
(find-variable-other-frame): Ditto.
(find-function-on-key): Simplified.  Removed stuff now taken care
of by interactive "k".
(find-function-at-point): New function.
(find-variable-at-point): Ditto.

25 years ago(wordify): Fix i_byte even in unibyte case for copy loop.
Richard M. Stallman [Mon, 29 Jun 1998 17:20:52 +0000 (17:20 +0000)]
(wordify): Fix i_byte even in unibyte case for copy loop.
If input is unibyte, make the output unibyte.

25 years ago(Fcall_process) [! subprocesses]: Balance parentheses in an if clause.
Eli Zaretskii [Mon, 29 Jun 1998 13:32:48 +0000 (13:32 +0000)]
(Fcall_process) [! subprocesses]: Balance parentheses in an if clause.

25 years agodiary-mail-entries calls exit-calendar when finished.
Stephen Eglen [Mon, 29 Jun 1998 09:51:39 +0000 (09:51 +0000)]
diary-mail-entries calls exit-calendar when finished.

25 years ago(mh-find-progs): Avoid WTA error
Richard M. Stallman [Sun, 28 Jun 1998 22:52:49 +0000 (22:52 +0000)]
(mh-find-progs): Avoid WTA error
when mh-progs is nil.  Give a clear specific error message instead.

25 years ago(shell-copy-environment-variable): Fix doc typo.
Richard M. Stallman [Sun, 28 Jun 1998 22:43:25 +0000 (22:43 +0000)]
(shell-copy-environment-variable): Fix doc typo.

25 years ago*** empty log message ***
Richard M. Stallman [Sun, 28 Jun 1998 21:19:54 +0000 (21:19 +0000)]
*** empty log message ***

25 years ago(mail): Avoid changing auto-save file name.
Richard M. Stallman [Sun, 28 Jun 1998 18:57:51 +0000 (18:57 +0000)]
(mail): Avoid changing auto-save file name.

25 years ago*** empty log message ***
Dan Nicolaescu [Sun, 28 Jun 1998 02:15:12 +0000 (02:15 +0000)]
*** empty log message ***

25 years ago(command-line) <handling LANG>: Change 9 to 5, not 5 to 9.
Richard M. Stallman [Sat, 27 Jun 1998 23:11:51 +0000 (23:11 +0000)]
(command-line) <handling LANG>: Change 9 to 5, not 5 to 9.
(command-line-1): Fix mouse startup message.

25 years ago(text-mode): Locally set indent-line-function.
Richard M. Stallman [Sat, 27 Jun 1998 22:23:43 +0000 (22:23 +0000)]
(text-mode): Locally set indent-line-function.

25 years ago(find-dired): Bind dired-buffers so it can't change. Use abbreviate-file-name.
Richard M. Stallman [Sat, 27 Jun 1998 21:59:11 +0000 (21:59 +0000)]
(find-dired): Bind dired-buffers so it can't change.  Use abbreviate-file-name.

25 years ago(html-imenu-regexp): New defvar.
Richard M. Stallman [Sat, 27 Jun 1998 19:46:22 +0000 (19:46 +0000)]
(html-imenu-regexp): New defvar.
(html-imenu-index): New function.
(html-mode): Set up local vars to use html-imenu-index.
Don't sort the menu.

25 years ago(imenu-space-replacement): Use `.'.
Richard M. Stallman [Sat, 27 Jun 1998 19:45:22 +0000 (19:45 +0000)]
(imenu-space-replacement): Use `.'.

25 years ago(set-keyboard-coding-system): Doc typo.
Richard M. Stallman [Sat, 27 Jun 1998 17:48:27 +0000 (17:48 +0000)]
(set-keyboard-coding-system): Doc typo.

25 years ago(x_list_fonts): Fix prev change: cast result of alloca.
Richard M. Stallman [Sat, 27 Jun 1998 04:52:31 +0000 (04:52 +0000)]
(x_list_fonts): Fix prev change: cast result of alloca.

25 years ago(Fx_list_fonts): Bring arglist into sync with xfns.c.
Richard M. Stallman [Sat, 27 Jun 1998 04:44:01 +0000 (04:44 +0000)]
(Fx_list_fonts): Bring arglist into sync with xfns.c.
(x_set_font): Call face-set-after-frame-default.
(Qface_set_after_frame_default): New variable.
(syms_of_w32fns): Initialize it.

25 years ago(set-face-font): For now, don't call
Richard M. Stallman [Sat, 27 Jun 1998 04:42:03 +0000 (04:42 +0000)]
(set-face-font): For now, don't call
resolve-fontset-name on Windows.
(set-face-font-auto): Likewise.

25 years ago*** empty log message ***
Richard M. Stallman [Fri, 26 Jun 1998 20:10:57 +0000 (20:10 +0000)]
*** empty log message ***

25 years agoAdd coding-priority.
Kenichi Handa [Fri, 26 Jun 1998 07:32:11 +0000 (07:32 +0000)]
Add coding-priority.

25 years ago(mail-complete): Fix the test of (mail-heder-end).
Richard M. Stallman [Fri, 26 Jun 1998 06:04:56 +0000 (06:04 +0000)]
(mail-complete): Fix the test of (mail-heder-end).

25 years ago(Qemacs_mule): Extern it.
Kenichi Handa [Fri, 26 Jun 1998 04:14:52 +0000 (04:14 +0000)]
(Qemacs_mule): Extern it.

25 years ago(init_process): Initilize Vdefault_process_coding_system.
Kenichi Handa [Fri, 26 Jun 1998 04:13:40 +0000 (04:13 +0000)]
(init_process): Initilize Vdefault_process_coding_system.

25 years ago(create-fontset-from-fontset-spec):
Kenichi Handa [Fri, 26 Jun 1998 03:29:58 +0000 (03:29 +0000)]
(create-fontset-from-fontset-spec):
Generate ASCII font names of style variants fontsets from a
resolved ASCII font name of a base fontset.

25 years ago(isearch-toggle-korean-input-method,
Kenichi Handa [Fri, 26 Jun 1998 03:29:58 +0000 (03:29 +0000)]
(isearch-toggle-korean-input-method,
isearch-hangul-switch-symbol-ksc, isearch-hangul-switch-hanja):
New functions.
(korean-key-bindings): Renamed from exit-korean-environment-data.
Initialized apropriately.
(setup-korean-environment): Setup key bindings according to
korean-key-bindings.
(exit-korean-environment): Revert key bindings only if the current
key bindings is the same as what set by setup-korean-environment.

25 years ago(setup_raw_text_coding_system): New function.
Kenichi Handa [Fri, 26 Jun 1998 03:29:15 +0000 (03:29 +0000)]
(setup_raw_text_coding_system): New function.
(decode_coding_sjis_big5): Bug for handling invalid code fixed.

25 years ago(setup_raw_text_coding_system): Extern it.
Kenichi Handa [Fri, 26 Jun 1998 03:29:15 +0000 (03:29 +0000)]
(setup_raw_text_coding_system): Extern it.

25 years ago(Fstart_process): Check process-coding-system-alist
Kenichi Handa [Fri, 26 Jun 1998 03:29:15 +0000 (03:29 +0000)]
(Fstart_process): Check process-coding-system-alist
and default-process-coding-system even in unibyte mode.
(create_process): In unibyte mode, suppress character code
conversion.

25 years ago(Finsert_file_contents): Call setup_raw_text_coding_system.
Kenichi Handa [Fri, 26 Jun 1998 03:29:15 +0000 (03:29 +0000)]
(Finsert_file_contents): Call setup_raw_text_coding_system.

25 years agoDelete defcustom definition.
Richard M. Stallman [Fri, 26 Jun 1998 01:27:40 +0000 (01:27 +0000)]
Delete defcustom definition.
(flyspell-auto-correct-binding): Fix custom type.
(mail-mode-flyspell-verify): Check for `Subject:'.
(flyspell-mouse-map): Use cond, not if.
(flyspell-region): Update message only every 100 actions.

25 years agoInitial revision
Richard M. Stallman [Fri, 26 Jun 1998 01:24:05 +0000 (01:24 +0000)]
Initial revision

25 years ago(mail-unsent-separator): Add new alternative.
Richard M. Stallman [Thu, 25 Jun 1998 18:52:18 +0000 (18:52 +0000)]
(mail-unsent-separator): Add new alternative.

25 years agoStyle and doc fixes.
Karl Heuer [Thu, 25 Jun 1998 17:14:47 +0000 (17:14 +0000)]
Style and doc fixes.

25 years ago(dabbrev-ignored-buffer-names): Fix typo. Add *Buffer List*.
Richard M. Stallman [Thu, 25 Jun 1998 01:16:56 +0000 (01:16 +0000)]
(dabbrev-ignored-buffer-names): Fix typo.  Add *Buffer List*.

25 years ago(null-device): Renamed from grep-null-device.
Andrew Innes [Wed, 24 Jun 1998 20:32:19 +0000 (20:32 +0000)]
(null-device): Renamed from grep-null-device.

25 years ago(custom-set-default): New function.
Richard M. Stallman [Wed, 24 Jun 1998 18:35:06 +0000 (18:35 +0000)]
(custom-set-default): New function.
(custom-set-variables): Use custom-set-default.
(custom-local-buffer): New variable.
(defcustom): Doc fix.

25 years ago(PRINTFINISH): Convert text to unibyte before
Richard M. Stallman [Wed, 24 Jun 1998 18:32:53 +0000 (18:32 +0000)]
(PRINTFINISH): Convert text to unibyte before
inserting in a unibyte buffer.

25 years ago(get_doc_string): Adjust declaration.
Richard M. Stallman [Wed, 24 Jun 1998 18:27:02 +0000 (18:27 +0000)]
(get_doc_string): Adjust declaration.

25 years ago(read_list): Pass new arg to get_doc_string.
Richard M. Stallman [Wed, 24 Jun 1998 18:26:36 +0000 (18:26 +0000)]
(read_list): Pass new arg to get_doc_string.

25 years ago(get_doc_string): Take both UNIBYTE and DEFINITION as args.
Richard M. Stallman [Wed, 24 Jun 1998 18:26:20 +0000 (18:26 +0000)]
(get_doc_string): Take both UNIBYTE and DEFINITION as args.
All callers changed.

25 years ago(fontset-default-styles): Fix custom type.
Richard M. Stallman [Wed, 24 Jun 1998 18:10:16 +0000 (18:10 +0000)]
(fontset-default-styles): Fix custom type.

25 years ago(custom-magic-show): Use `other' widget type.
Andreas Schwab [Wed, 24 Jun 1998 09:36:08 +0000 (09:36 +0000)]
(custom-magic-show): Use `other' widget type.

25 years ago(bibtex-include-OPTkey): Use `other' widget
Andreas Schwab [Wed, 24 Jun 1998 09:25:09 +0000 (09:25 +0000)]
(bibtex-include-OPTkey): Use `other' widget
type.