- 10 Feb, 2003 23 commits
-
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
(server-process-filter): Use (process-get 'previous-string) instead. (server-sentinel): Remove code made superfluous.
-
Stefan Monnier authored
-
Francesco Potortì authored
-
Francesco Potortì authored
creates on standard output a diff of all changelog files between two releases (should be tags).
-
Kim F. Storm authored
(syms_of_process): Add `:' prefix to QCfilter_multibyte.
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
Kenichi Handa authored
-
Kai Großjohann authored
-
Juanma Barranquero authored
(ebnf-syntactic): Change group name and tag from "ebnf-syntatic". (ebnf-syntax, ebnf-lex-comment-char, ebnf-lex-eop-char, ebnf-terminal-regexp) (ebnf-case-fold-search, ebnf-iso-alternative-p, ebnf-iso-normalize-p) (ebnf-yac-ignore-error-recovery): Add to group "ebnf-syntactic", not "ebnf-syntatic". (ebnf-optimize, ebnf-print-buffer, ebnf-print-region, ebnf-spool-buffer) (ebnf-spool-region, ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-buffer) (ebnf-syntax-region, ebnf-generate-region): Fix typo.
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
Kenichi Handa authored
-
Kenichi Handa authored
(setup_process_coding_systems): New function. (Fset_process_buffer, Fset_process_filter): Call setup_process_coding_systems. (Fstart_process): Initialize the member `filter_multibyte' of struct Lisp_Process. (create_process): Call setup_process_coding_systems. (Fmake_network_process): New keyward `:filter-multibyte'. Initialize the member `filter_multibyte' of struct Lisp_Process. Call setup_process_coding_systems. (server_accept_connection): Call setup_process_coding_systems. (read_process_output): If the process has a filter, decide the multibyteness of a string to given to the filter by `filter_multibyte' member of the process. If the process doesn't have a filter and the result of conversion is unibyte, use Fstring_to_multibyte (not Fstring_make_multibyte) to get the multibyte form. (Fset_process_coding_system): Call setup_process_coding_systems. (Fset_process_filter_multibyte): New function. (Fprocess_filter_multibyte_p): New function. (syms_of_process): Intern and staticpro QCfilter_multibyte. Defsubr Sset_process_filter_multibyte and Sprocess_filter_multibyte_p.
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
process, update coding systems for the process.
-
Kenichi Handa authored
-
Martin Stjernholm authored
syntactic analysis if called outside a CC Mode buffer.
-
- 09 Feb, 2003 5 commits
-
-
Kai Großjohann authored
-
John Paul Wallington authored
-
Kenichi Handa authored
-
Kenichi Handa authored
(Fstring_to_multibyte): New function. (syms_of_fns): Defsubr it.
-
Martin Stjernholm authored
`fill-paragraph-function'. Although it's not the normal way to call it in a CC Mode buffer it makes a direct call to `fill-paragraph' work better.
-
- 08 Feb, 2003 3 commits
-
-
Andreas Schwab authored
-
Andreas Schwab authored
instead of the substitution.
-
Jan Djärv authored
xmenu.c (menu_position_func): Adjust menu popup position so that the menu is fully visible.
-
- 07 Feb, 2003 9 commits
-
-
Kim F. Storm authored
-
Kim F. Storm authored
Add header to ido and cua entries. Added compatibility note to cua entry.
-
Kim F. Storm authored
-
Kim F. Storm authored
Assigned by Vinicius Jose Latorre <vinicius@cpqd.com.br>
-
Kai Großjohann authored
that they all reflect the commit date, instead of the date of the individual changes. This is deemed better than keeping the original change date because it makes sure that the ChangeLog dates have more or less sequential order.
-
Jan Djärv authored
-
Francesco Potortì authored
-
Francesco Potortì authored
-
Francesco Potortì authored
-