aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2006-01-23 16:08:46 +0000
committerJuanma Barranquero2006-01-23 16:08:46 +0000
commit9dd28cae262b1f6d18244592175aae01364432b3 (patch)
tree29a998d260a84222026d1587b13b83ab2b06b6e2 /src
parent253d8b7a32009eef28bc7ae7f608c938744c2a0b (diff)
downloademacs-9dd28cae262b1f6d18244592175aae01364432b3.tar.gz
emacs-9dd28cae262b1f6d18244592175aae01364432b3.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog52
1 files changed, 26 insertions, 26 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0c69874e0b1..66dcf16adb9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -637,7 +637,7 @@
637 * w32fns.c (w32_abort) [__GNUC__]: Add instructions for attaching 637 * w32fns.c (w32_abort) [__GNUC__]: Add instructions for attaching
638 GDB to the abort dialog. 638 GDB to the abort dialog.
639 639
6402005-12-09 Kyotaro HORIGUCHI <horiguti@meadowy.org> (tiny change) 6402005-12-09 Kyotaro HORIGUCHI <horiguti@meadowy.org> (tiny change)
641 641
642 * indent.c (Fvertical_motion): Force move if starting on 642 * indent.c (Fvertical_motion): Force move if starting on
643 stretch glyph. 643 stretch glyph.
@@ -891,7 +891,7 @@
891 891
892 * s/darwin.h (LIBS_CARBON) [!HAVE_CARBON]: Remove `-framework Carbon'. 892 * s/darwin.h (LIBS_CARBON) [!HAVE_CARBON]: Remove `-framework Carbon'.
893 893
8942005-11-11 David Reitter <david.reitter@gmail.com> 8942005-11-11 David Reitter <david.reitter@gmail.com>
895 895
896 * macterm.c (syms_of_macterm): Remove macCtrlKey, macShiftKey, 896 * macterm.c (syms_of_macterm): Remove macCtrlKey, macShiftKey,
897 macMetaKey, macAltKey. Introduce Qctrl, Qmeta, 897 macMetaKey, macAltKey. Introduce Qctrl, Qmeta,
@@ -923,7 +923,7 @@
923 ignore_overlay_strings_at_pos_p if dpvec came from an overlay 923 ignore_overlay_strings_at_pos_p if dpvec came from an overlay
924 string, so we skip those overlay strings at current pos. 924 string, so we skip those overlay strings at current pos.
925 925
9262005-11-10 Lars Hansen <larsh@soem.dk> 9262005-11-10 Lars Hansen <larsh@soem.dk>
927 927
928 * fileio.c (file-regular-p): Doc fix. 928 * fileio.c (file-regular-p): Doc fix.
929 929
@@ -1034,7 +1034,7 @@
1034 1034
1035 * xdisp.c (display_line): Restore it->current_x and call 1035 * xdisp.c (display_line): Restore it->current_x and call
1036 extend_face_to_end_of_line when last glyph doesn't fit on line. 1036 extend_face_to_end_of_line when last glyph doesn't fit on line.
1037 (set_glyph_string_background_width): Remove specific tests here 1037 (set_glyph_string_background_width): Remove specific tests here
1038 to see if face background should extend to end of line. Simplify. 1038 to see if face background should extend to end of line. Simplify.
1039 1039
10402005-10-30 Richard M. Stallman <rms@gnu.org> 10402005-10-30 Richard M. Stallman <rms@gnu.org>
@@ -1636,7 +1636,7 @@
1636 1636
1637 * dispextern.h (fatal): Delete prototype. 1637 * dispextern.h (fatal): Delete prototype.
1638 1638
1639 * systime.h: (make_time): Prototype moved from ... 1639 * systime.h (make_time): Prototype moved from ...
1640 * editfns.c (make_time): ... here. 1640 * editfns.c (make_time): ... here.
1641 1641
1642 * editfns.c: Move systime.h include after lisp.h. 1642 * editfns.c: Move systime.h include after lisp.h.
@@ -1870,9 +1870,9 @@
1870 get_current_dir_name. 1870 get_current_dir_name.
1871 (get_current_dir_name): Remove prototype. 1871 (get_current_dir_name): Remove prototype.
1872 1872
1873 * xsmfns.c: (get_current_dir_name): Remove prototype. 1873 * xsmfns.c (get_current_dir_name): Remove prototype.
1874 1874
1875 * lisp.h: (get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]: 1875 * lisp.h (get_current_dir_name) [!HAVE_GET_CURRENT_DIR_NAME]:
1876 Add prototype. 1876 Add prototype.
1877 1877
1878 * sysdep.c [WINDOWSNT]: Add prototype for getwd. 1878 * sysdep.c [WINDOWSNT]: Add prototype for getwd.
@@ -2563,7 +2563,7 @@
2563 2563
2564 * window.c (window_scroll_pixel_based, window_scroll_line_based): 2564 * window.c (window_scroll_pixel_based, window_scroll_line_based):
2565 Handle `scroll-preserve-screen-position' non-nil, non-t specially. 2565 Handle `scroll-preserve-screen-position' non-nil, non-t specially.
2566 (syms_of_window): <scroll-preserve-screen-position>: Doc fix. 2566 (syms_of_window) <scroll-preserve-screen-position>: Doc fix.
2567 2567
25682005-07-02 Juri Linkov <juri@jurta.org> 25682005-07-02 Juri Linkov <juri@jurta.org>
2569 2569
@@ -7191,7 +7191,7 @@
7191 7191
7192 * config.in: Rebuild. 7192 * config.in: Rebuild.
7193 7193
7194 * Makefile.in: Run setarch i386 ./temacs if exec-shield is present. 7194 * Makefile.in: Run setarch i386 ./temacs if exec-shield is present.
7195 7195
71962004-09-18 Stefan Monnier <monnier@iro.umontreal.ca> 71962004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
7197 7197
@@ -7771,7 +7771,7 @@
7771 7771
7772 * buffer.c (Fswitch_to_buffer, Fpop_to_buffer): Doc fixes. 7772 * buffer.c (Fswitch_to_buffer, Fpop_to_buffer): Doc fixes.
7773 7773
7774 * window.c (Fwindow_buffer, Fother_window, Fget_lru_window) 7774 * window.c (Fwindow_buffer, Fother_window, Fget_lru_window)
7775 (Fget_largest_window, Fget_buffer_window, Fdelete_windows_on) 7775 (Fget_largest_window, Fget_buffer_window, Fdelete_windows_on)
7776 (Freplace_buffer_in_windows, Fset_window_buffer) 7776 (Freplace_buffer_in_windows, Fset_window_buffer)
7777 (Fselect-window, Fdisplay-buffer, Fsplit_window): Doc fixes. 7777 (Fselect-window, Fdisplay-buffer, Fsplit_window): Doc fixes.
@@ -9424,7 +9424,7 @@
9424 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p) 9424 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
9425 (make_image, free_image, prepare_image_for_display, image_ascent) 9425 (make_image, free_image, prepare_image_for_display, image_ascent)
9426 (four_corners_best, image_background, image_background_transparent) 9426 (four_corners_best, image_background, image_background_transparent)
9427 (x_clear_image_1, x_clear_image, x_alloc_image_color) 9427 (x_clear_image_1, x_clear_image, x_alloc_image_color)
9428 (make_image_cache, free_image_cache, clear_image_cache) 9428 (make_image_cache, free_image_cache, clear_image_cache)
9429 (Fclear_image_cache, postprocess_image, lookup_image, cache_image) 9429 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
9430 (forall_images_in_image_cache, x_create_x_image_and_pixmap) 9430 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
@@ -9462,7 +9462,7 @@
9462 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p) 9462 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
9463 (make_image, free_image, prepare_image_for_display, image_ascent) 9463 (make_image, free_image, prepare_image_for_display, image_ascent)
9464 (four_corners_best, image_background, image_background_transparent) 9464 (four_corners_best, image_background, image_background_transparent)
9465 (x_clear_image_1, x_clear_image, x_alloc_image_color) 9465 (x_clear_image_1, x_clear_image, x_alloc_image_color)
9466 (make_image_cache, free_image_cache, clear_image_cache) 9466 (make_image_cache, free_image_cache, clear_image_cache)
9467 (Fclear_image_cache, postprocess_image, lookup_image, cache_image) 9467 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
9468 (forall_images_in_image_cache, x_create_x_image_and_pixmap) 9468 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
@@ -9494,7 +9494,7 @@
9494 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p) 9494 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
9495 (make_image, free_image, prepare_image_for_display, image_ascent) 9495 (make_image, free_image, prepare_image_for_display, image_ascent)
9496 (four_corners_best, image_background, image_background_transparent) 9496 (four_corners_best, image_background, image_background_transparent)
9497 (x_clear_image_1, x_clear_image, x_alloc_image_color) 9497 (x_clear_image_1, x_clear_image, x_alloc_image_color)
9498 (make_image_cache, free_image_cache, clear_image_cache) 9498 (make_image_cache, free_image_cache, clear_image_cache)
9499 (Fclear_image_cache, postprocess_image, lookup_image, cache_image) 9499 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
9500 (forall_images_in_image_cache, x_create_x_image_and_pixmap) 9500 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
@@ -9524,7 +9524,7 @@
9524 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p) 9524 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
9525 (make_image, free_image, prepare_image_for_display, image_ascent) 9525 (make_image, free_image, prepare_image_for_display, image_ascent)
9526 (four_corners_best, image_background, image_background_transparent) 9526 (four_corners_best, image_background, image_background_transparent)
9527 (x_clear_image_1, x_clear_image, x_alloc_image_color) 9527 (x_clear_image_1, x_clear_image, x_alloc_image_color)
9528 (make_image_cache, free_image_cache, clear_image_cache) 9528 (make_image_cache, free_image_cache, clear_image_cache)
9529 (Fclear_image_cache, postprocess_image, lookup_image, cache_image) 9529 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
9530 (forall_images_in_image_cache, x_create_x_image_and_pixmap) 9530 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
@@ -10299,7 +10299,7 @@
10299 (Fx_change_window_property): Add declaration of parameters type and 10299 (Fx_change_window_property): Add declaration of parameters type and
10300 format. Remove unused variable cons. 10300 format. Remove unused variable cons.
10301 10301
10302 * xselect.c: Include stdio,h. 10302 * xselect.c: Include stdio.h.
10303 10303
103042004-02-05 Kenichi Handa <handa@m17n.org> 103042004-02-05 Kenichi Handa <handa@m17n.org>
10305 10305
@@ -11932,7 +11932,7 @@
11932 11932
119332003-07-13 Terje Rosten <terjeros@phys.ntnu.no> 119332003-07-13 Terje Rosten <terjeros@phys.ntnu.no>
11934 11934
11935 * xterm.c (x_bitmap_icon,x_wm_set_icon_pixmap): Modify to add mask, 11935 * xterm.c (x_bitmap_icon, x_wm_set_icon_pixmap): Modify to add mask,
11936 and use the Gtk+ function gtk_window_icon_from_file if available. 11936 and use the Gtk+ function gtk_window_icon_from_file if available.
11937 11937
11938 * xfns.c (x_bitmap_mask, x_create_bitmap_mask): New functions to 11938 * xfns.c (x_bitmap_mask, x_create_bitmap_mask): New functions to
@@ -16511,7 +16511,7 @@
165112002-09-08 Kim F. Storm <storm@cua.dk> 165112002-09-08 Kim F. Storm <storm@cua.dk>
16512 16512
16513 * macros.c (executing_macro_index): Change type to EMACS_INT. 16513 * macros.c (executing_macro_index): Change type to EMACS_INT.
16514 (syms_of_macros): DEFVAR_INT it (needed by kmacro). 16514 (syms_of_macros): DEFVAR_INT it (needed by kmacro).
16515 16515
16516 * macros.h (executing_macro_index): Change type to EMACS_INT. 16516 * macros.h (executing_macro_index): Change type to EMACS_INT.
16517 16517
@@ -18999,10 +18999,10 @@
18999 Intern and staticpro QCtype and Qdatagram. 18999 Intern and staticpro QCtype and Qdatagram.
19000 (syms_of_process) [!subprocess]: Intern and staticpro QCtype. 19000 (syms_of_process) [!subprocess]: Intern and staticpro QCtype.
19001 19001
19002 * xfns.c: (QCtype): Remove duplicate declaration and 19002 * xfns.c (QCtype): Remove duplicate declaration and
19003 initialization (is now declared in process.c). 19003 initialization (is now declared in process.c).
19004 19004
19005 * w32fns.c: (QCtype): Remove duplicate declaration and 19005 * w32fns.c (QCtype): Remove duplicate declaration and
19006 initialization (is now declared in process.c). 19006 initialization (is now declared in process.c).
19007 19007
190082002-03-21 Richard M. Stallman <rms@gnu.org> 190082002-03-21 Richard M. Stallman <rms@gnu.org>
@@ -19117,7 +19117,7 @@
19117 Doc fix: Member kill_without_query is inverse of query-on-exit flag. 19117 Doc fix: Member kill_without_query is inverse of query-on-exit flag.
19118 19118
19119 * process.c (Qlocal, QCname, QCbuffer, QChost, QCservice, QCfamily) 19119 * process.c (Qlocal, QCname, QCbuffer, QChost, QCservice, QCfamily)
19120 (QClocal, QCremote, QCserver, QCdatagram, QCnowait, QCnoquery,QCstop) 19120 (QClocal, QCremote, QCserver, QCdatagram, QCnowait, QCnoquery, QCstop)
19121 (QCcoding, QCoptions, QCfilter, QCsentinel, QClog, QCfeature): 19121 (QCcoding, QCoptions, QCfilter, QCsentinel, QClog, QCfeature):
19122 New variables. 19122 New variables.
19123 (NETCONN1_P): New macro. 19123 (NETCONN1_P): New macro.
@@ -19447,7 +19447,7 @@
19447 19447
194482002-02-28 Kim F. Storm <storm@cua.dk> 194482002-02-28 Kim F. Storm <storm@cua.dk>
19449 19449
19450 * window.c: (minibuf_selected_window): Renamed from 19450 * window.c (minibuf_selected_window): Renamed from
19451 Vminibuf_selected_window. Users changed. 19451 Vminibuf_selected_window. Users changed.
19452 (syms_of_window): Staticpro it. 19452 (syms_of_window): Staticpro it.
19453 19453
@@ -19457,14 +19457,14 @@
19457 which is similar to Vminibuf_scroll_window, but which is only set 19457 which is similar to Vminibuf_scroll_window, but which is only set
19458 on entry to the minibuffer (from a non-minibuffer window): 19458 on entry to the minibuffer (from a non-minibuffer window):
19459 19459
19460 * window.c: (Vminibuf_selected_window): New variable. 19460 * window.c (Vminibuf_selected_window): New variable.
19461 (struct save_window_data): New member minibuf_selected_window. 19461 (struct save_window_data): New member minibuf_selected_window.
19462 (Fset_window_configuration): Restore Vminibuf_selected_window. 19462 (Fset_window_configuration): Restore Vminibuf_selected_window.
19463 (Fcurrent_window_configuration): Save Vminibuf_selected_window. 19463 (Fcurrent_window_configuration): Save Vminibuf_selected_window.
19464 Set minibuf_scroll_window member to nil if minibuf_level is 0. 19464 Set minibuf_scroll_window member to nil if minibuf_level is 0.
19465 (compare_window_configurations): Compare minibuf_selected_window. 19465 (compare_window_configurations): Compare minibuf_selected_window.
19466 19466
19467 * window.h: (Vminibuf_selected_window): Declare extern. 19467 * window.h (Vminibuf_selected_window): Declare extern.
19468 19468
19469 * minibuf.c (read_minibuf): Set Vminibuf_selected_window on first 19469 * minibuf.c (read_minibuf): Set Vminibuf_selected_window on first
19470 entry to minibuffer or on entry from a non-minibuffer window. 19470 entry to minibuffer or on entry from a non-minibuffer window.
@@ -19590,7 +19590,7 @@
19590 19590
195912002-02-22 Eli Zaretskii <eliz@is.elta.co.il> 195912002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
19592 19592
19593 Support for ICCCM Extended Segments in X selections: 19593 Support for ICCCM Extended Segments in X selections:
19594 19594
19595 * xselect.c <Qcompound_text_no_extensions>: New variable. 19595 * xselect.c <Qcompound_text_no_extensions>: New variable.
19596 (syms_of_xselect): Intern and staticpro it. 19596 (syms_of_xselect): Intern and staticpro it.
@@ -19744,7 +19744,7 @@
19744 19744
197452002-02-13 Kim F. Storm <storm@cua.dk> 197452002-02-13 Kim F. Storm <storm@cua.dk>
19746 19746
19747 * window.c: (Vmode_line_in_non_selected_windows): Removed. 19747 * window.c (Vmode_line_in_non_selected_windows): Removed.
19748 (mode_line_in_non_selected_windows): New variable. 19748 (mode_line_in_non_selected_windows): New variable.
19749 (syms_of_window): DEFVAR_BOOL it. 19749 (syms_of_window): DEFVAR_BOOL it.
19750 19750
@@ -19775,7 +19775,7 @@
19775 19775
197762002-02-11 Kim F. Storm <storm@cua.dk> 197762002-02-11 Kim F. Storm <storm@cua.dk>
19777 19777
19778 * window.c: (Vmode_line_in_non_selected_windows): New variable. 19778 * window.c (Vmode_line_in_non_selected_windows): New variable.
19779 (syms_of_window): DEFVAR_LISP it. 19779 (syms_of_window): DEFVAR_LISP it.
19780 19780
19781 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): New macro. 19781 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): New macro.