pattern and add patterns for C++ header files.
+2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
+
+ * progmodes/grep.el (grep-files-aliases): Improve the C++ source
+ pattern and add patterns for C++ header files.
+
2008-07-10 Chong Yidong <cyd@stupidchicken.com>
* window.el (truncated-partial-width-window-p): New function.
(defcustom grep-files-aliases
'(("asm" . "*.[sS]")
("c" . "*.c")
- ("cc" . "*.cc")
+ ("cc" . "*.cc *.cxx *.cpp *.C *.CC *.c++")
+ ("cchh" . "*.cc *.[ch]xx *.[ch]pp *.[CHh] *.CC *.HH *.[ch]++")
+ ("hh" . "*.hxx *.hpp *.[Hh] *.HH *.h++")
("ch" . "*.[ch]")
("el" . "*.el")
("h" . "*.h")