]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
(cperl-mode): Before adding to it, make `compilation-error-regexp-alist'
[gnu-emacs] / lisp / ChangeLog
index 08fbe2583220ff9b8df23f395a6cf08d8591b610..6a5667cb3564eec53fe01f905c25b3aaeef2aea2 100644 (file)
@@ -1,7 +1,42 @@
+2006-11-11  Romain Francoise  <romain@orebokech.com>
+
+       * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
+       `compilation-error-regexp-alist' buffer-local, since we changed
+       `compilation-error-regexp-alist-alist' locally.
+
+2006-11-11  Juanma Barranquero  <lekktu@gmail.com>
+
+       * server.el (server-visit-files): Bind `minibuffer-auto-raise'
+       to the value of `server-raise-frame'.
+
+2006-11-11  Glenn Morris  <rgm@gnu.org>
+
+       * ido.el (ido-enable-prefix)
+       * ses.el (ses-call-printer-return)
+       * net/tramp.el (tramp-unified-filenames)
+       * progmodes/cc-align.el (c-lineup-string-cont)
+       * progmodes/compile.el (compilation-directory-matcher)
+       * progmodes/ebnf2ps.el (ebnf-stop-on-error)
+       * progmodes/vhdl-mode.el (vhdl-reset-active-high)
+       (vhdl-clock-rising-edge)
+       * textmodes/org.el (org-export-with-timestamps)
+       (org-export-remove-timestamps-from-toc)
+       (org-export-with-tags): Improve previous doc fixes.
+
+2006-11-11  Richard Stallman  <rms@gnu.org>
+
+       * textmodes/flyspell.el (flyspell-mode-map):
+       Bind C-c $ instead of M-RET.
+
+2006-11-10  Simon Marshall  <simon@gnu.org>
+
+       * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
+       fontification for "case" and "default" keywords.
+
 2006-11-10  Andreas Schwab  <schwab@suse.de>
 
-       * calendar/cal-dst.el (calendar-dst-check-each-year-flag): Avoid
-       starting sentence with "nil".
+       * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
+       Avoid starting sentence with "nil".
 
 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>