]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Start laying out a plan for Emacs-24
[gnu-emacs] / lisp / ChangeLog
1 2010-03-07 Kim F. Storm <storm@cua.dk>
2
3 Animated image API.
4 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
5
6 * image.el (image-animate-max-time): New defcustom.
7 (image-animated-types): New defconst.
8 (create-animated-image, image-animate-timer)
9 (image-animate-start, image-animate-stop, image-animate-timeout)
10 (image-animated-p): New functions.
11
12 * image-mode.el (image-toggle-display-image):
13 Replace `create-image' with `create-animated-image'.
14
15 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
16
17 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
18 buffers. (Bug#5477)
19
20 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
21
22 * files.el (delete-directory): Handle moving to trash without
23 first doing recursion (Bug#5436).
24
25 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
26
27 * vc-hooks.el (vc-path): Mark as obsolete.
28
29 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
30
31 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
32 names too.
33
34 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
35 for the short log.
36 (vc-bzr-log-view-mode): Adjust regexp for the above change.
37
38 2010-01-25 Mark A. Hershberger <mah@everybody.org>
39
40 * progmodes/python.el: Replace reference to obsolete
41 c-subward-mode.
42
43 * vc-bzr.el: (vc-bzr-revision-table) New function.
44
45 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
46
47 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
48 diff-index command. This requires at least git-1.5.5. (Bug#1589).
49
50 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
51
52 Remove support for adding --signoff on commit.
53 Future support will use an incompatible generic mechanism.
54 * vc-git.el (vc-git-add-signoff): Remove variable.
55 (vc-git-toggle-signoff): Remove function.
56 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
57
58 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
59 from xterm-set-background-mode. Return t if the background mode
60 was set.
61 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
62 earlier, call it again in case the background mode has changed.
63
64 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
65
66 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
67 (Bug#3541).
68
69 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
70
71 * emacs-lisp/assoc.el (aelement): Doc fix.
72 (aput, adelete, amake): Use lexical-let (Bug#5450).
73
74 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
75
76 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
77 is the same as subprogram call, not declaration. (Bug#5435).
78
79 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
80
81 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
82 (tramp-smb-maybe-open-connection): Use it.
83
84 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
85
86 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
87
88 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
89
90 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
91 just because we see "encoding: 8bit".
92 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
93
94 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
95
96 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
97
98 2010-01-22 Eli Zaretskii <eliz@gnu.org>
99
100 * jka-compr.el (jka-compr-load): If load-file is not in
101 load-history, try its file-truename version. (bug#5447)
102
103 2010-01-21 Alan Mackenzie <acm@muc.de>
104
105 Fix a situation where deletion of a cpp construct throws an error.
106 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
107 invoking c-with-all-but-one-cpps-commented-out, check that the
108 special cpp construct is still in the buffer.
109 (c-parse-state): Record the special cpp with markers, not numbers.
110
111 2010-01-21 Kenichi Handa <handa@m17n.org>
112
113 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
114 process last-command-event, as it is now decoded first (Bug#5380).
115
116 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
117
118 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
119
120 2010-01-20 Glenn Morris <rgm@gnu.org>
121
122 * indent.el (tab-always-indent): Fix custom-type.
123
124 2010-01-19 Alan Mackenzie <acm@muc.de>
125
126 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
127 buffer throws "args out of range".
128 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
129 playing the role of delimiter.
130
131 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
132
133 * lisp/progmodes/ada-mode.el: Fix bug#5400.
134 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
135 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
136 changed. Delete RECURSIVE parameter; never used. Improve doc string.
137 Improve comments in "is" portion. Handle null procedure declaration.
138 (ada-move-to-end): Improve doc string.
139
140 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
141
142 * ido.el (ido-cur-list): Initialize to nil.
143 Remove obsolete information from commentary.
144 (ido-choice-list): Initialize to nil.
145 (ido-get-bufname): Reject minibuffers.
146 (ido-make-buffer-list): If "default" is a nonexistent
147 buffer, ignore it, as per the function's comment.
148 (ido-kill-buffer-internal): New function.
149 (ido-kill-buffer-at-head): Use it.
150 (ido-visit-buffer): Likewise.
151
152 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
153
154 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
155
156 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
157
158 * cedet/ede/locate.el (ede-locate-file-in-project)
159 (ede-locate-file-in-project-impl): Fix typos in docstrings.
160 (ede-enable-locate-on-project): Fix typos in error messages.
161
162 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
163 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
164 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
165 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
166 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
167 Fix typos in menu help.
168
169 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
170 Fix typos in chart titles.
171
172 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
173 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
174 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
175 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
176 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
177 (semantic-parse-stream, semantic-parse-region)
178 (semantic-parse-region-default, semantic--set-buffer-cache)
179 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
180 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
181 (semantic-default-submodes):
182 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
183 (semanticdb-create-ebrowse-database)
184 (semanticdb-find-tags-for-completion-method)
185 (semanticdb-find-tags-by-class-method)
186 (semanticdb-deep-find-tags-by-name-method)
187 (semanticdb-deep-find-tags-for-completion-method):
188 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
189 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
190 (semanticdb-find-tags-for-completion-method)
191 (semanticdb-find-tags-by-class-method)
192 (semanticdb-deep-find-tags-for-completion-method):
193 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
194 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
195 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
196 (semanticdb-find-tags-by-name-method)
197 (semanticdb-find-tags-by-name-regexp-method)
198 (semanticdb-find-tags-for-completion-method)
199 (semanticdb-find-tags-by-class-method)
200 (semanticdb-find-tags-external-children-of-type-method)
201 (semanticdb-find-tags-subclasses-of-type-method)
202 (semanticdb-deep-find-tags-by-name-method)
203 (semanticdb-deep-find-tags-by-name-regexp-method)
204 (semanticdb-deep-find-tags-for-completion-method):
205 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
206 (semanticdb-enable-gnu-global-in-buffer)
207 (semanticdb-find-tags-for-completion-method)
208 (semanticdb-deep-find-tags-by-name-method)
209 (semanticdb-deep-find-tags-for-completion-method):
210 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
211 (javascript-mode, semanticdb-find-translate-path)
212 (semanticdb-find-tags-for-completion-method)
213 (semanticdb-find-tags-by-class-method)
214 (semanticdb-deep-find-tags-by-name-method)
215 (semanticdb-deep-find-tags-for-completion-method)
216 (semanticdb-find-tags-external-children-of-type-method):
217 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
218 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
219 (global-semantic-idle-scheduler-mode):
220 * cedet/srecode/dictionary.el (srecode-field-value)
221 (srecode-dictionary-add-section-dictionary):
222 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
223 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
224 (describe-class, eieio-describe-generic, describe-generic):
225 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
226 (eieio-speedbar-expand):
227 * emulation/viper-cmd.el (viper-exec-form-in-vi)
228 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
229 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
230 (viper-del-backward-char-in-replace, viper-backward-indent)
231 (viper-brac-function, viper-register-to-point, viper-submit-report):
232 * net/tramp.el (tramp-remote-coding-commands):
233 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
234 Fix typos in docstrings.
235
236 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
237
238 * mail/sendmail.el (mail-yank-original): Set the mark if the
239 specified function for yanking does not do it.
240
241 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
242
243 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
244
245 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
246 resyncing a directory.
247
248 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
249
250 * progmodes/ada-mode.el: Fix bug#1920.
251 (ada-ident-re): Delete ., allow multibyte characters.
252 (ada-goto-label-re): New; matches goto labels.
253 (ada-block-label-re): New; matches block labels.
254 (ada-label-re): New; matches both.
255 (ada-named-block-re): Deleted; callers changed to use
256 `ada-block-label-re' instead.
257 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
258 Use `ada-block-label-re'.
259 (ada-indent-on-previous-lines): Improve handling of goto labels.
260 (ada-get-indent-block-start): Special-case block label.
261 (ada-get-indent-label): Split into `ada-indent-block-label' and
262 `ada-indent-goto-label'.
263 (ada-goto-stmt-start, ada-goto-next-non-ws):
264 Optionally ignore goto labels.
265 (ada-goto-next-word): Simplify.
266 (ada-indent-newline-indent-conditional): Insert newline before
267 trying to fix indentation; doc fix.
268
269 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
270
271 * calc/calc.el (calc-command-flags): Give it an initial value.
272
273 2010-01-17 Glenn Morris <rgm@gnu.org>
274
275 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
276
277 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
278
279 * cedet/semantic.el (semantic-mode):
280 * files.el (minibuffer-with-setup-hook):
281 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
282 (artist-key-draw-continously, artist-key-do-continously-continously)
283 (artist-key-set-point-continously, artist-mouse-draw-continously):
284 Fix typos in docstrings.
285
286 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
287
288 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
289 return t (Bug#3898).
290
291 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
292
293 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
294 can parse the output of the external commands (Bug#5279).
295
296 2010-01-16 Jari Aalto <jari.aalto@cante.net>
297
298 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
299
300 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
301
302 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
303
304 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
305
306 * startup.el (command-line): Remove unused --icon-type arg.
307 Handle --display arg, passing it to command-line-1 (Bug#5392).
308
309 2010-01-16 Mario Lang <mlang@delysid.org>
310
311 * cedet/ede/cpp-root.el (ede-cpp-root-project):
312 * cedet/ede/files.el (ede-expand-filename):
313 * cedet/ede/simple.el (ede-simple-project):
314 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
315 (semantic-complete-inline-tag-engine):
316 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
317 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
318 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
319 * cedet/semantic/db.el (semanticdb-equivalent-mode):
320 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
321 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
322 * emacs-lisp/chart.el (chart-translate-namezone):
323 * textmodes/artist.el (artist-compute-popup-menu-table):
324 Remove duplicated words in doc-strings.
325
326 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
327
328 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
329 to mairix-search to suppress threading (Bug#5342).
330
331 2010-01-15 Kenichi Handa <handa@m17n.org>
332
333 * international/mule-cmds.el (canonicalize-coding-system-name):
334 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
335
336 2010-01-15 Glenn Morris <rgm@gnu.org>
337
338 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
339
340 * wid-edit.el (widget-keymap): Doc fix.
341
342 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
343 former seems to be more widely accepted by various svn versions.
344
345 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
346
347 * find-cmd.el (find-constituents):
348 * vc-arch.el (vc-arch-root):
349 * window.el (window-body-height, pop-up-frames):
350 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
351 (semantic-no-reparse-needed-change-hook):
352 * cedet/srecode/insert.el (srecode-resolve-argument-list)
353 (srecode-template-inserter-blank, srecode-template-inserter-variable)
354 (srecode-template-inserter-ask, srecode-template-inserter-width)
355 (srecode-template-inserter-section-start)
356 (srecode-template-inserter-section-end, srecode-insert-method):
357 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
358 * progmodes/ada-stmt.el (ada-if):
359 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
360 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
361 (ispell-encoding8-command, ispell-aspell-supports-utf8)
362 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
363
364 * progmodes/flymake.el (flymake-post-syntax-check):
365 Fix typo in error message.
366
367 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
368
369 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
370 which is always a string. (Bug#5313)
371
372 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
373
374 * progmodes/ada-xref.el (ada-default-prj-properties):
375 Simplify previous change.
376
377 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
378
379 * progmodes/ada-xref.el (ada-default-prj-properties):
380 Default ada_project_path to $ADA_PROJECT_PATH.
381
382 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
383
384 * progmodes/ada-mode.el (ada-create-keymap):
385 Override `narrow-to-defun' with `ada-narrow-to-defun'.
386
387 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
388
389 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
390 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
391 (ada-get-current-indent, ada-imenu-generic-expression)
392 (ada-which-function): Check for it.
393
394 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
395
396 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
397 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
398
399 2010-01-14 Glenn Morris <rgm@gnu.org>
400
401 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
402
403 2010-01-14 Kenichi Handa <handa@m17n.org>
404
405 * composite.el (auto-composition-mode): Make it a buffer local
406 variable (permanent-local).
407 (auto-composition-function): Set the default value to
408 auto-compose-chars.
409 (auto-composition-mode): Make it a simple function, not a minor mode.
410 (global-auto-composition-mode): Likewise.
411 (turn-on-auto-composition-if-enabled): Delete it.
412
413 2010-01-13 Karl Fogel <kfogel@red-bean.com>
414
415 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
416
417 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
418
419 * files.el (copy-directory): Compute target for recursive
420 directories with identical names. (Bug#5343)
421
422 2010-01-12 Glenn Morris <rgm@gnu.org>
423
424 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
425 it to bug-gnu-emacs rather than emacs-pretest-bug.
426
427 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
428
429 * cedet/data-debug.el (data-debug): Fix customization group reference.
430
431 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
432
433 * cedet/semantic/analyze.el (semantic-analyze-push-error)
434 (semantic-analyze-context, semantic-analyze-context-assignment)
435 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
436 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
437 (semantic-java-doc-keywords-map):
438 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
439 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
440 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
441 (semantic-c-classname, semantic-format-tag-uml-prototype)
442 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
443 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
444 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
445 (semantic-get-local-variables, semantic-end-of-command)
446 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
447 (lisp-mode):
448 * cedet/semantic/bovine/make.el (makefile-mode):
449 * cedet/semantic/wisent/python.el (wisent-python-string-re)
450 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
451 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
452 (semantic-lex, semantic-get-local-variables, python-mode):
453 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
454 * cedet/srecode/extract.el (srecode-extract-state-set)
455 (srecode-extract-method): Fix typos in docstrings.
456
457 2010-01-11 Sam Steingold <sds@gnu.org>
458
459 * imenu.el (imenu-default-create-index-function): Detect infinite
460 loops caused by imenu-prev-index-position-function.
461
462 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
463
464 * htmlfontify.el (htmlfontify-load-rgb-file)
465 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
466 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
467 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
468 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
469 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
470 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
471 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
472 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
473 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
474 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
475 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
476 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
477 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
478 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
479 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
480 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
481 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
482 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
483 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
484 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
485 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
486 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
487 backslash-quoting from parentheses, etc.
488
489 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
490
491 * progmodes/js.el: Autoload javascript-mode alias.
492
493 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
494
495 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
496 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
497 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
498 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
499 Fix typos in docstrings.
500 (ffap-url-regexp): Doc fix.
501 (ffap-at-mouse): Fix typo in message.
502
503 2010-01-11 Glenn Morris <rgm@gnu.org>
504
505 * version.el (emacs-copyright): Set copyright year to 2010.
506
507 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
508
509 * format.el (format-annotate-function): Only set
510 write-region-post-annotation-function after running to-fn so as not to
511 affect nested write-region calls (bug#5273).
512
513 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
514
515 * cedet/semantic.el (semantic-new-buffer-setup-functions):
516 Add python parser.
517
518 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
519 wisent/python.el.
520
521 2010-01-10 Richard Kim <emacs18@gmail.com>
522
523 * cedet/semantic/wisent/python-wy.el:
524 * cedet/semantic/wisent/python.el: New files.
525
526 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
527
528 * man.el (Man-goto-section): Signal error if the section is not
529 found (Bug#5317).
530
531 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
532
533 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
534 URLs with a leading triple slash in the file: scheme. (Bug#5345)
535
536 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
537
538 * progmodes/compile.el: Don't treat compile-command as safe if
539 compilation-read-command might be nil (Bug#4218).
540
541 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
542
543 * startup.el (command-line-1): Use orig-argi to check for ignored X and
544 NS options.
545
546 2010-01-08 Kenichi Handa <handa@m17n.org>
547
548 * international/fontset.el (build-default-fontset-data):
549 Exclude characters in scripts kana, hangul, han, or cjk-misc.
550
551 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
552
553 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
554 to `create-file-buffer' as it expects, not just a buffer name.
555 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
556 to help uniquify. (Bug#3224)
557
558 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
559
560 * font-setting.el (font-setting-change-default-font): Use user-spec
561 instead of name.
562
563 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
564
565 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
566
567 2010-01-05 Tom Tromey <tromey@redhat.com>
568
569 * progmodes/python.el (python-font-lock-keywords):
570 Handle qualified decorators (Bug#881).
571
572 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
573
574 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
575 in a lightweight checkout.
576
577 2010-01-05 Kenichi Handa <handa@m17n.org>
578
579 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
580
581 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
582
583 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
584
585 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
586
587 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
588 checkouts. (Bug#618)
589 (vc-bzr-log-view-mode): Also highlight the author.
590 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
591 (vc-bzr-shelve-menu-map):
592 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
593 (vc-bzr-shelve-apply): Make prompt more explicit.
594
595 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
596
597 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
598 They are valid characters in URL paths (rfc3986), and at least
599 Firefox does not understand the encoded version (Bug#3166).
600
601 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
602
603 * progmodes/octave-mod.el (octave-end-keywords)
604 (octave-block-begin-or-end-regexp, octave-block-match-alist):
605 Add "end" keyword (Bug#3061).
606 (octave-end-as-array-index-p): New function.
607 (calculate-octave-indent): Use it.
608
609 2010-01-02 Karl Fogel <kfogel@red-bean.com>
610
611 * bookmark.el: Consistently put the text property on the bookmark name.
612 (bookmark-bmenu-marks-width): Bump back to 2, to include
613 annotation marks.
614 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
615 property on the bookmark name, instead of not putting it at all.
616 (bookmark-bmenu-list): Fix where we put the text property.
617
618 2010-01-02 Karl Fogel <kfogel@red-bean.com>
619
620 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
621 for showing buffer modified state (as added in the previous change).
622
623 2010-01-02 Karl Fogel <kfogel@red-bean.com>
624
625 * bookmark.el: Show modified state of bookmark buffer more accurately.
626 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
627 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
628 (with-buffer-modified-unmodified): New macro.
629 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
630 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
631 Use new macro to preserve the buffer modified state.
632
633 2010-01-02 Karl Fogel <kfogel@red-bean.com>
634
635 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
636 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
637 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
638 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
639 (bookmark-bmenu-rename, bookmark-bmenu-locate)
640 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
641 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
642
643 2010-01-02 Eli Zaretskii <eliz@gnu.org>
644
645 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
646 Make the lines in the generated doc string shorter. (Bug#4668)
647
648 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
649
650 * net/rcirc.el: Add follow-link binding (Bug#4738).
651
652 2010-01-02 Eli Zaretskii <eliz@gnu.org>
653
654 * Makefile.in (bzr-update): Rename from cvs-update.
655 (cvs-update): New target for backward compatibility.
656
657 * makefile.w32-in (bzr-update): Rename from cvs-update.
658 (cvs-update): New target for backward compatibility.
659
660 2010-01-02 Karl Fogel <kfogel@red-bean.com>
661
662 * bookmark.el: Remove gratuitous gratitude.
663
664 2010-01-02 Karl Fogel <kfogel@red-bean.com>
665
666 * bookmark.el (bookmark-bmenu-any-marks): New function
667 (bookmark-bmenu-save): Clear buffer modification if no marks.
668
669 2010-01-02 Karl Fogel <kfogel@red-bean.com>
670
671 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
672 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
673 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
674 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
675
676 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
677 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
678 To: emacs-devel {_AT_} gnu.org
679 Subject: bookmark.el bug report
680 Date: Mon, 28 Dec 2009 14:19:16 +0800
681 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
682
683 2010-01-02 Karl Fogel <kfogel@red-bean.com>
684
685 * bookmark.el: Improvements suggested by Drew Adams:
686 (bookmark-bmenu-ensure-position): New name for
687 `bookmark-bmenu-check-position'. Just ensure the position,
688 don't return any meaningful value.
689 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
690 New constants.
691
692 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
693
694 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
695 (bookmark-yank-point, bookmark-bmenu-check-position):
696 Fix typos in docstrings.
697 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
698 (bookmark-name-from-full-record, bookmark-get-position)
699 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
700 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
701 Remove useless quoting of parenthesis, etc. in docstrings.
702
703 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
704 (ediff-append-custom-diff): Fix typo in error message.
705 (ediff-meta-mark-equal-files): Fix typos in messages.
706
707 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
708
709 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
710 Fix typo in docstring.
711
712 * net/imap-hash.el (imap-hash-make): Doc fix.
713 (imap-hash-test): Fix typo in error message; reflow docstring.
714 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
715 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
716 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
717 Fix typos in docstrings.
718 (imap-hash-open-connection): Fix typo in error message.
719
720 * play/gomoku.el (gomoku): Fix typos in docstring.
721
722 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
723 (gdb-jsonify-buffer): Fix typos in docstring.
724 (gdb-goto-breakpoint): Fix typo in error message.
725 ("Display Other Windows"): Fix typo in help message.
726 (gdb-speedbar-expand-node): Fix typo in question.
727
728 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
729 (idlwave-html-system-help-location, idlwave-html-help-location)
730 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
731 (idlwave-help-browser-generic-args, idlwave-help-directory)
732 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
733 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
734 (idlwave-online-help, idlwave-help-html-link)
735 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
736 Fix typos in docstrings.
737 (idlwave-help-with-source, idlwave-help-find-routine-definition):
738 Reflow docstrings.
739 (idlwave-help-assistant-start): Fix typo in error message.
740
741 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
742 (octave-electric-space): Fix typos in docstrings.
743
744 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
745
746 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
747
748 2010-01-01 Juri Linkov <juri@jurta.org>
749
750 * comint.el (comint-input-ring-size): Make it a defcustom and
751 increase the default to 500 (Bug#5148).
752
753 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
754
755 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
756 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
757 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
758
759 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
760
761 Show working revision correctly for mercurial.
762 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
763 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
764
765 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
766
767 Declare some functions for the byte-compiler.
768 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
769 (speedbar-timer-fn, speedbar-change-expand-button-char)
770 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
771
772 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
773
774 This changeset reverts GDB Graphical Interface to use annotations.
775 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
776
777 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
778
779 Make vc-dir work on subdirectories of the bzr root.
780 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
781 file names relative to it.
782 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
783 relative directory to vc-bzr-after-dir-status.
784
785 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
786
787 * font-lock.el (font-lock-refresh-defaults): New function, which
788 can be used to let font-lock react to external changes in
789 variables like font-lock-defaults and keywords.
790 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
791
792 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
793
794 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
795
796 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
797
798 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
799
800 Supersede color.diff settings in git log (bug#5211).
801
802 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
803 escape chars in its output when the user has color.diff set to `always'.
804 This fix works on git 1.4.2 and newer (released on 2006-08-13).
805
806 2009-12-26 Kevin Ryde <user42@zip.com.au>
807
808 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
809 node. Keep previous "Index" name to work with past coreutils too.
810
811 * man.el (man): Revise docstring a bit to show -a and -l as
812 examples. Add -k description since support for it has otherwise
813 been a secret. (Further to bug#3717.)
814 (Man-bgproc-sentinel): When "-k foo" produces no output show error
815 "no matches" rather than "Can't find manpage", as the latter reads
816 like -k was interpreted as a page name, which is not so. (Bug#5431)
817
818 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
819
820 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
821 switches. Check also for //SUBDIRED// line.
822
823 2009-12-25 Kenichi Handa <handa@m17n.org>
824
825 * language/indian.el (devanagari-composable-pattern): Fixed to
826 handle ZWNJ and ZWJ. Use it in composition-function-table for
827 Devanagari.
828 (malayalam-composable-pattern): Fix previous change.
829
830 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
831
832 * ps-print.el (ps-face-attributes): It was not returning the
833 attribute face for faces specified as string. Reported by harven
834 <harven@free.fr>.
835 (ps-print-version): New version 7.3.5.
836
837 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
838
839 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
840 timezone names.
841 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
842 (icalendar--add-diary-entry): Remove the trailing blank that
843 diary-make-entry inserts.
844
845 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
846
847 Make `file-expand-wildcards' work for remote files.
848
849 * files.el (file-expand-wildcards): In case of remote files, check
850 only local file name part for wildcards. Provide feature 'files
851 and subfeature 'remote-wildcards. (Bug#5198)
852
853 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
854 if there is already an established connection.
855 (tramp-advice-file-expand-wildcards): Remove it.
856
857 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
858 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
859 Activate advice for older GNU Emacs versions. (Bug#5237)
860
861 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
862
863 Some doc fixes (more needed).
864
865 * find-cmd.el (find-constituents): Reflow docstring.
866 (find-cmd, find-prune, find-command): Fix typos in docstrings.
867 (find-generic): Doc fix.
868
869 2009-12-17 Juri Linkov <juri@jurta.org>
870
871 Fix regression from 23.1 to allow multiple modes in Local Variables.
872
873 * files.el (hack-local-variables-filter): While ignoring duplicates,
874 don't take `mode' into account.
875 (hack-local-variables-filter, hack-dir-local-variables): Don't
876 remove duplicate `mode' from local-variables-alist (like `eval').
877
878 2009-12-17 Juri Linkov <juri@jurta.org>
879
880 Make `dired-diff' more safe. (Bug#5225)
881
882 * dired-aux.el (dired-diff): Signal an error when `file' equals to
883 `current' or when `file' is a directory of the `current' file.
884
885 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
886
887 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
888 unconditionally preloaded files.
889
890 2009-12-16 Juri Linkov <juri@jurta.org>
891
892 Revert to old 23.1 logic of using the file at the mark as default.
893 * dired-aux.el (dired-diff): Use the file at the mark as default
894 if it's not the same as the current file, and the target dir is
895 the current dir or the mark is active. Add the current file
896 as the arg of `dired-dwim-target-defaults'. Use the default file
897 in the prompt. (Bug#5225)
898
899 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
900
901 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
902 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
903 (tramp-check-for-regexp): Check also, when an echoing shell stops
904 to echo sent commands.
905
906 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
907
908 * Makefile.in: Revert last change (Bug#5191).
909
910 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
911
912 * vc-hg.el (vc-hg-print-log): Fix argument order.
913 (vc-hg-working-revision): Make sure the command is executed in a
914 known environment so that we can parse the output. (Bug#4417)
915
916 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
917
918 * progmodes/python.el (python-symbol-completions): Remove text
919 properties from symbol string before calling python-send-receive.
920
921 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
922
923 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
924 when there are values for both file and line. (Bug#5060)
925
926 2009-12-14 Juri Linkov <juri@jurta.org>
927
928 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
929 whitespace after the file name of the first line of unified format,
930 because git-diff doesn't output whitespace and file modification time
931 after the file name.
932
933 2009-12-14 David Kastrup <dak@gnu.org>
934
935 * info.el (Info-hide-cookies-node): Before hiding a cookie,
936 check if it already has the `display' property added by
937 `Info-display-images-node', and not put the `invisible' property
938 in this case.
939
940 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
941
942 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
943 (semantic-mru-bookmark-mode): Doc fixes.
944
945 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
946 of assert.
947
948 2009-12-13 Glenn Morris <rgm@gnu.org>
949
950 * mail/emacsbug.el (message-sort-headers): Define for compiler.
951 (report-emacs-bug): In message-mode, sort manually before storing
952 original report text. (Bug#5178)
953 Remove superfluous save-excursion.
954
955 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
956
957 * net/dbus.el (dbus-property-handler): Filter lambda forms out
958 when responding to "GetAll" properties.
959
960 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
961
962 * simple.el (compose-mail): Remove mail-setup-with-from from
963 customization checks.
964
965 2009-12-12 Eli Zaretskii <eliz@gnu.org>
966
967 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
968 RAR archives created on Unix systems.
969
970 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
971
972 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
973 the varalias that was accidentally removed by the 2009-11-19 change
974 (bug#5186).
975
976 2009-12-12 Kenichi Handa <handa@m17n.org>
977
978 * language/indian.el (indian-compose-regexp): New function.
979 (malayalam-composable-pattern): Fix the pattern.
980 (composition-function-table): Set malayalam-composable-pattern for
981 Malayalam characters.
982
983 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
984
985 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
986 rather than down-mouse-1, based on follow-link conventions.
987
988 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
989 are compiled.
990
991 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
992
993 * verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
994 (verilog-vmm-statement-re, verilog-ovm-statement-re)
995 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
996 (verilog-leap-to-head, verilog-backward-token):
997 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
998
999 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
1000
1001 * verilog-mode.el (verilog-auto-lineup, verilog-nameable-item-re):
1002 Cleanup user-visible spelling and documentation errors.
1003 One reported by Gary Delp.
1004 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
1005 (verilog-read-decls): Fix AUTOWIRE with types declared in a
1006 package, bug195. Reported by Pierre-David Pfister.
1007
1008 2009-12-11 Glenn Morris <rgm@gnu.org>
1009
1010 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
1011
1012 * mail/emacsbug.el: No longer require sendmail.
1013 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
1014 (report-emacs-bug-orig-text): Doc fix.
1015 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
1016 New local variables, to adapt to different mail-user-agents.
1017 (report-emacs-bug): Fix test for a gnu.org address.
1018 Use overlays for emphasis, since font-lock defeats 'face property.
1019 Pretest bugs also end up at the newsgroup these days.
1020 Stop message-mode stripping text properties.
1021 Set and use the new buffer-local variables.
1022 (report-emacs-bug-hook): Add doc-string.
1023 Remove some unnecessary save-excursions and simplify.
1024 Use the appropriate hook and send-command.
1025
1026 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
1027 capitalization of some menu entries.
1028
1029 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1030
1031 * whitespace.el (whitespace-display-char-on): Ensure
1032 `buffer-display-table' is unique when two or more windows are
1033 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
1034 New version 12.1.
1035
1036 2009-12-10 Eli Zaretskii <eliz@gnu.org>
1037
1038 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
1039 characters in the Attribute field.
1040
1041 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
1042
1043 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
1044
1045 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1046
1047 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
1048 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1049 Disregard autoload-excludes.
1050 (update-directory-autoloads): Obey autoload-excludes here instead.
1051 But don't store its contents in no-autoloads and remove entries that
1052 refer to excludes files.
1053
1054 2009-12-10 Glenn Morris <rgm@gnu.org>
1055
1056 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
1057 (expand-mail-aliases): Define for compiler.
1058
1059 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
1060 Define for compiler.
1061
1062 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
1063 appropriate for the mail-user-agent in use.
1064
1065 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
1066
1067 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
1068
1069 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
1070
1071 Fix short log parsing and fontification.
1072 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
1073 Fix fontification for the [merge] label.
1074
1075 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
1076
1077 Drop some properties to avoid surprises.
1078 * htmlfontify.el (hfy-ignored-properties): New defcustom.
1079 (hfy-fontify-buffer): Use it.
1080
1081 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
1082
1083 Minor cleanup.
1084 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
1085 Adjust all callers.
1086 (ffap-locate-file): Remove unused arg `dir-ok' and make other
1087 args compulsory. Adjust callers.
1088 (ffap-gopher-at-point): Remove unused var `name'.
1089
1090 Get rid of the ELCFILES abomination.
1091 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
1092 (compile-elcfiles): New phony target.
1093 (compile-main): Compute ELCFILES dynamically.
1094 (compile-clean): New target to remove left-over elc files.
1095 (compile, all): Use it.
1096
1097 2009-12-09 Kenichi Handa <handa@etlken>
1098
1099 * international/mule-diag.el: Require help-mode instead of help-fns.
1100
1101 2009-12-09 Kenichi Handa <handa@m17n.org>
1102
1103 * international/mule-cmds.el (ucs-names): Supply sufficiently
1104 fine ranges instead of pre-calculating accurate ranges.
1105 Iterate with bigger gc-cons-threshold.
1106
1107 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
1108
1109 Add support for stashing a snapshot of the current tree.
1110 * vc-git.el (vc-git-stash-snapshot): New function.
1111 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
1112
1113 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
1114
1115 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
1116 instead of `(beginning|end)-of-line'.
1117
1118 2009-12-08 Glenn Morris <rgm@gnu.org>
1119
1120 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
1121
1122 * Makefile.in (ELCFILES): Regenerate.
1123
1124 2009-12-07 Juri Linkov <juri@jurta.org>
1125
1126 Don't lazy-highlight the comint output in history Isearch mode.
1127
1128 * comint.el (comint-history-isearch-search): Instead of
1129 `comint-line-beginning-position', use `comint-after-pmark-p'
1130 to check if point if before the process mark, and go to
1131 `process-mark' in this case.
1132
1133 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1134
1135 * textmodes/tex-mode.el (latex-complete)
1136 (latex-indent-or-complete): Remove.
1137 (latex-mode): Set completion-at-point-functions instead.
1138
1139 Provide a standard completion command and hook it into TAB.
1140 * minibuffer.el (completion-at-point-functions): New var.
1141 (completion-at-point): New command.
1142 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
1143 * progmodes/python.el (python-mode-map): Use completion-at-point.
1144 (python-completion-at-point): Rename from python-partial-symbol and
1145 adjust for use in completion-at-point-functions.
1146 (python-mode): Setup completion-at-point for Python completion.
1147 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
1148 extracted from lisp-complete-symbol.
1149 (lisp-complete-symbol): Use it.
1150 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
1151 setup completion-at-point for Elisp completion.
1152 (emacs-lisp-mode-map, lisp-interaction-mode-map):
1153 Use completion-at-point.
1154 * ielm.el (ielm-map): Use completion-at-point.
1155 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
1156 * progmodes/sym-comp.el: Move to...
1157 * obsolete/sym-comp.el: Move from progmodes.
1158
1159 2009-12-07 Eli Zaretskii <eliz@gnu.org>
1160
1161 Prevent save-buffer in Rmail buffers from using the coding-system
1162 of the current message, and from clobbering the encoding mnemonics
1163 in the mode line (Bug#4623).
1164
1165 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
1166 flag, too.
1167 (rmail-message-encoding): New variable.
1168 (rmail-write-region-annotate): Record the encoding of the current
1169 message in rmail-message-encoding.
1170 (rmail-after-save-hook): New function, restores the encoding of
1171 the current message after the message collection is saved.
1172
1173 2009-12-07 Juri Linkov <juri@jurta.org>
1174
1175 * progmodes/grep.el (grep-read-files): Use `completing-read'
1176 instead of `read-string'. Set its `collection' arg to
1177 `read-file-name-internal'. (Bug#4301)
1178
1179 2009-12-07 Juri Linkov <juri@jurta.org>
1180
1181 Correctly restore original Isearch point. (Bug#4994)
1182
1183 * isearch.el (isearch-mode): Move `isearch-push-state' after
1184 `(run-hooks 'isearch-mode-hook)'.
1185 (isearch-cancel): When `isearch-push-state-function' is defined,
1186 let-bind `isearch-cmds' to the first state (the last element of
1187 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
1188 function and restores the original point). Otherwise, move point
1189 to `isearch-opoint'.
1190
1191 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1192
1193 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
1194 chars that don't have names, so the table can be built much faster at
1195 run-time.
1196
1197 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
1198
1199 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
1200 change. Suggested by David Kastrup.
1201
1202 * simple.el (compose-mail): Check for incompatibilities and warn.
1203 (compose-mail-user-agent-warnings): New option.
1204
1205 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1206
1207 Support showing a single log entry from vc-annotate.
1208 * vc.el (print-log): Add a new argument: START-REVISION.
1209 (vc-print-log-internal): Add a new optional argument and
1210 pass it to the backend.
1211 (vc-print-log, vc-print-root-log): Adjust callers.
1212 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
1213 buffer already displays the requested log entry, use it.
1214 Otherwise display only the log entry in question.
1215 * vc-svn.el (vc-svn-print-log):
1216 * vc-mtn.el (vc-mtn-print-log):
1217 * vc-hg.el (vc-hg-state):
1218 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
1219 (vc-git-show-log-entry): Return t on success.
1220 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
1221 (vc-bzr-show-log-entry): Return t on success.
1222 * vc-rcs.el (vc-rcs-print-log):
1223 * vc-sccs.el (vc-sccs-print-log):
1224 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
1225
1226 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1227
1228 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
1229 Add menus to the meta mode. (Bug#5043)
1230
1231 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
1232
1233 * ediff-init.el (ediff-event-key): Use event-to-character instead of
1234 event-key.
1235
1236 * ediff.el (ediff-buffers-internal): Add unwind-protect.
1237
1238 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
1239
1240 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
1241 Berbain <raphael.berbain@gmail.com>.
1242
1243 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
1244 characters.
1245 (tramp-initial-end-of-output): New defconst.
1246 (tramp-methods, tramp-find-shell)
1247 (tramp-open-connection-setup-interactive-shell)
1248 (tramp-maybe-open-connection): Use it.
1249 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
1250 existence of `#' and `$'.
1251
1252 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
1253 `tramp-initial-end-of-output'.
1254
1255 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1256
1257 Get the background mode from the terminal for xterm, and set
1258 faces accordingly.
1259 * term/xterm.el (xterm-set-background-mode): New function.
1260 (terminal-init-xterm): Use it in case xterm supports background
1261 color queries. Recompute faces after getting the background
1262 color.
1263
1264 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
1265
1266 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
1267 number comment back on its own line, for easier parsing.
1268
1269 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1270
1271 Make it work for non-file buffers (bug#5102).
1272 * doc-view.el (doc-view-current-cache-dir):
1273 Use doc-view-buffer-file-name rather than buffer-file-name.
1274 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
1275
1276 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
1277
1278 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
1279 author field is too short.
1280
1281 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
1282
1283 * vc-git.el (vc-git-print-log): Handle a limit argument.
1284 Display the short log in graph form and with labels.
1285 (vc-git-log-view-mode): Handle labels.
1286
1287 Make vc-revert change VC state from 'added to 'unregistered.
1288 * vc-git.el (vc-git-revert): Call git reset first.
1289
1290 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
1291
1292 * net/newst-backend.el, net/newst-plainview.el:
1293 * net/newst-reader.el, net/newst-ticker.el:
1294 * net/newst-treeview.el, net/newsticker.el:
1295 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
1296
1297 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
1298
1299 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
1300
1301 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
1302 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
1303 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
1304 Update annotation regexp.
1305
1306 * simple.el (beginning-of-visual-line): Constrain to field
1307 boundaries (Bug#5106).
1308
1309 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
1310
1311 * xml.el (xml-substitute-numeric-entities): Move
1312 newsticker--decode-numeric-entities in newst-backend.el to
1313 xml-substitute-numeric-entities in xml.el. (Bug#5008)
1314 * net/newst-backend.el (newsticker--parse-generic-feed)
1315 (newsticker--parse-generic-items)
1316 (newsticker--decode-numeric-entities): Move
1317 newsticker--decode-numeric-entities in newst-backend.el to
1318 xml-substitute-numeric-entities in xml.el. (Bug#5008)
1319
1320 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
1321
1322 * progmodes/js.el (js--js-not): Add null to the list of values.
1323
1324 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
1325
1326 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
1327
1328 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1329
1330 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
1331 delimiter if it is at the end of the current line.
1332 (bibtex-generate-url-list): Fix docstring.
1333
1334 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1335
1336 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
1337 minibuffer's content with itself.
1338 Fold the confirm-after-completion case into the `confirm' case.
1339 (completion-pcm-word-delimiters): Add : and / to the delimiters.
1340
1341 2009-12-06 Kevin Ryde <user42@zip.com.au>
1342
1343 * ffap.el (ffap-rfc-path): Make this a defcustom since
1344 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
1345
1346 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
1347 manuals, similar to existing setup for help-mode. (Bug#3913.)
1348
1349 2009-12-05 Juri Linkov <juri@jurta.org>
1350
1351 Save and restore dired buffer's point positions too. (Bug#4880)
1352
1353 * dired.el (dired-save-positions): Return in the first element
1354 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
1355 Doc fix.
1356 (dired-restore-positions): First restore buffer's position.
1357 While restoring window's positions, check if window still displays
1358 the original buffer.
1359
1360 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
1361
1362 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
1363 if possible.
1364
1365 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
1366 Make argument optional.
1367
1368 * shell.el (shell): Require ansi-color (Bug#5113).
1369
1370 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
1371
1372 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
1373
1374 2009-12-05 Alan Mackenzie <acm@muc.de>
1375
1376 * progmodes/cc-mode.el (c-before-hack-hook)
1377 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
1378 `c-file-style' to work again. This reversion restores the current
1379 software to its state in Emacs 23.1. (Bug#4146)
1380
1381 2009-12-05 Kevin Ryde <user42@zip.com.au>
1382
1383 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
1384 comment-start-skip to comment-end-skip as comment (Bug#4781).
1385
1386 2009-12-05 Juri Linkov <juri@jurta.org>
1387
1388 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
1389 for virtual nodes. (Bug#4147)
1390 (Info-find-node-2): Set `Info-current-node-virtual' to nil
1391 when moving from a virtual node.
1392 (Info-mode-menu): Add `Info-virtual-index' to the menu.
1393 (Info-mode): Add `Info-virtual-index' to the docstring.
1394
1395 2009-12-05 Eric Ludlam <zappo@gnu.org>
1396
1397 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
1398 Describe project macro symbols.
1399
1400 * cedet/semantic/complete.el (semantic-complete-do-completion):
1401 Don't call semantic-collector-current-exact-match.
1402
1403 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
1404 ede-objects as targets.
1405
1406 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
1407 a target's object list even if compiler vars are already in the
1408 Makefile.
1409
1410 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
1411 list of headers producing necessary macros.
1412
1413 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1414
1415 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
1416 track of the buffer position of the end of a BibTeX entry as this
1417 position may change during reformatting.
1418 (bibtex-format-entry): Remove whitespace before processing
1419 numerical fields so that we recognize the latter properly.
1420 (bibtex-reformat): Do not use push which changes the global value
1421 of bibtex-entry-format.
1422 (bibtex-field-braces-alist, bibtex-field-strings-alist)
1423 (bibtex-field-re-init): Replace only space characters by regexp
1424 for whitespace.
1425 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
1426 (bibtex-initialize): Also update bibtex-strings.
1427 (bibtex-kill-field): Preserve white space at end of entry.
1428 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
1429 Update bibtex-reference-keys.
1430
1431 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1432
1433 * minibuffer.el (completion-pcm--merge-try): Also consider placing
1434 point after a star, if that's the only place where modifications can
1435 make progress.
1436
1437 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
1438
1439 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
1440 in docstrings.
1441
1442 2009-12-04 Juri Linkov <juri@jurta.org>
1443
1444 * proced.el (proced): Call `(proced-update t)' to update process
1445 information instead of only running proced-post-display-hook.
1446 (proced-send-signal): Add a leading space to the buffer name
1447 " *Marked Processes*" to make this buffer ephemeral.
1448
1449 2009-12-04 Juri Linkov <juri@jurta.org>
1450
1451 * dired.el (dired-auto-revert-buffer): New defcustom.
1452 (dired-internal-noselect): Use it.
1453
1454 2009-12-04 Juri Linkov <juri@jurta.org>
1455
1456 Change roles of modes and functions in image-mode.el (Bug#5062).
1457
1458 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
1459 in `auto-mode-alist'.
1460 (image-mode-previous-major-mode): New variable.
1461 (image-minor-mode-map): Rename from `image-mode-text-map'.
1462 (image-mode): Move graceful error-handling code from
1463 `image-minor-mode' to here. On errors call `image-mode-as-text'.
1464 (image-minor-mode): Remove all image-handling code.
1465 Replace `image-mode-text-map' with `image-minor-mode-map'.
1466 Check for `image-type' in mode-line format string.
1467 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
1468 (image-mode-as-text): New function with most code from
1469 `image-mode-maybe'.
1470 (image-toggle-display-text): Move code that removes image
1471 properties from `image-toggle-display' to here.
1472 (image-toggle-display-image): New function with code that adds
1473 image properties copied from `image-toggle-display'.
1474 (image-toggle-display): Remove most code with leaving only code
1475 that toggles between `image-mode-as-text' and `image-mode'.
1476
1477 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
1478
1479 * net/newst-treeview.el
1480 (newsticker--treeview-list-highlight-start): Restored call to
1481 save-excursion: Selected item was stuck.
1482 (newsticker--treeview-list-select): New.
1483 (newsticker--treeview-item-show-text)
1484 (newsticker--treeview-item-show)
1485 (newsticker--treeview-item-update): Use new
1486 newsticker-treeview-item-mode.
1487 (newsticker-treeview-update): Keep current item.
1488 (newsticker-treeview-next-new-or-immortal-item): Doc change.
1489 (newsticker--treeview-first-feed): Doc change.
1490 (newsticker-treeview-list-menu)
1491 (newsticker-treeview-item-menu): Added menu entries.
1492 (newsticker-treeview-item-mode): New.
1493
1494 * net/newst-backend.el (newsticker-customize): Delete other
1495 windows.
1496
1497 2009-12-04 Sam Steingold <sds@gnu.org>
1498
1499 * log-view.el (log-view-mode-map): "q" calls quit-window,
1500 like in all the other non-self-insert buffers.
1501
1502 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
1503
1504 Minor cleanup.
1505 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
1506 key decoding rather than do it manually via last-input-event +
1507 ascii-character.
1508 (term-exec): Use delete-and-extract-region.
1509 (term-handle-ansi-terminal-messages): Remove unused var `end'.
1510 (term-process-pager): Remove unused var `i'.
1511 (term-dynamic-simple-complete): Make obsolete.
1512 (serial-update-config-menu): Remove unused vars `y' and `str'.
1513 (term-update-mode-line): Remove unused var `temp'.
1514
1515 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
1516
1517 Limit the number of log entries displayed by default.
1518 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
1519 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
1520 using a prefix argument.
1521
1522 2009-12-03 Glenn Morris <rgm@gnu.org>
1523
1524 * progmodes/idlwave.el (class): Restore still useful declaration.
1525
1526 2009-12-03 Alan Mackenzie <acm@muc.de>
1527
1528 Enhance `c-parse-state' to run efficiently in "brace deserts".
1529
1530 * progmodes/cc-mode.el (c-basic-common-init):
1531 Call c-state-cache-init.
1532 (c-neutralize-syntax-in-and-mark-CPP): Rename from
1533 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
1534 placing `category' properties value 'c-cpp-delimiter at its boundaries.
1535
1536 * progmodes/cc-langs.el (c-before-font-lock-function):
1537 c-extend-and-neutralize-syntax-in-CPP has been renamed
1538 c-neutralize-syntax-in-and-mark-CPP.
1539
1540 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
1541 with `category' properties now, not `syntax-table' ones.
1542
1543 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
1544 enhanced (but slower) version of c-end-of-macro that won't land
1545 inside a literal or on another awkward character.
1546 (c-state-cache-too-far, c-state-cache-start)
1547 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
1548 (c-state-nonlit-pos-cache-limit, c-state-point-min)
1549 (c-state-point-min-lit-type, c-state-point-min-lit-start)
1550 (c-state-min-scan-pos, c-state-brace-pair-desert)
1551 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
1552 buffer local variables.
1553 (c-state-literal-at, c-state-lit-beg)
1554 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
1555 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
1556 (c-state-cache-top-paren, c-state-cache-after-top-paren)
1557 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
1558 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
1559 (c-renarrow-state-cache)
1560 (c-append-lower-brace-pair-to-state-cache)
1561 (c-state-push-any-brace-pair, c-append-to-state-cache)
1562 (c-remove-stale-state-cache)
1563 (c-remove-stale-state-cache-backwards, c-state-cache-init)
1564 (c-invalidate-state-cache-1, c-parse-state-1)
1565 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
1566 (c-parse-state): Enhance and refactor.
1567 (c-debug-parse-state): Amend to deal with all the new variables.
1568
1569 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
1570 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
1571 modify to use category text properties rather than syntax-table ones.
1572 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
1573 to switch off/on the syntactic paren property of C++ template
1574 delimiters using the category property.
1575 (c-with-<->-as-parens-suppressed): Macro to invoke code with
1576 template delims suppressed.
1577 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
1578 New constant/macros which apply category properties to the start
1579 and end of preprocessor constructs.
1580 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
1581 "comment out" the syntactic value of characters in preprocessor
1582 constructs.
1583 (c-with-cpps-commented-out)
1584 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
1585 with characters in all or all but one preprocessor constructs
1586 "commented out".
1587
1588 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1589
1590 * proced.el (proced-filter-alist): Use regexp-quote.
1591
1592 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
1593
1594 Cleanup.
1595 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
1596 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
1597 arguments. Expand `default-directory'.
1598
1599 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
1600 the benefit of returning an expanded localname.
1601 (tramp-tramp-file-p): Handle the case NAME is not a string.
1602
1603 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
1604
1605 Add support for bzr shelve/unshelve.
1606 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
1607 (vc-bzr-extra-menu-map): New variables.
1608 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
1609 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
1610 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
1611 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
1612 (vc-bzr-dir-extra-headers): Display shelves.
1613
1614 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
1615
1616 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1617
1618 * textmodes/bibtex.el (bibtex-complete-internal):
1619 Use completion-in-region.
1620 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
1621
1622 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
1623
1624 Support applying stashes. Improve UI.
1625 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
1626 (vc-git-stash-apply, vc-git-stash-pop)
1627 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
1628 (vc-git-stash-menu): New functions.
1629 (vc-git-stash-menu-map): New variable.
1630 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
1631
1632 2009-12-03 Glenn Morris <rgm@gnu.org>
1633
1634 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
1635 (vc-print-log-internal): Fix previous change.
1636 (vc-revert): Correct pluralization.
1637
1638 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1639
1640 * progmodes/make-mode.el (makefile-special-targets-list): No need for
1641 it to be an alist any more.
1642 (makefile-complete): Use completion-in-region.
1643
1644 * progmodes/octave-mod.el (octave-complete-symbol):
1645 Use completion-in-region.
1646
1647 Misc cleanup.
1648 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
1649 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
1650 (idlwave-complete-class): Don't quote lambda.
1651 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
1652 (idlwave-mode-map): Move initialization into declaration.
1653 (idlwave-action-and-binding): Use backquotes.
1654 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
1655 Simplify.
1656 (idlwave-is-pointer-dereference): Remove unused var `pos'.
1657 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
1658 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
1659 `parts', and `all-parts'.
1660 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
1661 (idlwave-convert-xml-system-routine-info): Remove unused string
1662 `version-string'.
1663 (idlwave-display-user-catalog-widget): Use dolist.
1664 (idlwave-scanning-lib): Declare dynamically-scoped var.
1665 (idlwave-scan-library-catalogs): Remove unused var `flags'.
1666 (completion-highlight-first-word-only): Declare to silence bytecomp.
1667 (idlwave-popup-select): Tighten scope of `resp'.
1668 (idlwave-find-struct-tag): Remove unused var `beg'.
1669 (idlwave-after-load-rinfo-hook): Declare.
1670 (idlwave-sintern-class-info): Remove unused var `taglist'.
1671 (idlwave-find-class-definition): Remove unused var `list'.
1672 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
1673 (idlwave-what-module-find-class): Remove unused var `classes'.
1674
1675 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
1676
1677 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
1678
1679 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1680
1681 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
1682 buffers visited. Remove redundant current-buffer-saving.
1683
1684 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1685
1686 Use completion-in-buffer and remove uses of dynamic scoping.
1687 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
1688 (pascal-buffer-to-use, pascal-flag): Don't declare.
1689 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
1690 (pascal-get-completion-decl, pascal-keyword-completion):
1691 Add `pascal-str' argument, save-excursion,
1692 return the found completions, and don't filter with pascal-pred.
1693 (pascal-completion-cache): New var.
1694 (pascal-completion): Don't switch buffer any more (it was never
1695 necessary). Don't save-excursion any more (it's done by the called
1696 subroutines). Use a cache to avoid redundant computations.
1697 Use complete-with-action rather than pascal-completion-response and
1698 let it apply the predicate as well.
1699 (pascal-complete-word): Use completion-in-buffer when
1700 pascal-toggle-completions is nil.
1701 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
1702 not used any more.
1703 (pascal-comp-defun): Don't change buffer any more.
1704 Use complete-with-action rather than pascal-completion-response and
1705 let it apply the predicate as well.
1706 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
1707 when neded.
1708
1709 2009-12-02 Kenichi Handa <handa@m17n.org>
1710
1711 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
1712 shape for all Indic scripts.
1713
1714 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1715
1716 Use completion-in-buffer.
1717 * wid-edit.el (widget-field-text-end): New function.
1718 (widget-field-value-get): Use it.
1719 (widget-string-complete, widget-file-complete)
1720 (widget-color-complete): Use it and completion-in-region.
1721 (widget-complete): Don't narrow the buffer.
1722
1723 2009-12-02 Glenn Morris <rgm@gnu.org>
1724
1725 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
1726 (rmail-select-summary): Use rmail-pop-to-buffer.
1727 * mail/rmailsum.el: Replace all pop-to-buffer calls with
1728 rmail-pop-to-buffer, to prevent horizontal splits.
1729
1730 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
1731 save-excursion with save-current-buffer.
1732 Widen before searching. (Bug#5093)
1733 (diary-list-sexp-entries): Remove superfluous save-excursion.
1734
1735 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
1736
1737 * woman.el (woman-make-bufname): Handle man-pages with "." in the
1738 name. (Bug#5038)
1739
1740 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
1741
1742 * ido.el (ido-file-internal): Handle filenames at point that do
1743 not have a directory part. (Bug#5049)
1744
1745 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
1746
1747 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
1748 (mpc-songs-jump-to, mpc-resume): Doc fixes.
1749
1750 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
1751
1752 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
1753 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
1754 any more.
1755
1756 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
1757
1758 * comint.el (comint-insert-input): Ignore clicks to the right of
1759 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
1760
1761 * vc.el (vc-print-log-internal): Don't wait for the process to
1762 terminate before setting up the major mode.
1763
1764 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
1765 in case.
1766
1767 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
1768 the last element.
1769
1770 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
1771
1772 2009-12-01 Glenn Morris <rgm@gnu.org>
1773
1774 * window.el (window--display-buffer-2): Fix previous changes.
1775
1776 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
1777
1778 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
1779
1780 2009-12-01 Glenn Morris <rgm@gnu.org>
1781
1782 * Makefile.in (ELCFILES): Add mpc.elc.
1783
1784 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
1785
1786 * mpc.el: New file.
1787
1788 2009-12-01 Glenn Morris <rgm@gnu.org>
1789
1790 * window.el (window-to-use): Define for compiler.
1791
1792 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
1793 consistent with others (no final period).
1794
1795 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
1796 (rmail-mime-show): Downcase the encoding. (Bug#5070)
1797
1798 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
1799
1800 Make vc-print-log buttons work.
1801 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
1802
1803 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
1804
1805 * savehist.el (savehist-autosave-interval): Allow setting to nil
1806 through customize. (Bug#5056)
1807
1808 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
1809
1810 Fix references to jit-lock properties.
1811 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1812 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
1813 (perl-font-lock-special-syntactic-constructs):
1814 Quote jit-lock-defer-multiline property.
1815
1816 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
1817
1818 * vc-git.el (vc-git-registered): Call vc-git-root only once.
1819
1820 2009-11-30 Juri Linkov <juri@jurta.org>
1821
1822 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
1823 value `buffer' of `multi-isearch-next-buffer-current-function'.
1824 Use `(current-buffer)' when `buffer' is nil.
1825 (multi-isearch-next-buffer-from-list): Don't fallback to
1826 `(current-buffer)' when `buffer' is nil. (Bug#4947)
1827
1828 2009-11-30 Juri Linkov <juri@jurta.org>
1829
1830 * misearch.el (multi-isearch-read-buffers): Move canonicalization
1831 of buffers with `get-buffer' to `multi-isearch-buffers'.
1832 (multi-isearch-buffers, multi-isearch-buffers-regexp):
1833 Canonicalize BUFFERS with `get-buffer'. Doc fix.
1834 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
1835 FILES with `expand-file-name' converting relative file names
1836 to absolute. Doc fix. (Bug#4727)
1837
1838 2009-11-30 Juri Linkov <juri@jurta.org>
1839
1840 * misearch.el (multi-isearch-read-buffers)
1841 (multi-isearch-read-matching-buffers): New functions.
1842 (multi-isearch-buffers, multi-isearch-buffers-regexp):
1843 Use them in the `interactive' spec. Doc fix.
1844 (multi-isearch-read-files, multi-isearch-read-matching-files):
1845 New functions.
1846 (multi-isearch-files, multi-isearch-files-regexp):
1847 Use them in the `interactive' spec. Doc fix. (Bug#4725)
1848
1849 2009-11-30 Juri Linkov <juri@jurta.org>
1850
1851 * doc-view.el (doc-view-continuous):
1852 Rename from `doc-view-continuous-mode'.
1853 (doc-view-menu): Move "Toggle display" to the top.
1854 Add submenu "Continuous" with radio buttons "Off"/"On"
1855 and "Save as Default".
1856 (doc-view-scroll-up-or-next-page)
1857 (doc-view-scroll-down-or-previous-page)
1858 (doc-view-next-line-or-next-page)
1859 (doc-view-previous-line-or-previous-page): Rename
1860 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
1861
1862 2009-11-30 Juri Linkov <juri@jurta.org>
1863
1864 * comint.el (comint-mode-map): Rebind `M-r' from
1865 `comint-previous-matching-input' to
1866 `comint-history-isearch-backward-regexp'.
1867 Unbind `M-s' to allow global key binding `M-s'.
1868 Add menu items for `comint-history-isearch-backward' and
1869 `comint-history-isearch-backward-regexp'. (Bug#3746)
1870
1871 2009-11-30 Juri Linkov <juri@jurta.org>
1872
1873 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
1874 For def=recenter, replace `recenter' with `recenter-top-bottom'
1875 that is called with `this-command' and `last-command' let-bound
1876 to `recenter-top-bottom'. When the last `def' was not `recenter',
1877 set `recenter-last-op' to nil. (Bug#4981)
1878
1879 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
1880
1881 Minor cleanup and simplification.
1882 * filecache.el (file-cache-add-directory)
1883 (file-cache-add-directory-recursively)
1884 (file-cache-add-from-file-cache-buffer)
1885 (file-cache-delete-file-regexp, file-cache-delete-directory)
1886 (file-cache-files-matching-internal, file-cache-display): Use dolist.
1887 (file-cache-temp-minibuffer-message): Delete function.
1888 (file-cache-minibuffer-complete): Use minibuffer-message instead.
1889
1890 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
1891 Don't signal an error when bumping into EOB in tr, s, or y.
1892
1893 2009-11-29 Juri Linkov <juri@jurta.org>
1894
1895 * startup.el (fancy-about-text): Fix wording of Guided Tour.
1896 (Bug#4960)
1897
1898 * descr-text.el (describe-char-unidata-list): Use lowercase name
1899 for "Unicode name" like in other tags.
1900
1901 2009-11-29 Juri Linkov <juri@jurta.org>
1902
1903 * ediff-util.el (ediff-minibuffer-with-setup-hook):
1904 New compatibility macro.
1905 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
1906
1907 2009-11-29 Juri Linkov <juri@jurta.org>
1908
1909 Add defcustom to define the cycling order of `recenter-top-bottom'.
1910 (Bug#4981)
1911
1912 * window.el (recenter-last-op): Doc fix.
1913 (recenter-positions): New defcustom.
1914 (recenter-top-bottom): Rewrite to use `recenter-positions'.
1915 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
1916
1917 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
1918
1919 Improve integration of Tramp and ange-ftp in eshell.
1920
1921 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
1922 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
1923 (eshell/sudo): Flatten args. Let-bind `default-directory'.
1924
1925 * eshell/esh-util.el (top): Require also Tramp when compiling.
1926 (eshell-directory-files-and-attributes): Check for FTP remote
1927 connection.
1928 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
1929 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
1930 (eshell-file-attributes): Handle ".". Return `entry'.
1931
1932 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
1933 (ange-ftp-directory-files-and-attributes)
1934 (ange-ftp-real-directory-files-and-attributes): New defuns.
1935
1936 * net/tramp.el (tramp-maybe-open-connection): Open the remote
1937 shell with "exec" when possible. This prevents trailing prompts
1938 in `start-file-process'.
1939
1940 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
1941
1942 Try and remove assumptions about point-min==1.
1943 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
1944 (rng-compute-mode-line-string): Show the validation percentage in
1945 terms of the narrowed text, not the widened text.
1946 (rng-do-some-validation): Don't catch internal errors when debugging.
1947 (rng-first-error): Simplify.
1948 (rng-after-change-function): Remove work around. AFAIK the bug has
1949 been fixed a while ago.
1950
1951 * image-mode.el (image-minor-mode): Exit more gracefully when the image
1952 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
1953
1954 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
1955
1956 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
1957 `cd' doesn't always do it for us (bug#5067).
1958
1959 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
1960 on 2009-10-25 as part of some other change (bug#5067).
1961
1962 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
1963
1964 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
1965 `suspicious'.
1966 (byte-compile-warnings): Use byte-compile-warning-types.
1967 (byte-compile-save-excursion): Warn about use of set-buffer right
1968 after save-excursion.
1969
1970 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
1971 the excursion as well.
1972
1973 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
1974
1975 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
1976 providing a Tramp related implementation of "su" and "sudo".
1977 (eshell-unix-initialize): Add "su" and "sudo".
1978
1979 2009-11-27 Daiki Ueno <ueno@unixuser.org>
1980
1981 * net/socks.el (socks-send-command): Convert binary request to
1982 unibyte before sending. This fixes mishandling of some port
1983 numbers such as 129.
1984
1985 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
1986
1987 * help.el (describe-bindings-internal): Remove `interactive'.
1988
1989 * man.el (Man-completion-table): Trim a terminating "(".
1990 Remove the space between name page a section.
1991 Add the command's description on the `help-echo' property.
1992 Remove `process-connection-type' binding since it's unused by
1993 call-process.
1994 Provide completion for the "<section> <name>" format as well.
1995 (Man-default-man-entry): Remove spurious var shadowing the argument.
1996
1997 2009-11-26 Kevin Ryde <user42@zip.com.au>
1998
1999 * log-view.el: Add "Keywords: tools", since its other keywords
2000 aren't in finder-known-keywords, and following vc.el.
2001
2002 * sha1.el (sha1-string-external): default-directory "/" in case
2003 otherwise non-existent. process-connection-type pipe for touch of
2004 efficiency recommended by elisp manual. (An aside in Bug#3911.)
2005
2006 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2007
2008 Misc coding convention cleanups.
2009 * htmlfontify.el (hfy-init-kludge-hook): Rename from
2010 hfy-init-kludge-hooks.
2011 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
2012 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
2013 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
2014 and push.
2015 (hfy-slant, hfy-weight): Use tables rather than code.
2016 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
2017 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
2018 (hfy-face-attr-for-class): Initialize `face-spec' directly.
2019 (hfy-face-to-css): Remove `nconc' with single arg.
2020 (hfy-p-to-face-lennart): Use `or'.
2021 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
2022 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
2023 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
2024 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
2025 (hfy-force-fontification): Use run-hooks.
2026
2027 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
2028
2029 Various minor fixes.
2030 * htmlfontify.el (hfy-default-header): Add toggle_invis since
2031 Javascript belongs in the header, not the body.
2032 (hfy-javascript): Remove.
2033 (hfy-fontify-buffer): Don't insert it any more.
2034 (hfy-face-at): Handle (face0 face1 face2) style face properties.
2035 Fix bug in invis handling when there were no invis props in a chunk.
2036
2037 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2038
2039 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
2040
2041 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
2042
2043 * finder.el (finder-mode-map): Add a menu.
2044
2045 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
2046
2047 * verilog-mode.el (verilog-at-struct-p): Support "signed" and
2048 "unsigned" structs.
2049
2050 (verilog-leap-to-head, verilog-backward-token): Handle "disable
2051 fork" statement better.
2052
2053 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
2054
2055 * verilog-mode.el (verilog-auto-insert-lisp, verilog-delete-auto)
2056 (verilog-delete-empty-auto-pair, verilog-library-filenames):
2057 Fix AUTOINSERTLISP to support insert-file. Reported by Clay Douglass.
2058
2059 (verilog-auto-inst, verilog-auto-star-safe)
2060 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
2061 Fix removing "// Interfaces" when saving .* expansions. Reported by
2062 Pierre-David Pfister.
2063
2064 2009-11-26 Glenn Morris <rgm@gnu.org>
2065
2066 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
2067 the scope.
2068
2069 2009-11-25 Johan Bockgård <bojohan@gnu.org>
2070
2071 * vc-annotate.el (vc-annotate-revision-previous-to-line):
2072 Really use previous revision.
2073
2074 2009-11-25 Kevin Ryde <user42@zip.com.au>
2075
2076 * man.el (Man-completion-table): default-directory "/" in case
2077 doesn't otherwise exist. process-environment COLUMNS=999 so as
2078 not to truncate long names. process-connection-type pipe to avoid
2079 any chance of hitting the pseudo-tty TIOCGWINSZ.
2080 (man): completion-ignore-case t for friendliness and since man
2081 itself is case-insensitive on the command line.
2082 Further to Bug#3717.
2083
2084 * arc-mode.el: Add "Keywords: files", so the details in its
2085 commentary can be reached from finder-by-keyword.
2086 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
2087 editing mode, but it's comms related and sgml-mode.el has "comm"
2088 on that basis too.
2089 * textmodes/bibtex-style.el: Add "Keywords: tex".
2090 * international/isearch-x.el, international/ja-dic-cnv.el:
2091 * international/ja-dic-utl.el, international/kkc.el:
2092 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
2093
2094 2009-11-25 Juri Linkov <juri@jurta.org>
2095
2096 * man.el (Man-completion-table): Modify regexp to include
2097 section names to completion strings. (Bug#3717)
2098
2099 2009-11-25 Juri Linkov <juri@jurta.org>
2100
2101 Search recursively in gzipped files. (Bug#4982)
2102
2103 * progmodes/grep.el (grep-highlight-matches): Add new options
2104 `always' and `auto'. Doc fix.
2105 (grep-process-setup): Check `grep-highlight-matches' for
2106 `auto-detect' to determine the need to compute grep defaults.
2107 Move Windows/DOS specific --colors settings handling
2108 to `grep-compute-defaults'. Check `grep-highlight-matches'
2109 to get the value of "--color=".
2110 (grep-compute-defaults): Compute `grep-highlight-matches' when it
2111 has the value `auto-detect'. Move Windows/DOS specific settings
2112 from `grep-process-setup'.
2113 (zrgrep): New command with alias `rzgrep'.
2114
2115 2009-11-25 Juri Linkov <juri@jurta.org>
2116
2117 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
2118 to nil instead of switching off view-mode. (Bug#4896)
2119
2120 2009-11-25 Juri Linkov <juri@jurta.org>
2121
2122 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
2123
2124 * mwheel.el (mwheel-scroll-up-function)
2125 (mwheel-scroll-down-function): New defvars.
2126 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
2127 `scroll-up', and `mwheel-scroll-down-function' instead of
2128 `scroll-down'.
2129
2130 * doc-view.el (doc-view-scroll-up-or-next-page)
2131 (doc-view-scroll-down-or-previous-page): Add optional ARG.
2132 Use this ARG in the call to image-scroll-up/image-scroll-down.
2133 Change `interactive' spec to "P". Goto next/previous page only
2134 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
2135 SPC/DEL case). Doc fix.
2136 (doc-view-next-line-or-next-page)
2137 (doc-view-previous-line-or-previous-page): Rename arg to ARG
2138 for consistency.
2139 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
2140 `doc-view-scroll-up-or-next-page', and buffer-local
2141 `mwheel-scroll-down-function' to
2142 `doc-view-scroll-down-or-previous-page'.
2143
2144 2009-11-25 Juri Linkov <juri@jurta.org>
2145
2146 Provide additional default values (directories at other Dired
2147 windows) via M-n in the minibuffer of some Dired commands.
2148
2149 * dired-aux.el (dired-diff, dired-compare-directories)
2150 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
2151 `minibuffer-default' in `minibuffer-with-setup-hook'.
2152 (dired-dwim-target-directory): Find a window that displays Dired
2153 buffer instead of failing when the next window is not Dired.
2154 Use `get-window-with-predicate' to find for the next Dired window.
2155 (dired-dwim-target-defaults): New function.
2156
2157 * ediff-util.el (ediff-read-file-name):
2158 Use `dired-dwim-target-defaults' to set `minibuffer-default'
2159 in `minibuffer-with-setup-hook'.
2160
2161 2009-11-25 Juri Linkov <juri@jurta.org>
2162
2163 Provide additional default values (file name at point or at the
2164 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
2165
2166 * minibuffer.el (read-file-name-defaults): New function.
2167 (read-file-name): Reset `minibuffer-default' to nil when
2168 it duplicates initial input `insdef'.
2169 Bind `minibuffer-default-add-function' to lambda that
2170 calls `read-file-name-defaults' in `minibuffer-selected-window'.
2171 (minibuffer-insert-file-name-at-point): New command.
2172
2173 * files.el (file-name-at-point-functions): New defcustom.
2174 (find-file-default): Remove defvar.
2175 (find-file-read-args): Don't use `find-file-default'.
2176 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
2177 to `read-file-name'.
2178 (find-file-literally): Use `read-file-name' with
2179 `confirm-nonexistent-file-or-buffer'.
2180
2181 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
2182
2183 * dired.el (dired-read-dir-and-switches):
2184 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
2185 to `read-file-name'.
2186 (dired-file-name-at-point): New function.
2187 (dired-mode): Add hook `dired-file-name-at-point' to
2188 `file-name-at-point-functions'.
2189
2190 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2191
2192 Really make the *Completions* window soft-dedicated (bug#5030).
2193 * window.el (window--display-buffer-2): Add `dedicated' argument.
2194 (display-buffer): Pass it when needed so the dedicated flag is set
2195 after calling set-window-buffer, which would otherwise reset it.
2196
2197 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2198
2199 * progmodes/meta-mode.el (meta-complete-symbol):
2200 * progmodes/etags.el (complete-tag):
2201 * mail/mailabbrev.el (mail-abbrev-complete-alias):
2202 Use completion-in-region.
2203
2204 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
2205 (dabbrev-completion): Use completion-in-region.
2206 (dabbrev--abbrev-at-point): Simplify regexp.
2207
2208 * abbrev.el (abbrev--before-point): Use word-motion functions
2209 if :regexp is not specified (bug#5031).
2210
2211 * subr.el (string-prefix-p): New function.
2212
2213 * man.el (Man-completion-cache): New var.
2214 (Man-completion-table): Use it.
2215
2216 * vc.el (vc-print-log-internal): Make `limit' optional for better
2217 compatibility (e.g. with vc-annotate.el).
2218
2219 2009-11-24 Kevin Ryde <user42@zip.com.au>
2220
2221 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
2222 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
2223
2224 * emacs-lisp/elint.el (elint-add-required-env): Better error message
2225 when .el source file not found or other error.
2226
2227 2009-11-24 Markus Triska <markus.triska@gmx.at>
2228
2229 * linum.el (linum-update-window): Ignore intangible (bug#4996).
2230
2231 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2232
2233 Handle the [back] button properly (bug#4979).
2234 * descr-text.el (describe-text-properties): Add a `buffer' argument.
2235 Use help-setup-xref, help-buffer, and with-help-window.
2236 (describe-char): Add `buffer' argument.
2237 Pass proper command to help-setup-xref. Don't meddle with
2238 help-xref-stack-item directly.
2239 (describe-text-category): Use with-help-window and help-buffer.
2240
2241 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
2242 for the displayed buffer (bug#4887).
2243
2244 * man.el (Man-completion-table): New function.
2245 (man): Use it.
2246
2247 2009-11-24 David Reitter <david.reitter@gmail.com>
2248
2249 * vc-git.el (vc-git-registered): Use checkout directory (where
2250 .git is) rather than the file's directory and a relative path spec
2251 to work around a bug in git.
2252
2253 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
2254
2255 Improve handling of processes on remote hosts.
2256
2257 * eshell/esh-util.el (eshell-path-env): New defvar.
2258 (eshell-parse-colon-path): New defun.
2259 (eshell-file-attributes): Use `eshell-parse-colon-path'.
2260
2261 * eshell/esh-ext.el (eshell-search-path):
2262 Use `eshell-parse-colon-path'.
2263 (eshell-remote-command): Remove argument HANDLER.
2264 (eshell-external-command): Check for FTP remote connection.
2265
2266 * eshell/esh-proc.el (eshell-gather-process-output):
2267 Use `file-truename', in order to start also symlinked files.
2268 Apply `start-file-process' instead of `start-process'.
2269 Shorten `command' to the local file name part.
2270
2271 * eshell/em-cmpl.el (eshell-complete-commands-list):
2272 Use `eshell-parse-colon-path'.
2273
2274 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
2275
2276 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
2277 to `eshell-directory-change-hook'.
2278
2279 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
2280
2281 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
2282 because it could be enabled automatically if view-read-only is non-nil.
2283
2284 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
2285
2286 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
2287 made on 2009-11-22.
2288
2289 2009-11-24 Glenn Morris <rgm@gnu.org>
2290
2291 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
2292 deleted variable bookmark-bmenu-bookmark-column.
2293
2294 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
2295 Move after definition of global-semantic-idle-tag-highlight-mode.
2296
2297 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2298
2299 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
2300
2301 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
2302
2303 * net/browse-url.el (browse-url-filename-alist): On Windows, add
2304 two slashes to the "file:" prefix.
2305 (browse-url-file-url): De-munge Cygwin filenames before passing
2306 them to Windows browser.
2307 (browse-url-default-windows-browser): Use call-process.
2308
2309 2009-11-23 Juri Linkov <juri@jurta.org>
2310
2311 Implement DocView Continuous mode. (Bug#4896)
2312 * doc-view.el (doc-view-continuous-mode): New defcustom.
2313 (doc-view-mode-map): Bind C-n/<down> to
2314 `doc-view-next-line-or-next-page', C-p/<up> to
2315 `doc-view-previous-line-or-previous-page'.
2316 (doc-view-next-line-or-next-page)
2317 (doc-view-previous-line-or-previous-page): New commands.
2318
2319 2009-11-23 Juri Linkov <juri@jurta.org>
2320
2321 Implement Isearch in comint input history. (Bug#3746)
2322 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
2323 `isearch-mode-hook'.
2324 (comint-history-isearch): New defcustom.
2325 (comint-history-isearch-backward)
2326 (comint-history-isearch-backward-regexp): New commands.
2327 (comint-history-isearch-message-overlay): New buffer-local variable.
2328 (comint-history-isearch-setup, comint-history-isearch-end)
2329 (comint-goto-input, comint-history-isearch-search)
2330 (comint-history-isearch-message, comint-history-isearch-wrap)
2331 (comint-history-isearch-push-state)
2332 (comint-history-isearch-pop-state): New functions.
2333
2334 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
2335
2336 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
2337 return.
2338 (tramp-handle-make-symbolic-link)
2339 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
2340 Quote file names.
2341 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
2342 (tramp-handle-process-file): Use it.
2343
2344 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2345
2346 * window.el (move-to-window-line-last-op): Remove.
2347 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
2348
2349 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
2350
2351 Make M-r mirror the new cycling behavior of C-l.
2352 * window.el (move-to-window-line-last-op): New var.
2353 (move-to-window-line-top-bottom): New command.
2354 (global-map): Bind M-r move-to-window-line-top-bottom.
2355
2356 2009-11-23 Sven Joachim <svenjoac@gmx.de>
2357
2358 * dired-x.el (dired-guess-shell-alist-default):
2359 Support xz format. (Bug#4953)
2360
2361 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
2362
2363 * cedet/srecode/map.el (srecode-get-maps):
2364 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
2365 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
2366 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
2367 (semantic-toggle-decoration-style):
2368 * cedet/semantic/decorate/include.el
2369 (semantic-decoration-include-describe)
2370 (semantic-decoration-unknown-include-describe)
2371 (semantic-decoration-unparsed-include-describe)
2372 (semantic-decoration-all-include-summary):
2373 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
2374 * cedet/semantic/analyze/complete.el
2375 (semantic-analyze-possible-completions):
2376 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
2377 (semantic-show-unmatched-syntax-mode)
2378 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
2379 (semantic-highlight-func-mode):
2380 * cedet/semantic/util.el (semantic-describe-buffer):
2381 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
2382 (semantic-symref-find-tags-by-name)
2383 (semantic-symref-find-tags-by-regexp)
2384 (semantic-symref-find-tags-by-completion)
2385 (semantic-symref-find-file-references-by-name)
2386 (semantic-symref-find-text):
2387 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
2388 (senator-yank-tag):
2389 * cedet/semantic/scope.el (semantic-calculate-scope):
2390 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
2391 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
2392 (define-semantic-idle-service):
2393 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
2394 (semantic-complete-analyze-inline-idle):
2395 * cedet/semantic/analyze.el (semantic-analyze-current-context):
2396 * cedet/mode-local.el (describe-mode-local-bindings)
2397 (describe-mode-local-bindings-in-mode):
2398 * cedet/ede/make.el (ede-make-check-version):
2399 * cedet/ede/locate.el (ede-enable-locate-on-project):
2400 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
2401 (cedet-idutils-version-check):
2402 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
2403 (cedet-gnu-global-version-check):
2404 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
2405 (cedet-cscope-version-check): Use called-interactively-p instead
2406 of interactive-p.
2407
2408 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
2409 Use semantic-format-tag-prototype.
2410
2411 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
2412
2413 * emulation/viper-cmd.el: Use viper-last-command-char instead of
2414 last-command-char/last-command-event.
2415 (viper-prefix-arg-value): Do correct conversion of event-char for
2416 XEmacs.
2417
2418 * emulation/viper-util.el, emulation/viper.el:
2419 Use viper-last-command-char instead of
2420 last-command-char/last-command-event.
2421
2422 * ediff-init.el, ediff-mult.el, ediff-util.el:
2423 Replace last-command-char and last-command-event
2424 with (ediff-last-command-char) everywhere.
2425
2426 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
2427 created in fundamental mode.
2428
2429 * ediff.el (ediff-version): Revert the change of interactive-p to
2430 called-interactively-p.
2431
2432 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
2433
2434 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
2435 generation from word-movement command names.
2436
2437 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
2438
2439 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
2440 (semantic-complete-jump-local, semantic-complete-jump):
2441 Improve prompt string.
2442
2443 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
2444
2445 * cus-start.el (all): Add native condition for font-use-system-font.
2446
2447 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
2448
2449 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
2450 Correct the patch from 2009-11-18. (Bug#3910)
2451
2452 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
2453
2454 * progmodes/subword.el: Rename from lisp/subword.el.
2455
2456 * subword.el: Rename to progmodes/subword.el.
2457
2458 * Makefile.in (ELCFILES): Adapt to subword.el move.
2459
2460 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2461 Stefan Monnier <monnier@iro.umontreal.ca>
2462
2463 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
2464 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
2465 (bookmark-bmenu-show-filenames): Use push.
2466 (bookmark-bmenu-hide-filenames): Use local var instead of
2467 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
2468 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
2469 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
2470 filenames now that the bookmark names are always available.
2471
2472 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2473
2474 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
2475 (bookmark-search-pattern): Move and leave unbound.
2476 (bookmark-bmenu-mode-map): Change binding.
2477 (bookmark-read-search-input): Simplify.
2478 Don't use text-char-description. Don't error on non-char events.
2479 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
2480 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
2481 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
2482 Use a local var for the timer.
2483 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
2484 (i.e. bookmark-bmenu-search).
2485
2486 2009-11-21 Glenn Morris <rgm@gnu.org>
2487
2488 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
2489
2490 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
2491
2492 * net/browse-url.el (browse-url-default-windows-browser):
2493 Use cygstart for cygwin.
2494
2495 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
2496
2497 * bookmark.el: Formatting and doc fixes only:
2498 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
2499 (bookmark-bmenu-search): Wrap to fit within 80 columns.
2500 Minor grammar and punctuation fixes in doc string.
2501 (bookmark-read-search-input): Adjust to fit within 80 columns.
2502
2503 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
2504
2505 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
2506 (c-backward-into-nomenclature): Adapt to subword renaming.
2507
2508 * subword.el (subword-forward, subword-backward, subword-mark)
2509 (subword-kill, subword-backward-kill, subword-transpose)
2510 (subword-downcase, subword-upcase, subword-capitalize)
2511 (subword-forward-internal, subword-backward-internal):
2512 Rename from forward-subword, backward-subword, mark-subword,
2513 kill-subword, backward-kill-subword, transpose-subwords,
2514 downcase-subword, upcase-subword, capitalize-subword,
2515 forward-subword-internal, backward-subword-internal.
2516
2517 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2518
2519 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
2520 New options.
2521 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
2522 New vars.
2523 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
2524 (bookmark-bmenu-filter-alist-by-regexp)
2525 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
2526 (bookmark-bmenu-search): New command.
2527 (bookmark-bmenu-mode-map): Bind it.
2528
2529 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
2530
2531 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
2532
2533 * cedet/semantic/idle.el (define-semantic-idle-service)
2534 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
2535
2536 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
2537
2538 * progmodes/cc-cmds.el: declare-functioned forward-subword and
2539 backward-subword to quit the byte-compiler.
2540
2541 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
2542
2543 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
2544
2545 * progmodes/cc-cmds.el (c-update-modeline)
2546 (c-forward-into-nomenclature, c-backward-into-nomenclature):
2547 Refer to subword.el functions instead of cc-subword.el.
2548
2549 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
2550 subword.el functions instead of cc-subword.el.
2551
2552 * progmodes/cc-subword.el: Rename to subword.el.
2553 * subword.el: Rename from progmodes/cc-subword.el.
2554 (subword-mode-map): Rename from c-subword-mode-map.
2555 (subword-mode): Rename from c-subword-mode.
2556 (global-subword-mode): New global minor mode.
2557 (forward-subword): Rename from c-forward-subword.
2558 (backward-subword): Rename from c-backward-subword.
2559 (mark-subword): Rename from c-mark-subword.
2560 (kill-subword): Rename from c-kill-subword.
2561 (backward-kill-subword): Rename from c-backward-kill-subword.
2562 (transpose-subwords): Rename from c-tranpose-subword.
2563 (downcase-subword): Rename from c-downcase-subword.
2564 (capitalize-subword): Rename from c-capitalize-subword.
2565 (forward-subword-internal): Rename from c-forward-subword-internal.
2566 (backward-subword-internal): Rename from c-backward-subword-internal.
2567
2568 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
2569
2570 * vc.el (vc-deduce-fileset): Allow non-state changing operations
2571 from a dired buffer.
2572 (vc-dired-deduce-fileset): New function.
2573 (vc-root-diff, vc-print-root-log): Use it.
2574
2575 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
2576 nil LIMIT argument to vc-print-log-internal.
2577
2578 2009-11-20 Glenn Morris <rgm@gnu.org>
2579
2580 * Makefile.in (ELCFILES): Regenerate.
2581
2582 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
2583
2584 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
2585
2586 * cedet/semantic.el: Enable idle-mode menu items only if
2587 global-semantic-idle-scheduler-mode is enabled.
2588 (semantic-default-submodes): Doc fix.
2589
2590 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
2591 When turning off, disable other idle modes.
2592
2593 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
2594
2595 * calc/calc.el (calc-set-mode-line):
2596 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
2597 (math-format-number): Rename `math-format-complement-signed' to
2598 `math-format-twos-complement'.
2599
2600 * calc/calc-bin.el (math-format-twos-complement): Rename from
2601 math-format-complement-signed.
2602 (calc-radix): Rename `calc-complement-signed-mode' to
2603 `calc-twos-complement-mode'.
2604 (calc-octal-radix, calc-hex-radix): Add an argument for
2605 two's complement.
2606
2607 * calc/calc-embed.el (calc-embedded-mode-vars):
2608 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
2609
2610 * calc/calc-ext.el (calc-init-extensions):
2611 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
2612 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
2613
2614 * calc/calc-units.el (math-build-units-table-buffer):
2615 Let `calc-twos-complement-mode' be nil.
2616
2617 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
2618 entries.
2619
2620 * calc/calc-vec.el (calcFunc-vunpack):
2621 * calc/calc-aent.el (calc-do-calc-eval):
2622 * calc/calc-forms.el (math-format-date):
2623 * calc/calc-graph.el (calc-graph-plot):
2624 * calc/calc-math.el (math-use-emacs-fn):
2625 * calc/calccomp.el (math-compose-expr):
2626 Let `calc-twos-complement-mode' be nil.
2627
2628 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2629
2630 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
2631 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
2632 * minibuffer.el (completion-in-region-functions): New hook.
2633 (completion-in-region): New function.
2634 * emacs-lisp/lisp.el (lisp-complete-symbol):
2635 * pcomplete.el (pcomplete-std-complete): Use it.
2636
2637 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2638
2639 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
2640 (latex-complete-alist): New vars.
2641 (latex-string-prefix-p, latex-complete-bibtex-keys)
2642 (latex-complete-envnames, latex-complete-refkeys)
2643 (latex-complete-data): New functions.
2644 (latex-complete, latex-indent-or-complete): New commands.
2645
2646 * window.el (display-buffer-mark-dedicated): New var.
2647 (display-buffer): Obey it.
2648 * minibuffer.el (minibuffer-completion-help): Use it.
2649
2650 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
2651
2652 * filecache.el (file-cache-add-file): Use push and cons.
2653 (file-cache-delete-file-regexp): Use push.
2654 (file-cache-complete): Use completion-in-region.
2655
2656 * simple.el (with-wrapper-hook): Fix thinko.
2657
2658 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
2659 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
2660 Use with-current-buffer and string-to-number.
2661 (hfy-fallback-colour-values): Use assoc-string.
2662 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
2663 (hfy-face-at): Remove unused var `found-face'.
2664 (hfy-compile-stylesheet): Remove unused var `css'.
2665 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
2666 and `orig-buffer'.
2667 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
2668 Use with-current-buffer.
2669 (hfy-text-p): Use expand-file-name and fewer setq.
2670
2671 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
2672
2673 * htmlfontify.el, hfy-cmap.el: New files.
2674
2675 2009-11-19 Juri Linkov <juri@jurta.org>
2676
2677 * minibuffer.el (completions-format): New defcustom.
2678 (completion--insert-strings): Implement vertical format.
2679
2680 * simple.el (switch-to-completions): Move point to the first
2681 completion when point was at the beginning of the buffer.
2682
2683 2009-11-19 Juri Linkov <juri@jurta.org>
2684
2685 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
2686
2687 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
2688
2689 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
2690
2691 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
2692 (mail-signature): Change default to t.
2693 (mail-from-style): Deprecate `system-default' value.
2694 (mail-insert-from-field): For default value of mail-from-style,
2695 default to `angles' unless `angles' needs quoting and `parens'
2696 does not.
2697 (mail-citation-prefix-regexp): Use citation regexp from
2698 message-mode.
2699
2700 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
2701
2702 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
2703 Set variables for computing the prompt for reading password.
2704
2705 2009-11-19 Glenn Morris <rgm@gnu.org>
2706
2707 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
2708
2709 * textmodes/flyspell.el (sgml-lexical-context): Declare.
2710
2711 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
2712 (newsticker-treeview-listwindow-height): Fix custom type.
2713
2714 2009-11-19 Kenichi Handa <handa@m17n.org>
2715
2716 * descr-text.el (describe-char-padded-string): Compose with TAB
2717 only if there's a font for CH.
2718 (describe-char): Fix the condition for detecting a trivial composition.
2719
2720 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
2721
2722 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
2723 more accurate version of the regexp. (Bug#3910)
2724
2725 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
2726
2727 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
2728
2729 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
2730
2731 * font-setting.el (font-use-system-font): Declare for byte-compiler.
2732 (font-setting-change-default-font): Fix typo in docstring.
2733
2734 2009-11-18 Alan Mackenzie <acm@muc.de>
2735
2736 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
2737
2738 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
2739
2740 * font-setting.el (font-use-system-font): Move ...
2741
2742 * cus-start.el (all): ... to here.
2743
2744 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
2745
2746 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
2747 Don't set `ad-return-value' if `ad-do-it' doesn't.
2748
2749 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
2750 modification time.
2751
2752 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
2753
2754 * menu-bar.el: Put "Use system font" in Option-menu.
2755 (menu-bar-options-save): Add font-use-system-font.
2756
2757 * loadup.el: If feature system-font-setting or font-render-setting is
2758 there, load font-setting.
2759
2760 * Makefile.in (ELCFILES): Add font-settings.el.
2761 * font-setting.el: New file.
2762
2763 2009-11-17 Glenn Morris <rgm@gnu.org>
2764
2765 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
2766
2767 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
2768 Preserve point in the list buffer. (Bug#4939)
2769 Use point-at-eol.
2770 (newsticker--treeview-list-update-highlight)
2771 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
2772
2773 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
2774
2775 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
2776 Remove.
2777
2778 * calc/calc-ext.el (calc-init-extensions): Remove references to
2779 symclip.
2780
2781 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
2782
2783 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
2784 * calc/calc-help.el (calc-b-prefix-help): Remove references to
2785 `calc-symclip'.
2786
2787 2009-11-16 Kevin Ryde <user42@zip.com.au>
2788
2789 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
2790 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
2791
2792 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
2793 (lm-keywords-list): Allow comma-only separator like "foo,bar".
2794 Ignore trailing spaces by omit-nulls to split-string (fixing
2795 regression from Emacs 21 due to the incompatible split-string
2796 change). (Bug #4928.)
2797
2798 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
2799
2800 * vc.el (vc-log-show-limit): Default to 2000.
2801 (vc-print-log-internal): Insert buttons to request more entries
2802 when limiting the output.
2803
2804 * vc-sccs.el (vc-sccs-print-log):
2805 * vc-rcs.el (vc-rcs-print-log):
2806 * vc-cvs.el (vc-cvs-print-log):
2807 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
2808 LIMIT is non-nil.
2809
2810 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
2811
2812 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
2813 error when `tramp-gvfs-dbus-event-vector' is set.
2814 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
2815
2816 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2817
2818 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
2819
2820 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
2821
2822 * net/dbus.el (dbus-unregister-service): New defun.
2823 (dbus-register-property): Register the handlers of
2824 "org.freedesktop.DBus.Properties" for SERVICE.
2825 (dbus-property-handler): Fix docstring.
2826
2827 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2828
2829 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
2830 Quote doc string reference in defvaralias as it is not in special form.
2831 (byte-compile-output-docform): Doc fix.
2832
2833 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
2834
2835 * calc/calc.el (math-2-word-size, math-half-2-word-size)
2836 (calc-complement-signed-mode): New variables.
2837 (calc-set-mode-line): Add indicator for twos-complements.
2838 (math-format-number): Format twos-complement notation.
2839
2840 * calc/calc-bin.el (calc-word-size): Reset the variables
2841 `math-2-word-size' and `math-half-2-word-size'.
2842 (math-format-complement-signed, math-symclip, calcFunc-symclip)
2843 (calc-symclip): New functions.
2844
2845 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
2846
2847 * calc/calc-embed.el (calc-embedded-mode-vars):
2848 Add `calc-complement-signed-mode' to the list of modes.
2849
2850 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
2851 (calc-b-oper-keys): Add `calc-symclip' to list.
2852
2853 * calc/calc-ext.el (math-read-number-fancy): Read complement
2854 signed numbers.
2855 (calc-init-extensions): Add binding for `calc-symclip'.
2856 Add autoload for `calcFunc-symclip' and `calc-symclip'.
2857
2858 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
2859 `calc-symclip'.
2860 (calc-modes-menu): Add item for twos complement mode.
2861
2862 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
2863
2864 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
2865
2866 * register.el (jump-to-register, insert-register): Handle Semantic
2867 tags. From commented-out advice in semantic/senator.el.
2868
2869 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
2870
2871 * vc.el (vc-log-show-limit): New variable.
2872 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
2873 when using a prefix argument.
2874 (vc-print-log-internal): Add new argument LIMIT.
2875
2876 * vc-svn.el (vc-svn-print-log):
2877 * vc-mtn.el (vc-mtn-print-log):
2878 * vc-hg.el (vc-hg-print-log):
2879 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
2880 pass it to the log command when set. Make the BUFFER argument
2881 non-optional.
2882
2883 * vc-sccs.el (vc-sccs-print-log):
2884 * vc-rcs.el (vc-rcs-print-log):
2885 * vc-git.el (vc-git-print-log):
2886 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
2887 ignore it. Make the BUFFER argument non-optional
2888
2889 * bindings.el (mode-line-buffer-identification): Do not purecopy.
2890
2891 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
2892
2893 * dired.el (dired-mode-map): Move encryption items to "Operate"
2894 menu (Bug#4703).
2895
2896 * strokes.el (strokes-update-window-configuration): Make strokes
2897 buffer current before erasing (Bug#4906).
2898
2899 * cedet/semantic/idle.el (semantic-idle-summary-mode)
2900 (semantic-idle-summary-mode): Define using define-minor-mode
2901 instead of define-semantic-idle-service.
2902 (semantic-idle-summary-mode): New function.
2903 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
2904 that mouse motion does not reset the echo area.
2905
2906 2009-11-15 Juri Linkov <juri@jurta.org>
2907
2908 * simple.el (set-mark-default-inactive): Add :type, :group
2909 and :version. (Bug#4876)
2910
2911 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
2912
2913 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
2914 (archive-unique-fname): ... here. (Bug#4929)
2915
2916 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2917
2918 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
2919 with a real fix.
2920
2921 * novice.el (disabled-command-function): Add useful args.
2922 Setup the help buffer so that [back] works.
2923 Remove redundant call to help-mode.
2924 (disabled-command-function): Use `case'.
2925 (en/disable-command): New function extracted from enable-command.
2926 (enable-command, disable-command): Use it.
2927
2928 2009-11-14 Glenn Morris <rgm@gnu.org>
2929
2930 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
2931 constants. (Bug#4913)
2932
2933 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
2934
2935 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
2936
2937 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
2938 defined in C that have no doc-strings. (Bug#1063)
2939
2940 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
2941
2942 * cus-edit.el (data, files):
2943 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
2944
2945 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
2946
2947 * simple.el (shell-command): Doc fix (Bug#4891).
2948
2949 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
2950
2951 2009-11-14 Glenn Morris <rgm@gnu.org>
2952
2953 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
2954 statements for vc-diff, emerge-quit, and rmail-cease-edit.
2955 If they are already loaded, eval-after-load will do the right thing.
2956
2957 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
2958 compiling.
2959
2960 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
2961
2962 * simple.el (x-selection-owner-p): Declare.
2963 (read-mail-command): Use custom radio type rather than choice.
2964 (completion-no-auto-exit): Doc fix.
2965
2966 * custom.el (defgroup):
2967 * epg-config.el (epg): Doc fixes.
2968
2969 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
2970
2971 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
2972 * international/ccl.el (define-ccl-program): Do not purecopy the
2973 docstring, defconst does it anyway.
2974
2975 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2976
2977 * add-log.el (add-change-log-entry): Avoid displaying the changelog
2978 a second time.
2979
2980 * x-dnd.el (x-dnd-maybe-call-test-function):
2981 * window.el (split-window-vertically):
2982 * whitespace.el (whitespace-help-on):
2983 * vc-rcs.el (vc-rcs-consult-headers):
2984 * userlock.el (ask-user-about-lock-help)
2985 (ask-user-about-supersession-help):
2986 * type-break.el (type-break-force-mode-line-update):
2987 * time-stamp.el (time-stamp-conv-warn):
2988 * terminal.el (te-set-output-log, te-more-break, te-filter)
2989 (te-sentinel, terminal-emulator):
2990 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
2991 (term-write-input-ring, term-check-source, term-start-output-log):
2992 (term-display-buffer-line, term-dynamic-list-completions):
2993 (term-ansi-make-term, serial-term):
2994 * subr.el (selective-display):
2995 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
2996 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
2997 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
2998 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
2999 (speedbar-remove-localized-speedbar-support)
3000 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
3001 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
3002 (speedbar-buffers-line-directory):
3003 * simple.el (shell-command-on-region, append-to-buffer)
3004 (prepend-to-buffer):
3005 * shadowfile.el (shadow-save-todo-file):
3006 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
3007 (scroll-bar-maybe-set-window-start):
3008 * sb-image.el (speedbar-image-dump):
3009 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
3010 (load-save-place-alist-from-file):
3011 * ps-samp.el (ps-print-message-from-summary):
3012 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
3013 (ps-background-image, ps-begin-job, ps-do-despool):
3014 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
3015 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
3016 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
3017 (pr-call-process, pr-file-list, pr-interface-save):
3018 * novice.el (disabled-command-function)
3019 (enable-command, disable-command):
3020 * mouse.el (mouse-buffer-menu-alist):
3021 * mouse-copy.el (mouse-kill-preserving-secondary):
3022 * macros.el (kbd-macro-query):
3023 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
3024 * informat.el (batch-info-validate):
3025 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
3026 * hippie-exp.el (try-expand-dabbrev-visible):
3027 * help-mode.el (help-make-xrefs):
3028 * help-fns.el (describe-variable):
3029 * generic-x.el (bat-generic-mode-run-as-comint):
3030 * finder.el (finder-mouse-select):
3031 * find-dired.el (find-dired-sentinel):
3032 * filesets.el (filesets-file-close):
3033 * files.el (list-directory):
3034 * faces.el (list-faces-display, describe-face):
3035 * facemenu.el (list-colors-display):
3036 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
3037 * epg.el (epg--process-filter, epg-cancel):
3038 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
3039 (epa--read-signature-type):
3040 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
3041 (emerge-file-names):
3042 * ehelp.el (electric-helpify):
3043 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
3044 * ediff-vers.el (rcs-ediff-view-revision):
3045 * ediff-util.el (ediff-setup):
3046 * ediff-mult.el (ediff-append-custom-diff):
3047 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
3048 (ediff-wordify):
3049 * echistory.el (Electric-command-history-redo-expression):
3050 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3051 * disp-table.el (describe-display-table):
3052 * dired.el (dired-find-buffer-nocreate):
3053 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
3054 * dabbrev.el (dabbrev--same-major-mode-p):
3055 * chistory.el (list-command-history):
3056 * apropos.el (apropos-documentation):
3057 * allout.el (allout-obtain-passphrase):
3058 (allout-copy-exposed-to-buffer):
3059 (allout-verify-passphrase): Use with-current-buffer.
3060
3061 2009-11-13 Glenn Morris <rgm@gnu.org>
3062
3063 * Makefile.in (ELCFILES): Regenerate.
3064
3065 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
3066
3067 * net/dbus.el (dbus-registered-objects-table): Rename from
3068 `dbus-registered-functions-table', because it contains also properties.
3069 (dbus-unregister-object): Unregister also properties.
3070 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3071 Use a timeout of 500 msec, in order to not block.
3072 (dbus-register-property, dbus-property-handler): New defuns.
3073
3074 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3075
3076 * simple.el (minibuffer-default-add-completions): Drop deprecated
3077 4th arg.
3078
3079 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
3080
3081 * textmodes/artist.el (artist-mouse-choose-operation):
3082 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
3083 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
3084 (artist-compute-up-event-key): New function.
3085 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
3086
3087 2009-11-13 Kenichi Handa <handa@m17n.org>
3088
3089 * language/japan-util.el: Make sure that the value of jisx0208
3090 property is jisx0208 character.
3091
3092 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
3093
3094 * international/mule.el (auto-coding-regexp-alist): Only purecopy
3095 car or each item, not the whole list.
3096
3097 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3098
3099 * minibuffer.el (minibuffer-completion-help):
3100 Use minibuffer-hide-completions.
3101
3102 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
3103
3104 * dired.el (dired-save-positions, dired-restore-positions): New funs.
3105 (dired-revert): Use them (bug#4880).
3106
3107 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3108
3109 * tooltip.el (tooltip-frame-parameters): Undo previous change.
3110
3111 2009-11-12 Juri Linkov <juri@jurta.org>
3112
3113 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
3114 New functions.
3115 (find-file-literally-at-point): Alias of `ffap-literally'.
3116
3117 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3118
3119 * textmodes/ispell.el (ispell-skip-region-alist):
3120 * textmodes/css-mode.el (auto-mode-alist):
3121 * progmodes/compile.el (auto-mode-alist):
3122 * international/mule.el (ctext-non-standard-encodings-alist)
3123 (ctext-non-standard-encodings-regexp):
3124 * simple.el (shell-command-switch, text-read-only):
3125 * replace.el (occur-mode-map):
3126 * paths.el (rmail-file-name):
3127 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
3128 * find-file.el (ff-special-constructs):
3129 * files.el (file-name-handler-alist):
3130 * composite.el: Purecopy strings.
3131
3132 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
3133
3134 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3135
3136 * widget.el (define-widget): Purecopy the docstring.
3137 * international/mule-cmds.el (charset): Do not purecopy the
3138 docstring here, define-widget does it.
3139
3140 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3141 * textmodes/bibtex-style.el (auto-mode-alist):
3142 * progmodes/inf-lisp.el (inferior-lisp-prompt):
3143 * progmodes/compile.el (compile-command):
3144 * language/korea-util.el (default-korean-keyboard):
3145 * international/mule-conf.el (file-coding-system-alist):
3146 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
3147 * tooltip.el (tooltip-frame-parameters):
3148 * newcomment.el (comment-end, comment-padding):
3149 * dired.el (dired-trivial-filenames):
3150 * comint.el (comint-file-name-prefix): Purecopy initial values.
3151
3152 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
3153
3154 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
3155 (tramp-advice-minibuffer-electric-tilde): Unload advices via
3156 `tramp-unload'.
3157 (tramp-advice-make-auto-save-file-name)
3158 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
3159 after removing the advice.
3160
3161 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3162
3163 * progmodes/grep.el (grep-regexp-alist):
3164 * international/mule-cmds.el (iso-2022-control-alist):
3165 * emacs-lisp/timer.el (timer-duration-words):
3166 * subr.el (version-separator, version-regexp-alist):
3167 * minibuffer.el (completion-styles-alist):
3168 * faces.el (face-attribute-name-alist, list-faces-sample-text):
3169 Change defvars to defconsts.
3170
3171 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
3172 * loadup.el ("international/mule-conf"): Load the byte compiled version.
3173 * international/mule-conf.el: Allow to be byte compiled.
3174
3175 * international/mule.el (define-charset): Purecopy props.
3176 (load-with-code-conversion): Purecopy doc string and file name.
3177 (put-charset-property): Purecopy strings.
3178 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
3179
3180 * international/mule-cmds.el (register-input-method): Purecopy arguments.
3181 (define-char-code-property): Correctly purecopy the table.
3182
3183 * international/ccl.el (define-ccl-program): Purecopy the docstring.
3184
3185 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
3186
3187 * subr.el (add-hook): Purecopy strings.
3188 (eval-after-load): Purecopy load-history-regexp and the form.
3189
3190 * custom.el (custom-declare-group): Purecopy load-file-name.
3191
3192 * subr.el (menu-bar-separator): New defconst.
3193 * net/eudc.el (eudc-tools-menu):
3194 * international/mule-cmds.el (set-coding-system-map)
3195 (mule-menu-keymap):
3196 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3197 * vc-hooks.el (vc-menu-map):
3198 * replace.el (occur-mode-map):
3199 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
3200 (menu-bar-edit-menu, menu-bar-goto-menu)
3201 (menu-bar-custom-menu, menu-bar-showhide-menu)
3202 (menu-bar-options-menu, menu-bar-tools-menu)
3203 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
3204 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
3205 (menu-bar-help-menu):
3206 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
3207 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
3208
3209 * term/x-win.el (x-gtk-stock-map):
3210 * progmodes/vera-mode.el (auto-mode-alist):
3211 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
3212 (inferior-lisp-program, inferior-lisp-load-command):
3213 * progmodes/hideshow.el (hs-special-modes-alist):
3214 * progmodes/gud.el (same-window-regexps):
3215 * progmodes/grep.el (grep-program, find-program, xargs-program):
3216 * net/telnet.el (same-window-regexps):
3217 * net/rlogin.el (same-window-regexps):
3218 * language/ethiopic.el (font-ccl-encoder-alist):
3219 * vc-sccs.el (vc-sccs-master-templates):
3220 * vc-rcs.el (vc-rcs-master-templates):
3221 * subr.el (cl-assertion-failed):
3222 * simple.el (next-error-overlay-arrow-position):
3223 * lpr.el (lpr-command):
3224 * locate.el (locate-ls-subdir-switches):
3225 * info.el (same-window-regexps, info)
3226 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
3227 * image-mode.el (image-mode, auto-mode-alist):
3228 * hippie-exp.el (hippie-expand-ignore-buffers):
3229 * format.el (format-alist):
3230 * find-dired.el (find-ls-subdir-switches, find-grep-options)
3231 (find-name-arg):
3232 * facemenu.el (facemenu-keybindings):
3233 * dired.el (dired-listing-switches, dired-chown-program):
3234 * diff.el (diff-switches, diff-command):
3235 * cus-edit.el (same-window-regexps):
3236 * bindings.el (mode-line-mule-info)
3237 (mode-line-buffer-identification): Purecopy strings.
3238
3239 2009-11-11 Juri Linkov <juri@jurta.org>
3240
3241 * simple.el (dired-get-filename) <declare-function>:
3242 Tell the byte-compiler about dired-get-filename.
3243 (shell-command): In Dired mode, get filename from the current line
3244 as the default value.
3245
3246 2009-11-10 Glenn Morris <rgm@gnu.org>
3247
3248 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
3249 * calendar/holidays.el, progmodes/cperl-mode.el:
3250 Update x-popup-menu declarations.
3251
3252 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
3253 (list-load-path-shadows): Use dolist.
3254 (list-load-path-shadows): Use with-current-buffer.
3255
3256 2009-11-10 Juri Linkov <juri@jurta.org>
3257
3258 * minibuffer.el (read-file-name): Support a list of default values
3259 in `default-filename'. Use the first file name where only one
3260 element is required. Doc fix.
3261
3262 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
3263
3264 * net/dbus.el (dbus-unregister-object): Release service, if no
3265 other method is registered for it.
3266
3267 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
3268
3269 * bookmark.el (bookmark-completing-read): Sort bookmark names if
3270 bookmark-sort-flag is non-nil (Bug#4653).
3271
3272 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
3273
3274 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
3275 the progress reporter entirely.
3276
3277 * emulation/cua-base.el: Add CUA property to some CC mode commands
3278 (Bug#4100).
3279
3280 2009-11-08 Kevin Ryde <user42@zip.com.au>
3281
3282 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
3283 at end of sentence (Bug#4818).
3284
3285 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
3286
3287 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3288 Handle "see declaration of" MSFT statements (Bug#4100).
3289
3290 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
3291
3292 * net/tramp.el (tramp-advice-make-auto-save-file-name)
3293 (tramp-advice-file-expand-wildcards): Unload via
3294 `ad-remove-advice'.
3295
3296 * net/trampver.el: Update release number.
3297
3298 2009-11-08 Kevin Ryde <user42@zip.com.au>
3299
3300 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
3301 `ad-do-it'.
3302
3303 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
3304
3305 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
3306 in order to keep context in SELinux.
3307
3308 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
3309
3310 * dired-aux.el (dired-query): Place cursor in echo area and allow
3311 C-g.
3312
3313 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
3314 menu item if not on a directory (Bug#4701).
3315
3316 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
3317
3318 Sync with Tramp 2.1.17.
3319
3320 * net/tramp.el (tramp-handle-copy-directory): Don't use
3321 `file-remote-p' (due to compatibility).
3322
3323 * net/tramp-compat.el (tramp-compat-copy-directory)
3324 (tramp-compat-delete-directory): New defuns.
3325
3326 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
3327 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
3328 `tramp-compat-delete-directory'.
3329
3330 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
3331 (tramp-smb-handle-delete-directory): Use
3332 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
3333
3334 * net/trampver.el: Update release number.
3335
3336 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
3337
3338 * tar-mode.el (tar-copy): Call write-region on the right buffer
3339 (Bug#4857).
3340
3341 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
3342 by hand, if necessary (Bug#4878).
3343
3344 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
3345
3346 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
3347 align size column (Bug#4839).
3348
3349 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
3350 statement.
3351
3352 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
3353
3354 * progmodes/ld-script.el (auto-mode-alist):
3355 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
3356
3357 * cus-face.el (custom-declare-face): Purecopy face spec.
3358
3359 2009-11-06 Kenichi Handa <handa@m17n.org>
3360
3361 * international/uni-bidi.el: Re-generated.
3362 * international/uni-category.el: Re-generated.
3363 * international/uni-combining.el: Re-generated.
3364 * international/uni-mirrored.el: Re-generated.
3365
3366 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
3367
3368 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
3369 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
3370 (tex-start-options, slitex-run-command, latex-run-command)
3371 (tex-run-command, tex-directory):
3372 * textmodes/ispell.el (ispell-html-skip-alists)
3373 (ispell-tex-skip-alists, ispell-tex-skip-alists):
3374 * textmodes/fill.el (adaptive-fill-first-line-regexp):
3375 (adaptive-fill-regexp):
3376 * textmodes/dns-mode.el (auto-mode-alist):
3377 * progmodes/python.el (interpreter-mode-alist):
3378 * progmodes/etags.el (tags-compression-info-list):
3379 * progmodes/etags.el (tags-file-name):
3380 * net/browse-url.el (browse-url-galeon-program)
3381 (browse-url-firefox-program):
3382 * mail/sendmail.el (mail-signature-file)
3383 (mail-citation-prefix-regexp):
3384 * international/mule-conf.el (eight-bit):
3385 * international/latexenc.el (latex-inputenc-coding-alist):
3386 * international/fontset.el (x-pixel-size-width-font-regexp):
3387 * emacs-lisp/warnings.el (warning-type-format):
3388 * emacs-lisp/trace.el (trace-buffer):
3389 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
3390 (emacs-lisp-mode-map):
3391 * calendar/holidays.el (holiday-solar-holidays)
3392 (holiday-bahai-holidays, holiday-islamic-holidays)
3393 (holiday-christian-holidays, holiday-hebrew-holidays)
3394 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
3395 (hebrew-holidays-1, holiday-oriental-holidays)
3396 (holiday-general-holidays):
3397 * x-dnd.el (x-dnd-known-types):
3398 * tool-bar.el (tool-bar):
3399 * startup.el (site-run-file):
3400 * shell.el (shell-dumb-shell-regexp):
3401 * rfn-eshadow.el (file-name-shadow-tty-properties)
3402 (file-name-shadow-properties):
3403 * paths.el (remote-shell-program, news-directory):
3404 * mouse.el ([C-down-mouse-3]):
3405 * menu-bar.el (menu-bar-tools-menu):
3406 * jka-cmpr-hook.el (jka-compr-load-suffixes)
3407 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
3408 (jka-compr-compression-info-list):
3409 * isearch.el (search-whitespace-regexp):
3410 * image-file.el (image-file-name-extensions):
3411 * find-dired.el (find-ls-option):
3412 * files.el (directory-listing-before-filename-regexp)
3413 (directory-free-space-args, insert-directory-program)
3414 (list-directory-brief-switches, magic-fallback-mode-alist)
3415 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
3416 (automount-dir-prefix):
3417 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
3418 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
3419 (face-font-registry-alternatives, face-font-registry-alternatives)
3420 (face-font-family-alternatives):
3421 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
3422 (facemenu-foreground-menu, facemenu-face-menu):
3423 * epa-hook.el (epa-file-name-regexp):
3424 * dnd.el (dnd-protocol-alist):
3425 * textmodes/rst.el (auto-mode-alist):
3426 * button.el (default-button): Purecopy strings.
3427
3428 2009-11-06 Glenn Morris <rgm@gnu.org>
3429
3430 * Makefile.in (ELCFILES): Update.
3431
3432 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
3433
3434 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
3435 * emacs-lisp/levents.el: Move to obsolete/levents.el.
3436
3437 * nxml/xsd-regexp.el (xsdre-gen-categories):
3438 * nxml/xmltok.el (xmltok-parse-entity):
3439 * nxml/rng-parse.el (rng-parse-validate-file):
3440 * nxml/rng-maint.el (rng-format-manual)
3441 (rng-manual-output-force-new-line):
3442 * nxml/rng-loc.el (rng-save-schema-location-1):
3443 * nxml/rng-cmpct.el (rng-c-parse-file):
3444 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
3445 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
3446
3447 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
3448
3449 * verilog-mode.el (verilog-getopt-file, verilog-set-define):
3450 Remove extra save-excursions and make-variable-buffer-local's.
3451 Suggested by Stefan Monnier.
3452
3453 (verilog-getopt-file, verilog-module-inside-filename-p)
3454 (verilog-set-define): Merge GNU 1.35 and repair changes from
3455 switching to using with-current-buffer.
3456
3457 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
3458 being treated as a number and confusing AUTORESET.
3459 Reported by Dan Dever.
3460
3461 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
3462 Add verilog-auto-ignore-concat to fix backward compatibility with
3463 older verilog-modes. Reported by Dan Katz.
3464
3465 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
3466 containing closing anchors "...$".
3467
3468 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
3469 Reported by Wade Smith.
3470
3471 (verilog-batch-execute-func) Comment on function usage.
3472
3473 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
3474
3475 * verilog-mode.el (verilog-label-re): Fix regular expression for
3476 labels.
3477
3478 (verilog-label-re, verilog-calc-1): Support proper indent of named
3479 asserts.
3480
3481 (verilog-backward-token, verilog-basic-complete-re)
3482 (verilog-beg-of-statement, verilog-indent-re): Support proper
3483 indent of the assert statement at the beginning of a block of text.
3484
3485 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
3486 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
3487 tokens as begins.
3488
3489 2009-11-05 Glenn Morris <rgm@gnu.org>
3490
3491 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
3492 Emacs 19. (Bug#1531)
3493 (byte-compile-fix-header): Update for the above change.
3494 Drop test for epoch::version.
3495
3496 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
3497 * cus-dep.el (custom-make-dependencies):
3498 * finder.el (finder-compile-keywords):
3499 Use autoload-rubric's feature argument.
3500
3501 * calendar/diary-lib.el (top-level): Make load behave more like require.
3502
3503 * vc-git.el (vc-git-stash-map): Move definition before use.
3504
3505 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
3506
3507 * custom.el (custom-declare-group): Purecopy standard-value.
3508 (custom-declare-group): Purecopy custom-prefix.
3509
3510 * international/mule.el (load-with-code-conversion):
3511 Call do-after-load-evaluation unconditionally.
3512
3513 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
3514
3515 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
3516
3517 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
3518
3519 2009-11-04 Glenn Morris <rgm@gnu.org>
3520
3521 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
3522 (byte-compile-compatibility): Remove option.
3523 (byte-compile-close-variables, byte-compile-fix-header)
3524 (byte-compile-insert-header, byte-compile-output-docform)
3525 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
3526 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
3527 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
3528 (byte-compile-insert, byte-compile-defun):
3529 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
3530 (byte-defop-compiler19): Remove.
3531 Without byte-compile-compatibility, the 'emacs19-opcode property is not
3532 used by anything. Replace all calls with byte-defop-compiler.
3533
3534 2009-11-04 Juri Linkov <juri@jurta.org>
3535
3536 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
3537 (menu-bar-options-menu): Don't quote the `prop' arg of
3538 `menu-bar-make-mm-toggle'.
3539
3540 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
3541
3542 * calendar/calendar.el (cal-loaddefs):
3543 * calendar/diary-lib.el (diary-loaddefs):
3544 * calendar/holidays.el (hol-loaddefs):
3545 * eshell/esh-module.el (esh-groups): Load rather than require.
3546
3547 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3548
3549 * calendar/todo-mode.el (todo-add-category): Don't hardcode
3550 point-min==1.
3551 (todo-top-priorities): Only display-buffer when called interactively.
3552 (todo-item-start): Don't save excursion point.
3553 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
3554 (todo-insert-item-here, todo-file-item, todo-remove-item):
3555 Adjust uses of todo-item-start and todo-item-end.
3556
3557 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
3558 (autoload-rubric): Don't use any more.
3559 * cedet/semantic/fw.el (semantic/loaddefs):
3560 * cedet/srecode.el (srecode/loaddefs):
3561 * cedet/ede.el (ede/loaddefs): Load rather than require.
3562 * cedet/ede/cpp-root.el:
3563 * cedet/ede/emacs.el:
3564 * cedet/ede/files.el:
3565 * cedet/ede/linux.el:
3566 * cedet/ede/locate.el:
3567 * cedet/ede/make.el:
3568 * cedet/ede/shell.el:
3569 * cedet/ede/speedbar.el:
3570 * cedet/ede/system.el:
3571 * cedet/ede/util.el:
3572 * cedet/semantic/analyze.el:
3573 * cedet/semantic/bovine.el:
3574 * cedet/semantic/complete.el:
3575 * cedet/semantic/ctxt.el:
3576 * cedet/semantic/db-file.el:
3577 * cedet/semantic/db-find.el:
3578 * cedet/semantic/db-global.el:
3579 * cedet/semantic/db-mode.el:
3580 * cedet/semantic/db-typecache.el:
3581 * cedet/semantic/db.el:
3582 * cedet/semantic/debug.el:
3583 * cedet/semantic/dep.el:
3584 * cedet/semantic/doc.el:
3585 * cedet/semantic/edit.el:
3586 * cedet/semantic/find.el:
3587 * cedet/semantic/format.el:
3588 * cedet/semantic/html.el:
3589 * cedet/semantic/ia-sb.el:
3590 * cedet/semantic/ia.el:
3591 * cedet/semantic/idle.el:
3592 * cedet/semantic/lex-spp.el:
3593 * cedet/semantic/lex.el:
3594 * cedet/semantic/mru-bookmark.el:
3595 * cedet/semantic/scope.el:
3596 * cedet/semantic/senator.el:
3597 * cedet/semantic/sort.el:
3598 * cedet/semantic/symref.el:
3599 * cedet/semantic/tag-file.el:
3600 * cedet/semantic/tag-ls.el:
3601 * cedet/semantic/tag-write.el:
3602 * cedet/semantic/tag.el:
3603 * cedet/semantic/util-modes.el:
3604 * cedet/semantic/analyze/complete.el:
3605 * cedet/semantic/analyze/refs.el:
3606 * cedet/semantic/bovine/c.el:
3607 * cedet/semantic/bovine/gcc.el:
3608 * cedet/semantic/bovine/make.el:
3609 * cedet/semantic/bovine/scm.el:
3610 * cedet/semantic/decorate/include.el:
3611 * cedet/semantic/decorate/mode.el:
3612 * cedet/semantic/symref/cscope.el:
3613 * cedet/semantic/symref/global.el:
3614 * cedet/semantic/symref/grep.el:
3615 * cedet/semantic/symref/idutils.el:
3616 * cedet/semantic/symref/list.el:
3617 * cedet/semantic/wisent/java-tags.el:
3618 * cedet/semantic/wisent/javascript.el:
3619 * cedet/srecode/compile.el:
3620 * cedet/srecode/cpp.el:
3621 * cedet/srecode/document.el:
3622 * cedet/srecode/el.el:
3623 * cedet/srecode/expandproto.el:
3624 * cedet/srecode/getset.el:
3625 * cedet/srecode/insert.el:
3626 * cedet/srecode/java.el:
3627 * cedet/srecode/map.el:
3628 * cedet/srecode/mode.el:
3629 * cedet/srecode/template.el:
3630 * cedet/srecode/texi.el: Remove the file-local setting of
3631 generated-autoload-feature.
3632
3633 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
3634 and only put a prop if it is non-nil.
3635
3636 2009-11-03 Juri Linkov <juri@jurta.org>
3637
3638 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
3639 (menu-bar-options-menu): Fix list quoting (Bug#4429).
3640
3641 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
3642 and "Menu" to make top-level menu item visually one unit (like
3643 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
3644 multi-word menu items). Fix :help string for quit-window.
3645
3646 2009-11-03 Glenn Morris <rgm@gnu.org>
3647
3648 * cedet/mode-local.el (with-mode-local): Doc fix.
3649
3650 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
3651 (byte-compile-file-form-define-abbrev-table)
3652 (byte-compile-file-form-custom-declare-variable)
3653 (byte-compile-variable-ref, byte-compile-defvar):
3654 Whether or not a warning is enabled should only affect whether we issue
3655 the warning, not whether or not we collect the relevant data.
3656 Eg warnings can be turned on and off throughout the course of a file.
3657
3658 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
3659 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
3660
3661 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3662
3663 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
3664 * play/mpuz.el (mpuz-create-buffer):
3665 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
3666 (lm-print-y,s,noise, lm-print-w0, lm-init):
3667 * play/gomoku.el (gomoku-prompt-for-move):
3668 * play/fortune.el (fortune-in-buffer):
3669 * play/dissociate.el (dissociated-press):
3670 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
3671 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
3672 * mail/supercite.el (sc-eref-show):
3673 * mail/smtpmail.el (smtpmail-send-it):
3674 * mail/rmailsum.el (rmail-summary-next-labeled-message)
3675 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
3676 (rmail-summary-undelete-many, rmail-summary-rmail-update)
3677 (rmail-summary-goto-msg, rmail-summary-expunge)
3678 (rmail-summary-get-new-mail, rmail-summary-search-backward)
3679 (rmail-summary-add-label, rmail-summary-output-menu)
3680 (rmail-summary-output-body):
3681 * mail/rfc822.el (rfc822-addresses):
3682 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
3683 * mail/mailpost.el (post-mail-send-it):
3684 * mail/hashcash.el (hashcash-generate-payment):
3685 * mail/feedmail.el (feedmail-run-the-queue)
3686 (feedmail-queue-send-edit-prompt-help-first)
3687 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
3688 (feedmail-deduce-address-list):
3689 * eshell/esh-ext.el (eshell-remote-command):
3690 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
3691 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
3692 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
3693 (viper-save-string-in-file, viper-valid-marker):
3694 * emulation/viper-keym.el (viper-toggle-key):
3695 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
3696 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
3697 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
3698 * emulation/viper-cmd.el (viper-exec-form-in-vi)
3699 (viper-exec-form-in-emacs, viper-brac-function):
3700 * emulation/viper.el (viper-delocalize-var):
3701 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
3702 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
3703 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
3704 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
3705 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
3706 * emulation/edt.el (edt-electric-helpify):
3707 * emulation/cua-rect.el (cua--rectangle-aux-replace):
3708 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
3709 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
3710 (cua-indent-to-global-mark-column):
3711 * calendar/diary-lib.el (calendar-mark-1):
3712 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
3713 Use with-current-buffer.
3714 * emulation/viper.el (viper-delocalize-var): Use dolist.
3715
3716 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
3717
3718 * comint.el (comint-replace-by-expanded-history-before-point):
3719 Replace !! with the previous input string literally (Bug#1795).
3720
3721 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
3722
3723 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
3724 to be made up of whitespace.
3725
3726 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
3727
3728 * minibuffer.el (read-file-name): Don't use file dialogs for
3729 remote directories (Bug#99).
3730
3731 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
3732
3733 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
3734
3735 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
3736
3737 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
3738 instead of deleting the window or frame.
3739
3740 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
3741
3742 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
3743 Support face colors.
3744
3745 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
3746 New function. Support face colors (Bug#1168).
3747 (tex-common-initialization): Use it.
3748
3749 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
3750 mode allows it (Bug#1168).
3751
3752 2009-10-31 Juri Linkov <juri@jurta.org>
3753
3754 * facemenu.el (list-colors-display): Don't mark buffer as
3755 modified (Bug#3948).
3756
3757 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
3758
3759 * international/mule-diag.el (list-character-sets-1): Minor
3760 message fix (Bug#3526).
3761
3762 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
3763 face property (Bug#4834).
3764 (etags-list-tags, etags-tags-apropos-additional)
3765 (etags-tags-apropos, tags-select-tags-table): Add follow-link
3766 property.
3767
3768 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
3769 items.
3770
3771 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
3772 items.
3773
3774 * cedet/ede.el (ede-minor-mode):
3775 * cedet/semantic.el (semantic-mode): Toggle menu separators.
3776
3777 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
3778
3779 * textmodes/two-column.el (2C-split):
3780 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
3781 * textmodes/tex-mode.el (tex-set-buffer-directory):
3782 * textmodes/spell.el (spell-region, spell-string):
3783 * textmodes/reftex.el (reftex-erase-buffer):
3784 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
3785 * textmodes/reftex-toc.el (reftex-toc-promote-action):
3786 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
3787 (reftex-select-item):
3788 * textmodes/reftex-ref.el (reftex-label-info-update)
3789 (reftex-offer-label-menu):
3790 * textmodes/reftex-index.el (reftex-index-change-entry)
3791 (reftex-index-phrases-info):
3792 * textmodes/reftex-global.el (reftex-create-tags-file)
3793 (reftex-save-all-document-buffers, reftex-ensure-write-access):
3794 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
3795 (reftex-view-crossref-from-bibtex):
3796 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
3797 (reftex-extract-bib-entries-from-thebibliography)
3798 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
3799 * textmodes/refbib.el (r2b-capitalize-title):
3800 (r2b-convert-buffer, r2b-help):
3801 * textmodes/page-ext.el (pages-directory)
3802 (pages-directory-goto-with-mouse):
3803 * textmodes/bibtex.el (bibtex-validate-globally):
3804 * textmodes/bib-mode.el (bib-capitalize-title):
3805 * textmodes/artist.el (artist-clear-buffer, artist-system):
3806 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
3807 (local-set-scheme-interaction-buffer, xscheme-process-filter)
3808 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
3809 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
3810 (xscheme-send-control-g-interrupt, xscheme-start-process)
3811 (xscheme-process-sentinel, xscheme-cd):
3812 * progmodes/verilog-mode.el (verilog-read-always-signals)
3813 (verilog-set-define, verilog-getopt-file)
3814 (verilog-module-inside-filename-p):
3815 * progmodes/sh-script.el:
3816 * progmodes/python.el (python-pdbtrack-get-source-buffer)
3817 (python-pdbtrack-grub-for-buffer, python-execute-file):
3818 * progmodes/octave-inf.el (inferior-octave):
3819 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
3820 (idlwave-shell-compile-helper-routines, idlwave-set-local)
3821 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
3822 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
3823 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
3824 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
3825 (idlwave-shell-filter, idlwave-shell-examine-highlight)
3826 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
3827 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
3828 (idlwave-shell-examine-display, idlwave-shell-run-region)
3829 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
3830 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
3831 * progmodes/idlw-help.el (idlwave-help-get-special-help)
3832 (idlwave-help-get-help-buffer):
3833 * progmodes/gud.el (gud-basic-call, gud-find-class)
3834 (gud-tooltip-activate-mouse-motions-if-enabled):
3835 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
3836 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
3837 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
3838 (ebrowse-tags-next-file):
3839 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
3840 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
3841 (ebnf-eps-finish-and-write):
3842 * progmodes/cpp.el (cpp-edit-save):
3843 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
3844 * progmodes/cc-defs.el (c-emacs-features):
3845 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
3846 (antlr-directory-dependencies):
3847 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
3848 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
3849 (ada-find-any-references, ada-make-filename-from-adaname)
3850 (ada-make-body-gnatstub):
3851 * obsolete/rnews.el (news-list-news-groups):
3852 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
3853 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
3854 * net/rcirc.el (rcirc-debug):
3855 * net/newst-treeview.el (newsticker--treeview-list-add-item)
3856 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
3857 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
3858 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
3859 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
3860 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
3861 (newsticker--treeview-list-clear-highlight)
3862 (newsticker--treeview-list-update-highlight)
3863 (newsticker--treeview-list-highlight-start)
3864 (newsticker--treeview-tree-update-highlight)
3865 (newsticker--treeview-get-selected-item)
3866 (newsticker-treeview-mark-list-items-old)
3867 (newsticker--treeview-set-current-node):
3868 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
3869 * net/newst-backend.el (newsticker--get-news-by-funcall)
3870 (newsticker--get-news-by-wget, newsticker--image-get)
3871 (newsticker--image-sentinel):
3872 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
3873 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
3874 (eudc-ph-close-session):
3875 * net/eudc.el (eudc-save-options):
3876 * language/thai-word.el (thai-update-word-table):
3877 * language/japan-util.el (japanese-string-conversion):
3878 * international/titdic-cnv.el (tsang-quick-converter)
3879 (ziranma-converter, ctlau-converter):
3880 * international/mule-cmds.el (describe-language-environment):
3881 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
3882 (skkdic-convert-postfix, skkdic-convert-prefix):
3883 (skkdic-convert-okuri-nasi, skkdic-convert):
3884 * emacs-lisp/re-builder.el (reb-update-overlays):
3885 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
3886 * emacs-lisp/gulp.el (gulp-send-requests):
3887 * emacs-lisp/find-gc.el (trace-call-tree):
3888 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
3889 (eieio-describe-generic):
3890 * emacs-lisp/eieio-base.el (eieio-persistent-read):
3891 * emacs-lisp/edebug.el (edebug-outside-excursion):
3892 * emacs-lisp/debug.el (debugger-make-xrefs):
3893 * emacs-lisp/cust-print.el (custom-prin1-to-string):
3894 * emacs-lisp/chart.el (chart-new-buffer):
3895 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
3896 Use with-current-buffer.
3897 * textmodes/artist.el (artist-system): Don't call
3898 copy-sequence on a fresh string.
3899 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
3900
3901 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
3902
3903 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
3904 is no item to edit. (Bug#4820)
3905 (todo-top-priorities): Restore point and restore narrowing in Todo
3906 buffer. (Bug#4820)
3907
3908 2009-10-31 Glenn Morris <rgm@gnu.org>
3909
3910 * net/ange-ftp.el (top-level): Don't require dired when compiling.
3911 (comint-last-output-start, comint-last-input-start)
3912 (comint-last-input-end): Don't defvar when compiling.
3913 (ange-ftp-process-file): Use bound-and-true-p.
3914
3915 * pcmpl-rpm.el (top-level): Move provide statement to end.
3916 (pcmpl-rpm): Remove unused custom group.
3917
3918 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
3919
3920 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
3921
3922 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
3923 (byte-compile-warnings): Add `constants' as an option.
3924 (byte-compile-callargs-warn, byte-compile-arglist-warn)
3925 (display-call-tree): Update for byte-compile-fdefinition possibly
3926 returning `(macro lambda ...)'. (Bug#4778)
3927 (byte-compile-variable-ref, byte-compile-setq-default):
3928 Respect `constants' member of byte-compile-warnings.
3929
3930 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
3931 Use mapc rather than mapcar because the return value is never used.
3932
3933 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
3934 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
3935 * cedet/semantic/html.el:
3936 Suppress harmless warnings about setting up semantic-imenu (not
3937 part of Emacs) variables.
3938
3939 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3940
3941 * vc-bzr.el (vc-bzr-revision-keywords): New var.
3942 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
3943 to "submit:".
3944
3945 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
3946 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
3947 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
3948 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
3949 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
3950 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
3951 (semantic-analyzer-debug-global-symbol)
3952 (semantic-analyzer-debug-missing-innertype)
3953 (semantic-analyzer-debug-insert-include-summary):
3954 * cedet/semantic/util.el (semantic-file-tag-table):
3955 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
3956 (semantic-recursive-find-nonterminal-by-name):
3957 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
3958 * cedet/semantic/tag-file.el (semantic-prototype-file):
3959 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
3960 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
3961 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
3962 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
3963 (semantic-idle-summary-maybe-highlight):
3964 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
3965 (semantic-ia-sb-tag-info):
3966 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
3967 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
3968 * cedet/semantic/ede-grammar.el (project-compile-target):
3969 (ede-proj-makefile-insert-variables):
3970 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
3971 (semantic-debug-set-source-location, semantic-debug-interface-layout)
3972 (semantic-debug-mode, semantic-debug):
3973 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
3974 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
3975 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
3976 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
3977 (semanticdb-find-translate-path-includes--internal)
3978 (semanticdb-reset-log, semanticdb-find-log-activity):
3979 * cedet/semantic/db-file.el (object-write):
3980 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
3981 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
3982 (semanticdb-create-ebrowse-database):
3983 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
3984 * cedet/semantic/complete.el (semantic-displayor-focus-request)
3985 (semantic-collector-calculate-completions-raw)
3986 (semantic-complete-read-tag-analyzer):
3987 * cedet/semantic/analyze.el (semantic-analyze-pulse):
3988 * cedet/ede/util.el (ede-update-version-in-source):
3989 * cedet/ede/proj.el (project-delete-target):
3990 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
3991 (ede-proj-flush-autoconf):
3992 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
3993 (ede-proj-configure-synchronize):
3994 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
3995 * cedet/ede/linux.el (ede-linux-version):
3996 * cedet/ede/emacs.el (ede-emacs-version):
3997 * cedet/ede/dired.el (ede-dired-add-to-target):
3998 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
3999 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
4000 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
4001 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
4002 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
4003 (cedet-idutils-version-check):
4004 * cedet/cedet-global.el (cedet-gnu-global-call):
4005 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
4006 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
4007 * cedet/cedet-cscope.el (cedet-cscope-call)
4008 (cedet-cscope-expand-filename, cedet-cscope-version-check):
4009 Use with-current-buffer.
4010 * cedet/ede.el (ede-make-project-local-variable)
4011 (ede-set-project-variables, ede-set): Use dolist.
4012
4013 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
4014
4015 * textmodes/ispell.el (ispell-skip-region-alist):
4016 * international/mule-conf.el (eight-bit):
4017 * international/fontset.el (font-encoding-alist):
4018 * startup.el (pure-space-overflow-message):
4019 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
4020 * paths.el (gnus-nntp-service, rmail-spool-directory)
4021 (term-file-prefix):
4022 * files.el (save-some-buffers-action-alist):
4023 * cmuscheme.el (same-window-buffer-names):
4024 * ielm.el (same-window-buffer-names):
4025 * shell.el (same-window-buffer-names):
4026 * mail/sendmail.el (same-window-buffer-names):
4027 * progmodes/inf-lisp.el (same-window-buffer-names):
4028 * bindings.el (mode-line-client)
4029 (mode-line-column-line-number-mode-map):
4030 * language/tibetan.el (tibetan-precomposition-rule-regexp)
4031 (tibetan-precomposed-regexp): Purecopy string arguments.
4032
4033 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4034
4035 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
4036 (calcDigit-nondigit):
4037 * calc/calc-yank.el (calc-copy-to-buffer):
4038 * calc/calc-units.el (calc-invalidate-units-table):
4039 * calc/calc-trail.el (calc-trail-yank):
4040 * calc/calc-store.el (calc-insert-variables):
4041 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
4042 * calc/calc-prog.el (calc-read-parse-table):
4043 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
4044 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
4045 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
4046 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
4047 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
4048 (calc-graph-name, calc-graph-find-command, calc-graph-view)
4049 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
4050 * calc/calc-ext.el (calc-realign):
4051 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
4052 (calc-embedded-finish-edit, calc-embedded-make-info)
4053 (calc-embedded-finish-command, calc-embedded-stack-change):
4054 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
4055
4056 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
4057 (overload-docstring-extension): Use that info.
4058 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
4059 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
4060 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
4061 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
4062 (semantic-nonterminal-full-name): Add the new `when' info.
4063 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
4064 `assert'.
4065
4066 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
4067 shell-dynamic-complete-filename in preference to
4068 comint-dynamic-complete-filename.
4069
4070 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4071 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
4072 Don't consider whether the display supports colors.
4073 (bookmark-import-new-list): Use dolist.
4074 (bookmark-bmenu-mode-map): Move initialization into declaration.
4075 (bookmark-bmenu-list): Use dolist, simplify.
4076 (bookmark-show-all-annotations): Use save-selected-window and dolist.
4077 (menu-bar-final-items): Use push.
4078
4079 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
4080
4081 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
4082 it works on remote files.
4083 (vc-hg-diff): Don't pass any `--cwd' argument.
4084
4085 2009-10-27 Kevin Ryde <user42@zip.com.au>
4086
4087 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
4088 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
4089 (Further to Bug#3921).
4090
4091 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
4092
4093 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
4094 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
4095 calling `tramp-imap-put-file'. Add file size to the call.
4096 (tramp-imap-get-file-entries): Compute also user name, file size,
4097 and date.
4098 (tramp-imap-handle-insert-directory): Insert uid and gid.
4099 (tramp-imap-handle-file-attributes): Transform uid and gid
4100 according to `id-format'.
4101 (tramp-imap-put-file): New optional parameter SIZE. Encode file
4102 size in header X-Size.
4103
4104 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
4105
4106 * simple.el (transpose-subr): Give clearer error when the mark
4107 is not set. (Bug#4807)
4108
4109 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
4110
4111 * net/tramp.el (tramp-perl-file-truename): New defconst.
4112 Perl code contributed by yary <not.com@gmail.com> (tiny change).
4113 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
4114 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
4115 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
4116
4117 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
4118 Ignore `dired-call-process'.
4119 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
4120
4121 2009-10-26 Julian Scheid <julians37@gmail.com>
4122
4123 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
4124 (tramp-get-remote-readlink): New defun.
4125 (tramp-handle-file-truename): Use it.
4126 (tramp-handle-file-exists-p): Check file-attributes cache, assume
4127 file exists if cache value present.
4128 (tramp-check-cached-permissions) New defun.
4129 (tramp-handle-file-readable-p): Use it.
4130 (tramp-handle-file-writable-p): Likewise.
4131 (tramp-handle-file-executable-p): Likewise.
4132 (tramp-handle-file-name-all-completions): Try using Perl to get
4133 partial completions. When perl not available, combine `cd' and
4134 `ls' into single remote operation and use shell expansion to get
4135 partial remote directory contents. Set `file-exists-p' cache for
4136 directory and any files returned by ls. Change cache handling to
4137 support partial directory contents. Use error message emitted by
4138 remote `cd' or Perl code for local tramp-error.
4139 (tramp-do-copy-or-rename-file-directly): Avoid separate
4140 tramp-send-command-and-check call.
4141 (tramp-handle-process-file): Merge three remote ops into one.
4142 Do not flush all caches when `process-file-side-effects' is set.
4143 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
4144 file-attributes shows uid/gid to be set already.
4145
4146 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
4147
4148 * textmodes/tex-mode.el (tex-dvi-view-command)
4149 (tex-show-queue-command, tex-open-quote):
4150 * progmodes/ruby-mode.el (auto-mode-alist)
4151 (interpreter-mode-alist): Purecopy strings.
4152
4153 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
4154
4155 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
4156 string for the hook, keymap and abbrev table.
4157
4158 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
4159
4160 * x-dnd.el (x-dnd-xdnd-to-action):
4161 * startup.el (fancy-startup-text, fancy-about-text): Change to
4162 defconst from defvar.
4163
4164 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
4165
4166 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
4167 Purecopy initialization strings.
4168
4169 * mail/sendmail.el (mail-header-separator)
4170 (mail-personal-alias-file):
4171 * mail/rmail.el (rmail-default-dont-reply-to-names)
4172 (rmail-ignored-headers, rmail-retry-ignored-headers)
4173 (rmail-highlighted-headers, rmail-secondary-file-directory)
4174 (rmail-secondary-file-regexp):
4175 * files.el (null-device, file-name-invalid-regexp)
4176 (locate-dominating-stop-dir-regexp)
4177 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
4178 (interpreter-mode-alist): Use mapcar instead of mapc.
4179
4180 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
4181
4182 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
4183 (completion-ignored-extensions):
4184 (debug-ignored-errors): Purecopy strings.
4185
4186 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4187
4188 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
4189 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
4190 (pcomplete--here): Use push.
4191
4192 * subr.el (all-completions): Declare the 4th arg obsolete.
4193
4194 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4195
4196 * pcomplete.el (pcomplete-unquote-argument-function): New var.
4197 (pcomplete-unquote-argument): New function.
4198 (pcomplete--common-suffix): Always pay attention to case.
4199 (pcomplete--table-subvert): Quote and unquote the text.
4200 (pcomplete--common-quoted-suffix): New function.
4201 (pcomplete-std-complete): Use it and pcomplete-begin.
4202
4203 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
4204 we're inside a dedicated or minibuffer window.
4205
4206 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4207
4208 * cedet/semantic/fw.el (semantic-alias-obsolete)
4209 (semantic-varalias-obsolete): Make the `when' arg mandatory.
4210 (define-mode-overload-implementation):
4211 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
4212 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
4213 * cedet/semantic/util.el (semantic-file-token-stream)
4214 (semantic-something-to-stream):
4215 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
4216 (semantic-expand-nonterminal):
4217 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
4218 (semantic-find-dependency, semantic-find-nonterminal)
4219 (semantic-find-dependency):
4220 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
4221 (semantic-flex-text, semantic-flex-make-keyword-table)
4222 (semantic-flex-keyword-p, semantic-flex-keyword-put)
4223 (semantic-flex-keyword-get, semantic-flex-map-keywords)
4224 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
4225 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
4226 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
4227 (semantic-after-idle-scheduler-reparse-hooks):
4228 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
4229 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
4230 * cedet/semantic.el (semantic-toplevel-bovine-table)
4231 (semantic-toplevel-bovine-cache)
4232 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
4233 (semantic-init-mode-hooks, semantic-init-db-hooks)
4234 (semantic-bovination-working-type): Provide the `when' arg.
4235
4236 2009-10-24 Karl Fogel <kfogel@red-bean.com>
4237
4238 * bookmark.el: Update documentation, especially documentation
4239 of `bookmark-alist' and of the bookmark file format.
4240 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
4241
4242 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
4243
4244 * mail/emacsbug.el (report-emacs-bug): Clarify that the
4245 keybindings apply to the mail buffer (Bug#4003). Shrink help
4246 window to buffer.
4247
4248 * whitespace.el (whitespace-mode, whitespace-newline-mode)
4249 (global-whitespace-mode, global-whitespace-newline-mode)
4250 (whitespace-toggle-options, global-whitespace-toggle-options):
4251 Doc fix (Bug#3660).
4252
4253 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
4254 of xmltok-start before the end tag was inserted (Bug#2840).
4255
4256 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
4257 patterns that are preceded by an open-paren (Bug#1320).
4258
4259 2009-10-24 Sven Joachim <svenjoac@gmx.de>
4260
4261 * files.el (delete-directory): Delete symlinks to directories with
4262 delete-file (Bug#4739).
4263
4264 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
4265
4266 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
4267 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
4268 argument to make-obsolete.
4269
4270 * cedet/semantic/fw.el (semantic-alias-obsolete)
4271 (semantic-varalias-obsolete): Add optional WHEN argument.
4272
4273 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
4274
4275 * vc.el (vc-backend-for-registration): Rename from
4276 vc-get-backend-for-registration. Update callers.
4277
4278 * international/mule-cmds.el (set-language-info-alist):
4279 Purecopy lang-env.
4280 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
4281 (charset): Purecopy the name.
4282 (define-char-code-property): Purecopy string arguments.
4283
4284 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
4285 Purecopy string arguments.
4286
4287 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4288 * ediff-hook.el (menu-bar-ediff-menu):
4289 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
4290 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
4291
4292 2009-10-24 Glenn Morris <rgm@gnu.org>
4293
4294 * comint.el (comint-dynamic-list-completions):
4295 * term.el (term-dynamic-list-completions): Use choose-completion rather
4296 than obsolete alias mouse-choose-completion.
4297
4298 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
4299 file-cache-choose-completion.
4300 (file-cache-choose-completion): Handle an optional event argument.
4301 (file-cache-mouse-choose-completion): Make it an obsolete alias.
4302
4303 * progmodes/octave-mod.el (octave-complete-symbol):
4304 Use choose-completion if mouse-choose-completion is ever removed.
4305
4306 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
4307 use.
4308
4309 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
4310 compiler.
4311
4312 * vc-hooks.el (vc-responsible-backend): Fix declaration.
4313
4314 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4315
4316 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
4317 Ignore `pred' now that we receive one.
4318 Handle test-completion specially.
4319
4320 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4321
4322 * vc.el (vc-responsible-backend): Throw an error if not backend is
4323 found. Remove the REGISTER argument. Move the code dealing with
4324 REGISTER ...
4325 (vc-get-backend-for-registration): ... here. New function.
4326 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
4327 of vc-responsible-backend, pass the file name instead of the
4328 directory name.
4329
4330 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4331
4332 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
4333 New funs.
4334 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
4335 (pcomplete-comint-setup): Don't modify a global var via
4336 accidental side-effects.
4337 (pcomplete-shell-setup): Adjust call accordingly.
4338 (pcomplete-parse-comint-arguments): Use push.
4339
4340 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
4341
4342 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
4343 Allow uncapitalized info node names (Bug#3921).
4344
4345 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
4346 to the DEBUG file (Bug#3781).
4347
4348 2009-10-23 Jari Aalto <jari.aalto@cante.net>
4349
4350 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
4351 dictionary entry (Bug#4579).
4352
4353 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
4354
4355 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
4356 from `rfn-eshadow-update-overlay-hook' when unloading.
4357 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
4358 "rsyncc". Adjust doc string.
4359 (tramp-temp-buffer-file-name) New buffer-local defvar.
4360 (tramp-handle-insert-file-contents, tramp-handle-write-region):
4361 Keep temporary file when indicated by method ("rsync" and
4362 "rsyncc").
4363 (tramp-handle-write-region): Handle APPEND.
4364 (tramp-delete-temp-file-function): New defun. Added to
4365 `kill-buffer-hook'.
4366
4367 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
4368
4369 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
4370
4371 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4372
4373 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
4374 (color-name-rgb-alist, tty-standard-colors)
4375 (tty-color-mode-alist): Change to defconst.
4376
4377 * simple.el (mark-inactive): Purecopy message.
4378
4379 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
4380 (global-map, yank-menu):
4381 * textmodes/ispell.el (ispell-menu-map):
4382 * net/eudc.el (eudc-tools-menu):
4383 * international/mule-cmds.el (describe-language-environment-map)
4384 (setup-language-environment-map, set-coding-system-map)
4385 (mule-menu-keymap):
4386 * vc-hooks.el (vc-menu-entry, vc-menu-map):
4387 * replace.el (occur-mode-map):
4388 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
4389
4390 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
4391
4392 * calc/calc.el (math-read-number, math-read-number-simple): Use
4393 `save-match-data'.
4394
4395 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4396
4397 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
4398 rather than fiddling with global-map bindings, since it should only
4399 affect per-terminal settings.
4400 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
4401
4402 * minibuffer.el (completion-table-with-terminator): Allow to specify
4403 the terminator-regexp.
4404
4405 * simple.el (switch-to-completions): Look for *Completions* in other
4406 frames as well.
4407
4408 * pcomplete.el: Allow the use of completion-tables.
4409 (pcomplete-std-complete): New command.
4410 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
4411 (pcomplete--here): Use a function for `form' rather than an expression,
4412 so it can be byte-compiled.
4413 (pcomplete-here, pcomplete-here*): Adjust accordingly.
4414 Add edebug declaration.
4415 (pcomplete-show-completions): Remove unused var `curbuf'.
4416 (pcomplete-do-complete, pcomplete-stub):
4417 Don't assume `completions' is a list of strings any more.
4418
4419 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
4420
4421 * find-dired.el (find-name-arg): Fix typo in docstring.
4422
4423 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4424
4425 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
4426 (pcmpl-linux-fs-types): Same, and update to new modules layout.
4427
4428 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
4429 pcomplete-entries.
4430
4431 * comint.el (comint-read-input-ring, comint-write-input-ring)
4432 (comint-substitute-in-file-name)
4433 (comint-dynamic-complete-as-filename)
4434 (comint-dynamic-simple-complete)
4435 (comint-dynamic-list-filename-completions)
4436 (comint-dynamic-list-completions)
4437 (comint-redirect-results-list-from-process): Minor simplifications.
4438
4439 2009-10-21 Kevin Ryde <user42@zip.com.au>
4440
4441 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4442 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
4443 the first form. And insert a blank line after ";;; Code" since
4444 that's usual style. (Bug#4612)
4445
4446 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
4447
4448 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4449
4450 * minibuffer.el (completion-table-with-terminator): Properly implement
4451 boundaries, in case `terminator' appears in the suffix.
4452 (completion--embedded-envvar-table): Don't return boundaries if
4453 there's no valid completion. Simplify.
4454 (completion-file-name-table): New completion table extracted from
4455 completion--file-name-table.
4456 (completion--file-name-table): Use it.
4457 (read-file-name-predicate): Declare obsolete.
4458 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
4459 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
4460 completion-file-name-table, and use the `pred' argument.
4461 * files.el (locate-file-completion-table): Use the `pred' arg rather
4462 than read-file-name-predicate.
4463 (abbreviate-file-name): Use \` rather than ^ for BOS.
4464
4465 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
4466
4467 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
4468 vc-responsible-backend to register, it causes problems.
4469
4470 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4471
4472 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
4473
4474 2009-10-21 Eric Ludlam <zappo@gnu.org>
4475
4476 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
4477 (semantic-c-debug-mode-init-pch): New functions.
4478 (semantic-c-debug-mode-init-last-mode): New var.
4479 (semantic-c-parse-lexical-token): Use them.
4480
4481 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
4482 When extracting the argument list, limit only by point-max.
4483
4484 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
4485
4486 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
4487 (tramp-smb-handle-file-attributes): Use it.
4488 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
4489 (tramp-smb-handle-insert-directory): Use `mapc' rather than
4490 `mapcar'. Use `tramp-smb-get-stat-capability'.
4491 Add `dired-filename' text properties.
4492 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
4493 (tramp-smb-maybe-open-connection): Simplify check for smbclient
4494 version.
4495
4496 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
4497
4498 * subr.el (read-key-delay): Reduce to 0.01.
4499 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
4500 (bug#4751).
4501
4502 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4503
4504 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
4505
4506 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
4507 (Info-menu): Remove unused vars `last' and `completions'.
4508 (Info-index-nodes): Remove unused var `node'.
4509
4510 * info.el (Info-complete-menu-item): Use complete-with-action.
4511
4512 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
4513
4514 Make vc-annotate work through copies and renames.
4515 * vc-annotate.el (vc-annotate-extract-revision-at-line):
4516 Return the file name too.
4517 (vc-annotate-revision-at-line)
4518 (vc-annotate-find-revision-at-line)
4519 (vc-annotate-revision-previous-to-line)
4520 (vc-annotate-show-log-revision-at-line): Update to get the file
4521 name from vc-annotate-extract-revision-at-line.
4522 (vc-annotate-show-diff-revision-at-line-internal): Change the
4523 argument to mean whether to show a file diff or not. Get the file
4524 name from vc-annotate-extract-revision-at-line.
4525 (vc-annotate-show-diff-revision-at-line):
4526 Update vc-annotate-show-diff-revision-at-line call.
4527 (vc-annotate-warp-revision): Add an optional file argument.
4528
4529 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
4530 (vc-git-annotate-extract-revision-at-line): Also return the file
4531 name if found.
4532
4533 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
4534 command. Remove unused code.
4535 (vc-hg-annotate-re): Update to match --follow output.
4536 (vc-hg-annotate-extract-revision-at-line): Also return the file
4537 name if found.
4538
4539 * vc.el: Update annotate-extract-revision-at-line documentation.
4540
4541 2009-10-18 Kevin Ryde <user42@zip.com.au>
4542
4543 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
4544 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
4545
4546 * net/browse-url.el (browse-url): Identify alist with "consp and
4547 not functionp" and let all other things go down the `apply' leg,
4548 as suggested by Stefan. (Further to bug#4531.)
4549
4550 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
4551
4552 * minibuffer.el (read-file-name): Check for repeat before putting
4553 a default argument in file-name-history (Bug#4657).
4554
4555 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
4556 read syntax (Bug#4737).
4557
4558 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
4559
4560 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
4561
4562 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
4563 (html-tag-alist, html-tag-help): Add descriptions for undocumented
4564 entries and make note of obsolete tags.
4565
4566 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4567
4568 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
4569
4570 2009-10-18 Glenn Morris <rgm@gnu.org>
4571
4572 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
4573 grep, so that binary files (eg international/uni-bidi.el) can match.
4574 Remove test for "UnicodeData" files, since it is hopefully unnecessary
4575 now, and in any case the file header format has changed.
4576
4577 2009-10-17 Glenn Morris <rgm@gnu.org>
4578
4579 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
4580 (flyspell-get-word, flyspell-large-region)
4581 (flyspell-auto-correct-previous-word): Doc/error message fixes.
4582
4583 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
4584
4585 * Makefile.in (ELCFILES): Add ede/shell.
4586
4587 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
4588
4589 * term/common-win.el (x-colors): Purecopy it.
4590
4591 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4592
4593 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
4594 permissive for when the buffer is empty.
4595 (tar-header-block-tokenize): Decode the username and groupname.
4596 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
4597
4598 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
4599
4600 * cedet/srecode/srt.el:
4601 * cedet/srecode/compile.el:
4602 * cedet/semantic/mru-bookmark.el:
4603 * cedet/semantic/debug.el:
4604 * cedet/semantic/complete.el:
4605 * cedet/semantic/analyze.el: Require CL when compiling.
4606
4607 2009-10-17 Eric Ludlam <zappo@gnu.org>
4608
4609 * cedet/semantic/scope.el
4610 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
4611 tmpscope so that the regular scope will continue to work.
4612
4613 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
4614 Use semantic-idle-summary-highlight-face as the highlighting.
4615
4616 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
4617 contains multibyte characters, choose first applicable coding
4618 system automatically.
4619
4620 * cedet/ede/project-am.el (project-run-target): New method.
4621 (project-run-target): New method.
4622
4623 * cedet/ede.el (ede-target): Add run target menu item.
4624 (ede-project, ede-minor-keymap): Add ede-run-target binding.
4625 (ede-run-target): New function.
4626 (ede-target::project-run-target): New method.
4627
4628 * cedet/ede/proj.el (project-run-target): New method.
4629
4630 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
4631 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
4632 Add :rules.
4633 (ede-proj-target-makefile-shared-object): Only libtool compilers
4634 now available. Add linkers for libtool.
4635 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
4636 (ede-proj-makefile-target-name): Always use .la extension.
4637
4638 * cedet/ede/proj-prog.el (project-run-target): New method.
4639
4640 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
4641 (ede-g++-linker): Change Change link lines.
4642
4643 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
4644 When searching for old variables, go to the end of the buffer and
4645 search backward from there.
4646 (ede-proj-makefile-automake-insert-subdirs)
4647 (ede-proj-makefile-automake-insert-extradist): New methods.
4648 (ede-proj-makefile-create): Use them.
4649
4650 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
4651 Force FILE to expand to the current target. Use file-exists-p to
4652 check that it exists.
4653
4654 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
4655 (ede-linux-load): Wrap dir in file-name-as-directory.
4656 Set :version slot.
4657
4658 * cedet/ede/files.el (ede-get-locator-object): When enabling
4659 locate, do so on "top".
4660
4661 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
4662 file-name-as-directory during compare.
4663 (ede-emacs-version): Return Emacs/XEmacs differentiator.
4664 Get version number from different places. Don't call egrep.
4665 (ede-emacs-load): Set :version slot. Call file-name-as-directory
4666 to set the directory.
4667
4668 * cedet/ede/shell.el: New file.
4669
4670 * cedet/inversion.el (inversion-decoders): Allow for stray . in
4671 alpha/beta variants.
4672
4673 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4674
4675 * international/mule-cmds.el (select-safe-coding-system): If the file
4676 has a coding cookie, use it regardless of any other setting (bug#4712).
4677
4678 2009-10-17 Glenn Morris <rgm@gnu.org>
4679
4680 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
4681 All errors should have messages.
4682
4683 * foldout.el (foldout-mouse-swallow-events):
4684 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
4685
4686 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
4687 (dired-keep-marker-copy, dired-keep-marker-hardlink)
4688 (dired-keep-marker-symlink, dired-dwim-target)
4689 (dired-copy-preserve-time): Do not autoload these defcustoms.
4690
4691 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
4692 messages from messing up the file coding. (Bug#4623)
4693
4694 2009-10-17 Jari Aalto <jari.aalto@cante.net>
4695
4696 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
4697 if no match is found for the current dictionary. (Bug#4578)
4698
4699 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
4700 optional, since that is how it is documented, and this is often called
4701 with a nil argument. (Bug#4577)
4702 (flyspell-external-point-words, flyspell-auto-correct-word)
4703 (flyspell-correct-word-before-point, flyspell-word-search-forward)
4704 (flyspell-word-search-backward): Remove nil argument in calls to
4705 flyspell-get-word, since it is not needed now.
4706
4707 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
4708
4709 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
4710
4711 2009-10-16 Glenn Morris <rgm@gnu.org>
4712
4713 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
4714
4715 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4716
4717 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
4718 (ange-ftp-file-size): New function.
4719 (ange-ftp-file-attributes): Use it.
4720
4721 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
4722
4723 * net/tramp-smb.el (tramp-smb-version): New defvar.
4724 (tramp-smb-maybe-open-connection): Use it, in order to avoid
4725 repeated checks.
4726
4727 2009-10-16 Glenn Morris <rgm@gnu.org>
4728
4729 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
4730 Maybe copy some custom properties from old to new name. (Bug#4706)
4731
4732 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
4733
4734 * subr.el (error, sit-for, start-process-shell-command)
4735 (start-file-process-shell-command): Set the calling convention
4736 after the function definition.
4737
4738 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
4739
4740 * subr.el (error, sit-for, start-process-shell-command)
4741 (start-file-process-shell-command): Use the new
4742 set-advertised-calling-convention feature.
4743
4744 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
4745
4746 * international/ucs-normalize.el (ucs-normalize-version):
4747 Change to 1.2.
4748 (check-range): Adjust for Unicode 5.2.
4749
4750 2009-10-15 Juri Linkov <juri@jurta.org>
4751
4752 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
4753 to the `menu-item' format.
4754
4755 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
4756
4757 * net/tramp.el (tramp-replace-environment-variables): Do not fail
4758 if the environment variable does not exist.
4759
4760 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
4761 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
4762 parameter.
4763 (tramp-smb-handle-add-name-to-file)
4764 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
4765 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
4766 (tramp-smb-handle-file-attributes)
4767 (tramp-smb-do-file-attributes-with-stat)
4768 (tramp-smb-handle-file-local-copy)
4769 (tramp-smb-handle-insert-directory)
4770 (tramp-smb-handle-make-directory)
4771 (tramp-smb-handle-make-directory-internal)
4772 (tramp-smb-handle-make-symbolic-link)
4773 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
4774 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
4775 (tramp-smb-maybe-open-connection): Apply the changed parameters.
4776 (tramp-smb-read-file-entry): Read Disk names in compressed format.
4777 Handle long file names.
4778 (tramp-smb-get-cifs-capabilities): Check, whether the connection
4779 process is running.
4780 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
4781 Read share names with "-g" option.
4782
4783 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
4784
4785 * net/rcirc.el (rcirc-view-log-file): New command.
4786 (rcirc-track-minor-mode-map): Remove C-c ` binding.
4787 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
4788 specified.
4789
4790 2009-10-15 Glenn Morris <rgm@gnu.org>
4791
4792 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
4793 from the second command-line argument.
4794 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
4795 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
4796 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
4797 w32-batch-update-autoloads.
4798 * emacs-lisp/autoload.el (autoload-make-program): New variable.
4799 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
4800
4801 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
4802 the headers cannot be located. Simplify, subtracting superflous
4803 save-excursions.
4804
4805 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
4806
4807 Replace completion-base-size by completion-base-position to fix bugs
4808 such as (bug#4699).
4809 * simple.el (completion-base-position): New var.
4810 (completion-base-size): Mark as obsolete.
4811 (choose-completion): Make it work for mouse events as well.
4812 Pass the new base-position to choose-completion-string.
4813 (choose-completion-guess-base-position): New function, extracted from
4814 choose-completion-delete-max-match.
4815 (choose-completion-delete-max-match): Use it. Make obsolete.
4816 (choose-completion-string): Use the new base-position info.
4817 (completion-root-regexp): Delete.
4818 (completion-setup-function): Preserve completion-base-position.
4819 Eliminate obsolete base-size manipulation.
4820 * minibuffer.el (display-completion-list): Don't mess with base-size.
4821 (minibuffer-completion-help): Set completion-base-position instead.
4822 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
4823 choose-completion.
4824 * textmodes/bibtex.el (bibtex-complete):
4825 * emacs-lisp/crm.el (crm--choose-completion-string):
4826 Adjust to new calling convention.
4827 * complete.el (partial-completion-mode): Use minibufferp to avoid
4828 bumping into incompatible change to choose-completion-string-functions.
4829 * ido.el (ido-choose-completion-string): Make its calling convention
4830 more permissive.
4831 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
4832 base-size manipulation.
4833 (comint-dynamic-list-input-ring): Use dotimes and push.
4834 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
4835 fundamental-mode. Use `or'.
4836
4837 2009-10-14 Juri Linkov <juri@jurta.org>
4838
4839 * misearch.el (multi-isearch-next-buffer-from-list)
4840 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
4841
4842 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
4843
4844 * Makefile.in (compile-onefile): Load `bytecomp' rather than
4845 `bytecomp.el'.
4846
4847 * minibuffer.el (completion-pcm--merge-completions): Make sure the
4848 string we return is all made up of text from the completions rather
4849 than part from the completions and part from the input (bug#4219).
4850
4851 * ido.el (ido-everywhere): Use define-minor-mode.
4852
4853 * buff-menu.el (list-buffers, ctl-x-map):
4854 Mark the entry points with ;;;###autoload cookies.
4855
4856 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
4857
4858 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
4859 correctly in the detached head case.
4860 (vc-git-print-log): Remove unused binding.
4861
4862 * vc.el (vc-responsible-backend): When a directory is passed for
4863 for registration create a VC repository if no backend is
4864 responsible for the directory argument.
4865 (vc-deduce-fileset): Tell vc-responsible-backend to register.
4866
4867 * vc.el: Move comments about RCS and SCCS ...
4868 * vc-rcs.el:
4869 * vc-sccs.el: ... here, respectively.
4870
4871 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
4872
4873 * minibuffer.el (completion--file-name-table): Return nil if there's
4874 no file completion, even if substitute-in-file-name changed
4875 the string (bug#4708).
4876
4877 2009-10-13 Juri Linkov <juri@jurta.org>
4878
4879 * files-x.el (read-file-local-variable-value): Don't filter out
4880 minor modes from mode name completion (bug#4664).
4881
4882 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
4883
4884 * international/mule-cmds.el (ucs-names): Remove exclusion of
4885 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
4886
4887 2009-10-13 Kenichi Handa <handa@m17n.org>
4888
4889 * international/uni-name.el: Regenerated.
4890
4891 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
4892
4893 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
4894 should be automatically buffer-local, but isn't.)
4895
4896 2009-10-12 Sam Steingold <sds@gnu.org>
4897
4898 * progmodes/compile.el (compilation-next-error-function): Fix the
4899 timestamps if the buffer has been visited before.
4900 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
4901 non-anchored patterns, like the perl one (bug#3928).
4902
4903 2009-10-12 Glenn Morris <rgm@gnu.org>
4904
4905 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
4906 Let-bind `size'.
4907
4908 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
4909
4910 * proced.el (proced-unload-function): New function.
4911
4912 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
4913 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
4914 Doc fix.
4915
4916 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
4917
4918 2009-10-11 Juri Linkov <juri@jurta.org>
4919
4920 * files-x.el (read-file-local-variable-value):
4921 Provide default value only for bound variables (bug#4664).
4922
4923 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
4924
4925 * net/tramp.el (tramp-local-host-p): Function shall return nil for
4926 connection methods like smb.
4927
4928 * net/tramp-cache.el (tramp-flush-connection-property): The hash
4929 can be empty.
4930
4931 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
4932 (tramp-smb-file-name-handler-alist): Add handlers for
4933 `add-name-to-file', `make-symbolic-link'.
4934 (tramp-smb-handle-add-name-to-file)
4935 (tramp-smb-do-file-attributes-with-stat)
4936 (tramp-smb-handle-make-symbolic-link)
4937 (tramp-smb-get-cifs-capabilities): New defuns.
4938 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
4939 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
4940 (tramp-smb-handle-file-local-copy)
4941 (tramp-smb-handle-make-directory-internal)
4942 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
4943 The file name syntax depends on cifs capabilities.
4944 (tramp-smb-handle-file-attributes):
4945 Call `tramp-smb-do-file-attributes-with-stat' if possible.
4946 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
4947 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
4948
4949 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
4950
4951 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
4952 (eieio-defclass): Apply deftype handler and setf-method properties
4953 directly.
4954 (eieio-add-new-slot): Avoid union function from cl library.
4955 (eieio--typep): New function.
4956 (eieio-perform-slot-validation): Use it.
4957
4958 2009-10-10 Karl Fogel <kfogel@red-bean.com>
4959
4960 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
4961 Update documentation to refer to the variables documented in r1.135.
4962 (Bug#4188)
4963
4964 2009-10-10 Karl Fogel <kfogel@red-bean.com>
4965
4966 * bookmark.el (Info-suffix-list): Remove this unused variable.
4967 (bookmark-current-point): Remove this obsolete variable.
4968 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
4969 Adjust for removal of bookmark-current-point.
4970
4971 (bookmarks-already-loaded, bookmark-current-buffer)
4972 (bookmark-yank-point): Document. (Bug#4188)
4973
4974 2009-10-10 Glenn Morris <rgm@gnu.org>
4975
4976 * frame.el (frame-height): Doc fix.
4977
4978 * calendar/calendar.el (calendar-split-width-threshold): New option.
4979 (calendar-basic-setup): Use calendar-split-width-threshold.
4980
4981 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
4982
4983 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
4984 Use .la for Automake.
4985
4986 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
4987
4988 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
4989 Use "autoreconf -i". Suggested by Andreas Schwab.
4990
4991 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
4992
4993 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
4994 Ideographic Supplement" range (U+1F200..U+1F2FF).
4995
4996 2009-10-09 Karl Fogel <kfogel@red-bean.com>
4997
4998 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
4999 since the list will have been rebuilt anyway. (Bug#4349)
5000
5001 2009-10-09 Karl Fogel <kfogel@red-bean.com>
5002
5003 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
5004 (bookmark-bmenu-execute-deletions): Don't save here, as
5005 bookmark-delete will now do so if necessary.
5006 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
5007 (Bug#4348)
5008
5009 2009-10-09 Glenn Morris <rgm@gnu.org>
5010
5011 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
5012
5013 2009-10-09 Karl Fogel <kfogel@red-bean.com>
5014
5015 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
5016 (bookmark-jump-other-window): Just invoke bookmark-jump with new
5017 argument now, so the two function's behaviors will match. (Bug#3645)
5018
5019 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
5020
5021 * cedet/ede/proj.el (project-make-dist, project-compile-project):
5022 Fix filename test.
5023 (ede-proj-dist-makefile): Use expand-file-name instead of concat
5024 to expand file names.
5025
5026 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
5027
5028 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
5029 (tramp-file-name-real-host, tramp-file-name-port):
5030 Apply `save-match-data'.
5031
5032 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
5033 case both directories are remote.
5034 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
5035 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
5036
5037 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
5038
5039 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
5040 (ede-proj-target-makefile-objectcode): Use it.
5041
5042 * cedet/ede/source.el (ede-want-any-source-files-p)
5043 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
5044 Return search result. This error was introduced while merging.
5045
5046 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
5047
5048 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
5049
5050 2009-10-07 Glenn Morris <rgm@gnu.org>
5051
5052 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
5053 of concat.
5054
5055 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5056
5057 * files-x.el (read-file-local-variable): Include some
5058 non-user-variables in the completion table (bug#4664).
5059
5060 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
5061
5062 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
5063 message.
5064
5065 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5066 (tramp-smb-file-name-handler-alist): Add handler for
5067 `copy-directory', `expand-file-name', `set-file-modes'.
5068 (tramp-smb-handle-copy-directory)
5069 (tramp-smb-handle-expand-file-name)
5070 (tramp-smb-handle-set-file-modes): New defuns.
5071 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
5072 (tramp-smb-handle-file-attributes): Simplify check for retrieving
5073 entry.
5074 (tramp-smb-handle-insert-directory): Don't flush the cache.
5075 (tramp-smb-maybe-open-connection): Check for samba client and
5076 server versions.
5077
5078 2009-10-07 Eli Zaretskii <eliz@gnu.org>
5079
5080 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
5081 to not error out of search for "^lisp=" fails.
5082
5083 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
5084
5085 * makefile.w32-in (WINS_UPDATES): New macro.
5086 (custom-deps, finder-data, autoloads): Use it.
5087
5088 2009-10-07 Glenn Morris <rgm@gnu.org>
5089
5090 * Makefile.in (autoloads): Revert previous change.
5091 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
5092 the list of preloaded files passed on the command-line, get
5093 it from src/Makefile.
5094
5095 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
5096 show the original buffer rather than a random one.
5097
5098 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
5099
5100 * help.el (describe-no-warranty): Place point in a slightly better
5101 position in the GPLv3 text.
5102
5103 2009-10-06 Sam Steingold <sds@gnu.org>
5104
5105 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
5106 the comm attribute is present before calling regexp-quote.
5107
5108 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
5109
5110 * play/animate.el (animate-string): For good effect, make sure
5111 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
5112
5113 * play/animate.el (animate-sequence, animate-birthday-present):
5114 * misc.el (butterfly): Don't set `indent-tabs-mode'.
5115
5116 2009-10-06 Glenn Morris <rgm@gnu.org>
5117
5118 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
5119
5120 * emacs-lisp/autoload.el (autoload-excludes): New variable.
5121 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
5122 (batch-update-autoloads): Process a string value of autoload-excludes,
5123 set during the build process.
5124 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
5125
5126 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
5127 inside with-parsed... macro so that `v' is defined.
5128
5129 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
5130 * progmodes/fortran.el (fortran-end-of-block)
5131 (fortran-beginning-of-block):
5132 Also push mark in the macro case.
5133
5134 * emerge.el (emerge-show-file-name):
5135 * calc/calc.el (calc-quit):
5136 * calc/calc-misc.el (calc-big-or-small):
5137 * calc/calc-graph.el (calc-graph-view):
5138 * calc/calc-ext.el (calc-reset):
5139 * calendar/calendar.el (calendar-basic-setup):
5140 Use window-full-height-p.
5141
5142 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
5143 header we don't understand, don't insert another. (Bug#4624)
5144 If changing mime charset, insert the new one in the right place.
5145
5146 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
5147
5148 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
5149 (cal-tex-cursor-month): Correctly increment the end date for diary and
5150 holiday listing. (Bug#4626)
5151
5152 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5153
5154 * help-fns.el (describe-function-1): Don't burp if the function is not
5155 a symbol.
5156
5157 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
5158
5159 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
5160 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
5161 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
5162 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
5163
5164 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
5165 (eieio-default-superclass): Reflow docstrings.
5166 (this, class-option-assoc, defclass, eieio-class-un-autoload)
5167 (eieio-unbind-method-implementations, defmethod)
5168 (eieio-validate-slot-value, eieio-validate-class-slot-value)
5169 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
5170 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
5171 (eieio-slot-originating-class-p, eieio-slot-name-index)
5172 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
5173 (constructor, initialize-instance, no-next-method, object-print)
5174 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
5175 Fix typos in docstrings.
5176 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
5177 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
5178 (next-method-p): Doc fixes.
5179 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
5180 Fix typos in error messages.
5181 (eieio-defmethod): Fix typo in description of generic method.
5182
5183 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
5184 (eieio-persistent-save-interactive, slot-missing):
5185 Fix typos in docstrings.
5186 (eieio-instance-inheritor-slot-boundp): Doc fix.
5187
5188 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
5189 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
5190
5191 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
5192 (eieio-custom-object-apply-reset):
5193 Fix typos in docstrings and error messages.
5194
5195 * emacs-lisp/eieio-datadebug.el (data-debug-show):
5196 Fix typo in docstring.
5197
5198 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
5199 (eieio-browse-tree): Doc fix.
5200 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
5201 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
5202 Fix typos in docstrings.
5203
5204 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
5205 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
5206 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
5207 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
5208 Reflow docstrings.
5209
5210 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
5211
5212 * vc-hg.el (log-view-vc-backend): Declare for compiler.
5213 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
5214 Set log-view-vc-backend so that diff can work.
5215
5216 * log-view.el (log-view-diff): Use vc-diff-internal instead of
5217 vc-version-diff.
5218 (vc-diff-internal): Autoload this instead of vc-version-diff.
5219
5220 2009-10-05 Eli Zaretskii <eliz@gnu.org>
5221
5222 * simple.el (eval-expression): Doc fix.
5223
5224 * progmodes/cwarn.el (cwarn-mode): Doc fix.
5225
5226 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
5227
5228 * files.el (directory-files-no-dot-files-regexp): New defconst.
5229 (delete-directory): Use it.
5230 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
5231
5232 * net/tramp.el (tramp-verbose): Fix docstring.
5233 (tramp-methods): Add recursive option to `tramp-copy-args'.
5234 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
5235 "scp1_old", "scp2_old", "rsync", "rsyncc".
5236 (tramp-default-method): Check also for `auth-source-user-or-password'.
5237 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
5238 Add handler for `copy-directory'.
5239 (tramp-handle-copy-directory): New defun.
5240 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
5241 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
5242 Optimize sent command.
5243
5244 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5245
5246 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
5247 window if necessary.
5248
5249 * calendar/calendar.el (calendar-basic-setup): Don't call
5250 switch-to-buffer in a dedicated window.
5251
5252 2009-10-05 Karl Fogel <kfogel@red-bean.com>
5253
5254 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
5255 don't do anything related to relocating, just return nil.
5256 (bookmark-error-no-filename): New error.
5257 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
5258 bookmark has no file. Don't even attempt to handle things that
5259 are not files; the whole point of custom handlers is to keep that
5260 knowledge elsewhere anyway. Tighten some comments.
5261 (bookmark-file-or-variation-thereof): Remove now-unused function.
5262 (bookmark-location): Doc string fix.
5263 (Bug#4250)
5264
5265 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5266
5267 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
5268 don't use a file dialog, because they usually don't know how to read
5269 a directory target from the user. (Bug#4230)
5270 Also, make sure the prompt can display directories as well as files.
5271
5272 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5273
5274 * bookmark.el (bookmark-set, bookmark-buffer-name):
5275 Improve doc strings. (Bug#1193)
5276
5277 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5278
5279 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
5280 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
5281 (bookmark-get-annotation, bookmark-set-annotation)
5282 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
5283 (bookmark-set-position, bookmark-get-front-context-string)
5284 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
5285 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
5286 (bookmark-jump-other-window, bookmark-handle-bookmark)
5287 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
5288 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
5289 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
5290 Improve doc strings to say whether bookmark can be a string or
5291 a record or both, and make other consistency and clarity fixes.
5292 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
5293 (bookmark-default-annotation-text, bookmark-yank-word)
5294 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
5295 (bookmark-import-new-list, bookmark-maybe-rename)
5296 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
5297 (bookmark-bmenu-bookmark): Give these doc strings.
5298 (bookmark-bmenu-check-position): Give this a doc string, but also
5299 add a FIXME comment about how the function may be pointless.
5300 (bookmark-default-handler): Rework doc string and change a
5301 parameter name, to clarify that this takes a bookmark record
5302 not a bookmark name.
5303 (bookmark-set): Change a parameter name to indicate its meaning,
5304 and improve the doc string a bit.
5305 (Bug#4188)
5306
5307 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5308
5309 * bookmark.el (bookmark-alist): Document the new `handler' element
5310 in the param alist.
5311 (bookmark-make-record-function): Adjust documentation for above.
5312 (Bug#4193)
5313
5314 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5315
5316 * info.el (Info-bookmark-make-record): Document this function.
5317 (Info-bookmark-jump): Document with a doc string, not just a comment.
5318 (Bug#4203)
5319
5320 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
5321
5322 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
5323 (semantic-new-buffer-fcn): Call parser setup functions here.
5324 (semantic-mode): Don't call parser setup functions here, it's done
5325 in semantic-new-buffer-fcn now.
5326 (semantic-mode): Parse all existing buffers when enabled.
5327
5328 * cedet/srecode/compile.el (srecode-compile-file):
5329 Call semantic-new-buffer-fcn if the buffer has not been parsed.
5330
5331 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
5332
5333 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
5334
5335 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
5336 (proj-comp-insert-variable-once): New macro, renamed from
5337 ede-pmake-insert-variable-once in ede/pmake.edl.
5338 (ede-proj-makefile-insert-variables): Use it.
5339
5340 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
5341
5342 * files.el (copy-directory): New defun.
5343
5344 * dired-aux.el (dired-copy-file-recursive): Use it.
5345
5346 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
5347
5348 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
5349 (makefile-end-of-command):
5350 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
5351 (semantic-end-of-context): Fix previous change. Doc fixes.
5352
5353 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
5354
5355 * files-x.el (modify-dir-local-variable)
5356 (copy-dir-locals-to-file-locals-prop-line):
5357 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
5358 (makefile-end-of-command):
5359 * cedet/semantic/lex.el (semantic-lex-token):
5360 * cedet/semantic/analyze/fcn.el
5361 (semantic-analyze-dereference-metatype-1):
5362 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
5363 (semantic-lex-cpp-undef):
5364 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
5365 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
5366 (semantic-end-of-context): Fix typos in docstrings.
5367
5368 * recentf.el (recentf-unload-function): New function.
5369
5370 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
5371
5372 * cedet/ede.el (ede-project-placeholder-cache-file):
5373 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
5374 * cedet/srecode/map.el (srecode-map-save-file):
5375 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
5376
5377 2009-10-04 Glenn Morris <rgm@gnu.org>
5378
5379 * window.el (window-full-height-p): Add doc string.
5380
5381 2009-10-04 Martin Rudalics <rudalics@gmx.at>
5382
5383 * window.el (window-full-height-p): New function. (Bug#4543)
5384
5385 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
5386
5387 * cedet/srecode/insert.el: Require srecode/args.
5388
5389 * cedet/srecode/args.el: Require srecode/dictionary instead of
5390 srecode/insert.
5391
5392 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
5393
5394 * files.el (auto-mode-alist): Add .srt and Project.ede.
5395
5396 * cedet/semantic.el (semantic-mode):
5397 Handle srecode-template-mode-hook as well.
5398 (semantic-mode): Use js-mode-hook for Javascript hook.
5399
5400 * cedet/srecode/template.el: Remove hook variable.
5401
5402 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
5403
5404 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
5405 projects exist.
5406 (ede-project-placeholder-cache-file): Default to a file in
5407 user-emacs-directory.
5408
5409 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
5410 templates in data-directory.
5411 (srecode-map-save-file): Default to a file in user-emacs-directory.
5412
5413 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
5414 directory.
5415
5416 2009-09-30 Eric Ludlam <zappo@gnu.org>
5417
5418 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
5419 Doc fix.
5420
5421 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
5422 Only insert each variable once.
5423
5424 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
5425 (ede-pmake-insert-variable-shared): Use it.
5426
5427 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
5428 for lexical table iff table is nil.
5429
5430 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5431
5432 * vc.el: Remove commented out code.
5433 (vc-derived-from-dir-mode): Remove, unused.
5434 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
5435
5436 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
5437
5438 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
5439 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
5440 there could be recursive loading when `default-directory' is a
5441 remote file name. (Bug#4614)
5442
5443 2009-10-03 Glenn Morris <rgm@gnu.org>
5444
5445 * calendar/calendar.el (calendar-basic-setup): Handle the case where
5446 the frame is wide.
5447 (calendar-generate-window): Test for shrinkability rather than width.
5448
5449 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
5450 declaration, currently false.
5451
5452 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
5453 reusing existing buffers, in case we happen to visit two files with the
5454 same basename. (Bug#4593)
5455
5456 2009-10-02 Eli Zaretskii <eliz@gnu.org>
5457
5458 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
5459 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
5460 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
5461 subdirs of cedet as well.
5462 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
5463
5464 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
5465
5466 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
5467 Obey advertised-signature-table.
5468
5469 * help-fns.el (help-function-arglist): Don't check
5470 advertised-signature-table.
5471 (describe-function-1): Do it here instead so it also applies to subrs.
5472
5473 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
5474
5475 * simple.el (start-file-process): Say in the doc-string, that file
5476 handlers might not support pty association, if PROGRAM is nil.
5477
5478 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
5479 HOST and USER are strings. They are nil, when there are
5480 incomplete entries in ~/.netrc, for example.
5481 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
5482 root directory ("device busy" error otherwise).
5483
5484 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
5485 Flush file properties of created directory.
5486
5487 2009-10-02 Eli Zaretskii <eliz@gnu.org>
5488
5489 * makefile.w32-in (WINS_BASIC): Remove cedet.
5490 (WINS_CEDET): Add cedet.
5491 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
5492
5493 2009-10-02 Kevin Ryde <user42@zip.com.au>
5494
5495 * net/browse-url.el (browse-url): Pass any symbol in
5496 browse-url-browser-function to `apply', since if you've mistakenly put
5497 an unbound symbol then the error is clearer. (Bug#4531)
5498
5499 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
5500
5501 * allout.el (allout-init, allout-back-to-current-heading)
5502 (allout-beginning-of-current-entry, allout-ascend-to-depth)
5503 (allout-ascend, allout-up-current-level, allout-end-of-level)
5504 (allout-previous-visible-heading, allout-forward-current-level)
5505 (allout-backward-current-level, allout-show-children):
5506 * apropos.el (apropos-describe-plist):
5507 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
5508 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
5509 * completion.el (add-completion, add-permanent-completion):
5510 * descr-text.el (describe-text-category, describe-char):
5511 * desktop.el (desktop-lazy-abort):
5512 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
5513 * dired.el (dired-build-subdir-alist):
5514 * ediff.el (ediff-version):
5515 * elide-head.el (elide-head, elide-head-show):
5516 * emerge.el (emerge-version):
5517 * env.el (getenv):
5518 * face-remap.el (variable-pitch-mode):
5519 * faces.el (describe-face):
5520 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
5521 (dired-at-point):
5522 * files.el (find-file-existing, auto-save-mode):
5523 * font-lock.el (font-lock-fontify-buffer):
5524 * help-fns.el (describe-function, describe-variable)
5525 (describe-syntax, describe-categories):
5526 * help.el (view-lossage, describe-bindings, describe-key)
5527 (describe-mode):
5528 * hexl.el (hexl-current-address):
5529 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
5530 * info.el (Info-goto-emacs-key-command-node):
5531 * log-edit.el (log-edit-insert-cvs-template)
5532 (log-edit-insert-cvs-rcstemplate):
5533 * menu-bar.el (menu-bar-mode):
5534 * mouse.el (mouse-appearance-menu):
5535 * newcomment.el (comment-indent-new-line):
5536 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
5537 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5538 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
5539 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
5540 * recentf.el (recentf-mode):
5541 * savehist.el (savehist-mode, savehist-save):
5542 * shadowfile.el (shadow-copy-files):
5543 * simple.el (kill-ring-save, next-line, previous-line)
5544 (normal-erase-is-backspace-mode):
5545 * strokes.el (strokes-update-window-configuration)
5546 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
5547 (strokes-xpm-for-stroke):
5548 * time.el (emacs-uptime, emacs-init-time):
5549 * tutorial.el (tutorial--describe-nonstandard-key)
5550 (tutorial--detailed-help):
5551 * type-break.el (type-break-mode)
5552 (type-break-mode-line-message-mode, type-break-query-mode)
5553 (type-break-guesstimate-keystroke-threshold):
5554 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
5555 * version.el (emacs-version):
5556 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
5557 * winner.el (winner-mode):
5558 * calendar/timeclock.el (timeclock-in, timeclock-out)
5559 (timeclock-status-string, timeclock-change)
5560 (timeclock-workday-remaining-string)
5561 (timeclock-workday-elapsed-string)
5562 (timeclock-when-to-leave-string):
5563 * calendar/todo-mode.el (todo-add-category):
5564 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
5565 * emacs-lisp/autoload.el (update-file-autoloads):
5566 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
5567 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
5568 (checkdoc-message-text, checkdoc-defun):
5569 * emacs-lisp/debug.el (debugger-list-functions):
5570 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5571 * emacs-lisp/eieio-opt.el (eieio-describe-class)
5572 (eieio-describe-generic):
5573 * emacs-lisp/lisp-mnt.el (lm-synopsis):
5574 * emacs-lisp/shadow.el (list-load-path-shadows):
5575 * emulation/cua-base.el (cua-mode):
5576 * emulation/edt.el (edt-set-scroll-margins):
5577 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
5578 (tpu-toggle-regexp, tpu-toggle-search-direction)
5579 (tpu-toggle-rectangle, tpu-toggle-control-keys):
5580 * emulation/tpu-extras.el (tpu-set-scroll-margins):
5581 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
5582 (viper-set-parsing-style-toggling-macro)
5583 (viper-set-emacs-state-searchstyle-macros):
5584 * emulation/viper.el (viper-set-hooks):
5585 * eshell/esh-mode.el (eshell-truncate-buffer):
5586 * international/mule-cmds.el (prefer-coding-system)
5587 (describe-input-method, describe-language-environment):
5588 * international/mule-diag.el (list-character-sets)
5589 (describe-character-set, describe-coding-system)
5590 (describe-fontset, list-fontsets, list-input-methods):
5591 * mail/sendmail.el (mail-signature):
5592 * net/ange-ftp.el (ange-ftp-copy-file):
5593 * net/browse-url.el (browse-url):
5594 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
5595 * net/quickurl.el (quickurl-add-url):
5596 * net/rcirc.el (names, topic):
5597 * net/xesam.el (xesam-mode):
5598 * play/5x5.el (5x5-new-game):
5599 * play/yow.el (apropos-zippy):
5600 * progmodes/ada-mode.el (ada-mode-version):
5601 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
5602 (f90-end-of-block)
5603 (f90-beginning-of-block):
5604 * progmodes/fortran.el (fortran-end-of-block)
5605 (fortran-beginning-of-block):
5606 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
5607 * progmodes/python.el (python-describe-symbol, python-shell):
5608 * term/ns-win.el (ns-print-buffer):
5609 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
5610 * textmodes/flyspell.el (flyspell-mode-on):
5611 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
5612 (pages-directory-for-addresses):
5613 * textmodes/table.el (table-recognize-cell)
5614 (table-query-dimension, table-generate-source)
5615 (table-insert-sequence, table--warn-incompatibility):
5616 * textmodes/tex-mode.el (tex-validate-buffer):
5617 * textmodes/texinfmt.el (texinfmt-version)
5618 (texinfo-format-buffer):
5619 Use `called-interactively-p' instead of `interactive-p'.
5620
5621 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
5622
5623 * image-mode.el (image-toggle-display):
5624 * emacs-lisp/elp.el (elp-instrument-function):
5625 * emacs-lisp/advice.el (ad-make-advised-definition):
5626 * emacs-lisp/easy-mmode.el (define-minor-mode):
5627 * net/browse-url.el (browse-url-maybe-new-window):
5628 * progmodes/sh-script.el (sh-learn-buffer-indent):
5629 Pass new argument 'any to `called-interactively-p'.
5630
5631 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
5632
5633 * international/uni-bidi.el:
5634 * international/uni-category.el:
5635 * international/uni-combining.el:
5636 * international/uni-comment.el:
5637 * international/uni-decimal.el:
5638 * international/uni-decomposition.el:
5639 * international/uni-digit.el:
5640 * international/uni-lowercase.el:
5641 * international/uni-mirrored.el:
5642 * international/uni-name.el:
5643 * international/uni-numeric.el:
5644 * international/uni-old-name.el:
5645 * international/uni-titlecase.el:
5646 * international/uni-uppercase.el:
5647 Regenerate from Unicode 5.2.0 data.
5648
5649 2009-10-01 Glenn Morris <rgm@gnu.org>
5650
5651 * Makefile.in (ELCFILES): Regenerate.
5652
5653 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5654
5655 * subr.el (interactive-p): Mark obsolete.
5656 (called-interactively-p): Make the optional-ness of `kind' obsolete.
5657 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
5658 advertised-signature-table for subroutines as well.
5659
5660 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
5661 (set-advertised-calling-convention): New function.
5662 (make-obsolete, define-obsolete-function-alias)
5663 (make-obsolete-variable, define-obsolete-variable-alias):
5664 Make the optional-ness of `when' obsolete.
5665 (define-obsolete-face-alias): Make `when' non-optional.
5666 * help-fns.el (help-function-arglist):
5667 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
5668 Use advertised-signature-table.
5669
5670 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
5671
5672 * files.el (delete-directory): New defun. The original function
5673 in fileio.c has been renamed to `delete-directory-internal'.
5674
5675 * dired.el (dired-delete-file): Call `delete-directory' with
5676 RECURSIVE parameter.
5677
5678 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
5679 parameter RECURSIVE. Implementation is missing.
5680
5681 * net/tramp.el (tramp-handle-make-directory): Flush upper
5682 directory's file properties.
5683 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
5684 (tramp-handle-dired-recursive-delete-directory): Flush directory
5685 properties after the remove command only.
5686
5687 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5688 Handle optional parameter RECURSIVE.
5689
5690 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
5691 Handle optional parameter RECURSIVE.
5692
5693 * net/tramp-smb.el (tramp-smb-errors): Add error message for
5694 connection timeout.
5695 (tramp-smb-handle-delete-directory): Handle optional parameter
5696 RECURSIVE.
5697
5698 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5699
5700 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
5701 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
5702 (byte-compile-defmacro): Use backquotes.
5703
5704 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
5705
5706 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
5707 has no associated file.
5708 (vc-resynch-buffer): Use vc-dir-buffers.
5709
5710 2009-10-01 Glenn Morris <rgm@gnu.org>
5711
5712 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
5713 (chart-file-count):
5714 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
5715 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
5716 * emacs-lisp/eieio-opt.el (eieio-describe-class):
5717 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
5718 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
5719 (eieio-copy-parents-into-subclass, make-instance, class-children)
5720 (eieio-generic-form):
5721 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
5722 * cedet/cedet-idutils.el (cedet-idutils-search)
5723 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
5724 (cedet-idutils-version-check):
5725 * cedet/cedet.el (cedet-version):
5726 * cedet/data-debug.el (data-debug-insert-overlay-button)
5727 (data-debug-insert-overlay-list-button)
5728 (data-debug-insert-buffer-button)
5729 (data-debug-insert-buffer-list-button)
5730 (data-debug-insert-process-button, data-debug-insert-ring-button)
5731 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
5732 (data-debug-insert-stuff-vector-button)
5733 (data-debug-insert-symbol-button, data-debug-insert-string)
5734 (data-debug-insert-number, data-debug-insert-lambda-expression)
5735 (data-debug-insert-nil, data-debug-insert-simple-thing)
5736 (data-debug-insert-custom, data-debug-edebug-expr):
5737 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
5738 (global-ede-mode-map, ede-new, ede-debug-target)
5739 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
5740 * cedet/semantic.el (semantic-minimum-working-buffer-size)
5741 (semantic-fetch-tags, semantic-submode-list)
5742 (semantic-default-submodes):
5743 * cedet/ede/source.el (ede-source-match):
5744 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
5745 (project-am-package-info):
5746 * cedet/ede/proj.el (ede-proj-target, project-new-target):
5747 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
5748 * cedet/ede/proj-comp.el (ede-current-build-list):
5749 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
5750 * cedet/ede/files.el (ede-toplevel-project-or-nil):
5751 * cedet/ede/cpp-root.el (initialize-instance):
5752 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
5753 (autoconf-parameter-strip, autoconf-insert-new-macro):
5754 * cedet/semantic/wisent.el (wisent-lex-eoi):
5755 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
5756 (semantic-show-parser-state-mode):
5757 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
5758 * cedet/semantic/tag.el (semantic-tag-new-variable)
5759 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
5760 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
5761 (semantic--tag-deep-copy-tag-list)
5762 (semantic-tag-components-with-overlays-default):
5763 * cedet/semantic/symref.el (semantic-symref-find-text):
5764 * cedet/semantic/senator.el (senator-yank-tag)
5765 (senator-transpose-tags-up):
5766 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
5767 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
5768 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
5769 * cedet/semantic/lex.el (semantic-lex-comment-regex)
5770 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
5771 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
5772 * cedet/semantic/lex-spp.el
5773 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
5774 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
5775 * cedet/semantic/idle.el
5776 (semantic-idle-summary-current-symbol-info-brutish)
5777 (semantic-idle-summary-current-symbol-info-default):
5778 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
5779 (semantic--grammar-macro-compl-dict):
5780 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
5781 * cedet/semantic/format.el (semantic-format-tag-custom-list)
5782 (semantic-format-tag-canonical-name-default):
5783 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
5784 (semantic-find-tags-for-completion)
5785 (semantic-find-tags-by-scope-protection-default)
5786 (semantic-deep-find-tags-for-completion):
5787 * cedet/semantic/edit.el
5788 (semantic-edits-incremental-reparse-failed-hook)
5789 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
5790 (semantic-edits-splice-remove, semantic-edits-splice-replace):
5791 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
5792 * cedet/semantic/dep.el (semantic-dependency-include-path):
5793 * cedet/semantic/db.el (semanticdb-default-find-index-class)
5794 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
5795 (semanticdb-project-roots):
5796 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
5797 (semanticdb-find-adebug-insert-scanned-tag-cons)
5798 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
5799 (semanticdb-brute-deep-find-tags-for-completion):
5800 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
5801 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
5802 (semantic-end-of-context-default)
5803 (semantic-ctxt-current-function-default)
5804 (semantic-ctxt-scoped-types-default):
5805 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
5806 (semantic-complete-inline-tag-engine)
5807 (semantic-complete-inline-custom-type)
5808 (semantic-complete-read-tag-analyzer):
5809 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
5810 (semantic-chart-database-size):
5811 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
5812 (semantic-analyze-current-context):
5813 * cedet/semantic/symref/list.el (semantic-symref)
5814 (semantic-symref-hide-buffer, semantic-symref-symbol):
5815 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
5816 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
5817 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
5818 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
5819 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
5820 (semantic-c-dereference-template):
5821 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
5822 (semantic--analyze-refs-full-lookup-with-parents)
5823 (semantic--analyze-refs-full-lookup-simple):
5824 * cedet/semantic/analyze/complete.el
5825 (semantic-analyze-possible-completions):
5826 * cedet/srecode/table.el (srecode-mode-table-new):
5827 * cedet/srecode/srt.el (srecode-read-variable-name):
5828 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
5829 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
5830 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
5831 * cedet/srecode/map.el (srecode-current-map):
5832 * cedet/srecode/insert.el (srecode-insert)
5833 (srecode-insert-variable-secondname-handler, srecode-insert-method)
5834 (srecode-template-inserter-point-override)
5835 (srecode-insert-include-lookup):
5836 * cedet/srecode/getset.el (srecode-auto-choose-class):
5837 * cedet/srecode/extract.el (srecode-inserter-extract):
5838 * cedet/srecode/document.el
5839 (srecode-document-autocomment-return-last-alist)
5840 (srecode-document-autocomment-param-type-alist)
5841 (srecode-document-insert-function-comment)
5842 (srecode-document-insert-variable-one-line-comment)
5843 (srecode-document-function-name-comment):
5844 * cedet/srecode/dictionary.el (srecode-create-dictionary)
5845 (srecode-compound-toString):
5846 * cedet/srecode/compile.el (srecode-flush-active-templates):
5847 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
5848 Doc/message fixes.
5849
5850 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
5851 match-data. (Bug#4555).
5852
5853 * cedet/semantic/bovine/gcc.el
5854 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
5855 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
5856
5857 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
5858 rather than parsing it as a regexp. This relaxes the layout
5859 requirements and makes errors easier to detect.
5860 (check-declare-verify): Check file is regular.
5861 (check-declare-directory): Doc fix.
5862 * subr.el (declare-function): Doc fix.
5863
5864 * ibuffer.el (ibuffer-format-qualifier):
5865 * isearch.el (hi-lock-regexp-okay):
5866 * calc/calc.el (math-zerop):
5867 * mail/uce.el (rmail-msgbeg, rmail-msgend):
5868 * term/w32-win.el (setup-default-fontset, set-fontset-font):
5869 Remove unused declarations.
5870
5871 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
5872
5873 * cedet/semantic/wisent/javat-wy.el
5874 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
5875
5876 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
5877
5878 * cedet/srecode/expandproto.el: Fix provide statement.
5879
5880 2009-09-30 Eric Ludlam <zappo@gnu.org>
5881
5882 * emacs-lisp/eieio.el (boolean-p): Delete.
5883
5884 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
5885
5886 * cedet/ede/srecode.el: Fix provide statement.
5887
5888 2009-09-30 Glenn Morris <rgm@gnu.org>
5889
5890 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
5891 * cedet/ede/proj-aux.el (ede-aux-source):
5892 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
5893 (ede-misc-source):
5894 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
5895 (semantic-mrub-switch-tags): Fix doc typos.
5896
5897 * cedet/semantic/db-global.el (data-debug-new-buffer)
5898 (data-debug-insert-thing): Remove unneeded declarations (one broken).
5899 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
5900
5901 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
5902
5903 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
5904 use of CL function `remove-if-not'.
5905
5906 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
5907
5908 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
5909 filename is not a string.
5910
5911 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
5912
5913 * files.el (safe-local-eval-forms): Fix typo.
5914
5915 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
5916
5917 * vc-hooks.el (vc-dir-buffers): New var.
5918 (vc-state-refresh): New function.
5919 (vc-state): Use it.
5920 (vc-after-save): Always ask the backend to recompute the new state.
5921 Always call vc-dir if necessary, using vc-dir-buffers.
5922 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
5923 Use vc-dir-buffers.
5924 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
5925 (vc-dir-prepare-status-buffer, vc-dir-update)
5926 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
5927 Don't call expand-file-name on default-directory.
5928
5929 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
5930
5931 * speedbar.el (speedbar-item-delete):
5932 * calc/calc-prog.el (calc-kbd-if):
5933 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
5934
5935 * epa.el (epa-key-list-mode-map):
5936 * hi-lock.el (hi-lock-menu): Fix typos in menus.
5937
5938 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
5939 (hs-show-hook): Fix typo in docstring.
5940
5941 2009-09-29 Glenn Morris <rgm@gnu.org>
5942
5943 * cedet/semantic/symref/idutils.el:
5944 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
5945
5946 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
5947
5948 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
5949 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
5950 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
5951 Mark declarations not understood by check-declare.
5952
5953 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
5954 file-name-nondirectory call preventing location of cedet files.
5955 (check-declare-verify): Use literal search rather than re-search.
5956 Add basic defmethod and defclass, and define-overloadable-function.
5957
5958 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
5959 Use tramp-compat-file-attributes rather than nonexistent
5960 tramp-compat-handle-file-attributes.
5961
5962 * Makefile.in (lisptagsfiles4): New.
5963 (AUTOGENEL): Add cedet loaddefs files.
5964 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
5965 (update-elclist, compile-always, backup-compiled-files)
5966 (bootstrap-clean): Add yet another directory level.
5967 (update-elclist): Use LC_COLLATE rather than COLLATE.
5968 (ELCFILES): Update, via `make update-elclist'.
5969
5970 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
5971
5972 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
5973 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
5974 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
5975
5976 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
5977
5978 * Makefile.in (lisptagsfiles3): Define.
5979 (TAGS, TAGS-LISP): Use it.
5980 (update-elclist): Add third directory level to look for elc files.
5981 (compile-always): Likewise.
5982 (backup-compiled-files): Likewise.
5983 (bootstrap-clean): Likewise.
5984 (ELCFILES): Update.
5985
5986 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
5987
5988 * Makefile.in (ELCFILES): Add CEDET files.
5989
5990 2009-09-28 Eric Ludlam <zappo@gnu.org>
5991
5992 CEDET (development tools) package merged.
5993
5994 * cedet/*.el:
5995 * cedet/ede/*.el:
5996 * cedet/semantic/*.el:
5997 * cedet/srecode/*.el: New files.
5998
5999 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
6000
6001 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
6002
6003 * net/tramp.el (top): Require tramp-imap.
6004
6005 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6006 Use `tramp-compat-handle-file-attributes'.
6007
6008 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
6009
6010 * net/tramp-imap.el: New package.
6011
6012 2009-09-28 Eric Ludlam <zappo@gnu.org>
6013
6014 * emacs-lisp/chart.el:
6015 * emacs-lisp/eieio-base.el:
6016 * emacs-lisp/eieio-comp.el:
6017 * emacs-lisp/eieio-custom.el:
6018 * emacs-lisp/eieio-datadebug.el:
6019 * emacs-lisp/eieio-opt.el:
6020 * emacs-lisp/eieio-speedbar.el:
6021 * emacs-lisp/eieio.el: New files.
6022
6023 * cedet/cedet-cscope.el:
6024 * cedet/cedet-files.el:
6025 * cedet/cedet-global.el:
6026 * cedet/cedet-idutils.el:
6027 * cedet/data-debug.el:
6028 * cedet/inversion.el:
6029 * cedet/mode-local.el:
6030 * cedet/pulse.el: New files.
6031
6032 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6033
6034 * whitespace.el (whitespace-trailing-regexp)
6035 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
6036 Fix doc string.
6037
6038 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
6039
6040 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
6041 menu.
6042
6043 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
6044 menu-bar-ediff-menu.
6045
6046 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
6047 define-overloadable-function.
6048
6049 * progmodes/autoconf.el: Provide autoconf as well, so that this
6050 file can be `require'd.
6051
6052 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
6053
6054 * emacs-lisp/autoload.el (generated-autoload-feature)
6055 (generated-autoload-load-name): New vars.
6056 (autoload-rubric, autoload-generate-file-autoloads): Use them.
6057 (make-autoload): Recognize define-overloadable-function and
6058 defclass forms (for EIEIO).
6059
6060 * Makefile.in (update-subdirs): Exclude cedet directory.
6061
6062 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6063
6064 * term/ns-win.el: Don't set the region face background. (Bug#4381)
6065
6066 * faces.el: Default light-background background for region face to
6067 ns_selection_color under NS.
6068
6069 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6070
6071 * net/imap-hash.el: New library, see NEWS.
6072
6073 * Makefile.in (ELCFILES): Add imap-hash.el.
6074
6075 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6076
6077 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
6078 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
6079 * help-macro.el (make-help-screen): Avoid using an ambiguous function
6080 definition where the docstring could be taken for the return value.
6081
6082 2009-09-26 Glenn Morris <rgm@gnu.org>
6083
6084 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
6085 Add option to only show images below a certain size.
6086 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
6087 save-excursion calls.
6088
6089 2009-09-26 Eli Zaretskii <eliz@gnu.org>
6090
6091 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
6092 subdirectories) and eieio.
6093
6094 2009-09-26 Alan Mackenzie <acm@muc.de>
6095
6096 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
6097 buggy bracketing. (Bug#4289)
6098
6099 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
6100 character constants (as case labels). (Bug#4289)
6101
6102 2009-09-25 Juri Linkov <juri@jurta.org>
6103
6104 * files.el (safe-local-eval-forms): Allow time-stamp in
6105 before-save-hook (Bug#4554).
6106
6107 2009-09-25 Drew Adams <drew.adams@oracle.com>
6108
6109 * menu-bar.el (list-buffers-directory): Doc fix.
6110
6111 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
6112
6113 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
6114 Try and avoid copying twice the same paragraph.
6115 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
6116 Remove save-excursion.
6117 (log-edit-changelog-entry): Do it here instead.
6118
6119 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
6120
6121 * bs.el (bs--get-file-name): Use `list-buffers-directory'
6122 when available, instead of hardcoding mode names. Doc fix.
6123
6124 * menu-bar.el (list-buffers-directory): Add docstring.
6125 Make automatically buffer-local.
6126
6127 * dired.el (dired-mode):
6128 * files.el (cd-absolute):
6129 * pcvs.el (cvs-temp-buffer):
6130 * pcvs-util.el (cvs-get-buffer-create):
6131 * shell.el (shell-mode):
6132 * vc-dir.el (vc-dir-mode):
6133 Don't make `list-buffers-directory' buffer local.
6134
6135 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
6136
6137 * comint.el (comint-exec, comint-run, make-comint):
6138 Doc fixes (Bug#4542).
6139
6140 2009-09-25 Glenn Morris <rgm@gnu.org>
6141
6142 * mail/rmailmm.el (rmail-mime): New custom group.
6143 Move all defcustoms in this file into this group.
6144 (rmail-mime-media-type-handlers-alist): Revert previous change.
6145 (rmail-mime-show-images): New option.
6146 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
6147 references to it, since it wasn't actually used for anything.
6148 (rmail-mime-insert-image): New function.
6149 (rmail-mime-image): Use rmail-mime-insert-image.
6150 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
6151 obey the value of `rmail-mime-show-images' option. Print the size of
6152 attachments.
6153
6154 2009-09-25 David Engster <deng@randomsample.de>
6155
6156 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
6157
6158 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6159
6160 * whitespace.el: Does not highlight trailing spaces While point is
6161 at end of line. Does not highligt spaces at beginning of buffer
6162 while point is at beginning of buffer. Does not highlight spaces
6163 at end of buffer while point is at end of buffer. (Bug#4177)
6164 New version 12.0.
6165 (whitespace-display-mappings): Adjust initialization.
6166 (whitespace-point, whitespace-font-lock-refontify): New vars.
6167 (whitespace-color-on, whitespace-color-off): Adjust code.
6168 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
6169 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
6170 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
6171
6172 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
6173
6174 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
6175
6176 * textmodes/sgml-mode.el: Remove xml-mode alias.
6177
6178 * files.el (auto-mode-alist, conf-mode-maybe)
6179 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
6180
6181 2009-09-24 Alan Mackenzie <acm@muc.de>
6182
6183 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
6184 c-forward-conditionals, but it doesn't move point and doesn't set
6185 the mark.
6186 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
6187 (c-down-conditional-with-else, c-backward-conditional)
6188 (c-forward-conditional): Refactor to use c-scan-conditionals.
6189
6190 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
6191
6192 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
6193 (help-default-arg-highlight): Remove.
6194 (help-highlight-arg): New function.
6195 (help-do-arg-highlight): Use it.
6196 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
6197
6198 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
6199
6200 * term.el (term-set-scroll-region, term-handle-ansi-escape):
6201 Undo last change, which didn't fix the problem and introduced others.
6202
6203 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
6204
6205 * progmodes/gdb-mi.el: Don't require speedbar.
6206 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
6207
6208 2009-09-24 Glenn Morris <rgm@gnu.org>
6209
6210 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
6211
6212 * term/ns-win.el (ns-reg-to-script): Define for compiler.
6213
6214 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
6215 there is no newline after the final mime boundary. (Bug#4539)
6216 Move markers on insertion so that any buttons inserted don't end up in
6217 the next part of a multipart message.
6218 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
6219 (rmail-mime-bulk-handler): Optionally handle images.
6220 (rmail-mime-image): New button action.
6221 (rmail-mime-image-handler): New function.
6222 (rmail-mime-mode): New mode.
6223 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
6224
6225 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
6226
6227 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
6228 than just dropping elements from it (bug#4504).
6229
6230 * term.el (term-set-scroll-region): Don't move cursor any more.
6231 (term-handle-ansi-escape): Call term-goto here instead.
6232 Suggested by Ivan Kanis <apple@kanis.eu>.
6233
6234 * term.el: Require CL.
6235 (term-ansi-reset): New function.
6236 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
6237 (term-handle-colors-array): Simplify.
6238
6239 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
6240
6241 * allout.el (allout-overlay-interior-modification-handler)
6242 (allout-obtain-passphrase):
6243 * epa-file.el (epa-file-write-region):
6244 * ps-print.el (ps-begin-job):
6245 * vc-hooks.el (vc-toggle-read-only):
6246 * vc-rcs.el (vc-rcs-rollback):
6247 * vc-sccs.el (vc-sccs-rollback):
6248 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
6249 (vc-version-diff, vc-revert, vc-rollback):
6250 * wdired.el (wdired-check-kill-buffer):
6251 * emacs-lisp/authors.el (authors):
6252 * net/socks.el (socks-open-connection):
6253 * net/zeroconf.el (zeroconf-service-add-hook):
6254 * obsolete/vc-mcvs.el (vc-mcvs-register):
6255 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
6256 (gdb-select-frame):
6257 * progmodes/grep.el (lgrep, rgrep):
6258 * progmodes/idlw-help.el (idlwave-help-check-locations)
6259 (idlwave-help-html-link, idlwave-help-assistant-open-link):
6260 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
6261 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
6262 (reftex-toc-rename-label): Fix typos in error messages.
6263
6264 * dired-aux.el (dired-do-shell-command): Reflow docstring.
6265 (dired-copy-how-to-fn): Doc fix.
6266 (dired-files-attributes, dired-read-shell-command):
6267 Fix typos in docstrings.
6268
6269 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
6270 (dired-x-find-file-other-window): Reflow docstrings.
6271 (dired-omit-marker-char, dired-read-shell-command)
6272 (dired-x-submit-report): Fix typos in docstrings.
6273
6274 * shell.el (shell-mode-hook):
6275 * view.el (View-scroll-line-forward):
6276 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
6277 Fix typos in docstrings.
6278
6279 * net/dig.el (dig-invoke): Fix typo in docstring.
6280 (query-dig): Reflow docstring.
6281
6282 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
6283 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
6284 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
6285 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
6286 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
6287 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
6288 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
6289 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
6290 (idlwave-completion-map, idlwave-current-indent)
6291 (idlwave-custom-ampersand-surround, idlwave-customize)
6292 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
6293 (idlwave-define-abbrev, idlwave-determine-class-special)
6294 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
6295 (idlwave-end-block-reg, idlwave-end-of-statement)
6296 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
6297 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
6298 (idlwave-explicit-class-listed, idlwave-file-header)
6299 (idlwave-fill-paragraph, idlwave-find-class-definition)
6300 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
6301 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
6302 (idlwave-in-quote, idlwave-indent-action-table)
6303 (idlwave-indent-expand-table, idlwave-indent-line)
6304 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
6305 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
6306 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
6307 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
6308 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
6309 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
6310 (idlwave-outlawed-buffers, idlwave-popup-select)
6311 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
6312 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
6313 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
6314 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
6315 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
6316 (idlwave-statement-type, idlwave-struct-skip)
6317 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
6318 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
6319 (idlwave-what-module-find-class): Fix typos in docstrings.
6320 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
6321 (idlwave-calculate-cont-indent, idlwave-expand-equal)
6322 (idlwave-find-module, idlwave-find-structure-definition)
6323 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
6324 (idlwave-list-load-path-shadows, idlwave-next-statement)
6325 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
6326 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
6327 (idlwave-template): Reflow docstrings.
6328
6329 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
6330 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
6331 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
6332 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
6333 (idlwave-shell-display-line, idlwave-shell-display-wframe)
6334 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
6335 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
6336 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
6337 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
6338 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
6339 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
6340 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
6341 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
6342 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
6343 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
6344 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
6345 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
6346 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
6347 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
6348 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
6349 Fix typos in docstrings.
6350 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
6351 (idlwave-shell-hide-output, idlwave-shell-mode)
6352 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
6353 Reflow docstrings.
6354
6355 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
6356
6357 2009-09-24 Ivan Kanis <apple@kanis.eu>
6358
6359 * term.el (term-bold-attribute): New var.
6360 (term-handle-colors-array): Use it.
6361
6362 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
6363
6364 * progmodes/gdb-mi.el (gdb-version): New variable.
6365 (gdb-non-stop-handler): Set gdb-version.
6366 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
6367 Condition "--thread" option on gdb-version.
6368 (gdb-invalidate-threads): Remove unused argument.
6369
6370 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6371
6372 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
6373 to looking-back to avoid ridiculous slow down in large files (bug#4511).
6374
6375 2009-09-23 Glenn Morris <rgm@gnu.org>
6376
6377 * mail/rmail.el (rmail-reply): Don't try to add a References header when
6378 replying to mail without References or Message-Id. (Bug#4525)
6379
6380 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
6381
6382 * term/ns-win.el (ns-reg-to-script): New variable.
6383
6384 2009-09-23 Daiki Ueno <ueno@unixuser.org>
6385
6386 * epg.el (epg-wait-for-status): Preserve existing 'error results.
6387
6388 2009-09-22 Sam Steingold <sds@gnu.org>
6389
6390 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
6391 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
6392 to 1 because hg returns status 1 when nothing is found.
6393 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
6394
6395 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
6396
6397 * textmodes/fill.el: Convert to utf-8 encoding.
6398 (fill-french-nobreak-p): Remove redundant » and « inherited from our
6399 pre-unicode days.
6400
6401 * add-log.el (change-log-fill-forward-paragraph): New function.
6402 (change-log-mode): Use it so fill-region DTRT.
6403 Set fill-indent-according-to-mode here rather than in
6404 change-log-fill-paragraph.
6405 (change-log-fill-paragraph): Remove.
6406
6407 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
6408
6409 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
6410 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
6411
6412 2009-09-22 Glenn Morris <rgm@gnu.org>
6413
6414 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
6415 the scroll-bar scroll the calendar window rather than the buffer.
6416
6417 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
6418 commands that move point (as opposed to scrolling).
6419
6420 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
6421
6422 * emacs-lisp/elint.el (elint): New custom group.
6423 (elint-log-buffer): Make it a defcustom.
6424 (elint-scan-preloaded, elint-ignored-warnings)
6425 (elint-directory-skip-re): New options.
6426 (elint-builtin-variables): Doc fix.
6427 (elint-preloaded-env): New variable.
6428 (elint-unknown-builtin-args): Add an entry for encode-time.
6429 (elint-extra-errors): Make it a variable rather than a constant.
6430 (elint-preloaded-skip-re): New constant.
6431 (elint-directory): Skip files matching elint-directory-skip-re.
6432 (elint-features): New variable, local to linted buffers.
6433 (elint-update-env): Initialize elint-features. Possibly add
6434 elint-preloaded-env to the buffer's environment.
6435 (elint-get-top-forms): Bind elint-current-pos, for log messages.
6436 Skip quoted forms.
6437 (elint-init-form): New function, extracted from elint-init-env.
6438 Make non-list forms a warning rather than an error.
6439 Add the mode-map for define-derived-mode. Handle define-minor-mode,
6440 easy-menu-define, put that adds an error-condition, and provide.
6441 When requiring cl, also require cl-macs. Really require cl, to handle
6442 some cl macros. Store required libraries in the list elint-features,
6443 so as not to re-load them. Treat cc-require like require.
6444 (elint-init-env): Call elint-init-form to do the work.
6445 Handle eval-and-compile and such like.
6446 (elint-add-required-env): Do not clear messages.
6447 (elint-special-forms): Add handlers for function, defalias, if, when,
6448 unless, and, or.
6449 (elint-form): Add optional argument to ignore elint-special-forms,
6450 useful to prevent recursive calls from handlers. Doc fix.
6451 Respect elint-ignored-warnings.
6452 (elint-form): Respect elint-ignored-warnings.
6453 (elint-bound-variable, elint-bound-function): New variables.
6454 (elint-unbound-variable): Respect elint-bound-variable.
6455 (elint-get-args): Respect elint-bound-function.
6456 (elint-check-cond-form): Add some simple handling for (f)boundp and
6457 featurep tests.
6458 (elint-check-defalias-form): New handler.
6459 (elint-check-let-form): Make an empty let a warning rather than an
6460 error.
6461 (elint-check-setq-form): Make an empty setq a warning rather than an
6462 error. Respect elint-ignored-warnings.
6463 (elint-check-defvar-form): Accept null doc-strings.
6464 (elint-check-conditional-form): New handler. Does some simple-minded
6465 checking of featurep and (f)boundp tests.
6466 (elint-put-function-args): New function.
6467 (elint-initialize): Use elint-scan-doc-file rather than
6468 elint-find-builtin-variables. Use elint-put-function-args.
6469 Possibly scan preloaded-file-list.
6470 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
6471 extend to handle functions as well.
6472
6473 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
6474
6475 * linum.el (linum-delete-overlays, linum-update-window):
6476 Do not modify the right margin. (Bug#3971)
6477
6478 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
6479
6480 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
6481 nxml-mode instead of xml-mode.
6482
6483 2009-09-21 Kevin Ryde <user42@zip.com.au>
6484
6485 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
6486
6487 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6488
6489 * net/dig.el (dig-mode): Use define-derived-mode.
6490
6491 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
6492
6493 * vc-dispatcher.el (vc-do-command): Return the process object in
6494 the asynchronous case. Use when instead of if. Do not run
6495 vc-exec-after to display a message if not enabled. (Bug#4463)
6496
6497 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
6498 properties to the stash strings.
6499 (vc-git-stash-list): Return a list of strings.
6500 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
6501 (vc-git-stash-show-at-point): New functions.
6502 (vc-git-stash-map): New keymap.
6503
6504 * register.el (ctl-x-r-map): Define the keys here instead of
6505 using autoload.
6506
6507 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
6508
6509 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
6510 list, to workaround performance problem (bug#4485).
6511
6512 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
6513
6514 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
6515
6516 2009-09-20 Daiki Ueno <ueno@unixuser.org>
6517
6518 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
6519 Document that this option is not recommended to use.
6520
6521 2009-09-19 Glenn Morris <rgm@gnu.org>
6522
6523 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
6524 variable `var'.
6525
6526 * calc/calc-alg.el (var):
6527 * calc/calcalg2.el (var): Define for compiler.
6528
6529 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
6530
6531 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
6532 Doc fix (Bug#3932).
6533
6534 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
6535
6536 * time-stamp.el (time-stamp-month-dd-yyyy)
6537 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
6538 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
6539 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
6540 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
6541 Remove functions that have been obsolete since 1995 (Bug#4436).
6542
6543 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
6544 indent buffer only if called interactively (Bug#4452).
6545
6546 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
6547 Eli Zaretskii <eliz@gnu.org>
6548
6549 This fixes bug#4197 (merged to bug#865, though not identical).
6550 * server.el (server-auth-dir): Add docstring note about FAT32.
6551 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
6552 but warn against using them.
6553
6554 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
6555
6556 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
6557 older GDB where there is no has_more field.
6558
6559 2009-09-19 Glenn Morris <rgm@gnu.org>
6560
6561 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6562
6563 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
6564
6565 * files.el (auto-mode-alist): Change default for XML files to nXML
6566 mode (Bug#4169).
6567
6568 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
6569
6570 * server.el (server-ensure-safe-dir): Pass 'integer
6571 to `file-attributes', as suggested.
6572
6573 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6574
6575 * dired-aux.el (dired-query-alist): Remove spurious backslash.
6576 (dired-query): Use read-key.
6577
6578 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
6579
6580 * cus-start.el (ns-use-qd-smoothing): Remove.
6581
6582 2009-09-18 Glenn Morris <rgm@gnu.org>
6583
6584 * allout.el (top-level): Remove unnecessary progn.
6585
6586 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
6587
6588 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
6589 definition of abbrev table.
6590
6591 * speedbar.el (speedbar-track-mouse):
6592 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
6593 * net/eudc.el (eudc-expand-inline):
6594 * net/newst-backend.el (newsticker--cache-read-feed):
6595 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6596 condition-case handlers.
6597
6598 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
6599
6600 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
6601 (gdb-var-list): Add an element for has_more field.
6602 (gdb-non-stop-handler): Enable pretty printing for STL containers.
6603 (gdb-var-create-handler, gdb-var-list-children-handler-1)
6604 (gdb-var-update-handler-1): Parse output of dynamic variable
6605 objects (STL containers).
6606 (gdb-var-delete-1): Pass var1 as an explicit second argument.
6607 (gdb-get-field): Delete alias. Use bindat-get-field directly.
6608
6609 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
6610 gdb-var-list.
6611 (gud-speedbar-buttons): Make node expandable if expression "has more"
6612 children.
6613
6614 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
6615
6616 * startup.el (emacs-quick-startup): Remove variable and all uses.
6617 (command-line): Set `inhibit-x-resources' instead.
6618 (command-line-1): Use `inhibit-x-resources' instead.
6619
6620 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
6621
6622 * subr.el: Fix last change to avoid using the `unless' macro,
6623 which breaks bootstrapping.
6624
6625 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6626
6627 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
6628 extended definitions, in case we reload subr.el after having
6629 loaded CL.
6630 (eval-next-after-load): Mark as obsolete.
6631
6632 2009-09-17 Juri Linkov <juri@jurta.org>
6633
6634 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
6635 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
6636 (menu-bar-showhide-menu, menu-bar-tools-menu)
6637 (menu-bar-describe-menu, menu-bar-help-menu)
6638 (minibuffer-local-completion-map, minibuffer-local-map):
6639 Fix list quoting.
6640
6641 2009-09-17 Glenn Morris <rgm@gnu.org>
6642
6643 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
6644 arguments, whether or not it has a handler.
6645
6646 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
6647
6648 * simple.el (hard-newline): Give it a doc-string.
6649
6650 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6651 (lisp-mode-syntax-table): Give them doc-strings.
6652
6653 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
6654
6655 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
6656 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
6657 (menu-bar-options-menu, menu-bar-showhide-menu)
6658 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
6659 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
6660 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
6661 (menu-bar-options-menu, menu-bar-tools-menu)
6662 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
6663 (menu-bar-help-menu):
6664 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
6665 string arguments.
6666
6667 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
6668 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
6669 calls for the menu names and :help.
6670
6671 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6672
6673 * mouse.el (minor-mode-menu-from-indicator): Pay attention
6674 to :minor-mode-function (bug#4455).
6675
6676 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6677
6678 * startup.el (command-line): Initialize the window-system after
6679 processing the command-line.
6680
6681 * textmodes/page.el (what-page): Make sure we don't inf-loop if
6682 page-delimiter matches the empty string.
6683
6684 2009-09-16 Glenn Morris <rgm@gnu.org>
6685
6686 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
6687 byte-compile-not-obsolete-var. It's a list now.
6688 (byte-compile-not-obsolete-funcs): New variable.
6689 (byte-compile-warn-obsolete): Don't warn about functions if they are in
6690 byte-compile-not-obsolete-funcs.
6691 (byte-compile-variable-ref, byte-compile-defvar): Update for
6692 byte-compile-not-obsolete-vars name-change and list nature.
6693 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
6694 and variables behind (f)boundp tests.
6695 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
6696
6697 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
6698
6699 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
6700
6701 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6702
6703 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
6704 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
6705 Don't autoload.
6706
6707 2009-09-15 Stephen Eglen <stephen@gnu.org>
6708
6709 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
6710 the virtual-buffers, use the name of the buffer specified by
6711 find-file-noselect, as the match may be a symlink. (This was a
6712 problem if the target and the symlink had different names.)
6713
6714 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6715
6716 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
6717
6718 * desktop.el (desktop-path): Check user-emacs-directory.
6719
6720 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
6721
6722 * loadup.el: Use after-load-functions to GC after loading each file.
6723 Remove the explicit GC calls that used to be sprinkled around.
6724
6725 * subr.el (after-load-functions): New hook.
6726 (do-after-load-evaluation): Run it. Use string-match-p to detect
6727 `obsolete' packages, rather than painfully extracting the relevant
6728 directory name.
6729
6730 2009-09-15 Glenn Morris <rgm@gnu.org>
6731
6732 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
6733 free variable `doc'.
6734
6735 * dired.el (dired-mode-map): Add menu entry for async shell command.
6736
6737 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
6738 variables, also consider the .elc files, since the .el files are
6739 normally gzipped (subsequent code locates the .el.gz from the .elc).
6740
6741 * calc/calc-prog.el (arglist): Define for compiler.
6742
6743 * calendar/diary-lib.el (diary-display-function): Change the default to
6744 fancy display.
6745 (body): Define for compiler.
6746
6747 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
6748 (byte-compile-file-form, byte-compile-lambda)
6749 (byte-compile-top-level-body, byte-compile-form)
6750 (byte-compile-variable-ref, byte-compile-setq)
6751 (byte-compile-setq-default, byte-compile-body)
6752 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
6753 (batch-byte-compile): Give some more local variables with common names
6754 a "bytecomp-" prefix to avoid masking warnings about free variables.
6755
6756 * startup.el (command-line-1): Give local variables with common names a
6757 distinguishing prefix, so as not to hide free variable warnings during
6758 bootstrap.
6759
6760 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
6761 clever and add a suffix to make a unique name, just let the user decide
6762 whether or not to overwrite it. If the input is a directory, write the
6763 default filename to that directory. (Bug#4388)
6764 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
6765 is a filename-as-a-directory.
6766
6767 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6768
6769 * textmodes/page.el (what-page): Don't move to beginning of line.
6770 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
6771
6772 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
6773
6774 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
6775
6776 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
6777
6778 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
6779 * help.el (help-for-help-internal): Add purecopy calls for text.
6780
6781 * vc.el (top): print-log method now takes an optional SHORTLOG
6782 argument. Add a new method: root.
6783 (vc-root-diff, vc-print-root-log): New functions.
6784 (vc-log-short-style): New variable.
6785 (vc-print-log-internal): Add support for showing short logs.
6786
6787 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
6788 vc-print-root-log and vc-print-root-diff.
6789
6790 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
6791 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
6792 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
6793 short logs.
6794
6795 * vc-cvs.el (vc-cvs-print-log):
6796 * vc-mtn.el (vc-mtn-print-log):
6797 * vc-rcs.el (vc-rcs-print-log):
6798 * vc-sccs.el (vc-sccs-print-log):
6799 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
6800 that is ignored for now.
6801
6802 * vc-mtn.el (vc-mtn-annotate-command):
6803 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
6804
6805 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6806
6807 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
6808 to function-key-map, and give them ascii-character property.
6809 * term/x-win.el (x-alternatives-map):
6810 * term/ns-win.el (ns-alternatives-map):
6811 * term/internal.el (msdos-key-remapping-map):
6812 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
6813
6814 2009-09-14 Glenn Morris <rgm@gnu.org>
6815
6816 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
6817 temp-buffers (2009-09-12).
6818
6819 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
6820
6821 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
6822 the new read-key function.
6823
6824 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
6825
6826 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
6827 is defined (Bug#4405).
6828
6829 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
6830
6831 * recentf.el (recentf-cleanup): Use a hash table to find
6832 duplicates (Bug#4407).
6833
6834 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
6835
6836 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
6837 kp-0 to ascii equivalents (Bug#4325).
6838
6839 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
6840
6841 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
6842
6843 * eshell/em-hist.el:
6844 * eshell/em-dirs.el (eshell-complete-user-reference):
6845 Declare pcomplete functions and variables to avoid compiler warnings.
6846
6847 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
6848
6849 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
6850 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
6851 * eshell/em-alias.el (eshell-aliases-file):
6852 * eshell/em-hist.el (eshell-history-file-name):
6853 Use expand-file-name instead of concat to make file names (Bug#4308).
6854
6855 2009-09-13 Glenn Morris <rgm@gnu.org>
6856
6857 * ediff-merg.el (ediff-do-merge):
6858 * filesets.el (filesets-run-cmd):
6859 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
6860 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
6861 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
6862 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
6863 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
6864 Replace empty `let's with `progn'.
6865
6866 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
6867
6868 * mail/sendmail.el (send-mail-function):
6869 * tooltip.el (tooltip-mode):
6870 * simple.el (transient-mark-mode):
6871 * rfn-eshadow.el (file-name-shadow-mode):
6872 * frame.el (blink-cursor-mode):
6873 * font-core.el (global-font-lock-mode):
6874 * files.el (temporary-file-directory)
6875 (small-temporary-file-directory, auto-save-file-name-transforms):
6876 * epa-hook.el (auto-encryption-mode):
6877 * composite.el (global-auto-composition-mode):
6878 Use custom-initialize-delay.
6879 * startup.el (command-line): Don't explicitly call
6880 custom-reevaluate-setting for all the above vars.
6881 * custom.el (custom-initialize-safe-set)
6882 (custom-initialize-safe-default): Delete.
6883
6884 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6885
6886 * term/x-win.el (x-initialize-window-system):
6887 * term/w32-win.el (w32-initialize-window-system):
6888 * term/ns-win.el (ns-initialize-window-system): Don't call
6889 mouse-wheel-mode since it's enabled globally by default already.
6890
6891 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
6892 actually define the variable, but only silences the byte-compiler.
6893 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
6894 before looking it up.
6895 (mouse-wheel-scroll-amount): Also reset the bindings if this value
6896 is changed.
6897
6898 2009-09-12 Glenn Morris <rgm@gnu.org>
6899
6900 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
6901 1000.
6902 (elint-add-required-env): Don't beep on error.
6903 (elint-forms): In case of error, return ENV unchanged.
6904 (elint-init-env): Skip non-list forms.
6905 (elint-log): Handle unknown file positions.
6906
6907 2009-09-12 Daiki Ueno <ueno@unixuser.org>
6908
6909 * epg.el (epg-make-context): Add autoload cookie.
6910 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
6911 (epg-decrypt-string, epg-start-verify, epg-verify-file)
6912 (epg-verify-string, epg-start-sign, epg-sign-file)
6913 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
6914 (epg-encrypt-string, epg-start-export-keys)
6915 (epg-export-keys-to-file, epg-export-keys-to-string)
6916 (epg-start-import-keys, epg-import-keys-from-file)
6917 (epg-import-keys-from-string, epg-start-receive-keys)
6918 (epg-receive-keys, epg-import-keys-from-server)
6919 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
6920 (epg-sign-keys, epg-start-generate-key)
6921 (epg-generate-key-from-file, epg-generate-key-from-string):
6922 Remove autoload cookie.
6923
6924 2009-09-12 Eli Zaretskii <eliz@gnu.org>
6925
6926 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
6927 reevaluation of trash-directory.
6928
6929 * mwheel.el: Fix last change.
6930 (mouse-wheel-mode): New defvar.
6931 (mouse-wheel-mode): Remove autoload cookie.
6932
6933 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6934
6935 * mwheel.el (mwheel-installed-bindings): New var.
6936 (mouse-wheel-mode): Use it, so as to make sure we really remove all
6937 the bindings we set last time. Use custom-initialize-delay.
6938 * loadup.el: Load mwheel after term/*-win.el.
6939 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
6940 and mouse-wheel-up-event now that their first evaluation is done
6941 sufficiently late to be correct.
6942
6943 * startup.el (tutorial-directory): Make it a defcustom.
6944 Use custom-initialize-delay rather than eval-at-startup to set it.
6945 * image.el (image-load-path): Make it a defcustom.
6946 Use custom-initialize-delay rather than eval-at-startup to set it.
6947 * subr.el (eval-at-startup): Remove.
6948 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
6949
6950 * subr.el (do-after-load-evaluation): Warn the user after loading an
6951 obsolete package.
6952
6953 2009-09-12 Glenn Morris <rgm@gnu.org>
6954
6955 * proced.el (proced-mark-alt): Remove alias.
6956 (proced-mode-map): Remove proced-mark-alt.
6957
6958 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
6959 Elint file and directory. Remove initialization entry.
6960
6961 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
6962 commands.
6963 (elint-current-buffer): Set mode-line-process.
6964 (elint-init-env): Handle define-derived-mode.
6965 Fix declare-function with unspecified arglist. Guard against odd
6966 defalias statements (eg iso-insert's 8859-1-map).
6967 (elint-add-required-env): Use a temp buffer.
6968 (elint-form): Just print the function/macro name, not the whole form.
6969 Return env unchanged if we fail to parse a macro.
6970 (elint-forms): Guard against parse errors.
6971 (elint-output): New function, to handle batch mode.
6972 (elint-log-message): Add optional argument. Use elint-output.
6973 (elint-set-mode-line): New function.
6974
6975 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
6976
6977 * emacs-lisp/elp.el (elp-not-profilable): Add more
6978 functions (Bug#4233).
6979
6980 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
6981
6982 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
6983 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
6984
6985 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
6986
6987 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
6988 (gdb-var-list-children): Use json parsing.
6989
6990 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
6991
6992 * progmodes/js.el (js--proper-indentation): Handle the case where
6993 char-before is null. Reported by Deniz Dogan.
6994
6995 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
6996
6997 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
6998
6999 2009-09-11 Daiki Ueno <ueno@unixuser.org>
7000
7001 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
7002 (epg-digest-algorithm-alist): Add SHA224.
7003 (epg-context-set-passphrase-callback)
7004 (epg-context-set-progress-callback): Add description about
7005 callback function.
7006
7007 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7008
7009 * custom.el (custom-delayed-init-variables): New var.
7010 (custom-initialize-delay): New function.
7011 * startup.el (command-line): "Re"evaluate all vars in
7012 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
7013 explicitly any more.
7014 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
7015 to avoid creating a ~/.emacs.d at build-time (bug#4347).
7016
7017 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
7018
7019 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
7020
7021 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
7022 (gdb-var-update-handler): Use json parsing.
7023
7024 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
7025
7026 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
7027 decode annotated text, regardless of language environment. (Bug#2741)
7028
7029 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7030
7031 * Makefile.in (autoloads): Make rmail.el writable as well.
7032
7033 2009-09-11 Glenn Morris <rgm@gnu.org>
7034
7035 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
7036 loaddefs.el.
7037 * dired.el: Regenerate with extracted autoloads.
7038 * Makefile.in (autoloads): Make dired.el writable.
7039
7040 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
7041 * ibuffer.el: Regenerate with extracted autoloads.
7042 * Makefile.in (autoloads): Make ibuffer.el writable.
7043
7044 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
7045 * version.el (emacs-copyright, emacs-major-version)
7046 (emacs-minor-version): Reformat doc-strings for make-docfile.
7047
7048 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
7049 functions and variables, since they must be stuff specific to some other
7050 platform.
7051 (apropos-print): Make mouse-click message less specific about button.
7052
7053 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
7054 that records where a macro was defined.
7055 * help-fns.el (describe-function-1): Mention if a function has a
7056 compiler-macro.
7057 * help-mode.el (help-function-cmacro): New button.
7058
7059 * locate.el (top-level): Always require dired.
7060 (locate-mode-map): Initialize inside the defvar.
7061
7062 * net/ange-ftp.el (dired-compress-file): Declare.
7063 (ange-ftp-dired-compress-file): Add doc string.
7064
7065 * term/ns-win.el (x-display-name, x-setup-function-keys):
7066 Unify doc-strings with X versions.
7067
7068 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7069
7070 * emulation/crisp.el (crisp-mode-map): Move initialization
7071 into declaration.
7072 (crisp-mode): Use define-minor-mode.
7073
7074 * progmodes/xscheme.el (xscheme-evaluation-commands):
7075 Put a :advertised-binding property rather than using
7076 advertised-xscheme-send-previous-expression.
7077 (advertised-xscheme-send-previous-expression): Declare obsolete.
7078 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
7079 `advertised-undo'.
7080 (crisp-mode): Add corresponding bindings to
7081 undo's :advertised-binding instead.
7082 * dired.el (dired-mode-map): Put a :advertised-binding property rather
7083 than using dired-advertised-find-file.
7084 (dired-advertised-find-file):
7085 * simple.el (advertised-undo):
7086 * wid-edit.el (advertised-widget-backward): Declare obsolete.
7087 (widget-keymap): Put a :advertised-binding property rather
7088 than using advertised-widget-backward.
7089 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
7090 than using advertised-undo.
7091 * tutorial.el (tutorial--default-keys): Adjust accordingly.
7092
7093 2009-09-10 Simon South <ssouth@slowcomputing.org>
7094
7095 * progmodes/delphi.el (delphi-tab): Indent region when Transient
7096 Mark mode is enabled and region is active; otherwise indent or
7097 insert TAB as usual.
7098 (delphi-mode): Update description of TAB-key binding.
7099
7100 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7101
7102 * subr.el (define-key-rebound-commands): Mark obsolete.
7103 * startup.el (precompute-menubar-bindings): Remove.
7104 (normal-top-level): Remove obsolete code that tried to precompute
7105 menubar bindings.
7106 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
7107 define-key-rebound-commands and precompute-menubar-bindings.
7108
7109 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
7110
7111 * net/imap.el (imap-interactive-login): Better messages.
7112 (imap-open): Fix bug with renamed buffer on reconnect.
7113 (imap-authenticate): Add buffer-local imap-last-authenticator variable
7114 for easier debugging and cleaner code. On successful (guessed based on
7115 server capabilities) secondary authentication, set imap-state
7116 correctly.
7117 (imap-last-authenticator): Define imap-last-authenticator as a variable
7118 to avoid warnings.
7119
7120 2009-09-10 Glenn Morris <rgm@gnu.org>
7121
7122 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
7123
7124 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
7125 (byte-compile-file-form-autoload): Don't warn about unknown functions
7126 where the autoload statement comes after the use.
7127 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
7128 that any handlers inside the body (eg require) are in turn respected.
7129
7130 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
7131 effects.
7132
7133 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
7134 and syntax and abbrev tables basic docs, if they don't have any.
7135
7136 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
7137
7138 * international/mule-cmds.el (top-level): Require cl when compiling.
7139 (view-hello-file): Use default-value rather than
7140 default-enable-multibyte-characters.
7141
7142 * progmodes/fortran.el: Move all safe and risky properties into the
7143 defcustoms.
7144
7145 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
7146 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
7147 * mail/undigest.el:
7148 Put autoloads in rmail.el rather than loaddefs.el.
7149 * mail/rmail.el: Regenerate with extracted autoloads.
7150
7151 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
7152 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
7153
7154 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
7155
7156 Reported in thread for Bug#4375.
7157 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
7158 "-data-evaluate-expression" instead of print.
7159 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
7160 (gdb-tooltip-print): Parse output from above MI command.
7161 (gdb): Revert 2009-08-11 change. User should detach inferior
7162 manually.
7163
7164 Remove the word "separate" from IO functions as inferior
7165 output is now never displayed in the GUD buffer.
7166
7167 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
7168
7169 * startup.el (command-line-normalize-file-name): On Windows and
7170 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
7171
7172 2009-09-10 Juri Linkov <juri@jurta.org>
7173
7174 * isearch.el (isearch-text-char-description): Propertize escape
7175 character sequences with the `escape-glyph' face. (Bug#4344)
7176
7177 * simple.el (shell-command): Set asynchronous process filter to
7178 `comint-output-filter'. (Bug#4343)
7179
7180 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
7181 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
7182 the list. Move "asm" to the bottom.
7183 (grep-find-ignored-directories): Add `choice' with nil value
7184 to empty the list easily.
7185 (grep-find-ignored-files): New option.
7186 (grep-files-history): Set to nil by default instead of '("ch" "el").
7187 (grep-compute-defaults): Add "<X>" to `grep-template'.
7188 (grep-read-files): Bind new local variables `default-alias' and
7189 `default-extension'. Use a list of default values for the file prompt.
7190 (lgrep): Add `--exclude=' command line options composed from
7191 `grep-find-ignored-files'.
7192 (rgrep): Add `-name' command line options composed from
7193 `grep-find-ignored-files'. (Bug#4301)
7194
7195 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
7196
7197 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
7198 (bug#4368).
7199
7200 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7201
7202 * calendar/time-date.el (autoload):
7203 Expand define-obsolete-function-alias into defalias and make-obsolete
7204 for old Emacsen that Gnus supports.
7205 (with-no-warnings): Define it for old Emacsen.
7206 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7207 is available.
7208 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7209 float-time is available; suppress compile warning for time-to-seconds.
7210
7211 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
7212
7213 * net/imap.el (imap-message-map): Docstring fix.
7214
7215 2009-09-09 Glenn Morris <rgm@gnu.org>
7216
7217 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
7218 line numbers too. (Bug#4374)
7219
7220 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7221
7222 * smerge-mode.el (smerge-remove-props, smerge-refine):
7223 Use with-silent-modifications (bug#4342).
7224
7225 * subr.el (with-silent-modifications): New macro.
7226
7227 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
7228
7229 * files.el (top-level): Require `cl' when compiling.
7230
7231 2009-09-07 Glenn Morris <rgm@gnu.org>
7232
7233 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
7234
7235 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
7236 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
7237
7238 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
7239
7240 * vc-git.el (vc-git-annotate-command): Use separator to parse
7241 arguments correctly.
7242
7243 2009-09-06 Eli Zaretskii <eliz@gnu.org>
7244
7245 * proced.el (proced-mode): Doc fix.
7246
7247 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
7248
7249 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
7250 lstat fails.
7251 (tramp-do-file-attributes-with-ls): Check for file existence at
7252 remote end.
7253 (tramp-do-file-attributes-with-stat): Likewise.
7254 (tramp-convert-file-attributes): Return nil when attr is nil.
7255
7256 2009-09-05 Glenn Morris <rgm@gnu.org>
7257
7258 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
7259 properties to this button.
7260 (diary-fancy-display): Don't extend the button to the final newline.
7261 (diary-fancy-display-mode): Continue to define "q" as a local key.
7262
7263 * calendar/cal-china.el (holiday-chinese): Make it slightly more
7264 efficient.
7265
7266 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
7267
7268 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
7269 (byte-compile-dest-file-function): New option.
7270 (byte-compile-dest-file): Doc fix.
7271 Obey byte-compile-dest-file-function.
7272 (byte-compile-cl-file-p): New function.
7273 (byte-compile-eval): Only suppress noruntime warnings about cl functions
7274 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
7275 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
7276 than for file being previously loaded.
7277 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
7278 (byte-compile-file-form-require): Handle the case where requiring a file
7279 indirectly causes CL to be loaded.
7280
7281 2009-09-05 Karl Fogel <kfogel@red-bean.com>
7282
7283 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
7284 before killing the old buffer, since by the time `kill-buffer' is
7285 run so many buffer variables have been set to nil that it may not
7286 behave as expected. (Bug#4061)
7287
7288 2009-09-05 Karl Fogel <kfogel@red-bean.com>
7289
7290 * files.el (find-alternate-file): If the old buffer is modified
7291 and visiting a file, behave similarly to `kill-buffer' when
7292 killing it, thus reverting to the pre-1.878 behavior; see
7293 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
7294 for discussion. Also, consult `buffer-file-name' as a variable
7295 not as a function, for consistency with the rest of the code.
7296
7297 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
7298
7299 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
7300 also when adding a new directory.
7301
7302 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
7303 defun.
7304
7305 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7306
7307 * files.el (locate-file-completion-table): Make it provide boundary
7308 information, so partial-completion works better.
7309
7310 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
7311
7312 * mail/footnote.el (Footnote-text-under-cursor):
7313 Check footnote-text-marker-alist before using it (bug#4324).
7314
7315 2009-09-04 Glenn Morris <rgm@gnu.org>
7316
7317 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
7318 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
7319 * play/solitaire.el, play/tetris.el:
7320 Remove leading * from defcustom and defface docs.
7321
7322 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
7323 necessary.
7324 (diary-fancy-overriding-map): New variable.
7325 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
7326 Use view-mode.
7327
7328 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
7329 goto-line.
7330
7331 2009-09-03 Glenn Morris <rgm@gnu.org>
7332
7333 * arc-mode.el (archive-mode):
7334 * dos-fns.el (set-default-process-coding-system):
7335 * man.el (Man-getpage-in-background):
7336 * menu-bar.el (menu-bar-describe-menu):
7337 * server.el (server-process-filter):
7338 * startup.el (command-line):
7339 * tar-mode.el (tar-header-block-tokenize, tar-extract):
7340 * w32-fns.el (set-default-process-coding-system):
7341 * x-dnd.el (x-dnd-handle-file-name):
7342 * international/mule-cmds.el (mule-menu-keymap)
7343 (set-default-coding-systems, language-info-alist, set-language-info)
7344 (set-language-environment, standard-display-european-internal)
7345 (set-locale-environment):
7346 * international/mule-diag.el (mule-diag):
7347 * mail/emacsbug.el (report-emacs-bug):
7348 * mail/rmail.el (rmail-mode):
7349 * mail/sendmail.el (mail-setup):
7350 Use default-value rather than default-enable-multibyte-characters.
7351
7352 * progmodes/f90.el: Move all safe properties into the defcustoms.
7353 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
7354
7355 * calendar/appt.el (appt-check):
7356 * calendar/diary-lib.el (diary-set-header, diary-live-p)
7357 (diary-check-diary-file, diary-list-entries)
7358 (diary-include-other-diary-files, diary-simple-display)
7359 (diary-fancy-display, diary-print-entries)
7360 (diary-mark-included-diary-files, diary-make-entry):
7361 Don't call substitute-in-file-name on diary-file.
7362
7363 2009-09-03 Eduard Wiebe <usenet@pusto.de>
7364 Stefan Monnier <monnier@iro.umontreal.ca>
7365
7366 * mail/footnote.el (footnote-prefix): Make it a defcustom.
7367 (footnote-mode-map): Move initialization into the declaration.
7368 (footnote-minor-mode-map): Define it rather than changing global-map.
7369 (footnote-mode): Use define-minor-mode.
7370
7371 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
7372
7373 * net/tramp.el (tramp-handle-file-attributes-with-ls)
7374 (tramp-do-file-attributes-with-perl)
7375 (tramp-do-file-attributes-with-stat): Rename from
7376 `tramp-handle-file-attributes-with-*'.
7377 (tramp-handle-file-attributes): Use them.
7378 (tramp-do-directory-files-and-attributes-with-perl)
7379 (tramp-do-directory-files-and-attributes-with-stat): Rename from
7380 `tramp-handle-directory-files-and-attributes-with-*'.
7381 (tramp-handle-directory-files-and-attributes): Use them.
7382 (tramp-method-out-of-band-p): Additional parameter SIZE.
7383 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
7384 (tramp-handle-write-region): Use it.
7385 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
7386 (tramp-handle-vc-registered): Check, whether the first run did
7387 return files to be tested.
7388 (tramp-advice-make-auto-save-file-name): Do not call directly
7389 `tramp-handle-make-auto-save-file-name', because this would bypass
7390 the locking mechanism.
7391
7392 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
7393 (file-remote-p, process-file, start-file-process, set-file-times)
7394 (tramp-compat-file-attributes): Compatibility functions shall not
7395 call directly `tramp-handle-*', because this would bypass the
7396 locking mechanism.
7397 (tramp-compat-number-sequence): New defun.
7398
7399 2009-09-02 Glenn Morris <rgm@gnu.org>
7400
7401 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
7402 alias for float-time.
7403 (time-to-number-of-days): In Emacs, use float-time.
7404 * net/newst-backend.el (time-add): Suppress warnings from compat
7405 function.
7406 * time.el (emacs-uptime, emacs-init-time):
7407 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
7408 Use float-time rather than time-to-seconds.
7409
7410 * minibuffer.el (completion-initials-expand): Fix typo.
7411
7412 * faces.el (modeline, modeline-inactive, modeline-highlight)
7413 (modeline-buffer-id):
7414 * info.el (info-menu-5): Mark these face aliases as obsolete.
7415
7416 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
7417
7418 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
7419 space ...
7420 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
7421 no "--thread" option.
7422 (gdb-stopped): Don't print "Switched to thread" message when it is
7423 unchanged.
7424
7425 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7426
7427 * minibuffer.el (completion-try-completion)
7428 (completion-all-completions): Remove ill-defined (and
7429 mistakenly installed and luckily never used nor documented)
7430 `completion-styles' property.
7431 (completion-initials-expand, completion-initials-all-completions)
7432 (completion-initials-try-completion): New functions.
7433 (completion-styles-alist): Add doc to each entry.
7434 Add new `initials' entry.
7435
7436 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
7437
7438 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
7439 MI command -var-evaluate-expression.
7440 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
7441 and tweak for case of string child.
7442 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
7443
7444 2009-09-01 Glenn Morris <rgm@gnu.org>
7445
7446 * add-log.el (change-log-date-face, change-log-name-face)
7447 (change-log-email-face, change-log-file-face, change-log-list-face)
7448 (change-log-conditionals-face, change-log-function-face)
7449 (change-log-acknowledgement-face):
7450 * cus-edit.el (custom-invalid-face, custom-rogue-face)
7451 (custom-modified-face, custom-set-face, custom-changed-face)
7452 (custom-saved-face, custom-button-face, custom-button-pressed-face)
7453 (custom-documentation-face, custom-state-face, custom-comment-face)
7454 (custom-comment-tag-face, custom-variable-tag-face)
7455 (custom-variable-button-face, custom-face-tag-face)
7456 (custom-group-tag-face-1, custom-group-tag-face):
7457 * diff-mode.el (diff-header-face, diff-file-header-face)
7458 (diff-index-face, diff-hunk-header-face, diff-removed-face)
7459 (diff-added-face, diff-changed-face, diff-function-face)
7460 (diff-context-face, diff-nonexistent-face):
7461 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
7462 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
7463 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
7464 (Info-title-4-face):
7465 * isearch.el (isearch-lazy-highlight-face):
7466 * log-view.el (log-view-file-face, log-view-message-face):
7467 * paren.el (show-paren-match-face, show-paren-mismatch-face):
7468 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
7469 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
7470 (cvs-msg-face):
7471 * smerge-mode.el (smerge-mine-face, smerge-other-face)
7472 (smerge-base-face, smerge-markers-face):
7473 * wid-edit.el (widget-documentation-face, widget-button-face)
7474 (widget-field-face, widget-single-line-field-face)
7475 (widget-inactive-face, widget-button-pressed-face):
7476 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
7477 (woman-addition-face):
7478 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
7479 (eshell-ls-executable-face, eshell-ls-readonly-face)
7480 (eshell-ls-unreadable-face, eshell-ls-special-face)
7481 (eshell-ls-missing-face, eshell-ls-archive-face)
7482 (eshell-ls-backup-face, eshell-ls-product-face)
7483 (eshell-ls-clutter-face):
7484 * eshell/em-prompt.el (eshell-prompt-face):
7485 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
7486 * obsolete/old-whitespace.el (whitespace-highlight-face):
7487 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
7488 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
7489 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
7490 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
7491 (antlr-font-lock-literal-face):
7492 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
7493 (ebrowse-root-class-face, ebrowse-file-name-face)
7494 (ebrowse-default-face, ebrowse-member-attribute-face)
7495 (ebrowse-member-class-face, ebrowse-progress-face):
7496 * progmodes/make-mode.el (makefile-space-face):
7497 * progmodes/sh-script.el (sh-heredoc-face):
7498 * textmodes/flyspell.el (flyspell-incorrect-face)
7499 (flyspell-duplicate-face):
7500 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
7501 * textmodes/texinfo.el (texinfo-heading-face):
7502 Mark face aliases with "-face" suffix as obsolete.
7503
7504 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
7505 compiler.
7506
7507 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
7508 (eudc-bob-sound-menu): Use defvar rather than defconst, since
7509 easy-menu-define wants to modify these.
7510
7511 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
7512
7513 * net/browse-url.el (browse-url-file-url):
7514 * term/internal.el (dos-codepage-setup):
7515 Use default-value rather than default-enable-multibyte-characters.
7516
7517 * progmodes/etags.el (etags-goto-tag-location):
7518 * progmodes/flymake.el (flymake-highlight-line)
7519 (flymake-goto-file-and-line, flymake-goto-line):
7520 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
7521 (gdb-goto-breakpoint):
7522 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
7523 * progmodes/python.el (python-find-function)
7524 (python-pdbtrack-track-stack-file):
7525 * progmodes/verilog-mode.el (verilog-surelint-off):
7526 * term/ns-win.el (ns-open-file-select-line):
7527 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
7528 Use forward-line rather than goto-line.
7529
7530 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
7531 * textmodes/reftex-index.el (reftex-display-index):
7532 * textmodes/reftex-ref.el (reftex-offer-label-menu):
7533 * textmodes/reftex-toc.el (reftex-toc):
7534 Remove unnecessary bindings of default-major-mode (all are followed by
7535 major-mode check and possible mode switch).
7536
7537 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
7538
7539 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
7540 Handle watchpoints (bug#4282).
7541 (def-gdb-thread-buffer-command): Enable thread to be selected by
7542 clicking without selecting threads buffer first.
7543 (gdb-current-context-command): Use selected frame so that "up",
7544 "down" etc work in the GUD buffer.
7545 (gdb-update): Find selected frame before rendering stack buffer.
7546 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
7547
7548 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7549
7550 * progmodes/sym-comp.el (displayed-completions): Remove.
7551 (symbol-complete): Use minibuffer-complete.
7552
7553 2009-08-31 Glenn Morris <rgm@gnu.org>
7554
7555 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
7556
7557 * apropos.el (apropos-symbols-internal):
7558 Handle (obsolete) face aliases.
7559
7560 * faces.el (describe-face): Adjust the output format to be more like
7561 describe-variable, and to mention (obsolete) face aliases.
7562 Adjust the whitespace so that help-setup-xref works.
7563
7564 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
7565 * calendar/diary-lib.el (diary-button-face):
7566 Mark these face aliases as obsolete.
7567
7568 * calendar/calendar.el (calendar-today): Doc fix.
7569
7570 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
7571
7572 * progmodes/gdb-mi.el (gdb-control-all-threads)
7573 (gdb-control-current-thread): Force tool bar update.
7574 (gdb-non-stop-handler): New function.
7575 (gdb-init-1): Use it to test if non-stop mode is supported.
7576 Remove unused gdbmi buffer type.
7577
7578 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
7579
7580 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7581 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
7582
7583 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
7584
7585 * comint.el (comint-exec-1): Check command is non-null first.
7586 Part of gdb-mi.el change (2009-08-28).
7587
7588 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7589
7590 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
7591
7592 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
7593
7594 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
7595 instead of `dolist' to avoid a recursive require when bootstrapping.
7596
7597 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7598
7599 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
7600
7601 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
7602
7603 * net/imap.el (imap-send-command): Simplify.
7604 (imap-wait-for-tag): point-max -> buffer-size.
7605
7606 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
7607
7608 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
7609 with constant argument.
7610
7611 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
7612
7613 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
7614
7615 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
7616 Change default, since most of our files don't have a history.
7617 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
7618 the user.
7619
7620 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7621 Add comint-run.
7622
7623 * calc/calc.el: Improve commenting convention.
7624 (calc-digit-map, toplevel): Simplify.
7625
7626 * comint.el (comint-insert-input): Be careful to only set point if we
7627 don't delegate to some other command.
7628
7629 * proced.el (proced-signal-list): Make it an alist.
7630 (proced-grammar-alist): Capitalize names.
7631 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
7632 Disable undo manually and make it read-only.
7633 Use completion-annotate-function.
7634
7635 * minibuffer.el (minibuffer-message): If the current buffer is not
7636 a minibuffer, insert the message in the echo area rather than at the
7637 end of the buffer.
7638 (completion-annotate-function): New variable.
7639 (minibuffer-completion-help): Use it.
7640 (completion--embedded-envvar-table): Environment vars are
7641 always case-sensitive.
7642
7643 2009-08-30 Glenn Morris <rgm@gnu.org>
7644
7645 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
7646 from fortran-current-defun.
7647 (fortran-beginning-of-subprogram): Be more precise about finding the
7648 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
7649 (fortran-end-of-subprogram): Simplify.
7650 (fortran-current-defun): Use fortran-start-prog-re.
7651
7652 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
7653
7654 * subr.el (do-after-load-evaluation): Simplify.
7655
7656 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
7657
7658 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
7659
7660 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
7661 (vc-rcs-print-log): Use it.
7662
7663 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
7664
7665 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7666
7667 * paths.el (abbrev-file-name): Move to abbrev.el.
7668 * abbrev.el (abbrev-file-name): Move from paths.el.
7669 Obey user-emacs-directory.
7670 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
7671 user-emacs-directory.
7672 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
7673 abbrev-file-name and calc-settings-file any more.
7674 * startup.el (command-line): Recompute abbrev-file-name and
7675 abbreviated-home-dir.
7676 (normal-no-mouse-startup-screen): Improve the generic code and get rid
7677 of the special code for when C-h bindings haven't been changed.
7678 (display-startup-echo-area-message): Use with-current-buffer.
7679 (command-line-1): Use a list of strings, rather than a list of lists
7680 of strings for longopts.
7681
7682 * files.el (get-free-disk-space): Use / for default-directory.
7683
7684 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
7685 Use with-current-buffer.
7686
7687 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
7688 Recognize immutable variables like most-positive-fixnum.
7689 (byte-compile-setq-default): Check and warn if trying to assign
7690 to an immutable variable, or a non-variable.
7691
7692 * progmodes/cc-vars.el (c-comment-continuation-stars):
7693 * progmodes/cc-engine.el (c-looking-at-bos):
7694 * progmodes/cc-cmds.el (c-toggle-auto-state)
7695 (c-forward-into-nomenclature, c-backward-into-nomenclature)
7696 (c-comment-line-break-function): Add version of obsolescence.
7697
7698 2009-08-28 Juri Linkov <juri@jurta.org>
7699
7700 * files.el (magic-fallback-mode-alist): Add ZIP magic number
7701 associated with `archive-mode'.
7702
7703 * image.el (image-type-header-regexps): Use only JPEG magic number
7704 to determine JPEG images, and don't use `image-jpeg-p' because
7705 Emacs can display non-JFIF non-Exif JPEG images.
7706
7707 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
7708
7709 * arc-mode.el (archive-mode):
7710 * emacs-lisp/re-builder.el (re-builder-unload-function):
7711 Protect against the default value of `major-mode' being nil.
7712
7713 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
7714
7715 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
7716 Fix typos in docstrings.
7717
7718 * progmodes/js.el (js--macro-decl-re): Doc fix.
7719 (js--plain-method-re, js--split-name): Refloc docstring.
7720 (js--class-styles, js--make-merged-item, js--splice-into-items):
7721 Fix typos in docstrings; reflow docstrings.
7722 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
7723 (js--variable-decl-matcher, js--inside-pitem-p)
7724 (js--parse-state-at-point, js--get-all-known-symbols)
7725 (js--symbol-history, js-find-symbol, js--js-references)
7726 (js--moz-interactor, js--js-encode-value, js--read-tab):
7727 Fix typos in docstrings.
7728
7729 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7730
7731 * textmodes/reftex.el (reftex-get-file-buffer-force):
7732 * progmodes/verilog-mode.el (verilog-batch-execute-func):
7733 * emulation/viper.el (viper-go-away, viper-set-hooks):
7734 * emacs-lisp/re-builder.el (re-builder-unload-function):
7735 * emacs-lisp/bytecomp.el (byte-compile-file):
7736 * ses.el (ses-unload-function):
7737 * hexl.el (hexl-find-file):
7738 * files.el (normal-mode):
7739 * ehelp.el (with-electric-help):
7740 * autoinsert.el (auto-insert-alist):
7741 * arc-mode.el (archive-mode):
7742 Use (default-value 'major-mode) instead of default-major-mode.
7743
7744 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
7745 * international/mule.el (load-with-code-conversion):
7746 * emacs-lisp/debug.el (debug):
7747 * ediff-vers.el (ediff-rcs-get-output-buffer):
7748 * dired.el (dired-internal-noselect): Don't let-bind
7749 default-major-mode around code that doesn't use it.
7750 E.g. buffer creation via get-buffer-create doesn't use it.
7751
7752 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
7753
7754 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
7755 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
7756 when writing the temp file. Otherwise, epa-file gets confused.
7757 (tramp-register-file-name-handlers): Make it a defun. Move also
7758 `epa-file-handler' to the front of `file-name-handler-alist'.
7759
7760 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7761
7762 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
7763 start right after a ^M.
7764 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
7765 (tramp-completion-file-name-regexp-separate)
7766 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
7767 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
7768 Don't modify last-coding-system-used by accident.
7769 (tramp-completion-file-name-handler): Apply the checks here,
7770 instead during registration.
7771 (tramp-register-file-name-handlers) Renamed from
7772 `tramp-register-file-name-handler'. Register both
7773 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
7774 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
7775
7776 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
7777
7778 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
7779 Remove variable ...
7780 (gdb-init-1, gdb-display-separate-io-buffer)
7781 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
7782 references to it.
7783 (gdb-inferior-io-mode): Use make-comint-in-buffer.
7784 (gdb-inferior-filter): Use comint-output-filter to stop
7785 echoing and remove ^M characters.
7786
7787 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7788
7789 * emulation/viper-init.el (viper-restore-cursor-type):
7790 * emulation/cua-base.el (cua--update-indications):
7791 Replace default-cursor-type with (default-value 'cursor-type).
7792
7793 * mail/sendmail.el (mail-recover-1):
7794 * international/mule-diag.el (describe-current-coding-system-briefly)
7795 (describe-current-coding-system):
7796 * international/mule-cmds.el (select-safe-coding-system)
7797 (select-message-coding-system)
7798 (set-language-environment-coding-systems, set-locale-environment):
7799 * hexl.el (hexl-insert-multibyte-char):
7800 * dos-w32.el (find-buffer-file-type-coding-system):
7801 * simple.el (what-cursor-position):
7802 Replace uses of default-buffer-file-coding-system
7803 with (default-value 'buffer-file-coding-system).
7804
7805 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
7806 Replace uses of default-cursor-in-non-selected-windows
7807 with (default-value 'cursor-in-non-selected-windows).
7808 Use with-current-buffer.
7809
7810 * mail/feedmail.el: Use CL macros.
7811 (feedmail-run-the-queue, feedmail-send-it-immediately):
7812 * dos-w32.el (find-buffer-file-type): Replace uses of
7813 default-buffer-file-type with (default-value 'buffer-file-type).
7814
7815 2009-08-28 Glenn Morris <rgm@gnu.org>
7816
7817 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
7818 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
7819 Use default-value of major-mode rather than default-major-mode.
7820
7821 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
7822
7823 * Makefile.in (update-elcfiles): Report left over elc files.
7824
7825 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
7826 expand-file-name and with-current-buffer.
7827 (mail-get-names, mail-directory): Use with-current-buffer.
7828
7829 * vc.el (vc-read-revision): New function.
7830 (vc-version-diff, vc-merge): Use it.
7831
7832 2009-08-27 Sam Steingold <sds@gnu.org>
7833
7834 * simple.el (kill-do-not-save-duplicates): New user option.
7835 (kill-new): When it is non-nil, and the new string is the same as
7836 the latest kill, set replace to t to avoid duplicates in kill-ring.
7837
7838 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
7839
7840 * net/tramp.el (tramp-handle-process-file): Do not flush all
7841 caches when `process-file-side-effects' is set.
7842 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
7843 instead of `tramp-find-file-exists-command'.
7844 Unset `process-file-side-effects'.
7845
7846 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
7847
7848 * net/tramp.el (tramp-methods): New method "rsyncc".
7849 (top): Add completion function for "rsyncc".
7850 (tramp-message-show-message): New defvar.
7851 (tramp-message, tramp-error): Use it.
7852 (tramp-do-copy-or-rename-file-directly): Extend check for direct
7853 remote copying.
7854 (tramp-do-copy-or-rename-file-out-of-band): Handle new
7855 `tramp-methods' entry `copy-env' of "rsyncc".
7856 (tramp-vc-registered-read-file-names): New defconst.
7857 (tramp-vc-registered-file-names): New defvar.
7858 (tramp-handle-vc-registered): Implement optimization strategy.
7859 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
7860 (tramp-vc-file-name-handler): New defun.
7861 (tramp-get-ls-command, tramp-get-test-command)
7862 (tramp-get-file-exists-command, tramp-get-remote-ln)
7863 (tramp-get-remote-perl, tramp-get-remote-stat)
7864 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
7865
7866 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
7867 (tramp-cache-inhibit-cache): Extend doc string. It allows also
7868 timestamps.
7869 (tramp-get-file-property): Check for timestamps in
7870 `tramp-cache-inhibit-cache'.
7871 (tramp-set-file-property): Write timestamp.
7872
7873 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
7874
7875 * language/japan-util.el (japanese-symbol-table): Add entries for
7876 cp932-2-byte.
7877
7878 * international/characters.el: Add category `j' to cp932-2-byte.
7879
7880 2009-08-27 Kenichi Handa <handa@m17n.org>
7881
7882 * international/fontset.el (build-default-fontset-data): New macro.
7883 (setup-default-fontset): Use build-default-fontset-data for CJK,
7884 tibetan, ethiopic, and ipa.
7885
7886 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
7887
7888 * cus-start.el (default-major-mode): Customize `major-mode' instead.
7889 (enable-multibyte-characters): Not customizable any more.
7890
7891 * subr.el (default-mode-line-format, default-header-line-format)
7892 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
7893 (default-direction-reversed, default-truncate-lines)
7894 (default-left-margin, default-tab-width, default-case-fold-search)
7895 (default-left-margin-width, default-right-margin-width)
7896 (default-left-fringe-width, default-right-fringe-width)
7897 (default-fringes-outside-margins, default-scroll-bar-width)
7898 (default-vertical-scroll-bar, default-indicate-empty-lines)
7899 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
7900 (default-fringe-cursor-alist, default-scroll-up-aggressively)
7901 (default-scroll-down-aggressively, default-fill-column)
7902 (default-cursor-type, default-buffer-file-type)
7903 (default-cursor-in-non-selected-windows)
7904 (default-buffer-file-coding-system, default-major-mode)
7905 (default-enable-multibyte-characters): Mark as obsolete.
7906
7907 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
7908
7909 * vc-dir.el (vc-dir-update): Remove debug helper.
7910
7911 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
7912
7913 2009-08-26 Sam Steingold <sds@gnu.org>
7914
7915 * simple.el (save-interprogram-paste-before-kill): New user option.
7916 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
7917 save the interprogram-paste into kill-ring before overriding it
7918 with the Emacs kill.
7919
7920 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
7921
7922 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
7923 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
7924 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
7925 and move to vc-rcs.el.
7926 (vc-default-next-revision): Rename to vc-rcs-next-revision and
7927 move to vc-rcs.el.
7928 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
7929 (vc-rcs-update-changelog): Remove.
7930 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
7931 and move to vc-rcs.el.
7932
7933 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
7934 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
7935 renaming.
7936 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
7937 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
7938 vc.el, renamed to be RCS specific.
7939
7940 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
7941 New functions.
7942 (vc-cvs-update-changelog): Move here from vc.el.
7943
7944 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
7945 New functions.
7946
7947 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
7948
7949 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
7950
7951 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
7952
7953 * vc-git.el (vc-git-register): Use "git add" for directories.
7954 (vc-git-stash, vc-git-stash-show): New functions.
7955 (vc-git-extra-menu-map): Bind them.
7956
7957 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
7958 directory correctly in case the item is a directory itself.
7959
7960 * vc.el: Document the desired behavior for reverted files in the
7961 `added' state.
7962 (vc-default-prettify-state-info): Remove function, unused.
7963
7964 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
7965
7966 2009-08-26 Glenn Morris <rgm@gnu.org>
7967
7968 * bindings.el (standard-mode-line-format): Reposition dashes in
7969 which-func entry. (Bug#4217)
7970
7971 * files.el (enable-local-variables, enable-local-eval)
7972 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
7973 the defcustoms.
7974 (auto-mode-alist, ignored-local-variables)
7975 (save-some-buffers-action-alist): Move risky declarations to the
7976 definitions.
7977 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
7978 (font-lock-defaults, format-alist, imenu--index-alist)
7979 (imenu-generic-expression, input-method-alist, minor-mode-alist)
7980 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
7981 (mode-line-modified, mode-line-mule-info, mode-line-position)
7982 (mode-line-process, mode-line-remote, outline-level)
7983 (parse-time-rules, rmail-output-file-alist)
7984 (special-display-buffer-names, vc-mode):
7985 Move risky declarations to the relevant files.
7986 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
7987 (mode-line-modified, mode-line-process, mode-line-position)
7988 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
7989 * font-core.el (font-lock-defaults):
7990 * format.el (format-alist):
7991 * vc-hooks.el (vc-mode):
7992 * window.el (special-display-buffer-names):
7993 * international/mule-cmds.el (input-method-alist):
7994 Define riskiness here (dumped file) rather than in files.el.
7995 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
7996 * imenu.el (imenu-generic-expression, imenu--index-alist):
7997 * outline.el (outline-level):
7998 * time.el (display-time-string):
7999 * calendar/parse-time.el (parse-time-rules):
8000 * mail/rmailout.el (rmail-output-file-alist):
8001 Autoload riskiness here, rather than placing in files.el.
8002
8003 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
8004
8005 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
8006
8007 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
8008
8009 * simple.el (process-file-side-effects): New defvar.
8010
8011 * dired-aux.el (dired-show-file-type):
8012 * vc.el (vc-diff-internal):
8013 * vc-arch.el (vc-arch-diff):
8014 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
8015 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
8016 * vc-git.el (vc-git-registered, vc-git-working-revision)
8017 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
8018 (vc-git--empty-db-p):
8019 * vc-hooks.el (vc-user-login-name):
8020 * vc-svn.el (vc-svn-registered, vc-svn-state)
8021 (vc-svn-dir-extra-headers, vc-svn-find-revision):
8022 * progmodes/grep.el (grep-probe): Let-bind
8023 `process-file-side-effects' with nil.
8024
8025 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
8026
8027 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
8028 daemon. Replace ping by checking for running service for bluez
8029 and zeroconf. (Bug#4239)
8030
8031 2009-08-25 Kevin Ryde <user42@zip.com.au>
8032
8033 * net/dig.el (dig): Add autoload cookie.
8034
8035 2009-08-25 Glenn Morris <rgm@gnu.org>
8036
8037 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
8038 load-history for absolute file-names.
8039 (byte-compile-file-form-require): Warn about use of the cl package.
8040
8041 * format.el (format-alist): Doc fix.
8042
8043 * play/bubbles.el (top-level): Don't require cl at run-time.
8044
8045 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
8046 run-time cl).
8047
8048 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
8049
8050 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
8051 from cl package.
8052 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
8053
8054 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
8055
8056 * calc/calc-alg.el (math-trig-rewrite)
8057 (math-hyperbolic-trig-rewrite): New functions.
8058 (calc-simplify): Simplify trig functions when asked.
8059
8060 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
8061
8062 * diff-mode.el (diff-find-source-location): Avoid goto-line.
8063
8064 2009-08-24 Kenichi Handa <handa@m17n.org>
8065
8066 * language/ind-util.el (mapthread): Delete it.
8067 (combinatorial): New function.
8068 (indian--puthash-cv): Use combinatorial instead of mapthread.
8069
8070 2009-08-22 Kevin Ryde <user42@zip.com.au>
8071
8072 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
8073 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
8074 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
8075 Clarify docstring that the value is strings not symbols.
8076 (checkdoc-list-of-strings-p): New function.
8077
8078 2009-08-22 Glenn Morris <rgm@gnu.org>
8079
8080 * files.el (auto-mode-alist):
8081 * hippie-exp.el (he-concat-directory-file-name):
8082 * lpr.el (lpr-windows-system, printer-name):
8083 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
8084 * ps-print.el (ps-windows-system):
8085 * startup.el (command-line):
8086 * emulation/viper-ex.el (viper-glob-function):
8087 * international/mule-cmds.el (set-language-environment-coding-systems):
8088 * net/ange-ftp.el (ange-ftp-write-region):
8089 * obsolete/fast-lock.el (fast-lock-cache-name):
8090 Remove code for defunct system-types emx, macos, mswindows, next-mach,
8091 unisoft-unix, vax-vms, win32, w32.
8092
8093 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
8094 given name if the pattern is not more specific.
8095
8096 * calendar/lunar.el (lunar-phase-names): New option.
8097 (lunar-phase): Doc fix.
8098 (lunar-cycles-per-year): New constant.
8099 (lunar-index): New function.
8100 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
8101 (lunar-phase-name): Use lunar-phase-names.
8102 (calendar-lunar-phases): Use format.
8103 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
8104
8105 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
8106 Copy imenu-example--name-and-position function here for own use.
8107 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
8108
8109 * bs.el (bs--redisplay):
8110 * cus-edit.el (custom-redraw):
8111 * ibuffer.el (ibuffer-bury-buffer):
8112 * server.el (server-goto-line-column):
8113 * startup.el (command-line-1):
8114 * strokes.el (strokes-xpm-for-stroke):
8115 * term.el (term-display-buffer-line):
8116 * view.el (View-goto-line):
8117 * calc/calc.el (calc-do, calc-trail-buffer):
8118 * play/gamegrid.el (gamegrid-add-score-insecure):
8119 * progmodes/ada-mode.el (ada-compile-goto-error):
8120 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
8121 (ebrowse-select-1st-to-9nth):
8122 * progmodes/cperl-mode.el (cperl-time-fontification):
8123 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
8124 * progmodes/gud.el (gud-display-line):
8125 (idlwave-shell-display-line):
8126 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
8127 * progmodes/make-mode.el (makefile-browser-toggle):
8128 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
8129 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
8130 * textmodes/picture.el (picture-draw-rectangle):
8131 * textmodes/reftex-index.el (reftex-index-goto-letter):
8132 (reftex-select-jump-to-previous):
8133 * textmodes/reftex-sel.el (reftex-find-start-point)
8134 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
8135 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
8136 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
8137 * textmodes/tex-mode.el (tex-compilation-parse-errors):
8138 * textmodes/two-column.el (2C-associated-buffer):
8139 Use forward-line rather than goto-line.
8140
8141 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
8142 goto-line.
8143
8144 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
8145 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
8146 (quick-check-list-to-regexp): Declare.
8147
8148 * progmodes/make-mode.el (makefile-browser-insert-selection):
8149 Use goto-char rather than goto-line.
8150
8151 * progmodes/prolog.el (compilation-error-regexp-alist)
8152 (compilation-forget-errors): Declare.
8153
8154 2009-08-22 Juri Linkov <juri@jurta.org>
8155
8156 * progmodes/grep.el (lgrep, rgrep): At the beginning
8157 set `dir' to `default-directory' unless `dir' is a non-nil
8158 readable directory. (Bug#4052)
8159 (lgrep, rgrep): Change a weird way to report an error
8160 from using `read-string' to using `error'.
8161 Instead of using interactive arguments in the function body,
8162 add new argument `confirm'.
8163
8164 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8165
8166 * textmodes/remember.el (remember-buffer):
8167 * progmodes/cperl-mode.el (cperl-vc-header-alist):
8168 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
8169 (icalendar-extract-ical-from-buffer):
8170 * net/newst-treeview.el (newsticker-groups-filename):
8171 * net/newst-backend.el (newsticker-cache-filename):
8172 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
8173 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
8174 (speedbar-add-ignored-path-regexp, speedbar-line-path)
8175 (speedbar-buffers-line-path, speedbar-path-line)
8176 (speedbar-buffers-line-path):
8177 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
8178 (epg-sign-keys):
8179 * epa.el (epa-display-verify-result):
8180 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
8181
8182 2009-08-21 Glenn Morris <rgm@gnu.org>
8183
8184 * progmodes/js.el (inferior-moz-process): Fix declaration.
8185
8186 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
8187
8188 * obsolete/rnewspost.el (news-mail-reply):
8189 Use goto-char rather than goto-line.
8190
8191 * term/ns-win.el (ns-open-file-select-line):
8192 Use line-beginning-position rather than goto-line.
8193
8194 * apropos.el (apropos-command):
8195 * ehelp.el (electric-helpify):
8196 * printing.el (pr-show-setup):
8197 * strokes.el (strokes-help):
8198 * tutorial.el (tutorial--describe-nonstandard-key)
8199 (tutorial--detailed-help):
8200 * woman.el (woman-mini-help, woman-display-extended-fonts):
8201 * calc/calc-help.el (calc-describe-key):
8202 * emulation/edt.el (edt-electric-helpify):
8203 * international/mule-diag.el (mule-diag):
8204 * play/yow.el (apropos-zippy):
8205 * progmodes/python.el (python-describe-symbol):
8206 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
8207 * textmodes/table.el (*table--cell-describe-mode)
8208 (*table--cell-describe-bindings):
8209 Use help-print-return-message rather than the now obsolete alias.
8210
8211 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
8212 (calendar-cursor-to-visible-date):
8213 * play/5x5.el (5x5-position-cursor):
8214 * play/decipher.el (decipher):
8215 * play/gomoku.el (gomoku-goto-xy):
8216 * play/landmark.el (lm-goto-xy):
8217 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
8218 (mpuz-paint-digit):
8219 Use forward-line, not goto-line.
8220
8221 * mail/rmail.el (rmail-obsolete): Delete custom group.
8222 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
8223 (rmail-remote-password, rmail-remote-password-required):
8224 Remove unneeded :set-after and :set properties.
8225
8226 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
8227
8228 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
8229
8230 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
8231
8232 * loadup.el: Remove leftover macos code.
8233
8234 * vc-git.el (vc-git-annotate-command): Run asynchronously.
8235 Explicitly pass the date format to git blame so that user local
8236 so that the output format can be parsed.
8237
8238 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
8239
8240 * net/dbus.el (top): Don't check for (getenv
8241 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
8242
8243 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
8244
8245 * log-edit.el (log-edit-strip-single-file-name): New var.
8246 (log-edit-insert-changelog): Use it. Bug#3571
8247
8248 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8249
8250 * subr.el (read-passwd): Use read-key so keypad keys work as well.
8251 Bug#3287
8252
8253 * help.el (help-print-return-message): Rename from
8254 print-help-return-message.
8255
8256 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
8257 cvs-mode-map parent hack.
8258 (log-view-mode): Derive from special-mode.
8259
8260 * linum.el (linum-mode): window-size-change-functions is redundant.
8261 Adapt to new window-configuration-change-hook behavior.
8262 (linum-after-size, linum-after-config): Remove.
8263
8264 * imenu.el (imenu-example--name-and-position)
8265 (imenu-example--lisp-extract-index-name)
8266 (imenu-example--create-lisp-index, imenu-example--create-c-index):
8267 Mark as obsolete.
8268
8269 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
8270 (inferior-prolog-mode): Use it.
8271 (inferior-prolog-load-file): Reset list of errors.
8272
8273 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8274
8275 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
8276
8277 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
8278
8279 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
8280
8281 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
8282 is running already.
8283
8284 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8285
8286 * subr.el (listify-key-sequence-1): Use normal syntax since those
8287 integers are nowadays always represented by the same (positive) number
8288 on all platforms.
8289 (read-key-empty-map): New const.
8290 (read-key-delay): New var.
8291 (read-key): New function.
8292 (force-mode-line-update): Use with-current-buffer.
8293 (locate-user-emacs-file): Don't forget to abbreviate the file name.
8294 (start-process-shell-command, start-file-process-shell-command):
8295 Discourage the use of command-args.
8296
8297 2009-08-19 Glenn Morris <rgm@gnu.org>
8298
8299 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
8300
8301 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8302
8303 * simple.el (choose-completion-string): Don't rely on
8304 minibuffer-completing-file-name and ad-hoc checks to decide whether
8305 to continue completion or not.
8306
8307 * minibuffer.el (minibuffer-hide-completions): New function.
8308 (completion--do-completion): Use it.
8309 (completions-annotations): New face.
8310 (completion--insert-strings): Use it.
8311 (completion-pcm--delim-wild-regex): Add docstring.
8312 (completion-pcm--string->pattern): Add support for 0-width delimiters
8313 in completion-pcm--delim-wild-regex.
8314
8315 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
8316
8317 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
8318 Remove unused var `buffer-modified-p'.
8319
8320 * minibuffer.el (completion--do-completion): Move point for the #b001
8321 case as well (bug#4176).
8322 (minibuffer-complete, minibuffer-complete-word): Don't move point.
8323
8324 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
8325
8326 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
8327 and :session buses.
8328
8329 2009-08-18 Kenichi Handa <handa@m17n.org>
8330
8331 * international/ucs-normalize.el (ucs-normalize-version):
8332 Change to 1.1.
8333 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
8334 (utf-8-hfs): Make it perform normalization on encoding too.
8335
8336 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
8337 (sentence-end-without-space): Delete duplicated chars.
8338 (sentence-end-base): Likewise.
8339
8340 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
8341 (html-mode): Delete duplicated chars from sentence-end-base.
8342
8343 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
8344 (texinfo-mode): Delete duplicated chars from sentence-end-base.
8345
8346 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
8347
8348 * files.el (hack-one-local-variable): If the mode function is for
8349 a minor mode, pass it an argument (Bug#4148).
8350
8351 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
8352
8353 * net/tramp.el (tramp-register-completion-file-name-handler):
8354 Check also for (member 'partial-completion completion-styles).
8355
8356 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
8357
8358 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
8359 abbrev (Bug#3943).
8360
8361 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8362
8363 * progmodes/cperl-mode.el: Merge upstream 6.2.
8364 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
8365 (cperl-forward-re): Check cperl-brace-recursing.
8366 (cperl-highlight-charclass): New function.
8367 (cperl-find-pods-heres): Use it.
8368 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8369 (cperl-beautify-regexp-piece): Fix column calculation.
8370 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8371 (cperl-beautify-level): Don't process entire regexp.
8372 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
8373 calling man.
8374 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
8375 (cperl-init-faces): Build a list in the normal way.
8376
8377 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
8378
8379 * calendar/parse-time.el (parse-time-string-chars): Save match
8380 data.
8381
8382 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
8383
8384 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
8385 (sql-product): Use it.
8386 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
8387 (sql-set-product): Add completion.
8388 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
8389 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
8390 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
8391 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
8392 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
8393 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
8394 (sql-highlight-db2-keywords): Remove.
8395 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
8396 (sql-highlight-product): Use derived-mode-p.
8397 (sql-set-sqli-buffer): Use with-current-buffer.
8398 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
8399 Simplify.
8400
8401 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
8402
8403 * term.el: Fix commenting convention, turn comments into docstrings.
8404
8405 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
8406
8407 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
8408
8409 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
8410
8411 * calendar/parse-time.el (parse-time-string-chars): Compute using
8412 character classes, to handle non-ascii characters (Bug#3190).
8413
8414 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
8415
8416 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
8417 another heredoc if the user adds another < (Bug#3226).
8418
8419 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8420 Don't initialize based on window-system (Bug#4124).
8421
8422 * facemenu.el (facemenu-read-color): Use a completion function
8423 that accepts any defined color, such as RGB triplets (Bug#3677).
8424
8425 * files.el (get-free-disk-space): Change fallback default
8426 directory to /. Expand DIR argument before switching to fallback.
8427 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
8428
8429 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
8430
8431 * files.el (load-library): Doc fix.
8432
8433 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
8434
8435 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
8436 (viper-if-string): Redefine C-s in the minibuffer to insert the last
8437 incremental search string.
8438
8439 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
8440 XEmacs.
8441
8442 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
8443 (ediff-merge-region-is-non-clash)
8444 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
8445 Also check if the job is really a merge job.
8446
8447 * ediff.el (ediff-current-file): New function.
8448
8449 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
8450
8451 * progmodes/js.el: Edit docstrings throughout to follow Emacs
8452 conventions.
8453 (js-insert-and-indent): Delete function.
8454 (js-mode-map): Don't bind keys to js-insert-and-indent.
8455 (js-beginning-of-defun): Rename from js--beginning-of-defun.
8456 (js-end-of-defun): Rename from js--end-of-defun.
8457 (js-auto-indent-flag): Delete variable.
8458
8459 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
8460
8461 * progmodes/js.el: Remove proclaim statement.
8462 Defvar which-func-imenu-joiner-function to silence compiler.
8463
8464 * files.el (auto-mode-alist): Use js-mode for .js files.
8465
8466 * progmodes/js2-mode.el: Remove file.
8467
8468 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
8469
8470 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
8471
8472 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
8473
8474 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
8475 Karl Landstrom <karl.landstrom@brgeight.se>
8476
8477 * progmodes/js.el: New file.
8478
8479 2009-08-14 Mark A. Hershberger <mah@everybody.org>
8480
8481 * timezone.el (timezone-parse-date): Add ability to understand ISO
8482 basic format (minimal separators) dates in addition to the
8483 already-supported extended format dates.
8484
8485 2009-08-14 Eli Zaretskii <eliz@gnu.org>
8486
8487 * international/ucs-normalize.el: Add a `coding' file variable.
8488
8489 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
8490
8491 2009-08-14 Sam Steingold <sds@gnu.org>
8492
8493 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
8494
8495 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
8496
8497 * faces.el (help-argument-name): Define it here instead of
8498 help-fns.el, because in daemon mode help-fns.el may be loaded when
8499 faces are still uninitialized (Bug#1078).
8500
8501 * help-fns.el (help-argument-name): Move defface to faces.el.
8502
8503 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
8504
8505 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
8506 create buffer with a pty but no process so that GDB can make the
8507 inferior the controlling process.
8508
8509 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
8510
8511 * international/ucs-normalize.el: New file.
8512
8513 2009-08-13 Richard Stallman <rms@gnu.org>
8514
8515 * mail/rmail.el (rmail-get-attr-names):
8516 Accept an attribute header that is too short.
8517
8518 * mail/rmail.el (rmail-forget-messages):
8519 Ignore nil elt in rmail-message-vector. Use dotimes.
8520
8521 * progmodes/compile.el (compilation-goto-locus):
8522 Use next-error-move-function.
8523
8524 * simple.el (next-error-move-function): New variable.
8525
8526 2009-08-12 Juri Linkov <juri@jurta.org>
8527
8528 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
8529 always non-nil. (Bug#4052)
8530
8531 * replace.el (read-regexp): Return empty string when
8532 `default-value' is nil.
8533 (keep-lines-read-args): Don't use empty string as the
8534 default value for `read-regexp'. (Bug#2495)
8535
8536 2009-08-12 Juri Linkov <juri@jurta.org>
8537
8538 * international/mule-cmds.el (ucs-insert): Change arguments
8539 from `arg' to `character', `count', `inherit' to be the same
8540 as in `insert-char'. Doc fix. (Bug#4039)
8541
8542 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
8543
8544 2009-08-12 Juri Linkov <juri@jurta.org>
8545
8546 * files-x.el: New file.
8547
8548 * files.el: Move code that deals with adding/deleting
8549 file/directory-local variables to files-x.el.
8550
8551 * Makefile.in (ELCFILES): Add files-x.elc.
8552
8553 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
8554
8555 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
8556 to use `goto-line'.
8557 (gdb-place-breakpoints, gdb-get-location): Rewritten without
8558 `goto-line'.
8559 (gdb-invalidate-disassembly): Do not refresh upon receiving
8560 'update signal. Instead, update all disassembly buffers only after
8561 threads list.
8562 (gdb): Send -target-detach when buffer is killed (Bug#3794).
8563 (gdb-starting): Moved -data-list-register-names...
8564 (gdb-stopped): ...here so it's sent when first thread stops.
8565 (gdb-registers-handler-custom): Do nothing if register names are
8566 unknown yet.
8567
8568 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
8569 from `gdb-mi.el' to avoid extra tangling.
8570
8571 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
8572 change which breaks `gud-def' definitions used in `gdb'.
8573 (gdb-update-gud-running): No extra fuss for updating frame number.
8574
8575 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8576
8577 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
8578 (describe-language-environment-map, setup-language-environment-map)
8579 (set-coding-system-map): Move initialization into declaration.
8580 (set-language-info-alist): Last arg to define-key-after can be skipped.
8581
8582 * international/quail.el (quail-completion-1): Simplify.
8583 (quail-define-rules): Use slightly more compact code.
8584 (quail-insert-decode-map): Propertize keys, compact columns.
8585
8586 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8587 Add goto-line.
8588
8589 2009-08-10 Miles Bader <miles@gnu.org>
8590
8591 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
8592 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
8593 (js2-instance-member, js2-private-member, js2-private-function-call)
8594 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
8595 (js2-magic-paren, js2-external-variable):
8596 Remove "-face" suffix from face names.
8597 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
8598 (js2-highlight-undeclared-vars, js2-peek-token)
8599 (js2-parse-function-params, js2-mode-show-errors)
8600 (js2-mode-show-warnings, js2-make-magic-delimiter)
8601 (js2-mode-highlight-magic-parens): Update to use new face names.
8602
8603 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
8604
8605 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
8606 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
8607
8608 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
8609
8610 * subr.el: Provide hashtable-print-readable.
8611
8612 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
8613 hs-c-like-adjust-block-beginning.
8614 (hs-hide-block-at-point): Stop hiding at the beginning of
8615 hs-block-end-regexp (Bug#700).
8616
8617 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
8618
8619 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
8620 a macro.
8621 (gdb-registers-handler-custom): Do not fail when register names
8622 are unavailable.
8623
8624 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
8625
8626 * progmodes/gdb-mi.el (gdb-control-all-threads)
8627 (gdb-control-current-thread): Interactive setters for
8628 `gdb-gud-control-all-threads' to use in menu.
8629 (gdb-show-run-p): Show «Go» when process is not active.
8630 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
8631 gud/thread.xpm and gud/all.xpm.
8632
8633 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
8634
8635 * net/net-utils.el (net-utils-font-lock-keywords): New var.
8636 (nslookup-font-lock-keywords): Make it a variable.
8637 (net-utils-mode): New mode for viewing diagnostic network output.
8638 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
8639 (net-utils-run-simple): New function.
8640 (ifconfig, iwconfig, netstat, arp, route): Use it.
8641
8642 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
8643
8644 * progmodes/gdb-mi.el (gdb-read-memory-custom)
8645 (gdb-memory-set-address, def-gdb-set-positive-number)
8646 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
8647 after changing settings.
8648 (gdb-invalidate-disassembly): Update when first shown.
8649 (gdb-edit-locals-value): Fixed.
8650 (gdb-registers-handler-custom): Print registers in right order and
8651 allow changing register values (only for current thread yet).
8652 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
8653 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
8654 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
8655 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
8656 info in mode name.
8657 (gdb-registers-mode-map): TAB to switch to locals.
8658
8659 2009-08-08 Eli Zaretskii <eliz@gnu.org>
8660
8661 * mail/rmail.el (rmail-add-mbox-headers)
8662 (rmail-set-message-counters-counter): Search for
8663 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
8664
8665 2009-08-08 Glenn Morris <rgm@gnu.org>
8666
8667 * Makefile.in (ELCFILES): Update.
8668
8669 2009-08-07 Eli Zaretskii <eliz@gnu.org>
8670
8671 * mail/sendmail.el (mail-yank-original): Set
8672 buffer-file-coding-system from the one used by the message whose
8673 text is yanked.
8674
8675 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
8676 to "windows" when "pgnuplot" is used.
8677 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
8678 call accept-process-output if "pgnuplot" is used.
8679 (calc-graph-init): Don't send -display and -geometry to
8680 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
8681 running "pgnuplot -V" with shell-command-to-string.
8682
8683 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
8684 the default.
8685
8686 2009-08-07 Eli Zaretskii <eliz@gnu.org>
8687
8688 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
8689 org/org-latex.elc.
8690
8691 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
8692
8693 * vc-dispatcher.el (vc-resynch-window): Update comment.
8694
8695 * term.el (term-handle-ansi-escape): Add comments with the
8696 terminfo capabilities implemented.
8697
8698 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
8699
8700 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
8701 (gdb-var-create-handler): Rewritten using JSON parser.
8702 (gdb-propertize-header): Moved earlier.
8703 (gdb-set-header): Removed to avoid duplication.
8704 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
8705 Refresh disassembly buffers only after threads list have been
8706 update.
8707 (gdb-threads-header, gdb-registers-header): Per-buffer header line
8708 variables.
8709
8710 2009-08-04 Juri Linkov <juri@jurta.org>
8711
8712 * files.el: Commands to add/delete file/directory-local variables.
8713 (read-file-local-variable, read-file-local-variable-value)
8714 (read-file-local-variable-mode, modify-file-local-variable)
8715 (modify-file-local-variable-prop-line)
8716 (modify-dir-local-variable): New functions.
8717 (add-file-local-variable, delete-file-local-variable)
8718 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
8719 (add-dir-local-variable, delete-dir-local-variable)
8720 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
8721 (copy-dir-locals-to-file-locals-prop-line): New commands.
8722
8723 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
8724
8725 * abbrev.el (insert-abbrev-table-description): Prettify output.
8726 Suggested by Karl Chen.
8727
8728 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
8729
8730 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
8731 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
8732 (gdb-overlay-arrow-position, gdb-thread-position)
8733 (gdb-disassembly-position): Declare variables.
8734 (gdb-wait-for-pending): Function now.
8735 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
8736 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
8737 compilation goes smoothly.
8738 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
8739 (gdb-non-stop-setting): New customization setting which replaces
8740 `gdb-non-stop' so changing it doesn't break active GDB session.
8741 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
8742 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
8743 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
8744 (gdb-show-threads-by-default): New customization options.
8745 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
8746 routines.
8747 (gdb-get-buffer-create): Send buffers update signal when they are
8748 created.
8749 (gdb-invalidate-locals, gdb-invalidate-registers)
8750 (gdb-invalidate-breakpoints)
8751 (gdb-invalidate-threads, gdb-invalidate-disassembly)
8752 (gdb-invalidate-memory): Accept update signal.
8753 (gdb-current-context-command): Use --frame option.
8754 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
8755 Implement `gdb-frame-number' selection logic.
8756 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
8757 whether to show GUD toolbar buttons.
8758 (gdb-thread-exited): Unselect current thread when it exits.
8759 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
8760 (gdb-mark-line): Routine which sets overlay arrow or inverses
8761 video on fringeless displays.
8762 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
8763 to build aligned columns of data in GDB buffers and set text
8764 properties line-by-line.
8765 (gdb-invalidate-breakpoints)
8766 (gdb-breakpoints-list-handler-custom)
8767 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
8768 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
8769 (gdb-registers-handler-custom): Align data columns.
8770 (gdb-locals-handler-custom): Now prints data like in variable
8771 declarations.
8772 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
8773 Removed confusing buttons.
8774 (gdb-invalidate-threads): Append --frame.
8775 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
8776 between breakpoints/threads buffers.
8777 (gdb-set-window-buffer): Now can ignore dedicated windows.
8778 (gdb-propertize-header): Use `gdb-set-window-buffer'.
8779 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
8780 (def-gdb-thread-buffer-gud-command): Replaces
8781 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
8782 for fine thread control.
8783 (gdb-preempt-existing-or-display-buffer): New function used to
8784 display bound buffers without breaking window layout.
8785 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
8786 (gdb-select-frame): New version of `gdb-frames-select' which now
8787 sets `gdb-frame-number' so commands may use --frame option instead
8788 of inner debugger state.
8789 (gdb-frame-handler): Do not set `gdb-frame-number'.
8790 (gdb-threads-mode-map): Select threads with mouse.
8791
8792 * progmodes/gud.el (gdb-gud-context-call): Declare function to
8793 avoid compilation warning.
8794 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
8795 `gdb-show-stop-p`.
8796
8797 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
8798 Argument `key' renamed to `buffer-type'.
8799 (gdb-current-context-buffer-name): Do not add thread info to
8800 buffer name when no thread is selected.
8801 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
8802 command (bug 3794).
8803 (gdb-thread-selected): Handle `=thread-selected' notification.
8804 (gdb-wait-for-pending): New macro to deal with congestion problems.
8805 (gdb-breakpoints-list-handler-custom): Don't fail on pending
8806 breakpoints.
8807 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
8808 This fixes problem similar to one described in bug 3947.
8809 (gud-menu-map): More menu items.
8810 (gdb-init-1): Reset `gdb-thread-number' to nil.
8811
8812 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
8813 non-stop settings.
8814
8815 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
8816 (gdb-current-context-command): Do not append --thread if
8817 `gdb-thread-number' is nil.
8818 (gdb-running-threads-count, gdb-stopped-threads-count): New
8819 variables.
8820 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
8821 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
8822 customization options.
8823 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
8824 GUD commands.
8825 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
8826 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
8827 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
8828 set `gdb-thread-number' and update `gud-running' properly.
8829 (gdb-running): Update threads list when new threads appear.
8830 (gdb-stopped): Support non-stop operation and new thread switching
8831 logic.
8832 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
8833 (gdb-json-partial-output): New set of JSON routines.
8834 (def-gdb-auto-update-trigger): New `signal-list' optional
8835 argument.
8836 (gdb-thread-list-handler-custom): Update `gud-running',
8837 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
8838 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
8839 (gdb-continue-thread, gdb-step-thread): New commands for fine
8840 thread execution control.
8841 (gud-menu-map): New menu items to switch non-stop options.
8842 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
8843 (gdb-send): Mimic RET properly (bug 3794).
8844
8845 * progmodes/gdb-mi.el (gdb-rules-name-maker)
8846 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
8847 gdb-buffer-rules.
8848 (def-gdb-auto-update-handler): New nopreserve optional argument.
8849 (gdb-stack-list-frames-custom): Print stack from top to bottom.
8850
8851 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
8852 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
8853 (gdb-parent-mode): New mode to derive other GDB modes from.
8854 (gdb-display-disassembly-for-thread)
8855 (gdb-frame-disassembly-for-thread): New commands for threads
8856 buffer.
8857
8858 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
8859 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
8860 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
8861 (gdb-update): We now store all GDB buffers in a list so that they
8862 can be updated by traversing a list instead of calling invalidate
8863 triggers explicitly.
8864 (def-gdb-trigger-and-handler): New macro to define trigger-handler
8865 pair for GDB buffer.
8866 (gdb-stack-buffer-name): Add thread information.
8867 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
8868 handle pending triggers.
8869 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
8870 (def-gdb-thread-buffer-simple-command)
8871 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
8872 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
8873 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
8874 New commands which show buffers bound to thread.
8875 (gdb-stack-list-locals-regexp): Removed unused regexp.
8876
8877 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
8878 (gdb-locals-buffer-name, gdb-registers-buffer-name)
8879 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
8880 to (gud-comint-buffer) in *-buffer-name functions
8881 because (gdb-get-target-string) already does that.
8882 (gdb-locals-handler-custom, gdb-registers-handler-custom)
8883 (gdb-changed-registers-handler): Rewritten without regexps.
8884
8885 * progmodes/gdb-mi.el: Basic thread selection support.
8886 (gdb-thread-number): New variable.
8887 (gdb-current-context-command): New macro which adds --thread
8888 option to command.
8889 (gdb-threads-mode-map): Select thread with SPC.
8890 (gdb-thread-list-handler-custom): Mark current thread with overlay
8891 arrow. Synchronize GDB thread and Emacs thread.
8892 (gdb-select-thread): New command which selects current thread.
8893 (gdb-invalidate-frames, gdb-invalidate-locals)
8894 (gdb-invalidate-registers): Use --thread option.
8895
8896 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
8897
8898 * net/tramp.el (top): Make check for tramp-gvfs loading more
8899 robust. (Bug#3977)
8900 (tramp-handle-insert-file-contents): `unwind-protect' must be
8901 inside `with-parsed-tramp-file-name'.
8902
8903 * net/tramp-gvfs.el (top): Remove superfluous message when loading
8904 fails.
8905
8906 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
8907
8908 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
8909 directory if CLASSPATH is not set.
8910
8911 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
8912
8913 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
8914 New defconst.
8915 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
8916
8917 2009-08-02 Kevin Ryde <user42@zip.com.au>
8918
8919 * net/newst-backend.el (newsticker--raw-url-list-defaults):
8920 Update freshmeat link. Delete newsforge.com as it seems gone.
8921
8922 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
8923
8924 * select.el (x-set-selection): Doc fix (Bug#4021).
8925
8926 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
8927
8928 * help-fns.el (describe-variable): Treat list return values from
8929 dir-locals-find-file properly (Bug#4005).
8930
8931 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
8932
8933 * net/tramp.el (tramp-debug-message): Print also microseconds.
8934
8935 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
8936
8937 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
8938 or END is non-nil.
8939 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
8940 (tramp-get-debug-buffer): Change `outline-regexp' according to new
8941 format.
8942
8943 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
8944 (tramp-get-file-property): Use it.
8945
8946 * autorevert.el (auto-revert-handler): Allow
8947 `auto-revert-tail-mode' for remote files.
8948
8949 2009-08-02 Jason Rumney <jasonr@gnu.org>
8950
8951 * minibuffer.el (read-file-name): Treat confirm options to
8952 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
8953
8954 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
8955
8956 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
8957 (font-lock-variable-name-face, font-lock-constant-face): Darken
8958 the colors for light backgrounds.
8959
8960 2009-08-01 Eli Zaretskii <eliz@gnu.org>
8961
8962 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
8963 month names. (Bug#3987)
8964
8965 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
8966
8967 * simple.el (line-move-finish): Pass whole number to
8968 line-move-to-column.
8969 (line-move-visual): Perform hscroll to the recorded position.
8970
8971 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
8972
8973 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
8974
8975 2009-07-29 Alan Mackenzie <acm@muc.de>
8976
8977 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
8978
8979 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
8980
8981 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
8982 (gdb-place-breakpoints): Use full path when setting breakpoints.
8983
8984 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
8985
8986 * calc/calc.el (calc-mode-map): Add keybinding for
8987 `calc-transpose-lines'.
8988
8989 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
8990
8991 * calc/calc-misc.el (calc-transpose-lines): New function.
8992
8993 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
8994
8995 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
8996 Simplify check for out-of-band methods.
8997 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
8998 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
8999
9000 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
9001
9002 * vc-git.el (vc-git-checkin): Fix typo.
9003
9004 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
9005
9006 * progmodes/js2-mode.el: New file.
9007
9008 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
9009
9010 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
9011 (gud-menu-map): Adjust tooltip accordingly.
9012
9013 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
9014
9015 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
9016 (vc-bzr-log-view-mode): Adjust log-view-file-re.
9017
9018 * add-log.el (change-log-mode-map): Add a menu.
9019
9020 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
9021
9022 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
9023 function returns nil.
9024 (dbus-handle-event): Handle special return value :ignore.
9025 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
9026
9027 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
9028
9029 * view.el (view-mode-enable): Don't define Helper-return-blurb if
9030 it's not needed.
9031
9032 2009-07-25 Eli Zaretskii <eliz@gnu.org>
9033
9034 Fix Bug#3888:
9035
9036 * w32-vars.el (x-select-enable-clipboard): Doc fix.
9037
9038 * term/pc-win.el (x-display-name, x-colors)
9039 (x-select-enable-clipboard, x-select-text): Doc fix.
9040
9041 * term/common-win.el (x-display-name, x-colors): Doc fix.
9042
9043 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
9044 (xw-defined-colors): Doc fix.
9045
9046 * w32-fns.el (x-select-text, x-setup-function-keys)
9047 (x-get-selection, x-set-selection): Doc fix.
9048
9049 * term/x-win.el (x-select-text, x-setup-function-keys)
9050 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
9051
9052 * select.el (x-set-selection): Doc fix.
9053
9054 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
9055
9056 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
9057 instead of "IsNSSSupportAvailable". Avahi ought to work also when
9058 "IsNSSSupportAvailable" method is not available. Reported by
9059 Steve Youngs <steve@sxemacs.org>.
9060
9061 2009-07-24 Kenichi Handa <handa@m17n.org>
9062
9063 * international/characters.el: Fix setting of category ?C, ?|, ?K,
9064 and ?H. Fix setting of case for Latin Extended and Greek Extended.
9065 (build-unicode-category-table): Fix range checks.
9066
9067 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
9068
9069 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
9070 the buffer we try to sync is current when calling
9071 vc-resynch-buffer.
9072
9073 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
9074 not show up to date files.
9075
9076 2009-07-24 Glenn Morris <rgm@gnu.org>
9077
9078 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
9079 Add autoload cookies. If necessary, initialize.
9080 (elint-log): Handle non-file buffers.
9081 (elint-initialize): Add optional argument to reinitialize.
9082 (elint-find-builtin-variables): Save excursion.
9083
9084 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
9085
9086 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
9087 for Lint.
9088
9089 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9090
9091 * vc.el (vc-print-log-internal): New function, split out from ...
9092 (vc-print-log): ... here.
9093 (vc-dir-move-to-goal-column): Declare.
9094
9095 * vc-git.el (vc-git-add-signoff): New variable.
9096 (vc-git-checkin): Use it.
9097 (vc-git-toggle-signoff): New function.
9098 (vc-git-extra-menu-map): Bind it to menu.
9099 (vc-git--run-command-string): Accept a nil FILE argument.
9100 (vc-git-stash-list): New function.
9101 (vc-git-dir-extra-headers): Use it.
9102
9103 2009-07-23 Glenn Morris <rgm@gnu.org>
9104
9105 * help-fns.el (describe-variable): Describe ignored and risky local
9106 variables in a similar way to that in which we describe safe ones.
9107
9108 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
9109 (byte-compile-output-file-form, byte-compile-output-docform)
9110 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
9111 Give some more local variables with common names a "bytecomp-" prefix,
9112 so as not to shadow things during compilation.
9113 * emacs-lisp/cl-macs.el (load-time-value)
9114 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
9115 `outbuffer' to `bytecomp-outbuffer'.
9116
9117 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
9118 since the next two variables cover them automatically now.
9119 (elint-builtin-variables, elint-autoloaded-variables): New.
9120 (elint-unknown-builtin-args): Remove all members, since they can be
9121 parsed automatically now.
9122 (elint-extra-errors): New.
9123 (elint-env-add-env, elint-env-add-macro): Use cadr.
9124 (elint-current-buffer): Use or. Change final message.
9125 (elint-get-top-forms): Use line-end-position.
9126 (elint-init-env): Use cadr. Handle autoload, declare-function,
9127 and defalias.
9128 (elint-add-required-env): Doc fix. Use or. Standardize error.
9129 (regexp-assoc): Remove unused function.
9130 (elint-top-form): Set elint-current-pos, to record the start of the
9131 top-level form, for compilation-mode.
9132 (elint-form): Trap errors in macro expansion. Use dolist.
9133 (elint-unbound-variable): Use elint-builtin-variables and
9134 elint-autoloaded-variables.
9135 (elint-get-args): Use cadr, or.
9136 (elint-check-cond-form): Use dolist, cadr.
9137 (elint-check-condition-case-form): Doc fix. Use cadr.
9138 Use elint-extra-errors.
9139 (elint-log): New function.
9140 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
9141 Distinguish errors and warnings.
9142 (elint-log-message): Use with-current-buffer. Inhibit read-only.
9143 Use a bytecomp-style format.
9144 (elint-clear-log): Preserve default-directory. Inhibit read-only.
9145 (elint-get-log-buffer): Use compilation mode. Disable undo.
9146 Don't truncate lines.
9147 (elint-initialize): Set builtin and autoloaded variable lists.
9148 Only process elint-unknown-builtin-args if non-nil.
9149 (elint-find-builtin-variables, elint-find-autoloaded-variables):
9150 New functions.
9151 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
9152
9153 2009-07-22 Kevin Ryde <user42@zip.com.au>
9154
9155 * net/newst-backend.el (newsticker--parse-atom-1.0)
9156 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
9157 (newsticker--parse-rss-1.0):
9158 * progmodes/idlwave.el (idlwave-mode):
9159 * progmodes/idlw-shell.el (idlwave-shell-mode):
9160 * progmodes/vera-mode.el (vera-mode):
9161 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
9162 * progmodes/vhdl-mode.el (vhdl-mode):
9163 * textmodes/table.el (table-generate-source)
9164 (table--warn-incompatibility):
9165 Hyperlink urls in docstrings with URL `...'.
9166
9167 2009-07-22 Glenn Morris <rgm@gnu.org>
9168
9169 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
9170 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
9171 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
9172 Remove leading * from defcustom docs.
9173
9174 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
9175
9176 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
9177 defcustom doc.
9178 (list-load-path-shadows): Optionally, just return shadows as a string.
9179
9180 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
9181
9182 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
9183
9184 * mail/rmailedit.el (rmail-edit-mode): Use
9185 auto-save-include-big-deletions.
9186
9187 * mail/rmail.el (rmail-variables): Use
9188 auto-save-include-big-deletions.
9189
9190 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
9191 changes.
9192
9193 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
9194
9195 * calc/calc.el (calc-undo-length): New variable.
9196 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
9197
9198 2009-07-21 Richard Stallman <rms@gnu.org>
9199
9200 * files.el (auto-save-mode): Handle buffer-save-size = -2
9201 for toggling mode.
9202
9203 2009-07-21 Glenn Morris <rgm@gnu.org>
9204
9205 * textmodes/ispell.el (ispell-looking-back): Update declaration.
9206
9207 * calendar/todo-mode.el (calendar-current-date): Update declaration.
9208
9209 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
9210 silence compiler. Instead...
9211 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
9212 (ps-print-ensure-fontified): Update for above function name changes.
9213
9214 * printing.el (pr-mh-get-msg-num, pr-mh-show)
9215 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
9216 silence compiler. Instead...
9217 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
9218 (mh-show-buffer): Only define for compiler.
9219 (pr-mh-current-message): Update for above function name changes.
9220
9221 * files.el (abort-if-file-too-large): Explicitly pass `filename'
9222 as an argument.
9223 (find-file-noselect, insert-file-1): Update for above change.
9224
9225 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
9226
9227 * mail/mailclient.el (mailclient-send-it): Fix message.
9228
9229 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
9230 (edebug-eval): Check cl-debug-env is bound.
9231 (print-level, print-circle): Don't redefine built-in variables.
9232
9233 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
9234 (custom-print-vectors): Remove old comments from doc.
9235
9236 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
9237 (emerge-version): Make the variable an obsolete alias for the
9238 emacs-version variable. Make the function obsolete.
9239 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
9240 Emerge options, rather than merging in into the main Options menu.
9241 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
9242 and auto advance modes. Disable edit/fast items when not relevant.
9243
9244 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
9245
9246 * term/vt420.el (terminal-init-vt420): Fix typo.
9247
9248 2009-07-20 Sam Steingold <sds@gnu.org>
9249
9250 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
9251 variable (removed from compile.el on 2004-03-11).
9252
9253 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
9254
9255 * files.el (hack-local-variables-filter): Fix last change.
9256
9257 2009-07-19 Juri Linkov <juri@jurta.org>
9258
9259 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
9260 (dir-local-variables-alist): New buffer-local variable.
9261 (hack-local-variables-filter): If variable is not dir-local,
9262 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
9263 because file-local overrides dir-local.
9264 (c-postprocess-file-styles) <declare-function>:
9265 Remove obsolete declaration.
9266 (hack-dir-local-variables): Add dir-local variable/value pair to
9267 `dir-local-variables-alist' and remove duplicates. Doc fix.
9268
9269 * help-fns.el (describe-variable): Add information about
9270 file-local and dir-local variables.
9271
9272 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
9273
9274 * files.el (hack-local-variables-filter): Rewrite.
9275
9276 2009-07-19 Glenn Morris <rgm@gnu.org>
9277
9278 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
9279 Silence compiler by only defining on XEmacs.
9280
9281 * international/mule.el (auto-coding-regexp-alist): Only match
9282 BABYL... at the start of buffer, not of lines. (Bug#3790)
9283
9284 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
9285 non-calendar buffers (Bug#3862). Restore "not on a date" message.
9286 (cal-menu-context-mouse-menu): Doc fix.
9287
9288 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
9289
9290 * simple.el (mail-user-agent): Doc fix. Set :version tag.
9291
9292 2009-07-18 Juri Linkov <juri@jurta.org>
9293
9294 * info.el: Virtual Info keyword finder.
9295 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
9296 (Info-finder-file): New variable.
9297 (Info-finder-find-file): New function.
9298 (finder-known-keywords, finder-package-info)
9299 (find-library-name, lm-commentary): Use defvar and
9300 declare-function to silence compiler warnings.
9301 (Info-finder-find-node): New function.
9302 (info-finder): New command.
9303
9304 * subr.el (process-kill-buffer-query-function): New function.
9305 (add-hook)<kill-buffer-query-functions>: Add hook
9306 `process-kill-buffer-query-function'.
9307
9308 2009-07-18 Alan Mackenzie <acm@muc.de>
9309
9310 * progmodes/cc-mode.el (c-before-hack-hook)
9311 (c-postprocess-file-styles): Give invocation of `c-set-style'
9312 DONT-OVERRIDE parameter of t. Already set style variables will
9313 thus not be overridden by style settings given by `c-file-syle'.
9314
9315 * files.el (hack-local-variables-filter): Remove entries with
9316 duplicate keys from `file-local-variables-alist'.
9317
9318 2009-07-18 Eli Zaretskii <eliz@gnu.org>
9319
9320 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
9321 x-set-selection if display-selections-p returns nil for the
9322 current frame.
9323
9324 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
9325
9326 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
9327
9328 2009-07-18 Eli Zaretskii <eliz@gnu.org>
9329
9330 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
9331 Accept nil in addition to a regexp.
9332 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
9333 Accept nil in addition to a regexp.
9334 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
9335 buffers that have an associated file. Handle nil values of
9336 desktop-buffers-not-to-save and desktop-files-not-to-save.
9337 (Bug#3833)
9338
9339 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
9340 (x-disown-selection-internal): New functions.
9341
9342 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
9343
9344 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
9345 warning.
9346 (gdb-breakpoints-header): Move forward to avoid compiler warning.
9347 (gdb-make-header-line-mouse-map): Remove duplicate definition.
9348
9349 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
9350
9351 * simple.el (set-mark): Revert last change.
9352
9353 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
9354
9355 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
9356 rendering of pngs is not possible instead of messaging a long
9357 description.
9358
9359 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
9360
9361 * w32-fns.el (x-selection-owner-p): New function.
9362
9363 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
9364 (mouse-yank-at-click, mouse-yank-primary): If
9365 select-active-regions is non-nil, deactivate the mark before
9366 insertion.
9367
9368 * simple.el (deactivate-mark, set-mark): Only save selection if we
9369 own it.
9370
9371 2009-07-17 Kenichi Handa <handa@m17n.org>
9372
9373 * case-table.el (describe-buffer-case-table): Fix for the case
9374 that KEY is a cons.
9375
9376 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
9377
9378 * vc-rcs.el (vc-rcs-find-file-hook):
9379 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
9380
9381 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
9382
9383 * net/tramp.el (tramp-wait-for-output): Handle the case when
9384 commands do not return a newline but a null byte before the shell
9385 prompt. (Bug#3858)
9386
9387 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9388
9389 * term/ns-win.el (ns-set-alpha): Don't declare.
9390 (ns-set-background-alpha): Remove function.
9391
9392 2009-07-16 Kevin Ryde <user42@zip.com.au>
9393
9394 * emacs-lisp/copyright.el (copyright-update): Save match-data across
9395 y-or-n-p, for safety.
9396
9397 2009-07-16 Richard Stallman <rms@gnu.org>
9398
9399 * files.el (auto-save-mode): If buffer-saved-size is -2,
9400 don't clobber it.
9401
9402 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
9403 (rmail-retry-ignored-headers): Add more uninteresting fields.
9404
9405 2009-07-15 Jari Aalto <jari.aalto@cante.net>
9406
9407 * net/rcirc.el (rcirc): Use history variables.
9408 (rcirc-server-name-history, rcirc-nick-name-history)
9409 (rcirc-server-port-history): New variables.
9410
9411 2009-07-15 Kenichi Handa <handa@m17n.org>
9412
9413 * international/mule-cmds.el (set-language-environment-charset):
9414 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
9415 ignore them.
9416
9417 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
9418 Delete unibyte-display.
9419
9420 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
9421
9422 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
9423
9424 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
9425
9426 * simple.el (deactivate-mark): Optional argument FORCE.
9427 (set-mark): Use deactivate-mark.
9428
9429 * info.el (Info-search): No need to check transient-mark-mode
9430 before calling deactivate-mark.
9431
9432 * select.el (x-set-selection): Doc fix.
9433 (x-valid-simple-selection-p): Allow buffer values.
9434 (xselect--selection-bounds): Handle buffer values. Suggested by
9435 David De La Harpe Golden.
9436
9437 * mouse.el (mouse-set-region, mouse-drag-track): Call
9438 copy-region-as-kill before setting the mark, to let
9439 select-active-regions work.
9440
9441 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
9442
9443 * simple.el (deactivate-mark): If select-active-regions is
9444 non-nil, copy the selection data into a string.
9445 (activate-mark): If select-active-regions is non-nil, set the
9446 selection to the current buffer.
9447 (set-mark): Update selection if select-active-regions is non-nil.
9448
9449 * select.el (x-valid-simple-selection-p): Allow buffer values.
9450
9451 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
9452
9453 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
9454 and more featureful message-mode.
9455
9456 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
9457
9458 * select.el (x-set-selection): Doc fix.
9459 (x-valid-simple-selection-p): Disallow selection data consisting
9460 of a list or cons of integers, since that is not used.
9461 (xselect--selection-bounds, xselect--int-to-cons): New functions.
9462 (xselect-convert-to-string, xselect-convert-to-length)
9463 (xselect-convert-to-filename, xselect-convert-to-charpos)
9464 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
9465
9466 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
9467
9468 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
9469 output in -break-info command (Emacs bug #3794).
9470
9471 2009-07-14 Glenn Morris <rgm@gnu.org>
9472
9473 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
9474 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
9475 (edebug-print-length, edebug-print-level, edebug-print-circle)
9476 (edebug-sit-for-seconds, edebug-view-outside)
9477 (edebug-bounce-point, edebug-set-global-break-condition)
9478 (edebug-Go-nonstop-mode, edebug-trace-mode)
9479 (edebug-Trace-fast-mode, edebug-continue-mode)
9480 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
9481 (edebug-visit-eval-list): Doc fixes.
9482
9483 * subr.el (def-edebug-spec): Doc fix.
9484
9485 2009-07-14 Kenichi Handa <handa@m17n.org>
9486
9487 * international/characters.el: Fix setting of category ?C.
9488
9489 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
9490
9491 * term/ns-win.el (x-select-font): defalias x-select-font to
9492 ns-popup-font-panel instead of generate-fontset-menu.
9493
9494 2009-07-12 Eli Zaretskii <eliz@gnu.org>
9495
9496 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
9497
9498 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
9499
9500 * arc-mode.el (archive-find-type): Allow for a PK00 string before
9501 the PK\003\004 header (Bug#3770).
9502
9503 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
9504
9505 * pcomplete.el (pcomplete-comint-setup): Check for
9506 shell-dynamic-complete-filename too.
9507
9508 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
9509
9510 * simple.el (temporary-goal-column): Change the value for
9511 line-move-visual to a cons cell.
9512 (line-move-visual): Record or set the window hscroll, if
9513 necessary (Bug#3494).
9514 (line-move-1): Handle cons value of temporary-goal-column.
9515
9516 2009-07-11 Kenichi Handa <handa@m17n.org>
9517
9518 * international/mule-diag.el (describe-character-set): Don't show
9519 width.
9520
9521 2009-07-10 Sam Steingold <sds@gnu.org>
9522
9523 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9524 Omake sometimes indents the errors it prints, so allow all
9525 regexps to start with spaces.
9526
9527 2009-07-10 Eli Zaretskii <eliz@gnu.org>
9528
9529 * cus-edit.el (customize-changed-options-previous-release):
9530 Bump value to 22.1. (Bug#3804)
9531
9532 2009-07-08 Sam Steingold <sds@gnu.org>
9533
9534 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
9535 to be a cons cell (test . ignored-directory) to selectively ignore
9536 some directories depending on the location of the search.
9537
9538 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
9539
9540 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
9541 remote user is root, on the local host.
9542 (tramp-local-host-p): Either the local user or the remote user
9543 must be root. (Bug#3771)
9544
9545 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
9546
9547 * progmodes/gdb-mi.el (gdb): Remove description of
9548 gdb-use-separate-io-buffer.
9549 (menu): Don't allow toggling of or enable
9550 gdb-use-separate-io-buffer from menubar.
9551
9552 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
9553
9554 * mail/unrmail.el (unrmail): Make sure the message ends with two
9555 newlines (Bug#3769).
9556
9557 2009-07-08 Glenn Morris <rgm@gnu.org>
9558
9559 * calendar/calendar.el (calendar-current-date): Rework previous change.
9560
9561 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
9562
9563 * calendar/calendar.el (calendar-current-date):
9564 Add an optional argument giving an offset from today.
9565
9566 2009-07-08 Glenn Morris <rgm@gnu.org>
9567
9568 * tutorial.el (tutorial--describe-nonstandard-key):
9569 Adjust the message for when a key has been unbound.
9570 (help-with-tutorial): Hide the arch-tag.
9571
9572 2009-07-08 Kenichi Handa <handa@m17n.org>
9573
9574 * international/fontset.el (setup-default-fontset): For each
9575 script, append (not set) font-specs.
9576
9577 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
9578 docstring.
9579
9580 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
9581
9582 * progmodes/gdb-mi.el (gdb-init-1): Move sending
9583 -data-list-register-names to ...
9584 (gdb-starting): ... here because GDB 7.0 requires execution to
9585 have started when using this MI command.
9586 (gdb-set-header): New function to distinguish select and
9587 unselected tabs in gdb buffers.
9588 (gdb-propertize-header): New macro that uses gdb-set-header.
9589 (gdb-breakpoints-header, gdb-locals-header): Use it.
9590 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
9591
9592 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
9593
9594 * Makefile.in (ELCFILES): Remove fadr.elc.
9595
9596 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
9597
9598 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
9599 may contain frame information, so `string-match' should be used.
9600 (gdb-update): Disassembly is invalidated through
9601 `gdb-get-selected-frame'.
9602 (gdb-pad-string): New function to pad string with spaces.
9603 (gdb-invalidate-disassembly): Invalidate only if the buffer
9604 exists.
9605 (gdb-disassembly-handler-custom): Column alignment.
9606 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
9607 placing new ones.
9608 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
9609 end of line, too.
9610 (gdb-frame-handler): Match convention to for disassembly buffer
9611 mode name.
9612 (gdb-stack-list-frames-handler): Rewritten without regexps.
9613 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
9614 not highlight breakpoints without line information.
9615 (gdb-input): Add trailing newline to command.
9616
9617 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
9618 buffer properly.
9619 (gdb-breakpoints-list-handler-custom): Replacement for
9620 `gdb-break-list-handler'. Using real parser instead of regexps
9621 now.
9622 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
9623 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
9624 to place breakpoints.
9625 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
9626 functions.
9627 (gdb-disassembly-handler-custom): Show overlay arrow.
9628 (gdb-disassembly-place-breakpoints): Show breakpoints in
9629 disassembly buffer.
9630 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
9631 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
9632 instead of parsing breakpoints buffer. Fixed old menu references
9633 in `gud-menu-map'.
9634
9635 * fadr.el: Remove.
9636
9637 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
9638 (gdb-memory-address): New variable which holds top address of
9639 memory page shown in memory buffer.
9640 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
9641 customization variables.
9642 New functions:
9643 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
9644 display the memory buffer.
9645 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
9646 buffer display parameters.
9647 (def-gdb-memory-format, gdb-memory-format-binary)
9648 (gdb-memory-format-octal, gdb-memory-format-unsigned)
9649 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
9650 Functions for setting memory buffer format.
9651 (gdb-memory-unit-word, gdb-memory-unit-halfword)
9652 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
9653 unit size used in memory buffer.
9654 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
9655 to next/previous page of memory buffer.
9656 Now using (bindat-get-field) instead of fadr functions.
9657
9658 2009-07-07 Sam Steingold <sds@gnu.org>
9659
9660 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
9661 non-top-level files.
9662
9663 2009-07-07 Kenichi Handa <handa@m17n.org>
9664
9665 * international/mule-cmds.el (reset-language-environment): Put
9666 the highset priority to the charset iso-8859-1.
9667
9668 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
9669
9670 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
9671 to the end of the line when locating the block (Bug#700).
9672
9673 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
9674
9675 * net/tramp.el (tramp-handle-write-region): Flush file properties
9676 in case of short track.
9677
9678 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
9679
9680 * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
9681 representation of verilog error regular expressions to work with
9682 Emacs-22's new format.
9683 (verilog-error-regexp-xemacs-alist): Coded custom representation
9684 of verilog error regular expressions to work with XEmacs format.
9685 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
9686 error recognition into XEmacs.
9687 (verilog-error-regexp-add-emacs): Hook routine to install verilog
9688 error recognition into Emacs-22.
9689
9690 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
9691
9692 * woman.el: Remove stand-alone closing parentheses.
9693 (woman-file-name, woman2-format-paragraphs)
9694 (woman-leave-blank-lines): Code cleanup.
9695 (woman-use-own-frame): Change default to nil.
9696 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
9697 defaults to inherit from default faces.
9698 (woman2-process-escapes): Consume the newline after a stand-alone
9699 filler character (Bug#3651).
9700
9701 2009-07-06 Glenn Morris <rgm@gnu.org>
9702
9703 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
9704 (top-level): Move provide to the end.
9705 (ffap): Remove defunct URL from custom group.
9706
9707 * subr.el (eval-after-load): Doc fix.
9708
9709 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
9710
9711 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
9712 `calc-embedded-word' is called twice.
9713
9714 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9715
9716 * files.el (find-alternate-file-other-window, find-alternate-file):
9717 Obey confirm-nonexistent-file-or-buffer.
9718
9719 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
9720
9721 * dired-aux.el (dired-show-file-type): Handle remote files.
9722
9723 2009-07-05 Jari Aalto <jari.aalto@cante.net>
9724
9725 * desktop.el (desktop-globals-to-save):
9726 Add file-name-history (Bug#2750).
9727
9728 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
9729
9730 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
9731
9732 2009-07-04 Johan Bockgård <bojohan@gnu.org>
9733
9734 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
9735 property on entire argument since this is what eshell-lisp-command
9736 expects.
9737
9738 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
9739
9740 * net/tramp-gvfs.el (tramp-gvfs-methods)
9741 (tramp-gvfs-zeroconf-domain)
9742 (tramp-bluez-discover-devices-timeout): Add version flag.
9743 (tramp-gvfs-handler-mounted-unmounted)
9744 (tramp-gvfs-connection-mounted-p): Polish handling of
9745 incompatibilities between GVFS 0.2 and 1.0.
9746
9747 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
9748
9749 * cus-start.el (all): Add make-pointer-invisible.
9750
9751 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
9752
9753 * calc-math.el (math-use-emacs-fn): Make sure that the number is
9754 formatted correctly.
9755
9756 2009-07-02 Juri Linkov <juri@jurta.org>
9757
9758 * info.el: Virtual Info files and nodes.
9759 (Info-virtual-files, Info-virtual-nodes): New variables.
9760 (Info-current-node-virtual): New variable.
9761 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
9762 New functions.
9763 (Info-file-supports-index-cookies): Use Info-virtual-file-p
9764 to check for a virtual file instead of checking a fixed list
9765 of node names.
9766 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
9767 instead of ad-hoc processing of "dir" and (apropos history toc).
9768 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
9769 instead of ad-hoc processing of "dir" and (apropos history toc).
9770 Reread a file when moving from a virtual node.
9771 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
9772 (Info-directory-toc-nodes, Info-directory-find-file)
9773 (Info-directory-find-node): New functions.
9774 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
9775 (Info-history): Move part of code to
9776 `Info-history-find-node'.
9777 (Info-history-toc-nodes, Info-history-find-file)
9778 (Info-history-find-node): New functions.
9779 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
9780 (Info-toc): Move part of code to `Info-toc-find-node'.
9781 (Info-toc-find-node): New function.
9782 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
9783 the current Info file name to references because now the node
9784 "*TOC*" belongs to the same Info manual.
9785 (Info-toc-build): Rename from `Info-build-toc'.
9786 (Info-toc-nodes): Rename input argument `file' to `filename'.
9787 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
9788 instead of ad-hoc processing of ("dir" apropos history toc).
9789 (Info-index-nodes): Use Info-virtual-file-p
9790 to check for a virtual file instead of checking a fixed list
9791 of node names.
9792 (Info-index-node): Add check for `Info-current-node-virtual'.
9793 Raise `save-match-data' higher up the tree to contain
9794 `search-forward' too (bug fix).
9795 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
9796 (Info-virtual-index-nodes): New variable.
9797 (Info-virtual-index-find-node, Info-virtual-index): New functions.
9798 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
9799 (Info-apropos-file, Info-apropos-nodes): New variables.
9800 (Info-apropos-toc-nodes, Info-apropos-find-file)
9801 (Info-apropos-find-node, Info-apropos-matches): New functions.
9802 (info-apropos): Move part of code to `Info-apropos-find-node' and
9803 `Info-apropos-matches'.
9804 (Info-mode-map): Bind "I" to `Info-virtual-index'.
9805 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
9806 for a virtual file instead of checking a fixed list of node names.
9807
9808 * simple.el (async-shell-command): New command.
9809
9810 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
9811
9812 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
9813 instead of `mount-info'.
9814
9815 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
9816
9817 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
9818 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
9819
9820 2009-07-02 Kenichi Handa <handa@m17n.org>
9821
9822 * international/mule.el (set-keyboard-coding-system): Force *-unix
9823 coding-system to avoid eol conversion.
9824
9825 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
9826
9827 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9828 Add handler for `process-file', `shell-command' and
9829 `start-file-process'.
9830 (tramp-gvfs-handle-shell-command)
9831 (tramp-gvfs-handle-start-file-process)
9832 (tramp-gvfs-handle-process-file): New defuns.
9833 (tramp-synce-list-devices): Simplify check for existence of property.
9834
9835 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
9836
9837 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
9838
9839 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
9840
9841 * language/korean.el (set-language-info-alist): Add korean-cp949,
9842 cp949 to spec.
9843
9844 2009-07-01 Kenichi Handa <handa@m17n.org>
9845
9846 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
9847
9848 * international/encoded-kb.el: Deleted.
9849
9850 * international/mule.el (set-keyboard-coding-system): Perform the
9851 necessary setup here instead of calling encoded-kbd-setup-display.
9852
9853 2009-07-01 Glenn Morris <rgm@gnu.org>
9854
9855 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
9856
9857 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
9858
9859 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
9860
9861 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
9862
9863 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
9864 Handle also the 'rename case, when setting file modes. (Bug#3712)
9865 (tramp-default-file-modes) Remove execute permissions.
9866
9867 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
9868 (top): Add a default for "synce" in `tramp-default-user-alist'.
9869 Add completion function for "synce" method.
9870 (tramp-hal-service, tramp-hal-path-manager)
9871 (tramp-hal-interface-manager, tramp-hal-interface-device):
9872 New defconst.
9873 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
9874 (tramp-synce-list-devices, tramp-synce-parse-device-names):
9875 New defuns.
9876
9877 * net/trampver.el: Update release number.
9878
9879 2009-06-30 Kenichi Handa <handa@m17n.org>
9880
9881 * international/fontset.el (setup-default-fontset): Add CJK fonts
9882 for symbols and the other miscellaneous characters.
9883
9884 * language/korea-util.el (setup-korean-environment-internal):
9885 Make char-width-table suitable for Korean environments.
9886 (exit-korean-environment): Cancel above.
9887
9888 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
9889 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
9890 setup-funcion to make char-widht-table suitable for respective
9891 environments, and an exit-function to cancel that.
9892
9893 * language/japan-util.el (setup-japanese-environment-internal):
9894 Call use-cjk-char-width-table with arg `ja_JP'.
9895
9896 * international/characters.el (cjk-char-width-table): Delete it.
9897 (cjk-char-width-table-list): New variable.
9898 (use-cjk-char-width-table): New arg local-name.
9899 (use-default-char-width-table): Fix for the case that Emacs is
9900 already using the default char-width-table.
9901
9902 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
9903
9904 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
9905 modes mandatory. (Bug#3712)
9906
9907 2009-06-29 Alan Mackenzie <acm@muc.de>
9908
9909 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
9910 correction between the visible width of TABs and their number of bytes.
9911
9912 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
9913
9914 * server.el (server-buffer-done): Prevent kill-buffer from
9915 prompting by clearing the buffer modification flag (Bug#3696).
9916
9917 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
9918
9919 * verilog-mode.el (verilog-beg-of-statement)
9920 (verilog-endcomment-reason-re): Support unique case and priority case.
9921 (verilog-basic-complete-re): Support localparam lineup.
9922 (verilog-beg-of-statement-1): Fix for robustness, unique case.
9923 (verilog-set-auto-endcomments): Fix for unique case, always_comb
9924 commenting.
9925 (verilog-leap-to-case-head): Now support *nested* unique &
9926 priority case statements.
9927 (verilog-auto-lineup): Make just declarations the default (as it
9928 had been).
9929 (verilog-leap-to-case-head): Support priority/unique case statements.
9930 (verilog-auto-lineup): Rework to give users radio buttons to
9931 select the various styles of automatic lineup.
9932 (verilog-error-regexp-alist): Rework to support the XEmacs style
9933 of error regular expressions from compilers, lint tools &
9934 simulators. Note that GNU Emacs has made it impossible for a mode
9935 to load such things.
9936 (electric-verilog-terminate-line, verilog-indent-declaration)
9937 (verilog-auto-wiure): Rework for radio button selection of
9938 auto-lineup selection of specification of auto lineup.
9939 (verilog-beg-of-statement-1): Redesign to support proper operation
9940 in additional code, based on testing with auto-lineup.
9941 (verilog-calculate-indent, assignments & declarations)
9942 (verilog-backward-token): Enhance to support auto-lineup of
9943 assignments & declarations.
9944 (verilog-in-directive-p, verilog-at-struct-p): New function for
9945 easy test of whether we are.
9946 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
9947 to support safe execution at almost anyline.
9948 (verilog-calc-1): Properly support indenting deep inside generate
9949 blocks.
9950 (verilog-init-font) Remove definition & use of verilog-init-font,
9951 as it is redundant with font-lock-defaults.
9952 (verilog-mode): Alter the definition of verilog-font-lock-defaults
9953 to avoid circular calls if syntax-ppss is a function (as is the
9954 case now in 22.x GNU Emacs) as that function would sometimes call
9955 itself, leading to (nearly) infinite recursion.
9956 (verilog-ovm-begin-re, verilog-ovm-end-re)
9957 (verilog-ovm-statement-re, verilog-leap-to-head)
9958 (verilog-backward-token): Add support for OVM macros. Some are
9959 complete statements, and others open and close scopes like begin
9960 and end.
9961 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
9962 (verilog-defun-level-generate-only-re): Really fix the defun-list
9963 compilation issue.
9964 (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
9965 coverpoint, constraint and cross statements.
9966 (verilog-defun-level-list, verilog-generate-defun-level-list)
9967 (verilog-all-defun-level-list): Redo these specifications - it is
9968 too hard to support eval-when compile aggregation of lists also
9969 built at when-compile time.
9970 (verilog-defun-level-list): Place defconsts of variables used in
9971 building regular expressions which are built in eval-when-compile
9972 bodies in the same eval-when-compile body to facilitate compile
9973 without load.
9974 (verilog-beg-block-re-ordered): Support indenting
9975 virtual/protected tasks and functions.
9976 (verilog-defun-level-list, verilog-in-generate-region-p)
9977 (verilog-backward-ws&directives, verilog-calc-1): Speed up
9978 indentation of some module items (generate items).
9979 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
9980 across virtual/protected tasks and functions.
9981
9982 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
9983
9984 * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
9985 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
9986 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
9987 in concatenations. Reported by Yishay Belkind.
9988 (verilog-auto-ascii-enum): Support one-hot state machines in
9989 AUTOASCIIENUM. Suggested by Lloyd Gomez.
9990 (verilog-auto-inst, verilog-auto-inst-port): Include interface
9991 modport in AUTOINST and add vl-modport for users. Reported by
9992 David Rogoff.
9993 (verilog-auto-inout-module, verilog-auto-inst)
9994 (verilog-decls-get-interfaces, verilog-insert-definition)
9995 (verilog-insert-one-definition, verilog-read-decls)
9996 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
9997 (verilog-sig-modport, verilog-signals-combine-bus)
9998 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
9999 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
10000 Suggested by David Rogoff.
10001 (verilog-repair-open-comma): Fix non-insertion of comma when
10002 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
10003 (verilog-make-width-expression): Simplify [A-1:0] expression
10004 widths to just {A{1'b0}}.
10005 (verilog-mode): Cleanup checkdoc warnings.
10006 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
10007 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
10008 inputs/outputs or data type. Suggested by Vasu Kandadi.
10009 (next-error-last-buffer): Fix byte-compiler warning.
10010 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
10011 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
10012 or shell command text during AUTO expansion. Suggested by Tad Truex.
10013 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
10014 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
10015 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
10016 in AUTOINOUT. Reported by Matthew Lovell.
10017 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
10018 causing use of <= assignments. Reported by Alex Reed.
10019 (verilog-read-decls): Fix triand, trior, wand, wor to be
10020 recognized by AUTOWIRE. Reported by Spencer Isaacson.
10021 (verilog-extended-complete-re): Support import "DPI-C" functions.
10022 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
10023 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
10024 (verilog-insert-date, verilog-insert-year)
10025 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
10026 Windows systems. Reported by Michael Potts.
10027 (verilog-read-module-name): Fix AUTOINST when the child module
10028 declaration's name is a tick define. Reported by Elliot Mednick.
10029 (verilog-read-decls): Fix V2K parameter bit subscripts getting
10030 passed to next parameter's definition. Reported by Bruce T.
10031 (verilog-read-decls): Fix detecting "parameter int" when using
10032 AUTOINSTPARAM. Reported by Bruce T.
10033 (verilog-goto-defun): Fix goto not finding modules unless first
10034 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
10035 (verilog-mode): Expand -f flag arguments on entry to mode so
10036 verilog-goto-defun will work. Reported by Lawrence Butcher.
10037 (verilog-getopt): Expand environment variables in -f file
10038 arguments. Suggested by Lawrence Butcher.
10039 (verilog-set-define): Fix "Symbol's value as variable is void"
10040 when reading enumerations.
10041 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
10042 Suggested by Stephen Peltan.
10043 (verilog-read-defines): Fix reading of enumerations in include
10044 files. Reported by Steve Peltan.
10045
10046 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
10047
10048 * files.el (trash-directory): Fix defcustom type.
10049
10050 2009-06-28 Juri Linkov <juri@jurta.org>
10051
10052 * help-fns.el (describe-function-1): Correctly locate adviced
10053 functions in hyperlink (Bug#2438).
10054
10055 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
10056
10057 * files.el (trash-directory): Change default to nil.
10058 (move-file-to-trash): If trash-directory is nil and
10059 system-move-file-to-trash is unbound, perform freedesktop-style
10060 trashing.
10061
10062 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
10063
10064 * files.el (move-file-to-trash): Add freedesktop trash
10065 support (Bug#973).
10066
10067 2009-06-28 Glenn Morris <rgm@gnu.org>
10068
10069 * autorevert.el (global-auto-revert-non-file-buffers)
10070 (global-auto-revert-mode): Doc fixes.
10071
10072 2009-06-27 Johan Bockgård <bojohan@gnu.org>
10073
10074 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
10075
10076 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
10077
10078 * faces.el (x-handle-named-frame-geometry): Ensure that we have
10079 opened an X connection before calling x-get-resource (Bug#3194).
10080
10081 * play/doctor.el: Remove reference to obsolete website.
10082 (make-doctor-variables): Correct grammar mistake (Bug#2633).
10083
10084 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
10085
10086 Remove find-file-not-found-hook VC method. (Bug#2757)
10087 * vc-hooks.el (vc-file-not-found-hook)
10088 (vc-default-find-file-not-found-hook): Remove functions.
10089 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
10090 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
10091 * vc.el:
10092 * vc-hg.el:
10093 * vc-git.el: Do not mention find-file-not-found-hook VC method.
10094
10095 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
10096
10097 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
10098 compatibility function for `looking-back'.
10099
10100 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
10101 Use `ispell-looking-back'.
10102
10103 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
10104
10105 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
10106 rather than `filename'.
10107
10108 2009-06-23 Miles Bader <miles@gnu.org>
10109
10110 * face-remap.el (text-scale-set): New function.
10111
10112 2009-06-23 Glenn Morris <rgm@gnu.org>
10113
10114 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
10115
10116 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
10117
10118 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
10119
10120 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
10121
10122 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
10123 Simplify Persian conditionals.
10124
10125 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
10126 variable `filename'.
10127
10128 * comint.el (comint-insert-input): Doc fix.
10129
10130 * Makefile.in (ELCFILES): Fix typo in previous change.
10131
10132 2009-06-23 Miles Bader <miles@gnu.org>
10133
10134 * cus-start.el: Add entry for `recenter-redisplay'.
10135
10136 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10137
10138 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
10139 Add an optional argument for the backend, use it instead of
10140 calling vc-backend.
10141 (vc-mode-line): Add an optional argument for the backend.
10142 Pass the backend to vc-state and vc-working-revision. Move code for
10143 special handling for vc-state being a buffer to ...
10144
10145 * vc-rcs.el (vc-rcs-find-file-hook):
10146 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
10147
10148 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
10149 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
10150 vc-stay-local-p and vc-mode-line calls.
10151
10152 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
10153 (vc-cvs-diff, vc-cvs-annotate-command)
10154 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
10155 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
10156 vc-mode-line calls.
10157
10158 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
10159 direct comparison.
10160 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
10161 backend when calling vc-mode-line.
10162 (vc-register): Do not create a closure for calling the vc register
10163 function, call it directly.
10164
10165 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10166
10167 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
10168 to make it obvious item can be clicked.
10169
10170 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
10171
10172 2009-06-23 Kenichi Handa <handa@m17n.org>
10173
10174 * language/korea-util.el (korean-key-bindings): Change the binding
10175 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
10176 same command.
10177
10178 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
10179
10180 Sync with Tramp 2.1.16.
10181
10182 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
10183
10184 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
10185 when a loading of a package fails. Completion function for rsync
10186 is `tramp-completion-function-alist-ssh'.
10187 (all): Replace all calls of `split-string' and
10188 `tramp-split-string' by `tramp-compat-split-string'.
10189 (tramp-default-method): Use `tramp-compat-process-running-p'.
10190 (tramp-default-proxies-alist): Allow also Lisp forms.
10191 (tramp-remote-path): Add choice "Private Directories".
10192 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
10193 (tramp-domain-regexp): Allow also "-", "_" and ".".
10194 (tramp-end-of-output): Remove newlines, and add "$" at the end.
10195 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
10196 (tramp-debug-message): Insert header line in debug buffer.
10197 (tramp-handle-directory-files-and-attributes-with-stat):
10198 Care about filenames with spaces, or starting with "-".
10199 (tramp-handle-dired-uncache): New defun.
10200 (tramp-handle-insert-directory): Don't flush the directory from
10201 cache, this is handled by `dired-uncache' now.
10202 (tramp-handle-insert-file-contents): Improve error handling.
10203 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10204 Quote `tramp-end-of-output'.
10205 (tramp-action-password): Improve trace message.
10206 (tramp-check-for-regexp): Both echoes must be present, before removing.
10207 (tramp-open-connection-setup-interactive-shell): Trace coding system.
10208 (tramp-compute-multi-hops): Eval cons cells of
10209 `tramp-default-proxies-alist'.
10210 (tramp-maybe-open-connection): Use the same command pattern for
10211 first hop and further hops.
10212 (tramp-wait-for-output): Remove handling of newlines.
10213 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
10214 (tramp-split-string): Remove function. It is handled in
10215 tramp-compat now.
10216
10217 * net/tramp-cmds.el (tramp-bug):
10218 Recommend `tramp-cleanup-all-connections' in the bug mail.
10219
10220 * net/tramp-compat.el (tramp-compat-split-string)
10221 (tramp-compat-process-running-p): New defuns.
10222
10223 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
10224 for `dired-uncache'.
10225
10226 * net/tramp-gvfs.el: New package.
10227
10228 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10229 Add handler for `dired-uncache'.
10230 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
10231
10232 * net/trampver.el: Update release number. Make version check fit
10233 for SXEmacs 22.
10234
10235 2009-06-22 Jim Meyering <meyering@redhat.com>
10236
10237 Automatically handle .xz suffix (XZ-compressed files), too.
10238 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
10239 XZ is the successor to LZMA: <http://tukaani.org/xz/>
10240
10241 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
10242 Nick Roberts <nickrob@snap.net.nz>
10243
10244 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
10245 repository (http://sphinx.net.ru/hg/gdb-mi/).
10246
10247 2009-06-22 Glenn Morris <rgm@gnu.org>
10248
10249 * files.el (dir-locals-collect-mode-variables): Allow for any number of
10250 `mode' and `eval' entries. (Bug#3430)
10251
10252 * Makefile.in (ELCFILES): Add fadr.elc.
10253
10254 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
10255 differing behavior of \n and ^ in strings. (Bug#3385)
10256
10257 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
10258
10259 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
10260 property.
10261 (lisp-indent-function): Make it a defcustom.
10262
10263 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
10264
10265 * progmodes/gdb-ui.el: Replace with ...
10266 * progmodes/gdb-mi.el: ... this file.
10267 * progmodes/gud.el: Modify for gdb-mi.el.
10268
10269 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
10270
10271 * fadr.el: New file.
10272
10273 See ChangeLog.14 for earlier changes.
10274
10275 ;; Local Variables:
10276 ;; coding: utf-8
10277 ;; End:
10278
10279 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
10280
10281 This file is part of GNU Emacs.
10282
10283 GNU Emacs is free software: you can redistribute it and/or modify
10284 it under the terms of the GNU General Public License as published by
10285 the Free Software Foundation, either version 3 of the License, or
10286 (at your option) any later version.
10287
10288 GNU Emacs is distributed in the hope that it will be useful,
10289 but WITHOUT ANY WARRANTY; without even the implied warranty of
10290 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10291 GNU General Public License for more details.
10292
10293 You should have received a copy of the GNU General Public License
10294 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
10295
10296 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1