]> git.eshelyaron.com Git - emacs.git/log
emacs.git
22 years ago(tty_lookup_color): Type bool/Lisp_Object mismatch fixed.
Stefan Monnier [Tue, 11 Jun 2002 15:09:36 +0000 (15:09 +0000)]
(tty_lookup_color): Type bool/Lisp_Object mismatch fixed.

22 years agodefface `supports' predicate
Miles Bader [Tue, 11 Jun 2002 01:50:36 +0000 (01:50 +0000)]
defface `supports' predicate

22 years agodisplay-supports-face-attributes-p
Miles Bader [Tue, 11 Jun 2002 01:50:15 +0000 (01:50 +0000)]
display-supports-face-attributes-p

22 years ago(ebrowse-draw-tree-fn): Use copy-sequence.
Richard M. Stallman [Mon, 10 Jun 2002 09:04:34 +0000 (09:04 +0000)]
(ebrowse-draw-tree-fn): Use copy-sequence.
(ebrowse-copy-list): Function deleted.

22 years ago(eshell-copy-tree): Make it an alias for copy-tree.
Richard M. Stallman [Mon, 10 Jun 2002 09:02:54 +0000 (09:02 +0000)]
(eshell-copy-tree): Make it an alias for copy-tree.

22 years ago(copy-list): Moved to cl.el.
Richard M. Stallman [Mon, 10 Jun 2002 09:01:08 +0000 (09:01 +0000)]
(copy-list): Moved to cl.el.
(copy-tree): Don't use copy-list or cl-pop.

22 years ago(copy-list): Moved back from subr.el.
Richard M. Stallman [Mon, 10 Jun 2002 09:00:52 +0000 (09:00 +0000)]
(copy-list): Moved back from subr.el.

22 years agoUndo previous change.
Richard M. Stallman [Mon, 10 Jun 2002 08:50:02 +0000 (08:50 +0000)]
Undo previous change.

22 years ago(viper-insert-prev-from-insertion-ring)
Richard M. Stallman [Mon, 10 Jun 2002 08:33:32 +0000 (08:33 +0000)]
(viper-insert-prev-from-insertion-ring)
(viper-prev-destructive-command): Use copy-sequence.

22 years ago(eshell-copy-list): Function deleted.
Richard M. Stallman [Mon, 10 Jun 2002 08:33:13 +0000 (08:33 +0000)]
(eshell-copy-list): Function deleted.
(eshell-sublist, eshell-copy-tree): Use copy-sequence.

22 years ago(eshell-mode, eshell-mode): Use copy-sequence.
Richard M. Stallman [Mon, 10 Jun 2002 08:32:57 +0000 (08:32 +0000)]
(eshell-mode, eshell-mode): Use copy-sequence.

22 years ago(eshell/diff): Use copy-sequence.
Richard M. Stallman [Mon, 10 Jun 2002 08:32:45 +0000 (08:32 +0000)]
(eshell/diff): Use copy-sequence.

22 years agoMake comint use text properties for highlighting instead of overlays:
Miles Bader [Mon, 10 Jun 2002 08:14:59 +0000 (08:14 +0000)]
Make comint use text properties for highlighting instead of overlays:
(comint-last-output-overlay): Variable removed.
(comint-send-input, comint-output-filter): Use text properties instead
of overlays.
(comint-insert-clicked-input): Rewrite to work with text properties as
well as overlays.
(comint-snapshot-last-prompt): Snapshot using text properties.
(comint-get-old-input-default, comint-extract-string): Don't copy text
properties.

22 years ago(line-move-finish): Inhibit field motion when computing `line-end'.
Miles Bader [Mon, 10 Jun 2002 08:05:13 +0000 (08:05 +0000)]
(line-move-finish): Inhibit field motion when computing `line-end'.

