Mercurial > emacs
comparison src/ChangeLog @ 83648:65663fcd2caa
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
| author | Miles Bader <miles@gnu.org> |
|---|---|
| date | Tue, 31 Jul 2007 05:50:45 +0000 |
| parents | fd5b4a865d1d 1cd1038e9e5d |
| children | b210fca2fe6e |
comparison
equal
deleted
inserted
replaced
| 83647:3468e549a55b | 83648:65663fcd2caa |
|---|---|
| 1 2007-07-30 Katsumi Yamaoka <yamaoka@jpl.org> | |
| 2 | |
| 3 * puresize.h (BASE_PURESIZE): Increase to 1130000. | |
| 4 | |
| 5 2007-07-30 Richard Stallman <rms@gnu.org> | |
| 6 | |
| 7 * lread.c (readevalloop, read1): Treat NBSP as whitespace. | |
| 8 | |
| 9 2007-07-29 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | |
| 10 | |
| 11 * gmalloc.c (__malloc_initialize): Remove pthread_once. Not needed. | |
| 12 | |
| 13 2007-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 | |
| 20 2007-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 | |
| 43 2007-07-25 Glenn Morris <rgm@gnu.org> | |
| 44 | |
| 45 * Relicense all FSF files to GPLv3 or later. | |
| 46 | |
| 47 * COPYING: Switch to GPLv3. | |
| 48 | |
| 49 2007-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 | |
| 59 2007-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 | |
| 64 2007-07-23 Jason Rumney <jasonr@gnu.org> | |
| 65 | |
| 66 * filelock.c (current_lock_owner): Allow for @ sign in username. | |
| 67 | |
| 1 2007-07-22 Nick Roberts <nickrob@snap.net.nz> | 68 2007-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 |
| 4 remote default-directory. | 71 remote default-directory. |
| 5 | 72 |
| 28714 | 28781 |
| 28715 This file is part of GNU Emacs. | 28782 This file is part of GNU Emacs. |
| 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, |
| 28723 but WITHOUT ANY WARRANTY; without even the implied warranty of | 28790 but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 28724 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 28791 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
