diff options
| author | Karoly Lorentey | 2004-09-10 13:06:10 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2004-09-10 13:06:10 +0000 |
| commit | fd15a4daca3b32487b751006a5e7be7732fdf9ea (patch) | |
| tree | b53e804e340b981462b1cba73be9a1ccd8667f0e /src/ChangeLog | |
| parent | d8d26438090eae0b8f518ad740ab4b821efdf540 (diff) | |
| parent | cbd5542a3ccf044c601318f288d9b022f53b1de2 (diff) | |
| download | emacs-fd15a4daca3b32487b751006a5e7be7732fdf9ea.tar.gz emacs-fd15a4daca3b32487b751006a5e7be7732fdf9ea.zip | |
Merged in changes from CVS trunk.
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-529
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-530
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-531
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-532
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-533
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-534
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-535
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-536
sync-tree with gnus--rel--5.10
* miles@gnu.org--gnu-2004/gnus--devo--0--patch-2
Add {arch}/=cvs-sync-make-log
* miles@gnu.org--gnu-2004/gnus--rel--5.8--base-0
Import from Gnus CVS branch V5-8
* miles@gnu.org--gnu-2004/gnus--rel--5.8--patch-1
{arch}/=tagging-method: Add CVS and autoconf grot to junk regexp
* miles@gnu.org--gnu-2004/gnus--rel--5.8--patch-2
Use explicit tags for autoconf input files
* miles@gnu.org--gnu-2004/gnus--rel--5.8--patch-3
Remove RCS keywords
* miles@gnu.org--gnu-2004/gnus--rel--5.8--patch-4
Fix copied explicit id-tags
* miles@gnu.org--gnu-2004/gnus--rel--5.8--patch-5
Add {arch}/=cvs-sync-make-log
* miles@gnu.org--gnu-2004/gnus--rel--5.8--patch-6
configure.in: Use ifelse instead of m4_if for arch-tag: comment
* miles@gnu.org--gnu-2004/gnus--rel--5.10--base-0
tag of miles@gnu.org--gnu-2004/gnus--rel--5.8--base-0
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-1
Gnus 5.10, from CVS branch v5-10
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-2
Merge from gnus--rel--5.8
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-3
Use explicit tags for autoconf input files
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-4
sync-tree with gnus--rel--5.8
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-5
Update from CVS
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-6
Merge from gnus--rel--5.8
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-7
Remove RCS keywords
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-8
Merge from gnus--rel--5.8
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-9
Update from CVS
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-10
Add {arch}/=cvs-sync-make-log
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-11
Merge from gnus--rel--5.8
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-12
Update from CVS: make.bat: Fix line endings around arch-tag.
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-13
Update from CVS
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-14
Update from CVS
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-15
Update from CVS
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-16
Update from CVS
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-17
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-242
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 73 |
1 files changed, 62 insertions, 11 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8fd72a29c29..bdc2d2d7e20 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,6 +1,57 @@ | |||
| 1 | 2004-09-09 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (decode_mode_spec): Use current buffer for most purposes. | ||
| 4 | |||
| 5 | 2004-09-08 Richard M. Stallman <rms@gnu.org> | ||
| 6 | |||
| 7 | * window.c (Fset_window_buffer): Doc fix. | ||
| 8 | |||
| 9 | * xdisp.c (Fformat_mode_line): New arg BUFFER says which buffer to use. | ||
| 10 | |||
| 11 | 2004-09-08 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 12 | |||
| 13 | * minibuf.c (history_delete_duplicates): New variable. | ||
| 14 | (read_minibuf): Use it. | ||
| 15 | (syms_of_minibuf): Create the corresponding lisp variable. | ||
| 16 | |||
| 17 | 2004-09-08 Kim F. Storm <storm@cua.dk> | ||
| 18 | |||
| 19 | * xdisp.c (set_cursor_from_row): Also look at 'cursor' property in | ||
| 20 | overlay just before point. | ||
| 21 | |||
| 22 | 2004-09-07 Luc Teirlinck <teirllm@auburn.edu> | ||
| 23 | |||
| 24 | * buffer.h (struct buffer): Add auto_save_file_format field. | ||
| 25 | * buffer.c (reset_buffer, init_buffer_once): Handle | ||
| 26 | auto_save_file_format field. | ||
| 27 | (syms_of_buffer): Add DEFVAR_PER_BUFFER for | ||
| 28 | `buffer-auto-save-file-format'. | ||
| 29 | * fileio.c: Delete declaration for removed Vauto_save_file_format. | ||
| 30 | (build_annotations): Adapt to replacement of | ||
| 31 | `auto-save-file-format' with the new buffer-local variable | ||
| 32 | `buffer-auto-save-file-format'. | ||
| 33 | (syms_of_fileio): Delete DEFVAR_LISP for auto-save-file-format. | ||
| 34 | |||
| 35 | 2004-09-07 Jason Rumney <jasonr@gnu.org> | ||
| 36 | |||
| 37 | * w32term.h (AppendMenuW_Proc): Move declaration from w32menu.c. | ||
| 38 | |||
| 39 | * w32fns.c (w32_wnd_proc) [WM_MEASUREITEM, WM_DRAWITEM]: Handle | ||
| 40 | Unicode menu titles. | ||
| 41 | |||
| 42 | 2004-09-07 Kim F. Storm <storm@cua.dk> | ||
| 43 | |||
| 44 | * xdisp.c (set_cursor_from_row): Fix last change. Only use 'cursor' | ||
| 45 | property from text property or overlay strings at point. | ||
| 46 | |||
| 47 | 2004-09-07 Stefan <monnier@iro.umontreal.ca> | ||
| 48 | |||
| 49 | * xmenu.c (update_submenu_strings): YAILOM. | ||
| 50 | (set_frame_menubar): Make sure last_i is initialized. | ||
| 51 | |||
| 1 | 2004-09-03 Jason Rumney <jasonr@gnu.org> | 52 | 2004-09-03 Jason Rumney <jasonr@gnu.org> |
| 2 | 53 | ||
| 3 | * w32menu.c (_widget_value): Added lname and lkey. | 54 | * w32menu.c (_widget_value): Add lname and lkey. |
| 4 | (digest_single_submenu): Set lname and lkey in widget_value | 55 | (digest_single_submenu): Set lname and lkey in widget_value |
| 5 | instead of name and key. | 56 | instead of name and key. |
| 6 | (update_submenu_strings): New function. | 57 | (update_submenu_strings): New function. |
| @@ -12,7 +63,7 @@ | |||
| 12 | UTF-8 if Unicode API is available. | 63 | UTF-8 if Unicode API is available. |
| 13 | (utf8to16): New function. | 64 | (utf8to16): New function. |
| 14 | (add_menu_item): Use it when calling Unicode API. | 65 | (add_menu_item): Use it when calling Unicode API. |
| 15 | 66 | ||
| 16 | 2004-09-03 Kim F. Storm <storm@cua.dk> | 67 | 2004-09-03 Kim F. Storm <storm@cua.dk> |
| 17 | 68 | ||
| 18 | * xdisp.c (set_cursor_from_row): Look for non-nil `cursor' property | 69 | * xdisp.c (set_cursor_from_row): Look for non-nil `cursor' property |
| @@ -22,14 +73,14 @@ | |||
| 22 | 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 73 | 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 23 | 74 | ||
| 24 | * macfns.c (x_real_positions): Save the current window port and | 75 | * macfns.c (x_real_positions): Save the current window port and |
| 25 | set a new one before obtaining the global coordinate. Use | 76 | set a new one before obtaining the global coordinate. |
| 26 | FRAME_MAC_WINDOW. | 77 | Use FRAME_MAC_WINDOW. |
| 27 | (x_set_name, x_set_title): Encode title to UTF8. Use | 78 | (x_set_name, x_set_title): Encode title to UTF8. |
| 28 | SetWindowTitleWithCFString. | 79 | Use SetWindowTitleWithCFString. |
| 29 | (Fx_server_version): Get correct OS version. | 80 | (Fx_server_version): Get correct OS version. |
| 30 | 81 | ||
| 31 | * macmenu.c (add_menu_item): Remove unused variable `i'. Don't | 82 | * macmenu.c (add_menu_item): Remove unused variable `i'. |
| 32 | let separator items destroy refence constants of other menu items. | 83 | Don't let separator items destroy refence constants of other menu items. |
| 33 | 84 | ||
| 34 | * macterm.c (x_update_end): Move SetPortWindowPort to inside | 85 | * macterm.c (x_update_end): Move SetPortWindowPort to inside |
| 35 | BLOCK_INPUT. | 86 | BLOCK_INPUT. |
| @@ -40,8 +91,8 @@ | |||
| 40 | 91 | ||
| 41 | * s/darwin.h (LIBS_CARBON): New define to specify libraries for | 92 | * s/darwin.h (LIBS_CARBON): New define to specify libraries for |
| 42 | Carbon support. | 93 | Carbon support. |
| 43 | (LD_SWITCH_SYSTEM_TEMACS): Don't link with unused libstdc++. Use | 94 | (LD_SWITCH_SYSTEM_TEMACS): Don't link with unused libstdc++. |
| 44 | LIBS_CARBON. | 95 | Use LIBS_CARBON. |
| 45 | 96 | ||
| 46 | 2004-09-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 97 | 2004-09-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 47 | 98 | ||
| @@ -56,7 +107,7 @@ | |||
| 56 | 107 | ||
| 57 | 2004-08-30 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 108 | 2004-08-30 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 58 | 109 | ||
| 59 | * macmenu.c (_widget_value): Added lname and lkey. | 110 | * macmenu.c (_widget_value): Add lname and lkey. |
| 60 | (single_submenu): Set lname and lkey in widget_value | 111 | (single_submenu): Set lname and lkey in widget_value |
| 61 | instead of name and key. | 112 | instead of name and key. |
| 62 | (update_submenu_strings): New function. | 113 | (update_submenu_strings): New function. |