comparison lisp/ChangeLog @ 108492:ac3917b1de28

merge trunk
author Kenichi Handa <handa@etlken>
date Mon, 10 May 2010 13:14:21 +0900
parents fd5073c58e5f
children f35b8e7b8a1f
comparison
equal deleted inserted replaced
108347:39d09d6f8dbc 108492:ac3917b1de28
1 2010-05-10 Glenn Morris <rgm@gnu.org>
2
3 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
4 all dired buffers, even tramp ones. (Bug#5755) [Backport from trunk]
5
6 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
7
8 * Version 23.2 released.
9
10 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
11
12 * international/mule.el (auto-coding-alist): Only purecopy
13 car of each item, not the whole list (Bug#6083).
14
15 2010-05-02 Chong Yidong <cyd@stupidchicken.com>
16
17 * progmodes/js.el (js-mode): Make paragraph variables local before
18 calling c-setup-paragraph-variables (Bug#6071).
19
20 2010-05-01 Eli Zaretskii <eliz@gnu.org>
21
22 * composite.el (compose-region, reference-point-alist): Fix typos
23 in the doc strings.
24
25 2010-04-28 Alexander Klimov <alserkli@inbox.ru> (tiny change)
26
27 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
28 gnuplot's "set" command.
29
30 2010-04-26 Juanma Barranquero <lekktu@gmail.com>
31
32 * abbrev.el (last-abbrev-text): Doc fix.
33 (abbrev-prefix-mark): Don't escape parenthesis.
34
35 2010-04-24 Andreas Schwab <schwab@linux-m68k.org>
36
37 * composite.el (find-composition): Doc fix.
38
39 2010-04-24 Juanma Barranquero <lekktu@gmail.com>
40
41 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
42 (sql-oracle-program, sql-sqlite-options)
43 (sql-query-placeholders-and-send): Doc fixes.
44 (sql-set-product, sql-interactive-mode): Reflow docstrings.
45 (sql-imenu-generic-expression, sql-buffer)
46 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
47 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
48 (sql-mode-sybase-font-lock-keywords)
49 (sql-mode-informix-font-lock-keywords)
50 (sql-mode-interbase-font-lock-keywords)
51 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
52 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
53 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
54 (sql-product-feature, sql-highlight-product)
55 (comint-line-beginning-position, sql-rename-buffer)
56 (sql-toggle-pop-to-buffer-after-send-region)
57 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
58 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
59 Fix typos in docstrings.
60
61 2010-04-23 Juri Linkov <juri@jurta.org>
62
63 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
64 property instead of `invisible' and `after-string' (bug#5998).
65
66 2010-04-23 Juri Linkov <juri@jurta.org>
67
68 * image-mode.el (image-mode-as-text): Fix typo in docstring.
69
1 2010-04-23 Juanma Barranquero <lekktu@gmail.com> 70 2010-04-23 Juanma Barranquero <lekktu@gmail.com>
2 71
3 * filecache.el (file-cache-add-directory-list) 72 * filecache.el (file-cache-add-directory-list)
4 (file-cache-add-directory-recursively): Fix typos in docstrings. 73 (file-cache-add-directory-recursively): Fix typos in docstrings.
5 74