aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog11
1 files changed, 3 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index aec62a08105..9f195dfe7b6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -100,7 +100,7 @@
100 100
1012007-09-12 Micha,Ak(Bl Cadilhac <michael@cadilhac.name> 1012007-09-12 Micha,Ak(Bl Cadilhac <michael@cadilhac.name>
102 102
103 * lisp/net/browse-url.el (browse-url-encode-url): Fix an infinite loop. 103 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
104 New argument `filename-p' to use one set of confusing chars or another. 104 New argument `filename-p' to use one set of confusing chars or another.
105 (browse-url-file-url): Use the argument. 105 (browse-url-file-url): Use the argument.
106 Suggested by Johannes Weiner. 106 Suggested by Johannes Weiner.
@@ -301,7 +301,7 @@
301 301
3022007-09-07 Carsten Dominik <dominik@science.uva.nl> 3022007-09-07 Carsten Dominik <dominik@science.uva.nl>
303 303
304 * textmodes/org.el: (org-edit-timestamp-down-means-later): New option. 304 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
305 (org-agenda-after-show-hook): New variable. 305 (org-agenda-after-show-hook): New variable.
306 (org-columns-compile-format) 306 (org-columns-compile-format)
307 (org-columns-get-autowidth-alist, org-buffer-property-keys) 307 (org-columns-get-autowidth-alist, org-buffer-property-keys)
@@ -471,7 +471,7 @@
471 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to 471 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
472 resume-tty-hook. 472 resume-tty-hook.
473 473
4742007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change) 4742007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
475 475
476 * loadup.el: Fix merge problem, only load "button" once. 476 * loadup.el: Fix merge problem, only load "button" once.
477 477
@@ -1947,11 +1947,6 @@
1947 (tex-font-script-display, tex-font-lock-suscript): Change from a cons 1947 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
1948 cell to a list of 2 elements to simplify the unfontify code. 1948 cell to a list of 2 elements to simplify the unfontify code.
1949 1949
19502007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
1951
1952 * url/url-auth.el (url-basic-auth): When prompting for username
1953 and password, default to the username and password in the URL.
1954
19552007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br> 19502007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1956 1951
1957 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix. 1952 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.