comparison lisp/ChangeLog @ 107617:c5f9e4613394

Merge from mainline.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 16 Jan 2010 06:57:09 -0500
parents 4cf58c2379f4
children db05908c4fc1
comparison
equal deleted inserted replaced
107616:fa5ad3eee9f5 107617:c5f9e4613394
1 2010-01-16 Mario Lang <mlang@delysid.org>
2
3 * cedet/ede/cpp-root.el (ede-cpp-root-project):
4 * cedet/ede/files.el (ede-expand-filename):
5 * cedet/ede/simple.el (ede-simple-project):
6 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7 (semantic-complete-inline-tag-engine):
8 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
9 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
10 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
11 * cedet/semantic/db.el (semanticdb-equivalent-mode):
12 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
13 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
14 * emacs-lisp/chart.el (chart-translate-namezone):
15 * textmodes/artist.el (artist-compute-popup-menu-table):
16 Remove duplicated words in doc-strings.
17
18 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
19
20 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
21 to mairix-search to suppress threading (Bug#5342).
22
23 2010-01-15 Kenichi Handa <handa@m17n.org>
24
25 * international/mule-cmds.el (canonicalize-coding-system-name):
26 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX".
27
28 2010-01-15 Glenn Morris <rgm@gnu.org>
29
30 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
31
32 * wid-edit.el (widget-keymap): Doc fix.
33
34 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
35 former seems to be more widely accepted by various svn versions.
36
37 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
38
39 * find-cmd.el (find-constituents):
40 * vc-arch.el (vc-arch-root):
41 * window.el (window-body-height, pop-up-frames):
42 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
43 (semantic-no-reparse-needed-change-hook):
44 * cedet/srecode/insert.el (srecode-resolve-argument-list)
45 (srecode-template-inserter-blank, srecode-template-inserter-variable)
46 (srecode-template-inserter-ask, srecode-template-inserter-width)
47 (srecode-template-inserter-section-start)
48 (srecode-template-inserter-section-end, srecode-insert-method):
49 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
50 * progmodes/ada-stmt.el (ada-if):
51 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
52 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
53 (ispell-encoding8-command, ispell-aspell-supports-utf8)
54 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
55
56 * progmodes/flymake.el (flymake-post-syntax-check):
57 Fix typo in error message.
58
59 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
60
61 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
62 which is always a string. (Bug#5313)
63
64 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
65
66 * progmodes/ada-xref.el (ada-default-prj-properties):
67 Simplify previous change.
68
69 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
70
71 * progmodes/ada-xref.el (ada-default-prj-properties):
72 Default ada_project_path to $ADA_PROJECT_PATH.
73
74 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
75
76 * progmodes/ada-mode.el (ada-create-keymap):
77 Override `narrow-to-defun' with `ada-narrow-to-defun'.
78
79 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80
81 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
82 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
83 (ada-get-current-indent, ada-imenu-generic-expression)
84 (ada-which-function): Check for it.
85
86 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
87
88 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
89 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
90
91 2010-01-14 Glenn Morris <rgm@gnu.org>
92
93 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
94
95 2010-01-14 Kenichi Handa <handa@m17n.org>
96
97 * composite.el (auto-composition-mode): Make it a buffer local
98 variable (permanent-local).
99 (auto-composition-function): Set the default value to
100 auto-compose-chars.
101 (auto-composition-mode): Make it a simple function, not a minor mode.
102 (global-auto-composition-mode): Likewise.
103 (turn-on-auto-composition-if-enabled): Delete it.
104
105 2010-01-13 Karl Fogel <kfogel@red-bean.com>
106
107 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
108
109 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
110
111 * files.el (copy-directory): Compute target for recursive
112 directories with identical names. (Bug#5343)
113
114 2010-01-12 Glenn Morris <rgm@gnu.org>
115
116 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
117 it to bug-gnu-emacs rather than emacs-pretest-bug.
118
119 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
120
121 * cedet/data-debug.el (data-debug): Fix customization group reference.
122
123 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
124
125 * cedet/semantic/analyze.el (semantic-analyze-push-error)
126 (semantic-analyze-context, semantic-analyze-context-assignment)
127 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
128 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
129 (semantic-java-doc-keywords-map):
130 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
131 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
132 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
133 (semantic-c-classname, semantic-format-tag-uml-prototype)
134 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
135 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
136 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
137 (semantic-get-local-variables, semantic-end-of-command)
138 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
139 (lisp-mode):
140 * cedet/semantic/bovine/make.el (makefile-mode):
141 * cedet/semantic/wisent/python.el (wisent-python-string-re)
142 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
143 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
144 (semantic-lex, semantic-get-local-variables, python-mode):
145 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
146 * cedet/srecode/extract.el (srecode-extract-state-set)
147 (srecode-extract-method): Fix typos in docstrings.
148
149 2010-01-11 Sam Steingold <sds@gnu.org>
150
151 * imenu.el (imenu-default-create-index-function): Detect infinite
152 loops caused by imenu-prev-index-position-function.
153
154 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
155
156 * htmlfontify.el (htmlfontify-load-rgb-file)
157 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
158 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
159 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
160 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
161 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
162 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
163 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
164 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
165 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
166 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
167 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
168 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
169 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
170 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
171 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
172 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
173 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
174 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
175 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
176 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
177 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
178 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
179 backslash-quoting from parentheses, etc.
180
181 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
182
183 * progmodes/js.el: Autoload javascript-mode alias.
184
185 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
186
187 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
188 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
189 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
190 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
191 Fix typos in docstrings.
192 (ffap-url-regexp): Doc fix.
193 (ffap-at-mouse): Fix typo in message.
194
195 2010-01-11 Glenn Morris <rgm@gnu.org>
196
197 * version.el (emacs-copyright): Set copyright year to 2010.
198
199 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
200
201 * format.el (format-annotate-function): Only set
202 write-region-post-annotation-function after running to-fn so as not to
203 affect nested write-region calls (bug#5273).
204
205 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
206
207 * cedet/semantic.el (semantic-new-buffer-setup-functions):
208 Add python parser.
209
210 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
211 wisent/python.el.
212
213 2010-01-10 Richard Kim <emacs18@gmail.com>
214
215 * cedet/semantic/wisent/python-wy.el:
216 * cedet/semantic/wisent/python.el: New files.
217
218 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
219
220 * man.el (Man-goto-section): Signal error if the section is not
221 found (Bug#5317).
222
223 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
224
225 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
226 URLs with a leading triple slash in the file: scheme. (Bug#5345)
227
228 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
229
230 * progmodes/compile.el: Don't treat compile-command as safe if
231 compilation-read-command might be nil (Bug#4218).
232
1 2010-01-09 Jan Djärv <jan.h.d@swipnet.se> 233 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
2 234
3 * startup.el (command-line-1): Use orig-argi to check for ignored X and 235 * startup.el (command-line-1): Use orig-argi to check for ignored X and
4 NS options. 236 NS options.
5 237
6 2010-01-08 Kenichi Handa <handa@m17n.org> 238 2010-01-08 Kenichi Handa <handa@m17n.org>
7 239
8 * international/fontset.el (build-default-fontset-data): Exclude 240 * international/fontset.el (build-default-fontset-data):
9 characters in scripts kana, hangul, han, or cjk-misc. 241 Exclude characters in scripts kana, hangul, han, or cjk-misc.
10 242
11 2010-01-07 Juanma Barranquero <lekktu@gmail.com> 243 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
12 244
13 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename 245 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
14 to `create-file-buffer' as it expects, not just a buffer name. 246 to `create-file-buffer' as it expects, not just a buffer name.
24 256
25 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges. 257 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
26 258
27 2010-01-05 Tom Tromey <tromey@redhat.com> 259 2010-01-05 Tom Tromey <tromey@redhat.com>
28 260
29 * progmodes/python.el (python-font-lock-keywords): Handle 261 * progmodes/python.el (python-font-lock-keywords):
30 qualified decorators (Bug#881). 262 Handle qualified decorators (Bug#881).
31 263
32 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu> 264 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
33 265
34 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision 266 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
35 in a lightweight checkout. 267 in a lightweight checkout.
36 268
37 2010-01-05 Kenichi Handa <handa@m17n.org> 269 2010-01-05 Kenichi Handa <handa@m17n.org>
38 270
39 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and 271 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
40 ZWJ.
41 272
42 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu> 273 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
43 274
44 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff. 275 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
45 276
60 Firefox does not understand the encoded version (Bug#3166). 291 Firefox does not understand the encoded version (Bug#3166).
61 292
62 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change) 293 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
63 294
64 * progmodes/octave-mod.el (octave-end-keywords) 295 * progmodes/octave-mod.el (octave-end-keywords)
65 (octave-block-begin-or-end-regexp, octave-block-match-alist): Add 296 (octave-block-begin-or-end-regexp, octave-block-match-alist):
66 "end" keyword (Bug#3061). 297 Add "end" keyword (Bug#3061).
67 (octave-end-as-array-index-p): New function. 298 (octave-end-as-array-index-p): New function.
68 (calculate-octave-indent): Use it. 299 (calculate-octave-indent): Use it.
69 300
70 2010-01-02 Karl Fogel <kfogel@red-bean.com> 301 2010-01-02 Karl Fogel <kfogel@red-bean.com>
71 302
91 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete): 322 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
92 Use new macro to preserve the buffer modified state. 323 Use new macro to preserve the buffer modified state.
93 324
94 2010-01-02 Karl Fogel <kfogel@red-bean.com> 325 2010-01-02 Karl Fogel <kfogel@red-bean.com>
95 326
96 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window, 327 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
97 (bookmark-bmenu-2-window, bookmark-bmenu-this-window) 328 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
98 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window) 329 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
99 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation) 330 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
100 (bookmark-bmenu-rename, bookmark-bmenu-locate) 331 (bookmark-bmenu-rename, bookmark-bmenu-locate)
101 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark): Remove 332 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
102 unnecessary calls to `bookmark-bmenu-ensure-position'. 333 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
103 334
104 2010-01-02 Eli Zaretskii <eliz@gnu.org> 335 2010-01-02 Eli Zaretskii <eliz@gnu.org>
105 336
106 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Make 337 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
107 the lines in the generated doc string shorter. (Bug#4668) 338 Make the lines in the generated doc string shorter. (Bug#4668)
108 339
109 2010-01-02 Ryan Yeske <rcyeske@gmail.com> 340 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
110 341
111 * net/rcirc.el: Add follow-link binding (Bug#4738). 342 * net/rcirc.el: Add follow-link binding (Bug#4738).
112 343
113 2010-01-02 Eli Zaretskii <eliz@gnu.org> 344 2010-01-02 Eli Zaretskii <eliz@gnu.org>
114 345
115 * Makefile.in (bzr-update): Renamed from cvs-update. 346 * Makefile.in (bzr-update): Rename from cvs-update.
116 (cvs-update): New target for backward compatibility. 347 (cvs-update): New target for backward compatibility.
117 348
118 * makefile.w32-in (bzr-update): Renamed from cvs-update. 349 * makefile.w32-in (bzr-update): Rename from cvs-update.
119 (cvs-update): New target for backward compatibility. 350 (cvs-update): New target for backward compatibility.
120 351
121 2010-01-02 Karl Fogel <kfogel@red-bean.com> 352 2010-01-02 Karl Fogel <kfogel@red-bean.com>
122 353
123 * bookmark.el: Remove gratuitous gratitude. 354 * bookmark.el: Remove gratuitous gratitude.
1257 (rmail-mime-show): Downcase the encoding. (Bug#5070) 1488 (rmail-mime-show): Downcase the encoding. (Bug#5070)
1258 1489
1259 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu> 1490 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
1260 1491
1261 Make vc-print-log buttons work. 1492 Make vc-print-log buttons work.
1262 * log-view.el (log-view-mode-map): Inherit from from widget-keymap. 1493 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
1263 1494
1264 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change) 1495 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
1265 1496
1266 * savehist.el (savehist-autosave-interval): Allow setting to nil 1497 * savehist.el (savehist-autosave-interval): Allow setting to nil
1267 through customize. (Bug#5056) 1498 through customize. (Bug#5056)
9735 9966
9736 ;; Local Variables: 9967 ;; Local Variables:
9737 ;; coding: utf-8 9968 ;; coding: utf-8
9738 ;; End: 9969 ;; End:
9739 9970
9740 Copyright (C) 2009 Free Software Foundation, Inc. 9971 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
9741 9972
9742 This file is part of GNU Emacs. 9973 This file is part of GNU Emacs.
9743 9974
9744 GNU Emacs is free software: you can redistribute it and/or modify 9975 GNU Emacs is free software: you can redistribute it and/or modify
9745 it under the terms of the GNU General Public License as published by 9976 it under the terms of the GNU General Public License as published by