bpt/emacs.git
25 years ago(Finsert_file_contents): Call Vset_auto_coding_function
Kenichi Handa [Sat, 25 Jul 1998 04:23:13 +0000 (04:23 +0000)]
(Finsert_file_contents): Call Vset_auto_coding_function
with two arguments.
(Fwrite_region): If buffer-file-coding-system is set locally, use
the coding system whithout checking file-coding-system-alist.
(syms_of_fileio): Docstring of set-auto-coding-function adjusted
for the change of argument number.

25 years agoGive set-auto-coding-funciton FILENAME argument.
Kenichi Handa [Sat, 25 Jul 1998 02:02:59 +0000 (02:02 +0000)]
Give set-auto-coding-funciton FILENAME argument.

25 years ago*** empty log message ***
Dan Nicolaescu [Sat, 25 Jul 1998 00:19:51 +0000 (00:19 +0000)]
*** empty log message ***

25 years ago(uniquify-ignore-buffers-re): Fix custom type.
Richard M. Stallman [Fri, 24 Jul 1998 20:13:08 +0000 (20:13 +0000)]
(uniquify-ignore-buffers-re): Fix custom type.

25 years ago(basic-save-buffer-2): New function.
Richard M. Stallman [Fri, 24 Jul 1998 10:43:29 +0000 (10:43 +0000)]
(basic-save-buffer-2): New function.
(basic-save-buffer-1): Use basic-save-buffer-2,
after perhaps binding coding-system-for-write.
(save-buffer-coding-system): Make it a permanent local.

25 years ago*** empty log message ***
Dan Nicolaescu [Fri, 24 Jul 1998 04:36:09 +0000 (04:36 +0000)]
*** empty log message ***

25 years ago(auto-mode-alist): Recognize shell profiles without dirname.
Richard M. Stallman [Thu, 23 Jul 1998 07:23:08 +0000 (07:23 +0000)]
(auto-mode-alist): Recognize shell profiles without dirname.

25 years ago(quail-start-translation): Call
Kenichi Handa [Thu, 23 Jul 1998 05:48:49 +0000 (05:48 +0000)]
(quail-start-translation): Call
this-single-command-raw-keys instead of this-single-command-keys.
(quail-start-conversion): Likewise.

25 years ago(isearch-minibuffer-self-insert):
Kenichi Handa [Thu, 23 Jul 1998 05:42:28 +0000 (05:42 +0000)]
(isearch-minibuffer-self-insert):
Handle space char event correctly.
(isearch-process-search-multibyte-characters): If this-command is
not isearch-printing-char, don't read multibyte chars from
minibuffer, but just call isearch-process-search-char.

25 years ago(quail-start-translation): Use
Kenichi Handa [Thu, 23 Jul 1998 05:42:28 +0000 (05:42 +0000)]
(quail-start-translation): Use
this-single-command-keys to get raw events instead of
listify-key-sequence
(quail-start-conversion): Likewise.

25 years agoAvoid using all-caps for non-arguments.
Karl Heuer [Wed, 22 Jul 1998 19:02:16 +0000 (19:02 +0000)]
Avoid using all-caps for non-arguments.

25 years ago(feedmail-queue-send-edit-prompt-help-first):
Karl Heuer [Wed, 22 Jul 1998 18:34:39 +0000 (18:34 +0000)]
(feedmail-queue-send-edit-prompt-help-first):
Doc fix.

25 years agoEntire file: Fix indentation.
Karl Heuer [Wed, 22 Jul 1998 18:31:25 +0000 (18:31 +0000)]
Entire file: Fix indentation.

25 years ago(imenu-create-index-function): Add autoload cookie.
Richard M. Stallman [Wed, 22 Jul 1998 02:29:27 +0000 (02:29 +0000)]
(imenu-create-index-function): Add autoload cookie.
(imenu-extract-index-name-function, imenu-default-goto-function)
(imenu-sort-function, imenu-prev-index-position-function): Likewise.

25 years ago(ange-ftp-reread-dir): Renamed from `re-read'.
Richard M. Stallman [Wed, 22 Jul 1998 00:31:24 +0000 (00:31 +0000)]
(ange-ftp-reread-dir): Renamed from `re-read'.
Old name defined as alias.  Doc fix.

25 years ago(main): Explicitly check result of message box for OK.
Geoff Voelker [Tue, 21 Jul 1998 04:00:21 +0000 (04:00 +0000)]
(main): Explicitly check result of message box for OK.

25 years ago(quail-japanese-kanji-kkc): Handle the case
Kenichi Handa [Tue, 21 Jul 1998 01:42:40 +0000 (01:42 +0000)]
(quail-japanese-kanji-kkc): Handle the case
that conversion is cancelled in kkc-region.
(quail-japanese-switch-package): Fix previous change.