22 years ago(revert-buffer): Correct typo: variable name is `buffer-file-format',
Miles Bader [Mon, 10 Jun 2002 06:30:41 +0000 (06:30 +0000)]
(revert-buffer): Correct typo: variable name is `buffer-file-format',
not `buffer-file-formats'.

22 years ago(comint-send-input, comint-output-filter): Use the `font-lock-face'
Miles Bader [Mon, 10 Jun 2002 06:20:33 +0000 (06:20 +0000)]
(comint-send-input, comint-output-filter): Use the `font-lock-face'
property instead of `face'.  Don't check the highlight-enabling
variables anymore.
(comint-highlight-input, comint-highlight-prompt): Variables removed.

22 years ago(custom-display): Use correct syntax for `supports' attributes.
Miles Bader [Mon, 10 Jun 2002 02:51:39 +0000 (02:51 +0000)]
(custom-display): Use correct syntax for `supports' attributes.

22 years ago(custom-display): Add support for `supports' predicate.
Miles Bader [Mon, 10 Jun 2002 02:47:18 +0000 (02:47 +0000)]
(custom-display): Add support for `supports' predicate.

22 years ago(display-supports-face-attributes-p): Work correctly if DISPLAY is a frame.
Miles Bader [Mon, 10 Jun 2002 02:15:24 +0000 (02:15 +0000)]
(display-supports-face-attributes-p): Work correctly if DISPLAY is a frame.
(face-spec-set-match-display): Support `supports' predicate.
(italic): Try underlining for displays that don't support real italics.

22 years ago(Cursor Position Information): Update "C-u C-x =" example.
Colin Walters [Sun, 9 Jun 2002 21:58:46 +0000 (21:58 +0000)]
(Cursor Position Information): Update "C-u C-x =" example.

22 years agoFix a typo in a comment.
Eli Zaretskii [Sun, 9 Jun 2002 17:13:56 +0000 (17:13 +0000)]
Fix a typo in a comment.

22 years ago*** empty log message ***
Miles Bader [Sun, 9 Jun 2002 13:03:29 +0000 (13:03 +0000)]
*** empty log message ***

22 years ago(Ftty_supports_face_attributes_p): New function.
Miles Bader [Sun, 9 Jun 2002 13:02:16 +0000 (13:02 +0000)]
(Ftty_supports_face_attributes_p): New function.
(parse_rgb_list, tty_lookup_color): New functions.
(tty_defined_color): Use `tty_lookup_color' to do all the work.
(color_distance, Fcolor_distance): New functions.
(TTY_SAME_COLOR_THRESHOLD): New macro.
(Qtty_color_standard_values): New variable.
(syms_of_xfaces): Initialize new vars & functions.

22 years ago(display-supports-face-attributes-p): New function.
Miles Bader [Sun, 9 Jun 2002 12:57:35 +0000 (12:57 +0000)]
(display-supports-face-attributes-p): New function.

22 years ago(color-name-rgb-alist): Use 16-bit RGB values instead of 8-bit, for
Miles Bader [Sun, 9 Jun 2002 12:53:53 +0000 (12:53 +0000)]
(color-name-rgb-alist): Use 16-bit RGB values instead of 8-bit, for
consistency with the rest of emacs.
(tty-color-canonicalize): Only copy COLOR if we need to change it.
(tty-color-approximate): Scale values from `color-name-rgb-alist'
appropriately.  Return the whole color description, rather than just the
RGB values.
(tty-color-standard-values): New function.  Code mostly taken from
`tty-color-translate'.
(tty-color-translate, tty-color-values): Use `tty-color-desc' to do all
the work.
(tty-color-desc): Do color lookup here instead of calling
`tty-color-translate' and `tty-color-by-index'; this is now the main
place to do it.

22 years agoFix previous change.
Colin Walters [Sun, 9 Jun 2002 02:27:43 +0000 (02:27 +0000)]
Fix previous change.

22 years ago(Precalcuated Fontification): Note how to use `font-lock-core-only'.
Colin Walters [Sun, 9 Jun 2002 00:43:09 +0000 (00:43 +0000)]
(Precalcuated Fontification): Note how to use `font-lock-core-only'.

