- 04 Jul, 1997 16 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
columns to give 14 or more pixels.
-
Richard M. Stallman authored
(kill-line): Doc fix.
-
Richard M. Stallman authored
-
John Gilmore authored
Hurd Task List -len
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
John Gilmore authored
-
Richard M. Stallman authored
Set search-whitespace-regexp locally.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(he-dabbrev-as-symbol): Likewise.
-
Richard M. Stallman authored
Don't run kill-buffer-hook or kill-buffer-query-functions.
-
Richard M. Stallman authored
(show-paren-mode): Add :initialize attr in the defcustom. Test the value at end of file, and turn on the mode if true.
-
Richard M. Stallman authored
(desktop-clear): Kill all buffers except internal ones and those listed in desktop-clear-preserve-buffers.
-
Richard M. Stallman authored
-
- 03 Jul, 1997 13 commits
-
-
Richard M. Stallman authored
-
John Gilmore authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
Update how mode-line-modified is set.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(widget-button-face): Default value widget-button-face. (widget-default-button-face-get): Use variable widget-button-face.
-
Richard M. Stallman authored
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.
-
Richard M. Stallman authored
(ALL_LDFLAGS): Use LD_SWITCH_SYSTEM_TEMACS.
-
Richard M. Stallman authored
(LD_SWITCH_SYSTEM): Don't use -e option here.
-
Richard M. Stallman authored
is mail-send-and-exit for all user agents.
-
Richard M. Stallman authored
-
- 02 Jul, 1997 11 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Per Abrahamsen authored
-
Kenichi Handa authored
1. Change char category 5 to symbol. Adjust category definition of Tibetan characters and Thai characters for this change.
-
Kenichi Handa authored
indian-1-column. Adjust for the name change of standard-character-unification-table-for-decode and standard-character-unification-table-for-encode.
-
Kenichi Handa authored
(sort-charset-list): New function. (charset-other-info-func): Delete this variable. (list-character-sets): Handle a prefix argument. If it is nil, make the output format less cryptic. (print-designation): Use macro when. (describe-current-coding-system): Likewise. (describe-current-coding-system): Delete unnecessary progn. (list-coding-systems): Handle prefix a prefix argument instead of checking (interactive-p). Do not print coding categories. (list-coding-categories): New function. (print-fontset): Name changed from describe-fontset-internal. (describe-fontset): Make the output less cryptic. (list-fontsets): New function. (list-input-methods): Use macro when. (insert-section): Change a name of first argument. (mule-diag): Doc-string modified. Use with-output-to-temp-buffer. Use insert-buffer-substring instead of insert-buffer. (dump-charsets): Make it callable interactively. (dump-codings): Likewise.
-
Kenichi Handa authored
charset-chars, charset-width, charset-direction, charset-iso-final-char, charset-iso-graphic-plane, charset-reverse-charset, cahrset-short-name, charset-long-name, charset-description, charset-plit, set-charset-plist): Document them. (make-char, charset-list): Doc-string modified. (find-new-buffer-file-coding-system): Fix bug of handling the coding system undecided.
-
Kenichi Handa authored
iso-2022-7bit-short. (skkdic-convert): Fix typo in a comment. (skkdic-convert): Save buffer in iso-2022-7bit-short. (skkdic-extract-conversion-data): Fix a bug in regular expression pattern.
-
Kenichi Handa authored
local. (quail-guidance-win): New variable. Make it buffer local. (quail-current-translations): Doc-string modified. (quail-current-data): Make it buffer local. (quail-define-package): Update input-method-alist. (quail-defrule): Doc-string modified. (quail-defrule-internal): Document it. (quail-get-translation): Change the format of DEF part. (quail-lookup-key): Make the second argument LEN optional. Reset quail-current-translations to nil. (quail-map-definition): New funtion. (quail-get-current-str): New function. (quail-guidance-translations-starting-column): New variable. (quail-update-current-translations): New function. (quail-translate-key): Adjusted for the change of DEF format. Call quail-update-current-translations (quail-next-translation): Call quail-update-current-translations. (quail-prev-translation): Likewise. (quail-next-translation-block): Likewise. (quail-prev-translation-block): Likewise. (quail-select-translation): Deleted. (quail-make-guidance-frame): New function. (quail-show-guidance-buf): Handle the case that minibuffer is in a separate frame. (quail-hide-guidance-buf): Likewise. (quail-show-translations): Call quail-update-current-translations. Check width of a frame to be used. (quail-completion): Do not supply LEN argument to quail-lookup-key. (quail-help): Use with-output-to-temp-buffer. (quail-translation-help): Likewise. (quail-conversion-help): Likewise. (quail-update-leim-list-file): Save buffer without making a backup file.
-