]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
appt.el code simplifications.
[gnu-emacs] / lisp / ChangeLog
index 76ad76e0acd68f9e8e209bae78091203fd75297d..beaee515a526937d5ebfc294b5f6d68dcf2c63f6 100644 (file)
@@ -1,3 +1,91 @@
+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 `/'.
+
+       * mail/footnote.el: Convert to utf-8 encoding.
+       (footnote-unicode-string, footnote-unicode-regexp): New variable.
+       (Footnote-unicode): New function.
+       (footnote-style-alist): Add unicode style to the list.
+       (footnote-style): Doc fix.
+
+2011-05-10  Glenn Morris  <rgm@gnu.org>
+          Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * files.el (hack-one-local-variable-eval-safep):
+       Consider "eval: (foo-mode)" to be safe.  (Bug#8613)
+
+2011-05-10  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/diary-lib.el (diary-list-entries-hook)
+       (diary-mark-entries-hook, diary-nongregorian-listing-hook)
+       (diary-nongregorian-marking-hook, diary-list-entries)
+       (diary-include-other-diary-files, diary-mark-entries)
+       (diary-mark-included-diary-files): Doc fixes.
+
+2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
+
+       * misc.el: Require tabulated-list.el during compilation.
+
+2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
+
+       * 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>
 
        * wdired.el: Remove outdated installation comment.  Fix usage
 
 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.