22 years ago(font-lock-default-function): If `font-lock-core-only' is non-nil,
Colin Walters [Sun, 9 Jun 2002 00:41:11 +0000 (00:41 +0000)]
(font-lock-default-function): If `font-lock-core-only' is non-nil,
don't use big font-lock machinery.

22 years ago(font-lock-set-defaults-1): Variable alist is now set in
Colin Walters [Sun, 9 Jun 2002 00:40:25 +0000 (00:40 +0000)]
(font-lock-set-defaults-1): Variable alist is now set in
`font-lock-set-defaults'.

22 years agoRegenerated.
Colin Walters [Sun, 9 Jun 2002 00:22:21 +0000 (00:22 +0000)]
Regenerated.

22 years ago(define-ibuffer-column): Don't create a third argument for the
Colin Walters [Sun, 9 Jun 2002 00:21:46 +0000 (00:21 +0000)]
(define-ibuffer-column): Don't create a third argument for the
generated function.

22 years ago(font-lock-core-only): New variable.
Colin Walters [Sun, 9 Jun 2002 00:19:23 +0000 (00:19 +0000)]
(font-lock-core-only): New variable.
(font-lock-set-defaults): Use it.

22 years ago(Info-mode): Do set `font-lock-defaults', and be sure to set
Colin Walters [Sun, 9 Jun 2002 00:18:15 +0000 (00:18 +0000)]
(Info-mode): Do set `font-lock-defaults', and be sure to set
`font-lock-core-only'.

22 years ago(occur-mode): Do set `font-lock-defaults',
Colin Walters [Sun, 9 Jun 2002 00:17:17 +0000 (00:17 +0000)]
(occur-mode): Do set `font-lock-defaults',
and be sure to set `font-lock-core-only'.

22 years ago(ibuffer-mode): Do set `font-lock-defaults', and be sure to set
Colin Walters [Sun, 9 Jun 2002 00:16:29 +0000 (00:16 +0000)]
(ibuffer-mode): Do set `font-lock-defaults', and be sure to set
`font-lock-core-only'.
(ibuffer-compile-format): Don't pass third argument to column functions.
(filename-and-process): Ditto.

22 years ago(c-set-style, c-set-style-1): Added another state for the
Martin Stjernholm [Sat, 8 Jun 2002 23:38:42 +0000 (23:38 +0000)]
(c-set-style, c-set-style-1): Added another state for the
`dont-override' flag where it only keeps globally set variables.

22 years ago*** empty log message ***
Colin Walters [Sat, 8 Jun 2002 22:52:46 +0000 (22:52 +0000)]
*** empty log message ***

22 years ago(describe-char-after): Require `descr-text' when there are text
Colin Walters [Sat, 8 Jun 2002 22:44:00 +0000 (22:44 +0000)]
(describe-char-after): Require `descr-text' when there are text
properties.

22 years ago(toplevel): Provide `descr-text'.
Colin Walters [Sat, 8 Jun 2002 22:43:33 +0000 (22:43 +0000)]
(toplevel): Provide `descr-text'.

22 years ago(cl-copy-tree): Moved to `copy-tree' in subr.el. Add a defalias with
Colin Walters [Sat, 8 Jun 2002 22:32:06 +0000 (22:32 +0000)]
(cl-copy-tree): Moved to `copy-tree' in subr.el.  Add a defalias with
the old name.

22 years ago(describe-char-after): Revert previous change. Just call
Colin Walters [Sat, 8 Jun 2002 22:12:57 +0000 (22:12 +0000)]
(describe-char-after): Revert previous change.  Just call
`describe-text-properties' to describe text properties.

