diff options
| author | Miles Bader | 2006-02-01 10:07:17 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-02-01 10:07:17 +0000 |
| commit | 06eb776d8e80eaed0f6b04349dbd4df9292131d9 (patch) | |
| tree | f8f308fcd75d052e99c7e176efc100c8488fda7f /src/ChangeLog | |
| parent | db856169c248b363fe3dc5ee4e8b1dd18c3a05a2 (diff) | |
| parent | 46e8fe3d6ce114ae3ecd41f7add9ed7f0c13f4b6 (diff) | |
| download | emacs-06eb776d8e80eaed0f6b04349dbd4df9292131d9.tar.gz emacs-06eb776d8e80eaed0f6b04349dbd4df9292131d9.zip | |
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-9
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 16-33)
- Update from CVS
- Install ERC.
- Fix ERC compiler warnings.
- Use utf-8 encoding in ERC ChangeLogs.
- Merge ERC-related Viper hacks into Viper.
- Merge from erc--main--0
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 8-13)
- Merge from emacs--devo--0
- Update from CVS
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0a77c8fff3b..cce484a0e3a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,60 @@ | |||
| 1 | 2006-01-31 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * gtkutil.c (update_frame_tool_bar): Use new tool bar functions | ||
| 4 | (gtk_toolbar_insert) so we can have tool bars of different sizes. | ||
| 5 | |||
| 6 | 2006-01-30 Luc Teirlinck <teirllm@auburn.edu> | ||
| 7 | |||
| 8 | * data.c (Flistp): Doc fix. | ||
| 9 | |||
| 10 | 2006-01-30 Juanma Barranquero <lekktu@gmail.com> | ||
| 11 | |||
| 12 | * window.c (Fother_window, Fwindow_vscroll, Fset_window_vscroll): | ||
| 13 | Fix typos in docstrings. | ||
| 14 | |||
| 15 | 2006-01-28 Luc Teirlinck <teirllm@auburn.edu> | ||
| 16 | |||
| 17 | * data.c (Fcar, Fcdr): Add links to Elisp manual to the docstrings. | ||
| 18 | |||
| 19 | 2006-01-27 Chong Yidong <cyd@stupidchicken.com> | ||
| 20 | |||
| 21 | * alloc.c (make_interval, allocate_string) | ||
| 22 | (allocate_string_data, make_float, Fcons, allocate_vectorlike) | ||
| 23 | (Fmake_symbol, allocate_misc): Use BLOCK_INPUT when accessing | ||
| 24 | global variables. | ||
| 25 | |||
| 26 | 2006-01-27 Eli Zaretskii <eliz@gnu.org> | ||
| 27 | |||
| 28 | * dired.c (DIRENTRY_NONEMPTY) [__CYGWIN__]: Don't use d_ino; use | ||
| 29 | the MSDOS definition. | ||
| 30 | |||
| 31 | 2006-01-26 Richard M. Stallman <rms@gnu.org> | ||
| 32 | |||
| 33 | * alloc.c (check_pure_size): Make overflow message an "error message". | ||
| 34 | |||
| 35 | * keymap.c (Fmap_keymap): Doc fix. | ||
| 36 | |||
| 37 | * xfns.c (Fx_create_frame): Put all specified parms into f->param_alist | ||
| 38 | unless they were cleared out. | ||
| 39 | |||
| 40 | * frame.c (x_get_arg): "Clear out" the parm in ALIST if found there. | ||
| 41 | |||
| 42 | 2006-01-26 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu> | ||
| 43 | |||
| 44 | * editfns.c (Fconstrain_to_field): Fix behaviour on field boundaries. | ||
| 45 | (find_field): Set before_field to after_field when pos is at BEGV. | ||
| 46 | (Fline_beginning_position, Fline_end_position): Clarify | ||
| 47 | confusing doc string. | ||
| 48 | |||
| 49 | * cmds.c (Fbeginning_of_line, Fend_of_line): Clarify confusing doc | ||
| 50 | string. | ||
| 51 | |||
| 52 | 2006-01-26 Kenichi Handa <handa@m17n.org> | ||
| 53 | |||
| 54 | * callproc.c (Fcall_process): GCPRO error_file. Encode infile, | ||
| 55 | current_dir, and error_file. On reporting an error, decode them | ||
| 56 | back. | ||
| 57 | |||
| 1 | 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca> | 58 | 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 59 | ||
| 3 | * regex.c (IMMEDIATE_QUIT_CHECK): Use it with SYNC_INPUT as well. | 60 | * regex.c (IMMEDIATE_QUIT_CHECK): Use it with SYNC_INPUT as well. |