1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-27 10:54:40 +00:00
Commit Graph

30674 Commits

Author SHA1 Message Date
Kenichi Handa
464cc13084 (help-xref-mule-regexp-template): New variable.
(describe-input-method): Temporarily activate the specfied input
method to display the information.
(describe-language-environment): Hyperlinks to mule related items.
2000-08-29 05:37:48 +00:00
Kenichi Handa
cba62b78c3 (help-xref-mule-regexp): New variable
(help-make-xrefs): Handle help-xref-mule-regexp.
2000-08-29 05:37:05 +00:00
Kenichi Handa
d313265faf *** empty log message *** 2000-08-29 05:36:23 +00:00
John Wiegley
ca7aae916b See ChangeLog 2000-08-29 00:47:45 +00:00
John Wiegley
b4bd214e74 See ChangeLog 2000-08-29 00:37:10 +00:00
John Wiegley
d44e146b8c See ChangeLog 2000-08-28 23:48:02 +00:00
Peter Breton
8348e1f959 (locate) Cleaned up locate command's interactive prompting
Thanks to Fran�s_Pinard <pinard@iro.umontreal.ca> for suggestions
2000-08-28 20:35:45 +00:00
Peter Breton
2a371c3b91 *** empty log message *** 2000-08-28 20:26:28 +00:00
Peter Breton
24ccf4657f Added file-cache-case-fold-search and file-cache-assoc-function variables
(file-cache-minibuffer-complete): Use file-cache-assoc-function.
Use file-cache-case-fold-search variable
(file-cache-add-file): Use file-cache-assoc-function
(file-cache-delete-file): likewise
(file-cache-directory-name): likewise
(file-cache-debug-read-from-minibuffer): likewise
2000-08-28 20:20:49 +00:00
Dave Love
6fa8604559 *** empty log message *** 2000-08-28 18:56:48 +00:00
Dave Love
cc3b64e8ff (toplevel) [HAVE_STRING_H]: Include string.h.
(toplevel) [HAVE_STRINGS_H]: Include strings.h.
2000-08-28 18:56:15 +00:00
Dave Love
2d9296941c (store_in_keymap): Add `static' to declaration. 2000-08-28 18:40:21 +00:00
Gerd Moellmann
95931eb1b5 *** empty log message *** 2000-08-28 16:08:42 +00:00
Gerd Moellmann
c88a9944d6 (list-abbrevs): Add optional parameter LOCAL.
(abbrev-table-name): New function.
(prepare-abbrev-list-buffer): Add optional parameter LOCAL.
If non-nil list local abbrev, only.
2000-08-28 16:07:10 +00:00
Gerd Moellmann
bb17930d23 *** empty log message *** 2000-08-28 15:05:20 +00:00
Gerd Moellmann
684578bec8 (HAVE_INDEX, HAVE_RINDEX, HAVE_STRINGS_H): Add undefs. 2000-08-28 15:04:04 +00:00
Gerd Moellmann
c6ac3c3a67 (bcopy, bzero, bcmp): Don't define. 2000-08-28 15:03:56 +00:00
Gerd Moellmann
1f4ecd6b72 (index): Define only if not HAVE_INDEX.
(rindex): Define only if !HAVE_RINDEX.
2000-08-28 15:03:42 +00:00
Gerd Moellmann
a847af86f5 (toplevel) [HAVE_STRING_H]: Include string.h.
(toplevel) [HAVE_STRINGS_H]: Include strings.h.
(index): Remove prototypes which might conflict with non-standard
definitions of index/strchr.
2000-08-28 15:03:29 +00:00
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
Gerd Moellmann
1c70a086f7 Check <strings.h>; check index' and rindex'
functions.
2000-08-28 15:01:07 +00:00
Miles Bader
871882002a (merge_face_vectors):
Clear TO's :font attribute if made inconsistent by a font-related attribute in FROM.
(merge_face_inheritance):
  Add function comment.
2000-08-28 14:42:49 +00:00
Gerd Moellmann
82a452c856 *** empty log message *** 2000-08-28 12:29:42 +00:00
Eli Zaretskii
8b4baa7be4 Fix a typo in a comment. 2000-08-28 03:32:42 +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
Kenichi Handa
7735786b8e (read_char_minibuf_menu_prompt): Call read_char with
the 4th arg (PREV_EVENT) Qt to suppress input method.
2000-08-28 01:32:15 +00:00
Stefan Monnier
0b32bf0e34 * regex.c: Indent cpp directives and remove parens after `defined'.
(PTR_TO_OFFSET, POS_AS_IN_BUFFER): Move to a better place.
(ISDIGIT, ISCNTRL, ISXDIGIT) [!emacs]: Remove duplicate definition.
(regex_compile): Use RE_FRUGAL instead of RE_ALL_GREEDY.
(re_compile_pattern): Use size_t for length.
(init_syntax_once): Move to a better place.
* regex.h: Merge changes from GNU libc.  Indent cpp directives.
(RE_FRUGAL): Replaces RE_ALL_GREEDY (inverted meaning).
2000-08-28 00:37:50 +00:00
Dave Love
28bb2cef02 (mapc): Use byte-compile-funarg. 2000-08-27 21:55:00 +00:00
Stefan Monnier
f7c436c1c8 (back_comment): Detect cases where a comment-starter is
actually inside another comment as in:   /* a // b */ c // d \n.
Make it clear that `comstart_pos' is unused for nested comments.
2000-08-27 17:44:59 +00:00
Stefan Monnier
5749539688 (store_in_keymap, fix_submap_inheritance): New prototypes.
(KEYMAPP): New macro.
(Fkeymap_parent, Fset_keymap_parent): Use it.
(fix_submap_inheritance): Mark it static.
(define_as_prefix, describe_buffer_bindings, describe_command)
(describe_translation, describe_map): Complete prototypes.
2000-08-27 16:21:55 +00:00
Stefan Monnier
1b6be00882 (store_in_keymap, fix_submap_inheritance): Remove. 2000-08-27 15:50:49 +00:00
Stefan Monnier
9cd2ced769 (menu_bar_item): Detect duplicate entries for all items
to better match the key-lookup behavior.
2000-08-27 15:47:59 +00:00
Dave Love
67320f8d5c *** empty log message *** 2000-08-27 13:02:01 +00:00
Gerd Moellmann
6288c62f1c (lface_fully_specified_p): Handle :inherit.
(Finternal_set_lisp_face_attribute): Fix typo in error message.
2000-08-27 11:30:05 +00:00
Eli Zaretskii
f139e55913 Fix a typo in a comment. 2000-08-27 10:10:14 +00:00
Eli Zaretskii
e931344e7c (dispnew.o, indent.o, fontset.o, minibuf.o)
(process.o, scroll.o, sysdep.o): Depend on keyboard.h.
(xterm.o): Depend on coding.h
2000-08-27 10:06:41 +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
Eli Zaretskii
7c100e1a3f It was "skk" that was renamed, not "skkdic". 2000-08-26 06:10:30 +00:00
Eli Zaretskii
320a028da2 Fix a typo. 2000-08-26 06:08:42 +00:00
Eli Zaretskii
585afdb3b4 Another typo. 2000-08-26 06:07:05 +00:00
Eli Zaretskii
8eb13d6619 Fix a typo. 2000-08-26 06:05:37 +00:00
Eli Zaretskii
63ef5047b1 Mention that M-x clone-buffer can be used to create multiple *info* and
*Help* buffers.  Add an index entry.
2000-08-26 06:02:53 +00:00