* wesnoth-mode.el: Update history for upcoming release.
commit74da1d86de86330b1329e4c618d69373ef600bcb
authorChris Mann <chris@gnawty.home>
Sun, 21 Sep 2008 12:42:32 +0000 (21 22:12 +0930)
committerChris Mann <chris@gnawty.home>
Sun, 21 Sep 2008 12:42:32 +0000 (21 22:12 +0930)
treea3ed8bcf872e17e816a815645bc30ce2ba23f0df
parent3c297a7b08ade12ee73541a24762a30b7b3c2c9d
* wesnoth-mode.el: Update history for upcoming release.
  (wesnoth-mode-version): Updated to 1.2.4+git.
  (wesnoth-indent-preprocessor-bol, wesnoth-indent-savefile): Removed
  variables.  WML convention is now set firmly enough that they are no longer
  required.
  (wesnoth-element-closing, wesnoth-element-opening, wesnoth-element): Removed
  functions.
  (wesnoth-element-closing, wesnoth-element-opening, wesnoth-element): Added
  new constants.
  (wesnoth-tags-list): Added several new tags.
  (wesnoth-build-completion): Updated docstring.
  (wesnoth-insert-tag): Operate across prefix-arg number of elements instead
  of a region.  Improved accuracy of tag positioning considerably.
  (wesnoth-insert-element-separately): New function.
  (wesnoth-insert-and-indent): No longer move to the end of the line.  Stay
  where positioned by `wesnoth-indent'.
  (wesnoth-navigate-element): New macro.
  (wesnoth-forward-element, wesnoth-backward-element): Use it.
  (wesnoth-search-for-matching-tag): New macro.
  (wesnoth-jump-to-matching): Use it.
  (wesnoth-wml-start-pos): Fix bug where `buffer-size' was used over
  `point-max' for search bound.
  (first-column-indent-p): New function.
  (wesnoth-indent): Use it.  Use wesnoth-element.* constants over obsoleted
  functions.  Minor clean-up.
  (wesnoth-within-define): Minor clean-up.
  (wesnoth-determine-context, wesnoth-check-structure): Use wesnoth-element.*
  constants over obsoleted functions.
  (wesnoth-check-tag-names): Use wesnoth-element.* constants over obsoleted
  functions.  Minor clean-up.
wesnoth-mode.el