(vc-git-dir-status-goto-stage): Pass --relative to the
[bpt/emacs.git] / lisp / ChangeLog
1 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
2
3 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
4 diff-index command. This requires at least git-1.5.5. (Bug#1589).
5
6 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
7
8 Remove support for adding --signoff on commit.
9 Future support will use an incompatible generic mechanism.
10 * vc-git.el (vc-git-add-signoff): Remove variable.
11 (vc-git-toggle-signoff): Remove function.
12 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
13
14 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
15 from xterm-set-background-mode. Return t if the background mode
16 was set.
17 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
18 earlier, call it again in case the background mode has changed.
19
20 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
21
22 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
23 (Bug#3541).
24
25 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
26
27 * emacs-lisp/assoc.el (aelement): Doc fix.
28 (aput, adelete, amake): Use lexical-let (Bug#5450).
29
30 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
31
32 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
33 is the same as subprogram call, not declaration. (Bug#5435).
34
35 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
36
37 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
38 (tramp-smb-maybe-open-connection): Use it.
39
40 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
41
42 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
43
44 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
45
46 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
47 just because we see "encoding: 8bit".
48 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
49
50 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
51
52 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
53
54 2010-01-22 Eli Zaretskii <eliz@gnu.org>
55
56 * jka-compr.el (jka-compr-load): If load-file is not in
57 load-history, try its file-truename version. (bug#5447)
58
59 2010-01-21 Alan Mackenzie <acm@muc.de>
60
61 Fix a situation where deletion of a cpp construct throws an error.
62 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
63 invoking c-with-all-but-one-cpps-commented-out, check that the
64 special cpp construct is still in the buffer.
65 (c-parse-state): Record the special cpp with markers, not numbers.
66
67 2010-01-21 Kenichi Handa <handa@m17n.org>
68
69 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
70 process last-command-event, as it is now decoded first (Bug#5380).
71
72 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
73
74 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
75
76 2010-01-20 Glenn Morris <rgm@gnu.org>
77
78 * indent.el (tab-always-indent): Fix custom-type.
79
80 2010-01-19 Alan Mackenzie <acm@muc.de>
81
82 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
83 buffer throws "args out of range".
84 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
85 playing the role of delimiter.
86
87 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
88
89 * lisp/progmodes/ada-mode.el: Fix bug#5400.
90 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
91 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
92 changed. Delete RECURSIVE parameter; never used. Improve doc string.
93 Improve comments in "is" portion. Handle null procedure declaration.
94 (ada-move-to-end): Improve doc string.
95
96 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
97
98 * ido.el (ido-cur-list): Initialize to nil.
99 Remove obsolete information from commentary.
100 (ido-choice-list): Initialize to nil.
101 (ido-get-bufname): Reject minibuffers.
102 (ido-make-buffer-list): If "default" is a nonexistent
103 buffer, ignore it, as per the function's comment.
104 (ido-kill-buffer-internal): New function.
105 (ido-kill-buffer-at-head): Use it.
106 (ido-visit-buffer): Likewise.
107
108 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
109
110 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
111
112 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
113
114 * cedet/ede/locate.el (ede-locate-file-in-project)
115 (ede-locate-file-in-project-impl): Fix typos in docstrings.
116 (ede-enable-locate-on-project): Fix typos in error messages.
117
118 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
119 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
120 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
121 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
122 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
123 Fix typos in menu help.
124
125 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
126 Fix typos in chart titles.
127
128 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
129 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
130 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
131 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
132 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
133 (semantic-parse-stream, semantic-parse-region)
134 (semantic-parse-region-default, semantic--set-buffer-cache)
135 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
136 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
137 (semantic-default-submodes):
138 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
139 (semanticdb-create-ebrowse-database)
140 (semanticdb-find-tags-for-completion-method)
141 (semanticdb-find-tags-by-class-method)
142 (semanticdb-deep-find-tags-by-name-method)
143 (semanticdb-deep-find-tags-for-completion-method):
144 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
145 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
146 (semanticdb-find-tags-for-completion-method)
147 (semanticdb-find-tags-by-class-method)
148 (semanticdb-deep-find-tags-for-completion-method):
149 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
150 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
151 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
152 (semanticdb-find-tags-by-name-method)
153 (semanticdb-find-tags-by-name-regexp-method)
154 (semanticdb-find-tags-for-completion-method)
155 (semanticdb-find-tags-by-class-method)
156 (semanticdb-find-tags-external-children-of-type-method)
157 (semanticdb-find-tags-subclasses-of-type-method)
158 (semanticdb-deep-find-tags-by-name-method)
159 (semanticdb-deep-find-tags-by-name-regexp-method)
160 (semanticdb-deep-find-tags-for-completion-method):
161 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
162 (semanticdb-enable-gnu-global-in-buffer)
163 (semanticdb-find-tags-for-completion-method)
164 (semanticdb-deep-find-tags-by-name-method)
165 (semanticdb-deep-find-tags-for-completion-method):
166 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
167 (javascript-mode, semanticdb-find-translate-path)
168 (semanticdb-find-tags-for-completion-method)
169 (semanticdb-find-tags-by-class-method)
170 (semanticdb-deep-find-tags-by-name-method)
171 (semanticdb-deep-find-tags-for-completion-method)
172 (semanticdb-find-tags-external-children-of-type-method):
173 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
174 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
175 (global-semantic-idle-scheduler-mode):
176 * cedet/srecode/dictionary.el (srecode-field-value)
177 (srecode-dictionary-add-section-dictionary):
178 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
179 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
180 (describe-class, eieio-describe-generic, describe-generic):
181 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
182 (eieio-speedbar-expand):
183 * emulation/viper-cmd.el (viper-exec-form-in-vi)
184 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
185 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
186 (viper-del-backward-char-in-replace, viper-backward-indent)
187 (viper-brac-function, viper-register-to-point, viper-submit-report):
188 * net/tramp.el (tramp-remote-coding-commands):
189 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
190 Fix typos in docstrings.
191
192 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
193
194 * mail/sendmail.el (mail-yank-original): Set the mark if the
195 specified function for yanking does not do it.
196
197 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
198
199 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
200
201 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
202 resyncing a directory.
203
204 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
205
206 * progmodes/ada-mode.el: Fix bug#1920.
207 (ada-ident-re): Delete ., allow multibyte characters.
208 (ada-goto-label-re): New; matches goto labels.
209 (ada-block-label-re): New; matches block labels.
210 (ada-label-re): New; matches both.
211 (ada-named-block-re): Deleted; callers changed to use
212 `ada-block-label-re' instead.
213 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
214 Use `ada-block-label-re'.
215 (ada-indent-on-previous-lines): Improve handling of goto labels.
216 (ada-get-indent-block-start): Special-case block label.
217 (ada-get-indent-label): Split into `ada-indent-block-label' and
218 `ada-indent-goto-label'.
219 (ada-goto-stmt-start, ada-goto-next-non-ws):
220 Optionally ignore goto labels.
221 (ada-goto-next-word): Simplify.
222 (ada-indent-newline-indent-conditional): Insert newline before
223 trying to fix indentation; doc fix.
224
225 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
226
227 * calc/calc.el (calc-command-flags): Give it an initial value.
228
229 2010-01-17 Glenn Morris <rgm@gnu.org>
230
231 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
232
233 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
234
235 * cedet/semantic.el (semantic-mode):
236 * files.el (minibuffer-with-setup-hook):
237 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
238 (artist-key-draw-continously, artist-key-do-continously-continously)
239 (artist-key-set-point-continously, artist-mouse-draw-continously):
240 Fix typos in docstrings.
241
242 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
243
244 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
245 return t (Bug#3898).
246
247 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
248
249 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
250 can parse the output of the external commands (Bug#5279).
251
252 2010-01-16 Jari Aalto <jari.aalto@cante.net>
253
254 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
255
256 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
257
258 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
259
260 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
261
262 * startup.el (command-line): Remove unused --icon-type arg.
263 Handle --display arg, passing it to command-line-1 (Bug#5392).
264
265 2010-01-16 Mario Lang <mlang@delysid.org>
266
267 * cedet/ede/cpp-root.el (ede-cpp-root-project):
268 * cedet/ede/files.el (ede-expand-filename):
269 * cedet/ede/simple.el (ede-simple-project):
270 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
271 (semantic-complete-inline-tag-engine):
272 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
273 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
274 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
275 * cedet/semantic/db.el (semanticdb-equivalent-mode):
276 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
277 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
278 * emacs-lisp/chart.el (chart-translate-namezone):
279 * textmodes/artist.el (artist-compute-popup-menu-table):
280 Remove duplicated words in doc-strings.
281
282 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
283
284 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
285 to mairix-search to suppress threading (Bug#5342).
286
287 2010-01-15 Kenichi Handa <handa@m17n.org>
288
289 * international/mule-cmds.el (canonicalize-coding-system-name):
290 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
291
292 2010-01-15 Glenn Morris <rgm@gnu.org>
293
294 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
295
296 * wid-edit.el (widget-keymap): Doc fix.
297
298 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
299 former seems to be more widely accepted by various svn versions.
300
301 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
302
303 * find-cmd.el (find-constituents):
304 * vc-arch.el (vc-arch-root):
305 * window.el (window-body-height, pop-up-frames):
306 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
307 (semantic-no-reparse-needed-change-hook):
308 * cedet/srecode/insert.el (srecode-resolve-argument-list)
309 (srecode-template-inserter-blank, srecode-template-inserter-variable)
310 (srecode-template-inserter-ask, srecode-template-inserter-width)
311 (srecode-template-inserter-section-start)
312 (srecode-template-inserter-section-end, srecode-insert-method):
313 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
314 * progmodes/ada-stmt.el (ada-if):
315 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
316 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
317 (ispell-encoding8-command, ispell-aspell-supports-utf8)
318 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
319
320 * progmodes/flymake.el (flymake-post-syntax-check):
321 Fix typo in error message.
322
323 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
324
325 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
326 which is always a string. (Bug#5313)
327
328 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
329
330 * progmodes/ada-xref.el (ada-default-prj-properties):
331 Simplify previous change.
332
333 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
334
335 * progmodes/ada-xref.el (ada-default-prj-properties):
336 Default ada_project_path to $ADA_PROJECT_PATH.
337
338 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
339
340 * progmodes/ada-mode.el (ada-create-keymap):
341 Override `narrow-to-defun' with `ada-narrow-to-defun'.
342
343 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
344
345 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
346 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
347 (ada-get-current-indent, ada-imenu-generic-expression)
348 (ada-which-function): Check for it.
349
350 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
351
352 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
353 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
354
355 2010-01-14 Glenn Morris <rgm@gnu.org>
356
357 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
358
359 2010-01-14 Kenichi Handa <handa@m17n.org>
360
361 * composite.el (auto-composition-mode): Make it a buffer local
362 variable (permanent-local).
363 (auto-composition-function): Set the default value to
364 auto-compose-chars.
365 (auto-composition-mode): Make it a simple function, not a minor mode.
366 (global-auto-composition-mode): Likewise.
367 (turn-on-auto-composition-if-enabled): Delete it.
368
369 2010-01-13 Karl Fogel <kfogel@red-bean.com>
370
371 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
372
373 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
374
375 * files.el (copy-directory): Compute target for recursive
376 directories with identical names. (Bug#5343)
377
378 2010-01-12 Glenn Morris <rgm@gnu.org>
379
380 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
381 it to bug-gnu-emacs rather than emacs-pretest-bug.
382
383 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
384
385 * cedet/data-debug.el (data-debug): Fix customization group reference.
386
387 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
388
389 * cedet/semantic/analyze.el (semantic-analyze-push-error)
390 (semantic-analyze-context, semantic-analyze-context-assignment)
391 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
392 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
393 (semantic-java-doc-keywords-map):
394 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
395 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
396 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
397 (semantic-c-classname, semantic-format-tag-uml-prototype)
398 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
399 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
400 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
401 (semantic-get-local-variables, semantic-end-of-command)
402 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
403 (lisp-mode):
404 * cedet/semantic/bovine/make.el (makefile-mode):
405 * cedet/semantic/wisent/python.el (wisent-python-string-re)
406 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
407 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
408 (semantic-lex, semantic-get-local-variables, python-mode):
409 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
410 * cedet/srecode/extract.el (srecode-extract-state-set)
411 (srecode-extract-method): Fix typos in docstrings.
412
413 2010-01-11 Sam Steingold <sds@gnu.org>
414
415 * imenu.el (imenu-default-create-index-function): Detect infinite
416 loops caused by imenu-prev-index-position-function.
417
418 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
419
420 * htmlfontify.el (htmlfontify-load-rgb-file)
421 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
422 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
423 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
424 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
425 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
426 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
427 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
428 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
429 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
430 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
431 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
432 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
433 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
434 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
435 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
436 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
437 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
438 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
439 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
440 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
441 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
442 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
443 backslash-quoting from parentheses, etc.
444
445 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
446
447 * progmodes/js.el: Autoload javascript-mode alias.
448
449 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
450
451 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
452 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
453 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
454 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
455 Fix typos in docstrings.
456 (ffap-url-regexp): Doc fix.
457 (ffap-at-mouse): Fix typo in message.
458
459 2010-01-11 Glenn Morris <rgm@gnu.org>
460
461 * version.el (emacs-copyright): Set copyright year to 2010.
462
463 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
464
465 * format.el (format-annotate-function): Only set
466 write-region-post-annotation-function after running to-fn so as not to
467 affect nested write-region calls (bug#5273).
468
469 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
470
471 * cedet/semantic.el (semantic-new-buffer-setup-functions):
472 Add python parser.
473
474 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
475 wisent/python.el.
476
477 2010-01-10 Richard Kim <emacs18@gmail.com>
478
479 * cedet/semantic/wisent/python-wy.el:
480 * cedet/semantic/wisent/python.el: New files.
481
482 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
483
484 * man.el (Man-goto-section): Signal error if the section is not
485 found (Bug#5317).
486
487 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
488
489 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
490 URLs with a leading triple slash in the file: scheme. (Bug#5345)
491
492 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
493
494 * progmodes/compile.el: Don't treat compile-command as safe if
495 compilation-read-command might be nil (Bug#4218).
496
497 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
498
499 * startup.el (command-line-1): Use orig-argi to check for ignored X and
500 NS options.
501
502 2010-01-08 Kenichi Handa <handa@m17n.org>
503
504 * international/fontset.el (build-default-fontset-data):
505 Exclude characters in scripts kana, hangul, han, or cjk-misc.
506
507 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
508
509 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
510 to `create-file-buffer' as it expects, not just a buffer name.
511 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
512 to help uniquify. (Bug#3224)
513
514 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
515
516 * font-setting.el (font-setting-change-default-font): Use user-spec
517 instead of name.
518
519 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
520
521 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
522
523 2010-01-05 Tom Tromey <tromey@redhat.com>
524
525 * progmodes/python.el (python-font-lock-keywords):
526 Handle qualified decorators (Bug#881).
527
528 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
529
530 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
531 in a lightweight checkout.
532
533 2010-01-05 Kenichi Handa <handa@m17n.org>
534
535 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
536
537 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
538
539 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
540
541 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
542
543 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
544 checkouts. (Bug#618)
545 (vc-bzr-log-view-mode): Also highlight the author.
546 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
547 (vc-bzr-shelve-menu-map):
548 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
549 (vc-bzr-shelve-apply): Make prompt more explicit.
550
551 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
552
553 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
554 They are valid characters in URL paths (rfc3986), and at least
555 Firefox does not understand the encoded version (Bug#3166).
556
557 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
558
559 * progmodes/octave-mod.el (octave-end-keywords)
560 (octave-block-begin-or-end-regexp, octave-block-match-alist):
561 Add "end" keyword (Bug#3061).
562 (octave-end-as-array-index-p): New function.
563 (calculate-octave-indent): Use it.
564
565 2010-01-02 Karl Fogel <kfogel@red-bean.com>
566
567 * bookmark.el: Consistently put the text property on the bookmark name.
568 (bookmark-bmenu-marks-width): Bump back to 2, to include
569 annotation marks.
570 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
571 property on the bookmark name, instead of not putting it at all.
572 (bookmark-bmenu-list): Fix where we put the text property.
573
574 2010-01-02 Karl Fogel <kfogel@red-bean.com>
575
576 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
577 for showing buffer modified state (as added in the previous change).
578
579 2010-01-02 Karl Fogel <kfogel@red-bean.com>
580
581 * bookmark.el: Show modified state of bookmark buffer more accurately.
582 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
583 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
584 (with-buffer-modified-unmodified): New macro.
585 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
586 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
587 Use new macro to preserve the buffer modified state.
588
589 2010-01-02 Karl Fogel <kfogel@red-bean.com>
590
591 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
592 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
593 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
594 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
595 (bookmark-bmenu-rename, bookmark-bmenu-locate)
596 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
597 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
598
599 2010-01-02 Eli Zaretskii <eliz@gnu.org>
600
601 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
602 Make the lines in the generated doc string shorter. (Bug#4668)
603
604 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
605
606 * net/rcirc.el: Add follow-link binding (Bug#4738).
607
608 2010-01-02 Eli Zaretskii <eliz@gnu.org>
609
610 * Makefile.in (bzr-update): Rename from cvs-update.
611 (cvs-update): New target for backward compatibility.
612
613 * makefile.w32-in (bzr-update): Rename from cvs-update.
614 (cvs-update): New target for backward compatibility.
615
616 2010-01-02 Karl Fogel <kfogel@red-bean.com>
617
618 * bookmark.el: Remove gratuitous gratitude.
619
620 2010-01-02 Karl Fogel <kfogel@red-bean.com>
621
622 * bookmark.el (bookmark-bmenu-any-marks): New function
623 (bookmark-bmenu-save): Clear buffer modification if no marks.
624
625 2010-01-02 Karl Fogel <kfogel@red-bean.com>
626
627 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
628 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
629 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
630 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
631
632 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
633 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
634 To: emacs-devel {_AT_} gnu.org
635 Subject: bookmark.el bug report
636 Date: Mon, 28 Dec 2009 14:19:16 +0800
637 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
638
639 2010-01-02 Karl Fogel <kfogel@red-bean.com>
640
641 * bookmark.el: Improvements suggested by Drew Adams:
642 (bookmark-bmenu-ensure-position): New name for
643 `bookmark-bmenu-check-position'. Just ensure the position,
644 don't return any meaningful value.
645 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
646 New constants.
647
648 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
649
650 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
651 (bookmark-yank-point, bookmark-bmenu-check-position):
652 Fix typos in docstrings.
653 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
654 (bookmark-name-from-full-record, bookmark-get-position)
655 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
656 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
657 Remove useless quoting of parenthesis, etc. in docstrings.
658
659 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
660 (ediff-append-custom-diff): Fix typo in error message.
661 (ediff-meta-mark-equal-files): Fix typos in messages.
662
663 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
664
665 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
666 Fix typo in docstring.
667
668 * net/imap-hash.el (imap-hash-make): Doc fix.
669 (imap-hash-test): Fix typo in error message; reflow docstring.
670 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
671 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
672 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
673 Fix typos in docstrings.
674 (imap-hash-open-connection): Fix typo in error message.
675
676 * play/gomoku.el (gomoku): Fix typos in docstring.
677
678 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
679 (gdb-jsonify-buffer): Fix typos in docstring.
680 (gdb-goto-breakpoint): Fix typo in error message.
681 ("Display Other Windows"): Fix typo in help message.
682 (gdb-speedbar-expand-node): Fix typo in question.
683
684 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
685 (idlwave-html-system-help-location, idlwave-html-help-location)
686 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
687 (idlwave-help-browser-generic-args, idlwave-help-directory)
688 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
689 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
690 (idlwave-online-help, idlwave-help-html-link)
691 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
692 Fix typos in docstrings.
693 (idlwave-help-with-source, idlwave-help-find-routine-definition):
694 Reflow docstrings.
695 (idlwave-help-assistant-start): Fix typo in error message.
696
697 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
698 (octave-electric-space): Fix typos in docstrings.
699
700 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
701
702 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
703
704 2010-01-01 Juri Linkov <juri@jurta.org>
705
706 * comint.el (comint-input-ring-size): Make it a defcustom and
707 increase the default to 500 (Bug#5148).
708
709 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
710
711 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
712 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
713 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
714
715 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
716
717 Show working revision correctly for mercurial.
718 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
719 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
720
721 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
722
723 Declare some functions for the byte-compiler.
724 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
725 (speedbar-timer-fn, speedbar-change-expand-button-char)
726 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
727
728 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
729
730 This changeset reverts GDB Graphical Interface to use annotations.
731 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
732
733 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
734
735 Make vc-dir work on subdirectories of the bzr root.
736 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
737 file names relative to it.
738 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
739 relative directory to vc-bzr-after-dir-status.
740
741 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
742
743 * font-lock.el (font-lock-refresh-defaults): New function, which
744 can be used to let font-lock react to external changes in
745 variables like font-lock-defaults and keywords.
746 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
747
748 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
749
750 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
751
752 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
753
754 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
755
756 Supersede color.diff settings in git log (bug#5211).
757
758 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
759 escape chars in its output when the user has color.diff set to `always'.
760 This fix works on git 1.4.2 and newer (released on 2006-08-13).
761
762 2009-12-26 Kevin Ryde <user42@zip.com.au>
763
764 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
765 node. Keep previous "Index" name to work with past coreutils too.
766
767 * man.el (man): Revise docstring a bit to show -a and -l as
768 examples. Add -k description since support for it has otherwise
769 been a secret. (Further to bug#3717.)
770 (Man-bgproc-sentinel): When "-k foo" produces no output show error
771 "no matches" rather than "Can't find manpage", as the latter reads
772 like -k was interpreted as a page name, which is not so. (Bug#5431)
773
774 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
775
776 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
777 switches. Check also for //SUBDIRED// line.
778
779 2009-12-25 Kenichi Handa <handa@m17n.org>
780
781 * language/indian.el (devanagari-composable-pattern): Fixed to
782 handle ZWNJ and ZWJ. Use it in composition-function-table for
783 Devanagari.
784 (malayalam-composable-pattern): Fix previous change.
785
786 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
787
788 * ps-print.el (ps-face-attributes): It was not returning the
789 attribute face for faces specified as string. Reported by harven
790 <harven@free.fr>.
791 (ps-print-version): New version 7.3.5.
792
793 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
794
795 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
796 timezone names.
797 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
798 (icalendar--add-diary-entry): Remove the trailing blank that
799 diary-make-entry inserts.
800
801 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
802
803 Make `file-expand-wildcards' work for remote files.
804
805 * files.el (file-expand-wildcards): In case of remote files, check
806 only local file name part for wildcards. Provide feature 'files
807 and subfeature 'remote-wildcards. (Bug#5198)
808
809 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
810 if there is already an established connection.
811 (tramp-advice-file-expand-wildcards): Remove it.
812
813 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
814 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
815 Activate advice for older GNU Emacs versions. (Bug#5237)
816
817 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
818
819 Some doc fixes (more needed).
820
821 * find-cmd.el (find-constituents): Reflow docstring.
822 (find-cmd, find-prune, find-command): Fix typos in docstrings.
823 (find-generic): Doc fix.
824
825 2009-12-17 Juri Linkov <juri@jurta.org>
826
827 Fix regression from 23.1 to allow multiple modes in Local Variables.
828
829 * files.el (hack-local-variables-filter): While ignoring duplicates,
830 don't take `mode' into account.
831 (hack-local-variables-filter, hack-dir-local-variables): Don't
832 remove duplicate `mode' from local-variables-alist (like `eval').
833
834 2009-12-17 Juri Linkov <juri@jurta.org>
835
836 Make `dired-diff' more safe. (Bug#5225)
837
838 * dired-aux.el (dired-diff): Signal an error when `file' equals to
839 `current' or when `file' is a directory of the `current' file.
840
841 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
842
843 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
844 unconditionally preloaded files.
845
846 2009-12-16 Juri Linkov <juri@jurta.org>
847
848 Revert to old 23.1 logic of using the file at the mark as default.
849 * dired-aux.el (dired-diff): Use the file at the mark as default
850 if it's not the same as the current file, and the target dir is
851 the current dir or the mark is active. Add the current file
852 as the arg of `dired-dwim-target-defaults'. Use the default file
853 in the prompt. (Bug#5225)
854
855 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
856
857 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
858 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
859 (tramp-check-for-regexp): Check also, when an echoing shell stops
860 to echo sent commands.
861
862 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
863
864 * Makefile.in: Revert last change (Bug#5191).
865
866 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
867
868 * vc-hg.el (vc-hg-print-log): Fix argument order.
869 (vc-hg-working-revision): Make sure the command is executed in a
870 known environment so that we can parse the output. (Bug#4417)
871
872 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
873
874 * progmodes/python.el (python-symbol-completions): Remove text
875 properties from symbol string before calling python-send-receive.
876
877 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
878
879 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
880 when there are values for both file and line. (Bug#5060)
881
882 2009-12-14 Juri Linkov <juri@jurta.org>
883
884 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
885 whitespace after the file name of the first line of unified format,
886 because git-diff doesn't output whitespace and file modification time
887 after the file name.
888
889 2009-12-14 David Kastrup <dak@gnu.org>
890
891 * info.el (Info-hide-cookies-node): Before hiding a cookie,
892 check if it already has the `display' property added by
893 `Info-display-images-node', and not put the `invisible' property
894 in this case.
895
896 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
897
898 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
899 (semantic-mru-bookmark-mode): Doc fixes.
900
901 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
902 of assert.
903
904 2009-12-13 Glenn Morris <rgm@gnu.org>
905
906 * mail/emacsbug.el (message-sort-headers): Define for compiler.
907 (report-emacs-bug): In message-mode, sort manually before storing
908 original report text. (Bug#5178)
909 Remove superfluous save-excursion.
910
911 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
912
913 * net/dbus.el (dbus-property-handler): Filter lambda forms out
914 when responding to "GetAll" properties.
915
916 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
917
918 * simple.el (compose-mail): Remove mail-setup-with-from from
919 customization checks.
920
921 2009-12-12 Eli Zaretskii <eliz@gnu.org>
922
923 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
924 RAR archives created on Unix systems.
925
926 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
927
928 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
929 the varalias that was accidentally removed by the 2009-11-19 change
930 (bug#5186).
931
932 2009-12-12 Kenichi Handa <handa@m17n.org>
933
934 * language/indian.el (indian-compose-regexp): New function.
935 (malayalam-composable-pattern): Fix the pattern.
936 (composition-function-table): Set malayalam-composable-pattern for
937 Malayalam characters.
938
939 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
940
941 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
942 rather than down-mouse-1, based on follow-link conventions.
943
944 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
945 are compiled.
946
947 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
948
949 * verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
950 (verilog-vmm-statement-re, verilog-ovm-statement-re)
951 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
952 (verilog-leap-to-head, verilog-backward-token):
953 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
954
955 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
956
957 * verilog-mode.el (verilog-auto-lineup, verilog-nameable-item-re):
958 Cleanup user-visible spelling and documentation errors.
959 One reported by Gary Delp.
960 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
961 (verilog-read-decls): Fix AUTOWIRE with types declared in a
962 package, bug195. Reported by Pierre-David Pfister.
963
964 2009-12-11 Glenn Morris <rgm@gnu.org>
965
966 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
967
968 * mail/emacsbug.el: No longer require sendmail.
969 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
970 (report-emacs-bug-orig-text): Doc fix.
971 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
972 New local variables, to adapt to different mail-user-agents.
973 (report-emacs-bug): Fix test for a gnu.org address.
974 Use overlays for emphasis, since font-lock defeats 'face property.
975 Pretest bugs also end up at the newsgroup these days.
976 Stop message-mode stripping text properties.
977 Set and use the new buffer-local variables.
978 (report-emacs-bug-hook): Add doc-string.
979 Remove some unnecessary save-excursions and simplify.
980 Use the appropriate hook and send-command.
981
982 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
983 capitalization of some menu entries.
984
985 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
986
987 * whitespace.el (whitespace-display-char-on): Ensure
988 `buffer-display-table' is unique when two or more windows are
989 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
990 New version 12.1.
991
992 2009-12-10 Eli Zaretskii <eliz@gnu.org>
993
994 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
995 characters in the Attribute field.
996
997 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
998
999 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
1000
1001 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1002
1003 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
1004 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1005 Disregard autoload-excludes.
1006 (update-directory-autoloads): Obey autoload-excludes here instead.
1007 But don't store its contents in no-autoloads and remove entries that
1008 refer to excludes files.
1009
1010 2009-12-10 Glenn Morris <rgm@gnu.org>
1011
1012 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
1013 (expand-mail-aliases): Define for compiler.
1014
1015 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
1016 Define for compiler.
1017
1018 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
1019 appropriate for the mail-user-agent in use.
1020
1021 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
1022
1023 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
1024
1025 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
1026
1027 Fix short log parsing and fontification.
1028 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
1029 Fix fontification for the [merge] label.
1030
1031 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
1032
1033 Drop some properties to avoid surprises.
1034 * htmlfontify.el (hfy-ignored-properties): New defcustom.
1035 (hfy-fontify-buffer): Use it.
1036
1037 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
1038
1039 Minor cleanup.
1040 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
1041 Adjust all callers.
1042 (ffap-locate-file): Remove unused arg `dir-ok' and make other
1043 args compulsory. Adjust callers.
1044 (ffap-gopher-at-point): Remove unused var `name'.
1045
1046 Get rid of the ELCFILES abomination.
1047 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
1048 (compile-elcfiles): New phony target.
1049 (compile-main): Compute ELCFILES dynamically.
1050 (compile-clean): New target to remove left-over elc files.
1051 (compile, all): Use it.
1052
1053 2009-12-09 Kenichi Handa <handa@etlken>
1054
1055 * international/mule-diag.el: Require help-mode instead of help-fns.
1056
1057 2009-12-09 Kenichi Handa <handa@m17n.org>
1058
1059 * international/mule-cmds.el (ucs-names): Supply sufficiently
1060 fine ranges instead of pre-calculating accurate ranges.
1061 Iterate with bigger gc-cons-threshold.
1062
1063 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
1064
1065 Add support for stashing a snapshot of the current tree.
1066 * vc-git.el (vc-git-stash-snapshot): New function.
1067 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
1068
1069 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
1070
1071 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
1072 instead of `(beginning|end)-of-line'.
1073
1074 2009-12-08 Glenn Morris <rgm@gnu.org>
1075
1076 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
1077
1078 * Makefile.in (ELCFILES): Regenerate.
1079
1080 2009-12-07 Juri Linkov <juri@jurta.org>
1081
1082 Don't lazy-highlight the comint output in history Isearch mode.
1083
1084 * comint.el (comint-history-isearch-search): Instead of
1085 `comint-line-beginning-position', use `comint-after-pmark-p'
1086 to check if point if before the process mark, and go to
1087 `process-mark' in this case.
1088
1089 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1090
1091 * textmodes/tex-mode.el (latex-complete)
1092 (latex-indent-or-complete): Remove.
1093 (latex-mode): Set completion-at-point-functions instead.
1094
1095 Provide a standard completion command and hook it into TAB.
1096 * minibuffer.el (completion-at-point-functions): New var.
1097 (completion-at-point): New command.
1098 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
1099 * progmodes/python.el (python-mode-map): Use completion-at-point.
1100 (python-completion-at-point): Rename from python-partial-symbol and
1101 adjust for use in completion-at-point-functions.
1102 (python-mode): Setup completion-at-point for Python completion.
1103 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
1104 extracted from lisp-complete-symbol.
1105 (lisp-complete-symbol): Use it.
1106 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
1107 setup completion-at-point for Elisp completion.
1108 (emacs-lisp-mode-map, lisp-interaction-mode-map):
1109 Use completion-at-point.
1110 * ielm.el (ielm-map): Use completion-at-point.
1111 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
1112 * progmodes/sym-comp.el: Move to...
1113 * obsolete/sym-comp.el: Move from progmodes.
1114
1115 2009-12-07 Eli Zaretskii <eliz@gnu.org>
1116
1117 Prevent save-buffer in Rmail buffers from using the coding-system
1118 of the current message, and from clobbering the encoding mnemonics
1119 in the mode line (Bug#4623).
1120
1121 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
1122 flag, too.
1123 (rmail-message-encoding): New variable.
1124 (rmail-write-region-annotate): Record the encoding of the current
1125 message in rmail-message-encoding.
1126 (rmail-after-save-hook): New function, restores the encoding of
1127 the current message after the message collection is saved.
1128
1129 2009-12-07 Juri Linkov <juri@jurta.org>
1130
1131 * progmodes/grep.el (grep-read-files): Use `completing-read'
1132 instead of `read-string'. Set its `collection' arg to
1133 `read-file-name-internal'. (Bug#4301)
1134
1135 2009-12-07 Juri Linkov <juri@jurta.org>
1136
1137 Correctly restore original Isearch point. (Bug#4994)
1138
1139 * isearch.el (isearch-mode): Move `isearch-push-state' after
1140 `(run-hooks 'isearch-mode-hook)'.
1141 (isearch-cancel): When `isearch-push-state-function' is defined,
1142 let-bind `isearch-cmds' to the first state (the last element of
1143 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
1144 function and restores the original point). Otherwise, move point
1145 to `isearch-opoint'.
1146
1147 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1148
1149 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
1150 chars that don't have names, so the table can be built much faster at
1151 run-time.
1152
1153 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
1154
1155 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
1156 change. Suggested by David Kastrup.
1157
1158 * simple.el (compose-mail): Check for incompatibilities and warn.
1159 (compose-mail-user-agent-warnings): New option.
1160
1161 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1162
1163 Support showing a single log entry from vc-annotate.
1164 * vc.el (print-log): Add a new argument: START-REVISION.
1165 (vc-print-log-internal): Add a new optional argument and
1166 pass it to the backend.
1167 (vc-print-log, vc-print-root-log): Adjust callers.
1168 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
1169 buffer already displays the requested log entry, use it.
1170 Otherwise display only the log entry in question.
1171 * vc-svn.el (vc-svn-print-log):
1172 * vc-mtn.el (vc-mtn-print-log):
1173 * vc-hg.el (vc-hg-state):
1174 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
1175 (vc-git-show-log-entry): Return t on success.
1176 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
1177 (vc-bzr-show-log-entry): Return t on success.
1178 * vc-rcs.el (vc-rcs-print-log):
1179 * vc-sccs.el (vc-sccs-print-log):
1180 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
1181
1182 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1183
1184 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
1185 Add menus to the meta mode. (Bug#5043)
1186
1187 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
1188
1189 * ediff-init.el (ediff-event-key): Use event-to-character instead of
1190 event-key.
1191
1192 * ediff.el (ediff-buffers-internal): Add unwind-protect.
1193
1194 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
1195
1196 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
1197 Berbain <raphael.berbain@gmail.com>.
1198
1199 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
1200 characters.
1201 (tramp-initial-end-of-output): New defconst.
1202 (tramp-methods, tramp-find-shell)
1203 (tramp-open-connection-setup-interactive-shell)
1204 (tramp-maybe-open-connection): Use it.
1205 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
1206 existence of `#' and `$'.
1207
1208 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
1209 `tramp-initial-end-of-output'.
1210
1211 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1212
1213 Get the background mode from the terminal for xterm, and set
1214 faces accordingly.
1215 * term/xterm.el (xterm-set-background-mode): New function.
1216 (terminal-init-xterm): Use it in case xterm supports background
1217 color queries. Recompute faces after getting the background
1218 color.
1219
1220 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
1221
1222 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
1223 number comment back on its own line, for easier parsing.
1224
1225 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1226
1227 Make it work for non-file buffers (bug#5102).
1228 * doc-view.el (doc-view-current-cache-dir):
1229 Use doc-view-buffer-file-name rather than buffer-file-name.
1230 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
1231
1232 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
1233
1234 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
1235 author field is too short.
1236
1237 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
1238
1239 * vc-git.el (vc-git-print-log): Handle a limit argument.
1240 Display the short log in graph form and with labels.
1241 (vc-git-log-view-mode): Handle labels.
1242
1243 Make vc-revert change VC state from 'added to 'unregistered.
1244 * vc-git.el (vc-git-revert): Call git reset first.
1245
1246 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
1247
1248 * net/newst-backend.el, net/newst-plainview.el:
1249 * net/newst-reader.el, net/newst-ticker.el:
1250 * net/newst-treeview.el, net/newsticker.el:
1251 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
1252
1253 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
1254
1255 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
1256
1257 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
1258 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
1259 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
1260 Update annotation regexp.
1261
1262 * simple.el (beginning-of-visual-line): Constrain to field
1263 boundaries (Bug#5106).
1264
1265 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
1266
1267 * xml.el (xml-substitute-numeric-entities): Move
1268 newsticker--decode-numeric-entities in newst-backend.el to
1269 xml-substitute-numeric-entities in xml.el. (Bug#5008)
1270 * net/newst-backend.el (newsticker--parse-generic-feed)
1271 (newsticker--parse-generic-items)
1272 (newsticker--decode-numeric-entities): Move
1273 newsticker--decode-numeric-entities in newst-backend.el to
1274 xml-substitute-numeric-entities in xml.el. (Bug#5008)
1275
1276 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
1277
1278 * progmodes/js.el (js--js-not): Add null to the list of values.
1279
1280 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
1281
1282 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
1283
1284 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1285
1286 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
1287 delimiter if it is at the end of the current line.
1288 (bibtex-generate-url-list): Fix docstring.
1289
1290 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1291
1292 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
1293 minibuffer's content with itself.
1294 Fold the confirm-after-completion case into the `confirm' case.
1295 (completion-pcm-word-delimiters): Add : and / to the delimiters.
1296
1297 2009-12-06 Kevin Ryde <user42@zip.com.au>
1298
1299 * ffap.el (ffap-rfc-path): Make this a defcustom since
1300 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
1301
1302 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
1303 manuals, similar to existing setup for help-mode. (Bug#3913.)
1304
1305 2009-12-05 Juri Linkov <juri@jurta.org>
1306
1307 Save and restore dired buffer's point positions too. (Bug#4880)
1308
1309 * dired.el (dired-save-positions): Return in the first element
1310 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
1311 Doc fix.
1312 (dired-restore-positions): First restore buffer's position.
1313 While restoring window's positions, check if window still displays
1314 the original buffer.
1315
1316 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
1317
1318 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
1319 if possible.
1320
1321 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
1322 Make argument optional.
1323
1324 * shell.el (shell): Require ansi-color (Bug#5113).
1325
1326 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
1327
1328 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
1329
1330 2009-12-05 Alan Mackenzie <acm@muc.de>
1331
1332 * progmodes/cc-mode.el (c-before-hack-hook)
1333 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
1334 `c-file-style' to work again. This reversion restores the current
1335 software to its state in Emacs 23.1. (Bug#4146)
1336
1337 2009-12-05 Kevin Ryde <user42@zip.com.au>
1338
1339 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
1340 comment-start-skip to comment-end-skip as comment (Bug#4781).
1341
1342 2009-12-05 Juri Linkov <juri@jurta.org>
1343
1344 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
1345 for virtual nodes. (Bug#4147)
1346 (Info-find-node-2): Set `Info-current-node-virtual' to nil
1347 when moving from a virtual node.
1348 (Info-mode-menu): Add `Info-virtual-index' to the menu.
1349 (Info-mode): Add `Info-virtual-index' to the docstring.
1350
1351 2009-12-05 Eric Ludlam <zappo@gnu.org>
1352
1353 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
1354 Describe project macro symbols.
1355
1356 * cedet/semantic/complete.el (semantic-complete-do-completion):
1357 Don't call semantic-collector-current-exact-match.
1358
1359 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
1360 ede-objects as targets.
1361
1362 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
1363 a target's object list even if compiler vars are already in the
1364 Makefile.
1365
1366 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
1367 list of headers producing necessary macros.
1368
1369 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1370
1371 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
1372 track of the buffer position of the end of a BibTeX entry as this
1373 position may change during reformatting.
1374 (bibtex-format-entry): Remove whitespace before processing
1375 numerical fields so that we recognize the latter properly.
1376 (bibtex-reformat): Do not use push which changes the global value
1377 of bibtex-entry-format.
1378 (bibtex-field-braces-alist, bibtex-field-strings-alist)
1379 (bibtex-field-re-init): Replace only space characters by regexp
1380 for whitespace.
1381 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
1382 (bibtex-initialize): Also update bibtex-strings.
1383 (bibtex-kill-field): Preserve white space at end of entry.
1384 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
1385 Update bibtex-reference-keys.
1386
1387 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1388
1389 * minibuffer.el (completion-pcm--merge-try): Also consider placing
1390 point after a star, if that's the only place where modifications can
1391 make progress.
1392
1393 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
1394
1395 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
1396 in docstrings.
1397
1398 2009-12-04 Juri Linkov <juri@jurta.org>
1399
1400 * proced.el (proced): Call `(proced-update t)' to update process
1401 information instead of only running proced-post-display-hook.
1402 (proced-send-signal): Add a leading space to the buffer name
1403 " *Marked Processes*" to make this buffer ephemeral.
1404
1405 2009-12-04 Juri Linkov <juri@jurta.org>
1406
1407 * dired.el (dired-auto-revert-buffer): New defcustom.
1408 (dired-internal-noselect): Use it.
1409
1410 2009-12-04 Juri Linkov <juri@jurta.org>
1411
1412 Change roles of modes and functions in image-mode.el (Bug#5062).
1413
1414 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
1415 in `auto-mode-alist'.
1416 (image-mode-previous-major-mode): New variable.
1417 (image-minor-mode-map): Rename from `image-mode-text-map'.
1418 (image-mode): Move graceful error-handling code from
1419 `image-minor-mode' to here. On errors call `image-mode-as-text'.
1420 (image-minor-mode): Remove all image-handling code.
1421 Replace `image-mode-text-map' with `image-minor-mode-map'.
1422 Check for `image-type' in mode-line format string.
1423 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
1424 (image-mode-as-text): New function with most code from
1425 `image-mode-maybe'.
1426 (image-toggle-display-text): Move code that removes image
1427 properties from `image-toggle-display' to here.
1428 (image-toggle-display-image): New function with code that adds
1429 image properties copied from `image-toggle-display'.
1430 (image-toggle-display): Remove most code with leaving only code
1431 that toggles between `image-mode-as-text' and `image-mode'.
1432
1433 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
1434
1435 * net/newst-treeview.el
1436 (newsticker--treeview-list-highlight-start): Restored call to
1437 save-excursion: Selected item was stuck.
1438 (newsticker--treeview-list-select): New.
1439 (newsticker--treeview-item-show-text)
1440 (newsticker--treeview-item-show)
1441 (newsticker--treeview-item-update): Use new
1442 newsticker-treeview-item-mode.
1443 (newsticker-treeview-update): Keep current item.
1444 (newsticker-treeview-next-new-or-immortal-item): Doc change.
1445 (newsticker--treeview-first-feed): Doc change.
1446 (newsticker-treeview-list-menu)
1447 (newsticker-treeview-item-menu): Added menu entries.
1448 (newsticker-treeview-item-mode): New.
1449
1450 * net/newst-backend.el (newsticker-customize): Delete other
1451 windows.
1452
1453 2009-12-04 Sam Steingold <sds@gnu.org>
1454
1455 * log-view.el (log-view-mode-map): "q" calls quit-window,
1456 like in all the other non-self-insert buffers.
1457
1458 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
1459
1460 Minor cleanup.
1461 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
1462 key decoding rather than do it manually via last-input-event +
1463 ascii-character.
1464 (term-exec): Use delete-and-extract-region.
1465 (term-handle-ansi-terminal-messages): Remove unused var `end'.
1466 (term-process-pager): Remove unused var `i'.
1467 (term-dynamic-simple-complete): Make obsolete.
1468 (serial-update-config-menu): Remove unused vars `y' and `str'.
1469 (term-update-mode-line): Remove unused var `temp'.
1470
1471 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
1472
1473 Limit the number of log entries displayed by default.
1474 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
1475 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
1476 using a prefix argument.
1477
1478 2009-12-03 Glenn Morris <rgm@gnu.org>
1479
1480 * progmodes/idlwave.el (class): Restore still useful declaration.
1481
1482 2009-12-03 Alan Mackenzie <acm@muc.de>
1483
1484 Enhance `c-parse-state' to run efficiently in "brace deserts".
1485
1486 * progmodes/cc-mode.el (c-basic-common-init):
1487 Call c-state-cache-init.
1488 (c-neutralize-syntax-in-and-mark-CPP): Rename from
1489 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
1490 placing `category' properties value 'c-cpp-delimiter at its boundaries.
1491
1492 * progmodes/cc-langs.el (c-before-font-lock-function):
1493 c-extend-and-neutralize-syntax-in-CPP has been renamed
1494 c-neutralize-syntax-in-and-mark-CPP.
1495
1496 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
1497 with `category' properties now, not `syntax-table' ones.
1498
1499 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
1500 enhanced (but slower) version of c-end-of-macro that won't land
1501 inside a literal or on another awkward character.
1502 (c-state-cache-too-far, c-state-cache-start)
1503 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
1504 (c-state-nonlit-pos-cache-limit, c-state-point-min)
1505 (c-state-point-min-lit-type, c-state-point-min-lit-start)
1506 (c-state-min-scan-pos, c-state-brace-pair-desert)
1507 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
1508 buffer local variables.
1509 (c-state-literal-at, c-state-lit-beg)
1510 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
1511 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
1512 (c-state-cache-top-paren, c-state-cache-after-top-paren)
1513 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
1514 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
1515 (c-renarrow-state-cache)
1516 (c-append-lower-brace-pair-to-state-cache)
1517 (c-state-push-any-brace-pair, c-append-to-state-cache)
1518 (c-remove-stale-state-cache)
1519 (c-remove-stale-state-cache-backwards, c-state-cache-init)
1520 (c-invalidate-state-cache-1, c-parse-state-1)
1521 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
1522 (c-parse-state): Enhance and refactor.
1523 (c-debug-parse-state): Amend to deal with all the new variables.
1524
1525 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
1526 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
1527 modify to use category text properties rather than syntax-table ones.
1528 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
1529 to switch off/on the syntactic paren property of C++ template
1530 delimiters using the category property.
1531 (c-with-<->-as-parens-suppressed): Macro to invoke code with
1532 template delims suppressed.
1533 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
1534 New constant/macros which apply category properties to the start
1535 and end of preprocessor constructs.
1536 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
1537 "comment out" the syntactic value of characters in preprocessor
1538 constructs.
1539 (c-with-cpps-commented-out)
1540 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
1541 with characters in all or all but one preprocessor constructs
1542 "commented out".
1543
1544 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1545
1546 * proced.el (proced-filter-alist): Use regexp-quote.
1547
1548 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
1549
1550 Cleanup.
1551 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
1552 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
1553 arguments. Expand `default-directory'.
1554
1555 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
1556 the benefit of returning an expanded localname.
1557 (tramp-tramp-file-p): Handle the case NAME is not a string.
1558
1559 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
1560
1561 Add support for bzr shelve/unshelve.
1562 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
1563 (vc-bzr-extra-menu-map): New variables.
1564 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
1565 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
1566 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
1567 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
1568 (vc-bzr-dir-extra-headers): Display shelves.
1569
1570 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
1571
1572 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1573
1574 * textmodes/bibtex.el (bibtex-complete-internal):
1575 Use completion-in-region.
1576 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
1577
1578 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
1579
1580 Support applying stashes. Improve UI.
1581 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
1582 (vc-git-stash-apply, vc-git-stash-pop)
1583 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
1584 (vc-git-stash-menu): New functions.
1585 (vc-git-stash-menu-map): New variable.
1586 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
1587
1588 2009-12-03 Glenn Morris <rgm@gnu.org>
1589
1590 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
1591 (vc-print-log-internal): Fix previous change.
1592 (vc-revert): Correct pluralization.
1593
1594 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1595
1596 * progmodes/make-mode.el (makefile-special-targets-list): No need for
1597 it to be an alist any more.
1598 (makefile-complete): Use completion-in-region.
1599
1600 * progmodes/octave-mod.el (octave-complete-symbol):
1601 Use completion-in-region.
1602
1603 Misc cleanup.
1604 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
1605 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
1606 (idlwave-complete-class): Don't quote lambda.
1607 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
1608 (idlwave-mode-map): Move initialization into declaration.
1609 (idlwave-action-and-binding): Use backquotes.
1610 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
1611 Simplify.
1612 (idlwave-is-pointer-dereference): Remove unused var `pos'.
1613 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
1614 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
1615 `parts', and `all-parts'.
1616 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
1617 (idlwave-convert-xml-system-routine-info): Remove unused string
1618 `version-string'.
1619 (idlwave-display-user-catalog-widget): Use dolist.
1620 (idlwave-scanning-lib): Declare dynamically-scoped var.
1621 (idlwave-scan-library-catalogs): Remove unused var `flags'.
1622 (completion-highlight-first-word-only): Declare to silence bytecomp.
1623 (idlwave-popup-select): Tighten scope of `resp'.
1624 (idlwave-find-struct-tag): Remove unused var `beg'.
1625 (idlwave-after-load-rinfo-hook): Declare.
1626 (idlwave-sintern-class-info): Remove unused var `taglist'.
1627 (idlwave-find-class-definition): Remove unused var `list'.
1628 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
1629 (idlwave-what-module-find-class): Remove unused var `classes'.
1630
1631 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
1632
1633 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
1634
1635 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1636
1637 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
1638 buffers visited. Remove redundant current-buffer-saving.
1639
1640 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1641
1642 Use completion-in-buffer and remove uses of dynamic scoping.
1643 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
1644 (pascal-buffer-to-use, pascal-flag): Don't declare.
1645 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
1646 (pascal-get-completion-decl, pascal-keyword-completion):
1647 Add `pascal-str' argument, save-excursion,
1648 return the found completions, and don't filter with pascal-pred.
1649 (pascal-completion-cache): New var.
1650 (pascal-completion): Don't switch buffer any more (it was never
1651 necessary). Don't save-excursion any more (it's done by the called
1652 subroutines). Use a cache to avoid redundant computations.
1653 Use complete-with-action rather than pascal-completion-response and
1654 let it apply the predicate as well.
1655 (pascal-complete-word): Use completion-in-buffer when
1656 pascal-toggle-completions is nil.
1657 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
1658 not used any more.
1659 (pascal-comp-defun): Don't change buffer any more.
1660 Use complete-with-action rather than pascal-completion-response and
1661 let it apply the predicate as well.
1662 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
1663 when neded.
1664
1665 2009-12-02 Kenichi Handa <handa@m17n.org>
1666
1667 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
1668 shape for all Indic scripts.
1669
1670 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1671
1672 Use completion-in-buffer.
1673 * wid-edit.el (widget-field-text-end): New function.
1674 (widget-field-value-get): Use it.
1675 (widget-string-complete, widget-file-complete)
1676 (widget-color-complete): Use it and completion-in-region.
1677 (widget-complete): Don't narrow the buffer.
1678
1679 2009-12-02 Glenn Morris <rgm@gnu.org>
1680
1681 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
1682 (rmail-select-summary): Use rmail-pop-to-buffer.
1683 * mail/rmailsum.el: Replace all pop-to-buffer calls with
1684 rmail-pop-to-buffer, to prevent horizontal splits.
1685
1686 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
1687 save-excursion with save-current-buffer.
1688 Widen before searching. (Bug#5093)
1689 (diary-list-sexp-entries): Remove superfluous save-excursion.
1690
1691 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
1692
1693 * woman.el (woman-make-bufname): Handle man-pages with "." in the
1694 name. (Bug#5038)
1695
1696 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
1697
1698 * ido.el (ido-file-internal): Handle filenames at point that do
1699 not have a directory part. (Bug#5049)
1700
1701 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
1702
1703 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
1704 (mpc-songs-jump-to, mpc-resume): Doc fixes.
1705
1706 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
1707
1708 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
1709 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
1710 any more.
1711
1712 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
1713
1714 * comint.el (comint-insert-input): Ignore clicks to the right of
1715 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
1716
1717 * vc.el (vc-print-log-internal): Don't wait for the process to
1718 terminate before setting up the major mode.
1719
1720 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
1721 in case.
1722
1723 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
1724 the last element.
1725
1726 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
1727
1728 2009-12-01 Glenn Morris <rgm@gnu.org>
1729
1730 * window.el (window--display-buffer-2): Fix previous changes.
1731
1732 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
1733
1734 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
1735
1736 2009-12-01 Glenn Morris <rgm@gnu.org>
1737
1738 * Makefile.in (ELCFILES): Add mpc.elc.
1739
1740 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
1741
1742 * mpc.el: New file.
1743
1744 2009-12-01 Glenn Morris <rgm@gnu.org>
1745
1746 * window.el (window-to-use): Define for compiler.
1747
1748 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
1749 consistent with others (no final period).
1750
1751 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
1752 (rmail-mime-show): Downcase the encoding. (Bug#5070)
1753
1754 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
1755
1756 Make vc-print-log buttons work.
1757 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
1758
1759 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
1760
1761 * savehist.el (savehist-autosave-interval): Allow setting to nil
1762 through customize. (Bug#5056)
1763
1764 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
1765
1766 Fix references to jit-lock properties.
1767 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1768 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
1769 (perl-font-lock-special-syntactic-constructs):
1770 Quote jit-lock-defer-multiline property.
1771
1772 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
1773
1774 * vc-git.el (vc-git-registered): Call vc-git-root only once.
1775
1776 2009-11-30 Juri Linkov <juri@jurta.org>
1777
1778 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
1779 value `buffer' of `multi-isearch-next-buffer-current-function'.
1780 Use `(current-buffer)' when `buffer' is nil.
1781 (multi-isearch-next-buffer-from-list): Don't fallback to
1782 `(current-buffer)' when `buffer' is nil. (Bug#4947)
1783
1784 2009-11-30 Juri Linkov <juri@jurta.org>
1785
1786 * misearch.el (multi-isearch-read-buffers): Move canonicalization
1787 of buffers with `get-buffer' to `multi-isearch-buffers'.
1788 (multi-isearch-buffers, multi-isearch-buffers-regexp):
1789 Canonicalize BUFFERS with `get-buffer'. Doc fix.
1790 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
1791 FILES with `expand-file-name' converting relative file names
1792 to absolute. Doc fix. (Bug#4727)
1793
1794 2009-11-30 Juri Linkov <juri@jurta.org>
1795
1796 * misearch.el (multi-isearch-read-buffers)
1797 (multi-isearch-read-matching-buffers): New functions.
1798 (multi-isearch-buffers, multi-isearch-buffers-regexp):
1799 Use them in the `interactive' spec. Doc fix.
1800 (multi-isearch-read-files, multi-isearch-read-matching-files):
1801 New functions.
1802 (multi-isearch-files, multi-isearch-files-regexp):
1803 Use them in the `interactive' spec. Doc fix. (Bug#4725)
1804
1805 2009-11-30 Juri Linkov <juri@jurta.org>
1806
1807 * doc-view.el (doc-view-continuous):
1808 Rename from `doc-view-continuous-mode'.
1809 (doc-view-menu): Move "Toggle display" to the top.
1810 Add submenu "Continuous" with radio buttons "Off"/"On"
1811 and "Save as Default".
1812 (doc-view-scroll-up-or-next-page)
1813 (doc-view-scroll-down-or-previous-page)
1814 (doc-view-next-line-or-next-page)
1815 (doc-view-previous-line-or-previous-page): Rename
1816 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
1817
1818 2009-11-30 Juri Linkov <juri@jurta.org>
1819
1820 * comint.el (comint-mode-map): Rebind `M-r' from
1821 `comint-previous-matching-input' to
1822 `comint-history-isearch-backward-regexp'.
1823 Unbind `M-s' to allow global key binding `M-s'.
1824 Add menu items for `comint-history-isearch-backward' and
1825 `comint-history-isearch-backward-regexp'. (Bug#3746)
1826
1827 2009-11-30 Juri Linkov <juri@jurta.org>
1828
1829 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
1830 For def=recenter, replace `recenter' with `recenter-top-bottom'
1831 that is called with `this-command' and `last-command' let-bound
1832 to `recenter-top-bottom'. When the last `def' was not `recenter',
1833 set `recenter-last-op' to nil. (Bug#4981)
1834
1835 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
1836
1837 Minor cleanup and simplification.
1838 * filecache.el (file-cache-add-directory)
1839 (file-cache-add-directory-recursively)
1840 (file-cache-add-from-file-cache-buffer)
1841 (file-cache-delete-file-regexp, file-cache-delete-directory)
1842 (file-cache-files-matching-internal, file-cache-display): Use dolist.
1843 (file-cache-temp-minibuffer-message): Delete function.
1844 (file-cache-minibuffer-complete): Use minibuffer-message instead.
1845
1846 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
1847 Don't signal an error when bumping into EOB in tr, s, or y.
1848
1849 2009-11-29 Juri Linkov <juri@jurta.org>
1850
1851 * startup.el (fancy-about-text): Fix wording of Guided Tour.
1852 (Bug#4960)
1853
1854 * descr-text.el (describe-char-unidata-list): Use lowercase name
1855 for "Unicode name" like in other tags.
1856
1857 2009-11-29 Juri Linkov <juri@jurta.org>
1858
1859 * ediff-util.el (ediff-minibuffer-with-setup-hook):
1860 New compatibility macro.
1861 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
1862
1863 2009-11-29 Juri Linkov <juri@jurta.org>
1864
1865 Add defcustom to define the cycling order of `recenter-top-bottom'.
1866 (Bug#4981)
1867
1868 * window.el (recenter-last-op): Doc fix.
1869 (recenter-positions): New defcustom.
1870 (recenter-top-bottom): Rewrite to use `recenter-positions'.
1871 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
1872
1873 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
1874
1875 Improve integration of Tramp and ange-ftp in eshell.
1876
1877 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
1878 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
1879 (eshell/sudo): Flatten args. Let-bind `default-directory'.
1880
1881 * eshell/esh-util.el (top): Require also Tramp when compiling.
1882 (eshell-directory-files-and-attributes): Check for FTP remote
1883 connection.
1884 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
1885 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
1886 (eshell-file-attributes): Handle ".". Return `entry'.
1887
1888 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
1889 (ange-ftp-directory-files-and-attributes)
1890 (ange-ftp-real-directory-files-and-attributes): New defuns.
1891
1892 * net/tramp.el (tramp-maybe-open-connection): Open the remote
1893 shell with "exec" when possible. This prevents trailing prompts
1894 in `start-file-process'.
1895
1896 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
1897
1898 Try and remove assumptions about point-min==1.
1899 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
1900 (rng-compute-mode-line-string): Show the validation percentage in
1901 terms of the narrowed text, not the widened text.
1902 (rng-do-some-validation): Don't catch internal errors when debugging.
1903 (rng-first-error): Simplify.
1904 (rng-after-change-function): Remove work around. AFAIK the bug has
1905 been fixed a while ago.
1906
1907 * image-mode.el (image-minor-mode): Exit more gracefully when the image
1908 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
1909
1910 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
1911
1912 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
1913 `cd' doesn't always do it for us (bug#5067).
1914
1915 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
1916 on 2009-10-25 as part of some other change (bug#5067).
1917
1918 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
1919
1920 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
1921 `suspicious'.
1922 (byte-compile-warnings): Use byte-compile-warning-types.
1923 (byte-compile-save-excursion): Warn about use of set-buffer right
1924 after save-excursion.
1925
1926 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
1927 the excursion as well.
1928
1929 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
1930
1931 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
1932 providing a Tramp related implementation of "su" and "sudo".
1933 (eshell-unix-initialize): Add "su" and "sudo".
1934
1935 2009-11-27 Daiki Ueno <ueno@unixuser.org>
1936
1937 * net/socks.el (socks-send-command): Convert binary request to
1938 unibyte before sending. This fixes mishandling of some port
1939 numbers such as 129.
1940
1941 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
1942
1943 * help.el (describe-bindings-internal): Remove `interactive'.
1944
1945 * man.el (Man-completion-table): Trim a terminating "(".
1946 Remove the space between name page a section.
1947 Add the command's description on the `help-echo' property.
1948 Remove `process-connection-type' binding since it's unused by
1949 call-process.
1950 Provide completion for the "<section> <name>" format as well.
1951 (Man-default-man-entry): Remove spurious var shadowing the argument.
1952
1953 2009-11-26 Kevin Ryde <user42@zip.com.au>
1954
1955 * log-view.el: Add "Keywords: tools", since its other keywords
1956 aren't in finder-known-keywords, and following vc.el.
1957
1958 * sha1.el (sha1-string-external): default-directory "/" in case
1959 otherwise non-existent. process-connection-type pipe for touch of
1960 efficiency recommended by elisp manual. (An aside in Bug#3911.)
1961
1962 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
1963
1964 Misc coding convention cleanups.
1965 * htmlfontify.el (hfy-init-kludge-hook): Rename from
1966 hfy-init-kludge-hooks.
1967 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
1968 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
1969 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
1970 and push.
1971 (hfy-slant, hfy-weight): Use tables rather than code.
1972 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
1973 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
1974 (hfy-face-attr-for-class): Initialize `face-spec' directly.
1975 (hfy-face-to-css): Remove `nconc' with single arg.
1976 (hfy-p-to-face-lennart): Use `or'.
1977 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
1978 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
1979 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
1980 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
1981 (hfy-force-fontification): Use run-hooks.
1982
1983 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
1984
1985 Various minor fixes.
1986 * htmlfontify.el (hfy-default-header): Add toggle_invis since
1987 Javascript belongs in the header, not the body.
1988 (hfy-javascript): Remove.
1989 (hfy-fontify-buffer): Don't insert it any more.
1990 (hfy-face-at): Handle (face0 face1 face2) style face properties.
1991 Fix bug in invis handling when there were no invis props in a chunk.
1992
1993 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
1994
1995 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
1996
1997 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
1998
1999 * finder.el (finder-mode-map): Add a menu.
2000
2001 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
2002
2003 * verilog-mode.el (verilog-at-struct-p): Support "signed" and
2004 "unsigned" structs.
2005
2006 (verilog-leap-to-head, verilog-backward-token): Handle "disable
2007 fork" statement better.
2008
2009 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
2010
2011 * verilog-mode.el (verilog-auto-insert-lisp, verilog-delete-auto)
2012 (verilog-delete-empty-auto-pair, verilog-library-filenames):
2013 Fix AUTOINSERTLISP to support insert-file. Reported by Clay Douglass.
2014
2015 (verilog-auto-inst, verilog-auto-star-safe)
2016 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
2017 Fix removing "// Interfaces" when saving .* expansions. Reported by
2018 Pierre-David Pfister.
2019
2020 2009-11-26 Glenn Morris <rgm@gnu.org>
2021
2022 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
2023 the scope.
2024
2025 2009-11-25 Johan Bockgård <bojohan@gnu.org>
2026
2027 * vc-annotate.el (vc-annotate-revision-previous-to-line):
2028 Really use previous revision.
2029
2030 2009-11-25 Kevin Ryde <user42@zip.com.au>
2031
2032 * man.el (Man-completion-table): default-directory "/" in case
2033 doesn't otherwise exist. process-environment COLUMNS=999 so as
2034 not to truncate long names. process-connection-type pipe to avoid
2035 any chance of hitting the pseudo-tty TIOCGWINSZ.
2036 (man): completion-ignore-case t for friendliness and since man
2037 itself is case-insensitive on the command line.
2038 Further to Bug#3717.
2039
2040 * arc-mode.el: Add "Keywords: files", so the details in its
2041 commentary can be reached from finder-by-keyword.
2042 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
2043 editing mode, but it's comms related and sgml-mode.el has "comm"
2044 on that basis too.
2045 * textmodes/bibtex-style.el: Add "Keywords: tex".
2046 * international/isearch-x.el, international/ja-dic-cnv.el:
2047 * international/ja-dic-utl.el, international/kkc.el:
2048 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
2049
2050 2009-11-25 Juri Linkov <juri@jurta.org>
2051
2052 * man.el (Man-completion-table): Modify regexp to include
2053 section names to completion strings. (Bug#3717)
2054
2055 2009-11-25 Juri Linkov <juri@jurta.org>
2056
2057 Search recursively in gzipped files. (Bug#4982)
2058
2059 * progmodes/grep.el (grep-highlight-matches): Add new options
2060 `always' and `auto'. Doc fix.
2061 (grep-process-setup): Check `grep-highlight-matches' for
2062 `auto-detect' to determine the need to compute grep defaults.
2063 Move Windows/DOS specific --colors settings handling
2064 to `grep-compute-defaults'. Check `grep-highlight-matches'
2065 to get the value of "--color=".
2066 (grep-compute-defaults): Compute `grep-highlight-matches' when it
2067 has the value `auto-detect'. Move Windows/DOS specific settings
2068 from `grep-process-setup'.
2069 (zrgrep): New command with alias `rzgrep'.
2070
2071 2009-11-25 Juri Linkov <juri@jurta.org>
2072
2073 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
2074 to nil instead of switching off view-mode. (Bug#4896)
2075
2076 2009-11-25 Juri Linkov <juri@jurta.org>
2077
2078 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
2079
2080 * mwheel.el (mwheel-scroll-up-function)
2081 (mwheel-scroll-down-function): New defvars.
2082 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
2083 `scroll-up', and `mwheel-scroll-down-function' instead of
2084 `scroll-down'.
2085
2086 * doc-view.el (doc-view-scroll-up-or-next-page)
2087 (doc-view-scroll-down-or-previous-page): Add optional ARG.
2088 Use this ARG in the call to image-scroll-up/image-scroll-down.
2089 Change `interactive' spec to "P". Goto next/previous page only
2090 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
2091 SPC/DEL case). Doc fix.
2092 (doc-view-next-line-or-next-page)
2093 (doc-view-previous-line-or-previous-page): Rename arg to ARG
2094 for consistency.
2095 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
2096 `doc-view-scroll-up-or-next-page', and buffer-local
2097 `mwheel-scroll-down-function' to
2098 `doc-view-scroll-down-or-previous-page'.
2099
2100 2009-11-25 Juri Linkov <juri@jurta.org>
2101
2102 Provide additional default values (directories at other Dired
2103 windows) via M-n in the minibuffer of some Dired commands.
2104
2105 * dired-aux.el (dired-diff, dired-compare-directories)
2106 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
2107 `minibuffer-default' in `minibuffer-with-setup-hook'.
2108 (dired-dwim-target-directory): Find a window that displays Dired
2109 buffer instead of failing when the next window is not Dired.
2110 Use `get-window-with-predicate' to find for the next Dired window.
2111 (dired-dwim-target-defaults): New function.
2112
2113 * ediff-util.el (ediff-read-file-name):
2114 Use `dired-dwim-target-defaults' to set `minibuffer-default'
2115 in `minibuffer-with-setup-hook'.
2116
2117 2009-11-25 Juri Linkov <juri@jurta.org>
2118
2119 Provide additional default values (file name at point or at the
2120 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
2121
2122 * minibuffer.el (read-file-name-defaults): New function.
2123 (read-file-name): Reset `minibuffer-default' to nil when
2124 it duplicates initial input `insdef'.
2125 Bind `minibuffer-default-add-function' to lambda that
2126 calls `read-file-name-defaults' in `minibuffer-selected-window'.
2127 (minibuffer-insert-file-name-at-point): New command.
2128
2129 * files.el (file-name-at-point-functions): New defcustom.
2130 (find-file-default): Remove defvar.
2131 (find-file-read-args): Don't use `find-file-default'.
2132 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
2133 to `read-file-name'.
2134 (find-file-literally): Use `read-file-name' with
2135 `confirm-nonexistent-file-or-buffer'.
2136
2137 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
2138
2139 * dired.el (dired-read-dir-and-switches):
2140 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
2141 to `read-file-name'.
2142 (dired-file-name-at-point): New function.
2143 (dired-mode): Add hook `dired-file-name-at-point' to
2144 `file-name-at-point-functions'.
2145
2146 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2147
2148 Really make the *Completions* window soft-dedicated (bug#5030).
2149 * window.el (window--display-buffer-2): Add `dedicated' argument.
2150 (display-buffer): Pass it when needed so the dedicated flag is set
2151 after calling set-window-buffer, which would otherwise reset it.
2152
2153 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2154
2155 * progmodes/meta-mode.el (meta-complete-symbol):
2156 * progmodes/etags.el (complete-tag):
2157 * mail/mailabbrev.el (mail-abbrev-complete-alias):
2158 Use completion-in-region.
2159
2160 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
2161 (dabbrev-completion): Use completion-in-region.
2162 (dabbrev--abbrev-at-point): Simplify regexp.
2163
2164 * abbrev.el (abbrev--before-point): Use word-motion functions
2165 if :regexp is not specified (bug#5031).
2166
2167 * subr.el (string-prefix-p): New function.
2168
2169 * man.el (Man-completion-cache): New var.
2170 (Man-completion-table): Use it.
2171
2172 * vc.el (vc-print-log-internal): Make `limit' optional for better
2173 compatibility (e.g. with vc-annotate.el).
2174
2175 2009-11-24 Kevin Ryde <user42@zip.com.au>
2176
2177 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
2178 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
2179
2180 * emacs-lisp/elint.el (elint-add-required-env): Better error message
2181 when .el source file not found or other error.
2182
2183 2009-11-24 Markus Triska <markus.triska@gmx.at>
2184
2185 * linum.el (linum-update-window): Ignore intangible (bug#4996).
2186
2187 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2188
2189 Handle the [back] button properly (bug#4979).
2190 * descr-text.el (describe-text-properties): Add a `buffer' argument.
2191 Use help-setup-xref, help-buffer, and with-help-window.
2192 (describe-char): Add `buffer' argument.
2193 Pass proper command to help-setup-xref. Don't meddle with
2194 help-xref-stack-item directly.
2195 (describe-text-category): Use with-help-window and help-buffer.
2196
2197 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
2198 for the displayed buffer (bug#4887).
2199
2200 * man.el (Man-completion-table): New function.
2201 (man): Use it.
2202
2203 2009-11-24 David Reitter <david.reitter@gmail.com>
2204
2205 * vc-git.el (vc-git-registered): Use checkout directory (where
2206 .git is) rather than the file's directory and a relative path spec
2207 to work around a bug in git.
2208
2209 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
2210
2211 Improve handling of processes on remote hosts.
2212
2213 * eshell/esh-util.el (eshell-path-env): New defvar.
2214 (eshell-parse-colon-path): New defun.
2215 (eshell-file-attributes): Use `eshell-parse-colon-path'.
2216
2217 * eshell/esh-ext.el (eshell-search-path):
2218 Use `eshell-parse-colon-path'.
2219 (eshell-remote-command): Remove argument HANDLER.
2220 (eshell-external-command): Check for FTP remote connection.
2221
2222 * eshell/esh-proc.el (eshell-gather-process-output):
2223 Use `file-truename', in order to start also symlinked files.
2224 Apply `start-file-process' instead of `start-process'.
2225 Shorten `command' to the local file name part.
2226
2227 * eshell/em-cmpl.el (eshell-complete-commands-list):
2228 Use `eshell-parse-colon-path'.
2229
2230 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
2231
2232 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
2233 to `eshell-directory-change-hook'.
2234
2235 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
2236
2237 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
2238 because it could be enabled automatically if view-read-only is non-nil.
2239
2240 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
2241
2242 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
2243 made on 2009-11-22.
2244
2245 2009-11-24 Glenn Morris <rgm@gnu.org>
2246
2247 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
2248 deleted variable bookmark-bmenu-bookmark-column.
2249
2250 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
2251 Move after definition of global-semantic-idle-tag-highlight-mode.
2252
2253 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2254
2255 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
2256
2257 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
2258
2259 * net/browse-url.el (browse-url-filename-alist): On Windows, add
2260 two slashes to the "file:" prefix.
2261 (browse-url-file-url): De-munge Cygwin filenames before passing
2262 them to Windows browser.
2263 (browse-url-default-windows-browser): Use call-process.
2264
2265 2009-11-23 Juri Linkov <juri@jurta.org>
2266
2267 Implement DocView Continuous mode. (Bug#4896)
2268 * doc-view.el (doc-view-continuous-mode): New defcustom.
2269 (doc-view-mode-map): Bind C-n/<down> to
2270 `doc-view-next-line-or-next-page', C-p/<up> to
2271 `doc-view-previous-line-or-previous-page'.
2272 (doc-view-next-line-or-next-page)
2273 (doc-view-previous-line-or-previous-page): New commands.
2274
2275 2009-11-23 Juri Linkov <juri@jurta.org>
2276
2277 Implement Isearch in comint input history. (Bug#3746)
2278 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
2279 `isearch-mode-hook'.
2280 (comint-history-isearch): New defcustom.
2281 (comint-history-isearch-backward)
2282 (comint-history-isearch-backward-regexp): New commands.
2283 (comint-history-isearch-message-overlay): New buffer-local variable.
2284 (comint-history-isearch-setup, comint-history-isearch-end)
2285 (comint-goto-input, comint-history-isearch-search)
2286 (comint-history-isearch-message, comint-history-isearch-wrap)
2287 (comint-history-isearch-push-state)
2288 (comint-history-isearch-pop-state): New functions.
2289
2290 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
2291
2292 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
2293 return.
2294 (tramp-handle-make-symbolic-link)
2295 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
2296 Quote file names.
2297 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
2298 (tramp-handle-process-file): Use it.
2299
2300 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2301
2302 * window.el (move-to-window-line-last-op): Remove.
2303 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
2304
2305 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
2306
2307 Make M-r mirror the new cycling behavior of C-l.
2308 * window.el (move-to-window-line-last-op): New var.
2309 (move-to-window-line-top-bottom): New command.
2310 (global-map): Bind M-r move-to-window-line-top-bottom.
2311
2312 2009-11-23 Sven Joachim <svenjoac@gmx.de>
2313
2314 * dired-x.el (dired-guess-shell-alist-default):
2315 Support xz format. (Bug#4953)
2316
2317 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
2318
2319 * cedet/srecode/map.el (srecode-get-maps):
2320 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
2321 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
2322 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
2323 (semantic-toggle-decoration-style):
2324 * cedet/semantic/decorate/include.el
2325 (semantic-decoration-include-describe)
2326 (semantic-decoration-unknown-include-describe)
2327 (semantic-decoration-unparsed-include-describe)
2328 (semantic-decoration-all-include-summary):
2329 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
2330 * cedet/semantic/analyze/complete.el
2331 (semantic-analyze-possible-completions):
2332 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
2333 (semantic-show-unmatched-syntax-mode)
2334 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
2335 (semantic-highlight-func-mode):
2336 * cedet/semantic/util.el (semantic-describe-buffer):
2337 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
2338 (semantic-symref-find-tags-by-name)
2339 (semantic-symref-find-tags-by-regexp)
2340 (semantic-symref-find-tags-by-completion)
2341 (semantic-symref-find-file-references-by-name)
2342 (semantic-symref-find-text):
2343 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
2344 (senator-yank-tag):
2345 * cedet/semantic/scope.el (semantic-calculate-scope):
2346 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
2347 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
2348 (define-semantic-idle-service):
2349 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
2350 (semantic-complete-analyze-inline-idle):
2351 * cedet/semantic/analyze.el (semantic-analyze-current-context):
2352 * cedet/mode-local.el (describe-mode-local-bindings)
2353 (describe-mode-local-bindings-in-mode):
2354 * cedet/ede/make.el (ede-make-check-version):
2355 * cedet/ede/locate.el (ede-enable-locate-on-project):
2356 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
2357 (cedet-idutils-version-check):
2358 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
2359 (cedet-gnu-global-version-check):
2360 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
2361 (cedet-cscope-version-check): Use called-interactively-p instead
2362 of interactive-p.
2363
2364 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
2365 Use semantic-format-tag-prototype.
2366
2367 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
2368
2369 * emulation/viper-cmd.el: Use viper-last-command-char instead of
2370 last-command-char/last-command-event.
2371 (viper-prefix-arg-value): Do correct conversion of event-char for
2372 XEmacs.
2373
2374 * emulation/viper-util.el, emulation/viper.el:
2375 Use viper-last-command-char instead of
2376 last-command-char/last-command-event.
2377
2378 * ediff-init.el, ediff-mult.el, ediff-util.el:
2379 Replace last-command-char and last-command-event
2380 with (ediff-last-command-char) everywhere.
2381
2382 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
2383 created in fundamental mode.
2384
2385 * ediff.el (ediff-version): Revert the change of interactive-p to
2386 called-interactively-p.
2387
2388 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
2389
2390 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
2391 generation from word-movement command names.
2392
2393 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
2394
2395 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
2396 (semantic-complete-jump-local, semantic-complete-jump):
2397 Improve prompt string.
2398
2399 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
2400
2401 * cus-start.el (all): Add native condition for font-use-system-font.
2402
2403 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
2404
2405 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
2406 Correct the patch from 2009-11-18. (Bug#3910)
2407
2408 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
2409
2410 * progmodes/subword.el: Rename from lisp/subword.el.
2411
2412 * subword.el: Rename to progmodes/subword.el.
2413
2414 * Makefile.in (ELCFILES): Adapt to subword.el move.
2415
2416 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2417 Stefan Monnier <monnier@iro.umontreal.ca>
2418
2419 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
2420 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
2421 (bookmark-bmenu-show-filenames): Use push.
2422 (bookmark-bmenu-hide-filenames): Use local var instead of
2423 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
2424 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
2425 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
2426 filenames now that the bookmark names are always available.
2427
2428 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2429
2430 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
2431 (bookmark-search-pattern): Move and leave unbound.
2432 (bookmark-bmenu-mode-map): Change binding.
2433 (bookmark-read-search-input): Simplify.
2434 Don't use text-char-description. Don't error on non-char events.
2435 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
2436 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
2437 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
2438 Use a local var for the timer.
2439 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
2440 (i.e. bookmark-bmenu-search).
2441
2442 2009-11-21 Glenn Morris <rgm@gnu.org>
2443
2444 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
2445
2446 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
2447
2448 * net/browse-url.el (browse-url-default-windows-browser):
2449 Use cygstart for cygwin.
2450
2451 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
2452
2453 * bookmark.el: Formatting and doc fixes only:
2454 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
2455 (bookmark-bmenu-search): Wrap to fit within 80 columns.
2456 Minor grammar and punctuation fixes in doc string.
2457 (bookmark-read-search-input): Adjust to fit within 80 columns.
2458
2459 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
2460
2461 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
2462 (c-backward-into-nomenclature): Adapt to subword renaming.
2463
2464 * subword.el (subword-forward, subword-backward, subword-mark)
2465 (subword-kill, subword-backward-kill, subword-transpose)
2466 (subword-downcase, subword-upcase, subword-capitalize)
2467 (subword-forward-internal, subword-backward-internal):
2468 Rename from forward-subword, backward-subword, mark-subword,
2469 kill-subword, backward-kill-subword, transpose-subwords,
2470 downcase-subword, upcase-subword, capitalize-subword,
2471 forward-subword-internal, backward-subword-internal.
2472
2473 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2474
2475 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
2476 New options.
2477 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
2478 New vars.
2479 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
2480 (bookmark-bmenu-filter-alist-by-regexp)
2481 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
2482 (bookmark-bmenu-search): New command.
2483 (bookmark-bmenu-mode-map): Bind it.
2484
2485 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
2486
2487 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
2488
2489 * cedet/semantic/idle.el (define-semantic-idle-service)
2490 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
2491
2492 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
2493
2494 * progmodes/cc-cmds.el: declare-functioned forward-subword and
2495 backward-subword to quit the byte-compiler.
2496
2497 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
2498
2499 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
2500
2501 * progmodes/cc-cmds.el (c-update-modeline)
2502 (c-forward-into-nomenclature, c-backward-into-nomenclature):
2503 Refer to subword.el functions instead of cc-subword.el.
2504
2505 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
2506 subword.el functions instead of cc-subword.el.
2507
2508 * progmodes/cc-subword.el: Rename to subword.el.
2509 * subword.el: Rename from progmodes/cc-subword.el.
2510 (subword-mode-map): Rename from c-subword-mode-map.
2511 (subword-mode): Rename from c-subword-mode.
2512 (global-subword-mode): New global minor mode.
2513 (forward-subword): Rename from c-forward-subword.
2514 (backward-subword): Rename from c-backward-subword.
2515 (mark-subword): Rename from c-mark-subword.
2516 (kill-subword): Rename from c-kill-subword.
2517 (backward-kill-subword): Rename from c-backward-kill-subword.
2518 (transpose-subwords): Rename from c-tranpose-subword.
2519 (downcase-subword): Rename from c-downcase-subword.
2520 (capitalize-subword): Rename from c-capitalize-subword.
2521 (forward-subword-internal): Rename from c-forward-subword-internal.
2522 (backward-subword-internal): Rename from c-backward-subword-internal.
2523
2524 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
2525
2526 * vc.el (vc-deduce-fileset): Allow non-state changing operations
2527 from a dired buffer.
2528 (vc-dired-deduce-fileset): New function.
2529 (vc-root-diff, vc-print-root-log): Use it.
2530
2531 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
2532 nil LIMIT argument to vc-print-log-internal.
2533
2534 2009-11-20 Glenn Morris <rgm@gnu.org>
2535
2536 * Makefile.in (ELCFILES): Regenerate.
2537
2538 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
2539
2540 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
2541
2542 * cedet/semantic.el: Enable idle-mode menu items only if
2543 global-semantic-idle-scheduler-mode is enabled.
2544 (semantic-default-submodes): Doc fix.
2545
2546 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
2547 When turning off, disable other idle modes.
2548
2549 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
2550
2551 * calc/calc.el (calc-set-mode-line):
2552 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
2553 (math-format-number): Rename `math-format-complement-signed' to
2554 `math-format-twos-complement'.
2555
2556 * calc/calc-bin.el (math-format-twos-complement): Rename from
2557 math-format-complement-signed.
2558 (calc-radix): Rename `calc-complement-signed-mode' to
2559 `calc-twos-complement-mode'.
2560 (calc-octal-radix, calc-hex-radix): Add an argument for
2561 two's complement.
2562
2563 * calc/calc-embed.el (calc-embedded-mode-vars):
2564 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
2565
2566 * calc/calc-ext.el (calc-init-extensions):
2567 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
2568 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
2569
2570 * calc/calc-units.el (math-build-units-table-buffer):
2571 Let `calc-twos-complement-mode' be nil.
2572
2573 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
2574 entries.
2575
2576 * calc/calc-vec.el (calcFunc-vunpack):
2577 * calc/calc-aent.el (calc-do-calc-eval):
2578 * calc/calc-forms.el (math-format-date):
2579 * calc/calc-graph.el (calc-graph-plot):
2580 * calc/calc-math.el (math-use-emacs-fn):
2581 * calc/calccomp.el (math-compose-expr):
2582 Let `calc-twos-complement-mode' be nil.
2583
2584 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2585
2586 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
2587 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
2588 * minibuffer.el (completion-in-region-functions): New hook.
2589 (completion-in-region): New function.
2590 * emacs-lisp/lisp.el (lisp-complete-symbol):
2591 * pcomplete.el (pcomplete-std-complete): Use it.
2592
2593 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2594
2595 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
2596 (latex-complete-alist): New vars.
2597 (latex-string-prefix-p, latex-complete-bibtex-keys)
2598 (latex-complete-envnames, latex-complete-refkeys)
2599 (latex-complete-data): New functions.
2600 (latex-complete, latex-indent-or-complete): New commands.
2601
2602 * window.el (display-buffer-mark-dedicated): New var.
2603 (display-buffer): Obey it.
2604 * minibuffer.el (minibuffer-completion-help): Use it.
2605
2606 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
2607
2608 * filecache.el (file-cache-add-file): Use push and cons.
2609 (file-cache-delete-file-regexp): Use push.
2610 (file-cache-complete): Use completion-in-region.
2611
2612 * simple.el (with-wrapper-hook): Fix thinko.
2613
2614 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
2615 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
2616 Use with-current-buffer and string-to-number.
2617 (hfy-fallback-colour-values): Use assoc-string.
2618 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
2619 (hfy-face-at): Remove unused var `found-face'.
2620 (hfy-compile-stylesheet): Remove unused var `css'.
2621 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
2622 and `orig-buffer'.
2623 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
2624 Use with-current-buffer.
2625 (hfy-text-p): Use expand-file-name and fewer setq.
2626
2627 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
2628
2629 * htmlfontify.el, hfy-cmap.el: New files.
2630
2631 2009-11-19 Juri Linkov <juri@jurta.org>
2632
2633 * minibuffer.el (completions-format): New defcustom.
2634 (completion--insert-strings): Implement vertical format.
2635
2636 * simple.el (switch-to-completions): Move point to the first
2637 completion when point was at the beginning of the buffer.
2638
2639 2009-11-19 Juri Linkov <juri@jurta.org>
2640
2641 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
2642
2643 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
2644
2645 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
2646
2647 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
2648 (mail-signature): Change default to t.
2649 (mail-from-style): Deprecate `system-default' value.
2650 (mail-insert-from-field): For default value of mail-from-style,
2651 default to `angles' unless `angles' needs quoting and `parens'
2652 does not.
2653 (mail-citation-prefix-regexp): Use citation regexp from
2654 message-mode.
2655
2656 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
2657
2658 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
2659 Set variables for computing the prompt for reading password.
2660
2661 2009-11-19 Glenn Morris <rgm@gnu.org>
2662
2663 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
2664
2665 * textmodes/flyspell.el (sgml-lexical-context): Declare.
2666
2667 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
2668 (newsticker-treeview-listwindow-height): Fix custom type.
2669
2670 2009-11-19 Kenichi Handa <handa@m17n.org>
2671
2672 * descr-text.el (describe-char-padded-string): Compose with TAB
2673 only if there's a font for CH.
2674 (describe-char): Fix the condition for detecting a trivial composition.
2675
2676 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
2677
2678 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
2679 more accurate version of the regexp. (Bug#3910)
2680
2681 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
2682
2683 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
2684
2685 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
2686
2687 * font-setting.el (font-use-system-font): Declare for byte-compiler.
2688 (font-setting-change-default-font): Fix typo in docstring.
2689
2690 2009-11-18 Alan Mackenzie <acm@muc.de>
2691
2692 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
2693
2694 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
2695
2696 * font-setting.el (font-use-system-font): Move ...
2697
2698 * cus-start.el (all): ... to here.
2699
2700 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
2701
2702 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
2703 Don't set `ad-return-value' if `ad-do-it' doesn't.
2704
2705 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
2706 modification time.
2707
2708 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
2709
2710 * menu-bar.el: Put "Use system font" in Option-menu.
2711 (menu-bar-options-save): Add font-use-system-font.
2712
2713 * loadup.el: If feature system-font-setting or font-render-setting is
2714 there, load font-setting.
2715
2716 * Makefile.in (ELCFILES): Add font-settings.el.
2717 * font-setting.el: New file.
2718
2719 2009-11-17 Glenn Morris <rgm@gnu.org>
2720
2721 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
2722
2723 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
2724 Preserve point in the list buffer. (Bug#4939)
2725 Use point-at-eol.
2726 (newsticker--treeview-list-update-highlight)
2727 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
2728
2729 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
2730
2731 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
2732 Remove.
2733
2734 * calc/calc-ext.el (calc-init-extensions): Remove references to
2735 symclip.
2736
2737 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
2738
2739 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
2740 * calc/calc-help.el (calc-b-prefix-help): Remove references to
2741 `calc-symclip'.
2742
2743 2009-11-16 Kevin Ryde <user42@zip.com.au>
2744
2745 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
2746 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
2747
2748 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
2749 (lm-keywords-list): Allow comma-only separator like "foo,bar".
2750 Ignore trailing spaces by omit-nulls to split-string (fixing
2751 regression from Emacs 21 due to the incompatible split-string
2752 change). (Bug #4928.)
2753
2754 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
2755
2756 * vc.el (vc-log-show-limit): Default to 2000.
2757 (vc-print-log-internal): Insert buttons to request more entries
2758 when limiting the output.
2759
2760 * vc-sccs.el (vc-sccs-print-log):
2761 * vc-rcs.el (vc-rcs-print-log):
2762 * vc-cvs.el (vc-cvs-print-log):
2763 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
2764 LIMIT is non-nil.
2765
2766 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
2767
2768 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
2769 error when `tramp-gvfs-dbus-event-vector' is set.
2770 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
2771
2772 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2773
2774 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
2775
2776 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
2777
2778 * net/dbus.el (dbus-unregister-service): New defun.
2779 (dbus-register-property): Register the handlers of
2780 "org.freedesktop.DBus.Properties" for SERVICE.
2781 (dbus-property-handler): Fix docstring.
2782
2783 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2784
2785 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
2786 Quote doc string reference in defvaralias as it is not in special form.
2787 (byte-compile-output-docform): Doc fix.
2788
2789 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
2790
2791 * calc/calc.el (math-2-word-size, math-half-2-word-size)
2792 (calc-complement-signed-mode): New variables.
2793 (calc-set-mode-line): Add indicator for twos-complements.
2794 (math-format-number): Format twos-complement notation.
2795
2796 * calc/calc-bin.el (calc-word-size): Reset the variables
2797 `math-2-word-size' and `math-half-2-word-size'.
2798 (math-format-complement-signed, math-symclip, calcFunc-symclip)
2799 (calc-symclip): New functions.
2800
2801 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
2802
2803 * calc/calc-embed.el (calc-embedded-mode-vars):
2804 Add `calc-complement-signed-mode' to the list of modes.
2805
2806 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
2807 (calc-b-oper-keys): Add `calc-symclip' to list.
2808
2809 * calc/calc-ext.el (math-read-number-fancy): Read complement
2810 signed numbers.
2811 (calc-init-extensions): Add binding for `calc-symclip'.
2812 Add autoload for `calcFunc-symclip' and `calc-symclip'.
2813
2814 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
2815 `calc-symclip'.
2816 (calc-modes-menu): Add item for twos complement mode.
2817
2818 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
2819
2820 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
2821
2822 * register.el (jump-to-register, insert-register): Handle Semantic
2823 tags. From commented-out advice in semantic/senator.el.
2824
2825 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
2826
2827 * vc.el (vc-log-show-limit): New variable.
2828 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
2829 when using a prefix argument.
2830 (vc-print-log-internal): Add new argument LIMIT.
2831
2832 * vc-svn.el (vc-svn-print-log):
2833 * vc-mtn.el (vc-mtn-print-log):
2834 * vc-hg.el (vc-hg-print-log):
2835 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
2836 pass it to the log command when set. Make the BUFFER argument
2837 non-optional.
2838
2839 * vc-sccs.el (vc-sccs-print-log):
2840 * vc-rcs.el (vc-rcs-print-log):
2841 * vc-git.el (vc-git-print-log):
2842 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
2843 ignore it. Make the BUFFER argument non-optional
2844
2845 * bindings.el (mode-line-buffer-identification): Do not purecopy.
2846
2847 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
2848
2849 * dired.el (dired-mode-map): Move encryption items to "Operate"
2850 menu (Bug#4703).
2851
2852 * strokes.el (strokes-update-window-configuration): Make strokes
2853 buffer current before erasing (Bug#4906).
2854
2855 * cedet/semantic/idle.el (semantic-idle-summary-mode)
2856 (semantic-idle-summary-mode): Define using define-minor-mode
2857 instead of define-semantic-idle-service.
2858 (semantic-idle-summary-mode): New function.
2859 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
2860 that mouse motion does not reset the echo area.
2861
2862 2009-11-15 Juri Linkov <juri@jurta.org>
2863
2864 * simple.el (set-mark-default-inactive): Add :type, :group
2865 and :version. (Bug#4876)
2866
2867 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
2868
2869 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
2870 (archive-unique-fname): ... here. (Bug#4929)
2871
2872 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2873
2874 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
2875 with a real fix.
2876
2877 * novice.el (disabled-command-function): Add useful args.
2878 Setup the help buffer so that [back] works.
2879 Remove redundant call to help-mode.
2880 (disabled-command-function): Use `case'.
2881 (en/disable-command): New function extracted from enable-command.
2882 (enable-command, disable-command): Use it.
2883
2884 2009-11-14 Glenn Morris <rgm@gnu.org>
2885
2886 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
2887 constants. (Bug#4913)
2888
2889 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
2890
2891 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
2892
2893 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
2894 defined in C that have no doc-strings. (Bug#1063)
2895
2896 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
2897
2898 * cus-edit.el (data, files):
2899 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
2900
2901 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
2902
2903 * simple.el (shell-command): Doc fix (Bug#4891).
2904
2905 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
2906
2907 2009-11-14 Glenn Morris <rgm@gnu.org>
2908
2909 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
2910 statements for vc-diff, emerge-quit, and rmail-cease-edit.
2911 If they are already loaded, eval-after-load will do the right thing.
2912
2913 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
2914 compiling.
2915
2916 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
2917
2918 * simple.el (x-selection-owner-p): Declare.
2919 (read-mail-command): Use custom radio type rather than choice.
2920 (completion-no-auto-exit): Doc fix.
2921
2922 * custom.el (defgroup):
2923 * epg-config.el (epg): Doc fixes.
2924
2925 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
2926
2927 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
2928 * international/ccl.el (define-ccl-program): Do not purecopy the
2929 docstring, defconst does it anyway.
2930
2931 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2932
2933 * add-log.el (add-change-log-entry): Avoid displaying the changelog
2934 a second time.
2935
2936 * x-dnd.el (x-dnd-maybe-call-test-function):
2937 * window.el (split-window-vertically):
2938 * whitespace.el (whitespace-help-on):
2939 * vc-rcs.el (vc-rcs-consult-headers):
2940 * userlock.el (ask-user-about-lock-help)
2941 (ask-user-about-supersession-help):
2942 * type-break.el (type-break-force-mode-line-update):
2943 * time-stamp.el (time-stamp-conv-warn):
2944 * terminal.el (te-set-output-log, te-more-break, te-filter)
2945 (te-sentinel, terminal-emulator):
2946 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
2947 (term-write-input-ring, term-check-source, term-start-output-log):
2948 (term-display-buffer-line, term-dynamic-list-completions):
2949 (term-ansi-make-term, serial-term):
2950 * subr.el (selective-display):
2951 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
2952 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
2953 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
2954 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
2955 (speedbar-remove-localized-speedbar-support)
2956 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
2957 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
2958 (speedbar-buffers-line-directory):
2959 * simple.el (shell-command-on-region, append-to-buffer)
2960 (prepend-to-buffer):
2961 * shadowfile.el (shadow-save-todo-file):
2962 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
2963 (scroll-bar-maybe-set-window-start):
2964 * sb-image.el (speedbar-image-dump):
2965 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
2966 (load-save-place-alist-from-file):
2967 * ps-samp.el (ps-print-message-from-summary):
2968 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
2969 (ps-background-image, ps-begin-job, ps-do-despool):
2970 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
2971 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
2972 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
2973 (pr-call-process, pr-file-list, pr-interface-save):
2974 * novice.el (disabled-command-function)
2975 (enable-command, disable-command):
2976 * mouse.el (mouse-buffer-menu-alist):
2977 * mouse-copy.el (mouse-kill-preserving-secondary):
2978 * macros.el (kbd-macro-query):
2979 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
2980 * informat.el (batch-info-validate):
2981 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
2982 * hippie-exp.el (try-expand-dabbrev-visible):
2983 * help-mode.el (help-make-xrefs):
2984 * help-fns.el (describe-variable):
2985 * generic-x.el (bat-generic-mode-run-as-comint):
2986 * finder.el (finder-mouse-select):
2987 * find-dired.el (find-dired-sentinel):
2988 * filesets.el (filesets-file-close):
2989 * files.el (list-directory):
2990 * faces.el (list-faces-display, describe-face):
2991 * facemenu.el (list-colors-display):
2992 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
2993 * epg.el (epg--process-filter, epg-cancel):
2994 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
2995 (epa--read-signature-type):
2996 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
2997 (emerge-file-names):
2998 * ehelp.el (electric-helpify):
2999 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
3000 * ediff-vers.el (rcs-ediff-view-revision):
3001 * ediff-util.el (ediff-setup):
3002 * ediff-mult.el (ediff-append-custom-diff):
3003 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
3004 (ediff-wordify):
3005 * echistory.el (Electric-command-history-redo-expression):
3006 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3007 * disp-table.el (describe-display-table):
3008 * dired.el (dired-find-buffer-nocreate):
3009 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
3010 * dabbrev.el (dabbrev--same-major-mode-p):
3011 * chistory.el (list-command-history):
3012 * apropos.el (apropos-documentation):
3013 * allout.el (allout-obtain-passphrase):
3014 (allout-copy-exposed-to-buffer):
3015 (allout-verify-passphrase): Use with-current-buffer.
3016
3017 2009-11-13 Glenn Morris <rgm@gnu.org>
3018
3019 * Makefile.in (ELCFILES): Regenerate.
3020
3021 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
3022
3023 * net/dbus.el (dbus-registered-objects-table): Rename from
3024 `dbus-registered-functions-table', because it contains also properties.
3025 (dbus-unregister-object): Unregister also properties.
3026 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3027 Use a timeout of 500 msec, in order to not block.
3028 (dbus-register-property, dbus-property-handler): New defuns.
3029
3030 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3031
3032 * simple.el (minibuffer-default-add-completions): Drop deprecated
3033 4th arg.
3034
3035 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
3036
3037 * textmodes/artist.el (artist-mouse-choose-operation):
3038 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
3039 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
3040 (artist-compute-up-event-key): New function.
3041 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
3042
3043 2009-11-13 Kenichi Handa <handa@m17n.org>
3044
3045 * language/japan-util.el: Make sure that the value of jisx0208
3046 property is jisx0208 character.
3047
3048 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
3049
3050 * international/mule.el (auto-coding-regexp-alist): Only purecopy
3051 car or each item, not the whole list.
3052
3053 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3054
3055 * minibuffer.el (minibuffer-completion-help):
3056 Use minibuffer-hide-completions.
3057
3058 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
3059
3060 * dired.el (dired-save-positions, dired-restore-positions): New funs.
3061 (dired-revert): Use them (bug#4880).
3062
3063 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3064
3065 * tooltip.el (tooltip-frame-parameters): Undo previous change.
3066
3067 2009-11-12 Juri Linkov <juri@jurta.org>
3068
3069 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
3070 New functions.
3071 (find-file-literally-at-point): Alias of `ffap-literally'.
3072
3073 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3074
3075 * textmodes/ispell.el (ispell-skip-region-alist):
3076 * textmodes/css-mode.el (auto-mode-alist):
3077 * progmodes/compile.el (auto-mode-alist):
3078 * international/mule.el (ctext-non-standard-encodings-alist)
3079 (ctext-non-standard-encodings-regexp):
3080 * simple.el (shell-command-switch, text-read-only):
3081 * replace.el (occur-mode-map):
3082 * paths.el (rmail-file-name):
3083 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
3084 * find-file.el (ff-special-constructs):
3085 * files.el (file-name-handler-alist):
3086 * composite.el: Purecopy strings.
3087
3088 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
3089
3090 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3091
3092 * widget.el (define-widget): Purecopy the docstring.
3093 * international/mule-cmds.el (charset): Do not purecopy the
3094 docstring here, define-widget does it.
3095
3096 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3097 * textmodes/bibtex-style.el (auto-mode-alist):
3098 * progmodes/inf-lisp.el (inferior-lisp-prompt):
3099 * progmodes/compile.el (compile-command):
3100 * language/korea-util.el (default-korean-keyboard):
3101 * international/mule-conf.el (file-coding-system-alist):
3102 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
3103 * tooltip.el (tooltip-frame-parameters):
3104 * newcomment.el (comment-end, comment-padding):
3105 * dired.el (dired-trivial-filenames):
3106 * comint.el (comint-file-name-prefix): Purecopy initial values.
3107
3108 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
3109
3110 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
3111 (tramp-advice-minibuffer-electric-tilde): Unload advices via
3112 `tramp-unload'.
3113 (tramp-advice-make-auto-save-file-name)
3114 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
3115 after removing the advice.
3116
3117 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3118
3119 * progmodes/grep.el (grep-regexp-alist):
3120 * international/mule-cmds.el (iso-2022-control-alist):
3121 * emacs-lisp/timer.el (timer-duration-words):
3122 * subr.el (version-separator, version-regexp-alist):
3123 * minibuffer.el (completion-styles-alist):
3124 * faces.el (face-attribute-name-alist, list-faces-sample-text):
3125 Change defvars to defconsts.
3126
3127 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
3128 * loadup.el ("international/mule-conf"): Load the byte compiled version.
3129 * international/mule-conf.el: Allow to be byte compiled.
3130
3131 * international/mule.el (define-charset): Purecopy props.
3132 (load-with-code-conversion): Purecopy doc string and file name.
3133 (put-charset-property): Purecopy strings.
3134 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
3135
3136 * international/mule-cmds.el (register-input-method): Purecopy arguments.
3137 (define-char-code-property): Correctly purecopy the table.
3138
3139 * international/ccl.el (define-ccl-program): Purecopy the docstring.
3140
3141 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
3142
3143 * subr.el (add-hook): Purecopy strings.
3144 (eval-after-load): Purecopy load-history-regexp and the form.
3145
3146 * custom.el (custom-declare-group): Purecopy load-file-name.
3147
3148 * subr.el (menu-bar-separator): New defconst.
3149 * net/eudc.el (eudc-tools-menu):
3150 * international/mule-cmds.el (set-coding-system-map)
3151 (mule-menu-keymap):
3152 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3153 * vc-hooks.el (vc-menu-map):
3154 * replace.el (occur-mode-map):
3155 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
3156 (menu-bar-edit-menu, menu-bar-goto-menu)
3157 (menu-bar-custom-menu, menu-bar-showhide-menu)
3158 (menu-bar-options-menu, menu-bar-tools-menu)
3159 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
3160 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
3161 (menu-bar-help-menu):
3162 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
3163 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
3164
3165 * term/x-win.el (x-gtk-stock-map):
3166 * progmodes/vera-mode.el (auto-mode-alist):
3167 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
3168 (inferior-lisp-program, inferior-lisp-load-command):
3169 * progmodes/hideshow.el (hs-special-modes-alist):
3170 * progmodes/gud.el (same-window-regexps):
3171 * progmodes/grep.el (grep-program, find-program, xargs-program):
3172 * net/telnet.el (same-window-regexps):
3173 * net/rlogin.el (same-window-regexps):
3174 * language/ethiopic.el (font-ccl-encoder-alist):
3175 * vc-sccs.el (vc-sccs-master-templates):
3176 * vc-rcs.el (vc-rcs-master-templates):
3177 * subr.el (cl-assertion-failed):
3178 * simple.el (next-error-overlay-arrow-position):
3179 * lpr.el (lpr-command):
3180 * locate.el (locate-ls-subdir-switches):
3181 * info.el (same-window-regexps, info)
3182 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
3183 * image-mode.el (image-mode, auto-mode-alist):
3184 * hippie-exp.el (hippie-expand-ignore-buffers):
3185 * format.el (format-alist):
3186 * find-dired.el (find-ls-subdir-switches, find-grep-options)
3187 (find-name-arg):
3188 * facemenu.el (facemenu-keybindings):
3189 * dired.el (dired-listing-switches, dired-chown-program):
3190 * diff.el (diff-switches, diff-command):
3191 * cus-edit.el (same-window-regexps):
3192 * bindings.el (mode-line-mule-info)
3193 (mode-line-buffer-identification): Purecopy strings.
3194
3195 2009-11-11 Juri Linkov <juri@jurta.org>
3196
3197 * simple.el (dired-get-filename) <declare-function>:
3198 Tell the byte-compiler about dired-get-filename.
3199 (shell-command): In Dired mode, get filename from the current line
3200 as the default value.
3201
3202 2009-11-10 Glenn Morris <rgm@gnu.org>
3203
3204 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
3205 * calendar/holidays.el, progmodes/cperl-mode.el:
3206 Update x-popup-menu declarations.
3207
3208 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
3209 (list-load-path-shadows): Use dolist.
3210 (list-load-path-shadows): Use with-current-buffer.
3211
3212 2009-11-10 Juri Linkov <juri@jurta.org>
3213
3214 * minibuffer.el (read-file-name): Support a list of default values
3215 in `default-filename'. Use the first file name where only one
3216 element is required. Doc fix.
3217
3218 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
3219
3220 * net/dbus.el (dbus-unregister-object): Release service, if no
3221 other method is registered for it.
3222
3223 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
3224
3225 * bookmark.el (bookmark-completing-read): Sort bookmark names if
3226 bookmark-sort-flag is non-nil (Bug#4653).
3227
3228 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
3229
3230 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
3231 the progress reporter entirely.
3232
3233 * emulation/cua-base.el: Add CUA property to some CC mode commands
3234 (Bug#4100).
3235
3236 2009-11-08 Kevin Ryde <user42@zip.com.au>
3237
3238 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
3239 at end of sentence (Bug#4818).
3240
3241 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
3242
3243 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3244 Handle "see declaration of" MSFT statements (Bug#4100).
3245
3246 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
3247
3248 * net/tramp.el (tramp-advice-make-auto-save-file-name)
3249 (tramp-advice-file-expand-wildcards): Unload via
3250 `ad-remove-advice'.
3251
3252 * net/trampver.el: Update release number.
3253
3254 2009-11-08 Kevin Ryde <user42@zip.com.au>
3255
3256 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
3257 `ad-do-it'.
3258
3259 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
3260
3261 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
3262 in order to keep context in SELinux.
3263
3264 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
3265
3266 * dired-aux.el (dired-query): Place cursor in echo area and allow
3267 C-g.
3268
3269 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
3270 menu item if not on a directory (Bug#4701).
3271
3272 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
3273
3274 Sync with Tramp 2.1.17.
3275
3276 * net/tramp.el (tramp-handle-copy-directory): Don't use
3277 `file-remote-p' (due to compatibility).
3278
3279 * net/tramp-compat.el (tramp-compat-copy-directory)
3280 (tramp-compat-delete-directory): New defuns.
3281
3282 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
3283 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
3284 `tramp-compat-delete-directory'.
3285
3286 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
3287 (tramp-smb-handle-delete-directory): Use
3288 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
3289
3290 * net/trampver.el: Update release number.
3291
3292 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
3293
3294 * tar-mode.el (tar-copy): Call write-region on the right buffer
3295 (Bug#4857).
3296
3297 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
3298 by hand, if necessary (Bug#4878).
3299
3300 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
3301
3302 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
3303 align size column (Bug#4839).
3304
3305 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
3306 statement.
3307
3308 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
3309
3310 * progmodes/ld-script.el (auto-mode-alist):
3311 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
3312
3313 * cus-face.el (custom-declare-face): Purecopy face spec.
3314
3315 2009-11-06 Kenichi Handa <handa@m17n.org>
3316
3317 * international/uni-bidi.el: Re-generated.
3318 * international/uni-category.el: Re-generated.
3319 * international/uni-combining.el: Re-generated.
3320 * international/uni-mirrored.el: Re-generated.
3321
3322 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
3323
3324 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
3325 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
3326 (tex-start-options, slitex-run-command, latex-run-command)
3327 (tex-run-command, tex-directory):
3328 * textmodes/ispell.el (ispell-html-skip-alists)
3329 (ispell-tex-skip-alists, ispell-tex-skip-alists):
3330 * textmodes/fill.el (adaptive-fill-first-line-regexp):
3331 (adaptive-fill-regexp):
3332 * textmodes/dns-mode.el (auto-mode-alist):
3333 * progmodes/python.el (interpreter-mode-alist):
3334 * progmodes/etags.el (tags-compression-info-list):
3335 * progmodes/etags.el (tags-file-name):
3336 * net/browse-url.el (browse-url-galeon-program)
3337 (browse-url-firefox-program):
3338 * mail/sendmail.el (mail-signature-file)
3339 (mail-citation-prefix-regexp):
3340 * international/mule-conf.el (eight-bit):
3341 * international/latexenc.el (latex-inputenc-coding-alist):
3342 * international/fontset.el (x-pixel-size-width-font-regexp):
3343 * emacs-lisp/warnings.el (warning-type-format):
3344 * emacs-lisp/trace.el (trace-buffer):
3345 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
3346 (emacs-lisp-mode-map):
3347 * calendar/holidays.el (holiday-solar-holidays)
3348 (holiday-bahai-holidays, holiday-islamic-holidays)
3349 (holiday-christian-holidays, holiday-hebrew-holidays)
3350 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
3351 (hebrew-holidays-1, holiday-oriental-holidays)
3352 (holiday-general-holidays):
3353 * x-dnd.el (x-dnd-known-types):
3354 * tool-bar.el (tool-bar):
3355 * startup.el (site-run-file):
3356 * shell.el (shell-dumb-shell-regexp):
3357 * rfn-eshadow.el (file-name-shadow-tty-properties)
3358 (file-name-shadow-properties):
3359 * paths.el (remote-shell-program, news-directory):
3360 * mouse.el ([C-down-mouse-3]):
3361 * menu-bar.el (menu-bar-tools-menu):
3362 * jka-cmpr-hook.el (jka-compr-load-suffixes)
3363 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
3364 (jka-compr-compression-info-list):
3365 * isearch.el (search-whitespace-regexp):
3366 * image-file.el (image-file-name-extensions):
3367 * find-dired.el (find-ls-option):
3368 * files.el (directory-listing-before-filename-regexp)
3369 (directory-free-space-args, insert-directory-program)
3370 (list-directory-brief-switches, magic-fallback-mode-alist)
3371 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
3372 (automount-dir-prefix):
3373 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
3374 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
3375 (face-font-registry-alternatives, face-font-registry-alternatives)
3376 (face-font-family-alternatives):
3377 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
3378 (facemenu-foreground-menu, facemenu-face-menu):
3379 * epa-hook.el (epa-file-name-regexp):
3380 * dnd.el (dnd-protocol-alist):
3381 * textmodes/rst.el (auto-mode-alist):
3382 * button.el (default-button): Purecopy strings.
3383
3384 2009-11-06 Glenn Morris <rgm@gnu.org>
3385
3386 * Makefile.in (ELCFILES): Update.
3387
3388 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
3389
3390 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
3391 * emacs-lisp/levents.el: Move to obsolete/levents.el.
3392
3393 * nxml/xsd-regexp.el (xsdre-gen-categories):
3394 * nxml/xmltok.el (xmltok-parse-entity):
3395 * nxml/rng-parse.el (rng-parse-validate-file):
3396 * nxml/rng-maint.el (rng-format-manual)
3397 (rng-manual-output-force-new-line):
3398 * nxml/rng-loc.el (rng-save-schema-location-1):
3399 * nxml/rng-cmpct.el (rng-c-parse-file):
3400 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
3401 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
3402
3403 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
3404
3405 * verilog-mode.el (verilog-getopt-file, verilog-set-define):
3406 Remove extra save-excursions and make-variable-buffer-local's.
3407 Suggested by Stefan Monnier.
3408
3409 (verilog-getopt-file, verilog-module-inside-filename-p)
3410 (verilog-set-define): Merge GNU 1.35 and repair changes from
3411 switching to using with-current-buffer.
3412
3413 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
3414 being treated as a number and confusing AUTORESET.
3415 Reported by Dan Dever.
3416
3417 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
3418 Add verilog-auto-ignore-concat to fix backward compatibility with
3419 older verilog-modes. Reported by Dan Katz.
3420
3421 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
3422 containing closing anchors "...$".
3423
3424 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
3425 Reported by Wade Smith.
3426
3427 (verilog-batch-execute-func) Comment on function usage.
3428
3429 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
3430
3431 * verilog-mode.el (verilog-label-re): Fix regular expression for
3432 labels.
3433
3434 (verilog-label-re, verilog-calc-1): Support proper indent of named
3435 asserts.
3436
3437 (verilog-backward-token, verilog-basic-complete-re)
3438 (verilog-beg-of-statement, verilog-indent-re): Support proper
3439 indent of the assert statement at the beginning of a block of text.
3440
3441 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
3442 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
3443 tokens as begins.
3444
3445 2009-11-05 Glenn Morris <rgm@gnu.org>
3446
3447 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
3448 Emacs 19. (Bug#1531)
3449 (byte-compile-fix-header): Update for the above change.
3450 Drop test for epoch::version.
3451
3452 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
3453 * cus-dep.el (custom-make-dependencies):
3454 * finder.el (finder-compile-keywords):
3455 Use autoload-rubric's feature argument.
3456
3457 * calendar/diary-lib.el (top-level): Make load behave more like require.
3458
3459 * vc-git.el (vc-git-stash-map): Move definition before use.
3460
3461 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
3462
3463 * custom.el (custom-declare-group): Purecopy standard-value.
3464 (custom-declare-group): Purecopy custom-prefix.
3465
3466 * international/mule.el (load-with-code-conversion):
3467 Call do-after-load-evaluation unconditionally.
3468
3469 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
3470
3471 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
3472
3473 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
3474
3475 2009-11-04 Glenn Morris <rgm@gnu.org>
3476
3477 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
3478 (byte-compile-compatibility): Remove option.
3479 (byte-compile-close-variables, byte-compile-fix-header)
3480 (byte-compile-insert-header, byte-compile-output-docform)
3481 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
3482 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
3483 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
3484 (byte-compile-insert, byte-compile-defun):
3485 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
3486 (byte-defop-compiler19): Remove.
3487 Without byte-compile-compatibility, the 'emacs19-opcode property is not
3488 used by anything. Replace all calls with byte-defop-compiler.
3489
3490 2009-11-04 Juri Linkov <juri@jurta.org>
3491
3492 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
3493 (menu-bar-options-menu): Don't quote the `prop' arg of
3494 `menu-bar-make-mm-toggle'.
3495
3496 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
3497
3498 * calendar/calendar.el (cal-loaddefs):
3499 * calendar/diary-lib.el (diary-loaddefs):
3500 * calendar/holidays.el (hol-loaddefs):
3501 * eshell/esh-module.el (esh-groups): Load rather than require.
3502
3503 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3504
3505 * calendar/todo-mode.el (todo-add-category): Don't hardcode
3506 point-min==1.
3507 (todo-top-priorities): Only display-buffer when called interactively.
3508 (todo-item-start): Don't save excursion point.
3509 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
3510 (todo-insert-item-here, todo-file-item, todo-remove-item):
3511 Adjust uses of todo-item-start and todo-item-end.
3512
3513 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
3514 (autoload-rubric): Don't use any more.
3515 * cedet/semantic/fw.el (semantic/loaddefs):
3516 * cedet/srecode.el (srecode/loaddefs):
3517 * cedet/ede.el (ede/loaddefs): Load rather than require.
3518 * cedet/ede/cpp-root.el:
3519 * cedet/ede/emacs.el:
3520 * cedet/ede/files.el:
3521 * cedet/ede/linux.el:
3522 * cedet/ede/locate.el:
3523 * cedet/ede/make.el:
3524 * cedet/ede/shell.el:
3525 * cedet/ede/speedbar.el:
3526 * cedet/ede/system.el:
3527 * cedet/ede/util.el:
3528 * cedet/semantic/analyze.el:
3529 * cedet/semantic/bovine.el:
3530 * cedet/semantic/complete.el:
3531 * cedet/semantic/ctxt.el:
3532 * cedet/semantic/db-file.el:
3533 * cedet/semantic/db-find.el:
3534 * cedet/semantic/db-global.el:
3535 * cedet/semantic/db-mode.el:
3536 * cedet/semantic/db-typecache.el:
3537 * cedet/semantic/db.el:
3538 * cedet/semantic/debug.el:
3539 * cedet/semantic/dep.el:
3540 * cedet/semantic/doc.el:
3541 * cedet/semantic/edit.el:
3542 * cedet/semantic/find.el:
3543 * cedet/semantic/format.el:
3544 * cedet/semantic/html.el:
3545 * cedet/semantic/ia-sb.el:
3546 * cedet/semantic/ia.el:
3547 * cedet/semantic/idle.el:
3548 * cedet/semantic/lex-spp.el:
3549 * cedet/semantic/lex.el:
3550 * cedet/semantic/mru-bookmark.el:
3551 * cedet/semantic/scope.el:
3552 * cedet/semantic/senator.el:
3553 * cedet/semantic/sort.el:
3554 * cedet/semantic/symref.el:
3555 * cedet/semantic/tag-file.el:
3556 * cedet/semantic/tag-ls.el:
3557 * cedet/semantic/tag-write.el:
3558 * cedet/semantic/tag.el:
3559 * cedet/semantic/util-modes.el:
3560 * cedet/semantic/analyze/complete.el:
3561 * cedet/semantic/analyze/refs.el:
3562 * cedet/semantic/bovine/c.el:
3563 * cedet/semantic/bovine/gcc.el:
3564 * cedet/semantic/bovine/make.el:
3565 * cedet/semantic/bovine/scm.el:
3566 * cedet/semantic/decorate/include.el:
3567 * cedet/semantic/decorate/mode.el:
3568 * cedet/semantic/symref/cscope.el:
3569 * cedet/semantic/symref/global.el:
3570 * cedet/semantic/symref/grep.el:
3571 * cedet/semantic/symref/idutils.el:
3572 * cedet/semantic/symref/list.el:
3573 * cedet/semantic/wisent/java-tags.el:
3574 * cedet/semantic/wisent/javascript.el:
3575 * cedet/srecode/compile.el:
3576 * cedet/srecode/cpp.el:
3577 * cedet/srecode/document.el:
3578 * cedet/srecode/el.el:
3579 * cedet/srecode/expandproto.el:
3580 * cedet/srecode/getset.el:
3581 * cedet/srecode/insert.el:
3582 * cedet/srecode/java.el:
3583 * cedet/srecode/map.el:
3584 * cedet/srecode/mode.el:
3585 * cedet/srecode/template.el:
3586 * cedet/srecode/texi.el: Remove the file-local setting of
3587 generated-autoload-feature.
3588
3589 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
3590 and only put a prop if it is non-nil.
3591
3592 2009-11-03 Juri Linkov <juri@jurta.org>
3593
3594 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
3595 (menu-bar-options-menu): Fix list quoting (Bug#4429).
3596
3597 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
3598 and "Menu" to make top-level menu item visually one unit (like
3599 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
3600 multi-word menu items). Fix :help string for quit-window.
3601
3602 2009-11-03 Glenn Morris <rgm@gnu.org>
3603
3604 * cedet/mode-local.el (with-mode-local): Doc fix.
3605
3606 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
3607 (byte-compile-file-form-define-abbrev-table)
3608 (byte-compile-file-form-custom-declare-variable)
3609 (byte-compile-variable-ref, byte-compile-defvar):
3610 Whether or not a warning is enabled should only affect whether we issue
3611 the warning, not whether or not we collect the relevant data.
3612 Eg warnings can be turned on and off throughout the course of a file.
3613
3614 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
3615 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
3616
3617 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3618
3619 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
3620 * play/mpuz.el (mpuz-create-buffer):
3621 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
3622 (lm-print-y,s,noise, lm-print-w0, lm-init):
3623 * play/gomoku.el (gomoku-prompt-for-move):
3624 * play/fortune.el (fortune-in-buffer):
3625 * play/dissociate.el (dissociated-press):
3626 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
3627 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
3628 * mail/supercite.el (sc-eref-show):
3629 * mail/smtpmail.el (smtpmail-send-it):
3630 * mail/rmailsum.el (rmail-summary-next-labeled-message)
3631 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
3632 (rmail-summary-undelete-many, rmail-summary-rmail-update)
3633 (rmail-summary-goto-msg, rmail-summary-expunge)
3634 (rmail-summary-get-new-mail, rmail-summary-search-backward)
3635 (rmail-summary-add-label, rmail-summary-output-menu)
3636 (rmail-summary-output-body):
3637 * mail/rfc822.el (rfc822-addresses):
3638 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
3639 * mail/mailpost.el (post-mail-send-it):
3640 * mail/hashcash.el (hashcash-generate-payment):
3641 * mail/feedmail.el (feedmail-run-the-queue)
3642 (feedmail-queue-send-edit-prompt-help-first)
3643 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
3644 (feedmail-deduce-address-list):
3645 * eshell/esh-ext.el (eshell-remote-command):
3646 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
3647 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
3648 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
3649 (viper-save-string-in-file, viper-valid-marker):
3650 * emulation/viper-keym.el (viper-toggle-key):
3651 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
3652 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
3653 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
3654 * emulation/viper-cmd.el (viper-exec-form-in-vi)
3655 (viper-exec-form-in-emacs, viper-brac-function):
3656 * emulation/viper.el (viper-delocalize-var):
3657 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
3658 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
3659 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
3660 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
3661 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
3662 * emulation/edt.el (edt-electric-helpify):
3663 * emulation/cua-rect.el (cua--rectangle-aux-replace):
3664 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
3665 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
3666 (cua-indent-to-global-mark-column):
3667 * calendar/diary-lib.el (calendar-mark-1):
3668 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
3669 Use with-current-buffer.
3670 * emulation/viper.el (viper-delocalize-var): Use dolist.
3671
3672 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
3673
3674 * comint.el (comint-replace-by-expanded-history-before-point):
3675 Replace !! with the previous input string literally (Bug#1795).
3676
3677 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
3678
3679 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
3680 to be made up of whitespace.
3681
3682 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
3683
3684 * minibuffer.el (read-file-name): Don't use file dialogs for
3685 remote directories (Bug#99).
3686
3687 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
3688
3689 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
3690
3691 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
3692
3693 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
3694 instead of deleting the window or frame.
3695
3696 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
3697
3698 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
3699 Support face colors.
3700
3701 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
3702 New function. Support face colors (Bug#1168).
3703 (tex-common-initialization): Use it.
3704
3705 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
3706 mode allows it (Bug#1168).
3707
3708 2009-10-31 Juri Linkov <juri@jurta.org>
3709
3710 * facemenu.el (list-colors-display): Don't mark buffer as
3711 modified (Bug#3948).
3712
3713 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
3714
3715 * international/mule-diag.el (list-character-sets-1): Minor
3716 message fix (Bug#3526).
3717
3718 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
3719 face property (Bug#4834).
3720 (etags-list-tags, etags-tags-apropos-additional)
3721 (etags-tags-apropos, tags-select-tags-table): Add follow-link
3722 property.
3723
3724 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
3725 items.
3726
3727 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
3728 items.
3729
3730 * cedet/ede.el (ede-minor-mode):
3731 * cedet/semantic.el (semantic-mode): Toggle menu separators.
3732
3733 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
3734
3735 * textmodes/two-column.el (2C-split):
3736 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
3737 * textmodes/tex-mode.el (tex-set-buffer-directory):
3738 * textmodes/spell.el (spell-region, spell-string):
3739 * textmodes/reftex.el (reftex-erase-buffer):
3740 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
3741 * textmodes/reftex-toc.el (reftex-toc-promote-action):
3742 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
3743 (reftex-select-item):
3744 * textmodes/reftex-ref.el (reftex-label-info-update)
3745 (reftex-offer-label-menu):
3746 * textmodes/reftex-index.el (reftex-index-change-entry)
3747 (reftex-index-phrases-info):
3748 * textmodes/reftex-global.el (reftex-create-tags-file)
3749 (reftex-save-all-document-buffers, reftex-ensure-write-access):
3750 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
3751 (reftex-view-crossref-from-bibtex):
3752 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
3753 (reftex-extract-bib-entries-from-thebibliography)
3754 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
3755 * textmodes/refbib.el (r2b-capitalize-title):
3756 (r2b-convert-buffer, r2b-help):
3757 * textmodes/page-ext.el (pages-directory)
3758 (pages-directory-goto-with-mouse):
3759 * textmodes/bibtex.el (bibtex-validate-globally):
3760 * textmodes/bib-mode.el (bib-capitalize-title):
3761 * textmodes/artist.el (artist-clear-buffer, artist-system):
3762 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
3763 (local-set-scheme-interaction-buffer, xscheme-process-filter)
3764 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
3765 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
3766 (xscheme-send-control-g-interrupt, xscheme-start-process)
3767 (xscheme-process-sentinel, xscheme-cd):
3768 * progmodes/verilog-mode.el (verilog-read-always-signals)
3769 (verilog-set-define, verilog-getopt-file)
3770 (verilog-module-inside-filename-p):
3771 * progmodes/sh-script.el:
3772 * progmodes/python.el (python-pdbtrack-get-source-buffer)
3773 (python-pdbtrack-grub-for-buffer, python-execute-file):
3774 * progmodes/octave-inf.el (inferior-octave):
3775 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
3776 (idlwave-shell-compile-helper-routines, idlwave-set-local)
3777 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
3778 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
3779 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
3780 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
3781 (idlwave-shell-filter, idlwave-shell-examine-highlight)
3782 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
3783 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
3784 (idlwave-shell-examine-display, idlwave-shell-run-region)
3785 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
3786 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
3787 * progmodes/idlw-help.el (idlwave-help-get-special-help)
3788 (idlwave-help-get-help-buffer):
3789 * progmodes/gud.el (gud-basic-call, gud-find-class)
3790 (gud-tooltip-activate-mouse-motions-if-enabled):
3791 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
3792 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
3793 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
3794 (ebrowse-tags-next-file):
3795 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
3796 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
3797 (ebnf-eps-finish-and-write):
3798 * progmodes/cpp.el (cpp-edit-save):
3799 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
3800 * progmodes/cc-defs.el (c-emacs-features):
3801 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
3802 (antlr-directory-dependencies):
3803 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
3804 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
3805 (ada-find-any-references, ada-make-filename-from-adaname)
3806 (ada-make-body-gnatstub):
3807 * obsolete/rnews.el (news-list-news-groups):
3808 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
3809 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
3810 * net/rcirc.el (rcirc-debug):
3811 * net/newst-treeview.el (newsticker--treeview-list-add-item)
3812 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
3813 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
3814 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
3815 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
3816 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
3817 (newsticker--treeview-list-clear-highlight)
3818 (newsticker--treeview-list-update-highlight)
3819 (newsticker--treeview-list-highlight-start)
3820 (newsticker--treeview-tree-update-highlight)
3821 (newsticker--treeview-get-selected-item)
3822 (newsticker-treeview-mark-list-items-old)
3823 (newsticker--treeview-set-current-node):
3824 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
3825 * net/newst-backend.el (newsticker--get-news-by-funcall)
3826 (newsticker--get-news-by-wget, newsticker--image-get)
3827 (newsticker--image-sentinel):
3828 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
3829 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
3830 (eudc-ph-close-session):
3831 * net/eudc.el (eudc-save-options):
3832 * language/thai-word.el (thai-update-word-table):
3833 * language/japan-util.el (japanese-string-conversion):
3834 * international/titdic-cnv.el (tsang-quick-converter)
3835 (ziranma-converter, ctlau-converter):
3836 * international/mule-cmds.el (describe-language-environment):
3837 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
3838 (skkdic-convert-postfix, skkdic-convert-prefix):
3839 (skkdic-convert-okuri-nasi, skkdic-convert):
3840 * emacs-lisp/re-builder.el (reb-update-overlays):
3841 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
3842 * emacs-lisp/gulp.el (gulp-send-requests):
3843 * emacs-lisp/find-gc.el (trace-call-tree):
3844 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
3845 (eieio-describe-generic):
3846 * emacs-lisp/eieio-base.el (eieio-persistent-read):
3847 * emacs-lisp/edebug.el (edebug-outside-excursion):
3848 * emacs-lisp/debug.el (debugger-make-xrefs):
3849 * emacs-lisp/cust-print.el (custom-prin1-to-string):
3850 * emacs-lisp/chart.el (chart-new-buffer):
3851 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
3852 Use with-current-buffer.
3853 * textmodes/artist.el (artist-system): Don't call
3854 copy-sequence on a fresh string.
3855 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
3856
3857 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
3858
3859 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
3860 is no item to edit. (Bug#4820)
3861 (todo-top-priorities): Restore point and restore narrowing in Todo
3862 buffer. (Bug#4820)
3863
3864 2009-10-31 Glenn Morris <rgm@gnu.org>
3865
3866 * net/ange-ftp.el (top-level): Don't require dired when compiling.
3867 (comint-last-output-start, comint-last-input-start)
3868 (comint-last-input-end): Don't defvar when compiling.
3869 (ange-ftp-process-file): Use bound-and-true-p.
3870
3871 * pcmpl-rpm.el (top-level): Move provide statement to end.
3872 (pcmpl-rpm): Remove unused custom group.
3873
3874 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
3875
3876 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
3877
3878 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
3879 (byte-compile-warnings): Add `constants' as an option.
3880 (byte-compile-callargs-warn, byte-compile-arglist-warn)
3881 (display-call-tree): Update for byte-compile-fdefinition possibly
3882 returning `(macro lambda ...)'. (Bug#4778)
3883 (byte-compile-variable-ref, byte-compile-setq-default):
3884 Respect `constants' member of byte-compile-warnings.
3885
3886 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
3887 Use mapc rather than mapcar because the return value is never used.
3888
3889 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
3890 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
3891 * cedet/semantic/html.el:
3892 Suppress harmless warnings about setting up semantic-imenu (not
3893 part of Emacs) variables.
3894
3895 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3896
3897 * vc-bzr.el (vc-bzr-revision-keywords): New var.
3898 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
3899 to "submit:".
3900
3901 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
3902 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
3903 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
3904 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
3905 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
3906 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
3907 (semantic-analyzer-debug-global-symbol)
3908 (semantic-analyzer-debug-missing-innertype)
3909 (semantic-analyzer-debug-insert-include-summary):
3910 * cedet/semantic/util.el (semantic-file-tag-table):
3911 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
3912 (semantic-recursive-find-nonterminal-by-name):
3913 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
3914 * cedet/semantic/tag-file.el (semantic-prototype-file):
3915 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
3916 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
3917 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
3918 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
3919 (semantic-idle-summary-maybe-highlight):
3920 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
3921 (semantic-ia-sb-tag-info):
3922 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
3923 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
3924 * cedet/semantic/ede-grammar.el (project-compile-target):
3925 (ede-proj-makefile-insert-variables):
3926 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
3927 (semantic-debug-set-source-location, semantic-debug-interface-layout)
3928 (semantic-debug-mode, semantic-debug):
3929 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
3930 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
3931 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
3932 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
3933 (semanticdb-find-translate-path-includes--internal)
3934 (semanticdb-reset-log, semanticdb-find-log-activity):
3935 * cedet/semantic/db-file.el (object-write):
3936 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
3937 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
3938 (semanticdb-create-ebrowse-database):
3939 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
3940 * cedet/semantic/complete.el (semantic-displayor-focus-request)
3941 (semantic-collector-calculate-completions-raw)
3942 (semantic-complete-read-tag-analyzer):
3943 * cedet/semantic/analyze.el (semantic-analyze-pulse):
3944 * cedet/ede/util.el (ede-update-version-in-source):
3945 * cedet/ede/proj.el (project-delete-target):
3946 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
3947 (ede-proj-flush-autoconf):
3948 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
3949 (ede-proj-configure-synchronize):
3950 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
3951 * cedet/ede/linux.el (ede-linux-version):
3952 * cedet/ede/emacs.el (ede-emacs-version):
3953 * cedet/ede/dired.el (ede-dired-add-to-target):
3954 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
3955 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
3956 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
3957 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
3958 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
3959 (cedet-idutils-version-check):
3960 * cedet/cedet-global.el (cedet-gnu-global-call):
3961 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
3962 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
3963 * cedet/cedet-cscope.el (cedet-cscope-call)
3964 (cedet-cscope-expand-filename, cedet-cscope-version-check):
3965 Use with-current-buffer.
3966 * cedet/ede.el (ede-make-project-local-variable)
3967 (ede-set-project-variables, ede-set): Use dolist.
3968
3969 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
3970
3971 * textmodes/ispell.el (ispell-skip-region-alist):
3972 * international/mule-conf.el (eight-bit):
3973 * international/fontset.el (font-encoding-alist):
3974 * startup.el (pure-space-overflow-message):
3975 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
3976 * paths.el (gnus-nntp-service, rmail-spool-directory)
3977 (term-file-prefix):
3978 * files.el (save-some-buffers-action-alist):
3979 * cmuscheme.el (same-window-buffer-names):
3980 * ielm.el (same-window-buffer-names):
3981 * shell.el (same-window-buffer-names):
3982 * mail/sendmail.el (same-window-buffer-names):
3983 * progmodes/inf-lisp.el (same-window-buffer-names):
3984 * bindings.el (mode-line-client)
3985 (mode-line-column-line-number-mode-map):
3986 * language/tibetan.el (tibetan-precomposition-rule-regexp)
3987 (tibetan-precomposed-regexp): Purecopy string arguments.
3988
3989 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3990
3991 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
3992 (calcDigit-nondigit):
3993 * calc/calc-yank.el (calc-copy-to-buffer):
3994 * calc/calc-units.el (calc-invalidate-units-table):
3995 * calc/calc-trail.el (calc-trail-yank):
3996 * calc/calc-store.el (calc-insert-variables):
3997 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
3998 * calc/calc-prog.el (calc-read-parse-table):
3999 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
4000 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
4001 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
4002 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
4003 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
4004 (calc-graph-name, calc-graph-find-command, calc-graph-view)
4005 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
4006 * calc/calc-ext.el (calc-realign):
4007 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
4008 (calc-embedded-finish-edit, calc-embedded-make-info)
4009 (calc-embedded-finish-command, calc-embedded-stack-change):
4010 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
4011
4012 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
4013 (overload-docstring-extension): Use that info.
4014 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
4015 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
4016 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
4017 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
4018 (semantic-nonterminal-full-name): Add the new `when' info.
4019 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
4020 `assert'.
4021
4022 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
4023 shell-dynamic-complete-filename in preference to
4024 comint-dynamic-complete-filename.
4025
4026 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4027 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
4028 Don't consider whether the display supports colors.
4029 (bookmark-import-new-list): Use dolist.
4030 (bookmark-bmenu-mode-map): Move initialization into declaration.
4031 (bookmark-bmenu-list): Use dolist, simplify.
4032 (bookmark-show-all-annotations): Use save-selected-window and dolist.
4033 (menu-bar-final-items): Use push.
4034
4035 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
4036
4037 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
4038 it works on remote files.
4039 (vc-hg-diff): Don't pass any `--cwd' argument.
4040
4041 2009-10-27 Kevin Ryde <user42@zip.com.au>
4042
4043 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
4044 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
4045 (Further to Bug#3921).
4046
4047 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
4048
4049 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
4050 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
4051 calling `tramp-imap-put-file'. Add file size to the call.
4052 (tramp-imap-get-file-entries): Compute also user name, file size,
4053 and date.
4054 (tramp-imap-handle-insert-directory): Insert uid and gid.
4055 (tramp-imap-handle-file-attributes): Transform uid and gid
4056 according to `id-format'.
4057 (tramp-imap-put-file): New optional parameter SIZE. Encode file
4058 size in header X-Size.
4059
4060 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
4061
4062 * simple.el (transpose-subr): Give clearer error when the mark
4063 is not set. (Bug#4807)
4064
4065 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
4066
4067 * net/tramp.el (tramp-perl-file-truename): New defconst.
4068 Perl code contributed by yary <not.com@gmail.com> (tiny change).
4069 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
4070 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
4071 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
4072
4073 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
4074 Ignore `dired-call-process'.
4075 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
4076
4077 2009-10-26 Julian Scheid <julians37@gmail.com>
4078
4079 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
4080 (tramp-get-remote-readlink): New defun.
4081 (tramp-handle-file-truename): Use it.
4082 (tramp-handle-file-exists-p): Check file-attributes cache, assume
4083 file exists if cache value present.
4084 (tramp-check-cached-permissions) New defun.
4085 (tramp-handle-file-readable-p): Use it.
4086 (tramp-handle-file-writable-p): Likewise.
4087 (tramp-handle-file-executable-p): Likewise.
4088 (tramp-handle-file-name-all-completions): Try using Perl to get
4089 partial completions. When perl not available, combine `cd' and
4090 `ls' into single remote operation and use shell expansion to get
4091 partial remote directory contents. Set `file-exists-p' cache for
4092 directory and any files returned by ls. Change cache handling to
4093 support partial directory contents. Use error message emitted by
4094 remote `cd' or Perl code for local tramp-error.
4095 (tramp-do-copy-or-rename-file-directly): Avoid separate
4096 tramp-send-command-and-check call.
4097 (tramp-handle-process-file): Merge three remote ops into one.
4098 Do not flush all caches when `process-file-side-effects' is set.
4099 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
4100 file-attributes shows uid/gid to be set already.
4101
4102 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
4103
4104 * textmodes/tex-mode.el (tex-dvi-view-command)
4105 (tex-show-queue-command, tex-open-quote):
4106 * progmodes/ruby-mode.el (auto-mode-alist)
4107 (interpreter-mode-alist): Purecopy strings.
4108
4109 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
4110
4111 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
4112 string for the hook, keymap and abbrev table.
4113
4114 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
4115
4116 * x-dnd.el (x-dnd-xdnd-to-action):
4117 * startup.el (fancy-startup-text, fancy-about-text): Change to
4118 defconst from defvar.
4119
4120 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
4121
4122 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
4123 Purecopy initialization strings.
4124
4125 * mail/sendmail.el (mail-header-separator)
4126 (mail-personal-alias-file):
4127 * mail/rmail.el (rmail-default-dont-reply-to-names)
4128 (rmail-ignored-headers, rmail-retry-ignored-headers)
4129 (rmail-highlighted-headers, rmail-secondary-file-directory)
4130 (rmail-secondary-file-regexp):
4131 * files.el (null-device, file-name-invalid-regexp)
4132 (locate-dominating-stop-dir-regexp)
4133 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
4134 (interpreter-mode-alist): Use mapcar instead of mapc.
4135
4136 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
4137
4138 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
4139 (completion-ignored-extensions):
4140 (debug-ignored-errors): Purecopy strings.
4141
4142 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4143
4144 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
4145 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
4146 (pcomplete--here): Use push.
4147
4148 * subr.el (all-completions): Declare the 4th arg obsolete.
4149
4150 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4151
4152 * pcomplete.el (pcomplete-unquote-argument-function): New var.
4153 (pcomplete-unquote-argument): New function.
4154 (pcomplete--common-suffix): Always pay attention to case.
4155 (pcomplete--table-subvert): Quote and unquote the text.
4156 (pcomplete--common-quoted-suffix): New function.
4157 (pcomplete-std-complete): Use it and pcomplete-begin.
4158
4159 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
4160 we're inside a dedicated or minibuffer window.
4161
4162 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4163
4164 * cedet/semantic/fw.el (semantic-alias-obsolete)
4165 (semantic-varalias-obsolete): Make the `when' arg mandatory.
4166 (define-mode-overload-implementation):
4167 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
4168 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
4169 * cedet/semantic/util.el (semantic-file-token-stream)
4170 (semantic-something-to-stream):
4171 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
4172 (semantic-expand-nonterminal):
4173 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
4174 (semantic-find-dependency, semantic-find-nonterminal)
4175 (semantic-find-dependency):
4176 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
4177 (semantic-flex-text, semantic-flex-make-keyword-table)
4178 (semantic-flex-keyword-p, semantic-flex-keyword-put)
4179 (semantic-flex-keyword-get, semantic-flex-map-keywords)
4180 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
4181 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
4182 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
4183 (semantic-after-idle-scheduler-reparse-hooks):
4184 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
4185 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
4186 * cedet/semantic.el (semantic-toplevel-bovine-table)
4187 (semantic-toplevel-bovine-cache)
4188 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
4189 (semantic-init-mode-hooks, semantic-init-db-hooks)
4190 (semantic-bovination-working-type): Provide the `when' arg.
4191
4192 2009-10-24 Karl Fogel <kfogel@red-bean.com>
4193
4194 * bookmark.el: Update documentation, especially documentation
4195 of `bookmark-alist' and of the bookmark file format.
4196 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
4197
4198 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
4199
4200 * mail/emacsbug.el (report-emacs-bug): Clarify that the
4201 keybindings apply to the mail buffer (Bug#4003). Shrink help
4202 window to buffer.
4203
4204 * whitespace.el (whitespace-mode, whitespace-newline-mode)
4205 (global-whitespace-mode, global-whitespace-newline-mode)
4206 (whitespace-toggle-options, global-whitespace-toggle-options):
4207 Doc fix (Bug#3660).
4208
4209 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
4210 of xmltok-start before the end tag was inserted (Bug#2840).
4211
4212 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
4213 patterns that are preceded by an open-paren (Bug#1320).
4214
4215 2009-10-24 Sven Joachim <svenjoac@gmx.de>
4216
4217 * files.el (delete-directory): Delete symlinks to directories with
4218 delete-file (Bug#4739).
4219
4220 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
4221
4222 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
4223 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
4224 argument to make-obsolete.
4225
4226 * cedet/semantic/fw.el (semantic-alias-obsolete)
4227 (semantic-varalias-obsolete): Add optional WHEN argument.
4228
4229 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
4230
4231 * vc.el (vc-backend-for-registration): Rename from
4232 vc-get-backend-for-registration. Update callers.
4233
4234 * international/mule-cmds.el (set-language-info-alist):
4235 Purecopy lang-env.
4236 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
4237 (charset): Purecopy the name.
4238 (define-char-code-property): Purecopy string arguments.
4239
4240 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
4241 Purecopy string arguments.
4242
4243 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4244 * ediff-hook.el (menu-bar-ediff-menu):
4245 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
4246 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
4247
4248 2009-10-24 Glenn Morris <rgm@gnu.org>
4249
4250 * comint.el (comint-dynamic-list-completions):
4251 * term.el (term-dynamic-list-completions): Use choose-completion rather
4252 than obsolete alias mouse-choose-completion.
4253
4254 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
4255 file-cache-choose-completion.
4256 (file-cache-choose-completion): Handle an optional event argument.
4257 (file-cache-mouse-choose-completion): Make it an obsolete alias.
4258
4259 * progmodes/octave-mod.el (octave-complete-symbol):
4260 Use choose-completion if mouse-choose-completion is ever removed.
4261
4262 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
4263 use.
4264
4265 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
4266 compiler.
4267
4268 * vc-hooks.el (vc-responsible-backend): Fix declaration.
4269
4270 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4271
4272 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
4273 Ignore `pred' now that we receive one.
4274 Handle test-completion specially.
4275
4276 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4277
4278 * vc.el (vc-responsible-backend): Throw an error if not backend is
4279 found. Remove the REGISTER argument. Move the code dealing with
4280 REGISTER ...
4281 (vc-get-backend-for-registration): ... here. New function.
4282 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
4283 of vc-responsible-backend, pass the file name instead of the
4284 directory name.
4285
4286 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4287
4288 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
4289 New funs.
4290 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
4291 (pcomplete-comint-setup): Don't modify a global var via
4292 accidental side-effects.
4293 (pcomplete-shell-setup): Adjust call accordingly.
4294 (pcomplete-parse-comint-arguments): Use push.
4295
4296 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
4297
4298 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
4299 Allow uncapitalized info node names (Bug#3921).
4300
4301 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
4302 to the DEBUG file (Bug#3781).
4303
4304 2009-10-23 Jari Aalto <jari.aalto@cante.net>
4305
4306 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
4307 dictionary entry (Bug#4579).
4308
4309 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
4310
4311 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
4312 from `rfn-eshadow-update-overlay-hook' when unloading.
4313 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
4314 "rsyncc". Adjust doc string.
4315 (tramp-temp-buffer-file-name) New buffer-local defvar.
4316 (tramp-handle-insert-file-contents, tramp-handle-write-region):
4317 Keep temporary file when indicated by method ("rsync" and
4318 "rsyncc").
4319 (tramp-handle-write-region): Handle APPEND.
4320 (tramp-delete-temp-file-function): New defun. Added to
4321 `kill-buffer-hook'.
4322
4323 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
4324
4325 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
4326
4327 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4328
4329 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
4330 (color-name-rgb-alist, tty-standard-colors)
4331 (tty-color-mode-alist): Change to defconst.
4332
4333 * simple.el (mark-inactive): Purecopy message.
4334
4335 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
4336 (global-map, yank-menu):
4337 * textmodes/ispell.el (ispell-menu-map):
4338 * net/eudc.el (eudc-tools-menu):
4339 * international/mule-cmds.el (describe-language-environment-map)
4340 (setup-language-environment-map, set-coding-system-map)
4341 (mule-menu-keymap):
4342 * vc-hooks.el (vc-menu-entry, vc-menu-map):
4343 * replace.el (occur-mode-map):
4344 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
4345
4346 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
4347
4348 * calc/calc.el (math-read-number, math-read-number-simple): Use
4349 `save-match-data'.
4350
4351 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4352
4353 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
4354 rather than fiddling with global-map bindings, since it should only
4355 affect per-terminal settings.
4356 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
4357
4358 * minibuffer.el (completion-table-with-terminator): Allow to specify
4359 the terminator-regexp.
4360
4361 * simple.el (switch-to-completions): Look for *Completions* in other
4362 frames as well.
4363
4364 * pcomplete.el: Allow the use of completion-tables.
4365 (pcomplete-std-complete): New command.
4366 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
4367 (pcomplete--here): Use a function for `form' rather than an expression,
4368 so it can be byte-compiled.
4369 (pcomplete-here, pcomplete-here*): Adjust accordingly.
4370 Add edebug declaration.
4371 (pcomplete-show-completions): Remove unused var `curbuf'.
4372 (pcomplete-do-complete, pcomplete-stub):
4373 Don't assume `completions' is a list of strings any more.
4374
4375 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
4376
4377 * find-dired.el (find-name-arg): Fix typo in docstring.
4378
4379 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4380
4381 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
4382 (pcmpl-linux-fs-types): Same, and update to new modules layout.
4383
4384 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
4385 pcomplete-entries.
4386
4387 * comint.el (comint-read-input-ring, comint-write-input-ring)
4388 (comint-substitute-in-file-name)
4389 (comint-dynamic-complete-as-filename)
4390 (comint-dynamic-simple-complete)
4391 (comint-dynamic-list-filename-completions)
4392 (comint-dynamic-list-completions)
4393 (comint-redirect-results-list-from-process): Minor simplifications.
4394
4395 2009-10-21 Kevin Ryde <user42@zip.com.au>
4396
4397 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4398 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
4399 the first form. And insert a blank line after ";;; Code" since
4400 that's usual style. (Bug#4612)
4401
4402 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
4403
4404 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4405
4406 * minibuffer.el (completion-table-with-terminator): Properly implement
4407 boundaries, in case `terminator' appears in the suffix.
4408 (completion--embedded-envvar-table): Don't return boundaries if
4409 there's no valid completion. Simplify.
4410 (completion-file-name-table): New completion table extracted from
4411 completion--file-name-table.
4412 (completion--file-name-table): Use it.
4413 (read-file-name-predicate): Declare obsolete.
4414 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
4415 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
4416 completion-file-name-table, and use the `pred' argument.
4417 * files.el (locate-file-completion-table): Use the `pred' arg rather
4418 than read-file-name-predicate.
4419 (abbreviate-file-name): Use \` rather than ^ for BOS.
4420
4421 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
4422
4423 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
4424 vc-responsible-backend to register, it causes problems.
4425
4426 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4427
4428 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
4429
4430 2009-10-21 Eric Ludlam <zappo@gnu.org>
4431
4432 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
4433 (semantic-c-debug-mode-init-pch): New functions.
4434 (semantic-c-debug-mode-init-last-mode): New var.
4435 (semantic-c-parse-lexical-token): Use them.
4436
4437 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
4438 When extracting the argument list, limit only by point-max.
4439
4440 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
4441
4442 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
4443 (tramp-smb-handle-file-attributes): Use it.
4444 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
4445 (tramp-smb-handle-insert-directory): Use `mapc' rather than
4446 `mapcar'. Use `tramp-smb-get-stat-capability'.
4447 Add `dired-filename' text properties.
4448 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
4449 (tramp-smb-maybe-open-connection): Simplify check for smbclient
4450 version.
4451
4452 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
4453
4454 * subr.el (read-key-delay): Reduce to 0.01.
4455 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
4456 (bug#4751).
4457
4458 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4459
4460 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
4461
4462 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
4463 (Info-menu): Remove unused vars `last' and `completions'.
4464 (Info-index-nodes): Remove unused var `node'.
4465
4466 * info.el (Info-complete-menu-item): Use complete-with-action.
4467
4468 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
4469
4470 Make vc-annotate work through copies and renames.
4471 * vc-annotate.el (vc-annotate-extract-revision-at-line):
4472 Return the file name too.
4473 (vc-annotate-revision-at-line)
4474 (vc-annotate-find-revision-at-line)
4475 (vc-annotate-revision-previous-to-line)
4476 (vc-annotate-show-log-revision-at-line): Update to get the file
4477 name from vc-annotate-extract-revision-at-line.
4478 (vc-annotate-show-diff-revision-at-line-internal): Change the
4479 argument to mean whether to show a file diff or not. Get the file
4480 name from vc-annotate-extract-revision-at-line.
4481 (vc-annotate-show-diff-revision-at-line):
4482 Update vc-annotate-show-diff-revision-at-line call.
4483 (vc-annotate-warp-revision): Add an optional file argument.
4484
4485 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
4486 (vc-git-annotate-extract-revision-at-line): Also return the file
4487 name if found.
4488
4489 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
4490 command. Remove unused code.
4491 (vc-hg-annotate-re): Update to match --follow output.
4492 (vc-hg-annotate-extract-revision-at-line): Also return the file
4493 name if found.
4494
4495 * vc.el: Update annotate-extract-revision-at-line documentation.
4496
4497 2009-10-18 Kevin Ryde <user42@zip.com.au>
4498
4499 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
4500 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
4501
4502 * net/browse-url.el (browse-url): Identify alist with "consp and
4503 not functionp" and let all other things go down the `apply' leg,
4504 as suggested by Stefan. (Further to bug#4531.)
4505
4506 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
4507
4508 * minibuffer.el (read-file-name): Check for repeat before putting
4509 a default argument in file-name-history (Bug#4657).
4510
4511 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
4512 read syntax (Bug#4737).
4513
4514 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
4515
4516 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
4517
4518 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
4519 (html-tag-alist, html-tag-help): Add descriptions for undocumented
4520 entries and make note of obsolete tags.
4521
4522 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4523
4524 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
4525
4526 2009-10-18 Glenn Morris <rgm@gnu.org>
4527
4528 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
4529 grep, so that binary files (eg international/uni-bidi.el) can match.
4530 Remove test for "UnicodeData" files, since it is hopefully unnecessary
4531 now, and in any case the file header format has changed.
4532
4533 2009-10-17 Glenn Morris <rgm@gnu.org>
4534
4535 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
4536 (flyspell-get-word, flyspell-large-region)
4537 (flyspell-auto-correct-previous-word): Doc/error message fixes.
4538
4539 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
4540
4541 * Makefile.in (ELCFILES): Add ede/shell.
4542
4543 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
4544
4545 * term/common-win.el (x-colors): Purecopy it.
4546
4547 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4548
4549 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
4550 permissive for when the buffer is empty.
4551 (tar-header-block-tokenize): Decode the username and groupname.
4552 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
4553
4554 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
4555
4556 * cedet/srecode/srt.el:
4557 * cedet/srecode/compile.el:
4558 * cedet/semantic/mru-bookmark.el:
4559 * cedet/semantic/debug.el:
4560 * cedet/semantic/complete.el:
4561 * cedet/semantic/analyze.el: Require CL when compiling.
4562
4563 2009-10-17 Eric Ludlam <zappo@gnu.org>
4564
4565 * cedet/semantic/scope.el
4566 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
4567 tmpscope so that the regular scope will continue to work.
4568
4569 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
4570 Use semantic-idle-summary-highlight-face as the highlighting.
4571
4572 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
4573 contains multibyte characters, choose first applicable coding
4574 system automatically.
4575
4576 * cedet/ede/project-am.el (project-run-target): New method.
4577 (project-run-target): New method.
4578
4579 * cedet/ede.el (ede-target): Add run target menu item.
4580 (ede-project, ede-minor-keymap): Add ede-run-target binding.
4581 (ede-run-target): New function.
4582 (ede-target::project-run-target): New method.
4583
4584 * cedet/ede/proj.el (project-run-target): New method.
4585
4586 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
4587 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
4588 Add :rules.
4589 (ede-proj-target-makefile-shared-object): Only libtool compilers
4590 now available. Add linkers for libtool.
4591 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
4592 (ede-proj-makefile-target-name): Always use .la extension.
4593
4594 * cedet/ede/proj-prog.el (project-run-target): New method.
4595
4596 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
4597 (ede-g++-linker): Change Change link lines.
4598
4599 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
4600 When searching for old variables, go to the end of the buffer and
4601 search backward from there.
4602 (ede-proj-makefile-automake-insert-subdirs)
4603 (ede-proj-makefile-automake-insert-extradist): New methods.
4604 (ede-proj-makefile-create): Use them.
4605
4606 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
4607 Force FILE to expand to the current target. Use file-exists-p to
4608 check that it exists.
4609
4610 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
4611 (ede-linux-load): Wrap dir in file-name-as-directory.
4612 Set :version slot.
4613
4614 * cedet/ede/files.el (ede-get-locator-object): When enabling
4615 locate, do so on "top".
4616
4617 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
4618 file-name-as-directory during compare.
4619 (ede-emacs-version): Return Emacs/XEmacs differentiator.
4620 Get version number from different places. Don't call egrep.
4621 (ede-emacs-load): Set :version slot. Call file-name-as-directory
4622 to set the directory.
4623
4624 * cedet/ede/shell.el: New file.
4625
4626 * cedet/inversion.el (inversion-decoders): Allow for stray . in
4627 alpha/beta variants.
4628
4629 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4630
4631 * international/mule-cmds.el (select-safe-coding-system): If the file
4632 has a coding cookie, use it regardless of any other setting (bug#4712).
4633
4634 2009-10-17 Glenn Morris <rgm@gnu.org>
4635
4636 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
4637 All errors should have messages.
4638
4639 * foldout.el (foldout-mouse-swallow-events):
4640 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
4641
4642 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
4643 (dired-keep-marker-copy, dired-keep-marker-hardlink)
4644 (dired-keep-marker-symlink, dired-dwim-target)
4645 (dired-copy-preserve-time): Do not autoload these defcustoms.
4646
4647 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
4648 messages from messing up the file coding. (Bug#4623)
4649
4650 2009-10-17 Jari Aalto <jari.aalto@cante.net>
4651
4652 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
4653 if no match is found for the current dictionary. (Bug#4578)
4654
4655 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
4656 optional, since that is how it is documented, and this is often called
4657 with a nil argument. (Bug#4577)
4658 (flyspell-external-point-words, flyspell-auto-correct-word)
4659 (flyspell-correct-word-before-point, flyspell-word-search-forward)
4660 (flyspell-word-search-backward): Remove nil argument in calls to
4661 flyspell-get-word, since it is not needed now.
4662
4663 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
4664
4665 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
4666
4667 2009-10-16 Glenn Morris <rgm@gnu.org>
4668
4669 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
4670
4671 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4672
4673 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
4674 (ange-ftp-file-size): New function.
4675 (ange-ftp-file-attributes): Use it.
4676
4677 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
4678
4679 * net/tramp-smb.el (tramp-smb-version): New defvar.
4680 (tramp-smb-maybe-open-connection): Use it, in order to avoid
4681 repeated checks.
4682
4683 2009-10-16 Glenn Morris <rgm@gnu.org>
4684
4685 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
4686 Maybe copy some custom properties from old to new name. (Bug#4706)
4687
4688 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
4689
4690 * subr.el (error, sit-for, start-process-shell-command)
4691 (start-file-process-shell-command): Set the calling convention
4692 after the function definition.
4693
4694 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
4695
4696 * subr.el (error, sit-for, start-process-shell-command)
4697 (start-file-process-shell-command): Use the new
4698 set-advertised-calling-convention feature.
4699
4700 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
4701
4702 * international/ucs-normalize.el (ucs-normalize-version):
4703 Change to 1.2.
4704 (check-range): Adjust for Unicode 5.2.
4705
4706 2009-10-15 Juri Linkov <juri@jurta.org>
4707
4708 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
4709 to the `menu-item' format.
4710
4711 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
4712
4713 * net/tramp.el (tramp-replace-environment-variables): Do not fail
4714 if the environment variable does not exist.
4715
4716 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
4717 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
4718 parameter.
4719 (tramp-smb-handle-add-name-to-file)
4720 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
4721 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
4722 (tramp-smb-handle-file-attributes)
4723 (tramp-smb-do-file-attributes-with-stat)
4724 (tramp-smb-handle-file-local-copy)
4725 (tramp-smb-handle-insert-directory)
4726 (tramp-smb-handle-make-directory)
4727 (tramp-smb-handle-make-directory-internal)
4728 (tramp-smb-handle-make-symbolic-link)
4729 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
4730 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
4731 (tramp-smb-maybe-open-connection): Apply the changed parameters.
4732 (tramp-smb-read-file-entry): Read Disk names in compressed format.
4733 Handle long file names.
4734 (tramp-smb-get-cifs-capabilities): Check, whether the connection
4735 process is running.
4736 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
4737 Read share names with "-g" option.
4738
4739 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
4740
4741 * net/rcirc.el (rcirc-view-log-file): New command.
4742 (rcirc-track-minor-mode-map): Remove C-c ` binding.
4743 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
4744 specified.
4745
4746 2009-10-15 Glenn Morris <rgm@gnu.org>
4747
4748 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
4749 from the second command-line argument.
4750 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
4751 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
4752 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
4753 w32-batch-update-autoloads.
4754 * emacs-lisp/autoload.el (autoload-make-program): New variable.
4755 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
4756
4757 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
4758 the headers cannot be located. Simplify, subtracting superflous
4759 save-excursions.
4760
4761 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
4762
4763 Replace completion-base-size by completion-base-position to fix bugs
4764 such as (bug#4699).
4765 * simple.el (completion-base-position): New var.
4766 (completion-base-size): Mark as obsolete.
4767 (choose-completion): Make it work for mouse events as well.
4768 Pass the new base-position to choose-completion-string.
4769 (choose-completion-guess-base-position): New function, extracted from
4770 choose-completion-delete-max-match.
4771 (choose-completion-delete-max-match): Use it. Make obsolete.
4772 (choose-completion-string): Use the new base-position info.
4773 (completion-root-regexp): Delete.
4774 (completion-setup-function): Preserve completion-base-position.
4775 Eliminate obsolete base-size manipulation.
4776 * minibuffer.el (display-completion-list): Don't mess with base-size.
4777 (minibuffer-completion-help): Set completion-base-position instead.
4778 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
4779 choose-completion.
4780 * textmodes/bibtex.el (bibtex-complete):
4781 * emacs-lisp/crm.el (crm--choose-completion-string):
4782 Adjust to new calling convention.
4783 * complete.el (partial-completion-mode): Use minibufferp to avoid
4784 bumping into incompatible change to choose-completion-string-functions.
4785 * ido.el (ido-choose-completion-string): Make its calling convention
4786 more permissive.
4787 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
4788 base-size manipulation.
4789 (comint-dynamic-list-input-ring): Use dotimes and push.
4790 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
4791 fundamental-mode. Use `or'.
4792
4793 2009-10-14 Juri Linkov <juri@jurta.org>
4794
4795 * misearch.el (multi-isearch-next-buffer-from-list)
4796 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
4797
4798 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
4799
4800 * Makefile.in (compile-onefile): Load `bytecomp' rather than
4801 `bytecomp.el'.
4802
4803 * minibuffer.el (completion-pcm--merge-completions): Make sure the
4804 string we return is all made up of text from the completions rather
4805 than part from the completions and part from the input (bug#4219).
4806
4807 * ido.el (ido-everywhere): Use define-minor-mode.
4808
4809 * buff-menu.el (list-buffers, ctl-x-map):
4810 Mark the entry points with ;;;###autoload cookies.
4811
4812 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
4813
4814 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
4815 correctly in the detached head case.
4816 (vc-git-print-log): Remove unused binding.
4817
4818 * vc.el (vc-responsible-backend): When a directory is passed for
4819 for registration create a VC repository if no backend is
4820 responsible for the directory argument.
4821 (vc-deduce-fileset): Tell vc-responsible-backend to register.
4822
4823 * vc.el: Move comments about RCS and SCCS ...
4824 * vc-rcs.el:
4825 * vc-sccs.el: ... here, respectively.
4826
4827 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
4828
4829 * minibuffer.el (completion--file-name-table): Return nil if there's
4830 no file completion, even if substitute-in-file-name changed
4831 the string (bug#4708).
4832
4833 2009-10-13 Juri Linkov <juri@jurta.org>
4834
4835 * files-x.el (read-file-local-variable-value): Don't filter out
4836 minor modes from mode name completion (bug#4664).
4837
4838 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
4839
4840 * international/mule-cmds.el (ucs-names): Remove exclusion of
4841 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
4842
4843 2009-10-13 Kenichi Handa <handa@m17n.org>
4844
4845 * international/uni-name.el: Regenerated.
4846
4847 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
4848
4849 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
4850 should be automatically buffer-local, but isn't.)
4851
4852 2009-10-12 Sam Steingold <sds@gnu.org>
4853
4854 * progmodes/compile.el (compilation-next-error-function): Fix the
4855 timestamps if the buffer has been visited before.
4856 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
4857 non-anchored patterns, like the perl one (bug#3928).
4858
4859 2009-10-12 Glenn Morris <rgm@gnu.org>
4860
4861 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
4862 Let-bind `size'.
4863
4864 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
4865
4866 * proced.el (proced-unload-function): New function.
4867
4868 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
4869 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
4870 Doc fix.
4871
4872 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
4873
4874 2009-10-11 Juri Linkov <juri@jurta.org>
4875
4876 * files-x.el (read-file-local-variable-value):
4877 Provide default value only for bound variables (bug#4664).
4878
4879 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
4880
4881 * net/tramp.el (tramp-local-host-p): Function shall return nil for
4882 connection methods like smb.
4883
4884 * net/tramp-cache.el (tramp-flush-connection-property): The hash
4885 can be empty.
4886
4887 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
4888 (tramp-smb-file-name-handler-alist): Add handlers for
4889 `add-name-to-file', `make-symbolic-link'.
4890 (tramp-smb-handle-add-name-to-file)
4891 (tramp-smb-do-file-attributes-with-stat)
4892 (tramp-smb-handle-make-symbolic-link)
4893 (tramp-smb-get-cifs-capabilities): New defuns.
4894 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
4895 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
4896 (tramp-smb-handle-file-local-copy)
4897 (tramp-smb-handle-make-directory-internal)
4898 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
4899 The file name syntax depends on cifs capabilities.
4900 (tramp-smb-handle-file-attributes):
4901 Call `tramp-smb-do-file-attributes-with-stat' if possible.
4902 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
4903 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
4904
4905 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
4906
4907 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
4908 (eieio-defclass): Apply deftype handler and setf-method properties
4909 directly.
4910 (eieio-add-new-slot): Avoid union function from cl library.
4911 (eieio--typep): New function.
4912 (eieio-perform-slot-validation): Use it.
4913
4914 2009-10-10 Karl Fogel <kfogel@red-bean.com>
4915
4916 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
4917 Update documentation to refer to the variables documented in r1.135.
4918 (Bug#4188)
4919
4920 2009-10-10 Karl Fogel <kfogel@red-bean.com>
4921
4922 * bookmark.el (Info-suffix-list): Remove this unused variable.
4923 (bookmark-current-point): Remove this obsolete variable.
4924 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
4925 Adjust for removal of bookmark-current-point.
4926
4927 (bookmarks-already-loaded, bookmark-current-buffer)
4928 (bookmark-yank-point): Document. (Bug#4188)
4929
4930 2009-10-10 Glenn Morris <rgm@gnu.org>
4931
4932 * frame.el (frame-height): Doc fix.
4933
4934 * calendar/calendar.el (calendar-split-width-threshold): New option.
4935 (calendar-basic-setup): Use calendar-split-width-threshold.
4936
4937 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
4938
4939 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
4940 Use .la for Automake.
4941
4942 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
4943
4944 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
4945 Use "autoreconf -i". Suggested by Andreas Schwab.
4946
4947 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
4948
4949 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
4950 Ideographic Supplement" range (U+1F200..U+1F2FF).
4951
4952 2009-10-09 Karl Fogel <kfogel@red-bean.com>
4953
4954 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
4955 since the list will have been rebuilt anyway. (Bug#4349)
4956
4957 2009-10-09 Karl Fogel <kfogel@red-bean.com>
4958
4959 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
4960 (bookmark-bmenu-execute-deletions): Don't save here, as
4961 bookmark-delete will now do so if necessary.
4962 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
4963 (Bug#4348)
4964
4965 2009-10-09 Glenn Morris <rgm@gnu.org>
4966
4967 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
4968
4969 2009-10-09 Karl Fogel <kfogel@red-bean.com>
4970
4971 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
4972 (bookmark-jump-other-window): Just invoke bookmark-jump with new
4973 argument now, so the two function's behaviors will match. (Bug#3645)
4974
4975 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
4976
4977 * cedet/ede/proj.el (project-make-dist, project-compile-project):
4978 Fix filename test.
4979 (ede-proj-dist-makefile): Use expand-file-name instead of concat
4980 to expand file names.
4981
4982 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
4983
4984 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
4985 (tramp-file-name-real-host, tramp-file-name-port):
4986 Apply `save-match-data'.
4987
4988 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
4989 case both directories are remote.
4990 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
4991 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
4992
4993 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
4994
4995 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
4996 (ede-proj-target-makefile-objectcode): Use it.
4997
4998 * cedet/ede/source.el (ede-want-any-source-files-p)
4999 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
5000 Return search result. This error was introduced while merging.
5001
5002 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
5003
5004 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
5005
5006 2009-10-07 Glenn Morris <rgm@gnu.org>
5007
5008 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
5009 of concat.
5010
5011 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5012
5013 * files-x.el (read-file-local-variable): Include some
5014 non-user-variables in the completion table (bug#4664).
5015
5016 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
5017
5018 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
5019 message.
5020
5021 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5022 (tramp-smb-file-name-handler-alist): Add handler for
5023 `copy-directory', `expand-file-name', `set-file-modes'.
5024 (tramp-smb-handle-copy-directory)
5025 (tramp-smb-handle-expand-file-name)
5026 (tramp-smb-handle-set-file-modes): New defuns.
5027 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
5028 (tramp-smb-handle-file-attributes): Simplify check for retrieving
5029 entry.
5030 (tramp-smb-handle-insert-directory): Don't flush the cache.
5031 (tramp-smb-maybe-open-connection): Check for samba client and
5032 server versions.
5033
5034 2009-10-07 Eli Zaretskii <eliz@gnu.org>
5035
5036 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
5037 to not error out of search for "^lisp=" fails.
5038
5039 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
5040
5041 * makefile.w32-in (WINS_UPDATES): New macro.
5042 (custom-deps, finder-data, autoloads): Use it.
5043
5044 2009-10-07 Glenn Morris <rgm@gnu.org>
5045
5046 * Makefile.in (autoloads): Revert previous change.
5047 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
5048 the list of preloaded files passed on the command-line, get
5049 it from src/Makefile.
5050
5051 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
5052 show the original buffer rather than a random one.
5053
5054 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
5055
5056 * help.el (describe-no-warranty): Place point in a slightly better
5057 position in the GPLv3 text.
5058
5059 2009-10-06 Sam Steingold <sds@gnu.org>
5060
5061 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
5062 the comm attribute is present before calling regexp-quote.
5063
5064 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
5065
5066 * play/animate.el (animate-string): For good effect, make sure
5067 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
5068
5069 * play/animate.el (animate-sequence, animate-birthday-present):
5070 * misc.el (butterfly): Don't set `indent-tabs-mode'.
5071
5072 2009-10-06 Glenn Morris <rgm@gnu.org>
5073
5074 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
5075
5076 * emacs-lisp/autoload.el (autoload-excludes): New variable.
5077 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
5078 (batch-update-autoloads): Process a string value of autoload-excludes,
5079 set during the build process.
5080 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
5081
5082 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
5083 inside with-parsed... macro so that `v' is defined.
5084
5085 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
5086 * progmodes/fortran.el (fortran-end-of-block)
5087 (fortran-beginning-of-block):
5088 Also push mark in the macro case.
5089
5090 * emerge.el (emerge-show-file-name):
5091 * calc/calc.el (calc-quit):
5092 * calc/calc-misc.el (calc-big-or-small):
5093 * calc/calc-graph.el (calc-graph-view):
5094 * calc/calc-ext.el (calc-reset):
5095 * calendar/calendar.el (calendar-basic-setup):
5096 Use window-full-height-p.
5097
5098 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
5099 header we don't understand, don't insert another. (Bug#4624)
5100 If changing mime charset, insert the new one in the right place.
5101
5102 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
5103
5104 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
5105 (cal-tex-cursor-month): Correctly increment the end date for diary and
5106 holiday listing. (Bug#4626)
5107
5108 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5109
5110 * help-fns.el (describe-function-1): Don't burp if the function is not
5111 a symbol.
5112
5113 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
5114
5115 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
5116 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
5117 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
5118 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
5119
5120 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
5121 (eieio-default-superclass): Reflow docstrings.
5122 (this, class-option-assoc, defclass, eieio-class-un-autoload)
5123 (eieio-unbind-method-implementations, defmethod)
5124 (eieio-validate-slot-value, eieio-validate-class-slot-value)
5125 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
5126 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
5127 (eieio-slot-originating-class-p, eieio-slot-name-index)
5128 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
5129 (constructor, initialize-instance, no-next-method, object-print)
5130 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
5131 Fix typos in docstrings.
5132 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
5133 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
5134 (next-method-p): Doc fixes.
5135 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
5136 Fix typos in error messages.
5137 (eieio-defmethod): Fix typo in description of generic method.
5138
5139 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
5140 (eieio-persistent-save-interactive, slot-missing):
5141 Fix typos in docstrings.
5142 (eieio-instance-inheritor-slot-boundp): Doc fix.
5143
5144 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
5145 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
5146
5147 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
5148 (eieio-custom-object-apply-reset):
5149 Fix typos in docstrings and error messages.
5150
5151 * emacs-lisp/eieio-datadebug.el (data-debug-show):
5152 Fix typo in docstring.
5153
5154 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
5155 (eieio-browse-tree): Doc fix.
5156 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
5157 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
5158 Fix typos in docstrings.
5159
5160 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
5161 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
5162 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
5163 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
5164 Reflow docstrings.
5165
5166 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
5167
5168 * vc-hg.el (log-view-vc-backend): Declare for compiler.
5169 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
5170 Set log-view-vc-backend so that diff can work.
5171
5172 * log-view.el (log-view-diff): Use vc-diff-internal instead of
5173 vc-version-diff.
5174 (vc-diff-internal): Autoload this instead of vc-version-diff.
5175
5176 2009-10-05 Eli Zaretskii <eliz@gnu.org>
5177
5178 * simple.el (eval-expression): Doc fix.
5179
5180 * progmodes/cwarn.el (cwarn-mode): Doc fix.
5181
5182 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
5183
5184 * files.el (directory-files-no-dot-files-regexp): New defconst.
5185 (delete-directory): Use it.
5186 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
5187
5188 * net/tramp.el (tramp-verbose): Fix docstring.
5189 (tramp-methods): Add recursive option to `tramp-copy-args'.
5190 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
5191 "scp1_old", "scp2_old", "rsync", "rsyncc".
5192 (tramp-default-method): Check also for `auth-source-user-or-password'.
5193 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
5194 Add handler for `copy-directory'.
5195 (tramp-handle-copy-directory): New defun.
5196 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
5197 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
5198 Optimize sent command.
5199
5200 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5201
5202 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
5203 window if necessary.
5204
5205 * calendar/calendar.el (calendar-basic-setup): Don't call
5206 switch-to-buffer in a dedicated window.
5207
5208 2009-10-05 Karl Fogel <kfogel@red-bean.com>
5209
5210 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
5211 don't do anything related to relocating, just return nil.
5212 (bookmark-error-no-filename): New error.
5213 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
5214 bookmark has no file. Don't even attempt to handle things that
5215 are not files; the whole point of custom handlers is to keep that
5216 knowledge elsewhere anyway. Tighten some comments.
5217 (bookmark-file-or-variation-thereof): Remove now-unused function.
5218 (bookmark-location): Doc string fix.
5219 (Bug#4250)
5220
5221 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5222
5223 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
5224 don't use a file dialog, because they usually don't know how to read
5225 a directory target from the user. (Bug#4230)
5226 Also, make sure the prompt can display directories as well as files.
5227
5228 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5229
5230 * bookmark.el (bookmark-set, bookmark-buffer-name):
5231 Improve doc strings. (Bug#1193)
5232
5233 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5234
5235 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
5236 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
5237 (bookmark-get-annotation, bookmark-set-annotation)
5238 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
5239 (bookmark-set-position, bookmark-get-front-context-string)
5240 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
5241 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
5242 (bookmark-jump-other-window, bookmark-handle-bookmark)
5243 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
5244 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
5245 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
5246 Improve doc strings to say whether bookmark can be a string or
5247 a record or both, and make other consistency and clarity fixes.
5248 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
5249 (bookmark-default-annotation-text, bookmark-yank-word)
5250 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
5251 (bookmark-import-new-list, bookmark-maybe-rename)
5252 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
5253 (bookmark-bmenu-bookmark): Give these doc strings.
5254 (bookmark-bmenu-check-position): Give this a doc string, but also
5255 add a FIXME comment about how the function may be pointless.
5256 (bookmark-default-handler): Rework doc string and change a
5257 parameter name, to clarify that this takes a bookmark record
5258 not a bookmark name.
5259 (bookmark-set): Change a parameter name to indicate its meaning,
5260 and improve the doc string a bit.
5261 (Bug#4188)
5262
5263 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5264
5265 * bookmark.el (bookmark-alist): Document the new `handler' element
5266 in the param alist.
5267 (bookmark-make-record-function): Adjust documentation for above.
5268 (Bug#4193)
5269
5270 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5271
5272 * info.el (Info-bookmark-make-record): Document this function.
5273 (Info-bookmark-jump): Document with a doc string, not just a comment.
5274 (Bug#4203)
5275
5276 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
5277
5278 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
5279 (semantic-new-buffer-fcn): Call parser setup functions here.
5280 (semantic-mode): Don't call parser setup functions here, it's done
5281 in semantic-new-buffer-fcn now.
5282 (semantic-mode): Parse all existing buffers when enabled.
5283
5284 * cedet/srecode/compile.el (srecode-compile-file):
5285 Call semantic-new-buffer-fcn if the buffer has not been parsed.
5286
5287 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
5288
5289 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
5290
5291 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
5292 (proj-comp-insert-variable-once): New macro, renamed from
5293 ede-pmake-insert-variable-once in ede/pmake.edl.
5294 (ede-proj-makefile-insert-variables): Use it.
5295
5296 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
5297
5298 * files.el (copy-directory): New defun.
5299
5300 * dired-aux.el (dired-copy-file-recursive): Use it.
5301
5302 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
5303
5304 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
5305 (makefile-end-of-command):
5306 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
5307 (semantic-end-of-context): Fix previous change. Doc fixes.
5308
5309 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
5310
5311 * files-x.el (modify-dir-local-variable)
5312 (copy-dir-locals-to-file-locals-prop-line):
5313 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
5314 (makefile-end-of-command):
5315 * cedet/semantic/lex.el (semantic-lex-token):
5316 * cedet/semantic/analyze/fcn.el
5317 (semantic-analyze-dereference-metatype-1):
5318 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
5319 (semantic-lex-cpp-undef):
5320 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
5321 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
5322 (semantic-end-of-context): Fix typos in docstrings.
5323
5324 * recentf.el (recentf-unload-function): New function.
5325
5326 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
5327
5328 * cedet/ede.el (ede-project-placeholder-cache-file):
5329 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
5330 * cedet/srecode/map.el (srecode-map-save-file):
5331 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
5332
5333 2009-10-04 Glenn Morris <rgm@gnu.org>
5334
5335 * window.el (window-full-height-p): Add doc string.
5336
5337 2009-10-04 Martin Rudalics <rudalics@gmx.at>
5338
5339 * window.el (window-full-height-p): New function. (Bug#4543)
5340
5341 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
5342
5343 * cedet/srecode/insert.el: Require srecode/args.
5344
5345 * cedet/srecode/args.el: Require srecode/dictionary instead of
5346 srecode/insert.
5347
5348 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
5349
5350 * files.el (auto-mode-alist): Add .srt and Project.ede.
5351
5352 * cedet/semantic.el (semantic-mode):
5353 Handle srecode-template-mode-hook as well.
5354 (semantic-mode): Use js-mode-hook for Javascript hook.
5355
5356 * cedet/srecode/template.el: Remove hook variable.
5357
5358 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
5359
5360 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
5361 projects exist.
5362 (ede-project-placeholder-cache-file): Default to a file in
5363 user-emacs-directory.
5364
5365 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
5366 templates in data-directory.
5367 (srecode-map-save-file): Default to a file in user-emacs-directory.
5368
5369 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
5370 directory.
5371
5372 2009-09-30 Eric Ludlam <zappo@gnu.org>
5373
5374 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
5375 Doc fix.
5376
5377 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
5378 Only insert each variable once.
5379
5380 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
5381 (ede-pmake-insert-variable-shared): Use it.
5382
5383 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
5384 for lexical table iff table is nil.
5385
5386 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5387
5388 * vc.el: Remove commented out code.
5389 (vc-derived-from-dir-mode): Remove, unused.
5390 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
5391
5392 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
5393
5394 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
5395 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
5396 there could be recursive loading when `default-directory' is a
5397 remote file name. (Bug#4614)
5398
5399 2009-10-03 Glenn Morris <rgm@gnu.org>
5400
5401 * calendar/calendar.el (calendar-basic-setup): Handle the case where
5402 the frame is wide.
5403 (calendar-generate-window): Test for shrinkability rather than width.
5404
5405 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
5406 declaration, currently false.
5407
5408 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
5409 reusing existing buffers, in case we happen to visit two files with the
5410 same basename. (Bug#4593)
5411
5412 2009-10-02 Eli Zaretskii <eliz@gnu.org>
5413
5414 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
5415 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
5416 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
5417 subdirs of cedet as well.
5418 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
5419
5420 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
5421
5422 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
5423 Obey advertised-signature-table.
5424
5425 * help-fns.el (help-function-arglist): Don't check
5426 advertised-signature-table.
5427 (describe-function-1): Do it here instead so it also applies to subrs.
5428
5429 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
5430
5431 * simple.el (start-file-process): Say in the doc-string, that file
5432 handlers might not support pty association, if PROGRAM is nil.
5433
5434 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
5435 HOST and USER are strings. They are nil, when there are
5436 incomplete entries in ~/.netrc, for example.
5437 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
5438 root directory ("device busy" error otherwise).
5439
5440 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
5441 Flush file properties of created directory.
5442
5443 2009-10-02 Eli Zaretskii <eliz@gnu.org>
5444
5445 * makefile.w32-in (WINS_BASIC): Remove cedet.
5446 (WINS_CEDET): Add cedet.
5447 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
5448
5449 2009-10-02 Kevin Ryde <user42@zip.com.au>
5450
5451 * net/browse-url.el (browse-url): Pass any symbol in
5452 browse-url-browser-function to `apply', since if you've mistakenly put
5453 an unbound symbol then the error is clearer. (Bug#4531)
5454
5455 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
5456
5457 * allout.el (allout-init, allout-back-to-current-heading)
5458 (allout-beginning-of-current-entry, allout-ascend-to-depth)
5459 (allout-ascend, allout-up-current-level, allout-end-of-level)
5460 (allout-previous-visible-heading, allout-forward-current-level)
5461 (allout-backward-current-level, allout-show-children):
5462 * apropos.el (apropos-describe-plist):
5463 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
5464 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
5465 * completion.el (add-completion, add-permanent-completion):
5466 * descr-text.el (describe-text-category, describe-char):
5467 * desktop.el (desktop-lazy-abort):
5468 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
5469 * dired.el (dired-build-subdir-alist):
5470 * ediff.el (ediff-version):
5471 * elide-head.el (elide-head, elide-head-show):
5472 * emerge.el (emerge-version):
5473 * env.el (getenv):
5474 * face-remap.el (variable-pitch-mode):
5475 * faces.el (describe-face):
5476 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
5477 (dired-at-point):
5478 * files.el (find-file-existing, auto-save-mode):
5479 * font-lock.el (font-lock-fontify-buffer):
5480 * help-fns.el (describe-function, describe-variable)
5481 (describe-syntax, describe-categories):
5482 * help.el (view-lossage, describe-bindings, describe-key)
5483 (describe-mode):
5484 * hexl.el (hexl-current-address):
5485 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
5486 * info.el (Info-goto-emacs-key-command-node):
5487 * log-edit.el (log-edit-insert-cvs-template)
5488 (log-edit-insert-cvs-rcstemplate):
5489 * menu-bar.el (menu-bar-mode):
5490 * mouse.el (mouse-appearance-menu):
5491 * newcomment.el (comment-indent-new-line):
5492 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
5493 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5494 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
5495 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
5496 * recentf.el (recentf-mode):
5497 * savehist.el (savehist-mode, savehist-save):
5498 * shadowfile.el (shadow-copy-files):
5499 * simple.el (kill-ring-save, next-line, previous-line)
5500 (normal-erase-is-backspace-mode):
5501 * strokes.el (strokes-update-window-configuration)
5502 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
5503 (strokes-xpm-for-stroke):
5504 * time.el (emacs-uptime, emacs-init-time):
5505 * tutorial.el (tutorial--describe-nonstandard-key)
5506 (tutorial--detailed-help):
5507 * type-break.el (type-break-mode)
5508 (type-break-mode-line-message-mode, type-break-query-mode)
5509 (type-break-guesstimate-keystroke-threshold):
5510 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
5511 * version.el (emacs-version):
5512 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
5513 * winner.el (winner-mode):
5514 * calendar/timeclock.el (timeclock-in, timeclock-out)
5515 (timeclock-status-string, timeclock-change)
5516 (timeclock-workday-remaining-string)
5517 (timeclock-workday-elapsed-string)
5518 (timeclock-when-to-leave-string):
5519 * calendar/todo-mode.el (todo-add-category):
5520 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
5521 * emacs-lisp/autoload.el (update-file-autoloads):
5522 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
5523 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
5524 (checkdoc-message-text, checkdoc-defun):
5525 * emacs-lisp/debug.el (debugger-list-functions):
5526 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5527 * emacs-lisp/eieio-opt.el (eieio-describe-class)
5528 (eieio-describe-generic):
5529 * emacs-lisp/lisp-mnt.el (lm-synopsis):
5530 * emacs-lisp/shadow.el (list-load-path-shadows):
5531 * emulation/cua-base.el (cua-mode):
5532 * emulation/edt.el (edt-set-scroll-margins):
5533 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
5534 (tpu-toggle-regexp, tpu-toggle-search-direction)
5535 (tpu-toggle-rectangle, tpu-toggle-control-keys):
5536 * emulation/tpu-extras.el (tpu-set-scroll-margins):
5537 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
5538 (viper-set-parsing-style-toggling-macro)
5539 (viper-set-emacs-state-searchstyle-macros):
5540 * emulation/viper.el (viper-set-hooks):
5541 * eshell/esh-mode.el (eshell-truncate-buffer):
5542 * international/mule-cmds.el (prefer-coding-system)
5543 (describe-input-method, describe-language-environment):
5544 * international/mule-diag.el (list-character-sets)
5545 (describe-character-set, describe-coding-system)
5546 (describe-fontset, list-fontsets, list-input-methods):
5547 * mail/sendmail.el (mail-signature):
5548 * net/ange-ftp.el (ange-ftp-copy-file):
5549 * net/browse-url.el (browse-url):
5550 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
5551 * net/quickurl.el (quickurl-add-url):
5552 * net/rcirc.el (names, topic):
5553 * net/xesam.el (xesam-mode):
5554 * play/5x5.el (5x5-new-game):
5555 * play/yow.el (apropos-zippy):
5556 * progmodes/ada-mode.el (ada-mode-version):
5557 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
5558 (f90-end-of-block)
5559 (f90-beginning-of-block):
5560 * progmodes/fortran.el (fortran-end-of-block)
5561 (fortran-beginning-of-block):
5562 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
5563 * progmodes/python.el (python-describe-symbol, python-shell):
5564 * term/ns-win.el (ns-print-buffer):
5565 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
5566 * textmodes/flyspell.el (flyspell-mode-on):
5567 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
5568 (pages-directory-for-addresses):
5569 * textmodes/table.el (table-recognize-cell)
5570 (table-query-dimension, table-generate-source)
5571 (table-insert-sequence, table--warn-incompatibility):
5572 * textmodes/tex-mode.el (tex-validate-buffer):
5573 * textmodes/texinfmt.el (texinfmt-version)
5574 (texinfo-format-buffer):
5575 Use `called-interactively-p' instead of `interactive-p'.
5576
5577 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
5578
5579 * image-mode.el (image-toggle-display):
5580 * emacs-lisp/elp.el (elp-instrument-function):
5581 * emacs-lisp/advice.el (ad-make-advised-definition):
5582 * emacs-lisp/easy-mmode.el (define-minor-mode):
5583 * net/browse-url.el (browse-url-maybe-new-window):
5584 * progmodes/sh-script.el (sh-learn-buffer-indent):
5585 Pass new argument 'any to `called-interactively-p'.
5586
5587 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
5588
5589 * international/uni-bidi.el:
5590 * international/uni-category.el:
5591 * international/uni-combining.el:
5592 * international/uni-comment.el:
5593 * international/uni-decimal.el:
5594 * international/uni-decomposition.el:
5595 * international/uni-digit.el:
5596 * international/uni-lowercase.el:
5597 * international/uni-mirrored.el:
5598 * international/uni-name.el:
5599 * international/uni-numeric.el:
5600 * international/uni-old-name.el:
5601 * international/uni-titlecase.el:
5602 * international/uni-uppercase.el:
5603 Regenerate from Unicode 5.2.0 data.
5604
5605 2009-10-01 Glenn Morris <rgm@gnu.org>
5606
5607 * Makefile.in (ELCFILES): Regenerate.
5608
5609 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5610
5611 * subr.el (interactive-p): Mark obsolete.
5612 (called-interactively-p): Make the optional-ness of `kind' obsolete.
5613 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
5614 advertised-signature-table for subroutines as well.
5615
5616 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
5617 (set-advertised-calling-convention): New function.
5618 (make-obsolete, define-obsolete-function-alias)
5619 (make-obsolete-variable, define-obsolete-variable-alias):
5620 Make the optional-ness of `when' obsolete.
5621 (define-obsolete-face-alias): Make `when' non-optional.
5622 * help-fns.el (help-function-arglist):
5623 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
5624 Use advertised-signature-table.
5625
5626 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
5627
5628 * files.el (delete-directory): New defun. The original function
5629 in fileio.c has been renamed to `delete-directory-internal'.
5630
5631 * dired.el (dired-delete-file): Call `delete-directory' with
5632 RECURSIVE parameter.
5633
5634 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
5635 parameter RECURSIVE. Implementation is missing.
5636
5637 * net/tramp.el (tramp-handle-make-directory): Flush upper
5638 directory's file properties.
5639 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
5640 (tramp-handle-dired-recursive-delete-directory): Flush directory
5641 properties after the remove command only.
5642
5643 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5644 Handle optional parameter RECURSIVE.
5645
5646 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
5647 Handle optional parameter RECURSIVE.
5648
5649 * net/tramp-smb.el (tramp-smb-errors): Add error message for
5650 connection timeout.
5651 (tramp-smb-handle-delete-directory): Handle optional parameter
5652 RECURSIVE.
5653
5654 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5655
5656 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
5657 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
5658 (byte-compile-defmacro): Use backquotes.
5659
5660 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
5661
5662 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
5663 has no associated file.
5664 (vc-resynch-buffer): Use vc-dir-buffers.
5665
5666 2009-10-01 Glenn Morris <rgm@gnu.org>
5667
5668 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
5669 (chart-file-count):
5670 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
5671 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
5672 * emacs-lisp/eieio-opt.el (eieio-describe-class):
5673 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
5674 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
5675 (eieio-copy-parents-into-subclass, make-instance, class-children)
5676 (eieio-generic-form):
5677 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
5678 * cedet/cedet-idutils.el (cedet-idutils-search)
5679 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
5680 (cedet-idutils-version-check):
5681 * cedet/cedet.el (cedet-version):
5682 * cedet/data-debug.el (data-debug-insert-overlay-button)
5683 (data-debug-insert-overlay-list-button)
5684 (data-debug-insert-buffer-button)
5685 (data-debug-insert-buffer-list-button)
5686 (data-debug-insert-process-button, data-debug-insert-ring-button)
5687 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
5688 (data-debug-insert-stuff-vector-button)
5689 (data-debug-insert-symbol-button, data-debug-insert-string)
5690 (data-debug-insert-number, data-debug-insert-lambda-expression)
5691 (data-debug-insert-nil, data-debug-insert-simple-thing)
5692 (data-debug-insert-custom, data-debug-edebug-expr):
5693 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
5694 (global-ede-mode-map, ede-new, ede-debug-target)
5695 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
5696 * cedet/semantic.el (semantic-minimum-working-buffer-size)
5697 (semantic-fetch-tags, semantic-submode-list)
5698 (semantic-default-submodes):
5699 * cedet/ede/source.el (ede-source-match):
5700 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
5701 (project-am-package-info):
5702 * cedet/ede/proj.el (ede-proj-target, project-new-target):
5703 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
5704 * cedet/ede/proj-comp.el (ede-current-build-list):
5705 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
5706 * cedet/ede/files.el (ede-toplevel-project-or-nil):
5707 * cedet/ede/cpp-root.el (initialize-instance):
5708 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
5709 (autoconf-parameter-strip, autoconf-insert-new-macro):
5710 * cedet/semantic/wisent.el (wisent-lex-eoi):
5711 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
5712 (semantic-show-parser-state-mode):
5713 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
5714 * cedet/semantic/tag.el (semantic-tag-new-variable)
5715 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
5716 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
5717 (semantic--tag-deep-copy-tag-list)
5718 (semantic-tag-components-with-overlays-default):
5719 * cedet/semantic/symref.el (semantic-symref-find-text):
5720 * cedet/semantic/senator.el (senator-yank-tag)
5721 (senator-transpose-tags-up):
5722 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
5723 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
5724 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
5725 * cedet/semantic/lex.el (semantic-lex-comment-regex)
5726 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
5727 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
5728 * cedet/semantic/lex-spp.el
5729 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
5730 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
5731 * cedet/semantic/idle.el
5732 (semantic-idle-summary-current-symbol-info-brutish)
5733 (semantic-idle-summary-current-symbol-info-default):
5734 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
5735 (semantic--grammar-macro-compl-dict):
5736 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
5737 * cedet/semantic/format.el (semantic-format-tag-custom-list)
5738 (semantic-format-tag-canonical-name-default):
5739 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
5740 (semantic-find-tags-for-completion)
5741 (semantic-find-tags-by-scope-protection-default)
5742 (semantic-deep-find-tags-for-completion):
5743 * cedet/semantic/edit.el
5744 (semantic-edits-incremental-reparse-failed-hook)
5745 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
5746 (semantic-edits-splice-remove, semantic-edits-splice-replace):
5747 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
5748 * cedet/semantic/dep.el (semantic-dependency-include-path):
5749 * cedet/semantic/db.el (semanticdb-default-find-index-class)
5750 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
5751 (semanticdb-project-roots):
5752 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
5753 (semanticdb-find-adebug-insert-scanned-tag-cons)
5754 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
5755 (semanticdb-brute-deep-find-tags-for-completion):
5756 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
5757 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
5758 (semantic-end-of-context-default)
5759 (semantic-ctxt-current-function-default)
5760 (semantic-ctxt-scoped-types-default):
5761 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
5762 (semantic-complete-inline-tag-engine)
5763 (semantic-complete-inline-custom-type)
5764 (semantic-complete-read-tag-analyzer):
5765 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
5766 (semantic-chart-database-size):
5767 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
5768 (semantic-analyze-current-context):
5769 * cedet/semantic/symref/list.el (semantic-symref)
5770 (semantic-symref-hide-buffer, semantic-symref-symbol):
5771 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
5772 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
5773 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
5774 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
5775 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
5776 (semantic-c-dereference-template):
5777 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
5778 (semantic--analyze-refs-full-lookup-with-parents)
5779 (semantic--analyze-refs-full-lookup-simple):
5780 * cedet/semantic/analyze/complete.el
5781 (semantic-analyze-possible-completions):
5782 * cedet/srecode/table.el (srecode-mode-table-new):
5783 * cedet/srecode/srt.el (srecode-read-variable-name):
5784 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
5785 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
5786 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
5787 * cedet/srecode/map.el (srecode-current-map):
5788 * cedet/srecode/insert.el (srecode-insert)
5789 (srecode-insert-variable-secondname-handler, srecode-insert-method)
5790 (srecode-template-inserter-point-override)
5791 (srecode-insert-include-lookup):
5792 * cedet/srecode/getset.el (srecode-auto-choose-class):
5793 * cedet/srecode/extract.el (srecode-inserter-extract):
5794 * cedet/srecode/document.el
5795 (srecode-document-autocomment-return-last-alist)
5796 (srecode-document-autocomment-param-type-alist)
5797 (srecode-document-insert-function-comment)
5798 (srecode-document-insert-variable-one-line-comment)
5799 (srecode-document-function-name-comment):
5800 * cedet/srecode/dictionary.el (srecode-create-dictionary)
5801 (srecode-compound-toString):
5802 * cedet/srecode/compile.el (srecode-flush-active-templates):
5803 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
5804 Doc/message fixes.
5805
5806 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
5807 match-data. (Bug#4555).
5808
5809 * cedet/semantic/bovine/gcc.el
5810 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
5811 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
5812
5813 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
5814 rather than parsing it as a regexp. This relaxes the layout
5815 requirements and makes errors easier to detect.
5816 (check-declare-verify): Check file is regular.
5817 (check-declare-directory): Doc fix.
5818 * subr.el (declare-function): Doc fix.
5819
5820 * ibuffer.el (ibuffer-format-qualifier):
5821 * isearch.el (hi-lock-regexp-okay):
5822 * calc/calc.el (math-zerop):
5823 * mail/uce.el (rmail-msgbeg, rmail-msgend):
5824 * term/w32-win.el (setup-default-fontset, set-fontset-font):
5825 Remove unused declarations.
5826
5827 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
5828
5829 * cedet/semantic/wisent/javat-wy.el
5830 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
5831
5832 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
5833
5834 * cedet/srecode/expandproto.el: Fix provide statement.
5835
5836 2009-09-30 Eric Ludlam <zappo@gnu.org>
5837
5838 * emacs-lisp/eieio.el (boolean-p): Delete.
5839
5840 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
5841
5842 * cedet/ede/srecode.el: Fix provide statement.
5843
5844 2009-09-30 Glenn Morris <rgm@gnu.org>
5845
5846 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
5847 * cedet/ede/proj-aux.el (ede-aux-source):
5848 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
5849 (ede-misc-source):
5850 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
5851 (semantic-mrub-switch-tags): Fix doc typos.
5852
5853 * cedet/semantic/db-global.el (data-debug-new-buffer)
5854 (data-debug-insert-thing): Remove unneeded declarations (one broken).
5855 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
5856
5857 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
5858
5859 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
5860 use of CL function `remove-if-not'.
5861
5862 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
5863
5864 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
5865 filename is not a string.
5866
5867 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
5868
5869 * files.el (safe-local-eval-forms): Fix typo.
5870
5871 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
5872
5873 * vc-hooks.el (vc-dir-buffers): New var.
5874 (vc-state-refresh): New function.
5875 (vc-state): Use it.
5876 (vc-after-save): Always ask the backend to recompute the new state.
5877 Always call vc-dir if necessary, using vc-dir-buffers.
5878 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
5879 Use vc-dir-buffers.
5880 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
5881 (vc-dir-prepare-status-buffer, vc-dir-update)
5882 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
5883 Don't call expand-file-name on default-directory.
5884
5885 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
5886
5887 * speedbar.el (speedbar-item-delete):
5888 * calc/calc-prog.el (calc-kbd-if):
5889 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
5890
5891 * epa.el (epa-key-list-mode-map):
5892 * hi-lock.el (hi-lock-menu): Fix typos in menus.
5893
5894 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
5895 (hs-show-hook): Fix typo in docstring.
5896
5897 2009-09-29 Glenn Morris <rgm@gnu.org>
5898
5899 * cedet/semantic/symref/idutils.el:
5900 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
5901
5902 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
5903
5904 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
5905 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
5906 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
5907 Mark declarations not understood by check-declare.
5908
5909 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
5910 file-name-nondirectory call preventing location of cedet files.
5911 (check-declare-verify): Use literal search rather than re-search.
5912 Add basic defmethod and defclass, and define-overloadable-function.
5913
5914 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
5915 Use tramp-compat-file-attributes rather than nonexistent
5916 tramp-compat-handle-file-attributes.
5917
5918 * Makefile.in (lisptagsfiles4): New.
5919 (AUTOGENEL): Add cedet loaddefs files.
5920 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
5921 (update-elclist, compile-always, backup-compiled-files)
5922 (bootstrap-clean): Add yet another directory level.
5923 (update-elclist): Use LC_COLLATE rather than COLLATE.
5924 (ELCFILES): Update, via `make update-elclist'.
5925
5926 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
5927
5928 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
5929 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
5930 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
5931
5932 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
5933
5934 * Makefile.in (lisptagsfiles3): Define.
5935 (TAGS, TAGS-LISP): Use it.
5936 (update-elclist): Add third directory level to look for elc files.
5937 (compile-always): Likewise.
5938 (backup-compiled-files): Likewise.
5939 (bootstrap-clean): Likewise.
5940 (ELCFILES): Update.
5941
5942 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
5943
5944 * Makefile.in (ELCFILES): Add CEDET files.
5945
5946 2009-09-28 Eric Ludlam <zappo@gnu.org>
5947
5948 CEDET (development tools) package merged.
5949
5950 * cedet/*.el:
5951 * cedet/ede/*.el:
5952 * cedet/semantic/*.el:
5953 * cedet/srecode/*.el: New files.
5954
5955 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
5956
5957 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
5958
5959 * net/tramp.el (top): Require tramp-imap.
5960
5961 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
5962 Use `tramp-compat-handle-file-attributes'.
5963
5964 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
5965
5966 * net/tramp-imap.el: New package.
5967
5968 2009-09-28 Eric Ludlam <zappo@gnu.org>
5969
5970 * emacs-lisp/chart.el:
5971 * emacs-lisp/eieio-base.el:
5972 * emacs-lisp/eieio-comp.el:
5973 * emacs-lisp/eieio-custom.el:
5974 * emacs-lisp/eieio-datadebug.el:
5975 * emacs-lisp/eieio-opt.el:
5976 * emacs-lisp/eieio-speedbar.el:
5977 * emacs-lisp/eieio.el: New files.
5978
5979 * cedet/cedet-cscope.el:
5980 * cedet/cedet-files.el:
5981 * cedet/cedet-global.el:
5982 * cedet/cedet-idutils.el:
5983 * cedet/data-debug.el:
5984 * cedet/inversion.el:
5985 * cedet/mode-local.el:
5986 * cedet/pulse.el: New files.
5987
5988 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5989
5990 * whitespace.el (whitespace-trailing-regexp)
5991 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
5992 Fix doc string.
5993
5994 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
5995
5996 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
5997 menu.
5998
5999 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
6000 menu-bar-ediff-menu.
6001
6002 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
6003 define-overloadable-function.
6004
6005 * progmodes/autoconf.el: Provide autoconf as well, so that this
6006 file can be `require'd.
6007
6008 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
6009
6010 * emacs-lisp/autoload.el (generated-autoload-feature)
6011 (generated-autoload-load-name): New vars.
6012 (autoload-rubric, autoload-generate-file-autoloads): Use them.
6013 (make-autoload): Recognize define-overloadable-function and
6014 defclass forms (for EIEIO).
6015
6016 * Makefile.in (update-subdirs): Exclude cedet directory.
6017
6018 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6019
6020 * term/ns-win.el: Don't set the region face background. (Bug#4381)
6021
6022 * faces.el: Default light-background background for region face to
6023 ns_selection_color under NS.
6024
6025 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6026
6027 * net/imap-hash.el: New library, see NEWS.
6028
6029 * Makefile.in (ELCFILES): Add imap-hash.el.
6030
6031 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6032
6033 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
6034 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
6035 * help-macro.el (make-help-screen): Avoid using an ambiguous function
6036 definition where the docstring could be taken for the return value.
6037
6038 2009-09-26 Glenn Morris <rgm@gnu.org>
6039
6040 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
6041 Add option to only show images below a certain size.
6042 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
6043 save-excursion calls.
6044
6045 2009-09-26 Eli Zaretskii <eliz@gnu.org>
6046
6047 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
6048 subdirectories) and eieio.
6049
6050 2009-09-26 Alan Mackenzie <acm@muc.de>
6051
6052 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
6053 buggy bracketing. (Bug#4289)
6054
6055 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
6056 character constants (as case labels). (Bug#4289)
6057
6058 2009-09-25 Juri Linkov <juri@jurta.org>
6059
6060 * files.el (safe-local-eval-forms): Allow time-stamp in
6061 before-save-hook (Bug#4554).
6062
6063 2009-09-25 Drew Adams <drew.adams@oracle.com>
6064
6065 * menu-bar.el (list-buffers-directory): Doc fix.
6066
6067 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
6068
6069 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
6070 Try and avoid copying twice the same paragraph.
6071 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
6072 Remove save-excursion.
6073 (log-edit-changelog-entry): Do it here instead.
6074
6075 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
6076
6077 * bs.el (bs--get-file-name): Use `list-buffers-directory'
6078 when available, instead of hardcoding mode names. Doc fix.
6079
6080 * menu-bar.el (list-buffers-directory): Add docstring.
6081 Make automatically buffer-local.
6082
6083 * dired.el (dired-mode):
6084 * files.el (cd-absolute):
6085 * pcvs.el (cvs-temp-buffer):
6086 * pcvs-util.el (cvs-get-buffer-create):
6087 * shell.el (shell-mode):
6088 * vc-dir.el (vc-dir-mode):
6089 Don't make `list-buffers-directory' buffer local.
6090
6091 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
6092
6093 * comint.el (comint-exec, comint-run, make-comint):
6094 Doc fixes (Bug#4542).
6095
6096 2009-09-25 Glenn Morris <rgm@gnu.org>
6097
6098 * mail/rmailmm.el (rmail-mime): New custom group.
6099 Move all defcustoms in this file into this group.
6100 (rmail-mime-media-type-handlers-alist): Revert previous change.
6101 (rmail-mime-show-images): New option.
6102 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
6103 references to it, since it wasn't actually used for anything.
6104 (rmail-mime-insert-image): New function.
6105 (rmail-mime-image): Use rmail-mime-insert-image.
6106 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
6107 obey the value of `rmail-mime-show-images' option. Print the size of
6108 attachments.
6109
6110 2009-09-25 David Engster <deng@randomsample.de>
6111
6112 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
6113
6114 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6115
6116 * whitespace.el: Does not highlight trailing spaces While point is
6117 at end of line. Does not highligt spaces at beginning of buffer
6118 while point is at beginning of buffer. Does not highlight spaces
6119 at end of buffer while point is at end of buffer. (Bug#4177)
6120 New version 12.0.
6121 (whitespace-display-mappings): Adjust initialization.
6122 (whitespace-point, whitespace-font-lock-refontify): New vars.
6123 (whitespace-color-on, whitespace-color-off): Adjust code.
6124 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
6125 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
6126 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
6127
6128 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
6129
6130 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
6131
6132 * textmodes/sgml-mode.el: Remove xml-mode alias.
6133
6134 * files.el (auto-mode-alist, conf-mode-maybe)
6135 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
6136
6137 2009-09-24 Alan Mackenzie <acm@muc.de>
6138
6139 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
6140 c-forward-conditionals, but it doesn't move point and doesn't set
6141 the mark.
6142 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
6143 (c-down-conditional-with-else, c-backward-conditional)
6144 (c-forward-conditional): Refactor to use c-scan-conditionals.
6145
6146 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
6147
6148 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
6149 (help-default-arg-highlight): Remove.
6150 (help-highlight-arg): New function.
6151 (help-do-arg-highlight): Use it.
6152 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
6153
6154 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
6155
6156 * term.el (term-set-scroll-region, term-handle-ansi-escape):
6157 Undo last change, which didn't fix the problem and introduced others.
6158
6159 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
6160
6161 * progmodes/gdb-mi.el: Don't require speedbar.
6162 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
6163
6164 2009-09-24 Glenn Morris <rgm@gnu.org>
6165
6166 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
6167
6168 * term/ns-win.el (ns-reg-to-script): Define for compiler.
6169
6170 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
6171 there is no newline after the final mime boundary. (Bug#4539)
6172 Move markers on insertion so that any buttons inserted don't end up in
6173 the next part of a multipart message.
6174 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
6175 (rmail-mime-bulk-handler): Optionally handle images.
6176 (rmail-mime-image): New button action.
6177 (rmail-mime-image-handler): New function.
6178 (rmail-mime-mode): New mode.
6179 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
6180
6181 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
6182
6183 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
6184 than just dropping elements from it (bug#4504).
6185
6186 * term.el (term-set-scroll-region): Don't move cursor any more.
6187 (term-handle-ansi-escape): Call term-goto here instead.
6188 Suggested by Ivan Kanis <apple@kanis.eu>.
6189
6190 * term.el: Require CL.
6191 (term-ansi-reset): New function.
6192 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
6193 (term-handle-colors-array): Simplify.
6194
6195 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
6196
6197 * allout.el (allout-overlay-interior-modification-handler)
6198 (allout-obtain-passphrase):
6199 * epa-file.el (epa-file-write-region):
6200 * ps-print.el (ps-begin-job):
6201 * vc-hooks.el (vc-toggle-read-only):
6202 * vc-rcs.el (vc-rcs-rollback):
6203 * vc-sccs.el (vc-sccs-rollback):
6204 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
6205 (vc-version-diff, vc-revert, vc-rollback):
6206 * wdired.el (wdired-check-kill-buffer):
6207 * emacs-lisp/authors.el (authors):
6208 * net/socks.el (socks-open-connection):
6209 * net/zeroconf.el (zeroconf-service-add-hook):
6210 * obsolete/vc-mcvs.el (vc-mcvs-register):
6211 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
6212 (gdb-select-frame):
6213 * progmodes/grep.el (lgrep, rgrep):
6214 * progmodes/idlw-help.el (idlwave-help-check-locations)
6215 (idlwave-help-html-link, idlwave-help-assistant-open-link):
6216 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
6217 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
6218 (reftex-toc-rename-label): Fix typos in error messages.
6219
6220 * dired-aux.el (dired-do-shell-command): Reflow docstring.
6221 (dired-copy-how-to-fn): Doc fix.
6222 (dired-files-attributes, dired-read-shell-command):
6223 Fix typos in docstrings.
6224
6225 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
6226 (dired-x-find-file-other-window): Reflow docstrings.
6227 (dired-omit-marker-char, dired-read-shell-command)
6228 (dired-x-submit-report): Fix typos in docstrings.
6229
6230 * shell.el (shell-mode-hook):
6231 * view.el (View-scroll-line-forward):
6232 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
6233 Fix typos in docstrings.
6234
6235 * net/dig.el (dig-invoke): Fix typo in docstring.
6236 (query-dig): Reflow docstring.
6237
6238 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
6239 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
6240 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
6241 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
6242 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
6243 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
6244 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
6245 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
6246 (idlwave-completion-map, idlwave-current-indent)
6247 (idlwave-custom-ampersand-surround, idlwave-customize)
6248 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
6249 (idlwave-define-abbrev, idlwave-determine-class-special)
6250 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
6251 (idlwave-end-block-reg, idlwave-end-of-statement)
6252 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
6253 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
6254 (idlwave-explicit-class-listed, idlwave-file-header)
6255 (idlwave-fill-paragraph, idlwave-find-class-definition)
6256 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
6257 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
6258 (idlwave-in-quote, idlwave-indent-action-table)
6259 (idlwave-indent-expand-table, idlwave-indent-line)
6260 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
6261 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
6262 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
6263 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
6264 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
6265 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
6266 (idlwave-outlawed-buffers, idlwave-popup-select)
6267 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
6268 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
6269 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
6270 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
6271 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
6272 (idlwave-statement-type, idlwave-struct-skip)
6273 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
6274 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
6275 (idlwave-what-module-find-class): Fix typos in docstrings.
6276 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
6277 (idlwave-calculate-cont-indent, idlwave-expand-equal)
6278 (idlwave-find-module, idlwave-find-structure-definition)
6279 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
6280 (idlwave-list-load-path-shadows, idlwave-next-statement)
6281 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
6282 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
6283 (idlwave-template): Reflow docstrings.
6284
6285 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
6286 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
6287 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
6288 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
6289 (idlwave-shell-display-line, idlwave-shell-display-wframe)
6290 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
6291 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
6292 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
6293 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
6294 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
6295 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
6296 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
6297 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
6298 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
6299 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
6300 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
6301 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
6302 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
6303 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
6304 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
6305 Fix typos in docstrings.
6306 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
6307 (idlwave-shell-hide-output, idlwave-shell-mode)
6308 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
6309 Reflow docstrings.
6310
6311 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
6312
6313 2009-09-24 Ivan Kanis <apple@kanis.eu>
6314
6315 * term.el (term-bold-attribute): New var.
6316 (term-handle-colors-array): Use it.
6317
6318 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
6319
6320 * progmodes/gdb-mi.el (gdb-version): New variable.
6321 (gdb-non-stop-handler): Set gdb-version.
6322 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
6323 Condition "--thread" option on gdb-version.
6324 (gdb-invalidate-threads): Remove unused argument.
6325
6326 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6327
6328 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
6329 to looking-back to avoid ridiculous slow down in large files (bug#4511).
6330
6331 2009-09-23 Glenn Morris <rgm@gnu.org>
6332
6333 * mail/rmail.el (rmail-reply): Don't try to add a References header when
6334 replying to mail without References or Message-Id. (Bug#4525)
6335
6336 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
6337
6338 * term/ns-win.el (ns-reg-to-script): New variable.
6339
6340 2009-09-23 Daiki Ueno <ueno@unixuser.org>
6341
6342 * epg.el (epg-wait-for-status): Preserve existing 'error results.
6343
6344 2009-09-22 Sam Steingold <sds@gnu.org>
6345
6346 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
6347 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
6348 to 1 because hg returns status 1 when nothing is found.
6349 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
6350
6351 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
6352
6353 * textmodes/fill.el: Convert to utf-8 encoding.
6354 (fill-french-nobreak-p): Remove redundant » and « inherited from our
6355 pre-unicode days.
6356
6357 * add-log.el (change-log-fill-forward-paragraph): New function.
6358 (change-log-mode): Use it so fill-region DTRT.
6359 Set fill-indent-according-to-mode here rather than in
6360 change-log-fill-paragraph.
6361 (change-log-fill-paragraph): Remove.
6362
6363 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
6364
6365 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
6366 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
6367
6368 2009-09-22 Glenn Morris <rgm@gnu.org>
6369
6370 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
6371 the scroll-bar scroll the calendar window rather than the buffer.
6372
6373 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
6374 commands that move point (as opposed to scrolling).
6375
6376 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
6377
6378 * emacs-lisp/elint.el (elint): New custom group.
6379 (elint-log-buffer): Make it a defcustom.
6380 (elint-scan-preloaded, elint-ignored-warnings)
6381 (elint-directory-skip-re): New options.
6382 (elint-builtin-variables): Doc fix.
6383 (elint-preloaded-env): New variable.
6384 (elint-unknown-builtin-args): Add an entry for encode-time.
6385 (elint-extra-errors): Make it a variable rather than a constant.
6386 (elint-preloaded-skip-re): New constant.
6387 (elint-directory): Skip files matching elint-directory-skip-re.
6388 (elint-features): New variable, local to linted buffers.
6389 (elint-update-env): Initialize elint-features. Possibly add
6390 elint-preloaded-env to the buffer's environment.
6391 (elint-get-top-forms): Bind elint-current-pos, for log messages.
6392 Skip quoted forms.
6393 (elint-init-form): New function, extracted from elint-init-env.
6394 Make non-list forms a warning rather than an error.
6395 Add the mode-map for define-derived-mode. Handle define-minor-mode,
6396 easy-menu-define, put that adds an error-condition, and provide.
6397 When requiring cl, also require cl-macs. Really require cl, to handle
6398 some cl macros. Store required libraries in the list elint-features,
6399 so as not to re-load them. Treat cc-require like require.
6400 (elint-init-env): Call elint-init-form to do the work.
6401 Handle eval-and-compile and such like.
6402 (elint-add-required-env): Do not clear messages.
6403 (elint-special-forms): Add handlers for function, defalias, if, when,
6404 unless, and, or.
6405 (elint-form): Add optional argument to ignore elint-special-forms,
6406 useful to prevent recursive calls from handlers. Doc fix.
6407 Respect elint-ignored-warnings.
6408 (elint-form): Respect elint-ignored-warnings.
6409 (elint-bound-variable, elint-bound-function): New variables.
6410 (elint-unbound-variable): Respect elint-bound-variable.
6411 (elint-get-args): Respect elint-bound-function.
6412 (elint-check-cond-form): Add some simple handling for (f)boundp and
6413 featurep tests.
6414 (elint-check-defalias-form): New handler.
6415 (elint-check-let-form): Make an empty let a warning rather than an
6416 error.
6417 (elint-check-setq-form): Make an empty setq a warning rather than an
6418 error. Respect elint-ignored-warnings.
6419 (elint-check-defvar-form): Accept null doc-strings.
6420 (elint-check-conditional-form): New handler. Does some simple-minded
6421 checking of featurep and (f)boundp tests.
6422 (elint-put-function-args): New function.
6423 (elint-initialize): Use elint-scan-doc-file rather than
6424 elint-find-builtin-variables. Use elint-put-function-args.
6425 Possibly scan preloaded-file-list.
6426 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
6427 extend to handle functions as well.
6428
6429 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
6430
6431 * linum.el (linum-delete-overlays, linum-update-window):
6432 Do not modify the right margin. (Bug#3971)
6433
6434 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
6435
6436 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
6437 nxml-mode instead of xml-mode.
6438
6439 2009-09-21 Kevin Ryde <user42@zip.com.au>
6440
6441 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
6442
6443 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6444
6445 * net/dig.el (dig-mode): Use define-derived-mode.
6446
6447 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
6448
6449 * vc-dispatcher.el (vc-do-command): Return the process object in
6450 the asynchronous case. Use when instead of if. Do not run
6451 vc-exec-after to display a message if not enabled. (Bug#4463)
6452
6453 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
6454 properties to the stash strings.
6455 (vc-git-stash-list): Return a list of strings.
6456 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
6457 (vc-git-stash-show-at-point): New functions.
6458 (vc-git-stash-map): New keymap.
6459
6460 * register.el (ctl-x-r-map): Define the keys here instead of
6461 using autoload.
6462
6463 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
6464
6465 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
6466 list, to workaround performance problem (bug#4485).
6467
6468 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
6469
6470 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
6471
6472 2009-09-20 Daiki Ueno <ueno@unixuser.org>
6473
6474 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
6475 Document that this option is not recommended to use.
6476
6477 2009-09-19 Glenn Morris <rgm@gnu.org>
6478
6479 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
6480 variable `var'.
6481
6482 * calc/calc-alg.el (var):
6483 * calc/calcalg2.el (var): Define for compiler.
6484
6485 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
6486
6487 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
6488 Doc fix (Bug#3932).
6489
6490 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
6491
6492 * time-stamp.el (time-stamp-month-dd-yyyy)
6493 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
6494 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
6495 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
6496 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
6497 Remove functions that have been obsolete since 1995 (Bug#4436).
6498
6499 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
6500 indent buffer only if called interactively (Bug#4452).
6501
6502 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
6503 Eli Zaretskii <eliz@gnu.org>
6504
6505 This fixes bug#4197 (merged to bug#865, though not identical).
6506 * server.el (server-auth-dir): Add docstring note about FAT32.
6507 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
6508 but warn against using them.
6509
6510 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
6511
6512 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
6513 older GDB where there is no has_more field.
6514
6515 2009-09-19 Glenn Morris <rgm@gnu.org>
6516
6517 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6518
6519 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
6520
6521 * files.el (auto-mode-alist): Change default for XML files to nXML
6522 mode (Bug#4169).
6523
6524 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
6525
6526 * server.el (server-ensure-safe-dir): Pass 'integer
6527 to `file-attributes', as suggested.
6528
6529 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6530
6531 * dired-aux.el (dired-query-alist): Remove spurious backslash.
6532 (dired-query): Use read-key.
6533
6534 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
6535
6536 * cus-start.el (ns-use-qd-smoothing): Remove.
6537
6538 2009-09-18 Glenn Morris <rgm@gnu.org>
6539
6540 * allout.el (top-level): Remove unnecessary progn.
6541
6542 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
6543
6544 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
6545 definition of abbrev table.
6546
6547 * speedbar.el (speedbar-track-mouse):
6548 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
6549 * net/eudc.el (eudc-expand-inline):
6550 * net/newst-backend.el (newsticker--cache-read-feed):
6551 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6552 condition-case handlers.
6553
6554 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
6555
6556 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
6557 (gdb-var-list): Add an element for has_more field.
6558 (gdb-non-stop-handler): Enable pretty printing for STL containers.
6559 (gdb-var-create-handler, gdb-var-list-children-handler-1)
6560 (gdb-var-update-handler-1): Parse output of dynamic variable
6561 objects (STL containers).
6562 (gdb-var-delete-1): Pass var1 as an explicit second argument.
6563 (gdb-get-field): Delete alias. Use bindat-get-field directly.
6564
6565 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
6566 gdb-var-list.
6567 (gud-speedbar-buttons): Make node expandable if expression "has more"
6568 children.
6569
6570 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
6571
6572 * startup.el (emacs-quick-startup): Remove variable and all uses.
6573 (command-line): Set `inhibit-x-resources' instead.
6574 (command-line-1): Use `inhibit-x-resources' instead.
6575
6576 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
6577
6578 * subr.el: Fix last change to avoid using the `unless' macro,
6579 which breaks bootstrapping.
6580
6581 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6582
6583 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
6584 extended definitions, in case we reload subr.el after having
6585 loaded CL.
6586 (eval-next-after-load): Mark as obsolete.
6587
6588 2009-09-17 Juri Linkov <juri@jurta.org>
6589
6590 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
6591 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
6592 (menu-bar-showhide-menu, menu-bar-tools-menu)
6593 (menu-bar-describe-menu, menu-bar-help-menu)
6594 (minibuffer-local-completion-map, minibuffer-local-map):
6595 Fix list quoting.
6596
6597 2009-09-17 Glenn Morris <rgm@gnu.org>
6598
6599 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
6600 arguments, whether or not it has a handler.
6601
6602 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
6603
6604 * simple.el (hard-newline): Give it a doc-string.
6605
6606 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6607 (lisp-mode-syntax-table): Give them doc-strings.
6608
6609 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
6610
6611 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
6612 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
6613 (menu-bar-options-menu, menu-bar-showhide-menu)
6614 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
6615 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
6616 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
6617 (menu-bar-options-menu, menu-bar-tools-menu)
6618 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
6619 (menu-bar-help-menu):
6620 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
6621 string arguments.
6622
6623 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
6624 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
6625 calls for the menu names and :help.
6626
6627 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6628
6629 * mouse.el (minor-mode-menu-from-indicator): Pay attention
6630 to :minor-mode-function (bug#4455).
6631
6632 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6633
6634 * startup.el (command-line): Initialize the window-system after
6635 processing the command-line.
6636
6637 * textmodes/page.el (what-page): Make sure we don't inf-loop if
6638 page-delimiter matches the empty string.
6639
6640 2009-09-16 Glenn Morris <rgm@gnu.org>
6641
6642 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
6643 byte-compile-not-obsolete-var. It's a list now.
6644 (byte-compile-not-obsolete-funcs): New variable.
6645 (byte-compile-warn-obsolete): Don't warn about functions if they are in
6646 byte-compile-not-obsolete-funcs.
6647 (byte-compile-variable-ref, byte-compile-defvar): Update for
6648 byte-compile-not-obsolete-vars name-change and list nature.
6649 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
6650 and variables behind (f)boundp tests.
6651 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
6652
6653 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
6654
6655 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
6656
6657 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6658
6659 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
6660 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
6661 Don't autoload.
6662
6663 2009-09-15 Stephen Eglen <stephen@gnu.org>
6664
6665 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
6666 the virtual-buffers, use the name of the buffer specified by
6667 find-file-noselect, as the match may be a symlink. (This was a
6668 problem if the target and the symlink had different names.)
6669
6670 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6671
6672 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
6673
6674 * desktop.el (desktop-path): Check user-emacs-directory.
6675
6676 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
6677
6678 * loadup.el: Use after-load-functions to GC after loading each file.
6679 Remove the explicit GC calls that used to be sprinkled around.
6680
6681 * subr.el (after-load-functions): New hook.
6682 (do-after-load-evaluation): Run it. Use string-match-p to detect
6683 `obsolete' packages, rather than painfully extracting the relevant
6684 directory name.
6685
6686 2009-09-15 Glenn Morris <rgm@gnu.org>
6687
6688 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
6689 free variable `doc'.
6690
6691 * dired.el (dired-mode-map): Add menu entry for async shell command.
6692
6693 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
6694 variables, also consider the .elc files, since the .el files are
6695 normally gzipped (subsequent code locates the .el.gz from the .elc).
6696
6697 * calc/calc-prog.el (arglist): Define for compiler.
6698
6699 * calendar/diary-lib.el (diary-display-function): Change the default to
6700 fancy display.
6701 (body): Define for compiler.
6702
6703 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
6704 (byte-compile-file-form, byte-compile-lambda)
6705 (byte-compile-top-level-body, byte-compile-form)
6706 (byte-compile-variable-ref, byte-compile-setq)
6707 (byte-compile-setq-default, byte-compile-body)
6708 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
6709 (batch-byte-compile): Give some more local variables with common names
6710 a "bytecomp-" prefix to avoid masking warnings about free variables.
6711
6712 * startup.el (command-line-1): Give local variables with common names a
6713 distinguishing prefix, so as not to hide free variable warnings during
6714 bootstrap.
6715
6716 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
6717 clever and add a suffix to make a unique name, just let the user decide
6718 whether or not to overwrite it. If the input is a directory, write the
6719 default filename to that directory. (Bug#4388)
6720 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
6721 is a filename-as-a-directory.
6722
6723 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6724
6725 * textmodes/page.el (what-page): Don't move to beginning of line.
6726 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
6727
6728 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
6729
6730 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
6731
6732 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
6733
6734 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
6735 * help.el (help-for-help-internal): Add purecopy calls for text.
6736
6737 * vc.el (top): print-log method now takes an optional SHORTLOG
6738 argument. Add a new method: root.
6739 (vc-root-diff, vc-print-root-log): New functions.
6740 (vc-log-short-style): New variable.
6741 (vc-print-log-internal): Add support for showing short logs.
6742
6743 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
6744 vc-print-root-log and vc-print-root-diff.
6745
6746 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
6747 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
6748 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
6749 short logs.
6750
6751 * vc-cvs.el (vc-cvs-print-log):
6752 * vc-mtn.el (vc-mtn-print-log):
6753 * vc-rcs.el (vc-rcs-print-log):
6754 * vc-sccs.el (vc-sccs-print-log):
6755 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
6756 that is ignored for now.
6757
6758 * vc-mtn.el (vc-mtn-annotate-command):
6759 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
6760
6761 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6762
6763 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
6764 to function-key-map, and give them ascii-character property.
6765 * term/x-win.el (x-alternatives-map):
6766 * term/ns-win.el (ns-alternatives-map):
6767 * term/internal.el (msdos-key-remapping-map):
6768 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
6769
6770 2009-09-14 Glenn Morris <rgm@gnu.org>
6771
6772 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
6773 temp-buffers (2009-09-12).
6774
6775 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
6776
6777 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
6778 the new read-key function.
6779
6780 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
6781
6782 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
6783 is defined (Bug#4405).
6784
6785 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
6786
6787 * recentf.el (recentf-cleanup): Use a hash table to find
6788 duplicates (Bug#4407).
6789
6790 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
6791
6792 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
6793 kp-0 to ascii equivalents (Bug#4325).
6794
6795 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
6796
6797 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
6798
6799 * eshell/em-hist.el:
6800 * eshell/em-dirs.el (eshell-complete-user-reference):
6801 Declare pcomplete functions and variables to avoid compiler warnings.
6802
6803 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
6804
6805 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
6806 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
6807 * eshell/em-alias.el (eshell-aliases-file):
6808 * eshell/em-hist.el (eshell-history-file-name):
6809 Use expand-file-name instead of concat to make file names (Bug#4308).
6810
6811 2009-09-13 Glenn Morris <rgm@gnu.org>
6812
6813 * ediff-merg.el (ediff-do-merge):
6814 * filesets.el (filesets-run-cmd):
6815 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
6816 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
6817 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
6818 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
6819 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
6820 Replace empty `let's with `progn'.
6821
6822 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
6823
6824 * mail/sendmail.el (send-mail-function):
6825 * tooltip.el (tooltip-mode):
6826 * simple.el (transient-mark-mode):
6827 * rfn-eshadow.el (file-name-shadow-mode):
6828 * frame.el (blink-cursor-mode):
6829 * font-core.el (global-font-lock-mode):
6830 * files.el (temporary-file-directory)
6831 (small-temporary-file-directory, auto-save-file-name-transforms):
6832 * epa-hook.el (auto-encryption-mode):
6833 * composite.el (global-auto-composition-mode):
6834 Use custom-initialize-delay.
6835 * startup.el (command-line): Don't explicitly call
6836 custom-reevaluate-setting for all the above vars.
6837 * custom.el (custom-initialize-safe-set)
6838 (custom-initialize-safe-default): Delete.
6839
6840 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6841
6842 * term/x-win.el (x-initialize-window-system):
6843 * term/w32-win.el (w32-initialize-window-system):
6844 * term/ns-win.el (ns-initialize-window-system): Don't call
6845 mouse-wheel-mode since it's enabled globally by default already.
6846
6847 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
6848 actually define the variable, but only silences the byte-compiler.
6849 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
6850 before looking it up.
6851 (mouse-wheel-scroll-amount): Also reset the bindings if this value
6852 is changed.
6853
6854 2009-09-12 Glenn Morris <rgm@gnu.org>
6855
6856 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
6857 1000.
6858 (elint-add-required-env): Don't beep on error.
6859 (elint-forms): In case of error, return ENV unchanged.
6860 (elint-init-env): Skip non-list forms.
6861 (elint-log): Handle unknown file positions.
6862
6863 2009-09-12 Daiki Ueno <ueno@unixuser.org>
6864
6865 * epg.el (epg-make-context): Add autoload cookie.
6866 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
6867 (epg-decrypt-string, epg-start-verify, epg-verify-file)
6868 (epg-verify-string, epg-start-sign, epg-sign-file)
6869 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
6870 (epg-encrypt-string, epg-start-export-keys)
6871 (epg-export-keys-to-file, epg-export-keys-to-string)
6872 (epg-start-import-keys, epg-import-keys-from-file)
6873 (epg-import-keys-from-string, epg-start-receive-keys)
6874 (epg-receive-keys, epg-import-keys-from-server)
6875 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
6876 (epg-sign-keys, epg-start-generate-key)
6877 (epg-generate-key-from-file, epg-generate-key-from-string):
6878 Remove autoload cookie.
6879
6880 2009-09-12 Eli Zaretskii <eliz@gnu.org>
6881
6882 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
6883 reevaluation of trash-directory.
6884
6885 * mwheel.el: Fix last change.
6886 (mouse-wheel-mode): New defvar.
6887 (mouse-wheel-mode): Remove autoload cookie.
6888
6889 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6890
6891 * mwheel.el (mwheel-installed-bindings): New var.
6892 (mouse-wheel-mode): Use it, so as to make sure we really remove all
6893 the bindings we set last time. Use custom-initialize-delay.
6894 * loadup.el: Load mwheel after term/*-win.el.
6895 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
6896 and mouse-wheel-up-event now that their first evaluation is done
6897 sufficiently late to be correct.
6898
6899 * startup.el (tutorial-directory): Make it a defcustom.
6900 Use custom-initialize-delay rather than eval-at-startup to set it.
6901 * image.el (image-load-path): Make it a defcustom.
6902 Use custom-initialize-delay rather than eval-at-startup to set it.
6903 * subr.el (eval-at-startup): Remove.
6904 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
6905
6906 * subr.el (do-after-load-evaluation): Warn the user after loading an
6907 obsolete package.
6908
6909 2009-09-12 Glenn Morris <rgm@gnu.org>
6910
6911 * proced.el (proced-mark-alt): Remove alias.
6912 (proced-mode-map): Remove proced-mark-alt.
6913
6914 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
6915 Elint file and directory. Remove initialization entry.
6916
6917 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
6918 commands.
6919 (elint-current-buffer): Set mode-line-process.
6920 (elint-init-env): Handle define-derived-mode.
6921 Fix declare-function with unspecified arglist. Guard against odd
6922 defalias statements (eg iso-insert's 8859-1-map).
6923 (elint-add-required-env): Use a temp buffer.
6924 (elint-form): Just print the function/macro name, not the whole form.
6925 Return env unchanged if we fail to parse a macro.
6926 (elint-forms): Guard against parse errors.
6927 (elint-output): New function, to handle batch mode.
6928 (elint-log-message): Add optional argument. Use elint-output.
6929 (elint-set-mode-line): New function.
6930
6931 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
6932
6933 * emacs-lisp/elp.el (elp-not-profilable): Add more
6934 functions (Bug#4233).
6935
6936 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
6937
6938 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
6939 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
6940
6941 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
6942
6943 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
6944 (gdb-var-list-children): Use json parsing.
6945
6946 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
6947
6948 * progmodes/js.el (js--proper-indentation): Handle the case where
6949 char-before is null. Reported by Deniz Dogan.
6950
6951 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
6952
6953 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
6954
6955 2009-09-11 Daiki Ueno <ueno@unixuser.org>
6956
6957 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
6958 (epg-digest-algorithm-alist): Add SHA224.
6959 (epg-context-set-passphrase-callback)
6960 (epg-context-set-progress-callback): Add description about
6961 callback function.
6962
6963 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6964
6965 * custom.el (custom-delayed-init-variables): New var.
6966 (custom-initialize-delay): New function.
6967 * startup.el (command-line): "Re"evaluate all vars in
6968 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
6969 explicitly any more.
6970 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
6971 to avoid creating a ~/.emacs.d at build-time (bug#4347).
6972
6973 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
6974
6975 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
6976
6977 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
6978 (gdb-var-update-handler): Use json parsing.
6979
6980 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
6981
6982 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
6983 decode annotated text, regardless of language environment. (Bug#2741)
6984
6985 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6986
6987 * Makefile.in (autoloads): Make rmail.el writable as well.
6988
6989 2009-09-11 Glenn Morris <rgm@gnu.org>
6990
6991 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
6992 loaddefs.el.
6993 * dired.el: Regenerate with extracted autoloads.
6994 * Makefile.in (autoloads): Make dired.el writable.
6995
6996 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
6997 * ibuffer.el: Regenerate with extracted autoloads.
6998 * Makefile.in (autoloads): Make ibuffer.el writable.
6999
7000 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
7001 * version.el (emacs-copyright, emacs-major-version)
7002 (emacs-minor-version): Reformat doc-strings for make-docfile.
7003
7004 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
7005 functions and variables, since they must be stuff specific to some other
7006 platform.
7007 (apropos-print): Make mouse-click message less specific about button.
7008
7009 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
7010 that records where a macro was defined.
7011 * help-fns.el (describe-function-1): Mention if a function has a
7012 compiler-macro.
7013 * help-mode.el (help-function-cmacro): New button.
7014
7015 * locate.el (top-level): Always require dired.
7016 (locate-mode-map): Initialize inside the defvar.
7017
7018 * net/ange-ftp.el (dired-compress-file): Declare.
7019 (ange-ftp-dired-compress-file): Add doc string.
7020
7021 * term/ns-win.el (x-display-name, x-setup-function-keys):
7022 Unify doc-strings with X versions.
7023
7024 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7025
7026 * emulation/crisp.el (crisp-mode-map): Move initialization
7027 into declaration.
7028 (crisp-mode): Use define-minor-mode.
7029
7030 * progmodes/xscheme.el (xscheme-evaluation-commands):
7031 Put a :advertised-binding property rather than using
7032 advertised-xscheme-send-previous-expression.
7033 (advertised-xscheme-send-previous-expression): Declare obsolete.
7034 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
7035 `advertised-undo'.
7036 (crisp-mode): Add corresponding bindings to
7037 undo's :advertised-binding instead.
7038 * dired.el (dired-mode-map): Put a :advertised-binding property rather
7039 than using dired-advertised-find-file.
7040 (dired-advertised-find-file):
7041 * simple.el (advertised-undo):
7042 * wid-edit.el (advertised-widget-backward): Declare obsolete.
7043 (widget-keymap): Put a :advertised-binding property rather
7044 than using advertised-widget-backward.
7045 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
7046 than using advertised-undo.
7047 * tutorial.el (tutorial--default-keys): Adjust accordingly.
7048
7049 2009-09-10 Simon South <ssouth@slowcomputing.org>
7050
7051 * progmodes/delphi.el (delphi-tab): Indent region when Transient
7052 Mark mode is enabled and region is active; otherwise indent or
7053 insert TAB as usual.
7054 (delphi-mode): Update description of TAB-key binding.
7055
7056 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7057
7058 * subr.el (define-key-rebound-commands): Mark obsolete.
7059 * startup.el (precompute-menubar-bindings): Remove.
7060 (normal-top-level): Remove obsolete code that tried to precompute
7061 menubar bindings.
7062 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
7063 define-key-rebound-commands and precompute-menubar-bindings.
7064
7065 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
7066
7067 * net/imap.el (imap-interactive-login): Better messages.
7068 (imap-open): Fix bug with renamed buffer on reconnect.
7069 (imap-authenticate): Add buffer-local imap-last-authenticator variable
7070 for easier debugging and cleaner code. On successful (guessed based on
7071 server capabilities) secondary authentication, set imap-state
7072 correctly.
7073 (imap-last-authenticator): Define imap-last-authenticator as a variable
7074 to avoid warnings.
7075
7076 2009-09-10 Glenn Morris <rgm@gnu.org>
7077
7078 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
7079
7080 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
7081 (byte-compile-file-form-autoload): Don't warn about unknown functions
7082 where the autoload statement comes after the use.
7083 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
7084 that any handlers inside the body (eg require) are in turn respected.
7085
7086 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
7087 effects.
7088
7089 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
7090 and syntax and abbrev tables basic docs, if they don't have any.
7091
7092 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
7093
7094 * international/mule-cmds.el (top-level): Require cl when compiling.
7095 (view-hello-file): Use default-value rather than
7096 default-enable-multibyte-characters.
7097
7098 * progmodes/fortran.el: Move all safe and risky properties into the
7099 defcustoms.
7100
7101 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
7102 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
7103 * mail/undigest.el:
7104 Put autoloads in rmail.el rather than loaddefs.el.
7105 * mail/rmail.el: Regenerate with extracted autoloads.
7106
7107 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
7108 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
7109
7110 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
7111
7112 Reported in thread for Bug#4375.
7113 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
7114 "-data-evaluate-expression" instead of print.
7115 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
7116 (gdb-tooltip-print): Parse output from above MI command.
7117 (gdb): Revert 2009-08-11 change. User should detach inferior
7118 manually.
7119
7120 Remove the word "separate" from IO functions as inferior
7121 output is now never displayed in the GUD buffer.
7122
7123 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
7124
7125 * startup.el (command-line-normalize-file-name): On Windows and
7126 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
7127
7128 2009-09-10 Juri Linkov <juri@jurta.org>
7129
7130 * isearch.el (isearch-text-char-description): Propertize escape
7131 character sequences with the `escape-glyph' face. (Bug#4344)
7132
7133 * simple.el (shell-command): Set asynchronous process filter to
7134 `comint-output-filter'. (Bug#4343)
7135
7136 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
7137 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
7138 the list. Move "asm" to the bottom.
7139 (grep-find-ignored-directories): Add `choice' with nil value
7140 to empty the list easily.
7141 (grep-find-ignored-files): New option.
7142 (grep-files-history): Set to nil by default instead of '("ch" "el").
7143 (grep-compute-defaults): Add "<X>" to `grep-template'.
7144 (grep-read-files): Bind new local variables `default-alias' and
7145 `default-extension'. Use a list of default values for the file prompt.
7146 (lgrep): Add `--exclude=' command line options composed from
7147 `grep-find-ignored-files'.
7148 (rgrep): Add `-name' command line options composed from
7149 `grep-find-ignored-files'. (Bug#4301)
7150
7151 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
7152
7153 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
7154 (bug#4368).
7155
7156 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7157
7158 * calendar/time-date.el (autoload):
7159 Expand define-obsolete-function-alias into defalias and make-obsolete
7160 for old Emacsen that Gnus supports.
7161 (with-no-warnings): Define it for old Emacsen.
7162 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7163 is available.
7164 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7165 float-time is available; suppress compile warning for time-to-seconds.
7166
7167 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
7168
7169 * net/imap.el (imap-message-map): Docstring fix.
7170
7171 2009-09-09 Glenn Morris <rgm@gnu.org>
7172
7173 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
7174 line numbers too. (Bug#4374)
7175
7176 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7177
7178 * smerge-mode.el (smerge-remove-props, smerge-refine):
7179 Use with-silent-modifications (bug#4342).
7180
7181 * subr.el (with-silent-modifications): New macro.
7182
7183 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
7184
7185 * files.el (top-level): Require `cl' when compiling.
7186
7187 2009-09-07 Glenn Morris <rgm@gnu.org>
7188
7189 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
7190
7191 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
7192 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
7193
7194 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
7195
7196 * vc-git.el (vc-git-annotate-command): Use separator to parse
7197 arguments correctly.
7198
7199 2009-09-06 Eli Zaretskii <eliz@gnu.org>
7200
7201 * proced.el (proced-mode): Doc fix.
7202
7203 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
7204
7205 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
7206 lstat fails.
7207 (tramp-do-file-attributes-with-ls): Check for file existence at
7208 remote end.
7209 (tramp-do-file-attributes-with-stat): Likewise.
7210 (tramp-convert-file-attributes): Return nil when attr is nil.
7211
7212 2009-09-05 Glenn Morris <rgm@gnu.org>
7213
7214 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
7215 properties to this button.
7216 (diary-fancy-display): Don't extend the button to the final newline.
7217 (diary-fancy-display-mode): Continue to define "q" as a local key.
7218
7219 * calendar/cal-china.el (holiday-chinese): Make it slightly more
7220 efficient.
7221
7222 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
7223
7224 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
7225 (byte-compile-dest-file-function): New option.
7226 (byte-compile-dest-file): Doc fix.
7227 Obey byte-compile-dest-file-function.
7228 (byte-compile-cl-file-p): New function.
7229 (byte-compile-eval): Only suppress noruntime warnings about cl functions
7230 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
7231 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
7232 than for file being previously loaded.
7233 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
7234 (byte-compile-file-form-require): Handle the case where requiring a file
7235 indirectly causes CL to be loaded.
7236
7237 2009-09-05 Karl Fogel <kfogel@red-bean.com>
7238
7239 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
7240 before killing the old buffer, since by the time `kill-buffer' is
7241 run so many buffer variables have been set to nil that it may not
7242 behave as expected. (Bug#4061)
7243
7244 2009-09-05 Karl Fogel <kfogel@red-bean.com>
7245
7246 * files.el (find-alternate-file): If the old buffer is modified
7247 and visiting a file, behave similarly to `kill-buffer' when
7248 killing it, thus reverting to the pre-1.878 behavior; see
7249 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
7250 for discussion. Also, consult `buffer-file-name' as a variable
7251 not as a function, for consistency with the rest of the code.
7252
7253 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
7254
7255 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
7256 also when adding a new directory.
7257
7258 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
7259 defun.
7260
7261 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7262
7263 * files.el (locate-file-completion-table): Make it provide boundary
7264 information, so partial-completion works better.
7265
7266 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
7267
7268 * mail/footnote.el (Footnote-text-under-cursor):
7269 Check footnote-text-marker-alist before using it (bug#4324).
7270
7271 2009-09-04 Glenn Morris <rgm@gnu.org>
7272
7273 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
7274 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
7275 * play/solitaire.el, play/tetris.el:
7276 Remove leading * from defcustom and defface docs.
7277
7278 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
7279 necessary.
7280 (diary-fancy-overriding-map): New variable.
7281 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
7282 Use view-mode.
7283
7284 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
7285 goto-line.
7286
7287 2009-09-03 Glenn Morris <rgm@gnu.org>
7288
7289 * arc-mode.el (archive-mode):
7290 * dos-fns.el (set-default-process-coding-system):
7291 * man.el (Man-getpage-in-background):
7292 * menu-bar.el (menu-bar-describe-menu):
7293 * server.el (server-process-filter):
7294 * startup.el (command-line):
7295 * tar-mode.el (tar-header-block-tokenize, tar-extract):
7296 * w32-fns.el (set-default-process-coding-system):
7297 * x-dnd.el (x-dnd-handle-file-name):
7298 * international/mule-cmds.el (mule-menu-keymap)
7299 (set-default-coding-systems, language-info-alist, set-language-info)
7300 (set-language-environment, standard-display-european-internal)
7301 (set-locale-environment):
7302 * international/mule-diag.el (mule-diag):
7303 * mail/emacsbug.el (report-emacs-bug):
7304 * mail/rmail.el (rmail-mode):
7305 * mail/sendmail.el (mail-setup):
7306 Use default-value rather than default-enable-multibyte-characters.
7307
7308 * progmodes/f90.el: Move all safe properties into the defcustoms.
7309 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
7310
7311 * calendar/appt.el (appt-check):
7312 * calendar/diary-lib.el (diary-set-header, diary-live-p)
7313 (diary-check-diary-file, diary-list-entries)
7314 (diary-include-other-diary-files, diary-simple-display)
7315 (diary-fancy-display, diary-print-entries)
7316 (diary-mark-included-diary-files, diary-make-entry):
7317 Don't call substitute-in-file-name on diary-file.
7318
7319 2009-09-03 Eduard Wiebe <usenet@pusto.de>
7320 Stefan Monnier <monnier@iro.umontreal.ca>
7321
7322 * mail/footnote.el (footnote-prefix): Make it a defcustom.
7323 (footnote-mode-map): Move initialization into the declaration.
7324 (footnote-minor-mode-map): Define it rather than changing global-map.
7325 (footnote-mode): Use define-minor-mode.
7326
7327 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
7328
7329 * net/tramp.el (tramp-handle-file-attributes-with-ls)
7330 (tramp-do-file-attributes-with-perl)
7331 (tramp-do-file-attributes-with-stat): Rename from
7332 `tramp-handle-file-attributes-with-*'.
7333 (tramp-handle-file-attributes): Use them.
7334 (tramp-do-directory-files-and-attributes-with-perl)
7335 (tramp-do-directory-files-and-attributes-with-stat): Rename from
7336 `tramp-handle-directory-files-and-attributes-with-*'.
7337 (tramp-handle-directory-files-and-attributes): Use them.
7338 (tramp-method-out-of-band-p): Additional parameter SIZE.
7339 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
7340 (tramp-handle-write-region): Use it.
7341 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
7342 (tramp-handle-vc-registered): Check, whether the first run did
7343 return files to be tested.
7344 (tramp-advice-make-auto-save-file-name): Do not call directly
7345 `tramp-handle-make-auto-save-file-name', because this would bypass
7346 the locking mechanism.
7347
7348 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
7349 (file-remote-p, process-file, start-file-process, set-file-times)
7350 (tramp-compat-file-attributes): Compatibility functions shall not
7351 call directly `tramp-handle-*', because this would bypass the
7352 locking mechanism.
7353 (tramp-compat-number-sequence): New defun.
7354
7355 2009-09-02 Glenn Morris <rgm@gnu.org>
7356
7357 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
7358 alias for float-time.
7359 (time-to-number-of-days): In Emacs, use float-time.
7360 * net/newst-backend.el (time-add): Suppress warnings from compat
7361 function.
7362 * time.el (emacs-uptime, emacs-init-time):
7363 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
7364 Use float-time rather than time-to-seconds.
7365
7366 * minibuffer.el (completion-initials-expand): Fix typo.
7367
7368 * faces.el (modeline, modeline-inactive, modeline-highlight)
7369 (modeline-buffer-id):
7370 * info.el (info-menu-5): Mark these face aliases as obsolete.
7371
7372 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
7373
7374 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
7375 space ...
7376 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
7377 no "--thread" option.
7378 (gdb-stopped): Don't print "Switched to thread" message when it is
7379 unchanged.
7380
7381 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7382
7383 * minibuffer.el (completion-try-completion)
7384 (completion-all-completions): Remove ill-defined (and
7385 mistakenly installed and luckily never used nor documented)
7386 `completion-styles' property.
7387 (completion-initials-expand, completion-initials-all-completions)
7388 (completion-initials-try-completion): New functions.
7389 (completion-styles-alist): Add doc to each entry.
7390 Add new `initials' entry.
7391
7392 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
7393
7394 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
7395 MI command -var-evaluate-expression.
7396 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
7397 and tweak for case of string child.
7398 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
7399
7400 2009-09-01 Glenn Morris <rgm@gnu.org>
7401
7402 * add-log.el (change-log-date-face, change-log-name-face)
7403 (change-log-email-face, change-log-file-face, change-log-list-face)
7404 (change-log-conditionals-face, change-log-function-face)
7405 (change-log-acknowledgement-face):
7406 * cus-edit.el (custom-invalid-face, custom-rogue-face)
7407 (custom-modified-face, custom-set-face, custom-changed-face)
7408 (custom-saved-face, custom-button-face, custom-button-pressed-face)
7409 (custom-documentation-face, custom-state-face, custom-comment-face)
7410 (custom-comment-tag-face, custom-variable-tag-face)
7411 (custom-variable-button-face, custom-face-tag-face)
7412 (custom-group-tag-face-1, custom-group-tag-face):
7413 * diff-mode.el (diff-header-face, diff-file-header-face)
7414 (diff-index-face, diff-hunk-header-face, diff-removed-face)
7415 (diff-added-face, diff-changed-face, diff-function-face)
7416 (diff-context-face, diff-nonexistent-face):
7417 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
7418 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
7419 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
7420 (Info-title-4-face):
7421 * isearch.el (isearch-lazy-highlight-face):
7422 * log-view.el (log-view-file-face, log-view-message-face):
7423 * paren.el (show-paren-match-face, show-paren-mismatch-face):
7424 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
7425 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
7426 (cvs-msg-face):
7427 * smerge-mode.el (smerge-mine-face, smerge-other-face)
7428 (smerge-base-face, smerge-markers-face):
7429 * wid-edit.el (widget-documentation-face, widget-button-face)
7430 (widget-field-face, widget-single-line-field-face)
7431 (widget-inactive-face, widget-button-pressed-face):
7432 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
7433 (woman-addition-face):
7434 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
7435 (eshell-ls-executable-face, eshell-ls-readonly-face)
7436 (eshell-ls-unreadable-face, eshell-ls-special-face)
7437 (eshell-ls-missing-face, eshell-ls-archive-face)
7438 (eshell-ls-backup-face, eshell-ls-product-face)
7439 (eshell-ls-clutter-face):
7440 * eshell/em-prompt.el (eshell-prompt-face):
7441 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
7442 * obsolete/old-whitespace.el (whitespace-highlight-face):
7443 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
7444 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
7445 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
7446 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
7447 (antlr-font-lock-literal-face):
7448 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
7449 (ebrowse-root-class-face, ebrowse-file-name-face)
7450 (ebrowse-default-face, ebrowse-member-attribute-face)
7451 (ebrowse-member-class-face, ebrowse-progress-face):
7452 * progmodes/make-mode.el (makefile-space-face):
7453 * progmodes/sh-script.el (sh-heredoc-face):
7454 * textmodes/flyspell.el (flyspell-incorrect-face)
7455 (flyspell-duplicate-face):
7456 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
7457 * textmodes/texinfo.el (texinfo-heading-face):
7458 Mark face aliases with "-face" suffix as obsolete.
7459
7460 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
7461 compiler.
7462
7463 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
7464 (eudc-bob-sound-menu): Use defvar rather than defconst, since
7465 easy-menu-define wants to modify these.
7466
7467 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
7468
7469 * net/browse-url.el (browse-url-file-url):
7470 * term/internal.el (dos-codepage-setup):
7471 Use default-value rather than default-enable-multibyte-characters.
7472
7473 * progmodes/etags.el (etags-goto-tag-location):
7474 * progmodes/flymake.el (flymake-highlight-line)
7475 (flymake-goto-file-and-line, flymake-goto-line):
7476 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
7477 (gdb-goto-breakpoint):
7478 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
7479 * progmodes/python.el (python-find-function)
7480 (python-pdbtrack-track-stack-file):
7481 * progmodes/verilog-mode.el (verilog-surelint-off):
7482 * term/ns-win.el (ns-open-file-select-line):
7483 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
7484 Use forward-line rather than goto-line.
7485
7486 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
7487 * textmodes/reftex-index.el (reftex-display-index):
7488 * textmodes/reftex-ref.el (reftex-offer-label-menu):
7489 * textmodes/reftex-toc.el (reftex-toc):
7490 Remove unnecessary bindings of default-major-mode (all are followed by
7491 major-mode check and possible mode switch).
7492
7493 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
7494
7495 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
7496 Handle watchpoints (bug#4282).
7497 (def-gdb-thread-buffer-command): Enable thread to be selected by
7498 clicking without selecting threads buffer first.
7499 (gdb-current-context-command): Use selected frame so that "up",
7500 "down" etc work in the GUD buffer.
7501 (gdb-update): Find selected frame before rendering stack buffer.
7502 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
7503
7504 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7505
7506 * progmodes/sym-comp.el (displayed-completions): Remove.
7507 (symbol-complete): Use minibuffer-complete.
7508
7509 2009-08-31 Glenn Morris <rgm@gnu.org>
7510
7511 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
7512
7513 * apropos.el (apropos-symbols-internal):
7514 Handle (obsolete) face aliases.
7515
7516 * faces.el (describe-face): Adjust the output format to be more like
7517 describe-variable, and to mention (obsolete) face aliases.
7518 Adjust the whitespace so that help-setup-xref works.
7519
7520 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
7521 * calendar/diary-lib.el (diary-button-face):
7522 Mark these face aliases as obsolete.
7523
7524 * calendar/calendar.el (calendar-today): Doc fix.
7525
7526 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
7527
7528 * progmodes/gdb-mi.el (gdb-control-all-threads)
7529 (gdb-control-current-thread): Force tool bar update.
7530 (gdb-non-stop-handler): New function.
7531 (gdb-init-1): Use it to test if non-stop mode is supported.
7532 Remove unused gdbmi buffer type.
7533
7534 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
7535
7536 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7537 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
7538
7539 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
7540
7541 * comint.el (comint-exec-1): Check command is non-null first.
7542 Part of gdb-mi.el change (2009-08-28).
7543
7544 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7545
7546 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
7547
7548 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
7549
7550 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
7551 instead of `dolist' to avoid a recursive require when bootstrapping.
7552
7553 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7554
7555 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
7556
7557 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
7558
7559 * net/imap.el (imap-send-command): Simplify.
7560 (imap-wait-for-tag): point-max -> buffer-size.
7561
7562 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
7563
7564 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
7565 with constant argument.
7566
7567 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
7568
7569 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
7570
7571 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
7572 Change default, since most of our files don't have a history.
7573 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
7574 the user.
7575
7576 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7577 Add comint-run.
7578
7579 * calc/calc.el: Improve commenting convention.
7580 (calc-digit-map, toplevel): Simplify.
7581
7582 * comint.el (comint-insert-input): Be careful to only set point if we
7583 don't delegate to some other command.
7584
7585 * proced.el (proced-signal-list): Make it an alist.
7586 (proced-grammar-alist): Capitalize names.
7587 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
7588 Disable undo manually and make it read-only.
7589 Use completion-annotate-function.
7590
7591 * minibuffer.el (minibuffer-message): If the current buffer is not
7592 a minibuffer, insert the message in the echo area rather than at the
7593 end of the buffer.
7594 (completion-annotate-function): New variable.
7595 (minibuffer-completion-help): Use it.
7596 (completion--embedded-envvar-table): Environment vars are
7597 always case-sensitive.
7598
7599 2009-08-30 Glenn Morris <rgm@gnu.org>
7600
7601 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
7602 from fortran-current-defun.
7603 (fortran-beginning-of-subprogram): Be more precise about finding the
7604 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
7605 (fortran-end-of-subprogram): Simplify.
7606 (fortran-current-defun): Use fortran-start-prog-re.
7607
7608 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
7609
7610 * subr.el (do-after-load-evaluation): Simplify.
7611
7612 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
7613
7614 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
7615
7616 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
7617 (vc-rcs-print-log): Use it.
7618
7619 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
7620
7621 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7622
7623 * paths.el (abbrev-file-name): Move to abbrev.el.
7624 * abbrev.el (abbrev-file-name): Move from paths.el.
7625 Obey user-emacs-directory.
7626 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
7627 user-emacs-directory.
7628 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
7629 abbrev-file-name and calc-settings-file any more.
7630 * startup.el (command-line): Recompute abbrev-file-name and
7631 abbreviated-home-dir.
7632 (normal-no-mouse-startup-screen): Improve the generic code and get rid
7633 of the special code for when C-h bindings haven't been changed.
7634 (display-startup-echo-area-message): Use with-current-buffer.
7635 (command-line-1): Use a list of strings, rather than a list of lists
7636 of strings for longopts.
7637
7638 * files.el (get-free-disk-space): Use / for default-directory.
7639
7640 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
7641 Use with-current-buffer.
7642
7643 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
7644 Recognize immutable variables like most-positive-fixnum.
7645 (byte-compile-setq-default): Check and warn if trying to assign
7646 to an immutable variable, or a non-variable.
7647
7648 * progmodes/cc-vars.el (c-comment-continuation-stars):
7649 * progmodes/cc-engine.el (c-looking-at-bos):
7650 * progmodes/cc-cmds.el (c-toggle-auto-state)
7651 (c-forward-into-nomenclature, c-backward-into-nomenclature)
7652 (c-comment-line-break-function): Add version of obsolescence.
7653
7654 2009-08-28 Juri Linkov <juri@jurta.org>
7655
7656 * files.el (magic-fallback-mode-alist): Add ZIP magic number
7657 associated with `archive-mode'.
7658
7659 * image.el (image-type-header-regexps): Use only JPEG magic number
7660 to determine JPEG images, and don't use `image-jpeg-p' because
7661 Emacs can display non-JFIF non-Exif JPEG images.
7662
7663 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
7664
7665 * arc-mode.el (archive-mode):
7666 * emacs-lisp/re-builder.el (re-builder-unload-function):
7667 Protect against the default value of `major-mode' being nil.
7668
7669 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
7670
7671 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
7672 Fix typos in docstrings.
7673
7674 * progmodes/js.el (js--macro-decl-re): Doc fix.
7675 (js--plain-method-re, js--split-name): Refloc docstring.
7676 (js--class-styles, js--make-merged-item, js--splice-into-items):
7677 Fix typos in docstrings; reflow docstrings.
7678 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
7679 (js--variable-decl-matcher, js--inside-pitem-p)
7680 (js--parse-state-at-point, js--get-all-known-symbols)
7681 (js--symbol-history, js-find-symbol, js--js-references)
7682 (js--moz-interactor, js--js-encode-value, js--read-tab):
7683 Fix typos in docstrings.
7684
7685 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7686
7687 * textmodes/reftex.el (reftex-get-file-buffer-force):
7688 * progmodes/verilog-mode.el (verilog-batch-execute-func):
7689 * emulation/viper.el (viper-go-away, viper-set-hooks):
7690 * emacs-lisp/re-builder.el (re-builder-unload-function):
7691 * emacs-lisp/bytecomp.el (byte-compile-file):
7692 * ses.el (ses-unload-function):
7693 * hexl.el (hexl-find-file):
7694 * files.el (normal-mode):
7695 * ehelp.el (with-electric-help):
7696 * autoinsert.el (auto-insert-alist):
7697 * arc-mode.el (archive-mode):
7698 Use (default-value 'major-mode) instead of default-major-mode.
7699
7700 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
7701 * international/mule.el (load-with-code-conversion):
7702 * emacs-lisp/debug.el (debug):
7703 * ediff-vers.el (ediff-rcs-get-output-buffer):
7704 * dired.el (dired-internal-noselect): Don't let-bind
7705 default-major-mode around code that doesn't use it.
7706 E.g. buffer creation via get-buffer-create doesn't use it.
7707
7708 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
7709
7710 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
7711 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
7712 when writing the temp file. Otherwise, epa-file gets confused.
7713 (tramp-register-file-name-handlers): Make it a defun. Move also
7714 `epa-file-handler' to the front of `file-name-handler-alist'.
7715
7716 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7717
7718 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
7719 start right after a ^M.
7720 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
7721 (tramp-completion-file-name-regexp-separate)
7722 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
7723 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
7724 Don't modify last-coding-system-used by accident.
7725 (tramp-completion-file-name-handler): Apply the checks here,
7726 instead during registration.
7727 (tramp-register-file-name-handlers) Renamed from
7728 `tramp-register-file-name-handler'. Register both
7729 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
7730 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
7731
7732 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
7733
7734 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
7735 Remove variable ...
7736 (gdb-init-1, gdb-display-separate-io-buffer)
7737 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
7738 references to it.
7739 (gdb-inferior-io-mode): Use make-comint-in-buffer.
7740 (gdb-inferior-filter): Use comint-output-filter to stop
7741 echoing and remove ^M characters.
7742
7743 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7744
7745 * emulation/viper-init.el (viper-restore-cursor-type):
7746 * emulation/cua-base.el (cua--update-indications):
7747 Replace default-cursor-type with (default-value 'cursor-type).
7748
7749 * mail/sendmail.el (mail-recover-1):
7750 * international/mule-diag.el (describe-current-coding-system-briefly)
7751 (describe-current-coding-system):
7752 * international/mule-cmds.el (select-safe-coding-system)
7753 (select-message-coding-system)
7754 (set-language-environment-coding-systems, set-locale-environment):
7755 * hexl.el (hexl-insert-multibyte-char):
7756 * dos-w32.el (find-buffer-file-type-coding-system):
7757 * simple.el (what-cursor-position):
7758 Replace uses of default-buffer-file-coding-system
7759 with (default-value 'buffer-file-coding-system).
7760
7761 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
7762 Replace uses of default-cursor-in-non-selected-windows
7763 with (default-value 'cursor-in-non-selected-windows).
7764 Use with-current-buffer.
7765
7766 * mail/feedmail.el: Use CL macros.
7767 (feedmail-run-the-queue, feedmail-send-it-immediately):
7768 * dos-w32.el (find-buffer-file-type): Replace uses of
7769 default-buffer-file-type with (default-value 'buffer-file-type).
7770
7771 2009-08-28 Glenn Morris <rgm@gnu.org>
7772
7773 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
7774 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
7775 Use default-value of major-mode rather than default-major-mode.
7776
7777 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
7778
7779 * Makefile.in (update-elcfiles): Report left over elc files.
7780
7781 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
7782 expand-file-name and with-current-buffer.
7783 (mail-get-names, mail-directory): Use with-current-buffer.
7784
7785 * vc.el (vc-read-revision): New function.
7786 (vc-version-diff, vc-merge): Use it.
7787
7788 2009-08-27 Sam Steingold <sds@gnu.org>
7789
7790 * simple.el (kill-do-not-save-duplicates): New user option.
7791 (kill-new): When it is non-nil, and the new string is the same as
7792 the latest kill, set replace to t to avoid duplicates in kill-ring.
7793
7794 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
7795
7796 * net/tramp.el (tramp-handle-process-file): Do not flush all
7797 caches when `process-file-side-effects' is set.
7798 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
7799 instead of `tramp-find-file-exists-command'.
7800 Unset `process-file-side-effects'.
7801
7802 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
7803
7804 * net/tramp.el (tramp-methods): New method "rsyncc".
7805 (top): Add completion function for "rsyncc".
7806 (tramp-message-show-message): New defvar.
7807 (tramp-message, tramp-error): Use it.
7808 (tramp-do-copy-or-rename-file-directly): Extend check for direct
7809 remote copying.
7810 (tramp-do-copy-or-rename-file-out-of-band): Handle new
7811 `tramp-methods' entry `copy-env' of "rsyncc".
7812 (tramp-vc-registered-read-file-names): New defconst.
7813 (tramp-vc-registered-file-names): New defvar.
7814 (tramp-handle-vc-registered): Implement optimization strategy.
7815 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
7816 (tramp-vc-file-name-handler): New defun.
7817 (tramp-get-ls-command, tramp-get-test-command)
7818 (tramp-get-file-exists-command, tramp-get-remote-ln)
7819 (tramp-get-remote-perl, tramp-get-remote-stat)
7820 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
7821
7822 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
7823 (tramp-cache-inhibit-cache): Extend doc string. It allows also
7824 timestamps.
7825 (tramp-get-file-property): Check for timestamps in
7826 `tramp-cache-inhibit-cache'.
7827 (tramp-set-file-property): Write timestamp.
7828
7829 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
7830
7831 * language/japan-util.el (japanese-symbol-table): Add entries for
7832 cp932-2-byte.
7833
7834 * international/characters.el: Add category `j' to cp932-2-byte.
7835
7836 2009-08-27 Kenichi Handa <handa@m17n.org>
7837
7838 * international/fontset.el (build-default-fontset-data): New macro.
7839 (setup-default-fontset): Use build-default-fontset-data for CJK,
7840 tibetan, ethiopic, and ipa.
7841
7842 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
7843
7844 * cus-start.el (default-major-mode): Customize `major-mode' instead.
7845 (enable-multibyte-characters): Not customizable any more.
7846
7847 * subr.el (default-mode-line-format, default-header-line-format)
7848 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
7849 (default-direction-reversed, default-truncate-lines)
7850 (default-left-margin, default-tab-width, default-case-fold-search)
7851 (default-left-margin-width, default-right-margin-width)
7852 (default-left-fringe-width, default-right-fringe-width)
7853 (default-fringes-outside-margins, default-scroll-bar-width)
7854 (default-vertical-scroll-bar, default-indicate-empty-lines)
7855 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
7856 (default-fringe-cursor-alist, default-scroll-up-aggressively)
7857 (default-scroll-down-aggressively, default-fill-column)
7858 (default-cursor-type, default-buffer-file-type)
7859 (default-cursor-in-non-selected-windows)
7860 (default-buffer-file-coding-system, default-major-mode)
7861 (default-enable-multibyte-characters): Mark as obsolete.
7862
7863 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
7864
7865 * vc-dir.el (vc-dir-update): Remove debug helper.
7866
7867 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
7868
7869 2009-08-26 Sam Steingold <sds@gnu.org>
7870
7871 * simple.el (save-interprogram-paste-before-kill): New user option.
7872 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
7873 save the interprogram-paste into kill-ring before overriding it
7874 with the Emacs kill.
7875
7876 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
7877
7878 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
7879 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
7880 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
7881 and move to vc-rcs.el.
7882 (vc-default-next-revision): Rename to vc-rcs-next-revision and
7883 move to vc-rcs.el.
7884 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
7885 (vc-rcs-update-changelog): Remove.
7886 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
7887 and move to vc-rcs.el.
7888
7889 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
7890 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
7891 renaming.
7892 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
7893 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
7894 vc.el, renamed to be RCS specific.
7895
7896 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
7897 New functions.
7898 (vc-cvs-update-changelog): Move here from vc.el.
7899
7900 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
7901 New functions.
7902
7903 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
7904
7905 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
7906
7907 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
7908
7909 * vc-git.el (vc-git-register): Use "git add" for directories.
7910 (vc-git-stash, vc-git-stash-show): New functions.
7911 (vc-git-extra-menu-map): Bind them.
7912
7913 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
7914 directory correctly in case the item is a directory itself.
7915
7916 * vc.el: Document the desired behavior for reverted files in the
7917 `added' state.
7918 (vc-default-prettify-state-info): Remove function, unused.
7919
7920 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
7921
7922 2009-08-26 Glenn Morris <rgm@gnu.org>
7923
7924 * bindings.el (standard-mode-line-format): Reposition dashes in
7925 which-func entry. (Bug#4217)
7926
7927 * files.el (enable-local-variables, enable-local-eval)
7928 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
7929 the defcustoms.
7930 (auto-mode-alist, ignored-local-variables)
7931 (save-some-buffers-action-alist): Move risky declarations to the
7932 definitions.
7933 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
7934 (font-lock-defaults, format-alist, imenu--index-alist)
7935 (imenu-generic-expression, input-method-alist, minor-mode-alist)
7936 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
7937 (mode-line-modified, mode-line-mule-info, mode-line-position)
7938 (mode-line-process, mode-line-remote, outline-level)
7939 (parse-time-rules, rmail-output-file-alist)
7940 (special-display-buffer-names, vc-mode):
7941 Move risky declarations to the relevant files.
7942 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
7943 (mode-line-modified, mode-line-process, mode-line-position)
7944 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
7945 * font-core.el (font-lock-defaults):
7946 * format.el (format-alist):
7947 * vc-hooks.el (vc-mode):
7948 * window.el (special-display-buffer-names):
7949 * international/mule-cmds.el (input-method-alist):
7950 Define riskiness here (dumped file) rather than in files.el.
7951 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
7952 * imenu.el (imenu-generic-expression, imenu--index-alist):
7953 * outline.el (outline-level):
7954 * time.el (display-time-string):
7955 * calendar/parse-time.el (parse-time-rules):
7956 * mail/rmailout.el (rmail-output-file-alist):
7957 Autoload riskiness here, rather than placing in files.el.
7958
7959 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
7960
7961 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
7962
7963 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
7964
7965 * simple.el (process-file-side-effects): New defvar.
7966
7967 * dired-aux.el (dired-show-file-type):
7968 * vc.el (vc-diff-internal):
7969 * vc-arch.el (vc-arch-diff):
7970 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
7971 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
7972 * vc-git.el (vc-git-registered, vc-git-working-revision)
7973 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
7974 (vc-git--empty-db-p):
7975 * vc-hooks.el (vc-user-login-name):
7976 * vc-svn.el (vc-svn-registered, vc-svn-state)
7977 (vc-svn-dir-extra-headers, vc-svn-find-revision):
7978 * progmodes/grep.el (grep-probe): Let-bind
7979 `process-file-side-effects' with nil.
7980
7981 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
7982
7983 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
7984 daemon. Replace ping by checking for running service for bluez
7985 and zeroconf. (Bug#4239)
7986
7987 2009-08-25 Kevin Ryde <user42@zip.com.au>
7988
7989 * net/dig.el (dig): Add autoload cookie.
7990
7991 2009-08-25 Glenn Morris <rgm@gnu.org>
7992
7993 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
7994 load-history for absolute file-names.
7995 (byte-compile-file-form-require): Warn about use of the cl package.
7996
7997 * format.el (format-alist): Doc fix.
7998
7999 * play/bubbles.el (top-level): Don't require cl at run-time.
8000
8001 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
8002 run-time cl).
8003
8004 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
8005
8006 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
8007 from cl package.
8008 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
8009
8010 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
8011
8012 * calc/calc-alg.el (math-trig-rewrite)
8013 (math-hyperbolic-trig-rewrite): New functions.
8014 (calc-simplify): Simplify trig functions when asked.
8015
8016 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
8017
8018 * diff-mode.el (diff-find-source-location): Avoid goto-line.
8019
8020 2009-08-24 Kenichi Handa <handa@m17n.org>
8021
8022 * language/ind-util.el (mapthread): Delete it.
8023 (combinatorial): New function.
8024 (indian--puthash-cv): Use combinatorial instead of mapthread.
8025
8026 2009-08-22 Kevin Ryde <user42@zip.com.au>
8027
8028 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
8029 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
8030 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
8031 Clarify docstring that the value is strings not symbols.
8032 (checkdoc-list-of-strings-p): New function.
8033
8034 2009-08-22 Glenn Morris <rgm@gnu.org>
8035
8036 * files.el (auto-mode-alist):
8037 * hippie-exp.el (he-concat-directory-file-name):
8038 * lpr.el (lpr-windows-system, printer-name):
8039 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
8040 * ps-print.el (ps-windows-system):
8041 * startup.el (command-line):
8042 * emulation/viper-ex.el (viper-glob-function):
8043 * international/mule-cmds.el (set-language-environment-coding-systems):
8044 * net/ange-ftp.el (ange-ftp-write-region):
8045 * obsolete/fast-lock.el (fast-lock-cache-name):
8046 Remove code for defunct system-types emx, macos, mswindows, next-mach,
8047 unisoft-unix, vax-vms, win32, w32.
8048
8049 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
8050 given name if the pattern is not more specific.
8051
8052 * calendar/lunar.el (lunar-phase-names): New option.
8053 (lunar-phase): Doc fix.
8054 (lunar-cycles-per-year): New constant.
8055 (lunar-index): New function.
8056 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
8057 (lunar-phase-name): Use lunar-phase-names.
8058 (calendar-lunar-phases): Use format.
8059 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
8060
8061 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
8062 Copy imenu-example--name-and-position function here for own use.
8063 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
8064
8065 * bs.el (bs--redisplay):
8066 * cus-edit.el (custom-redraw):
8067 * ibuffer.el (ibuffer-bury-buffer):
8068 * server.el (server-goto-line-column):
8069 * startup.el (command-line-1):
8070 * strokes.el (strokes-xpm-for-stroke):
8071 * term.el (term-display-buffer-line):
8072 * view.el (View-goto-line):
8073 * calc/calc.el (calc-do, calc-trail-buffer):
8074 * play/gamegrid.el (gamegrid-add-score-insecure):
8075 * progmodes/ada-mode.el (ada-compile-goto-error):
8076 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
8077 (ebrowse-select-1st-to-9nth):
8078 * progmodes/cperl-mode.el (cperl-time-fontification):
8079 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
8080 * progmodes/gud.el (gud-display-line):
8081 (idlwave-shell-display-line):
8082 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
8083 * progmodes/make-mode.el (makefile-browser-toggle):
8084 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
8085 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
8086 * textmodes/picture.el (picture-draw-rectangle):
8087 * textmodes/reftex-index.el (reftex-index-goto-letter):
8088 (reftex-select-jump-to-previous):
8089 * textmodes/reftex-sel.el (reftex-find-start-point)
8090 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
8091 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
8092 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
8093 * textmodes/tex-mode.el (tex-compilation-parse-errors):
8094 * textmodes/two-column.el (2C-associated-buffer):
8095 Use forward-line rather than goto-line.
8096
8097 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
8098 goto-line.
8099
8100 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
8101 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
8102 (quick-check-list-to-regexp): Declare.
8103
8104 * progmodes/make-mode.el (makefile-browser-insert-selection):
8105 Use goto-char rather than goto-line.
8106
8107 * progmodes/prolog.el (compilation-error-regexp-alist)
8108 (compilation-forget-errors): Declare.
8109
8110 2009-08-22 Juri Linkov <juri@jurta.org>
8111
8112 * progmodes/grep.el (lgrep, rgrep): At the beginning
8113 set `dir' to `default-directory' unless `dir' is a non-nil
8114 readable directory. (Bug#4052)
8115 (lgrep, rgrep): Change a weird way to report an error
8116 from using `read-string' to using `error'.
8117 Instead of using interactive arguments in the function body,
8118 add new argument `confirm'.
8119
8120 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8121
8122 * textmodes/remember.el (remember-buffer):
8123 * progmodes/cperl-mode.el (cperl-vc-header-alist):
8124 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
8125 (icalendar-extract-ical-from-buffer):
8126 * net/newst-treeview.el (newsticker-groups-filename):
8127 * net/newst-backend.el (newsticker-cache-filename):
8128 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
8129 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
8130 (speedbar-add-ignored-path-regexp, speedbar-line-path)
8131 (speedbar-buffers-line-path, speedbar-path-line)
8132 (speedbar-buffers-line-path):
8133 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
8134 (epg-sign-keys):
8135 * epa.el (epa-display-verify-result):
8136 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
8137
8138 2009-08-21 Glenn Morris <rgm@gnu.org>
8139
8140 * progmodes/js.el (inferior-moz-process): Fix declaration.
8141
8142 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
8143
8144 * obsolete/rnewspost.el (news-mail-reply):
8145 Use goto-char rather than goto-line.
8146
8147 * term/ns-win.el (ns-open-file-select-line):
8148 Use line-beginning-position rather than goto-line.
8149
8150 * apropos.el (apropos-command):
8151 * ehelp.el (electric-helpify):
8152 * printing.el (pr-show-setup):
8153 * strokes.el (strokes-help):
8154 * tutorial.el (tutorial--describe-nonstandard-key)
8155 (tutorial--detailed-help):
8156 * woman.el (woman-mini-help, woman-display-extended-fonts):
8157 * calc/calc-help.el (calc-describe-key):
8158 * emulation/edt.el (edt-electric-helpify):
8159 * international/mule-diag.el (mule-diag):
8160 * play/yow.el (apropos-zippy):
8161 * progmodes/python.el (python-describe-symbol):
8162 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
8163 * textmodes/table.el (*table--cell-describe-mode)
8164 (*table--cell-describe-bindings):
8165 Use help-print-return-message rather than the now obsolete alias.
8166
8167 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
8168 (calendar-cursor-to-visible-date):
8169 * play/5x5.el (5x5-position-cursor):
8170 * play/decipher.el (decipher):
8171 * play/gomoku.el (gomoku-goto-xy):
8172 * play/landmark.el (lm-goto-xy):
8173 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
8174 (mpuz-paint-digit):
8175 Use forward-line, not goto-line.
8176
8177 * mail/rmail.el (rmail-obsolete): Delete custom group.
8178 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
8179 (rmail-remote-password, rmail-remote-password-required):
8180 Remove unneeded :set-after and :set properties.
8181
8182 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
8183
8184 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
8185
8186 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
8187
8188 * loadup.el: Remove leftover macos code.
8189
8190 * vc-git.el (vc-git-annotate-command): Run asynchronously.
8191 Explicitly pass the date format to git blame so that user local
8192 so that the output format can be parsed.
8193
8194 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
8195
8196 * net/dbus.el (top): Don't check for (getenv
8197 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
8198
8199 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
8200
8201 * log-edit.el (log-edit-strip-single-file-name): New var.
8202 (log-edit-insert-changelog): Use it. Bug#3571
8203
8204 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8205
8206 * subr.el (read-passwd): Use read-key so keypad keys work as well.
8207 Bug#3287
8208
8209 * help.el (help-print-return-message): Rename from
8210 print-help-return-message.
8211
8212 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
8213 cvs-mode-map parent hack.
8214 (log-view-mode): Derive from special-mode.
8215
8216 * linum.el (linum-mode): window-size-change-functions is redundant.
8217 Adapt to new window-configuration-change-hook behavior.
8218 (linum-after-size, linum-after-config): Remove.
8219
8220 * imenu.el (imenu-example--name-and-position)
8221 (imenu-example--lisp-extract-index-name)
8222 (imenu-example--create-lisp-index, imenu-example--create-c-index):
8223 Mark as obsolete.
8224
8225 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
8226 (inferior-prolog-mode): Use it.
8227 (inferior-prolog-load-file): Reset list of errors.
8228
8229 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8230
8231 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
8232
8233 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
8234
8235 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
8236
8237 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
8238 is running already.
8239
8240 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8241
8242 * subr.el (listify-key-sequence-1): Use normal syntax since those
8243 integers are nowadays always represented by the same (positive) number
8244 on all platforms.
8245 (read-key-empty-map): New const.
8246 (read-key-delay): New var.
8247 (read-key): New function.
8248 (force-mode-line-update): Use with-current-buffer.
8249 (locate-user-emacs-file): Don't forget to abbreviate the file name.
8250 (start-process-shell-command, start-file-process-shell-command):
8251 Discourage the use of command-args.
8252
8253 2009-08-19 Glenn Morris <rgm@gnu.org>
8254
8255 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
8256
8257 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8258
8259 * simple.el (choose-completion-string): Don't rely on
8260 minibuffer-completing-file-name and ad-hoc checks to decide whether
8261 to continue completion or not.
8262
8263 * minibuffer.el (minibuffer-hide-completions): New function.
8264 (completion--do-completion): Use it.
8265 (completions-annotations): New face.
8266 (completion--insert-strings): Use it.
8267 (completion-pcm--delim-wild-regex): Add docstring.
8268 (completion-pcm--string->pattern): Add support for 0-width delimiters
8269 in completion-pcm--delim-wild-regex.
8270
8271 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
8272
8273 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
8274 Remove unused var `buffer-modified-p'.
8275
8276 * minibuffer.el (completion--do-completion): Move point for the #b001
8277 case as well (bug#4176).
8278 (minibuffer-complete, minibuffer-complete-word): Don't move point.
8279
8280 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
8281
8282 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
8283 and :session buses.
8284
8285 2009-08-18 Kenichi Handa <handa@m17n.org>
8286
8287 * international/ucs-normalize.el (ucs-normalize-version):
8288 Change to 1.1.
8289 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
8290 (utf-8-hfs): Make it perform normalization on encoding too.
8291
8292 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
8293 (sentence-end-without-space): Delete duplicated chars.
8294 (sentence-end-base): Likewise.
8295
8296 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
8297 (html-mode): Delete duplicated chars from sentence-end-base.
8298
8299 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
8300 (texinfo-mode): Delete duplicated chars from sentence-end-base.
8301
8302 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
8303
8304 * files.el (hack-one-local-variable): If the mode function is for
8305 a minor mode, pass it an argument (Bug#4148).
8306
8307 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
8308
8309 * net/tramp.el (tramp-register-completion-file-name-handler):
8310 Check also for (member 'partial-completion completion-styles).
8311
8312 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
8313
8314 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
8315 abbrev (Bug#3943).
8316
8317 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8318
8319 * progmodes/cperl-mode.el: Merge upstream 6.2.
8320 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
8321 (cperl-forward-re): Check cperl-brace-recursing.
8322 (cperl-highlight-charclass): New function.
8323 (cperl-find-pods-heres): Use it.
8324 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8325 (cperl-beautify-regexp-piece): Fix column calculation.
8326 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8327 (cperl-beautify-level): Don't process entire regexp.
8328 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
8329 calling man.
8330 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
8331 (cperl-init-faces): Build a list in the normal way.
8332
8333 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
8334
8335 * calendar/parse-time.el (parse-time-string-chars): Save match
8336 data.
8337
8338 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
8339
8340 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
8341 (sql-product): Use it.
8342 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
8343 (sql-set-product): Add completion.
8344 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
8345 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
8346 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
8347 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
8348 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
8349 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
8350 (sql-highlight-db2-keywords): Remove.
8351 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
8352 (sql-highlight-product): Use derived-mode-p.
8353 (sql-set-sqli-buffer): Use with-current-buffer.
8354 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
8355 Simplify.
8356
8357 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
8358
8359 * term.el: Fix commenting convention, turn comments into docstrings.
8360
8361 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
8362
8363 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
8364
8365 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
8366
8367 * calendar/parse-time.el (parse-time-string-chars): Compute using
8368 character classes, to handle non-ascii characters (Bug#3190).
8369
8370 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
8371
8372 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
8373 another heredoc if the user adds another < (Bug#3226).
8374
8375 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8376 Don't initialize based on window-system (Bug#4124).
8377
8378 * facemenu.el (facemenu-read-color): Use a completion function
8379 that accepts any defined color, such as RGB triplets (Bug#3677).
8380
8381 * files.el (get-free-disk-space): Change fallback default
8382 directory to /. Expand DIR argument before switching to fallback.
8383 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
8384
8385 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
8386
8387 * files.el (load-library): Doc fix.
8388
8389 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
8390
8391 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
8392 (viper-if-string): Redefine C-s in the minibuffer to insert the last
8393 incremental search string.
8394
8395 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
8396 XEmacs.
8397
8398 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
8399 (ediff-merge-region-is-non-clash)
8400 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
8401 Also check if the job is really a merge job.
8402
8403 * ediff.el (ediff-current-file): New function.
8404
8405 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
8406
8407 * progmodes/js.el: Edit docstrings throughout to follow Emacs
8408 conventions.
8409 (js-insert-and-indent): Delete function.
8410 (js-mode-map): Don't bind keys to js-insert-and-indent.
8411 (js-beginning-of-defun): Rename from js--beginning-of-defun.
8412 (js-end-of-defun): Rename from js--end-of-defun.
8413 (js-auto-indent-flag): Delete variable.
8414
8415 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
8416
8417 * progmodes/js.el: Remove proclaim statement.
8418 Defvar which-func-imenu-joiner-function to silence compiler.
8419
8420 * files.el (auto-mode-alist): Use js-mode for .js files.
8421
8422 * progmodes/js2-mode.el: Remove file.
8423
8424 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
8425
8426 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
8427
8428 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
8429
8430 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
8431 Karl Landstrom <karl.landstrom@brgeight.se>
8432
8433 * progmodes/js.el: New file.
8434
8435 2009-08-14 Mark A. Hershberger <mah@everybody.org>
8436
8437 * timezone.el (timezone-parse-date): Add ability to understand ISO
8438 basic format (minimal separators) dates in addition to the
8439 already-supported extended format dates.
8440
8441 2009-08-14 Eli Zaretskii <eliz@gnu.org>
8442
8443 * international/ucs-normalize.el: Add a `coding' file variable.
8444
8445 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
8446
8447 2009-08-14 Sam Steingold <sds@gnu.org>
8448
8449 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
8450
8451 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
8452
8453 * faces.el (help-argument-name): Define it here instead of
8454 help-fns.el, because in daemon mode help-fns.el may be loaded when
8455 faces are still uninitialized (Bug#1078).
8456
8457 * help-fns.el (help-argument-name): Move defface to faces.el.
8458
8459 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
8460
8461 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
8462 create buffer with a pty but no process so that GDB can make the
8463 inferior the controlling process.
8464
8465 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
8466
8467 * international/ucs-normalize.el: New file.
8468
8469 2009-08-13 Richard Stallman <rms@gnu.org>
8470
8471 * mail/rmail.el (rmail-get-attr-names):
8472 Accept an attribute header that is too short.
8473
8474 * mail/rmail.el (rmail-forget-messages):
8475 Ignore nil elt in rmail-message-vector. Use dotimes.
8476
8477 * progmodes/compile.el (compilation-goto-locus):
8478 Use next-error-move-function.
8479
8480 * simple.el (next-error-move-function): New variable.
8481
8482 2009-08-12 Juri Linkov <juri@jurta.org>
8483
8484 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
8485 always non-nil. (Bug#4052)
8486
8487 * replace.el (read-regexp): Return empty string when
8488 `default-value' is nil.
8489 (keep-lines-read-args): Don't use empty string as the
8490 default value for `read-regexp'. (Bug#2495)
8491
8492 2009-08-12 Juri Linkov <juri@jurta.org>
8493
8494 * international/mule-cmds.el (ucs-insert): Change arguments
8495 from `arg' to `character', `count', `inherit' to be the same
8496 as in `insert-char'. Doc fix. (Bug#4039)
8497
8498 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
8499
8500 2009-08-12 Juri Linkov <juri@jurta.org>
8501
8502 * files-x.el: New file.
8503
8504 * files.el: Move code that deals with adding/deleting
8505 file/directory-local variables to files-x.el.
8506
8507 * Makefile.in (ELCFILES): Add files-x.elc.
8508
8509 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
8510
8511 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
8512 to use `goto-line'.
8513 (gdb-place-breakpoints, gdb-get-location): Rewritten without
8514 `goto-line'.
8515 (gdb-invalidate-disassembly): Do not refresh upon receiving
8516 'update signal. Instead, update all disassembly buffers only after
8517 threads list.
8518 (gdb): Send -target-detach when buffer is killed (Bug#3794).
8519 (gdb-starting): Moved -data-list-register-names...
8520 (gdb-stopped): ...here so it's sent when first thread stops.
8521 (gdb-registers-handler-custom): Do nothing if register names are
8522 unknown yet.
8523
8524 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
8525 from `gdb-mi.el' to avoid extra tangling.
8526
8527 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
8528 change which breaks `gud-def' definitions used in `gdb'.
8529 (gdb-update-gud-running): No extra fuss for updating frame number.
8530
8531 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8532
8533 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
8534 (describe-language-environment-map, setup-language-environment-map)
8535 (set-coding-system-map): Move initialization into declaration.
8536 (set-language-info-alist): Last arg to define-key-after can be skipped.
8537
8538 * international/quail.el (quail-completion-1): Simplify.
8539 (quail-define-rules): Use slightly more compact code.
8540 (quail-insert-decode-map): Propertize keys, compact columns.
8541
8542 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8543 Add goto-line.
8544
8545 2009-08-10 Miles Bader <miles@gnu.org>
8546
8547 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
8548 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
8549 (js2-instance-member, js2-private-member, js2-private-function-call)
8550 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
8551 (js2-magic-paren, js2-external-variable):
8552 Remove "-face" suffix from face names.
8553 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
8554 (js2-highlight-undeclared-vars, js2-peek-token)
8555 (js2-parse-function-params, js2-mode-show-errors)
8556 (js2-mode-show-warnings, js2-make-magic-delimiter)
8557 (js2-mode-highlight-magic-parens): Update to use new face names.
8558
8559 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
8560
8561 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
8562 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
8563
8564 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
8565
8566 * subr.el: Provide hashtable-print-readable.
8567
8568 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
8569 hs-c-like-adjust-block-beginning.
8570 (hs-hide-block-at-point): Stop hiding at the beginning of
8571 hs-block-end-regexp (Bug#700).
8572
8573 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
8574
8575 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
8576 a macro.
8577 (gdb-registers-handler-custom): Do not fail when register names
8578 are unavailable.
8579
8580 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
8581
8582 * progmodes/gdb-mi.el (gdb-control-all-threads)
8583 (gdb-control-current-thread): Interactive setters for
8584 `gdb-gud-control-all-threads' to use in menu.
8585 (gdb-show-run-p): Show «Go» when process is not active.
8586 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
8587 gud/thread.xpm and gud/all.xpm.
8588
8589 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
8590
8591 * net/net-utils.el (net-utils-font-lock-keywords): New var.
8592 (nslookup-font-lock-keywords): Make it a variable.
8593 (net-utils-mode): New mode for viewing diagnostic network output.
8594 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
8595 (net-utils-run-simple): New function.
8596 (ifconfig, iwconfig, netstat, arp, route): Use it.
8597
8598 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
8599
8600 * progmodes/gdb-mi.el (gdb-read-memory-custom)
8601 (gdb-memory-set-address, def-gdb-set-positive-number)
8602 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
8603 after changing settings.
8604 (gdb-invalidate-disassembly): Update when first shown.
8605 (gdb-edit-locals-value): Fixed.
8606 (gdb-registers-handler-custom): Print registers in right order and
8607 allow changing register values (only for current thread yet).
8608 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
8609 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
8610 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
8611 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
8612 info in mode name.
8613 (gdb-registers-mode-map): TAB to switch to locals.
8614
8615 2009-08-08 Eli Zaretskii <eliz@gnu.org>
8616
8617 * mail/rmail.el (rmail-add-mbox-headers)
8618 (rmail-set-message-counters-counter): Search for
8619 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
8620
8621 2009-08-08 Glenn Morris <rgm@gnu.org>
8622
8623 * Makefile.in (ELCFILES): Update.
8624
8625 2009-08-07 Eli Zaretskii <eliz@gnu.org>
8626
8627 * mail/sendmail.el (mail-yank-original): Set
8628 buffer-file-coding-system from the one used by the message whose
8629 text is yanked.
8630
8631 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
8632 to "windows" when "pgnuplot" is used.
8633 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
8634 call accept-process-output if "pgnuplot" is used.
8635 (calc-graph-init): Don't send -display and -geometry to
8636 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
8637 running "pgnuplot -V" with shell-command-to-string.
8638
8639 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
8640 the default.
8641
8642 2009-08-07 Eli Zaretskii <eliz@gnu.org>
8643
8644 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
8645 org/org-latex.elc.
8646
8647 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
8648
8649 * vc-dispatcher.el (vc-resynch-window): Update comment.
8650
8651 * term.el (term-handle-ansi-escape): Add comments with the
8652 terminfo capabilities implemented.
8653
8654 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
8655
8656 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
8657 (gdb-var-create-handler): Rewritten using JSON parser.
8658 (gdb-propertize-header): Moved earlier.
8659 (gdb-set-header): Removed to avoid duplication.
8660 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
8661 Refresh disassembly buffers only after threads list have been
8662 update.
8663 (gdb-threads-header, gdb-registers-header): Per-buffer header line
8664 variables.
8665
8666 2009-08-04 Juri Linkov <juri@jurta.org>
8667
8668 * files.el: Commands to add/delete file/directory-local variables.
8669 (read-file-local-variable, read-file-local-variable-value)
8670 (read-file-local-variable-mode, modify-file-local-variable)
8671 (modify-file-local-variable-prop-line)
8672 (modify-dir-local-variable): New functions.
8673 (add-file-local-variable, delete-file-local-variable)
8674 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
8675 (add-dir-local-variable, delete-dir-local-variable)
8676 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
8677 (copy-dir-locals-to-file-locals-prop-line): New commands.
8678
8679 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
8680
8681 * abbrev.el (insert-abbrev-table-description): Prettify output.
8682 Suggested by Karl Chen.
8683
8684 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
8685
8686 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
8687 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
8688 (gdb-overlay-arrow-position, gdb-thread-position)
8689 (gdb-disassembly-position): Declare variables.
8690 (gdb-wait-for-pending): Function now.
8691 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
8692 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
8693 compilation goes smoothly.
8694 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
8695 (gdb-non-stop-setting): New customization setting which replaces
8696 `gdb-non-stop' so changing it doesn't break active GDB session.
8697 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
8698 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
8699 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
8700 (gdb-show-threads-by-default): New customization options.
8701 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
8702 routines.
8703 (gdb-get-buffer-create): Send buffers update signal when they are
8704 created.
8705 (gdb-invalidate-locals, gdb-invalidate-registers)
8706 (gdb-invalidate-breakpoints)
8707 (gdb-invalidate-threads, gdb-invalidate-disassembly)
8708 (gdb-invalidate-memory): Accept update signal.
8709 (gdb-current-context-command): Use --frame option.
8710 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
8711 Implement `gdb-frame-number' selection logic.
8712 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
8713 whether to show GUD toolbar buttons.
8714 (gdb-thread-exited): Unselect current thread when it exits.
8715 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
8716 (gdb-mark-line): Routine which sets overlay arrow or inverses
8717 video on fringeless displays.
8718 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
8719 to build aligned columns of data in GDB buffers and set text
8720 properties line-by-line.
8721 (gdb-invalidate-breakpoints)
8722 (gdb-breakpoints-list-handler-custom)
8723 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
8724 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
8725 (gdb-registers-handler-custom): Align data columns.
8726 (gdb-locals-handler-custom): Now prints data like in variable
8727 declarations.
8728 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
8729 Removed confusing buttons.
8730 (gdb-invalidate-threads): Append --frame.
8731 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
8732 between breakpoints/threads buffers.
8733 (gdb-set-window-buffer): Now can ignore dedicated windows.
8734 (gdb-propertize-header): Use `gdb-set-window-buffer'.
8735 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
8736 (def-gdb-thread-buffer-gud-command): Replaces
8737 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
8738 for fine thread control.
8739 (gdb-preempt-existing-or-display-buffer): New function used to
8740 display bound buffers without breaking window layout.
8741 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
8742 (gdb-select-frame): New version of `gdb-frames-select' which now
8743 sets `gdb-frame-number' so commands may use --frame option instead
8744 of inner debugger state.
8745 (gdb-frame-handler): Do not set `gdb-frame-number'.
8746 (gdb-threads-mode-map): Select threads with mouse.
8747
8748 * progmodes/gud.el (gdb-gud-context-call): Declare function to
8749 avoid compilation warning.
8750 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
8751 `gdb-show-stop-p`.
8752
8753 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
8754 Argument `key' renamed to `buffer-type'.
8755 (gdb-current-context-buffer-name): Do not add thread info to
8756 buffer name when no thread is selected.
8757 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
8758 command (bug 3794).
8759 (gdb-thread-selected): Handle `=thread-selected' notification.
8760 (gdb-wait-for-pending): New macro to deal with congestion problems.
8761 (gdb-breakpoints-list-handler-custom): Don't fail on pending
8762 breakpoints.
8763 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
8764 This fixes problem similar to one described in bug 3947.
8765 (gud-menu-map): More menu items.
8766 (gdb-init-1): Reset `gdb-thread-number' to nil.
8767
8768 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
8769 non-stop settings.
8770
8771 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
8772 (gdb-current-context-command): Do not append --thread if
8773 `gdb-thread-number' is nil.
8774 (gdb-running-threads-count, gdb-stopped-threads-count): New
8775 variables.
8776 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
8777 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
8778 customization options.
8779 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
8780 GUD commands.
8781 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
8782 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
8783 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
8784 set `gdb-thread-number' and update `gud-running' properly.
8785 (gdb-running): Update threads list when new threads appear.
8786 (gdb-stopped): Support non-stop operation and new thread switching
8787 logic.
8788 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
8789 (gdb-json-partial-output): New set of JSON routines.
8790 (def-gdb-auto-update-trigger): New `signal-list' optional
8791 argument.
8792 (gdb-thread-list-handler-custom): Update `gud-running',
8793 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
8794 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
8795 (gdb-continue-thread, gdb-step-thread): New commands for fine
8796 thread execution control.
8797 (gud-menu-map): New menu items to switch non-stop options.
8798 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
8799 (gdb-send): Mimic RET properly (bug 3794).
8800
8801 * progmodes/gdb-mi.el (gdb-rules-name-maker)
8802 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
8803 gdb-buffer-rules.
8804 (def-gdb-auto-update-handler): New nopreserve optional argument.
8805 (gdb-stack-list-frames-custom): Print stack from top to bottom.
8806
8807 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
8808 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
8809 (gdb-parent-mode): New mode to derive other GDB modes from.
8810 (gdb-display-disassembly-for-thread)
8811 (gdb-frame-disassembly-for-thread): New commands for threads
8812 buffer.
8813
8814 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
8815 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
8816 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
8817 (gdb-update): We now store all GDB buffers in a list so that they
8818 can be updated by traversing a list instead of calling invalidate
8819 triggers explicitly.
8820 (def-gdb-trigger-and-handler): New macro to define trigger-handler
8821 pair for GDB buffer.
8822 (gdb-stack-buffer-name): Add thread information.
8823 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
8824 handle pending triggers.
8825 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
8826 (def-gdb-thread-buffer-simple-command)
8827 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
8828 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
8829 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
8830 New commands which show buffers bound to thread.
8831 (gdb-stack-list-locals-regexp): Removed unused regexp.
8832
8833 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
8834 (gdb-locals-buffer-name, gdb-registers-buffer-name)
8835 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
8836 to (gud-comint-buffer) in *-buffer-name functions
8837 because (gdb-get-target-string) already does that.
8838 (gdb-locals-handler-custom, gdb-registers-handler-custom)
8839 (gdb-changed-registers-handler): Rewritten without regexps.
8840
8841 * progmodes/gdb-mi.el: Basic thread selection support.
8842 (gdb-thread-number): New variable.
8843 (gdb-current-context-command): New macro which adds --thread
8844 option to command.
8845 (gdb-threads-mode-map): Select thread with SPC.
8846 (gdb-thread-list-handler-custom): Mark current thread with overlay
8847 arrow. Synchronize GDB thread and Emacs thread.
8848 (gdb-select-thread): New command which selects current thread.
8849 (gdb-invalidate-frames, gdb-invalidate-locals)
8850 (gdb-invalidate-registers): Use --thread option.
8851
8852 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
8853
8854 * net/tramp.el (top): Make check for tramp-gvfs loading more
8855 robust. (Bug#3977)
8856 (tramp-handle-insert-file-contents): `unwind-protect' must be
8857 inside `with-parsed-tramp-file-name'.
8858
8859 * net/tramp-gvfs.el (top): Remove superfluous message when loading
8860 fails.
8861
8862 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
8863
8864 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
8865 directory if CLASSPATH is not set.
8866
8867 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
8868
8869 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
8870 New defconst.
8871 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
8872
8873 2009-08-02 Kevin Ryde <user42@zip.com.au>
8874
8875 * net/newst-backend.el (newsticker--raw-url-list-defaults):
8876 Update freshmeat link. Delete newsforge.com as it seems gone.
8877
8878 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
8879
8880 * select.el (x-set-selection): Doc fix (Bug#4021).
8881
8882 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
8883
8884 * help-fns.el (describe-variable): Treat list return values from
8885 dir-locals-find-file properly (Bug#4005).
8886
8887 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
8888
8889 * net/tramp.el (tramp-debug-message): Print also microseconds.
8890
8891 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
8892
8893 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
8894 or END is non-nil.
8895 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
8896 (tramp-get-debug-buffer): Change `outline-regexp' according to new
8897 format.
8898
8899 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
8900 (tramp-get-file-property): Use it.
8901
8902 * autorevert.el (auto-revert-handler): Allow
8903 `auto-revert-tail-mode' for remote files.
8904
8905 2009-08-02 Jason Rumney <jasonr@gnu.org>
8906
8907 * minibuffer.el (read-file-name): Treat confirm options to
8908 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
8909
8910 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
8911
8912 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
8913 (font-lock-variable-name-face, font-lock-constant-face): Darken
8914 the colors for light backgrounds.
8915
8916 2009-08-01 Eli Zaretskii <eliz@gnu.org>
8917
8918 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
8919 month names. (Bug#3987)
8920
8921 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
8922
8923 * simple.el (line-move-finish): Pass whole number to
8924 line-move-to-column.
8925 (line-move-visual): Perform hscroll to the recorded position.
8926
8927 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
8928
8929 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
8930
8931 2009-07-29 Alan Mackenzie <acm@muc.de>
8932
8933 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
8934
8935 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
8936
8937 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
8938 (gdb-place-breakpoints): Use full path when setting breakpoints.
8939
8940 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
8941
8942 * calc/calc.el (calc-mode-map): Add keybinding for
8943 `calc-transpose-lines'.
8944
8945 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
8946
8947 * calc/calc-misc.el (calc-transpose-lines): New function.
8948
8949 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
8950
8951 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
8952 Simplify check for out-of-band methods.
8953 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
8954 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
8955
8956 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
8957
8958 * vc-git.el (vc-git-checkin): Fix typo.
8959
8960 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
8961
8962 * progmodes/js2-mode.el: New file.
8963
8964 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
8965
8966 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
8967 (gud-menu-map): Adjust tooltip accordingly.
8968
8969 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
8970
8971 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
8972 (vc-bzr-log-view-mode): Adjust log-view-file-re.
8973
8974 * add-log.el (change-log-mode-map): Add a menu.
8975
8976 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
8977
8978 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
8979 function returns nil.
8980 (dbus-handle-event): Handle special return value :ignore.
8981 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
8982
8983 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
8984
8985 * view.el (view-mode-enable): Don't define Helper-return-blurb if
8986 it's not needed.
8987
8988 2009-07-25 Eli Zaretskii <eliz@gnu.org>
8989
8990 Fix Bug#3888:
8991
8992 * w32-vars.el (x-select-enable-clipboard): Doc fix.
8993
8994 * term/pc-win.el (x-display-name, x-colors)
8995 (x-select-enable-clipboard, x-select-text): Doc fix.
8996
8997 * term/common-win.el (x-display-name, x-colors): Doc fix.
8998
8999 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
9000 (xw-defined-colors): Doc fix.
9001
9002 * w32-fns.el (x-select-text, x-setup-function-keys)
9003 (x-get-selection, x-set-selection): Doc fix.
9004
9005 * term/x-win.el (x-select-text, x-setup-function-keys)
9006 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
9007
9008 * select.el (x-set-selection): Doc fix.
9009
9010 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
9011
9012 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
9013 instead of "IsNSSSupportAvailable". Avahi ought to work also when
9014 "IsNSSSupportAvailable" method is not available. Reported by
9015 Steve Youngs <steve@sxemacs.org>.
9016
9017 2009-07-24 Kenichi Handa <handa@m17n.org>
9018
9019 * international/characters.el: Fix setting of category ?C, ?|, ?K,
9020 and ?H. Fix setting of case for Latin Extended and Greek Extended.
9021 (build-unicode-category-table): Fix range checks.
9022
9023 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
9024
9025 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
9026 the buffer we try to sync is current when calling
9027 vc-resynch-buffer.
9028
9029 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
9030 not show up to date files.
9031
9032 2009-07-24 Glenn Morris <rgm@gnu.org>
9033
9034 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
9035 Add autoload cookies. If necessary, initialize.
9036 (elint-log): Handle non-file buffers.
9037 (elint-initialize): Add optional argument to reinitialize.
9038 (elint-find-builtin-variables): Save excursion.
9039
9040 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
9041
9042 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
9043 for Lint.
9044
9045 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9046
9047 * vc.el (vc-print-log-internal): New function, split out from ...
9048 (vc-print-log): ... here.
9049 (vc-dir-move-to-goal-column): Declare.
9050
9051 * vc-git.el (vc-git-add-signoff): New variable.
9052 (vc-git-checkin): Use it.
9053 (vc-git-toggle-signoff): New function.
9054 (vc-git-extra-menu-map): Bind it to menu.
9055 (vc-git--run-command-string): Accept a nil FILE argument.
9056 (vc-git-stash-list): New function.
9057 (vc-git-dir-extra-headers): Use it.
9058
9059 2009-07-23 Glenn Morris <rgm@gnu.org>
9060
9061 * help-fns.el (describe-variable): Describe ignored and risky local
9062 variables in a similar way to that in which we describe safe ones.
9063
9064 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
9065 (byte-compile-output-file-form, byte-compile-output-docform)
9066 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
9067 Give some more local variables with common names a "bytecomp-" prefix,
9068 so as not to shadow things during compilation.
9069 * emacs-lisp/cl-macs.el (load-time-value)
9070 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
9071 `outbuffer' to `bytecomp-outbuffer'.
9072
9073 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
9074 since the next two variables cover them automatically now.
9075 (elint-builtin-variables, elint-autoloaded-variables): New.
9076 (elint-unknown-builtin-args): Remove all members, since they can be
9077 parsed automatically now.
9078 (elint-extra-errors): New.
9079 (elint-env-add-env, elint-env-add-macro): Use cadr.
9080 (elint-current-buffer): Use or. Change final message.
9081 (elint-get-top-forms): Use line-end-position.
9082 (elint-init-env): Use cadr. Handle autoload, declare-function,
9083 and defalias.
9084 (elint-add-required-env): Doc fix. Use or. Standardize error.
9085 (regexp-assoc): Remove unused function.
9086 (elint-top-form): Set elint-current-pos, to record the start of the
9087 top-level form, for compilation-mode.
9088 (elint-form): Trap errors in macro expansion. Use dolist.
9089 (elint-unbound-variable): Use elint-builtin-variables and
9090 elint-autoloaded-variables.
9091 (elint-get-args): Use cadr, or.
9092 (elint-check-cond-form): Use dolist, cadr.
9093 (elint-check-condition-case-form): Doc fix. Use cadr.
9094 Use elint-extra-errors.
9095 (elint-log): New function.
9096 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
9097 Distinguish errors and warnings.
9098 (elint-log-message): Use with-current-buffer. Inhibit read-only.
9099 Use a bytecomp-style format.
9100 (elint-clear-log): Preserve default-directory. Inhibit read-only.
9101 (elint-get-log-buffer): Use compilation mode. Disable undo.
9102 Don't truncate lines.
9103 (elint-initialize): Set builtin and autoloaded variable lists.
9104 Only process elint-unknown-builtin-args if non-nil.
9105 (elint-find-builtin-variables, elint-find-autoloaded-variables):
9106 New functions.
9107 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
9108
9109 2009-07-22 Kevin Ryde <user42@zip.com.au>
9110
9111 * net/newst-backend.el (newsticker--parse-atom-1.0)
9112 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
9113 (newsticker--parse-rss-1.0):
9114 * progmodes/idlwave.el (idlwave-mode):
9115 * progmodes/idlw-shell.el (idlwave-shell-mode):
9116 * progmodes/vera-mode.el (vera-mode):
9117 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
9118 * progmodes/vhdl-mode.el (vhdl-mode):
9119 * textmodes/table.el (table-generate-source)
9120 (table--warn-incompatibility):
9121 Hyperlink urls in docstrings with URL `...'.
9122
9123 2009-07-22 Glenn Morris <rgm@gnu.org>
9124
9125 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
9126 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
9127 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
9128 Remove leading * from defcustom docs.
9129
9130 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
9131
9132 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
9133 defcustom doc.
9134 (list-load-path-shadows): Optionally, just return shadows as a string.
9135
9136 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
9137
9138 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
9139
9140 * mail/rmailedit.el (rmail-edit-mode): Use
9141 auto-save-include-big-deletions.
9142
9143 * mail/rmail.el (rmail-variables): Use
9144 auto-save-include-big-deletions.
9145
9146 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
9147 changes.
9148
9149 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
9150
9151 * calc/calc.el (calc-undo-length): New variable.
9152 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
9153
9154 2009-07-21 Richard Stallman <rms@gnu.org>
9155
9156 * files.el (auto-save-mode): Handle buffer-save-size = -2
9157 for toggling mode.
9158
9159 2009-07-21 Glenn Morris <rgm@gnu.org>
9160
9161 * textmodes/ispell.el (ispell-looking-back): Update declaration.
9162
9163 * calendar/todo-mode.el (calendar-current-date): Update declaration.
9164
9165 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
9166 silence compiler. Instead...
9167 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
9168 (ps-print-ensure-fontified): Update for above function name changes.
9169
9170 * printing.el (pr-mh-get-msg-num, pr-mh-show)
9171 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
9172 silence compiler. Instead...
9173 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
9174 (mh-show-buffer): Only define for compiler.
9175 (pr-mh-current-message): Update for above function name changes.
9176
9177 * files.el (abort-if-file-too-large): Explicitly pass `filename'
9178 as an argument.
9179 (find-file-noselect, insert-file-1): Update for above change.
9180
9181 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
9182
9183 * mail/mailclient.el (mailclient-send-it): Fix message.
9184
9185 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
9186 (edebug-eval): Check cl-debug-env is bound.
9187 (print-level, print-circle): Don't redefine built-in variables.
9188
9189 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
9190 (custom-print-vectors): Remove old comments from doc.
9191
9192 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
9193 (emerge-version): Make the variable an obsolete alias for the
9194 emacs-version variable. Make the function obsolete.
9195 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
9196 Emerge options, rather than merging in into the main Options menu.
9197 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
9198 and auto advance modes. Disable edit/fast items when not relevant.
9199
9200 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
9201
9202 * term/vt420.el (terminal-init-vt420): Fix typo.
9203
9204 2009-07-20 Sam Steingold <sds@gnu.org>
9205
9206 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
9207 variable (removed from compile.el on 2004-03-11).
9208
9209 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
9210
9211 * files.el (hack-local-variables-filter): Fix last change.
9212
9213 2009-07-19 Juri Linkov <juri@jurta.org>
9214
9215 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
9216 (dir-local-variables-alist): New buffer-local variable.
9217 (hack-local-variables-filter): If variable is not dir-local,
9218 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
9219 because file-local overrides dir-local.
9220 (c-postprocess-file-styles) <declare-function>:
9221 Remove obsolete declaration.
9222 (hack-dir-local-variables): Add dir-local variable/value pair to
9223 `dir-local-variables-alist' and remove duplicates. Doc fix.
9224
9225 * help-fns.el (describe-variable): Add information about
9226 file-local and dir-local variables.
9227
9228 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
9229
9230 * files.el (hack-local-variables-filter): Rewrite.
9231
9232 2009-07-19 Glenn Morris <rgm@gnu.org>
9233
9234 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
9235 Silence compiler by only defining on XEmacs.
9236
9237 * international/mule.el (auto-coding-regexp-alist): Only match
9238 BABYL... at the start of buffer, not of lines. (Bug#3790)
9239
9240 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
9241 non-calendar buffers (Bug#3862). Restore "not on a date" message.
9242 (cal-menu-context-mouse-menu): Doc fix.
9243
9244 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
9245
9246 * simple.el (mail-user-agent): Doc fix. Set :version tag.
9247
9248 2009-07-18 Juri Linkov <juri@jurta.org>
9249
9250 * info.el: Virtual Info keyword finder.
9251 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
9252 (Info-finder-file): New variable.
9253 (Info-finder-find-file): New function.
9254 (finder-known-keywords, finder-package-info)
9255 (find-library-name, lm-commentary): Use defvar and
9256 declare-function to silence compiler warnings.
9257 (Info-finder-find-node): New function.
9258 (info-finder): New command.
9259
9260 * subr.el (process-kill-buffer-query-function): New function.
9261 (add-hook)<kill-buffer-query-functions>: Add hook
9262 `process-kill-buffer-query-function'.
9263
9264 2009-07-18 Alan Mackenzie <acm@muc.de>
9265
9266 * progmodes/cc-mode.el (c-before-hack-hook)
9267 (c-postprocess-file-styles): Give invocation of `c-set-style'
9268 DONT-OVERRIDE parameter of t. Already set style variables will
9269 thus not be overridden by style settings given by `c-file-syle'.
9270
9271 * files.el (hack-local-variables-filter): Remove entries with
9272 duplicate keys from `file-local-variables-alist'.
9273
9274 2009-07-18 Eli Zaretskii <eliz@gnu.org>
9275
9276 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
9277 x-set-selection if display-selections-p returns nil for the
9278 current frame.
9279
9280 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
9281
9282 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
9283
9284 2009-07-18 Eli Zaretskii <eliz@gnu.org>
9285
9286 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
9287 Accept nil in addition to a regexp.
9288 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
9289 Accept nil in addition to a regexp.
9290 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
9291 buffers that have an associated file. Handle nil values of
9292 desktop-buffers-not-to-save and desktop-files-not-to-save.
9293 (Bug#3833)
9294
9295 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
9296 (x-disown-selection-internal): New functions.
9297
9298 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
9299
9300 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
9301 warning.
9302 (gdb-breakpoints-header): Move forward to avoid compiler warning.
9303 (gdb-make-header-line-mouse-map): Remove duplicate definition.
9304
9305 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
9306
9307 * simple.el (set-mark): Revert last change.
9308
9309 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
9310
9311 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
9312 rendering of pngs is not possible instead of messaging a long
9313 description.
9314
9315 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
9316
9317 * w32-fns.el (x-selection-owner-p): New function.
9318
9319 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
9320 (mouse-yank-at-click, mouse-yank-primary): If
9321 select-active-regions is non-nil, deactivate the mark before
9322 insertion.
9323
9324 * simple.el (deactivate-mark, set-mark): Only save selection if we
9325 own it.
9326
9327 2009-07-17 Kenichi Handa <handa@m17n.org>
9328
9329 * case-table.el (describe-buffer-case-table): Fix for the case
9330 that KEY is a cons.
9331
9332 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
9333
9334 * vc-rcs.el (vc-rcs-find-file-hook):
9335 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
9336
9337 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
9338
9339 * net/tramp.el (tramp-wait-for-output): Handle the case when
9340 commands do not return a newline but a null byte before the shell
9341 prompt. (Bug#3858)
9342
9343 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9344
9345 * term/ns-win.el (ns-set-alpha): Don't declare.
9346 (ns-set-background-alpha): Remove function.
9347
9348 2009-07-16 Kevin Ryde <user42@zip.com.au>
9349
9350 * emacs-lisp/copyright.el (copyright-update): Save match-data across
9351 y-or-n-p, for safety.
9352
9353 2009-07-16 Richard Stallman <rms@gnu.org>
9354
9355 * files.el (auto-save-mode): If buffer-saved-size is -2,
9356 don't clobber it.
9357
9358 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
9359 (rmail-retry-ignored-headers): Add more uninteresting fields.
9360
9361 2009-07-15 Jari Aalto <jari.aalto@cante.net>
9362
9363 * net/rcirc.el (rcirc): Use history variables.
9364 (rcirc-server-name-history, rcirc-nick-name-history)
9365 (rcirc-server-port-history): New variables.
9366
9367 2009-07-15 Kenichi Handa <handa@m17n.org>
9368
9369 * international/mule-cmds.el (set-language-environment-charset):
9370 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
9371 ignore them.
9372
9373 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
9374 Delete unibyte-display.
9375
9376 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
9377
9378 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
9379
9380 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
9381
9382 * simple.el (deactivate-mark): Optional argument FORCE.
9383 (set-mark): Use deactivate-mark.
9384
9385 * info.el (Info-search): No need to check transient-mark-mode
9386 before calling deactivate-mark.
9387
9388 * select.el (x-set-selection): Doc fix.
9389 (x-valid-simple-selection-p): Allow buffer values.
9390 (xselect--selection-bounds): Handle buffer values. Suggested by
9391 David De La Harpe Golden.
9392
9393 * mouse.el (mouse-set-region, mouse-drag-track): Call
9394 copy-region-as-kill before setting the mark, to let
9395 select-active-regions work.
9396
9397 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
9398
9399 * simple.el (deactivate-mark): If select-active-regions is
9400 non-nil, copy the selection data into a string.
9401 (activate-mark): If select-active-regions is non-nil, set the
9402 selection to the current buffer.
9403 (set-mark): Update selection if select-active-regions is non-nil.
9404
9405 * select.el (x-valid-simple-selection-p): Allow buffer values.
9406
9407 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
9408
9409 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
9410 and more featureful message-mode.
9411
9412 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
9413
9414 * select.el (x-set-selection): Doc fix.
9415 (x-valid-simple-selection-p): Disallow selection data consisting
9416 of a list or cons of integers, since that is not used.
9417 (xselect--selection-bounds, xselect--int-to-cons): New functions.
9418 (xselect-convert-to-string, xselect-convert-to-length)
9419 (xselect-convert-to-filename, xselect-convert-to-charpos)
9420 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
9421
9422 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
9423
9424 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
9425 output in -break-info command (Emacs bug #3794).
9426
9427 2009-07-14 Glenn Morris <rgm@gnu.org>
9428
9429 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
9430 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
9431 (edebug-print-length, edebug-print-level, edebug-print-circle)
9432 (edebug-sit-for-seconds, edebug-view-outside)
9433 (edebug-bounce-point, edebug-set-global-break-condition)
9434 (edebug-Go-nonstop-mode, edebug-trace-mode)
9435 (edebug-Trace-fast-mode, edebug-continue-mode)
9436 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
9437 (edebug-visit-eval-list): Doc fixes.
9438
9439 * subr.el (def-edebug-spec): Doc fix.
9440
9441 2009-07-14 Kenichi Handa <handa@m17n.org>
9442
9443 * international/characters.el: Fix setting of category ?C.
9444
9445 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
9446
9447 * term/ns-win.el (x-select-font): defalias x-select-font to
9448 ns-popup-font-panel instead of generate-fontset-menu.
9449
9450 2009-07-12 Eli Zaretskii <eliz@gnu.org>
9451
9452 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
9453
9454 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
9455
9456 * arc-mode.el (archive-find-type): Allow for a PK00 string before
9457 the PK\003\004 header (Bug#3770).
9458
9459 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
9460
9461 * pcomplete.el (pcomplete-comint-setup): Check for
9462 shell-dynamic-complete-filename too.
9463
9464 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
9465
9466 * simple.el (temporary-goal-column): Change the value for
9467 line-move-visual to a cons cell.
9468 (line-move-visual): Record or set the window hscroll, if
9469 necessary (Bug#3494).
9470 (line-move-1): Handle cons value of temporary-goal-column.
9471
9472 2009-07-11 Kenichi Handa <handa@m17n.org>
9473
9474 * international/mule-diag.el (describe-character-set): Don't show
9475 width.
9476
9477 2009-07-10 Sam Steingold <sds@gnu.org>
9478
9479 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9480 Omake sometimes indents the errors it prints, so allow all
9481 regexps to start with spaces.
9482
9483 2009-07-10 Eli Zaretskii <eliz@gnu.org>
9484
9485 * cus-edit.el (customize-changed-options-previous-release):
9486 Bump value to 22.1. (Bug#3804)
9487
9488 2009-07-08 Sam Steingold <sds@gnu.org>
9489
9490 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
9491 to be a cons cell (test . ignored-directory) to selectively ignore
9492 some directories depending on the location of the search.
9493
9494 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
9495
9496 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
9497 remote user is root, on the local host.
9498 (tramp-local-host-p): Either the local user or the remote user
9499 must be root. (Bug#3771)
9500
9501 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
9502
9503 * progmodes/gdb-mi.el (gdb): Remove description of
9504 gdb-use-separate-io-buffer.
9505 (menu): Don't allow toggling of or enable
9506 gdb-use-separate-io-buffer from menubar.
9507
9508 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
9509
9510 * mail/unrmail.el (unrmail): Make sure the message ends with two
9511 newlines (Bug#3769).
9512
9513 2009-07-08 Glenn Morris <rgm@gnu.org>
9514
9515 * calendar/calendar.el (calendar-current-date): Rework previous change.
9516
9517 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
9518
9519 * calendar/calendar.el (calendar-current-date):
9520 Add an optional argument giving an offset from today.
9521
9522 2009-07-08 Glenn Morris <rgm@gnu.org>
9523
9524 * tutorial.el (tutorial--describe-nonstandard-key):
9525 Adjust the message for when a key has been unbound.
9526 (help-with-tutorial): Hide the arch-tag.
9527
9528 2009-07-08 Kenichi Handa <handa@m17n.org>
9529
9530 * international/fontset.el (setup-default-fontset): For each
9531 script, append (not set) font-specs.
9532
9533 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
9534 docstring.
9535
9536 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
9537
9538 * progmodes/gdb-mi.el (gdb-init-1): Move sending
9539 -data-list-register-names to ...
9540 (gdb-starting): ... here because GDB 7.0 requires execution to
9541 have started when using this MI command.
9542 (gdb-set-header): New function to distinguish select and
9543 unselected tabs in gdb buffers.
9544 (gdb-propertize-header): New macro that uses gdb-set-header.
9545 (gdb-breakpoints-header, gdb-locals-header): Use it.
9546 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
9547
9548 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
9549
9550 * Makefile.in (ELCFILES): Remove fadr.elc.
9551
9552 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
9553
9554 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
9555 may contain frame information, so `string-match' should be used.
9556 (gdb-update): Disassembly is invalidated through
9557 `gdb-get-selected-frame'.
9558 (gdb-pad-string): New function to pad string with spaces.
9559 (gdb-invalidate-disassembly): Invalidate only if the buffer
9560 exists.
9561 (gdb-disassembly-handler-custom): Column alignment.
9562 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
9563 placing new ones.
9564 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
9565 end of line, too.
9566 (gdb-frame-handler): Match convention to for disassembly buffer
9567 mode name.
9568 (gdb-stack-list-frames-handler): Rewritten without regexps.
9569 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
9570 not highlight breakpoints without line information.
9571 (gdb-input): Add trailing newline to command.
9572
9573 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
9574 buffer properly.
9575 (gdb-breakpoints-list-handler-custom): Replacement for
9576 `gdb-break-list-handler'. Using real parser instead of regexps
9577 now.
9578 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
9579 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
9580 to place breakpoints.
9581 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
9582 functions.
9583 (gdb-disassembly-handler-custom): Show overlay arrow.
9584 (gdb-disassembly-place-breakpoints): Show breakpoints in
9585 disassembly buffer.
9586 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
9587 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
9588 instead of parsing breakpoints buffer. Fixed old menu references
9589 in `gud-menu-map'.
9590
9591 * fadr.el: Remove.
9592
9593 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
9594 (gdb-memory-address): New variable which holds top address of
9595 memory page shown in memory buffer.
9596 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
9597 customization variables.
9598 New functions:
9599 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
9600 display the memory buffer.
9601 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
9602 buffer display parameters.
9603 (def-gdb-memory-format, gdb-memory-format-binary)
9604 (gdb-memory-format-octal, gdb-memory-format-unsigned)
9605 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
9606 Functions for setting memory buffer format.
9607 (gdb-memory-unit-word, gdb-memory-unit-halfword)
9608 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
9609 unit size used in memory buffer.
9610 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
9611 to next/previous page of memory buffer.
9612 Now using (bindat-get-field) instead of fadr functions.
9613
9614 2009-07-07 Sam Steingold <sds@gnu.org>
9615
9616 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
9617 non-top-level files.
9618
9619 2009-07-07 Kenichi Handa <handa@m17n.org>
9620
9621 * international/mule-cmds.el (reset-language-environment): Put
9622 the highset priority to the charset iso-8859-1.
9623
9624 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
9625
9626 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
9627 to the end of the line when locating the block (Bug#700).
9628
9629 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
9630
9631 * net/tramp.el (tramp-handle-write-region): Flush file properties
9632 in case of short track.
9633
9634 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
9635
9636 * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
9637 representation of verilog error regular expressions to work with
9638 Emacs-22's new format.
9639 (verilog-error-regexp-xemacs-alist): Coded custom representation
9640 of verilog error regular expressions to work with XEmacs format.
9641 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
9642 error recognition into XEmacs.
9643 (verilog-error-regexp-add-emacs): Hook routine to install verilog
9644 error recognition into Emacs-22.
9645
9646 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
9647
9648 * woman.el: Remove stand-alone closing parentheses.
9649 (woman-file-name, woman2-format-paragraphs)
9650 (woman-leave-blank-lines): Code cleanup.
9651 (woman-use-own-frame): Change default to nil.
9652 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
9653 defaults to inherit from default faces.
9654 (woman2-process-escapes): Consume the newline after a stand-alone
9655 filler character (Bug#3651).
9656
9657 2009-07-06 Glenn Morris <rgm@gnu.org>
9658
9659 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
9660 (top-level): Move provide to the end.
9661 (ffap): Remove defunct URL from custom group.
9662
9663 * subr.el (eval-after-load): Doc fix.
9664
9665 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
9666
9667 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
9668 `calc-embedded-word' is called twice.
9669
9670 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9671
9672 * files.el (find-alternate-file-other-window, find-alternate-file):
9673 Obey confirm-nonexistent-file-or-buffer.
9674
9675 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
9676
9677 * dired-aux.el (dired-show-file-type): Handle remote files.
9678
9679 2009-07-05 Jari Aalto <jari.aalto@cante.net>
9680
9681 * desktop.el (desktop-globals-to-save):
9682 Add file-name-history (Bug#2750).
9683
9684 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
9685
9686 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
9687
9688 2009-07-04 Johan Bockgård <bojohan@gnu.org>
9689
9690 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
9691 property on entire argument since this is what eshell-lisp-command
9692 expects.
9693
9694 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
9695
9696 * net/tramp-gvfs.el (tramp-gvfs-methods)
9697 (tramp-gvfs-zeroconf-domain)
9698 (tramp-bluez-discover-devices-timeout): Add version flag.
9699 (tramp-gvfs-handler-mounted-unmounted)
9700 (tramp-gvfs-connection-mounted-p): Polish handling of
9701 incompatibilities between GVFS 0.2 and 1.0.
9702
9703 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
9704
9705 * cus-start.el (all): Add make-pointer-invisible.
9706
9707 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
9708
9709 * calc-math.el (math-use-emacs-fn): Make sure that the number is
9710 formatted correctly.
9711
9712 2009-07-02 Juri Linkov <juri@jurta.org>
9713
9714 * info.el: Virtual Info files and nodes.
9715 (Info-virtual-files, Info-virtual-nodes): New variables.
9716 (Info-current-node-virtual): New variable.
9717 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
9718 New functions.
9719 (Info-file-supports-index-cookies): Use Info-virtual-file-p
9720 to check for a virtual file instead of checking a fixed list
9721 of node names.
9722 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
9723 instead of ad-hoc processing of "dir" and (apropos history toc).
9724 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
9725 instead of ad-hoc processing of "dir" and (apropos history toc).
9726 Reread a file when moving from a virtual node.
9727 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
9728 (Info-directory-toc-nodes, Info-directory-find-file)
9729 (Info-directory-find-node): New functions.
9730 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
9731 (Info-history): Move part of code to
9732 `Info-history-find-node'.
9733 (Info-history-toc-nodes, Info-history-find-file)
9734 (Info-history-find-node): New functions.
9735 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
9736 (Info-toc): Move part of code to `Info-toc-find-node'.
9737 (Info-toc-find-node): New function.
9738 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
9739 the current Info file name to references because now the node
9740 "*TOC*" belongs to the same Info manual.
9741 (Info-toc-build): Rename from `Info-build-toc'.
9742 (Info-toc-nodes): Rename input argument `file' to `filename'.
9743 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
9744 instead of ad-hoc processing of ("dir" apropos history toc).
9745 (Info-index-nodes): Use Info-virtual-file-p
9746 to check for a virtual file instead of checking a fixed list
9747 of node names.
9748 (Info-index-node): Add check for `Info-current-node-virtual'.
9749 Raise `save-match-data' higher up the tree to contain
9750 `search-forward' too (bug fix).
9751 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
9752 (Info-virtual-index-nodes): New variable.
9753 (Info-virtual-index-find-node, Info-virtual-index): New functions.
9754 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
9755 (Info-apropos-file, Info-apropos-nodes): New variables.
9756 (Info-apropos-toc-nodes, Info-apropos-find-file)
9757 (Info-apropos-find-node, Info-apropos-matches): New functions.
9758 (info-apropos): Move part of code to `Info-apropos-find-node' and
9759 `Info-apropos-matches'.
9760 (Info-mode-map): Bind "I" to `Info-virtual-index'.
9761 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
9762 for a virtual file instead of checking a fixed list of node names.
9763
9764 * simple.el (async-shell-command): New command.
9765
9766 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
9767
9768 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
9769 instead of `mount-info'.
9770
9771 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
9772
9773 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
9774 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
9775
9776 2009-07-02 Kenichi Handa <handa@m17n.org>
9777
9778 * international/mule.el (set-keyboard-coding-system): Force *-unix
9779 coding-system to avoid eol conversion.
9780
9781 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
9782
9783 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9784 Add handler for `process-file', `shell-command' and
9785 `start-file-process'.
9786 (tramp-gvfs-handle-shell-command)
9787 (tramp-gvfs-handle-start-file-process)
9788 (tramp-gvfs-handle-process-file): New defuns.
9789 (tramp-synce-list-devices): Simplify check for existence of property.
9790
9791 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
9792
9793 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
9794
9795 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
9796
9797 * language/korean.el (set-language-info-alist): Add korean-cp949,
9798 cp949 to spec.
9799
9800 2009-07-01 Kenichi Handa <handa@m17n.org>
9801
9802 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
9803
9804 * international/encoded-kb.el: Deleted.
9805
9806 * international/mule.el (set-keyboard-coding-system): Perform the
9807 necessary setup here instead of calling encoded-kbd-setup-display.
9808
9809 2009-07-01 Glenn Morris <rgm@gnu.org>
9810
9811 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
9812
9813 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
9814
9815 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
9816
9817 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
9818
9819 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
9820 Handle also the 'rename case, when setting file modes. (Bug#3712)
9821 (tramp-default-file-modes) Remove execute permissions.
9822
9823 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
9824 (top): Add a default for "synce" in `tramp-default-user-alist'.
9825 Add completion function for "synce" method.
9826 (tramp-hal-service, tramp-hal-path-manager)
9827 (tramp-hal-interface-manager, tramp-hal-interface-device):
9828 New defconst.
9829 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
9830 (tramp-synce-list-devices, tramp-synce-parse-device-names):
9831 New defuns.
9832
9833 * net/trampver.el: Update release number.
9834
9835 2009-06-30 Kenichi Handa <handa@m17n.org>
9836
9837 * international/fontset.el (setup-default-fontset): Add CJK fonts
9838 for symbols and the other miscellaneous characters.
9839
9840 * language/korea-util.el (setup-korean-environment-internal):
9841 Make char-width-table suitable for Korean environments.
9842 (exit-korean-environment): Cancel above.
9843
9844 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
9845 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
9846 setup-funcion to make char-widht-table suitable for respective
9847 environments, and an exit-function to cancel that.
9848
9849 * language/japan-util.el (setup-japanese-environment-internal):
9850 Call use-cjk-char-width-table with arg `ja_JP'.
9851
9852 * international/characters.el (cjk-char-width-table): Delete it.
9853 (cjk-char-width-table-list): New variable.
9854 (use-cjk-char-width-table): New arg local-name.
9855 (use-default-char-width-table): Fix for the case that Emacs is
9856 already using the default char-width-table.
9857
9858 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
9859
9860 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
9861 modes mandatory. (Bug#3712)
9862
9863 2009-06-29 Alan Mackenzie <acm@muc.de>
9864
9865 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
9866 correction between the visible width of TABs and their number of bytes.
9867
9868 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
9869
9870 * server.el (server-buffer-done): Prevent kill-buffer from
9871 prompting by clearing the buffer modification flag (Bug#3696).
9872
9873 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
9874
9875 * verilog-mode.el (verilog-beg-of-statement)
9876 (verilog-endcomment-reason-re): Support unique case and priority case.
9877 (verilog-basic-complete-re): Support localparam lineup.
9878 (verilog-beg-of-statement-1): Fix for robustness, unique case.
9879 (verilog-set-auto-endcomments): Fix for unique case, always_comb
9880 commenting.
9881 (verilog-leap-to-case-head): Now support *nested* unique &
9882 priority case statements.
9883 (verilog-auto-lineup): Make just declarations the default (as it
9884 had been).
9885 (verilog-leap-to-case-head): Support priority/unique case statements.
9886 (verilog-auto-lineup): Rework to give users radio buttons to
9887 select the various styles of automatic lineup.
9888 (verilog-error-regexp-alist): Rework to support the XEmacs style
9889 of error regular expressions from compilers, lint tools &
9890 simulators. Note that GNU Emacs has made it impossible for a mode
9891 to load such things.
9892 (electric-verilog-terminate-line, verilog-indent-declaration)
9893 (verilog-auto-wiure): Rework for radio button selection of
9894 auto-lineup selection of specification of auto lineup.
9895 (verilog-beg-of-statement-1): Redesign to support proper operation
9896 in additional code, based on testing with auto-lineup.
9897 (verilog-calculate-indent, assignments & declarations)
9898 (verilog-backward-token): Enhance to support auto-lineup of
9899 assignments & declarations.
9900 (verilog-in-directive-p, verilog-at-struct-p): New function for
9901 easy test of whether we are.
9902 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
9903 to support safe execution at almost anyline.
9904 (verilog-calc-1): Properly support indenting deep inside generate
9905 blocks.
9906 (verilog-init-font) Remove definition & use of verilog-init-font,
9907 as it is redundant with font-lock-defaults.
9908 (verilog-mode): Alter the definition of verilog-font-lock-defaults
9909 to avoid circular calls if syntax-ppss is a function (as is the
9910 case now in 22.x GNU Emacs) as that function would sometimes call
9911 itself, leading to (nearly) infinite recursion.
9912 (verilog-ovm-begin-re, verilog-ovm-end-re)
9913 (verilog-ovm-statement-re, verilog-leap-to-head)
9914 (verilog-backward-token): Add support for OVM macros. Some are
9915 complete statements, and others open and close scopes like begin
9916 and end.
9917 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
9918 (verilog-defun-level-generate-only-re): Really fix the defun-list
9919 compilation issue.
9920 (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
9921 coverpoint, constraint and cross statements.
9922 (verilog-defun-level-list, verilog-generate-defun-level-list)
9923 (verilog-all-defun-level-list): Redo these specifications - it is
9924 too hard to support eval-when compile aggregation of lists also
9925 built at when-compile time.
9926 (verilog-defun-level-list): Place defconsts of variables used in
9927 building regular expressions which are built in eval-when-compile
9928 bodies in the same eval-when-compile body to facilitate compile
9929 without load.
9930 (verilog-beg-block-re-ordered): Support indenting
9931 virtual/protected tasks and functions.
9932 (verilog-defun-level-list, verilog-in-generate-region-p)
9933 (verilog-backward-ws&directives, verilog-calc-1): Speed up
9934 indentation of some module items (generate items).
9935 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
9936 across virtual/protected tasks and functions.
9937
9938 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
9939
9940 * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
9941 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
9942 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
9943 in concatenations. Reported by Yishay Belkind.
9944 (verilog-auto-ascii-enum): Support one-hot state machines in
9945 AUTOASCIIENUM. Suggested by Lloyd Gomez.
9946 (verilog-auto-inst, verilog-auto-inst-port): Include interface
9947 modport in AUTOINST and add vl-modport for users. Reported by
9948 David Rogoff.
9949 (verilog-auto-inout-module, verilog-auto-inst)
9950 (verilog-decls-get-interfaces, verilog-insert-definition)
9951 (verilog-insert-one-definition, verilog-read-decls)
9952 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
9953 (verilog-sig-modport, verilog-signals-combine-bus)
9954 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
9955 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
9956 Suggested by David Rogoff.
9957 (verilog-repair-open-comma): Fix non-insertion of comma when
9958 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
9959 (verilog-make-width-expression): Simplify [A-1:0] expression
9960 widths to just {A{1'b0}}.
9961 (verilog-mode): Cleanup checkdoc warnings.
9962 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
9963 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
9964 inputs/outputs or data type. Suggested by Vasu Kandadi.
9965 (next-error-last-buffer): Fix byte-compiler warning.
9966 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
9967 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
9968 or shell command text during AUTO expansion. Suggested by Tad Truex.
9969 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
9970 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
9971 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
9972 in AUTOINOUT. Reported by Matthew Lovell.
9973 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
9974 causing use of <= assignments. Reported by Alex Reed.
9975 (verilog-read-decls): Fix triand, trior, wand, wor to be
9976 recognized by AUTOWIRE. Reported by Spencer Isaacson.
9977 (verilog-extended-complete-re): Support import "DPI-C" functions.
9978 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
9979 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
9980 (verilog-insert-date, verilog-insert-year)
9981 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
9982 Windows systems. Reported by Michael Potts.
9983 (verilog-read-module-name): Fix AUTOINST when the child module
9984 declaration's name is a tick define. Reported by Elliot Mednick.
9985 (verilog-read-decls): Fix V2K parameter bit subscripts getting
9986 passed to next parameter's definition. Reported by Bruce T.
9987 (verilog-read-decls): Fix detecting "parameter int" when using
9988 AUTOINSTPARAM. Reported by Bruce T.
9989 (verilog-goto-defun): Fix goto not finding modules unless first
9990 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
9991 (verilog-mode): Expand -f flag arguments on entry to mode so
9992 verilog-goto-defun will work. Reported by Lawrence Butcher.
9993 (verilog-getopt): Expand environment variables in -f file
9994 arguments. Suggested by Lawrence Butcher.
9995 (verilog-set-define): Fix "Symbol's value as variable is void"
9996 when reading enumerations.
9997 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
9998 Suggested by Stephen Peltan.
9999 (verilog-read-defines): Fix reading of enumerations in include
10000 files. Reported by Steve Peltan.
10001
10002 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
10003
10004 * files.el (trash-directory): Fix defcustom type.
10005
10006 2009-06-28 Juri Linkov <juri@jurta.org>
10007
10008 * help-fns.el (describe-function-1): Correctly locate adviced
10009 functions in hyperlink (Bug#2438).
10010
10011 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
10012
10013 * files.el (trash-directory): Change default to nil.
10014 (move-file-to-trash): If trash-directory is nil and
10015 system-move-file-to-trash is unbound, perform freedesktop-style
10016 trashing.
10017
10018 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
10019
10020 * files.el (move-file-to-trash): Add freedesktop trash
10021 support (Bug#973).
10022
10023 2009-06-28 Glenn Morris <rgm@gnu.org>
10024
10025 * autorevert.el (global-auto-revert-non-file-buffers)
10026 (global-auto-revert-mode): Doc fixes.
10027
10028 2009-06-27 Johan Bockgård <bojohan@gnu.org>
10029
10030 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
10031
10032 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
10033
10034 * faces.el (x-handle-named-frame-geometry): Ensure that we have
10035 opened an X connection before calling x-get-resource (Bug#3194).
10036
10037 * play/doctor.el: Remove reference to obsolete website.
10038 (make-doctor-variables): Correct grammar mistake (Bug#2633).
10039
10040 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
10041
10042 Remove find-file-not-found-hook VC method. (Bug#2757)
10043 * vc-hooks.el (vc-file-not-found-hook)
10044 (vc-default-find-file-not-found-hook): Remove functions.
10045 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
10046 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
10047 * vc.el:
10048 * vc-hg.el:
10049 * vc-git.el: Do not mention find-file-not-found-hook VC method.
10050
10051 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
10052
10053 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
10054 compatibility function for `looking-back'.
10055
10056 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
10057 Use `ispell-looking-back'.
10058
10059 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
10060
10061 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
10062 rather than `filename'.
10063
10064 2009-06-23 Miles Bader <miles@gnu.org>
10065
10066 * face-remap.el (text-scale-set): New function.
10067
10068 2009-06-23 Glenn Morris <rgm@gnu.org>
10069
10070 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
10071
10072 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
10073
10074 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
10075
10076 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
10077
10078 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
10079 Simplify Persian conditionals.
10080
10081 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
10082 variable `filename'.
10083
10084 * comint.el (comint-insert-input): Doc fix.
10085
10086 * Makefile.in (ELCFILES): Fix typo in previous change.
10087
10088 2009-06-23 Miles Bader <miles@gnu.org>
10089
10090 * cus-start.el: Add entry for `recenter-redisplay'.
10091
10092 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10093
10094 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
10095 Add an optional argument for the backend, use it instead of
10096 calling vc-backend.
10097 (vc-mode-line): Add an optional argument for the backend.
10098 Pass the backend to vc-state and vc-working-revision. Move code for
10099 special handling for vc-state being a buffer to ...
10100
10101 * vc-rcs.el (vc-rcs-find-file-hook):
10102 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
10103
10104 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
10105 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
10106 vc-stay-local-p and vc-mode-line calls.
10107
10108 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
10109 (vc-cvs-diff, vc-cvs-annotate-command)
10110 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
10111 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
10112 vc-mode-line calls.
10113
10114 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
10115 direct comparison.
10116 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
10117 backend when calling vc-mode-line.
10118 (vc-register): Do not create a closure for calling the vc register
10119 function, call it directly.
10120
10121 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10122
10123 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
10124 to make it obvious item can be clicked.
10125
10126 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
10127
10128 2009-06-23 Kenichi Handa <handa@m17n.org>
10129
10130 * language/korea-util.el (korean-key-bindings): Change the binding
10131 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
10132 same command.
10133
10134 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
10135
10136 Sync with Tramp 2.1.16.
10137
10138 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
10139
10140 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
10141 when a loading of a package fails. Completion function for rsync
10142 is `tramp-completion-function-alist-ssh'.
10143 (all): Replace all calls of `split-string' and
10144 `tramp-split-string' by `tramp-compat-split-string'.
10145 (tramp-default-method): Use `tramp-compat-process-running-p'.
10146 (tramp-default-proxies-alist): Allow also Lisp forms.
10147 (tramp-remote-path): Add choice "Private Directories".
10148 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
10149 (tramp-domain-regexp): Allow also "-", "_" and ".".
10150 (tramp-end-of-output): Remove newlines, and add "$" at the end.
10151 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
10152 (tramp-debug-message): Insert header line in debug buffer.
10153 (tramp-handle-directory-files-and-attributes-with-stat):
10154 Care about filenames with spaces, or starting with "-".
10155 (tramp-handle-dired-uncache): New defun.
10156 (tramp-handle-insert-directory): Don't flush the directory from
10157 cache, this is handled by `dired-uncache' now.
10158 (tramp-handle-insert-file-contents): Improve error handling.
10159 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10160 Quote `tramp-end-of-output'.
10161 (tramp-action-password): Improve trace message.
10162 (tramp-check-for-regexp): Both echoes must be present, before removing.
10163 (tramp-open-connection-setup-interactive-shell): Trace coding system.
10164 (tramp-compute-multi-hops): Eval cons cells of
10165 `tramp-default-proxies-alist'.
10166 (tramp-maybe-open-connection): Use the same command pattern for
10167 first hop and further hops.
10168 (tramp-wait-for-output): Remove handling of newlines.
10169 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
10170 (tramp-split-string): Remove function. It is handled in
10171 tramp-compat now.
10172
10173 * net/tramp-cmds.el (tramp-bug):
10174 Recommend `tramp-cleanup-all-connections' in the bug mail.
10175
10176 * net/tramp-compat.el (tramp-compat-split-string)
10177 (tramp-compat-process-running-p): New defuns.
10178
10179 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
10180 for `dired-uncache'.
10181
10182 * net/tramp-gvfs.el: New package.
10183
10184 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10185 Add handler for `dired-uncache'.
10186 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
10187
10188 * net/trampver.el: Update release number. Make version check fit
10189 for SXEmacs 22.
10190
10191 2009-06-22 Jim Meyering <meyering@redhat.com>
10192
10193 Automatically handle .xz suffix (XZ-compressed files), too.
10194 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
10195 XZ is the successor to LZMA: <http://tukaani.org/xz/>
10196
10197 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
10198 Nick Roberts <nickrob@snap.net.nz>
10199
10200 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
10201 repository (http://sphinx.net.ru/hg/gdb-mi/).
10202
10203 2009-06-22 Glenn Morris <rgm@gnu.org>
10204
10205 * files.el (dir-locals-collect-mode-variables): Allow for any number of
10206 `mode' and `eval' entries. (Bug#3430)
10207
10208 * Makefile.in (ELCFILES): Add fadr.elc.
10209
10210 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
10211 differing behavior of \n and ^ in strings. (Bug#3385)
10212
10213 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
10214
10215 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
10216 property.
10217 (lisp-indent-function): Make it a defcustom.
10218
10219 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
10220
10221 * progmodes/gdb-ui.el: Replace with ...
10222 * progmodes/gdb-mi.el: ... this file.
10223 * progmodes/gud.el: Modify for gdb-mi.el.
10224
10225 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
10226
10227 * fadr.el: New file.
10228
10229 See ChangeLog.14 for earlier changes.
10230
10231 ;; Local Variables:
10232 ;; coding: utf-8
10233 ;; End:
10234
10235 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
10236
10237 This file is part of GNU Emacs.
10238
10239 GNU Emacs is free software: you can redistribute it and/or modify
10240 it under the terms of the GNU General Public License as published by
10241 the Free Software Foundation, either version 3 of the License, or
10242 (at your option) any later version.
10243
10244 GNU Emacs is distributed in the hope that it will be useful,
10245 but WITHOUT ANY WARRANTY; without even the implied warranty of
10246 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10247 GNU General Public License for more details.
10248
10249 You should have received a copy of the GNU General Public License
10250 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
10251
10252 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1