Fix typos.
[bpt/emacs.git] / lisp / ChangeLog
index 9bbeee6..a54f4b3 100644 (file)
@@ -1,5 +1,157 @@
+2008-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-annotate.el (vc-annotate-mode): Derive from special-mode
+       instead of using view-mode.
+
+2008-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * Makefile.in (distclean): Don't delete *.elc and autogen files.
+
+2008-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc.el:
+       * vc-hooks.el:
+       * vc-dispatcher.el: Move vc-dir variables and functions ...
+       * vc-dir.el: ... here.  New file.
+       * Makefile.in (ELCFILES): Add vc-dir.elc.
+
+       * vc.el: Move vc-annotate variables and functions ...
+       * vc-annotate.el: ... here.  New file.
+       * Makefile.in (ELCFILES): Add vc-annotate.elc.
+
+       * vc-dav.el: Move here from url/vc-dav.el.
+       (Todo): Note work needed to make this backend functional.
+
+       * Makefile.in (ELCFILES): Update vc-dav.el location.
+
+2008-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
+
+2008-06-21  John Paul Wallington  <jpw@pobox.com>
+
+       * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
+
+       * textmodes/rst.el (rst-mode): Put docstring in right place.
+
+2008-06-21  Chong Yidong  <cyd@stupidchicken.com>
+
+       * startup.el (fancy-about-text, fancy-startup-tail): Increase text
+       size for legibility.
+
+       * faces.el (fixed-pitch): Use "Monospace" family.
+       (variable-pitch): Use "Sans" family.
+       (face-font-family-alternatives): Define alternatives for "Sans"
+       and "Monospace".
+
+2008-06-21  Glenn Morris  <rgm@gnu.org>
+
+       * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
+       Require 'cl when compiling.
+
+       * emacs-lisp/debug.el (help-xref-interned): Declare.
+
+       * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
+       Evaluate definition when compiling.
+
+       * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
+       rather than mouse-1.
+       (bug-reference-url-format): Autoload safe if string.
+       (bug-reference-bug-regexp): Make space after "bug" optional.
+
+       * Makefile.in (all): Explicitly pass EMACS to sub-make,
+       for some non-GNU makes.
+
+       * cus-dep.el (custom-dependencies-no-scan-regexp):
+       * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
+
+       * calendar/cal-move.el (calendar-forward-day): Scroll in one month
+       increments.
+
+       * calendar/calendar.el: Factor out the magic numbers controlling the
+       calendar layout.
+       (calendar-month-digit-width, calendar-month-width)
+       (calendar-right-margin): New variables.
+       (calendar-recompute-layout-variables, calendar-set-layout-variable):
+       New functions.
+       (calendar-left-margin, calendar-intermonth-spacing)
+       (calendar-column-width, calendar-day-header-width)
+       (calendar-day-digit-width): New options.
+       (calendar-first-date-row): New constant.
+       (calendar-move-to-column, calendar-ensure-newline): New functions,
+       replacing calendar-insert-indented.
+       (calendar-insert-indented): Remove function.
+       (calendar-generate-month): Use calendar-move-to-column and
+       calendar-ensure-newline.  Use layout variables.
+       (calendar-generate, calendar-update-mode-line)
+       (calendar-font-lock-keywords): Use layout variables.
+       (calendar-column-to-month): New function.
+       (calendar-cursor-to-date): Use calendar-column-to-month.
+       Use layout variables.
+       * calendar/cal-move.el (calendar-cursor-to-nearest-date):
+       Use layout variables.  Use calendar-column-to-month.
+       (calendar-cursor-to-visible-date): Use layout variables.
+
+2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
+       (all): Run compile-last.
+       (compile-onefile): New target.
+       (compile-first): Simplify.
+       (compile-last): Don't treat COMPILE_FIRST specially.
+       (COMPILE_FIRST): List the elc files rather than the el files.
+       (ELCFILES): Update.
+
+2008-06-21  Ulf Jasper  <ulf@web.de>
+
+       * net/newst-treeview.el: Remove dead code.
+       (newsticker--window-config): Remove.
+       (newsticker-treeview-quit): Do not save window config.
+       (newsticker-treeview): Do not try to restore window config.
+       (newsticker-groups, newsticker--treeview-list-sort-by-column)
+       (newsticker--treeview-list-new-items)
+       (newsticker--treeview-list-immortal-items)
+       (newsticker--treeview-list-obsolete-items)
+       (newsticker--treeview-list-all-items)
+       (newsticker--treeview-list-feed-items): Fix documentation.
+
+2008-06-21  Miles Bader  <miles@gnu.org>
+
+       * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
+
+2008-06-21  Alan Mackenzie  <acm@muc.de>
+
+       * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
+       infinite loop on invalid syntax.
+
+2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * textmodes/rst.el: Run rst-define-level-faces when loading.
+       (rst-mode): Don't set the font-lock-multiline var.
+       (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
+       Set the font-lock-multiline property by hand.
+
+       * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
+
+       * Makefile.in (emacs-deps): Remove.
+       ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
+       (all): Use them.
+       (autogen-clean): Remove.
+
 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+       * Makefile.in (all): New target.
+       (bootstrap-prepare): Remove.
+
+       * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
+       the .elc file to batch-byte-compile.
+
+       * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
+       set-keymap-parents if set-keymap-parent doesn't exist.
+
+       * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
+       Allow more than one space before the |.
+
        * textmodes/rst.el: Fix up docstring conventions.
        Move vars to before their first use.
        (rst-mode): Don't mess with font-lock-support-mode.
        (newsticker--treeview-list-add-item)
        (newsticker--treeview-propertize-tag): Show item title in tooltip.
 
-2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
+2008-06-20  Martin Blais  <blais@furius.ca>
+           Stefan Merten  <smerten@oekonux.de>
+           David Goodger  <goodger@python.org>
 
        * textmodes/rst.el: New file.
 
        (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
        (tramp-open-connection-setup-interactive-shell): Flush cache, and
        restart `tramp-maybe-open-connection' when the remote system has
-       been changed. Throw 'uname-changed event.
+       been changed.  Throw 'uname-changed event.
        (tramp-maybe-open-connection): Catch it.
 
        * net/tramp-cmds.el (tramp-cleanup-all-connections):
        * term/linux.el (terminal-init-linux): Load t-mouse.
 
 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
-               Drew Adams  <drew.adams@oracle.com>
+           Drew Adams  <drew.adams@oracle.com>
 
        * info.el (Info-breadcrumbs-depth): New var.
        (Info-insert-breadcrumbs): New function.
        (newsticker-retrieval): New.  Renamed from `newsticker-feed'.
        (newsticker-url-list-defaults):
        Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
-       (newsticker-url-list): Doc changed. URL can be a function.
+       (newsticker-url-list): Doc changed.  URL can be a function.
        Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
        (newsticker-retrieval-method): New.
        (newsticker-wget-name, newsticker-wget-arguments): Change :group.
        (newsticker--set-customvar-sorting): New.  Extracted from
        `newsticker--set-customvar'.
        (newsticker-sort-method): Use `newsticker--set-customvar-sorting
-       for :set. Changed :group.
+       for :set.  Changed :group.
        (newsticker-heading-format, newsticker-item-format)
        (newsticker-desc-format, newsticker-statistics-format):
        Use `newsticker--set-customvar-formatting for :set.  Change :group.
        * vc-mtn.el (vc-mtn-command):
        * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
        (vc-sccs-workfile-unchanged-p):
-       * vc-svn.el (vc-svn-command, vc-svn-create-repo),
+       * vc-svn.el (vc-svn-command, vc-svn-create-repo):
        * vc-rcs.el (all methods): Remove assumption about what a nil
        argument to vc-do-command means.  This means no buffer name needs
        to be hardcoded into the dispatcher layer, and it's better to be
@@ -10272,6 +10426,7 @@ See ChangeLog.13 for earlier changes.
 ;; Local Variables:
 ;; coding: utf-8
 ;; add-log-time-zone-rule: t
+;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
 ;; End:
 
     Copyright (C) 2008  Free Software Foundation, Inc.