1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00
Commit Graph

69564 Commits

Author SHA1 Message Date
Nick Roberts
ad15832ecb (xterm-mouse-event): Don't use the left edge of the
window if we're outside it e.g menu-bar.
2007-04-03 21:16:17 +00:00
Nick Roberts
13cb58294e *** empty log message *** 2007-04-03 21:15:37 +00:00
Karl Berry
2fd94b0921 wording 2007-04-03 16:41:29 +00:00
Eli Zaretskii
665b5955fc Fix last change. 2007-04-03 15:25:28 +00:00
Chong Yidong
5ff08acd73 ** Stephen.Berman@gmx.net, Mar 27: Menu bar display bug
Fixed in the 2007-04-03 checkin by Jan Djärv.
2007-04-03 13:41:50 +00:00
Juanma Barranquero
ca21600dcc Revert non-significant part of 2007-04-02T09:21:26Z!lekktu@gmail.com. 2007-04-03 12:34:10 +00:00
Eli Zaretskii
06efaba247 *** empty log message *** 2007-04-03 11:17:35 +00:00
Juanma Barranquero
a24d88b419 *** empty log message *** 2007-04-03 11:14:15 +00:00
Eli Zaretskii
db0821c894 (rmail-convert-to-babyl-format): Don't try to decode base-64 encoded body
if its content-type is something other than text/* or message/*.
2007-04-03 11:11:27 +00:00
Juanma Barranquero
6cbb0bb076 (activate-mark-hook): Fix typo in docstring. 2007-04-03 11:10:09 +00:00
Eli Zaretskii
5a693cc041 (main): Fix instructions for building Emacs for profiling. 2007-04-03 10:21:06 +00:00
Eli Zaretskii
b49b513704 *** empty log message *** 2007-04-03 10:12:07 +00:00
Eli Zaretskii
2fa4f835d8 Add entry for switching MS-Windows keyboard input to Unicode.
Add specific pointer to msdos.c functions that support menus on text terminals.
2007-04-03 10:11:47 +00:00
Nick Roberts
a4e03d18f8 (tmm-menubar, tmm-prompt): Handle visibility of top level menu-items. 2007-04-03 10:09:45 +00:00
Nick Roberts
a1f02fa1e4 *** empty log message *** 2007-04-03 10:08:44 +00:00
Eli Zaretskii
8a8af2a40e (Inline Functions): Describe more disadvantages of defsubst, and make advice
against it stronger.
2007-04-03 09:50:08 +00:00
Eli Zaretskii
814066452f (smtpmail-via-smtp): Fix indentation. 2007-04-03 09:05:37 +00:00
Jan Djärv
0a194c9264 (xg_update_menubar): Call g_list_next after moving
menu bar item.
2007-04-03 07:34:37 +00:00
Nick Roberts
93253b0eb8 (tmm-c-prompt): Initialize.
(tmm-menubar): Deal with extended menu-items at top level.
(tmm-get-keybind): Handle bindings that are redefined/undefined
locally.
2007-04-03 01:07:41 +00:00
Nick Roberts
c635126ac1 (gud-menu-map): Simplify.
(gud-minor-mode-map): Add tool-bar like bindings to the text mode
menubar.
2007-04-03 01:07:16 +00:00
Nick Roberts
5de62e2587 *** empty log message *** 2007-04-03 01:06:47 +00:00
Chong Yidong
f01ac5da4a (smtpmail-via-smtp): Revert last change. 2007-04-02 22:45:41 +00:00
Chong Yidong
1bfa6e9453 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change. 2007-04-02 22:45:28 +00:00
Karl Berry
997b849ed3 wording 2007-04-02 16:41:36 +00:00
Chong Yidong
3a9d94df21 ** warrend@mdhost.cse.tek.com, Mar 27: C-a acts different in 22.0.90 then past versions
This has already been solved.
2007-04-02 14:36:52 +00:00
Chong Yidong
33bca74ae5 ** dooglus@gmail.com, Mar 31: narrowing *shell* buffer causes odd error
Fixed.
2007-04-02 14:01:38 +00:00
Chong Yidong
2bf75913fc (comint-send-input): Widen the buffer first. 2007-04-02 14:01:02 +00:00
Chong Yidong
ba830ecbfe * comint.el (comint-send-input): Widen the buffer first. 2007-04-02 14:00:54 +00:00
Juanma Barranquero
1a7de17e5b (Fprin1_to_string): Use macro SPECPDL_INDEX. 2007-04-02 09:21:26 +00:00
Chong Yidong
59ec93723b ** dooglus@gmail.com, Apr 1: display problem after renaming open image files
This is expected behavior: if you delete or move an image file, any
Emacs images pointing to that file will obviously be invalid.
2007-04-02 04:31:30 +00:00
Chong Yidong
4936ff2a61 ** Slow fontification of large Info menus.
Fixed.
2007-04-02 04:29:01 +00:00
Chong Yidong
7a7821c29e (Info-fontify-maximum-menu-size): Revert to 100000. 2007-04-02 04:28:45 +00:00
Chong Yidong
f6c24bc4b4 * info.el (Info-fontify-maximum-menu-size): Revert to 100000. 2007-04-02 04:28:38 +00:00
Chong Yidong
8eedd200f0 (Remapping Commands): Document new arg to command-remapping. 2007-04-01 22:10:39 +00:00
Chong Yidong
f808ad2db2 * keymaps.texi (Remapping Commands): Document new arg to
command-remapping.
2007-04-01 22:10:31 +00:00
Chong Yidong
55665fe72a (Fcommand_remapping): New optional argument.
(where_is_internal): Use new keymaps argument.
(Fkey_binding): Caller changed.
2007-04-01 22:03:22 +00:00
Chong Yidong
9be34f7f08 (command_loop_1): Fcommand_remapping has new arg; caller changed. 2007-04-01 22:03:03 +00:00
Chong Yidong
b51bd64ad6 (Fcommand_remapping): New optional argument. 2007-04-01 22:02:25 +00:00
Chong Yidong
f8c9f4b1ad * keymap.c (Fcommand_remapping): New optional argument.
(where_is_internal): Use new keymaps argument.
(Fkey_binding): Caller changed.

* keyboard.c (command_loop_1): Caller changed.
2007-04-01 22:02:17 +00:00
Richard M. Stallman
24c40f4f5a *** empty log message *** 2007-04-01 21:45:33 +00:00
Juanma Barranquero
6c4e661053 *** empty log message *** 2007-04-01 20:31:09 +00:00
Stefan Monnier
8ae799ba73 (lisp-fill-paragraph): Only obey emacs-lisp-docstring-fill-column in
emacs-lisp-mode.
2007-04-01 19:35:32 +00:00
Stefan Monnier
5605893d03 (comment-search-forward): Discard comment starters before point. 2007-04-01 19:33:44 +00:00
Karl Berry
15bcde049f wording matters 2007-04-01 18:11:15 +00:00
Chong Yidong
3b98edbd02 ** herberteuler@hotmail.com, Mar 28: select and META key
Fixed.
2007-04-01 17:45:58 +00:00
Chong Yidong
3e4f866be3 (mouse-set-secondary): Update mouse-secondary-overlay. 2007-04-01 17:45:20 +00:00
Chong Yidong
b831b4b8b8 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay. 2007-04-01 17:45:00 +00:00
Chong Yidong
998758b11c ** yazicivo@ttnet.net.tr, Mar 28: Locale Dependent Downcasing in smtpmail
Fixed.
2007-04-01 17:39:32 +00:00
Chong Yidong
b6aee6ff1a (smtpmail-via-smtp): Use standard case table when downcasing. 2007-04-01 17:38:10 +00:00
Chong Yidong
34f6db45c8 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
when downcasing.
2007-04-01 17:38:02 +00:00