comparison lisp/ChangeLog @ 77956:4e4e24cab7c8

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 07 Jun 2007 00:35:28 +0000
parents d1b62d53bcac
children 63cc9da2595a
comparison
equal deleted inserted replaced
77955:d1b62d53bcac 77956:4e4e24cab7c8
5910 5910
5911 After 5.13: 5911 After 5.13:
5912 (cperl-string-syntax-table): Make { and } not-grouping 5912 (cperl-string-syntax-table): Make { and } not-grouping
5913 (Sometimes they ARE grouping in RExen, but matching them would only 5913 (Sometimes they ARE grouping in RExen, but matching them would only
5914 confuse in many situations when they are not) 5914 confuse in many situations when they are not)
5915 (beginning-of-buffer): Replace two occurences with goto-char... 5915 (beginning-of-buffer): Replace two occurrences with goto-char...
5916 (cperl-calculate-indent): `char-after' could be nil... 5916 (cperl-calculate-indent): `char-after' could be nil...
5917 (cperl-find-pods-heres): REx can start after "[" too. 5917 (cperl-find-pods-heres): REx can start after "[" too.
5918 Hightlight (??{}) in RExen too. 5918 Hightlight (??{}) in RExen too.
5919 (cperl-maybe-white-and-comment-rex): New constant 5919 (cperl-maybe-white-and-comment-rex): New constant
5920 (cperl-white-and-comment-rex): Likewise. 5920 (cperl-white-and-comment-rex): Likewise.
20096 20096
20097 * files.el (directory-listing-before-filename-regexp): 20097 * files.el (directory-listing-before-filename-regexp):
20098 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el. 20098 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
20099 20099
20100 * dired.el (dired-move-to-filename-regexp): Remove. 20100 * dired.el (dired-move-to-filename-regexp): Remove.
20101 All occurences replaced by `directory-listing-before-filename-regexp'. 20101 All occurrences replaced by `directory-listing-before-filename-regexp'.
20102 20102
20103 * dired-x.el, locate.el, vc.el: 20103 * dired-x.el, locate.el, vc.el:
20104 Replace `dired-move-to-filename-regexp' by 20104 Replace `dired-move-to-filename-regexp' by
20105 `directory-listing-before-filename-regexp'. In vc.el it is 20105 `directory-listing-before-filename-regexp'. In vc.el it is
20106 overwritten locally; maybe this can be handled in files.el too. 20106 overwritten locally; maybe this can be handled in files.el too.
20107 20107
20108 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences 20108 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurrences
20109 replaced by `directory-listing-before-filename-regexp'. 20109 replaced by `directory-listing-before-filename-regexp'.
20110 20110
20111 2005-10-23 Andreas Schwab <schwab@suse.de> 20111 2005-10-23 Andreas Schwab <schwab@suse.de>
20112 20112
20113 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup 20113 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup