]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
(fill-comment-paragraph): Prevent the use of an optimized comment regexp if
[gnu-emacs] / lisp / ChangeLog
index 58bbab45b05901883578e44f5ffd31cb1d40428f..048299c85ca0eda7b2a761d6bc2d308ff4f83c67 100644 (file)
@@ -1,3 +1,158 @@
+2006-12-24  Michaël Cadilhac  <michael.cadilhac@lrde.org>
+
+       * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
+       an optimized comment regexp if `comment-start-skip' uses a ^.
+
+2006-12-24  Michaël Cadilhac  <michael.cadilhac@lrde.org>
+
+       * bs.el (bs--up): Remove interactive spec.
+
+2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
+
+       * woman.el (woman-decode-buffer): Signal error for alien macro
+       sets.  Suggested by James Cloos.
+
+2006-12-24  Kevin Ryde  <user42@zip.com.au>
+
+       * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
+       in March.
+       (calendar-dst-ends): Default to first Sunday in November.
+
+2006-12-24  Richard Stallman  <rms@gnu.org>
+
+       * image.el (image-type-header-regexps): Element is now (REGEXP
+       IMAGE-TYPE NOT-ALWAYS).
+       (image-type-from-data): Handle new format of image-type-header-regexps.
+       (image-type-from-buffer): Likewise.
+       New arg INCLUDE-MAYBES.
+       (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
+
+2006-12-24  Ken Manheimer  <ken.manheimer@gmail.com>
+
+       * allout.el (allout-encrypt-string): Inhibit use of agent within
+       body of let form where encryption happens.  Acknowledge non-use of
+       gpg-agent in docstring.
+       (allout-toggle-subtree-encryption): Acknowledge non-use of
+       gpg-agent in docstring.
+
+2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
+
+       * custom.el (custom-add-frequent-value): Alias for
+       custom-add-option.
+
+2006-12-23  Michael Kifer  <kifer@cs.stonybrook.edu>
+       
+       * ediff-diff.el (ediff-diff-options): clarify docstring.
+       (ediff-setup-diff-regions): disallow -u in ediff-diff-options.
+       
+       * viper-cmd.el (viper-post-command-sentinel): protect against errors in
+       hooks.
+       (viper-add-newline-at-eob-if-necessary): add newline only if we
+       actually modify buffer; ignore errors if occur.
+       
+2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
+
+       * calendar/calendar.el (calendar-mode-map): Switch < and >.
+       (calendar-mode-line-format): Use mouse-1 bindings, and tweak
+       formatting.
+
+2006-12-23  Richard Stallman  <rms@gnu.org>
+
+       * simple.el (delete-horizontal-space): Doc fix.
+
+2006-12-23  Eli Zaretskii  <eliz@gnu.org>
+
+       * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
+       explicitly in a recursive Make, not implicitly through prerequisites,
+       since the latter is wrong under parallel builds.
+
+2006-12-22  Eli Zaretskii  <eliz@gnu.org>
+
+       * w32-fns.el (convert-standard-filename): Wrap in
+       save-match-data.
+
+2006-12-22  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
+
+       * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
+       message string.
+
+2006-12-22  Ben North  <ben@redfrontdoor.org>  (tiny change)
+
+       * outline.el (outline-next-visible-heading): Fix the case with a
+       header at end-of-file with no final newline.
+
+2006-12-22  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
+
+       * indent.el (tab-always-indent): Doc fix.
+
+2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
+
+       * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
+       (Info-fontify-node): Do fontify indices.
+
+       * tutorial.el (tutorial--detailed-help): Remove unnecessary link
+       to the Emacs Lisp reference manual.
+       (tutorial--tab-map): Remove.  All callers changed.
+       (tutorial--find-changed-keys): New elt QUIET, used to...
+       (tutorial--display-changes): ...ensure that warning messages are
+       only issued once per changed key.
+       (tutorial--remove-remarks): Delete unused code-path.
+       (lang-strings): Remove extraneous formatting.
+       (tutorial--save-tutorial): Prompt before saving tutorial state.
+
+2006-12-21  Chong Yidong  <cyd@stupidchicken.com>
+
+       * tutorial.el: Remove `cl' requirement.  Clean up whitespace.
+       Replace '?\ ' by '?\s' throughout.
+       (tutorial-warning-face): Inherit font-lock-warning-face.  Move to
+       `help' custom group.
+       (tutorial--key-description): New function.
+       (tutorial--display-changes): Remove redundant arg.  Scan for all
+       key sequences to avoid false matches.  Cleanup.
+       (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
+       reduce homedir pollution.
+       (help-with-tutorial): Call tutorial--display-changes with no arg.
+
+2006-12-21  Carsten Dominik  <dominik@science.uva.nl>
+
+       * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
+
+2006-12-20  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-default-method): We still need to check for
+       `executable-find', because it is not bound under Emacs 20.
+       (tramp-handle-file-name-completion)
+       (tramp-completion-handle-file-name-completion): Handle optional
+       parameter PREDICATE.
+       (tramp-find-default-method): Add code for default values.
+
+2006-12-20  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
+       make gud-go send "continue".
+
+2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
+
+       * image.el (image-type-header-regexps): Be more specific detecting `pbm'
+       and `png' files.  Use non-capturing parenthesis for `tiff' regexp.
+
+2006-12-19  Kim F. Storm  <storm@cua.dk>
+
+       * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
+       instead of global-map.
+
+       * files.el (magic-mode-alist): Allow matching file type by
+       calling a function at bob.  Check for image types by calling
+       image-type-from-buffer.  Suggested by Juanma Barranquero.
+       (set-auto-mode): Do it.
+
+2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-methods): Introduce new method `scpc'.
+       Remove "ControlMaster" option from the other `scp*' methods.
+       (tramp-default-method): Check for ssh-agent before setting to
+       `scp'.
+
 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
 
        * textmodes/org.el (org-mode): Show context after isearch.