aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKaroly Lorentey2004-06-03 16:45:20 +0000
committerKaroly Lorentey2004-06-03 16:45:20 +0000
commitbf2d7b586bf6add7527739fcbdc007e921259397 (patch)
treeacf06ea1cb8dd626d6a1e746f0306e315838a068 /src/ChangeLog
parent190a56d6e02f134591a9d8861b8c4aa55bbec79b (diff)
parent52deb19f2472448f319e96b627bc8d84d86134fe (diff)
downloademacs-bf2d7b586bf6add7527739fcbdc007e921259397.tar.gz
emacs-bf2d7b586bf6add7527739fcbdc007e921259397.zip
Merged in changes from CVS trunk.
Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-357 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-358 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-359 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-360 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-361 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-362 Support " [...]" style defaults in minibuffer-electric-default-mode * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-363 (read-number): Use canonical format for default in prompt. * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-364 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-365 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-184
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog26
1 files changed, 23 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4be50d1108d..fd108641f22 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,23 @@
12004-06-03 Juanma Barranquero <lektu@terra.es>
2
3 * w32fns.c (Fx_display_grayscale_p, Fw32_send_sys_command)
4 (Vw32_color_map): Fix typo in docstring.
5 (Fx_create_frame, Fw32_find_bdf_fonts, Fx_show_tip)
6 (Fw32_unregister_hot_key, Fw32_reconstruct_hot_key):
7 Make argument names match their use in docstring.
8
92004-06-02 Juanma Barranquero <lektu@terra.es>
10
11 Work around bugs/problems with MinGW builds of graphics libraries
12 called from MSVC builds of Emacs.
13
14 * image.c (lookup_image): Make pointer to img static.
15 (png_read_from_memory): Disable "global" optimization.
16
172004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18
19 * mem-limits.h (EXCEEDS_LISP_PTR) [USE_LSB_TAG]: Never true.
20
12004-05-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 212004-05-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 22
3 * macfns.c: Don't include ccl.h. 23 * macfns.c: Don't include ccl.h.
@@ -13,7 +33,7 @@
13 (x_create_tip_frame, Fx_show_tip, Fx_hide_tip): Sync with xfns.c. 33 (x_create_tip_frame, Fx_show_tip, Fx_hide_tip): Sync with xfns.c.
14 (syms_of_macfns): Initialize Qcancel_timer, Vx_max_tooltip_size, 34 (syms_of_macfns): Initialize Qcancel_timer, Vx_max_tooltip_size,
15 and last_show_tip_args. 35 and last_show_tip_args.
16 36
17 * macgui.h [!MAC_OSX]: Include Gestalt.h. 37 * macgui.h [!MAC_OSX]: Include Gestalt.h.
18 (Cursor, No_Cursor): New defines. 38 (Cursor, No_Cursor): New defines.
19 [!TARGET_API_MAC_CARBON] (SetPortWindowPort): New compatibility 39 [!TARGET_API_MAC_CARBON] (SetPortWindowPort): New compatibility
@@ -2012,7 +2032,7 @@
2012 completion-regexp-list. Define Qcase_fold_search and staticpro it. 2032 completion-regexp-list. Define Qcase_fold_search and staticpro it.
2013 (read_minibuf): Fix initial comment. 2033 (read_minibuf): Fix initial comment.
2014 (Ftry_completion, Fall_completions, Ftest_completion): Bind 2034 (Ftry_completion, Fall_completions, Ftest_completion): Bind
2015 case-fold-serach to the value of completion-ignore-case when 2035 case-fold-search to the value of completion-ignore-case when
2016 checking completion-regexp-list. 2036 checking completion-regexp-list.
2017 (Fdisplay_completion_list): Make it handle arguments that are 2037 (Fdisplay_completion_list): Make it handle arguments that are
2018 symbols. Doc fix. 2038 symbols. Doc fix.
@@ -8620,7 +8640,7 @@
8620 8640
86212002-08-19 Kim F. Storm <storm@cua.dk> 86412002-08-19 Kim F. Storm <storm@cua.dk>
8622 8642
8623 * keyboard.c (Fclear_this_command_keys): Added optional arg 8643 * keyboard.c (Fclear_this_command_keys): Add optional arg
8624 KEEP-RECORD to avoid clearing lossage when we just want to clear 8644 KEEP-RECORD to avoid clearing lossage when we just want to clear
8625 the current key sequence (kmacro needs this). 8645 the current key sequence (kmacro needs this).
8626 8646