]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
(bookmark-menu-length): Fix typo in group name.
[gnu-emacs] / lisp / ChangeLog
index 5d25e368957c005fbdd1dd5c366699bac5098fea..fd69cbf6e27639c228ae6cfe5fdcb07a327a79ba 100644 (file)
@@ -1,7 +1,432 @@
+2002-11-18  Kenichi Handa  <handa@m17n.org>
+
+       * language/cyrillic.el (cyrillic-iso-8bit): Make it safe.
+
+       * language/european.el (iso-latin-1): Make it safe.
+       (iso-latin-2, iso-latin-3, iso-latin-4, iso-latin-5, iso-latin-8) 
+       (iso-latin-9): Likewise.
+
+       * language/greek.el (greek-iso-8bit): Make it safe.
+
+       * language/hebrew.el (hebrew-iso-8bit): Make it safe.
+
+       * language/lao.el (lao): Make it safe.
+
+       * language/thai.el (thai-tis620): Make it safe.
+
+2002-11-18   Markus Rost  <rost@math.ohio-state.edu>
+
+       * bookmark.el (bookmark-menu-length): Fix typo in group name.
+
+2002-11-17   Markus Rost  <rost@math.ohio-state.edu>
+
+       * speedbar.el (defgroup speedbar): Use group 'etags instead of
+       nonexisting group 'tags.
+
+       * emacs-lisp/re-builder.el: Add provide call.
+
+       * mail/feedmail.el (feedmail-fiddle-headers-upwardly)
+       (feedmail-fiddle-plex-user-list):  Fix typo in group name.
+
+       * progmodes/make-mode.el (makefile-space-face): Fix typo in group
+       name.
+
+       * textmodes/ispell.el (defgroup ispell): Arrange that definition
+       starts at beginning of line.
+
+       * textmodes/table.el (defgroup table-hooks): New group.
+       (table-cell-map-hook): Fix typo in group name.
+
+       * calendar/diary-lib.el (diary-button-face): Add group and version
+       number.
+
+       * warnings.el (defgroup warnings): New group.
+
+2002-11-16   Markus Rost  <rost@math.ohio-state.edu>
+
+       * emacs-lisp/autoload.el (update-autoloads-from-directories):
+       Sort the list of files with no autoloads.
+
+2002-08-23  Alan Shutko  <ats@acm.org>
+
+       * calendar/diary-lib.el (list-diary-entries): Pass a marker
+       indicating source of entry to add-to-diary-list.
+       (diary-button-face, diary-entry, diary-goto-entry): New, to
+       support click to diary file.
+       (fancy-diary-display): Buttonize diary entries.
+       (list-sexp-diary-entries): Pass a marker indicating source of
+       entry to add-to-diary-list.
+       (diary-date): Return mark as well as entry.
+
+       * calendar/calendar.el (diary-face): New.
+       (european-calendar-display-form, describe-calendar-mode) 
+       (mark-visible-calendar-date, calendar-mark-today): Tidy doc string.
+       (calendar-make-alist): New.
+       (calendar-mode): Set up font-lock mode.
+       (generate-calendar-window): Fontify if font-lock-mode is on.
+
+2002-11-16  Ivan Zakharyaschev <imz@altlinux.org>  (tiny change)
+
+       * international/codepage.el (cp866-decode-table): Fix the
+       translation table.
+
+2002-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
+
+       * progmodes/cc-bytecomp.el (cc-bytecomp-defun): Fixed bug that
+       caused existing function definitions to be overridden by
+       phonies when the bytecomp environment is restored.
+
+2002-11-15  Nick Roberts  <nick@nick.uklinux.net>
+
+       * toolbar/gud-break.pbm, toolbar/gud-cont.pbm, toolbar/gud-display.pbm,
+       toolbar/gud-down.pbm, toolbar/gud-finish.pbm, toolbar/gud-goto.pbm, 
+       toolbar/gud-next.pbm, toolbar/gud-print.pbm, toolbar/gud-remove.pbm,
+       toolbar/gud-run.pbm, toolbar/gud-step.pbm, toolbar/gud-up.pbm:
+       Icons for debugger (pbm files).
+
+2002-11-15  Richard M. Stallman  <rms@gnu.org>
+
+       * international/mule.el (set-buffer-file-coding-system): Redo prev chg.
+
+2002-11-15  John Paul Wallington  <jpw@shootybangbang.com>
+
+       * ibuffer.el (ibuffer-use-other-window, ibuffer-use-header-line)
+       (ibuffer-visit-buffer, ibuffer-redisplay, ibuffer-update): Doc fix.
+       (ibuffer-mode-hooks): Remove spurious defvar.
+       (ibuffer): Run `ibuffer-hook' instead of `ibuffer-hooks'.
+       (ibuffer-mode): Run `ibuffer-mode-hook' instead of
+       `ibuffer-mode-hooks'.
+
+2002-11-15   Markus Rost  <rost@math.ohio-state.edu>
+
+       * mail/rmailedit.el:  Add provide call.
+
+       * play/bruce.el: Add provide call.
+
+       * emacs-lisp/gulp.el: Add provide call.
+
+2002-11-14  Richard M. Stallman  <rms@gnu.org>
+
+       * international/mule.el (set-buffer-file-coding-system): Undo prv chg.
+
+2002-11-14   Markus Rost  <rost@math.ohio-state.edu>
+
+       * custom.el (custom-declare-group): Remove unnecessary line of
+       code.
+
+       * cus-dep.el (custom-make-dependencies): Bind load-file-name.
+
+2002-11-14  Edward M. Reingold  <reingold@emr.cs.iit.edu>
+
+       * calendar/diary-lib.el (make-diary-entry): Allow for local variables
+       at end of diary file.
+
+2002-11-14  Kim F. Storm  <storm@cua.dk>
+
+       * files.el (mode-name): Mark it as risky-local-variable like the
+       other mode-line elements (moved from bindings.el).
+
+       * bindings.el (mode-name): Moved mark as risky-local-variable to
+       files.el.
+
+2002-11-14  Juanma Barranquero  <lektu@terra.es>
+
+       * gud.el: Fix feature name in `provide'.
+
+       * gdb-ui.el: Fix feature name in `require'.
+
+2002-11-14  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
+
+       * progmodes/etags.el (find-tag-default): Copy text at point without
+       properties.
+
+2002-11-14  Kenichi Handa  <handa@m17n.org>
+
+       * gud.el: Provide gud, not mygud.
+
+       * gdb-ui.el: Don't require mygud.
+
+       * progmodes/cc-vars.el: Don't cc-bytecomp-defun char-table-p.
+
+2002-11-14  Kim F. Storm  <storm@cua.dk>
+
+       * textmodes/fill.el (fill-nobreak-invisible): New var.
+       (fill-nobreak-p): Test it; return t if set and point invisible.
+       (fill-newline): Test it; remove invisible prop on newline if set.
+
+       * info.el (Info-fontify-node): New local list paragraph-markers.
+       Record markers for mangled *note references on that list.
+       When done, go back through those markers and fill each mangled
+       paragraph with `fill-nobreak-invisible' let-bound to t.
+       Don't use `display' property; insert "see" directly in buffer.
+
+2002-11-14  Nick Roberts <nick@nick.uklinux.net>
+
+       * gdb-ui.el: New file, User Interface for running GDB
+
+       * gud.el:(gud-find-file): Set up GDB tool bar.
+       (gud-menu-map): New commands: run, goto.
+       Enable some commands for gdba.
+       (gud-query-cmdline): Pass default directory to gdba.
+       (gdb): Defune gud-goto and gud-run.
+       (gud-gdb-complete-command): Maybe use gdba-complete-filter.
+       (gud-mode): Set up local tool bar.
+       (gud-display-line): For gdba, call gdb-display-source-buffer.
+       (gud-basic-call): For gdba, maybe delete the current prompt.
+       (gud-tool-bar-map): New variable.
+       (gud-read-address): Correction.
+
+       * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-display.xpm,
+       toolbar/gud-down.xpm, toolbar/gud-finish.xpm, toolbar/gud-goto.xpm, 
+       toolbar/gud-next.xpm, toolbar/gud-print.xpm, toolbar/gud-remove.xpm,
+       toolbar/gud-run.xpm, toolbar/gud-step.xpm, toolbar/gud-up.xpm:
+       Icons for debugger.
+
+2002-11-13  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * pcvs.el (cvs-mode-run): Don't pass "." if not needed.
+
+2002-11-13  Andre Spiegel  <spiegel@gnu.org>
+
+       * vc-rcs.el (vc-rcs-registered): Improve comment.
+
+       * vc-sccs.el (vc-sccs-registered): Improve comment.
+
+2002-11-13  Tim Van Holder  <tim.vanholder@anubex.com>  (tiny change)
+
+       * progmodes/compile.el (compilation-error-regexp-alist):
+       Don't include colon and space after a file name as part of the name.
+
+2002-11-13  Richard M. Stallman  <rms@gnu.org>
+
+       * gud.el (gdb): Undo 10-26 change.
+
+2002-11-13  Kenichi Handa  <handa@m17n.org>
+
+       * replace.el (occur-engine): Set buffer-file-coding-system of
+       OUT-BUF to that of one of BUFFERS if they locally bind that variable.
+
+2002-11-13   Markus Rost  <rost@math.ohio-state.edu>
+
+       * custom.el (custom-handle-all-keywords): Fix arg passed to
+       custom-add-to-group.
+
+2002-11-12  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * pcvs-defs.el (cvs-mode-map): Remove M-f binding.
+       (cvs-minor-mode-map): Add e binding in log-view-mode.
+
+       * progmodes/perl-mode.el (perl-hanging-paren-p): New fun.
+       (perl-indent-line): Look at the open-paren to indent a close-paren.
+       (perl-calculate-indent): Try to better indent args after hanging paren.
+       Remove special code for open-paren-in-column-0.
+
+       * textmodes/sgml-mode.el (sgml-namify-char): New cmd.
+       (sgml-name-char): Use it.
+       (sgml-tag-last, sgml-tag-history): New vars.
+       (sgml-tag): Use them.
+       (sgml-skip-tag-forward): Use sgml-tag-syntax-table.
+       (sgml-delete-tag): Remove resulting empty lines.
+       (sgml-tag) <symbol-plist>: Don't make intangible.
+       (sgml-parse-tag-backward): Add limit argument.
+       (html-autoview-mode): Use define-minor-mode.
+
+2002-11-12   Markus Rost  <rost@math.ohio-state.edu>
+
+       * vc-rcs.el (vc-rcs-registered): Handle the autoload cookie so
+       that the definition is found by `find-function-search-for-symbol'
+       and etags.
+
+       * vc-sccs.el (vc-sccs-registered): Ditto.
+
+       * emulation/edt.el (defgroup edt): Arrange that definition starts
+       at beginning of line.
+
+       * ls-lisp.el (defgroup ls-lisp): Remove autoload cookie.
+
+       * hi-lock.el (defgroup hi-lock-interactive-text-highlighting):
+       Remove autoload cookie.
+
+       * newcomment.el (defgroup comment): Remove autoload cookie.
+
+2002-11-11   Markus Rost  <rost@math.ohio-state.edu>
+
+       * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
+       Declare with defvar, not with defcustom.
+
+       * cus-dep.el: Don't require 'autoload.
+       (custom-make-dependencies):  Handle :version also for autoloaded
+       options.
+
+       * winner.el (defgroup winner): Arrange that definition starts at
+       beginning of line.
+
+       * emulation/edt.el: Simplify Emacs 19 compatibility.
+
+2002-11-11  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>  (tiny change)
+
+       * dired-aux.el (dired-show-file-type): Format filename with "%s" to
+       escape any format-like sequences it could contain.
+
+2002-11-11  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+       * cus-edit.el (custom-save-delete): Force emacs-lisp-mode.
+
+2002-11-11  Juanma Barranquero  <lektu@terra.es>
+
+       * bindings.el (mode-name): Mark it as risky-local-variable.
+
+2002-11-09  Dave Love  <fx@gnu.org>
+
+       * international/mule-cmds.el (current-language-environment): Fix :type.
+
+       * international/ucs-tables.el: Revert to using
+       translation-table-for-input instead of keyboard-translate-table.
+
+       * international/quail.el (quail-input-string-to-events):
+       Revert last change.
+
+       * simple.el (quoted-insert): Bind translation-table-for-input,
+       not keyboard-translate-table.
+
+2002-11-08  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * arc-mode.el (archive-zip-summarize): Don't hardcode (point-min) = 1.
+
+       * complete.el (PC-do-completion): Make partial-completion work
+       with incomplete directory names.
+
+       * textmodes/tex-mode.el (latex-standard-block-names): Rename from
+       standard-latex-block-names.
+       (tex-font-lock-keywords-1): Add providecommand, renewenvironment,
+       and renewtheorem.  Highlight \it and \bf separately since they
+       may overlap.
+       (tex-font-lock-suscript, tex-font-lock-unfontify-region): New funs.
+       (tex-font-lock-keywords-3, tex-verbatim-environments)
+       (tex-font-lock-syntactic-keywords): New vars.
+       (superscript, subscript, tex-verbatim-face): New faces.
+       (tex-font-lock-syntactic-face-function): Handle \verb construct.
+       (tex-common-initialization): Update font-lock-defaults setting.
+       (tex-insert-braces): Make it into a skeleton.
+       (latex-fill-nobreak-predicate): Don't break after \.
+       (latex-insert-block): Rename from tex-latex-block.
+       (latex-down-list): Use tex-mode-syntax-table when skipping parens
+       rather than the indentation syntax-table.
+       (latex-close-block): Rename from tex-close-latex-block.
+       (latex-split-block): New fun.
+       (latex-indent): Don't indent inside a verbatim block.
+       (latex-find-indent): Stick \begin{verbatim} to the margin.
+
+2002-11-08  John Wiegley  <johnw@gnu.org>
+
+       * calendar/timeclock.el (timeclock-modeline-display): Use assq as
+       well as memq to find `global-mode-string' within
+       `mode-line-format'.  The structure of that variable has changed in
+       21.3.
+
+2002-11-07  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * format.el (format-decode): Be careful with the order in `format'.
+
+       * eshell/esh-cmd.el (function-p-func): Avoid `xemacs-p'.
+
+       * eshell/em-glob.el: Require esh-util.
+       (eshell-glob-initialize): Don't assume
+       eshell-special-chars-outside-quoting is available.
+
+       * textmodes/fill.el (fill-paragraph): Consider a comment-start as
+       a paragraph starter when filling non-comments.
+       (fill-comment-paragraph): Don't narrow while doing the fill.
+       Recognize paragraph starters and separators within comments.
+       Use adaptive-fill-prefix when it works.  Use comment-search-forward.
+
+       * progmodes/compile.el (grep-default-command): New fun.
+       (grep): Use it.
+       (compilation-menu-map): New var.
+       (compilation-minor-mode-map, compilation-shell-minor-mode-map): Use it.
+       (compilation-mode-map): Simplify.
+       (compilation-shell-minor-mode, compilation-minor-mode):
+       Use define-minor-mode.
+
+       * elide-head.el (elide-head): Don't make intangible.
+
+       * help.el (where-is): Rename map to defs (a list of syms is not a map).
+       Test fboundp first, to speed things up.  Use push.
+
+       * isearch.el (isearch-hidden): New var.
+       (isearch-search-and-update): Test it.
+       (isearch-range-invisible): Set it.
+
+       * progmodes/tcl.el (tcl-mode): Don't set paragraph-start,
+       paragraph-separate, comment-column, and fill-paragraph-function.
+       Simplify outline-regexp.
+       (tcl-do-fill-paragraph): Remove.
+
+2002-11-07  Markus Rost  <rost@math.ohio-state.edu>
+
+       * mail/sendmail.el (mail-default-directory): Set the version to 21.4.
+
+       * progmodes/compile.el (grep-compute-defaults): Undo previous change.
+       Definition moved down.
+       (grep-command, grep-find-command, grep-tree-command): Allow value nil.
+       Do not declare :get property.
+       (grep-use-null-device): Fix type.  Do not declare :get property.
+
+       * emacs-lisp/checkdoc.el (checkdoc-find-error):
+       Use get-file-buffer instead of get-buffer.
+
+       * cus-dep.el (custom-make-dependencies): Fix comment inserted in
+       cus-load.el.
+
+2002-11-07  Juanma Barranquero  <lektu@terra.es>
+
+       * help.el (where-is): Report also aliases of the passed command.
+
+2002-11-06  Dave Love  <fx@gnu.org>
+
+       * simple.el (quoted-insert): Bind keyboard-translate-table around
+       read-char.
+
+       * international/ucs-tables.el: Use keyboard-translate-table coding
+       system property, not translation-table-for-input, for
+       vietnamese-viscii & al.
+       (translation-table-for-input): Set,
+       don't defvar, and make permanent-local.
+       (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859): Add/remove
+       set-buffer-major-mode-hook, not quail-activate-hook.
+       (ucs-set-table-for-input): Renamed from ucs-quail-activate.
+       (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859):
+       Setup keyboard-translate-table, not translation-table-for-input.
+       Modify set-buffer-major-mode-hook, not quail-activate-hook.
+       (ucs-fragment-8859): Don't use translation-table-for-input coding
+       system property.
+       (ucs-quail-activate): Deleted.
+       (ucs-set-table-for-input): New.
+       (ucs-minibuffer-setup): Use it.
+
+       * international/quail.el (quail-input-string-to-events):
+       Use keyboard-translate-table, not translation-table-for-input.
+
+       * files.el (normal-mode): Call ucs-set-table-for-input.
+
+       * international/mule.el (set-buffer-file-coding-system):
+       Call ucs-set-table-for-input.
+
+2002-11-06  Richard M. Stallman  <rms@gnu.org>
+
+       * replace.el (query-replace, query-replace-regexp): Doc fixes.
+
+       * emacs-lisp/bytecomp.el (byte-compile-lambda):
+       Handle progn like let, inside interactive spec.
+
+       * textmodes/tex-mode.el (tex-dvi-view-command): Value can be sexp.
+       Initialize to a suitable sexp.
+       (tex-view): Evaluate tex-dvi-view-command and use the value.
+
 2002-11-06  Kenichi Handa  <handa@m17n.org>
 
-       * international/mule.el (coding-system-eol-type-mnemonic): Use
-       eol-mnemonic-undecided if CODING-SYSTEM is nil.
+       * international/mule.el (coding-system-eol-type-mnemonic):
+       Use eol-mnemonic-undecided if CODING-SYSTEM is nil.
 
 2002-11-06  Kim F. Storm  <storm@cua.dk>
 
 
        * language/cyrillic.el ("Bulgarian"): Fix typo.
 
-       * international/mule.el (coding-system-eol-type-mnemonic): Move from
-       mule-util.el.
+       * international/mule.el (coding-system-eol-type-mnemonic):
+       Move from mule-util.el.
 
-       * international/mule-util.el (coding-system-eol-type-mnemonic): Move to
-       mule.el.
+       * international/mule-util.el (coding-system-eol-type-mnemonic):
+       Move to mule.el.
 
 2002-11-04  Juanma Barranquero  <lektu@terra.es>
 
        once Emacs is started up; initialize to "" at loadup time.
        (command-line): "", not nil, means user-mail-address not set yet.
 
-2002-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-09-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el: Version 2.0.24 released.
        (tramp-methods, tramp-completion-function-alist):
        the face held by `gamegrid-face' in an overlay over the whole
        buffer to emulate a buffer-local default-face.
 
