]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
index f559521f274115d15139187aff6807f3971b4f12..59d72fea53f11648f98adbdb91c103873130c57b 100644 (file)
@@ -1,3 +1,101 @@
+2006-11-12  Richard Stallman  <rms@gnu.org>
+
+       * language/european.el (turkish-case-conversion-enable)
+       (turkish-case-conversion-disable): New functions.
+       ("Turkish" lang env): Use them.
+
+       * international/characters.el (case table):
+       Do nothing special for i and I.
+
+       * subr.el (remove-overlays): Fix last change.
+
+       * cus-edit.el (custom-save-all): Use find-file-visit-truename
+       for visiting the custom file.
+
+2006-11-12  Markus Triska  <triska@gmx.at>
+
+       * play/handwrite.el (handwrite): Also process lines not ending
+       with newline.  Replace some position-fiddling with different
+       logic.  Improve performance.
+
+2006-11-12  Stephen Leake  <stephen_leake@stephe-leake.org>
+
+       * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
+       replacing deleted variable `ada-check-switch'.
+       (ada-project-file-extension): Rename to `ada-prj-file-extension'.
+       (ada-xref-project-files): Improve doc string.
+       (ada-find-executable): New function.
+       (ada-initialize-runtime-library): Use `ada-find-executable'.
+       (ada-xref-set-default-prj-values): In compile commands, don't need
+       `ada-cd-command'; `compile' does that more portably.
+       Use ada-prj-default-check-cmd.
+       (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
+       properties if not specified in project file.
+       (ada-goto-declaration): Display useful message for new error
+       'error-file-not-found.
+       (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
+       'error-file-not-found.
+       (ada-get-all-references): Match latest ali syntax.  Signal new
+       error 'error-file-not-found.
+       (ada-find-in-ali): Match latest ali syntax.
+       (ada-make-filename-from-adaname): Handle different semantics of
+       gnatkr in GNAT 3.15p vs later.
+
+       * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
+       ada-procedure-start-regexp.
+       (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
+
+       * progmodes/ada-mode.el: Replace conditional (require 'ispell)
+       with defvar.
+       (ada-language-version): Rename ada05 -> ada2005.
+       (ada-align-region-separate): Add `eval-when-compile'.
+       (ada-name-regexp): Remove unneeded escapes in regexp character
+       alternative.
+       (ada-compile-goto-error-file-linenr-re): New constant.
+       (ada-matching-start-re): Handle additional cases `declare',
+       `procedure', `function'.
+       (ada-compile-goto-error): Handle "... at line nn".
+       (ada-mode): Clearer syntax, comments for ff-special-constructs.
+       Delete support for old versions of `align'.
+       (ada-search-prev-end-stmt): Handle additional keyword `private'.
+       (ada-check-defun-name): Simplify handling of `declare'.
+       (ada-goto-matching-start): Handle nested `begin ... end'. Handle
+       `declare', `protected', `procedure', `function'.
+       (ada-create-menu): Presence of arm95 is not conditional on using
+       GNAT compiler.
+
+2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
+
+       * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
+       nil in the *RE-Builder* buffer (it causes spurious error messages).
+
+       * server.el (server-visit-files): If `minibuffer-auto-raise' has
+       been set to t, respect it.
+
+2006-11-11  Stephen Leake  <stephen_leake@stephe-leake.org>
+
+       * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
+       Delete commented out code for old Emacs versions.  Autoloading of
+       "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
+       (ada-mode-version): Bump version number.
+       (ada-95-string-keywords, ada-2005-string-keywords)
+       (ada-2005-keywords, ada-name-regexp): New constant.
+       (ada-language-version, ada-procedure-start-regexp, ada-mode)
+       (ada-font-lock-keywords): Add support for Ada 2005 keywords.
+       (ada-package-start-regexp): Support private packages, include package
+       name (for ada-set-point-accordingly).
+       (ada-next-procedure, ada-previous-procedure)
+       (ada-which-function-are-we-in): Match changes to
+       ada-procedure-start-regexp.
+       (ada-make-body): Make non-interactive; not a user function.
+       (ada-make-subprogram-body): Improve doc string.
+
+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'