diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 86e28f8f803..9aef690efb8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,41 @@ | |||
| 1 | 2006-09-02 Ryan Yeske <rcyeske@gmail.com> | ||
| 2 | |||
| 3 | * rcirc.el (rcirc-keywords): New variable. | ||
| 4 | (rcirc-bright-nicks, rcirc-dim-nicks): New variables. | ||
| 5 | (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove | ||
| 6 | variables. | ||
| 7 | (rcirc-responses-no-activity): New function. | ||
| 8 | (rcirc-handler-generic): Check for responses in above. | ||
| 9 | (rcirc-process-command): Add ?: character to arguments of raw | ||
| 10 | server commands. | ||
| 11 | (rcirc-format-response-string): Use `rcirc-bright-nicks' and | ||
| 12 | `rcirc-dim-nicks'. | ||
| 13 | (rcirc-gray-toggle): Remove unused variable. | ||
| 14 | (rcirc-print): Remove some tracking logic, which is moved into | ||
| 15 | markup functions. | ||
| 16 | (rcirc-activity-types): Was `rcirc-activity-type', now a list of | ||
| 17 | types. | ||
| 18 | (rcirc-activity-string): Look for 'keyword in activity-types. | ||
| 19 | (rcirc-window-configuration-change): Don't erase overlay-arrow | ||
| 20 | unnecessarily. | ||
| 21 | (rcirc-add-or-remove): New function. | ||
| 22 | (rcirc-cmd-ignore): Use it. | ||
| 23 | (rcirc-message-leader): Remove unused function. | ||
| 24 | (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands. | ||
| 25 | (rcirc-add-face): New function. | ||
| 26 | (rcirc-facify): Use rcirc-add-face. | ||
| 27 | (rcirc-url-regexp): Add parens. | ||
| 28 | (rcirc-map-regexp): Remove function. | ||
| 29 | (rcirc-mangle-regexp): Remove function. | ||
| 30 | (rcirc-markup-text-functions): New variable. | ||
| 31 | (rcirc-markup-text): New function (replaces `rcirc-mangle-text'). | ||
| 32 | (rcirc-markup-body-text, rcirc-markup-attributes) | ||
| 33 | (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords) | ||
| 34 | (rcirc-markup-bright-nicks): New markup handler functions. | ||
| 35 | (rcirc-nick-in-message-full-line): New face. | ||
| 36 | (rcirc-track-nick): Rename from `rcirc-mode-line-nick'. | ||
| 37 | (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces. | ||
| 38 | |||
| 1 | 2006-09-02 Martin Rudalics <rudalics@gmx.at> | 39 | 2006-09-02 Martin Rudalics <rudalics@gmx.at> |
| 2 | 40 | ||
| 3 | * cus-start.el (hscroll-margin, hscroll-step) | 41 | * cus-start.el (hscroll-margin, hscroll-step) |