Mercurial > emacs
comparison src/ChangeLog @ 83629:4c726a40604c
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 771-780)
- Update from CVS
- Merge from emacs--rel--22
- Merge from emacs--rel--22, gnus--rel--5.10
- Fix tq.el edge case
* emacs--rel--22 (patch 26-32)
- Update from CVS
- lisp/vc-hooks.el (vc-find-root): Fix file attribute test
* gnus--rel--5.10 (patch 224-225)
- Merge from emacs--devo--0, emacs--rel--22
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-18
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 30 May 2007 14:44:47 +0000 |
parents | 422451dd396a b4da44959c38 |
children | cc587bfd19ca |
comparison
equal
deleted
inserted
replaced
83628:7a881fda2c3a | 83629:4c726a40604c |
---|---|
1 2007-05-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
2 | |
3 * xdisp.c (redisplay_internal): Bind inhibit-point-motion-hooks to t | |
4 around current_column call. | |
5 | |
6 2007-05-26 Dan Nicolaescu <dann@ics.uci.edu> | |
7 | |
8 * xfaces.c (syms_of_xfaces): Delete stray semicolon. | |
9 * xdisp.c (next_element_from_buffer): | |
10 * window.c (delete_window): | |
11 * term.c (term_mouse_highlight): | |
12 * msdos.c (getdefdir): | |
13 * macterm.c (mac_create_bitmap_from_bitmap_data) | |
14 (init_font_name_table): | |
15 * fns.c (Fsxhash): | |
16 * data.c (Fmake_local_variable): | |
17 * ccl.c (ccl_driver): Likewise. | |
18 | |
1 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 19 2007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
2 | 20 |
3 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event): | 21 * macterm.c [USE_CARBON_EVENTS] (mac_handle_window_event): |
4 Call mac_wakeup_from_rne on window size change. | 22 Call mac_wakeup_from_rne on window size change. |
23 | |
24 2007-05-25 Chong Yidong <cyd@stupidchicken.com> | |
25 | |
26 * image.c (uncache_image): Fix typo. | |
5 | 27 |
6 2007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change) | 28 2007-05-23 Johannes Weiner <hannes@saeurebad.de> (tiny change) |
7 | 29 |
8 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too. | 30 * keyboard.c (make_lispy_movement): Condition on HAVE_GPM too. |
9 | 31 |