]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog
Add "add-log-time-zone-rule: t" to Local Variables section.
[gnu-emacs] / src / ChangeLog
index e568a2980a2ab5c9092056f949eb540d38d8e024..d5c02729b54b5fdbdc9376be8700f67b5bb01750 100644 (file)
@@ -1,16 +1,83 @@
+2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
+
+       * bytecode.c (Fbyte_code):
+       * data.c (Fmakunbound): Use SYMBOL_CONSTANT_P macro.
+
+2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
+
+       * lread.c (syms_of_lread):
+       * xsmfns.c (syms_of_xsmfns): Fix typo in docstring.
+
+2006-11-06  Martin Rudalics  <rudalics@gmx.at>
+
+       * macmenu.c (Fmenu_or_popup_active_p): Define outside HAVE_MENUS.
+
+       * w32menu.c (Fmenu_or_popup_active_p): Define outside HAVE_MENUS.
+       Return nil if building without menus.
+
+       * xmenu.c (Fmenu_or_popup_active_p): Define outside HAVE_MENUS.
+       Return nil if building without menus.
+
+2006-11-05  Mark Davies  <mark@mcs.vuw.ac.nz>  (tiny change)
+
+       * s/netbsd.h (POSIX_SIGNALS): Defined.
+
+2006-11-05  Martin Rudalics  <rudalics@gmx.at>
+
+       * macmenu.c (Fmenu_or_popup_active_p): New function.
+       (syms_of_macmenu): Defsubr it.
+
+       * w32menu.c (Fmenu_or_popup_active_p): New function.
+       (syms_of_w32menu): Defsubr it.
+       (popup_activated_flag, popup_activated): Remove.
+
+       * xdisp.c (note_mouse_highlight) [HAVE_NTGUI]: Don't bother to
+       check popup_activated.
+
+       * xmenu.c (Fmenu_or_popup_active_p): New function.
+       (syms_of_xmenu): Defsubr it.
+
+2006-11-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * unexmacosx.c (malloc_cookie): Remove unused variable.
+       (region_list_head, region_list_tail, lca, nlc, infile_lc_highest_addr)
+       (text_seg_lowest_offset, mh, curr_header_offset, infd, outfd)
+       (emacs_zone, data_segment_old_fileoff, data_segment_scp)
+       (num_unexec_regions, unexec_regions): Make variables static.
+       (print_regions, find_emacs_zone_regions): Make static.
+       (unexec_region_info): New typedef.
+       (unexec_regions): Change type from vm_range_t[] to unexec_region_info[].
+       All uses changed.
+       (unexec_regions_recorder): Subtract size of trailing null pages from
+       filesize.  Show filesize.
+       (unexec_regions_merge): Don't merge if null pages of preceding region
+       is not too small.  Use long format in printf.
+       (copy_segment, copy_data_segment): Show filesize.
+       (copy_data_segment): Write filesize bytes of region data.  Adjust
+       filesize in segment command accordingly.
+       (dump_it): Use long format in printf.
+
+2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
+
+       * dosfns.c (Finsert_startup_screen):
+       * fns.c (Ffeaturep, syms_of_fns):
+       * frame.c (syms_of_frame): Fix typos in docstrings.
+
+       * unexcw.c (unexec): Fix typo in output message.
+
 2006-11-04  Ralf Angeli  <angeli@caeruleus.net>
 
        * w32fns.c (w32_createwindow): Remove code for handling -geometry
        command line option and `initial-frame-alist' which is superfluous
        after the last change to `w32_createwindow'.
 
-2006-11-04  Slawomir Nowaczyk  <slawek@cs.lth.se> (tiny change)
+2006-11-04  Slawomir Nowaczyk  <slawek@cs.lth.se>  (tiny change)
 
-       * w32proc.c: (sys_wait) Only wait for processes with fd<0.
-         Others should be handled by sys_select instead. Fixes problems
-         with (progn (start-process "" nil "ls") (call-process "ls"))
+       * w32proc.c (sys_wait): Only wait for processes with fd<0.
+       Others should be handled by sys_select instead.  Fixes problems
+       with (progn (start-process "" nil "ls") (call-process "ls")).
 
-2006-11-04  Giorgos Keramidas  <keramida@ceid.upatras.gr> (tiny change)
+2006-11-04  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
 
        * xmenu.c (Fmenu_bar_open): Declare variable before BLOCK_INPUT to
        avoid gcc 2.95 error.
@@ -26310,6 +26377,7 @@ See ChangeLog.9 for earlier changes.
 
 ;; Local Variables:
 ;; coding: iso-2022-7bit
+;; add-log-time-zone-rule: t
 ;; End:
 
     Copyright (C) 2001, 2002, 2003, 2004, 2005,