mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
*** empty log message ***
This commit is contained in:
parent
5eafe967b4
commit
409d26134b
3 changed files with 27 additions and 0 deletions
|
|
@ -1,3 +1,12 @@
|
|||
2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
|
||||
|
||||
* term/mac-win.el: Change all uses of
|
||||
mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
|
||||
(mac-ae-number): Return integer 0 if coerced result is float 0.0.
|
||||
(mac-ae-get-url): Call select-frame-set-input-focus.
|
||||
(mac-dnd-handle-drag-n-drop-event): Don't call
|
||||
select-frame-set-input-focus.
|
||||
|
||||
2007-02-13 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* international/characters.el: Fix documentation of category `a'.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
|
||||
|
||||
* inc/config.h: Sync with src/config.in.
|
||||
|
||||
2007-01-30 Piet van Oostrum <piet@cs.uu.nl>
|
||||
|
||||
* make-package (compver): Install info and manpages.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,17 @@
|
|||
2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
|
||||
|
||||
* macfns.c (Fx_focus_frame): Move current process to foreground if
|
||||
it is not.
|
||||
[TARGET_API_MAC_CARBON] (Fx_file_dialog): Replace #if MAC_OSX with
|
||||
#ifdef MAC_OSX.
|
||||
(Fmac_set_font_panel_visible_p) [USE_MAC_FONT_PANEL]: Rename from
|
||||
Fmac_set_font_panel_visibility. All uses changed. Rename argument
|
||||
VISIBLE to FLAG.
|
||||
|
||||
* macterm.c (MakeMeTheFrontProcess) [MAC_OSX]: Remove function.
|
||||
(mac_initialize) [MAC_OSX]: Call SetFrontProcess instead of
|
||||
MakeMeTheFrontProcess.
|
||||
|
||||
2007-02-12 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* frame.c (x_set_screen_gamma): Clear face cache.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue