1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-21 10:24:55 +00:00
Commit Graph

15104 Commits

Author SHA1 Message Date
Gerd Moellmann
db2144080c (uce-reply-to-uce): Remove hard-coded "*Article*" from
Gnus support code, and use special article copy buffer
`(gnus-original-article-buffer)' instead.  This allows to get rid
of article-hide-headers usage (which breaks in the latest Gnus
version).  Thanks to Detlev Zundel.
2000-08-28 15:01:58 +00:00
Kenichi Handa
9dfb0fa2f8 (kkc-region): Hide "... loaded" message. 2000-08-28 01:54:45 +00:00
Kenichi Handa
bcbeff8570 (quail-use-package): Hide "... loaded" message.
(quail-start-translation, quail-start-conversion): Likewise.
2000-08-28 01:54:18 +00:00
Kenichi Handa
41a68aef3c *** empty log message *** 2000-08-28 01:53:53 +00:00
Dave Love
28bb2cef02 (mapc): Use byte-compile-funarg. 2000-08-27 21:55:00 +00:00
Miles Bader
11a1118d7b *** empty log message *** 2000-08-27 02:09:36 +00:00
Miles Bader
48ec993922 (read-face-font, read-face-and-attribute): Tweak prompts. 2000-08-27 02:04:26 +00:00
Kenichi Handa
c9ef1229a7 (skkdic-convert): Insert (require 'ja-dic-cnv), not (require
'skkdic-cnv).
2000-08-27 02:04:17 +00:00
Kenichi Handa
0f85d4777a *** empty log message *** 2000-08-27 02:03:55 +00:00
Miles Bader
a0e5a5a49c (face-x-resources): Add entry for :inherit. 2000-08-26 11:50:06 +00:00
Miles Bader
6bca30057a (custom-face-attributes):
Add support for :inherit attribute.
  Add support for relative face heights.
(custom-face-attributes-get):
  Treat `nil' as being a default value for :inherit (as well as `unspecified').
2000-08-26 11:47:02 +00:00
Miles Bader
19feb949ce (set-face-attribute):
Update doc string.
(face-attribute-name-alist):
  Add :inherit.
(face-valid-attribute-values):
  Handle :inherit.
(face-read-string):
  Rephrase prompt to be less confusing.
  Assume that DEFAULT is a string, since we must return a string.
(face-read-integer):
  Use `format' to turn DEFAULT into an acceptable default for face-read-string.
  Match NEW-VALUE against the string "unspecified", not the symbol
    `unspecified', since that's what face-read-string returns.
(read-face-attribute):
  Lookup a name for old-value in valid, and use it as a default if we find one.
  Treat all values from face-read-string as strings.
  If the default is used, don't do any more processing on the value,
    just use the old value directly.
(read-face-and-attribute, modify-face):
  Tweak prompt.
(read-face-name):
  Don't assume prompt ends with a space.
2000-08-26 10:59:51 +00:00
Miles Bader
2d73e8d3a2 *** empty log message *** 2000-08-26 05:53:18 +00:00
Miles Bader
25ac7b52b0 (describe-face): Add support for :inherit attribute. 2000-08-26 05:51:52 +00:00
Kenichi Handa
b01cef4781 (terminal-emulator): Fix args to `concat'. Now concat doesn't accept
interger.
2000-08-25 07:23:42 +00:00
Kenichi Handa
e84fa7c5bc *** empty log message *** 2000-08-25 07:22:07 +00:00
Kenichi Handa
a1a2e38fb9 *** empty log message *** 2000-08-25 02:37:11 +00:00
Kenichi Handa
1b33349269 Remove SKK from Keywords. Require ja-dic-utl instead of skkdic-utl. 2000-08-25 01:58:44 +00:00
Kenichi Handa
b47a7926d8 Renamed from skkdic-cnv.el.
Provide ja-dic-cnv instead of skkdic-cnv.
(ja-dic-filename): Renamed from skkdic-filename.  Referers changed
(iso-2022-7bit-short): Add safe-charsets property.
(skkdic-convert-postfix): Search Japanese chou-on character in
addition to Hiragana character.
(skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
(skkdic-convert): Change file names from skkdic.el to ja-dic.el
(batch-skkdic-convert): Likewise.
2000-08-25 01:56:39 +00:00
Kenichi Handa
383a3ccf9f Renamed from skkdic-utl.el.
Provide ja-dic-utl instead of skkdic-utl.
(skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
2000-08-25 01:47:27 +00:00
Dave Love
1c2c3f160b (standard-display-default): Make the test of `l'
useful.
2000-08-24 16:16:21 +00:00
Dave Love
f6499c03d8 *** empty log message *** 2000-08-24 13:34:24 +00:00
Dave Love
27ff18c98a ("Latin-8", "Latin-9"): Add input methods,
mod sample text.
2000-08-24 13:19:19 +00:00
Dave Love
10a6a1b694 Make pilcrow convenient string
consistent with section.
(iso-ascii-display): Set up multibyte characters as well as
unibyte.
2000-08-24 09:48:48 +00:00
Kenichi Handa
0c47a7c83d (reset-language-environment): Set default-process-coding-system to
'(undecided . iso-latin-1), which makes process I/O almost consistent
with file I/O.  Call this function when mule-cmds.el[c] is loaded.
2000-08-24 02:10:05 +00:00
Kenichi Handa
c543db811f *** empty log message *** 2000-08-24 02:09:20 +00:00
Andrew Innes
ffa85ae7a5 *** empty log message *** 2000-08-23 22:04:13 +00:00
Andrew Innes
746d9caf8b *** empty log message *** 2000-08-22 21:57:09 +00:00
Miles Bader
5484005d7b (comint-output-filter):
Compare end of comint-last-output-overlay with the start of the newly
    inserted text, not the end, when deciding whether to extend it.
  Set saved-point's insertion type to advance after insertion.