22 years ago(describe-text-properties): Sort the output by the size of the values.
Colin Walters [Sat, 8 Jun 2002 22:12:14 +0000 (22:12 +0000)]
(describe-text-properties): Sort the output by the size of the values.
Put `font-lock-face' property on property names.

22 years ago*** empty log message ***
Colin Walters [Sat, 8 Jun 2002 22:11:57 +0000 (22:11 +0000)]
*** empty log message ***

22 years ago(copy-list): Moved to subr.el.
Colin Walters [Sat, 8 Jun 2002 21:42:00 +0000 (21:42 +0000)]
(copy-list): Moved to subr.el.

22 years ago*** empty log message ***
Colin Walters [Sat, 8 Jun 2002 21:06:40 +0000 (21:06 +0000)]
*** empty log message ***

22 years ago(describe-char-after): Use `font-lock-face' to italicize property names.
Colin Walters [Sat, 8 Jun 2002 21:03:00 +0000 (21:03 +0000)]
(describe-char-after): Use `font-lock-face' to italicize property names.

22 years ago*** empty log message ***
Colin Walters [Sat, 8 Jun 2002 21:00:53 +0000 (21:00 +0000)]
*** empty log message ***

22 years ago(sgml-html-meta-auto-coding-function): New function.
Colin Walters [Sat, 8 Jun 2002 20:58:59 +0000 (20:58 +0000)]
(sgml-html-meta-auto-coding-function): New function.
(auto-coding-from-file-contents): Delete; merge functionality into
`set-auto-coding'.
(set-auto-coding): Move tests from `auto-coding-functions' so that
they have a lower priority than coding: tags.  Put
`auto-coding-regexp-alist' tests before coding: tag tests.
(sgml-xml-auto-coding-function): Simply `intern' the match, and
test if it's a valid coding system.
(auto-coding-functions): Add `sgml-html-meta-auto-coding-function'.

22 years ago(copy-list): Moved here from cl.el.
Colin Walters [Sat, 8 Jun 2002 20:48:15 +0000 (20:48 +0000)]
(copy-list): Moved here from cl.el.
(copy-tree): Renamed here from `cl-copy-tree' in cl.el.

22 years ago(occur-mode): Don't set up categories.
Colin Walters [Sat, 8 Jun 2002 20:44:42 +0000 (20:44 +0000)]
(occur-mode): Don't set up categories.
(occur-1): Pass `list-matching-lines-face' and
`list-matching-lines-buffer-name-face'.
(occur-engine): Use `font-lock-face' instead of categories.

22 years ago(Info-mode): Don't set up categories.
Colin Walters [Sat, 8 Jun 2002 20:43:25 +0000 (20:43 +0000)]
(Info-mode): Don't set up categories.
(Info-fontify-menu-headers): Use `font-lock-face' instead of categories.
(Info-fontify-node): Ditto.

22 years ago(ibuffer-category-alist): Delete.
Colin Walters [Sat, 8 Jun 2002 20:42:26 +0000 (20:42 +0000)]
(ibuffer-category-alist): Delete.
(ibuffer-get-category): Delete.
(ibuffer-compile-make-eliding-form): Use `font-lock-face' instead
of categories.
(ibuffer-compile-format): Don't treat `name' category specially.
(ibuffer-column name): Use `font-lock-face'.
(filename-and-process): Ditto.
(ibuffer-buffer-name-category): Renamed to
`ibuffer-buffer-name-face'.  Don't use categories.
(ibuffer-update-title-and-summary): Use `font-lock-face'.
(ibuffer-insert-filter-group): Ditto.
(ibuffer-mode): Don't set up categories.

22 years ago(font-lock-category-alist): Delete.
Colin Walters [Sat, 8 Jun 2002 20:39:29 +0000 (20:39 +0000)]
(font-lock-category-alist): Delete.
(turn-on-font-lock-if-enabled): Don't use it.
(font-lock-symbol-category-alist): Delete.
(font-lock-default-function): Use new `char-property-alias-alist' to
make `font-lock-face' an alias for `face' when font-lock mode is
enabled.