-2002-09-22  Richard M. Stallman  <rms@gnu.org>
+2002-09-22  Markus Triska  <triska@gmx.at>  (iny change)
 
        * play/doctor.el (doctor-doc): Add 2 question words.
        (doctor-getnoun): Parse and save the complete object phrase.
 
+2002-09-22  Richard M. Stallman  <rms@gnu.org>
+
        * international/mule-cmds.el (select-safe-coding-system): Cope if
        default-coding-system gives nil which was then used in `min'.
 
        * mail/sendmail.el (sendmail-send-it): If user's buffer
        is unibyte, make tembuf unibyte.
 
-2002-09-22  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
+2002-09-22  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
 
        * net/tramp.el: Version 2.0.22 released.
        (tramp-parse-rhosts, tramp-parse-shosts)
        (tramp-completion-function-alist): Add completion function for "ftp".
        From Michael Albinus <Michael.Albinus@alcatel.de>.
 
-2002-09-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-09-22  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el: Version 2.0.21 released.
        (tramp-handle-file-newer-than-file-p): If mtime of both files is
        (tramp-method-out-of-band-p): Correct number of args for
        `tramp-get-rsh-program' and similar functions.
 
-2002-09-22  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
+2002-09-22  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
 
        * net/tramp.el: Version 2.0.20 released.
 
