diff options
| author | Karoly Lorentey | 2006-03-04 23:07:13 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2006-03-04 23:07:13 +0000 |
| commit | 00bc10dab1f80e3fcf1b8e67dd7618c32ae3926d (patch) | |
| tree | 875ed4fe8e87a4a52d5ea46140b3c70487847c81 /src/ChangeLog | |
| parent | bdf36482bbea390390ae7ab1461b14b807c4fb1f (diff) | |
| parent | 5e9edb94b78ef77981213fca9319d591c7362855 (diff) | |
| download | emacs-00bc10dab1f80e3fcf1b8e67dd7618c32ae3926d.tar.gz emacs-00bc10dab1f80e3fcf1b8e67dd7618c32ae3926d.zip | |
Merged from emacs@sv.gnu.org
Patches applied:
* emacs@sv.gnu.org/emacs--devo--0--patch-128
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-129
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-130
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-131
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-132
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-133
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-134
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/emacs--devo--0--patch-135
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-43
Munge arch explicit ids in etc/images to match Emacs
* emacs@sv.gnu.org/gnus--rel--5.10--patch-44
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-45
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-46
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-47
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-48
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-524
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 79db6d09d0b..11fe6f910e4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,39 @@ | |||
| 1 | 2006-03-02 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * frame.h (struct frame): New member n_tool_bar_rows. | ||
| 4 | |||
| 5 | * xdisp.c: Minimize the unpleasent visual impact of the requirement | ||
| 6 | that non-toolkit tool-bars must occupy an integral number of screen | ||
| 7 | lines, by distributing the rows evenly over the tool-bar screen area. | ||
| 8 | (Vtool_bar_border): New variable. | ||
| 9 | (syms_of_xdisp): DEFVAR_LISP it. | ||
| 10 | (display_tool_bar_line): Add HEIGHT arg for desired row height. Make | ||
| 11 | tool-bar row the desired height. Use default face for border below | ||
| 12 | tool-bar. | ||
| 13 | (tool_bar_lines_needed): Add N_ROWS arg. Use it to return number of | ||
| 14 | actual tool-bar rows. | ||
| 15 | (redisplay_tool_bar): Calculate f->n_tool_bar_rows initially. | ||
| 16 | Adjust the height of the tool-bar rows to fill tool-bar screen area. | ||
| 17 | (redisplay_tool_bar): Calculate f->n_tool_bar_rows when tool-bar area | ||
| 18 | is resized. | ||
| 19 | |||
| 20 | 2006-03-01 Luc Teirlinck <teirllm@auburn.edu> | ||
| 21 | |||
| 22 | * search.c (Fregexp_quote): Do not precede a literal `]' with two | ||
| 23 | backslashes to try to make clear that it has a literal meaning; it | ||
| 24 | does not do that. (It could close a character alternative | ||
| 25 | containing a backslash.) | ||
| 26 | |||
| 27 | 2006-02-28 Chong Yidong <cyd@stupidchicken.com> | ||
| 28 | |||
| 29 | * xselect.c (x_catch_errors_unwind): New function. | ||
| 30 | (x_reply_selection_request): Put x_uncatch_errors in an unwind. | ||
| 31 | (Fx_get_atom_name): Call x_uncatch_errors earlier. | ||
| 32 | |||
| 33 | * window.c (Qscroll_up, Qscroll_down): New syms. | ||
| 34 | (window_scroll_pixel_based): Make preserve_y static to avoid | ||
| 35 | getting point stuck when scrolling 1 line. | ||
| 36 | |||
| 1 | 2006-02-26 Chong Yidong <cyd@stupidchicken.com> | 37 | 2006-02-26 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 38 | ||
| 3 | * xterm.h, xterm.c (x_uncatch_errors): Delete unneccessary | 39 | * xterm.h, xterm.c (x_uncatch_errors): Delete unneccessary |