25 years ago(kkc-region): Handled the case that
Kenichi Handa [Tue, 21 Jul 1998 01:42:40 +0000 (01:42 +0000)]
(kkc-region): Handled the case that
conversion is cancelled.
(kkc-terminate): Update kkc-overlay-head correctly.
(kkc-cancel): Don't call kkc-terminate, but set kkc-converting to
nil.

25 years ago(quail-simple-translation-keymap): Typo
Kenichi Handa [Tue, 21 Jul 1998 01:42:40 +0000 (01:42 +0000)]
(quail-simple-translation-keymap): Typo
in doc-string fixed.
(quail-start-translation): Check start position of quail-overlay
before calling quail-overlay-region-events.
(quail-start-conversion): Likewise.

25 years ago(Fcall_process): Use alloca instead of
Kenichi Handa [Tue, 21 Jul 1998 01:42:40 +0000 (01:42 +0000)]
(Fcall_process): Use alloca instead of
get_conversion_buffer.

25 years ago(init_coding): Extern it.
Kenichi Handa [Tue, 21 Jul 1998 01:42:40 +0000 (01:42 +0000)]
(init_coding): Extern it.

25 years ago(init_coding): New function.
Kenichi Handa [Tue, 21 Jul 1998 01:42:40 +0000 (01:42 +0000)]
(init_coding): New function.
(init_coding_once): Don't initialize conversion_buffer here.  It
is done in init_coding.

25 years ago(main): Call init_coding.
Kenichi Handa [Tue, 21 Jul 1998 01:42:40 +0000 (01:42 +0000)]
(main): Call init_coding.

25 years ago(auto-mode-alist): Match .emacs with no directory.
Richard M. Stallman [Mon, 20 Jul 1998 21:23:28 +0000 (21:23 +0000)]
(auto-mode-alist): Match .emacs with no directory.

25 years ago(grep): Doc fix.
Richard M. Stallman [Sun, 19 Jul 1998 22:17:03 +0000 (22:17 +0000)]
(grep): Doc fix.
(next-error): Doc fix.

25 years ago(R4000:UNIX_SV:*:*): Recognize this for Mips machines.
Richard M. Stallman [Sun, 19 Jul 1998 22:11:47 +0000 (22:11 +0000)]
(R4000:UNIX_SV:*:*): Recognize this for Mips machines.

25 years ago(*:[Aa]miga[Oo][Ss]:*:*): New alternative.
Richard M. Stallman [Sun, 19 Jul 1998 22:10:23 +0000 (22:10 +0000)]
(*:[Aa]miga[Oo][Ss]:*:*): New alternative.
(BeBox:BeOS:*:*, BeMac:BeOS:*:*): New alternatives.

25 years agoAllow -beos*. Translate -be to -beos.
Richard M. Stallman [Sun, 19 Jul 1998 22:09:55 +0000 (22:09 +0000)]
Allow -beos*.  Translate -be to -beos.

25 years ago(sh-mode): parse-sexp-ignore-comments = t.
Richard M. Stallman [Sun, 19 Jul 1998 21:58:03 +0000 (21:58 +0000)]
(sh-mode): parse-sexp-ignore-comments = t.

25 years ago(archive-mode): Undo previous change.
Eli Zaretskii [Sun, 19 Jul 1998 15:02:33 +0000 (15:02 +0000)]
(archive-mode): Undo previous change.
(archive-extract): Make the buffer unibyte if the extracted file
was read with coding-system of no-conversion or raw-text.

25 years ago(quail-japanese-update-translation): Handle
Kenichi Handa [Sun, 19 Jul 1998 05:17:35 +0000 (05:17 +0000)]
(quail-japanese-update-translation): Handle
a key which should fix the current translation and start a new
translation correctly.
(quail-japanese-toggle-kana): Set quail-translating to nil.  Don't
change point.

25 years ago(isearch-toggle-specified-input-method): Adjusted for the change
Kenichi Handa [Sun, 19 Jul 1998 05:17:35 +0000 (05:17 +0000)]
(isearch-toggle-specified-input-method): Adjusted for the change
in isearch.el.
(isearch-toggle-input-method): Likewise.
(isearch-minibuffer-local-map): New variable.
(isearch-minibuffer-non-self-insert): New function.
(isearch-minibuffer-self-insert): New function.
(isearch-process-search-multibyte-characters): Read multibyte
characters from minibuffer with the keymap
isearch-minibuffer-local-map.

25 years ago(kkc-region): Fix the return value.
Kenichi Handa [Sun, 19 Jul 1998 05:17:35 +0000 (05:17 +0000)]
(kkc-region): Fix the return value.

25 years ago(read-multilingual-string): Don't
Kenichi Handa [Sun, 19 Jul 1998 05:17:35 +0000 (05:17 +0000)]
(read-multilingual-string): Don't
activate an input method in the current buffer, but just bind
current-input-method.

