
 0.3.6
    1. OHURA Makoto's patch applied.
      1) BUGFIX: readme.sdoc file was not included in tar.gz release file     (OHURA Makoto).
      2) BUGFIX: README and README.ja file was removed with "make clean"      (OHURA Makoto).
      3) BUGFIX: Spell miss of Variable name 'oneliner-deny-keymap            (OHURA Makoto).
      4) BUGFIX: Compilation of oneliner.el failed because
                 macro 'oneliner-debug-print was not predefined.              (OHURA Makoto).
    2. BUGFIX: Bug#221019 from Debian ( ... security bug )
      1) Using apel's make-temp-file() function instead of 
                                           emacs's make-temp-temp()           (Kiyoka Nishiyama).
      2) Changed message. (TMPDIR="/tmp/" is no good as security)             (Kiyoka Nishiyama).
      3) Added check code to 'el' script.
         ('el' exits If the environment variable TMPDIR is not defined.)      (Kiyoka Nishiyama).
 0.3.5
    1. BUGFIX: Error occurs with XEmacs, because eval-current-buffer()'s
               argument spec is different between GNU Emacs and XEmacs.       (Kiyoka Nishiyama).
    2. DONE: TODO's item No. 27 (zsh supporting)                              (Kiyoka Nishiyama).
    3. DONE: Changed <xxxx> .... <xxxx> control keyword format
               (Using random numbers)                                         (Kiyoka Nishiyama).
    4. BUGFIX: Fixed other some bugs                                          (Kiyoka Nishiyama).

 0.3.4
    1. DONE: TODO's item No. 26                                               (MISHIMA Masahiro).
    2. DONE: TODO's item No. 29                                               (IWAI, Masaharu).
    3. DONE: TODO's item No. 30                                               (Kiyoka Nishiyama).
    4. DONE: TODO's item No. 31                                               (Kiyoka Nishiyama).
    5. Added new command 'el' in perl                                         (MISHIMA Masahiro).
    6. BUGFIX: missing to count lines with split-string()
         in oneliner-handle-control-codes() and oneliner-handle-OL-control(). (MISHIMA Masahiro).
    7. Added a new idea 'ex-cmd'(special command given from external program) (MISHIMA Masahiro).
    8. Changed action (oneliner.el need the environment variable "TMPDIR")    (Kiyoka Nishiyama).
    9. Added a hook oneliner-comint-send-hook.                                (Kiyoka Nishiyama).
   10. DONE: TODO's item No. 32 [Shifted to Autoconf]                         (Kiyoka Nishiyama).
   11. Modified documents [oneliner.texi,readme.sdoc,README.Meadow]           (Kiyoka Nishiyama).
   12. Sorted CHANGELOG by newer version.                                     (Kiyoka Nishiyama).

 0.3.3
    1. Made the English version of info.
    2. Also made installer of English version of info.
    3. Changed some comments in oneliner.el.
    4. Made new file "README.Meadow".
    5. Fixed the target name "jinfo" to "info-ja" in Makefile, bacause it was not clear.(IWAI, Masaharu)
    6. Added the function "EOL conversion for writing temporary file."(MISHIMA Masahiro)

 0.3.2
    1. BUGFIX: I forget to include "CHANGELOG"(this file) in tar.gz release.

 0.3.1
    1. Separated "change log" section from oneliner.el file. -> Made a "CHANGELOG" file.
    2. Rewrote file "oneliner.el" in English.
    3. Rewrote file "TODO" in English.
    4. Made new file "TODO.ja" in Japanese.

 0.3.0
   development branch

 0.2.0
   first stable release

 0.0.30
    1. The character "!" in "|@buffer!" syntax abolished.

 0.0.29
    1. BUGFIX: (on Meadow) Japanese character crumbling in .info file.
      -> .info generating tool changed to 'makeinfo'.
    2. install-info.wrapper supported install-info 1.6, 1.9 and 4.0 .
    3. Added some comments for Meadow setting to Makefile.
    4. IWAI, Masaharu's patch applied.
      1) Makefile: info directory cleaning by "make clean" supported.

 0.0.28
    1. Added a README file in English. 

 0.0.27
    1. Makefile: Install and uninstall section added.
    2. Makefile: Installer for info reformed. (some install-info version supported)
    3. .texi document section changed. ("Hooks" -> "Emacs")
    4. Install document in README file modified.

 0.0.26
    1. BUGFIX: onliner's hook action was enable in original shell-mode, too.
    2. Some codes modified.

 0.0.25
    1. shell-buffer name changed. ("*oneliner*"   -> "*Oneliner shell*")
    2. pipe-buffer  name changed. ("*oneliner*N"  -> "Oneliner pipe*N")
    3. Comment changed.           ("stdio buffer" -> "pipe buffer")

 0.0.24
    1. Changed to work original shell-mode.
        1) *Oneliner shell* opening    with "M-x oneliner" operation.
        2) original shell-mode opening with "M-x shell" operation.
    2. BUGFIX: keymap garbage remaining bug.
    3. Changed to tar ball format to release.

 0.0.23
    1. csh,tcsh supported. ( only bash supported at previos version )

 0.0.22
    1. Key binds C-cC-0 ... C-cC-9 supported on XEmacs, too.
    2. BUGFIX: prompt control string appears on Meadow when booting Oneliner.
    3. Three key codes {return, delete, backspace} added to oneliner-deny-key-list.
    4. Original keymap backup implimented.
    5. Warning message displaying action added on Emacsen that has no make-indirect-buffer() function.

 0.0.21
    1. NEWIDEA: denied key input during being output pipe-buffer.

 0.0.20
    XEmacs 21.4.x, GNU Emacs 2x, Meadow+cygwin corresponded.
    1. XEmacs coresponded(code simplify)
      1) Implimented without 'comint-preoutput-filter-functions' hook. (XEmacs has no this hook.)
        - Directory synchronization
            Implimented with current directory string in prompt string.
        - preout-filter-func()  abolished.
        - Some valiables abolished.

      2) Function oneliner-handle-OL-control() set to hook 'comint-output-filter-functions'.
    2. oneliner-beep-time's type changed.(boolean -> integer)

 0.0.19
    1. The title message function separated oneliner-title-display() from oneliner-init()
    2. BUGFIX: (Meadow only) When oneliner starting, prompt don't displayed.

 0.0.18
    1. Separated of stdout and stderr completely.
      1) oneliner-eval-keyword() modified.
    2. NEWIDEA: The title message displaying action supported.

 0.0.17
    1. Output pipe-buffer via AWK supported.
    2. BUGFIX: when restart "M-x oneliner" bug.
      1) Function oneliner-command-done() evaluation added to last of function oneliner-init().

 0.0.16
    1. Variable shell-prompt-pattern abolished.
      1) Embeded string (valiable oneliner-shell-prompt-{start,end}) added.
      2) oneliner-get-prompt-string() added.

 0.0.15
    1. BUGFIX: directory synchronization bug.
      Current buffer's default-directory is modifyed.
      It must be changed *Oneliner shell*'s default-directory always.

 0.0.14
    1. Invisible command forbided during shell command execution.
    2. Next command execution forbided during "command |" command exection.
    3. BUGFIX: oneliner-sync-default-directory()  cretical timing bug. (not smart resolve)

 0.0.13
    1. BUGFIX: Indirect buffer was been "narrowing".
    2. NEW IDEA: Control code handling in shell added.
    3. MISHIMA Masahiro's patch applied.
      1) BUGFIX: Buffer name complement bug.

 0.0.12
    1. Variable oneliner-pwd-command-on-shell's default value set to " \\pwd".
    2. Some changes for coding style reason.
      1) Comments ";;; oneliner.el ends here" added to EOF.
      2) Author: section's  "then" deleted.
      3) Created: section       added.
      4) Documentation: section added.
      5) "ChangeLog:" -> "Change Log:" changed.
      6) etc...

 0.0.11
    1. MISHIMA Masahiro's patch applied.
      1) Indirect *oneliner*n buffer implimented.
      2) oneliner-sync-default-directory()'s action changed.
    2. oneliner-send-cd() added.

 0.0.10
    1. BUGFIX: preout-filter-func() returns 'nil' (this function must return string)
    2. BUGFIX: When M-x shell, variable oneliner-shell-buffer was not set.
    3. MISHIMA Masahiro's patch applied.
      1) NEW IDEA: '+|' syntax. It appends stdout to output pipe buffer.

 0.0.9
    1. MISHIMA Masahiro's patch applied.
      1) When input pipe buffer has no newline at EOL, it was made up for newline.
    2. BUGFIX: oneliner-invisible-command-exec() process exit status check loss.
    3. NEW IDEA: When shell command was done, default-directory was synchronized automatic.(customizable)

 0.0.8
    1. oneliner-invisible-command-exec() implimented.
    2. Changed a variable `oneliner-pwd-command-on-shell' to customize variable.
    3. MISHIMA Masahiro's patch applied.
      1) oneliner-sync-default-directory () implimented.(It can sync default-directory)
    4. Set key C-cC-s to oneliner-sync-default-directory ()
    5. Set key C-cC-b to oneliner-stdio-buffer-other-window ()

 0.0.8b
    1. MISHIMA Masahiro's patch applied.
      1) buffer name complemention after '@' character supported.
      2) BUGFIX: buffer-position-is-promptp() bug
      3) BUGFIX: "Wrote d:/tmp/oneliner.tmp" display bug
      4) BUGFIX: prompt recognization bug
    2. Added a code (require 'poe).  1-1),1-2) needs apel.

 0.0.7
    1. Variables separated up into customize variable/internal variable.
    2. New key defined. oneliner-set-keys()
    4. BUGFIX:beepper timer bug.
    5. oneliner-stdio-buffer-other-window's argument changed.(It can use reg-id)
    6. comint-oneliner-send()'s comment changed.
    7. MISHIMA Masahiro's patch applied.
      1) @buffername| command    format supported.
      2) command | @buffername!  format supported.
      3) M-x customize-group     supported.
      4) variable oneliner-show-top-of-stdio-buffer added.
      5) oneliner-beep's default value set to 'nil'.
      6) REGISTER concept abolished. (stdio-buffer can only select by id)
      7) oneliner-stdio-buffer-other-window() changed.
    9. BUGFIX: string-is-promptp()  (result of spliting string is no good =nil )

 0.0.6
    1. beeper supported when Command execution done. (when oneliner-beep is t)
    2. Variable 'oneliner-beep-time' supported.
    3. naming changed. (*std* -> *oneliner*0)
    4. buffer-position-is-promptp()'s argument changed.
    5. string-is-promptp() added.

 0.0.5
    1. MISHIMA Masahiro's patch applied.
    2. The Name of MISHIMA Masahiro added to Author field in oneliner.el

 0.0.4
    1. Starting by "M-x oneliner" supported.
    2. oneliner-init's initial hook (oneliner-init-hook) supported.
    3. oneliner-debug's initial value sets to 'nil'
    4. BUGFIX: *std*'s write permission bug.

 0.0.3
    1. Code "(provide 'oneliner-vars)" deleted.
    2. Testing code deleted.
    3. BUGFIX: no argument for beginning-of-buffer-other-window()

 0.0.2
    1. MISHIMA Masahiro's patch applied.
    2. Work up files into a file(oneliner.el).

 0.0.1
    1. first version