-2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
+2002-09-20  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
 
        * net/tramp.el (tramp-completion-function-alist): Escape open
        paren in docstring.
        `tramp-find-method'.  Update callers.
        (tramp-find-method): New function.
 
-2002-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-09-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
        in SWITCHES (by removing it).
 
-2002-09-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-09-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el (tramp-file-name-handler): Add `file-remote-p' property.
 
-2002-09-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el (top-level): Maybe autoload uudecode-decode-region.
 
-2002-09-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-09-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el (tramp-bug): Add tramp-methods.
 
-2002-09-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-09-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el (tramp-methods): Update docstring:
        tramp-encoding-command, tramp-decoding-command,
        parameters anymore.
        (tramp-uuencode-region): Autoload it.
 
-2002-09-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-09-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        Version 2.0.19 released.
 
        Use `tramp-uuencode-region' as local encoder for the uuencode based
        entries.
 
-2002-09-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-09-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el (tramp-handle-write-region): Wrong parens.
 
-2002-09-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-09-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        Version 2.0.18 released.
 
        older versions of Perl.  Now tested with 5.004.  Suggestion from
        Michael Albinus.
 
-2002-09-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-09-12  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el (tramp-find-inline-encoding):
        Call tramp-call-local-coding-command with nil for INPUT and OUTPUT.
        (tramp-call-local-coding-command): OUTPUT equals nil means to
        discard the output.  INPUT equals nil means /dev/null.
 
-2002-09-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-09-12  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el (tramp-encoding-shell): Default to environment
        variable COMSPEC on Windows.
        Define `result1'.
        (tramp-parse-hosts-group): Discard IPv6 entries.
 