25 years ago(quail-conversion-keymap): New binding
Kenichi Handa [Sun, 19 Jul 1998 05:17:35 +0000 (05:17 +0000)]
(quail-conversion-keymap): New binding
for quail-conversion-delete-tail.
(quail-input-method): Suppress input method if
overriding-terminal-local-map or overriding-local-map is non-nil.
Erase contents of quail-guidance-buf.  Run the hook
input-method-after-insert-chunk-hook.
(quail-start-translation): Get the original event list by
listify-key-sequence.  Setup last-command and this-command
(quail-start-conversion): Likewise.
(quail-conversion-beginning-of-region): Set quail-translating to
nil.
(quail-conversion-end-of-region, quail-conversion-delete-char):
Likewise.
(quail-conversion-delete-tail): New function.
(quail-no-conversion): Don' run the hook
input-method-after-insert-chunk-hook.

25 years ago(japanese-replace-region): New function.
Kenichi Handa [Sun, 19 Jul 1998 05:17:35 +0000 (05:17 +0000)]
(japanese-replace-region): New function.
(japanese-katakana-region, japanese-hiragana-region,
japanese-hankaku-region, japanese-zenkaku-region): Don't change
point.  Use japanese-replace-region to change text.

25 years ago(isearch-input-method-function): New variable.
Kenichi Handa [Sun, 19 Jul 1998 05:17:35 +0000 (05:17 +0000)]
(isearch-input-method-function): New variable.
(isearch-input-method-local-p): New variable.
(isearch-mode): Setup the above two variable.  Set
input-method-function to nil locally.
(isearch-done): Restore the previous value of
input-method-function.

25 years ago(Fdefine_charset): Fix doc-string.
Kenichi Handa [Sun, 19 Jul 1998 05:17:35 +0000 (05:17 +0000)]
(Fdefine_charset): Fix doc-string.

25 years ago(dumpglyphs): After calling ccl_driver, set cp->byte1 to
Kenichi Handa [Sun, 19 Jul 1998 05:17:35 +0000 (05:17 +0000)]
(dumpglyphs): After calling ccl_driver, set cp->byte1 to
zero for 1-byte font.

25 years ago(sgml-mode): Call kill-local-variables
Richard M. Stallman [Sun, 19 Jul 1998 00:04:01 +0000 (00:04 +0000)]
(sgml-mode): Call kill-local-variables
here directly, then set major-mode, then call sgml-mode-common.
Run the hooks here at the end.
(html-mode): Likewise.
(sgml-mode-common): Don't call kill-local-variables; don't run hooks.

25 years ago(lazy-lock-fontify-after-visage): Renamed from lazy-lock-fontify-after-outline.
Simon Marshall [Fri, 17 Jul 1998 15:13:21 +0000 (15:13 +0000)]
(lazy-lock-fontify-after-visage): Renamed from lazy-lock-fontify-after-outline.
(lazy-lock-install-hooks): Add to hs-hide-hook too.
(lazy-lock-unstall): Remove it.
(lazy-lock-fontify-rest-after-change):
(lazy-lock-defer-rest-after-change): Ensure properties are always
removed from the rest of the buffer by widening before using point-max.

25 years ago(forms-mode): Doc fix (remove slashes from keybindings).
Stephen Eglen [Fri, 17 Jul 1998 14:01:15 +0000 (14:01 +0000)]
(forms-mode): Doc fix (remove slashes from keybindings).

25 years ago(archive-mode): Make the buffer unibyte.
Richard M. Stallman [Fri, 17 Jul 1998 08:34:27 +0000 (08:34 +0000)]
(archive-mode): Make the buffer unibyte.

25 years ago(archive-extract): If the extractor signals an
Richard M. Stallman [Fri, 17 Jul 1998 03:21:14 +0000 (03:21 +0000)]
(archive-extract): If the extractor signals an
error, trap it, so that the buffer created for a member is killed.

25 years ago(quail-japanese-kanji-kkc): Adjusted for the change of quail.el.
Kenichi Handa [Thu, 16 Jul 1998 00:14:44 +0000 (00:14 +0000)]
(quail-japanese-kanji-kkc): Adjusted for the change of quail.el.
(quail-japanese-switch-package): Likewise.

25 years ago(kkc-show-conversion-list-index-chars):
Kenichi Handa [Thu, 16 Jul 1998 00:14:44 +0000 (00:14 +0000)]
(kkc-show-conversion-list-index-chars):
Default value changed.
(kkc-keymap): Renamed from kkc-mode-map.  Key binding for
kkc-non-kkc-command are deleted.
(kkc-mode): This function deleted.
(kkc-canceled): This variable deleted.
(kkc-converting): New variable.
(kkc-region): 3rd optional arg is deleted.  Completely rewritten
to adjust for the change in quail.el.
(kkc-terminate, kkc-cancel): Adjusted for the change of
kkc-region.
(kkc-non-kkc-command): This function deleted.
(kkc-select-from-list): Use last-input-event instead of
last-input-char.  Put an unknown event back to
unread-input-method-events.

