]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
appt.el code simplifications.
[gnu-emacs] / lisp / ChangeLog
index 0ac18b353485b2b29bacba0edae525159d945ecf..beaee515a526937d5ebfc294b5f6d68dcf2c63f6 100644 (file)
@@ -1,7 +1,60 @@
+2011-05-12  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/appt.el (appt-now-displayed): Remove pointless variable.
+       (appt-check): Simplify.
+
+2011-05-12  Eli Zaretskii  <eliz@gnu.org>
+
+       * smerge-mode.el (smerge-resolve): Use null-device rather than a
+       literal "/dev/null".
+
+2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
+       Fix typo.
+
+2011-05-12  Ralph Schleicher  <rs@ralph-schleicher.de>
+
+       * progmodes/which-func.el (which-function):
+       Use add-log-current-defun instead of add-log-current-defun-function,
+       which might not be defined (Bug#8260).
+
+2011-05-12  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
+       Let byte-compile-initial-macro-environment always take precedence.
+
+2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * net/rcirc.el: Add support for SSL/TLS connections.
+       (rcirc-server-alist): New field `encryption'.
+       (rcirc): Check `encryption' settings.
+       (rcirc-connect): New arg `encryption'.  Use open-network-stream.
+       Merge make-local-variable into `set'.
+       (rcirc--connection-open-p): New function.
+       (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
+       the process is not a network process (e.g. running gnutls-cli).
+       (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
+       Make rcirc-(en|de)code-coding-system local here.
+       (rcirc-mode): Merge make-local-variable into `set'.
+       (rcirc-parent-buffer): Make permanent buffer-local.
+       (rcirc-multiline-minor-mode): Don't do it here.
+       (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
+       there's no server buffer.
+
+2011-05-11  Glenn Morris  <rgm@gnu.org>
+
+       * newcomment.el (comment-kill): Prefix "unused" local.
+
+       * term/w32console.el (get-screen-color): Declare.
+
+       * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
+       Handle symbol elements of byte-compile-initial-macro-environment.
+
 2011-05-10  Leo Liu  <sdl.web@gmail.com>
 
-       * bookmark.el (bookmark-bmenu-mode-map): Bind
-       bookmark-bmenu-search to `/'.
+       * bookmark.el (bookmark-bmenu-mode-map):
+       Bind bookmark-bmenu-search to `/'.
 
        * mail/footnote.el: Convert to utf-8 encoding.
        (footnote-unicode-string, footnote-unicode-regexp): New variable.
@@ -29,8 +82,8 @@
 
 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
 
-       * progmodes/compile.el (compilation-start): Run
-       compilation-filter-hook for the async case too.
+       * progmodes/compile.el (compilation-start):
+       Run compilation-filter-hook for the async case too.
        (compilation-filter-hook): Doc fix.
 
 2011-05-09  Deniz Dogan  <deniz@dogan.se>
 
 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
 
-       * progmodes/compile.el (compilation-error-regexp-alist-alist): Fix
-       the ant regexp to handle end-line and end-column info from jikes.
+       * progmodes/compile.el (compilation-error-regexp-alist-alist):
+       Fix the ant regexp to handle end-line and end-column info from jikes.
        Re-introduce maven regexp.  Give the ruby-Test::Unit regexp a
        higher priority to avoid clobbering by gnu.
 
 
 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
 
-       * progmodes/perl-mode.el (perl-imenu-generic-expression): Only
-       match variables declared via `my' or `our' (Bug#8261).
+       * progmodes/perl-mode.el (perl-imenu-generic-expression):
+       Only match variables declared via `my' or `our' (Bug#8261).
 
        * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
        special file names `.' and `..' (Bug#8259).
 
 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
 
-       * progmodes/grep.el (grep-mode-font-lock-keywords): Remove
-       buffer-changing entries.
+       * progmodes/grep.el (grep-mode-font-lock-keywords):
+       Remove buffer-changing entries.
        (grep-filter): New function.
        (grep-mode): Add it to compilation-filter-hook.