22 years ago(char-property-alias-alist): New variable; describe its relation to
Colin Walters [Sat, 8 Jun 2002 20:31:13 +0000 (20:31 +0000)]
(char-property-alias-alist): New variable; describe its relation to
`default-text-properties' and the `category' property.

(default-text-properties): Note `char-property-alias-alist'.

(Special Properties): Document new property `font-lock-face'.

22 years ago(Precalcuated Fontification): New node, describing `font-lock-face'.
Colin Walters [Sat, 8 Jun 2002 20:26:37 +0000 (20:26 +0000)]
(Precalcuated Fontification): New node, describing `font-lock-face'.

22 years ago(Foverlay_get): Use lookup_char_property.
Colin Walters [Sat, 8 Jun 2002 20:25:31 +0000 (20:25 +0000)]
(Foverlay_get): Use lookup_char_property.

22 years ago(lookup_char_property): New function for looking up overlay and text
Colin Walters [Sat, 8 Jun 2002 20:25:17 +0000 (20:25 +0000)]
(lookup_char_property): New function for looking up overlay and text
properties, created from textget.
(textget): Use it.

22 years ago(lookup_char_property): Declare.
Colin Walters [Sat, 8 Jun 2002 20:24:55 +0000 (20:24 +0000)]
(lookup_char_property): Declare.
(Vchar_property_alias_alist): Declare.

22 years ago(Vchar_property_alias_alist): New variable.
Colin Walters [Sat, 8 Jun 2002 20:24:35 +0000 (20:24 +0000)]
(Vchar_property_alias_alist): New variable.
(syms_of_textprop) <Vchar_property_alias_alist>: DEFVAR_LISP.

22 years agoExplain why set-window-hscroll may appear to fail to work.
Richard M. Stallman [Sat, 8 Jun 2002 18:33:56 +0000 (18:33 +0000)]
Explain why set-window-hscroll may appear to fail to work.

22 years agoComment change.
Richard M. Stallman [Sat, 8 Jun 2002 18:30:02 +0000 (18:30 +0000)]
Comment change.

22 years ago(find-file-noselect-1): Undo previous change.
Richard M. Stallman [Sat, 8 Jun 2002 18:28:06 +0000 (18:28 +0000)]
(find-file-noselect-1): Undo previous change.

22 years ago*** empty log message ***
Richard M. Stallman [Sat, 8 Jun 2002 11:34:57 +0000 (11:34 +0000)]
*** empty log message ***

22 years ago(bookmark-file-or-variation-thereof): Doc fix.
Richard M. Stallman [Sat, 8 Jun 2002 10:42:54 +0000 (10:42 +0000)]
(bookmark-file-or-variation-thereof): Doc fix.

22 years ago* bookmark.el (bookmark-file-or-variation-thereof): Just use
Karl Fogel [Sat, 8 Jun 2002 03:33:09 +0000 (03:33 +0000)]
* bookmark.el (bookmark-file-or-variation-thereof): Just use
Info-suffix-list, as suggested by Stefan Monnier.

22 years ago(lisp_data_to_selection_data): Fix last change:
Sam Steingold [Fri, 7 Jun 2002 22:05:07 +0000 (22:05 +0000)]
(lisp_data_to_selection_data): Fix last change:
 *data_ret is not a Lisp string, while unibyte_string is.

22 years ago(lisp_data_to_selection_data): Fix last change: set size_ret.
Eli Zaretskii [Fri, 7 Jun 2002 13:44:04 +0000 (13:44 +0000)]
(lisp_data_to_selection_data): Fix last change: set size_ret.

22 years agoEtags regexps support the same set of operators as in Emacs.
Francesco Potortì [Fri, 7 Jun 2002 12:58:40 +0000 (12:58 +0000)]
Etags regexps support the same set of operators as in Emacs.

22 years agoRegenerated.
Andreas Schwab [Fri, 7 Jun 2002 11:23:40 +0000 (11:23 +0000)]
Regenerated.