-2002-09-11  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
+2002-09-11  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
 
        * net/tramp.el (tramp-post-connection): Only send Perl
        mime-encode/decode implementations when using inline method.
        (tramp-get-decoding-function, tramp-set-decoding-function):
        Old functions, removed.
 
-2002-09-10  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-09-10  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el (tramp-open-connection-setup-interactive-shell):
        Change command to invoke /bin/sh slightly to make it compatible
        * net/tramp.el (tramp-handle-write-region): Added missing
        `)'.  Hope it's the right place.
 
-2002-09-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-09-09  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el (tramp-open-connection-setup-interactive-shell):
        Do "exec env PS1='$ ' /bin/sh" instead of just "exec /bin/sh" in
        `tramp-get-completion-su' (the previous place for this stuff)
        doesn't exist any longer.
 
-2002-09-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-09-07  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el (tramp-enter-password):
        Use `tramp-password-end-of-line' to terminate the line.
        (tramp-wait-for-output, tramp-post-connection): Allow "\r" at end
        of line of the output delimiter.
 
-2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-09-06  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el (tramp-handle-file-local-copy, tramp-find-shell)
        (tramp-open-connection-setup-interactive-shell): Add some comments
        (tramp-completion-mode): Replace `last-input-char' by modern
        `last-input-event'. Check for `event-modifiers'.
 
