diff options
| author | Juanma Barranquero | 2007-09-15 21:27:19 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-09-15 21:27:19 +0000 |
| commit | 0f71f9da9cd21af7838ed063c2af44f5ea4e9a02 (patch) | |
| tree | f62173eb7fc22efddb8bda9be98a24d8ef5d21bb | |
| parent | 72d1ce61539b883bee5a5af32cdfb3ee1d344dcc (diff) | |
| download | emacs-0f71f9da9cd21af7838ed063c2af44f5ea4e9a02.tar.gz emacs-0f71f9da9cd21af7838ed063c2af44f5ea4e9a02.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 11 | ||||
| -rw-r--r-- | lisp/url/ChangeLog | 7 |
2 files changed, 9 insertions, 9 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 | ||
| 101 | 2007-09-12 Micha,Ak(Bl Cadilhac <michael@cadilhac.name> | 101 | 2007-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 | ||
| 302 | 2007-09-07 Carsten Dominik <dominik@science.uva.nl> | 302 | 2007-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 | ||
| 474 | 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change) | 474 | 2007-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 | ||
| 1950 | 2007-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 | |||
| 1955 | 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br> | 1950 | 2007-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. |
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 2e44dbe2af7..9b78cf98bb5 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | 2007-09-03 Diane Murray <disumu@x3y2z1.net> | 1 | 2007-09-03 Diane Murray <disumu@x3y2z1.net> |
| 2 | 2 | ||
| 3 | * url-http.el: (url-http-parse-headers): Bind the current buffer | 3 | * url-http.el (url-http-parse-headers): Bind the current buffer |
| 4 | rather than calling `url-mark-buffer-as-dead' with | 4 | rather than calling `url-mark-buffer-as-dead' with |
| 5 | `current-buffer', so that the correct buffer is killed if | 5 | `current-buffer', so that the correct buffer is killed if |
| 6 | `url-retrieve-synchronously' gets redirected to a new URL. | 6 | `url-retrieve-synchronously' gets redirected to a new URL. |
| @@ -16,6 +16,11 @@ | |||
| 16 | * url-expand.el (url-identity-expander, url-default-expander): | 16 | * url-expand.el (url-identity-expander, url-default-expander): |
| 17 | Update all callers. | 17 | Update all callers. |
| 18 | 18 | ||
| 19 | 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change) | ||
| 20 | |||
| 21 | * url-auth.el (url-basic-auth): When prompting for username | ||
| 22 | and password, default to the username and password in the URL. | ||
| 23 | |||
| 19 | 2007-08-08 Glenn Morris <rgm@gnu.org> | 24 | 2007-08-08 Glenn Morris <rgm@gnu.org> |
| 20 | 25 | ||
| 21 | * url-auth.el, url-cache.el, url-dav.el, url-file.el, vc-dav.el: | 26 | * url-auth.el, url-cache.el, url-dav.el, url-file.el, vc-dav.el: |