]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 11 Mar 2007 01:03:17 +0000 (01:03 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 11 Mar 2007 01:03:17 +0000 (01:03 +0000)
lisp/ChangeLog

index d70d7acd30ab8e1b4fa58fb205537d6ed726d96e..110b94186ccfe210133da276ba5db936c970b89e 100644 (file)
@@ -10,8 +10,8 @@
        (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
        (rcirc-process, rcirc-user-disconnect): New variables.
        (rcirc-connect): Initalize new variables.
-       (rcirc-keepalive): Don't send keepalive pings before connection is
-       completed.
+       (rcirc-keepalive): Don't send keepalive pings before connection
+       is completed.
        (rcirc-sentinel): Do mark all channels with activity when
        connection is dropped.  Run hook with process buffer local.
        (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
@@ -29,8 +29,8 @@
 
 2007-03-10  Johan Bockg\e,be\e(Brd  <bojohan@dd.chalmers.se>
 
-       * icomplete.el (icomplete-tidy, icomplete-exhibit): Bind
-       deactivate-mark to nil.
+       * icomplete.el (icomplete-tidy, icomplete-exhibit):
+       Bind deactivate-mark to nil.
 
 2007-03-10  Martin Rudalics  <rudalics@gmx.at>
 
        * progmodes/python.el (python-send-command): Restart proc if necessary.
        (python-proc): Simplify.
 
-2007-03-05  David Hansen  <david.hansen@gmx.net> (tiny change)
+2007-03-05  David Hansen  <david.hansen@gmx.net>  (tiny change)
 
        * pcomplete.el (pcomplete-show-completions): Search all frames for
        completions buffer.
        * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
        Redo previous change.
 
-2007-03-04  Kevin Rodgers <kevin.d.rodgers@gmail.com>
+2007-03-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
 
        * diff-mode.el (diff-mode): Doc fix.
 
 2007-03-05  Kenichi Handa  <handa@m17n.org>
 
-       * international/characters.el: Set category `l' (latin) for more
-       characters.
+       * international/characters.el: Set category `l' (latin)
+       for more characters.
 
 2007-03-04  Kim F. Storm  <storm@cua.dk>
 
        all when switching major mode.
        (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
        (hs-block-start-mdata-select, hs-block-end-regexp)
-       (hs-forward-sexp-func, hs-adjust-block-beginning): Do not make
-       these variables permanent-local.
+       (hs-forward-sexp-func, hs-adjust-block-beginning):
+       Do not make these variables permanent-local.
 
 2007-03-04  Richard Stallman  <rms@gnu.org>
 
        * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
        if PASSPHRASE is given.
 
-2007-02-17  Chris Moore <dooglus@gmail.com>
+2007-02-17  Chris Moore  <dooglus@gmail.com>
 
        * jka-cmpr-hook.el (jka-compr-compression-info-list):
        Recognize backups of bz2 compressed files.
 
 2007-01-03  Alan Mackenzie  <acm@muc.de>
 
-       * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy
-       patch.
+       * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
 
 2007-01-03  Chris Moore  <christopher.ian.moore@gmail.com>