aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog18
1 files changed, 9 insertions, 9 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e26549f32cb..14ef37558a0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -117,7 +117,7 @@
1172009-04-13 Jason Rumney <jasonr@gnu.org> 1172009-04-13 Jason Rumney <jasonr@gnu.org>
118 118
119 * faces.el (frame-set-background-mode): Window system frames 119 * faces.el (frame-set-background-mode): Window system frames
120 default to light. Use default in cases where specified color 120 default to light. Use default in cases where specified color
121 does not exist (Bug#2969). 121 does not exist (Bug#2969).
122 122
1232009-04-13 Kenichi Handa <handa@m17n.org> 1232009-04-13 Kenichi Handa <handa@m17n.org>
@@ -201,7 +201,7 @@
2012009-04-09 Michael Albinus <michael.albinus@gmx.de> 2012009-04-09 Michael Albinus <michael.albinus@gmx.de>
202 202
203 * net/tramp.el (tramp-file-name-handler-alist): Add `vc-registered'. 203 * net/tramp.el (tramp-file-name-handler-alist): Add `vc-registered'.
204 (tramp-handle-vc-registered ): New defun. (Bug#1741) 204 (tramp-handle-vc-registered): New defun. (Bug#1741)
205 205
206 * net/tramp-cache.el (tramp-flush-directory-property): Use the 206 * net/tramp-cache.el (tramp-flush-directory-property): Use the
207 localname of KEY for check. 207 localname of KEY for check.
@@ -286,7 +286,7 @@
286 `ange-ftp-set-file-modes' (Bug#2865). 286 `ange-ftp-set-file-modes' (Bug#2865).
287 (ange-ftp-call-chmod): Add error handling. 287 (ange-ftp-call-chmod): Add error handling.
288 288
289 * net/tramp.el (tramp-default-file-modes) New defun. Replace all 289 * net/tramp.el (tramp-default-file-modes): New defun. Replace all
290 calls of `file-modes' by this (Bug#2869). 290 calls of `file-modes' by this (Bug#2869).
291 (tramp-handle-find-backup-file-name): Use `symbol-value' instead 291 (tramp-handle-find-backup-file-name): Use `symbol-value' instead
292 of `boundp'. 292 of `boundp'.
@@ -1006,7 +1006,7 @@
1006 1006
10072009-02-26 Michael Albinus <michael.albinus@gmx.de> 10072009-02-26 Michael Albinus <michael.albinus@gmx.de>
1008 1008
1009 * net/tramp.el (tramp-remote-coding-commands): Add "base64". (Bug#2463) 1009 * net/tramp.el (tramp-remote-coding-commands): Add "base64". (Bug#2463)
1010 1010
10112009-02-26 Juanma Barranquero <lekktu@gmail.com> 10112009-02-26 Juanma Barranquero <lekktu@gmail.com>
1012 1012
@@ -1347,7 +1347,7 @@
13472009-02-17 Jason Rumney <jasonr@gnu.org> 13472009-02-17 Jason Rumney <jasonr@gnu.org>
1348 1348
1349 * files.el (make-directory): Stop recursing if parent is 1349 * files.el (make-directory): Stop recursing if parent is
1350 self. (Bug#2309) 1350 self. (Bug#2309)
1351 1351
13522009-02-17 Juanma Barranquero <lekktu@gmail.com> 13522009-02-17 Juanma Barranquero <lekktu@gmail.com>
1353 1353
@@ -1448,8 +1448,8 @@
1448 1448
14492009-02-14 Ian Eure <ian@digg.com> (tiny change) 14492009-02-14 Ian Eure <ian@digg.com> (tiny change)
1450 1450
1451 * progmodes/sql.el (sql-product-alist, sql-connect-sqlite): 1451 * progmodes/sql.el (sql-product-alist, sql-connect-sqlite): Remove host,
1452 Remove host, user, password options not applicable to SQlite. (Bug#1904) 1452 user, password options not applicable to SQlite. (Bug#1904)
1453 1453
14542009-02-14 Richard M Stallman <rms@gnu.org> 14542009-02-14 Richard M Stallman <rms@gnu.org>
1455 1455
@@ -1872,7 +1872,7 @@
18722009-02-04 Nick Roberts <nickrob@snap.net.nz> 18722009-02-04 Nick Roberts <nickrob@snap.net.nz>
1873 1873
1874 * vc-svn.el (vc-svn-diff): Revert previous change but add a test 1874 * vc-svn.el (vc-svn-diff): Revert previous change but add a test
1875 for newvars is nil. (C-u C-x v = with default values). 1875 for newvars is nil. (C-u C-x v = with default values).
1876 1876
18772009-02-04 Dan Nicolaescu <dann@ics.uci.edu> 18772009-02-04 Dan Nicolaescu <dann@ics.uci.edu>
1878 1878
@@ -2375,7 +2375,7 @@
2375 variable to allow the user to choose icalendar UID format. 2375 variable to allow the user to choose icalendar UID format.
2376 (icalendar--diarytime-to-isotime): Bug fix, now times in the range 2376 (icalendar--diarytime-to-isotime): Bug fix, now times in the range
2377 12:00am-12:59am are correctly converted to 0000-0059, instead of 12pm. 2377 12:00am-12:59am are correctly converted to 0000-0059, instead of 12pm.
2378 (icalendar-export-region,icalendar--create-uid): Use custom 2378 (icalendar-export-region, icalendar--create-uid): Use custom
2379 function to compute icalendar UID for each entry. 2379 function to compute icalendar UID for each entry.
2380 (icalendar--parse-summary-and-rest): Bug fix for parsing of lines 2380 (icalendar--parse-summary-and-rest): Bug fix for parsing of lines
2381 with description, location, etc. fields (need to keep active count 2381 with description, location, etc. fields (need to keep active count