comparison lisp/ChangeLog @ 81050:f71cf00a1150

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Wed, 23 May 2007 12:38:59 +0000
parents 3b0453fee5b3
children 469db45b9f02
comparison
equal deleted inserted replaced
81049:e41bb5f56da5 81050:f71cf00a1150
1 2007-05-23 Eli Zaretskii <eliz@gnu.org>
2
3 * tar-mode.el (tar-file-name-handler): New function.
4 (tar-extract): Bind file-name-handler-alist to it to force
5 find-buffer-file-type-coding-system behave as if the file being
6 extracted existed. Use last-coding-system-used to force
7 buffer-file-coding-system to what decode-coding-region actually
8 used to decode the file.
9
1 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change) 10 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2 11
3 * progmodes/compile.el (compilation-handle-exit): 12 * progmodes/compile.el (compilation-handle-exit):
4 `compilation-finish-function' may change the current buffer. 13 `compilation-finish-function' may change the current buffer.
5 14