comparison lisp/ChangeLog @ 83261:7d309d464f83

Merged from miles@gnu.org--gnu-2005 (patch 28-30, 126-128) Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-126 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-127 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-128 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-28 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-29 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-30 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-301
author Karoly Lorentey <lorentey@elte.hu>
date Fri, 25 Feb 2005 13:02:38 +0000
parents 25f02aeb20f4 b88558eeedbb
children 92c8be21e2c3
comparison
equal deleted inserted replaced
83260:25f02aeb20f4 83261:7d309d464f83
1 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
2
3 * frame.el (blink-cursor-mode): Add :group keyword.
4
5 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
6
7 * calendar/icalendar.el (icalendar--decode-isodatetime): New
8 optional argument DAY-SHIFT.
9 (icalendar-export-region): Fix coding-system-for-write.
10 (icalendar--convert-ical-to-diary): Shift end-day of all-day
11 events by one.
12
13 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
14
15 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
16
17 2005-02-24 Kim F. Storm <storm@cua.dk>
18
19 * international/iso-acc.el (iso-accents-compose): Fix crash
20 during redisplay. Call force-window-update after read-event
21 and delete-region to signal that window is not accurate.
22
23 2005-02-23 Richard M. Stallman <rms@gnu.org>
24
25 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
26 appointment says it was explicitly made.
27 (appt-add): Set the 3rd element.
28 (appt-make-list): Preserve explicit appointments.
29
30 * subr.el (find-tag-default): Catch errors in forward-sexp.
31
32 2005-02-23 Juri Linkov <juri@jurta.org>
33
34 * info.el (Info-isearch-search): New defcustom.
35 (Info-isearch-search): Call the default isearch function
36 when Info-isearch-search is nil.
37 (Info-isearch-wrap): Use variable Info-isearch-search.
38
1 2005-02-22 Luc Teirlinck <teirllm@auburn.edu> 39 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
2 40
3 * cus-edit.el: Comment change. 41 * cus-edit.el: Comment change.
4 42
5 2005-02-22 Kim F. Storm <storm@cua.dk> 43 2005-02-22 Kim F. Storm <storm@cua.dk>
6 44
7 * progmodes/hideif.el (hide-ifdef-use-define-alist): Use 45 * progmodes/hideif.el (hide-ifdef-use-define-alist):
8 completing-read. Suggested by Juan-Leon Lahoz Garcia. 46 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
9 47
10 2005-02-22 Simon Josefsson <jas@extundo.com> 48 2005-02-22 Simon Josefsson <jas@extundo.com>
11 49
12 * net/browse-url.el (browse-url-netscape-new-window-is-tab): New 50 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
13 variable. 51 New variable.
14 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk' 52 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
15 Oskarsson" <myrkraverk@users.sourceforget.net>. 53 Oskarsson" <myrkraverk@users.sourceforget.net>.
16 54
17 2005-02-22 Kim F. Storm <storm@cua.dk> 55 2005-02-22 Kim F. Storm <storm@cua.dk>
18 56