]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog
(alsa_configure): Remove call do deprecated
[gnu-emacs] / src / ChangeLog
index 1b2d59f5d13d1e2bf6c1d3866044b2ec6e6f802a..e36287cb7f8830ba0d1414c6f723baabe5161af1 100644 (file)
@@ -1,7 +1,99 @@
-2009-03-06  Aaron Ecay <aaronecay@gmail.com>  (tiny change)
+2009-03-14  Jan Djärv  <jan.h.d@swipnet.se>
 
-       (ns_draw_vertical_window_border): Draw 1 pixel wide, not two, and
-       use NSRectFill instead of NSDrawGroove.
+       * sound.c (alsa_configure): Remove call to deprecated
+       snd_pcm_sw_params_set_xfer_align.
+
+2009-03-14  Stephen Berman <stephen.berman@gmx.net>
+
+       * gtkutil.c (xg_tool_bar_callback): Set focus back to the frame
+       after clicking in a detached tool bar.
+       (xg_tool_bar_proxy_callback): Remove call to Fx_focus_frame.
+
+2009-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another
+       int/Lisp_Object mixup).
+
+2009-03-13  Kenichi Handa  <handa@m17n.org>
+
+       * fontset.c (Ffontset_info, check_fontset_name): New arg frame.
+       Handle NAME nil and t correctly.  Callers changed.
+       (font_def_arg, add_arg, from_arg, to_arg): Delete them.
+       (set_fontset_font): Change ARG to a vector.  Handle range_list in
+       ARG correctly.
+       (Fset_fontset_font): Fix the case that TARGET is both a script
+       name and charset name.  Adjust the arg to set_fontset_font for
+       the above change.
+       (fontset_from_font): Fix previous change.
+       (Ffontset_info): Adjust for the 2008-07-09 change of fontset
+       entry.  If FONTSET is the default fontset, don't set the extra
+       slot of the returning char-table.
+
+2009-03-12  Juanma Barranquero  <lekktu@gmail.com>
+
+       * nsfns.m (Fx_close_connection): Doc fix.
+       (Fns_do_applescript): Reflow docstring.
+       (Fns_hide_others, Fns_hide_emacs, Fns_convert_utf8_nfd_to_nfc)
+       (Fx_display_pixel_width, Fx_display_pixel_height)
+       (Fns_display_usable_bounds, Fx_display_planes, Fx_show_tip):
+       Fix typos in docstrings.
+       (Fns_set_alpha): Fix typos in error messages.
+
+2009-03-12  David Reitter  <david.reitter@gmail.com>
+
+       * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for
+       non-key system events on NS.  Formerly, NON_ASCII_KEYSTROKE_EVENT
+       were used for such events.
+
+       * nsterm.m (newFrame, openFile, fulfillService, changeFont)
+       (toggleToolbar, performDragOperation, runHelp): Use it.
+
+       * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like
+       NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu.
+
+2009-03-11  Kenichi Handa  <handa@m17n.org>
+
+       * font.h (font_open_by_spec): Extern it.
+
+       * font.c (font_open_by_spec): New function.
+       (font_open_by_name): Use font_open_by_spec.
+
+       * frame.c (x_set_font): When ARG is a font-object, don't alter the
+       fontset of the frame.
+
+       * fontset.c (Fset_fontset_font): When a font for ASCII is changed,
+       modify the default font of frames that use this fontset.
+       (num_auto_fontsets): New variable.
+       (fontset_from_font): Use num_auto_fontsets to decide a fontset
+       name.  Be sure to set FONTSET_ASCII to the correct font name.
+       (update_auto_fontset_alist): New function.
+
+2009-03-11  Juanma Barranquero  <lekktu@gmail.com>
+
+       * makefile.w32-in: Update dependencies.
+
+2009-03-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
+
+       * nsfns.m (syms_of_nsfns): Remove Qbuffered.
+
+2009-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * buffer.c (Fswitch_to_buffer): Revert part of 2008-10-21's change.
+
+2009-03-10  Chong Yidong  <cyd@stupidchicken.com>
+
+       * lread.c (Feval_buffer): Doc fix.
+
+2009-03-09  Kenichi Handa  <handa@m17n.org>
+
+       * charset.c (Qfile_name_handler_alist): Extern it.
+       (load_charset_map_from_file): Temporarily bind
+       `file-name-handler-alist' to nil while calling openp.  (Bug#2435)
+
+2009-03-06  Aaron Ecay  <aaronecay@gmail.com>  (tiny change)
+
+       * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
+       not two, and use NSRectFill instead of NSDrawGroove.  (Bug#2352)
 
 2009-03-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
 
 2009-01-09  Glenn Morris  <rgm@gnu.org>
 
        * keyboard.c (last_command_char): For clarity, rename to...
-       (last_command-event): ... and update all users.
+       (last_command_event): ... and update all users.
        (last_input_char): For clarity, rename to...
        (last_input_event): ... and update all users.
        (last-command-char, last-input-char): Move to subr.el as aliases.
 
 2008-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
 
-       * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Oject
+       * composite.c (Fcomposition_get_gstring): Yet another int/Lisp_Object
        mixup (YAILOM).
 
 2008-09-17  Chong Yidong  <cyd@stupidchicken.com>
 
        * font.h (font_range):
        * fileio.c (report_file_error):
-       * composite.c (composition_update_it): Yet another int/Lisp_Oject mixup.
+       * composite.c (composition_update_it): Yet another int/Lisp_Object
+       mixup (YAILOM).
 
 2008-08-30  Glenn Morris  <rgm@gnu.org>
 
        * font.c (check_gstring): Use them and AREF to access the vector before
        we know it's really a gstring.
        (Ffont_shape_text): Fix typo.
-       (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Oject mixups.
+       (Ffont_shape_text, Ffont_otf_alternates): Fix up int/Lisp_Object mixups.
 
        * composite.h (Fcompose_region_internal, Fcompose_string_internal):
        Declare.