# HG changeset patch # User Juanma Barranquero # Date 1158285817 0 # Node ID 51039a2cf8ccf9c7d675b10f63a24df3fba59c11 # Parent 0e86882b32a9bdcc9390ac8a8c41ae07c7a06347 *** empty log message *** diff -r 0e86882b32a9 -r 51039a2cf8cc lisp/ChangeLog --- a/lisp/ChangeLog Fri Sep 15 01:53:18 2006 +0000 +++ b/lisp/ChangeLog Fri Sep 15 02:03:37 2006 +0000 @@ -1,3 +1,8 @@ +2006-09-15 Juanma Barranquero + + * play/life.el (life-patterns): Add a few more interesting patterns. + (life-setup): Force `show-trailing-whitespace' to nil. + 2006-09-14 Richard Stallman * startup.el (fancy-splash-text): Change text to improve alignment. @@ -8,7 +13,8 @@ (fancy-splash-screens): Display echo-area message explicitly. Don't set fancy-splash-help-echo. - * simple.el (line-number-mode): Group mode-line instead of editing-basics. + * simple.el (line-number-mode): Group mode-line instead of + editing-basics. (column-number-mode, size-indication-mode): Likewise. * faces.el (mode-line-faces): Group mode-line instead of modeline. @@ -17,7 +23,7 @@ * cus-edit.el (mode-line): Renamed from modeline. All uses changed. -2006-09-005 Ken Manheimer +2006-09-14 Ken Manheimer * allout.el (allout-regexp, allout-line-boundary-regexp) (allout-bob-regexp): Correct grouping and boundaries to fix @@ -86,7 +92,8 @@ a regexp search to leap large numbers of contained topics, rather than arbitrarily many one-by-one traversals. (allout-next-visible-heading): Disqualify aberrant topics. - (allout-previous-visible-heading): Position consistently when interactive. + (allout-previous-visible-heading): Position consistently when + interactive. (allout-forward-current-level): Base on allout-previous-sibling rather than reimplmenting the algorithm. Remove unused vars. (allout-solicit-alternate-bullet): Present default choice stripped diff -r 0e86882b32a9 -r 51039a2cf8cc src/ChangeLog --- a/src/ChangeLog Fri Sep 15 01:53:18 2006 +0000 +++ b/src/ChangeLog Fri Sep 15 02:03:37 2006 +0000 @@ -1,3 +1,7 @@ +2006-09-15 Juanma Barranquero + + * indent.c (Fcurrent_column, Findent_to): Fix typos in docstring. + 2006-09-14 Andreas Schwab * print.c: Whitespace fixup. @@ -78,12 +82,12 @@ * mac.c [MAC_OSX] (sys_select): Check argument `nfds' more rigidly. Make variable `ofds' static. Remove variable `maxfd'. - * macfns.c (Fx_file_dialog): Remove unused variable `f'. Call - check_mac. + * macfns.c (Fx_file_dialog): Remove unused variable `f'. + Call check_mac. * macmenu.c (Vmenu_updating_frame, syms_of_macmenu): - * w32menu.c (Vmenu_updating_frame, syms_of_w32menu): Apply - 2006-09-08 change for xmenu.c. + * w32menu.c (Vmenu_updating_frame, syms_of_w32menu): + Apply 2006-09-08 change for xmenu.c. * xfns.c (Fx_file_dialog): Call check_x. @@ -343,11 +347,11 @@ * mac.c (create_apple_event_from_event_ref, select) (Fmac_get_file_creator, Fmac_get_file_type, Fmac_set_file_creator) (Fmac_set_file_type, cfstring_create_normalized) - (mac_get_system_locale, select_and_poll_event, sys_select): Use - OSStatus instead of OSErr. - - * macfns.c [TARGET_API_MAC_CARBON] (mac_update_proxy_icon): Don't - use FRAME_FILE_NAME. Use (FS)UpdateAlias. + (mac_get_system_locale, select_and_poll_event, sys_select): + Use OSStatus instead of OSErr. + + * macfns.c [TARGET_API_MAC_CARBON] (mac_update_proxy_icon): + Don't use FRAME_FILE_NAME. Use (FS)UpdateAlias. (Fx_create_frame): Apply 2006-07-03 for xfns.c. * macselect.c (get_scrap_from_symbol, clear_scrap, put_scrap_string) @@ -516,7 +520,6 @@ * xterm.c (x_term_init): Initialize dpyinfo->x_dnd_atoms* - 2006-08-10 Jan Dj,Ad(Brv * keyboard.c: Define in_sighandler. @@ -710,7 +713,7 @@ (FletX, Flet, grow_specpdl): Use signal_error. (Feval, Ffuncall, funcall_lambda): Use xsignal1, xsignal2. - * alloc.c (buffer_memory_full, memory_full): Use xsignal. Remove loop. + * alloc.c (buffer_memory_full, memory_full): Use xsignal. Remove loop. (list1): New function. * lisp.h (list1): Add EXFUN. @@ -10267,7 +10270,6 @@ * xterm.c (xim_destroy_callback): Ditto. - 2004-10-20 B. Anyos (tiny change) * w32term.c (x_draw_glyph_string): Use overline_color for overlines.