2000-08-22 10:09:56 +00:00
Miles Bader
cb6e07b14f (shell-font-lock-keywords): Remove prompt highlighting, since this is
now done independently of font-lock mode.
2000-08-22 10:06:55 +00:00
Stefan Monnier
ebf96bfa84 *** empty log message *** 2000-08-21 22:46:59 +00:00
Gerd Moellmann
7a912f6340 *** empty log message *** 2000-08-21 15:33:16 +00:00
Gerd Moellmann
c6a117f07b (server-kill-new-buffers): New user option.
(server-existing-buffer): New buffer-local variable.
(server-visit-files): When using an existing buffer, set
server-existing-buffer to t.
(server-buffer-done): If server-kill-new-buffers is t, kill the
buffer, unless it was already present before visiting it with
Emacs server.
2000-08-21 15:26:01 +00:00
Eli Zaretskii
240301df36 (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
even if the display doesn't support colors: some displays will
support bold/underline faces.
2000-08-21 14:18:32 +00:00
Gerd Moellmann
6917e6bbc9 *** empty log message *** 2000-08-21 11:44:42 +00:00
Gerd Moellmann
f15e298c4a (cl-macroexpand): Doc fix. 2000-08-21 11:38:26 +00:00
Gerd Moellmann
cbcef616a3 *** empty log message *** 2000-08-21 09:56:52 +00:00
Gerd Moellmann
42bb6910db (command-line): If user's init file had an error,
add explanatory text to *Messages*.
2000-08-21 09:56:32 +00:00
Kenichi Handa
8629358381 (Man-getpage-in-background): Decode the process output by the system
locale coding system.
2000-08-21 01:39:45 +00:00
Kenichi Handa
6922b01802 *** empty log message *** 2000-08-21 01:39:25 +00:00
Kenichi Handa
25a6fab1d1 *** empty log message *** 2000-08-21 01:19:23 +00:00
Dave Love
96ab635145 *** empty log message *** 2000-08-20 22:22:29 +00:00
Dave Love
7fdbdbeadb (widget-choose, widget-choice-mouse-down-action):
Don't test x-popup-menu.
(function) <complete-function>: Complete only fbound symbols.
<validate, value>: New.
(variable) <complete-function>: Complete only bound symbols.
(coding-system): Add :base-only, :complete-function, :validate,
:value, :prompt-match.
(widget-coding-system-prompt-value): Use read-coding-system and
act on :base-only.
(editable-field): Add :help-echo.
(widget-push-button-gui, widget-push-button-cache)
(widget-gui-action, widget-editable-list-gui): COmment out, along
with uses.
(widget-at): Make arg optional.
(widget-echo-help): Adjust for current help-echo calling sequence.
(widget-specify-field, widget-specify-button)
(widget-specify-insert, widget-get-sibling, widget-image-find)
(widget-convert, widget-insert, widget-leave-text)
(widget-beginning-of-line, widget-end-of-line, widget-kill-line)
(widget-setup, widget-field-find, widget-before-change)
(widget-after-change, widget-default-complete)
(widget-default-create, widget-default-delete)
(widget-push-button-value-create, editable-field)
(widget-field-prompt-value, widget-field-validate)
(widget-choice-value-create, widget-choice-action)
(widget-choice-validate, widget-checklist-add-item)
(widget-radio-add-item, widget-radio-chosen)
(widget-radio-value-inline, widget-editable-list-value-create)
(widget-editable-list-entry-create)
(widget-documentation-link-add)
(widget-documentation-string-value-create)
(widget-regexp-validate, widget-file-complete)
(widget-sexp-validate, widget-plist-convert-widget)
(widget-plist-convert-widget, widget-alist-convert-widget)
(widget-alist-convert-widget, widget-color-complete): Simplify,
particularly to avoid bindings which aren't optimized out.
2000-08-20 18:34:24 +00:00
Dave Love
e50c4203bf (defun-prompt-regexp, parens-require-spaces): Doc fix.
(down-list, backward-up-list, up-list, kill-sexp)
(backward-kill-sexp, mark-sexp)): Make arg optional.
(lisp-complete-symbol): Add optional arg PREDICATE.
2000-08-20 18:12:07 +00:00
Dave Love
13eb63ffef Add display-buffer-reuse-frames,
file-coding-system-alist.
2000-08-20 17:21:22 +00:00
Gerd Moellmann
511bd4eb0b *** empty log message *** 2000-08-20 13:29:38 +00:00
Gerd Moellmann
dde0101c65 (command-line): Clear realized faces after
modifying TTY color mappings.
2000-08-20 13:26:35 +00:00
Miles Bader
a9de7d29be (face-attr-match-p):
Don't return true if ATTRS are merely a subset of FACE's attributes.
2000-08-20 12:02:24 +00:00
Miles Bader
8a8023d932 *** empty log message *** 2000-08-19 12:43:07 +00:00
Miles Bader
83911021e1 (set-buffer-process-coding-system): Make interactive prompt less confusing. 2000-08-19 12:37:39 +00:00