comparison lisp/ChangeLog @ 82140:b98604865ea0

Merge from emacs--rel--22 Patches applied: * emacs--rel--22 (patch 70-73) - Update from CVS 2007-07-25 Glenn Morris <rgm@gnu.org> * Relicense all FSF files to GPLv3 or later. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
author Miles Bader <miles@gnu.org>
date Thu, 26 Jul 2007 05:28:10 +0000
parents baffe86b0c44 8242c904a1aa
children 81c81019e0c6
comparison
equal deleted inserted replaced
82139:fe7fdfee34ac 82140:b98604865ea0
1 2007-07-25 Glenn Morris <rgm@gnu.org>
2
3 * Relicense all FSF files to GPLv3 or later.
4
5 * COPYING: Switch to GPLv3.
6
7 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
8
9 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
10 Replace it with another one which disables undo before calling
11 erase-buffer and then turns it back on if needed.
12
13 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14
15 * ps-print.el: Problem with foreground and background color when
16 printing a buffer with and without faces. Reported by Christian
17 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
18 (ps-print-version): New version 6.7.5.
19 (ps-default-fg): Change default value to nil, so black color is used
20 when a face does not specify a foreground color.
21 (ps-default-bg): Change default value to nil, so white color is used
22 for background color.
23 (ps-begin-job): Fix code.
24
25 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
26
27 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
28
29 2007-07-24 Glenn Morris <rgm@gnu.org>
30
31 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
32 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
33 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
34 (cal-tex-cursor-week, cal-tex-cursor-week2)
35 (cal-tex-cursor-week-iso, cal-tex-week-hours)
36 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
37 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
38 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
39
1 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca> 40 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
2 41
3 * calendar/calendar.el (calendar-mode-map): Move initialization 42 * calendar/calendar.el (calendar-mode-map): Move initialization
4 into declaration. Add menu bindings (used to be done in cal-menu). 43 into declaration. Add menu bindings (used to be done in cal-menu).
5 (calendar-mode): Don't add an activate-menubar-hook. 44 (calendar-mode): Don't add an activate-menubar-hook.
75 Add support for the Maden build tool. 114 Add support for the Maden build tool.
76 115
77 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change) 116 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
78 117
79 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters. 118 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
119
120 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
121
122 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
80 123
81 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu> 124 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
82 125
83 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to 126 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
84 C-x C-q. 127 C-x C-q.
2950 2993
2951 This file is part of GNU Emacs. 2994 This file is part of GNU Emacs.
2952 2995
2953 GNU Emacs is free software; you can redistribute it and/or modify 2996 GNU Emacs is free software; you can redistribute it and/or modify
2954 it under the terms of the GNU General Public License as published by 2997 it under the terms of the GNU General Public License as published by
2955 the Free Software Foundation; either version 2, or (at your option) 2998 the Free Software Foundation; either version 3, or (at your option)
2956 any later version. 2999 any later version.
2957 3000
2958 GNU Emacs is distributed in the hope that it will be useful, 3001 GNU Emacs is distributed in the hope that it will be useful,
2959 but WITHOUT ANY WARRANTY; without even the implied warranty of 3002 but WITHOUT ANY WARRANTY; without even the implied warranty of
2960 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 3003 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the