25 years ago(quail-mode): This variable deleted.
Kenichi Handa [Thu, 16 Jul 1998 00:14:44 +0000 (00:14 +0000)]
(quail-mode): This variable deleted.
(quail-current-key): Make it buffer local.
(quail-current-str, quail-current-translations): Likewise.
(quail-reset-conversion-region): This variable deleted.
(quail-use-package): Call quail-activate at the tail.
(quail-translation-keymap, quail-simple-translation-keymap): Key
bindings for quail-execute-non-quail-command deleted.
(quail-conversion-keymap): Likewise.  Add key bindings for
quail-self-insert-command.
(quail-delete-overlays): Chekc overlay-start for overlays before
deleting them.
(quail-mode): This function deleted.
(quail-inactivate, quail-activate): New functions.
(quail-saved-current-map, quail-saved-current-buffer): These
variables deleted.
(quail-toggle-mode-temporarily, quail-execute-non-quail-command):
These functions deleted.
(quail-exit-conversion-mode, quail-prefix-arg): These variables
deleted.
(quail-error): New error condition.
(quail-error): New function.
(quail-translating, quail-converting): New variables.
(quail-input-method, quail-overlay-region-events): New function.
(quail-start-translation): Completely re-written.
(quail-start-translation-in-conversion-mode): This function
deleted.
(quail-start-conversion): New function.
(quail-terminate-translation): Just set quail-translating to nil.
(quail-update-translation): Put some events back to
unread-input-method-events instead of unread-command-events.  Call
quail-error instead of error.
(quail-self-insert-command): Adjusted for the change of
quail-start-translation.
(quail-next-translation): Don't call
quail-execute-non-quail-command, instead, put an event back of
unread-command-events.
(quail-prev-translation, quail-next-translation-block,
quail-prev-translation-block): Likewize.
(quail-conversion-backward-char): Call quail-error instead of
error.  Set quail-translating to nil.
(quail-conversion-forward-char): Likewize.
(quail-conversion-delete-char): Call quail-error instead of error.
If conversion region gets vacant, set quail-converting to nil.
(quail-conversion-backward-delete-char): Likewize.
(quail-no-conversion): Just set quail-converting to nil.
(quail-mouse-choose-completion): Call quai-error instead of error.
(quail-choose-completion-string): Likewize.
(quail-help): Don't handle quail-mode-map.

25 years ago("Ethiopic"): Typo in sample-text fixed.
Kenichi Handa [Thu, 16 Jul 1998 00:14:44 +0000 (00:14 +0000)]
("Ethiopic"): Typo in sample-text fixed.

25 years ago(read_process_output): Even if we read data without
Kenichi Handa [Thu, 16 Jul 1998 00:14:44 +0000 (00:14 +0000)]
(read_process_output): Even if we read data without
code conversion, calculate character counts.  If we insert the
data into a unibyte buffer, treat the data as unibyte.

25 years ago(file-name-invalid-regexp): Fix the part which handles colons in file names.
Eli Zaretskii [Wed, 15 Jul 1998 10:21:04 +0000 (10:21 +0000)]
(file-name-invalid-regexp): Fix the part which handles colons in file names.

25 years ago(Info-complete-menu-buffer): Add defvar.
Richard M. Stallman [Wed, 15 Jul 1998 00:09:43 +0000 (00:09 +0000)]
(Info-complete-menu-buffer): Add defvar.

25 years ago(Info-read-node-name-1, Info-read-node-name):
Richard M. Stallman [Wed, 15 Jul 1998 00:07:49 +0000 (00:07 +0000)]
(Info-read-node-name-1, Info-read-node-name):
Rename completion-table to Info-read-node-completion-table.
(Info-read-node-completion-table): Add defvar.

25 years ago(find-function-regexp): Added :version 20.3.
Richard M. Stallman [Tue, 14 Jul 1998 23:42:21 +0000 (23:42 +0000)]
(find-function-regexp): Added :version 20.3.
(find-variable-regexp, find-function-after-hook): Likewise.
(find-function-recenter-line): Likewise.
(find-function-recenter-line): Remove autoload cookie.
(find-function-do-it): Made more solid.  `save-excursion' around
call to `find-function-noselect'.  `find-function-other-window'
and `find-function-other-frame' point behaviour should be correct
now when function in a current buffer.
(find-function-setup-keys): New function to set up keybindings.

25 years agoAdded next-buffer/previous-buffer keybindings (bound to M-n/M-p).
Karl Heuer [Tue, 14 Jul 1998 22:17:35 +0000 (22:17 +0000)]
Added next-buffer/previous-buffer keybindings (bound to M-n/M-p).
(crisp-unbury-buffer): New function.

Fixed bogus XEmacs/Lucid string-match checking.
Made modeline entry mouse2-able.

(crisp-mode-map): Make this a sparse keymap parented from
current-global-map.
(crisp-mode-original-keymap): Don't copy the keymap.
(crisp-last-last-command): Renamed from last-last-command.  defvar it.
(crisp-mode): Honor ARG.

(crisp-kill-line, crisp-copy-line): When a region isn't highlighted,
use the region from point to eol.  Honor prefix argument.

(crisp-submit-bug-report): New command, taken from cc-mode.

Shortened the version numbering, removed the release-version tracking

(crisp-version): New function.
New keybindings `C-home', `C-end', `M-home', `M-end', `C-f', `M-l',
`M-m'.

