# HG changeset patch # User Juanma Barranquero # Date 1202999820 0 # Node ID 2ac341f3fba948a8471b513452c132e7d239603a # Parent 93224b3daf2a960f901469b639c9fd4c375c7575 *** empty log message *** diff -r 93224b3daf2a -r 2ac341f3fba9 lisp/ChangeLog --- a/lisp/ChangeLog Thu Feb 14 14:34:59 2008 +0000 +++ b/lisp/ChangeLog Thu Feb 14 14:37:00 2008 +0000 @@ -1,3 +1,15 @@ +2008-02-14 Juanma Barranquero + + * uniquify.el (uniquify-buffer-base-name): New function. + Suggested by Stefan Monnier . + + * desktop.el (uniquify-managed): Don't defvar. + (desktop-buffer-info): Use `uniquify-buffer-base-name', not + `uniquify-managed'. Return also the buffer's base name. + (desktop-save): When saving the buffer info, filter out the base name, + and save it as buffer name if the buffer is managed by uniquify. + (uniquify-item-base): Don't declare; not called anymore. + 2008-02-14 Dan Nicolaescu * vc.el (vc-annotate-find-revision-at-line): New function. @@ -13,7 +25,7 @@ * Makefile.in (custom-deps, finder-data, autoloads, recompile): Remove `LC_ALL=C', since it's included in $(emacs) now. -2008-02-14 Zhang Wei +2008-02-14 Zhang Wei * textmodes/org-publish.el (org-publish-timestamp-filename): Replace colon characters in filename too. @@ -31,19 +43,18 @@ 2008-02-14 Mark A. Hershberger - * progmodes/flymake.el (flymake-allowed-file-name-masks): Add - support for .pm files and .php files. + * progmodes/flymake.el (flymake-allowed-file-name-masks): + Add support for .pm files and .php files. (flymake-err-line-patterns): Add pattern for PHP errors. (flymake-php-init): New function. PHP support for flymake. - * progmodes/compile.el (compilation-error-regexp-alist-alist): Add - regular expression for PHP errors. - + * progmodes/compile.el (compilation-error-regexp-alist-alist): + Add regular expression for PHP errors. 2008-02-13 Michael Albinus - * net/ange-ftp.el (ange-ftp-quote-string): Use - `shell-quote-argument'. This DTRT even on w32 machines. + * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'. + This DTRT even on w32 machines. (ange-ftp-cf1): Quote FILENAME. 2008-02-13 Stefan Monnier