Mercurial > emacs
annotate admin/FOR-RELEASE @ 80390:59863894d837
Replace MenuHandle and GetMenuHandle with MenuRef and
GetMenuRef, respectively. Replace WindowPtr with WindowRef.
Replace ControlHandle with ControlRef.
[!TARGET_API_MAC_CARBON]: Include Quickdraw.h instead of QuickDraw.h.
(install_menu_quit_handler): Rename arg MENU_HANDLE to ROOT_MENU.
[TARGET_API_MAC_CARBON] (menu_target_item_handler): Don't call next
handler. Return immediately unless popup is activated.
[TARGET_API_MAC_CARBON] (install_menu_target_item_handler):
Remove argument. Install handler to application.
(set_frame_menubar): Don't change deep_p.
(mac_menu_show): Use FRAME_OUTER_TO_INNER_DIFF_X and
FRAME_OUTER_TO_INNER_DIFF_Y.
(DIALOG_BUTTON_COMMAND_ID_OFFSET, DIALOG_BUTTON_COMMAND_ID_P)
(DIALOG_BUTTON_COMMAND_ID_VALUE, DIALOG_BUTTON_MAKE_COMMAND_ID)
[HAVE_DIALOGS]: New macros.
[HAVE_DIALOGS] (mac_handle_dialog_event, create_and_show_dialog):
Use them.
(fill_menu) [TARGET_API_MAC_CARBON]: Use SetMenuItemHierarchicalMenu.
(fill_menubar) [TARGET_API_MAC_CARBON]: Use CFString.
(mac_dialog_modal_filter, Fx_popup_dialog) [MAC_OSX]: Put special
treatment for Fmessage_box, Fyes_or_no_p, and Fy_or_n_p in #if 0
as it is not compatible with y-or-n-p-with-timeout.
(timer_check) [TARGET_API_MAC_CARBON]: Add extern.
[TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Use QuitEventLoop
instead of QuitAppModalLoopForWindow. Consolidate QuitEventLoop calls.
(pop_down_dialog) [TARGET_API_MAC_CARBON]: New function.
[TARGET_API_MAC_CARBON] (create_and_show_dialog): Use it for unwind.
Run timers during dialog popup.
(Fmenu_or_popup_active_p) [TARGET_API_MAC_CARBON]: Use popup_activated.
(quit_dialog_event_loop) [TARGET_API_MAC_CARBON]: New variable.
[TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
event loop should be quit.
[TARGET_API_MAC_CARBON] (create_and_show_dialog): Quit dialog event loop
if quit_dialog_event_loop is set.
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Sat, 29 Mar 2008 00:46:21 +0000 |
parents | 5c6cac0c06b4 |
children | 6bbbf0530dfd |
rev | line source |
---|---|
56253
5eca32ea0d37
Moved FOR-RELEASE from etc/ to admin/.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
1 Tasks needed before the next release. |
5eca32ea0d37
Moved FOR-RELEASE from etc/ to admin/.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
2 |
72523
85d27b00d6b0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
72444
diff
changeset
|
3 * WINDOWS SUPPORT BUGS. |
76426 | 4 |
76429
707af9424308
Bit late for pre-pretest comment...
Glenn Morris <rgm@gnu.org>
parents:
76428
diff
changeset
|
5 These don't need to be fixed before a release, but we call the |
72523
85d27b00d6b0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
72444
diff
changeset
|
6 attention of Windows users to fixing them. |
58282
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
7 |
72659
7817efe2e430
ispell.el problem is a Windows-only bug (if it exists).
Chong Yidong <cyd@stupidchicken.com>
parents:
72657
diff
changeset
|
8 ** henman@it.to-be.co.jp 09 Aug 2006: ispell.el problem on Cygwin. |
7817efe2e430
ispell.el problem is a Windows-only bug (if it exists).
Chong Yidong <cyd@stupidchicken.com>
parents:
72657
diff
changeset
|
9 (Did we decide that is unreproducible?) |
7817efe2e430
ispell.el problem is a Windows-only bug (if it exists).
Chong Yidong <cyd@stupidchicken.com>
parents:
72657
diff
changeset
|
10 |
78912 | 11 * BUGS WAITING FOR MORE USER INPUT |
12 | |
13 ** undefined reference getopt_long | |
14 Report by Daniel C. Bastos <dbast0s@yahoo.com.br> on bug-gnu-emacs | |
15 from 2007-08-27. Impossible to procede without more input from OP (as | |
16 of 20070912, emails are bouncing) or someone else who can reproduce this. | |
17 http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg01497.html | |
18 | |
78967 | 19 ** emacs-22.1 with GTK problems (with patches) |
20 Only outstanding issue seems to be whether Solaris 2.6 GTK can be | |
21 supported in the absence of recursive mutexes, via a change to | |
22 alloc.c, or whether configure should abort. | |
23 http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-09/msg00055.html | |
24 | |
72523
85d27b00d6b0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
72444
diff
changeset
|
25 * BUGS |
85d27b00d6b0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
72444
diff
changeset
|
26 |
80180
1c2ce4ba404b
Remove some Emacs 22.1 release items, and update bug list.
Chong Yidong <cyd@stupidchicken.com>
parents:
80124
diff
changeset
|
27 * Bugs and feature requests for 22.3 or later |
1c2ce4ba404b
Remove some Emacs 22.1 release items, and update bug list.
Chong Yidong <cyd@stupidchicken.com>
parents:
80124
diff
changeset
|
28 |
1c2ce4ba404b
Remove some Emacs 22.1 release items, and update bug list.
Chong Yidong <cyd@stupidchicken.com>
parents:
80124
diff
changeset
|
29 ** python.el changes by Dave Love? |
1c2ce4ba404b
Remove some Emacs 22.1 release items, and update bug list.
Chong Yidong <cyd@stupidchicken.com>
parents:
80124
diff
changeset
|
30 |
1c2ce4ba404b
Remove some Emacs 22.1 release items, and update bug list.
Chong Yidong <cyd@stupidchicken.com>
parents:
80124
diff
changeset
|
31 ** etags support for php5 |
1c2ce4ba404b
Remove some Emacs 22.1 release items, and update bug list.
Chong Yidong <cyd@stupidchicken.com>
parents:
80124
diff
changeset
|
32 http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-09/msg00131.html |
1c2ce4ba404b
Remove some Emacs 22.1 release items, and update bug list.
Chong Yidong <cyd@stupidchicken.com>
parents:
80124
diff
changeset
|
33 |
1c2ce4ba404b
Remove some Emacs 22.1 release items, and update bug list.
Chong Yidong <cyd@stupidchicken.com>
parents:
80124
diff
changeset
|
34 ** Etags completion problem for local tags table |
1c2ce4ba404b
Remove some Emacs 22.1 release items, and update bug list.
Chong Yidong <cyd@stupidchicken.com>
parents:
80124
diff
changeset
|
35 http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-02/msg00103.html |
1c2ce4ba404b
Remove some Emacs 22.1 release items, and update bug list.
Chong Yidong <cyd@stupidchicken.com>
parents:
80124
diff
changeset
|
36 |
1c2ce4ba404b
Remove some Emacs 22.1 release items, and update bug list.
Chong Yidong <cyd@stupidchicken.com>
parents:
80124
diff
changeset
|
37 ** M-x grep significantly slower in emacs 22 (compared to emacs 21) |
1c2ce4ba404b
Remove some Emacs 22.1 release items, and update bug list.
Chong Yidong <cyd@stupidchicken.com>
parents:
80124
diff
changeset
|
38 http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-09/msg00155.html |
1c2ce4ba404b
Remove some Emacs 22.1 release items, and update bug list.
Chong Yidong <cyd@stupidchicken.com>
parents:
80124
diff
changeset
|
39 |
1c2ce4ba404b
Remove some Emacs 22.1 release items, and update bug list.
Chong Yidong <cyd@stupidchicken.com>
parents:
80124
diff
changeset
|
40 ** Emacs CVS: find-file.el - Line up all columns in output |
1c2ce4ba404b
Remove some Emacs 22.1 release items, and update bug list.
Chong Yidong <cyd@stupidchicken.com>
parents:
80124
diff
changeset
|
41 http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-10/msg00039.html |
80181
7e99c7b33e67
Some comments on previous change. A couple of things are already
Glenn Morris <rgm@gnu.org>
parents:
80180
diff
changeset
|
42 Do we need papers for Jari Aalto? [no, we have them already] |
80180
1c2ce4ba404b
Remove some Emacs 22.1 release items, and update bug list.
Chong Yidong <cyd@stupidchicken.com>
parents:
80124
diff
changeset
|
43 |
1c2ce4ba404b
Remove some Emacs 22.1 release items, and update bug list.
Chong Yidong <cyd@stupidchicken.com>
parents:
80124
diff
changeset
|
44 ** emacs crashs when remote x-windows closes after make-frame-on-display |
1c2ce4ba404b
Remove some Emacs 22.1 release items, and update bug list.
Chong Yidong <cyd@stupidchicken.com>
parents:
80124
diff
changeset
|
45 even when other frame was closed due to assertion in xcd_xlib.c |
1c2ce4ba404b
Remove some Emacs 22.1 release items, and update bug list.
Chong Yidong <cyd@stupidchicken.com>
parents:
80124
diff
changeset
|
46 http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-10/msg00082.html |
1c2ce4ba404b
Remove some Emacs 22.1 release items, and update bug list.
Chong Yidong <cyd@stupidchicken.com>
parents:
80124
diff
changeset
|
47 |
1c2ce4ba404b
Remove some Emacs 22.1 release items, and update bug list.
Chong Yidong <cyd@stupidchicken.com>
parents:
80124
diff
changeset
|
48 ** outline does not change heading line endings |
1c2ce4ba404b
Remove some Emacs 22.1 release items, and update bug list.
Chong Yidong <cyd@stupidchicken.com>
parents:
80124
diff
changeset
|
49 http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-10/msg00175.html |
1c2ce4ba404b
Remove some Emacs 22.1 release items, and update bug list.
Chong Yidong <cyd@stupidchicken.com>
parents:
80124
diff
changeset
|
50 If this feature might be easy to implement and safe, we can add it to |
1c2ce4ba404b
Remove some Emacs 22.1 release items, and update bug list.
Chong Yidong <cyd@stupidchicken.com>
parents:
80124
diff
changeset
|
51 Emacs 22 at some point. |
1c2ce4ba404b
Remove some Emacs 22.1 release items, and update bug list.
Chong Yidong <cyd@stupidchicken.com>
parents:
80124
diff
changeset
|
52 |
1c2ce4ba404b
Remove some Emacs 22.1 release items, and update bug list.
Chong Yidong <cyd@stupidchicken.com>
parents:
80124
diff
changeset
|
53 ** mouse-2 and calc-yank |
1c2ce4ba404b
Remove some Emacs 22.1 release items, and update bug list.
Chong Yidong <cyd@stupidchicken.com>
parents:
80124
diff
changeset
|
54 http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-12/msg00048.html |
1c2ce4ba404b
Remove some Emacs 22.1 release items, and update bug list.
Chong Yidong <cyd@stupidchicken.com>
parents:
80124
diff
changeset
|
55 |
1c2ce4ba404b
Remove some Emacs 22.1 release items, and update bug list.
Chong Yidong <cyd@stupidchicken.com>
parents:
80124
diff
changeset
|
56 ** query-replace / longlines / C-o |
1c2ce4ba404b
Remove some Emacs 22.1 release items, and update bug list.
Chong Yidong <cyd@stupidchicken.com>
parents:
80124
diff
changeset
|
57 http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-12/msg00073.html |
1c2ce4ba404b
Remove some Emacs 22.1 release items, and update bug list.
Chong Yidong <cyd@stupidchicken.com>
parents:
80124
diff
changeset
|
58 |
1c2ce4ba404b
Remove some Emacs 22.1 release items, and update bug list.
Chong Yidong <cyd@stupidchicken.com>
parents:
80124
diff
changeset
|
59 ** don't require path hints for *shell* |
1c2ce4ba404b
Remove some Emacs 22.1 release items, and update bug list.
Chong Yidong <cyd@stupidchicken.com>
parents:
80124
diff
changeset
|
60 http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-01/msg00046.html |
1c2ce4ba404b
Remove some Emacs 22.1 release items, and update bug list.
Chong Yidong <cyd@stupidchicken.com>
parents:
80124
diff
changeset
|
61 |
1c2ce4ba404b
Remove some Emacs 22.1 release items, and update bug list.
Chong Yidong <cyd@stupidchicken.com>
parents:
80124
diff
changeset
|
62 ** Two display bugs involving interactions between after-string and |
1c2ce4ba404b
Remove some Emacs 22.1 release items, and update bug list.
Chong Yidong <cyd@stupidchicken.com>
parents:
80124
diff
changeset
|
63 display properties of adjacent overlays |
1c2ce4ba404b
Remove some Emacs 22.1 release items, and update bug list.
Chong Yidong <cyd@stupidchicken.com>
parents:
80124
diff
changeset
|
64 http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-10/msg00119.html |
80249
4e86767e8114
** Two display bugs involving interactions between after-string and
Chong Yidong <cyd@stupidchicken.com>
parents:
80233
diff
changeset
|
65 First bug is fixed in trunk: 2008-02-29 checkin to xdisp.c by cyd. |
80180
1c2ce4ba404b
Remove some Emacs 22.1 release items, and update bug list.
Chong Yidong <cyd@stupidchicken.com>
parents:
80124
diff
changeset
|
66 |
1c2ce4ba404b
Remove some Emacs 22.1 release items, and update bug list.
Chong Yidong <cyd@stupidchicken.com>
parents:
80124
diff
changeset
|
67 ** overlay face property not used for after-string property |
1c2ce4ba404b
Remove some Emacs 22.1 release items, and update bug list.
Chong Yidong <cyd@stupidchicken.com>
parents:
80124
diff
changeset
|
68 http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-10/msg00124.html |
80105
38913bb6c511
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
80096
diff
changeset
|
69 |
80185
293d343d7e9b
** Should dired-do-search bind tags-loop-revert-buffers automatically?
Chong Yidong <cyd@stupidchicken.com>
parents:
80184
diff
changeset
|
70 ** Should dired-do-search bind tags-loop-revert-buffers automatically? |
293d343d7e9b
** Should dired-do-search bind tags-loop-revert-buffers automatically?
Chong Yidong <cyd@stupidchicken.com>
parents:
80184
diff
changeset
|
71 http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg00059.html |
293d343d7e9b
** Should dired-do-search bind tags-loop-revert-buffers automatically?
Chong Yidong <cyd@stupidchicken.com>
parents:
80184
diff
changeset
|
72 |
80186
7d91a8eeeef3
** Backport find-function-search-for-symbol change to try `.emacs'
Chong Yidong <cyd@stupidchicken.com>
parents:
80185
diff
changeset
|
73 ** Backport find-function-search-for-symbol change to try `.emacs' |
7d91a8eeeef3
** Backport find-function-search-for-symbol change to try `.emacs'
Chong Yidong <cyd@stupidchicken.com>
parents:
80185
diff
changeset
|
74 Fix is already in the trunk, and can wait till after 22.2. |
7d91a8eeeef3
** Backport find-function-search-for-symbol change to try `.emacs'
Chong Yidong <cyd@stupidchicken.com>
parents:
80185
diff
changeset
|
75 http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-01/msg00147.html |
7d91a8eeeef3
** Backport find-function-search-for-symbol change to try `.emacs'
Chong Yidong <cyd@stupidchicken.com>
parents:
80185
diff
changeset
|
76 |
80187
b8b74c5e158f
** Auto-Save bug when file/directory no longer exists
Chong Yidong <cyd@stupidchicken.com>
parents:
80186
diff
changeset
|
77 ** Auto-Save bug when file/directory no longer exists |
b8b74c5e158f
** Auto-Save bug when file/directory no longer exists
Chong Yidong <cyd@stupidchicken.com>
parents:
80186
diff
changeset
|
78 http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-11/msg00058.html |
b8b74c5e158f
** Auto-Save bug when file/directory no longer exists
Chong Yidong <cyd@stupidchicken.com>
parents:
80186
diff
changeset
|
79 Fix is already in the trunk, and can wait till after 22.2. |
b8b74c5e158f
** Auto-Save bug when file/directory no longer exists
Chong Yidong <cyd@stupidchicken.com>
parents:
80186
diff
changeset
|
80 2008-02-23 change to fileio.c by cyd. |
b8b74c5e158f
** Auto-Save bug when file/directory no longer exists
Chong Yidong <cyd@stupidchicken.com>
parents:
80186
diff
changeset
|
81 |
80208
698ec2860078
** Bug in url-get-authentication
Chong Yidong <cyd@stupidchicken.com>
parents:
80205
diff
changeset
|
82 ** Bug in url-get-authentication |
698ec2860078
** Bug in url-get-authentication
Chong Yidong <cyd@stupidchicken.com>
parents:
80205
diff
changeset
|
83 http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-12/msg00058.html |
698ec2860078
** Bug in url-get-authentication
Chong Yidong <cyd@stupidchicken.com>
parents:
80205
diff
changeset
|
84 Fix is already in the trunk. |
698ec2860078
** Bug in url-get-authentication
Chong Yidong <cyd@stupidchicken.com>
parents:
80205
diff
changeset
|
85 2008-01-29 change to url-auth.el by John Wiegley. |
698ec2860078
** Bug in url-get-authentication
Chong Yidong <cyd@stupidchicken.com>
parents:
80205
diff
changeset
|
86 |
80253
116e3de85304
** Shell-script indenting of &&, | (patch available)
Chong Yidong <cyd@stupidchicken.com>
parents:
80249
diff
changeset
|
87 ** Shell-script indenting of &&, | |
116e3de85304
** Shell-script indenting of &&, | (patch available)
Chong Yidong <cyd@stupidchicken.com>
parents:
80249
diff
changeset
|
88 Patch here: |
116e3de85304
** Shell-script indenting of &&, | (patch available)
Chong Yidong <cyd@stupidchicken.com>
parents:
80249
diff
changeset
|
89 http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg02814.html |
116e3de85304
** Shell-script indenting of &&, | (patch available)
Chong Yidong <cyd@stupidchicken.com>
parents:
80249
diff
changeset
|
90 http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg02939.html |
116e3de85304
** Shell-script indenting of &&, | (patch available)
Chong Yidong <cyd@stupidchicken.com>
parents:
80249
diff
changeset
|
91 |
80282
b4445f71b579
** Bug in etags ".." code
Chong Yidong <cyd@stupidchicken.com>
parents:
80253
diff
changeset
|
92 ** Bug in etags ".." code |
b4445f71b579
** Bug in etags ".." code
Chong Yidong <cyd@stupidchicken.com>
parents:
80253
diff
changeset
|
93 Patch available at |
b4445f71b579
** Bug in etags ".." code
Chong Yidong <cyd@stupidchicken.com>
parents:
80253
diff
changeset
|
94 http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-03/msg00014.html |
b4445f71b579
** Bug in etags ".." code
Chong Yidong <cyd@stupidchicken.com>
parents:
80253
diff
changeset
|
95 |
80300
c061bfc5f63c
** slow editing in .h files
Chong Yidong <cyd@stupidchicken.com>
parents:
80282
diff
changeset
|
96 ** slow editing in .h files |
c061bfc5f63c
** slow editing in .h files
Chong Yidong <cyd@stupidchicken.com>
parents:
80282
diff
changeset
|
97 Patch available at |
c061bfc5f63c
** slow editing in .h files
Chong Yidong <cyd@stupidchicken.com>
parents:
80282
diff
changeset
|
98 http://lists.gnu.org/archive/html/emacs-devel/2008-03/msg00658.html |
c061bfc5f63c
** slow editing in .h files
Chong Yidong <cyd@stupidchicken.com>
parents:
80282
diff
changeset
|
99 |
80306
825be512e2e6
(WINDOWS SUPPORT BUGS): Add two issues.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
80300
diff
changeset
|
100 * WINDOWS SUPPORT BUGS (for 22.3 or later). |
825be512e2e6
(WINDOWS SUPPORT BUGS): Add two issues.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
80300
diff
changeset
|
101 |
825be512e2e6
(WINDOWS SUPPORT BUGS): Add two issues.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
80300
diff
changeset
|
102 ** Description in the "Open with..." dialog should tell about the purpose |
825be512e2e6
(WINDOWS SUPPORT BUGS): Add two issues.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
80300
diff
changeset
|
103 of the binary (or at least display name of the executable). |
825be512e2e6
(WINDOWS SUPPORT BUGS): Add two issues.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
80300
diff
changeset
|
104 http://thread.gmane.org/v9myprs3u4.fsf@marauder.physik.uni-ulm.de |
825be512e2e6
(WINDOWS SUPPORT BUGS): Add two issues.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
80300
diff
changeset
|
105 |
825be512e2e6
(WINDOWS SUPPORT BUGS): Add two issues.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
80300
diff
changeset
|
106 ** `locate' and drive letter ("C:") on Windows |
825be512e2e6
(WINDOWS SUPPORT BUGS): Add two issues.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
80300
diff
changeset
|
107 For a recipe to reproduce the problem on GNU/Linux, see |
825be512e2e6
(WINDOWS SUPPORT BUGS): Add two issues.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
80300
diff
changeset
|
108 <http://thread.gmane.org/gmane.emacs.devel/88971/focus=89106> |
825be512e2e6
(WINDOWS SUPPORT BUGS): Add two issues.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
80300
diff
changeset
|
109 |
57063
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
110 * DOCUMENTATION |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
111 |
80180
1c2ce4ba404b
Remove some Emacs 22.1 release items, and update bug list.
Chong Yidong <cyd@stupidchicken.com>
parents:
80124
diff
changeset
|
112 ** Shouldn't directory-abbrev-alist be in Emacs manual? |
1c2ce4ba404b
Remove some Emacs 22.1 release items, and update bug list.
Chong Yidong <cyd@stupidchicken.com>
parents:
80124
diff
changeset
|
113 http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-10/msg00017.html |
61171
7647346fa1e1
Tracking the confirmation of translators in admin/FOR-RELEASE for the new title of the tutorial that will also appear in the splash screen. Improvements and corrections in TUTORIAL.es and TUTORIAL.pt_BR.
Marcelo Toledo <marcelo@gnu.org>
parents:
61063
diff
changeset
|
114 |
56267 | 115 |
116 Local variables: | |
117 mode: outline | |
70885
cb7b2f48a590
Update refcard translations. Add coding cookie.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70813
diff
changeset
|
118 coding: utf-8 |
56267 | 119 end: |