* syntax.c (Fchar_syntax): Minor doc fix (Bug#119).
[bpt/emacs.git] / src / ChangeLog
index 171319d..6ac4dfc 100644 (file)
@@ -1,3 +1,191 @@
+2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
+
+       * syntax.c (Fchar_syntax): Minor doc fix (Bug#119).
+
+2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
+
+       * emacs.c (inhibit_x_resources): Update doc string for NS.
+       (main) [HAVE_NS]: Don't process --no-init-file option.  Remove
+       legacy code for -NXHost.  Fix error printf in daemon case.
+
+       * nsterm.h (ns_no_defaults): Remove.
+
+       * nsterm.m (ns_no_defaults): Remove.
+       (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
+       (ns_use_qd_smoothing): Remove legacy variable.
+       (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
+       don't update the NSWindow itself.
+       (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
+       state detection and store user rect ourselves. (Bug #3581)
+
+       * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
+       ns_use_qd_smoothing.
+
+       * nsfns.m (x_get_string_resource): Ape just-previous changes to other
+       platform versions.  Drop support for emacs-20-style face specs.
+       (x-close-connection): Drop PSFlush() under OS X.
+       (x-focus-frame): Activate the app first.
+
+2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
+
+       * emacs.c (inhibit_x_resources): New variable.
+       (main) [HAVE_NS]: Don't process --quick command line option.
+       (syms_of_emacs) <inhibit-x-resources>: DEFVAR_BOOL it.
+
+       * lisp.h (inhibit_x_resources): Declare it extern.
+
+       * w32reg.c (x_get_string_resource):
+       * xrdb.c (x_get_string_resource): Obey inhibit_x_resources.
+
+2009-09-17  Eli Zaretskii  <eliz@gnu.org>
+
+       * Makefile.in (MSDOS_SUPPORT, SOME_MACHINE_LISP): Add
+       lisp/term/internal.elc.
+
+2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * frame.c (x_get_resource_string): Re-add for non-toolkit builds
+       (bug#4461).
+
+2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * puresize.h (BASE_PURESIZE): Increase to 1290000.
+
+       * Makefile.in (OTHER_FILES): Define using autoconf, not cpp.
+       (OBJECTS_MACHINE): Remove, unused.
+
+2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * frame.c (x_get_resource_string): Remove unused.
+
+2009-09-15  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * xterm.c (x_new_font): Call change_frame_size before calling
+       x_set_window_size, in case frame size won't change.
+
+       * frame.c (x_set_font): Remove dead code.
+
+2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * lread.c (Fload): Also run do-after-load-evaluation while dumping.
+
+2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * lread.c (Fload): Don't output a message after loading an obsolete
+       package any more (done in Lisp now).
+
+2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
+
+       * fns.c (syms_of_fns): Doc fix (Bug#4227).
+
+2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * keymap.c (Fwhere_is_internal): Use nconc2.
+
+2009-09-11  Alan Mackenzie  <acm@muc.de>
+
+       * dispnew.c (Fsend_string_to_terminal): Amend doc string to cover
+       batch mode.
+
+2009-09-11  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * xdisp.c (display_mode_element): Detect cycles.
+
+2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * keymap.c (where_is_internal): Don't erroneously return nil right after
+       filling the cache.
+       (where_is_internal_1): Fix up typo.
+
+2009-09-11  Glenn Morris  <rgm@gnu.org>
+
+       * frame.c (Fx_parse_geometry): Unify the X and NS versions so that they
+       share a common doc-string.
+
+2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * keymap.c (get_keymap): Return the actual keymap symbol rather than
+       t for autoloaded keymaps when autoloading is not allowed (bug#4393).
+
+       * keymap.c (QCadvertised_binding): New constant.
+       (syms_of_keymap): Initialize it.
+       (Fwhere_is_internal): Try and use bindings from :advertised-binding
+       if applicable.
+
+2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * keyboard.c (Qmenu_alias, Vdefine_key_rebound_commands): Remove.
+       (parse_menu_item): Streamline since bindings are recomputed all the
+       time anyway.  Don't bother checking Vdefine_key_rebound_commands any
+       more and don't support lmenu's menu-alias any more either.
+
+       * keymap.c (where_is_internal_data): Make noindirect a boolean.
+       (where_is_internal): Strip it down to only traverse the keymaps.
+       Move the cache handling from Fwhere_is_internal to here.
+       (Fwhere_is_internal): Move the handling of remapping and the choice of
+       the best binding from where_is_internal to here.
+       Unify the cached/noncached paths, so remapping is also handled
+       correctly when the cache is used, and so the cache can be used to
+       speed up remap-handling when applicable.
+       Give preference to non-remapped bindings.
+       * doc.c (Fsubstitute_command_keys): Let Fwhere_is_internal's prefer
+       non-remapped bindings.
+       * keyboard.c (parse_menu_item): Let Fwhere_is_internal handle
+       command remapping.
+
+       * xdisp.c (display_mode_element): Move list length limit from 50 to
+       5000 (see thread starting with <xbaik5174uqu.fsf@cam.ac.uk>).
+
+2009-09-09  Adrian Robert  <Adrian.B.Robert@gmail.com>
+
+       * nsfont.m (ns_get_family): Don't force first letter to uppercase.
+
+2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * keymap.c (where_is_internal): Filter out shadowed remappings.
+       Assume that where_is_internal returns unshadowed bindings to simplify
+       the code and get rid of the gotos.  Use ASIZE.
+
+2009-09-04  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * xterm.c (x_focus_changed): If we get a focusout and pointer
+       is invisible, make it visible.
+
+       * xterm.h: Remove condition for declaration of
+       x_*_window_to_frame.
+
+2009-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * dispnew.c (Fsend_string_to_terminal): Make it work again on the
+       initial terminal as well.
+
+2009-09-02  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * xterm.h: Rename x_non_menubar_window_to_frame to
+       x_menubar_window_to_frame.
+
+       * xterm.c: Remove declarations also in xterm.h
+       (XTmouse_position): Do not return valid positions
+       for clicks in the menubar and the toolbar for Gtk+.
+
+       * xfns.c (x_any_window_to_frame): Assume less about Gtk+ internals,
+       if the widget for the event has the same top level as a frame,
+       return the frame.
+       (x_menubar_window_to_frame): Detect menu bar even with Gtk+
+       internal windows, bug #4122.
+       (x_non_menubar_window_to_frame): Remove.
+
+2009-09-02  Glenn Morris  <rgm@gnu.org>
+
+       * buffer.c (default-major-mode): Move most of the doc from here...
+       (major-mode): ... to here.
+
+2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
+
+       * process.c (wait_reading_process_output): Keep the descriptor
+       when pty is used by a non-child process, e.g., in I/O buffer of
+       GDB this allows inferior to be restarted.
+
 2009-08-29  Eli Zaretskii  <eliz@gnu.org>
 
        * xdisp.c (redisplay_internal): Remove redundant test and collapse