-2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-09-06  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el (file-expand-wildcards): Corrected check to see if
        advising is necessary.
        (tramp-completion-handle-file-name-all-completions):
        Apply `tramp-completion-run-real-handler'.
        (tramp-parse-rhosts)
-       (tramp-parse-shosts): Use `with-temp-buffer'. `result\e,b4\e(B renamed to
+       (tramp-parse-shosts): Use `with-temp-buffer'. `result\e,B.\e(B renamed to
        `res' (otherwise side effects in XEmacs).
 
 2002-08-24  Michael Albinus  <Michael.Albinus@alcatel.de>
        list in order to avoid nested lists, f.e. when invoked from
        `tramp-handle-dired-call-process'.
 
-2002-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-09-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el (tramp-chunksize): New kluge variable.
        (tramp-send-region): If tramp-chunksize is non-nil, send region in
        parts and sleep 0.1 seconds between chunks.
 
-2002-09-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-09-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el (tramp-handle-insert-directory):
        Use `insert-buffer-substring' instead of `insert-buffer', which is not
        (file-expand-wildcards): Don't advise unless "[" and "]" are used
        in the filename format.
 
-2002-09-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-09-01  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el (tramp-methods): Remove duplicate definition of
        ssh1-old and ssh2-old.
 
-2002-09-22  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
+2002-09-22  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
 
        * dired.el (dired-insert-directory): Always add "--dired" to to
        SWITCHES for remote files.
        (ps-print-color-p, ps-page-dimensions-database): Autoload var.
        (ps-print-code, ps-print-preprint-region): Adjust code.
 
-2002-09-10  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+2002-09-10  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * files.el (auto-mode-alist): ~/.gnus, ~/.viper are in
        emacs-lisp-mode, like ~/.emacs.
        (encode-char): Use ucs-mule-to-mule-unicode.
 
        * international/characters.el: Fix settings of U+2000-U+2027.
-       Remove \e$,1uf\e(B.
+       Remove \e$(C'Y\e(B.
 
        * international/mule-cmds.el (locale-language-names): Fix be, add
        sr_YU@cyrillic, modify tg.