]> code.delx.au - gnu-emacs/log
gnu-emacs
21 years ago(idlwave-show-begin): Fix use of character constant.
Juanma Barranquero [Fri, 14 Feb 2003 09:59:13 +0000 (09:59 +0000)]
(idlwave-show-begin): Fix use of character constant.

21 years ago(cperl-next-bad-style): Fix use of character constant.
Juanma Barranquero [Fri, 14 Feb 2003 09:58:50 +0000 (09:58 +0000)]
(cperl-next-bad-style): Fix use of character constant.

21 years ago(ses-exercise-signals): Fix use of character constant.
Juanma Barranquero [Fri, 14 Feb 2003 09:58:27 +0000 (09:58 +0000)]
(ses-exercise-signals): Fix use of character constant.

21 years ago(xml-parse-elem-type): Fix use of character constant.
Juanma Barranquero [Fri, 14 Feb 2003 09:58:04 +0000 (09:58 +0000)]
(xml-parse-elem-type): Fix use of character constant.

21 years ago(widget-choose): Fix use of character constant.
Juanma Barranquero [Fri, 14 Feb 2003 09:57:45 +0000 (09:57 +0000)]
(widget-choose): Fix use of character constant.

21 years ago(strokes-read-complex-stroke): Fix use of character constant.
Juanma Barranquero [Fri, 14 Feb 2003 09:57:24 +0000 (09:57 +0000)]
(strokes-read-complex-stroke): Fix use of character constant.

21 years ago(backward-delete-char-untabify): Fix use of character constant.
Juanma Barranquero [Fri, 14 Feb 2003 09:57:03 +0000 (09:57 +0000)]
(backward-delete-char-untabify): Fix use of character constant.

21 years ago(dired-query-alist): Fix use of character constant.
Juanma Barranquero [Fri, 14 Feb 2003 09:56:30 +0000 (09:56 +0000)]
(dired-query-alist): Fix use of character constant.

21 years ago(display-time-string-forms): Add face property to mail string.
Juanma Barranquero [Fri, 14 Feb 2003 07:02:13 +0000 (07:02 +0000)]
(display-time-string-forms): Add face property to mail string.

21 years ago(view-hello-file): Use `view-file' instead of `find-file-read-only'.
Juanma Barranquero [Fri, 14 Feb 2003 06:55:32 +0000 (06:55 +0000)]
(view-hello-file): Use `view-file' instead of `find-file-read-only'.

21 years agoAdd coding spec.
Dave Love [Thu, 13 Feb 2003 23:05:37 +0000 (23:05 +0000)]
Add coding spec.

21 years ago(sort-coding-systems): Use \'.
Stefan Monnier [Thu, 13 Feb 2003 20:06:36 +0000 (20:06 +0000)]
(sort-coding-systems): Use \'.
(select-safe-coding-system): Remove redundant assq check.
Remove raw-text, emacs-mule and no-conversion from the list of
proposed encodings unless there's nothing else.

21 years ago*** empty log message ***
Stefan Monnier [Thu, 13 Feb 2003 20:04:17 +0000 (20:04 +0000)]
*** empty log message ***

21 years ago(find-alternate-file): Undo last change.
Markus Rost [Thu, 13 Feb 2003 19:38:19 +0000 (19:38 +0000)]
(find-alternate-file): Undo last change.

21 years ago(dired-directory): Add autoload cookie.
Markus Rost [Thu, 13 Feb 2003 19:34:17 +0000 (19:34 +0000)]
(dired-directory): Add autoload cookie.