22 years agoAdd Support for x86-64.
Andreas Schwab [Fri, 7 Jun 2002 11:17:55 +0000 (11:17 +0000)]
Add Support for x86-64.

22 years agoDocument Etags regexp char escape sequences.
Francesco Potortì [Thu, 6 Jun 2002 22:58:11 +0000 (22:58 +0000)]
Document Etags regexp char escape sequences.

22 years ago(scan_separators): Support all character escape
Francesco Potortì [Thu, 6 Jun 2002 22:37:28 +0000 (22:37 +0000)]
(scan_separators): Support all character escape
sequences supported by gcc.
(find_entries): rewind unconditionally.
(find_entries): Do not call language functions directly, now calls
itself.
(find_entries): Do general initialisations here.
(CNL_SAVE_DEFINEDEF, C_entries, LOOP_ON_INPUT_LINES, F_getit)
(Ada_getit, Pascal_functions, Pascal_functions)
(prolog_skip_comment): Do not do them here.
(readline_internal): Increment lineno here.
(readline): Conditionally undo readline_internal increment.
(readline): Do not return a value.

22 years ago*** empty log message ***
Francesco Potortì [Thu, 6 Jun 2002 22:36:54 +0000 (22:36 +0000)]
*** empty log message ***

22 years agoFix typos, clarify language.
Robert J. Chassell [Thu, 6 Jun 2002 16:17:38 +0000 (16:17 +0000)]
Fix typos, clarify language.

22 years ago*** empty log message ***
Stefan Monnier [Thu, 6 Jun 2002 14:56:45 +0000 (14:56 +0000)]
*** empty log message ***

22 years agoDocument new default keywords for TeX.
Francesco Potortì [Thu, 6 Jun 2002 13:22:23 +0000 (13:22 +0000)]
Document new default keywords for TeX.

Improve the English for --parse-stdin.

22 years agoBetter English, I hope.
Francesco Potortì [Thu, 6 Jun 2002 13:18:44 +0000 (13:18 +0000)]
Better English, I hope.

22 years agoDocument --parse-stdin=FILE for Etags.
Francesco Potortì [Thu, 6 Jun 2002 13:17:37 +0000 (13:17 +0000)]
Document --parse-stdin=FILE for Etags.

Document new default keywords for TeX.

22 years agoDocument --parse-stdin=FILE.
Francesco Potortì [Thu, 6 Jun 2002 13:07:19 +0000 (13:07 +0000)]
Document --parse-stdin=FILE.

22 years agoDocument --parse-stdin=FILE for Etags.
Francesco Potortì [Thu, 6 Jun 2002 12:57:03 +0000 (12:57 +0000)]
Document --parse-stdin=FILE for Etags.

22 years ago(enum arg_type): New label at_stdin.
Francesco Potortì [Thu, 6 Jun 2002 12:50:27 +0000 (12:50 +0000)]
(enum arg_type): New label at_stdin.
(STDIN): New constant.
(parsing_stdin): New flag.
(longopts): New option --parse-stdin=NAME.
(print_help): Document it.
(main): Handle it.
(process_file): Split into process_file and process_file_name.
(process_file_name): New function.

22 years ago(TeX_commands): Skip comments.
Francesco Potortì [Thu, 6 Jun 2002 09:45:52 +0000 (09:45 +0000)]
(TeX_commands): Skip comments.
(TEX_defenv): Now contains more contructs.
(TEX_cmt): Make it a static char and move it before TeX_commands.
(TeX_commands): Shorten the tag to the brace after the name.
(TeX_commands): Names now include the initial backslash.
(TeX_commands): Names do not include numeric args #n.
(TeX_commands): Correct line char number in tags.
(TEX_tabent, TEX_token): Deleted.
(TeX_commands, TEX_decode_env): Streamlined.

