Mercurial > emacs
comparison src/ChangeLog @ 90988:492971a3f31f unicode-xft-base
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 816-823)
- Update from CVS
- Merge from emacs--rel--22
* emacs--rel--22 (patch 59-69)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 237-238)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-235
author | Miles Bader <miles@gnu.org> |
---|---|
date | Tue, 24 Jul 2007 01:23:55 +0000 |
parents | a1be62cbd32a 38a46faaf8c1 |
children | f55f9811f5d7 |
comparison
equal
deleted
inserted
replaced
90987:b2d8a283f27e | 90988:492971a3f31f |
---|---|
1 2007-07-22 Nick Roberts <nickrob@snap.net.nz> | |
2 | |
3 * xdisp.c (decode_mode_spec): Add case 'R' for to test for | |
4 remote default-directory. | |
5 | |
6 * buffer.c (mode-line-format): Describe above case in doc string. | |
7 | |
8 2007-07-20 Eli Zaretskii <eliz@gnu.org> | |
9 | |
10 * w32proc.c (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32): | |
11 Define if not defined. | |
12 | |
13 2007-07-18 Jason Rumney <jasonr@gnu.org> | |
14 | |
15 * w32proc.c (w32_executable_type): Handle 64 bit executables. | |
16 | |
17 2007-07-18 Richard Stallman <rms@gnu.org> | |
18 | |
19 * data.c (Fsetq_default): Doc fix. | |
20 | |
21 * eval.c (Fsetq): Doc fix. | |
22 | |
23 2007-07-18 Juanma Barranquero <lekktu@gmail.com> | |
24 | |
25 * coding.c (Ffind_operation_coding_system): | |
26 * eval.c (For, Fand): Doc fixes. | |
27 Reported by Johan Bockg,Ae(Brd. | |
28 | |
29 2007-07-18 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | |
30 | |
31 * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame. | |
32 | |
33 * xterm.h: Declare x_ewmh_activate_frame. | |
34 | |
35 * xterm.c (x_ewmh_activate_frame): New function. | |
36 (XTframe_raise_lower): Move code to x_ewmh_activate_frame. | |
37 | |
1 2007-07-17 Martin Rudalics <rudalics@gmx.at> | 38 2007-07-17 Martin Rudalics <rudalics@gmx.at> |
2 | 39 |
3 * window.c (Fdisplay_buffer): If largest or LRU window is the | 40 * window.c (Fdisplay_buffer): If largest or LRU window is the |
4 only window, split it even if it is not eligible for splitting. | 41 only window, split it even if it is not eligible for splitting. |
5 This restores the original behavior broken by the 2007-07-15 | 42 This restores the original behavior broken by the 2007-07-15 |
8095 special-display-buffer-names). | 8132 special-display-buffer-names). |
8096 | 8133 |
8097 2005-09-19 Kim F. Storm <storm@cua.dk> | 8134 2005-09-19 Kim F. Storm <storm@cua.dk> |
8098 | 8135 |
8099 * editfns.c (Fformat): Don't scan past end of format string that | 8136 * editfns.c (Fformat): Don't scan past end of format string that |
8100 ends in %. Reported by: Johan Bockg,Ae(Brd. | 8137 ends in %. Reported by Johan Bockg,Ae(Brd. |
8101 | 8138 |
8102 2005-09-18 Andreas Schwab <schwab@suse.de> | 8139 2005-09-18 Andreas Schwab <schwab@suse.de> |
8103 | 8140 |
8104 * window.h (struct window): Remove height_fixed_p, no longer set. | 8141 * window.h (struct window): Remove height_fixed_p, no longer set. |
8105 | 8142 |