21 years ago*** empty log message ***
Juanma Barranquero [Thu, 13 Feb 2003 16:04:13 +0000 (16:04 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Dave Love [Thu, 13 Feb 2003 15:56:16 +0000 (15:56 +0000)]
*** empty log message ***

21 years agoUse new ?\s syntax instead of "? " followed by a comment.
Juanma Barranquero [Thu, 13 Feb 2003 15:56:09 +0000 (15:56 +0000)]
Use new ?\s syntax instead of "? " followed by a comment.

21 years ago(comment-indent): Ensure space before added comment.
Dave Love [Thu, 13 Feb 2003 15:54:19 +0000 (15:54 +0000)]
(comment-indent): Ensure space before added comment.

21 years ago(Character Type): New \s escape for space.
Kim F. Storm [Thu, 13 Feb 2003 13:15:45 +0000 (13:15 +0000)]
(Character Type): New \s escape for space.

21 years ago*** empty log message ***
Kim F. Storm [Thu, 13 Feb 2003 13:15:29 +0000 (13:15 +0000)]
*** empty log message ***

21 years ago(read_escape): Interpret \s as a SPACE character, except
Kim F. Storm [Thu, 13 Feb 2003 12:44:57 +0000 (12:44 +0000)]
(read_escape): Interpret \s as a SPACE character, except
for \s-X in a character constant which still is the super modifier.
(read1): Signal an `invalid read syntax' error if a character
constant is immediately followed by a digit or symbol character.

21 years agoChange the policy of background/foreground default color.
Juanma Barranquero [Thu, 13 Feb 2003 11:57:42 +0000 (11:57 +0000)]
Change the policy of background/foreground default color.
(ps-print-version): New version number (6.5.9).
(ps-default-fg, ps-default-bg): Adjust default value.
(ps-begin-file, ps-begin-job): ps-default-fg and ps-default-bg variables now use
`t' to indicate the use of Emacs session background/foreground color.
(ps-output-string-prim): If index out of range, insert hexadecimal
representation of character.

21 years ago(Fmatch_data): Doc fix. Explicitly state that
Kim F. Storm [Thu, 13 Feb 2003 10:33:49 +0000 (10:33 +0000)]
(Fmatch_data): Doc fix.  Explicitly state that
match-data is undefined if last search failed.

21 years ago(* Extra fonts): Say that Emacs doesn't include fonts.
Kenichi Handa [Thu, 13 Feb 2003 00:24:02 +0000 (00:24 +0000)]
(* Extra fonts): Say that Emacs doesn't include fonts.

21 years agoRenamed remap-command to command-remapping.
Kim F. Storm [Wed, 12 Feb 2003 23:16:20 +0000 (23:16 +0000)]
Renamed remap-command to command-remapping.

21 years agoRenamed remap-command to command-remapping. All uses changed.
Kim F. Storm [Wed, 12 Feb 2003 23:13:43 +0000 (23:13 +0000)]
Renamed remap-command to command-remapping.  All uses changed.

21 years ago(fortran-fill): Fill lines that do not have comments.
Glenn Morris [Wed, 12 Feb 2003 21:52:37 +0000 (21:52 +0000)]
(fortran-fill): Fill lines that do not have comments.

21 years ago(makefile-font-lock-keywords): Simplify last change.
Juanma Barranquero [Wed, 12 Feb 2003 15:49:41 +0000 (15:49 +0000)]
(makefile-font-lock-keywords): Simplify last change.

21 years ago(Fdefmacro): Fix typo.
Juanma Barranquero [Wed, 12 Feb 2003 15:45:05 +0000 (15:45 +0000)]
(Fdefmacro): Fix typo.

21 years ago(fortran-mode): Set comment-use-syntax.
Stefan Monnier [Wed, 12 Feb 2003 15:23:21 +0000 (15:23 +0000)]
(fortran-mode): Set comment-use-syntax.
(fortran-fill-paragraph): Use fill-comment-paragraph.

21 years ago(file-truename): Revert change from 2002-11-27.
Juanma Barranquero [Wed, 12 Feb 2003 14:14:15 +0000 (14:14 +0000)]
(file-truename): Revert change from 2002-11-27.

21 years ago(describe-function-1): Change output for keyboard macros.
Juanma Barranquero [Wed, 12 Feb 2003 11:41:37 +0000 (11:41 +0000)]
(describe-function-1): Change output for keyboard macros.

21 years ago(Fstart_kbd_macro): If appending, and last keyboard
Kim F. Storm [Wed, 12 Feb 2003 11:08:36 +0000 (11:08 +0000)]
(Fstart_kbd_macro): If appending, and last keyboard
macro is a string, convert meta modifiers in string when copying
the string into a vector.

21 years ago.
Andreas Schwab [Wed, 12 Feb 2003 10:21:27 +0000 (10:21 +0000)]
.

21 years ago(sh-mode-map): Don't remap
Andreas Schwab [Wed, 12 Feb 2003 10:21:06 +0000 (10:21 +0000)]
(sh-mode-map): Don't remap
beginning-of-defun to the non-existing command
sh-beginning-of-compound-command.

21 years ago(find-alternate-file): Check whether `dired-directory' is bound.
Juanma Barranquero [Wed, 12 Feb 2003 09:26:17 +0000 (09:26 +0000)]
(find-alternate-file): Check whether `dired-directory' is bound.

21 years ago(makefile-font-lock-keywords): Fontify single character variable references, but
Juanma Barranquero [Tue, 11 Feb 2003 23:47:11 +0000 (23:47 +0000)]
(makefile-font-lock-keywords): Fontify single character variable references, but
protect shell variables references.
(makefile-mode): Make `$' be punctuation in font-lock-defaults.

21 years ago(diary-attrtype-convert): Convert an attribute value string to the desired type.
Juanma Barranquero [Tue, 11 Feb 2003 23:26:55 +0000 (23:26 +0000)]
(diary-attrtype-convert): Convert an attribute value string to the desired type.
(diary-pull-attrs): New function that pulls the attributes off a diary entry,
merges with file-global attributes, and returns the (possibly modified) entry
and a list of attribute/values using diary-attrtype-convert above.
(list-diary-entries, fancy-diary-display, show-all-diary-entries)
(mark-diary-entries, mark-sexp-diary-entries, list-sexp-diary-entries): Add
handling of file-global attributes, add handling of entry attributes using
diary-pull-attrs above.
(mark-calendar-days-named, mark-calendar-days-named, mark-calendar-date-pattern)
(mark-calendar-month, add-to-diary-list): Add optional paramater `color' for
passing face attribute info through the callchain.  Pass this parameter around.

21 years ago(diary-face-attrs): New custom.
Juanma Barranquero [Tue, 11 Feb 2003 23:23:10 +0000 (23:23 +0000)]
(diary-face-attrs): New custom.
(diary-file-name-prefix-function): New custom.
(diary-glob-file-regexp-prefix): New custom.
(diary-file-name-prefix): New custom.
(generate-calendar-window): Check that font-lock-mode is bound before checking
value.
(mark-visible-calendar-date): Add the ability to pass face attribute/value pairs
in the mark argument. Handle the mark.

21 years agoDocstring typo.
Stefan Monnier [Tue, 11 Feb 2003 21:40:32 +0000 (21:40 +0000)]
Docstring typo.

21 years ago(find-tag-tag): Move (default foo) to before `:' in the prompt.
Stefan Monnier [Tue, 11 Feb 2003 21:40:17 +0000 (21:40 +0000)]
(find-tag-tag): Move (default foo) to before `:' in the prompt.
(find-tag): Make sure we move point in the proper window.

21 years ago(meta-fill-paragraph): Remove.
Stefan Monnier [Tue, 11 Feb 2003 21:24:35 +0000 (21:24 +0000)]
(meta-fill-paragraph): Remove.
(meta-common-initialization): Don't set fill-paragraph-function
now that fill-paragraph takes care of comments.

21 years ago(scheme-mode-syntax-table): Don't switch the current buffer's syntax-table.
Stefan Monnier [Tue, 11 Feb 2003 21:23:00 +0000 (21:23 +0000)]
(scheme-mode-syntax-table): Don't switch the current buffer's syntax-table.

21 years ago(simula-font-lock-syntactic-keywords): New var.
Stefan Monnier [Tue, 11 Feb 2003 21:19:36 +0000 (21:19 +0000)]
(simula-font-lock-syntactic-keywords): New var.
(simula-font-lock-keywords-1): Simplify.
(simula-font-lock-keywords-2): Use regexp-opt.
(simula-emacs-features): Remove.
(simula-mode-syntax-table): Setup %...\n as comment style b.
(simula-mode-map): Remove compatibility cruft.
(simula-keep-region-active): Remove.
(simula-popup-menu): Simplify.
(simula-mode): Move abbrev-table setup to top-level.
(simula-match-string-or-comment): Remove.

21 years ago(tcl-omit-ws-regexp): Correctly handle cases like `proc foo {a {b c} d} {'.
Stefan Monnier [Tue, 11 Feb 2003 21:04:50 +0000 (21:04 +0000)]
(tcl-omit-ws-regexp): Correctly handle cases like `proc foo {a {b c} d} {'.
(tcl-mode): Make comment-start-skip more selective.

21 years ago(info-xref-check): Use line-beginning-position.
Stefan Monnier [Tue, 11 Feb 2003 21:00:58 +0000 (21:00 +0000)]
(info-xref-check): Use line-beginning-position.
(info-xref-all-info-files): Cons a bit less.
(info-xref-check-buffer): Use push and replace-regexp-in-string.
(info-xref-output): Call insert only once.
(info-xref-whitespace): Remove.

21 years ago("Vietnamese"): Fix typos.
Juanma Barranquero [Tue, 11 Feb 2003 17:06:46 +0000 (17:06 +0000)]
("Vietnamese"): Fix typos.

21 years ago(nntp-accept-process-output): Don't use point-max to get the buffer's size.
Stefan Monnier [Tue, 11 Feb 2003 17:00:45 +0000 (17:00 +0000)]
(nntp-accept-process-output): Don't use point-max to get the buffer's size.

21 years ago(toplevel): Don't require `font-lock';
John Paul Wallington [Tue, 11 Feb 2003 15:01:47 +0000 (15:01 +0000)]
(toplevel): Don't require `font-lock';
require `font-core' instead, even though it is dumped.

21 years ago(ibuffer-save-with-custom, ibuffer-add-to-tmp-hide)
John Paul Wallington [Tue, 11 Feb 2003 14:59:54 +0000 (14:59 +0000)]
(ibuffer-save-with-custom, ibuffer-add-to-tmp-hide)
(ibuffer-add-to-tmp-show): Doc fixes.

21 years ago("Tamil"): Doc fix.
John Paul Wallington [Tue, 11 Feb 2003 14:50:15 +0000 (14:50 +0000)]
("Tamil"): Doc fix.

21 years ago(Fremap_command): Return nil if arg is not a symbol.
Kim F. Storm [Tue, 11 Feb 2003 14:35:24 +0000 (14:35 +0000)]
(Fremap_command): Return nil if arg is not a symbol.

21 years ago*** empty log message ***
Kim F. Storm [Tue, 11 Feb 2003 14:35:09 +0000 (14:35 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Juanma Barranquero [Tue, 11 Feb 2003 09:03:05 +0000 (09:03 +0000)]
*** empty log message ***

21 years ago(info-xref-check-buffer): Fix typo.
Juanma Barranquero [Tue, 11 Feb 2003 09:02:37 +0000 (09:02 +0000)]
(info-xref-check-buffer): Fix typo.

21 years ago(lisp): Add malayalam.el and tamil.el.
Juanma Barranquero [Tue, 11 Feb 2003 08:19:48 +0000 (08:19 +0000)]
(lisp): Add malayalam.el and tamil.el.

21 years ago*** empty log message ***
Juanma Barranquero [Tue, 11 Feb 2003 08:14:31 +0000 (08:14 +0000)]
*** empty log message ***

21 years ago(DONTCOMPILE): Add malayalam.el and tamil.el.
Juanma Barranquero [Tue, 11 Feb 2003 08:11:49 +0000 (08:11 +0000)]
(DONTCOMPILE): Add malayalam.el and tamil.el.

21 years ago*** empty log message ***
Kenichi Handa [Tue, 11 Feb 2003 02:45:41 +0000 (02:45 +0000)]
*** empty log message ***

21 years agoLoad "language/malayalam" and "language/tamil".
Kenichi Handa [Tue, 11 Feb 2003 02:45:25 +0000 (02:45 +0000)]
Load "language/malayalam" and "language/tamil".

21 years agoFix Hindi and add Tamil.
Kenichi Handa [Tue, 11 Feb 2003 02:34:25 +0000 (02:34 +0000)]
Fix Hindi and add Tamil.

21 years ago*** empty log message ***
Kenichi Handa [Tue, 11 Feb 2003 02:33:57 +0000 (02:33 +0000)]
*** empty log message ***

21 years ago(devanagari-composable-pattern): Add DANDA character.
Kenichi Handa [Tue, 11 Feb 2003 02:32:33 +0000 (02:32 +0000)]
(devanagari-composable-pattern): Add DANDA character.
(dev-char-glyph): Add an entry for DANDA.

21 years ago(punjabi-itrans, gujarati-itrans, oriya-itrans)
Kenichi Handa [Tue, 11 Feb 2003 01:52:01 +0000 (01:52 +0000)]
(punjabi-itrans, gujarati-itrans, oriya-itrans)
(bengali-itrans, assamese-itrans, telugu-itrans kannada-itrans)
(malayalam-itrans, tamil-itrans): New ITRANS based input methods.
(punjabi-inscript, gujarati-inscript, oriya-inscript)
(bengali-inscript, assamese-inscript, telugu-inscript)
(kannada-inscript, malayalam-inscript, tamil-inscript): New
INSCRIPT based input methods.

21 years ago(lisp, shortlisp): Add malayalam.el and tamil.el.
Kenichi Handa [Tue, 11 Feb 2003 01:46:34 +0000 (01:46 +0000)]
(lisp, shortlisp): Add malayalam.el and tamil.el.

21 years ago(DONTCOMPILE): Add malayalam.el and tamil.el.
Kenichi Handa [Tue, 11 Feb 2003 01:45:02 +0000 (01:45 +0000)]
(DONTCOMPILE): Add malayalam.el and tamil.el.

21 years agoMaintainer's mail address changed.
Kenichi Handa [Tue, 11 Feb 2003 01:44:00 +0000 (01:44 +0000)]
Maintainer's mail address changed.

21 years ago(indian-dev-base-table): Table fixed.
Kenichi Handa [Tue, 11 Feb 2003 01:42:02 +0000 (01:42 +0000)]
(indian-dev-base-table): Table fixed.
(indian-pnj-base-table): Table contents defined.
(indian-gjr-base-table): Likewise.
(indian-ori-base-table): Likewise.
(indian-bng-base-table): Likewise.
(indian-asm-base-table): Likewise.
(indian-tlg-base-table): Likewise.
(indian-knd-base-table): Likewise.
(indian-mlm-base-table): Likewise.
(indian-tml-base-table): Likewise.
(indian-pnj-itrans-v5-hash, indian-gjr-itrans-v5-hash)
(indian-ori-itrans-v5-hash, indian-bng-itrans-v5-hash)
(indian-asm-itrans-v5-hash, indian-tlg-itrans-v5-hash)
(indian-knd-itrans-v5-hash, indian-mlm-itrans-v5-hash)
(indian-tml-itrans-v5-hash): New variables.

21 years agoNew file.
Kenichi Handa [Tue, 11 Feb 2003 01:38:31 +0000 (01:38 +0000)]
New file.

21 years ago(pages-directory-mode-map): New.
Stefan Monnier [Tue, 11 Feb 2003 00:44:08 +0000 (00:44 +0000)]
(pages-directory-mode-map): New.
(pages-directory-map): Redefine as an varalias.
(pages-directory-mode): Use new map var and run mode hook.
(pages-directory-address-mode): Use define-derived-mode.

21 years ago(texinfo-format-iftex, texinfo-format-ifhtml)
Stefan Monnier [Tue, 11 Feb 2003 00:37:28 +0000 (00:37 +0000)]
(texinfo-format-iftex, texinfo-format-ifhtml)
(texinfo-format-ifplaintext, texinfo-format-tex, texinfo-format-html)
(texinfo-format-ifnotinfo, texinfo-format-titlepage)
(texinfo-format-titlespec, texinfo-format-ignore, texinfo-if-set)
(texinfo-if-clear): Use re-search-forward's return value.
(texinfo-sort-startkeyfun, texinfo-format-buffer-1)
(texinfo-format-region): Use line-{end,beginning}-position.
(texinfo-append-refill, texinfo-alias): Use match-string-no-properties.

21 years agoInitial revision
Juanma Barranquero [Tue, 11 Feb 2003 00:36:54 +0000 (00:36 +0000)]
Initial revision

21 years ago(eldoc-echo-area-multiline-supported-p, eldoc-use-idle-timer-p): Remove.
Stefan Monnier [Tue, 11 Feb 2003 00:11:55 +0000 (00:11 +0000)]
(eldoc-echo-area-multiline-supported-p, eldoc-use-idle-timer-p): Remove.
(timer): Never require.  It only works in current Emacs anyway.
(eldoc-mode, eldoc-message, eldoc-display-message-p)
(eldoc-docstring-format-sym-doc, eldoc-remove-command): Simplify.

21 years ago(e): Make it a variable.
Stefan Monnier [Mon, 10 Feb 2003 22:27:33 +0000 (22:27 +0000)]
(e): Make it a variable.

21 years ago(ffap-complete-as-file-p): Use minibuffer-completing-file-name.
Stefan Monnier [Mon, 10 Feb 2003 22:21:46 +0000 (22:21 +0000)]
(ffap-complete-as-file-p): Use minibuffer-completing-file-name.

21 years ago(load-with-code-conversion): Use push.
Stefan Monnier [Mon, 10 Feb 2003 22:20:47 +0000 (22:20 +0000)]
(load-with-code-conversion): Use push.

21 years ago(font-lock-defontify): Use restore-buffer-modified-p.
Stefan Monnier [Mon, 10 Feb 2003 21:56:49 +0000 (21:56 +0000)]
(font-lock-defontify): Use restore-buffer-modified-p.

21 years ago(gud-gdb-run-command-fetch-lines, gud-display-line):
Stefan Monnier [Mon, 10 Feb 2003 21:54:08 +0000 (21:54 +0000)]
(gud-gdb-run-command-fetch-lines, gud-display-line):
Use with-current-buffer and simplify.

21 years ago(help-xref-on-pp): Only add xref if the text is less than 5K.
Stefan Monnier [Mon, 10 Feb 2003 21:52:30 +0000 (21:52 +0000)]
(help-xref-on-pp): Only add xref if the text is less than 5K.

21 years ago(cvs-parse-table): "no longer in repo" does not
Stefan Monnier [Mon, 10 Feb 2003 21:50:00 +0000 (21:50 +0000)]
(cvs-parse-table): "no longer in repo" does not
make the file dead if we used the -n arg.

21 years agoComment update.
Stefan Monnier [Mon, 10 Feb 2003 21:48:38 +0000 (21:48 +0000)]
Comment update.

21 years ago(process-get): Add setf method.
Stefan Monnier [Mon, 10 Feb 2003 21:45:14 +0000 (21:45 +0000)]
(process-get): Add setf method.

21 years ago(server-previous-strings): Remove.
Stefan Monnier [Mon, 10 Feb 2003 21:44:24 +0000 (21:44 +0000)]
(server-previous-strings): Remove.
(server-process-filter): Use (process-get 'previous-string) instead.
(server-sentinel): Remove code made superfluous.

21 years agoRemove redundant docstring info.
Stefan Monnier [Mon, 10 Feb 2003 21:36:03 +0000 (21:36 +0000)]
Remove redundant docstring info.

21 years agoCode moved to the new script make-changelog-diff, called from here.
Francesco Potortì [Mon, 10 Feb 2003 14:30:19 +0000 (14:30 +0000)]
Code moved to the new script make-changelog-diff, called from here.

21 years agomake-changelog-diff REL1 REL2
Francesco Potortì [Mon, 10 Feb 2003 14:27:52 +0000 (14:27 +0000)]
make-changelog-diff REL1 REL2

creates on standard output a diff of all changelog files between two
releases (should be tags).

21 years agoDoc fixes.
Kim F. Storm [Mon, 10 Feb 2003 13:51:59 +0000 (13:51 +0000)]
Doc fixes.
(syms_of_process): Add `:' prefix to QCfilter_multibyte.

21 years ago*** empty log message ***
Juanma Barranquero [Mon, 10 Feb 2003 11:41:45 +0000 (11:41 +0000)]
*** empty log message ***

21 years ago(Info-follow-nearest-node): Implement new behavior.
Juanma Barranquero [Mon, 10 Feb 2003 11:41:09 +0000 (11:41 +0000)]
(Info-follow-nearest-node): Implement new behavior.

21 years ago(Insertion): Don't show COUNT argument of `insert-char' as optional.
Juanma Barranquero [Mon, 10 Feb 2003 11:31:36 +0000 (11:31 +0000)]
(Insertion): Don't show COUNT argument of `insert-char' as optional.

21 years ago(Current Buffer): Describe `save-current-buffer' as a special form, not a macro.
Juanma Barranquero [Mon, 10 Feb 2003 11:31:11 +0000 (11:31 +0000)]
(Current Buffer): Describe `save-current-buffer' as a special form, not a macro.

21 years ago(Fstring_to_multibyte): Fix typo in the docstring.
Kenichi Handa [Mon, 10 Feb 2003 11:00:18 +0000 (11:00 +0000)]
(Fstring_to_multibyte): Fix typo in the docstring.

21 years agoMake it clear that "2.0.29 released" refers to Tramp.
Kai Großjohann [Mon, 10 Feb 2003 10:59:14 +0000 (10:59 +0000)]
Make it clear that "2.0.29 released" refers to Tramp.

21 years ago(ebnf2ps): Fix typo.
Juanma Barranquero [Mon, 10 Feb 2003 09:59:35 +0000 (09:59 +0000)]
(ebnf2ps): Fix typo.
(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.

21 years agoFix typo in comment.
Juanma Barranquero [Mon, 10 Feb 2003 09:56:14 +0000 (09:56 +0000)]
Fix typo in comment.

21 years ago(ebnf-optimize, ebnf-optimize1): Fix typo.
Juanma Barranquero [Mon, 10 Feb 2003 09:55:17 +0000 (09:55 +0000)]
(ebnf-optimize, ebnf-optimize1): Fix typo.

21 years ago*** empty log message ***
Kenichi Handa [Mon, 10 Feb 2003 08:24:29 +0000 (08:24 +0000)]
*** empty log message ***

21 years ago(QCfilter_multibyte): New variable.
Kenichi Handa [Mon, 10 Feb 2003 07:58:29 +0000 (07:58 +0000)]
(QCfilter_multibyte): New variable.
(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.

21 years ago(struct Lisp_Process): New member filter_multibyte.
Kenichi Handa [Mon, 10 Feb 2003 07:45:13 +0000 (07:45 +0000)]
(struct Lisp_Process): New member filter_multibyte.