comparison lisp/ChangeLog @ 95600:1adddfc3bbf3

Fix typos.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 06 Jun 2008 18:04:20 +0000
parents d17729251339
children 0f9baaf9427f
comparison
equal deleted inserted replaced
95599:d17729251339 95600:1adddfc3bbf3
1 2008-06-06 Daniel Colascione <danc@merrillpress.com> 1 2008-06-06 Daniel Colascione <danc@merrillpress.com>
2 2
3 * nxml/nxml-mode.el (nxml-syntax-highlight-flag) 3 * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
4 (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified) 4 (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
5 (nxml-clear-fontified, nxml-fontify, nxml-fontify1) 5 (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
6 (nxml-fontify-buffer, nxml-do-fontify): Remove obsolete variables 6 (nxml-fontify-buffer, nxml-do-fontify):
7 and functions. 7 Remove obsolete variables and functions.
8 (nxml-font-lock-keywords, nxml-set-face, nxml-mode) 8 (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
9 (nxml-degrade, nxml-after-change) 9 (nxml-degrade, nxml-after-change, nxml-after-change1)
10 (nxml-after-change1, nxml-extend-region) 10 (nxml-extend-region, nxml-extend-after-change-region)
11 (nxml-extend-after-change-region)
12 (nxml-extend-after-change-region1, nxml-fontify-matcher) 11 (nxml-extend-after-change-region1, nxml-fontify-matcher)
13 (nxml-toggle-char-ref-extra-display): Use font-lock, and 12 (nxml-toggle-char-ref-extra-display): Use font-lock, and
14 font-lock-extend-region-functions in particular, to fontify 13 font-lock-extend-region-functions in particular, to fontify
15 nxml-mode buffers. 14 nxml-mode buffers.
16 (nxml-debug-region): New debugging helper function. 15 (nxml-debug-region): New debugging helper function.
17 16
18 * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside) 17 * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
19 (nxml-scan-after-change, nxml-move-tag-backwards): Adapt for 18 (nxml-scan-after-change, nxml-move-tag-backwards):
20 font-lock changes. 19 Adapt for font-lock changes.
21 20
22 * nxml/nxml-util.el (nxml-debug, nxml-debug-change) 21 * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
23 (nxml-debug-set-inside, nxml-debug-clear-inside): New debugging 22 (nxml-debug-set-inside, nxml-debug-clear-inside):
24 functions. 23 New debugging functions.
25 (nxml-with-degradation-on-error): New helper macro. 24 (nxml-with-degradation-on-error): New helper macro.
26 25
27 2008-06-06 Martin Rudalics <rudalics@gmx.at> 26 2008-06-06 Martin Rudalics <rudalics@gmx.at>
28 27
29 * window.el (display-buffer): Remove dead call to get-lru-window. 28 * window.el (display-buffer): Remove dead call to get-lru-window.
52 (special-display-buffer-names, special-display-regexps) 51 (special-display-buffer-names, special-display-regexps)
53 (special-display-function, same-window-p, same-window-buffer-names) 52 (special-display-function, same-window-p, same-window-buffer-names)
54 (same-window-regexps, pop-up-frames, display-buffer-reuse-frames) 53 (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
55 (pop-up-frame-function, pop-up-windows, even-window-heights) 54 (pop-up-frame-function, pop-up-windows, even-window-heights)
56 (split-window-preferred-function, split-height-threshold) 55 (split-window-preferred-function, split-height-threshold)
57 (window--display-buffer-1, display-buffer, pop-to-buffer): Move 56 (window--display-buffer-1, display-buffer, pop-to-buffer):
58 from window.c and buffer.c. 57 Move from window.c and buffer.c.
59 (window--splittable-p, window--try-to-split-window) 58 (window--splittable-p, window--try-to-split-window)
60 (window--frame-usable-p, window--display-buffer-2) 59 (window--frame-usable-p, window--display-buffer-2)
61 (window--even-window-heights): New functions. 60 (window--even-window-heights): New functions.
62 (split-width-threshold): New option. 61 (split-width-threshold): New option.
63 (split-window-preferred-horizontally): Remove. 62 (split-window-preferred-horizontally): Remove.
63
64 * cus-start.el: Remove corresponding declarations. 64 * cus-start.el: Remove corresponding declarations.
65 65
66 2008-06-05 Sam Steingold <sds@gnu.org> 66 2008-06-05 Sam Steingold <sds@gnu.org>
67 67
68 * vc.el (vc-update): Use `save-some-buffers' instead of signaling 68 * vc.el (vc-update): Use `save-some-buffers' instead of signaling
5454 Remove spurious * from defcustom docstrings. 5454 Remove spurious * from defcustom docstrings.
5455 (reb-next-match, reb-prev-match, reb-enter-subexp-mode): 5455 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
5456 Fix typos in messages. 5456 Fix typos in messages.
5457 (reb-mode-buffer-p): New function. 5457 (reb-mode-buffer-p): New function.
5458 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'. 5458 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
5459 (top, reb-show-subexp, reb-auto-update, reb-auto-update) 5459 (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
5460 (reb-delete-overlays, reb-cook-regexp, reb-update-regexp) 5460 (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
5461 (reb-update-overlays): Use `unless', `when'. 5461 Use `unless', `when'.
5462 (re-builder-unload-function): New function. 5462 (re-builder-unload-function): New function.
5463 5463
5464 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu> 5464 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
5465 5465
5466 * vc-hooks.el (vc-state): Add documentation for 'missing. 5466 * vc-hooks.el (vc-state): Add documentation for 'missing.
8357 8357
8358 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp> 8358 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
8359 8359
8360 * ldefs-boot.el: Regenerated. 8360 * ldefs-boot.el: Regenerated.
8361 8361
8362 * loadup.el: Don't load language/devanagari, language/kannanda, 8362 * loadup.el: Don't load language/devanagari, language/kannada,
8363 language/malayalam, and language/tamil. Load language/sinhala. 8363 language/malayalam, and language/tamil. Load language/sinhala.
8364 8364
8365 * language/indian.el (indian-font-foundry) 8365 * language/indian.el (indian-font-foundry)
8366 (indian-script-language-alist, indian-font-char-index-table) 8366 (indian-script-language-alist, indian-font-char-index-table)
8367 (indian-font-char, indian-font-char-range, indian-script-table) 8367 (indian-font-char, indian-font-char-range, indian-script-table)
8370 language environments moved to here. 8370 language environments moved to here.
8371 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"): 8371 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
8372 New language environments. 8372 New language environments.
8373 8373
8374 * language/devanagari.el, language/devan-util.el, 8374 * language/devanagari.el, language/devan-util.el,
8375 * language/kannanda.el, language/knd-util.el, language/malayalam.el, 8375 * language/kannada.el, language/knd-util.el, language/malayalam.el,
8376 * language/mlm-util.el, language/tamil.el, language/tml-util.el: 8376 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
8377 Delete them. 8377 Delete them.
8378 8378
8379 * language/sinhala.el: New file. 8379 * language/sinhala.el: New file.
8380 8380