diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 70 |
1 files changed, 69 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 169793ebc40..93cf3c44033 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,73 @@ | |||
| 1 | 2011-07-04 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * type-break.el (timep): Use the value of `float-time' to avoid a | ||
| 4 | byte-compiler warning. | ||
| 5 | |||
| 6 | * server.el (server-eval-and-print): Return any result, even nil. | ||
| 7 | |||
| 8 | 2011-07-03 Paul Eggert <eggert@cs.ucla.edu> | ||
| 9 | |||
| 10 | * type-break.el: Accept time formats that the builtins accept. | ||
| 11 | (timep, type-break-time-difference): Accept any format that | ||
| 12 | float-time accepts, rather than insisting on (HIGH LOW USECS) format. | ||
| 13 | This is simpler and helps future-proof the code. | ||
| 14 | (type-break-time-difference): Round rather than ignoring | ||
| 15 | subseconds components. | ||
| 16 | |||
| 1 | 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | 17 | 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 18 | ||
| 19 | * info.el (Info-apropos-matches): Make non-interactive, since it | ||
| 20 | doesn't seem to do anything useful as a command (bug#8829). | ||
| 21 | |||
| 22 | 2011-07-03 Chong Yidong <cyd@stupidchicken.com> | ||
| 23 | |||
| 24 | * frame.el (frame-background-mode, frame-set-background-mode): | ||
| 25 | Moved from faces.el. | ||
| 26 | (frame-default-terminal-background): New function. | ||
| 27 | |||
| 28 | * custom.el (custom-push-theme): Don't record faces in `changed' | ||
| 29 | theme; this doesn't work correctly for per-frame face settings. | ||
| 30 | (disable-theme): Use face-set-after-frame-default to reset faces. | ||
| 31 | (custom--frame-color-default): New function. | ||
| 32 | |||
| 33 | 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 34 | |||
| 35 | * dired.el (dired-flagging-regexp): Removed unused variable | ||
| 36 | (bug#8769). | ||
| 37 | |||
| 38 | 2011-03-29 Kevin Ryde <user42@zip.com.au> | ||
| 39 | |||
| 40 | * progmodes/compile.el (compilation-error-regexp-alist-alist): | ||
| 41 | `perl-Test2' extend to match possible "fail #N" rep count | ||
| 42 | (bug#8377). | ||
| 43 | |||
| 44 | 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 45 | |||
| 46 | * mail/feedmail.el (feedmail-buffer-to-smtpmail): | ||
| 47 | `smtpmail-via-smtp' now returns the error instead of nil. | ||
| 48 | |||
| 49 | * isearch.el (isearch-search-fun-function): Clarify the doc string | ||
| 50 | (bug#8101). | ||
| 51 | |||
| 52 | 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change) | ||
| 53 | |||
| 54 | * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert | ||
| 55 | unnecessary spaces (bug#8987). | ||
| 56 | |||
| 57 | 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 58 | |||
| 59 | * net/network-stream.el (open-network-stream): Use the | ||
| 60 | :end-of-capability command thoughout. | ||
| 61 | |||
| 62 | 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change) | ||
| 63 | |||
| 64 | * net/network-stream.el (open-network-stream): Add the | ||
| 65 | :end-of-capability command parameter, used by pop3.el. | ||
| 66 | |||
| 67 | 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 68 | |||
| 69 | * dired.el (dired-map-over-marks): Refill the doc string (bug#6814). | ||
| 70 | |||
| 3 | * fringe.el (fringe-query-style): Remove redundant text " (type ? | 71 | * fringe.el (fringe-query-style): Remove redundant text " (type ? |
| 4 | for list)" (bug#6475). | 72 | for list)" (bug#6475). |
| 5 | 73 | ||
| @@ -447,7 +515,7 @@ | |||
| 447 | (ses-cell-symbol): Set macro as safe, so that it can be used in | 515 | (ses-cell-symbol): Set macro as safe, so that it can be used in |
| 448 | formulas. | 516 | formulas. |
| 449 | 517 | ||
| 450 | * ses.el: Update cycle detection algorithm. | 518 | * ses.el: Update cycle detection algorithm. |
| 451 | (ses-localvars): Add ses--Dijkstra-attempt-nb and | 519 | (ses-localvars): Add ses--Dijkstra-attempt-nb and |
| 452 | ses--Dijkstra-weight-bound, and initial values thereof when applicable. | 520 | ses--Dijkstra-weight-bound, and initial values thereof when applicable. |
| 453 | (ses-set-localvars): New function. | 521 | (ses-set-localvars): New function. |