comparison lisp/ChangeLog @ 68732:4e5e8b81ab95

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Wed, 08 Feb 2006 17:39:10 +0000
parents 958f55f8474d
children 43f8bbedb5ee
comparison
equal deleted inserted replaced
68731:85be285e3494 68732:4e5e8b81ab95
1 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
2
3 * net/rcirc.el (rcirc-startup-channels-alist): Add
4 irc.freenode.net and #emacs as defaults.
5 (rcirc-ignore-all-activity-flag): Remove variable.
6 (rcirc-authinfo): New variable.
7 (rcirc-authinfo-filename): Remove variable.
8 (rcirc-always-use-server-buffer-flag): New flag.
9 (rcirc): M-x rcirc will automatically connect without prompting.
10 C-u M-x rcirc will prompt. Use rcirc-connect to create a
11 connection in lisp.
12 (rcirc-process-server-response-1): Remove everything but the nick
13 portion of the sender so it doesn't need to be done everywhere
14 else. Update related code.
15 (global-map): Remove global keybindings.
16 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
17 (rcirc-send-input): Split into several functions.
18 (rcirc-process-input-line, rcirc-process-message)
19 (rcirc-process-command): New functions.
20 (rcirc-target-buffer): New function to determine where to route
21 messages.
22 (rcirc-user-nick): Save match data.
23 (rcirc-toggle-ignore-buffer-activity)
24 (rcirc-update-activity-string): Remove global ignore
25 functionality, which can be done now by toggling
26 rcirc-track-minor-mode.
27 (rcirc-track-minor-mode-map): New keymap.
28 (rcirc-track-minor-mode): New minor-mode.
29 (ignore): Make the ignore output nicer. Always print it when
30 adding or removing nicks.
31 (rcirc-url-regexp): Improve.
32 (rcirc-mangle-text): Remove properties before using text in the
33 modeline.
34 (rcirc-authenticate): Authentication data comes from
35 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
36 (rcirc-server-prefix): Inherit from rcirc-server.
37
1 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change) 38 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
2 39
3 * Makefile.in (compile): Append "|| true" to the end of the `find' 40 * Makefile.in (compile): Append "|| true" to the end of the `find'
4 command, like compile-always does. 41 command, like compile-always does.
5 42