22 years ago*** empty log message ***
Francesco Potortì [Thu, 6 Jun 2002 09:45:25 +0000 (09:45 +0000)]
*** empty log message ***

22 years ago(Converting Representations): Update the description of what
Eli Zaretskii [Wed, 5 Jun 2002 17:52:03 +0000 (17:52 +0000)]
(Converting Representations): Update the description of what
string-make-unibyte does.

22 years ago*** empty log message ***
Eli Zaretskii [Wed, 5 Jun 2002 17:48:42 +0000 (17:48 +0000)]
*** empty log message ***

22 years ago(Fstring_make_unibyte): Doc fix.
Eli Zaretskii [Wed, 5 Jun 2002 17:47:50 +0000 (17:47 +0000)]
(Fstring_make_unibyte): Doc fix.

22 years ago(lisp_data_to_selection_data): If the requested type
Eli Zaretskii [Wed, 5 Jun 2002 17:38:19 +0000 (17:38 +0000)]
(lisp_data_to_selection_data): If the requested type
is STRING, call string_make_unibyte to encode the selected text
as a string.

22 years ago(xselect-convert-to-string): If VALUE is a string,
Eli Zaretskii [Wed, 5 Jun 2002 17:14:16 +0000 (17:14 +0000)]
(xselect-convert-to-string): If VALUE is a string,
return a cons of TYPE and the string.

22 years ago(Fset_window_hscroll): Doc fix.
Eli Zaretskii [Wed, 5 Jun 2002 17:02:15 +0000 (17:02 +0000)]
(Fset_window_hscroll): Doc fix.

22 years ago(main): Avoid a buffer overrun with sprintf.
Francesco Potortì [Wed, 5 Jun 2002 12:10:26 +0000 (12:10 +0000)]
(main): Avoid a buffer overrun with sprintf.

22 years agofix my address
Ken Raeburn [Wed, 5 Jun 2002 07:08:54 +0000 (07:08 +0000)]
fix my address

22 years ago*** empty log message ***
Pavel Janík [Wed, 5 Jun 2002 05:17:06 +0000 (05:17 +0000)]
*** empty log message ***

22 years ago(choose_write_coding_system): Call select-safe-coding-system properly.
Pavel Janík [Wed, 5 Jun 2002 05:16:48 +0000 (05:16 +0000)]
(choose_write_coding_system): Call select-safe-coding-system properly.

22 years ago(cyrillic-alternativnyj-decode-table): Fix the table to contain correct
Pavel Janík [Wed, 5 Jun 2002 05:07:58 +0000 (05:07 +0000)]
(cyrillic-alternativnyj-decode-table): Fix the table to contain correct
characters.

22 years agoDon't require cl.
Richard M. Stallman [Tue, 4 Jun 2002 23:31:58 +0000 (23:31 +0000)]
Don't require cl.

22 years ago(Spelling): Document ispell-complete-word-dict.
Eli Zaretskii [Tue, 4 Jun 2002 16:32:55 +0000 (16:32 +0000)]
(Spelling): Document ispell-complete-word-dict.

22 years ago*** empty log message ***
Richard M. Stallman [Mon, 3 Jun 2002 22:59:22 +0000 (22:59 +0000)]
*** empty log message ***

22 years ago(dired-do-shell-command): Doc fix in autoload.
Richard M. Stallman [Mon, 3 Jun 2002 22:58:20 +0000 (22:58 +0000)]
(dired-do-shell-command): Doc fix in autoload.

22 years ago(Info-extract-pointer): Ignore Info-header-line.
Richard M. Stallman [Mon, 3 Jun 2002 22:57:40 +0000 (22:57 +0000)]
(Info-extract-pointer): Ignore Info-header-line.

22 years ago(c-postprocess-file-styles): Do nothing except in CC modes.
Richard M. Stallman [Mon, 3 Jun 2002 22:56:12 +0000 (22:56 +0000)]
(c-postprocess-file-styles): Do nothing except in CC modes.