Minor doc fix.
[bpt/emacs.git] / src / ChangeLog
index 45c901f..4315a17 100644 (file)
@@ -1,7 +1,100 @@
+2008-12-30  Kenichi Handa  <handa@m17n.org>
+
+       * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
+       just get the low 8-bit of the code.
+
+       * font.c (font_intern_prop): Validate str as multibyte.
+
+2008-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * dispextern.h (struct face): Move lface and hash from the middle
+       of bitfields.
+
+       * Makefile.in (INTERVALS_H): Rename from INTERVAL_SRC, update all users.
+
+2008-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
+       (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
+       instead of intervals.h.
+
+2008-12-26  Andreas Schwab  <schwab@suse.de>
+
+       * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a
+       cons.
+
+2008-12-26  Martin Rudalics  <rudalics@gmx.at>
+
+       * textprop.c (Qminibuffer_prompt): New variable.
+       (syms_of_textprop): Initialize it.
+       * callint.c (Fcall_interactively): For `c', `k', and `K' prompt
+       in minibuffer-prompt face.  (Bug#1662)
+
+2008-12-25  Jason Rumney  <jasonr@gnu.org>
+
+       * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE.
+
+2008-12-24  Jason Rumney  <jasonr@gnu.org>
+
+       * ralloc.c (r_alloc_reset_variable): New function.
+
+       * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
+       record of what points where. (Bug#716)
+
+2008-12-22  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * minibuf.c (read_minibuf): Follow the non-interactive case when
+       running as a daemon, before detaching.
+
+2008-12-22  Andreas Schwab  <schwab@suse.de>
+
+       * buffer.c (init_buffer): Use realloc instead of xrealloc.
+       * gtkutil.c (free_widget_value): Use xfree instead of free.
+
+2008-12-22  Martin Rudalics  <rudalics@gmx.at>
+
+       * frame.c (delete_frame): New function derived from
+       Fdelete_frame to handle Qnoelisp value for FORCE argument.
+       Delete last frame iff FORCE equals Qnoelisp.  (Bug#1450)
+       (Fdelete_frame): Call delete_frame.  Remove line from doc-string
+       saying that FORCE non-nil doesn't run `delete-frame-functions'.
+       * frame.h: Extern delete_frame.
+       * window.c (window_loop):
+       * terminal.c (delete_terminal):
+       * xterm.c (x_connection_closed):
+       * xfns.c (Fx_hide_tip):
+       * w32fns.c (Fx_hide_tip): Call delete_frame instead of
+       Fdelete_frame.
+
+2008-12-21  Jason Rumney  <jasonr@gnu.org>
+
+       * w32uniscribe.c (uniscribe_encode_char): Return FONT_INVALID_CHAR
+       when character maps to .notdef character.
+
+2008-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * keyboard.c (cmd_error_internal): Don't exit in daemon mode, bug#1310.
+
 2008-12-20  Jason Rumney  <jasonr@gnu.org>
 
+       * frame.c (Fmake_terminal_frame): Raise an error when called from
+       a graphical frame on Windows. (Bug#1325)
+
+2008-12-20  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
+
+2008-12-20  Chong Yidong  <cyd@stupidchicken.com>
+
+       * minibuf.c (Fread_buffer): Doc fix.
+
+2008-12-20  Jason Rumney  <jasonr@gnu.org>
+
+       * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the
+       server name in UNC paths. (Bug#719)
+
        * coding.c (decode_coding): Clear chars_at_source flag when using
-       charbuf.
+       charbuf. (Bug#1035)
 
 2008-12-19  Daniel Engeler  <engeler@gmail.com>
 
 2008-12-11  Jason Rumney  <jasonr@gnu.org>
 
        * w32font.c (fill_in_logfont): Don't assume symbol script means
-       SYMBOL_CHARSET.
+       SYMBOL_CHARSET. (Bug#547)
 
        * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
-       size for surrogates.
+       size for surrogates. (Bug#1096, bug#872)
 
 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
 
 2008-11-26  Jason Rumney  <jasonr@gnu.org>
 
        * w32font.c (w32font_open_internal): Don't include external
-       leading in font height.
+       leading in font height. (Bug#879)
 
 2008-11-26  Glenn Morris  <rgm@gnu.org>
 
 
        * w32font.c (check_face_name): New function.
        (add_font_entity_to_list): Use it to filter out common substituted
-       fonts.
+       fonts. (Bug#642)
 
 2008-11-22  Martin Rudalics  <rudalics@gmx.at>