iswitchb.el (iswitchb-completions): Add bookmark files to the
[bpt/emacs.git] / lisp / ChangeLog
1 2010-02-03 John Wiegley <jwiegley@gmail.com>
2
3 * iswitchb.el (iswitchb-completions): Add bookmark files to the
4 list of files considered for "virtual buffer" completions.
5
6 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
7
8 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
9 also in case of (and (not full) (not wildcard)). This is needed,
10 when dired is called with a list of files, which are not in
11 `default-directory'. (Bug#5478)
12
13 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
14
15 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
16
17 2010-02-02 Juri Linkov <juri@jurta.org>
18
19 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
20 from unidiff to allow function-line after @@.
21
22 2010-02-02 Juri Linkov <juri@jurta.org>
23
24 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
25 '(RCS SCCS) with inverted condition.
26
27 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
28
29 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
30 messages.
31
32 2010-02-01 Juri Linkov <juri@jurta.org>
33
34 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
35 compare with "pkunzip" and "pkzip" instead of only "pkzip".
36 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
37 only when (car archive-zip-extract) is "unzip". (Bug#5475)
38
39 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
40
41 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
42 (doc-view-revert-buffer): New command.
43 (doc-view-mode-map): Use it.
44
45 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
46
47 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
48 pending merge is detected.
49
50 2010-01-31 Juri Linkov <juri@jurta.org>
51
52 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
53 beginning of interactive spec like all other grep commands do.
54 Put "all" in front of "gz". (Bug#5260)
55
56 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
57
58 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
59
60 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
61
62 * dirtrack.el (dirtrack): Warn instead of signalling error if the
63 regexp is incorrect (Bug#5476).
64
65 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
66
67 * net/tramp.el (tramp-handle-insert-directory): Handle also
68 symlinks, when FILENAME is not in `default-directory'.
69
70 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
71
72 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
73 FILE is not in `default-directory'. (Bug#5478)
74
75 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
76 of SWITCHES. Handle the case, FILENAME is not in
77 `default-directory'. (Bug#5478)
78 (tramp-register-file-name-handlers): Add safe-magic property.
79
80 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
81
82 * arc-mode.el (archive-zip-extract): Quote the argument passed to
83 unzip (Bug#5475).
84
85 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
86
87 * progmodes/flymake.el (flymake-allowed-file-name-masks)
88 (flymake-master-make-header-init): Add other C++ filename masks.
89 (flymake-find-possible-master-files)
90 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
91
92 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
93
94 Fix some busybox annoyances.
95
96 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
97 not responding." string.
98 (tramp-open-connection-setup-interactive-shell): Dump stty
99 settings. Enable "neveropen" arg for all `tramp-send-command'
100 calls. Handle "=" in variable values properly.
101 (tramp-find-inline-encoding): Raise an error, when no encoding is
102 found.
103 (tramp-wait-for-output): Check, whether PROC buffer is available.
104 Remove spurious " ^H" sequences, sent by busybox.
105 (tramp-get-ls-command): Suppress coloring, if possible.
106
107 2010-01-28 Glenn Morris <rgm@gnu.org>
108
109 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
110
111 * log-edit.el (log-edit-strip-single-file-name): Add missing
112 :safe, :group, and :version tags.
113
114 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
115
116 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
117 buffers. (Bug#5477)
118
119 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
120
121 * files.el (delete-directory): Handle moving to trash without
122 first doing recursion (Bug#5436).
123
124 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
125
126 * vc-hooks.el (vc-path): Mark as obsolete.
127
128 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
129
130 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
131 names too.
132
133 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
134 for the short log.
135 (vc-bzr-log-view-mode): Adjust regexp for the above change.
136
137 2010-01-25 Mark A. Hershberger <mah@everybody.org>
138
139 * progmodes/python.el: Replace reference to obsolete
140 c-subward-mode.
141
142 * vc-bzr.el: (vc-bzr-revision-table) New function.
143
144 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
145
146 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
147 diff-index command. This requires at least git-1.5.5. (Bug#1589).
148
149 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
150
151 Remove support for adding --signoff on commit.
152 Future support will use an incompatible generic mechanism.
153 * vc-git.el (vc-git-add-signoff): Remove variable.
154 (vc-git-toggle-signoff): Remove function.
155 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
156
157 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
158 from xterm-set-background-mode. Return t if the background mode
159 was set.
160 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
161 earlier, call it again in case the background mode has changed.
162
163 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
164
165 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
166 (Bug#3541).
167
168 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
169
170 * emacs-lisp/assoc.el (aelement): Doc fix.
171 (aput, adelete, amake): Use lexical-let (Bug#5450).
172
173 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
174
175 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
176 is the same as subprogram call, not declaration. (Bug#5435).
177
178 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
179
180 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
181 (tramp-smb-maybe-open-connection): Use it.
182
183 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
184
185 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
186
187 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
188
189 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
190 just because we see "encoding: 8bit".
191 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
192
193 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
194
195 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
196
197 2010-01-22 Eli Zaretskii <eliz@gnu.org>
198
199 * jka-compr.el (jka-compr-load): If load-file is not in
200 load-history, try its file-truename version. (bug#5447)
201
202 2010-01-21 Alan Mackenzie <acm@muc.de>
203
204 Fix a situation where deletion of a cpp construct throws an error.
205 * progmodes/cc-engine.el (c-invalidate-state-cache): Before
206 invoking c-with-all-but-one-cpps-commented-out, check that the
207 special cpp construct is still in the buffer.
208 (c-parse-state): Record the special cpp with markers, not numbers.
209
210 2010-01-21 Kenichi Handa <handa@m17n.org>
211
212 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
213 process last-command-event, as it is now decoded first (Bug#5380).
214
215 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
216
217 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
218
219 2010-01-20 Glenn Morris <rgm@gnu.org>
220
221 * indent.el (tab-always-indent): Fix custom-type.
222
223 2010-01-19 Alan Mackenzie <acm@muc.de>
224
225 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
226 buffer throws "args out of range".
227 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
228 playing the role of delimiter.
229
230 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
231
232 * progmodes/ada-mode.el: Fix bug#5400.
233 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
234 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
235 changed. Delete RECURSIVE parameter; never used. Improve doc string.
236 Improve comments in "is" portion. Handle null procedure declaration.
237 (ada-move-to-end): Improve doc string.
238
239 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
240
241 * ido.el (ido-cur-list): Initialize to nil.
242 Remove obsolete information from commentary.
243 (ido-choice-list): Initialize to nil.
244 (ido-get-bufname): Reject minibuffers.
245 (ido-make-buffer-list): If "default" is a nonexistent
246 buffer, ignore it, as per the function's comment.
247 (ido-kill-buffer-internal): New function.
248 (ido-kill-buffer-at-head): Use it.
249 (ido-visit-buffer): Likewise.
250
251 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
252
253 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
254
255 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
256
257 * cedet/ede/locate.el (ede-locate-file-in-project)
258 (ede-locate-file-in-project-impl): Fix typos in docstrings.
259 (ede-enable-locate-on-project): Fix typos in error messages.
260
261 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
262 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
263 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
264 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
265 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
266 Fix typos in menu help.
267
268 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
269 Fix typos in chart titles.
270
271 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
272 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
273 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
274 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
275 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
276 (semantic-parse-stream, semantic-parse-region)
277 (semantic-parse-region-default, semantic--set-buffer-cache)
278 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
279 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
280 (semantic-default-submodes):
281 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
282 (semanticdb-create-ebrowse-database)
283 (semanticdb-find-tags-for-completion-method)
284 (semanticdb-find-tags-by-class-method)
285 (semanticdb-deep-find-tags-by-name-method)
286 (semanticdb-deep-find-tags-for-completion-method):
287 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
288 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
289 (semanticdb-find-tags-for-completion-method)
290 (semanticdb-find-tags-by-class-method)
291 (semanticdb-deep-find-tags-for-completion-method):
292 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
293 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
294 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
295 (semanticdb-find-tags-by-name-method)
296 (semanticdb-find-tags-by-name-regexp-method)
297 (semanticdb-find-tags-for-completion-method)
298 (semanticdb-find-tags-by-class-method)
299 (semanticdb-find-tags-external-children-of-type-method)
300 (semanticdb-find-tags-subclasses-of-type-method)
301 (semanticdb-deep-find-tags-by-name-method)
302 (semanticdb-deep-find-tags-by-name-regexp-method)
303 (semanticdb-deep-find-tags-for-completion-method):
304 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
305 (semanticdb-enable-gnu-global-in-buffer)
306 (semanticdb-find-tags-for-completion-method)
307 (semanticdb-deep-find-tags-by-name-method)
308 (semanticdb-deep-find-tags-for-completion-method):
309 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
310 (javascript-mode, semanticdb-find-translate-path)
311 (semanticdb-find-tags-for-completion-method)
312 (semanticdb-find-tags-by-class-method)
313 (semanticdb-deep-find-tags-by-name-method)
314 (semanticdb-deep-find-tags-for-completion-method)
315 (semanticdb-find-tags-external-children-of-type-method):
316 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
317 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
318 (global-semantic-idle-scheduler-mode):
319 * cedet/srecode/dictionary.el (srecode-field-value)
320 (srecode-dictionary-add-section-dictionary):
321 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
322 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
323 (describe-class, eieio-describe-generic, describe-generic):
324 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
325 (eieio-speedbar-expand):
326 * emulation/viper-cmd.el (viper-exec-form-in-vi)
327 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
328 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
329 (viper-del-backward-char-in-replace, viper-backward-indent)
330 (viper-brac-function, viper-register-to-point, viper-submit-report):
331 * net/tramp.el (tramp-remote-coding-commands):
332 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
333 Fix typos in docstrings.
334
335 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
336
337 * mail/sendmail.el (mail-yank-original): Set the mark if the
338 specified function for yanking does not do it.
339
340 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
341
342 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
343
344 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
345 resyncing a directory.
346
347 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
348
349 * progmodes/ada-mode.el: Fix bug#1920.
350 (ada-ident-re): Delete ., allow multibyte characters.
351 (ada-goto-label-re): New; matches goto labels.
352 (ada-block-label-re): New; matches block labels.
353 (ada-label-re): New; matches both.
354 (ada-named-block-re): Deleted; callers changed to use
355 `ada-block-label-re' instead.
356 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
357 Use `ada-block-label-re'.
358 (ada-indent-on-previous-lines): Improve handling of goto labels.
359 (ada-get-indent-block-start): Special-case block label.
360 (ada-get-indent-label): Split into `ada-indent-block-label' and
361 `ada-indent-goto-label'.
362 (ada-goto-stmt-start, ada-goto-next-non-ws):
363 Optionally ignore goto labels.
364 (ada-goto-next-word): Simplify.
365 (ada-indent-newline-indent-conditional): Insert newline before
366 trying to fix indentation; doc fix.
367
368 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
369
370 * calc/calc.el (calc-command-flags): Give it an initial value.
371
372 2010-01-17 Glenn Morris <rgm@gnu.org>
373
374 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
375
376 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
377
378 * cedet/semantic.el (semantic-mode):
379 * files.el (minibuffer-with-setup-hook):
380 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
381 (artist-key-draw-continously, artist-key-do-continously-continously)
382 (artist-key-set-point-continously, artist-mouse-draw-continously):
383 Fix typos in docstrings.
384
385 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
386
387 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
388 return t (Bug#3898).
389
390 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
391
392 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
393 can parse the output of the external commands (Bug#5279).
394
395 2010-01-16 Jari Aalto <jari.aalto@cante.net>
396
397 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
398
399 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
400
401 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
402
403 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
404
405 * startup.el (command-line): Remove unused --icon-type arg.
406 Handle --display arg, passing it to command-line-1 (Bug#5392).
407
408 2010-01-16 Mario Lang <mlang@delysid.org>
409
410 * cedet/ede/cpp-root.el (ede-cpp-root-project):
411 * cedet/ede/files.el (ede-expand-filename):
412 * cedet/ede/simple.el (ede-simple-project):
413 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
414 (semantic-complete-inline-tag-engine):
415 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
416 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
417 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
418 * cedet/semantic/db.el (semanticdb-equivalent-mode):
419 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
420 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
421 * emacs-lisp/chart.el (chart-translate-namezone):
422 * textmodes/artist.el (artist-compute-popup-menu-table):
423 Remove duplicated words in doc-strings.
424
425 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
426
427 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
428 to mairix-search to suppress threading (Bug#5342).
429
430 2010-01-15 Kenichi Handa <handa@m17n.org>
431
432 * international/mule-cmds.el (canonicalize-coding-system-name):
433 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
434
435 2010-01-15 Glenn Morris <rgm@gnu.org>
436
437 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
438
439 * wid-edit.el (widget-keymap): Doc fix.
440
441 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
442 former seems to be more widely accepted by various svn versions.
443
444 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
445
446 * find-cmd.el (find-constituents):
447 * vc-arch.el (vc-arch-root):
448 * window.el (window-body-height, pop-up-frames):
449 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
450 (semantic-no-reparse-needed-change-hook):
451 * cedet/srecode/insert.el (srecode-resolve-argument-list)
452 (srecode-template-inserter-blank, srecode-template-inserter-variable)
453 (srecode-template-inserter-ask, srecode-template-inserter-width)
454 (srecode-template-inserter-section-start)
455 (srecode-template-inserter-section-end, srecode-insert-method):
456 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
457 * progmodes/ada-stmt.el (ada-if):
458 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
459 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
460 (ispell-encoding8-command, ispell-aspell-supports-utf8)
461 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
462
463 * progmodes/flymake.el (flymake-post-syntax-check):
464 Fix typo in error message.
465
466 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
467
468 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
469 which is always a string. (Bug#5313)
470
471 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
472
473 * progmodes/ada-xref.el (ada-default-prj-properties):
474 Simplify previous change.
475
476 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
477
478 * progmodes/ada-xref.el (ada-default-prj-properties):
479 Default ada_project_path to $ADA_PROJECT_PATH.
480
481 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
482
483 * progmodes/ada-mode.el (ada-create-keymap):
484 Override `narrow-to-defun' with `ada-narrow-to-defun'.
485
486 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
487
488 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
489 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
490 (ada-get-current-indent, ada-imenu-generic-expression)
491 (ada-which-function): Check for it.
492
493 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
494
495 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
496 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
497
498 2010-01-14 Glenn Morris <rgm@gnu.org>
499
500 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
501
502 2010-01-14 Kenichi Handa <handa@m17n.org>
503
504 * composite.el (auto-composition-mode): Make it a buffer local
505 variable (permanent-local).
506 (auto-composition-function): Set the default value to
507 auto-compose-chars.
508 (auto-composition-mode): Make it a simple function, not a minor mode.
509 (global-auto-composition-mode): Likewise.
510 (turn-on-auto-composition-if-enabled): Delete it.
511
512 2010-01-13 Karl Fogel <kfogel@red-bean.com>
513
514 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
515
516 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
517
518 * files.el (copy-directory): Compute target for recursive
519 directories with identical names. (Bug#5343)
520
521 2010-01-12 Glenn Morris <rgm@gnu.org>
522
523 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
524 it to bug-gnu-emacs rather than emacs-pretest-bug.
525
526 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
527
528 * cedet/data-debug.el (data-debug): Fix customization group reference.
529
530 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
531
532 * cedet/semantic/analyze.el (semantic-analyze-push-error)
533 (semantic-analyze-context, semantic-analyze-context-assignment)
534 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
535 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
536 (semantic-java-doc-keywords-map):
537 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
538 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
539 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
540 (semantic-c-classname, semantic-format-tag-uml-prototype)
541 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
542 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
543 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
544 (semantic-get-local-variables, semantic-end-of-command)
545 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
546 (lisp-mode):
547 * cedet/semantic/bovine/make.el (makefile-mode):
548 * cedet/semantic/wisent/python.el (wisent-python-string-re)
549 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
550 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
551 (semantic-lex, semantic-get-local-variables, python-mode):
552 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
553 * cedet/srecode/extract.el (srecode-extract-state-set)
554 (srecode-extract-method): Fix typos in docstrings.
555
556 2010-01-11 Sam Steingold <sds@gnu.org>
557
558 * imenu.el (imenu-default-create-index-function): Detect infinite
559 loops caused by imenu-prev-index-position-function.
560
561 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
562
563 * htmlfontify.el (htmlfontify-load-rgb-file)
564 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
565 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
566 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
567 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
568 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
569 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
570 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
571 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
572 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
573 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
574 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
575 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
576 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
577 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
578 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
579 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
580 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
581 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
582 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
583 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
584 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
585 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
586 backslash-quoting from parentheses, etc.
587
588 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
589
590 * progmodes/js.el: Autoload javascript-mode alias.
591
592 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
593
594 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
595 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
596 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
597 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
598 Fix typos in docstrings.
599 (ffap-url-regexp): Doc fix.
600 (ffap-at-mouse): Fix typo in message.
601
602 2010-01-11 Glenn Morris <rgm@gnu.org>
603
604 * version.el (emacs-copyright): Set copyright year to 2010.
605
606 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
607
608 * format.el (format-annotate-function): Only set
609 write-region-post-annotation-function after running to-fn so as not to
610 affect nested write-region calls (bug#5273).
611
612 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
613
614 * cedet/semantic.el (semantic-new-buffer-setup-functions):
615 Add python parser.
616
617 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
618 wisent/python.el.
619
620 2010-01-10 Richard Kim <emacs18@gmail.com>
621
622 * cedet/semantic/wisent/python-wy.el:
623 * cedet/semantic/wisent/python.el: New files.
624
625 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
626
627 * man.el (Man-goto-section): Signal error if the section is not
628 found (Bug#5317).
629
630 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
631
632 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
633 URLs with a leading triple slash in the file: scheme. (Bug#5345)
634
635 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
636
637 * progmodes/compile.el: Don't treat compile-command as safe if
638 compilation-read-command might be nil (Bug#4218).
639
640 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
641
642 * startup.el (command-line-1): Use orig-argi to check for ignored X and
643 NS options.
644
645 2010-01-08 Kenichi Handa <handa@m17n.org>
646
647 * international/fontset.el (build-default-fontset-data):
648 Exclude characters in scripts kana, hangul, han, or cjk-misc.
649
650 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
651
652 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
653 to `create-file-buffer' as it expects, not just a buffer name.
654 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
655 to help uniquify. (Bug#3224)
656
657 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
658
659 * font-setting.el (font-setting-change-default-font): Use user-spec
660 instead of name.
661
662 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
663
664 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
665
666 2010-01-05 Tom Tromey <tromey@redhat.com>
667
668 * progmodes/python.el (python-font-lock-keywords):
669 Handle qualified decorators (Bug#881).
670
671 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
672
673 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
674 in a lightweight checkout.
675
676 2010-01-05 Kenichi Handa <handa@m17n.org>
677
678 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
679
680 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
681
682 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
683
684 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
685
686 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
687 checkouts. (Bug#618)
688 (vc-bzr-log-view-mode): Also highlight the author.
689 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
690 (vc-bzr-shelve-menu-map):
691 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
692 (vc-bzr-shelve-apply): Make prompt more explicit.
693
694 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
695
696 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
697 They are valid characters in URL paths (rfc3986), and at least
698 Firefox does not understand the encoded version (Bug#3166).
699
700 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
701
702 * progmodes/octave-mod.el (octave-end-keywords)
703 (octave-block-begin-or-end-regexp, octave-block-match-alist):
704 Add "end" keyword (Bug#3061).
705 (octave-end-as-array-index-p): New function.
706 (calculate-octave-indent): Use it.
707
708 2010-01-02 Karl Fogel <kfogel@red-bean.com>
709
710 * bookmark.el: Consistently put the text property on the bookmark name.
711 (bookmark-bmenu-marks-width): Bump back to 2, to include
712 annotation marks.
713 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
714 property on the bookmark name, instead of not putting it at all.
715 (bookmark-bmenu-list): Fix where we put the text property.
716
717 2010-01-02 Karl Fogel <kfogel@red-bean.com>
718
719 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
720 for showing buffer modified state (as added in the previous change).
721
722 2010-01-02 Karl Fogel <kfogel@red-bean.com>
723
724 * bookmark.el: Show modified state of bookmark buffer more accurately.
725 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
726 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
727 (with-buffer-modified-unmodified): New macro.
728 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
729 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
730 Use new macro to preserve the buffer modified state.
731
732 2010-01-02 Karl Fogel <kfogel@red-bean.com>
733
734 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
735 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
736 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
737 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
738 (bookmark-bmenu-rename, bookmark-bmenu-locate)
739 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
740 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
741
742 2010-01-02 Eli Zaretskii <eliz@gnu.org>
743
744 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
745 Make the lines in the generated doc string shorter. (Bug#4668)
746
747 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
748
749 * net/rcirc.el: Add follow-link binding (Bug#4738).
750
751 2010-01-02 Eli Zaretskii <eliz@gnu.org>
752
753 * Makefile.in (bzr-update): Rename from cvs-update.
754 (cvs-update): New target for backward compatibility.
755
756 * makefile.w32-in (bzr-update): Rename from cvs-update.
757 (cvs-update): New target for backward compatibility.
758
759 2010-01-02 Karl Fogel <kfogel@red-bean.com>
760
761 * bookmark.el: Remove gratuitous gratitude.
762
763 2010-01-02 Karl Fogel <kfogel@red-bean.com>
764
765 * bookmark.el (bookmark-bmenu-any-marks): New function
766 (bookmark-bmenu-save): Clear buffer modification if no marks.
767
768 2010-01-02 Karl Fogel <kfogel@red-bean.com>
769
770 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
771 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
772 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
773 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
774
775 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
776 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
777 To: emacs-devel {_AT_} gnu.org
778 Subject: bookmark.el bug report
779 Date: Mon, 28 Dec 2009 14:19:16 +0800
780 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
781
782 2010-01-02 Karl Fogel <kfogel@red-bean.com>
783
784 * bookmark.el: Improvements suggested by Drew Adams:
785 (bookmark-bmenu-ensure-position): New name for
786 `bookmark-bmenu-check-position'. Just ensure the position,
787 don't return any meaningful value.
788 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
789 New constants.
790
791 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
792
793 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
794 (bookmark-yank-point, bookmark-bmenu-check-position):
795 Fix typos in docstrings.
796 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
797 (bookmark-name-from-full-record, bookmark-get-position)
798 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
799 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
800 Remove useless quoting of parenthesis, etc. in docstrings.
801
802 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
803 (ediff-append-custom-diff): Fix typo in error message.
804 (ediff-meta-mark-equal-files): Fix typos in messages.
805
806 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
807
808 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
809 Fix typo in docstring.
810
811 * net/imap-hash.el (imap-hash-make): Doc fix.
812 (imap-hash-test): Fix typo in error message; reflow docstring.
813 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
814 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
815 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
816 Fix typos in docstrings.
817 (imap-hash-open-connection): Fix typo in error message.
818
819 * play/gomoku.el (gomoku): Fix typos in docstring.
820
821 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
822 (gdb-jsonify-buffer): Fix typos in docstring.
823 (gdb-goto-breakpoint): Fix typo in error message.
824 ("Display Other Windows"): Fix typo in help message.
825 (gdb-speedbar-expand-node): Fix typo in question.
826
827 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
828 (idlwave-html-system-help-location, idlwave-html-help-location)
829 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
830 (idlwave-help-browser-generic-args, idlwave-help-directory)
831 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
832 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
833 (idlwave-online-help, idlwave-help-html-link)
834 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
835 Fix typos in docstrings.
836 (idlwave-help-with-source, idlwave-help-find-routine-definition):
837 Reflow docstrings.
838 (idlwave-help-assistant-start): Fix typo in error message.
839
840 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
841 (octave-electric-space): Fix typos in docstrings.
842
843 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
844
845 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
846
847 2010-01-01 Juri Linkov <juri@jurta.org>
848
849 * comint.el (comint-input-ring-size): Make it a defcustom and
850 increase the default to 500 (Bug#5148).
851
852 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
853
854 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
855 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
856 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
857
858 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
859
860 Show working revision correctly for mercurial.
861 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
862 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
863
864 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
865
866 Declare some functions for the byte-compiler.
867 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
868 (speedbar-timer-fn, speedbar-change-expand-button-char)
869 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
870
871 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
872
873 This changeset reverts GDB Graphical Interface to use annotations.
874 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
875
876 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
877
878 Make vc-dir work on subdirectories of the bzr root.
879 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
880 file names relative to it.
881 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
882 relative directory to vc-bzr-after-dir-status.
883
884 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
885
886 * font-lock.el (font-lock-refresh-defaults): New function, which
887 can be used to let font-lock react to external changes in
888 variables like font-lock-defaults and keywords.
889 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
890
891 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
892
893 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
894
895 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
896
897 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
898
899 Supersede color.diff settings in git log (bug#5211).
900
901 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
902 escape chars in its output when the user has color.diff set to `always'.
903 This fix works on git 1.4.2 and newer (released on 2006-08-13).
904
905 2009-12-26 Kevin Ryde <user42@zip.com.au>
906
907 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
908 node. Keep previous "Index" name to work with past coreutils too.
909
910 * man.el (man): Revise docstring a bit to show -a and -l as
911 examples. Add -k description since support for it has otherwise
912 been a secret. (Further to bug#3717.)
913 (Man-bgproc-sentinel): When "-k foo" produces no output show error
914 "no matches" rather than "Can't find manpage", as the latter reads
915 like -k was interpreted as a page name, which is not so. (Bug#5431)
916
917 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
918
919 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
920 switches. Check also for //SUBDIRED// line.
921
922 2009-12-25 Kenichi Handa <handa@m17n.org>
923
924 * language/indian.el (devanagari-composable-pattern): Fixed to
925 handle ZWNJ and ZWJ. Use it in composition-function-table for
926 Devanagari.
927 (malayalam-composable-pattern): Fix previous change.
928
929 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
930
931 * ps-print.el (ps-face-attributes): It was not returning the
932 attribute face for faces specified as string. Reported by harven
933 <harven@free.fr>.
934 (ps-print-version): New version 7.3.5.
935
936 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
937
938 * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
939 timezone names.
940 (icalendar--convert-tz-offset): Fixed the "last-day-problem".
941 (icalendar--add-diary-entry): Remove the trailing blank that
942 diary-make-entry inserts.
943
944 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
945
946 Make `file-expand-wildcards' work for remote files.
947
948 * files.el (file-expand-wildcards): In case of remote files, check
949 only local file name part for wildcards. Provide feature 'files
950 and subfeature 'remote-wildcards. (Bug#5198)
951
952 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
953 if there is already an established connection.
954 (tramp-advice-file-expand-wildcards): Remove it.
955
956 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
957 (tramp-advice-file-expand-wildcards): Moved from tramp.el.
958 Activate advice for older GNU Emacs versions. (Bug#5237)
959
960 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
961
962 Some doc fixes (more needed).
963
964 * find-cmd.el (find-constituents): Reflow docstring.
965 (find-cmd, find-prune, find-command): Fix typos in docstrings.
966 (find-generic): Doc fix.
967
968 2009-12-17 Juri Linkov <juri@jurta.org>
969
970 Fix regression from 23.1 to allow multiple modes in Local Variables.
971
972 * files.el (hack-local-variables-filter): While ignoring duplicates,
973 don't take `mode' into account.
974 (hack-local-variables-filter, hack-dir-local-variables): Don't
975 remove duplicate `mode' from local-variables-alist (like `eval').
976
977 2009-12-17 Juri Linkov <juri@jurta.org>
978
979 Make `dired-diff' more safe. (Bug#5225)
980
981 * dired-aux.el (dired-diff): Signal an error when `file' equals to
982 `current' or when `file' is a directory of the `current' file.
983
984 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
985
986 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
987 unconditionally preloaded files.
988
989 2009-12-16 Juri Linkov <juri@jurta.org>
990
991 Revert to old 23.1 logic of using the file at the mark as default.
992 * dired-aux.el (dired-diff): Use the file at the mark as default
993 if it's not the same as the current file, and the target dir is
994 the current dir or the mark is active. Add the current file
995 as the arg of `dired-dwim-target-defaults'. Use the default file
996 in the prompt. (Bug#5225)
997
998 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
999
1000 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
1001 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
1002 (tramp-check-for-regexp): Check also, when an echoing shell stops
1003 to echo sent commands.
1004
1005 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
1006
1007 * Makefile.in: Revert last change (Bug#5191).
1008
1009 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
1010
1011 * vc-hg.el (vc-hg-print-log): Fix argument order.
1012 (vc-hg-working-revision): Make sure the command is executed in a
1013 known environment so that we can parse the output. (Bug#4417)
1014
1015 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
1016
1017 * progmodes/python.el (python-symbol-completions): Remove text
1018 properties from symbol string before calling python-send-receive.
1019
1020 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
1021
1022 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
1023 when there are values for both file and line. (Bug#5060)
1024
1025 2009-12-14 Juri Linkov <juri@jurta.org>
1026
1027 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
1028 whitespace after the file name of the first line of unified format,
1029 because git-diff doesn't output whitespace and file modification time
1030 after the file name.
1031
1032 2009-12-14 David Kastrup <dak@gnu.org>
1033
1034 * info.el (Info-hide-cookies-node): Before hiding a cookie,
1035 check if it already has the `display' property added by
1036 `Info-display-images-node', and not put the `invisible' property
1037 in this case.
1038
1039 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
1040
1041 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1042 (semantic-mru-bookmark-mode): Doc fixes.
1043
1044 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
1045 of assert.
1046
1047 2009-12-13 Glenn Morris <rgm@gnu.org>
1048
1049 * mail/emacsbug.el (message-sort-headers): Define for compiler.
1050 (report-emacs-bug): In message-mode, sort manually before storing
1051 original report text. (Bug#5178)
1052 Remove superfluous save-excursion.
1053
1054 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
1055
1056 * net/dbus.el (dbus-property-handler): Filter lambda forms out
1057 when responding to "GetAll" properties.
1058
1059 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
1060
1061 * simple.el (compose-mail): Remove mail-setup-with-from from
1062 customization checks.
1063
1064 2009-12-12 Eli Zaretskii <eliz@gnu.org>
1065
1066 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
1067 RAR archives created on Unix systems.
1068
1069 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
1070
1071 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
1072 the varalias that was accidentally removed by the 2009-11-19 change
1073 (bug#5186).
1074
1075 2009-12-12 Kenichi Handa <handa@m17n.org>
1076
1077 * language/indian.el (indian-compose-regexp): New function.
1078 (malayalam-composable-pattern): Fix the pattern.
1079 (composition-function-table): Set malayalam-composable-pattern for
1080 Malayalam characters.
1081
1082 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
1083
1084 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
1085 rather than down-mouse-1, based on follow-link conventions.
1086
1087 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
1088 are compiled.
1089
1090 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
1091
1092 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1093 (verilog-vmm-statement-re, verilog-ovm-statement-re)
1094 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
1095 (verilog-leap-to-head, verilog-backward-token):
1096 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
1097
1098 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
1099
1100 * progmodes/verilog-mode.el (verilog-auto-lineup)
1101 (verilog-nameable-item-re): Cleanup user-visible spelling and
1102 documentation errors. One reported by Gary Delp.
1103 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
1104 (verilog-read-decls): Fix AUTOWIRE with types declared in a
1105 package, bug195. Reported by Pierre-David Pfister.
1106
1107 2009-12-11 Glenn Morris <rgm@gnu.org>
1108
1109 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
1110
1111 * mail/emacsbug.el: No longer require sendmail.
1112 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
1113 (report-emacs-bug-orig-text): Doc fix.
1114 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
1115 New local variables, to adapt to different mail-user-agents.
1116 (report-emacs-bug): Fix test for a gnu.org address.
1117 Use overlays for emphasis, since font-lock defeats 'face property.
1118 Pretest bugs also end up at the newsgroup these days.
1119 Stop message-mode stripping text properties.
1120 Set and use the new buffer-local variables.
1121 (report-emacs-bug-hook): Add doc-string.
1122 Remove some unnecessary save-excursions and simplify.
1123 Use the appropriate hook and send-command.
1124
1125 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
1126 capitalization of some menu entries.
1127
1128 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1129
1130 * whitespace.el (whitespace-display-char-on): Ensure
1131 `buffer-display-table' is unique when two or more windows are
1132 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
1133 New version 12.1.
1134
1135 2009-12-10 Eli Zaretskii <eliz@gnu.org>
1136
1137 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
1138 characters in the Attribute field.
1139
1140 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
1141
1142 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
1143
1144 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1145
1146 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
1147 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1148 Disregard autoload-excludes.
1149 (update-directory-autoloads): Obey autoload-excludes here instead.
1150 But don't store its contents in no-autoloads and remove entries that
1151 refer to excludes files.
1152
1153 2009-12-10 Glenn Morris <rgm@gnu.org>
1154
1155 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
1156 (expand-mail-aliases): Define for compiler.
1157
1158 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
1159 Define for compiler.
1160
1161 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
1162 appropriate for the mail-user-agent in use.
1163
1164 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
1165
1166 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
1167
1168 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
1169
1170 Fix short log parsing and fontification.
1171 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
1172 Fix fontification for the [merge] label.
1173
1174 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
1175
1176 Drop some properties to avoid surprises.
1177 * htmlfontify.el (hfy-ignored-properties): New defcustom.
1178 (hfy-fontify-buffer): Use it.
1179
1180 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
1181
1182 Minor cleanup.
1183 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
1184 Adjust all callers.
1185 (ffap-locate-file): Remove unused arg `dir-ok' and make other
1186 args compulsory. Adjust callers.
1187 (ffap-gopher-at-point): Remove unused var `name'.
1188
1189 Get rid of the ELCFILES abomination.
1190 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
1191 (compile-elcfiles): New phony target.
1192 (compile-main): Compute ELCFILES dynamically.
1193 (compile-clean): New target to remove left-over elc files.
1194 (compile, all): Use it.
1195
1196 2009-12-09 Kenichi Handa <handa@etlken>
1197
1198 * international/mule-diag.el: Require help-mode instead of help-fns.
1199
1200 2009-12-09 Kenichi Handa <handa@m17n.org>
1201
1202 * international/mule-cmds.el (ucs-names): Supply sufficiently
1203 fine ranges instead of pre-calculating accurate ranges.
1204 Iterate with bigger gc-cons-threshold.
1205
1206 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
1207
1208 Add support for stashing a snapshot of the current tree.
1209 * vc-git.el (vc-git-stash-snapshot): New function.
1210 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
1211
1212 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
1213
1214 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
1215 instead of `(beginning|end)-of-line'.
1216
1217 2009-12-08 Glenn Morris <rgm@gnu.org>
1218
1219 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
1220
1221 * Makefile.in (ELCFILES): Regenerate.
1222
1223 2009-12-07 Juri Linkov <juri@jurta.org>
1224
1225 Don't lazy-highlight the comint output in history Isearch mode.
1226
1227 * comint.el (comint-history-isearch-search): Instead of
1228 `comint-line-beginning-position', use `comint-after-pmark-p'
1229 to check if point if before the process mark, and go to
1230 `process-mark' in this case.
1231
1232 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1233
1234 * textmodes/tex-mode.el (latex-complete)
1235 (latex-indent-or-complete): Remove.
1236 (latex-mode): Set completion-at-point-functions instead.
1237
1238 Provide a standard completion command and hook it into TAB.
1239 * minibuffer.el (completion-at-point-functions): New var.
1240 (completion-at-point): New command.
1241 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
1242 * progmodes/python.el (python-mode-map): Use completion-at-point.
1243 (python-completion-at-point): Rename from python-partial-symbol and
1244 adjust for use in completion-at-point-functions.
1245 (python-mode): Setup completion-at-point for Python completion.
1246 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
1247 extracted from lisp-complete-symbol.
1248 (lisp-complete-symbol): Use it.
1249 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
1250 setup completion-at-point for Elisp completion.
1251 (emacs-lisp-mode-map, lisp-interaction-mode-map):
1252 Use completion-at-point.
1253 * ielm.el (ielm-map): Use completion-at-point.
1254 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
1255 * progmodes/sym-comp.el: Move to...
1256 * obsolete/sym-comp.el: Move from progmodes.
1257
1258 2009-12-07 Eli Zaretskii <eliz@gnu.org>
1259
1260 Prevent save-buffer in Rmail buffers from using the coding-system
1261 of the current message, and from clobbering the encoding mnemonics
1262 in the mode line (Bug#4623).
1263
1264 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
1265 flag, too.
1266 (rmail-message-encoding): New variable.
1267 (rmail-write-region-annotate): Record the encoding of the current
1268 message in rmail-message-encoding.
1269 (rmail-after-save-hook): New function, restores the encoding of
1270 the current message after the message collection is saved.
1271
1272 2009-12-07 Juri Linkov <juri@jurta.org>
1273
1274 * progmodes/grep.el (grep-read-files): Use `completing-read'
1275 instead of `read-string'. Set its `collection' arg to
1276 `read-file-name-internal'. (Bug#4301)
1277
1278 2009-12-07 Juri Linkov <juri@jurta.org>
1279
1280 Correctly restore original Isearch point. (Bug#4994)
1281
1282 * isearch.el (isearch-mode): Move `isearch-push-state' after
1283 `(run-hooks 'isearch-mode-hook)'.
1284 (isearch-cancel): When `isearch-push-state-function' is defined,
1285 let-bind `isearch-cmds' to the first state (the last element of
1286 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
1287 function and restores the original point). Otherwise, move point
1288 to `isearch-opoint'.
1289
1290 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1291
1292 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
1293 chars that don't have names, so the table can be built much faster at
1294 run-time.
1295
1296 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
1297
1298 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
1299 change. Suggested by David Kastrup.
1300
1301 * simple.el (compose-mail): Check for incompatibilities and warn.
1302 (compose-mail-user-agent-warnings): New option.
1303
1304 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1305
1306 Support showing a single log entry from vc-annotate.
1307 * vc.el (print-log): Add a new argument: START-REVISION.
1308 (vc-print-log-internal): Add a new optional argument and
1309 pass it to the backend.
1310 (vc-print-log, vc-print-root-log): Adjust callers.
1311 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
1312 buffer already displays the requested log entry, use it.
1313 Otherwise display only the log entry in question.
1314 * vc-svn.el (vc-svn-print-log):
1315 * vc-mtn.el (vc-mtn-print-log):
1316 * vc-hg.el (vc-hg-state):
1317 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
1318 (vc-git-show-log-entry): Return t on success.
1319 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
1320 (vc-bzr-show-log-entry): Return t on success.
1321 * vc-rcs.el (vc-rcs-print-log):
1322 * vc-sccs.el (vc-sccs-print-log):
1323 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
1324
1325 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1326
1327 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
1328 Add menus to the meta mode. (Bug#5043)
1329
1330 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
1331
1332 * ediff-init.el (ediff-event-key): Use event-to-character instead of
1333 event-key.
1334
1335 * ediff.el (ediff-buffers-internal): Add unwind-protect.
1336
1337 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
1338
1339 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
1340 Berbain <raphael.berbain@gmail.com>.
1341
1342 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
1343 characters.
1344 (tramp-initial-end-of-output): New defconst.
1345 (tramp-methods, tramp-find-shell)
1346 (tramp-open-connection-setup-interactive-shell)
1347 (tramp-maybe-open-connection): Use it.
1348 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
1349 existence of `#' and `$'.
1350
1351 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
1352 `tramp-initial-end-of-output'.
1353
1354 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
1355
1356 Get the background mode from the terminal for xterm, and set
1357 faces accordingly.
1358 * term/xterm.el (xterm-set-background-mode): New function.
1359 (terminal-init-xterm): Use it in case xterm supports background
1360 color queries. Recompute faces after getting the background
1361 color.
1362
1363 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
1364
1365 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
1366 number comment back on its own line, for easier parsing.
1367
1368 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1369
1370 Make it work for non-file buffers (bug#5102).
1371 * doc-view.el (doc-view-current-cache-dir):
1372 Use doc-view-buffer-file-name rather than buffer-file-name.
1373 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
1374
1375 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
1376
1377 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
1378 author field is too short.
1379
1380 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
1381
1382 * vc-git.el (vc-git-print-log): Handle a limit argument.
1383 Display the short log in graph form and with labels.
1384 (vc-git-log-view-mode): Handle labels.
1385
1386 Make vc-revert change VC state from 'added to 'unregistered.
1387 * vc-git.el (vc-git-revert): Call git reset first.
1388
1389 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
1390
1391 * net/newst-backend.el, net/newst-plainview.el:
1392 * net/newst-reader.el, net/newst-ticker.el:
1393 * net/newst-treeview.el, net/newsticker.el:
1394 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
1395
1396 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
1397
1398 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
1399
1400 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
1401 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
1402 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
1403 Update annotation regexp.
1404
1405 * simple.el (beginning-of-visual-line): Constrain to field
1406 boundaries (Bug#5106).
1407
1408 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
1409
1410 * xml.el (xml-substitute-numeric-entities): Move
1411 newsticker--decode-numeric-entities in newst-backend.el to
1412 xml-substitute-numeric-entities in xml.el. (Bug#5008)
1413 * net/newst-backend.el (newsticker--parse-generic-feed)
1414 (newsticker--parse-generic-items)
1415 (newsticker--decode-numeric-entities): Move
1416 newsticker--decode-numeric-entities in newst-backend.el to
1417 xml-substitute-numeric-entities in xml.el. (Bug#5008)
1418
1419 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
1420
1421 * progmodes/js.el (js--js-not): Add null to the list of values.
1422
1423 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
1424
1425 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
1426
1427 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1428
1429 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
1430 delimiter if it is at the end of the current line.
1431 (bibtex-generate-url-list): Fix docstring.
1432
1433 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1434
1435 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
1436 minibuffer's content with itself.
1437 Fold the confirm-after-completion case into the `confirm' case.
1438 (completion-pcm-word-delimiters): Add : and / to the delimiters.
1439
1440 2009-12-06 Kevin Ryde <user42@zip.com.au>
1441
1442 * ffap.el (ffap-rfc-path): Make this a defcustom since
1443 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
1444
1445 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
1446 manuals, similar to existing setup for help-mode. (Bug#3913.)
1447
1448 2009-12-05 Juri Linkov <juri@jurta.org>
1449
1450 Save and restore dired buffer's point positions too. (Bug#4880)
1451
1452 * dired.el (dired-save-positions): Return in the first element
1453 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
1454 Doc fix.
1455 (dired-restore-positions): First restore buffer's position.
1456 While restoring window's positions, check if window still displays
1457 the original buffer.
1458
1459 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
1460
1461 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
1462 if possible.
1463
1464 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
1465 Make argument optional.
1466
1467 * shell.el (shell): Require ansi-color (Bug#5113).
1468
1469 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
1470
1471 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
1472
1473 2009-12-05 Alan Mackenzie <acm@muc.de>
1474
1475 * progmodes/cc-mode.el (c-before-hack-hook)
1476 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
1477 `c-file-style' to work again. This reversion restores the current
1478 software to its state in Emacs 23.1. (Bug#4146)
1479
1480 2009-12-05 Kevin Ryde <user42@zip.com.au>
1481
1482 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
1483 comment-start-skip to comment-end-skip as comment (Bug#4781).
1484
1485 2009-12-05 Juri Linkov <juri@jurta.org>
1486
1487 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
1488 for virtual nodes. (Bug#4147)
1489 (Info-find-node-2): Set `Info-current-node-virtual' to nil
1490 when moving from a virtual node.
1491 (Info-mode-menu): Add `Info-virtual-index' to the menu.
1492 (Info-mode): Add `Info-virtual-index' to the docstring.
1493
1494 2009-12-05 Eric Ludlam <zappo@gnu.org>
1495
1496 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
1497 Describe project macro symbols.
1498
1499 * cedet/semantic/complete.el (semantic-complete-do-completion):
1500 Don't call semantic-collector-current-exact-match.
1501
1502 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
1503 ede-objects as targets.
1504
1505 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
1506 a target's object list even if compiler vars are already in the
1507 Makefile.
1508
1509 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
1510 list of headers producing necessary macros.
1511
1512 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1513
1514 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
1515 track of the buffer position of the end of a BibTeX entry as this
1516 position may change during reformatting.
1517 (bibtex-format-entry): Remove whitespace before processing
1518 numerical fields so that we recognize the latter properly.
1519 (bibtex-reformat): Do not use push which changes the global value
1520 of bibtex-entry-format.
1521 (bibtex-field-braces-alist, bibtex-field-strings-alist)
1522 (bibtex-field-re-init): Replace only space characters by regexp
1523 for whitespace.
1524 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
1525 (bibtex-initialize): Also update bibtex-strings.
1526 (bibtex-kill-field): Preserve white space at end of entry.
1527 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
1528 Update bibtex-reference-keys.
1529
1530 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1531
1532 * minibuffer.el (completion-pcm--merge-try): Also consider placing
1533 point after a star, if that's the only place where modifications can
1534 make progress.
1535
1536 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
1537
1538 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
1539 in docstrings.
1540
1541 2009-12-04 Juri Linkov <juri@jurta.org>
1542
1543 * proced.el (proced): Call `(proced-update t)' to update process
1544 information instead of only running proced-post-display-hook.
1545 (proced-send-signal): Add a leading space to the buffer name
1546 " *Marked Processes*" to make this buffer ephemeral.
1547
1548 2009-12-04 Juri Linkov <juri@jurta.org>
1549
1550 * dired.el (dired-auto-revert-buffer): New defcustom.
1551 (dired-internal-noselect): Use it.
1552
1553 2009-12-04 Juri Linkov <juri@jurta.org>
1554
1555 Change roles of modes and functions in image-mode.el (Bug#5062).
1556
1557 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
1558 in `auto-mode-alist'.
1559 (image-mode-previous-major-mode): New variable.
1560 (image-minor-mode-map): Rename from `image-mode-text-map'.
1561 (image-mode): Move graceful error-handling code from
1562 `image-minor-mode' to here. On errors call `image-mode-as-text'.
1563 (image-minor-mode): Remove all image-handling code.
1564 Replace `image-mode-text-map' with `image-minor-mode-map'.
1565 Check for `image-type' in mode-line format string.
1566 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
1567 (image-mode-as-text): New function with most code from
1568 `image-mode-maybe'.
1569 (image-toggle-display-text): Move code that removes image
1570 properties from `image-toggle-display' to here.
1571 (image-toggle-display-image): New function with code that adds
1572 image properties copied from `image-toggle-display'.
1573 (image-toggle-display): Remove most code with leaving only code
1574 that toggles between `image-mode-as-text' and `image-mode'.
1575
1576 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
1577
1578 * net/newst-treeview.el
1579 (newsticker--treeview-list-highlight-start): Restored call to
1580 save-excursion: Selected item was stuck.
1581 (newsticker--treeview-list-select): New.
1582 (newsticker--treeview-item-show-text)
1583 (newsticker--treeview-item-show)
1584 (newsticker--treeview-item-update): Use new
1585 newsticker-treeview-item-mode.
1586 (newsticker-treeview-update): Keep current item.
1587 (newsticker-treeview-next-new-or-immortal-item): Doc change.
1588 (newsticker--treeview-first-feed): Doc change.
1589 (newsticker-treeview-list-menu)
1590 (newsticker-treeview-item-menu): Added menu entries.
1591 (newsticker-treeview-item-mode): New.
1592
1593 * net/newst-backend.el (newsticker-customize): Delete other
1594 windows.
1595
1596 2009-12-04 Sam Steingold <sds@gnu.org>
1597
1598 * log-view.el (log-view-mode-map): "q" calls quit-window,
1599 like in all the other non-self-insert buffers.
1600
1601 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
1602
1603 Minor cleanup.
1604 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
1605 key decoding rather than do it manually via last-input-event +
1606 ascii-character.
1607 (term-exec): Use delete-and-extract-region.
1608 (term-handle-ansi-terminal-messages): Remove unused var `end'.
1609 (term-process-pager): Remove unused var `i'.
1610 (term-dynamic-simple-complete): Make obsolete.
1611 (serial-update-config-menu): Remove unused vars `y' and `str'.
1612 (term-update-mode-line): Remove unused var `temp'.
1613
1614 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
1615
1616 Limit the number of log entries displayed by default.
1617 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
1618 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
1619 using a prefix argument.
1620
1621 2009-12-03 Glenn Morris <rgm@gnu.org>
1622
1623 * progmodes/idlwave.el (class): Restore still useful declaration.
1624
1625 2009-12-03 Alan Mackenzie <acm@muc.de>
1626
1627 Enhance `c-parse-state' to run efficiently in "brace deserts".
1628
1629 * progmodes/cc-mode.el (c-basic-common-init):
1630 Call c-state-cache-init.
1631 (c-neutralize-syntax-in-and-mark-CPP): Rename from
1632 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
1633 placing `category' properties value 'c-cpp-delimiter at its boundaries.
1634
1635 * progmodes/cc-langs.el (c-before-font-lock-function):
1636 c-extend-and-neutralize-syntax-in-CPP has been renamed
1637 c-neutralize-syntax-in-and-mark-CPP.
1638
1639 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
1640 with `category' properties now, not `syntax-table' ones.
1641
1642 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
1643 enhanced (but slower) version of c-end-of-macro that won't land
1644 inside a literal or on another awkward character.
1645 (c-state-cache-too-far, c-state-cache-start)
1646 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
1647 (c-state-nonlit-pos-cache-limit, c-state-point-min)
1648 (c-state-point-min-lit-type, c-state-point-min-lit-start)
1649 (c-state-min-scan-pos, c-state-brace-pair-desert)
1650 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
1651 buffer local variables.
1652 (c-state-literal-at, c-state-lit-beg)
1653 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
1654 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
1655 (c-state-cache-top-paren, c-state-cache-after-top-paren)
1656 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
1657 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
1658 (c-renarrow-state-cache)
1659 (c-append-lower-brace-pair-to-state-cache)
1660 (c-state-push-any-brace-pair, c-append-to-state-cache)
1661 (c-remove-stale-state-cache)
1662 (c-remove-stale-state-cache-backwards, c-state-cache-init)
1663 (c-invalidate-state-cache-1, c-parse-state-1)
1664 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
1665 (c-parse-state): Enhance and refactor.
1666 (c-debug-parse-state): Amend to deal with all the new variables.
1667
1668 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
1669 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
1670 modify to use category text properties rather than syntax-table ones.
1671 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
1672 to switch off/on the syntactic paren property of C++ template
1673 delimiters using the category property.
1674 (c-with-<->-as-parens-suppressed): Macro to invoke code with
1675 template delims suppressed.
1676 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
1677 New constant/macros which apply category properties to the start
1678 and end of preprocessor constructs.
1679 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
1680 "comment out" the syntactic value of characters in preprocessor
1681 constructs.
1682 (c-with-cpps-commented-out)
1683 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
1684 with characters in all or all but one preprocessor constructs
1685 "commented out".
1686
1687 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1688
1689 * proced.el (proced-filter-alist): Use regexp-quote.
1690
1691 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
1692
1693 Cleanup.
1694 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
1695 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
1696 arguments. Expand `default-directory'.
1697
1698 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
1699 the benefit of returning an expanded localname.
1700 (tramp-tramp-file-p): Handle the case NAME is not a string.
1701
1702 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
1703
1704 Add support for bzr shelve/unshelve.
1705 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
1706 (vc-bzr-extra-menu-map): New variables.
1707 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
1708 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
1709 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
1710 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
1711 (vc-bzr-dir-extra-headers): Display shelves.
1712
1713 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
1714
1715 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1716
1717 * textmodes/bibtex.el (bibtex-complete-internal):
1718 Use completion-in-region.
1719 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
1720
1721 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
1722
1723 Support applying stashes. Improve UI.
1724 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
1725 (vc-git-stash-apply, vc-git-stash-pop)
1726 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
1727 (vc-git-stash-menu): New functions.
1728 (vc-git-stash-menu-map): New variable.
1729 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
1730
1731 2009-12-03 Glenn Morris <rgm@gnu.org>
1732
1733 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
1734 (vc-print-log-internal): Fix previous change.
1735 (vc-revert): Correct pluralization.
1736
1737 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1738
1739 * progmodes/make-mode.el (makefile-special-targets-list): No need for
1740 it to be an alist any more.
1741 (makefile-complete): Use completion-in-region.
1742
1743 * progmodes/octave-mod.el (octave-complete-symbol):
1744 Use completion-in-region.
1745
1746 Misc cleanup.
1747 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
1748 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
1749 (idlwave-complete-class): Don't quote lambda.
1750 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
1751 (idlwave-mode-map): Move initialization into declaration.
1752 (idlwave-action-and-binding): Use backquotes.
1753 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
1754 Simplify.
1755 (idlwave-is-pointer-dereference): Remove unused var `pos'.
1756 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
1757 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
1758 `parts', and `all-parts'.
1759 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
1760 (idlwave-convert-xml-system-routine-info): Remove unused string
1761 `version-string'.
1762 (idlwave-display-user-catalog-widget): Use dolist.
1763 (idlwave-scanning-lib): Declare dynamically-scoped var.
1764 (idlwave-scan-library-catalogs): Remove unused var `flags'.
1765 (completion-highlight-first-word-only): Declare to silence bytecomp.
1766 (idlwave-popup-select): Tighten scope of `resp'.
1767 (idlwave-find-struct-tag): Remove unused var `beg'.
1768 (idlwave-after-load-rinfo-hook): Declare.
1769 (idlwave-sintern-class-info): Remove unused var `taglist'.
1770 (idlwave-find-class-definition): Remove unused var `list'.
1771 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
1772 (idlwave-what-module-find-class): Remove unused var `classes'.
1773
1774 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
1775
1776 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
1777
1778 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1779
1780 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
1781 buffers visited. Remove redundant current-buffer-saving.
1782
1783 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1784
1785 Use completion-in-buffer and remove uses of dynamic scoping.
1786 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
1787 (pascal-buffer-to-use, pascal-flag): Don't declare.
1788 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
1789 (pascal-get-completion-decl, pascal-keyword-completion):
1790 Add `pascal-str' argument, save-excursion,
1791 return the found completions, and don't filter with pascal-pred.
1792 (pascal-completion-cache): New var.
1793 (pascal-completion): Don't switch buffer any more (it was never
1794 necessary). Don't save-excursion any more (it's done by the called
1795 subroutines). Use a cache to avoid redundant computations.
1796 Use complete-with-action rather than pascal-completion-response and
1797 let it apply the predicate as well.
1798 (pascal-complete-word): Use completion-in-buffer when
1799 pascal-toggle-completions is nil.
1800 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
1801 not used any more.
1802 (pascal-comp-defun): Don't change buffer any more.
1803 Use complete-with-action rather than pascal-completion-response and
1804 let it apply the predicate as well.
1805 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
1806 when neded.
1807
1808 2009-12-02 Kenichi Handa <handa@m17n.org>
1809
1810 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
1811 shape for all Indic scripts.
1812
1813 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1814
1815 Use completion-in-buffer.
1816 * wid-edit.el (widget-field-text-end): New function.
1817 (widget-field-value-get): Use it.
1818 (widget-string-complete, widget-file-complete)
1819 (widget-color-complete): Use it and completion-in-region.
1820 (widget-complete): Don't narrow the buffer.
1821
1822 2009-12-02 Glenn Morris <rgm@gnu.org>
1823
1824 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
1825 (rmail-select-summary): Use rmail-pop-to-buffer.
1826 * mail/rmailsum.el: Replace all pop-to-buffer calls with
1827 rmail-pop-to-buffer, to prevent horizontal splits.
1828
1829 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
1830 save-excursion with save-current-buffer.
1831 Widen before searching. (Bug#5093)
1832 (diary-list-sexp-entries): Remove superfluous save-excursion.
1833
1834 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
1835
1836 * woman.el (woman-make-bufname): Handle man-pages with "." in the
1837 name. (Bug#5038)
1838
1839 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
1840
1841 * ido.el (ido-file-internal): Handle filenames at point that do
1842 not have a directory part. (Bug#5049)
1843
1844 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
1845
1846 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
1847 (mpc-songs-jump-to, mpc-resume): Doc fixes.
1848
1849 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
1850
1851 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
1852 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
1853 any more.
1854
1855 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
1856
1857 * comint.el (comint-insert-input): Ignore clicks to the right of
1858 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
1859
1860 * vc.el (vc-print-log-internal): Don't wait for the process to
1861 terminate before setting up the major mode.
1862
1863 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
1864 in case.
1865
1866 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
1867 the last element.
1868
1869 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
1870
1871 2009-12-01 Glenn Morris <rgm@gnu.org>
1872
1873 * window.el (window--display-buffer-2): Fix previous changes.
1874
1875 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
1876
1877 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
1878
1879 2009-12-01 Glenn Morris <rgm@gnu.org>
1880
1881 * Makefile.in (ELCFILES): Add mpc.elc.
1882
1883 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
1884
1885 * mpc.el: New file.
1886
1887 2009-12-01 Glenn Morris <rgm@gnu.org>
1888
1889 * window.el (window-to-use): Define for compiler.
1890
1891 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
1892 consistent with others (no final period).
1893
1894 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
1895 (rmail-mime-show): Downcase the encoding. (Bug#5070)
1896
1897 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
1898
1899 Make vc-print-log buttons work.
1900 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
1901
1902 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
1903
1904 * savehist.el (savehist-autosave-interval): Allow setting to nil
1905 through customize. (Bug#5056)
1906
1907 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
1908
1909 Fix references to jit-lock properties.
1910 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1911 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
1912 (perl-font-lock-special-syntactic-constructs):
1913 Quote jit-lock-defer-multiline property.
1914
1915 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
1916
1917 * vc-git.el (vc-git-registered): Call vc-git-root only once.
1918
1919 2009-11-30 Juri Linkov <juri@jurta.org>
1920
1921 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
1922 value `buffer' of `multi-isearch-next-buffer-current-function'.
1923 Use `(current-buffer)' when `buffer' is nil.
1924 (multi-isearch-next-buffer-from-list): Don't fallback to
1925 `(current-buffer)' when `buffer' is nil. (Bug#4947)
1926
1927 2009-11-30 Juri Linkov <juri@jurta.org>
1928
1929 * misearch.el (multi-isearch-read-buffers): Move canonicalization
1930 of buffers with `get-buffer' to `multi-isearch-buffers'.
1931 (multi-isearch-buffers, multi-isearch-buffers-regexp):
1932 Canonicalize BUFFERS with `get-buffer'. Doc fix.
1933 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
1934 FILES with `expand-file-name' converting relative file names
1935 to absolute. Doc fix. (Bug#4727)
1936
1937 2009-11-30 Juri Linkov <juri@jurta.org>
1938
1939 * misearch.el (multi-isearch-read-buffers)
1940 (multi-isearch-read-matching-buffers): New functions.
1941 (multi-isearch-buffers, multi-isearch-buffers-regexp):
1942 Use them in the `interactive' spec. Doc fix.
1943 (multi-isearch-read-files, multi-isearch-read-matching-files):
1944 New functions.
1945 (multi-isearch-files, multi-isearch-files-regexp):
1946 Use them in the `interactive' spec. Doc fix. (Bug#4725)
1947
1948 2009-11-30 Juri Linkov <juri@jurta.org>
1949
1950 * doc-view.el (doc-view-continuous):
1951 Rename from `doc-view-continuous-mode'.
1952 (doc-view-menu): Move "Toggle display" to the top.
1953 Add submenu "Continuous" with radio buttons "Off"/"On"
1954 and "Save as Default".
1955 (doc-view-scroll-up-or-next-page)
1956 (doc-view-scroll-down-or-previous-page)
1957 (doc-view-next-line-or-next-page)
1958 (doc-view-previous-line-or-previous-page): Rename
1959 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
1960
1961 2009-11-30 Juri Linkov <juri@jurta.org>
1962
1963 * comint.el (comint-mode-map): Rebind `M-r' from
1964 `comint-previous-matching-input' to
1965 `comint-history-isearch-backward-regexp'.
1966 Unbind `M-s' to allow global key binding `M-s'.
1967 Add menu items for `comint-history-isearch-backward' and
1968 `comint-history-isearch-backward-regexp'. (Bug#3746)
1969
1970 2009-11-30 Juri Linkov <juri@jurta.org>
1971
1972 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
1973 For def=recenter, replace `recenter' with `recenter-top-bottom'
1974 that is called with `this-command' and `last-command' let-bound
1975 to `recenter-top-bottom'. When the last `def' was not `recenter',
1976 set `recenter-last-op' to nil. (Bug#4981)
1977
1978 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
1979
1980 Minor cleanup and simplification.
1981 * filecache.el (file-cache-add-directory)
1982 (file-cache-add-directory-recursively)
1983 (file-cache-add-from-file-cache-buffer)
1984 (file-cache-delete-file-regexp, file-cache-delete-directory)
1985 (file-cache-files-matching-internal, file-cache-display): Use dolist.
1986 (file-cache-temp-minibuffer-message): Delete function.
1987 (file-cache-minibuffer-complete): Use minibuffer-message instead.
1988
1989 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
1990 Don't signal an error when bumping into EOB in tr, s, or y.
1991
1992 2009-11-29 Juri Linkov <juri@jurta.org>
1993
1994 * startup.el (fancy-about-text): Fix wording of Guided Tour.
1995 (Bug#4960)
1996
1997 * descr-text.el (describe-char-unidata-list): Use lowercase name
1998 for "Unicode name" like in other tags.
1999
2000 2009-11-29 Juri Linkov <juri@jurta.org>
2001
2002 * ediff-util.el (ediff-minibuffer-with-setup-hook):
2003 New compatibility macro.
2004 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
2005
2006 2009-11-29 Juri Linkov <juri@jurta.org>
2007
2008 Add defcustom to define the cycling order of `recenter-top-bottom'.
2009 (Bug#4981)
2010
2011 * window.el (recenter-last-op): Doc fix.
2012 (recenter-positions): New defcustom.
2013 (recenter-top-bottom): Rewrite to use `recenter-positions'.
2014 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
2015
2016 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
2017
2018 Improve integration of Tramp and ange-ftp in eshell.
2019
2020 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
2021 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
2022 (eshell/sudo): Flatten args. Let-bind `default-directory'.
2023
2024 * eshell/esh-util.el (top): Require also Tramp when compiling.
2025 (eshell-directory-files-and-attributes): Check for FTP remote
2026 connection.
2027 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
2028 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
2029 (eshell-file-attributes): Handle ".". Return `entry'.
2030
2031 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
2032 (ange-ftp-directory-files-and-attributes)
2033 (ange-ftp-real-directory-files-and-attributes): New defuns.
2034
2035 * net/tramp.el (tramp-maybe-open-connection): Open the remote
2036 shell with "exec" when possible. This prevents trailing prompts
2037 in `start-file-process'.
2038
2039 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2040
2041 Try and remove assumptions about point-min==1.
2042 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
2043 (rng-compute-mode-line-string): Show the validation percentage in
2044 terms of the narrowed text, not the widened text.
2045 (rng-do-some-validation): Don't catch internal errors when debugging.
2046 (rng-first-error): Simplify.
2047 (rng-after-change-function): Remove work around. AFAIK the bug has
2048 been fixed a while ago.
2049
2050 * image-mode.el (image-minor-mode): Exit more gracefully when the image
2051 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
2052
2053 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
2054
2055 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
2056 `cd' doesn't always do it for us (bug#5067).
2057
2058 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
2059 on 2009-10-25 as part of some other change (bug#5067).
2060
2061 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2062
2063 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
2064 `suspicious'.
2065 (byte-compile-warnings): Use byte-compile-warning-types.
2066 (byte-compile-save-excursion): Warn about use of set-buffer right
2067 after save-excursion.
2068
2069 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
2070 the excursion as well.
2071
2072 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
2073
2074 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
2075 providing a Tramp related implementation of "su" and "sudo".
2076 (eshell-unix-initialize): Add "su" and "sudo".
2077
2078 2009-11-27 Daiki Ueno <ueno@unixuser.org>
2079
2080 * net/socks.el (socks-send-command): Convert binary request to
2081 unibyte before sending. This fixes mishandling of some port
2082 numbers such as 129.
2083
2084 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2085
2086 * help.el (describe-bindings-internal): Remove `interactive'.
2087
2088 * man.el (Man-completion-table): Trim a terminating "(".
2089 Remove the space between name page a section.
2090 Add the command's description on the `help-echo' property.
2091 Remove `process-connection-type' binding since it's unused by
2092 call-process.
2093 Provide completion for the "<section> <name>" format as well.
2094 (Man-default-man-entry): Remove spurious var shadowing the argument.
2095
2096 2009-11-26 Kevin Ryde <user42@zip.com.au>
2097
2098 * log-view.el: Add "Keywords: tools", since its other keywords
2099 aren't in finder-known-keywords, and following vc.el.
2100
2101 * sha1.el (sha1-string-external): default-directory "/" in case
2102 otherwise non-existent. process-connection-type pipe for touch of
2103 efficiency recommended by elisp manual. (An aside in Bug#3911.)
2104
2105 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2106
2107 Misc coding convention cleanups.
2108 * htmlfontify.el (hfy-init-kludge-hook): Rename from
2109 hfy-init-kludge-hooks.
2110 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
2111 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
2112 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
2113 and push.
2114 (hfy-slant, hfy-weight): Use tables rather than code.
2115 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
2116 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
2117 (hfy-face-attr-for-class): Initialize `face-spec' directly.
2118 (hfy-face-to-css): Remove `nconc' with single arg.
2119 (hfy-p-to-face-lennart): Use `or'.
2120 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
2121 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
2122 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
2123 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
2124 (hfy-force-fontification): Use run-hooks.
2125
2126 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
2127
2128 Various minor fixes.
2129 * htmlfontify.el (hfy-default-header): Add toggle_invis since
2130 Javascript belongs in the header, not the body.
2131 (hfy-javascript): Remove.
2132 (hfy-fontify-buffer): Don't insert it any more.
2133 (hfy-face-at): Handle (face0 face1 face2) style face properties.
2134 Fix bug in invis handling when there were no invis props in a chunk.
2135
2136 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2137
2138 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
2139
2140 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
2141
2142 * finder.el (finder-mode-map): Add a menu.
2143
2144 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
2145
2146 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
2147 "unsigned" structs.
2148
2149 (verilog-leap-to-head, verilog-backward-token): Handle "disable
2150 fork" statement better.
2151
2152 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
2153
2154 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
2155 (verilog-delete-auto, verilog-delete-empty-auto-pair)
2156 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
2157 Reported by Clay Douglass.
2158
2159 (verilog-auto-inst, verilog-auto-star-safe)
2160 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
2161 Fix removing "// Interfaces" when saving .* expansions. Reported by
2162 Pierre-David Pfister.
2163
2164 2009-11-26 Glenn Morris <rgm@gnu.org>
2165
2166 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
2167 the scope.
2168
2169 2009-11-25 Johan Bockgård <bojohan@gnu.org>
2170
2171 * vc-annotate.el (vc-annotate-revision-previous-to-line):
2172 Really use previous revision.
2173
2174 2009-11-25 Kevin Ryde <user42@zip.com.au>
2175
2176 * man.el (Man-completion-table): default-directory "/" in case
2177 doesn't otherwise exist. process-environment COLUMNS=999 so as
2178 not to truncate long names. process-connection-type pipe to avoid
2179 any chance of hitting the pseudo-tty TIOCGWINSZ.
2180 (man): completion-ignore-case t for friendliness and since man
2181 itself is case-insensitive on the command line.
2182 Further to Bug#3717.
2183
2184 * arc-mode.el: Add "Keywords: files", so the details in its
2185 commentary can be reached from finder-by-keyword.
2186 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
2187 editing mode, but it's comms related and sgml-mode.el has "comm"
2188 on that basis too.
2189 * textmodes/bibtex-style.el: Add "Keywords: tex".
2190 * international/isearch-x.el, international/ja-dic-cnv.el:
2191 * international/ja-dic-utl.el, international/kkc.el:
2192 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
2193
2194 2009-11-25 Juri Linkov <juri@jurta.org>
2195
2196 * man.el (Man-completion-table): Modify regexp to include
2197 section names to completion strings. (Bug#3717)
2198
2199 2009-11-25 Juri Linkov <juri@jurta.org>
2200
2201 Search recursively in gzipped files. (Bug#4982)
2202
2203 * progmodes/grep.el (grep-highlight-matches): Add new options
2204 `always' and `auto'. Doc fix.
2205 (grep-process-setup): Check `grep-highlight-matches' for
2206 `auto-detect' to determine the need to compute grep defaults.
2207 Move Windows/DOS specific --colors settings handling
2208 to `grep-compute-defaults'. Check `grep-highlight-matches'
2209 to get the value of "--color=".
2210 (grep-compute-defaults): Compute `grep-highlight-matches' when it
2211 has the value `auto-detect'. Move Windows/DOS specific settings
2212 from `grep-process-setup'.
2213 (zrgrep): New command with alias `rzgrep'.
2214
2215 2009-11-25 Juri Linkov <juri@jurta.org>
2216
2217 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
2218 to nil instead of switching off view-mode. (Bug#4896)
2219
2220 2009-11-25 Juri Linkov <juri@jurta.org>
2221
2222 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
2223
2224 * mwheel.el (mwheel-scroll-up-function)
2225 (mwheel-scroll-down-function): New defvars.
2226 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
2227 `scroll-up', and `mwheel-scroll-down-function' instead of
2228 `scroll-down'.
2229
2230 * doc-view.el (doc-view-scroll-up-or-next-page)
2231 (doc-view-scroll-down-or-previous-page): Add optional ARG.
2232 Use this ARG in the call to image-scroll-up/image-scroll-down.
2233 Change `interactive' spec to "P". Goto next/previous page only
2234 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
2235 SPC/DEL case). Doc fix.
2236 (doc-view-next-line-or-next-page)
2237 (doc-view-previous-line-or-previous-page): Rename arg to ARG
2238 for consistency.
2239 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
2240 `doc-view-scroll-up-or-next-page', and buffer-local
2241 `mwheel-scroll-down-function' to
2242 `doc-view-scroll-down-or-previous-page'.
2243
2244 2009-11-25 Juri Linkov <juri@jurta.org>
2245
2246 Provide additional default values (directories at other Dired
2247 windows) via M-n in the minibuffer of some Dired commands.
2248
2249 * dired-aux.el (dired-diff, dired-compare-directories)
2250 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
2251 `minibuffer-default' in `minibuffer-with-setup-hook'.
2252 (dired-dwim-target-directory): Find a window that displays Dired
2253 buffer instead of failing when the next window is not Dired.
2254 Use `get-window-with-predicate' to find for the next Dired window.
2255 (dired-dwim-target-defaults): New function.
2256
2257 * ediff-util.el (ediff-read-file-name):
2258 Use `dired-dwim-target-defaults' to set `minibuffer-default'
2259 in `minibuffer-with-setup-hook'.
2260
2261 2009-11-25 Juri Linkov <juri@jurta.org>
2262
2263 Provide additional default values (file name at point or at the
2264 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
2265
2266 * minibuffer.el (read-file-name-defaults): New function.
2267 (read-file-name): Reset `minibuffer-default' to nil when
2268 it duplicates initial input `insdef'.
2269 Bind `minibuffer-default-add-function' to lambda that
2270 calls `read-file-name-defaults' in `minibuffer-selected-window'.
2271 (minibuffer-insert-file-name-at-point): New command.
2272
2273 * files.el (file-name-at-point-functions): New defcustom.
2274 (find-file-default): Remove defvar.
2275 (find-file-read-args): Don't use `find-file-default'.
2276 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
2277 to `read-file-name'.
2278 (find-file-literally): Use `read-file-name' with
2279 `confirm-nonexistent-file-or-buffer'.
2280
2281 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
2282
2283 * dired.el (dired-read-dir-and-switches):
2284 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
2285 to `read-file-name'.
2286 (dired-file-name-at-point): New function.
2287 (dired-mode): Add hook `dired-file-name-at-point' to
2288 `file-name-at-point-functions'.
2289
2290 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2291
2292 Really make the *Completions* window soft-dedicated (bug#5030).
2293 * window.el (window--display-buffer-2): Add `dedicated' argument.
2294 (display-buffer): Pass it when needed so the dedicated flag is set
2295 after calling set-window-buffer, which would otherwise reset it.
2296
2297 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2298
2299 * progmodes/meta-mode.el (meta-complete-symbol):
2300 * progmodes/etags.el (complete-tag):
2301 * mail/mailabbrev.el (mail-abbrev-complete-alias):
2302 Use completion-in-region.
2303
2304 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
2305 (dabbrev-completion): Use completion-in-region.
2306 (dabbrev--abbrev-at-point): Simplify regexp.
2307
2308 * abbrev.el (abbrev--before-point): Use word-motion functions
2309 if :regexp is not specified (bug#5031).
2310
2311 * subr.el (string-prefix-p): New function.
2312
2313 * man.el (Man-completion-cache): New var.
2314 (Man-completion-table): Use it.
2315
2316 * vc.el (vc-print-log-internal): Make `limit' optional for better
2317 compatibility (e.g. with vc-annotate.el).
2318
2319 2009-11-24 Kevin Ryde <user42@zip.com.au>
2320
2321 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
2322 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
2323
2324 * emacs-lisp/elint.el (elint-add-required-env): Better error message
2325 when .el source file not found or other error.
2326
2327 2009-11-24 Markus Triska <markus.triska@gmx.at>
2328
2329 * linum.el (linum-update-window): Ignore intangible (bug#4996).
2330
2331 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2332
2333 Handle the [back] button properly (bug#4979).
2334 * descr-text.el (describe-text-properties): Add a `buffer' argument.
2335 Use help-setup-xref, help-buffer, and with-help-window.
2336 (describe-char): Add `buffer' argument.
2337 Pass proper command to help-setup-xref. Don't meddle with
2338 help-xref-stack-item directly.
2339 (describe-text-category): Use with-help-window and help-buffer.
2340
2341 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
2342 for the displayed buffer (bug#4887).
2343
2344 * man.el (Man-completion-table): New function.
2345 (man): Use it.
2346
2347 2009-11-24 David Reitter <david.reitter@gmail.com>
2348
2349 * vc-git.el (vc-git-registered): Use checkout directory (where
2350 .git is) rather than the file's directory and a relative path spec
2351 to work around a bug in git.
2352
2353 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
2354
2355 Improve handling of processes on remote hosts.
2356
2357 * eshell/esh-util.el (eshell-path-env): New defvar.
2358 (eshell-parse-colon-path): New defun.
2359 (eshell-file-attributes): Use `eshell-parse-colon-path'.
2360
2361 * eshell/esh-ext.el (eshell-search-path):
2362 Use `eshell-parse-colon-path'.
2363 (eshell-remote-command): Remove argument HANDLER.
2364 (eshell-external-command): Check for FTP remote connection.
2365
2366 * eshell/esh-proc.el (eshell-gather-process-output):
2367 Use `file-truename', in order to start also symlinked files.
2368 Apply `start-file-process' instead of `start-process'.
2369 Shorten `command' to the local file name part.
2370
2371 * eshell/em-cmpl.el (eshell-complete-commands-list):
2372 Use `eshell-parse-colon-path'.
2373
2374 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
2375
2376 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
2377 to `eshell-directory-change-hook'.
2378
2379 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
2380
2381 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
2382 because it could be enabled automatically if view-read-only is non-nil.
2383
2384 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
2385
2386 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
2387 made on 2009-11-22.
2388
2389 2009-11-24 Glenn Morris <rgm@gnu.org>
2390
2391 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
2392 deleted variable bookmark-bmenu-bookmark-column.
2393
2394 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
2395 Move after definition of global-semantic-idle-tag-highlight-mode.
2396
2397 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2398
2399 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
2400
2401 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
2402
2403 * net/browse-url.el (browse-url-filename-alist): On Windows, add
2404 two slashes to the "file:" prefix.
2405 (browse-url-file-url): De-munge Cygwin filenames before passing
2406 them to Windows browser.
2407 (browse-url-default-windows-browser): Use call-process.
2408
2409 2009-11-23 Juri Linkov <juri@jurta.org>
2410
2411 Implement DocView Continuous mode. (Bug#4896)
2412 * doc-view.el (doc-view-continuous-mode): New defcustom.
2413 (doc-view-mode-map): Bind C-n/<down> to
2414 `doc-view-next-line-or-next-page', C-p/<up> to
2415 `doc-view-previous-line-or-previous-page'.
2416 (doc-view-next-line-or-next-page)
2417 (doc-view-previous-line-or-previous-page): New commands.
2418
2419 2009-11-23 Juri Linkov <juri@jurta.org>
2420
2421 Implement Isearch in comint input history. (Bug#3746)
2422 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
2423 `isearch-mode-hook'.
2424 (comint-history-isearch): New defcustom.
2425 (comint-history-isearch-backward)
2426 (comint-history-isearch-backward-regexp): New commands.
2427 (comint-history-isearch-message-overlay): New buffer-local variable.
2428 (comint-history-isearch-setup, comint-history-isearch-end)
2429 (comint-goto-input, comint-history-isearch-search)
2430 (comint-history-isearch-message, comint-history-isearch-wrap)
2431 (comint-history-isearch-push-state)
2432 (comint-history-isearch-pop-state): New functions.
2433
2434 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
2435
2436 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
2437 return.
2438 (tramp-handle-make-symbolic-link)
2439 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
2440 Quote file names.
2441 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
2442 (tramp-handle-process-file): Use it.
2443
2444 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2445
2446 * window.el (move-to-window-line-last-op): Remove.
2447 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
2448
2449 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
2450
2451 Make M-r mirror the new cycling behavior of C-l.
2452 * window.el (move-to-window-line-last-op): New var.
2453 (move-to-window-line-top-bottom): New command.
2454 (global-map): Bind M-r move-to-window-line-top-bottom.
2455
2456 2009-11-23 Sven Joachim <svenjoac@gmx.de>
2457
2458 * dired-x.el (dired-guess-shell-alist-default):
2459 Support xz format. (Bug#4953)
2460
2461 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
2462
2463 * cedet/srecode/map.el (srecode-get-maps):
2464 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
2465 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
2466 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
2467 (semantic-toggle-decoration-style):
2468 * cedet/semantic/decorate/include.el
2469 (semantic-decoration-include-describe)
2470 (semantic-decoration-unknown-include-describe)
2471 (semantic-decoration-unparsed-include-describe)
2472 (semantic-decoration-all-include-summary):
2473 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
2474 * cedet/semantic/analyze/complete.el
2475 (semantic-analyze-possible-completions):
2476 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
2477 (semantic-show-unmatched-syntax-mode)
2478 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
2479 (semantic-highlight-func-mode):
2480 * cedet/semantic/util.el (semantic-describe-buffer):
2481 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
2482 (semantic-symref-find-tags-by-name)
2483 (semantic-symref-find-tags-by-regexp)
2484 (semantic-symref-find-tags-by-completion)
2485 (semantic-symref-find-file-references-by-name)
2486 (semantic-symref-find-text):
2487 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
2488 (senator-yank-tag):
2489 * cedet/semantic/scope.el (semantic-calculate-scope):
2490 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
2491 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
2492 (define-semantic-idle-service):
2493 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
2494 (semantic-complete-analyze-inline-idle):
2495 * cedet/semantic/analyze.el (semantic-analyze-current-context):
2496 * cedet/mode-local.el (describe-mode-local-bindings)
2497 (describe-mode-local-bindings-in-mode):
2498 * cedet/ede/make.el (ede-make-check-version):
2499 * cedet/ede/locate.el (ede-enable-locate-on-project):
2500 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
2501 (cedet-idutils-version-check):
2502 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
2503 (cedet-gnu-global-version-check):
2504 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
2505 (cedet-cscope-version-check): Use called-interactively-p instead
2506 of interactive-p.
2507
2508 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
2509 Use semantic-format-tag-prototype.
2510
2511 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
2512
2513 * emulation/viper-cmd.el: Use viper-last-command-char instead of
2514 last-command-char/last-command-event.
2515 (viper-prefix-arg-value): Do correct conversion of event-char for
2516 XEmacs.
2517
2518 * emulation/viper-util.el, emulation/viper.el:
2519 Use viper-last-command-char instead of
2520 last-command-char/last-command-event.
2521
2522 * ediff-init.el, ediff-mult.el, ediff-util.el:
2523 Replace last-command-char and last-command-event
2524 with (ediff-last-command-char) everywhere.
2525
2526 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
2527 created in fundamental mode.
2528
2529 * ediff.el (ediff-version): Revert the change of interactive-p to
2530 called-interactively-p.
2531
2532 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
2533
2534 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
2535 generation from word-movement command names.
2536
2537 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
2538
2539 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
2540 (semantic-complete-jump-local, semantic-complete-jump):
2541 Improve prompt string.
2542
2543 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
2544
2545 * cus-start.el (all): Add native condition for font-use-system-font.
2546
2547 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
2548
2549 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
2550 Correct the patch from 2009-11-18. (Bug#3910)
2551
2552 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
2553
2554 * progmodes/subword.el: Rename from lisp/subword.el.
2555
2556 * subword.el: Rename to progmodes/subword.el.
2557
2558 * Makefile.in (ELCFILES): Adapt to subword.el move.
2559
2560 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2561 Stefan Monnier <monnier@iro.umontreal.ca>
2562
2563 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
2564 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
2565 (bookmark-bmenu-show-filenames): Use push.
2566 (bookmark-bmenu-hide-filenames): Use local var instead of
2567 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
2568 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
2569 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
2570 filenames now that the bookmark names are always available.
2571
2572 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2573
2574 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
2575 (bookmark-search-pattern): Move and leave unbound.
2576 (bookmark-bmenu-mode-map): Change binding.
2577 (bookmark-read-search-input): Simplify.
2578 Don't use text-char-description. Don't error on non-char events.
2579 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
2580 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
2581 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
2582 Use a local var for the timer.
2583 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
2584 (i.e. bookmark-bmenu-search).
2585
2586 2009-11-21 Glenn Morris <rgm@gnu.org>
2587
2588 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
2589
2590 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
2591
2592 * net/browse-url.el (browse-url-default-windows-browser):
2593 Use cygstart for cygwin.
2594
2595 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
2596
2597 * bookmark.el: Formatting and doc fixes only:
2598 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
2599 (bookmark-bmenu-search): Wrap to fit within 80 columns.
2600 Minor grammar and punctuation fixes in doc string.
2601 (bookmark-read-search-input): Adjust to fit within 80 columns.
2602
2603 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
2604
2605 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
2606 (c-backward-into-nomenclature): Adapt to subword renaming.
2607
2608 * subword.el (subword-forward, subword-backward, subword-mark)
2609 (subword-kill, subword-backward-kill, subword-transpose)
2610 (subword-downcase, subword-upcase, subword-capitalize)
2611 (subword-forward-internal, subword-backward-internal):
2612 Rename from forward-subword, backward-subword, mark-subword,
2613 kill-subword, backward-kill-subword, transpose-subwords,
2614 downcase-subword, upcase-subword, capitalize-subword,
2615 forward-subword-internal, backward-subword-internal.
2616
2617 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2618
2619 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
2620 New options.
2621 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
2622 New vars.
2623 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
2624 (bookmark-bmenu-filter-alist-by-regexp)
2625 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
2626 (bookmark-bmenu-search): New command.
2627 (bookmark-bmenu-mode-map): Bind it.
2628
2629 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
2630
2631 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
2632
2633 * cedet/semantic/idle.el (define-semantic-idle-service)
2634 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
2635
2636 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
2637
2638 * progmodes/cc-cmds.el: declare-functioned forward-subword and
2639 backward-subword to quit the byte-compiler.
2640
2641 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
2642
2643 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
2644
2645 * progmodes/cc-cmds.el (c-update-modeline)
2646 (c-forward-into-nomenclature, c-backward-into-nomenclature):
2647 Refer to subword.el functions instead of cc-subword.el.
2648
2649 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
2650 subword.el functions instead of cc-subword.el.
2651
2652 * progmodes/cc-subword.el: Rename to subword.el.
2653 * subword.el: Rename from progmodes/cc-subword.el.
2654 (subword-mode-map): Rename from c-subword-mode-map.
2655 (subword-mode): Rename from c-subword-mode.
2656 (global-subword-mode): New global minor mode.
2657 (forward-subword): Rename from c-forward-subword.
2658 (backward-subword): Rename from c-backward-subword.
2659 (mark-subword): Rename from c-mark-subword.
2660 (kill-subword): Rename from c-kill-subword.
2661 (backward-kill-subword): Rename from c-backward-kill-subword.
2662 (transpose-subwords): Rename from c-tranpose-subword.
2663 (downcase-subword): Rename from c-downcase-subword.
2664 (capitalize-subword): Rename from c-capitalize-subword.
2665 (forward-subword-internal): Rename from c-forward-subword-internal.
2666 (backward-subword-internal): Rename from c-backward-subword-internal.
2667
2668 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
2669
2670 * vc.el (vc-deduce-fileset): Allow non-state changing operations
2671 from a dired buffer.
2672 (vc-dired-deduce-fileset): New function.
2673 (vc-root-diff, vc-print-root-log): Use it.
2674
2675 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
2676 nil LIMIT argument to vc-print-log-internal.
2677
2678 2009-11-20 Glenn Morris <rgm@gnu.org>
2679
2680 * Makefile.in (ELCFILES): Regenerate.
2681
2682 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
2683
2684 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
2685
2686 * cedet/semantic.el: Enable idle-mode menu items only if
2687 global-semantic-idle-scheduler-mode is enabled.
2688 (semantic-default-submodes): Doc fix.
2689
2690 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
2691 When turning off, disable other idle modes.
2692
2693 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
2694
2695 * calc/calc.el (calc-set-mode-line):
2696 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
2697 (math-format-number): Rename `math-format-complement-signed' to
2698 `math-format-twos-complement'.
2699
2700 * calc/calc-bin.el (math-format-twos-complement): Rename from
2701 math-format-complement-signed.
2702 (calc-radix): Rename `calc-complement-signed-mode' to
2703 `calc-twos-complement-mode'.
2704 (calc-octal-radix, calc-hex-radix): Add an argument for
2705 two's complement.
2706
2707 * calc/calc-embed.el (calc-embedded-mode-vars):
2708 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
2709
2710 * calc/calc-ext.el (calc-init-extensions):
2711 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
2712 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
2713
2714 * calc/calc-units.el (math-build-units-table-buffer):
2715 Let `calc-twos-complement-mode' be nil.
2716
2717 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
2718 entries.
2719
2720 * calc/calc-vec.el (calcFunc-vunpack):
2721 * calc/calc-aent.el (calc-do-calc-eval):
2722 * calc/calc-forms.el (math-format-date):
2723 * calc/calc-graph.el (calc-graph-plot):
2724 * calc/calc-math.el (math-use-emacs-fn):
2725 * calc/calccomp.el (math-compose-expr):
2726 Let `calc-twos-complement-mode' be nil.
2727
2728 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2729
2730 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
2731 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
2732 * minibuffer.el (completion-in-region-functions): New hook.
2733 (completion-in-region): New function.
2734 * emacs-lisp/lisp.el (lisp-complete-symbol):
2735 * pcomplete.el (pcomplete-std-complete): Use it.
2736
2737 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2738
2739 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
2740 (latex-complete-alist): New vars.
2741 (latex-string-prefix-p, latex-complete-bibtex-keys)
2742 (latex-complete-envnames, latex-complete-refkeys)
2743 (latex-complete-data): New functions.
2744 (latex-complete, latex-indent-or-complete): New commands.
2745
2746 * window.el (display-buffer-mark-dedicated): New var.
2747 (display-buffer): Obey it.
2748 * minibuffer.el (minibuffer-completion-help): Use it.
2749
2750 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
2751
2752 * filecache.el (file-cache-add-file): Use push and cons.
2753 (file-cache-delete-file-regexp): Use push.
2754 (file-cache-complete): Use completion-in-region.
2755
2756 * simple.el (with-wrapper-hook): Fix thinko.
2757
2758 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
2759 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
2760 Use with-current-buffer and string-to-number.
2761 (hfy-fallback-colour-values): Use assoc-string.
2762 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
2763 (hfy-face-at): Remove unused var `found-face'.
2764 (hfy-compile-stylesheet): Remove unused var `css'.
2765 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
2766 and `orig-buffer'.
2767 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
2768 Use with-current-buffer.
2769 (hfy-text-p): Use expand-file-name and fewer setq.
2770
2771 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
2772
2773 * htmlfontify.el, hfy-cmap.el: New files.
2774
2775 2009-11-19 Juri Linkov <juri@jurta.org>
2776
2777 * minibuffer.el (completions-format): New defcustom.
2778 (completion--insert-strings): Implement vertical format.
2779
2780 * simple.el (switch-to-completions): Move point to the first
2781 completion when point was at the beginning of the buffer.
2782
2783 2009-11-19 Juri Linkov <juri@jurta.org>
2784
2785 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
2786
2787 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
2788
2789 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
2790
2791 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
2792 (mail-signature): Change default to t.
2793 (mail-from-style): Deprecate `system-default' value.
2794 (mail-insert-from-field): For default value of mail-from-style,
2795 default to `angles' unless `angles' needs quoting and `parens'
2796 does not.
2797 (mail-citation-prefix-regexp): Use citation regexp from
2798 message-mode.
2799
2800 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
2801
2802 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
2803 Set variables for computing the prompt for reading password.
2804
2805 2009-11-19 Glenn Morris <rgm@gnu.org>
2806
2807 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
2808
2809 * textmodes/flyspell.el (sgml-lexical-context): Declare.
2810
2811 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
2812 (newsticker-treeview-listwindow-height): Fix custom type.
2813
2814 2009-11-19 Kenichi Handa <handa@m17n.org>
2815
2816 * descr-text.el (describe-char-padded-string): Compose with TAB
2817 only if there's a font for CH.
2818 (describe-char): Fix the condition for detecting a trivial composition.
2819
2820 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
2821
2822 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
2823 more accurate version of the regexp. (Bug#3910)
2824
2825 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
2826
2827 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
2828
2829 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
2830
2831 * font-setting.el (font-use-system-font): Declare for byte-compiler.
2832 (font-setting-change-default-font): Fix typo in docstring.
2833
2834 2009-11-18 Alan Mackenzie <acm@muc.de>
2835
2836 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
2837
2838 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
2839
2840 * font-setting.el (font-use-system-font): Move ...
2841
2842 * cus-start.el (all): ... to here.
2843
2844 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
2845
2846 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
2847 Don't set `ad-return-value' if `ad-do-it' doesn't.
2848
2849 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
2850 modification time.
2851
2852 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
2853
2854 * menu-bar.el: Put "Use system font" in Option-menu.
2855 (menu-bar-options-save): Add font-use-system-font.
2856
2857 * loadup.el: If feature system-font-setting or font-render-setting is
2858 there, load font-setting.
2859
2860 * Makefile.in (ELCFILES): Add font-settings.el.
2861 * font-setting.el: New file.
2862
2863 2009-11-17 Glenn Morris <rgm@gnu.org>
2864
2865 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
2866
2867 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
2868 Preserve point in the list buffer. (Bug#4939)
2869 Use point-at-eol.
2870 (newsticker--treeview-list-update-highlight)
2871 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
2872
2873 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
2874
2875 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
2876 Remove.
2877
2878 * calc/calc-ext.el (calc-init-extensions): Remove references to
2879 symclip.
2880
2881 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
2882
2883 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
2884 * calc/calc-help.el (calc-b-prefix-help): Remove references to
2885 `calc-symclip'.
2886
2887 2009-11-16 Kevin Ryde <user42@zip.com.au>
2888
2889 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
2890 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
2891
2892 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
2893 (lm-keywords-list): Allow comma-only separator like "foo,bar".
2894 Ignore trailing spaces by omit-nulls to split-string (fixing
2895 regression from Emacs 21 due to the incompatible split-string
2896 change). (Bug #4928.)
2897
2898 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
2899
2900 * vc.el (vc-log-show-limit): Default to 2000.
2901 (vc-print-log-internal): Insert buttons to request more entries
2902 when limiting the output.
2903
2904 * vc-sccs.el (vc-sccs-print-log):
2905 * vc-rcs.el (vc-rcs-print-log):
2906 * vc-cvs.el (vc-cvs-print-log):
2907 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
2908 LIMIT is non-nil.
2909
2910 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
2911
2912 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
2913 error when `tramp-gvfs-dbus-event-vector' is set.
2914 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
2915
2916 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2917
2918 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
2919
2920 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
2921
2922 * net/dbus.el (dbus-unregister-service): New defun.
2923 (dbus-register-property): Register the handlers of
2924 "org.freedesktop.DBus.Properties" for SERVICE.
2925 (dbus-property-handler): Fix docstring.
2926
2927 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2928
2929 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
2930 Quote doc string reference in defvaralias as it is not in special form.
2931 (byte-compile-output-docform): Doc fix.
2932
2933 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
2934
2935 * calc/calc.el (math-2-word-size, math-half-2-word-size)
2936 (calc-complement-signed-mode): New variables.
2937 (calc-set-mode-line): Add indicator for twos-complements.
2938 (math-format-number): Format twos-complement notation.
2939
2940 * calc/calc-bin.el (calc-word-size): Reset the variables
2941 `math-2-word-size' and `math-half-2-word-size'.
2942 (math-format-complement-signed, math-symclip, calcFunc-symclip)
2943 (calc-symclip): New functions.
2944
2945 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
2946
2947 * calc/calc-embed.el (calc-embedded-mode-vars):
2948 Add `calc-complement-signed-mode' to the list of modes.
2949
2950 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
2951 (calc-b-oper-keys): Add `calc-symclip' to list.
2952
2953 * calc/calc-ext.el (math-read-number-fancy): Read complement
2954 signed numbers.
2955 (calc-init-extensions): Add binding for `calc-symclip'.
2956 Add autoload for `calcFunc-symclip' and `calc-symclip'.
2957
2958 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
2959 `calc-symclip'.
2960 (calc-modes-menu): Add item for twos complement mode.
2961
2962 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
2963
2964 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
2965
2966 * register.el (jump-to-register, insert-register): Handle Semantic
2967 tags. From commented-out advice in semantic/senator.el.
2968
2969 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
2970
2971 * vc.el (vc-log-show-limit): New variable.
2972 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
2973 when using a prefix argument.
2974 (vc-print-log-internal): Add new argument LIMIT.
2975
2976 * vc-svn.el (vc-svn-print-log):
2977 * vc-mtn.el (vc-mtn-print-log):
2978 * vc-hg.el (vc-hg-print-log):
2979 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
2980 pass it to the log command when set. Make the BUFFER argument
2981 non-optional.
2982
2983 * vc-sccs.el (vc-sccs-print-log):
2984 * vc-rcs.el (vc-rcs-print-log):
2985 * vc-git.el (vc-git-print-log):
2986 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
2987 ignore it. Make the BUFFER argument non-optional
2988
2989 * bindings.el (mode-line-buffer-identification): Do not purecopy.
2990
2991 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
2992
2993 * dired.el (dired-mode-map): Move encryption items to "Operate"
2994 menu (Bug#4703).
2995
2996 * strokes.el (strokes-update-window-configuration): Make strokes
2997 buffer current before erasing (Bug#4906).
2998
2999 * cedet/semantic/idle.el (semantic-idle-summary-mode)
3000 (semantic-idle-summary-mode): Define using define-minor-mode
3001 instead of define-semantic-idle-service.
3002 (semantic-idle-summary-mode): New function.
3003 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
3004 that mouse motion does not reset the echo area.
3005
3006 2009-11-15 Juri Linkov <juri@jurta.org>
3007
3008 * simple.el (set-mark-default-inactive): Add :type, :group
3009 and :version. (Bug#4876)
3010
3011 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
3012
3013 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
3014 (archive-unique-fname): ... here. (Bug#4929)
3015
3016 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3017
3018 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
3019 with a real fix.
3020
3021 * novice.el (disabled-command-function): Add useful args.
3022 Setup the help buffer so that [back] works.
3023 Remove redundant call to help-mode.
3024 (disabled-command-function): Use `case'.
3025 (en/disable-command): New function extracted from enable-command.
3026 (enable-command, disable-command): Use it.
3027
3028 2009-11-14 Glenn Morris <rgm@gnu.org>
3029
3030 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
3031 constants. (Bug#4913)
3032
3033 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
3034
3035 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
3036
3037 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
3038 defined in C that have no doc-strings. (Bug#1063)
3039
3040 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
3041
3042 * cus-edit.el (data, files):
3043 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
3044
3045 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
3046
3047 * simple.el (shell-command): Doc fix (Bug#4891).
3048
3049 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
3050
3051 2009-11-14 Glenn Morris <rgm@gnu.org>
3052
3053 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
3054 statements for vc-diff, emerge-quit, and rmail-cease-edit.
3055 If they are already loaded, eval-after-load will do the right thing.
3056
3057 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
3058 compiling.
3059
3060 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
3061
3062 * simple.el (x-selection-owner-p): Declare.
3063 (read-mail-command): Use custom radio type rather than choice.
3064 (completion-no-auto-exit): Doc fix.
3065
3066 * custom.el (defgroup):
3067 * epg-config.el (epg): Doc fixes.
3068
3069 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
3070
3071 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
3072 * international/ccl.el (define-ccl-program): Do not purecopy the
3073 docstring, defconst does it anyway.
3074
3075 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3076
3077 * add-log.el (add-change-log-entry): Avoid displaying the changelog
3078 a second time.
3079
3080 * x-dnd.el (x-dnd-maybe-call-test-function):
3081 * window.el (split-window-vertically):
3082 * whitespace.el (whitespace-help-on):
3083 * vc-rcs.el (vc-rcs-consult-headers):
3084 * userlock.el (ask-user-about-lock-help)
3085 (ask-user-about-supersession-help):
3086 * type-break.el (type-break-force-mode-line-update):
3087 * time-stamp.el (time-stamp-conv-warn):
3088 * terminal.el (te-set-output-log, te-more-break, te-filter)
3089 (te-sentinel, terminal-emulator):
3090 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
3091 (term-write-input-ring, term-check-source, term-start-output-log):
3092 (term-display-buffer-line, term-dynamic-list-completions):
3093 (term-ansi-make-term, serial-term):
3094 * subr.el (selective-display):
3095 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
3096 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
3097 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
3098 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
3099 (speedbar-remove-localized-speedbar-support)
3100 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
3101 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
3102 (speedbar-buffers-line-directory):
3103 * simple.el (shell-command-on-region, append-to-buffer)
3104 (prepend-to-buffer):
3105 * shadowfile.el (shadow-save-todo-file):
3106 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
3107 (scroll-bar-maybe-set-window-start):
3108 * sb-image.el (speedbar-image-dump):
3109 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
3110 (load-save-place-alist-from-file):
3111 * ps-samp.el (ps-print-message-from-summary):
3112 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
3113 (ps-background-image, ps-begin-job, ps-do-despool):
3114 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
3115 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
3116 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
3117 (pr-call-process, pr-file-list, pr-interface-save):
3118 * novice.el (disabled-command-function)
3119 (enable-command, disable-command):
3120 * mouse.el (mouse-buffer-menu-alist):
3121 * mouse-copy.el (mouse-kill-preserving-secondary):
3122 * macros.el (kbd-macro-query):
3123 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
3124 * informat.el (batch-info-validate):
3125 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
3126 * hippie-exp.el (try-expand-dabbrev-visible):
3127 * help-mode.el (help-make-xrefs):
3128 * help-fns.el (describe-variable):
3129 * generic-x.el (bat-generic-mode-run-as-comint):
3130 * finder.el (finder-mouse-select):
3131 * find-dired.el (find-dired-sentinel):
3132 * filesets.el (filesets-file-close):
3133 * files.el (list-directory):
3134 * faces.el (list-faces-display, describe-face):
3135 * facemenu.el (list-colors-display):
3136 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
3137 * epg.el (epg--process-filter, epg-cancel):
3138 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
3139 (epa--read-signature-type):
3140 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
3141 (emerge-file-names):
3142 * ehelp.el (electric-helpify):
3143 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
3144 * ediff-vers.el (rcs-ediff-view-revision):
3145 * ediff-util.el (ediff-setup):
3146 * ediff-mult.el (ediff-append-custom-diff):
3147 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
3148 (ediff-wordify):
3149 * echistory.el (Electric-command-history-redo-expression):
3150 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3151 * disp-table.el (describe-display-table):
3152 * dired.el (dired-find-buffer-nocreate):
3153 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
3154 * dabbrev.el (dabbrev--same-major-mode-p):
3155 * chistory.el (list-command-history):
3156 * apropos.el (apropos-documentation):
3157 * allout.el (allout-obtain-passphrase):
3158 (allout-copy-exposed-to-buffer):
3159 (allout-verify-passphrase): Use with-current-buffer.
3160
3161 2009-11-13 Glenn Morris <rgm@gnu.org>
3162
3163 * Makefile.in (ELCFILES): Regenerate.
3164
3165 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
3166
3167 * net/dbus.el (dbus-registered-objects-table): Rename from
3168 `dbus-registered-functions-table', because it contains also properties.
3169 (dbus-unregister-object): Unregister also properties.
3170 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3171 Use a timeout of 500 msec, in order to not block.
3172 (dbus-register-property, dbus-property-handler): New defuns.
3173
3174 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3175
3176 * simple.el (minibuffer-default-add-completions): Drop deprecated
3177 4th arg.
3178
3179 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
3180
3181 * textmodes/artist.el (artist-mouse-choose-operation):
3182 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
3183 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
3184 (artist-compute-up-event-key): New function.
3185 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
3186
3187 2009-11-13 Kenichi Handa <handa@m17n.org>
3188
3189 * language/japan-util.el: Make sure that the value of jisx0208
3190 property is jisx0208 character.
3191
3192 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
3193
3194 * international/mule.el (auto-coding-regexp-alist): Only purecopy
3195 car or each item, not the whole list.
3196
3197 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3198
3199 * minibuffer.el (minibuffer-completion-help):
3200 Use minibuffer-hide-completions.
3201
3202 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
3203
3204 * dired.el (dired-save-positions, dired-restore-positions): New funs.
3205 (dired-revert): Use them (bug#4880).
3206
3207 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3208
3209 * tooltip.el (tooltip-frame-parameters): Undo previous change.
3210
3211 2009-11-12 Juri Linkov <juri@jurta.org>
3212
3213 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
3214 New functions.
3215 (find-file-literally-at-point): Alias of `ffap-literally'.
3216
3217 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3218
3219 * textmodes/ispell.el (ispell-skip-region-alist):
3220 * textmodes/css-mode.el (auto-mode-alist):
3221 * progmodes/compile.el (auto-mode-alist):
3222 * international/mule.el (ctext-non-standard-encodings-alist)
3223 (ctext-non-standard-encodings-regexp):
3224 * simple.el (shell-command-switch, text-read-only):
3225 * replace.el (occur-mode-map):
3226 * paths.el (rmail-file-name):
3227 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
3228 * find-file.el (ff-special-constructs):
3229 * files.el (file-name-handler-alist):
3230 * composite.el: Purecopy strings.
3231
3232 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
3233
3234 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3235
3236 * widget.el (define-widget): Purecopy the docstring.
3237 * international/mule-cmds.el (charset): Do not purecopy the
3238 docstring here, define-widget does it.
3239
3240 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3241 * textmodes/bibtex-style.el (auto-mode-alist):
3242 * progmodes/inf-lisp.el (inferior-lisp-prompt):
3243 * progmodes/compile.el (compile-command):
3244 * language/korea-util.el (default-korean-keyboard):
3245 * international/mule-conf.el (file-coding-system-alist):
3246 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
3247 * tooltip.el (tooltip-frame-parameters):
3248 * newcomment.el (comment-end, comment-padding):
3249 * dired.el (dired-trivial-filenames):
3250 * comint.el (comint-file-name-prefix): Purecopy initial values.
3251
3252 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
3253
3254 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
3255 (tramp-advice-minibuffer-electric-tilde): Unload advices via
3256 `tramp-unload'.
3257 (tramp-advice-make-auto-save-file-name)
3258 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
3259 after removing the advice.
3260
3261 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3262
3263 * progmodes/grep.el (grep-regexp-alist):
3264 * international/mule-cmds.el (iso-2022-control-alist):
3265 * emacs-lisp/timer.el (timer-duration-words):
3266 * subr.el (version-separator, version-regexp-alist):
3267 * minibuffer.el (completion-styles-alist):
3268 * faces.el (face-attribute-name-alist, list-faces-sample-text):
3269 Change defvars to defconsts.
3270
3271 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
3272 * loadup.el ("international/mule-conf"): Load the byte compiled version.
3273 * international/mule-conf.el: Allow to be byte compiled.
3274
3275 * international/mule.el (define-charset): Purecopy props.
3276 (load-with-code-conversion): Purecopy doc string and file name.
3277 (put-charset-property): Purecopy strings.
3278 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
3279
3280 * international/mule-cmds.el (register-input-method): Purecopy arguments.
3281 (define-char-code-property): Correctly purecopy the table.
3282
3283 * international/ccl.el (define-ccl-program): Purecopy the docstring.
3284
3285 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
3286
3287 * subr.el (add-hook): Purecopy strings.
3288 (eval-after-load): Purecopy load-history-regexp and the form.
3289
3290 * custom.el (custom-declare-group): Purecopy load-file-name.
3291
3292 * subr.el (menu-bar-separator): New defconst.
3293 * net/eudc.el (eudc-tools-menu):
3294 * international/mule-cmds.el (set-coding-system-map)
3295 (mule-menu-keymap):
3296 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3297 * vc-hooks.el (vc-menu-map):
3298 * replace.el (occur-mode-map):
3299 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
3300 (menu-bar-edit-menu, menu-bar-goto-menu)
3301 (menu-bar-custom-menu, menu-bar-showhide-menu)
3302 (menu-bar-options-menu, menu-bar-tools-menu)
3303 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
3304 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
3305 (menu-bar-help-menu):
3306 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
3307 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
3308
3309 * term/x-win.el (x-gtk-stock-map):
3310 * progmodes/vera-mode.el (auto-mode-alist):
3311 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
3312 (inferior-lisp-program, inferior-lisp-load-command):
3313 * progmodes/hideshow.el (hs-special-modes-alist):
3314 * progmodes/gud.el (same-window-regexps):
3315 * progmodes/grep.el (grep-program, find-program, xargs-program):
3316 * net/telnet.el (same-window-regexps):
3317 * net/rlogin.el (same-window-regexps):
3318 * language/ethiopic.el (font-ccl-encoder-alist):
3319 * vc-sccs.el (vc-sccs-master-templates):
3320 * vc-rcs.el (vc-rcs-master-templates):
3321 * subr.el (cl-assertion-failed):
3322 * simple.el (next-error-overlay-arrow-position):
3323 * lpr.el (lpr-command):
3324 * locate.el (locate-ls-subdir-switches):
3325 * info.el (same-window-regexps, info)
3326 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
3327 * image-mode.el (image-mode, auto-mode-alist):
3328 * hippie-exp.el (hippie-expand-ignore-buffers):
3329 * format.el (format-alist):
3330 * find-dired.el (find-ls-subdir-switches, find-grep-options)
3331 (find-name-arg):
3332 * facemenu.el (facemenu-keybindings):
3333 * dired.el (dired-listing-switches, dired-chown-program):
3334 * diff.el (diff-switches, diff-command):
3335 * cus-edit.el (same-window-regexps):
3336 * bindings.el (mode-line-mule-info)
3337 (mode-line-buffer-identification): Purecopy strings.
3338
3339 2009-11-11 Juri Linkov <juri@jurta.org>
3340
3341 * simple.el (dired-get-filename) <declare-function>:
3342 Tell the byte-compiler about dired-get-filename.
3343 (shell-command): In Dired mode, get filename from the current line
3344 as the default value.
3345
3346 2009-11-10 Glenn Morris <rgm@gnu.org>
3347
3348 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
3349 * calendar/holidays.el, progmodes/cperl-mode.el:
3350 Update x-popup-menu declarations.
3351
3352 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
3353 (list-load-path-shadows): Use dolist.
3354 (list-load-path-shadows): Use with-current-buffer.
3355
3356 2009-11-10 Juri Linkov <juri@jurta.org>
3357
3358 * minibuffer.el (read-file-name): Support a list of default values
3359 in `default-filename'. Use the first file name where only one
3360 element is required. Doc fix.
3361
3362 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
3363
3364 * net/dbus.el (dbus-unregister-object): Release service, if no
3365 other method is registered for it.
3366
3367 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
3368
3369 * bookmark.el (bookmark-completing-read): Sort bookmark names if
3370 bookmark-sort-flag is non-nil (Bug#4653).
3371
3372 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
3373
3374 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
3375 the progress reporter entirely.
3376
3377 * emulation/cua-base.el: Add CUA property to some CC mode commands
3378 (Bug#4100).
3379
3380 2009-11-08 Kevin Ryde <user42@zip.com.au>
3381
3382 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
3383 at end of sentence (Bug#4818).
3384
3385 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
3386
3387 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3388 Handle "see declaration of" MSFT statements (Bug#4100).
3389
3390 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
3391
3392 * net/tramp.el (tramp-advice-make-auto-save-file-name)
3393 (tramp-advice-file-expand-wildcards): Unload via
3394 `ad-remove-advice'.
3395
3396 * net/trampver.el: Update release number.
3397
3398 2009-11-08 Kevin Ryde <user42@zip.com.au>
3399
3400 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
3401 `ad-do-it'.
3402
3403 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
3404
3405 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
3406 in order to keep context in SELinux.
3407
3408 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
3409
3410 * dired-aux.el (dired-query): Place cursor in echo area and allow
3411 C-g.
3412
3413 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
3414 menu item if not on a directory (Bug#4701).
3415
3416 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
3417
3418 Sync with Tramp 2.1.17.
3419
3420 * net/tramp.el (tramp-handle-copy-directory): Don't use
3421 `file-remote-p' (due to compatibility).
3422
3423 * net/tramp-compat.el (tramp-compat-copy-directory)
3424 (tramp-compat-delete-directory): New defuns.
3425
3426 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
3427 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
3428 `tramp-compat-delete-directory'.
3429
3430 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
3431 (tramp-smb-handle-delete-directory): Use
3432 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
3433
3434 * net/trampver.el: Update release number.
3435
3436 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
3437
3438 * tar-mode.el (tar-copy): Call write-region on the right buffer
3439 (Bug#4857).
3440
3441 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
3442 by hand, if necessary (Bug#4878).
3443
3444 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
3445
3446 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
3447 align size column (Bug#4839).
3448
3449 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
3450 statement.
3451
3452 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
3453
3454 * progmodes/ld-script.el (auto-mode-alist):
3455 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
3456
3457 * cus-face.el (custom-declare-face): Purecopy face spec.
3458
3459 2009-11-06 Kenichi Handa <handa@m17n.org>
3460
3461 * international/uni-bidi.el: Re-generated.
3462 * international/uni-category.el: Re-generated.
3463 * international/uni-combining.el: Re-generated.
3464 * international/uni-mirrored.el: Re-generated.
3465
3466 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
3467
3468 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
3469 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
3470 (tex-start-options, slitex-run-command, latex-run-command)
3471 (tex-run-command, tex-directory):
3472 * textmodes/ispell.el (ispell-html-skip-alists)
3473 (ispell-tex-skip-alists, ispell-tex-skip-alists):
3474 * textmodes/fill.el (adaptive-fill-first-line-regexp):
3475 (adaptive-fill-regexp):
3476 * textmodes/dns-mode.el (auto-mode-alist):
3477 * progmodes/python.el (interpreter-mode-alist):
3478 * progmodes/etags.el (tags-compression-info-list):
3479 * progmodes/etags.el (tags-file-name):
3480 * net/browse-url.el (browse-url-galeon-program)
3481 (browse-url-firefox-program):
3482 * mail/sendmail.el (mail-signature-file)
3483 (mail-citation-prefix-regexp):
3484 * international/mule-conf.el (eight-bit):
3485 * international/latexenc.el (latex-inputenc-coding-alist):
3486 * international/fontset.el (x-pixel-size-width-font-regexp):
3487 * emacs-lisp/warnings.el (warning-type-format):
3488 * emacs-lisp/trace.el (trace-buffer):
3489 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
3490 (emacs-lisp-mode-map):
3491 * calendar/holidays.el (holiday-solar-holidays)
3492 (holiday-bahai-holidays, holiday-islamic-holidays)
3493 (holiday-christian-holidays, holiday-hebrew-holidays)
3494 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
3495 (hebrew-holidays-1, holiday-oriental-holidays)
3496 (holiday-general-holidays):
3497 * x-dnd.el (x-dnd-known-types):
3498 * tool-bar.el (tool-bar):
3499 * startup.el (site-run-file):
3500 * shell.el (shell-dumb-shell-regexp):
3501 * rfn-eshadow.el (file-name-shadow-tty-properties)
3502 (file-name-shadow-properties):
3503 * paths.el (remote-shell-program, news-directory):
3504 * mouse.el ([C-down-mouse-3]):
3505 * menu-bar.el (menu-bar-tools-menu):
3506 * jka-cmpr-hook.el (jka-compr-load-suffixes)
3507 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
3508 (jka-compr-compression-info-list):
3509 * isearch.el (search-whitespace-regexp):
3510 * image-file.el (image-file-name-extensions):
3511 * find-dired.el (find-ls-option):
3512 * files.el (directory-listing-before-filename-regexp)
3513 (directory-free-space-args, insert-directory-program)
3514 (list-directory-brief-switches, magic-fallback-mode-alist)
3515 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
3516 (automount-dir-prefix):
3517 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
3518 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
3519 (face-font-registry-alternatives, face-font-registry-alternatives)
3520 (face-font-family-alternatives):
3521 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
3522 (facemenu-foreground-menu, facemenu-face-menu):
3523 * epa-hook.el (epa-file-name-regexp):
3524 * dnd.el (dnd-protocol-alist):
3525 * textmodes/rst.el (auto-mode-alist):
3526 * button.el (default-button): Purecopy strings.
3527
3528 2009-11-06 Glenn Morris <rgm@gnu.org>
3529
3530 * Makefile.in (ELCFILES): Update.
3531
3532 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
3533
3534 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
3535 * emacs-lisp/levents.el: Move to obsolete/levents.el.
3536
3537 * nxml/xsd-regexp.el (xsdre-gen-categories):
3538 * nxml/xmltok.el (xmltok-parse-entity):
3539 * nxml/rng-parse.el (rng-parse-validate-file):
3540 * nxml/rng-maint.el (rng-format-manual)
3541 (rng-manual-output-force-new-line):
3542 * nxml/rng-loc.el (rng-save-schema-location-1):
3543 * nxml/rng-cmpct.el (rng-c-parse-file):
3544 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
3545 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
3546
3547 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
3548
3549 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
3550 Remove extra save-excursions and make-variable-buffer-local's.
3551 Suggested by Stefan Monnier.
3552
3553 (verilog-getopt-file, verilog-module-inside-filename-p)
3554 (verilog-set-define): Merge GNU 1.35 and repair changes from
3555 switching to using with-current-buffer.
3556
3557 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
3558 being treated as a number and confusing AUTORESET.
3559 Reported by Dan Dever.
3560
3561 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
3562 Add verilog-auto-ignore-concat to fix backward compatibility with
3563 older verilog-modes. Reported by Dan Katz.
3564
3565 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
3566 containing closing anchors "...$".
3567
3568 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
3569 Reported by Wade Smith.
3570
3571 (verilog-batch-execute-func) Comment on function usage.
3572
3573 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
3574
3575 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
3576 for labels.
3577
3578 (verilog-label-re, verilog-calc-1): Support proper indent of named
3579 asserts.
3580
3581 (verilog-backward-token, verilog-basic-complete-re)
3582 (verilog-beg-of-statement, verilog-indent-re): Support proper
3583 indent of the assert statement at the beginning of a block of text.
3584
3585 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
3586 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
3587 tokens as begins.
3588
3589 2009-11-05 Glenn Morris <rgm@gnu.org>
3590
3591 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
3592 Emacs 19. (Bug#1531)
3593 (byte-compile-fix-header): Update for the above change.
3594 Drop test for epoch::version.
3595
3596 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
3597 * cus-dep.el (custom-make-dependencies):
3598 * finder.el (finder-compile-keywords):
3599 Use autoload-rubric's feature argument.
3600
3601 * calendar/diary-lib.el (top-level): Make load behave more like require.
3602
3603 * vc-git.el (vc-git-stash-map): Move definition before use.
3604
3605 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
3606
3607 * custom.el (custom-declare-group): Purecopy standard-value.
3608 (custom-declare-group): Purecopy custom-prefix.
3609
3610 * international/mule.el (load-with-code-conversion):
3611 Call do-after-load-evaluation unconditionally.
3612
3613 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
3614
3615 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
3616
3617 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
3618
3619 2009-11-04 Glenn Morris <rgm@gnu.org>
3620
3621 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
3622 (byte-compile-compatibility): Remove option.
3623 (byte-compile-close-variables, byte-compile-fix-header)
3624 (byte-compile-insert-header, byte-compile-output-docform)
3625 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
3626 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
3627 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
3628 (byte-compile-insert, byte-compile-defun):
3629 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
3630 (byte-defop-compiler19): Remove.
3631 Without byte-compile-compatibility, the 'emacs19-opcode property is not
3632 used by anything. Replace all calls with byte-defop-compiler.
3633
3634 2009-11-04 Juri Linkov <juri@jurta.org>
3635
3636 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
3637 (menu-bar-options-menu): Don't quote the `prop' arg of
3638 `menu-bar-make-mm-toggle'.
3639
3640 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
3641
3642 * calendar/calendar.el (cal-loaddefs):
3643 * calendar/diary-lib.el (diary-loaddefs):
3644 * calendar/holidays.el (hol-loaddefs):
3645 * eshell/esh-module.el (esh-groups): Load rather than require.
3646
3647 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3648
3649 * calendar/todo-mode.el (todo-add-category): Don't hardcode
3650 point-min==1.
3651 (todo-top-priorities): Only display-buffer when called interactively.
3652 (todo-item-start): Don't save excursion point.
3653 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
3654 (todo-insert-item-here, todo-file-item, todo-remove-item):
3655 Adjust uses of todo-item-start and todo-item-end.
3656
3657 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
3658 (autoload-rubric): Don't use any more.
3659 * cedet/semantic/fw.el (semantic/loaddefs):
3660 * cedet/srecode.el (srecode/loaddefs):
3661 * cedet/ede.el (ede/loaddefs): Load rather than require.
3662 * cedet/ede/cpp-root.el:
3663 * cedet/ede/emacs.el:
3664 * cedet/ede/files.el:
3665 * cedet/ede/linux.el:
3666 * cedet/ede/locate.el:
3667 * cedet/ede/make.el:
3668 * cedet/ede/shell.el:
3669 * cedet/ede/speedbar.el:
3670 * cedet/ede/system.el:
3671 * cedet/ede/util.el:
3672 * cedet/semantic/analyze.el:
3673 * cedet/semantic/bovine.el:
3674 * cedet/semantic/complete.el:
3675 * cedet/semantic/ctxt.el:
3676 * cedet/semantic/db-file.el:
3677 * cedet/semantic/db-find.el:
3678 * cedet/semantic/db-global.el:
3679 * cedet/semantic/db-mode.el:
3680 * cedet/semantic/db-typecache.el:
3681 * cedet/semantic/db.el:
3682 * cedet/semantic/debug.el:
3683 * cedet/semantic/dep.el:
3684 * cedet/semantic/doc.el:
3685 * cedet/semantic/edit.el:
3686 * cedet/semantic/find.el:
3687 * cedet/semantic/format.el:
3688 * cedet/semantic/html.el:
3689 * cedet/semantic/ia-sb.el:
3690 * cedet/semantic/ia.el:
3691 * cedet/semantic/idle.el:
3692 * cedet/semantic/lex-spp.el:
3693 * cedet/semantic/lex.el:
3694 * cedet/semantic/mru-bookmark.el:
3695 * cedet/semantic/scope.el:
3696 * cedet/semantic/senator.el:
3697 * cedet/semantic/sort.el:
3698 * cedet/semantic/symref.el:
3699 * cedet/semantic/tag-file.el:
3700 * cedet/semantic/tag-ls.el:
3701 * cedet/semantic/tag-write.el:
3702 * cedet/semantic/tag.el:
3703 * cedet/semantic/util-modes.el:
3704 * cedet/semantic/analyze/complete.el:
3705 * cedet/semantic/analyze/refs.el:
3706 * cedet/semantic/bovine/c.el:
3707 * cedet/semantic/bovine/gcc.el:
3708 * cedet/semantic/bovine/make.el:
3709 * cedet/semantic/bovine/scm.el:
3710 * cedet/semantic/decorate/include.el:
3711 * cedet/semantic/decorate/mode.el:
3712 * cedet/semantic/symref/cscope.el:
3713 * cedet/semantic/symref/global.el:
3714 * cedet/semantic/symref/grep.el:
3715 * cedet/semantic/symref/idutils.el:
3716 * cedet/semantic/symref/list.el:
3717 * cedet/semantic/wisent/java-tags.el:
3718 * cedet/semantic/wisent/javascript.el:
3719 * cedet/srecode/compile.el:
3720 * cedet/srecode/cpp.el:
3721 * cedet/srecode/document.el:
3722 * cedet/srecode/el.el:
3723 * cedet/srecode/expandproto.el:
3724 * cedet/srecode/getset.el:
3725 * cedet/srecode/insert.el:
3726 * cedet/srecode/java.el:
3727 * cedet/srecode/map.el:
3728 * cedet/srecode/mode.el:
3729 * cedet/srecode/template.el:
3730 * cedet/srecode/texi.el: Remove the file-local setting of
3731 generated-autoload-feature.
3732
3733 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
3734 and only put a prop if it is non-nil.
3735
3736 2009-11-03 Juri Linkov <juri@jurta.org>
3737
3738 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
3739 (menu-bar-options-menu): Fix list quoting (Bug#4429).
3740
3741 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
3742 and "Menu" to make top-level menu item visually one unit (like
3743 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
3744 multi-word menu items). Fix :help string for quit-window.
3745
3746 2009-11-03 Glenn Morris <rgm@gnu.org>
3747
3748 * cedet/mode-local.el (with-mode-local): Doc fix.
3749
3750 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
3751 (byte-compile-file-form-define-abbrev-table)
3752 (byte-compile-file-form-custom-declare-variable)
3753 (byte-compile-variable-ref, byte-compile-defvar):
3754 Whether or not a warning is enabled should only affect whether we issue
3755 the warning, not whether or not we collect the relevant data.
3756 Eg warnings can be turned on and off throughout the course of a file.
3757
3758 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
3759 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
3760
3761 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3762
3763 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
3764 * play/mpuz.el (mpuz-create-buffer):
3765 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
3766 (lm-print-y,s,noise, lm-print-w0, lm-init):
3767 * play/gomoku.el (gomoku-prompt-for-move):
3768 * play/fortune.el (fortune-in-buffer):
3769 * play/dissociate.el (dissociated-press):
3770 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
3771 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
3772 * mail/supercite.el (sc-eref-show):
3773 * mail/smtpmail.el (smtpmail-send-it):
3774 * mail/rmailsum.el (rmail-summary-next-labeled-message)
3775 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
3776 (rmail-summary-undelete-many, rmail-summary-rmail-update)
3777 (rmail-summary-goto-msg, rmail-summary-expunge)
3778 (rmail-summary-get-new-mail, rmail-summary-search-backward)
3779 (rmail-summary-add-label, rmail-summary-output-menu)
3780 (rmail-summary-output-body):
3781 * mail/rfc822.el (rfc822-addresses):
3782 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
3783 * mail/mailpost.el (post-mail-send-it):
3784 * mail/hashcash.el (hashcash-generate-payment):
3785 * mail/feedmail.el (feedmail-run-the-queue)
3786 (feedmail-queue-send-edit-prompt-help-first)
3787 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
3788 (feedmail-deduce-address-list):
3789 * eshell/esh-ext.el (eshell-remote-command):
3790 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
3791 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
3792 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
3793 (viper-save-string-in-file, viper-valid-marker):
3794 * emulation/viper-keym.el (viper-toggle-key):
3795 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
3796 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
3797 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
3798 * emulation/viper-cmd.el (viper-exec-form-in-vi)
3799 (viper-exec-form-in-emacs, viper-brac-function):
3800 * emulation/viper.el (viper-delocalize-var):
3801 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
3802 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
3803 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
3804 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
3805 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
3806 * emulation/edt.el (edt-electric-helpify):
3807 * emulation/cua-rect.el (cua--rectangle-aux-replace):
3808 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
3809 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
3810 (cua-indent-to-global-mark-column):
3811 * calendar/diary-lib.el (calendar-mark-1):
3812 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
3813 Use with-current-buffer.
3814 * emulation/viper.el (viper-delocalize-var): Use dolist.
3815
3816 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
3817
3818 * comint.el (comint-replace-by-expanded-history-before-point):
3819 Replace !! with the previous input string literally (Bug#1795).
3820
3821 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
3822
3823 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
3824 to be made up of whitespace.
3825
3826 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
3827
3828 * minibuffer.el (read-file-name): Don't use file dialogs for
3829 remote directories (Bug#99).
3830
3831 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
3832
3833 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
3834
3835 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
3836
3837 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
3838 instead of deleting the window or frame.
3839
3840 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
3841
3842 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
3843 Support face colors.
3844
3845 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
3846 New function. Support face colors (Bug#1168).
3847 (tex-common-initialization): Use it.
3848
3849 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
3850 mode allows it (Bug#1168).
3851
3852 2009-10-31 Juri Linkov <juri@jurta.org>
3853
3854 * facemenu.el (list-colors-display): Don't mark buffer as
3855 modified (Bug#3948).
3856
3857 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
3858
3859 * international/mule-diag.el (list-character-sets-1): Minor
3860 message fix (Bug#3526).
3861
3862 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
3863 face property (Bug#4834).
3864 (etags-list-tags, etags-tags-apropos-additional)
3865 (etags-tags-apropos, tags-select-tags-table): Add follow-link
3866 property.
3867
3868 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
3869 items.
3870
3871 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
3872 items.
3873
3874 * cedet/ede.el (ede-minor-mode):
3875 * cedet/semantic.el (semantic-mode): Toggle menu separators.
3876
3877 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
3878
3879 * textmodes/two-column.el (2C-split):
3880 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
3881 * textmodes/tex-mode.el (tex-set-buffer-directory):
3882 * textmodes/spell.el (spell-region, spell-string):
3883 * textmodes/reftex.el (reftex-erase-buffer):
3884 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
3885 * textmodes/reftex-toc.el (reftex-toc-promote-action):
3886 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
3887 (reftex-select-item):
3888 * textmodes/reftex-ref.el (reftex-label-info-update)
3889 (reftex-offer-label-menu):
3890 * textmodes/reftex-index.el (reftex-index-change-entry)
3891 (reftex-index-phrases-info):
3892 * textmodes/reftex-global.el (reftex-create-tags-file)
3893 (reftex-save-all-document-buffers, reftex-ensure-write-access):
3894 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
3895 (reftex-view-crossref-from-bibtex):
3896 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
3897 (reftex-extract-bib-entries-from-thebibliography)
3898 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
3899 * textmodes/refbib.el (r2b-capitalize-title):
3900 (r2b-convert-buffer, r2b-help):
3901 * textmodes/page-ext.el (pages-directory)
3902 (pages-directory-goto-with-mouse):
3903 * textmodes/bibtex.el (bibtex-validate-globally):
3904 * textmodes/bib-mode.el (bib-capitalize-title):
3905 * textmodes/artist.el (artist-clear-buffer, artist-system):
3906 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
3907 (local-set-scheme-interaction-buffer, xscheme-process-filter)
3908 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
3909 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
3910 (xscheme-send-control-g-interrupt, xscheme-start-process)
3911 (xscheme-process-sentinel, xscheme-cd):
3912 * progmodes/verilog-mode.el (verilog-read-always-signals)
3913 (verilog-set-define, verilog-getopt-file)
3914 (verilog-module-inside-filename-p):
3915 * progmodes/sh-script.el:
3916 * progmodes/python.el (python-pdbtrack-get-source-buffer)
3917 (python-pdbtrack-grub-for-buffer, python-execute-file):
3918 * progmodes/octave-inf.el (inferior-octave):
3919 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
3920 (idlwave-shell-compile-helper-routines, idlwave-set-local)
3921 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
3922 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
3923 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
3924 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
3925 (idlwave-shell-filter, idlwave-shell-examine-highlight)
3926 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
3927 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
3928 (idlwave-shell-examine-display, idlwave-shell-run-region)
3929 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
3930 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
3931 * progmodes/idlw-help.el (idlwave-help-get-special-help)
3932 (idlwave-help-get-help-buffer):
3933 * progmodes/gud.el (gud-basic-call, gud-find-class)
3934 (gud-tooltip-activate-mouse-motions-if-enabled):
3935 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
3936 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
3937 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
3938 (ebrowse-tags-next-file):
3939 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
3940 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
3941 (ebnf-eps-finish-and-write):
3942 * progmodes/cpp.el (cpp-edit-save):
3943 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
3944 * progmodes/cc-defs.el (c-emacs-features):
3945 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
3946 (antlr-directory-dependencies):
3947 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
3948 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
3949 (ada-find-any-references, ada-make-filename-from-adaname)
3950 (ada-make-body-gnatstub):
3951 * obsolete/rnews.el (news-list-news-groups):
3952 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
3953 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
3954 * net/rcirc.el (rcirc-debug):
3955 * net/newst-treeview.el (newsticker--treeview-list-add-item)
3956 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
3957 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
3958 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
3959 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
3960 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
3961 (newsticker--treeview-list-clear-highlight)
3962 (newsticker--treeview-list-update-highlight)
3963 (newsticker--treeview-list-highlight-start)
3964 (newsticker--treeview-tree-update-highlight)
3965 (newsticker--treeview-get-selected-item)
3966 (newsticker-treeview-mark-list-items-old)
3967 (newsticker--treeview-set-current-node):
3968 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
3969 * net/newst-backend.el (newsticker--get-news-by-funcall)
3970 (newsticker--get-news-by-wget, newsticker--image-get)
3971 (newsticker--image-sentinel):
3972 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
3973 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
3974 (eudc-ph-close-session):
3975 * net/eudc.el (eudc-save-options):
3976 * language/thai-word.el (thai-update-word-table):
3977 * language/japan-util.el (japanese-string-conversion):
3978 * international/titdic-cnv.el (tsang-quick-converter)
3979 (ziranma-converter, ctlau-converter):
3980 * international/mule-cmds.el (describe-language-environment):
3981 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
3982 (skkdic-convert-postfix, skkdic-convert-prefix):
3983 (skkdic-convert-okuri-nasi, skkdic-convert):
3984 * emacs-lisp/re-builder.el (reb-update-overlays):
3985 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
3986 * emacs-lisp/gulp.el (gulp-send-requests):
3987 * emacs-lisp/find-gc.el (trace-call-tree):
3988 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
3989 (eieio-describe-generic):
3990 * emacs-lisp/eieio-base.el (eieio-persistent-read):
3991 * emacs-lisp/edebug.el (edebug-outside-excursion):
3992 * emacs-lisp/debug.el (debugger-make-xrefs):
3993 * emacs-lisp/cust-print.el (custom-prin1-to-string):
3994 * emacs-lisp/chart.el (chart-new-buffer):
3995 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
3996 Use with-current-buffer.
3997 * textmodes/artist.el (artist-system): Don't call
3998 copy-sequence on a fresh string.
3999 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
4000
4001 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
4002
4003 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
4004 is no item to edit. (Bug#4820)
4005 (todo-top-priorities): Restore point and restore narrowing in Todo
4006 buffer. (Bug#4820)
4007
4008 2009-10-31 Glenn Morris <rgm@gnu.org>
4009
4010 * net/ange-ftp.el (top-level): Don't require dired when compiling.
4011 (comint-last-output-start, comint-last-input-start)
4012 (comint-last-input-end): Don't defvar when compiling.
4013 (ange-ftp-process-file): Use bound-and-true-p.
4014
4015 * pcmpl-rpm.el (top-level): Move provide statement to end.
4016 (pcmpl-rpm): Remove unused custom group.
4017
4018 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
4019
4020 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
4021
4022 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
4023 (byte-compile-warnings): Add `constants' as an option.
4024 (byte-compile-callargs-warn, byte-compile-arglist-warn)
4025 (display-call-tree): Update for byte-compile-fdefinition possibly
4026 returning `(macro lambda ...)'. (Bug#4778)
4027 (byte-compile-variable-ref, byte-compile-setq-default):
4028 Respect `constants' member of byte-compile-warnings.
4029
4030 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
4031 Use mapc rather than mapcar because the return value is never used.
4032
4033 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
4034 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
4035 * cedet/semantic/html.el:
4036 Suppress harmless warnings about setting up semantic-imenu (not
4037 part of Emacs) variables.
4038
4039 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4040
4041 * vc-bzr.el (vc-bzr-revision-keywords): New var.
4042 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
4043 to "submit:".
4044
4045 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
4046 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
4047 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
4048 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
4049 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
4050 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
4051 (semantic-analyzer-debug-global-symbol)
4052 (semantic-analyzer-debug-missing-innertype)
4053 (semantic-analyzer-debug-insert-include-summary):
4054 * cedet/semantic/util.el (semantic-file-tag-table):
4055 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
4056 (semantic-recursive-find-nonterminal-by-name):
4057 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
4058 * cedet/semantic/tag-file.el (semantic-prototype-file):
4059 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
4060 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
4061 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
4062 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
4063 (semantic-idle-summary-maybe-highlight):
4064 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
4065 (semantic-ia-sb-tag-info):
4066 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
4067 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
4068 * cedet/semantic/ede-grammar.el (project-compile-target):
4069 (ede-proj-makefile-insert-variables):
4070 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
4071 (semantic-debug-set-source-location, semantic-debug-interface-layout)
4072 (semantic-debug-mode, semantic-debug):
4073 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
4074 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
4075 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
4076 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
4077 (semanticdb-find-translate-path-includes--internal)
4078 (semanticdb-reset-log, semanticdb-find-log-activity):
4079 * cedet/semantic/db-file.el (object-write):
4080 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
4081 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
4082 (semanticdb-create-ebrowse-database):
4083 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
4084 * cedet/semantic/complete.el (semantic-displayor-focus-request)
4085 (semantic-collector-calculate-completions-raw)
4086 (semantic-complete-read-tag-analyzer):
4087 * cedet/semantic/analyze.el (semantic-analyze-pulse):
4088 * cedet/ede/util.el (ede-update-version-in-source):
4089 * cedet/ede/proj.el (project-delete-target):
4090 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
4091 (ede-proj-flush-autoconf):
4092 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
4093 (ede-proj-configure-synchronize):
4094 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
4095 * cedet/ede/linux.el (ede-linux-version):
4096 * cedet/ede/emacs.el (ede-emacs-version):
4097 * cedet/ede/dired.el (ede-dired-add-to-target):
4098 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
4099 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
4100 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
4101 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
4102 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
4103 (cedet-idutils-version-check):
4104 * cedet/cedet-global.el (cedet-gnu-global-call):
4105 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
4106 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
4107 * cedet/cedet-cscope.el (cedet-cscope-call)
4108 (cedet-cscope-expand-filename, cedet-cscope-version-check):
4109 Use with-current-buffer.
4110 * cedet/ede.el (ede-make-project-local-variable)
4111 (ede-set-project-variables, ede-set): Use dolist.
4112
4113 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
4114
4115 * textmodes/ispell.el (ispell-skip-region-alist):
4116 * international/mule-conf.el (eight-bit):
4117 * international/fontset.el (font-encoding-alist):
4118 * startup.el (pure-space-overflow-message):
4119 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
4120 * paths.el (gnus-nntp-service, rmail-spool-directory)
4121 (term-file-prefix):
4122 * files.el (save-some-buffers-action-alist):
4123 * cmuscheme.el (same-window-buffer-names):
4124 * ielm.el (same-window-buffer-names):
4125 * shell.el (same-window-buffer-names):
4126 * mail/sendmail.el (same-window-buffer-names):
4127 * progmodes/inf-lisp.el (same-window-buffer-names):
4128 * bindings.el (mode-line-client)
4129 (mode-line-column-line-number-mode-map):
4130 * language/tibetan.el (tibetan-precomposition-rule-regexp)
4131 (tibetan-precomposed-regexp): Purecopy string arguments.
4132
4133 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4134
4135 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
4136 (calcDigit-nondigit):
4137 * calc/calc-yank.el (calc-copy-to-buffer):
4138 * calc/calc-units.el (calc-invalidate-units-table):
4139 * calc/calc-trail.el (calc-trail-yank):
4140 * calc/calc-store.el (calc-insert-variables):
4141 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
4142 * calc/calc-prog.el (calc-read-parse-table):
4143 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
4144 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
4145 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
4146 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
4147 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
4148 (calc-graph-name, calc-graph-find-command, calc-graph-view)
4149 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
4150 * calc/calc-ext.el (calc-realign):
4151 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
4152 (calc-embedded-finish-edit, calc-embedded-make-info)
4153 (calc-embedded-finish-command, calc-embedded-stack-change):
4154 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
4155
4156 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
4157 (overload-docstring-extension): Use that info.
4158 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
4159 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
4160 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
4161 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
4162 (semantic-nonterminal-full-name): Add the new `when' info.
4163 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
4164 `assert'.
4165
4166 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
4167 shell-dynamic-complete-filename in preference to
4168 comint-dynamic-complete-filename.
4169
4170 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4171 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
4172 Don't consider whether the display supports colors.
4173 (bookmark-import-new-list): Use dolist.
4174 (bookmark-bmenu-mode-map): Move initialization into declaration.
4175 (bookmark-bmenu-list): Use dolist, simplify.
4176 (bookmark-show-all-annotations): Use save-selected-window and dolist.
4177 (menu-bar-final-items): Use push.
4178
4179 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
4180
4181 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
4182 it works on remote files.
4183 (vc-hg-diff): Don't pass any `--cwd' argument.
4184
4185 2009-10-27 Kevin Ryde <user42@zip.com.au>
4186
4187 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
4188 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
4189 (Further to Bug#3921).
4190
4191 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
4192
4193 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
4194 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
4195 calling `tramp-imap-put-file'. Add file size to the call.
4196 (tramp-imap-get-file-entries): Compute also user name, file size,
4197 and date.
4198 (tramp-imap-handle-insert-directory): Insert uid and gid.
4199 (tramp-imap-handle-file-attributes): Transform uid and gid
4200 according to `id-format'.
4201 (tramp-imap-put-file): New optional parameter SIZE. Encode file
4202 size in header X-Size.
4203
4204 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
4205
4206 * simple.el (transpose-subr): Give clearer error when the mark
4207 is not set. (Bug#4807)
4208
4209 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
4210
4211 * net/tramp.el (tramp-perl-file-truename): New defconst.
4212 Perl code contributed by yary <not.com@gmail.com> (tiny change).
4213 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
4214 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
4215 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
4216
4217 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
4218 Ignore `dired-call-process'.
4219 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
4220
4221 2009-10-26 Julian Scheid <julians37@gmail.com>
4222
4223 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
4224 (tramp-get-remote-readlink): New defun.
4225 (tramp-handle-file-truename): Use it.
4226 (tramp-handle-file-exists-p): Check file-attributes cache, assume
4227 file exists if cache value present.
4228 (tramp-check-cached-permissions) New defun.
4229 (tramp-handle-file-readable-p): Use it.
4230 (tramp-handle-file-writable-p): Likewise.
4231 (tramp-handle-file-executable-p): Likewise.
4232 (tramp-handle-file-name-all-completions): Try using Perl to get
4233 partial completions. When perl not available, combine `cd' and
4234 `ls' into single remote operation and use shell expansion to get
4235 partial remote directory contents. Set `file-exists-p' cache for
4236 directory and any files returned by ls. Change cache handling to
4237 support partial directory contents. Use error message emitted by
4238 remote `cd' or Perl code for local tramp-error.
4239 (tramp-do-copy-or-rename-file-directly): Avoid separate
4240 tramp-send-command-and-check call.
4241 (tramp-handle-process-file): Merge three remote ops into one.
4242 Do not flush all caches when `process-file-side-effects' is set.
4243 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
4244 file-attributes shows uid/gid to be set already.
4245
4246 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
4247
4248 * textmodes/tex-mode.el (tex-dvi-view-command)
4249 (tex-show-queue-command, tex-open-quote):
4250 * progmodes/ruby-mode.el (auto-mode-alist)
4251 (interpreter-mode-alist): Purecopy strings.
4252
4253 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
4254
4255 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
4256 string for the hook, keymap and abbrev table.
4257
4258 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
4259
4260 * x-dnd.el (x-dnd-xdnd-to-action):
4261 * startup.el (fancy-startup-text, fancy-about-text): Change to
4262 defconst from defvar.
4263
4264 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
4265
4266 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
4267 Purecopy initialization strings.
4268
4269 * mail/sendmail.el (mail-header-separator)
4270 (mail-personal-alias-file):
4271 * mail/rmail.el (rmail-default-dont-reply-to-names)
4272 (rmail-ignored-headers, rmail-retry-ignored-headers)
4273 (rmail-highlighted-headers, rmail-secondary-file-directory)
4274 (rmail-secondary-file-regexp):
4275 * files.el (null-device, file-name-invalid-regexp)
4276 (locate-dominating-stop-dir-regexp)
4277 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
4278 (interpreter-mode-alist): Use mapcar instead of mapc.
4279
4280 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
4281
4282 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
4283 (completion-ignored-extensions):
4284 (debug-ignored-errors): Purecopy strings.
4285
4286 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4287
4288 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
4289 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
4290 (pcomplete--here): Use push.
4291
4292 * subr.el (all-completions): Declare the 4th arg obsolete.
4293
4294 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4295
4296 * pcomplete.el (pcomplete-unquote-argument-function): New var.
4297 (pcomplete-unquote-argument): New function.
4298 (pcomplete--common-suffix): Always pay attention to case.
4299 (pcomplete--table-subvert): Quote and unquote the text.
4300 (pcomplete--common-quoted-suffix): New function.
4301 (pcomplete-std-complete): Use it and pcomplete-begin.
4302
4303 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
4304 we're inside a dedicated or minibuffer window.
4305
4306 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4307
4308 * cedet/semantic/fw.el (semantic-alias-obsolete)
4309 (semantic-varalias-obsolete): Make the `when' arg mandatory.
4310 (define-mode-overload-implementation):
4311 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
4312 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
4313 * cedet/semantic/util.el (semantic-file-token-stream)
4314 (semantic-something-to-stream):
4315 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
4316 (semantic-expand-nonterminal):
4317 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
4318 (semantic-find-dependency, semantic-find-nonterminal)
4319 (semantic-find-dependency):
4320 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
4321 (semantic-flex-text, semantic-flex-make-keyword-table)
4322 (semantic-flex-keyword-p, semantic-flex-keyword-put)
4323 (semantic-flex-keyword-get, semantic-flex-map-keywords)
4324 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
4325 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
4326 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
4327 (semantic-after-idle-scheduler-reparse-hooks):
4328 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
4329 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
4330 * cedet/semantic.el (semantic-toplevel-bovine-table)
4331 (semantic-toplevel-bovine-cache)
4332 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
4333 (semantic-init-mode-hooks, semantic-init-db-hooks)
4334 (semantic-bovination-working-type): Provide the `when' arg.
4335
4336 2009-10-24 Karl Fogel <kfogel@red-bean.com>
4337
4338 * bookmark.el: Update documentation, especially documentation
4339 of `bookmark-alist' and of the bookmark file format.
4340 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
4341
4342 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
4343
4344 * mail/emacsbug.el (report-emacs-bug): Clarify that the
4345 keybindings apply to the mail buffer (Bug#4003). Shrink help
4346 window to buffer.
4347
4348 * whitespace.el (whitespace-mode, whitespace-newline-mode)
4349 (global-whitespace-mode, global-whitespace-newline-mode)
4350 (whitespace-toggle-options, global-whitespace-toggle-options):
4351 Doc fix (Bug#3660).
4352
4353 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
4354 of xmltok-start before the end tag was inserted (Bug#2840).
4355
4356 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
4357 patterns that are preceded by an open-paren (Bug#1320).
4358
4359 2009-10-24 Sven Joachim <svenjoac@gmx.de>
4360
4361 * files.el (delete-directory): Delete symlinks to directories with
4362 delete-file (Bug#4739).
4363
4364 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
4365
4366 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
4367 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
4368 argument to make-obsolete.
4369
4370 * cedet/semantic/fw.el (semantic-alias-obsolete)
4371 (semantic-varalias-obsolete): Add optional WHEN argument.
4372
4373 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
4374
4375 * vc.el (vc-backend-for-registration): Rename from
4376 vc-get-backend-for-registration. Update callers.
4377
4378 * international/mule-cmds.el (set-language-info-alist):
4379 Purecopy lang-env.
4380 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
4381 (charset): Purecopy the name.
4382 (define-char-code-property): Purecopy string arguments.
4383
4384 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
4385 Purecopy string arguments.
4386
4387 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4388 * ediff-hook.el (menu-bar-ediff-menu):
4389 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
4390 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
4391
4392 2009-10-24 Glenn Morris <rgm@gnu.org>
4393
4394 * comint.el (comint-dynamic-list-completions):
4395 * term.el (term-dynamic-list-completions): Use choose-completion rather
4396 than obsolete alias mouse-choose-completion.
4397
4398 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
4399 file-cache-choose-completion.
4400 (file-cache-choose-completion): Handle an optional event argument.
4401 (file-cache-mouse-choose-completion): Make it an obsolete alias.
4402
4403 * progmodes/octave-mod.el (octave-complete-symbol):
4404 Use choose-completion if mouse-choose-completion is ever removed.
4405
4406 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
4407 use.
4408
4409 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
4410 compiler.
4411
4412 * vc-hooks.el (vc-responsible-backend): Fix declaration.
4413
4414 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4415
4416 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
4417 Ignore `pred' now that we receive one.
4418 Handle test-completion specially.
4419
4420 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4421
4422 * vc.el (vc-responsible-backend): Throw an error if not backend is
4423 found. Remove the REGISTER argument. Move the code dealing with
4424 REGISTER ...
4425 (vc-get-backend-for-registration): ... here. New function.
4426 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
4427 of vc-responsible-backend, pass the file name instead of the
4428 directory name.
4429
4430 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4431
4432 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
4433 New funs.
4434 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
4435 (pcomplete-comint-setup): Don't modify a global var via
4436 accidental side-effects.
4437 (pcomplete-shell-setup): Adjust call accordingly.
4438 (pcomplete-parse-comint-arguments): Use push.
4439
4440 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
4441
4442 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
4443 Allow uncapitalized info node names (Bug#3921).
4444
4445 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
4446 to the DEBUG file (Bug#3781).
4447
4448 2009-10-23 Jari Aalto <jari.aalto@cante.net>
4449
4450 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
4451 dictionary entry (Bug#4579).
4452
4453 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
4454
4455 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
4456 from `rfn-eshadow-update-overlay-hook' when unloading.
4457 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
4458 "rsyncc". Adjust doc string.
4459 (tramp-temp-buffer-file-name) New buffer-local defvar.
4460 (tramp-handle-insert-file-contents, tramp-handle-write-region):
4461 Keep temporary file when indicated by method ("rsync" and
4462 "rsyncc").
4463 (tramp-handle-write-region): Handle APPEND.
4464 (tramp-delete-temp-file-function): New defun. Added to
4465 `kill-buffer-hook'.
4466
4467 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
4468
4469 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
4470
4471 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4472
4473 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
4474 (color-name-rgb-alist, tty-standard-colors)
4475 (tty-color-mode-alist): Change to defconst.
4476
4477 * simple.el (mark-inactive): Purecopy message.
4478
4479 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
4480 (global-map, yank-menu):
4481 * textmodes/ispell.el (ispell-menu-map):
4482 * net/eudc.el (eudc-tools-menu):
4483 * international/mule-cmds.el (describe-language-environment-map)
4484 (setup-language-environment-map, set-coding-system-map)
4485 (mule-menu-keymap):
4486 * vc-hooks.el (vc-menu-entry, vc-menu-map):
4487 * replace.el (occur-mode-map):
4488 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
4489
4490 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
4491
4492 * calc/calc.el (math-read-number, math-read-number-simple): Use
4493 `save-match-data'.
4494
4495 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4496
4497 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
4498 rather than fiddling with global-map bindings, since it should only
4499 affect per-terminal settings.
4500 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
4501
4502 * minibuffer.el (completion-table-with-terminator): Allow to specify
4503 the terminator-regexp.
4504
4505 * simple.el (switch-to-completions): Look for *Completions* in other
4506 frames as well.
4507
4508 * pcomplete.el: Allow the use of completion-tables.
4509 (pcomplete-std-complete): New command.
4510 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
4511 (pcomplete--here): Use a function for `form' rather than an expression,
4512 so it can be byte-compiled.
4513 (pcomplete-here, pcomplete-here*): Adjust accordingly.
4514 Add edebug declaration.
4515 (pcomplete-show-completions): Remove unused var `curbuf'.
4516 (pcomplete-do-complete, pcomplete-stub):
4517 Don't assume `completions' is a list of strings any more.
4518
4519 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
4520
4521 * find-dired.el (find-name-arg): Fix typo in docstring.
4522
4523 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4524
4525 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
4526 (pcmpl-linux-fs-types): Same, and update to new modules layout.
4527
4528 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
4529 pcomplete-entries.
4530
4531 * comint.el (comint-read-input-ring, comint-write-input-ring)
4532 (comint-substitute-in-file-name)
4533 (comint-dynamic-complete-as-filename)
4534 (comint-dynamic-simple-complete)
4535 (comint-dynamic-list-filename-completions)
4536 (comint-dynamic-list-completions)
4537 (comint-redirect-results-list-from-process): Minor simplifications.
4538
4539 2009-10-21 Kevin Ryde <user42@zip.com.au>
4540
4541 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4542 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
4543 the first form. And insert a blank line after ";;; Code" since
4544 that's usual style. (Bug#4612)
4545
4546 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
4547
4548 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4549
4550 * minibuffer.el (completion-table-with-terminator): Properly implement
4551 boundaries, in case `terminator' appears in the suffix.
4552 (completion--embedded-envvar-table): Don't return boundaries if
4553 there's no valid completion. Simplify.
4554 (completion-file-name-table): New completion table extracted from
4555 completion--file-name-table.
4556 (completion--file-name-table): Use it.
4557 (read-file-name-predicate): Declare obsolete.
4558 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
4559 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
4560 completion-file-name-table, and use the `pred' argument.
4561 * files.el (locate-file-completion-table): Use the `pred' arg rather
4562 than read-file-name-predicate.
4563 (abbreviate-file-name): Use \` rather than ^ for BOS.
4564
4565 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
4566
4567 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
4568 vc-responsible-backend to register, it causes problems.
4569
4570 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4571
4572 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
4573
4574 2009-10-21 Eric Ludlam <zappo@gnu.org>
4575
4576 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
4577 (semantic-c-debug-mode-init-pch): New functions.
4578 (semantic-c-debug-mode-init-last-mode): New var.
4579 (semantic-c-parse-lexical-token): Use them.
4580
4581 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
4582 When extracting the argument list, limit only by point-max.
4583
4584 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
4585
4586 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
4587 (tramp-smb-handle-file-attributes): Use it.
4588 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
4589 (tramp-smb-handle-insert-directory): Use `mapc' rather than
4590 `mapcar'. Use `tramp-smb-get-stat-capability'.
4591 Add `dired-filename' text properties.
4592 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
4593 (tramp-smb-maybe-open-connection): Simplify check for smbclient
4594 version.
4595
4596 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
4597
4598 * subr.el (read-key-delay): Reduce to 0.01.
4599 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
4600 (bug#4751).
4601
4602 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4603
4604 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
4605
4606 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
4607 (Info-menu): Remove unused vars `last' and `completions'.
4608 (Info-index-nodes): Remove unused var `node'.
4609
4610 * info.el (Info-complete-menu-item): Use complete-with-action.
4611
4612 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
4613
4614 Make vc-annotate work through copies and renames.
4615 * vc-annotate.el (vc-annotate-extract-revision-at-line):
4616 Return the file name too.
4617 (vc-annotate-revision-at-line)
4618 (vc-annotate-find-revision-at-line)
4619 (vc-annotate-revision-previous-to-line)
4620 (vc-annotate-show-log-revision-at-line): Update to get the file
4621 name from vc-annotate-extract-revision-at-line.
4622 (vc-annotate-show-diff-revision-at-line-internal): Change the
4623 argument to mean whether to show a file diff or not. Get the file
4624 name from vc-annotate-extract-revision-at-line.
4625 (vc-annotate-show-diff-revision-at-line):
4626 Update vc-annotate-show-diff-revision-at-line call.
4627 (vc-annotate-warp-revision): Add an optional file argument.
4628
4629 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
4630 (vc-git-annotate-extract-revision-at-line): Also return the file
4631 name if found.
4632
4633 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
4634 command. Remove unused code.
4635 (vc-hg-annotate-re): Update to match --follow output.
4636 (vc-hg-annotate-extract-revision-at-line): Also return the file
4637 name if found.
4638
4639 * vc.el: Update annotate-extract-revision-at-line documentation.
4640
4641 2009-10-18 Kevin Ryde <user42@zip.com.au>
4642
4643 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
4644 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
4645
4646 * net/browse-url.el (browse-url): Identify alist with "consp and
4647 not functionp" and let all other things go down the `apply' leg,
4648 as suggested by Stefan. (Further to bug#4531.)
4649
4650 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
4651
4652 * minibuffer.el (read-file-name): Check for repeat before putting
4653 a default argument in file-name-history (Bug#4657).
4654
4655 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
4656 read syntax (Bug#4737).
4657
4658 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
4659
4660 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
4661
4662 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
4663 (html-tag-alist, html-tag-help): Add descriptions for undocumented
4664 entries and make note of obsolete tags.
4665
4666 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4667
4668 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
4669
4670 2009-10-18 Glenn Morris <rgm@gnu.org>
4671
4672 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
4673 grep, so that binary files (eg international/uni-bidi.el) can match.
4674 Remove test for "UnicodeData" files, since it is hopefully unnecessary
4675 now, and in any case the file header format has changed.
4676
4677 2009-10-17 Glenn Morris <rgm@gnu.org>
4678
4679 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
4680 (flyspell-get-word, flyspell-large-region)
4681 (flyspell-auto-correct-previous-word): Doc/error message fixes.
4682
4683 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
4684
4685 * Makefile.in (ELCFILES): Add ede/shell.
4686
4687 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
4688
4689 * term/common-win.el (x-colors): Purecopy it.
4690
4691 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4692
4693 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
4694 permissive for when the buffer is empty.
4695 (tar-header-block-tokenize): Decode the username and groupname.
4696 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
4697
4698 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
4699
4700 * cedet/srecode/srt.el:
4701 * cedet/srecode/compile.el:
4702 * cedet/semantic/mru-bookmark.el:
4703 * cedet/semantic/debug.el:
4704 * cedet/semantic/complete.el:
4705 * cedet/semantic/analyze.el: Require CL when compiling.
4706
4707 2009-10-17 Eric Ludlam <zappo@gnu.org>
4708
4709 * cedet/semantic/scope.el
4710 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
4711 tmpscope so that the regular scope will continue to work.
4712
4713 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
4714 Use semantic-idle-summary-highlight-face as the highlighting.
4715
4716 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
4717 contains multibyte characters, choose first applicable coding
4718 system automatically.
4719
4720 * cedet/ede/project-am.el (project-run-target): New method.
4721 (project-run-target): New method.
4722
4723 * cedet/ede.el (ede-target): Add run target menu item.
4724 (ede-project, ede-minor-keymap): Add ede-run-target binding.
4725 (ede-run-target): New function.
4726 (ede-target::project-run-target): New method.
4727
4728 * cedet/ede/proj.el (project-run-target): New method.
4729
4730 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
4731 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
4732 Add :rules.
4733 (ede-proj-target-makefile-shared-object): Only libtool compilers
4734 now available. Add linkers for libtool.
4735 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
4736 (ede-proj-makefile-target-name): Always use .la extension.
4737
4738 * cedet/ede/proj-prog.el (project-run-target): New method.
4739
4740 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
4741 (ede-g++-linker): Change Change link lines.
4742
4743 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
4744 When searching for old variables, go to the end of the buffer and
4745 search backward from there.
4746 (ede-proj-makefile-automake-insert-subdirs)
4747 (ede-proj-makefile-automake-insert-extradist): New methods.
4748 (ede-proj-makefile-create): Use them.
4749
4750 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
4751 Force FILE to expand to the current target. Use file-exists-p to
4752 check that it exists.
4753
4754 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
4755 (ede-linux-load): Wrap dir in file-name-as-directory.
4756 Set :version slot.
4757
4758 * cedet/ede/files.el (ede-get-locator-object): When enabling
4759 locate, do so on "top".
4760
4761 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
4762 file-name-as-directory during compare.
4763 (ede-emacs-version): Return Emacs/XEmacs differentiator.
4764 Get version number from different places. Don't call egrep.
4765 (ede-emacs-load): Set :version slot. Call file-name-as-directory
4766 to set the directory.
4767
4768 * cedet/ede/shell.el: New file.
4769
4770 * cedet/inversion.el (inversion-decoders): Allow for stray . in
4771 alpha/beta variants.
4772
4773 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4774
4775 * international/mule-cmds.el (select-safe-coding-system): If the file
4776 has a coding cookie, use it regardless of any other setting (bug#4712).
4777
4778 2009-10-17 Glenn Morris <rgm@gnu.org>
4779
4780 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
4781 All errors should have messages.
4782
4783 * foldout.el (foldout-mouse-swallow-events):
4784 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
4785
4786 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
4787 (dired-keep-marker-copy, dired-keep-marker-hardlink)
4788 (dired-keep-marker-symlink, dired-dwim-target)
4789 (dired-copy-preserve-time): Do not autoload these defcustoms.
4790
4791 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
4792 messages from messing up the file coding. (Bug#4623)
4793
4794 2009-10-17 Jari Aalto <jari.aalto@cante.net>
4795
4796 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
4797 if no match is found for the current dictionary. (Bug#4578)
4798
4799 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
4800 optional, since that is how it is documented, and this is often called
4801 with a nil argument. (Bug#4577)
4802 (flyspell-external-point-words, flyspell-auto-correct-word)
4803 (flyspell-correct-word-before-point, flyspell-word-search-forward)
4804 (flyspell-word-search-backward): Remove nil argument in calls to
4805 flyspell-get-word, since it is not needed now.
4806
4807 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
4808
4809 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
4810
4811 2009-10-16 Glenn Morris <rgm@gnu.org>
4812
4813 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
4814
4815 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4816
4817 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
4818 (ange-ftp-file-size): New function.
4819 (ange-ftp-file-attributes): Use it.
4820
4821 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
4822
4823 * net/tramp-smb.el (tramp-smb-version): New defvar.
4824 (tramp-smb-maybe-open-connection): Use it, in order to avoid
4825 repeated checks.
4826
4827 2009-10-16 Glenn Morris <rgm@gnu.org>
4828
4829 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
4830 Maybe copy some custom properties from old to new name. (Bug#4706)
4831
4832 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
4833
4834 * subr.el (error, sit-for, start-process-shell-command)
4835 (start-file-process-shell-command): Set the calling convention
4836 after the function definition.
4837
4838 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
4839
4840 * subr.el (error, sit-for, start-process-shell-command)
4841 (start-file-process-shell-command): Use the new
4842 set-advertised-calling-convention feature.
4843
4844 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
4845
4846 * international/ucs-normalize.el (ucs-normalize-version):
4847 Change to 1.2.
4848 (check-range): Adjust for Unicode 5.2.
4849
4850 2009-10-15 Juri Linkov <juri@jurta.org>
4851
4852 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
4853 to the `menu-item' format.
4854
4855 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
4856
4857 * net/tramp.el (tramp-replace-environment-variables): Do not fail
4858 if the environment variable does not exist.
4859
4860 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
4861 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
4862 parameter.
4863 (tramp-smb-handle-add-name-to-file)
4864 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
4865 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
4866 (tramp-smb-handle-file-attributes)
4867 (tramp-smb-do-file-attributes-with-stat)
4868 (tramp-smb-handle-file-local-copy)
4869 (tramp-smb-handle-insert-directory)
4870 (tramp-smb-handle-make-directory)
4871 (tramp-smb-handle-make-directory-internal)
4872 (tramp-smb-handle-make-symbolic-link)
4873 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
4874 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
4875 (tramp-smb-maybe-open-connection): Apply the changed parameters.
4876 (tramp-smb-read-file-entry): Read Disk names in compressed format.
4877 Handle long file names.
4878 (tramp-smb-get-cifs-capabilities): Check, whether the connection
4879 process is running.
4880 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
4881 Read share names with "-g" option.
4882
4883 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
4884
4885 * net/rcirc.el (rcirc-view-log-file): New command.
4886 (rcirc-track-minor-mode-map): Remove C-c ` binding.
4887 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
4888 specified.
4889
4890 2009-10-15 Glenn Morris <rgm@gnu.org>
4891
4892 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
4893 from the second command-line argument.
4894 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
4895 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
4896 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
4897 w32-batch-update-autoloads.
4898 * emacs-lisp/autoload.el (autoload-make-program): New variable.
4899 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
4900
4901 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
4902 the headers cannot be located. Simplify, subtracting superflous
4903 save-excursions.
4904
4905 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
4906
4907 Replace completion-base-size by completion-base-position to fix bugs
4908 such as (bug#4699).
4909 * simple.el (completion-base-position): New var.
4910 (completion-base-size): Mark as obsolete.
4911 (choose-completion): Make it work for mouse events as well.
4912 Pass the new base-position to choose-completion-string.
4913 (choose-completion-guess-base-position): New function, extracted from
4914 choose-completion-delete-max-match.
4915 (choose-completion-delete-max-match): Use it. Make obsolete.
4916 (choose-completion-string): Use the new base-position info.
4917 (completion-root-regexp): Delete.
4918 (completion-setup-function): Preserve completion-base-position.
4919 Eliminate obsolete base-size manipulation.
4920 * minibuffer.el (display-completion-list): Don't mess with base-size.
4921 (minibuffer-completion-help): Set completion-base-position instead.
4922 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
4923 choose-completion.
4924 * textmodes/bibtex.el (bibtex-complete):
4925 * emacs-lisp/crm.el (crm--choose-completion-string):
4926 Adjust to new calling convention.
4927 * complete.el (partial-completion-mode): Use minibufferp to avoid
4928 bumping into incompatible change to choose-completion-string-functions.
4929 * ido.el (ido-choose-completion-string): Make its calling convention
4930 more permissive.
4931 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
4932 base-size manipulation.
4933 (comint-dynamic-list-input-ring): Use dotimes and push.
4934 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
4935 fundamental-mode. Use `or'.
4936
4937 2009-10-14 Juri Linkov <juri@jurta.org>
4938
4939 * misearch.el (multi-isearch-next-buffer-from-list)
4940 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
4941
4942 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
4943
4944 * Makefile.in (compile-onefile): Load `bytecomp' rather than
4945 `bytecomp.el'.
4946
4947 * minibuffer.el (completion-pcm--merge-completions): Make sure the
4948 string we return is all made up of text from the completions rather
4949 than part from the completions and part from the input (bug#4219).
4950
4951 * ido.el (ido-everywhere): Use define-minor-mode.
4952
4953 * buff-menu.el (list-buffers, ctl-x-map):
4954 Mark the entry points with ;;;###autoload cookies.
4955
4956 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
4957
4958 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
4959 correctly in the detached head case.
4960 (vc-git-print-log): Remove unused binding.
4961
4962 * vc.el (vc-responsible-backend): When a directory is passed for
4963 for registration create a VC repository if no backend is
4964 responsible for the directory argument.
4965 (vc-deduce-fileset): Tell vc-responsible-backend to register.
4966
4967 * vc.el: Move comments about RCS and SCCS ...
4968 * vc-rcs.el:
4969 * vc-sccs.el: ... here, respectively.
4970
4971 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
4972
4973 * minibuffer.el (completion--file-name-table): Return nil if there's
4974 no file completion, even if substitute-in-file-name changed
4975 the string (bug#4708).
4976
4977 2009-10-13 Juri Linkov <juri@jurta.org>
4978
4979 * files-x.el (read-file-local-variable-value): Don't filter out
4980 minor modes from mode name completion (bug#4664).
4981
4982 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
4983
4984 * international/mule-cmds.el (ucs-names): Remove exclusion of
4985 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
4986
4987 2009-10-13 Kenichi Handa <handa@m17n.org>
4988
4989 * international/uni-name.el: Regenerated.
4990
4991 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
4992
4993 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
4994 should be automatically buffer-local, but isn't.)
4995
4996 2009-10-12 Sam Steingold <sds@gnu.org>
4997
4998 * progmodes/compile.el (compilation-next-error-function): Fix the
4999 timestamps if the buffer has been visited before.
5000 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
5001 non-anchored patterns, like the perl one (bug#3928).
5002
5003 2009-10-12 Glenn Morris <rgm@gnu.org>
5004
5005 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
5006 Let-bind `size'.
5007
5008 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
5009
5010 * proced.el (proced-unload-function): New function.
5011
5012 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
5013 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
5014 Doc fix.
5015
5016 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
5017
5018 2009-10-11 Juri Linkov <juri@jurta.org>
5019
5020 * files-x.el (read-file-local-variable-value):
5021 Provide default value only for bound variables (bug#4664).
5022
5023 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
5024
5025 * net/tramp.el (tramp-local-host-p): Function shall return nil for
5026 connection methods like smb.
5027
5028 * net/tramp-cache.el (tramp-flush-connection-property): The hash
5029 can be empty.
5030
5031 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5032 (tramp-smb-file-name-handler-alist): Add handlers for
5033 `add-name-to-file', `make-symbolic-link'.
5034 (tramp-smb-handle-add-name-to-file)
5035 (tramp-smb-do-file-attributes-with-stat)
5036 (tramp-smb-handle-make-symbolic-link)
5037 (tramp-smb-get-cifs-capabilities): New defuns.
5038 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5039 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5040 (tramp-smb-handle-file-local-copy)
5041 (tramp-smb-handle-make-directory-internal)
5042 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
5043 The file name syntax depends on cifs capabilities.
5044 (tramp-smb-handle-file-attributes):
5045 Call `tramp-smb-do-file-attributes-with-stat' if possible.
5046 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
5047 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
5048
5049 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
5050
5051 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
5052 (eieio-defclass): Apply deftype handler and setf-method properties
5053 directly.
5054 (eieio-add-new-slot): Avoid union function from cl library.
5055 (eieio--typep): New function.
5056 (eieio-perform-slot-validation): Use it.
5057
5058 2009-10-10 Karl Fogel <kfogel@red-bean.com>
5059
5060 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
5061 Update documentation to refer to the variables documented in r1.135.
5062 (Bug#4188)
5063
5064 2009-10-10 Karl Fogel <kfogel@red-bean.com>
5065
5066 * bookmark.el (Info-suffix-list): Remove this unused variable.
5067 (bookmark-current-point): Remove this obsolete variable.
5068 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
5069 Adjust for removal of bookmark-current-point.
5070
5071 (bookmarks-already-loaded, bookmark-current-buffer)
5072 (bookmark-yank-point): Document. (Bug#4188)
5073
5074 2009-10-10 Glenn Morris <rgm@gnu.org>
5075
5076 * frame.el (frame-height): Doc fix.
5077
5078 * calendar/calendar.el (calendar-split-width-threshold): New option.
5079 (calendar-basic-setup): Use calendar-split-width-threshold.
5080
5081 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
5082
5083 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
5084 Use .la for Automake.
5085
5086 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
5087
5088 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
5089 Use "autoreconf -i". Suggested by Andreas Schwab.
5090
5091 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
5092
5093 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
5094 Ideographic Supplement" range (U+1F200..U+1F2FF).
5095
5096 2009-10-09 Karl Fogel <kfogel@red-bean.com>
5097
5098 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
5099 since the list will have been rebuilt anyway. (Bug#4349)
5100
5101 2009-10-09 Karl Fogel <kfogel@red-bean.com>
5102
5103 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
5104 (bookmark-bmenu-execute-deletions): Don't save here, as
5105 bookmark-delete will now do so if necessary.
5106 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
5107 (Bug#4348)
5108
5109 2009-10-09 Glenn Morris <rgm@gnu.org>
5110
5111 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
5112
5113 2009-10-09 Karl Fogel <kfogel@red-bean.com>
5114
5115 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
5116 (bookmark-jump-other-window): Just invoke bookmark-jump with new
5117 argument now, so the two function's behaviors will match. (Bug#3645)
5118
5119 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
5120
5121 * cedet/ede/proj.el (project-make-dist, project-compile-project):
5122 Fix filename test.
5123 (ede-proj-dist-makefile): Use expand-file-name instead of concat
5124 to expand file names.
5125
5126 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
5127
5128 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
5129 (tramp-file-name-real-host, tramp-file-name-port):
5130 Apply `save-match-data'.
5131
5132 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
5133 case both directories are remote.
5134 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
5135 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
5136
5137 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
5138
5139 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
5140 (ede-proj-target-makefile-objectcode): Use it.
5141
5142 * cedet/ede/source.el (ede-want-any-source-files-p)
5143 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
5144 Return search result. This error was introduced while merging.
5145
5146 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
5147
5148 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
5149
5150 2009-10-07 Glenn Morris <rgm@gnu.org>
5151
5152 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
5153 of concat.
5154
5155 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5156
5157 * files-x.el (read-file-local-variable): Include some
5158 non-user-variables in the completion table (bug#4664).
5159
5160 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
5161
5162 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
5163 message.
5164
5165 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5166 (tramp-smb-file-name-handler-alist): Add handler for
5167 `copy-directory', `expand-file-name', `set-file-modes'.
5168 (tramp-smb-handle-copy-directory)
5169 (tramp-smb-handle-expand-file-name)
5170 (tramp-smb-handle-set-file-modes): New defuns.
5171 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
5172 (tramp-smb-handle-file-attributes): Simplify check for retrieving
5173 entry.
5174 (tramp-smb-handle-insert-directory): Don't flush the cache.
5175 (tramp-smb-maybe-open-connection): Check for samba client and
5176 server versions.
5177
5178 2009-10-07 Eli Zaretskii <eliz@gnu.org>
5179
5180 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
5181 to not error out of search for "^lisp=" fails.
5182
5183 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
5184
5185 * makefile.w32-in (WINS_UPDATES): New macro.
5186 (custom-deps, finder-data, autoloads): Use it.
5187
5188 2009-10-07 Glenn Morris <rgm@gnu.org>
5189
5190 * Makefile.in (autoloads): Revert previous change.
5191 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
5192 the list of preloaded files passed on the command-line, get
5193 it from src/Makefile.
5194
5195 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
5196 show the original buffer rather than a random one.
5197
5198 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
5199
5200 * help.el (describe-no-warranty): Place point in a slightly better
5201 position in the GPLv3 text.
5202
5203 2009-10-06 Sam Steingold <sds@gnu.org>
5204
5205 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
5206 the comm attribute is present before calling regexp-quote.
5207
5208 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
5209
5210 * play/animate.el (animate-string): For good effect, make sure
5211 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
5212
5213 * play/animate.el (animate-sequence, animate-birthday-present):
5214 * misc.el (butterfly): Don't set `indent-tabs-mode'.
5215
5216 2009-10-06 Glenn Morris <rgm@gnu.org>
5217
5218 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
5219
5220 * emacs-lisp/autoload.el (autoload-excludes): New variable.
5221 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
5222 (batch-update-autoloads): Process a string value of autoload-excludes,
5223 set during the build process.
5224 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
5225
5226 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
5227 inside with-parsed... macro so that `v' is defined.
5228
5229 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
5230 * progmodes/fortran.el (fortran-end-of-block)
5231 (fortran-beginning-of-block):
5232 Also push mark in the macro case.
5233
5234 * emerge.el (emerge-show-file-name):
5235 * calc/calc.el (calc-quit):
5236 * calc/calc-misc.el (calc-big-or-small):
5237 * calc/calc-graph.el (calc-graph-view):
5238 * calc/calc-ext.el (calc-reset):
5239 * calendar/calendar.el (calendar-basic-setup):
5240 Use window-full-height-p.
5241
5242 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
5243 header we don't understand, don't insert another. (Bug#4624)
5244 If changing mime charset, insert the new one in the right place.
5245
5246 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
5247
5248 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
5249 (cal-tex-cursor-month): Correctly increment the end date for diary and
5250 holiday listing. (Bug#4626)
5251
5252 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5253
5254 * help-fns.el (describe-function-1): Don't burp if the function is not
5255 a symbol.
5256
5257 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
5258
5259 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
5260 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
5261 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
5262 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
5263
5264 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
5265 (eieio-default-superclass): Reflow docstrings.
5266 (this, class-option-assoc, defclass, eieio-class-un-autoload)
5267 (eieio-unbind-method-implementations, defmethod)
5268 (eieio-validate-slot-value, eieio-validate-class-slot-value)
5269 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
5270 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
5271 (eieio-slot-originating-class-p, eieio-slot-name-index)
5272 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
5273 (constructor, initialize-instance, no-next-method, object-print)
5274 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
5275 Fix typos in docstrings.
5276 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
5277 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
5278 (next-method-p): Doc fixes.
5279 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
5280 Fix typos in error messages.
5281 (eieio-defmethod): Fix typo in description of generic method.
5282
5283 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
5284 (eieio-persistent-save-interactive, slot-missing):
5285 Fix typos in docstrings.
5286 (eieio-instance-inheritor-slot-boundp): Doc fix.
5287
5288 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
5289 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
5290
5291 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
5292 (eieio-custom-object-apply-reset):
5293 Fix typos in docstrings and error messages.
5294
5295 * emacs-lisp/eieio-datadebug.el (data-debug-show):
5296 Fix typo in docstring.
5297
5298 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
5299 (eieio-browse-tree): Doc fix.
5300 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
5301 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
5302 Fix typos in docstrings.
5303
5304 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
5305 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
5306 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
5307 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
5308 Reflow docstrings.
5309
5310 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
5311
5312 * vc-hg.el (log-view-vc-backend): Declare for compiler.
5313 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
5314 Set log-view-vc-backend so that diff can work.
5315
5316 * log-view.el (log-view-diff): Use vc-diff-internal instead of
5317 vc-version-diff.
5318 (vc-diff-internal): Autoload this instead of vc-version-diff.
5319
5320 2009-10-05 Eli Zaretskii <eliz@gnu.org>
5321
5322 * simple.el (eval-expression): Doc fix.
5323
5324 * progmodes/cwarn.el (cwarn-mode): Doc fix.
5325
5326 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
5327
5328 * files.el (directory-files-no-dot-files-regexp): New defconst.
5329 (delete-directory): Use it.
5330 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
5331
5332 * net/tramp.el (tramp-verbose): Fix docstring.
5333 (tramp-methods): Add recursive option to `tramp-copy-args'.
5334 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
5335 "scp1_old", "scp2_old", "rsync", "rsyncc".
5336 (tramp-default-method): Check also for `auth-source-user-or-password'.
5337 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
5338 Add handler for `copy-directory'.
5339 (tramp-handle-copy-directory): New defun.
5340 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
5341 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
5342 Optimize sent command.
5343
5344 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5345
5346 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
5347 window if necessary.
5348
5349 * calendar/calendar.el (calendar-basic-setup): Don't call
5350 switch-to-buffer in a dedicated window.
5351
5352 2009-10-05 Karl Fogel <kfogel@red-bean.com>
5353
5354 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
5355 don't do anything related to relocating, just return nil.
5356 (bookmark-error-no-filename): New error.
5357 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
5358 bookmark has no file. Don't even attempt to handle things that
5359 are not files; the whole point of custom handlers is to keep that
5360 knowledge elsewhere anyway. Tighten some comments.
5361 (bookmark-file-or-variation-thereof): Remove now-unused function.
5362 (bookmark-location): Doc string fix.
5363 (Bug#4250)
5364
5365 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5366
5367 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
5368 don't use a file dialog, because they usually don't know how to read
5369 a directory target from the user. (Bug#4230)
5370 Also, make sure the prompt can display directories as well as files.
5371
5372 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5373
5374 * bookmark.el (bookmark-set, bookmark-buffer-name):
5375 Improve doc strings. (Bug#1193)
5376
5377 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5378
5379 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
5380 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
5381 (bookmark-get-annotation, bookmark-set-annotation)
5382 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
5383 (bookmark-set-position, bookmark-get-front-context-string)
5384 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
5385 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
5386 (bookmark-jump-other-window, bookmark-handle-bookmark)
5387 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
5388 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
5389 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
5390 Improve doc strings to say whether bookmark can be a string or
5391 a record or both, and make other consistency and clarity fixes.
5392 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
5393 (bookmark-default-annotation-text, bookmark-yank-word)
5394 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
5395 (bookmark-import-new-list, bookmark-maybe-rename)
5396 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
5397 (bookmark-bmenu-bookmark): Give these doc strings.
5398 (bookmark-bmenu-check-position): Give this a doc string, but also
5399 add a FIXME comment about how the function may be pointless.
5400 (bookmark-default-handler): Rework doc string and change a
5401 parameter name, to clarify that this takes a bookmark record
5402 not a bookmark name.
5403 (bookmark-set): Change a parameter name to indicate its meaning,
5404 and improve the doc string a bit.
5405 (Bug#4188)
5406
5407 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5408
5409 * bookmark.el (bookmark-alist): Document the new `handler' element
5410 in the param alist.
5411 (bookmark-make-record-function): Adjust documentation for above.
5412 (Bug#4193)
5413
5414 2009-10-04 Karl Fogel <kfogel@red-bean.com>
5415
5416 * info.el (Info-bookmark-make-record): Document this function.
5417 (Info-bookmark-jump): Document with a doc string, not just a comment.
5418 (Bug#4203)
5419
5420 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
5421
5422 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
5423 (semantic-new-buffer-fcn): Call parser setup functions here.
5424 (semantic-mode): Don't call parser setup functions here, it's done
5425 in semantic-new-buffer-fcn now.
5426 (semantic-mode): Parse all existing buffers when enabled.
5427
5428 * cedet/srecode/compile.el (srecode-compile-file):
5429 Call semantic-new-buffer-fcn if the buffer has not been parsed.
5430
5431 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
5432
5433 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
5434
5435 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
5436 (proj-comp-insert-variable-once): New macro, renamed from
5437 ede-pmake-insert-variable-once in ede/pmake.edl.
5438 (ede-proj-makefile-insert-variables): Use it.
5439
5440 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
5441
5442 * files.el (copy-directory): New defun.
5443
5444 * dired-aux.el (dired-copy-file-recursive): Use it.
5445
5446 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
5447
5448 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
5449 (makefile-end-of-command):
5450 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
5451 (semantic-end-of-context): Fix previous change. Doc fixes.
5452
5453 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
5454
5455 * files-x.el (modify-dir-local-variable)
5456 (copy-dir-locals-to-file-locals-prop-line):
5457 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
5458 (makefile-end-of-command):
5459 * cedet/semantic/lex.el (semantic-lex-token):
5460 * cedet/semantic/analyze/fcn.el
5461 (semantic-analyze-dereference-metatype-1):
5462 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
5463 (semantic-lex-cpp-undef):
5464 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
5465 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
5466 (semantic-end-of-context): Fix typos in docstrings.
5467
5468 * recentf.el (recentf-unload-function): New function.
5469
5470 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
5471
5472 * cedet/ede.el (ede-project-placeholder-cache-file):
5473 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
5474 * cedet/srecode/map.el (srecode-map-save-file):
5475 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
5476
5477 2009-10-04 Glenn Morris <rgm@gnu.org>
5478
5479 * window.el (window-full-height-p): Add doc string.
5480
5481 2009-10-04 Martin Rudalics <rudalics@gmx.at>
5482
5483 * window.el (window-full-height-p): New function. (Bug#4543)
5484
5485 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
5486
5487 * cedet/srecode/insert.el: Require srecode/args.
5488
5489 * cedet/srecode/args.el: Require srecode/dictionary instead of
5490 srecode/insert.
5491
5492 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
5493
5494 * files.el (auto-mode-alist): Add .srt and Project.ede.
5495
5496 * cedet/semantic.el (semantic-mode):
5497 Handle srecode-template-mode-hook as well.
5498 (semantic-mode): Use js-mode-hook for Javascript hook.
5499
5500 * cedet/srecode/template.el: Remove hook variable.
5501
5502 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
5503
5504 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
5505 projects exist.
5506 (ede-project-placeholder-cache-file): Default to a file in
5507 user-emacs-directory.
5508
5509 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
5510 templates in data-directory.
5511 (srecode-map-save-file): Default to a file in user-emacs-directory.
5512
5513 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
5514 directory.
5515
5516 2009-09-30 Eric Ludlam <zappo@gnu.org>
5517
5518 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
5519 Doc fix.
5520
5521 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
5522 Only insert each variable once.
5523
5524 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
5525 (ede-pmake-insert-variable-shared): Use it.
5526
5527 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
5528 for lexical table iff table is nil.
5529
5530 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5531
5532 * vc.el: Remove commented out code.
5533 (vc-derived-from-dir-mode): Remove, unused.
5534 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
5535
5536 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
5537
5538 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
5539 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
5540 there could be recursive loading when `default-directory' is a
5541 remote file name. (Bug#4614)
5542
5543 2009-10-03 Glenn Morris <rgm@gnu.org>
5544
5545 * calendar/calendar.el (calendar-basic-setup): Handle the case where
5546 the frame is wide.
5547 (calendar-generate-window): Test for shrinkability rather than width.
5548
5549 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
5550 declaration, currently false.
5551
5552 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
5553 reusing existing buffers, in case we happen to visit two files with the
5554 same basename. (Bug#4593)
5555
5556 2009-10-02 Eli Zaretskii <eliz@gnu.org>
5557
5558 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
5559 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
5560 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
5561 subdirs of cedet as well.
5562 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
5563
5564 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
5565
5566 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
5567 Obey advertised-signature-table.
5568
5569 * help-fns.el (help-function-arglist): Don't check
5570 advertised-signature-table.
5571 (describe-function-1): Do it here instead so it also applies to subrs.
5572
5573 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
5574
5575 * simple.el (start-file-process): Say in the doc-string, that file
5576 handlers might not support pty association, if PROGRAM is nil.
5577
5578 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
5579 HOST and USER are strings. They are nil, when there are
5580 incomplete entries in ~/.netrc, for example.
5581 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
5582 root directory ("device busy" error otherwise).
5583
5584 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
5585 Flush file properties of created directory.
5586
5587 2009-10-02 Eli Zaretskii <eliz@gnu.org>
5588
5589 * makefile.w32-in (WINS_BASIC): Remove cedet.
5590 (WINS_CEDET): Add cedet.
5591 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
5592
5593 2009-10-02 Kevin Ryde <user42@zip.com.au>
5594
5595 * net/browse-url.el (browse-url): Pass any symbol in
5596 browse-url-browser-function to `apply', since if you've mistakenly put
5597 an unbound symbol then the error is clearer. (Bug#4531)
5598
5599 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
5600
5601 * allout.el (allout-init, allout-back-to-current-heading)
5602 (allout-beginning-of-current-entry, allout-ascend-to-depth)
5603 (allout-ascend, allout-up-current-level, allout-end-of-level)
5604 (allout-previous-visible-heading, allout-forward-current-level)
5605 (allout-backward-current-level, allout-show-children):
5606 * apropos.el (apropos-describe-plist):
5607 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
5608 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
5609 * completion.el (add-completion, add-permanent-completion):
5610 * descr-text.el (describe-text-category, describe-char):
5611 * desktop.el (desktop-lazy-abort):
5612 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
5613 * dired.el (dired-build-subdir-alist):
5614 * ediff.el (ediff-version):
5615 * elide-head.el (elide-head, elide-head-show):
5616 * emerge.el (emerge-version):
5617 * env.el (getenv):
5618 * face-remap.el (variable-pitch-mode):
5619 * faces.el (describe-face):
5620 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
5621 (dired-at-point):
5622 * files.el (find-file-existing, auto-save-mode):
5623 * font-lock.el (font-lock-fontify-buffer):
5624 * help-fns.el (describe-function, describe-variable)
5625 (describe-syntax, describe-categories):
5626 * help.el (view-lossage, describe-bindings, describe-key)
5627 (describe-mode):
5628 * hexl.el (hexl-current-address):
5629 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
5630 * info.el (Info-goto-emacs-key-command-node):
5631 * log-edit.el (log-edit-insert-cvs-template)
5632 (log-edit-insert-cvs-rcstemplate):
5633 * menu-bar.el (menu-bar-mode):
5634 * mouse.el (mouse-appearance-menu):
5635 * newcomment.el (comment-indent-new-line):
5636 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
5637 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5638 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
5639 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
5640 * recentf.el (recentf-mode):
5641 * savehist.el (savehist-mode, savehist-save):
5642 * shadowfile.el (shadow-copy-files):
5643 * simple.el (kill-ring-save, next-line, previous-line)
5644 (normal-erase-is-backspace-mode):
5645 * strokes.el (strokes-update-window-configuration)
5646 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
5647 (strokes-xpm-for-stroke):
5648 * time.el (emacs-uptime, emacs-init-time):
5649 * tutorial.el (tutorial--describe-nonstandard-key)
5650 (tutorial--detailed-help):
5651 * type-break.el (type-break-mode)
5652 (type-break-mode-line-message-mode, type-break-query-mode)
5653 (type-break-guesstimate-keystroke-threshold):
5654 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
5655 * version.el (emacs-version):
5656 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
5657 * winner.el (winner-mode):
5658 * calendar/timeclock.el (timeclock-in, timeclock-out)
5659 (timeclock-status-string, timeclock-change)
5660 (timeclock-workday-remaining-string)
5661 (timeclock-workday-elapsed-string)
5662 (timeclock-when-to-leave-string):
5663 * calendar/todo-mode.el (todo-add-category):
5664 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
5665 * emacs-lisp/autoload.el (update-file-autoloads):
5666 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
5667 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
5668 (checkdoc-message-text, checkdoc-defun):
5669 * emacs-lisp/debug.el (debugger-list-functions):
5670 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5671 * emacs-lisp/eieio-opt.el (eieio-describe-class)
5672 (eieio-describe-generic):
5673 * emacs-lisp/lisp-mnt.el (lm-synopsis):
5674 * emacs-lisp/shadow.el (list-load-path-shadows):
5675 * emulation/cua-base.el (cua-mode):
5676 * emulation/edt.el (edt-set-scroll-margins):
5677 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
5678 (tpu-toggle-regexp, tpu-toggle-search-direction)
5679 (tpu-toggle-rectangle, tpu-toggle-control-keys):
5680 * emulation/tpu-extras.el (tpu-set-scroll-margins):
5681 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
5682 (viper-set-parsing-style-toggling-macro)
5683 (viper-set-emacs-state-searchstyle-macros):
5684 * emulation/viper.el (viper-set-hooks):
5685 * eshell/esh-mode.el (eshell-truncate-buffer):
5686 * international/mule-cmds.el (prefer-coding-system)
5687 (describe-input-method, describe-language-environment):
5688 * international/mule-diag.el (list-character-sets)
5689 (describe-character-set, describe-coding-system)
5690 (describe-fontset, list-fontsets, list-input-methods):
5691 * mail/sendmail.el (mail-signature):
5692 * net/ange-ftp.el (ange-ftp-copy-file):
5693 * net/browse-url.el (browse-url):
5694 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
5695 * net/quickurl.el (quickurl-add-url):
5696 * net/rcirc.el (names, topic):
5697 * net/xesam.el (xesam-mode):
5698 * play/5x5.el (5x5-new-game):
5699 * play/yow.el (apropos-zippy):
5700 * progmodes/ada-mode.el (ada-mode-version):
5701 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
5702 (f90-end-of-block)
5703 (f90-beginning-of-block):
5704 * progmodes/fortran.el (fortran-end-of-block)
5705 (fortran-beginning-of-block):
5706 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
5707 * progmodes/python.el (python-describe-symbol, python-shell):
5708 * term/ns-win.el (ns-print-buffer):
5709 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
5710 * textmodes/flyspell.el (flyspell-mode-on):
5711 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
5712 (pages-directory-for-addresses):
5713 * textmodes/table.el (table-recognize-cell)
5714 (table-query-dimension, table-generate-source)
5715 (table-insert-sequence, table--warn-incompatibility):
5716 * textmodes/tex-mode.el (tex-validate-buffer):
5717 * textmodes/texinfmt.el (texinfmt-version)
5718 (texinfo-format-buffer):
5719 Use `called-interactively-p' instead of `interactive-p'.
5720
5721 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
5722
5723 * image-mode.el (image-toggle-display):
5724 * emacs-lisp/elp.el (elp-instrument-function):
5725 * emacs-lisp/advice.el (ad-make-advised-definition):
5726 * emacs-lisp/easy-mmode.el (define-minor-mode):
5727 * net/browse-url.el (browse-url-maybe-new-window):
5728 * progmodes/sh-script.el (sh-learn-buffer-indent):
5729 Pass new argument 'any to `called-interactively-p'.
5730
5731 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
5732
5733 * international/uni-bidi.el:
5734 * international/uni-category.el:
5735 * international/uni-combining.el:
5736 * international/uni-comment.el:
5737 * international/uni-decimal.el:
5738 * international/uni-decomposition.el:
5739 * international/uni-digit.el:
5740 * international/uni-lowercase.el:
5741 * international/uni-mirrored.el:
5742 * international/uni-name.el:
5743 * international/uni-numeric.el:
5744 * international/uni-old-name.el:
5745 * international/uni-titlecase.el:
5746 * international/uni-uppercase.el:
5747 Regenerate from Unicode 5.2.0 data.
5748
5749 2009-10-01 Glenn Morris <rgm@gnu.org>
5750
5751 * Makefile.in (ELCFILES): Regenerate.
5752
5753 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5754
5755 * subr.el (interactive-p): Mark obsolete.
5756 (called-interactively-p): Make the optional-ness of `kind' obsolete.
5757 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
5758 advertised-signature-table for subroutines as well.
5759
5760 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
5761 (set-advertised-calling-convention): New function.
5762 (make-obsolete, define-obsolete-function-alias)
5763 (make-obsolete-variable, define-obsolete-variable-alias):
5764 Make the optional-ness of `when' obsolete.
5765 (define-obsolete-face-alias): Make `when' non-optional.
5766 * help-fns.el (help-function-arglist):
5767 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
5768 Use advertised-signature-table.
5769
5770 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
5771
5772 * files.el (delete-directory): New defun. The original function
5773 in fileio.c has been renamed to `delete-directory-internal'.
5774
5775 * dired.el (dired-delete-file): Call `delete-directory' with
5776 RECURSIVE parameter.
5777
5778 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
5779 parameter RECURSIVE. Implementation is missing.
5780
5781 * net/tramp.el (tramp-handle-make-directory): Flush upper
5782 directory's file properties.
5783 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
5784 (tramp-handle-dired-recursive-delete-directory): Flush directory
5785 properties after the remove command only.
5786
5787 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
5788 Handle optional parameter RECURSIVE.
5789
5790 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
5791 Handle optional parameter RECURSIVE.
5792
5793 * net/tramp-smb.el (tramp-smb-errors): Add error message for
5794 connection timeout.
5795 (tramp-smb-handle-delete-directory): Handle optional parameter
5796 RECURSIVE.
5797
5798 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5799
5800 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
5801 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
5802 (byte-compile-defmacro): Use backquotes.
5803
5804 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
5805
5806 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
5807 has no associated file.
5808 (vc-resynch-buffer): Use vc-dir-buffers.
5809
5810 2009-10-01 Glenn Morris <rgm@gnu.org>
5811
5812 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
5813 (chart-file-count):
5814 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
5815 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
5816 * emacs-lisp/eieio-opt.el (eieio-describe-class):
5817 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
5818 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
5819 (eieio-copy-parents-into-subclass, make-instance, class-children)
5820 (eieio-generic-form):
5821 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
5822 * cedet/cedet-idutils.el (cedet-idutils-search)
5823 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
5824 (cedet-idutils-version-check):
5825 * cedet/cedet.el (cedet-version):
5826 * cedet/data-debug.el (data-debug-insert-overlay-button)
5827 (data-debug-insert-overlay-list-button)
5828 (data-debug-insert-buffer-button)
5829 (data-debug-insert-buffer-list-button)
5830 (data-debug-insert-process-button, data-debug-insert-ring-button)
5831 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
5832 (data-debug-insert-stuff-vector-button)
5833 (data-debug-insert-symbol-button, data-debug-insert-string)
5834 (data-debug-insert-number, data-debug-insert-lambda-expression)
5835 (data-debug-insert-nil, data-debug-insert-simple-thing)
5836 (data-debug-insert-custom, data-debug-edebug-expr):
5837 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
5838 (global-ede-mode-map, ede-new, ede-debug-target)
5839 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
5840 * cedet/semantic.el (semantic-minimum-working-buffer-size)
5841 (semantic-fetch-tags, semantic-submode-list)
5842 (semantic-default-submodes):
5843 * cedet/ede/source.el (ede-source-match):
5844 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
5845 (project-am-package-info):
5846 * cedet/ede/proj.el (ede-proj-target, project-new-target):
5847 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
5848 * cedet/ede/proj-comp.el (ede-current-build-list):
5849 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
5850 * cedet/ede/files.el (ede-toplevel-project-or-nil):
5851 * cedet/ede/cpp-root.el (initialize-instance):
5852 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
5853 (autoconf-parameter-strip, autoconf-insert-new-macro):
5854 * cedet/semantic/wisent.el (wisent-lex-eoi):
5855 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
5856 (semantic-show-parser-state-mode):
5857 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
5858 * cedet/semantic/tag.el (semantic-tag-new-variable)
5859 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
5860 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
5861 (semantic--tag-deep-copy-tag-list)
5862 (semantic-tag-components-with-overlays-default):
5863 * cedet/semantic/symref.el (semantic-symref-find-text):
5864 * cedet/semantic/senator.el (senator-yank-tag)
5865 (senator-transpose-tags-up):
5866 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
5867 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
5868 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
5869 * cedet/semantic/lex.el (semantic-lex-comment-regex)
5870 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
5871 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
5872 * cedet/semantic/lex-spp.el
5873 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
5874 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
5875 * cedet/semantic/idle.el
5876 (semantic-idle-summary-current-symbol-info-brutish)
5877 (semantic-idle-summary-current-symbol-info-default):
5878 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
5879 (semantic--grammar-macro-compl-dict):
5880 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
5881 * cedet/semantic/format.el (semantic-format-tag-custom-list)
5882 (semantic-format-tag-canonical-name-default):
5883 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
5884 (semantic-find-tags-for-completion)
5885 (semantic-find-tags-by-scope-protection-default)
5886 (semantic-deep-find-tags-for-completion):
5887 * cedet/semantic/edit.el
5888 (semantic-edits-incremental-reparse-failed-hook)
5889 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
5890 (semantic-edits-splice-remove, semantic-edits-splice-replace):
5891 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
5892 * cedet/semantic/dep.el (semantic-dependency-include-path):
5893 * cedet/semantic/db.el (semanticdb-default-find-index-class)
5894 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
5895 (semanticdb-project-roots):
5896 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
5897 (semanticdb-find-adebug-insert-scanned-tag-cons)
5898 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
5899 (semanticdb-brute-deep-find-tags-for-completion):
5900 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
5901 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
5902 (semantic-end-of-context-default)
5903 (semantic-ctxt-current-function-default)
5904 (semantic-ctxt-scoped-types-default):
5905 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
5906 (semantic-complete-inline-tag-engine)
5907 (semantic-complete-inline-custom-type)
5908 (semantic-complete-read-tag-analyzer):
5909 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
5910 (semantic-chart-database-size):
5911 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
5912 (semantic-analyze-current-context):
5913 * cedet/semantic/symref/list.el (semantic-symref)
5914 (semantic-symref-hide-buffer, semantic-symref-symbol):
5915 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
5916 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
5917 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
5918 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
5919 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
5920 (semantic-c-dereference-template):
5921 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
5922 (semantic--analyze-refs-full-lookup-with-parents)
5923 (semantic--analyze-refs-full-lookup-simple):
5924 * cedet/semantic/analyze/complete.el
5925 (semantic-analyze-possible-completions):
5926 * cedet/srecode/table.el (srecode-mode-table-new):
5927 * cedet/srecode/srt.el (srecode-read-variable-name):
5928 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
5929 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
5930 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
5931 * cedet/srecode/map.el (srecode-current-map):
5932 * cedet/srecode/insert.el (srecode-insert)
5933 (srecode-insert-variable-secondname-handler, srecode-insert-method)
5934 (srecode-template-inserter-point-override)
5935 (srecode-insert-include-lookup):
5936 * cedet/srecode/getset.el (srecode-auto-choose-class):
5937 * cedet/srecode/extract.el (srecode-inserter-extract):
5938 * cedet/srecode/document.el
5939 (srecode-document-autocomment-return-last-alist)
5940 (srecode-document-autocomment-param-type-alist)
5941 (srecode-document-insert-function-comment)
5942 (srecode-document-insert-variable-one-line-comment)
5943 (srecode-document-function-name-comment):
5944 * cedet/srecode/dictionary.el (srecode-create-dictionary)
5945 (srecode-compound-toString):
5946 * cedet/srecode/compile.el (srecode-flush-active-templates):
5947 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
5948 Doc/message fixes.
5949
5950 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
5951 match-data. (Bug#4555).
5952
5953 * cedet/semantic/bovine/gcc.el
5954 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
5955 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
5956
5957 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
5958 rather than parsing it as a regexp. This relaxes the layout
5959 requirements and makes errors easier to detect.
5960 (check-declare-verify): Check file is regular.
5961 (check-declare-directory): Doc fix.
5962 * subr.el (declare-function): Doc fix.
5963
5964 * ibuffer.el (ibuffer-format-qualifier):
5965 * isearch.el (hi-lock-regexp-okay):
5966 * calc/calc.el (math-zerop):
5967 * mail/uce.el (rmail-msgbeg, rmail-msgend):
5968 * term/w32-win.el (setup-default-fontset, set-fontset-font):
5969 Remove unused declarations.
5970
5971 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
5972
5973 * cedet/semantic/wisent/javat-wy.el
5974 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
5975
5976 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
5977
5978 * cedet/srecode/expandproto.el: Fix provide statement.
5979
5980 2009-09-30 Eric Ludlam <zappo@gnu.org>
5981
5982 * emacs-lisp/eieio.el (boolean-p): Delete.
5983
5984 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
5985
5986 * cedet/ede/srecode.el: Fix provide statement.
5987
5988 2009-09-30 Glenn Morris <rgm@gnu.org>
5989
5990 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
5991 * cedet/ede/proj-aux.el (ede-aux-source):
5992 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
5993 (ede-misc-source):
5994 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
5995 (semantic-mrub-switch-tags): Fix doc typos.
5996
5997 * cedet/semantic/db-global.el (data-debug-new-buffer)
5998 (data-debug-insert-thing): Remove unneeded declarations (one broken).
5999 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
6000
6001 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
6002
6003 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
6004 use of CL function `remove-if-not'.
6005
6006 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
6007
6008 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
6009 filename is not a string.
6010
6011 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
6012
6013 * files.el (safe-local-eval-forms): Fix typo.
6014
6015 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
6016
6017 * vc-hooks.el (vc-dir-buffers): New var.
6018 (vc-state-refresh): New function.
6019 (vc-state): Use it.
6020 (vc-after-save): Always ask the backend to recompute the new state.
6021 Always call vc-dir if necessary, using vc-dir-buffers.
6022 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
6023 Use vc-dir-buffers.
6024 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
6025 (vc-dir-prepare-status-buffer, vc-dir-update)
6026 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
6027 Don't call expand-file-name on default-directory.
6028
6029 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
6030
6031 * speedbar.el (speedbar-item-delete):
6032 * calc/calc-prog.el (calc-kbd-if):
6033 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
6034
6035 * epa.el (epa-key-list-mode-map):
6036 * hi-lock.el (hi-lock-menu): Fix typos in menus.
6037
6038 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
6039 (hs-show-hook): Fix typo in docstring.
6040
6041 2009-09-29 Glenn Morris <rgm@gnu.org>
6042
6043 * cedet/semantic/symref/idutils.el:
6044 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
6045
6046 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
6047
6048 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
6049 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
6050 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
6051 Mark declarations not understood by check-declare.
6052
6053 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
6054 file-name-nondirectory call preventing location of cedet files.
6055 (check-declare-verify): Use literal search rather than re-search.
6056 Add basic defmethod and defclass, and define-overloadable-function.
6057
6058 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6059 Use tramp-compat-file-attributes rather than nonexistent
6060 tramp-compat-handle-file-attributes.
6061
6062 * Makefile.in (lisptagsfiles4): New.
6063 (AUTOGENEL): Add cedet loaddefs files.
6064 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
6065 (update-elclist, compile-always, backup-compiled-files)
6066 (bootstrap-clean): Add yet another directory level.
6067 (update-elclist): Use LC_COLLATE rather than COLLATE.
6068 (ELCFILES): Update, via `make update-elclist'.
6069
6070 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
6071
6072 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
6073 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
6074 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
6075
6076 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
6077
6078 * Makefile.in (lisptagsfiles3): Define.
6079 (TAGS, TAGS-LISP): Use it.
6080 (update-elclist): Add third directory level to look for elc files.
6081 (compile-always): Likewise.
6082 (backup-compiled-files): Likewise.
6083 (bootstrap-clean): Likewise.
6084 (ELCFILES): Update.
6085
6086 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
6087
6088 * Makefile.in (ELCFILES): Add CEDET files.
6089
6090 2009-09-28 Eric Ludlam <zappo@gnu.org>
6091
6092 CEDET (development tools) package merged.
6093
6094 * cedet/*.el:
6095 * cedet/ede/*.el:
6096 * cedet/semantic/*.el:
6097 * cedet/srecode/*.el: New files.
6098
6099 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
6100
6101 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
6102
6103 * net/tramp.el (top): Require tramp-imap.
6104
6105 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
6106 Use `tramp-compat-handle-file-attributes'.
6107
6108 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
6109
6110 * net/tramp-imap.el: New package.
6111
6112 2009-09-28 Eric Ludlam <zappo@gnu.org>
6113
6114 * emacs-lisp/chart.el:
6115 * emacs-lisp/eieio-base.el:
6116 * emacs-lisp/eieio-comp.el:
6117 * emacs-lisp/eieio-custom.el:
6118 * emacs-lisp/eieio-datadebug.el:
6119 * emacs-lisp/eieio-opt.el:
6120 * emacs-lisp/eieio-speedbar.el:
6121 * emacs-lisp/eieio.el: New files.
6122
6123 * cedet/cedet-cscope.el:
6124 * cedet/cedet-files.el:
6125 * cedet/cedet-global.el:
6126 * cedet/cedet-idutils.el:
6127 * cedet/data-debug.el:
6128 * cedet/inversion.el:
6129 * cedet/mode-local.el:
6130 * cedet/pulse.el: New files.
6131
6132 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6133
6134 * whitespace.el (whitespace-trailing-regexp)
6135 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
6136 Fix doc string.
6137
6138 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
6139
6140 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
6141 menu.
6142
6143 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
6144 menu-bar-ediff-menu.
6145
6146 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
6147 define-overloadable-function.
6148
6149 * progmodes/autoconf.el: Provide autoconf as well, so that this
6150 file can be `require'd.
6151
6152 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
6153
6154 * emacs-lisp/autoload.el (generated-autoload-feature)
6155 (generated-autoload-load-name): New vars.
6156 (autoload-rubric, autoload-generate-file-autoloads): Use them.
6157 (make-autoload): Recognize define-overloadable-function and
6158 defclass forms (for EIEIO).
6159
6160 * Makefile.in (update-subdirs): Exclude cedet directory.
6161
6162 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6163
6164 * term/ns-win.el: Don't set the region face background. (Bug#4381)
6165
6166 * faces.el: Default light-background background for region face to
6167 ns_selection_color under NS.
6168
6169 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6170
6171 * net/imap-hash.el: New library, see NEWS.
6172
6173 * Makefile.in (ELCFILES): Add imap-hash.el.
6174
6175 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6176
6177 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
6178 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
6179 * help-macro.el (make-help-screen): Avoid using an ambiguous function
6180 definition where the docstring could be taken for the return value.
6181
6182 2009-09-26 Glenn Morris <rgm@gnu.org>
6183
6184 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
6185 Add option to only show images below a certain size.
6186 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
6187 save-excursion calls.
6188
6189 2009-09-26 Eli Zaretskii <eliz@gnu.org>
6190
6191 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
6192 subdirectories) and eieio.
6193
6194 2009-09-26 Alan Mackenzie <acm@muc.de>
6195
6196 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
6197 buggy bracketing. (Bug#4289)
6198
6199 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
6200 character constants (as case labels). (Bug#4289)
6201
6202 2009-09-25 Juri Linkov <juri@jurta.org>
6203
6204 * files.el (safe-local-eval-forms): Allow time-stamp in
6205 before-save-hook (Bug#4554).
6206
6207 2009-09-25 Drew Adams <drew.adams@oracle.com>
6208
6209 * menu-bar.el (list-buffers-directory): Doc fix.
6210
6211 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
6212
6213 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
6214 Try and avoid copying twice the same paragraph.
6215 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
6216 Remove save-excursion.
6217 (log-edit-changelog-entry): Do it here instead.
6218
6219 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
6220
6221 * bs.el (bs--get-file-name): Use `list-buffers-directory'
6222 when available, instead of hardcoding mode names. Doc fix.
6223
6224 * menu-bar.el (list-buffers-directory): Add docstring.
6225 Make automatically buffer-local.
6226
6227 * dired.el (dired-mode):
6228 * files.el (cd-absolute):
6229 * pcvs.el (cvs-temp-buffer):
6230 * pcvs-util.el (cvs-get-buffer-create):
6231 * shell.el (shell-mode):
6232 * vc-dir.el (vc-dir-mode):
6233 Don't make `list-buffers-directory' buffer local.
6234
6235 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
6236
6237 * comint.el (comint-exec, comint-run, make-comint):
6238 Doc fixes (Bug#4542).
6239
6240 2009-09-25 Glenn Morris <rgm@gnu.org>
6241
6242 * mail/rmailmm.el (rmail-mime): New custom group.
6243 Move all defcustoms in this file into this group.
6244 (rmail-mime-media-type-handlers-alist): Revert previous change.
6245 (rmail-mime-show-images): New option.
6246 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
6247 references to it, since it wasn't actually used for anything.
6248 (rmail-mime-insert-image): New function.
6249 (rmail-mime-image): Use rmail-mime-insert-image.
6250 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
6251 obey the value of `rmail-mime-show-images' option. Print the size of
6252 attachments.
6253
6254 2009-09-25 David Engster <deng@randomsample.de>
6255
6256 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
6257
6258 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6259
6260 * whitespace.el: Does not highlight trailing spaces While point is
6261 at end of line. Does not highligt spaces at beginning of buffer
6262 while point is at beginning of buffer. Does not highlight spaces
6263 at end of buffer while point is at end of buffer. (Bug#4177)
6264 New version 12.0.
6265 (whitespace-display-mappings): Adjust initialization.
6266 (whitespace-point, whitespace-font-lock-refontify): New vars.
6267 (whitespace-color-on, whitespace-color-off): Adjust code.
6268 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
6269 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
6270 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
6271
6272 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
6273
6274 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
6275
6276 * textmodes/sgml-mode.el: Remove xml-mode alias.
6277
6278 * files.el (auto-mode-alist, conf-mode-maybe)
6279 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
6280
6281 2009-09-24 Alan Mackenzie <acm@muc.de>
6282
6283 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
6284 c-forward-conditionals, but it doesn't move point and doesn't set
6285 the mark.
6286 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
6287 (c-down-conditional-with-else, c-backward-conditional)
6288 (c-forward-conditional): Refactor to use c-scan-conditionals.
6289
6290 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
6291
6292 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
6293 (help-default-arg-highlight): Remove.
6294 (help-highlight-arg): New function.
6295 (help-do-arg-highlight): Use it.
6296 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
6297
6298 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
6299
6300 * term.el (term-set-scroll-region, term-handle-ansi-escape):
6301 Undo last change, which didn't fix the problem and introduced others.
6302
6303 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
6304
6305 * progmodes/gdb-mi.el: Don't require speedbar.
6306 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
6307
6308 2009-09-24 Glenn Morris <rgm@gnu.org>
6309
6310 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
6311
6312 * term/ns-win.el (ns-reg-to-script): Define for compiler.
6313
6314 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
6315 there is no newline after the final mime boundary. (Bug#4539)
6316 Move markers on insertion so that any buttons inserted don't end up in
6317 the next part of a multipart message.
6318 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
6319 (rmail-mime-bulk-handler): Optionally handle images.
6320 (rmail-mime-image): New button action.
6321 (rmail-mime-image-handler): New function.
6322 (rmail-mime-mode): New mode.
6323 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
6324
6325 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
6326
6327 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
6328 than just dropping elements from it (bug#4504).
6329
6330 * term.el (term-set-scroll-region): Don't move cursor any more.
6331 (term-handle-ansi-escape): Call term-goto here instead.
6332 Suggested by Ivan Kanis <apple@kanis.eu>.
6333
6334 * term.el: Require CL.
6335 (term-ansi-reset): New function.
6336 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
6337 (term-handle-colors-array): Simplify.
6338
6339 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
6340
6341 * allout.el (allout-overlay-interior-modification-handler)
6342 (allout-obtain-passphrase):
6343 * epa-file.el (epa-file-write-region):
6344 * ps-print.el (ps-begin-job):
6345 * vc-hooks.el (vc-toggle-read-only):
6346 * vc-rcs.el (vc-rcs-rollback):
6347 * vc-sccs.el (vc-sccs-rollback):
6348 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
6349 (vc-version-diff, vc-revert, vc-rollback):
6350 * wdired.el (wdired-check-kill-buffer):
6351 * emacs-lisp/authors.el (authors):
6352 * net/socks.el (socks-open-connection):
6353 * net/zeroconf.el (zeroconf-service-add-hook):
6354 * obsolete/vc-mcvs.el (vc-mcvs-register):
6355 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
6356 (gdb-select-frame):
6357 * progmodes/grep.el (lgrep, rgrep):
6358 * progmodes/idlw-help.el (idlwave-help-check-locations)
6359 (idlwave-help-html-link, idlwave-help-assistant-open-link):
6360 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
6361 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
6362 (reftex-toc-rename-label): Fix typos in error messages.
6363
6364 * dired-aux.el (dired-do-shell-command): Reflow docstring.
6365 (dired-copy-how-to-fn): Doc fix.
6366 (dired-files-attributes, dired-read-shell-command):
6367 Fix typos in docstrings.
6368
6369 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
6370 (dired-x-find-file-other-window): Reflow docstrings.
6371 (dired-omit-marker-char, dired-read-shell-command)
6372 (dired-x-submit-report): Fix typos in docstrings.
6373
6374 * shell.el (shell-mode-hook):
6375 * view.el (View-scroll-line-forward):
6376 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
6377 Fix typos in docstrings.
6378
6379 * net/dig.el (dig-invoke): Fix typo in docstring.
6380 (query-dig): Reflow docstring.
6381
6382 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
6383 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
6384 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
6385 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
6386 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
6387 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
6388 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
6389 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
6390 (idlwave-completion-map, idlwave-current-indent)
6391 (idlwave-custom-ampersand-surround, idlwave-customize)
6392 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
6393 (idlwave-define-abbrev, idlwave-determine-class-special)
6394 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
6395 (idlwave-end-block-reg, idlwave-end-of-statement)
6396 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
6397 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
6398 (idlwave-explicit-class-listed, idlwave-file-header)
6399 (idlwave-fill-paragraph, idlwave-find-class-definition)
6400 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
6401 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
6402 (idlwave-in-quote, idlwave-indent-action-table)
6403 (idlwave-indent-expand-table, idlwave-indent-line)
6404 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
6405 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
6406 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
6407 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
6408 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
6409 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
6410 (idlwave-outlawed-buffers, idlwave-popup-select)
6411 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
6412 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
6413 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
6414 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
6415 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
6416 (idlwave-statement-type, idlwave-struct-skip)
6417 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
6418 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
6419 (idlwave-what-module-find-class): Fix typos in docstrings.
6420 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
6421 (idlwave-calculate-cont-indent, idlwave-expand-equal)
6422 (idlwave-find-module, idlwave-find-structure-definition)
6423 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
6424 (idlwave-list-load-path-shadows, idlwave-next-statement)
6425 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
6426 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
6427 (idlwave-template): Reflow docstrings.
6428
6429 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
6430 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
6431 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
6432 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
6433 (idlwave-shell-display-line, idlwave-shell-display-wframe)
6434 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
6435 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
6436 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
6437 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
6438 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
6439 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
6440 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
6441 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
6442 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
6443 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
6444 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
6445 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
6446 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
6447 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
6448 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
6449 Fix typos in docstrings.
6450 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
6451 (idlwave-shell-hide-output, idlwave-shell-mode)
6452 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
6453 Reflow docstrings.
6454
6455 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
6456
6457 2009-09-24 Ivan Kanis <apple@kanis.eu>
6458
6459 * term.el (term-bold-attribute): New var.
6460 (term-handle-colors-array): Use it.
6461
6462 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
6463
6464 * progmodes/gdb-mi.el (gdb-version): New variable.
6465 (gdb-non-stop-handler): Set gdb-version.
6466 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
6467 Condition "--thread" option on gdb-version.
6468 (gdb-invalidate-threads): Remove unused argument.
6469
6470 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6471
6472 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
6473 to looking-back to avoid ridiculous slow down in large files (bug#4511).
6474
6475 2009-09-23 Glenn Morris <rgm@gnu.org>
6476
6477 * mail/rmail.el (rmail-reply): Don't try to add a References header when
6478 replying to mail without References or Message-Id. (Bug#4525)
6479
6480 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
6481
6482 * term/ns-win.el (ns-reg-to-script): New variable.
6483
6484 2009-09-23 Daiki Ueno <ueno@unixuser.org>
6485
6486 * epg.el (epg-wait-for-status): Preserve existing 'error results.
6487
6488 2009-09-22 Sam Steingold <sds@gnu.org>
6489
6490 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
6491 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
6492 to 1 because hg returns status 1 when nothing is found.
6493 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
6494
6495 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
6496
6497 * textmodes/fill.el: Convert to utf-8 encoding.
6498 (fill-french-nobreak-p): Remove redundant » and « inherited from our
6499 pre-unicode days.
6500
6501 * add-log.el (change-log-fill-forward-paragraph): New function.
6502 (change-log-mode): Use it so fill-region DTRT.
6503 Set fill-indent-according-to-mode here rather than in
6504 change-log-fill-paragraph.
6505 (change-log-fill-paragraph): Remove.
6506
6507 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
6508
6509 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
6510 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
6511
6512 2009-09-22 Glenn Morris <rgm@gnu.org>
6513
6514 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
6515 the scroll-bar scroll the calendar window rather than the buffer.
6516
6517 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
6518 commands that move point (as opposed to scrolling).
6519
6520 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
6521
6522 * emacs-lisp/elint.el (elint): New custom group.
6523 (elint-log-buffer): Make it a defcustom.
6524 (elint-scan-preloaded, elint-ignored-warnings)
6525 (elint-directory-skip-re): New options.
6526 (elint-builtin-variables): Doc fix.
6527 (elint-preloaded-env): New variable.
6528 (elint-unknown-builtin-args): Add an entry for encode-time.
6529 (elint-extra-errors): Make it a variable rather than a constant.
6530 (elint-preloaded-skip-re): New constant.
6531 (elint-directory): Skip files matching elint-directory-skip-re.
6532 (elint-features): New variable, local to linted buffers.
6533 (elint-update-env): Initialize elint-features. Possibly add
6534 elint-preloaded-env to the buffer's environment.
6535 (elint-get-top-forms): Bind elint-current-pos, for log messages.
6536 Skip quoted forms.
6537 (elint-init-form): New function, extracted from elint-init-env.
6538 Make non-list forms a warning rather than an error.
6539 Add the mode-map for define-derived-mode. Handle define-minor-mode,
6540 easy-menu-define, put that adds an error-condition, and provide.
6541 When requiring cl, also require cl-macs. Really require cl, to handle
6542 some cl macros. Store required libraries in the list elint-features,
6543 so as not to re-load them. Treat cc-require like require.
6544 (elint-init-env): Call elint-init-form to do the work.
6545 Handle eval-and-compile and such like.
6546 (elint-add-required-env): Do not clear messages.
6547 (elint-special-forms): Add handlers for function, defalias, if, when,
6548 unless, and, or.
6549 (elint-form): Add optional argument to ignore elint-special-forms,
6550 useful to prevent recursive calls from handlers. Doc fix.
6551 Respect elint-ignored-warnings.
6552 (elint-form): Respect elint-ignored-warnings.
6553 (elint-bound-variable, elint-bound-function): New variables.
6554 (elint-unbound-variable): Respect elint-bound-variable.
6555 (elint-get-args): Respect elint-bound-function.
6556 (elint-check-cond-form): Add some simple handling for (f)boundp and
6557 featurep tests.
6558 (elint-check-defalias-form): New handler.
6559 (elint-check-let-form): Make an empty let a warning rather than an
6560 error.
6561 (elint-check-setq-form): Make an empty setq a warning rather than an
6562 error. Respect elint-ignored-warnings.
6563 (elint-check-defvar-form): Accept null doc-strings.
6564 (elint-check-conditional-form): New handler. Does some simple-minded
6565 checking of featurep and (f)boundp tests.
6566 (elint-put-function-args): New function.
6567 (elint-initialize): Use elint-scan-doc-file rather than
6568 elint-find-builtin-variables. Use elint-put-function-args.
6569 Possibly scan preloaded-file-list.
6570 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
6571 extend to handle functions as well.
6572
6573 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
6574
6575 * linum.el (linum-delete-overlays, linum-update-window):
6576 Do not modify the right margin. (Bug#3971)
6577
6578 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
6579
6580 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
6581 nxml-mode instead of xml-mode.
6582
6583 2009-09-21 Kevin Ryde <user42@zip.com.au>
6584
6585 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
6586
6587 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6588
6589 * net/dig.el (dig-mode): Use define-derived-mode.
6590
6591 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
6592
6593 * vc-dispatcher.el (vc-do-command): Return the process object in
6594 the asynchronous case. Use when instead of if. Do not run
6595 vc-exec-after to display a message if not enabled. (Bug#4463)
6596
6597 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
6598 properties to the stash strings.
6599 (vc-git-stash-list): Return a list of strings.
6600 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
6601 (vc-git-stash-show-at-point): New functions.
6602 (vc-git-stash-map): New keymap.
6603
6604 * register.el (ctl-x-r-map): Define the keys here instead of
6605 using autoload.
6606
6607 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
6608
6609 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
6610 list, to workaround performance problem (bug#4485).
6611
6612 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
6613
6614 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
6615
6616 2009-09-20 Daiki Ueno <ueno@unixuser.org>
6617
6618 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
6619 Document that this option is not recommended to use.
6620
6621 2009-09-19 Glenn Morris <rgm@gnu.org>
6622
6623 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
6624 variable `var'.
6625
6626 * calc/calc-alg.el (var):
6627 * calc/calcalg2.el (var): Define for compiler.
6628
6629 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
6630
6631 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
6632 Doc fix (Bug#3932).
6633
6634 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
6635
6636 * time-stamp.el (time-stamp-month-dd-yyyy)
6637 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
6638 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
6639 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
6640 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
6641 Remove functions that have been obsolete since 1995 (Bug#4436).
6642
6643 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
6644 indent buffer only if called interactively (Bug#4452).
6645
6646 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
6647 Eli Zaretskii <eliz@gnu.org>
6648
6649 This fixes bug#4197 (merged to bug#865, though not identical).
6650 * server.el (server-auth-dir): Add docstring note about FAT32.
6651 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
6652 but warn against using them.
6653
6654 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
6655
6656 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
6657 older GDB where there is no has_more field.
6658
6659 2009-09-19 Glenn Morris <rgm@gnu.org>
6660
6661 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6662
6663 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
6664
6665 * files.el (auto-mode-alist): Change default for XML files to nXML
6666 mode (Bug#4169).
6667
6668 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
6669
6670 * server.el (server-ensure-safe-dir): Pass 'integer
6671 to `file-attributes', as suggested.
6672
6673 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6674
6675 * dired-aux.el (dired-query-alist): Remove spurious backslash.
6676 (dired-query): Use read-key.
6677
6678 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
6679
6680 * cus-start.el (ns-use-qd-smoothing): Remove.
6681
6682 2009-09-18 Glenn Morris <rgm@gnu.org>
6683
6684 * allout.el (top-level): Remove unnecessary progn.
6685
6686 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
6687
6688 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
6689 definition of abbrev table.
6690
6691 * speedbar.el (speedbar-track-mouse):
6692 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
6693 * net/eudc.el (eudc-expand-inline):
6694 * net/newst-backend.el (newsticker--cache-read-feed):
6695 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6696 condition-case handlers.
6697
6698 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
6699
6700 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
6701 (gdb-var-list): Add an element for has_more field.
6702 (gdb-non-stop-handler): Enable pretty printing for STL containers.
6703 (gdb-var-create-handler, gdb-var-list-children-handler-1)
6704 (gdb-var-update-handler-1): Parse output of dynamic variable
6705 objects (STL containers).
6706 (gdb-var-delete-1): Pass var1 as an explicit second argument.
6707 (gdb-get-field): Delete alias. Use bindat-get-field directly.
6708
6709 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
6710 gdb-var-list.
6711 (gud-speedbar-buttons): Make node expandable if expression "has more"
6712 children.
6713
6714 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
6715
6716 * startup.el (emacs-quick-startup): Remove variable and all uses.
6717 (command-line): Set `inhibit-x-resources' instead.
6718 (command-line-1): Use `inhibit-x-resources' instead.
6719
6720 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
6721
6722 * subr.el: Fix last change to avoid using the `unless' macro,
6723 which breaks bootstrapping.
6724
6725 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6726
6727 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
6728 extended definitions, in case we reload subr.el after having
6729 loaded CL.
6730 (eval-next-after-load): Mark as obsolete.
6731
6732 2009-09-17 Juri Linkov <juri@jurta.org>
6733
6734 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
6735 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
6736 (menu-bar-showhide-menu, menu-bar-tools-menu)
6737 (menu-bar-describe-menu, menu-bar-help-menu)
6738 (minibuffer-local-completion-map, minibuffer-local-map):
6739 Fix list quoting.
6740
6741 2009-09-17 Glenn Morris <rgm@gnu.org>
6742
6743 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
6744 arguments, whether or not it has a handler.
6745
6746 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
6747
6748 * simple.el (hard-newline): Give it a doc-string.
6749
6750 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6751 (lisp-mode-syntax-table): Give them doc-strings.
6752
6753 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
6754
6755 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
6756 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
6757 (menu-bar-options-menu, menu-bar-showhide-menu)
6758 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
6759 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
6760 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
6761 (menu-bar-options-menu, menu-bar-tools-menu)
6762 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
6763 (menu-bar-help-menu):
6764 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
6765 string arguments.
6766
6767 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
6768 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
6769 calls for the menu names and :help.
6770
6771 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6772
6773 * mouse.el (minor-mode-menu-from-indicator): Pay attention
6774 to :minor-mode-function (bug#4455).
6775
6776 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6777
6778 * startup.el (command-line): Initialize the window-system after
6779 processing the command-line.
6780
6781 * textmodes/page.el (what-page): Make sure we don't inf-loop if
6782 page-delimiter matches the empty string.
6783
6784 2009-09-16 Glenn Morris <rgm@gnu.org>
6785
6786 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
6787 byte-compile-not-obsolete-var. It's a list now.
6788 (byte-compile-not-obsolete-funcs): New variable.
6789 (byte-compile-warn-obsolete): Don't warn about functions if they are in
6790 byte-compile-not-obsolete-funcs.
6791 (byte-compile-variable-ref, byte-compile-defvar): Update for
6792 byte-compile-not-obsolete-vars name-change and list nature.
6793 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
6794 and variables behind (f)boundp tests.
6795 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
6796
6797 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
6798
6799 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
6800
6801 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6802
6803 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
6804 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
6805 Don't autoload.
6806
6807 2009-09-15 Stephen Eglen <stephen@gnu.org>
6808
6809 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
6810 the virtual-buffers, use the name of the buffer specified by
6811 find-file-noselect, as the match may be a symlink. (This was a
6812 problem if the target and the symlink had different names.)
6813
6814 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6815
6816 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
6817
6818 * desktop.el (desktop-path): Check user-emacs-directory.
6819
6820 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
6821
6822 * loadup.el: Use after-load-functions to GC after loading each file.
6823 Remove the explicit GC calls that used to be sprinkled around.
6824
6825 * subr.el (after-load-functions): New hook.
6826 (do-after-load-evaluation): Run it. Use string-match-p to detect
6827 `obsolete' packages, rather than painfully extracting the relevant
6828 directory name.
6829
6830 2009-09-15 Glenn Morris <rgm@gnu.org>
6831
6832 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
6833 free variable `doc'.
6834
6835 * dired.el (dired-mode-map): Add menu entry for async shell command.
6836
6837 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
6838 variables, also consider the .elc files, since the .el files are
6839 normally gzipped (subsequent code locates the .el.gz from the .elc).
6840
6841 * calc/calc-prog.el (arglist): Define for compiler.
6842
6843 * calendar/diary-lib.el (diary-display-function): Change the default to
6844 fancy display.
6845 (body): Define for compiler.
6846
6847 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
6848 (byte-compile-file-form, byte-compile-lambda)
6849 (byte-compile-top-level-body, byte-compile-form)
6850 (byte-compile-variable-ref, byte-compile-setq)
6851 (byte-compile-setq-default, byte-compile-body)
6852 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
6853 (batch-byte-compile): Give some more local variables with common names
6854 a "bytecomp-" prefix to avoid masking warnings about free variables.
6855
6856 * startup.el (command-line-1): Give local variables with common names a
6857 distinguishing prefix, so as not to hide free variable warnings during
6858 bootstrap.
6859
6860 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
6861 clever and add a suffix to make a unique name, just let the user decide
6862 whether or not to overwrite it. If the input is a directory, write the
6863 default filename to that directory. (Bug#4388)
6864 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
6865 is a filename-as-a-directory.
6866
6867 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6868
6869 * textmodes/page.el (what-page): Don't move to beginning of line.
6870 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
6871
6872 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
6873
6874 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
6875
6876 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
6877
6878 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
6879 * help.el (help-for-help-internal): Add purecopy calls for text.
6880
6881 * vc.el (top): print-log method now takes an optional SHORTLOG
6882 argument. Add a new method: root.
6883 (vc-root-diff, vc-print-root-log): New functions.
6884 (vc-log-short-style): New variable.
6885 (vc-print-log-internal): Add support for showing short logs.
6886
6887 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
6888 vc-print-root-log and vc-print-root-diff.
6889
6890 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
6891 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
6892 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
6893 short logs.
6894
6895 * vc-cvs.el (vc-cvs-print-log):
6896 * vc-mtn.el (vc-mtn-print-log):
6897 * vc-rcs.el (vc-rcs-print-log):
6898 * vc-sccs.el (vc-sccs-print-log):
6899 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
6900 that is ignored for now.
6901
6902 * vc-mtn.el (vc-mtn-annotate-command):
6903 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
6904
6905 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6906
6907 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
6908 to function-key-map, and give them ascii-character property.
6909 * term/x-win.el (x-alternatives-map):
6910 * term/ns-win.el (ns-alternatives-map):
6911 * term/internal.el (msdos-key-remapping-map):
6912 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
6913
6914 2009-09-14 Glenn Morris <rgm@gnu.org>
6915
6916 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
6917 temp-buffers (2009-09-12).
6918
6919 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
6920
6921 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
6922 the new read-key function.
6923
6924 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
6925
6926 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
6927 is defined (Bug#4405).
6928
6929 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
6930
6931 * recentf.el (recentf-cleanup): Use a hash table to find
6932 duplicates (Bug#4407).
6933
6934 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
6935
6936 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
6937 kp-0 to ascii equivalents (Bug#4325).
6938
6939 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
6940
6941 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
6942
6943 * eshell/em-hist.el:
6944 * eshell/em-dirs.el (eshell-complete-user-reference):
6945 Declare pcomplete functions and variables to avoid compiler warnings.
6946
6947 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
6948
6949 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
6950 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
6951 * eshell/em-alias.el (eshell-aliases-file):
6952 * eshell/em-hist.el (eshell-history-file-name):
6953 Use expand-file-name instead of concat to make file names (Bug#4308).
6954
6955 2009-09-13 Glenn Morris <rgm@gnu.org>
6956
6957 * ediff-merg.el (ediff-do-merge):
6958 * filesets.el (filesets-run-cmd):
6959 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
6960 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
6961 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
6962 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
6963 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
6964 Replace empty `let's with `progn'.
6965
6966 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
6967
6968 * mail/sendmail.el (send-mail-function):
6969 * tooltip.el (tooltip-mode):
6970 * simple.el (transient-mark-mode):
6971 * rfn-eshadow.el (file-name-shadow-mode):
6972 * frame.el (blink-cursor-mode):
6973 * font-core.el (global-font-lock-mode):
6974 * files.el (temporary-file-directory)
6975 (small-temporary-file-directory, auto-save-file-name-transforms):
6976 * epa-hook.el (auto-encryption-mode):
6977 * composite.el (global-auto-composition-mode):
6978 Use custom-initialize-delay.
6979 * startup.el (command-line): Don't explicitly call
6980 custom-reevaluate-setting for all the above vars.
6981 * custom.el (custom-initialize-safe-set)
6982 (custom-initialize-safe-default): Delete.
6983
6984 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6985
6986 * term/x-win.el (x-initialize-window-system):
6987 * term/w32-win.el (w32-initialize-window-system):
6988 * term/ns-win.el (ns-initialize-window-system): Don't call
6989 mouse-wheel-mode since it's enabled globally by default already.
6990
6991 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
6992 actually define the variable, but only silences the byte-compiler.
6993 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
6994 before looking it up.
6995 (mouse-wheel-scroll-amount): Also reset the bindings if this value
6996 is changed.
6997
6998 2009-09-12 Glenn Morris <rgm@gnu.org>
6999
7000 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
7001 1000.
7002 (elint-add-required-env): Don't beep on error.
7003 (elint-forms): In case of error, return ENV unchanged.
7004 (elint-init-env): Skip non-list forms.
7005 (elint-log): Handle unknown file positions.
7006
7007 2009-09-12 Daiki Ueno <ueno@unixuser.org>
7008
7009 * epg.el (epg-make-context): Add autoload cookie.
7010 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
7011 (epg-decrypt-string, epg-start-verify, epg-verify-file)
7012 (epg-verify-string, epg-start-sign, epg-sign-file)
7013 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
7014 (epg-encrypt-string, epg-start-export-keys)
7015 (epg-export-keys-to-file, epg-export-keys-to-string)
7016 (epg-start-import-keys, epg-import-keys-from-file)
7017 (epg-import-keys-from-string, epg-start-receive-keys)
7018 (epg-receive-keys, epg-import-keys-from-server)
7019 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
7020 (epg-sign-keys, epg-start-generate-key)
7021 (epg-generate-key-from-file, epg-generate-key-from-string):
7022 Remove autoload cookie.
7023
7024 2009-09-12 Eli Zaretskii <eliz@gnu.org>
7025
7026 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
7027 reevaluation of trash-directory.
7028
7029 * mwheel.el: Fix last change.
7030 (mouse-wheel-mode): New defvar.
7031 (mouse-wheel-mode): Remove autoload cookie.
7032
7033 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7034
7035 * mwheel.el (mwheel-installed-bindings): New var.
7036 (mouse-wheel-mode): Use it, so as to make sure we really remove all
7037 the bindings we set last time. Use custom-initialize-delay.
7038 * loadup.el: Load mwheel after term/*-win.el.
7039 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
7040 and mouse-wheel-up-event now that their first evaluation is done
7041 sufficiently late to be correct.
7042
7043 * startup.el (tutorial-directory): Make it a defcustom.
7044 Use custom-initialize-delay rather than eval-at-startup to set it.
7045 * image.el (image-load-path): Make it a defcustom.
7046 Use custom-initialize-delay rather than eval-at-startup to set it.
7047 * subr.el (eval-at-startup): Remove.
7048 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
7049
7050 * subr.el (do-after-load-evaluation): Warn the user after loading an
7051 obsolete package.
7052
7053 2009-09-12 Glenn Morris <rgm@gnu.org>
7054
7055 * proced.el (proced-mark-alt): Remove alias.
7056 (proced-mode-map): Remove proced-mark-alt.
7057
7058 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
7059 Elint file and directory. Remove initialization entry.
7060
7061 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
7062 commands.
7063 (elint-current-buffer): Set mode-line-process.
7064 (elint-init-env): Handle define-derived-mode.
7065 Fix declare-function with unspecified arglist. Guard against odd
7066 defalias statements (eg iso-insert's 8859-1-map).
7067 (elint-add-required-env): Use a temp buffer.
7068 (elint-form): Just print the function/macro name, not the whole form.
7069 Return env unchanged if we fail to parse a macro.
7070 (elint-forms): Guard against parse errors.
7071 (elint-output): New function, to handle batch mode.
7072 (elint-log-message): Add optional argument. Use elint-output.
7073 (elint-set-mode-line): New function.
7074
7075 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
7076
7077 * emacs-lisp/elp.el (elp-not-profilable): Add more
7078 functions (Bug#4233).
7079
7080 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
7081
7082 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
7083 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
7084
7085 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
7086
7087 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
7088 (gdb-var-list-children): Use json parsing.
7089
7090 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
7091
7092 * progmodes/js.el (js--proper-indentation): Handle the case where
7093 char-before is null. Reported by Deniz Dogan.
7094
7095 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
7096
7097 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
7098
7099 2009-09-11 Daiki Ueno <ueno@unixuser.org>
7100
7101 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
7102 (epg-digest-algorithm-alist): Add SHA224.
7103 (epg-context-set-passphrase-callback)
7104 (epg-context-set-progress-callback): Add description about
7105 callback function.
7106
7107 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7108
7109 * custom.el (custom-delayed-init-variables): New var.
7110 (custom-initialize-delay): New function.
7111 * startup.el (command-line): "Re"evaluate all vars in
7112 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
7113 explicitly any more.
7114 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
7115 to avoid creating a ~/.emacs.d at build-time (bug#4347).
7116
7117 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
7118
7119 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
7120
7121 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
7122 (gdb-var-update-handler): Use json parsing.
7123
7124 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
7125
7126 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
7127 decode annotated text, regardless of language environment. (Bug#2741)
7128
7129 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7130
7131 * Makefile.in (autoloads): Make rmail.el writable as well.
7132
7133 2009-09-11 Glenn Morris <rgm@gnu.org>
7134
7135 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
7136 loaddefs.el.
7137 * dired.el: Regenerate with extracted autoloads.
7138 * Makefile.in (autoloads): Make dired.el writable.
7139
7140 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
7141 * ibuffer.el: Regenerate with extracted autoloads.
7142 * Makefile.in (autoloads): Make ibuffer.el writable.
7143
7144 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
7145 * version.el (emacs-copyright, emacs-major-version)
7146 (emacs-minor-version): Reformat doc-strings for make-docfile.
7147
7148 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
7149 functions and variables, since they must be stuff specific to some other
7150 platform.
7151 (apropos-print): Make mouse-click message less specific about button.
7152
7153 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
7154 that records where a macro was defined.
7155 * help-fns.el (describe-function-1): Mention if a function has a
7156 compiler-macro.
7157 * help-mode.el (help-function-cmacro): New button.
7158
7159 * locate.el (top-level): Always require dired.
7160 (locate-mode-map): Initialize inside the defvar.
7161
7162 * net/ange-ftp.el (dired-compress-file): Declare.
7163 (ange-ftp-dired-compress-file): Add doc string.
7164
7165 * term/ns-win.el (x-display-name, x-setup-function-keys):
7166 Unify doc-strings with X versions.
7167
7168 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7169
7170 * emulation/crisp.el (crisp-mode-map): Move initialization
7171 into declaration.
7172 (crisp-mode): Use define-minor-mode.
7173
7174 * progmodes/xscheme.el (xscheme-evaluation-commands):
7175 Put a :advertised-binding property rather than using
7176 advertised-xscheme-send-previous-expression.
7177 (advertised-xscheme-send-previous-expression): Declare obsolete.
7178 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
7179 `advertised-undo'.
7180 (crisp-mode): Add corresponding bindings to
7181 undo's :advertised-binding instead.
7182 * dired.el (dired-mode-map): Put a :advertised-binding property rather
7183 than using dired-advertised-find-file.
7184 (dired-advertised-find-file):
7185 * simple.el (advertised-undo):
7186 * wid-edit.el (advertised-widget-backward): Declare obsolete.
7187 (widget-keymap): Put a :advertised-binding property rather
7188 than using advertised-widget-backward.
7189 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
7190 than using advertised-undo.
7191 * tutorial.el (tutorial--default-keys): Adjust accordingly.
7192
7193 2009-09-10 Simon South <ssouth@slowcomputing.org>
7194
7195 * progmodes/delphi.el (delphi-tab): Indent region when Transient
7196 Mark mode is enabled and region is active; otherwise indent or
7197 insert TAB as usual.
7198 (delphi-mode): Update description of TAB-key binding.
7199
7200 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7201
7202 * subr.el (define-key-rebound-commands): Mark obsolete.
7203 * startup.el (precompute-menubar-bindings): Remove.
7204 (normal-top-level): Remove obsolete code that tried to precompute
7205 menubar bindings.
7206 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
7207 define-key-rebound-commands and precompute-menubar-bindings.
7208
7209 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
7210
7211 * net/imap.el (imap-interactive-login): Better messages.
7212 (imap-open): Fix bug with renamed buffer on reconnect.
7213 (imap-authenticate): Add buffer-local imap-last-authenticator variable
7214 for easier debugging and cleaner code. On successful (guessed based on
7215 server capabilities) secondary authentication, set imap-state
7216 correctly.
7217 (imap-last-authenticator): Define imap-last-authenticator as a variable
7218 to avoid warnings.
7219
7220 2009-09-10 Glenn Morris <rgm@gnu.org>
7221
7222 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
7223
7224 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
7225 (byte-compile-file-form-autoload): Don't warn about unknown functions
7226 where the autoload statement comes after the use.
7227 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
7228 that any handlers inside the body (eg require) are in turn respected.
7229
7230 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
7231 effects.
7232
7233 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
7234 and syntax and abbrev tables basic docs, if they don't have any.
7235
7236 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
7237
7238 * international/mule-cmds.el (top-level): Require cl when compiling.
7239 (view-hello-file): Use default-value rather than
7240 default-enable-multibyte-characters.
7241
7242 * progmodes/fortran.el: Move all safe and risky properties into the
7243 defcustoms.
7244
7245 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
7246 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
7247 * mail/undigest.el:
7248 Put autoloads in rmail.el rather than loaddefs.el.
7249 * mail/rmail.el: Regenerate with extracted autoloads.
7250
7251 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
7252 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
7253
7254 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
7255
7256 Reported in thread for Bug#4375.
7257 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
7258 "-data-evaluate-expression" instead of print.
7259 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
7260 (gdb-tooltip-print): Parse output from above MI command.
7261 (gdb): Revert 2009-08-11 change. User should detach inferior
7262 manually.
7263
7264 Remove the word "separate" from IO functions as inferior
7265 output is now never displayed in the GUD buffer.
7266
7267 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
7268
7269 * startup.el (command-line-normalize-file-name): On Windows and
7270 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
7271
7272 2009-09-10 Juri Linkov <juri@jurta.org>
7273
7274 * isearch.el (isearch-text-char-description): Propertize escape
7275 character sequences with the `escape-glyph' face. (Bug#4344)
7276
7277 * simple.el (shell-command): Set asynchronous process filter to
7278 `comint-output-filter'. (Bug#4343)
7279
7280 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
7281 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
7282 the list. Move "asm" to the bottom.
7283 (grep-find-ignored-directories): Add `choice' with nil value
7284 to empty the list easily.
7285 (grep-find-ignored-files): New option.
7286 (grep-files-history): Set to nil by default instead of '("ch" "el").
7287 (grep-compute-defaults): Add "<X>" to `grep-template'.
7288 (grep-read-files): Bind new local variables `default-alias' and
7289 `default-extension'. Use a list of default values for the file prompt.
7290 (lgrep): Add `--exclude=' command line options composed from
7291 `grep-find-ignored-files'.
7292 (rgrep): Add `-name' command line options composed from
7293 `grep-find-ignored-files'. (Bug#4301)
7294
7295 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
7296
7297 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
7298 (bug#4368).
7299
7300 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7301
7302 * calendar/time-date.el (autoload):
7303 Expand define-obsolete-function-alias into defalias and make-obsolete
7304 for old Emacsen that Gnus supports.
7305 (with-no-warnings): Define it for old Emacsen.
7306 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7307 is available.
7308 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7309 float-time is available; suppress compile warning for time-to-seconds.
7310
7311 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
7312
7313 * net/imap.el (imap-message-map): Docstring fix.
7314
7315 2009-09-09 Glenn Morris <rgm@gnu.org>
7316
7317 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
7318 line numbers too. (Bug#4374)
7319
7320 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7321
7322 * smerge-mode.el (smerge-remove-props, smerge-refine):
7323 Use with-silent-modifications (bug#4342).
7324
7325 * subr.el (with-silent-modifications): New macro.
7326
7327 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
7328
7329 * files.el (top-level): Require `cl' when compiling.
7330
7331 2009-09-07 Glenn Morris <rgm@gnu.org>
7332
7333 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
7334
7335 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
7336 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
7337
7338 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
7339
7340 * vc-git.el (vc-git-annotate-command): Use separator to parse
7341 arguments correctly.
7342
7343 2009-09-06 Eli Zaretskii <eliz@gnu.org>
7344
7345 * proced.el (proced-mode): Doc fix.
7346
7347 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
7348
7349 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
7350 lstat fails.
7351 (tramp-do-file-attributes-with-ls): Check for file existence at
7352 remote end.
7353 (tramp-do-file-attributes-with-stat): Likewise.
7354 (tramp-convert-file-attributes): Return nil when attr is nil.
7355
7356 2009-09-05 Glenn Morris <rgm@gnu.org>
7357
7358 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
7359 properties to this button.
7360 (diary-fancy-display): Don't extend the button to the final newline.
7361 (diary-fancy-display-mode): Continue to define "q" as a local key.
7362
7363 * calendar/cal-china.el (holiday-chinese): Make it slightly more
7364 efficient.
7365
7366 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
7367
7368 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
7369 (byte-compile-dest-file-function): New option.
7370 (byte-compile-dest-file): Doc fix.
7371 Obey byte-compile-dest-file-function.
7372 (byte-compile-cl-file-p): New function.
7373 (byte-compile-eval): Only suppress noruntime warnings about cl functions
7374 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
7375 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
7376 than for file being previously loaded.
7377 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
7378 (byte-compile-file-form-require): Handle the case where requiring a file
7379 indirectly causes CL to be loaded.
7380
7381 2009-09-05 Karl Fogel <kfogel@red-bean.com>
7382
7383 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
7384 before killing the old buffer, since by the time `kill-buffer' is
7385 run so many buffer variables have been set to nil that it may not
7386 behave as expected. (Bug#4061)
7387
7388 2009-09-05 Karl Fogel <kfogel@red-bean.com>
7389
7390 * files.el (find-alternate-file): If the old buffer is modified
7391 and visiting a file, behave similarly to `kill-buffer' when
7392 killing it, thus reverting to the pre-1.878 behavior; see
7393 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
7394 for discussion. Also, consult `buffer-file-name' as a variable
7395 not as a function, for consistency with the rest of the code.
7396
7397 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
7398
7399 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
7400 also when adding a new directory.
7401
7402 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
7403 defun.
7404
7405 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7406
7407 * files.el (locate-file-completion-table): Make it provide boundary
7408 information, so partial-completion works better.
7409
7410 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
7411
7412 * mail/footnote.el (Footnote-text-under-cursor):
7413 Check footnote-text-marker-alist before using it (bug#4324).
7414
7415 2009-09-04 Glenn Morris <rgm@gnu.org>
7416
7417 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
7418 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
7419 * play/solitaire.el, play/tetris.el:
7420 Remove leading * from defcustom and defface docs.
7421
7422 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
7423 necessary.
7424 (diary-fancy-overriding-map): New variable.
7425 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
7426 Use view-mode.
7427
7428 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
7429 goto-line.
7430
7431 2009-09-03 Glenn Morris <rgm@gnu.org>
7432
7433 * arc-mode.el (archive-mode):
7434 * dos-fns.el (set-default-process-coding-system):
7435 * man.el (Man-getpage-in-background):
7436 * menu-bar.el (menu-bar-describe-menu):
7437 * server.el (server-process-filter):
7438 * startup.el (command-line):
7439 * tar-mode.el (tar-header-block-tokenize, tar-extract):
7440 * w32-fns.el (set-default-process-coding-system):
7441 * x-dnd.el (x-dnd-handle-file-name):
7442 * international/mule-cmds.el (mule-menu-keymap)
7443 (set-default-coding-systems, language-info-alist, set-language-info)
7444 (set-language-environment, standard-display-european-internal)
7445 (set-locale-environment):
7446 * international/mule-diag.el (mule-diag):
7447 * mail/emacsbug.el (report-emacs-bug):
7448 * mail/rmail.el (rmail-mode):
7449 * mail/sendmail.el (mail-setup):
7450 Use default-value rather than default-enable-multibyte-characters.
7451
7452 * progmodes/f90.el: Move all safe properties into the defcustoms.
7453 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
7454
7455 * calendar/appt.el (appt-check):
7456 * calendar/diary-lib.el (diary-set-header, diary-live-p)
7457 (diary-check-diary-file, diary-list-entries)
7458 (diary-include-other-diary-files, diary-simple-display)
7459 (diary-fancy-display, diary-print-entries)
7460 (diary-mark-included-diary-files, diary-make-entry):
7461 Don't call substitute-in-file-name on diary-file.
7462
7463 2009-09-03 Eduard Wiebe <usenet@pusto.de>
7464 Stefan Monnier <monnier@iro.umontreal.ca>
7465
7466 * mail/footnote.el (footnote-prefix): Make it a defcustom.
7467 (footnote-mode-map): Move initialization into the declaration.
7468 (footnote-minor-mode-map): Define it rather than changing global-map.
7469 (footnote-mode): Use define-minor-mode.
7470
7471 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
7472
7473 * net/tramp.el (tramp-handle-file-attributes-with-ls)
7474 (tramp-do-file-attributes-with-perl)
7475 (tramp-do-file-attributes-with-stat): Rename from
7476 `tramp-handle-file-attributes-with-*'.
7477 (tramp-handle-file-attributes): Use them.
7478 (tramp-do-directory-files-and-attributes-with-perl)
7479 (tramp-do-directory-files-and-attributes-with-stat): Rename from
7480 `tramp-handle-directory-files-and-attributes-with-*'.
7481 (tramp-handle-directory-files-and-attributes): Use them.
7482 (tramp-method-out-of-band-p): Additional parameter SIZE.
7483 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
7484 (tramp-handle-write-region): Use it.
7485 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
7486 (tramp-handle-vc-registered): Check, whether the first run did
7487 return files to be tested.
7488 (tramp-advice-make-auto-save-file-name): Do not call directly
7489 `tramp-handle-make-auto-save-file-name', because this would bypass
7490 the locking mechanism.
7491
7492 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
7493 (file-remote-p, process-file, start-file-process, set-file-times)
7494 (tramp-compat-file-attributes): Compatibility functions shall not
7495 call directly `tramp-handle-*', because this would bypass the
7496 locking mechanism.
7497 (tramp-compat-number-sequence): New defun.
7498
7499 2009-09-02 Glenn Morris <rgm@gnu.org>
7500
7501 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
7502 alias for float-time.
7503 (time-to-number-of-days): In Emacs, use float-time.
7504 * net/newst-backend.el (time-add): Suppress warnings from compat
7505 function.
7506 * time.el (emacs-uptime, emacs-init-time):
7507 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
7508 Use float-time rather than time-to-seconds.
7509
7510 * minibuffer.el (completion-initials-expand): Fix typo.
7511
7512 * faces.el (modeline, modeline-inactive, modeline-highlight)
7513 (modeline-buffer-id):
7514 * info.el (info-menu-5): Mark these face aliases as obsolete.
7515
7516 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
7517
7518 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
7519 space ...
7520 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
7521 no "--thread" option.
7522 (gdb-stopped): Don't print "Switched to thread" message when it is
7523 unchanged.
7524
7525 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7526
7527 * minibuffer.el (completion-try-completion)
7528 (completion-all-completions): Remove ill-defined (and
7529 mistakenly installed and luckily never used nor documented)
7530 `completion-styles' property.
7531 (completion-initials-expand, completion-initials-all-completions)
7532 (completion-initials-try-completion): New functions.
7533 (completion-styles-alist): Add doc to each entry.
7534 Add new `initials' entry.
7535
7536 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
7537
7538 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
7539 MI command -var-evaluate-expression.
7540 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
7541 and tweak for case of string child.
7542 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
7543
7544 2009-09-01 Glenn Morris <rgm@gnu.org>
7545
7546 * add-log.el (change-log-date-face, change-log-name-face)
7547 (change-log-email-face, change-log-file-face, change-log-list-face)
7548 (change-log-conditionals-face, change-log-function-face)
7549 (change-log-acknowledgement-face):
7550 * cus-edit.el (custom-invalid-face, custom-rogue-face)
7551 (custom-modified-face, custom-set-face, custom-changed-face)
7552 (custom-saved-face, custom-button-face, custom-button-pressed-face)
7553 (custom-documentation-face, custom-state-face, custom-comment-face)
7554 (custom-comment-tag-face, custom-variable-tag-face)
7555 (custom-variable-button-face, custom-face-tag-face)
7556 (custom-group-tag-face-1, custom-group-tag-face):
7557 * diff-mode.el (diff-header-face, diff-file-header-face)
7558 (diff-index-face, diff-hunk-header-face, diff-removed-face)
7559 (diff-added-face, diff-changed-face, diff-function-face)
7560 (diff-context-face, diff-nonexistent-face):
7561 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
7562 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
7563 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
7564 (Info-title-4-face):
7565 * isearch.el (isearch-lazy-highlight-face):
7566 * log-view.el (log-view-file-face, log-view-message-face):
7567 * paren.el (show-paren-match-face, show-paren-mismatch-face):
7568 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
7569 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
7570 (cvs-msg-face):
7571 * smerge-mode.el (smerge-mine-face, smerge-other-face)
7572 (smerge-base-face, smerge-markers-face):
7573 * wid-edit.el (widget-documentation-face, widget-button-face)
7574 (widget-field-face, widget-single-line-field-face)
7575 (widget-inactive-face, widget-button-pressed-face):
7576 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
7577 (woman-addition-face):
7578 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
7579 (eshell-ls-executable-face, eshell-ls-readonly-face)
7580 (eshell-ls-unreadable-face, eshell-ls-special-face)
7581 (eshell-ls-missing-face, eshell-ls-archive-face)
7582 (eshell-ls-backup-face, eshell-ls-product-face)
7583 (eshell-ls-clutter-face):
7584 * eshell/em-prompt.el (eshell-prompt-face):
7585 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
7586 * obsolete/old-whitespace.el (whitespace-highlight-face):
7587 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
7588 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
7589 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
7590 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
7591 (antlr-font-lock-literal-face):
7592 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
7593 (ebrowse-root-class-face, ebrowse-file-name-face)
7594 (ebrowse-default-face, ebrowse-member-attribute-face)
7595 (ebrowse-member-class-face, ebrowse-progress-face):
7596 * progmodes/make-mode.el (makefile-space-face):
7597 * progmodes/sh-script.el (sh-heredoc-face):
7598 * textmodes/flyspell.el (flyspell-incorrect-face)
7599 (flyspell-duplicate-face):
7600 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
7601 * textmodes/texinfo.el (texinfo-heading-face):
7602 Mark face aliases with "-face" suffix as obsolete.
7603
7604 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
7605 compiler.
7606
7607 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
7608 (eudc-bob-sound-menu): Use defvar rather than defconst, since
7609 easy-menu-define wants to modify these.
7610
7611 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
7612
7613 * net/browse-url.el (browse-url-file-url):
7614 * term/internal.el (dos-codepage-setup):
7615 Use default-value rather than default-enable-multibyte-characters.
7616
7617 * progmodes/etags.el (etags-goto-tag-location):
7618 * progmodes/flymake.el (flymake-highlight-line)
7619 (flymake-goto-file-and-line, flymake-goto-line):
7620 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
7621 (gdb-goto-breakpoint):
7622 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
7623 * progmodes/python.el (python-find-function)
7624 (python-pdbtrack-track-stack-file):
7625 * progmodes/verilog-mode.el (verilog-surelint-off):
7626 * term/ns-win.el (ns-open-file-select-line):
7627 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
7628 Use forward-line rather than goto-line.
7629
7630 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
7631 * textmodes/reftex-index.el (reftex-display-index):
7632 * textmodes/reftex-ref.el (reftex-offer-label-menu):
7633 * textmodes/reftex-toc.el (reftex-toc):
7634 Remove unnecessary bindings of default-major-mode (all are followed by
7635 major-mode check and possible mode switch).
7636
7637 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
7638
7639 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
7640 Handle watchpoints (bug#4282).
7641 (def-gdb-thread-buffer-command): Enable thread to be selected by
7642 clicking without selecting threads buffer first.
7643 (gdb-current-context-command): Use selected frame so that "up",
7644 "down" etc work in the GUD buffer.
7645 (gdb-update): Find selected frame before rendering stack buffer.
7646 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
7647
7648 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7649
7650 * progmodes/sym-comp.el (displayed-completions): Remove.
7651 (symbol-complete): Use minibuffer-complete.
7652
7653 2009-08-31 Glenn Morris <rgm@gnu.org>
7654
7655 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
7656
7657 * apropos.el (apropos-symbols-internal):
7658 Handle (obsolete) face aliases.
7659
7660 * faces.el (describe-face): Adjust the output format to be more like
7661 describe-variable, and to mention (obsolete) face aliases.
7662 Adjust the whitespace so that help-setup-xref works.
7663
7664 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
7665 * calendar/diary-lib.el (diary-button-face):
7666 Mark these face aliases as obsolete.
7667
7668 * calendar/calendar.el (calendar-today): Doc fix.
7669
7670 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
7671
7672 * progmodes/gdb-mi.el (gdb-control-all-threads)
7673 (gdb-control-current-thread): Force tool bar update.
7674 (gdb-non-stop-handler): New function.
7675 (gdb-init-1): Use it to test if non-stop mode is supported.
7676 Remove unused gdbmi buffer type.
7677
7678 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
7679
7680 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7681 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
7682
7683 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
7684
7685 * comint.el (comint-exec-1): Check command is non-null first.
7686 Part of gdb-mi.el change (2009-08-28).
7687
7688 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7689
7690 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
7691
7692 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
7693
7694 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
7695 instead of `dolist' to avoid a recursive require when bootstrapping.
7696
7697 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7698
7699 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
7700
7701 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
7702
7703 * net/imap.el (imap-send-command): Simplify.
7704 (imap-wait-for-tag): point-max -> buffer-size.
7705
7706 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
7707
7708 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
7709 with constant argument.
7710
7711 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
7712
7713 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
7714
7715 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
7716 Change default, since most of our files don't have a history.
7717 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
7718 the user.
7719
7720 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7721 Add comint-run.
7722
7723 * calc/calc.el: Improve commenting convention.
7724 (calc-digit-map, toplevel): Simplify.
7725
7726 * comint.el (comint-insert-input): Be careful to only set point if we
7727 don't delegate to some other command.
7728
7729 * proced.el (proced-signal-list): Make it an alist.
7730 (proced-grammar-alist): Capitalize names.
7731 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
7732 Disable undo manually and make it read-only.
7733 Use completion-annotate-function.
7734
7735 * minibuffer.el (minibuffer-message): If the current buffer is not
7736 a minibuffer, insert the message in the echo area rather than at the
7737 end of the buffer.
7738 (completion-annotate-function): New variable.
7739 (minibuffer-completion-help): Use it.
7740 (completion--embedded-envvar-table): Environment vars are
7741 always case-sensitive.
7742
7743 2009-08-30 Glenn Morris <rgm@gnu.org>
7744
7745 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
7746 from fortran-current-defun.
7747 (fortran-beginning-of-subprogram): Be more precise about finding the
7748 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
7749 (fortran-end-of-subprogram): Simplify.
7750 (fortran-current-defun): Use fortran-start-prog-re.
7751
7752 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
7753
7754 * subr.el (do-after-load-evaluation): Simplify.
7755
7756 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
7757
7758 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
7759
7760 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
7761 (vc-rcs-print-log): Use it.
7762
7763 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
7764
7765 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7766
7767 * paths.el (abbrev-file-name): Move to abbrev.el.
7768 * abbrev.el (abbrev-file-name): Move from paths.el.
7769 Obey user-emacs-directory.
7770 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
7771 user-emacs-directory.
7772 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
7773 abbrev-file-name and calc-settings-file any more.
7774 * startup.el (command-line): Recompute abbrev-file-name and
7775 abbreviated-home-dir.
7776 (normal-no-mouse-startup-screen): Improve the generic code and get rid
7777 of the special code for when C-h bindings haven't been changed.
7778 (display-startup-echo-area-message): Use with-current-buffer.
7779 (command-line-1): Use a list of strings, rather than a list of lists
7780 of strings for longopts.
7781
7782 * files.el (get-free-disk-space): Use / for default-directory.
7783
7784 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
7785 Use with-current-buffer.
7786
7787 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
7788 Recognize immutable variables like most-positive-fixnum.
7789 (byte-compile-setq-default): Check and warn if trying to assign
7790 to an immutable variable, or a non-variable.
7791
7792 * progmodes/cc-vars.el (c-comment-continuation-stars):
7793 * progmodes/cc-engine.el (c-looking-at-bos):
7794 * progmodes/cc-cmds.el (c-toggle-auto-state)
7795 (c-forward-into-nomenclature, c-backward-into-nomenclature)
7796 (c-comment-line-break-function): Add version of obsolescence.
7797
7798 2009-08-28 Juri Linkov <juri@jurta.org>
7799
7800 * files.el (magic-fallback-mode-alist): Add ZIP magic number
7801 associated with `archive-mode'.
7802
7803 * image.el (image-type-header-regexps): Use only JPEG magic number
7804 to determine JPEG images, and don't use `image-jpeg-p' because
7805 Emacs can display non-JFIF non-Exif JPEG images.
7806
7807 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
7808
7809 * arc-mode.el (archive-mode):
7810 * emacs-lisp/re-builder.el (re-builder-unload-function):
7811 Protect against the default value of `major-mode' being nil.
7812
7813 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
7814
7815 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
7816 Fix typos in docstrings.
7817
7818 * progmodes/js.el (js--macro-decl-re): Doc fix.
7819 (js--plain-method-re, js--split-name): Refloc docstring.
7820 (js--class-styles, js--make-merged-item, js--splice-into-items):
7821 Fix typos in docstrings; reflow docstrings.
7822 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
7823 (js--variable-decl-matcher, js--inside-pitem-p)
7824 (js--parse-state-at-point, js--get-all-known-symbols)
7825 (js--symbol-history, js-find-symbol, js--js-references)
7826 (js--moz-interactor, js--js-encode-value, js--read-tab):
7827 Fix typos in docstrings.
7828
7829 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7830
7831 * textmodes/reftex.el (reftex-get-file-buffer-force):
7832 * progmodes/verilog-mode.el (verilog-batch-execute-func):
7833 * emulation/viper.el (viper-go-away, viper-set-hooks):
7834 * emacs-lisp/re-builder.el (re-builder-unload-function):
7835 * emacs-lisp/bytecomp.el (byte-compile-file):
7836 * ses.el (ses-unload-function):
7837 * hexl.el (hexl-find-file):
7838 * files.el (normal-mode):
7839 * ehelp.el (with-electric-help):
7840 * autoinsert.el (auto-insert-alist):
7841 * arc-mode.el (archive-mode):
7842 Use (default-value 'major-mode) instead of default-major-mode.
7843
7844 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
7845 * international/mule.el (load-with-code-conversion):
7846 * emacs-lisp/debug.el (debug):
7847 * ediff-vers.el (ediff-rcs-get-output-buffer):
7848 * dired.el (dired-internal-noselect): Don't let-bind
7849 default-major-mode around code that doesn't use it.
7850 E.g. buffer creation via get-buffer-create doesn't use it.
7851
7852 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
7853
7854 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
7855 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
7856 when writing the temp file. Otherwise, epa-file gets confused.
7857 (tramp-register-file-name-handlers): Make it a defun. Move also
7858 `epa-file-handler' to the front of `file-name-handler-alist'.
7859
7860 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7861
7862 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
7863 start right after a ^M.
7864 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
7865 (tramp-completion-file-name-regexp-separate)
7866 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
7867 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
7868 Don't modify last-coding-system-used by accident.
7869 (tramp-completion-file-name-handler): Apply the checks here,
7870 instead during registration.
7871 (tramp-register-file-name-handlers) Renamed from
7872 `tramp-register-file-name-handler'. Register both
7873 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
7874 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
7875
7876 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
7877
7878 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
7879 Remove variable ...
7880 (gdb-init-1, gdb-display-separate-io-buffer)
7881 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
7882 references to it.
7883 (gdb-inferior-io-mode): Use make-comint-in-buffer.
7884 (gdb-inferior-filter): Use comint-output-filter to stop
7885 echoing and remove ^M characters.
7886
7887 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7888
7889 * emulation/viper-init.el (viper-restore-cursor-type):
7890 * emulation/cua-base.el (cua--update-indications):
7891 Replace default-cursor-type with (default-value 'cursor-type).
7892
7893 * mail/sendmail.el (mail-recover-1):
7894 * international/mule-diag.el (describe-current-coding-system-briefly)
7895 (describe-current-coding-system):
7896 * international/mule-cmds.el (select-safe-coding-system)
7897 (select-message-coding-system)
7898 (set-language-environment-coding-systems, set-locale-environment):
7899 * hexl.el (hexl-insert-multibyte-char):
7900 * dos-w32.el (find-buffer-file-type-coding-system):
7901 * simple.el (what-cursor-position):
7902 Replace uses of default-buffer-file-coding-system
7903 with (default-value 'buffer-file-coding-system).
7904
7905 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
7906 Replace uses of default-cursor-in-non-selected-windows
7907 with (default-value 'cursor-in-non-selected-windows).
7908 Use with-current-buffer.
7909
7910 * mail/feedmail.el: Use CL macros.
7911 (feedmail-run-the-queue, feedmail-send-it-immediately):
7912 * dos-w32.el (find-buffer-file-type): Replace uses of
7913 default-buffer-file-type with (default-value 'buffer-file-type).
7914
7915 2009-08-28 Glenn Morris <rgm@gnu.org>
7916
7917 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
7918 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
7919 Use default-value of major-mode rather than default-major-mode.
7920
7921 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
7922
7923 * Makefile.in (update-elcfiles): Report left over elc files.
7924
7925 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
7926 expand-file-name and with-current-buffer.
7927 (mail-get-names, mail-directory): Use with-current-buffer.
7928
7929 * vc.el (vc-read-revision): New function.
7930 (vc-version-diff, vc-merge): Use it.
7931
7932 2009-08-27 Sam Steingold <sds@gnu.org>
7933
7934 * simple.el (kill-do-not-save-duplicates): New user option.
7935 (kill-new): When it is non-nil, and the new string is the same as
7936 the latest kill, set replace to t to avoid duplicates in kill-ring.
7937
7938 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
7939
7940 * net/tramp.el (tramp-handle-process-file): Do not flush all
7941 caches when `process-file-side-effects' is set.
7942 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
7943 instead of `tramp-find-file-exists-command'.
7944 Unset `process-file-side-effects'.
7945
7946 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
7947
7948 * net/tramp.el (tramp-methods): New method "rsyncc".
7949 (top): Add completion function for "rsyncc".
7950 (tramp-message-show-message): New defvar.
7951 (tramp-message, tramp-error): Use it.
7952 (tramp-do-copy-or-rename-file-directly): Extend check for direct
7953 remote copying.
7954 (tramp-do-copy-or-rename-file-out-of-band): Handle new
7955 `tramp-methods' entry `copy-env' of "rsyncc".
7956 (tramp-vc-registered-read-file-names): New defconst.
7957 (tramp-vc-registered-file-names): New defvar.
7958 (tramp-handle-vc-registered): Implement optimization strategy.
7959 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
7960 (tramp-vc-file-name-handler): New defun.
7961 (tramp-get-ls-command, tramp-get-test-command)
7962 (tramp-get-file-exists-command, tramp-get-remote-ln)
7963 (tramp-get-remote-perl, tramp-get-remote-stat)
7964 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
7965
7966 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
7967 (tramp-cache-inhibit-cache): Extend doc string. It allows also
7968 timestamps.
7969 (tramp-get-file-property): Check for timestamps in
7970 `tramp-cache-inhibit-cache'.
7971 (tramp-set-file-property): Write timestamp.
7972
7973 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
7974
7975 * language/japan-util.el (japanese-symbol-table): Add entries for
7976 cp932-2-byte.
7977
7978 * international/characters.el: Add category `j' to cp932-2-byte.
7979
7980 2009-08-27 Kenichi Handa <handa@m17n.org>
7981
7982 * international/fontset.el (build-default-fontset-data): New macro.
7983 (setup-default-fontset): Use build-default-fontset-data for CJK,
7984 tibetan, ethiopic, and ipa.
7985
7986 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
7987
7988 * cus-start.el (default-major-mode): Customize `major-mode' instead.
7989 (enable-multibyte-characters): Not customizable any more.
7990
7991 * subr.el (default-mode-line-format, default-header-line-format)
7992 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
7993 (default-direction-reversed, default-truncate-lines)
7994 (default-left-margin, default-tab-width, default-case-fold-search)
7995 (default-left-margin-width, default-right-margin-width)
7996 (default-left-fringe-width, default-right-fringe-width)
7997 (default-fringes-outside-margins, default-scroll-bar-width)
7998 (default-vertical-scroll-bar, default-indicate-empty-lines)
7999 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
8000 (default-fringe-cursor-alist, default-scroll-up-aggressively)
8001 (default-scroll-down-aggressively, default-fill-column)
8002 (default-cursor-type, default-buffer-file-type)
8003 (default-cursor-in-non-selected-windows)
8004 (default-buffer-file-coding-system, default-major-mode)
8005 (default-enable-multibyte-characters): Mark as obsolete.
8006
8007 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
8008
8009 * vc-dir.el (vc-dir-update): Remove debug helper.
8010
8011 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
8012
8013 2009-08-26 Sam Steingold <sds@gnu.org>
8014
8015 * simple.el (save-interprogram-paste-before-kill): New user option.
8016 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
8017 save the interprogram-paste into kill-ring before overriding it
8018 with the Emacs kill.
8019
8020 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8021
8022 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
8023 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
8024 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
8025 and move to vc-rcs.el.
8026 (vc-default-next-revision): Rename to vc-rcs-next-revision and
8027 move to vc-rcs.el.
8028 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
8029 (vc-rcs-update-changelog): Remove.
8030 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
8031 and move to vc-rcs.el.
8032
8033 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
8034 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
8035 renaming.
8036 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
8037 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
8038 vc.el, renamed to be RCS specific.
8039
8040 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
8041 New functions.
8042 (vc-cvs-update-changelog): Move here from vc.el.
8043
8044 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
8045 New functions.
8046
8047 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
8048
8049 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
8050
8051 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8052
8053 * vc-git.el (vc-git-register): Use "git add" for directories.
8054 (vc-git-stash, vc-git-stash-show): New functions.
8055 (vc-git-extra-menu-map): Bind them.
8056
8057 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
8058 directory correctly in case the item is a directory itself.
8059
8060 * vc.el: Document the desired behavior for reverted files in the
8061 `added' state.
8062 (vc-default-prettify-state-info): Remove function, unused.
8063
8064 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
8065
8066 2009-08-26 Glenn Morris <rgm@gnu.org>
8067
8068 * bindings.el (standard-mode-line-format): Reposition dashes in
8069 which-func entry. (Bug#4217)
8070
8071 * files.el (enable-local-variables, enable-local-eval)
8072 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
8073 the defcustoms.
8074 (auto-mode-alist, ignored-local-variables)
8075 (save-some-buffers-action-alist): Move risky declarations to the
8076 definitions.
8077 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
8078 (font-lock-defaults, format-alist, imenu--index-alist)
8079 (imenu-generic-expression, input-method-alist, minor-mode-alist)
8080 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
8081 (mode-line-modified, mode-line-mule-info, mode-line-position)
8082 (mode-line-process, mode-line-remote, outline-level)
8083 (parse-time-rules, rmail-output-file-alist)
8084 (special-display-buffer-names, vc-mode):
8085 Move risky declarations to the relevant files.
8086 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
8087 (mode-line-modified, mode-line-process, mode-line-position)
8088 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
8089 * font-core.el (font-lock-defaults):
8090 * format.el (format-alist):
8091 * vc-hooks.el (vc-mode):
8092 * window.el (special-display-buffer-names):
8093 * international/mule-cmds.el (input-method-alist):
8094 Define riskiness here (dumped file) rather than in files.el.
8095 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
8096 * imenu.el (imenu-generic-expression, imenu--index-alist):
8097 * outline.el (outline-level):
8098 * time.el (display-time-string):
8099 * calendar/parse-time.el (parse-time-rules):
8100 * mail/rmailout.el (rmail-output-file-alist):
8101 Autoload riskiness here, rather than placing in files.el.
8102
8103 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
8104
8105 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
8106
8107 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
8108
8109 * simple.el (process-file-side-effects): New defvar.
8110
8111 * dired-aux.el (dired-show-file-type):
8112 * vc.el (vc-diff-internal):
8113 * vc-arch.el (vc-arch-diff):
8114 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
8115 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
8116 * vc-git.el (vc-git-registered, vc-git-working-revision)
8117 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
8118 (vc-git--empty-db-p):
8119 * vc-hooks.el (vc-user-login-name):
8120 * vc-svn.el (vc-svn-registered, vc-svn-state)
8121 (vc-svn-dir-extra-headers, vc-svn-find-revision):
8122 * progmodes/grep.el (grep-probe): Let-bind
8123 `process-file-side-effects' with nil.
8124
8125 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
8126
8127 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
8128 daemon. Replace ping by checking for running service for bluez
8129 and zeroconf. (Bug#4239)
8130
8131 2009-08-25 Kevin Ryde <user42@zip.com.au>
8132
8133 * net/dig.el (dig): Add autoload cookie.
8134
8135 2009-08-25 Glenn Morris <rgm@gnu.org>
8136
8137 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
8138 load-history for absolute file-names.
8139 (byte-compile-file-form-require): Warn about use of the cl package.
8140
8141 * format.el (format-alist): Doc fix.
8142
8143 * play/bubbles.el (top-level): Don't require cl at run-time.
8144
8145 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
8146 run-time cl).
8147
8148 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
8149
8150 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
8151 from cl package.
8152 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
8153
8154 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
8155
8156 * calc/calc-alg.el (math-trig-rewrite)
8157 (math-hyperbolic-trig-rewrite): New functions.
8158 (calc-simplify): Simplify trig functions when asked.
8159
8160 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
8161
8162 * diff-mode.el (diff-find-source-location): Avoid goto-line.
8163
8164 2009-08-24 Kenichi Handa <handa@m17n.org>
8165
8166 * language/ind-util.el (mapthread): Delete it.
8167 (combinatorial): New function.
8168 (indian--puthash-cv): Use combinatorial instead of mapthread.
8169
8170 2009-08-22 Kevin Ryde <user42@zip.com.au>
8171
8172 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
8173 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
8174 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
8175 Clarify docstring that the value is strings not symbols.
8176 (checkdoc-list-of-strings-p): New function.
8177
8178 2009-08-22 Glenn Morris <rgm@gnu.org>
8179
8180 * files.el (auto-mode-alist):
8181 * hippie-exp.el (he-concat-directory-file-name):
8182 * lpr.el (lpr-windows-system, printer-name):
8183 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
8184 * ps-print.el (ps-windows-system):
8185 * startup.el (command-line):
8186 * emulation/viper-ex.el (viper-glob-function):
8187 * international/mule-cmds.el (set-language-environment-coding-systems):
8188 * net/ange-ftp.el (ange-ftp-write-region):
8189 * obsolete/fast-lock.el (fast-lock-cache-name):
8190 Remove code for defunct system-types emx, macos, mswindows, next-mach,
8191 unisoft-unix, vax-vms, win32, w32.
8192
8193 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
8194 given name if the pattern is not more specific.
8195
8196 * calendar/lunar.el (lunar-phase-names): New option.
8197 (lunar-phase): Doc fix.
8198 (lunar-cycles-per-year): New constant.
8199 (lunar-index): New function.
8200 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
8201 (lunar-phase-name): Use lunar-phase-names.
8202 (calendar-lunar-phases): Use format.
8203 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
8204
8205 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
8206 Copy imenu-example--name-and-position function here for own use.
8207 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
8208
8209 * bs.el (bs--redisplay):
8210 * cus-edit.el (custom-redraw):
8211 * ibuffer.el (ibuffer-bury-buffer):
8212 * server.el (server-goto-line-column):
8213 * startup.el (command-line-1):
8214 * strokes.el (strokes-xpm-for-stroke):
8215 * term.el (term-display-buffer-line):
8216 * view.el (View-goto-line):
8217 * calc/calc.el (calc-do, calc-trail-buffer):
8218 * play/gamegrid.el (gamegrid-add-score-insecure):
8219 * progmodes/ada-mode.el (ada-compile-goto-error):
8220 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
8221 (ebrowse-select-1st-to-9nth):
8222 * progmodes/cperl-mode.el (cperl-time-fontification):
8223 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
8224 * progmodes/gud.el (gud-display-line):
8225 (idlwave-shell-display-line):
8226 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
8227 * progmodes/make-mode.el (makefile-browser-toggle):
8228 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
8229 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
8230 * textmodes/picture.el (picture-draw-rectangle):
8231 * textmodes/reftex-index.el (reftex-index-goto-letter):
8232 (reftex-select-jump-to-previous):
8233 * textmodes/reftex-sel.el (reftex-find-start-point)
8234 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
8235 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
8236 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
8237 * textmodes/tex-mode.el (tex-compilation-parse-errors):
8238 * textmodes/two-column.el (2C-associated-buffer):
8239 Use forward-line rather than goto-line.
8240
8241 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
8242 goto-line.
8243
8244 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
8245 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
8246 (quick-check-list-to-regexp): Declare.
8247
8248 * progmodes/make-mode.el (makefile-browser-insert-selection):
8249 Use goto-char rather than goto-line.
8250
8251 * progmodes/prolog.el (compilation-error-regexp-alist)
8252 (compilation-forget-errors): Declare.
8253
8254 2009-08-22 Juri Linkov <juri@jurta.org>
8255
8256 * progmodes/grep.el (lgrep, rgrep): At the beginning
8257 set `dir' to `default-directory' unless `dir' is a non-nil
8258 readable directory. (Bug#4052)
8259 (lgrep, rgrep): Change a weird way to report an error
8260 from using `read-string' to using `error'.
8261 Instead of using interactive arguments in the function body,
8262 add new argument `confirm'.
8263
8264 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8265
8266 * textmodes/remember.el (remember-buffer):
8267 * progmodes/cperl-mode.el (cperl-vc-header-alist):
8268 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
8269 (icalendar-extract-ical-from-buffer):
8270 * net/newst-treeview.el (newsticker-groups-filename):
8271 * net/newst-backend.el (newsticker-cache-filename):
8272 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
8273 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
8274 (speedbar-add-ignored-path-regexp, speedbar-line-path)
8275 (speedbar-buffers-line-path, speedbar-path-line)
8276 (speedbar-buffers-line-path):
8277 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
8278 (epg-sign-keys):
8279 * epa.el (epa-display-verify-result):
8280 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
8281
8282 2009-08-21 Glenn Morris <rgm@gnu.org>
8283
8284 * progmodes/js.el (inferior-moz-process): Fix declaration.
8285
8286 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
8287
8288 * obsolete/rnewspost.el (news-mail-reply):
8289 Use goto-char rather than goto-line.
8290
8291 * term/ns-win.el (ns-open-file-select-line):
8292 Use line-beginning-position rather than goto-line.
8293
8294 * apropos.el (apropos-command):
8295 * ehelp.el (electric-helpify):
8296 * printing.el (pr-show-setup):
8297 * strokes.el (strokes-help):
8298 * tutorial.el (tutorial--describe-nonstandard-key)
8299 (tutorial--detailed-help):
8300 * woman.el (woman-mini-help, woman-display-extended-fonts):
8301 * calc/calc-help.el (calc-describe-key):
8302 * emulation/edt.el (edt-electric-helpify):
8303 * international/mule-diag.el (mule-diag):
8304 * play/yow.el (apropos-zippy):
8305 * progmodes/python.el (python-describe-symbol):
8306 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
8307 * textmodes/table.el (*table--cell-describe-mode)
8308 (*table--cell-describe-bindings):
8309 Use help-print-return-message rather than the now obsolete alias.
8310
8311 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
8312 (calendar-cursor-to-visible-date):
8313 * play/5x5.el (5x5-position-cursor):
8314 * play/decipher.el (decipher):
8315 * play/gomoku.el (gomoku-goto-xy):
8316 * play/landmark.el (lm-goto-xy):
8317 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
8318 (mpuz-paint-digit):
8319 Use forward-line, not goto-line.
8320
8321 * mail/rmail.el (rmail-obsolete): Delete custom group.
8322 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
8323 (rmail-remote-password, rmail-remote-password-required):
8324 Remove unneeded :set-after and :set properties.
8325
8326 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
8327
8328 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
8329
8330 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
8331
8332 * loadup.el: Remove leftover macos code.
8333
8334 * vc-git.el (vc-git-annotate-command): Run asynchronously.
8335 Explicitly pass the date format to git blame so that user local
8336 so that the output format can be parsed.
8337
8338 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
8339
8340 * net/dbus.el (top): Don't check for (getenv
8341 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
8342
8343 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
8344
8345 * log-edit.el (log-edit-strip-single-file-name): New var.
8346 (log-edit-insert-changelog): Use it. Bug#3571
8347
8348 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8349
8350 * subr.el (read-passwd): Use read-key so keypad keys work as well.
8351 Bug#3287
8352
8353 * help.el (help-print-return-message): Rename from
8354 print-help-return-message.
8355
8356 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
8357 cvs-mode-map parent hack.
8358 (log-view-mode): Derive from special-mode.
8359
8360 * linum.el (linum-mode): window-size-change-functions is redundant.
8361 Adapt to new window-configuration-change-hook behavior.
8362 (linum-after-size, linum-after-config): Remove.
8363
8364 * imenu.el (imenu-example--name-and-position)
8365 (imenu-example--lisp-extract-index-name)
8366 (imenu-example--create-lisp-index, imenu-example--create-c-index):
8367 Mark as obsolete.
8368
8369 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
8370 (inferior-prolog-mode): Use it.
8371 (inferior-prolog-load-file): Reset list of errors.
8372
8373 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8374
8375 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
8376
8377 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
8378
8379 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
8380
8381 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
8382 is running already.
8383
8384 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8385
8386 * subr.el (listify-key-sequence-1): Use normal syntax since those
8387 integers are nowadays always represented by the same (positive) number
8388 on all platforms.
8389 (read-key-empty-map): New const.
8390 (read-key-delay): New var.
8391 (read-key): New function.
8392 (force-mode-line-update): Use with-current-buffer.
8393 (locate-user-emacs-file): Don't forget to abbreviate the file name.
8394 (start-process-shell-command, start-file-process-shell-command):
8395 Discourage the use of command-args.
8396
8397 2009-08-19 Glenn Morris <rgm@gnu.org>
8398
8399 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
8400
8401 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8402
8403 * simple.el (choose-completion-string): Don't rely on
8404 minibuffer-completing-file-name and ad-hoc checks to decide whether
8405 to continue completion or not.
8406
8407 * minibuffer.el (minibuffer-hide-completions): New function.
8408 (completion--do-completion): Use it.
8409 (completions-annotations): New face.
8410 (completion--insert-strings): Use it.
8411 (completion-pcm--delim-wild-regex): Add docstring.
8412 (completion-pcm--string->pattern): Add support for 0-width delimiters
8413 in completion-pcm--delim-wild-regex.
8414
8415 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
8416
8417 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
8418 Remove unused var `buffer-modified-p'.
8419
8420 * minibuffer.el (completion--do-completion): Move point for the #b001
8421 case as well (bug#4176).
8422 (minibuffer-complete, minibuffer-complete-word): Don't move point.
8423
8424 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
8425
8426 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
8427 and :session buses.
8428
8429 2009-08-18 Kenichi Handa <handa@m17n.org>
8430
8431 * international/ucs-normalize.el (ucs-normalize-version):
8432 Change to 1.1.
8433 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
8434 (utf-8-hfs): Make it perform normalization on encoding too.
8435
8436 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
8437 (sentence-end-without-space): Delete duplicated chars.
8438 (sentence-end-base): Likewise.
8439
8440 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
8441 (html-mode): Delete duplicated chars from sentence-end-base.
8442
8443 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
8444 (texinfo-mode): Delete duplicated chars from sentence-end-base.
8445
8446 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
8447
8448 * files.el (hack-one-local-variable): If the mode function is for
8449 a minor mode, pass it an argument (Bug#4148).
8450
8451 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
8452
8453 * net/tramp.el (tramp-register-completion-file-name-handler):
8454 Check also for (member 'partial-completion completion-styles).
8455
8456 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
8457
8458 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
8459 abbrev (Bug#3943).
8460
8461 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8462
8463 * progmodes/cperl-mode.el: Merge upstream 6.2.
8464 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
8465 (cperl-forward-re): Check cperl-brace-recursing.
8466 (cperl-highlight-charclass): New function.
8467 (cperl-find-pods-heres): Use it.
8468 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8469 (cperl-beautify-regexp-piece): Fix column calculation.
8470 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8471 (cperl-beautify-level): Don't process entire regexp.
8472 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
8473 calling man.
8474 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
8475 (cperl-init-faces): Build a list in the normal way.
8476
8477 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
8478
8479 * calendar/parse-time.el (parse-time-string-chars): Save match
8480 data.
8481
8482 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
8483
8484 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
8485 (sql-product): Use it.
8486 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
8487 (sql-set-product): Add completion.
8488 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
8489 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
8490 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
8491 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
8492 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
8493 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
8494 (sql-highlight-db2-keywords): Remove.
8495 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
8496 (sql-highlight-product): Use derived-mode-p.
8497 (sql-set-sqli-buffer): Use with-current-buffer.
8498 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
8499 Simplify.
8500
8501 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
8502
8503 * term.el: Fix commenting convention, turn comments into docstrings.
8504
8505 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
8506
8507 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
8508
8509 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
8510
8511 * calendar/parse-time.el (parse-time-string-chars): Compute using
8512 character classes, to handle non-ascii characters (Bug#3190).
8513
8514 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
8515
8516 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
8517 another heredoc if the user adds another < (Bug#3226).
8518
8519 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8520 Don't initialize based on window-system (Bug#4124).
8521
8522 * facemenu.el (facemenu-read-color): Use a completion function
8523 that accepts any defined color, such as RGB triplets (Bug#3677).
8524
8525 * files.el (get-free-disk-space): Change fallback default
8526 directory to /. Expand DIR argument before switching to fallback.
8527 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
8528
8529 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
8530
8531 * files.el (load-library): Doc fix.
8532
8533 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
8534
8535 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
8536 (viper-if-string): Redefine C-s in the minibuffer to insert the last
8537 incremental search string.
8538
8539 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
8540 XEmacs.
8541
8542 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
8543 (ediff-merge-region-is-non-clash)
8544 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
8545 Also check if the job is really a merge job.
8546
8547 * ediff.el (ediff-current-file): New function.
8548
8549 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
8550
8551 * progmodes/js.el: Edit docstrings throughout to follow Emacs
8552 conventions.
8553 (js-insert-and-indent): Delete function.
8554 (js-mode-map): Don't bind keys to js-insert-and-indent.
8555 (js-beginning-of-defun): Rename from js--beginning-of-defun.
8556 (js-end-of-defun): Rename from js--end-of-defun.
8557 (js-auto-indent-flag): Delete variable.
8558
8559 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
8560
8561 * progmodes/js.el: Remove proclaim statement.
8562 Defvar which-func-imenu-joiner-function to silence compiler.
8563
8564 * files.el (auto-mode-alist): Use js-mode for .js files.
8565
8566 * progmodes/js2-mode.el: Remove file.
8567
8568 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
8569
8570 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
8571
8572 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
8573
8574 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
8575 Karl Landstrom <karl.landstrom@brgeight.se>
8576
8577 * progmodes/js.el: New file.
8578
8579 2009-08-14 Mark A. Hershberger <mah@everybody.org>
8580
8581 * timezone.el (timezone-parse-date): Add ability to understand ISO
8582 basic format (minimal separators) dates in addition to the
8583 already-supported extended format dates.
8584
8585 2009-08-14 Eli Zaretskii <eliz@gnu.org>
8586
8587 * international/ucs-normalize.el: Add a `coding' file variable.
8588
8589 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
8590
8591 2009-08-14 Sam Steingold <sds@gnu.org>
8592
8593 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
8594
8595 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
8596
8597 * faces.el (help-argument-name): Define it here instead of
8598 help-fns.el, because in daemon mode help-fns.el may be loaded when
8599 faces are still uninitialized (Bug#1078).
8600
8601 * help-fns.el (help-argument-name): Move defface to faces.el.
8602
8603 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
8604
8605 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
8606 create buffer with a pty but no process so that GDB can make the
8607 inferior the controlling process.
8608
8609 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
8610
8611 * international/ucs-normalize.el: New file.
8612
8613 2009-08-13 Richard Stallman <rms@gnu.org>
8614
8615 * mail/rmail.el (rmail-get-attr-names):
8616 Accept an attribute header that is too short.
8617
8618 * mail/rmail.el (rmail-forget-messages):
8619 Ignore nil elt in rmail-message-vector. Use dotimes.
8620
8621 * progmodes/compile.el (compilation-goto-locus):
8622 Use next-error-move-function.
8623
8624 * simple.el (next-error-move-function): New variable.
8625
8626 2009-08-12 Juri Linkov <juri@jurta.org>
8627
8628 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
8629 always non-nil. (Bug#4052)
8630
8631 * replace.el (read-regexp): Return empty string when
8632 `default-value' is nil.
8633 (keep-lines-read-args): Don't use empty string as the
8634 default value for `read-regexp'. (Bug#2495)
8635
8636 2009-08-12 Juri Linkov <juri@jurta.org>
8637
8638 * international/mule-cmds.el (ucs-insert): Change arguments
8639 from `arg' to `character', `count', `inherit' to be the same
8640 as in `insert-char'. Doc fix. (Bug#4039)
8641
8642 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
8643
8644 2009-08-12 Juri Linkov <juri@jurta.org>
8645
8646 * files-x.el: New file.
8647
8648 * files.el: Move code that deals with adding/deleting
8649 file/directory-local variables to files-x.el.
8650
8651 * Makefile.in (ELCFILES): Add files-x.elc.
8652
8653 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
8654
8655 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
8656 to use `goto-line'.
8657 (gdb-place-breakpoints, gdb-get-location): Rewritten without
8658 `goto-line'.
8659 (gdb-invalidate-disassembly): Do not refresh upon receiving
8660 'update signal. Instead, update all disassembly buffers only after
8661 threads list.
8662 (gdb): Send -target-detach when buffer is killed (Bug#3794).
8663 (gdb-starting): Moved -data-list-register-names...
8664 (gdb-stopped): ...here so it's sent when first thread stops.
8665 (gdb-registers-handler-custom): Do nothing if register names are
8666 unknown yet.
8667
8668 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
8669 from `gdb-mi.el' to avoid extra tangling.
8670
8671 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
8672 change which breaks `gud-def' definitions used in `gdb'.
8673 (gdb-update-gud-running): No extra fuss for updating frame number.
8674
8675 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8676
8677 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
8678 (describe-language-environment-map, setup-language-environment-map)
8679 (set-coding-system-map): Move initialization into declaration.
8680 (set-language-info-alist): Last arg to define-key-after can be skipped.
8681
8682 * international/quail.el (quail-completion-1): Simplify.
8683 (quail-define-rules): Use slightly more compact code.
8684 (quail-insert-decode-map): Propertize keys, compact columns.
8685
8686 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8687 Add goto-line.
8688
8689 2009-08-10 Miles Bader <miles@gnu.org>
8690
8691 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
8692 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
8693 (js2-instance-member, js2-private-member, js2-private-function-call)
8694 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
8695 (js2-magic-paren, js2-external-variable):
8696 Remove "-face" suffix from face names.
8697 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
8698 (js2-highlight-undeclared-vars, js2-peek-token)
8699 (js2-parse-function-params, js2-mode-show-errors)
8700 (js2-mode-show-warnings, js2-make-magic-delimiter)
8701 (js2-mode-highlight-magic-parens): Update to use new face names.
8702
8703 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
8704
8705 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
8706 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
8707
8708 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
8709
8710 * subr.el: Provide hashtable-print-readable.
8711
8712 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
8713 hs-c-like-adjust-block-beginning.
8714 (hs-hide-block-at-point): Stop hiding at the beginning of
8715 hs-block-end-regexp (Bug#700).
8716
8717 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
8718
8719 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
8720 a macro.
8721 (gdb-registers-handler-custom): Do not fail when register names
8722 are unavailable.
8723
8724 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
8725
8726 * progmodes/gdb-mi.el (gdb-control-all-threads)
8727 (gdb-control-current-thread): Interactive setters for
8728 `gdb-gud-control-all-threads' to use in menu.
8729 (gdb-show-run-p): Show «Go» when process is not active.
8730 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
8731 gud/thread.xpm and gud/all.xpm.
8732
8733 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
8734
8735 * net/net-utils.el (net-utils-font-lock-keywords): New var.
8736 (nslookup-font-lock-keywords): Make it a variable.
8737 (net-utils-mode): New mode for viewing diagnostic network output.
8738 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
8739 (net-utils-run-simple): New function.
8740 (ifconfig, iwconfig, netstat, arp, route): Use it.
8741
8742 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
8743
8744 * progmodes/gdb-mi.el (gdb-read-memory-custom)
8745 (gdb-memory-set-address, def-gdb-set-positive-number)
8746 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
8747 after changing settings.
8748 (gdb-invalidate-disassembly): Update when first shown.
8749 (gdb-edit-locals-value): Fixed.
8750 (gdb-registers-handler-custom): Print registers in right order and
8751 allow changing register values (only for current thread yet).
8752 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
8753 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
8754 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
8755 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
8756 info in mode name.
8757 (gdb-registers-mode-map): TAB to switch to locals.
8758
8759 2009-08-08 Eli Zaretskii <eliz@gnu.org>
8760
8761 * mail/rmail.el (rmail-add-mbox-headers)
8762 (rmail-set-message-counters-counter): Search for
8763 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
8764
8765 2009-08-08 Glenn Morris <rgm@gnu.org>
8766
8767 * Makefile.in (ELCFILES): Update.
8768
8769 2009-08-07 Eli Zaretskii <eliz@gnu.org>
8770
8771 * mail/sendmail.el (mail-yank-original): Set
8772 buffer-file-coding-system from the one used by the message whose
8773 text is yanked.
8774
8775 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
8776 to "windows" when "pgnuplot" is used.
8777 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
8778 call accept-process-output if "pgnuplot" is used.
8779 (calc-graph-init): Don't send -display and -geometry to
8780 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
8781 running "pgnuplot -V" with shell-command-to-string.
8782
8783 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
8784 the default.
8785
8786 2009-08-07 Eli Zaretskii <eliz@gnu.org>
8787
8788 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
8789 org/org-latex.elc.
8790
8791 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
8792
8793 * vc-dispatcher.el (vc-resynch-window): Update comment.
8794
8795 * term.el (term-handle-ansi-escape): Add comments with the
8796 terminfo capabilities implemented.
8797
8798 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
8799
8800 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
8801 (gdb-var-create-handler): Rewritten using JSON parser.
8802 (gdb-propertize-header): Moved earlier.
8803 (gdb-set-header): Removed to avoid duplication.
8804 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
8805 Refresh disassembly buffers only after threads list have been
8806 update.
8807 (gdb-threads-header, gdb-registers-header): Per-buffer header line
8808 variables.
8809
8810 2009-08-04 Juri Linkov <juri@jurta.org>
8811
8812 * files.el: Commands to add/delete file/directory-local variables.
8813 (read-file-local-variable, read-file-local-variable-value)
8814 (read-file-local-variable-mode, modify-file-local-variable)
8815 (modify-file-local-variable-prop-line)
8816 (modify-dir-local-variable): New functions.
8817 (add-file-local-variable, delete-file-local-variable)
8818 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
8819 (add-dir-local-variable, delete-dir-local-variable)
8820 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
8821 (copy-dir-locals-to-file-locals-prop-line): New commands.
8822
8823 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
8824
8825 * abbrev.el (insert-abbrev-table-description): Prettify output.
8826 Suggested by Karl Chen.
8827
8828 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
8829
8830 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
8831 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
8832 (gdb-overlay-arrow-position, gdb-thread-position)
8833 (gdb-disassembly-position): Declare variables.
8834 (gdb-wait-for-pending): Function now.
8835 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
8836 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
8837 compilation goes smoothly.
8838 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
8839 (gdb-non-stop-setting): New customization setting which replaces
8840 `gdb-non-stop' so changing it doesn't break active GDB session.
8841 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
8842 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
8843 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
8844 (gdb-show-threads-by-default): New customization options.
8845 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
8846 routines.
8847 (gdb-get-buffer-create): Send buffers update signal when they are
8848 created.
8849 (gdb-invalidate-locals, gdb-invalidate-registers)
8850 (gdb-invalidate-breakpoints)
8851 (gdb-invalidate-threads, gdb-invalidate-disassembly)
8852 (gdb-invalidate-memory): Accept update signal.
8853 (gdb-current-context-command): Use --frame option.
8854 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
8855 Implement `gdb-frame-number' selection logic.
8856 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
8857 whether to show GUD toolbar buttons.
8858 (gdb-thread-exited): Unselect current thread when it exits.
8859 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
8860 (gdb-mark-line): Routine which sets overlay arrow or inverses
8861 video on fringeless displays.
8862 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
8863 to build aligned columns of data in GDB buffers and set text
8864 properties line-by-line.
8865 (gdb-invalidate-breakpoints)
8866 (gdb-breakpoints-list-handler-custom)
8867 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
8868 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
8869 (gdb-registers-handler-custom): Align data columns.
8870 (gdb-locals-handler-custom): Now prints data like in variable
8871 declarations.
8872 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
8873 Removed confusing buttons.
8874 (gdb-invalidate-threads): Append --frame.
8875 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
8876 between breakpoints/threads buffers.
8877 (gdb-set-window-buffer): Now can ignore dedicated windows.
8878 (gdb-propertize-header): Use `gdb-set-window-buffer'.
8879 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
8880 (def-gdb-thread-buffer-gud-command): Replaces
8881 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
8882 for fine thread control.
8883 (gdb-preempt-existing-or-display-buffer): New function used to
8884 display bound buffers without breaking window layout.
8885 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
8886 (gdb-select-frame): New version of `gdb-frames-select' which now
8887 sets `gdb-frame-number' so commands may use --frame option instead
8888 of inner debugger state.
8889 (gdb-frame-handler): Do not set `gdb-frame-number'.
8890 (gdb-threads-mode-map): Select threads with mouse.
8891
8892 * progmodes/gud.el (gdb-gud-context-call): Declare function to
8893 avoid compilation warning.
8894 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
8895 `gdb-show-stop-p`.
8896
8897 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
8898 Argument `key' renamed to `buffer-type'.
8899 (gdb-current-context-buffer-name): Do not add thread info to
8900 buffer name when no thread is selected.
8901 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
8902 command (bug 3794).
8903 (gdb-thread-selected): Handle `=thread-selected' notification.
8904 (gdb-wait-for-pending): New macro to deal with congestion problems.
8905 (gdb-breakpoints-list-handler-custom): Don't fail on pending
8906 breakpoints.
8907 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
8908 This fixes problem similar to one described in bug 3947.
8909 (gud-menu-map): More menu items.
8910 (gdb-init-1): Reset `gdb-thread-number' to nil.
8911
8912 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
8913 non-stop settings.
8914
8915 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
8916 (gdb-current-context-command): Do not append --thread if
8917 `gdb-thread-number' is nil.
8918 (gdb-running-threads-count, gdb-stopped-threads-count): New
8919 variables.
8920 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
8921 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
8922 customization options.
8923 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
8924 GUD commands.
8925 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
8926 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
8927 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
8928 set `gdb-thread-number' and update `gud-running' properly.
8929 (gdb-running): Update threads list when new threads appear.
8930 (gdb-stopped): Support non-stop operation and new thread switching
8931 logic.
8932 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
8933 (gdb-json-partial-output): New set of JSON routines.
8934 (def-gdb-auto-update-trigger): New `signal-list' optional
8935 argument.
8936 (gdb-thread-list-handler-custom): Update `gud-running',
8937 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
8938 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
8939 (gdb-continue-thread, gdb-step-thread): New commands for fine
8940 thread execution control.
8941 (gud-menu-map): New menu items to switch non-stop options.
8942 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
8943 (gdb-send): Mimic RET properly (bug 3794).
8944
8945 * progmodes/gdb-mi.el (gdb-rules-name-maker)
8946 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
8947 gdb-buffer-rules.
8948 (def-gdb-auto-update-handler): New nopreserve optional argument.
8949 (gdb-stack-list-frames-custom): Print stack from top to bottom.
8950
8951 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
8952 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
8953 (gdb-parent-mode): New mode to derive other GDB modes from.
8954 (gdb-display-disassembly-for-thread)
8955 (gdb-frame-disassembly-for-thread): New commands for threads
8956 buffer.
8957
8958 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
8959 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
8960 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
8961 (gdb-update): We now store all GDB buffers in a list so that they
8962 can be updated by traversing a list instead of calling invalidate
8963 triggers explicitly.
8964 (def-gdb-trigger-and-handler): New macro to define trigger-handler
8965 pair for GDB buffer.
8966 (gdb-stack-buffer-name): Add thread information.
8967 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
8968 handle pending triggers.
8969 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
8970 (def-gdb-thread-buffer-simple-command)
8971 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
8972 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
8973 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
8974 New commands which show buffers bound to thread.
8975 (gdb-stack-list-locals-regexp): Removed unused regexp.
8976
8977 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
8978 (gdb-locals-buffer-name, gdb-registers-buffer-name)
8979 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
8980 to (gud-comint-buffer) in *-buffer-name functions
8981 because (gdb-get-target-string) already does that.
8982 (gdb-locals-handler-custom, gdb-registers-handler-custom)
8983 (gdb-changed-registers-handler): Rewritten without regexps.
8984
8985 * progmodes/gdb-mi.el: Basic thread selection support.
8986 (gdb-thread-number): New variable.
8987 (gdb-current-context-command): New macro which adds --thread
8988 option to command.
8989 (gdb-threads-mode-map): Select thread with SPC.
8990 (gdb-thread-list-handler-custom): Mark current thread with overlay
8991 arrow. Synchronize GDB thread and Emacs thread.
8992 (gdb-select-thread): New command which selects current thread.
8993 (gdb-invalidate-frames, gdb-invalidate-locals)
8994 (gdb-invalidate-registers): Use --thread option.
8995
8996 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
8997
8998 * net/tramp.el (top): Make check for tramp-gvfs loading more
8999 robust. (Bug#3977)
9000 (tramp-handle-insert-file-contents): `unwind-protect' must be
9001 inside `with-parsed-tramp-file-name'.
9002
9003 * net/tramp-gvfs.el (top): Remove superfluous message when loading
9004 fails.
9005
9006 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
9007
9008 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
9009 directory if CLASSPATH is not set.
9010
9011 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
9012
9013 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
9014 New defconst.
9015 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
9016
9017 2009-08-02 Kevin Ryde <user42@zip.com.au>
9018
9019 * net/newst-backend.el (newsticker--raw-url-list-defaults):
9020 Update freshmeat link. Delete newsforge.com as it seems gone.
9021
9022 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
9023
9024 * select.el (x-set-selection): Doc fix (Bug#4021).
9025
9026 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
9027
9028 * help-fns.el (describe-variable): Treat list return values from
9029 dir-locals-find-file properly (Bug#4005).
9030
9031 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
9032
9033 * net/tramp.el (tramp-debug-message): Print also microseconds.
9034
9035 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
9036
9037 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
9038 or END is non-nil.
9039 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
9040 (tramp-get-debug-buffer): Change `outline-regexp' according to new
9041 format.
9042
9043 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
9044 (tramp-get-file-property): Use it.
9045
9046 * autorevert.el (auto-revert-handler): Allow
9047 `auto-revert-tail-mode' for remote files.
9048
9049 2009-08-02 Jason Rumney <jasonr@gnu.org>
9050
9051 * minibuffer.el (read-file-name): Treat confirm options to
9052 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
9053
9054 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
9055
9056 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
9057 (font-lock-variable-name-face, font-lock-constant-face): Darken
9058 the colors for light backgrounds.
9059
9060 2009-08-01 Eli Zaretskii <eliz@gnu.org>
9061
9062 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
9063 month names. (Bug#3987)
9064
9065 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
9066
9067 * simple.el (line-move-finish): Pass whole number to
9068 line-move-to-column.
9069 (line-move-visual): Perform hscroll to the recorded position.
9070
9071 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
9072
9073 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
9074
9075 2009-07-29 Alan Mackenzie <acm@muc.de>
9076
9077 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
9078
9079 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
9080
9081 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
9082 (gdb-place-breakpoints): Use full path when setting breakpoints.
9083
9084 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
9085
9086 * calc/calc.el (calc-mode-map): Add keybinding for
9087 `calc-transpose-lines'.
9088
9089 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
9090
9091 * calc/calc-misc.el (calc-transpose-lines): New function.
9092
9093 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
9094
9095 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
9096 Simplify check for out-of-band methods.
9097 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
9098 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
9099
9100 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
9101
9102 * vc-git.el (vc-git-checkin): Fix typo.
9103
9104 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
9105
9106 * progmodes/js2-mode.el: New file.
9107
9108 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
9109
9110 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
9111 (gud-menu-map): Adjust tooltip accordingly.
9112
9113 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
9114
9115 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
9116 (vc-bzr-log-view-mode): Adjust log-view-file-re.
9117
9118 * add-log.el (change-log-mode-map): Add a menu.
9119
9120 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
9121
9122 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
9123 function returns nil.
9124 (dbus-handle-event): Handle special return value :ignore.
9125 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
9126
9127 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
9128
9129 * view.el (view-mode-enable): Don't define Helper-return-blurb if
9130 it's not needed.
9131
9132 2009-07-25 Eli Zaretskii <eliz@gnu.org>
9133
9134 Fix Bug#3888:
9135
9136 * w32-vars.el (x-select-enable-clipboard): Doc fix.
9137
9138 * term/pc-win.el (x-display-name, x-colors)
9139 (x-select-enable-clipboard, x-select-text): Doc fix.
9140
9141 * term/common-win.el (x-display-name, x-colors): Doc fix.
9142
9143 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
9144 (xw-defined-colors): Doc fix.
9145
9146 * w32-fns.el (x-select-text, x-setup-function-keys)
9147 (x-get-selection, x-set-selection): Doc fix.
9148
9149 * term/x-win.el (x-select-text, x-setup-function-keys)
9150 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
9151
9152 * select.el (x-set-selection): Doc fix.
9153
9154 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
9155
9156 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
9157 instead of "IsNSSSupportAvailable". Avahi ought to work also when
9158 "IsNSSSupportAvailable" method is not available. Reported by
9159 Steve Youngs <steve@sxemacs.org>.
9160
9161 2009-07-24 Kenichi Handa <handa@m17n.org>
9162
9163 * international/characters.el: Fix setting of category ?C, ?|, ?K,
9164 and ?H. Fix setting of case for Latin Extended and Greek Extended.
9165 (build-unicode-category-table): Fix range checks.
9166
9167 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
9168
9169 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
9170 the buffer we try to sync is current when calling
9171 vc-resynch-buffer.
9172
9173 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
9174 not show up to date files.
9175
9176 2009-07-24 Glenn Morris <rgm@gnu.org>
9177
9178 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
9179 Add autoload cookies. If necessary, initialize.
9180 (elint-log): Handle non-file buffers.
9181 (elint-initialize): Add optional argument to reinitialize.
9182 (elint-find-builtin-variables): Save excursion.
9183
9184 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
9185
9186 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
9187 for Lint.
9188
9189 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9190
9191 * vc.el (vc-print-log-internal): New function, split out from ...
9192 (vc-print-log): ... here.
9193 (vc-dir-move-to-goal-column): Declare.
9194
9195 * vc-git.el (vc-git-add-signoff): New variable.
9196 (vc-git-checkin): Use it.
9197 (vc-git-toggle-signoff): New function.
9198 (vc-git-extra-menu-map): Bind it to menu.
9199 (vc-git--run-command-string): Accept a nil FILE argument.
9200 (vc-git-stash-list): New function.
9201 (vc-git-dir-extra-headers): Use it.
9202
9203 2009-07-23 Glenn Morris <rgm@gnu.org>
9204
9205 * help-fns.el (describe-variable): Describe ignored and risky local
9206 variables in a similar way to that in which we describe safe ones.
9207
9208 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
9209 (byte-compile-output-file-form, byte-compile-output-docform)
9210 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
9211 Give some more local variables with common names a "bytecomp-" prefix,
9212 so as not to shadow things during compilation.
9213 * emacs-lisp/cl-macs.el (load-time-value)
9214 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
9215 `outbuffer' to `bytecomp-outbuffer'.
9216
9217 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
9218 since the next two variables cover them automatically now.
9219 (elint-builtin-variables, elint-autoloaded-variables): New.
9220 (elint-unknown-builtin-args): Remove all members, since they can be
9221 parsed automatically now.
9222 (elint-extra-errors): New.
9223 (elint-env-add-env, elint-env-add-macro): Use cadr.
9224 (elint-current-buffer): Use or. Change final message.
9225 (elint-get-top-forms): Use line-end-position.
9226 (elint-init-env): Use cadr. Handle autoload, declare-function,
9227 and defalias.
9228 (elint-add-required-env): Doc fix. Use or. Standardize error.
9229 (regexp-assoc): Remove unused function.
9230 (elint-top-form): Set elint-current-pos, to record the start of the
9231 top-level form, for compilation-mode.
9232 (elint-form): Trap errors in macro expansion. Use dolist.
9233 (elint-unbound-variable): Use elint-builtin-variables and
9234 elint-autoloaded-variables.
9235 (elint-get-args): Use cadr, or.
9236 (elint-check-cond-form): Use dolist, cadr.
9237 (elint-check-condition-case-form): Doc fix. Use cadr.
9238 Use elint-extra-errors.
9239 (elint-log): New function.
9240 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
9241 Distinguish errors and warnings.
9242 (elint-log-message): Use with-current-buffer. Inhibit read-only.
9243 Use a bytecomp-style format.
9244 (elint-clear-log): Preserve default-directory. Inhibit read-only.
9245 (elint-get-log-buffer): Use compilation mode. Disable undo.
9246 Don't truncate lines.
9247 (elint-initialize): Set builtin and autoloaded variable lists.
9248 Only process elint-unknown-builtin-args if non-nil.
9249 (elint-find-builtin-variables, elint-find-autoloaded-variables):
9250 New functions.
9251 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
9252
9253 2009-07-22 Kevin Ryde <user42@zip.com.au>
9254
9255 * net/newst-backend.el (newsticker--parse-atom-1.0)
9256 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
9257 (newsticker--parse-rss-1.0):
9258 * progmodes/idlwave.el (idlwave-mode):
9259 * progmodes/idlw-shell.el (idlwave-shell-mode):
9260 * progmodes/vera-mode.el (vera-mode):
9261 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
9262 * progmodes/vhdl-mode.el (vhdl-mode):
9263 * textmodes/table.el (table-generate-source)
9264 (table--warn-incompatibility):
9265 Hyperlink urls in docstrings with URL `...'.
9266
9267 2009-07-22 Glenn Morris <rgm@gnu.org>
9268
9269 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
9270 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
9271 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
9272 Remove leading * from defcustom docs.
9273
9274 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
9275
9276 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
9277 defcustom doc.
9278 (list-load-path-shadows): Optionally, just return shadows as a string.
9279
9280 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
9281
9282 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
9283
9284 * mail/rmailedit.el (rmail-edit-mode): Use
9285 auto-save-include-big-deletions.
9286
9287 * mail/rmail.el (rmail-variables): Use
9288 auto-save-include-big-deletions.
9289
9290 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
9291 changes.
9292
9293 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
9294
9295 * calc/calc.el (calc-undo-length): New variable.
9296 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
9297
9298 2009-07-21 Richard Stallman <rms@gnu.org>
9299
9300 * files.el (auto-save-mode): Handle buffer-save-size = -2
9301 for toggling mode.
9302
9303 2009-07-21 Glenn Morris <rgm@gnu.org>
9304
9305 * textmodes/ispell.el (ispell-looking-back): Update declaration.
9306
9307 * calendar/todo-mode.el (calendar-current-date): Update declaration.
9308
9309 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
9310 silence compiler. Instead...
9311 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
9312 (ps-print-ensure-fontified): Update for above function name changes.
9313
9314 * printing.el (pr-mh-get-msg-num, pr-mh-show)
9315 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
9316 silence compiler. Instead...
9317 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
9318 (mh-show-buffer): Only define for compiler.
9319 (pr-mh-current-message): Update for above function name changes.
9320
9321 * files.el (abort-if-file-too-large): Explicitly pass `filename'
9322 as an argument.
9323 (find-file-noselect, insert-file-1): Update for above change.
9324
9325 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
9326
9327 * mail/mailclient.el (mailclient-send-it): Fix message.
9328
9329 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
9330 (edebug-eval): Check cl-debug-env is bound.
9331 (print-level, print-circle): Don't redefine built-in variables.
9332
9333 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
9334 (custom-print-vectors): Remove old comments from doc.
9335
9336 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
9337 (emerge-version): Make the variable an obsolete alias for the
9338 emacs-version variable. Make the function obsolete.
9339 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
9340 Emerge options, rather than merging in into the main Options menu.
9341 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
9342 and auto advance modes. Disable edit/fast items when not relevant.
9343
9344 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
9345
9346 * term/vt420.el (terminal-init-vt420): Fix typo.
9347
9348 2009-07-20 Sam Steingold <sds@gnu.org>
9349
9350 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
9351 variable (removed from compile.el on 2004-03-11).
9352
9353 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
9354
9355 * files.el (hack-local-variables-filter): Fix last change.
9356
9357 2009-07-19 Juri Linkov <juri@jurta.org>
9358
9359 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
9360 (dir-local-variables-alist): New buffer-local variable.
9361 (hack-local-variables-filter): If variable is not dir-local,
9362 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
9363 because file-local overrides dir-local.
9364 (c-postprocess-file-styles) <declare-function>:
9365 Remove obsolete declaration.
9366 (hack-dir-local-variables): Add dir-local variable/value pair to
9367 `dir-local-variables-alist' and remove duplicates. Doc fix.
9368
9369 * help-fns.el (describe-variable): Add information about
9370 file-local and dir-local variables.
9371
9372 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
9373
9374 * files.el (hack-local-variables-filter): Rewrite.
9375
9376 2009-07-19 Glenn Morris <rgm@gnu.org>
9377
9378 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
9379 Silence compiler by only defining on XEmacs.
9380
9381 * international/mule.el (auto-coding-regexp-alist): Only match
9382 BABYL... at the start of buffer, not of lines. (Bug#3790)
9383
9384 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
9385 non-calendar buffers (Bug#3862). Restore "not on a date" message.
9386 (cal-menu-context-mouse-menu): Doc fix.
9387
9388 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
9389
9390 * simple.el (mail-user-agent): Doc fix. Set :version tag.
9391
9392 2009-07-18 Juri Linkov <juri@jurta.org>
9393
9394 * info.el: Virtual Info keyword finder.
9395 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
9396 (Info-finder-file): New variable.
9397 (Info-finder-find-file): New function.
9398 (finder-known-keywords, finder-package-info)
9399 (find-library-name, lm-commentary): Use defvar and
9400 declare-function to silence compiler warnings.
9401 (Info-finder-find-node): New function.
9402 (info-finder): New command.
9403
9404 * subr.el (process-kill-buffer-query-function): New function.
9405 (add-hook)<kill-buffer-query-functions>: Add hook
9406 `process-kill-buffer-query-function'.
9407
9408 2009-07-18 Alan Mackenzie <acm@muc.de>
9409
9410 * progmodes/cc-mode.el (c-before-hack-hook)
9411 (c-postprocess-file-styles): Give invocation of `c-set-style'
9412 DONT-OVERRIDE parameter of t. Already set style variables will
9413 thus not be overridden by style settings given by `c-file-syle'.
9414
9415 * files.el (hack-local-variables-filter): Remove entries with
9416 duplicate keys from `file-local-variables-alist'.
9417
9418 2009-07-18 Eli Zaretskii <eliz@gnu.org>
9419
9420 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
9421 x-set-selection if display-selections-p returns nil for the
9422 current frame.
9423
9424 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
9425
9426 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
9427
9428 2009-07-18 Eli Zaretskii <eliz@gnu.org>
9429
9430 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
9431 Accept nil in addition to a regexp.
9432 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
9433 Accept nil in addition to a regexp.
9434 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
9435 buffers that have an associated file. Handle nil values of
9436 desktop-buffers-not-to-save and desktop-files-not-to-save.
9437 (Bug#3833)
9438
9439 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
9440 (x-disown-selection-internal): New functions.
9441
9442 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
9443
9444 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
9445 warning.
9446 (gdb-breakpoints-header): Move forward to avoid compiler warning.
9447 (gdb-make-header-line-mouse-map): Remove duplicate definition.
9448
9449 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
9450
9451 * simple.el (set-mark): Revert last change.
9452
9453 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
9454
9455 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
9456 rendering of pngs is not possible instead of messaging a long
9457 description.
9458
9459 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
9460
9461 * w32-fns.el (x-selection-owner-p): New function.
9462
9463 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
9464 (mouse-yank-at-click, mouse-yank-primary): If
9465 select-active-regions is non-nil, deactivate the mark before
9466 insertion.
9467
9468 * simple.el (deactivate-mark, set-mark): Only save selection if we
9469 own it.
9470
9471 2009-07-17 Kenichi Handa <handa@m17n.org>
9472
9473 * case-table.el (describe-buffer-case-table): Fix for the case
9474 that KEY is a cons.
9475
9476 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
9477
9478 * vc-rcs.el (vc-rcs-find-file-hook):
9479 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
9480
9481 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
9482
9483 * net/tramp.el (tramp-wait-for-output): Handle the case when
9484 commands do not return a newline but a null byte before the shell
9485 prompt. (Bug#3858)
9486
9487 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9488
9489 * term/ns-win.el (ns-set-alpha): Don't declare.
9490 (ns-set-background-alpha): Remove function.
9491
9492 2009-07-16 Kevin Ryde <user42@zip.com.au>
9493
9494 * emacs-lisp/copyright.el (copyright-update): Save match-data across
9495 y-or-n-p, for safety.
9496
9497 2009-07-16 Richard Stallman <rms@gnu.org>
9498
9499 * files.el (auto-save-mode): If buffer-saved-size is -2,
9500 don't clobber it.
9501
9502 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
9503 (rmail-retry-ignored-headers): Add more uninteresting fields.
9504
9505 2009-07-15 Jari Aalto <jari.aalto@cante.net>
9506
9507 * net/rcirc.el (rcirc): Use history variables.
9508 (rcirc-server-name-history, rcirc-nick-name-history)
9509 (rcirc-server-port-history): New variables.
9510
9511 2009-07-15 Kenichi Handa <handa@m17n.org>
9512
9513 * international/mule-cmds.el (set-language-environment-charset):
9514 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
9515 ignore them.
9516
9517 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
9518 Delete unibyte-display.
9519
9520 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
9521
9522 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
9523
9524 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
9525
9526 * simple.el (deactivate-mark): Optional argument FORCE.
9527 (set-mark): Use deactivate-mark.
9528
9529 * info.el (Info-search): No need to check transient-mark-mode
9530 before calling deactivate-mark.
9531
9532 * select.el (x-set-selection): Doc fix.
9533 (x-valid-simple-selection-p): Allow buffer values.
9534 (xselect--selection-bounds): Handle buffer values. Suggested by
9535 David De La Harpe Golden.
9536
9537 * mouse.el (mouse-set-region, mouse-drag-track): Call
9538 copy-region-as-kill before setting the mark, to let
9539 select-active-regions work.
9540
9541 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
9542
9543 * simple.el (deactivate-mark): If select-active-regions is
9544 non-nil, copy the selection data into a string.
9545 (activate-mark): If select-active-regions is non-nil, set the
9546 selection to the current buffer.
9547 (set-mark): Update selection if select-active-regions is non-nil.
9548
9549 * select.el (x-valid-simple-selection-p): Allow buffer values.
9550
9551 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
9552
9553 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
9554 and more featureful message-mode.
9555
9556 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
9557
9558 * select.el (x-set-selection): Doc fix.
9559 (x-valid-simple-selection-p): Disallow selection data consisting
9560 of a list or cons of integers, since that is not used.
9561 (xselect--selection-bounds, xselect--int-to-cons): New functions.
9562 (xselect-convert-to-string, xselect-convert-to-length)
9563 (xselect-convert-to-filename, xselect-convert-to-charpos)
9564 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
9565
9566 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
9567
9568 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
9569 output in -break-info command (Emacs bug #3794).
9570
9571 2009-07-14 Glenn Morris <rgm@gnu.org>
9572
9573 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
9574 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
9575 (edebug-print-length, edebug-print-level, edebug-print-circle)
9576 (edebug-sit-for-seconds, edebug-view-outside)
9577 (edebug-bounce-point, edebug-set-global-break-condition)
9578 (edebug-Go-nonstop-mode, edebug-trace-mode)
9579 (edebug-Trace-fast-mode, edebug-continue-mode)
9580 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
9581 (edebug-visit-eval-list): Doc fixes.
9582
9583 * subr.el (def-edebug-spec): Doc fix.
9584
9585 2009-07-14 Kenichi Handa <handa@m17n.org>
9586
9587 * international/characters.el: Fix setting of category ?C.
9588
9589 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
9590
9591 * term/ns-win.el (x-select-font): defalias x-select-font to
9592 ns-popup-font-panel instead of generate-fontset-menu.
9593
9594 2009-07-12 Eli Zaretskii <eliz@gnu.org>
9595
9596 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
9597
9598 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
9599
9600 * arc-mode.el (archive-find-type): Allow for a PK00 string before
9601 the PK\003\004 header (Bug#3770).
9602
9603 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
9604
9605 * pcomplete.el (pcomplete-comint-setup): Check for
9606 shell-dynamic-complete-filename too.
9607
9608 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
9609
9610 * simple.el (temporary-goal-column): Change the value for
9611 line-move-visual to a cons cell.
9612 (line-move-visual): Record or set the window hscroll, if
9613 necessary (Bug#3494).
9614 (line-move-1): Handle cons value of temporary-goal-column.
9615
9616 2009-07-11 Kenichi Handa <handa@m17n.org>
9617
9618 * international/mule-diag.el (describe-character-set): Don't show
9619 width.
9620
9621 2009-07-10 Sam Steingold <sds@gnu.org>
9622
9623 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9624 Omake sometimes indents the errors it prints, so allow all
9625 regexps to start with spaces.
9626
9627 2009-07-10 Eli Zaretskii <eliz@gnu.org>
9628
9629 * cus-edit.el (customize-changed-options-previous-release):
9630 Bump value to 22.1. (Bug#3804)
9631
9632 2009-07-08 Sam Steingold <sds@gnu.org>
9633
9634 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
9635 to be a cons cell (test . ignored-directory) to selectively ignore
9636 some directories depending on the location of the search.
9637
9638 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
9639
9640 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
9641 remote user is root, on the local host.
9642 (tramp-local-host-p): Either the local user or the remote user
9643 must be root. (Bug#3771)
9644
9645 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
9646
9647 * progmodes/gdb-mi.el (gdb): Remove description of
9648 gdb-use-separate-io-buffer.
9649 (menu): Don't allow toggling of or enable
9650 gdb-use-separate-io-buffer from menubar.
9651
9652 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
9653
9654 * mail/unrmail.el (unrmail): Make sure the message ends with two
9655 newlines (Bug#3769).
9656
9657 2009-07-08 Glenn Morris <rgm@gnu.org>
9658
9659 * calendar/calendar.el (calendar-current-date): Rework previous change.
9660
9661 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
9662
9663 * calendar/calendar.el (calendar-current-date):
9664 Add an optional argument giving an offset from today.
9665
9666 2009-07-08 Glenn Morris <rgm@gnu.org>
9667
9668 * tutorial.el (tutorial--describe-nonstandard-key):
9669 Adjust the message for when a key has been unbound.
9670 (help-with-tutorial): Hide the arch-tag.
9671
9672 2009-07-08 Kenichi Handa <handa@m17n.org>
9673
9674 * international/fontset.el (setup-default-fontset): For each
9675 script, append (not set) font-specs.
9676
9677 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
9678 docstring.
9679
9680 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
9681
9682 * progmodes/gdb-mi.el (gdb-init-1): Move sending
9683 -data-list-register-names to ...
9684 (gdb-starting): ... here because GDB 7.0 requires execution to
9685 have started when using this MI command.
9686 (gdb-set-header): New function to distinguish select and
9687 unselected tabs in gdb buffers.
9688 (gdb-propertize-header): New macro that uses gdb-set-header.
9689 (gdb-breakpoints-header, gdb-locals-header): Use it.
9690 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
9691
9692 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
9693
9694 * Makefile.in (ELCFILES): Remove fadr.elc.
9695
9696 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
9697
9698 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
9699 may contain frame information, so `string-match' should be used.
9700 (gdb-update): Disassembly is invalidated through
9701 `gdb-get-selected-frame'.
9702 (gdb-pad-string): New function to pad string with spaces.
9703 (gdb-invalidate-disassembly): Invalidate only if the buffer
9704 exists.
9705 (gdb-disassembly-handler-custom): Column alignment.
9706 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
9707 placing new ones.
9708 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
9709 end of line, too.
9710 (gdb-frame-handler): Match convention to for disassembly buffer
9711 mode name.
9712 (gdb-stack-list-frames-handler): Rewritten without regexps.
9713 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
9714 not highlight breakpoints without line information.
9715 (gdb-input): Add trailing newline to command.
9716
9717 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
9718 buffer properly.
9719 (gdb-breakpoints-list-handler-custom): Replacement for
9720 `gdb-break-list-handler'. Using real parser instead of regexps
9721 now.
9722 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
9723 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
9724 to place breakpoints.
9725 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
9726 functions.
9727 (gdb-disassembly-handler-custom): Show overlay arrow.
9728 (gdb-disassembly-place-breakpoints): Show breakpoints in
9729 disassembly buffer.
9730 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
9731 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
9732 instead of parsing breakpoints buffer. Fixed old menu references
9733 in `gud-menu-map'.
9734
9735 * fadr.el: Remove.
9736
9737 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
9738 (gdb-memory-address): New variable which holds top address of
9739 memory page shown in memory buffer.
9740 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
9741 customization variables.
9742 New functions:
9743 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
9744 display the memory buffer.
9745 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
9746 buffer display parameters.
9747 (def-gdb-memory-format, gdb-memory-format-binary)
9748 (gdb-memory-format-octal, gdb-memory-format-unsigned)
9749 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
9750 Functions for setting memory buffer format.
9751 (gdb-memory-unit-word, gdb-memory-unit-halfword)
9752 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
9753 unit size used in memory buffer.
9754 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
9755 to next/previous page of memory buffer.
9756 Now using (bindat-get-field) instead of fadr functions.
9757
9758 2009-07-07 Sam Steingold <sds@gnu.org>
9759
9760 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
9761 non-top-level files.
9762
9763 2009-07-07 Kenichi Handa <handa@m17n.org>
9764
9765 * international/mule-cmds.el (reset-language-environment): Put
9766 the highset priority to the charset iso-8859-1.
9767
9768 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
9769
9770 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
9771 to the end of the line when locating the block (Bug#700).
9772
9773 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
9774
9775 * net/tramp.el (tramp-handle-write-region): Flush file properties
9776 in case of short track.
9777
9778 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
9779
9780 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
9781 Coded custom representation of verilog error regular expressions
9782 to work with Emacs-22's new format.
9783 (verilog-error-regexp-xemacs-alist): Coded custom representation
9784 of verilog error regular expressions to work with XEmacs format.
9785 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
9786 error recognition into XEmacs.
9787 (verilog-error-regexp-add-emacs): Hook routine to install verilog
9788 error recognition into Emacs-22.
9789
9790 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
9791
9792 * woman.el: Remove stand-alone closing parentheses.
9793 (woman-file-name, woman2-format-paragraphs)
9794 (woman-leave-blank-lines): Code cleanup.
9795 (woman-use-own-frame): Change default to nil.
9796 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
9797 defaults to inherit from default faces.
9798 (woman2-process-escapes): Consume the newline after a stand-alone
9799 filler character (Bug#3651).
9800
9801 2009-07-06 Glenn Morris <rgm@gnu.org>
9802
9803 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
9804 (top-level): Move provide to the end.
9805 (ffap): Remove defunct URL from custom group.
9806
9807 * subr.el (eval-after-load): Doc fix.
9808
9809 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
9810
9811 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
9812 `calc-embedded-word' is called twice.
9813
9814 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9815
9816 * files.el (find-alternate-file-other-window, find-alternate-file):
9817 Obey confirm-nonexistent-file-or-buffer.
9818
9819 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
9820
9821 * dired-aux.el (dired-show-file-type): Handle remote files.
9822
9823 2009-07-05 Jari Aalto <jari.aalto@cante.net>
9824
9825 * desktop.el (desktop-globals-to-save):
9826 Add file-name-history (Bug#2750).
9827
9828 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
9829
9830 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
9831
9832 2009-07-04 Johan Bockgård <bojohan@gnu.org>
9833
9834 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
9835 property on entire argument since this is what eshell-lisp-command
9836 expects.
9837
9838 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
9839
9840 * net/tramp-gvfs.el (tramp-gvfs-methods)
9841 (tramp-gvfs-zeroconf-domain)
9842 (tramp-bluez-discover-devices-timeout): Add version flag.
9843 (tramp-gvfs-handler-mounted-unmounted)
9844 (tramp-gvfs-connection-mounted-p): Polish handling of
9845 incompatibilities between GVFS 0.2 and 1.0.
9846
9847 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
9848
9849 * cus-start.el (all): Add make-pointer-invisible.
9850
9851 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
9852
9853 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
9854 formatted correctly.
9855
9856 2009-07-02 Juri Linkov <juri@jurta.org>
9857
9858 * info.el: Virtual Info files and nodes.
9859 (Info-virtual-files, Info-virtual-nodes): New variables.
9860 (Info-current-node-virtual): New variable.
9861 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
9862 New functions.
9863 (Info-file-supports-index-cookies): Use Info-virtual-file-p
9864 to check for a virtual file instead of checking a fixed list
9865 of node names.
9866 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
9867 instead of ad-hoc processing of "dir" and (apropos history toc).
9868 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
9869 instead of ad-hoc processing of "dir" and (apropos history toc).
9870 Reread a file when moving from a virtual node.
9871 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
9872 (Info-directory-toc-nodes, Info-directory-find-file)
9873 (Info-directory-find-node): New functions.
9874 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
9875 (Info-history): Move part of code to
9876 `Info-history-find-node'.
9877 (Info-history-toc-nodes, Info-history-find-file)
9878 (Info-history-find-node): New functions.
9879 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
9880 (Info-toc): Move part of code to `Info-toc-find-node'.
9881 (Info-toc-find-node): New function.
9882 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
9883 the current Info file name to references because now the node
9884 "*TOC*" belongs to the same Info manual.
9885 (Info-toc-build): Rename from `Info-build-toc'.
9886 (Info-toc-nodes): Rename input argument `file' to `filename'.
9887 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
9888 instead of ad-hoc processing of ("dir" apropos history toc).
9889 (Info-index-nodes): Use Info-virtual-file-p
9890 to check for a virtual file instead of checking a fixed list
9891 of node names.
9892 (Info-index-node): Add check for `Info-current-node-virtual'.
9893 Raise `save-match-data' higher up the tree to contain
9894 `search-forward' too (bug fix).
9895 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
9896 (Info-virtual-index-nodes): New variable.
9897 (Info-virtual-index-find-node, Info-virtual-index): New functions.
9898 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
9899 (Info-apropos-file, Info-apropos-nodes): New variables.
9900 (Info-apropos-toc-nodes, Info-apropos-find-file)
9901 (Info-apropos-find-node, Info-apropos-matches): New functions.
9902 (info-apropos): Move part of code to `Info-apropos-find-node' and
9903 `Info-apropos-matches'.
9904 (Info-mode-map): Bind "I" to `Info-virtual-index'.
9905 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
9906 for a virtual file instead of checking a fixed list of node names.
9907
9908 * simple.el (async-shell-command): New command.
9909
9910 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
9911
9912 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
9913 instead of `mount-info'.
9914
9915 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
9916
9917 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
9918 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
9919
9920 2009-07-02 Kenichi Handa <handa@m17n.org>
9921
9922 * international/mule.el (set-keyboard-coding-system): Force *-unix
9923 coding-system to avoid eol conversion.
9924
9925 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
9926
9927 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9928 Add handler for `process-file', `shell-command' and
9929 `start-file-process'.
9930 (tramp-gvfs-handle-shell-command)
9931 (tramp-gvfs-handle-start-file-process)
9932 (tramp-gvfs-handle-process-file): New defuns.
9933 (tramp-synce-list-devices): Simplify check for existence of property.
9934
9935 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
9936
9937 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
9938
9939 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
9940
9941 * language/korean.el (set-language-info-alist): Add korean-cp949,
9942 cp949 to spec.
9943
9944 2009-07-01 Kenichi Handa <handa@m17n.org>
9945
9946 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
9947
9948 * international/encoded-kb.el: Deleted.
9949
9950 * international/mule.el (set-keyboard-coding-system): Perform the
9951 necessary setup here instead of calling encoded-kbd-setup-display.
9952
9953 2009-07-01 Glenn Morris <rgm@gnu.org>
9954
9955 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
9956
9957 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
9958
9959 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
9960
9961 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
9962
9963 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
9964 Handle also the 'rename case, when setting file modes. (Bug#3712)
9965 (tramp-default-file-modes) Remove execute permissions.
9966
9967 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
9968 (top): Add a default for "synce" in `tramp-default-user-alist'.
9969 Add completion function for "synce" method.
9970 (tramp-hal-service, tramp-hal-path-manager)
9971 (tramp-hal-interface-manager, tramp-hal-interface-device):
9972 New defconst.
9973 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
9974 (tramp-synce-list-devices, tramp-synce-parse-device-names):
9975 New defuns.
9976
9977 * net/trampver.el: Update release number.
9978
9979 2009-06-30 Kenichi Handa <handa@m17n.org>
9980
9981 * international/fontset.el (setup-default-fontset): Add CJK fonts
9982 for symbols and the other miscellaneous characters.
9983
9984 * language/korea-util.el (setup-korean-environment-internal):
9985 Make char-width-table suitable for Korean environments.
9986 (exit-korean-environment): Cancel above.
9987
9988 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
9989 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
9990 setup-funcion to make char-widht-table suitable for respective
9991 environments, and an exit-function to cancel that.
9992
9993 * language/japan-util.el (setup-japanese-environment-internal):
9994 Call use-cjk-char-width-table with arg `ja_JP'.
9995
9996 * international/characters.el (cjk-char-width-table): Delete it.
9997 (cjk-char-width-table-list): New variable.
9998 (use-cjk-char-width-table): New arg local-name.
9999 (use-default-char-width-table): Fix for the case that Emacs is
10000 already using the default char-width-table.
10001
10002 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
10003
10004 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
10005 modes mandatory. (Bug#3712)
10006
10007 2009-06-29 Alan Mackenzie <acm@muc.de>
10008
10009 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
10010 correction between the visible width of TABs and their number of bytes.
10011
10012 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
10013
10014 * server.el (server-buffer-done): Prevent kill-buffer from
10015 prompting by clearing the buffer modification flag (Bug#3696).
10016
10017 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
10018
10019 * progmodes/verilog-mode.el (verilog-beg-of-statement)
10020 (verilog-endcomment-reason-re): Support unique case and priority case.
10021 (verilog-basic-complete-re): Support localparam lineup.
10022 (verilog-beg-of-statement-1): Fix for robustness, unique case.
10023 (verilog-set-auto-endcomments): Fix for unique case, always_comb
10024 commenting.
10025 (verilog-leap-to-case-head): Now support *nested* unique &
10026 priority case statements.
10027 (verilog-auto-lineup): Make just declarations the default (as it
10028 had been).
10029 (verilog-leap-to-case-head): Support priority/unique case statements.
10030 (verilog-auto-lineup): Rework to give users radio buttons to
10031 select the various styles of automatic lineup.
10032 (verilog-error-regexp-alist): Rework to support the XEmacs style
10033 of error regular expressions from compilers, lint tools &
10034 simulators. Note that GNU Emacs has made it impossible for a mode
10035 to load such things.
10036 (electric-verilog-terminate-line, verilog-indent-declaration)
10037 (verilog-auto-wiure): Rework for radio button selection of
10038 auto-lineup selection of specification of auto lineup.
10039 (verilog-beg-of-statement-1): Redesign to support proper operation
10040 in additional code, based on testing with auto-lineup.
10041 (verilog-calculate-indent, assignments & declarations)
10042 (verilog-backward-token): Enhance to support auto-lineup of
10043 assignments & declarations.
10044 (verilog-in-directive-p, verilog-at-struct-p): New function for
10045 easy test of whether we are.
10046 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
10047 to support safe execution at almost anyline.
10048 (verilog-calc-1): Properly support indenting deep inside generate
10049 blocks.
10050 (verilog-init-font) Remove definition & use of verilog-init-font,
10051 as it is redundant with font-lock-defaults.
10052 (verilog-mode): Alter the definition of verilog-font-lock-defaults
10053 to avoid circular calls if syntax-ppss is a function (as is the
10054 case now in 22.x GNU Emacs) as that function would sometimes call
10055 itself, leading to (nearly) infinite recursion.
10056 (verilog-ovm-begin-re, verilog-ovm-end-re)
10057 (verilog-ovm-statement-re, verilog-leap-to-head)
10058 (verilog-backward-token): Add support for OVM macros. Some are
10059 complete statements, and others open and close scopes like begin
10060 and end.
10061 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
10062 (verilog-defun-level-generate-only-re): Really fix the defun-list
10063 compilation issue.
10064 (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
10065 coverpoint, constraint and cross statements.
10066 (verilog-defun-level-list, verilog-generate-defun-level-list)
10067 (verilog-all-defun-level-list): Redo these specifications - it is
10068 too hard to support eval-when compile aggregation of lists also
10069 built at when-compile time.
10070 (verilog-defun-level-list): Place defconsts of variables used in
10071 building regular expressions which are built in eval-when-compile
10072 bodies in the same eval-when-compile body to facilitate compile
10073 without load.
10074 (verilog-beg-block-re-ordered): Support indenting
10075 virtual/protected tasks and functions.
10076 (verilog-defun-level-list, verilog-in-generate-region-p)
10077 (verilog-backward-ws&directives, verilog-calc-1): Speed up
10078 indentation of some module items (generate items).
10079 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
10080 across virtual/protected tasks and functions.
10081
10082 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
10083
10084 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
10085 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
10086 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
10087 in concatenations. Reported by Yishay Belkind.
10088 (verilog-auto-ascii-enum): Support one-hot state machines in
10089 AUTOASCIIENUM. Suggested by Lloyd Gomez.
10090 (verilog-auto-inst, verilog-auto-inst-port): Include interface
10091 modport in AUTOINST and add vl-modport for users. Reported by
10092 David Rogoff.
10093 (verilog-auto-inout-module, verilog-auto-inst)
10094 (verilog-decls-get-interfaces, verilog-insert-definition)
10095 (verilog-insert-one-definition, verilog-read-decls)
10096 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
10097 (verilog-sig-modport, verilog-signals-combine-bus)
10098 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
10099 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
10100 Suggested by David Rogoff.
10101 (verilog-repair-open-comma): Fix non-insertion of comma when
10102 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
10103 (verilog-make-width-expression): Simplify [A-1:0] expression
10104 widths to just {A{1'b0}}.
10105 (verilog-mode): Cleanup checkdoc warnings.
10106 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
10107 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
10108 inputs/outputs or data type. Suggested by Vasu Kandadi.
10109 (next-error-last-buffer): Fix byte-compiler warning.
10110 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
10111 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
10112 or shell command text during AUTO expansion. Suggested by Tad Truex.
10113 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
10114 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
10115 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
10116 in AUTOINOUT. Reported by Matthew Lovell.
10117 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
10118 causing use of <= assignments. Reported by Alex Reed.
10119 (verilog-read-decls): Fix triand, trior, wand, wor to be
10120 recognized by AUTOWIRE. Reported by Spencer Isaacson.
10121 (verilog-extended-complete-re): Support import "DPI-C" functions.
10122 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
10123 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
10124 (verilog-insert-date, verilog-insert-year)
10125 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
10126 Windows systems. Reported by Michael Potts.
10127 (verilog-read-module-name): Fix AUTOINST when the child module
10128 declaration's name is a tick define. Reported by Elliot Mednick.
10129 (verilog-read-decls): Fix V2K parameter bit subscripts getting
10130 passed to next parameter's definition. Reported by Bruce T.
10131 (verilog-read-decls): Fix detecting "parameter int" when using
10132 AUTOINSTPARAM. Reported by Bruce T.
10133 (verilog-goto-defun): Fix goto not finding modules unless first
10134 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
10135 (verilog-mode): Expand -f flag arguments on entry to mode so
10136 verilog-goto-defun will work. Reported by Lawrence Butcher.
10137 (verilog-getopt): Expand environment variables in -f file
10138 arguments. Suggested by Lawrence Butcher.
10139 (verilog-set-define): Fix "Symbol's value as variable is void"
10140 when reading enumerations.
10141 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
10142 Suggested by Stephen Peltan.
10143 (verilog-read-defines): Fix reading of enumerations in include
10144 files. Reported by Steve Peltan.
10145
10146 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
10147
10148 * files.el (trash-directory): Fix defcustom type.
10149
10150 2009-06-28 Juri Linkov <juri@jurta.org>
10151
10152 * help-fns.el (describe-function-1): Correctly locate adviced
10153 functions in hyperlink (Bug#2438).
10154
10155 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
10156
10157 * files.el (trash-directory): Change default to nil.
10158 (move-file-to-trash): If trash-directory is nil and
10159 system-move-file-to-trash is unbound, perform freedesktop-style
10160 trashing.
10161
10162 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
10163
10164 * files.el (move-file-to-trash): Add freedesktop trash
10165 support (Bug#973).
10166
10167 2009-06-28 Glenn Morris <rgm@gnu.org>
10168
10169 * autorevert.el (global-auto-revert-non-file-buffers)
10170 (global-auto-revert-mode): Doc fixes.
10171
10172 2009-06-27 Johan Bockgård <bojohan@gnu.org>
10173
10174 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
10175
10176 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
10177
10178 * faces.el (x-handle-named-frame-geometry): Ensure that we have
10179 opened an X connection before calling x-get-resource (Bug#3194).
10180
10181 * play/doctor.el: Remove reference to obsolete website.
10182 (make-doctor-variables): Correct grammar mistake (Bug#2633).
10183
10184 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
10185
10186 Remove find-file-not-found-hook VC method. (Bug#2757)
10187 * vc-hooks.el (vc-file-not-found-hook)
10188 (vc-default-find-file-not-found-hook): Remove functions.
10189 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
10190 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
10191 * vc.el:
10192 * vc-hg.el:
10193 * vc-git.el: Do not mention find-file-not-found-hook VC method.
10194
10195 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
10196
10197 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
10198 compatibility function for `looking-back'.
10199
10200 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
10201 Use `ispell-looking-back'.
10202
10203 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
10204
10205 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
10206 rather than `filename'.
10207
10208 2009-06-23 Miles Bader <miles@gnu.org>
10209
10210 * face-remap.el (text-scale-set): New function.
10211
10212 2009-06-23 Glenn Morris <rgm@gnu.org>
10213
10214 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
10215
10216 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
10217
10218 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
10219
10220 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
10221
10222 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
10223 Simplify Persian conditionals.
10224
10225 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
10226 variable `filename'.
10227
10228 * comint.el (comint-insert-input): Doc fix.
10229
10230 * Makefile.in (ELCFILES): Fix typo in previous change.
10231
10232 2009-06-23 Miles Bader <miles@gnu.org>
10233
10234 * cus-start.el: Add entry for `recenter-redisplay'.
10235
10236 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10237
10238 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
10239 Add an optional argument for the backend, use it instead of
10240 calling vc-backend.
10241 (vc-mode-line): Add an optional argument for the backend.
10242 Pass the backend to vc-state and vc-working-revision. Move code for
10243 special handling for vc-state being a buffer to ...
10244
10245 * vc-rcs.el (vc-rcs-find-file-hook):
10246 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
10247
10248 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
10249 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
10250 vc-stay-local-p and vc-mode-line calls.
10251
10252 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
10253 (vc-cvs-diff, vc-cvs-annotate-command)
10254 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
10255 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
10256 vc-mode-line calls.
10257
10258 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
10259 direct comparison.
10260 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
10261 backend when calling vc-mode-line.
10262 (vc-register): Do not create a closure for calling the vc register
10263 function, call it directly.
10264
10265 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10266
10267 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
10268 to make it obvious item can be clicked.
10269
10270 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
10271
10272 2009-06-23 Kenichi Handa <handa@m17n.org>
10273
10274 * language/korea-util.el (korean-key-bindings): Change the binding
10275 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
10276 same command.
10277
10278 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
10279
10280 Sync with Tramp 2.1.16.
10281
10282 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
10283
10284 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
10285 when a loading of a package fails. Completion function for rsync
10286 is `tramp-completion-function-alist-ssh'.
10287 (all): Replace all calls of `split-string' and
10288 `tramp-split-string' by `tramp-compat-split-string'.
10289 (tramp-default-method): Use `tramp-compat-process-running-p'.
10290 (tramp-default-proxies-alist): Allow also Lisp forms.
10291 (tramp-remote-path): Add choice "Private Directories".
10292 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
10293 (tramp-domain-regexp): Allow also "-", "_" and ".".
10294 (tramp-end-of-output): Remove newlines, and add "$" at the end.
10295 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
10296 (tramp-debug-message): Insert header line in debug buffer.
10297 (tramp-handle-directory-files-and-attributes-with-stat):
10298 Care about filenames with spaces, or starting with "-".
10299 (tramp-handle-dired-uncache): New defun.
10300 (tramp-handle-insert-directory): Don't flush the directory from
10301 cache, this is handled by `dired-uncache' now.
10302 (tramp-handle-insert-file-contents): Improve error handling.
10303 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10304 Quote `tramp-end-of-output'.
10305 (tramp-action-password): Improve trace message.
10306 (tramp-check-for-regexp): Both echoes must be present, before removing.
10307 (tramp-open-connection-setup-interactive-shell): Trace coding system.
10308 (tramp-compute-multi-hops): Eval cons cells of
10309 `tramp-default-proxies-alist'.
10310 (tramp-maybe-open-connection): Use the same command pattern for
10311 first hop and further hops.
10312 (tramp-wait-for-output): Remove handling of newlines.
10313 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
10314 (tramp-split-string): Remove function. It is handled in
10315 tramp-compat now.
10316
10317 * net/tramp-cmds.el (tramp-bug):
10318 Recommend `tramp-cleanup-all-connections' in the bug mail.
10319
10320 * net/tramp-compat.el (tramp-compat-split-string)
10321 (tramp-compat-process-running-p): New defuns.
10322
10323 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
10324 for `dired-uncache'.
10325
10326 * net/tramp-gvfs.el: New package.
10327
10328 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10329 Add handler for `dired-uncache'.
10330 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
10331
10332 * net/trampver.el: Update release number. Make version check fit
10333 for SXEmacs 22.
10334
10335 2009-06-22 Jim Meyering <meyering@redhat.com>
10336
10337 Automatically handle .xz suffix (XZ-compressed files), too.
10338 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
10339 XZ is the successor to LZMA: <http://tukaani.org/xz/>
10340
10341 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
10342 Nick Roberts <nickrob@snap.net.nz>
10343
10344 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
10345 repository (http://sphinx.net.ru/hg/gdb-mi/).
10346
10347 2009-06-22 Glenn Morris <rgm@gnu.org>
10348
10349 * files.el (dir-locals-collect-mode-variables): Allow for any number of
10350 `mode' and `eval' entries. (Bug#3430)
10351
10352 * Makefile.in (ELCFILES): Add fadr.elc.
10353
10354 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
10355 differing behavior of \n and ^ in strings. (Bug#3385)
10356
10357 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
10358
10359 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
10360 property.
10361 (lisp-indent-function): Make it a defcustom.
10362
10363 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
10364
10365 * progmodes/gdb-ui.el: Replace with ...
10366 * progmodes/gdb-mi.el: ... this file.
10367 * progmodes/gud.el: Modify for gdb-mi.el.
10368
10369 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
10370
10371 * fadr.el: New file.
10372
10373 See ChangeLog.14 for earlier changes.
10374
10375 ;; Local Variables:
10376 ;; coding: utf-8
10377 ;; End:
10378
10379 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
10380
10381 This file is part of GNU Emacs.
10382
10383 GNU Emacs is free software: you can redistribute it and/or modify
10384 it under the terms of the GNU General Public License as published by
10385 the Free Software Foundation, either version 3 of the License, or
10386 (at your option) any later version.
10387
10388 GNU Emacs is distributed in the hope that it will be useful,
10389 but WITHOUT ANY WARRANTY; without even the implied warranty of
10390 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10391 GNU General Public License for more details.
10392
10393 You should have received a copy of the GNU General Public License
10394 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
10395
10396 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1