]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
When running under emacs -q, always refuse to save the customisations, even if the...
[gnu-emacs] / lisp / ChangeLog
index 4f03b9b97d5227def9bc509474cfdbafe344f8c8..65530d5e5e24582a516ac7aba05c46587b22ee9c 100644 (file)
@@ -1,3 +1,92 @@
+2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * cus-edit.el (custom-file): When running under emacs -q, always
+       refuse to save the customisations, even if the .emacs file doesn't
+       exist.
+
+       * info.el: Remove the `Info-beginning-of-buffer' function
+       (bug#8325).
+
+       * net/network-stream.el (network-stream-open-starttls): Use
+       `starttls-available-p' to see whether starttls.el can be used.
+
+2011-08-01  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (display-buffer-in-window): Don't set dedicated status
+       of window here (Bug#9215).
+       (display-buffer-pop-up-window, display-buffer-pop-up-frame)
+       (display-buffer-pop-up-side-window)
+       (display-buffer-in-side-window): Set dedicated status of window
+       here.
+
+2011-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
+       before binding generated-autoload-file.
+
+2011-08-01  Deniz Dogan  <deniz@dogan.se>
+
+       * net/rcirc.el (rcirc-handler-333): Clarify docstring.
+
+2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
+
+       Sync with Tramp 2.2.2.
+
+       * net/trampver.el: Update release number.
+
+2011-07-30  Juri Linkov  <juri@jurta.org>
+
+       * dired-aux.el (dired-touch-initial): Remove function.
+       (dired-do-chxxx): For op-symbol `touch', set `initial' to the
+       current time, and `default' to the last modification time of the
+       current marked file (bug#6887).
+
+2011-07-28  Jose E. Marchesi  <jemarch@gnu.org>
+
+       * simple.el (goto-line): Use string-to-number to provide a
+       numeric argument to read-number (bug#9163).
+
+2011-07-27  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
+       connection process, it could be nil.
+
+2011-07-27  Leo Liu  <sdl.web@gmail.com>
+
+       Simplify url handling in rcirc-mode.
+
+       * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
+       (rcirc-browse-url-at-mouse): Remove.
+       * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
+
+2011-07-26  Alan Mackenzie  <acm@muc.de>
+
+       Fontify bitfield declarations properly.
+
+       * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
+       (c-symbol-chars): Now exported as a lang variable.
+       (c-not-primitive-type-keywords): New lang variable.
+
+       * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
+       QT keyword "more" to prevent "more slots: ...." being spuriously
+       parsed as a bitfield declaraion.
+
+       * progmodes/cc-engine.el (c-beginning-of-statement-1): Refactor
+       and enhance to handle bitfield declarations.
+       (c-punctuation-in): New function.
+       (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
+       declarations properly.
+
+2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
+
+       * calendar/icalendar.el (icalendar--all-events): Take care of
+       multiple vcalendars in a single file.
+       (icalendar--convert-float-to-ical): checkdoc fixes.
+
+2011-07-25  Deniz Dogan  <deniz@dogan.se>
+
+       * image.el (insert-image): Clarifying docstring.
+
 2011-07-24  Michael Albinus  <michael.albinus@gmx.de>
 
        * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of