(font-lock-add-keywords): In case font-lock was only
[bpt/emacs.git] / lisp / ChangeLog
index 9ce62d7..41c902b 100644 (file)
@@ -1,3 +1,170 @@
+2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * font-lock.el (font-lock-add-keywords): In case font-lock was only
+       half-activated, forcefully activate it completely.
+
+2007-06-11  Richard Stallman  <rms@gnu.org>
+
+       * cus-edit.el (custom-variable-type): Doc fix.
+
+2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
+
+       * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
+
+2007-06-09  Davis Herring  <herring@lanl.gov>
+
+       * desktop.el (desktop-minor-mode-table): Doc fix.
+
+2007-06-08  Chong Yidong  <cyd@stupidchicken.com>
+
+       * image-mode.el (image-forward-hscroll, image-backward-hscroll)
+       (image-next-line, image-previous-line, image-scroll-up)
+       (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
+       New functions.
+       (image-mode-map): Remap motion commands.
+       (image-mode-text-map): New keymap for viewing images as text.
+       (image-mode): Use image-mode-map.
+       (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
+
+2007-06-07  Michael Albinus  <michael.albinus@gmx.de>
+
+       Sync with Tramp 2.0.56.
+
+       * net/tramp.el:
+       * net/tramp-ftp.el:
+       * net/tramp-smb.el:
+       * net/tramp-util.el:
+       * net/tramp-vc.el:
+       Don't load cl.el, because that pollutes the namespace.  Replace cl
+       macros by their implementations where necessary.  Requested by
+       Richard Stallman <rms@gnu.org>.
+
+       * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
+       doesn't exist.
+       (with-parsed-tramp-file-name): Protect debug spec during compilation.
+       (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
+       (tramp-file-name-p, tramp-file-name-multi-method)
+       (tramp-file-name-method, tramp-file-name-user)
+       (tramp-file-name-host, tramp-file-name-localname): New defuns,
+       replacing defstruct `tramp-file-name'.
+       (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
+       (tramp-dissect-file-name, tramp-dissect-multi-file-name):
+       Apply `vector' instead of `make-tramp-file-name'.
+       (tramp-handle-make-auto-save-file-name):
+       Apply `tramp-temporary-file-directory' for compatibility reasons.
+       (tramp-completion-mode): Use `natnump' instead of `wholenump'
+       because of XEmacs.
+       (tramp-completion-mode): `last-input-event' is nil when XEmacs is
+       started.
+
+2007-06-07  David Kastrup  <dak@gnu.org>
+
+       * dired.el (dired-recursive-deletes, dired-recursive-copies):
+       Change default to `top'.
+
+2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
+
+       * dired.el (dired-mode-map): Remove spurious separator.
+
+2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
+
+       * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
+
+       * progmodes/mixal-mode.el (mixal-operation-codes-alist):
+       * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
+
+2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
+
+       * mail/rmailsum.el (rmail-summary-save-buffer): New command.
+       (rmail-summary-mode-map): Add rmail-summary-save-buffer.
+
+2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
+
+       * progmodes/ebrowse.el (ebrowse-member-table):
+       * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
+
+2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
+
+       * pgg.el (pgg-sign-region, pgg-sign):
+       * ses.el (ses-call-printer):
+       * calendar/icalendar.el (icalendar--diarytime-to-isotime):
+       * textmodes/org.el (org-cycle): Fix typos in docstrings.
+
+2007-06-06  Eli Zaretskii  <eliz@gnu.org>
+
+       * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
+       (tar-get-descriptor): Handle type 55, an extended pax header.
+
+2007-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * textmodes/css-mode.el: New file.
+
+2007-06-06  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/socks.el: New file, taken from w3 repository.
+       (top): Update Copyright.  Don't load cl.el.
+       (all): Replace `case' by `cond', `string-to-int' by
+       `string-to-number', and `process-kill-without-query' by
+       `set-process-query-on-exit-flag'.
+       (socks-char-int): Remove defalias and all occurrences.
+
+2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
+
+       * international/mule-cmds.el (toggle-enable-multibyte-characters)
+       (sort-coding-systems, search-unencodable-char): Doc fixes.
+       (coding-system-change-eol-conversion, set-default-coding-systems)
+       (prefer-coding-system, find-multibyte-characters, princ-list)
+       (leim-list-entry-regexp, set-input-method, locale-language-names)
+       (input-method-exit-on-first-char, exit-language-environment-hook)
+       (locale-charset-language-names): Fix typos in docstrings.
+
+2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
+
+       * bs.el (bs-cycle-previous): Don't modify the cycle list until
+       `switch-to-buffer' has returned succesfully.
+       (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
+       window is dedicated (it could iconify the frame).
+
+2007-06-05  Glenn Morris  <rgm@gnu.org>
+
+       * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
+
+2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
+
+       * files.el (auto-mode-alist): Add lower-priority match for names
+       like ChangeLog.old.
+
+2007-06-04  Andreas Schwab  <schwab@suse.de>
+
+       * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
+
+2007-06-04  Davis Herring  <herring@lanl.gov>
+
+       * calendar/timeclock.el: Update version number.
+       (timeclock-modeline-display): Mention timeclock-use-display-time
+       in explanatory message.
+       (timeclock-log): Suppress warnings when finding the log.  Don't
+       check for a nil project twice.  Run hooks after killing the
+       buffer (if applicable).
+       (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
+       was geometric).  All uses changed.
+       (timeclock-generate-report): Support prefix argument.
+
+2007-06-04  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
+
+       * man.el (Man-next-section): Don't consider the last line of the
+       page as being part of any section.
+
+2007-06-04  Martin Rudalics  <rudalics@gmx.at>
+
+       * hilit-chg.el (highlight-changes-rotate-faces): Don't set
+       modified flag of buffer.  Use `inhibit-modification-hooks'.
+
+2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
+
+       * mail/mail-extr.el (mail-extract-address-components): Recognize
+       non-ASCII characters except for NBSP as words.
+
 2007-06-04  Ryan Yeske  <rcyeske@gmail.com>
 
        * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
        (cperl-string-syntax-table): Make { and } not-grouping
          (Sometimes they ARE grouping in RExen, but matching them would only
           confuse in many situations when they are not)
-       (beginning-of-buffer): Replace two occurences with goto-char...
+       (beginning-of-buffer): Replace two occurrences with goto-char...
        (cperl-calculate-indent): `char-after' could be nil...
        (cperl-find-pods-heres): REx can start after "[" too.
                Hightlight (??{}) in RExen too.
        New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
 
        * dired.el (dired-move-to-filename-regexp): Remove.
-       All occurences replaced by `directory-listing-before-filename-regexp'.
+       All occurrences replaced by `directory-listing-before-filename-regexp'.
 
        * dired-x.el, locate.el, vc.el:
        Replace `dired-move-to-filename-regexp' by
        `directory-listing-before-filename-regexp'.  In vc.el it is
        overwritten locally; maybe this can be handled in files.el too.
 
-       * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
+       * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurrences
        replaced by `directory-listing-before-filename-regexp'.
 
 2005-10-23  Andreas Schwab  <schwab@suse.de>