* lisp/pcomplete.el (pcomplete-std-complete): Don't abuse
[bpt/emacs.git] / lisp / ChangeLog
index de73791..4d9c16b 100644 (file)
@@ -1,4 +1,65 @@
-2011-04-26  Daniel Colascione <dan.colascione@gmail.com>
+2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * pcomplete.el (pcomplete-std-complete): Don't abuse
+       completion-at-point.
+
+2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
+
+       * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
+       removing code that has been dead since 1991 or so.
+
+       * startup.el (command-line): When warning about "_emacs", use a
+       delayed warning to allow the user to filter it out.
+
+2011-04-28  Deniz Dogan  <deniz@dogan.se>
+
+       * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
+       user has not joined.
+
+2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * pcomplete.el (pcomplete-completions-at-point): Return nil if there
+       aren't any completions at point.
+
+2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
+
+       * subr.el (display-delayed-warnings): New function.
+       (delayed-warnings-hook): New variable.
+
+2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * minibuffer.el (completion-at-point, completion-help-at-point):
+       Don't presume that a given completion-at-point-function will always
+       use the same calling convention.
+
+       * pcomplete.el (pcomplete-completions-at-point):
+       Obey pcomplete-ignore-case.  Don't call pcomplete-norm-func unless
+       pcomplete-seen is non-nil.
+       (pcomplete-comint-setup): Also recognize the new comint/shell
+       completion functions.
+       (pcomplete-do-complete): Don't call pcomplete-norm-func unless
+       pcomplete-seen is non-nil.
+
+2011-04-27  Niels Giesen  <niels.giesen@gmail.com>
+
+       * calendar/icalendar.el (diary-lib): Add require statement.
+       (icalendar--create-uid): Read out a uid from a text-property on
+       the first character in the entry.  This allows for code to add its
+       own uid to the entry.
+       (icalendar--convert-float-to-ical): Add export of
+       `diary-float'-entries save for those with the optional DAY
+       argument.
+
+2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
+
+       * subr.el (shell-quote-argument): Use alternate escaping strategy
+       when we spot a variable reference in a string.
+
+2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
+
+       * cus-start.el (all): Define customization for debug-on-event.
+
+2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
 
        * subr.el (shell-quote-argument): Escape correctly under Windows.
 
        (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
        * subr.el (shell-quote-argument): Escape correctly under Windows.
 
-2011-04-24  Daniel Colascione <dan.colascione@gmail.com>
+2011-04-24  Daniel Colascione  <dan.colascione@gmail.com>
 
        * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
        Use correct match group (bug#8438).
        * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
        (image-toggle-display): Doc fix.
 
-2011-04-23  Stephen Berman <stephen.berman@gmx.net>
+2011-04-23  Stephen Berman  <stephen.berman@gmx.net>
 
        * textmodes/page.el (what-page): Use line-number-at-pos to
        calculate line number (Bug#6825).
        * delim-col.el (delimit-columns-max): Move defvar before first use.
 
        * descr-text.el (describe-char-categories): Don't quote `lambda'.
-       (describe-char): Don't quote `lambda'.  Mark unused parameter.
+       (describe-char): Don't quote `lambda'.  Mark unused parameter.
 
        * desktop.el (desktop-save-buffer-p): Mark unused parameter.
        (auto-insert): Declare.
        (modify-file-local-variable-prop-line): Remove unused variable `val'.
 
        * find-lisp.el (find-lisp-find-dired-internal): Remove unused
-       variable `buf'.  Mark unused parameter.
+       variable `buf'.  Mark unused parameter.
        (find-lisp-insert-directory): Mark unused parameter.
 
        * format.el (format-decode-run-method): Mark unused parameter; doc fix.
        (widget-color-action): Remove unused variables `value' and `start'.
 
        * windmove.el (windmove-wrap-loc-for-movement): Remove unused
-       variable `dir'.  Doc fix.
+       variable `dir'.  Doc fix.
        (windmove-find-other-window): Don't pass it.
 
        * window.el (count-windows): Mark unused parameter.