aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero2008-06-06 18:04:20 +0000
committerJuanma Barranquero2008-06-06 18:04:20 +0000
commitbb9ba46f2178db819f4be76c8e2d9a4a3061011b (patch)
tree23432247018a57bd4bbaa5d7ddcc27d039d14841 /lisp
parentcdea866600bd052d3862311dbde10efbd63f5fe6 (diff)
downloademacs-bb9ba46f2178db819f4be76c8e2d9a4a3061011b.tar.gz
emacs-bb9ba46f2178db819f4be76c8e2d9a4a3061011b.zip
Fix typos.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog32
1 files changed, 16 insertions, 16 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 87d2cf6c89f..6ca7bffdceb 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -3,12 +3,11 @@
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
@@ -16,12 +15,12 @@
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
272008-06-06 Martin Rudalics <rudalics@gmx.at> 262008-06-06 Martin Rudalics <rudalics@gmx.at>
@@ -54,13 +53,14 @@
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
662008-06-05 Sam Steingold <sds@gnu.org> 662008-06-05 Sam Steingold <sds@gnu.org>
@@ -5456,9 +5456,9 @@
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
54642008-03-25 Dan Nicolaescu <dann@ics.uci.edu> 54642008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
@@ -8359,7 +8359,7 @@
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)
@@ -8372,7 +8372,7 @@
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