* lisp/help.el (help-for-help-internal): Add "P" to text.
[bpt/emacs.git] / lisp / ChangeLog
index 0399b5e..ddc6221 100644 (file)
@@ -1,5 +1,44 @@
+2014-01-30  Glenn Morris  <rgm@gnu.org>
+
+       * help.el (help-for-help-internal): Add "P" to text.
+
+2014-01-29  Glenn Morris  <rgm@gnu.org>
+
+       * simple.el (just-one-space, cycle-spacing): Doc fixes.
+
+2014-01-28  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (fit-frame-to-buffer): Fix calculations for margins and
+       height constraints.
+
+2014-01-28  Luke Lee  <luke.yx.lee@gmail.com>
+
+       * progmodes/hideif.el: Extend to full CPP expression syntax.
+       (hif-token-alist): Add missing tokens.
+       (hif-token-regexp): Add support for float/octal/hex immediates.
+       (hif-string-literal-regexp): New const.
+       (hif-tokenize): Recognize strings and float/octal/hex immediates.
+       (hif-exprlist): New function.
+       (hif-parse-if-exp): Use it.
+       (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
+       (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
+       (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
+       (hif-logxor, hif-comma): New functions.
+
+2014-01-28  Glenn Morris  <rgm@gnu.org>
+
+       * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
+
+       * indent.el (tab-stop-list): Doc fix.  Add :version.
+
+       * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
+       (cvs-append-to-ignore): Add compatibility alias.
+
 2014-01-27  Glenn Morris  <rgm@gnu.org>
 
+       * dired.el (dired-hide-details-mode): Don't autoload it,
+       since it cannot be used outside Dired buffers anyway.
+
        * emulation/cua-base.el (cua-mode): Doc fix.
 
        * dired.el (dired-hide-details-hide-symlink-targets)