aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2007-07-31 05:50:45 +0000
committerMiles Bader2007-07-31 05:50:45 +0000
commit9899d01a0ccec166e04caa60657a44e614be50cd (patch)
tree6f7874938065fd9808765059213ff7a94ab3268b /src/ChangeLog
parent96157d113ae5828cc280488211610db1960d572c (diff)
parent2f12b713116a4e15b4744fc78d5f0dbb57fcd1ca (diff)
downloademacs-9899d01a0ccec166e04caa60657a44e614be50cd.tar.gz
emacs-9899d01a0ccec166e04caa60657a44e614be50cd.zip
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 824-838) - Update from CVS - Merge from emacs--rel--22 - Remove lisp/erc/erc-nicklist.el - Update some .arch-inventory files - Fix void function definition error in cus-edit.el - Restore lisp/emacs-lisp/cl-loaddefs.el * emacs--rel--22 (patch 70-83) - Update from CVS - Remove lisp/erc/erc-nicklist.el - Update some .arch-inventory files - Indicate that emacs--devo--0--patch-834 does not need to be applied - Merge from gnus--rel--5.10 - Restore lisp/emacs-lisp/cl-loaddefs.el * gnus--rel--5.10 (patch 239-241) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-28
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog69
1 files changed, 68 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ac6b24aaffa..b8054295979 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,70 @@
12007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * puresize.h (BASE_PURESIZE): Increase to 1130000.
4
52007-07-30 Richard Stallman <rms@gnu.org>
6
7 * lread.c (readevalloop, read1): Treat NBSP as whitespace.
8
92007-07-29 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
10
11 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed.
12
132007-07-28 Nick Roberts <nickrob@snap.net.nz>
14
15 * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
16 remote default-directory.
17
18 * buffer.c (mode-line-format): Update doc string.
19
202007-07-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21
22 * w32term.c (w32_draw_fringe_bitmap): Extend fringe background to
23 scroll bar gap.
24 (x_scroll_bar_create): Set bar->fringe_extended_p.
25 (w32_set_vertical_scroll_bar): Put leftmost/rightmost scroll bars
26 on frame edge. Check fringe background extension. Don't clear
27 extended fringe background area.
28
29 * w32term.h (struct scroll_bar): New member fringe_extended_p.
30 (w32_fill_area): Enclose multiple statements with do ... while (0).
31
32 * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:
33 Extend fringe background to scroll bar gap.
34 (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]:
35 Set bar->fringe_extended_p.
36 (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
37 Put leftmost/rightmost scroll bars on frame edge. Check fringe
38 background extension. Don't clear extended fringe background area.
39
40 * xterm.h (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
41 New member fringe_extended_p.
42
432007-07-25 Glenn Morris <rgm@gnu.org>
44
45 * Relicense all FSF files to GPLv3 or later.
46
47 * COPYING: Switch to GPLv3.
48
492007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
50
51 * eval.c (Fcommandp): Pay attention to the `interactive-form' property.
52
53 * data.c (Finteractive_form): Check for the presence of an
54 `interactive-form' symbol property more thoroughly.
55
56 * data.c (Finteractive_form): Use an `interactive-form' property if
57 present, analogous to the function-documentation property.
58
592007-07-24 Jason Rumney <jasonr@gnu.org>
60
61 * w32fns.c (x_real_positions): Get real position from OS instead of
62 calculating it.
63
642007-07-23 Jason Rumney <jasonr@gnu.org>
65
66 * filelock.c (current_lock_owner): Allow for @ sign in username.
67
12007-07-22 Nick Roberts <nickrob@snap.net.nz> 682007-07-22 Nick Roberts <nickrob@snap.net.nz>
2 69
3 * xdisp.c (decode_mode_spec): Add case 'R' for to test for 70 * xdisp.c (decode_mode_spec): Add case 'R' for to test for
@@ -28716,7 +28783,7 @@ See ChangeLog.9 for earlier changes.
28716 28783
28717 GNU Emacs is free software; you can redistribute it and/or modify 28784 GNU Emacs is free software; you can redistribute it and/or modify
28718 it under the terms of the GNU General Public License as published by 28785 it under the terms of the GNU General Public License as published by
28719 the Free Software Foundation; either version 2, or (at your option) 28786 the Free Software Foundation; either version 3, or (at your option)
28720 any later version. 28787 any later version.
28721 28788
28722 GNU Emacs is distributed in the hope that it will be useful, 28789 GNU Emacs is distributed in the hope that it will be useful,