]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(log-edit-strip-single-file-name): Add missing :safe, :group, and
[gnu-emacs] / lisp / ChangeLog
1 2010-01-28 Glenn Morris <rgm@gnu.org>
2
3 * log-edit.el (log-edit-strip-single-file-name): Add missing
4 :safe, :group, and :version tags.
5
6 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
7
8 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
9 buffers. (Bug#5477)
10
11 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
12
13 * files.el (delete-directory): Handle moving to trash without
14 first doing recursion (Bug#5436).
15
16 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
17
18 * vc-hooks.el (vc-path): Mark as obsolete.
19
20 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
21
22 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
23 names too.
24
25 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
26 for the short log.
27 (vc-bzr-log-view-mode): Adjust regexp for the above change.
28
29 2010-01-25 Mark A. Hershberger <mah@everybody.org>
30
31 * progmodes/python.el: Replace reference to obsolete
32 c-subward-mode.
33
34 * vc-bzr.el: (vc-bzr-revision-table) New function.
35
36 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
37
38 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
39 diff-index command. This requires at least git-1.5.5. (Bug#1589).
40
41 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
42
43 Remove support for adding --signoff on commit.
44 Future support will use an incompatible generic mechanism.
45 * vc-git.el (vc-git-add-signoff): Remove variable.
46 (vc-git-toggle-signoff): Remove function.
47 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
48
49 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
50 from xterm-set-background-mode. Return t if the background mode
51 was set.
52 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
53 earlier, call it again in case the background mode has changed.
54
55 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
56
57 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
58 (Bug#3541).
59
60 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
61
62 * emacs-lisp/assoc.el (aelement): Doc fix.
63 (aput, adelete, amake): Use lexical-let (Bug#5450).
64
65 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
66
67 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
68 is the same as subprogram call, not declaration. (Bug#5435).
69
70 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
71
72 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
73 (tramp-smb-maybe-open-connection): Use it.
74
75 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
76
77 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
78
79 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
80
81 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
82 just because we see "encoding: 8bit".
83 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
84
85 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
86
87 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
88
89 2010-01-22 Eli Zaretskii <eliz@gnu.org>
90
91 * jka-compr.el (jka-compr-load): If load-file is not in
92 load-history, try its file-truename version. (bug#5447)
93
94 2010-01-21 Alan Mackenzie <acm@muc.de>
95
96 Fix a situation where deletion of a cpp construct throws an error.
97 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
98 invoking c-with-all-but-one-cpps-commented-out, check that the
99 special cpp construct is still in the buffer.
100 (c-parse-state): Record the special cpp with markers, not numbers.
101
102 2010-01-21 Kenichi Handa <handa@m17n.org>
103
104 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
105 process last-command-event, as it is now decoded first (Bug#5380).
106
107 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
108
109 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
110
111 2010-01-20 Glenn Morris <rgm@gnu.org>
112
113 * indent.el (tab-always-indent): Fix custom-type.
114
115 2010-01-19 Alan Mackenzie <acm@muc.de>
116
117 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
118 buffer throws "args out of range".
119 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
120 playing the role of delimiter.
121
122 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
123
124 * lisp/progmodes/ada-mode.el: Fix bug#5400.
125 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
126 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
127 changed. Delete RECURSIVE parameter; never used. Improve doc string.
128 Improve comments in "is" portion. Handle null procedure declaration.
129 (ada-move-to-end): Improve doc string.
130
131 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
132
133 * ido.el (ido-cur-list): Initialize to nil.
134 Remove obsolete information from commentary.
135 (ido-choice-list): Initialize to nil.
136 (ido-get-bufname): Reject minibuffers.
137 (ido-make-buffer-list): If "default" is a nonexistent
138 buffer, ignore it, as per the function's comment.
139 (ido-kill-buffer-internal): New function.
140 (ido-kill-buffer-at-head): Use it.
141 (ido-visit-buffer): Likewise.
142
143 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
144
145 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
146
147 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
148
149 * cedet/ede/locate.el (ede-locate-file-in-project)
150 (ede-locate-file-in-project-impl): Fix typos in docstrings.
151 (ede-enable-locate-on-project): Fix typos in error messages.
152
153 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
154 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
155 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
156 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
157 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
158 Fix typos in menu help.
159
160 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
161 Fix typos in chart titles.
162
163 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
164 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
165 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
166 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
167 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
168 (semantic-parse-stream, semantic-parse-region)
169 (semantic-parse-region-default, semantic--set-buffer-cache)
170 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
171 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
172 (semantic-default-submodes):
173 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
174 (semanticdb-create-ebrowse-database)
175 (semanticdb-find-tags-for-completion-method)
176 (semanticdb-find-tags-by-class-method)
177 (semanticdb-deep-find-tags-by-name-method)
178 (semanticdb-deep-find-tags-for-completion-method):
179 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
180 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
181 (semanticdb-find-tags-for-completion-method)
182 (semanticdb-find-tags-by-class-method)
183 (semanticdb-deep-find-tags-for-completion-method):
184 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
185 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
186 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
187 (semanticdb-find-tags-by-name-method)
188 (semanticdb-find-tags-by-name-regexp-method)
189 (semanticdb-find-tags-for-completion-method)
190 (semanticdb-find-tags-by-class-method)
191 (semanticdb-find-tags-external-children-of-type-method)
192 (semanticdb-find-tags-subclasses-of-type-method)
193 (semanticdb-deep-find-tags-by-name-method)
194 (semanticdb-deep-find-tags-by-name-regexp-method)
195 (semanticdb-deep-find-tags-for-completion-method):
196 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
197 (semanticdb-enable-gnu-global-in-buffer)
198 (semanticdb-find-tags-for-completion-method)
199 (semanticdb-deep-find-tags-by-name-method)
200 (semanticdb-deep-find-tags-for-completion-method):
201 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
202 (javascript-mode, semanticdb-find-translate-path)
203 (semanticdb-find-tags-for-completion-method)
204 (semanticdb-find-tags-by-class-method)
205 (semanticdb-deep-find-tags-by-name-method)
206 (semanticdb-deep-find-tags-for-completion-method)
207 (semanticdb-find-tags-external-children-of-type-method):
208 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
209 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
210 (global-semantic-idle-scheduler-mode):
211 * cedet/srecode/dictionary.el (srecode-field-value)
212 (srecode-dictionary-add-section-dictionary):
213 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
214 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
215 (describe-class, eieio-describe-generic, describe-generic):
216 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
217 (eieio-speedbar-expand):
218 * emulation/viper-cmd.el (viper-exec-form-in-vi)
219 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
220 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
221 (viper-del-backward-char-in-replace, viper-backward-indent)
222 (viper-brac-function, viper-register-to-point, viper-submit-report):
223 * net/tramp.el (tramp-remote-coding-commands):
224 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
225 Fix typos in docstrings.
226
227 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
228
229 * mail/sendmail.el (mail-yank-original): Set the mark if the
230 specified function for yanking does not do it.
231
232 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
233
234 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
235
236 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
237 resyncing a directory.
238
239 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
240
241 * progmodes/ada-mode.el: Fix bug#1920.
242 (ada-ident-re): Delete ., allow multibyte characters.
243 (ada-goto-label-re): New; matches goto labels.
244 (ada-block-label-re): New; matches block labels.
245 (ada-label-re): New; matches both.
246 (ada-named-block-re): Deleted; callers changed to use
247 `ada-block-label-re' instead.
248 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
249 Use `ada-block-label-re'.
250 (ada-indent-on-previous-lines): Improve handling of goto labels.
251 (ada-get-indent-block-start): Special-case block label.
252 (ada-get-indent-label): Split into `ada-indent-block-label' and
253 `ada-indent-goto-label'.
254 (ada-goto-stmt-start, ada-goto-next-non-ws):
255 Optionally ignore goto labels.
256 (ada-goto-next-word): Simplify.
257 (ada-indent-newline-indent-conditional): Insert newline before
258 trying to fix indentation; doc fix.
259
260 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
261
262 * calc/calc.el (calc-command-flags): Give it an initial value.
263
264 2010-01-17 Glenn Morris <rgm@gnu.org>
265
266 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
267
268 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
269
270 * cedet/semantic.el (semantic-mode):
271 * files.el (minibuffer-with-setup-hook):
272 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
273 (artist-key-draw-continously, artist-key-do-continously-continously)
274 (artist-key-set-point-continously, artist-mouse-draw-continously):
275 Fix typos in docstrings.
276
277 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
278
279 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
280 return t (Bug#3898).
281
282 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
283
284 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
285 can parse the output of the external commands (Bug#5279).
286
287 2010-01-16 Jari Aalto <jari.aalto@cante.net>
288
289 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
290
291 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
292
293 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
294
295 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
296
297 * startup.el (command-line): Remove unused --icon-type arg.
298 Handle --display arg, passing it to command-line-1 (Bug#5392).
299
300 2010-01-16 Mario Lang <mlang@delysid.org>
301
302 * cedet/ede/cpp-root.el (ede-cpp-root-project):
303 * cedet/ede/files.el (ede-expand-filename):
304 * cedet/ede/simple.el (ede-simple-project):
305 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
306 (semantic-complete-inline-tag-engine):
307 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
308 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
309 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
310 * cedet/semantic/db.el (semanticdb-equivalent-mode):
311 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
312 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
313 * emacs-lisp/chart.el (chart-translate-namezone):
314 * textmodes/artist.el (artist-compute-popup-menu-table):
315 Remove duplicated words in doc-strings.
316
317 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
318
319 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
320 to mairix-search to suppress threading (Bug#5342).
321
322 2010-01-15 Kenichi Handa <handa@m17n.org>
323
324 * international/mule-cmds.el (canonicalize-coding-system-name):
325 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
326
327 2010-01-15 Glenn Morris <rgm@gnu.org>
328
329 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
330
331 * wid-edit.el (widget-keymap): Doc fix.
332
333 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
334 former seems to be more widely accepted by various svn versions.
335
336 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
337
338 * find-cmd.el (find-constituents):
339 * vc-arch.el (vc-arch-root):
340 * window.el (window-body-height, pop-up-frames):
341 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
342 (semantic-no-reparse-needed-change-hook):
343 * cedet/srecode/insert.el (srecode-resolve-argument-list)
344 (srecode-template-inserter-blank, srecode-template-inserter-variable)
345 (srecode-template-inserter-ask, srecode-template-inserter-width)
346 (srecode-template-inserter-section-start)
347 (srecode-template-inserter-section-end, srecode-insert-method):
348 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
349 * progmodes/ada-stmt.el (ada-if):
350 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
351 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
352 (ispell-encoding8-command, ispell-aspell-supports-utf8)
353 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
354
355 * progmodes/flymake.el (flymake-post-syntax-check):
356 Fix typo in error message.
357
358 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
359
360 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
361 which is always a string. (Bug#5313)
362
363 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
364
365 * progmodes/ada-xref.el (ada-default-prj-properties):
366 Simplify previous change.
367
368 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
369
370 * progmodes/ada-xref.el (ada-default-prj-properties):
371 Default ada_project_path to $ADA_PROJECT_PATH.
372
373 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
374
375 * progmodes/ada-mode.el (ada-create-keymap):
376 Override `narrow-to-defun' with `ada-narrow-to-defun'.
377
378 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
379
380 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
381 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
382 (ada-get-current-indent, ada-imenu-generic-expression)
383 (ada-which-function): Check for it.
384
385 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
386
387 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
388 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
389
390 2010-01-14 Glenn Morris <rgm@gnu.org>
391
392 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
393
394 2010-01-14 Kenichi Handa <handa@m17n.org>
395
396 * composite.el (auto-composition-mode): Make it a buffer local
397 variable (permanent-local).
398 (auto-composition-function): Set the default value to
399 auto-compose-chars.
400 (auto-composition-mode): Make it a simple function, not a minor mode.
401 (global-auto-composition-mode): Likewise.
402 (turn-on-auto-composition-if-enabled): Delete it.
403
404 2010-01-13 Karl Fogel <kfogel@red-bean.com>
405
406 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
407
408 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
409
410 * files.el (copy-directory): Compute target for recursive
411 directories with identical names. (Bug#5343)
412
413 2010-01-12 Glenn Morris <rgm@gnu.org>
414
415 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
416 it to bug-gnu-emacs rather than emacs-pretest-bug.
417
418 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
419
420 * cedet/data-debug.el (data-debug): Fix customization group reference.
421
422 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
423
424 * cedet/semantic/analyze.el (semantic-analyze-push-error)
425 (semantic-analyze-context, semantic-analyze-context-assignment)
426 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
427 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
428 (semantic-java-doc-keywords-map):
429 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
430 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
431 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
432 (semantic-c-classname, semantic-format-tag-uml-prototype)
433 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
434 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
435 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
436 (semantic-get-local-variables, semantic-end-of-command)
437 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
438 (lisp-mode):
439 * cedet/semantic/bovine/make.el (makefile-mode):
440 * cedet/semantic/wisent/python.el (wisent-python-string-re)
441 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
442 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
443 (semantic-lex, semantic-get-local-variables, python-mode):
444 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
445 * cedet/srecode/extract.el (srecode-extract-state-set)
446 (srecode-extract-method): Fix typos in docstrings.
447
448 2010-01-11 Sam Steingold <sds@gnu.org>
449
450 * imenu.el (imenu-default-create-index-function): Detect infinite
451 loops caused by imenu-prev-index-position-function.
452
453 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
454
455 * htmlfontify.el (htmlfontify-load-rgb-file)
456 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
457 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
458 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
459 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
460 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
461 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
462 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
463 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
464 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
465 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
466 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
467 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
468 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
469 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
470 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
471 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
472 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
473 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
474 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
475 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
476 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
477 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
478 backslash-quoting from parentheses, etc.
479
480 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
481
482 * progmodes/js.el: Autoload javascript-mode alias.
483
484 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
485
486 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
487 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
488 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
489 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
490 Fix typos in docstrings.
491 (ffap-url-regexp): Doc fix.
492 (ffap-at-mouse): Fix typo in message.
493
494 2010-01-11 Glenn Morris <rgm@gnu.org>
495
496 * version.el (emacs-copyright): Set copyright year to 2010.
497
498 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
499
500 * format.el (format-annotate-function): Only set
501 write-region-post-annotation-function after running to-fn so as not to
502 affect nested write-region calls (bug#5273).
503
504 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
505
506 * cedet/semantic.el (semantic-new-buffer-setup-functions):
507 Add python parser.
508
509 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
510 wisent/python.el.
511
512 2010-01-10 Richard Kim <emacs18@gmail.com>
513
514 * cedet/semantic/wisent/python-wy.el:
515 * cedet/semantic/wisent/python.el: New files.
516
517 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
518
519 * man.el (Man-goto-section): Signal error if the section is not
520 found (Bug#5317).
521
522 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
523
524 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
525 URLs with a leading triple slash in the file: scheme. (Bug#5345)
526
527 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
528
529 * progmodes/compile.el: Don't treat compile-command as safe if
530 compilation-read-command might be nil (Bug#4218).
531
532 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
533
534 * startup.el (command-line-1): Use orig-argi to check for ignored X and
535 NS options.
536
537 2010-01-08 Kenichi Handa <handa@m17n.org>
538
539 * international/fontset.el (build-default-fontset-data):
540 Exclude characters in scripts kana, hangul, han, or cjk-misc.
541
542 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
543
544 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
545 to `create-file-buffer' as it expects, not just a buffer name.
546 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
547 to help uniquify. (Bug#3224)
548
549 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
550
551 * font-setting.el (font-setting-change-default-font): Use user-spec
552 instead of name.
553
554 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
555
556 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
557
558 2010-01-05 Tom Tromey <tromey@redhat.com>
559
560 * progmodes/python.el (python-font-lock-keywords):
561 Handle qualified decorators (Bug#881).
562
563 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
564
565 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
566 in a lightweight checkout.
567
568 2010-01-05 Kenichi Handa <handa@m17n.org>
569
570 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
571
572 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
573
574 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
575
576 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
577
578 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
579 checkouts. (Bug#618)
580 (vc-bzr-log-view-mode): Also highlight the author.
581 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
582 (vc-bzr-shelve-menu-map):
583 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
584 (vc-bzr-shelve-apply): Make prompt more explicit.
585
586 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
587
588 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
589 They are valid characters in URL paths (rfc3986), and at least
590 Firefox does not understand the encoded version (Bug#3166).
591
592 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
593
594 * progmodes/octave-mod.el (octave-end-keywords)
595 (octave-block-begin-or-end-regexp, octave-block-match-alist):
596 Add "end" keyword (Bug#3061).
597 (octave-end-as-array-index-p): New function.
598 (calculate-octave-indent): Use it.
599
600 2010-01-02 Karl Fogel <kfogel@red-bean.com>
601
602 * bookmark.el: Consistently put the text property on the bookmark name.
603 (bookmark-bmenu-marks-width): Bump back to 2, to include
604 annotation marks.
605 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
606 property on the bookmark name, instead of not putting it at all.
607 (bookmark-bmenu-list): Fix where we put the text property.
608
609 2010-01-02 Karl Fogel <kfogel@red-bean.com>
610
611 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
612 for showing buffer modified state (as added in the previous change).
613
614 2010-01-02 Karl Fogel <kfogel@red-bean.com>
615
616 * bookmark.el: Show modified state of bookmark buffer more accurately.
617 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
618 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
619 (with-buffer-modified-unmodified): New macro.
620 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
621 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
622 Use new macro to preserve the buffer modified state.
623
624 2010-01-02 Karl Fogel <kfogel@red-bean.com>
625
626 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
627 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
628 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
629 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
630 (bookmark-bmenu-rename, bookmark-bmenu-locate)
631 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
632 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
633
634 2010-01-02 Eli Zaretskii <eliz@gnu.org>
635
636 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
637 Make the lines in the generated doc string shorter. (Bug#4668)
638
639 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
640
641 * net/rcirc.el: Add follow-link binding (Bug#4738).
642
643 2010-01-02 Eli Zaretskii <eliz@gnu.org>
644
645 * Makefile.in (bzr-update): Rename from cvs-update.
646 (cvs-update): New target for backward compatibility.
647
648 * makefile.w32-in (bzr-update): Rename from cvs-update.
649 (cvs-update): New target for backward compatibility.
650
651 2010-01-02 Karl Fogel <kfogel@red-bean.com>
652
653 * bookmark.el: Remove gratuitous gratitude.
654
655 2010-01-02 Karl Fogel <kfogel@red-bean.com>
656
657 * bookmark.el (bookmark-bmenu-any-marks): New function
658 (bookmark-bmenu-save): Clear buffer modification if no marks.
659
660 2010-01-02 Karl Fogel <kfogel@red-bean.com>
661
662 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
663 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
664 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
665 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
666
667 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
668 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
669 To: emacs-devel {_AT_} gnu.org
670 Subject: bookmark.el bug report
671 Date: Mon, 28 Dec 2009 14:19:16 +0800
672 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
673
674 2010-01-02 Karl Fogel <kfogel@red-bean.com>
675
676 * bookmark.el: Improvements suggested by Drew Adams:
677 (bookmark-bmenu-ensure-position): New name for
678 `bookmark-bmenu-check-position'. Just ensure the position,
679 don't return any meaningful value.
680 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
681 New constants.
682
683 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
684
685 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
686 (bookmark-yank-point, bookmark-bmenu-check-position):
687 Fix typos in docstrings.
688 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
689 (bookmark-name-from-full-record, bookmark-get-position)
690 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
691 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
692 Remove useless quoting of parenthesis, etc. in docstrings.
693
694 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
695 (ediff-append-custom-diff): Fix typo in error message.
696 (ediff-meta-mark-equal-files): Fix typos in messages.
697
698 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
699
700 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
701 Fix typo in docstring.
702
703 * net/imap-hash.el (imap-hash-make): Doc fix.
704 (imap-hash-test): Fix typo in error message; reflow docstring.
705 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
706 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
707 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
708 Fix typos in docstrings.
709 (imap-hash-open-connection): Fix typo in error message.
710
711 * play/gomoku.el (gomoku): Fix typos in docstring.
712
713 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
714 (gdb-jsonify-buffer): Fix typos in docstring.
715 (gdb-goto-breakpoint): Fix typo in error message.
716 ("Display Other Windows"): Fix typo in help message.
717 (gdb-speedbar-expand-node): Fix typo in question.
718
719 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
720 (idlwave-html-system-help-location, idlwave-html-help-location)
721 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
722 (idlwave-help-browser-generic-args, idlwave-help-directory)
723 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
724 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
725 (idlwave-online-help, idlwave-help-html-link)
726 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
727 Fix typos in docstrings.
728 (idlwave-help-with-source, idlwave-help-find-routine-definition):
729 Reflow docstrings.
730 (idlwave-help-assistant-start): Fix typo in error message.
731
732 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
733 (octave-electric-space): Fix typos in docstrings.
734
735 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
736
737 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
738
739 2010-01-01 Juri Linkov <juri@jurta.org>
740
741 * comint.el (comint-input-ring-size): Make it a defcustom and
742 increase the default to 500 (Bug#5148).
743
744 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
745
746 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
747 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
748 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
749
750 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
751
752 Show working revision correctly for mercurial.
753 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
754 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
755
756 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
757
758 Declare some functions for the byte-compiler.
759 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
760 (speedbar-timer-fn, speedbar-change-expand-button-char)
761 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
762
763 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
764
765 This changeset reverts GDB Graphical Interface to use annotations.
766 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
767
768 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
769
770 Make vc-dir work on subdirectories of the bzr root.
771 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
772 file names relative to it.
773 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
774 relative directory to vc-bzr-after-dir-status.
775
776 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
777
778 * font-lock.el (font-lock-refresh-defaults): New function, which
779 can be used to let font-lock react to external changes in
780 variables like font-lock-defaults and keywords.
781 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
782
783 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
784
785 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
786
787 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
788
789 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
790
791 Supersede color.diff settings in git log (bug#5211).
792
793 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
794 escape chars in its output when the user has color.diff set to `always'.
795 This fix works on git 1.4.2 and newer (released on 2006-08-13).
796
797 2009-12-26 Kevin Ryde <user42@zip.com.au>
798
799 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
800 node. Keep previous "Index" name to work with past coreutils too.
801
802 * man.el (man): Revise docstring a bit to show -a and -l as
803 examples. Add -k description since support for it has otherwise
804 been a secret. (Further to bug#3717.)
805 (Man-bgproc-sentinel): When "-k foo" produces no output show error
806 "no matches" rather than "Can't find manpage", as the latter reads
807 like -k was interpreted as a page name, which is not so. (Bug#5431)
808
809 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
810
811 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
812 switches. Check also for //SUBDIRED// line.
813
814 2009-12-25 Kenichi Handa <handa@m17n.org>
815
816 * language/indian.el (devanagari-composable-pattern): Fixed to
817 handle ZWNJ and ZWJ. Use it in composition-function-table for
818 Devanagari.
819 (malayalam-composable-pattern): Fix previous change.
820
821 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
822
823 * ps-print.el (ps-face-attributes): It was not returning the
824 attribute face for faces specified as string. Reported by harven
825 <harven@free.fr>.
826 (ps-print-version): New version 7.3.5.
827
828 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
829
830 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
831 timezone names.
832 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
833 (icalendar--add-diary-entry): Remove the trailing blank that
834 diary-make-entry inserts.
835
836 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
837
838 Make `file-expand-wildcards' work for remote files.
839
840 * files.el (file-expand-wildcards): In case of remote files, check
841 only local file name part for wildcards. Provide feature 'files
842 and subfeature 'remote-wildcards. (Bug#5198)
843
844 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
845 if there is already an established connection.
846 (tramp-advice-file-expand-wildcards): Remove it.
847
848 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
849 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
850 Activate advice for older GNU Emacs versions. (Bug#5237)
851
852 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
853
854 Some doc fixes (more needed).
855
856 * find-cmd.el (find-constituents): Reflow docstring.
857 (find-cmd, find-prune, find-command): Fix typos in docstrings.
858 (find-generic): Doc fix.
859
860 2009-12-17 Juri Linkov <juri@jurta.org>
861
862 Fix regression from 23.1 to allow multiple modes in Local Variables.
863
864 * files.el (hack-local-variables-filter): While ignoring duplicates,
865 don't take `mode' into account.
866 (hack-local-variables-filter, hack-dir-local-variables): Don't
867 remove duplicate `mode' from local-variables-alist (like `eval').
868
869 2009-12-17 Juri Linkov <juri@jurta.org>
870
871 Make `dired-diff' more safe. (Bug#5225)
872
873 * dired-aux.el (dired-diff): Signal an error when `file' equals to
874 `current' or when `file' is a directory of the `current' file.
875
876 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
877
878 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
879 unconditionally preloaded files.
880
881 2009-12-16 Juri Linkov <juri@jurta.org>
882
883 Revert to old 23.1 logic of using the file at the mark as default.
884 * dired-aux.el (dired-diff): Use the file at the mark as default
885 if it's not the same as the current file, and the target dir is
886 the current dir or the mark is active. Add the current file
887 as the arg of `dired-dwim-target-defaults'. Use the default file
888 in the prompt. (Bug#5225)
889
890 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
891
892 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
893 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
894 (tramp-check-for-regexp): Check also, when an echoing shell stops
895 to echo sent commands.
896
897 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
898
899 * Makefile.in: Revert last change (Bug#5191).
900
901 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
902
903 * vc-hg.el (vc-hg-print-log): Fix argument order.
904 (vc-hg-working-revision): Make sure the command is executed in a
905 known environment so that we can parse the output. (Bug#4417)
906
907 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
908
909 * progmodes/python.el (python-symbol-completions): Remove text
910 properties from symbol string before calling python-send-receive.
911
912 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
913
914 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
915 when there are values for both file and line. (Bug#5060)
916
917 2009-12-14 Juri Linkov <juri@jurta.org>
918
919 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
920 whitespace after the file name of the first line of unified format,
921 because git-diff doesn't output whitespace and file modification time
922 after the file name.
923
924 2009-12-14 David Kastrup <dak@gnu.org>
925
926 * info.el (Info-hide-cookies-node): Before hiding a cookie,
927 check if it already has the `display' property added by
928 `Info-display-images-node', and not put the `invisible' property
929 in this case.
930
931 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
932
933 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
934 (semantic-mru-bookmark-mode): Doc fixes.
935
936 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
937 of assert.
938
939 2009-12-13 Glenn Morris <rgm@gnu.org>
940
941 * mail/emacsbug.el (message-sort-headers): Define for compiler.
942 (report-emacs-bug): In message-mode, sort manually before storing
943 original report text. (Bug#5178)
944 Remove superfluous save-excursion.
945
946 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
947
948 * net/dbus.el (dbus-property-handler): Filter lambda forms out
949 when responding to "GetAll" properties.
950
951 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
952
953 * simple.el (compose-mail): Remove mail-setup-with-from from
954 customization checks.
955
956 2009-12-12 Eli Zaretskii <eliz@gnu.org>
957
958 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
959 RAR archives created on Unix systems.
960
961 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
962
963 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
964 the varalias that was accidentally removed by the 2009-11-19 change
965 (bug#5186).
966
967 2009-12-12 Kenichi Handa <handa@m17n.org>
968
969 * language/indian.el (indian-compose-regexp): New function.
970 (malayalam-composable-pattern): Fix the pattern.
971 (composition-function-table): Set malayalam-composable-pattern for
972 Malayalam characters.
973
974 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
975
976 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
977 rather than down-mouse-1, based on follow-link conventions.
978
979 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
980 are compiled.
981
982 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
983
984 * verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
985 (verilog-vmm-statement-re, verilog-ovm-statement-re)
986 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
987 (verilog-leap-to-head, verilog-backward-token):
988 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
989
990 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
991
992 * verilog-mode.el (verilog-auto-lineup, verilog-nameable-item-re):
993 Cleanup user-visible spelling and documentation errors.
994 One reported by Gary Delp.
995 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
996 (verilog-read-decls): Fix AUTOWIRE with types declared in a
997 package, bug195. Reported by Pierre-David Pfister.
998
999 2009-12-11 Glenn Morris <rgm@gnu.org>
1000
1001 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
1002
1003 * mail/emacsbug.el: No longer require sendmail.
1004 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
1005 (report-emacs-bug-orig-text): Doc fix.
1006 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
1007 New local variables, to adapt to different mail-user-agents.
1008 (report-emacs-bug): Fix test for a gnu.org address.
1009 Use overlays for emphasis, since font-lock defeats 'face property.
1010 Pretest bugs also end up at the newsgroup these days.
1011 Stop message-mode stripping text properties.
1012 Set and use the new buffer-local variables.
1013 (report-emacs-bug-hook): Add doc-string.
1014 Remove some unnecessary save-excursions and simplify.
1015 Use the appropriate hook and send-command.
1016
1017 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
1018 capitalization of some menu entries.
1019
1020 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1021
1022 * whitespace.el (whitespace-display-char-on): Ensure
1023 `buffer-display-table' is unique when two or more windows are
1024 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
1025 New version 12.1.
1026
1027 2009-12-10 Eli Zaretskii <eliz@gnu.org>
1028
1029 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
1030 characters in the Attribute field.
1031
1032 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
1033
1034 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
1035
1036 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1037
1038 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
1039 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1040 Disregard autoload-excludes.
1041 (update-directory-autoloads): Obey autoload-excludes here instead.
1042 But don't store its contents in no-autoloads and remove entries that
1043 refer to excludes files.
1044
1045 2009-12-10 Glenn Morris <rgm@gnu.org>
1046
1047 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
1048 (expand-mail-aliases): Define for compiler.
1049
1050 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
1051 Define for compiler.
1052
1053 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
1054 appropriate for the mail-user-agent in use.
1055
1056 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
1057
1058 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
1059
1060 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
1061
1062 Fix short log parsing and fontification.
1063 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
1064 Fix fontification for the [merge] label.
1065
1066 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
1067
1068 Drop some properties to avoid surprises.
1069 * htmlfontify.el (hfy-ignored-properties): New defcustom.
1070 (hfy-fontify-buffer): Use it.
1071
1072 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
1073
1074 Minor cleanup.
1075 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
1076 Adjust all callers.
1077 (ffap-locate-file): Remove unused arg `dir-ok' and make other
1078 args compulsory. Adjust callers.
1079 (ffap-gopher-at-point): Remove unused var `name'.
1080
1081 Get rid of the ELCFILES abomination.
1082 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
1083 (compile-elcfiles): New phony target.
1084 (compile-main): Compute ELCFILES dynamically.
1085 (compile-clean): New target to remove left-over elc files.
1086 (compile, all): Use it.
1087
1088 2009-12-09 Kenichi Handa <handa@etlken>
1089
1090 * international/mule-diag.el: Require help-mode instead of help-fns.
1091
1092 2009-12-09 Kenichi Handa <handa@m17n.org>
1093
1094 * international/mule-cmds.el (ucs-names): Supply sufficiently
1095 fine ranges instead of pre-calculating accurate ranges.
1096 Iterate with bigger gc-cons-threshold.
1097
1098 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
1099
1100 Add support for stashing a snapshot of the current tree.
1101 * vc-git.el (vc-git-stash-snapshot): New function.
1102 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
1103
1104 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
1105
1106 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
1107 instead of `(beginning|end)-of-line'.
1108
1109 2009-12-08 Glenn Morris <rgm@gnu.org>
1110
1111 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
1112
1113 * Makefile.in (ELCFILES): Regenerate.
1114
1115 2009-12-07 Juri Linkov <juri@jurta.org>
1116
1117 Don't lazy-highlight the comint output in history Isearch mode.
1118
1119 * comint.el (comint-history-isearch-search): Instead of
1120 `comint-line-beginning-position', use `comint-after-pmark-p'
1121 to check if point if before the process mark, and go to
1122 `process-mark' in this case.
1123
1124 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1125
1126 * textmodes/tex-mode.el (latex-complete)
1127 (latex-indent-or-complete): Remove.
1128 (latex-mode): Set completion-at-point-functions instead.
1129
1130 Provide a standard completion command and hook it into TAB.
1131 * minibuffer.el (completion-at-point-functions): New var.
1132 (completion-at-point): New command.
1133 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
1134 * progmodes/python.el (python-mode-map): Use completion-at-point.
1135 (python-completion-at-point): Rename from python-partial-symbol and
1136 adjust for use in completion-at-point-functions.
1137 (python-mode): Setup completion-at-point for Python completion.
1138 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
1139 extracted from lisp-complete-symbol.
1140 (lisp-complete-symbol): Use it.
1141 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
1142 setup completion-at-point for Elisp completion.
1143 (emacs-lisp-mode-map, lisp-interaction-mode-map):
1144 Use completion-at-point.
1145 * ielm.el (ielm-map): Use completion-at-point.
1146 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
1147 * progmodes/sym-comp.el: Move to...
1148 * obsolete/sym-comp.el: Move from progmodes.
1149
1150 2009-12-07 Eli Zaretskii <eliz@gnu.org>
1151
1152 Prevent save-buffer in Rmail buffers from using the coding-system
1153 of the current message, and from clobbering the encoding mnemonics
1154 in the mode line (Bug#4623).
1155
1156 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
1157 flag, too.
1158 (rmail-message-encoding): New variable.
1159 (rmail-write-region-annotate): Record the encoding of the current
1160 message in rmail-message-encoding.
1161 (rmail-after-save-hook): New function, restores the encoding of
1162 the current message after the message collection is saved.
1163
1164 2009-12-07 Juri Linkov <juri@jurta.org>
1165
1166 * progmodes/grep.el (grep-read-files): Use `completing-read'
1167 instead of `read-string'. Set its `collection' arg to
1168 `read-file-name-internal'. (Bug#4301)
1169
1170 2009-12-07 Juri Linkov <juri@jurta.org>
1171
1172 Correctly restore original Isearch point. (Bug#4994)
1173
1174 * isearch.el (isearch-mode): Move `isearch-push-state' after
1175 `(run-hooks 'isearch-mode-hook)'.
1176 (isearch-cancel): When `isearch-push-state-function' is defined,
1177 let-bind `isearch-cmds' to the first state (the last element of
1178 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
1179 function and restores the original point). Otherwise, move point
1180 to `isearch-opoint'.
1181
1182 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1183
1184 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
1185 chars that don't have names, so the table can be built much faster at
1186 run-time.
1187
1188 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
1189
1190 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
1191 change. Suggested by David Kastrup.
1192
1193 * simple.el (compose-mail): Check for incompatibilities and warn.
1194 (compose-mail-user-agent-warnings): New option.
1195
1196 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1197
1198 Support showing a single log entry from vc-annotate.
1199 * vc.el (print-log): Add a new argument: START-REVISION.
1200 (vc-print-log-internal): Add a new optional argument and
1201 pass it to the backend.
1202 (vc-print-log, vc-print-root-log): Adjust callers.
1203 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
1204 buffer already displays the requested log entry, use it.
1205 Otherwise display only the log entry in question.
1206 * vc-svn.el (vc-svn-print-log):
1207 * vc-mtn.el (vc-mtn-print-log):
1208 * vc-hg.el (vc-hg-state):
1209 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
1210 (vc-git-show-log-entry): Return t on success.
1211 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
1212 (vc-bzr-show-log-entry): Return t on success.
1213 * vc-rcs.el (vc-rcs-print-log):
1214 * vc-sccs.el (vc-sccs-print-log):
1215 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
1216
1217 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1218
1219 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
1220 Add menus to the meta mode. (Bug#5043)
1221
1222 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
1223
1224 * ediff-init.el (ediff-event-key): Use event-to-character instead of
1225 event-key.
1226
1227 * ediff.el (ediff-buffers-internal): Add unwind-protect.
1228
1229 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
1230
1231 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
1232 Berbain <raphael.berbain@gmail.com>.
1233
1234 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
1235 characters.
1236 (tramp-initial-end-of-output): New defconst.
1237 (tramp-methods, tramp-find-shell)
1238 (tramp-open-connection-setup-interactive-shell)
1239 (tramp-maybe-open-connection): Use it.
1240 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
1241 existence of `#' and `$'.
1242
1243 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
1244 `tramp-initial-end-of-output'.
1245
1246 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1247
1248 Get the background mode from the terminal for xterm, and set
1249 faces accordingly.
1250 * term/xterm.el (xterm-set-background-mode): New function.
1251 (terminal-init-xterm): Use it in case xterm supports background
1252 color queries. Recompute faces after getting the background
1253 color.
1254
1255 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
1256
1257 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
1258 number comment back on its own line, for easier parsing.
1259
1260 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1261
1262 Make it work for non-file buffers (bug#5102).
1263 * doc-view.el (doc-view-current-cache-dir):
1264 Use doc-view-buffer-file-name rather than buffer-file-name.
1265 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
1266
1267 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
1268
1269 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
1270 author field is too short.
1271
1272 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
1273
1274 * vc-git.el (vc-git-print-log): Handle a limit argument.
1275 Display the short log in graph form and with labels.
1276 (vc-git-log-view-mode): Handle labels.
1277
1278 Make vc-revert change VC state from 'added to 'unregistered.
1279 * vc-git.el (vc-git-revert): Call git reset first.
1280
1281 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
1282
1283 * net/newst-backend.el, net/newst-plainview.el:
1284 * net/newst-reader.el, net/newst-ticker.el:
1285 * net/newst-treeview.el, net/newsticker.el:
1286 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
1287
1288 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
1289
1290 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
1291
1292 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
1293 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
1294 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
1295 Update annotation regexp.
1296
1297 * simple.el (beginning-of-visual-line): Constrain to field
1298 boundaries (Bug#5106).
1299
1300 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
1301
1302 * xml.el (xml-substitute-numeric-entities): Move
1303 newsticker--decode-numeric-entities in newst-backend.el to
1304 xml-substitute-numeric-entities in xml.el. (Bug#5008)
1305 * net/newst-backend.el (newsticker--parse-generic-feed)
1306 (newsticker--parse-generic-items)
1307 (newsticker--decode-numeric-entities): Move
1308 newsticker--decode-numeric-entities in newst-backend.el to
1309 xml-substitute-numeric-entities in xml.el. (Bug#5008)
1310
1311 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
1312
1313 * progmodes/js.el (js--js-not): Add null to the list of values.
1314
1315 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
1316
1317 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
1318
1319 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1320
1321 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
1322 delimiter if it is at the end of the current line.
1323 (bibtex-generate-url-list): Fix docstring.
1324
1325 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1326
1327 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
1328 minibuffer's content with itself.
1329 Fold the confirm-after-completion case into the `confirm' case.
1330 (completion-pcm-word-delimiters): Add : and / to the delimiters.
1331
1332 2009-12-06 Kevin Ryde <user42@zip.com.au>
1333
1334 * ffap.el (ffap-rfc-path): Make this a defcustom since
1335 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
1336
1337 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
1338 manuals, similar to existing setup for help-mode. (Bug#3913.)
1339
1340 2009-12-05 Juri Linkov <juri@jurta.org>
1341
1342 Save and restore dired buffer's point positions too. (Bug#4880)
1343
1344 * dired.el (dired-save-positions): Return in the first element
1345 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
1346 Doc fix.
1347 (dired-restore-positions): First restore buffer's position.
1348 While restoring window's positions, check if window still displays
1349 the original buffer.
1350
1351 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
1352
1353 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
1354 if possible.
1355
1356 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
1357 Make argument optional.
1358
1359 * shell.el (shell): Require ansi-color (Bug#5113).
1360
1361 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
1362
1363 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
1364
1365 2009-12-05 Alan Mackenzie <acm@muc.de>
1366
1367 * progmodes/cc-mode.el (c-before-hack-hook)
1368 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
1369 `c-file-style' to work again. This reversion restores the current
1370 software to its state in Emacs 23.1. (Bug#4146)
1371
1372 2009-12-05 Kevin Ryde <user42@zip.com.au>
1373
1374 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
1375 comment-start-skip to comment-end-skip as comment (Bug#4781).
1376
1377 2009-12-05 Juri Linkov <juri@jurta.org>
1378
1379 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
1380 for virtual nodes. (Bug#4147)
1381 (Info-find-node-2): Set `Info-current-node-virtual' to nil
1382 when moving from a virtual node.
1383 (Info-mode-menu): Add `Info-virtual-index' to the menu.
1384 (Info-mode): Add `Info-virtual-index' to the docstring.
1385
1386 2009-12-05 Eric Ludlam <zappo@gnu.org>
1387
1388 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
1389 Describe project macro symbols.
1390
1391 * cedet/semantic/complete.el (semantic-complete-do-completion):
1392 Don't call semantic-collector-current-exact-match.
1393
1394 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
1395 ede-objects as targets.
1396
1397 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
1398 a target's object list even if compiler vars are already in the
1399 Makefile.
1400
1401 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
1402 list of headers producing necessary macros.
1403
1404 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1405
1406 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
1407 track of the buffer position of the end of a BibTeX entry as this
1408 position may change during reformatting.
1409 (bibtex-format-entry): Remove whitespace before processing
1410 numerical fields so that we recognize the latter properly.
1411 (bibtex-reformat): Do not use push which changes the global value
1412 of bibtex-entry-format.
1413 (bibtex-field-braces-alist, bibtex-field-strings-alist)
1414 (bibtex-field-re-init): Replace only space characters by regexp
1415 for whitespace.
1416 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
1417 (bibtex-initialize): Also update bibtex-strings.
1418 (bibtex-kill-field): Preserve white space at end of entry.
1419 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
1420 Update bibtex-reference-keys.
1421
1422 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1423
1424 * minibuffer.el (completion-pcm--merge-try): Also consider placing
1425 point after a star, if that's the only place where modifications can
1426 make progress.
1427
1428 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
1429
1430 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
1431 in docstrings.
1432
1433 2009-12-04 Juri Linkov <juri@jurta.org>
1434
1435 * proced.el (proced): Call `(proced-update t)' to update process
1436 information instead of only running proced-post-display-hook.
1437 (proced-send-signal): Add a leading space to the buffer name
1438 " *Marked Processes*" to make this buffer ephemeral.
1439
1440 2009-12-04 Juri Linkov <juri@jurta.org>
1441
1442 * dired.el (dired-auto-revert-buffer): New defcustom.
1443 (dired-internal-noselect): Use it.
1444
1445 2009-12-04 Juri Linkov <juri@jurta.org>
1446
1447 Change roles of modes and functions in image-mode.el (Bug#5062).
1448
1449 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
1450 in `auto-mode-alist'.
1451 (image-mode-previous-major-mode): New variable.
1452 (image-minor-mode-map): Rename from `image-mode-text-map'.
1453 (image-mode): Move graceful error-handling code from
1454 `image-minor-mode' to here. On errors call `image-mode-as-text'.
1455 (image-minor-mode): Remove all image-handling code.
1456 Replace `image-mode-text-map' with `image-minor-mode-map'.
1457 Check for `image-type' in mode-line format string.
1458 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
1459 (image-mode-as-text): New function with most code from
1460 `image-mode-maybe'.
1461 (image-toggle-display-text): Move code that removes image
1462 properties from `image-toggle-display' to here.
1463 (image-toggle-display-image): New function with code that adds
1464 image properties copied from `image-toggle-display'.
1465 (image-toggle-display): Remove most code with leaving only code
1466 that toggles between `image-mode-as-text' and `image-mode'.
1467
1468 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
1469
1470 * net/newst-treeview.el
1471 (newsticker--treeview-list-highlight-start): Restored call to
1472 save-excursion: Selected item was stuck.
1473 (newsticker--treeview-list-select): New.
1474 (newsticker--treeview-item-show-text)
1475 (newsticker--treeview-item-show)
1476 (newsticker--treeview-item-update): Use new
1477 newsticker-treeview-item-mode.
1478 (newsticker-treeview-update): Keep current item.
1479 (newsticker-treeview-next-new-or-immortal-item): Doc change.
1480 (newsticker--treeview-first-feed): Doc change.
1481 (newsticker-treeview-list-menu)
1482 (newsticker-treeview-item-menu): Added menu entries.
1483 (newsticker-treeview-item-mode): New.
1484
1485 * net/newst-backend.el (newsticker-customize): Delete other
1486 windows.
1487
1488 2009-12-04 Sam Steingold <sds@gnu.org>
1489
1490 * log-view.el (log-view-mode-map): "q" calls quit-window,
1491 like in all the other non-self-insert buffers.
1492
1493 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
1494
1495 Minor cleanup.
1496 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
1497 key decoding rather than do it manually via last-input-event +
1498 ascii-character.
1499 (term-exec): Use delete-and-extract-region.
1500 (term-handle-ansi-terminal-messages): Remove unused var `end'.
1501 (term-process-pager): Remove unused var `i'.
1502 (term-dynamic-simple-complete): Make obsolete.
1503 (serial-update-config-menu): Remove unused vars `y' and `str'.
1504 (term-update-mode-line): Remove unused var `temp'.
1505
1506 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
1507
1508 Limit the number of log entries displayed by default.
1509 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
1510 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
1511 using a prefix argument.
1512
1513 2009-12-03 Glenn Morris <rgm@gnu.org>
1514
1515 * progmodes/idlwave.el (class): Restore still useful declaration.
1516
1517 2009-12-03 Alan Mackenzie <acm@muc.de>
1518
1519 Enhance `c-parse-state' to run efficiently in "brace deserts".
1520
1521 * progmodes/cc-mode.el (c-basic-common-init):
1522 Call c-state-cache-init.
1523 (c-neutralize-syntax-in-and-mark-CPP): Rename from
1524 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
1525 placing `category' properties value 'c-cpp-delimiter at its boundaries.
1526
1527 * progmodes/cc-langs.el (c-before-font-lock-function):
1528 c-extend-and-neutralize-syntax-in-CPP has been renamed
1529 c-neutralize-syntax-in-and-mark-CPP.
1530
1531 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
1532 with `category' properties now, not `syntax-table' ones.
1533
1534 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
1535 enhanced (but slower) version of c-end-of-macro that won't land
1536 inside a literal or on another awkward character.
1537 (c-state-cache-too-far, c-state-cache-start)
1538 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
1539 (c-state-nonlit-pos-cache-limit, c-state-point-min)
1540 (c-state-point-min-lit-type, c-state-point-min-lit-start)
1541 (c-state-min-scan-pos, c-state-brace-pair-desert)
1542 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
1543 buffer local variables.
1544 (c-state-literal-at, c-state-lit-beg)
1545 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
1546 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
1547 (c-state-cache-top-paren, c-state-cache-after-top-paren)
1548 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
1549 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
1550 (c-renarrow-state-cache)
1551 (c-append-lower-brace-pair-to-state-cache)
1552 (c-state-push-any-brace-pair, c-append-to-state-cache)
1553 (c-remove-stale-state-cache)
1554 (c-remove-stale-state-cache-backwards, c-state-cache-init)
1555 (c-invalidate-state-cache-1, c-parse-state-1)
1556 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
1557 (c-parse-state): Enhance and refactor.
1558 (c-debug-parse-state): Amend to deal with all the new variables.
1559
1560 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
1561 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
1562 modify to use category text properties rather than syntax-table ones.
1563 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
1564 to switch off/on the syntactic paren property of C++ template
1565 delimiters using the category property.
1566 (c-with-<->-as-parens-suppressed): Macro to invoke code with
1567 template delims suppressed.
1568 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
1569 New constant/macros which apply category properties to the start
1570 and end of preprocessor constructs.
1571 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
1572 "comment out" the syntactic value of characters in preprocessor
1573 constructs.
1574 (c-with-cpps-commented-out)
1575 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
1576 with characters in all or all but one preprocessor constructs
1577 "commented out".
1578
1579 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1580
1581 * proced.el (proced-filter-alist): Use regexp-quote.
1582
1583 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
1584
1585 Cleanup.
1586 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
1587 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
1588 arguments. Expand `default-directory'.
1589
1590 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
1591 the benefit of returning an expanded localname.
1592 (tramp-tramp-file-p): Handle the case NAME is not a string.
1593
1594 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
1595
1596 Add support for bzr shelve/unshelve.
1597 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
1598 (vc-bzr-extra-menu-map): New variables.
1599 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
1600 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
1601 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
1602 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
1603 (vc-bzr-dir-extra-headers): Display shelves.
1604
1605 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
1606
1607 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1608
1609 * textmodes/bibtex.el (bibtex-complete-internal):
1610 Use completion-in-region.
1611 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
1612
1613 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
1614
1615 Support applying stashes. Improve UI.
1616 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
1617 (vc-git-stash-apply, vc-git-stash-pop)
1618 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
1619 (vc-git-stash-menu): New functions.
1620 (vc-git-stash-menu-map): New variable.
1621 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
1622
1623 2009-12-03 Glenn Morris <rgm@gnu.org>
1624
1625 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
1626 (vc-print-log-internal): Fix previous change.
1627 (vc-revert): Correct pluralization.
1628
1629 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1630
1631 * progmodes/make-mode.el (makefile-special-targets-list): No need for
1632 it to be an alist any more.
1633 (makefile-complete): Use completion-in-region.
1634
1635 * progmodes/octave-mod.el (octave-complete-symbol):
1636 Use completion-in-region.
1637
1638 Misc cleanup.
1639 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
1640 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
1641 (idlwave-complete-class): Don't quote lambda.
1642 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
1643 (idlwave-mode-map): Move initialization into declaration.
1644 (idlwave-action-and-binding): Use backquotes.
1645 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
1646 Simplify.
1647 (idlwave-is-pointer-dereference): Remove unused var `pos'.
1648 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
1649 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
1650 `parts', and `all-parts'.
1651 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
1652 (idlwave-convert-xml-system-routine-info): Remove unused string
1653 `version-string'.
1654 (idlwave-display-user-catalog-widget): Use dolist.
1655 (idlwave-scanning-lib): Declare dynamically-scoped var.
1656 (idlwave-scan-library-catalogs): Remove unused var `flags'.
1657 (completion-highlight-first-word-only): Declare to silence bytecomp.
1658 (idlwave-popup-select): Tighten scope of `resp'.
1659 (idlwave-find-struct-tag): Remove unused var `beg'.
1660 (idlwave-after-load-rinfo-hook): Declare.
1661 (idlwave-sintern-class-info): Remove unused var `taglist'.
1662 (idlwave-find-class-definition): Remove unused var `list'.
1663 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
1664 (idlwave-what-module-find-class): Remove unused var `classes'.
1665
1666 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
1667
1668 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
1669
1670 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1671
1672 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
1673 buffers visited. Remove redundant current-buffer-saving.
1674
1675 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1676
1677 Use completion-in-buffer and remove uses of dynamic scoping.
1678 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
1679 (pascal-buffer-to-use, pascal-flag): Don't declare.
1680 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
1681 (pascal-get-completion-decl, pascal-keyword-completion):
1682 Add `pascal-str' argument, save-excursion,
1683 return the found completions, and don't filter with pascal-pred.
1684 (pascal-completion-cache): New var.
1685 (pascal-completion): Don't switch buffer any more (it was never
1686 necessary). Don't save-excursion any more (it's done by the called
1687 subroutines). Use a cache to avoid redundant computations.
1688 Use complete-with-action rather than pascal-completion-response and
1689 let it apply the predicate as well.
1690 (pascal-complete-word): Use completion-in-buffer when
1691 pascal-toggle-completions is nil.
1692 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
1693 not used any more.
1694 (pascal-comp-defun): Don't change buffer any more.
1695 Use complete-with-action rather than pascal-completion-response and
1696 let it apply the predicate as well.
1697 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
1698 when neded.
1699
1700 2009-12-02 Kenichi Handa <handa@m17n.org>
1701
1702 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
1703 shape for all Indic scripts.
1704
1705 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1706
1707 Use completion-in-buffer.
1708 * wid-edit.el (widget-field-text-end): New function.
1709 (widget-field-value-get): Use it.
1710 (widget-string-complete, widget-file-complete)
1711 (widget-color-complete): Use it and completion-in-region.
1712 (widget-complete): Don't narrow the buffer.
1713
1714 2009-12-02 Glenn Morris <rgm@gnu.org>
1715
1716 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
1717 (rmail-select-summary): Use rmail-pop-to-buffer.
1718 * mail/rmailsum.el: Replace all pop-to-buffer calls with
1719 rmail-pop-to-buffer, to prevent horizontal splits.
1720
1721 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
1722 save-excursion with save-current-buffer.
1723 Widen before searching. (Bug#5093)
1724 (diary-list-sexp-entries): Remove superfluous save-excursion.
1725
1726 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
1727
1728 * woman.el (woman-make-bufname): Handle man-pages with "." in the
1729 name. (Bug#5038)
1730
1731 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
1732
1733 * ido.el (ido-file-internal): Handle filenames at point that do
1734 not have a directory part. (Bug#5049)
1735
1736 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
1737
1738 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
1739 (mpc-songs-jump-to, mpc-resume): Doc fixes.
1740
1741 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
1742
1743 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
1744 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
1745 any more.
1746
1747 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
1748
1749 * comint.el (comint-insert-input): Ignore clicks to the right of
1750 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
1751
1752 * vc.el (vc-print-log-internal): Don't wait for the process to
1753 terminate before setting up the major mode.
1754
1755 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
1756 in case.
1757
1758 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
1759 the last element.
1760
1761 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
1762
1763 2009-12-01 Glenn Morris <rgm@gnu.org>
1764
1765 * window.el (window--display-buffer-2): Fix previous changes.
1766
1767 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
1768
1769 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
1770
1771 2009-12-01 Glenn Morris <rgm@gnu.org>
1772
1773 * Makefile.in (ELCFILES): Add mpc.elc.
1774
1775 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
1776
1777 * mpc.el: New file.
1778
1779 2009-12-01 Glenn Morris <rgm@gnu.org>
1780
1781 * window.el (window-to-use): Define for compiler.
1782
1783 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
1784 consistent with others (no final period).
1785
1786 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
1787 (rmail-mime-show): Downcase the encoding. (Bug#5070)
1788
1789 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
1790
1791 Make vc-print-log buttons work.
1792 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
1793
1794 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
1795
1796 * savehist.el (savehist-autosave-interval): Allow setting to nil
1797 through customize. (Bug#5056)
1798
1799 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
1800
1801 Fix references to jit-lock properties.
1802 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1803 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
1804 (perl-font-lock-special-syntactic-constructs):
1805 Quote jit-lock-defer-multiline property.
1806
1807 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
1808
1809 * vc-git.el (vc-git-registered): Call vc-git-root only once.
1810
1811 2009-11-30 Juri Linkov <juri@jurta.org>
1812
1813 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
1814 value `buffer' of `multi-isearch-next-buffer-current-function'.
1815 Use `(current-buffer)' when `buffer' is nil.
1816 (multi-isearch-next-buffer-from-list): Don't fallback to
1817 `(current-buffer)' when `buffer' is nil. (Bug#4947)
1818
1819 2009-11-30 Juri Linkov <juri@jurta.org>
1820
1821 * misearch.el (multi-isearch-read-buffers): Move canonicalization
1822 of buffers with `get-buffer' to `multi-isearch-buffers'.
1823 (multi-isearch-buffers, multi-isearch-buffers-regexp):
1824 Canonicalize BUFFERS with `get-buffer'. Doc fix.
1825 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
1826 FILES with `expand-file-name' converting relative file names
1827 to absolute. Doc fix. (Bug#4727)
1828
1829 2009-11-30 Juri Linkov <juri@jurta.org>
1830
1831 * misearch.el (multi-isearch-read-buffers)
1832 (multi-isearch-read-matching-buffers): New functions.
1833 (multi-isearch-buffers, multi-isearch-buffers-regexp):
1834 Use them in the `interactive' spec. Doc fix.
1835 (multi-isearch-read-files, multi-isearch-read-matching-files):
1836 New functions.
1837 (multi-isearch-files, multi-isearch-files-regexp):
1838 Use them in the `interactive' spec. Doc fix. (Bug#4725)
1839
1840 2009-11-30 Juri Linkov <juri@jurta.org>
1841
1842 * doc-view.el (doc-view-continuous):
1843 Rename from `doc-view-continuous-mode'.
1844 (doc-view-menu): Move "Toggle display" to the top.
1845 Add submenu "Continuous" with radio buttons "Off"/"On"
1846 and "Save as Default".
1847 (doc-view-scroll-up-or-next-page)
1848 (doc-view-scroll-down-or-previous-page)
1849 (doc-view-next-line-or-next-page)
1850 (doc-view-previous-line-or-previous-page): Rename
1851 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
1852
1853 2009-11-30 Juri Linkov <juri@jurta.org>
1854
1855 * comint.el (comint-mode-map): Rebind `M-r' from
1856 `comint-previous-matching-input' to
1857 `comint-history-isearch-backward-regexp'.
1858 Unbind `M-s' to allow global key binding `M-s'.
1859 Add menu items for `comint-history-isearch-backward' and
1860 `comint-history-isearch-backward-regexp'. (Bug#3746)
1861
1862 2009-11-30 Juri Linkov <juri@jurta.org>
1863
1864 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
1865 For def=recenter, replace `recenter' with `recenter-top-bottom'
1866 that is called with `this-command' and `last-command' let-bound
1867 to `recenter-top-bottom'. When the last `def' was not `recenter',
1868 set `recenter-last-op' to nil. (Bug#4981)
1869
1870 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
1871
1872 Minor cleanup and simplification.
1873 * filecache.el (file-cache-add-directory)
1874 (file-cache-add-directory-recursively)
1875 (file-cache-add-from-file-cache-buffer)
1876 (file-cache-delete-file-regexp, file-cache-delete-directory)
1877 (file-cache-files-matching-internal, file-cache-display): Use dolist.
1878 (file-cache-temp-minibuffer-message): Delete function.
1879 (file-cache-minibuffer-complete): Use minibuffer-message instead.
1880
1881 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
1882 Don't signal an error when bumping into EOB in tr, s, or y.
1883
1884 2009-11-29 Juri Linkov <juri@jurta.org>
1885
1886 * startup.el (fancy-about-text): Fix wording of Guided Tour.
1887 (Bug#4960)
1888
1889 * descr-text.el (describe-char-unidata-list): Use lowercase name
1890 for "Unicode name" like in other tags.
1891
1892 2009-11-29 Juri Linkov <juri@jurta.org>
1893
1894 * ediff-util.el (ediff-minibuffer-with-setup-hook):
1895 New compatibility macro.
1896 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
1897
1898 2009-11-29 Juri Linkov <juri@jurta.org>
1899
1900 Add defcustom to define the cycling order of `recenter-top-bottom'.
1901 (Bug#4981)
1902
1903 * window.el (recenter-last-op): Doc fix.
1904 (recenter-positions): New defcustom.
1905 (recenter-top-bottom): Rewrite to use `recenter-positions'.
1906 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
1907
1908 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
1909
1910 Improve integration of Tramp and ange-ftp in eshell.
1911
1912 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
1913 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
1914 (eshell/sudo): Flatten args. Let-bind `default-directory'.
1915
1916 * eshell/esh-util.el (top): Require also Tramp when compiling.
1917 (eshell-directory-files-and-attributes): Check for FTP remote
1918 connection.
1919 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
1920 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
1921 (eshell-file-attributes): Handle ".". Return `entry'.
1922
1923 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
1924 (ange-ftp-directory-files-and-attributes)
1925 (ange-ftp-real-directory-files-and-attributes): New defuns.
1926
1927 * net/tramp.el (tramp-maybe-open-connection): Open the remote
1928 shell with "exec" when possible. This prevents trailing prompts
1929 in `start-file-process'.
1930
1931 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
1932
1933 Try and remove assumptions about point-min==1.
1934 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
1935 (rng-compute-mode-line-string): Show the validation percentage in
1936 terms of the narrowed text, not the widened text.
1937 (rng-do-some-validation): Don't catch internal errors when debugging.
1938 (rng-first-error): Simplify.
1939 (rng-after-change-function): Remove work around. AFAIK the bug has
1940 been fixed a while ago.
1941
1942 * image-mode.el (image-minor-mode): Exit more gracefully when the image
1943 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
1944
1945 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
1946
1947 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
1948 `cd' doesn't always do it for us (bug#5067).
1949
1950 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
1951 on 2009-10-25 as part of some other change (bug#5067).
1952
1953 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
1954
1955 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
1956 `suspicious'.
1957 (byte-compile-warnings): Use byte-compile-warning-types.
1958 (byte-compile-save-excursion): Warn about use of set-buffer right
1959 after save-excursion.
1960
1961 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
1962 the excursion as well.
1963
1964 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
1965
1966 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
1967 providing a Tramp related implementation of "su" and "sudo".
1968 (eshell-unix-initialize): Add "su" and "sudo".
1969
1970 2009-11-27 Daiki Ueno <ueno@unixuser.org>
1971
1972 * net/socks.el (socks-send-command): Convert binary request to
1973 unibyte before sending. This fixes mishandling of some port
1974 numbers such as 129.
1975
1976 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
1977
1978 * help.el (describe-bindings-internal): Remove `interactive'.
1979
1980 * man.el (Man-completion-table): Trim a terminating "(".
1981 Remove the space between name page a section.
1982 Add the command's description on the `help-echo' property.
1983 Remove `process-connection-type' binding since it's unused by
1984 call-process.
1985 Provide completion for the "<section> <name>" format as well.
1986 (Man-default-man-entry): Remove spurious var shadowing the argument.
1987
1988 2009-11-26 Kevin Ryde <user42@zip.com.au>
1989
1990 * log-view.el: Add "Keywords: tools", since its other keywords
1991 aren't in finder-known-keywords, and following vc.el.
1992
1993 * sha1.el (sha1-string-external): default-directory "/" in case
1994 otherwise non-existent. process-connection-type pipe for touch of
1995 efficiency recommended by elisp manual. (An aside in Bug#3911.)
1996
1997 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
1998
1999 Misc coding convention cleanups.
2000 * htmlfontify.el (hfy-init-kludge-hook): Rename from
2001 hfy-init-kludge-hooks.
2002 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
2003 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
2004 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
2005 and push.
2006 (hfy-slant, hfy-weight): Use tables rather than code.
2007 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
2008 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
2009 (hfy-face-attr-for-class): Initialize `face-spec' directly.
2010 (hfy-face-to-css): Remove `nconc' with single arg.
2011 (hfy-p-to-face-lennart): Use `or'.
2012 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
2013 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
2014 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
2015 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
2016 (hfy-force-fontification): Use run-hooks.
2017
2018 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
2019
2020 Various minor fixes.
2021 * htmlfontify.el (hfy-default-header): Add toggle_invis since
2022 Javascript belongs in the header, not the body.
2023 (hfy-javascript): Remove.
2024 (hfy-fontify-buffer): Don't insert it any more.
2025 (hfy-face-at): Handle (face0 face1 face2) style face properties.
2026 Fix bug in invis handling when there were no invis props in a chunk.
2027
2028 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2029
2030 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
2031
2032 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
2033
2034 * finder.el (finder-mode-map): Add a menu.
2035
2036 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
2037
2038 * verilog-mode.el (verilog-at-struct-p): Support "signed" and
2039 "unsigned" structs.
2040
2041 (verilog-leap-to-head, verilog-backward-token): Handle "disable
2042 fork" statement better.
2043
2044 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
2045
2046 * verilog-mode.el (verilog-auto-insert-lisp, verilog-delete-auto)
2047 (verilog-delete-empty-auto-pair, verilog-library-filenames):
2048 Fix AUTOINSERTLISP to support insert-file. Reported by Clay Douglass.
2049
2050 (verilog-auto-inst, verilog-auto-star-safe)
2051 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
2052 Fix removing "// Interfaces" when saving .* expansions. Reported by
2053 Pierre-David Pfister.
2054
2055 2009-11-26 Glenn Morris <rgm@gnu.org>
2056
2057 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
2058 the scope.
2059
2060 2009-11-25 Johan Bockgård <bojohan@gnu.org>
2061
2062 * vc-annotate.el (vc-annotate-revision-previous-to-line):
2063 Really use previous revision.
2064
2065 2009-11-25 Kevin Ryde <user42@zip.com.au>
2066
2067 * man.el (Man-completion-table): default-directory "/" in case
2068 doesn't otherwise exist. process-environment COLUMNS=999 so as
2069 not to truncate long names. process-connection-type pipe to avoid
2070 any chance of hitting the pseudo-tty TIOCGWINSZ.
2071 (man): completion-ignore-case t for friendliness and since man
2072 itself is case-insensitive on the command line.
2073 Further to Bug#3717.
2074
2075 * arc-mode.el: Add "Keywords: files", so the details in its
2076 commentary can be reached from finder-by-keyword.
2077 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
2078 editing mode, but it's comms related and sgml-mode.el has "comm"
2079 on that basis too.
2080 * textmodes/bibtex-style.el: Add "Keywords: tex".
2081 * international/isearch-x.el, international/ja-dic-cnv.el:
2082 * international/ja-dic-utl.el, international/kkc.el:
2083 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
2084
2085 2009-11-25 Juri Linkov <juri@jurta.org>
2086
2087 * man.el (Man-completion-table): Modify regexp to include
2088 section names to completion strings. (Bug#3717)
2089
2090 2009-11-25 Juri Linkov <juri@jurta.org>
2091
2092 Search recursively in gzipped files. (Bug#4982)
2093
2094 * progmodes/grep.el (grep-highlight-matches): Add new options
2095 `always' and `auto'. Doc fix.
2096 (grep-process-setup): Check `grep-highlight-matches' for
2097 `auto-detect' to determine the need to compute grep defaults.
2098 Move Windows/DOS specific --colors settings handling
2099 to `grep-compute-defaults'. Check `grep-highlight-matches'
2100 to get the value of "--color=".
2101 (grep-compute-defaults): Compute `grep-highlight-matches' when it
2102 has the value `auto-detect'. Move Windows/DOS specific settings
2103 from `grep-process-setup'.
2104 (zrgrep): New command with alias `rzgrep'.
2105
2106 2009-11-25 Juri Linkov <juri@jurta.org>
2107
2108 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
2109 to nil instead of switching off view-mode. (Bug#4896)
2110
2111 2009-11-25 Juri Linkov <juri@jurta.org>
2112
2113 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
2114
2115 * mwheel.el (mwheel-scroll-up-function)
2116 (mwheel-scroll-down-function): New defvars.
2117 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
2118 `scroll-up', and `mwheel-scroll-down-function' instead of
2119 `scroll-down'.
2120
2121 * doc-view.el (doc-view-scroll-up-or-next-page)
2122 (doc-view-scroll-down-or-previous-page): Add optional ARG.
2123 Use this ARG in the call to image-scroll-up/image-scroll-down.
2124 Change `interactive' spec to "P". Goto next/previous page only
2125 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
2126 SPC/DEL case). Doc fix.
2127 (doc-view-next-line-or-next-page)
2128 (doc-view-previous-line-or-previous-page): Rename arg to ARG
2129 for consistency.
2130 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
2131 `doc-view-scroll-up-or-next-page', and buffer-local
2132 `mwheel-scroll-down-function' to
2133 `doc-view-scroll-down-or-previous-page'.
2134
2135 2009-11-25 Juri Linkov <juri@jurta.org>
2136
2137 Provide additional default values (directories at other Dired
2138 windows) via M-n in the minibuffer of some Dired commands.
2139
2140 * dired-aux.el (dired-diff, dired-compare-directories)
2141 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
2142 `minibuffer-default' in `minibuffer-with-setup-hook'.
2143 (dired-dwim-target-directory): Find a window that displays Dired
2144 buffer instead of failing when the next window is not Dired.
2145 Use `get-window-with-predicate' to find for the next Dired window.
2146 (dired-dwim-target-defaults): New function.
2147
2148 * ediff-util.el (ediff-read-file-name):
2149 Use `dired-dwim-target-defaults' to set `minibuffer-default'
2150 in `minibuffer-with-setup-hook'.
2151
2152 2009-11-25 Juri Linkov <juri@jurta.org>
2153
2154 Provide additional default values (file name at point or at the
2155 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
2156
2157 * minibuffer.el (read-file-name-defaults): New function.
2158 (read-file-name): Reset `minibuffer-default' to nil when
2159 it duplicates initial input `insdef'.
2160 Bind `minibuffer-default-add-function' to lambda that
2161 calls `read-file-name-defaults' in `minibuffer-selected-window'.
2162 (minibuffer-insert-file-name-at-point): New command.
2163
2164 * files.el (file-name-at-point-functions): New defcustom.
2165 (find-file-default): Remove defvar.
2166 (find-file-read-args): Don't use `find-file-default'.
2167 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
2168 to `read-file-name'.
2169 (find-file-literally): Use `read-file-name' with
2170 `confirm-nonexistent-file-or-buffer'.
2171
2172 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
2173
2174 * dired.el (dired-read-dir-and-switches):
2175 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
2176 to `read-file-name'.
2177 (dired-file-name-at-point): New function.
2178 (dired-mode): Add hook `dired-file-name-at-point' to
2179 `file-name-at-point-functions'.
2180
2181 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2182
2183 Really make the *Completions* window soft-dedicated (bug#5030).
2184 * window.el (window--display-buffer-2): Add `dedicated' argument.
2185 (display-buffer): Pass it when needed so the dedicated flag is set
2186 after calling set-window-buffer, which would otherwise reset it.
2187
2188 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2189
2190 * progmodes/meta-mode.el (meta-complete-symbol):
2191 * progmodes/etags.el (complete-tag):
2192 * mail/mailabbrev.el (mail-abbrev-complete-alias):
2193 Use completion-in-region.
2194
2195 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
2196 (dabbrev-completion): Use completion-in-region.
2197 (dabbrev--abbrev-at-point): Simplify regexp.
2198
2199 * abbrev.el (abbrev--before-point): Use word-motion functions
2200 if :regexp is not specified (bug#5031).
2201
2202 * subr.el (string-prefix-p): New function.
2203
2204 * man.el (Man-completion-cache): New var.
2205 (Man-completion-table): Use it.
2206
2207 * vc.el (vc-print-log-internal): Make `limit' optional for better
2208 compatibility (e.g. with vc-annotate.el).
2209
2210 2009-11-24 Kevin Ryde <user42@zip.com.au>
2211
2212 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
2213 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
2214
2215 * emacs-lisp/elint.el (elint-add-required-env): Better error message
2216 when .el source file not found or other error.
2217
2218 2009-11-24 Markus Triska <markus.triska@gmx.at>
2219
2220 * linum.el (linum-update-window): Ignore intangible (bug#4996).
2221
2222 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2223
2224 Handle the [back] button properly (bug#4979).
2225 * descr-text.el (describe-text-properties): Add a `buffer' argument.
2226 Use help-setup-xref, help-buffer, and with-help-window.
2227 (describe-char): Add `buffer' argument.
2228 Pass proper command to help-setup-xref. Don't meddle with
2229 help-xref-stack-item directly.
2230 (describe-text-category): Use with-help-window and help-buffer.
2231
2232 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
2233 for the displayed buffer (bug#4887).
2234
2235 * man.el (Man-completion-table): New function.
2236 (man): Use it.
2237
2238 2009-11-24 David Reitter <david.reitter@gmail.com>
2239
2240 * vc-git.el (vc-git-registered): Use checkout directory (where
2241 .git is) rather than the file's directory and a relative path spec
2242 to work around a bug in git.
2243
2244 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
2245
2246 Improve handling of processes on remote hosts.
2247
2248 * eshell/esh-util.el (eshell-path-env): New defvar.
2249 (eshell-parse-colon-path): New defun.
2250 (eshell-file-attributes): Use `eshell-parse-colon-path'.
2251
2252 * eshell/esh-ext.el (eshell-search-path):
2253 Use `eshell-parse-colon-path'.
2254 (eshell-remote-command): Remove argument HANDLER.
2255 (eshell-external-command): Check for FTP remote connection.
2256
2257 * eshell/esh-proc.el (eshell-gather-process-output):
2258 Use `file-truename', in order to start also symlinked files.
2259 Apply `start-file-process' instead of `start-process'.
2260 Shorten `command' to the local file name part.
2261
2262 * eshell/em-cmpl.el (eshell-complete-commands-list):
2263 Use `eshell-parse-colon-path'.
2264
2265 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
2266
2267 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
2268 to `eshell-directory-change-hook'.
2269
2270 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
2271
2272 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
2273 because it could be enabled automatically if view-read-only is non-nil.
2274
2275 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
2276
2277 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
2278 made on 2009-11-22.
2279
2280 2009-11-24 Glenn Morris <rgm@gnu.org>
2281
2282 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
2283 deleted variable bookmark-bmenu-bookmark-column.
2284
2285 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
2286 Move after definition of global-semantic-idle-tag-highlight-mode.
2287
2288 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2289
2290 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
2291
2292 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
2293
2294 * net/browse-url.el (browse-url-filename-alist): On Windows, add
2295 two slashes to the "file:" prefix.
2296 (browse-url-file-url): De-munge Cygwin filenames before passing
2297 them to Windows browser.
2298 (browse-url-default-windows-browser): Use call-process.
2299
2300 2009-11-23 Juri Linkov <juri@jurta.org>
2301
2302 Implement DocView Continuous mode. (Bug#4896)
2303 * doc-view.el (doc-view-continuous-mode): New defcustom.
2304 (doc-view-mode-map): Bind C-n/<down> to
2305 `doc-view-next-line-or-next-page', C-p/<up> to
2306 `doc-view-previous-line-or-previous-page'.
2307 (doc-view-next-line-or-next-page)
2308 (doc-view-previous-line-or-previous-page): New commands.
2309
2310 2009-11-23 Juri Linkov <juri@jurta.org>
2311
2312 Implement Isearch in comint input history. (Bug#3746)
2313 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
2314 `isearch-mode-hook'.
2315 (comint-history-isearch): New defcustom.
2316 (comint-history-isearch-backward)
2317 (comint-history-isearch-backward-regexp): New commands.
2318 (comint-history-isearch-message-overlay): New buffer-local variable.
2319 (comint-history-isearch-setup, comint-history-isearch-end)
2320 (comint-goto-input, comint-history-isearch-search)
2321 (comint-history-isearch-message, comint-history-isearch-wrap)
2322 (comint-history-isearch-push-state)
2323 (comint-history-isearch-pop-state): New functions.
2324
2325 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
2326
2327 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
2328 return.
2329 (tramp-handle-make-symbolic-link)
2330 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
2331 Quote file names.
2332 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
2333 (tramp-handle-process-file): Use it.
2334
2335 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2336
2337 * window.el (move-to-window-line-last-op): Remove.
2338 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
2339
2340 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
2341
2342 Make M-r mirror the new cycling behavior of C-l.
2343 * window.el (move-to-window-line-last-op): New var.
2344 (move-to-window-line-top-bottom): New command.
2345 (global-map): Bind M-r move-to-window-line-top-bottom.
2346
2347 2009-11-23 Sven Joachim <svenjoac@gmx.de>
2348
2349 * dired-x.el (dired-guess-shell-alist-default):
2350 Support xz format. (Bug#4953)
2351
2352 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
2353
2354 * cedet/srecode/map.el (srecode-get-maps):
2355 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
2356 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
2357 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
2358 (semantic-toggle-decoration-style):
2359 * cedet/semantic/decorate/include.el
2360 (semantic-decoration-include-describe)
2361 (semantic-decoration-unknown-include-describe)
2362 (semantic-decoration-unparsed-include-describe)
2363 (semantic-decoration-all-include-summary):
2364 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
2365 * cedet/semantic/analyze/complete.el
2366 (semantic-analyze-possible-completions):
2367 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
2368 (semantic-show-unmatched-syntax-mode)
2369 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
2370 (semantic-highlight-func-mode):
2371 * cedet/semantic/util.el (semantic-describe-buffer):
2372 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
2373 (semantic-symref-find-tags-by-name)
2374 (semantic-symref-find-tags-by-regexp)
2375 (semantic-symref-find-tags-by-completion)
2376 (semantic-symref-find-file-references-by-name)
2377 (semantic-symref-find-text):
2378 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
2379 (senator-yank-tag):
2380 * cedet/semantic/scope.el (semantic-calculate-scope):
2381 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
2382 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
2383 (define-semantic-idle-service):
2384 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
2385 (semantic-complete-analyze-inline-idle):
2386 * cedet/semantic/analyze.el (semantic-analyze-current-context):
2387 * cedet/mode-local.el (describe-mode-local-bindings)
2388 (describe-mode-local-bindings-in-mode):
2389 * cedet/ede/make.el (ede-make-check-version):
2390 * cedet/ede/locate.el (ede-enable-locate-on-project):
2391 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
2392 (cedet-idutils-version-check):
2393 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
2394 (cedet-gnu-global-version-check):
2395 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
2396 (cedet-cscope-version-check): Use called-interactively-p instead
2397 of interactive-p.
2398
2399 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
2400 Use semantic-format-tag-prototype.
2401
2402 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
2403
2404 * emulation/viper-cmd.el: Use viper-last-command-char instead of
2405 last-command-char/last-command-event.
2406 (viper-prefix-arg-value): Do correct conversion of event-char for
2407 XEmacs.
2408
2409 * emulation/viper-util.el, emulation/viper.el:
2410 Use viper-last-command-char instead of
2411 last-command-char/last-command-event.
2412
2413 * ediff-init.el, ediff-mult.el, ediff-util.el:
2414 Replace last-command-char and last-command-event
2415 with (ediff-last-command-char) everywhere.
2416
2417 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
2418 created in fundamental mode.
2419
2420 * ediff.el (ediff-version): Revert the change of interactive-p to
2421 called-interactively-p.
2422
2423 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
2424
2425 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
2426 generation from word-movement command names.
2427
2428 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
2429
2430 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
2431 (semantic-complete-jump-local, semantic-complete-jump):
2432 Improve prompt string.
2433
2434 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
2435
2436 * cus-start.el (all): Add native condition for font-use-system-font.
2437
2438 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
2439
2440 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
2441 Correct the patch from 2009-11-18. (Bug#3910)
2442
2443 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
2444
2445 * progmodes/subword.el: Rename from lisp/subword.el.
2446
2447 * subword.el: Rename to progmodes/subword.el.
2448
2449 * Makefile.in (ELCFILES): Adapt to subword.el move.
2450
2451 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2452 Stefan Monnier <monnier@iro.umontreal.ca>
2453
2454 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
2455 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
2456 (bookmark-bmenu-show-filenames): Use push.
2457 (bookmark-bmenu-hide-filenames): Use local var instead of
2458 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
2459 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
2460 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
2461 filenames now that the bookmark names are always available.
2462
2463 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2464
2465 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
2466 (bookmark-search-pattern): Move and leave unbound.
2467 (bookmark-bmenu-mode-map): Change binding.
2468 (bookmark-read-search-input): Simplify.
2469 Don't use text-char-description. Don't error on non-char events.
2470 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
2471 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
2472 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
2473 Use a local var for the timer.
2474 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
2475 (i.e. bookmark-bmenu-search).
2476
2477 2009-11-21 Glenn Morris <rgm@gnu.org>
2478
2479 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
2480
2481 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
2482
2483 * net/browse-url.el (browse-url-default-windows-browser):
2484 Use cygstart for cygwin.
2485
2486 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
2487
2488 * bookmark.el: Formatting and doc fixes only:
2489 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
2490 (bookmark-bmenu-search): Wrap to fit within 80 columns.
2491 Minor grammar and punctuation fixes in doc string.
2492 (bookmark-read-search-input): Adjust to fit within 80 columns.
2493
2494 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
2495
2496 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
2497 (c-backward-into-nomenclature): Adapt to subword renaming.
2498
2499 * subword.el (subword-forward, subword-backward, subword-mark)
2500 (subword-kill, subword-backward-kill, subword-transpose)
2501 (subword-downcase, subword-upcase, subword-capitalize)
2502 (subword-forward-internal, subword-backward-internal):
2503 Rename from forward-subword, backward-subword, mark-subword,
2504 kill-subword, backward-kill-subword, transpose-subwords,
2505 downcase-subword, upcase-subword, capitalize-subword,
2506 forward-subword-internal, backward-subword-internal.
2507
2508 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2509
2510 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
2511 New options.
2512 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
2513 New vars.
2514 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
2515 (bookmark-bmenu-filter-alist-by-regexp)
2516 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
2517 (bookmark-bmenu-search): New command.
2518 (bookmark-bmenu-mode-map): Bind it.
2519
2520 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
2521
2522 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
2523
2524 * cedet/semantic/idle.el (define-semantic-idle-service)
2525 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
2526
2527 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
2528
2529 * progmodes/cc-cmds.el: declare-functioned forward-subword and
2530 backward-subword to quit the byte-compiler.
2531
2532 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
2533
2534 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
2535
2536 * progmodes/cc-cmds.el (c-update-modeline)
2537 (c-forward-into-nomenclature, c-backward-into-nomenclature):
2538 Refer to subword.el functions instead of cc-subword.el.
2539
2540 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
2541 subword.el functions instead of cc-subword.el.
2542
2543 * progmodes/cc-subword.el: Rename to subword.el.
2544 * subword.el: Rename from progmodes/cc-subword.el.
2545 (subword-mode-map): Rename from c-subword-mode-map.
2546 (subword-mode): Rename from c-subword-mode.
2547 (global-subword-mode): New global minor mode.
2548 (forward-subword): Rename from c-forward-subword.
2549 (backward-subword): Rename from c-backward-subword.
2550 (mark-subword): Rename from c-mark-subword.
2551 (kill-subword): Rename from c-kill-subword.
2552 (backward-kill-subword): Rename from c-backward-kill-subword.
2553 (transpose-subwords): Rename from c-tranpose-subword.
2554 (downcase-subword): Rename from c-downcase-subword.
2555 (capitalize-subword): Rename from c-capitalize-subword.
2556 (forward-subword-internal): Rename from c-forward-subword-internal.
2557 (backward-subword-internal): Rename from c-backward-subword-internal.
2558
2559 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
2560
2561 * vc.el (vc-deduce-fileset): Allow non-state changing operations
2562 from a dired buffer.
2563 (vc-dired-deduce-fileset): New function.
2564 (vc-root-diff, vc-print-root-log): Use it.
2565
2566 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
2567 nil LIMIT argument to vc-print-log-internal.
2568
2569 2009-11-20 Glenn Morris <rgm@gnu.org>
2570
2571 * Makefile.in (ELCFILES): Regenerate.
2572
2573 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
2574
2575 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
2576
2577 * cedet/semantic.el: Enable idle-mode menu items only if
2578 global-semantic-idle-scheduler-mode is enabled.
2579 (semantic-default-submodes): Doc fix.
2580
2581 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
2582 When turning off, disable other idle modes.
2583
2584 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
2585
2586 * calc/calc.el (calc-set-mode-line):
2587 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
2588 (math-format-number): Rename `math-format-complement-signed' to
2589 `math-format-twos-complement'.
2590
2591 * calc/calc-bin.el (math-format-twos-complement): Rename from
2592 math-format-complement-signed.
2593 (calc-radix): Rename `calc-complement-signed-mode' to
2594 `calc-twos-complement-mode'.
2595 (calc-octal-radix, calc-hex-radix): Add an argument for
2596 two's complement.
2597
2598 * calc/calc-embed.el (calc-embedded-mode-vars):
2599 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
2600
2601 * calc/calc-ext.el (calc-init-extensions):
2602 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
2603 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
2604
2605 * calc/calc-units.el (math-build-units-table-buffer):
2606 Let `calc-twos-complement-mode' be nil.
2607
2608 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
2609 entries.
2610
2611 * calc/calc-vec.el (calcFunc-vunpack):
2612 * calc/calc-aent.el (calc-do-calc-eval):
2613 * calc/calc-forms.el (math-format-date):
2614 * calc/calc-graph.el (calc-graph-plot):
2615 * calc/calc-math.el (math-use-emacs-fn):
2616 * calc/calccomp.el (math-compose-expr):
2617 Let `calc-twos-complement-mode' be nil.
2618
2619 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2620
2621 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
2622 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
2623 * minibuffer.el (completion-in-region-functions): New hook.
2624 (completion-in-region): New function.
2625 * emacs-lisp/lisp.el (lisp-complete-symbol):
2626 * pcomplete.el (pcomplete-std-complete): Use it.
2627
2628 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2629
2630 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
2631 (latex-complete-alist): New vars.
2632 (latex-string-prefix-p, latex-complete-bibtex-keys)
2633 (latex-complete-envnames, latex-complete-refkeys)
2634 (latex-complete-data): New functions.
2635 (latex-complete, latex-indent-or-complete): New commands.
2636
2637 * window.el (display-buffer-mark-dedicated): New var.
2638 (display-buffer): Obey it.
2639 * minibuffer.el (minibuffer-completion-help): Use it.
2640
2641 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
2642
2643 * filecache.el (file-cache-add-file): Use push and cons.
2644 (file-cache-delete-file-regexp): Use push.
2645 (file-cache-complete): Use completion-in-region.
2646
2647 * simple.el (with-wrapper-hook): Fix thinko.
2648
2649 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
2650 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
2651 Use with-current-buffer and string-to-number.
2652 (hfy-fallback-colour-values): Use assoc-string.
2653 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
2654 (hfy-face-at): Remove unused var `found-face'.
2655 (hfy-compile-stylesheet): Remove unused var `css'.
2656 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
2657 and `orig-buffer'.
2658 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
2659 Use with-current-buffer.
2660 (hfy-text-p): Use expand-file-name and fewer setq.
2661
2662 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
2663
2664 * htmlfontify.el, hfy-cmap.el: New files.
2665
2666 2009-11-19 Juri Linkov <juri@jurta.org>
2667
2668 * minibuffer.el (completions-format): New defcustom.
2669 (completion--insert-strings): Implement vertical format.
2670
2671 * simple.el (switch-to-completions): Move point to the first
2672 completion when point was at the beginning of the buffer.
2673
2674 2009-11-19 Juri Linkov <juri@jurta.org>
2675
2676 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
2677
2678 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
2679
2680 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
2681
2682 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
2683 (mail-signature): Change default to t.
2684 (mail-from-style): Deprecate `system-default' value.
2685 (mail-insert-from-field): For default value of mail-from-style,
2686 default to `angles' unless `angles' needs quoting and `parens'
2687 does not.
2688 (mail-citation-prefix-regexp): Use citation regexp from
2689 message-mode.
2690
2691 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
2692
2693 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
2694 Set variables for computing the prompt for reading password.
2695
2696 2009-11-19 Glenn Morris <rgm@gnu.org>
2697
2698 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
2699
2700 * textmodes/flyspell.el (sgml-lexical-context): Declare.
2701
2702 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
2703 (newsticker-treeview-listwindow-height): Fix custom type.
2704
2705 2009-11-19 Kenichi Handa <handa@m17n.org>
2706
2707 * descr-text.el (describe-char-padded-string): Compose with TAB
2708 only if there's a font for CH.
2709 (describe-char): Fix the condition for detecting a trivial composition.
2710
2711 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
2712
2713 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
2714 more accurate version of the regexp. (Bug#3910)
2715
2716 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
2717
2718 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
2719
2720 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
2721
2722 * font-setting.el (font-use-system-font): Declare for byte-compiler.
2723 (font-setting-change-default-font): Fix typo in docstring.
2724
2725 2009-11-18 Alan Mackenzie <acm@muc.de>
2726
2727 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
2728
2729 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
2730
2731 * font-setting.el (font-use-system-font): Move ...
2732
2733 * cus-start.el (all): ... to here.
2734
2735 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
2736
2737 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
2738 Don't set `ad-return-value' if `ad-do-it' doesn't.
2739
2740 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
2741 modification time.
2742
2743 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
2744
2745 * menu-bar.el: Put "Use system font" in Option-menu.
2746 (menu-bar-options-save): Add font-use-system-font.
2747
2748 * loadup.el: If feature system-font-setting or font-render-setting is
2749 there, load font-setting.
2750
2751 * Makefile.in (ELCFILES): Add font-settings.el.
2752 * font-setting.el: New file.
2753
2754 2009-11-17 Glenn Morris <rgm@gnu.org>
2755
2756 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
2757
2758 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
2759 Preserve point in the list buffer. (Bug#4939)
2760 Use point-at-eol.
2761 (newsticker--treeview-list-update-highlight)
2762 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
2763
2764 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
2765
2766 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
2767 Remove.
2768
2769 * calc/calc-ext.el (calc-init-extensions): Remove references to
2770 symclip.
2771
2772 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
2773
2774 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
2775 * calc/calc-help.el (calc-b-prefix-help): Remove references to
2776 `calc-symclip'.
2777
2778 2009-11-16 Kevin Ryde <user42@zip.com.au>
2779
2780 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
2781 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
2782
2783 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
2784 (lm-keywords-list): Allow comma-only separator like "foo,bar".
2785 Ignore trailing spaces by omit-nulls to split-string (fixing
2786 regression from Emacs 21 due to the incompatible split-string
2787 change). (Bug #4928.)
2788
2789 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
2790
2791 * vc.el (vc-log-show-limit): Default to 2000.
2792 (vc-print-log-internal): Insert buttons to request more entries
2793 when limiting the output.
2794
2795 * vc-sccs.el (vc-sccs-print-log):
2796 * vc-rcs.el (vc-rcs-print-log):
2797 * vc-cvs.el (vc-cvs-print-log):
2798 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
2799 LIMIT is non-nil.
2800
2801 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
2802
2803 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
2804 error when `tramp-gvfs-dbus-event-vector' is set.
2805 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
2806
2807 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2808
2809 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
2810
2811 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
2812
2813 * net/dbus.el (dbus-unregister-service): New defun.
2814 (dbus-register-property): Register the handlers of
2815 "org.freedesktop.DBus.Properties" for SERVICE.
2816 (dbus-property-handler): Fix docstring.
2817
2818 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2819
2820 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
2821 Quote doc string reference in defvaralias as it is not in special form.
2822 (byte-compile-output-docform): Doc fix.
2823
2824 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
2825
2826 * calc/calc.el (math-2-word-size, math-half-2-word-size)
2827 (calc-complement-signed-mode): New variables.
2828 (calc-set-mode-line): Add indicator for twos-complements.
2829 (math-format-number): Format twos-complement notation.
2830
2831 * calc/calc-bin.el (calc-word-size): Reset the variables
2832 `math-2-word-size' and `math-half-2-word-size'.
2833 (math-format-complement-signed, math-symclip, calcFunc-symclip)
2834 (calc-symclip): New functions.
2835
2836 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
2837
2838 * calc/calc-embed.el (calc-embedded-mode-vars):
2839 Add `calc-complement-signed-mode' to the list of modes.
2840
2841 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
2842 (calc-b-oper-keys): Add `calc-symclip' to list.
2843
2844 * calc/calc-ext.el (math-read-number-fancy): Read complement
2845 signed numbers.
2846 (calc-init-extensions): Add binding for `calc-symclip'.
2847 Add autoload for `calcFunc-symclip' and `calc-symclip'.
2848
2849 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
2850 `calc-symclip'.
2851 (calc-modes-menu): Add item for twos complement mode.
2852
2853 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
2854
2855 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
2856
2857 * register.el (jump-to-register, insert-register): Handle Semantic
2858 tags. From commented-out advice in semantic/senator.el.
2859
2860 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
2861
2862 * vc.el (vc-log-show-limit): New variable.
2863 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
2864 when using a prefix argument.
2865 (vc-print-log-internal): Add new argument LIMIT.
2866
2867 * vc-svn.el (vc-svn-print-log):
2868 * vc-mtn.el (vc-mtn-print-log):
2869 * vc-hg.el (vc-hg-print-log):
2870 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
2871 pass it to the log command when set. Make the BUFFER argument
2872 non-optional.
2873
2874 * vc-sccs.el (vc-sccs-print-log):
2875 * vc-rcs.el (vc-rcs-print-log):
2876 * vc-git.el (vc-git-print-log):
2877 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
2878 ignore it. Make the BUFFER argument non-optional
2879
2880 * bindings.el (mode-line-buffer-identification): Do not purecopy.
2881
2882 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
2883
2884 * dired.el (dired-mode-map): Move encryption items to "Operate"
2885 menu (Bug#4703).
2886
2887 * strokes.el (strokes-update-window-configuration): Make strokes
2888 buffer current before erasing (Bug#4906).
2889
2890 * cedet/semantic/idle.el (semantic-idle-summary-mode)
2891 (semantic-idle-summary-mode): Define using define-minor-mode
2892 instead of define-semantic-idle-service.
2893 (semantic-idle-summary-mode): New function.
2894 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
2895 that mouse motion does not reset the echo area.
2896
2897 2009-11-15 Juri Linkov <juri@jurta.org>
2898
2899 * simple.el (set-mark-default-inactive): Add :type, :group
2900 and :version. (Bug#4876)
2901
2902 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
2903
2904 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
2905 (archive-unique-fname): ... here. (Bug#4929)
2906
2907 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2908
2909 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
2910 with a real fix.
2911
2912 * novice.el (disabled-command-function): Add useful args.
2913 Setup the help buffer so that [back] works.
2914 Remove redundant call to help-mode.
2915 (disabled-command-function): Use `case'.
2916 (en/disable-command): New function extracted from enable-command.
2917 (enable-command, disable-command): Use it.
2918
2919 2009-11-14 Glenn Morris <rgm@gnu.org>
2920
2921 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
2922 constants. (Bug#4913)
2923
2924 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
2925
2926 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
2927
2928 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
2929 defined in C that have no doc-strings. (Bug#1063)
2930
2931 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
2932
2933 * cus-edit.el (data, files):
2934 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
2935
2936 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
2937
2938 * simple.el (shell-command): Doc fix (Bug#4891).
2939
2940 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
2941
2942 2009-11-14 Glenn Morris <rgm@gnu.org>
2943
2944 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
2945 statements for vc-diff, emerge-quit, and rmail-cease-edit.
2946 If they are already loaded, eval-after-load will do the right thing.
2947
2948 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
2949 compiling.
2950
2951 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
2952
2953 * simple.el (x-selection-owner-p): Declare.
2954 (read-mail-command): Use custom radio type rather than choice.
2955 (completion-no-auto-exit): Doc fix.
2956
2957 * custom.el (defgroup):
2958 * epg-config.el (epg): Doc fixes.
2959
2960 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
2961
2962 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
2963 * international/ccl.el (define-ccl-program): Do not purecopy the
2964 docstring, defconst does it anyway.
2965
2966 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2967
2968 * add-log.el (add-change-log-entry): Avoid displaying the changelog
2969 a second time.
2970
2971 * x-dnd.el (x-dnd-maybe-call-test-function):
2972 * window.el (split-window-vertically):
2973 * whitespace.el (whitespace-help-on):
2974 * vc-rcs.el (vc-rcs-consult-headers):
2975 * userlock.el (ask-user-about-lock-help)
2976 (ask-user-about-supersession-help):
2977 * type-break.el (type-break-force-mode-line-update):
2978 * time-stamp.el (time-stamp-conv-warn):
2979 * terminal.el (te-set-output-log, te-more-break, te-filter)
2980 (te-sentinel, terminal-emulator):
2981 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
2982 (term-write-input-ring, term-check-source, term-start-output-log):
2983 (term-display-buffer-line, term-dynamic-list-completions):
2984 (term-ansi-make-term, serial-term):
2985 * subr.el (selective-display):
2986 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
2987 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
2988 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
2989 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
2990 (speedbar-remove-localized-speedbar-support)
2991 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
2992 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
2993 (speedbar-buffers-line-directory):
2994 * simple.el (shell-command-on-region, append-to-buffer)
2995 (prepend-to-buffer):
2996 * shadowfile.el (shadow-save-todo-file):
2997 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
2998 (scroll-bar-maybe-set-window-start):
2999 * sb-image.el (speedbar-image-dump):
3000 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
3001 (load-save-place-alist-from-file):
3002 * ps-samp.el (ps-print-message-from-summary):
3003 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
3004 (ps-background-image, ps-begin-job, ps-do-despool):
3005 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
3006 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
3007 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
3008 (pr-call-process, pr-file-list, pr-interface-save):
3009 * novice.el (disabled-command-function)
3010 (enable-command, disable-command):
3011 * mouse.el (mouse-buffer-menu-alist):
3012 * mouse-copy.el (mouse-kill-preserving-secondary):
3013 * macros.el (kbd-macro-query):
3014 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
3015 * informat.el (batch-info-validate):
3016 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
3017 * hippie-exp.el (try-expand-dabbrev-visible):
3018 * help-mode.el (help-make-xrefs):
3019 * help-fns.el (describe-variable):
3020 * generic-x.el (bat-generic-mode-run-as-comint):
3021 * finder.el (finder-mouse-select):
3022 * find-dired.el (find-dired-sentinel):
3023 * filesets.el (filesets-file-close):
3024 * files.el (list-directory):
3025 * faces.el (list-faces-display, describe-face):
3026 * facemenu.el (list-colors-display):
3027 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
3028 * epg.el (epg--process-filter, epg-cancel):
3029 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
3030 (epa--read-signature-type):
3031 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
3032 (emerge-file-names):
3033 * ehelp.el (electric-helpify):
3034 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
3035 * ediff-vers.el (rcs-ediff-view-revision):
3036 * ediff-util.el (ediff-setup):
3037 * ediff-mult.el (ediff-append-custom-diff):
3038 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
3039 (ediff-wordify):
3040 * echistory.el (Electric-command-history-redo-expression):
3041 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3042 * disp-table.el (describe-display-table):
3043 * dired.el (dired-find-buffer-nocreate):
3044 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
3045 * dabbrev.el (dabbrev--same-major-mode-p):
3046 * chistory.el (list-command-history):
3047 * apropos.el (apropos-documentation):
3048 * allout.el (allout-obtain-passphrase):
3049 (allout-copy-exposed-to-buffer):
3050 (allout-verify-passphrase): Use with-current-buffer.
3051
3052 2009-11-13 Glenn Morris <rgm@gnu.org>
3053
3054 * Makefile.in (ELCFILES): Regenerate.
3055
3056 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
3057
3058 * net/dbus.el (dbus-registered-objects-table): Rename from
3059 `dbus-registered-functions-table', because it contains also properties.
3060 (dbus-unregister-object): Unregister also properties.
3061 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3062 Use a timeout of 500 msec, in order to not block.
3063 (dbus-register-property, dbus-property-handler): New defuns.
3064
3065 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3066
3067 * simple.el (minibuffer-default-add-completions): Drop deprecated
3068 4th arg.
3069
3070 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
3071
3072 * textmodes/artist.el (artist-mouse-choose-operation):
3073 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
3074 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
3075 (artist-compute-up-event-key): New function.
3076 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
3077
3078 2009-11-13 Kenichi Handa <handa@m17n.org>
3079
3080 * language/japan-util.el: Make sure that the value of jisx0208
3081 property is jisx0208 character.
3082
3083 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
3084
3085 * international/mule.el (auto-coding-regexp-alist): Only purecopy
3086 car or each item, not the whole list.
3087
3088 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3089
3090 * minibuffer.el (minibuffer-completion-help):
3091 Use minibuffer-hide-completions.
3092
3093 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
3094
3095 * dired.el (dired-save-positions, dired-restore-positions): New funs.
3096 (dired-revert): Use them (bug#4880).
3097
3098 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3099
3100 * tooltip.el (tooltip-frame-parameters): Undo previous change.
3101
3102 2009-11-12 Juri Linkov <juri@jurta.org>
3103
3104 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
3105 New functions.
3106 (find-file-literally-at-point): Alias of `ffap-literally'.
3107
3108 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3109
3110 * textmodes/ispell.el (ispell-skip-region-alist):
3111 * textmodes/css-mode.el (auto-mode-alist):
3112 * progmodes/compile.el (auto-mode-alist):
3113 * international/mule.el (ctext-non-standard-encodings-alist)
3114 (ctext-non-standard-encodings-regexp):
3115 * simple.el (shell-command-switch, text-read-only):
3116 * replace.el (occur-mode-map):
3117 * paths.el (rmail-file-name):
3118 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
3119 * find-file.el (ff-special-constructs):
3120 * files.el (file-name-handler-alist):
3121 * composite.el: Purecopy strings.
3122
3123 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
3124
3125 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3126
3127 * widget.el (define-widget): Purecopy the docstring.
3128 * international/mule-cmds.el (charset): Do not purecopy the
3129 docstring here, define-widget does it.
3130
3131 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3132 * textmodes/bibtex-style.el (auto-mode-alist):
3133 * progmodes/inf-lisp.el (inferior-lisp-prompt):
3134 * progmodes/compile.el (compile-command):
3135 * language/korea-util.el (default-korean-keyboard):
3136 * international/mule-conf.el (file-coding-system-alist):
3137 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
3138 * tooltip.el (tooltip-frame-parameters):
3139 * newcomment.el (comment-end, comment-padding):
3140 * dired.el (dired-trivial-filenames):
3141 * comint.el (comint-file-name-prefix): Purecopy initial values.
3142
3143 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
3144
3145 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
3146 (tramp-advice-minibuffer-electric-tilde): Unload advices via
3147 `tramp-unload'.
3148 (tramp-advice-make-auto-save-file-name)
3149 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
3150 after removing the advice.
3151
3152 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3153
3154 * progmodes/grep.el (grep-regexp-alist):
3155 * international/mule-cmds.el (iso-2022-control-alist):
3156 * emacs-lisp/timer.el (timer-duration-words):
3157 * subr.el (version-separator, version-regexp-alist):
3158 * minibuffer.el (completion-styles-alist):
3159 * faces.el (face-attribute-name-alist, list-faces-sample-text):
3160 Change defvars to defconsts.
3161
3162 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
3163 * loadup.el ("international/mule-conf"): Load the byte compiled version.
3164 * international/mule-conf.el: Allow to be byte compiled.
3165
3166 * international/mule.el (define-charset): Purecopy props.
3167 (load-with-code-conversion): Purecopy doc string and file name.
3168 (put-charset-property): Purecopy strings.
3169 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
3170
3171 * international/mule-cmds.el (register-input-method): Purecopy arguments.
3172 (define-char-code-property): Correctly purecopy the table.
3173
3174 * international/ccl.el (define-ccl-program): Purecopy the docstring.
3175
3176 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
3177
3178 * subr.el (add-hook): Purecopy strings.
3179 (eval-after-load): Purecopy load-history-regexp and the form.
3180
3181 * custom.el (custom-declare-group): Purecopy load-file-name.
3182
3183 * subr.el (menu-bar-separator): New defconst.
3184 * net/eudc.el (eudc-tools-menu):
3185 * international/mule-cmds.el (set-coding-system-map)
3186 (mule-menu-keymap):
3187 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3188 * vc-hooks.el (vc-menu-map):
3189 * replace.el (occur-mode-map):
3190 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
3191 (menu-bar-edit-menu, menu-bar-goto-menu)
3192 (menu-bar-custom-menu, menu-bar-showhide-menu)
3193 (menu-bar-options-menu, menu-bar-tools-menu)
3194 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
3195 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
3196 (menu-bar-help-menu):
3197 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
3198 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
3199
3200 * term/x-win.el (x-gtk-stock-map):
3201 * progmodes/vera-mode.el (auto-mode-alist):
3202 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
3203 (inferior-lisp-program, inferior-lisp-load-command):
3204 * progmodes/hideshow.el (hs-special-modes-alist):
3205 * progmodes/gud.el (same-window-regexps):
3206 * progmodes/grep.el (grep-program, find-program, xargs-program):
3207 * net/telnet.el (same-window-regexps):
3208 * net/rlogin.el (same-window-regexps):
3209 * language/ethiopic.el (font-ccl-encoder-alist):
3210 * vc-sccs.el (vc-sccs-master-templates):
3211 * vc-rcs.el (vc-rcs-master-templates):
3212 * subr.el (cl-assertion-failed):
3213 * simple.el (next-error-overlay-arrow-position):
3214 * lpr.el (lpr-command):
3215 * locate.el (locate-ls-subdir-switches):
3216 * info.el (same-window-regexps, info)
3217 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
3218 * image-mode.el (image-mode, auto-mode-alist):
3219 * hippie-exp.el (hippie-expand-ignore-buffers):
3220 * format.el (format-alist):
3221 * find-dired.el (find-ls-subdir-switches, find-grep-options)
3222 (find-name-arg):
3223 * facemenu.el (facemenu-keybindings):
3224 * dired.el (dired-listing-switches, dired-chown-program):
3225 * diff.el (diff-switches, diff-command):
3226 * cus-edit.el (same-window-regexps):
3227 * bindings.el (mode-line-mule-info)
3228 (mode-line-buffer-identification): Purecopy strings.
3229
3230 2009-11-11 Juri Linkov <juri@jurta.org>
3231
3232 * simple.el (dired-get-filename) <declare-function>:
3233 Tell the byte-compiler about dired-get-filename.
3234 (shell-command): In Dired mode, get filename from the current line
3235 as the default value.
3236
3237 2009-11-10 Glenn Morris <rgm@gnu.org>
3238
3239 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
3240 * calendar/holidays.el, progmodes/cperl-mode.el:
3241 Update x-popup-menu declarations.
3242
3243 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
3244 (list-load-path-shadows): Use dolist.
3245 (list-load-path-shadows): Use with-current-buffer.
3246
3247 2009-11-10 Juri Linkov <juri@jurta.org>
3248
3249 * minibuffer.el (read-file-name): Support a list of default values
3250 in `default-filename'. Use the first file name where only one
3251 element is required. Doc fix.
3252
3253 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
3254
3255 * net/dbus.el (dbus-unregister-object): Release service, if no
3256 other method is registered for it.
3257
3258 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
3259
3260 * bookmark.el (bookmark-completing-read): Sort bookmark names if
3261 bookmark-sort-flag is non-nil (Bug#4653).
3262
3263 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
3264
3265 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
3266 the progress reporter entirely.
3267
3268 * emulation/cua-base.el: Add CUA property to some CC mode commands
3269 (Bug#4100).
3270
3271 2009-11-08 Kevin Ryde <user42@zip.com.au>
3272
3273 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
3274 at end of sentence (Bug#4818).
3275
3276 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
3277
3278 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3279 Handle "see declaration of" MSFT statements (Bug#4100).
3280
3281 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
3282
3283 * net/tramp.el (tramp-advice-make-auto-save-file-name)
3284 (tramp-advice-file-expand-wildcards): Unload via
3285 `ad-remove-advice'.
3286
3287 * net/trampver.el: Update release number.
3288
3289 2009-11-08 Kevin Ryde <user42@zip.com.au>
3290
3291 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
3292 `ad-do-it'.
3293
3294 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
3295
3296 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
3297 in order to keep context in SELinux.
3298
3299 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
3300
3301 * dired-aux.el (dired-query): Place cursor in echo area and allow
3302 C-g.
3303
3304 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
3305 menu item if not on a directory (Bug#4701).
3306
3307 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
3308
3309 Sync with Tramp 2.1.17.
3310
3311 * net/tramp.el (tramp-handle-copy-directory): Don't use
3312 `file-remote-p' (due to compatibility).
3313
3314 * net/tramp-compat.el (tramp-compat-copy-directory)
3315 (tramp-compat-delete-directory): New defuns.
3316
3317 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
3318 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
3319 `tramp-compat-delete-directory'.
3320
3321 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
3322 (tramp-smb-handle-delete-directory): Use
3323 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
3324
3325 * net/trampver.el: Update release number.
3326
3327 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
3328
3329 * tar-mode.el (tar-copy): Call write-region on the right buffer
3330 (Bug#4857).
3331
3332 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
3333 by hand, if necessary (Bug#4878).
3334
3335 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
3336
3337 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
3338 align size column (Bug#4839).
3339
3340 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
3341 statement.
3342
3343 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
3344
3345 * progmodes/ld-script.el (auto-mode-alist):
3346 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
3347
3348 * cus-face.el (custom-declare-face): Purecopy face spec.
3349
3350 2009-11-06 Kenichi Handa <handa@m17n.org>
3351
3352 * international/uni-bidi.el: Re-generated.
3353 * international/uni-category.el: Re-generated.
3354 * international/uni-combining.el: Re-generated.
3355 * international/uni-mirrored.el: Re-generated.
3356
3357 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
3358
3359 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
3360 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
3361 (tex-start-options, slitex-run-command, latex-run-command)
3362 (tex-run-command, tex-directory):
3363 * textmodes/ispell.el (ispell-html-skip-alists)
3364 (ispell-tex-skip-alists, ispell-tex-skip-alists):
3365 * textmodes/fill.el (adaptive-fill-first-line-regexp):
3366 (adaptive-fill-regexp):
3367 * textmodes/dns-mode.el (auto-mode-alist):
3368 * progmodes/python.el (interpreter-mode-alist):
3369 * progmodes/etags.el (tags-compression-info-list):
3370 * progmodes/etags.el (tags-file-name):
3371 * net/browse-url.el (browse-url-galeon-program)
3372 (browse-url-firefox-program):
3373 * mail/sendmail.el (mail-signature-file)
3374 (mail-citation-prefix-regexp):
3375 * international/mule-conf.el (eight-bit):
3376 * international/latexenc.el (latex-inputenc-coding-alist):
3377 * international/fontset.el (x-pixel-size-width-font-regexp):
3378 * emacs-lisp/warnings.el (warning-type-format):
3379 * emacs-lisp/trace.el (trace-buffer):
3380 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
3381 (emacs-lisp-mode-map):
3382 * calendar/holidays.el (holiday-solar-holidays)
3383 (holiday-bahai-holidays, holiday-islamic-holidays)
3384 (holiday-christian-holidays, holiday-hebrew-holidays)
3385 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
3386 (hebrew-holidays-1, holiday-oriental-holidays)
3387 (holiday-general-holidays):
3388 * x-dnd.el (x-dnd-known-types):
3389 * tool-bar.el (tool-bar):
3390 * startup.el (site-run-file):
3391 * shell.el (shell-dumb-shell-regexp):
3392 * rfn-eshadow.el (file-name-shadow-tty-properties)
3393 (file-name-shadow-properties):
3394 * paths.el (remote-shell-program, news-directory):
3395 * mouse.el ([C-down-mouse-3]):
3396 * menu-bar.el (menu-bar-tools-menu):
3397 * jka-cmpr-hook.el (jka-compr-load-suffixes)
3398 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
3399 (jka-compr-compression-info-list):
3400 * isearch.el (search-whitespace-regexp):
3401 * image-file.el (image-file-name-extensions):
3402 * find-dired.el (find-ls-option):
3403 * files.el (directory-listing-before-filename-regexp)
3404 (directory-free-space-args, insert-directory-program)
3405 (list-directory-brief-switches, magic-fallback-mode-alist)
3406 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
3407 (automount-dir-prefix):
3408 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
3409 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
3410 (face-font-registry-alternatives, face-font-registry-alternatives)
3411 (face-font-family-alternatives):
3412 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
3413 (facemenu-foreground-menu, facemenu-face-menu):
3414 * epa-hook.el (epa-file-name-regexp):
3415 * dnd.el (dnd-protocol-alist):
3416 * textmodes/rst.el (auto-mode-alist):
3417 * button.el (default-button): Purecopy strings.
3418
3419 2009-11-06 Glenn Morris <rgm@gnu.org>
3420
3421 * Makefile.in (ELCFILES): Update.
3422
3423 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
3424
3425 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
3426 * emacs-lisp/levents.el: Move to obsolete/levents.el.
3427
3428 * nxml/xsd-regexp.el (xsdre-gen-categories):
3429 * nxml/xmltok.el (xmltok-parse-entity):
3430 * nxml/rng-parse.el (rng-parse-validate-file):
3431 * nxml/rng-maint.el (rng-format-manual)
3432 (rng-manual-output-force-new-line):
3433 * nxml/rng-loc.el (rng-save-schema-location-1):
3434 * nxml/rng-cmpct.el (rng-c-parse-file):
3435 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
3436 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
3437
3438 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
3439
3440 * verilog-mode.el (verilog-getopt-file, verilog-set-define):
3441 Remove extra save-excursions and make-variable-buffer-local's.
3442 Suggested by Stefan Monnier.
3443
3444 (verilog-getopt-file, verilog-module-inside-filename-p)
3445 (verilog-set-define): Merge GNU 1.35 and repair changes from
3446 switching to using with-current-buffer.
3447
3448 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
3449 being treated as a number and confusing AUTORESET.
3450 Reported by Dan Dever.
3451
3452 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
3453 Add verilog-auto-ignore-concat to fix backward compatibility with
3454 older verilog-modes. Reported by Dan Katz.
3455
3456 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
3457 containing closing anchors "...$".
3458
3459 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
3460 Reported by Wade Smith.
3461
3462 (verilog-batch-execute-func) Comment on function usage.
3463
3464 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
3465
3466 * verilog-mode.el (verilog-label-re): Fix regular expression for
3467 labels.
3468
3469 (verilog-label-re, verilog-calc-1): Support proper indent of named
3470 asserts.
3471
3472 (verilog-backward-token, verilog-basic-complete-re)
3473 (verilog-beg-of-statement, verilog-indent-re): Support proper
3474 indent of the assert statement at the beginning of a block of text.
3475
3476 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
3477 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
3478 tokens as begins.
3479
3480 2009-11-05 Glenn Morris <rgm@gnu.org>
3481
3482 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
3483 Emacs 19. (Bug#1531)
3484 (byte-compile-fix-header): Update for the above change.
3485 Drop test for epoch::version.
3486
3487 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
3488 * cus-dep.el (custom-make-dependencies):
3489 * finder.el (finder-compile-keywords):
3490 Use autoload-rubric's feature argument.
3491
3492 * calendar/diary-lib.el (top-level): Make load behave more like require.
3493
3494 * vc-git.el (vc-git-stash-map): Move definition before use.
3495
3496 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
3497
3498 * custom.el (custom-declare-group): Purecopy standard-value.
3499 (custom-declare-group): Purecopy custom-prefix.
3500
3501 * international/mule.el (load-with-code-conversion):
3502 Call do-after-load-evaluation unconditionally.
3503
3504 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
3505
3506 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
3507
3508 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
3509
3510 2009-11-04 Glenn Morris <rgm@gnu.org>
3511
3512 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
3513 (byte-compile-compatibility): Remove option.
3514 (byte-compile-close-variables, byte-compile-fix-header)
3515 (byte-compile-insert-header, byte-compile-output-docform)
3516 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
3517 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
3518 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
3519 (byte-compile-insert, byte-compile-defun):
3520 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
3521 (byte-defop-compiler19): Remove.
3522 Without byte-compile-compatibility, the 'emacs19-opcode property is not
3523 used by anything. Replace all calls with byte-defop-compiler.
3524
3525 2009-11-04 Juri Linkov <juri@jurta.org>
3526
3527 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
3528 (menu-bar-options-menu): Don't quote the `prop' arg of
3529 `menu-bar-make-mm-toggle'.
3530
3531 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
3532
3533 * calendar/calendar.el (cal-loaddefs):
3534 * calendar/diary-lib.el (diary-loaddefs):
3535 * calendar/holidays.el (hol-loaddefs):
3536 * eshell/esh-module.el (esh-groups): Load rather than require.
3537
3538 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3539
3540 * calendar/todo-mode.el (todo-add-category): Don't hardcode
3541 point-min==1.
3542 (todo-top-priorities): Only display-buffer when called interactively.
3543 (todo-item-start): Don't save excursion point.
3544 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
3545 (todo-insert-item-here, todo-file-item, todo-remove-item):
3546 Adjust uses of todo-item-start and todo-item-end.
3547
3548 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
3549 (autoload-rubric): Don't use any more.
3550 * cedet/semantic/fw.el (semantic/loaddefs):
3551 * cedet/srecode.el (srecode/loaddefs):
3552 * cedet/ede.el (ede/loaddefs): Load rather than require.
3553 * cedet/ede/cpp-root.el:
3554 * cedet/ede/emacs.el:
3555 * cedet/ede/files.el:
3556 * cedet/ede/linux.el:
3557 * cedet/ede/locate.el:
3558 * cedet/ede/make.el:
3559 * cedet/ede/shell.el:
3560 * cedet/ede/speedbar.el:
3561 * cedet/ede/system.el:
3562 * cedet/ede/util.el:
3563 * cedet/semantic/analyze.el:
3564 * cedet/semantic/bovine.el:
3565 * cedet/semantic/complete.el:
3566 * cedet/semantic/ctxt.el:
3567 * cedet/semantic/db-file.el:
3568 * cedet/semantic/db-find.el:
3569 * cedet/semantic/db-global.el:
3570 * cedet/semantic/db-mode.el:
3571 * cedet/semantic/db-typecache.el:
3572 * cedet/semantic/db.el:
3573 * cedet/semantic/debug.el:
3574 * cedet/semantic/dep.el:
3575 * cedet/semantic/doc.el:
3576 * cedet/semantic/edit.el:
3577 * cedet/semantic/find.el:
3578 * cedet/semantic/format.el:
3579 * cedet/semantic/html.el:
3580 * cedet/semantic/ia-sb.el:
3581 * cedet/semantic/ia.el:
3582 * cedet/semantic/idle.el:
3583 * cedet/semantic/lex-spp.el:
3584 * cedet/semantic/lex.el:
3585 * cedet/semantic/mru-bookmark.el:
3586 * cedet/semantic/scope.el:
3587 * cedet/semantic/senator.el:
3588 * cedet/semantic/sort.el:
3589 * cedet/semantic/symref.el:
3590 * cedet/semantic/tag-file.el:
3591 * cedet/semantic/tag-ls.el:
3592 * cedet/semantic/tag-write.el:
3593 * cedet/semantic/tag.el:
3594 * cedet/semantic/util-modes.el:
3595 * cedet/semantic/analyze/complete.el:
3596 * cedet/semantic/analyze/refs.el:
3597 * cedet/semantic/bovine/c.el:
3598 * cedet/semantic/bovine/gcc.el:
3599 * cedet/semantic/bovine/make.el:
3600 * cedet/semantic/bovine/scm.el:
3601 * cedet/semantic/decorate/include.el:
3602 * cedet/semantic/decorate/mode.el:
3603 * cedet/semantic/symref/cscope.el:
3604 * cedet/semantic/symref/global.el:
3605 * cedet/semantic/symref/grep.el:
3606 * cedet/semantic/symref/idutils.el:
3607 * cedet/semantic/symref/list.el:
3608 * cedet/semantic/wisent/java-tags.el:
3609 * cedet/semantic/wisent/javascript.el:
3610 * cedet/srecode/compile.el:
3611 * cedet/srecode/cpp.el:
3612 * cedet/srecode/document.el:
3613 * cedet/srecode/el.el:
3614 * cedet/srecode/expandproto.el:
3615 * cedet/srecode/getset.el:
3616 * cedet/srecode/insert.el:
3617 * cedet/srecode/java.el:
3618 * cedet/srecode/map.el:
3619 * cedet/srecode/mode.el:
3620 * cedet/srecode/template.el:
3621 * cedet/srecode/texi.el: Remove the file-local setting of
3622 generated-autoload-feature.
3623
3624 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
3625 and only put a prop if it is non-nil.
3626
3627 2009-11-03 Juri Linkov <juri@jurta.org>
3628
3629 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
3630 (menu-bar-options-menu): Fix list quoting (Bug#4429).
3631
3632 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
3633 and "Menu" to make top-level menu item visually one unit (like
3634 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
3635 multi-word menu items). Fix :help string for quit-window.
3636
3637 2009-11-03 Glenn Morris <rgm@gnu.org>
3638
3639 * cedet/mode-local.el (with-mode-local): Doc fix.
3640
3641 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
3642 (byte-compile-file-form-define-abbrev-table)
3643 (byte-compile-file-form-custom-declare-variable)
3644 (byte-compile-variable-ref, byte-compile-defvar):
3645 Whether or not a warning is enabled should only affect whether we issue
3646 the warning, not whether or not we collect the relevant data.
3647 Eg warnings can be turned on and off throughout the course of a file.
3648
3649 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
3650 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
3651
3652 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3653
3654 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
3655 * play/mpuz.el (mpuz-create-buffer):
3656 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
3657 (lm-print-y,s,noise, lm-print-w0, lm-init):
3658 * play/gomoku.el (gomoku-prompt-for-move):
3659 * play/fortune.el (fortune-in-buffer):
3660 * play/dissociate.el (dissociated-press):
3661 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
3662 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
3663 * mail/supercite.el (sc-eref-show):
3664 * mail/smtpmail.el (smtpmail-send-it):
3665 * mail/rmailsum.el (rmail-summary-next-labeled-message)
3666 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
3667 (rmail-summary-undelete-many, rmail-summary-rmail-update)
3668 (rmail-summary-goto-msg, rmail-summary-expunge)
3669 (rmail-summary-get-new-mail, rmail-summary-search-backward)
3670 (rmail-summary-add-label, rmail-summary-output-menu)
3671 (rmail-summary-output-body):
3672 * mail/rfc822.el (rfc822-addresses):
3673 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
3674 * mail/mailpost.el (post-mail-send-it):
3675 * mail/hashcash.el (hashcash-generate-payment):
3676 * mail/feedmail.el (feedmail-run-the-queue)
3677 (feedmail-queue-send-edit-prompt-help-first)
3678 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
3679 (feedmail-deduce-address-list):
3680 * eshell/esh-ext.el (eshell-remote-command):
3681 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
3682 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
3683 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
3684 (viper-save-string-in-file, viper-valid-marker):
3685 * emulation/viper-keym.el (viper-toggle-key):
3686 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
3687 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
3688 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
3689 * emulation/viper-cmd.el (viper-exec-form-in-vi)
3690 (viper-exec-form-in-emacs, viper-brac-function):
3691 * emulation/viper.el (viper-delocalize-var):
3692 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
3693 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
3694 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
3695 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
3696 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
3697 * emulation/edt.el (edt-electric-helpify):
3698 * emulation/cua-rect.el (cua--rectangle-aux-replace):
3699 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
3700 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
3701 (cua-indent-to-global-mark-column):
3702 * calendar/diary-lib.el (calendar-mark-1):
3703 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
3704 Use with-current-buffer.
3705 * emulation/viper.el (viper-delocalize-var): Use dolist.
3706
3707 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
3708
3709 * comint.el (comint-replace-by-expanded-history-before-point):
3710 Replace !! with the previous input string literally (Bug#1795).
3711
3712 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
3713
3714 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
3715 to be made up of whitespace.
3716
3717 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
3718
3719 * minibuffer.el (read-file-name): Don't use file dialogs for
3720 remote directories (Bug#99).
3721
3722 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
3723
3724 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
3725
3726 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
3727
3728 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
3729 instead of deleting the window or frame.
3730
3731 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
3732
3733 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
3734 Support face colors.
3735
3736 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
3737 New function. Support face colors (Bug#1168).
3738 (tex-common-initialization): Use it.
3739
3740 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
3741 mode allows it (Bug#1168).
3742
3743 2009-10-31 Juri Linkov <juri@jurta.org>
3744
3745 * facemenu.el (list-colors-display): Don't mark buffer as
3746 modified (Bug#3948).
3747
3748 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
3749
3750 * international/mule-diag.el (list-character-sets-1): Minor
3751 message fix (Bug#3526).
3752
3753 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
3754 face property (Bug#4834).
3755 (etags-list-tags, etags-tags-apropos-additional)
3756 (etags-tags-apropos, tags-select-tags-table): Add follow-link
3757 property.
3758
3759 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
3760 items.
3761
3762 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
3763 items.
3764
3765 * cedet/ede.el (ede-minor-mode):
3766 * cedet/semantic.el (semantic-mode): Toggle menu separators.
3767
3768 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
3769
3770 * textmodes/two-column.el (2C-split):
3771 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
3772 * textmodes/tex-mode.el (tex-set-buffer-directory):
3773 * textmodes/spell.el (spell-region, spell-string):
3774 * textmodes/reftex.el (reftex-erase-buffer):
3775 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
3776 * textmodes/reftex-toc.el (reftex-toc-promote-action):
3777 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
3778 (reftex-select-item):
3779 * textmodes/reftex-ref.el (reftex-label-info-update)
3780 (reftex-offer-label-menu):
3781 * textmodes/reftex-index.el (reftex-index-change-entry)
3782 (reftex-index-phrases-info):
3783 * textmodes/reftex-global.el (reftex-create-tags-file)
3784 (reftex-save-all-document-buffers, reftex-ensure-write-access):
3785 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
3786 (reftex-view-crossref-from-bibtex):
3787 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
3788 (reftex-extract-bib-entries-from-thebibliography)
3789 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
3790 * textmodes/refbib.el (r2b-capitalize-title):
3791 (r2b-convert-buffer, r2b-help):
3792 * textmodes/page-ext.el (pages-directory)
3793 (pages-directory-goto-with-mouse):
3794 * textmodes/bibtex.el (bibtex-validate-globally):
3795 * textmodes/bib-mode.el (bib-capitalize-title):
3796 * textmodes/artist.el (artist-clear-buffer, artist-system):
3797 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
3798 (local-set-scheme-interaction-buffer, xscheme-process-filter)
3799 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
3800 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
3801 (xscheme-send-control-g-interrupt, xscheme-start-process)
3802 (xscheme-process-sentinel, xscheme-cd):
3803 * progmodes/verilog-mode.el (verilog-read-always-signals)
3804 (verilog-set-define, verilog-getopt-file)
3805 (verilog-module-inside-filename-p):
3806 * progmodes/sh-script.el:
3807 * progmodes/python.el (python-pdbtrack-get-source-buffer)
3808 (python-pdbtrack-grub-for-buffer, python-execute-file):
3809 * progmodes/octave-inf.el (inferior-octave):
3810 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
3811 (idlwave-shell-compile-helper-routines, idlwave-set-local)
3812 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
3813 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
3814 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
3815 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
3816 (idlwave-shell-filter, idlwave-shell-examine-highlight)
3817 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
3818 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
3819 (idlwave-shell-examine-display, idlwave-shell-run-region)
3820 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
3821 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
3822 * progmodes/idlw-help.el (idlwave-help-get-special-help)
3823 (idlwave-help-get-help-buffer):
3824 * progmodes/gud.el (gud-basic-call, gud-find-class)
3825 (gud-tooltip-activate-mouse-motions-if-enabled):
3826 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
3827 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
3828 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
3829 (ebrowse-tags-next-file):
3830 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
3831 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
3832 (ebnf-eps-finish-and-write):
3833 * progmodes/cpp.el (cpp-edit-save):
3834 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
3835 * progmodes/cc-defs.el (c-emacs-features):
3836 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
3837 (antlr-directory-dependencies):
3838 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
3839 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
3840 (ada-find-any-references, ada-make-filename-from-adaname)
3841 (ada-make-body-gnatstub):
3842 * obsolete/rnews.el (news-list-news-groups):
3843 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
3844 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
3845 * net/rcirc.el (rcirc-debug):
3846 * net/newst-treeview.el (newsticker--treeview-list-add-item)
3847 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
3848 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
3849 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
3850 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
3851 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
3852 (newsticker--treeview-list-clear-highlight)
3853 (newsticker--treeview-list-update-highlight)
3854 (newsticker--treeview-list-highlight-start)
3855 (newsticker--treeview-tree-update-highlight)
3856 (newsticker--treeview-get-selected-item)
3857 (newsticker-treeview-mark-list-items-old)
3858 (newsticker--treeview-set-current-node):
3859 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
3860 * net/newst-backend.el (newsticker--get-news-by-funcall)
3861 (newsticker--get-news-by-wget, newsticker--image-get)
3862 (newsticker--image-sentinel):
3863 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
3864 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
3865 (eudc-ph-close-session):
3866 * net/eudc.el (eudc-save-options):
3867 * language/thai-word.el (thai-update-word-table):
3868 * language/japan-util.el (japanese-string-conversion):
3869 * international/titdic-cnv.el (tsang-quick-converter)
3870 (ziranma-converter, ctlau-converter):
3871 * international/mule-cmds.el (describe-language-environment):
3872 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
3873 (skkdic-convert-postfix, skkdic-convert-prefix):
3874 (skkdic-convert-okuri-nasi, skkdic-convert):
3875 * emacs-lisp/re-builder.el (reb-update-overlays):
3876 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
3877 * emacs-lisp/gulp.el (gulp-send-requests):
3878 * emacs-lisp/find-gc.el (trace-call-tree):
3879 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
3880 (eieio-describe-generic):
3881 * emacs-lisp/eieio-base.el (eieio-persistent-read):
3882 * emacs-lisp/edebug.el (edebug-outside-excursion):
3883 * emacs-lisp/debug.el (debugger-make-xrefs):
3884 * emacs-lisp/cust-print.el (custom-prin1-to-string):
3885 * emacs-lisp/chart.el (chart-new-buffer):
3886 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
3887 Use with-current-buffer.
3888 * textmodes/artist.el (artist-system): Don't call
3889 copy-sequence on a fresh string.
3890 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
3891
3892 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
3893
3894 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
3895 is no item to edit. (Bug#4820)
3896 (todo-top-priorities): Restore point and restore narrowing in Todo
3897 buffer. (Bug#4820)
3898
3899 2009-10-31 Glenn Morris <rgm@gnu.org>
3900
3901 * net/ange-ftp.el (top-level): Don't require dired when compiling.
3902 (comint-last-output-start, comint-last-input-start)
3903 (comint-last-input-end): Don't defvar when compiling.
3904 (ange-ftp-process-file): Use bound-and-true-p.
3905
3906 * pcmpl-rpm.el (top-level): Move provide statement to end.
3907 (pcmpl-rpm): Remove unused custom group.
3908
3909 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
3910
3911 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
3912
3913 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
3914 (byte-compile-warnings): Add `constants' as an option.
3915 (byte-compile-callargs-warn, byte-compile-arglist-warn)
3916 (display-call-tree): Update for byte-compile-fdefinition possibly
3917 returning `(macro lambda ...)'. (Bug#4778)
3918 (byte-compile-variable-ref, byte-compile-setq-default):
3919 Respect `constants' member of byte-compile-warnings.
3920
3921 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
3922 Use mapc rather than mapcar because the return value is never used.
3923
3924 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
3925 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
3926 * cedet/semantic/html.el:
3927 Suppress harmless warnings about setting up semantic-imenu (not
3928 part of Emacs) variables.
3929
3930 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3931
3932 * vc-bzr.el (vc-bzr-revision-keywords): New var.
3933 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
3934 to "submit:".
3935
3936 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
3937 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
3938 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
3939 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
3940 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
3941 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
3942 (semantic-analyzer-debug-global-symbol)
3943 (semantic-analyzer-debug-missing-innertype)
3944 (semantic-analyzer-debug-insert-include-summary):
3945 * cedet/semantic/util.el (semantic-file-tag-table):
3946 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
3947 (semantic-recursive-find-nonterminal-by-name):
3948 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
3949 * cedet/semantic/tag-file.el (semantic-prototype-file):
3950 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
3951 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
3952 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
3953 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
3954 (semantic-idle-summary-maybe-highlight):
3955 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
3956 (semantic-ia-sb-tag-info):
3957 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
3958 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
3959 * cedet/semantic/ede-grammar.el (project-compile-target):
3960 (ede-proj-makefile-insert-variables):
3961 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
3962 (semantic-debug-set-source-location, semantic-debug-interface-layout)
3963 (semantic-debug-mode, semantic-debug):
3964 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
3965 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
3966 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
3967 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
3968 (semanticdb-find-translate-path-includes--internal)
3969 (semanticdb-reset-log, semanticdb-find-log-activity):
3970 * cedet/semantic/db-file.el (object-write):
3971 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
3972 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
3973 (semanticdb-create-ebrowse-database):
3974 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
3975 * cedet/semantic/complete.el (semantic-displayor-focus-request)
3976 (semantic-collector-calculate-completions-raw)
3977 (semantic-complete-read-tag-analyzer):
3978 * cedet/semantic/analyze.el (semantic-analyze-pulse):
3979 * cedet/ede/util.el (ede-update-version-in-source):
3980 * cedet/ede/proj.el (project-delete-target):
3981 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
3982 (ede-proj-flush-autoconf):
3983 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
3984 (ede-proj-configure-synchronize):
3985 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
3986 * cedet/ede/linux.el (ede-linux-version):
3987 * cedet/ede/emacs.el (ede-emacs-version):
3988 * cedet/ede/dired.el (ede-dired-add-to-target):
3989 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
3990 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
3991 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
3992 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
3993 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
3994 (cedet-idutils-version-check):
3995 * cedet/cedet-global.el (cedet-gnu-global-call):
3996 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
3997 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
3998 * cedet/cedet-cscope.el (cedet-cscope-call)
3999 (cedet-cscope-expand-filename, cedet-cscope-version-check):
4000 Use with-current-buffer.
4001 * cedet/ede.el (ede-make-project-local-variable)
4002 (ede-set-project-variables, ede-set): Use dolist.
4003
4004 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
4005
4006 * textmodes/ispell.el (ispell-skip-region-alist):
4007 * international/mule-conf.el (eight-bit):
4008 * international/fontset.el (font-encoding-alist):
4009 * startup.el (pure-space-overflow-message):
4010 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
4011 * paths.el (gnus-nntp-service, rmail-spool-directory)
4012 (term-file-prefix):
4013 * files.el (save-some-buffers-action-alist):
4014 * cmuscheme.el (same-window-buffer-names):
4015 * ielm.el (same-window-buffer-names):
4016 * shell.el (same-window-buffer-names):
4017 * mail/sendmail.el (same-window-buffer-names):
4018 * progmodes/inf-lisp.el (same-window-buffer-names):
4019 * bindings.el (mode-line-client)
4020 (mode-line-column-line-number-mode-map):
4021 * language/tibetan.el (tibetan-precomposition-rule-regexp)
4022 (tibetan-precomposed-regexp): Purecopy string arguments.
4023
4024 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4025
4026 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
4027 (calcDigit-nondigit):
4028 * calc/calc-yank.el (calc-copy-to-buffer):
4029 * calc/calc-units.el (calc-invalidate-units-table):
4030 * calc/calc-trail.el (calc-trail-yank):
4031 * calc/calc-store.el (calc-insert-variables):
4032 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
4033 * calc/calc-prog.el (calc-read-parse-table):
4034 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
4035 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
4036 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
4037 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
4038 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
4039 (calc-graph-name, calc-graph-find-command, calc-graph-view)
4040 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
4041 * calc/calc-ext.el (calc-realign):
4042 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
4043 (calc-embedded-finish-edit, calc-embedded-make-info)
4044 (calc-embedded-finish-command, calc-embedded-stack-change):
4045 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
4046
4047 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
4048 (overload-docstring-extension): Use that info.
4049 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
4050 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
4051 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
4052 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
4053 (semantic-nonterminal-full-name): Add the new `when' info.
4054 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
4055 `assert'.
4056
4057 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
4058 shell-dynamic-complete-filename in preference to
4059 comint-dynamic-complete-filename.
4060
4061 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4062 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
4063 Don't consider whether the display supports colors.
4064 (bookmark-import-new-list): Use dolist.
4065 (bookmark-bmenu-mode-map): Move initialization into declaration.
4066 (bookmark-bmenu-list): Use dolist, simplify.
4067 (bookmark-show-all-annotations): Use save-selected-window and dolist.
4068 (menu-bar-final-items): Use push.
4069
4070 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
4071
4072 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
4073 it works on remote files.
4074 (vc-hg-diff): Don't pass any `--cwd' argument.
4075
4076 2009-10-27 Kevin Ryde <user42@zip.com.au>
4077
4078 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
4079 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
4080 (Further to Bug#3921).
4081
4082 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
4083
4084 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
4085 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
4086 calling `tramp-imap-put-file'. Add file size to the call.
4087 (tramp-imap-get-file-entries): Compute also user name, file size,
4088 and date.
4089 (tramp-imap-handle-insert-directory): Insert uid and gid.
4090 (tramp-imap-handle-file-attributes): Transform uid and gid
4091 according to `id-format'.
4092 (tramp-imap-put-file): New optional parameter SIZE. Encode file
4093 size in header X-Size.
4094
4095 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
4096
4097 * simple.el (transpose-subr): Give clearer error when the mark
4098 is not set. (Bug#4807)
4099
4100 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
4101
4102 * net/tramp.el (tramp-perl-file-truename): New defconst.
4103 Perl code contributed by yary <not.com@gmail.com> (tiny change).
4104 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
4105 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
4106 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
4107
4108 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
4109 Ignore `dired-call-process'.
4110 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
4111
4112 2009-10-26 Julian Scheid <julians37@gmail.com>
4113
4114 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
4115 (tramp-get-remote-readlink): New defun.
4116 (tramp-handle-file-truename): Use it.
4117 (tramp-handle-file-exists-p): Check file-attributes cache, assume
4118 file exists if cache value present.
4119 (tramp-check-cached-permissions) New defun.
4120 (tramp-handle-file-readable-p): Use it.
4121 (tramp-handle-file-writable-p): Likewise.
4122 (tramp-handle-file-executable-p): Likewise.
4123 (tramp-handle-file-name-all-completions): Try using Perl to get
4124 partial completions. When perl not available, combine `cd' and
4125 `ls' into single remote operation and use shell expansion to get
4126 partial remote directory contents. Set `file-exists-p' cache for
4127 directory and any files returned by ls. Change cache handling to
4128 support partial directory contents. Use error message emitted by
4129 remote `cd' or Perl code for local tramp-error.
4130 (tramp-do-copy-or-rename-file-directly): Avoid separate
4131 tramp-send-command-and-check call.
4132 (tramp-handle-process-file): Merge three remote ops into one.
4133 Do not flush all caches when `process-file-side-effects' is set.
4134 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
4135 file-attributes shows uid/gid to be set already.
4136
4137 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
4138
4139 * textmodes/tex-mode.el (tex-dvi-view-command)
4140 (tex-show-queue-command, tex-open-quote):
4141 * progmodes/ruby-mode.el (auto-mode-alist)
4142 (interpreter-mode-alist): Purecopy strings.
4143
4144 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
4145
4146 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
4147 string for the hook, keymap and abbrev table.
4148
4149 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
4150
4151 * x-dnd.el (x-dnd-xdnd-to-action):
4152 * startup.el (fancy-startup-text, fancy-about-text): Change to
4153 defconst from defvar.
4154
4155 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
4156
4157 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
4158 Purecopy initialization strings.
4159
4160 * mail/sendmail.el (mail-header-separator)
4161 (mail-personal-alias-file):
4162 * mail/rmail.el (rmail-default-dont-reply-to-names)
4163 (rmail-ignored-headers, rmail-retry-ignored-headers)
4164 (rmail-highlighted-headers, rmail-secondary-file-directory)
4165 (rmail-secondary-file-regexp):
4166 * files.el (null-device, file-name-invalid-regexp)
4167 (locate-dominating-stop-dir-regexp)
4168 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
4169 (interpreter-mode-alist): Use mapcar instead of mapc.
4170
4171 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
4172
4173 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
4174 (completion-ignored-extensions):
4175 (debug-ignored-errors): Purecopy strings.
4176
4177 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4178
4179 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
4180 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
4181 (pcomplete--here): Use push.
4182
4183 * subr.el (all-completions): Declare the 4th arg obsolete.
4184
4185 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4186
4187 * pcomplete.el (pcomplete-unquote-argument-function): New var.
4188 (pcomplete-unquote-argument): New function.
4189 (pcomplete--common-suffix): Always pay attention to case.
4190 (pcomplete--table-subvert): Quote and unquote the text.
4191 (pcomplete--common-quoted-suffix): New function.
4192 (pcomplete-std-complete): Use it and pcomplete-begin.
4193
4194 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
4195 we're inside a dedicated or minibuffer window.
4196
4197 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4198
4199 * cedet/semantic/fw.el (semantic-alias-obsolete)
4200 (semantic-varalias-obsolete): Make the `when' arg mandatory.
4201 (define-mode-overload-implementation):
4202 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
4203 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
4204 * cedet/semantic/util.el (semantic-file-token-stream)
4205 (semantic-something-to-stream):
4206 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
4207 (semantic-expand-nonterminal):
4208 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
4209 (semantic-find-dependency, semantic-find-nonterminal)
4210 (semantic-find-dependency):
4211 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
4212 (semantic-flex-text, semantic-flex-make-keyword-table)
4213 (semantic-flex-keyword-p, semantic-flex-keyword-put)
4214 (semantic-flex-keyword-get, semantic-flex-map-keywords)
4215 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
4216 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
4217 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
4218 (semantic-after-idle-scheduler-reparse-hooks):
4219 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
4220 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
4221 * cedet/semantic.el (semantic-toplevel-bovine-table)
4222 (semantic-toplevel-bovine-cache)
4223 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
4224 (semantic-init-mode-hooks, semantic-init-db-hooks)
4225 (semantic-bovination-working-type): Provide the `when' arg.
4226
4227 2009-10-24 Karl Fogel <kfogel@red-bean.com>
4228
4229 * bookmark.el: Update documentation, especially documentation
4230 of `bookmark-alist' and of the bookmark file format.
4231 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
4232
4233 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
4234
4235 * mail/emacsbug.el (report-emacs-bug): Clarify that the
4236 keybindings apply to the mail buffer (Bug#4003). Shrink help
4237 window to buffer.
4238
4239 * whitespace.el (whitespace-mode, whitespace-newline-mode)
4240 (global-whitespace-mode, global-whitespace-newline-mode)
4241 (whitespace-toggle-options, global-whitespace-toggle-options):
4242 Doc fix (Bug#3660).
4243
4244 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
4245 of xmltok-start before the end tag was inserted (Bug#2840).
4246
4247 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
4248 patterns that are preceded by an open-paren (Bug#1320).
4249
4250 2009-10-24 Sven Joachim <svenjoac@gmx.de>
4251
4252 * files.el (delete-directory): Delete symlinks to directories with
4253 delete-file (Bug#4739).
4254
4255 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
4256
4257 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
4258 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
4259 argument to make-obsolete.
4260
4261 * cedet/semantic/fw.el (semantic-alias-obsolete)
4262 (semantic-varalias-obsolete): Add optional WHEN argument.
4263
4264 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
4265
4266 * vc.el (vc-backend-for-registration): Rename from
4267 vc-get-backend-for-registration. Update callers.
4268
4269 * international/mule-cmds.el (set-language-info-alist):
4270 Purecopy lang-env.
4271 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
4272 (charset): Purecopy the name.
4273 (define-char-code-property): Purecopy string arguments.
4274
4275 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
4276 Purecopy string arguments.
4277
4278 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4279 * ediff-hook.el (menu-bar-ediff-menu):
4280 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
4281 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
4282
4283 2009-10-24 Glenn Morris <rgm@gnu.org>
4284
4285 * comint.el (comint-dynamic-list-completions):
4286 * term.el (term-dynamic-list-completions): Use choose-completion rather
4287 than obsolete alias mouse-choose-completion.
4288
4289 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
4290 file-cache-choose-completion.
4291 (file-cache-choose-completion): Handle an optional event argument.
4292 (file-cache-mouse-choose-completion): Make it an obsolete alias.
4293
4294 * progmodes/octave-mod.el (octave-complete-symbol):
4295 Use choose-completion if mouse-choose-completion is ever removed.
4296
4297 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
4298 use.
4299
4300 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
4301 compiler.
4302
4303 * vc-hooks.el (vc-responsible-backend): Fix declaration.
4304
4305 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4306
4307 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
4308 Ignore `pred' now that we receive one.
4309 Handle test-completion specially.
4310
4311 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4312
4313 * vc.el (vc-responsible-backend): Throw an error if not backend is
4314 found. Remove the REGISTER argument. Move the code dealing with
4315 REGISTER ...
4316 (vc-get-backend-for-registration): ... here. New function.
4317 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
4318 of vc-responsible-backend, pass the file name instead of the
4319 directory name.
4320
4321 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4322
4323 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
4324 New funs.
4325 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
4326 (pcomplete-comint-setup): Don't modify a global var via
4327 accidental side-effects.
4328 (pcomplete-shell-setup): Adjust call accordingly.
4329 (pcomplete-parse-comint-arguments): Use push.
4330
4331 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
4332
4333 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
4334 Allow uncapitalized info node names (Bug#3921).
4335
4336 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
4337 to the DEBUG file (Bug#3781).
4338
4339 2009-10-23 Jari Aalto <jari.aalto@cante.net>
4340
4341 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
4342 dictionary entry (Bug#4579).
4343
4344 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
4345
4346 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
4347 from `rfn-eshadow-update-overlay-hook' when unloading.
4348 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
4349 "rsyncc". Adjust doc string.
4350 (tramp-temp-buffer-file-name) New buffer-local defvar.
4351 (tramp-handle-insert-file-contents, tramp-handle-write-region):
4352 Keep temporary file when indicated by method ("rsync" and
4353 "rsyncc").
4354 (tramp-handle-write-region): Handle APPEND.
4355 (tramp-delete-temp-file-function): New defun. Added to
4356 `kill-buffer-hook'.
4357
4358 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
4359
4360 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
4361
4362 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4363
4364 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
4365 (color-name-rgb-alist, tty-standard-colors)
4366 (tty-color-mode-alist): Change to defconst.
4367
4368 * simple.el (mark-inactive): Purecopy message.
4369
4370 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
4371 (global-map, yank-menu):
4372 * textmodes/ispell.el (ispell-menu-map):
4373 * net/eudc.el (eudc-tools-menu):
4374 * international/mule-cmds.el (describe-language-environment-map)
4375 (setup-language-environment-map, set-coding-system-map)
4376 (mule-menu-keymap):
4377 * vc-hooks.el (vc-menu-entry, vc-menu-map):
4378 * replace.el (occur-mode-map):
4379 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
4380
4381 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
4382
4383 * calc/calc.el (math-read-number, math-read-number-simple): Use
4384 `save-match-data'.
4385
4386 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4387
4388 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
4389 rather than fiddling with global-map bindings, since it should only
4390 affect per-terminal settings.
4391 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
4392
4393 * minibuffer.el (completion-table-with-terminator): Allow to specify
4394 the terminator-regexp.
4395
4396 * simple.el (switch-to-completions): Look for *Completions* in other
4397 frames as well.
4398
4399 * pcomplete.el: Allow the use of completion-tables.
4400 (pcomplete-std-complete): New command.
4401 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
4402 (pcomplete--here): Use a function for `form' rather than an expression,
4403 so it can be byte-compiled.
4404 (pcomplete-here, pcomplete-here*): Adjust accordingly.
4405 Add edebug declaration.
4406 (pcomplete-show-completions): Remove unused var `curbuf'.
4407 (pcomplete-do-complete, pcomplete-stub):
4408 Don't assume `completions' is a list of strings any more.
4409
4410 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
4411
4412 * find-dired.el (find-name-arg): Fix typo in docstring.
4413
4414 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4415
4416 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
4417 (pcmpl-linux-fs-types): Same, and update to new modules layout.
4418
4419 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
4420 pcomplete-entries.
4421
4422 * comint.el (comint-read-input-ring, comint-write-input-ring)
4423 (comint-substitute-in-file-name)
4424 (comint-dynamic-complete-as-filename)
4425 (comint-dynamic-simple-complete)
4426 (comint-dynamic-list-filename-completions)
4427 (comint-dynamic-list-completions)
4428 (comint-redirect-results-list-from-process): Minor simplifications.
4429
4430 2009-10-21 Kevin Ryde <user42@zip.com.au>
4431
4432 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4433 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
4434 the first form. And insert a blank line after ";;; Code" since
4435 that's usual style. (Bug#4612)
4436
4437 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
4438
4439 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4440
4441 * minibuffer.el (completion-table-with-terminator): Properly implement
4442 boundaries, in case `terminator' appears in the suffix.
4443 (completion--embedded-envvar-table): Don't return boundaries if
4444 there's no valid completion. Simplify.
4445 (completion-file-name-table): New completion table extracted from
4446 completion--file-name-table.
4447 (completion--file-name-table): Use it.
4448 (read-file-name-predicate): Declare obsolete.
4449 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
4450 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
4451 completion-file-name-table, and use the `pred' argument.
4452 * files.el (locate-file-completion-table): Use the `pred' arg rather
4453 than read-file-name-predicate.
4454 (abbreviate-file-name): Use \` rather than ^ for BOS.
4455
4456 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
4457
4458 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
4459 vc-responsible-backend to register, it causes problems.
4460
4461 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4462
4463 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
4464
4465 2009-10-21 Eric Ludlam <zappo@gnu.org>
4466
4467 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
4468 (semantic-c-debug-mode-init-pch): New functions.
4469 (semantic-c-debug-mode-init-last-mode): New var.
4470 (semantic-c-parse-lexical-token): Use them.
4471
4472 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
4473 When extracting the argument list, limit only by point-max.
4474
4475 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
4476
4477 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
4478 (tramp-smb-handle-file-attributes): Use it.
4479 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
4480 (tramp-smb-handle-insert-directory): Use `mapc' rather than
4481 `mapcar'. Use `tramp-smb-get-stat-capability'.
4482 Add `dired-filename' text properties.
4483 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
4484 (tramp-smb-maybe-open-connection): Simplify check for smbclient
4485 version.
4486
4487 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
4488
4489 * subr.el (read-key-delay): Reduce to 0.01.
4490 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
4491 (bug#4751).
4492
4493 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4494
4495 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
4496
4497 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
4498 (Info-menu): Remove unused vars `last' and `completions'.
4499 (Info-index-nodes): Remove unused var `node'.
4500
4501 * info.el (Info-complete-menu-item): Use complete-with-action.
4502
4503 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
4504
4505 Make vc-annotate work through copies and renames.
4506 * vc-annotate.el (vc-annotate-extract-revision-at-line):
4507 Return the file name too.
4508 (vc-annotate-revision-at-line)
4509 (vc-annotate-find-revision-at-line)
4510 (vc-annotate-revision-previous-to-line)
4511 (vc-annotate-show-log-revision-at-line): Update to get the file
4512 name from vc-annotate-extract-revision-at-line.
4513 (vc-annotate-show-diff-revision-at-line-internal): Change the
4514 argument to mean whether to show a file diff or not. Get the file
4515 name from vc-annotate-extract-revision-at-line.
4516 (vc-annotate-show-diff-revision-at-line):
4517 Update vc-annotate-show-diff-revision-at-line call.
4518 (vc-annotate-warp-revision): Add an optional file argument.
4519
4520 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
4521 (vc-git-annotate-extract-revision-at-line): Also return the file
4522 name if found.
4523
4524 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
4525 command. Remove unused code.
4526 (vc-hg-annotate-re): Update to match --follow output.
4527 (vc-hg-annotate-extract-revision-at-line): Also return the file
4528 name if found.
4529
4530 * vc.el: Update annotate-extract-revision-at-line documentation.
4531
4532 2009-10-18 Kevin Ryde <user42@zip.com.au>
4533
4534 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
4535 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
4536
4537 * net/browse-url.el (browse-url): Identify alist with "consp and
4538 not functionp" and let all other things go down the `apply' leg,
4539 as suggested by Stefan. (Further to bug#4531.)
4540
4541 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
4542
4543 * minibuffer.el (read-file-name): Check for repeat before putting
4544 a default argument in file-name-history (Bug#4657).
4545
4546 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
4547 read syntax (Bug#4737).
4548
4549 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
4550
4551 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
4552
4553 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
4554 (html-tag-alist, html-tag-help): Add descriptions for undocumented
4555 entries and make note of obsolete tags.
4556
4557 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4558
4559 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
4560
4561 2009-10-18 Glenn Morris <rgm@gnu.org>
4562
4563 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
4564 grep, so that binary files (eg international/uni-bidi.el) can match.
4565 Remove test for "UnicodeData" files, since it is hopefully unnecessary
4566 now, and in any case the file header format has changed.
4567
4568 2009-10-17 Glenn Morris <rgm@gnu.org>
4569
4570 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
4571 (flyspell-get-word, flyspell-large-region)
4572 (flyspell-auto-correct-previous-word): Doc/error message fixes.
4573
4574 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
4575
4576 * Makefile.in (ELCFILES): Add ede/shell.
4577
4578 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
4579
4580 * term/common-win.el (x-colors): Purecopy it.
4581
4582 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4583
4584 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
4585 permissive for when the buffer is empty.
4586 (tar-header-block-tokenize): Decode the username and groupname.
4587 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
4588
4589 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
4590
4591 * cedet/srecode/srt.el:
4592 * cedet/srecode/compile.el:
4593 * cedet/semantic/mru-bookmark.el:
4594 * cedet/semantic/debug.el:
4595 * cedet/semantic/complete.el:
4596 * cedet/semantic/analyze.el: Require CL when compiling.
4597
4598 2009-10-17 Eric Ludlam <zappo@gnu.org>
4599
4600 * cedet/semantic/scope.el
4601 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
4602 tmpscope so that the regular scope will continue to work.
4603
4604 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
4605 Use semantic-idle-summary-highlight-face as the highlighting.
4606
4607 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
4608 contains multibyte characters, choose first applicable coding
4609 system automatically.
4610
4611 * cedet/ede/project-am.el (project-run-target): New method.
4612 (project-run-target): New method.
4613
4614 * cedet/ede.el (ede-target): Add run target menu item.
4615 (ede-project, ede-minor-keymap): Add ede-run-target binding.
4616 (ede-run-target): New function.
4617 (ede-target::project-run-target): New method.
4618
4619 * cedet/ede/proj.el (project-run-target): New method.
4620
4621 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
4622 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
4623 Add :rules.
4624 (ede-proj-target-makefile-shared-object): Only libtool compilers
4625 now available. Add linkers for libtool.
4626 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
4627 (ede-proj-makefile-target-name): Always use .la extension.
4628
4629 * cedet/ede/proj-prog.el (project-run-target): New method.
4630
4631 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
4632 (ede-g++-linker): Change Change link lines.
4633
4634 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
4635 When searching for old variables, go to the end of the buffer and
4636 search backward from there.
4637 (ede-proj-makefile-automake-insert-subdirs)
4638 (ede-proj-makefile-automake-insert-extradist): New methods.
4639 (ede-proj-makefile-create): Use them.
4640
4641 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
4642 Force FILE to expand to the current target. Use file-exists-p to
4643 check that it exists.
4644
4645 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
4646 (ede-linux-load): Wrap dir in file-name-as-directory.
4647 Set :version slot.
4648
4649 * cedet/ede/files.el (ede-get-locator-object): When enabling
4650 locate, do so on "top".
4651
4652 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
4653 file-name-as-directory during compare.
4654 (ede-emacs-version): Return Emacs/XEmacs differentiator.
4655 Get version number from different places. Don't call egrep.
4656 (ede-emacs-load): Set :version slot. Call file-name-as-directory
4657 to set the directory.
4658
4659 * cedet/ede/shell.el: New file.
4660
4661 * cedet/inversion.el (inversion-decoders): Allow for stray . in
4662 alpha/beta variants.
4663
4664 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4665
4666 * international/mule-cmds.el (select-safe-coding-system): If the file
4667 has a coding cookie, use it regardless of any other setting (bug#4712).
4668
4669 2009-10-17 Glenn Morris <rgm@gnu.org>
4670
4671 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
4672 All errors should have messages.
4673
4674 * foldout.el (foldout-mouse-swallow-events):
4675 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
4676
4677 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
4678 (dired-keep-marker-copy, dired-keep-marker-hardlink)
4679 (dired-keep-marker-symlink, dired-dwim-target)
4680 (dired-copy-preserve-time): Do not autoload these defcustoms.
4681
4682 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
4683 messages from messing up the file coding. (Bug#4623)
4684
4685 2009-10-17 Jari Aalto <jari.aalto@cante.net>
4686
4687 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
4688 if no match is found for the current dictionary. (Bug#4578)
4689
4690 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
4691 optional, since that is how it is documented, and this is often called
4692 with a nil argument. (Bug#4577)
4693 (flyspell-external-point-words, flyspell-auto-correct-word)
4694 (flyspell-correct-word-before-point, flyspell-word-search-forward)
4695 (flyspell-word-search-backward): Remove nil argument in calls to
4696 flyspell-get-word, since it is not needed now.
4697
4698 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
4699
4700 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
4701
4702 2009-10-16 Glenn Morris <rgm@gnu.org>
4703
4704 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
4705
4706 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4707
4708 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
4709 (ange-ftp-file-size): New function.
4710 (ange-ftp-file-attributes): Use it.
4711
4712 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
4713
4714 * net/tramp-smb.el (tramp-smb-version): New defvar.
4715 (tramp-smb-maybe-open-connection): Use it, in order to avoid
4716 repeated checks.
4717
4718 2009-10-16 Glenn Morris <rgm@gnu.org>
4719
4720 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
4721 Maybe copy some custom properties from old to new name. (Bug#4706)
4722
4723 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
4724
4725 * subr.el (error, sit-for, start-process-shell-command)
4726 (start-file-process-shell-command): Set the calling convention
4727 after the function definition.
4728
4729 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
4730
4731 * subr.el (error, sit-for, start-process-shell-command)
4732 (start-file-process-shell-command): Use the new
4733 set-advertised-calling-convention feature.
4734
4735 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
4736
4737 * international/ucs-normalize.el (ucs-normalize-version):
4738 Change to 1.2.
4739 (check-range): Adjust for Unicode 5.2.
4740
4741 2009-10-15 Juri Linkov <juri@jurta.org>
4742
4743 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
4744 to the `menu-item' format.
4745
4746 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
4747
4748 * net/tramp.el (tramp-replace-environment-variables): Do not fail
4749 if the environment variable does not exist.
4750
4751 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
4752 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
4753 parameter.
4754 (tramp-smb-handle-add-name-to-file)
4755 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
4756 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
4757 (tramp-smb-handle-file-attributes)
4758 (tramp-smb-do-file-attributes-with-stat)
4759 (tramp-smb-handle-file-local-copy)
4760 (tramp-smb-handle-insert-directory)
4761 (tramp-smb-handle-make-directory)
4762 (tramp-smb-handle-make-directory-internal)
4763 (tramp-smb-handle-make-symbolic-link)
4764 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
4765 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
4766 (tramp-smb-maybe-open-connection): Apply the changed parameters.
4767 (tramp-smb-read-file-entry): Read Disk names in compressed format.
4768 Handle long file names.
4769 (tramp-smb-get-cifs-capabilities): Check, whether the connection
4770 process is running.
4771 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
4772 Read share names with "-g" option.
4773
4774 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
4775
4776 * net/rcirc.el (rcirc-view-log-file): New command.
4777 (rcirc-track-minor-mode-map): Remove C-c ` binding.
4778 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
4779 specified.
4780
4781 2009-10-15 Glenn Morris <rgm@gnu.org>
4782
4783 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
4784 from the second command-line argument.
4785 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
4786 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
4787 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
4788 w32-batch-update-autoloads.
4789 * emacs-lisp/autoload.el (autoload-make-program): New variable.
4790 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
4791
4792 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
4793 the headers cannot be located. Simplify, subtracting superflous
4794 save-excursions.
4795
4796 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
4797
4798 Replace completion-base-size by completion-base-position to fix bugs
4799 such as (bug#4699).
4800 * simple.el (completion-base-position): New var.
4801 (completion-base-size): Mark as obsolete.
4802 (choose-completion): Make it work for mouse events as well.
4803 Pass the new base-position to choose-completion-string.
4804 (choose-completion-guess-base-position): New function, extracted from
4805 choose-completion-delete-max-match.
4806 (choose-completion-delete-max-match): Use it. Make obsolete.
4807 (choose-completion-string): Use the new base-position info.
4808 (completion-root-regexp): Delete.
4809 (completion-setup-function): Preserve completion-base-position.
4810 Eliminate obsolete base-size manipulation.
4811 * minibuffer.el (display-completion-list): Don't mess with base-size.
4812 (minibuffer-completion-help): Set completion-base-position instead.
4813 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
4814 choose-completion.
4815 * textmodes/bibtex.el (bibtex-complete):
4816 * emacs-lisp/crm.el (crm--choose-completion-string):
4817 Adjust to new calling convention.
4818 * complete.el (partial-completion-mode): Use minibufferp to avoid
4819 bumping into incompatible change to choose-completion-string-functions.
4820 * ido.el (ido-choose-completion-string): Make its calling convention
4821 more permissive.
4822 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
4823 base-size manipulation.
4824 (comint-dynamic-list-input-ring): Use dotimes and push.
4825 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
4826 fundamental-mode. Use `or'.
4827
4828 2009-10-14 Juri Linkov <juri@jurta.org>
4829
4830 * misearch.el (multi-isearch-next-buffer-from-list)
4831 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
4832
4833 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
4834
4835 * Makefile.in (compile-onefile): Load `bytecomp' rather than
4836 `bytecomp.el'.
4837
4838 * minibuffer.el (completion-pcm--merge-completions): Make sure the
4839 string we return is all made up of text from the completions rather
4840 than part from the completions and part from the input (bug#4219).
4841
4842 * ido.el (ido-everywhere): Use define-minor-mode.
4843
4844 * buff-menu.el (list-buffers, ctl-x-map):
4845 Mark the entry points with ;;;###autoload cookies.
4846
4847 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
4848
4849 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
4850 correctly in the detached head case.
4851 (vc-git-print-log): Remove unused binding.
4852
4853 * vc.el (vc-responsible-backend): When a directory is passed for
4854 for registration create a VC repository if no backend is
4855 responsible for the directory argument.
4856 (vc-deduce-fileset): Tell vc-responsible-backend to register.
4857
4858 * vc.el: Move comments about RCS and SCCS ...
4859 * vc-rcs.el:
4860 * vc-sccs.el: ... here, respectively.
4861
4862 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
4863
4864 * minibuffer.el (completion--file-name-table): Return nil if there's
4865 no file completion, even if substitute-in-file-name changed
4866 the string (bug#4708).
4867
4868 2009-10-13 Juri Linkov <juri@jurta.org>
4869
4870 * files-x.el (read-file-local-variable-value): Don't filter out
4871 minor modes from mode name completion (bug#4664).
4872
4873 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
4874
4875 * international/mule-cmds.el (ucs-names): Remove exclusion of
4876 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
4877
4878 2009-10-13 Kenichi Handa <handa@m17n.org>
4879
4880 * international/uni-name.el: Regenerated.
4881
4882 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
4883
4884 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
4885 should be automatically buffer-local, but isn't.)
4886
4887 2009-10-12 Sam Steingold <sds@gnu.org>
4888
4889 * progmodes/compile.el (compilation-next-error-function): Fix the
4890 timestamps if the buffer has been visited before.
4891 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
4892 non-anchored patterns, like the perl one (bug#3928).
4893
4894 2009-10-12 Glenn Morris <rgm@gnu.org>
4895
4896 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
4897 Let-bind `size'.
4898
4899 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
4900
4901 * proced.el (proced-unload-function): New function.
4902
4903 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
4904 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
4905 Doc fix.
4906
4907 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
4908
4909 2009-10-11 Juri Linkov <juri@jurta.org>
4910
4911 * files-x.el (read-file-local-variable-value):
4912 Provide default value only for bound variables (bug#4664).
4913
4914 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
4915
4916 * net/tramp.el (tramp-local-host-p): Function shall return nil for
4917 connection methods like smb.
4918
4919 * net/tramp-cache.el (tramp-flush-connection-property): The hash
4920 can be empty.
4921
4922 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
4923 (tramp-smb-file-name-handler-alist): Add handlers for
4924 `add-name-to-file', `make-symbolic-link'.
4925 (tramp-smb-handle-add-name-to-file)
4926 (tramp-smb-do-file-attributes-with-stat)
4927 (tramp-smb-handle-make-symbolic-link)
4928 (tramp-smb-get-cifs-capabilities): New defuns.
4929 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
4930 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
4931 (tramp-smb-handle-file-local-copy)
4932 (tramp-smb-handle-make-directory-internal)
4933 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
4934 The file name syntax depends on cifs capabilities.
4935 (tramp-smb-handle-file-attributes):
4936 Call `tramp-smb-do-file-attributes-with-stat' if possible.
4937 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
4938 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
4939
4940 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
4941
4942 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
4943 (eieio-defclass): Apply deftype handler and setf-method properties
4944 directly.
4945 (eieio-add-new-slot): Avoid union function from cl library.
4946 (eieio--typep): New function.
4947 (eieio-perform-slot-validation): Use it.
4948
4949 2009-10-10 Karl Fogel <kfogel@red-bean.com>
4950
4951 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
4952 Update documentation to refer to the variables documented in r1.135.
4953 (Bug#4188)
4954
4955 2009-10-10 Karl Fogel <kfogel@red-bean.com>
4956
4957 * bookmark.el (Info-suffix-list): Remove this unused variable.
4958 (bookmark-current-point): Remove this obsolete variable.
4959 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
4960 Adjust for removal of bookmark-current-point.
4961
4962 (bookmarks-already-loaded, bookmark-current-buffer)
4963 (bookmark-yank-point): Document. (Bug#4188)
4964
4965 2009-10-10 Glenn Morris <rgm@gnu.org>
4966
4967 * frame.el (frame-height): Doc fix.
4968
4969 * calendar/calendar.el (calendar-split-width-threshold): New option.
4970 (calendar-basic-setup): Use calendar-split-width-threshold.
4971
4972 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
4973
4974 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
4975 Use .la for Automake.
4976
4977 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
4978
4979 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
4980 Use "autoreconf -i". Suggested by Andreas Schwab.
4981
4982 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
4983
4984 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
4985 Ideographic Supplement" range (U+1F200..U+1F2FF).
4986
4987 2009-10-09 Karl Fogel <kfogel@red-bean.com>
4988
4989 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
4990 since the list will have been rebuilt anyway. (Bug#4349)
4991
4992 2009-10-09 Karl Fogel <kfogel@red-bean.com>
4993
4994 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
4995 (bookmark-bmenu-execute-deletions): Don't save here, as
4996 bookmark-delete will now do so if necessary.
4997 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
4998 (Bug#4348)
4999
5000 2009-10-09 Glenn Morris <rgm@gnu.org>
5001
5002 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
5003
5004 2009-10-09 Karl Fogel <kfogel@red-bean.com>
5005
5006 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
5007 (bookmark-jump-other-window): Just invoke bookmark-jump with new
5008 argument now, so the two function's behaviors will match. (Bug#3645)
5009
5010 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
5011
5012 * cedet/ede/proj.el (project-make-dist, project-compile-project):
5013 Fix filename test.
5014 (ede-proj-dist-makefile): Use expand-file-name instead of concat
5015 to expand file names.
5016
5017 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
5018
5019 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
5020 (tramp-file-name-real-host, tramp-file-name-port):
5021 Apply `save-match-data'.
5022
5023 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
5024 case both directories are remote.
5025 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
5026 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
5027
5028 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
5029
5030 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
5031 (ede-proj-target-makefile-objectcode): Use it.
5032
5033 * cedet/ede/source.el (ede-want-any-source-files-p)
5034 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
5035 Return search result. This error was introduced while merging.
5036
5037 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
5038
5039 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
5040
5041 2009-10-07 Glenn Morris <rgm@gnu.org>
5042
5043 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
5044 of concat.
5045
5046 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5047
5048 * files-x.el (read-file-local-variable): Include some
5049 non-user-variables in the completion table (bug#4664).
5050
5051 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
5052
5053 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
5054 message.
5055
5056 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5057 (tramp-smb-file-name-handler-alist): Add handler for
5058 `copy-directory', `expand-file-name', `set-file-modes'.
5059 (tramp-smb-handle-copy-directory)
5060 (tramp-smb-handle-expand-file-name)
5061 (tramp-smb-handle-set-file-modes): New defuns.
5062 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
5063 (tramp-smb-handle-file-attributes): Simplify check for retrieving
5064 entry.
5065 (tramp-smb-handle-insert-directory): Don't flush the cache.
5066 (tramp-smb-maybe-open-connection): Check for samba client and
5067 server versions.
5068
5069 2009-10-07 Eli Zaretskii <eliz@gnu.org>
5070
5071 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
5072 to not error out of search for "^lisp=" fails.
5073
5074 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
5075
5076 * makefile.w32-in (WINS_UPDATES): New macro.
5077 (custom-deps, finder-data, autoloads): Use it.
5078
5079 2009-10-07 Glenn Morris <rgm@gnu.org>
5080
5081 * Makefile.in (autoloads): Revert previous change.
5082 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
5083 the list of preloaded files passed on the command-line, get
5084 it from src/Makefile.
5085
5086 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
5087 show the original buffer rather than a random one.
5088
5089 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
5090
5091 * help.el (describe-no-warranty): Place point in a slightly better
5092 position in the GPLv3 text.
5093
5094 2009-10-06 Sam Steingold <sds@gnu.org>
5095
5096 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
5097 the comm attribute is present before calling regexp-quote.
5098
5099 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
5100
5101 * play/animate.el (animate-string): For good effect, make sure
5102 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
5103
5104 * play/animate.el (animate-sequence, animate-birthday-present):
5105 * misc.el (butterfly): Don't set `indent-tabs-mode'.
5106
5107 2009-10-06 Glenn Morris <rgm@gnu.org>
5108
5109 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
5110
5111 * emacs-lisp/autoload.el (autoload-excludes): New variable.
5112 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
5113 (batch-update-autoloads): Process a string value of autoload-excludes,
5114 set during the build process.
5115 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
5116
5117 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
5118 inside with-parsed... macro so that `v' is defined.
5119
5120 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
5121 * progmodes/fortran.el (fortran-end-of-block)
5122 (fortran-beginning-of-block):
5123 Also push mark in the macro case.
5124
5125 * emerge.el (emerge-show-file-name):
5126 * calc/calc.el (calc-quit):
5127 * calc/calc-misc.el (calc-big-or-small):
5128 * calc/calc-graph.el (calc-graph-view):
5129 * calc/calc-ext.el (calc-reset):
5130 * calendar/calendar.el (calendar-basic-setup):
5131 Use window-full-height-p.
5132
5133 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
5134 header we don't understand, don't insert another. (Bug#4624)
5135 If changing mime charset, insert the new one in the right place.
5136
5137 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
5138
5139 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
5140 (cal-tex-cursor-month): Correctly increment the end date for diary and
5141 holiday listing. (Bug#4626)
5142
5143 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5144
5145 * help-fns.el (describe-function-1): Don't burp if the function is not
5146 a symbol.
5147
5148 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
5149
5150 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
5151 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
5152 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
5153 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
5154
5155 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
5156 (eieio-default-superclass): Reflow docstrings.
5157 (this, class-option-assoc, defclass, eieio-class-un-autoload)
5158 (eieio-unbind-method-implementations, defmethod)
5159 (eieio-validate-slot-value, eieio-validate-class-slot-value)
5160 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
5161 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
5162 (eieio-slot-originating-class-p, eieio-slot-name-index)
5163 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
5164 (constructor, initialize-instance, no-next-method, object-print)
5165 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
5166 Fix typos in docstrings.
5167 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
5168 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
5169 (next-method-p): Doc fixes.
5170 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
5171 Fix typos in error messages.
5172 (eieio-defmethod): Fix typo in description of generic method.
5173
5174 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
5175 (eieio-persistent-save-interactive, slot-missing):
5176 Fix typos in docstrings.
5177 (eieio-instance-inheritor-slot-boundp): Doc fix.
5178
5179 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
5180 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
5181
5182 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
5183 (eieio-custom-object-apply-reset):
5184 Fix typos in docstrings and error messages.
5185
5186 * emacs-lisp/eieio-datadebug.el (data-debug-show):
5187 Fix typo in docstring.
5188
5189 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
5190 (eieio-browse-tree): Doc fix.
5191 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
5192 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
5193 Fix typos in docstrings.
5194
5195 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
5196 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
5197 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
5198 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
5199 Reflow docstrings.
5200
5201 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
5202
5203 * vc-hg.el (log-view-vc-backend): Declare for compiler.
5204 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
5205 Set log-view-vc-backend so that diff can work.
5206
5207 * log-view.el (log-view-diff): Use vc-diff-internal instead of
5208 vc-version-diff.
5209 (vc-diff-internal): Autoload this instead of vc-version-diff.
5210
5211 2009-10-05 Eli Zaretskii <eliz@gnu.org>
5212
5213 * simple.el (eval-expression): Doc fix.
5214
5215 * progmodes/cwarn.el (cwarn-mode): Doc fix.
5216
5217 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
5218
5219 * files.el (directory-files-no-dot-files-regexp): New defconst.
5220 (delete-directory): Use it.
5221 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
5222
5223 * net/tramp.el (tramp-verbose): Fix docstring.
5224 (tramp-methods): Add recursive option to `tramp-copy-args'.
5225 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
5226 "scp1_old", "scp2_old", "rsync", "rsyncc".
5227 (tramp-default-method): Check also for `auth-source-user-or-password'.
5228 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
5229 Add handler for `copy-directory'.
5230 (tramp-handle-copy-directory): New defun.
5231 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
5232 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
5233 Optimize sent command.
5234
5235 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5236
5237 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
5238 window if necessary.
5239
5240 * calendar/calendar.el (calendar-basic-setup): Don't call
5241 switch-to-buffer in a dedicated window.
5242
5243 2009-10-05 Karl Fogel <kfogel@red-bean.com>
5244
5245 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
5246 don't do anything related to relocating, just return nil.
5247 (bookmark-error-no-filename): New error.
5248 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
5249 bookmark has no file. Don't even attempt to handle things that
5250 are not files; the whole point of custom handlers is to keep that
5251 knowledge elsewhere anyway. Tighten some comments.
5252 (bookmark-file-or-variation-thereof): Remove now-unused function.
5253 (bookmark-location): Doc string fix.
5254 (Bug#4250)
5255
5256 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5257
5258 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
5259 don't use a file dialog, because they usually don't know how to read
5260 a directory target from the user. (Bug#4230)
5261 Also, make sure the prompt can display directories as well as files.
5262
5263 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5264
5265 * bookmark.el (bookmark-set, bookmark-buffer-name):
5266 Improve doc strings. (Bug#1193)
5267
5268 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5269
5270 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
5271 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
5272 (bookmark-get-annotation, bookmark-set-annotation)
5273 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
5274 (bookmark-set-position, bookmark-get-front-context-string)
5275 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
5276 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
5277 (bookmark-jump-other-window, bookmark-handle-bookmark)
5278 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
5279 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
5280 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
5281 Improve doc strings to say whether bookmark can be a string or
5282 a record or both, and make other consistency and clarity fixes.
5283 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
5284 (bookmark-default-annotation-text, bookmark-yank-word)
5285 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
5286 (bookmark-import-new-list, bookmark-maybe-rename)
5287 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
5288 (bookmark-bmenu-bookmark): Give these doc strings.
5289 (bookmark-bmenu-check-position): Give this a doc string, but also
5290 add a FIXME comment about how the function may be pointless.
5291 (bookmark-default-handler): Rework doc string and change a
5292 parameter name, to clarify that this takes a bookmark record
5293 not a bookmark name.
5294 (bookmark-set): Change a parameter name to indicate its meaning,
5295 and improve the doc string a bit.
5296 (Bug#4188)
5297
5298 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5299
5300 * bookmark.el (bookmark-alist): Document the new `handler' element
5301 in the param alist.
5302 (bookmark-make-record-function): Adjust documentation for above.
5303 (Bug#4193)
5304
5305 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5306
5307 * info.el (Info-bookmark-make-record): Document this function.
5308 (Info-bookmark-jump): Document with a doc string, not just a comment.
5309 (Bug#4203)
5310
5311 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
5312
5313 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
5314 (semantic-new-buffer-fcn): Call parser setup functions here.
5315 (semantic-mode): Don't call parser setup functions here, it's done
5316 in semantic-new-buffer-fcn now.
5317 (semantic-mode): Parse all existing buffers when enabled.
5318
5319 * cedet/srecode/compile.el (srecode-compile-file):
5320 Call semantic-new-buffer-fcn if the buffer has not been parsed.
5321
5322 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
5323
5324 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
5325
5326 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
5327 (proj-comp-insert-variable-once): New macro, renamed from
5328 ede-pmake-insert-variable-once in ede/pmake.edl.
5329 (ede-proj-makefile-insert-variables): Use it.
5330
5331 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
5332
5333 * files.el (copy-directory): New defun.
5334
5335 * dired-aux.el (dired-copy-file-recursive): Use it.
5336
5337 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
5338
5339 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
5340 (makefile-end-of-command):
5341 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
5342 (semantic-end-of-context): Fix previous change. Doc fixes.
5343
5344 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
5345
5346 * files-x.el (modify-dir-local-variable)
5347 (copy-dir-locals-to-file-locals-prop-line):
5348 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
5349 (makefile-end-of-command):
5350 * cedet/semantic/lex.el (semantic-lex-token):
5351 * cedet/semantic/analyze/fcn.el
5352 (semantic-analyze-dereference-metatype-1):
5353 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
5354 (semantic-lex-cpp-undef):
5355 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
5356 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
5357 (semantic-end-of-context): Fix typos in docstrings.
5358
5359 * recentf.el (recentf-unload-function): New function.
5360
5361 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
5362
5363 * cedet/ede.el (ede-project-placeholder-cache-file):
5364 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
5365 * cedet/srecode/map.el (srecode-map-save-file):
5366 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
5367
5368 2009-10-04 Glenn Morris <rgm@gnu.org>
5369
5370 * window.el (window-full-height-p): Add doc string.
5371
5372 2009-10-04 Martin Rudalics <rudalics@gmx.at>
5373
5374 * window.el (window-full-height-p): New function. (Bug#4543)
5375
5376 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
5377
5378 * cedet/srecode/insert.el: Require srecode/args.
5379
5380 * cedet/srecode/args.el: Require srecode/dictionary instead of
5381 srecode/insert.
5382
5383 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
5384
5385 * files.el (auto-mode-alist): Add .srt and Project.ede.
5386
5387 * cedet/semantic.el (semantic-mode):
5388 Handle srecode-template-mode-hook as well.
5389 (semantic-mode): Use js-mode-hook for Javascript hook.
5390
5391 * cedet/srecode/template.el: Remove hook variable.
5392
5393 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
5394
5395 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
5396 projects exist.
5397 (ede-project-placeholder-cache-file): Default to a file in
5398 user-emacs-directory.
5399
5400 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
5401 templates in data-directory.
5402 (srecode-map-save-file): Default to a file in user-emacs-directory.
5403
5404 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
5405 directory.
5406
5407 2009-09-30 Eric Ludlam <zappo@gnu.org>
5408
5409 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
5410 Doc fix.
5411
5412 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
5413 Only insert each variable once.
5414
5415 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
5416 (ede-pmake-insert-variable-shared): Use it.
5417
5418 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
5419 for lexical table iff table is nil.
5420
5421 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5422
5423 * vc.el: Remove commented out code.
5424 (vc-derived-from-dir-mode): Remove, unused.
5425 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
5426
5427 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
5428
5429 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
5430 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
5431 there could be recursive loading when `default-directory' is a
5432 remote file name. (Bug#4614)
5433
5434 2009-10-03 Glenn Morris <rgm@gnu.org>
5435
5436 * calendar/calendar.el (calendar-basic-setup): Handle the case where
5437 the frame is wide.
5438 (calendar-generate-window): Test for shrinkability rather than width.
5439
5440 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
5441 declaration, currently false.
5442
5443 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
5444 reusing existing buffers, in case we happen to visit two files with the
5445 same basename. (Bug#4593)
5446
5447 2009-10-02 Eli Zaretskii <eliz@gnu.org>
5448
5449 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
5450 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
5451 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
5452 subdirs of cedet as well.
5453 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
5454
5455 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
5456
5457 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
5458 Obey advertised-signature-table.
5459
5460 * help-fns.el (help-function-arglist): Don't check
5461 advertised-signature-table.
5462 (describe-function-1): Do it here instead so it also applies to subrs.
5463
5464 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
5465
5466 * simple.el (start-file-process): Say in the doc-string, that file
5467 handlers might not support pty association, if PROGRAM is nil.
5468
5469 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
5470 HOST and USER are strings. They are nil, when there are
5471 incomplete entries in ~/.netrc, for example.
5472 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
5473 root directory ("device busy" error otherwise).
5474
5475 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
5476 Flush file properties of created directory.
5477
5478 2009-10-02 Eli Zaretskii <eliz@gnu.org>
5479
5480 * makefile.w32-in (WINS_BASIC): Remove cedet.
5481 (WINS_CEDET): Add cedet.
5482 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
5483
5484 2009-10-02 Kevin Ryde <user42@zip.com.au>
5485
5486 * net/browse-url.el (browse-url): Pass any symbol in
5487 browse-url-browser-function to `apply', since if you've mistakenly put
5488 an unbound symbol then the error is clearer. (Bug#4531)
5489
5490 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
5491
5492 * allout.el (allout-init, allout-back-to-current-heading)
5493 (allout-beginning-of-current-entry, allout-ascend-to-depth)
5494 (allout-ascend, allout-up-current-level, allout-end-of-level)
5495 (allout-previous-visible-heading, allout-forward-current-level)
5496 (allout-backward-current-level, allout-show-children):
5497 * apropos.el (apropos-describe-plist):
5498 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
5499 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
5500 * completion.el (add-completion, add-permanent-completion):
5501 * descr-text.el (describe-text-category, describe-char):
5502 * desktop.el (desktop-lazy-abort):
5503 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
5504 * dired.el (dired-build-subdir-alist):
5505 * ediff.el (ediff-version):
5506 * elide-head.el (elide-head, elide-head-show):
5507 * emerge.el (emerge-version):
5508 * env.el (getenv):
5509 * face-remap.el (variable-pitch-mode):
5510 * faces.el (describe-face):
5511 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
5512 (dired-at-point):
5513 * files.el (find-file-existing, auto-save-mode):
5514 * font-lock.el (font-lock-fontify-buffer):
5515 * help-fns.el (describe-function, describe-variable)
5516 (describe-syntax, describe-categories):
5517 * help.el (view-lossage, describe-bindings, describe-key)
5518 (describe-mode):
5519 * hexl.el (hexl-current-address):
5520 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
5521 * info.el (Info-goto-emacs-key-command-node):
5522 * log-edit.el (log-edit-insert-cvs-template)
5523 (log-edit-insert-cvs-rcstemplate):
5524 * menu-bar.el (menu-bar-mode):
5525 * mouse.el (mouse-appearance-menu):
5526 * newcomment.el (comment-indent-new-line):
5527 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
5528 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5529 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
5530 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
5531 * recentf.el (recentf-mode):
5532 * savehist.el (savehist-mode, savehist-save):
5533 * shadowfile.el (shadow-copy-files):
5534 * simple.el (kill-ring-save, next-line, previous-line)
5535 (normal-erase-is-backspace-mode):
5536 * strokes.el (strokes-update-window-configuration)
5537 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
5538 (strokes-xpm-for-stroke):
5539 * time.el (emacs-uptime, emacs-init-time):
5540 * tutorial.el (tutorial--describe-nonstandard-key)
5541 (tutorial--detailed-help):
5542 * type-break.el (type-break-mode)
5543 (type-break-mode-line-message-mode, type-break-query-mode)
5544 (type-break-guesstimate-keystroke-threshold):
5545 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
5546 * version.el (emacs-version):
5547 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
5548 * winner.el (winner-mode):
5549 * calendar/timeclock.el (timeclock-in, timeclock-out)
5550 (timeclock-status-string, timeclock-change)
5551 (timeclock-workday-remaining-string)
5552 (timeclock-workday-elapsed-string)
5553 (timeclock-when-to-leave-string):
5554 * calendar/todo-mode.el (todo-add-category):
5555 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
5556 * emacs-lisp/autoload.el (update-file-autoloads):
5557 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
5558 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
5559 (checkdoc-message-text, checkdoc-defun):
5560 * emacs-lisp/debug.el (debugger-list-functions):
5561 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5562 * emacs-lisp/eieio-opt.el (eieio-describe-class)
5563 (eieio-describe-generic):
5564 * emacs-lisp/lisp-mnt.el (lm-synopsis):
5565 * emacs-lisp/shadow.el (list-load-path-shadows):
5566 * emulation/cua-base.el (cua-mode):
5567 * emulation/edt.el (edt-set-scroll-margins):
5568 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
5569 (tpu-toggle-regexp, tpu-toggle-search-direction)
5570 (tpu-toggle-rectangle, tpu-toggle-control-keys):
5571 * emulation/tpu-extras.el (tpu-set-scroll-margins):
5572 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
5573 (viper-set-parsing-style-toggling-macro)
5574 (viper-set-emacs-state-searchstyle-macros):
5575 * emulation/viper.el (viper-set-hooks):
5576 * eshell/esh-mode.el (eshell-truncate-buffer):
5577 * international/mule-cmds.el (prefer-coding-system)
5578 (describe-input-method, describe-language-environment):
5579 * international/mule-diag.el (list-character-sets)
5580 (describe-character-set, describe-coding-system)
5581 (describe-fontset, list-fontsets, list-input-methods):
5582 * mail/sendmail.el (mail-signature):
5583 * net/ange-ftp.el (ange-ftp-copy-file):
5584 * net/browse-url.el (browse-url):
5585 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
5586 * net/quickurl.el (quickurl-add-url):
5587 * net/rcirc.el (names, topic):
5588 * net/xesam.el (xesam-mode):
5589 * play/5x5.el (5x5-new-game):
5590 * play/yow.el (apropos-zippy):
5591 * progmodes/ada-mode.el (ada-mode-version):
5592 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
5593 (f90-end-of-block)
5594 (f90-beginning-of-block):
5595 * progmodes/fortran.el (fortran-end-of-block)
5596 (fortran-beginning-of-block):
5597 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
5598 * progmodes/python.el (python-describe-symbol, python-shell):
5599 * term/ns-win.el (ns-print-buffer):
5600 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
5601 * textmodes/flyspell.el (flyspell-mode-on):
5602 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
5603 (pages-directory-for-addresses):
5604 * textmodes/table.el (table-recognize-cell)
5605 (table-query-dimension, table-generate-source)
5606 (table-insert-sequence, table--warn-incompatibility):
5607 * textmodes/tex-mode.el (tex-validate-buffer):
5608 * textmodes/texinfmt.el (texinfmt-version)
5609 (texinfo-format-buffer):
5610 Use `called-interactively-p' instead of `interactive-p'.
5611
5612 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
5613
5614 * image-mode.el (image-toggle-display):
5615 * emacs-lisp/elp.el (elp-instrument-function):
5616 * emacs-lisp/advice.el (ad-make-advised-definition):
5617 * emacs-lisp/easy-mmode.el (define-minor-mode):
5618 * net/browse-url.el (browse-url-maybe-new-window):
5619 * progmodes/sh-script.el (sh-learn-buffer-indent):
5620 Pass new argument 'any to `called-interactively-p'.
5621
5622 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
5623
5624 * international/uni-bidi.el:
5625 * international/uni-category.el:
5626 * international/uni-combining.el:
5627 * international/uni-comment.el:
5628 * international/uni-decimal.el:
5629 * international/uni-decomposition.el:
5630 * international/uni-digit.el:
5631 * international/uni-lowercase.el:
5632 * international/uni-mirrored.el:
5633 * international/uni-name.el:
5634 * international/uni-numeric.el:
5635 * international/uni-old-name.el:
5636 * international/uni-titlecase.el:
5637 * international/uni-uppercase.el:
5638 Regenerate from Unicode 5.2.0 data.
5639
5640 2009-10-01 Glenn Morris <rgm@gnu.org>
5641
5642 * Makefile.in (ELCFILES): Regenerate.
5643
5644 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5645
5646 * subr.el (interactive-p): Mark obsolete.
5647 (called-interactively-p): Make the optional-ness of `kind' obsolete.
5648 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
5649 advertised-signature-table for subroutines as well.
5650
5651 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
5652 (set-advertised-calling-convention): New function.
5653 (make-obsolete, define-obsolete-function-alias)
5654 (make-obsolete-variable, define-obsolete-variable-alias):
5655 Make the optional-ness of `when' obsolete.
5656 (define-obsolete-face-alias): Make `when' non-optional.
5657 * help-fns.el (help-function-arglist):
5658 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
5659 Use advertised-signature-table.
5660
5661 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
5662
5663 * files.el (delete-directory): New defun. The original function
5664 in fileio.c has been renamed to `delete-directory-internal'.
5665
5666 * dired.el (dired-delete-file): Call `delete-directory' with
5667 RECURSIVE parameter.
5668
5669 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
5670 parameter RECURSIVE. Implementation is missing.
5671
5672 * net/tramp.el (tramp-handle-make-directory): Flush upper
5673 directory's file properties.
5674 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
5675 (tramp-handle-dired-recursive-delete-directory): Flush directory
5676 properties after the remove command only.
5677
5678 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5679 Handle optional parameter RECURSIVE.
5680
5681 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
5682 Handle optional parameter RECURSIVE.
5683
5684 * net/tramp-smb.el (tramp-smb-errors): Add error message for
5685 connection timeout.
5686 (tramp-smb-handle-delete-directory): Handle optional parameter
5687 RECURSIVE.
5688
5689 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5690
5691 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
5692 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
5693 (byte-compile-defmacro): Use backquotes.
5694
5695 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
5696
5697 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
5698 has no associated file.
5699 (vc-resynch-buffer): Use vc-dir-buffers.
5700
5701 2009-10-01 Glenn Morris <rgm@gnu.org>
5702
5703 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
5704 (chart-file-count):
5705 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
5706 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
5707 * emacs-lisp/eieio-opt.el (eieio-describe-class):
5708 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
5709 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
5710 (eieio-copy-parents-into-subclass, make-instance, class-children)
5711 (eieio-generic-form):
5712 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
5713 * cedet/cedet-idutils.el (cedet-idutils-search)
5714 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
5715 (cedet-idutils-version-check):
5716 * cedet/cedet.el (cedet-version):
5717 * cedet/data-debug.el (data-debug-insert-overlay-button)
5718 (data-debug-insert-overlay-list-button)
5719 (data-debug-insert-buffer-button)
5720 (data-debug-insert-buffer-list-button)
5721 (data-debug-insert-process-button, data-debug-insert-ring-button)
5722 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
5723 (data-debug-insert-stuff-vector-button)
5724 (data-debug-insert-symbol-button, data-debug-insert-string)
5725 (data-debug-insert-number, data-debug-insert-lambda-expression)
5726 (data-debug-insert-nil, data-debug-insert-simple-thing)
5727 (data-debug-insert-custom, data-debug-edebug-expr):
5728 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
5729 (global-ede-mode-map, ede-new, ede-debug-target)
5730 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
5731 * cedet/semantic.el (semantic-minimum-working-buffer-size)
5732 (semantic-fetch-tags, semantic-submode-list)
5733 (semantic-default-submodes):
5734 * cedet/ede/source.el (ede-source-match):
5735 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
5736 (project-am-package-info):
5737 * cedet/ede/proj.el (ede-proj-target, project-new-target):
5738 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
5739 * cedet/ede/proj-comp.el (ede-current-build-list):
5740 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
5741 * cedet/ede/files.el (ede-toplevel-project-or-nil):
5742 * cedet/ede/cpp-root.el (initialize-instance):
5743 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
5744 (autoconf-parameter-strip, autoconf-insert-new-macro):
5745 * cedet/semantic/wisent.el (wisent-lex-eoi):
5746 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
5747 (semantic-show-parser-state-mode):
5748 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
5749 * cedet/semantic/tag.el (semantic-tag-new-variable)
5750 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
5751 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
5752 (semantic--tag-deep-copy-tag-list)
5753 (semantic-tag-components-with-overlays-default):
5754 * cedet/semantic/symref.el (semantic-symref-find-text):
5755 * cedet/semantic/senator.el (senator-yank-tag)
5756 (senator-transpose-tags-up):
5757 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
5758 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
5759 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
5760 * cedet/semantic/lex.el (semantic-lex-comment-regex)
5761 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
5762 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
5763 * cedet/semantic/lex-spp.el
5764 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
5765 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
5766 * cedet/semantic/idle.el
5767 (semantic-idle-summary-current-symbol-info-brutish)
5768 (semantic-idle-summary-current-symbol-info-default):
5769 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
5770 (semantic--grammar-macro-compl-dict):
5771 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
5772 * cedet/semantic/format.el (semantic-format-tag-custom-list)
5773 (semantic-format-tag-canonical-name-default):
5774 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
5775 (semantic-find-tags-for-completion)
5776 (semantic-find-tags-by-scope-protection-default)
5777 (semantic-deep-find-tags-for-completion):
5778 * cedet/semantic/edit.el
5779 (semantic-edits-incremental-reparse-failed-hook)
5780 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
5781 (semantic-edits-splice-remove, semantic-edits-splice-replace):
5782 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
5783 * cedet/semantic/dep.el (semantic-dependency-include-path):
5784 * cedet/semantic/db.el (semanticdb-default-find-index-class)
5785 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
5786 (semanticdb-project-roots):
5787 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
5788 (semanticdb-find-adebug-insert-scanned-tag-cons)
5789 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
5790 (semanticdb-brute-deep-find-tags-for-completion):
5791 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
5792 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
5793 (semantic-end-of-context-default)
5794 (semantic-ctxt-current-function-default)
5795 (semantic-ctxt-scoped-types-default):
5796 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
5797 (semantic-complete-inline-tag-engine)
5798 (semantic-complete-inline-custom-type)
5799 (semantic-complete-read-tag-analyzer):
5800 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
5801 (semantic-chart-database-size):
5802 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
5803 (semantic-analyze-current-context):
5804 * cedet/semantic/symref/list.el (semantic-symref)
5805 (semantic-symref-hide-buffer, semantic-symref-symbol):
5806 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
5807 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
5808 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
5809 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
5810 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
5811 (semantic-c-dereference-template):
5812 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
5813 (semantic--analyze-refs-full-lookup-with-parents)
5814 (semantic--analyze-refs-full-lookup-simple):
5815 * cedet/semantic/analyze/complete.el
5816 (semantic-analyze-possible-completions):
5817 * cedet/srecode/table.el (srecode-mode-table-new):
5818 * cedet/srecode/srt.el (srecode-read-variable-name):
5819 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
5820 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
5821 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
5822 * cedet/srecode/map.el (srecode-current-map):
5823 * cedet/srecode/insert.el (srecode-insert)
5824 (srecode-insert-variable-secondname-handler, srecode-insert-method)
5825 (srecode-template-inserter-point-override)
5826 (srecode-insert-include-lookup):
5827 * cedet/srecode/getset.el (srecode-auto-choose-class):
5828 * cedet/srecode/extract.el (srecode-inserter-extract):
5829 * cedet/srecode/document.el
5830 (srecode-document-autocomment-return-last-alist)
5831 (srecode-document-autocomment-param-type-alist)
5832 (srecode-document-insert-function-comment)
5833 (srecode-document-insert-variable-one-line-comment)
5834 (srecode-document-function-name-comment):
5835 * cedet/srecode/dictionary.el (srecode-create-dictionary)
5836 (srecode-compound-toString):
5837 * cedet/srecode/compile.el (srecode-flush-active-templates):
5838 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
5839 Doc/message fixes.
5840
5841 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
5842 match-data. (Bug#4555).
5843
5844 * cedet/semantic/bovine/gcc.el
5845 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
5846 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
5847
5848 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
5849 rather than parsing it as a regexp. This relaxes the layout
5850 requirements and makes errors easier to detect.
5851 (check-declare-verify): Check file is regular.
5852 (check-declare-directory): Doc fix.
5853 * subr.el (declare-function): Doc fix.
5854
5855 * ibuffer.el (ibuffer-format-qualifier):
5856 * isearch.el (hi-lock-regexp-okay):
5857 * calc/calc.el (math-zerop):
5858 * mail/uce.el (rmail-msgbeg, rmail-msgend):
5859 * term/w32-win.el (setup-default-fontset, set-fontset-font):
5860 Remove unused declarations.
5861
5862 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
5863
5864 * cedet/semantic/wisent/javat-wy.el
5865 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
5866
5867 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
5868
5869 * cedet/srecode/expandproto.el: Fix provide statement.
5870
5871 2009-09-30 Eric Ludlam <zappo@gnu.org>
5872
5873 * emacs-lisp/eieio.el (boolean-p): Delete.
5874
5875 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
5876
5877 * cedet/ede/srecode.el: Fix provide statement.
5878
5879 2009-09-30 Glenn Morris <rgm@gnu.org>
5880
5881 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
5882 * cedet/ede/proj-aux.el (ede-aux-source):
5883 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
5884 (ede-misc-source):
5885 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
5886 (semantic-mrub-switch-tags): Fix doc typos.
5887
5888 * cedet/semantic/db-global.el (data-debug-new-buffer)
5889 (data-debug-insert-thing): Remove unneeded declarations (one broken).
5890 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
5891
5892 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
5893
5894 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
5895 use of CL function `remove-if-not'.
5896
5897 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
5898
5899 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
5900 filename is not a string.
5901
5902 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
5903
5904 * files.el (safe-local-eval-forms): Fix typo.
5905
5906 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
5907
5908 * vc-hooks.el (vc-dir-buffers): New var.
5909 (vc-state-refresh): New function.
5910 (vc-state): Use it.
5911 (vc-after-save): Always ask the backend to recompute the new state.
5912 Always call vc-dir if necessary, using vc-dir-buffers.
5913 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
5914 Use vc-dir-buffers.
5915 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
5916 (vc-dir-prepare-status-buffer, vc-dir-update)
5917 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
5918 Don't call expand-file-name on default-directory.
5919
5920 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
5921
5922 * speedbar.el (speedbar-item-delete):
5923 * calc/calc-prog.el (calc-kbd-if):
5924 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
5925
5926 * epa.el (epa-key-list-mode-map):
5927 * hi-lock.el (hi-lock-menu): Fix typos in menus.
5928
5929 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
5930 (hs-show-hook): Fix typo in docstring.
5931
5932 2009-09-29 Glenn Morris <rgm@gnu.org>
5933
5934 * cedet/semantic/symref/idutils.el:
5935 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
5936
5937 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
5938
5939 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
5940 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
5941 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
5942 Mark declarations not understood by check-declare.
5943
5944 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
5945 file-name-nondirectory call preventing location of cedet files.
5946 (check-declare-verify): Use literal search rather than re-search.
5947 Add basic defmethod and defclass, and define-overloadable-function.
5948
5949 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
5950 Use tramp-compat-file-attributes rather than nonexistent
5951 tramp-compat-handle-file-attributes.
5952
5953 * Makefile.in (lisptagsfiles4): New.
5954 (AUTOGENEL): Add cedet loaddefs files.
5955 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
5956 (update-elclist, compile-always, backup-compiled-files)
5957 (bootstrap-clean): Add yet another directory level.
5958 (update-elclist): Use LC_COLLATE rather than COLLATE.
5959 (ELCFILES): Update, via `make update-elclist'.
5960
5961 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
5962
5963 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
5964 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
5965 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
5966
5967 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
5968
5969 * Makefile.in (lisptagsfiles3): Define.
5970 (TAGS, TAGS-LISP): Use it.
5971 (update-elclist): Add third directory level to look for elc files.
5972 (compile-always): Likewise.
5973 (backup-compiled-files): Likewise.
5974 (bootstrap-clean): Likewise.
5975 (ELCFILES): Update.
5976
5977 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
5978
5979 * Makefile.in (ELCFILES): Add CEDET files.
5980
5981 2009-09-28 Eric Ludlam <zappo@gnu.org>
5982
5983 CEDET (development tools) package merged.
5984
5985 * cedet/*.el:
5986 * cedet/ede/*.el:
5987 * cedet/semantic/*.el:
5988 * cedet/srecode/*.el: New files.
5989
5990 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
5991
5992 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
5993
5994 * net/tramp.el (top): Require tramp-imap.
5995
5996 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
5997 Use `tramp-compat-handle-file-attributes'.
5998
5999 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
6000
6001 * net/tramp-imap.el: New package.
6002
6003 2009-09-28 Eric Ludlam <zappo@gnu.org>
6004
6005 * emacs-lisp/chart.el:
6006 * emacs-lisp/eieio-base.el:
6007 * emacs-lisp/eieio-comp.el:
6008 * emacs-lisp/eieio-custom.el:
6009 * emacs-lisp/eieio-datadebug.el:
6010 * emacs-lisp/eieio-opt.el:
6011 * emacs-lisp/eieio-speedbar.el:
6012 * emacs-lisp/eieio.el: New files.
6013
6014 * cedet/cedet-cscope.el:
6015 * cedet/cedet-files.el:
6016 * cedet/cedet-global.el:
6017 * cedet/cedet-idutils.el:
6018 * cedet/data-debug.el:
6019 * cedet/inversion.el:
6020 * cedet/mode-local.el:
6021 * cedet/pulse.el: New files.
6022
6023 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6024
6025 * whitespace.el (whitespace-trailing-regexp)
6026 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
6027 Fix doc string.
6028
6029 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
6030
6031 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
6032 menu.
6033
6034 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
6035 menu-bar-ediff-menu.
6036
6037 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
6038 define-overloadable-function.
6039
6040 * progmodes/autoconf.el: Provide autoconf as well, so that this
6041 file can be `require'd.
6042
6043 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
6044
6045 * emacs-lisp/autoload.el (generated-autoload-feature)
6046 (generated-autoload-load-name): New vars.
6047 (autoload-rubric, autoload-generate-file-autoloads): Use them.
6048 (make-autoload): Recognize define-overloadable-function and
6049 defclass forms (for EIEIO).
6050
6051 * Makefile.in (update-subdirs): Exclude cedet directory.
6052
6053 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6054
6055 * term/ns-win.el: Don't set the region face background. (Bug#4381)
6056
6057 * faces.el: Default light-background background for region face to
6058 ns_selection_color under NS.
6059
6060 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6061
6062 * net/imap-hash.el: New library, see NEWS.
6063
6064 * Makefile.in (ELCFILES): Add imap-hash.el.
6065
6066 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6067
6068 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
6069 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
6070 * help-macro.el (make-help-screen): Avoid using an ambiguous function
6071 definition where the docstring could be taken for the return value.
6072
6073 2009-09-26 Glenn Morris <rgm@gnu.org>
6074
6075 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
6076 Add option to only show images below a certain size.
6077 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
6078 save-excursion calls.
6079
6080 2009-09-26 Eli Zaretskii <eliz@gnu.org>
6081
6082 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
6083 subdirectories) and eieio.
6084
6085 2009-09-26 Alan Mackenzie <acm@muc.de>
6086
6087 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
6088 buggy bracketing. (Bug#4289)
6089
6090 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
6091 character constants (as case labels). (Bug#4289)
6092
6093 2009-09-25 Juri Linkov <juri@jurta.org>
6094
6095 * files.el (safe-local-eval-forms): Allow time-stamp in
6096 before-save-hook (Bug#4554).
6097
6098 2009-09-25 Drew Adams <drew.adams@oracle.com>
6099
6100 * menu-bar.el (list-buffers-directory): Doc fix.
6101
6102 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
6103
6104 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
6105 Try and avoid copying twice the same paragraph.
6106 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
6107 Remove save-excursion.
6108 (log-edit-changelog-entry): Do it here instead.
6109
6110 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
6111
6112 * bs.el (bs--get-file-name): Use `list-buffers-directory'
6113 when available, instead of hardcoding mode names. Doc fix.
6114
6115 * menu-bar.el (list-buffers-directory): Add docstring.
6116 Make automatically buffer-local.
6117
6118 * dired.el (dired-mode):
6119 * files.el (cd-absolute):
6120 * pcvs.el (cvs-temp-buffer):
6121 * pcvs-util.el (cvs-get-buffer-create):
6122 * shell.el (shell-mode):
6123 * vc-dir.el (vc-dir-mode):
6124 Don't make `list-buffers-directory' buffer local.
6125
6126 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
6127
6128 * comint.el (comint-exec, comint-run, make-comint):
6129 Doc fixes (Bug#4542).
6130
6131 2009-09-25 Glenn Morris <rgm@gnu.org>
6132
6133 * mail/rmailmm.el (rmail-mime): New custom group.
6134 Move all defcustoms in this file into this group.
6135 (rmail-mime-media-type-handlers-alist): Revert previous change.
6136 (rmail-mime-show-images): New option.
6137 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
6138 references to it, since it wasn't actually used for anything.
6139 (rmail-mime-insert-image): New function.
6140 (rmail-mime-image): Use rmail-mime-insert-image.
6141 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
6142 obey the value of `rmail-mime-show-images' option. Print the size of
6143 attachments.
6144
6145 2009-09-25 David Engster <deng@randomsample.de>
6146
6147 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
6148
6149 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6150
6151 * whitespace.el: Does not highlight trailing spaces While point is
6152 at end of line. Does not highligt spaces at beginning of buffer
6153 while point is at beginning of buffer. Does not highlight spaces
6154 at end of buffer while point is at end of buffer. (Bug#4177)
6155 New version 12.0.
6156 (whitespace-display-mappings): Adjust initialization.
6157 (whitespace-point, whitespace-font-lock-refontify): New vars.
6158 (whitespace-color-on, whitespace-color-off): Adjust code.
6159 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
6160 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
6161 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
6162
6163 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
6164
6165 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
6166
6167 * textmodes/sgml-mode.el: Remove xml-mode alias.
6168
6169 * files.el (auto-mode-alist, conf-mode-maybe)
6170 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
6171
6172 2009-09-24 Alan Mackenzie <acm@muc.de>
6173
6174 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
6175 c-forward-conditionals, but it doesn't move point and doesn't set
6176 the mark.
6177 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
6178 (c-down-conditional-with-else, c-backward-conditional)
6179 (c-forward-conditional): Refactor to use c-scan-conditionals.
6180
6181 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
6182
6183 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
6184 (help-default-arg-highlight): Remove.
6185 (help-highlight-arg): New function.
6186 (help-do-arg-highlight): Use it.
6187 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
6188
6189 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
6190
6191 * term.el (term-set-scroll-region, term-handle-ansi-escape):
6192 Undo last change, which didn't fix the problem and introduced others.
6193
6194 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
6195
6196 * progmodes/gdb-mi.el: Don't require speedbar.
6197 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
6198
6199 2009-09-24 Glenn Morris <rgm@gnu.org>
6200
6201 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
6202
6203 * term/ns-win.el (ns-reg-to-script): Define for compiler.
6204
6205 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
6206 there is no newline after the final mime boundary. (Bug#4539)
6207 Move markers on insertion so that any buttons inserted don't end up in
6208 the next part of a multipart message.
6209 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
6210 (rmail-mime-bulk-handler): Optionally handle images.
6211 (rmail-mime-image): New button action.
6212 (rmail-mime-image-handler): New function.
6213 (rmail-mime-mode): New mode.
6214 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
6215
6216 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
6217
6218 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
6219 than just dropping elements from it (bug#4504).
6220
6221 * term.el (term-set-scroll-region): Don't move cursor any more.
6222 (term-handle-ansi-escape): Call term-goto here instead.
6223 Suggested by Ivan Kanis <apple@kanis.eu>.
6224
6225 * term.el: Require CL.
6226 (term-ansi-reset): New function.
6227 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
6228 (term-handle-colors-array): Simplify.
6229
6230 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
6231
6232 * allout.el (allout-overlay-interior-modification-handler)
6233 (allout-obtain-passphrase):
6234 * epa-file.el (epa-file-write-region):
6235 * ps-print.el (ps-begin-job):
6236 * vc-hooks.el (vc-toggle-read-only):
6237 * vc-rcs.el (vc-rcs-rollback):
6238 * vc-sccs.el (vc-sccs-rollback):
6239 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
6240 (vc-version-diff, vc-revert, vc-rollback):
6241 * wdired.el (wdired-check-kill-buffer):
6242 * emacs-lisp/authors.el (authors):
6243 * net/socks.el (socks-open-connection):
6244 * net/zeroconf.el (zeroconf-service-add-hook):
6245 * obsolete/vc-mcvs.el (vc-mcvs-register):
6246 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
6247 (gdb-select-frame):
6248 * progmodes/grep.el (lgrep, rgrep):
6249 * progmodes/idlw-help.el (idlwave-help-check-locations)
6250 (idlwave-help-html-link, idlwave-help-assistant-open-link):
6251 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
6252 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
6253 (reftex-toc-rename-label): Fix typos in error messages.
6254
6255 * dired-aux.el (dired-do-shell-command): Reflow docstring.
6256 (dired-copy-how-to-fn): Doc fix.
6257 (dired-files-attributes, dired-read-shell-command):
6258 Fix typos in docstrings.
6259
6260 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
6261 (dired-x-find-file-other-window): Reflow docstrings.
6262 (dired-omit-marker-char, dired-read-shell-command)
6263 (dired-x-submit-report): Fix typos in docstrings.
6264
6265 * shell.el (shell-mode-hook):
6266 * view.el (View-scroll-line-forward):
6267 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
6268 Fix typos in docstrings.
6269
6270 * net/dig.el (dig-invoke): Fix typo in docstring.
6271 (query-dig): Reflow docstring.
6272
6273 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
6274 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
6275 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
6276 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
6277 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
6278 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
6279 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
6280 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
6281 (idlwave-completion-map, idlwave-current-indent)
6282 (idlwave-custom-ampersand-surround, idlwave-customize)
6283 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
6284 (idlwave-define-abbrev, idlwave-determine-class-special)
6285 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
6286 (idlwave-end-block-reg, idlwave-end-of-statement)
6287 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
6288 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
6289 (idlwave-explicit-class-listed, idlwave-file-header)
6290 (idlwave-fill-paragraph, idlwave-find-class-definition)
6291 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
6292 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
6293 (idlwave-in-quote, idlwave-indent-action-table)
6294 (idlwave-indent-expand-table, idlwave-indent-line)
6295 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
6296 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
6297 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
6298 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
6299 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
6300 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
6301 (idlwave-outlawed-buffers, idlwave-popup-select)
6302 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
6303 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
6304 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
6305 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
6306 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
6307 (idlwave-statement-type, idlwave-struct-skip)
6308 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
6309 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
6310 (idlwave-what-module-find-class): Fix typos in docstrings.
6311 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
6312 (idlwave-calculate-cont-indent, idlwave-expand-equal)
6313 (idlwave-find-module, idlwave-find-structure-definition)
6314 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
6315 (idlwave-list-load-path-shadows, idlwave-next-statement)
6316 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
6317 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
6318 (idlwave-template): Reflow docstrings.
6319
6320 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
6321 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
6322 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
6323 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
6324 (idlwave-shell-display-line, idlwave-shell-display-wframe)
6325 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
6326 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
6327 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
6328 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
6329 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
6330 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
6331 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
6332 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
6333 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
6334 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
6335 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
6336 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
6337 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
6338 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
6339 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
6340 Fix typos in docstrings.
6341 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
6342 (idlwave-shell-hide-output, idlwave-shell-mode)
6343 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
6344 Reflow docstrings.
6345
6346 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
6347
6348 2009-09-24 Ivan Kanis <apple@kanis.eu>
6349
6350 * term.el (term-bold-attribute): New var.
6351 (term-handle-colors-array): Use it.
6352
6353 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
6354
6355 * progmodes/gdb-mi.el (gdb-version): New variable.
6356 (gdb-non-stop-handler): Set gdb-version.
6357 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
6358 Condition "--thread" option on gdb-version.
6359 (gdb-invalidate-threads): Remove unused argument.
6360
6361 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6362
6363 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
6364 to looking-back to avoid ridiculous slow down in large files (bug#4511).
6365
6366 2009-09-23 Glenn Morris <rgm@gnu.org>
6367
6368 * mail/rmail.el (rmail-reply): Don't try to add a References header when
6369 replying to mail without References or Message-Id. (Bug#4525)
6370
6371 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
6372
6373 * term/ns-win.el (ns-reg-to-script): New variable.
6374
6375 2009-09-23 Daiki Ueno <ueno@unixuser.org>
6376
6377 * epg.el (epg-wait-for-status): Preserve existing 'error results.
6378
6379 2009-09-22 Sam Steingold <sds@gnu.org>
6380
6381 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
6382 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
6383 to 1 because hg returns status 1 when nothing is found.
6384 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
6385
6386 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
6387
6388 * textmodes/fill.el: Convert to utf-8 encoding.
6389 (fill-french-nobreak-p): Remove redundant » and « inherited from our
6390 pre-unicode days.
6391
6392 * add-log.el (change-log-fill-forward-paragraph): New function.
6393 (change-log-mode): Use it so fill-region DTRT.
6394 Set fill-indent-according-to-mode here rather than in
6395 change-log-fill-paragraph.
6396 (change-log-fill-paragraph): Remove.
6397
6398 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
6399
6400 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
6401 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
6402
6403 2009-09-22 Glenn Morris <rgm@gnu.org>
6404
6405 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
6406 the scroll-bar scroll the calendar window rather than the buffer.
6407
6408 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
6409 commands that move point (as opposed to scrolling).
6410
6411 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
6412
6413 * emacs-lisp/elint.el (elint): New custom group.
6414 (elint-log-buffer): Make it a defcustom.
6415 (elint-scan-preloaded, elint-ignored-warnings)
6416 (elint-directory-skip-re): New options.
6417 (elint-builtin-variables): Doc fix.
6418 (elint-preloaded-env): New variable.
6419 (elint-unknown-builtin-args): Add an entry for encode-time.
6420 (elint-extra-errors): Make it a variable rather than a constant.
6421 (elint-preloaded-skip-re): New constant.
6422 (elint-directory): Skip files matching elint-directory-skip-re.
6423 (elint-features): New variable, local to linted buffers.
6424 (elint-update-env): Initialize elint-features. Possibly add
6425 elint-preloaded-env to the buffer's environment.
6426 (elint-get-top-forms): Bind elint-current-pos, for log messages.
6427 Skip quoted forms.
6428 (elint-init-form): New function, extracted from elint-init-env.
6429 Make non-list forms a warning rather than an error.
6430 Add the mode-map for define-derived-mode. Handle define-minor-mode,
6431 easy-menu-define, put that adds an error-condition, and provide.
6432 When requiring cl, also require cl-macs. Really require cl, to handle
6433 some cl macros. Store required libraries in the list elint-features,
6434 so as not to re-load them. Treat cc-require like require.
6435 (elint-init-env): Call elint-init-form to do the work.
6436 Handle eval-and-compile and such like.
6437 (elint-add-required-env): Do not clear messages.
6438 (elint-special-forms): Add handlers for function, defalias, if, when,
6439 unless, and, or.
6440 (elint-form): Add optional argument to ignore elint-special-forms,
6441 useful to prevent recursive calls from handlers. Doc fix.
6442 Respect elint-ignored-warnings.
6443 (elint-form): Respect elint-ignored-warnings.
6444 (elint-bound-variable, elint-bound-function): New variables.
6445 (elint-unbound-variable): Respect elint-bound-variable.
6446 (elint-get-args): Respect elint-bound-function.
6447 (elint-check-cond-form): Add some simple handling for (f)boundp and
6448 featurep tests.
6449 (elint-check-defalias-form): New handler.
6450 (elint-check-let-form): Make an empty let a warning rather than an
6451 error.
6452 (elint-check-setq-form): Make an empty setq a warning rather than an
6453 error. Respect elint-ignored-warnings.
6454 (elint-check-defvar-form): Accept null doc-strings.
6455 (elint-check-conditional-form): New handler. Does some simple-minded
6456 checking of featurep and (f)boundp tests.
6457 (elint-put-function-args): New function.
6458 (elint-initialize): Use elint-scan-doc-file rather than
6459 elint-find-builtin-variables. Use elint-put-function-args.
6460 Possibly scan preloaded-file-list.
6461 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
6462 extend to handle functions as well.
6463
6464 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
6465
6466 * linum.el (linum-delete-overlays, linum-update-window):
6467 Do not modify the right margin. (Bug#3971)
6468
6469 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
6470
6471 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
6472 nxml-mode instead of xml-mode.
6473
6474 2009-09-21 Kevin Ryde <user42@zip.com.au>
6475
6476 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
6477
6478 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6479
6480 * net/dig.el (dig-mode): Use define-derived-mode.
6481
6482 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
6483
6484 * vc-dispatcher.el (vc-do-command): Return the process object in
6485 the asynchronous case. Use when instead of if. Do not run
6486 vc-exec-after to display a message if not enabled. (Bug#4463)
6487
6488 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
6489 properties to the stash strings.
6490 (vc-git-stash-list): Return a list of strings.
6491 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
6492 (vc-git-stash-show-at-point): New functions.
6493 (vc-git-stash-map): New keymap.
6494
6495 * register.el (ctl-x-r-map): Define the keys here instead of
6496 using autoload.
6497
6498 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
6499
6500 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
6501 list, to workaround performance problem (bug#4485).
6502
6503 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
6504
6505 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
6506
6507 2009-09-20 Daiki Ueno <ueno@unixuser.org>
6508
6509 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
6510 Document that this option is not recommended to use.
6511
6512 2009-09-19 Glenn Morris <rgm@gnu.org>
6513
6514 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
6515 variable `var'.
6516
6517 * calc/calc-alg.el (var):
6518 * calc/calcalg2.el (var): Define for compiler.
6519
6520 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
6521
6522 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
6523 Doc fix (Bug#3932).
6524
6525 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
6526
6527 * time-stamp.el (time-stamp-month-dd-yyyy)
6528 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
6529 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
6530 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
6531 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
6532 Remove functions that have been obsolete since 1995 (Bug#4436).
6533
6534 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
6535 indent buffer only if called interactively (Bug#4452).
6536
6537 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
6538 Eli Zaretskii <eliz@gnu.org>
6539
6540 This fixes bug#4197 (merged to bug#865, though not identical).
6541 * server.el (server-auth-dir): Add docstring note about FAT32.
6542 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
6543 but warn against using them.
6544
6545 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
6546
6547 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
6548 older GDB where there is no has_more field.
6549
6550 2009-09-19 Glenn Morris <rgm@gnu.org>
6551
6552 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6553
6554 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
6555
6556 * files.el (auto-mode-alist): Change default for XML files to nXML
6557 mode (Bug#4169).
6558
6559 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
6560
6561 * server.el (server-ensure-safe-dir): Pass 'integer
6562 to `file-attributes', as suggested.
6563
6564 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6565
6566 * dired-aux.el (dired-query-alist): Remove spurious backslash.
6567 (dired-query): Use read-key.
6568
6569 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
6570
6571 * cus-start.el (ns-use-qd-smoothing): Remove.
6572
6573 2009-09-18 Glenn Morris <rgm@gnu.org>
6574
6575 * allout.el (top-level): Remove unnecessary progn.
6576
6577 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
6578
6579 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
6580 definition of abbrev table.
6581
6582 * speedbar.el (speedbar-track-mouse):
6583 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
6584 * net/eudc.el (eudc-expand-inline):
6585 * net/newst-backend.el (newsticker--cache-read-feed):
6586 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6587 condition-case handlers.
6588
6589 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
6590
6591 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
6592 (gdb-var-list): Add an element for has_more field.
6593 (gdb-non-stop-handler): Enable pretty printing for STL containers.
6594 (gdb-var-create-handler, gdb-var-list-children-handler-1)
6595 (gdb-var-update-handler-1): Parse output of dynamic variable
6596 objects (STL containers).
6597 (gdb-var-delete-1): Pass var1 as an explicit second argument.
6598 (gdb-get-field): Delete alias. Use bindat-get-field directly.
6599
6600 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
6601 gdb-var-list.
6602 (gud-speedbar-buttons): Make node expandable if expression "has more"
6603 children.
6604
6605 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
6606
6607 * startup.el (emacs-quick-startup): Remove variable and all uses.
6608 (command-line): Set `inhibit-x-resources' instead.
6609 (command-line-1): Use `inhibit-x-resources' instead.
6610
6611 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
6612
6613 * subr.el: Fix last change to avoid using the `unless' macro,
6614 which breaks bootstrapping.
6615
6616 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6617
6618 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
6619 extended definitions, in case we reload subr.el after having
6620 loaded CL.
6621 (eval-next-after-load): Mark as obsolete.
6622
6623 2009-09-17 Juri Linkov <juri@jurta.org>
6624
6625 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
6626 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
6627 (menu-bar-showhide-menu, menu-bar-tools-menu)
6628 (menu-bar-describe-menu, menu-bar-help-menu)
6629 (minibuffer-local-completion-map, minibuffer-local-map):
6630 Fix list quoting.
6631
6632 2009-09-17 Glenn Morris <rgm@gnu.org>
6633
6634 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
6635 arguments, whether or not it has a handler.
6636
6637 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
6638
6639 * simple.el (hard-newline): Give it a doc-string.
6640
6641 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6642 (lisp-mode-syntax-table): Give them doc-strings.
6643
6644 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
6645
6646 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
6647 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
6648 (menu-bar-options-menu, menu-bar-showhide-menu)
6649 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
6650 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
6651 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
6652 (menu-bar-options-menu, menu-bar-tools-menu)
6653 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
6654 (menu-bar-help-menu):
6655 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
6656 string arguments.
6657
6658 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
6659 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
6660 calls for the menu names and :help.
6661
6662 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6663
6664 * mouse.el (minor-mode-menu-from-indicator): Pay attention
6665 to :minor-mode-function (bug#4455).
6666
6667 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6668
6669 * startup.el (command-line): Initialize the window-system after
6670 processing the command-line.
6671
6672 * textmodes/page.el (what-page): Make sure we don't inf-loop if
6673 page-delimiter matches the empty string.
6674
6675 2009-09-16 Glenn Morris <rgm@gnu.org>
6676
6677 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
6678 byte-compile-not-obsolete-var. It's a list now.
6679 (byte-compile-not-obsolete-funcs): New variable.
6680 (byte-compile-warn-obsolete): Don't warn about functions if they are in
6681 byte-compile-not-obsolete-funcs.
6682 (byte-compile-variable-ref, byte-compile-defvar): Update for
6683 byte-compile-not-obsolete-vars name-change and list nature.
6684 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
6685 and variables behind (f)boundp tests.
6686 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
6687
6688 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
6689
6690 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
6691
6692 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6693
6694 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
6695 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
6696 Don't autoload.
6697
6698 2009-09-15 Stephen Eglen <stephen@gnu.org>
6699
6700 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
6701 the virtual-buffers, use the name of the buffer specified by
6702 find-file-noselect, as the match may be a symlink. (This was a
6703 problem if the target and the symlink had different names.)
6704
6705 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6706
6707 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
6708
6709 * desktop.el (desktop-path): Check user-emacs-directory.
6710
6711 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
6712
6713 * loadup.el: Use after-load-functions to GC after loading each file.
6714 Remove the explicit GC calls that used to be sprinkled around.
6715
6716 * subr.el (after-load-functions): New hook.
6717 (do-after-load-evaluation): Run it. Use string-match-p to detect
6718 `obsolete' packages, rather than painfully extracting the relevant
6719 directory name.
6720
6721 2009-09-15 Glenn Morris <rgm@gnu.org>
6722
6723 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
6724 free variable `doc'.
6725
6726 * dired.el (dired-mode-map): Add menu entry for async shell command.
6727
6728 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
6729 variables, also consider the .elc files, since the .el files are
6730 normally gzipped (subsequent code locates the .el.gz from the .elc).
6731
6732 * calc/calc-prog.el (arglist): Define for compiler.
6733
6734 * calendar/diary-lib.el (diary-display-function): Change the default to
6735 fancy display.
6736 (body): Define for compiler.
6737
6738 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
6739 (byte-compile-file-form, byte-compile-lambda)
6740 (byte-compile-top-level-body, byte-compile-form)
6741 (byte-compile-variable-ref, byte-compile-setq)
6742 (byte-compile-setq-default, byte-compile-body)
6743 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
6744 (batch-byte-compile): Give some more local variables with common names
6745 a "bytecomp-" prefix to avoid masking warnings about free variables.
6746
6747 * startup.el (command-line-1): Give local variables with common names a
6748 distinguishing prefix, so as not to hide free variable warnings during
6749 bootstrap.
6750
6751 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
6752 clever and add a suffix to make a unique name, just let the user decide
6753 whether or not to overwrite it. If the input is a directory, write the
6754 default filename to that directory. (Bug#4388)
6755 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
6756 is a filename-as-a-directory.
6757
6758 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6759
6760 * textmodes/page.el (what-page): Don't move to beginning of line.
6761 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
6762
6763 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
6764
6765 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
6766
6767 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
6768
6769 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
6770 * help.el (help-for-help-internal): Add purecopy calls for text.
6771
6772 * vc.el (top): print-log method now takes an optional SHORTLOG
6773 argument. Add a new method: root.
6774 (vc-root-diff, vc-print-root-log): New functions.
6775 (vc-log-short-style): New variable.
6776 (vc-print-log-internal): Add support for showing short logs.
6777
6778 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
6779 vc-print-root-log and vc-print-root-diff.
6780
6781 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
6782 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
6783 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
6784 short logs.
6785
6786 * vc-cvs.el (vc-cvs-print-log):
6787 * vc-mtn.el (vc-mtn-print-log):
6788 * vc-rcs.el (vc-rcs-print-log):
6789 * vc-sccs.el (vc-sccs-print-log):
6790 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
6791 that is ignored for now.
6792
6793 * vc-mtn.el (vc-mtn-annotate-command):
6794 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
6795
6796 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6797
6798 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
6799 to function-key-map, and give them ascii-character property.
6800 * term/x-win.el (x-alternatives-map):
6801 * term/ns-win.el (ns-alternatives-map):
6802 * term/internal.el (msdos-key-remapping-map):
6803 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
6804
6805 2009-09-14 Glenn Morris <rgm@gnu.org>
6806
6807 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
6808 temp-buffers (2009-09-12).
6809
6810 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
6811
6812 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
6813 the new read-key function.
6814
6815 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
6816
6817 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
6818 is defined (Bug#4405).
6819
6820 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
6821
6822 * recentf.el (recentf-cleanup): Use a hash table to find
6823 duplicates (Bug#4407).
6824
6825 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
6826
6827 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
6828 kp-0 to ascii equivalents (Bug#4325).
6829
6830 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
6831
6832 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
6833
6834 * eshell/em-hist.el:
6835 * eshell/em-dirs.el (eshell-complete-user-reference):
6836 Declare pcomplete functions and variables to avoid compiler warnings.
6837
6838 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
6839
6840 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
6841 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
6842 * eshell/em-alias.el (eshell-aliases-file):
6843 * eshell/em-hist.el (eshell-history-file-name):
6844 Use expand-file-name instead of concat to make file names (Bug#4308).
6845
6846 2009-09-13 Glenn Morris <rgm@gnu.org>
6847
6848 * ediff-merg.el (ediff-do-merge):
6849 * filesets.el (filesets-run-cmd):
6850 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
6851 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
6852 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
6853 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
6854 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
6855 Replace empty `let's with `progn'.
6856
6857 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
6858
6859 * mail/sendmail.el (send-mail-function):
6860 * tooltip.el (tooltip-mode):
6861 * simple.el (transient-mark-mode):
6862 * rfn-eshadow.el (file-name-shadow-mode):
6863 * frame.el (blink-cursor-mode):
6864 * font-core.el (global-font-lock-mode):
6865 * files.el (temporary-file-directory)
6866 (small-temporary-file-directory, auto-save-file-name-transforms):
6867 * epa-hook.el (auto-encryption-mode):
6868 * composite.el (global-auto-composition-mode):
6869 Use custom-initialize-delay.
6870 * startup.el (command-line): Don't explicitly call
6871 custom-reevaluate-setting for all the above vars.
6872 * custom.el (custom-initialize-safe-set)
6873 (custom-initialize-safe-default): Delete.
6874
6875 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6876
6877 * term/x-win.el (x-initialize-window-system):
6878 * term/w32-win.el (w32-initialize-window-system):
6879 * term/ns-win.el (ns-initialize-window-system): Don't call
6880 mouse-wheel-mode since it's enabled globally by default already.
6881
6882 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
6883 actually define the variable, but only silences the byte-compiler.
6884 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
6885 before looking it up.
6886 (mouse-wheel-scroll-amount): Also reset the bindings if this value
6887 is changed.
6888
6889 2009-09-12 Glenn Morris <rgm@gnu.org>
6890
6891 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
6892 1000.
6893 (elint-add-required-env): Don't beep on error.
6894 (elint-forms): In case of error, return ENV unchanged.
6895 (elint-init-env): Skip non-list forms.
6896 (elint-log): Handle unknown file positions.
6897
6898 2009-09-12 Daiki Ueno <ueno@unixuser.org>
6899
6900 * epg.el (epg-make-context): Add autoload cookie.
6901 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
6902 (epg-decrypt-string, epg-start-verify, epg-verify-file)
6903 (epg-verify-string, epg-start-sign, epg-sign-file)
6904 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
6905 (epg-encrypt-string, epg-start-export-keys)
6906 (epg-export-keys-to-file, epg-export-keys-to-string)
6907 (epg-start-import-keys, epg-import-keys-from-file)
6908 (epg-import-keys-from-string, epg-start-receive-keys)
6909 (epg-receive-keys, epg-import-keys-from-server)
6910 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
6911 (epg-sign-keys, epg-start-generate-key)
6912 (epg-generate-key-from-file, epg-generate-key-from-string):
6913 Remove autoload cookie.
6914
6915 2009-09-12 Eli Zaretskii <eliz@gnu.org>
6916
6917 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
6918 reevaluation of trash-directory.
6919
6920 * mwheel.el: Fix last change.
6921 (mouse-wheel-mode): New defvar.
6922 (mouse-wheel-mode): Remove autoload cookie.
6923
6924 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6925
6926 * mwheel.el (mwheel-installed-bindings): New var.
6927 (mouse-wheel-mode): Use it, so as to make sure we really remove all
6928 the bindings we set last time. Use custom-initialize-delay.
6929 * loadup.el: Load mwheel after term/*-win.el.
6930 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
6931 and mouse-wheel-up-event now that their first evaluation is done
6932 sufficiently late to be correct.
6933
6934 * startup.el (tutorial-directory): Make it a defcustom.
6935 Use custom-initialize-delay rather than eval-at-startup to set it.
6936 * image.el (image-load-path): Make it a defcustom.
6937 Use custom-initialize-delay rather than eval-at-startup to set it.
6938 * subr.el (eval-at-startup): Remove.
6939 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
6940
6941 * subr.el (do-after-load-evaluation): Warn the user after loading an
6942 obsolete package.
6943
6944 2009-09-12 Glenn Morris <rgm@gnu.org>
6945
6946 * proced.el (proced-mark-alt): Remove alias.
6947 (proced-mode-map): Remove proced-mark-alt.
6948
6949 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
6950 Elint file and directory. Remove initialization entry.
6951
6952 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
6953 commands.
6954 (elint-current-buffer): Set mode-line-process.
6955 (elint-init-env): Handle define-derived-mode.
6956 Fix declare-function with unspecified arglist. Guard against odd
6957 defalias statements (eg iso-insert's 8859-1-map).
6958 (elint-add-required-env): Use a temp buffer.
6959 (elint-form): Just print the function/macro name, not the whole form.
6960 Return env unchanged if we fail to parse a macro.
6961 (elint-forms): Guard against parse errors.
6962 (elint-output): New function, to handle batch mode.
6963 (elint-log-message): Add optional argument. Use elint-output.
6964 (elint-set-mode-line): New function.
6965
6966 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
6967
6968 * emacs-lisp/elp.el (elp-not-profilable): Add more
6969 functions (Bug#4233).
6970
6971 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
6972
6973 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
6974 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
6975
6976 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
6977
6978 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
6979 (gdb-var-list-children): Use json parsing.
6980
6981 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
6982
6983 * progmodes/js.el (js--proper-indentation): Handle the case where
6984 char-before is null. Reported by Deniz Dogan.
6985
6986 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
6987
6988 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
6989
6990 2009-09-11 Daiki Ueno <ueno@unixuser.org>
6991
6992 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
6993 (epg-digest-algorithm-alist): Add SHA224.
6994 (epg-context-set-passphrase-callback)
6995 (epg-context-set-progress-callback): Add description about
6996 callback function.
6997
6998 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6999
7000 * custom.el (custom-delayed-init-variables): New var.
7001 (custom-initialize-delay): New function.
7002 * startup.el (command-line): "Re"evaluate all vars in
7003 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
7004 explicitly any more.
7005 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
7006 to avoid creating a ~/.emacs.d at build-time (bug#4347).
7007
7008 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
7009
7010 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
7011
7012 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
7013 (gdb-var-update-handler): Use json parsing.
7014
7015 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
7016
7017 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
7018 decode annotated text, regardless of language environment. (Bug#2741)
7019
7020 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7021
7022 * Makefile.in (autoloads): Make rmail.el writable as well.
7023
7024 2009-09-11 Glenn Morris <rgm@gnu.org>
7025
7026 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
7027 loaddefs.el.
7028 * dired.el: Regenerate with extracted autoloads.
7029 * Makefile.in (autoloads): Make dired.el writable.
7030
7031 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
7032 * ibuffer.el: Regenerate with extracted autoloads.
7033 * Makefile.in (autoloads): Make ibuffer.el writable.
7034
7035 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
7036 * version.el (emacs-copyright, emacs-major-version)
7037 (emacs-minor-version): Reformat doc-strings for make-docfile.
7038
7039 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
7040 functions and variables, since they must be stuff specific to some other
7041 platform.
7042 (apropos-print): Make mouse-click message less specific about button.
7043
7044 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
7045 that records where a macro was defined.
7046 * help-fns.el (describe-function-1): Mention if a function has a
7047 compiler-macro.
7048 * help-mode.el (help-function-cmacro): New button.
7049
7050 * locate.el (top-level): Always require dired.
7051 (locate-mode-map): Initialize inside the defvar.
7052
7053 * net/ange-ftp.el (dired-compress-file): Declare.
7054 (ange-ftp-dired-compress-file): Add doc string.
7055
7056 * term/ns-win.el (x-display-name, x-setup-function-keys):
7057 Unify doc-strings with X versions.
7058
7059 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7060
7061 * emulation/crisp.el (crisp-mode-map): Move initialization
7062 into declaration.
7063 (crisp-mode): Use define-minor-mode.
7064
7065 * progmodes/xscheme.el (xscheme-evaluation-commands):
7066 Put a :advertised-binding property rather than using
7067 advertised-xscheme-send-previous-expression.
7068 (advertised-xscheme-send-previous-expression): Declare obsolete.
7069 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
7070 `advertised-undo'.
7071 (crisp-mode): Add corresponding bindings to
7072 undo's :advertised-binding instead.
7073 * dired.el (dired-mode-map): Put a :advertised-binding property rather
7074 than using dired-advertised-find-file.
7075 (dired-advertised-find-file):
7076 * simple.el (advertised-undo):
7077 * wid-edit.el (advertised-widget-backward): Declare obsolete.
7078 (widget-keymap): Put a :advertised-binding property rather
7079 than using advertised-widget-backward.
7080 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
7081 than using advertised-undo.
7082 * tutorial.el (tutorial--default-keys): Adjust accordingly.
7083
7084 2009-09-10 Simon South <ssouth@slowcomputing.org>
7085
7086 * progmodes/delphi.el (delphi-tab): Indent region when Transient
7087 Mark mode is enabled and region is active; otherwise indent or
7088 insert TAB as usual.
7089 (delphi-mode): Update description of TAB-key binding.
7090
7091 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7092
7093 * subr.el (define-key-rebound-commands): Mark obsolete.
7094 * startup.el (precompute-menubar-bindings): Remove.
7095 (normal-top-level): Remove obsolete code that tried to precompute
7096 menubar bindings.
7097 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
7098 define-key-rebound-commands and precompute-menubar-bindings.
7099
7100 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
7101
7102 * net/imap.el (imap-interactive-login): Better messages.
7103 (imap-open): Fix bug with renamed buffer on reconnect.
7104 (imap-authenticate): Add buffer-local imap-last-authenticator variable
7105 for easier debugging and cleaner code. On successful (guessed based on
7106 server capabilities) secondary authentication, set imap-state
7107 correctly.
7108 (imap-last-authenticator): Define imap-last-authenticator as a variable
7109 to avoid warnings.
7110
7111 2009-09-10 Glenn Morris <rgm@gnu.org>
7112
7113 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
7114
7115 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
7116 (byte-compile-file-form-autoload): Don't warn about unknown functions
7117 where the autoload statement comes after the use.
7118 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
7119 that any handlers inside the body (eg require) are in turn respected.
7120
7121 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
7122 effects.
7123
7124 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
7125 and syntax and abbrev tables basic docs, if they don't have any.
7126
7127 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
7128
7129 * international/mule-cmds.el (top-level): Require cl when compiling.
7130 (view-hello-file): Use default-value rather than
7131 default-enable-multibyte-characters.
7132
7133 * progmodes/fortran.el: Move all safe and risky properties into the
7134 defcustoms.
7135
7136 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
7137 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
7138 * mail/undigest.el:
7139 Put autoloads in rmail.el rather than loaddefs.el.
7140 * mail/rmail.el: Regenerate with extracted autoloads.
7141
7142 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
7143 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
7144
7145 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
7146
7147 Reported in thread for Bug#4375.
7148 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
7149 "-data-evaluate-expression" instead of print.
7150 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
7151 (gdb-tooltip-print): Parse output from above MI command.
7152 (gdb): Revert 2009-08-11 change. User should detach inferior
7153 manually.
7154
7155 Remove the word "separate" from IO functions as inferior
7156 output is now never displayed in the GUD buffer.
7157
7158 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
7159
7160 * startup.el (command-line-normalize-file-name): On Windows and
7161 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
7162
7163 2009-09-10 Juri Linkov <juri@jurta.org>
7164
7165 * isearch.el (isearch-text-char-description): Propertize escape
7166 character sequences with the `escape-glyph' face. (Bug#4344)
7167
7168 * simple.el (shell-command): Set asynchronous process filter to
7169 `comint-output-filter'. (Bug#4343)
7170
7171 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
7172 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
7173 the list. Move "asm" to the bottom.
7174 (grep-find-ignored-directories): Add `choice' with nil value
7175 to empty the list easily.
7176 (grep-find-ignored-files): New option.
7177 (grep-files-history): Set to nil by default instead of '("ch" "el").
7178 (grep-compute-defaults): Add "<X>" to `grep-template'.
7179 (grep-read-files): Bind new local variables `default-alias' and
7180 `default-extension'. Use a list of default values for the file prompt.
7181 (lgrep): Add `--exclude=' command line options composed from
7182 `grep-find-ignored-files'.
7183 (rgrep): Add `-name' command line options composed from
7184 `grep-find-ignored-files'. (Bug#4301)
7185
7186 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
7187
7188 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
7189 (bug#4368).
7190
7191 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7192
7193 * calendar/time-date.el (autoload):
7194 Expand define-obsolete-function-alias into defalias and make-obsolete
7195 for old Emacsen that Gnus supports.
7196 (with-no-warnings): Define it for old Emacsen.
7197 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7198 is available.
7199 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7200 float-time is available; suppress compile warning for time-to-seconds.
7201
7202 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
7203
7204 * net/imap.el (imap-message-map): Docstring fix.
7205
7206 2009-09-09 Glenn Morris <rgm@gnu.org>
7207
7208 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
7209 line numbers too. (Bug#4374)
7210
7211 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7212
7213 * smerge-mode.el (smerge-remove-props, smerge-refine):
7214 Use with-silent-modifications (bug#4342).
7215
7216 * subr.el (with-silent-modifications): New macro.
7217
7218 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
7219
7220 * files.el (top-level): Require `cl' when compiling.
7221
7222 2009-09-07 Glenn Morris <rgm@gnu.org>
7223
7224 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
7225
7226 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
7227 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
7228
7229 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
7230
7231 * vc-git.el (vc-git-annotate-command): Use separator to parse
7232 arguments correctly.
7233
7234 2009-09-06 Eli Zaretskii <eliz@gnu.org>
7235
7236 * proced.el (proced-mode): Doc fix.
7237
7238 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
7239
7240 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
7241 lstat fails.
7242 (tramp-do-file-attributes-with-ls): Check for file existence at
7243 remote end.
7244 (tramp-do-file-attributes-with-stat): Likewise.
7245 (tramp-convert-file-attributes): Return nil when attr is nil.
7246
7247 2009-09-05 Glenn Morris <rgm@gnu.org>
7248
7249 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
7250 properties to this button.
7251 (diary-fancy-display): Don't extend the button to the final newline.
7252 (diary-fancy-display-mode): Continue to define "q" as a local key.
7253
7254 * calendar/cal-china.el (holiday-chinese): Make it slightly more
7255 efficient.
7256
7257 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
7258
7259 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
7260 (byte-compile-dest-file-function): New option.
7261 (byte-compile-dest-file): Doc fix.
7262 Obey byte-compile-dest-file-function.
7263 (byte-compile-cl-file-p): New function.
7264 (byte-compile-eval): Only suppress noruntime warnings about cl functions
7265 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
7266 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
7267 than for file being previously loaded.
7268 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
7269 (byte-compile-file-form-require): Handle the case where requiring a file
7270 indirectly causes CL to be loaded.
7271
7272 2009-09-05 Karl Fogel <kfogel@red-bean.com>
7273
7274 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
7275 before killing the old buffer, since by the time `kill-buffer' is
7276 run so many buffer variables have been set to nil that it may not
7277 behave as expected. (Bug#4061)
7278
7279 2009-09-05 Karl Fogel <kfogel@red-bean.com>
7280
7281 * files.el (find-alternate-file): If the old buffer is modified
7282 and visiting a file, behave similarly to `kill-buffer' when
7283 killing it, thus reverting to the pre-1.878 behavior; see
7284 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
7285 for discussion. Also, consult `buffer-file-name' as a variable
7286 not as a function, for consistency with the rest of the code.
7287
7288 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
7289
7290 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
7291 also when adding a new directory.
7292
7293 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
7294 defun.
7295
7296 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7297
7298 * files.el (locate-file-completion-table): Make it provide boundary
7299 information, so partial-completion works better.
7300
7301 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
7302
7303 * mail/footnote.el (Footnote-text-under-cursor):
7304 Check footnote-text-marker-alist before using it (bug#4324).
7305
7306 2009-09-04 Glenn Morris <rgm@gnu.org>
7307
7308 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
7309 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
7310 * play/solitaire.el, play/tetris.el:
7311 Remove leading * from defcustom and defface docs.
7312
7313 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
7314 necessary.
7315 (diary-fancy-overriding-map): New variable.
7316 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
7317 Use view-mode.
7318
7319 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
7320 goto-line.
7321
7322 2009-09-03 Glenn Morris <rgm@gnu.org>
7323
7324 * arc-mode.el (archive-mode):
7325 * dos-fns.el (set-default-process-coding-system):
7326 * man.el (Man-getpage-in-background):
7327 * menu-bar.el (menu-bar-describe-menu):
7328 * server.el (server-process-filter):
7329 * startup.el (command-line):
7330 * tar-mode.el (tar-header-block-tokenize, tar-extract):
7331 * w32-fns.el (set-default-process-coding-system):
7332 * x-dnd.el (x-dnd-handle-file-name):
7333 * international/mule-cmds.el (mule-menu-keymap)
7334 (set-default-coding-systems, language-info-alist, set-language-info)
7335 (set-language-environment, standard-display-european-internal)
7336 (set-locale-environment):
7337 * international/mule-diag.el (mule-diag):
7338 * mail/emacsbug.el (report-emacs-bug):
7339 * mail/rmail.el (rmail-mode):
7340 * mail/sendmail.el (mail-setup):
7341 Use default-value rather than default-enable-multibyte-characters.
7342
7343 * progmodes/f90.el: Move all safe properties into the defcustoms.
7344 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
7345
7346 * calendar/appt.el (appt-check):
7347 * calendar/diary-lib.el (diary-set-header, diary-live-p)
7348 (diary-check-diary-file, diary-list-entries)
7349 (diary-include-other-diary-files, diary-simple-display)
7350 (diary-fancy-display, diary-print-entries)
7351 (diary-mark-included-diary-files, diary-make-entry):
7352 Don't call substitute-in-file-name on diary-file.
7353
7354 2009-09-03 Eduard Wiebe <usenet@pusto.de>
7355 Stefan Monnier <monnier@iro.umontreal.ca>
7356
7357 * mail/footnote.el (footnote-prefix): Make it a defcustom.
7358 (footnote-mode-map): Move initialization into the declaration.
7359 (footnote-minor-mode-map): Define it rather than changing global-map.
7360 (footnote-mode): Use define-minor-mode.
7361
7362 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
7363
7364 * net/tramp.el (tramp-handle-file-attributes-with-ls)
7365 (tramp-do-file-attributes-with-perl)
7366 (tramp-do-file-attributes-with-stat): Rename from
7367 `tramp-handle-file-attributes-with-*'.
7368 (tramp-handle-file-attributes): Use them.
7369 (tramp-do-directory-files-and-attributes-with-perl)
7370 (tramp-do-directory-files-and-attributes-with-stat): Rename from
7371 `tramp-handle-directory-files-and-attributes-with-*'.
7372 (tramp-handle-directory-files-and-attributes): Use them.
7373 (tramp-method-out-of-band-p): Additional parameter SIZE.
7374 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
7375 (tramp-handle-write-region): Use it.
7376 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
7377 (tramp-handle-vc-registered): Check, whether the first run did
7378 return files to be tested.
7379 (tramp-advice-make-auto-save-file-name): Do not call directly
7380 `tramp-handle-make-auto-save-file-name', because this would bypass
7381 the locking mechanism.
7382
7383 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
7384 (file-remote-p, process-file, start-file-process, set-file-times)
7385 (tramp-compat-file-attributes): Compatibility functions shall not
7386 call directly `tramp-handle-*', because this would bypass the
7387 locking mechanism.
7388 (tramp-compat-number-sequence): New defun.
7389
7390 2009-09-02 Glenn Morris <rgm@gnu.org>
7391
7392 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
7393 alias for float-time.
7394 (time-to-number-of-days): In Emacs, use float-time.
7395 * net/newst-backend.el (time-add): Suppress warnings from compat
7396 function.
7397 * time.el (emacs-uptime, emacs-init-time):
7398 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
7399 Use float-time rather than time-to-seconds.
7400
7401 * minibuffer.el (completion-initials-expand): Fix typo.
7402
7403 * faces.el (modeline, modeline-inactive, modeline-highlight)
7404 (modeline-buffer-id):
7405 * info.el (info-menu-5): Mark these face aliases as obsolete.
7406
7407 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
7408
7409 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
7410 space ...
7411 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
7412 no "--thread" option.
7413 (gdb-stopped): Don't print "Switched to thread" message when it is
7414 unchanged.
7415
7416 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7417
7418 * minibuffer.el (completion-try-completion)
7419 (completion-all-completions): Remove ill-defined (and
7420 mistakenly installed and luckily never used nor documented)
7421 `completion-styles' property.
7422 (completion-initials-expand, completion-initials-all-completions)
7423 (completion-initials-try-completion): New functions.
7424 (completion-styles-alist): Add doc to each entry.
7425 Add new `initials' entry.
7426
7427 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
7428
7429 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
7430 MI command -var-evaluate-expression.
7431 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
7432 and tweak for case of string child.
7433 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
7434
7435 2009-09-01 Glenn Morris <rgm@gnu.org>
7436
7437 * add-log.el (change-log-date-face, change-log-name-face)
7438 (change-log-email-face, change-log-file-face, change-log-list-face)
7439 (change-log-conditionals-face, change-log-function-face)
7440 (change-log-acknowledgement-face):
7441 * cus-edit.el (custom-invalid-face, custom-rogue-face)
7442 (custom-modified-face, custom-set-face, custom-changed-face)
7443 (custom-saved-face, custom-button-face, custom-button-pressed-face)
7444 (custom-documentation-face, custom-state-face, custom-comment-face)
7445 (custom-comment-tag-face, custom-variable-tag-face)
7446 (custom-variable-button-face, custom-face-tag-face)
7447 (custom-group-tag-face-1, custom-group-tag-face):
7448 * diff-mode.el (diff-header-face, diff-file-header-face)
7449 (diff-index-face, diff-hunk-header-face, diff-removed-face)
7450 (diff-added-face, diff-changed-face, diff-function-face)
7451 (diff-context-face, diff-nonexistent-face):
7452 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
7453 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
7454 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
7455 (Info-title-4-face):
7456 * isearch.el (isearch-lazy-highlight-face):
7457 * log-view.el (log-view-file-face, log-view-message-face):
7458 * paren.el (show-paren-match-face, show-paren-mismatch-face):
7459 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
7460 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
7461 (cvs-msg-face):
7462 * smerge-mode.el (smerge-mine-face, smerge-other-face)
7463 (smerge-base-face, smerge-markers-face):
7464 * wid-edit.el (widget-documentation-face, widget-button-face)
7465 (widget-field-face, widget-single-line-field-face)
7466 (widget-inactive-face, widget-button-pressed-face):
7467 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
7468 (woman-addition-face):
7469 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
7470 (eshell-ls-executable-face, eshell-ls-readonly-face)
7471 (eshell-ls-unreadable-face, eshell-ls-special-face)
7472 (eshell-ls-missing-face, eshell-ls-archive-face)
7473 (eshell-ls-backup-face, eshell-ls-product-face)
7474 (eshell-ls-clutter-face):
7475 * eshell/em-prompt.el (eshell-prompt-face):
7476 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
7477 * obsolete/old-whitespace.el (whitespace-highlight-face):
7478 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
7479 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
7480 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
7481 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
7482 (antlr-font-lock-literal-face):
7483 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
7484 (ebrowse-root-class-face, ebrowse-file-name-face)
7485 (ebrowse-default-face, ebrowse-member-attribute-face)
7486 (ebrowse-member-class-face, ebrowse-progress-face):
7487 * progmodes/make-mode.el (makefile-space-face):
7488 * progmodes/sh-script.el (sh-heredoc-face):
7489 * textmodes/flyspell.el (flyspell-incorrect-face)
7490 (flyspell-duplicate-face):
7491 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
7492 * textmodes/texinfo.el (texinfo-heading-face):
7493 Mark face aliases with "-face" suffix as obsolete.
7494
7495 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
7496 compiler.
7497
7498 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
7499 (eudc-bob-sound-menu): Use defvar rather than defconst, since
7500 easy-menu-define wants to modify these.
7501
7502 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
7503
7504 * net/browse-url.el (browse-url-file-url):
7505 * term/internal.el (dos-codepage-setup):
7506 Use default-value rather than default-enable-multibyte-characters.
7507
7508 * progmodes/etags.el (etags-goto-tag-location):
7509 * progmodes/flymake.el (flymake-highlight-line)
7510 (flymake-goto-file-and-line, flymake-goto-line):
7511 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
7512 (gdb-goto-breakpoint):
7513 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
7514 * progmodes/python.el (python-find-function)
7515 (python-pdbtrack-track-stack-file):
7516 * progmodes/verilog-mode.el (verilog-surelint-off):
7517 * term/ns-win.el (ns-open-file-select-line):
7518 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
7519 Use forward-line rather than goto-line.
7520
7521 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
7522 * textmodes/reftex-index.el (reftex-display-index):
7523 * textmodes/reftex-ref.el (reftex-offer-label-menu):
7524 * textmodes/reftex-toc.el (reftex-toc):
7525 Remove unnecessary bindings of default-major-mode (all are followed by
7526 major-mode check and possible mode switch).
7527
7528 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
7529
7530 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
7531 Handle watchpoints (bug#4282).
7532 (def-gdb-thread-buffer-command): Enable thread to be selected by
7533 clicking without selecting threads buffer first.
7534 (gdb-current-context-command): Use selected frame so that "up",
7535 "down" etc work in the GUD buffer.
7536 (gdb-update): Find selected frame before rendering stack buffer.
7537 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
7538
7539 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7540
7541 * progmodes/sym-comp.el (displayed-completions): Remove.
7542 (symbol-complete): Use minibuffer-complete.
7543
7544 2009-08-31 Glenn Morris <rgm@gnu.org>
7545
7546 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
7547
7548 * apropos.el (apropos-symbols-internal):
7549 Handle (obsolete) face aliases.
7550
7551 * faces.el (describe-face): Adjust the output format to be more like
7552 describe-variable, and to mention (obsolete) face aliases.
7553 Adjust the whitespace so that help-setup-xref works.
7554
7555 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
7556 * calendar/diary-lib.el (diary-button-face):
7557 Mark these face aliases as obsolete.
7558
7559 * calendar/calendar.el (calendar-today): Doc fix.
7560
7561 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
7562
7563 * progmodes/gdb-mi.el (gdb-control-all-threads)
7564 (gdb-control-current-thread): Force tool bar update.
7565 (gdb-non-stop-handler): New function.
7566 (gdb-init-1): Use it to test if non-stop mode is supported.
7567 Remove unused gdbmi buffer type.
7568
7569 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
7570
7571 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7572 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
7573
7574 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
7575
7576 * comint.el (comint-exec-1): Check command is non-null first.
7577 Part of gdb-mi.el change (2009-08-28).
7578
7579 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7580
7581 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
7582
7583 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
7584
7585 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
7586 instead of `dolist' to avoid a recursive require when bootstrapping.
7587
7588 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7589
7590 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
7591
7592 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
7593
7594 * net/imap.el (imap-send-command): Simplify.
7595 (imap-wait-for-tag): point-max -> buffer-size.
7596
7597 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
7598
7599 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
7600 with constant argument.
7601
7602 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
7603
7604 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
7605
7606 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
7607 Change default, since most of our files don't have a history.
7608 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
7609 the user.
7610
7611 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7612 Add comint-run.
7613
7614 * calc/calc.el: Improve commenting convention.
7615 (calc-digit-map, toplevel): Simplify.
7616
7617 * comint.el (comint-insert-input): Be careful to only set point if we
7618 don't delegate to some other command.
7619
7620 * proced.el (proced-signal-list): Make it an alist.
7621 (proced-grammar-alist): Capitalize names.
7622 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
7623 Disable undo manually and make it read-only.
7624 Use completion-annotate-function.
7625
7626 * minibuffer.el (minibuffer-message): If the current buffer is not
7627 a minibuffer, insert the message in the echo area rather than at the
7628 end of the buffer.
7629 (completion-annotate-function): New variable.
7630 (minibuffer-completion-help): Use it.
7631 (completion--embedded-envvar-table): Environment vars are
7632 always case-sensitive.
7633
7634 2009-08-30 Glenn Morris <rgm@gnu.org>
7635
7636 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
7637 from fortran-current-defun.
7638 (fortran-beginning-of-subprogram): Be more precise about finding the
7639 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
7640 (fortran-end-of-subprogram): Simplify.
7641 (fortran-current-defun): Use fortran-start-prog-re.
7642
7643 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
7644
7645 * subr.el (do-after-load-evaluation): Simplify.
7646
7647 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
7648
7649 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
7650
7651 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
7652 (vc-rcs-print-log): Use it.
7653
7654 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
7655
7656 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7657
7658 * paths.el (abbrev-file-name): Move to abbrev.el.
7659 * abbrev.el (abbrev-file-name): Move from paths.el.
7660 Obey user-emacs-directory.
7661 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
7662 user-emacs-directory.
7663 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
7664 abbrev-file-name and calc-settings-file any more.
7665 * startup.el (command-line): Recompute abbrev-file-name and
7666 abbreviated-home-dir.
7667 (normal-no-mouse-startup-screen): Improve the generic code and get rid
7668 of the special code for when C-h bindings haven't been changed.
7669 (display-startup-echo-area-message): Use with-current-buffer.
7670 (command-line-1): Use a list of strings, rather than a list of lists
7671 of strings for longopts.
7672
7673 * files.el (get-free-disk-space): Use / for default-directory.
7674
7675 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
7676 Use with-current-buffer.
7677
7678 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
7679 Recognize immutable variables like most-positive-fixnum.
7680 (byte-compile-setq-default): Check and warn if trying to assign
7681 to an immutable variable, or a non-variable.
7682
7683 * progmodes/cc-vars.el (c-comment-continuation-stars):
7684 * progmodes/cc-engine.el (c-looking-at-bos):
7685 * progmodes/cc-cmds.el (c-toggle-auto-state)
7686 (c-forward-into-nomenclature, c-backward-into-nomenclature)
7687 (c-comment-line-break-function): Add version of obsolescence.
7688
7689 2009-08-28 Juri Linkov <juri@jurta.org>
7690
7691 * files.el (magic-fallback-mode-alist): Add ZIP magic number
7692 associated with `archive-mode'.
7693
7694 * image.el (image-type-header-regexps): Use only JPEG magic number
7695 to determine JPEG images, and don't use `image-jpeg-p' because
7696 Emacs can display non-JFIF non-Exif JPEG images.
7697
7698 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
7699
7700 * arc-mode.el (archive-mode):
7701 * emacs-lisp/re-builder.el (re-builder-unload-function):
7702 Protect against the default value of `major-mode' being nil.
7703
7704 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
7705
7706 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
7707 Fix typos in docstrings.
7708
7709 * progmodes/js.el (js--macro-decl-re): Doc fix.
7710 (js--plain-method-re, js--split-name): Refloc docstring.
7711 (js--class-styles, js--make-merged-item, js--splice-into-items):
7712 Fix typos in docstrings; reflow docstrings.
7713 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
7714 (js--variable-decl-matcher, js--inside-pitem-p)
7715 (js--parse-state-at-point, js--get-all-known-symbols)
7716 (js--symbol-history, js-find-symbol, js--js-references)
7717 (js--moz-interactor, js--js-encode-value, js--read-tab):
7718 Fix typos in docstrings.
7719
7720 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7721
7722 * textmodes/reftex.el (reftex-get-file-buffer-force):
7723 * progmodes/verilog-mode.el (verilog-batch-execute-func):
7724 * emulation/viper.el (viper-go-away, viper-set-hooks):
7725 * emacs-lisp/re-builder.el (re-builder-unload-function):
7726 * emacs-lisp/bytecomp.el (byte-compile-file):
7727 * ses.el (ses-unload-function):
7728 * hexl.el (hexl-find-file):
7729 * files.el (normal-mode):
7730 * ehelp.el (with-electric-help):
7731 * autoinsert.el (auto-insert-alist):
7732 * arc-mode.el (archive-mode):
7733 Use (default-value 'major-mode) instead of default-major-mode.
7734
7735 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
7736 * international/mule.el (load-with-code-conversion):
7737 * emacs-lisp/debug.el (debug):
7738 * ediff-vers.el (ediff-rcs-get-output-buffer):
7739 * dired.el (dired-internal-noselect): Don't let-bind
7740 default-major-mode around code that doesn't use it.
7741 E.g. buffer creation via get-buffer-create doesn't use it.
7742
7743 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
7744
7745 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
7746 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
7747 when writing the temp file. Otherwise, epa-file gets confused.
7748 (tramp-register-file-name-handlers): Make it a defun. Move also
7749 `epa-file-handler' to the front of `file-name-handler-alist'.
7750
7751 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7752
7753 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
7754 start right after a ^M.
7755 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
7756 (tramp-completion-file-name-regexp-separate)
7757 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
7758 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
7759 Don't modify last-coding-system-used by accident.
7760 (tramp-completion-file-name-handler): Apply the checks here,
7761 instead during registration.
7762 (tramp-register-file-name-handlers) Renamed from
7763 `tramp-register-file-name-handler'. Register both
7764 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
7765 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
7766
7767 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
7768
7769 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
7770 Remove variable ...
7771 (gdb-init-1, gdb-display-separate-io-buffer)
7772 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
7773 references to it.
7774 (gdb-inferior-io-mode): Use make-comint-in-buffer.
7775 (gdb-inferior-filter): Use comint-output-filter to stop
7776 echoing and remove ^M characters.
7777
7778 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7779
7780 * emulation/viper-init.el (viper-restore-cursor-type):
7781 * emulation/cua-base.el (cua--update-indications):
7782 Replace default-cursor-type with (default-value 'cursor-type).
7783
7784 * mail/sendmail.el (mail-recover-1):
7785 * international/mule-diag.el (describe-current-coding-system-briefly)
7786 (describe-current-coding-system):
7787 * international/mule-cmds.el (select-safe-coding-system)
7788 (select-message-coding-system)
7789 (set-language-environment-coding-systems, set-locale-environment):
7790 * hexl.el (hexl-insert-multibyte-char):
7791 * dos-w32.el (find-buffer-file-type-coding-system):
7792 * simple.el (what-cursor-position):
7793 Replace uses of default-buffer-file-coding-system
7794 with (default-value 'buffer-file-coding-system).
7795
7796 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
7797 Replace uses of default-cursor-in-non-selected-windows
7798 with (default-value 'cursor-in-non-selected-windows).
7799 Use with-current-buffer.
7800
7801 * mail/feedmail.el: Use CL macros.
7802 (feedmail-run-the-queue, feedmail-send-it-immediately):
7803 * dos-w32.el (find-buffer-file-type): Replace uses of
7804 default-buffer-file-type with (default-value 'buffer-file-type).
7805
7806 2009-08-28 Glenn Morris <rgm@gnu.org>
7807
7808 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
7809 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
7810 Use default-value of major-mode rather than default-major-mode.
7811
7812 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
7813
7814 * Makefile.in (update-elcfiles): Report left over elc files.
7815
7816 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
7817 expand-file-name and with-current-buffer.
7818 (mail-get-names, mail-directory): Use with-current-buffer.
7819
7820 * vc.el (vc-read-revision): New function.
7821 (vc-version-diff, vc-merge): Use it.
7822
7823 2009-08-27 Sam Steingold <sds@gnu.org>
7824
7825 * simple.el (kill-do-not-save-duplicates): New user option.
7826 (kill-new): When it is non-nil, and the new string is the same as
7827 the latest kill, set replace to t to avoid duplicates in kill-ring.
7828
7829 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
7830
7831 * net/tramp.el (tramp-handle-process-file): Do not flush all
7832 caches when `process-file-side-effects' is set.
7833 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
7834 instead of `tramp-find-file-exists-command'.
7835 Unset `process-file-side-effects'.
7836
7837 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
7838
7839 * net/tramp.el (tramp-methods): New method "rsyncc".
7840 (top): Add completion function for "rsyncc".
7841 (tramp-message-show-message): New defvar.
7842 (tramp-message, tramp-error): Use it.
7843 (tramp-do-copy-or-rename-file-directly): Extend check for direct
7844 remote copying.
7845 (tramp-do-copy-or-rename-file-out-of-band): Handle new
7846 `tramp-methods' entry `copy-env' of "rsyncc".
7847 (tramp-vc-registered-read-file-names): New defconst.
7848 (tramp-vc-registered-file-names): New defvar.
7849 (tramp-handle-vc-registered): Implement optimization strategy.
7850 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
7851 (tramp-vc-file-name-handler): New defun.
7852 (tramp-get-ls-command, tramp-get-test-command)
7853 (tramp-get-file-exists-command, tramp-get-remote-ln)
7854 (tramp-get-remote-perl, tramp-get-remote-stat)
7855 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
7856
7857 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
7858 (tramp-cache-inhibit-cache): Extend doc string. It allows also
7859 timestamps.
7860 (tramp-get-file-property): Check for timestamps in
7861 `tramp-cache-inhibit-cache'.
7862 (tramp-set-file-property): Write timestamp.
7863
7864 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
7865
7866 * language/japan-util.el (japanese-symbol-table): Add entries for
7867 cp932-2-byte.
7868
7869 * international/characters.el: Add category `j' to cp932-2-byte.
7870
7871 2009-08-27 Kenichi Handa <handa@m17n.org>
7872
7873 * international/fontset.el (build-default-fontset-data): New macro.
7874 (setup-default-fontset): Use build-default-fontset-data for CJK,
7875 tibetan, ethiopic, and ipa.
7876
7877 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
7878
7879 * cus-start.el (default-major-mode): Customize `major-mode' instead.
7880 (enable-multibyte-characters): Not customizable any more.
7881
7882 * subr.el (default-mode-line-format, default-header-line-format)
7883 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
7884 (default-direction-reversed, default-truncate-lines)
7885 (default-left-margin, default-tab-width, default-case-fold-search)
7886 (default-left-margin-width, default-right-margin-width)
7887 (default-left-fringe-width, default-right-fringe-width)
7888 (default-fringes-outside-margins, default-scroll-bar-width)
7889 (default-vertical-scroll-bar, default-indicate-empty-lines)
7890 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
7891 (default-fringe-cursor-alist, default-scroll-up-aggressively)
7892 (default-scroll-down-aggressively, default-fill-column)
7893 (default-cursor-type, default-buffer-file-type)
7894 (default-cursor-in-non-selected-windows)
7895 (default-buffer-file-coding-system, default-major-mode)
7896 (default-enable-multibyte-characters): Mark as obsolete.
7897
7898 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
7899
7900 * vc-dir.el (vc-dir-update): Remove debug helper.
7901
7902 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
7903
7904 2009-08-26 Sam Steingold <sds@gnu.org>
7905
7906 * simple.el (save-interprogram-paste-before-kill): New user option.
7907 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
7908 save the interprogram-paste into kill-ring before overriding it
7909 with the Emacs kill.
7910
7911 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
7912
7913 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
7914 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
7915 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
7916 and move to vc-rcs.el.
7917 (vc-default-next-revision): Rename to vc-rcs-next-revision and
7918 move to vc-rcs.el.
7919 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
7920 (vc-rcs-update-changelog): Remove.
7921 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
7922 and move to vc-rcs.el.
7923
7924 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
7925 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
7926 renaming.
7927 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
7928 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
7929 vc.el, renamed to be RCS specific.
7930
7931 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
7932 New functions.
7933 (vc-cvs-update-changelog): Move here from vc.el.
7934
7935 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
7936 New functions.
7937
7938 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
7939
7940 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
7941
7942 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
7943
7944 * vc-git.el (vc-git-register): Use "git add" for directories.
7945 (vc-git-stash, vc-git-stash-show): New functions.
7946 (vc-git-extra-menu-map): Bind them.
7947
7948 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
7949 directory correctly in case the item is a directory itself.
7950
7951 * vc.el: Document the desired behavior for reverted files in the
7952 `added' state.
7953 (vc-default-prettify-state-info): Remove function, unused.
7954
7955 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
7956
7957 2009-08-26 Glenn Morris <rgm@gnu.org>
7958
7959 * bindings.el (standard-mode-line-format): Reposition dashes in
7960 which-func entry. (Bug#4217)
7961
7962 * files.el (enable-local-variables, enable-local-eval)
7963 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
7964 the defcustoms.
7965 (auto-mode-alist, ignored-local-variables)
7966 (save-some-buffers-action-alist): Move risky declarations to the
7967 definitions.
7968 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
7969 (font-lock-defaults, format-alist, imenu--index-alist)
7970 (imenu-generic-expression, input-method-alist, minor-mode-alist)
7971 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
7972 (mode-line-modified, mode-line-mule-info, mode-line-position)
7973 (mode-line-process, mode-line-remote, outline-level)
7974 (parse-time-rules, rmail-output-file-alist)
7975 (special-display-buffer-names, vc-mode):
7976 Move risky declarations to the relevant files.
7977 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
7978 (mode-line-modified, mode-line-process, mode-line-position)
7979 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
7980 * font-core.el (font-lock-defaults):
7981 * format.el (format-alist):
7982 * vc-hooks.el (vc-mode):
7983 * window.el (special-display-buffer-names):
7984 * international/mule-cmds.el (input-method-alist):
7985 Define riskiness here (dumped file) rather than in files.el.
7986 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
7987 * imenu.el (imenu-generic-expression, imenu--index-alist):
7988 * outline.el (outline-level):
7989 * time.el (display-time-string):
7990 * calendar/parse-time.el (parse-time-rules):
7991 * mail/rmailout.el (rmail-output-file-alist):
7992 Autoload riskiness here, rather than placing in files.el.
7993
7994 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
7995
7996 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
7997
7998 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
7999
8000 * simple.el (process-file-side-effects): New defvar.
8001
8002 * dired-aux.el (dired-show-file-type):
8003 * vc.el (vc-diff-internal):
8004 * vc-arch.el (vc-arch-diff):
8005 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
8006 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
8007 * vc-git.el (vc-git-registered, vc-git-working-revision)
8008 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
8009 (vc-git--empty-db-p):
8010 * vc-hooks.el (vc-user-login-name):
8011 * vc-svn.el (vc-svn-registered, vc-svn-state)
8012 (vc-svn-dir-extra-headers, vc-svn-find-revision):
8013 * progmodes/grep.el (grep-probe): Let-bind
8014 `process-file-side-effects' with nil.
8015
8016 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
8017
8018 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
8019 daemon. Replace ping by checking for running service for bluez
8020 and zeroconf. (Bug#4239)
8021
8022 2009-08-25 Kevin Ryde <user42@zip.com.au>
8023
8024 * net/dig.el (dig): Add autoload cookie.
8025
8026 2009-08-25 Glenn Morris <rgm@gnu.org>
8027
8028 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
8029 load-history for absolute file-names.
8030 (byte-compile-file-form-require): Warn about use of the cl package.
8031
8032 * format.el (format-alist): Doc fix.
8033
8034 * play/bubbles.el (top-level): Don't require cl at run-time.
8035
8036 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
8037 run-time cl).
8038
8039 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
8040
8041 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
8042 from cl package.
8043 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
8044
8045 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
8046
8047 * calc/calc-alg.el (math-trig-rewrite)
8048 (math-hyperbolic-trig-rewrite): New functions.
8049 (calc-simplify): Simplify trig functions when asked.
8050
8051 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
8052
8053 * diff-mode.el (diff-find-source-location): Avoid goto-line.
8054
8055 2009-08-24 Kenichi Handa <handa@m17n.org>
8056
8057 * language/ind-util.el (mapthread): Delete it.
8058 (combinatorial): New function.
8059 (indian--puthash-cv): Use combinatorial instead of mapthread.
8060
8061 2009-08-22 Kevin Ryde <user42@zip.com.au>
8062
8063 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
8064 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
8065 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
8066 Clarify docstring that the value is strings not symbols.
8067 (checkdoc-list-of-strings-p): New function.
8068
8069 2009-08-22 Glenn Morris <rgm@gnu.org>
8070
8071 * files.el (auto-mode-alist):
8072 * hippie-exp.el (he-concat-directory-file-name):
8073 * lpr.el (lpr-windows-system, printer-name):
8074 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
8075 * ps-print.el (ps-windows-system):
8076 * startup.el (command-line):
8077 * emulation/viper-ex.el (viper-glob-function):
8078 * international/mule-cmds.el (set-language-environment-coding-systems):
8079 * net/ange-ftp.el (ange-ftp-write-region):
8080 * obsolete/fast-lock.el (fast-lock-cache-name):
8081 Remove code for defunct system-types emx, macos, mswindows, next-mach,
8082 unisoft-unix, vax-vms, win32, w32.
8083
8084 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
8085 given name if the pattern is not more specific.
8086
8087 * calendar/lunar.el (lunar-phase-names): New option.
8088 (lunar-phase): Doc fix.
8089 (lunar-cycles-per-year): New constant.
8090 (lunar-index): New function.
8091 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
8092 (lunar-phase-name): Use lunar-phase-names.
8093 (calendar-lunar-phases): Use format.
8094 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
8095
8096 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
8097 Copy imenu-example--name-and-position function here for own use.
8098 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
8099
8100 * bs.el (bs--redisplay):
8101 * cus-edit.el (custom-redraw):
8102 * ibuffer.el (ibuffer-bury-buffer):
8103 * server.el (server-goto-line-column):
8104 * startup.el (command-line-1):
8105 * strokes.el (strokes-xpm-for-stroke):
8106 * term.el (term-display-buffer-line):
8107 * view.el (View-goto-line):
8108 * calc/calc.el (calc-do, calc-trail-buffer):
8109 * play/gamegrid.el (gamegrid-add-score-insecure):
8110 * progmodes/ada-mode.el (ada-compile-goto-error):
8111 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
8112 (ebrowse-select-1st-to-9nth):
8113 * progmodes/cperl-mode.el (cperl-time-fontification):
8114 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
8115 * progmodes/gud.el (gud-display-line):
8116 (idlwave-shell-display-line):
8117 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
8118 * progmodes/make-mode.el (makefile-browser-toggle):
8119 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
8120 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
8121 * textmodes/picture.el (picture-draw-rectangle):
8122 * textmodes/reftex-index.el (reftex-index-goto-letter):
8123 (reftex-select-jump-to-previous):
8124 * textmodes/reftex-sel.el (reftex-find-start-point)
8125 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
8126 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
8127 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
8128 * textmodes/tex-mode.el (tex-compilation-parse-errors):
8129 * textmodes/two-column.el (2C-associated-buffer):
8130 Use forward-line rather than goto-line.
8131
8132 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
8133 goto-line.
8134
8135 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
8136 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
8137 (quick-check-list-to-regexp): Declare.
8138
8139 * progmodes/make-mode.el (makefile-browser-insert-selection):
8140 Use goto-char rather than goto-line.
8141
8142 * progmodes/prolog.el (compilation-error-regexp-alist)
8143 (compilation-forget-errors): Declare.
8144
8145 2009-08-22 Juri Linkov <juri@jurta.org>
8146
8147 * progmodes/grep.el (lgrep, rgrep): At the beginning
8148 set `dir' to `default-directory' unless `dir' is a non-nil
8149 readable directory. (Bug#4052)
8150 (lgrep, rgrep): Change a weird way to report an error
8151 from using `read-string' to using `error'.
8152 Instead of using interactive arguments in the function body,
8153 add new argument `confirm'.
8154
8155 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8156
8157 * textmodes/remember.el (remember-buffer):
8158 * progmodes/cperl-mode.el (cperl-vc-header-alist):
8159 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
8160 (icalendar-extract-ical-from-buffer):
8161 * net/newst-treeview.el (newsticker-groups-filename):
8162 * net/newst-backend.el (newsticker-cache-filename):
8163 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
8164 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
8165 (speedbar-add-ignored-path-regexp, speedbar-line-path)
8166 (speedbar-buffers-line-path, speedbar-path-line)
8167 (speedbar-buffers-line-path):
8168 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
8169 (epg-sign-keys):
8170 * epa.el (epa-display-verify-result):
8171 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
8172
8173 2009-08-21 Glenn Morris <rgm@gnu.org>
8174
8175 * progmodes/js.el (inferior-moz-process): Fix declaration.
8176
8177 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
8178
8179 * obsolete/rnewspost.el (news-mail-reply):
8180 Use goto-char rather than goto-line.
8181
8182 * term/ns-win.el (ns-open-file-select-line):
8183 Use line-beginning-position rather than goto-line.
8184
8185 * apropos.el (apropos-command):
8186 * ehelp.el (electric-helpify):
8187 * printing.el (pr-show-setup):
8188 * strokes.el (strokes-help):
8189 * tutorial.el (tutorial--describe-nonstandard-key)
8190 (tutorial--detailed-help):
8191 * woman.el (woman-mini-help, woman-display-extended-fonts):
8192 * calc/calc-help.el (calc-describe-key):
8193 * emulation/edt.el (edt-electric-helpify):
8194 * international/mule-diag.el (mule-diag):
8195 * play/yow.el (apropos-zippy):
8196 * progmodes/python.el (python-describe-symbol):
8197 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
8198 * textmodes/table.el (*table--cell-describe-mode)
8199 (*table--cell-describe-bindings):
8200 Use help-print-return-message rather than the now obsolete alias.
8201
8202 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
8203 (calendar-cursor-to-visible-date):
8204 * play/5x5.el (5x5-position-cursor):
8205 * play/decipher.el (decipher):
8206 * play/gomoku.el (gomoku-goto-xy):
8207 * play/landmark.el (lm-goto-xy):
8208 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
8209 (mpuz-paint-digit):
8210 Use forward-line, not goto-line.
8211
8212 * mail/rmail.el (rmail-obsolete): Delete custom group.
8213 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
8214 (rmail-remote-password, rmail-remote-password-required):
8215 Remove unneeded :set-after and :set properties.
8216
8217 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
8218
8219 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
8220
8221 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
8222
8223 * loadup.el: Remove leftover macos code.
8224
8225 * vc-git.el (vc-git-annotate-command): Run asynchronously.
8226 Explicitly pass the date format to git blame so that user local
8227 so that the output format can be parsed.
8228
8229 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
8230
8231 * net/dbus.el (top): Don't check for (getenv
8232 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
8233
8234 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
8235
8236 * log-edit.el (log-edit-strip-single-file-name): New var.
8237 (log-edit-insert-changelog): Use it. Bug#3571
8238
8239 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8240
8241 * subr.el (read-passwd): Use read-key so keypad keys work as well.
8242 Bug#3287
8243
8244 * help.el (help-print-return-message): Rename from
8245 print-help-return-message.
8246
8247 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
8248 cvs-mode-map parent hack.
8249 (log-view-mode): Derive from special-mode.
8250
8251 * linum.el (linum-mode): window-size-change-functions is redundant.
8252 Adapt to new window-configuration-change-hook behavior.
8253 (linum-after-size, linum-after-config): Remove.
8254
8255 * imenu.el (imenu-example--name-and-position)
8256 (imenu-example--lisp-extract-index-name)
8257 (imenu-example--create-lisp-index, imenu-example--create-c-index):
8258 Mark as obsolete.
8259
8260 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
8261 (inferior-prolog-mode): Use it.
8262 (inferior-prolog-load-file): Reset list of errors.
8263
8264 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8265
8266 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
8267
8268 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
8269
8270 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
8271
8272 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
8273 is running already.
8274
8275 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8276
8277 * subr.el (listify-key-sequence-1): Use normal syntax since those
8278 integers are nowadays always represented by the same (positive) number
8279 on all platforms.
8280 (read-key-empty-map): New const.
8281 (read-key-delay): New var.
8282 (read-key): New function.
8283 (force-mode-line-update): Use with-current-buffer.
8284 (locate-user-emacs-file): Don't forget to abbreviate the file name.
8285 (start-process-shell-command, start-file-process-shell-command):
8286 Discourage the use of command-args.
8287
8288 2009-08-19 Glenn Morris <rgm@gnu.org>
8289
8290 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
8291
8292 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8293
8294 * simple.el (choose-completion-string): Don't rely on
8295 minibuffer-completing-file-name and ad-hoc checks to decide whether
8296 to continue completion or not.
8297
8298 * minibuffer.el (minibuffer-hide-completions): New function.
8299 (completion--do-completion): Use it.
8300 (completions-annotations): New face.
8301 (completion--insert-strings): Use it.
8302 (completion-pcm--delim-wild-regex): Add docstring.
8303 (completion-pcm--string->pattern): Add support for 0-width delimiters
8304 in completion-pcm--delim-wild-regex.
8305
8306 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
8307
8308 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
8309 Remove unused var `buffer-modified-p'.
8310
8311 * minibuffer.el (completion--do-completion): Move point for the #b001
8312 case as well (bug#4176).
8313 (minibuffer-complete, minibuffer-complete-word): Don't move point.
8314
8315 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
8316
8317 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
8318 and :session buses.
8319
8320 2009-08-18 Kenichi Handa <handa@m17n.org>
8321
8322 * international/ucs-normalize.el (ucs-normalize-version):
8323 Change to 1.1.
8324 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
8325 (utf-8-hfs): Make it perform normalization on encoding too.
8326
8327 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
8328 (sentence-end-without-space): Delete duplicated chars.
8329 (sentence-end-base): Likewise.
8330
8331 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
8332 (html-mode): Delete duplicated chars from sentence-end-base.
8333
8334 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
8335 (texinfo-mode): Delete duplicated chars from sentence-end-base.
8336
8337 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
8338
8339 * files.el (hack-one-local-variable): If the mode function is for
8340 a minor mode, pass it an argument (Bug#4148).
8341
8342 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
8343
8344 * net/tramp.el (tramp-register-completion-file-name-handler):
8345 Check also for (member 'partial-completion completion-styles).
8346
8347 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
8348
8349 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
8350 abbrev (Bug#3943).
8351
8352 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8353
8354 * progmodes/cperl-mode.el: Merge upstream 6.2.
8355 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
8356 (cperl-forward-re): Check cperl-brace-recursing.
8357 (cperl-highlight-charclass): New function.
8358 (cperl-find-pods-heres): Use it.
8359 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8360 (cperl-beautify-regexp-piece): Fix column calculation.
8361 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8362 (cperl-beautify-level): Don't process entire regexp.
8363 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
8364 calling man.
8365 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
8366 (cperl-init-faces): Build a list in the normal way.
8367
8368 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
8369
8370 * calendar/parse-time.el (parse-time-string-chars): Save match
8371 data.
8372
8373 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
8374
8375 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
8376 (sql-product): Use it.
8377 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
8378 (sql-set-product): Add completion.
8379 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
8380 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
8381 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
8382 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
8383 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
8384 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
8385 (sql-highlight-db2-keywords): Remove.
8386 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
8387 (sql-highlight-product): Use derived-mode-p.
8388 (sql-set-sqli-buffer): Use with-current-buffer.
8389 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
8390 Simplify.
8391
8392 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
8393
8394 * term.el: Fix commenting convention, turn comments into docstrings.
8395
8396 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
8397
8398 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
8399
8400 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
8401
8402 * calendar/parse-time.el (parse-time-string-chars): Compute using
8403 character classes, to handle non-ascii characters (Bug#3190).
8404
8405 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
8406
8407 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
8408 another heredoc if the user adds another < (Bug#3226).
8409
8410 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8411 Don't initialize based on window-system (Bug#4124).
8412
8413 * facemenu.el (facemenu-read-color): Use a completion function
8414 that accepts any defined color, such as RGB triplets (Bug#3677).
8415
8416 * files.el (get-free-disk-space): Change fallback default
8417 directory to /. Expand DIR argument before switching to fallback.
8418 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
8419
8420 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
8421
8422 * files.el (load-library): Doc fix.
8423
8424 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
8425
8426 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
8427 (viper-if-string): Redefine C-s in the minibuffer to insert the last
8428 incremental search string.
8429
8430 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
8431 XEmacs.
8432
8433 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
8434 (ediff-merge-region-is-non-clash)
8435 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
8436 Also check if the job is really a merge job.
8437
8438 * ediff.el (ediff-current-file): New function.
8439
8440 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
8441
8442 * progmodes/js.el: Edit docstrings throughout to follow Emacs
8443 conventions.
8444 (js-insert-and-indent): Delete function.
8445 (js-mode-map): Don't bind keys to js-insert-and-indent.
8446 (js-beginning-of-defun): Rename from js--beginning-of-defun.
8447 (js-end-of-defun): Rename from js--end-of-defun.
8448 (js-auto-indent-flag): Delete variable.
8449
8450 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
8451
8452 * progmodes/js.el: Remove proclaim statement.
8453 Defvar which-func-imenu-joiner-function to silence compiler.
8454
8455 * files.el (auto-mode-alist): Use js-mode for .js files.
8456
8457 * progmodes/js2-mode.el: Remove file.
8458
8459 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
8460
8461 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
8462
8463 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
8464
8465 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
8466 Karl Landstrom <karl.landstrom@brgeight.se>
8467
8468 * progmodes/js.el: New file.
8469
8470 2009-08-14 Mark A. Hershberger <mah@everybody.org>
8471
8472 * timezone.el (timezone-parse-date): Add ability to understand ISO
8473 basic format (minimal separators) dates in addition to the
8474 already-supported extended format dates.
8475
8476 2009-08-14 Eli Zaretskii <eliz@gnu.org>
8477
8478 * international/ucs-normalize.el: Add a `coding' file variable.
8479
8480 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
8481
8482 2009-08-14 Sam Steingold <sds@gnu.org>
8483
8484 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
8485
8486 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
8487
8488 * faces.el (help-argument-name): Define it here instead of
8489 help-fns.el, because in daemon mode help-fns.el may be loaded when
8490 faces are still uninitialized (Bug#1078).
8491
8492 * help-fns.el (help-argument-name): Move defface to faces.el.
8493
8494 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
8495
8496 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
8497 create buffer with a pty but no process so that GDB can make the
8498 inferior the controlling process.
8499
8500 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
8501
8502 * international/ucs-normalize.el: New file.
8503
8504 2009-08-13 Richard Stallman <rms@gnu.org>
8505
8506 * mail/rmail.el (rmail-get-attr-names):
8507 Accept an attribute header that is too short.
8508
8509 * mail/rmail.el (rmail-forget-messages):
8510 Ignore nil elt in rmail-message-vector. Use dotimes.
8511
8512 * progmodes/compile.el (compilation-goto-locus):
8513 Use next-error-move-function.
8514
8515 * simple.el (next-error-move-function): New variable.
8516
8517 2009-08-12 Juri Linkov <juri@jurta.org>
8518
8519 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
8520 always non-nil. (Bug#4052)
8521
8522 * replace.el (read-regexp): Return empty string when
8523 `default-value' is nil.
8524 (keep-lines-read-args): Don't use empty string as the
8525 default value for `read-regexp'. (Bug#2495)
8526
8527 2009-08-12 Juri Linkov <juri@jurta.org>
8528
8529 * international/mule-cmds.el (ucs-insert): Change arguments
8530 from `arg' to `character', `count', `inherit' to be the same
8531 as in `insert-char'. Doc fix. (Bug#4039)
8532
8533 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
8534
8535 2009-08-12 Juri Linkov <juri@jurta.org>
8536
8537 * files-x.el: New file.
8538
8539 * files.el: Move code that deals with adding/deleting
8540 file/directory-local variables to files-x.el.
8541
8542 * Makefile.in (ELCFILES): Add files-x.elc.
8543
8544 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
8545
8546 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
8547 to use `goto-line'.
8548 (gdb-place-breakpoints, gdb-get-location): Rewritten without
8549 `goto-line'.
8550 (gdb-invalidate-disassembly): Do not refresh upon receiving
8551 'update signal. Instead, update all disassembly buffers only after
8552 threads list.
8553 (gdb): Send -target-detach when buffer is killed (Bug#3794).
8554 (gdb-starting): Moved -data-list-register-names...
8555 (gdb-stopped): ...here so it's sent when first thread stops.
8556 (gdb-registers-handler-custom): Do nothing if register names are
8557 unknown yet.
8558
8559 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
8560 from `gdb-mi.el' to avoid extra tangling.
8561
8562 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
8563 change which breaks `gud-def' definitions used in `gdb'.
8564 (gdb-update-gud-running): No extra fuss for updating frame number.
8565
8566 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8567
8568 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
8569 (describe-language-environment-map, setup-language-environment-map)
8570 (set-coding-system-map): Move initialization into declaration.
8571 (set-language-info-alist): Last arg to define-key-after can be skipped.
8572
8573 * international/quail.el (quail-completion-1): Simplify.
8574 (quail-define-rules): Use slightly more compact code.
8575 (quail-insert-decode-map): Propertize keys, compact columns.
8576
8577 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8578 Add goto-line.
8579
8580 2009-08-10 Miles Bader <miles@gnu.org>
8581
8582 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
8583 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
8584 (js2-instance-member, js2-private-member, js2-private-function-call)
8585 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
8586 (js2-magic-paren, js2-external-variable):
8587 Remove "-face" suffix from face names.
8588 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
8589 (js2-highlight-undeclared-vars, js2-peek-token)
8590 (js2-parse-function-params, js2-mode-show-errors)
8591 (js2-mode-show-warnings, js2-make-magic-delimiter)
8592 (js2-mode-highlight-magic-parens): Update to use new face names.
8593
8594 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
8595
8596 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
8597 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
8598
8599 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
8600
8601 * subr.el: Provide hashtable-print-readable.
8602
8603 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
8604 hs-c-like-adjust-block-beginning.
8605 (hs-hide-block-at-point): Stop hiding at the beginning of
8606 hs-block-end-regexp (Bug#700).
8607
8608 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
8609
8610 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
8611 a macro.
8612 (gdb-registers-handler-custom): Do not fail when register names
8613 are unavailable.
8614
8615 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
8616
8617 * progmodes/gdb-mi.el (gdb-control-all-threads)
8618 (gdb-control-current-thread): Interactive setters for
8619 `gdb-gud-control-all-threads' to use in menu.
8620 (gdb-show-run-p): Show «Go» when process is not active.
8621 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
8622 gud/thread.xpm and gud/all.xpm.
8623
8624 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
8625
8626 * net/net-utils.el (net-utils-font-lock-keywords): New var.
8627 (nslookup-font-lock-keywords): Make it a variable.
8628 (net-utils-mode): New mode for viewing diagnostic network output.
8629 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
8630 (net-utils-run-simple): New function.
8631 (ifconfig, iwconfig, netstat, arp, route): Use it.
8632
8633 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
8634
8635 * progmodes/gdb-mi.el (gdb-read-memory-custom)
8636 (gdb-memory-set-address, def-gdb-set-positive-number)
8637 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
8638 after changing settings.
8639 (gdb-invalidate-disassembly): Update when first shown.
8640 (gdb-edit-locals-value): Fixed.
8641 (gdb-registers-handler-custom): Print registers in right order and
8642 allow changing register values (only for current thread yet).
8643 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
8644 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
8645 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
8646 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
8647 info in mode name.
8648 (gdb-registers-mode-map): TAB to switch to locals.
8649
8650 2009-08-08 Eli Zaretskii <eliz@gnu.org>
8651
8652 * mail/rmail.el (rmail-add-mbox-headers)
8653 (rmail-set-message-counters-counter): Search for
8654 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
8655
8656 2009-08-08 Glenn Morris <rgm@gnu.org>
8657
8658 * Makefile.in (ELCFILES): Update.
8659
8660 2009-08-07 Eli Zaretskii <eliz@gnu.org>
8661
8662 * mail/sendmail.el (mail-yank-original): Set
8663 buffer-file-coding-system from the one used by the message whose
8664 text is yanked.
8665
8666 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
8667 to "windows" when "pgnuplot" is used.
8668 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
8669 call accept-process-output if "pgnuplot" is used.
8670 (calc-graph-init): Don't send -display and -geometry to
8671 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
8672 running "pgnuplot -V" with shell-command-to-string.
8673
8674 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
8675 the default.
8676
8677 2009-08-07 Eli Zaretskii <eliz@gnu.org>
8678
8679 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
8680 org/org-latex.elc.
8681
8682 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
8683
8684 * vc-dispatcher.el (vc-resynch-window): Update comment.
8685
8686 * term.el (term-handle-ansi-escape): Add comments with the
8687 terminfo capabilities implemented.
8688
8689 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
8690
8691 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
8692 (gdb-var-create-handler): Rewritten using JSON parser.
8693 (gdb-propertize-header): Moved earlier.
8694 (gdb-set-header): Removed to avoid duplication.
8695 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
8696 Refresh disassembly buffers only after threads list have been
8697 update.
8698 (gdb-threads-header, gdb-registers-header): Per-buffer header line
8699 variables.
8700
8701 2009-08-04 Juri Linkov <juri@jurta.org>
8702
8703 * files.el: Commands to add/delete file/directory-local variables.
8704 (read-file-local-variable, read-file-local-variable-value)
8705 (read-file-local-variable-mode, modify-file-local-variable)
8706 (modify-file-local-variable-prop-line)
8707 (modify-dir-local-variable): New functions.
8708 (add-file-local-variable, delete-file-local-variable)
8709 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
8710 (add-dir-local-variable, delete-dir-local-variable)
8711 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
8712 (copy-dir-locals-to-file-locals-prop-line): New commands.
8713
8714 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
8715
8716 * abbrev.el (insert-abbrev-table-description): Prettify output.
8717 Suggested by Karl Chen.
8718
8719 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
8720
8721 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
8722 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
8723 (gdb-overlay-arrow-position, gdb-thread-position)
8724 (gdb-disassembly-position): Declare variables.
8725 (gdb-wait-for-pending): Function now.
8726 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
8727 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
8728 compilation goes smoothly.
8729 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
8730 (gdb-non-stop-setting): New customization setting which replaces
8731 `gdb-non-stop' so changing it doesn't break active GDB session.
8732 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
8733 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
8734 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
8735 (gdb-show-threads-by-default): New customization options.
8736 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
8737 routines.
8738 (gdb-get-buffer-create): Send buffers update signal when they are
8739 created.
8740 (gdb-invalidate-locals, gdb-invalidate-registers)
8741 (gdb-invalidate-breakpoints)
8742 (gdb-invalidate-threads, gdb-invalidate-disassembly)
8743 (gdb-invalidate-memory): Accept update signal.
8744 (gdb-current-context-command): Use --frame option.
8745 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
8746 Implement `gdb-frame-number' selection logic.
8747 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
8748 whether to show GUD toolbar buttons.
8749 (gdb-thread-exited): Unselect current thread when it exits.
8750 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
8751 (gdb-mark-line): Routine which sets overlay arrow or inverses
8752 video on fringeless displays.
8753 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
8754 to build aligned columns of data in GDB buffers and set text
8755 properties line-by-line.
8756 (gdb-invalidate-breakpoints)
8757 (gdb-breakpoints-list-handler-custom)
8758 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
8759 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
8760 (gdb-registers-handler-custom): Align data columns.
8761 (gdb-locals-handler-custom): Now prints data like in variable
8762 declarations.
8763 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
8764 Removed confusing buttons.
8765 (gdb-invalidate-threads): Append --frame.
8766 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
8767 between breakpoints/threads buffers.
8768 (gdb-set-window-buffer): Now can ignore dedicated windows.
8769 (gdb-propertize-header): Use `gdb-set-window-buffer'.
8770 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
8771 (def-gdb-thread-buffer-gud-command): Replaces
8772 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
8773 for fine thread control.
8774 (gdb-preempt-existing-or-display-buffer): New function used to
8775 display bound buffers without breaking window layout.
8776 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
8777 (gdb-select-frame): New version of `gdb-frames-select' which now
8778 sets `gdb-frame-number' so commands may use --frame option instead
8779 of inner debugger state.
8780 (gdb-frame-handler): Do not set `gdb-frame-number'.
8781 (gdb-threads-mode-map): Select threads with mouse.
8782
8783 * progmodes/gud.el (gdb-gud-context-call): Declare function to
8784 avoid compilation warning.
8785 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
8786 `gdb-show-stop-p`.
8787
8788 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
8789 Argument `key' renamed to `buffer-type'.
8790 (gdb-current-context-buffer-name): Do not add thread info to
8791 buffer name when no thread is selected.
8792 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
8793 command (bug 3794).
8794 (gdb-thread-selected): Handle `=thread-selected' notification.
8795 (gdb-wait-for-pending): New macro to deal with congestion problems.
8796 (gdb-breakpoints-list-handler-custom): Don't fail on pending
8797 breakpoints.
8798 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
8799 This fixes problem similar to one described in bug 3947.
8800 (gud-menu-map): More menu items.
8801 (gdb-init-1): Reset `gdb-thread-number' to nil.
8802
8803 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
8804 non-stop settings.
8805
8806 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
8807 (gdb-current-context-command): Do not append --thread if
8808 `gdb-thread-number' is nil.
8809 (gdb-running-threads-count, gdb-stopped-threads-count): New
8810 variables.
8811 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
8812 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
8813 customization options.
8814 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
8815 GUD commands.
8816 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
8817 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
8818 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
8819 set `gdb-thread-number' and update `gud-running' properly.
8820 (gdb-running): Update threads list when new threads appear.
8821 (gdb-stopped): Support non-stop operation and new thread switching
8822 logic.
8823 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
8824 (gdb-json-partial-output): New set of JSON routines.
8825 (def-gdb-auto-update-trigger): New `signal-list' optional
8826 argument.
8827 (gdb-thread-list-handler-custom): Update `gud-running',
8828 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
8829 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
8830 (gdb-continue-thread, gdb-step-thread): New commands for fine
8831 thread execution control.
8832 (gud-menu-map): New menu items to switch non-stop options.
8833 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
8834 (gdb-send): Mimic RET properly (bug 3794).
8835
8836 * progmodes/gdb-mi.el (gdb-rules-name-maker)
8837 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
8838 gdb-buffer-rules.
8839 (def-gdb-auto-update-handler): New nopreserve optional argument.
8840 (gdb-stack-list-frames-custom): Print stack from top to bottom.
8841
8842 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
8843 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
8844 (gdb-parent-mode): New mode to derive other GDB modes from.
8845 (gdb-display-disassembly-for-thread)
8846 (gdb-frame-disassembly-for-thread): New commands for threads
8847 buffer.
8848
8849 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
8850 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
8851 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
8852 (gdb-update): We now store all GDB buffers in a list so that they
8853 can be updated by traversing a list instead of calling invalidate
8854 triggers explicitly.
8855 (def-gdb-trigger-and-handler): New macro to define trigger-handler
8856 pair for GDB buffer.
8857 (gdb-stack-buffer-name): Add thread information.
8858 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
8859 handle pending triggers.
8860 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
8861 (def-gdb-thread-buffer-simple-command)
8862 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
8863 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
8864 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
8865 New commands which show buffers bound to thread.
8866 (gdb-stack-list-locals-regexp): Removed unused regexp.
8867
8868 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
8869 (gdb-locals-buffer-name, gdb-registers-buffer-name)
8870 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
8871 to (gud-comint-buffer) in *-buffer-name functions
8872 because (gdb-get-target-string) already does that.
8873 (gdb-locals-handler-custom, gdb-registers-handler-custom)
8874 (gdb-changed-registers-handler): Rewritten without regexps.
8875
8876 * progmodes/gdb-mi.el: Basic thread selection support.
8877 (gdb-thread-number): New variable.
8878 (gdb-current-context-command): New macro which adds --thread
8879 option to command.
8880 (gdb-threads-mode-map): Select thread with SPC.
8881 (gdb-thread-list-handler-custom): Mark current thread with overlay
8882 arrow. Synchronize GDB thread and Emacs thread.
8883 (gdb-select-thread): New command which selects current thread.
8884 (gdb-invalidate-frames, gdb-invalidate-locals)
8885 (gdb-invalidate-registers): Use --thread option.
8886
8887 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
8888
8889 * net/tramp.el (top): Make check for tramp-gvfs loading more
8890 robust. (Bug#3977)
8891 (tramp-handle-insert-file-contents): `unwind-protect' must be
8892 inside `with-parsed-tramp-file-name'.
8893
8894 * net/tramp-gvfs.el (top): Remove superfluous message when loading
8895 fails.
8896
8897 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
8898
8899 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
8900 directory if CLASSPATH is not set.
8901
8902 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
8903
8904 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
8905 New defconst.
8906 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
8907
8908 2009-08-02 Kevin Ryde <user42@zip.com.au>
8909
8910 * net/newst-backend.el (newsticker--raw-url-list-defaults):
8911 Update freshmeat link. Delete newsforge.com as it seems gone.
8912
8913 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
8914
8915 * select.el (x-set-selection): Doc fix (Bug#4021).
8916
8917 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
8918
8919 * help-fns.el (describe-variable): Treat list return values from
8920 dir-locals-find-file properly (Bug#4005).
8921
8922 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
8923
8924 * net/tramp.el (tramp-debug-message): Print also microseconds.
8925
8926 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
8927
8928 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
8929 or END is non-nil.
8930 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
8931 (tramp-get-debug-buffer): Change `outline-regexp' according to new
8932 format.
8933
8934 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
8935 (tramp-get-file-property): Use it.
8936
8937 * autorevert.el (auto-revert-handler): Allow
8938 `auto-revert-tail-mode' for remote files.
8939
8940 2009-08-02 Jason Rumney <jasonr@gnu.org>
8941
8942 * minibuffer.el (read-file-name): Treat confirm options to
8943 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
8944
8945 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
8946
8947 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
8948 (font-lock-variable-name-face, font-lock-constant-face): Darken
8949 the colors for light backgrounds.
8950
8951 2009-08-01 Eli Zaretskii <eliz@gnu.org>
8952
8953 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
8954 month names. (Bug#3987)
8955
8956 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
8957
8958 * simple.el (line-move-finish): Pass whole number to
8959 line-move-to-column.
8960 (line-move-visual): Perform hscroll to the recorded position.
8961
8962 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
8963
8964 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
8965
8966 2009-07-29 Alan Mackenzie <acm@muc.de>
8967
8968 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
8969
8970 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
8971
8972 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
8973 (gdb-place-breakpoints): Use full path when setting breakpoints.
8974
8975 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
8976
8977 * calc/calc.el (calc-mode-map): Add keybinding for
8978 `calc-transpose-lines'.
8979
8980 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
8981
8982 * calc/calc-misc.el (calc-transpose-lines): New function.
8983
8984 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
8985
8986 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
8987 Simplify check for out-of-band methods.
8988 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
8989 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
8990
8991 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
8992
8993 * vc-git.el (vc-git-checkin): Fix typo.
8994
8995 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
8996
8997 * progmodes/js2-mode.el: New file.
8998
8999 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
9000
9001 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
9002 (gud-menu-map): Adjust tooltip accordingly.
9003
9004 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
9005
9006 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
9007 (vc-bzr-log-view-mode): Adjust log-view-file-re.
9008
9009 * add-log.el (change-log-mode-map): Add a menu.
9010
9011 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
9012
9013 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
9014 function returns nil.
9015 (dbus-handle-event): Handle special return value :ignore.
9016 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
9017
9018 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
9019
9020 * view.el (view-mode-enable): Don't define Helper-return-blurb if
9021 it's not needed.
9022
9023 2009-07-25 Eli Zaretskii <eliz@gnu.org>
9024
9025 Fix Bug#3888:
9026
9027 * w32-vars.el (x-select-enable-clipboard): Doc fix.
9028
9029 * term/pc-win.el (x-display-name, x-colors)
9030 (x-select-enable-clipboard, x-select-text): Doc fix.
9031
9032 * term/common-win.el (x-display-name, x-colors): Doc fix.
9033
9034 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
9035 (xw-defined-colors): Doc fix.
9036
9037 * w32-fns.el (x-select-text, x-setup-function-keys)
9038 (x-get-selection, x-set-selection): Doc fix.
9039
9040 * term/x-win.el (x-select-text, x-setup-function-keys)
9041 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
9042
9043 * select.el (x-set-selection): Doc fix.
9044
9045 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
9046
9047 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
9048 instead of "IsNSSSupportAvailable". Avahi ought to work also when
9049 "IsNSSSupportAvailable" method is not available. Reported by
9050 Steve Youngs <steve@sxemacs.org>.
9051
9052 2009-07-24 Kenichi Handa <handa@m17n.org>
9053
9054 * international/characters.el: Fix setting of category ?C, ?|, ?K,
9055 and ?H. Fix setting of case for Latin Extended and Greek Extended.
9056 (build-unicode-category-table): Fix range checks.
9057
9058 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
9059
9060 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
9061 the buffer we try to sync is current when calling
9062 vc-resynch-buffer.
9063
9064 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
9065 not show up to date files.
9066
9067 2009-07-24 Glenn Morris <rgm@gnu.org>
9068
9069 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
9070 Add autoload cookies. If necessary, initialize.
9071 (elint-log): Handle non-file buffers.
9072 (elint-initialize): Add optional argument to reinitialize.
9073 (elint-find-builtin-variables): Save excursion.
9074
9075 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
9076
9077 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
9078 for Lint.
9079
9080 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9081
9082 * vc.el (vc-print-log-internal): New function, split out from ...
9083 (vc-print-log): ... here.
9084 (vc-dir-move-to-goal-column): Declare.
9085
9086 * vc-git.el (vc-git-add-signoff): New variable.
9087 (vc-git-checkin): Use it.
9088 (vc-git-toggle-signoff): New function.
9089 (vc-git-extra-menu-map): Bind it to menu.
9090 (vc-git--run-command-string): Accept a nil FILE argument.
9091 (vc-git-stash-list): New function.
9092 (vc-git-dir-extra-headers): Use it.
9093
9094 2009-07-23 Glenn Morris <rgm@gnu.org>
9095
9096 * help-fns.el (describe-variable): Describe ignored and risky local
9097 variables in a similar way to that in which we describe safe ones.
9098
9099 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
9100 (byte-compile-output-file-form, byte-compile-output-docform)
9101 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
9102 Give some more local variables with common names a "bytecomp-" prefix,
9103 so as not to shadow things during compilation.
9104 * emacs-lisp/cl-macs.el (load-time-value)
9105 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
9106 `outbuffer' to `bytecomp-outbuffer'.
9107
9108 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
9109 since the next two variables cover them automatically now.
9110 (elint-builtin-variables, elint-autoloaded-variables): New.
9111 (elint-unknown-builtin-args): Remove all members, since they can be
9112 parsed automatically now.
9113 (elint-extra-errors): New.
9114 (elint-env-add-env, elint-env-add-macro): Use cadr.
9115 (elint-current-buffer): Use or. Change final message.
9116 (elint-get-top-forms): Use line-end-position.
9117 (elint-init-env): Use cadr. Handle autoload, declare-function,
9118 and defalias.
9119 (elint-add-required-env): Doc fix. Use or. Standardize error.
9120 (regexp-assoc): Remove unused function.
9121 (elint-top-form): Set elint-current-pos, to record the start of the
9122 top-level form, for compilation-mode.
9123 (elint-form): Trap errors in macro expansion. Use dolist.
9124 (elint-unbound-variable): Use elint-builtin-variables and
9125 elint-autoloaded-variables.
9126 (elint-get-args): Use cadr, or.
9127 (elint-check-cond-form): Use dolist, cadr.
9128 (elint-check-condition-case-form): Doc fix. Use cadr.
9129 Use elint-extra-errors.
9130 (elint-log): New function.
9131 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
9132 Distinguish errors and warnings.
9133 (elint-log-message): Use with-current-buffer. Inhibit read-only.
9134 Use a bytecomp-style format.
9135 (elint-clear-log): Preserve default-directory. Inhibit read-only.
9136 (elint-get-log-buffer): Use compilation mode. Disable undo.
9137 Don't truncate lines.
9138 (elint-initialize): Set builtin and autoloaded variable lists.
9139 Only process elint-unknown-builtin-args if non-nil.
9140 (elint-find-builtin-variables, elint-find-autoloaded-variables):
9141 New functions.
9142 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
9143
9144 2009-07-22 Kevin Ryde <user42@zip.com.au>
9145
9146 * net/newst-backend.el (newsticker--parse-atom-1.0)
9147 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
9148 (newsticker--parse-rss-1.0):
9149 * progmodes/idlwave.el (idlwave-mode):
9150 * progmodes/idlw-shell.el (idlwave-shell-mode):
9151 * progmodes/vera-mode.el (vera-mode):
9152 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
9153 * progmodes/vhdl-mode.el (vhdl-mode):
9154 * textmodes/table.el (table-generate-source)
9155 (table--warn-incompatibility):
9156 Hyperlink urls in docstrings with URL `...'.
9157
9158 2009-07-22 Glenn Morris <rgm@gnu.org>
9159
9160 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
9161 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
9162 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
9163 Remove leading * from defcustom docs.
9164
9165 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
9166
9167 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
9168 defcustom doc.
9169 (list-load-path-shadows): Optionally, just return shadows as a string.
9170
9171 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
9172
9173 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
9174
9175 * mail/rmailedit.el (rmail-edit-mode): Use
9176 auto-save-include-big-deletions.
9177
9178 * mail/rmail.el (rmail-variables): Use
9179 auto-save-include-big-deletions.
9180
9181 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
9182 changes.
9183
9184 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
9185
9186 * calc/calc.el (calc-undo-length): New variable.
9187 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
9188
9189 2009-07-21 Richard Stallman <rms@gnu.org>
9190
9191 * files.el (auto-save-mode): Handle buffer-save-size = -2
9192 for toggling mode.
9193
9194 2009-07-21 Glenn Morris <rgm@gnu.org>
9195
9196 * textmodes/ispell.el (ispell-looking-back): Update declaration.
9197
9198 * calendar/todo-mode.el (calendar-current-date): Update declaration.
9199
9200 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
9201 silence compiler. Instead...
9202 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
9203 (ps-print-ensure-fontified): Update for above function name changes.
9204
9205 * printing.el (pr-mh-get-msg-num, pr-mh-show)
9206 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
9207 silence compiler. Instead...
9208 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
9209 (mh-show-buffer): Only define for compiler.
9210 (pr-mh-current-message): Update for above function name changes.
9211
9212 * files.el (abort-if-file-too-large): Explicitly pass `filename'
9213 as an argument.
9214 (find-file-noselect, insert-file-1): Update for above change.
9215
9216 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
9217
9218 * mail/mailclient.el (mailclient-send-it): Fix message.
9219
9220 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
9221 (edebug-eval): Check cl-debug-env is bound.
9222 (print-level, print-circle): Don't redefine built-in variables.
9223
9224 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
9225 (custom-print-vectors): Remove old comments from doc.
9226
9227 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
9228 (emerge-version): Make the variable an obsolete alias for the
9229 emacs-version variable. Make the function obsolete.
9230 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
9231 Emerge options, rather than merging in into the main Options menu.
9232 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
9233 and auto advance modes. Disable edit/fast items when not relevant.
9234
9235 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
9236
9237 * term/vt420.el (terminal-init-vt420): Fix typo.
9238
9239 2009-07-20 Sam Steingold <sds@gnu.org>
9240
9241 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
9242 variable (removed from compile.el on 2004-03-11).
9243
9244 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
9245
9246 * files.el (hack-local-variables-filter): Fix last change.
9247
9248 2009-07-19 Juri Linkov <juri@jurta.org>
9249
9250 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
9251 (dir-local-variables-alist): New buffer-local variable.
9252 (hack-local-variables-filter): If variable is not dir-local,
9253 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
9254 because file-local overrides dir-local.
9255 (c-postprocess-file-styles) <declare-function>:
9256 Remove obsolete declaration.
9257 (hack-dir-local-variables): Add dir-local variable/value pair to
9258 `dir-local-variables-alist' and remove duplicates. Doc fix.
9259
9260 * help-fns.el (describe-variable): Add information about
9261 file-local and dir-local variables.
9262
9263 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
9264
9265 * files.el (hack-local-variables-filter): Rewrite.
9266
9267 2009-07-19 Glenn Morris <rgm@gnu.org>
9268
9269 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
9270 Silence compiler by only defining on XEmacs.
9271
9272 * international/mule.el (auto-coding-regexp-alist): Only match
9273 BABYL... at the start of buffer, not of lines. (Bug#3790)
9274
9275 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
9276 non-calendar buffers (Bug#3862). Restore "not on a date" message.
9277 (cal-menu-context-mouse-menu): Doc fix.
9278
9279 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
9280
9281 * simple.el (mail-user-agent): Doc fix. Set :version tag.
9282
9283 2009-07-18 Juri Linkov <juri@jurta.org>
9284
9285 * info.el: Virtual Info keyword finder.
9286 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
9287 (Info-finder-file): New variable.
9288 (Info-finder-find-file): New function.
9289 (finder-known-keywords, finder-package-info)
9290 (find-library-name, lm-commentary): Use defvar and
9291 declare-function to silence compiler warnings.
9292 (Info-finder-find-node): New function.
9293 (info-finder): New command.
9294
9295 * subr.el (process-kill-buffer-query-function): New function.
9296 (add-hook)<kill-buffer-query-functions>: Add hook
9297 `process-kill-buffer-query-function'.
9298
9299 2009-07-18 Alan Mackenzie <acm@muc.de>
9300
9301 * progmodes/cc-mode.el (c-before-hack-hook)
9302 (c-postprocess-file-styles): Give invocation of `c-set-style'
9303 DONT-OVERRIDE parameter of t. Already set style variables will
9304 thus not be overridden by style settings given by `c-file-syle'.
9305
9306 * files.el (hack-local-variables-filter): Remove entries with
9307 duplicate keys from `file-local-variables-alist'.
9308
9309 2009-07-18 Eli Zaretskii <eliz@gnu.org>
9310
9311 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
9312 x-set-selection if display-selections-p returns nil for the
9313 current frame.
9314
9315 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
9316
9317 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
9318
9319 2009-07-18 Eli Zaretskii <eliz@gnu.org>
9320
9321 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
9322 Accept nil in addition to a regexp.
9323 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
9324 Accept nil in addition to a regexp.
9325 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
9326 buffers that have an associated file. Handle nil values of
9327 desktop-buffers-not-to-save and desktop-files-not-to-save.
9328 (Bug#3833)
9329
9330 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
9331 (x-disown-selection-internal): New functions.
9332
9333 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
9334
9335 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
9336 warning.
9337 (gdb-breakpoints-header): Move forward to avoid compiler warning.
9338 (gdb-make-header-line-mouse-map): Remove duplicate definition.
9339
9340 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
9341
9342 * simple.el (set-mark): Revert last change.
9343
9344 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
9345
9346 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
9347 rendering of pngs is not possible instead of messaging a long
9348 description.
9349
9350 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
9351
9352 * w32-fns.el (x-selection-owner-p): New function.
9353
9354 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
9355 (mouse-yank-at-click, mouse-yank-primary): If
9356 select-active-regions is non-nil, deactivate the mark before
9357 insertion.
9358
9359 * simple.el (deactivate-mark, set-mark): Only save selection if we
9360 own it.
9361
9362 2009-07-17 Kenichi Handa <handa@m17n.org>
9363
9364 * case-table.el (describe-buffer-case-table): Fix for the case
9365 that KEY is a cons.
9366
9367 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
9368
9369 * vc-rcs.el (vc-rcs-find-file-hook):
9370 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
9371
9372 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
9373
9374 * net/tramp.el (tramp-wait-for-output): Handle the case when
9375 commands do not return a newline but a null byte before the shell
9376 prompt. (Bug#3858)
9377
9378 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9379
9380 * term/ns-win.el (ns-set-alpha): Don't declare.
9381 (ns-set-background-alpha): Remove function.
9382
9383 2009-07-16 Kevin Ryde <user42@zip.com.au>
9384
9385 * emacs-lisp/copyright.el (copyright-update): Save match-data across
9386 y-or-n-p, for safety.
9387
9388 2009-07-16 Richard Stallman <rms@gnu.org>
9389
9390 * files.el (auto-save-mode): If buffer-saved-size is -2,
9391 don't clobber it.
9392
9393 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
9394 (rmail-retry-ignored-headers): Add more uninteresting fields.
9395
9396 2009-07-15 Jari Aalto <jari.aalto@cante.net>
9397
9398 * net/rcirc.el (rcirc): Use history variables.
9399 (rcirc-server-name-history, rcirc-nick-name-history)
9400 (rcirc-server-port-history): New variables.
9401
9402 2009-07-15 Kenichi Handa <handa@m17n.org>
9403
9404 * international/mule-cmds.el (set-language-environment-charset):
9405 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
9406 ignore them.
9407
9408 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
9409 Delete unibyte-display.
9410
9411 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
9412
9413 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
9414
9415 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
9416
9417 * simple.el (deactivate-mark): Optional argument FORCE.
9418 (set-mark): Use deactivate-mark.
9419
9420 * info.el (Info-search): No need to check transient-mark-mode
9421 before calling deactivate-mark.
9422
9423 * select.el (x-set-selection): Doc fix.
9424 (x-valid-simple-selection-p): Allow buffer values.
9425 (xselect--selection-bounds): Handle buffer values. Suggested by
9426 David De La Harpe Golden.
9427
9428 * mouse.el (mouse-set-region, mouse-drag-track): Call
9429 copy-region-as-kill before setting the mark, to let
9430 select-active-regions work.
9431
9432 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
9433
9434 * simple.el (deactivate-mark): If select-active-regions is
9435 non-nil, copy the selection data into a string.
9436 (activate-mark): If select-active-regions is non-nil, set the
9437 selection to the current buffer.
9438 (set-mark): Update selection if select-active-regions is non-nil.
9439
9440 * select.el (x-valid-simple-selection-p): Allow buffer values.
9441
9442 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
9443
9444 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
9445 and more featureful message-mode.
9446
9447 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
9448
9449 * select.el (x-set-selection): Doc fix.
9450 (x-valid-simple-selection-p): Disallow selection data consisting
9451 of a list or cons of integers, since that is not used.
9452 (xselect--selection-bounds, xselect--int-to-cons): New functions.
9453 (xselect-convert-to-string, xselect-convert-to-length)
9454 (xselect-convert-to-filename, xselect-convert-to-charpos)
9455 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
9456
9457 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
9458
9459 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
9460 output in -break-info command (Emacs bug #3794).
9461
9462 2009-07-14 Glenn Morris <rgm@gnu.org>
9463
9464 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
9465 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
9466 (edebug-print-length, edebug-print-level, edebug-print-circle)
9467 (edebug-sit-for-seconds, edebug-view-outside)
9468 (edebug-bounce-point, edebug-set-global-break-condition)
9469 (edebug-Go-nonstop-mode, edebug-trace-mode)
9470 (edebug-Trace-fast-mode, edebug-continue-mode)
9471 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
9472 (edebug-visit-eval-list): Doc fixes.
9473
9474 * subr.el (def-edebug-spec): Doc fix.
9475
9476 2009-07-14 Kenichi Handa <handa@m17n.org>
9477
9478 * international/characters.el: Fix setting of category ?C.
9479
9480 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
9481
9482 * term/ns-win.el (x-select-font): defalias x-select-font to
9483 ns-popup-font-panel instead of generate-fontset-menu.
9484
9485 2009-07-12 Eli Zaretskii <eliz@gnu.org>
9486
9487 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
9488
9489 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
9490
9491 * arc-mode.el (archive-find-type): Allow for a PK00 string before
9492 the PK\003\004 header (Bug#3770).
9493
9494 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
9495
9496 * pcomplete.el (pcomplete-comint-setup): Check for
9497 shell-dynamic-complete-filename too.
9498
9499 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
9500
9501 * simple.el (temporary-goal-column): Change the value for
9502 line-move-visual to a cons cell.
9503 (line-move-visual): Record or set the window hscroll, if
9504 necessary (Bug#3494).
9505 (line-move-1): Handle cons value of temporary-goal-column.
9506
9507 2009-07-11 Kenichi Handa <handa@m17n.org>
9508
9509 * international/mule-diag.el (describe-character-set): Don't show
9510 width.
9511
9512 2009-07-10 Sam Steingold <sds@gnu.org>
9513
9514 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9515 Omake sometimes indents the errors it prints, so allow all
9516 regexps to start with spaces.
9517
9518 2009-07-10 Eli Zaretskii <eliz@gnu.org>
9519
9520 * cus-edit.el (customize-changed-options-previous-release):
9521 Bump value to 22.1. (Bug#3804)
9522
9523 2009-07-08 Sam Steingold <sds@gnu.org>
9524
9525 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
9526 to be a cons cell (test . ignored-directory) to selectively ignore
9527 some directories depending on the location of the search.
9528
9529 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
9530
9531 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
9532 remote user is root, on the local host.
9533 (tramp-local-host-p): Either the local user or the remote user
9534 must be root. (Bug#3771)
9535
9536 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
9537
9538 * progmodes/gdb-mi.el (gdb): Remove description of
9539 gdb-use-separate-io-buffer.
9540 (menu): Don't allow toggling of or enable
9541 gdb-use-separate-io-buffer from menubar.
9542
9543 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
9544
9545 * mail/unrmail.el (unrmail): Make sure the message ends with two
9546 newlines (Bug#3769).
9547
9548 2009-07-08 Glenn Morris <rgm@gnu.org>
9549
9550 * calendar/calendar.el (calendar-current-date): Rework previous change.
9551
9552 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
9553
9554 * calendar/calendar.el (calendar-current-date):
9555 Add an optional argument giving an offset from today.
9556
9557 2009-07-08 Glenn Morris <rgm@gnu.org>
9558
9559 * tutorial.el (tutorial--describe-nonstandard-key):
9560 Adjust the message for when a key has been unbound.
9561 (help-with-tutorial): Hide the arch-tag.
9562
9563 2009-07-08 Kenichi Handa <handa@m17n.org>
9564
9565 * international/fontset.el (setup-default-fontset): For each
9566 script, append (not set) font-specs.
9567
9568 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
9569 docstring.
9570
9571 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
9572
9573 * progmodes/gdb-mi.el (gdb-init-1): Move sending
9574 -data-list-register-names to ...
9575 (gdb-starting): ... here because GDB 7.0 requires execution to
9576 have started when using this MI command.
9577 (gdb-set-header): New function to distinguish select and
9578 unselected tabs in gdb buffers.
9579 (gdb-propertize-header): New macro that uses gdb-set-header.
9580 (gdb-breakpoints-header, gdb-locals-header): Use it.
9581 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
9582
9583 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
9584
9585 * Makefile.in (ELCFILES): Remove fadr.elc.
9586
9587 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
9588
9589 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
9590 may contain frame information, so `string-match' should be used.
9591 (gdb-update): Disassembly is invalidated through
9592 `gdb-get-selected-frame'.
9593 (gdb-pad-string): New function to pad string with spaces.
9594 (gdb-invalidate-disassembly): Invalidate only if the buffer
9595 exists.
9596 (gdb-disassembly-handler-custom): Column alignment.
9597 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
9598 placing new ones.
9599 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
9600 end of line, too.
9601 (gdb-frame-handler): Match convention to for disassembly buffer
9602 mode name.
9603 (gdb-stack-list-frames-handler): Rewritten without regexps.
9604 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
9605 not highlight breakpoints without line information.
9606 (gdb-input): Add trailing newline to command.
9607
9608 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
9609 buffer properly.
9610 (gdb-breakpoints-list-handler-custom): Replacement for
9611 `gdb-break-list-handler'. Using real parser instead of regexps
9612 now.
9613 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
9614 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
9615 to place breakpoints.
9616 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
9617 functions.
9618 (gdb-disassembly-handler-custom): Show overlay arrow.
9619 (gdb-disassembly-place-breakpoints): Show breakpoints in
9620 disassembly buffer.
9621 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
9622 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
9623 instead of parsing breakpoints buffer. Fixed old menu references
9624 in `gud-menu-map'.
9625
9626 * fadr.el: Remove.
9627
9628 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
9629 (gdb-memory-address): New variable which holds top address of
9630 memory page shown in memory buffer.
9631 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
9632 customization variables.
9633 New functions:
9634 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
9635 display the memory buffer.
9636 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
9637 buffer display parameters.
9638 (def-gdb-memory-format, gdb-memory-format-binary)
9639 (gdb-memory-format-octal, gdb-memory-format-unsigned)
9640 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
9641 Functions for setting memory buffer format.
9642 (gdb-memory-unit-word, gdb-memory-unit-halfword)
9643 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
9644 unit size used in memory buffer.
9645 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
9646 to next/previous page of memory buffer.
9647 Now using (bindat-get-field) instead of fadr functions.
9648
9649 2009-07-07 Sam Steingold <sds@gnu.org>
9650
9651 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
9652 non-top-level files.
9653
9654 2009-07-07 Kenichi Handa <handa@m17n.org>
9655
9656 * international/mule-cmds.el (reset-language-environment): Put
9657 the highset priority to the charset iso-8859-1.
9658
9659 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
9660
9661 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
9662 to the end of the line when locating the block (Bug#700).
9663
9664 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
9665
9666 * net/tramp.el (tramp-handle-write-region): Flush file properties
9667 in case of short track.
9668
9669 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
9670
9671 * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
9672 representation of verilog error regular expressions to work with
9673 Emacs-22's new format.
9674 (verilog-error-regexp-xemacs-alist): Coded custom representation
9675 of verilog error regular expressions to work with XEmacs format.
9676 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
9677 error recognition into XEmacs.
9678 (verilog-error-regexp-add-emacs): Hook routine to install verilog
9679 error recognition into Emacs-22.
9680
9681 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
9682
9683 * woman.el: Remove stand-alone closing parentheses.
9684 (woman-file-name, woman2-format-paragraphs)
9685 (woman-leave-blank-lines): Code cleanup.
9686 (woman-use-own-frame): Change default to nil.
9687 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
9688 defaults to inherit from default faces.
9689 (woman2-process-escapes): Consume the newline after a stand-alone
9690 filler character (Bug#3651).
9691
9692 2009-07-06 Glenn Morris <rgm@gnu.org>
9693
9694 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
9695 (top-level): Move provide to the end.
9696 (ffap): Remove defunct URL from custom group.
9697
9698 * subr.el (eval-after-load): Doc fix.
9699
9700 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
9701
9702 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
9703 `calc-embedded-word' is called twice.
9704
9705 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9706
9707 * files.el (find-alternate-file-other-window, find-alternate-file):
9708 Obey confirm-nonexistent-file-or-buffer.
9709
9710 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
9711
9712 * dired-aux.el (dired-show-file-type): Handle remote files.
9713
9714 2009-07-05 Jari Aalto <jari.aalto@cante.net>
9715
9716 * desktop.el (desktop-globals-to-save):
9717 Add file-name-history (Bug#2750).
9718
9719 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
9720
9721 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
9722
9723 2009-07-04 Johan Bockgård <bojohan@gnu.org>
9724
9725 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
9726 property on entire argument since this is what eshell-lisp-command
9727 expects.
9728
9729 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
9730
9731 * net/tramp-gvfs.el (tramp-gvfs-methods)
9732 (tramp-gvfs-zeroconf-domain)
9733 (tramp-bluez-discover-devices-timeout): Add version flag.
9734 (tramp-gvfs-handler-mounted-unmounted)
9735 (tramp-gvfs-connection-mounted-p): Polish handling of
9736 incompatibilities between GVFS 0.2 and 1.0.
9737
9738 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
9739
9740 * cus-start.el (all): Add make-pointer-invisible.
9741
9742 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
9743
9744 * calc-math.el (math-use-emacs-fn): Make sure that the number is
9745 formatted correctly.
9746
9747 2009-07-02 Juri Linkov <juri@jurta.org>
9748
9749 * info.el: Virtual Info files and nodes.
9750 (Info-virtual-files, Info-virtual-nodes): New variables.
9751 (Info-current-node-virtual): New variable.
9752 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
9753 New functions.
9754 (Info-file-supports-index-cookies): Use Info-virtual-file-p
9755 to check for a virtual file instead of checking a fixed list
9756 of node names.
9757 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
9758 instead of ad-hoc processing of "dir" and (apropos history toc).
9759 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
9760 instead of ad-hoc processing of "dir" and (apropos history toc).
9761 Reread a file when moving from a virtual node.
9762 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
9763 (Info-directory-toc-nodes, Info-directory-find-file)
9764 (Info-directory-find-node): New functions.
9765 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
9766 (Info-history): Move part of code to
9767 `Info-history-find-node'.
9768 (Info-history-toc-nodes, Info-history-find-file)
9769 (Info-history-find-node): New functions.
9770 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
9771 (Info-toc): Move part of code to `Info-toc-find-node'.
9772 (Info-toc-find-node): New function.
9773 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
9774 the current Info file name to references because now the node
9775 "*TOC*" belongs to the same Info manual.
9776 (Info-toc-build): Rename from `Info-build-toc'.
9777 (Info-toc-nodes): Rename input argument `file' to `filename'.
9778 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
9779 instead of ad-hoc processing of ("dir" apropos history toc).
9780 (Info-index-nodes): Use Info-virtual-file-p
9781 to check for a virtual file instead of checking a fixed list
9782 of node names.
9783 (Info-index-node): Add check for `Info-current-node-virtual'.
9784 Raise `save-match-data' higher up the tree to contain
9785 `search-forward' too (bug fix).
9786 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
9787 (Info-virtual-index-nodes): New variable.
9788 (Info-virtual-index-find-node, Info-virtual-index): New functions.
9789 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
9790 (Info-apropos-file, Info-apropos-nodes): New variables.
9791 (Info-apropos-toc-nodes, Info-apropos-find-file)
9792 (Info-apropos-find-node, Info-apropos-matches): New functions.
9793 (info-apropos): Move part of code to `Info-apropos-find-node' and
9794 `Info-apropos-matches'.
9795 (Info-mode-map): Bind "I" to `Info-virtual-index'.
9796 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
9797 for a virtual file instead of checking a fixed list of node names.
9798
9799 * simple.el (async-shell-command): New command.
9800
9801 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
9802
9803 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
9804 instead of `mount-info'.
9805
9806 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
9807
9808 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
9809 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
9810
9811 2009-07-02 Kenichi Handa <handa@m17n.org>
9812
9813 * international/mule.el (set-keyboard-coding-system): Force *-unix
9814 coding-system to avoid eol conversion.
9815
9816 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
9817
9818 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9819 Add handler for `process-file', `shell-command' and
9820 `start-file-process'.
9821 (tramp-gvfs-handle-shell-command)
9822 (tramp-gvfs-handle-start-file-process)
9823 (tramp-gvfs-handle-process-file): New defuns.
9824 (tramp-synce-list-devices): Simplify check for existence of property.
9825
9826 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
9827
9828 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
9829
9830 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
9831
9832 * language/korean.el (set-language-info-alist): Add korean-cp949,
9833 cp949 to spec.
9834
9835 2009-07-01 Kenichi Handa <handa@m17n.org>
9836
9837 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
9838
9839 * international/encoded-kb.el: Deleted.
9840
9841 * international/mule.el (set-keyboard-coding-system): Perform the
9842 necessary setup here instead of calling encoded-kbd-setup-display.
9843
9844 2009-07-01 Glenn Morris <rgm@gnu.org>
9845
9846 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
9847
9848 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
9849
9850 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
9851
9852 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
9853
9854 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
9855 Handle also the 'rename case, when setting file modes. (Bug#3712)
9856 (tramp-default-file-modes) Remove execute permissions.
9857
9858 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
9859 (top): Add a default for "synce" in `tramp-default-user-alist'.
9860 Add completion function for "synce" method.
9861 (tramp-hal-service, tramp-hal-path-manager)
9862 (tramp-hal-interface-manager, tramp-hal-interface-device):
9863 New defconst.
9864 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
9865 (tramp-synce-list-devices, tramp-synce-parse-device-names):
9866 New defuns.
9867
9868 * net/trampver.el: Update release number.
9869
9870 2009-06-30 Kenichi Handa <handa@m17n.org>
9871
9872 * international/fontset.el (setup-default-fontset): Add CJK fonts
9873 for symbols and the other miscellaneous characters.
9874
9875 * language/korea-util.el (setup-korean-environment-internal):
9876 Make char-width-table suitable for Korean environments.
9877 (exit-korean-environment): Cancel above.
9878
9879 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
9880 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
9881 setup-funcion to make char-widht-table suitable for respective
9882 environments, and an exit-function to cancel that.
9883
9884 * language/japan-util.el (setup-japanese-environment-internal):
9885 Call use-cjk-char-width-table with arg `ja_JP'.
9886
9887 * international/characters.el (cjk-char-width-table): Delete it.
9888 (cjk-char-width-table-list): New variable.
9889 (use-cjk-char-width-table): New arg local-name.
9890 (use-default-char-width-table): Fix for the case that Emacs is
9891 already using the default char-width-table.
9892
9893 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
9894
9895 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
9896 modes mandatory. (Bug#3712)
9897
9898 2009-06-29 Alan Mackenzie <acm@muc.de>
9899
9900 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
9901 correction between the visible width of TABs and their number of bytes.
9902
9903 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
9904
9905 * server.el (server-buffer-done): Prevent kill-buffer from
9906 prompting by clearing the buffer modification flag (Bug#3696).
9907
9908 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
9909
9910 * verilog-mode.el (verilog-beg-of-statement)
9911 (verilog-endcomment-reason-re): Support unique case and priority case.
9912 (verilog-basic-complete-re): Support localparam lineup.
9913 (verilog-beg-of-statement-1): Fix for robustness, unique case.
9914 (verilog-set-auto-endcomments): Fix for unique case, always_comb
9915 commenting.
9916 (verilog-leap-to-case-head): Now support *nested* unique &
9917 priority case statements.
9918 (verilog-auto-lineup): Make just declarations the default (as it
9919 had been).
9920 (verilog-leap-to-case-head): Support priority/unique case statements.
9921 (verilog-auto-lineup): Rework to give users radio buttons to
9922 select the various styles of automatic lineup.
9923 (verilog-error-regexp-alist): Rework to support the XEmacs style
9924 of error regular expressions from compilers, lint tools &
9925 simulators. Note that GNU Emacs has made it impossible for a mode
9926 to load such things.
9927 (electric-verilog-terminate-line, verilog-indent-declaration)
9928 (verilog-auto-wiure): Rework for radio button selection of
9929 auto-lineup selection of specification of auto lineup.
9930 (verilog-beg-of-statement-1): Redesign to support proper operation
9931 in additional code, based on testing with auto-lineup.
9932 (verilog-calculate-indent, assignments & declarations)
9933 (verilog-backward-token): Enhance to support auto-lineup of
9934 assignments & declarations.
9935 (verilog-in-directive-p, verilog-at-struct-p): New function for
9936 easy test of whether we are.
9937 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
9938 to support safe execution at almost anyline.
9939 (verilog-calc-1): Properly support indenting deep inside generate
9940 blocks.
9941 (verilog-init-font) Remove definition & use of verilog-init-font,
9942 as it is redundant with font-lock-defaults.
9943 (verilog-mode): Alter the definition of verilog-font-lock-defaults
9944 to avoid circular calls if syntax-ppss is a function (as is the
9945 case now in 22.x GNU Emacs) as that function would sometimes call
9946 itself, leading to (nearly) infinite recursion.
9947 (verilog-ovm-begin-re, verilog-ovm-end-re)
9948 (verilog-ovm-statement-re, verilog-leap-to-head)
9949 (verilog-backward-token): Add support for OVM macros. Some are
9950 complete statements, and others open and close scopes like begin
9951 and end.
9952 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
9953 (verilog-defun-level-generate-only-re): Really fix the defun-list
9954 compilation issue.
9955 (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
9956 coverpoint, constraint and cross statements.
9957 (verilog-defun-level-list, verilog-generate-defun-level-list)
9958 (verilog-all-defun-level-list): Redo these specifications - it is
9959 too hard to support eval-when compile aggregation of lists also
9960 built at when-compile time.
9961 (verilog-defun-level-list): Place defconsts of variables used in
9962 building regular expressions which are built in eval-when-compile
9963 bodies in the same eval-when-compile body to facilitate compile
9964 without load.
9965 (verilog-beg-block-re-ordered): Support indenting
9966 virtual/protected tasks and functions.
9967 (verilog-defun-level-list, verilog-in-generate-region-p)
9968 (verilog-backward-ws&directives, verilog-calc-1): Speed up
9969 indentation of some module items (generate items).
9970 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
9971 across virtual/protected tasks and functions.
9972
9973 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
9974
9975 * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
9976 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
9977 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
9978 in concatenations. Reported by Yishay Belkind.
9979 (verilog-auto-ascii-enum): Support one-hot state machines in
9980 AUTOASCIIENUM. Suggested by Lloyd Gomez.
9981 (verilog-auto-inst, verilog-auto-inst-port): Include interface
9982 modport in AUTOINST and add vl-modport for users. Reported by
9983 David Rogoff.
9984 (verilog-auto-inout-module, verilog-auto-inst)
9985 (verilog-decls-get-interfaces, verilog-insert-definition)
9986 (verilog-insert-one-definition, verilog-read-decls)
9987 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
9988 (verilog-sig-modport, verilog-signals-combine-bus)
9989 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
9990 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
9991 Suggested by David Rogoff.
9992 (verilog-repair-open-comma): Fix non-insertion of comma when
9993 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
9994 (verilog-make-width-expression): Simplify [A-1:0] expression
9995 widths to just {A{1'b0}}.
9996 (verilog-mode): Cleanup checkdoc warnings.
9997 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
9998 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
9999 inputs/outputs or data type. Suggested by Vasu Kandadi.
10000 (next-error-last-buffer): Fix byte-compiler warning.
10001 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
10002 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
10003 or shell command text during AUTO expansion. Suggested by Tad Truex.
10004 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
10005 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
10006 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
10007 in AUTOINOUT. Reported by Matthew Lovell.
10008 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
10009 causing use of <= assignments. Reported by Alex Reed.
10010 (verilog-read-decls): Fix triand, trior, wand, wor to be
10011 recognized by AUTOWIRE. Reported by Spencer Isaacson.
10012 (verilog-extended-complete-re): Support import "DPI-C" functions.
10013 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
10014 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
10015 (verilog-insert-date, verilog-insert-year)
10016 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
10017 Windows systems. Reported by Michael Potts.
10018 (verilog-read-module-name): Fix AUTOINST when the child module
10019 declaration's name is a tick define. Reported by Elliot Mednick.
10020 (verilog-read-decls): Fix V2K parameter bit subscripts getting
10021 passed to next parameter's definition. Reported by Bruce T.
10022 (verilog-read-decls): Fix detecting "parameter int" when using
10023 AUTOINSTPARAM. Reported by Bruce T.
10024 (verilog-goto-defun): Fix goto not finding modules unless first
10025 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
10026 (verilog-mode): Expand -f flag arguments on entry to mode so
10027 verilog-goto-defun will work. Reported by Lawrence Butcher.
10028 (verilog-getopt): Expand environment variables in -f file
10029 arguments. Suggested by Lawrence Butcher.
10030 (verilog-set-define): Fix "Symbol's value as variable is void"
10031 when reading enumerations.
10032 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
10033 Suggested by Stephen Peltan.
10034 (verilog-read-defines): Fix reading of enumerations in include
10035 files. Reported by Steve Peltan.
10036
10037 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
10038
10039 * files.el (trash-directory): Fix defcustom type.
10040
10041 2009-06-28 Juri Linkov <juri@jurta.org>
10042
10043 * help-fns.el (describe-function-1): Correctly locate adviced
10044 functions in hyperlink (Bug#2438).
10045
10046 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
10047
10048 * files.el (trash-directory): Change default to nil.
10049 (move-file-to-trash): If trash-directory is nil and
10050 system-move-file-to-trash is unbound, perform freedesktop-style
10051 trashing.
10052
10053 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
10054
10055 * files.el (move-file-to-trash): Add freedesktop trash
10056 support (Bug#973).
10057
10058 2009-06-28 Glenn Morris <rgm@gnu.org>
10059
10060 * autorevert.el (global-auto-revert-non-file-buffers)
10061 (global-auto-revert-mode): Doc fixes.
10062
10063 2009-06-27 Johan Bockgård <bojohan@gnu.org>
10064
10065 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
10066
10067 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
10068
10069 * faces.el (x-handle-named-frame-geometry): Ensure that we have
10070 opened an X connection before calling x-get-resource (Bug#3194).
10071
10072 * play/doctor.el: Remove reference to obsolete website.
10073 (make-doctor-variables): Correct grammar mistake (Bug#2633).
10074
10075 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
10076
10077 Remove find-file-not-found-hook VC method. (Bug#2757)
10078 * vc-hooks.el (vc-file-not-found-hook)
10079 (vc-default-find-file-not-found-hook): Remove functions.
10080 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
10081 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
10082 * vc.el:
10083 * vc-hg.el:
10084 * vc-git.el: Do not mention find-file-not-found-hook VC method.
10085
10086 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
10087
10088 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
10089 compatibility function for `looking-back'.
10090
10091 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
10092 Use `ispell-looking-back'.
10093
10094 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
10095
10096 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
10097 rather than `filename'.
10098
10099 2009-06-23 Miles Bader <miles@gnu.org>
10100
10101 * face-remap.el (text-scale-set): New function.
10102
10103 2009-06-23 Glenn Morris <rgm@gnu.org>
10104
10105 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
10106
10107 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
10108
10109 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
10110
10111 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
10112
10113 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
10114 Simplify Persian conditionals.
10115
10116 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
10117 variable `filename'.
10118
10119 * comint.el (comint-insert-input): Doc fix.
10120
10121 * Makefile.in (ELCFILES): Fix typo in previous change.
10122
10123 2009-06-23 Miles Bader <miles@gnu.org>
10124
10125 * cus-start.el: Add entry for `recenter-redisplay'.
10126
10127 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10128
10129 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
10130 Add an optional argument for the backend, use it instead of
10131 calling vc-backend.
10132 (vc-mode-line): Add an optional argument for the backend.
10133 Pass the backend to vc-state and vc-working-revision. Move code for
10134 special handling for vc-state being a buffer to ...
10135
10136 * vc-rcs.el (vc-rcs-find-file-hook):
10137 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
10138
10139 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
10140 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
10141 vc-stay-local-p and vc-mode-line calls.
10142
10143 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
10144 (vc-cvs-diff, vc-cvs-annotate-command)
10145 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
10146 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
10147 vc-mode-line calls.
10148
10149 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
10150 direct comparison.
10151 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
10152 backend when calling vc-mode-line.
10153 (vc-register): Do not create a closure for calling the vc register
10154 function, call it directly.
10155
10156 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10157
10158 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
10159 to make it obvious item can be clicked.
10160
10161 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
10162
10163 2009-06-23 Kenichi Handa <handa@m17n.org>
10164
10165 * language/korea-util.el (korean-key-bindings): Change the binding
10166 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
10167 same command.
10168
10169 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
10170
10171 Sync with Tramp 2.1.16.
10172
10173 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
10174
10175 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
10176 when a loading of a package fails. Completion function for rsync
10177 is `tramp-completion-function-alist-ssh'.
10178 (all): Replace all calls of `split-string' and
10179 `tramp-split-string' by `tramp-compat-split-string'.
10180 (tramp-default-method): Use `tramp-compat-process-running-p'.
10181 (tramp-default-proxies-alist): Allow also Lisp forms.
10182 (tramp-remote-path): Add choice "Private Directories".
10183 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
10184 (tramp-domain-regexp): Allow also "-", "_" and ".".
10185 (tramp-end-of-output): Remove newlines, and add "$" at the end.
10186 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
10187 (tramp-debug-message): Insert header line in debug buffer.
10188 (tramp-handle-directory-files-and-attributes-with-stat):
10189 Care about filenames with spaces, or starting with "-".
10190 (tramp-handle-dired-uncache): New defun.
10191 (tramp-handle-insert-directory): Don't flush the directory from
10192 cache, this is handled by `dired-uncache' now.
10193 (tramp-handle-insert-file-contents): Improve error handling.
10194 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10195 Quote `tramp-end-of-output'.
10196 (tramp-action-password): Improve trace message.
10197 (tramp-check-for-regexp): Both echoes must be present, before removing.
10198 (tramp-open-connection-setup-interactive-shell): Trace coding system.
10199 (tramp-compute-multi-hops): Eval cons cells of
10200 `tramp-default-proxies-alist'.
10201 (tramp-maybe-open-connection): Use the same command pattern for
10202 first hop and further hops.
10203 (tramp-wait-for-output): Remove handling of newlines.
10204 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
10205 (tramp-split-string): Remove function. It is handled in
10206 tramp-compat now.
10207
10208 * net/tramp-cmds.el (tramp-bug):
10209 Recommend `tramp-cleanup-all-connections' in the bug mail.
10210
10211 * net/tramp-compat.el (tramp-compat-split-string)
10212 (tramp-compat-process-running-p): New defuns.
10213
10214 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
10215 for `dired-uncache'.
10216
10217 * net/tramp-gvfs.el: New package.
10218
10219 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10220 Add handler for `dired-uncache'.
10221 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
10222
10223 * net/trampver.el: Update release number. Make version check fit
10224 for SXEmacs 22.
10225
10226 2009-06-22 Jim Meyering <meyering@redhat.com>
10227
10228 Automatically handle .xz suffix (XZ-compressed files), too.
10229 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
10230 XZ is the successor to LZMA: <http://tukaani.org/xz/>
10231
10232 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
10233 Nick Roberts <nickrob@snap.net.nz>
10234
10235 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
10236 repository (http://sphinx.net.ru/hg/gdb-mi/).
10237
10238 2009-06-22 Glenn Morris <rgm@gnu.org>
10239
10240 * files.el (dir-locals-collect-mode-variables): Allow for any number of
10241 `mode' and `eval' entries. (Bug#3430)
10242
10243 * Makefile.in (ELCFILES): Add fadr.elc.
10244
10245 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
10246 differing behavior of \n and ^ in strings. (Bug#3385)
10247
10248 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
10249
10250 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
10251 property.
10252 (lisp-indent-function): Make it a defcustom.
10253
10254 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
10255
10256 * progmodes/gdb-ui.el: Replace with ...
10257 * progmodes/gdb-mi.el: ... this file.
10258 * progmodes/gud.el: Modify for gdb-mi.el.
10259
10260 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
10261
10262 * fadr.el: New file.
10263
10264 See ChangeLog.14 for earlier changes.
10265
10266 ;; Local Variables:
10267 ;; coding: utf-8
10268 ;; End:
10269
10270 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
10271
10272 This file is part of GNU Emacs.
10273
10274 GNU Emacs is free software: you can redistribute it and/or modify
10275 it under the terms of the GNU General Public License as published by
10276 the Free Software Foundation, either version 3 of the License, or
10277 (at your option) any later version.
10278
10279 GNU Emacs is distributed in the hope that it will be useful,
10280 but WITHOUT ANY WARRANTY; without even the implied warranty of
10281 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10282 GNU General Public License for more details.
10283
10284 You should have received a copy of the GNU General Public License
10285 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
10286
10287 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1