diff options
| author | Karoly Lorentey | 2004-06-03 16:45:20 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2004-06-03 16:45:20 +0000 |
| commit | bf2d7b586bf6add7527739fcbdc007e921259397 (patch) | |
| tree | acf06ea1cb8dd626d6a1e746f0306e315838a068 /src/ChangeLog | |
| parent | 190a56d6e02f134591a9d8861b8c4aa55bbec79b (diff) | |
| parent | 52deb19f2472448f319e96b627bc8d84d86134fe (diff) | |
| download | emacs-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/ChangeLog | 26 |
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 @@ | |||
| 1 | 2004-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 | |||
| 9 | 2004-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 | |||
| 17 | 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 18 | |||
| 19 | * mem-limits.h (EXCEEDS_LISP_PTR) [USE_LSB_TAG]: Never true. | ||
| 20 | |||
| 1 | 2004-05-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 21 | 2004-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 | ||
| 8621 | 2002-08-19 Kim F. Storm <storm@cua.dk> | 8641 | 2002-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 | ||