from trunk
[bpt/emacs.git] / lisp / ChangeLog
1 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
2
3 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
4 buffers. (Bug#5477)
5
6 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
7
8 * files.el (delete-directory): Handle moving to trash without
9 first doing recursion (Bug#5436).
10
11 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
12
13 * vc-hooks.el (vc-path): Mark as obsolete.
14
15 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
16
17 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
18 names too.
19
20 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
21 for the short log.
22 (vc-bzr-log-view-mode): Adjust regexp for the above change.
23
24 2010-01-25 Mark A. Hershberger <mah@everybody.org>
25
26 * progmodes/python.el: Replace reference to obsolete
27 c-subward-mode.
28
29 * vc-bzr.el: (vc-bzr-revision-table) New function.
30
31 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
32
33 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
34 diff-index command. This requires at least git-1.5.5. (Bug#1589).
35
36 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
37
38 Remove support for adding --signoff on commit.
39 Future support will use an incompatible generic mechanism.
40 * vc-git.el (vc-git-add-signoff): Remove variable.
41 (vc-git-toggle-signoff): Remove function.
42 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
43
44 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
45 from xterm-set-background-mode. Return t if the background mode
46 was set.
47 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
48 earlier, call it again in case the background mode has changed.
49
50 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
51
52 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
53 (Bug#3541).
54
55 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
56
57 * emacs-lisp/assoc.el (aelement): Doc fix.
58 (aput, adelete, amake): Use lexical-let (Bug#5450).
59
60 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
61
62 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
63 is the same as subprogram call, not declaration. (Bug#5435).
64
65 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
66
67 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
68 (tramp-smb-maybe-open-connection): Use it.
69
70 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
71
72 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
73
74 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
75
76 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
77 just because we see "encoding: 8bit".
78 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
79
80 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
81
82 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
83
84 2010-01-22 Eli Zaretskii <eliz@gnu.org>
85
86 * jka-compr.el (jka-compr-load): If load-file is not in
87 load-history, try its file-truename version. (bug#5447)
88
89 2010-01-21 Alan Mackenzie <acm@muc.de>
90
91 Fix a situation where deletion of a cpp construct throws an error.
92 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
93 invoking c-with-all-but-one-cpps-commented-out, check that the
94 special cpp construct is still in the buffer.
95 (c-parse-state): Record the special cpp with markers, not numbers.
96
97 2010-01-21 Kenichi Handa <handa@m17n.org>
98
99 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
100 process last-command-event, as it is now decoded first (Bug#5380).
101
102 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
103
104 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
105
106 2010-01-20 Glenn Morris <rgm@gnu.org>
107
108 * indent.el (tab-always-indent): Fix custom-type.
109
110 2010-01-19 Alan Mackenzie <acm@muc.de>
111
112 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
113 buffer throws "args out of range".
114 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
115 playing the role of delimiter.
116
117 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
118
119 * lisp/progmodes/ada-mode.el: Fix bug#5400.
120 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
121 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
122 changed. Delete RECURSIVE parameter; never used. Improve doc string.
123 Improve comments in "is" portion. Handle null procedure declaration.
124 (ada-move-to-end): Improve doc string.
125
126 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
127
128 * ido.el (ido-cur-list): Initialize to nil.
129 Remove obsolete information from commentary.
130 (ido-choice-list): Initialize to nil.
131 (ido-get-bufname): Reject minibuffers.
132 (ido-make-buffer-list): If "default" is a nonexistent
133 buffer, ignore it, as per the function's comment.
134 (ido-kill-buffer-internal): New function.
135 (ido-kill-buffer-at-head): Use it.
136 (ido-visit-buffer): Likewise.
137
138 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
139
140 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
141
142 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
143
144 * cedet/ede/locate.el (ede-locate-file-in-project)
145 (ede-locate-file-in-project-impl): Fix typos in docstrings.
146 (ede-enable-locate-on-project): Fix typos in error messages.
147
148 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
149 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
150 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
151 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
152 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
153 Fix typos in menu help.
154
155 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
156 Fix typos in chart titles.
157
158 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
159 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
160 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
161 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
162 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
163 (semantic-parse-stream, semantic-parse-region)
164 (semantic-parse-region-default, semantic--set-buffer-cache)
165 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
166 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
167 (semantic-default-submodes):
168 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
169 (semanticdb-create-ebrowse-database)
170 (semanticdb-find-tags-for-completion-method)
171 (semanticdb-find-tags-by-class-method)
172 (semanticdb-deep-find-tags-by-name-method)
173 (semanticdb-deep-find-tags-for-completion-method):
174 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
175 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
176 (semanticdb-find-tags-for-completion-method)
177 (semanticdb-find-tags-by-class-method)
178 (semanticdb-deep-find-tags-for-completion-method):
179 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
180 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
181 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
182 (semanticdb-find-tags-by-name-method)
183 (semanticdb-find-tags-by-name-regexp-method)
184 (semanticdb-find-tags-for-completion-method)
185 (semanticdb-find-tags-by-class-method)
186 (semanticdb-find-tags-external-children-of-type-method)
187 (semanticdb-find-tags-subclasses-of-type-method)
188 (semanticdb-deep-find-tags-by-name-method)
189 (semanticdb-deep-find-tags-by-name-regexp-method)
190 (semanticdb-deep-find-tags-for-completion-method):
191 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
192 (semanticdb-enable-gnu-global-in-buffer)
193 (semanticdb-find-tags-for-completion-method)
194 (semanticdb-deep-find-tags-by-name-method)
195 (semanticdb-deep-find-tags-for-completion-method):
196 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
197 (javascript-mode, semanticdb-find-translate-path)
198 (semanticdb-find-tags-for-completion-method)
199 (semanticdb-find-tags-by-class-method)
200 (semanticdb-deep-find-tags-by-name-method)
201 (semanticdb-deep-find-tags-for-completion-method)
202 (semanticdb-find-tags-external-children-of-type-method):
203 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
204 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
205 (global-semantic-idle-scheduler-mode):
206 * cedet/srecode/dictionary.el (srecode-field-value)
207 (srecode-dictionary-add-section-dictionary):
208 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
209 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
210 (describe-class, eieio-describe-generic, describe-generic):
211 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
212 (eieio-speedbar-expand):
213 * emulation/viper-cmd.el (viper-exec-form-in-vi)
214 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
215 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
216 (viper-del-backward-char-in-replace, viper-backward-indent)
217 (viper-brac-function, viper-register-to-point, viper-submit-report):
218 * net/tramp.el (tramp-remote-coding-commands):
219 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
220 Fix typos in docstrings.
221
222 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
223
224 * mail/sendmail.el (mail-yank-original): Set the mark if the
225 specified function for yanking does not do it.
226
227 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
228
229 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
230
231 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
232 resyncing a directory.
233
234 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
235
236 * progmodes/ada-mode.el: Fix bug#1920.
237 (ada-ident-re): Delete ., allow multibyte characters.
238 (ada-goto-label-re): New; matches goto labels.
239 (ada-block-label-re): New; matches block labels.
240 (ada-label-re): New; matches both.
241 (ada-named-block-re): Deleted; callers changed to use
242 `ada-block-label-re' instead.
243 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
244 Use `ada-block-label-re'.
245 (ada-indent-on-previous-lines): Improve handling of goto labels.
246 (ada-get-indent-block-start): Special-case block label.
247 (ada-get-indent-label): Split into `ada-indent-block-label' and
248 `ada-indent-goto-label'.
249 (ada-goto-stmt-start, ada-goto-next-non-ws):
250 Optionally ignore goto labels.
251 (ada-goto-next-word): Simplify.
252 (ada-indent-newline-indent-conditional): Insert newline before
253 trying to fix indentation; doc fix.
254
255 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
256
257 * calc/calc.el (calc-command-flags): Give it an initial value.
258
259 2010-01-17 Glenn Morris <rgm@gnu.org>
260
261 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
262
263 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
264
265 * cedet/semantic.el (semantic-mode):
266 * files.el (minibuffer-with-setup-hook):
267 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
268 (artist-key-draw-continously, artist-key-do-continously-continously)
269 (artist-key-set-point-continously, artist-mouse-draw-continously):
270 Fix typos in docstrings.
271
272 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
273
274 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
275 return t (Bug#3898).
276
277 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
278
279 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
280 can parse the output of the external commands (Bug#5279).
281
282 2010-01-16 Jari Aalto <jari.aalto@cante.net>
283
284 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
285
286 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
287
288 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
289
290 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
291
292 * startup.el (command-line): Remove unused --icon-type arg.
293 Handle --display arg, passing it to command-line-1 (Bug#5392).
294
295 2010-01-16 Mario Lang <mlang@delysid.org>
296
297 * cedet/ede/cpp-root.el (ede-cpp-root-project):
298 * cedet/ede/files.el (ede-expand-filename):
299 * cedet/ede/simple.el (ede-simple-project):
300 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
301 (semantic-complete-inline-tag-engine):
302 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
303 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
304 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
305 * cedet/semantic/db.el (semanticdb-equivalent-mode):
306 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
307 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
308 * emacs-lisp/chart.el (chart-translate-namezone):
309 * textmodes/artist.el (artist-compute-popup-menu-table):
310 Remove duplicated words in doc-strings.
311
312 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
313
314 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
315 to mairix-search to suppress threading (Bug#5342).
316
317 2010-01-15 Kenichi Handa <handa@m17n.org>
318
319 * international/mule-cmds.el (canonicalize-coding-system-name):
320 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
321
322 2010-01-15 Glenn Morris <rgm@gnu.org>
323
324 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
325
326 * wid-edit.el (widget-keymap): Doc fix.
327
328 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
329 former seems to be more widely accepted by various svn versions.
330
331 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
332
333 * find-cmd.el (find-constituents):
334 * vc-arch.el (vc-arch-root):
335 * window.el (window-body-height, pop-up-frames):
336 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
337 (semantic-no-reparse-needed-change-hook):
338 * cedet/srecode/insert.el (srecode-resolve-argument-list)
339 (srecode-template-inserter-blank, srecode-template-inserter-variable)
340 (srecode-template-inserter-ask, srecode-template-inserter-width)
341 (srecode-template-inserter-section-start)
342 (srecode-template-inserter-section-end, srecode-insert-method):
343 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
344 * progmodes/ada-stmt.el (ada-if):
345 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
346 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
347 (ispell-encoding8-command, ispell-aspell-supports-utf8)
348 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
349
350 * progmodes/flymake.el (flymake-post-syntax-check):
351 Fix typo in error message.
352
353 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
354
355 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
356 which is always a string. (Bug#5313)
357
358 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
359
360 * progmodes/ada-xref.el (ada-default-prj-properties):
361 Simplify previous change.
362
363 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
364
365 * progmodes/ada-xref.el (ada-default-prj-properties):
366 Default ada_project_path to $ADA_PROJECT_PATH.
367
368 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
369
370 * progmodes/ada-mode.el (ada-create-keymap):
371 Override `narrow-to-defun' with `ada-narrow-to-defun'.
372
373 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
374
375 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
376 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
377 (ada-get-current-indent, ada-imenu-generic-expression)
378 (ada-which-function): Check for it.
379
380 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
381
382 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
383 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
384
385 2010-01-14 Glenn Morris <rgm@gnu.org>
386
387 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
388
389 2010-01-14 Kenichi Handa <handa@m17n.org>
390
391 * composite.el (auto-composition-mode): Make it a buffer local
392 variable (permanent-local).
393 (auto-composition-function): Set the default value to
394 auto-compose-chars.
395 (auto-composition-mode): Make it a simple function, not a minor mode.
396 (global-auto-composition-mode): Likewise.
397 (turn-on-auto-composition-if-enabled): Delete it.
398
399 2010-01-13 Karl Fogel <kfogel@red-bean.com>
400
401 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
402
403 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
404
405 * files.el (copy-directory): Compute target for recursive
406 directories with identical names. (Bug#5343)
407
408 2010-01-12 Glenn Morris <rgm@gnu.org>
409
410 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
411 it to bug-gnu-emacs rather than emacs-pretest-bug.
412
413 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
414
415 * cedet/data-debug.el (data-debug): Fix customization group reference.
416
417 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
418
419 * cedet/semantic/analyze.el (semantic-analyze-push-error)
420 (semantic-analyze-context, semantic-analyze-context-assignment)
421 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
422 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
423 (semantic-java-doc-keywords-map):
424 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
425 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
426 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
427 (semantic-c-classname, semantic-format-tag-uml-prototype)
428 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
429 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
430 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
431 (semantic-get-local-variables, semantic-end-of-command)
432 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
433 (lisp-mode):
434 * cedet/semantic/bovine/make.el (makefile-mode):
435 * cedet/semantic/wisent/python.el (wisent-python-string-re)
436 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
437 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
438 (semantic-lex, semantic-get-local-variables, python-mode):
439 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
440 * cedet/srecode/extract.el (srecode-extract-state-set)
441 (srecode-extract-method): Fix typos in docstrings.
442
443 2010-01-11 Sam Steingold <sds@gnu.org>
444
445 * imenu.el (imenu-default-create-index-function): Detect infinite
446 loops caused by imenu-prev-index-position-function.
447
448 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
449
450 * htmlfontify.el (htmlfontify-load-rgb-file)
451 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
452 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
453 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
454 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
455 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
456 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
457 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
458 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
459 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
460 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
461 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
462 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
463 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
464 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
465 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
466 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
467 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
468 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
469 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
470 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
471 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
472 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
473 backslash-quoting from parentheses, etc.
474
475 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
476
477 * progmodes/js.el: Autoload javascript-mode alias.
478
479 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
480
481 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
482 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
483 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
484 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
485 Fix typos in docstrings.
486 (ffap-url-regexp): Doc fix.
487 (ffap-at-mouse): Fix typo in message.
488
489 2010-01-11 Glenn Morris <rgm@gnu.org>
490
491 * version.el (emacs-copyright): Set copyright year to 2010.
492
493 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
494
495 * format.el (format-annotate-function): Only set
496 write-region-post-annotation-function after running to-fn so as not to
497 affect nested write-region calls (bug#5273).
498
499 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
500
501 * cedet/semantic.el (semantic-new-buffer-setup-functions):
502 Add python parser.
503
504 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
505 wisent/python.el.
506
507 2010-01-10 Richard Kim <emacs18@gmail.com>
508
509 * cedet/semantic/wisent/python-wy.el:
510 * cedet/semantic/wisent/python.el: New files.
511
512 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
513
514 * man.el (Man-goto-section): Signal error if the section is not
515 found (Bug#5317).
516
517 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
518
519 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
520 URLs with a leading triple slash in the file: scheme. (Bug#5345)
521
522 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
523
524 * progmodes/compile.el: Don't treat compile-command as safe if
525 compilation-read-command might be nil (Bug#4218).
526
527 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
528
529 * startup.el (command-line-1): Use orig-argi to check for ignored X and
530 NS options.
531
532 2010-01-08 Kenichi Handa <handa@m17n.org>
533
534 * international/fontset.el (build-default-fontset-data):
535 Exclude characters in scripts kana, hangul, han, or cjk-misc.
536
537 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
538
539 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
540 to `create-file-buffer' as it expects, not just a buffer name.
541 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
542 to help uniquify. (Bug#3224)
543
544 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
545
546 * font-setting.el (font-setting-change-default-font): Use user-spec
547 instead of name.
548
549 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
550
551 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
552
553 2010-01-05 Tom Tromey <tromey@redhat.com>
554
555 * progmodes/python.el (python-font-lock-keywords):
556 Handle qualified decorators (Bug#881).
557
558 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
559
560 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
561 in a lightweight checkout.
562
563 2010-01-05 Kenichi Handa <handa@m17n.org>
564
565 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
566
567 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
568
569 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
570
571 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
572
573 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
574 checkouts. (Bug#618)
575 (vc-bzr-log-view-mode): Also highlight the author.
576 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
577 (vc-bzr-shelve-menu-map):
578 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
579 (vc-bzr-shelve-apply): Make prompt more explicit.
580
581 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
582
583 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
584 They are valid characters in URL paths (rfc3986), and at least
585 Firefox does not understand the encoded version (Bug#3166).
586
587 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
588
589 * progmodes/octave-mod.el (octave-end-keywords)
590 (octave-block-begin-or-end-regexp, octave-block-match-alist):
591 Add "end" keyword (Bug#3061).
592 (octave-end-as-array-index-p): New function.
593 (calculate-octave-indent): Use it.
594
595 2010-01-02 Karl Fogel <kfogel@red-bean.com>
596
597 * bookmark.el: Consistently put the text property on the bookmark name.
598 (bookmark-bmenu-marks-width): Bump back to 2, to include
599 annotation marks.
600 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
601 property on the bookmark name, instead of not putting it at all.
602 (bookmark-bmenu-list): Fix where we put the text property.
603
604 2010-01-02 Karl Fogel <kfogel@red-bean.com>
605
606 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
607 for showing buffer modified state (as added in the previous change).
608
609 2010-01-02 Karl Fogel <kfogel@red-bean.com>
610
611 * bookmark.el: Show modified state of bookmark buffer more accurately.
612 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
613 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
614 (with-buffer-modified-unmodified): New macro.
615 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
616 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
617 Use new macro to preserve the buffer modified state.
618
619 2010-01-02 Karl Fogel <kfogel@red-bean.com>
620
621 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
622 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
623 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
624 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
625 (bookmark-bmenu-rename, bookmark-bmenu-locate)
626 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
627 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
628
629 2010-01-02 Eli Zaretskii <eliz@gnu.org>
630
631 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
632 Make the lines in the generated doc string shorter. (Bug#4668)
633
634 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
635
636 * net/rcirc.el: Add follow-link binding (Bug#4738).
637
638 2010-01-02 Eli Zaretskii <eliz@gnu.org>
639
640 * Makefile.in (bzr-update): Rename from cvs-update.
641 (cvs-update): New target for backward compatibility.
642
643 * makefile.w32-in (bzr-update): Rename from cvs-update.
644 (cvs-update): New target for backward compatibility.
645
646 2010-01-02 Karl Fogel <kfogel@red-bean.com>
647
648 * bookmark.el: Remove gratuitous gratitude.
649
650 2010-01-02 Karl Fogel <kfogel@red-bean.com>
651
652 * bookmark.el (bookmark-bmenu-any-marks): New function
653 (bookmark-bmenu-save): Clear buffer modification if no marks.
654
655 2010-01-02 Karl Fogel <kfogel@red-bean.com>
656
657 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
658 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
659 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
660 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
661
662 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
663 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
664 To: emacs-devel {_AT_} gnu.org
665 Subject: bookmark.el bug report
666 Date: Mon, 28 Dec 2009 14:19:16 +0800
667 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
668
669 2010-01-02 Karl Fogel <kfogel@red-bean.com>
670
671 * bookmark.el: Improvements suggested by Drew Adams:
672 (bookmark-bmenu-ensure-position): New name for
673 `bookmark-bmenu-check-position'. Just ensure the position,
674 don't return any meaningful value.
675 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
676 New constants.
677
678 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
679
680 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
681 (bookmark-yank-point, bookmark-bmenu-check-position):
682 Fix typos in docstrings.
683 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
684 (bookmark-name-from-full-record, bookmark-get-position)
685 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
686 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
687 Remove useless quoting of parenthesis, etc. in docstrings.
688
689 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
690 (ediff-append-custom-diff): Fix typo in error message.
691 (ediff-meta-mark-equal-files): Fix typos in messages.
692
693 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
694
695 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
696 Fix typo in docstring.
697
698 * net/imap-hash.el (imap-hash-make): Doc fix.
699 (imap-hash-test): Fix typo in error message; reflow docstring.
700 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
701 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
702 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
703 Fix typos in docstrings.
704 (imap-hash-open-connection): Fix typo in error message.
705
706 * play/gomoku.el (gomoku): Fix typos in docstring.
707
708 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
709 (gdb-jsonify-buffer): Fix typos in docstring.
710 (gdb-goto-breakpoint): Fix typo in error message.
711 ("Display Other Windows"): Fix typo in help message.
712 (gdb-speedbar-expand-node): Fix typo in question.
713
714 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
715 (idlwave-html-system-help-location, idlwave-html-help-location)
716 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
717 (idlwave-help-browser-generic-args, idlwave-help-directory)
718 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
719 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
720 (idlwave-online-help, idlwave-help-html-link)
721 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
722 Fix typos in docstrings.
723 (idlwave-help-with-source, idlwave-help-find-routine-definition):
724 Reflow docstrings.
725 (idlwave-help-assistant-start): Fix typo in error message.
726
727 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
728 (octave-electric-space): Fix typos in docstrings.
729
730 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
731
732 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
733
734 2010-01-01 Juri Linkov <juri@jurta.org>
735
736 * comint.el (comint-input-ring-size): Make it a defcustom and
737 increase the default to 500 (Bug#5148).
738
739 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
740
741 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
742 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
743 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
744
745 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
746
747 Show working revision correctly for mercurial.
748 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
749 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
750
751 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
752
753 Declare some functions for the byte-compiler.
754 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
755 (speedbar-timer-fn, speedbar-change-expand-button-char)
756 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
757
758 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
759
760 This changeset reverts GDB Graphical Interface to use annotations.
761 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
762
763 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
764
765 Make vc-dir work on subdirectories of the bzr root.
766 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
767 file names relative to it.
768 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
769 relative directory to vc-bzr-after-dir-status.
770
771 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
772
773 * font-lock.el (font-lock-refresh-defaults): New function, which
774 can be used to let font-lock react to external changes in
775 variables like font-lock-defaults and keywords.
776 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
777
778 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
779
780 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
781
782 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
783
784 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
785
786 Supersede color.diff settings in git log (bug#5211).
787
788 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
789 escape chars in its output when the user has color.diff set to `always'.
790 This fix works on git 1.4.2 and newer (released on 2006-08-13).
791
792 2009-12-26 Kevin Ryde <user42@zip.com.au>
793
794 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
795 node. Keep previous "Index" name to work with past coreutils too.
796
797 * man.el (man): Revise docstring a bit to show -a and -l as
798 examples. Add -k description since support for it has otherwise
799 been a secret. (Further to bug#3717.)
800 (Man-bgproc-sentinel): When "-k foo" produces no output show error
801 "no matches" rather than "Can't find manpage", as the latter reads
802 like -k was interpreted as a page name, which is not so. (Bug#5431)
803
804 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
805
806 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
807 switches. Check also for //SUBDIRED// line.
808
809 2009-12-25 Kenichi Handa <handa@m17n.org>
810
811 * language/indian.el (devanagari-composable-pattern): Fixed to
812 handle ZWNJ and ZWJ. Use it in composition-function-table for
813 Devanagari.
814 (malayalam-composable-pattern): Fix previous change.
815
816 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
817
818 * ps-print.el (ps-face-attributes): It was not returning the
819 attribute face for faces specified as string. Reported by harven
820 <harven@free.fr>.
821 (ps-print-version): New version 7.3.5.
822
823 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
824
825 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
826 timezone names.
827 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
828 (icalendar--add-diary-entry): Remove the trailing blank that
829 diary-make-entry inserts.
830
831 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
832
833 Make `file-expand-wildcards' work for remote files.
834
835 * files.el (file-expand-wildcards): In case of remote files, check
836 only local file name part for wildcards. Provide feature 'files
837 and subfeature 'remote-wildcards. (Bug#5198)
838
839 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
840 if there is already an established connection.
841 (tramp-advice-file-expand-wildcards): Remove it.
842
843 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
844 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
845 Activate advice for older GNU Emacs versions. (Bug#5237)
846
847 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
848
849 Some doc fixes (more needed).
850
851 * find-cmd.el (find-constituents): Reflow docstring.
852 (find-cmd, find-prune, find-command): Fix typos in docstrings.
853 (find-generic): Doc fix.
854
855 2009-12-17 Juri Linkov <juri@jurta.org>
856
857 Fix regression from 23.1 to allow multiple modes in Local Variables.
858
859 * files.el (hack-local-variables-filter): While ignoring duplicates,
860 don't take `mode' into account.
861 (hack-local-variables-filter, hack-dir-local-variables): Don't
862 remove duplicate `mode' from local-variables-alist (like `eval').
863
864 2009-12-17 Juri Linkov <juri@jurta.org>
865
866 Make `dired-diff' more safe. (Bug#5225)
867
868 * dired-aux.el (dired-diff): Signal an error when `file' equals to
869 `current' or when `file' is a directory of the `current' file.
870
871 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
872
873 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
874 unconditionally preloaded files.
875
876 2009-12-16 Juri Linkov <juri@jurta.org>
877
878 Revert to old 23.1 logic of using the file at the mark as default.
879 * dired-aux.el (dired-diff): Use the file at the mark as default
880 if it's not the same as the current file, and the target dir is
881 the current dir or the mark is active. Add the current file
882 as the arg of `dired-dwim-target-defaults'. Use the default file
883 in the prompt. (Bug#5225)
884
885 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
886
887 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
888 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
889 (tramp-check-for-regexp): Check also, when an echoing shell stops
890 to echo sent commands.
891
892 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
893
894 * Makefile.in: Revert last change (Bug#5191).
895
896 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
897
898 * vc-hg.el (vc-hg-print-log): Fix argument order.
899 (vc-hg-working-revision): Make sure the command is executed in a
900 known environment so that we can parse the output. (Bug#4417)
901
902 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
903
904 * progmodes/python.el (python-symbol-completions): Remove text
905 properties from symbol string before calling python-send-receive.
906
907 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
908
909 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
910 when there are values for both file and line. (Bug#5060)
911
912 2009-12-14 Juri Linkov <juri@jurta.org>
913
914 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
915 whitespace after the file name of the first line of unified format,
916 because git-diff doesn't output whitespace and file modification time
917 after the file name.
918
919 2009-12-14 David Kastrup <dak@gnu.org>
920
921 * info.el (Info-hide-cookies-node): Before hiding a cookie,
922 check if it already has the `display' property added by
923 `Info-display-images-node', and not put the `invisible' property
924 in this case.
925
926 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
927
928 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
929 (semantic-mru-bookmark-mode): Doc fixes.
930
931 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
932 of assert.
933
934 2009-12-13 Glenn Morris <rgm@gnu.org>
935
936 * mail/emacsbug.el (message-sort-headers): Define for compiler.
937 (report-emacs-bug): In message-mode, sort manually before storing
938 original report text. (Bug#5178)
939 Remove superfluous save-excursion.
940
941 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
942
943 * net/dbus.el (dbus-property-handler): Filter lambda forms out
944 when responding to "GetAll" properties.
945
946 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
947
948 * simple.el (compose-mail): Remove mail-setup-with-from from
949 customization checks.
950
951 2009-12-12 Eli Zaretskii <eliz@gnu.org>
952
953 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
954 RAR archives created on Unix systems.
955
956 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
957
958 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
959 the varalias that was accidentally removed by the 2009-11-19 change
960 (bug#5186).
961
962 2009-12-12 Kenichi Handa <handa@m17n.org>
963
964 * language/indian.el (indian-compose-regexp): New function.
965 (malayalam-composable-pattern): Fix the pattern.
966 (composition-function-table): Set malayalam-composable-pattern for
967 Malayalam characters.
968
969 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
970
971 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
972 rather than down-mouse-1, based on follow-link conventions.
973
974 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
975 are compiled.
976
977 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
978
979 * verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
980 (verilog-vmm-statement-re, verilog-ovm-statement-re)
981 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
982 (verilog-leap-to-head, verilog-backward-token):
983 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
984
985 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
986
987 * verilog-mode.el (verilog-auto-lineup, verilog-nameable-item-re):
988 Cleanup user-visible spelling and documentation errors.
989 One reported by Gary Delp.
990 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
991 (verilog-read-decls): Fix AUTOWIRE with types declared in a
992 package, bug195. Reported by Pierre-David Pfister.
993
994 2009-12-11 Glenn Morris <rgm@gnu.org>
995
996 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
997
998 * mail/emacsbug.el: No longer require sendmail.
999 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
1000 (report-emacs-bug-orig-text): Doc fix.
1001 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
1002 New local variables, to adapt to different mail-user-agents.
1003 (report-emacs-bug): Fix test for a gnu.org address.
1004 Use overlays for emphasis, since font-lock defeats 'face property.
1005 Pretest bugs also end up at the newsgroup these days.
1006 Stop message-mode stripping text properties.
1007 Set and use the new buffer-local variables.
1008 (report-emacs-bug-hook): Add doc-string.
1009 Remove some unnecessary save-excursions and simplify.
1010 Use the appropriate hook and send-command.
1011
1012 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
1013 capitalization of some menu entries.
1014
1015 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1016
1017 * whitespace.el (whitespace-display-char-on): Ensure
1018 `buffer-display-table' is unique when two or more windows are
1019 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
1020 New version 12.1.
1021
1022 2009-12-10 Eli Zaretskii <eliz@gnu.org>
1023
1024 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
1025 characters in the Attribute field.
1026
1027 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
1028
1029 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
1030
1031 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1032
1033 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
1034 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1035 Disregard autoload-excludes.
1036 (update-directory-autoloads): Obey autoload-excludes here instead.
1037 But don't store its contents in no-autoloads and remove entries that
1038 refer to excludes files.
1039
1040 2009-12-10 Glenn Morris <rgm@gnu.org>
1041
1042 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
1043 (expand-mail-aliases): Define for compiler.
1044
1045 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
1046 Define for compiler.
1047
1048 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
1049 appropriate for the mail-user-agent in use.
1050
1051 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
1052
1053 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
1054
1055 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
1056
1057 Fix short log parsing and fontification.
1058 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
1059 Fix fontification for the [merge] label.
1060
1061 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
1062
1063 Drop some properties to avoid surprises.
1064 * htmlfontify.el (hfy-ignored-properties): New defcustom.
1065 (hfy-fontify-buffer): Use it.
1066
1067 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
1068
1069 Minor cleanup.
1070 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
1071 Adjust all callers.
1072 (ffap-locate-file): Remove unused arg `dir-ok' and make other
1073 args compulsory. Adjust callers.
1074 (ffap-gopher-at-point): Remove unused var `name'.
1075
1076 Get rid of the ELCFILES abomination.
1077 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
1078 (compile-elcfiles): New phony target.
1079 (compile-main): Compute ELCFILES dynamically.
1080 (compile-clean): New target to remove left-over elc files.
1081 (compile, all): Use it.
1082
1083 2009-12-09 Kenichi Handa <handa@etlken>
1084
1085 * international/mule-diag.el: Require help-mode instead of help-fns.
1086
1087 2009-12-09 Kenichi Handa <handa@m17n.org>
1088
1089 * international/mule-cmds.el (ucs-names): Supply sufficiently
1090 fine ranges instead of pre-calculating accurate ranges.
1091 Iterate with bigger gc-cons-threshold.
1092
1093 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
1094
1095 Add support for stashing a snapshot of the current tree.
1096 * vc-git.el (vc-git-stash-snapshot): New function.
1097 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
1098
1099 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
1100
1101 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
1102 instead of `(beginning|end)-of-line'.
1103
1104 2009-12-08 Glenn Morris <rgm@gnu.org>
1105
1106 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
1107
1108 * Makefile.in (ELCFILES): Regenerate.
1109
1110 2009-12-07 Juri Linkov <juri@jurta.org>
1111
1112 Don't lazy-highlight the comint output in history Isearch mode.
1113
1114 * comint.el (comint-history-isearch-search): Instead of
1115 `comint-line-beginning-position', use `comint-after-pmark-p'
1116 to check if point if before the process mark, and go to
1117 `process-mark' in this case.
1118
1119 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1120
1121 * textmodes/tex-mode.el (latex-complete)
1122 (latex-indent-or-complete): Remove.
1123 (latex-mode): Set completion-at-point-functions instead.
1124
1125 Provide a standard completion command and hook it into TAB.
1126 * minibuffer.el (completion-at-point-functions): New var.
1127 (completion-at-point): New command.
1128 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
1129 * progmodes/python.el (python-mode-map): Use completion-at-point.
1130 (python-completion-at-point): Rename from python-partial-symbol and
1131 adjust for use in completion-at-point-functions.
1132 (python-mode): Setup completion-at-point for Python completion.
1133 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
1134 extracted from lisp-complete-symbol.
1135 (lisp-complete-symbol): Use it.
1136 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
1137 setup completion-at-point for Elisp completion.
1138 (emacs-lisp-mode-map, lisp-interaction-mode-map):
1139 Use completion-at-point.
1140 * ielm.el (ielm-map): Use completion-at-point.
1141 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
1142 * progmodes/sym-comp.el: Move to...
1143 * obsolete/sym-comp.el: Move from progmodes.
1144
1145 2009-12-07 Eli Zaretskii <eliz@gnu.org>
1146
1147 Prevent save-buffer in Rmail buffers from using the coding-system
1148 of the current message, and from clobbering the encoding mnemonics
1149 in the mode line (Bug#4623).
1150
1151 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
1152 flag, too.
1153 (rmail-message-encoding): New variable.
1154 (rmail-write-region-annotate): Record the encoding of the current
1155 message in rmail-message-encoding.
1156 (rmail-after-save-hook): New function, restores the encoding of
1157 the current message after the message collection is saved.
1158
1159 2009-12-07 Juri Linkov <juri@jurta.org>
1160
1161 * progmodes/grep.el (grep-read-files): Use `completing-read'
1162 instead of `read-string'. Set its `collection' arg to
1163 `read-file-name-internal'. (Bug#4301)
1164
1165 2009-12-07 Juri Linkov <juri@jurta.org>
1166
1167 Correctly restore original Isearch point. (Bug#4994)
1168
1169 * isearch.el (isearch-mode): Move `isearch-push-state' after
1170 `(run-hooks 'isearch-mode-hook)'.
1171 (isearch-cancel): When `isearch-push-state-function' is defined,
1172 let-bind `isearch-cmds' to the first state (the last element of
1173 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
1174 function and restores the original point). Otherwise, move point
1175 to `isearch-opoint'.
1176
1177 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1178
1179 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
1180 chars that don't have names, so the table can be built much faster at
1181 run-time.
1182
1183 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
1184
1185 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
1186 change. Suggested by David Kastrup.
1187
1188 * simple.el (compose-mail): Check for incompatibilities and warn.
1189 (compose-mail-user-agent-warnings): New option.
1190
1191 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1192
1193 Support showing a single log entry from vc-annotate.
1194 * vc.el (print-log): Add a new argument: START-REVISION.
1195 (vc-print-log-internal): Add a new optional argument and
1196 pass it to the backend.
1197 (vc-print-log, vc-print-root-log): Adjust callers.
1198 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
1199 buffer already displays the requested log entry, use it.
1200 Otherwise display only the log entry in question.
1201 * vc-svn.el (vc-svn-print-log):
1202 * vc-mtn.el (vc-mtn-print-log):
1203 * vc-hg.el (vc-hg-state):
1204 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
1205 (vc-git-show-log-entry): Return t on success.
1206 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
1207 (vc-bzr-show-log-entry): Return t on success.
1208 * vc-rcs.el (vc-rcs-print-log):
1209 * vc-sccs.el (vc-sccs-print-log):
1210 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
1211
1212 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1213
1214 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
1215 Add menus to the meta mode. (Bug#5043)
1216
1217 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
1218
1219 * ediff-init.el (ediff-event-key): Use event-to-character instead of
1220 event-key.
1221
1222 * ediff.el (ediff-buffers-internal): Add unwind-protect.
1223
1224 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
1225
1226 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
1227 Berbain <raphael.berbain@gmail.com>.
1228
1229 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
1230 characters.
1231 (tramp-initial-end-of-output): New defconst.
1232 (tramp-methods, tramp-find-shell)
1233 (tramp-open-connection-setup-interactive-shell)
1234 (tramp-maybe-open-connection): Use it.
1235 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
1236 existence of `#' and `$'.
1237
1238 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
1239 `tramp-initial-end-of-output'.
1240
1241 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1242
1243 Get the background mode from the terminal for xterm, and set
1244 faces accordingly.
1245 * term/xterm.el (xterm-set-background-mode): New function.
1246 (terminal-init-xterm): Use it in case xterm supports background
1247 color queries. Recompute faces after getting the background
1248 color.
1249
1250 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
1251
1252 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
1253 number comment back on its own line, for easier parsing.
1254
1255 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1256
1257 Make it work for non-file buffers (bug#5102).
1258 * doc-view.el (doc-view-current-cache-dir):
1259 Use doc-view-buffer-file-name rather than buffer-file-name.
1260 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
1261
1262 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
1263
1264 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
1265 author field is too short.
1266
1267 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
1268
1269 * vc-git.el (vc-git-print-log): Handle a limit argument.
1270 Display the short log in graph form and with labels.
1271 (vc-git-log-view-mode): Handle labels.
1272
1273 Make vc-revert change VC state from 'added to 'unregistered.
1274 * vc-git.el (vc-git-revert): Call git reset first.
1275
1276 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
1277
1278 * net/newst-backend.el, net/newst-plainview.el:
1279 * net/newst-reader.el, net/newst-ticker.el:
1280 * net/newst-treeview.el, net/newsticker.el:
1281 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
1282
1283 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
1284
1285 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
1286
1287 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
1288 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
1289 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
1290 Update annotation regexp.
1291
1292 * simple.el (beginning-of-visual-line): Constrain to field
1293 boundaries (Bug#5106).
1294
1295 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
1296
1297 * xml.el (xml-substitute-numeric-entities): Move
1298 newsticker--decode-numeric-entities in newst-backend.el to
1299 xml-substitute-numeric-entities in xml.el. (Bug#5008)
1300 * net/newst-backend.el (newsticker--parse-generic-feed)
1301 (newsticker--parse-generic-items)
1302 (newsticker--decode-numeric-entities): Move
1303 newsticker--decode-numeric-entities in newst-backend.el to
1304 xml-substitute-numeric-entities in xml.el. (Bug#5008)
1305
1306 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
1307
1308 * progmodes/js.el (js--js-not): Add null to the list of values.
1309
1310 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
1311
1312 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
1313
1314 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1315
1316 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
1317 delimiter if it is at the end of the current line.
1318 (bibtex-generate-url-list): Fix docstring.
1319
1320 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1321
1322 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
1323 minibuffer's content with itself.
1324 Fold the confirm-after-completion case into the `confirm' case.
1325 (completion-pcm-word-delimiters): Add : and / to the delimiters.
1326
1327 2009-12-06 Kevin Ryde <user42@zip.com.au>
1328
1329 * ffap.el (ffap-rfc-path): Make this a defcustom since
1330 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
1331
1332 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
1333 manuals, similar to existing setup for help-mode. (Bug#3913.)
1334
1335 2009-12-05 Juri Linkov <juri@jurta.org>
1336
1337 Save and restore dired buffer's point positions too. (Bug#4880)
1338
1339 * dired.el (dired-save-positions): Return in the first element
1340 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
1341 Doc fix.
1342 (dired-restore-positions): First restore buffer's position.
1343 While restoring window's positions, check if window still displays
1344 the original buffer.
1345
1346 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
1347
1348 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
1349 if possible.
1350
1351 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
1352 Make argument optional.
1353
1354 * shell.el (shell): Require ansi-color (Bug#5113).
1355
1356 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
1357
1358 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
1359
1360 2009-12-05 Alan Mackenzie <acm@muc.de>
1361
1362 * progmodes/cc-mode.el (c-before-hack-hook)
1363 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
1364 `c-file-style' to work again. This reversion restores the current
1365 software to its state in Emacs 23.1. (Bug#4146)
1366
1367 2009-12-05 Kevin Ryde <user42@zip.com.au>
1368
1369 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
1370 comment-start-skip to comment-end-skip as comment (Bug#4781).
1371
1372 2009-12-05 Juri Linkov <juri@jurta.org>
1373
1374 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
1375 for virtual nodes. (Bug#4147)
1376 (Info-find-node-2): Set `Info-current-node-virtual' to nil
1377 when moving from a virtual node.
1378 (Info-mode-menu): Add `Info-virtual-index' to the menu.
1379 (Info-mode): Add `Info-virtual-index' to the docstring.
1380
1381 2009-12-05 Eric Ludlam <zappo@gnu.org>
1382
1383 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
1384 Describe project macro symbols.
1385
1386 * cedet/semantic/complete.el (semantic-complete-do-completion):
1387 Don't call semantic-collector-current-exact-match.
1388
1389 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
1390 ede-objects as targets.
1391
1392 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
1393 a target's object list even if compiler vars are already in the
1394 Makefile.
1395
1396 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
1397 list of headers producing necessary macros.
1398
1399 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1400
1401 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
1402 track of the buffer position of the end of a BibTeX entry as this
1403 position may change during reformatting.
1404 (bibtex-format-entry): Remove whitespace before processing
1405 numerical fields so that we recognize the latter properly.
1406 (bibtex-reformat): Do not use push which changes the global value
1407 of bibtex-entry-format.
1408 (bibtex-field-braces-alist, bibtex-field-strings-alist)
1409 (bibtex-field-re-init): Replace only space characters by regexp
1410 for whitespace.
1411 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
1412 (bibtex-initialize): Also update bibtex-strings.
1413 (bibtex-kill-field): Preserve white space at end of entry.
1414 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
1415 Update bibtex-reference-keys.
1416
1417 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1418
1419 * minibuffer.el (completion-pcm--merge-try): Also consider placing
1420 point after a star, if that's the only place where modifications can
1421 make progress.
1422
1423 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
1424
1425 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
1426 in docstrings.
1427
1428 2009-12-04 Juri Linkov <juri@jurta.org>
1429
1430 * proced.el (proced): Call `(proced-update t)' to update process
1431 information instead of only running proced-post-display-hook.
1432 (proced-send-signal): Add a leading space to the buffer name
1433 " *Marked Processes*" to make this buffer ephemeral.
1434
1435 2009-12-04 Juri Linkov <juri@jurta.org>
1436
1437 * dired.el (dired-auto-revert-buffer): New defcustom.
1438 (dired-internal-noselect): Use it.
1439
1440 2009-12-04 Juri Linkov <juri@jurta.org>
1441
1442 Change roles of modes and functions in image-mode.el (Bug#5062).
1443
1444 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
1445 in `auto-mode-alist'.
1446 (image-mode-previous-major-mode): New variable.
1447 (image-minor-mode-map): Rename from `image-mode-text-map'.
1448 (image-mode): Move graceful error-handling code from
1449 `image-minor-mode' to here. On errors call `image-mode-as-text'.
1450 (image-minor-mode): Remove all image-handling code.
1451 Replace `image-mode-text-map' with `image-minor-mode-map'.
1452 Check for `image-type' in mode-line format string.
1453 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
1454 (image-mode-as-text): New function with most code from
1455 `image-mode-maybe'.
1456 (image-toggle-display-text): Move code that removes image
1457 properties from `image-toggle-display' to here.
1458 (image-toggle-display-image): New function with code that adds
1459 image properties copied from `image-toggle-display'.
1460 (image-toggle-display): Remove most code with leaving only code
1461 that toggles between `image-mode-as-text' and `image-mode'.
1462
1463 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
1464
1465 * net/newst-treeview.el
1466 (newsticker--treeview-list-highlight-start): Restored call to
1467 save-excursion: Selected item was stuck.
1468 (newsticker--treeview-list-select): New.
1469 (newsticker--treeview-item-show-text)
1470 (newsticker--treeview-item-show)
1471 (newsticker--treeview-item-update): Use new
1472 newsticker-treeview-item-mode.
1473 (newsticker-treeview-update): Keep current item.
1474 (newsticker-treeview-next-new-or-immortal-item): Doc change.
1475 (newsticker--treeview-first-feed): Doc change.
1476 (newsticker-treeview-list-menu)
1477 (newsticker-treeview-item-menu): Added menu entries.
1478 (newsticker-treeview-item-mode): New.
1479
1480 * net/newst-backend.el (newsticker-customize): Delete other
1481 windows.
1482
1483 2009-12-04 Sam Steingold <sds@gnu.org>
1484
1485 * log-view.el (log-view-mode-map): "q" calls quit-window,
1486 like in all the other non-self-insert buffers.
1487
1488 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
1489
1490 Minor cleanup.
1491 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
1492 key decoding rather than do it manually via last-input-event +
1493 ascii-character.
1494 (term-exec): Use delete-and-extract-region.
1495 (term-handle-ansi-terminal-messages): Remove unused var `end'.
1496 (term-process-pager): Remove unused var `i'.
1497 (term-dynamic-simple-complete): Make obsolete.
1498 (serial-update-config-menu): Remove unused vars `y' and `str'.
1499 (term-update-mode-line): Remove unused var `temp'.
1500
1501 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
1502
1503 Limit the number of log entries displayed by default.
1504 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
1505 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
1506 using a prefix argument.
1507
1508 2009-12-03 Glenn Morris <rgm@gnu.org>
1509
1510 * progmodes/idlwave.el (class): Restore still useful declaration.
1511
1512 2009-12-03 Alan Mackenzie <acm@muc.de>
1513
1514 Enhance `c-parse-state' to run efficiently in "brace deserts".
1515
1516 * progmodes/cc-mode.el (c-basic-common-init):
1517 Call c-state-cache-init.
1518 (c-neutralize-syntax-in-and-mark-CPP): Rename from
1519 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
1520 placing `category' properties value 'c-cpp-delimiter at its boundaries.
1521
1522 * progmodes/cc-langs.el (c-before-font-lock-function):
1523 c-extend-and-neutralize-syntax-in-CPP has been renamed
1524 c-neutralize-syntax-in-and-mark-CPP.
1525
1526 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
1527 with `category' properties now, not `syntax-table' ones.
1528
1529 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
1530 enhanced (but slower) version of c-end-of-macro that won't land
1531 inside a literal or on another awkward character.
1532 (c-state-cache-too-far, c-state-cache-start)
1533 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
1534 (c-state-nonlit-pos-cache-limit, c-state-point-min)
1535 (c-state-point-min-lit-type, c-state-point-min-lit-start)
1536 (c-state-min-scan-pos, c-state-brace-pair-desert)
1537 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
1538 buffer local variables.
1539 (c-state-literal-at, c-state-lit-beg)
1540 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
1541 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
1542 (c-state-cache-top-paren, c-state-cache-after-top-paren)
1543 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
1544 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
1545 (c-renarrow-state-cache)
1546 (c-append-lower-brace-pair-to-state-cache)
1547 (c-state-push-any-brace-pair, c-append-to-state-cache)
1548 (c-remove-stale-state-cache)
1549 (c-remove-stale-state-cache-backwards, c-state-cache-init)
1550 (c-invalidate-state-cache-1, c-parse-state-1)
1551 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
1552 (c-parse-state): Enhance and refactor.
1553 (c-debug-parse-state): Amend to deal with all the new variables.
1554
1555 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
1556 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
1557 modify to use category text properties rather than syntax-table ones.
1558 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
1559 to switch off/on the syntactic paren property of C++ template
1560 delimiters using the category property.
1561 (c-with-<->-as-parens-suppressed): Macro to invoke code with
1562 template delims suppressed.
1563 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
1564 New constant/macros which apply category properties to the start
1565 and end of preprocessor constructs.
1566 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
1567 "comment out" the syntactic value of characters in preprocessor
1568 constructs.
1569 (c-with-cpps-commented-out)
1570 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
1571 with characters in all or all but one preprocessor constructs
1572 "commented out".
1573
1574 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1575
1576 * proced.el (proced-filter-alist): Use regexp-quote.
1577
1578 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
1579
1580 Cleanup.
1581 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
1582 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
1583 arguments. Expand `default-directory'.
1584
1585 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
1586 the benefit of returning an expanded localname.
1587 (tramp-tramp-file-p): Handle the case NAME is not a string.
1588
1589 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
1590
1591 Add support for bzr shelve/unshelve.
1592 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
1593 (vc-bzr-extra-menu-map): New variables.
1594 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
1595 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
1596 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
1597 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
1598 (vc-bzr-dir-extra-headers): Display shelves.
1599
1600 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
1601
1602 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1603
1604 * textmodes/bibtex.el (bibtex-complete-internal):
1605 Use completion-in-region.
1606 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
1607
1608 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
1609
1610 Support applying stashes. Improve UI.
1611 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
1612 (vc-git-stash-apply, vc-git-stash-pop)
1613 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
1614 (vc-git-stash-menu): New functions.
1615 (vc-git-stash-menu-map): New variable.
1616 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
1617
1618 2009-12-03 Glenn Morris <rgm@gnu.org>
1619
1620 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
1621 (vc-print-log-internal): Fix previous change.
1622 (vc-revert): Correct pluralization.
1623
1624 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1625
1626 * progmodes/make-mode.el (makefile-special-targets-list): No need for
1627 it to be an alist any more.
1628 (makefile-complete): Use completion-in-region.
1629
1630 * progmodes/octave-mod.el (octave-complete-symbol):
1631 Use completion-in-region.
1632
1633 Misc cleanup.
1634 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
1635 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
1636 (idlwave-complete-class): Don't quote lambda.
1637 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
1638 (idlwave-mode-map): Move initialization into declaration.
1639 (idlwave-action-and-binding): Use backquotes.
1640 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
1641 Simplify.
1642 (idlwave-is-pointer-dereference): Remove unused var `pos'.
1643 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
1644 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
1645 `parts', and `all-parts'.
1646 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
1647 (idlwave-convert-xml-system-routine-info): Remove unused string
1648 `version-string'.
1649 (idlwave-display-user-catalog-widget): Use dolist.
1650 (idlwave-scanning-lib): Declare dynamically-scoped var.
1651 (idlwave-scan-library-catalogs): Remove unused var `flags'.
1652 (completion-highlight-first-word-only): Declare to silence bytecomp.
1653 (idlwave-popup-select): Tighten scope of `resp'.
1654 (idlwave-find-struct-tag): Remove unused var `beg'.
1655 (idlwave-after-load-rinfo-hook): Declare.
1656 (idlwave-sintern-class-info): Remove unused var `taglist'.
1657 (idlwave-find-class-definition): Remove unused var `list'.
1658 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
1659 (idlwave-what-module-find-class): Remove unused var `classes'.
1660
1661 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
1662
1663 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
1664
1665 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1666
1667 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
1668 buffers visited. Remove redundant current-buffer-saving.
1669
1670 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1671
1672 Use completion-in-buffer and remove uses of dynamic scoping.
1673 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
1674 (pascal-buffer-to-use, pascal-flag): Don't declare.
1675 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
1676 (pascal-get-completion-decl, pascal-keyword-completion):
1677 Add `pascal-str' argument, save-excursion,
1678 return the found completions, and don't filter with pascal-pred.
1679 (pascal-completion-cache): New var.
1680 (pascal-completion): Don't switch buffer any more (it was never
1681 necessary). Don't save-excursion any more (it's done by the called
1682 subroutines). Use a cache to avoid redundant computations.
1683 Use complete-with-action rather than pascal-completion-response and
1684 let it apply the predicate as well.
1685 (pascal-complete-word): Use completion-in-buffer when
1686 pascal-toggle-completions is nil.
1687 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
1688 not used any more.
1689 (pascal-comp-defun): Don't change buffer any more.
1690 Use complete-with-action rather than pascal-completion-response and
1691 let it apply the predicate as well.
1692 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
1693 when neded.
1694
1695 2009-12-02 Kenichi Handa <handa@m17n.org>
1696
1697 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
1698 shape for all Indic scripts.
1699
1700 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1701
1702 Use completion-in-buffer.
1703 * wid-edit.el (widget-field-text-end): New function.
1704 (widget-field-value-get): Use it.
1705 (widget-string-complete, widget-file-complete)
1706 (widget-color-complete): Use it and completion-in-region.
1707 (widget-complete): Don't narrow the buffer.
1708
1709 2009-12-02 Glenn Morris <rgm@gnu.org>
1710
1711 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
1712 (rmail-select-summary): Use rmail-pop-to-buffer.
1713 * mail/rmailsum.el: Replace all pop-to-buffer calls with
1714 rmail-pop-to-buffer, to prevent horizontal splits.
1715
1716 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
1717 save-excursion with save-current-buffer.
1718 Widen before searching. (Bug#5093)
1719 (diary-list-sexp-entries): Remove superfluous save-excursion.
1720
1721 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
1722
1723 * woman.el (woman-make-bufname): Handle man-pages with "." in the
1724 name. (Bug#5038)
1725
1726 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
1727
1728 * ido.el (ido-file-internal): Handle filenames at point that do
1729 not have a directory part. (Bug#5049)
1730
1731 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
1732
1733 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
1734 (mpc-songs-jump-to, mpc-resume): Doc fixes.
1735
1736 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
1737
1738 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
1739 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
1740 any more.
1741
1742 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
1743
1744 * comint.el (comint-insert-input): Ignore clicks to the right of
1745 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
1746
1747 * vc.el (vc-print-log-internal): Don't wait for the process to
1748 terminate before setting up the major mode.
1749
1750 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
1751 in case.
1752
1753 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
1754 the last element.
1755
1756 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
1757
1758 2009-12-01 Glenn Morris <rgm@gnu.org>
1759
1760 * window.el (window--display-buffer-2): Fix previous changes.
1761
1762 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
1763
1764 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
1765
1766 2009-12-01 Glenn Morris <rgm@gnu.org>
1767
1768 * Makefile.in (ELCFILES): Add mpc.elc.
1769
1770 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
1771
1772 * mpc.el: New file.
1773
1774 2009-12-01 Glenn Morris <rgm@gnu.org>
1775
1776 * window.el (window-to-use): Define for compiler.
1777
1778 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
1779 consistent with others (no final period).
1780
1781 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
1782 (rmail-mime-show): Downcase the encoding. (Bug#5070)
1783
1784 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
1785
1786 Make vc-print-log buttons work.
1787 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
1788
1789 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
1790
1791 * savehist.el (savehist-autosave-interval): Allow setting to nil
1792 through customize. (Bug#5056)
1793
1794 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
1795
1796 Fix references to jit-lock properties.
1797 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1798 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
1799 (perl-font-lock-special-syntactic-constructs):
1800 Quote jit-lock-defer-multiline property.
1801
1802 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
1803
1804 * vc-git.el (vc-git-registered): Call vc-git-root only once.
1805
1806 2009-11-30 Juri Linkov <juri@jurta.org>
1807
1808 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
1809 value `buffer' of `multi-isearch-next-buffer-current-function'.
1810 Use `(current-buffer)' when `buffer' is nil.
1811 (multi-isearch-next-buffer-from-list): Don't fallback to
1812 `(current-buffer)' when `buffer' is nil. (Bug#4947)
1813
1814 2009-11-30 Juri Linkov <juri@jurta.org>
1815
1816 * misearch.el (multi-isearch-read-buffers): Move canonicalization
1817 of buffers with `get-buffer' to `multi-isearch-buffers'.
1818 (multi-isearch-buffers, multi-isearch-buffers-regexp):
1819 Canonicalize BUFFERS with `get-buffer'. Doc fix.
1820 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
1821 FILES with `expand-file-name' converting relative file names
1822 to absolute. Doc fix. (Bug#4727)
1823
1824 2009-11-30 Juri Linkov <juri@jurta.org>
1825
1826 * misearch.el (multi-isearch-read-buffers)
1827 (multi-isearch-read-matching-buffers): New functions.
1828 (multi-isearch-buffers, multi-isearch-buffers-regexp):
1829 Use them in the `interactive' spec. Doc fix.
1830 (multi-isearch-read-files, multi-isearch-read-matching-files):
1831 New functions.
1832 (multi-isearch-files, multi-isearch-files-regexp):
1833 Use them in the `interactive' spec. Doc fix. (Bug#4725)
1834
1835 2009-11-30 Juri Linkov <juri@jurta.org>
1836
1837 * doc-view.el (doc-view-continuous):
1838 Rename from `doc-view-continuous-mode'.
1839 (doc-view-menu): Move "Toggle display" to the top.
1840 Add submenu "Continuous" with radio buttons "Off"/"On"
1841 and "Save as Default".
1842 (doc-view-scroll-up-or-next-page)
1843 (doc-view-scroll-down-or-previous-page)
1844 (doc-view-next-line-or-next-page)
1845 (doc-view-previous-line-or-previous-page): Rename
1846 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
1847
1848 2009-11-30 Juri Linkov <juri@jurta.org>
1849
1850 * comint.el (comint-mode-map): Rebind `M-r' from
1851 `comint-previous-matching-input' to
1852 `comint-history-isearch-backward-regexp'.
1853 Unbind `M-s' to allow global key binding `M-s'.
1854 Add menu items for `comint-history-isearch-backward' and
1855 `comint-history-isearch-backward-regexp'. (Bug#3746)
1856
1857 2009-11-30 Juri Linkov <juri@jurta.org>
1858
1859 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
1860 For def=recenter, replace `recenter' with `recenter-top-bottom'
1861 that is called with `this-command' and `last-command' let-bound
1862 to `recenter-top-bottom'. When the last `def' was not `recenter',
1863 set `recenter-last-op' to nil. (Bug#4981)
1864
1865 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
1866
1867 Minor cleanup and simplification.
1868 * filecache.el (file-cache-add-directory)
1869 (file-cache-add-directory-recursively)
1870 (file-cache-add-from-file-cache-buffer)
1871 (file-cache-delete-file-regexp, file-cache-delete-directory)
1872 (file-cache-files-matching-internal, file-cache-display): Use dolist.
1873 (file-cache-temp-minibuffer-message): Delete function.
1874 (file-cache-minibuffer-complete): Use minibuffer-message instead.
1875
1876 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
1877 Don't signal an error when bumping into EOB in tr, s, or y.
1878
1879 2009-11-29 Juri Linkov <juri@jurta.org>
1880
1881 * startup.el (fancy-about-text): Fix wording of Guided Tour.
1882 (Bug#4960)
1883
1884 * descr-text.el (describe-char-unidata-list): Use lowercase name
1885 for "Unicode name" like in other tags.
1886
1887 2009-11-29 Juri Linkov <juri@jurta.org>
1888
1889 * ediff-util.el (ediff-minibuffer-with-setup-hook):
1890 New compatibility macro.
1891 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
1892
1893 2009-11-29 Juri Linkov <juri@jurta.org>
1894
1895 Add defcustom to define the cycling order of `recenter-top-bottom'.
1896 (Bug#4981)
1897
1898 * window.el (recenter-last-op): Doc fix.
1899 (recenter-positions): New defcustom.
1900 (recenter-top-bottom): Rewrite to use `recenter-positions'.
1901 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
1902
1903 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
1904
1905 Improve integration of Tramp and ange-ftp in eshell.
1906
1907 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
1908 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
1909 (eshell/sudo): Flatten args. Let-bind `default-directory'.
1910
1911 * eshell/esh-util.el (top): Require also Tramp when compiling.
1912 (eshell-directory-files-and-attributes): Check for FTP remote
1913 connection.
1914 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
1915 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
1916 (eshell-file-attributes): Handle ".". Return `entry'.
1917
1918 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
1919 (ange-ftp-directory-files-and-attributes)
1920 (ange-ftp-real-directory-files-and-attributes): New defuns.
1921
1922 * net/tramp.el (tramp-maybe-open-connection): Open the remote
1923 shell with "exec" when possible. This prevents trailing prompts
1924 in `start-file-process'.
1925
1926 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
1927
1928 Try and remove assumptions about point-min==1.
1929 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
1930 (rng-compute-mode-line-string): Show the validation percentage in
1931 terms of the narrowed text, not the widened text.
1932 (rng-do-some-validation): Don't catch internal errors when debugging.
1933 (rng-first-error): Simplify.
1934 (rng-after-change-function): Remove work around. AFAIK the bug has
1935 been fixed a while ago.
1936
1937 * image-mode.el (image-minor-mode): Exit more gracefully when the image
1938 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
1939
1940 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
1941
1942 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
1943 `cd' doesn't always do it for us (bug#5067).
1944
1945 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
1946 on 2009-10-25 as part of some other change (bug#5067).
1947
1948 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
1949
1950 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
1951 `suspicious'.
1952 (byte-compile-warnings): Use byte-compile-warning-types.
1953 (byte-compile-save-excursion): Warn about use of set-buffer right
1954 after save-excursion.
1955
1956 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
1957 the excursion as well.
1958
1959 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
1960
1961 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
1962 providing a Tramp related implementation of "su" and "sudo".
1963 (eshell-unix-initialize): Add "su" and "sudo".
1964
1965 2009-11-27 Daiki Ueno <ueno@unixuser.org>
1966
1967 * net/socks.el (socks-send-command): Convert binary request to
1968 unibyte before sending. This fixes mishandling of some port
1969 numbers such as 129.
1970
1971 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
1972
1973 * help.el (describe-bindings-internal): Remove `interactive'.
1974
1975 * man.el (Man-completion-table): Trim a terminating "(".
1976 Remove the space between name page a section.
1977 Add the command's description on the `help-echo' property.
1978 Remove `process-connection-type' binding since it's unused by
1979 call-process.
1980 Provide completion for the "<section> <name>" format as well.
1981 (Man-default-man-entry): Remove spurious var shadowing the argument.
1982
1983 2009-11-26 Kevin Ryde <user42@zip.com.au>
1984
1985 * log-view.el: Add "Keywords: tools", since its other keywords
1986 aren't in finder-known-keywords, and following vc.el.
1987
1988 * sha1.el (sha1-string-external): default-directory "/" in case
1989 otherwise non-existent. process-connection-type pipe for touch of
1990 efficiency recommended by elisp manual. (An aside in Bug#3911.)
1991
1992 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
1993
1994 Misc coding convention cleanups.
1995 * htmlfontify.el (hfy-init-kludge-hook): Rename from
1996 hfy-init-kludge-hooks.
1997 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
1998 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
1999 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
2000 and push.
2001 (hfy-slant, hfy-weight): Use tables rather than code.
2002 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
2003 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
2004 (hfy-face-attr-for-class): Initialize `face-spec' directly.
2005 (hfy-face-to-css): Remove `nconc' with single arg.
2006 (hfy-p-to-face-lennart): Use `or'.
2007 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
2008 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
2009 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
2010 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
2011 (hfy-force-fontification): Use run-hooks.
2012
2013 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
2014
2015 Various minor fixes.
2016 * htmlfontify.el (hfy-default-header): Add toggle_invis since
2017 Javascript belongs in the header, not the body.
2018 (hfy-javascript): Remove.
2019 (hfy-fontify-buffer): Don't insert it any more.
2020 (hfy-face-at): Handle (face0 face1 face2) style face properties.
2021 Fix bug in invis handling when there were no invis props in a chunk.
2022
2023 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2024
2025 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
2026
2027 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
2028
2029 * finder.el (finder-mode-map): Add a menu.
2030
2031 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
2032
2033 * verilog-mode.el (verilog-at-struct-p): Support "signed" and
2034 "unsigned" structs.
2035
2036 (verilog-leap-to-head, verilog-backward-token): Handle "disable
2037 fork" statement better.
2038
2039 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
2040
2041 * verilog-mode.el (verilog-auto-insert-lisp, verilog-delete-auto)
2042 (verilog-delete-empty-auto-pair, verilog-library-filenames):
2043 Fix AUTOINSERTLISP to support insert-file. Reported by Clay Douglass.
2044
2045 (verilog-auto-inst, verilog-auto-star-safe)
2046 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
2047 Fix removing "// Interfaces" when saving .* expansions. Reported by
2048 Pierre-David Pfister.
2049
2050 2009-11-26 Glenn Morris <rgm@gnu.org>
2051
2052 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
2053 the scope.
2054
2055 2009-11-25 Johan Bockgård <bojohan@gnu.org>
2056
2057 * vc-annotate.el (vc-annotate-revision-previous-to-line):
2058 Really use previous revision.
2059
2060 2009-11-25 Kevin Ryde <user42@zip.com.au>
2061
2062 * man.el (Man-completion-table): default-directory "/" in case
2063 doesn't otherwise exist. process-environment COLUMNS=999 so as
2064 not to truncate long names. process-connection-type pipe to avoid
2065 any chance of hitting the pseudo-tty TIOCGWINSZ.
2066 (man): completion-ignore-case t for friendliness and since man
2067 itself is case-insensitive on the command line.
2068 Further to Bug#3717.
2069
2070 * arc-mode.el: Add "Keywords: files", so the details in its
2071 commentary can be reached from finder-by-keyword.
2072 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
2073 editing mode, but it's comms related and sgml-mode.el has "comm"
2074 on that basis too.
2075 * textmodes/bibtex-style.el: Add "Keywords: tex".
2076 * international/isearch-x.el, international/ja-dic-cnv.el:
2077 * international/ja-dic-utl.el, international/kkc.el:
2078 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
2079
2080 2009-11-25 Juri Linkov <juri@jurta.org>
2081
2082 * man.el (Man-completion-table): Modify regexp to include
2083 section names to completion strings. (Bug#3717)
2084
2085 2009-11-25 Juri Linkov <juri@jurta.org>
2086
2087 Search recursively in gzipped files. (Bug#4982)
2088
2089 * progmodes/grep.el (grep-highlight-matches): Add new options
2090 `always' and `auto'. Doc fix.
2091 (grep-process-setup): Check `grep-highlight-matches' for
2092 `auto-detect' to determine the need to compute grep defaults.
2093 Move Windows/DOS specific --colors settings handling
2094 to `grep-compute-defaults'. Check `grep-highlight-matches'
2095 to get the value of "--color=".
2096 (grep-compute-defaults): Compute `grep-highlight-matches' when it
2097 has the value `auto-detect'. Move Windows/DOS specific settings
2098 from `grep-process-setup'.
2099 (zrgrep): New command with alias `rzgrep'.
2100
2101 2009-11-25 Juri Linkov <juri@jurta.org>
2102
2103 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
2104 to nil instead of switching off view-mode. (Bug#4896)
2105
2106 2009-11-25 Juri Linkov <juri@jurta.org>
2107
2108 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
2109
2110 * mwheel.el (mwheel-scroll-up-function)
2111 (mwheel-scroll-down-function): New defvars.
2112 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
2113 `scroll-up', and `mwheel-scroll-down-function' instead of
2114 `scroll-down'.
2115
2116 * doc-view.el (doc-view-scroll-up-or-next-page)
2117 (doc-view-scroll-down-or-previous-page): Add optional ARG.
2118 Use this ARG in the call to image-scroll-up/image-scroll-down.
2119 Change `interactive' spec to "P". Goto next/previous page only
2120 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
2121 SPC/DEL case). Doc fix.
2122 (doc-view-next-line-or-next-page)
2123 (doc-view-previous-line-or-previous-page): Rename arg to ARG
2124 for consistency.
2125 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
2126 `doc-view-scroll-up-or-next-page', and buffer-local
2127 `mwheel-scroll-down-function' to
2128 `doc-view-scroll-down-or-previous-page'.
2129
2130 2009-11-25 Juri Linkov <juri@jurta.org>
2131
2132 Provide additional default values (directories at other Dired
2133 windows) via M-n in the minibuffer of some Dired commands.
2134
2135 * dired-aux.el (dired-diff, dired-compare-directories)
2136 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
2137 `minibuffer-default' in `minibuffer-with-setup-hook'.
2138 (dired-dwim-target-directory): Find a window that displays Dired
2139 buffer instead of failing when the next window is not Dired.
2140 Use `get-window-with-predicate' to find for the next Dired window.
2141 (dired-dwim-target-defaults): New function.
2142
2143 * ediff-util.el (ediff-read-file-name):
2144 Use `dired-dwim-target-defaults' to set `minibuffer-default'
2145 in `minibuffer-with-setup-hook'.
2146
2147 2009-11-25 Juri Linkov <juri@jurta.org>
2148
2149 Provide additional default values (file name at point or at the
2150 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
2151
2152 * minibuffer.el (read-file-name-defaults): New function.
2153 (read-file-name): Reset `minibuffer-default' to nil when
2154 it duplicates initial input `insdef'.
2155 Bind `minibuffer-default-add-function' to lambda that
2156 calls `read-file-name-defaults' in `minibuffer-selected-window'.
2157 (minibuffer-insert-file-name-at-point): New command.
2158
2159 * files.el (file-name-at-point-functions): New defcustom.
2160 (find-file-default): Remove defvar.
2161 (find-file-read-args): Don't use `find-file-default'.
2162 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
2163 to `read-file-name'.
2164 (find-file-literally): Use `read-file-name' with
2165 `confirm-nonexistent-file-or-buffer'.
2166
2167 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
2168
2169 * dired.el (dired-read-dir-and-switches):
2170 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
2171 to `read-file-name'.
2172 (dired-file-name-at-point): New function.
2173 (dired-mode): Add hook `dired-file-name-at-point' to
2174 `file-name-at-point-functions'.
2175
2176 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2177
2178 Really make the *Completions* window soft-dedicated (bug#5030).
2179 * window.el (window--display-buffer-2): Add `dedicated' argument.
2180 (display-buffer): Pass it when needed so the dedicated flag is set
2181 after calling set-window-buffer, which would otherwise reset it.
2182
2183 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2184
2185 * progmodes/meta-mode.el (meta-complete-symbol):
2186 * progmodes/etags.el (complete-tag):
2187 * mail/mailabbrev.el (mail-abbrev-complete-alias):
2188 Use completion-in-region.
2189
2190 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
2191 (dabbrev-completion): Use completion-in-region.
2192 (dabbrev--abbrev-at-point): Simplify regexp.
2193
2194 * abbrev.el (abbrev--before-point): Use word-motion functions
2195 if :regexp is not specified (bug#5031).
2196
2197 * subr.el (string-prefix-p): New function.
2198
2199 * man.el (Man-completion-cache): New var.
2200 (Man-completion-table): Use it.
2201
2202 * vc.el (vc-print-log-internal): Make `limit' optional for better
2203 compatibility (e.g. with vc-annotate.el).
2204
2205 2009-11-24 Kevin Ryde <user42@zip.com.au>
2206
2207 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
2208 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
2209
2210 * emacs-lisp/elint.el (elint-add-required-env): Better error message
2211 when .el source file not found or other error.
2212
2213 2009-11-24 Markus Triska <markus.triska@gmx.at>
2214
2215 * linum.el (linum-update-window): Ignore intangible (bug#4996).
2216
2217 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2218
2219 Handle the [back] button properly (bug#4979).
2220 * descr-text.el (describe-text-properties): Add a `buffer' argument.
2221 Use help-setup-xref, help-buffer, and with-help-window.
2222 (describe-char): Add `buffer' argument.
2223 Pass proper command to help-setup-xref. Don't meddle with
2224 help-xref-stack-item directly.
2225 (describe-text-category): Use with-help-window and help-buffer.
2226
2227 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
2228 for the displayed buffer (bug#4887).
2229
2230 * man.el (Man-completion-table): New function.
2231 (man): Use it.
2232
2233 2009-11-24 David Reitter <david.reitter@gmail.com>
2234
2235 * vc-git.el (vc-git-registered): Use checkout directory (where
2236 .git is) rather than the file's directory and a relative path spec
2237 to work around a bug in git.
2238
2239 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
2240
2241 Improve handling of processes on remote hosts.
2242
2243 * eshell/esh-util.el (eshell-path-env): New defvar.
2244 (eshell-parse-colon-path): New defun.
2245 (eshell-file-attributes): Use `eshell-parse-colon-path'.
2246
2247 * eshell/esh-ext.el (eshell-search-path):
2248 Use `eshell-parse-colon-path'.
2249 (eshell-remote-command): Remove argument HANDLER.
2250 (eshell-external-command): Check for FTP remote connection.
2251
2252 * eshell/esh-proc.el (eshell-gather-process-output):
2253 Use `file-truename', in order to start also symlinked files.
2254 Apply `start-file-process' instead of `start-process'.
2255 Shorten `command' to the local file name part.
2256
2257 * eshell/em-cmpl.el (eshell-complete-commands-list):
2258 Use `eshell-parse-colon-path'.
2259
2260 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
2261
2262 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
2263 to `eshell-directory-change-hook'.
2264
2265 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
2266
2267 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
2268 because it could be enabled automatically if view-read-only is non-nil.
2269
2270 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
2271
2272 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
2273 made on 2009-11-22.
2274
2275 2009-11-24 Glenn Morris <rgm@gnu.org>
2276
2277 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
2278 deleted variable bookmark-bmenu-bookmark-column.
2279
2280 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
2281 Move after definition of global-semantic-idle-tag-highlight-mode.
2282
2283 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2284
2285 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
2286
2287 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
2288
2289 * net/browse-url.el (browse-url-filename-alist): On Windows, add
2290 two slashes to the "file:" prefix.
2291 (browse-url-file-url): De-munge Cygwin filenames before passing
2292 them to Windows browser.
2293 (browse-url-default-windows-browser): Use call-process.
2294
2295 2009-11-23 Juri Linkov <juri@jurta.org>
2296
2297 Implement DocView Continuous mode. (Bug#4896)
2298 * doc-view.el (doc-view-continuous-mode): New defcustom.
2299 (doc-view-mode-map): Bind C-n/<down> to
2300 `doc-view-next-line-or-next-page', C-p/<up> to
2301 `doc-view-previous-line-or-previous-page'.
2302 (doc-view-next-line-or-next-page)
2303 (doc-view-previous-line-or-previous-page): New commands.
2304
2305 2009-11-23 Juri Linkov <juri@jurta.org>
2306
2307 Implement Isearch in comint input history. (Bug#3746)
2308 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
2309 `isearch-mode-hook'.
2310 (comint-history-isearch): New defcustom.
2311 (comint-history-isearch-backward)
2312 (comint-history-isearch-backward-regexp): New commands.
2313 (comint-history-isearch-message-overlay): New buffer-local variable.
2314 (comint-history-isearch-setup, comint-history-isearch-end)
2315 (comint-goto-input, comint-history-isearch-search)
2316 (comint-history-isearch-message, comint-history-isearch-wrap)
2317 (comint-history-isearch-push-state)
2318 (comint-history-isearch-pop-state): New functions.
2319
2320 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
2321
2322 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
2323 return.
2324 (tramp-handle-make-symbolic-link)
2325 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
2326 Quote file names.
2327 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
2328 (tramp-handle-process-file): Use it.
2329
2330 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2331
2332 * window.el (move-to-window-line-last-op): Remove.
2333 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
2334
2335 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
2336
2337 Make M-r mirror the new cycling behavior of C-l.
2338 * window.el (move-to-window-line-last-op): New var.
2339 (move-to-window-line-top-bottom): New command.
2340 (global-map): Bind M-r move-to-window-line-top-bottom.
2341
2342 2009-11-23 Sven Joachim <svenjoac@gmx.de>
2343
2344 * dired-x.el (dired-guess-shell-alist-default):
2345 Support xz format. (Bug#4953)
2346
2347 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
2348
2349 * cedet/srecode/map.el (srecode-get-maps):
2350 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
2351 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
2352 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
2353 (semantic-toggle-decoration-style):
2354 * cedet/semantic/decorate/include.el
2355 (semantic-decoration-include-describe)
2356 (semantic-decoration-unknown-include-describe)
2357 (semantic-decoration-unparsed-include-describe)
2358 (semantic-decoration-all-include-summary):
2359 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
2360 * cedet/semantic/analyze/complete.el
2361 (semantic-analyze-possible-completions):
2362 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
2363 (semantic-show-unmatched-syntax-mode)
2364 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
2365 (semantic-highlight-func-mode):
2366 * cedet/semantic/util.el (semantic-describe-buffer):
2367 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
2368 (semantic-symref-find-tags-by-name)
2369 (semantic-symref-find-tags-by-regexp)
2370 (semantic-symref-find-tags-by-completion)
2371 (semantic-symref-find-file-references-by-name)
2372 (semantic-symref-find-text):
2373 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
2374 (senator-yank-tag):
2375 * cedet/semantic/scope.el (semantic-calculate-scope):
2376 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
2377 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
2378 (define-semantic-idle-service):
2379 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
2380 (semantic-complete-analyze-inline-idle):
2381 * cedet/semantic/analyze.el (semantic-analyze-current-context):
2382 * cedet/mode-local.el (describe-mode-local-bindings)
2383 (describe-mode-local-bindings-in-mode):
2384 * cedet/ede/make.el (ede-make-check-version):
2385 * cedet/ede/locate.el (ede-enable-locate-on-project):
2386 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
2387 (cedet-idutils-version-check):
2388 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
2389 (cedet-gnu-global-version-check):
2390 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
2391 (cedet-cscope-version-check): Use called-interactively-p instead
2392 of interactive-p.
2393
2394 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
2395 Use semantic-format-tag-prototype.
2396
2397 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
2398
2399 * emulation/viper-cmd.el: Use viper-last-command-char instead of
2400 last-command-char/last-command-event.
2401 (viper-prefix-arg-value): Do correct conversion of event-char for
2402 XEmacs.
2403
2404 * emulation/viper-util.el, emulation/viper.el:
2405 Use viper-last-command-char instead of
2406 last-command-char/last-command-event.
2407
2408 * ediff-init.el, ediff-mult.el, ediff-util.el:
2409 Replace last-command-char and last-command-event
2410 with (ediff-last-command-char) everywhere.
2411
2412 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
2413 created in fundamental mode.
2414
2415 * ediff.el (ediff-version): Revert the change of interactive-p to
2416 called-interactively-p.
2417
2418 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
2419
2420 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
2421 generation from word-movement command names.
2422
2423 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
2424
2425 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
2426 (semantic-complete-jump-local, semantic-complete-jump):
2427 Improve prompt string.
2428
2429 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
2430
2431 * cus-start.el (all): Add native condition for font-use-system-font.
2432
2433 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
2434
2435 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
2436 Correct the patch from 2009-11-18. (Bug#3910)
2437
2438 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
2439
2440 * progmodes/subword.el: Rename from lisp/subword.el.
2441
2442 * subword.el: Rename to progmodes/subword.el.
2443
2444 * Makefile.in (ELCFILES): Adapt to subword.el move.
2445
2446 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2447 Stefan Monnier <monnier@iro.umontreal.ca>
2448
2449 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
2450 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
2451 (bookmark-bmenu-show-filenames): Use push.
2452 (bookmark-bmenu-hide-filenames): Use local var instead of
2453 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
2454 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
2455 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
2456 filenames now that the bookmark names are always available.
2457
2458 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2459
2460 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
2461 (bookmark-search-pattern): Move and leave unbound.
2462 (bookmark-bmenu-mode-map): Change binding.
2463 (bookmark-read-search-input): Simplify.
2464 Don't use text-char-description. Don't error on non-char events.
2465 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
2466 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
2467 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
2468 Use a local var for the timer.
2469 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
2470 (i.e. bookmark-bmenu-search).
2471
2472 2009-11-21 Glenn Morris <rgm@gnu.org>
2473
2474 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
2475
2476 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
2477
2478 * net/browse-url.el (browse-url-default-windows-browser):
2479 Use cygstart for cygwin.
2480
2481 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
2482
2483 * bookmark.el: Formatting and doc fixes only:
2484 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
2485 (bookmark-bmenu-search): Wrap to fit within 80 columns.
2486 Minor grammar and punctuation fixes in doc string.
2487 (bookmark-read-search-input): Adjust to fit within 80 columns.
2488
2489 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
2490
2491 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
2492 (c-backward-into-nomenclature): Adapt to subword renaming.
2493
2494 * subword.el (subword-forward, subword-backward, subword-mark)
2495 (subword-kill, subword-backward-kill, subword-transpose)
2496 (subword-downcase, subword-upcase, subword-capitalize)
2497 (subword-forward-internal, subword-backward-internal):
2498 Rename from forward-subword, backward-subword, mark-subword,
2499 kill-subword, backward-kill-subword, transpose-subwords,
2500 downcase-subword, upcase-subword, capitalize-subword,
2501 forward-subword-internal, backward-subword-internal.
2502
2503 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2504
2505 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
2506 New options.
2507 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
2508 New vars.
2509 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
2510 (bookmark-bmenu-filter-alist-by-regexp)
2511 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
2512 (bookmark-bmenu-search): New command.
2513 (bookmark-bmenu-mode-map): Bind it.
2514
2515 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
2516
2517 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
2518
2519 * cedet/semantic/idle.el (define-semantic-idle-service)
2520 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
2521
2522 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
2523
2524 * progmodes/cc-cmds.el: declare-functioned forward-subword and
2525 backward-subword to quit the byte-compiler.
2526
2527 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
2528
2529 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
2530
2531 * progmodes/cc-cmds.el (c-update-modeline)
2532 (c-forward-into-nomenclature, c-backward-into-nomenclature):
2533 Refer to subword.el functions instead of cc-subword.el.
2534
2535 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
2536 subword.el functions instead of cc-subword.el.
2537
2538 * progmodes/cc-subword.el: Rename to subword.el.
2539 * subword.el: Rename from progmodes/cc-subword.el.
2540 (subword-mode-map): Rename from c-subword-mode-map.
2541 (subword-mode): Rename from c-subword-mode.
2542 (global-subword-mode): New global minor mode.
2543 (forward-subword): Rename from c-forward-subword.
2544 (backward-subword): Rename from c-backward-subword.
2545 (mark-subword): Rename from c-mark-subword.
2546 (kill-subword): Rename from c-kill-subword.
2547 (backward-kill-subword): Rename from c-backward-kill-subword.
2548 (transpose-subwords): Rename from c-tranpose-subword.
2549 (downcase-subword): Rename from c-downcase-subword.
2550 (capitalize-subword): Rename from c-capitalize-subword.
2551 (forward-subword-internal): Rename from c-forward-subword-internal.
2552 (backward-subword-internal): Rename from c-backward-subword-internal.
2553
2554 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
2555
2556 * vc.el (vc-deduce-fileset): Allow non-state changing operations
2557 from a dired buffer.
2558 (vc-dired-deduce-fileset): New function.
2559 (vc-root-diff, vc-print-root-log): Use it.
2560
2561 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
2562 nil LIMIT argument to vc-print-log-internal.
2563
2564 2009-11-20 Glenn Morris <rgm@gnu.org>
2565
2566 * Makefile.in (ELCFILES): Regenerate.
2567
2568 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
2569
2570 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
2571
2572 * cedet/semantic.el: Enable idle-mode menu items only if
2573 global-semantic-idle-scheduler-mode is enabled.
2574 (semantic-default-submodes): Doc fix.
2575
2576 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
2577 When turning off, disable other idle modes.
2578
2579 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
2580
2581 * calc/calc.el (calc-set-mode-line):
2582 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
2583 (math-format-number): Rename `math-format-complement-signed' to
2584 `math-format-twos-complement'.
2585
2586 * calc/calc-bin.el (math-format-twos-complement): Rename from
2587 math-format-complement-signed.
2588 (calc-radix): Rename `calc-complement-signed-mode' to
2589 `calc-twos-complement-mode'.
2590 (calc-octal-radix, calc-hex-radix): Add an argument for
2591 two's complement.
2592
2593 * calc/calc-embed.el (calc-embedded-mode-vars):
2594 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
2595
2596 * calc/calc-ext.el (calc-init-extensions):
2597 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
2598 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
2599
2600 * calc/calc-units.el (math-build-units-table-buffer):
2601 Let `calc-twos-complement-mode' be nil.
2602
2603 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
2604 entries.
2605
2606 * calc/calc-vec.el (calcFunc-vunpack):
2607 * calc/calc-aent.el (calc-do-calc-eval):
2608 * calc/calc-forms.el (math-format-date):
2609 * calc/calc-graph.el (calc-graph-plot):
2610 * calc/calc-math.el (math-use-emacs-fn):
2611 * calc/calccomp.el (math-compose-expr):
2612 Let `calc-twos-complement-mode' be nil.
2613
2614 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2615
2616 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
2617 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
2618 * minibuffer.el (completion-in-region-functions): New hook.
2619 (completion-in-region): New function.
2620 * emacs-lisp/lisp.el (lisp-complete-symbol):
2621 * pcomplete.el (pcomplete-std-complete): Use it.
2622
2623 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2624
2625 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
2626 (latex-complete-alist): New vars.
2627 (latex-string-prefix-p, latex-complete-bibtex-keys)
2628 (latex-complete-envnames, latex-complete-refkeys)
2629 (latex-complete-data): New functions.
2630 (latex-complete, latex-indent-or-complete): New commands.
2631
2632 * window.el (display-buffer-mark-dedicated): New var.
2633 (display-buffer): Obey it.
2634 * minibuffer.el (minibuffer-completion-help): Use it.
2635
2636 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
2637
2638 * filecache.el (file-cache-add-file): Use push and cons.
2639 (file-cache-delete-file-regexp): Use push.
2640 (file-cache-complete): Use completion-in-region.
2641
2642 * simple.el (with-wrapper-hook): Fix thinko.
2643
2644 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
2645 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
2646 Use with-current-buffer and string-to-number.
2647 (hfy-fallback-colour-values): Use assoc-string.
2648 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
2649 (hfy-face-at): Remove unused var `found-face'.
2650 (hfy-compile-stylesheet): Remove unused var `css'.
2651 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
2652 and `orig-buffer'.
2653 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
2654 Use with-current-buffer.
2655 (hfy-text-p): Use expand-file-name and fewer setq.
2656
2657 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
2658
2659 * htmlfontify.el, hfy-cmap.el: New files.
2660
2661 2009-11-19 Juri Linkov <juri@jurta.org>
2662
2663 * minibuffer.el (completions-format): New defcustom.
2664 (completion--insert-strings): Implement vertical format.
2665
2666 * simple.el (switch-to-completions): Move point to the first
2667 completion when point was at the beginning of the buffer.
2668
2669 2009-11-19 Juri Linkov <juri@jurta.org>
2670
2671 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
2672
2673 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
2674
2675 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
2676
2677 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
2678 (mail-signature): Change default to t.
2679 (mail-from-style): Deprecate `system-default' value.
2680 (mail-insert-from-field): For default value of mail-from-style,
2681 default to `angles' unless `angles' needs quoting and `parens'
2682 does not.
2683 (mail-citation-prefix-regexp): Use citation regexp from
2684 message-mode.
2685
2686 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
2687
2688 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
2689 Set variables for computing the prompt for reading password.
2690
2691 2009-11-19 Glenn Morris <rgm@gnu.org>
2692
2693 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
2694
2695 * textmodes/flyspell.el (sgml-lexical-context): Declare.
2696
2697 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
2698 (newsticker-treeview-listwindow-height): Fix custom type.
2699
2700 2009-11-19 Kenichi Handa <handa@m17n.org>
2701
2702 * descr-text.el (describe-char-padded-string): Compose with TAB
2703 only if there's a font for CH.
2704 (describe-char): Fix the condition for detecting a trivial composition.
2705
2706 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
2707
2708 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
2709 more accurate version of the regexp. (Bug#3910)
2710
2711 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
2712
2713 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
2714
2715 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
2716
2717 * font-setting.el (font-use-system-font): Declare for byte-compiler.
2718 (font-setting-change-default-font): Fix typo in docstring.
2719
2720 2009-11-18 Alan Mackenzie <acm@muc.de>
2721
2722 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
2723
2724 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
2725
2726 * font-setting.el (font-use-system-font): Move ...
2727
2728 * cus-start.el (all): ... to here.
2729
2730 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
2731
2732 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
2733 Don't set `ad-return-value' if `ad-do-it' doesn't.
2734
2735 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
2736 modification time.
2737
2738 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
2739
2740 * menu-bar.el: Put "Use system font" in Option-menu.
2741 (menu-bar-options-save): Add font-use-system-font.
2742
2743 * loadup.el: If feature system-font-setting or font-render-setting is
2744 there, load font-setting.
2745
2746 * Makefile.in (ELCFILES): Add font-settings.el.
2747 * font-setting.el: New file.
2748
2749 2009-11-17 Glenn Morris <rgm@gnu.org>
2750
2751 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
2752
2753 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
2754 Preserve point in the list buffer. (Bug#4939)
2755 Use point-at-eol.
2756 (newsticker--treeview-list-update-highlight)
2757 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
2758
2759 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
2760
2761 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
2762 Remove.
2763
2764 * calc/calc-ext.el (calc-init-extensions): Remove references to
2765 symclip.
2766
2767 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
2768
2769 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
2770 * calc/calc-help.el (calc-b-prefix-help): Remove references to
2771 `calc-symclip'.
2772
2773 2009-11-16 Kevin Ryde <user42@zip.com.au>
2774
2775 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
2776 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
2777
2778 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
2779 (lm-keywords-list): Allow comma-only separator like "foo,bar".
2780 Ignore trailing spaces by omit-nulls to split-string (fixing
2781 regression from Emacs 21 due to the incompatible split-string
2782 change). (Bug #4928.)
2783
2784 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
2785
2786 * vc.el (vc-log-show-limit): Default to 2000.
2787 (vc-print-log-internal): Insert buttons to request more entries
2788 when limiting the output.
2789
2790 * vc-sccs.el (vc-sccs-print-log):
2791 * vc-rcs.el (vc-rcs-print-log):
2792 * vc-cvs.el (vc-cvs-print-log):
2793 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
2794 LIMIT is non-nil.
2795
2796 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
2797
2798 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
2799 error when `tramp-gvfs-dbus-event-vector' is set.
2800 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
2801
2802 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2803
2804 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
2805
2806 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
2807
2808 * net/dbus.el (dbus-unregister-service): New defun.
2809 (dbus-register-property): Register the handlers of
2810 "org.freedesktop.DBus.Properties" for SERVICE.
2811 (dbus-property-handler): Fix docstring.
2812
2813 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2814
2815 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
2816 Quote doc string reference in defvaralias as it is not in special form.
2817 (byte-compile-output-docform): Doc fix.
2818
2819 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
2820
2821 * calc/calc.el (math-2-word-size, math-half-2-word-size)
2822 (calc-complement-signed-mode): New variables.
2823 (calc-set-mode-line): Add indicator for twos-complements.
2824 (math-format-number): Format twos-complement notation.
2825
2826 * calc/calc-bin.el (calc-word-size): Reset the variables
2827 `math-2-word-size' and `math-half-2-word-size'.
2828 (math-format-complement-signed, math-symclip, calcFunc-symclip)
2829 (calc-symclip): New functions.
2830
2831 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
2832
2833 * calc/calc-embed.el (calc-embedded-mode-vars):
2834 Add `calc-complement-signed-mode' to the list of modes.
2835
2836 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
2837 (calc-b-oper-keys): Add `calc-symclip' to list.
2838
2839 * calc/calc-ext.el (math-read-number-fancy): Read complement
2840 signed numbers.
2841 (calc-init-extensions): Add binding for `calc-symclip'.
2842 Add autoload for `calcFunc-symclip' and `calc-symclip'.
2843
2844 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
2845 `calc-symclip'.
2846 (calc-modes-menu): Add item for twos complement mode.
2847
2848 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
2849
2850 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
2851
2852 * register.el (jump-to-register, insert-register): Handle Semantic
2853 tags. From commented-out advice in semantic/senator.el.
2854
2855 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
2856
2857 * vc.el (vc-log-show-limit): New variable.
2858 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
2859 when using a prefix argument.
2860 (vc-print-log-internal): Add new argument LIMIT.
2861
2862 * vc-svn.el (vc-svn-print-log):
2863 * vc-mtn.el (vc-mtn-print-log):
2864 * vc-hg.el (vc-hg-print-log):
2865 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
2866 pass it to the log command when set. Make the BUFFER argument
2867 non-optional.
2868
2869 * vc-sccs.el (vc-sccs-print-log):
2870 * vc-rcs.el (vc-rcs-print-log):
2871 * vc-git.el (vc-git-print-log):
2872 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
2873 ignore it. Make the BUFFER argument non-optional
2874
2875 * bindings.el (mode-line-buffer-identification): Do not purecopy.
2876
2877 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
2878
2879 * dired.el (dired-mode-map): Move encryption items to "Operate"
2880 menu (Bug#4703).
2881
2882 * strokes.el (strokes-update-window-configuration): Make strokes
2883 buffer current before erasing (Bug#4906).
2884
2885 * cedet/semantic/idle.el (semantic-idle-summary-mode)
2886 (semantic-idle-summary-mode): Define using define-minor-mode
2887 instead of define-semantic-idle-service.
2888 (semantic-idle-summary-mode): New function.
2889 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
2890 that mouse motion does not reset the echo area.
2891
2892 2009-11-15 Juri Linkov <juri@jurta.org>
2893
2894 * simple.el (set-mark-default-inactive): Add :type, :group
2895 and :version. (Bug#4876)
2896
2897 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
2898
2899 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
2900 (archive-unique-fname): ... here. (Bug#4929)
2901
2902 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2903
2904 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
2905 with a real fix.
2906
2907 * novice.el (disabled-command-function): Add useful args.
2908 Setup the help buffer so that [back] works.
2909 Remove redundant call to help-mode.
2910 (disabled-command-function): Use `case'.
2911 (en/disable-command): New function extracted from enable-command.
2912 (enable-command, disable-command): Use it.
2913
2914 2009-11-14 Glenn Morris <rgm@gnu.org>
2915
2916 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
2917 constants. (Bug#4913)
2918
2919 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
2920
2921 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
2922
2923 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
2924 defined in C that have no doc-strings. (Bug#1063)
2925
2926 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
2927
2928 * cus-edit.el (data, files):
2929 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
2930
2931 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
2932
2933 * simple.el (shell-command): Doc fix (Bug#4891).
2934
2935 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
2936
2937 2009-11-14 Glenn Morris <rgm@gnu.org>
2938
2939 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
2940 statements for vc-diff, emerge-quit, and rmail-cease-edit.
2941 If they are already loaded, eval-after-load will do the right thing.
2942
2943 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
2944 compiling.
2945
2946 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
2947
2948 * simple.el (x-selection-owner-p): Declare.
2949 (read-mail-command): Use custom radio type rather than choice.
2950 (completion-no-auto-exit): Doc fix.
2951
2952 * custom.el (defgroup):
2953 * epg-config.el (epg): Doc fixes.
2954
2955 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
2956
2957 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
2958 * international/ccl.el (define-ccl-program): Do not purecopy the
2959 docstring, defconst does it anyway.
2960
2961 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2962
2963 * add-log.el (add-change-log-entry): Avoid displaying the changelog
2964 a second time.
2965
2966 * x-dnd.el (x-dnd-maybe-call-test-function):
2967 * window.el (split-window-vertically):
2968 * whitespace.el (whitespace-help-on):
2969 * vc-rcs.el (vc-rcs-consult-headers):
2970 * userlock.el (ask-user-about-lock-help)
2971 (ask-user-about-supersession-help):
2972 * type-break.el (type-break-force-mode-line-update):
2973 * time-stamp.el (time-stamp-conv-warn):
2974 * terminal.el (te-set-output-log, te-more-break, te-filter)
2975 (te-sentinel, terminal-emulator):
2976 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
2977 (term-write-input-ring, term-check-source, term-start-output-log):
2978 (term-display-buffer-line, term-dynamic-list-completions):
2979 (term-ansi-make-term, serial-term):
2980 * subr.el (selective-display):
2981 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
2982 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
2983 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
2984 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
2985 (speedbar-remove-localized-speedbar-support)
2986 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
2987 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
2988 (speedbar-buffers-line-directory):
2989 * simple.el (shell-command-on-region, append-to-buffer)
2990 (prepend-to-buffer):
2991 * shadowfile.el (shadow-save-todo-file):
2992 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
2993 (scroll-bar-maybe-set-window-start):
2994 * sb-image.el (speedbar-image-dump):
2995 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
2996 (load-save-place-alist-from-file):
2997 * ps-samp.el (ps-print-message-from-summary):
2998 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
2999 (ps-background-image, ps-begin-job, ps-do-despool):
3000 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
3001 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
3002 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
3003 (pr-call-process, pr-file-list, pr-interface-save):
3004 * novice.el (disabled-command-function)
3005 (enable-command, disable-command):
3006 * mouse.el (mouse-buffer-menu-alist):
3007 * mouse-copy.el (mouse-kill-preserving-secondary):
3008 * macros.el (kbd-macro-query):
3009 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
3010 * informat.el (batch-info-validate):
3011 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
3012 * hippie-exp.el (try-expand-dabbrev-visible):
3013 * help-mode.el (help-make-xrefs):
3014 * help-fns.el (describe-variable):
3015 * generic-x.el (bat-generic-mode-run-as-comint):
3016 * finder.el (finder-mouse-select):
3017 * find-dired.el (find-dired-sentinel):
3018 * filesets.el (filesets-file-close):
3019 * files.el (list-directory):
3020 * faces.el (list-faces-display, describe-face):
3021 * facemenu.el (list-colors-display):
3022 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
3023 * epg.el (epg--process-filter, epg-cancel):
3024 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
3025 (epa--read-signature-type):
3026 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
3027 (emerge-file-names):
3028 * ehelp.el (electric-helpify):
3029 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
3030 * ediff-vers.el (rcs-ediff-view-revision):
3031 * ediff-util.el (ediff-setup):
3032 * ediff-mult.el (ediff-append-custom-diff):
3033 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
3034 (ediff-wordify):
3035 * echistory.el (Electric-command-history-redo-expression):
3036 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3037 * disp-table.el (describe-display-table):
3038 * dired.el (dired-find-buffer-nocreate):
3039 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
3040 * dabbrev.el (dabbrev--same-major-mode-p):
3041 * chistory.el (list-command-history):
3042 * apropos.el (apropos-documentation):
3043 * allout.el (allout-obtain-passphrase):
3044 (allout-copy-exposed-to-buffer):
3045 (allout-verify-passphrase): Use with-current-buffer.
3046
3047 2009-11-13 Glenn Morris <rgm@gnu.org>
3048
3049 * Makefile.in (ELCFILES): Regenerate.
3050
3051 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
3052
3053 * net/dbus.el (dbus-registered-objects-table): Rename from
3054 `dbus-registered-functions-table', because it contains also properties.
3055 (dbus-unregister-object): Unregister also properties.
3056 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3057 Use a timeout of 500 msec, in order to not block.
3058 (dbus-register-property, dbus-property-handler): New defuns.
3059
3060 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3061
3062 * simple.el (minibuffer-default-add-completions): Drop deprecated
3063 4th arg.
3064
3065 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
3066
3067 * textmodes/artist.el (artist-mouse-choose-operation):
3068 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
3069 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
3070 (artist-compute-up-event-key): New function.
3071 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
3072
3073 2009-11-13 Kenichi Handa <handa@m17n.org>
3074
3075 * language/japan-util.el: Make sure that the value of jisx0208
3076 property is jisx0208 character.
3077
3078 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
3079
3080 * international/mule.el (auto-coding-regexp-alist): Only purecopy
3081 car or each item, not the whole list.
3082
3083 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3084
3085 * minibuffer.el (minibuffer-completion-help):
3086 Use minibuffer-hide-completions.
3087
3088 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
3089
3090 * dired.el (dired-save-positions, dired-restore-positions): New funs.
3091 (dired-revert): Use them (bug#4880).
3092
3093 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3094
3095 * tooltip.el (tooltip-frame-parameters): Undo previous change.
3096
3097 2009-11-12 Juri Linkov <juri@jurta.org>
3098
3099 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
3100 New functions.
3101 (find-file-literally-at-point): Alias of `ffap-literally'.
3102
3103 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3104
3105 * textmodes/ispell.el (ispell-skip-region-alist):
3106 * textmodes/css-mode.el (auto-mode-alist):
3107 * progmodes/compile.el (auto-mode-alist):
3108 * international/mule.el (ctext-non-standard-encodings-alist)
3109 (ctext-non-standard-encodings-regexp):
3110 * simple.el (shell-command-switch, text-read-only):
3111 * replace.el (occur-mode-map):
3112 * paths.el (rmail-file-name):
3113 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
3114 * find-file.el (ff-special-constructs):
3115 * files.el (file-name-handler-alist):
3116 * composite.el: Purecopy strings.
3117
3118 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
3119
3120 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3121
3122 * widget.el (define-widget): Purecopy the docstring.
3123 * international/mule-cmds.el (charset): Do not purecopy the
3124 docstring here, define-widget does it.
3125
3126 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3127 * textmodes/bibtex-style.el (auto-mode-alist):
3128 * progmodes/inf-lisp.el (inferior-lisp-prompt):
3129 * progmodes/compile.el (compile-command):
3130 * language/korea-util.el (default-korean-keyboard):
3131 * international/mule-conf.el (file-coding-system-alist):
3132 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
3133 * tooltip.el (tooltip-frame-parameters):
3134 * newcomment.el (comment-end, comment-padding):
3135 * dired.el (dired-trivial-filenames):
3136 * comint.el (comint-file-name-prefix): Purecopy initial values.
3137
3138 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
3139
3140 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
3141 (tramp-advice-minibuffer-electric-tilde): Unload advices via
3142 `tramp-unload'.
3143 (tramp-advice-make-auto-save-file-name)
3144 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
3145 after removing the advice.
3146
3147 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3148
3149 * progmodes/grep.el (grep-regexp-alist):
3150 * international/mule-cmds.el (iso-2022-control-alist):
3151 * emacs-lisp/timer.el (timer-duration-words):
3152 * subr.el (version-separator, version-regexp-alist):
3153 * minibuffer.el (completion-styles-alist):
3154 * faces.el (face-attribute-name-alist, list-faces-sample-text):
3155 Change defvars to defconsts.
3156
3157 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
3158 * loadup.el ("international/mule-conf"): Load the byte compiled version.
3159 * international/mule-conf.el: Allow to be byte compiled.
3160
3161 * international/mule.el (define-charset): Purecopy props.
3162 (load-with-code-conversion): Purecopy doc string and file name.
3163 (put-charset-property): Purecopy strings.
3164 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
3165
3166 * international/mule-cmds.el (register-input-method): Purecopy arguments.
3167 (define-char-code-property): Correctly purecopy the table.
3168
3169 * international/ccl.el (define-ccl-program): Purecopy the docstring.
3170
3171 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
3172
3173 * subr.el (add-hook): Purecopy strings.
3174 (eval-after-load): Purecopy load-history-regexp and the form.
3175
3176 * custom.el (custom-declare-group): Purecopy load-file-name.
3177
3178 * subr.el (menu-bar-separator): New defconst.
3179 * net/eudc.el (eudc-tools-menu):
3180 * international/mule-cmds.el (set-coding-system-map)
3181 (mule-menu-keymap):
3182 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3183 * vc-hooks.el (vc-menu-map):
3184 * replace.el (occur-mode-map):
3185 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
3186 (menu-bar-edit-menu, menu-bar-goto-menu)
3187 (menu-bar-custom-menu, menu-bar-showhide-menu)
3188 (menu-bar-options-menu, menu-bar-tools-menu)
3189 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
3190 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
3191 (menu-bar-help-menu):
3192 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
3193 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
3194
3195 * term/x-win.el (x-gtk-stock-map):
3196 * progmodes/vera-mode.el (auto-mode-alist):
3197 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
3198 (inferior-lisp-program, inferior-lisp-load-command):
3199 * progmodes/hideshow.el (hs-special-modes-alist):
3200 * progmodes/gud.el (same-window-regexps):
3201 * progmodes/grep.el (grep-program, find-program, xargs-program):
3202 * net/telnet.el (same-window-regexps):
3203 * net/rlogin.el (same-window-regexps):
3204 * language/ethiopic.el (font-ccl-encoder-alist):
3205 * vc-sccs.el (vc-sccs-master-templates):
3206 * vc-rcs.el (vc-rcs-master-templates):
3207 * subr.el (cl-assertion-failed):
3208 * simple.el (next-error-overlay-arrow-position):
3209 * lpr.el (lpr-command):
3210 * locate.el (locate-ls-subdir-switches):
3211 * info.el (same-window-regexps, info)
3212 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
3213 * image-mode.el (image-mode, auto-mode-alist):
3214 * hippie-exp.el (hippie-expand-ignore-buffers):
3215 * format.el (format-alist):
3216 * find-dired.el (find-ls-subdir-switches, find-grep-options)
3217 (find-name-arg):
3218 * facemenu.el (facemenu-keybindings):
3219 * dired.el (dired-listing-switches, dired-chown-program):
3220 * diff.el (diff-switches, diff-command):
3221 * cus-edit.el (same-window-regexps):
3222 * bindings.el (mode-line-mule-info)
3223 (mode-line-buffer-identification): Purecopy strings.
3224
3225 2009-11-11 Juri Linkov <juri@jurta.org>
3226
3227 * simple.el (dired-get-filename) <declare-function>:
3228 Tell the byte-compiler about dired-get-filename.
3229 (shell-command): In Dired mode, get filename from the current line
3230 as the default value.
3231
3232 2009-11-10 Glenn Morris <rgm@gnu.org>
3233
3234 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
3235 * calendar/holidays.el, progmodes/cperl-mode.el:
3236 Update x-popup-menu declarations.
3237
3238 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
3239 (list-load-path-shadows): Use dolist.
3240 (list-load-path-shadows): Use with-current-buffer.
3241
3242 2009-11-10 Juri Linkov <juri@jurta.org>
3243
3244 * minibuffer.el (read-file-name): Support a list of default values
3245 in `default-filename'. Use the first file name where only one
3246 element is required. Doc fix.
3247
3248 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
3249
3250 * net/dbus.el (dbus-unregister-object): Release service, if no
3251 other method is registered for it.
3252
3253 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
3254
3255 * bookmark.el (bookmark-completing-read): Sort bookmark names if
3256 bookmark-sort-flag is non-nil (Bug#4653).
3257
3258 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
3259
3260 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
3261 the progress reporter entirely.
3262
3263 * emulation/cua-base.el: Add CUA property to some CC mode commands
3264 (Bug#4100).
3265
3266 2009-11-08 Kevin Ryde <user42@zip.com.au>
3267
3268 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
3269 at end of sentence (Bug#4818).
3270
3271 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
3272
3273 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3274 Handle "see declaration of" MSFT statements (Bug#4100).
3275
3276 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
3277
3278 * net/tramp.el (tramp-advice-make-auto-save-file-name)
3279 (tramp-advice-file-expand-wildcards): Unload via
3280 `ad-remove-advice'.
3281
3282 * net/trampver.el: Update release number.
3283
3284 2009-11-08 Kevin Ryde <user42@zip.com.au>
3285
3286 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
3287 `ad-do-it'.
3288
3289 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
3290
3291 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
3292 in order to keep context in SELinux.
3293
3294 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
3295
3296 * dired-aux.el (dired-query): Place cursor in echo area and allow
3297 C-g.
3298
3299 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
3300 menu item if not on a directory (Bug#4701).
3301
3302 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
3303
3304 Sync with Tramp 2.1.17.
3305
3306 * net/tramp.el (tramp-handle-copy-directory): Don't use
3307 `file-remote-p' (due to compatibility).
3308
3309 * net/tramp-compat.el (tramp-compat-copy-directory)
3310 (tramp-compat-delete-directory): New defuns.
3311
3312 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
3313 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
3314 `tramp-compat-delete-directory'.
3315
3316 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
3317 (tramp-smb-handle-delete-directory): Use
3318 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
3319
3320 * net/trampver.el: Update release number.
3321
3322 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
3323
3324 * tar-mode.el (tar-copy): Call write-region on the right buffer
3325 (Bug#4857).
3326
3327 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
3328 by hand, if necessary (Bug#4878).
3329
3330 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
3331
3332 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
3333 align size column (Bug#4839).
3334
3335 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
3336 statement.
3337
3338 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
3339
3340 * progmodes/ld-script.el (auto-mode-alist):
3341 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
3342
3343 * cus-face.el (custom-declare-face): Purecopy face spec.
3344
3345 2009-11-06 Kenichi Handa <handa@m17n.org>
3346
3347 * international/uni-bidi.el: Re-generated.
3348 * international/uni-category.el: Re-generated.
3349 * international/uni-combining.el: Re-generated.
3350 * international/uni-mirrored.el: Re-generated.
3351
3352 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
3353
3354 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
3355 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
3356 (tex-start-options, slitex-run-command, latex-run-command)
3357 (tex-run-command, tex-directory):
3358 * textmodes/ispell.el (ispell-html-skip-alists)
3359 (ispell-tex-skip-alists, ispell-tex-skip-alists):
3360 * textmodes/fill.el (adaptive-fill-first-line-regexp):
3361 (adaptive-fill-regexp):
3362 * textmodes/dns-mode.el (auto-mode-alist):
3363 * progmodes/python.el (interpreter-mode-alist):
3364 * progmodes/etags.el (tags-compression-info-list):
3365 * progmodes/etags.el (tags-file-name):
3366 * net/browse-url.el (browse-url-galeon-program)
3367 (browse-url-firefox-program):
3368 * mail/sendmail.el (mail-signature-file)
3369 (mail-citation-prefix-regexp):
3370 * international/mule-conf.el (eight-bit):
3371 * international/latexenc.el (latex-inputenc-coding-alist):
3372 * international/fontset.el (x-pixel-size-width-font-regexp):
3373 * emacs-lisp/warnings.el (warning-type-format):
3374 * emacs-lisp/trace.el (trace-buffer):
3375 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
3376 (emacs-lisp-mode-map):
3377 * calendar/holidays.el (holiday-solar-holidays)
3378 (holiday-bahai-holidays, holiday-islamic-holidays)
3379 (holiday-christian-holidays, holiday-hebrew-holidays)
3380 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
3381 (hebrew-holidays-1, holiday-oriental-holidays)
3382 (holiday-general-holidays):
3383 * x-dnd.el (x-dnd-known-types):
3384 * tool-bar.el (tool-bar):
3385 * startup.el (site-run-file):
3386 * shell.el (shell-dumb-shell-regexp):
3387 * rfn-eshadow.el (file-name-shadow-tty-properties)
3388 (file-name-shadow-properties):
3389 * paths.el (remote-shell-program, news-directory):
3390 * mouse.el ([C-down-mouse-3]):
3391 * menu-bar.el (menu-bar-tools-menu):
3392 * jka-cmpr-hook.el (jka-compr-load-suffixes)
3393 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
3394 (jka-compr-compression-info-list):
3395 * isearch.el (search-whitespace-regexp):
3396 * image-file.el (image-file-name-extensions):
3397 * find-dired.el (find-ls-option):
3398 * files.el (directory-listing-before-filename-regexp)
3399 (directory-free-space-args, insert-directory-program)
3400 (list-directory-brief-switches, magic-fallback-mode-alist)
3401 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
3402 (automount-dir-prefix):
3403 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
3404 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
3405 (face-font-registry-alternatives, face-font-registry-alternatives)
3406 (face-font-family-alternatives):
3407 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
3408 (facemenu-foreground-menu, facemenu-face-menu):
3409 * epa-hook.el (epa-file-name-regexp):
3410 * dnd.el (dnd-protocol-alist):
3411 * textmodes/rst.el (auto-mode-alist):
3412 * button.el (default-button): Purecopy strings.
3413
3414 2009-11-06 Glenn Morris <rgm@gnu.org>
3415
3416 * Makefile.in (ELCFILES): Update.
3417
3418 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
3419
3420 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
3421 * emacs-lisp/levents.el: Move to obsolete/levents.el.
3422
3423 * nxml/xsd-regexp.el (xsdre-gen-categories):
3424 * nxml/xmltok.el (xmltok-parse-entity):
3425 * nxml/rng-parse.el (rng-parse-validate-file):
3426 * nxml/rng-maint.el (rng-format-manual)
3427 (rng-manual-output-force-new-line):
3428 * nxml/rng-loc.el (rng-save-schema-location-1):
3429 * nxml/rng-cmpct.el (rng-c-parse-file):
3430 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
3431 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
3432
3433 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
3434
3435 * verilog-mode.el (verilog-getopt-file, verilog-set-define):
3436 Remove extra save-excursions and make-variable-buffer-local's.
3437 Suggested by Stefan Monnier.
3438
3439 (verilog-getopt-file, verilog-module-inside-filename-p)
3440 (verilog-set-define): Merge GNU 1.35 and repair changes from
3441 switching to using with-current-buffer.
3442
3443 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
3444 being treated as a number and confusing AUTORESET.
3445 Reported by Dan Dever.
3446
3447 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
3448 Add verilog-auto-ignore-concat to fix backward compatibility with
3449 older verilog-modes. Reported by Dan Katz.
3450
3451 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
3452 containing closing anchors "...$".
3453
3454 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
3455 Reported by Wade Smith.
3456
3457 (verilog-batch-execute-func) Comment on function usage.
3458
3459 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
3460
3461 * verilog-mode.el (verilog-label-re): Fix regular expression for
3462 labels.
3463
3464 (verilog-label-re, verilog-calc-1): Support proper indent of named
3465 asserts.
3466
3467 (verilog-backward-token, verilog-basic-complete-re)
3468 (verilog-beg-of-statement, verilog-indent-re): Support proper
3469 indent of the assert statement at the beginning of a block of text.
3470
3471 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
3472 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
3473 tokens as begins.
3474
3475 2009-11-05 Glenn Morris <rgm@gnu.org>
3476
3477 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
3478 Emacs 19. (Bug#1531)
3479 (byte-compile-fix-header): Update for the above change.
3480 Drop test for epoch::version.
3481
3482 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
3483 * cus-dep.el (custom-make-dependencies):
3484 * finder.el (finder-compile-keywords):
3485 Use autoload-rubric's feature argument.
3486
3487 * calendar/diary-lib.el (top-level): Make load behave more like require.
3488
3489 * vc-git.el (vc-git-stash-map): Move definition before use.
3490
3491 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
3492
3493 * custom.el (custom-declare-group): Purecopy standard-value.
3494 (custom-declare-group): Purecopy custom-prefix.
3495
3496 * international/mule.el (load-with-code-conversion):
3497 Call do-after-load-evaluation unconditionally.
3498
3499 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
3500
3501 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
3502
3503 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
3504
3505 2009-11-04 Glenn Morris <rgm@gnu.org>
3506
3507 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
3508 (byte-compile-compatibility): Remove option.
3509 (byte-compile-close-variables, byte-compile-fix-header)
3510 (byte-compile-insert-header, byte-compile-output-docform)
3511 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
3512 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
3513 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
3514 (byte-compile-insert, byte-compile-defun):
3515 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
3516 (byte-defop-compiler19): Remove.
3517 Without byte-compile-compatibility, the 'emacs19-opcode property is not
3518 used by anything. Replace all calls with byte-defop-compiler.
3519
3520 2009-11-04 Juri Linkov <juri@jurta.org>
3521
3522 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
3523 (menu-bar-options-menu): Don't quote the `prop' arg of
3524 `menu-bar-make-mm-toggle'.
3525
3526 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
3527
3528 * calendar/calendar.el (cal-loaddefs):
3529 * calendar/diary-lib.el (diary-loaddefs):
3530 * calendar/holidays.el (hol-loaddefs):
3531 * eshell/esh-module.el (esh-groups): Load rather than require.
3532
3533 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3534
3535 * calendar/todo-mode.el (todo-add-category): Don't hardcode
3536 point-min==1.
3537 (todo-top-priorities): Only display-buffer when called interactively.
3538 (todo-item-start): Don't save excursion point.
3539 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
3540 (todo-insert-item-here, todo-file-item, todo-remove-item):
3541 Adjust uses of todo-item-start and todo-item-end.
3542
3543 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
3544 (autoload-rubric): Don't use any more.
3545 * cedet/semantic/fw.el (semantic/loaddefs):
3546 * cedet/srecode.el (srecode/loaddefs):
3547 * cedet/ede.el (ede/loaddefs): Load rather than require.
3548 * cedet/ede/cpp-root.el:
3549 * cedet/ede/emacs.el:
3550 * cedet/ede/files.el:
3551 * cedet/ede/linux.el:
3552 * cedet/ede/locate.el:
3553 * cedet/ede/make.el:
3554 * cedet/ede/shell.el:
3555 * cedet/ede/speedbar.el:
3556 * cedet/ede/system.el:
3557 * cedet/ede/util.el:
3558 * cedet/semantic/analyze.el:
3559 * cedet/semantic/bovine.el:
3560 * cedet/semantic/complete.el:
3561 * cedet/semantic/ctxt.el:
3562 * cedet/semantic/db-file.el:
3563 * cedet/semantic/db-find.el:
3564 * cedet/semantic/db-global.el:
3565 * cedet/semantic/db-mode.el:
3566 * cedet/semantic/db-typecache.el:
3567 * cedet/semantic/db.el:
3568 * cedet/semantic/debug.el:
3569 * cedet/semantic/dep.el:
3570 * cedet/semantic/doc.el:
3571 * cedet/semantic/edit.el:
3572 * cedet/semantic/find.el:
3573 * cedet/semantic/format.el:
3574 * cedet/semantic/html.el:
3575 * cedet/semantic/ia-sb.el:
3576 * cedet/semantic/ia.el:
3577 * cedet/semantic/idle.el:
3578 * cedet/semantic/lex-spp.el:
3579 * cedet/semantic/lex.el:
3580 * cedet/semantic/mru-bookmark.el:
3581 * cedet/semantic/scope.el:
3582 * cedet/semantic/senator.el:
3583 * cedet/semantic/sort.el:
3584 * cedet/semantic/symref.el:
3585 * cedet/semantic/tag-file.el:
3586 * cedet/semantic/tag-ls.el:
3587 * cedet/semantic/tag-write.el:
3588 * cedet/semantic/tag.el:
3589 * cedet/semantic/util-modes.el:
3590 * cedet/semantic/analyze/complete.el:
3591 * cedet/semantic/analyze/refs.el:
3592 * cedet/semantic/bovine/c.el:
3593 * cedet/semantic/bovine/gcc.el:
3594 * cedet/semantic/bovine/make.el:
3595 * cedet/semantic/bovine/scm.el:
3596 * cedet/semantic/decorate/include.el:
3597 * cedet/semantic/decorate/mode.el:
3598 * cedet/semantic/symref/cscope.el:
3599 * cedet/semantic/symref/global.el:
3600 * cedet/semantic/symref/grep.el:
3601 * cedet/semantic/symref/idutils.el:
3602 * cedet/semantic/symref/list.el:
3603 * cedet/semantic/wisent/java-tags.el:
3604 * cedet/semantic/wisent/javascript.el:
3605 * cedet/srecode/compile.el:
3606 * cedet/srecode/cpp.el:
3607 * cedet/srecode/document.el:
3608 * cedet/srecode/el.el:
3609 * cedet/srecode/expandproto.el:
3610 * cedet/srecode/getset.el:
3611 * cedet/srecode/insert.el:
3612 * cedet/srecode/java.el:
3613 * cedet/srecode/map.el:
3614 * cedet/srecode/mode.el:
3615 * cedet/srecode/template.el:
3616 * cedet/srecode/texi.el: Remove the file-local setting of
3617 generated-autoload-feature.
3618
3619 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
3620 and only put a prop if it is non-nil.
3621
3622 2009-11-03 Juri Linkov <juri@jurta.org>
3623
3624 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
3625 (menu-bar-options-menu): Fix list quoting (Bug#4429).
3626
3627 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
3628 and "Menu" to make top-level menu item visually one unit (like
3629 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
3630 multi-word menu items). Fix :help string for quit-window.
3631
3632 2009-11-03 Glenn Morris <rgm@gnu.org>
3633
3634 * cedet/mode-local.el (with-mode-local): Doc fix.
3635
3636 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
3637 (byte-compile-file-form-define-abbrev-table)
3638 (byte-compile-file-form-custom-declare-variable)
3639 (byte-compile-variable-ref, byte-compile-defvar):
3640 Whether or not a warning is enabled should only affect whether we issue
3641 the warning, not whether or not we collect the relevant data.
3642 Eg warnings can be turned on and off throughout the course of a file.
3643
3644 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
3645 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
3646
3647 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3648
3649 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
3650 * play/mpuz.el (mpuz-create-buffer):
3651 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
3652 (lm-print-y,s,noise, lm-print-w0, lm-init):
3653 * play/gomoku.el (gomoku-prompt-for-move):
3654 * play/fortune.el (fortune-in-buffer):
3655 * play/dissociate.el (dissociated-press):
3656 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
3657 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
3658 * mail/supercite.el (sc-eref-show):
3659 * mail/smtpmail.el (smtpmail-send-it):
3660 * mail/rmailsum.el (rmail-summary-next-labeled-message)
3661 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
3662 (rmail-summary-undelete-many, rmail-summary-rmail-update)
3663 (rmail-summary-goto-msg, rmail-summary-expunge)
3664 (rmail-summary-get-new-mail, rmail-summary-search-backward)
3665 (rmail-summary-add-label, rmail-summary-output-menu)
3666 (rmail-summary-output-body):
3667 * mail/rfc822.el (rfc822-addresses):
3668 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
3669 * mail/mailpost.el (post-mail-send-it):
3670 * mail/hashcash.el (hashcash-generate-payment):
3671 * mail/feedmail.el (feedmail-run-the-queue)
3672 (feedmail-queue-send-edit-prompt-help-first)
3673 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
3674 (feedmail-deduce-address-list):
3675 * eshell/esh-ext.el (eshell-remote-command):
3676 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
3677 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
3678 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
3679 (viper-save-string-in-file, viper-valid-marker):
3680 * emulation/viper-keym.el (viper-toggle-key):
3681 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
3682 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
3683 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
3684 * emulation/viper-cmd.el (viper-exec-form-in-vi)
3685 (viper-exec-form-in-emacs, viper-brac-function):
3686 * emulation/viper.el (viper-delocalize-var):
3687 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
3688 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
3689 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
3690 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
3691 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
3692 * emulation/edt.el (edt-electric-helpify):
3693 * emulation/cua-rect.el (cua--rectangle-aux-replace):
3694 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
3695 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
3696 (cua-indent-to-global-mark-column):
3697 * calendar/diary-lib.el (calendar-mark-1):
3698 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
3699 Use with-current-buffer.
3700 * emulation/viper.el (viper-delocalize-var): Use dolist.
3701
3702 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
3703
3704 * comint.el (comint-replace-by-expanded-history-before-point):
3705 Replace !! with the previous input string literally (Bug#1795).
3706
3707 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
3708
3709 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
3710 to be made up of whitespace.
3711
3712 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
3713
3714 * minibuffer.el (read-file-name): Don't use file dialogs for
3715 remote directories (Bug#99).
3716
3717 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
3718
3719 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
3720
3721 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
3722
3723 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
3724 instead of deleting the window or frame.
3725
3726 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
3727
3728 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
3729 Support face colors.
3730
3731 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
3732 New function. Support face colors (Bug#1168).
3733 (tex-common-initialization): Use it.
3734
3735 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
3736 mode allows it (Bug#1168).
3737
3738 2009-10-31 Juri Linkov <juri@jurta.org>
3739
3740 * facemenu.el (list-colors-display): Don't mark buffer as
3741 modified (Bug#3948).
3742
3743 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
3744
3745 * international/mule-diag.el (list-character-sets-1): Minor
3746 message fix (Bug#3526).
3747
3748 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
3749 face property (Bug#4834).
3750 (etags-list-tags, etags-tags-apropos-additional)
3751 (etags-tags-apropos, tags-select-tags-table): Add follow-link
3752 property.
3753
3754 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
3755 items.
3756
3757 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
3758 items.
3759
3760 * cedet/ede.el (ede-minor-mode):
3761 * cedet/semantic.el (semantic-mode): Toggle menu separators.
3762
3763 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
3764
3765 * textmodes/two-column.el (2C-split):
3766 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
3767 * textmodes/tex-mode.el (tex-set-buffer-directory):
3768 * textmodes/spell.el (spell-region, spell-string):
3769 * textmodes/reftex.el (reftex-erase-buffer):
3770 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
3771 * textmodes/reftex-toc.el (reftex-toc-promote-action):
3772 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
3773 (reftex-select-item):
3774 * textmodes/reftex-ref.el (reftex-label-info-update)
3775 (reftex-offer-label-menu):
3776 * textmodes/reftex-index.el (reftex-index-change-entry)
3777 (reftex-index-phrases-info):
3778 * textmodes/reftex-global.el (reftex-create-tags-file)
3779 (reftex-save-all-document-buffers, reftex-ensure-write-access):
3780 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
3781 (reftex-view-crossref-from-bibtex):
3782 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
3783 (reftex-extract-bib-entries-from-thebibliography)
3784 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
3785 * textmodes/refbib.el (r2b-capitalize-title):
3786 (r2b-convert-buffer, r2b-help):
3787 * textmodes/page-ext.el (pages-directory)
3788 (pages-directory-goto-with-mouse):
3789 * textmodes/bibtex.el (bibtex-validate-globally):
3790 * textmodes/bib-mode.el (bib-capitalize-title):
3791 * textmodes/artist.el (artist-clear-buffer, artist-system):
3792 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
3793 (local-set-scheme-interaction-buffer, xscheme-process-filter)
3794 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
3795 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
3796 (xscheme-send-control-g-interrupt, xscheme-start-process)
3797 (xscheme-process-sentinel, xscheme-cd):
3798 * progmodes/verilog-mode.el (verilog-read-always-signals)
3799 (verilog-set-define, verilog-getopt-file)
3800 (verilog-module-inside-filename-p):
3801 * progmodes/sh-script.el:
3802 * progmodes/python.el (python-pdbtrack-get-source-buffer)
3803 (python-pdbtrack-grub-for-buffer, python-execute-file):
3804 * progmodes/octave-inf.el (inferior-octave):
3805 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
3806 (idlwave-shell-compile-helper-routines, idlwave-set-local)
3807 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
3808 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
3809 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
3810 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
3811 (idlwave-shell-filter, idlwave-shell-examine-highlight)
3812 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
3813 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
3814 (idlwave-shell-examine-display, idlwave-shell-run-region)
3815 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
3816 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
3817 * progmodes/idlw-help.el (idlwave-help-get-special-help)
3818 (idlwave-help-get-help-buffer):
3819 * progmodes/gud.el (gud-basic-call, gud-find-class)
3820 (gud-tooltip-activate-mouse-motions-if-enabled):
3821 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
3822 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
3823 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
3824 (ebrowse-tags-next-file):
3825 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
3826 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
3827 (ebnf-eps-finish-and-write):
3828 * progmodes/cpp.el (cpp-edit-save):
3829 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
3830 * progmodes/cc-defs.el (c-emacs-features):
3831 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
3832 (antlr-directory-dependencies):
3833 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
3834 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
3835 (ada-find-any-references, ada-make-filename-from-adaname)
3836 (ada-make-body-gnatstub):
3837 * obsolete/rnews.el (news-list-news-groups):
3838 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
3839 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
3840 * net/rcirc.el (rcirc-debug):
3841 * net/newst-treeview.el (newsticker--treeview-list-add-item)
3842 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
3843 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
3844 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
3845 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
3846 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
3847 (newsticker--treeview-list-clear-highlight)
3848 (newsticker--treeview-list-update-highlight)
3849 (newsticker--treeview-list-highlight-start)
3850 (newsticker--treeview-tree-update-highlight)
3851 (newsticker--treeview-get-selected-item)
3852 (newsticker-treeview-mark-list-items-old)
3853 (newsticker--treeview-set-current-node):
3854 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
3855 * net/newst-backend.el (newsticker--get-news-by-funcall)
3856 (newsticker--get-news-by-wget, newsticker--image-get)
3857 (newsticker--image-sentinel):
3858 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
3859 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
3860 (eudc-ph-close-session):
3861 * net/eudc.el (eudc-save-options):
3862 * language/thai-word.el (thai-update-word-table):
3863 * language/japan-util.el (japanese-string-conversion):
3864 * international/titdic-cnv.el (tsang-quick-converter)
3865 (ziranma-converter, ctlau-converter):
3866 * international/mule-cmds.el (describe-language-environment):
3867 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
3868 (skkdic-convert-postfix, skkdic-convert-prefix):
3869 (skkdic-convert-okuri-nasi, skkdic-convert):
3870 * emacs-lisp/re-builder.el (reb-update-overlays):
3871 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
3872 * emacs-lisp/gulp.el (gulp-send-requests):
3873 * emacs-lisp/find-gc.el (trace-call-tree):
3874 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
3875 (eieio-describe-generic):
3876 * emacs-lisp/eieio-base.el (eieio-persistent-read):
3877 * emacs-lisp/edebug.el (edebug-outside-excursion):
3878 * emacs-lisp/debug.el (debugger-make-xrefs):
3879 * emacs-lisp/cust-print.el (custom-prin1-to-string):
3880 * emacs-lisp/chart.el (chart-new-buffer):
3881 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
3882 Use with-current-buffer.
3883 * textmodes/artist.el (artist-system): Don't call
3884 copy-sequence on a fresh string.
3885 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
3886
3887 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
3888
3889 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
3890 is no item to edit. (Bug#4820)
3891 (todo-top-priorities): Restore point and restore narrowing in Todo
3892 buffer. (Bug#4820)
3893
3894 2009-10-31 Glenn Morris <rgm@gnu.org>
3895
3896 * net/ange-ftp.el (top-level): Don't require dired when compiling.
3897 (comint-last-output-start, comint-last-input-start)
3898 (comint-last-input-end): Don't defvar when compiling.
3899 (ange-ftp-process-file): Use bound-and-true-p.
3900
3901 * pcmpl-rpm.el (top-level): Move provide statement to end.
3902 (pcmpl-rpm): Remove unused custom group.
3903
3904 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
3905
3906 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
3907
3908 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
3909 (byte-compile-warnings): Add `constants' as an option.
3910 (byte-compile-callargs-warn, byte-compile-arglist-warn)
3911 (display-call-tree): Update for byte-compile-fdefinition possibly
3912 returning `(macro lambda ...)'. (Bug#4778)
3913 (byte-compile-variable-ref, byte-compile-setq-default):
3914 Respect `constants' member of byte-compile-warnings.
3915
3916 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
3917 Use mapc rather than mapcar because the return value is never used.
3918
3919 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
3920 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
3921 * cedet/semantic/html.el:
3922 Suppress harmless warnings about setting up semantic-imenu (not
3923 part of Emacs) variables.
3924
3925 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3926
3927 * vc-bzr.el (vc-bzr-revision-keywords): New var.
3928 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
3929 to "submit:".
3930
3931 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
3932 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
3933 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
3934 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
3935 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
3936 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
3937 (semantic-analyzer-debug-global-symbol)
3938 (semantic-analyzer-debug-missing-innertype)
3939 (semantic-analyzer-debug-insert-include-summary):
3940 * cedet/semantic/util.el (semantic-file-tag-table):
3941 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
3942 (semantic-recursive-find-nonterminal-by-name):
3943 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
3944 * cedet/semantic/tag-file.el (semantic-prototype-file):
3945 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
3946 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
3947 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
3948 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
3949 (semantic-idle-summary-maybe-highlight):
3950 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
3951 (semantic-ia-sb-tag-info):
3952 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
3953 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
3954 * cedet/semantic/ede-grammar.el (project-compile-target):
3955 (ede-proj-makefile-insert-variables):
3956 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
3957 (semantic-debug-set-source-location, semantic-debug-interface-layout)
3958 (semantic-debug-mode, semantic-debug):
3959 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
3960 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
3961 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
3962 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
3963 (semanticdb-find-translate-path-includes--internal)
3964 (semanticdb-reset-log, semanticdb-find-log-activity):
3965 * cedet/semantic/db-file.el (object-write):
3966 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
3967 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
3968 (semanticdb-create-ebrowse-database):
3969 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
3970 * cedet/semantic/complete.el (semantic-displayor-focus-request)
3971 (semantic-collector-calculate-completions-raw)
3972 (semantic-complete-read-tag-analyzer):
3973 * cedet/semantic/analyze.el (semantic-analyze-pulse):
3974 * cedet/ede/util.el (ede-update-version-in-source):
3975 * cedet/ede/proj.el (project-delete-target):
3976 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
3977 (ede-proj-flush-autoconf):
3978 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
3979 (ede-proj-configure-synchronize):
3980 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
3981 * cedet/ede/linux.el (ede-linux-version):
3982 * cedet/ede/emacs.el (ede-emacs-version):
3983 * cedet/ede/dired.el (ede-dired-add-to-target):
3984 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
3985 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
3986 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
3987 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
3988 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
3989 (cedet-idutils-version-check):
3990 * cedet/cedet-global.el (cedet-gnu-global-call):
3991 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
3992 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
3993 * cedet/cedet-cscope.el (cedet-cscope-call)
3994 (cedet-cscope-expand-filename, cedet-cscope-version-check):
3995 Use with-current-buffer.
3996 * cedet/ede.el (ede-make-project-local-variable)
3997 (ede-set-project-variables, ede-set): Use dolist.
3998
3999 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
4000
4001 * textmodes/ispell.el (ispell-skip-region-alist):
4002 * international/mule-conf.el (eight-bit):
4003 * international/fontset.el (font-encoding-alist):
4004 * startup.el (pure-space-overflow-message):
4005 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
4006 * paths.el (gnus-nntp-service, rmail-spool-directory)
4007 (term-file-prefix):
4008 * files.el (save-some-buffers-action-alist):
4009 * cmuscheme.el (same-window-buffer-names):
4010 * ielm.el (same-window-buffer-names):
4011 * shell.el (same-window-buffer-names):
4012 * mail/sendmail.el (same-window-buffer-names):
4013 * progmodes/inf-lisp.el (same-window-buffer-names):
4014 * bindings.el (mode-line-client)
4015 (mode-line-column-line-number-mode-map):
4016 * language/tibetan.el (tibetan-precomposition-rule-regexp)
4017 (tibetan-precomposed-regexp): Purecopy string arguments.
4018
4019 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4020
4021 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
4022 (calcDigit-nondigit):
4023 * calc/calc-yank.el (calc-copy-to-buffer):
4024 * calc/calc-units.el (calc-invalidate-units-table):
4025 * calc/calc-trail.el (calc-trail-yank):
4026 * calc/calc-store.el (calc-insert-variables):
4027 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
4028 * calc/calc-prog.el (calc-read-parse-table):
4029 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
4030 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
4031 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
4032 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
4033 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
4034 (calc-graph-name, calc-graph-find-command, calc-graph-view)
4035 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
4036 * calc/calc-ext.el (calc-realign):
4037 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
4038 (calc-embedded-finish-edit, calc-embedded-make-info)
4039 (calc-embedded-finish-command, calc-embedded-stack-change):
4040 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
4041
4042 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
4043 (overload-docstring-extension): Use that info.
4044 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
4045 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
4046 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
4047 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
4048 (semantic-nonterminal-full-name): Add the new `when' info.
4049 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
4050 `assert'.
4051
4052 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
4053 shell-dynamic-complete-filename in preference to
4054 comint-dynamic-complete-filename.
4055
4056 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4057 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
4058 Don't consider whether the display supports colors.
4059 (bookmark-import-new-list): Use dolist.
4060 (bookmark-bmenu-mode-map): Move initialization into declaration.
4061 (bookmark-bmenu-list): Use dolist, simplify.
4062 (bookmark-show-all-annotations): Use save-selected-window and dolist.
4063 (menu-bar-final-items): Use push.
4064
4065 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
4066
4067 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
4068 it works on remote files.
4069 (vc-hg-diff): Don't pass any `--cwd' argument.
4070
4071 2009-10-27 Kevin Ryde <user42@zip.com.au>
4072
4073 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
4074 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
4075 (Further to Bug#3921).
4076
4077 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
4078
4079 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
4080 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
4081 calling `tramp-imap-put-file'. Add file size to the call.
4082 (tramp-imap-get-file-entries): Compute also user name, file size,
4083 and date.
4084 (tramp-imap-handle-insert-directory): Insert uid and gid.
4085 (tramp-imap-handle-file-attributes): Transform uid and gid
4086 according to `id-format'.
4087 (tramp-imap-put-file): New optional parameter SIZE. Encode file
4088 size in header X-Size.
4089
4090 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
4091
4092 * simple.el (transpose-subr): Give clearer error when the mark
4093 is not set. (Bug#4807)
4094
4095 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
4096
4097 * net/tramp.el (tramp-perl-file-truename): New defconst.
4098 Perl code contributed by yary <not.com@gmail.com> (tiny change).
4099 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
4100 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
4101 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
4102
4103 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
4104 Ignore `dired-call-process'.
4105 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
4106
4107 2009-10-26 Julian Scheid <julians37@gmail.com>
4108
4109 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
4110 (tramp-get-remote-readlink): New defun.
4111 (tramp-handle-file-truename): Use it.
4112 (tramp-handle-file-exists-p): Check file-attributes cache, assume
4113 file exists if cache value present.
4114 (tramp-check-cached-permissions) New defun.
4115 (tramp-handle-file-readable-p): Use it.
4116 (tramp-handle-file-writable-p): Likewise.
4117 (tramp-handle-file-executable-p): Likewise.
4118 (tramp-handle-file-name-all-completions): Try using Perl to get
4119 partial completions. When perl not available, combine `cd' and
4120 `ls' into single remote operation and use shell expansion to get
4121 partial remote directory contents. Set `file-exists-p' cache for
4122 directory and any files returned by ls. Change cache handling to
4123 support partial directory contents. Use error message emitted by
4124 remote `cd' or Perl code for local tramp-error.
4125 (tramp-do-copy-or-rename-file-directly): Avoid separate
4126 tramp-send-command-and-check call.
4127 (tramp-handle-process-file): Merge three remote ops into one.
4128 Do not flush all caches when `process-file-side-effects' is set.
4129 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
4130 file-attributes shows uid/gid to be set already.
4131
4132 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
4133
4134 * textmodes/tex-mode.el (tex-dvi-view-command)
4135 (tex-show-queue-command, tex-open-quote):
4136 * progmodes/ruby-mode.el (auto-mode-alist)
4137 (interpreter-mode-alist): Purecopy strings.
4138
4139 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
4140
4141 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
4142 string for the hook, keymap and abbrev table.
4143
4144 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
4145
4146 * x-dnd.el (x-dnd-xdnd-to-action):
4147 * startup.el (fancy-startup-text, fancy-about-text): Change to
4148 defconst from defvar.
4149
4150 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
4151
4152 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
4153 Purecopy initialization strings.
4154
4155 * mail/sendmail.el (mail-header-separator)
4156 (mail-personal-alias-file):
4157 * mail/rmail.el (rmail-default-dont-reply-to-names)
4158 (rmail-ignored-headers, rmail-retry-ignored-headers)
4159 (rmail-highlighted-headers, rmail-secondary-file-directory)
4160 (rmail-secondary-file-regexp):
4161 * files.el (null-device, file-name-invalid-regexp)
4162 (locate-dominating-stop-dir-regexp)
4163 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
4164 (interpreter-mode-alist): Use mapcar instead of mapc.
4165
4166 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
4167
4168 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
4169 (completion-ignored-extensions):
4170 (debug-ignored-errors): Purecopy strings.
4171
4172 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4173
4174 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
4175 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
4176 (pcomplete--here): Use push.
4177
4178 * subr.el (all-completions): Declare the 4th arg obsolete.
4179
4180 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4181
4182 * pcomplete.el (pcomplete-unquote-argument-function): New var.
4183 (pcomplete-unquote-argument): New function.
4184 (pcomplete--common-suffix): Always pay attention to case.
4185 (pcomplete--table-subvert): Quote and unquote the text.
4186 (pcomplete--common-quoted-suffix): New function.
4187 (pcomplete-std-complete): Use it and pcomplete-begin.
4188
4189 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
4190 we're inside a dedicated or minibuffer window.
4191
4192 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4193
4194 * cedet/semantic/fw.el (semantic-alias-obsolete)
4195 (semantic-varalias-obsolete): Make the `when' arg mandatory.
4196 (define-mode-overload-implementation):
4197 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
4198 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
4199 * cedet/semantic/util.el (semantic-file-token-stream)
4200 (semantic-something-to-stream):
4201 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
4202 (semantic-expand-nonterminal):
4203 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
4204 (semantic-find-dependency, semantic-find-nonterminal)
4205 (semantic-find-dependency):
4206 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
4207 (semantic-flex-text, semantic-flex-make-keyword-table)
4208 (semantic-flex-keyword-p, semantic-flex-keyword-put)
4209 (semantic-flex-keyword-get, semantic-flex-map-keywords)
4210 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
4211 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
4212 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
4213 (semantic-after-idle-scheduler-reparse-hooks):
4214 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
4215 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
4216 * cedet/semantic.el (semantic-toplevel-bovine-table)
4217 (semantic-toplevel-bovine-cache)
4218 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
4219 (semantic-init-mode-hooks, semantic-init-db-hooks)
4220 (semantic-bovination-working-type): Provide the `when' arg.
4221
4222 2009-10-24 Karl Fogel <kfogel@red-bean.com>
4223
4224 * bookmark.el: Update documentation, especially documentation
4225 of `bookmark-alist' and of the bookmark file format.
4226 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
4227
4228 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
4229
4230 * mail/emacsbug.el (report-emacs-bug): Clarify that the
4231 keybindings apply to the mail buffer (Bug#4003). Shrink help
4232 window to buffer.
4233
4234 * whitespace.el (whitespace-mode, whitespace-newline-mode)
4235 (global-whitespace-mode, global-whitespace-newline-mode)
4236 (whitespace-toggle-options, global-whitespace-toggle-options):
4237 Doc fix (Bug#3660).
4238
4239 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
4240 of xmltok-start before the end tag was inserted (Bug#2840).
4241
4242 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
4243 patterns that are preceded by an open-paren (Bug#1320).
4244
4245 2009-10-24 Sven Joachim <svenjoac@gmx.de>
4246
4247 * files.el (delete-directory): Delete symlinks to directories with
4248 delete-file (Bug#4739).
4249
4250 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
4251
4252 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
4253 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
4254 argument to make-obsolete.
4255
4256 * cedet/semantic/fw.el (semantic-alias-obsolete)
4257 (semantic-varalias-obsolete): Add optional WHEN argument.
4258
4259 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
4260
4261 * vc.el (vc-backend-for-registration): Rename from
4262 vc-get-backend-for-registration. Update callers.
4263
4264 * international/mule-cmds.el (set-language-info-alist):
4265 Purecopy lang-env.
4266 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
4267 (charset): Purecopy the name.
4268 (define-char-code-property): Purecopy string arguments.
4269
4270 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
4271 Purecopy string arguments.
4272
4273 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4274 * ediff-hook.el (menu-bar-ediff-menu):
4275 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
4276 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
4277
4278 2009-10-24 Glenn Morris <rgm@gnu.org>
4279
4280 * comint.el (comint-dynamic-list-completions):
4281 * term.el (term-dynamic-list-completions): Use choose-completion rather
4282 than obsolete alias mouse-choose-completion.
4283
4284 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
4285 file-cache-choose-completion.
4286 (file-cache-choose-completion): Handle an optional event argument.
4287 (file-cache-mouse-choose-completion): Make it an obsolete alias.
4288
4289 * progmodes/octave-mod.el (octave-complete-symbol):
4290 Use choose-completion if mouse-choose-completion is ever removed.
4291
4292 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
4293 use.
4294
4295 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
4296 compiler.
4297
4298 * vc-hooks.el (vc-responsible-backend): Fix declaration.
4299
4300 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4301
4302 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
4303 Ignore `pred' now that we receive one.
4304 Handle test-completion specially.
4305
4306 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4307
4308 * vc.el (vc-responsible-backend): Throw an error if not backend is
4309 found. Remove the REGISTER argument. Move the code dealing with
4310 REGISTER ...
4311 (vc-get-backend-for-registration): ... here. New function.
4312 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
4313 of vc-responsible-backend, pass the file name instead of the
4314 directory name.
4315
4316 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4317
4318 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
4319 New funs.
4320 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
4321 (pcomplete-comint-setup): Don't modify a global var via
4322 accidental side-effects.
4323 (pcomplete-shell-setup): Adjust call accordingly.
4324 (pcomplete-parse-comint-arguments): Use push.
4325
4326 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
4327
4328 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
4329 Allow uncapitalized info node names (Bug#3921).
4330
4331 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
4332 to the DEBUG file (Bug#3781).
4333
4334 2009-10-23 Jari Aalto <jari.aalto@cante.net>
4335
4336 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
4337 dictionary entry (Bug#4579).
4338
4339 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
4340
4341 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
4342 from `rfn-eshadow-update-overlay-hook' when unloading.
4343 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
4344 "rsyncc". Adjust doc string.
4345 (tramp-temp-buffer-file-name) New buffer-local defvar.
4346 (tramp-handle-insert-file-contents, tramp-handle-write-region):
4347 Keep temporary file when indicated by method ("rsync" and
4348 "rsyncc").
4349 (tramp-handle-write-region): Handle APPEND.
4350 (tramp-delete-temp-file-function): New defun. Added to
4351 `kill-buffer-hook'.
4352
4353 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
4354
4355 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
4356
4357 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4358
4359 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
4360 (color-name-rgb-alist, tty-standard-colors)
4361 (tty-color-mode-alist): Change to defconst.
4362
4363 * simple.el (mark-inactive): Purecopy message.
4364
4365 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
4366 (global-map, yank-menu):
4367 * textmodes/ispell.el (ispell-menu-map):
4368 * net/eudc.el (eudc-tools-menu):
4369 * international/mule-cmds.el (describe-language-environment-map)
4370 (setup-language-environment-map, set-coding-system-map)
4371 (mule-menu-keymap):
4372 * vc-hooks.el (vc-menu-entry, vc-menu-map):
4373 * replace.el (occur-mode-map):
4374 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
4375
4376 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
4377
4378 * calc/calc.el (math-read-number, math-read-number-simple): Use
4379 `save-match-data'.
4380
4381 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4382
4383 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
4384 rather than fiddling with global-map bindings, since it should only
4385 affect per-terminal settings.
4386 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
4387
4388 * minibuffer.el (completion-table-with-terminator): Allow to specify
4389 the terminator-regexp.
4390
4391 * simple.el (switch-to-completions): Look for *Completions* in other
4392 frames as well.
4393
4394 * pcomplete.el: Allow the use of completion-tables.
4395 (pcomplete-std-complete): New command.
4396 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
4397 (pcomplete--here): Use a function for `form' rather than an expression,
4398 so it can be byte-compiled.
4399 (pcomplete-here, pcomplete-here*): Adjust accordingly.
4400 Add edebug declaration.
4401 (pcomplete-show-completions): Remove unused var `curbuf'.
4402 (pcomplete-do-complete, pcomplete-stub):
4403 Don't assume `completions' is a list of strings any more.
4404
4405 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
4406
4407 * find-dired.el (find-name-arg): Fix typo in docstring.
4408
4409 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4410
4411 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
4412 (pcmpl-linux-fs-types): Same, and update to new modules layout.
4413
4414 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
4415 pcomplete-entries.
4416
4417 * comint.el (comint-read-input-ring, comint-write-input-ring)
4418 (comint-substitute-in-file-name)
4419 (comint-dynamic-complete-as-filename)
4420 (comint-dynamic-simple-complete)
4421 (comint-dynamic-list-filename-completions)
4422 (comint-dynamic-list-completions)
4423 (comint-redirect-results-list-from-process): Minor simplifications.
4424
4425 2009-10-21 Kevin Ryde <user42@zip.com.au>
4426
4427 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4428 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
4429 the first form. And insert a blank line after ";;; Code" since
4430 that's usual style. (Bug#4612)
4431
4432 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
4433
4434 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4435
4436 * minibuffer.el (completion-table-with-terminator): Properly implement
4437 boundaries, in case `terminator' appears in the suffix.
4438 (completion--embedded-envvar-table): Don't return boundaries if
4439 there's no valid completion. Simplify.
4440 (completion-file-name-table): New completion table extracted from
4441 completion--file-name-table.
4442 (completion--file-name-table): Use it.
4443 (read-file-name-predicate): Declare obsolete.
4444 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
4445 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
4446 completion-file-name-table, and use the `pred' argument.
4447 * files.el (locate-file-completion-table): Use the `pred' arg rather
4448 than read-file-name-predicate.
4449 (abbreviate-file-name): Use \` rather than ^ for BOS.
4450
4451 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
4452
4453 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
4454 vc-responsible-backend to register, it causes problems.
4455
4456 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4457
4458 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
4459
4460 2009-10-21 Eric Ludlam <zappo@gnu.org>
4461
4462 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
4463 (semantic-c-debug-mode-init-pch): New functions.
4464 (semantic-c-debug-mode-init-last-mode): New var.
4465 (semantic-c-parse-lexical-token): Use them.
4466
4467 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
4468 When extracting the argument list, limit only by point-max.
4469
4470 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
4471
4472 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
4473 (tramp-smb-handle-file-attributes): Use it.
4474 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
4475 (tramp-smb-handle-insert-directory): Use `mapc' rather than
4476 `mapcar'. Use `tramp-smb-get-stat-capability'.
4477 Add `dired-filename' text properties.
4478 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
4479 (tramp-smb-maybe-open-connection): Simplify check for smbclient
4480 version.
4481
4482 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
4483
4484 * subr.el (read-key-delay): Reduce to 0.01.
4485 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
4486 (bug#4751).
4487
4488 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4489
4490 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
4491
4492 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
4493 (Info-menu): Remove unused vars `last' and `completions'.
4494 (Info-index-nodes): Remove unused var `node'.
4495
4496 * info.el (Info-complete-menu-item): Use complete-with-action.
4497
4498 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
4499
4500 Make vc-annotate work through copies and renames.
4501 * vc-annotate.el (vc-annotate-extract-revision-at-line):
4502 Return the file name too.
4503 (vc-annotate-revision-at-line)
4504 (vc-annotate-find-revision-at-line)
4505 (vc-annotate-revision-previous-to-line)
4506 (vc-annotate-show-log-revision-at-line): Update to get the file
4507 name from vc-annotate-extract-revision-at-line.
4508 (vc-annotate-show-diff-revision-at-line-internal): Change the
4509 argument to mean whether to show a file diff or not. Get the file
4510 name from vc-annotate-extract-revision-at-line.
4511 (vc-annotate-show-diff-revision-at-line):
4512 Update vc-annotate-show-diff-revision-at-line call.
4513 (vc-annotate-warp-revision): Add an optional file argument.
4514
4515 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
4516 (vc-git-annotate-extract-revision-at-line): Also return the file
4517 name if found.
4518
4519 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
4520 command. Remove unused code.
4521 (vc-hg-annotate-re): Update to match --follow output.
4522 (vc-hg-annotate-extract-revision-at-line): Also return the file
4523 name if found.
4524
4525 * vc.el: Update annotate-extract-revision-at-line documentation.
4526
4527 2009-10-18 Kevin Ryde <user42@zip.com.au>
4528
4529 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
4530 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
4531
4532 * net/browse-url.el (browse-url): Identify alist with "consp and
4533 not functionp" and let all other things go down the `apply' leg,
4534 as suggested by Stefan. (Further to bug#4531.)
4535
4536 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
4537
4538 * minibuffer.el (read-file-name): Check for repeat before putting
4539 a default argument in file-name-history (Bug#4657).
4540
4541 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
4542 read syntax (Bug#4737).
4543
4544 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
4545
4546 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
4547
4548 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
4549 (html-tag-alist, html-tag-help): Add descriptions for undocumented
4550 entries and make note of obsolete tags.
4551
4552 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4553
4554 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
4555
4556 2009-10-18 Glenn Morris <rgm@gnu.org>
4557
4558 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
4559 grep, so that binary files (eg international/uni-bidi.el) can match.
4560 Remove test for "UnicodeData" files, since it is hopefully unnecessary
4561 now, and in any case the file header format has changed.
4562
4563 2009-10-17 Glenn Morris <rgm@gnu.org>
4564
4565 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
4566 (flyspell-get-word, flyspell-large-region)
4567 (flyspell-auto-correct-previous-word): Doc/error message fixes.
4568
4569 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
4570
4571 * Makefile.in (ELCFILES): Add ede/shell.
4572
4573 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
4574
4575 * term/common-win.el (x-colors): Purecopy it.
4576
4577 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4578
4579 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
4580 permissive for when the buffer is empty.
4581 (tar-header-block-tokenize): Decode the username and groupname.
4582 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
4583
4584 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
4585
4586 * cedet/srecode/srt.el:
4587 * cedet/srecode/compile.el:
4588 * cedet/semantic/mru-bookmark.el:
4589 * cedet/semantic/debug.el:
4590 * cedet/semantic/complete.el:
4591 * cedet/semantic/analyze.el: Require CL when compiling.
4592
4593 2009-10-17 Eric Ludlam <zappo@gnu.org>
4594
4595 * cedet/semantic/scope.el
4596 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
4597 tmpscope so that the regular scope will continue to work.
4598
4599 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
4600 Use semantic-idle-summary-highlight-face as the highlighting.
4601
4602 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
4603 contains multibyte characters, choose first applicable coding
4604 system automatically.
4605
4606 * cedet/ede/project-am.el (project-run-target): New method.
4607 (project-run-target): New method.
4608
4609 * cedet/ede.el (ede-target): Add run target menu item.
4610 (ede-project, ede-minor-keymap): Add ede-run-target binding.
4611 (ede-run-target): New function.
4612 (ede-target::project-run-target): New method.
4613
4614 * cedet/ede/proj.el (project-run-target): New method.
4615
4616 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
4617 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
4618 Add :rules.
4619 (ede-proj-target-makefile-shared-object): Only libtool compilers
4620 now available. Add linkers for libtool.
4621 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
4622 (ede-proj-makefile-target-name): Always use .la extension.
4623
4624 * cedet/ede/proj-prog.el (project-run-target): New method.
4625
4626 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
4627 (ede-g++-linker): Change Change link lines.
4628
4629 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
4630 When searching for old variables, go to the end of the buffer and
4631 search backward from there.
4632 (ede-proj-makefile-automake-insert-subdirs)
4633 (ede-proj-makefile-automake-insert-extradist): New methods.
4634 (ede-proj-makefile-create): Use them.
4635
4636 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
4637 Force FILE to expand to the current target. Use file-exists-p to
4638 check that it exists.
4639
4640 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
4641 (ede-linux-load): Wrap dir in file-name-as-directory.
4642 Set :version slot.
4643
4644 * cedet/ede/files.el (ede-get-locator-object): When enabling
4645 locate, do so on "top".
4646
4647 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
4648 file-name-as-directory during compare.
4649 (ede-emacs-version): Return Emacs/XEmacs differentiator.
4650 Get version number from different places. Don't call egrep.
4651 (ede-emacs-load): Set :version slot. Call file-name-as-directory
4652 to set the directory.
4653
4654 * cedet/ede/shell.el: New file.
4655
4656 * cedet/inversion.el (inversion-decoders): Allow for stray . in
4657 alpha/beta variants.
4658
4659 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4660
4661 * international/mule-cmds.el (select-safe-coding-system): If the file
4662 has a coding cookie, use it regardless of any other setting (bug#4712).
4663
4664 2009-10-17 Glenn Morris <rgm@gnu.org>
4665
4666 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
4667 All errors should have messages.
4668
4669 * foldout.el (foldout-mouse-swallow-events):
4670 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
4671
4672 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
4673 (dired-keep-marker-copy, dired-keep-marker-hardlink)
4674 (dired-keep-marker-symlink, dired-dwim-target)
4675 (dired-copy-preserve-time): Do not autoload these defcustoms.
4676
4677 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
4678 messages from messing up the file coding. (Bug#4623)
4679
4680 2009-10-17 Jari Aalto <jari.aalto@cante.net>
4681
4682 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
4683 if no match is found for the current dictionary. (Bug#4578)
4684
4685 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
4686 optional, since that is how it is documented, and this is often called
4687 with a nil argument. (Bug#4577)
4688 (flyspell-external-point-words, flyspell-auto-correct-word)
4689 (flyspell-correct-word-before-point, flyspell-word-search-forward)
4690 (flyspell-word-search-backward): Remove nil argument in calls to
4691 flyspell-get-word, since it is not needed now.
4692
4693 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
4694
4695 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
4696
4697 2009-10-16 Glenn Morris <rgm@gnu.org>
4698
4699 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
4700
4701 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4702
4703 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
4704 (ange-ftp-file-size): New function.
4705 (ange-ftp-file-attributes): Use it.
4706
4707 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
4708
4709 * net/tramp-smb.el (tramp-smb-version): New defvar.
4710 (tramp-smb-maybe-open-connection): Use it, in order to avoid
4711 repeated checks.
4712
4713 2009-10-16 Glenn Morris <rgm@gnu.org>
4714
4715 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
4716 Maybe copy some custom properties from old to new name. (Bug#4706)
4717
4718 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
4719
4720 * subr.el (error, sit-for, start-process-shell-command)
4721 (start-file-process-shell-command): Set the calling convention
4722 after the function definition.
4723
4724 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
4725
4726 * subr.el (error, sit-for, start-process-shell-command)
4727 (start-file-process-shell-command): Use the new
4728 set-advertised-calling-convention feature.
4729
4730 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
4731
4732 * international/ucs-normalize.el (ucs-normalize-version):
4733 Change to 1.2.
4734 (check-range): Adjust for Unicode 5.2.
4735
4736 2009-10-15 Juri Linkov <juri@jurta.org>
4737
4738 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
4739 to the `menu-item' format.
4740
4741 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
4742
4743 * net/tramp.el (tramp-replace-environment-variables): Do not fail
4744 if the environment variable does not exist.
4745
4746 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
4747 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
4748 parameter.
4749 (tramp-smb-handle-add-name-to-file)
4750 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
4751 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
4752 (tramp-smb-handle-file-attributes)
4753 (tramp-smb-do-file-attributes-with-stat)
4754 (tramp-smb-handle-file-local-copy)
4755 (tramp-smb-handle-insert-directory)
4756 (tramp-smb-handle-make-directory)
4757 (tramp-smb-handle-make-directory-internal)
4758 (tramp-smb-handle-make-symbolic-link)
4759 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
4760 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
4761 (tramp-smb-maybe-open-connection): Apply the changed parameters.
4762 (tramp-smb-read-file-entry): Read Disk names in compressed format.
4763 Handle long file names.
4764 (tramp-smb-get-cifs-capabilities): Check, whether the connection
4765 process is running.
4766 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
4767 Read share names with "-g" option.
4768
4769 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
4770
4771 * net/rcirc.el (rcirc-view-log-file): New command.
4772 (rcirc-track-minor-mode-map): Remove C-c ` binding.
4773 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
4774 specified.
4775
4776 2009-10-15 Glenn Morris <rgm@gnu.org>
4777
4778 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
4779 from the second command-line argument.
4780 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
4781 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
4782 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
4783 w32-batch-update-autoloads.
4784 * emacs-lisp/autoload.el (autoload-make-program): New variable.
4785 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
4786
4787 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
4788 the headers cannot be located. Simplify, subtracting superflous
4789 save-excursions.
4790
4791 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
4792
4793 Replace completion-base-size by completion-base-position to fix bugs
4794 such as (bug#4699).
4795 * simple.el (completion-base-position): New var.
4796 (completion-base-size): Mark as obsolete.
4797 (choose-completion): Make it work for mouse events as well.
4798 Pass the new base-position to choose-completion-string.
4799 (choose-completion-guess-base-position): New function, extracted from
4800 choose-completion-delete-max-match.
4801 (choose-completion-delete-max-match): Use it. Make obsolete.
4802 (choose-completion-string): Use the new base-position info.
4803 (completion-root-regexp): Delete.
4804 (completion-setup-function): Preserve completion-base-position.
4805 Eliminate obsolete base-size manipulation.
4806 * minibuffer.el (display-completion-list): Don't mess with base-size.
4807 (minibuffer-completion-help): Set completion-base-position instead.
4808 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
4809 choose-completion.
4810 * textmodes/bibtex.el (bibtex-complete):
4811 * emacs-lisp/crm.el (crm--choose-completion-string):
4812 Adjust to new calling convention.
4813 * complete.el (partial-completion-mode): Use minibufferp to avoid
4814 bumping into incompatible change to choose-completion-string-functions.
4815 * ido.el (ido-choose-completion-string): Make its calling convention
4816 more permissive.
4817 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
4818 base-size manipulation.
4819 (comint-dynamic-list-input-ring): Use dotimes and push.
4820 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
4821 fundamental-mode. Use `or'.
4822
4823 2009-10-14 Juri Linkov <juri@jurta.org>
4824
4825 * misearch.el (multi-isearch-next-buffer-from-list)
4826 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
4827
4828 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
4829
4830 * Makefile.in (compile-onefile): Load `bytecomp' rather than
4831 `bytecomp.el'.
4832
4833 * minibuffer.el (completion-pcm--merge-completions): Make sure the
4834 string we return is all made up of text from the completions rather
4835 than part from the completions and part from the input (bug#4219).
4836
4837 * ido.el (ido-everywhere): Use define-minor-mode.
4838
4839 * buff-menu.el (list-buffers, ctl-x-map):
4840 Mark the entry points with ;;;###autoload cookies.
4841
4842 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
4843
4844 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
4845 correctly in the detached head case.
4846 (vc-git-print-log): Remove unused binding.
4847
4848 * vc.el (vc-responsible-backend): When a directory is passed for
4849 for registration create a VC repository if no backend is
4850 responsible for the directory argument.
4851 (vc-deduce-fileset): Tell vc-responsible-backend to register.
4852
4853 * vc.el: Move comments about RCS and SCCS ...
4854 * vc-rcs.el:
4855 * vc-sccs.el: ... here, respectively.
4856
4857 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
4858
4859 * minibuffer.el (completion--file-name-table): Return nil if there's
4860 no file completion, even if substitute-in-file-name changed
4861 the string (bug#4708).
4862
4863 2009-10-13 Juri Linkov <juri@jurta.org>
4864
4865 * files-x.el (read-file-local-variable-value): Don't filter out
4866 minor modes from mode name completion (bug#4664).
4867
4868 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
4869
4870 * international/mule-cmds.el (ucs-names): Remove exclusion of
4871 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
4872
4873 2009-10-13 Kenichi Handa <handa@m17n.org>
4874
4875 * international/uni-name.el: Regenerated.
4876
4877 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
4878
4879 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
4880 should be automatically buffer-local, but isn't.)
4881
4882 2009-10-12 Sam Steingold <sds@gnu.org>
4883
4884 * progmodes/compile.el (compilation-next-error-function): Fix the
4885 timestamps if the buffer has been visited before.
4886 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
4887 non-anchored patterns, like the perl one (bug#3928).
4888
4889 2009-10-12 Glenn Morris <rgm@gnu.org>
4890
4891 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
4892 Let-bind `size'.
4893
4894 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
4895
4896 * proced.el (proced-unload-function): New function.
4897
4898 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
4899 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
4900 Doc fix.
4901
4902 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
4903
4904 2009-10-11 Juri Linkov <juri@jurta.org>
4905
4906 * files-x.el (read-file-local-variable-value):
4907 Provide default value only for bound variables (bug#4664).
4908
4909 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
4910
4911 * net/tramp.el (tramp-local-host-p): Function shall return nil for
4912 connection methods like smb.
4913
4914 * net/tramp-cache.el (tramp-flush-connection-property): The hash
4915 can be empty.
4916
4917 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
4918 (tramp-smb-file-name-handler-alist): Add handlers for
4919 `add-name-to-file', `make-symbolic-link'.
4920 (tramp-smb-handle-add-name-to-file)
4921 (tramp-smb-do-file-attributes-with-stat)
4922 (tramp-smb-handle-make-symbolic-link)
4923 (tramp-smb-get-cifs-capabilities): New defuns.
4924 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
4925 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
4926 (tramp-smb-handle-file-local-copy)
4927 (tramp-smb-handle-make-directory-internal)
4928 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
4929 The file name syntax depends on cifs capabilities.
4930 (tramp-smb-handle-file-attributes):
4931 Call `tramp-smb-do-file-attributes-with-stat' if possible.
4932 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
4933 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
4934
4935 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
4936
4937 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
4938 (eieio-defclass): Apply deftype handler and setf-method properties
4939 directly.
4940 (eieio-add-new-slot): Avoid union function from cl library.
4941 (eieio--typep): New function.
4942 (eieio-perform-slot-validation): Use it.
4943
4944 2009-10-10 Karl Fogel <kfogel@red-bean.com>
4945
4946 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
4947 Update documentation to refer to the variables documented in r1.135.
4948 (Bug#4188)
4949
4950 2009-10-10 Karl Fogel <kfogel@red-bean.com>
4951
4952 * bookmark.el (Info-suffix-list): Remove this unused variable.
4953 (bookmark-current-point): Remove this obsolete variable.
4954 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
4955 Adjust for removal of bookmark-current-point.
4956
4957 (bookmarks-already-loaded, bookmark-current-buffer)
4958 (bookmark-yank-point): Document. (Bug#4188)
4959
4960 2009-10-10 Glenn Morris <rgm@gnu.org>
4961
4962 * frame.el (frame-height): Doc fix.
4963
4964 * calendar/calendar.el (calendar-split-width-threshold): New option.
4965 (calendar-basic-setup): Use calendar-split-width-threshold.
4966
4967 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
4968
4969 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
4970 Use .la for Automake.
4971
4972 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
4973
4974 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
4975 Use "autoreconf -i". Suggested by Andreas Schwab.
4976
4977 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
4978
4979 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
4980 Ideographic Supplement" range (U+1F200..U+1F2FF).
4981
4982 2009-10-09 Karl Fogel <kfogel@red-bean.com>
4983
4984 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
4985 since the list will have been rebuilt anyway. (Bug#4349)
4986
4987 2009-10-09 Karl Fogel <kfogel@red-bean.com>
4988
4989 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
4990 (bookmark-bmenu-execute-deletions): Don't save here, as
4991 bookmark-delete will now do so if necessary.
4992 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
4993 (Bug#4348)
4994
4995 2009-10-09 Glenn Morris <rgm@gnu.org>
4996
4997 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
4998
4999 2009-10-09 Karl Fogel <kfogel@red-bean.com>
5000
5001 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
5002 (bookmark-jump-other-window): Just invoke bookmark-jump with new
5003 argument now, so the two function's behaviors will match. (Bug#3645)
5004
5005 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
5006
5007 * cedet/ede/proj.el (project-make-dist, project-compile-project):
5008 Fix filename test.
5009 (ede-proj-dist-makefile): Use expand-file-name instead of concat
5010 to expand file names.
5011
5012 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
5013
5014 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
5015 (tramp-file-name-real-host, tramp-file-name-port):
5016 Apply `save-match-data'.
5017
5018 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
5019 case both directories are remote.
5020 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
5021 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
5022
5023 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
5024
5025 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
5026 (ede-proj-target-makefile-objectcode): Use it.
5027
5028 * cedet/ede/source.el (ede-want-any-source-files-p)
5029 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
5030 Return search result. This error was introduced while merging.
5031
5032 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
5033
5034 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
5035
5036 2009-10-07 Glenn Morris <rgm@gnu.org>
5037
5038 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
5039 of concat.
5040
5041 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5042
5043 * files-x.el (read-file-local-variable): Include some
5044 non-user-variables in the completion table (bug#4664).
5045
5046 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
5047
5048 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
5049 message.
5050
5051 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5052 (tramp-smb-file-name-handler-alist): Add handler for
5053 `copy-directory', `expand-file-name', `set-file-modes'.
5054 (tramp-smb-handle-copy-directory)
5055 (tramp-smb-handle-expand-file-name)
5056 (tramp-smb-handle-set-file-modes): New defuns.
5057 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
5058 (tramp-smb-handle-file-attributes): Simplify check for retrieving
5059 entry.
5060 (tramp-smb-handle-insert-directory): Don't flush the cache.
5061 (tramp-smb-maybe-open-connection): Check for samba client and
5062 server versions.
5063
5064 2009-10-07 Eli Zaretskii <eliz@gnu.org>
5065
5066 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
5067 to not error out of search for "^lisp=" fails.
5068
5069 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
5070
5071 * makefile.w32-in (WINS_UPDATES): New macro.
5072 (custom-deps, finder-data, autoloads): Use it.
5073
5074 2009-10-07 Glenn Morris <rgm@gnu.org>
5075
5076 * Makefile.in (autoloads): Revert previous change.
5077 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
5078 the list of preloaded files passed on the command-line, get
5079 it from src/Makefile.
5080
5081 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
5082 show the original buffer rather than a random one.
5083
5084 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
5085
5086 * help.el (describe-no-warranty): Place point in a slightly better
5087 position in the GPLv3 text.
5088
5089 2009-10-06 Sam Steingold <sds@gnu.org>
5090
5091 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
5092 the comm attribute is present before calling regexp-quote.
5093
5094 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
5095
5096 * play/animate.el (animate-string): For good effect, make sure
5097 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
5098
5099 * play/animate.el (animate-sequence, animate-birthday-present):
5100 * misc.el (butterfly): Don't set `indent-tabs-mode'.
5101
5102 2009-10-06 Glenn Morris <rgm@gnu.org>
5103
5104 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
5105
5106 * emacs-lisp/autoload.el (autoload-excludes): New variable.
5107 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
5108 (batch-update-autoloads): Process a string value of autoload-excludes,
5109 set during the build process.
5110 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
5111
5112 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
5113 inside with-parsed... macro so that `v' is defined.
5114
5115 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
5116 * progmodes/fortran.el (fortran-end-of-block)
5117 (fortran-beginning-of-block):
5118 Also push mark in the macro case.
5119
5120 * emerge.el (emerge-show-file-name):
5121 * calc/calc.el (calc-quit):
5122 * calc/calc-misc.el (calc-big-or-small):
5123 * calc/calc-graph.el (calc-graph-view):
5124 * calc/calc-ext.el (calc-reset):
5125 * calendar/calendar.el (calendar-basic-setup):
5126 Use window-full-height-p.
5127
5128 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
5129 header we don't understand, don't insert another. (Bug#4624)
5130 If changing mime charset, insert the new one in the right place.
5131
5132 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
5133
5134 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
5135 (cal-tex-cursor-month): Correctly increment the end date for diary and
5136 holiday listing. (Bug#4626)
5137
5138 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5139
5140 * help-fns.el (describe-function-1): Don't burp if the function is not
5141 a symbol.
5142
5143 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
5144
5145 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
5146 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
5147 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
5148 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
5149
5150 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
5151 (eieio-default-superclass): Reflow docstrings.
5152 (this, class-option-assoc, defclass, eieio-class-un-autoload)
5153 (eieio-unbind-method-implementations, defmethod)
5154 (eieio-validate-slot-value, eieio-validate-class-slot-value)
5155 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
5156 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
5157 (eieio-slot-originating-class-p, eieio-slot-name-index)
5158 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
5159 (constructor, initialize-instance, no-next-method, object-print)
5160 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
5161 Fix typos in docstrings.
5162 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
5163 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
5164 (next-method-p): Doc fixes.
5165 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
5166 Fix typos in error messages.
5167 (eieio-defmethod): Fix typo in description of generic method.
5168
5169 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
5170 (eieio-persistent-save-interactive, slot-missing):
5171 Fix typos in docstrings.
5172 (eieio-instance-inheritor-slot-boundp): Doc fix.
5173
5174 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
5175 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
5176
5177 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
5178 (eieio-custom-object-apply-reset):
5179 Fix typos in docstrings and error messages.
5180
5181 * emacs-lisp/eieio-datadebug.el (data-debug-show):
5182 Fix typo in docstring.
5183
5184 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
5185 (eieio-browse-tree): Doc fix.
5186 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
5187 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
5188 Fix typos in docstrings.
5189
5190 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
5191 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
5192 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
5193 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
5194 Reflow docstrings.
5195
5196 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
5197
5198 * vc-hg.el (log-view-vc-backend): Declare for compiler.
5199 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
5200 Set log-view-vc-backend so that diff can work.
5201
5202 * log-view.el (log-view-diff): Use vc-diff-internal instead of
5203 vc-version-diff.
5204 (vc-diff-internal): Autoload this instead of vc-version-diff.
5205
5206 2009-10-05 Eli Zaretskii <eliz@gnu.org>
5207
5208 * simple.el (eval-expression): Doc fix.
5209
5210 * progmodes/cwarn.el (cwarn-mode): Doc fix.
5211
5212 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
5213
5214 * files.el (directory-files-no-dot-files-regexp): New defconst.
5215 (delete-directory): Use it.
5216 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
5217
5218 * net/tramp.el (tramp-verbose): Fix docstring.
5219 (tramp-methods): Add recursive option to `tramp-copy-args'.
5220 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
5221 "scp1_old", "scp2_old", "rsync", "rsyncc".
5222 (tramp-default-method): Check also for `auth-source-user-or-password'.
5223 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
5224 Add handler for `copy-directory'.
5225 (tramp-handle-copy-directory): New defun.
5226 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
5227 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
5228 Optimize sent command.
5229
5230 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5231
5232 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
5233 window if necessary.
5234
5235 * calendar/calendar.el (calendar-basic-setup): Don't call
5236 switch-to-buffer in a dedicated window.
5237
5238 2009-10-05 Karl Fogel <kfogel@red-bean.com>
5239
5240 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
5241 don't do anything related to relocating, just return nil.
5242 (bookmark-error-no-filename): New error.
5243 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
5244 bookmark has no file. Don't even attempt to handle things that
5245 are not files; the whole point of custom handlers is to keep that
5246 knowledge elsewhere anyway. Tighten some comments.
5247 (bookmark-file-or-variation-thereof): Remove now-unused function.
5248 (bookmark-location): Doc string fix.
5249 (Bug#4250)
5250
5251 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5252
5253 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
5254 don't use a file dialog, because they usually don't know how to read
5255 a directory target from the user. (Bug#4230)
5256 Also, make sure the prompt can display directories as well as files.
5257
5258 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5259
5260 * bookmark.el (bookmark-set, bookmark-buffer-name):
5261 Improve doc strings. (Bug#1193)
5262
5263 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5264
5265 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
5266 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
5267 (bookmark-get-annotation, bookmark-set-annotation)
5268 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
5269 (bookmark-set-position, bookmark-get-front-context-string)
5270 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
5271 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
5272 (bookmark-jump-other-window, bookmark-handle-bookmark)
5273 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
5274 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
5275 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
5276 Improve doc strings to say whether bookmark can be a string or
5277 a record or both, and make other consistency and clarity fixes.
5278 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
5279 (bookmark-default-annotation-text, bookmark-yank-word)
5280 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
5281 (bookmark-import-new-list, bookmark-maybe-rename)
5282 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
5283 (bookmark-bmenu-bookmark): Give these doc strings.
5284 (bookmark-bmenu-check-position): Give this a doc string, but also
5285 add a FIXME comment about how the function may be pointless.
5286 (bookmark-default-handler): Rework doc string and change a
5287 parameter name, to clarify that this takes a bookmark record
5288 not a bookmark name.
5289 (bookmark-set): Change a parameter name to indicate its meaning,
5290 and improve the doc string a bit.
5291 (Bug#4188)
5292
5293 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5294
5295 * bookmark.el (bookmark-alist): Document the new `handler' element
5296 in the param alist.
5297 (bookmark-make-record-function): Adjust documentation for above.
5298 (Bug#4193)
5299
5300 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5301
5302 * info.el (Info-bookmark-make-record): Document this function.
5303 (Info-bookmark-jump): Document with a doc string, not just a comment.
5304 (Bug#4203)
5305
5306 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
5307
5308 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
5309 (semantic-new-buffer-fcn): Call parser setup functions here.
5310 (semantic-mode): Don't call parser setup functions here, it's done
5311 in semantic-new-buffer-fcn now.
5312 (semantic-mode): Parse all existing buffers when enabled.
5313
5314 * cedet/srecode/compile.el (srecode-compile-file):
5315 Call semantic-new-buffer-fcn if the buffer has not been parsed.
5316
5317 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
5318
5319 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
5320
5321 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
5322 (proj-comp-insert-variable-once): New macro, renamed from
5323 ede-pmake-insert-variable-once in ede/pmake.edl.
5324 (ede-proj-makefile-insert-variables): Use it.
5325
5326 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
5327
5328 * files.el (copy-directory): New defun.
5329
5330 * dired-aux.el (dired-copy-file-recursive): Use it.
5331
5332 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
5333
5334 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
5335 (makefile-end-of-command):
5336 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
5337 (semantic-end-of-context): Fix previous change. Doc fixes.
5338
5339 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
5340
5341 * files-x.el (modify-dir-local-variable)
5342 (copy-dir-locals-to-file-locals-prop-line):
5343 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
5344 (makefile-end-of-command):
5345 * cedet/semantic/lex.el (semantic-lex-token):
5346 * cedet/semantic/analyze/fcn.el
5347 (semantic-analyze-dereference-metatype-1):
5348 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
5349 (semantic-lex-cpp-undef):
5350 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
5351 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
5352 (semantic-end-of-context): Fix typos in docstrings.
5353
5354 * recentf.el (recentf-unload-function): New function.
5355
5356 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
5357
5358 * cedet/ede.el (ede-project-placeholder-cache-file):
5359 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
5360 * cedet/srecode/map.el (srecode-map-save-file):
5361 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
5362
5363 2009-10-04 Glenn Morris <rgm@gnu.org>
5364
5365 * window.el (window-full-height-p): Add doc string.
5366
5367 2009-10-04 Martin Rudalics <rudalics@gmx.at>
5368
5369 * window.el (window-full-height-p): New function. (Bug#4543)
5370
5371 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
5372
5373 * cedet/srecode/insert.el: Require srecode/args.
5374
5375 * cedet/srecode/args.el: Require srecode/dictionary instead of
5376 srecode/insert.
5377
5378 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
5379
5380 * files.el (auto-mode-alist): Add .srt and Project.ede.
5381
5382 * cedet/semantic.el (semantic-mode):
5383 Handle srecode-template-mode-hook as well.
5384 (semantic-mode): Use js-mode-hook for Javascript hook.
5385
5386 * cedet/srecode/template.el: Remove hook variable.
5387
5388 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
5389
5390 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
5391 projects exist.
5392 (ede-project-placeholder-cache-file): Default to a file in
5393 user-emacs-directory.
5394
5395 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
5396 templates in data-directory.
5397 (srecode-map-save-file): Default to a file in user-emacs-directory.
5398
5399 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
5400 directory.
5401
5402 2009-09-30 Eric Ludlam <zappo@gnu.org>
5403
5404 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
5405 Doc fix.
5406
5407 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
5408 Only insert each variable once.
5409
5410 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
5411 (ede-pmake-insert-variable-shared): Use it.
5412
5413 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
5414 for lexical table iff table is nil.
5415
5416 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5417
5418 * vc.el: Remove commented out code.
5419 (vc-derived-from-dir-mode): Remove, unused.
5420 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
5421
5422 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
5423
5424 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
5425 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
5426 there could be recursive loading when `default-directory' is a
5427 remote file name. (Bug#4614)
5428
5429 2009-10-03 Glenn Morris <rgm@gnu.org>
5430
5431 * calendar/calendar.el (calendar-basic-setup): Handle the case where
5432 the frame is wide.
5433 (calendar-generate-window): Test for shrinkability rather than width.
5434
5435 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
5436 declaration, currently false.
5437
5438 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
5439 reusing existing buffers, in case we happen to visit two files with the
5440 same basename. (Bug#4593)
5441
5442 2009-10-02 Eli Zaretskii <eliz@gnu.org>
5443
5444 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
5445 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
5446 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
5447 subdirs of cedet as well.
5448 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
5449
5450 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
5451
5452 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
5453 Obey advertised-signature-table.
5454
5455 * help-fns.el (help-function-arglist): Don't check
5456 advertised-signature-table.
5457 (describe-function-1): Do it here instead so it also applies to subrs.
5458
5459 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
5460
5461 * simple.el (start-file-process): Say in the doc-string, that file
5462 handlers might not support pty association, if PROGRAM is nil.
5463
5464 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
5465 HOST and USER are strings. They are nil, when there are
5466 incomplete entries in ~/.netrc, for example.
5467 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
5468 root directory ("device busy" error otherwise).
5469
5470 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
5471 Flush file properties of created directory.
5472
5473 2009-10-02 Eli Zaretskii <eliz@gnu.org>
5474
5475 * makefile.w32-in (WINS_BASIC): Remove cedet.
5476 (WINS_CEDET): Add cedet.
5477 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
5478
5479 2009-10-02 Kevin Ryde <user42@zip.com.au>
5480
5481 * net/browse-url.el (browse-url): Pass any symbol in
5482 browse-url-browser-function to `apply', since if you've mistakenly put
5483 an unbound symbol then the error is clearer. (Bug#4531)
5484
5485 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
5486
5487 * allout.el (allout-init, allout-back-to-current-heading)
5488 (allout-beginning-of-current-entry, allout-ascend-to-depth)
5489 (allout-ascend, allout-up-current-level, allout-end-of-level)
5490 (allout-previous-visible-heading, allout-forward-current-level)
5491 (allout-backward-current-level, allout-show-children):
5492 * apropos.el (apropos-describe-plist):
5493 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
5494 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
5495 * completion.el (add-completion, add-permanent-completion):
5496 * descr-text.el (describe-text-category, describe-char):
5497 * desktop.el (desktop-lazy-abort):
5498 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
5499 * dired.el (dired-build-subdir-alist):
5500 * ediff.el (ediff-version):
5501 * elide-head.el (elide-head, elide-head-show):
5502 * emerge.el (emerge-version):
5503 * env.el (getenv):
5504 * face-remap.el (variable-pitch-mode):
5505 * faces.el (describe-face):
5506 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
5507 (dired-at-point):
5508 * files.el (find-file-existing, auto-save-mode):
5509 * font-lock.el (font-lock-fontify-buffer):
5510 * help-fns.el (describe-function, describe-variable)
5511 (describe-syntax, describe-categories):
5512 * help.el (view-lossage, describe-bindings, describe-key)
5513 (describe-mode):
5514 * hexl.el (hexl-current-address):
5515 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
5516 * info.el (Info-goto-emacs-key-command-node):
5517 * log-edit.el (log-edit-insert-cvs-template)
5518 (log-edit-insert-cvs-rcstemplate):
5519 * menu-bar.el (menu-bar-mode):
5520 * mouse.el (mouse-appearance-menu):
5521 * newcomment.el (comment-indent-new-line):
5522 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
5523 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5524 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
5525 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
5526 * recentf.el (recentf-mode):
5527 * savehist.el (savehist-mode, savehist-save):
5528 * shadowfile.el (shadow-copy-files):
5529 * simple.el (kill-ring-save, next-line, previous-line)
5530 (normal-erase-is-backspace-mode):
5531 * strokes.el (strokes-update-window-configuration)
5532 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
5533 (strokes-xpm-for-stroke):
5534 * time.el (emacs-uptime, emacs-init-time):
5535 * tutorial.el (tutorial--describe-nonstandard-key)
5536 (tutorial--detailed-help):
5537 * type-break.el (type-break-mode)
5538 (type-break-mode-line-message-mode, type-break-query-mode)
5539 (type-break-guesstimate-keystroke-threshold):
5540 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
5541 * version.el (emacs-version):
5542 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
5543 * winner.el (winner-mode):
5544 * calendar/timeclock.el (timeclock-in, timeclock-out)
5545 (timeclock-status-string, timeclock-change)
5546 (timeclock-workday-remaining-string)
5547 (timeclock-workday-elapsed-string)
5548 (timeclock-when-to-leave-string):
5549 * calendar/todo-mode.el (todo-add-category):
5550 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
5551 * emacs-lisp/autoload.el (update-file-autoloads):
5552 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
5553 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
5554 (checkdoc-message-text, checkdoc-defun):
5555 * emacs-lisp/debug.el (debugger-list-functions):
5556 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5557 * emacs-lisp/eieio-opt.el (eieio-describe-class)
5558 (eieio-describe-generic):
5559 * emacs-lisp/lisp-mnt.el (lm-synopsis):
5560 * emacs-lisp/shadow.el (list-load-path-shadows):
5561 * emulation/cua-base.el (cua-mode):
5562 * emulation/edt.el (edt-set-scroll-margins):
5563 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
5564 (tpu-toggle-regexp, tpu-toggle-search-direction)
5565 (tpu-toggle-rectangle, tpu-toggle-control-keys):
5566 * emulation/tpu-extras.el (tpu-set-scroll-margins):
5567 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
5568 (viper-set-parsing-style-toggling-macro)
5569 (viper-set-emacs-state-searchstyle-macros):
5570 * emulation/viper.el (viper-set-hooks):
5571 * eshell/esh-mode.el (eshell-truncate-buffer):
5572 * international/mule-cmds.el (prefer-coding-system)
5573 (describe-input-method, describe-language-environment):
5574 * international/mule-diag.el (list-character-sets)
5575 (describe-character-set, describe-coding-system)
5576 (describe-fontset, list-fontsets, list-input-methods):
5577 * mail/sendmail.el (mail-signature):
5578 * net/ange-ftp.el (ange-ftp-copy-file):
5579 * net/browse-url.el (browse-url):
5580 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
5581 * net/quickurl.el (quickurl-add-url):
5582 * net/rcirc.el (names, topic):
5583 * net/xesam.el (xesam-mode):
5584 * play/5x5.el (5x5-new-game):
5585 * play/yow.el (apropos-zippy):
5586 * progmodes/ada-mode.el (ada-mode-version):
5587 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
5588 (f90-end-of-block)
5589 (f90-beginning-of-block):
5590 * progmodes/fortran.el (fortran-end-of-block)
5591 (fortran-beginning-of-block):
5592 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
5593 * progmodes/python.el (python-describe-symbol, python-shell):
5594 * term/ns-win.el (ns-print-buffer):
5595 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
5596 * textmodes/flyspell.el (flyspell-mode-on):
5597 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
5598 (pages-directory-for-addresses):
5599 * textmodes/table.el (table-recognize-cell)
5600 (table-query-dimension, table-generate-source)
5601 (table-insert-sequence, table--warn-incompatibility):
5602 * textmodes/tex-mode.el (tex-validate-buffer):
5603 * textmodes/texinfmt.el (texinfmt-version)
5604 (texinfo-format-buffer):
5605 Use `called-interactively-p' instead of `interactive-p'.
5606
5607 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
5608
5609 * image-mode.el (image-toggle-display):
5610 * emacs-lisp/elp.el (elp-instrument-function):
5611 * emacs-lisp/advice.el (ad-make-advised-definition):
5612 * emacs-lisp/easy-mmode.el (define-minor-mode):
5613 * net/browse-url.el (browse-url-maybe-new-window):
5614 * progmodes/sh-script.el (sh-learn-buffer-indent):
5615 Pass new argument 'any to `called-interactively-p'.
5616
5617 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
5618
5619 * international/uni-bidi.el:
5620 * international/uni-category.el:
5621 * international/uni-combining.el:
5622 * international/uni-comment.el:
5623 * international/uni-decimal.el:
5624 * international/uni-decomposition.el:
5625 * international/uni-digit.el:
5626 * international/uni-lowercase.el:
5627 * international/uni-mirrored.el:
5628 * international/uni-name.el:
5629 * international/uni-numeric.el:
5630 * international/uni-old-name.el:
5631 * international/uni-titlecase.el:
5632 * international/uni-uppercase.el:
5633 Regenerate from Unicode 5.2.0 data.
5634
5635 2009-10-01 Glenn Morris <rgm@gnu.org>
5636
5637 * Makefile.in (ELCFILES): Regenerate.
5638
5639 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5640
5641 * subr.el (interactive-p): Mark obsolete.
5642 (called-interactively-p): Make the optional-ness of `kind' obsolete.
5643 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
5644 advertised-signature-table for subroutines as well.
5645
5646 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
5647 (set-advertised-calling-convention): New function.
5648 (make-obsolete, define-obsolete-function-alias)
5649 (make-obsolete-variable, define-obsolete-variable-alias):
5650 Make the optional-ness of `when' obsolete.
5651 (define-obsolete-face-alias): Make `when' non-optional.
5652 * help-fns.el (help-function-arglist):
5653 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
5654 Use advertised-signature-table.
5655
5656 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
5657
5658 * files.el (delete-directory): New defun. The original function
5659 in fileio.c has been renamed to `delete-directory-internal'.
5660
5661 * dired.el (dired-delete-file): Call `delete-directory' with
5662 RECURSIVE parameter.
5663
5664 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
5665 parameter RECURSIVE. Implementation is missing.
5666
5667 * net/tramp.el (tramp-handle-make-directory): Flush upper
5668 directory's file properties.
5669 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
5670 (tramp-handle-dired-recursive-delete-directory): Flush directory
5671 properties after the remove command only.
5672
5673 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5674 Handle optional parameter RECURSIVE.
5675
5676 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
5677 Handle optional parameter RECURSIVE.
5678
5679 * net/tramp-smb.el (tramp-smb-errors): Add error message for
5680 connection timeout.
5681 (tramp-smb-handle-delete-directory): Handle optional parameter
5682 RECURSIVE.
5683
5684 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5685
5686 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
5687 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
5688 (byte-compile-defmacro): Use backquotes.
5689
5690 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
5691
5692 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
5693 has no associated file.
5694 (vc-resynch-buffer): Use vc-dir-buffers.
5695
5696 2009-10-01 Glenn Morris <rgm@gnu.org>
5697
5698 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
5699 (chart-file-count):
5700 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
5701 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
5702 * emacs-lisp/eieio-opt.el (eieio-describe-class):
5703 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
5704 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
5705 (eieio-copy-parents-into-subclass, make-instance, class-children)
5706 (eieio-generic-form):
5707 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
5708 * cedet/cedet-idutils.el (cedet-idutils-search)
5709 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
5710 (cedet-idutils-version-check):
5711 * cedet/cedet.el (cedet-version):
5712 * cedet/data-debug.el (data-debug-insert-overlay-button)
5713 (data-debug-insert-overlay-list-button)
5714 (data-debug-insert-buffer-button)
5715 (data-debug-insert-buffer-list-button)
5716 (data-debug-insert-process-button, data-debug-insert-ring-button)
5717 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
5718 (data-debug-insert-stuff-vector-button)
5719 (data-debug-insert-symbol-button, data-debug-insert-string)
5720 (data-debug-insert-number, data-debug-insert-lambda-expression)
5721 (data-debug-insert-nil, data-debug-insert-simple-thing)
5722 (data-debug-insert-custom, data-debug-edebug-expr):
5723 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
5724 (global-ede-mode-map, ede-new, ede-debug-target)
5725 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
5726 * cedet/semantic.el (semantic-minimum-working-buffer-size)
5727 (semantic-fetch-tags, semantic-submode-list)
5728 (semantic-default-submodes):
5729 * cedet/ede/source.el (ede-source-match):
5730 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
5731 (project-am-package-info):
5732 * cedet/ede/proj.el (ede-proj-target, project-new-target):
5733 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
5734 * cedet/ede/proj-comp.el (ede-current-build-list):
5735 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
5736 * cedet/ede/files.el (ede-toplevel-project-or-nil):
5737 * cedet/ede/cpp-root.el (initialize-instance):
5738 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
5739 (autoconf-parameter-strip, autoconf-insert-new-macro):
5740 * cedet/semantic/wisent.el (wisent-lex-eoi):
5741 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
5742 (semantic-show-parser-state-mode):
5743 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
5744 * cedet/semantic/tag.el (semantic-tag-new-variable)
5745 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
5746 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
5747 (semantic--tag-deep-copy-tag-list)
5748 (semantic-tag-components-with-overlays-default):
5749 * cedet/semantic/symref.el (semantic-symref-find-text):
5750 * cedet/semantic/senator.el (senator-yank-tag)
5751 (senator-transpose-tags-up):
5752 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
5753 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
5754 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
5755 * cedet/semantic/lex.el (semantic-lex-comment-regex)
5756 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
5757 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
5758 * cedet/semantic/lex-spp.el
5759 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
5760 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
5761 * cedet/semantic/idle.el
5762 (semantic-idle-summary-current-symbol-info-brutish)
5763 (semantic-idle-summary-current-symbol-info-default):
5764 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
5765 (semantic--grammar-macro-compl-dict):
5766 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
5767 * cedet/semantic/format.el (semantic-format-tag-custom-list)
5768 (semantic-format-tag-canonical-name-default):
5769 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
5770 (semantic-find-tags-for-completion)
5771 (semantic-find-tags-by-scope-protection-default)
5772 (semantic-deep-find-tags-for-completion):
5773 * cedet/semantic/edit.el
5774 (semantic-edits-incremental-reparse-failed-hook)
5775 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
5776 (semantic-edits-splice-remove, semantic-edits-splice-replace):
5777 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
5778 * cedet/semantic/dep.el (semantic-dependency-include-path):
5779 * cedet/semantic/db.el (semanticdb-default-find-index-class)
5780 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
5781 (semanticdb-project-roots):
5782 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
5783 (semanticdb-find-adebug-insert-scanned-tag-cons)
5784 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
5785 (semanticdb-brute-deep-find-tags-for-completion):
5786 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
5787 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
5788 (semantic-end-of-context-default)
5789 (semantic-ctxt-current-function-default)
5790 (semantic-ctxt-scoped-types-default):
5791 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
5792 (semantic-complete-inline-tag-engine)
5793 (semantic-complete-inline-custom-type)
5794 (semantic-complete-read-tag-analyzer):
5795 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
5796 (semantic-chart-database-size):
5797 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
5798 (semantic-analyze-current-context):
5799 * cedet/semantic/symref/list.el (semantic-symref)
5800 (semantic-symref-hide-buffer, semantic-symref-symbol):
5801 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
5802 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
5803 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
5804 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
5805 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
5806 (semantic-c-dereference-template):
5807 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
5808 (semantic--analyze-refs-full-lookup-with-parents)
5809 (semantic--analyze-refs-full-lookup-simple):
5810 * cedet/semantic/analyze/complete.el
5811 (semantic-analyze-possible-completions):
5812 * cedet/srecode/table.el (srecode-mode-table-new):
5813 * cedet/srecode/srt.el (srecode-read-variable-name):
5814 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
5815 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
5816 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
5817 * cedet/srecode/map.el (srecode-current-map):
5818 * cedet/srecode/insert.el (srecode-insert)
5819 (srecode-insert-variable-secondname-handler, srecode-insert-method)
5820 (srecode-template-inserter-point-override)
5821 (srecode-insert-include-lookup):
5822 * cedet/srecode/getset.el (srecode-auto-choose-class):
5823 * cedet/srecode/extract.el (srecode-inserter-extract):
5824 * cedet/srecode/document.el
5825 (srecode-document-autocomment-return-last-alist)
5826 (srecode-document-autocomment-param-type-alist)
5827 (srecode-document-insert-function-comment)
5828 (srecode-document-insert-variable-one-line-comment)
5829 (srecode-document-function-name-comment):
5830 * cedet/srecode/dictionary.el (srecode-create-dictionary)
5831 (srecode-compound-toString):
5832 * cedet/srecode/compile.el (srecode-flush-active-templates):
5833 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
5834 Doc/message fixes.
5835
5836 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
5837 match-data. (Bug#4555).
5838
5839 * cedet/semantic/bovine/gcc.el
5840 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
5841 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
5842
5843 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
5844 rather than parsing it as a regexp. This relaxes the layout
5845 requirements and makes errors easier to detect.
5846 (check-declare-verify): Check file is regular.
5847 (check-declare-directory): Doc fix.
5848 * subr.el (declare-function): Doc fix.
5849
5850 * ibuffer.el (ibuffer-format-qualifier):
5851 * isearch.el (hi-lock-regexp-okay):
5852 * calc/calc.el (math-zerop):
5853 * mail/uce.el (rmail-msgbeg, rmail-msgend):
5854 * term/w32-win.el (setup-default-fontset, set-fontset-font):
5855 Remove unused declarations.
5856
5857 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
5858
5859 * cedet/semantic/wisent/javat-wy.el
5860 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
5861
5862 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
5863
5864 * cedet/srecode/expandproto.el: Fix provide statement.
5865
5866 2009-09-30 Eric Ludlam <zappo@gnu.org>
5867
5868 * emacs-lisp/eieio.el (boolean-p): Delete.
5869
5870 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
5871
5872 * cedet/ede/srecode.el: Fix provide statement.
5873
5874 2009-09-30 Glenn Morris <rgm@gnu.org>
5875
5876 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
5877 * cedet/ede/proj-aux.el (ede-aux-source):
5878 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
5879 (ede-misc-source):
5880 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
5881 (semantic-mrub-switch-tags): Fix doc typos.
5882
5883 * cedet/semantic/db-global.el (data-debug-new-buffer)
5884 (data-debug-insert-thing): Remove unneeded declarations (one broken).
5885 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
5886
5887 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
5888
5889 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
5890 use of CL function `remove-if-not'.
5891
5892 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
5893
5894 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
5895 filename is not a string.
5896
5897 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
5898
5899 * files.el (safe-local-eval-forms): Fix typo.
5900
5901 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
5902
5903 * vc-hooks.el (vc-dir-buffers): New var.
5904 (vc-state-refresh): New function.
5905 (vc-state): Use it.
5906 (vc-after-save): Always ask the backend to recompute the new state.
5907 Always call vc-dir if necessary, using vc-dir-buffers.
5908 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
5909 Use vc-dir-buffers.
5910 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
5911 (vc-dir-prepare-status-buffer, vc-dir-update)
5912 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
5913 Don't call expand-file-name on default-directory.
5914
5915 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
5916
5917 * speedbar.el (speedbar-item-delete):
5918 * calc/calc-prog.el (calc-kbd-if):
5919 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
5920
5921 * epa.el (epa-key-list-mode-map):
5922 * hi-lock.el (hi-lock-menu): Fix typos in menus.
5923
5924 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
5925 (hs-show-hook): Fix typo in docstring.
5926
5927 2009-09-29 Glenn Morris <rgm@gnu.org>
5928
5929 * cedet/semantic/symref/idutils.el:
5930 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
5931
5932 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
5933
5934 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
5935 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
5936 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
5937 Mark declarations not understood by check-declare.
5938
5939 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
5940 file-name-nondirectory call preventing location of cedet files.
5941 (check-declare-verify): Use literal search rather than re-search.
5942 Add basic defmethod and defclass, and define-overloadable-function.
5943
5944 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
5945 Use tramp-compat-file-attributes rather than nonexistent
5946 tramp-compat-handle-file-attributes.
5947
5948 * Makefile.in (lisptagsfiles4): New.
5949 (AUTOGENEL): Add cedet loaddefs files.
5950 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
5951 (update-elclist, compile-always, backup-compiled-files)
5952 (bootstrap-clean): Add yet another directory level.
5953 (update-elclist): Use LC_COLLATE rather than COLLATE.
5954 (ELCFILES): Update, via `make update-elclist'.
5955
5956 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
5957
5958 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
5959 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
5960 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
5961
5962 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
5963
5964 * Makefile.in (lisptagsfiles3): Define.
5965 (TAGS, TAGS-LISP): Use it.
5966 (update-elclist): Add third directory level to look for elc files.
5967 (compile-always): Likewise.
5968 (backup-compiled-files): Likewise.
5969 (bootstrap-clean): Likewise.
5970 (ELCFILES): Update.
5971
5972 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
5973
5974 * Makefile.in (ELCFILES): Add CEDET files.
5975
5976 2009-09-28 Eric Ludlam <zappo@gnu.org>
5977
5978 CEDET (development tools) package merged.
5979
5980 * cedet/*.el:
5981 * cedet/ede/*.el:
5982 * cedet/semantic/*.el:
5983 * cedet/srecode/*.el: New files.
5984
5985 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
5986
5987 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
5988
5989 * net/tramp.el (top): Require tramp-imap.
5990
5991 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
5992 Use `tramp-compat-handle-file-attributes'.
5993
5994 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
5995
5996 * net/tramp-imap.el: New package.
5997
5998 2009-09-28 Eric Ludlam <zappo@gnu.org>
5999
6000 * emacs-lisp/chart.el:
6001 * emacs-lisp/eieio-base.el:
6002 * emacs-lisp/eieio-comp.el:
6003 * emacs-lisp/eieio-custom.el:
6004 * emacs-lisp/eieio-datadebug.el:
6005 * emacs-lisp/eieio-opt.el:
6006 * emacs-lisp/eieio-speedbar.el:
6007 * emacs-lisp/eieio.el: New files.
6008
6009 * cedet/cedet-cscope.el:
6010 * cedet/cedet-files.el:
6011 * cedet/cedet-global.el:
6012 * cedet/cedet-idutils.el:
6013 * cedet/data-debug.el:
6014 * cedet/inversion.el:
6015 * cedet/mode-local.el:
6016 * cedet/pulse.el: New files.
6017
6018 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6019
6020 * whitespace.el (whitespace-trailing-regexp)
6021 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
6022 Fix doc string.
6023
6024 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
6025
6026 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
6027 menu.
6028
6029 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
6030 menu-bar-ediff-menu.
6031
6032 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
6033 define-overloadable-function.
6034
6035 * progmodes/autoconf.el: Provide autoconf as well, so that this
6036 file can be `require'd.
6037
6038 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
6039
6040 * emacs-lisp/autoload.el (generated-autoload-feature)
6041 (generated-autoload-load-name): New vars.
6042 (autoload-rubric, autoload-generate-file-autoloads): Use them.
6043 (make-autoload): Recognize define-overloadable-function and
6044 defclass forms (for EIEIO).
6045
6046 * Makefile.in (update-subdirs): Exclude cedet directory.
6047
6048 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6049
6050 * term/ns-win.el: Don't set the region face background. (Bug#4381)
6051
6052 * faces.el: Default light-background background for region face to
6053 ns_selection_color under NS.
6054
6055 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6056
6057 * net/imap-hash.el: New library, see NEWS.
6058
6059 * Makefile.in (ELCFILES): Add imap-hash.el.
6060
6061 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6062
6063 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
6064 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
6065 * help-macro.el (make-help-screen): Avoid using an ambiguous function
6066 definition where the docstring could be taken for the return value.
6067
6068 2009-09-26 Glenn Morris <rgm@gnu.org>
6069
6070 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
6071 Add option to only show images below a certain size.
6072 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
6073 save-excursion calls.
6074
6075 2009-09-26 Eli Zaretskii <eliz@gnu.org>
6076
6077 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
6078 subdirectories) and eieio.
6079
6080 2009-09-26 Alan Mackenzie <acm@muc.de>
6081
6082 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
6083 buggy bracketing. (Bug#4289)
6084
6085 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
6086 character constants (as case labels). (Bug#4289)
6087
6088 2009-09-25 Juri Linkov <juri@jurta.org>
6089
6090 * files.el (safe-local-eval-forms): Allow time-stamp in
6091 before-save-hook (Bug#4554).
6092
6093 2009-09-25 Drew Adams <drew.adams@oracle.com>
6094
6095 * menu-bar.el (list-buffers-directory): Doc fix.
6096
6097 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
6098
6099 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
6100 Try and avoid copying twice the same paragraph.
6101 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
6102 Remove save-excursion.
6103 (log-edit-changelog-entry): Do it here instead.
6104
6105 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
6106
6107 * bs.el (bs--get-file-name): Use `list-buffers-directory'
6108 when available, instead of hardcoding mode names. Doc fix.
6109
6110 * menu-bar.el (list-buffers-directory): Add docstring.
6111 Make automatically buffer-local.
6112
6113 * dired.el (dired-mode):
6114 * files.el (cd-absolute):
6115 * pcvs.el (cvs-temp-buffer):
6116 * pcvs-util.el (cvs-get-buffer-create):
6117 * shell.el (shell-mode):
6118 * vc-dir.el (vc-dir-mode):
6119 Don't make `list-buffers-directory' buffer local.
6120
6121 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
6122
6123 * comint.el (comint-exec, comint-run, make-comint):
6124 Doc fixes (Bug#4542).
6125
6126 2009-09-25 Glenn Morris <rgm@gnu.org>
6127
6128 * mail/rmailmm.el (rmail-mime): New custom group.
6129 Move all defcustoms in this file into this group.
6130 (rmail-mime-media-type-handlers-alist): Revert previous change.
6131 (rmail-mime-show-images): New option.
6132 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
6133 references to it, since it wasn't actually used for anything.
6134 (rmail-mime-insert-image): New function.
6135 (rmail-mime-image): Use rmail-mime-insert-image.
6136 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
6137 obey the value of `rmail-mime-show-images' option. Print the size of
6138 attachments.
6139
6140 2009-09-25 David Engster <deng@randomsample.de>
6141
6142 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
6143
6144 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6145
6146 * whitespace.el: Does not highlight trailing spaces While point is
6147 at end of line. Does not highligt spaces at beginning of buffer
6148 while point is at beginning of buffer. Does not highlight spaces
6149 at end of buffer while point is at end of buffer. (Bug#4177)
6150 New version 12.0.
6151 (whitespace-display-mappings): Adjust initialization.
6152 (whitespace-point, whitespace-font-lock-refontify): New vars.
6153 (whitespace-color-on, whitespace-color-off): Adjust code.
6154 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
6155 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
6156 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
6157
6158 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
6159
6160 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
6161
6162 * textmodes/sgml-mode.el: Remove xml-mode alias.
6163
6164 * files.el (auto-mode-alist, conf-mode-maybe)
6165 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
6166
6167 2009-09-24 Alan Mackenzie <acm@muc.de>
6168
6169 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
6170 c-forward-conditionals, but it doesn't move point and doesn't set
6171 the mark.
6172 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
6173 (c-down-conditional-with-else, c-backward-conditional)
6174 (c-forward-conditional): Refactor to use c-scan-conditionals.
6175
6176 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
6177
6178 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
6179 (help-default-arg-highlight): Remove.
6180 (help-highlight-arg): New function.
6181 (help-do-arg-highlight): Use it.
6182 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
6183
6184 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
6185
6186 * term.el (term-set-scroll-region, term-handle-ansi-escape):
6187 Undo last change, which didn't fix the problem and introduced others.
6188
6189 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
6190
6191 * progmodes/gdb-mi.el: Don't require speedbar.
6192 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
6193
6194 2009-09-24 Glenn Morris <rgm@gnu.org>
6195
6196 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
6197
6198 * term/ns-win.el (ns-reg-to-script): Define for compiler.
6199
6200 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
6201 there is no newline after the final mime boundary. (Bug#4539)
6202 Move markers on insertion so that any buttons inserted don't end up in
6203 the next part of a multipart message.
6204 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
6205 (rmail-mime-bulk-handler): Optionally handle images.
6206 (rmail-mime-image): New button action.
6207 (rmail-mime-image-handler): New function.
6208 (rmail-mime-mode): New mode.
6209 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
6210
6211 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
6212
6213 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
6214 than just dropping elements from it (bug#4504).
6215
6216 * term.el (term-set-scroll-region): Don't move cursor any more.
6217 (term-handle-ansi-escape): Call term-goto here instead.
6218 Suggested by Ivan Kanis <apple@kanis.eu>.
6219
6220 * term.el: Require CL.
6221 (term-ansi-reset): New function.
6222 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
6223 (term-handle-colors-array): Simplify.
6224
6225 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
6226
6227 * allout.el (allout-overlay-interior-modification-handler)
6228 (allout-obtain-passphrase):
6229 * epa-file.el (epa-file-write-region):
6230 * ps-print.el (ps-begin-job):
6231 * vc-hooks.el (vc-toggle-read-only):
6232 * vc-rcs.el (vc-rcs-rollback):
6233 * vc-sccs.el (vc-sccs-rollback):
6234 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
6235 (vc-version-diff, vc-revert, vc-rollback):
6236 * wdired.el (wdired-check-kill-buffer):
6237 * emacs-lisp/authors.el (authors):
6238 * net/socks.el (socks-open-connection):
6239 * net/zeroconf.el (zeroconf-service-add-hook):
6240 * obsolete/vc-mcvs.el (vc-mcvs-register):
6241 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
6242 (gdb-select-frame):
6243 * progmodes/grep.el (lgrep, rgrep):
6244 * progmodes/idlw-help.el (idlwave-help-check-locations)
6245 (idlwave-help-html-link, idlwave-help-assistant-open-link):
6246 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
6247 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
6248 (reftex-toc-rename-label): Fix typos in error messages.
6249
6250 * dired-aux.el (dired-do-shell-command): Reflow docstring.
6251 (dired-copy-how-to-fn): Doc fix.
6252 (dired-files-attributes, dired-read-shell-command):
6253 Fix typos in docstrings.
6254
6255 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
6256 (dired-x-find-file-other-window): Reflow docstrings.
6257 (dired-omit-marker-char, dired-read-shell-command)
6258 (dired-x-submit-report): Fix typos in docstrings.
6259
6260 * shell.el (shell-mode-hook):
6261 * view.el (View-scroll-line-forward):
6262 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
6263 Fix typos in docstrings.
6264
6265 * net/dig.el (dig-invoke): Fix typo in docstring.
6266 (query-dig): Reflow docstring.
6267
6268 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
6269 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
6270 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
6271 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
6272 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
6273 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
6274 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
6275 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
6276 (idlwave-completion-map, idlwave-current-indent)
6277 (idlwave-custom-ampersand-surround, idlwave-customize)
6278 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
6279 (idlwave-define-abbrev, idlwave-determine-class-special)
6280 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
6281 (idlwave-end-block-reg, idlwave-end-of-statement)
6282 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
6283 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
6284 (idlwave-explicit-class-listed, idlwave-file-header)
6285 (idlwave-fill-paragraph, idlwave-find-class-definition)
6286 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
6287 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
6288 (idlwave-in-quote, idlwave-indent-action-table)
6289 (idlwave-indent-expand-table, idlwave-indent-line)
6290 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
6291 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
6292 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
6293 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
6294 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
6295 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
6296 (idlwave-outlawed-buffers, idlwave-popup-select)
6297 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
6298 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
6299 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
6300 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
6301 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
6302 (idlwave-statement-type, idlwave-struct-skip)
6303 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
6304 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
6305 (idlwave-what-module-find-class): Fix typos in docstrings.
6306 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
6307 (idlwave-calculate-cont-indent, idlwave-expand-equal)
6308 (idlwave-find-module, idlwave-find-structure-definition)
6309 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
6310 (idlwave-list-load-path-shadows, idlwave-next-statement)
6311 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
6312 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
6313 (idlwave-template): Reflow docstrings.
6314
6315 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
6316 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
6317 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
6318 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
6319 (idlwave-shell-display-line, idlwave-shell-display-wframe)
6320 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
6321 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
6322 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
6323 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
6324 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
6325 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
6326 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
6327 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
6328 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
6329 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
6330 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
6331 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
6332 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
6333 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
6334 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
6335 Fix typos in docstrings.
6336 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
6337 (idlwave-shell-hide-output, idlwave-shell-mode)
6338 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
6339 Reflow docstrings.
6340
6341 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
6342
6343 2009-09-24 Ivan Kanis <apple@kanis.eu>
6344
6345 * term.el (term-bold-attribute): New var.
6346 (term-handle-colors-array): Use it.
6347
6348 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
6349
6350 * progmodes/gdb-mi.el (gdb-version): New variable.
6351 (gdb-non-stop-handler): Set gdb-version.
6352 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
6353 Condition "--thread" option on gdb-version.
6354 (gdb-invalidate-threads): Remove unused argument.
6355
6356 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6357
6358 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
6359 to looking-back to avoid ridiculous slow down in large files (bug#4511).
6360
6361 2009-09-23 Glenn Morris <rgm@gnu.org>
6362
6363 * mail/rmail.el (rmail-reply): Don't try to add a References header when
6364 replying to mail without References or Message-Id. (Bug#4525)
6365
6366 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
6367
6368 * term/ns-win.el (ns-reg-to-script): New variable.
6369
6370 2009-09-23 Daiki Ueno <ueno@unixuser.org>
6371
6372 * epg.el (epg-wait-for-status): Preserve existing 'error results.
6373
6374 2009-09-22 Sam Steingold <sds@gnu.org>
6375
6376 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
6377 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
6378 to 1 because hg returns status 1 when nothing is found.
6379 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
6380
6381 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
6382
6383 * textmodes/fill.el: Convert to utf-8 encoding.
6384 (fill-french-nobreak-p): Remove redundant » and « inherited from our
6385 pre-unicode days.
6386
6387 * add-log.el (change-log-fill-forward-paragraph): New function.
6388 (change-log-mode): Use it so fill-region DTRT.
6389 Set fill-indent-according-to-mode here rather than in
6390 change-log-fill-paragraph.
6391 (change-log-fill-paragraph): Remove.
6392
6393 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
6394
6395 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
6396 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
6397
6398 2009-09-22 Glenn Morris <rgm@gnu.org>
6399
6400 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
6401 the scroll-bar scroll the calendar window rather than the buffer.
6402
6403 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
6404 commands that move point (as opposed to scrolling).
6405
6406 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
6407
6408 * emacs-lisp/elint.el (elint): New custom group.
6409 (elint-log-buffer): Make it a defcustom.
6410 (elint-scan-preloaded, elint-ignored-warnings)
6411 (elint-directory-skip-re): New options.
6412 (elint-builtin-variables): Doc fix.
6413 (elint-preloaded-env): New variable.
6414 (elint-unknown-builtin-args): Add an entry for encode-time.
6415 (elint-extra-errors): Make it a variable rather than a constant.
6416 (elint-preloaded-skip-re): New constant.
6417 (elint-directory): Skip files matching elint-directory-skip-re.
6418 (elint-features): New variable, local to linted buffers.
6419 (elint-update-env): Initialize elint-features. Possibly add
6420 elint-preloaded-env to the buffer's environment.
6421 (elint-get-top-forms): Bind elint-current-pos, for log messages.
6422 Skip quoted forms.
6423 (elint-init-form): New function, extracted from elint-init-env.
6424 Make non-list forms a warning rather than an error.
6425 Add the mode-map for define-derived-mode. Handle define-minor-mode,
6426 easy-menu-define, put that adds an error-condition, and provide.
6427 When requiring cl, also require cl-macs. Really require cl, to handle
6428 some cl macros. Store required libraries in the list elint-features,
6429 so as not to re-load them. Treat cc-require like require.
6430 (elint-init-env): Call elint-init-form to do the work.
6431 Handle eval-and-compile and such like.
6432 (elint-add-required-env): Do not clear messages.
6433 (elint-special-forms): Add handlers for function, defalias, if, when,
6434 unless, and, or.
6435 (elint-form): Add optional argument to ignore elint-special-forms,
6436 useful to prevent recursive calls from handlers. Doc fix.
6437 Respect elint-ignored-warnings.
6438 (elint-form): Respect elint-ignored-warnings.
6439 (elint-bound-variable, elint-bound-function): New variables.
6440 (elint-unbound-variable): Respect elint-bound-variable.
6441 (elint-get-args): Respect elint-bound-function.
6442 (elint-check-cond-form): Add some simple handling for (f)boundp and
6443 featurep tests.
6444 (elint-check-defalias-form): New handler.
6445 (elint-check-let-form): Make an empty let a warning rather than an
6446 error.
6447 (elint-check-setq-form): Make an empty setq a warning rather than an
6448 error. Respect elint-ignored-warnings.
6449 (elint-check-defvar-form): Accept null doc-strings.
6450 (elint-check-conditional-form): New handler. Does some simple-minded
6451 checking of featurep and (f)boundp tests.
6452 (elint-put-function-args): New function.
6453 (elint-initialize): Use elint-scan-doc-file rather than
6454 elint-find-builtin-variables. Use elint-put-function-args.
6455 Possibly scan preloaded-file-list.
6456 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
6457 extend to handle functions as well.
6458
6459 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
6460
6461 * linum.el (linum-delete-overlays, linum-update-window):
6462 Do not modify the right margin. (Bug#3971)
6463
6464 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
6465
6466 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
6467 nxml-mode instead of xml-mode.
6468
6469 2009-09-21 Kevin Ryde <user42@zip.com.au>
6470
6471 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
6472
6473 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6474
6475 * net/dig.el (dig-mode): Use define-derived-mode.
6476
6477 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
6478
6479 * vc-dispatcher.el (vc-do-command): Return the process object in
6480 the asynchronous case. Use when instead of if. Do not run
6481 vc-exec-after to display a message if not enabled. (Bug#4463)
6482
6483 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
6484 properties to the stash strings.
6485 (vc-git-stash-list): Return a list of strings.
6486 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
6487 (vc-git-stash-show-at-point): New functions.
6488 (vc-git-stash-map): New keymap.
6489
6490 * register.el (ctl-x-r-map): Define the keys here instead of
6491 using autoload.
6492
6493 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
6494
6495 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
6496 list, to workaround performance problem (bug#4485).
6497
6498 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
6499
6500 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
6501
6502 2009-09-20 Daiki Ueno <ueno@unixuser.org>
6503
6504 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
6505 Document that this option is not recommended to use.
6506
6507 2009-09-19 Glenn Morris <rgm@gnu.org>
6508
6509 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
6510 variable `var'.
6511
6512 * calc/calc-alg.el (var):
6513 * calc/calcalg2.el (var): Define for compiler.
6514
6515 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
6516
6517 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
6518 Doc fix (Bug#3932).
6519
6520 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
6521
6522 * time-stamp.el (time-stamp-month-dd-yyyy)
6523 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
6524 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
6525 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
6526 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
6527 Remove functions that have been obsolete since 1995 (Bug#4436).
6528
6529 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
6530 indent buffer only if called interactively (Bug#4452).
6531
6532 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
6533 Eli Zaretskii <eliz@gnu.org>
6534
6535 This fixes bug#4197 (merged to bug#865, though not identical).
6536 * server.el (server-auth-dir): Add docstring note about FAT32.
6537 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
6538 but warn against using them.
6539
6540 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
6541
6542 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
6543 older GDB where there is no has_more field.
6544
6545 2009-09-19 Glenn Morris <rgm@gnu.org>
6546
6547 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6548
6549 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
6550
6551 * files.el (auto-mode-alist): Change default for XML files to nXML
6552 mode (Bug#4169).
6553
6554 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
6555
6556 * server.el (server-ensure-safe-dir): Pass 'integer
6557 to `file-attributes', as suggested.
6558
6559 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6560
6561 * dired-aux.el (dired-query-alist): Remove spurious backslash.
6562 (dired-query): Use read-key.
6563
6564 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
6565
6566 * cus-start.el (ns-use-qd-smoothing): Remove.
6567
6568 2009-09-18 Glenn Morris <rgm@gnu.org>
6569
6570 * allout.el (top-level): Remove unnecessary progn.
6571
6572 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
6573
6574 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
6575 definition of abbrev table.
6576
6577 * speedbar.el (speedbar-track-mouse):
6578 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
6579 * net/eudc.el (eudc-expand-inline):
6580 * net/newst-backend.el (newsticker--cache-read-feed):
6581 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6582 condition-case handlers.
6583
6584 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
6585
6586 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
6587 (gdb-var-list): Add an element for has_more field.
6588 (gdb-non-stop-handler): Enable pretty printing for STL containers.
6589 (gdb-var-create-handler, gdb-var-list-children-handler-1)
6590 (gdb-var-update-handler-1): Parse output of dynamic variable
6591 objects (STL containers).
6592 (gdb-var-delete-1): Pass var1 as an explicit second argument.
6593 (gdb-get-field): Delete alias. Use bindat-get-field directly.
6594
6595 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
6596 gdb-var-list.
6597 (gud-speedbar-buttons): Make node expandable if expression "has more"
6598 children.
6599
6600 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
6601
6602 * startup.el (emacs-quick-startup): Remove variable and all uses.
6603 (command-line): Set `inhibit-x-resources' instead.
6604 (command-line-1): Use `inhibit-x-resources' instead.
6605
6606 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
6607
6608 * subr.el: Fix last change to avoid using the `unless' macro,
6609 which breaks bootstrapping.
6610
6611 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6612
6613 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
6614 extended definitions, in case we reload subr.el after having
6615 loaded CL.
6616 (eval-next-after-load): Mark as obsolete.
6617
6618 2009-09-17 Juri Linkov <juri@jurta.org>
6619
6620 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
6621 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
6622 (menu-bar-showhide-menu, menu-bar-tools-menu)
6623 (menu-bar-describe-menu, menu-bar-help-menu)
6624 (minibuffer-local-completion-map, minibuffer-local-map):
6625 Fix list quoting.
6626
6627 2009-09-17 Glenn Morris <rgm@gnu.org>
6628
6629 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
6630 arguments, whether or not it has a handler.
6631
6632 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
6633
6634 * simple.el (hard-newline): Give it a doc-string.
6635
6636 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6637 (lisp-mode-syntax-table): Give them doc-strings.
6638
6639 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
6640
6641 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
6642 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
6643 (menu-bar-options-menu, menu-bar-showhide-menu)
6644 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
6645 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
6646 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
6647 (menu-bar-options-menu, menu-bar-tools-menu)
6648 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
6649 (menu-bar-help-menu):
6650 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
6651 string arguments.
6652
6653 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
6654 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
6655 calls for the menu names and :help.
6656
6657 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6658
6659 * mouse.el (minor-mode-menu-from-indicator): Pay attention
6660 to :minor-mode-function (bug#4455).
6661
6662 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6663
6664 * startup.el (command-line): Initialize the window-system after
6665 processing the command-line.
6666
6667 * textmodes/page.el (what-page): Make sure we don't inf-loop if
6668 page-delimiter matches the empty string.
6669
6670 2009-09-16 Glenn Morris <rgm@gnu.org>
6671
6672 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
6673 byte-compile-not-obsolete-var. It's a list now.
6674 (byte-compile-not-obsolete-funcs): New variable.
6675 (byte-compile-warn-obsolete): Don't warn about functions if they are in
6676 byte-compile-not-obsolete-funcs.
6677 (byte-compile-variable-ref, byte-compile-defvar): Update for
6678 byte-compile-not-obsolete-vars name-change and list nature.
6679 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
6680 and variables behind (f)boundp tests.
6681 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
6682
6683 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
6684
6685 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
6686
6687 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6688
6689 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
6690 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
6691 Don't autoload.
6692
6693 2009-09-15 Stephen Eglen <stephen@gnu.org>
6694
6695 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
6696 the virtual-buffers, use the name of the buffer specified by
6697 find-file-noselect, as the match may be a symlink. (This was a
6698 problem if the target and the symlink had different names.)
6699
6700 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6701
6702 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
6703
6704 * desktop.el (desktop-path): Check user-emacs-directory.
6705
6706 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
6707
6708 * loadup.el: Use after-load-functions to GC after loading each file.
6709 Remove the explicit GC calls that used to be sprinkled around.
6710
6711 * subr.el (after-load-functions): New hook.
6712 (do-after-load-evaluation): Run it. Use string-match-p to detect
6713 `obsolete' packages, rather than painfully extracting the relevant
6714 directory name.
6715
6716 2009-09-15 Glenn Morris <rgm@gnu.org>
6717
6718 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
6719 free variable `doc'.
6720
6721 * dired.el (dired-mode-map): Add menu entry for async shell command.
6722
6723 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
6724 variables, also consider the .elc files, since the .el files are
6725 normally gzipped (subsequent code locates the .el.gz from the .elc).
6726
6727 * calc/calc-prog.el (arglist): Define for compiler.
6728
6729 * calendar/diary-lib.el (diary-display-function): Change the default to
6730 fancy display.
6731 (body): Define for compiler.
6732
6733 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
6734 (byte-compile-file-form, byte-compile-lambda)
6735 (byte-compile-top-level-body, byte-compile-form)
6736 (byte-compile-variable-ref, byte-compile-setq)
6737 (byte-compile-setq-default, byte-compile-body)
6738 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
6739 (batch-byte-compile): Give some more local variables with common names
6740 a "bytecomp-" prefix to avoid masking warnings about free variables.
6741
6742 * startup.el (command-line-1): Give local variables with common names a
6743 distinguishing prefix, so as not to hide free variable warnings during
6744 bootstrap.
6745
6746 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
6747 clever and add a suffix to make a unique name, just let the user decide
6748 whether or not to overwrite it. If the input is a directory, write the
6749 default filename to that directory. (Bug#4388)
6750 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
6751 is a filename-as-a-directory.
6752
6753 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6754
6755 * textmodes/page.el (what-page): Don't move to beginning of line.
6756 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
6757
6758 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
6759
6760 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
6761
6762 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
6763
6764 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
6765 * help.el (help-for-help-internal): Add purecopy calls for text.
6766
6767 * vc.el (top): print-log method now takes an optional SHORTLOG
6768 argument. Add a new method: root.
6769 (vc-root-diff, vc-print-root-log): New functions.
6770 (vc-log-short-style): New variable.
6771 (vc-print-log-internal): Add support for showing short logs.
6772
6773 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
6774 vc-print-root-log and vc-print-root-diff.
6775
6776 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
6777 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
6778 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
6779 short logs.
6780
6781 * vc-cvs.el (vc-cvs-print-log):
6782 * vc-mtn.el (vc-mtn-print-log):
6783 * vc-rcs.el (vc-rcs-print-log):
6784 * vc-sccs.el (vc-sccs-print-log):
6785 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
6786 that is ignored for now.
6787
6788 * vc-mtn.el (vc-mtn-annotate-command):
6789 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
6790
6791 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6792
6793 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
6794 to function-key-map, and give them ascii-character property.
6795 * term/x-win.el (x-alternatives-map):
6796 * term/ns-win.el (ns-alternatives-map):
6797 * term/internal.el (msdos-key-remapping-map):
6798 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
6799
6800 2009-09-14 Glenn Morris <rgm@gnu.org>
6801
6802 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
6803 temp-buffers (2009-09-12).
6804
6805 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
6806
6807 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
6808 the new read-key function.
6809
6810 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
6811
6812 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
6813 is defined (Bug#4405).
6814
6815 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
6816
6817 * recentf.el (recentf-cleanup): Use a hash table to find
6818 duplicates (Bug#4407).
6819
6820 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
6821
6822 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
6823 kp-0 to ascii equivalents (Bug#4325).
6824
6825 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
6826
6827 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
6828
6829 * eshell/em-hist.el:
6830 * eshell/em-dirs.el (eshell-complete-user-reference):
6831 Declare pcomplete functions and variables to avoid compiler warnings.
6832
6833 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
6834
6835 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
6836 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
6837 * eshell/em-alias.el (eshell-aliases-file):
6838 * eshell/em-hist.el (eshell-history-file-name):
6839 Use expand-file-name instead of concat to make file names (Bug#4308).
6840
6841 2009-09-13 Glenn Morris <rgm@gnu.org>
6842
6843 * ediff-merg.el (ediff-do-merge):
6844 * filesets.el (filesets-run-cmd):
6845 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
6846 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
6847 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
6848 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
6849 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
6850 Replace empty `let's with `progn'.
6851
6852 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
6853
6854 * mail/sendmail.el (send-mail-function):
6855 * tooltip.el (tooltip-mode):
6856 * simple.el (transient-mark-mode):
6857 * rfn-eshadow.el (file-name-shadow-mode):
6858 * frame.el (blink-cursor-mode):
6859 * font-core.el (global-font-lock-mode):
6860 * files.el (temporary-file-directory)
6861 (small-temporary-file-directory, auto-save-file-name-transforms):
6862 * epa-hook.el (auto-encryption-mode):
6863 * composite.el (global-auto-composition-mode):
6864 Use custom-initialize-delay.
6865 * startup.el (command-line): Don't explicitly call
6866 custom-reevaluate-setting for all the above vars.
6867 * custom.el (custom-initialize-safe-set)
6868 (custom-initialize-safe-default): Delete.
6869
6870 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6871
6872 * term/x-win.el (x-initialize-window-system):
6873 * term/w32-win.el (w32-initialize-window-system):
6874 * term/ns-win.el (ns-initialize-window-system): Don't call
6875 mouse-wheel-mode since it's enabled globally by default already.
6876
6877 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
6878 actually define the variable, but only silences the byte-compiler.
6879 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
6880 before looking it up.
6881 (mouse-wheel-scroll-amount): Also reset the bindings if this value
6882 is changed.
6883
6884 2009-09-12 Glenn Morris <rgm@gnu.org>
6885
6886 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
6887 1000.
6888 (elint-add-required-env): Don't beep on error.
6889 (elint-forms): In case of error, return ENV unchanged.
6890 (elint-init-env): Skip non-list forms.
6891 (elint-log): Handle unknown file positions.
6892
6893 2009-09-12 Daiki Ueno <ueno@unixuser.org>
6894
6895 * epg.el (epg-make-context): Add autoload cookie.
6896 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
6897 (epg-decrypt-string, epg-start-verify, epg-verify-file)
6898 (epg-verify-string, epg-start-sign, epg-sign-file)
6899 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
6900 (epg-encrypt-string, epg-start-export-keys)
6901 (epg-export-keys-to-file, epg-export-keys-to-string)
6902 (epg-start-import-keys, epg-import-keys-from-file)
6903 (epg-import-keys-from-string, epg-start-receive-keys)
6904 (epg-receive-keys, epg-import-keys-from-server)
6905 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
6906 (epg-sign-keys, epg-start-generate-key)
6907 (epg-generate-key-from-file, epg-generate-key-from-string):
6908 Remove autoload cookie.
6909
6910 2009-09-12 Eli Zaretskii <eliz@gnu.org>
6911
6912 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
6913 reevaluation of trash-directory.
6914
6915 * mwheel.el: Fix last change.
6916 (mouse-wheel-mode): New defvar.
6917 (mouse-wheel-mode): Remove autoload cookie.
6918
6919 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6920
6921 * mwheel.el (mwheel-installed-bindings): New var.
6922 (mouse-wheel-mode): Use it, so as to make sure we really remove all
6923 the bindings we set last time. Use custom-initialize-delay.
6924 * loadup.el: Load mwheel after term/*-win.el.
6925 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
6926 and mouse-wheel-up-event now that their first evaluation is done
6927 sufficiently late to be correct.
6928
6929 * startup.el (tutorial-directory): Make it a defcustom.
6930 Use custom-initialize-delay rather than eval-at-startup to set it.
6931 * image.el (image-load-path): Make it a defcustom.
6932 Use custom-initialize-delay rather than eval-at-startup to set it.
6933 * subr.el (eval-at-startup): Remove.
6934 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
6935
6936 * subr.el (do-after-load-evaluation): Warn the user after loading an
6937 obsolete package.
6938
6939 2009-09-12 Glenn Morris <rgm@gnu.org>
6940
6941 * proced.el (proced-mark-alt): Remove alias.
6942 (proced-mode-map): Remove proced-mark-alt.
6943
6944 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
6945 Elint file and directory. Remove initialization entry.
6946
6947 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
6948 commands.
6949 (elint-current-buffer): Set mode-line-process.
6950 (elint-init-env): Handle define-derived-mode.
6951 Fix declare-function with unspecified arglist. Guard against odd
6952 defalias statements (eg iso-insert's 8859-1-map).
6953 (elint-add-required-env): Use a temp buffer.
6954 (elint-form): Just print the function/macro name, not the whole form.
6955 Return env unchanged if we fail to parse a macro.
6956 (elint-forms): Guard against parse errors.
6957 (elint-output): New function, to handle batch mode.
6958 (elint-log-message): Add optional argument. Use elint-output.
6959 (elint-set-mode-line): New function.
6960
6961 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
6962
6963 * emacs-lisp/elp.el (elp-not-profilable): Add more
6964 functions (Bug#4233).
6965
6966 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
6967
6968 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
6969 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
6970
6971 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
6972
6973 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
6974 (gdb-var-list-children): Use json parsing.
6975
6976 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
6977
6978 * progmodes/js.el (js--proper-indentation): Handle the case where
6979 char-before is null. Reported by Deniz Dogan.
6980
6981 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
6982
6983 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
6984
6985 2009-09-11 Daiki Ueno <ueno@unixuser.org>
6986
6987 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
6988 (epg-digest-algorithm-alist): Add SHA224.
6989 (epg-context-set-passphrase-callback)
6990 (epg-context-set-progress-callback): Add description about
6991 callback function.
6992
6993 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6994
6995 * custom.el (custom-delayed-init-variables): New var.
6996 (custom-initialize-delay): New function.
6997 * startup.el (command-line): "Re"evaluate all vars in
6998 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
6999 explicitly any more.
7000 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
7001 to avoid creating a ~/.emacs.d at build-time (bug#4347).
7002
7003 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
7004
7005 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
7006
7007 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
7008 (gdb-var-update-handler): Use json parsing.
7009
7010 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
7011
7012 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
7013 decode annotated text, regardless of language environment. (Bug#2741)
7014
7015 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7016
7017 * Makefile.in (autoloads): Make rmail.el writable as well.
7018
7019 2009-09-11 Glenn Morris <rgm@gnu.org>
7020
7021 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
7022 loaddefs.el.
7023 * dired.el: Regenerate with extracted autoloads.
7024 * Makefile.in (autoloads): Make dired.el writable.
7025
7026 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
7027 * ibuffer.el: Regenerate with extracted autoloads.
7028 * Makefile.in (autoloads): Make ibuffer.el writable.
7029
7030 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
7031 * version.el (emacs-copyright, emacs-major-version)
7032 (emacs-minor-version): Reformat doc-strings for make-docfile.
7033
7034 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
7035 functions and variables, since they must be stuff specific to some other
7036 platform.
7037 (apropos-print): Make mouse-click message less specific about button.
7038
7039 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
7040 that records where a macro was defined.
7041 * help-fns.el (describe-function-1): Mention if a function has a
7042 compiler-macro.
7043 * help-mode.el (help-function-cmacro): New button.
7044
7045 * locate.el (top-level): Always require dired.
7046 (locate-mode-map): Initialize inside the defvar.
7047
7048 * net/ange-ftp.el (dired-compress-file): Declare.
7049 (ange-ftp-dired-compress-file): Add doc string.
7050
7051 * term/ns-win.el (x-display-name, x-setup-function-keys):
7052 Unify doc-strings with X versions.
7053
7054 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7055
7056 * emulation/crisp.el (crisp-mode-map): Move initialization
7057 into declaration.
7058 (crisp-mode): Use define-minor-mode.
7059
7060 * progmodes/xscheme.el (xscheme-evaluation-commands):
7061 Put a :advertised-binding property rather than using
7062 advertised-xscheme-send-previous-expression.
7063 (advertised-xscheme-send-previous-expression): Declare obsolete.
7064 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
7065 `advertised-undo'.
7066 (crisp-mode): Add corresponding bindings to
7067 undo's :advertised-binding instead.
7068 * dired.el (dired-mode-map): Put a :advertised-binding property rather
7069 than using dired-advertised-find-file.
7070 (dired-advertised-find-file):
7071 * simple.el (advertised-undo):
7072 * wid-edit.el (advertised-widget-backward): Declare obsolete.
7073 (widget-keymap): Put a :advertised-binding property rather
7074 than using advertised-widget-backward.
7075 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
7076 than using advertised-undo.
7077 * tutorial.el (tutorial--default-keys): Adjust accordingly.
7078
7079 2009-09-10 Simon South <ssouth@slowcomputing.org>
7080
7081 * progmodes/delphi.el (delphi-tab): Indent region when Transient
7082 Mark mode is enabled and region is active; otherwise indent or
7083 insert TAB as usual.
7084 (delphi-mode): Update description of TAB-key binding.
7085
7086 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7087
7088 * subr.el (define-key-rebound-commands): Mark obsolete.
7089 * startup.el (precompute-menubar-bindings): Remove.
7090 (normal-top-level): Remove obsolete code that tried to precompute
7091 menubar bindings.
7092 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
7093 define-key-rebound-commands and precompute-menubar-bindings.
7094
7095 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
7096
7097 * net/imap.el (imap-interactive-login): Better messages.
7098 (imap-open): Fix bug with renamed buffer on reconnect.
7099 (imap-authenticate): Add buffer-local imap-last-authenticator variable
7100 for easier debugging and cleaner code. On successful (guessed based on
7101 server capabilities) secondary authentication, set imap-state
7102 correctly.
7103 (imap-last-authenticator): Define imap-last-authenticator as a variable
7104 to avoid warnings.
7105
7106 2009-09-10 Glenn Morris <rgm@gnu.org>
7107
7108 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
7109
7110 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
7111 (byte-compile-file-form-autoload): Don't warn about unknown functions
7112 where the autoload statement comes after the use.
7113 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
7114 that any handlers inside the body (eg require) are in turn respected.
7115
7116 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
7117 effects.
7118
7119 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
7120 and syntax and abbrev tables basic docs, if they don't have any.
7121
7122 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
7123
7124 * international/mule-cmds.el (top-level): Require cl when compiling.
7125 (view-hello-file): Use default-value rather than
7126 default-enable-multibyte-characters.
7127
7128 * progmodes/fortran.el: Move all safe and risky properties into the
7129 defcustoms.
7130
7131 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
7132 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
7133 * mail/undigest.el:
7134 Put autoloads in rmail.el rather than loaddefs.el.
7135 * mail/rmail.el: Regenerate with extracted autoloads.
7136
7137 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
7138 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
7139
7140 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
7141
7142 Reported in thread for Bug#4375.
7143 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
7144 "-data-evaluate-expression" instead of print.
7145 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
7146 (gdb-tooltip-print): Parse output from above MI command.
7147 (gdb): Revert 2009-08-11 change. User should detach inferior
7148 manually.
7149
7150 Remove the word "separate" from IO functions as inferior
7151 output is now never displayed in the GUD buffer.
7152
7153 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
7154
7155 * startup.el (command-line-normalize-file-name): On Windows and
7156 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
7157
7158 2009-09-10 Juri Linkov <juri@jurta.org>
7159
7160 * isearch.el (isearch-text-char-description): Propertize escape
7161 character sequences with the `escape-glyph' face. (Bug#4344)
7162
7163 * simple.el (shell-command): Set asynchronous process filter to
7164 `comint-output-filter'. (Bug#4343)
7165
7166 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
7167 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
7168 the list. Move "asm" to the bottom.
7169 (grep-find-ignored-directories): Add `choice' with nil value
7170 to empty the list easily.
7171 (grep-find-ignored-files): New option.
7172 (grep-files-history): Set to nil by default instead of '("ch" "el").
7173 (grep-compute-defaults): Add "<X>" to `grep-template'.
7174 (grep-read-files): Bind new local variables `default-alias' and
7175 `default-extension'. Use a list of default values for the file prompt.
7176 (lgrep): Add `--exclude=' command line options composed from
7177 `grep-find-ignored-files'.
7178 (rgrep): Add `-name' command line options composed from
7179 `grep-find-ignored-files'. (Bug#4301)
7180
7181 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
7182
7183 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
7184 (bug#4368).
7185
7186 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7187
7188 * calendar/time-date.el (autoload):
7189 Expand define-obsolete-function-alias into defalias and make-obsolete
7190 for old Emacsen that Gnus supports.
7191 (with-no-warnings): Define it for old Emacsen.
7192 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7193 is available.
7194 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7195 float-time is available; suppress compile warning for time-to-seconds.
7196
7197 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
7198
7199 * net/imap.el (imap-message-map): Docstring fix.
7200
7201 2009-09-09 Glenn Morris <rgm@gnu.org>
7202
7203 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
7204 line numbers too. (Bug#4374)
7205
7206 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7207
7208 * smerge-mode.el (smerge-remove-props, smerge-refine):
7209 Use with-silent-modifications (bug#4342).
7210
7211 * subr.el (with-silent-modifications): New macro.
7212
7213 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
7214
7215 * files.el (top-level): Require `cl' when compiling.
7216
7217 2009-09-07 Glenn Morris <rgm@gnu.org>
7218
7219 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
7220
7221 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
7222 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
7223
7224 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
7225
7226 * vc-git.el (vc-git-annotate-command): Use separator to parse
7227 arguments correctly.
7228
7229 2009-09-06 Eli Zaretskii <eliz@gnu.org>
7230
7231 * proced.el (proced-mode): Doc fix.
7232
7233 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
7234
7235 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
7236 lstat fails.
7237 (tramp-do-file-attributes-with-ls): Check for file existence at
7238 remote end.
7239 (tramp-do-file-attributes-with-stat): Likewise.
7240 (tramp-convert-file-attributes): Return nil when attr is nil.
7241
7242 2009-09-05 Glenn Morris <rgm@gnu.org>
7243
7244 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
7245 properties to this button.
7246 (diary-fancy-display): Don't extend the button to the final newline.
7247 (diary-fancy-display-mode): Continue to define "q" as a local key.
7248
7249 * calendar/cal-china.el (holiday-chinese): Make it slightly more
7250 efficient.
7251
7252 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
7253
7254 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
7255 (byte-compile-dest-file-function): New option.
7256 (byte-compile-dest-file): Doc fix.
7257 Obey byte-compile-dest-file-function.
7258 (byte-compile-cl-file-p): New function.
7259 (byte-compile-eval): Only suppress noruntime warnings about cl functions
7260 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
7261 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
7262 than for file being previously loaded.
7263 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
7264 (byte-compile-file-form-require): Handle the case where requiring a file
7265 indirectly causes CL to be loaded.
7266
7267 2009-09-05 Karl Fogel <kfogel@red-bean.com>
7268
7269 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
7270 before killing the old buffer, since by the time `kill-buffer' is
7271 run so many buffer variables have been set to nil that it may not
7272 behave as expected. (Bug#4061)
7273
7274 2009-09-05 Karl Fogel <kfogel@red-bean.com>
7275
7276 * files.el (find-alternate-file): If the old buffer is modified
7277 and visiting a file, behave similarly to `kill-buffer' when
7278 killing it, thus reverting to the pre-1.878 behavior; see
7279 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
7280 for discussion. Also, consult `buffer-file-name' as a variable
7281 not as a function, for consistency with the rest of the code.
7282
7283 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
7284
7285 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
7286 also when adding a new directory.
7287
7288 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
7289 defun.
7290
7291 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7292
7293 * files.el (locate-file-completion-table): Make it provide boundary
7294 information, so partial-completion works better.
7295
7296 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
7297
7298 * mail/footnote.el (Footnote-text-under-cursor):
7299 Check footnote-text-marker-alist before using it (bug#4324).
7300
7301 2009-09-04 Glenn Morris <rgm@gnu.org>
7302
7303 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
7304 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
7305 * play/solitaire.el, play/tetris.el:
7306 Remove leading * from defcustom and defface docs.
7307
7308 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
7309 necessary.
7310 (diary-fancy-overriding-map): New variable.
7311 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
7312 Use view-mode.
7313
7314 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
7315 goto-line.
7316
7317 2009-09-03 Glenn Morris <rgm@gnu.org>
7318
7319 * arc-mode.el (archive-mode):
7320 * dos-fns.el (set-default-process-coding-system):
7321 * man.el (Man-getpage-in-background):
7322 * menu-bar.el (menu-bar-describe-menu):
7323 * server.el (server-process-filter):
7324 * startup.el (command-line):
7325 * tar-mode.el (tar-header-block-tokenize, tar-extract):
7326 * w32-fns.el (set-default-process-coding-system):
7327 * x-dnd.el (x-dnd-handle-file-name):
7328 * international/mule-cmds.el (mule-menu-keymap)
7329 (set-default-coding-systems, language-info-alist, set-language-info)
7330 (set-language-environment, standard-display-european-internal)
7331 (set-locale-environment):
7332 * international/mule-diag.el (mule-diag):
7333 * mail/emacsbug.el (report-emacs-bug):
7334 * mail/rmail.el (rmail-mode):
7335 * mail/sendmail.el (mail-setup):
7336 Use default-value rather than default-enable-multibyte-characters.
7337
7338 * progmodes/f90.el: Move all safe properties into the defcustoms.
7339 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
7340
7341 * calendar/appt.el (appt-check):
7342 * calendar/diary-lib.el (diary-set-header, diary-live-p)
7343 (diary-check-diary-file, diary-list-entries)
7344 (diary-include-other-diary-files, diary-simple-display)
7345 (diary-fancy-display, diary-print-entries)
7346 (diary-mark-included-diary-files, diary-make-entry):
7347 Don't call substitute-in-file-name on diary-file.
7348
7349 2009-09-03 Eduard Wiebe <usenet@pusto.de>
7350 Stefan Monnier <monnier@iro.umontreal.ca>
7351
7352 * mail/footnote.el (footnote-prefix): Make it a defcustom.
7353 (footnote-mode-map): Move initialization into the declaration.
7354 (footnote-minor-mode-map): Define it rather than changing global-map.
7355 (footnote-mode): Use define-minor-mode.
7356
7357 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
7358
7359 * net/tramp.el (tramp-handle-file-attributes-with-ls)
7360 (tramp-do-file-attributes-with-perl)
7361 (tramp-do-file-attributes-with-stat): Rename from
7362 `tramp-handle-file-attributes-with-*'.
7363 (tramp-handle-file-attributes): Use them.
7364 (tramp-do-directory-files-and-attributes-with-perl)
7365 (tramp-do-directory-files-and-attributes-with-stat): Rename from
7366 `tramp-handle-directory-files-and-attributes-with-*'.
7367 (tramp-handle-directory-files-and-attributes): Use them.
7368 (tramp-method-out-of-band-p): Additional parameter SIZE.
7369 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
7370 (tramp-handle-write-region): Use it.
7371 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
7372 (tramp-handle-vc-registered): Check, whether the first run did
7373 return files to be tested.
7374 (tramp-advice-make-auto-save-file-name): Do not call directly
7375 `tramp-handle-make-auto-save-file-name', because this would bypass
7376 the locking mechanism.
7377
7378 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
7379 (file-remote-p, process-file, start-file-process, set-file-times)
7380 (tramp-compat-file-attributes): Compatibility functions shall not
7381 call directly `tramp-handle-*', because this would bypass the
7382 locking mechanism.
7383 (tramp-compat-number-sequence): New defun.
7384
7385 2009-09-02 Glenn Morris <rgm@gnu.org>
7386
7387 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
7388 alias for float-time.
7389 (time-to-number-of-days): In Emacs, use float-time.
7390 * net/newst-backend.el (time-add): Suppress warnings from compat
7391 function.
7392 * time.el (emacs-uptime, emacs-init-time):
7393 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
7394 Use float-time rather than time-to-seconds.
7395
7396 * minibuffer.el (completion-initials-expand): Fix typo.
7397
7398 * faces.el (modeline, modeline-inactive, modeline-highlight)
7399 (modeline-buffer-id):
7400 * info.el (info-menu-5): Mark these face aliases as obsolete.
7401
7402 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
7403
7404 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
7405 space ...
7406 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
7407 no "--thread" option.
7408 (gdb-stopped): Don't print "Switched to thread" message when it is
7409 unchanged.
7410
7411 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7412
7413 * minibuffer.el (completion-try-completion)
7414 (completion-all-completions): Remove ill-defined (and
7415 mistakenly installed and luckily never used nor documented)
7416 `completion-styles' property.
7417 (completion-initials-expand, completion-initials-all-completions)
7418 (completion-initials-try-completion): New functions.
7419 (completion-styles-alist): Add doc to each entry.
7420 Add new `initials' entry.
7421
7422 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
7423
7424 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
7425 MI command -var-evaluate-expression.
7426 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
7427 and tweak for case of string child.
7428 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
7429
7430 2009-09-01 Glenn Morris <rgm@gnu.org>
7431
7432 * add-log.el (change-log-date-face, change-log-name-face)
7433 (change-log-email-face, change-log-file-face, change-log-list-face)
7434 (change-log-conditionals-face, change-log-function-face)
7435 (change-log-acknowledgement-face):
7436 * cus-edit.el (custom-invalid-face, custom-rogue-face)
7437 (custom-modified-face, custom-set-face, custom-changed-face)
7438 (custom-saved-face, custom-button-face, custom-button-pressed-face)
7439 (custom-documentation-face, custom-state-face, custom-comment-face)
7440 (custom-comment-tag-face, custom-variable-tag-face)
7441 (custom-variable-button-face, custom-face-tag-face)
7442 (custom-group-tag-face-1, custom-group-tag-face):
7443 * diff-mode.el (diff-header-face, diff-file-header-face)
7444 (diff-index-face, diff-hunk-header-face, diff-removed-face)
7445 (diff-added-face, diff-changed-face, diff-function-face)
7446 (diff-context-face, diff-nonexistent-face):
7447 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
7448 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
7449 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
7450 (Info-title-4-face):
7451 * isearch.el (isearch-lazy-highlight-face):
7452 * log-view.el (log-view-file-face, log-view-message-face):
7453 * paren.el (show-paren-match-face, show-paren-mismatch-face):
7454 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
7455 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
7456 (cvs-msg-face):
7457 * smerge-mode.el (smerge-mine-face, smerge-other-face)
7458 (smerge-base-face, smerge-markers-face):
7459 * wid-edit.el (widget-documentation-face, widget-button-face)
7460 (widget-field-face, widget-single-line-field-face)
7461 (widget-inactive-face, widget-button-pressed-face):
7462 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
7463 (woman-addition-face):
7464 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
7465 (eshell-ls-executable-face, eshell-ls-readonly-face)
7466 (eshell-ls-unreadable-face, eshell-ls-special-face)
7467 (eshell-ls-missing-face, eshell-ls-archive-face)
7468 (eshell-ls-backup-face, eshell-ls-product-face)
7469 (eshell-ls-clutter-face):
7470 * eshell/em-prompt.el (eshell-prompt-face):
7471 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
7472 * obsolete/old-whitespace.el (whitespace-highlight-face):
7473 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
7474 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
7475 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
7476 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
7477 (antlr-font-lock-literal-face):
7478 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
7479 (ebrowse-root-class-face, ebrowse-file-name-face)
7480 (ebrowse-default-face, ebrowse-member-attribute-face)
7481 (ebrowse-member-class-face, ebrowse-progress-face):
7482 * progmodes/make-mode.el (makefile-space-face):
7483 * progmodes/sh-script.el (sh-heredoc-face):
7484 * textmodes/flyspell.el (flyspell-incorrect-face)
7485 (flyspell-duplicate-face):
7486 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
7487 * textmodes/texinfo.el (texinfo-heading-face):
7488 Mark face aliases with "-face" suffix as obsolete.
7489
7490 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
7491 compiler.
7492
7493 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
7494 (eudc-bob-sound-menu): Use defvar rather than defconst, since
7495 easy-menu-define wants to modify these.
7496
7497 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
7498
7499 * net/browse-url.el (browse-url-file-url):
7500 * term/internal.el (dos-codepage-setup):
7501 Use default-value rather than default-enable-multibyte-characters.
7502
7503 * progmodes/etags.el (etags-goto-tag-location):
7504 * progmodes/flymake.el (flymake-highlight-line)
7505 (flymake-goto-file-and-line, flymake-goto-line):
7506 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
7507 (gdb-goto-breakpoint):
7508 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
7509 * progmodes/python.el (python-find-function)
7510 (python-pdbtrack-track-stack-file):
7511 * progmodes/verilog-mode.el (verilog-surelint-off):
7512 * term/ns-win.el (ns-open-file-select-line):
7513 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
7514 Use forward-line rather than goto-line.
7515
7516 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
7517 * textmodes/reftex-index.el (reftex-display-index):
7518 * textmodes/reftex-ref.el (reftex-offer-label-menu):
7519 * textmodes/reftex-toc.el (reftex-toc):
7520 Remove unnecessary bindings of default-major-mode (all are followed by
7521 major-mode check and possible mode switch).
7522
7523 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
7524
7525 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
7526 Handle watchpoints (bug#4282).
7527 (def-gdb-thread-buffer-command): Enable thread to be selected by
7528 clicking without selecting threads buffer first.
7529 (gdb-current-context-command): Use selected frame so that "up",
7530 "down" etc work in the GUD buffer.
7531 (gdb-update): Find selected frame before rendering stack buffer.
7532 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
7533
7534 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7535
7536 * progmodes/sym-comp.el (displayed-completions): Remove.
7537 (symbol-complete): Use minibuffer-complete.
7538
7539 2009-08-31 Glenn Morris <rgm@gnu.org>
7540
7541 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
7542
7543 * apropos.el (apropos-symbols-internal):
7544 Handle (obsolete) face aliases.
7545
7546 * faces.el (describe-face): Adjust the output format to be more like
7547 describe-variable, and to mention (obsolete) face aliases.
7548 Adjust the whitespace so that help-setup-xref works.
7549
7550 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
7551 * calendar/diary-lib.el (diary-button-face):
7552 Mark these face aliases as obsolete.
7553
7554 * calendar/calendar.el (calendar-today): Doc fix.
7555
7556 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
7557
7558 * progmodes/gdb-mi.el (gdb-control-all-threads)
7559 (gdb-control-current-thread): Force tool bar update.
7560 (gdb-non-stop-handler): New function.
7561 (gdb-init-1): Use it to test if non-stop mode is supported.
7562 Remove unused gdbmi buffer type.
7563
7564 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
7565
7566 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7567 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
7568
7569 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
7570
7571 * comint.el (comint-exec-1): Check command is non-null first.
7572 Part of gdb-mi.el change (2009-08-28).
7573
7574 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7575
7576 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
7577
7578 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
7579
7580 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
7581 instead of `dolist' to avoid a recursive require when bootstrapping.
7582
7583 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7584
7585 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
7586
7587 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
7588
7589 * net/imap.el (imap-send-command): Simplify.
7590 (imap-wait-for-tag): point-max -> buffer-size.
7591
7592 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
7593
7594 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
7595 with constant argument.
7596
7597 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
7598
7599 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
7600
7601 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
7602 Change default, since most of our files don't have a history.
7603 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
7604 the user.
7605
7606 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7607 Add comint-run.
7608
7609 * calc/calc.el: Improve commenting convention.
7610 (calc-digit-map, toplevel): Simplify.
7611
7612 * comint.el (comint-insert-input): Be careful to only set point if we
7613 don't delegate to some other command.
7614
7615 * proced.el (proced-signal-list): Make it an alist.
7616 (proced-grammar-alist): Capitalize names.
7617 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
7618 Disable undo manually and make it read-only.
7619 Use completion-annotate-function.
7620
7621 * minibuffer.el (minibuffer-message): If the current buffer is not
7622 a minibuffer, insert the message in the echo area rather than at the
7623 end of the buffer.
7624 (completion-annotate-function): New variable.
7625 (minibuffer-completion-help): Use it.
7626 (completion--embedded-envvar-table): Environment vars are
7627 always case-sensitive.
7628
7629 2009-08-30 Glenn Morris <rgm@gnu.org>
7630
7631 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
7632 from fortran-current-defun.
7633 (fortran-beginning-of-subprogram): Be more precise about finding the
7634 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
7635 (fortran-end-of-subprogram): Simplify.
7636 (fortran-current-defun): Use fortran-start-prog-re.
7637
7638 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
7639
7640 * subr.el (do-after-load-evaluation): Simplify.
7641
7642 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
7643
7644 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
7645
7646 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
7647 (vc-rcs-print-log): Use it.
7648
7649 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
7650
7651 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7652
7653 * paths.el (abbrev-file-name): Move to abbrev.el.
7654 * abbrev.el (abbrev-file-name): Move from paths.el.
7655 Obey user-emacs-directory.
7656 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
7657 user-emacs-directory.
7658 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
7659 abbrev-file-name and calc-settings-file any more.
7660 * startup.el (command-line): Recompute abbrev-file-name and
7661 abbreviated-home-dir.
7662 (normal-no-mouse-startup-screen): Improve the generic code and get rid
7663 of the special code for when C-h bindings haven't been changed.
7664 (display-startup-echo-area-message): Use with-current-buffer.
7665 (command-line-1): Use a list of strings, rather than a list of lists
7666 of strings for longopts.
7667
7668 * files.el (get-free-disk-space): Use / for default-directory.
7669
7670 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
7671 Use with-current-buffer.
7672
7673 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
7674 Recognize immutable variables like most-positive-fixnum.
7675 (byte-compile-setq-default): Check and warn if trying to assign
7676 to an immutable variable, or a non-variable.
7677
7678 * progmodes/cc-vars.el (c-comment-continuation-stars):
7679 * progmodes/cc-engine.el (c-looking-at-bos):
7680 * progmodes/cc-cmds.el (c-toggle-auto-state)
7681 (c-forward-into-nomenclature, c-backward-into-nomenclature)
7682 (c-comment-line-break-function): Add version of obsolescence.
7683
7684 2009-08-28 Juri Linkov <juri@jurta.org>
7685
7686 * files.el (magic-fallback-mode-alist): Add ZIP magic number
7687 associated with `archive-mode'.
7688
7689 * image.el (image-type-header-regexps): Use only JPEG magic number
7690 to determine JPEG images, and don't use `image-jpeg-p' because
7691 Emacs can display non-JFIF non-Exif JPEG images.
7692
7693 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
7694
7695 * arc-mode.el (archive-mode):
7696 * emacs-lisp/re-builder.el (re-builder-unload-function):
7697 Protect against the default value of `major-mode' being nil.
7698
7699 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
7700
7701 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
7702 Fix typos in docstrings.
7703
7704 * progmodes/js.el (js--macro-decl-re): Doc fix.
7705 (js--plain-method-re, js--split-name): Refloc docstring.
7706 (js--class-styles, js--make-merged-item, js--splice-into-items):
7707 Fix typos in docstrings; reflow docstrings.
7708 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
7709 (js--variable-decl-matcher, js--inside-pitem-p)
7710 (js--parse-state-at-point, js--get-all-known-symbols)
7711 (js--symbol-history, js-find-symbol, js--js-references)
7712 (js--moz-interactor, js--js-encode-value, js--read-tab):
7713 Fix typos in docstrings.
7714
7715 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7716
7717 * textmodes/reftex.el (reftex-get-file-buffer-force):
7718 * progmodes/verilog-mode.el (verilog-batch-execute-func):
7719 * emulation/viper.el (viper-go-away, viper-set-hooks):
7720 * emacs-lisp/re-builder.el (re-builder-unload-function):
7721 * emacs-lisp/bytecomp.el (byte-compile-file):
7722 * ses.el (ses-unload-function):
7723 * hexl.el (hexl-find-file):
7724 * files.el (normal-mode):
7725 * ehelp.el (with-electric-help):
7726 * autoinsert.el (auto-insert-alist):
7727 * arc-mode.el (archive-mode):
7728 Use (default-value 'major-mode) instead of default-major-mode.
7729
7730 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
7731 * international/mule.el (load-with-code-conversion):
7732 * emacs-lisp/debug.el (debug):
7733 * ediff-vers.el (ediff-rcs-get-output-buffer):
7734 * dired.el (dired-internal-noselect): Don't let-bind
7735 default-major-mode around code that doesn't use it.
7736 E.g. buffer creation via get-buffer-create doesn't use it.
7737
7738 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
7739
7740 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
7741 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
7742 when writing the temp file. Otherwise, epa-file gets confused.
7743 (tramp-register-file-name-handlers): Make it a defun. Move also
7744 `epa-file-handler' to the front of `file-name-handler-alist'.
7745
7746 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7747
7748 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
7749 start right after a ^M.
7750 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
7751 (tramp-completion-file-name-regexp-separate)
7752 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
7753 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
7754 Don't modify last-coding-system-used by accident.
7755 (tramp-completion-file-name-handler): Apply the checks here,
7756 instead during registration.
7757 (tramp-register-file-name-handlers) Renamed from
7758 `tramp-register-file-name-handler'. Register both
7759 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
7760 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
7761
7762 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
7763
7764 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
7765 Remove variable ...
7766 (gdb-init-1, gdb-display-separate-io-buffer)
7767 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
7768 references to it.
7769 (gdb-inferior-io-mode): Use make-comint-in-buffer.
7770 (gdb-inferior-filter): Use comint-output-filter to stop
7771 echoing and remove ^M characters.
7772
7773 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7774
7775 * emulation/viper-init.el (viper-restore-cursor-type):
7776 * emulation/cua-base.el (cua--update-indications):
7777 Replace default-cursor-type with (default-value 'cursor-type).
7778
7779 * mail/sendmail.el (mail-recover-1):
7780 * international/mule-diag.el (describe-current-coding-system-briefly)
7781 (describe-current-coding-system):
7782 * international/mule-cmds.el (select-safe-coding-system)
7783 (select-message-coding-system)
7784 (set-language-environment-coding-systems, set-locale-environment):
7785 * hexl.el (hexl-insert-multibyte-char):
7786 * dos-w32.el (find-buffer-file-type-coding-system):
7787 * simple.el (what-cursor-position):
7788 Replace uses of default-buffer-file-coding-system
7789 with (default-value 'buffer-file-coding-system).
7790
7791 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
7792 Replace uses of default-cursor-in-non-selected-windows
7793 with (default-value 'cursor-in-non-selected-windows).
7794 Use with-current-buffer.
7795
7796 * mail/feedmail.el: Use CL macros.
7797 (feedmail-run-the-queue, feedmail-send-it-immediately):
7798 * dos-w32.el (find-buffer-file-type): Replace uses of
7799 default-buffer-file-type with (default-value 'buffer-file-type).
7800
7801 2009-08-28 Glenn Morris <rgm@gnu.org>
7802
7803 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
7804 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
7805 Use default-value of major-mode rather than default-major-mode.
7806
7807 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
7808
7809 * Makefile.in (update-elcfiles): Report left over elc files.
7810
7811 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
7812 expand-file-name and with-current-buffer.
7813 (mail-get-names, mail-directory): Use with-current-buffer.
7814
7815 * vc.el (vc-read-revision): New function.
7816 (vc-version-diff, vc-merge): Use it.
7817
7818 2009-08-27 Sam Steingold <sds@gnu.org>
7819
7820 * simple.el (kill-do-not-save-duplicates): New user option.
7821 (kill-new): When it is non-nil, and the new string is the same as
7822 the latest kill, set replace to t to avoid duplicates in kill-ring.
7823
7824 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
7825
7826 * net/tramp.el (tramp-handle-process-file): Do not flush all
7827 caches when `process-file-side-effects' is set.
7828 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
7829 instead of `tramp-find-file-exists-command'.
7830 Unset `process-file-side-effects'.
7831
7832 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
7833
7834 * net/tramp.el (tramp-methods): New method "rsyncc".
7835 (top): Add completion function for "rsyncc".
7836 (tramp-message-show-message): New defvar.
7837 (tramp-message, tramp-error): Use it.
7838 (tramp-do-copy-or-rename-file-directly): Extend check for direct
7839 remote copying.
7840 (tramp-do-copy-or-rename-file-out-of-band): Handle new
7841 `tramp-methods' entry `copy-env' of "rsyncc".
7842 (tramp-vc-registered-read-file-names): New defconst.
7843 (tramp-vc-registered-file-names): New defvar.
7844 (tramp-handle-vc-registered): Implement optimization strategy.
7845 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
7846 (tramp-vc-file-name-handler): New defun.
7847 (tramp-get-ls-command, tramp-get-test-command)
7848 (tramp-get-file-exists-command, tramp-get-remote-ln)
7849 (tramp-get-remote-perl, tramp-get-remote-stat)
7850 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
7851
7852 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
7853 (tramp-cache-inhibit-cache): Extend doc string. It allows also
7854 timestamps.
7855 (tramp-get-file-property): Check for timestamps in
7856 `tramp-cache-inhibit-cache'.
7857 (tramp-set-file-property): Write timestamp.
7858
7859 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
7860
7861 * language/japan-util.el (japanese-symbol-table): Add entries for
7862 cp932-2-byte.
7863
7864 * international/characters.el: Add category `j' to cp932-2-byte.
7865
7866 2009-08-27 Kenichi Handa <handa@m17n.org>
7867
7868 * international/fontset.el (build-default-fontset-data): New macro.
7869 (setup-default-fontset): Use build-default-fontset-data for CJK,
7870 tibetan, ethiopic, and ipa.
7871
7872 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
7873
7874 * cus-start.el (default-major-mode): Customize `major-mode' instead.
7875 (enable-multibyte-characters): Not customizable any more.
7876
7877 * subr.el (default-mode-line-format, default-header-line-format)
7878 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
7879 (default-direction-reversed, default-truncate-lines)
7880 (default-left-margin, default-tab-width, default-case-fold-search)
7881 (default-left-margin-width, default-right-margin-width)
7882 (default-left-fringe-width, default-right-fringe-width)
7883 (default-fringes-outside-margins, default-scroll-bar-width)
7884 (default-vertical-scroll-bar, default-indicate-empty-lines)
7885 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
7886 (default-fringe-cursor-alist, default-scroll-up-aggressively)
7887 (default-scroll-down-aggressively, default-fill-column)
7888 (default-cursor-type, default-buffer-file-type)
7889 (default-cursor-in-non-selected-windows)
7890 (default-buffer-file-coding-system, default-major-mode)
7891 (default-enable-multibyte-characters): Mark as obsolete.
7892
7893 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
7894
7895 * vc-dir.el (vc-dir-update): Remove debug helper.
7896
7897 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
7898
7899 2009-08-26 Sam Steingold <sds@gnu.org>
7900
7901 * simple.el (save-interprogram-paste-before-kill): New user option.
7902 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
7903 save the interprogram-paste into kill-ring before overriding it
7904 with the Emacs kill.
7905
7906 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
7907
7908 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
7909 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
7910 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
7911 and move to vc-rcs.el.
7912 (vc-default-next-revision): Rename to vc-rcs-next-revision and
7913 move to vc-rcs.el.
7914 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
7915 (vc-rcs-update-changelog): Remove.
7916 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
7917 and move to vc-rcs.el.
7918
7919 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
7920 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
7921 renaming.
7922 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
7923 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
7924 vc.el, renamed to be RCS specific.
7925
7926 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
7927 New functions.
7928 (vc-cvs-update-changelog): Move here from vc.el.
7929
7930 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
7931 New functions.
7932
7933 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
7934
7935 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
7936
7937 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
7938
7939 * vc-git.el (vc-git-register): Use "git add" for directories.
7940 (vc-git-stash, vc-git-stash-show): New functions.
7941 (vc-git-extra-menu-map): Bind them.
7942
7943 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
7944 directory correctly in case the item is a directory itself.
7945
7946 * vc.el: Document the desired behavior for reverted files in the
7947 `added' state.
7948 (vc-default-prettify-state-info): Remove function, unused.
7949
7950 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
7951
7952 2009-08-26 Glenn Morris <rgm@gnu.org>
7953
7954 * bindings.el (standard-mode-line-format): Reposition dashes in
7955 which-func entry. (Bug#4217)
7956
7957 * files.el (enable-local-variables, enable-local-eval)
7958 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
7959 the defcustoms.
7960 (auto-mode-alist, ignored-local-variables)
7961 (save-some-buffers-action-alist): Move risky declarations to the
7962 definitions.
7963 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
7964 (font-lock-defaults, format-alist, imenu--index-alist)
7965 (imenu-generic-expression, input-method-alist, minor-mode-alist)
7966 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
7967 (mode-line-modified, mode-line-mule-info, mode-line-position)
7968 (mode-line-process, mode-line-remote, outline-level)
7969 (parse-time-rules, rmail-output-file-alist)
7970 (special-display-buffer-names, vc-mode):
7971 Move risky declarations to the relevant files.
7972 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
7973 (mode-line-modified, mode-line-process, mode-line-position)
7974 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
7975 * font-core.el (font-lock-defaults):
7976 * format.el (format-alist):
7977 * vc-hooks.el (vc-mode):
7978 * window.el (special-display-buffer-names):
7979 * international/mule-cmds.el (input-method-alist):
7980 Define riskiness here (dumped file) rather than in files.el.
7981 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
7982 * imenu.el (imenu-generic-expression, imenu--index-alist):
7983 * outline.el (outline-level):
7984 * time.el (display-time-string):
7985 * calendar/parse-time.el (parse-time-rules):
7986 * mail/rmailout.el (rmail-output-file-alist):
7987 Autoload riskiness here, rather than placing in files.el.
7988
7989 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
7990
7991 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
7992
7993 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
7994
7995 * simple.el (process-file-side-effects): New defvar.
7996
7997 * dired-aux.el (dired-show-file-type):
7998 * vc.el (vc-diff-internal):
7999 * vc-arch.el (vc-arch-diff):
8000 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
8001 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
8002 * vc-git.el (vc-git-registered, vc-git-working-revision)
8003 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
8004 (vc-git--empty-db-p):
8005 * vc-hooks.el (vc-user-login-name):
8006 * vc-svn.el (vc-svn-registered, vc-svn-state)
8007 (vc-svn-dir-extra-headers, vc-svn-find-revision):
8008 * progmodes/grep.el (grep-probe): Let-bind
8009 `process-file-side-effects' with nil.
8010
8011 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
8012
8013 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
8014 daemon. Replace ping by checking for running service for bluez
8015 and zeroconf. (Bug#4239)
8016
8017 2009-08-25 Kevin Ryde <user42@zip.com.au>
8018
8019 * net/dig.el (dig): Add autoload cookie.
8020
8021 2009-08-25 Glenn Morris <rgm@gnu.org>
8022
8023 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
8024 load-history for absolute file-names.
8025 (byte-compile-file-form-require): Warn about use of the cl package.
8026
8027 * format.el (format-alist): Doc fix.
8028
8029 * play/bubbles.el (top-level): Don't require cl at run-time.
8030
8031 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
8032 run-time cl).
8033
8034 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
8035
8036 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
8037 from cl package.
8038 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
8039
8040 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
8041
8042 * calc/calc-alg.el (math-trig-rewrite)
8043 (math-hyperbolic-trig-rewrite): New functions.
8044 (calc-simplify): Simplify trig functions when asked.
8045
8046 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
8047
8048 * diff-mode.el (diff-find-source-location): Avoid goto-line.
8049
8050 2009-08-24 Kenichi Handa <handa@m17n.org>
8051
8052 * language/ind-util.el (mapthread): Delete it.
8053 (combinatorial): New function.
8054 (indian--puthash-cv): Use combinatorial instead of mapthread.
8055
8056 2009-08-22 Kevin Ryde <user42@zip.com.au>
8057
8058 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
8059 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
8060 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
8061 Clarify docstring that the value is strings not symbols.
8062 (checkdoc-list-of-strings-p): New function.
8063
8064 2009-08-22 Glenn Morris <rgm@gnu.org>
8065
8066 * files.el (auto-mode-alist):
8067 * hippie-exp.el (he-concat-directory-file-name):
8068 * lpr.el (lpr-windows-system, printer-name):
8069 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
8070 * ps-print.el (ps-windows-system):
8071 * startup.el (command-line):
8072 * emulation/viper-ex.el (viper-glob-function):
8073 * international/mule-cmds.el (set-language-environment-coding-systems):
8074 * net/ange-ftp.el (ange-ftp-write-region):
8075 * obsolete/fast-lock.el (fast-lock-cache-name):
8076 Remove code for defunct system-types emx, macos, mswindows, next-mach,
8077 unisoft-unix, vax-vms, win32, w32.
8078
8079 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
8080 given name if the pattern is not more specific.
8081
8082 * calendar/lunar.el (lunar-phase-names): New option.
8083 (lunar-phase): Doc fix.
8084 (lunar-cycles-per-year): New constant.
8085 (lunar-index): New function.
8086 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
8087 (lunar-phase-name): Use lunar-phase-names.
8088 (calendar-lunar-phases): Use format.
8089 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
8090
8091 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
8092 Copy imenu-example--name-and-position function here for own use.
8093 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
8094
8095 * bs.el (bs--redisplay):
8096 * cus-edit.el (custom-redraw):
8097 * ibuffer.el (ibuffer-bury-buffer):
8098 * server.el (server-goto-line-column):
8099 * startup.el (command-line-1):
8100 * strokes.el (strokes-xpm-for-stroke):
8101 * term.el (term-display-buffer-line):
8102 * view.el (View-goto-line):
8103 * calc/calc.el (calc-do, calc-trail-buffer):
8104 * play/gamegrid.el (gamegrid-add-score-insecure):
8105 * progmodes/ada-mode.el (ada-compile-goto-error):
8106 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
8107 (ebrowse-select-1st-to-9nth):
8108 * progmodes/cperl-mode.el (cperl-time-fontification):
8109 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
8110 * progmodes/gud.el (gud-display-line):
8111 (idlwave-shell-display-line):
8112 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
8113 * progmodes/make-mode.el (makefile-browser-toggle):
8114 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
8115 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
8116 * textmodes/picture.el (picture-draw-rectangle):
8117 * textmodes/reftex-index.el (reftex-index-goto-letter):
8118 (reftex-select-jump-to-previous):
8119 * textmodes/reftex-sel.el (reftex-find-start-point)
8120 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
8121 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
8122 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
8123 * textmodes/tex-mode.el (tex-compilation-parse-errors):
8124 * textmodes/two-column.el (2C-associated-buffer):
8125 Use forward-line rather than goto-line.
8126
8127 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
8128 goto-line.
8129
8130 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
8131 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
8132 (quick-check-list-to-regexp): Declare.
8133
8134 * progmodes/make-mode.el (makefile-browser-insert-selection):
8135 Use goto-char rather than goto-line.
8136
8137 * progmodes/prolog.el (compilation-error-regexp-alist)
8138 (compilation-forget-errors): Declare.
8139
8140 2009-08-22 Juri Linkov <juri@jurta.org>
8141
8142 * progmodes/grep.el (lgrep, rgrep): At the beginning
8143 set `dir' to `default-directory' unless `dir' is a non-nil
8144 readable directory. (Bug#4052)
8145 (lgrep, rgrep): Change a weird way to report an error
8146 from using `read-string' to using `error'.
8147 Instead of using interactive arguments in the function body,
8148 add new argument `confirm'.
8149
8150 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8151
8152 * textmodes/remember.el (remember-buffer):
8153 * progmodes/cperl-mode.el (cperl-vc-header-alist):
8154 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
8155 (icalendar-extract-ical-from-buffer):
8156 * net/newst-treeview.el (newsticker-groups-filename):
8157 * net/newst-backend.el (newsticker-cache-filename):
8158 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
8159 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
8160 (speedbar-add-ignored-path-regexp, speedbar-line-path)
8161 (speedbar-buffers-line-path, speedbar-path-line)
8162 (speedbar-buffers-line-path):
8163 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
8164 (epg-sign-keys):
8165 * epa.el (epa-display-verify-result):
8166 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
8167
8168 2009-08-21 Glenn Morris <rgm@gnu.org>
8169
8170 * progmodes/js.el (inferior-moz-process): Fix declaration.
8171
8172 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
8173
8174 * obsolete/rnewspost.el (news-mail-reply):
8175 Use goto-char rather than goto-line.
8176
8177 * term/ns-win.el (ns-open-file-select-line):
8178 Use line-beginning-position rather than goto-line.
8179
8180 * apropos.el (apropos-command):
8181 * ehelp.el (electric-helpify):
8182 * printing.el (pr-show-setup):
8183 * strokes.el (strokes-help):
8184 * tutorial.el (tutorial--describe-nonstandard-key)
8185 (tutorial--detailed-help):
8186 * woman.el (woman-mini-help, woman-display-extended-fonts):
8187 * calc/calc-help.el (calc-describe-key):
8188 * emulation/edt.el (edt-electric-helpify):
8189 * international/mule-diag.el (mule-diag):
8190 * play/yow.el (apropos-zippy):
8191 * progmodes/python.el (python-describe-symbol):
8192 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
8193 * textmodes/table.el (*table--cell-describe-mode)
8194 (*table--cell-describe-bindings):
8195 Use help-print-return-message rather than the now obsolete alias.
8196
8197 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
8198 (calendar-cursor-to-visible-date):
8199 * play/5x5.el (5x5-position-cursor):
8200 * play/decipher.el (decipher):
8201 * play/gomoku.el (gomoku-goto-xy):
8202 * play/landmark.el (lm-goto-xy):
8203 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
8204 (mpuz-paint-digit):
8205 Use forward-line, not goto-line.
8206
8207 * mail/rmail.el (rmail-obsolete): Delete custom group.
8208 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
8209 (rmail-remote-password, rmail-remote-password-required):
8210 Remove unneeded :set-after and :set properties.
8211
8212 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
8213
8214 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
8215
8216 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
8217
8218 * loadup.el: Remove leftover macos code.
8219
8220 * vc-git.el (vc-git-annotate-command): Run asynchronously.
8221 Explicitly pass the date format to git blame so that user local
8222 so that the output format can be parsed.
8223
8224 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
8225
8226 * net/dbus.el (top): Don't check for (getenv
8227 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
8228
8229 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
8230
8231 * log-edit.el (log-edit-strip-single-file-name): New var.
8232 (log-edit-insert-changelog): Use it. Bug#3571
8233
8234 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8235
8236 * subr.el (read-passwd): Use read-key so keypad keys work as well.
8237 Bug#3287
8238
8239 * help.el (help-print-return-message): Rename from
8240 print-help-return-message.
8241
8242 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
8243 cvs-mode-map parent hack.
8244 (log-view-mode): Derive from special-mode.
8245
8246 * linum.el (linum-mode): window-size-change-functions is redundant.
8247 Adapt to new window-configuration-change-hook behavior.
8248 (linum-after-size, linum-after-config): Remove.
8249
8250 * imenu.el (imenu-example--name-and-position)
8251 (imenu-example--lisp-extract-index-name)
8252 (imenu-example--create-lisp-index, imenu-example--create-c-index):
8253 Mark as obsolete.
8254
8255 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
8256 (inferior-prolog-mode): Use it.
8257 (inferior-prolog-load-file): Reset list of errors.
8258
8259 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8260
8261 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
8262
8263 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
8264
8265 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
8266
8267 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
8268 is running already.
8269
8270 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8271
8272 * subr.el (listify-key-sequence-1): Use normal syntax since those
8273 integers are nowadays always represented by the same (positive) number
8274 on all platforms.
8275 (read-key-empty-map): New const.
8276 (read-key-delay): New var.
8277 (read-key): New function.
8278 (force-mode-line-update): Use with-current-buffer.
8279 (locate-user-emacs-file): Don't forget to abbreviate the file name.
8280 (start-process-shell-command, start-file-process-shell-command):
8281 Discourage the use of command-args.
8282
8283 2009-08-19 Glenn Morris <rgm@gnu.org>
8284
8285 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
8286
8287 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8288
8289 * simple.el (choose-completion-string): Don't rely on
8290 minibuffer-completing-file-name and ad-hoc checks to decide whether
8291 to continue completion or not.
8292
8293 * minibuffer.el (minibuffer-hide-completions): New function.
8294 (completion--do-completion): Use it.
8295 (completions-annotations): New face.
8296 (completion--insert-strings): Use it.
8297 (completion-pcm--delim-wild-regex): Add docstring.
8298 (completion-pcm--string->pattern): Add support for 0-width delimiters
8299 in completion-pcm--delim-wild-regex.
8300
8301 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
8302
8303 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
8304 Remove unused var `buffer-modified-p'.
8305
8306 * minibuffer.el (completion--do-completion): Move point for the #b001
8307 case as well (bug#4176).
8308 (minibuffer-complete, minibuffer-complete-word): Don't move point.
8309
8310 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
8311
8312 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
8313 and :session buses.
8314
8315 2009-08-18 Kenichi Handa <handa@m17n.org>
8316
8317 * international/ucs-normalize.el (ucs-normalize-version):
8318 Change to 1.1.
8319 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
8320 (utf-8-hfs): Make it perform normalization on encoding too.
8321
8322 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
8323 (sentence-end-without-space): Delete duplicated chars.
8324 (sentence-end-base): Likewise.
8325
8326 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
8327 (html-mode): Delete duplicated chars from sentence-end-base.
8328
8329 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
8330 (texinfo-mode): Delete duplicated chars from sentence-end-base.
8331
8332 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
8333
8334 * files.el (hack-one-local-variable): If the mode function is for
8335 a minor mode, pass it an argument (Bug#4148).
8336
8337 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
8338
8339 * net/tramp.el (tramp-register-completion-file-name-handler):
8340 Check also for (member 'partial-completion completion-styles).
8341
8342 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
8343
8344 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
8345 abbrev (Bug#3943).
8346
8347 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8348
8349 * progmodes/cperl-mode.el: Merge upstream 6.2.
8350 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
8351 (cperl-forward-re): Check cperl-brace-recursing.
8352 (cperl-highlight-charclass): New function.
8353 (cperl-find-pods-heres): Use it.
8354 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8355 (cperl-beautify-regexp-piece): Fix column calculation.
8356 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8357 (cperl-beautify-level): Don't process entire regexp.
8358 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
8359 calling man.
8360 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
8361 (cperl-init-faces): Build a list in the normal way.
8362
8363 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
8364
8365 * calendar/parse-time.el (parse-time-string-chars): Save match
8366 data.
8367
8368 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
8369
8370 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
8371 (sql-product): Use it.
8372 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
8373 (sql-set-product): Add completion.
8374 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
8375 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
8376 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
8377 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
8378 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
8379 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
8380 (sql-highlight-db2-keywords): Remove.
8381 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
8382 (sql-highlight-product): Use derived-mode-p.
8383 (sql-set-sqli-buffer): Use with-current-buffer.
8384 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
8385 Simplify.
8386
8387 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
8388
8389 * term.el: Fix commenting convention, turn comments into docstrings.
8390
8391 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
8392
8393 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
8394
8395 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
8396
8397 * calendar/parse-time.el (parse-time-string-chars): Compute using
8398 character classes, to handle non-ascii characters (Bug#3190).
8399
8400 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
8401
8402 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
8403 another heredoc if the user adds another < (Bug#3226).
8404
8405 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8406 Don't initialize based on window-system (Bug#4124).
8407
8408 * facemenu.el (facemenu-read-color): Use a completion function
8409 that accepts any defined color, such as RGB triplets (Bug#3677).
8410
8411 * files.el (get-free-disk-space): Change fallback default
8412 directory to /. Expand DIR argument before switching to fallback.
8413 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
8414
8415 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
8416
8417 * files.el (load-library): Doc fix.
8418
8419 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
8420
8421 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
8422 (viper-if-string): Redefine C-s in the minibuffer to insert the last
8423 incremental search string.
8424
8425 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
8426 XEmacs.
8427
8428 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
8429 (ediff-merge-region-is-non-clash)
8430 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
8431 Also check if the job is really a merge job.
8432
8433 * ediff.el (ediff-current-file): New function.
8434
8435 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
8436
8437 * progmodes/js.el: Edit docstrings throughout to follow Emacs
8438 conventions.
8439 (js-insert-and-indent): Delete function.
8440 (js-mode-map): Don't bind keys to js-insert-and-indent.
8441 (js-beginning-of-defun): Rename from js--beginning-of-defun.
8442 (js-end-of-defun): Rename from js--end-of-defun.
8443 (js-auto-indent-flag): Delete variable.
8444
8445 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
8446
8447 * progmodes/js.el: Remove proclaim statement.
8448 Defvar which-func-imenu-joiner-function to silence compiler.
8449
8450 * files.el (auto-mode-alist): Use js-mode for .js files.
8451
8452 * progmodes/js2-mode.el: Remove file.
8453
8454 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
8455
8456 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
8457
8458 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
8459
8460 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
8461 Karl Landstrom <karl.landstrom@brgeight.se>
8462
8463 * progmodes/js.el: New file.
8464
8465 2009-08-14 Mark A. Hershberger <mah@everybody.org>
8466
8467 * timezone.el (timezone-parse-date): Add ability to understand ISO
8468 basic format (minimal separators) dates in addition to the
8469 already-supported extended format dates.
8470
8471 2009-08-14 Eli Zaretskii <eliz@gnu.org>
8472
8473 * international/ucs-normalize.el: Add a `coding' file variable.
8474
8475 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
8476
8477 2009-08-14 Sam Steingold <sds@gnu.org>
8478
8479 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
8480
8481 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
8482
8483 * faces.el (help-argument-name): Define it here instead of
8484 help-fns.el, because in daemon mode help-fns.el may be loaded when
8485 faces are still uninitialized (Bug#1078).
8486
8487 * help-fns.el (help-argument-name): Move defface to faces.el.
8488
8489 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
8490
8491 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
8492 create buffer with a pty but no process so that GDB can make the
8493 inferior the controlling process.
8494
8495 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
8496
8497 * international/ucs-normalize.el: New file.
8498
8499 2009-08-13 Richard Stallman <rms@gnu.org>
8500
8501 * mail/rmail.el (rmail-get-attr-names):
8502 Accept an attribute header that is too short.
8503
8504 * mail/rmail.el (rmail-forget-messages):
8505 Ignore nil elt in rmail-message-vector. Use dotimes.
8506
8507 * progmodes/compile.el (compilation-goto-locus):
8508 Use next-error-move-function.
8509
8510 * simple.el (next-error-move-function): New variable.
8511
8512 2009-08-12 Juri Linkov <juri@jurta.org>
8513
8514 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
8515 always non-nil. (Bug#4052)
8516
8517 * replace.el (read-regexp): Return empty string when
8518 `default-value' is nil.
8519 (keep-lines-read-args): Don't use empty string as the
8520 default value for `read-regexp'. (Bug#2495)
8521
8522 2009-08-12 Juri Linkov <juri@jurta.org>
8523
8524 * international/mule-cmds.el (ucs-insert): Change arguments
8525 from `arg' to `character', `count', `inherit' to be the same
8526 as in `insert-char'. Doc fix. (Bug#4039)
8527
8528 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
8529
8530 2009-08-12 Juri Linkov <juri@jurta.org>
8531
8532 * files-x.el: New file.
8533
8534 * files.el: Move code that deals with adding/deleting
8535 file/directory-local variables to files-x.el.
8536
8537 * Makefile.in (ELCFILES): Add files-x.elc.
8538
8539 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
8540
8541 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
8542 to use `goto-line'.
8543 (gdb-place-breakpoints, gdb-get-location): Rewritten without
8544 `goto-line'.
8545 (gdb-invalidate-disassembly): Do not refresh upon receiving
8546 'update signal. Instead, update all disassembly buffers only after
8547 threads list.
8548 (gdb): Send -target-detach when buffer is killed (Bug#3794).
8549 (gdb-starting): Moved -data-list-register-names...
8550 (gdb-stopped): ...here so it's sent when first thread stops.
8551 (gdb-registers-handler-custom): Do nothing if register names are
8552 unknown yet.
8553
8554 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
8555 from `gdb-mi.el' to avoid extra tangling.
8556
8557 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
8558 change which breaks `gud-def' definitions used in `gdb'.
8559 (gdb-update-gud-running): No extra fuss for updating frame number.
8560
8561 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8562
8563 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
8564 (describe-language-environment-map, setup-language-environment-map)
8565 (set-coding-system-map): Move initialization into declaration.
8566 (set-language-info-alist): Last arg to define-key-after can be skipped.
8567
8568 * international/quail.el (quail-completion-1): Simplify.
8569 (quail-define-rules): Use slightly more compact code.
8570 (quail-insert-decode-map): Propertize keys, compact columns.
8571
8572 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8573 Add goto-line.
8574
8575 2009-08-10 Miles Bader <miles@gnu.org>
8576
8577 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
8578 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
8579 (js2-instance-member, js2-private-member, js2-private-function-call)
8580 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
8581 (js2-magic-paren, js2-external-variable):
8582 Remove "-face" suffix from face names.
8583 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
8584 (js2-highlight-undeclared-vars, js2-peek-token)
8585 (js2-parse-function-params, js2-mode-show-errors)
8586 (js2-mode-show-warnings, js2-make-magic-delimiter)
8587 (js2-mode-highlight-magic-parens): Update to use new face names.
8588
8589 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
8590
8591 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
8592 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
8593
8594 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
8595
8596 * subr.el: Provide hashtable-print-readable.
8597
8598 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
8599 hs-c-like-adjust-block-beginning.
8600 (hs-hide-block-at-point): Stop hiding at the beginning of
8601 hs-block-end-regexp (Bug#700).
8602
8603 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
8604
8605 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
8606 a macro.
8607 (gdb-registers-handler-custom): Do not fail when register names
8608 are unavailable.
8609
8610 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
8611
8612 * progmodes/gdb-mi.el (gdb-control-all-threads)
8613 (gdb-control-current-thread): Interactive setters for
8614 `gdb-gud-control-all-threads' to use in menu.
8615 (gdb-show-run-p): Show «Go» when process is not active.
8616 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
8617 gud/thread.xpm and gud/all.xpm.
8618
8619 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
8620
8621 * net/net-utils.el (net-utils-font-lock-keywords): New var.
8622 (nslookup-font-lock-keywords): Make it a variable.
8623 (net-utils-mode): New mode for viewing diagnostic network output.
8624 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
8625 (net-utils-run-simple): New function.
8626 (ifconfig, iwconfig, netstat, arp, route): Use it.
8627
8628 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
8629
8630 * progmodes/gdb-mi.el (gdb-read-memory-custom)
8631 (gdb-memory-set-address, def-gdb-set-positive-number)
8632 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
8633 after changing settings.
8634 (gdb-invalidate-disassembly): Update when first shown.
8635 (gdb-edit-locals-value): Fixed.
8636 (gdb-registers-handler-custom): Print registers in right order and
8637 allow changing register values (only for current thread yet).
8638 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
8639 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
8640 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
8641 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
8642 info in mode name.
8643 (gdb-registers-mode-map): TAB to switch to locals.
8644
8645 2009-08-08 Eli Zaretskii <eliz@gnu.org>
8646
8647 * mail/rmail.el (rmail-add-mbox-headers)
8648 (rmail-set-message-counters-counter): Search for
8649 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
8650
8651 2009-08-08 Glenn Morris <rgm@gnu.org>
8652
8653 * Makefile.in (ELCFILES): Update.
8654
8655 2009-08-07 Eli Zaretskii <eliz@gnu.org>
8656
8657 * mail/sendmail.el (mail-yank-original): Set
8658 buffer-file-coding-system from the one used by the message whose
8659 text is yanked.
8660
8661 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
8662 to "windows" when "pgnuplot" is used.
8663 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
8664 call accept-process-output if "pgnuplot" is used.
8665 (calc-graph-init): Don't send -display and -geometry to
8666 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
8667 running "pgnuplot -V" with shell-command-to-string.
8668
8669 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
8670 the default.
8671
8672 2009-08-07 Eli Zaretskii <eliz@gnu.org>
8673
8674 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
8675 org/org-latex.elc.
8676
8677 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
8678
8679 * vc-dispatcher.el (vc-resynch-window): Update comment.
8680
8681 * term.el (term-handle-ansi-escape): Add comments with the
8682 terminfo capabilities implemented.
8683
8684 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
8685
8686 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
8687 (gdb-var-create-handler): Rewritten using JSON parser.
8688 (gdb-propertize-header): Moved earlier.
8689 (gdb-set-header): Removed to avoid duplication.
8690 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
8691 Refresh disassembly buffers only after threads list have been
8692 update.
8693 (gdb-threads-header, gdb-registers-header): Per-buffer header line
8694 variables.
8695
8696 2009-08-04 Juri Linkov <juri@jurta.org>
8697
8698 * files.el: Commands to add/delete file/directory-local variables.
8699 (read-file-local-variable, read-file-local-variable-value)
8700 (read-file-local-variable-mode, modify-file-local-variable)
8701 (modify-file-local-variable-prop-line)
8702 (modify-dir-local-variable): New functions.
8703 (add-file-local-variable, delete-file-local-variable)
8704 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
8705 (add-dir-local-variable, delete-dir-local-variable)
8706 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
8707 (copy-dir-locals-to-file-locals-prop-line): New commands.
8708
8709 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
8710
8711 * abbrev.el (insert-abbrev-table-description): Prettify output.
8712 Suggested by Karl Chen.
8713
8714 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
8715
8716 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
8717 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
8718 (gdb-overlay-arrow-position, gdb-thread-position)
8719 (gdb-disassembly-position): Declare variables.
8720 (gdb-wait-for-pending): Function now.
8721 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
8722 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
8723 compilation goes smoothly.
8724 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
8725 (gdb-non-stop-setting): New customization setting which replaces
8726 `gdb-non-stop' so changing it doesn't break active GDB session.
8727 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
8728 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
8729 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
8730 (gdb-show-threads-by-default): New customization options.
8731 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
8732 routines.
8733 (gdb-get-buffer-create): Send buffers update signal when they are
8734 created.
8735 (gdb-invalidate-locals, gdb-invalidate-registers)
8736 (gdb-invalidate-breakpoints)
8737 (gdb-invalidate-threads, gdb-invalidate-disassembly)
8738 (gdb-invalidate-memory): Accept update signal.
8739 (gdb-current-context-command): Use --frame option.
8740 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
8741 Implement `gdb-frame-number' selection logic.
8742 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
8743 whether to show GUD toolbar buttons.
8744 (gdb-thread-exited): Unselect current thread when it exits.
8745 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
8746 (gdb-mark-line): Routine which sets overlay arrow or inverses
8747 video on fringeless displays.
8748 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
8749 to build aligned columns of data in GDB buffers and set text
8750 properties line-by-line.
8751 (gdb-invalidate-breakpoints)
8752 (gdb-breakpoints-list-handler-custom)
8753 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
8754 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
8755 (gdb-registers-handler-custom): Align data columns.
8756 (gdb-locals-handler-custom): Now prints data like in variable
8757 declarations.
8758 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
8759 Removed confusing buttons.
8760 (gdb-invalidate-threads): Append --frame.
8761 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
8762 between breakpoints/threads buffers.
8763 (gdb-set-window-buffer): Now can ignore dedicated windows.
8764 (gdb-propertize-header): Use `gdb-set-window-buffer'.
8765 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
8766 (def-gdb-thread-buffer-gud-command): Replaces
8767 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
8768 for fine thread control.
8769 (gdb-preempt-existing-or-display-buffer): New function used to
8770 display bound buffers without breaking window layout.
8771 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
8772 (gdb-select-frame): New version of `gdb-frames-select' which now
8773 sets `gdb-frame-number' so commands may use --frame option instead
8774 of inner debugger state.
8775 (gdb-frame-handler): Do not set `gdb-frame-number'.
8776 (gdb-threads-mode-map): Select threads with mouse.
8777
8778 * progmodes/gud.el (gdb-gud-context-call): Declare function to
8779 avoid compilation warning.
8780 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
8781 `gdb-show-stop-p`.
8782
8783 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
8784 Argument `key' renamed to `buffer-type'.
8785 (gdb-current-context-buffer-name): Do not add thread info to
8786 buffer name when no thread is selected.
8787 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
8788 command (bug 3794).
8789 (gdb-thread-selected): Handle `=thread-selected' notification.
8790 (gdb-wait-for-pending): New macro to deal with congestion problems.
8791 (gdb-breakpoints-list-handler-custom): Don't fail on pending
8792 breakpoints.
8793 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
8794 This fixes problem similar to one described in bug 3947.
8795 (gud-menu-map): More menu items.
8796 (gdb-init-1): Reset `gdb-thread-number' to nil.
8797
8798 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
8799 non-stop settings.
8800
8801 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
8802 (gdb-current-context-command): Do not append --thread if
8803 `gdb-thread-number' is nil.
8804 (gdb-running-threads-count, gdb-stopped-threads-count): New
8805 variables.
8806 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
8807 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
8808 customization options.
8809 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
8810 GUD commands.
8811 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
8812 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
8813 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
8814 set `gdb-thread-number' and update `gud-running' properly.
8815 (gdb-running): Update threads list when new threads appear.
8816 (gdb-stopped): Support non-stop operation and new thread switching
8817 logic.
8818 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
8819 (gdb-json-partial-output): New set of JSON routines.
8820 (def-gdb-auto-update-trigger): New `signal-list' optional
8821 argument.
8822 (gdb-thread-list-handler-custom): Update `gud-running',
8823 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
8824 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
8825 (gdb-continue-thread, gdb-step-thread): New commands for fine
8826 thread execution control.
8827 (gud-menu-map): New menu items to switch non-stop options.
8828 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
8829 (gdb-send): Mimic RET properly (bug 3794).
8830
8831 * progmodes/gdb-mi.el (gdb-rules-name-maker)
8832 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
8833 gdb-buffer-rules.
8834 (def-gdb-auto-update-handler): New nopreserve optional argument.
8835 (gdb-stack-list-frames-custom): Print stack from top to bottom.
8836
8837 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
8838 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
8839 (gdb-parent-mode): New mode to derive other GDB modes from.
8840 (gdb-display-disassembly-for-thread)
8841 (gdb-frame-disassembly-for-thread): New commands for threads
8842 buffer.
8843
8844 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
8845 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
8846 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
8847 (gdb-update): We now store all GDB buffers in a list so that they
8848 can be updated by traversing a list instead of calling invalidate
8849 triggers explicitly.
8850 (def-gdb-trigger-and-handler): New macro to define trigger-handler
8851 pair for GDB buffer.
8852 (gdb-stack-buffer-name): Add thread information.
8853 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
8854 handle pending triggers.
8855 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
8856 (def-gdb-thread-buffer-simple-command)
8857 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
8858 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
8859 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
8860 New commands which show buffers bound to thread.
8861 (gdb-stack-list-locals-regexp): Removed unused regexp.
8862
8863 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
8864 (gdb-locals-buffer-name, gdb-registers-buffer-name)
8865 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
8866 to (gud-comint-buffer) in *-buffer-name functions
8867 because (gdb-get-target-string) already does that.
8868 (gdb-locals-handler-custom, gdb-registers-handler-custom)
8869 (gdb-changed-registers-handler): Rewritten without regexps.
8870
8871 * progmodes/gdb-mi.el: Basic thread selection support.
8872 (gdb-thread-number): New variable.
8873 (gdb-current-context-command): New macro which adds --thread
8874 option to command.
8875 (gdb-threads-mode-map): Select thread with SPC.
8876 (gdb-thread-list-handler-custom): Mark current thread with overlay
8877 arrow. Synchronize GDB thread and Emacs thread.
8878 (gdb-select-thread): New command which selects current thread.
8879 (gdb-invalidate-frames, gdb-invalidate-locals)
8880 (gdb-invalidate-registers): Use --thread option.
8881
8882 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
8883
8884 * net/tramp.el (top): Make check for tramp-gvfs loading more
8885 robust. (Bug#3977)
8886 (tramp-handle-insert-file-contents): `unwind-protect' must be
8887 inside `with-parsed-tramp-file-name'.
8888
8889 * net/tramp-gvfs.el (top): Remove superfluous message when loading
8890 fails.
8891
8892 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
8893
8894 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
8895 directory if CLASSPATH is not set.
8896
8897 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
8898
8899 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
8900 New defconst.
8901 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
8902
8903 2009-08-02 Kevin Ryde <user42@zip.com.au>
8904
8905 * net/newst-backend.el (newsticker--raw-url-list-defaults):
8906 Update freshmeat link. Delete newsforge.com as it seems gone.
8907
8908 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
8909
8910 * select.el (x-set-selection): Doc fix (Bug#4021).
8911
8912 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
8913
8914 * help-fns.el (describe-variable): Treat list return values from
8915 dir-locals-find-file properly (Bug#4005).
8916
8917 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
8918
8919 * net/tramp.el (tramp-debug-message): Print also microseconds.
8920
8921 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
8922
8923 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
8924 or END is non-nil.
8925 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
8926 (tramp-get-debug-buffer): Change `outline-regexp' according to new
8927 format.
8928
8929 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
8930 (tramp-get-file-property): Use it.
8931
8932 * autorevert.el (auto-revert-handler): Allow
8933 `auto-revert-tail-mode' for remote files.
8934
8935 2009-08-02 Jason Rumney <jasonr@gnu.org>
8936
8937 * minibuffer.el (read-file-name): Treat confirm options to
8938 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
8939
8940 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
8941
8942 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
8943 (font-lock-variable-name-face, font-lock-constant-face): Darken
8944 the colors for light backgrounds.
8945
8946 2009-08-01 Eli Zaretskii <eliz@gnu.org>
8947
8948 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
8949 month names. (Bug#3987)
8950
8951 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
8952
8953 * simple.el (line-move-finish): Pass whole number to
8954 line-move-to-column.
8955 (line-move-visual): Perform hscroll to the recorded position.
8956
8957 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
8958
8959 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
8960
8961 2009-07-29 Alan Mackenzie <acm@muc.de>
8962
8963 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
8964
8965 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
8966
8967 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
8968 (gdb-place-breakpoints): Use full path when setting breakpoints.
8969
8970 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
8971
8972 * calc/calc.el (calc-mode-map): Add keybinding for
8973 `calc-transpose-lines'.
8974
8975 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
8976
8977 * calc/calc-misc.el (calc-transpose-lines): New function.
8978
8979 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
8980
8981 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
8982 Simplify check for out-of-band methods.
8983 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
8984 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
8985
8986 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
8987
8988 * vc-git.el (vc-git-checkin): Fix typo.
8989
8990 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
8991
8992 * progmodes/js2-mode.el: New file.
8993
8994 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
8995
8996 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
8997 (gud-menu-map): Adjust tooltip accordingly.
8998
8999 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
9000
9001 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
9002 (vc-bzr-log-view-mode): Adjust log-view-file-re.
9003
9004 * add-log.el (change-log-mode-map): Add a menu.
9005
9006 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
9007
9008 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
9009 function returns nil.
9010 (dbus-handle-event): Handle special return value :ignore.
9011 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
9012
9013 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
9014
9015 * view.el (view-mode-enable): Don't define Helper-return-blurb if
9016 it's not needed.
9017
9018 2009-07-25 Eli Zaretskii <eliz@gnu.org>
9019
9020 Fix Bug#3888:
9021
9022 * w32-vars.el (x-select-enable-clipboard): Doc fix.
9023
9024 * term/pc-win.el (x-display-name, x-colors)
9025 (x-select-enable-clipboard, x-select-text): Doc fix.
9026
9027 * term/common-win.el (x-display-name, x-colors): Doc fix.
9028
9029 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
9030 (xw-defined-colors): Doc fix.
9031
9032 * w32-fns.el (x-select-text, x-setup-function-keys)
9033 (x-get-selection, x-set-selection): Doc fix.
9034
9035 * term/x-win.el (x-select-text, x-setup-function-keys)
9036 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
9037
9038 * select.el (x-set-selection): Doc fix.
9039
9040 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
9041
9042 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
9043 instead of "IsNSSSupportAvailable". Avahi ought to work also when
9044 "IsNSSSupportAvailable" method is not available. Reported by
9045 Steve Youngs <steve@sxemacs.org>.
9046
9047 2009-07-24 Kenichi Handa <handa@m17n.org>
9048
9049 * international/characters.el: Fix setting of category ?C, ?|, ?K,
9050 and ?H. Fix setting of case for Latin Extended and Greek Extended.
9051 (build-unicode-category-table): Fix range checks.
9052
9053 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
9054
9055 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
9056 the buffer we try to sync is current when calling
9057 vc-resynch-buffer.
9058
9059 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
9060 not show up to date files.
9061
9062 2009-07-24 Glenn Morris <rgm@gnu.org>
9063
9064 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
9065 Add autoload cookies. If necessary, initialize.
9066 (elint-log): Handle non-file buffers.
9067 (elint-initialize): Add optional argument to reinitialize.
9068 (elint-find-builtin-variables): Save excursion.
9069
9070 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
9071
9072 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
9073 for Lint.
9074
9075 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9076
9077 * vc.el (vc-print-log-internal): New function, split out from ...
9078 (vc-print-log): ... here.
9079 (vc-dir-move-to-goal-column): Declare.
9080
9081 * vc-git.el (vc-git-add-signoff): New variable.
9082 (vc-git-checkin): Use it.
9083 (vc-git-toggle-signoff): New function.
9084 (vc-git-extra-menu-map): Bind it to menu.
9085 (vc-git--run-command-string): Accept a nil FILE argument.
9086 (vc-git-stash-list): New function.
9087 (vc-git-dir-extra-headers): Use it.
9088
9089 2009-07-23 Glenn Morris <rgm@gnu.org>
9090
9091 * help-fns.el (describe-variable): Describe ignored and risky local
9092 variables in a similar way to that in which we describe safe ones.
9093
9094 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
9095 (byte-compile-output-file-form, byte-compile-output-docform)
9096 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
9097 Give some more local variables with common names a "bytecomp-" prefix,
9098 so as not to shadow things during compilation.
9099 * emacs-lisp/cl-macs.el (load-time-value)
9100 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
9101 `outbuffer' to `bytecomp-outbuffer'.
9102
9103 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
9104 since the next two variables cover them automatically now.
9105 (elint-builtin-variables, elint-autoloaded-variables): New.
9106 (elint-unknown-builtin-args): Remove all members, since they can be
9107 parsed automatically now.
9108 (elint-extra-errors): New.
9109 (elint-env-add-env, elint-env-add-macro): Use cadr.
9110 (elint-current-buffer): Use or. Change final message.
9111 (elint-get-top-forms): Use line-end-position.
9112 (elint-init-env): Use cadr. Handle autoload, declare-function,
9113 and defalias.
9114 (elint-add-required-env): Doc fix. Use or. Standardize error.
9115 (regexp-assoc): Remove unused function.
9116 (elint-top-form): Set elint-current-pos, to record the start of the
9117 top-level form, for compilation-mode.
9118 (elint-form): Trap errors in macro expansion. Use dolist.
9119 (elint-unbound-variable): Use elint-builtin-variables and
9120 elint-autoloaded-variables.
9121 (elint-get-args): Use cadr, or.
9122 (elint-check-cond-form): Use dolist, cadr.
9123 (elint-check-condition-case-form): Doc fix. Use cadr.
9124 Use elint-extra-errors.
9125 (elint-log): New function.
9126 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
9127 Distinguish errors and warnings.
9128 (elint-log-message): Use with-current-buffer. Inhibit read-only.
9129 Use a bytecomp-style format.
9130 (elint-clear-log): Preserve default-directory. Inhibit read-only.
9131 (elint-get-log-buffer): Use compilation mode. Disable undo.
9132 Don't truncate lines.
9133 (elint-initialize): Set builtin and autoloaded variable lists.
9134 Only process elint-unknown-builtin-args if non-nil.
9135 (elint-find-builtin-variables, elint-find-autoloaded-variables):
9136 New functions.
9137 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
9138
9139 2009-07-22 Kevin Ryde <user42@zip.com.au>
9140
9141 * net/newst-backend.el (newsticker--parse-atom-1.0)
9142 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
9143 (newsticker--parse-rss-1.0):
9144 * progmodes/idlwave.el (idlwave-mode):
9145 * progmodes/idlw-shell.el (idlwave-shell-mode):
9146 * progmodes/vera-mode.el (vera-mode):
9147 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
9148 * progmodes/vhdl-mode.el (vhdl-mode):
9149 * textmodes/table.el (table-generate-source)
9150 (table--warn-incompatibility):
9151 Hyperlink urls in docstrings with URL `...'.
9152
9153 2009-07-22 Glenn Morris <rgm@gnu.org>
9154
9155 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
9156 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
9157 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
9158 Remove leading * from defcustom docs.
9159
9160 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
9161
9162 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
9163 defcustom doc.
9164 (list-load-path-shadows): Optionally, just return shadows as a string.
9165
9166 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
9167
9168 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
9169
9170 * mail/rmailedit.el (rmail-edit-mode): Use
9171 auto-save-include-big-deletions.
9172
9173 * mail/rmail.el (rmail-variables): Use
9174 auto-save-include-big-deletions.
9175
9176 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
9177 changes.
9178
9179 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
9180
9181 * calc/calc.el (calc-undo-length): New variable.
9182 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
9183
9184 2009-07-21 Richard Stallman <rms@gnu.org>
9185
9186 * files.el (auto-save-mode): Handle buffer-save-size = -2
9187 for toggling mode.
9188
9189 2009-07-21 Glenn Morris <rgm@gnu.org>
9190
9191 * textmodes/ispell.el (ispell-looking-back): Update declaration.
9192
9193 * calendar/todo-mode.el (calendar-current-date): Update declaration.
9194
9195 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
9196 silence compiler. Instead...
9197 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
9198 (ps-print-ensure-fontified): Update for above function name changes.
9199
9200 * printing.el (pr-mh-get-msg-num, pr-mh-show)
9201 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
9202 silence compiler. Instead...
9203 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
9204 (mh-show-buffer): Only define for compiler.
9205 (pr-mh-current-message): Update for above function name changes.
9206
9207 * files.el (abort-if-file-too-large): Explicitly pass `filename'
9208 as an argument.
9209 (find-file-noselect, insert-file-1): Update for above change.
9210
9211 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
9212
9213 * mail/mailclient.el (mailclient-send-it): Fix message.
9214
9215 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
9216 (edebug-eval): Check cl-debug-env is bound.
9217 (print-level, print-circle): Don't redefine built-in variables.
9218
9219 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
9220 (custom-print-vectors): Remove old comments from doc.
9221
9222 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
9223 (emerge-version): Make the variable an obsolete alias for the
9224 emacs-version variable. Make the function obsolete.
9225 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
9226 Emerge options, rather than merging in into the main Options menu.
9227 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
9228 and auto advance modes. Disable edit/fast items when not relevant.
9229
9230 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
9231
9232 * term/vt420.el (terminal-init-vt420): Fix typo.
9233
9234 2009-07-20 Sam Steingold <sds@gnu.org>
9235
9236 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
9237 variable (removed from compile.el on 2004-03-11).
9238
9239 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
9240
9241 * files.el (hack-local-variables-filter): Fix last change.
9242
9243 2009-07-19 Juri Linkov <juri@jurta.org>
9244
9245 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
9246 (dir-local-variables-alist): New buffer-local variable.
9247 (hack-local-variables-filter): If variable is not dir-local,
9248 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
9249 because file-local overrides dir-local.
9250 (c-postprocess-file-styles) <declare-function>:
9251 Remove obsolete declaration.
9252 (hack-dir-local-variables): Add dir-local variable/value pair to
9253 `dir-local-variables-alist' and remove duplicates. Doc fix.
9254
9255 * help-fns.el (describe-variable): Add information about
9256 file-local and dir-local variables.
9257
9258 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
9259
9260 * files.el (hack-local-variables-filter): Rewrite.
9261
9262 2009-07-19 Glenn Morris <rgm@gnu.org>
9263
9264 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
9265 Silence compiler by only defining on XEmacs.
9266
9267 * international/mule.el (auto-coding-regexp-alist): Only match
9268 BABYL... at the start of buffer, not of lines. (Bug#3790)
9269
9270 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
9271 non-calendar buffers (Bug#3862). Restore "not on a date" message.
9272 (cal-menu-context-mouse-menu): Doc fix.
9273
9274 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
9275
9276 * simple.el (mail-user-agent): Doc fix. Set :version tag.
9277
9278 2009-07-18 Juri Linkov <juri@jurta.org>
9279
9280 * info.el: Virtual Info keyword finder.
9281 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
9282 (Info-finder-file): New variable.
9283 (Info-finder-find-file): New function.
9284 (finder-known-keywords, finder-package-info)
9285 (find-library-name, lm-commentary): Use defvar and
9286 declare-function to silence compiler warnings.
9287 (Info-finder-find-node): New function.
9288 (info-finder): New command.
9289
9290 * subr.el (process-kill-buffer-query-function): New function.
9291 (add-hook)<kill-buffer-query-functions>: Add hook
9292 `process-kill-buffer-query-function'.
9293
9294 2009-07-18 Alan Mackenzie <acm@muc.de>
9295
9296 * progmodes/cc-mode.el (c-before-hack-hook)
9297 (c-postprocess-file-styles): Give invocation of `c-set-style'
9298 DONT-OVERRIDE parameter of t. Already set style variables will
9299 thus not be overridden by style settings given by `c-file-syle'.
9300
9301 * files.el (hack-local-variables-filter): Remove entries with
9302 duplicate keys from `file-local-variables-alist'.
9303
9304 2009-07-18 Eli Zaretskii <eliz@gnu.org>
9305
9306 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
9307 x-set-selection if display-selections-p returns nil for the
9308 current frame.
9309
9310 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
9311
9312 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
9313
9314 2009-07-18 Eli Zaretskii <eliz@gnu.org>
9315
9316 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
9317 Accept nil in addition to a regexp.
9318 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
9319 Accept nil in addition to a regexp.
9320 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
9321 buffers that have an associated file. Handle nil values of
9322 desktop-buffers-not-to-save and desktop-files-not-to-save.
9323 (Bug#3833)
9324
9325 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
9326 (x-disown-selection-internal): New functions.
9327
9328 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
9329
9330 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
9331 warning.
9332 (gdb-breakpoints-header): Move forward to avoid compiler warning.
9333 (gdb-make-header-line-mouse-map): Remove duplicate definition.
9334
9335 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
9336
9337 * simple.el (set-mark): Revert last change.
9338
9339 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
9340
9341 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
9342 rendering of pngs is not possible instead of messaging a long
9343 description.
9344
9345 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
9346
9347 * w32-fns.el (x-selection-owner-p): New function.
9348
9349 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
9350 (mouse-yank-at-click, mouse-yank-primary): If
9351 select-active-regions is non-nil, deactivate the mark before
9352 insertion.
9353
9354 * simple.el (deactivate-mark, set-mark): Only save selection if we
9355 own it.
9356
9357 2009-07-17 Kenichi Handa <handa@m17n.org>
9358
9359 * case-table.el (describe-buffer-case-table): Fix for the case
9360 that KEY is a cons.
9361
9362 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
9363
9364 * vc-rcs.el (vc-rcs-find-file-hook):
9365 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
9366
9367 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
9368
9369 * net/tramp.el (tramp-wait-for-output): Handle the case when
9370 commands do not return a newline but a null byte before the shell
9371 prompt. (Bug#3858)
9372
9373 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9374
9375 * term/ns-win.el (ns-set-alpha): Don't declare.
9376 (ns-set-background-alpha): Remove function.
9377
9378 2009-07-16 Kevin Ryde <user42@zip.com.au>
9379
9380 * emacs-lisp/copyright.el (copyright-update): Save match-data across
9381 y-or-n-p, for safety.
9382
9383 2009-07-16 Richard Stallman <rms@gnu.org>
9384
9385 * files.el (auto-save-mode): If buffer-saved-size is -2,
9386 don't clobber it.
9387
9388 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
9389 (rmail-retry-ignored-headers): Add more uninteresting fields.
9390
9391 2009-07-15 Jari Aalto <jari.aalto@cante.net>
9392
9393 * net/rcirc.el (rcirc): Use history variables.
9394 (rcirc-server-name-history, rcirc-nick-name-history)
9395 (rcirc-server-port-history): New variables.
9396
9397 2009-07-15 Kenichi Handa <handa@m17n.org>
9398
9399 * international/mule-cmds.el (set-language-environment-charset):
9400 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
9401 ignore them.
9402
9403 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
9404 Delete unibyte-display.
9405
9406 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
9407
9408 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
9409
9410 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
9411
9412 * simple.el (deactivate-mark): Optional argument FORCE.
9413 (set-mark): Use deactivate-mark.
9414
9415 * info.el (Info-search): No need to check transient-mark-mode
9416 before calling deactivate-mark.
9417
9418 * select.el (x-set-selection): Doc fix.
9419 (x-valid-simple-selection-p): Allow buffer values.
9420 (xselect--selection-bounds): Handle buffer values. Suggested by
9421 David De La Harpe Golden.
9422
9423 * mouse.el (mouse-set-region, mouse-drag-track): Call
9424 copy-region-as-kill before setting the mark, to let
9425 select-active-regions work.
9426
9427 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
9428
9429 * simple.el (deactivate-mark): If select-active-regions is
9430 non-nil, copy the selection data into a string.
9431 (activate-mark): If select-active-regions is non-nil, set the
9432 selection to the current buffer.
9433 (set-mark): Update selection if select-active-regions is non-nil.
9434
9435 * select.el (x-valid-simple-selection-p): Allow buffer values.
9436
9437 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
9438
9439 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
9440 and more featureful message-mode.
9441
9442 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
9443
9444 * select.el (x-set-selection): Doc fix.
9445 (x-valid-simple-selection-p): Disallow selection data consisting
9446 of a list or cons of integers, since that is not used.
9447 (xselect--selection-bounds, xselect--int-to-cons): New functions.
9448 (xselect-convert-to-string, xselect-convert-to-length)
9449 (xselect-convert-to-filename, xselect-convert-to-charpos)
9450 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
9451
9452 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
9453
9454 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
9455 output in -break-info command (Emacs bug #3794).
9456
9457 2009-07-14 Glenn Morris <rgm@gnu.org>
9458
9459 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
9460 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
9461 (edebug-print-length, edebug-print-level, edebug-print-circle)
9462 (edebug-sit-for-seconds, edebug-view-outside)
9463 (edebug-bounce-point, edebug-set-global-break-condition)
9464 (edebug-Go-nonstop-mode, edebug-trace-mode)
9465 (edebug-Trace-fast-mode, edebug-continue-mode)
9466 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
9467 (edebug-visit-eval-list): Doc fixes.
9468
9469 * subr.el (def-edebug-spec): Doc fix.
9470
9471 2009-07-14 Kenichi Handa <handa@m17n.org>
9472
9473 * international/characters.el: Fix setting of category ?C.
9474
9475 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
9476
9477 * term/ns-win.el (x-select-font): defalias x-select-font to
9478 ns-popup-font-panel instead of generate-fontset-menu.
9479
9480 2009-07-12 Eli Zaretskii <eliz@gnu.org>
9481
9482 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
9483
9484 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
9485
9486 * arc-mode.el (archive-find-type): Allow for a PK00 string before
9487 the PK\003\004 header (Bug#3770).
9488
9489 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
9490
9491 * pcomplete.el (pcomplete-comint-setup): Check for
9492 shell-dynamic-complete-filename too.
9493
9494 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
9495
9496 * simple.el (temporary-goal-column): Change the value for
9497 line-move-visual to a cons cell.
9498 (line-move-visual): Record or set the window hscroll, if
9499 necessary (Bug#3494).
9500 (line-move-1): Handle cons value of temporary-goal-column.
9501
9502 2009-07-11 Kenichi Handa <handa@m17n.org>
9503
9504 * international/mule-diag.el (describe-character-set): Don't show
9505 width.
9506
9507 2009-07-10 Sam Steingold <sds@gnu.org>
9508
9509 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9510 Omake sometimes indents the errors it prints, so allow all
9511 regexps to start with spaces.
9512
9513 2009-07-10 Eli Zaretskii <eliz@gnu.org>
9514
9515 * cus-edit.el (customize-changed-options-previous-release):
9516 Bump value to 22.1. (Bug#3804)
9517
9518 2009-07-08 Sam Steingold <sds@gnu.org>
9519
9520 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
9521 to be a cons cell (test . ignored-directory) to selectively ignore
9522 some directories depending on the location of the search.
9523
9524 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
9525
9526 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
9527 remote user is root, on the local host.
9528 (tramp-local-host-p): Either the local user or the remote user
9529 must be root. (Bug#3771)
9530
9531 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
9532
9533 * progmodes/gdb-mi.el (gdb): Remove description of
9534 gdb-use-separate-io-buffer.
9535 (menu): Don't allow toggling of or enable
9536 gdb-use-separate-io-buffer from menubar.
9537
9538 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
9539
9540 * mail/unrmail.el (unrmail): Make sure the message ends with two
9541 newlines (Bug#3769).
9542
9543 2009-07-08 Glenn Morris <rgm@gnu.org>
9544
9545 * calendar/calendar.el (calendar-current-date): Rework previous change.
9546
9547 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
9548
9549 * calendar/calendar.el (calendar-current-date):
9550 Add an optional argument giving an offset from today.
9551
9552 2009-07-08 Glenn Morris <rgm@gnu.org>
9553
9554 * tutorial.el (tutorial--describe-nonstandard-key):
9555 Adjust the message for when a key has been unbound.
9556 (help-with-tutorial): Hide the arch-tag.
9557
9558 2009-07-08 Kenichi Handa <handa@m17n.org>
9559
9560 * international/fontset.el (setup-default-fontset): For each
9561 script, append (not set) font-specs.
9562
9563 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
9564 docstring.
9565
9566 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
9567
9568 * progmodes/gdb-mi.el (gdb-init-1): Move sending
9569 -data-list-register-names to ...
9570 (gdb-starting): ... here because GDB 7.0 requires execution to
9571 have started when using this MI command.
9572 (gdb-set-header): New function to distinguish select and
9573 unselected tabs in gdb buffers.
9574 (gdb-propertize-header): New macro that uses gdb-set-header.
9575 (gdb-breakpoints-header, gdb-locals-header): Use it.
9576 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
9577
9578 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
9579
9580 * Makefile.in (ELCFILES): Remove fadr.elc.
9581
9582 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
9583
9584 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
9585 may contain frame information, so `string-match' should be used.
9586 (gdb-update): Disassembly is invalidated through
9587 `gdb-get-selected-frame'.
9588 (gdb-pad-string): New function to pad string with spaces.
9589 (gdb-invalidate-disassembly): Invalidate only if the buffer
9590 exists.
9591 (gdb-disassembly-handler-custom): Column alignment.
9592 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
9593 placing new ones.
9594 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
9595 end of line, too.
9596 (gdb-frame-handler): Match convention to for disassembly buffer
9597 mode name.
9598 (gdb-stack-list-frames-handler): Rewritten without regexps.
9599 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
9600 not highlight breakpoints without line information.
9601 (gdb-input): Add trailing newline to command.
9602
9603 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
9604 buffer properly.
9605 (gdb-breakpoints-list-handler-custom): Replacement for
9606 `gdb-break-list-handler'. Using real parser instead of regexps
9607 now.
9608 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
9609 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
9610 to place breakpoints.
9611 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
9612 functions.
9613 (gdb-disassembly-handler-custom): Show overlay arrow.
9614 (gdb-disassembly-place-breakpoints): Show breakpoints in
9615 disassembly buffer.
9616 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
9617 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
9618 instead of parsing breakpoints buffer. Fixed old menu references
9619 in `gud-menu-map'.
9620
9621 * fadr.el: Remove.
9622
9623 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
9624 (gdb-memory-address): New variable which holds top address of
9625 memory page shown in memory buffer.
9626 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
9627 customization variables.
9628 New functions:
9629 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
9630 display the memory buffer.
9631 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
9632 buffer display parameters.
9633 (def-gdb-memory-format, gdb-memory-format-binary)
9634 (gdb-memory-format-octal, gdb-memory-format-unsigned)
9635 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
9636 Functions for setting memory buffer format.
9637 (gdb-memory-unit-word, gdb-memory-unit-halfword)
9638 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
9639 unit size used in memory buffer.
9640 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
9641 to next/previous page of memory buffer.
9642 Now using (bindat-get-field) instead of fadr functions.
9643
9644 2009-07-07 Sam Steingold <sds@gnu.org>
9645
9646 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
9647 non-top-level files.
9648
9649 2009-07-07 Kenichi Handa <handa@m17n.org>
9650
9651 * international/mule-cmds.el (reset-language-environment): Put
9652 the highset priority to the charset iso-8859-1.
9653
9654 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
9655
9656 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
9657 to the end of the line when locating the block (Bug#700).
9658
9659 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
9660
9661 * net/tramp.el (tramp-handle-write-region): Flush file properties
9662 in case of short track.
9663
9664 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
9665
9666 * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
9667 representation of verilog error regular expressions to work with
9668 Emacs-22's new format.
9669 (verilog-error-regexp-xemacs-alist): Coded custom representation
9670 of verilog error regular expressions to work with XEmacs format.
9671 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
9672 error recognition into XEmacs.
9673 (verilog-error-regexp-add-emacs): Hook routine to install verilog
9674 error recognition into Emacs-22.
9675
9676 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
9677
9678 * woman.el: Remove stand-alone closing parentheses.
9679 (woman-file-name, woman2-format-paragraphs)
9680 (woman-leave-blank-lines): Code cleanup.
9681 (woman-use-own-frame): Change default to nil.
9682 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
9683 defaults to inherit from default faces.
9684 (woman2-process-escapes): Consume the newline after a stand-alone
9685 filler character (Bug#3651).
9686
9687 2009-07-06 Glenn Morris <rgm@gnu.org>
9688
9689 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
9690 (top-level): Move provide to the end.
9691 (ffap): Remove defunct URL from custom group.
9692
9693 * subr.el (eval-after-load): Doc fix.
9694
9695 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
9696
9697 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
9698 `calc-embedded-word' is called twice.
9699
9700 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9701
9702 * files.el (find-alternate-file-other-window, find-alternate-file):
9703 Obey confirm-nonexistent-file-or-buffer.
9704
9705 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
9706
9707 * dired-aux.el (dired-show-file-type): Handle remote files.
9708
9709 2009-07-05 Jari Aalto <jari.aalto@cante.net>
9710
9711 * desktop.el (desktop-globals-to-save):
9712 Add file-name-history (Bug#2750).
9713
9714 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
9715
9716 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
9717
9718 2009-07-04 Johan Bockgård <bojohan@gnu.org>
9719
9720 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
9721 property on entire argument since this is what eshell-lisp-command
9722 expects.
9723
9724 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
9725
9726 * net/tramp-gvfs.el (tramp-gvfs-methods)
9727 (tramp-gvfs-zeroconf-domain)
9728 (tramp-bluez-discover-devices-timeout): Add version flag.
9729 (tramp-gvfs-handler-mounted-unmounted)
9730 (tramp-gvfs-connection-mounted-p): Polish handling of
9731 incompatibilities between GVFS 0.2 and 1.0.
9732
9733 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
9734
9735 * cus-start.el (all): Add make-pointer-invisible.
9736
9737 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
9738
9739 * calc-math.el (math-use-emacs-fn): Make sure that the number is
9740 formatted correctly.
9741
9742 2009-07-02 Juri Linkov <juri@jurta.org>
9743
9744 * info.el: Virtual Info files and nodes.
9745 (Info-virtual-files, Info-virtual-nodes): New variables.
9746 (Info-current-node-virtual): New variable.
9747 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
9748 New functions.
9749 (Info-file-supports-index-cookies): Use Info-virtual-file-p
9750 to check for a virtual file instead of checking a fixed list
9751 of node names.
9752 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
9753 instead of ad-hoc processing of "dir" and (apropos history toc).
9754 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
9755 instead of ad-hoc processing of "dir" and (apropos history toc).
9756 Reread a file when moving from a virtual node.
9757 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
9758 (Info-directory-toc-nodes, Info-directory-find-file)
9759 (Info-directory-find-node): New functions.
9760 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
9761 (Info-history): Move part of code to
9762 `Info-history-find-node'.
9763 (Info-history-toc-nodes, Info-history-find-file)
9764 (Info-history-find-node): New functions.
9765 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
9766 (Info-toc): Move part of code to `Info-toc-find-node'.
9767 (Info-toc-find-node): New function.
9768 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
9769 the current Info file name to references because now the node
9770 "*TOC*" belongs to the same Info manual.
9771 (Info-toc-build): Rename from `Info-build-toc'.
9772 (Info-toc-nodes): Rename input argument `file' to `filename'.
9773 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
9774 instead of ad-hoc processing of ("dir" apropos history toc).
9775 (Info-index-nodes): Use Info-virtual-file-p
9776 to check for a virtual file instead of checking a fixed list
9777 of node names.
9778 (Info-index-node): Add check for `Info-current-node-virtual'.
9779 Raise `save-match-data' higher up the tree to contain
9780 `search-forward' too (bug fix).
9781 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
9782 (Info-virtual-index-nodes): New variable.
9783 (Info-virtual-index-find-node, Info-virtual-index): New functions.
9784 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
9785 (Info-apropos-file, Info-apropos-nodes): New variables.
9786 (Info-apropos-toc-nodes, Info-apropos-find-file)
9787 (Info-apropos-find-node, Info-apropos-matches): New functions.
9788 (info-apropos): Move part of code to `Info-apropos-find-node' and
9789 `Info-apropos-matches'.
9790 (Info-mode-map): Bind "I" to `Info-virtual-index'.
9791 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
9792 for a virtual file instead of checking a fixed list of node names.
9793
9794 * simple.el (async-shell-command): New command.
9795
9796 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
9797
9798 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
9799 instead of `mount-info'.
9800
9801 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
9802
9803 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
9804 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
9805
9806 2009-07-02 Kenichi Handa <handa@m17n.org>
9807
9808 * international/mule.el (set-keyboard-coding-system): Force *-unix
9809 coding-system to avoid eol conversion.
9810
9811 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
9812
9813 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9814 Add handler for `process-file', `shell-command' and
9815 `start-file-process'.
9816 (tramp-gvfs-handle-shell-command)
9817 (tramp-gvfs-handle-start-file-process)
9818 (tramp-gvfs-handle-process-file): New defuns.
9819 (tramp-synce-list-devices): Simplify check for existence of property.
9820
9821 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
9822
9823 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
9824
9825 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
9826
9827 * language/korean.el (set-language-info-alist): Add korean-cp949,
9828 cp949 to spec.
9829
9830 2009-07-01 Kenichi Handa <handa@m17n.org>
9831
9832 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
9833
9834 * international/encoded-kb.el: Deleted.
9835
9836 * international/mule.el (set-keyboard-coding-system): Perform the
9837 necessary setup here instead of calling encoded-kbd-setup-display.
9838
9839 2009-07-01 Glenn Morris <rgm@gnu.org>
9840
9841 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
9842
9843 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
9844
9845 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
9846
9847 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
9848
9849 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
9850 Handle also the 'rename case, when setting file modes. (Bug#3712)
9851 (tramp-default-file-modes) Remove execute permissions.
9852
9853 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
9854 (top): Add a default for "synce" in `tramp-default-user-alist'.
9855 Add completion function for "synce" method.
9856 (tramp-hal-service, tramp-hal-path-manager)
9857 (tramp-hal-interface-manager, tramp-hal-interface-device):
9858 New defconst.
9859 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
9860 (tramp-synce-list-devices, tramp-synce-parse-device-names):
9861 New defuns.
9862
9863 * net/trampver.el: Update release number.
9864
9865 2009-06-30 Kenichi Handa <handa@m17n.org>
9866
9867 * international/fontset.el (setup-default-fontset): Add CJK fonts
9868 for symbols and the other miscellaneous characters.
9869
9870 * language/korea-util.el (setup-korean-environment-internal):
9871 Make char-width-table suitable for Korean environments.
9872 (exit-korean-environment): Cancel above.
9873
9874 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
9875 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
9876 setup-funcion to make char-widht-table suitable for respective
9877 environments, and an exit-function to cancel that.
9878
9879 * language/japan-util.el (setup-japanese-environment-internal):
9880 Call use-cjk-char-width-table with arg `ja_JP'.
9881
9882 * international/characters.el (cjk-char-width-table): Delete it.
9883 (cjk-char-width-table-list): New variable.
9884 (use-cjk-char-width-table): New arg local-name.
9885 (use-default-char-width-table): Fix for the case that Emacs is
9886 already using the default char-width-table.
9887
9888 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
9889
9890 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
9891 modes mandatory. (Bug#3712)
9892
9893 2009-06-29 Alan Mackenzie <acm@muc.de>
9894
9895 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
9896 correction between the visible width of TABs and their number of bytes.
9897
9898 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
9899
9900 * server.el (server-buffer-done): Prevent kill-buffer from
9901 prompting by clearing the buffer modification flag (Bug#3696).
9902
9903 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
9904
9905 * verilog-mode.el (verilog-beg-of-statement)
9906 (verilog-endcomment-reason-re): Support unique case and priority case.
9907 (verilog-basic-complete-re): Support localparam lineup.
9908 (verilog-beg-of-statement-1): Fix for robustness, unique case.
9909 (verilog-set-auto-endcomments): Fix for unique case, always_comb
9910 commenting.
9911 (verilog-leap-to-case-head): Now support *nested* unique &
9912 priority case statements.
9913 (verilog-auto-lineup): Make just declarations the default (as it
9914 had been).
9915 (verilog-leap-to-case-head): Support priority/unique case statements.
9916 (verilog-auto-lineup): Rework to give users radio buttons to
9917 select the various styles of automatic lineup.
9918 (verilog-error-regexp-alist): Rework to support the XEmacs style
9919 of error regular expressions from compilers, lint tools &
9920 simulators. Note that GNU Emacs has made it impossible for a mode
9921 to load such things.
9922 (electric-verilog-terminate-line, verilog-indent-declaration)
9923 (verilog-auto-wiure): Rework for radio button selection of
9924 auto-lineup selection of specification of auto lineup.
9925 (verilog-beg-of-statement-1): Redesign to support proper operation
9926 in additional code, based on testing with auto-lineup.
9927 (verilog-calculate-indent, assignments & declarations)
9928 (verilog-backward-token): Enhance to support auto-lineup of
9929 assignments & declarations.
9930 (verilog-in-directive-p, verilog-at-struct-p): New function for
9931 easy test of whether we are.
9932 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
9933 to support safe execution at almost anyline.
9934 (verilog-calc-1): Properly support indenting deep inside generate
9935 blocks.
9936 (verilog-init-font) Remove definition & use of verilog-init-font,
9937 as it is redundant with font-lock-defaults.
9938 (verilog-mode): Alter the definition of verilog-font-lock-defaults
9939 to avoid circular calls if syntax-ppss is a function (as is the
9940 case now in 22.x GNU Emacs) as that function would sometimes call
9941 itself, leading to (nearly) infinite recursion.
9942 (verilog-ovm-begin-re, verilog-ovm-end-re)
9943 (verilog-ovm-statement-re, verilog-leap-to-head)
9944 (verilog-backward-token): Add support for OVM macros. Some are
9945 complete statements, and others open and close scopes like begin
9946 and end.
9947 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
9948 (verilog-defun-level-generate-only-re): Really fix the defun-list
9949 compilation issue.
9950 (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
9951 coverpoint, constraint and cross statements.
9952 (verilog-defun-level-list, verilog-generate-defun-level-list)
9953 (verilog-all-defun-level-list): Redo these specifications - it is
9954 too hard to support eval-when compile aggregation of lists also
9955 built at when-compile time.
9956 (verilog-defun-level-list): Place defconsts of variables used in
9957 building regular expressions which are built in eval-when-compile
9958 bodies in the same eval-when-compile body to facilitate compile
9959 without load.
9960 (verilog-beg-block-re-ordered): Support indenting
9961 virtual/protected tasks and functions.
9962 (verilog-defun-level-list, verilog-in-generate-region-p)
9963 (verilog-backward-ws&directives, verilog-calc-1): Speed up
9964 indentation of some module items (generate items).
9965 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
9966 across virtual/protected tasks and functions.
9967
9968 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
9969
9970 * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
9971 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
9972 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
9973 in concatenations. Reported by Yishay Belkind.
9974 (verilog-auto-ascii-enum): Support one-hot state machines in
9975 AUTOASCIIENUM. Suggested by Lloyd Gomez.
9976 (verilog-auto-inst, verilog-auto-inst-port): Include interface
9977 modport in AUTOINST and add vl-modport for users. Reported by
9978 David Rogoff.
9979 (verilog-auto-inout-module, verilog-auto-inst)
9980 (verilog-decls-get-interfaces, verilog-insert-definition)
9981 (verilog-insert-one-definition, verilog-read-decls)
9982 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
9983 (verilog-sig-modport, verilog-signals-combine-bus)
9984 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
9985 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
9986 Suggested by David Rogoff.
9987 (verilog-repair-open-comma): Fix non-insertion of comma when
9988 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
9989 (verilog-make-width-expression): Simplify [A-1:0] expression
9990 widths to just {A{1'b0}}.
9991 (verilog-mode): Cleanup checkdoc warnings.
9992 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
9993 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
9994 inputs/outputs or data type. Suggested by Vasu Kandadi.
9995 (next-error-last-buffer): Fix byte-compiler warning.
9996 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
9997 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
9998 or shell command text during AUTO expansion. Suggested by Tad Truex.
9999 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
10000 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
10001 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
10002 in AUTOINOUT. Reported by Matthew Lovell.
10003 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
10004 causing use of <= assignments. Reported by Alex Reed.
10005 (verilog-read-decls): Fix triand, trior, wand, wor to be
10006 recognized by AUTOWIRE. Reported by Spencer Isaacson.
10007 (verilog-extended-complete-re): Support import "DPI-C" functions.
10008 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
10009 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
10010 (verilog-insert-date, verilog-insert-year)
10011 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
10012 Windows systems. Reported by Michael Potts.
10013 (verilog-read-module-name): Fix AUTOINST when the child module
10014 declaration's name is a tick define. Reported by Elliot Mednick.
10015 (verilog-read-decls): Fix V2K parameter bit subscripts getting
10016 passed to next parameter's definition. Reported by Bruce T.
10017 (verilog-read-decls): Fix detecting "parameter int" when using
10018 AUTOINSTPARAM. Reported by Bruce T.
10019 (verilog-goto-defun): Fix goto not finding modules unless first
10020 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
10021 (verilog-mode): Expand -f flag arguments on entry to mode so
10022 verilog-goto-defun will work. Reported by Lawrence Butcher.
10023 (verilog-getopt): Expand environment variables in -f file
10024 arguments. Suggested by Lawrence Butcher.
10025 (verilog-set-define): Fix "Symbol's value as variable is void"
10026 when reading enumerations.
10027 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
10028 Suggested by Stephen Peltan.
10029 (verilog-read-defines): Fix reading of enumerations in include
10030 files. Reported by Steve Peltan.
10031
10032 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
10033
10034 * files.el (trash-directory): Fix defcustom type.
10035
10036 2009-06-28 Juri Linkov <juri@jurta.org>
10037
10038 * help-fns.el (describe-function-1): Correctly locate adviced
10039 functions in hyperlink (Bug#2438).
10040
10041 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
10042
10043 * files.el (trash-directory): Change default to nil.
10044 (move-file-to-trash): If trash-directory is nil and
10045 system-move-file-to-trash is unbound, perform freedesktop-style
10046 trashing.
10047
10048 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
10049
10050 * files.el (move-file-to-trash): Add freedesktop trash
10051 support (Bug#973).
10052
10053 2009-06-28 Glenn Morris <rgm@gnu.org>
10054
10055 * autorevert.el (global-auto-revert-non-file-buffers)
10056 (global-auto-revert-mode): Doc fixes.
10057
10058 2009-06-27 Johan Bockgård <bojohan@gnu.org>
10059
10060 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
10061
10062 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
10063
10064 * faces.el (x-handle-named-frame-geometry): Ensure that we have
10065 opened an X connection before calling x-get-resource (Bug#3194).
10066
10067 * play/doctor.el: Remove reference to obsolete website.
10068 (make-doctor-variables): Correct grammar mistake (Bug#2633).
10069
10070 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
10071
10072 Remove find-file-not-found-hook VC method. (Bug#2757)
10073 * vc-hooks.el (vc-file-not-found-hook)
10074 (vc-default-find-file-not-found-hook): Remove functions.
10075 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
10076 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
10077 * vc.el:
10078 * vc-hg.el:
10079 * vc-git.el: Do not mention find-file-not-found-hook VC method.
10080
10081 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
10082
10083 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
10084 compatibility function for `looking-back'.
10085
10086 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
10087 Use `ispell-looking-back'.
10088
10089 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
10090
10091 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
10092 rather than `filename'.
10093
10094 2009-06-23 Miles Bader <miles@gnu.org>
10095
10096 * face-remap.el (text-scale-set): New function.
10097
10098 2009-06-23 Glenn Morris <rgm@gnu.org>
10099
10100 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
10101
10102 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
10103
10104 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
10105
10106 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
10107
10108 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
10109 Simplify Persian conditionals.
10110
10111 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
10112 variable `filename'.
10113
10114 * comint.el (comint-insert-input): Doc fix.
10115
10116 * Makefile.in (ELCFILES): Fix typo in previous change.
10117
10118 2009-06-23 Miles Bader <miles@gnu.org>
10119
10120 * cus-start.el: Add entry for `recenter-redisplay'.
10121
10122 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10123
10124 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
10125 Add an optional argument for the backend, use it instead of
10126 calling vc-backend.
10127 (vc-mode-line): Add an optional argument for the backend.
10128 Pass the backend to vc-state and vc-working-revision. Move code for
10129 special handling for vc-state being a buffer to ...
10130
10131 * vc-rcs.el (vc-rcs-find-file-hook):
10132 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
10133
10134 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
10135 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
10136 vc-stay-local-p and vc-mode-line calls.
10137
10138 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
10139 (vc-cvs-diff, vc-cvs-annotate-command)
10140 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
10141 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
10142 vc-mode-line calls.
10143
10144 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
10145 direct comparison.
10146 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
10147 backend when calling vc-mode-line.
10148 (vc-register): Do not create a closure for calling the vc register
10149 function, call it directly.
10150
10151 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10152
10153 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
10154 to make it obvious item can be clicked.
10155
10156 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
10157
10158 2009-06-23 Kenichi Handa <handa@m17n.org>
10159
10160 * language/korea-util.el (korean-key-bindings): Change the binding
10161 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
10162 same command.
10163
10164 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
10165
10166 Sync with Tramp 2.1.16.
10167
10168 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
10169
10170 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
10171 when a loading of a package fails. Completion function for rsync
10172 is `tramp-completion-function-alist-ssh'.
10173 (all): Replace all calls of `split-string' and
10174 `tramp-split-string' by `tramp-compat-split-string'.
10175 (tramp-default-method): Use `tramp-compat-process-running-p'.
10176 (tramp-default-proxies-alist): Allow also Lisp forms.
10177 (tramp-remote-path): Add choice "Private Directories".
10178 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
10179 (tramp-domain-regexp): Allow also "-", "_" and ".".
10180 (tramp-end-of-output): Remove newlines, and add "$" at the end.
10181 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
10182 (tramp-debug-message): Insert header line in debug buffer.
10183 (tramp-handle-directory-files-and-attributes-with-stat):
10184 Care about filenames with spaces, or starting with "-".
10185 (tramp-handle-dired-uncache): New defun.
10186 (tramp-handle-insert-directory): Don't flush the directory from
10187 cache, this is handled by `dired-uncache' now.
10188 (tramp-handle-insert-file-contents): Improve error handling.
10189 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10190 Quote `tramp-end-of-output'.
10191 (tramp-action-password): Improve trace message.
10192 (tramp-check-for-regexp): Both echoes must be present, before removing.
10193 (tramp-open-connection-setup-interactive-shell): Trace coding system.
10194 (tramp-compute-multi-hops): Eval cons cells of
10195 `tramp-default-proxies-alist'.
10196 (tramp-maybe-open-connection): Use the same command pattern for
10197 first hop and further hops.
10198 (tramp-wait-for-output): Remove handling of newlines.
10199 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
10200 (tramp-split-string): Remove function. It is handled in
10201 tramp-compat now.
10202
10203 * net/tramp-cmds.el (tramp-bug):
10204 Recommend `tramp-cleanup-all-connections' in the bug mail.
10205
10206 * net/tramp-compat.el (tramp-compat-split-string)
10207 (tramp-compat-process-running-p): New defuns.
10208
10209 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
10210 for `dired-uncache'.
10211
10212 * net/tramp-gvfs.el: New package.
10213
10214 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10215 Add handler for `dired-uncache'.
10216 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
10217
10218 * net/trampver.el: Update release number. Make version check fit
10219 for SXEmacs 22.
10220
10221 2009-06-22 Jim Meyering <meyering@redhat.com>
10222
10223 Automatically handle .xz suffix (XZ-compressed files), too.
10224 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
10225 XZ is the successor to LZMA: <http://tukaani.org/xz/>
10226
10227 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
10228 Nick Roberts <nickrob@snap.net.nz>
10229
10230 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
10231 repository (http://sphinx.net.ru/hg/gdb-mi/).
10232
10233 2009-06-22 Glenn Morris <rgm@gnu.org>
10234
10235 * files.el (dir-locals-collect-mode-variables): Allow for any number of
10236 `mode' and `eval' entries. (Bug#3430)
10237
10238 * Makefile.in (ELCFILES): Add fadr.elc.
10239
10240 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
10241 differing behavior of \n and ^ in strings. (Bug#3385)
10242
10243 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
10244
10245 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
10246 property.
10247 (lisp-indent-function): Make it a defcustom.
10248
10249 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
10250
10251 * progmodes/gdb-ui.el: Replace with ...
10252 * progmodes/gdb-mi.el: ... this file.
10253 * progmodes/gud.el: Modify for gdb-mi.el.
10254
10255 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
10256
10257 * fadr.el: New file.
10258
10259 See ChangeLog.14 for earlier changes.
10260
10261 ;; Local Variables:
10262 ;; coding: utf-8
10263 ;; End:
10264
10265 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
10266
10267 This file is part of GNU Emacs.
10268
10269 GNU Emacs is free software: you can redistribute it and/or modify
10270 it under the terms of the GNU General Public License as published by
10271 the Free Software Foundation, either version 3 of the License, or
10272 (at your option) any later version.
10273
10274 GNU Emacs is distributed in the hope that it will be useful,
10275 but WITHOUT ANY WARRANTY; without even the implied warranty of
10276 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10277 GNU General Public License for more details.
10278
10279 You should have received a copy of the GNU General Public License
10280 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
10281
10282 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1