comparison lisp/ChangeLog @ 55989:ec25f3ebecc4

*** empty log message ***
author Daniel Pfeiffer <occitan@esperanto.org>
date Tue, 08 Jun 2004 21:34:18 +0000
parents ca5f0b9c97fe
children 4022b156f4ef
comparison
equal deleted inserted replaced
55988:2809c96660f4 55989:ec25f3ebecc4
1 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
2
3 * progmodes/compile.el (compilation-set-window-height): Rearrange
4 the save-* functions because a buffer can have several current
5 point in different windows.
6 (compilation-error-regexp-alist-alist): Recognize {standard input}
7 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
8
1 2004-06-08 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 9 2004-06-08 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 10
3 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm 11 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
4 * toolbar/help-locol.xpm, toolbar/home-locol.xpm 12 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
5 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm 13 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
9 * toolbar/right_arrow-locol.xpm toolbar/save-locol.xpm 17 * toolbar/right_arrow-locol.xpm toolbar/save-locol.xpm
10 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm 18 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
11 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm 19 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
12 * toolbar/up_arrow-locol.xpm: 20 * toolbar/up_arrow-locol.xpm:
13 New versions of icons that uses fewer colors. 21 New versions of icons that uses fewer colors.
14 22
15 * toolbar/tool-bar.el (tool-bar-local-item) 23 * toolbar/tool-bar.el (tool-bar-local-item)
16 (tool-bar-local-item-from-menu): Try to use icons with fewer colors 24 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
17 if display-color-cells is 256 or less. 25 if display-color-cells is 256 or less.
18 26
19 2004-06-08 Kim F. Storm <storm@cua.dk> 27 2004-06-08 Kim F. Storm <storm@cua.dk>