]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
gnus-group.el (gnus-group-refresh-group): Refresh even non-visible groups. This...
[gnu-emacs] / lisp / ChangeLog
index 5b4b0dcc2d35720a832040a2a8f7dba61a9db402..042d9464803416539a04c674d64495cf156bd553 100644 (file)
@@ -1,3 +1,60 @@
+2011-01-27  Sam Steingold  <sds@gnu.org>
+
+       * midnight.el (clean-buffer-list-kill-never-buffer-names): Remove
+       "*server*" which is never created by emacs server.
+
+2011-01-27  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
+
+       * vc/vc-bzr.el (vc-bzr-diff): Don't pass --diff-options unless
+       there are some diff switches.
+
+2011-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
+       Copy change made to ruby-font-lock-syntactic-keywords.
+
+       * htmlfontify.el: Make it obey the font-lock-face text property.
+       Miscellaneous cleanup such as:
+       - Don't hide expressions after a closing paren.
+       - Move initial setq into let.
+       - Hoist common parts out of ifs.
+       (hfy-p-to-face, hfy-p-to-face-lennart): Remove.
+       (hfy-face-at): Use get-text-property instead.
+       (hfy-prop-invisible-p): Use invisible-p if available.
+       (htmlfontify-manual): Use \\[...].
+       (hfy-html-quote-regex): Use [...].
+       (hfy-combined-face-spec): Simplify.
+       (hfy-compile-face-map): Don't presume point-min==1.
+       (hfy-css-name, hfy-buffer, htmlfontify-buffer): Use \' rather than $ to
+       match end of string.
+       (hfy-text-p): η-reduce.
+       (hfy-tags-for-file): Receive cache-hash directly.
+       (hfy-mark-tag-names): Adjust call.
+
+2011-01-27  Glenn Morris  <rgm@gnu.org>
+
+       * msb.el (msb-after-load-hooks): Make it an obsolete alias.
+       (msb-after-load-hook): Remove eval-after-load wackiness.
+
+2011-01-25  Sam Steingold  <sds@gnu.org>
+
+       * vc/vc-svn.el (vc-svn-diff): Use `diff-command' instead of the
+       literal "diff" (important for windows-nt).
+
+2011-01-25  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp/copyright.el (copyright-at-end-flag)
+       (copyright-names-regexp): Add safety properties.
+       (copyright-year-ranges): New option.
+       (copyright-find-end): New function, split from copyright-update-year.
+       (copyright-update-year): Use copyright-find-end.
+       (copyright-fix-years): Optionally, convert years to ranges.
+       Handle years continued over comment lines.
+       Do not mess with the fill-prefix.
+       Do not call copyright-update.
+       (copyright-update-directory): Optionally, fix years rather than update.
+       Skip directories.  Find files with only safe local vars.
+
 2011-01-25  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * files.el (file-name-non-special): Only change buffer-file-name after
        * calc/calc-ext.el (calc-init-extensions): Autoload new units
        functions. Add keybindings for new units functions.
 
-2011-01-22  Giorgos Keramidas  <keramida@ceid.upatras.gr>
+2011-01-22  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
 
        * net/rcirc.el (rcirc-kill-buffer-hook): Flush logs when killing
-       rcirc buffers.
+       rcirc buffers.  (Bug#4940)
 
 2011-01-22  Glenn Morris  <rgm@gnu.org>