(crisp-copy-line): No need to save point.

Removed S-right and S-left bindings.

Abstract the marking and selection interfaces so that we can be
compatible with both Emacs and XEmacs.  And try and make the
behavior as close as possible under both environments so that there
are no surprises.

25 years ago(lisp-font-lock-keywords-2): support `handler-*',
Richard M. Stallman [Tue, 14 Jul 1998 08:22:05 +0000 (08:22 +0000)]
(lisp-font-lock-keywords-2): support `handler-*',
`restart-*', `*-bind', `abort', `the', `break', `compiler-let'
`symbol-macrolet' etc.
(lisp-font-lock-keywords-1): Support `define-*-macro',
`define-condition', `define-setf-expander' etc.

25 years agoIndent `restart-case', `handler-bind' and `restart-bind' correctly.
Richard M. Stallman [Tue, 14 Jul 1998 08:20:17 +0000 (08:20 +0000)]
Indent `restart-case', `handler-bind' and `restart-bind' correctly.

25 years ago(read-quoted-char): Bind input-method-function to nil.
Richard M. Stallman [Tue, 14 Jul 1998 08:15:51 +0000 (08:15 +0000)]
(read-quoted-char): Bind input-method-function to nil.

25 years ago(do-auto-fill): Always break before any whitespace
Richard M. Stallman [Tue, 14 Jul 1998 05:51:20 +0000 (05:51 +0000)]
(do-auto-fill): Always break before any whitespace
so that point ends up at the right place.

25 years ago(Finsert_file_contents): When replacing, in multibyte bfr,
Richard M. Stallman [Mon, 13 Jul 1998 22:11:54 +0000 (22:11 +0000)]
(Finsert_file_contents): When replacing, in multibyte bfr,
always extend the range to a character boundary.

25 years ago(rmail-edit-current-message, rmail-cease-edit):
Richard M. Stallman [Mon, 13 Jul 1998 22:04:35 +0000 (22:04 +0000)]
(rmail-edit-current-message, rmail-cease-edit):
Save and restore save-buffer-coding-system in another local variable.

25 years ago(ps-do-despool): Bind ps-printer-name to printer-name if the former is
Andrew Innes [Mon, 13 Jul 1998 19:58:49 +0000 (19:58 +0000)]
(ps-do-despool): Bind ps-printer-name to printer-name if the former is
nil.

25 years ago(add_menu_item): Draw menu items like titles if call_data is 0.
Andrew Innes [Mon, 13 Jul 1998 19:54:15 +0000 (19:54 +0000)]
(add_menu_item): Draw menu items like titles if call_data is 0.

