aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2011-02-22 14:27:23 +0100
committerJuanma Barranquero2011-02-22 14:27:23 +0100
commit2f8f196d1f8aa746b568972a7670c8c20adf0449 (patch)
tree34176fdc255ad5d5565abf02bb1d50ad48e7261d /src
parentca41d1175fc9319fcf58baecf98f27fc892a73aa (diff)
downloademacs-2f8f196d1f8aa746b568972a7670c8c20adf0449.tar.gz
emacs-2f8f196d1f8aa746b568972a7670c8c20adf0449.zip
src/ChangeLog: Fix typos.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog43
1 files changed, 20 insertions, 23 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d0208d507b5..d68e857d388 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -12,7 +12,7 @@
12 Assume S_ISDIR works. 12 Assume S_ISDIR works.
13 (Ffile_readable_p): Use S_IFIFO, not S_ISFIFO, to guess whether 13 (Ffile_readable_p): Use S_IFIFO, not S_ISFIFO, to guess whether
14 fifos exist. 14 fifos exist.
15 (Ffile_regular_p, Finsert_file_contents): Assumes S_ISREG works. 15 (Ffile_regular_p, Finsert_file_contents): Assume S_ISREG works.
16 * filelock.c (S_ISLNK): Remove. 16 * filelock.c (S_ISLNK): Remove.
17 * lread.c (openp): Assume S_ISDIR works. 17 * lread.c (openp): Assume S_ISDIR works.
18 * xrdb.c (S_ISDIR): Remove. 18 * xrdb.c (S_ISDIR): Remove.
@@ -20,7 +20,7 @@
202011-02-21 Eli Zaretskii <eliz@gnu.org> 202011-02-21 Eli Zaretskii <eliz@gnu.org>
21 21
22 * makefile.w32-in ($(BLD)/filemode.$(O)): Move recipe to 22 * makefile.w32-in ($(BLD)/filemode.$(O)): Move recipe to
23 lib/makefilw.w32-in. 23 lib/makefile.w32-in.
24 ($(BLD)/dired.$(O)): Depend on $(EMACS_ROOT)/lib/filemode.h. 24 ($(BLD)/dired.$(O)): Depend on $(EMACS_ROOT)/lib/filemode.h.
25 (GLOBAL_SOURCES): Remove filemode.c. 25 (GLOBAL_SOURCES): Remove filemode.c.
26 (OBJ1): Remove $(BLD)/filemode.$(O). 26 (OBJ1): Remove $(BLD)/filemode.$(O).
@@ -40,7 +40,7 @@
40 * makefile.w32-in ($(BLD)/fns.$(O)): Depend on 40 * makefile.w32-in ($(BLD)/fns.$(O)): Depend on
41 $(EMACS_ROOT)/lib/md5.h and on stamp_BLD. 41 $(EMACS_ROOT)/lib/md5.h and on stamp_BLD.
42 42
432011-02-20 Christoph Scholtes <cschol2112@gmail.com> 432011-02-20 Christoph Scholtes <cschol2112@gmail.com>
44 44
45 * makefile.w32-in: Remove md5.$(O). 45 * makefile.w32-in: Remove md5.$(O).
46 ($(BLD)/md5.$(O)): Remove prerequisites, moved to 46 ($(BLD)/md5.$(O)): Remove prerequisites, moved to
@@ -744,14 +744,14 @@
744 to const char *, since they're usually low-level C strings, and 744 to const char *, since they're usually low-level C strings, and
745 this stays compatible with C89 pointer rules. All callers changed. 745 this stays compatible with C89 pointer rules. All callers changed.
746 746
747 * charset.c: conform to C89 pointer rules 747 * charset.c: Conform to C89 pointer rules.
748 (define_charset_internal): Switch between char * and unsigned char *. 748 (define_charset_internal): Switch between char * and unsigned char *.
749 749
750 * xmenu.c: conform to C89 const rules 750 * xmenu.c: Conform to C89 const rules.
751 (xmenu_show, xdialog_show): Declare local var as char *, not 751 (xmenu_show, xdialog_show): Declare local var as char *, not
752 const char *, to stay compatible with C89 const rules. 752 const char *, to stay compatible with C89 const rules.
753 753
754 * xdisp.c: conform to C89 pointer rules 754 * xdisp.c: Conform to C89 pointer rules.
755 (store_mode_line_noprop, display_string, reseat_to_string): 755 (store_mode_line_noprop, display_string, reseat_to_string):
756 (c_string_pos, number_of_chars, message_dolog): 756 (c_string_pos, number_of_chars, message_dolog):
757 (message_log_check_duplicate, set_message_1, store_mode_line_noprop): 757 (message_log_check_duplicate, set_message_1, store_mode_line_noprop):
@@ -759,7 +759,7 @@
759 Switch between char * and unsigned char * to stay compatible wth 759 Switch between char * and unsigned char * to stay compatible wth
760 C89 pointer rules. 760 C89 pointer rules.
761 761
762 * regex.c: conform to C89 pointer rules 762 * regex.c: Conform to C89 pointer rules.
763 (re_wctype): Add cast, as C89 does not allow assigning between 763 (re_wctype): Add cast, as C89 does not allow assigning between
764 char * and unsigned char *. 764 char * and unsigned char *.
765 (regex_compile): Likewise. 765 (regex_compile): Likewise.
@@ -916,10 +916,10 @@
916 (ns_string_to_pasteboard_internal): Use initWithBytesNoCopy 916 (ns_string_to_pasteboard_internal): Use initWithBytesNoCopy
917 instead of stringWithUTF8String (Bug#7934). 917 instead of stringWithUTF8String (Bug#7934).
918 918
9192011-01-29 Anders Lindgren <andlind@gmail.com> (tiny change) 9192011-01-29 Anders Lindgren <andlind@gmail.com> (tiny change)
920 920
921 * nsfont.m (nsfont_open): Ensure that fonts with inexact 921 * nsfont.m (nsfont_open): Ensure that fonts with inexact
922 descenders would not become one pixel too tall (Bug#7887). 922 descenders would not become one pixel too tall (Bug#7887).
923 923
9242011-01-28 Chong Yidong <cyd@stupidchicken.com> 9242011-01-28 Chong Yidong <cyd@stupidchicken.com>
925 925
@@ -1090,7 +1090,6 @@
1090 f_Vns_lost_selection_hooks, f_Vselection_alist, f_Vns_reg_to_script 1090 f_Vns_lost_selection_hooks, f_Vselection_alist, f_Vns_reg_to_script
1091 and corresponding defines. 1091 and corresponding defines.
1092 1092
1093
10942011-01-19 Sam Steingold <sds@gnu.org> 10932011-01-19 Sam Steingold <sds@gnu.org>
1095 1094
1096 * w32.c (check_windows_init_file): Remove declarations of 1095 * w32.c (check_windows_init_file): Remove declarations of
@@ -2195,10 +2194,10 @@
2195 * nsmenu.m: Use #include <config.h> instead of "config.h". 2194 * nsmenu.m: Use #include <config.h> instead of "config.h".
2196 2195
2197 * term.c (Qglyphless_char,last_glyphless_glyph_frame) 2196 * term.c (Qglyphless_char,last_glyphless_glyph_frame)
2198 (last_glyphless_glyph_face_id. last_glyphless_glyph_merged_face_id): 2197 (last_glyphless_glyph_face_id, last_glyphless_glyph_merged_face_id):
2199 Move declarations ... 2198 Move declarations ...
2200 * lisp.h (Qglyphless_char,last_glyphless_glyph_frame) 2199 * lisp.h (Qglyphless_char,last_glyphless_glyph_frame)
2201 (last_glyphless_glyph_face_id. last_glyphless_glyph_merged_face_id): 2200 (last_glyphless_glyph_face_id, last_glyphless_glyph_merged_face_id):
2202 ... here. 2201 ... here.
2203 2202
2204 * emacs.c (gdb_use_union, gdb_valbits,gdb_gctypebits) 2203 * emacs.c (gdb_use_union, gdb_valbits,gdb_gctypebits)
@@ -2302,7 +2301,7 @@
2302 (Qonly): Remove declarations. 2301 (Qonly): Remove declarations.
2303 * lisp.h (pending_malloc_warning, Vsaved_region_selection) 2302 * lisp.h (pending_malloc_warning, Vsaved_region_selection)
2304 (Vselect_active_regions): 2303 (Vselect_active_regions):
2305 * keyboard.h (timers_run): Add declarations. 2304 * keyboard.h (timers_run): Add declarations.
2306 2305
2307 * strftime.c (my_strftime_gmtime_r, my_strftime_localtime_r) 2306 * strftime.c (my_strftime_gmtime_r, my_strftime_localtime_r)
2308 (tm_diff): Convert definitions to standard C. 2307 (tm_diff): Convert definitions to standard C.
@@ -2436,7 +2435,7 @@
2436 2435
24372010-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 24362010-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2438 2437
2439 * keyboard.c (modify_event_symbol) : Add const to array elements of 2438 * keyboard.c (modify_event_symbol): Add const to array elements of
2440 arg NAME_TABLE. 2439 arg NAME_TABLE.
2441 (lispy_accent_keys, lispy_function_keys, lispy_multimedia_keys) 2440 (lispy_accent_keys, lispy_function_keys, lispy_multimedia_keys)
2442 (lispy_kana_keys, iso_lispy_function_keys, lispy_wheel_names) 2441 (lispy_kana_keys, iso_lispy_function_keys, lispy_wheel_names)
@@ -2527,7 +2526,6 @@
2527 (x_set_sticky): Pass atoms to set_wm_state. 2526 (x_set_sticky): Pass atoms to set_wm_state.
2528 (do_ewmh_fullscreen): Ditto. 2527 (do_ewmh_fullscreen): Ditto.
2529 2528
2530
2531 * xterm.h (x_display_info): Add Xatom_net_supported, 2529 * xterm.h (x_display_info): Add Xatom_net_supported,
2532 Xatom_net_supporting_wm_check, Xatom_net_active_window, 2530 Xatom_net_supporting_wm_check, Xatom_net_active_window,
2533 Xatom_net_wm_window_opacity, Xatom_XEMBED_INFO, SM_CLIENT_ID. 2531 Xatom_net_wm_window_opacity, Xatom_XEMBED_INFO, SM_CLIENT_ID.
@@ -2731,10 +2729,9 @@
2731 * coding.c (coding-category-list): Refer to set-coding-system-priority 2729 * coding.c (coding-category-list): Refer to set-coding-system-priority
2732 instead of the obsolete set-coding-priority in the doc string. 2730 instead of the obsolete set-coding-priority in the doc string.
2733 2731
2734
27352010-11-04 Adrian Robert <Adrian.B.Robert@gmail.com> 27322010-11-04 Adrian Robert <Adrian.B.Robert@gmail.com>
2736 2733
2737 * nsfont.m (nsfont_draw): Correct previous patch to return 2734 * nsfont.m (nsfont_draw): Correct previous patch to return
2738 correct value. 2735 correct value.
2739 * nsimage.m (EmacsImage-setXBMColor:): Correct previous patch: 2736 * nsimage.m (EmacsImage-setXBMColor:): Correct previous patch:
2740 don't change the method signature, change the return. 2737 don't change the method signature, change the return.
@@ -4593,7 +4590,7 @@
4593 4590
45942010-08-16 Jan Djärv <jan.h.d@swipnet.se> 45912010-08-16 Jan Djärv <jan.h.d@swipnet.se>
4595 4592
4596 * nsselect.m: include keyboard.h for QPRIMARY, remove its 4593 * nsselect.m: Include keyboard.h for QPRIMARY, remove its
4597 declaration (Bug#6863). 4594 declaration (Bug#6863).
4598 (syms_of_nsselect): Don't intern QPRIMARY. 4595 (syms_of_nsselect): Don't intern QPRIMARY.
4599 4596
@@ -4654,7 +4651,7 @@
4654 * w32menu.c (simple_dialog_show): Use unicode message box if available. 4651 * w32menu.c (simple_dialog_show): Use unicode message box if available.
4655 (MessageBoxW_Proc): New function typedef. 4652 (MessageBoxW_Proc): New function typedef.
4656 (unicode-message-box): New function pointer. 4653 (unicode-message-box): New function pointer.
4657 (globals_of_w32menu): Import it from user32.dll. (Bug#5629) 4654 (globals_of_w32menu): Import it from user32.dll. (Bug#5629)
4658 4655
46592010-08-13 Jan Djärv <jan.h.d@swipnet.se> 46562010-08-13 Jan Djärv <jan.h.d@swipnet.se>
4660 4657
@@ -8154,7 +8151,7 @@
8154 8151
81552010-04-30 Jan Djärv <jan.h.d@swipnet.se> 81522010-04-30 Jan Djärv <jan.h.d@swipnet.se>
8156 8153
8157 * xsettings.c: include limits.h and update file comment. 8154 * xsettings.c: Include limits.h and update file comment.
8158 8155
81592010-04-30 Glenn Morris <rgm@gnu.org> 81562010-04-30 Glenn Morris <rgm@gnu.org>
8160 8157
@@ -8931,7 +8928,7 @@
8931 * menu.c (digest_single_submenu): If USE_LUCID and HAVE_XFT, encode 8928 * menu.c (digest_single_submenu): If USE_LUCID and HAVE_XFT, encode
8932 menu items in UTF-8. 8929 menu items in UTF-8.
8933 8930
8934 * xmenu.c: include xsettings.h and xlwmenu.h if USE_LUCID. 8931 * xmenu.c: Include xsettings.h and xlwmenu.h if USE_LUCID.
8935 (apply_systemfont_to_menu): New function. 8932 (apply_systemfont_to_menu): New function.
8936 (set_frame_menubar, create_and_show_popup_menu): 8933 (set_frame_menubar, create_and_show_popup_menu):
8937 Call apply_systemfont_to_menu. 8934 Call apply_systemfont_to_menu.
@@ -9230,7 +9227,7 @@
9230 rather than appending it. 9227 rather than appending it.
9231 (handle_stop_backwards): New function. 9228 (handle_stop_backwards): New function.
9232 (reseat_1, pop_it, push_it): Set prev_stop and base_level_stop. 9229 (reseat_1, pop_it, push_it): Set prev_stop and base_level_stop.
9233 (reseat): call handle_stop_backwards to recompute prev_stop and 9230 (reseat): Call handle_stop_backwards to recompute prev_stop and
9234 base_level_stop for the new position. 9231 base_level_stop for the new position.
9235 (handle_invisible_prop): Under bidi iteration, skip invisible text 9232 (handle_invisible_prop): Under bidi iteration, skip invisible text
9236 using bidi_get_next_char_visually. If we are `reseat'ed, init the 9233 using bidi_get_next_char_visually. If we are `reseat'ed, init the