Fix sgml-maybe-name-self (Bug#5380).
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
f0bd0ad5
CY
12010-01-21 Kenichi Handa <handa@m17n.org>
2
3 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
4 process last-command-event, as it is now decoded first (Bug#5380).
5
5189d95b
CY
62010-01-20 Chong Yidong <cyd@stupidchicken.com>
7
8 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
9
e073d74a
GM
102010-01-20 Glenn Morris <rgm@gnu.org>
11
12 * indent.el (tab-always-indent): Fix custom-type.
13
8ee04f3a
AM
142010-01-19 Alan Mackenzie <acm@muc.de>
15
16 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
17 buffer throws "args out of range".
18 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
19 playing the role of delimiter.
20
6a47c86a
SL
212010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
22
23 * lisp/progmodes/ada-mode.el: Fix bug#5400.
24 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
25 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
26 changed. Delete RECURSIVE parameter; never used. Improve doc string.
27 Improve comments in "is" portion. Handle null procedure declaration.
28 (ada-move-to-end): Improve doc string.
29
2acfb954
ÓF
302010-01-18 Óscar Fuentes <ofv@wanadoo.es>
31
e90d57c0 32 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 33 Remove obsolete information from commentary.
e90d57c0
JB
34 (ido-choice-list): Initialize to nil.
35 (ido-get-bufname): Reject minibuffers.
36 (ido-make-buffer-list): If "default" is a nonexistent
37 buffer, ignore it, as per the function's comment.
38 (ido-kill-buffer-internal): New function.
39 (ido-kill-buffer-at-head): Use it.
40 (ido-visit-buffer): Likewise.
2acfb954 41
244b023e
CY
422010-01-18 Chong Yidong <cyd@stupidchicken.com>
43
44 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
45
db9e401b
JB
462010-01-18 Juanma Barranquero <lekktu@gmail.com>
47
48 * cedet/ede/locate.el (ede-locate-file-in-project)
49 (ede-locate-file-in-project-impl): Fix typos in docstrings.
50 (ede-enable-locate-on-project): Fix typos in error messages.
51
52 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
53 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
54 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
55 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
56 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
57 Fix typos in menu help.
58
59 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
60 Fix typos in chart titles.
61
62 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
63 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
64 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
65 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
66 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
67 (semantic-parse-stream, semantic-parse-region)
68 (semantic-parse-region-default, semantic--set-buffer-cache)
69 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
70 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
71 (semantic-default-submodes):
72 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
73 (semanticdb-create-ebrowse-database)
74 (semanticdb-find-tags-for-completion-method)
75 (semanticdb-find-tags-by-class-method)
76 (semanticdb-deep-find-tags-by-name-method)
77 (semanticdb-deep-find-tags-for-completion-method):
78 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
79 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
80 (semanticdb-find-tags-for-completion-method)
81 (semanticdb-find-tags-by-class-method)
82 (semanticdb-deep-find-tags-for-completion-method):
83 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
84 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
85 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
86 (semanticdb-find-tags-by-name-method)
87 (semanticdb-find-tags-by-name-regexp-method)
88 (semanticdb-find-tags-for-completion-method)
89 (semanticdb-find-tags-by-class-method)
90 (semanticdb-find-tags-external-children-of-type-method)
91 (semanticdb-find-tags-subclasses-of-type-method)
92 (semanticdb-deep-find-tags-by-name-method)
93 (semanticdb-deep-find-tags-by-name-regexp-method)
94 (semanticdb-deep-find-tags-for-completion-method):
95 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
96 (semanticdb-enable-gnu-global-in-buffer)
97 (semanticdb-find-tags-for-completion-method)
98 (semanticdb-deep-find-tags-by-name-method)
99 (semanticdb-deep-find-tags-for-completion-method):
100 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
101 (javascript-mode, semanticdb-find-translate-path)
102 (semanticdb-find-tags-for-completion-method)
103 (semanticdb-find-tags-by-class-method)
104 (semanticdb-deep-find-tags-by-name-method)
105 (semanticdb-deep-find-tags-for-completion-method)
106 (semanticdb-find-tags-external-children-of-type-method):
107 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
108 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
109 (global-semantic-idle-scheduler-mode):
110 * cedet/srecode/dictionary.el (srecode-field-value)
111 (srecode-dictionary-add-section-dictionary):
112 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
113 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
114 (describe-class, eieio-describe-generic, describe-generic):
115 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
116 (eieio-speedbar-expand):
117 * emulation/viper-cmd.el (viper-exec-form-in-vi)
118 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
119 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
120 (viper-del-backward-char-in-replace, viper-backward-indent)
121 (viper-brac-function, viper-register-to-point, viper-submit-report):
122 * net/tramp.el (tramp-remote-coding-commands):
123 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
124 Fix typos in docstrings.
125
9295137d
CY
1262010-01-17 Chong Yidong <cyd@stupidchicken.com>
127
128 * mail/sendmail.el (mail-yank-original): Set the mark if the
129 specified function for yanking does not do it.
130
4d0bbcb6
DN
1312010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
132
7902c120
DN
133 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
134
4d0bbcb6
DN
135 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
136 resyncing a directory.
137
0b702bc1
SL
1382010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
139
6a47c86a 140 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
141 (ada-ident-re): Delete ., allow multibyte characters.
142 (ada-goto-label-re): New; matches goto labels.
143 (ada-block-label-re): New; matches block labels.
144 (ada-label-re): New; matches both.
145 (ada-named-block-re): Deleted; callers changed to use
146 `ada-block-label-re' instead.
147 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
148 Use `ada-block-label-re'.
149 (ada-indent-on-previous-lines): Improve handling of goto labels.
150 (ada-get-indent-block-start): Special-case block label.
151 (ada-get-indent-label): Split into `ada-indent-block-label' and
152 `ada-indent-goto-label'.
153 (ada-goto-stmt-start, ada-goto-next-non-ws):
154 Optionally ignore goto labels.
155 (ada-goto-next-word): Simplify.
156 (ada-indent-newline-indent-conditional): Insert newline before
157 trying to fix indentation; doc fix.
158
05287c49
JB
1592010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
160
161 * calc/calc.el (calc-command-flags): Give it an initial value.
162
44e82a0b
GM
1632010-01-17 Glenn Morris <rgm@gnu.org>
164
165 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
166
4963739e
JB
1672010-01-17 Juanma Barranquero <lekktu@gmail.com>
168
169 * cedet/semantic.el (semantic-mode):
170 * files.el (minibuffer-with-setup-hook):
171 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
172 (artist-key-draw-continously, artist-key-do-continously-continously)
173 (artist-key-set-point-continously, artist-mouse-draw-continously):
174 Fix typos in docstrings.
175
116bd1ee
CY
1762010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
177
178 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
179 return t (Bug#3898).
180
2784cd7a 1812010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
182
183 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
184 can parse the output of the external commands (Bug#5279).
185
abd5cfe8
CY
1862010-01-16 Jari Aalto <jari.aalto@cante.net>
187
188 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
189
4fe22cdf
CY
1902010-01-16 Chong Yidong <cyd@stupidchicken.com>
191
bbdc98ef
CY
192 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
193
c7dc1ac1
CY
194 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
195
4fe22cdf
CY
196 * startup.el (command-line): Remove unused --icon-type arg.
197 Handle --display arg, passing it to command-line-1 (Bug#5392).
198
045b9da7
ML
1992010-01-16 Mario Lang <mlang@delysid.org>
200
201 * cedet/ede/cpp-root.el (ede-cpp-root-project):
202 * cedet/ede/files.el (ede-expand-filename):
203 * cedet/ede/simple.el (ede-simple-project):
204 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
205 (semantic-complete-inline-tag-engine):
206 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
207 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
208 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
209 * cedet/semantic/db.el (semanticdb-equivalent-mode):
210 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
211 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
212 * emacs-lisp/chart.el (chart-translate-namezone):
213 * textmodes/artist.el (artist-compute-popup-menu-table):
214 Remove duplicated words in doc-strings.
215
6554a5df
CY
2162010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
217
218 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
219 to mairix-search to suppress threading (Bug#5342).
220
ca4f0e9a
KH
2212010-01-15 Kenichi Handa <handa@m17n.org>
222
223 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 224 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 225
1db3226b
GM
2262010-01-15 Glenn Morris <rgm@gnu.org>
227
56a03f46
GM
228 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
229
230 * wid-edit.el (widget-keymap): Doc fix.
231
1db3226b
GM
232 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
233 former seems to be more widely accepted by various svn versions.
234
80cd4bb4
JB
2352010-01-14 Juanma Barranquero <lekktu@gmail.com>
236
d1f18ec0
JB
237 * find-cmd.el (find-constituents):
238 * vc-arch.el (vc-arch-root):
239 * window.el (window-body-height, pop-up-frames):
240 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
241 (semantic-no-reparse-needed-change-hook):
242 * cedet/srecode/insert.el (srecode-resolve-argument-list)
243 (srecode-template-inserter-blank, srecode-template-inserter-variable)
244 (srecode-template-inserter-ask, srecode-template-inserter-width)
245 (srecode-template-inserter-section-start)
246 (srecode-template-inserter-section-end, srecode-insert-method):
247 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
248 * progmodes/ada-stmt.el (ada-if):
249 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
250 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
251 (ispell-encoding8-command, ispell-aspell-supports-utf8)
252 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
253
80cd4bb4
JB
254 * progmodes/flymake.el (flymake-post-syntax-check):
255 Fix typo in error message.
256
9c23ca47
JB
2572010-01-14 Juanma Barranquero <lekktu@gmail.com>
258
259 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
260 which is always a string. (Bug#5313)
261
8794c483
JB
2622010-01-14 Juanma Barranquero <lekktu@gmail.com>
263
264 * progmodes/ada-xref.el (ada-default-prj-properties):
265 Simplify previous change.
266
95005d39
SL
2672010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
268
269 * progmodes/ada-xref.el (ada-default-prj-properties):
270 Default ada_project_path to $ADA_PROJECT_PATH.
271
2722010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
273
274 * progmodes/ada-mode.el (ada-create-keymap):
275 Override `narrow-to-defun' with `ada-narrow-to-defun'.
276
fb0d1545
SL
2772010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
278
279 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
280 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
281 (ada-get-current-indent, ada-imenu-generic-expression)
282 (ada-which-function): Check for it.
283
5c9434d0
SL
2842010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
285
286 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
287 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
288
3a4f3a3b
GM
2892010-01-14 Glenn Morris <rgm@gnu.org>
290
291 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
292
d9a7c140
KH
2932010-01-14 Kenichi Handa <handa@m17n.org>
294
295 * composite.el (auto-composition-mode): Make it a buffer local
296 variable (permanent-local).
297 (auto-composition-function): Set the default value to
298 auto-compose-chars.
49caf252 299 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
300 (global-auto-composition-mode): Likewise.
301 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 302
38bee102
KF
3032010-01-13 Karl Fogel <kfogel@red-bean.com>
304
305 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 306
b8b45afc
MA
3072010-01-12 Michael Albinus <michael.albinus@gmx.de>
308
309 * files.el (copy-directory): Compute target for recursive
310 directories with identical names. (Bug#5343)
311
893db5bc
GM
3122010-01-12 Glenn Morris <rgm@gnu.org>
313
314 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
315 it to bug-gnu-emacs rather than emacs-pretest-bug.
316
2f27e6d4
JB
3172010-01-12 Juanma Barranquero <lekktu@gmail.com>
318
319 * cedet/data-debug.el (data-debug): Fix customization group reference.
320
91abaf51
JB
3212010-01-12 Juanma Barranquero <lekktu@gmail.com>
322
323 * cedet/semantic/analyze.el (semantic-analyze-push-error)
324 (semantic-analyze-context, semantic-analyze-context-assignment)
325 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
326 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
327 (semantic-java-doc-keywords-map):
328 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
329 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
330 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
331 (semantic-c-classname, semantic-format-tag-uml-prototype)
332 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
333 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
334 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
335 (semantic-get-local-variables, semantic-end-of-command)
336 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
337 (lisp-mode):
338 * cedet/semantic/bovine/make.el (makefile-mode):
339 * cedet/semantic/wisent/python.el (wisent-python-string-re)
340 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
341 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
342 (semantic-lex, semantic-get-local-variables, python-mode):
343 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
344 * cedet/srecode/extract.el (srecode-extract-state-set)
345 (srecode-extract-method): Fix typos in docstrings.
346
d8b8451f
SS
3472010-01-11 Sam Steingold <sds@gnu.org>
348
349 * imenu.el (imenu-default-create-index-function): Detect infinite
350 loops caused by imenu-prev-index-position-function.
351
30afcdff
JB
3522010-01-11 Juanma Barranquero <lekktu@gmail.com>
353
354 * htmlfontify.el (htmlfontify-load-rgb-file)
355 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
356 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
357 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
358 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
359 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
360 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
361 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
362 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
363 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
364 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
365 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
366 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
367 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
368 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
369 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
370 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
371 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
372 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
373 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
374 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
375 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
376 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
377 backslash-quoting from parentheses, etc.
378
92b1c416
CY
3792010-01-11 Chong Yidong <cyd@stupidchicken.com>
380
381 * progmodes/js.el: Autoload javascript-mode alias.
382
4454adab
JB
3832010-01-11 Juanma Barranquero <lekktu@gmail.com>
384
385 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
386 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
387 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
388 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
389 Fix typos in docstrings.
390 (ffap-url-regexp): Doc fix.
391 (ffap-at-mouse): Fix typo in message.
392
6589a2f9
GM
3932010-01-11 Glenn Morris <rgm@gnu.org>
394
395 * version.el (emacs-copyright): Set copyright year to 2010.
396
4e5617ee
SM
3972010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
398
399 * format.el (format-annotate-function): Only set
400 write-region-post-annotation-function after running to-fn so as not to
401 affect nested write-region calls (bug#5273).
402
52bee098
CY
4032010-01-10 Chong Yidong <cyd@stupidchicken.com>
404
4e5617ee
SM
405 * cedet/semantic.el (semantic-new-buffer-setup-functions):
406 Add python parser.
52bee098 407
a069f067
CY
408 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
409 wisent/python.el.
410
52bee098
CY
4112010-01-10 Richard Kim <emacs18@gmail.com>
412
413 * cedet/semantic/wisent/python-wy.el:
414 * cedet/semantic/wisent/python.el: New files.
415
e709e39d
CY
4162010-01-09 Chong Yidong <cyd@stupidchicken.com>
417
418 * man.el (Man-goto-section): Signal error if the section is not
419 found (Bug#5317).
420
6ee86780
JB
4212010-01-09 Juanma Barranquero <lekktu@gmail.com>
422
423 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
424 URLs with a leading triple slash in the file: scheme. (Bug#5345)
425
fa7b5f7b
CY
4262010-01-09 Chong Yidong <cyd@stupidchicken.com>
427
428 * progmodes/compile.el: Don't treat compile-command as safe if
429 compilation-read-command might be nil (Bug#4218).
430
de62c4d9
JD
4312010-01-09 Jan Djärv <jan.h.d@swipnet.se>
432
433 * startup.el (command-line-1): Use orig-argi to check for ignored X and
434 NS options.
435
e94be827
KH
4362010-01-08 Kenichi Handa <handa@m17n.org>
437
4e5617ee
SM
438 * international/fontset.el (build-default-fontset-data):
439 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 440
1dfae2a2
JB
4412010-01-07 Juanma Barranquero <lekktu@gmail.com>
442
443 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
444 to `create-file-buffer' as it expects, not just a buffer name.
445 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
446 to help uniquify. (Bug#3224)
447
d0cf45b7
JD
4482010-01-06 Jan Djärv <jan.h.d@swipnet.se>
449
450 * font-setting.el (font-setting-change-default-font): Use user-spec
451 instead of name.
452
7534fa5e
DN
4532010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
454
455 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
456
fd579fdc
CY
4572010-01-05 Tom Tromey <tromey@redhat.com>
458
4e5617ee
SM
459 * progmodes/python.el (python-font-lock-keywords):
460 Handle qualified decorators (Bug#881).
fd579fdc 461
37860caf
DN
4622010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
463
464 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
465 in a lightweight checkout.
466
69db641d
KH
4672010-01-05 Kenichi Handa <handa@m17n.org>
468
4e5617ee 469 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 470
b25d6a02
DN
4712010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
472
473 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
474
137d88ca
DN
4752010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
476
477 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
478 checkouts. (Bug#618)
3d5d0aa9 479 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
480 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
481 (vc-bzr-shelve-menu-map):
482 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
483 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 484
da76998b
CY
4852010-01-02 Chong Yidong <cyd@stupidchicken.com>
486
487 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
488 They are valid characters in URL paths (rfc3986), and at least
489 Firefox does not understand the encoded version (Bug#3166).
490
b2ad70b6
CY
4912010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
492
493 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
494 (octave-block-begin-or-end-regexp, octave-block-match-alist):
495 Add "end" keyword (Bug#3061).
b2ad70b6
CY
496 (octave-end-as-array-index-p): New function.
497 (calculate-octave-indent): Use it.
498
54136282
KF
4992010-01-02 Karl Fogel <kfogel@red-bean.com>
500
501 * bookmark.el: Consistently put the text property on the bookmark name.
502 (bookmark-bmenu-marks-width): Bump back to 2, to include
503 annotation marks.
504 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
505 property on the bookmark name, instead of not putting it at all.
506 (bookmark-bmenu-list): Fix where we put the text property.
507
cc4d3cad
KF
5082010-01-02 Karl Fogel <kfogel@red-bean.com>
509
510 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
511 for showing buffer modified state (as added in the previous change).
512
b894c439
KF
5132010-01-02 Karl Fogel <kfogel@red-bean.com>
514
515 * bookmark.el: Show modified state of bookmark buffer more accurately.
516 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
517 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
518 (with-buffer-modified-unmodified): New macro.
519 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
520 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 521 Use new macro to preserve the buffer modified state.
b894c439 522
3a69db53
KF
5232010-01-02 Karl Fogel <kfogel@red-bean.com>
524
4e5617ee 525 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
526 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
527 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
528 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
529 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
530 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
531 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 532
af414f10
EZ
5332010-01-02 Eli Zaretskii <eliz@gnu.org>
534
4e5617ee
SM
535 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
536 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 537
f2ec0e5e
CY
5382010-01-02 Ryan Yeske <rcyeske@gmail.com>
539
540 * net/rcirc.el: Add follow-link binding (Bug#4738).
541
38c1ba62
EZ
5422010-01-02 Eli Zaretskii <eliz@gnu.org>
543
4e5617ee 544 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
545 (cvs-update): New target for backward compatibility.
546
4e5617ee 547 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
548 (cvs-update): New target for backward compatibility.
549
ea2c0f5b
KF
5502010-01-02 Karl Fogel <kfogel@red-bean.com>
551
552 * bookmark.el: Remove gratuitous gratitude.
553
5ae329f4
KF
5542010-01-02 Karl Fogel <kfogel@red-bean.com>
555
47989945
KF
556 * bookmark.el (bookmark-bmenu-any-marks): New function
557 (bookmark-bmenu-save): Clear buffer modification if no marks.
558
5592010-01-02 Karl Fogel <kfogel@red-bean.com>
560
561 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
562 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
563 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
564 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
565
566 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
567 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
568 To: emacs-devel {_AT_} gnu.org
569 Subject: bookmark.el bug report
570 Date: Mon, 28 Dec 2009 14:19:16 +0800
571 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
572
aef053eb
KF
5732010-01-02 Karl Fogel <kfogel@red-bean.com>
574
575 * bookmark.el: Improvements suggested by Drew Adams:
576 (bookmark-bmenu-ensure-position): New name for
577 `bookmark-bmenu-check-position'. Just ensure the position,
578 don't return any meaningful value.
579 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
580 New constants.
581
0472835f
JB
5822010-01-02 Juanma Barranquero <lekktu@gmail.com>
583
584 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
585 (bookmark-yank-point, bookmark-bmenu-check-position):
586 Fix typos in docstrings.
587 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
588 (bookmark-name-from-full-record, bookmark-get-position)
589 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
590 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
591 Remove useless quoting of parenthesis, etc. in docstrings.
592
593 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
594 (ediff-append-custom-diff): Fix typo in error message.
595 (ediff-meta-mark-equal-files): Fix typos in messages.
596
597 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
598
599 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
600 Fix typo in docstring.
601
602 * net/imap-hash.el (imap-hash-make): Doc fix.
603 (imap-hash-test): Fix typo in error message; reflow docstring.
604 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
605 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
606 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
607 Fix typos in docstrings.
608 (imap-hash-open-connection): Fix typo in error message.
609
610 * play/gomoku.el (gomoku): Fix typos in docstring.
611
612 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
613 (gdb-jsonify-buffer): Fix typos in docstring.
614 (gdb-goto-breakpoint): Fix typo in error message.
615 ("Display Other Windows"): Fix typo in help message.
616 (gdb-speedbar-expand-node): Fix typo in question.
617
618 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
619 (idlwave-html-system-help-location, idlwave-html-help-location)
620 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
621 (idlwave-help-browser-generic-args, idlwave-help-directory)
622 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
623 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
624 (idlwave-online-help, idlwave-help-html-link)
625 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
626 Fix typos in docstrings.
627 (idlwave-help-with-source, idlwave-help-find-routine-definition):
628 Reflow docstrings.
629 (idlwave-help-assistant-start): Fix typo in error message.
630
631 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
632 (octave-electric-space): Fix typos in docstrings.
633
9bbe0828
CY
6342010-01-01 Chong Yidong <cyd@stupidchicken.com>
635
636 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
637
a88c46c3
CY
6382010-01-01 Juri Linkov <juri@jurta.org>
639
640 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 641 increase the default to 500 (Bug#5148).
a88c46c3 642
7ee6c59b
NR
6432009-12-31 Nick Roberts <nickrob@snap.net.nz>
644
645 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
646 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
647 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
648
a9c8a2cd
NR
6492009-12-30 Nick Roberts <nickrob@snap.net.nz>
650
651 Show working revision correctly for mercurial.
652 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 653 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 654
659e4408
JB
6552009-12-29 Juanma Barranquero <lekktu@gmail.com>
656
657 Declare some functions for the byte-compiler.
658 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
659 (speedbar-timer-fn, speedbar-change-expand-button-char)
660 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
661
7ee6c59b
NR
6622009-12-29 Nick Roberts <nickrob@snap.net.nz>
663
664 This changeset reverts GDB Graphical Interface to use annotations.
665 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
666
460f6e7c
DN
6672009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
668
669 Make vc-dir work on subdirectories of the bzr root.
670 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
671 file names relative to it.
672 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
673 relative directory to vc-bzr-after-dir-status.
674
543f553a
TH
6752009-12-28 Tassilo Horn <tassilo@member.fsf.org>
676
677 * font-lock.el (font-lock-refresh-defaults): New function, which
678 can be used to let font-lock react to external changes in
679 variables like font-lock-defaults and keywords.
680 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
681
2592ab76
DN
6822009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
683
ac859983
DN
684 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
685
2592ab76
DN
686 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
687
58941d03
JB
6882009-12-28 Juanma Barranquero <lekktu@gmail.com>
689
690 Supersede color.diff settings in git log (bug#5211).
691
692 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
693 escape chars in its output when the user has color.diff set to `always'.
694 This fix works on git 1.4.2 and newer (released on 2006-08-13).
695
39764e76
KR
6962009-12-26 Kevin Ryde <user42@zip.com.au>
697
698 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
699 node. Keep previous "Index" name to work with past coreutils too.
700
91c4831e
KR
701 * man.el (man): Revise docstring a bit to show -a and -l as
702 examples. Add -k description since support for it has otherwise
703 been a secret. (Further to bug#3717.)
651e932e
KR
704 (Man-bgproc-sentinel): When "-k foo" produces no output show error
705 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 706 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 707
7f4d4a97
MA
7082009-12-26 Michael Albinus <michael.albinus@gmx.de>
709
710 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
711 switches. Check also for //SUBDIRED// line.
712
bcffff46
KH
7132009-12-25 Kenichi Handa <handa@m17n.org>
714
715 * language/indian.el (devanagari-composable-pattern): Fixed to
716 handle ZWNJ and ZWJ. Use it in composition-function-table for
717 Devanagari.
718 (malayalam-composable-pattern): Fix previous change.
719
dc1dcfa4
VJL
7202009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
721
722 * ps-print.el (ps-face-attributes): It was not returning the
723 attribute face for faces specified as string. Reported by harven
724 <harven@free.fr>.
725 (ps-print-version): New version 7.3.5.
726
6fe539d2
UJ
7272009-12-18 Ulf Jasper <ulf.jasper@web.de>
728
729 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
730 timezone names.
731 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
732 (icalendar--add-diary-entry): Remove the trailing blank that
733 diary-make-entry inserts.
734
1f3611c6
MA
7352009-12-17 Michael Albinus <michael.albinus@gmx.de>
736
737 Make `file-expand-wildcards' work for remote files.
738
739 * files.el (file-expand-wildcards): In case of remote files, check
740 only local file name part for wildcards. Provide feature 'files
741 and subfeature 'remote-wildcards. (Bug#5198)
742
743 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
744 if there is already an established connection.
745 (tramp-advice-file-expand-wildcards): Remove it.
746
747 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
748 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
749 Activate advice for older GNU Emacs versions. (Bug#5237)
750
9762b219
JB
7512009-12-17 Juanma Barranquero <lekktu@gmail.com>
752
753 Some doc fixes (more needed).
754
755 * find-cmd.el (find-constituents): Reflow docstring.
756 (find-cmd, find-prune, find-command): Fix typos in docstrings.
757 (find-generic): Doc fix.
758
cfb54897
JL
7592009-12-17 Juri Linkov <juri@jurta.org>
760
761 Fix regression from 23.1 to allow multiple modes in Local Variables.
762
763 * files.el (hack-local-variables-filter): While ignoring duplicates,
764 don't take `mode' into account.
765 (hack-local-variables-filter, hack-dir-local-variables): Don't
766 remove duplicate `mode' from local-variables-alist (like `eval').
767
ad974e9e
JL
7682009-12-17 Juri Linkov <juri@jurta.org>
769
770 Make `dired-diff' more safe. (Bug#5225)
771
772 * dired-aux.el (dired-diff): Signal an error when `file' equals to
773 `current' or when `file' is a directory of the `current' file.
774
3616e0b9
AS
7752009-12-17 Andreas Schwab <schwab@linux-m68k.org>
776
777 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
778 unconditionally preloaded files.
779
72b57560
JL
7802009-12-16 Juri Linkov <juri@jurta.org>
781
782 Revert to old 23.1 logic of using the file at the mark as default.
783 * dired-aux.el (dired-diff): Use the file at the mark as default
784 if it's not the same as the current file, and the target dir is
785 the current dir or the mark is active. Add the current file
786 as the arg of `dired-dwim-target-defaults'. Use the default file
787 in the prompt. (Bug#5225)
788
68712eb6
MA
7892009-12-15 Michael Albinus <michael.albinus@gmx.de>
790
791 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
792 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
793 (tramp-check-for-regexp): Check also, when an echoing shell stops
794 to echo sent commands.
795
fd471993
CY
7962009-12-14 Chong Yidong <cyd@stupidchicken.com>
797
798 * Makefile.in: Revert last change (Bug#5191).
799
86b5e14c
DN
8002009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
801
802 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
803 (vc-hg-working-revision): Make sure the command is executed in a
804 known environment so that we can parse the output. (Bug#4417)
86b5e14c 805
8cffbb75
CY
8062009-12-14 Chong Yidong <cyd@stupidchicken.com>
807
808 * progmodes/python.el (python-symbol-completions): Remove text
809 properties from symbol string before calling python-send-receive.
810
6c2b67ad
NR
8112009-12-14 Nick Roberts <nickrob@snap.net.nz>
812
813 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 814 when there are values for both file and line. (Bug#5060)
6c2b67ad 815
ff6f4585
JL
8162009-12-14 Juri Linkov <juri@jurta.org>
817
818 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
819 whitespace after the file name of the first line of unified format,
820 because git-diff doesn't output whitespace and file modification time
821 after the file name.
822
d3de1c8e
JL
8232009-12-14 David Kastrup <dak@gnu.org>
824
825 * info.el (Info-hide-cookies-node): Before hiding a cookie,
826 check if it already has the `display' property added by
827 `Info-display-images-node', and not put the `invisible' property
828 in this case.
829
f192624c
CY
8302009-12-14 Chong Yidong <cyd@stupidchicken.com>
831
832 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
833 (semantic-mru-bookmark-mode): Doc fixes.
834
835 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
836 of assert.
837
2f1b7dc4
GM
8382009-12-13 Glenn Morris <rgm@gnu.org>
839
a0cefee5
GM
840 * mail/emacsbug.el (message-sort-headers): Define for compiler.
841 (report-emacs-bug): In message-mode, sort manually before storing
842 original report text. (Bug#5178)
2f1b7dc4
GM
843 Remove superfluous save-excursion.
844
31bb373f
MA
8452009-12-12 Michael Albinus <michael.albinus@gmx.de>
846
847 * net/dbus.el (dbus-property-handler): Filter lambda forms out
848 when responding to "GetAll" properties.
849
5e1d4968
CY
8502009-12-12 Chong Yidong <cyd@stupidchicken.com>
851
852 * simple.el (compose-mail): Remove mail-setup-with-from from
853 customization checks.
854
097d86f9
EZ
8552009-12-12 Eli Zaretskii <eliz@gnu.org>
856
857 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
858 RAR archives created on Unix systems.
859
1d4adede
SM
8602009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
861
862 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
863 the varalias that was accidentally removed by the 2009-11-19 change
864 (bug#5186).
865
3ff3655c
KH
8662009-12-12 Kenichi Handa <handa@m17n.org>
867
868 * language/indian.el (indian-compose-regexp): New function.
869 (malayalam-composable-pattern): Fix the pattern.
870 (composition-function-table): Set malayalam-composable-pattern for
871 Malayalam characters.
872
82d3343c
CY
8732009-12-11 Chong Yidong <cyd@stupidchicken.com>
874
315eb96d
CY
875 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
876 rather than down-mouse-1, based on follow-link conventions.
877
82d3343c
CY
878 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
879 are compiled.
880
86a4c7ac
DN
8812009-12-11 Michael McNamara <mac@mail.brushroad.com>
882
1d4adede
SM
883 * verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
884 (verilog-vmm-statement-re, verilog-ovm-statement-re)
885 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
886 (verilog-leap-to-head, verilog-backward-token):
887 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
888
8892009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
890
891 * verilog-mode.el (verilog-auto-lineup, verilog-nameable-item-re):
1d4adede
SM
892 Cleanup user-visible spelling and documentation errors.
893 One reported by Gary Delp.
894 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
895 (verilog-read-decls): Fix AUTOWIRE with types declared in a
896 package, bug195. Reported by Pierre-David Pfister.
897
fe03f49a
GM
8982009-12-11 Glenn Morris <rgm@gnu.org>
899
47641aac
GM
900 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
901
85094855
GM
902 * mail/emacsbug.el: No longer require sendmail.
903 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
904 (report-emacs-bug-orig-text): Doc fix.
905 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
906 New local variables, to adapt to different mail-user-agents.
907 (report-emacs-bug): Fix test for a gnu.org address.
908 Use overlays for emphasis, since font-lock defeats 'face property.
909 Pretest bugs also end up at the newsgroup these days.
910 Stop message-mode stripping text properties.
911 Set and use the new buffer-local variables.
912 (report-emacs-bug-hook): Add doc-string.
913 Remove some unnecessary save-excursions and simplify.
914 Use the appropriate hook and send-command.
915
fe03f49a
GM
916 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
917 capitalization of some menu entries.
918
345427f0
VJL
9192009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
920
4e6a65b9 921 * whitespace.el (whitespace-display-char-on): Ensure
345427f0
VJL
922 `buffer-display-table' is unique when two or more windows are
923 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
924 New version 12.1.
925
c70ccbba
EZ
9262009-12-10 Eli Zaretskii <eliz@gnu.org>
927
928 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
929 characters in the Attribute field.
930
f1943c1b
DN
9312009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
932
933 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
934
1c67aeaa
SM
9352009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
936
937 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
938 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
939 Disregard autoload-excludes.
940 (update-directory-autoloads): Obey autoload-excludes here instead.
941 But don't store its contents in no-autoloads and remove entries that
942 refer to excludes files.
943
d8194864
GM
9442009-12-10 Glenn Morris <rgm@gnu.org>
945
8c0171c0
GM
946 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
947 (expand-mail-aliases): Define for compiler.
948
dba372dd
GM
949 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
950 Define for compiler.
951
d8194864
GM
952 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
953 appropriate for the mail-user-agent in use.
954
fe5facd3
MA
9552009-12-09 Michael Albinus <michael.albinus@gmx.de>
956
957 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
958
99999a1d
DN
9592009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
960
961 Fix short log parsing and fontification.
962 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
963 Fix fontification for the [merge] label.
964
2ea1c4aa
SM
9652009-12-09 Vivek Dasmohapatra <vivek@etla.org>
966
967 Drop some properties to avoid surprises.
968 * htmlfontify.el (hfy-ignored-properties): New defcustom.
969 (hfy-fontify-buffer): Use it.
970
9840deb6
SM
9712009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
972
a0d1aadf
SM
973 Minor cleanup.
974 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
975 Adjust all callers.
976 (ffap-locate-file): Remove unused arg `dir-ok' and make other
977 args compulsory. Adjust callers.
978 (ffap-gopher-at-point): Remove unused var `name'.
979
9840deb6
SM
980 Get rid of the ELCFILES abomination.
981 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
982 (compile-elcfiles): New phony target.
983 (compile-main): Compute ELCFILES dynamically.
984 (compile-clean): New target to remove left-over elc files.
985 (compile, all): Use it.
986
7eb3f9a8
KH
9872009-12-09 Kenichi Handa <handa@etlken>
988
989 * international/mule-diag.el: Require help-mode instead of help-fns.
990
ae63e572
KH
9912009-12-09 Kenichi Handa <handa@m17n.org>
992
5ce6e4f4 993 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
994 fine ranges instead of pre-calculating accurate ranges.
995 Iterate with bigger gc-cons-threshold.
ae63e572 996
e2f3c692
DN
9972009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
998
999 Add support for stashing a snapshot of the current tree.
1000 * vc-git.el (vc-git-stash-snapshot): New function.
1001 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
1002
cf6d0352
JB
10032009-12-08 Jose E. Marchesi <jemarch@gnu.org>
1004
1005 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
1006 instead of `(beginning|end)-of-line'.
1007
48e4acc9
GM
10082009-12-08 Glenn Morris <rgm@gnu.org>
1009
6e890faa
GM
1010 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
1011
48e4acc9
GM
1012 * Makefile.in (ELCFILES): Regenerate.
1013
d2a1dc7b
JL
10142009-12-07 Juri Linkov <juri@jurta.org>
1015
1016 Don't lazy-highlight the comint output in history Isearch mode.
1017
1018 * comint.el (comint-history-isearch-search): Instead of
1019 `comint-line-beginning-position', use `comint-after-pmark-p'
1020 to check if point if before the process mark, and go to
1021 `process-mark' in this case.
1022
51ef56c4
SM
10232009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1024
fb10ee4a
SM
1025 * textmodes/tex-mode.el (latex-complete)
1026 (latex-indent-or-complete): Remove.
1027 (latex-mode): Set completion-at-point-functions instead.
1028
1029 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
1030 * minibuffer.el (completion-at-point-functions): New var.
1031 (completion-at-point): New command.
fb10ee4a 1032 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
1033 * progmodes/python.el (python-mode-map): Use completion-at-point.
1034 (python-completion-at-point): Rename from python-partial-symbol and
1035 adjust for use in completion-at-point-functions.
1036 (python-mode): Setup completion-at-point for Python completion.
1037 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
1038 extracted from lisp-complete-symbol.
1039 (lisp-complete-symbol): Use it.
1040 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
1041 setup completion-at-point for Elisp completion.
fb10ee4a
SM
1042 (emacs-lisp-mode-map, lisp-interaction-mode-map):
1043 Use completion-at-point.
51ef56c4 1044 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 1045 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
1046 * progmodes/sym-comp.el: Move to...
1047 * obsolete/sym-comp.el: Move from progmodes.
1048
5e7a9022
EZ
10492009-12-07 Eli Zaretskii <eliz@gnu.org>
1050
1051 Prevent save-buffer in Rmail buffers from using the coding-system
1052 of the current message, and from clobbering the encoding mnemonics
1053 in the mode line (Bug#4623).
1054
1055 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
1056 flag, too.
1057 (rmail-message-encoding): New variable.
1058 (rmail-write-region-annotate): Record the encoding of the current
1059 message in rmail-message-encoding.
1060 (rmail-after-save-hook): New function, restores the encoding of
1061 the current message after the message collection is saved.
1062
9136e895
JL
10632009-12-07 Juri Linkov <juri@jurta.org>
1064
1065 * progmodes/grep.el (grep-read-files): Use `completing-read'
1066 instead of `read-string'. Set its `collection' arg to
1067 `read-file-name-internal'. (Bug#4301)
1068
40637410
JL
10692009-12-07 Juri Linkov <juri@jurta.org>
1070
1071 Correctly restore original Isearch point. (Bug#4994)
1072
1073 * isearch.el (isearch-mode): Move `isearch-push-state' after
1074 `(run-hooks 'isearch-mode-hook)'.
1075 (isearch-cancel): When `isearch-push-state-function' is defined,
1076 let-bind `isearch-cmds' to the first state (the last element of
1077 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
1078 function and restores the original point). Otherwise, move point
1079 to `isearch-opoint'.
1080
da10ce2b
SM
10812009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1082
1083 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
1084 chars that don't have names, so the table can be built much faster at
1085 run-time.
1086
3d68fa99
CY
10872009-12-07 Chong Yidong <cyd@stupidchicken.com>
1088
f82b1493
CY
1089 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
1090 change. Suggested by David Kastrup.
1091
3d68fa99
CY
1092 * simple.el (compose-mail): Check for incompatibilities and warn.
1093 (compose-mail-user-agent-warnings): New option.
1094
662c5698
DN
10952009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1096
1097 Support showing a single log entry from vc-annotate.
1098 * vc.el (print-log): Add a new argument: START-REVISION.
1099 (vc-print-log-internal): Add a new optional argument and
1100 pass it to the backend.
1101 (vc-print-log, vc-print-root-log): Adjust callers.
1102 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
1103 buffer already displays the requested log entry, use it.
1104 Otherwise display only the log entry in question.
1105 * vc-svn.el (vc-svn-print-log):
e4070cdc 1106 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
1107 * vc-hg.el (vc-hg-state):
1108 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
1109 (vc-git-show-log-entry): Return t on success.
1110 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
1111 (vc-bzr-show-log-entry): Return t on success.
1112 * vc-rcs.el (vc-rcs-print-log):
1113 * vc-sccs.el (vc-sccs-print-log):
1114 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
1115
e4070cdc
GM
11162009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1117
5ce6e4f4
JB
1118 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
1119 Add menus to the meta mode. (Bug#5043)
e4070cdc 1120
5ce6e4f4 11212009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
1122
1123 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 1124 event-key.
662c5698 1125
662c5698
DN
1126 * ediff.el (ediff-buffers-internal): Add unwind-protect.
1127
dab816a9
MA
11282009-12-07 Michael Albinus <michael.albinus@gmx.de>
1129
1130 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
1131 Berbain <raphael.berbain@gmail.com>.
1132
1133 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
1134 characters.
1135 (tramp-initial-end-of-output): New defconst.
1136 (tramp-methods, tramp-find-shell)
1137 (tramp-open-connection-setup-interactive-shell)
1138 (tramp-maybe-open-connection): Use it.
1139 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
1140 existence of `#' and `$'.
1141
1142 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
1143 `tramp-initial-end-of-output'.
1144
a91e1f6b
DN
11452009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1146
1147 Get the background mode from the terminal for xterm, and set
1148 faces accordingly.
1149 * term/xterm.el (xterm-set-background-mode): New function.
1150 (terminal-init-xterm): Use it in case xterm supports background
1151 color queries. Recompute faces after getting the background
1152 color.
1153
5fa9d1ec
GM
11542009-12-07 Ulrich Mueller <ulm@gentoo.org>
1155
1156 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
1157 number comment back on its own line, for easier parsing.
1158
5e9fde5e
SM
11592009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1160
1161 Make it work for non-file buffers (bug#5102).
1162 * doc-view.el (doc-view-current-cache-dir):
1163 Use doc-view-buffer-file-name rather than buffer-file-name.
1164 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
1165
2f2f5242
CY
11662009-12-06 Óscar Fuentes <ofv@wanadoo.es>
1167
1168 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
1169 author field is too short.
1170
cebf8ec6
DN
11712009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
1172
5e9fde5e
SM
1173 * vc-git.el (vc-git-print-log): Handle a limit argument.
1174 Display the short log in graph form and with labels.
0d3f8a78
DN
1175 (vc-git-log-view-mode): Handle labels.
1176
cebf8ec6
DN
1177 Make vc-revert change VC state from 'added to 'unregistered.
1178 * vc-git.el (vc-git-revert): Call git reset first.
1179
8e39154d
UJ
11802009-12-06 Ulf Jasper <ulf.jasper@web.de>
1181
d8194864
GM
1182 * net/newst-backend.el, net/newst-plainview.el:
1183 * net/newst-reader.el, net/newst-ticker.el:
1184 * net/newst-treeview.el, net/newsticker.el:
1185 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 1186
ef187c24
CY
11872009-12-06 Chong Yidong <cyd@stupidchicken.com>
1188
238a0f3a
CY
1189 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
1190
2c6bb71a
CY
1191 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
1192 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
1193 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
1194 Update annotation regexp.
1195
ef187c24
CY
1196 * simple.el (beginning-of-visual-line): Constrain to field
1197 boundaries (Bug#5106).
1198
571855b6
UJ
11992009-12-06 Ulf Jasper <ulf.jasper@web.de>
1200
d8194864 1201 * xml.el (xml-substitute-numeric-entities): Move
571855b6 1202 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 1203 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
1204 * net/newst-backend.el (newsticker--parse-generic-feed)
1205 (newsticker--parse-generic-items)
d8194864 1206 (newsticker--decode-numeric-entities): Move
571855b6 1207 newsticker--decode-numeric-entities in newst-backend.el to
d8194864 1208 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 1209
b857059c
CY
12102009-12-06 Daniel Colascione <dan.colascione@gmail.com>
1211
1212 * progmodes/js.el (js--js-not): Add null to the list of values.
1213
c2dae51b
CY
12142009-12-06 Chong Yidong <cyd@stupidchicken.com>
1215
d8194864 1216 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 1217
ed0f72d2
RW
12182009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1219
1220 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
1221 delimiter if it is at the end of the current line.
1222 (bibtex-generate-url-list): Fix docstring.
1223
365b9a62
SM
12242009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1225
1226 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
1227 minibuffer's content with itself.
1228 Fold the confirm-after-completion case into the `confirm' case.
1229 (completion-pcm-word-delimiters): Add : and / to the delimiters.
1230
990a9cb1
KR
12312009-12-06 Kevin Ryde <user42@zip.com.au>
1232
1233 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 1234 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 1235
8b5a10db 1236 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 1237 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 1238
065543e7
JL
12392009-12-05 Juri Linkov <juri@jurta.org>
1240
1241 Save and restore dired buffer's point positions too. (Bug#4880)
1242
1243 * dired.el (dired-save-positions): Return in the first element
1244 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
1245 Doc fix.
1246 (dired-restore-positions): First restore buffer's position.
1247 While restoring window's positions, check if window still displays
1248 the original buffer.
1249
503edac9
CY
12502009-12-05 Chong Yidong <cyd@stupidchicken.com>
1251
9a594ee6
CY
1252 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
1253 if possible.
1254
365b9a62
SM
1255 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
1256 Make argument optional.
9a594ee6 1257
925f8c70
CY
1258 * shell.el (shell): Require ansi-color (Bug#5113).
1259
1260 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
1261
503edac9
CY
1262 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
1263
8fea6b33
AM
12642009-12-05 Alan Mackenzie <acm@muc.de>
1265
1266 * progmodes/cc-mode.el (c-before-hack-hook)
1267 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
1268 `c-file-style' to work again. This reversion restores the current
212c5aef 1269 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 1270
5d1fd962
CY
12712009-12-05 Kevin Ryde <user42@zip.com.au>
1272
1273 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
1274 comment-start-skip to comment-end-skip as comment (Bug#4781).
1275
30760c8b
JL
12762009-12-05 Juri Linkov <juri@jurta.org>
1277
1278 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
1279 for virtual nodes. (Bug#4147)
1280 (Info-find-node-2): Set `Info-current-node-virtual' to nil
1281 when moving from a virtual node.
1282 (Info-mode-menu): Add `Info-virtual-index' to the menu.
1283 (Info-mode): Add `Info-virtual-index' to the docstring.
1284
1dc5c6f3
CY
12852009-12-05 Eric Ludlam <zappo@gnu.org>
1286
1287 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
1288 Describe project macro symbols.
1289
1290 * cedet/semantic/complete.el (semantic-complete-do-completion):
1291 Don't call semantic-collector-current-exact-match.
1292
1293 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
1294 ede-objects as targets.
1295
1296 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
1297 a target's object list even if compiler vars are already in the
1298 Makefile.
1299
1300 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
1301 list of headers producing necessary macros.
1302
403111a8
RW
13032009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1304
1305 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
1306 track of the buffer position of the end of a BibTeX entry as this
1307 position may change during reformatting.
1308 (bibtex-format-entry): Remove whitespace before processing
1309 numerical fields so that we recognize the latter properly.
1310 (bibtex-reformat): Do not use push which changes the global value
1311 of bibtex-entry-format.
1312 (bibtex-field-braces-alist, bibtex-field-strings-alist)
1313 (bibtex-field-re-init): Replace only space characters by regexp
1314 for whitespace.
365b9a62 1315 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
1316 (bibtex-initialize): Also update bibtex-strings.
1317 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
1318 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
1319 Update bibtex-reference-keys.
403111a8 1320
25b54627
SM
13212009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1322
1323 * minibuffer.el (completion-pcm--merge-try): Also consider placing
1324 point after a star, if that's the only place where modifications can
1325 make progress.
1326
35639eb4
DN
13272009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
1328
1329 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
1330 in docstrings.
1331
8b78760b
JL
13322009-12-04 Juri Linkov <juri@jurta.org>
1333
1334 * proced.el (proced): Call `(proced-update t)' to update process
1335 information instead of only running proced-post-display-hook.
1336 (proced-send-signal): Add a leading space to the buffer name
1337 " *Marked Processes*" to make this buffer ephemeral.
1338
2b3489a7
JL
13392009-12-04 Juri Linkov <juri@jurta.org>
1340
1341 * dired.el (dired-auto-revert-buffer): New defcustom.
1342 (dired-internal-noselect): Use it.
1343
9b9debd1
JL
13442009-12-04 Juri Linkov <juri@jurta.org>
1345
1346 Change roles of modes and functions in image-mode.el (Bug#5062).
1347
1348 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
1349 in `auto-mode-alist'.
1350 (image-mode-previous-major-mode): New variable.
1351 (image-minor-mode-map): Rename from `image-mode-text-map'.
1352 (image-mode): Move graceful error-handling code from
1353 `image-minor-mode' to here. On errors call `image-mode-as-text'.
1354 (image-minor-mode): Remove all image-handling code.
1355 Replace `image-mode-text-map' with `image-minor-mode-map'.
1356 Check for `image-type' in mode-line format string.
1357 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
1358 (image-mode-as-text): New function with most code from
1359 `image-mode-maybe'.
1360 (image-toggle-display-text): Move code that removes image
1361 properties from `image-toggle-display' to here.
1362 (image-toggle-display-image): New function with code that adds
1363 image properties copied from `image-toggle-display'.
1364 (image-toggle-display): Remove most code with leaving only code
1365 that toggles between `image-mode-as-text' and `image-mode'.
1366
0c74a301
UJ
13672009-12-04 Ulf Jasper <ulf.jasper@web.de>
1368
1369 * net/newst-treeview.el
1370 (newsticker--treeview-list-highlight-start): Restored call to
1371 save-excursion: Selected item was stuck.
1372 (newsticker--treeview-list-select): New.
1373 (newsticker--treeview-item-show-text)
1374 (newsticker--treeview-item-show)
1375 (newsticker--treeview-item-update): Use new
1376 newsticker-treeview-item-mode.
1377 (newsticker-treeview-update): Keep current item.
1378 (newsticker-treeview-next-new-or-immortal-item): Doc change.
1379 (newsticker--treeview-first-feed): Doc change.
1380 (newsticker-treeview-list-menu)
1381 (newsticker-treeview-item-menu): Added menu entries.
1382 (newsticker-treeview-item-mode): New.
1383
5ce6e4f4 1384 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
1385 windows.
1386
9eaeec5b
SS
13872009-12-04 Sam Steingold <sds@gnu.org>
1388
1389 * log-view.el (log-view-mode-map): "q" calls quit-window,
1390 like in all the other non-self-insert buffers.
1391
b2bf5be5
SM
13922009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
1393
1394 Minor cleanup.
1395 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
1396 key decoding rather than do it manually via last-input-event +
1397 ascii-character.
1398 (term-exec): Use delete-and-extract-region.
1399 (term-handle-ansi-terminal-messages): Remove unused var `end'.
1400 (term-process-pager): Remove unused var `i'.
1401 (term-dynamic-simple-complete): Make obsolete.
1402 (serial-update-config-menu): Remove unused vars `y' and `str'.
1403 (term-update-mode-line): Remove unused var `temp'.
1404
46e5c897
DN
14052009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
1406
1407 Limit the number of log entries displayed by default.
1408 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
1409 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
1410 using a prefix argument.
1411
627e0a14
GM
14122009-12-03 Glenn Morris <rgm@gnu.org>
1413
1414 * progmodes/idlwave.el (class): Restore still useful declaration.
1415
8578c224
AM
14162009-12-03 Alan Mackenzie <acm@muc.de>
1417
4abc318c 1418 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 1419
b2bf5be5
SM
1420 * progmodes/cc-mode.el (c-basic-common-init):
1421 Call c-state-cache-init.
9762b219 1422 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 1423 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 1424 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
1425
1426 * progmodes/cc-langs.el (c-before-font-lock-function):
1427 c-extend-and-neutralize-syntax-in-CPP has been renamed
1428 c-neutralize-syntax-in-and-mark-CPP.
1429
1430 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
1431 with `category' properties now, not `syntax-table' ones.
1432
1433 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
1434 enhanced (but slower) version of c-end-of-macro that won't land
1435 inside a literal or on another awkward character.
1436 (c-state-cache-too-far, c-state-cache-start)
1437 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
1438 (c-state-nonlit-pos-cache-limit, c-state-point-min)
1439 (c-state-point-min-lit-type, c-state-point-min-lit-start)
1440 (c-state-min-scan-pos, c-state-brace-pair-desert)
1441 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
1442 buffer local variables.
1443 (c-state-literal-at, c-state-lit-beg)
1444 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
1445 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
1446 (c-state-cache-top-paren, c-state-cache-after-top-paren)
1447 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
1448 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
1449 (c-renarrow-state-cache)
1450 (c-append-lower-brace-pair-to-state-cache)
1451 (c-state-push-any-brace-pair, c-append-to-state-cache)
1452 (c-remove-stale-state-cache)
1453 (c-remove-stale-state-cache-backwards, c-state-cache-init)
1454 (c-invalidate-state-cache-1, c-parse-state-1)
1455 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
1456 (c-parse-state): Enhance and refactor.
1457 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
1458
1459 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
1460 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
1461 modify to use category text properties rather than syntax-table ones.
1462 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
1463 to switch off/on the syntactic paren property of C++ template
1464 delimiters using the category property.
1465 (c-with-<->-as-parens-suppressed): Macro to invoke code with
1466 template delims suppressed.
1467 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
1468 New constant/macros which apply category properties to the start
1469 and end of preprocessor constructs.
b2bf5be5 1470 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
1471 "comment out" the syntactic value of characters in preprocessor
1472 constructs.
1473 (c-with-cpps-commented-out)
1474 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
1475 with characters in all or all but one preprocessor constructs
1476 "commented out".
1477
0d4dc442
RW
14782009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1479
1480 * proced.el (proced-filter-alist): Use regexp-quote.
1481
a09dc9bf
MA
14822009-12-03 Michael Albinus <michael.albinus@gmx.de>
1483
1484 Cleanup.
1485 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
1486 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
1487 arguments. Expand `default-directory'.
1488
1489 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
1490 the benefit of returning an expanded localname.
1491 (tramp-tramp-file-p): Handle the case NAME is not a string.
1492
3f6bd790
DN
14932009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
1494
4dfb3b9c
DN
1495 Add support for bzr shelve/unshelve.
1496 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
1497 (vc-bzr-extra-menu-map): New variables.
1498 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
1499 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
1500 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
1501 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
1502 (vc-bzr-dir-extra-headers): Display shelves.
1503
3f6bd790
DN
1504 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
1505
842d73a1
SM
15062009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1507
1508 * textmodes/bibtex.el (bibtex-complete-internal):
1509 Use completion-in-region.
1510 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
1511
7fa4876f
DN
15122009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
1513
1514 Support applying stashes. Improve UI.
1515 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
1516 (vc-git-stash-apply, vc-git-stash-pop)
1517 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
1518 (vc-git-stash-menu): New functions.
1519 (vc-git-stash-menu-map): New variable.
1520 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
1521
d6e82452
GM
15222009-12-03 Glenn Morris <rgm@gnu.org>
1523
1524 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
1525 (vc-print-log-internal): Fix previous change.
1526 (vc-revert): Correct pluralization.
1527
8d222148
SM
15282009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1529
ea52206b
SM
1530 * progmodes/make-mode.el (makefile-special-targets-list): No need for
1531 it to be an alist any more.
1532 (makefile-complete): Use completion-in-region.
1533
69a94a37
SM
1534 * progmodes/octave-mod.el (octave-complete-symbol):
1535 Use completion-in-region.
1536
8d222148
SM
1537 Misc cleanup.
1538 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
1539 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
1540 (idlwave-complete-class): Don't quote lambda.
1541 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
1542 (idlwave-mode-map): Move initialization into declaration.
1543 (idlwave-action-and-binding): Use backquotes.
1544 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
1545 Simplify.
1546 (idlwave-is-pointer-dereference): Remove unused var `pos'.
1547 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
1548 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
1549 `parts', and `all-parts'.
1550 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
1551 (idlwave-convert-xml-system-routine-info): Remove unused string
1552 `version-string'.
1553 (idlwave-display-user-catalog-widget): Use dolist.
1554 (idlwave-scanning-lib): Declare dynamically-scoped var.
1555 (idlwave-scan-library-catalogs): Remove unused var `flags'.
1556 (completion-highlight-first-word-only): Declare to silence bytecomp.
1557 (idlwave-popup-select): Tighten scope of `resp'.
1558 (idlwave-find-struct-tag): Remove unused var `beg'.
1559 (idlwave-after-load-rinfo-hook): Declare.
1560 (idlwave-sintern-class-info): Remove unused var `taglist'.
1561 (idlwave-find-class-definition): Remove unused var `list'.
1562 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
1563 (idlwave-what-module-find-class): Remove unused var `classes'.
1564
3bb8691b
JB
15652009-12-03 Juanma Barranquero <lekktu@gmail.com>
1566
1567 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
1568
f72f0c23
SM
15692009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1570
1571 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
1572 buffers visited. Remove redundant current-buffer-saving.
1573
601a9508
SM
15742009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1575
1576 Use completion-in-buffer and remove uses of dynamic scoping.
1577 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
1578 (pascal-buffer-to-use, pascal-flag): Don't declare.
1579 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
1580 (pascal-get-completion-decl, pascal-keyword-completion):
1581 Add `pascal-str' argument, save-excursion,
1582 return the found completions, and don't filter with pascal-pred.
1583 (pascal-completion-cache): New var.
1584 (pascal-completion): Don't switch buffer any more (it was never
1585 necessary). Don't save-excursion any more (it's done by the called
1586 subroutines). Use a cache to avoid redundant computations.
1587 Use complete-with-action rather than pascal-completion-response and
1588 let it apply the predicate as well.
1589 (pascal-complete-word): Use completion-in-buffer when
1590 pascal-toggle-completions is nil.
1591 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
1592 not used any more.
1593 (pascal-comp-defun): Don't change buffer any more.
1594 Use complete-with-action rather than pascal-completion-response and
1595 let it apply the predicate as well.
1596 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
1597 when neded.
1598
1ff4cb98
KH
15992009-12-02 Kenichi Handa <handa@m17n.org>
1600
1601 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
1602 shape for all Indic scripts.
1603
bb12edf1
SM
16042009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1605
1606 Use completion-in-buffer.
1607 * wid-edit.el (widget-field-text-end): New function.
1608 (widget-field-value-get): Use it.
1609 (widget-string-complete, widget-file-complete)
1610 (widget-color-complete): Use it and completion-in-region.
1611 (widget-complete): Don't narrow the buffer.
1612
5813f6ef
GM
16132009-12-02 Glenn Morris <rgm@gnu.org>
1614
c920f222
GM
1615 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
1616 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
1617 * mail/rmailsum.el: Replace all pop-to-buffer calls with
1618 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 1619
5813f6ef
GM
1620 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
1621 save-excursion with save-current-buffer.
1622 Widen before searching. (Bug#5093)
1623 (diary-list-sexp-entries): Remove superfluous save-excursion.
1624
34b1d750
GM
16252009-12-02 Michael Welsh Duggan <mwd@cert.org>
1626
1627 * woman.el (woman-make-bufname): Handle man-pages with "." in the
1628 name. (Bug#5038)
1629
b2d5f31a
GM
16302009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
1631
1632 * ido.el (ido-file-internal): Handle filenames at point that do
1633 not have a directory part. (Bug#5049)
1634
c710ac3c
JB
16352009-12-02 Juanma Barranquero <lekktu@gmail.com>
1636
1637 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
1638 (mpc-songs-jump-to, mpc-resume): Doc fixes.
1639
9946be46
SM
16402009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
1641
1642 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
1643 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
1644 any more.
1645
b08016f2
SM
16462009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
1647
e7440df4
SM
1648 * comint.el (comint-insert-input): Ignore clicks to the right of
1649 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
1650
3bb8691b 1651 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
1652 terminate before setting up the major mode.
1653
f3b757f5
SM
1654 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
1655 in case.
1656
a2877f1d
SM
1657 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
1658 the last element.
1659
b08016f2
SM
1660 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
1661
782d6e30
GM
16622009-12-01 Glenn Morris <rgm@gnu.org>
1663
1664 * window.el (window--display-buffer-2): Fix previous changes.
1665
28f57f7e
CY
16662009-12-01 Chong Yidong <cyd@stupidchicken.com>
1667
1668 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
1669
c31a2fdc
GM
16702009-12-01 Glenn Morris <rgm@gnu.org>
1671
1672 * Makefile.in (ELCFILES): Add mpc.elc.
1673
e1ada222
SM
16742009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
1675
1676 * mpc.el: New file.
1677
0c9ff2c5
GM
16782009-12-01 Glenn Morris <rgm@gnu.org>
1679
3689984f
GM
1680 * window.el (window-to-use): Define for compiler.
1681
3ab4308b
GM
1682 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
1683 consistent with others (no final period).
1684
0c9ff2c5
GM
1685 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
1686 (rmail-mime-show): Downcase the encoding. (Bug#5070)
1687
fb0c18ff
DN
16882009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
1689
1690 Make vc-print-log buttons work.
045b9da7 1691 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 1692
2ac7e73e
JB
16932009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
1694
1695 * savehist.el (savehist-autosave-interval): Allow setting to nil
1696 through customize. (Bug#5056)
1697
5237d741
JB
16982009-11-30 Juanma Barranquero <lekktu@gmail.com>
1699
1700 Fix references to jit-lock properties.
1701 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1702 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
1703 (perl-font-lock-special-syntactic-constructs):
1704 Quote jit-lock-defer-multiline property.
1705
379241fa
DN
17062009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
1707
1708 * vc-git.el (vc-git-registered): Call vc-git-root only once.
1709
054ae856
JL
17102009-11-30 Juri Linkov <juri@jurta.org>
1711
1712 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
1713 value `buffer' of `multi-isearch-next-buffer-current-function'.
1714 Use `(current-buffer)' when `buffer' is nil.
1715 (multi-isearch-next-buffer-from-list): Don't fallback to
1716 `(current-buffer)' when `buffer' is nil. (Bug#4947)
1717
67296dda
JL
17182009-11-30 Juri Linkov <juri@jurta.org>
1719
1720 * misearch.el (multi-isearch-read-buffers): Move canonicalization
1721 of buffers with `get-buffer' to `multi-isearch-buffers'.
1722 (multi-isearch-buffers, multi-isearch-buffers-regexp):
1723 Canonicalize BUFFERS with `get-buffer'. Doc fix.
1724 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
1725 FILES with `expand-file-name' converting relative file names
1726 to absolute. Doc fix. (Bug#4727)
1727
c585bf32
JL
17282009-11-30 Juri Linkov <juri@jurta.org>
1729
1730 * misearch.el (multi-isearch-read-buffers)
1731 (multi-isearch-read-matching-buffers): New functions.
1732 (multi-isearch-buffers, multi-isearch-buffers-regexp):
1733 Use them in the `interactive' spec. Doc fix.
1734 (multi-isearch-read-files, multi-isearch-read-matching-files):
1735 New functions.
1736 (multi-isearch-files, multi-isearch-files-regexp):
1737 Use them in the `interactive' spec. Doc fix. (Bug#4725)
1738
0a745733
JL
17392009-11-30 Juri Linkov <juri@jurta.org>
1740
1741 * doc-view.el (doc-view-continuous):
1742 Rename from `doc-view-continuous-mode'.
1743 (doc-view-menu): Move "Toggle display" to the top.
1744 Add submenu "Continuous" with radio buttons "Off"/"On"
1745 and "Save as Default".
1746 (doc-view-scroll-up-or-next-page)
1747 (doc-view-scroll-down-or-previous-page)
1748 (doc-view-next-line-or-next-page)
1749 (doc-view-previous-line-or-previous-page): Rename
1750 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
1751
1f9689eb
JL
17522009-11-30 Juri Linkov <juri@jurta.org>
1753
1754 * comint.el (comint-mode-map): Rebind `M-r' from
1755 `comint-previous-matching-input' to
1756 `comint-history-isearch-backward-regexp'.
1757 Unbind `M-s' to allow global key binding `M-s'.
1758 Add menu items for `comint-history-isearch-backward' and
1759 `comint-history-isearch-backward-regexp'. (Bug#3746)
1760
2952b1ae
JL
17612009-11-30 Juri Linkov <juri@jurta.org>
1762
1763 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
1764 For def=recenter, replace `recenter' with `recenter-top-bottom'
1765 that is called with `this-command' and `last-command' let-bound
1766 to `recenter-top-bottom'. When the last `def' was not `recenter',
1767 set `recenter-last-op' to nil. (Bug#4981)
1768
7a9547ca
SM
17692009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
1770
20565545
SM
1771 Minor cleanup and simplification.
1772 * filecache.el (file-cache-add-directory)
1773 (file-cache-add-directory-recursively)
1774 (file-cache-add-from-file-cache-buffer)
1775 (file-cache-delete-file-regexp, file-cache-delete-directory)
1776 (file-cache-files-matching-internal, file-cache-display): Use dolist.
1777 (file-cache-temp-minibuffer-message): Delete function.
1778 (file-cache-minibuffer-complete): Use minibuffer-message instead.
1779
7a9547ca
SM
1780 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
1781 Don't signal an error when bumping into EOB in tr, s, or y.
1782
08e968f3
JL
17832009-11-29 Juri Linkov <juri@jurta.org>
1784
1785 * startup.el (fancy-about-text): Fix wording of Guided Tour.
1786 (Bug#4960)
1787
1788 * descr-text.el (describe-char-unidata-list): Use lowercase name
1789 for "Unicode name" like in other tags.
1790
f8d170a4
JL
17912009-11-29 Juri Linkov <juri@jurta.org>
1792
1793 * ediff-util.el (ediff-minibuffer-with-setup-hook):
1794 New compatibility macro.
7a9547ca 1795 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 1796
0116abbd
JL
17972009-11-29 Juri Linkov <juri@jurta.org>
1798
1799 Add defcustom to define the cycling order of `recenter-top-bottom'.
1800 (Bug#4981)
1801
1802 * window.el (recenter-last-op): Doc fix.
1803 (recenter-positions): New defcustom.
1804 (recenter-top-bottom): Rewrite to use `recenter-positions'.
1805 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
1806
61eef560
MA
18072009-11-29 Michael Albinus <michael.albinus@gmx.de>
1808
1809 Improve integration of Tramp and ange-ftp in eshell.
1810
e4070cdc 1811 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
1812 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
1813 (eshell/sudo): Flatten args. Let-bind `default-directory'.
1814
1815 * eshell/esh-util.el (top): Require also Tramp when compiling.
1816 (eshell-directory-files-and-attributes): Check for FTP remote
1817 connection.
1818 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
1819 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
1820 (eshell-file-attributes): Handle ".". Return `entry'.
1821
1822 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
1823 (ange-ftp-directory-files-and-attributes)
1824 (ange-ftp-real-directory-files-and-attributes): New defuns.
1825
1826 * net/tramp.el (tramp-maybe-open-connection): Open the remote
1827 shell with "exec" when possible. This prevents trailing prompts
1828 in `start-file-process'.
1829
f5467d3f
SM
18302009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
1831
21f49db9
SM
1832 Try and remove assumptions about point-min==1.
1833 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
1834 (rng-compute-mode-line-string): Show the validation percentage in
1835 terms of the narrowed text, not the widened text.
1836 (rng-do-some-validation): Don't catch internal errors when debugging.
1837 (rng-first-error): Simplify.
1838 (rng-after-change-function): Remove work around. AFAIK the bug has
1839 been fixed a while ago.
1840
26224faf
SM
1841 * image-mode.el (image-minor-mode): Exit more gracefully when the image
1842 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
1843
d7117720
SM
1844 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
1845
f5467d3f
SM
1846 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
1847 `cd' doesn't always do it for us (bug#5067).
1848
1849 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
1850 on 2009-10-25 as part of some other change (bug#5067).
1851
c5269f1c
SM
18522009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
1853
62a258a7
SM
1854 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
1855 `suspicious'.
1856 (byte-compile-warnings): Use byte-compile-warning-types.
1857 (byte-compile-save-excursion): Warn about use of set-buffer right
1858 after save-excursion.
1859
c5269f1c
SM
1860 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
1861 the excursion as well.
1862
3ba30eb8
MA
18632009-11-27 Michael Albinus <michael.albinus@gmx.de>
1864
1865 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
1866 providing a Tramp related implementation of "su" and "sudo".
1867 (eshell-unix-initialize): Add "su" and "sudo".
1868
6c6f788d
DU
18692009-11-27 Daiki Ueno <ueno@unixuser.org>
1870
1871 * net/socks.el (socks-send-command): Convert binary request to
1872 unibyte before sending. This fixes mishandling of some port
1873 numbers such as 129.
1874
10c877fe
SM
18752009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
1876
6f06a171
SM
1877 * help.el (describe-bindings-internal): Remove `interactive'.
1878
10c877fe
SM
1879 * man.el (Man-completion-table): Trim a terminating "(".
1880 Remove the space between name page a section.
1881 Add the command's description on the `help-echo' property.
c5269f1c
SM
1882 Remove `process-connection-type' binding since it's unused by
1883 call-process.
10c877fe
SM
1884 Provide completion for the "<section> <name>" format as well.
1885 (Man-default-man-entry): Remove spurious var shadowing the argument.
1886
c44a4822
KR
18872009-11-26 Kevin Ryde <user42@zip.com.au>
1888
1889 * log-view.el: Add "Keywords: tools", since its other keywords
1890 aren't in finder-known-keywords, and following vc.el.
1891
9d58f081
KR
1892 * sha1.el (sha1-string-external): default-directory "/" in case
1893 otherwise non-existent. process-connection-type pipe for touch of
1894 efficiency recommended by elisp manual. (An aside in Bug#3911.)
1895
72fe6b25
SM
18962009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
1897
1898 Misc coding convention cleanups.
1899 * htmlfontify.el (hfy-init-kludge-hook): Rename from
1900 hfy-init-kludge-hooks.
1901 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
1902 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
1903 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
1904 and push.
1905 (hfy-slant, hfy-weight): Use tables rather than code.
1906 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
1907 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
1908 (hfy-face-attr-for-class): Initialize `face-spec' directly.
1909 (hfy-face-to-css): Remove `nconc' with single arg.
1910 (hfy-p-to-face-lennart): Use `or'.
1911 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
1912 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
1913 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
1914 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
1915 (hfy-force-fontification): Use run-hooks.
1916
85e0a536
SM
19172009-11-26 Vivek Dasmohapatra <vivek@etla.org>
1918
1919 Various minor fixes.
1920 * htmlfontify.el (hfy-default-header): Add toggle_invis since
1921 Javascript belongs in the header, not the body.
1922 (hfy-javascript): Remove.
1923 (hfy-fontify-buffer): Don't insert it any more.
1924 (hfy-face-at): Handle (face0 face1 face2) style face properties.
1925 Fix bug in invis handling when there were no invis props in a chunk.
1926
62ccc42c
SM
19272009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
1928
1929 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
1930
2643c7aa
DN
19312009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
1932
1933 * finder.el (finder-mode-map): Add a menu.
1934
0e5c8aed
DN
19352009-11-26 Michael McNamara <mac@mail.brushroad.com>
1936
1937 * verilog-mode.el (verilog-at-struct-p): Support "signed" and
1938 "unsigned" structs.
1939
1940 (verilog-leap-to-head, verilog-backward-token): Handle "disable
1941 fork" statement better.
1942
19432009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
1944
1945 * verilog-mode.el (verilog-auto-insert-lisp, verilog-delete-auto)
62ccc42c
SM
1946 (verilog-delete-empty-auto-pair, verilog-library-filenames):
1947 Fix AUTOINSERTLISP to support insert-file. Reported by Clay Douglass.
0e5c8aed
DN
1948
1949 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c
SM
1950 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
1951 Fix removing "// Interfaces" when saving .* expansions. Reported by
0e5c8aed
DN
1952 Pierre-David Pfister.
1953
7629c4e7
GM
19542009-11-26 Glenn Morris <rgm@gnu.org>
1955
62ccc42c
SM
1956 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
1957 the scope.
7629c4e7 1958
a5d358f8
JB
19592009-11-25 Johan Bockgård <bojohan@gnu.org>
1960
1961 * vc-annotate.el (vc-annotate-revision-previous-to-line):
1962 Really use previous revision.
1963
002cbde5
KR
19642009-11-25 Kevin Ryde <user42@zip.com.au>
1965
1966 * man.el (Man-completion-table): default-directory "/" in case
1967 doesn't otherwise exist. process-environment COLUMNS=999 so as
1968 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
1969 any chance of hitting the pseudo-tty TIOCGWINSZ.
1970 (man): completion-ignore-case t for friendliness and since man
1971 itself is case-insensitive on the command line.
1972 Further to Bug#3717.
002cbde5 1973
8cb5ffe8
KR
1974 * arc-mode.el: Add "Keywords: files", so the details in its
1975 commentary can be reached from finder-by-keyword.
34607612
KR
1976 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
1977 editing mode, but it's comms related and sgml-mode.el has "comm"
1978 on that basis too.
b8dfcf54 1979 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
1980 * international/isearch-x.el, international/ja-dic-cnv.el:
1981 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 1982 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 1983
1e2d9ba1
JL
19842009-11-25 Juri Linkov <juri@jurta.org>
1985
1986 * man.el (Man-completion-table): Modify regexp to include
1987 section names to completion strings. (Bug#3717)
1988
a601d313
JL
19892009-11-25 Juri Linkov <juri@jurta.org>
1990
1991 Search recursively in gzipped files. (Bug#4982)
1992
1993 * progmodes/grep.el (grep-highlight-matches): Add new options
1994 `always' and `auto'. Doc fix.
1995 (grep-process-setup): Check `grep-highlight-matches' for
1996 `auto-detect' to determine the need to compute grep defaults.
1997 Move Windows/DOS specific --colors settings handling
1998 to `grep-compute-defaults'. Check `grep-highlight-matches'
1999 to get the value of "--color=".
2000 (grep-compute-defaults): Compute `grep-highlight-matches' when it
2001 has the value `auto-detect'. Move Windows/DOS specific settings
2002 from `grep-process-setup'.
2003 (zrgrep): New command with alias `rzgrep'.
2004
bde04ea9
JL
20052009-11-25 Juri Linkov <juri@jurta.org>
2006
2007 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
2008 to nil instead of switching off view-mode. (Bug#4896)
2009
7d6b4d3c
JL
20102009-11-25 Juri Linkov <juri@jurta.org>
2011
2012 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
2013
2014 * mwheel.el (mwheel-scroll-up-function)
2015 (mwheel-scroll-down-function): New defvars.
2016 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
2017 `scroll-up', and `mwheel-scroll-down-function' instead of
2018 `scroll-down'.
2019
2020 * doc-view.el (doc-view-scroll-up-or-next-page)
2021 (doc-view-scroll-down-or-previous-page): Add optional ARG.
2022 Use this ARG in the call to image-scroll-up/image-scroll-down.
2023 Change `interactive' spec to "P". Goto next/previous page only
2024 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
2025 SPC/DEL case). Doc fix.
2026 (doc-view-next-line-or-next-page)
2027 (doc-view-previous-line-or-previous-page): Rename arg to ARG
2028 for consistency.
2029 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
2030 `doc-view-scroll-up-or-next-page', and buffer-local
2031 `mwheel-scroll-down-function' to
2032 `doc-view-scroll-down-or-previous-page'.
2033
e237085f
JL
20342009-11-25 Juri Linkov <juri@jurta.org>
2035
2036 Provide additional default values (directories at other Dired
2037 windows) via M-n in the minibuffer of some Dired commands.
2038
2039 * dired-aux.el (dired-diff, dired-compare-directories)
2040 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
2041 `minibuffer-default' in `minibuffer-with-setup-hook'.
2042 (dired-dwim-target-directory): Find a window that displays Dired
2043 buffer instead of failing when the next window is not Dired.
2044 Use `get-window-with-predicate' to find for the next Dired window.
2045 (dired-dwim-target-defaults): New function.
2046
2047 * ediff-util.el (ediff-read-file-name):
2048 Use `dired-dwim-target-defaults' to set `minibuffer-default'
2049 in `minibuffer-with-setup-hook'.
2050
7d371eac
JL
20512009-11-25 Juri Linkov <juri@jurta.org>
2052
2053 Provide additional default values (file name at point or at the
2054 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
2055
2056 * minibuffer.el (read-file-name-defaults): New function.
2057 (read-file-name): Reset `minibuffer-default' to nil when
2058 it duplicates initial input `insdef'.
2059 Bind `minibuffer-default-add-function' to lambda that
2060 calls `read-file-name-defaults' in `minibuffer-selected-window'.
2061 (minibuffer-insert-file-name-at-point): New command.
2062
2063 * files.el (file-name-at-point-functions): New defcustom.
2064 (find-file-default): Remove defvar.
2065 (find-file-read-args): Don't use `find-file-default'.
2066 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
2067 to `read-file-name'.
2068 (find-file-literally): Use `read-file-name' with
2069 `confirm-nonexistent-file-or-buffer'.
2070
2071 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
2072
2073 * dired.el (dired-read-dir-and-switches):
2074 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
2075 to `read-file-name'.
2076 (dired-file-name-at-point): New function.
2077 (dired-mode): Add hook `dired-file-name-at-point' to
2078 `file-name-at-point-functions'.
2079
04ae543a
SM
20802009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2081
2082 Really make the *Completions* window soft-dedicated (bug#5030).
2083 * window.el (window--display-buffer-2): Add `dedicated' argument.
2084 (display-buffer): Pass it when needed so the dedicated flag is set
2085 after calling set-window-buffer, which would otherwise reset it.
2086
eb708e66
SM
20872009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2088
d6b8d4e7
SM
2089 * progmodes/meta-mode.el (meta-complete-symbol):
2090 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
2091 * mail/mailabbrev.el (mail-abbrev-complete-alias):
2092 Use completion-in-region.
2093
5f24557b
SM
2094 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
2095 (dabbrev-completion): Use completion-in-region.
2096 (dabbrev--abbrev-at-point): Simplify regexp.
2097
fe4346f0
SM
2098 * abbrev.el (abbrev--before-point): Use word-motion functions
2099 if :regexp is not specified (bug#5031).
2100
cb190d7d
SM
2101 * subr.el (string-prefix-p): New function.
2102
e2ec6dd5
SM
2103 * man.el (Man-completion-cache): New var.
2104 (Man-completion-table): Use it.
2105
eb708e66
SM
2106 * vc.el (vc-print-log-internal): Make `limit' optional for better
2107 compatibility (e.g. with vc-annotate.el).
2108
4cf8971b
KR
21092009-11-24 Kevin Ryde <user42@zip.com.au>
2110
eb708e66 2111 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 2112 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 2113
4cf8971b
KR
2114 * emacs-lisp/elint.el (elint-add-required-env): Better error message
2115 when .el source file not found or other error.
2116
d204c46c
SM
21172009-11-24 Markus Triska <markus.triska@gmx.at>
2118
2119 * linum.el (linum-update-window): Ignore intangible (bug#4996).
2120
bb301b9a
SM
21212009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2122
449c27f0
SM
2123 Handle the [back] button properly (bug#4979).
2124 * descr-text.el (describe-text-properties): Add a `buffer' argument.
2125 Use help-setup-xref, help-buffer, and with-help-window.
2126 (describe-char): Add `buffer' argument.
2127 Pass proper command to help-setup-xref. Don't meddle with
2128 help-xref-stack-item directly.
2129 (describe-text-category): Use with-help-window and help-buffer.
2130
32fe5377
SM
2131 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
2132 for the displayed buffer (bug#4887).
2133
bb301b9a
SM
2134 * man.el (Man-completion-table): New function.
2135 (man): Use it.
2136
35179414
DR
21372009-11-24 David Reitter <david.reitter@gmail.com>
2138
bb301b9a 2139 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
2140 .git is) rather than the file's directory and a relative path spec
2141 to work around a bug in git.
2142
605a20a9
MA
21432009-11-24 Michael Albinus <michael.albinus@gmx.de>
2144
2145 Improve handling of processes on remote hosts.
2146
2147 * eshell/esh-util.el (eshell-path-env): New defvar.
2148 (eshell-parse-colon-path): New defun.
2149 (eshell-file-attributes): Use `eshell-parse-colon-path'.
2150
bb301b9a
SM
2151 * eshell/esh-ext.el (eshell-search-path):
2152 Use `eshell-parse-colon-path'.
605a20a9
MA
2153 (eshell-remote-command): Remove argument HANDLER.
2154 (eshell-external-command): Check for FTP remote connection.
2155
bb301b9a
SM
2156 * eshell/esh-proc.el (eshell-gather-process-output):
2157 Use `file-truename', in order to start also symlinked files.
2158 Apply `start-file-process' instead of `start-process'.
2159 Shorten `command' to the local file name part.
605a20a9 2160
bb301b9a
SM
2161 * eshell/em-cmpl.el (eshell-complete-commands-list):
2162 Use `eshell-parse-colon-path'.
605a20a9
MA
2163
2164 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
2165
2166 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
2167 to `eshell-directory-change-hook'.
2168
d1d33062
TH
21692009-11-24 Tassilo Horn <tassilo@member.fsf.org>
2170
2171 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 2172 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 2173
a34d8565 21742009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 2175
a34d8565
MK
2176 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
2177 made on 2009-11-22.
d1d33062 2178
c83b8d1b
GM
21792009-11-24 Glenn Morris <rgm@gnu.org>
2180
2181 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
2182 deleted variable bookmark-bmenu-bookmark-column.
2183
65235b0a
GM
2184 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
2185 Move after definition of global-semantic-idle-tag-highlight-mode.
2186
83505cfe
SM
21872009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2188
2189 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
2190
5241b291
CY
21912009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
2192
2193 * net/browse-url.el (browse-url-filename-alist): On Windows, add
2194 two slashes to the "file:" prefix.
2195 (browse-url-file-url): De-munge Cygwin filenames before passing
2196 them to Windows browser.
2197 (browse-url-default-windows-browser): Use call-process.
2198
aefcadb6
JL
21992009-11-23 Juri Linkov <juri@jurta.org>
2200
2201 Implement DocView Continuous mode. (Bug#4896)
2202 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
2203 (doc-view-mode-map): Bind C-n/<down> to
2204 `doc-view-next-line-or-next-page', C-p/<up> to
2205 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
2206 (doc-view-next-line-or-next-page)
2207 (doc-view-previous-line-or-previous-page): New commands.
2208
0d62bcea
JL
22092009-11-23 Juri Linkov <juri@jurta.org>
2210
2211 Implement Isearch in comint input history. (Bug#3746)
2212 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
2213 `isearch-mode-hook'.
2214 (comint-history-isearch): New defcustom.
2215 (comint-history-isearch-backward)
2216 (comint-history-isearch-backward-regexp): New commands.
2217 (comint-history-isearch-message-overlay): New buffer-local variable.
2218 (comint-history-isearch-setup, comint-history-isearch-end)
2219 (comint-goto-input, comint-history-isearch-search)
2220 (comint-history-isearch-message, comint-history-isearch-wrap)
2221 (comint-history-isearch-push-state)
2222 (comint-history-isearch-pop-state): New functions.
2223
b593f105
MA
22242009-11-23 Michael Albinus <michael.albinus@gmx.de>
2225
2226 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
2227 return.
2228 (tramp-handle-make-symbolic-link)
2229 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
2230 Quote file names.
2231 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
2232 (tramp-handle-process-file): Use it.
2233
0f202d5d
SM
22342009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2235
2236 * window.el (move-to-window-line-last-op): Remove.
2237 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
2238
216349f8
SM
22392009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
2240
0f202d5d 2241 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
2242 * window.el (move-to-window-line-last-op): New var.
2243 (move-to-window-line-top-bottom): New command.
2244 (global-map): Bind M-r move-to-window-line-top-bottom.
2245
c10e0633
GM
22462009-11-23 Sven Joachim <svenjoac@gmx.de>
2247
2248 * dired-x.el (dired-guess-shell-alist-default):
2249 Support xz format. (Bug#4953)
2250
e96ec425
CY
22512009-11-22 Chong Yidong <cyd@stupidchicken.com>
2252
2054a44c
CY
2253 * cedet/srecode/map.el (srecode-get-maps):
2254 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
2255 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
2256 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
2257 (semantic-toggle-decoration-style):
2258 * cedet/semantic/decorate/include.el
2259 (semantic-decoration-include-describe)
2260 (semantic-decoration-unknown-include-describe)
2261 (semantic-decoration-unparsed-include-describe)
2262 (semantic-decoration-all-include-summary):
2263 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
2264 * cedet/semantic/analyze/complete.el
2265 (semantic-analyze-possible-completions):
2266 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
2267 (semantic-show-unmatched-syntax-mode)
2268 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
2269 (semantic-highlight-func-mode):
2270 * cedet/semantic/util.el (semantic-describe-buffer):
2271 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
2272 (semantic-symref-find-tags-by-name)
2273 (semantic-symref-find-tags-by-regexp)
2274 (semantic-symref-find-tags-by-completion)
2275 (semantic-symref-find-file-references-by-name)
2276 (semantic-symref-find-text):
2277 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
2278 (senator-yank-tag):
2279 * cedet/semantic/scope.el (semantic-calculate-scope):
2280 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
2281 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
2282 (define-semantic-idle-service):
2283 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
2284 (semantic-complete-analyze-inline-idle):
2285 * cedet/semantic/analyze.el (semantic-analyze-current-context):
2286 * cedet/mode-local.el (describe-mode-local-bindings)
2287 (describe-mode-local-bindings-in-mode):
2288 * cedet/ede/make.el (ede-make-check-version):
2289 * cedet/ede/locate.el (ede-enable-locate-on-project):
2290 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
2291 (cedet-idutils-version-check):
2292 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
2293 (cedet-gnu-global-version-check):
2294 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
2295 (cedet-cscope-version-check): Use called-interactively-p instead
2296 of interactive-p.
2297
e96ec425
CY
2298 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
2299 Use semantic-format-tag-prototype.
2300
953e0c1a
GM
23012009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
2302
2303 * emulation/viper-cmd.el: Use viper-last-command-char instead of
2304 last-command-char/last-command-event.
2305 (viper-prefix-arg-value): Do correct conversion of event-char for
2306 XEmacs.
2307
83505cfe
SM
2308 * emulation/viper-util.el, emulation/viper.el:
2309 Use viper-last-command-char instead of
2310 last-command-char/last-command-event.
953e0c1a 2311
83505cfe
SM
2312 * ediff-init.el, ediff-mult.el, ediff-util.el:
2313 Replace last-command-char and last-command-event
2314 with (ediff-last-command-char) everywhere.
953e0c1a
GM
2315
2316 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
2317 created in fundamental mode.
2318
2319 * ediff.el (ediff-version): Revert the change of interactive-p to
2320 called-interactively-p.
2321
9ee12eee
TH
23222009-11-22 Tassilo Horn <tassilo@member.fsf.org>
2323
2324 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
2325 generation from word-movement command names.
2326
ab2c15d4
CY
23272009-11-21 Chong Yidong <cyd@stupidchicken.com>
2328
2329 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
83505cfe
SM
2330 (semantic-complete-jump-local, semantic-complete-jump):
2331 Improve prompt string.
ab2c15d4 2332
8b571bf3
JD
23332009-11-21 Jan Djärv <jan.h.d@swipnet.se>
2334
2335 * cus-start.el (all): Add native condition for font-use-system-font.
2336
4121db47
AM
23372009-11-21 Nathaniel Flath <flat0103@gmail.com>
2338
83505cfe
SM
2339 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
2340 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 2341
d71f5e0c
TH
23422009-11-21 Tassilo Horn <tassilo@member.fsf.org>
2343
2344 * progmodes/subword.el: Rename from lisp/subword.el.
2345
2346 * subword.el: Rename to progmodes/subword.el.
2347
2348 * Makefile.in (ELCFILES): Adapt to subword.el move.
2349
fc9d6ad6
SM
23502009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2351 Stefan Monnier <monnier@iro.umontreal.ca>
2352
2353 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
2354 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
2355 (bookmark-bmenu-show-filenames): Use push.
2356 (bookmark-bmenu-hide-filenames): Use local var instead of
2357 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
2358 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
2359 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
2360 filenames now that the bookmark names are always available.
2361
26d9285f
SM
23622009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2363
2364 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
2365 (bookmark-search-pattern): Move and leave unbound.
2366 (bookmark-bmenu-mode-map): Change binding.
2367 (bookmark-read-search-input): Simplify.
2368 Don't use text-char-description. Don't error on non-char events.
2369 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
2370 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
2371 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
2372 Use a local var for the timer.
2373 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
2374 (i.e. bookmark-bmenu-search).
2375
d73a0317
GM
23762009-11-21 Glenn Morris <rgm@gnu.org>
2377
2378 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
2379
e572025f
CY
23802009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
2381
26d9285f
SM
2382 * net/browse-url.el (browse-url-default-windows-browser):
2383 Use cygstart for cygwin.
e572025f 2384
6aeaa3dc
KF
23852009-11-20 Karl Fogel <karl.fogel@red-bean.com>
2386
e4070cdc 2387 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
2388 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
2389 (bookmark-bmenu-search): Wrap to fit within 80 columns.
2390 Minor grammar and punctuation fixes in doc string.
2391 (bookmark-read-search-input): Adjust to fit within 80 columns.
2392
a9b76eec
TH
23932009-11-20 Tassilo Horn <tassilo@member.fsf.org>
2394
2395 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
2396 (c-backward-into-nomenclature): Adapt to subword renaming.
2397
2398 * subword.el (subword-forward, subword-backward, subword-mark)
2399 (subword-kill, subword-backward-kill, subword-transpose)
2400 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
2401 (subword-forward-internal, subword-backward-internal):
2402 Rename from forward-subword, backward-subword, mark-subword,
2403 kill-subword, backward-kill-subword, transpose-subwords,
2404 downcase-subword, upcase-subword, capitalize-subword,
2405 forward-subword-internal, backward-subword-internal.
a9b76eec 2406
1e7d4475
SM
24072009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2408
26d9285f
SM
2409 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
2410 New options.
1e7d4475
SM
2411 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
2412 New vars.
2413 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
2414 (bookmark-bmenu-filter-alist-by-regexp)
2415 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
2416 (bookmark-bmenu-search): New command.
2417 (bookmark-bmenu-mode-map): Bind it.
2418
acfad775
CY
24192009-11-20 Chong Yidong <cyd@stupidchicken.com>
2420
1e7d4475 2421 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
acfad775
CY
2422
2423 * cedet/semantic/idle.el (define-semantic-idle-service)
2424 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
2425
653d1554
TH
24262009-11-20 Tassilo Horn <tassilo@member.fsf.org>
2427
ab84bfa0
TH
2428 * progmodes/cc-cmds.el: declare-functioned forward-subword and
2429 backward-subword to quit the byte-compiler.
2430
1f35fda9
TH
2431 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
2432
2433 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
2434
653d1554 2435 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
2436 (c-forward-into-nomenclature, c-backward-into-nomenclature):
2437 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
2438
2439 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
2440 subword.el functions instead of cc-subword.el.
2441
1e7d4475
SM
2442 * progmodes/cc-subword.el: Rename to subword.el.
2443 * subword.el: Rename from progmodes/cc-subword.el.
2444 (subword-mode-map): Rename from c-subword-mode-map.
2445 (subword-mode): Rename from c-subword-mode.
653d1554 2446 (global-subword-mode): New global minor mode.
1e7d4475
SM
2447 (forward-subword): Rename from c-forward-subword.
2448 (backward-subword): Rename from c-backward-subword.
2449 (mark-subword): Rename from c-mark-subword.
2450 (kill-subword): Rename from c-kill-subword.
2451 (backward-kill-subword): Rename from c-backward-kill-subword.
2452 (transpose-subwords): Rename from c-tranpose-subword.
2453 (downcase-subword): Rename from c-downcase-subword.
2454 (capitalize-subword): Rename from c-capitalize-subword.
2455 (forward-subword-internal): Rename from c-forward-subword-internal.
2456 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 2457
9717f119
DN
24582009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
2459
8de724f3
DN
2460 * vc.el (vc-deduce-fileset): Allow non-state changing operations
2461 from a dired buffer.
2462 (vc-dired-deduce-fileset): New function.
2463 (vc-root-diff, vc-print-root-log): Use it.
2464
9717f119
DN
2465 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
2466 nil LIMIT argument to vc-print-log-internal.
2467
af4999b8
GM
24682009-11-20 Glenn Morris <rgm@gnu.org>
2469
2470 * Makefile.in (ELCFILES): Regenerate.
2471
725bff06
CY
24722009-11-20 Chong Yidong <cyd@stupidchicken.com>
2473
2474 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
2475
2476 * cedet/semantic.el: Enable idle-mode menu items only if
2477 global-semantic-idle-scheduler-mode is enabled.
2478 (semantic-default-submodes): Doc fix.
2479
2480 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
2481 When turning off, disable other idle modes.
2482
b58edcb6
JB
24832009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
2484
02e1b488
SM
2485 * calc/calc.el (calc-set-mode-line):
2486 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
2487 (math-format-number): Rename `math-format-complement-signed' to
2488 `math-format-twos-complement'.
2489
02e1b488 2490 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
2491 math-format-complement-signed.
2492 (calc-radix): Rename `calc-complement-signed-mode' to
2493 `calc-twos-complement-mode'.
02e1b488
SM
2494 (calc-octal-radix, calc-hex-radix): Add an argument for
2495 two's complement.
b58edcb6 2496
02e1b488
SM
2497 * calc/calc-embed.el (calc-embedded-mode-vars):
2498 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 2499
02e1b488
SM
2500 * calc/calc-ext.el (calc-init-extensions):
2501 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
2502 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
2503
02e1b488
SM
2504 * calc/calc-units.el (math-build-units-table-buffer):
2505 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
2506
2507 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
2508 entries.
2509
2510 * calc/calc-vec.el (calcFunc-vunpack):
2511 * calc/calc-aent.el (calc-do-calc-eval):
2512 * calc/calc-forms.el (math-format-date):
2513 * calc/calc-graph.el (calc-graph-plot):
2514 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
2515 * calc/calccomp.el (math-compose-expr):
2516 Let `calc-twos-complement-mode' be nil.
2517
25182009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2519
2520 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
2521 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
2522 * minibuffer.el (completion-in-region-functions): New hook.
2523 (completion-in-region): New function.
2524 * emacs-lisp/lisp.el (lisp-complete-symbol):
2525 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 2526
e3353a78
SM
25272009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2528
eff77808
SM
2529 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
2530 (latex-complete-alist): New vars.
2531 (latex-string-prefix-p, latex-complete-bibtex-keys)
2532 (latex-complete-envnames, latex-complete-refkeys)
2533 (latex-complete-data): New functions.
2534 (latex-complete, latex-indent-or-complete): New commands.
2535
d2c9fc42
SM
2536 * window.el (display-buffer-mark-dedicated): New var.
2537 (display-buffer): Obey it.
2538 * minibuffer.el (minibuffer-completion-help): Use it.
2539
31a1c477
SM
2540 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
2541
bed4c972
SM
2542 * filecache.el (file-cache-add-file): Use push and cons.
2543 (file-cache-delete-file-regexp): Use push.
2544 (file-cache-complete): Use completion-in-region.
2545
8c22699f
SM
2546 * simple.el (with-wrapper-hook): Fix thinko.
2547
e3353a78
SM
2548 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
2549 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
2550 Use with-current-buffer and string-to-number.
2551 (hfy-fallback-colour-values): Use assoc-string.
2552 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
2553 (hfy-face-at): Remove unused var `found-face'.
2554 (hfy-compile-stylesheet): Remove unused var `css'.
2555 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
2556 and `orig-buffer'.
2557 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
2558 Use with-current-buffer.
2559 (hfy-text-p): Use expand-file-name and fewer setq.
2560
acca02b0
SM
25612009-11-19 Vivek Dasmohapatra <vivek@etla.org>
2562
2563 * htmlfontify.el, hfy-cmap.el: New files.
2564
042b7cc6
JL
25652009-11-19 Juri Linkov <juri@jurta.org>
2566
2567 * minibuffer.el (completions-format): New defcustom.
2568 (completion--insert-strings): Implement vertical format.
2569
2570 * simple.el (switch-to-completions): Move point to the first
2571 completion when point was at the beginning of the buffer.
2572
da205913
JL
25732009-11-19 Juri Linkov <juri@jurta.org>
2574
2575 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
2576
2577 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
2578
0b8ee421
CY
25792009-11-19 Chong Yidong <cyd@stupidchicken.com>
2580
2581 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
2582 (mail-signature): Change default to t.
2583 (mail-from-style): Deprecate `system-default' value.
2584 (mail-insert-from-field): For default value of mail-from-style,
2585 default to `angles' unless `angles' needs quoting and `parens'
2586 does not.
2587 (mail-citation-prefix-regexp): Use citation regexp from
2588 message-mode.
2589
4265deab
MA
25902009-11-19 Michael Albinus <michael.albinus@gmx.de>
2591
acca02b0
SM
2592 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
2593 Set variables for computing the prompt for reading password.
4265deab 2594
27cacd2d
GM
25952009-11-19 Glenn Morris <rgm@gnu.org>
2596
470bce7d
GM
2597 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
2598
7e705a1d
GM
2599 * textmodes/flyspell.el (sgml-lexical-context): Declare.
2600
27cacd2d
GM
2601 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
2602 (newsticker-treeview-listwindow-height): Fix custom type.
2603
b2f0be0f
KH
26042009-11-19 Kenichi Handa <handa@m17n.org>
2605
2606 * descr-text.el (describe-char-padded-string): Compose with TAB
2607 only if there's a font for CH.
02e1b488 2608 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 2609
03446045 26102009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
2611
2612 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 2613 more accurate version of the regexp. (Bug#3910)
b96337b0 2614
03446045 26152009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
2616
2617 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
2618
e0620570
JB
26192009-11-18 Juanma Barranquero <lekktu@gmail.com>
2620
2621 * font-setting.el (font-use-system-font): Declare for byte-compiler.
2622 (font-setting-change-default-font): Fix typo in docstring.
2623
6cc6582e
AM
26242009-11-18 Alan Mackenzie <acm@muc.de>
2625
2626 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
2627
dfb3c4c6
JD
26282009-11-17 Jan Djärv <jan.h.d@swipnet.se>
2629
02e1b488 2630 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
2631
2632 * cus-start.el (all): ... to here.
2633
e268e987
MA
26342009-11-17 Michael Albinus <michael.albinus@gmx.de>
2635
2636 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
2637 Don't set `ad-return-value' if `ad-do-it' doesn't.
2638
303ffde8
MA
2639 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
2640 modification time.
2641
637fa988
JD
26422009-11-17 Jan Djärv <jan.h.d@swipnet.se>
2643
2644 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 2645 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
2646
2647 * loadup.el: If feature system-font-setting or font-render-setting is
2648 there, load font-setting.
2649
02e1b488 2650 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
2651 * font-setting.el: New file.
2652
1d16a255
GM
26532009-11-17 Glenn Morris <rgm@gnu.org>
2654
2655 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
2656
2d84f804
GM
2657 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
2658 Preserve point in the list buffer. (Bug#4939)
2659 Use point-at-eol.
2660 (newsticker--treeview-list-update-highlight)
2661 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
2662
14467b99
JB
26632009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
2664
2665 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
2666 Remove.
2667
2668 * calc/calc-ext.el (calc-init-extensions): Remove references to
2669 symclip.
2670
2671 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
2672
2673 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 2674 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
2675 `calc-symclip'.
2676
e3c39c01
KR
26772009-11-16 Kevin Ryde <user42@zip.com.au>
2678
02e1b488 2679 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 2680 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 2681
497de631
KR
2682 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
2683 (lm-keywords-list): Allow comma-only separator like "foo,bar".
2684 Ignore trailing spaces by omit-nulls to split-string (fixing
2685 regression from Emacs 21 due to the incompatible split-string
14467b99 2686 change). (Bug #4928.)
497de631 2687
48b27575
DN
26882009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
2689
5237d741 2690 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
2691 (vc-print-log-internal): Insert buttons to request more entries
2692 when limiting the output.
2693
2694 * vc-sccs.el (vc-sccs-print-log):
2695 * vc-rcs.el (vc-rcs-print-log):
2696 * vc-cvs.el (vc-cvs-print-log):
2697 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
2698 LIMIT is non-nil.
2699
d3e97185
MA
27002009-11-16 Michael Albinus <michael.albinus@gmx.de>
2701
2702 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
2703 error when `tramp-gvfs-dbus-event-vector' is set.
2704 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
2705
68d87786
SM
27062009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2707
2708 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
2709
c0a39702
MA
27102009-11-16 Michael Albinus <michael.albinus@gmx.de>
2711
2712 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 2713 (dbus-register-property): Register the handlers of
c0a39702
MA
2714 "org.freedesktop.DBus.Properties" for SERVICE.
2715 (dbus-property-handler): Fix docstring.
2716
1e857121
YM
27172009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2718
2719 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
2720 Quote doc string reference in defvaralias as it is not in special form.
2721 (byte-compile-output-docform): Doc fix.
2722
887484c1
JB
27232009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
2724
2725 * calc/calc.el (math-2-word-size, math-half-2-word-size)
2726 (calc-complement-signed-mode): New variables.
2727 (calc-set-mode-line): Add indicator for twos-complements.
2728 (math-format-number): Format twos-complement notation.
2729
2730 * calc/calc-bin.el (calc-word-size): Reset the variables
2731 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
2732 (math-format-complement-signed, math-symclip, calcFunc-symclip)
2733 (calc-symclip): New functions.
887484c1
JB
2734
2735 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
2736
68d87786
SM
2737 * calc/calc-embed.el (calc-embedded-mode-vars):
2738 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
2739
2740 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 2741 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
2742
2743 * calc/calc-ext.el (math-read-number-fancy): Read complement
2744 signed numbers.
68d87786
SM
2745 (calc-init-extensions): Add binding for `calc-symclip'.
2746 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
2747
2748 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
2749 `calc-symclip'.
68d87786 2750 (calc-modes-menu): Add item for twos complement mode.
887484c1 2751
5237d741 2752 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 2753
4cf1d7e3
CY
27542009-11-15 Chong Yidong <cyd@stupidchicken.com>
2755
2756 * register.el (jump-to-register, insert-register): Handle Semantic
2757 tags. From commented-out advice in semantic/senator.el.
2758
f8e65267
DN
27592009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
2760
6616006b
DN
2761 * vc.el (vc-log-show-limit): New variable.
2762 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
2763 when using a prefix argument.
2764 (vc-print-log-internal): Add new argument LIMIT.
2765
2766 * vc-svn.el (vc-svn-print-log):
2767 * vc-mtn.el (vc-mtn-print-log):
2768 * vc-hg.el (vc-hg-print-log):
2769 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 2770 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
2771 non-optional.
2772
2773 * vc-sccs.el (vc-sccs-print-log):
2774 * vc-rcs.el (vc-rcs-print-log):
2775 * vc-git.el (vc-git-print-log):
2776 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
2777 ignore it. Make the BUFFER argument non-optional
2778
f8e65267
DN
2779 * bindings.el (mode-line-buffer-identification): Do not purecopy.
2780
0566c4bc
CY
27812009-11-15 Chong Yidong <cyd@stupidchicken.com>
2782
7cce3c91
CY
2783 * dired.el (dired-mode-map): Move encryption items to "Operate"
2784 menu (Bug#4703).
2785
d7063de9
CY
2786 * strokes.el (strokes-update-window-configuration): Make strokes
2787 buffer current before erasing (Bug#4906).
2788
0566c4bc
CY
2789 * cedet/semantic/idle.el (semantic-idle-summary-mode)
2790 (semantic-idle-summary-mode): Define using define-minor-mode
2791 instead of define-semantic-idle-service.
2792 (semantic-idle-summary-mode): New function.
2793 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
2794 that mouse motion does not reset the echo area.
2795
0fc10137
JL
27962009-11-15 Juri Linkov <juri@jurta.org>
2797
2798 * simple.el (set-mark-default-inactive): Add :type, :group
2799 and :version. (Bug#4876)
2800
f5fce4ec
MA
28012009-11-15 Michael Albinus <michael.albinus@gmx.de>
2802
2803 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
2804 (archive-unique-fname): ... here. (Bug#4929)
2805
8d720a00
SM
28062009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2807
589888fe
SM
2808 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
2809 with a real fix.
2810
8d720a00
SM
2811 * novice.el (disabled-command-function): Add useful args.
2812 Setup the help buffer so that [back] works.
2813 Remove redundant call to help-mode.
2814 (disabled-command-function): Use `case'.
2815 (en/disable-command): New function extracted from enable-command.
2816 (enable-command, disable-command): Use it.
2817
a61344d6
GM
28182009-11-14 Glenn Morris <rgm@gnu.org>
2819
497f0cdd
GM
2820 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
2821 constants. (Bug#4913)
2822
a61344d6
GM
2823 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
2824
d501801e
GM
28252009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
2826
2827 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
2828 defined in C that have no doc-strings. (Bug#1063)
2829
5af27ac2
GM
28302009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
2831
2832 * cus-edit.el (data, files):
2833 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
2834
aec5395b
CY
28352009-11-14 Chong Yidong <cyd@stupidchicken.com>
2836
e7791447
CY
2837 * simple.el (shell-command): Doc fix (Bug#4891).
2838
aec5395b
CY
2839 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
2840
7a41cd7f
GM
28412009-11-14 Glenn Morris <rgm@gnu.org>
2842
c3583c94
GM
2843 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
2844 statements for vc-diff, emerge-quit, and rmail-cease-edit.
2845 If they are already loaded, eval-after-load will do the right thing.
2846
73900d1f
GM
2847 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
2848 compiling.
2849
0028351d
GM
2850 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
2851
f6714ede
GM
2852 * simple.el (x-selection-owner-p): Declare.
2853 (read-mail-command): Use custom radio type rather than choice.
2854 (completion-no-auto-exit): Doc fix.
2855
7a41cd7f 2856 * custom.el (defgroup):
5af27ac2 2857 * epg-config.el (epg): Doc fixes.
7a41cd7f 2858
2d0659ec
DN
28592009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
2860
2861 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
2862 * international/ccl.el (define-ccl-program): Do not purecopy the
2863 docstring, defconst does it anyway.
2864
7fdbcd83
SM
28652009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2866
d499c5b9
SM
2867 * add-log.el (add-change-log-entry): Avoid displaying the changelog
2868 a second time.
2869
7fdbcd83
SM
2870 * x-dnd.el (x-dnd-maybe-call-test-function):
2871 * window.el (split-window-vertically):
2872 * whitespace.el (whitespace-help-on):
2873 * vc-rcs.el (vc-rcs-consult-headers):
2874 * userlock.el (ask-user-about-lock-help)
2875 (ask-user-about-supersession-help):
2876 * type-break.el (type-break-force-mode-line-update):
2877 * time-stamp.el (time-stamp-conv-warn):
2878 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 2879 (te-sentinel, terminal-emulator):
7fdbcd83
SM
2880 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
2881 (term-write-input-ring, term-check-source, term-start-output-log):
2882 (term-display-buffer-line, term-dynamic-list-completions):
2883 (term-ansi-make-term, serial-term):
2884 * subr.el (selective-display):
2885 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
2886 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
2887 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
2888 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
2889 (speedbar-remove-localized-speedbar-support)
2890 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
2891 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
2892 (speedbar-buffers-line-directory):
2893 * simple.el (shell-command-on-region, append-to-buffer)
2894 (prepend-to-buffer):
2895 * shadowfile.el (shadow-save-todo-file):
2896 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
2897 (scroll-bar-maybe-set-window-start):
2898 * sb-image.el (speedbar-image-dump):
2899 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
2900 (load-save-place-alist-from-file):
2901 * ps-samp.el (ps-print-message-from-summary):
2902 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
2903 (ps-background-image, ps-begin-job, ps-do-despool):
2904 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
2905 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
2906 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
2907 (pr-call-process, pr-file-list, pr-interface-save):
2908 * novice.el (disabled-command-function)
2909 (enable-command, disable-command):
2910 * mouse.el (mouse-buffer-menu-alist):
2911 * mouse-copy.el (mouse-kill-preserving-secondary):
2912 * macros.el (kbd-macro-query):
2913 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
2914 * informat.el (batch-info-validate):
2915 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
2916 * hippie-exp.el (try-expand-dabbrev-visible):
2917 * help-mode.el (help-make-xrefs):
2918 * help-fns.el (describe-variable):
2919 * generic-x.el (bat-generic-mode-run-as-comint):
2920 * finder.el (finder-mouse-select):
2921 * find-dired.el (find-dired-sentinel):
2922 * filesets.el (filesets-file-close):
2923 * files.el (list-directory):
2924 * faces.el (list-faces-display, describe-face):
2925 * facemenu.el (list-colors-display):
2926 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
2927 * epg.el (epg--process-filter, epg-cancel):
2928 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
2929 (epa--read-signature-type):
2930 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
2931 (emerge-file-names):
2932 * ehelp.el (electric-helpify):
2933 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
2934 * ediff-vers.el (rcs-ediff-view-revision):
2935 * ediff-util.el (ediff-setup):
2936 * ediff-mult.el (ediff-append-custom-diff):
2937 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
2938 (ediff-wordify):
2939 * echistory.el (Electric-command-history-redo-expression):
2940 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
2941 * disp-table.el (describe-display-table):
2942 * dired.el (dired-find-buffer-nocreate):
2943 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
2944 * dabbrev.el (dabbrev--same-major-mode-p):
2945 * chistory.el (list-command-history):
2946 * apropos.el (apropos-documentation):
2947 * allout.el (allout-obtain-passphrase):
2948 (allout-copy-exposed-to-buffer):
2949 (allout-verify-passphrase): Use with-current-buffer.
2950
2ccbc060
GM
29512009-11-13 Glenn Morris <rgm@gnu.org>
2952
2953 * Makefile.in (ELCFILES): Regenerate.
2954
b172ed20
MA
29552009-11-13 Michael Albinus <michael.albinus@gmx.de>
2956
7fdbcd83
SM
2957 * net/dbus.el (dbus-registered-objects-table): Rename from
2958 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
2959 (dbus-unregister-object): Unregister also properties.
2960 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
2961 Use a timeout of 500 msec, in order to not block.
2962 (dbus-register-property, dbus-property-handler): New defuns.
2963
e96d62cd
SM
29642009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2965
2966 * simple.el (minibuffer-default-add-completions): Drop deprecated
2967 4th arg.
2968
14bd267d
EZ
29692009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
2970
e96d62cd
SM
2971 * textmodes/artist.el (artist-mouse-choose-operation):
2972 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 2973 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
2974 (artist-compute-up-event-key): New function.
2975 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
2976
bf89fd7b
KH
29772009-11-13 Kenichi Handa <handa@m17n.org>
2978
2979 * language/japan-util.el: Make sure that the value of jisx0208
2980 property is jisx0208 character.
2981
f70b8925
DN
29822009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
2983
2984 * international/mule.el (auto-coding-regexp-alist): Only purecopy
2985 car or each item, not the whole list.
2986
4d93a9e0
SM
29872009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
2988
2989 * minibuffer.el (minibuffer-completion-help):
2990 Use minibuffer-hide-completions.
2991
05404988
SM
29922009-11-12 Per Starbäck <per@starback.se> (tiny change)
2993
2994 * dired.el (dired-save-positions, dired-restore-positions): New funs.
2995 (dired-revert): Use them (bug#4880).
2996
5297bc10
DN
29972009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
2998
2999 * tooltip.el (tooltip-frame-parameters): Undo previous change.
3000
e2685eb7
JL
30012009-11-12 Juri Linkov <juri@jurta.org>
3002
3003 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
3004 New functions.
3005 (find-file-literally-at-point): Alias of `ffap-literally'.
3006
76410c3e
DN
30072009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3008
6d341a2a
DN
3009 * textmodes/ispell.el (ispell-skip-region-alist):
3010 * textmodes/css-mode.el (auto-mode-alist):
3011 * progmodes/compile.el (auto-mode-alist):
3012 * international/mule.el (ctext-non-standard-encodings-alist)
3013 (ctext-non-standard-encodings-regexp):
3014 * simple.el (shell-command-switch, text-read-only):
3015 * replace.el (occur-mode-map):
3016 * paths.el (rmail-file-name):
3017 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
3018 * find-file.el (ff-special-constructs):
3019 * files.el (file-name-handler-alist):
3020 * composite.el: Purecopy strings.
3021
76410c3e
DN
3022 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
3023
aaa448c9
DN
30242009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3025
3026 * widget.el (define-widget): Purecopy the docstring.
3027 * international/mule-cmds.el (charset): Do not purecopy the
3028 docstring here, define-widget does it.
3029
3030 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3031 * textmodes/bibtex-style.el (auto-mode-alist):
3032 * progmodes/inf-lisp.el (inferior-lisp-prompt):
3033 * progmodes/compile.el (compile-command):
3034 * language/korea-util.el (default-korean-keyboard):
3035 * international/mule-conf.el (file-coding-system-alist):
3036 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
3037 * tooltip.el (tooltip-frame-parameters):
3038 * newcomment.el (comment-end, comment-padding):
3039 * dired.el (dired-trivial-filenames):
3040 * comint.el (comint-file-name-prefix): Purecopy initial values.
3041
bbe650fd
MA
30422009-11-11 Michael Albinus <michael.albinus@gmx.de>
3043
3044 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
3045 (tramp-advice-minibuffer-electric-tilde): Unload advices via
3046 `tramp-unload'.
3047 (tramp-advice-make-auto-save-file-name)
3048 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
3049 after removing the advice.
3050
6bdad9ae
DN
30512009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3052
2f7f4bee
DN
3053 * progmodes/grep.el (grep-regexp-alist):
3054 * international/mule-cmds.el (iso-2022-control-alist):
3055 * emacs-lisp/timer.el (timer-duration-words):
3056 * subr.el (version-separator, version-regexp-alist):
3057 * minibuffer.el (completion-styles-alist):
3058 * faces.el (face-attribute-name-alist, list-faces-sample-text):
3059 Change defvars to defconsts.
3060
a042de45
DN
3061 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
3062 * loadup.el ("international/mule-conf"): Load the byte compiled version.
3063 * international/mule-conf.el: Allow to be byte compiled.
3064
3b6acc72
DN
3065 * international/mule.el (define-charset): Purecopy props.
3066 (load-with-code-conversion): Purecopy doc string and file name.
3067 (put-charset-property): Purecopy strings.
3068 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
3069
1c2efdfb 3070 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
3071 (define-char-code-property): Correctly purecopy the table.
3072
62591911
DN
3073 * international/ccl.el (define-ccl-program): Purecopy the docstring.
3074
8b908da6
DN
3075 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
3076
ff917d63
DN
3077 * subr.el (add-hook): Purecopy strings.
3078 (eval-after-load): Purecopy load-history-regexp and the form.
3079
af89cf77
DN
3080 * custom.el (custom-declare-group): Purecopy load-file-name.
3081
a3c20c83 3082 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
3083 * net/eudc.el (eudc-tools-menu):
3084 * international/mule-cmds.el (set-coding-system-map)
3085 (mule-menu-keymap):
3086 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3087 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
3088 * replace.el (occur-mode-map):
3089 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 3090 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
3091 (menu-bar-custom-menu, menu-bar-showhide-menu)
3092 (menu-bar-options-menu, menu-bar-tools-menu)
3093 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
3094 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
3095 (menu-bar-help-menu):
3096 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
3097 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
3098
6bdad9ae
DN
3099 * term/x-win.el (x-gtk-stock-map):
3100 * progmodes/vera-mode.el (auto-mode-alist):
3101 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
3102 (inferior-lisp-program, inferior-lisp-load-command):
3103 * progmodes/hideshow.el (hs-special-modes-alist):
3104 * progmodes/gud.el (same-window-regexps):
3105 * progmodes/grep.el (grep-program, find-program, xargs-program):
3106 * net/telnet.el (same-window-regexps):
3107 * net/rlogin.el (same-window-regexps):
3108 * language/ethiopic.el (font-ccl-encoder-alist):
3109 * vc-sccs.el (vc-sccs-master-templates):
3110 * vc-rcs.el (vc-rcs-master-templates):
3111 * subr.el (cl-assertion-failed):
3112 * simple.el (next-error-overlay-arrow-position):
3113 * lpr.el (lpr-command):
3114 * locate.el (locate-ls-subdir-switches):
3115 * info.el (same-window-regexps, info)
3116 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
3117 * image-mode.el (image-mode, auto-mode-alist):
3118 * hippie-exp.el (hippie-expand-ignore-buffers):
3119 * format.el (format-alist):
3120 * find-dired.el (find-ls-subdir-switches, find-grep-options)
3121 (find-name-arg):
3122 * facemenu.el (facemenu-keybindings):
3123 * dired.el (dired-listing-switches, dired-chown-program):
3124 * diff.el (diff-switches, diff-command):
3125 * cus-edit.el (same-window-regexps):
3126 * bindings.el (mode-line-mule-info)
3127 (mode-line-buffer-identification): Purecopy strings.
3128
e0987650
JL
31292009-11-11 Juri Linkov <juri@jurta.org>
3130
3570691b 3131 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
3132 Tell the byte-compiler about dired-get-filename.
3133 (shell-command): In Dired mode, get filename from the current line
3134 as the default value.
3135
b16ff465
GM
31362009-11-10 Glenn Morris <rgm@gnu.org>
3137
e8a11b22
GM
3138 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
3139 * calendar/holidays.el, progmodes/cperl-mode.el:
3140 Update x-popup-menu declarations.
3141
b16ff465
GM
3142 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
3143 (list-load-path-shadows): Use dolist.
3144 (list-load-path-shadows): Use with-current-buffer.
3145
032c3399
JL
31462009-11-10 Juri Linkov <juri@jurta.org>
3147
3148 * minibuffer.el (read-file-name): Support a list of default values
3149 in `default-filename'. Use the first file name where only one
3150 element is required. Doc fix.
3151
8fb1629f
MA
31522009-11-09 Michael Albinus <michael.albinus@gmx.de>
3153
3154 * net/dbus.el (dbus-unregister-object): Release service, if no
3155 other method is registered for it.
3156
a51203ee 31572009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
3158
3159 * bookmark.el (bookmark-completing-read): Sort bookmark names if
3160 bookmark-sort-flag is non-nil (Bug#4653).
3161
9bf7dc8a
CY
31622009-11-08 Chong Yidong <cyd@stupidchicken.com>
3163
3164 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
3165 the progress reporter entirely.
3166
15207e74
CY
3167 * emulation/cua-base.el: Add CUA property to some CC mode commands
3168 (Bug#4100).
3169
8bf7ed70
KR
31702009-11-08 Kevin Ryde <user42@zip.com.au>
3171
3172 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 3173 at end of sentence (Bug#4818).
8bf7ed70 3174
951802d0
CY
31752009-11-08 Jared Finder <jfinder@crypticstudios.com>
3176
3177 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3178 Handle "see declaration of" MSFT statements (Bug#4100).
3179
e8244310
MA
31802009-11-08 Michael Albinus <michael.albinus@gmx.de>
3181
3182 * net/tramp.el (tramp-advice-make-auto-save-file-name)
3183 (tramp-advice-file-expand-wildcards): Unload via
3184 `ad-remove-advice'.
3185
3186 * net/trampver.el: Update release number.
3187
a51203ee 31882009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
3189
3190 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
3191 `ad-do-it'.
3192
a51203ee 31932009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
3194
3195 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
3196 in order to keep context in SELinux.
3197
bedd8a58
CY
31982009-11-08 Chong Yidong <cyd@stupidchicken.com>
3199
3200 * dired-aux.el (dired-query): Place cursor in echo area and allow
3201 C-g.
3202
3203 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
3204 menu item if not on a directory (Bug#4701).
3205
0484d600
MA
32062009-11-07 Michael Albinus <michael.albinus@gmx.de>
3207
3208 Sync with Tramp 2.1.17.
3209
3210 * net/tramp.el (tramp-handle-copy-directory): Don't use
3211 `file-remote-p' (due to compatibility).
3212
3213 * net/tramp-compat.el (tramp-compat-copy-directory)
3214 (tramp-compat-delete-directory): New defuns.
3215
3216 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
3217 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
3218 `tramp-compat-delete-directory'.
3219
3220 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5ce6e4f4 3221 (tramp-smb-handle-delete-directory): Use
0484d600
MA
3222 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
3223
3224 * net/trampver.el: Update release number.
3225
b42b2189
CY
32262009-11-07 Chong Yidong <cyd@stupidchicken.com>
3227
6960d7b9
CY
3228 * tar-mode.el (tar-copy): Call write-region on the right buffer
3229 (Bug#4857).
3230
b42b2189
CY
3231 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
3232 by hand, if necessary (Bug#4878).
3233
0ad57dfd
CY
32342009-11-06 Chong Yidong <cyd@stupidchicken.com>
3235
d19e23ae
CY
3236 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
3237 align size column (Bug#4839).
3238
0ad57dfd
CY
3239 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
3240 statement.
3241
0b7f397c
DN
32422009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
3243
3244 * progmodes/ld-script.el (auto-mode-alist):
3245 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
3246
3247 * cus-face.el (custom-declare-face): Purecopy face spec.
3248
495bd5ca
KH
32492009-11-06 Kenichi Handa <handa@m17n.org>
3250
3251 * international/uni-bidi.el: Re-generated.
3252 * international/uni-category.el: Re-generated.
3253 * international/uni-combining.el: Re-generated.
3254 * international/uni-mirrored.el: Re-generated.
3255
1e8780b1
DN
32562009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
3257
3258 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
3259 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
3260 (tex-start-options, slitex-run-command, latex-run-command)
3261 (tex-run-command, tex-directory):
3262 * textmodes/ispell.el (ispell-html-skip-alists)
3263 (ispell-tex-skip-alists, ispell-tex-skip-alists):
3264 * textmodes/fill.el (adaptive-fill-first-line-regexp):
3265 (adaptive-fill-regexp):
3266 * textmodes/dns-mode.el (auto-mode-alist):
3267 * progmodes/python.el (interpreter-mode-alist):
3268 * progmodes/etags.el (tags-compression-info-list):
3269 * progmodes/etags.el (tags-file-name):
3270 * net/browse-url.el (browse-url-galeon-program)
3271 (browse-url-firefox-program):
3272 * mail/sendmail.el (mail-signature-file)
3273 (mail-citation-prefix-regexp):
3274 * international/mule-conf.el (eight-bit):
3275 * international/latexenc.el (latex-inputenc-coding-alist):
3276 * international/fontset.el (x-pixel-size-width-font-regexp):
3277 * emacs-lisp/warnings.el (warning-type-format):
3278 * emacs-lisp/trace.el (trace-buffer):
3279 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
3280 (emacs-lisp-mode-map):
3281 * calendar/holidays.el (holiday-solar-holidays)
3282 (holiday-bahai-holidays, holiday-islamic-holidays)
3283 (holiday-christian-holidays, holiday-hebrew-holidays)
3284 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
3285 (hebrew-holidays-1, holiday-oriental-holidays)
3286 (holiday-general-holidays):
3287 * x-dnd.el (x-dnd-known-types):
3288 * tool-bar.el (tool-bar):
3289 * startup.el (site-run-file):
3290 * shell.el (shell-dumb-shell-regexp):
3291 * rfn-eshadow.el (file-name-shadow-tty-properties)
3292 (file-name-shadow-properties):
3293 * paths.el (remote-shell-program, news-directory):
3294 * mouse.el ([C-down-mouse-3]):
3295 * menu-bar.el (menu-bar-tools-menu):
3296 * jka-cmpr-hook.el (jka-compr-load-suffixes)
3297 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
3298 (jka-compr-compression-info-list):
3299 * isearch.el (search-whitespace-regexp):
3300 * image-file.el (image-file-name-extensions):
3301 * find-dired.el (find-ls-option):
3302 * files.el (directory-listing-before-filename-regexp)
3303 (directory-free-space-args, insert-directory-program)
3304 (list-directory-brief-switches, magic-fallback-mode-alist)
3305 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
3306 (automount-dir-prefix):
3307 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
3308 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
3309 (face-font-registry-alternatives, face-font-registry-alternatives)
3310 (face-font-family-alternatives):
3311 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
3312 (facemenu-foreground-menu, facemenu-face-menu):
3313 * epa-hook.el (epa-file-name-regexp):
3314 * dnd.el (dnd-protocol-alist):
3315 * textmodes/rst.el (auto-mode-alist):
a51203ee 3316 * button.el (default-button): Purecopy strings.
1e8780b1 3317
0adae11f
GM
33182009-11-06 Glenn Morris <rgm@gnu.org>
3319
3320 * Makefile.in (ELCFILES): Update.
3321
2adaf057
SM
33222009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
3323
8f72f03c
SM
3324 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
3325 * emacs-lisp/levents.el: Move to obsolete/levents.el.
3326
2adaf057
SM
3327 * nxml/xsd-regexp.el (xsdre-gen-categories):
3328 * nxml/xmltok.el (xmltok-parse-entity):
3329 * nxml/rng-parse.el (rng-parse-validate-file):
3330 * nxml/rng-maint.el (rng-format-manual)
3331 (rng-manual-output-force-new-line):
3332 * nxml/rng-loc.el (rng-save-schema-location-1):
3333 * nxml/rng-cmpct.el (rng-c-parse-file):
3334 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
3335 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
3336
14862301
SM
33372009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
3338
3339 * verilog-mode.el (verilog-getopt-file, verilog-set-define):
3340 Remove extra save-excursions and make-variable-buffer-local's.
3341 Suggested by Stefan Monnier.
3342
3343 (verilog-getopt-file, verilog-module-inside-filename-p)
3344 (verilog-set-define): Merge GNU 1.35 and repair changes from
3345 switching to using with-current-buffer.
3346
3347 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
3348 being treated as a number and confusing AUTORESET.
3349 Reported by Dan Dever.
3350
3351 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
3352 Add verilog-auto-ignore-concat to fix backward compatibility with
3353 older verilog-modes. Reported by Dan Katz.
3354
3355 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
3356 containing closing anchors "...$".
3357
3358 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
3359 Reported by Wade Smith.
3360
3361 (verilog-batch-execute-func) Comment on function usage.
3362
33632009-11-05 Michael McNamara <mac@mail.brushroad.com>
3364
3365 * verilog-mode.el (verilog-label-re): Fix regular expression for
3366 labels.
3367
3368 (verilog-label-re, verilog-calc-1): Support proper indent of named
3369 asserts.
3370
3371 (verilog-backward-token, verilog-basic-complete-re)
3372 (verilog-beg-of-statement, verilog-indent-re): Support proper
3373 indent of the assert statement at the beginning of a block of text.
3374
3375 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
3376 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
3377 tokens as begins.
3378
4f8f657f
GM
33792009-11-05 Glenn Morris <rgm@gnu.org>
3380
775adc51
GM
3381 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
3382 Emacs 19. (Bug#1531)
3383 (byte-compile-fix-header): Update for the above change.
3384 Drop test for epoch::version.
3385
4ad6a5e7 3386 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
3387 * cus-dep.el (custom-make-dependencies):
3388 * finder.el (finder-compile-keywords):
3389 Use autoload-rubric's feature argument.
4ad6a5e7 3390
4f8f657f
GM
3391 * calendar/diary-lib.el (top-level): Make load behave more like require.
3392
881e4184
GM
3393 * vc-git.el (vc-git-stash-map): Move definition before use.
3394
ba214964 33952009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 3396
b6f8ba09
DN
3397 * custom.el (custom-declare-group): Purecopy standard-value.
3398 (custom-declare-group): Purecopy custom-prefix.
3399
7fdbcd83
SM
3400 * international/mule.el (load-with-code-conversion):
3401 Call do-after-load-evaluation unconditionally.
eb6f577b 3402
f6195dfb
DN
3403 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
3404
56f14120
SM
34052009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
3406
3407 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
3408
e5c89ce9
GM
34092009-11-04 Glenn Morris <rgm@gnu.org>
3410
3411 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
3412 (byte-compile-compatibility): Remove option.
3413 (byte-compile-close-variables, byte-compile-fix-header)
3414 (byte-compile-insert-header, byte-compile-output-docform)
3415 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
3416 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
3417 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
3418 (byte-compile-insert, byte-compile-defun):
3419 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
3420 (byte-defop-compiler19): Remove.
3421 Without byte-compile-compatibility, the 'emacs19-opcode property is not
3422 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 3423
e24f42ab
JL
34242009-11-04 Juri Linkov <juri@jurta.org>
3425
3426 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
3427 (menu-bar-options-menu): Don't quote the `prop' arg of
3428 `menu-bar-make-mm-toggle'.
3429
d3d5f4f5
JB
34302009-11-04 Juanma Barranquero <lekktu@gmail.com>
3431
3432 * calendar/calendar.el (cal-loaddefs):
3433 * calendar/diary-lib.el (diary-loaddefs):
3434 * calendar/holidays.el (hol-loaddefs):
3435 * eshell/esh-module.el (esh-groups): Load rather than require.
3436
6e39d3b2
SM
34372009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3438
e96d62cd
SM
3439 * calendar/todo-mode.el (todo-add-category): Don't hardcode
3440 point-min==1.
7e83e8b4
SM
3441 (todo-top-priorities): Only display-buffer when called interactively.
3442 (todo-item-start): Don't save excursion point.
3443 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
3444 (todo-insert-item-here, todo-file-item, todo-remove-item):
3445 Adjust uses of todo-item-start and todo-item-end.
3446
fae4e5b9
SM
3447 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
3448 (autoload-rubric): Don't use any more.
3449 * cedet/semantic/fw.el (semantic/loaddefs):
3450 * cedet/srecode.el (srecode/loaddefs):
3451 * cedet/ede.el (ede/loaddefs): Load rather than require.
a51203ee
JB
3452 * cedet/ede/cpp-root.el:
3453 * cedet/ede/emacs.el:
3454 * cedet/ede/files.el:
3455 * cedet/ede/linux.el:
3456 * cedet/ede/locate.el:
3457 * cedet/ede/make.el:
3458 * cedet/ede/shell.el:
3459 * cedet/ede/speedbar.el:
3460 * cedet/ede/system.el:
3461 * cedet/ede/util.el:
3462 * cedet/semantic/analyze.el:
3463 * cedet/semantic/bovine.el:
3464 * cedet/semantic/complete.el:
3465 * cedet/semantic/ctxt.el:
3466 * cedet/semantic/db-file.el:
3467 * cedet/semantic/db-find.el:
3468 * cedet/semantic/db-global.el:
3469 * cedet/semantic/db-mode.el:
3470 * cedet/semantic/db-typecache.el:
3471 * cedet/semantic/db.el:
3472 * cedet/semantic/debug.el:
3473 * cedet/semantic/dep.el:
3474 * cedet/semantic/doc.el:
3475 * cedet/semantic/edit.el:
3476 * cedet/semantic/find.el:
3477 * cedet/semantic/format.el:
3478 * cedet/semantic/html.el:
3479 * cedet/semantic/ia-sb.el:
3480 * cedet/semantic/ia.el:
3481 * cedet/semantic/idle.el:
3482 * cedet/semantic/lex-spp.el:
3483 * cedet/semantic/lex.el:
3484 * cedet/semantic/mru-bookmark.el:
3485 * cedet/semantic/scope.el:
3486 * cedet/semantic/senator.el:
3487 * cedet/semantic/sort.el:
3488 * cedet/semantic/symref.el:
3489 * cedet/semantic/tag-file.el:
3490 * cedet/semantic/tag-ls.el:
3491 * cedet/semantic/tag-write.el:
3492 * cedet/semantic/tag.el:
3493 * cedet/semantic/util-modes.el:
3494 * cedet/semantic/analyze/complete.el:
3495 * cedet/semantic/analyze/refs.el:
3496 * cedet/semantic/bovine/c.el:
3497 * cedet/semantic/bovine/gcc.el:
3498 * cedet/semantic/bovine/make.el:
3499 * cedet/semantic/bovine/scm.el:
3500 * cedet/semantic/decorate/include.el:
3501 * cedet/semantic/decorate/mode.el:
3502 * cedet/semantic/symref/cscope.el:
3503 * cedet/semantic/symref/global.el:
3504 * cedet/semantic/symref/grep.el:
3505 * cedet/semantic/symref/idutils.el:
3506 * cedet/semantic/symref/list.el:
3507 * cedet/semantic/wisent/java-tags.el:
3508 * cedet/semantic/wisent/javascript.el:
3509 * cedet/srecode/compile.el:
3510 * cedet/srecode/cpp.el:
3511 * cedet/srecode/document.el:
3512 * cedet/srecode/el.el:
3513 * cedet/srecode/expandproto.el:
3514 * cedet/srecode/getset.el:
3515 * cedet/srecode/insert.el:
3516 * cedet/srecode/java.el:
3517 * cedet/srecode/map.el:
3518 * cedet/srecode/mode.el:
3519 * cedet/srecode/template.el:
3520 * cedet/srecode/texi.el: Remove the file-local setting of
fae4e5b9
SM
3521 generated-autoload-feature.
3522
6e39d3b2
SM
3523 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
3524 and only put a prop if it is non-nil.
3525
c9753fb4
JL
35262009-11-03 Juri Linkov <juri@jurta.org>
3527
3528 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
3529 (menu-bar-options-menu): Fix list quoting (Bug#4429).
3530
3531 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
3532 and "Menu" to make top-level menu item visually one unit (like
3533 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
3534 multi-word menu items). Fix :help string for quit-window.
3535
db04f33f
GM
35362009-11-03 Glenn Morris <rgm@gnu.org>
3537
df8fff6c
GM
3538 * cedet/mode-local.el (with-mode-local): Doc fix.
3539
2aea6521
GM
3540 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
3541 (byte-compile-file-form-define-abbrev-table)
3542 (byte-compile-file-form-custom-declare-variable)
3543 (byte-compile-variable-ref, byte-compile-defvar):
3544 Whether or not a warning is enabled should only affect whether we issue
3545 the warning, not whether or not we collect the relevant data.
3546 Eg warnings can be turned on and off throughout the course of a file.
3547
db04f33f
GM
3548 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
3549 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
3550
937e6a56
SM
35512009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3552
3553 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
3554 * play/mpuz.el (mpuz-create-buffer):
3555 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
3556 (lm-print-y,s,noise, lm-print-w0, lm-init):
3557 * play/gomoku.el (gomoku-prompt-for-move):
3558 * play/fortune.el (fortune-in-buffer):
3559 * play/dissociate.el (dissociated-press):
3560 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 3561 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
3562 * mail/supercite.el (sc-eref-show):
3563 * mail/smtpmail.el (smtpmail-send-it):
3564 * mail/rmailsum.el (rmail-summary-next-labeled-message)
3565 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
3566 (rmail-summary-undelete-many, rmail-summary-rmail-update)
3567 (rmail-summary-goto-msg, rmail-summary-expunge)
3568 (rmail-summary-get-new-mail, rmail-summary-search-backward)
3569 (rmail-summary-add-label, rmail-summary-output-menu)
3570 (rmail-summary-output-body):
3571 * mail/rfc822.el (rfc822-addresses):
3572 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
3573 * mail/mailpost.el (post-mail-send-it):
3574 * mail/hashcash.el (hashcash-generate-payment):
3575 * mail/feedmail.el (feedmail-run-the-queue)
3576 (feedmail-queue-send-edit-prompt-help-first)
3577 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
3578 (feedmail-deduce-address-list):
3579 * eshell/esh-ext.el (eshell-remote-command):
3580 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
3581 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
3582 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
3583 (viper-save-string-in-file, viper-valid-marker):
3584 * emulation/viper-keym.el (viper-toggle-key):
3585 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
3586 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
3587 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
3588 * emulation/viper-cmd.el (viper-exec-form-in-vi)
3589 (viper-exec-form-in-emacs, viper-brac-function):
3590 * emulation/viper.el (viper-delocalize-var):
3591 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
3592 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
3593 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
3594 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
3595 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
3596 * emulation/edt.el (edt-electric-helpify):
3597 * emulation/cua-rect.el (cua--rectangle-aux-replace):
3598 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
3599 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
3600 (cua-indent-to-global-mark-column):
3601 * calendar/diary-lib.el (calendar-mark-1):
3602 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
3603 Use with-current-buffer.
3604 * emulation/viper.el (viper-delocalize-var): Use dolist.
3605
5b955562
CY
36062009-11-03 Chong Yidong <cyd@stupidchicken.com>
3607
3608 * comint.el (comint-replace-by-expanded-history-before-point):
3609 Replace !! with the previous input string literally (Bug#1795).
3610
6292c599
JB
36112009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
3612
3613 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
3614 to be made up of whitespace.
3615
8368c14e
CY
36162009-11-02 Chong Yidong <cyd@stupidchicken.com>
3617
3618 * minibuffer.el (read-file-name): Don't use file dialogs for
3619 remote directories (Bug#99).
3620
6f750f0d
CY
36212009-11-01 Chong Yidong <cyd@stupidchicken.com>
3622
3623 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
3624
97ab3f47
AS
36252009-11-01 Andreas Schwab <schwab@linux-m68k.org>
3626
3627 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
3628 instead of deleting the window or frame.
3629
673c1168
CY
36302009-10-31 Chong Yidong <cyd@stupidchicken.com>
3631
3632 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
3633 Support face colors.
3634
937e6a56
SM
3635 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
3636 New function. Support face colors (Bug#1168).
673c1168
CY
3637 (tex-common-initialization): Use it.
3638
3639 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
3640 mode allows it (Bug#1168).
3641
c9349f0a
CY
36422009-10-31 Juri Linkov <juri@jurta.org>
3643
3644 * facemenu.el (list-colors-display): Don't mark buffer as
3645 modified (Bug#3948).
3646
ebf5c4f5
CY
36472009-10-31 Chong Yidong <cyd@stupidchicken.com>
3648
5c2dce75
CY
3649 * international/mule-diag.el (list-character-sets-1): Minor
3650 message fix (Bug#3526).
3651
26581f0e
CY
3652 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
3653 face property (Bug#4834).
3654 (etags-list-tags, etags-tags-apropos-additional)
3655 (etags-tags-apropos, tags-select-tags-table): Add follow-link
3656 property.
3657
ebf5c4f5
CY
3658 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
3659 items.
3660
3661 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
3662 items.
3663
3664 * cedet/ede.el (ede-minor-mode):
3665 * cedet/semantic.el (semantic-mode): Toggle menu separators.
3666
9a529312
SM
36672009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
3668
3669 * textmodes/two-column.el (2C-split):
3670 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
3671 * textmodes/tex-mode.el (tex-set-buffer-directory):
3672 * textmodes/spell.el (spell-region, spell-string):
3673 * textmodes/reftex.el (reftex-erase-buffer):
3674 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
3675 * textmodes/reftex-toc.el (reftex-toc-promote-action):
3676 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
3677 (reftex-select-item):
3678 * textmodes/reftex-ref.el (reftex-label-info-update)
3679 (reftex-offer-label-menu):
3680 * textmodes/reftex-index.el (reftex-index-change-entry)
3681 (reftex-index-phrases-info):
3682 * textmodes/reftex-global.el (reftex-create-tags-file)
3683 (reftex-save-all-document-buffers, reftex-ensure-write-access):
3684 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
3685 (reftex-view-crossref-from-bibtex):
3686 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
3687 (reftex-extract-bib-entries-from-thebibliography)
3688 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
3689 * textmodes/refbib.el (r2b-capitalize-title):
3690 (r2b-convert-buffer, r2b-help):
3691 * textmodes/page-ext.el (pages-directory)
3692 (pages-directory-goto-with-mouse):
3693 * textmodes/bibtex.el (bibtex-validate-globally):
3694 * textmodes/bib-mode.el (bib-capitalize-title):
3695 * textmodes/artist.el (artist-clear-buffer, artist-system):
3696 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
3697 (local-set-scheme-interaction-buffer, xscheme-process-filter)
3698 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
3699 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
3700 (xscheme-send-control-g-interrupt, xscheme-start-process)
3701 (xscheme-process-sentinel, xscheme-cd):
3702 * progmodes/verilog-mode.el (verilog-read-always-signals)
3703 (verilog-set-define, verilog-getopt-file)
3704 (verilog-module-inside-filename-p):
3705 * progmodes/sh-script.el:
3706 * progmodes/python.el (python-pdbtrack-get-source-buffer)
3707 (python-pdbtrack-grub-for-buffer, python-execute-file):
3708 * progmodes/octave-inf.el (inferior-octave):
3709 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
3710 (idlwave-shell-compile-helper-routines, idlwave-set-local)
3711 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
3712 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
3713 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
3714 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
3715 (idlwave-shell-filter, idlwave-shell-examine-highlight)
3716 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
3717 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
3718 (idlwave-shell-examine-display, idlwave-shell-run-region)
3719 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
3720 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
3721 * progmodes/idlw-help.el (idlwave-help-get-special-help)
3722 (idlwave-help-get-help-buffer):
3723 * progmodes/gud.el (gud-basic-call, gud-find-class)
3724 (gud-tooltip-activate-mouse-motions-if-enabled):
3725 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
3726 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
3727 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
3728 (ebrowse-tags-next-file):
3729 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
3730 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
3731 (ebnf-eps-finish-and-write):
3732 * progmodes/cpp.el (cpp-edit-save):
3733 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
3734 * progmodes/cc-defs.el (c-emacs-features):
3735 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
3736 (antlr-directory-dependencies):
3737 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
3738 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
3739 (ada-find-any-references, ada-make-filename-from-adaname)
3740 (ada-make-body-gnatstub):
3741 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 3742 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
3743 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
3744 * net/rcirc.el (rcirc-debug):
3745 * net/newst-treeview.el (newsticker--treeview-list-add-item)
3746 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
3747 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
3748 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 3749 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
3750 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
3751 (newsticker--treeview-list-clear-highlight)
3752 (newsticker--treeview-list-update-highlight)
3753 (newsticker--treeview-list-highlight-start)
3754 (newsticker--treeview-tree-update-highlight)
3755 (newsticker--treeview-get-selected-item)
3756 (newsticker-treeview-mark-list-items-old)
3757 (newsticker--treeview-set-current-node):
3758 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
3759 * net/newst-backend.el (newsticker--get-news-by-funcall)
3760 (newsticker--get-news-by-wget, newsticker--image-get)
3761 (newsticker--image-sentinel):
3762 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
3763 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
3764 (eudc-ph-close-session):
3765 * net/eudc.el (eudc-save-options):
3766 * language/thai-word.el (thai-update-word-table):
3767 * language/japan-util.el (japanese-string-conversion):
3768 * international/titdic-cnv.el (tsang-quick-converter)
3769 (ziranma-converter, ctlau-converter):
3770 * international/mule-cmds.el (describe-language-environment):
3771 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
3772 (skkdic-convert-postfix, skkdic-convert-prefix):
3773 (skkdic-convert-okuri-nasi, skkdic-convert):
3774 * emacs-lisp/re-builder.el (reb-update-overlays):
3775 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
3776 * emacs-lisp/gulp.el (gulp-send-requests):
3777 * emacs-lisp/find-gc.el (trace-call-tree):
3778 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
3779 (eieio-describe-generic):
3780 * emacs-lisp/eieio-base.el (eieio-persistent-read):
3781 * emacs-lisp/edebug.el (edebug-outside-excursion):
3782 * emacs-lisp/debug.el (debugger-make-xrefs):
3783 * emacs-lisp/cust-print.el (custom-prin1-to-string):
3784 * emacs-lisp/chart.el (chart-new-buffer):
3785 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
3786 Use with-current-buffer.
3787 * textmodes/artist.el (artist-system): Don't call
3788 copy-sequence on a fresh string.
3789 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
3790
d566f228
GM
37912009-10-31 Stephen Berman <stephen.berman@gmx.net>
3792
3793 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 3794 is no item to edit. (Bug#4820)
d566f228 3795 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 3796 buffer. (Bug#4820)
d566f228 3797
f3628edd
GM
37982009-10-31 Glenn Morris <rgm@gnu.org>
3799
5cf3709c
GM
3800 * net/ange-ftp.el (top-level): Don't require dired when compiling.
3801 (comint-last-output-start, comint-last-input-start)
3802 (comint-last-input-end): Don't defvar when compiling.
3803 (ange-ftp-process-file): Use bound-and-true-p.
3804
4c814fd2
GM
3805 * pcmpl-rpm.el (top-level): Move provide statement to end.
3806 (pcmpl-rpm): Remove unused custom group.
3807
113b8dcc
GM
3808 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
3809
31c615e4
GM
3810 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
3811
416d3588
GM
3812 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
3813 (byte-compile-warnings): Add `constants' as an option.
3814 (byte-compile-callargs-warn, byte-compile-arglist-warn)
3815 (display-call-tree): Update for byte-compile-fdefinition possibly
3816 returning `(macro lambda ...)'. (Bug#4778)
3817 (byte-compile-variable-ref, byte-compile-setq-default):
3818 Respect `constants' member of byte-compile-warnings.
3819
8aedfd3b
GM
3820 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
3821 Use mapc rather than mapcar because the return value is never used.
3822
f3628edd
GM
3823 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
3824 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
3825 * cedet/semantic/html.el:
3826 Suppress harmless warnings about setting up semantic-imenu (not
3827 part of Emacs) variables.
3828
00f71f39
SM
38292009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3830
3831 * vc-bzr.el (vc-bzr-revision-keywords): New var.
3832 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
3833 to "submit:".
3834
4fa4a838
SM
3835 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
3836 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
3837 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
3838 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
3839 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
3840 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
3841 (semantic-analyzer-debug-global-symbol)
3842 (semantic-analyzer-debug-missing-innertype)
3843 (semantic-analyzer-debug-insert-include-summary):
3844 * cedet/semantic/util.el (semantic-file-tag-table):
3845 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
3846 (semantic-recursive-find-nonterminal-by-name):
3847 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
3848 * cedet/semantic/tag-file.el (semantic-prototype-file):
3849 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
3850 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
3851 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
3852 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
3853 (semantic-idle-summary-maybe-highlight):
3854 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
3855 (semantic-ia-sb-tag-info):
3856 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
3857 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
3858 * cedet/semantic/ede-grammar.el (project-compile-target):
3859 (ede-proj-makefile-insert-variables):
3860 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
3861 (semantic-debug-set-source-location, semantic-debug-interface-layout)
3862 (semantic-debug-mode, semantic-debug):
3863 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
3864 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
3865 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
3866 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
3867 (semanticdb-find-translate-path-includes--internal)
3868 (semanticdb-reset-log, semanticdb-find-log-activity):
3869 * cedet/semantic/db-file.el (object-write):
3870 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
3871 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
3872 (semanticdb-create-ebrowse-database):
3873 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
3874 * cedet/semantic/complete.el (semantic-displayor-focus-request)
3875 (semantic-collector-calculate-completions-raw)
3876 (semantic-complete-read-tag-analyzer):
3877 * cedet/semantic/analyze.el (semantic-analyze-pulse):
3878 * cedet/ede/util.el (ede-update-version-in-source):
3879 * cedet/ede/proj.el (project-delete-target):
3880 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
3881 (ede-proj-flush-autoconf):
3882 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
3883 (ede-proj-configure-synchronize):
3884 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
3885 * cedet/ede/linux.el (ede-linux-version):
3886 * cedet/ede/emacs.el (ede-emacs-version):
3887 * cedet/ede/dired.el (ede-dired-add-to-target):
3888 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
3889 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
3890 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
3891 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
3892 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
3893 (cedet-idutils-version-check):
3894 * cedet/cedet-global.el (cedet-gnu-global-call):
3895 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
3896 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
3897 * cedet/cedet-cscope.el (cedet-cscope-call)
3898 (cedet-cscope-expand-filename, cedet-cscope-version-check):
3899 Use with-current-buffer.
3900 * cedet/ede.el (ede-make-project-local-variable)
3901 (ede-set-project-variables, ede-set): Use dolist.
3902
ca0a881a
DN
39032009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
3904
3905 * textmodes/ispell.el (ispell-skip-region-alist):
3906 * international/mule-conf.el (eight-bit):
3907 * international/fontset.el (font-encoding-alist):
3908 * startup.el (pure-space-overflow-message):
3909 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
3910 * paths.el (gnus-nntp-service, rmail-spool-directory)
3911 (term-file-prefix):
3912 * files.el (save-some-buffers-action-alist):
3913 * cmuscheme.el (same-window-buffer-names):
3914 * ielm.el (same-window-buffer-names):
3915 * shell.el (same-window-buffer-names):
3916 * mail/sendmail.el (same-window-buffer-names):
3917 * progmodes/inf-lisp.el (same-window-buffer-names):
3918 * bindings.el (mode-line-client)
3919 (mode-line-column-line-number-mode-map):
3920 * language/tibetan.el (tibetan-precomposition-rule-regexp)
3921 (tibetan-precomposed-regexp): Purecopy string arguments.
3922
b861e45e
SM
39232009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3924
6df9b6d7
SM
3925 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
3926 (calcDigit-nondigit):
3927 * calc/calc-yank.el (calc-copy-to-buffer):
3928 * calc/calc-units.el (calc-invalidate-units-table):
3929 * calc/calc-trail.el (calc-trail-yank):
3930 * calc/calc-store.el (calc-insert-variables):
3931 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
3932 * calc/calc-prog.el (calc-read-parse-table):
3933 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
3934 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
3935 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
3936 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
3937 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
3938 (calc-graph-name, calc-graph-find-command, calc-graph-view)
3939 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
3940 * calc/calc-ext.el (calc-realign):
3941 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
3942 (calc-embedded-finish-edit, calc-embedded-make-info)
3943 (calc-embedded-finish-command, calc-embedded-stack-change):
3944 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
3945
5a916e35
SM
3946 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
3947 (overload-docstring-extension): Use that info.
3948 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
3949 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
3950 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
3951 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
3952 (semantic-nonterminal-full-name): Add the new `when' info.
3953 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
3954 `assert'.
3955
70f44c65
SM
3956 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
3957 shell-dynamic-complete-filename in preference to
3958 comint-dynamic-complete-filename.
3959
b861e45e
SM
3960 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
3961 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
3962 Don't consider whether the display supports colors.
3963 (bookmark-import-new-list): Use dolist.
3964 (bookmark-bmenu-mode-map): Move initialization into declaration.
3965 (bookmark-bmenu-list): Use dolist, simplify.
3966 (bookmark-show-all-annotations): Use save-selected-window and dolist.
3967 (menu-bar-final-items): Use push.
3968
8549241d 39692009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
3970
3971 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
3972 it works on remote files.
3973 (vc-hg-diff): Don't pass any `--cwd' argument.
3974
30644573
KR
39752009-10-27 Kevin Ryde <user42@zip.com.au>
3976
cc63d28f
SM
3977 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
3978 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
3979 (Further to Bug#3921).
3980
9be01a63
MA
39812009-10-27 Michael Albinus <michael.albinus@gmx.de>
3982
3983 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
3984 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
3985 calling `tramp-imap-put-file'. Add file size to the call.
3986 (tramp-imap-get-file-entries): Compute also user name, file size,
3987 and date.
3988 (tramp-imap-handle-insert-directory): Insert uid and gid.
3989 (tramp-imap-handle-file-attributes): Transform uid and gid
3990 according to `id-format'.
3991 (tramp-imap-put-file): New optional parameter SIZE. Encode file
3992 size in header X-Size.
3993
41849bf9
JB
39942009-10-26 Juanma Barranquero <lekktu@gmail.com>
3995
3996 * simple.el (transpose-subr): Give clearer error when the mark
3997 is not set. (Bug#4807)
3998
293c24f9
MA
39992009-10-26 Michael Albinus <michael.albinus@gmx.de>
4000
cc63d28f
SM
4001 * net/tramp.el (tramp-perl-file-truename): New defconst.
4002 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 4003 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
4004 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
4005 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 4006
cc63d28f
SM
4007 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
4008 Ignore `dired-call-process'.
293c24f9
MA
4009 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
4010
40112009-10-26 Julian Scheid <julians37@gmail.com>
4012
cc63d28f 4013 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
4014 (tramp-get-remote-readlink): New defun.
4015 (tramp-handle-file-truename): Use it.
4016 (tramp-handle-file-exists-p): Check file-attributes cache, assume
4017 file exists if cache value present.
4018 (tramp-check-cached-permissions) New defun.
4019 (tramp-handle-file-readable-p): Use it.
4020 (tramp-handle-file-writable-p): Likewise.
4021 (tramp-handle-file-executable-p): Likewise.
4022 (tramp-handle-file-name-all-completions): Try using Perl to get
4023 partial completions. When perl not available, combine `cd' and
4024 `ls' into single remote operation and use shell expansion to get
4025 partial remote directory contents. Set `file-exists-p' cache for
4026 directory and any files returned by ls. Change cache handling to
4027 support partial directory contents. Use error message emitted by
4028 remote `cd' or Perl code for local tramp-error.
4029 (tramp-do-copy-or-rename-file-directly): Avoid separate
4030 tramp-send-command-and-check call.
cc63d28f
SM
4031 (tramp-handle-process-file): Merge three remote ops into one.
4032 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
4033 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
4034 file-attributes shows uid/gid to be set already.
4035
a7610c52
DN
40362009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
4037
4038 * textmodes/tex-mode.el (tex-dvi-view-command)
4039 (tex-show-queue-command, tex-open-quote):
4040 * progmodes/ruby-mode.el (auto-mode-alist)
4041 (interpreter-mode-alist): Purecopy strings.
4042
4043 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
4044
4045 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
4046 string for the hook, keymap and abbrev table.
4047
4048 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
4049
4050 * x-dnd.el (x-dnd-xdnd-to-action):
4051 * startup.el (fancy-startup-text, fancy-about-text): Change to
4052 defconst from defvar.
4053
4054 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
4055
4056 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
4057 Purecopy initialization strings.
4058
4059 * mail/sendmail.el (mail-header-separator)
4060 (mail-personal-alias-file):
4061 * mail/rmail.el (rmail-default-dont-reply-to-names)
4062 (rmail-ignored-headers, rmail-retry-ignored-headers)
4063 (rmail-highlighted-headers, rmail-secondary-file-directory)
4064 (rmail-secondary-file-regexp):
4065 * files.el (null-device, file-name-invalid-regexp)
4066 (locate-dominating-stop-dir-regexp)
cc63d28f 4067 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
4068 (interpreter-mode-alist): Use mapcar instead of mapc.
4069
4070 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
4071
4072 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
4073 (completion-ignored-extensions):
4074 (debug-ignored-errors): Purecopy strings.
4075
4fcc3d32
SM
40762009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4077
0667de21
SM
4078 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
4079 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
4080 (pcomplete--here): Use push.
4081
4fcc3d32
SM
4082 * subr.el (all-completions): Declare the 4th arg obsolete.
4083
955ef430
SM
40842009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4085
2d085307
SM
4086 * pcomplete.el (pcomplete-unquote-argument-function): New var.
4087 (pcomplete-unquote-argument): New function.
4088 (pcomplete--common-suffix): Always pay attention to case.
4089 (pcomplete--table-subvert): Quote and unquote the text.
4090 (pcomplete--common-quoted-suffix): New function.
4091 (pcomplete-std-complete): Use it and pcomplete-begin.
4092
955ef430
SM
4093 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
4094 we're inside a dedicated or minibuffer window.
4095
4fcc3d32
SM
40962009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4097
4098 * cedet/semantic/fw.el (semantic-alias-obsolete)
4099 (semantic-varalias-obsolete): Make the `when' arg mandatory.
4100 (define-mode-overload-implementation):
4101 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
4102 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
4103 * cedet/semantic/util.el (semantic-file-token-stream)
4104 (semantic-something-to-stream):
4105 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
4106 (semantic-expand-nonterminal):
4107 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
4108 (semantic-find-dependency, semantic-find-nonterminal)
4109 (semantic-find-dependency):
4110 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
4111 (semantic-flex-text, semantic-flex-make-keyword-table)
4112 (semantic-flex-keyword-p, semantic-flex-keyword-put)
4113 (semantic-flex-keyword-get, semantic-flex-map-keywords)
4114 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
4115 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
4116 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
4117 (semantic-after-idle-scheduler-reparse-hooks):
4118 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
4119 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
4120 * cedet/semantic.el (semantic-toplevel-bovine-table)
4121 (semantic-toplevel-bovine-cache)
4122 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
4123 (semantic-init-mode-hooks, semantic-init-db-hooks)
4124 (semantic-bovination-working-type): Provide the `when' arg.
4125
7c85c02b
KF
41262009-10-24 Karl Fogel <kfogel@red-bean.com>
4127
4128 * bookmark.el: Update documentation, especially documentation
4129 of `bookmark-alist' and of the bookmark file format.
4130 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
4131
3e8ae8a6
CY
41322009-10-24 Chong Yidong <cyd@stupidchicken.com>
4133
3e425845
CY
4134 * mail/emacsbug.el (report-emacs-bug): Clarify that the
4135 keybindings apply to the mail buffer (Bug#4003). Shrink help
4136 window to buffer.
4137
cdd47d48
CY
4138 * whitespace.el (whitespace-mode, whitespace-newline-mode)
4139 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
4140 (whitespace-toggle-options, global-whitespace-toggle-options):
4141 Doc fix (Bug#3660).
cdd47d48 4142
ba07c9ad
CY
4143 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
4144 of xmltok-start before the end tag was inserted (Bug#2840).
4145
3e8ae8a6
CY
4146 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
4147 patterns that are preceded by an open-paren (Bug#1320).
4148
ab276820
CY
41492009-10-24 Sven Joachim <svenjoac@gmx.de>
4150
4151 * files.el (delete-directory): Delete symlinks to directories with
4152 delete-file (Bug#4739).
4153
86f1602f
CY
41542009-10-24 Chong Yidong <cyd@stupidchicken.com>
4155
4156 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
4157 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
4158 argument to make-obsolete.
4159
4160 * cedet/semantic/fw.el (semantic-alias-obsolete)
4161 (semantic-varalias-obsolete): Add optional WHEN argument.
4162
905a9ed3
DN
41632009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
4164
a9a2a6db
DN
4165 * vc.el (vc-backend-for-registration): Rename from
4166 vc-get-backend-for-registration. Update callers.
4167
cc63d28f
SM
4168 * international/mule-cmds.el (set-language-info-alist):
4169 Purecopy lang-env.
905a9ed3
DN
4170 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
4171 (charset): Purecopy the name.
4172 (define-char-code-property): Purecopy string arguments.
4173
4174 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
4175 Purecopy string arguments.
4176
4177 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4178 * ediff-hook.el (menu-bar-ediff-menu):
4179 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
4180 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
4181
d270305a
GM
41822009-10-24 Glenn Morris <rgm@gnu.org>
4183
6c74d523 4184 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
4185 * term.el (term-dynamic-list-completions): Use choose-completion rather
4186 than obsolete alias mouse-choose-completion.
4187
ae732337
GM
4188 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
4189 file-cache-choose-completion.
4190 (file-cache-choose-completion): Handle an optional event argument.
4191 (file-cache-mouse-choose-completion): Make it an obsolete alias.
4192
cc63d28f
SM
4193 * progmodes/octave-mod.el (octave-complete-symbol):
4194 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 4195
9847dc91
GM
4196 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
4197 use.
4198
e8f2a5d5
GM
4199 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
4200 compiler.
4201
d270305a
GM
4202 * vc-hooks.el (vc-responsible-backend): Fix declaration.
4203
c6432f1e
SM
42042009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4205
4206 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
4207 Ignore `pred' now that we receive one.
4208 Handle test-completion specially.
4209
6ab196f9
DN
42102009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4211
4212 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 4213 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
4214 REGISTER ...
4215 (vc-get-backend-for-registration): ... here. New function.
4216 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
4217 of vc-responsible-backend, pass the file name instead of the
4218 directory name.
4219
48feed59
SM
42202009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4221
4222 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
4223 New funs.
4224 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
4225 (pcomplete-comint-setup): Don't modify a global var via
4226 accidental side-effects.
4227 (pcomplete-shell-setup): Adjust call accordingly.
4228 (pcomplete-parse-comint-arguments): Use push.
4229
00006066
CY
42302009-10-23 Chong Yidong <cyd@stupidchicken.com>
4231
36bfa3af
CY
4232 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
4233 Allow uncapitalized info node names (Bug#3921).
4234
00006066
CY
4235 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
4236 to the DEBUG file (Bug#3781).
4237
aa311d6e
CY
42382009-10-23 Jari Aalto <jari.aalto@cante.net>
4239
4240 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
4241 dictionary entry (Bug#4579).
4242
b88f2d0a
MA
42432009-10-23 Michael Albinus <michael.albinus@gmx.de>
4244
4245 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
4246 from `rfn-eshadow-update-overlay-hook' when unloading.
4247 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
4248 "rsyncc". Adjust doc string.
4249 (tramp-temp-buffer-file-name) New buffer-local defvar.
4250 (tramp-handle-insert-file-contents, tramp-handle-write-region):
4251 Keep temporary file when indicated by method ("rsync" and
4252 "rsyncc").
4253 (tramp-handle-write-region): Handle APPEND.
4254 (tramp-delete-temp-file-function): New defun. Added to
4255 `kill-buffer-hook'.
4256
1becddbb
JB
42572009-10-23 Juanma Barranquero <lekktu@gmail.com>
4258
4259 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
4260
8f43cbf3
DN
42612009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4262
4263 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
4264 (color-name-rgb-alist, tty-standard-colors)
4265 (tty-color-mode-alist): Change to defconst.
4266
4267 * simple.el (mark-inactive): Purecopy message.
4268
4269 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
4270 (global-map, yank-menu):
4271 * textmodes/ispell.el (ispell-menu-map):
4272 * net/eudc.el (eudc-tools-menu):
4273 * international/mule-cmds.el (describe-language-environment-map)
4274 (setup-language-environment-map, set-coding-system-map)
4275 (mule-menu-keymap):
4276 * vc-hooks.el (vc-menu-entry, vc-menu-map):
4277 * replace.el (occur-mode-map):
4278 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
4279
1d228a31
JB
42802009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
4281
4282 * calc/calc.el (math-read-number, math-read-number-simple): Use
4283 `save-match-data'.
4284
3b067af1
SM
42852009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4286
28a90c44
SM
4287 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
4288 rather than fiddling with global-map bindings, since it should only
4289 affect per-terminal settings.
4290 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
4291
a452eee8
SM
4292 * minibuffer.el (completion-table-with-terminator): Allow to specify
4293 the terminator-regexp.
4294
ab14d7d5
SM
4295 * simple.el (switch-to-completions): Look for *Completions* in other
4296 frames as well.
4297
3b067af1
SM
4298 * pcomplete.el: Allow the use of completion-tables.
4299 (pcomplete-std-complete): New command.
4300 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
4301 (pcomplete--here): Use a function for `form' rather than an expression,
4302 so it can be byte-compiled.
4303 (pcomplete-here, pcomplete-here*): Adjust accordingly.
4304 Add edebug declaration.
4305 (pcomplete-show-completions): Remove unused var `curbuf'.
4306 (pcomplete-do-complete, pcomplete-stub):
1becddbb 4307 Don't assume `completions' is a list of strings any more.
3b067af1 4308
5480359e
JB
43092009-10-22 Juanma Barranquero <lekktu@gmail.com>
4310
4311 * find-dired.el (find-name-arg): Fix typo in docstring.
4312
3170b794
SM
43132009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4314
48c23a25
SM
4315 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
4316 (pcmpl-linux-fs-types): Same, and update to new modules layout.
4317
56b14058
SM
4318 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
4319 pcomplete-entries.
4320
3170b794
SM
4321 * comint.el (comint-read-input-ring, comint-write-input-ring)
4322 (comint-substitute-in-file-name)
4323 (comint-dynamic-complete-as-filename)
4324 (comint-dynamic-simple-complete)
4325 (comint-dynamic-list-filename-completions)
4326 (comint-dynamic-list-completions)
4327 (comint-redirect-results-list-from-process): Minor simplifications.
4328
2affef34
KR
43292009-10-21 Kevin Ryde <user42@zip.com.au>
4330
3170b794
SM
4331 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4332 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 4333 the first form. And insert a blank line after ";;; Code" since
d8194864 4334 that's usual style. (Bug#4612)
2affef34 4335
e7b94bbb
KR
4336 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
4337
528c56e2
SM
43382009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4339
4340 * minibuffer.el (completion-table-with-terminator): Properly implement
4341 boundaries, in case `terminator' appears in the suffix.
4342 (completion--embedded-envvar-table): Don't return boundaries if
4343 there's no valid completion. Simplify.
4344 (completion-file-name-table): New completion table extracted from
4345 completion--file-name-table.
4346 (completion--file-name-table): Use it.
4347 (read-file-name-predicate): Declare obsolete.
4348 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
4349 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
4350 completion-file-name-table, and use the `pred' argument.
4351 * files.el (locate-file-completion-table): Use the `pred' arg rather
4352 than read-file-name-predicate.
4353 (abbreviate-file-name): Use \` rather than ^ for BOS.
4354
f9ed9b4f
DN
43552009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
4356
4357 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
4358 vc-responsible-backend to register, it causes problems.
4359
5f2022a3
SM
43602009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4361
4362 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
4363
8d106ea0
CY
43642009-10-21 Eric Ludlam <zappo@gnu.org>
4365
4366 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
4367 (semantic-c-debug-mode-init-pch): New functions.
4368 (semantic-c-debug-mode-init-last-mode): New var.
4369 (semantic-c-parse-lexical-token): Use them.
4370
4371 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
4372 When extracting the argument list, limit only by point-max.
4373
fc754ea1
MA
43742009-10-21 Michael Albinus <michael.albinus@gmx.de>
4375
4376 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
4377 (tramp-smb-handle-file-attributes): Use it.
4378 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
4379 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
4380 `mapcar'. Use `tramp-smb-get-stat-capability'.
4381 Add `dired-filename' text properties.
fc754ea1
MA
4382 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
4383 (tramp-smb-maybe-open-connection): Simplify check for smbclient
4384 version.
4385
79bd5ba1
SM
43862009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
4387
4388 * subr.el (read-key-delay): Reduce to 0.01.
4389 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
4390 (bug#4751).
4391
3c13704d
SM
43922009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4393
554efd10
SM
4394 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
4395
c2a37b78
SM
4396 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
4397 (Info-menu): Remove unused vars `last' and `completions'.
4398 (Info-index-nodes): Remove unused var `node'.
4399
3c13704d
SM
4400 * info.el (Info-complete-menu-item): Use complete-with-action.
4401
d1e4c403
DN
44022009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
4403
4404 Make vc-annotate work through copies and renames.
3c13704d
SM
4405 * vc-annotate.el (vc-annotate-extract-revision-at-line):
4406 Return the file name too.
d1e4c403
DN
4407 (vc-annotate-revision-at-line)
4408 (vc-annotate-find-revision-at-line)
4409 (vc-annotate-revision-previous-to-line)
4410 (vc-annotate-show-log-revision-at-line): Update to get the file
4411 name from vc-annotate-extract-revision-at-line.
4412 (vc-annotate-show-diff-revision-at-line-internal): Change the
4413 argument to mean whether to show a file diff or not. Get the file
4414 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
4415 (vc-annotate-show-diff-revision-at-line):
4416 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
4417 (vc-annotate-warp-revision): Add an optional file argument.
4418
4419 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
4420 (vc-git-annotate-extract-revision-at-line): Also return the file
4421 name if found.
4422
4423 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
4424 command. Remove unused code.
4425 (vc-hg-annotate-re): Update to match --follow output.
4426 (vc-hg-annotate-extract-revision-at-line): Also return the file
4427 name if found.
4428
4429 * vc.el: Update annotate-extract-revision-at-line documentation.
4430
b0b0ef98
KR
44312009-10-18 Kevin Ryde <user42@zip.com.au>
4432
4433 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
4434 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
4435
a9e7f03d
KR
4436 * net/browse-url.el (browse-url): Identify alist with "consp and
4437 not functionp" and let all other things go down the `apply' leg,
4438 as suggested by Stefan. (Further to bug#4531.)
4439
7346a407
CY
44402009-10-18 Chong Yidong <cyd@stupidchicken.com>
4441
4442 * minibuffer.el (read-file-name): Check for repeat before putting
4443 a default argument in file-name-history (Bug#4657).
4444
4445 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
4446 read syntax (Bug#4737).
4447
3c13704d 4448 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 4449
1da94541
CY
44502009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
4451
4452 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
4453 (html-tag-alist, html-tag-help): Add descriptions for undocumented
4454 entries and make note of obsolete tags.
4455
2b93080a
SM
44562009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4457
4458 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
4459
18b5ffb5
GM
44602009-10-18 Glenn Morris <rgm@gnu.org>
4461
4462 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
4463 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 4464 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
4465 now, and in any case the file header format has changed.
4466
c2e161b2
GM
44672009-10-17 Glenn Morris <rgm@gnu.org>
4468
4469 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
4470 (flyspell-get-word, flyspell-large-region)
4471 (flyspell-auto-correct-previous-word): Doc/error message fixes.
4472
a1eb44f5
CY
44732009-10-17 Chong Yidong <cyd@stupidchicken.com>
4474
4475 * Makefile.in (ELCFILES): Add ede/shell.
4476
4418646e
DN
44772009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
4478
4479 * term/common-win.el (x-colors): Purecopy it.
4480
4062011e
SM
44812009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4482
4483 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
4484 permissive for when the buffer is empty.
4485 (tar-header-block-tokenize): Decode the username and groupname.
4486 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
4487
67d3ffe4
CY
44882009-10-17 Chong Yidong <cyd@stupidchicken.com>
4489
4490 * cedet/srecode/srt.el:
4491 * cedet/srecode/compile.el:
4492 * cedet/semantic/mru-bookmark.el:
4493 * cedet/semantic/debug.el:
4494 * cedet/semantic/complete.el:
4495 * cedet/semantic/analyze.el: Require CL when compiling.
4496
44972009-10-17 Eric Ludlam <zappo@gnu.org>
4498
4499 * cedet/semantic/scope.el
4500 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
4501 tmpscope so that the regular scope will continue to work.
4502
4062011e
SM
4503 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
4504 Use semantic-idle-summary-highlight-face as the highlighting.
67d3ffe4
CY
4505
4506 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
4507 contains multibyte characters, choose first applicable coding
4508 system automatically.
4509
4510 * cedet/ede/project-am.el (project-run-target): New method.
4511 (project-run-target): New method.
4512
4513 * cedet/ede.el (ede-target): Add run target menu item.
4514 (ede-project, ede-minor-keymap): Add ede-run-target binding.
4515 (ede-run-target): New function.
4516 (ede-target::project-run-target): New method.
4517
4518 * cedet/ede/proj.el (project-run-target): New method.
4519
4520 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
4521 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
4522 Add :rules.
4523 (ede-proj-target-makefile-shared-object): Only libtool compilers
4524 now available. Add linkers for libtool.
4525 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
4526 (ede-proj-makefile-target-name): Always use .la extension.
4527
4528 * cedet/ede/proj-prog.el (project-run-target): New method.
4529
4062011e 4530 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
67d3ffe4
CY
4531 (ede-g++-linker): Change Change link lines.
4532
4062011e
SM
4533 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
4534 When searching for old variables, go to the end of the buffer and
67d3ffe4
CY
4535 search backward from there.
4536 (ede-proj-makefile-automake-insert-subdirs)
4537 (ede-proj-makefile-automake-insert-extradist): New methods.
4538 (ede-proj-makefile-create): Use them.
4539
4540 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
4541 Force FILE to expand to the current target. Use file-exists-p to
4542 check that it exists.
4543
4544 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
4062011e
SM
4545 (ede-linux-load): Wrap dir in file-name-as-directory.
4546 Set :version slot.
67d3ffe4
CY
4547
4548 * cedet/ede/files.el (ede-get-locator-object): When enabling
4549 locate, do so on "top".
4550
4551 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
4552 file-name-as-directory during compare.
4062011e
SM
4553 (ede-emacs-version): Return Emacs/XEmacs differentiator.
4554 Get version number from different places. Don't call egrep.
67d3ffe4
CY
4555 (ede-emacs-load): Set :version slot. Call file-name-as-directory
4556 to set the directory.
4557
4558 * cedet/ede/shell.el: New file.
4559
4560 * cedet/inversion.el (inversion-decoders): Allow for stray . in
4561 alpha/beta variants.
4562
2df48a87
SM
45632009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4564
4565 * international/mule-cmds.el (select-safe-coding-system): If the file
4566 has a coding cookie, use it regardless of any other setting (bug#4712).
4567
fd7dd48c
GM
45682009-10-17 Glenn Morris <rgm@gnu.org>
4569
547776f9
GM
4570 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
4571 All errors should have messages.
4572
3ee0b477 4573 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
4574 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
4575
2550e4b1
GM
4576 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
4577 (dired-keep-marker-copy, dired-keep-marker-hardlink)
4578 (dired-keep-marker-symlink, dired-dwim-target)
4579 (dired-copy-preserve-time): Do not autoload these defcustoms.
4580
fd7dd48c
GM
4581 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
4582 messages from messing up the file coding. (Bug#4623)
4583
f3e3a990
GM
45842009-10-17 Jari Aalto <jari.aalto@cante.net>
4585
4586 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
4587 if no match is found for the current dictionary. (Bug#4578)
4588
4589 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
4590 optional, since that is how it is documented, and this is often called
4591 with a nil argument. (Bug#4577)
4592 (flyspell-external-point-words, flyspell-auto-correct-word)
4593 (flyspell-correct-word-before-point, flyspell-word-search-forward)
4594 (flyspell-word-search-backward): Remove nil argument in calls to
4595 flyspell-get-word, since it is not needed now.
4596
45972009-10-17 Ulrich Mueller <ulm@gentoo.org>
4598
1becddbb 4599 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 4600
b61374ab
GM
46012009-10-16 Glenn Morris <rgm@gnu.org>
4602
4603 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
4604
412707c2
SM
46052009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4606
4607 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
4608 (ange-ftp-file-size): New function.
4609 (ange-ftp-file-attributes): Use it.
4610
0c6f436e
MA
46112009-10-16 Michael Albinus <michael.albinus@gmx.de>
4612
4613 * net/tramp-smb.el (tramp-smb-version): New defvar.
4614 (tramp-smb-maybe-open-connection): Use it, in order to avoid
4615 repeated checks.
4616
850bfd04
GM
46172009-10-16 Glenn Morris <rgm@gnu.org>
4618
4619 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
4620 Maybe copy some custom properties from old to new name. (Bug#4706)
4621
f3ed9aca
JB
46222009-10-16 Juanma Barranquero <lekktu@gmail.com>
4623
4624 * subr.el (error, sit-for, start-process-shell-command)
4625 (start-file-process-shell-command): Set the calling convention
4626 after the function definition.
4627
fd6c5134
SM
46282009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
4629
4630 * subr.el (error, sit-for, start-process-shell-command)
4631 (start-file-process-shell-command): Use the new
4632 set-advertised-calling-convention feature.
4633
73874eb7
KH
46342009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
4635
fd6c5134
SM
4636 * international/ucs-normalize.el (ucs-normalize-version):
4637 Change to 1.2.
4638 (check-range): Adjust for Unicode 5.2.
73874eb7 4639
03fb33cf
JL
46402009-10-15 Juri Linkov <juri@jurta.org>
4641
4642 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
4643 to the `menu-item' format.
4644
4260b402
MA
46452009-10-15 Michael Albinus <michael.albinus@gmx.de>
4646
4647 * net/tramp.el (tramp-replace-environment-variables): Do not fail
4648 if the environment variable does not exist.
4649
4650 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
4651 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
4652 parameter.
4653 (tramp-smb-handle-add-name-to-file)
4654 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
4655 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
4656 (tramp-smb-handle-file-attributes)
4657 (tramp-smb-do-file-attributes-with-stat)
4658 (tramp-smb-handle-file-local-copy)
4659 (tramp-smb-handle-insert-directory)
4660 (tramp-smb-handle-make-directory)
4661 (tramp-smb-handle-make-directory-internal)
4662 (tramp-smb-handle-make-symbolic-link)
4663 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
4664 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
4665 (tramp-smb-maybe-open-connection): Apply the changed parameters.
4666 (tramp-smb-read-file-entry): Read Disk names in compressed format.
4667 Handle long file names.
4668 (tramp-smb-get-cifs-capabilities): Check, whether the connection
4669 process is running.
4670 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
4671 Read share names with "-g" option.
4672
d7a0fd6f
GM
46732009-10-15 Ryan Yeske <rcyeske@gmail.com>
4674
4675 * net/rcirc.el (rcirc-view-log-file): New command.
4676 (rcirc-track-minor-mode-map): Remove C-c ` binding.
4677 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
4678 specified.
4679
0b44494a
GM
46802009-10-15 Glenn Morris <rgm@gnu.org>
4681
af9fb32f
GM
4682 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
4683 from the second command-line argument.
4684 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
4685 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
4686 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
4687 w32-batch-update-autoloads.
4688 * emacs-lisp/autoload.el (autoload-make-program): New variable.
4689 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
4690
0b44494a
GM
4691 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
4692 the headers cannot be located. Simplify, subtracting superflous
4693 save-excursions.
4694
d5e63715
SM
46952009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
4696
4697 Replace completion-base-size by completion-base-position to fix bugs
4698 such as (bug#4699).
4699 * simple.el (completion-base-position): New var.
4700 (completion-base-size): Mark as obsolete.
4701 (choose-completion): Make it work for mouse events as well.
4702 Pass the new base-position to choose-completion-string.
4703 (choose-completion-guess-base-position): New function, extracted from
4704 choose-completion-delete-max-match.
4705 (choose-completion-delete-max-match): Use it. Make obsolete.
4706 (choose-completion-string): Use the new base-position info.
4707 (completion-root-regexp): Delete.
4708 (completion-setup-function): Preserve completion-base-position.
4709 Eliminate obsolete base-size manipulation.
4710 * minibuffer.el (display-completion-list): Don't mess with base-size.
4711 (minibuffer-completion-help): Set completion-base-position instead.
4712 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
4713 choose-completion.
4714 * textmodes/bibtex.el (bibtex-complete):
4715 * emacs-lisp/crm.el (crm--choose-completion-string):
4716 Adjust to new calling convention.
4717 * complete.el (partial-completion-mode): Use minibufferp to avoid
4718 bumping into incompatible change to choose-completion-string-functions.
4719 * ido.el (ido-choose-completion-string): Make its calling convention
4720 more permissive.
4721 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
4722 base-size manipulation.
4723 (comint-dynamic-list-input-ring): Use dotimes and push.
4724 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
4725 fundamental-mode. Use `or'.
4726
92f8bfc7
JL
47272009-10-14 Juri Linkov <juri@jurta.org>
4728
4729 * misearch.el (multi-isearch-next-buffer-from-list)
4730 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
4731
e78e280d
SM
47322009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
4733
384ca163
SM
4734 * Makefile.in (compile-onefile): Load `bytecomp' rather than
4735 `bytecomp.el'.
4736
681e0e7c
SM
4737 * minibuffer.el (completion-pcm--merge-completions): Make sure the
4738 string we return is all made up of text from the completions rather
4739 than part from the completions and part from the input (bug#4219).
4740
e78e280d
SM
4741 * ido.el (ido-everywhere): Use define-minor-mode.
4742
4743 * buff-menu.el (list-buffers, ctl-x-map):
4744 Mark the entry points with ;;;###autoload cookies.
4745
b4e813ca
DN
47462009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
4747
52964e54
DN
4748 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
4749 correctly in the detached head case.
4750 (vc-git-print-log): Remove unused binding.
4751
b4e813ca
DN
4752 * vc.el (vc-responsible-backend): When a directory is passed for
4753 for registration create a VC repository if no backend is
4754 responsible for the directory argument.
4755 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
4756
4757 * vc.el: Move comments about RCS and SCCS ...
4758 * vc-rcs.el:
4759 * vc-sccs.el: ... here, respectively.
4760
40ba9882
SM
47612009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
4762
4763 * minibuffer.el (completion--file-name-table): Return nil if there's
4764 no file completion, even if substitute-in-file-name changed
4765 the string (bug#4708).
4766
04e0f59b
JL
47672009-10-13 Juri Linkov <juri@jurta.org>
4768
4769 * files-x.el (read-file-local-variable-value): Don't filter out
4770 minor modes from mode name completion (bug#4664).
4771
314c8e25
JB
47722009-10-13 Juanma Barranquero <lekktu@gmail.com>
4773
4774 * international/mule-cmds.el (ucs-names): Remove exclusion of
4775 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
4776
5c9b7d36
KH
47772009-10-13 Kenichi Handa <handa@m17n.org>
4778
4779 * international/uni-name.el: Regenerated.
4780
1e7a80f2
JB
47812009-10-13 Juanma Barranquero <lekktu@gmail.com>
4782
4783 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
4784 should be automatically buffer-local, but isn't.)
4785
cd29f88b
SS
47862009-10-12 Sam Steingold <sds@gnu.org>
4787
4788 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 4789 timestamps if the buffer has been visited before.
0cd16af4
SS
4790 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
4791 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 4792
37493a98
GM
47932009-10-12 Glenn Morris <rgm@gnu.org>
4794
4795 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
4796 Let-bind `size'.
4797
3b56b1e6
JB
47982009-10-12 Juanma Barranquero <lekktu@gmail.com>
4799
7422a4bb
JB
4800 * proced.el (proced-unload-function): New function.
4801
fa72d075
JB
4802 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
4803 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
4804 Doc fix.
4805
3b56b1e6
JB
4806 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
4807
4d9b4323
JL
48082009-10-11 Juri Linkov <juri@jurta.org>
4809
4810 * files-x.el (read-file-local-variable-value):
4811 Provide default value only for bound variables (bug#4664).
4812
f6f7e059
MA
48132009-10-11 Michael Albinus <michael.albinus@gmx.de>
4814
4815 * net/tramp.el (tramp-local-host-p): Function shall return nil for
4816 connection methods like smb.
4817
4818 * net/tramp-cache.el (tramp-flush-connection-property): The hash
4819 can be empty.
4820
4821 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
4822 (tramp-smb-file-name-handler-alist): Add handlers for
4823 `add-name-to-file', `make-symbolic-link'.
4824 (tramp-smb-handle-add-name-to-file)
2992485f 4825 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
4826 (tramp-smb-handle-make-symbolic-link)
4827 (tramp-smb-get-cifs-capabilities): New defuns.
4828 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
4829 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
4830 (tramp-smb-handle-file-local-copy)
4831 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
4832 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
4833 The file name syntax depends on cifs capabilities.
4834 (tramp-smb-handle-file-attributes):
4835 Call `tramp-smb-do-file-attributes-with-stat' if possible.
4836 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
4837 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 4838
67868d26
CY
48392009-10-11 Chong Yidong <cyd@stupidchicken.com>
4840
4841 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
4842 (eieio-defclass): Apply deftype handler and setf-method properties
4843 directly.
4844 (eieio-add-new-slot): Avoid union function from cl library.
4845 (eieio--typep): New function.
4846 (eieio-perform-slot-validation): Use it.
4847
6d6a5b7e
KF
48482009-10-10 Karl Fogel <kfogel@red-bean.com>
4849
3b56b1e6 4850 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
4851 Update documentation to refer to the variables documented in r1.135.
4852 (Bug#4188)
4853
67b70de9
KF
48542009-10-10 Karl Fogel <kfogel@red-bean.com>
4855
4856 * bookmark.el (Info-suffix-list): Remove this unused variable.
4857 (bookmark-current-point): Remove this obsolete variable.
4858 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
4859 Adjust for removal of bookmark-current-point.
4860
4861 (bookmarks-already-loaded, bookmark-current-buffer)
4862 (bookmark-yank-point): Document. (Bug#4188)
4863
58ae51ae
GM
48642009-10-10 Glenn Morris <rgm@gnu.org>
4865
4619ff5e
GM
4866 * frame.el (frame-height): Doc fix.
4867
58ae51ae
GM
4868 * calendar/calendar.el (calendar-split-width-threshold): New option.
4869 (calendar-basic-setup): Use calendar-split-width-threshold.
4870
3b56b1e6 48712009-10-10 Sascha Wilde <wilde@sha-bang.de>
d751f122 4872
3b56b1e6
JB
4873 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
4874 Use .la for Automake.
d751f122 4875
fa63f49c
CY
48762009-10-09 Chong Yidong <cyd@stupidchicken.com>
4877
3b56b1e6
JB
4878 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
4879 Use "autoreconf -i". Suggested by Andreas Schwab.
fa63f49c 4880
d364386c
JB
48812009-10-09 Juanma Barranquero <lekktu@gmail.com>
4882
4883 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
4884 Ideographic Supplement" range (U+1F200..U+1F2FF).
4885
33e97a28
KF
48862009-10-09 Karl Fogel <kfogel@red-bean.com>
4887
02d0f051 4888 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 4889 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
4890
48912009-10-09 Karl Fogel <kfogel@red-bean.com>
4892
d364386c 4893 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
4894 (bookmark-bmenu-execute-deletions): Don't save here, as
4895 bookmark-delete will now do so if necessary.
d364386c 4896 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
4897 (Bug#4348)
4898
9656d87b
GM
48992009-10-09 Glenn Morris <rgm@gnu.org>
4900
4901 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
4902
e6227f06
KF
49032009-10-09 Karl Fogel <kfogel@red-bean.com>
4904
4905 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
4906 (bookmark-jump-other-window): Just invoke bookmark-jump with new
4907 argument now, so the two function's behaviors will match. (Bug#3645)
4908
35c7e413
CY
49092009-10-08 Chong Yidong <cyd@stupidchicken.com>
4910
4f54db4b
CY
4911 * cedet/ede/proj.el (project-make-dist, project-compile-project):
4912 Fix filename test.
35c7e413
CY
4913 (ede-proj-dist-makefile): Use expand-file-name instead of concat
4914 to expand file names.
4915
288f783b
MA
49162009-10-08 Michael Albinus <michael.albinus@gmx.de>
4917
4918 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 4919 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 4920 Apply `save-match-data'.
288f783b
MA
4921
4922 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
4923 case both directories are remote.
4924 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 4925 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 4926
c2a81032
CY
49272009-10-08 Chong Yidong <cyd@stupidchicken.com>
4928
a6b98754
CY
4929 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
4930 (ede-proj-target-makefile-objectcode): Use it.
4931
c2a81032 4932 * cedet/ede/source.el (ede-want-any-source-files-p)
e78e280d
SM
4933 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
4934 Return search result. This error was introduced while merging.
c2a81032 4935
872a1ea4
JB
49362009-10-07 Juanma Barranquero <lekktu@gmail.com>
4937
4938 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
4939
ab2baced
GM
49402009-10-07 Glenn Morris <rgm@gnu.org>
4941
e78e280d
SM
4942 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
4943 of concat.
ab2baced 4944
5c4634c1
SM
49452009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4946
4947 * files-x.el (read-file-local-variable): Include some
4948 non-user-variables in the completion table (bug#4664).
4949
c2dc9732
MA
49502009-10-07 Michael Albinus <michael.albinus@gmx.de>
4951
4952 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
4953 message.
4954
4955 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
4956 (tramp-smb-file-name-handler-alist): Add handler for
4957 `copy-directory', `expand-file-name', `set-file-modes'.
4958 (tramp-smb-handle-copy-directory)
4959 (tramp-smb-handle-expand-file-name)
4960 (tramp-smb-handle-set-file-modes): New defuns.
4961 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
4962 (tramp-smb-handle-file-attributes): Simplify check for retrieving
4963 entry.
4964 (tramp-smb-handle-insert-directory): Don't flush the cache.
4965 (tramp-smb-maybe-open-connection): Check for samba client and
4966 server versions.
4967
11be40a6
EZ
49682009-10-07 Eli Zaretskii <eliz@gnu.org>
4969
4970 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
4971 to not error out of search for "^lisp=" fails.
4972
8c4afe20
JB
49732009-10-07 Juanma Barranquero <lekktu@gmail.com>
4974
4975 * makefile.w32-in (WINS_UPDATES): New macro.
4976 (custom-deps, finder-data, autoloads): Use it.
4977
429a1506
GM
49782009-10-07 Glenn Morris <rgm@gnu.org>
4979
ee2e93e2
GM
4980 * Makefile.in (autoloads): Revert previous change.
4981 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
4982 the list of preloaded files passed on the command-line, get
4983 it from src/Makefile.
4984
429a1506
GM
4985 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
4986 show the original buffer rather than a random one.
4987
a51203ee 49882009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
4989
4990 * help.el (describe-no-warranty): Place point in a slightly better
4991 position in the GPLv3 text.
4992
f58f7520
SS
49932009-10-06 Sam Steingold <sds@gnu.org>
4994
4995 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
4996 the comm attribute is present before calling regexp-quote.
4997
bde79dc0
JB
49982009-10-06 Juanma Barranquero <lekktu@gmail.com>
4999
5000 * play/animate.el (animate-string): For good effect, make sure
5001 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
5002
5003 * play/animate.el (animate-sequence, animate-birthday-present):
5004 * misc.el (butterfly): Don't set `indent-tabs-mode'.
5005
25ab0302
GM
50062009-10-06 Glenn Morris <rgm@gnu.org>
5007
73fe714a
GM
5008 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
5009
3405d98c
GM
5010 * emacs-lisp/autoload.el (autoload-excludes): New variable.
5011 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
5012 (batch-update-autoloads): Process a string value of autoload-excludes,
5013 set during the build process.
5014 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
5015
9fb2cdc5
GM
5016 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
5017 inside with-parsed... macro so that `v' is defined.
5018
7938ab41
GM
5019 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
5020 * progmodes/fortran.el (fortran-end-of-block)
5021 (fortran-beginning-of-block):
5022 Also push mark in the macro case.
5023
eaf9b564
GM
5024 * emerge.el (emerge-show-file-name):
5025 * calc/calc.el (calc-quit):
5026 * calc/calc-misc.el (calc-big-or-small):
5027 * calc/calc-graph.el (calc-graph-view):
5028 * calc/calc-ext.el (calc-reset):
5029 * calendar/calendar.el (calendar-basic-setup):
5030 Use window-full-height-p.
5031
25ab0302
GM
5032 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
5033 header we don't understand, don't insert another. (Bug#4624)
5034 If changing mime charset, insert the new one in the right place.
5035
00169eb6
GM
50362009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
5037
5038 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
5039 (cal-tex-cursor-month): Correctly increment the end date for diary and
5040 holiday listing. (Bug#4626)
5041
82882188
SM
50422009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5043
40ba9882 5044 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
5045 a symbol.
5046
a8f316ca
JB
50472009-10-05 Juanma Barranquero <lekktu@gmail.com>
5048
5049 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
5050 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
5051 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
5052 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
5053
5054 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
5055 (eieio-default-superclass): Reflow docstrings.
5056 (this, class-option-assoc, defclass, eieio-class-un-autoload)
5057 (eieio-unbind-method-implementations, defmethod)
5058 (eieio-validate-slot-value, eieio-validate-class-slot-value)
5059 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
5060 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
5061 (eieio-slot-originating-class-p, eieio-slot-name-index)
5062 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
5063 (constructor, initialize-instance, no-next-method, object-print)
5064 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
5065 Fix typos in docstrings.
5066 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
5067 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
5068 (next-method-p): Doc fixes.
5069 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
5070 Fix typos in error messages.
5071 (eieio-defmethod): Fix typo in description of generic method.
5072
5073 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
5074 (eieio-persistent-save-interactive, slot-missing):
5075 Fix typos in docstrings.
5076 (eieio-instance-inheritor-slot-boundp): Doc fix.
5077
5078 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
5079 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
5080
5081 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
5082 (eieio-custom-object-apply-reset):
5083 Fix typos in docstrings and error messages.
5084
5085 * emacs-lisp/eieio-datadebug.el (data-debug-show):
5086 Fix typo in docstring.
5087
5088 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
5089 (eieio-browse-tree): Doc fix.
5090 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
5091 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
5092 Fix typos in docstrings.
5093
5094 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
5095 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
5096 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
5097 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
5098 Reflow docstrings.
5099
c66b7ac0
DN
51002009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
5101
4a827e0a 5102 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
5103 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
5104 Set log-view-vc-backend so that diff can work.
4a827e0a 5105
c66b7ac0
DN
5106 * log-view.el (log-view-diff): Use vc-diff-internal instead of
5107 vc-version-diff.
5108 (vc-diff-internal): Autoload this instead of vc-version-diff.
5109
1902a98c
EZ
51102009-10-05 Eli Zaretskii <eliz@gnu.org>
5111
a7a8618b
EZ
5112 * simple.el (eval-expression): Doc fix.
5113
1902a98c
EZ
5114 * progmodes/cwarn.el (cwarn-mode): Doc fix.
5115
0e1f2ee6
MA
51162009-10-05 Michael Albinus <michael.albinus@gmx.de>
5117
5118 * files.el (directory-files-no-dot-files-regexp): New defconst.
5119 (delete-directory): Use it.
5120 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
5121
263c02ef 5122 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
5123 (tramp-methods): Add recursive option to `tramp-copy-args'.
5124 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 5125 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 5126 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
5127 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
5128 Add handler for `copy-directory'.
5129 (tramp-handle-copy-directory): New defun.
5130 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
5131 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
5132 Optimize sent command.
263c02ef 5133
72aa7df4
SM
51342009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5135
4a34f065
SM
5136 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
5137 window if necessary.
5138
72aa7df4
SM
5139 * calendar/calendar.el (calendar-basic-setup): Don't call
5140 switch-to-buffer in a dedicated window.
5141
5feb1ba7
KF
51422009-10-05 Karl Fogel <kfogel@red-bean.com>
5143
5144 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
5145 don't do anything related to relocating, just return nil.
5146 (bookmark-error-no-filename): New error.
5147 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
5148 bookmark has no file. Don't even attempt to handle things that
5149 are not files; the whole point of custom handlers is to keep that
5150 knowledge elsewhere anyway. Tighten some comments.
5151 (bookmark-file-or-variation-thereof): Remove now-unused function.
5152 (bookmark-location): Doc string fix.
5153 (Bug#4250)
5154
1bd49952
KF
51552009-10-04 Karl Fogel <kfogel@red-bean.com>
5156
5157 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
5158 don't use a file dialog, because they usually don't know how to read
5159 a directory target from the user. (Bug#4230)
5160 Also, make sure the prompt can display directories as well as files.
5161
825382c0
KF
51622009-10-04 Karl Fogel <kfogel@red-bean.com>
5163
5164 * bookmark.el (bookmark-set, bookmark-buffer-name):
5165 Improve doc strings. (Bug#1193)
5166
13901bcb
KF
51672009-10-04 Karl Fogel <kfogel@red-bean.com>
5168
4a34f065
SM
5169 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
5170 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
5171 (bookmark-get-annotation, bookmark-set-annotation)
5172 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
5173 (bookmark-set-position, bookmark-get-front-context-string)
5174 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
5175 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
5176 (bookmark-jump-other-window, bookmark-handle-bookmark)
5177 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
5178 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
5179 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
5180 Improve doc strings to say whether bookmark can be a string or
5181 a record or both, and make other consistency and clarity fixes.
5182 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
5183 (bookmark-default-annotation-text, bookmark-yank-word)
5184 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
5185 (bookmark-import-new-list, bookmark-maybe-rename)
5186 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
5187 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb
KF
5188 (bookmark-bmenu-check-position): Give this a doc string, but also
5189 add a FIXME comment about how the function may be pointless.
5190 (bookmark-default-handler): Rework doc string and change a
5191 parameter name, to clarify that this takes a bookmark record
5192 not a bookmark name.
5193 (bookmark-set): Change a parameter name to indicate its meaning,
5194 and improve the doc string a bit.
5195 (Bug#4188)
5196
5c1b3e94
KF
51972009-10-04 Karl Fogel <kfogel@red-bean.com>
5198
5199 * bookmark.el (bookmark-alist): Document the new `handler' element
5200 in the param alist.
5201 (bookmark-make-record-function): Adjust documentation for above.
5202 (Bug#4193)
5203
8559076d
KF
52042009-10-04 Karl Fogel <kfogel@red-bean.com>
5205
5206 * info.el (Info-bookmark-make-record): Document this function.
5207 (Info-bookmark-jump): Document with a doc string, not just a comment.
5208 (Bug#4203)
5209
82481502
CY
52102009-10-04 Chong Yidong <cyd@stupidchicken.com>
5211
4a34f065 5212 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
82481502
CY
5213 (semantic-new-buffer-fcn): Call parser setup functions here.
5214 (semantic-mode): Don't call parser setup functions here, it's done
5215 in semantic-new-buffer-fcn now.
d436f538 5216 (semantic-mode): Parse all existing buffers when enabled.
82481502 5217
4a34f065
SM
5218 * cedet/srecode/compile.el (srecode-compile-file):
5219 Call semantic-new-buffer-fcn if the buffer has not been parsed.
82481502 5220
2e7eba60
CY
52212009-10-04 Chong Yidong <cyd@stupidchicken.com>
5222
d91485a9
CY
5223 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
5224
5225 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
5226 (proj-comp-insert-variable-once): New macro, renamed from
5227 ede-pmake-insert-variable-once in ede/pmake.edl.
5228 (ede-proj-makefile-insert-variables): Use it.
2e7eba60 5229
b4583b8c
MA
52302009-10-04 Michael Albinus <michael.albinus@gmx.de>
5231
5232 * files.el (copy-directory): New defun.
5233
5234 * dired-aux.el (dired-copy-file-recursive): Use it.
5235
04075952
JB
52362009-10-04 Juanma Barranquero <lekktu@gmail.com>
5237
5238 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
5239 (makefile-end-of-command):
5240 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
5241 (semantic-end-of-context): Fix previous change. Doc fixes.
5242
131ae8f2
JB
52432009-10-04 Juanma Barranquero <lekktu@gmail.com>
5244
a30e71ae
JB
5245 * files-x.el (modify-dir-local-variable)
5246 (copy-dir-locals-to-file-locals-prop-line):
5247 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
5248 (makefile-end-of-command):
5249 * cedet/semantic/lex.el (semantic-lex-token):
5250 * cedet/semantic/analyze/fcn.el
5251 (semantic-analyze-dereference-metatype-1):
5252 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
5253 (semantic-lex-cpp-undef):
5254 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
5255 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
5256 (semantic-end-of-context): Fix typos in docstrings.
5257
131ae8f2
JB
5258 * recentf.el (recentf-unload-function): New function.
5259
0fd9cb9c
CY
52602009-10-04 Chong Yidong <cyd@stupidchicken.com>
5261
a30e71ae 5262 * cedet/ede.el (ede-project-placeholder-cache-file):
0fd9cb9c
CY
5263 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
5264 * cedet/srecode/map.el (srecode-map-save-file):
a30e71ae 5265 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
0fd9cb9c 5266
ccafbf06
GM
52672009-10-04 Glenn Morris <rgm@gnu.org>
5268
5269 * window.el (window-full-height-p): Add doc string.
5270
02c6f098
GM
52712009-10-04 Martin Rudalics <rudalics@gmx.at>
5272
5273 * window.el (window-full-height-p): New function. (Bug#4543)
5274
e6e267fc
CY
52752009-10-03 Chong Yidong <cyd@stupidchicken.com>
5276
a70bfe61
CY
5277 * cedet/srecode/insert.el: Require srecode/args.
5278
5279 * cedet/srecode/args.el: Require srecode/dictionary instead of
5280 srecode/insert.
5281
e6e267fc
CY
5282 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
5283
5284 * files.el (auto-mode-alist): Add .srt and Project.ede.
5285
4a34f065
SM
5286 * cedet/semantic.el (semantic-mode):
5287 Handle srecode-template-mode-hook as well.
0b8cafba 5288 (semantic-mode): Use js-mode-hook for Javascript hook.
e6e267fc
CY
5289
5290 * cedet/srecode/template.el: Remove hook variable.
5291
5292 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
5293
5294 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
5295 projects exist.
8b440f71
CY
5296 (ede-project-placeholder-cache-file): Default to a file in
5297 user-emacs-directory.
e6e267fc
CY
5298
5299 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
5300 templates in data-directory.
4a34f065 5301 (srecode-map-save-file): Default to a file in user-emacs-directory.
e6e267fc
CY
5302
5303 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
5304 directory.
5305
53062009-09-30 Eric Ludlam <zappo@gnu.org>
5307
131ae8f2
JB
5308 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
5309 Doc fix.
e6e267fc
CY
5310
5311 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
5312 Only insert each variable once.
5313
5314 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
5315 (ede-pmake-insert-variable-shared): Use it.
5316
5317 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
5318 for lexical table iff table is nil.
5319
ed6b0195
DN
53202009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5321
5322 * vc.el: Remove commented out code.
5323 (vc-derived-from-dir-mode): Remove, unused.
5324 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
5325
1b8d1cc7
MA
53262009-10-03 Michael Albinus <michael.albinus@gmx.de>
5327
4a34f065
SM
5328 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
5329 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
5330 there could be recursive loading when `default-directory' is a
5331 remote file name. (Bug#4614)
5332
ac3c593c
GM
53332009-10-03 Glenn Morris <rgm@gnu.org>
5334
686ea556
GM
5335 * calendar/calendar.el (calendar-basic-setup): Handle the case where
5336 the frame is wide.
5337 (calendar-generate-window): Test for shrinkability rather than width.
5338
619392fc
GM
5339 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
5340 declaration, currently false.
5341
ac3c593c
GM
5342 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
5343 reusing existing buffers, in case we happen to visit two files with the
5344 same basename. (Bug#4593)
5345
573709fd
EZ
53462009-10-02 Eli Zaretskii <eliz@gnu.org>
5347
4a34f065 5348 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
5349 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
5350 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
5351 subdirs of cedet as well.
8f885d01 5352 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 5353
8d6c1239
SM
53542009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
5355
5356 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
5357 Obey advertised-signature-table.
5358
5359 * help-fns.el (help-function-arglist): Don't check
5360 advertised-signature-table.
5361 (describe-function-1): Do it here instead so it also applies to subrs.
5362
c4861de0
MA
53632009-10-02 Michael Albinus <michael.albinus@gmx.de>
5364
5365 * simple.el (start-file-process): Say in the doc-string, that file
5366 handlers might not support pty association, if PROGRAM is nil.
5367
5368 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
5369 HOST and USER are strings. They are nil, when there are
5370 incomplete entries in ~/.netrc, for example.
5371 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
5372 root directory ("device busy" error otherwise).
5373
8d6c1239
SM
5374 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
5375 Flush file properties of created directory.
c4861de0 5376
d2bda74f
EZ
53772009-10-02 Eli Zaretskii <eliz@gnu.org>
5378
5379 * makefile.w32-in (WINS_BASIC): Remove cedet.
5380 (WINS_CEDET): Add cedet.
5381 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
5382
895d1904
GM
53832009-10-02 Kevin Ryde <user42@zip.com.au>
5384
5385 * net/browse-url.el (browse-url): Pass any symbol in
5386 browse-url-browser-function to `apply', since if you've mistakenly put
5387 an unbound symbol then the error is clearer. (Bug#4531)
5388
32226619
JB
53892009-10-02 Juanma Barranquero <lekktu@gmail.com>
5390
5391 * allout.el (allout-init, allout-back-to-current-heading)
5392 (allout-beginning-of-current-entry, allout-ascend-to-depth)
5393 (allout-ascend, allout-up-current-level, allout-end-of-level)
5394 (allout-previous-visible-heading, allout-forward-current-level)
5395 (allout-backward-current-level, allout-show-children):
5396 * apropos.el (apropos-describe-plist):
5397 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
5398 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
5399 * completion.el (add-completion, add-permanent-completion):
5400 * descr-text.el (describe-text-category, describe-char):
5401 * desktop.el (desktop-lazy-abort):
5402 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
5403 * dired.el (dired-build-subdir-alist):
5404 * ediff.el (ediff-version):
5405 * elide-head.el (elide-head, elide-head-show):
5406 * emerge.el (emerge-version):
5407 * env.el (getenv):
5408 * face-remap.el (variable-pitch-mode):
5409 * faces.el (describe-face):
5410 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
5411 (dired-at-point):
5412 * files.el (find-file-existing, auto-save-mode):
5413 * font-lock.el (font-lock-fontify-buffer):
5414 * help-fns.el (describe-function, describe-variable)
5415 (describe-syntax, describe-categories):
5416 * help.el (view-lossage, describe-bindings, describe-key)
5417 (describe-mode):
5418 * hexl.el (hexl-current-address):
5419 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
5420 * info.el (Info-goto-emacs-key-command-node):
5421 * log-edit.el (log-edit-insert-cvs-template)
5422 (log-edit-insert-cvs-rcstemplate):
5423 * menu-bar.el (menu-bar-mode):
5424 * mouse.el (mouse-appearance-menu):
5425 * newcomment.el (comment-indent-new-line):
5426 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
5427 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 5428 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
5429 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
5430 * recentf.el (recentf-mode):
5431 * savehist.el (savehist-mode, savehist-save):
5432 * shadowfile.el (shadow-copy-files):
5433 * simple.el (kill-ring-save, next-line, previous-line)
5434 (normal-erase-is-backspace-mode):
5435 * strokes.el (strokes-update-window-configuration)
5436 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
5437 (strokes-xpm-for-stroke):
5438 * time.el (emacs-uptime, emacs-init-time):
5439 * tutorial.el (tutorial--describe-nonstandard-key)
5440 (tutorial--detailed-help):
5441 * type-break.el (type-break-mode)
5442 (type-break-mode-line-message-mode, type-break-query-mode)
5443 (type-break-guesstimate-keystroke-threshold):
5444 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
5445 * version.el (emacs-version):
5446 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
5447 * winner.el (winner-mode):
5448 * calendar/timeclock.el (timeclock-in, timeclock-out)
5449 (timeclock-status-string, timeclock-change)
5450 (timeclock-workday-remaining-string)
5451 (timeclock-workday-elapsed-string)
5452 (timeclock-when-to-leave-string):
5453 * calendar/todo-mode.el (todo-add-category):
5454 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
5455 * emacs-lisp/autoload.el (update-file-autoloads):
5456 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
5457 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
5458 (checkdoc-message-text, checkdoc-defun):
5459 * emacs-lisp/debug.el (debugger-list-functions):
5460 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5461 * emacs-lisp/eieio-opt.el (eieio-describe-class)
5462 (eieio-describe-generic):
5463 * emacs-lisp/lisp-mnt.el (lm-synopsis):
5464 * emacs-lisp/shadow.el (list-load-path-shadows):
5465 * emulation/cua-base.el (cua-mode):
5466 * emulation/edt.el (edt-set-scroll-margins):
5467 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
5468 (tpu-toggle-regexp, tpu-toggle-search-direction)
5469 (tpu-toggle-rectangle, tpu-toggle-control-keys):
5470 * emulation/tpu-extras.el (tpu-set-scroll-margins):
5471 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
5472 (viper-set-parsing-style-toggling-macro)
5473 (viper-set-emacs-state-searchstyle-macros):
5474 * emulation/viper.el (viper-set-hooks):
5475 * eshell/esh-mode.el (eshell-truncate-buffer):
5476 * international/mule-cmds.el (prefer-coding-system)
5477 (describe-input-method, describe-language-environment):
5478 * international/mule-diag.el (list-character-sets)
5479 (describe-character-set, describe-coding-system)
5480 (describe-fontset, list-fontsets, list-input-methods):
5481 * mail/sendmail.el (mail-signature):
5482 * net/ange-ftp.el (ange-ftp-copy-file):
5483 * net/browse-url.el (browse-url):
5484 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
5485 * net/quickurl.el (quickurl-add-url):
5486 * net/rcirc.el (names, topic):
5487 * net/xesam.el (xesam-mode):
5488 * play/5x5.el (5x5-new-game):
5489 * play/yow.el (apropos-zippy):
5490 * progmodes/ada-mode.el (ada-mode-version):
5491 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
5492 (f90-end-of-block)
5493 (f90-beginning-of-block):
5494 * progmodes/fortran.el (fortran-end-of-block)
5495 (fortran-beginning-of-block):
5496 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
5497 * progmodes/python.el (python-describe-symbol, python-shell):
5498 * term/ns-win.el (ns-print-buffer):
5499 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
5500 * textmodes/flyspell.el (flyspell-mode-on):
5501 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
5502 (pages-directory-for-addresses):
5503 * textmodes/table.el (table-recognize-cell)
5504 (table-query-dimension, table-generate-source)
5505 (table-insert-sequence, table--warn-incompatibility):
5506 * textmodes/tex-mode.el (tex-validate-buffer):
5507 * textmodes/texinfmt.el (texinfmt-version)
5508 (texinfo-format-buffer):
5509 Use `called-interactively-p' instead of `interactive-p'.
5510
12a3c28c
JB
55112009-10-02 Juanma Barranquero <lekktu@gmail.com>
5512
5513 * image-mode.el (image-toggle-display):
5514 * emacs-lisp/elp.el (elp-instrument-function):
5515 * emacs-lisp/advice.el (ad-make-advised-definition):
5516 * emacs-lisp/easy-mmode.el (define-minor-mode):
5517 * net/browse-url.el (browse-url-maybe-new-window):
5518 * progmodes/sh-script.el (sh-learn-buffer-indent):
5519 Pass new argument 'any to `called-interactively-p'.
5520
171fda8a
JB
55212009-10-01 Juanma Barranquero <lekktu@gmail.com>
5522
171fda8a
JB
5523 * international/uni-bidi.el:
5524 * international/uni-category.el:
5525 * international/uni-combining.el:
5526 * international/uni-comment.el:
5527 * international/uni-decimal.el:
9c3c9fdf 5528 * international/uni-decomposition.el:
171fda8a
JB
5529 * international/uni-digit.el:
5530 * international/uni-lowercase.el:
5531 * international/uni-mirrored.el:
5532 * international/uni-name.el:
5533 * international/uni-numeric.el:
5534 * international/uni-old-name.el:
5535 * international/uni-titlecase.el:
5536 * international/uni-uppercase.el:
5537 Regenerate from Unicode 5.2.0 data.
5538
dcb9734a
GM
55392009-10-01 Glenn Morris <rgm@gnu.org>
5540
5541 * Makefile.in (ELCFILES): Regenerate.
5542
ced10a4c
SM
55432009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5544
9d28c33e
SM
5545 * subr.el (interactive-p): Mark obsolete.
5546 (called-interactively-p): Make the optional-ness of `kind' obsolete.
5547 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
5548 advertised-signature-table for subroutines as well.
5549
ced10a4c
SM
5550 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
5551 (set-advertised-calling-convention): New function.
5552 (make-obsolete, define-obsolete-function-alias)
5553 (make-obsolete-variable, define-obsolete-variable-alias):
5554 Make the optional-ness of `when' obsolete.
5555 (define-obsolete-face-alias): Make `when' non-optional.
5556 * help-fns.el (help-function-arglist):
5557 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
5558 Use advertised-signature-table.
5559
cc3dda16
MA
55602009-10-01 Michael Albinus <michael.albinus@gmx.de>
5561
5562 * files.el (delete-directory): New defun. The original function
5563 in fileio.c has been renamed to `delete-directory-internal'.
5564
5565 * dired.el (dired-delete-file): Call `delete-directory' with
5566 RECURSIVE parameter.
5567
5ce6e4f4 5568 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
5569 parameter RECURSIVE. Implementation is missing.
5570
5571 * net/tramp.el (tramp-handle-make-directory): Flush upper
5572 directory's file properties.
ced10a4c 5573 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
5574 (tramp-handle-dired-recursive-delete-directory): Flush directory
5575 properties after the remove command only.
5576
ced10a4c
SM
5577 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5578 Handle optional parameter RECURSIVE.
cc3dda16 5579
ced10a4c
SM
5580 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
5581 Handle optional parameter RECURSIVE.
cc3dda16
MA
5582
5583 * net/tramp-smb.el (tramp-smb-errors): Add error message for
5584 connection timeout.
5585 (tramp-smb-handle-delete-directory): Handle optional parameter
5586 RECURSIVE.
5587
cf885595
SM
55882009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5589
e3a6b82f
SM
5590 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
5591 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
5592 (byte-compile-defmacro): Use backquotes.
5593
7201bfbb
SM
5594 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
5595
cf885595
SM
5596 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
5597 has no associated file.
5598 (vc-resynch-buffer): Use vc-dir-buffers.
5599
a4d2c321
GM
56002009-10-01 Glenn Morris <rgm@gnu.org>
5601
9ffe3f52
GM
5602 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
5603 (chart-file-count):
5604 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
5605 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
5606 * emacs-lisp/eieio-opt.el (eieio-describe-class):
5607 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
5608 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
5609 (eieio-copy-parents-into-subclass, make-instance, class-children)
5610 (eieio-generic-form):
bd2afec2
GM
5611 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
5612 * cedet/cedet-idutils.el (cedet-idutils-search)
5613 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
5614 (cedet-idutils-version-check):
5615 * cedet/cedet.el (cedet-version):
5616 * cedet/data-debug.el (data-debug-insert-overlay-button)
5617 (data-debug-insert-overlay-list-button)
5618 (data-debug-insert-buffer-button)
5619 (data-debug-insert-buffer-list-button)
5620 (data-debug-insert-process-button, data-debug-insert-ring-button)
5621 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
5622 (data-debug-insert-stuff-vector-button)
5623 (data-debug-insert-symbol-button, data-debug-insert-string)
5624 (data-debug-insert-number, data-debug-insert-lambda-expression)
5625 (data-debug-insert-nil, data-debug-insert-simple-thing)
5626 (data-debug-insert-custom, data-debug-edebug-expr):
5627 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
5628 (global-ede-mode-map, ede-new, ede-debug-target)
5629 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
5630 * cedet/semantic.el (semantic-minimum-working-buffer-size)
5631 (semantic-fetch-tags, semantic-submode-list)
5632 (semantic-default-submodes):
a785b776
GM
5633 * cedet/ede/source.el (ede-source-match):
5634 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
5635 (project-am-package-info):
5636 * cedet/ede/proj.el (ede-proj-target, project-new-target):
5637 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
5638 * cedet/ede/proj-comp.el (ede-current-build-list):
5639 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
5640 * cedet/ede/files.el (ede-toplevel-project-or-nil):
5641 * cedet/ede/cpp-root.el (initialize-instance):
5642 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
5643 (autoconf-parameter-strip, autoconf-insert-new-macro):
9bf6c65c
GM
5644 * cedet/semantic/wisent.el (wisent-lex-eoi):
5645 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
5646 (semantic-show-parser-state-mode):
5647 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
5648 * cedet/semantic/tag.el (semantic-tag-new-variable)
5649 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
5650 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
5651 (semantic--tag-deep-copy-tag-list)
5652 (semantic-tag-components-with-overlays-default):
5653 * cedet/semantic/symref.el (semantic-symref-find-text):
5654 * cedet/semantic/senator.el (senator-yank-tag)
5655 (senator-transpose-tags-up):
5656 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
5657 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
5658 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
5659 * cedet/semantic/lex.el (semantic-lex-comment-regex)
5660 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
5661 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
5662 * cedet/semantic/lex-spp.el
5663 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
5664 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
5665 * cedet/semantic/idle.el
5666 (semantic-idle-summary-current-symbol-info-brutish)
5667 (semantic-idle-summary-current-symbol-info-default):
5668 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
5669 (semantic--grammar-macro-compl-dict):
5670 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
5671 * cedet/semantic/format.el (semantic-format-tag-custom-list)
5672 (semantic-format-tag-canonical-name-default):
5673 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
5674 (semantic-find-tags-for-completion)
5675 (semantic-find-tags-by-scope-protection-default)
5676 (semantic-deep-find-tags-for-completion):
5677 * cedet/semantic/edit.el
5678 (semantic-edits-incremental-reparse-failed-hook)
5679 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
5680 (semantic-edits-splice-remove, semantic-edits-splice-replace):
5681 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
5682 * cedet/semantic/dep.el (semantic-dependency-include-path):
5683 * cedet/semantic/db.el (semanticdb-default-find-index-class)
5684 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
5685 (semanticdb-project-roots):
5686 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
5687 (semanticdb-find-adebug-insert-scanned-tag-cons)
5688 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
5689 (semanticdb-brute-deep-find-tags-for-completion):
5690 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
5691 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
5692 (semantic-end-of-context-default)
5693 (semantic-ctxt-current-function-default)
5694 (semantic-ctxt-scoped-types-default):
5695 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
5696 (semantic-complete-inline-tag-engine)
5697 (semantic-complete-inline-custom-type)
5698 (semantic-complete-read-tag-analyzer):
5699 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
5700 (semantic-chart-database-size):
5701 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
5702 (semantic-analyze-current-context):
5703 * cedet/semantic/symref/list.el (semantic-symref)
5704 (semantic-symref-hide-buffer, semantic-symref-symbol):
5705 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
5706 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
5707 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
5708 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
5709 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
5710 (semantic-c-dereference-template):
5711 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
5712 (semantic--analyze-refs-full-lookup-with-parents)
5713 (semantic--analyze-refs-full-lookup-simple):
5714 * cedet/semantic/analyze/complete.el
5715 (semantic-analyze-possible-completions):
2f10955c
GM
5716 * cedet/srecode/table.el (srecode-mode-table-new):
5717 * cedet/srecode/srt.el (srecode-read-variable-name):
5718 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
5719 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
5720 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
5721 * cedet/srecode/map.el (srecode-current-map):
5722 * cedet/srecode/insert.el (srecode-insert)
5723 (srecode-insert-variable-secondname-handler, srecode-insert-method)
5724 (srecode-template-inserter-point-override)
5725 (srecode-insert-include-lookup):
5726 * cedet/srecode/getset.el (srecode-auto-choose-class):
5727 * cedet/srecode/extract.el (srecode-inserter-extract):
5728 * cedet/srecode/document.el
5729 (srecode-document-autocomment-return-last-alist)
5730 (srecode-document-autocomment-param-type-alist)
5731 (srecode-document-insert-function-comment)
5732 (srecode-document-insert-variable-one-line-comment)
5733 (srecode-document-function-name-comment):
5734 * cedet/srecode/dictionary.el (srecode-create-dictionary)
5735 (srecode-compound-toString):
5736 * cedet/srecode/compile.el (srecode-flush-active-templates):
5737 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
bd2afec2
GM
5738 Doc/message fixes.
5739
9515cdcc
GM
5740 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
5741 match-data. (Bug#4555).
5742
57b0083a
GM
5743 * cedet/semantic/bovine/gcc.el
5744 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
5745 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
5746
a4d2c321
GM
5747 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
5748 rather than parsing it as a regexp. This relaxes the layout
5749 requirements and makes errors easier to detect.
5750 (check-declare-verify): Check file is regular.
5751 (check-declare-directory): Doc fix.
5752 * subr.el (declare-function): Doc fix.
5753
b15c31c7
GM
5754 * ibuffer.el (ibuffer-format-qualifier):
5755 * isearch.el (hi-lock-regexp-okay):
5756 * calc/calc.el (math-zerop):
5757 * mail/uce.el (rmail-msgbeg, rmail-msgend):
5758 * term/w32-win.el (setup-default-fontset, set-fontset-font):
5759 Remove unused declarations.
5760
0376249d
JB
57612009-10-01 Juanma Barranquero <lekktu@gmail.com>
5762
5763 * cedet/semantic/wisent/javat-wy.el
5764 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
5765
9a589407
JB
57662009-09-30 Juanma Barranquero <lekktu@gmail.com>
5767
5768 * cedet/srecode/expandproto.el: Fix provide statement.
5769
722ff82f
CY
57702009-09-30 Eric Ludlam <zappo@gnu.org>
5771
cf885595 5772 * emacs-lisp/eieio.el (boolean-p): Delete.
722ff82f
CY
5773
57742009-09-30 Sascha Wilde <wilde@sha-bang.de>
5775
5776 * cedet/ede/srecode.el: Fix provide statement.
5777
1fc28a2c
GM
57782009-09-30 Glenn Morris <rgm@gnu.org>
5779
8240628d 5780 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
7ec19ac4 5781 * cedet/ede/proj-aux.el (ede-aux-source):
a1f1d102
GM
5782 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
5783 (ede-misc-source):
d16d4acd
GM
5784 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
5785 (semantic-mrub-switch-tags): Fix doc typos.
5786
40f9bf94
GM
5787 * cedet/semantic/db-global.el (data-debug-new-buffer)
5788 (data-debug-insert-thing): Remove unneeded declarations (one broken).
5789 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
5790
494f4fc7
GM
5791 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
5792
cf885595
SM
5793 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
5794 use of CL function `remove-if-not'.
1fc28a2c
GM
5795
5796 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
5797
494f4fc7
GM
5798 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
5799 filename is not a string.
5800
561580e9
CY
58012009-09-29 Chong Yidong <cyd@stupidchicken.com>
5802
5803 * files.el (safe-local-eval-forms): Fix typo.
5804
dcbbecd4
SM
58052009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
5806
5807 * vc-hooks.el (vc-dir-buffers): New var.
5808 (vc-state-refresh): New function.
5809 (vc-state): Use it.
5810 (vc-after-save): Always ask the backend to recompute the new state.
5811 Always call vc-dir if necessary, using vc-dir-buffers.
5812 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
5813 Use vc-dir-buffers.
5814 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
5815 (vc-dir-prepare-status-buffer, vc-dir-update)
5816 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
5817 Don't call expand-file-name on default-directory.
5818
d88444f2
JB
58192009-09-29 Juanma Barranquero <lekktu@gmail.com>
5820
5821 * speedbar.el (speedbar-item-delete):
5822 * calc/calc-prog.el (calc-kbd-if):
5823 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
5824
5825 * epa.el (epa-key-list-mode-map):
5826 * hi-lock.el (hi-lock-menu): Fix typos in menus.
5827
5828 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
5829 (hs-show-hook): Fix typo in docstring.
5830
5da62d41
GM
58312009-09-29 Glenn Morris <rgm@gnu.org>
5832
d037e45a
GM
5833 * cedet/semantic/symref/idutils.el:
5834 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
5835
ae715515
GM
5836 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
5837
5838 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
5839 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
5840 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
5841 Mark declarations not understood by check-declare.
5842
8360fce0
GM
5843 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
5844 file-name-nondirectory call preventing location of cedet files.
5845 (check-declare-verify): Use literal search rather than re-search.
ae715515 5846 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
5847
5848 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
5849 Use tramp-compat-file-attributes rather than nonexistent
5850 tramp-compat-handle-file-attributes.
5851
5da62d41
GM
5852 * Makefile.in (lisptagsfiles4): New.
5853 (AUTOGENEL): Add cedet loaddefs files.
5854 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
5855 (update-elclist, compile-always, backup-compiled-files)
5856 (bootstrap-clean): Add yet another directory level.
5857 (update-elclist): Use LC_COLLATE rather than COLLATE.
5858 (ELCFILES): Update, via `make update-elclist'.
5859
48267264
JB
58602009-09-29 Juanma Barranquero <lekktu@gmail.com>
5861
5862 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
5863 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
5864 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
5865
2c4cd0b0
AS
58662009-09-28 Andreas Schwab <schwab@linux-m68k.org>
5867
5868 * Makefile.in (lisptagsfiles3): Define.
5da62d41 5869 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
5870 (update-elclist): Add third directory level to look for elc files.
5871 (compile-always): Likewise.
5872 (backup-compiled-files): Likewise.
5873 (bootstrap-clean): Likewise.
5874 (ELCFILES): Update.
5875
a2533e47
CY
58762009-09-28 Chong Yidong <cyd@stupidchicken.com>
5877
5878 * Makefile.in (ELCFILES): Add CEDET files.
5879
b90caf50 58802009-09-28 Eric Ludlam <zappo@gnu.org>
a2095e2e 5881
b90caf50 5882 CEDET (development tools) package merged.
a2095e2e 5883
b90caf50
CY
5884 * cedet/*.el:
5885 * cedet/ede/*.el:
5886 * cedet/semantic/*.el:
5887 * cedet/srecode/*.el: New files.
a2095e2e 5888
eefbedb1
MA
58892009-09-28 Michael Albinus <michael.albinus@gmx.de>
5890
5891 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
5892
5893 * net/tramp.el (top): Require tramp-imap.
5894
5895 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
5896 Use `tramp-compat-handle-file-attributes'.
5897
58982009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
5899
5900 * net/tramp-imap.el: New package.
5901
66635e2f 59022009-09-28 Eric Ludlam <zappo@gnu.org>
6dd12ef2
CY
5903
5904 * emacs-lisp/chart.el:
5905 * emacs-lisp/eieio-base.el:
5906 * emacs-lisp/eieio-comp.el:
5907 * emacs-lisp/eieio-custom.el:
e608e7be 5908 * emacs-lisp/eieio-datadebug.el:
6dd12ef2
CY
5909 * emacs-lisp/eieio-opt.el:
5910 * emacs-lisp/eieio-speedbar.el:
5911 * emacs-lisp/eieio.el: New files.
5912
666fd2cc
CY
5913 * cedet/cedet-cscope.el:
5914 * cedet/cedet-files.el:
5915 * cedet/cedet-global.el:
5916 * cedet/cedet-idutils.el:
5917 * cedet/data-debug.el:
5918 * cedet/inversion.el:
7b232be9 5919 * cedet/mode-local.el:
666fd2cc
CY
5920 * cedet/pulse.el: New files.
5921
748e3d67
VJL
59222009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5923
5924 * whitespace.el (whitespace-trailing-regexp)
5925 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
5926 Fix doc string.
5927
15120dec
CY
59282009-09-27 Chong Yidong <cyd@stupidchicken.com>
5929
5930 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
5931 menu.
5932
5933 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
5934 menu-bar-ediff-menu.
5935
5936 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
5937 define-overloadable-function.
5938
5939 * progmodes/autoconf.el: Provide autoconf as well, so that this
5940 file can be `require'd.
5941
5942 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
5943
5944 * emacs-lisp/autoload.el (generated-autoload-feature)
5945 (generated-autoload-load-name): New vars.
5946 (autoload-rubric, autoload-generate-file-autoloads): Use them.
5947 (make-autoload): Recognize define-overloadable-function and
5948 defclass forms (for EIEIO).
5949
5950 * Makefile.in (update-subdirs): Exclude cedet directory.
5951
135abf91
AR
59522009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
5953
1becddbb 5954 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
5955
5956 * faces.el: Default light-background background for region face to
5957 ns_selection_color under NS.
5958
3d994264
TZ
59592009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
5960
5961 * net/imap-hash.el: New library, see NEWS.
5962
5963 * Makefile.in (ELCFILES): Add imap-hash.el.
5964
ce9a0ccb
SM
59652009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
5966
5967 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
5968 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
5969 * help-macro.el (make-help-screen): Avoid using an ambiguous function
5970 definition where the docstring could be taken for the return value.
5971
a92cdd49
GM
59722009-09-26 Glenn Morris <rgm@gnu.org>
5973
5974 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
5975 Add option to only show images below a certain size.
5976 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
5977 save-excursion calls.
5978
416ac2f1
EZ
59792009-09-26 Eli Zaretskii <eliz@gnu.org>
5980
5981 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
5982 subdirectories) and eieio.
5983
d9a13f68
AM
59842009-09-26 Alan Mackenzie <acm@muc.de>
5985
9c3c9fdf 5986 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
550d95a0 5987 buggy bracketing. (Bug#4289)
d9a13f68
AM
5988
5989 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 5990 character constants (as case labels). (Bug#4289)
d9a13f68 5991
182b3bec
CY
59922009-09-25 Juri Linkov <juri@jurta.org>
5993
5994 * files.el (safe-local-eval-forms): Allow time-stamp in
5995 before-save-hook (Bug#4554).
5996
8f75f2da
JB
59972009-09-25 Drew Adams <drew.adams@oracle.com>
5998
5999 * menu-bar.el (list-buffers-directory): Doc fix.
6000
8390fb80
SM
60012009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
6002
6003 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
6004 Try and avoid copying twice the same paragraph.
6005 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
6006 Remove save-excursion.
6007 (log-edit-changelog-entry): Do it here instead.
6008
11ee8d90
JB
60092009-09-25 Juanma Barranquero <lekktu@gmail.com>
6010
027b1942
JB
6011 * bs.el (bs--get-file-name): Use `list-buffers-directory'
6012 when available, instead of hardcoding mode names. Doc fix.
6013
11ee8d90
JB
6014 * menu-bar.el (list-buffers-directory): Add docstring.
6015 Make automatically buffer-local.
6016
6017 * dired.el (dired-mode):
6018 * files.el (cd-absolute):
6019 * pcvs.el (cvs-temp-buffer):
6020 * pcvs-util.el (cvs-get-buffer-create):
6021 * shell.el (shell-mode):
6022 * vc-dir.el (vc-dir-mode):
6023 Don't make `list-buffers-directory' buffer local.
6024
21289c5d
CY
60252009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
6026
8390fb80
SM
6027 * comint.el (comint-exec, comint-run, make-comint):
6028 Doc fixes (Bug#4542).
21289c5d 6029
e8652dd9
GM
60302009-09-25 Glenn Morris <rgm@gnu.org>
6031
6032 * mail/rmailmm.el (rmail-mime): New custom group.
6033 Move all defcustoms in this file into this group.
6034 (rmail-mime-media-type-handlers-alist): Revert previous change.
6035 (rmail-mime-show-images): New option.
6036 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
6037 references to it, since it wasn't actually used for anything.
6038 (rmail-mime-insert-image): New function.
6039 (rmail-mime-image): Use rmail-mime-insert-image.
6040 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
6041 obey the value of `rmail-mime-show-images' option. Print the size of
6042 attachments.
e8652dd9 6043
fb652bb5
JB
60442009-09-25 David Engster <deng@randomsample.de>
6045
6046 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
6047
32a9841c
VJL
60482009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6049
6050 * whitespace.el: Does not highlight trailing spaces While point is
6051 at end of line. Does not highligt spaces at beginning of buffer
6052 while point is at beginning of buffer. Does not highlight spaces
6053 at end of buffer while point is at end of buffer. (Bug#4177)
6054 New version 12.0.
6055 (whitespace-display-mappings): Adjust initialization.
6056 (whitespace-point, whitespace-font-lock-refontify): New vars.
6057 (whitespace-color-on, whitespace-color-off): Adjust code.
6058 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
6059 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
6060 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
6061
e477ca84
CY
60622009-09-24 Chong Yidong <cyd@stupidchicken.com>
6063
6064 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
6065
6066 * textmodes/sgml-mode.el: Remove xml-mode alias.
6067
6068 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 6069 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 6070
68712602
AM
60712009-09-24 Alan Mackenzie <acm@muc.de>
6072
6073 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
6074 c-forward-conditionals, but it doesn't move point and doesn't set
6075 the mark.
6076 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
6077 (c-down-conditional-with-else, c-backward-conditional)
6078 (c-forward-conditional): Refactor to use c-scan-conditionals.
6079
1659ada0
JB
60802009-09-24 Juanma Barranquero <lekktu@gmail.com>
6081
6082 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
6083 (help-default-arg-highlight): Remove.
6084 (help-highlight-arg): New function.
6085 (help-do-arg-highlight): Use it.
6086 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
6087
b3f01e46
SM
60882009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
6089
6090 * term.el (term-set-scroll-region, term-handle-ansi-escape):
6091 Undo last change, which didn't fix the problem and introduced others.
6092
107ef54a
NR
60932009-09-24 Nick Roberts <nickrob@snap.net.nz>
6094
6095 * progmodes/gdb-mi.el: Don't require speedbar.
6096 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
6097
ffa1fed6
GM
60982009-09-24 Glenn Morris <rgm@gnu.org>
6099
2157a2be
GM
6100 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
6101
6125167c
GM
6102 * term/ns-win.el (ns-reg-to-script): Define for compiler.
6103
ffa1fed6
GM
6104 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
6105 there is no newline after the final mime boundary. (Bug#4539)
6106 Move markers on insertion so that any buttons inserted don't end up in
6107 the next part of a multipart message.
2e9075d3
GM
6108 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
6109 (rmail-mime-bulk-handler): Optionally handle images.
6110 (rmail-mime-image): New button action.
6111 (rmail-mime-image-handler): New function.
6112 (rmail-mime-mode): New mode.
6113 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 6114
4a814992
SM
61152009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
6116
075518b5
SM
6117 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
6118 than just dropping elements from it (bug#4504).
6119
8ad2defc
SM
6120 * term.el (term-set-scroll-region): Don't move cursor any more.
6121 (term-handle-ansi-escape): Call term-goto here instead.
6122 Suggested by Ivan Kanis <apple@kanis.eu>.
6123
4a814992
SM
6124 * term.el: Require CL.
6125 (term-ansi-reset): New function.
6126 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
6127 (term-handle-colors-array): Simplify.
6128
5a0c3f56
JB
61292009-09-24 Juanma Barranquero <lekktu@gmail.com>
6130
6131 * allout.el (allout-overlay-interior-modification-handler)
6132 (allout-obtain-passphrase):
6133 * epa-file.el (epa-file-write-region):
6134 * ps-print.el (ps-begin-job):
6135 * vc-hooks.el (vc-toggle-read-only):
6136 * vc-rcs.el (vc-rcs-rollback):
6137 * vc-sccs.el (vc-sccs-rollback):
6138 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
6139 (vc-version-diff, vc-revert, vc-rollback):
6140 * wdired.el (wdired-check-kill-buffer):
6141 * emacs-lisp/authors.el (authors):
6142 * net/socks.el (socks-open-connection):
6143 * net/zeroconf.el (zeroconf-service-add-hook):
6144 * obsolete/vc-mcvs.el (vc-mcvs-register):
6145 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
6146 (gdb-select-frame):
6147 * progmodes/grep.el (lgrep, rgrep):
6148 * progmodes/idlw-help.el (idlwave-help-check-locations)
6149 (idlwave-help-html-link, idlwave-help-assistant-open-link):
6150 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
6151 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
6152 (reftex-toc-rename-label): Fix typos in error messages.
6153
6154 * dired-aux.el (dired-do-shell-command): Reflow docstring.
6155 (dired-copy-how-to-fn): Doc fix.
6156 (dired-files-attributes, dired-read-shell-command):
6157 Fix typos in docstrings.
6158
6159 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
6160 (dired-x-find-file-other-window): Reflow docstrings.
6161 (dired-omit-marker-char, dired-read-shell-command)
6162 (dired-x-submit-report): Fix typos in docstrings.
6163
6164 * shell.el (shell-mode-hook):
6165 * view.el (View-scroll-line-forward):
6166 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
6167 Fix typos in docstrings.
6168
6169 * net/dig.el (dig-invoke): Fix typo in docstring.
6170 (query-dig): Reflow docstring.
6171
6172 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
6173 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
6174 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
6175 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
6176 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
6177 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
6178 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
6179 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
6180 (idlwave-completion-map, idlwave-current-indent)
6181 (idlwave-custom-ampersand-surround, idlwave-customize)
6182 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
6183 (idlwave-define-abbrev, idlwave-determine-class-special)
6184 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
6185 (idlwave-end-block-reg, idlwave-end-of-statement)
6186 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
6187 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
6188 (idlwave-explicit-class-listed, idlwave-file-header)
6189 (idlwave-fill-paragraph, idlwave-find-class-definition)
6190 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
6191 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
6192 (idlwave-in-quote, idlwave-indent-action-table)
6193 (idlwave-indent-expand-table, idlwave-indent-line)
6194 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
6195 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
6196 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
6197 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
6198 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
6199 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
6200 (idlwave-outlawed-buffers, idlwave-popup-select)
6201 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
6202 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
6203 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
6204 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
6205 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
6206 (idlwave-statement-type, idlwave-struct-skip)
6207 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
6208 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
6209 (idlwave-what-module-find-class): Fix typos in docstrings.
6210 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
6211 (idlwave-calculate-cont-indent, idlwave-expand-equal)
6212 (idlwave-find-module, idlwave-find-structure-definition)
6213 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
6214 (idlwave-list-load-path-shadows, idlwave-next-statement)
6215 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
6216 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
6217 (idlwave-template): Reflow docstrings.
6218
6219 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
6220 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
6221 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
6222 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
6223 (idlwave-shell-display-line, idlwave-shell-display-wframe)
6224 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
6225 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
6226 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
6227 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
6228 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
6229 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
6230 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
6231 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
6232 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
6233 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
6234 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
6235 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
6236 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
6237 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
6238 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
6239 Fix typos in docstrings.
6240 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
6241 (idlwave-shell-hide-output, idlwave-shell-mode)
6242 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
6243 Reflow docstrings.
6244
6245 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
6246
62136c5d
SM
62472009-09-24 Ivan Kanis <apple@kanis.eu>
6248
6249 * term.el (term-bold-attribute): New var.
6250 (term-handle-colors-array): Use it.
6251
9c1a45ed
NR
62522009-09-23 Nick Roberts <nickrob@snap.net.nz>
6253
6254 * progmodes/gdb-mi.el (gdb-version): New variable.
6255 (gdb-non-stop-handler): Set gdb-version.
6256 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
6257 Condition "--thread" option on gdb-version.
6258 (gdb-invalidate-threads): Remove unused argument.
6259
03304f31
SM
62602009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6261
6262 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
6263 to looking-back to avoid ridiculous slow down in large files (bug#4511).
6264
4f02f0c9
GM
62652009-09-23 Glenn Morris <rgm@gnu.org>
6266
6267 * mail/rmail.el (rmail-reply): Don't try to add a References header when
6268 replying to mail without References or Message-Id. (Bug#4525)
6269
a3b4b363
AR
62702009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
6271
6272 * term/ns-win.el (ns-reg-to-script): New variable.
6273
7bda18cc
DU
62742009-09-23 Daiki Ueno <ueno@unixuser.org>
6275
6276 * epg.el (epg-wait-for-status): Preserve existing 'error results.
6277
72169e55
SS
62782009-09-22 Sam Steingold <sds@gnu.org>
6279
6280 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
6281 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
6282 to 1 because hg returns status 1 when nothing is found.
0aa4f295 6283 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 6284
905b7d38
SM
62852009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
6286
b0459dec
SM
6287 * textmodes/fill.el: Convert to utf-8 encoding.
6288 (fill-french-nobreak-p): Remove redundant » and « inherited from our
6289 pre-unicode days.
6290
905b7d38
SM
6291 * add-log.el (change-log-fill-forward-paragraph): New function.
6292 (change-log-mode): Use it so fill-region DTRT.
6293 Set fill-indent-according-to-mode here rather than in
6294 change-log-fill-paragraph.
6295 (change-log-fill-paragraph): Remove.
6296
baa7f3de
JB
62972009-09-22 Juanma Barranquero <lekktu@gmail.com>
6298
6299 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
6300 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
6301
a8d789f0
GM
63022009-09-22 Glenn Morris <rgm@gnu.org>
6303
daedbbc2
GM
6304 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
6305 the scroll-bar scroll the calendar window rather than the buffer.
6306
d8899a74
GM
6307 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
6308 commands that move point (as opposed to scrolling).
6309
a8d789f0
GM
6310 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
6311
6312 * emacs-lisp/elint.el (elint): New custom group.
6313 (elint-log-buffer): Make it a defcustom.
6314 (elint-scan-preloaded, elint-ignored-warnings)
6315 (elint-directory-skip-re): New options.
6316 (elint-builtin-variables): Doc fix.
6317 (elint-preloaded-env): New variable.
6318 (elint-unknown-builtin-args): Add an entry for encode-time.
6319 (elint-extra-errors): Make it a variable rather than a constant.
6320 (elint-preloaded-skip-re): New constant.
6321 (elint-directory): Skip files matching elint-directory-skip-re.
6322 (elint-features): New variable, local to linted buffers.
6323 (elint-update-env): Initialize elint-features. Possibly add
6324 elint-preloaded-env to the buffer's environment.
6325 (elint-get-top-forms): Bind elint-current-pos, for log messages.
6326 Skip quoted forms.
6327 (elint-init-form): New function, extracted from elint-init-env.
6328 Make non-list forms a warning rather than an error.
6329 Add the mode-map for define-derived-mode. Handle define-minor-mode,
6330 easy-menu-define, put that adds an error-condition, and provide.
6331 When requiring cl, also require cl-macs. Really require cl, to handle
6332 some cl macros. Store required libraries in the list elint-features,
6333 so as not to re-load them. Treat cc-require like require.
6334 (elint-init-env): Call elint-init-form to do the work.
6335 Handle eval-and-compile and such like.
6336 (elint-add-required-env): Do not clear messages.
6337 (elint-special-forms): Add handlers for function, defalias, if, when,
6338 unless, and, or.
6339 (elint-form): Add optional argument to ignore elint-special-forms,
6340 useful to prevent recursive calls from handlers. Doc fix.
6341 Respect elint-ignored-warnings.
6342 (elint-form): Respect elint-ignored-warnings.
6343 (elint-bound-variable, elint-bound-function): New variables.
6344 (elint-unbound-variable): Respect elint-bound-variable.
6345 (elint-get-args): Respect elint-bound-function.
6346 (elint-check-cond-form): Add some simple handling for (f)boundp and
6347 featurep tests.
6348 (elint-check-defalias-form): New handler.
6349 (elint-check-let-form): Make an empty let a warning rather than an
6350 error.
6351 (elint-check-setq-form): Make an empty setq a warning rather than an
6352 error. Respect elint-ignored-warnings.
6353 (elint-check-defvar-form): Accept null doc-strings.
6354 (elint-check-conditional-form): New handler. Does some simple-minded
6355 checking of featurep and (f)boundp tests.
6356 (elint-put-function-args): New function.
6357 (elint-initialize): Use elint-scan-doc-file rather than
6358 elint-find-builtin-variables. Use elint-put-function-args.
6359 Possibly scan preloaded-file-list.
6360 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
6361 extend to handle functions as well.
6362
245be23c
JB
63632009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
6364
6365 * linum.el (linum-delete-overlays, linum-update-window):
6366 Do not modify the right margin. (Bug#3971)
6367
91fdbd6f
CY
63682009-09-21 Chong Yidong <cyd@stupidchicken.com>
6369
6370 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
6371 nxml-mode instead of xml-mode.
6372
7589d38e
JB
63732009-09-21 Kevin Ryde <user42@zip.com.au>
6374
6375 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
6376
5ac42715
SM
63772009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6378
6379 * net/dig.el (dig-mode): Use define-derived-mode.
6380
09c01323
DN
63812009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
6382
4096c5f2
DN
6383 * vc-dispatcher.el (vc-do-command): Return the process object in
6384 the asynchronous case. Use when instead of if. Do not run
5480359e 6385 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 6386
0e172cc2
DN
6387 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
6388 properties to the stash strings.
6389 (vc-git-stash-list): Return a list of strings.
6390 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
6391 (vc-git-stash-show-at-point): New functions.
6392 (vc-git-stash-map): New keymap.
6393
03304f31
SM
6394 * register.el (ctl-x-r-map): Define the keys here instead of
6395 using autoload.
09c01323 6396
03304f31 63972009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
6398
6399 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
6400 list, to workaround performance problem (bug#4485).
6401
2f5fc4d7
NR
64022009-09-20 Nick Roberts <nickrob@snap.net.nz>
6403
6404 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
6405
b0f5fd2e
DU
64062009-09-20 Daiki Ueno <ueno@unixuser.org>
6407
6408 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
6409 Document that this option is not recommended to use.
6410
f3445fab
GM
64112009-09-19 Glenn Morris <rgm@gnu.org>
6412
547c6921
GM
6413 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
6414 variable `var'.
6415
f3445fab
GM
6416 * calc/calc-alg.el (var):
6417 * calc/calcalg2.el (var): Define for compiler.
6418
946c009b
CY
64192009-09-19 Chong Yidong <cyd@stupidchicken.com>
6420
e3f36d03
SM
6421 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
6422 Doc fix (Bug#3932).
e2045997 6423
24aedbca
CY
6424 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
6425
327dd27a
CY
6426 * time-stamp.el (time-stamp-month-dd-yyyy)
6427 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
6428 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
6429 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
6430 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
6431 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 6432
946c009b
CY
6433 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
6434 indent buffer only if called interactively (Bug#4452).
6435
3e70541a
JB
64362009-09-19 Juanma Barranquero <lekktu@gmail.com>
6437 Eli Zaretskii <eliz@gnu.org>
6438
6439 This fixes bug#4197 (merged to bug#865, though not identical).
6440 * server.el (server-auth-dir): Add docstring note about FAT32.
6441 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
6442 but warn against using them.
6443
9b94c32e
NR
64442009-09-19 Nick Roberts <nickrob@snap.net.nz>
6445
6446 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
6447 older GDB where there is no has_more field.
6448
66590684
GM
64492009-09-19 Glenn Morris <rgm@gnu.org>
6450
6451 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6452
9a1337f9
CY
64532009-09-18 Chong Yidong <cyd@stupidchicken.com>
6454
6455 * files.el (auto-mode-alist): Change default for XML files to nXML
6456 mode (Bug#4169).
6457
d7554167
JB
64582009-09-18 Juanma Barranquero <lekktu@gmail.com>
6459
6460 * server.el (server-ensure-safe-dir): Pass 'integer
6461 to `file-attributes', as suggested.
6462
35a3f9a4
SM
64632009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6464
6465 * dired-aux.el (dired-query-alist): Remove spurious backslash.
6466 (dired-query): Use read-key.
6467
044f9b05
AR
64682009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
6469
6470 * cus-start.el (ns-use-qd-smoothing): Remove.
6471
6188ea49
GM
64722009-09-18 Glenn Morris <rgm@gnu.org>
6473
08cf18e4
GM
6474 * allout.el (top-level): Remove unnecessary progn.
6475
07eae5c5
GM
6476 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
6477
6726c25e
GM
6478 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
6479 definition of abbrev table.
6480
3f527154 6481 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
6482 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
6483 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
6484 * net/newst-backend.el (newsticker--cache-read-feed):
6485 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
6486 condition-case handlers.
6487
ccb4c30c
NR
64882009-09-18 Nick Roberts <nickrob@snap.net.nz>
6489
6490 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
6491 (gdb-var-list): Add an element for has_more field.
6492 (gdb-non-stop-handler): Enable pretty printing for STL containers.
6493 (gdb-var-create-handler, gdb-var-list-children-handler-1)
6494 (gdb-var-update-handler-1): Parse output of dynamic variable
6495 objects (STL containers).
6496 (gdb-var-delete-1): Pass var1 as an explicit second argument.
6497 (gdb-get-field): Delete alias. Use bindat-get-field directly.
6498
6499 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
6500 gdb-var-list.
6501 (gud-speedbar-buttons): Make node expandable if expression "has more"
6502 children.
6503
8686ac71
JB
65042009-09-17 Juanma Barranquero <lekktu@gmail.com>
6505
6506 * startup.el (emacs-quick-startup): Remove variable and all uses.
6507 (command-line): Set `inhibit-x-resources' instead.
6508 (command-line-1): Use `inhibit-x-resources' instead.
6509
a69c67e8
CY
65102009-09-17 Chong Yidong <cyd@stupidchicken.com>
6511
6512 * subr.el: Fix last change to avoid using the `unless' macro,
6513 which breaks bootstrapping.
6514
354f0faf
SM
65152009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6516
6517 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
6518 extended definitions, in case we reload subr.el after having
6519 loaded CL.
6520 (eval-next-after-load): Mark as obsolete.
6521
98b9bf40
JL
65222009-09-17 Juri Linkov <juri@jurta.org>
6523
6524 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
6525 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
6526 (menu-bar-showhide-menu, menu-bar-tools-menu)
6527 (menu-bar-describe-menu, menu-bar-help-menu)
6528 (minibuffer-local-completion-map, minibuffer-local-map):
6529 Fix list quoting.
6530
28fab7b5
GM
65312009-09-17 Glenn Morris <rgm@gnu.org>
6532
88d5190c
GM
6533 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
6534 arguments, whether or not it has a handler.
6535
74f24ba7
GM
6536 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
6537
28fab7b5
GM
6538 * simple.el (hard-newline): Give it a doc-string.
6539
a8106aec
GM
6540 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6541 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 6542
76251ad7
DN
65432009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
6544
72033dbe
DN
6545 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
6546 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
6547 (menu-bar-options-menu, menu-bar-showhide-menu)
6548 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
6549 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
6550 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
6551 (menu-bar-options-menu, menu-bar-tools-menu)
6552 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
6553 (menu-bar-help-menu):
6554 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
6555 string arguments.
6556
76251ad7
DN
6557 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
6558 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
6559 calls for the menu names and :help.
6560
97b952b7
SM
65612009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6562
6563 * mouse.el (minor-mode-menu-from-indicator): Pay attention
6564 to :minor-mode-function (bug#4455).
6565
8f38189e
SM
65662009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6567
d2fd733e
SM
6568 * startup.el (command-line): Initialize the window-system after
6569 processing the command-line.
6570
8f38189e
SM
6571 * textmodes/page.el (what-page): Make sure we don't inf-loop if
6572 page-delimiter matches the empty string.
6573
77564fa4
GM
65742009-09-16 Glenn Morris <rgm@gnu.org>
6575
6576 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
6577 byte-compile-not-obsolete-var. It's a list now.
6578 (byte-compile-not-obsolete-funcs): New variable.
6579 (byte-compile-warn-obsolete): Don't warn about functions if they are in
6580 byte-compile-not-obsolete-funcs.
6581 (byte-compile-variable-ref, byte-compile-defvar): Update for
6582 byte-compile-not-obsolete-vars name-change and list nature.
6583 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
6584 and variables behind (f)boundp tests.
6585 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
6586
79d316d3
DN
65872009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
6588
6589 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
6590
8fed6934
SM
65912009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6592
6593 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
6594 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
6595 Don't autoload.
6596
4078fd57
SE
65972009-09-15 Stephen Eglen <stephen@gnu.org>
6598
6599 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 6600 the virtual-buffers, use the name of the buffer specified by
4078fd57 6601 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 6602 problem if the target and the symlink had different names.)
4078fd57 6603
838ff458
SM
66042009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6605
b3c7c12d
SM
6606 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
6607
13dc2bc2
SM
6608 * desktop.el (desktop-path): Check user-emacs-directory.
6609
49fec531
SM
6610 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
6611
0e328d37
SM
6612 * loadup.el: Use after-load-functions to GC after loading each file.
6613 Remove the explicit GC calls that used to be sprinkled around.
6614
838ff458
SM
6615 * subr.el (after-load-functions): New hook.
6616 (do-after-load-evaluation): Run it. Use string-match-p to detect
6617 `obsolete' packages, rather than painfully extracting the relevant
6618 directory name.
6619
a62f564f
GM
66202009-09-15 Glenn Morris <rgm@gnu.org>
6621
6622 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
6623 free variable `doc'.
6624
6625 * dired.el (dired-mode-map): Add menu entry for async shell command.
6626
6627 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
6628 variables, also consider the .elc files, since the .el files are
6629 normally gzipped (subsequent code locates the .el.gz from the .elc).
6630
6631 * calc/calc-prog.el (arglist): Define for compiler.
6632
6633 * calendar/diary-lib.el (diary-display-function): Change the default to
6634 fancy display.
6635 (body): Define for compiler.
6636
6637 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
6638 (byte-compile-file-form, byte-compile-lambda)
6639 (byte-compile-top-level-body, byte-compile-form)
6640 (byte-compile-variable-ref, byte-compile-setq)
6641 (byte-compile-setq-default, byte-compile-body)
6642 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
6643 (batch-byte-compile): Give some more local variables with common names
6644 a "bytecomp-" prefix to avoid masking warnings about free variables.
6645
cd05fe7f
GM
6646 * startup.el (command-line-1): Give local variables with common names a
6647 distinguishing prefix, so as not to hide free variable warnings during
6648 bootstrap.
6649
a62f564f
GM
6650 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
6651 clever and add a suffix to make a unique name, just let the user decide
6652 whether or not to overwrite it. If the input is a directory, write the
6653 default filename to that directory. (Bug#4388)
6654 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
6655 is a filename-as-a-directory.
6656
fbc88440
SM
66572009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6658
6659 * textmodes/page.el (what-page): Don't move to beginning of line.
6660 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
6661
60308853
DN
66622009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
6663
6664 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
6665
32ba3abc
DN
66662009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
6667
9cd39aff
DN
6668 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
6669 * help.el (help-for-help-internal): Add purecopy calls for text.
6670
32ba3abc
DN
6671 * vc.el (top): print-log method now takes an optional SHORTLOG
6672 argument. Add a new method: root.
32ba3abc
DN
6673 (vc-root-diff, vc-print-root-log): New functions.
6674 (vc-log-short-style): New variable.
6675 (vc-print-log-internal): Add support for showing short logs.
6676
6677 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
6678 vc-print-root-log and vc-print-root-diff.
6679
6680 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
6681 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
6682 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
6683 short logs.
6684
6685 * vc-cvs.el (vc-cvs-print-log):
6686 * vc-mtn.el (vc-mtn-print-log):
6687 * vc-rcs.el (vc-rcs-print-log):
6688 * vc-sccs.el (vc-sccs-print-log):
6689 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
6690 that is ignored for now.
6691
837b0e99
DN
6692 * vc-mtn.el (vc-mtn-annotate-command):
6693 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
6694
31cd2dd4
SM
66952009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6696
6697 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
6698 to function-key-map, and give them ascii-character property.
6699 * term/x-win.el (x-alternatives-map):
6700 * term/ns-win.el (ns-alternatives-map):
6701 * term/internal.el (msdos-key-remapping-map):
6702 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
6703
d62e5bf2
GM
67042009-09-14 Glenn Morris <rgm@gnu.org>
6705
6706 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
6707 temp-buffers (2009-09-12).
6708
7d0105e5
SM
67092009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
6710
6711 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
6712 the new read-key function.
6713
e17ed9ad
CY
67142009-09-13 Chong Yidong <cyd@stupidchicken.com>
6715
6716 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
6717 is defined (Bug#4405).
6718
1fc26e29
CY
67192009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
6720
6721 * recentf.el (recentf-cleanup): Use a hash table to find
6722 duplicates (Bug#4407).
6723
61dc96a2 67242009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
6725
6726 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
6727 kp-0 to ascii equivalents (Bug#4325).
6728
42c3a9e3
CY
67292009-09-13 Chong Yidong <cyd@stupidchicken.com>
6730
1f5c1626
CY
6731 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
6732
42c3a9e3 6733 * eshell/em-hist.el:
31cd2dd4
SM
6734 * eshell/em-dirs.el (eshell-complete-user-reference):
6735 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
6736
67372009-09-13 Leo <sdl.web@gmail.com> (tiny change)
6738
6739 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
6740 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
6741 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
6742 * eshell/em-hist.el (eshell-history-file-name):
6743 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 6744
1e2b6acf
GM
67452009-09-13 Glenn Morris <rgm@gnu.org>
6746
6747 * ediff-merg.el (ediff-do-merge):
6748 * filesets.el (filesets-run-cmd):
6749 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
6750 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
6751 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
6752 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
6753 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
6754 Replace empty `let's with `progn'.
6755
adba8116
SM
67562009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
6757
6758 * mail/sendmail.el (send-mail-function):
6759 * tooltip.el (tooltip-mode):
6760 * simple.el (transient-mark-mode):
6761 * rfn-eshadow.el (file-name-shadow-mode):
6762 * frame.el (blink-cursor-mode):
6763 * font-core.el (global-font-lock-mode):
6764 * files.el (temporary-file-directory)
6765 (small-temporary-file-directory, auto-save-file-name-transforms):
6766 * epa-hook.el (auto-encryption-mode):
6767 * composite.el (global-auto-composition-mode):
6768 Use custom-initialize-delay.
6769 * startup.el (command-line): Don't explicitly call
6770 custom-reevaluate-setting for all the above vars.
6771 * custom.el (custom-initialize-safe-set)
6772 (custom-initialize-safe-default): Delete.
6773
0a4afea9
SM
67742009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6775
9f94990d
SM
6776 * term/x-win.el (x-initialize-window-system):
6777 * term/w32-win.el (w32-initialize-window-system):
6778 * term/ns-win.el (ns-initialize-window-system): Don't call
6779 mouse-wheel-mode since it's enabled globally by default already.
6780
0a4afea9
SM
6781 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
6782 actually define the variable, but only silences the byte-compiler.
6783 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
6784 before looking it up.
6785 (mouse-wheel-scroll-amount): Also reset the bindings if this value
6786 is changed.
6787
bf01513f
GM
67882009-09-12 Glenn Morris <rgm@gnu.org>
6789
6790 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
6791 1000.
6792 (elint-add-required-env): Don't beep on error.
6793 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
6794 (elint-init-env): Skip non-list forms.
6795 (elint-log): Handle unknown file positions.
bf01513f 6796
d85889e4
DU
67972009-09-12 Daiki Ueno <ueno@unixuser.org>
6798
6799 * epg.el (epg-make-context): Add autoload cookie.
6800 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
6801 (epg-decrypt-string, epg-start-verify, epg-verify-file)
6802 (epg-verify-string, epg-start-sign, epg-sign-file)
6803 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
6804 (epg-encrypt-string, epg-start-export-keys)
6805 (epg-export-keys-to-file, epg-export-keys-to-string)
6806 (epg-start-import-keys, epg-import-keys-from-file)
6807 (epg-import-keys-from-string, epg-start-receive-keys)
6808 (epg-receive-keys, epg-import-keys-from-server)
6809 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
6810 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
6811 (epg-generate-key-from-file, epg-generate-key-from-string):
6812 Remove autoload cookie.
d85889e4 6813
8f825ee6
EZ
68142009-09-12 Eli Zaretskii <eliz@gnu.org>
6815
36b434ee
EZ
6816 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
6817 reevaluation of trash-directory.
6818
8f825ee6
EZ
6819 * mwheel.el: Fix last change.
6820 (mouse-wheel-mode): New defvar.
6821 (mouse-wheel-mode): Remove autoload cookie.
6822
5766c380
SM
68232009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6824
ab5c0fcd
SM
6825 * mwheel.el (mwheel-installed-bindings): New var.
6826 (mouse-wheel-mode): Use it, so as to make sure we really remove all
6827 the bindings we set last time. Use custom-initialize-delay.
6828 * loadup.el: Load mwheel after term/*-win.el.
6829 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
6830 and mouse-wheel-up-event now that their first evaluation is done
6831 sufficiently late to be correct.
6832
45448e64
SM
6833 * startup.el (tutorial-directory): Make it a defcustom.
6834 Use custom-initialize-delay rather than eval-at-startup to set it.
6835 * image.el (image-load-path): Make it a defcustom.
6836 Use custom-initialize-delay rather than eval-at-startup to set it.
6837 * subr.el (eval-at-startup): Remove.
6838 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
6839
5766c380
SM
6840 * subr.el (do-after-load-evaluation): Warn the user after loading an
6841 obsolete package.
6842
d6549da4
GM
68432009-09-12 Glenn Morris <rgm@gnu.org>
6844
6845 * proced.el (proced-mark-alt): Remove alias.
6846 (proced-mode-map): Remove proced-mark-alt.
6847
6848 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
6849 Elint file and directory. Remove initialization entry.
6850
6851 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
6852 commands.
6853 (elint-current-buffer): Set mode-line-process.
6854 (elint-init-env): Handle define-derived-mode.
6855 Fix declare-function with unspecified arglist. Guard against odd
6856 defalias statements (eg iso-insert's 8859-1-map).
6857 (elint-add-required-env): Use a temp buffer.
6858 (elint-form): Just print the function/macro name, not the whole form.
6859 Return env unchanged if we fail to parse a macro.
6860 (elint-forms): Guard against parse errors.
6861 (elint-output): New function, to handle batch mode.
6862 (elint-log-message): Add optional argument. Use elint-output.
6863 (elint-set-mode-line): New function.
6864
30194d4d
CY
68652009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
6866
6867 * emacs-lisp/elp.el (elp-not-profilable): Add more
6868 functions (Bug#4233).
6869
a035f9b0
CY
68702009-09-12 Chong Yidong <cyd@stupidchicken.com>
6871
6872 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
6873 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
6874
dad61164
NR
68752009-09-11 Nick Roberts <nickrob@snap.net.nz>
6876
6877 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
6878 (gdb-var-list-children): Use json parsing.
6879
9c3c9fdf 68802009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
6881
6882 * progmodes/js.el (js--proper-indentation): Handle the case where
6883 char-before is null. Reported by Deniz Dogan.
6884
b4587710
JB
68852009-09-11 Juanma Barranquero <lekktu@gmail.com>
6886
6887 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
6888
13890796
DU
68892009-09-11 Daiki Ueno <ueno@unixuser.org>
6890
6891 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
6892 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 6893 (epg-context-set-passphrase-callback)
97d4bdba 6894 (epg-context-set-progress-callback): Add description about
b18508dd 6895 callback function.
13890796 6896
2efb64a8
SM
68972009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6898
790d0270
SM
6899 * custom.el (custom-delayed-init-variables): New var.
6900 (custom-initialize-delay): New function.
6901 * startup.el (command-line): "Re"evaluate all vars in
6902 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
6903 explicitly any more.
6904 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
6905 to avoid creating a ~/.emacs.d at build-time (bug#4347).
6906
6907 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 6908
ac243a40
NR
69092009-09-11 Nick Roberts <nickrob@snap.net.nz>
6910
6911 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
6912 (gdb-var-update-handler): Use json parsing.
6913
657bc6fc
JB
69142009-09-11 Juanma Barranquero <lekktu@gmail.com>
6915
6916 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
6917 decode annotated text, regardless of language environment. (Bug#2741)
6918
b6fe8102
SM
69192009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6920
6921 * Makefile.in (autoloads): Make rmail.el writable as well.
6922
5cc443fe
GM
69232009-09-11 Glenn Morris <rgm@gnu.org>
6924
5515c54e
GM
6925 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
6926 loaddefs.el.
6927 * dired.el: Regenerate with extracted autoloads.
6928 * Makefile.in (autoloads): Make dired.el writable.
6929
15067158
GM
6930 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
6931 * ibuffer.el: Regenerate with extracted autoloads.
6932 * Makefile.in (autoloads): Make ibuffer.el writable.
6933
d35d0238
GM
6934 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
6935 * version.el (emacs-copyright, emacs-major-version)
6936 (emacs-minor-version): Reformat doc-strings for make-docfile.
6937
5cc443fe
GM
6938 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
6939 functions and variables, since they must be stuff specific to some other
6940 platform.
6941 (apropos-print): Make mouse-click message less specific about button.
6942
6943 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
6944 that records where a macro was defined.
6945 * help-fns.el (describe-function-1): Mention if a function has a
6946 compiler-macro.
6947 * help-mode.el (help-function-cmacro): New button.
6948
6949 * locate.el (top-level): Always require dired.
6950 (locate-mode-map): Initialize inside the defvar.
6951
6952 * net/ange-ftp.el (dired-compress-file): Declare.
6953 (ange-ftp-dired-compress-file): Add doc string.
6954
6955 * term/ns-win.el (x-display-name, x-setup-function-keys):
6956 Unify doc-strings with X versions.
6957
8cb95edf
SM
69582009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6959
726a4d09
SM
6960 * emulation/crisp.el (crisp-mode-map): Move initialization
6961 into declaration.
6962 (crisp-mode): Use define-minor-mode.
6963
8cb95edf
SM
6964 * progmodes/xscheme.el (xscheme-evaluation-commands):
6965 Put a :advertised-binding property rather than using
6966 advertised-xscheme-send-previous-expression.
6967 (advertised-xscheme-send-previous-expression): Declare obsolete.
6968 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
6969 `advertised-undo'.
6970 (crisp-mode): Add corresponding bindings to
6971 undo's :advertised-binding instead.
6972 * dired.el (dired-mode-map): Put a :advertised-binding property rather
6973 than using dired-advertised-find-file.
6974 (dired-advertised-find-file):
6975 * simple.el (advertised-undo):
6976 * wid-edit.el (advertised-widget-backward): Declare obsolete.
6977 (widget-keymap): Put a :advertised-binding property rather
6978 than using advertised-widget-backward.
6979 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
6980 than using advertised-undo.
6981 * tutorial.el (tutorial--default-keys): Adjust accordingly.
6982
07db5857
SS
69832009-09-10 Simon South <ssouth@slowcomputing.org>
6984
6985 * progmodes/delphi.el (delphi-tab): Indent region when Transient
6986 Mark mode is enabled and region is active; otherwise indent or
6987 insert TAB as usual.
6988 (delphi-mode): Update description of TAB-key binding.
6989
50d4ba39
SM
69902009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
6991
6992 * subr.el (define-key-rebound-commands): Mark obsolete.
6993 * startup.el (precompute-menubar-bindings): Remove.
6994 (normal-top-level): Remove obsolete code that tried to precompute
6995 menubar bindings.
6996 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
6997 define-key-rebound-commands and precompute-menubar-bindings.
6998
ffa894db
KY
69992009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
7000
7001 * net/imap.el (imap-interactive-login): Better messages.
7002 (imap-open): Fix bug with renamed buffer on reconnect.
7003 (imap-authenticate): Add buffer-local imap-last-authenticator variable
7004 for easier debugging and cleaner code. On successful (guessed based on
7005 server capabilities) secondary authentication, set imap-state
7006 correctly.
7007 (imap-last-authenticator): Define imap-last-authenticator as a variable
7008 to avoid warnings.
7009
9477096c
GM
70102009-09-10 Glenn Morris <rgm@gnu.org>
7011
7012 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
7013
7014 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
7015 (byte-compile-file-form-autoload): Don't warn about unknown functions
7016 where the autoload statement comes after the use.
7017 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
7018 that any handlers inside the body (eg require) are in turn respected.
7019
7020 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
7021 effects.
7022
7023 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
7024 and syntax and abbrev tables basic docs, if they don't have any.
7025
7026 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
7027
7028 * international/mule-cmds.el (top-level): Require cl when compiling.
7029 (view-hello-file): Use default-value rather than
7030 default-enable-multibyte-characters.
7031
7032 * progmodes/fortran.el: Move all safe and risky properties into the
7033 defcustoms.
7034
7035 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
7036 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
7037 * mail/undigest.el:
7038 Put autoloads in rmail.el rather than loaddefs.el.
7039 * mail/rmail.el: Regenerate with extracted autoloads.
7040
7041 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
7042 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
7043
9f16c547
NR
70442009-09-10 Nick Roberts <nickrob@snap.net.nz>
7045
7046 Reported in thread for Bug#4375.
7047 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
7048 "-data-evaluate-expression" instead of print.
7049 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
7050 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
7051 (gdb): Revert 2009-08-11 change. User should detach inferior
7052 manually.
9f16c547
NR
7053
7054 Remove the word "separate" from IO functions as inferior
7055 output is now never displayed in the GUD buffer.
7056
50405cd0
JB
70572009-09-10 Juanma Barranquero <lekktu@gmail.com>
7058
7059 * startup.el (command-line-normalize-file-name): On Windows and
7060 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
7061
7ae62430
JL
70622009-09-10 Juri Linkov <juri@jurta.org>
7063
7064 * isearch.el (isearch-text-char-description): Propertize escape
7065 character sequences with the `escape-glyph' face. (Bug#4344)
7066
7067 * simple.el (shell-command): Set asynchronous process filter to
7068 `comint-output-filter'. (Bug#4343)
7069
7070 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
7071 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
7072 the list. Move "asm" to the bottom.
7073 (grep-find-ignored-directories): Add `choice' with nil value
7074 to empty the list easily.
7075 (grep-find-ignored-files): New option.
7076 (grep-files-history): Set to nil by default instead of '("ch" "el").
7077 (grep-compute-defaults): Add "<X>" to `grep-template'.
7078 (grep-read-files): Bind new local variables `default-alias' and
7079 `default-extension'. Use a list of default values for the file prompt.
7080 (lgrep): Add `--exclude=' command line options composed from
7081 `grep-find-ignored-files'.
7082 (rgrep): Add `-name' command line options composed from
7083 `grep-find-ignored-files'. (Bug#4301)
7084
cd875252
SM
70852009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
7086
7087 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
7088 (bug#4368).
7089
cdce0b33
KY
70902009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7091
7092 * calendar/time-date.el (autoload):
7093 Expand define-obsolete-function-alias into defalias and make-obsolete
7094 for old Emacsen that Gnus supports.
7095 (with-no-warnings): Define it for old Emacsen.
7096 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7097 is available.
7098 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7099 float-time is available; suppress compile warning for time-to-seconds.
7100
71012009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
7102
7103 * net/imap.el (imap-message-map): Docstring fix.
7104
2b2eb431
GM
71052009-09-09 Glenn Morris <rgm@gnu.org>
7106
7107 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
7108 line numbers too. (Bug#4374)
7109
83a5aac5
SM
71102009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7111
755e0210
SM
7112 * smerge-mode.el (smerge-remove-props, smerge-refine):
7113 Use with-silent-modifications (bug#4342).
7114
83a5aac5
SM
7115 * subr.el (with-silent-modifications): New macro.
7116
79f01fa7
JB
71172009-09-07 Juanma Barranquero <lekktu@gmail.com>
7118
7119 * files.el (top-level): Require `cl' when compiling.
7120
448ecec3
GM
71212009-09-07 Glenn Morris <rgm@gnu.org>
7122
7123 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
7124
8f09a02f
GM
7125 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
7126 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
7127
76ff67bf
NR
71282009-09-06 Nick Roberts <nickrob@snap.net.nz>
7129
7130 * vc-git.el (vc-git-annotate-command): Use separator to parse
7131 arguments correctly.
7132
943c8b75
EZ
71332009-09-06 Eli Zaretskii <eliz@gnu.org>
7134
7135 * proced.el (proced-mode): Doc fix.
7136
680db9ac
MA
71372009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
7138
7139 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
7140 lstat fails.
7141 (tramp-do-file-attributes-with-ls): Check for file existence at
7142 remote end.
7143 (tramp-do-file-attributes-with-stat): Likewise.
7144 (tramp-convert-file-attributes): Return nil when attr is nil.
7145
3f12e5bd
GM
71462009-09-05 Glenn Morris <rgm@gnu.org>
7147
c8dc27bf
GM
7148 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
7149 properties to this button.
7150 (diary-fancy-display): Don't extend the button to the final newline.
7151 (diary-fancy-display-mode): Continue to define "q" as a local key.
7152
cca065d8
GM
7153 * calendar/cal-china.el (holiday-chinese): Make it slightly more
7154 efficient.
7155
cddaedb6
GM
7156 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
7157
3f12e5bd
GM
7158 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
7159 (byte-compile-dest-file-function): New option.
7160 (byte-compile-dest-file): Doc fix.
7161 Obey byte-compile-dest-file-function.
7162 (byte-compile-cl-file-p): New function.
7163 (byte-compile-eval): Only suppress noruntime warnings about cl functions
7164 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
7165 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
7166 than for file being previously loaded.
7167 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
7168 (byte-compile-file-form-require): Handle the case where requiring a file
7169 indirectly causes CL to be loaded.
7170
049a231b
KF
71712009-09-05 Karl Fogel <kfogel@red-bean.com>
7172
7173 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
7174 before killing the old buffer, since by the time `kill-buffer' is
7175 run so many buffer variables have been set to nil that it may not
7176 behave as expected. (Bug#4061)
7177
ef7ef2a0
KF
71782009-09-05 Karl Fogel <kfogel@red-bean.com>
7179
7180 * files.el (find-alternate-file): If the old buffer is modified
7181 and visiting a file, behave similarly to `kill-buffer' when
7182 killing it, thus reverting to the pre-1.878 behavior; see
7183 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
7184 for discussion. Also, consult `buffer-file-name' as a variable
7185 not as a function, for consistency with the rest of the code.
7186
73d854cd
MA
71872009-09-04 Michael Albinus <michael.albinus@gmx.de>
7188
7189 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
7190 also when adding a new directory.
7191
7192 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
7193 defun.
7194
df120481
SM
71952009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7196
7197 * files.el (locate-file-completion-table): Make it provide boundary
7198 information, so partial-completion works better.
7199
c0bc6d79
SM
72002009-09-04 Leo <sdl.web@gmail.com> (tiny change)
7201
7202 * mail/footnote.el (Footnote-text-under-cursor):
7203 Check footnote-text-marker-alist before using it (bug#4324).
7204
f76a9756
GM
72052009-09-04 Glenn Morris <rgm@gnu.org>
7206
67d110f1
GM
7207 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
7208 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
7209 * play/solitaire.el, play/tetris.el:
7210 Remove leading * from defcustom and defface docs.
7211
b42d4989
GM
7212 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
7213 necessary.
7214 (diary-fancy-overriding-map): New variable.
7215 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
7216 Use view-mode.
7217
f76a9756
GM
7218 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
7219 goto-line.
7220
e605eeeb
GM
72212009-09-03 Glenn Morris <rgm@gnu.org>
7222
597e2240
GM
7223 * arc-mode.el (archive-mode):
7224 * dos-fns.el (set-default-process-coding-system):
7225 * man.el (Man-getpage-in-background):
7226 * menu-bar.el (menu-bar-describe-menu):
7227 * server.el (server-process-filter):
7228 * startup.el (command-line):
7229 * tar-mode.el (tar-header-block-tokenize, tar-extract):
7230 * w32-fns.el (set-default-process-coding-system):
7231 * x-dnd.el (x-dnd-handle-file-name):
7232 * international/mule-cmds.el (mule-menu-keymap)
7233 (set-default-coding-systems, language-info-alist, set-language-info)
7234 (set-language-environment, standard-display-european-internal)
7235 (set-locale-environment):
7236 * international/mule-diag.el (mule-diag):
7237 * mail/emacsbug.el (report-emacs-bug):
7238 * mail/rmail.el (rmail-mode):
7239 * mail/sendmail.el (mail-setup):
7240 Use default-value rather than default-enable-multibyte-characters.
7241
f38184aa
GM
7242 * progmodes/f90.el: Move all safe properties into the defcustoms.
7243 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
7244
e605eeeb
GM
7245 * calendar/appt.el (appt-check):
7246 * calendar/diary-lib.el (diary-set-header, diary-live-p)
7247 (diary-check-diary-file, diary-list-entries)
7248 (diary-include-other-diary-files, diary-simple-display)
7249 (diary-fancy-display, diary-print-entries)
7250 (diary-mark-included-diary-files, diary-make-entry):
7251 Don't call substitute-in-file-name on diary-file.
7252
734db384
SM
72532009-09-03 Eduard Wiebe <usenet@pusto.de>
7254 Stefan Monnier <monnier@iro.umontreal.ca>
7255
7256 * mail/footnote.el (footnote-prefix): Make it a defcustom.
7257 (footnote-mode-map): Move initialization into the declaration.
7258 (footnote-minor-mode-map): Define it rather than changing global-map.
7259 (footnote-mode): Use define-minor-mode.
7260
e5aa47f9
MA
72612009-09-02 Michael Albinus <michael.albinus@gmx.de>
7262
7263 * net/tramp.el (tramp-handle-file-attributes-with-ls)
7264 (tramp-do-file-attributes-with-perl)
7265 (tramp-do-file-attributes-with-stat): Rename from
7266 `tramp-handle-file-attributes-with-*'.
7267 (tramp-handle-file-attributes): Use them.
7268 (tramp-do-directory-files-and-attributes-with-perl)
7269 (tramp-do-directory-files-and-attributes-with-stat): Rename from
7270 `tramp-handle-directory-files-and-attributes-with-*'.
7271 (tramp-handle-directory-files-and-attributes): Use them.
7272 (tramp-method-out-of-band-p): Additional parameter SIZE.
7273 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
7274 (tramp-handle-write-region): Use it.
734db384 7275 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
7276 (tramp-handle-vc-registered): Check, whether the first run did
7277 return files to be tested.
7278 (tramp-advice-make-auto-save-file-name): Do not call directly
7279 `tramp-handle-make-auto-save-file-name', because this would bypass
7280 the locking mechanism.
7281
734db384 7282 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
7283 (file-remote-p, process-file, start-file-process, set-file-times)
7284 (tramp-compat-file-attributes): Compatibility functions shall not
7285 call directly `tramp-handle-*', because this would bypass the
7286 locking mechanism.
7287 (tramp-compat-number-sequence): New defun.
7288
6e2ca895
GM
72892009-09-02 Glenn Morris <rgm@gnu.org>
7290
697c7714
GM
7291 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
7292 alias for float-time.
7293 (time-to-number-of-days): In Emacs, use float-time.
7294 * net/newst-backend.el (time-add): Suppress warnings from compat
7295 function.
7296 * time.el (emacs-uptime, emacs-init-time):
7297 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
7298 Use float-time rather than time-to-seconds.
7299
6e2ca895
GM
7300 * minibuffer.el (completion-initials-expand): Fix typo.
7301
7302 * faces.el (modeline, modeline-inactive, modeline-highlight)
7303 (modeline-buffer-id):
7304 * info.el (info-menu-5): Mark these face aliases as obsolete.
7305
ed17efec
NR
73062009-09-01 Nick Roberts <nickrob@snap.net.nz>
7307
7308 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
7309 space ...
7310 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
7311 no "--thread" option.
7312 (gdb-stopped): Don't print "Switched to thread" message when it is
7313 unchanged.
7314
fcb68f70
SM
73152009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7316
7317 * minibuffer.el (completion-try-completion)
7318 (completion-all-completions): Remove ill-defined (and
7319 mistakenly installed and luckily never used nor documented)
7320 `completion-styles' property.
7321 (completion-initials-expand, completion-initials-all-completions)
7322 (completion-initials-try-completion): New functions.
7323 (completion-styles-alist): Add doc to each entry.
7324 Add new `initials' entry.
7325
83318a6d
NR
73262009-09-01 Nick Roberts <nickrob@snap.net.nz>
7327
7328 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
7329 MI command -var-evaluate-expression.
7330 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
7331 and tweak for case of string child.
734db384 7332 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 7333
d63eb0e7
GM
73342009-09-01 Glenn Morris <rgm@gnu.org>
7335
c4f6e489
GM
7336 * add-log.el (change-log-date-face, change-log-name-face)
7337 (change-log-email-face, change-log-file-face, change-log-list-face)
7338 (change-log-conditionals-face, change-log-function-face)
7339 (change-log-acknowledgement-face):
7340 * cus-edit.el (custom-invalid-face, custom-rogue-face)
7341 (custom-modified-face, custom-set-face, custom-changed-face)
7342 (custom-saved-face, custom-button-face, custom-button-pressed-face)
7343 (custom-documentation-face, custom-state-face, custom-comment-face)
7344 (custom-comment-tag-face, custom-variable-tag-face)
7345 (custom-variable-button-face, custom-face-tag-face)
7346 (custom-group-tag-face-1, custom-group-tag-face):
7347 * diff-mode.el (diff-header-face, diff-file-header-face)
7348 (diff-index-face, diff-hunk-header-face, diff-removed-face)
7349 (diff-added-face, diff-changed-face, diff-function-face)
7350 (diff-context-face, diff-nonexistent-face):
7351 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
7352 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
7353 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
7354 (Info-title-4-face):
7355 * isearch.el (isearch-lazy-highlight-face):
7356 * log-view.el (log-view-file-face, log-view-message-face):
7357 * paren.el (show-paren-match-face, show-paren-mismatch-face):
7358 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
7359 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
7360 (cvs-msg-face):
7361 * smerge-mode.el (smerge-mine-face, smerge-other-face)
7362 (smerge-base-face, smerge-markers-face):
7363 * wid-edit.el (widget-documentation-face, widget-button-face)
7364 (widget-field-face, widget-single-line-field-face)
7365 (widget-inactive-face, widget-button-pressed-face):
7366 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
7367 (woman-addition-face):
2fb1ec93
GM
7368 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
7369 (eshell-ls-executable-face, eshell-ls-readonly-face)
7370 (eshell-ls-unreadable-face, eshell-ls-special-face)
7371 (eshell-ls-missing-face, eshell-ls-archive-face)
7372 (eshell-ls-backup-face, eshell-ls-product-face)
7373 (eshell-ls-clutter-face):
7374 * eshell/em-prompt.el (eshell-prompt-face):
7375 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 7376 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
7377 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
7378 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
7379 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
7380 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
7381 (antlr-font-lock-literal-face):
c4f6e489
GM
7382 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
7383 (ebrowse-root-class-face, ebrowse-file-name-face)
7384 (ebrowse-default-face, ebrowse-member-attribute-face)
7385 (ebrowse-member-class-face, ebrowse-progress-face):
7386 * progmodes/make-mode.el (makefile-space-face):
7387 * progmodes/sh-script.el (sh-heredoc-face):
7388 * textmodes/flyspell.el (flyspell-incorrect-face)
7389 (flyspell-duplicate-face):
7390 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 7391 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
7392 Mark face aliases with "-face" suffix as obsolete.
7393
d80619fa
GM
7394 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
7395 compiler.
7396
5f68c1b7
GM
7397 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
7398 (eudc-bob-sound-menu): Use defvar rather than defconst, since
7399 easy-menu-define wants to modify these.
7400
7401 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
7402
7403 * net/browse-url.el (browse-url-file-url):
7404 * term/internal.el (dos-codepage-setup):
7405 Use default-value rather than default-enable-multibyte-characters.
7406
d80619fa 7407 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
7408 * progmodes/flymake.el (flymake-highlight-line)
7409 (flymake-goto-file-and-line, flymake-goto-line):
7410 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
7411 (gdb-goto-breakpoint):
7412 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
7413 * progmodes/python.el (python-find-function)
7414 (python-pdbtrack-track-stack-file):
7415 * progmodes/verilog-mode.el (verilog-surelint-off):
7416 * term/ns-win.el (ns-open-file-select-line):
7417 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
7418 Use forward-line rather than goto-line.
7419
d63eb0e7
GM
7420 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
7421 * textmodes/reftex-index.el (reftex-display-index):
7422 * textmodes/reftex-ref.el (reftex-offer-label-menu):
7423 * textmodes/reftex-toc.el (reftex-toc):
7424 Remove unnecessary bindings of default-major-mode (all are followed by
7425 major-mode check and possible mode switch).
7426
0afad278
NR
74272009-08-31 Nick Roberts <nickrob@snap.net.nz>
7428
7429 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
7430 Handle watchpoints (bug#4282).
7431 (def-gdb-thread-buffer-command): Enable thread to be selected by
7432 clicking without selecting threads buffer first.
7433 (gdb-current-context-command): Use selected frame so that "up",
7434 "down" etc work in the GUD buffer.
7435 (gdb-update): Find selected frame before rendering stack buffer.
7436 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
7437
4e135dd2
SM
74382009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7439
7440 * progmodes/sym-comp.el (displayed-completions): Remove.
7441 (symbol-complete): Use minibuffer-complete.
7442
e61eba34
GM
74432009-08-31 Glenn Morris <rgm@gnu.org>
7444
7445 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
7446
734db384
SM
7447 * apropos.el (apropos-symbols-internal):
7448 Handle (obsolete) face aliases.
e61eba34
GM
7449
7450 * faces.el (describe-face): Adjust the output format to be more like
7451 describe-variable, and to mention (obsolete) face aliases.
7452 Adjust the whitespace so that help-setup-xref works.
7453
7454 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
7455 * calendar/diary-lib.el (diary-button-face):
7456 Mark these face aliases as obsolete.
7457
7458 * calendar/calendar.el (calendar-today): Doc fix.
7459
4cf71456
NR
74602009-08-31 Nick Roberts <nickrob@snap.net.nz>
7461
7462 * progmodes/gdb-mi.el (gdb-control-all-threads)
7463 (gdb-control-current-thread): Force tool bar update.
7464 (gdb-non-stop-handler): New function.
7465 (gdb-init-1): Use it to test if non-stop mode is supported.
7466 Remove unused gdbmi buffer type.
7467
e61eba34 74682009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
7469
7470 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 7471 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 7472
4324f7ca
NR
74732009-08-30 Nick Roberts <nickrob@snap.net.nz>
7474
7475 * comint.el (comint-exec-1): Check command is non-null first.
7476 Part of gdb-mi.el change (2009-08-28).
7477
a1bf889a
SM
74782009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7479
7480 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
7481
060c08b5
JB
74822009-08-30 Juanma Barranquero <lekktu@gmail.com>
7483
7484 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
7485 instead of `dolist' to avoid a recursive require when bootstrapping.
7486
ab22be48
SM
74872009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7488
73ebf88f
SM
7489 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
7490
80629cfc
SM
7491 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
7492
206d0387 7493 * net/imap.el (imap-send-command): Simplify.
734db384 7494 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 7495
844f7784
SM
7496 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
7497
5ca4661e
SM
7498 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
7499 with constant argument.
7500
c61dc887
SM
7501 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
7502
7eb73deb
SM
7503 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
7504
5fe443de
SM
7505 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
7506 Change default, since most of our files don't have a history.
7507 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
7508 the user.
7509
6444d64a
SM
7510 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7511 Add comint-run.
7512
5cb16bfc
SM
7513 * calc/calc.el: Improve commenting convention.
7514 (calc-digit-map, toplevel): Simplify.
7515
0aeb71a7
SM
7516 * comint.el (comint-insert-input): Be careful to only set point if we
7517 don't delegate to some other command.
7518
9a9af856
SM
7519 * proced.el (proced-signal-list): Make it an alist.
7520 (proced-grammar-alist): Capitalize names.
7521 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
7522 Disable undo manually and make it read-only.
7523 Use completion-annotate-function.
7524
ab22be48
SM
7525 * minibuffer.el (minibuffer-message): If the current buffer is not
7526 a minibuffer, insert the message in the echo area rather than at the
7527 end of the buffer.
7528 (completion-annotate-function): New variable.
7529 (minibuffer-completion-help): Use it.
7530 (completion--embedded-envvar-table): Environment vars are
7531 always case-sensitive.
7532
4a948dbf
GM
75332009-08-30 Glenn Morris <rgm@gnu.org>
7534
7535 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
7536 from fortran-current-defun.
7537 (fortran-beginning-of-subprogram): Be more precise about finding the
7538 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
7539 (fortran-end-of-subprogram): Simplify.
7540 (fortran-current-defun): Use fortran-start-prog-re.
7541
486cf3b8
JB
75422009-08-29 Juanma Barranquero <lekktu@gmail.com>
7543
7544 * subr.el (do-after-load-evaluation): Simplify.
7545
db167d28
DN
75462009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
7547
7548 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
7549
7550 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
7551 (vc-rcs-print-log): Use it.
7552
7553 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
7554
efbc652a
SM
75552009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7556
2aa0e5bf
SM
7557 * paths.el (abbrev-file-name): Move to abbrev.el.
7558 * abbrev.el (abbrev-file-name): Move from paths.el.
7559 Obey user-emacs-directory.
7560 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
7561 user-emacs-directory.
7562 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
7563 abbrev-file-name and calc-settings-file any more.
7564 * startup.el (command-line): Recompute abbrev-file-name and
7565 abbreviated-home-dir.
7566 (normal-no-mouse-startup-screen): Improve the generic code and get rid
7567 of the special code for when C-h bindings haven't been changed.
7568 (display-startup-echo-area-message): Use with-current-buffer.
7569 (command-line-1): Use a list of strings, rather than a list of lists
7570 of strings for longopts.
7571
51da8fe2
SM
7572 * files.el (get-free-disk-space): Use / for default-directory.
7573
0c3cc4dd
SM
7574 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
7575 Use with-current-buffer.
7576
d988dbf6
SM
7577 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
7578 Recognize immutable variables like most-positive-fixnum.
7579 (byte-compile-setq-default): Check and warn if trying to assign
7580 to an immutable variable, or a non-variable.
7581
efbc652a
SM
7582 * progmodes/cc-vars.el (c-comment-continuation-stars):
7583 * progmodes/cc-engine.el (c-looking-at-bos):
7584 * progmodes/cc-cmds.el (c-toggle-auto-state)
7585 (c-forward-into-nomenclature, c-backward-into-nomenclature)
7586 (c-comment-line-break-function): Add version of obsolescence.
7587
d30a05d1
JL
75882009-08-28 Juri Linkov <juri@jurta.org>
7589
7590 * files.el (magic-fallback-mode-alist): Add ZIP magic number
7591 associated with `archive-mode'.
7592
7593 * image.el (image-type-header-regexps): Use only JPEG magic number
7594 to determine JPEG images, and don't use `image-jpeg-p' because
7595 Emacs can display non-JFIF non-Exif JPEG images.
7596
1e8eecea
JB
75972009-08-28 Juanma Barranquero <lekktu@gmail.com>
7598
7599 * arc-mode.el (archive-mode):
7600 * emacs-lisp/re-builder.el (re-builder-unload-function):
7601 Protect against the default value of `major-mode' being nil.
7602
dd4fbf56
JB
76032009-08-28 Juanma Barranquero <lekktu@gmail.com>
7604
7605 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
7606 Fix typos in docstrings.
7607
7608 * progmodes/js.el (js--macro-decl-re): Doc fix.
7609 (js--plain-method-re, js--split-name): Refloc docstring.
7610 (js--class-styles, js--make-merged-item, js--splice-into-items):
7611 Fix typos in docstrings; reflow docstrings.
7612 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
7613 (js--variable-decl-matcher, js--inside-pitem-p)
7614 (js--parse-state-at-point, js--get-all-known-symbols)
7615 (js--symbol-history, js-find-symbol, js--js-references)
7616 (js--moz-interactor, js--js-encode-value, js--read-tab):
7617 Fix typos in docstrings.
7618
72f16325
SM
76192009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7620
14acf2f5
SM
7621 * textmodes/reftex.el (reftex-get-file-buffer-force):
7622 * progmodes/verilog-mode.el (verilog-batch-execute-func):
7623 * emulation/viper.el (viper-go-away, viper-set-hooks):
7624 * emacs-lisp/re-builder.el (re-builder-unload-function):
7625 * emacs-lisp/bytecomp.el (byte-compile-file):
7626 * ses.el (ses-unload-function):
7627 * hexl.el (hexl-find-file):
7628 * files.el (normal-mode):
7629 * ehelp.el (with-electric-help):
7630 * autoinsert.el (auto-insert-alist):
7631 * arc-mode.el (archive-mode):
7632 Use (default-value 'major-mode) instead of default-major-mode.
7633
72f16325
SM
7634 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
7635 * international/mule.el (load-with-code-conversion):
7636 * emacs-lisp/debug.el (debug):
7637 * ediff-vers.el (ediff-rcs-get-output-buffer):
7638 * dired.el (dired-internal-noselect): Don't let-bind
7639 default-major-mode around code that doesn't use it.
7640 E.g. buffer creation via get-buffer-create doesn't use it.
7641
aa485f7c
MA
76422009-08-28 Michael Albinus <michael.albinus@gmx.de>
7643
7644 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
7645 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
7646 when writing the temp file. Otherwise, epa-file gets confused.
7647 (tramp-register-file-name-handlers): Make it a defun. Move also
7648 `epa-file-handler' to the front of `file-name-handler-alist'.
7649
76502009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7651
7652 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
7653 start right after a ^M.
7654 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
7655 (tramp-completion-file-name-regexp-separate)
7656 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
7657 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
7658 Don't modify last-coding-system-used by accident.
aa485f7c
MA
7659 (tramp-completion-file-name-handler): Apply the checks here,
7660 instead during registration.
7661 (tramp-register-file-name-handlers) Renamed from
7662 `tramp-register-file-name-handler'. Register both
7663 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 7664 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 7665
3f0c2b92
NR
76662009-08-28 Nick Roberts <nickrob@snap.net.nz>
7667
72f16325
SM
7668 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
7669 Remove variable ...
3f0c2b92
NR
7670 (gdb-init-1, gdb-display-separate-io-buffer)
7671 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
7672 references to it.
7673 (gdb-inferior-io-mode): Use make-comint-in-buffer.
7674 (gdb-inferior-filter): Use comint-output-filter to stop
7675 echoing and remove ^M characters.
7676
705e5bd9
SM
76772009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7678
009fdc2e
SM
7679 * emulation/viper-init.el (viper-restore-cursor-type):
7680 * emulation/cua-base.el (cua--update-indications):
7681 Replace default-cursor-type with (default-value 'cursor-type).
7682
b56a5ae0
SM
7683 * mail/sendmail.el (mail-recover-1):
7684 * international/mule-diag.el (describe-current-coding-system-briefly)
7685 (describe-current-coding-system):
7686 * international/mule-cmds.el (select-safe-coding-system)
7687 (select-message-coding-system)
7688 (set-language-environment-coding-systems, set-locale-environment):
7689 * hexl.el (hexl-insert-multibyte-char):
7690 * dos-w32.el (find-buffer-file-type-coding-system):
7691 * simple.el (what-cursor-position):
7692 Replace uses of default-buffer-file-coding-system
7693 with (default-value 'buffer-file-coding-system).
7694
de70529f
SM
7695 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
7696 Replace uses of default-cursor-in-non-selected-windows
7697 with (default-value 'cursor-in-non-selected-windows).
7698 Use with-current-buffer.
7699
705e5bd9
SM
7700 * mail/feedmail.el: Use CL macros.
7701 (feedmail-run-the-queue, feedmail-send-it-immediately):
7702 * dos-w32.el (find-buffer-file-type): Replace uses of
7703 default-buffer-file-type with (default-value 'buffer-file-type).
7704
4d985ac2
GM
77052009-08-28 Glenn Morris <rgm@gnu.org>
7706
7707 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
7708 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
7709 Use default-value of major-mode rather than default-major-mode.
7710
17c15b81
SM
77112009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
7712
3a68ab06
SM
7713 * Makefile.in (update-elcfiles): Report left over elc files.
7714
9421bdd1
SM
7715 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
7716 expand-file-name and with-current-buffer.
7717 (mail-get-names, mail-directory): Use with-current-buffer.
7718
17c15b81
SM
7719 * vc.el (vc-read-revision): New function.
7720 (vc-version-diff, vc-merge): Use it.
7721
ba83a64e
SS
77222009-08-27 Sam Steingold <sds@gnu.org>
7723
7724 * simple.el (kill-do-not-save-duplicates): New user option.
7725 (kill-new): When it is non-nil, and the new string is the same as
7726 the latest kill, set replace to t to avoid duplicates in kill-ring.
7727
be3e598a 77282009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
7729
7730 * net/tramp.el (tramp-handle-process-file): Do not flush all
7731 caches when `process-file-side-effects' is set.
7732 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
7733 instead of `tramp-find-file-exists-command'.
7734 Unset `process-file-side-effects'.
d5b5c94a
MA
7735
77362009-08-27 Michael Albinus <michael.albinus@gmx.de>
7737
7738 * net/tramp.el (tramp-methods): New method "rsyncc".
7739 (top): Add completion function for "rsyncc".
7740 (tramp-message-show-message): New defvar.
7741 (tramp-message, tramp-error): Use it.
7742 (tramp-do-copy-or-rename-file-directly): Extend check for direct
7743 remote copying.
7744 (tramp-do-copy-or-rename-file-out-of-band): Handle new
7745 `tramp-methods' entry `copy-env' of "rsyncc".
7746 (tramp-vc-registered-read-file-names): New defconst.
7747 (tramp-vc-registered-file-names): New defvar.
7748 (tramp-handle-vc-registered): Implement optimization strategy.
7749 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
7750 (tramp-vc-file-name-handler): New defun.
7751 (tramp-get-ls-command, tramp-get-test-command)
7752 (tramp-get-file-exists-command, tramp-get-remote-ln)
7753 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 7754 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
7755
7756 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
7757 (tramp-cache-inhibit-cache): Extend doc string. It allows also
7758 timestamps.
7759 (tramp-get-file-property): Check for timestamps in
7760 `tramp-cache-inhibit-cache'.
7761 (tramp-set-file-property): Write timestamp.
7762
1339cf20
KH
77632009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
7764
7765 * language/japan-util.el (japanese-symbol-table): Add entries for
7766 cp932-2-byte.
7767
7768 * international/characters.el: Add category `j' to cp932-2-byte.
7769
726e3f1d
KH
77702009-08-27 Kenichi Handa <handa@m17n.org>
7771
7772 * international/fontset.el (build-default-fontset-data): New macro.
7773 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 7774 tibetan, ethiopic, and ipa.
726e3f1d 7775
4e3b4528
SM
77762009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
7777
7778 * cus-start.el (default-major-mode): Customize `major-mode' instead.
7779 (enable-multibyte-characters): Not customizable any more.
7780
7781 * subr.el (default-mode-line-format, default-header-line-format)
7782 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
7783 (default-direction-reversed, default-truncate-lines)
7784 (default-left-margin, default-tab-width, default-case-fold-search)
7785 (default-left-margin-width, default-right-margin-width)
7786 (default-left-fringe-width, default-right-fringe-width)
7787 (default-fringes-outside-margins, default-scroll-bar-width)
7788 (default-vertical-scroll-bar, default-indicate-empty-lines)
7789 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
7790 (default-fringe-cursor-alist, default-scroll-up-aggressively)
7791 (default-scroll-down-aggressively, default-fill-column)
7792 (default-cursor-type, default-buffer-file-type)
7793 (default-cursor-in-non-selected-windows)
7794 (default-buffer-file-coding-system, default-major-mode)
7795 (default-enable-multibyte-characters): Mark as obsolete.
7796
b3cca6a6
DN
77972009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
7798
652cc1a2
DN
7799 * vc-dir.el (vc-dir-update): Remove debug helper.
7800
b3cca6a6
DN
7801 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
7802
4ed8c7aa
SS
78032009-08-26 Sam Steingold <sds@gnu.org>
7804
7805 * simple.el (save-interprogram-paste-before-kill): New user option.
7806 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
7807 save the interprogram-paste into kill-ring before overriding it
7808 with the Emacs kill.
7809
3b64d86b
DN
78102009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
7811
7812 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
7813 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
7814 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
7815 and move to vc-rcs.el.
7816 (vc-default-next-revision): Rename to vc-rcs-next-revision and
7817 move to vc-rcs.el.
7818 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
7819 (vc-rcs-update-changelog): Remove.
7820 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
7821 and move to vc-rcs.el.
7822
7823 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
7824 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
7825 renaming.
7826 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 7827 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
7828 vc.el, renamed to be RCS specific.
7829
72f16325
SM
7830 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
7831 New functions.
7832 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
7833
7834 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
7835 New functions.
7836
636a36a0
SM
78372009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
7838
7839 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
7840
239b3340
DN
78412009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
7842
b91f0762 7843 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
7844 (vc-git-stash, vc-git-stash-show): New functions.
7845 (vc-git-extra-menu-map): Bind them.
b91f0762 7846
b8e54362
DN
7847 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
7848 directory correctly in case the item is a directory itself.
7849
239b3340
DN
7850 * vc.el: Document the desired behavior for reverted files in the
7851 `added' state.
dc810649
DN
7852 (vc-default-prettify-state-info): Remove function, unused.
7853
7854 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 7855
e49c0179
GM
78562009-08-26 Glenn Morris <rgm@gnu.org>
7857
7858 * bindings.el (standard-mode-line-format): Reposition dashes in
7859 which-func entry. (Bug#4217)
7860
3029e594
GM
7861 * files.el (enable-local-variables, enable-local-eval)
7862 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
7863 the defcustoms.
7864 (auto-mode-alist, ignored-local-variables)
7865 (save-some-buffers-action-alist): Move risky declarations to the
7866 definitions.
7867 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
7868 (font-lock-defaults, format-alist, imenu--index-alist)
7869 (imenu-generic-expression, input-method-alist, minor-mode-alist)
7870 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
7871 (mode-line-modified, mode-line-mule-info, mode-line-position)
7872 (mode-line-process, mode-line-remote, outline-level)
7873 (parse-time-rules, rmail-output-file-alist)
7874 (special-display-buffer-names, vc-mode):
7875 Move risky declarations to the relevant files.
72f16325
SM
7876 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
7877 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
7878 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
7879 * font-core.el (font-lock-defaults):
7880 * format.el (format-alist):
7881 * vc-hooks.el (vc-mode):
7882 * window.el (special-display-buffer-names):
7883 * international/mule-cmds.el (input-method-alist):
7884 Define riskiness here (dumped file) rather than in files.el.
7885 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
7886 * imenu.el (imenu-generic-expression, imenu--index-alist):
7887 * outline.el (outline-level):
7888 * time.el (display-time-string):
7889 * calendar/parse-time.el (parse-time-rules):
7890 * mail/rmailout.el (rmail-output-file-alist):
7891 Autoload riskiness here, rather than placing in files.el.
7892
8476cfaf
SM
78932009-08-26 Andreas Schwab <schwab@linux-m68k.org>
7894
7895 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
7896
0b35b48e
MA
78972009-08-25 Michael Albinus <michael.albinus@gmx.de>
7898
7899 * simple.el (process-file-side-effects): New defvar.
7900
7901 * dired-aux.el (dired-show-file-type):
7902 * vc.el (vc-diff-internal):
7903 * vc-arch.el (vc-arch-diff):
7904 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
7905 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
7906 * vc-git.el (vc-git-registered, vc-git-working-revision)
7907 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
7908 (vc-git--empty-db-p):
7909 * vc-hooks.el (vc-user-login-name):
7910 * vc-svn.el (vc-svn-registered, vc-svn-state)
7911 (vc-svn-dir-extra-headers, vc-svn-find-revision):
7912 * progmodes/grep.el (grep-probe): Let-bind
7913 `process-file-side-effects' with nil.
7914
7915 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
7916
7917 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
7918 daemon. Replace ping by checking for running service for bluez
7919 and zeroconf. (Bug#4239)
7920
d54cc599
GM
79212009-08-25 Kevin Ryde <user42@zip.com.au>
7922
7923 * net/dig.el (dig): Add autoload cookie.
7924
7bfd055d
GM
79252009-08-25 Glenn Morris <rgm@gnu.org>
7926
bac9c66c
GM
7927 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
7928 load-history for absolute file-names.
7929 (byte-compile-file-form-require): Warn about use of the cl package.
7930
7bfd055d
GM
7931 * format.el (format-alist): Doc fix.
7932
5ac1f9e0
GM
7933 * play/bubbles.el (top-level): Don't require cl at run-time.
7934
af62aa88
GM
7935 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
7936 run-time cl).
7937
71e036af
DD
79382009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
7939
7940 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
7941 from cl package.
7942 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
7943
42110eaf
JB
79442009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
7945
7946 * calc/calc-alg.el (math-trig-rewrite)
7947 (math-hyperbolic-trig-rewrite): New functions.
7948 (calc-simplify): Simplify trig functions when asked.
7949
88421f3e
SM
79502009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
7951
7952 * diff-mode.el (diff-find-source-location): Avoid goto-line.
7953
dbd9624e
KH
79542009-08-24 Kenichi Handa <handa@m17n.org>
7955
7956 * language/ind-util.el (mapthread): Delete it.
7957 (combinatorial): New function.
7958 (indian--puthash-cv): Use combinatorial instead of mapthread.
7959
9b89e3ee
GM
79602009-08-22 Kevin Ryde <user42@zip.com.au>
7961
7962 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
7963 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
7964 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
7965 Clarify docstring that the value is strings not symbols.
7966 (checkdoc-list-of-strings-p): New function.
7967
e6ce8c42
GM
79682009-08-22 Glenn Morris <rgm@gnu.org>
7969
2ddf2ea6 7970 * files.el (auto-mode-alist):
a3374680
GM
7971 * hippie-exp.el (he-concat-directory-file-name):
7972 * lpr.el (lpr-windows-system, printer-name):
7973 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
7974 * ps-print.el (ps-windows-system):
7975 * startup.el (command-line):
7976 * emulation/viper-ex.el (viper-glob-function):
7977 * international/mule-cmds.el (set-language-environment-coding-systems):
7978 * net/ange-ftp.el (ange-ftp-write-region):
7979 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 7980 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
7981 unisoft-unix, vax-vms, win32, w32.
7982
977955fa
GM
7983 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
7984 given name if the pattern is not more specific.
7985
b4deec2e
GM
7986 * calendar/lunar.el (lunar-phase-names): New option.
7987 (lunar-phase): Doc fix.
7988 (lunar-cycles-per-year): New constant.
7989 (lunar-index): New function.
7990 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
7991 (lunar-phase-name): Use lunar-phase-names.
7992 (calendar-lunar-phases): Use format.
7993 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
7994
47e83968
GM
7995 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
7996 Copy imenu-example--name-and-position function here for own use.
7997 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
7998
e6ce8c42
GM
7999 * bs.el (bs--redisplay):
8000 * cus-edit.el (custom-redraw):
8001 * ibuffer.el (ibuffer-bury-buffer):
8002 * server.el (server-goto-line-column):
8003 * startup.el (command-line-1):
8004 * strokes.el (strokes-xpm-for-stroke):
8005 * term.el (term-display-buffer-line):
8006 * view.el (View-goto-line):
8007 * calc/calc.el (calc-do, calc-trail-buffer):
8008 * play/gamegrid.el (gamegrid-add-score-insecure):
8009 * progmodes/ada-mode.el (ada-compile-goto-error):
8010 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
8011 (ebrowse-select-1st-to-9nth):
47e83968 8012 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
8013 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
8014 * progmodes/gud.el (gud-display-line):
8015 (idlwave-shell-display-line):
8016 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
8017 * progmodes/make-mode.el (makefile-browser-toggle):
8018 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
8019 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
8020 * textmodes/picture.el (picture-draw-rectangle):
8021 * textmodes/reftex-index.el (reftex-index-goto-letter):
8022 (reftex-select-jump-to-previous):
8023 * textmodes/reftex-sel.el (reftex-find-start-point)
8024 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
8025 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
8026 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
8027 * textmodes/tex-mode.el (tex-compilation-parse-errors):
8028 * textmodes/two-column.el (2C-associated-buffer):
8029 Use forward-line rather than goto-line.
8030
8031 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
8032 goto-line.
8033
4b18bdb3
GM
8034 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
8035 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
8036 (quick-check-list-to-regexp): Declare.
e6ce8c42 8037
72f16325
SM
8038 * progmodes/make-mode.el (makefile-browser-insert-selection):
8039 Use goto-char rather than goto-line.
e6ce8c42
GM
8040
8041 * progmodes/prolog.el (compilation-error-regexp-alist)
8042 (compilation-forget-errors): Declare.
8043
32a2cf25
JL
80442009-08-22 Juri Linkov <juri@jurta.org>
8045
8046 * progmodes/grep.el (lgrep, rgrep): At the beginning
8047 set `dir' to `default-directory' unless `dir' is a non-nil
8048 readable directory. (Bug#4052)
8049 (lgrep, rgrep): Change a weird way to report an error
8050 from using `read-string' to using `error'.
8051 Instead of using interactive arguments in the function body,
8052 add new argument `confirm'.
8053
5443c9b7
SM
80542009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8055
cb5b40ee
SM
8056 * textmodes/remember.el (remember-buffer):
8057 * progmodes/cperl-mode.el (cperl-vc-header-alist):
8058 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
8059 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
8060 * net/newst-treeview.el (newsticker-groups-filename):
8061 * net/newst-backend.el (newsticker-cache-filename):
8062 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
8063 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
8064 (speedbar-add-ignored-path-regexp, speedbar-line-path)
8065 (speedbar-buffers-line-path, speedbar-path-line)
8066 (speedbar-buffers-line-path):
8067 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
8068 (epg-sign-keys):
8069 * epa.el (epa-display-verify-result):
8070 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
8071
d6261cc1
GM
80722009-08-21 Glenn Morris <rgm@gnu.org>
8073
3e1ea342
GM
8074 * progmodes/js.el (inferior-moz-process): Fix declaration.
8075
ce86eeb5
GM
8076 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
8077
fff28970
GM
8078 * obsolete/rnewspost.el (news-mail-reply):
8079 Use goto-char rather than goto-line.
8080
d93e053b
GM
8081 * term/ns-win.el (ns-open-file-select-line):
8082 Use line-beginning-position rather than goto-line.
8083
d5d105e8
GM
8084 * apropos.el (apropos-command):
8085 * ehelp.el (electric-helpify):
8086 * printing.el (pr-show-setup):
8087 * strokes.el (strokes-help):
8088 * tutorial.el (tutorial--describe-nonstandard-key)
8089 (tutorial--detailed-help):
8090 * woman.el (woman-mini-help, woman-display-extended-fonts):
8091 * calc/calc-help.el (calc-describe-key):
8092 * emulation/edt.el (edt-electric-helpify):
8093 * international/mule-diag.el (mule-diag):
8094 * play/yow.el (apropos-zippy):
8095 * progmodes/python.el (python-describe-symbol):
8096 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
8097 * textmodes/table.el (*table--cell-describe-mode)
8098 (*table--cell-describe-bindings):
8099 Use help-print-return-message rather than the now obsolete alias.
8100
a8ab722f 8101 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
8102 (calendar-cursor-to-visible-date):
8103 * play/5x5.el (5x5-position-cursor):
8104 * play/decipher.el (decipher):
8105 * play/gomoku.el (gomoku-goto-xy):
8106 * play/landmark.el (lm-goto-xy):
8107 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
8108 (mpuz-paint-digit):
8109 Use forward-line, not goto-line.
a8ab722f 8110
d6261cc1
GM
8111 * mail/rmail.el (rmail-obsolete): Delete custom group.
8112 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
8113 (rmail-remote-password, rmail-remote-password-required):
8114 Remove unneeded :set-after and :set properties.
8115
9e846523
MA
81162009-08-21 Michael Albinus <michael.albinus@gmx.de>
8117
8118 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
8119
bbe1f502
DN
81202009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
8121
bcc5db24
DN
8122 * loadup.el: Remove leftover macos code.
8123
bbe1f502
DN
8124 * vc-git.el (vc-git-annotate-command): Run asynchronously.
8125 Explicitly pass the date format to git blame so that user local
8126 so that the output format can be parsed.
8127
6fd2d19a
MA
81282009-08-20 Michael Albinus <michael.albinus@gmx.de>
8129
8130 * net/dbus.el (top): Don't check for (getenv
8131 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
8132
31764e15
SM
81332009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
8134
8135 * log-edit.el (log-edit-strip-single-file-name): New var.
5443c9b7 8136 (log-edit-insert-changelog): Use it. Bug#3571
31764e15 8137
28930e39
SM
81382009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8139
4fd15622 8140 * subr.el (read-passwd): Use read-key so keypad keys work as well.
31764e15 8141 Bug#3287
4fd15622 8142
b3d8e4a0
SM
8143 * help.el (help-print-return-message): Rename from
8144 print-help-return-message.
8145
c9829c70
SM
8146 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
8147 cvs-mode-map parent hack.
8148 (log-view-mode): Derive from special-mode.
8149
b932657b
SM
8150 * linum.el (linum-mode): window-size-change-functions is redundant.
8151 Adapt to new window-configuration-change-hook behavior.
8152 (linum-after-size, linum-after-config): Remove.
8153
1b700bca
SM
8154 * imenu.el (imenu-example--name-and-position)
8155 (imenu-example--lisp-extract-index-name)
8156 (imenu-example--create-lisp-index, imenu-example--create-c-index):
8157 Mark as obsolete.
8158
28930e39
SM
8159 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
8160 (inferior-prolog-mode): Use it.
8161 (inferior-prolog-load-file): Reset list of errors.
8162
c9af0b68
KH
81632009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8164
8165 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
8166
8167 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
8168
720c7cd6
MA
81692009-08-19 Michael Albinus <michael.albinus@gmx.de>
8170
8171 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
8172 is running already.
8173
03a74b84
SM
81742009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8175
8176 * subr.el (listify-key-sequence-1): Use normal syntax since those
8177 integers are nowadays always represented by the same (positive) number
8178 on all platforms.
8179 (read-key-empty-map): New const.
8180 (read-key-delay): New var.
8181 (read-key): New function.
8182 (force-mode-line-update): Use with-current-buffer.
8183 (locate-user-emacs-file): Don't forget to abbreviate the file name.
8184 (start-process-shell-command, start-file-process-shell-command):
8185 Discourage the use of command-args.
8186
f43e88d4
GM
81872009-08-19 Glenn Morris <rgm@gnu.org>
8188
8189 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
8190
890429cc
SM
81912009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8192
85be9ec4
SM
8193 * simple.el (choose-completion-string): Don't rely on
8194 minibuffer-completing-file-name and ad-hoc checks to decide whether
8195 to continue completion or not.
8196
890429cc
SM
8197 * minibuffer.el (minibuffer-hide-completions): New function.
8198 (completion--do-completion): Use it.
8199 (completions-annotations): New face.
8200 (completion--insert-strings): Use it.
8201 (completion-pcm--delim-wild-regex): Add docstring.
8202 (completion-pcm--string->pattern): Add support for 0-width delimiters
8203 in completion-pcm--delim-wild-regex.
8204
265d4549
SM
82052009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
8206
d440b941
SM
8207 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
8208 Remove unused var `buffer-modified-p'.
8209
265d4549
SM
8210 * minibuffer.el (completion--do-completion): Move point for the #b001
8211 case as well (bug#4176).
8212 (minibuffer-complete, minibuffer-complete-word): Don't move point.
8213
ba6f7d86
MA
82142009-08-18 Michael Albinus <michael.albinus@gmx.de>
8215
8216 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
8217 and :session buses.
8218
98819490
KH
82192009-08-18 Kenichi Handa <handa@m17n.org>
8220
265d4549
SM
8221 * international/ucs-normalize.el (ucs-normalize-version):
8222 Change to 1.1.
58627cf0
KH
8223 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
8224 (utf-8-hfs): Make it perform normalization on encoding too.
8225
98819490
KH
8226 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
8227 (sentence-end-without-space): Delete duplicated chars.
8228 (sentence-end-base): Likewise.
e739cc85
KH
8229
8230 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
8231 (html-mode): Delete duplicated chars from sentence-end-base.
8232
8233 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
8234 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 8235
645b9326
CY
82362009-08-17 Chong Yidong <cyd@stupidchicken.com>
8237
8238 * files.el (hack-one-local-variable): If the mode function is for
8239 a minor mode, pass it an argument (Bug#4148).
8240
56c195af
MA
82412009-08-17 Michael Albinus <michael.albinus@gmx.de>
8242
8243 * net/tramp.el (tramp-register-completion-file-name-handler):
8244 Check also for (member 'partial-completion completion-styles).
8245
7a55c78b
CY
82462009-08-16 Chong Yidong <cyd@stupidchicken.com>
8247
8248 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
8249 abbrev (Bug#3943).
8250
be3e598a 82512009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
8252
8253 * progmodes/cperl-mode.el: Merge upstream 6.2.
8254 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
8255 (cperl-forward-re): Check cperl-brace-recursing.
8256 (cperl-highlight-charclass): New function.
8257 (cperl-find-pods-heres): Use it.
31cd2dd4 8258 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 8259 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 8260 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
8261 (cperl-beautify-level): Don't process entire regexp.
8262 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
8263 calling man.
8264 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
8265 (cperl-init-faces): Build a list in the normal way.
8266
81b1f9c9
CY
82672009-08-16 Chong Yidong <cyd@stupidchicken.com>
8268
8269 * calendar/parse-time.el (parse-time-string-chars): Save match
8270 data.
8271
c3732cb8
SM
82722009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
8273
55659495
SM
8274 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
8275 (sql-product): Use it.
8276 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
8277 (sql-set-product): Add completion.
8278 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
8279 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
8280 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
8281 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
8282 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
8283 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
8284 (sql-highlight-db2-keywords): Remove.
8285 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
8286 (sql-highlight-product): Use derived-mode-p.
8287 (sql-set-sqli-buffer): Use with-current-buffer.
8288 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
8289 Simplify.
8290
1ae79427
SM
8291 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
8292
c3732cb8
SM
8293 * term.el: Fix commenting convention, turn comments into docstrings.
8294
f24b8bf3
CY
82952009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
8296
8297 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
8298
7b6fefac 82992009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 8300
1200ac26 8301 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
8302 character classes, to handle non-ascii characters (Bug#3190).
8303
83042009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 8305
1abbe4e5
CY
8306 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
8307 another heredoc if the user adds another < (Bug#3226).
8308
c3732cb8
SM
8309 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8310 Don't initialize based on window-system (Bug#4124).
19261da4 8311
daad00fc
CY
8312 * facemenu.el (facemenu-read-color): Use a completion function
8313 that accepts any defined color, such as RGB triplets (Bug#3677).
8314
e1bdde78
CY
8315 * files.el (get-free-disk-space): Change fallback default
8316 directory to /. Expand DIR argument before switching to fallback.
8317 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
8318
9d73a99e
CY
83192009-08-15 Chong Yidong <cyd@stupidchicken.com>
8320
8321 * files.el (load-library): Doc fix.
8322
68b962d4 83232009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 8324
953e0c1a 8325 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 8326 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 8327 incremental search string.
9d73a99e 8328
c3732cb8 8329 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 8330 XEmacs.
9d73a99e 8331
c3732cb8
SM
8332 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
8333 (ediff-merge-region-is-non-clash)
8334 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 8335 Also check if the job is really a merge job.
9d73a99e 8336
c3732cb8 8337 * ediff.el (ediff-current-file): New function.
9d73a99e 8338
2e330adc
CY
83392009-08-15 Chong Yidong <cyd@stupidchicken.com>
8340
8341 * progmodes/js.el: Edit docstrings throughout to follow Emacs
8342 conventions.
c3732cb8 8343 (js-insert-and-indent): Delete function.
2e330adc
CY
8344 (js-mode-map): Don't bind keys to js-insert-and-indent.
8345 (js-beginning-of-defun): Rename from js--beginning-of-defun.
8346 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 8347 (js-auto-indent-flag): Delete variable.
2e330adc 8348
17b5d0f7
CY
83492009-08-14 Chong Yidong <cyd@stupidchicken.com>
8350
c3732cb8
SM
8351 * progmodes/js.el: Remove proclaim statement.
8352 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 8353
ba2d8894
CY
8354 * files.el (auto-mode-alist): Use js-mode for .js files.
8355
c3732cb8 8356 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
8357
8358 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
8359
8360 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
8361
c3732cb8 8362 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
8363
83642009-08-14 Daniel Colascione <dan.colascione@gmail.com>
7b6fefac 8365 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
8366
8367 * progmodes/js.el: New file.
8368
b6377f1d
MH
83692009-08-14 Mark A. Hershberger <mah@everybody.org>
8370
8371 * timezone.el (timezone-parse-date): Add ability to understand ISO
8372 basic format (minimal separators) dates in addition to the
8373 already-supported extended format dates.
8374
bc0eef46
EZ
83752009-08-14 Eli Zaretskii <eliz@gnu.org>
8376
4e021e65
EZ
8377 * international/ucs-normalize.el: Add a `coding' file variable.
8378
bc0eef46
EZ
8379 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
8380
53dab179
SS
83812009-08-14 Sam Steingold <sds@gnu.org>
8382
6801c38a 8383 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 8384
6c58c39c
CY
83852009-08-13 Chong Yidong <cyd@stupidchicken.com>
8386
8387 * faces.el (help-argument-name): Define it here instead of
8388 help-fns.el, because in daemon mode help-fns.el may be loaded when
8389 faces are still uninitialized (Bug#1078).
8390
8391 * help-fns.el (help-argument-name): Move defface to faces.el.
8392
c7baf7e9
NR
83932009-08-13 Nick Roberts <nickrob@snap.net.nz>
8394
8395 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
8396 create buffer with a pty but no process so that GDB can make the
8397 inferior the controlling process.
8398
9c40e995 83992009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
8400
8401 * international/ucs-normalize.el: New file.
8402
8cdba32b
RS
84032009-08-13 Richard Stallman <rms@gnu.org>
8404
5c950923
RS
8405 * mail/rmail.el (rmail-get-attr-names):
8406 Accept an attribute header that is too short.
8407
76e1e40b
RS
8408 * mail/rmail.el (rmail-forget-messages):
8409 Ignore nil elt in rmail-message-vector. Use dotimes.
8410
1fc01b08
RS
8411 * progmodes/compile.el (compilation-goto-locus):
8412 Use next-error-move-function.
8413
8cdba32b
RS
8414 * simple.el (next-error-move-function): New variable.
8415
99910cf4
JL
84162009-08-12 Juri Linkov <juri@jurta.org>
8417
8418 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
8419 always non-nil. (Bug#4052)
8420
8421 * replace.el (read-regexp): Return empty string when
8422 `default-value' is nil.
8423 (keep-lines-read-args): Don't use empty string as the
8424 default value for `read-regexp'. (Bug#2495)
8425
fc5bdf6c
JL
84262009-08-12 Juri Linkov <juri@jurta.org>
8427
8428 * international/mule-cmds.el (ucs-insert): Change arguments
8429 from `arg' to `character', `count', `inherit' to be the same
8430 as in `insert-char'. Doc fix. (Bug#4039)
8431
8432 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
8433
77748848
JL
84342009-08-12 Juri Linkov <juri@jurta.org>
8435
8436 * files-x.el: New file.
8437
8438 * files.el: Move code that deals with adding/deleting
8439 file/directory-local variables to files-x.el.
8440
8441 * Makefile.in (ELCFILES): Add files-x.elc.
8442
c8a44c4e
DD
84432009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
8444
27a9fd5a
DD
8445 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
8446 to use `goto-line'.
8447 (gdb-place-breakpoints, gdb-get-location): Rewritten without
8448 `goto-line'.
8449 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 8450 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 8451 threads list.
107ef54a 8452 (gdb): Send -target-detach when buffer is killed (Bug#3794).
cf6e27cf
DD
8453 (gdb-starting): Moved -data-list-register-names...
8454 (gdb-stopped): ...here so it's sent when first thread stops.
8455 (gdb-registers-handler-custom): Do nothing if register names are
8456 unknown yet.
27a9fd5a 8457
c8a44c4e
DD
8458 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
8459 from `gdb-mi.el' to avoid extra tangling.
8460
8461 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 8462 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
8463 (gdb-update-gud-running): No extra fuss for updating frame number.
8464
dfd4e693
SM
84652009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8466
51c4341f
SM
8467 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
8468 (describe-language-environment-map, setup-language-environment-map)
8469 (set-coding-system-map): Move initialization into declaration.
8470 (set-language-info-alist): Last arg to define-key-after can be skipped.
8471
8472 * international/quail.el (quail-completion-1): Simplify.
8473 (quail-define-rules): Use slightly more compact code.
8474 (quail-insert-decode-map): Propertize keys, compact columns.
8475
dfd4e693
SM
8476 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8477 Add goto-line.
8478
83326559
MB
84792009-08-10 Miles Bader <miles@gnu.org>
8480
8481 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
8482 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
8483 (js2-instance-member, js2-private-member, js2-private-function-call)
8484 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
8485 (js2-magic-paren, js2-external-variable):
8486 Remove "-face" suffix from face names.
8487 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
8488 (js2-highlight-undeclared-vars, js2-peek-token)
8489 (js2-parse-function-params, js2-mode-show-errors)
8490 (js2-mode-show-warnings, js2-make-magic-delimiter)
8491 (js2-mode-highlight-magic-parens): Update to use new face names.
8492
8e754ea2
MA
84932009-08-09 Michael Albinus <michael.albinus@gmx.de>
8494
8495 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
8496 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
8497
1c292fc7
CY
84982009-08-09 Chong Yidong <cyd@stupidchicken.com>
8499
18d433a7
CY
8500 * subr.el: Provide hashtable-print-readable.
8501
1c292fc7
CY
8502 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
8503 hs-c-like-adjust-block-beginning.
8504 (hs-hide-block-at-point): Stop hiding at the beginning of
8505 hs-block-end-regexp (Bug#700).
8506
2db0ae07
DD
85072009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
8508
8509 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
8510 a macro.
8511 (gdb-registers-handler-custom): Do not fail when register names
8512 are unavailable.
8513
fe4740a6
DD
85142009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
8515
8516 * progmodes/gdb-mi.el (gdb-control-all-threads)
8517 (gdb-control-current-thread): Interactive setters for
8518 `gdb-gud-control-all-threads' to use in menu.
8519 (gdb-show-run-p): Show «Go» when process is not active.
7b6fefac 8520 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
fe4740a6
DD
8521 gud/thread.xpm and gud/all.xpm.
8522
ce299d55
CY
85232009-08-08 Yoni Rabkin <yoni@rabkins.net>
8524
8525 * net/net-utils.el (net-utils-font-lock-keywords): New var.
8526 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
8527 (net-utils-mode): New mode for viewing diagnostic network output.
8528 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
8529 (net-utils-run-simple): New function.
8530 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 8531
7c4654ad
DD
85322009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
8533
8534 * progmodes/gdb-mi.el (gdb-read-memory-custom)
8535 (gdb-memory-set-address, def-gdb-set-positive-number)
8536 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
8537 after changing settings.
8538 (gdb-invalidate-disassembly): Update when first shown.
8539 (gdb-edit-locals-value): Fixed.
8540 (gdb-registers-handler-custom): Print registers in right order and
8541 allow changing register values (only for current thread yet).
9cbac26b
DD
8542 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
8543 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
8544 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
8545 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
8546 info in mode name.
8547 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 8548
0f25a277
EZ
85492009-08-08 Eli Zaretskii <eliz@gnu.org>
8550
8551 * mail/rmail.el (rmail-add-mbox-headers)
8552 (rmail-set-message-counters-counter): Search for
8553 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
8554
b971be60
GM
85552009-08-08 Glenn Morris <rgm@gnu.org>
8556
8557 * Makefile.in (ELCFILES): Update.
8558
a35d3ad8
EZ
85592009-08-07 Eli Zaretskii <eliz@gnu.org>
8560
60c2df40
EZ
8561 * mail/sendmail.el (mail-yank-original): Set
8562 buffer-file-coding-system from the one used by the message whose
8563 text is yanked.
8564
8b0bcc2e
EZ
8565 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
8566 to "windows" when "pgnuplot" is used.
8567 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
8568 call accept-process-output if "pgnuplot" is used.
8569 (calc-graph-init): Don't send -display and -geometry to
8570 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
8571 running "pgnuplot -V" with shell-command-to-string.
8572
8573 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
8574 the default.
8575
85762009-08-07 Eli Zaretskii <eliz@gnu.org>
8577
8578 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
8579 org/org-latex.elc.
8580
3bca7ca5
DN
85812009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
8582
3c53763c
DN
8583 * vc-dispatcher.el (vc-resynch-window): Update comment.
8584
3bca7ca5
DN
8585 * term.el (term-handle-ansi-escape): Add comments with the
8586 terminfo capabilities implemented.
8587
7b217360
DD
85882009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
8589
8590 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
8591 (gdb-var-create-handler): Rewritten using JSON parser.
8592 (gdb-propertize-header): Moved earlier.
8593 (gdb-set-header): Removed to avoid duplication.
8594 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
8595 Refresh disassembly buffers only after threads list have been
8596 update.
8597 (gdb-threads-header, gdb-registers-header): Per-buffer header line
8598 variables.
8599
b4d84ecf
JL
86002009-08-04 Juri Linkov <juri@jurta.org>
8601
8602 * files.el: Commands to add/delete file/directory-local variables.
8603 (read-file-local-variable, read-file-local-variable-value)
8604 (read-file-local-variable-mode, modify-file-local-variable)
8605 (modify-file-local-variable-prop-line)
8606 (modify-dir-local-variable): New functions.
8607 (add-file-local-variable, delete-file-local-variable)
8608 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
8609 (add-dir-local-variable, delete-dir-local-variable)
8610 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
8611 (copy-dir-locals-to-file-locals-prop-line): New commands.
8612
42da39c1
CY
86132009-08-04 Chong Yidong <cyd@stupidchicken.com>
8614
8615 * abbrev.el (insert-abbrev-table-description): Prettify output.
8616 Suggested by Karl Chen.
8617
98bf8494
DD
86182009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
8619
78b9fb28 8620 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 8621 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
8622 (gdb-overlay-arrow-position, gdb-thread-position)
8623 (gdb-disassembly-position): Declare variables.
8624 (gdb-wait-for-pending): Function now.
8625 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
8626 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
8627 compilation goes smoothly.
8628 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
8629 (gdb-non-stop-setting): New customization setting which replaces
8630 `gdb-non-stop' so changing it doesn't break active GDB session.
8631 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
8632 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
8633 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
8634 (gdb-show-threads-by-default): New customization options.
8635 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
8636 routines.
8637 (gdb-get-buffer-create): Send buffers update signal when they are
8638 created.
8639 (gdb-invalidate-locals, gdb-invalidate-registers)
8640 (gdb-invalidate-breakpoints)
8641 (gdb-invalidate-threads, gdb-invalidate-disassembly)
8642 (gdb-invalidate-memory): Accept update signal.
8643 (gdb-current-context-command): Use --frame option.
8644 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
8645 Implement `gdb-frame-number' selection logic.
8646 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
8647 whether to show GUD toolbar buttons.
8648 (gdb-thread-exited): Unselect current thread when it exits.
8649 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
8650 (gdb-mark-line): Routine which sets overlay arrow or inverses
8651 video on fringeless displays.
8652 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
8653 to build aligned columns of data in GDB buffers and set text
8654 properties line-by-line.
8655 (gdb-invalidate-breakpoints)
8656 (gdb-breakpoints-list-handler-custom)
8657 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
8658 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
8659 (gdb-registers-handler-custom): Align data columns.
8660 (gdb-locals-handler-custom): Now prints data like in variable
8661 declarations.
8662 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
8663 Removed confusing buttons.
8664 (gdb-invalidate-threads): Append --frame.
8665 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
8666 between breakpoints/threads buffers.
8667 (gdb-set-window-buffer): Now can ignore dedicated windows.
8668 (gdb-propertize-header): Use `gdb-set-window-buffer'.
8669 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
8670 (def-gdb-thread-buffer-gud-command): Replaces
8671 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
8672 for fine thread control.
8673 (gdb-preempt-existing-or-display-buffer): New function used to
8674 display bound buffers without breaking window layout.
8675 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
8676 (gdb-select-frame): New version of `gdb-frames-select' which now
8677 sets `gdb-frame-number' so commands may use --frame option instead
8678 of inner debugger state.
8679 (gdb-frame-handler): Do not set `gdb-frame-number'.
8680 (gdb-threads-mode-map): Select threads with mouse.
8681
8682 * progmodes/gud.el (gdb-gud-context-call): Declare function to
8683 avoid compilation warning.
8684 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
8685 `gdb-show-stop-p`.
8686
566f3909
DD
8687 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
8688 Argument `key' renamed to `buffer-type'.
8689 (gdb-current-context-buffer-name): Do not add thread info to
8690 buffer name when no thread is selected.
8691 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
8692 command (bug 3794).
8693 (gdb-thread-selected): Handle `=thread-selected' notification.
8694 (gdb-wait-for-pending): New macro to deal with congestion problems.
8695 (gdb-breakpoints-list-handler-custom): Don't fail on pending
8696 breakpoints.
7b6fefac
JB
8697 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
8698 This fixes problem similar to one described in bug 3947.
566f3909
DD
8699 (gud-menu-map): More menu items.
8700 (gdb-init-1): Reset `gdb-thread-number' to nil.
8701
4a31122c
DD
8702 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
8703 non-stop settings.
8704
8705 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
8706 (gdb-current-context-command): Do not append --thread if
8707 `gdb-thread-number' is nil.
8708 (gdb-running-threads-count, gdb-stopped-threads-count): New
8709 variables.
8710 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
8711 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
8712 customization options.
8713 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
8714 GUD commands.
7b6fefac 8715 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
8716 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
8717 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
8718 set `gdb-thread-number' and update `gud-running' properly.
8719 (gdb-running): Update threads list when new threads appear.
8720 (gdb-stopped): Support non-stop operation and new thread switching
8721 logic.
8722 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
8723 (gdb-json-partial-output): New set of JSON routines.
8724 (def-gdb-auto-update-trigger): New `signal-list' optional
8725 argument.
8726 (gdb-thread-list-handler-custom): Update `gud-running',
8727 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
8728 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
8729 (gdb-continue-thread, gdb-step-thread): New commands for fine
8730 thread execution control.
8731 (gud-menu-map): New menu items to switch non-stop options.
8732 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 8733 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
8734
8735 * progmodes/gdb-mi.el (gdb-rules-name-maker)
8736 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
8737 gdb-buffer-rules.
8738 (def-gdb-auto-update-handler): New nopreserve optional argument.
8739 (gdb-stack-list-frames-custom): Print stack from top to bottom.
8740
8741 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
8742 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
8743 (gdb-parent-mode): New mode to derive other GDB modes from.
8744 (gdb-display-disassembly-for-thread)
8745 (gdb-frame-disassembly-for-thread): New commands for threads
8746 buffer.
8747
8748 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
8749 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
8750 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
8751 (gdb-update): We now store all GDB buffers in a list so that they
8752 can be updated by traversing a list instead of calling invalidate
7b6fefac 8753 triggers explicitly.
a5c9f540
DD
8754 (def-gdb-trigger-and-handler): New macro to define trigger-handler
8755 pair for GDB buffer.
8756 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
8757 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
8758 handle pending triggers.
8759 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
8760 (def-gdb-thread-buffer-simple-command)
8761 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
8762 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
8763 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
8764 New commands which show buffers bound to thread.
e7086683 8765 (gdb-stack-list-locals-regexp): Removed unused regexp.
4a31122c 8766
7b6fefac
JB
8767 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
8768 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
8769 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
8770 to (gud-comint-buffer) in *-buffer-name functions
8771 because (gdb-get-target-string) already does that.
8772 (gdb-locals-handler-custom, gdb-registers-handler-custom)
8773 (gdb-changed-registers-handler): Rewritten without regexps.
8774
ba214964 8775 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
8776 (gdb-thread-number): New variable.
8777 (gdb-current-context-command): New macro which adds --thread
8778 option to command.
7b6fefac 8779 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 8780 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 8781 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
8782 (gdb-select-thread): New command which selects current thread.
8783 (gdb-invalidate-frames, gdb-invalidate-locals)
8784 (gdb-invalidate-registers): Use --thread option.
20f12ed8 8785
2ac33804
MA
87862009-08-04 Michael Albinus <michael.albinus@gmx.de>
8787
8788 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 8789 robust. (Bug#3977)
2ac33804
MA
8790 (tramp-handle-insert-file-contents): `unwind-protect' must be
8791 inside `with-parsed-tramp-file-name'.
8792
8793 * net/tramp-gvfs.el (top): Remove superfluous message when loading
8794 fails.
8795
39d0296f
NR
87962009-08-03 Nick Roberts <nickrob@snap.net.nz>
8797
8798 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
8799 directory if CLASSPATH is not set.
8800
adcbca53
MA
88012009-08-03 Michael Albinus <michael.albinus@gmx.de>
8802
7b6fefac
JB
8803 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
8804 New defconst.
7ef849b6 8805 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 8806
30924b0b
CY
88072009-08-02 Kevin Ryde <user42@zip.com.au>
8808
7b6fefac
JB
8809 * net/newst-backend.el (newsticker--raw-url-list-defaults):
8810 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 8811
b6ce92f1
CY
88122009-08-02 Chong Yidong <cyd@stupidchicken.com>
8813
d977a092
CY
8814 * select.el (x-set-selection): Doc fix (Bug#4021).
8815
8816 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
8817
b6ce92f1
CY
8818 * help-fns.el (describe-variable): Treat list return values from
8819 dir-locals-find-file properly (Bug#4005).
8820
7b6fefac 88212009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
8822
8823 * net/tramp.el (tramp-debug-message): Print also microseconds.
8824
88252009-08-02 Michael Albinus <michael.albinus@gmx.de>
8826
8827 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
8828 or END is non-nil.
8829 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
8830 (tramp-get-debug-buffer): Change `outline-regexp' according to new
8831 format.
8832
5ce6e4f4 8833 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
8834 (tramp-get-file-property): Use it.
8835
8836 * autorevert.el (auto-revert-handler): Allow
8837 `auto-revert-tail-mode' for remote files.
8838
2aafe808
JR
88392009-08-02 Jason Rumney <jasonr@gnu.org>
8840
8841 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 8842 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 8843
e094097c
CY
88442009-08-02 Chong Yidong <cyd@stupidchicken.com>
8845
8846 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
8847 (font-lock-variable-name-face, font-lock-constant-face): Darken
8848 the colors for light backgrounds.
8849
de94f281
EZ
88502009-08-01 Eli Zaretskii <eliz@gnu.org>
8851
8852 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
8853 month names. (Bug#3987)
8854
54b99340
CY
88552009-07-31 Chong Yidong <cyd@stupidchicken.com>
8856
8857 * simple.el (line-move-finish): Pass whole number to
8858 line-move-to-column.
34be836c 8859 (line-move-visual): Perform hscroll to the recorded position.
54b99340 8860
38216c30
JB
88612009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
8862
8863 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
8864
c779896d
CY
88652009-07-29 Alan Mackenzie <acm@muc.de>
8866
8867 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
8868
592ccae0
DD
88692009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
8870
35edc6c6
DD
8871 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
8872 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 8873
5a9e3ab7
JB
88742009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
8875
8876 * calc/calc.el (calc-mode-map): Add keybinding for
8877 `calc-transpose-lines'.
8878
7b6fefac 88792009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
8880
8881 * calc/calc-misc.el (calc-transpose-lines): New function.
8882
905fb90e
MA
88832009-07-28 Michael Albinus <michael.albinus@gmx.de>
8884
8885 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
8886 Simplify check for out-of-band methods.
8887 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
8888 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
8889
76e14464
DN
88902009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
8891
8892 * vc-git.el (vc-git-checkin): Fix typo.
8893
6088b51f 88942009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
8895
8896 * progmodes/js2-mode.el: New file.
8897
b85157fe
NR
88982009-07-28 Nick Roberts <nickrob@snap.net.nz>
8899
8900 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
8901 (gud-menu-map): Adjust tooltip accordingly.
8902
d43c2b06
DN
89032009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
8904
1c0f0c3b
DN
8905 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
8906 (vc-bzr-log-view-mode): Adjust log-view-file-re.
8907
d43c2b06
DN
8908 * add-log.el (change-log-mode-map): Add a menu.
8909
3dec5c36
MA
89102009-07-27 Michael Albinus <michael.albinus@gmx.de>
8911
8912 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
8913 function returns nil.
8914 (dbus-handle-event): Handle special return value :ignore.
8915 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
8916
5704140c
CY
89172009-07-26 Chong Yidong <cyd@stupidchicken.com>
8918
8919 * view.el (view-mode-enable): Don't define Helper-return-blurb if
8920 it's not needed.
8921
3077d1f6
EZ
89222009-07-25 Eli Zaretskii <eliz@gnu.org>
8923
8924 Fix Bug#3888:
8925
8926 * w32-vars.el (x-select-enable-clipboard): Doc fix.
8927
8928 * term/pc-win.el (x-display-name, x-colors)
8929 (x-select-enable-clipboard, x-select-text): Doc fix.
8930
8931 * term/common-win.el (x-display-name, x-colors): Doc fix.
8932
8933 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
8934 (xw-defined-colors): Doc fix.
8935
8936 * w32-fns.el (x-select-text, x-setup-function-keys)
8937 (x-get-selection, x-set-selection): Doc fix.
8938
8939 * term/x-win.el (x-select-text, x-setup-function-keys)
8940 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
8941
8942 * select.el (x-set-selection): Doc fix.
8943
51768bc8
MA
89442009-07-25 Michael Albinus <michael.albinus@gmx.de>
8945
8946 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
8947 instead of "IsNSSSupportAvailable". Avahi ought to work also when
8948 "IsNSSSupportAvailable" method is not available. Reported by
8949 Steve Youngs <steve@sxemacs.org>.
8950
b11c2874
KH
89512009-07-24 Kenichi Handa <handa@m17n.org>
8952
8953 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 8954 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
8955 (build-unicode-category-table): Fix range checks.
8956
ba83b7b6
DN
89572009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
8958
8959 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
8960 the buffer we try to sync is current when calling
8961 vc-resynch-buffer.
8962
8963 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
8964 not show up to date files.
8965
7a8ae964
GM
89662009-07-24 Glenn Morris <rgm@gnu.org>
8967
8968 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
8969 Add autoload cookies. If necessary, initialize.
8970 (elint-log): Handle non-file buffers.
8971 (elint-initialize): Add optional argument to reinitialize.
8972 (elint-find-builtin-variables): Save excursion.
8973
a707eb05
DN
89742009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
8975
8976 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
8977 for Lint.
8978
0a2ddfa6
DN
89792009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8980
d6a62b0d
DN
8981 * vc.el (vc-print-log-internal): New function, split out from ...
8982 (vc-print-log): ... here.
10b5dcad 8983 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 8984
0a2ddfa6
DN
8985 * vc-git.el (vc-git-add-signoff): New variable.
8986 (vc-git-checkin): Use it.
8987 (vc-git-toggle-signoff): New function.
8988 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
8989 (vc-git--run-command-string): Accept a nil FILE argument.
8990 (vc-git-stash-list): New function.
8991 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 8992
589a99f2
GM
89932009-07-23 Glenn Morris <rgm@gnu.org>
8994
8995 * help-fns.el (describe-variable): Describe ignored and risky local
8996 variables in a similar way to that in which we describe safe ones.
8997
8998 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
8999 (byte-compile-output-file-form, byte-compile-output-docform)
9000 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
9001 Give some more local variables with common names a "bytecomp-" prefix,
9002 so as not to shadow things during compilation.
9003 * emacs-lisp/cl-macs.el (load-time-value)
9004 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
9005 `outbuffer' to `bytecomp-outbuffer'.
9006
9007 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
9008 since the next two variables cover them automatically now.
9009 (elint-builtin-variables, elint-autoloaded-variables): New.
9010 (elint-unknown-builtin-args): Remove all members, since they can be
9011 parsed automatically now.
9012 (elint-extra-errors): New.
9013 (elint-env-add-env, elint-env-add-macro): Use cadr.
9014 (elint-current-buffer): Use or. Change final message.
9015 (elint-get-top-forms): Use line-end-position.
9016 (elint-init-env): Use cadr. Handle autoload, declare-function,
9017 and defalias.
9018 (elint-add-required-env): Doc fix. Use or. Standardize error.
9019 (regexp-assoc): Remove unused function.
9020 (elint-top-form): Set elint-current-pos, to record the start of the
9021 top-level form, for compilation-mode.
9022 (elint-form): Trap errors in macro expansion. Use dolist.
9023 (elint-unbound-variable): Use elint-builtin-variables and
9024 elint-autoloaded-variables.
9025 (elint-get-args): Use cadr, or.
9026 (elint-check-cond-form): Use dolist, cadr.
9027 (elint-check-condition-case-form): Doc fix. Use cadr.
9028 Use elint-extra-errors.
9029 (elint-log): New function.
9030 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
9031 Distinguish errors and warnings.
9032 (elint-log-message): Use with-current-buffer. Inhibit read-only.
9033 Use a bytecomp-style format.
9034 (elint-clear-log): Preserve default-directory. Inhibit read-only.
9035 (elint-get-log-buffer): Use compilation mode. Disable undo.
9036 Don't truncate lines.
9037 (elint-initialize): Set builtin and autoloaded variable lists.
9038 Only process elint-unknown-builtin-args if non-nil.
9039 (elint-find-builtin-variables, elint-find-autoloaded-variables):
9040 New functions.
9041 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
9042
855b42a2
GM
90432009-07-22 Kevin Ryde <user42@zip.com.au>
9044
9045 * net/newst-backend.el (newsticker--parse-atom-1.0)
9046 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
9047 (newsticker--parse-rss-1.0):
9048 * progmodes/idlwave.el (idlwave-mode):
9049 * progmodes/idlw-shell.el (idlwave-shell-mode):
9050 * progmodes/vera-mode.el (vera-mode):
9051 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
9052 * progmodes/vhdl-mode.el (vhdl-mode):
9053 * textmodes/table.el (table-generate-source)
9054 (table--warn-incompatibility):
9055 Hyperlink urls in docstrings with URL `...'.
9056
fd413a37
GM
90572009-07-22 Glenn Morris <rgm@gnu.org>
9058
cb711556
GM
9059 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
9060 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
9061 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
9062 Remove leading * from defcustom docs.
9063
fd413a37
GM
9064 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
9065
9066 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
9067 defcustom doc.
9068 (list-load-path-shadows): Optionally, just return shadows as a string.
9069
9070 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
9071
a4f69701
CY
90722009-07-21 Chong Yidong <cyd@stupidchicken.com>
9073
9074 * mail/rmailedit.el (rmail-edit-mode): Use
9075 auto-save-include-big-deletions.
9076
9077 * mail/rmail.el (rmail-variables): Use
9078 auto-save-include-big-deletions.
9079
9080 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
9081 changes.
9082
ec06459c
JB
90832009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
9084
9085 * calc/calc.el (calc-undo-length): New variable.
9086 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
9087
b41b0976
RS
90882009-07-21 Richard Stallman <rms@gnu.org>
9089
9090 * files.el (auto-save-mode): Handle buffer-save-size = -2
9091 for toggling mode.
9092
4ed32706
GM
90932009-07-21 Glenn Morris <rgm@gnu.org>
9094
531b1264
GM
9095 * textmodes/ispell.el (ispell-looking-back): Update declaration.
9096
55d27f41
GM
9097 * calendar/todo-mode.el (calendar-current-date): Update declaration.
9098
02df3f4d
GM
9099 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
9100 silence compiler. Instead...
9101 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
9102 (ps-print-ensure-fontified): Update for above function name changes.
9103
fdd8417e
GM
9104 * printing.el (pr-mh-get-msg-num, pr-mh-show)
9105 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
9106 silence compiler. Instead...
9107 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
9108 (mh-show-buffer): Only define for compiler.
9109 (pr-mh-current-message): Update for above function name changes.
9110
4ed32706
GM
9111 * files.el (abort-if-file-too-large): Explicitly pass `filename'
9112 as an argument.
9113 (find-file-noselect, insert-file-1): Update for above change.
9114
9115 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
9116
9117 * mail/mailclient.el (mailclient-send-it): Fix message.
9118
9119 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
9120 (edebug-eval): Check cl-debug-env is bound.
9121 (print-level, print-circle): Don't redefine built-in variables.
9122
9123 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
9124 (custom-print-vectors): Remove old comments from doc.
9125
9126 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
9127 (emerge-version): Make the variable an obsolete alias for the
9128 emacs-version variable. Make the function obsolete.
9129 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
9130 Emerge options, rather than merging in into the main Options menu.
9131 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
9132 and auto advance modes. Disable edit/fast items when not relevant.
9133
86812144
CY
91342009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
9135
9136 * term/vt420.el (terminal-init-vt420): Fix typo.
9137
6bb90094
SS
91382009-07-20 Sam Steingold <sds@gnu.org>
9139
9140 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
9141 variable (removed from compile.el on 2004-03-11).
9142
42e0a725
CY
91432009-07-20 Chong Yidong <cyd@stupidchicken.com>
9144
9145 * files.el (hack-local-variables-filter): Fix last change.
9146
2ee20f24
JL
91472009-07-19 Juri Linkov <juri@jurta.org>
9148
9149 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
9150 (dir-local-variables-alist): New buffer-local variable.
9151 (hack-local-variables-filter): If variable is not dir-local,
9152 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
9153 because file-local overrides dir-local.
3570691b 9154 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
9155 Remove obsolete declaration.
9156 (hack-dir-local-variables): Add dir-local variable/value pair to
9157 `dir-local-variables-alist' and remove duplicates. Doc fix.
9158
9159 * help-fns.el (describe-variable): Add information about
9160 file-local and dir-local variables.
9161
89bf83cd
CY
91622009-07-19 Chong Yidong <cyd@stupidchicken.com>
9163
9164 * files.el (hack-local-variables-filter): Rewrite.
9165
1a8d3541
GM
91662009-07-19 Glenn Morris <rgm@gnu.org>
9167
d9e8a018
GM
9168 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
9169 Silence compiler by only defining on XEmacs.
9170
da332cfb
GM
9171 * international/mule.el (auto-coding-regexp-alist): Only match
9172 BABYL... at the start of buffer, not of lines. (Bug#3790)
9173
1a8d3541
GM
9174 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
9175 non-calendar buffers (Bug#3862). Restore "not on a date" message.
9176 (cal-menu-context-mouse-menu): Doc fix.
9177
9178 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
9179
9180 * simple.el (mail-user-agent): Doc fix. Set :version tag.
9181
d842b103
JL
91822009-07-18 Juri Linkov <juri@jurta.org>
9183
9184 * info.el: Virtual Info keyword finder.
3570691b 9185 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
9186 (Info-finder-file): New variable.
9187 (Info-finder-find-file): New function.
9188 (finder-known-keywords, finder-package-info)
9189 (find-library-name, lm-commentary): Use defvar and
9190 declare-function to silence compiler warnings.
9191 (Info-finder-find-node): New function.
9192 (info-finder): New command.
9193
9194 * subr.el (process-kill-buffer-query-function): New function.
9195 (add-hook)<kill-buffer-query-functions>: Add hook
9196 `process-kill-buffer-query-function'.
9197
10d37df7
AM
91982009-07-18 Alan Mackenzie <acm@muc.de>
9199
7b6fefac 9200 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
9201 (c-postprocess-file-styles): Give invocation of `c-set-style'
9202 DONT-OVERRIDE parameter of t. Already set style variables will
9203 thus not be overridden by style settings given by `c-file-syle'.
9204
9205 * files.el (hack-local-variables-filter): Remove entries with
9206 duplicate keys from `file-local-variables-alist'.
9207
102e1a41
EZ
92082009-07-18 Eli Zaretskii <eliz@gnu.org>
9209
9210 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
9211 x-set-selection if display-selections-p returns nil for the
9212 current frame.
9213
16f2e9fc
CY
92142009-07-18 Chong Yidong <cyd@stupidchicken.com>
9215
9216 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
9217
f22693fc
EZ
92182009-07-18 Eli Zaretskii <eliz@gnu.org>
9219
a6c2c80c
EZ
9220 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
9221 Accept nil in addition to a regexp.
9222 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
9223 Accept nil in addition to a regexp.
9224 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
9225 buffers that have an associated file. Handle nil values of
9226 desktop-buffers-not-to-save and desktop-files-not-to-save.
9227 (Bug#3833)
9228
f22693fc
EZ
9229 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
9230 (x-disown-selection-internal): New functions.
9231
e456379a
NR
92322009-07-18 Nick Roberts <nickrob@snap.net.nz>
9233
9234 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
9235 warning.
9236 (gdb-breakpoints-header): Move forward to avoid compiler warning.
9237 (gdb-make-header-line-mouse-map): Remove duplicate definition.
9238
0013b70f
CY
92392009-07-18 David De La Harpe Golden <david@harpegolden.net>
9240
9241 * simple.el (set-mark): Revert last change.
9242
0855c2ca
CY
92432009-07-17 Tassilo Horn <tassilo@member.fsf.org>
9244
9245 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
9246 rendering of pngs is not possible instead of messaging a long
9247 description.
9248
3f5c9cad
CY
92492009-07-17 David De La Harpe Golden <david@harpegolden.net>
9250
9251 * w32-fns.el (x-selection-owner-p): New function.
9252
9253 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6c6a75d5
CY
9254 (mouse-yank-at-click, mouse-yank-primary): If
9255 select-active-regions is non-nil, deactivate the mark before
9256 insertion.
3f5c9cad
CY
9257
9258 * simple.el (deactivate-mark, set-mark): Only save selection if we
9259 own it.
9260
1fc87f9b
KH
92612009-07-17 Kenichi Handa <handa@m17n.org>
9262
9263 * case-table.el (describe-buffer-case-table): Fix for the case
9264 that KEY is a cons.
9265
d56fdcd2
DN
92662009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
9267
9268 * vc-rcs.el (vc-rcs-find-file-hook):
9269 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
9270
bede3e9f
MA
92712009-07-16 Michael Albinus <michael.albinus@gmx.de>
9272
9273 * net/tramp.el (tramp-wait-for-output): Handle the case when
9274 commands do not return a newline but a null byte before the shell
9275 prompt. (Bug#3858)
9276
7653ca1d
YM
92772009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9278
9279 * term/ns-win.el (ns-set-alpha): Don't declare.
9280 (ns-set-background-alpha): Remove function.
9281
ed2a52e9
SM
92822009-07-16 Kevin Ryde <user42@zip.com.au>
9283
9284 * emacs-lisp/copyright.el (copyright-update): Save match-data across
9285 y-or-n-p, for safety.
9286
7a907299
RS
92872009-07-16 Richard Stallman <rms@gnu.org>
9288
9289 * files.el (auto-save-mode): If buffer-saved-size is -2,
9290 don't clobber it.
9291
9292 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
9293 (rmail-retry-ignored-headers): Add more uninteresting fields.
9294
c0db3477
CY
92952009-07-15 Jari Aalto <jari.aalto@cante.net>
9296
9297 * net/rcirc.el (rcirc): Use history variables.
9298 (rcirc-server-name-history, rcirc-nick-name-history)
9299 (rcirc-server-port-history): New variables.
9300
6c875452
KH
93012009-07-15 Kenichi Handa <handa@m17n.org>
9302
bf974dc9
KH
9303 * international/mule-cmds.el (set-language-environment-charset):
9304 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
9305 ignore them.
9306
6c875452
KH
9307 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
9308 Delete unibyte-display.
9309
2066b4fe
CY
93102009-07-15 Chong Yidong <cyd@stupidchicken.com>
9311
9312 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
9313
f9be2e35
CY
93142009-07-15 Chong Yidong <cyd@stupidchicken.com>
9315
9316 * simple.el (deactivate-mark): Optional argument FORCE.
9317 (set-mark): Use deactivate-mark.
9318
9319 * info.el (Info-search): No need to check transient-mark-mode
9320 before calling deactivate-mark.
9321
9322 * select.el (x-set-selection): Doc fix.
9323 (x-valid-simple-selection-p): Allow buffer values.
9324 (xselect--selection-bounds): Handle buffer values. Suggested by
9325 David De La Harpe Golden.
9326
9327 * mouse.el (mouse-set-region, mouse-drag-track): Call
9328 copy-region-as-kill before setting the mark, to let
9329 select-active-regions work.
9330
be3e598a 93312009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
9332
9333 * simple.el (deactivate-mark): If select-active-regions is
9334 non-nil, copy the selection data into a string.
9335 (activate-mark): If select-active-regions is non-nil, set the
9336 selection to the current buffer.
9337 (set-mark): Update selection if select-active-regions is non-nil.
9338
9339 * select.el (x-valid-simple-selection-p): Allow buffer values.
9340
cbd61418
SM
93412009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
9342
9343 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
9344 and more featureful message-mode.
9345
f470187f
CY
93462009-07-14 Chong Yidong <cyd@stupidchicken.com>
9347
9348 * select.el (x-set-selection): Doc fix.
9349 (x-valid-simple-selection-p): Disallow selection data consisting
9350 of a list or cons of integers, since that is not used.
9351 (xselect--selection-bounds, xselect--int-to-cons): New functions.
9352 (xselect-convert-to-string, xselect-convert-to-length)
9353 (xselect-convert-to-filename, xselect-convert-to-charpos)
9354 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
9355
bfc99364
DD
93562009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
9357
9358 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
9359 output in -break-info command (Emacs bug #3794).
9360
e32721f5
GM
93612009-07-14 Glenn Morris <rgm@gnu.org>
9362
1e46f9e4
GM
9363 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
9364 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
9365 (edebug-print-length, edebug-print-level, edebug-print-circle)
9366 (edebug-sit-for-seconds, edebug-view-outside)
9367 (edebug-bounce-point, edebug-set-global-break-condition)
9368 (edebug-Go-nonstop-mode, edebug-trace-mode)
9369 (edebug-Trace-fast-mode, edebug-continue-mode)
9370 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
9371 (edebug-visit-eval-list): Doc fixes.
9372
e32721f5
GM
9373 * subr.el (def-edebug-spec): Doc fix.
9374
66a85e76
KH
93752009-07-14 Kenichi Handa <handa@m17n.org>
9376
9377 * international/characters.el: Fix setting of category ?C.
9378
28571246
JD
93792009-07-13 Jan Djärv <jan.h.d@swipnet.se>
9380
7b6fefac 9381 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
9382 ns-popup-font-panel instead of generate-fontset-menu.
9383
5d74672c
EZ
93842009-07-12 Eli Zaretskii <eliz@gnu.org>
9385
7b6fefac 9386 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 9387
eb1727a4
CY
93882009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
9389
9390 * arc-mode.el (archive-find-type): Allow for a PK00 string before
9391 the PK\003\004 header (Bug#3770).
9392
208384c5
CY
93932009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
9394
9395 * pcomplete.el (pcomplete-comint-setup): Check for
9396 shell-dynamic-complete-filename too.
9397
774409a1
CY
93982009-07-11 Chong Yidong <cyd@stupidchicken.com>
9399
9400 * simple.el (temporary-goal-column): Change the value for
9401 line-move-visual to a cons cell.
9402 (line-move-visual): Record or set the window hscroll, if
9403 necessary (Bug#3494).
9404 (line-move-1): Handle cons value of temporary-goal-column.
9405
1639ee1d
KH
94062009-07-11 Kenichi Handa <handa@m17n.org>
9407
9408 * international/mule-diag.el (describe-character-set): Don't show
9409 width.
9410
2b1d2412
SS
94112009-07-10 Sam Steingold <sds@gnu.org>
9412
9413 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9414 Omake sometimes indents the errors it prints, so allow all
9415 regexps to start with spaces.
9416
ed3a5691
EZ
94172009-07-10 Eli Zaretskii <eliz@gnu.org>
9418
ed2a52e9
SM
9419 * cus-edit.el (customize-changed-options-previous-release):
9420 Bump value to 22.1. (Bug#3804)
ed3a5691 9421
49405d0e
SS
94222009-07-08 Sam Steingold <sds@gnu.org>
9423
9424 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
9425 to be a cons cell (test . ignored-directory) to selectively ignore
9426 some directories depending on the location of the search.
9427
93c3eb7c
MA
94282009-07-08 Michael Albinus <michael.albinus@gmx.de>
9429
9430 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
9431 remote user is root, on the local host.
9432 (tramp-local-host-p): Either the local user or the remote user
9433 must be root. (Bug#3771)
9434
6f2a8484
NR
94352009-07-08 Nick Roberts <nickrob@snap.net.nz>
9436
9437 * progmodes/gdb-mi.el (gdb): Remove description of
9438 gdb-use-separate-io-buffer.
69cb8d82 9439 (menu): Don't allow toggling of or enable
6f2a8484
NR
9440 gdb-use-separate-io-buffer from menubar.
9441
88d03607
CY
94422009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
9443
9444 * mail/unrmail.el (unrmail): Make sure the message ends with two
9445 newlines (Bug#3769).
9446
7ef5b8b2
GM
94472009-07-08 Glenn Morris <rgm@gnu.org>
9448
9449 * calendar/calendar.el (calendar-current-date): Rework previous change.
9450
3ce82f97
GM
94512009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
9452
9453 * calendar/calendar.el (calendar-current-date):
9454 Add an optional argument giving an offset from today.
9455
f35fc841
GM
94562009-07-08 Glenn Morris <rgm@gnu.org>
9457
9458 * tutorial.el (tutorial--describe-nonstandard-key):
9459 Adjust the message for when a key has been unbound.
9460 (help-with-tutorial): Hide the arch-tag.
9461
40149292
KH
94622009-07-08 Kenichi Handa <handa@m17n.org>
9463
69cb8d82
KH
9464 * international/fontset.el (setup-default-fontset): For each
9465 script, append (not set) font-specs.
9466
40149292
KH
9467 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
9468 docstring.
9469
ff0c4194
NR
94702009-07-08 Nick Roberts <nickrob@snap.net.nz>
9471
9472 * progmodes/gdb-mi.el (gdb-init-1): Move sending
9473 -data-list-register-names to ...
9474 (gdb-starting): ... here because GDB 7.0 requires execution to
9475 have started when using this MI command.
9476 (gdb-set-header): New function to distinguish select and
9477 unselected tabs in gdb buffers.
9478 (gdb-propertize-header): New macro that uses gdb-set-header.
9479 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 9480 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 9481
8954c675
CY
94822009-07-07 Chong Yidong <cyd@stupidchicken.com>
9483
9484 * Makefile.in (ELCFILES): Remove fadr.elc.
9485
0996385d
DD
94862009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
9487
dc6b4519
DD
9488 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
9489 may contain frame information, so `string-match' should be used.
9490 (gdb-update): Disassembly is invalidated through
9491 `gdb-get-selected-frame'.
9492 (gdb-pad-string): New function to pad string with spaces.
9493 (gdb-invalidate-disassembly): Invalidate only if the buffer
9494 exists.
9495 (gdb-disassembly-handler-custom): Column alignment.
9496 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
9497 placing new ones.
9498 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
9499 end of line, too.
9500 (gdb-frame-handler): Match convention to for disassembly buffer
9501 mode name.
17c1380b 9502 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
9503 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
9504 not highlight breakpoints without line information.
69a197a2 9505 (gdb-input): Add trailing newline to command.
dc6b4519 9506
14340b25
DD
9507 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
9508 buffer properly.
9509 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 9510 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
9511 now.
9512 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
9513 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
9514 to place breakpoints.
14340b25
DD
9515 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
9516 functions.
9517 (gdb-disassembly-handler-custom): Show overlay arrow.
9518 (gdb-disassembly-place-breakpoints): Show breakpoints in
9519 disassembly buffer.
9520 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 9521 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 9522 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 9523 in `gud-menu-map'.
14340b25 9524
38d4f316 9525 * fadr.el: Remove.
1f2a6224 9526
7b6fefac 9527 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 9528 (gdb-memory-address): New variable which holds top address of
7b6fefac 9529 memory page shown in memory buffer.
0996385d
DD
9530 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
9531 customization variables.
9532 New functions:
9533 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
9534 display the memory buffer.
9535 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
9536 buffer display parameters.
9537 (def-gdb-memory-format, gdb-memory-format-binary)
9538 (gdb-memory-format-octal, gdb-memory-format-unsigned)
9539 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
9540 Functions for setting memory buffer format.
9541 (gdb-memory-unit-word, gdb-memory-unit-halfword)
9542 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
9543 unit size used in memory buffer.
9544 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
9545 to next/previous page of memory buffer.
28d67a53 9546 Now using (bindat-get-field) instead of fadr functions.
0996385d 9547
9ba562d3
SS
95482009-07-07 Sam Steingold <sds@gnu.org>
9549
9550 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
9551 non-top-level files.
9552
a43977db
KH
95532009-07-07 Kenichi Handa <handa@m17n.org>
9554
9555 * international/mule-cmds.el (reset-language-environment): Put
9556 the highset priority to the charset iso-8859-1.
9557
d44d05e8
CY
95582009-07-06 Chong Yidong <cyd@stupidchicken.com>
9559
9560 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
9561 to the end of the line when locating the block (Bug#700).
9562
3e2fa353
MA
95632009-07-06 Michael Albinus <michael.albinus@gmx.de>
9564
9565 * net/tramp.el (tramp-handle-write-region): Flush file properties
9566 in case of short track.
9567
be3e598a 95682009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3
DN
9569
9570 * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
9571 representation of verilog error regular expressions to work with
9572 Emacs-22's new format.
9573 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 9574 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
9575 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
9576 error recognition into XEmacs.
9577 (verilog-error-regexp-add-emacs): Hook routine to install verilog
9578 error recognition into Emacs-22.
9579
25c6f63e
CY
95802009-07-06 Chong Yidong <cyd@stupidchicken.com>
9581
9582 * woman.el: Remove stand-alone closing parentheses.
9583 (woman-file-name, woman2-format-paragraphs)
9584 (woman-leave-blank-lines): Code cleanup.
9585 (woman-use-own-frame): Change default to nil.
9586 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
9587 defaults to inherit from default faces.
9588 (woman2-process-escapes): Consume the newline after a stand-alone
9589 filler character (Bug#3651).
9590
f176290e
GM
95912009-07-06 Glenn Morris <rgm@gnu.org>
9592
9593 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
9594 (top-level): Move provide to the end.
9595 (ffap): Remove defunct URL from custom group.
9596
9597 * subr.el (eval-after-load): Doc fix.
9598
7b6fefac 95992009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
9600
9601 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
9602 `calc-embedded-word' is called twice.
9603
4b8b1ec5
SM
96042009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9605
9606 * files.el (find-alternate-file-other-window, find-alternate-file):
9607 Obey confirm-nonexistent-file-or-buffer.
9608
d6ceb380
MA
96092009-07-05 Michael Albinus <michael.albinus@gmx.de>
9610
9611 * dired-aux.el (dired-show-file-type): Handle remote files.
9612
be3e598a 96132009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 9614
4b8b1ec5
SM
9615 * desktop.el (desktop-globals-to-save):
9616 Add file-name-history (Bug#2750).
c760f19e 9617
6d00ce04
CY
96182009-07-05 Chong Yidong <cyd@stupidchicken.com>
9619
4b8b1ec5 9620 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 9621
6ee21b07
JB
96222009-07-04 Johan Bockgård <bojohan@gnu.org>
9623
9624 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
9625 property on entire argument since this is what eshell-lisp-command
9626 expects.
9627
f0dbdc25
MA
96282009-07-03 Michael Albinus <michael.albinus@gmx.de>
9629
9630 * net/tramp-gvfs.el (tramp-gvfs-methods)
9631 (tramp-gvfs-zeroconf-domain)
9632 (tramp-bluez-discover-devices-timeout): Add version flag.
9633 (tramp-gvfs-handler-mounted-unmounted)
9634 (tramp-gvfs-connection-mounted-p): Polish handling of
9635 incompatibilities between GVFS 0.2 and 1.0.
9636
e044e4fc
JD
96372009-07-03 Jan Djärv <jan.h.d@swipnet.se>
9638
4b8b1ec5 9639 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 9640
2e9b968b
JB
96412009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
9642
9643 * calc-math.el (math-use-emacs-fn): Make sure that the number is
9644 formatted correctly.
9645
baf1a55e
JL
96462009-07-02 Juri Linkov <juri@jurta.org>
9647
9648 * info.el: Virtual Info files and nodes.
9649 (Info-virtual-files, Info-virtual-nodes): New variables.
9650 (Info-current-node-virtual): New variable.
9651 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
9652 New functions.
9653 (Info-file-supports-index-cookies): Use Info-virtual-file-p
9654 to check for a virtual file instead of checking a fixed list
9655 of node names.
9656 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
9657 instead of ad-hoc processing of "dir" and (apropos history toc).
9658 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
9659 instead of ad-hoc processing of "dir" and (apropos history toc).
9660 Reread a file when moving from a virtual node.
9661 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
9662 (Info-directory-toc-nodes, Info-directory-find-file)
9663 (Info-directory-find-node): New functions.
9664 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
9665 (Info-history): Move part of code to
9666 `Info-history-find-node'.
9667 (Info-history-toc-nodes, Info-history-find-file)
9668 (Info-history-find-node): New functions.
9669 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
9670 (Info-toc): Move part of code to `Info-toc-find-node'.
9671 (Info-toc-find-node): New function.
4b8b1ec5 9672 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
9673 the current Info file name to references because now the node
9674 "*TOC*" belongs to the same Info manual.
4b8b1ec5 9675 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
9676 (Info-toc-nodes): Rename input argument `file' to `filename'.
9677 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
9678 instead of ad-hoc processing of ("dir" apropos history toc).
9679 (Info-index-nodes): Use Info-virtual-file-p
9680 to check for a virtual file instead of checking a fixed list
9681 of node names.
9682 (Info-index-node): Add check for `Info-current-node-virtual'.
9683 Raise `save-match-data' higher up the tree to contain
9684 `search-forward' too (bug fix).
9685 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
9686 (Info-virtual-index-nodes): New variable.
9687 (Info-virtual-index-find-node, Info-virtual-index): New functions.
9688 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
9689 (Info-apropos-file, Info-apropos-nodes): New variables.
9690 (Info-apropos-toc-nodes, Info-apropos-find-file)
9691 (Info-apropos-find-node, Info-apropos-matches): New functions.
9692 (info-apropos): Move part of code to `Info-apropos-find-node' and
9693 `Info-apropos-matches'.
9694 (Info-mode-map): Bind "I" to `Info-virtual-index'.
9695 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
9696 for a virtual file instead of checking a fixed list of node names.
9697
9698 * simple.el (async-shell-command): New command.
9699
9700 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
9701
9702 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
9703 instead of `mount-info'.
9704
d04bc496
MA
97052009-07-02 Michael Albinus <michael.albinus@gmx.de>
9706
9707 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 9708 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 9709
af0403e0
KH
97102009-07-02 Kenichi Handa <handa@m17n.org>
9711
9712 * international/mule.el (set-keyboard-coding-system): Force *-unix
9713 coding-system to avoid eol conversion.
9714
99278f8a
MA
97152009-07-01 Michael Albinus <michael.albinus@gmx.de>
9716
4b8b1ec5
SM
9717 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9718 Add handler for `process-file', `shell-command' and
99278f8a
MA
9719 `start-file-process'.
9720 (tramp-gvfs-handle-shell-command)
9721 (tramp-gvfs-handle-start-file-process)
9722 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 9723 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 9724
3f1c6666
JD
97252009-07-01 Jan Djärv <jan.h.d@swipnet.se>
9726
9727 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
9728
3f396bac
KH
97292009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
9730
9731 * language/korean.el (set-language-info-alist): Add korean-cp949,
9732 cp949 to spec.
9733
c1185193
KH
97342009-07-01 Kenichi Handa <handa@m17n.org>
9735
9736 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
9737
9738 * international/encoded-kb.el: Deleted.
9739
9740 * international/mule.el (set-keyboard-coding-system): Perform the
9741 necessary setup here instead of calling encoded-kbd-setup-display.
9742
3f150a60
GM
97432009-07-01 Glenn Morris <rgm@gnu.org>
9744
9745 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
9746
b0d5b05b
GM
97472009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
9748
9749 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
9750
4f4126e6
MA
97512009-06-30 Michael Albinus <michael.albinus@gmx.de>
9752
4b8b1ec5
SM
9753 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
9754 Handle also the 'rename case, when setting file modes. (Bug#3712)
974647ac 9755 (tramp-default-file-modes) Remove execute permissions.
4f4126e6 9756
7ae3ea65 9757 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
9758 (top): Add a default for "synce" in `tramp-default-user-alist'.
9759 Add completion function for "synce" method.
9760 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
9761 (tramp-hal-interface-manager, tramp-hal-interface-device):
9762 New defconst.
9763 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
9764 (tramp-synce-list-devices, tramp-synce-parse-device-names):
9765 New defuns.
d6ceb380
MA
9766
9767 * net/trampver.el: Update release number.
7ae3ea65 9768
0ad6626b
KH
97692009-06-30 Kenichi Handa <handa@m17n.org>
9770
9771 * international/fontset.el (setup-default-fontset): Add CJK fonts
9772 for symbols and the other miscellaneous characters.
9773
4b8b1ec5
SM
9774 * language/korea-util.el (setup-korean-environment-internal):
9775 Make char-width-table suitable for Korean environments.
0ad6626b
KH
9776 (exit-korean-environment): Cancel above.
9777
9778 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
9779 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
9780 setup-funcion to make char-widht-table suitable for respective
9781 environments, and an exit-function to cancel that.
9782
9783 * language/japan-util.el (setup-japanese-environment-internal):
9784 Call use-cjk-char-width-table with arg `ja_JP'.
9785
9786 * international/characters.el (cjk-char-width-table): Delete it.
9787 (cjk-char-width-table-list): New variable.
9788 (use-cjk-char-width-table): New arg local-name.
9789 (use-default-char-width-table): Fix for the case that Emacs is
9790 already using the default char-width-table.
9791
fd46e893
MA
97922009-06-29 Michael Albinus <michael.albinus@gmx.de>
9793
9794 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
9795 modes mandatory. (Bug#3712)
9796
b87d9f96
AM
97972009-06-29 Alan Mackenzie <acm@muc.de>
9798
9799 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 9800 correction between the visible width of TABs and their number of bytes.
b87d9f96 9801
2d25aa5a
CY
98022009-06-29 Chong Yidong <cyd@stupidchicken.com>
9803
9804 * server.el (server-buffer-done): Prevent kill-buffer from
9805 prompting by clearing the buffer modification flag (Bug#3696).
9806
a3a8b002
DN
98072009-06-28 Michael McNamara <mac@mail.brushroad.com>
9808
9809 * verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 9810 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
9811 (verilog-basic-complete-re): Support localparam lineup.
9812 (verilog-beg-of-statement-1): Fix for robustness, unique case.
9813 (verilog-set-auto-endcomments): Fix for unique case, always_comb
9814 commenting.
9815 (verilog-leap-to-case-head): Now support *nested* unique &
9816 priority case statements.
9817 (verilog-auto-lineup): Make just declarations the default (as it
9818 had been).
4b8b1ec5 9819 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 9820 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 9821 select the various styles of automatic lineup.
a3a8b002
DN
9822 (verilog-error-regexp-alist): Rework to support the XEmacs style
9823 of error regular expressions from compilers, lint tools &
9824 simulators. Note that GNU Emacs has made it impossible for a mode
9825 to load such things.
9826 (electric-verilog-terminate-line, verilog-indent-declaration)
9827 (verilog-auto-wiure): Rework for radio button selection of
9828 auto-lineup selection of specification of auto lineup.
9829 (verilog-beg-of-statement-1): Redesign to support proper operation
9830 in additional code, based on testing with auto-lineup.
9831 (verilog-calculate-indent, assignments & declarations)
9832 (verilog-backward-token): Enhance to support auto-lineup of
9833 assignments & declarations.
9834 (verilog-in-directive-p, verilog-at-struct-p): New function for
9835 easy test of whether we are.
9836 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
9837 to support safe execution at almost anyline.
9838 (verilog-calc-1): Properly support indenting deep inside generate
9839 blocks.
9840 (verilog-init-font) Remove definition & use of verilog-init-font,
9841 as it is redundant with font-lock-defaults.
a8f316ca 9842 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
9843 to avoid circular calls if syntax-ppss is a function (as is the
9844 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 9845 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
9846 (verilog-ovm-begin-re, verilog-ovm-end-re)
9847 (verilog-ovm-statement-re, verilog-leap-to-head)
9848 (verilog-backward-token): Add support for OVM macros. Some are
9849 complete statements, and others open and close scopes like begin
9850 and end.
9851 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
9852 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 9853 compilation issue.
a3a8b002 9854 (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
7b6fefac 9855 coverpoint, constraint and cross statements.
a3a8b002
DN
9856 (verilog-defun-level-list, verilog-generate-defun-level-list)
9857 (verilog-all-defun-level-list): Redo these specifications - it is
9858 too hard to support eval-when compile aggregation of lists also
9859 built at when-compile time.
9860 (verilog-defun-level-list): Place defconsts of variables used in
9861 building regular expressions which are built in eval-when-compile
9862 bodies in the same eval-when-compile body to facilitate compile
9863 without load.
9864 (verilog-beg-block-re-ordered): Support indenting
9865 virtual/protected tasks and functions.
7b6fefac 9866 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
9867 (verilog-backward-ws&directives, verilog-calc-1): Speed up
9868 indentation of some module items (generate items).
9869 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
9870 across virtual/protected tasks and functions.
9871
98722009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
9873
4b8b1ec5
SM
9874 * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
9875 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
9876 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
9877 in concatenations. Reported by Yishay Belkind.
9878 (verilog-auto-ascii-enum): Support one-hot state machines in
9879 AUTOASCIIENUM. Suggested by Lloyd Gomez.
9880 (verilog-auto-inst, verilog-auto-inst-port): Include interface
9881 modport in AUTOINST and add vl-modport for users. Reported by
9882 David Rogoff.
9883 (verilog-auto-inout-module, verilog-auto-inst)
9884 (verilog-decls-get-interfaces, verilog-insert-definition)
9885 (verilog-insert-one-definition, verilog-read-decls)
9886 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
9887 (verilog-sig-modport, verilog-signals-combine-bus)
9888 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
9889 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
9890 Suggested by David Rogoff.
9891 (verilog-repair-open-comma): Fix non-insertion of comma when
9892 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
9893 (verilog-make-width-expression): Simplify [A-1:0] expression
9894 widths to just {A{1'b0}}.
9895 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
9896 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
9897 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
9898 inputs/outputs or data type. Suggested by Vasu Kandadi.
9899 (next-error-last-buffer): Fix byte-compiler warning.
9900 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
9901 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 9902 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 9903 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5
SM
9904 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
9905 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7b6fefac 9906 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
9907 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
9908 causing use of <= assignments. Reported by Alex Reed.
9909 (verilog-read-decls): Fix triand, trior, wand, wor to be
9910 recognized by AUTOWIRE. Reported by Spencer Isaacson.
9911 (verilog-extended-complete-re): Support import "DPI-C" functions.
9912 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 9913 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
9914 (verilog-insert-date, verilog-insert-year)
9915 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
9916 Windows systems. Reported by Michael Potts.
9917 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 9918 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 9919 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 9920 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
9921 (verilog-read-decls): Fix detecting "parameter int" when using
9922 AUTOINSTPARAM. Reported by Bruce T.
9923 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 9924 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 9925 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
9926 verilog-goto-defun will work. Reported by Lawrence Butcher.
9927 (verilog-getopt): Expand environment variables in -f file
9928 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 9929 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
9930 when reading enumerations.
9931 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
9932 Suggested by Stephen Peltan.
4b8b1ec5 9933 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
9934 files. Reported by Steve Peltan.
9935
f7c0d931
CY
99362009-06-28 David De La Harpe Golden <david@harpegolden.net>
9937
9938 * files.el (trash-directory): Fix defcustom type.
9939
baf1a55e 99402009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
9941
9942 * help-fns.el (describe-function-1): Correctly locate adviced
9943 functions in hyperlink (Bug#2438).
9944
d63a01ef
CY
99452009-06-28 Chong Yidong <cyd@stupidchicken.com>
9946
9947 * files.el (trash-directory): Change default to nil.
9948 (move-file-to-trash): If trash-directory is nil and
9949 system-move-file-to-trash is unbound, perform freedesktop-style
9950 trashing.
9951
99522009-06-28 David De La Harpe Golden <david@harpegolden.net>
9953
9954 * files.el (move-file-to-trash): Add freedesktop trash
9955 support (Bug#973).
9956
fc2f6a26
GM
99572009-06-28 Glenn Morris <rgm@gnu.org>
9958
9959 * autorevert.el (global-auto-revert-non-file-buffers)
9960 (global-auto-revert-mode): Doc fixes.
9961
00242b07
JB
99622009-06-27 Johan Bockgård <bojohan@gnu.org>
9963
9964 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
9965
f5594f03
CY
99662009-06-27 Chong Yidong <cyd@stupidchicken.com>
9967
e8a2b2da
CY
9968 * faces.el (x-handle-named-frame-geometry): Ensure that we have
9969 opened an X connection before calling x-get-resource (Bug#3194).
9970
f5594f03
CY
9971 * play/doctor.el: Remove reference to obsolete website.
9972 (make-doctor-variables): Correct grammar mistake (Bug#2633).
9973
3c3bf6ce
DN
99742009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
9975
9976 Remove find-file-not-found-hook VC method. (Bug#2757)
9977 * vc-hooks.el (vc-file-not-found-hook)
9978 (vc-default-find-file-not-found-hook): Remove functions.
9979 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
9980 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
9981 * vc.el:
9982 * vc-hg.el:
9983 * vc-git.el: Do not mention find-file-not-found-hook VC method.
9984
e26a7bc0
AM
99852009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
9986
9987 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 9988 compatibility function for `looking-back'.
e26a7bc0 9989
4b8b1ec5 9990 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 9991 Use `ispell-looking-back'.
e26a7bc0 9992
d9848600
MA
99932009-06-24 Michael Albinus <michael.albinus@gmx.de>
9994
9995 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 9996 rather than `filename'.
d9848600 9997
05fbc4a9
MB
99982009-06-23 Miles Bader <miles@gnu.org>
9999
10000 * face-remap.el (text-scale-set): New function.
10001
f86ca715
GM
100022009-06-23 Glenn Morris <rgm@gnu.org>
10003
33e2c2e5
GM
10004 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
10005
f529f302
GM
10006 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
10007
34995333
GM
10008 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
10009
cc80ccee
GM
10010 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
10011
84cb770d
GM
10012 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
10013 Simplify Persian conditionals.
10014
d916c965
GM
10015 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
10016 variable `filename'.
10017
b6a44b27
GM
10018 * comint.el (comint-insert-input): Doc fix.
10019
f86ca715
GM
10020 * Makefile.in (ELCFILES): Fix typo in previous change.
10021
666e158e
MB
100222009-06-23 Miles Bader <miles@gnu.org>
10023
10024 * cus-start.el: Add entry for `recenter-redisplay'.
10025
be3e598a 100262009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
10027
10028 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
10029 Add an optional argument for the backend, use it instead of
10030 calling vc-backend.
4b8b1ec5
SM
10031 (vc-mode-line): Add an optional argument for the backend.
10032 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
10033 special handling for vc-state being a buffer to ...
10034
10035 * vc-rcs.el (vc-rcs-find-file-hook):
10036 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
10037
10038 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
10039 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
10040 vc-stay-local-p and vc-mode-line calls.
10041
10042 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
10043 (vc-cvs-diff, vc-cvs-annotate-command)
10044 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
10045 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
10046 vc-mode-line calls.
10047
10048 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
10049 direct comparison.
10050 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
10051 backend when calling vc-mode-line.
10052 (vc-register): Do not create a closure for calling the vc register
10053 function, call it directly.
10054
2764748c
DN
100552009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10056
10057 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
10058 to make it obvious item can be clicked.
f5a0b281
DN
10059
10060 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
10061
d4a885b2
KH
100622009-06-23 Kenichi Handa <handa@m17n.org>
10063
10064 * language/korea-util.el (korean-key-bindings): Change the binding
10065 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
10066 same command.
10067
e3610693
MA
100682009-06-22 Michael Albinus <michael.albinus@gmx.de>
10069
10070 Sync with Tramp 2.1.16.
10071
10072 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
10073
10074 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
10075 when a loading of a package fails. Completion function for rsync
10076 is `tramp-completion-function-alist-ssh'.
10077 (all): Replace all calls of `split-string' and
10078 `tramp-split-string' by `tramp-compat-split-string'.
10079 (tramp-default-method): Use `tramp-compat-process-running-p'.
10080 (tramp-default-proxies-alist): Allow also Lisp forms.
10081 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 10082 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
10083 (tramp-domain-regexp): Allow also "-", "_" and ".".
10084 (tramp-end-of-output): Remove newlines, and add "$" at the end.
10085 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
10086 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
10087 (tramp-handle-directory-files-and-attributes-with-stat):
10088 Care about filenames with spaces, or starting with "-".
e3610693
MA
10089 (tramp-handle-dired-uncache): New defun.
10090 (tramp-handle-insert-directory): Don't flush the directory from
10091 cache, this is handled by `dired-uncache' now.
10092 (tramp-handle-insert-file-contents): Improve error handling.
10093 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10094 Quote `tramp-end-of-output'.
10095 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
10096 (tramp-check-for-regexp): Both echoes must be present, before removing.
10097 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
10098 (tramp-compute-multi-hops): Eval cons cells of
10099 `tramp-default-proxies-alist'.
10100 (tramp-maybe-open-connection): Use the same command pattern for
10101 first hop and further hops.
10102 (tramp-wait-for-output): Remove handling of newlines.
10103 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
10104 (tramp-split-string): Remove function. It is handled in
10105 tramp-compat now.
10106
4b8b1ec5
SM
10107 * net/tramp-cmds.el (tramp-bug):
10108 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
10109
10110 * net/tramp-compat.el (tramp-compat-split-string)
10111 (tramp-compat-process-running-p): New defuns.
10112
10113 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
10114 for `dired-uncache'.
10115
10116 * net/tramp-gvfs.el: New package.
10117
4b8b1ec5
SM
10118 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10119 Add handler for `dired-uncache'.
e3610693
MA
10120 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
10121
10122 * net/trampver.el: Update release number. Make version check fit
10123 for SXEmacs 22.
10124
13a3f374
JM
101252009-06-22 Jim Meyering <meyering@redhat.com>
10126
e0a28a3b 10127 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
10128 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
10129 XZ is the successor to LZMA: <http://tukaani.org/xz/>
10130
5242671e 101312009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
e0a28a3b 10132 Nick Roberts <nickrob@snap.net.nz>
13a3f374 10133
e0a28a3b 10134 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
10135 repository (http://sphinx.net.ru/hg/gdb-mi/).
10136
3fde45af
GM
101372009-06-22 Glenn Morris <rgm@gnu.org>
10138
46253b34
GM
10139 * files.el (dir-locals-collect-mode-variables): Allow for any number of
10140 `mode' and `eval' entries. (Bug#3430)
10141
97e18192
GM
10142 * Makefile.in (ELCFILES): Add fadr.elc.
10143
731a00fb
GM
10144 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
10145 differing behavior of \n and ^ in strings. (Bug#3385)
10146
c66cd0ff
GM
10147 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
10148
3fde45af
GM
10149 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
10150 property.
10151 (lisp-indent-function): Make it a defcustom.
10152
db2241a0
NR
101532009-06-21 Nick Roberts <nickrob@snap.net.nz>
10154
10155 * progmodes/gdb-ui.el: Replace with ...
5242671e 10156 * progmodes/gdb-mi.el: ... this file.
db2241a0 10157 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
10158
101592009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
10160
db2241a0
NR
10161 * fadr.el: New file.
10162
38d4f316 10163See ChangeLog.14 for earlier changes.
e3d51b27
MR
10164
10165;; Local Variables:
10166;; coding: utf-8
e3d51b27
MR
10167;; End:
10168
4e5617ee 10169 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
e3d51b27
MR
10170
10171 This file is part of GNU Emacs.
10172
10173 GNU Emacs is free software: you can redistribute it and/or modify
10174 it under the terms of the GNU General Public License as published by
10175 the Free Software Foundation, either version 3 of the License, or
10176 (at your option) any later version.
10177
10178 GNU Emacs is distributed in the hope that it will be useful,
10179 but WITHOUT ANY WARRANTY; without even the implied warranty of
10180 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10181 GNU General Public License for more details.
10182
10183 You should have received a copy of the GNU General Public License
10184 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
10185
38d4f316 10186;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1