[TARGET_API_MAC_CARBON] (mac_do_receive_drag): Don't
pass keyboard modifiers to mac_store_drag_event, but put them as
kEventParamKeyModifiers Apple event parameter.
(mac-keyboard-modifier-mask-alist): New constant.
(mac-ae-keyboard-modifiers): New function.
(mac-handle-toolbar-switch-mode): Use it.
(mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
if keyboard modifiers on drop contain option key.
(mac-dnd-drop-data): Add optional argument `action'.
(special-event-map): Remove binding for M-drag-n-drop.
Chong Yidong [Sun, 21 Jan 2007 22:35:59 +0000 (22:35 +0000)]
** lennart.borgman.073@student.lu.se, Dec 21:
Saving when the coding system can't code all buffer characters
Handa says it is on his TODO list; not blocking release.
Nick Roberts [Sun, 21 Jan 2007 21:03:40 +0000 (21:03 +0000)]
(gdb-var-create-regexp)
(gdb-var-create-handler): Handle value field in GDB output of
-var-create.
(gdb-max-frames): New variable.
(gdb-stack-buffer, gdb-frames-select): Use it.
(gdb-info-stack-custom): Help user customize gdb-max-frames,
if necessary.
(gdb-get-frame-number): Simplify.
Nick Roberts [Sun, 21 Jan 2007 10:49:42 +0000 (10:49 +0000)]
(gdb-var-create-regexp)
(gdb-var-create-handler): Handle value field in GDB output of
-var-create.
(gdb-max-frames): New variable.
(gdb-stack-buffer, gdb-frames-select): Use it.
(gdb-info-stack-custom): Help user customize gdb-max-frames,
if necessary.
(gdb-get-frame-number): Simplify.
Glenn Morris [Sun, 21 Jan 2007 00:26:00 +0000 (00:26 +0000)]
Add 2007 to copyright years.
Chao-Hong Liu has assigned copyright:
EMACS Chao-Hong Liu China 1975 2002-12-20
Assigns past and future changes. (``TUTORIAL'' the file. And I provide
two translations ``TUTORIAL.cn(in gb2312)'' for simplified Chinese and
``TUTORIAL.zh(in big5)''...
Glenn Morris [Sat, 20 Jan 2007 22:54:57 +0000 (22:54 +0000)]
Update copyright for years from Emacs 21 to present (mainly adding
2001).
(\year): Update to 2007. Separate copyright year from last-update year.
(\versionemacs): New def.
Glenn Morris [Sat, 20 Jan 2007 22:53:09 +0000 (22:53 +0000)]
Update copyright for years from Emacs 21 to present (mainly adding
2001).
(\year): Update to 2007.
(\versionyear, \versionemacs): New defs. Separate copyright year from
last-update year.
Glenn Morris [Sat, 20 Jan 2007 22:51:57 +0000 (22:51 +0000)]
Update copyright for years from Emacs 21 to present (mainly adding
2001).
(\year): Update to 2007.
(\versiondate, \versionemacs): New defs. Separate copyright year from
last-update year.
Glenn Morris [Sat, 20 Jan 2007 22:47:20 +0000 (22:47 +0000)]
Update copyright for years from Emacs 21 to present (mainly adding
2001).
(\year): Update to 2007.
(\version): Separate copyright year from last-update year.
Glenn Morris [Sat, 20 Jan 2007 22:40:19 +0000 (22:40 +0000)]
Add 2007 to copyright year.
Remove Alexiev copyright, based on copyright.list:
GNUS Vladimir Alexiev Bulgaria 1968 1996-04-22
Assigns gnus reference materials ...
Remove Natter copyright, based on copyright.list:
GNUS Felix Natter Germany 1981 2005-01-09
Assigns past and future changes
Glenn Morris [Sat, 20 Jan 2007 22:30:34 +0000 (22:30 +0000)]
Update copyright for years from Emacs 21 to present (mainly adding
2001).
(\year): Update to 2007.
(\versionyear): New def. Separate copyright year from last-update year.
(\shortcopyrightnotice): Only display last copyright year.
Glenn Morris [Sat, 20 Jan 2007 22:03:27 +0000 (22:03 +0000)]
Update copyright for years from Emacs 21 to present (mainly adding
2001).
(\year): Update to 2007.
(\version): Separate version year from copyright year.
Chong Yidong [Sat, 20 Jan 2007 21:04:54 +0000 (21:04 +0000)]
** storm@cua.dk, Jan 2: Bug in incremental undrawing of mouseover highlighting
** simon.marshall@misys.com, Jan 9: Possible mouse-face redisplay glitch
Bugs fixed.
Chong Yidong [Fri, 19 Jan 2007 02:25:25 +0000 (02:25 +0000)]
* progmodes/compile.el (compilation-loop): New arg limit. Handle
case where the first error is at point-min.
(compilation-next-error): New arg to compilation-loop call.