aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog39
1 files changed, 19 insertions, 20 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 161c86a0e2d..26003b99440 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -6,21 +6,21 @@
6 * textmodes/reftex-toc.el (reftex-toc-map): `follow-mouse' must be 6 * textmodes/reftex-toc.el (reftex-toc-map): `follow-mouse' must be
7 `follow-link'. 7 `follow-link'.
8 8
9 * textmodes/org.el: (org-export-as-html): Fixed bugs in HTML 9 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
10 formatting: No nested anchors. 10 formatting: No nested anchors.
11 (org-all-targets): Fixed bug with XEmacs compatibility. 11 (org-all-targets): Fix bug with XEmacs compatibility.
12 (org-read-date): Add (require 'parse-time). 12 (org-read-date): Add (require 'parse-time).
13 (org-set-tags): Fixed bug with extra inserted space. 13 (org-set-tags): Fix bug with extra inserted space.
14 (org-export-html-style): Define a style class for targets. 14 (org-export-html-style): Define a style class for targets.
15 (org-agenda-keymap, org-mouse-map): Added a binding for 15 (org-agenda-keymap, org-mouse-map): Add a binding for
16 `follow-link'. 16 `follow-link'.
17 (org-hide-leading-stars): New option. 17 (org-hide-leading-stars): New option.
18 (org-hide): New face. 18 (org-hide): New face.
19 (org-set-font-lock-defaults): Allow to hide leading stars. 19 (org-set-font-lock-defaults): Allow to hide leading stars.
20 (org-get-legal-level, org-tr-level): New functions. 20 (org-get-legal-level, org-tr-level): New functions.
21 (org-odd-levels-only): New option. 21 (org-odd-levels-only): New option.
22 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels, 22 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
23 org-demote, org-promote): Deal with double-star levels. 23 (org-demote, org-promote): Deal with double-star levels.
24 (org-convert-to-odd-levels): New command. 24 (org-convert-to-odd-levels): New command.
25 25
262006-03-01 Nick Roberts <nickrob@snap.net.nz> 262006-03-01 Nick Roberts <nickrob@snap.net.nz>
@@ -38,12 +38,11 @@
38 (gdb-var-update-handler, gdb-var-update-handler-1): Use it. 38 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
39 (gdb-speedbar-expand-node): Use speedbar-delete-subblock 39 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
40 instead of gdb-speedbar-timer-fn. 40 instead of gdb-speedbar-timer-fn.
41 (gdb-edit-value):
42 41
432006-02-28 Jay Belanger <belanger@truman.edu> 422006-02-28 Jay Belanger <belanger@truman.edu>
44 43
45 * calc/calccomp.el: (math-compose-tex-matrix): Add a latex option. 44 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
46 (math-compose-expr): Use latex option when calling 45 (math-compose-expr): Use latex option when calling
47 `math-compose-tex-matrix' for latex mode. 46 `math-compose-tex-matrix' for latex mode.
48 47
492006-02-28 Nick Roberts <nickrob@snap.net.nz> 482006-02-28 Nick Roberts <nickrob@snap.net.nz>
@@ -69,7 +68,7 @@
69 68
702006-02-27 Nick Roberts <nickrob@snap.net.nz> 692006-02-27 Nick Roberts <nickrob@snap.net.nz>
71 70
72 * progmodes/gdb-ui.el: (gdb-source-window): New variable. 71 * progmodes/gdb-ui.el (gdb-source-window): New variable.
73 Re-introduce the concept of a source window. 72 Re-introduce the concept of a source window.
74 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for 73 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
75 consistency with get-buffer-create. 74 consistency with get-buffer-create.
@@ -91,8 +90,8 @@
91 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' 90 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse'
92 binding. 91 binding.
93 92
94 * textmodes/reftex-sel.el (reftex-select-label-map, 93 * textmodes/reftex-sel.el (reftex-select-label-map)
95 reftex-select-bib-map): Add `follow-mouse' binding. 94 (reftex-select-bib-map): Add `follow-mouse' binding.
96 95
972006-02-26 Luc Teirlinck <teirllm@auburn.edu> 962006-02-26 Luc Teirlinck <teirllm@auburn.edu>
98 97
@@ -151,7 +150,7 @@
151 150
1522006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org> 1512006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
153 152
154 * progmodes/cc-mode.el (c-postprocess-file-styles): bind 153 * progmodes/cc-mode.el (c-postprocess-file-styles): Bind
155 inhibit-read-only to t, around the call to 154 inhibit-read-only to t, around the call to
156 c-remove-any-local-eval-or-mode-variables, so that it works on a 155 c-remove-any-local-eval-or-mode-variables, so that it works on a
157 RO file. 156 RO file.
@@ -184,8 +183,8 @@
184 * progmodes/cc-mode.el: File Local variables: Solve the problem 183 * progmodes/cc-mode.el: File Local variables: Solve the problem
185 where both `mode' and c-file-offsets are specified: `mode' will 184 where both `mode' and c-file-offsets are specified: `mode' will
186 overwrite c-f-o's settings: 185 overwrite c-f-o's settings:
187 (c-remove-any-local-eval-or-mode-variables): new function. 186 (c-remove-any-local-eval-or-mode-variables): New function.
188 (c-postprocess-file-styles): call the above new function, within 187 (c-postprocess-file-styles): Call the above new function, within
189 c-tentative-buffer-change, to splat `mode' and `eval' before the 188 c-tentative-buffer-change, to splat `mode' and `eval' before the
190 second hack-local-variables. 189 second hack-local-variables.
191 190
@@ -224,15 +223,15 @@
224 Sometimes, c-s-i got separated from the mode name on the mode 223 Sometimes, c-s-i got separated from the mode name on the mode
225 line. 224 line.
226 225
227 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma, 226 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
228 c-electric-colon): Correct doc-strings: "/ln" -> "/la". 227 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
229 228
2302006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org> 2292006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
231 230
232 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improved the 231 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
233 error message when there's an evaluation error to show whether 232 error message when there's an evaluation error to show whether
234 it's loaded from source or not. 233 it's loaded from source or not.
235 (c-filter-ops): Made it available at runtime too to work when 234 (c-filter-ops): Make it available at runtime too to work when
236 `c-make-init-lang-vars-fun' needs to evaluate from source. 235 `c-make-init-lang-vars-fun' needs to evaluate from source.
237 236
2382006-02-24 Juanma Barranquero <lekktu@gmail.com> 2372006-02-24 Juanma Barranquero <lekktu@gmail.com>
@@ -317,7 +316,7 @@
317 fail silently when there is no valid argument at point. 316 fail silently when there is no valid argument at point.
318 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with 317 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
319 `fail-silently' argument. From a patch by David Reiter. 318 `fail-silently' argument. From a patch by David Reiter.
320 319
321 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto): 320 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
322 New commands. 321 New commands.
323 (org-mark-ring): New variable. 322 (org-mark-ring): New variable.