25 years ago(set_clipboard_data, get_clipboard_data, Fw16_set_clipboard_data,
Eli Zaretskii [Mon, 13 Jul 1998 14:29:35 +0000 (14:29 +0000)]
(set_clipboard_data, get_clipboard_data, Fw16_set_clipboard_data,
Fw16_get_clipboard_data, Fx_selection_exists_p): Use CF_OEMTEXT instead
of CF_TEXT.

25 years ago(fill-individual-paragraphs-prefix): New
Richard M. Stallman [Mon, 13 Jul 1998 02:11:16 +0000 (02:11 +0000)]
(fill-individual-paragraphs-prefix): New
subroutine taken from fill-individual-paragraphs.  Really check that
JUST-ONE-LINE-PREFIX is longer than TWO-LINES-PREFIX in its whitespace.
(fill-individual-paragraphs-citation): New subroutine.
(fill-nonuniform-paragraphs): Arg MAILP renamed.
(fill-individual-paragraphs): Arg MAILP renamed.

25 years ago(mail-citation-prefix-regexp): New variable.
Richard M. Stallman [Mon, 13 Jul 1998 01:45:43 +0000 (01:45 +0000)]
(mail-citation-prefix-regexp): New variable.
(mail-fill-yanked-message): Pass mail-citation-prefix-regexp
to fill-individual-paragraphs.

25 years ago(jka-compr-insert-file-contents): Replace incorrect
Richard M. Stallman [Mon, 13 Jul 1998 01:10:09 +0000 (01:10 +0000)]
(jka-compr-insert-file-contents): Replace incorrect
inline code with call to find-operation-coding-system.

25 years ago(Fw32_set_clipboard_data): Set Vlast_coding_system_used.
Andrew Innes [Sun, 12 Jul 1998 20:24:23 +0000 (20:24 +0000)]
(Fw32_set_clipboard_data): Set Vlast_coding_system_used.
(Fw32_get_clipboard_data): Likewise.

25 years ago(Fcopy_marker): Make return from wrong_type_argument
Karl Heuer [Sun, 12 Jul 1998 19:13:45 +0000 (19:13 +0000)]
(Fcopy_marker): Make return from wrong_type_argument
fall thru into normal case.

25 years agodos-w32.el (file-name-buffer-file-type-alist): Force tags files to be
Andrew Innes [Sun, 12 Jul 1998 15:20:27 +0000 (15:20 +0000)]
dos-w32.el (file-name-buffer-file-type-alist): Force tags files to be
read as raw-text-dos (to handle files in DOS format).

25 years agoAdd selection-coding-system.
Richard M. Stallman [Sun, 12 Jul 1998 06:01:55 +0000 (06:01 +0000)]
Add selection-coding-system.

25 years ago(set-selection-coding-system): Renamed from set-clipboard-coding-system.
Richard M. Stallman [Sun, 12 Jul 1998 05:58:47 +0000 (05:58 +0000)]
(set-selection-coding-system): Renamed from set-clipboard-coding-system.
Set the variable's new name, selection-coding-system.

25 years ago(rmail-output-to-rmail-file):
Richard M. Stallman [Sun, 12 Jul 1998 05:56:12 +0000 (05:56 +0000)]
(rmail-output-to-rmail-file):
Clean up handling of relative file names in DEFAULT-FILE.

25 years ago(Fchars_in_region): Coerce markers.
Richard M. Stallman [Sun, 12 Jul 1998 03:15:53 +0000 (03:15 +0000)]
(Fchars_in_region): Coerce markers.

25 years ago(find-file-noselect-1): Use kill-local-variable on
Richard M. Stallman [Sun, 12 Jul 1998 03:14:44 +0000 (03:14 +0000)]
(find-file-noselect-1): Use kill-local-variable on
buffer-file-coding-system, instead of setting it.
(save-buffer): Doc fix.
(basic-save-buffer): Doc fix.

25 years ago(w32_menu_show): Set widget call_data to 0 if definition is nil.
Andrew Innes [Sat, 11 Jul 1998 21:52:17 +0000 (21:52 +0000)]
(w32_menu_show): Set widget call_data to 0 if definition is nil.
(add_menu_item): Gray menu entry if widget call_data is 0.

25 years ago(Vselection_coding_system):
Richard M. Stallman [Sat, 11 Jul 1998 20:42:12 +0000 (20:42 +0000)]
(Vselection_coding_system):
Renamed from Vclipboard_coding_system.  All uses changed.
(syms_of_xselect): Rename Lisp variable.

25 years agoMore commentary.
Karl Heuer [Fri, 10 Jul 1998 16:48:06 +0000 (16:48 +0000)]
More commentary.
(speedbar-xemacsp) Moved definition.
(speedbar-initial-expansion-mode-list) was
`speedbar-initial-expansion-list' and now has multiple modes.
(speedbar-stealthy-function-list) now has mode labels.
(speedbar-initial-expansion-list-name,
speedbar-previously-used-expansion-list-name,
speedbar-special-mode-key-map, speedbar-track-mouse-flag,
speedbar-tag-hierarchy-method, speedbar-tag-split-minimum-length,
speedbar-tag-regroup-maximum-length,
speedbar-hide-button-brackets-flag) New variables
(speedbar-special-mode-expansion-list) updated documentation.
(speedbar-navigating-speed, speedbar-update-speed) phasing out.
(speedbar-vc-indicator) removed space from this var.
(speedbar-indicator-separator, speedbar-obj-do-check,
speedbar-obj-to-do-point, speedbar-obj-indicator, speedbar-obj-alist,
speedbar-indicator-regex) new variables.
(speedbar-directory-unshown-regexp) New variable.
(speedbar-supported-extension-expressions) Added more extensions.
(speedbar-add-supported-extension,
speedbar-add-ignored-path-regexp) Made interactive.
(speedbar-update-flag) nil w/ no window system.
(speedbar-file-key-map) Moved some key bindings from
`speedbar-key-map' to this map.
(speedbar-make-specialized-keymap) New function.
(speedbar-file-key-map) New key map.
(speedbar-easymenu-definition-special) Updated to new functions.
(speedbar-easymenu-definition-trailer) Changed conditional part.
(speedbar-frame-mode) Removed commented code, fixed W32 cursor
bug, Updated to better handle terminal frames.
(speedbar-switch-buffer-attached-frame) New function.
(speedbar-mode) Updated documentation, no local keymap,
correct `temp-buffer-show-function' use, enable mouse-tracking.
(speedbar-show-info-under-mouse) New function.
(speedbar-reconfigure-keymaps) Was `speedbar-reconfigure-menubar'.
Enable major display mode specific menus & key maps.
(speedbar-temp-buffer-show-function) Fix use of `temp-buffer-show-hook'
(speedbar-track-mouse, speedbar-track-mouse-xemacs) New functions.
(speedbar-restricted-move, speedbar-restricted-next,
speedbar-restricted-prev, speedbar-navigate-list,
speedbar-forward-list, speedbar-backward-list) New commands.
(speedbar-refresh) Updated message printing & verbosity.
(speedbar-item-load) Updated message.
(speedbar-item-byte-compile) Updated doc & reset scanners.
(speedbar-item-info) Overhauled with more details.
(speedbar-item-copy) Update messages.
(speedbar-generic-item-info) New function
(speedbar-item-delete) Update messages.
(speedbar-item-object-delete) New function.
(speedbar-select-window) Update doc.  Use `show-buffer'.
(speedbar-make-button) Update doc.
(speedbar-initial-expansion-list, speedbar-initial-menu,
speedbar-initial-keymap, speedbar-initial-stealthy-functions,
speedbar-add-expansion-list,
speedbar-change-initial-expansion-list) New functions.
(speedbar-maybe-add-localized-support,
speedbar-add-localized-speedbar-support,
speedbar-remove-localized-speedbar-support) Imported from speedbspec
(speedbar-file-lists) Filter out some directories.
(speedbar-make-tag-line) Can hide brackets.
(speedbar-change-expand-button-char) Protect invisible text prop.
(speedbar-insert-files-at-point) Ignore case during comares.
(speedbar-apply-one-tag-hierarchy-method,
speedbar-create-tag-hierarchy) New functions.
(speedbar-insert-generic-list) Now calls hierarchy functions on tags.
(speedbar-update-contents) Handles localized support.
(speedbar-update-directory-contents) Uses fn for expansion list,
Fixed directory cacheing bug.
(speedbar-timer-fn) Calls localized support function.
(speedbar-stealthy-update-recurse) New variable
(speedbar-stealthy-updates) Handle new stealth function format.
(speedbar-clear-current-file) Handle indicator regex.
(speedbar-update-current-file) Ignores case, update handle
indicator regex, Fix line positioning.
(speedbar-add-indicator) Handles obj indicators now.
(speedbar-check-objects, speedbar-check-obj-this-line) New functions.
(speedbar-double-click) Fix tripple click error.
(speedbar-line-file, speedbar-goto-this-file) Handle indicator regex.
(speedbar-line-path) Only try to get a file when in "files" display.
(speedbar-line-depth) Handle indicator regex.
(speedbar-dir-follow) Turn of smart-adjust to disable cache use.
(speedbar-directory-buttons-follow) Hack for W32 emacs directories.
(speedbar-buffers-key-map) New key map.
(speedbar-buffer-easymenu-definition) New meny items.
(speedbar-buffer-buttons, speedbar-buffer-buttons-temp,
speedbar-buffer-buttons-engine, speedbar-buffer-click,
speedbar-buffer-kill-buffer, speedbar-buffer-revert-buffer)
New functions.

25 years ago(gud-speedbar-key-map) New variable.
Karl Heuer [Fri, 10 Jul 1998 16:47:28 +0000 (16:47 +0000)]
(gud-speedbar-key-map) New variable.
(gud-install-speedbar-variables) New function
Install speedbar keymap only when speedbar is loaded.
(gud-gdb-get-stackframe) Added : to regex for c++.

25 years agoNo longer depends on speedbspec for byte compile.
Karl Heuer [Fri, 10 Jul 1998 16:46:59 +0000 (16:46 +0000)]
No longer depends on speedbspec for byte compile.
(Info-speedbar-key-map) New key map.
(Info-install-speedbar-variables) New function.
(Info-speedbar-menu-items) Update to new functions.
Install speedbar keymap only when speedbar is loaded.
(Info-speedbar-browser) New command.
(Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node,
Info-speedbar-expand-node, Info-speedbar-fetch-file-nodes) New function
(Info-speedbar-buttons) Handle new node button commands.

25 years agoNo longer depends on speedbspec for byte compile.
Karl Heuer [Fri, 10 Jul 1998 16:46:21 +0000 (16:46 +0000)]
No longer depends on speedbspec for byte compile.
(rmail-speedbar-match-folder-regexp) new variable.
(rmail-speedbar-menu-items) Updated speedbar menu items.
(rmail-speedbar-key-map) New keymap.
(rmail-install-speedbar-variables) New function.
Install speedbar keymap only when speedbar is loaded.
(rmail-speedbar-buttons) Use `rmail-speedbar-match-folder-regexp'.

25 years agoIndent `handler-case' correctly.
Richard M. Stallman [Fri, 10 Jul 1998 03:20:14 +0000 (03:20 +0000)]
Indent `handler-case' correctly.

25 years ago(lisp-font-lock-keywords): Fontify `handler-case', `ccase',
Richard M. Stallman [Fri, 10 Jul 1998 03:19:33 +0000 (03:19 +0000)]
(lisp-font-lock-keywords): Fontify `handler-case', `ccase',
`ctypecase', `assert', `error'.

25 years ago(Vclipboard_coding_system): New variable.
Eli Zaretskii [Thu, 9 Jul 1998 14:02:15 +0000 (14:02 +0000)]
(Vclipboard_coding_system): New variable.
(set_clipboard_data, set_clipboard_data): New parameter Raw
determines whether CRLF <-> NL translation needs to be done.  All
callers changed.
(Fw16_set_clipboard_data): Encode the text using
Vclipboard_coding_system, if necessary.
(Fw16_get_clipboard_data): Decode the text using
Vclipboard_coding_system, if necessary.
(syms_of_win16select): DEFVAR Vclipboard_coding_system and
staticpro it.

25 years ago(fill-individual-paragraphs): Fix previous change.
Richard M. Stallman [Thu, 9 Jul 1998 05:32:47 +0000 (05:32 +0000)]
(fill-individual-paragraphs): Fix previous change.

25 years ago(set-language-environment): Test unibyte-syntax instead of using a
Richard M. Stallman [Thu, 9 Jul 1998 04:53:59 +0000 (04:53 +0000)]
(set-language-environment): Test unibyte-syntax instead of using a
fixed list of latin-N character sets.

25 years agoDefine unibyte-syntax in each of these language environments.
Richard M. Stallman [Thu, 9 Jul 1998 04:53:28 +0000 (04:53 +0000)]
Define unibyte-syntax in each of these language environments.
(setup-8-bit-environment): Let unibyte-syntax specify whether to
load a file of syntax settings, and which one.

25 years ago(undo-in-progress): New variable.
Richard M. Stallman [Thu, 9 Jul 1998 04:49:24 +0000 (04:49 +0000)]
(undo-in-progress): New variable.
(undo-more): Bind it to t.

25 years ago(rmail): If existing buffer, use local
Richard M. Stallman [Thu, 9 Jul 1998 04:45:33 +0000 (04:45 +0000)]
(rmail): If existing buffer, use local
enable-multibyte-characters for rmail-enable-multibyte.
(rmail-revert): Bind coding-system-for-read to raw-text,
then convert and make buffer multibyte, as in `rmail'.

25 years ago(code_convert_string): Count characters again if we
Kenichi Handa [Thu, 9 Jul 1998 04:33:00 +0000 (04:33 +0000)]
(code_convert_string): Count characters again if we
encounter some invalid code while decoding.

25 years agoExplain "prefix arg". Explain how it can be a flag.
Richard M. Stallman [Thu, 9 Jul 1998 04:03:27 +0000 (04:03 +0000)]
Explain "prefix arg".  Explain how it can be a flag.

25 years agoComment change.
Richard M. Stallman [Thu, 9 Jul 1998 03:47:06 +0000 (03:47 +0000)]
Comment change.

25 years ago(x-complement-fontset-spec): Typo fixed.
Kenichi Handa [Thu, 9 Jul 1998 02:02:33 +0000 (02:02 +0000)]
(x-complement-fontset-spec): Typo fixed.
(create-fontset-from-fontset-spec): Likewise.
(create-fontset-from-ascii-font): Likewise.

25 years ago(fs_load_font): Typo in comments fixed.
Kenichi Handa [Thu, 9 Jul 1998 02:02:33 +0000 (02:02 +0000)]
(fs_load_font): Typo in comments fixed.

25 years agoTypo in comments fixed.
Kenichi Handa [Thu, 9 Jul 1998 02:02:33 +0000 (02:02 +0000)]
Typo in comments fixed.

25 years ago(DECODE_ISO_CHARACTER): While decoding two-byte code,
Kenichi Handa [Thu, 9 Jul 1998 02:02:33 +0000 (02:02 +0000)]
(DECODE_ISO_CHARACTER): While decoding two-byte code,
if the sencond byte is invalid, produce the first byte as is.

25 years ago(selection_data_to_lisp_data): Set Vlast_coding_system_used.
Kenichi Handa [Thu, 9 Jul 1998 02:02:33 +0000 (02:02 +0000)]
(selection_data_to_lisp_data): Set Vlast_coding_system_used.
(lisp_data_to_selection_data): Likewize.

25 years ago(vc-finish-logentry): Only delete windows in the selected frame
Richard M. Stallman [Wed, 8 Jul 1998 02:55:50 +0000 (02:55 +0000)]
(vc-finish-logentry): Only delete windows in the selected frame
displaying the *VC-log* buffer, in case another frame is dedicated to
it (which will then be deleted via kill-buffer).

25 years ago("Hebrew"): Add coding-priority.
Kenichi Handa [Wed, 8 Jul 1998 02:19:14 +0000 (02:19 +0000)]
("Hebrew"): Add coding-priority.

25 years ago("IPA"): Add coding-priority and coding-system.
Kenichi Handa [Wed, 8 Jul 1998 02:19:14 +0000 (02:19 +0000)]
("IPA"): Add coding-priority and coding-system.

25 years ago(Fformat): Replace explicit numeric constants with proper macros.
Kenichi Handa [Wed, 8 Jul 1998 02:19:14 +0000 (02:19 +0000)]
(Fformat): Replace explicit numeric constants with proper macros.