comparison lisp/ChangeLog @ 57531:5fa8dc9548ec

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Sat, 16 Oct 2004 18:38:36 +0000
parents 6ef9b12e5d13
children 53338d8522cb
comparison
equal deleted inserted replaced
57530:2aec2ccb618b 57531:5fa8dc9548ec
1 2004-10-16 Juri Linkov <juri@jurta.org>
2
3 * progmodes/compile.el (compilation-start): Move let-binding of
4 `process-environment' into `with-current-buffer' body.
5 Reported by Matt Hodges <MPHodges@member.fsf.org>.
6
1 2004-10-16 Richard M. Stallman <rms@gnu.org> 7 2004-10-16 Richard M. Stallman <rms@gnu.org>
2 8
3 * pcvs-util.el (cvs-bury-buffer): 9 * pcvs-util.el (cvs-bury-buffer):
4 Don't call get-buffer-window for effect. 10 Don't call get-buffer-window for effect.
5 11
269 * calendar/icalendar.el: New file. 275 * calendar/icalendar.el: New file.
270 276
271 2004-10-05 Juri Linkov <juri@jurta.org> 277 2004-10-05 Juri Linkov <juri@jurta.org>
272 278
273 * isearch.el (isearch-done): Set mark after running hook. 279 * isearch.el (isearch-done): Set mark after running hook.
274 Suggested by Drew Adams <drew.adams@oracle.com>. 280 Reported by Drew Adams <drew.adams@oracle.com>.
275 281
276 * info.el (Info-history, Info-toc): Fix Info headers. 282 * info.el (Info-history, Info-toc): Fix Info headers.
277 (Info-toc): Narrow buffer before Info-fontify-node. 283 (Info-toc): Narrow buffer before Info-fontify-node.
278 (Info-build-toc): Don't check for special Info file names. 284 (Info-build-toc): Don't check for special Info file names.
279 Set main-file to nil if Info-find-file returns a symbol. 285 Set main-file to nil if Info-find-file returns a symbol.