aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2006-09-15 02:03:37 +0000
committerJuanma Barranquero2006-09-15 02:03:37 +0000
commit6cb66a31933a90a45f271df51950e18946ed11ce (patch)
tree17fbf6daf928fd123f3449ac9cdcb844b2b02534
parent7bf120f11daa093a027d12b0ec90850ecfde0e4c (diff)
downloademacs-6cb66a31933a90a45f271df51950e18946ed11ce.tar.gz
emacs-6cb66a31933a90a45f271df51950e18946ed11ce.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog13
-rw-r--r--src/ChangeLog24
2 files changed, 23 insertions, 14 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1f036ddf50b..efcb538d075 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12006-09-15 Juanma Barranquero <lekktu@gmail.com>
2
3 * play/life.el (life-patterns): Add a few more interesting patterns.
4 (life-setup): Force `show-trailing-whitespace' to nil.
5
12006-09-14 Richard Stallman <rms@gnu.org> 62006-09-14 Richard Stallman <rms@gnu.org>
2 7
3 * startup.el (fancy-splash-text): Change text to improve alignment. 8 * startup.el (fancy-splash-text): Change text to improve alignment.
@@ -8,7 +13,8 @@
8 (fancy-splash-screens): Display echo-area message explicitly. 13 (fancy-splash-screens): Display echo-area message explicitly.
9 Don't set fancy-splash-help-echo. 14 Don't set fancy-splash-help-echo.
10 15
11 * simple.el (line-number-mode): Group mode-line instead of editing-basics. 16 * simple.el (line-number-mode): Group mode-line instead of
17 editing-basics.
12 (column-number-mode, size-indication-mode): Likewise. 18 (column-number-mode, size-indication-mode): Likewise.
13 19
14 * faces.el (mode-line-faces): Group mode-line instead of modeline. 20 * faces.el (mode-line-faces): Group mode-line instead of modeline.
@@ -17,7 +23,7 @@
17 23
18 * cus-edit.el (mode-line): Renamed from modeline. All uses changed. 24 * cus-edit.el (mode-line): Renamed from modeline. All uses changed.
19 25
202006-09-005 Ken Manheimer <address@hidden> 262006-09-14 Ken Manheimer <ken.manheimer@gmail.com>
21 27
22 * allout.el (allout-regexp, allout-line-boundary-regexp) 28 * allout.el (allout-regexp, allout-line-boundary-regexp)
23 (allout-bob-regexp): Correct grouping and boundaries to fix 29 (allout-bob-regexp): Correct grouping and boundaries to fix
@@ -86,7 +92,8 @@
86 a regexp search to leap large numbers of contained topics, rather 92 a regexp search to leap large numbers of contained topics, rather
87 than arbitrarily many one-by-one traversals. 93 than arbitrarily many one-by-one traversals.
88 (allout-next-visible-heading): Disqualify aberrant topics. 94 (allout-next-visible-heading): Disqualify aberrant topics.
89 (allout-previous-visible-heading): Position consistently when interactive. 95 (allout-previous-visible-heading): Position consistently when
96 interactive.
90 (allout-forward-current-level): Base on allout-previous-sibling 97 (allout-forward-current-level): Base on allout-previous-sibling
91 rather than reimplmenting the algorithm. Remove unused vars. 98 rather than reimplmenting the algorithm. Remove unused vars.
92 (allout-solicit-alternate-bullet): Present default choice stripped 99 (allout-solicit-alternate-bullet): Present default choice stripped
diff --git a/src/ChangeLog b/src/ChangeLog
index c2958531df2..fbd2e8e38be 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12006-09-15 Juanma Barranquero <lekktu@gmail.com>
2
3 * indent.c (Fcurrent_column, Findent_to): Fix typos in docstring.
4
12006-09-14 Andreas Schwab <schwab@suse.de> 52006-09-14 Andreas Schwab <schwab@suse.de>
2 6
3 * print.c: Whitespace fixup. 7 * print.c: Whitespace fixup.
@@ -78,12 +82,12 @@
78 * mac.c [MAC_OSX] (sys_select): Check argument `nfds' more rigidly. 82 * mac.c [MAC_OSX] (sys_select): Check argument `nfds' more rigidly.
79 Make variable `ofds' static. Remove variable `maxfd'. 83 Make variable `ofds' static. Remove variable `maxfd'.
80 84
81 * macfns.c (Fx_file_dialog): Remove unused variable `f'. Call 85 * macfns.c (Fx_file_dialog): Remove unused variable `f'.
82 check_mac. 86 Call check_mac.
83 87
84 * macmenu.c (Vmenu_updating_frame, syms_of_macmenu): 88 * macmenu.c (Vmenu_updating_frame, syms_of_macmenu):
85 * w32menu.c (Vmenu_updating_frame, syms_of_w32menu): Apply 89 * w32menu.c (Vmenu_updating_frame, syms_of_w32menu):
86 2006-09-08 change for xmenu.c. 90 Apply 2006-09-08 change for xmenu.c.
87 91
88 * xfns.c (Fx_file_dialog): Call check_x. 92 * xfns.c (Fx_file_dialog): Call check_x.
89 93
@@ -343,11 +347,11 @@
343 * mac.c (create_apple_event_from_event_ref, select) 347 * mac.c (create_apple_event_from_event_ref, select)
344 (Fmac_get_file_creator, Fmac_get_file_type, Fmac_set_file_creator) 348 (Fmac_get_file_creator, Fmac_get_file_type, Fmac_set_file_creator)
345 (Fmac_set_file_type, cfstring_create_normalized) 349 (Fmac_set_file_type, cfstring_create_normalized)
346 (mac_get_system_locale, select_and_poll_event, sys_select): Use 350 (mac_get_system_locale, select_and_poll_event, sys_select):
347 OSStatus instead of OSErr. 351 Use OSStatus instead of OSErr.
348 352
349 * macfns.c [TARGET_API_MAC_CARBON] (mac_update_proxy_icon): Don't 353 * macfns.c [TARGET_API_MAC_CARBON] (mac_update_proxy_icon):
350 use FRAME_FILE_NAME. Use (FS)UpdateAlias. 354 Don't use FRAME_FILE_NAME. Use (FS)UpdateAlias.
351 (Fx_create_frame): Apply 2006-07-03 for xfns.c. 355 (Fx_create_frame): Apply 2006-07-03 for xfns.c.
352 356
353 * macselect.c (get_scrap_from_symbol, clear_scrap, put_scrap_string) 357 * macselect.c (get_scrap_from_symbol, clear_scrap, put_scrap_string)
@@ -516,7 +520,6 @@
516 520
517 * xterm.c (x_term_init): Initialize dpyinfo->x_dnd_atoms* 521 * xterm.c (x_term_init): Initialize dpyinfo->x_dnd_atoms*
518 522
519
5202006-08-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 5232006-08-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
521 524
522 * keyboard.c: Define in_sighandler. 525 * keyboard.c: Define in_sighandler.
@@ -710,7 +713,7 @@
710 (FletX, Flet, grow_specpdl): Use signal_error. 713 (FletX, Flet, grow_specpdl): Use signal_error.
711 (Feval, Ffuncall, funcall_lambda): Use xsignal1, xsignal2. 714 (Feval, Ffuncall, funcall_lambda): Use xsignal1, xsignal2.
712 715
713 * alloc.c (buffer_memory_full, memory_full): Use xsignal. Remove loop. 716 * alloc.c (buffer_memory_full, memory_full): Use xsignal. Remove loop.
714 (list1): New function. 717 (list1): New function.
715 718
716 * lisp.h (list1): Add EXFUN. 719 * lisp.h (list1): Add EXFUN.
@@ -10267,7 +10270,6 @@
10267 10270
10268 * xterm.c (xim_destroy_callback): Ditto. 10271 * xterm.c (xim_destroy_callback): Ditto.
10269 10272
10270
102712004-10-20 B. Anyos <banyos@freemail.hu> (tiny change) 102732004-10-20 B. Anyos <banyos@freemail.hu> (tiny change)
10272 10274
10273 * w32term.c (x_draw_glyph_string): Use overline_color for overlines. 10275 * w32term.c (x_draw_glyph_string): Use overline_color for overlines.