- 28 Aug, 2000 24 commits
-
-
John Wiegley authored
-
Peter Breton authored
Thanks to Fran�s_Pinard <pinard@iro.umontreal.ca> for suggestions
-
Peter Breton authored
-
Peter Breton authored
(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
-
Dave Love authored
-
Dave Love authored
(toplevel) [HAVE_STRINGS_H]: Include strings.h.
-
Dave Love authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
(abbrev-table-name): New function. (prepare-abbrev-list-buffer): Add optional parameter LOCAL. If non-nil list local abbrev, only.
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
(rindex): Define only if !HAVE_RINDEX.
-
Gerd Moellmann authored
(toplevel) [HAVE_STRINGS_H]: Include strings.h. (index): Remove prototypes which might conflict with non-standard definitions of index/strchr.
-
Gerd Moellmann authored
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.
-
Gerd Moellmann authored
functions.
-
Miles Bader authored
Clear TO's :font attribute if made inconsistent by a font-related attribute in FROM. (merge_face_inheritance): Add function comment.
-
Gerd Moellmann authored
-
Eli Zaretskii authored
-
Kenichi Handa authored
-
Kenichi Handa authored
(quail-start-translation, quail-start-conversion): Likewise.
-
Kenichi Handa authored
-
Kenichi Handa authored
the 4th arg (PREV_EVENT) Qt to suppress input method.
-
Stefan Monnier authored
(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).
-
- 27 Aug, 2000 13 commits
-
-
Dave Love authored
-
Stefan Monnier authored
actually inside another comment as in: /* a // b */ c // d \n. Make it clear that `comstart_pos' is unused for nested comments.
-
Stefan Monnier authored
(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.
-
Stefan Monnier authored
-
Stefan Monnier authored
to better match the key-lookup behavior.
-
Dave Love authored
-
Gerd Moellmann authored
(Finternal_set_lisp_face_attribute): Fix typo in error message.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
(process.o, scroll.o, sysdep.o): Depend on keyboard.h. (xterm.o): Depend on coding.h
-
Miles Bader authored
-
Miles Bader authored
-
Kenichi Handa authored
'skkdic-cnv).
-
Kenichi Handa authored
-
- 26 Aug, 2000 3 commits
-
-
Miles Bader authored
-
Miles Bader authored
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').
-
Miles Bader authored
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.
-