comparison src/ChangeLog @ 90288:7432ca837c8d

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
author Miles Bader <miles@gnu.org>
date Wed, 01 Feb 2006 10:07:17 +0000
parents 5b7d410e31f9 4e4d545ce006
children d6f8fe3307c8
comparison
equal deleted inserted replaced
90287:3cd97358d81a 90288:7432ca837c8d
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.
4 (re_match_2_internal) <on_failure_jump, on_failure_jump_smart>: 61 (re_match_2_internal) <on_failure_jump, on_failure_jump_smart>:
5 Don't check for quit, since any loop will go through fail or jump. 62 Don't check for quit, since any loop will go through fail or jump.