Fix bug #8177 with re-visiting image files.
[bpt/emacs.git] / lisp / ChangeLog
1 2011-03-05 Eli Zaretskii <eliz@gnu.org>
2
3 * files.el (find-file-noselect): Don't ask about re-visiting
4 non-literally if the file is already visited in image-mode.
5 (Bug#8177)
6
7 2011-03-05 Glenn Morris <rgm@gnu.org>
8
9 * eshell/esh-mode.el (eshell-kill-buffer-function): New function.
10 (eshell-mode): Use eshell-kill-buffer-function.
11 Run the -initialize functions independently of the -load-hooks.
12 * eshell/esh-proc.el (eshell-kill-process-function): New function.
13 (eshell-gather-process-output, eshell-sentinel)
14 (eshell-interrupt-process, eshell-kill-process, eshell-quit-process):
15 Use eshell-kill-process-function.
16 * eshell/em-alias.el (eshell-alias-load-hook):
17 * eshell/em-banner.el (eshell-banner-load-hook):
18 * eshell/em-cmpl.el (eshell-cmpl-load-hook):
19 * eshell/em-dirs.el (eshell-dirs-load-hook):
20 * eshell/em-glob.el (eshell-glob-load-hook):
21 * eshell/em-hist.el (eshell-hist-load-hook):
22 * eshell/em-pred.el (eshell-pred-load-hook):
23 * eshell/em-prompt.el (eshell-prompt-load-hook):
24 * eshell/em-rebind.el (eshell-rebind-load-hook):
25 * eshell/em-script.el (eshell-script-load-hook):
26 * eshell/em-smart.el (eshell-smart-load-hook):
27 * eshell/em-term.el (eshell-term-load-hook):
28 * eshell/em-unix.el (eshell-unix-load-hook):
29 * eshell/esh-arg.el (eshell-arg-load-hook):
30 * eshell/esh-cmd.el (eshell-cmd-load-hook):
31 * eshell/esh-ext.el (eshell-ext-load-hook):
32 * eshell/esh-io.el (eshell-io-load-hook):
33 * eshell/esh-mode.el (eshell-exit-hook):
34 * eshell/esh-proc.el (eshell-proc-load-hook, eshell-kill-hook):
35 * eshell/esh-var.el (eshell-var-load-hook):
36 Set default hook values to nil. (Bug#5375)
37
38 * eshell/esh-module.el (eshell-module-unload-hook)
39 (eshell-modules-list): Remove leading * from defcustom docs.
40
41 * eshell/esh-util.el (eshell-for): Make it obsolete.
42 * eshell/em-alias.el (eshell/alias, eshell-alias-completions):
43 * eshell/em-dirs.el (eshell-save-some-last-dir):
44 * eshell/em-hist.el (eshell-save-some-history)
45 (eshell-hist-parse-modifier):
46 * eshell/em-ls.el (eshell-ls-dir, eshell-ls-files)
47 (eshell-ls-entries):
48 * eshell/em-unix.el (eshell/cat, eshell/du, eshell/su):
49 * eshell/esh-cmd.el (eshell-invoke-directly, eshell-do-eval)
50 (eshell/which):
51 * eshell/esh-ext.el (eshell-find-interpreter):
52 * eshell/esh-mode.el (eshell-mode):
53 * eshell/esh-module.el (eshell-unload-extension-modules):
54 * eshell/esh-proc.el (eshell-process-interact):
55 * eshell/esh-test.el (eshell-test):
56 * eshell/esh-util.el (eshell-flatten-list, eshell-winnow-list):
57 * eshell/esh-var.el (eshell/env, eshell-environment-variables)
58 (eshell-variables-list):
59 * eshell/eshell.el (eshell-unload-all-modules):
60 Replace eshell-for with dolist.
61
62 2011-03-04 Glenn Morris <rgm@gnu.org>
63
64 * vc/vc-bzr.el (vc-bzr-after-dir-status): Handle bzr 2.3.0. (Bug#8170)
65
66 2011-03-04 Tom Tromey <tromey@redhat.com>
67
68 * progmodes/gud.el (gdb-script-mode): Derive from prog-mode.
69
70 2011-03-04 Glenn Morris <rgm@gnu.org>
71
72 * outline.el (outline-regexp): No longer allow nil.
73 (outline-heading-end-regexp): Add safety predicate. (Bug#7619)
74
75 * net/browse-url.el (browse-url):
76 Handle deleted default-directory. (Bug#6077)
77
78 * recentf.el (recentf-include-p): In case of a buggy predicate,
79 err on the side of including, not excluding. (Bug#5843)
80
81 2011-03-04 Jay Belanger <jay.p.belanger@gmail.com>
82
83 * calc/calc-units.el (math-to-standard-rec): Don't treat subscripted
84 variables as units.
85
86 2011-03-04 Bob Rogers <rogers@rgrjr.dyndns.org>
87
88 * emacs-lisp/ewoc.el (ewoc-goto-next): Give a more explicit error
89 if there is no node. (Bug#3261)
90
91 2011-03-04 Leo <sdl.web@gmail.com>
92
93 * vc/diff-mode.el (diff-mode): Fix whitespace-style. (Bug#8139)
94
95 * time.el (display-time-world-list): Fix typo. (Bug#7571)
96
97 2011-03-04 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
98
99 * cus-edit.el (custom-buffer-create-internal):
100 Split search string before passing it to `customize-apropos' (bug#8136).
101
102 2011-03-04 Drew Adams <drew.adams@oracle.com>
103
104 * image-dired.el (image-dired-cmd-read-exif-data-options):
105 Fix typo in docstring (bug#8156).
106
107 2011-03-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
108
109 * net/rcirc.el (rcirc-cmd-join): Accept comma-separated input.
110
111 2011-03-03 Christian Ohler <ohler@gnu.org>
112
113 * emacs-lisp/ert.el (ert--explain-equal): New function.
114 (ert--explain-equal-rec): Renamed from `ert--explain-not-equal'.
115 All callers changed.
116 (ert--explain-equal-including-properties): Renamed from
117 `ert--explain-not-equal-including-properties'. All callers
118 changed.
119
120 2011-03-03 Christian Ohler <ohler@gnu.org>
121
122 * emacs-lisp/ert.el (ert--stats-set-test-and-result)
123 (ert-char-for-test-result, ert-string-for-test-result)
124 (ert-run-tests-batch, ert--print-test-for-ewoc):
125 Handle `ert-test-quit'.
126
127 2011-03-03 David Abrahams <dave@boostpro.com> (tiny change)
128
129 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
130 Move ediff-defvar-local calls after defcustoms. (Bug#1821)
131
132 2011-03-03 Glenn Morris <rgm@gnu.org>
133
134 * files.el (file-truename): Doc fix. (Bug#2341)
135
136 2011-03-03 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
137
138 * vc/vc-dir.el (vc-dir-mode-map): Bind vc-dir-find-file to e. (Bug#7349)
139
140 2011-03-03 Vagn Johansen <gonz808@hotmail.com> (tiny change)
141
142 * vc/vc-svn.el (vc-svn-after-dir-status): Some MS Windows svn client
143 programs output backslashes. (Bug#7663)
144
145 2011-03-03 Glenn Morris <rgm@gnu.org>
146
147 * mail/sendmail.el (mail-mode-map): Remove mail-sent-via.
148 (mail-mode): Remove mail-sent-via from the doc.
149 (mail-sent-via): Make it obsolete. (Bug#1776)
150
151 * progmodes/grep.el (grep-highlight-matches): Doc fix.
152 (grep-process-setup): No highlighting without font-lock. (Bug#8084)
153
154 * vc/vc-bzr.el (vc-bzr-state-heuristic): Handle dirstate entries
155 with no parents. (Bug#8025)
156
157 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
158
159 * password-cache.el (password-in-cache-p): Add autoload.
160
161 2011-03-02 Glenn Morris <rgm@gnu.org>
162
163 * man.el (Man-support-local-filenames): Also handle Red Hat's man.
164 * dired-x.el (Man-support-local-filenames): Autoload it.
165 (dired-guess-shell-alist-default): Also handle Red Hat's man.
166
167 * dired-x.el (dired-default-directory-alist, dired-default-directory):
168 Mark as obsolete.
169 (dired-smart-shell-command): Just call dired-current-directory.
170
171 * dired-x.el (dired-jump-other-window): Add autoload.
172 (dired-default-directory-alist, dired-default-directory): Doc fixes.
173 (dired-default-directory-alist): Mark as risky.
174
175 * dired-x.el (dired-omit-here-always): Make it obsolete.
176
177 2011-03-02 Chong Yidong <cyd@stupidchicken.com>
178
179 * textmodes/artist.el (artist-curr-go): Default to pen-line.
180 (artist-select-op-pen-line): New function.
181 (artist-menu-map): New variable.
182 (artist-mode-map): Add a menu to the menu-bar.
183
184 2011-03-02 Jay Belanger <jay.p.belanger@gmail.com>
185
186 * calc/calc-math.el (calcFunc-log10): Check for symbolic mode
187 when evaluating.
188
189 * calc/calc-units.el (math-conditional-apply, math-conditional-pow):
190 New function.
191 (math-logunits-add, math-logunits-mul, math-logunits-divide):
192 (math-logunits-quant, math-logunits-level):
193 Use `math-conditional-apply' and `math-conditional-pow' to evaluate
194 functions.
195 (math-logunits-level): Extract units from ratio.
196
197 2011-03-01 Juanma Barranquero <lekktu@gmail.com>
198
199 * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
200
201 2011-03-01 Glenn Morris <rgm@gnu.org>
202
203 * calendar/cal-hebrew.el (calendar-hebrew-birthday)
204 (diary-hebrew-birthday): Rename and rework functions added
205 in previous change.
206
207 2011-03-01 Ed Reingold <reingold@emr.cs.iit.edu>
208
209 * calendar/cal-hebrew.el (hebrew-calendar-birthday)
210 (diary-hebrew-birthday): New functions.
211
212 2011-03-01 Glenn Morris <rgm@gnu.org>
213
214 * dired.el (dired-safe-switches-p): Beef it up.
215 (dired-actual-switches): Use it for the safe-local prop. (Bug#3230)
216
217 2011-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
218
219 * dired.el (dired-safe-switches-p): New function.
220
221 2011-03-01 Glenn Morris <rgm@gnu.org>
222
223 * files.el (dir-locals-collect-variables):
224 Add the ability to exclude subdirectories. (Bug#8100)
225
226 * dired-x.el (dired-omit-here-always): Add `(subdirs . nil)' to locals.
227
228 2011-02-28 Christoph Scholtes <cschol2112@googlemail.com>
229
230 * ido.el (ido-everywhere): Doc fix.
231 (ido-mode): Doc fix.
232
233 2011-02-28 Glenn Morris <rgm@gnu.org>
234
235 * dired-x.el (dired-guess-shell-alist-default): Use \\', not $.
236
237 2011-02-28 Michael Albinus <michael.albinus@gmx.de>
238
239 * net/tramp-cmds.el (tramp-append-tramp-buffers): Dump load-path
240 shadows.
241
242 2011-02-28 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
243
244 * dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.
245
246 2011-02-28 Juanma Barranquero <lekktu@gmail.com>
247
248 * emacs-lisp/pcase.el (pcase, pcase--u1, pcase--q1):
249 Fix typos in docstrings.
250
251 2011-02-28 Stephen Berman <stephen.berman@gmx.net>
252
253 * dired-aux.el (dired-update-file-line):
254 Fix 2010-11-09 change. (Bug#8131)
255
256 2011-02-28 Eli Zaretskii <eliz@gnu.org>
257
258 * international/mule-cmds.el (set-default-coding-systems): Use the
259 -unix variant of encoding in default-keyboard-coding-system.
260 (Bug#8122)
261
262 2011-02-27 Chong Yidong <cyd@stupidchicken.com>
263
264 * facemenu.el (list-colors-display): Use with-help-window (Bug#8048).
265
266 2011-02-27 Prestoo Ten <prestooten@gmail.com> (tiny change)
267
268 * term/screen.el: New file (Bug#2650).
269
270 2011-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
271
272 * emacs-lisp/pcase.el (pcase--if): Try to invert test to reduce depth.
273 (pcase-mutually-exclusive-predicates): New var.
274 (pcase--split-consp, pcase--split-pred): Use it.
275 (pcase--split-equal, pcase--split-member): When splitting against
276 a pure predicate, run it to know the outcome.
277 (pcase--u1): Mark vars that are actually used.
278 (pcase--q1): Avoid introducing unused vars.
279
280 2011-02-27 Jay Belanger <jay.p.belanger@gmail.com>
281
282 * calc/calc-ext.el (calc-init-extensions):
283 Autoload `calc-l-prefix-help' instead of `calc-ul-prefix-help'.
284
285 * calc/calc-math.el (calcFunc-log10): Don't signal an error in
286 symbolic mode.
287
288 * calc/calc-vec.el (calcFunc-subscr): Return nil if the first
289 argument is a variable.
290
291 2011-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
292
293 * emacs-lisp/assoc.el: Remove misleading `sort' (bug#8126).
294 (aput, adelete, amake): Replace `eval' -> `symbol-value'.
295 Suggested by Michael Heerdegen <michael_heerdegen@web.de>.
296
297 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
298
299 * password-cache.el (password-in-cache-p): Convenience function to
300 check if a key is in the cache, even if the value is nil.
301
302 2011-02-25 Jambunathan K <kjambunathan@gmail.com>
303
304 * emacs-lisp/package-x.el (package--archive-contents-from-url)
305 (package--archive-contents-from-file): New functions.
306 (package-update-news-on-upload): New var.
307 (package-upload-buffer-internal): Extract archive-contents from
308 package-archive-upload-base if it is not found at archive-url.
309 Obey package-update-news-on-upload.
310 (package-upload-buffer, package-upload-file): Doc fix.
311
312 2011-02-24 Glenn Morris <rgm@gnu.org>
313
314 * files-x.el (modify-dir-local-variable): Handle dir-locals from
315 the cache, and from non-file sources.
316
317 * help-fns.el (describe-variable): Return consistent results when a
318 dir-local from a file came from the cache or did not. (Bug#8095)
319 If a dir-local has no associated file, say it came from a "directory".
320
321 * files.el (hack-dir-local-variables): Fix setting of `dir-name'.
322 (hack-local-variables-confirm, hack-local-variables-filter): Doc fix.
323
324 * files.el (dir-locals-find-file): Doc fix.
325 Fix the check for cache elements that have no associated file,
326 and the mtime check for those that do. (Bug#8095)
327
328 * dired-x.el (dired-hack-local-variables):
329 Handle interrupts during hacking local variables. (Bug#5216)
330
331 * emacs-lisp/autoload.el (autoload-save-buffers)
332 (autoload-find-destination, update-directory-autoloads):
333 Avoid prompts when updating autoloads.
334
335 2011-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
336
337 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.
338
339 2011-02-23 Kenichi Handa <handa@m17n.org>
340
341 * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
342 error when a multipart boundary in the nested multipart is found.
343
344 * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
345 header components.
346
347 2011-02-23 Glenn Morris <rgm@gnu.org>
348
349 * dired.el (dired-mode): Call hack-dir-local-variables-non-file-buffer.
350 * dired-x.el (dired-omit-mode): Safe if boolean.
351 (dired-enable-local-variables): Fix doc and custom type.
352 (dired-enable-local-variables, dired-local-variables-file)
353 (dired-hack-local-variables): Make obsolete.
354 (dired-omit-here-always): Use dir-locals.el instead.
355
356 * files.el (safe-local-eval-forms): Add the write-file-hooks version.
357
358 2011-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
359
360 * help-fns.el (describe-function-1): Don't signal an error just because
361 the DOC file disappeared.
362
363 2011-02-22 Seppo Sade <sepposade1@gmail.com> (tiny change)
364
365 * eshell/esh-ext.el (eshell-external-command): Do not restrict
366 remote check to "ftp". (Bug#8089)
367
368 2011-02-21 Alan Mackenzie <acm@muc.de>
369
370 Fix bug #7930.
371 * progmodes/cc-engine.el (c-state-literal-at): Prevent positions
372 in macros finding their way into c-state-nonlit-pos-cache.
373 Strengthen the comments.
374 (c-state-dump): New commented out diagnostic routine.
375
376 2011-02-21 Michael Albinus <michael.albinus@gmx.de>
377
378 * net/tramp.el (tramp-rfn-eshadow-setup-minibuffer): Do not use
379 `field' property of `rfn-eshadow-overlay'.
380
381 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
382
383 * net/netrc.el (netrc-parse): Comment fix.
384
385 2011-02-21 Chong Yidong <cyd@stupidchicken.com>
386
387 * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
388 Autoload. Add optional arg FRAME, and pass it to color-values.
389 (color-complement): Caller changed. Doc fix.
390 (color-gradient): Rewrite for better clarity and efficiency.
391
392 * faces.el (color-values): Use cond for clarity. Doc fix.
393
394 * facemenu.el (color-rgb-to-hsv): Delete; use the version in
395 color.el instead.
396 (list-colors-sort-key, list-colors-print):
397 Use color-normalized-values.
398
399 2011-02-20 Drew Adams <drew.adams@oracle.com>
400
401 * color.el: First part of merge from hexrgb.el.
402 (color-rgb-to-hex): Rename from color-rgb->hex.
403 (color-rgb-to-hsv): Rename from color-rgb->hsv. Force hue and
404 saturation to zero if the value is too small.
405 (color-rgb-to-hsl): Rename from color-rgb->hsl.
406 (color-srgb-to-xyz): Rename from color-srgb->xyz. Doc fix.
407 (color-xyz-to-srgb): Rename from color-xyz->srgb. Doc fix.
408 (color-xyz-to-lab): Rename from color-xyz->lab. Doc fix.
409 (color-lab-to-xyz): Rename from color-lab->xyz. Doc fix.
410 (color-lab-to-srgb): Rename from color-lab->srgb. Doc fix.
411 (color-cie-de2000): Doc fix.
412
413 2011-02-20 Alan Mackenzie <acm@muc.de>
414
415 * progmodes/cc-cmds.el (c-beginning-of-statement): Avoid loop in
416 locating the beginning of a macro. (Bug#7595)
417
418 2011-02-20 Glenn Morris <rgm@gnu.org>
419
420 * edmacro.el (edmacro-eight-bits): Make it a defcustom.
421 Don't autoload it.
422
423 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
424 (global-auto-revert-ignore-buffer): Remove leading "*" from docs.
425
426 2011-02-19 Dmitry Bolshakov <dmitry.bolshakov@bridge-quest.com>
427 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
428
429 * progmodes/hideshow.el (hs-find-block-beginning)
430 (hs-hide-level-recursive): Ignore comments when parsing braces
431 (Bug#8036).
432
433 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
434
435 * vc/vc-bzr.el (vc-bzr-bound-branch-p): New function.
436 (vc-bzr-pull): Use it.
437
438 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
439
440 * vc/vc-bzr.el (vc-bzr--branch-conf): Function deleted.
441 (vc-bzr-branch-conf): New function, similar to vc-bzr--branch-conf
442 but returning an alist. Ignore comments in bzr conffile.
443 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-bzr-branch-conf.
444 (vc-bzr-error-regex-alist): New var.
445 (vc-bzr-merge-branch): Use it to highlight the pull/merge buffer.
446
447 * vc/vc-dispatcher.el (vc-do-async-command):
448 Bind inhibit-read-only to t.
449
450 * progmodes/compile.el (compilation--flush-directory-cache):
451 Handle the case where cdr of compilation--flush-directory-cache
452 points to no buffer, which can occur if we previously switched to
453 compilation-mode in a pregenerated buffer.
454
455 2011-02-19 Kenichi Handa <handa@m17n.org>
456
457 * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
458 get the header copy into the temporary buffer.
459 (rmail-mime-insert-decoded-text): Ignore us-ascii.
460 (rmail-show-mime): When rmail-mime-coding-system is nil, set
461 buffer-file-coding-system to undecided.
462
463 2011-02-19 Eli Zaretskii <eliz@gnu.org>
464
465 * international/mule-cmds.el (read-char-by-name, ucs-insert):
466 Document completion with asterisk and a substring.
467
468 2011-02-19 Glenn Morris <rgm@gnu.org>
469
470 * files.el (find-file-literally): Doc fix.
471
472 * simple.el (rfc822-goto-eoh): Give it a doc-string.
473
474 * log-edit.el (log-edit-insert-changelog):
475 Fix `log-edit-strip-single-file-name' functionality. (Bug#8057)
476
477 2011-02-19 Glenn Morris <rgm@gnu.org>
478
479 * dired-x.el: Don't require dired-aux.
480 (dired-do-create-files, dired-mark-read-regexp)
481 (dired-do-create-files-regexp): Autoload from dired-aux.
482
483 * dired-x.el (dired-find-buffer-nocreate): Merge into dired.el.
484 * dired.el (dired-find-buffer-nocreate): Merge dired-x version.
485
486 * dired-x.el (dired-read-shell-command): Merge into dired-aux's version.
487 * dired-aux.el (dired-read-shell-command): Merge dired-x's version.
488
489 * dired-x.el (dired-clean-up-after-deletion): Merge into dired.el.
490 * dired.el (dired-clean-up-after-deletion): Merge dired-x's version.
491 (dired-clean-up-buffers-too): Declare.
492
493 * dired-x.el (dired-initial-position): Merge into dired.el's version.
494 * dired.el (dired-initial-position): Merge dired-x's version here.
495 (dired-find-subdir): Declare.
496
497 * dired-x.el (dired-omit-new-add-entry): Merge into dired-add-entry.
498 * dired-aux.el (dired-add-entry): Give it a doc-string.
499 Merge dired-x's dired-omit handling here.
500 (dired-omit-mode, dired-omit-regexp, dired-omit-localp): Declare.
501
502 * international/mule-diag.el (list-input-methods-1):
503 Indent all lines of multi-line doc-strings. (Bug#8066)
504
505 2011-02-18 Chong Yidong <cyd@stupidchicken.com>
506
507 Fix 2011-02-02 changes.
508
509 * apropos.el (apropos-print): Call apropos-mode before setting up
510 buffer variables. Use inhibit-read-only.
511
512 * emacs-lisp/package.el (package--list-packages):
513 Call package-menu-mode before setting up buffer variables.
514
515 * play/solitaire.el (solitaire): Call solitaire-mode before
516 setting up buffer variables. Use inhibit-read-only.
517
518 2011-02-18 Lawrence Mitchell <wence@gmx.li>
519
520 * progmodes/sh-script.el (sh-syntax-propertize-here-doc): (bug#8053)
521 Bind case-fold-search to nil when looking for end of here-doc.
522
523 2011-02-18 Eli Zaretskii <eliz@gnu.org>
524
525 * image-mode.el (image-toggle-display-image):
526 Set find-file-literally non-nil in buffers visiting binary image
527 files. (Bug#8047)
528
529 2011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
530
531 * files.el (cd): Make completion obey cd-path (bug#7924).
532
533 2011-02-18 Glenn Morris <rgm@gnu.org>
534
535 * progmodes/prolog.el: Don't require compile when compiling.
536 (compilation-shell-minor-mode, compilation-error-regexp-alist)
537 (compilation-forget-errors, compilation-fake-loc)
538 (compilation-parse-errors-function, compilation-error-list): Declare.
539 (prolog-inferior-mode): Require 'compile.
540
541 * emulation/cua-base.el (pc-selection-mode): Declare.
542
543 * emacs-lisp/eieio-custom.el: Set generated-autoload-file.
544 (customize-object): Add autoload cookie.
545 * emacs-lisp/eieio-opt.el: Set generated-autoload-file.
546 (eieio-browse, describe-class, eieio-describe-class)
547 (eieio-describe-constructor, describe-generic, eieio-describe-generic)
548 (eieio-help-mode-augmentation-maybee): Add autoload cookies.
549 * emacs-lisp/eieio.el: Regenerate with automatic autoloads.
550 * Makefile.in (autoloads): Make eieio.el writable.
551
552 * dired-x.el (dired-clean-up-after-deletion, dired-do-relsymlink)
553 (dired-do-relsymlink-regexp, dired-find-buffer-nocreate): Use #'.
554 (dired-hack-local-variables): Use inhibit-read-only.
555 (dired-guess-default): Simplify.
556 (dired-make-relative-symlink): Use dotimes.
557 (dired-simultaneous-find-file): Use dolist.
558 (dired-mark-sexp): Remove unneeded `if'. Use line-end-position.
559 (dired-x-hands-off-my-keys): Doc fix.
560 (dired-x-bind-find-file): Doc fix. Use remapping.
561 (after-init-hook): No need to add dired-x-bind-find-file.
562 (dired-x-find-file, dired-x-find-file-other-window): Doc fixes.
563 No need to call expand-file-name.
564 (dired-filename-at-point): Remove unused locals `end', `filename'.
565
566 2011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
567
568 * emacs-lisp/pcase.el (pcase--u1): Understand non-linear patterns.
569
570 2011-02-18 Christian Ohler <ohler@gnu.org>
571
572 * emacs-lisp/ert.el (ert--setup-results-buffer)
573 (ert-results-pop-to-backtrace-for-test-at-point)
574 (ert-results-pop-to-messages-for-test-at-point)
575 (ert-results-pop-to-should-forms-for-test-at-point)
576 (ert-results-pop-to-timings): Revert parts of change 2011-02-02T17:59:44Z!sds@gnu.org that
577 were incorrect and unnecessary. This should make `make check'
578 pass again.
579
580 2011-02-17 Ken Manheimer <ken.manheimer@gmail.com>
581
582 * lisp/allout-widgets.el: (allout-widgets-icons-light-subdir)
583 (allout-widgets-icons-dark-subdir): Track relocations of icons
584 * lisp/allout.el: Remove commentary about remove encryption
585 passphrase mnemonic support and verification.
586 (allout-encrypt-string): (allout-encrypt-string): Recognize epg
587 failure to decrypt gpg2 armored text using gpg1, and indicate that
588 the gpg version *might* be the problem in the error message.
589
590 2011-02-17 Deniz Dogan <deniz.a.m.dogan@gmail.com>
591
592 * net/rcirc.el (rcirc-float-time): New function.
593 (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE)
594 (rcirc-ctcp-sender-PING): Use it.
595
596 2011-02-17 Glenn Morris <rgm@gnu.org>
597
598 * speedbar.el (speedbar-ignored-modes, speedbar-file-unshown-regexp)
599 (speedbar-update-flag, speedbar-fetch-etags-command)
600 (speedbar-fetch-etags-arguments):
601 * term.el (term-buffer-maximum-size, term-input-chunk-size)
602 (term-completion-autolist, term-completion-addsuffix)
603 (term-completion-recexact, term-completion-fignore):
604 * term/sup-mouse.el (sup-mouse-fast-select-window):
605 * term/x-win.el (x-select-request-type):
606 Convert some defvars with "*" to defcustoms.
607
608 * shell.el (shell-delimiter-argument-list): Set it to nil. (Bug#8027)
609
610 * vc/vc.el (vc-default-previous-version):
611 Remove alias that points nowhere. (Bug#4496)
612
613 * dired-x.el (dired-clean-up-after-deletion):
614 kill-buffer does not need save-excursion.
615 (dired-do-run-mail): Doc fix.
616 (dired-filename-at-point): Doc fix.
617 Use looking-at, and skip-chars rather than re search.
618
619 * dired-x.el (dired-filename-at-point): Fix 8-year old typo.
620
621 2011-02-16 Ken Manheimer <ken.manheimer@gmail.com>
622
623 * allout-widgets.el: New allout extension that shows allout
624 outline structure with graphical widgets. 'allout-widgets'
625 customize group is an 'allout' subgroup, for easy discovery.
626
627 * allout.el: Include PGP and GnuPG in Keywords, and other
628 commentary refinements.
629 (allout-abbreviate-flattened-numbering): Rename to
630 allout-flattened-numbering-abbreviation, and
631 define-obsolete-variable-alias the old name.
632 (allout-flattened-numbering-abbreviation): Rename from
633 allout-abbreviate-flattened-numbering.
634 (allout-mode-p): Include among autoloads, for use by other modes
635 with impunity.
636 (allout-listify-exposed):
637 Use allout-flattened-numbering-abbreviation.
638 (allout-encrypt-string): Use set-buffer-multibyte directly.
639 (allout-set-buffer-multibyte): Remove.
640
641 2011-02-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
642
643 * simple.el (just-one-space): Remove useless `or' call.
644
645 2011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
646
647 * net/soap-client.el (soap-well-known-xmlns, soap-local-xmlns)
648 (soap-default-xmlns, soap-target-xmlns, soap-multi-refs)
649 (soap-decoded-multi-refs, soap-current-wsdl)
650 (soap-encoded-namespaces): Rename CL-style *...* variables.
651
652 2011-02-16 Michael Albinus <michael.albinus@gmx.de>
653
654 * net/soap-client.el: Add "comm" and "hypermedia" to the
655 keywords. Reflow too long lines.
656
657 * net/soap-inspect.el: Ditto. Require 'cl.
658
659 2011-02-16 Bastien Guerry <bzg@altern.org>
660
661 * play/doctor.el (doctor-mode): Bugfix: escape the "," character
662 in a `doctor-type' argument.
663
664 2011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
665
666 * net/soap-client.el:
667 * net/soap-inspect.el: New files.
668
669 2011-02-16 Leo <sdl.web@gmail.com>
670
671 * dired-x.el (dired-mode-map, dired-extra-startup):
672 Remove dired-copy-filename-as-kill since it's already in dired.el.
673
674 2011-02-16 Glenn Morris <rgm@gnu.org>
675
676 * dired-x.el (dired-bind-jump, dired-bind-man, dired-bind-info):
677 Doc fixes. Add :set property, replacing top-level calls.
678 (dired-vm-read-only-folders, dired-vm): Doc fix (drop v. old VM 4).
679 (dired-guess-shell-gnutar): Test tar version rather than system-type.
680 (dired-extra-startup, dired-man, dired-info): Doc fixes.
681 (dired-clean-up-after-deletion): Use when and dolist.
682 (dired-jump): Use unless and when.
683 (dired-virtual): Use line-end-position.
684 (dired-default-directory-alist): Rename from default-directory-alist.
685 (dired-default-directory): Update for above name change.
686 (dired-vm): Drop VM < 5 and simplify.
687 (dired-buffer-more-recently-used-p): Rewrite.
688 (dired-filename-at-point): Use when and or.
689 (dired-x-read-filename-at-point): Rename from read-filename-at-point.
690 Update callers.
691
692 2011-02-15 Glenn Morris <rgm@gnu.org>
693
694 * dired-x.el: Use easymenu for menu items. Fix item capitalization.
695
696 2011-02-14 Chong Yidong <cyd@stupidchicken.com>
697
698 * vc/vc-git.el (vc-git-root-log-format): New option for
699 customizing log format.
700 (vc-git-print-log, vc-git-log-outgoing, vc-git-log-incoming)
701 (vc-git-log-view-mode): Use it.
702 (vc-git-expanded-log-entry): New function.
703 (vc-git-log-view-mode): Use it. Truncate lines in root log.
704
705 * vc/vc-hg.el (vc-hg-root-log-template): New option for
706 customizing log format.
707 (vc-hg-print-log): Use it.
708 (vc-hg-expanded-log-entry): New function.
709 (vc-hg-log-view-mode): Use vc-hg-root-log-template and
710 vc-hg-expanded-log-entry. Truncate lines in root log.
711
712 * vc/vc-bzr.el (vc-bzr-log-view-mode): Truncate lines in root log.
713
714 * vc/log-view.el (log-view-mode-menu):
715 Add log-view-toggle-entry-display.
716
717 2011-02-14 Glenn Morris <rgm@gnu.org>
718
719 * dired-x.el: Don't require man when compiling.
720 (dired-omit-extensions, dired-local-variables-file)
721 (dired-x-hands-off-my-keys): Make them defcustoms.
722 (Man-support-local-filenames, Man-getpage-in-background): Declare.
723 (vm-visit-folder): Declare rather than defining.
724 (dired-x-help-address, dired-x-variable-list): Remove.
725 (dired-x-submit-report): Make it an obsolete alias.
726
727 2011-02-14 Juanma Barranquero <lekktu@gmail.com>
728
729 * makefile.w32-in (TRAMP_SRC): Remove tramp-imap.el.
730
731 2011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
732
733 * net/imap.el: Bring it back.
734
735 2011-02-13 Alan Mackenzie <acm@muc.de>
736
737 * progmodes/cc-fonts.el (c-font-lock-declarations): Remove a
738 narrow-to-region call that cuts context off the end (Bug#7722).
739
740 * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
741 Refactor nested if-forms with a simple cond.
742 (c-forward-<>-arglist): Revert 2011-01-31 change.
743
744 2011-02-13 Chong Yidong <cyd@stupidchicken.com>
745
746 * vc/log-view.el: New command log-view-toggle-entry-display for
747 toggling log entries between concise and detailed forms.
748 (log-view-toggle-entry-display): New command.
749 (log-view-mode-map): Bind RET to it.
750 (log-view-expanded-log-entry-function): New variable.
751 (log-view-current-entry, log-view-inside-comment-p)
752 (log-view-current-tag): New functions.
753 (log-view-toggle-mark-entry): Use log-view-current-entry and
754 log-view-end-of-defun instead of searching directly with
755 log-view-message-re.
756 (log-view-end-of-defun): Likewise. Add optional ARG for
757 compatibility with end-of-defun.
758 (log-view-end-of-defun): Ignore comments and VC buttons.
759
760 * vc/vc-bzr.el (vc-bzr-expanded-log-entry): New function.
761 (vc-bzr-log-view-mode): Use log-view-expanded-log-entry-function.
762
763 2011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
764
765 * net/imap.el: Remove file. All the functionality is in nnimap.el.
766
767 * net/imap-hash.el: Remove file.
768
769 2011-02-13 Michael Albinus <michael.albinus@gmx.de>
770
771 * Makefile.in (TRAMP_SRC): Remove tramp-imap.el.
772
773 * net/tramp.el (tramp-read-passwd): Simplify `auth-source-search'
774 call.
775
776 * net/tramp-imap.el: Remove file.
777
778 2011-02-13 Chong Yidong <cyd@stupidchicken.com>
779
780 * vc/vc.el (vc-print-log-setup-buttons): Instead of using the
781 widget library for buttons, just use button.el.
782
783 * vc/log-view.el (log-view-mode-map): Don't inherit from
784 widget-keymap.
785
786 2011-02-12 Glenn Morris <rgm@gnu.org>
787
788 * emacs-lisp/cl-seq.el (union, nunion, intersection)
789 (nintersection, set-difference, nset-difference)
790 (set-exclusive-or, nset-exclusive-or): Doc fix.
791
792 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
793
794 * faces.el (face-attr-match-p): Handle the obsolete :bold and
795 :italic props, so that frame-set-background-mode works. (Bug#7966)
796
797 * simple.el (next-error): Doc fix.
798
799 2011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
800
801 * dired-aux.el (dired-create-files): Adapt destination name to
802 match the new behavior of copy-directory.
803
804 2011-02-12 Chong Yidong <cyd@stupidchicken.com>
805
806 * mail/mail-utils.el (mail-dont-reply-to-names): New variable,
807 from rmail-dont-reply-to-names. Callers changed.
808 (mail-dont-reply-to): Rename from mail-dont-reply-to.
809 (rmail-dont-reply-to): Make it an obsolete alias.
810
811 * mail/rmail.el (rmail-default-dont-reply-to-names): Default to
812 nil, and make obsolete (Bug#7888).
813 (rmail-dont-reply-to-names): Alias to mail-dont-reply-to-names.
814
815 * mail/rmailsum.el (rmail-summary-sort-by-correspondent): Doc fix.
816
817 * mail/rmailsort.el (rmail-sort-by-correspondent)
818 (rmail-select-correspondent): Doc fix. Use mail-dont-reply-to.
819
820 * mail/rmail.el (rmail-reply): Use mail-dont-reply-to.
821
822 2011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
823
824 * files.el (copy-directory): New argument COPY-CONTENTS for
825 copying directory contents into another existing directory.
826
827 2011-02-12 Tassilo Horn <tassilo@member.fsf.org>
828
829 * minibuffer.el (completion-table-case-fold): New function for
830 creating a case-insensitive completion table.
831
832 2011-02-12 Teodor Zlatanov <tzz@lifelogs.com>
833
834 * net/tramp.el (tramp-default-method): Also check if
835 `auth-source-search' is bound.
836 (tramp-read-passwd): Use `auth-source-search' instead of
837 `auto-source-user-or-password'.
838
839 * net/tramp-imap.el: Autoload `auto-source-search' instead of
840 `auto-source-user-or-password.
841 (tramp-imap-passphrase-callback-function): Use it.
842
843 * net/imap-hash.el: Autoload `auto-source-search' instead of
844 `auto-source-user-or-password.
845 (imap-hash-open-connection): Use it.
846
847 * mail/smtpmail.el: Autoload `auto-source-search' instead of
848 `auto-source-user-or-password.
849 (smtpmail-try-auth-methods): Use it.
850
851 2011-02-12 Phil Hagelberg <phil@hagelb.org>
852
853 * emacs-lisp/package.el: Allow packages to be reinstalled.
854 (package--write-file-no-coding): Remove EXCL arg.
855 (package-unpack-single): Don't use it.
856
857 2011-02-12 Karl Pflästerer <k@rl.pflaesterer.de> (tiny change)
858
859 * vc/vc-svn.el: Adapt to Subversion change, with no .svn directory
860 in each sub directory.
861 (vc-svn-registered): Use vc-svn-root.
862 (vc-svn-root): New function. Make vc-svn-responsible-p an alias.
863 (vc-svn-repository-hostname): Use "svn info".
864
865 2011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
866
867 * simple.el (delete-trailing-whitespace): New optional buffer
868 bound parameters.
869
870 2011-02-11 Bastien Guerry <bzg@altern.org>
871
872 * files.el (basic-save-buffer): save unmodified buffers when
873 the file pointed by buffer-file-name doesn't exist.
874
875 2011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
876
877 * net/rcirc.el (rcirc-cmd-join): Accept multiple channels.
878
879 2011-02-11 Glenn Morris <rgm@gnu.org>
880
881 * emacs-lisp/cl-specs.el (multiple-value-bind): Fix debug spec.
882
883 2011-02-11 Juanma Barranquero <lekktu@gmail.com>
884
885 * net/rcirc.el (rcirc-send-ctcp): Remove spurious arg to `format'.
886
887 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
888
889 * server.el (server-process-filter): Use pcase.
890
891 * emacs-lisp/smie.el (smie-blink-matching-open): Don't use `pos' in two
892 conflicting ways.
893 (smie-indent--parent): Extend to "parent of arg".
894 (smie-indent-inside-string): New function.
895 (smie-indent-functions): Use it.
896
897 * vc/vc-dir.el (vc-dir-refresh): Reorder operations to try and avoid
898 bzr locking race condition.
899
900 * emacs-lisp/edebug.el (edebug-instrument-function): Check a marker is
901 still valid before using it.
902
903 * progmodes/grep.el (grep-mode-font-lock-keywords): Adjust to
904 `message' -> `compilation-message' rename (bug#8004).
905
906 Move keymap initialization into declaration.
907 * textmodes/enriched.el (enriched-mode-map):
908 * textmodes/bib-mode.el (bib-mode-map):
909 * term/lk201.el (lk201-function-map):
910 * tar-mode.el (tar-mode-map):
911 * replace.el (occur-mode-map):
912 * progmodes/idlwave.el (idlwave-rinfo-mouse-map, idlwave-rinfo-map):
913 * progmodes/idlw-help.el (idlwave-help-mode-map):
914 * progmodes/gdb-mi.el (gdb-memory-format-menu, gdb-memory-unit-menu):
915 * play/solitaire.el (solitaire-mode-map):
916 * play/snake.el (snake-mode-map, snake-null-map):
917 * play/pong.el (pong-mode-map):
918 * play/handwrite.el (menu-bar-handwrite-map):
919 * play/gametree.el (gametree-mode-map):
920 * net/rcirc.el (rcirc-mode-map, rcirc-browse-url-map)
921 (rcirc-multiline-minor-mode-map, rcirc-track-minor-mode-map):
922 * net/newst-plainview.el (newsticker-menu, newsticker-mode-map)
923 (newsticker--url-keymap):
924 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
925 * menu-bar.el (menu-bar-file-menu, menu-bar-i-search-menu)
926 (menu-bar-search-menu, menu-bar-replace-menu, menu-bar-goto-menu)
927 (menu-bar-edit-menu, menu-bar-custom-menu)
928 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
929 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
930 (menu-bar-line-wrapping-menu, menu-bar-options-menu)
931 (menu-bar-games-menu, menu-bar-encryption-decryption-menu)
932 (menu-bar-tools-menu, menu-bar-describe-menu)
933 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
934 (menu-bar-help-menu):
935 * mail/rmailsum.el (rmail-summary-mode-map):
936 * kmacro.el (kmacro-step-edit-map):
937 * ibuffer.el (ibuffer-mode-groups-popup, ibuffer-mode-map)
938 (ibuffer-mode-operate-map):
939 * hi-lock.el (hi-lock-menu, hi-lock-map):
940 * emulation/vip.el (vip-mode-map):
941 * emacs-lisp/re-builder.el (reb-lisp-mode-map):
942 * bookmark.el (bookmark-bmenu-mode-map):
943 * help-mode.el (help-mode-map): Move initialization into declaration.
944
945 2011-02-10 Deniz Dogan <deniz.a.m.dogan@gmail.com>
946
947 * net/rcirc.el: Add PRIVMSG and CTCP functions.
948 (rcirc-send-privmsg, rcirc-send-ctcp): New functions.
949 (rcirc-keepalive, rcirc-cmd-ctcp, rcirc-ctcp-sender-PING)
950 (rcirc-cmd-me, rcirc-authenticate): Use them.
951
952 2011-02-10 Ken Manheimer <ken.manheimer@gmail.com>
953
954 * allout.el: Synopsis: Change allout user configuration so
955 auto-activation is controlled solely by customization
956 `allout-auto-activation'.
957
958 (allout-auto-activation-helper) (allout-setup): New autoloads
959 implement new custom set procedure for allout-auto-activation.
960 Also, explicitly invoke
961 (allout-setup) after allout-auto-activation is custom-defined, to
962 effect the settings in emacs sessions besides the few where
963 allout-auto-activation customization is donea.
964 (allout-auto-activation): Use allout-auto-activation-helper to
965 :set. Revise the docstring.
966 (allout-init): Reduce functionality to just customizing
967 allout-auto-activation, and mark obsolete.
968 (allout-mode): Respect string values for allout-auto-activation.
969 Run allout-after-copy-or-kill-hook without any args.
970 (allout-mode) (allout-layout) (allout-default-layout)
971 (outlineify-sticky): Adjust docstring for new scheme.
972 (allout-after-copy-or-kill-hook): No arguments - hook implementers
973 should concentrate on the kill ring.
974
975 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
976
977 * password-cache.el (password-cache-remove): Accept secrets that are
978 not strings.
979
980 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
981
982 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Fix case
983 of here-doc that immediately follows a comment.
984
985 2011-02-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
986
987 * net/rcirc.el (rcirc-ctcp-sender-PING): Simplifying.
988
989 * net/rcirc.el (rcirc-cmd-ctcp): Use dedicated function when
990 available.
991 (rcirc-ctcp-sender-PING): New function.
992
993 2011-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
994
995 * obsolete/pc-select.el: Rename from emulation/pc-select.el (bug#7940).
996 Remove the mark/nomark handling, and activate shift-select-mode instead.
997
998 * obsolete/pc-mode.el: Rename from emulation/pc-mode.el.
999
1000 2011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1001
1002 * calc/calc-units.el (math-logunits-quant): Add support for
1003 non-logarithmic units.
1004
1005 2011-02-07 Ken Manheimer <ken.manheimer@gmail.com>
1006
1007 * allout.el (allout-after-copy-or-kill-hook): New hook for
1008 extension-specific processing of killed text.
1009 (allout-mode): Include new allout-after-copy-or-kill-hook among
1010 mentioned hooks.
1011 (allout-kill-line) (allout-kill-topic): Ensure that processing
1012 after kill happens even if barf-if-buffer-read-only is raised.
1013 Include new allout-after-copy-or-kill-hook among that subsequent
1014 processing.
1015 (allout-deannotate-hidden): Actually remove the annotation text
1016 properties.
1017
1018 * allout.el (allout-listify-exposed): Copy text sans text properties.
1019
1020 2011-02-07 Michael Albinus <michael.albinus@gmx.de>
1021
1022 * net/dbus.el (dbus-list-activatable-names): Add optional argument BUS.
1023
1024 2011-02-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1025
1026 * net/rcirc.el (rcirc-handler-317): New function (Bug#6507).
1027
1028 2011-02-06 Jay Belanger <jay.p.belanger@gmail.com>
1029
1030 * calc/calc.el (calc-logunits-field-reference): Rename from
1031 `calc-default-field-reference-level'.
1032 (calc-logunits-power-reference): Rename from
1033 `calc-default-power-reference-level'
1034
1035 * calc/calc-units.el (math-logunits-quant): Rename from
1036 `math-logunits-level'
1037 (math-logunits-plus): Rename from math-logcombine.
1038 (calcFunc-luplus, calcFunc-luminus calc-luplus, calc-luminus): Remove.
1039 (calcFunc-lufieldadd, calcFunc-lupoweradd, calcFunc-lufieldsub)
1040 (calcFunc-lufieldsub,calc-logunits-add calc-logunits-sub):
1041 New functions.
1042 (calcFunc-fieldquant): Rename from `calcFunc-fieldlevel'.
1043 (calcFunc-powerquant): Rename from `calcFunc-powerlevel'.
1044 (calc-logunits-quantity): Rename from `calc-level'.
1045 (calcFunc-dbfieldlevel, calcFunc-dbpowerlevel, calcFunc-npfieldlevel)
1046 (calcFunc-nppowerlevel,calc-logunits-dblevel, calc-logunits-nplevel)
1047 (math-logunits-mul, calcFunc-lufieldmul, calcFunc-lupowermul)
1048 (calc-logunits-mul, math-logunits-divide, calcFunc-lufielddiv)
1049 (calcFunc-lupowerdiv,calc-logunits-divide,math-logunits-level):
1050 New functions.
1051
1052 * calc/calc-help.el (calc-u-prefix-help): Remove "L" reference.
1053 (calc-ul-prefix-help): Remove.
1054 (calc-l-prefix-help): New function.
1055 (calc-full-help): Add reference to `calc-l-prefix-help'.
1056
1057 * calc/calc-ext.el (calc-init-extensions): Update autoloads.
1058
1059 * calc/README: Mention logarithmic units.
1060
1061 2011-02-06 Chong Yidong <cyd@stupidchicken.com>
1062
1063 * mail/emacsbug.el (report-emacs-bug-hook): Remove the check for
1064 non-ASCII characters (Bug#7925).
1065
1066 2011-02-05 Glenn Morris <rgm@gnu.org>
1067
1068 * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
1069
1070 * calendar/diary-lib.el (diary-font-lock-keywords):
1071 Tweak diary-time-regexp match. (Bug#7891)
1072
1073 * progmodes/f90.el (f90-find-tag-default): New function. (Bug#7919)
1074 (f90-mode): Use it for mode's `find-tag-default-function' property.
1075
1076 * ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969)
1077
1078 * faces.el (set-face-attribute): Doc fix. (Bug#2659)
1079
1080 2011-02-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1081
1082 * net/rcirc.el (rcirc-handler-JOIN): Reset mode-line-process
1083 (Bug#6386).
1084
1085 2011-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1086
1087 * progmodes/sh-script.el (sh-here-doc-open-re): Don't rely on the
1088 font-lock-syntax-table remappings.
1089 (sh-here-doc-markers, sh-here-doc-re): Remove.
1090 (sh-font-lock-close-heredoc): Remove.
1091 (sh-syntax-propertize-here-doc): New function.
1092 (sh-font-lock-open-heredoc): Set the sh-here-doc-marker property
1093 instead of the sh-here-doc-re.
1094 (sh-font-lock-paren): Don't do anything in comments or strings.
1095 Handle line continuations. Accept a few more chars.
1096 Don't rely on the font-lock-syntax-table remappings.
1097 `esac' is not a valid pattern.
1098 (sh-syntax-propertize-function): Handle here-docs differently, so we
1099 don't bother syntax-propertizing the insides.
1100
1101 * progmodes/sh-script.el (sh-font-lock-paren, sh-kw, sh-prev-thing):
1102 Handle new bashisms ";&" and ";;&" (bug#7947).
1103
1104 2011-02-05 Michael Albinus <michael.albinus@gmx.de>
1105
1106 * net/tramp-smb.el (tramp-smb-errors): Use `regexp-opt'.
1107 Add "NT_STATUS_IO_TIMEOUT" and "NT_STATUS_NO_SUCH_USER".
1108
1109 2011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
1110
1111 * net/tramp.el (tramp-postfix-method-format)
1112 (tramp-postfix-method-regexp, tramp-prefix-domain-format)
1113 (tramp-prefix-domain-regexp, tramp-postfix-user-format)
1114 (tramp-postfix-user-regexp, tramp-prefix-port-format)
1115 (tramp-prefix-port-regexp, tramp-postfix-host-format)
1116 (tramp-postfix-host-regexp, tramp-handle-substitute-in-file-name):
1117 Doc fix.
1118
1119 2011-02-04 Sam Steingold <sds@gnu.org>
1120
1121 * mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group.
1122
1123 2011-02-04 Andreas Schwab <schwab@linux-m68k.org>
1124
1125 * international/mule-util.el (with-coding-priority): Doc fix.
1126
1127 2011-02-04 Eli Zaretskii <eliz@gnu.org>
1128
1129 * arc-mode.el (archive-mode-map): Fix a typo in last change.
1130
1131 2011-02-03 Sam Steingold <sds@gnu.org>
1132
1133 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
1134 Do not error out when `func' is nil.
1135
1136 2011-02-03 Michael Albinus <michael.albinus@gmx.de>
1137
1138 * net/tramp-sh.el (tramp-remote-path): Add default settings for
1139 `tramp-default-remote-path' to the docstring.
1140 (tramp-get-remote-path): Suppress error message when `getconf
1141 PATH' fails.
1142
1143 * net/tramp-smb.el (tramp-smb-errors): Add "NT_STATUS_UNSUCCESSFUL".
1144
1145 2011-02-03 Glenn Morris <rgm@gnu.org>
1146
1147 * vc/vc-hg.el (vc-hg-command): Doc fix.
1148
1149 * term/w32-win.el (libpng-version): Declare for compiler.
1150
1151 * msb.el: No need to load dired while compiling.
1152
1153 * emacs-lisp/elint.el (elint-standard-variables):
1154 Remove a couple of built-ins that now have doc-strings.
1155
1156 * hi-lock.el, ps-bdf.el, ps-mule.el, ps-print.el, ps-samp.el:
1157 `require' is automatically `eval-and-compile'd.
1158
1159 * net/rcirc.el (rcirc-nick-completion-format): Add :version tag.
1160 (rcirc-log-directory, rcirc-log-flag): Move definitions before use.
1161
1162 * strokes.el (strokes-fill-current-buffer-with-whitespace):
1163 Move definition before use.
1164 (strokes-report-bug): Make it obsolete.
1165
1166 2011-02-02 Sam Steingold <sds@gnu.org>
1167
1168 * apropos.el (apropos-print): Now that `apropos-mode' inherits
1169 from `special-mode', entering it makes the buffer read-only, so
1170 call it only when everything has been already inserted.
1171 * emacs-lisp/ert.el (ert--setup-results-buffer)
1172 (ert-results-pop-to-backtrace-for-test-at-point)
1173 (ert-results-pop-to-messages-for-test-at-point)
1174 (ert-results-pop-to-timings): Ditto.
1175 * emacs-lisp/package.el (package--list-packages): Ditto.
1176 * play/solitaire.el (solitaire): Ditto.
1177
1178 2011-02-02 Chong Yidong <cyd@stupidchicken.com>
1179
1180 * progmodes/compile.el: Make all faces inherit.
1181 (compilation-warning): Inherit from font-lock-variable-name-face.
1182 (compilation-info): Inherit from font-lock-type-face.
1183 (compilation-line-number): Reassign to font-lock-keyword-face.
1184 (compilation-column-number): Reassign to font-lock-doc-face.
1185 (compilation-leave-directory-face): Reassign to
1186 font-lock-builtin-face.
1187
1188 2011-02-02 Eli Zaretskii <eliz@gnu.org>
1189
1190 * dired.el (dired-insert-directory): Don't invoke `ls' when
1191 ls-lisp.el is used to emulate it.
1192
1193 2011-02-01 Julien Danjou <julien@danjou.info>
1194
1195 * color.el (color-gradient): Add a color-gradient function.
1196
1197 2011-02-01 Sam Steingold <sds@gnu.org>
1198
1199 * simple.el (special-mode-map): Bind "h" to `describe-mode';
1200 bind "z" to `kill-this-buffer'.
1201 (completion-list-mode-map): Bind "z" to `kill-this-buffer'.
1202 * apropos.el (apropos-mode-map): Inherit from `special-mode-map'.
1203 (apropos-mode): Inherit from `special-mode'.
1204 * arc-mode.el (archive-mode-map): Inherit from `special-mode-map'.
1205 * bookmark.el (bookmark-bmenu-mode): Define using
1206 `define-derived-mode' inheriting from `special-mode'.
1207 * dired.el (dired-mode-map): Inherit from `special-mode-map'.
1208 * image-mode.el (image-mode-map): Ditto.
1209 * replace.el (occur-mode): Define using
1210 `define-derived-mode' inheriting from `special-mode'.
1211 * tar-mode.el (tar-mode): Inherit from `special-mode'.
1212 * calendar/diary-lib.el (diary-fancy-display-mode):
1213 Inherit from `special-mode-map'.
1214 * emacs-lisp/ert.el (ert-simple-view-mode, ert-results-mode):
1215 Inherit from `special-mode'.
1216 * emacs-lisp/package.el (package-menu-mode-map): Copy from
1217 `special-mode-map'.
1218 (package-menu-mode): Define using `define-derived-mode'
1219 inheriting from `special-mode'.
1220 * erc/erc-list.el (erc-list-menu-mode): Inherit from `special-mode'.
1221 * net/xesam.el (xesam-mode): Inherit from `special-mode'.
1222 (xesam-mode-map): Define separately.
1223 * play/solitaire.el (solitaire-mode): Inherit from `special-mode'.
1224 * progmodes/compile.el (compilation-minor-mode-map)
1225 (compilation-mode-map): Inherit from `special-mode-map'.
1226 * vc/diff-mode.el (diff-mode-shared-map):
1227 Inherit from `special-mode-map'.
1228 * vc/log-view.el (log-view-mode-map): Add a comment.
1229
1230 2011-02-01 Chong Yidong <cyd@stupidchicken.com>
1231
1232 * custom.el (load-theme): Define return value. Drop use of
1233 unsafep; call custom-theme-load-confirm for non-known-safe themes.
1234 (custom-theme-load-confirm): Scroll in the correct window.
1235 (custom-enabled-themes): Add custom-safe-themes to :set-after.
1236
1237 * cus-theme.el (custom-theme-checkbox-toggle): Don't activate the
1238 checkbox if load-theme fails.
1239
1240 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1241
1242 * progmodes/compile.el (compilation-next-error): Check there's
1243 a message before using it (bug#7941).
1244
1245 2011-02-01 Jay Belanger <jay.p.belanger@gmail.com>
1246
1247 * calc/calc-mtx.el (math-lud-pivot-check): New function.
1248 (math-do-matrix-lud): Use `math-lud-pivot-check' to check the size
1249 of potential pivots.
1250
1251 2011-01-31 Alan Mackenzie <acm@muc.de>
1252
1253 * progmodes/cc-cmds.el (c-forward-over-illiterals):
1254 Continue parsing if we encounter a naked # (Bug#7595).
1255 (c-beginning-of-statement): Avoid loop in locating the beginning
1256 of a macro. (Not actually committed until 2011-02-20, see above).
1257
1258 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1259
1260 * files.el (copy-directory): Fix arguments to recursive call.
1261
1262 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1263
1264 * files.el (copy-directory): If destination is an existing
1265 directory, copy into a subdirectory there.
1266
1267 2011-01-31 Andreas Schwab <schwab@linux-m68k.org>
1268
1269 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
1270 files.
1271
1272 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1273
1274 * image-dired.el (image-dired-mouse-display-image): No-op if no
1275 file is found (Bug#7817).
1276
1277 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
1278
1279 2011-01-31 Kenichi Handa <handa@m17n.org>
1280
1281 * international/quail.el (quail-keyboard-layout-alist):
1282 Remove superfluous SPC for "pc105-uk" (bug#7927).
1283
1284 2011-01-31 Glenn Morris <rgm@gnu.org>
1285
1286 * msb.el (msb-menu-bar-update-buffers): Update for changed
1287 argument handling of menu-bar-select-frame. (Bug#7902)
1288
1289 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1290
1291 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
1292 to the recursion depth (Bug#7722).
1293
1294 2011-01-31 Roy Liu <carsomyr@gmail.com> (tiny change)
1295
1296 * term/ns-win.el (ns-find-file): Expand ns-input-file with
1297 command-line-default-directory (Bug#7872).
1298
1299 2011-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1300
1301 * progmodes/compile.el (compilation--flush-directory-cache):
1302 New function, extracted from compilation--remove-properties.
1303 (compilation--remove-properties, compilation--parse-region): Use it.
1304 (compilation--previous-directory): Handle one more case.
1305 (compilation-enable-debug-messages): Remove.
1306 (compilation-parse-errors, compilation--flush-parse): Just remove the
1307 left over debug messages.
1308
1309 2011-01-31 Sam Steingold <sds@gnu.org>
1310
1311 * progmodes/compile.el (compilation-enable-debug-messages):
1312 Add a variable to make the parsing messages introduced in
1313 2011-01-28T22:12:05Z!monnier@iro.umontreal.ca optional.
1314 (compilation-parse-errors, compilation--flush-parse): Use it.
1315
1316 2011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1317
1318 * net/rcirc.el: New customizable nick completion format. (Bug#6314)
1319 (rcirc-nick-completion-format): New defcustom.
1320 (rcirc-complete): Use it.
1321
1322 2011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1323
1324 * net/rcirc.el: Clean log filenames (Bug#7933).
1325 (rcirc-log-write): Use convert-standard-filename.
1326 (rcirc-log-filename-function): Documentation updates.
1327
1328 2011-01-30 Jan Djärv <jan.h.d@swipnet.se>
1329
1330 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer):
1331 Check report-emacs-bug-can-use-osx-open and use that if t.
1332 (report-emacs-bug-can-use-osx-open): New function.
1333 (report-emacs-bug): Rename can-xdg-email to can-insert-mail.
1334 Check report-emacs-bug-can-use-osx-open also for can-insert-mail.
1335
1336 2011-01-29 Chong Yidong <cyd@stupidchicken.com>
1337
1338 * vc/vc-dispatcher.el (vc-set-async-update): New function for
1339 updating Dired or VC-dir buffers after async command completes.
1340
1341 * vc/vc-bzr.el (vc-bzr-async-command): Return the process buffer.
1342 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-set-async-update.
1343
1344 * vc/vc-git.el (vc-git-merge-branch): Add FETCH_HEAD to branch
1345 completions if it exists. Use vc-set-async-update.
1346 (vc-git-pull): Use vc-set-async-update.
1347
1348 * vc/vc-hg.el (vc-hg-pull): Fix default-contents arg to
1349 read-shell-command. Use vc-set-async-update.
1350 (vc-hg-merge-branch): Use vc-set-async-update.
1351
1352 2011-01-29 Daiki Ueno <ueno@unixuser.org>
1353
1354 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
1355 Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
1356 (Bug#7931).
1357
1358 2011-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
1359
1360 * progmodes/compile.el: Avoid an N² behavior in grep.
1361 (compilation--previous-directory): New fun.
1362 (compilation--previous-directory-cache): New var.
1363 (compilation--remove-properties): Flush it.
1364 (compilation-directory-properties, compilation-error-properties):
1365 Use the new fun to speed up looking for the current directory.
1366
1367 2011-01-29 Chong Yidong <cyd@stupidchicken.com>
1368
1369 * vc/vc-hg.el (vc-hg-history): New var.
1370 (vc-hg-pull): Perform default pull if called via Lisp by vc-pull.
1371 (vc-hg-merge-branch): New function.
1372
1373 * vc/vc.el (vc-pull): Make vc-update an alias for this, instead of
1374 the other way around.
1375
1376 * vc/vc-git.el (vc-git-branches, vc-git-pull)
1377 (vc-git-merge-branch): New functions.
1378 (vc-git-history): New var.
1379
1380 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
1381
1382 * vc/vc-dispatcher.el (vc-do-async-command): New function.
1383
1384 * vc/vc-bzr.el (vc-bzr-async-command): Convert into a wrapper for
1385 vc-do-async-command.
1386
1387 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch):
1388 Callers changed.
1389
1390 2011-01-28 Leo <sdl.web@gmail.com>
1391
1392 * emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply
1393 highlighting to the "this function is advised" message.
1394
1395 * help-mode.el (help-mode-finish): Apply highlighting here, to
1396 avoid clobbering by substitute-command-keys (Bug#6304).
1397
1398 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
1399
1400 * woman.el (woman0-roff-buffer): Process roff escape sequences
1401 occurring prior to the first request (Bug#7843).
1402
1403 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1404
1405 * progmodes/compile.el: Don't use font-lock any more.
1406 (compilation-error-regexp-alist-alist): Change handling of makepp
1407 so it preserves the warning/error distinction on subsequent files.
1408 Simplify various rules.
1409 (compilation-directory-properties): Use font-lock-face.
1410 Add a compilation-message property.
1411 (compilation-internal-error-properties): Use font-lock-face.
1412 Don't set the compilation-debug property here.
1413 (compilation--put-prop, compilation--remove-properties)
1414 (compilation--parse-region, compilation--ensure-parse)
1415 (compilation--ensure-parse): New functions.
1416 (compilation-parse-errors): New function, largely inspired of
1417 compilation-mode-font-lock-keywords. Set compilation-debug here.
1418 (compilation--parsed): New var.
1419 (compilation--flush-parse): Use compilation--ensure-parse.
1420 (compilation-start): Don't call font-lock.
1421 (compilation-turn-on-font-lock): Remove.
1422 (compilation-setup): Don't set font-lock-extra-managed-props not change
1423 other font-lock settings, other than keywords.
1424 Don't activate font-lock-mode.
1425 Set change-major-mode-hook and before-change-functions.
1426 (compilation--unsetup): Remove properties and hooks.
1427 (compilation-next-single-property-change): New function.
1428 (compilation-next-error): Use it to parse when needed.
1429 (compile-goto-error): Parse buffer as needed.
1430 (compilation--compat-error-properties): Don't need a dummy `face'
1431 property any more.
1432
1433 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1434
1435 * progmodes/compile.el: Use accessors for clarity and fix omake hack.
1436 (compilation-process-setup-function): Fix docstring's false promises.
1437 (compilation-error-regexp-alist-alist): Catch omake's continuous
1438 recompilation message and avoid reuse of old markers.
1439 (compilation-parse-errors-function): Declare obsolete.
1440 (compilation-buffer-modtime): Remove.
1441 (compilation--make-cdrloc, compilation--loc->col)
1442 (compilation--loc->line, compilation--loc->file-struct)
1443 (compilation--loc->marker, compilation--loc->visited)
1444 (compilation--make-file-struct, compilation--file-struct->file-spec)
1445 (compilation--file-struct->formats)
1446 (compilation--file-struct->loc-tree): New macros. Use them.
1447 (compilation--message): New defstruct. Use them.
1448 (compilation-next-error-function): Don't mess with timestamps to try
1449 and guess when to reparse.
1450
1451 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1452
1453 * textmodes/tex-mode.el: Get rid of compilation-parse-errors-function
1454 (tex-old-error-file-name): New function,
1455 extracted from tex-compilation-parse-errors.
1456 (tex-compilation-parse-errors): Remove.
1457 (tex-error-regexp-alist): New var.
1458 (tex-shell): Use it to avoid compilation-parse-errors-function.
1459
1460 * progmodes/grep.el (grep-regexp-alist): Tighten regexp.
1461 (grep-mode-font-lock-keywords): Remove regexp that seems like
1462 a left-over from before we used compile.el.
1463 (grep-mode-font-lock-keywords): Call syntax-ppss-flush-cache when
1464 modifying the buffer within with-silent-modifications.
1465
1466 * progmodes/compile.el: Cleanup text-properties namespace by using
1467 `compilation-message' instead of `message', `compilation-directory'
1468 instead of `directory', and `compilation-debug' instead of `debug'.
1469 (compilation-last-buffer, compilation-parsing-end)
1470 (compilation-error-list, compilation-old-error-list): Move to the
1471 compatibility part of the code.
1472 (compilation-error-properties): If `file' is a function, let it return
1473 a file name.
1474 (compilation-mode-font-lock-keywords): Be more conservative with the
1475 omake "^ *" pattern prefix, to try and minimize the risk of
1476 pathologically slow regexp matching.
1477 (compilation-start): Use inhibit-read-only.
1478 (compilation--unsetup): New function.
1479 (compilation-shell-minor-mode, compilation-minor-mode): Use it.
1480 (compilation-filter): Minor tweaks.
1481 (compilation-next-error-function): Try and avoid abusing variables.
1482 (compilation--flush-file-structure): New fun.
1483 (compilation-fake-loc): Use it to improve behavior when file is reused.
1484 (debug-ignored-errors): Add "Moved past last ...".
1485 (compilation--compat-error-properties)
1486 (compilation--compat-parse-errors): Rename by doubling the "-".
1487
1488 Port features from the previous prolog.el to the new one.
1489 * progmodes/prolog.el (prolog-system): Add GNU and ECLiPSe options.
1490 (prolog-program-name, prolog-program-switches, prolog-consult-string)
1491 (prolog-compile-string, prolog-prompt-regexp): Get rid of the <foo>-i
1492 variable and use a function to compute the value dynamically.
1493 (prolog-prompt-regexp): Add regexp for GNU Prolog.
1494 (prolog-continued-prompt-regexp): Remove, unused.
1495 (prolog-find-value-by-system): Try and use the value of prolog-system
1496 in the *prolog* buffer if it helps.
1497 (prolog-mode-keybindings-common): Bind C-c C-z unconditionally...
1498 (prolog-zip-on): ..and check prolog-system and version here instead.
1499 (prolog-inferior-self-insert-command): New command.
1500 (prolog-inferior-mode-map): Use it.
1501 (prolog-inferior-error-regexp-alist): New var.
1502 (prolog-inferior-mode): Use it, with compilation-shell-minor-mode.
1503 (prolog-input-filter): Use derived-mode-p.
1504 (prolog-inferior-guess-flavor): New function.
1505 (prolog-ensure-process): Use it. Use make-comint-in-buffer rather than
1506 make-comint to avoid running comint-mode twice.
1507 (prolog-inferior-buffer): New fun.
1508 (prolog-old-process-region, prolog-old-process-file):
1509 Don't call prolog-bsts here...
1510 (prolog-build-prolog-command): ...do it here instead.
1511 (prolog-old-process-region, prolog-old-process-file):
1512 Use compilation-fake-loc and compilation-forget-errors.
1513 (prolog-consult-compile-region): Use bolp.
1514
1515 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
1516
1517 * image-mode.el (image-display-size): Doc fix (Bug#7820).
1518
1519 2011-01-27 Sam Steingold <sds@gnu.org>
1520
1521 * midnight.el (clean-buffer-list-kill-never-buffer-names):
1522 Remove "*server*" which is never created by emacs server.
1523
1524 2011-01-27 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1525
1526 * vc/vc-bzr.el (vc-bzr-diff): Don't pass --diff-options unless
1527 there are some diff switches.
1528
1529 2011-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
1530
1531 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1532 Copy change made to ruby-font-lock-syntactic-keywords.
1533
1534 * htmlfontify.el: Make it obey the font-lock-face text property.
1535 Miscellaneous cleanup such as:
1536 - Don't hide expressions after a closing paren.
1537 - Move initial setq into let.
1538 - Hoist common parts out of ifs.
1539 (hfy-p-to-face, hfy-p-to-face-lennart): Remove.
1540 (hfy-face-at): Use get-text-property instead.
1541 (hfy-prop-invisible-p): Use invisible-p if available.
1542 (htmlfontify-manual): Use \\[...].
1543 (hfy-html-quote-regex): Use [...].
1544 (hfy-combined-face-spec): Simplify.
1545 (hfy-compile-face-map): Don't presume point-min==1.
1546 (hfy-css-name, hfy-buffer, htmlfontify-buffer): Use \' rather than $ to
1547 match end of string.
1548 (hfy-text-p): η-reduce.
1549 (hfy-tags-for-file): Receive cache-hash directly.
1550 (hfy-mark-tag-names): Adjust call.
1551
1552 2011-01-27 Glenn Morris <rgm@gnu.org>
1553
1554 * msb.el (msb-after-load-hooks): Make it an obsolete alias.
1555 (msb-after-load-hook): Remove eval-after-load wackiness.
1556
1557 2011-01-25 Sam Steingold <sds@gnu.org>
1558
1559 * vc/vc-svn.el (vc-svn-diff): Use `diff-command' instead of the
1560 literal "diff" (important for windows-nt).
1561
1562 2011-01-25 Glenn Morris <rgm@gnu.org>
1563
1564 * emacs-lisp/copyright.el (copyright-at-end-flag)
1565 (copyright-names-regexp): Add safety properties.
1566 (copyright-year-ranges): New option.
1567 (copyright-find-end): New function, split from copyright-update-year.
1568 (copyright-update-year): Use copyright-find-end.
1569 (copyright-fix-years): Optionally, convert years to ranges.
1570 Handle years continued over comment lines.
1571 Do not mess with the fill-prefix.
1572 Do not call copyright-update.
1573 (copyright-update-directory): Optionally, fix years rather than update.
1574 Skip directories. Find files with only safe local vars.
1575
1576 2011-01-25 Stefan Monnier <monnier@iro.umontreal.ca>
1577
1578 * files.el (file-name-non-special): Only change buffer-file-name after
1579 insert-file-contents if it's `visit'ing the file (bug#7854).
1580
1581 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
1582
1583 * dired.el (dired-revert): Doc fix (Bug#7758).
1584
1585 * simple.el (line-move-visual): Doc fix (Bug#7594).
1586
1587 2011-01-25 Nobuyoshi Nakada <nobu@ruby-lang.org>
1588
1589 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
1590 here-doc which ends with an underscore.
1591 (ruby-mode-set-encoding): Skip shebang line always.
1592 (ruby-mode-map): Bind C-c C-c to comment-region.
1593 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
1594 (ruby-forward-sexp): Stop after literal hash key labels.
1595 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
1596 bracket.
1597
1598 2011-01-25 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
1599
1600 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
1601 the correct buffer (Bug#7650).
1602
1603 2011-01-25 Glenn Morris <rgm@gnu.org>
1604
1605 * comint.el (comint-mode): Doc fix. (Bug#7897)
1606
1607 * simple.el (do-auto-fill): Give it a doc string.
1608
1609 * button.el (make-text-button): Doc fix. (See bug#7881)
1610
1611 2011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
1612
1613 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
1614 Don't move backward, so as not to fall in an inf-loop (bug#7736).
1615
1616 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): (bug#7735)
1617 Handle ?" and friends differently (e.g. don't use backrefs).
1618
1619 2011-01-24 Jay Belanger <jay.p.belanger@gmail.com>
1620
1621 * calc/calc.el (calc-default-power-reference-level)
1622 (calc-default-field-reference-level): New variables.
1623 * calc/calc-units.el (math-standard-units): Add dB and Np.
1624 (math-logunits): New variable.
1625 (math-extract-logunits, math-logcombine, calcFunc-luplus)
1626 (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level)
1627 (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level):
1628 New functions.
1629 (math-find-base-units-rec): Add entry for ln(10).
1630 * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help.
1631 (calc-ul-prefix-help): New function.
1632 * calc/calc-ext.el (calc-init-extensions): Autoload new units
1633 functions. Add keybindings for new units functions.
1634
1635 2011-01-22 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
1636
1637 * net/rcirc.el (rcirc-kill-buffer-hook): Flush logs when killing
1638 rcirc buffers. (Bug#4940)
1639
1640 2011-01-22 Glenn Morris <rgm@gnu.org>
1641
1642 * emacs-lisp/copyright.el (copyright-find-copyright): New function,
1643 split out from copyright-update-year.
1644 (copyright-update): Don't mess with the GPL version if we don't own the
1645 copyright. Update license regexp, and remove no longer needed
1646 Esperanto stuff.
1647 (copyright-fix-years): Use copyright-find-copyright.
1648
1649 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
1650
1651 * vc/diff.el (diff-sentinel): Doc fix (Bug#7682).
1652
1653 2011-01-22 Jari Aalto <jari.aalto@cante.net>
1654
1655 * play/landmark.el: Change `lm-' prefix to `landmark-' (Bug#7672).
1656 (lm): Rename to landmark.
1657 (lm-test-run): Rename to landmark-test-run.
1658
1659 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
1660
1661 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
1662 "Case sensitive" menu item.
1663
1664 2011-01-22 Roland McGrath <roland@frob.com>
1665
1666 * comint.el (comint-replace-by-expanded-history-before-point): Fix
1667 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
1668
1669 2011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1670
1671 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
1672
1673 2011-01-22 Jari Aalto <jari.aalto@cante.net>
1674
1675 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1676 Assume foo(bar) is a manpage reference rather than some unquoted
1677 symbol (bug#7705).
1678
1679 2011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1680
1681 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
1682 Suggested by Flo <sensorflo@gmail.com>.
1683
1684 2011-01-22 Glenn Morris <rgm@gnu.org>
1685
1686 * progmodes/compile.el (compilation-error-regexp-alist):
1687 Fix custom type. (Bug#7812)
1688
1689 2011-01-22 Ken Manheimer <ken.manheimer@gmail.com>
1690
1691 * allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to
1692 allout-number-siblings, in keeping with what obtained due to
1693 (now-defunct) allout-keybindings-list. Ditch repeat binding to
1694 (prefixed) ?i.
1695 (allout-before-change-handler): Better expose spots affected by
1696 undo.
1697
1698 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
1699
1700 * man.el (Man-highlight-references0): Use make-button (Bug#7881).
1701
1702 2011-01-22 Phil Hagelberg <phil@evri.com>
1703
1704 * pcmpl-unix.el (pcmpl-ssh-config-file): New option.
1705 (pcmpl-ssh-known-hosts): Rename from pcmpl-ssh-hosts.
1706 (pcmpl-ssh-config-hosts): New function.
1707 (pcmpl-ssh-hosts): Use pcmpl-ssh-config-hosts in addition to
1708 pcmpl-ssh-known-hosts.
1709
1710 2011-01-21 Jay Belanger <jay.p.belanger@gmail.com>
1711
1712 * calc/calc-undo.el (calc-undo): Autoload it.
1713 * calc/calc-ext.el (calc-init-extensions): Remove keybindings
1714 and autoload for `calc-undo'.
1715 * calc/calc.el (calc-mode-map): Add keybindings for `calc-undo'.
1716 * calc/calc-prog.el:
1717 * calc/calc-graph.el:
1718 * calc/calc-map.el: Change `arglist' to `math-arglist' throughout.
1719
1720 2011-01-21 Štěpán Němec <stepnem@gmail.com> (tiny change)
1721
1722 * calc/calc-ext.el (calc-init-extensions): Map all `undo'
1723 keybindings to `calc-undo'.
1724
1725 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1726
1727 Don't mess with *temp*.
1728 * obsolete/spell.el: Move from textmodes/spell.el.
1729 (spell-string):
1730 * term.el (term-read-input-ring):
1731 * startup.el (display-startup-echo-area-message):
1732 * progmodes/antlr-mode.el (antlr-directory-dependencies):
1733 * comint.el (comint-read-input-ring): Use with-temp-buffer.
1734 * international/mule.el (ctext-pre-write-conversion): Don't hardcode
1735 point-min==1.
1736
1737 2011-01-20 Ken Manheimer <ken.manheimer@gmail.com>
1738
1739 * allout.el (allout-institute-keymap): Use fset instead of
1740 reapplying defalias.
1741
1742 (allout-hotspot-key-handler): Check for non-control-modified
1743 bindings for hotspot characters if there are no control-modified
1744 versions.
1745
1746 * allout.el: Summary - migrate to defining allout mode using
1747 define-minor-mode instead of defun. Significantly clean-up
1748 internal keymap provisions, refactoring and, in the process,
1749 removing a lot of accumulated cruft.
1750
1751 allout-mode-map is now a keymap by virtue of being a defalias to
1752 allout-mode-map-value, which contains the actual keymap structure.
1753
1754 (allout-mode): Use define-minor-mode rather than defun.
1755 Remove now-unnecessary minor-mode setup activities from the body.
1756 Specify :keymap as allout-mode-map so the minor-mode-map-alist
1757 entry will be '(allout-mode . allout-mode-map) - see
1758 allout-mode-map-value, below. Adjust docstring to track changes.
1759 (allout-minor-mode): Remove this defalias, now that we're using
1760 define-minor-mode.
1761 (allout-mode-map): Set value to be 'allout-mode-map. The actual
1762 keymap is allout-mode-map-value, via defalias.
1763 (allout-mode-map-value): The variable holding the actual mode
1764 keymap structure, by virtue of defalias from allout-mode-map.
1765 (allout-compose-and-institute-keymap): Rename from
1766 allout-bind-keys, and including the binding-composition
1767 functionality of the former produce-allout-mode-map and
1768 allout-setup-mode-map.
1769 (allout-institute-keymap): Take over the "setup" part of the former
1770 allout-setup-mode-map. Reassign allout-mode-map-value value and
1771 update the defalias.
1772 (allout-command-prefix) (allout-prefixed-keybindings)
1773 (allout-unprefixed-keybindings):
1774 Use allout-compose-and-institute-keymap to process the bindings.
1775 (allout-unprefixed-keybindings): Remove extraneous '?' question marks.
1776 (allout-prefixed-keybindings): Elide binding to (prefixed) \C-h -
1777 user can customize if they want to use that binding.
1778 Bind allout-copy-topic-as-kill to (prefixed) \M-k.
1779 Bind allout-up-current-level to (prefixed) \C-u. (I think i mistakenly
1780 elided that, previously, instead of the one for \C-h.)
1781 (allout-hotspot-key-handler): Remove attempt to resolve the key
1782 through the literal key-string lookup on allout-keybindings-list.
1783 That probably hasn't worked for a Long Time, and removal of
1784 allout-keybindings-list further simplifies the keybindings situation.
1785 (allout-pre-command-business): Use allout-mode-map-value instead
1786 of allout-mode-map.
1787 (allout-preempt-trailing-ctrl-h): Remove. The user can customize
1788 the bindings if they want to use a keybinding having a trailing
1789 \C-h. No deprecation needed since this feature was never in a release.
1790 (allout-keybindings-list): Remove. It's not been useful for a
1791 while. (See allout-hotspot-key-handler changes, above.)
1792 (produce-allout-mode-map): Remove. Consolidate into
1793 allout-compose-and-institute-keymap.
1794 (allout-mode-map-adjustments): Remove. No longer necessary with
1795 removal of allout-preempt-trailing-ctrl-h.
1796 (allout-setup-mode-map): Remove. Consolidate into
1797 allout-compose-and-institute-keymap and allout-institute-keymap.
1798
1799 2011-01-20 Glenn Morris <rgm@gnu.org>
1800
1801 * vc/vc-svn.el (vc-svn-after-dir-status): Tweak previous change.
1802
1803 * simple.el (read-expression-history): Remove, it's in minibuf.c.
1804
1805 2011-01-20 Chong Yidong <cyd@stupidchicken.com>
1806
1807 * subr.el (y-or-n-p): Revert 2011-01-07 change, removing ARGS.
1808
1809 * files.el (find-alternate-file, basic-save-buffer)
1810 (basic-save-buffer-2, revert-buffer, recover-file)
1811 (kill-buffer-ask, abort-if-file-too-large)
1812 (set-visited-file-name, write-file, backup-buffer)
1813 (basic-save-buffer, save-some-buffers):
1814 * dired-aux.el (dired-compress-file): Callers changed.
1815
1816 2011-01-19 Glenn Morris <rgm@gnu.org>
1817
1818 * vc/vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
1819 Also check the property status. (Bug#7861)
1820
1821 2011-01-18 Michael Albinus <michael.albinus@gmx.de>
1822
1823 * net/tramp.el (tramp-debug-message): Extend function exclude
1824 list. Use `regexp-opt'.
1825
1826 2011-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
1827
1828 * textmodes/tex-mode.el (tex-font-lock-verb): Make sure \verb
1829 highlighting doesn't spill over subsequent lines.
1830
1831 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
1832 keymap expression. Improve docstring.
1833
1834 * electric.el (electric-indent-post-self-insert-function):
1835 Don't auto-indent for indent-to-left-margin, it's too often
1836 counter-productive.
1837
1838 2011-01-16 Tassilo Horn <tassilo@member.fsf.org>
1839
1840 * strokes.el (strokes-read-stroke): Re-fill strokes buffer with
1841 spaces if the frame was resized, so that the full visible buffer
1842 serves as canvas for strokes.
1843
1844 2011-01-16 Glenn Morris <rgm@gnu.org>
1845
1846 * info-xref.el (info-xref-docstrings): Replace cl function.
1847 Also skip directories.
1848
1849 2011-01-16 Kevin Ryde <user42@zip.com.au>
1850
1851 * info-xref.el: Version 3.
1852 (info-xref-check, info-xref-check-all): Move commentary details
1853 into docstrings for better visibility.
1854 Use compilation-mode for the results buffer.
1855 (info-xref-output, info-xref-output-error, info-xref-with-output)
1856 (info-xref-filename, info-xref-in-progress):
1857 New internals for this.
1858 (info-xref-check-list, info-xref-check-buffer)
1859 (info-xref-check-all-custom): Use those.
1860 (info-xref-output-buffer): Rename from info-xref-results-buffer.
1861 (info-xref-output-heading): Rename from info-xref-filename-heading.
1862 (info-xref-good, info-xref-bad, info-xref-xfile-alist)
1863 (info-xref-filename-heading): Move to output managing section.
1864 (info-xref-docstrings): New command checking "Info node `(foo)Bar'"
1865 (info-xref-lock-file-p, info-xref-with-file): New helpers for it.
1866 (info-xref-subfile-p): Move to generic section with those two.
1867 (info-xref-check-node): New function split from
1868 info-xref-check-buffer, shared by info-xref-docstrings.
1869 (info-xref-goto-node-p): Move to a checking section with that func.
1870 (info-xref-unavail): New counter.
1871 (info-xref-check-node): Use it.
1872 (info-xref-with-output): Show count of unavailables at end of output.
1873 (info-xref-all-info-files): Exclude ".*" dotfiles. Ignore broken
1874 symlinks. Exclude .texi files. Exclude Emacs backup files.
1875 (info-xref-check-all-custom): Fix quietening viper-mode and
1876 gnus-registry-install -- use setq not let so as not to unbind
1877 after load.
1878
1879 2011-01-16 Juri Linkov <juri@jurta.org>
1880
1881 * isearch.el (isearch-abort): Don't quit if search has
1882 an incomplete regexp (isearch-error is non-nil). (Bug#7534)
1883
1884 2011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
1885
1886 * files.el (backup-buffer): Make last-resort backup file in
1887 .emacs.d (Bug#6953).
1888
1889 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
1890 make it with permission 700.
1891
1892 2011-01-15 Kenichi Handa <handa@m17n.org>
1893
1894 * mail/rmailmm.el (rmail-mime-insert-header):
1895 Set rmail-mime-coding-system to a cons whose car is the last coding
1896 system used to decode the header.
1897 (rmail-mime-find-header-encoding): New function.
1898 (rmail-mime-insert-decoded-text):
1899 Override rmail-mime-coding-system if it is a cons.
1900 (rmail-show-mime): If only a header part was decoded, find the
1901 coding system while ignoring mm-charset-override-alist.
1902
1903 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
1904
1905 * subr.el (event-start, event-end): Doc fix (Bug#7826).
1906
1907 2011-01-15 Kenichi Handa <handa@m17n.org>
1908
1909 * mail/rmailmm.el (rmail-mime-next-item)
1910 (rmail-mime-previous-item): Delete them.
1911 (rmail-mime-shown-mode): Recursively call for children.
1912 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
1913 Callers changed.
1914 (rmail-mime-raw-mode): Recursively call for children.
1915 (rmail-mode-map): Change mapping of tab and backtab to
1916 forward-button and backward-button respectively.
1917 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
1918 button.
1919 (rmail-mime-update-tagline): New function.
1920 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
1921 body display is changed.
1922 (rmail-mime-toggle-button): Rename from rmail-mime-image.
1923 (rmail-mime-image): Delete this button type.
1924 (rmail-mime-toggle): New button type.
1925 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
1926 body display is changed. Change the save button label to "Save".
1927 Don't process show/hide button here.
1928 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
1929 the body display is changed. Unconditionally call
1930 rmail-mime-insert for children.
1931 (rmail-mime-handle): Update `display' vector of the just inserted
1932 entity.
1933 (rmail-mime-process): If mail-header-parse-content-type returns
1934 nil, use "text/plain" as the fallback type.
1935 (rmail-mime-insert): For raw-mode, recursively call
1936 rmail-mim-insert for children.
1937 (rmail-mime): Handle the case that the current buffer is not rmail
1938 buffer (e.g. in summary buffer).
1939
1940 2011-01-15 Kenichi Handa <handa@m17n.org>
1941
1942 * mail/rmailmm.el (rmail-mime-next-item)
1943 (rmail-mime-previous-item): Skip the body of a non-multipart
1944 entity if a tagline is shown.
1945
1946 2011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
1947
1948 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
1949 (tmm-prompt): Simplify.
1950 (tmm-add-prompt): Remove unused var `win'.
1951
1952 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
1953 to minor mode which used nil accidentally to mean "turn off".
1954
1955 2011-01-15 Michael Albinus <michael.albinus@gmx.de>
1956
1957 * net/tramp-sh.el (tramp-find-inline-compress)
1958 (tramp-get-inline-coding): Quote command after pipe symbol for
1959 local calls under W32. (Bug#6784)
1960
1961 2011-01-15 Michael Albinus <michael.albinus@gmx.de>
1962
1963 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
1964 only when running under W32.
1965
1966 2011-01-15 Eli Zaretskii <eliz@gnu.org>
1967
1968 * progmodes/grep.el (grep-compute-defaults): Quote the program
1969 file name after the pipe symbol in Grep templates. (Bug#6784)
1970 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
1971
1972 2011-01-15 Lennart Borgman <lennart.borgman@gmail.com>
1973
1974 * buff-menu.el (Buffer-menu-buffer-list): New var.
1975 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
1976 restricted buffer list is not lost on revert (Bug#7749).
1977
1978 2011-01-15 Eric Hanchrow <eric.hanchrow@gmail.com>
1979
1980 * net/ldap.el (ldap-search-internal): Discard stderr output.
1981
1982 2011-01-15 Eli Zaretskii <eliz@gnu.org>
1983
1984 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
1985
1986 2011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
1987
1988 * vc-bzr.el (vc-bzr-annotate-time): Tweak previous change.
1989
1990 2011-01-15 Kenichi Handa <handa@m17n.org>
1991
1992 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
1993 part as a plain text.
1994 (rmail-mime-process-multipart): Set the default content-type to
1995 nil for unknown multipart subtypes (bug#7651).
1996
1997 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
1998
1999 * hexl.el (hexl-mode-old-*): Remove.
2000 (hexl-mode--old-var-vals): New var to replace them.
2001 (hexl-mode--minor-mode-p, hexl-mode--setq-local): New funs.
2002 (hexl-mode, hexl-follow-line, hexl-activate-ruler):
2003 Use them to set local vars (bug#7846).
2004 (hexl-mode-exit): Use hexl-mode--old-var-vals to restore state.
2005 (hexl-backward-short, hexl-backward-word, hexl-scroll-down)
2006 (hexl-scroll-up, hexl-end-of-1k-page, hexl-end-of-512b-page): Simplify.
2007
2008 * vc/smerge-mode.el: Resolve comment conflicts more aggressively.
2009 (smerge-resolve--normalize-re): New var.
2010 (smerge-resolve--extract-comment, smerge-resolve--normalize): New funs.
2011 (smerge-resolve): Use them.
2012 * newcomment.el (comment-only-p): New function.
2013 (comment-or-uncomment-region): Use it.
2014
2015 2011-01-14 Brent Goodrick <bgoodr@gmail.com> (tiny change)
2016
2017 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
2018 table, get the value before switching to the output buffer. (Bug#7733)
2019
2020 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2021
2022 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
2023
2024 2011-01-14 Kim F. Storm <storm@cua.dk>
2025
2026 * emulation/cua-base.el (cua--init-keymaps):
2027 Remap exchange-point-and-mark in cua-global-keymap.
2028
2029 2011-01-14 Tassilo Horn <tassilo@member.fsf.org>
2030
2031 * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
2032 loop keyword.
2033
2034 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2035
2036 * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.
2037 Require CL.
2038 (easy-menu-create-menu, easy-menu-convert-item-1):
2039 Use :label rather than nil for labels. Use `case'.
2040 Add :enable as alias for :active.
2041 (easy-menu-binding): Obey :label.
2042
2043 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2044
2045 Use run-mode-hooks for major mode hooks (bug#513).
2046 * textmodes/reftex-toc.el (reftex-toc-mode-map):
2047 Rename from reftex-toc-map.
2048 (reftex-toc-mode): Use define-derived-mode.
2049 * textmodes/reftex-sel.el (reftex-select-shared-map): New map.
2050 (reftex-select-label-mode-map, reftex-select-bib-mode-map):
2051 Rename from reftex-select-(label|bib)-map. Move init into declaration.
2052 (reftex-select-label-mode, reftex-select-bib-mode):
2053 Use define-derived-mode.
2054 * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
2055 (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
2056 Move init into delcaration.
2057 (reftex-index-mode, reftex-index-phrases-mode):
2058 Use define-derived-mode.
2059 * speedbar.el (speedbar-mode-syntax-table): Renaqme from
2060 speedbar-syntax-table. Move init into declaration.
2061 (speedbar-mode-map): Rename from speedbar-key-map.
2062 Move init into declaration.
2063 (speedbar-file-key-map): Move init into declaration.
2064 (speedbar-mode): Use define-derived-mode.
2065 * recentf.el (recentf-mode): Don't run hook (or message) redundantly.
2066 * net/rcirc.el (rcirc-mode): Use run-mode-hooks.
2067 * emacs-lisp/chart.el (chart-mode-map): Rename from chart-map.
2068 (chart-face-list): Move initialization into declaration.
2069 (chart-mode): Use define-derived-mode.
2070 * calculator.el (calculator-mode-map): Move init into declaration.
2071 (calculator-mode): Use define-derived-mode.
2072
2073 * mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
2074 work for nested comments.
2075
2076 * progmodes/prolog.el: Use syntax-propertize. Further code cleanup.
2077 (prolog-use-prolog-tokenizer-flag): Change default when
2078 syntax-propertize can be used.
2079 (prolog-syntax-propertize-function): New var.
2080 (prolog-mode-variables): Move make-local-variable into `set'.
2081 Don't make comment-column local since we don't set it.
2082 Set comment-add (as it was in previous prolog.el). Use dolist.
2083 Set syntax-propertize-function.
2084 (prolog-mode, prolog-inferior-mode):
2085 Call prolog(-inferior)-menu directly, not through the mode-hook.
2086 (prolog-buffer-module, prolog-indent-level)
2087 (prolog-paren-is-the-first-on-line-p, prolog-paren-balance)
2088 (prolog-comment-limits, prolog-goto-comment-column):
2089 Use line-(end|beginning)-position.
2090 (prolog-build-prolog-command): Tighten up regexp.
2091 (prolog-consult-compile): Move make-local-variable into `set'.
2092 (prolog-consult-compile-filter, prolog-goto-next-paren)
2093 (prolog-help-on-predicate, prolog-clause-info)
2094 (prolog-mark-predicate): Don't let+setq.
2095 (prolog-indent-line): Use indent-line-to.
2096 Only call prolog-goto-comment-column if necessary.
2097 (prolog-indent-level): Use bobp.
2098 (prolog-first-pos-on-line): Remove, not used any more.
2099 (prolog-in-string-or-comment): Use syntax-ppss if available.
2100 (prolog-help-on-predicate): Use read-string.
2101 (prolog-goto-predicate-info): Simplify.
2102 (prolog-read-predicate): Use `default' rather than `initial'.
2103 (prolog-temporary-file): Use make-temp-file to close a security hole.
2104 (prolog-toggle-sicstus-sd): New command.
2105 (prolog-electric-underscore, prolog-variables-to-anonymous):
2106 Use dynamic-scoping as it was meant.
2107 (prolog-menu): Move menu definitions to top-level.
2108 Use a toggle-button for Sicstus's source debugger.
2109 Change "Code" to the more usual "Prolog", and hence change "Prolog"
2110 to "System".
2111 (prolog-inferior-menu): Reuse prolog-menu's help menu.
2112 Move other menu definition to top-level.
2113
2114 2011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2115
2116 * doc-view.el (doc-view-open-text): Use meaningful text buffer
2117 name. Keep original document's directory as default-directory
2118 (bug#6446).
2119 (doc-view-initiate-display): Fall back to normal mode when
2120 doc-view-mode cannot be enabled, also when extracting the document
2121 text into a separate buffer (bug#6446).
2122
2123 * simple.el (shell-command): Don't error out if shell command
2124 buffer contains text with non-nil read-only property when erasing
2125 the buffer.
2126
2127 2011-01-13 Kim F. Storm <storm@cua.dk>
2128
2129 * ido.el (ido-may-cache-directory): Move "too-big" check later.
2130 (ido-next-match, ido-prev-match): Fix stray reordering of matching
2131 items when cycling through the matches.
2132
2133 2011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2134
2135 * dired-x.el (dired-omit-verbose): New defcustom that allows
2136 disabling the omit messages.
2137 (dired-omit-expunge): Use it.
2138
2139 2011-01-13 Christian Ohler <ohler@gnu.org>
2140
2141 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
2142
2143 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
2144
2145 * font-lock.el (font-lock-verbose): Default to nil.
2146
2147 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
2148
2149 * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
2150 (compose-mail): New arg RETURN-ACTION.
2151 (compose-mail-other-window, compose-mail-other-frame): Likewise.
2152
2153 * mail/sendmail.el (mail-return-action): New var.
2154 (mail-mode): Make it buffer-local.
2155 (mail-bury): Obey it. Move special Rmail window handling to
2156 rmail-mail-return.
2157 (mail, mail-setup): New arg RETURN-ACTION.
2158 (sendmail-user-agent-compose): Move from simple.el.
2159
2160 * mail/rmail.el (rmail-mail-return): New function.
2161 (rmail-start-mail): Pass it to compose-mail.
2162
2163 2011-01-12 Chong Yidong <cyd@stupidchicken.com>
2164
2165 * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
2166 menus. Add menu item for customize-themes.
2167
2168 * cus-theme.el (customize-themes):
2169 * emacs-lisp/package.el (package--list-packages):
2170 Use switch-to-buffer.
2171
2172 2011-01-11 Johan Bockgård <bojohan@gnu.org>
2173
2174 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
2175
2176 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2177
2178 * progmodes/prolog.el: Fix up coding convention and such.
2179 (prolog-indent-width): Use the same default as in
2180 previous prolog.el rather than tab-width which depends on which buffer
2181 is current when the file is loaded.
2182 (prolog-electric-newline-flag): Only enable if electric-indent-mode
2183 is not available.
2184 (prolog-emacs): Remove. Use (featurep 'xemacs) instead.
2185 (prolog-known-systems): Remove.
2186 (prolog-mode-syntax-table, prolog-inferior-mode-map):
2187 Move initialization into declaration.
2188 (prolog-mode-map): Move initialization into declaration.
2189 Remove system-specific mode-map vars, since they referred to the same
2190 keymap anyway.
2191 (prolog-mode-variables): Obey the user's preference w.r.t
2192 adaptive-fill-mode. Prefer symbol-value to `eval'.
2193 (prolog-mode-keybindings-edit): Add compatibility bindings.
2194 (prolog-mode): Use define-derived-mode. Don't handle mercury here.
2195 (mercury-mode-map): New var.
2196 (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
2197 (prolog-ensure-process, prolog-process-insert-string)
2198 (prolog-consult-compile): Use with-current-buffer.
2199 (prolog-guess-fill-prefix): Simplify data flow.
2200 (prolog-replace-in-string): New function to use instead of
2201 replace-in-string.
2202 (prolog-enable-sicstus-sd): Don't abuse `eval'.
2203 (prolog-uncomment-region): Use `uncomment-region' when available.
2204 (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
2205 (prolog-int-to-char, prolog-char-to-int): New functions to use instead
2206 of int-to-char and char-to-int.
2207 (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
2208
2209 2011-01-11 Stefan Bruda <stefan@bruda.ca>
2210
2211 * progmodes/prolog.el: Replace by a whole new file.
2212
2213 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2214
2215 * subr.el (eval-after-load): Fix timing for features (bug#7769).
2216 (declare-function, undefined, insert-for-yank)
2217 (replace-regexp-in-string): Follow checkdoc's recommendations.
2218
2219 2011-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2220
2221 * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
2222 refreshing the diary buffer.
2223
2224 2011-01-10 Ken Manheimer <ken.manheimer@gmail.com>
2225
2226 * allout.el: Add 2011 to the file copyright.
2227 (allout-encrypt-string): Prevent encryption from adding an extra
2228 newline at the end of the topic body.
2229 (allout-version): Increment to 2.3.
2230
2231 2011-01-10 Michael Albinus <michael.albinus@gmx.de>
2232
2233 * net/dbus.el (dbus-unregister-service): Complete doc.
2234 Fix call of dbus-error signal.
2235 (dbus-register-property): Use `dont-register' keyword.
2236
2237 2011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2238
2239 * net/dbus.el (dbus-unregister-service): Translate returned
2240 integer into a symbol.
2241 (dbus-register-property): Use `dbus-register-service' to do the
2242 name registration.
2243
2244 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
2245
2246 * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
2247 Suggested by Joakim Verona.
2248
2249 * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
2250
2251 * wid-edit.el (visibility): Replace :on-image and :off-image
2252 widget properties with :on-glyph and :off-glyph, for consistency
2253 with the `visibility' widget.
2254 (widget-toggle-value-create, widget-visibility-value-create):
2255 Merge into a single function `widget-toggle-value-create'.
2256
2257 * cus-edit.el (custom-variable-value-create, custom-visibility)
2258 (custom-face-edit-value-create, custom-face-value-create):
2259 Replace :on-image and :off-image widget properties with :on-glyph and
2260 :off-glyph, for consistency with the `visibility' widget.
2261
2262 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
2263
2264 * net/ldap.el (ldap-search-internal): Don't use eval.
2265
2266 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
2267
2268 * subr.el (read-char-choice): Use read-key.
2269
2270 * custom.el (custom-safe-themes): Rename from
2271 custom-safe-theme-files. Add :risky tag.
2272 (load-theme, custom-theme-load-confirm): Save sha1 hashes to
2273 custom-safe-themes, not filenames. Suggested by Stefan Monnier.
2274
2275 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
2276
2277 * tool-bar.el (tool-bar-setup): Remove Help button. Remove label
2278 from Search and add a label to Undo.
2279
2280 * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
2281 inappropriate buttons and adding :vert-only tags.
2282
2283 * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
2284 removal of Help tool-bar button. Remove Undo button for space.
2285
2286 * info.el (info-tool-bar-map): Add :vert-only tags.
2287
2288 2011-01-08 Tassilo Horn <tassilo@member.fsf.org>
2289
2290 * doc-view.el (doc-view-mode-p): Check for png or imagemagick
2291 image backend support. Either of them is fine.
2292
2293 2011-01-08 Chong Yidong <cyd@stupidchicken.com>
2294
2295 * subr.el (y-or-n-p): Doc fix.
2296
2297 * custom.el (custom-safe-theme-files): New defcustom.
2298 (custom-theme-load-confirm): New function.
2299 (load-theme): Load theme using `load', confirming with
2300 custom-theme-load-confirm if necessary.
2301
2302 * subr.el (read-char-choice): New function, factored out from
2303 dired-query and hack-local-variables-confirm.
2304
2305 * dired-aux.el (dired-query):
2306 * files.el (hack-local-variables-confirm): Use it.
2307
2308 * dired-aux.el (dired-compress-file):
2309 * files.el (abort-if-file-too-large, find-alternate-file)
2310 (set-visited-file-name, write-file, backup-buffer)
2311 (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
2312 (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
2313 Use new format string args for y-or-n-p and yes-or-no-p.
2314
2315 2011-01-08 Andreas Schwab <schwab@linux-m68k.org>
2316
2317 * progmodes/compile.el (compilation-error-regexp-alist-alist)
2318 [gcc-include]: Tighten file name match, add match for column
2319 number. (Bug#7806)
2320 [gnu]: Remove unused group.
2321
2322 2011-01-08 Glenn Morris <rgm@gnu.org>
2323
2324 * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
2325
2326 * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
2327
2328 2011-01-07 Sam Steingold <sds@gnu.org>
2329
2330 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
2331 the `explicit-shell-file-name' because that is the
2332 non-interactive shell.
2333
2334 2011-01-07 Chong Yidong <cyd@stupidchicken.com>
2335
2336 * subr.el (y-or-n-p): Accept format string args.
2337
2338 2011-01-07 Glenn Morris <rgm@gnu.org>
2339
2340 * Makefile.in (EMACSOPT): Add --no-site-lisp.
2341
2342 2011-01-06 Ken Manheimer <ken.manheimer@gmail.com>
2343
2344 * allout.el (allout-back-to-current-heading): Ensure return to
2345 the visible containing topic, rather than a collapsed one.
2346 (allout-view-change-hook): Remove hook that was deprecated long ago.
2347 (allout-exposure-change-hook): Remove documentation remarks
2348 concerning removed allout-view-change-hook.
2349 (allout-flag-region): Remove invocation of and documentation
2350 remarks concerning allout-view-change-hook.
2351
2352 2011-01-06 Glenn Morris <rgm@gnu.org>
2353
2354 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
2355 (vc-bzr-annotate-extract-revision-at-line):
2356 Handle authors with embedded spaces. (Bug#7792)
2357
2358 2011-01-05 Tassilo Horn <tassilo@member.fsf.org>
2359
2360 * doc-view.el (doc-view-image-width): New variable.
2361 (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
2362 backend for PNG images, and do dynamic rescaling instead of
2363 reconverting the whole doc.
2364
2365 2011-01-05 Glenn Morris <rgm@gnu.org>
2366
2367 * emacs-lisp/rx.el (rx-repeat): Replace CL function.
2368
2369 2011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
2370
2371 * allout.el: Reconcile with changes in line movement behavior for
2372 long text lines that cross more than a single physical window
2373 line, ie when truncate-lines is nil.
2374 (allout-next-visible-heading): Provide for change in line-move
2375 behavior on long lines when truncate-lines is nil. In that case,
2376 line-move can wind up on the same textual line when it moves to
2377 the next window line, and moving to the bullet position after the
2378 move yields zero advancement. Add logic to detect and compensate
2379 for the lack of progress.
2380 (allout-current-topic-collapsed-p): move-end-of-line respect for
2381 field boundaries is different when operating with body lines
2382 shorter than window width versus ones greater than window width,
2383 which can yield false negatives in this function. Avoid
2384 difference by applying move-end-of-line while field-text-motion is
2385 inhibited.
2386
2387 2011-01-04 Glenn Morris <rgm@gnu.org>
2388
2389 * textmodes/rst.el (rst-compile-toolsets):
2390 Add pdf and s5 to option alist.
2391
2392 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2393
2394 * net/dbus.el (dbus-register-property): Add optional parameter
2395 dont-register-service. Updated docstring accordingly.
2396
2397 2011-01-04 Andreas Schwab <schwab@linux-m68k.org>
2398
2399 * textmodes/rst.el (rst-compile-pdf-preview)
2400 (rst-compile-slides-preview): Remove extra line.
2401
2402 2011-01-04 Glenn Morris <rgm@gnu.org>
2403
2404 * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
2405 Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise
2406 default to `prog' without a .py extension.
2407 (rst-compile-pdf-preview, rst-compile-slides-preview):
2408 Use program names from rst-compile-toolsets, rather than hard-coding.
2409 (rst-portable-mark-active-p): Fix presumed typo.
2410
2411 2011-01-02 Eli Zaretskii <eliz@gnu.org>
2412
2413 * term/w32-win.el (dynamic-library-alist): Set up correctly for
2414 libpng versions both before and after 1.4.0. (Bug#7716)
2415
2416 2011-01-02 Eli Zaretskii <eliz@gnu.org>
2417
2418 * time.el (display-time-mode): Mention display-time-interval in
2419 the doc string. (Bug#7713)
2420
2421 2011-01-02 Kenichi Handa <handa@m17n.org>
2422
2423 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
2424 condition-case and return an error message string if something
2425 goes wrong.
2426 (rmail-show-mime): Adjust for the above change. Insert the
2427 header by rmail-mime-insert-header.
2428
2429 2011-01-02 Kenichi Handa <handa@m17n.org>
2430
2431 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
2432 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
2433 (rmail-mime-mbox-buffer)
2434 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
2435 (rmail-mime-entity): Argument changed. All codes handling an
2436 entity object are changed.
2437 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
2438 the above change.
2439 (rmail-mime-entity-children, rmail-mime-entity-handler)
2440 (rmail-mime-entity-tagline): New functions.
2441 (rmail-mime-message-p): New function.
2442 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
2443 (rmail-mime-entity-segment, rmail-mime-next-item)
2444 (rmail-mime-previous-item, rmail-mime-shown-mode)
2445 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
2446 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
2447 (rmail-mime-insert-tagline, rmail-mime-insert-header):
2448 New functions.
2449 (rmail-mime-text-handler): Call rmail-mime-insert-text.
2450 (rmail-mime-insert-decoded-text): New function.
2451 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
2452 (rmail-mime-insert-image): Argument changed. Caller changed.
2453 (rmail-mime-image): Call rmail-mime-toggle-hidden.
2454 (rmail-mime-set-bulk-data): New function.
2455 (rmail-mime-insert-bulk): Argument changed.
2456 (rmail-mime-multipart-handler): Return t.
2457 (rmail-mime-process-multipart): Argument changed.
2458 Handle "multipart/alternative" here.
2459 (rmail-mime-process): Argument changed.
2460 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
2461 (rmail-mime-insert): Argument changed. Handle raw display mode.
2462 (rmail-mime): Argument changed. Handle toggling of raw display
2463 mode.
2464 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
2465 rmail-mime-view-buffer.
2466 (rmail-insert-mime-forwarded-message): Likewise.
2467 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
2468
2469 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
2470 non-nil, handle the header in rmail-show-mime-function.
2471
2472 2011-01-02 Leo <sdl.web@gmail.com>
2473
2474 * help-fns.el (describe-variable): Fix previous change.
2475
2476 2011-01-02 Juri Linkov <juri@jurta.org>
2477
2478 * isearch.el (isearch-lazy-highlight-error): New variable.
2479 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
2480 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
2481 to the current value of `isearch-error' (Bug#7468).
2482
2483 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
2484
2485 * help-fns.el (describe-variable): Don't emit trailing whitespace
2486 (Bug#7511).
2487
2488 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
2489
2490 * textmodes/rst.el (rst-compile-pdf-preview)
2491 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
2492
2493 2011-01-02 Kevin Gallagher <Kevin.Gallagher@boeing.com>
2494
2495 * emulation/edt-mapper.el: Override mapping of function keys so
2496 that the later call to read-key-sequence works.
2497
2498 2011-01-02 Eli Zaretskii <eliz@gnu.org>
2499
2500 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
2501 Unix EOLs. (Bug#7589)
2502
2503 2011-01-02 Leo <sdl.web@gmail.com>
2504
2505 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
2506 if point is not behind eshell-last-output-end (Bug#7585).
2507
2508 2011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
2509
2510 * files.el (file-local-variables-alist):
2511 Make permanent-local (bug#7767).
2512
2513 2011-01-02 Glenn Morris <rgm@gnu.org>
2514
2515 * version.el (emacs-copyright): Set short copyright year to 2011.
2516
2517 2011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2518
2519 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
2520 an existing temp buffer. (Bug#7746)
2521
2522 2011-01-02 Glenn Morris <rgm@gnu.org>
2523
2524 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
2525 multiple addresses. (Bug#7760)
2526
2527 2011-01-01 Ken Manheimer <ken.manheimer@gmail.com>
2528
2529 * allout.el (allout-auto-fill): Do not infinitely recurse - use
2530 do-auto-fill if everything points back to allout-auto-fill.
2531 (allout-mode-deactivate-hook): Declare obsolete, in favor of
2532 standard-formed minor-mode deactivate hook, allout-mode-off-hook.
2533
2534 2010-12-31 Michael Albinus <michael.albinus@gmx.de>
2535
2536 * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
2537 and "scpx".
2538
2539 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2540
2541 * doc-view.el (doc-view-set-doc-type): New function refactored
2542 from doc-view-mode.
2543 (doc-view-fallback-mode): New function.
2544 (doc-view-mode): Use it.
2545 (doc-view-mode-maybe): New function that checks if doc-view-mode
2546 can be used and falls back to the next best mode otherwise.
2547
2548 * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
2549 DVI, OpenDocument, and MS Office files.
2550
2551 2010-12-30 Andreas Schwab <schwab@linux-m68k.org>
2552
2553 * emacs-lisp/rx.el (rx-syntax): Fix typo.
2554
2555 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2556
2557 * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
2558 on a copy of auto-mode-alist, because that deletes with side
2559 effects.
2560
2561 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2562
2563 * doc-view.el (doc-view-mode, doc-view-toggle-display):
2564 Use normal-mode without doc-view-mode bindings in auto-mode-alist as
2565 fallback instead of hard coding fundamental mode.
2566
2567 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2568
2569 * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
2570 Office) files also for searching.
2571
2572 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2573
2574 * doc-view.el: Implement viewing of OpenDocument (and Microsoft
2575 Office) files. Not yet enabled via auto-mode-list.
2576 (doc-view-unoconv-program): New custom variable.
2577 (doc-view-mode-p): Handle new odf document type.
2578 (doc-view-odf->pdf): New conversion function.
2579 (doc-view-convert-current-doc): Call it for odf files.
2580 (doc-view-mode): Recognize newly supported file extensions.
2581
2582 2010-12-30 Michael Albinus <michael.albinus@gmx.de>
2583
2584 * net/tramp.el (tramp-default-method-alist)
2585 (tramp-default-user-alist)
2586 (tramp-local-host-regexp, tramp-prefix-domain-format)
2587 (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
2588
2589 * net/tramp-ftp.el:
2590 * net/tramp-gvfs.el:
2591 * net/tramp-gw.el:
2592 * net/tramp-imap.el:
2593 * net/tramp-sh.el:
2594 * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
2595 code of `tramp-default-method-alist' and `tramp-default-user-alist'.
2596
2597 2010-12-29 Karl Fogel <kfogel@red-bean.com>
2598
2599 * saveplace.el (save-place-alist-to-file): Save list sorted and
2600 pretty-printed, so that it is mergeable by line-based text merging,
2601 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
2602
2603 2010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
2604
2605 * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
2606 (allout-mode): Argument "toggle" => "force".
2607 Refine the docstring.
2608 Remove special provisions for reactivation, besides the 'force'
2609 argument.
2610 Consolidate layout provisions coce directly into the activation
2611 condition branch, now that we've removed those provisions.
2612 (allout-unload-function): Explicitly activate the mode before
2613 deactivating, if it's initially deactivated.
2614 (allout-set-buffer-multibyte): Properly prevent byte-compiler
2615 warnings for version of function used only where
2616 set-buffer-multibyte is unavailable.
2617
2618 2010-12-28 Chong Yidong <cyd@stupidchicken.com>
2619
2620 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
2621 are handled by the menu-bar entries. As before, don't use
2622 :visibile to avoid changing the tool-bar.
2623
2624 2010-12-27 Michael Albinus <michael.albinus@gmx.de>
2625
2626 * net/secrets.el (secrets-delete-alias): New defun.
2627
2628 2010-12-27 Michael Albinus <michael.albinus@gmx.de>
2629
2630 * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
2631 methods, otherwise ~/.ssh/config would be ignored.
2632
2633 2010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
2634
2635 * emacs-lisp/rx.el: Make it a superset of sregex.
2636 (rx-constituents): Add `any => "."', mark `repeat' as taking any number
2637 of args, add `regex' alias.
2638 (rx-info): Add arg to distinguish head and standalone forms.
2639 (rx-check, rx-form): Pass the corresponding arg.
2640 (rx-**): Simplify.
2641 (rx-repeat): Make it work for any number of args.
2642 (rx-syntax): Make it accept syntax chars as is.
2643 * obsolete/sregex.el: Move from emacs-lisp/.
2644 * emacs-lisp/re-builder.el: Remove sregex support.
2645 * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
2646
2647 2010-12-25 Eli Zaretskii <eliz@gnu.org>
2648
2649 * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
2650 PRIMARY first, then the clipboard. (Bug#7699)
2651
2652 2010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
2653
2654 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
2655 print-number-table.
2656
2657 2010-12-21 Chong Yidong <cyd@stupidchicken.com>
2658
2659 * help-fns.el (find-lisp-object-file-name): Locate .emacs from
2660 .emacs.elc (Bug#7530).
2661
2662 * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
2663 image spec (Bug#7480).
2664
2665 2010-12-21 Daiki Ueno <ueno@unixuser.org>
2666
2667 * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
2668 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
2669 Move from lisp/.
2670
2671 2010-12-20 Leo <sdl.web@gmail.com>
2672
2673 * dnd.el (dnd-get-local-file-name): Unhex of file name shall
2674 always be performed (Bug#7680).
2675
2676 2010-12-20 Chong Yidong <cyd@stupidchicken.com>
2677
2678 * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
2679 (menu-bar-edit-menu): Bind "Copy" to kill-ring-save. Don't use
2680 mouse-region-match.
2681
2682 * color.el: Move from gnus/.
2683
2684 * vc/diff.el (diff-better-file-name): Function deleted.
2685 abbreviating file names causes problems with shell-quote-argument.
2686 (diff-no-select): Just use expand-file-name.
2687
2688 * tool-bar.el (tool-bar--image-expression): New function.
2689 (tool-bar-local-item, tool-bar--image-exp): Use it.
2690 (tool-bar-setup): Initialize tool-bar-separator-image-expression.
2691 Use :enable instead of :visible to avoid changing the tool-bar
2692 configuration unnecessarily.
2693
2694 * info.el (info-tool-bar-map): Add separators.
2695
2696 2010-12-17 Ken Brown <kbrown@cornell.edu>
2697
2698 * loadup.el: Use version numbers in Cygwin build.
2699
2700 2010-12-17 Ryan Twitchell <metatheorem@gmail.com> (tiny change)
2701
2702 * ido.el (ido-file-internal): Ask for confirmation before
2703 overwriting an existing file (Bug#1238).
2704
2705 2010-12-16 Chong Yidong <cyd@stupidchicken.com>
2706
2707 * tool-bar.el (tool-bar-setup): Add separators.
2708
2709 * menu-bar.el (featurep): Use menu-bar-separator.
2710
2711 2010-12-16 Ken Manheimer <ken.manheimer@gmail.com>
2712
2713 Migrate allout encryption provisions from pgg to epg.
2714
2715 * allout.el (allout-toggle-current-subtree-encryption)
2716 (allout-toggle-subtree-encryption): Adjust docstrings to reflect
2717 defaulting policy and other changes. Change fetch-pass to keymode-cue,
2718 for simpler universal argument interpretation.
2719 (allout-toggle-subtree-encryption): Adjust docstring to describe
2720 changed encryption provisions. Change fetch-pass to keymode-cue, for
2721 simpler universal argument interpretation. Remove provisions for
2722 handling key type and identity - they'll all be within
2723 allout-encrypt-string or epg/epg or even contained all the way in gpg.
2724 (allout-encrypt-string): Include keymode-cue, for optionally prompting
2725 for keypair recipients (universal argument > 1) and, in addition,
2726 associating the specified recipients with the outline (universal
2727 argument > 4) using a file local variable setting for
2728 'epa-file-encrypt-to'.
2729 Require epa, for recipients handling.
2730 Change how regexp filtering elements are named.
2731 Describe the problem with caching of incorrect symmetric-decryption
2732 keys.
2733 Use the epa-passphrase-callback-function, in case the user is using
2734 GnuPG v1.
2735 Support saving of the selected keypair recipients when invoked with a
2736 keymode-cue > 4.
2737 Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
2738 Require 'epa.
2739 Establish epg-context with armoring and default epg-protocol.
2740 Remove all passphrase cache, verification, and hinting code.
2741 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
2742 No longer used, delete.
2743 (allout-mode): Adjust docstring to describe changed encryption
2744 provisions. Describe the problem with caching of incorrect
2745 symmetric-decryption keys.
2746 (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
2747 (allout-make-passphrase-state, allout-passphrase-state-passphrase)
2748 (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
2749 (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
2750 Obsolete, remove.
2751
2752 2010-12-16 Daiki Ueno <ueno@unixuser.org>
2753
2754 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
2755 key selection prompt; make 'silent as default (Bug#7487).
2756
2757 2010-12-16 Leo <sdl.web@gmail.com>
2758
2759 * eshell/eshell.el (eshell-directory-name):
2760 Use locate-user-emacs-file (Bug#7578).
2761
2762 2010-12-15 Glenn Morris <rgm@gnu.org>
2763
2764 * loadup.el (symbol-file-load-history-loaded): Remove; unused.
2765
2766 2010-12-15 Jari Aalto <jari.aalto@cante.net>
2767 Scott Evans <gse@antisleep.com>
2768
2769 * rect.el (rectange--default-line-number-format)
2770 (rectangle-number-line-callback): New functions.
2771 (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
2772
2773 2010-12-15 Chong Yidong <cyd@stupidchicken.com>
2774
2775 * rect.el (operate-on-rectangle-lines, string-rectangle-string):
2776 Delete unused variables.
2777 (move-to-column-force): Remove function obsolete since 21.2.
2778
2779 2010-12-14 Michael Albinus <michael.albinus@gmx.de>
2780
2781 * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
2782 (tramp-handle-insert-file-contents): Do not set permanent-local
2783 property.
2784
2785 * net/tramp-cache.el (tramp-persistency-file-name):
2786 Use `locate-user-emacs-file' if fboundp.
2787
2788 * net/tramp-sh.el (tramp-methods): Add "ksu".
2789 (tramp-default-user-alist): Add "ksu". Use `regexp-opt' for
2790 method list.
2791
2792 2010-12-14 Glenn Morris <rgm@gnu.org>
2793
2794 * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
2795 (find-tag-marker-ring): Declare.
2796 (js-find-symbol): Require etags.
2797
2798 * mail/sendmail.el: Don't require rmail or mailalias when compiling.
2799 Require mail-utils.
2800 (mail-alias-file): Don't autoload. Doc fix.
2801 (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
2802 (mail-mailer-swallows-blank-line): Default to nil. Doc fix.
2803 Mark as obsolete, and risky.
2804 (mail-setup): Simplify.
2805
2806 * mail/mailalias.el (build-mail-aliases): Make it interactive.
2807 * mail/sendmail.el (build-mail-aliases): Update autoload.
2808
2809 * dired.el (dired-trivial-filenames, dired-chown-program)
2810 (dired-auto-revert-buffer): Remove autoload cookies.
2811 * mail/sendmail.el (mail-recover-1): Require 'dired.
2812
2813 * dired.el (dired-subdir-switches, dired-chown-program)
2814 (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
2815 Make into defcustoms.
2816 (dired-chown-program): Simplify initialization.
2817
2818 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
2819
2820 2010-12-13 Romain Francoise <romain@orebokech.com>
2821
2822 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
2823
2824 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2825
2826 * net/netrc.el (netrc-point-at-eol): Remove the unused
2827 netrc-point-at-old and netrc-bound-and-true-p bindings.
2828 (netrc-parse): Cache the netrc contents.
2829
2830 2010-12-13 Eli Zaretskii <eliz@gnu.org>
2831
2832 * subr.el (posn-col-row): Evaluate header-line-format in the
2833 context of the POSITION window's buffer.
2834
2835 2010-12-13 Glenn Morris <rgm@gnu.org>
2836
2837 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
2838 (with-silent-modifications): Doc fixes.
2839
2840 2010-12-13 Michael Albinus <michael.albinus@gmx.de>
2841
2842 * net/tramp.el (tramp-action-password, tramp-process-actions):
2843 Revert previous from. Use `save-restriction'.
2844
2845 2010-12-13 Stephen Berman <stephen.berman@gmx.net>
2846
2847 * calendar/diary-lib.el (diary-list-sexp-entries):
2848 Handle case of no newline at end of file. (Bug#7536)
2849
2850 2010-12-13 Glenn Morris <rgm@gnu.org>
2851
2852 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
2853
2854 2010-12-13 Michael Albinus <michael.albinus@gmx.de>
2855
2856 * net/tramp.el (tramp-action-password): Delete region, do not narrow.
2857 (tramp-process-actions): Do not widen.
2858
2859 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2860 Protect buffer-modified value. (Bug#7557)
2861
2862 2010-12-13 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
2863
2864 * log-edit.el (log-edit-changelog-entries):
2865 Regexp quote filename. (Bug#7505)
2866
2867 2010-12-13 Tom Breton <tehom@panix.com>
2868
2869 * cus-edit.el (custom-save-all):
2870 Bind print-length and print-level to nil. (Bug#7581)
2871
2872 2010-12-13 Glenn Morris <rgm@gnu.org>
2873
2874 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
2875 Run hooks to update menu contents. (Bug#7586)
2876
2877 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
2878 file names, for the sake of MS Windows. (Bug#7588)
2879
2880 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2881
2882 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
2883 empty lines without a leading space.
2884
2885 2010-12-13 Leo <sdl.web@gmail.com>
2886
2887 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
2888 while mapping over marks (Bug#6810).
2889
2890 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
2891
2892 * image-dired.el (image-dired-db-file)
2893 (image-dired-temp-image-file, image-dired-gallery-dir)
2894 (image-dired-temp-rotate-image-file): Set default values relative
2895 to image-dired-dir (Bug#7518).
2896
2897 2010-12-13 Lawrence Mitchell <wence@gmx.li>
2898
2899 * format.el (format-decode-run-method): Pass args FROM and TO, not
2900 point-min and point-max, to shell-command-on-region (Bug#7488).
2901
2902 2010-12-13 Jan Djärv <jan.h.d@swipnet.se>
2903
2904 * frame.el (blink-cursor-mode): Make default t for ns.
2905
2906 2010-12-13 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
2907
2908 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
2909
2910 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
2911
2912 * comint.el (comint-dynamic-list-input-ring)
2913 (comint-dynamic-complete-filename)
2914 (comint-replace-by-expanded-filename)
2915 (comint-dynamic-simple-complete)
2916 (comint-dynamic-list-filename-completions)
2917 (comint-dynamic-list-completions): Doc fix (Bug#7499).
2918
2919 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
2920 Doc fix (Bug#7471).
2921
2922 2010-12-13 Martin Rudalics <rudalics@gmx.at>
2923
2924 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
2925 (Bug#7533).
2926
2927 2010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
2928
2929 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
2930 (Bug#7491).
2931
2932 2010-12-13 Eli Zaretskii <eliz@gnu.org>
2933
2934 * files.el (file-relative-name): Handle UNC file names on
2935 DOS/Windows. (Bug#4674)
2936
2937 2010-12-13 Daiki Ueno <ueno@unixuser.org>
2938
2939 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
2940 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
2941 (epg-context-set-passphrase-callback): Mention that the callback
2942 is not called when used with GnuPG 2.x.
2943
2944 2010-12-13 Glenn Morris <rgm@gnu.org>
2945
2946 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
2947 Ensure ps-footer-font-size-internal is initialized.
2948 Call ps-get-page-dimensions before trying to use ps-font-for-text.
2949
2950 2010-12-13 Kenichi Handa <handa@m17n.org>
2951
2952 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
2953 within condition-case.
2954 (rmail-show-mime): Don't use condition-case.
2955 (rmail-search-mime-message): New function.
2956 (rmail-search-mime-message-function): Set to
2957 rmail-search-mime-message.
2958
2959 2010-12-13 Leo <sdl.web@gmail.com>
2960
2961 * ido.el (ido-common-initialization): New function. (bug#3274)
2962 (ido-mode): Use it.
2963 (ido-completing-read): Call it.
2964
2965 2010-12-12 Karl Fogel <kfogel@red-bean.com>
2966
2967 * bookmark.el (bookmark-name-from-full-record): Rename back to
2968 this original name from `bookmark-name-from-record' reverting part
2969 of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
2970 As Drew Adams pointed out, there was no reason to cause churn for
2971 third-party callers. (Bug#7609)
2972
2973 2010-12-12 Alan Mackenzie <acm@muc.de>
2974
2975 * progmodes/cc-engine.el (c-forward-type): Before scanning a
2976 template arglist, check that the current language supports this.
2977
2978 2010-12-11 Glenn Morris <rgm@gnu.org>
2979
2980 * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
2981 state of the file matches. (Bug#7544)
2982 (vc-bzr-register, vc-bzr-checkin)
2983 (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
2984 (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
2985
2986 * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
2987
2988 2010-12-11 Karel Klíč <kklic@redhat.com>
2989
2990 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606)
2991
2992 2010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2993
2994 Derive from prog-mode, use derived-mode-p, and fix up various
2995 minor style issues in lisp/progmodes.
2996
2997 * progmodes/vhdl-mode.el (vhdl-mode):
2998 * progmodes/verilog-mode.el (verilog-mode):
2999 * progmodes/vera-mode.el (vera-mode):
3000 * progmodes/sql.el (sql-mode):
3001 * progmodes/scheme.el (scheme-mode):
3002 * progmodes/perl-mode.el (perl-mode):
3003 * progmodes/octave-inf.el (inferior-octave-mode):
3004 * progmodes/autoconf.el (autoconf-mode):
3005 * progmodes/m4-mode.el (m4-mode):
3006 * progmodes/inf-lisp.el (inferior-lisp-mode):
3007 * progmodes/idlwave.el (idlwave-mode):
3008 * progmodes/icon.el (icon-mode):
3009 * progmodes/idlw-help.el (idlwave-help-mode):
3010 * progmodes/dcl-mode.el (dcl-mode):
3011 * progmodes/idlw-shell.el (idlwave-shell-mode):
3012 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
3013 (ebrowse-member-mode, ebrowse-electric-position-mode):
3014 Use define-derived-mode.
3015
3016 * progmodes/xscheme.el (exit-scheme-interaction-mode)
3017 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
3018 (xscheme-debugger-mode-p, xscheme-send-string-1):
3019 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
3020 (tcl-load-file, tcl-restart-with-file):
3021 * progmodes/ps-mode.el (ps-run-running):
3022 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
3023 * progmodes/js.el (js--get-all-known-symbols):
3024 * progmodes/inf-lisp.el (inferior-lisp-proc):
3025 * progmodes/idlwave.el (idlwave-beginning-of-statement)
3026 (idlwave-template, idlwave-update-buffer-routine-info)
3027 (idlwave-update-current-buffer-info)
3028 (idlwave-get-routine-info-from-buffers, idlwave-choose)
3029 (idlwave-scan-class-info, idlwave-fix-keywords)
3030 (idlwave-list-buffer-load-path-shadows):
3031 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
3032 (idlwave-toolbar-remove):
3033 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
3034 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
3035 (idlwave-shell-menu-def):
3036 * progmodes/idlw-complete-structtag.el
3037 (idlwave-prepare-structure-tag-completion):
3038 * progmodes/gud.el (gud-set-buffer):
3039 * progmodes/f90.el (f90-backslash-not-special):
3040 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
3041
3042 * progmodes/xscheme.el (xscheme-start)
3043 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
3044 * progmodes/which-func.el (which-function):
3045 * progmodes/vhdl-mode.el (vhdl-set-style):
3046 * progmodes/verilog-mode.el (verilog-set-compile-command)
3047 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
3048 (verilog-set-define, verilog-auto-reeval-locals):
3049 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
3050 * progmodes/simula.el (simula-mode):
3051 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
3052 * progmodes/python.el (python-check, python-mode):
3053 * progmodes/prolog.el (prolog-mode-variables):
3054 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
3055 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
3056 * progmodes/delphi.el (delphi-mode):
3057 * progmodes/cc-styles.el (c-setup-paragraph-variables):
3058 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
3059 (c-font-lock-init): Move make-local-variable to their setq.
3060
3061 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
3062 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
3063 make-local-hook.
3064 * progmodes/sh-script.el (sh-require-final-newline): Remove.
3065 (sh-set-shell): Don't set require-final-newline since it's already done
3066 by prog-mode.
3067 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
3068 since we never set it.
3069 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
3070 Use read-string and standard prompt.
3071 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
3072 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
3073 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
3074 (meta-common-mode-map): Rename from meta-mode-map.
3075 Remove C-m binding, which is a user preference, not mode specific.
3076 (meta-common-mode): New major mode; replace meta-common-initialization.
3077 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
3078 around with font-lock.
3079 * progmodes/etags.el (select-tags-table-mode):
3080 Derive from special-mode.
3081 * progmodes/octave-mod.el (octave-mode):
3082 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
3083 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
3084 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
3085 Let define-derived-mode do its job.
3086 * progmodes/cpp.el (cpp-edit-mode-map):
3087 Move initialization into declaration.
3088 (cpp-edit-mode): Use define-derived-mode.
3089 (cpp-edit-load): Use derived-mode-p.
3090 * progmodes/mixal-mode.el (mixal-mode):
3091 * progmodes/f90.el (f90-mode):
3092 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
3093 require-final-newline since prog-mode does it already.
3094 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
3095 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
3096 * progmodes/antlr-mode.el: Require cc-mode upfront.
3097 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
3098 the declaration.
3099 (antlr-directory-dependencies, antlr-show-makefile-rules):
3100 Use derived-mode-p.
3101 (antlr-language-option): Don't assume point-min==1.
3102 (antlr-mode): Use define-derived-mode.
3103 * progmodes/ada-mode.el: Use derived-mode-p.
3104 (ada-mode): Use define-derived-mode.
3105 Use hack-local-variables-hook.
3106
3107 2010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3108
3109 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
3110 (texinfo-mode): Don't disable adaptive-fill-mode.
3111 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
3112 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
3113 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
3114 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
3115 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
3116 (texinfo-insert-@quotation, texinfo-insert-@samp)
3117 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
3118 (texinfo-insert-@uref): Use define-skeleton.
3119 (texinfo-insert-@-with-arg): Delete.
3120
3121 2010-12-10 Eli Zaretskii <eliz@gnu.org>
3122
3123 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
3124 nil, do quote archive member names. (Bug#6144)
3125
3126 2010-12-10 Glenn Morris <rgm@gnu.org>
3127
3128 * files.el (diff-no-select): Declare.
3129
3130 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
3131 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
3132
3133 * comint.el (comint-input-ring-file-name): Doc fix.
3134
3135 2010-12-09 Eli Zaretskii <eliz@gnu.org>
3136
3137 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
3138 New functions.
3139 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
3140 Use them instead of `nil' and `>', respectively.
3141 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
3142 instead of `nil'.
3143 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
3144 and menu-bar-positive-p instead of `nil' and `>', respectively.
3145 (Bug#1077)
3146
3147 2010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3148
3149 * whitespace.el (whitespace-newline-mode): Code fix.
3150
3151 2010-12-09 Glenn Morris <rgm@gnu.org>
3152
3153 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
3154 Rename functions without commas, update callers.
3155
3156 2010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
3157
3158 * whitespace.el (whitespace-cleanup-region):
3159 Clean up spaces before tabs. (Bug#7582)
3160
3161 2010-12-08 Karl Fogel <kfogel@red-bean.com>
3162
3163 * bookmark.el: Adjust parameter names and doc strings to resolve
3164 confusion over whether "bookmark" meant a bookmark name or a
3165 bookmark record. Along the way, shorten one function's name for
3166 similar reasons. (Issue #7548)
3167 (bookmark-name-from-record): New name for
3168 `bookmark-name-from-full-record'. All callers changed.
3169 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3170 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
3171 (bookmark-get-annotation, bookmark-set-annotation)
3172 (bookmark-get-filename, bookmark-set-filename)
3173 (bookmark-get-position, bookmark-set-position)
3174 (bookmark-get-front-context-string, bookmark-set-front-context-string)
3175 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
3176 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
3177 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
3178 Rename `bookmark' parameter to `bookmark-name-or-record', to
3179 clearly show its role, and shorten or adjust doc strings accordingly.
3180 (bookmark-set-name): Same, and pass the parameter directly to
3181 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
3182 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
3183 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
3184 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
3185 and in some cases shorten doc string accordingly.
3186 (bookmark-rename): Change `old' and `new' parameters to `old-name'
3187 and `new-name', and adjust an internal variable to avoid confusion.
3188 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
3189 parameter in doc string.
3190
3191 2010-12-08 Glenn Morris <rgm@gnu.org>
3192
3193 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
3194 from gdb's history file. (Bug#7575)
3195
3196 * mail/emacsbug.el (report-emacs-bug):
3197 Try to handle some other mail clients.
3198
3199 2010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3200
3201 * files.el (dir-locals-collect-variables): Don't let errors stop us.
3202 Use string-prefix-p.
3203 (file-name-version-regexp): New var.
3204 (file-name-sans-versions):
3205 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
3206 (jka-compr-get-compression-info): Use dolist.
3207 (jka-compr-compression-info-list): Don't bother specifying
3208 version/backup regexps.
3209
3210 2010-12-07 Tassilo Horn <tassilo@member.fsf.org>
3211
3212 * simple.el (just-one-space): Make argument n default to 1 if
3213 omitted.
3214
3215 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3216
3217 * electric.el (electric-indent-post-self-insert-function):
3218 Delete trailing newlines even if we don't reindent.
3219
3220 2010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3221
3222 * minibuffer.el (completion-at-point): Remove the `arg'.
3223 * bindings.el (complete-symbol): Move back from minibuffer.el.
3224
3225 2010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3226
3227 * simple.el (just-one-space): Delete newlines for negative arg.
3228
3229 2010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3230
3231 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
3232 (ansi-color-filter-apply): Simplify.
3233 (ansi-color-apply): Use `font-lock-face' rather than `face'.
3234
3235 2010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3236
3237 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3238
3239 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
3240
3241 * dired.el (dired-use-ls-dired): Set default to a special
3242 "unspecified" value.
3243 (dired-insert-directory): When called the first time, check
3244 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
3245
3246 2010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
3247
3248 * replace.el: Add "collect" feature to occur.
3249 (occur-collect-regexp-history): New var.
3250 (occur-read-primary-args): Return a replace string for nlines,
3251 if needed.
3252 (occur): Extend the meaning of nlines.
3253
3254 2010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3255
3256 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
3257 (which-func-update-1): Distinguish symbols from strings.
3258 (which-function): Stay within 80 columns.
3259
3260 2010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3261
3262 * subr.el (with-demoted-errors): Distinguish symbols from strings.
3263
3264 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
3265 Improve docstring.
3266 (comment-style): Use comment-styles's docs to describe values.
3267
3268 2010-12-03 Jan Djärv <jan.h.d@swipnet.se>
3269
3270 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
3271 and ns-show-prefs (Bug#7535).
3272
3273 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
3274 bindings (Bug#7535).
3275
3276 2010-12-03 Glenn Morris <rgm@gnu.org>
3277
3278 * nxml/nxml-mode.el: Require rng-nxml.
3279 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
3280 Remove declarations.
3281
3282 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
3283 * nxml/rng-nxml.el, nxml/rng-valid.el:
3284 Remove leading `*' from defcustom docs.
3285
3286 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3287 (normal-top-level-add-to-load-path, tty-handle-args):
3288 Convert comments to basic doc-strings.
3289
3290 * net/browse-url.el (browse-url-url-at-point)
3291 (browse-url-default-browser): Remove autoload cookies.
3292
3293 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3294 Remove more undefined cl functions.
3295
3296 * vc/diff.el (diff-sentinel): Make new arguments optional.
3297 * ibuf-ext.el (diff-sentinel): Update declaration.
3298
3299 2010-12-03 Daiki Ueno <ueno@unixuser.org>
3300
3301 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3302 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3303 (epg-context-set-passphrase-callback): Mention that the callback
3304 is not called when used with GnuPG 2.x.
3305
3306 2010-12-02 Michael Albinus <michael.albinus@gmx.de>
3307
3308 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
3309 (tramp-file-name-port): Check also for `tramp-default-port'.
3310 (tramp-get-connection-name): New defun.
3311 (tramp-get-connection-process): Use it.
3312 (tramp-debug-message): Extend function exclude list.
3313 (tramp-drop-volume-letter): Fix doc string.
3314
3315 * net/tramp-cmds.el: Remove solved todo item.
3316
3317 * net/tramp-ftp.el:
3318 * net/tramp-gvfs.el:
3319 * net/tramp-gw.el:
3320 * net/tramp-imap.el:
3321 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
3322 and `tramp-default-user-alist', respectively.
3323
3324 * net/tramp-gw.el (tramp-gw-open-connection):
3325 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
3326
3327 * net/tramp-imap.el (tramp-imap-make-iht): Use just
3328 `tramp-file-name-port'.
3329
3330 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
3331 and "psftp". Exchange "%k" marker with options.
3332 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
3333 Compute size of link target.
3334 (tramp-do-copy-or-rename-file-out-of-band): Move setting of
3335 `tramp-current-*' up due to gateway methods. Optimize computing of
3336 copy arguments. Use `tramp-get-connection-name' and
3337 `tramp-get-connection-buffer'. Improve debug messages.
3338 (tramp-compute-multi-hops): Remove port determination.
3339 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
3340
3341 * net/trampver.el: Update release number.
3342
3343 2010-12-02 Glenn Morris <rgm@gnu.org>
3344
3345 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
3346 Avoid infinite loop over windows. (Bug#7492)
3347
3348 * progmodes/flymake.el (flymake-check-file-limit):
3349 Allow nil to mean "no limit".
3350 (flymake-check-patch-master-file-buffer): Update for above change.
3351 Allow a .tex file-name extension to be optional.
3352 (flymake-master-tex-init): Also match \include statements.
3353
3354 2010-11-30 Sam Steingold <sds@gnu.org>
3355
3356 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
3357 (nxml-parent-document-set): A function to set `nxml-parent-document'.
3358 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
3359 (nxml-mode-hook): Remove `defcustom' (auto-defined by
3360 define-derived-mode').
3361 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
3362 users who want to call `nxml-parent-document-set'.
3363
3364 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
3365
3366 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
3367 stand-alone lines, since that is handled by log-edit-match-to-eoh
3368 (Bug#6465).
3369
3370 2010-11-27 Eduard Wiebe <usenet@pusto.de>
3371
3372 * dired.el (dired-get-filename): Replace backslashes with slashes
3373 in file names on MS-Windows, needed by `locate'. (Bug#7308)
3374 * locate.el (locate-default-make-command-line): Don't consider
3375 drive letter and root directory part of
3376 `directory-listing-before-filename-regexp'. (Bug#7308)
3377 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
3378
3379 2010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3380
3381 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
3382 of :smie-open/close-alist.
3383 (smie-next-sexp): Make it accept a "start token" as argument.
3384 (smie-indent-keyword): Be careful not to misidentify tokens that span
3385 more than one line, as empty lines. Add argument `token'.
3386
3387 2010-11-27 Kenichi Handa <handa@m17n.org>
3388
3389 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
3390 multipart subtypes, insert all as usual.
3391
3392 * mail/rmail.el: Require rfc2047.
3393
3394 2010-11-27 Kenichi Handa <handa@m17n.org>
3395
3396 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
3397 (rmail-mime-entity-disposition)
3398 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
3399 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
3400 (rmail-mime-save): Handle the case that the button's `data' is a
3401 MIME entity.
3402 (rmail-mime-insert-text): New function.
3403 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
3404 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
3405 (rmail-mime-insert-bulk): New function mostly copied from the old
3406 rmail-mime-bulk-handler.
3407 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
3408 (rmail-mime-process-multipart): New function mostly copied from
3409 the old rmail-mime-multipart-handler.
3410 (rmail-mime-show): Just call rmail-mime-process.
3411 (rmail-mime-process): New function mostly copied from the old
3412 rmail-mime-show.
3413 (rmail-mime-insert-multipart, rmail-mime-parse)
3414 (rmail-mime-insert, rmail-show-mime)
3415 (rmail-insert-mime-forwarded-message)
3416 (rmail-insert-mime-resent-message): New functions.
3417 (rmail-insert-mime-forwarded-message-function): Set to
3418 rmail-insert-mime-forwarded-message.
3419 (rmail-insert-mime-resent-message-function): Set to
3420 rmail-insert-mime-resent-message.
3421
3422 * mail/rmailsum.el: Require rfc2047.
3423 (rmail-header-summary): Handle multiline Subject: field.
3424 (rmail-summary-line-decoder): Change the default to
3425 rfc2047-decode-string.
3426
3427 * mail/rmail.el (rmail-enable-mime): Change the default to t.
3428 (rmail-mime-feature): Change the default to `rmailmm'.
3429 (rmail-quit): Delete the specifal code for rmail-enable-mime.
3430 (rmail-display-labels): Likewise.
3431 (rmail-show-message-1): Check rmail-enable-mime, and use
3432 rmail-show-mime-function for a MIME message. Decode the headers
3433 according to RFC2047.
3434
3435 2010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3436
3437 * progmodes/which-func.el (which-func-imenu-joiner-function):
3438 Return a string, as expected.
3439 (which-function-mode): Make sure we stop any previous timer before
3440 starting a new one.
3441
3442 2010-11-27 Michael Albinus <michael.albinus@gmx.de>
3443
3444 * net/tramp.el (tramp-default-method-alist)
3445 (tramp-default-user-alist, tramp-default-proxies-alist):
3446 Adapt custom options type. (Bug#7445)
3447
3448 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
3449
3450 * progmodes/python.el: Add Ipython support (Bug#5390).
3451 (python-shell-prompt-alist)
3452 (python-shell-continuation-prompt-alist): New options.
3453 (python--set-prompt-regexp): New function.
3454 (inferior-python-mode, run-python, python-shell):
3455 Require ansi-color. Use python--set-prompt-regexp to set the comint
3456 prompt based on the Python interpreter.
3457 (python--prompt-regexp): New var.
3458 (python-check-comint-prompt)
3459 (python-comint-output-filter-function): Use it.
3460 (run-python): Use a pipe (Bug#5694).
3461
3462 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
3463
3464 * progmodes/python.el (run-python): Doc fix.
3465 (python-keep-current-directory-in-path): New var (Bug#7454).
3466
3467 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
3468
3469 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3470 Prompt user before actually printing.
3471
3472 2010-11-27 Glenn Morris <rgm@gnu.org>
3473
3474 * startup.el (package-enable-at-startup, package-initialize):
3475 Remove unnecessary declarations.
3476
3477 2010-11-27 Eli Zaretskii <eliz@gnu.org>
3478
3479 * international/characters.el (glyphless-char-display-control):
3480 Exclude newline and TAB from the c0-control group.
3481
3482 2010-11-27 Glenn Morris <rgm@gnu.org>
3483
3484 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
3485 (expand-mail-aliases): Remove unnecessary autoload.
3486
3487 * allout.el (allout-command-prefix, allout-mode-map): Declare.
3488
3489 * shell.el (shell-dir-cookie-re): Move definition before use.
3490
3491 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3492 Replace undefined CL functions.
3493
3494 2010-11-26 Eli Zaretskii <eliz@gnu.org>
3495
3496 * simple.el (prog-mode): Set bidi-paragraph-direction to
3497 left-to-right.
3498
3499 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
3500
3501 2010-11-26 Glenn Morris <rgm@gnu.org>
3502
3503 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
3504 diary-outlook-formats can be sensitive to calendar-date-style.
3505 (diary-outlook-formats): Simplify the default setting.
3506 (diary-from-outlook-internal): Pass subject and body as arguments.
3507 Use dolist rather than dotimes. Don't save the diary buffer.
3508 (diary-from-outlook-gnus, diary-from-outlook-rmail):
3509 Pass subject and body as explicit arguments to the -internal function.
3510
3511 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3512
3513 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
3514 parsing them. This makes mailto:...?subject=foo\nbar work.
3515
3516 2010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3517
3518 * vc/diff.el (diff): Fix last change.
3519
3520 2010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3521
3522 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
3523 (pcase--dontcare-upats): New var.
3524 (pcase-let, pcase-let*): Generate better code.
3525 Accept the same bodies as `let'.
3526 (pcase-dolist): New macro.
3527 (pcase--trivial-upat-p): New helper function.
3528 (pcase--expand): Strip leading "(let nil" if any.
3529
3530 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3531
3532 * mail/mailclient.el (browse-url): Require.
3533 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
3534 use the external browser function to send the mail (bug#7469).
3535
3536 * net/browse-url.el (browse-url-browser-function): Revert the
3537 default back to the previous value, since the new value broke
3538 mailclient.el.
3539 (browse-url-mailto-function): New variable for mailto: URLs.
3540 (browse-url): Use the new variable for mailto: URLs.
3541
3542 2010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3543
3544 * eshell/esh-cmd.el (eshell-parse-command):
3545 * eshell/esh-arg.el (eshell-parse-arguments):
3546 * eshell/em-script.el (eshell-source-file):
3547 Use with-silent-modifications.
3548
3549 2010-11-23 Chong Yidong <cyd@stupidchicken.com>
3550
3551 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
3552 for a merge location.
3553
3554 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
3555 (vc-bzr-merge-branch): Always prompt.
3556 (vc-bzr-async-command): Use the full branch filename.
3557
3558 2010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3559
3560 * shell.el (shell): Use current-buffer by default if it's already
3561 a shell mode buffer and its process is dead.
3562 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
3563
3564 2010-11-23 Tassilo Horn <tassilo@member.fsf.org>
3565
3566 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
3567 Mention that the keywords should be comma separated.
3568
3569 2010-11-23 Chong Yidong <cyd@stupidchicken.com>
3570
3571 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
3572 Accept optional prefix arg meaning to prompt for a command.
3573 (vc-update): Use vc-BACKEND-pull if available. Accept optional
3574 prefix arg meaning to prompt for a command.
3575 (vc-pull): Alias for vc-update.
3576
3577 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
3578 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
3579 (vc-bzr-merge-branch): New functions, implementing merge-branch
3580 and pull operations.
3581
3582 2010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3583
3584 * Makefile.in: Fix up last merge.
3585
3586 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
3587 (diff-sentinel): Get them as arguments instead.
3588 (diff-old-file, diff-new-file, diff-extra-args): Remove.
3589 (diff-file-local-copy, diff-better-file-name): New funs.
3590 (diff-no-select): Rename from diff-into-buffer.
3591 Support buffers additionally to files. Move `buf' arg. Don't display buf.
3592 Prefer closures to buffer-local variables.
3593 (diff): Adjust accordingly.
3594 (diff-buffer-with-file): Move from files.el.
3595 * files.el (diff-buffer-with-file): Move to vc/diff.el.
3596 (diff-buffer-internal): Remove.
3597 (diff-buffer-buffer): Remove.
3598 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
3599 the buffer name used, and so as not to mess up windows and frames.
3600
3601 2010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3602
3603 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
3604 (diff-buffer-internal): New function extracted from diff-buffer-with-file
3605 (diff-buffer-with-file): Use it.
3606 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
3607 (diff): Use it.
3608
3609 2010-11-22 Tassilo Horn <tassilo@member.fsf.org>
3610
3611 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
3612 \ref's or \pageref's value as default instead of initial input.
3613
3614 2010-11-21 Michael Albinus <michael.albinus@gmx.de>
3615
3616 * files.el (backup-by-copying-when-mismatch): The default value is
3617 now t.
3618
3619 * startup.el (normal-top-level):
3620 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
3621 `backup-by-copying-when-mismatch'.
3622
3623 2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
3624
3625 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
3626
3627 2010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3628
3629 * progmodes/python.el (python-font-lock-keywords):
3630 Highlight top-level augmented assignments (Bug#6445).
3631
3632 2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
3633
3634 * term/ns-win.el (ns-right-control-modifier)
3635 (ns-right-command-modifier): Defvar them.
3636
3637 * cus-start.el (all): Add ns-right-control-modifier and
3638 ns-right-command-modifier (Bug#7458).
3639
3640 2010-11-20 Glenn Morris <rgm@gnu.org>
3641
3642 * emacs-lisp/authors.el (authors-ignored-files)
3643 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
3644
3645 2010-11-20 Tassilo Horn <tassilo@member.fsf.org>
3646
3647 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
3648 (report-emacs-bug-parse-query-results)
3649 (report-emacs-bug-create-existing-bugs-buffer): Pass through
3650 keywords used for querying the bug database to show them in the
3651 existing bugs buffer.
3652
3653 2010-11-20 Jan Djärv <jan.h.d@swipnet.se>
3654
3655 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
3656
3657 * info.el (info-tool-bar-map): Add some :vert-only keywords.
3658
3659 2010-11-20 Eli Zaretskii <eliz@gnu.org>
3660
3661 * international/characters.el (glyphless-char-display-control):
3662 Make it a defcustom, with update-glyphless-char-display as its
3663 :set attribute.
3664 (top level): Don't call update-glyphless-char-display.
3665
3666 2010-11-20 Michael Albinus <michael.albinus@gmx.de>
3667
3668 Sync with Tramp 2.2.0.
3669
3670 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
3671 `file-remote-p' (due to compatibility).
3672
3673 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
3674 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
3675
3676 * net/trampver.el: Update release number.
3677
3678 2010-11-20 Eli Zaretskii <eliz@gnu.org>
3679
3680 * faces.el (glyphless-char): Define value for `pc'.
3681
3682 2010-11-20 Tassilo Horn <tassilo@member.fsf.org>
3683
3684 Implemented a bug querying mechanism.
3685 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
3686 (report-emacs-bug-create-existing-bugs-buffer)
3687 (report-emacs-bug-parse-query-results)
3688 (report-emacs-bug-query-existing-bugs): New functions.
3689
3690 2010-11-19 Tassilo Horn <tassilo@member.fsf.org>
3691
3692 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
3693 a \ref{} or \pageref{} macro, then use its value as initial input.
3694
3695 2010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
3696
3697 * calc/calc-units.el (math-build-units-table-buffer):
3698 calc/README: Mention that the TeX specific units won't use the
3699 `tex' prefix in TeX mode.
3700 calc/calc-lang.el (math-variable-table): Don't use the `tex'
3701 prefix for units in TeX mode.
3702
3703 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3704
3705 * simple.el (kill-new, kill-append, kill-region):
3706 * comint.el (comint-kill-region): Make the yank-handler argument
3707 obsolete.
3708
3709 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3710
3711 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
3712 that are both openers (resp. closers) and something else.
3713 (smie-grammar): Loosen definition of valid values.
3714 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
3715 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
3716 (smie-indent-after-keyword): Adjust users.
3717 (smie-indent-keyword): Don't indent empty lines.
3718
3719 * vc-hg.el (vc-hg-program): New var.
3720 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
3721 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
3722
3723 2010-11-18 Glenn Morris <rgm@gnu.org>
3724
3725 * emacs-lisp/autoload.el (autoload-find-destination): The function
3726 coding-system-eol-type may return non-numeric values. (Bug#7414)
3727
3728 2010-11-18 Ulrich Mueller <ulm@gentoo.org>
3729
3730 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
3731
3732 2010-11-18 Eli Zaretskii <eliz@gnu.org>
3733
3734 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
3735
3736 2010-11-18 Chong Yidong <cyd@stupidchicken.com>
3737
3738 * textmodes/picture.el (picture-mouse-set-point): Don't use
3739 posn-col-row; explicitly compute the motion based on the posn at
3740 the window-start (Bug#7390).
3741
3742 2010-11-18 Glenn Morris <rgm@gnu.org>
3743
3744 * novice.el (disabled-command-function):
3745 Fix 2009-11-15 change. (Bug#7384)
3746
3747 2010-11-18 Glenn Morris <rgm@gnu.org>
3748
3749 * calendar/calendar.el (diary-iso-date-forms): Make elements
3750 mutually exclusive. (Bug#7377)
3751
3752 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3753
3754 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
3755 when filling the remaining "unconstrained" values.
3756
3757 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3758
3759 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
3760 safety predicate.
3761
3762 * files.el (safe-local-variable-p): Gracefully handle errors.
3763
3764 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
3765 Use smie-indent-virtual when indenting relative to an opener.
3766 (smie-rule-separator): Use smie-rule-parent.
3767 (smie-indent-keyword): Consult rules, even for openers at bol.
3768 (smie-indent-comment-close): Try to align closer's content.
3769
3770 2010-11-18 Glenn Morris <rgm@gnu.org>
3771
3772 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
3773
3774 2010-11-18 Glenn Morris <rgm@gnu.org>
3775
3776 * printing.el (pr-menu-bind): Doc fix.
3777
3778 * speedbar.el (speedbar-toggle-images): Doc fix.
3779
3780 * progmodes/python.el (python-shell): Doc fix.
3781
3782 * wid-edit.el (widget-field-use-before-change)
3783 (widget-use-overlay-change): Doc fixes.
3784
3785 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3786
3787 Minor cleanup to improve style.
3788 * textmodes/rst.el (rst-update-section): Use point-marker.
3789 (rst-get-decoration): Eliminate unneeded assignment.
3790 (rst-promote-region, rst-straighten-decorations)
3791 (rst-section-tree, rst-adjust): Use point-marker.
3792 (rst-toc-mode-mouse-goto): Avoid setq.
3793 (rst-shift-region-guts, rst-shift-region-left)
3794 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
3795 (rst-convert-bullets-to-enumeration): Use copy-marker.
3796
3797 * minibuffer.el (completion-fail-discreetly): New var.
3798 (completion--do-completion): Use it.
3799
3800 * electric.el (electric-pair-pairs): New var.
3801 (electric-pair-post-self-insert-function): Use it.
3802 (electric-layout-post-self-insert-function): Don't insert a before
3803 newline unless it's actually needed.
3804
3805 2010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
3806
3807 * progmodes/python.el (run-python): Explain why we remove the current
3808 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
3809
3810 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
3811
3812 2010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3813
3814 * progmodes/octave-mod.el: Rely on elecric-*-modes.
3815 (octave-mode-map): Don't bind ;, SPC, and LF.
3816 (octave-auto-indent, octave-auto-newline): Remove.
3817 (electric-layout-rules): Declare.
3818 (octave-mode): Set electric-layout-rules.
3819 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
3820 (octave-reindent-then-newline-and-indent, octave-electric-semi)
3821 (octave-electric-space): Remove.
3822
3823 * electric.el (electric-layout-mode): New minor mode.
3824 (electric--after-char-pos): New function.
3825 (electric-indent-post-self-insert-function): Use it.
3826 (electric-layout-rules): New var.
3827 (electric-layout-post-self-insert-function): New function.
3828 (electric-indent-mode): Make them interact better.
3829
3830 2010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3831
3832 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
3833 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
3834 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
3835
3836 2010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
3837
3838 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
3839 Make sure to check inside the word (Bug#6761).
3840
3841 2010-11-14 Chong Yidong <cyd@stupidchicken.com>
3842
3843 * startup.el (command-line): If the cursorColor resource is set,
3844 change the cursor face-spec (Bug#7392).
3845
3846 2010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
3847
3848 The main features of the following allout.el changes are:
3849 - implement user customization for the allout key bindings
3850 - add a customization control by which the user can inhibit use of
3851 a trailing Ctrl-H, so by default it's reserved for use with
3852 describe-prefix-bindings
3853 - adapt to new version of called-interactively-p, while
3854 maintaining backwards compatibility with old version
3855 - fix hotspot navigation so i works properly with meta-modified keys
3856
3857 * allout.el (allout-keybindings, allout-bind-keys)
3858 (allout-keybindings-binding, allout-prefixed-keybindings)
3859 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
3860 (allout-keybindings-list, allout-mode-map-adjustments)
3861 (allout-setup-mode-map): Establish allout-mode keymaps as user
3862 customizable settings, and also establish a customizable setting which
3863 regulates whether or not a trailing control-h is reserved for use with
3864 describe-prefix-bindings - and inhibit it by default, so that control-h
3865 *is* reserved for describe-prefix-bindings unless the user changes it.
3866
3867 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
3868 and accurately between modified and unmodified events, and handle
3869 modified events more comprehensively.
3870
3871 * allout.el (allout-substring-no-properties):
3872 Alias to use or provide version of `substring-no-properties'.
3873 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
3874
3875 * allout.el (allout-next-single-char-property-change):
3876 Alias to use or provide version of `next-single-char-property-change'.
3877 (allout-annotate-hidden, allout-hide-by-annotation):
3878 Use `allout-next-single-char-property-change'.
3879
3880 * allout.el (allout-select-safe-coding-system):
3881 Alias to use or provide version of `select-safe-coding-system'.
3882 (allout-toggle-subtree-encryption):
3883 Use `allout-select-safe-coding-system'.
3884
3885 * allout.el (allout-set-buffer-multibyte):
3886 Alias to use or provide version of `set-buffer-multibyte'.
3887 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
3888
3889 * allout.el (allout-called-interactively-p): Macro for using the
3890 different versions of called-interactively-p identically, depending on
3891 the subroutine's argument signature.
3892 (allout-back-to-current-heading, allout-beginning-of-current-entry):
3893 Use `(interactive "p")' instead of `(called-interactively-p)'.
3894
3895 * allout.el (allout-init, allout-ascend, allout-end-of-level)
3896 (allout-previous-visible-heading, allout-forward-current-level)
3897 (allout-backward-current-level, allout-show-children):
3898 Use `allout-called-interactively-p' instead of `called-interactively-p'.
3899
3900 * allout.el (allout-before-change-handler):
3901 Exempt edits to the (overlaid) character after the allout outline
3902 bullet from edit confirmation prompt.
3903
3904 * allout.el (allout-add-resumptions):
3905 Ensure that it respects correct buffer for keybindings.
3906
3907 * allout.el (allout-beginning-of-line):
3908 Use `allout-previous-single-char-property-change' alias for the sake of
3909 diverse compatibility.
3910
3911 * allout.el (allout-end-of-line):
3912 Use `allout-mark-active-p' to encapsulate respect for mark activity.
3913
3914 2010-11-13 Chong Yidong <cyd@stupidchicken.com>
3915
3916 * frame.el (frame-notice-user-settings): Don't clobber other
3917 user-set parameters when calling face-set-after-frame-default in
3918 response to background-color parameter (Bug#7373).
3919
3920 2010-11-13 Eli Zaretskii <eliz@gnu.org>
3921
3922 * international/characters.el (glyphless-char-display-control):
3923 Rename from glyphless-char-control; all users changed. Doc fix.
3924 Signal an error if display method is not one of the recognized
3925 symbols.
3926
3927 2010-11-13 Michael Albinus <michael.albinus@gmx.de>
3928
3929 * net/tramp-compat.el (tramp-compat-line-beginning-position)
3930 (tramp-compat-line-end-position): Remove them.
3931
3932 * net/tramp.el (tramp-parse-rhosts-group)
3933 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
3934 (tramp-parse-hosts-group, tramp-parse-passwd-group)
3935 (tramp-parse-netrc-group, tramp-parse-putty-group)
3936 * net/tramp-cmds.el (tramp-append-tramp-buffers)
3937 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
3938 (tramp-sh-handle-file-selinux-context)
3939 (tramp-sh-handle-file-name-all-completions)
3940 (tramp-sh-handle-insert-directory)
3941 (tramp-sh-handle-expand-file-name, tramp-find-executable)
3942 (tramp-wait-for-output, tramp-send-command-and-read)
3943 * net/tramp-smb.el (tramp-smb-read-file-entry)
3944 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
3945
3946 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
3947 `point-at-bol'.
3948 (tramp-remote-coding-commands): Add an alternative using "base64
3949 -d -i". This is needed for older base64 versions from GNU
3950 coreutils. Reported by Klaus Reichl
3951 <Klaus.Reichl@thalesgroup.com>.
3952
3953 2010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
3954
3955 * simple.el (count-words-region): New function.
3956
3957 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3958
3959 * shell.el (shell-dir-cookie-re): New custom variable.
3960 (shell-dir-cookie-watcher): New function.
3961
3962 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
3963 and compilation-mode (bug#7350).
3964
3965 * vc/smerge-mode.el (smerge-refine): Choose better default part to
3966 highlight when one of them is empty.
3967
3968 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
3969 trailing space.
3970 (skeleton-newline): New function.
3971 (skeleton-internal-1): Use it.
3972
3973 * simple.el (open-line): `newline' may strip trailing space.
3974
3975 2010-11-12 Kevin Ryde <user42@zip.com.au>
3976
3977 * international/mule-cmds.el (princ-list): Use mapc.
3978
3979 2010-11-12 Glenn Morris <rgm@gnu.org>
3980
3981 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
3982 Use it to replace all instances of "*Compile-Log*"
3983
3984 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3985
3986 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
3987 indentation specs.
3988
3989 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3990
3991 * progmodes/modula2.el: Use SMIE and skeleton.
3992 (m2-mode-syntax-table): (*..*) can be nested.
3993 Add //...\n. Fix paren syntax.
3994 (m2-mode-map): Remove LF and TAB bindings.
3995 (m2-indent): Add safety property.
3996 (m2-smie-grammar): New var.
3997 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
3998 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
3999 (m2-mode): Use define-derived-mode.
4000 (m2-newline, m2-tab): Remove.
4001 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
4002 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
4003 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
4004 (m2-import): Use define-skeleton.
4005
4006 2010-11-11 Glenn Morris <rgm@gnu.org>
4007
4008 * obsolete/lucid.el: Don't warn about any CL functions in this file.
4009
4010 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
4011 (ls-lisp-verbosity): Add custom :set-after property.
4012 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
4013 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
4014 (ls-lisp-insert-directory): Update caller.
4015 (ls-lisp-set-options): New function.
4016 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
4017 Doc fix.
4018
4019 * play/landmark.el (lm-prompt-for-move):
4020 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
4021
4022 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
4023
4024 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
4025 (idlwave-study-twins): Prefix dynamic local variable `name'.
4026 (idlwave-routine-twin-compare): Update for above change.
4027
4028 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
4029 Prefix dynamic local variables `name', `kwd', and `link'.
4030 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
4031 * progmodes/idlw-complete-structtag.el
4032 (idlwave-complete-structure-tag-help):
4033 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
4034 (idlwave-complete-sysvar-tag-help)
4035 (idlwave-complete-class-structure-tag-help):
4036 Update for above name changes.
4037
4038 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4039
4040 * net/browse-url.el (browse-url-browser-function): Change the
4041 default to use `browse-url-mail' on mailto: URLs.
4042
4043 2010-11-10 Chong Yidong <cyd@stupidchicken.com>
4044
4045 * emacs-lisp/package.el (package-read-all-archive-contents):
4046 Reset package-archive-contents to nil before re-reading.
4047
4048 2010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
4049
4050 * textmodes/flyspell.el (flyspell-word): Do not re-check words
4051 already found as misspellings by (flyspell-large-region), just
4052 do highlighting (bug#7322).
4053
4054 2010-11-10 Glenn Morris <rgm@gnu.org>
4055
4056 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
4057
4058 * emulation/edt.el (edt-with-position): New macro.
4059 (edt-find-forward, edt-find-backward, edt-find-next-forward)
4060 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
4061 (edt-paragraph-forward, edt-paragraph-backward): Use it.
4062
4063 * emulation/tpu-extras.el (tpu-with-position): New macro.
4064 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
4065
4066 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
4067
4068 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
4069 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
4070 (texinfo-master-menu, texinfo-insert-node-lines)
4071 (texinfo-multiple-files-update):
4072 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
4073 Use line-beginning-position.
4074
4075 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
4076 No recent Emacs supports system-type `emx'.
4077
4078 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
4079 (ada-command-separator, ada-default-prj-properties)
4080 (ada-find-any-references): Update for above name change.
4081
4082 * dirtrack.el (dirtrack-directory-function)
4083 (dirtrack-canonicalize-function):
4084 * filecache.el (file-cache-completion-ignore-case)
4085 (file-cache-case-fold-search, file-cache-ignore-case):
4086 * term.el (serial-port-is-file-p): Cosmetic change.
4087
4088 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
4089 Remove non-existent `windows-95' system-type.
4090 * dired.el (dired-chown-program): Remove non-existent `linux'
4091 system-type.
4092
4093 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
4094 (ping-program-options): Remove non-existent `linux' system-type.
4095
4096 * startup.el (package-initialize): Update declaration.
4097
4098 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
4099 (ls-lisp-handle-switches): Use time-less-p.
4100 (ls-lisp-format-time): Use float-time.
4101
4102 * textmodes/remember.el (remember-time-to-seconds): Remove.
4103 (remember-store-in-mailbox): Use float-time.
4104
4105 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
4106
4107 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
4108 never a real function.
4109 (with-no-warnings): Remove compat stub, now unused.
4110 (time-less-p): Doc fix.
4111 (time-to-number-of-days): Simplify.
4112
4113 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
4114 Remove.
4115 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
4116 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
4117 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
4118 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
4119 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
4120
4121 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
4122 (eshell-shuffle-files, eshell-shorthand-tar-command)
4123 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
4124 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
4125 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
4126 Prefix dynamic local variable `matches'.
4127
4128 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
4129 Prefix dynamic local variable `skeleton'.
4130
4131 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4132
4133 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
4134 in mail buffer; make yank-action always a command that yanks original
4135 buffer.
4136
4137 2010-11-09 Glenn Morris <rgm@gnu.org>
4138
4139 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
4140
4141 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4142
4143 * minibuffer.el (minibuffer-completion-help): Specify the end of the
4144 completion field (bug#7211).
4145
4146 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
4147 Fix handling of backslash escapes.
4148 (python-quote-syntax): Adjust accordingly.
4149
4150 2010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
4151
4152 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
4153 (vc-mtn-workfile-branch): Adjust to new output format.
4154
4155 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4156
4157 * international/mule-cmds.el (princ-list): Mark as obsolete.
4158
4159 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4160
4161 * emacs-lisp/smie.el: New package.
4162
4163 2010-11-09 Michael Albinus <michael.albinus@gmx.de>
4164
4165 * files.el (backup-by-copying-when-mismatch):
4166 Set `permanent-local' property.
4167
4168 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
4169 `permanent-local' property for `backup-by-copying-when-mismatch'.
4170
4171 2010-11-09 Eli Zaretskii <eliz@gnu.org>
4172
4173 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
4174
4175 2010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
4176
4177 * progmodes/verilog-mode.el (verilog-insert-one-definition)
4178 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
4179 AUTOINOUT for SV style multidimensional arrays, bug294.
4180 Reported by Eric Mastromarchi.
4181 (verilog-preprocess): Use with-current-buffer and
4182 font-lock-fontify-buffer to cleanup style issues.
4183
4184 2010-11-09 Glenn Morris <rgm@gnu.org>
4185
4186 * locate.el (locate, locate-mode): Doc fixes.
4187
4188 2010-11-09 Chong Yidong <cyd@stupidchicken.com>
4189
4190 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
4191 user for confirmation.
4192 (server-force-stop): Use it.
4193 (server-start): Use server-force-stop for kill-emacs-hook, to
4194 avoid user interaction while killing Emacs.
4195
4196 2010-11-09 Glenn Morris <rgm@gnu.org>
4197
4198 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
4199 (meta-indent-line): Simplify.
4200
4201 * vc/emerge.el (emerge-line-number-in-buf):
4202 * textmodes/ispell.el (ispell-region):
4203 * textmodes/fill.el (current-fill-column):
4204 * progmodes/xscheme.el (xscheme-send-current-line):
4205 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
4206 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
4207 * progmodes/sh-script.el (sh-handle-prev-do):
4208 * progmodes/meta-mode.el (meta-indent-line):
4209 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
4210 (idlwave-in-quote):
4211 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
4212 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
4213 * progmodes/fortran.el (fortran-looking-at-if-then):
4214 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
4215 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
4216 (cperl-find-pods-heres):
4217 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
4218 * net/quickurl.el (quickurl-list-insert):
4219 * net/ldap.el (ldap-search-internal):
4220 * net/eudc.el (eudc-expand-inline):
4221 * mail/sendmail.el (sendmail-send-it):
4222 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
4223 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
4224 (viper-brac-function):
4225 * calc/calc-yank.el (calc-do-grab-region):
4226 * calc/calc-keypd.el (calc-keypad-press):
4227 * term.el (term-move-columns, term-insert-spaces):
4228 * speedbar.el (speedbar-highlight-one-tag-line):
4229 * simple.el (current-word):
4230 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4231 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
4232 (Info-scroll-down):
4233 * hippie-exp.el (he-line-beg):
4234 * epa.el (epa--marked-keys):
4235 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
4236 (dired-update-file-line, dired-add-entry, dired-remove-entry)
4237 (dired-relist-entry):
4238 * buff-menu.el (Buffer-menu-buffer):
4239 * array.el (current-line):
4240 * allout.el (allout-resolve-xref)
4241 (allout-latex-verbatim-quote-curr-line):
4242 Replace yet more uses of end-of-line etc with line-end-position, etc.
4243
4244 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4245
4246 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
4247 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
4248 (checkdoc-syntax-table): Initialize in the declaration.
4249 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
4250 the mode on unconditionally.
4251
4252 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
4253 (extent-end-position, extent-start-position): Remove setf method for
4254 non-existing functions (bug#7319).
4255
4256 2010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4257
4258 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
4259 (smie-precs->prec2): Rename from smie-precs-precedence-table.
4260 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
4261 (smie-prec2->grammar): Rename from smie-prec2-levels.
4262 (smie-grammar): Rename from smie-op-levels.
4263 (smie-indent--hanging-p): Rename from smie-hanging-p.
4264 (smie-rule-hanging-p): New alias.
4265 (smie-indent--bolp): Rename from smie-bolp.
4266 (smie-indent--hanging-p): New alias.
4267 (smie--token): New dynamically bound variable.
4268 (smie-indent--parent): New function.
4269 (smie-rule-parent-p): Use it; rename from smie-parent-p.
4270 (smie-rule-next-p): Rename from smie-next-p.
4271 (smie-rule-prev-p): Rename from smie-prev-p.
4272 (smie-rule-sibling-p, smie-rule-parent)
4273 (smie-indent--separator-outdent, smie-rule-separator): New functions.
4274 (smie-rule-separator-outdent): New var.
4275 (smie-indent--rule): Merge with smie-indent--column.
4276 (smie-indent-forward-token, smie-indent-backward-token):
4277 Also recognize close parens.
4278 (smie-indent-keyword): Don't use smie-indent--column any more.
4279 (smie-indent-after-keyword): Ignore closers by default.
4280 (smie-indent-line): Use with-demoted-errors.
4281 * progmodes/octave-mod.el (octave-smie-grammar):
4282 Rename from octave-smie-op-levels.
4283 (octave-smie-rules): Adjust to new behavior.
4284 * progmodes/prolog.el (prolog-smie-grammar):
4285 Rename from prolog-smie-op-levels.
4286
4287 2010-11-07 Glenn Morris <rgm@gnu.org>
4288
4289 * eshell/esh-util.el (subst-char-in-string)
4290 (directory-files-and-attributes): These compatibility definitions are
4291 not needed on any version of Emacs since at least 21.4.
4292
4293 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
4294 (verilog-get-end-of-line): Remove.
4295 (verilog-within-string, verilog-re-search-forward-substr)
4296 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
4297 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
4298 Use point-at-bol, point-at-eol.
4299 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
4300 Remove.
4301 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
4302 (electric-pascal-terminate-line, pascal-set-auto-comments)
4303 (pascal-indent-paramlist, pascal-indent-declaration)
4304 (pascal-get-lineup-indent, pascal-func-completion)
4305 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
4306 Use point-at-bol, point-at-eol.
4307 * progmodes/flymake.el (flymake-line-beginning-position)
4308 (flymake-line-end-position): Remove.
4309 (flymake-highlight-line): Use point-at-bol, point-at-eol.
4310 * eshell/esh-util.el (line-end-position, line-beginning-position):
4311 Remove compat definitions.
4312
4313 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4314 Use end-of-line N.
4315 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
4316 Use line-end-position.
4317
4318 * emacs-lisp/chart.el (chart-zap-chars):
4319 * play/decipher.el (decipher-set-map):
4320 * progmodes/ada-mode.el (ada-get-current-indent)
4321 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
4322 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
4323 * progmodes/ada-xref.el (ada-initialize-runtime-library)
4324 (ada-get-all-references):
4325 * progmodes/cperl-mode.el (cperl-electric-paren)
4326 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
4327 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
4328 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
4329 (cperl-word-at-point-hard):
4330 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
4331 (idlwave-shell-filename-string, idlwave-shell-batch-command)
4332 (idlwave-shell-display-line):
4333 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
4334 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
4335 * progmodes/js.el (js--re-search-forward-inner)
4336 (js--re-search-backward-inner):
4337 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
4338 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
4339 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
4340 * textmodes/flyspell.el (flyspell-process-localwords):
4341 * textmodes/ispell.el (ispell-buffer-local-parsing)
4342 (ispell-buffer-local-dict, ispell-buffer-local-words):
4343 Use point-at-bol and point-at-eol.
4344
4345 * speedbar.el (speedbar-generic-item-info)
4346 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
4347 (speedbar-add-indicator, speedbar-check-vc-this-line)
4348 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
4349 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
4350 Replace more uses of end-of-line etc with line-end-position.
4351
4352 2010-11-06 Glenn Morris <rgm@gnu.org>
4353
4354 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
4355 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
4356 (texinfo-delete-existing-pointers, texinfo-find-pointer)
4357 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
4358 (texinfo-multiple-files-update):
4359 * textmodes/table.el (table--probe-cell-left-up)
4360 (table--probe-cell-right-bottom):
4361 * textmodes/picture.el (picture-tab-search):
4362 * textmodes/page-ext.el (pages-copy-header-and-position)
4363 (pages-directory-for-addresses):
4364 * progmodes/vera-mode.el (vera-get-offset):
4365 * progmodes/simula.el (simula-calculate-indent):
4366 * progmodes/python.el (python-pdbtrack-overlay-arrow):
4367 * progmodes/prolog.el (end-of-prolog-clause):
4368 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
4369 * progmodes/icon.el (indent-icon-exp):
4370 * progmodes/etags.el (tag-re-match-p):
4371 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
4372 * progmodes/ebnf2ps.el (ebnf-begin-file):
4373 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
4374 (dcl-save-local-variable):
4375 * play/life.el (life-setup):
4376 * play/gametree.el (gametree-looking-at-ply):
4377 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4378 * mail/sendmail.el (mail-mode-auto-fill):
4379 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4380 * emacs-lisp/edebug.el (edebug-overlay-arrow):
4381 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
4382 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
4383 (woman-tab-to-tab-stop, WoMan-warn-ignored):
4384 * type-break.el (type-break-file-keystroke-count):
4385 * term.el (term-replace-by-expanded-history-before-point)
4386 (term-skip-prompt, term-extract-string):
4387 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
4388 (speedbar-contract-line, speedbar-toggle-line-expansion)
4389 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
4390 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
4391 * sort.el (sort-skip-fields):
4392 * skeleton.el (skeleton-internal-list):
4393 * simple.el (line-move-finish, line-move-to-column):
4394 * shell.el (shell-forward-command):
4395 * misc.el (copy-from-above-command):
4396 * makesum.el (double-column):
4397 * ebuff-menu.el (electric-buffer-update-highlight):
4398 * dired.el (dired-move-to-end-of-filename):
4399 * dframe.el (dframe-popup-kludge):
4400 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
4401 * arc-mode.el (archive-get-lineno):
4402 Use line-end-position and line-beginning-position.
4403
4404 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
4405 (idlwave-study-twins): Prefix dynamic local `class'.
4406 (idlwave-routine-twin-compare): Update for above name change.
4407
4408 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
4409 Use boundp tests to silence compiler. Update for changed name of
4410 bytecomp-filename variable.
4411
4412 * emulation/viper-cmd.el (viper-read-string-with-history):
4413 Prefix dynamic local `initial'.
4414 (viper-minibuffer-standard-hook): Update for above name change.
4415
4416 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
4417 (elint-init-form): Update for above name change.
4418
4419 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
4420 local variables `cbeg' and `cend' a prefix.
4421 (mail-extr-voodoo): Update for above name change.
4422
4423 * textmodes/reftex-toc.el (reftex-toc-do-promote)
4424 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
4425 (reftex-toc-promote-action): Doc fix.
4426
4427 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
4428 `prompt', `data' a prefix.
4429 (reftex-select-post-command-hook, reftex-select-callback)
4430 (reftex-select-mouse-accept, reftex-select-read-cite):
4431 Update for above name changes.
4432
4433 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
4434 `refstyle' to reftex-refstyle.
4435 (reftex-offer-label-menu): Update for above name change.
4436 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
4437 `refstyle' name change.
4438
4439 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
4440 with with-current-buffer.
4441 (diff, template): Give dynamic local variables a prefix.
4442 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
4443 (emerge-line-number-in-buf): Update for above name change.
4444 (emerge-combine-versions-internal): Rename local `template' to
4445 emerge-combine-template.
4446 (emerge-combine-versions-edit): Update for above name change.
4447
4448 2010-11-06 Ralf Angeli <angeli@caeruleus.net>
4449
4450 * textmodes/reftex-cite.el
4451 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
4452 entries with whitespace after \bibitem.
4453 (reftex-create-bibtex-file): Match entries containing numbers and
4454 symbol constituents. Make sure that entries with whitespace at
4455 various places are found.
4456
4457 2010-11-05 Christian Millour <cm@abtela.com> (tiny change)
4458
4459 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
4460
4461 2010-11-05 Jan Djärv <jan.h.d@swipnet.se>
4462
4463 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
4464
4465 2010-11-05 Glenn Morris <rgm@gnu.org>
4466
4467 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
4468 (woman2-roff-buffer): Give local variable `request' a prefix.
4469 (woman0-macro): Rename argument `request' in the same way.
4470 (woman-request): New name for `request' dynamic variable.
4471 (woman-unquote, woman-forward-arg): Update for above name change.
4472 (woman1-roff-buffer): Give local variable `unquote' a prefix.
4473 (woman1-unquote): New name for `unquote' dynamic variable.
4474 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
4475 (woman-translations): Rename from `translations'. No longer global.
4476 (woman2-tr, woman-translate): Update for above name change.
4477 (woman-translate): Check for bound variable.
4478 (woman2-roff-buffer): Give local variable `translations' a prefix.
4479
4480 * play/doctor.el: Give all local variables a prefix. Update callers.
4481 (doc$, doctor-put-meaning): Use backquote.
4482
4483 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
4484 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
4485
4486 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
4487 variables bytes, ptr, op a prefix.
4488 (disassemble-offset): Update for above change.
4489
4490 2010-11-03 Chong Yidong <cyd@stupidchicken.com>
4491
4492 * emacs-lisp/package.el (package-unpack): Remove no-op.
4493 (package--builtins, package--dir): Doc fix.
4494 (package-activate-1, package-activate, package-install)
4495 (package-compute-transaction): Fix error message.
4496 (package-delete): Use delete-directory. Omit system packages.
4497 (package-initialize): Set package-alist to nil first.
4498 (package-menu-mark-delete, package-menu-mark-install): Don't add
4499 symbols that are inconsistent with the package state.
4500 (package-menu-execute): Perform deletions and installations as
4501 single batch operations.
4502
4503 2010-11-03 Glenn Morris <rgm@gnu.org>
4504
4505 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
4506 (props): Remove unnecessary declaration.
4507
4508 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
4509 set-process-query-on-exit-flag.
4510
4511 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
4512 (reftex-toc-do-promote): Remove unused local `mpos'.
4513 (reftex-toc-restore-region): Make `mpos' local to this function.
4514
4515 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
4516
4517 * play/landmark.el (lm-losing-threshold): Correct spelling.
4518 (lm-human-plays): Use new name.
4519
4520 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
4521 (gomoku-human-plays): Use new name.
4522
4523 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
4524 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
4525 (gomoku-score-trans-table, gomoku-winning-threshold)
4526 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
4527
4528 2010-11-03 Chong Yidong <cyd@stupidchicken.com>
4529
4530 * emacs-lisp/package.el: Don't put built-in packages in
4531 package-alist, to avoid loading inefficiencies.
4532 (package-built-in-p): Make VERSION optional, and treat it as a
4533 minimum acceptable version.
4534 (package-activate): Search separately for built-in packages.
4535 Emit a warning if a dependency fails.
4536 (define-package): Handle most common case, where there is no
4537 obsolete package, first.
4538 (package-compute-transaction): Print required version in error.
4539 (package--initialized): New variable.
4540 (list-packages): Use it.
4541 (package-initialize): Optional arg NO-ACTIVATE. Don't put
4542 built-in packages in packages-alist; keep it separate.
4543 Set package--initialized.
4544 (describe-package): Avoid activating packages as a side-effect.
4545 Search separately for built-in packages.
4546 (describe-package-1): Handle the case where an elpa package is
4547 simultaneously built-in and available/installed.
4548 (package-installed-p, package--generate-package-list):
4549 Search separately for built-in packages.
4550 (package-load-descriptor): Doc fix.
4551
4552 2010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4553
4554 * progmodes/perl-mode.el (perl-syntax-propertize-function):
4555 Handle __DATA__ and __END__.
4556
4557 2010-11-02 Noah Friedman <friedman@splode.com>
4558
4559 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
4560 nil, do not ask to recompile files that are not already compiled,
4561 and do not recompile them.
4562
4563 2010-11-02 Chong Yidong <cyd@stupidchicken.com>
4564
4565 * emacs-lisp/package.el (package-initialize): Ensure that
4566 obsoleted built-in packages are not in package-activated-list
4567 during activation.
4568 (describe-package-1): Make the "installed" status override
4569 "built-in".
4570
4571 2010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4572
4573 * subr.el (version-separator, version-regexp-alist): Remove '*'
4574 from docstring.
4575 (version-list-<=, version<=, version=): Doc fix.
4576
4577 2010-11-01 Kenichi Handa <handa@m17n.org>
4578
4579 * faces.el (glyphless-char): Inherit underline for tty.
4580
4581 2010-11-01 Kenichi Handa <handa@m17n.org>
4582
4583 Implement various display methods for glyphless characters.
4584
4585 * international/characters.el (char-acronym-table): New variable.
4586 (glyphless-char-control): New variable.
4587 (update-glyphless-char-display): New function.
4588
4589 * faces.el (glyphless-char): New face.
4590
4591 2010-11-01 Glenn Morris <rgm@gnu.org>
4592
4593 * calendar/holidays.el (general-holidays, oriental-holidays)
4594 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
4595 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
4596 the definitions of their targets.
4597
4598 * emacs-lisp/smie.el (smie): New custom group.
4599 (smie-blink-matching-inners, smie-indent-basic): Add :group.
4600
4601 * faces.el (xw-defined-colors, x-setup-function-keys):
4602 * mouse-sel.el (x-select-text):
4603 * term/w32console.el (x-setup-function-keys): Update declarations.
4604
4605 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
4606
4607 * textmodes/ispell.el (comment-add): Declare.
4608
4609 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
4610 Declare.
4611
4612 * info.el (finder-keywords-hash, package-alist): Declare.
4613
4614 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
4615
4616 * finder.el (finder-compile-keywords): Don't use intern-soft,
4617 since package names may not yet exist in the obarray.
4618
4619 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
4620
4621 * vc/vc-arch.el (vc-arch-checkin):
4622 * vc/vc-cvs.el (vc-cvs-checkin):
4623 * vc/vc-mtn.el (vc-mtn-checkin):
4624 * vc/vc-rcs.el (vc-rcs-checkin):
4625 * vc/vc-sccs.el (vc-sccs-checkin):
4626 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
4627 since 2010-04-21 commit by Stefan Monnier.
4628
4629 2010-11-01 Glenn Morris <rgm@gnu.org>
4630
4631 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
4632
4633 * startup.el (package-enable-at-startup, package-initialize):
4634 Silence compiler.
4635
4636 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
4637 Silence compiler.
4638
4639 2010-10-31 Julien Danjou <julien@danjou.info>
4640
4641 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
4642 (byte-recompile-directory):
4643 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
4644 Use `byte-recompile-file'.
4645
4646 2010-10-31 Glenn Morris <rgm@gnu.org>
4647
4648 * cus-start.el: Handle standard values via a keyword.
4649 Only set version property if specified.
4650 (cursor-in-non-selected-windows, menu-bar-mode)
4651 (tool-bar-mode, show-trailing-whitespace):
4652 Do not specify standard values.
4653 (transient-mark-mode, temporary-file-directory): Use :standard.
4654
4655 2010-10-31 Jan Djärv <jan.h.d@swipnet.se>
4656
4657 * term/x-win.el (x-get-selection-value): New function that gets
4658 PRIMARY with type as specified in x-select-request-type. (Bug#6802)
4659
4660 2010-10-31 Michael Albinus <michael.albinus@gmx.de>
4661
4662 * net/tramp.el (tramp-handle-insert-file-contents): For root,
4663 preserve owner and group when editing files. (Bug#7289)
4664
4665 2010-10-31 Glenn Morris <rgm@gnu.org>
4666
4667 * speedbar.el (speedbar-mode):
4668 * play/fortune.el (fortune-in-buffer, fortune):
4669 * play/gomoku.el (gomoku-mode):
4670 * play/landmark.el (lm-mode):
4671 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
4672 Replace inappropriate uses of toggle-read-only. (Bug#7292)
4673
4674 * select.el (x-selection): Mark it as an obsolete alias.
4675
4676 2010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
4677
4678 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
4679 major-mode (bug#7284).
4680
4681 2010-10-31 Glenn Morris <rgm@gnu.org>
4682
4683 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
4684 rather than just an unused variable that inherits from the real one.
4685
4686 2010-10-31 Alan Mackenzie <acm@muc.de>
4687
4688 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
4689 This fixes bug #7185.
4690
4691 2010-10-30 Chong Yidong <cyd@stupidchicken.com>
4692
4693 * startup.el (command-line): Search for package directories, and
4694 don't load package.el if none are found.
4695
4696 * emacs-lisp/package.el (describe-package, list-packages):
4697 Call package-initialize if it has not been called yet.
4698
4699 2010-10-30 Alan Mackenzie <acm@muc.de>
4700
4701 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
4702 which fontifies the tail of an enum.
4703 (c-basic-matchers-after): Insert a call to the above new function.
4704 This fixes bug #7264.
4705
4706 2010-10-30 Glenn Morris <rgm@gnu.org>
4707
4708 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
4709 tool-bar-mode, transient-mark-mode. (Bug#7306)
4710 Include the :set property in the dumped Emacs.
4711
4712 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4713
4714 SMIE: change indent rules format, improve smie-setup.
4715 * emacs-lisp/smie.el (smie-precs-precedence-table)
4716 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
4717 Mark them pure so the tables gets built at compile time.
4718 (smie-bnf-precedence-table): Store the closer-alist in the table.
4719 (smie-prec2-levels): Preserve the closer-alist.
4720 (smie-blink-matching-open): Be more forgiving in case of indentation.
4721 (smie-hanging-p): Rename from smie-indent--hanging-p.
4722 (smie-bolp): Rename from smie-indent--bolp.
4723 (smie--parent, smie--after): New dynamic vars.
4724 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
4725 (smie-indent-rules): Remove.
4726 (smie-indent--offset-rule): Remove fun.
4727 (smie-rules-function): New var.
4728 (smie-indent--rule): New fun.
4729 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
4730 (smie-indent-exps): Use it.
4731 (smie-setup): Setup paren blinking; add keyword args for token
4732 functions; extract closer-alist from op-levels.
4733 (smie-indent-debug-log): Remove var.
4734 (smie-indent-debug): Remove fun.
4735 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
4736 (prolog-smie-rules): New fun to replace it.
4737 (prolog-mode-variables): Simplify.
4738 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
4739 it's setup automatically.
4740 (octave-smie-indent-rules): Remove.
4741 (octave-smie-rules): New fun to replace it.
4742 (octave-mode): Simplify.
4743
4744 2010-10-29 Glenn Morris <rgm@gnu.org>
4745
4746 * files.el (temporary-file-directory): Remove (already defined in C).
4747 * cus-start.el: Add temporary-file-directory.
4748
4749 * abbrev.el (abbrev-mode):
4750 * composite.el (auto-composition-mode):
4751 * menu-bar.el (menu-bar-mode):
4752 * simple.el (transient-mark-mode):
4753 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
4754 that they do not define the associated variables twice.
4755 * simple.el (transient-mark-mode): Remove defvar.
4756 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
4757 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
4758 Handle multiple groups, and also custom-delayed-init-variables.
4759 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
4760
4761 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4762
4763 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
4764 (pcase-if): Add one minor optimization.
4765 (pcase-split-equal): Rename from pcase-split-eq.
4766 (pcase-split-member): Rename from pcase-split-memq.
4767 (pcase-u1): Add strings to the member optimization.
4768 Add `guard' variant of predicates.
4769 (pcase-q1): Add string patterns.
4770
4771 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4772
4773 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
4774
4775 2010-10-28 Glenn Morris <rgm@gnu.org>
4776
4777 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
4778 Move menu-bar related settings to ../menu-bar.el.
4779 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
4780 Move ns-specific settings here from term/ns-win.el.
4781
4782 * simple.el (x-selection-owner-p): Remove unused declaration.
4783
4784 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4785
4786 * minibuffer.el (completion-cycling): New var (bug#7266).
4787 (minibuffer-complete, completion--do-completion):
4788 Use completion--flush-all-sorted-completions.
4789 (minibuffer-complete): Only cycle if completion-cycling is set.
4790 (completion--flush-all-sorted-completions): Unset completion-cycling.
4791 (minibuffer-force-complete): Set completion-cycling.
4792 (completion-all-sorted-completions): Move declaration before first use.
4793
4794 2010-10-28 Leo <sdl.web@gmail.com>
4795
4796 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
4797 which changes the order of matches seen by users (bug#7231).
4798
4799 2010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
4800
4801 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4802 Don't confuse -omega as "-o mega".
4803
4804 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
4805
4806 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
4807 (log-edit-author): New dynamic var.
4808 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
4809 to return the author if different from committer.
4810 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
4811
4812 * play/landmark.el: Adjust commenting convention.
4813 (lm-nil-score): Rename from nil-score.
4814 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
4815 (OOOOscore): Move into a let in lm-score-trans-table.
4816 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
4817
4818 * electric.el (electric-indent-chars): Autoload.
4819 * progmodes/octave-mod.el (octave-mode):
4820 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
4821 (ruby-mode-abbrev-table): Merge initialization and declaration.
4822
4823 2010-10-27 Glenn Morris <rgm@gnu.org>
4824
4825 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
4826 variable.
4827
4828 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
4829
4830 * term/ns-win.el: Restore require of cl when compiling.
4831 (menu-bar-final-items): Remove non-existent `windows' menu.
4832 (ns-handle-nxopen): Optionally handle the temp-case.
4833 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
4834 (ns-insert-file, ns-find-file): Use `pop'.
4835
4836 2010-10-26 Glenn Morris <rgm@gnu.org>
4837
4838 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
4839
4840 2010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
4841
4842 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
4843 global map.
4844 * term/common-win.el (x-setup-function-keys): Remove most of the
4845 keymappings. Comment on the remaining ones.
4846
4847 2010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
4848
4849 * server.el (server-port): New option. (Bug#854)
4850 (server-start): Use server-port.
4851
4852 2010-10-26 Glenn Morris <rgm@gnu.org>
4853
4854 * term/ns-win.el (ns-version-string): Remove unused declaration.
4855 (ns-invocation-args): Change to x-invocation-args.
4856 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
4857 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
4858 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
4859 Use x-invocation-args instead of ns-invocation-args.
4860 (ns-initialize-window-system, handle-args-function-alist):
4861 Use x-handle-args instead of ns-handle-args.
4862 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
4863 * startup.el (command-line-ns-option-alist): Replace
4864 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
4865 ns-handle-iconic with the x- equivalents.
4866
4867 * term/common-win.el (x-select-enable-clipboard):
4868 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
4869
4870 * term/ns-win.el: No need to require cl when compiling.
4871 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
4872 (xw-defined-colors): Use the common-win definitions.
4873 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
4874 (ns-handle-iconic): Make it an alias for x-handle-iconic.
4875 * term/common-win.el (x-select-text, x-alternatives-map)
4876 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
4877 * loadup.el [ns]: Load common-win.
4878
4879 2010-10-26 Daiki Ueno <ueno@unixuser.org>
4880
4881 * epa-mail.el (epa-mail-encrypt): Handle local-part only
4882 recipients; expand mail aliases (Bug#7280).
4883
4884 2010-10-25 Glenn Morris <rgm@gnu.org>
4885
4886 * term/common-win.el (x-handle-switch): Simplify with pop.
4887 Optionally handle numeric switches.
4888 (x-handle-numeric-switch): Just call x-handle-switch.
4889 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
4890 (x-handle-name-switch, x-handle-display, x-handle-args):
4891 Simplify with pop.
4892
4893 * term/ns-win.el: Do not require easymenu.
4894 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
4895 <spell>: Move adjustments to menu-bar.el.
4896 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
4897 <separator-undo, spell>: Move ns-win's adjustments here.
4898 * loadup.el [ns]: Do not load easymenu.
4899
4900 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
4901
4902 * image.el (image-checkbox-checked, image-checkbox-unchecked):
4903 Delete (Bug#7222).
4904
4905 * startup.el (fancy-startup-tail): Instead of using inline images,
4906 refer to image files from etc/.
4907
4908 * wid-edit.el (checkbox): Likewise.
4909 (widget-image-find): Center image specs.
4910
4911 2010-10-24 Glenn Morris <rgm@gnu.org>
4912
4913 * term/ns-win.el (x-select-text): Doc fix.
4914 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
4915 (x-select-text): Move to term/common-win.
4916 * term/w32-win.el (xw-defined-colors): Move to common-win.
4917 * term/x-win.el (xw-defined-colors, x-alternatives-map)
4918 (x-setup-function-keys, x-select-text): Move to common-win.
4919 * term/common-win.el (x-select-text, x-alternatives-map)
4920 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
4921 definitions here.
4922
4923 2010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
4924
4925 * net/mairix.el (mairix-searches-mode-map):
4926 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
4927
4928 2010-10-24 Michael McNamara <mac@mail.brushroad.com>
4929
4930 * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
4931 auto-built for efficiency of execution and updating.
4932 (verilog-extended-complete-re): Support 'pure' fucntion & task
4933 declarations (these have no bodies).
4934 (verilog-beg-of-statement): General cleanup to enable support of
4935 'pure' fucntion & task declarations (these have no bodies).
4936 These efforts together fix Verilog bug210 from veripool; which was also
4937 noticed by Steve Pearlmutter.
4938 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
4939 (verilog-directive-nest-re, verilog-set-auto-endcomments):
4940 Support `elsif. Reported by Shankar Giri.
4941 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
4942 attribute handling for lining up declarations and assignments.
4943 (verilog-beg-of-statement-1): Fix issue where continued declaration
4944 is indented differently if it is after a begin..end clock.
4945 (verilog-in-attribute-p, verilog-skip-backward-comments)
4946 (verilog-skip-forward-comment-p): Support proper treatment of
4947 attributes by indent code. Reported by Jeff Steele.
4948 (verilog-in-directive-p): Fix comment to correctly describe function.
4949 (verilog-backward-up-list, verilog-in-struct-region-p)
4950 (verilog-backward-token, verilog-in-struct-p)
4951 (verilog-in-coverage-p, verilog-do-indent)
4952 (verilog-pretty-declarations): Use verilog-backward-up-list as
4953 wrapper around backward-up-list inorder to properly skip comments.
4954 Reported by David Rogoff.
4955 (verilog-property-re, verilog-endcomment-reason-re)
4956 (verilog-beg-of-statement, verilog-set-auto-endcomments)
4957 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
4958 of if). Reported by Max Bjurling and
4959 (verilog-calc-1): Fix for clocking block in modport
4960 declaration. Reported by Brian Hunter.
4961
4962 2010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
4963
4964 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
4965 (verilog-gate-keywords, verilog-read-sub-decls)
4966 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
4967 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
4968 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
4969 (verilog-read-decls): Fix spaces in V2K module parameters causing
4970 mis-identification as interfaces, bug287.
4971 (verilog-read-decls): Fix not treating "parameter string" as a
4972 parameter in AUTOINSTPARAM.
4973 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
4974 treating `elsif similar to `endif inside AUTOSENSE.
4975 (verilog-do-indent): Implement correct automatic or static task or
4976 function end comment highlight. Reported by Steve Pearlmutter.
4977 (verilog-font-lock-keywords-2): Fix highlighting of single
4978 character pins, bug264. Reported by Michael Laajanen.
4979 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
4980 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
4981 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
4982 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
4983 (verilog-pretty-expr): Fix interactive arguments, bug272.
4984 Reported by Mark Johnson.
4985 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
4986 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
4987 bug269. Suggested by Gary Delp.
4988 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
4989 (verilog-preprocessor, verilog-set-compile-command):
4990 Create verilog-preprocess and verilog-preprocessor to show
4991 preprocessed output.
4992 (verilog-get-beg-of-line, verilog-get-end-of-line)
4993 (verilog-modi-file-or-buffer, verilog-modi-name)
4994 (verilog-modi-point, verilog-within-string): Move defmacro's
4995 before first use to avoid warning. Reported by Steve Pearlmutter.
4996 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
4997 (verilog-colorize-region, verilog-highlight-buffer)
4998 (verilog-highlight-includes, verilog-highlight-modules)
4999 (verilog-highlight-region, verilog-mode): Rename colorize to
5000 highlight to match other packages. Disable module highlighting,
5001 as received speed complaints, reenable for experimentation only
5002 using new verilog-highlight-modules.
5003 (verilog-read-decls): Fix regexp stack overflow in very large
5004 AUTO_TEMPLATEs, bug250.
5005 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
5006 (verilog-scan): Create verilog-save-buffer-state to standardize
5007 making insignificant changes that shouldn't call hooks.
5008 (verilog-save-no-change-functions, verilog-save-scan-cache)
5009 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
5010 Create verilog-save-no-change-functions to wrap verilog-scan
5011 preservation, and fix to work with nested preserved calls.
5012 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
5013 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
5014 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
5015 (verilog-submit-bug-report): Update variable list to be complete.
5016 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
5017 breaking on-the-fly font-locking.
5018 (verilog-colorize-buffer, verilog-colorize-include-files)
5019 (verilog-colorize-include-files-buffer, verilog-colorize-region)
5020 (verilog-load-file-at-mouse, verilog-load-file-at-point)
5021 (verilog-mode, verilog-read-inst-module-matcher): With point on a
5022 AUTOINST cell instance name, middle mouse button now finds-file on
5023 it. Suggested by Brad Dobbie.
5024 (verilog-alw-get-temps, verilog-auto-reset)
5025 (verilog-auto-sense-sigs, verilog-read-always-signals)
5026 (verilog-read-always-signals-recurse): Fix loop indexes being
5027 AUTORESET. AUTORESET now assumes any variables in the
5028 initialization section of a for() should be ignored.
5029 Reported by Dan Dever.
5030 (verilog-error-font-lock-keywords)
5031 (verilog-error-regexp-emacs-alist)
5032 (verilog-error-regexp-xemacs-alist): Fix error detection of
5033 Cadence HAL, reported by David Asher. Repair drift between the
5034 three similar error variables.
5035 (verilog-modi-lookup, verilog-modi-lookup-cache)
5036 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
5037 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
5038 Fix slow verilog-auto expansion on very large files.
5039 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
5040 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
5041 "{1*2{...". Broke in last revision.
5042 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
5043 submodule connections with replications "{#{a},#{b}}".
5044
5045 2010-10-24 Juanma Barranquero <lekktu@gmail.com>
5046
5047 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
5048 Fix typo in docstring.
5049
5050 2010-10-24 Kenichi Handa <handa@m17n.org>
5051
5052 * face-remap.el (text-scale-adjust): Call read-event with a proper
5053 prompt.
5054
5055 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5056
5057 * emacs-lisp/unsafep.el: Don't mark functions that display
5058 messages as safe. Suggested by Johan Bockgård.
5059
5060 2010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5061
5062 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
5063 Turn comments into docstrings.
5064
5065 * minibuffer.el (completion--replace): Move point where it belongs
5066 when there's a common suffix (bug#7215).
5067
5068 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5069
5070 Merge read-color and facemenu-read-color (Bug#7242).
5071
5072 * faces.el (read-color): Use the completion code from
5073 facemenu-read-color. Require match in completion. Doc fix.
5074
5075 * facemenu.el (facemenu-read-color): Alias for read-color.
5076 (facemenu-set-foreground, facemenu-set-background):
5077 Use read-color.
5078
5079 * frame.el (set-background-color, set-foreground-color)
5080 (set-cursor-color, set-mouse-color, set-border-color):
5081 Use read-color.
5082
5083 2010-10-24 Leo <sdl.web@gmail.com>
5084
5085 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
5086 argument of delete-file and delete-directory (Bug#7011).
5087
5088 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5089
5090 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
5091 button-buffer-map.
5092
5093 2010-10-24 Ralf Angeli <angeli@caeruleus.net>
5094
5095 * emacs-lisp/package.el (package--generate-package-list): Make the
5096 *Packages* buffer read-only.
5097
5098 2010-10-24 Alan Mackenzie <acm@muc.de>
5099
5100 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
5101 result of `c-beginning-of-decl-1' between invocations of a lambda
5102 function (Bug #7265).
5103
5104 2010-10-24 Daiki Ueno <ueno@unixuser.org>
5105
5106 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
5107 executable is not available on the system (Bug#7268).
5108
5109 2010-10-24 Glenn Morris <rgm@gnu.org>
5110
5111 * select.el (selection-coding-system, next-selection-coding-system):
5112 Sync doc with C versions.
5113
5114 * w32-vars.el (x-select-enable-clipboard):
5115 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
5116 * term/common-win.el (x-select-enable-clipboard): Move here.
5117
5118 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
5119 definition of C variable.
5120
5121 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
5122 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5123 Don't redefine things that are defined in C.
5124 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
5125 (show-trailing-whitespace, auto-hscroll-mode)
5126 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5127 Set up the appropriate custom properties.
5128
5129 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5130
5131 Bind "C-c ]" to ...
5132 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
5133 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
5134 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
5135 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
5136
5137 2010-10-23 Glenn Morris <rgm@gnu.org>
5138
5139 * textmodes/flyspell.el (flyspell-mode): If there was an error,
5140 say what it was.
5141
5142 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
5143 Sync docs with C version.
5144
5145 * term/ns-win.el (xw-defined-colors):
5146 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
5147
5148 * term/pc-win.el (x-select-enable-clipboard):
5149 * term/x-win.el (x-select-enable-clipboard):
5150 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
5151
5152 * comint.el (comint-password-prompt-regexp): Make it less vague.
5153 Bump version.
5154
5155 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
5156
5157 * help.el (finder-by-keyword): Remove unnecessary autoload.
5158
5159 2010-10-22 Glenn Morris <rgm@gnu.org>
5160
5161 * loadup.el: Unconditionally load float-sup.
5162 * paren.el (show-paren-delay):
5163 * emacs-lisp/float-sup.el:
5164 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
5165 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
5166 (lazy-lock-stealth-verbose): Assume float support.
5167 * ps-print.el: Assume float support on Emacs.
5168 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
5169 Remove non-float branch.
5170
5171 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
5172 src/Makefile no longer being pre-processed.
5173
5174 2010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5175
5176 * emacs-lisp/find-func.el (find-library): Use test-completion.
5177
5178 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5179
5180 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
5181
5182 2010-10-21 Michael Albinus <michael.albinus@gmx.de>
5183
5184 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
5185 space in stat format string.
5186 (tramp-send-command): Unset $PS1 when using here documents, in
5187 order not to get several prompts.
5188 (tramp-get-inline-coding): Return `nil' in case of errors.
5189
5190 2010-10-21 Daiki Ueno <ueno@unixuser.org>
5191
5192 * hexl.el (hexl-mode, hexl-mode-exit):
5193 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
5194 (hexl-revert-buffer-function): New function.
5195 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
5196
5197 2010-10-19 Alan Mackenzie <acm@muc.de>
5198
5199 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
5200 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
5201 that these keywords aren't wrongly matched as identifiers.
5202
5203 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
5204 setting of c-new-BEG and c-new-END from c-before-change to
5205 c-after-change. (Bug#7181)
5206
5207 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
5208
5209 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
5210 Don't mark as safe.
5211
5212 * custom.el (custom-theme-set-variables): Likewise.
5213 (load-theme): Add custom-theme-set-faces and
5214 custom-theme-set-variables to safe-functions while loading.
5215 (custom-enabled-themes): Mark as risky.
5216
5217 2010-10-18 Julien Danjou <julien@danjou.info>
5218
5219 * bindings.el: Remove end dashes in default mode-line-format.
5220
5221 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
5222
5223 * bindings.el (global-map): Bind C-d to delete-char and deletechar
5224 to delete-forward-char.
5225
5226 * simple.el (normal-erase-is-backspace-mode): Remap delete to
5227 deletechar, and hence delete-forward-char.
5228
5229 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5230
5231 * repeat.el (repeat): Use read-key (bug#6256).
5232
5233 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
5234
5235 * emacs-lisp/unsafep.el: Don't mark functions that display
5236 messages as safe. Suggested by Johan Bockgård.
5237
5238 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5239
5240 * minibuffer.el (completion--replace): Move point where it belongs
5241 when there's a common suffix (bug#7215).
5242
5243 2010-10-19 Kenichi Handa <handa@m17n.org>
5244
5245 * international/characters.el: Add category '|' (word breakable)
5246 to fullwidth characters.
5247
5248 2010-10-19 Michael Albinus <michael.albinus@gmx.de>
5249
5250 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
5251 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
5252 order to make stat results a float. Patch by Andreas Schwab
5253 <schwab@linux-m68k.org>.
5254
5255 2010-10-18 Julien Danjou <julien@danjou.info>
5256
5257 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
5258 hidden by `make-pointer-invisible'.
5259
5260 2010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5261
5262 * files.el (locate-file-completion-table): Strip non-matching elements
5263 before checking length of list (bug#7238).
5264
5265 2010-10-18 Chong Yidong <cyd@stupidchicken.com>
5266
5267 * custom.el (custom-theme-set-variables): Mark as a safe function.
5268 (load-theme): Check forms using unsafep.
5269
5270 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
5271
5272 2010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
5273
5274 * textmodes/ispell.el (ispell-aspell-find-dictionary):
5275 Fix aspell data file searching (bug#7230).
5276
5277 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
5278
5279 * cus-theme.el (custom-theme--migrate-settings): New var.
5280 (customize-create-theme): Allow editing the `user' theme.
5281 (custom-theme-add-variable, custom-theme-add-var-1)
5282 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
5283 to the front of each variable or face widget.
5284 (custom-theme-write): Save theme settings in the correct order.
5285 Optionally, remove saved settings from user customizations.
5286 (custom-theme-write-variables, custom-theme-write-faces):
5287 Save only the checked widgets.
5288 (customize-themes): Add a link for migrating custom settings.
5289
5290 * custom.el (custom-declare-theme, provide-theme):
5291 Use custom-theme-name-valid-p.
5292 (custom-theme-name-valid-p): Remove checks that are now
5293 unnecessary since themes no longer obey load-path.
5294
5295 * cus-edit.el (custom-variable-value-create): For the simple
5296 style, hide documentation string when hidden.
5297
5298 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
5299
5300 * cus-edit.el (custom-variable, custom-face): Combine the
5301 :inhibit-magic and :display-style properties into a single
5302 :custom-style property.
5303 (custom-toggle-hide-variable, custom-toggle-hide-face):
5304 New functions. If hiding an edited value, save it to :shown-value.
5305 (custom-variable-value-create, custom-face-value-create): Use them.
5306 (custom-magic-reset): Allow magic property to be unset.
5307
5308 * custom.el: Custom themes no longer use load-path.
5309 (custom-theme-load-path): New option. Change built-in theme
5310 directory to etc/.
5311 (custom-enabled-themes): Add custom-theme-load-path dependency.
5312 (custom-theme--load-path): New function.
5313 (load-theme, custom-available-themes): Use it.
5314
5315 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
5316 (customize-themes): Link to custom-theme-load-path variable.
5317 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
5318 :custom-style property.
5319
5320 * themes/*.el: Moved to etc/.
5321
5322 2010-10-16 Ralf Angeli <angeli@caeruleus.net>
5323
5324 * textmodes/reftex-cite.el
5325 (reftex-extract-bib-entries-from-thebibliography): Do not move
5326 point when searching for \bibitem entries. Match entries with
5327 spaces or tabs in front of arguments.
5328
5329 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
5330
5331 * cus-theme.el (customize-create-theme): Delete overlays after
5332 erasing. If given a THEME arg, display only the faces of that arg
5333 instead of custom-theme--listed-faces.
5334 (custom-theme-variable-menu, custom-theme-variable-action)
5335 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
5336 (custom-theme-add-variable, custom-theme-add-face): Apply value
5337 from the theme settings, instead of the current value.
5338 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
5339 (custom-theme-visit-theme): Allow calling outside theme buffers.
5340 (custom-theme-merge-theme): Don't enable the theme when merging.
5341 (custom-theme-write-variables, custom-theme-write-faces): Use the
5342 :shown-value properties to save buffer values, not global ones.
5343 (customize-themes): Display a warning about user customizations.
5344
5345 * cus-edit.el (custom-variable-value-create)
5346 (custom-face-value-create): Obey new special properties
5347 :shown-value and :inhibit-magic.
5348
5349 2010-10-15 Michael Albinus <michael.albinus@gmx.de>
5350
5351 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
5352 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
5353 <dale@codefu.org>.
5354
5355 2010-10-14 Kenichi Handa <handa@m17n.org>
5356
5357 * mail/rmail.el (rmail-show-message-1): Catch an error of
5358 base64-decode-region and just show an error message (bug#7165).
5359
5360 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
5361 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
5362 a font-spec (bug#7197).
5363
5364 2010-10-14 Glenn Morris <rgm@gnu.org>
5365
5366 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
5367
5368 2010-10-14 Juanma Barranquero <lekktu@gmail.com>
5369
5370 * international/mule.el (define-coding-system):
5371 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5372 * composite.el (compose-region): Fix typo in docstring.
5373
5374 2010-10-14 Chong Yidong <cyd@stupidchicken.com>
5375
5376 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
5377 only after checking the theme-face property.
5378
5379 * faces.el (face-spec-reset-face): Reset all attributes in one
5380 single call to set-face-attribute.
5381 (face-spec-match-p): Make it a defsubst.
5382 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
5383 (x-create-frame-with-faces, tty-create-frame-with-faces)
5384 (tty-set-up-initial-frame-faces): Don't recompute face specs in
5385 frame-set-background-mode, since they are recomputed immediately
5386 afterwards in face-set-after-frame-default.
5387 (face-set-after-frame-default): Minor optimization.
5388 (cursor): Provide non-trivial defface spec.
5389
5390 * custom.el (custom-theme-recalc-face): Simplify.
5391
5392 2010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
5393
5394 * calc/calc-alg.el (math-var): Rename from `var'.
5395 (math-is-polynomial, math-is-poly-rec): Replace `var'
5396 with `math-var'.
5397
5398 * calc/calcalg2.el (math-var): Rename from `var'.
5399 (calcFunc-table, math-scan-for-limits): Replace `var'
5400 with `math-var'.
5401
5402 2010-10-13 Glenn Morris <rgm@gnu.org>
5403
5404 * subr.el (last): Deal with dotted lists (reported in bug#7174).
5405
5406 2010-10-13 Stephen Berman <stephen.berman@gmx.net>
5407
5408 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
5409
5410 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5411
5412 * net/tls.el (tls-program): Remove spurious %s from openssl.
5413 (tls-starttls-switches): Remove starttls hack.
5414 (open-tls-stream): Ditto.
5415 (tls-find-starttls-argument): Ditto.
5416
5417 2010-10-13 Juanma Barranquero <lekktu@gmail.com>
5418
5419 * image.el (image-library-alist): Declare as obsolete alias.
5420 (image-type-available-p): Use `dynamic-library-alist'.
5421
5422 * term/w32-win.el (dynamic-library-alist):
5423 Use instead of `image-library-alist'.
5424
5425 2010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
5426
5427 * subr.el (last): Make it faster. (Bug#7174)
5428
5429 2010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
5430
5431 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
5432
5433 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
5434
5435 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
5436 (describe-theme-1): Extract doc from unloaded themes.
5437
5438 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
5439
5440 * themes/tango-theme.el:
5441 * themes/tango-dark-theme.el:
5442 * themes/wheatgrass-theme.el: New files.
5443
5444 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
5445
5446 * cus-theme.el (describe-theme, customize-themes)
5447 (custom-theme-save): New commands.
5448 (custom-new-theme-mode-map): Bind C-x C-s.
5449 (custom-new-theme-mode): Use custom--initialize-widget-variables.
5450 (customize-create-theme): New optional arg THEME.
5451 (custom-theme-revert): Use it.
5452 (custom-theme-visit-theme): Remove dead code.
5453 (custom-theme-merge-theme): Use custom-available-themes.
5454 (custom-theme-write): Make interactive.
5455 (custom-theme-write): Use custom-theme-name-valid-p.
5456 (describe-theme-1, custom-theme-choose-revert)
5457 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
5458 New funs.
5459 (custom-theme-allow-multiple-selections): New option.
5460 (custom-theme-choose-mode): New major mode.
5461
5462 * custom.el (custom-theme-set-variables): Remove dead code.
5463 Obey custom--inhibit-theme-enable.
5464 (custom--inhibit-theme-enable): New var.
5465 (provide-theme): Obey it.
5466 (load-theme): Replace load with manual read/eval, in order to
5467 check for correctness. Use custom-theme-name-valid-p.
5468 (custom-theme-name-valid-p): New function.
5469 (custom-available-themes): Use it.
5470
5471 * cus-edit.el (custom--initialize-widget-variables): New function.
5472 (Custom-mode): Use it.
5473
5474 * cus-face.el (custom-theme-set-faces): Remove dead code.
5475 Obey custom--inhibit-theme-enable.
5476
5477 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
5478
5479 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
5480
5481 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
5482
5483 2010-10-12 Jan Djärv <jan.h.d@swipnet.se>
5484
5485 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
5486 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
5487 (mac-right-option-modifier): New alias for ns-right-option-modifier.
5488
5489 * cus-start.el (all): ns-right-alternate-modifier is new.
5490
5491 2010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5492
5493 * emacs-lisp/lisp.el (lisp-completion-at-point):
5494 Use emacs-lisp-mode-syntax-table for the whole function.
5495
5496 2010-10-12 David Koppelman <koppel@ece.lsu.edu>
5497
5498 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
5499 instead of font-lock-mode before adding keywords.
5500 Remove hi-lock-mode off code. Remove inhibit hack.
5501 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
5502 non-nil; removed hook inhibit hack.
5503
5504 2010-10-12 Glenn Morris <rgm@gnu.org>
5505
5506 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
5507 (load-path-shadows-find): ... to this.
5508 (list-load-path-shadows): Update for above change.
5509
5510 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
5511
5512 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
5513
5514 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
5515 Fix comment for declare-function.
5516
5517 2010-10-11 Chong Yidong <cyd@stupidchicken.com>
5518
5519 * custom.el (custom-fix-face-spec): New function; code moved from
5520 custom-face-edit-fix-value.
5521 (custom-push-theme): Use it when checking if a face has been
5522 changed outside customize.
5523 (custom-available-themes): New function.
5524 (load-theme): Use it.
5525
5526 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
5527
5528 * custom.el (custom-push-theme): Cleanup (use cond).
5529 (disable-theme): Recompute the saved-face property.
5530 (custom-theme-recalc-face): Follow face alias before setting prop.
5531
5532 * image.el (image-checkbox-checked, image-checkbox-unchecked):
5533 New variables, containing checkbox images.
5534
5535 * startup.el (fancy-startup-tail):
5536 * wid-edit.el (checkbox): Use them.
5537
5538 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
5539
5540 * shell.el (shell-mode-map):
5541 * progmodes/modula2.el (m2-mode-map):
5542 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
5543 * play/mpuz.el (mpuz-mode-map):
5544 * play/landmark.el (lm-mode-map):
5545 * play/decipher.el (decipher-mode-map):
5546 * play/5x5.el (5x5-mode-map):
5547 * net/telnet.el (telnet-mode-map):
5548 * net/quickurl.el (quickurl-list-mode-map):
5549 * net/mairix.el (mairix-searches-mode-map):
5550 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
5551 * net/dig.el (dig-mode-map):
5552 * mail/mspools.el (mspools-mode-map):
5553 * hexl.el (hexl-mode-map):
5554 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
5555 (wordstar-C-o-map, wordstar-C-q-map):
5556 * emacs-lisp/edebug.el (edebug-eval-mode-map):
5557 * emacs-lisp/chart.el (chart-map):
5558 * edmacro.el (edmacro-mode-map):
5559 * erc/erc-list.el (erc-list-menu-mode-map):
5560 * array.el (array-mode-map): Declare and define in one step.
5561
5562 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
5563
5564 2010-10-10 Daiki Ueno <ueno@unixuser.org>
5565
5566 * epa.el (epa-passphrase-callback-function): Display filename
5567 passed as the 3rd arg.
5568 * epa-file.el (epa-file-passphrase-callback-function):
5569 Pass filename to epa-passphrase-callback-function.
5570
5571 2010-10-09 Chong Yidong <cyd@stupidchicken.com>
5572
5573 * cus-edit.el (custom-face-widget-to-spec)
5574 (custom-face-get-current-spec, custom-face-state): New functions.
5575 (custom-face-set, custom-face-mark-to-save)
5576 (custom-face-value-create, custom-face-state-set): Use them.
5577
5578 * cus-theme.el (custom-theme--listed-faces): New var.
5579 (customize-create-theme): Use *Custom Theme* as the buffer name.
5580 Set revert-buffer-function. Optional arg BUFFER. Insert all
5581 faces listed in custom-theme--listed-faces.
5582 (custom-theme-revert): New function.
5583 (custom-theme-add-variable, custom-theme-add-face): Insert at the
5584 bottom of the list.
5585 (custom-theme-write): Prompt for theme name if empty.
5586 (custom-theme-write-variables): Use dolist.
5587 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
5588
5589 2010-10-09 Alan Mackenzie <acm@muc.de>
5590
5591 Enhance fontification of declarators to take account of the
5592 presence/absence of "typedef".
5593
5594 * cc-engine.el (c-forward-type): New &optional param
5595 "brace-block-too".
5596 (c-forward-decl-or-cast-1): cdr of return value now indicates the
5597 presence of either or both of a "struct"-like keyword and "typedef".
5598
5599 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
5600 fontification of declarators which follow a "}".
5601 (c-font-lock-declarations): Fontify declarators according to the
5602 presence/absence of "typedef".
5603
5604 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
5605 for "typedef".
5606 (c-typedef-decl-key): New lang variable built from
5607 c-typedef-decl-kwds.
5608
5609 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5610
5611 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
5612 since that's too annoying. Move the filter groups commands to
5613 TAB/backtab.
5614
5615 * epa.el (epa-passphrase-callback-function): Say what we're
5616 querying the password for.
5617
5618 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
5619 behaviour, don't bury the ibuffer buffer when visiting other buffers.
5620
5621 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
5622
5623 * cus-edit.el (custom-commands, custom-buffer-create-internal)
5624 (custom-magic-value-create): Pad button tags with spaces.
5625 (custom-face-edit): New variable.
5626 (custom-face-value-create): Determine whether to use the usual
5627 face editor here, instead of using custom-face-selected.
5628 Pass face defaults to custom-face-edit widget.
5629 (custom-face-selected, custom-display-unselected): Delete widgets.
5630 (custom-display-unselected-match): Function removed.
5631 (custom-face-set, custom-face-mark-to-save):
5632 Accept custom-face-edit widgets as the direct widget child.
5633
5634 * wid-edit.el (widget--completing-widget): New var.
5635 (widget-default-complete): Bind it when doing completion.
5636 (widget-string-complete, widget-file-complete): Use it.
5637
5638 2010-10-09 Glenn Morris <rgm@gnu.org>
5639
5640 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
5641 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
5642 (holiday-hebrew-misc): Small simplifications.
5643
5644 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
5645
5646 * net/browse-url.el: Don't require thingatpt, term, dired,
5647 executable, or w3-auto when compiling.
5648 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
5649 Declare.
5650 (browse-url-text-emacs): Require term.
5651
5652 2010-10-08 Andreas Schwab <schwab@linux-m68k.org>
5653
5654 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
5655
5656 2010-10-08 Glenn Morris <rgm@gnu.org>
5657
5658 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
5659
5660 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
5661 (shadows-compare-text-p): Make it an obsolete alias for...
5662 (load-path-shadows-compare-text): ... new name.
5663 (find-emacs-lisp-shadows): Update for above name change.
5664 (load-path-shadows-same-file-or-nonexistent): New name for the old
5665 shadow-same-file-or-nonexistent.
5666
5667 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
5668
5669 * minibuffer.el (completion--some, completion--do-completion)
5670 (minibuffer-complete-and-exit, minibuffer-completion-help)
5671 (completion-basic-try-completion)
5672 (completion-basic-all-completions)
5673 (completion-pcm--find-all-completions): Use lexical-let to
5674 avoid some false matches in variable completion (Bug#7056)
5675
5676 2010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
5677
5678 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
5679
5680 2010-10-08 Leo <sdl.web@gmail.com>
5681
5682 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
5683 return non-nil if the file exists (Bug#7090).
5684
5685 2010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5686
5687 * minibuffer.el (completion--replace):
5688 Better preserve markers (bug#7138).
5689
5690 2010-10-08 Juanma Barranquero <lekktu@gmail.com>
5691
5692 * server.el (server-process-filter): Doc fix.
5693
5694 2010-10-08 Drew Adams <drew.adams@oracle.com>
5695
5696 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
5697
5698 2010-10-08 Glenn Morris <rgm@gnu.org>
5699
5700 * vc/ediff-wind.el (ediff-setup-control-frame):
5701 * vc/ediff-ptch.el (ediff-default-backup-extension):
5702 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
5703 (ediff-exec-process): Remove system-types emx, windows-95.
5704
5705 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
5706
5707 2010-10-07 Chong Yidong <cyd@stupidchicken.com>
5708
5709 * cus-edit.el (custom-variable, custom-face): Doc fix.
5710 (custom-face-edit): Add value-create attribute.
5711 (custom-face-edit-value-create)
5712 (custom-face-edit-value-visibility-action): New functions.
5713 Hide unused face attributes by default, and add a visibility toggle.
5714 (custom-face-edit-deactivate): Show empty values with shadow face.
5715 (custom-face-selected): Only use this for face specs with default
5716 attributes.
5717 (custom-face-value-create): Cleanup.
5718
5719 * wid-edit.el (widget-checklist-value-create): Use dolist.
5720 (widget-checklist-match-find): Make second arg optional.
5721
5722 2010-10-07 Glenn Morris <rgm@gnu.org>
5723
5724 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
5725 Prefix things.
5726
5727 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
5728 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
5729 load-path-shadows-mode, update references.
5730 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
5731 Rename variable and button.
5732 (list-load-path-shadows): Update button caller.
5733
5734 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5735
5736 * emacs-lisp/smie.el (smie-bnf-classify): New function.
5737 (smie-bnf-precedence-table): Use it to remember the closers/openers.
5738 (smie-merge-prec2s): Handle those new entries.
5739 (smie-prec2-levels): Only set precedence to nil for actual
5740 openers/closers.
5741 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
5742 that is now unnecessary.
5743
5744 2010-10-07 Miles Bader <miles@gnu.org>
5745
5746 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
5747
5748 2010-10-07 Glenn Morris <rgm@gnu.org>
5749
5750 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
5751 (mail-position-on-field): Remove declarations.
5752 (mail-position-on-field): Autoload it.
5753 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
5754 and mail-header-end. Don't require sendmail.
5755
5756 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
5757 (shadow-mode): New mode.
5758 (shadow-find-file): New button.
5759 (list-load-path-shadows): Use shadow-mode and buttons.
5760
5761 * iimage.el (iimage-version): Remove.
5762 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
5763 Turn into defcustoms.
5764 (iimage-mode-map): Give it a doc string.
5765
5766 * calendar/appt.el (appt-activate): Give a warning rather than an error
5767 if there is no diary-file.
5768
5769 2010-10-06 Michael Albinus <michael.albinus@gmx.de>
5770
5771 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5772 Use `tramp-handle-find-backup-file-name'.
5773
5774 2010-10-06 Glenn Morris <rgm@gnu.org>
5775
5776 * font-core.el (font-lock-defaults-alist): Remove variable.
5777 (font-lock-mode): Doc fix.
5778 (font-lock-default-function): Do not consult font-lock-defaults-alist.
5779 * font-lock.el (font-lock-refresh-defaults): Doc fix.
5780 (font-lock-set-defaults): Doc fix.
5781 Do not consult font-lock-defaults-alist.
5782
5783 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
5784
5785 * emacs-lisp/cl.el: No longer provide cl-19.
5786
5787 2010-10-05 Michael Albinus <michael.albinus@gmx.de>
5788
5789 * net/tramp.el (tramp-handle-directory-files-and-attributes)
5790 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
5791 New defuns, taken from tramp-smb.el.
5792 (tramp-coding-system-change-eol-conversion)
5793 (tramp-set-process-query-on-exit-flag): Remove.
5794
5795 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
5796 (tramp-compat-coding-system-change-eol-conversion)
5797 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
5798 from tramp.el.
5799
5800 * net/tramp-gvfs.el:
5801 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
5802 by `tramp-compat-set-process-query-on-exit-flag'.
5803
5804 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5805 Use `tramp-handle-directory-files-and-attributes',
5806 `tramp-handle-file-exists-p' and
5807 `tramp-handle-file-newer-than-file-p'.
5808 (tramp-imap-handle-file-exists-p)
5809 (tramp-imap-handle-file-executable-p)
5810 (tramp-imap-handle-file-readable-p)
5811 (tramp-imap-handle-directory-files-and-attributes)
5812 (tramp-imap-handle-file-newer-than-file-p): Remove.
5813
5814 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
5815 by `tramp-compat-set-process-query-on-exit-flag' and
5816 `tramp-coding-system-change-eol-conversion' by
5817 `tramp-compat-coding-system-change-eol-conversion'.
5818
5819 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5820 Use `tramp-handle-directory-files-and-attributes',
5821 `tramp-handle-file-exists-p' and
5822 `tramp-handle-file-newer-than-file-p'.
5823 (tramp-smb-handle-directory-files-and-attributes)
5824 (tramp-smb-handle-file-exists-p)
5825 (tramp-smb-handle-file-newer-than-file-p): Remove.
5826 (tramp-smb-maybe-open-connection):
5827 Replace `tramp-set-process-query-on-exit-flag' by
5828 `tramp-compat-set-process-query-on-exit-flag'.
5829
5830 2010-10-05 Glenn Morris <rgm@gnu.org>
5831
5832 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
5833
5834 2010-10-04 Michael Albinus <michael.albinus@gmx.de>
5835
5836 Continue reorganization of load dependencies. (Bug#7156)
5837
5838 * net/tramp.el (tramp-handle-file-local-copy-hook)
5839 (tramp-delete-temp-file-function): Move down.
5840 (tramp-exists-file-name-handler): Move up.
5841 (tramp-register-file-name-handlers): Simplify autoload.
5842 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
5843 (tramp-handle-directory-files, tramp-handle-dired-uncache)
5844 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
5845 (tramp-handle-file-name-completion)
5846 (tramp-handle-file-name-directory)
5847 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
5848 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
5849 (tramp-handle-find-backup-file-name)
5850 (tramp-handle-insert-file-contents, tramp-handle-load)
5851 (tramp-handle-substitute-in-file-name)
5852 (tramp-handle-unhandled-file-name-directory)
5853 (tramp-mode-string-to-int, tramp-local-host-p)
5854 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
5855
5856 * net/tramp-gvfs.el (top):
5857 * net/tramp-smb.el (top): Do not require 'tramp-sh.
5858
5859 * net/tramp-sh.el (all): Move several objects to tramp.el, see
5860 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
5861
5862 2010-10-04 Glenn Morris <rgm@gnu.org>
5863
5864 * calendar/appt.el (appt-add): Ensure reminders are enabled.
5865 (appt-activate): Give status messages.
5866
5867 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
5868
5869 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
5870 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
5871 `gnutls-negotiate' (formerly `starttls-negotiate').
5872 Remove trivial wrapper `starttls-open-stream'.
5873
5874 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5875
5876 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
5877 log-outgoing commands.
5878 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
5879 to create a buffer local revert-buffer-function variable.
5880 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
5881 revert-buffer-function lambda.
5882
5883 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
5884
5885 * net/gnutls.el (starttls-negotiate): Use the plist interface to
5886 `gnutls-boot'. Make TYPE the only required parameter.
5887 Allow TRUSTFILES and KEYFILES to be lists.
5888 (open-ssl-stream): Use it.
5889
5890 2010-10-03 Glenn Morris <rgm@gnu.org>
5891
5892 * subr.el (directory-sep-char): Remove obsolete variable.
5893 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
5894 it is "necessary".
5895
5896 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
5897 * vc/vc.el (vc-static-header-alist): Doc fix.
5898 * vc/vc-cvs.el (vc-cvs-header):
5899 * vc/vc-rcs.el (vc-rcs-header):
5900 * vc/vc-sccs.el (vc-sccs-header):
5901 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
5902 * obsolete/vc-mcvs.el (vc-mcvs-header):
5903 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
5904 on XEmacs.
5905
5906 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
5907
5908 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
5909 Remove obsolete use of binary-overwrite-mode (Bug#7001).
5910
5911 2010-10-03 Glenn Morris <rgm@gnu.org>
5912
5913 * obsolete/x-menu.el: Remove file, obsolete since 21.1
5914
5915 * textmodes/rst.el (rst-font-lock-keywords-function):
5916 Drop Emacs 20 code.
5917
5918 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
5919
5920 * printing.el: Drop Emacs 20 code.
5921
5922 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
5923 without having used appt.el already).
5924
5925 * subr.el (make-local-hook): Remove function obsolete since 21.1.
5926 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
5927 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
5928 XEmacs.
5929 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
5930 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
5931
5932 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
5933 (charset-width, find-charset-region, chars-in-region, forward-point)
5934 (encode-coding-string, coding-system-p, ccl-execute-on-string)
5935 (define-ccl-program, multibyte-string-p, string-make-multibyte):
5936 Remove compatibility cruft (none of these are used by ps*.el).
5937
5938 2010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
5939
5940 * subr.el (booleanp): Return t instead of a list (Bug#7086).
5941
5942 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
5943
5944 * server.el (server-process-filter, server-return-error):
5945 Give emacsclient time to shut down after receiving an error string.
5946
5947 2010-10-02 Michael Albinus <michael.albinus@gmx.de>
5948
5949 * files.el (remote-file-name-inhibit-cache): New defcustom.
5950
5951 * time.el (display-time-file-nonempty-p):
5952 Use `remote-file-name-inhibit-cache'.
5953
5954 * net/tramp.el (tramp-completion-reread-directory-timeout):
5955 Fix docstring.
5956
5957 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
5958 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
5959 `remote-file-name-inhibit-cache'. Check also for an integer
5960 value. Add/increase counter when `tramp-verbose' >= 10.
5961 (tramp-set-file-property): Add/increase counter when
5962 `tramp-verbose' >= 10.
5963
5964 * net/tramp-cmds.el (tramp-cleanup-all-connections)
5965 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
5966 (tramp-bug): Set tramp-autoload cookie. Report all interned
5967 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
5968 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
5969 characters only in strings.
5970
5971 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
5972 to backward compatibility.
5973
5974 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
5975 (tramp-handle-file-name-all-completions)
5976 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
5977 (tramp-open-connection-setup-interactive-shell):
5978 Call `tramp-cleanup-connection' directly.
5979
5980 2010-10-02 Glenn Morris <rgm@gnu.org>
5981
5982 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
5983
5984 * subr.el (char-bytes): Remove obsolete function.
5985
5986 * isearch.el (isearch-return-char): Remove obsolete function.
5987
5988 * mouse.el: No longer provide mldrag.
5989 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
5990 Remove obsolete aliases.
5991
5992 * comint.el (comint-kill-output): Remove obsolete alias.
5993
5994 * composite.el (decompose-composite-char): Remove obsolete function.
5995 * ps-def.el (decompose-composite-char): Remove unused function.
5996
5997 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
5998
5999 * outline.el (outline-visible): Remove obsolete function.
6000
6001 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
6002 * faces.el (internal-find-face, internal-get-face)
6003 (frame-update-faces, frame-update-face-colors)
6004 (x-frob-font-weight, x-frob-font-slant)
6005 (internal-frob-font-weight, internal-frob-font-slant)
6006 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
6007 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
6008 (x-make-font-bold-italic): Remove functions and aliases, obsolete
6009 since Emacs 21.1.
6010 * emulation/viper-util.el (viper-get-face):
6011 * obsolete/lucid.el (find-face, get-face): Use facep.
6012 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
6013 Remove unused functions.
6014 * vc/ediff-util.el (ediff-submit-report): Doc fix.
6015
6016 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
6017 delete tempfile if interrupted during compilation.
6018
6019 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6020
6021 * net/tls.el (tls-starttls-switches): Give up on using starttls with
6022 gnutls-cli.
6023 (tls-program): Add --insecure to be consistent with the defaults from
6024 openssl s_client. Now all three commands are insecure.
6025
6026 2010-10-01 Eli Zaretskii <eliz@gnu.org>
6027
6028 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
6029 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
6030 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
6031
6032 2010-10-01 Glenn Morris <rgm@gnu.org>
6033
6034 * obsolete/sc.el: Remove file.
6035
6036 * files.el (temporary-file-directory): On darwin, also try
6037 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
6038
6039 2010-10-01 Juanma Barranquero <lekktu@gmail.com>
6040
6041 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
6042 Let's not break compatibility gratuitously, shall we?
6043
6044 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6045
6046 * net/tls.el (tls-starttls-switches): New variable.
6047 (tls-find-starttls-argument): Use it.
6048 (open-tls-stream): Ditto.
6049
6050 * net/netrc.el (netrc-credentials): Return the value of the "default"
6051 entry.
6052 (netrc-machine): Ditto.
6053
6054 2010-09-30 Eli Zaretskii <eliz@gnu.org>
6055
6056 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
6057
6058 2010-09-30 Juanma Barranquero <lekktu@gmail.com>
6059
6060 * server.el (server-start): Don't write pid to the authentication file.
6061 (server-create-tty-frame): Don't send pid.
6062 (server-process-filter): Send pid at the start of every connection.
6063
6064 2010-09-30 Glenn Morris <rgm@gnu.org>
6065
6066 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
6067 (show-all-diary-entries): Remove obsolete function aliases.
6068
6069 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
6070 Remove options, obsolete since 22.1.
6071 (appt-display-format, appt-display-message):
6072 Remove backwards-compatibility code.
6073 (appt-check): No longer check appt-issue-message.
6074 (appt-make-list): No longer autoload it. Doc fix. No longer
6075 activate the package.
6076
6077 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6078
6079 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
6080 (starttls-negotiate): Just call boot, and let the handshake be
6081 triggered from the read loop.
6082
6083 2010-09-29 Glenn Morris <rgm@gnu.org>
6084
6085 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
6086 not displaying the diary.
6087 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
6088 * calendar/appt.el (appt-check): No longer need to kill diary.
6089
6090 * calendar/diary-lib.el (diary-list-entries): Move the
6091 "Preparing..." message entirely here.
6092 (diary-simple-display, diary-fancy-display): Move "Preparing..."
6093 messages to diary-list-entries.
6094 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
6095 diary-display-function.
6096
6097 * calendar/diary-lib.el (diary-include-other-diary-files):
6098 Trap some recursive includes.
6099
6100 * calendar/appt.el (appt-activate): Check diary file.
6101
6102 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
6103
6104 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
6105 construction.
6106
6107 * calendar/time-date.el: No need to require cl for Emacs 21.
6108
6109 2010-09-28 Glenn Morris <rgm@gnu.org>
6110
6111 * calendar/appt.el (appt-check): Minor simplification.
6112
6113 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6114
6115 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
6116 citation prefix.
6117
6118 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
6119
6120 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6121 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
6122
6123 2010-09-27 Kenichi Handa <handa@m17n.org>
6124
6125 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
6126 "ustar" format.
6127
6128 2010-09-27 Kenichi Handa <handa@m17n.org>
6129
6130 * international/mule.el (define-coding-system): Docstring fixed.
6131
6132 * international/mule-diag.el (describe-character-set): Use princ
6133 with proper print-length and print-level instead of insert.
6134
6135 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
6136
6137 * window.el (walk-windows): Doc fix (bug#7105).
6138
6139 2010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6140
6141 * emacs-lisp/float-sup.el (e): Remove.
6142
6143 2010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6144
6145 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
6146 variable.
6147 (starttls-negotiate): Use it.
6148
6149 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6150
6151 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
6152 back.
6153
6154 2010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6155
6156 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
6157
6158 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6159
6160 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
6161
6162 * net/netrc.el (netrc-store-data): New function.
6163
6164 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
6165
6166 * net/gnutls.el: GnuTLS glue code to set up a connection.
6167
6168 2010-09-25 Julien Danjou <julien@danjou.info>
6169
6170 * notifications.el: Call dbus-register-signal only if it is bound.
6171
6172 2010-09-25 Glenn Morris <rgm@gnu.org>
6173
6174 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6175 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
6176 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
6177 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
6178 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
6179 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
6180 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
6181 * eshell/esh-util.el, eshell/esh-var.el:
6182 Remove leading `*' from docs of faces and defcustoms.
6183
6184 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
6185
6186 * eshell/em-ls.el (eshell-ls-archive-regexp):
6187 * eshell/esh-util.el (eshell-tar-regexp):
6188 * ibuffer.el (ibuffer-compressed-file-name-regexp):
6189 * info.el (Info-suffix-list):
6190 * international/mule.el (auto-coding-alist):
6191 * woman.el (woman-file-regexp, woman-file-compression-regexp):
6192 * progmodes/etags.el (tags-compression-info-list):
6193 Support xz compression.
6194
6195 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
6196
6197 * files.el (get-free-disk-space): Don't assume the "df" output
6198 columns line up (Bug#6995).
6199
6200 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
6201
6202 * finder.el (finder-unknown-keywords):
6203 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
6204 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
6205
6206 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
6207
6208 * server.el (server-start): Revert part of 2010-08-08 change. Using
6209 address 127.0.0.1 for local host is now done in Fmake_network_process.
6210
6211 2010-09-24 Glenn Morris <rgm@gnu.org>
6212
6213 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
6214 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
6215 * textmodes/css-mode.el, textmodes/dns-mode.el:
6216 Move autoloaded auto-mode-alist entries to files.el.
6217 * files.el (auto-mode-alist): Move entries here.
6218
6219 2010-09-23 Glenn Morris <rgm@gnu.org>
6220
6221 * isearch.el (isearch-lazy-highlight-cleanup)
6222 (isearch-lazy-highlight-initial-delay)
6223 (isearch-lazy-highlight-interval)
6224 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
6225 * net/net-utils.el (ipconfig-program-options):
6226 Move aliases to options before the associated definitions.
6227
6228 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6229
6230 * newcomment.el (comment-normalize-vars): Better test validity of
6231 comment-end-skip.
6232
6233 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6234
6235 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
6236 (float-e): New name for `e'.
6237 (degrees-to-radians, radians-to-degrees):
6238 * calendar/solar.el (solar-longitude):
6239 * calculator.el (calculator-registers, calculator-funcall):
6240 * textmodes/artist.el (artist-spray-random-points):
6241 * play/bubbles.el (bubbles--initialize-images): Use new names.
6242
6243 2010-09-23 Eric M. Ludlam <zappo@gnu.org>
6244
6245 Update to CEDET 1.0's version of EIEIO.
6246
6247 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
6248 New function.
6249 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
6250 (eieio-default-eval-maybe): Eval val instead of unquoting only.
6251 (class-precedence-list): If class is nil, return nil.
6252 (eieio-generic-call): If class of first input arg is nil, don't
6253 look up static methods, and do check for primary methods.
6254 (initialize-instance): See if the default needs to be evaluated
6255 during the constructor.
6256 (eieio-perform-slot-validation-for-default): Don't do the check
6257 for values that will eventually be evaluated.
6258 (eieio-eval-default-p): New function.
6259 (eieio-default-eval-maybe): Use it.
6260
6261 2010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
6262
6263 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
6264 method-invocation-order.
6265 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
6266 (eieio-class-precedence-dfs): Compute class precedence list using
6267 dfs algorithm.
6268 (eieio-class-precedence-bfs): Compute class precedence list using
6269 bfs algorithm.
6270 (eieio-class-precedence-c3): Compute class precedence list using
6271 c3 algorithm.
6272 (class-precedence-list): New function.
6273 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
6274 (inconsistent-class-hierarchy): New error symbol.
6275 (call-next-method): Stow the replacement argument list for future
6276 call-next-method invocations.
6277
6278 2010-09-23 Glenn Morris <rgm@gnu.org>
6279
6280 * calendar/appt.el (appt-check): If not displaying the diary,
6281 use (diary 1) to only get the entries we need.
6282 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
6283 that it is in day order. (Bug#7019)
6284
6285 * calendar/appt.el (appt-check): Rather than showing the diary,
6286 just turn off invisible display, and only if needed.
6287
6288 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
6289
6290 2010-09-23 Glenn Morris <rgm@gnu.org>
6291
6292 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6293 (byte-compile-defvar, byte-compile-cl-warn):
6294 Start warnings with lower-case, like the majority.
6295
6296 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
6297
6298 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
6299
6300 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
6301 * files.el (auto-mode-alist): Move ld-script entries here, further down
6302 the list.
6303
6304 * vc/add-log.el: Don't require timezone when compiling.
6305 (timezone-make-date-sortable): Autoload it.
6306 (change-log-sortable-date-at): Don't require timezone.
6307 Use `ignore-errors'.
6308
6309 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6310 Move alias before definition, so it does not need autoloading.
6311
6312 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
6313 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
6314 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
6315 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
6316 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
6317 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
6318 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
6319 * textmodes/tex-mode.el, textmodes/two-column.el:
6320 Remove leading `*' from docs of defcustoms etc.
6321
6322 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
6323
6324 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
6325
6326 2010-09-22 Dan Christensen <jdc@uwo.ca>
6327
6328 * calendar/time-date.el (date-to-time): Try using parse-time-string
6329 first before using the slower timezone-make-date-arpa-standard.
6330
6331 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
6332
6333 * calendar/time-date.el (format-seconds): Comment fix.
6334
6335 2010-09-22 Glenn Morris <rgm@gnu.org>
6336
6337 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
6338 is not automatically buffer-local.
6339
6340 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6341
6342 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
6343 (smie-indent-comment): Be more careful with comment-start-skip.
6344 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
6345 (smie-indent-functions): Use them.
6346
6347 2010-09-21 Michael Albinus <michael.albinus@gmx.de>
6348
6349 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
6350
6351 2010-09-21 Jan Djärv <jan.h.d@swipnet.se>
6352
6353 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
6354 tool-bar-position. Don't modify frame parameters here.
6355 (menu-bar-options-save): Add tool-bar-position.
6356
6357 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
6358
6359 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6360
6361 * textmodes/reftex-parse.el (reftex-what-macro)
6362 (reftex-context-substring): Let-bind forward-sexp-function to nil
6363 since we don't need/want to treat \begin...\end as a block (bug#7053).
6364
6365 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
6366
6367 * simple.el (blink-matching-open): Use syntax-class.
6368
6369 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
6370 Set invisibility spec for pascal's outline mode.
6371 (pascal-outline-change): Clean up calling convention.
6372 (pascal-show-all, pascal-hide-other-defuns): Update callers.
6373
6374 * progmodes/prolog.el (prolog-smie-forward-token)
6375 (prolog-smie-backward-token): New functions.
6376 (prolog-mode-variables): Use them to parse "!," correctly.
6377 Set up smie-blink-matching for ".".
6378
6379 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
6380 and `end'.
6381 (ispell-region, ispell-process-line): Update users.
6382
6383 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
6384 point-min==1.
6385
6386 * textmodes/ispell.el: Fix commenting convention.
6387 (ispell-parse-output): Simplify, use push.
6388 (ispell-region): Use match-string-no-properties.
6389 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
6390 (ispell-minor-mode): Use define-minor-mode.
6391 (ispell-message): Remove unused var `skip-regexp'.
6392 (ispell-add-per-file-word-list): Use dynamic let-binding.
6393 Try and use the proper comment marker.
6394
6395 * mail/sendmail.el: Fix commenting convention.
6396 (sendmail-send-it): Use line-beginning-position.
6397
6398 * help-fns.el (describe-variable): Add original value, if applicable.
6399
6400 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
6401
6402 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
6403
6404 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
6405
6406 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6407
6408 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
6409 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
6410 (smie-prec2-levels): Use them to better diagnose precedence cycles.
6411 (smie-blink-matching-check): Don't signal a mismatch if car is t.
6412 (smie-blink-matching-open): Rewrite to remove assumptions, so that
6413 something like "." can also be a closer.
6414 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
6415 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
6416 Rename internal functions to use "--". Update callers.
6417
6418 * frame.el (make-frame-names-alist): Don't list frames on other displays.
6419
6420 * fringe.el (fringe-styles): New var.
6421 (fringe-mode, fringe-query-style): Use it.
6422
6423 2010-09-18 Michael R. Mauger <mmaug@yahoo.com>
6424
6425 * progmodes/sql.el: Version 2.8
6426 (sql-login-params): Update widget structure; changes still needed.
6427 (sql-product-alist): Add :list-all and :list-table features for
6428 SQLite, Postgres and MySQL products.
6429 (sql-redirect): Handle default value.
6430 (sql-execute, sql-execute-feature): New functions.
6431 (sql-read-table-name): New function.
6432 (sql-list-all, sql-list-table): New functions. User API.
6433 (sql-mode-map, sql-interactive-mode-map): Add key definitions
6434 for above functions.
6435 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
6436 for above functions.
6437 (sql-postgres-login-params): Add user and database defaults.
6438 (sql-buffer-live-p): Bug fix.
6439 (sql-product-history): New variable.
6440 (sql-read-product): New function. Use it.
6441 (sql-set-product, sql-product-interactive): Use it.
6442 (sql-connection-history): New variable.
6443 (sql-read-connection): New function. Use it.
6444 (sql-connect): New function.
6445 (sql-for-each-login): Redesign function interface.
6446 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
6447 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
6448 (sql-comint): Check for program. Existing live buffer.
6449 (sql-comint-postgres): Add port parameter.
6450
6451 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6452
6453 * emacs-lisp/warnings.el: Fix commenting convention.
6454 (display-warning): Use special mode and make the buffer read-only.
6455
6456 2010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
6457
6458 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
6459 empty string when it follows a repeated or optional pattern.
6460
6461 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6462
6463 * indent.el (indent-according-to-mode): Apply syntax-propertize.
6464 (indent-region): Use indent-according-to-mode.
6465
6466 2010-09-18 Eli Zaretskii <eliz@gnu.org>
6467
6468 * fringe.el (fringe-mode): Doc fix.
6469
6470 2010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
6471
6472 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
6473 refreshing the preview buffer.
6474
6475 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6476
6477 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
6478 (latex-syntax-propertize-rules): New consts; replace
6479 tex-font-lock-syntactic-keywords.
6480 (tex-env-mark, latex-env-before-change): New functions.
6481 (latex-electric-env-pair-mode): New minor mode.
6482 (tex-font-lock-verb): Change arguments; do move point.
6483 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
6484 representation as a form of comment.
6485 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
6486 (doctex-syntax-propertize-rules): New const; replaces
6487 doctex-font-lock-syntactic-keywords.
6488 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
6489
6490 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
6491 (fortran-make-syntax-propertize-function): New function; replaces
6492 fortran-font-lock-syntactic-keywords.
6493 (fortran-mode): Use it.
6494 (fortran-line-length): Use it. Improve interactive spec.
6495
6496 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
6497 (syntax-propertize-rules): Add var-ref case. Fix offset computation
6498 when adding surrounding \(..\).
6499
6500 * progmodes/js.el (js-mode): Fix last change (bug#7054).
6501
6502 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6503
6504 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
6505 Use with-current-buffer.
6506
6507 * isearch.el (isearch-face): Rename from `isearch'.
6508 (isearch-highlight): Use new name.
6509
6510 2010-09-17 Eli Zaretskii <eliz@gnu.org>
6511
6512 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
6513 5, for `half' width fringes. (Bug#6933)
6514
6515 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6516
6517 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6518 (byte-compile-defvar): "foo/bar" does not lack a prefix.
6519
6520 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
6521
6522 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
6523
6524 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
6525 in calculating new frame position. Add more space between new and
6526 parent on the left (Bug#7048).
6527
6528 2010-09-17 Michael Albinus <michael.albinus@gmx.de>
6529
6530 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
6531 defmacro.
6532
6533 2010-09-16 Chong Yidong <cyd@stupidchicken.com>
6534
6535 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
6536
6537 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
6538 obsolete alias for x-selection-value.
6539
6540 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
6541
6542 2010-09-16 Michael Albinus <michael.albinus@gmx.de>
6543
6544 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
6545 cookie.
6546
6547 2010-09-15 Michael Albinus <michael.albinus@gmx.de>
6548
6549 * net/tramp-compat.el (tramp-compat-with-temp-message)
6550 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
6551 (tramp-compat-process-put): New defuns.
6552
6553 * net/tramp.el (top):
6554 * net/tramp-gvfs.el (top):
6555 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
6556
6557 * net/tramp.el (tramp-progress-reporter-update):
6558 Use `tramp-compat-funcall'.
6559
6560 * net/tramp.el (tramp-process-actions):
6561 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
6562 * net/tramp-sh.el (tramp-handle-vc-registered)
6563 (tramp-get-remote-stat, tramp-get-remote-readlink):
6564 Use `tramp-compat-with-temp-message'.
6565
6566 * net/tramp-sh.el (top): Require 'cl.
6567 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
6568 (tramp-open-connection-setup-interactive-shell):
6569 Use `tramp-compat-process-put'.
6570
6571 2010-09-15 Alan Mackenzie <acm@muc.de>
6572
6573 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
6574 indentation.
6575 (c-forward-<>-arglist-recur): Fix an infinite recursion.
6576
6577 2010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6578
6579 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
6580 `lexical' for warnings related to lexical scoping.
6581 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
6582 global vars which don't have a prefix and could hence affect lexical
6583 scoping in unrelated files.
6584
6585 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6586
6587 * net/imap.el: Revert back to version
6588 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6589 seem problematic.
6590
6591 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
6592
6593 * obsolete/old-whitespace.el (whitespace-unload-function):
6594 Explicitly pass `obarray' to `unintern' to avoid a warning.
6595
6596 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6597
6598 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
6599 Add `when' argument. Update callers.
6600
6601 * subr.el (unintern): Declare the obarray arg mandatory.
6602
6603 2010-09-14 Glenn Morris <rgm@gnu.org>
6604
6605 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
6606 Doc fixes.
6607
6608 * calendar/diary-lib.el (diary-included-files): New variable.
6609 (diary-list-entries): Maybe initialize diary-included-files.
6610 (diary-include-other-diary-files): Append to diary-included-files.
6611 * calendar/appt.el (appt-update-list): Also check the members of
6612 diary-included-files. (Bug#6999)
6613 (appt-check): Doc fix.
6614
6615 2010-09-14 David Reitter <david.reitter@gmail.com>
6616
6617 * simple.el (line-move-visual): Do not truncate goal column to
6618 integer size. (Bug#7020)
6619
6620 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6621
6622 * repeat.el (repeat): Allow repeating when the last event is a click.
6623 Suggested by Drew Adams (bug#6256).
6624
6625 2010-09-14 Sascha Wilde <wilde@sha-bang.de>
6626
6627 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
6628 Replace setting HGRCPATH to "" by some less invasive --config options.
6629
6630 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6631
6632 * font-lock.el (font-lock-beginning-of-syntax-function):
6633 Mark as obsolete.
6634
6635 2010-09-14 Glenn Morris <rgm@gnu.org>
6636
6637 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
6638 and tool-bar modes. (Bug#6211)
6639 (menu-bar-mode): Move setting of standard-value after the
6640 minor-mode definition, otherwise it seems to have no effect.
6641
6642 2010-09-14 Masatake YAMATO <yamato@redhat.com>
6643
6644 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
6645 Fix typo. (Bug#6976)
6646
6647 2010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6648
6649 * whitespace.el: Allow cleaning up blanks without blank
6650 visualization (Bug#6651). Adjust help window for
6651 whitespace-toggle-options (Bug#6479). Allow to use fill-column
6652 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
6653 (whitespace-style): Add new value 'face. Adjust docstring.
6654 (whitespace-space, whitespace-hspace, whitespace-tab):
6655 Adjust foreground property face.
6656 (whitespace-line-column): Adjust docstring and type declaration.
6657 (whitespace-style-value-list, whitespace-toggle-option-alist)
6658 (whitespace-help-text): Adjust const initialization.
6659 (whitespace-toggle-options, global-whitespace-toggle-options):
6660 Adjust docstring.
6661 (whitespace-display-window, whitespace-interactive-char)
6662 (whitespace-style-face-p, whitespace-color-on): Adjust code.
6663 (whitespace-help-scroll): New fun.
6664
6665 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
6666
6667 * calendar/time-date.el (format-seconds): Comment fix.
6668
6669 2010-09-13 Michael R. Mauger <mmaug@yahoo.com>
6670
6671 * progmodes/sql.el: Version 2.7.
6672 (sql-buffer-live-p): Improve detection.
6673 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
6674 (sql-set-sqli-buffer): Use it.
6675 (sql-product-interactive): Run `sql-set-sqli-hook'.
6676 (sql-rename-buffer): Code cleanup.
6677 (sql-redirect, sql-redirect-value): New functions. More to come.
6678
6679 2010-09-13 Juanma Barranquero <lekktu@gmail.com>
6680
6681 Port tramp-related Makefile changes of 2010-09-08T14:42:54Z!michael.albinus@gmx.de, 2010-09-13T15:17:01Z!michael.albinus@gmx.de to Windows.
6682 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
6683 (TRAMP_SRC): New macro.
6684 ($(lisp)/net/tramp-loaddefs.el): New target.
6685
6686 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
6687
6688 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
6689
6690 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
6691
6692 * net/tramp.el (top): Don't show loading message. Require just
6693 'tramp-compat, everything else is required there.
6694 Use `ignore-errors' where appropriate.
6695 (tramp-inline-compress-start-size, tramp-copy-size-limit)
6696 (tramp-terminal-type, tramp-end-of-output)
6697 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
6698 (tramp-completion-function-alist-ssh)
6699 (tramp-completion-function-alist-telnet)
6700 (tramp-completion-function-alist-su)
6701 (tramp-completion-function-alist-putty, tramp-remote-path)
6702 (tramp-remote-process-environment, tramp-sh-extra-args)
6703 (tramp-actions-before-shell, tramp-uudecode)
6704 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
6705 (tramp-perl-file-attributes)
6706 (tramp-perl-directory-files-and-attributes)
6707 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
6708 (tramp-perl-encode, tramp-perl-decode)
6709 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
6710 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
6711 (tramp-handle-make-symbolic-link, tramp-handle-load)
6712 (tramp-handle-file-name-as-directory)
6713 (tramp-handle-file-name-directory)
6714 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
6715 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
6716 (tramp-do-file-attributes-with-ls)
6717 (tramp-do-file-attributes-with-perl)
6718 (tramp-do-file-attributes-with-stat)
6719 (tramp-handle-set-visited-file-modtime)
6720 (tramp-handle-verify-visited-file-modtime)
6721 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
6722 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
6723 (tramp-handle-file-selinux-context)
6724 (tramp-handle-set-file-selinux-context)
6725 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
6726 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
6727 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
6728 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
6729 (tramp-handle-file-ownership-preserved-p)
6730 (tramp-handle-directory-file-name, tramp-handle-directory-files)
6731 (tramp-handle-directory-files-and-attributes)
6732 (tramp-do-directory-files-and-attributes-with-perl)
6733 (tramp-do-directory-files-and-attributes-with-stat)
6734 (tramp-handle-file-name-all-completions)
6735 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
6736 (tramp-handle-copy-file, tramp-handle-copy-directory)
6737 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
6738 (tramp-do-copy-or-rename-file-via-buffer)
6739 (tramp-do-copy-or-rename-file-directly)
6740 (tramp-do-copy-or-rename-file-out-of-band)
6741 (tramp-handle-make-directory, tramp-handle-delete-directory)
6742 (tramp-handle-delete-file)
6743 (tramp-handle-dired-recursive-delete-directory)
6744 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
6745 (tramp-handle-insert-directory)
6746 (tramp-handle-unhandled-file-name-directory)
6747 (tramp-handle-expand-file-name)
6748 (tramp-handle-substitute-in-file-name)
6749 (tramp-handle-executable-find, tramp-process-sentinel)
6750 (tramp-handle-start-file-process, tramp-handle-process-file)
6751 (tramp-handle-call-process-region, tramp-handle-shell-command)
6752 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
6753 (tramp-handle-insert-file-contents)
6754 (tramp-handle-insert-file-contents-literally)
6755 (tramp-handle-find-backup-file-name)
6756 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
6757 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
6758 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
6759 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
6760 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
6761 (tramp-find-file-exists-command, tramp-open-shell)
6762 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
6763 (tramp-open-connection-setup-interactive-shell)
6764 (tramp-local-coding-commands, tramp-remote-coding-commands)
6765 (tramp-find-inline-encoding, tramp-call-local-coding-command)
6766 (tramp-inline-compress-commands, tramp-find-inline-compress)
6767 (tramp-compute-multi-hops, tramp-maybe-open-connection)
6768 (tramp-send-command, tramp-wait-for-output)
6769 (tramp-send-command-and-check, tramp-barf-unless-okay)
6770 (tramp-send-command-and-read, tramp-mode-string-to-int)
6771 (tramp-convert-file-attributes, tramp-check-cached-permissions)
6772 (tramp-file-mode-from-int, tramp-file-mode-permissions)
6773 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
6774 (tramp-method-out-of-band-p, tramp-local-host-p)
6775 (tramp-get-remote-path, tramp-get-remote-tmpdir)
6776 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
6777 (tramp-get-test-command, tramp-get-test-nt-command)
6778 (tramp-get-file-exists-command, tramp-get-remote-ln)
6779 (tramp-get-remote-perl, tramp-get-remote-stat)
6780 (tramp-get-remote-readlink, tramp-get-remote-trash)
6781 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
6782 (tramp-get-local-uid, tramp-get-local-gid)
6783 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
6784 tramp-sh.el.
6785 (tramp-methods, tramp-default-method-alist)
6786 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
6787 Move initialization to tramp-sh.el.
6788 (tramp-temp-name-prefix): Make it a defconst.
6789 (tramp-dissect-file-name): Don't check anymore for multi-hop
6790 methods.
6791 (tramp-debug-outline-regexp): Add a docstring.
6792 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
6793 (tramp-get-debug-buffer): Use it.
6794
6795 * net/tramp-cache.el (top): Set tramp-autoload cookie for
6796 initialization forms.
6797 (tramp-set-connection-property): Don't protect `tramp-message'
6798 call, it isn't necessary any longer.
6799 (tramp-dump-connection-properties): Use `ignore-errors'.
6800
6801 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
6802 'password-cache and 'auth-source.
6803
6804 * net/tramp-gvfs.el (top):
6805 * net/tramp-smb.el (top): Require 'tramp-sh.
6806
6807 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
6808
6809 * net/tramp-sh.el: New file, derived from tramp.el.
6810 (top): Initialize `tramp-methods', `tramp-default-method-alist',
6811 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
6812 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
6813 Use `ignore-errors' where appropriate.
6814 (tramp-sh-file-name-handler-alist): Rename from
6815 `tramp-file-name-handler-alist'.
6816 (tramp-send-command-and-check): Return t or nil. Remove all
6817 `zerop' checks, where called.
6818 (tramp-handle-set-file-modes)
6819 (tramp-do-copy-or-rename-file-directly)
6820 (tramp-handle-delete-directory, tramp-handle-delete-file)
6821 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
6822 (tramp-sh-file-name-handler, tramp-send-command-and-check)
6823 (tramp-get-remote-ln): Set tramp-autoload cookie.
6824
6825 * net/tramp-fish.el: Remove file.
6826
6827 2010-09-13 Daiki Ueno <ueno@unixuser.org>
6828
6829 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
6830 buffer-file-name to avoid file-locking. (Bug#7026)
6831
6832 2010-09-13 Julien Danjou <julien@danjou.info>
6833
6834 * notifications.el (notifications-notify): Add support for
6835 image-path and sound-name.
6836 (notifications-specification-version): Add this variable.
6837
6838 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6839
6840 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
6841
6842 2010-09-12 Leo <sdl.web@gmail.com>
6843
6844 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
6845 (rcirc-completion-start): New variables.
6846 (rcirc-nick-completions): Rename to rcirc-completions.
6847 (rcirc-nick-completion-start-offset): Delete.
6848 (rcirc-completion-at-point): New function for constructing
6849 completion data for both nicks and irc commands. Add to
6850 completion-at-point-functions in rcirc mode.
6851 (rcirc-complete): Rename from rcirc-nick-complete; use
6852 rcirc-completion-at-point.
6853 (defun-rcirc-command): Update rcirc-client-commands.
6854
6855 2010-09-11 Glenn Morris <rgm@gnu.org>
6856
6857 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
6858 atomically, to avoid parallel build errors. (Bug#4196)
6859
6860 2010-09-11 Michael R. Mauger <mmaug@yahoo.com>
6861
6862 * progmodes/sql.el: Version 2.6
6863 (sql-dialect): Synonym for "sql-product".
6864 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
6865 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
6866 Set "sql-buffer" to buffer name not buffer object so multiple sql
6867 interactive buffers work properly. Reverts misguided changes in
6868 earlier work.
6869 (sql-comint): Make sure different buffer name is used if "*SQL*"
6870 buffer is for a different product.
6871 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
6872 login param.
6873 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
6874 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
6875 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
6876 Accept new buffer name or prompt for one.
6877 (sql-port): Default to zero.
6878 (sql-comint-mysql): Handle "sql-port" as a numeric.
6879 (sql-port-history): Delete unused variable.
6880 (sql-get-login): Default "sql-port" to a number.
6881 (sql-product-alist): Correct Postgres prompt and terminator regexp.
6882 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
6883 "sqlite3" executables.
6884 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
6885 (sql-buffer-live-p): New function.
6886 (sql-mode-menu, sql-send-string): Use it.
6887 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
6888 syntax pattern.
6889 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
6890 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
6891
6892 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6893
6894 * net/netrc.el (netrc-credentials): New convenience function.
6895
6896 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
6897
6898 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
6899 to replace texinfo-font-lock-syntactic-keywords.
6900 (texinfo-mode): Use it.
6901
6902 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
6903 Use syntax-propertize-function.
6904
6905 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
6906 replace sgml-font-lock-syntactic-keywords.
6907 (sgml-mode): Use it.
6908
6909 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
6910 since we don't use it.
6911
6912 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
6913
6914 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
6915 if available.
6916 (vhdl-fontify-buffer): Adjust.
6917
6918 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
6919 replace tcl-font-lock-syntactic-keywords.
6920 (tcl-mode): Use it.
6921
6922 * progmodes/simula.el (simula-syntax-propertize-function): New var to
6923 replace simula-font-lock-syntactic-keywords.
6924 (simula-mode): Use it.
6925
6926 * progmodes/sh-script.el (sh-st-symbol): Remove.
6927 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
6928 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
6929 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
6930 (sh-font-lock-paren): Set syntax-multiline.
6931 (sh-font-lock-syntactic-keywords): Remove.
6932 (sh-syntax-propertize-function): New function to replace it.
6933 (sh-mode): Use it.
6934
6935 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
6936 Define while compiling.
6937 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
6938 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
6939 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
6940 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
6941 (ruby-here-doc-end-syntax): Only define when
6942 syntax-propertize is not available.
6943 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
6944 New functions.
6945 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
6946 (electric-indent-chars): Silence bytecompiler.
6947 (ruby-mode): Use prog-mode, syntax-propertize-function, and
6948 electric-indent-chars.
6949
6950 * progmodes/python.el (python-syntax-propertize-function): New var to
6951 replace python-font-lock-syntactic-keywords.
6952 (python-mode): Use it.
6953 (python-quote-syntax): Simplify and adjust to new use.
6954
6955 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
6956 replace perl-font-lock-syntactic-keywords.
6957 (perl-syntax-propertize-special-constructs): New fun to replace
6958 perl-font-lock-special-syntactic-constructs.
6959 (perl-font-lock-syntactic-face-function): New fun.
6960 (perl-mode): Use it.
6961
6962 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
6963 to replace octave-font-lock-close-quotes.
6964 (octave-syntax-propertize-function): New function to replace
6965 octave-font-lock-syntactic-keywords.
6966 (octave-mode): Use it.
6967
6968 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
6969 replaces mixal-font-lock-syntactic-keywords.
6970 (mixal-mode): Use it.
6971
6972 * progmodes/make-mode.el (makefile-syntax-propertize-function):
6973 New var; replaces makefile-font-lock-syntactic-keywords.
6974 (makefile-mode): Use it.
6975 (makefile-imake-mode): Adjust.
6976
6977 * progmodes/js.el (js--regexp-literal): Define while compiling.
6978 (js-syntax-propertize-function): New var; replaces
6979 js-font-lock-syntactic-keywords.
6980 (js-mode): Use it.
6981
6982 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
6983 replaces gdb-script-font-lock-syntactic-keywords.
6984 (gdb-script-mode): Use it.
6985
6986 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
6987 (fortran--font-lock-syntactic-keywords): New var.
6988 (fortran-line-length): Update syntax-propertize-function and
6989 fortran--font-lock-syntactic-keywords.
6990
6991 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
6992
6993 * progmodes/cfengine.el (cfengine-mode):
6994 Use syntax-propertize-function.
6995 (cfengine-font-lock-syntactic-keywords): Remove.
6996
6997 * progmodes/autoconf.el (autoconf-mode):
6998 Use syntax-propertize-function.
6999 (autoconf-font-lock-syntactic-keywords): Remove.
7000
7001 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
7002 (ada-after-change-function, ada-initialize-syntax-table-properties)
7003 (ada-handle-syntax-table-properties): Only define when
7004 syntax-propertize is not available.
7005 (ada-mode): Use syntax-propertize-function.
7006
7007 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
7008 (font-lock-fontify-syntactic-keywords-region): Move handling of
7009 font-lock-syntactically-fontified to...
7010 (font-lock-default-fontify-region): ...here.
7011 Let syntax-propertize-function take precedence.
7012 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
7013
7014 * emacs-lisp/syntax.el (syntax-propertize-function)
7015 (syntax-propertize-chunk-size, syntax-propertize--done)
7016 (syntax-propertize-extend-region-functions): New vars.
7017 (syntax-propertize-wholelines, syntax-propertize-multiline)
7018 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
7019 (syntax-propertize): New functions.
7020 (syntax-propertize-rules): New macro.
7021 (syntax-ppss-flush-cache): Set syntax-propertize--done.
7022 (syntax-ppss): Call syntax-propertize.
7023
7024 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
7025
7026 2010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
7027
7028 * textmodes/ispell.el (ispell-init-process): Improve comments.
7029 XEmacs compatibility changes regarding (add-hook) 'local option
7030 and (set-process-query-on-exit-flag).
7031
7032 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
7033
7034 * net/tramp-cache.el (tramp-parse-connection-properties):
7035 Set tramp-autoload cookie.
7036
7037 2010-09-09 Glenn Morris <rgm@gnu.org>
7038
7039 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
7040 (imagemagick-register-types): Doc fix.
7041
7042 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7043
7044 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
7045
7046 * progmodes/js.el (require): Require is already "eval-and-compile".
7047 (js--re-search-forward): Avoid `eval'. Preserve the error data.
7048 (js--re-search-backward): Use js--re-search-forward.
7049
7050 * progmodes/fortran.el (fortran-line-length): Don't recompute
7051 syntactic keywords redundantly a second time.
7052
7053 * progmodes/ada-mode.el: Replace "(set '" with setq.
7054 (ada-mode): Simplify.
7055 (ada-create-case-exception, ada-adjust-case-interactive)
7056 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
7057 (ada-search-ignore-string-comment, ada-move-to-start)
7058 (ada-move-to-end): Use with-syntax-table.
7059
7060 * font-lock.el (save-buffer-state): Remove `varlist' arg.
7061 (font-lock-unfontify-region, font-lock-default-fontify-region):
7062 Update usage correspondingly.
7063 (font-lock-fontify-syntactic-keywords-region):
7064 Set parse-sexp-lookup-properties buffer-locally here.
7065 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
7066
7067 * simple.el (blink-matching-open): Don't burp if we can't find a match.
7068
7069 2010-09-08 Glenn Morris <rgm@gnu.org>
7070
7071 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
7072 Error if not compiled with -DBYTE_CODE_METER.
7073
7074 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7075 Ignore dir-locals-file.
7076
7077 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7078
7079 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7080 Not a const.
7081 (compilation-error-regexp-alist-alist): Rule out ": " in file names
7082 for the `gnu' messages.
7083 (compilation-set-skip-threshold): New command.
7084 (compilation-start): Use \' rather than $.
7085 (compilation-forget-errors): Use clrhash.
7086
7087 2010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
7088
7089 * textmodes/ispell.el (ispell-valid-dictionary-list):
7090 Simplify logic.
7091
7092 2010-09-08 Michael Albinus <michael.albinus@gmx.de>
7093
7094 Migrate to Tramp 2.2. Rearrange load dependencies.
7095 (Bug#1529, Bug#5448, Bug#5705)
7096
7097 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
7098 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
7099 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7100
7101 * net/tramp.el (top): Remove all other tramp-* loads except
7102 tramp-compat.el. Remove all changes to tramp-unload-hook for
7103 other tramp-* packages. Rearrange defun order. Change calls of
7104 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
7105 `tramp-compat-octal-to-decimal' to new function names.
7106 (tramp-terminal-type, tramp-initial-end-of-output)
7107 (tramp-methods, tramp-foreign-file-name-handler-alist)
7108 (tramp-tramp-file-p, tramp-completion-mode-p)
7109 (tramp-send-command-and-check, tramp-get-remote-path)
7110 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
7111 (tramp-shell-quote-argument): Set tramp-autoload cookie.
7112 (with-file-property, with-connection-property): Move to
7113 tramp-cache.el.
7114 (tramp-local-call-process, tramp-decimal-to-octal)
7115 (tramp-octal-to-decimal): Move to tramp-compat.el.
7116 (tramp-handle-shell-command): Do not require 'shell.
7117 (tramp-compute-multi-hops): No special handling for tramp-gw-*
7118 symbols.
7119 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
7120
7121 * net/tramp-cache.el (top): Require 'tramp. Add to
7122 `tramp-unload-hook'.
7123 (tramp-cache-data, tramp-get-file-property)
7124 (tramp-set-file-property, tramp-flush-file-property)
7125 (tramp-flush-directory-property, tramp-get-connection-property)
7126 (tramp-set-connection-property, tramp-flush-connection-property)
7127 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
7128 cookie.
7129 (with-file-property, with-connection-property): New defuns, moved
7130 from tramp.el.
7131 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
7132 macro.
7133
7134 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
7135 (tramp-version): Set tramp-autoload cookie.
7136
7137 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
7138 changes to tramp-unload-hook for other tramp-* packages. Add to
7139 `tramp-unload-hook'.
7140 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
7141 (tramp-compat-call-process): New defuns, moved from tramp.el.
7142
7143 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
7144 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7145 Add to `tramp-unload-hook'. Change call of
7146 `tramp-compat-decimal-to-octal' to new function name.
7147 (tramp-fish-method): Make it a defconst.
7148 (tramp-fish-file-name-p): Make it a defsubst.
7149 (tramp-fish-method, tramp-fish-file-name-handler)
7150 (tramp-fish-file-name-p): Set tramp-autoload cookie.
7151
7152 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
7153 `tramp-foreign-file-name-handler-alist'. Add to
7154 `tramp-unload-hook'.
7155 (tramp-ftp-method): Make it a defconst.
7156 (tramp-ftp-file-name-p): Make it a defsubst.
7157 (tramp-ftp-method, tramp-ftp-file-name-handler)
7158 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
7159
7160 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
7161 `tramp-foreign-file-name-handler-alist'. Add to
7162 `tramp-unload-hook'. Change checks, whether package can be
7163 loaded.
7164 (tramp-gvfs-file-name-p): Make it a defsubst.
7165 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
7166 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
7167 (tramp-gvfs-handle-file-directory-p): New defun.
7168 (tramp-gvfs-file-name-handler-alist): Use it.
7169
7170 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
7171 `tramp-foreign-file-name-handler-alist'. Add to
7172 `tramp-unload-hook'.
7173 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
7174 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
7175 defconst.
7176 (tramp-gw-tunnel-method, tramp-gw-socks-method)
7177 (tramp-gw-open-connection): Set tramp-autoload cookie.
7178
7179 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
7180 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7181 Add to `tramp-unload-hook'. Change checks, whether package can be
7182 loaded.
7183 (tramp-imap-file-name-p): Make it a defsubst.
7184 (tramp-imap-method, tramp-imaps-method)
7185 (tramp-imap-file-name-handler)
7186 (tramp-imap-file-name-p): Set tramp-autoload cookie.
7187
7188 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
7189 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7190 Add to `tramp-unload-hook'. Change checks, whether package can be
7191 loaded. Change call of `tramp-compat-decimal-to-octal' to new
7192 function name.
7193 (tramp-smb-tunnel-method): Make it a defconst.
7194 (tramp-smb-file-name-p): Make it a defsubst.
7195 (tramp-smb-method, tramp-smb-file-name-handler)
7196 (tramp-smb-file-name-p): Set tramp-autoload cookie.
7197
7198 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
7199 (tramp-uuencode-region): Set tramp-autoload cookie.
7200
7201 * net/trampver.el (top) Add to `tramp-unload-hook'.
7202 (tramp-version, tramp-bug-report-address): Set tramp-autoload
7203 cookie. Update release number.
7204
7205 2010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
7206
7207 * textmodes/ispell.el (ispell-start-process): Make sure original
7208 arg list is properly initialized (Bug#6993, Bug#6994).
7209
7210 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
7211
7212 * files.el (directory-abbrev-alist): Use \` as default regexp.
7213
7214 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
7215 chars like - or ] (bug#6984).
7216 (rx-any-condense-range): Explode 2-char ranges.
7217
7218 2010-09-06 Glenn Morris <rgm@gnu.org>
7219
7220 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
7221
7222 2010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7223
7224 * textmodes/bibtex.el:
7225 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
7226
7227 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7228
7229 * net/imap.el (imap-message-map): Remove optional buffer parameter,
7230 since no callers use it.
7231 (imap-message-get): Ditto.
7232 (imap-message-put): Ditto.
7233 (imap-mailbox-map): Ditto.
7234 (imap-mailbox-put): Ditto.
7235 (imap-mailbox-get): Ditto.
7236 (imap-mailbox-get): Revert last change for this function.
7237
7238 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7239
7240 * net/imap.el (imap-fetch-safe): Remove function, and alter all
7241 callers to use `imap-fetch' instead. According to the comments, this
7242 should be safe, since all other IMAP clients use the 1:* syntax.
7243 (imap-enable-exchange-bug-workaround): Remove.
7244 (imap-debug): Remove -- doesn't seem very useful.
7245
7246 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7247
7248 * net/imap.el (imap-log): New convenience function used throughout
7249 instead of repeating the same code all over the place.
7250
7251 2010-09-05 David De La Harpe Golden <david@harpegolden.net>
7252
7253 * mouse.el (mouse-save-then-kill): Save region to kill-ring
7254 when mouse-drag-copy-region is non-nil (Bug#6956).
7255
7256 2010-09-05 Chong Yidong <cyd@stupidchicken.com>
7257
7258 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
7259 Improve regexps (Bug#6987).
7260 (dired-sort-toggle): Search more robustly for -t flag.
7261
7262 * files.el (get-free-disk-space): Search more robustly for
7263 "available" column. Suggested by Ehud Karni
7264 <ehud@unix.mvs.co.il>.
7265
7266 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
7267
7268 * international/uni-bidi.el:
7269 * international/uni-category.el:
7270 * international/uni-combining.el:
7271 * international/uni-decimal.el:
7272 * international/uni-mirrored.el:
7273 * international/uni-name.el: Regenerate.
7274
7275 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7276
7277 * electric.el (electric-indent-post-self-insert-function):
7278 Don't reindent with a sloppy indentation function.
7279
7280 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
7281 border case in change-log-mode.
7282
7283 2010-09-04 Chong Yidong <cyd@stupidchicken.com>
7284
7285 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7286 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
7287 Recognize leading tab in gcc-include regexp. Ignore names with
7288 leading "from" or "in" in gnu regexp (Bug#6937).
7289
7290 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7291
7292 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
7293 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
7294 (ispell-start-process): Avoid setq and simplify logic.
7295 (ispell-init-process): Setup kill-buffer-hook locally when needed.
7296 (kill-buffer-hook): Don't use it globally with code that uses
7297 expand-file-name since that may call kill-buffer via
7298 code_conversion_restore.
7299
7300 2010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
7301
7302 * emacs-lisp/package.el (package-directory-list): Only call
7303 file-name-nondirectory on a string.
7304
7305 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
7306
7307 * emacs-lisp/package.el (package--download-one-archive):
7308 Ensure that archive-contents is valid before saving it.
7309 (package-activate-1, package-mark-obsolete, define-package)
7310 (package-compute-transaction, package-list-maybe-add): Use push.
7311
7312 2010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7313
7314 Use SMIE's blink-paren for octave-mode.
7315 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
7316 Backslashes do not escape single-quotes, single-quotes do.
7317 (octave-block-else-regexp, octave-block-end-regexp)
7318 (octave-block-match-alist): Remove.
7319 (octave-smie-bnf-table): New var, with old content.
7320 (octave-smie-op-levels): Use it.
7321 (octave-smie-closer-alist): New var.
7322 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
7323 (octave-blink-matching-block-open): Remove.
7324 (octave-reindent-then-newline-and-indent, octave-electric-semi)
7325 (octave-electric-space): Let self-insert-command run expand-abbrev and
7326 blink parens.
7327
7328 * electric.el (electricity): New group.
7329 (electric-indent-chars): New var.
7330 (electric-indent-post-self-insert-function): New fun.
7331 (electric-indent-mode): New minor mode.
7332 (electric-pair-skip-self): New custom.
7333 (electric-pair-post-self-insert-function): New function.
7334 (electric-pair-mode): New minor mode.
7335
7336 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
7337 calcAlg-blink-matching-open.
7338 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
7339 (calc-do-alg-entry): Only touch the part of the keymap that varies.
7340 Use the new blink-matching-check-function.
7341
7342 Provide blink-matching support to SMIE.
7343 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
7344 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
7345 (smie-blink-matching-check, smie-blink-matching-open): New functions.
7346
7347 * simple.el (newline): Fix last change to properly remove itself from
7348 the hook.
7349
7350 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7351
7352 * simple.el (newline): Eliminate optimization.
7353 Use post-self-insert-hook to set hard-newline and things before
7354 running post-self-insert-hook.
7355 (blink-matching-check-mismatch): New function.
7356 (blink-matching-check-function): New variable.
7357 (blink-matching-open): Use them.
7358 Skip back forward over prefix chars skipped by forward-sexp.
7359 Don't check if the parens are backslash escaped.
7360 (blink-paren-post-self-insert-function): Check backslash escaping here.
7361
7362 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
7363
7364 * emacs-lisp/package.el (package-menu-mode-map):
7365 Change package-menu-revert bindings to revert-buffer.
7366 (package-menu-mode): Set revert-buffer-function.
7367 (package-menu-revert): Doc fix.
7368
7369 2010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
7370
7371 * textmodes/ispell.el (ispell-init-process): Use "~/" as
7372 `default-directory' unless using Ispell per-directory personal
7373 dictionaries and not in a mini-buffer under XEmacs.
7374 (kill-buffer-hook): Do not kill ispell process on exit when
7375 `ispell-process-directory' is "~/". (Bug#6143)
7376
7377 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
7378
7379 * simple.el (kill-new): Call interprogram-cut-function with only
7380 one argument.
7381
7382 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
7383 Remove cut buffer from error message.
7384
7385 * term/x-win.el (x-select-text):
7386 * term/pc-win.el (x-selection-value):
7387 * term/ns-win.el (x-selection-value):
7388 * eshell/em-term.el:
7389 * w32-fns.el (x-get-selection-value):
7390 * mouse-sel.el (mouse-sel-set-selection-function):
7391 * frame.el (display-selections-p): Remove cut-buffer in documentation.
7392
7393 * term/x-win.el: Update documentation for x-last-selected-text-*.
7394 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
7395 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
7396 (x-select-text): Remove argument PUSH, update documentation.
7397 Remove cut-buffer code.
7398 (x-selection-value-internal): Was previously x-selection-value.
7399 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
7400 Update documentation, remove cut-buffer code.
7401 Call x-selection-value-internal.
7402 (x-clipboard-yank): Call x-selection-value-internal.
7403 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
7404
7405 * term/pc-win.el (x-last-selected-text):
7406 x-cut-buffer-or-selection-value renamed to x-selection-value
7407 (x-select-text): Remove argument PUSH, update documentation.
7408
7409 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
7410 x-cut-buffer-or-selection-value renamed to x-selection-value
7411 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
7412 (x-select-text): Remove argument PUSH, update documentation.
7413
7414 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
7415
7416 * w32-fns.el (x-last-selected-text):
7417 x-cut-buffer-or-selection-value renamed to x-selection-value.
7418 (x-cut-buffer-max): Remove.
7419 (x-select-text): Remove argument PUSH, update documentation.
7420
7421 * simple.el (interprogram-cut-function): Remove mention of PUSH.
7422
7423 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
7424
7425 * mouse-sel.el (mouse-sel-get-selection-function):
7426 x-cut-buffer-or-selection-value renamed to x-selection-value.
7427 (x-select-text): Remove optional push.
7428
7429 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7430
7431 * simple.el (blink-paren-function): Move from C to here.
7432 (blink-paren-post-self-insert-function): New function.
7433 (post-self-insert-hook): Use it.
7434
7435 * emacs-lisp/pcase.el (pcase-split-memq):
7436 Fix overenthusiastic optimisation.
7437 (pcase-u1): Handle the case of a lambda pred.
7438
7439 2010-08-31 Kenichi Handa <handa@m17n.org>
7440
7441 * international/mule-cmds.el (standard-display-european-internal):
7442 Setup standard-display-table for 8-bit characters by storing 8-bit
7443 characters in the element vector.
7444
7445 * disp-table.el (standard-display-8bit):
7446 Setup standard-display-table for 8-bit characters by storing 8-bit
7447 characters in the element vector.
7448 (standard-display-european): Likewise.
7449
7450 2010-08-31 Masatake YAMATO <yamato@redhat.com>
7451
7452 * textmodes/nroff-mode.el (nroff-view): New command.
7453 (nroff-mode-map): Bind it to C-c C-c.
7454
7455 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7456
7457 * emacs-lisp/smie.el (smie-down-list): New command.
7458
7459 Remove old indentation and navigation code on octave-mode.
7460 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
7461 smie-down-list rather than add a binding for octave-down-block.
7462 (octave-mark-block, octave-blink-matching-block-open):
7463 Rely on forward-sexp-function.
7464 (octave-fill-paragraph): Don't narrow, so you can use
7465 indent-according-to-mode.
7466 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
7467 (octave-in-block-p, octave-re-search-forward-kw)
7468 (octave-re-search-backward-kw, octave-indent-calculate)
7469 (octave-end-as-array-index-p, octave-block-end-offset)
7470 (octave-scan-blocks, octave-forward-block, octave-backward-block)
7471 (octave-down-block, octave-backward-up-block, octave-up-block)
7472 (octave-before-magic-comment-p, octave-indent-line): Remove.
7473
7474 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
7475
7476 * emacs-lisp/package.el (package--read-archive-file): Just use
7477 `read', to avoid copying an additional string.
7478 (package-menu-mode): Set header-line-format here.
7479 (package-menu-refresh, package-menu-revert): Signal an error if
7480 not in the Package Menu.
7481 (package-menu-package-list): New var.
7482 (package--generate-package-list): Operate on the current buffer;
7483 don't assume that it is *Packages*, since the user may rename it.
7484 Allow persistent package listings and sort keys using
7485 package-menu-package-list and package-menu-package-sort-key.
7486 (package-menu--version-predicate): Fix version calculation.
7487 (package-menu-sort-by-column): Don't select the window.
7488 (package--list-packages): Create the *Packages* buffer.
7489 Set package-menu-package-list-key.
7490 (list-packages): Sorting by status is now the default.
7491 (package-buffer-info): Use match-string-no-properties.
7492 (define-package): Add a &rest argument for future proofing, but
7493 don't use it yet.
7494 (package-install-from-buffer, package-install-buffer-internal):
7495 Merge into a single function, package-install-from-buffer.
7496 (package-install-file): Change caller.
7497
7498 * finder.el: Load finder-inf using `require'.
7499 (finder-list-matches): Sorting by status is now the default.
7500 (finder-compile-keywords): Simpify printing.
7501
7502 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7503
7504 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
7505 (octave-mode-map): Remove special bindings for forward/backward-block
7506 and octave-backward-up-block. Use smie-close-block.
7507 (octave-continuation-marker-regexp): New var.
7508 (octave-continuation-regexp): Use it.
7509 (octave-operator-table, octave-smie-op-levels)
7510 (octave-operator-regexp, octave-smie-indent-rules): New vars.
7511 (octave-smie-backward-token, octave-smie-forward-token): New funs.
7512 (octave-mode): Use SMIE.
7513 (octave-close-block): Delete.
7514
7515 2010-08-30 Eli Zaretskii <eliz@gnu.org>
7516
7517 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
7518 CLIPBOARD, not in PRIMARY. (Bug#6944)
7519
7520 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7521
7522 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
7523 a list of parents.
7524 (smie-indent-column): Allow indirection through variables.
7525
7526 * composite.el (save-buffer-state): Delete, unused.
7527 * font-lock.el (save-buffer-state): Use with-silent-modifications.
7528 (font-lock-default-fontify-region): Use with-syntax-table.
7529 * jit-lock.el (with-buffer-unmodified): Remove.
7530 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
7531
7532 Use `declare' in defmacros.
7533 * window.el (save-selected-window):
7534 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
7535 * progmodes/python.el (def-python-skeleton):
7536 * net/dbus.el (dbus-ignore-errors):
7537 * jka-cmpr-hook.el (with-auto-compression-mode):
7538 * international/mule.el (with-category-table):
7539 * emacs-lisp/timer.el (with-timeout):
7540 * emacs-lisp/lisp-mnt.el (lm-with-file):
7541 * emacs-lisp/eieio.el (with-slots):
7542 * emacs-lisp/easymenu.el (easy-menu-define):
7543 * emacs-lisp/debug.el (debugger-env-macro):
7544 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
7545 (Multiple-value-call, Multiple-value-prog1):
7546 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
7547 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
7548 edebug rule to definition.
7549 * emacs-lisp/lisp-mode.el (save-selected-window)
7550 (with-current-buffer, combine-after-change-calls)
7551 (with-output-to-string, with-temp-file, with-temp-buffer)
7552 (with-temp-message, with-syntax-table, read-if, eval-after-load)
7553 (dolist, dotimes, when, unless):
7554 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
7555
7556 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
7557
7558 * finder.el: Require `package'.
7559 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
7560 (finder-package-info): Var deleted.
7561 (finder-keywords-hash, finder--builtins-alist): New vars.
7562 (finder-compile-keywords): Compute package--builtins and
7563 finder-keywords-hash instead of finder-keywords-hash, respecting
7564 the "Package" header.
7565 (finder-unknown-keywords, finder-list-matches):
7566 Use finder-keywords-hash and package--list-packages.
7567 (finder-mode): Don't set font-lock-defaults.
7568 (finder-exit): We don't use "*Finder-package*" and "*Finder
7569 Category*" buffers anymore.
7570
7571 * emacs-lisp/package.el (package--builtins-base): Var deleted.
7572 (package--builtins): Set default value to nil.
7573 (package-initialize): Load precomputed value of package--builtins
7574 from finder-inf.el.
7575 (package-alist, package-compute-transaction)
7576 (package-download-transaction): Improve docstring.
7577 (package-read-all-archive-contents): Do not change
7578 package--builtins here.
7579 (list-packages): Make package-list-packages an alias for this.
7580 Sort by status by default.
7581 (package--list-packages): Add optional PACKAGES arg.
7582 (describe-package-1): Use font-lock-face property. For built-in
7583 packages, insert file commentary.
7584 (package--generate-package-list): Rename from
7585 package-list-packages-internal; all callers changed. Add optional
7586 PACKAGES arg. Add alphabetical sort fallbacks.
7587 (package-menu--version-predicate, package-menu--status-predicate)
7588 (package-menu--description-predicate)
7589 (package-menu--name-predicate): New functions.
7590
7591 * info.el (Info-finder-find-node): Search package-alist instead of
7592 finder-package-info.
7593
7594 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
7595
7596 * subr.el (version-regexp-alist): Don't use "a" and "b" for
7597 "alpha" and "beta".
7598 (version-to-list): Handle versions like "10.3d".
7599
7600 2010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7601
7602 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
7603 (macroexp-accumulate): Use `declare'.
7604
7605 2010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7606
7607 * whitespace.el (whitespace-style): Adjust type declaration.
7608
7609 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
7610
7611 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
7612
7613 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
7614
7615 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
7616 (Bug#6907).
7617
7618 2010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
7619
7620 * progmodes/js.el: Make indentation more customizable (Bug#6914).
7621 (js-paren-indent-offset, js-square-indent-offset)
7622 (js-curly-indent-offset): New options.
7623 (js--proper-indentation): Use them.
7624
7625 2010-08-26 Daniel Colascione <dan.colascione@gmail.com>
7626
7627 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
7628 instead of inspecting font-lock properties (Bug#6916).
7629
7630 2010-08-26 David Reitter <david.reitter@gmail.com>
7631
7632 * server.el (server-visit-files): Run pre-command-hook and
7633 post-command-hook for each buffer while it is current (Bug#6910).
7634 (server-execute): Do not run hooks here.
7635
7636 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
7637
7638 Sync with Tramp 2.1.19.
7639
7640 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Protect
7641 deleting tmpfile.
7642 (tramp-gvfs-maybe-open-connection): Use `tramp-compat-funcall'.
7643
7644 * net/tramp.el (tramp-handle-expand-file-name)
7645 (tramp-completion-handle-file-name-all-completions)
7646 (tramp-completion-handle-file-name-completion):
7647 Use `tramp-connectable-p'.
7648
7649 * net/trampver.el: Update release number.
7650
7651 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
7652
7653 * help.el (help-map): Bind `C-h P' to describe-package.
7654
7655 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
7656
7657 * emacs-lisp/package.el (package-refresh-contents): Catch errors
7658 when downloading archives.
7659 (describe-package-1): Add package commentary.
7660 (package-install-button-action): New function.
7661 (package-menu-mode-map): Bind ? to package-menu-describe-package.
7662 (package-menu-view-commentary): Function removed.
7663 (package-list-packages-internal): Hide the `package' package too.
7664
7665 2010-08-25 Kenichi Handa <handa@m17n.org>
7666
7667 * language/misc-lang.el ("Arabic"): New language environment.
7668 Setup composition-function-table for Arabic characters.
7669
7670 * international/fontset.el (setup-default-fontset): Fix typo for
7671 arabic OTF spec (fini->fina).
7672
7673 2010-08-25 Jan Djärv <jan.h.d@swipnet.se>
7674
7675 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
7676 on all frames.
7677
7678 2010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7679
7680 * whitespace.el: Allow cleaning up blanks without blank
7681 visualization (Bug#6651). Adjust help window for
7682 whitespace-toggle-options (Bug#6479). Allow to use fill-column
7683 instead of whitespace-line-column (from EmacsWiki). New version
7684 13.1.
7685 (whitespace-style): Add new value 'face. Adjust docstring.
7686 (whitespace-space, whitespace-hspace, whitespace-tab):
7687 Adjust foreground property face.
7688 (whitespace-line-column): Adjust docstring and type declaration.
7689 (whitespace-style-value-list, whitespace-toggle-option-alist)
7690 (whitespace-help-text): Adjust const initialization.
7691 (whitespace-toggle-options, global-whitespace-toggle-options):
7692 Adjust docstring.
7693 (whitespace-display-window, whitespace-interactive-char)
7694 (whitespace-style-face-p, whitespace-color-on): Adjust code.
7695 (whitespace-help-scroll): New fun.
7696
7697 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
7698
7699 * emacs-lisp/package.el (list-packages): Alias for
7700 package-list-packages.
7701
7702 2010-08-24 Kevin Ryde <user42@zip.com.au>
7703
7704 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
7705 (Bug#5651).
7706
7707 * progmodes/ruby-mode.el (ruby): Add defgroup.
7708
7709 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
7710
7711 * progmodes/python.el: Add Ipython support (Bug#5390).
7712 (python-shell-prompt-alist)
7713 (python-shell-continuation-prompt-alist): New options.
7714 (python--set-prompt-regexp): New function.
7715 (inferior-python-mode, run-python, python-shell):
7716 Require ansi-color. Use python--set-prompt-regexp to set the comint
7717 prompt based on the Python interpreter.
7718 (python--prompt-regexp): New var.
7719 (python-check-comint-prompt)
7720 (python-comint-output-filter-function): Use it.
7721 (run-python): Use a pipe (Bug#5694).
7722
7723 2010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
7724
7725 * progmodes/python.el (python-send-region): Send a different
7726 Python command if Ipython is in use.
7727 (python-check-version): Use a Python command to find the version.
7728
7729 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
7730
7731 * mouse.el (mouse-yank-primary): Avoid setting primary when
7732 deactivating the mark (Bug#6872).
7733
7734 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
7735
7736 * progmodes/python.el (python-block-pairs): Allow use of "finally"
7737 with "else" (Bug#3991).
7738
7739 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
7740
7741 * net/dbus.el: Accept UNIX domain sockets as bus address.
7742 (top): Don't initialize `dbus-registered-objects-table' anymore,
7743 this is done in dbusbind,c.
7744 (dbus-check-event): Adapt test for bus.
7745 (dbus-return-values-table, dbus-unregister-service)
7746 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
7747 Adapt doc string.
7748
7749 2010-08-23 Juanma Barranquero <lekktu@gmail.com>
7750
7751 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
7752
7753 2010-08-22 Juri Linkov <juri@jurta.org>
7754
7755 * simple.el (read-extended-command): New function with the logic
7756 for `completing-read' moved to Elisp from `execute-extended-command'.
7757 Use `function-called-at-point' in `minibuffer-default-add-function'
7758 to get a command name for M-n (bug#5364, bug#5214).
7759
7760 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
7761
7762 * startup.el (command-line-1): Issue warning for ignored arguments
7763 --unibyte, etc (Bug#6886).
7764
7765 2010-08-22 Leo <sdl.web@gmail.com>
7766
7767 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
7768 (ignore, bright, dim, keyword): Split list of nicknames before
7769 passing to rcirc-add-or-remove (Bug#6894).
7770
7771 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
7772
7773 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
7774
7775 2010-08-22 Leo <sdl.web@gmail.com>
7776
7777 Fix buffer-list rename&refresh after killing a buffer in ido.
7778 * ido.el: Revert Óscar's.
7779 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
7780 Remember the buffers at head, rather than their name.
7781 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
7782
7783 2010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
7784 Stefan Monnier <monnier@iro.umontreal.ca>
7785
7786 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
7787 extra backslash added to each line (bug#6890).
7788
7789 2010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
7790
7791 * subr.el (read-key): Don't echo keystrokes (bug#6883).
7792
7793 2010-08-22 Glenn Morris <rgm@gnu.org>
7794
7795 * menu-bar.el (menu-bar-games-menu): Add landmark.
7796
7797 2010-08-22 Glenn Morris <rgm@gnu.org>
7798
7799 * align.el (align-regexp): Make group and spacing arguments
7800 use the interactive defaults when non-interactive. (Bug#6698)
7801
7802 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
7803 expansion, so as not to need sendmail.
7804 (mail-text-start): Remove declaration.
7805 (rmail-retry-failure): Require sendmail.
7806
7807 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
7808
7809 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
7810
7811 2010-08-22 Michael Albinus <michael.albinus@gmx.de>
7812
7813 * progmodes/flymake.el (flymake-start-syntax-check-process):
7814 Use `start-file-process' in order to let it run also on remote hosts.
7815
7816 2010-08-22 Kenichi Handa <handa@m17n.org>
7817
7818 * files.el: Add `word-wrap' as safe local variable.
7819
7820 2010-08-22 Glenn Morris <rgm@gnu.org>
7821
7822 * woman.el (woman-translate): Case matters. (Bug#6849)
7823
7824 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
7825
7826 * simple.el (kill-region): Doc fix (Bug#6787).
7827
7828 2010-08-22 Glenn Morris <rgm@gnu.org>
7829
7830 * calendar/diary-lib.el (diary-header-line-format):
7831 Fit it to the window, not the frame.
7832
7833 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
7834
7835 * subr.el (ignore-errors): Add debug declaration.
7836
7837 2010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
7838
7839 * whitespace.el (whitespace-color-off): Remove post-command-hook
7840 locally.
7841
7842 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
7843
7844 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
7845
7846 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
7847
7848 * cus-edit.el (custom-group-value-create): Add extra newline
7849 before end line (Bug#6876).
7850
7851 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
7852
7853 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
7854 when extending it. Before killing on the second click, check if
7855 the buffer is the correct one. Doc fix.
7856 (mouse-secondary-save-then-kill): Allow usage without first
7857 calling mouse-start-secondary, by defaulting to point. Don't save
7858 an empty secondary selection. Doc fix.
7859
7860 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7861
7862 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
7863 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
7864 New version 13.0.
7865 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7866 Adjust initialization.
7867 (whitespace-bob-marker, whitespace-eob-marker)
7868 (whitespace-buffer-changed): New vars.
7869 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
7870 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
7871 (whitespace-post-command-hook, whitespace-display-char-on):
7872 Adjust code.
7873 (whitespace-looking-back, whitespace-buffer-changed): New funs.
7874 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
7875
7876 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
7877
7878 * files.el (locate-file-completion-table): Only list the .el and .elc
7879 extensions if there's no other choice (bug#5955).
7880
7881 * facemenu.el (facemenu-self-insert-data): New var.
7882 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
7883 New functions.
7884 (facemenu-add-face): Use them.
7885
7886 * simple.el (blink-matching-open): Obey forward-sexp-function.
7887
7888 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
7889
7890 * simple.el (prog-mode-map): New var.
7891 (prog-indent-sexp): New command.
7892
7893 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
7894
7895 * progmodes/prolog.el (smie): Require.
7896
7897 * emacs-lisp/smie.el (smie-default-backward-token)
7898 (smie-default-forward-token): Strip properties.
7899 (smie-next-sexp): Be more careful with associative operators.
7900 (smie-forward-sexp-command): Generalize.
7901 (smie-backward-sexp-command): Simplify.
7902 (smie-closer-alist): New var.
7903 (smie-close-block): New command.
7904 (smie-indent-debug-log): New var.
7905 (smie-indent-offset-rule): Add a few more cases.
7906 (smie-indent-column): New function.
7907 (smie-indent-after-keyword): Use it.
7908 (smie-indent-keyword): Use it.
7909 Fix up the opener code's point position.
7910 (smie-indent-comment): Only applies at BOL.
7911 (smie-indent-debug): New command.
7912
7913 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
7914 declarations that are useful before running the macro.
7915
7916 2010-08-18 Joakim Verona <joakim@verona.se>
7917
7918 * image.el (imagemagick-types-inhibit): New variable.
7919 (imagemagick-register-types): New function.
7920 * image-mode.el (image-transform-properties): New function.
7921 (image-transform-set-scale, image-transform-fit-to-height)
7922 (image-transform-set-rotation, image-transform-set-resize)
7923 (image-transform-fit-to-width, image-transform-fit-to-height):
7924 New functions.
7925 (image-toggle-display-image): Support image transforms.
7926
7927 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
7928
7929 * image.el (create-animated-image): Don't add heuristic mask to image
7930 (Bug#6839).
7931
7932 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
7933
7934 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
7935 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
7936
7937 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
7938
7939 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
7940
7941 Font-lock '...' strings, plus various simplifications and fixes.
7942 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
7943 (octave-font-lock-close-quotes): New function.
7944 (octave-font-lock-syntactic-keywords): New var.
7945 (octave-mode): Use it. Set beginning-of-defun-function.
7946 (octave-mode-map): Don't override the <foo>-defun commands.
7947 (octave-mode-menu): Pass it directly to easy-menu-define;
7948 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
7949 (octave-block-match-alist): Fix up last change so that
7950 octave-close-block uses the more specific keyword.
7951 (info-lookup-mode): Silence byte-compiler.
7952 (octave-beginning-of-defun): Not interactive any more.
7953 Optimize slightly.
7954 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
7955 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
7956 (octave-completion-at-point-function): Make sure point is within
7957 beg..end.
7958 (octave-reindent-then-newline-and-indent):
7959 Use reindent-then-newline-and-indent.
7960 (octave-add-octave-menu): Remove.
7961
7962 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
7963
7964 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
7965 (report-emacs-bug-can-use-xdg-email): New functions.
7966 (report-emacs-bug): Set can-xdg-email to result of
7967 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
7968 \C-cm to report-emacs-bug-insert-to-mailer and add help text
7969 about it.
7970
7971 * net/browse-url.el (browse-url-default-browser): Add cond
7972 for browse-url-xdg-open.
7973 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
7974
7975 2010-08-17 Glenn Morris <rgm@gnu.org>
7976
7977 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
7978 (c-fontify-recorded-types-and-refs): Define for compiler.
7979 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
7980 before use.
7981
7982 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
7983 Fix format call.
7984
7985 2010-08-17 Michael Albinus <michael.albinus@gmx.de>
7986
7987 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
7988 properties.
7989 (tramp-handle-process-file): Call the program in a subshell, in
7990 order to preserve working directory.
7991 (tramp-action-password): Hide password prompt before next run.
7992 (tramp-process-actions): Widen connection buffer for the trace.
7993
7994 2010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
7995
7996 * net/rcirc.el (rcirc-log-process-buffers): New option.
7997 (rcirc-print): Use it.
7998 (rcirc-generate-log-filename): New function.
7999 (rcirc-log-filename-function): Change default to
8000 rcirc-generate-log-filename (Bug#6828).
8001
8002 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
8003
8004 * simple.el (deactivate-mark): If select-active-regions is `only',
8005 only set selection for temporarily active regions.
8006
8007 * cus-start.el: Change defcustom for select-active-regions.
8008
8009 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
8010
8011 * mouse.el (mouse--drag-set-mark-and-point): New function.
8012 (mouse-drag-track): Use LOCATION arg to push-mark.
8013 Use mouse--drag-set-mark-and-point to take click-count into
8014 consideration when updating point and mark (Bug#6840).
8015
8016 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
8017
8018 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8019 Give the Ruby rule a lower priority than Gnu (Bug#6778).
8020
8021 2010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
8022
8023 * font-lock.el (lisp-font-lock-keywords-2):
8024 Add combine-after-change-calls, condition-case-no-debug,
8025 with-demoted-errors, and with-silent-modifications (Bug#6025).
8026
8027 2010-08-14 Kevin Ryde <user42@zip.com.au>
8028
8029 * emacs-lisp/copyright.el (copyright-update-year)
8030 (copyright-update): Temporary switch-to-buffer to ensure the
8031 buffer change being queried is visible (Bug#5394).
8032
8033 2010-08-14 Tom Tromey <tromey@redhat.com>
8034
8035 * progmodes/etags.el (tags-file-name): Mark safe if stringp
8036 (Bug#6733).
8037
8038 2010-08-14 Eli Zaretskii <eliz@gnu.org>
8039
8040 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
8041 MS-DOS. (Bug#6689)
8042
8043 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
8044
8045 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
8046 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8047 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
8048 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
8049 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
8050 Call menu-bar-set-tool-bar-position.
8051
8052 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8053
8054 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
8055 comment style (bug#6834).
8056 * progmodes/scheme.el (scheme-mode-syntax-table):
8057 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
8058 "b" flag in "' 14b" syntax.
8059
8060 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
8061 for (un)commenting the region and performing completion.
8062 (octave-mode-menu): Use standard commands for help and completion.
8063 (octave-mode-syntax-table): Support %{..%} comments (sort of).
8064 (octave-mode): Use define-derived-mode.
8065 Set completion-at-point-functions and don't set columns.
8066 Don't disable adaptive-fill-regexp.
8067 (octave-describe-major-mode, octave-comment-region)
8068 (octave-uncomment-region, octave-comment-indent)
8069 (octave-indent-for-comment): Remove.
8070 (octave-indent-calculate): Rename from calculate-octave-indent.
8071 (octave-indent-line, octave-fill-paragraph): Update caller.
8072 (octave-initialize-completions): No need to make an alist.
8073 (octave-completion-at-point-function): New function.
8074 (octave-complete-symbol): Use it.
8075 (octave-insert-defun): Use define-skeleton.
8076
8077 * progmodes/octave-mod.el (octave-mode): Set comment-add.
8078 (octave-mode-map): Use comment-dwim (bug#6829).
8079
8080 2010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
8081
8082 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
8083 indentation of inserted comment.
8084
8085 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
8086
8087 * faces.el (region): Add type gtk that uses gtk colors.
8088
8089 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
8090 Handle theme-name change.
8091
8092 2010-08-10 Michael R. Mauger <mmaug@yahoo.com>
8093
8094 * progmodes/sql.el: Version 2.5
8095 (sql-product-alist): Add :prompt-cont-regexp property for several
8096 database products.
8097 (sql-prompt-cont-regexp): New variable.
8098 (sql-output-newline-count, sql-output-by-send):
8099 New variables. Record number of newlines in input text.
8100 (sql-send-string): Handle multiple filters and count newlines.
8101 (sql-send-magic-terminator): Count terminator newline.
8102 (sql-interactive-remove-continuation-prompt): Filters output to
8103 remove continuation prompts; one for each newline.
8104 (sql-interactive-mode): Set up new variables, prompt regexp and
8105 output filter.
8106 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
8107 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
8108
8109 2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8110
8111 * emacs-lisp/pcase.el: New file.
8112
8113 2010-08-10 Michael Albinus <michael.albinus@gmx.de>
8114
8115 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
8116 as here-document, otherwise the command could exceed maximum
8117 length of command line.
8118 (tramp-handle-vc-registered): Call script accordingly.
8119 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
8120
8121 2010-08-10 Kenichi Handa <handa@m17n.org>
8122
8123 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
8124 composable pattern.
8125
8126 2010-08-09 Chong Yidong <cyd@stupidchicken.com>
8127
8128 * emacs-lisp/package.el (package-version-split)
8129 (package--version-first-nonzero, package-version-compare):
8130 Functions removed.
8131 (package-directory-list, package-load-all-descriptors)
8132 (package--built-in, package-activate, define-package)
8133 (package-installed-p, package-compute-transaction)
8134 (package-read-all-archive-contents)
8135 (package--add-to-archive-contents, package-buffer-info)
8136 (package-tar-file-info, package-list-packages-internal):
8137 Use version-to-list and version-list-*.
8138
8139 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8140 Use version-to-list.
8141 (package-upload-buffer-internal): Use version-list-<=.
8142
8143 2010-08-09 Kenichi Handa <handa@m17n.org>
8144
8145 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
8146 composable pattern.
8147
8148 2010-08-08 Chong Yidong <cyd@stupidchicken.com>
8149
8150 * tutorial.el (tutorial--default-keys): C-d is now bound to
8151 delete-forward-char (Bug#6826).
8152
8153 * mouse.el (mouse-drag-track): Remove accidentally-removed check
8154 for `double' value of mouse-1-click-follows-link (Bug#6807).
8155
8156 2010-08-08 Johan Bockgård <bojohan@gnu.org>
8157
8158 * replace.el (replace-highlight): Bind isearch-forward and
8159 isearch-error, ensuring that highlighting is updated if the user
8160 switches the search direction (Bug#6808).
8161
8162 * isearch.el (isearch-lazy-highlight-forward): New var.
8163 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8164 (isearch-lazy-highlight-update): Use it.
8165
8166 2010-08-08 Kenichi Handa <handa@m17n.org>
8167
8168 * international/mule.el (define-charset): Store NAME as :base property.
8169 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
8170 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
8171 current priority. Force using the designation of the specific
8172 charset by adding `charset' text property. Improve the whole algorithm.
8173
8174 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8175
8176 * emulation/pc-select.el (pc-selection-mode-hook)
8177 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
8178 (pc-selection-mode): Fix typos in docstrings.
8179
8180 2010-08-08 Kenichi Handa <handa@m17n.org>
8181
8182 * language/cyrillic.el: Don't add "microsoft-cp1251" to
8183 ctext-non-standard-encodings-alist here.
8184
8185 * international/mule.el (ctext-non-standard-encodings-alist):
8186 Add "koi8-r" and "microsoft-cp1251".
8187 (ctext-standard-encodings): New variable.
8188 (ctext-non-standard-encodings-table): List only elements for
8189 non-standard encodings.
8190 (ctext-pre-write-conversion): Adjust for the above change.
8191 Check ctext-standard-encodings.
8192
8193 * international/mule-conf.el (compound-text): Doc fix.
8194 (ctext-no-compositions): Doc fix.
8195 (compound-text-with-extensions): Doc fix.
8196
8197 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8198
8199 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
8200
8201 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8202
8203 * progmodes/which-func.el (which-func-format): Split help-echo text
8204 into lines, like other mode-line tooltips.
8205
8206 * server.el (server-start): When using TCP sockets, force IPv4
8207 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
8208
8209 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8210
8211 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
8212
8213 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8214
8215 * term.el (term-delimiter-argument-list): Reflow docstring.
8216 (term-read-input-ring, term-write-input-ring, term-send-input)
8217 (term-bol, term-erase-in-display, serial-supported-or-barf):
8218 Fix typos in docstrings.
8219
8220 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8221
8222 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
8223
8224 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8225
8226 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
8227
8228 2010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
8229
8230 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
8231 Fix typo in docstring (bug#6747).
8232
8233 2010-08-08 Leo <sdl.web@gmail.com>
8234
8235 * eshell/esh-io.el (eshell-get-target): Better detection of
8236 read-only file (Bug#6762).
8237
8238 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8239
8240 * align.el (align-default-spacing): Doc fix.
8241 (align-region-heuristic, align-regexp): Fix typos in docstrings.
8242
8243 2010-08-08 Stephen Peters <speters@itasoftware.com>
8244
8245 * calendar/icalendar.el
8246 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
8247 (icalendar--get-weekday-numbers): New.
8248 (icalendar--convert-recurring-to-diary): Handle multiple byday
8249 values in weekly rules. (Bug#6766)
8250
8251 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
8252
8253 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
8254 (icalendar--create-uid, icalendar-export-region)
8255 (icalendar--parse-summary-and-rest): Code formatting.
8256
8257 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
8258
8259 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
8260 to italicize headers.
8261 (calc-highlight-selections-with-faces): New variable.
8262 (calc-selected-face, calc-nonselected-face): New faces.
8263
8264 * calc/calccomp.el (math-comp-highlight-string): Use
8265 `calc-highlight-selections-with-faces' to determine how to highlight
8266 sub-formulas.
8267
8268 * calc/calc-sel.el (calc-show-selections): Change message to when
8269 using faces to highlight selections.
8270
8271 2010-08-07 Michael R. Mauger <mmaug@yahoo.com>
8272
8273 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
8274 Add SQLite 3 keywords, functions and datatypes.
8275 (sql-interactive-mode): Remove `comint-process-echoes' set to t
8276 (Bug#6686).
8277
8278 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
8279
8280 * simple.el (select-active-regions): Move to keyboard.c.
8281 (deactivate-mark): Used saved-region-selection.
8282 (select-active-region): Function removed.
8283 (activate-mark, set-mark, push-mark-command)
8284 (handle-shift-selection): Don't call it.
8285 (keyboard-quit): Avoid adding the region to the window selection.
8286
8287 * mouse.el (mouse-drag-track): Remove hacks to deal with old
8288 select-active-regions implementation.
8289 (mouse-yank-at-click): Doc fix.
8290
8291 * cus-start.el: Add custom declaration for select-active-regions.
8292
8293 2010-08-07 Eli Zaretskii <eliz@gnu.org>
8294
8295 * simple.el (delete-forward-char): Doc fix.
8296
8297 * tutorial.el (help-with-tutorial): Hack safe file-local variables
8298 after reading the tutorial.
8299
8300 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
8301
8302 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
8303 Fix for the case that a C style comment has its delimiters alone on
8304 their respective lines.
8305
8306 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
8307
8308 * net/tramp.el (tramp-handle-start-file-process): Set connection
8309 property "vec".
8310 (tramp-process-sentinel): Use it for flushing the cache.
8311 We cannot do it via the process buffer, the buffer could be deleted
8312 already when running the sentinel.
8313
8314 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
8315
8316 * comint.el (comint-mode): Make directory tracking functions
8317 functional on remote files. (Bug#6764)
8318
8319 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
8320
8321 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
8322
8323 2010-08-05 Eli Zaretskii <eliz@gnu.org>
8324
8325 * emacs-lisp/find-gc.el (find-gc-source-files):
8326 Rename unexec.c => unexcoff.c.
8327
8328 * emacs-lisp/authors.el (authors-fixed-entries):
8329 Rename unexec.c => unexcoff.c.
8330
8331 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
8332
8333 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
8334 cache, not only file cache.
8335 (tramp-process-sentinel): New defun.
8336 (tramp-handle-start-file-process): Use it, in order to invalidate
8337 file caches.
8338
8339 2010-08-03 Leo <sdl.web@gmail.com>
8340
8341 * server.el (server-start): Simplify loop.
8342
8343 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
8344
8345 * frame.el (screen-height, screen-width, set-screen-width)
8346 (set-screen-height): Remove ancient compatibility aliases.
8347
8348 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
8349 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
8350
8351 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
8352 that change current buffer.
8353
8354 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8355
8356 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
8357 beginning of the string. Use `string-match-p'. (Bug#6765)
8358
8359 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
8360
8361 * cus-start.el (x-gtk-use-system-tooltips): New variable.
8362
8363 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
8364
8365 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
8366 (package--builtins): Tweak descriptions.
8367 (package-print-package): Upcase descriptions if necessary.
8368 Show all built-in packages in font-lock-builtin-face.
8369 (package-list-packages-internal): Omit "emacs" package.
8370 Show status of built-in packages as "built-in".
8371
8372 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
8373
8374 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
8375 before killing to preserve the primary selection (Bug#6701).
8376
8377 * term/x-win.el (x-select-text): Doc fix.
8378
8379 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
8380
8381 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
8382 (objc-font-lock-extra-types):
8383 * progmodes/cc-mode.el (c-basic-common-init):
8384 * progmodes/cc-langs.el (c-make-mode-syntax-table)
8385 (c++-make-template-syntax-table)
8386 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
8387 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
8388 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
8389 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
8390 * progmodes/cc-fonts.el (c-make-inverse-face)
8391 (c-basic-matchers-after):
8392 * progmodes/cc-engine.el (c-forward-keyword-clause)
8393 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
8394 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
8395 (c-guess-continued-construct, c-guess-basic-syntax):
8396 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
8397 The above functions were modified or created.
8398
8399 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
8400
8401 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
8402
8403 2010-07-31 Eli Zaretskii <eliz@gnu.org>
8404
8405 * files.el (bidi-paragraph-direction): Define safe local values.
8406
8407 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
8408 language-info-alist. Remove outdated FIXME in a comment.
8409
8410 2010-07-31 Alan Mackenzie <acm@muc.de>
8411
8412 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
8413 Auto-fill broken in C/C++ modes.
8414
8415 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
8416
8417 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8418 (menu-bar-showhide-tool-bar-menu-customize-disable)
8419 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
8420 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
8421 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
8422 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
8423 make a menu for Options => toolbar that can move it.
8424
8425 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
8426
8427 * emacs-lisp/package-x.el (package--make-rss-entry):
8428 (package-maint-add-news-item, package--update-news)
8429 (package-upload-buffer-internal): New arg ARCHIVE-URL.
8430
8431 * emacs-lisp/package.el (package-archive-url): Rename from
8432 package-archive-id.
8433 (package-install): Doc fix.
8434 (package-download-single, package-download-tar, package-install)
8435 (package-menu-view-commentary): Callers changed.
8436
8437 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
8438
8439 * net/tramp.el (tramp-handle-start-file-process): Check only for
8440 `remote-tty' process property.
8441 (tramp-open-shell): Don't check for tty.
8442 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
8443 process property.
8444
8445 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
8446 host.
8447
8448 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
8449
8450 * emacs-lisp/package.el (package-load-list, package-archives)
8451 (package-archive-contents, package-user-dir)
8452 (package-directory-list, package--builtins, package-alist)
8453 (package-activated-list, package-obsolete-alist): Mark as risky.
8454
8455 2010-07-28 Phil Hagelberg <phil@evri.com>
8456
8457 Add support for non-default package repositories.
8458 * emacs-lisp/package.el (package-archive-base): Var deleted.
8459 (package-archives): New variable.
8460 (package-archive-contents): Doc fix.
8461 (package-load-descriptor): Do nothing if descriptor file is missing.
8462 (package--write-file-no-coding): New function.
8463 (package-unpack-single): Use it.
8464 (package-archive-id): New function.
8465 (package-download-single, package-download-tar)
8466 (package-menu-view-commentary): Use it.
8467 (package-installed-p): Make second argument optional.
8468 (package-read-all-archive-contents): New function.
8469 (package-initialize): Use it.
8470 (package-read-archive-contents): Add ARCHIVE argument.
8471 (package--add-to-archive-contents): New function.
8472 (package-install): Don't call package-read-archive-contents.
8473 (package--download-one-archive): Store archive file in a
8474 subdirectory of package-user-dir.
8475 (package-menu-execute): Remove spurious line movement.
8476
8477 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
8478
8479 * cus-start.el (tool-bar-style): Add text-image-horiz.
8480
8481 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
8482
8483 * progmodes/gud.el (gud-common-init): Check for remoteness of
8484 `file', and not of `default-directory'.
8485
8486 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
8487
8488 * net/tramp.el (tramp-methods): Move hostname to the end in all
8489 ssh `tramp-login-args'.
8490 (tramp-verbose): Describe verbose level 9.
8491 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
8492 (tramp-open-connection-setup-interactive-shell): Trace stty
8493 settings if `tramp-verbose' >= 9.
8494 (tramp-handle-start-file-process): Implement tty setting.
8495 (Bug#4604, Bug#6360)
8496
8497 * net/tramp-cmds.el (tramp-bug): Recommend setting of
8498 `tramp-verbose' to 9.
8499
8500 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
8501
8502 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
8503 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
8504 Remove references to package `lisp-re' (bug#4369).
8505
8506 2010-07-27 Tom Tromey <tromey@redhat.com>
8507
8508 * progmodes/js.el (js-mode):
8509 * progmodes/make-mode.el (makefile-mode):
8510 * progmodes/simula.el (simula-mode):
8511 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
8512
8513 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
8514
8515 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
8516
8517 * time.el (display-time-day-and-date): Remove spurious * in docstring.
8518 (display-time-world-buffer-name, display-time-world-mode-map):
8519 Fix typos in docstrings.
8520
8521 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
8522
8523 * image-mode.el (image-display-size): New function.
8524 (image-forward-hscroll, image-next-line, image-eol, image-eob)
8525 (image-mode-fit-frame): Use it (Bug#6639).
8526
8527 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
8528
8529 * dired.el (dired-buffers-for-dir): Handle list values of
8530 dired-directory (Bug#6636).
8531
8532 2010-07-26 Sam Steingold <sds@gnu.org>
8533
8534 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
8535 Do not call `x-get-selection' the second time, reuse the value.
8536
8537 2010-07-26 Daiki Ueno <ueno@unixuser.org>
8538
8539 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
8540 which consist of control chars only. Suggested by Richard Stallman.
8541
8542 2010-07-25 Daiki Ueno <ueno@unixuser.org>
8543
8544 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
8545 exists before passing an error to find-file-not-found-functions
8546 (bug#6723).
8547
8548 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
8549
8550 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
8551 Remove leading nil element, adjust values.
8552 (tetris-shapes, tetris-shape-scores):
8553 Change representation of shapes and remove some redundancy.
8554 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
8555 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
8556 Adjust for working with new representation of shapes.
8557 (tetris-shape-rotations): New function.
8558 (tetris-move-bottom, tetris-move-left, tetris-move-right)
8559 (tetris-rotate-prev, tetris-rotate-next):
8560 Adjust for working with the new version of tetris-test-shape.
8561
8562 2010-07-23 Markus Triska <markus.triska@gmx.at>
8563
8564 * progmodes/ps-mode.el: Use comint (bug#5954).
8565 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
8566 (ps-mode-other-newline): Simplify.
8567 (ps-run-mode): Derive from comint-mode instead of
8568 fundamental-mode, yielding input history etc.
8569 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
8570 (ps-run-send-string): Adapt for comint-mode.
8571 (ps-run-newline): Remove now unneeded function.
8572
8573 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
8574
8575 * net/tramp.el (tramp-methods): Move hostname to the end in all
8576 plink `tramp-login-args'.
8577
8578 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
8579
8580 * net/tramp.el (tramp-open-shell): New defun.
8581 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8582 Use it.
8583
8584 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
8585
8586 * net/tramp.el (tramp-file-name-regexp-unified)
8587 (tramp-completion-file-name-regexp-unified): On W32 systems, do
8588 not regard the volume letter as remote filename. (Bug#5447)
8589
8590 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
8591
8592 * custom.el (custom-declare-variable): Give a clearer error message
8593 when the docstring is missing (bug#6476).
8594
8595 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
8596
8597 * progmodes/sql.el: Version 2.4. Improved Login prompting.
8598 (sql-login-params): New widget definition.
8599 (sql-oracle-login-params, sql-mysql-login-params)
8600 (sql-solid-login-params, sql-sybase-login-params)
8601 (sql-informix-login-params, sql-ingres-login-params)
8602 (sql-ms-login-params, sql-postgres-login-params)
8603 (sql-interbase-login-params, sql-db2-login-params)
8604 (sql-linter-login-params): Use it.
8605 (sql-sqlite-login-params): Use it; Define "database" parameter as
8606 a file name.
8607 (sql-sqlite-program): Change to "sqlite3".
8608 (sql-comint-sqlite): Make sure database name is complete.
8609 (sql-for-each-login): New function.
8610 (sql-connect, sql-save-connection): Use it.
8611 (sql-get-login-ext): New function.
8612 (sql-get-login): Use it.
8613 (sql-make-alternate-buffer-name): Handle :file parameters.
8614
8615 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
8616
8617 * dired.el (dired-no-confirm): Document value t and fix defcustom to
8618 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
8619
8620 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
8621
8622 * dired.el (dired-mode-map): Use command remapping (bug#6632).
8623
8624 2010-07-22 Lawrence Mitchell <wence@gmx.li>
8625
8626 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
8627
8628 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
8629
8630 * net/tramp.el (tramp-get-ls-command)
8631 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
8632 instead of "/".
8633
8634 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
8635
8636 * progmodes/sql.el: Version 2.3.
8637 (sql-connection-alist): Change keys from symbols to strings;
8638 enhanced the widget definition.
8639 (sql-mode-menu): Add submenu to select connections.
8640 (sql-interactive-mode-menu): Add "Save Connection" item.
8641 (sql-add-product): Fix menu item.
8642 (sql-get-product-feature): Improved error handling.
8643 (sql--alt-buffer-part, sql--alt-if-not-empty): Remove.
8644 (sql-make-alternate-buffer-name): Simplified.
8645 (sql-product-interactive): Handle missing product.
8646 (sql-connect): Support string keys, minor improvements.
8647 (sql-save-connection): New function.
8648 (sql-connection-menu-filter): New function.
8649
8650 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
8651
8652 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
8653 (tramp-open-connection-setup-interactive-shell):
8654 Apply workaround for IRIX64 bug. Move argument of last
8655 `tramp-send-command' where it belongs to.
8656
8657 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
8658
8659 * net/tramp.el (tramp-perl-file-attributes)
8660 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
8661 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
8662 front of `login-args'.
8663
8664 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
8665
8666 * time.el (display-time-world-mode): Define with `define-derived-mode'.
8667 Set `show-trailing-whitespace' to nil.
8668 (display-time-world-display): Simplify.
8669
8670 2010-07-18 Alan Mackenzie <acm@muc.de>
8671
8672 Enhance `c-file-style' in file/directory local variables.
8673 * progmodes/cc-mode.el (c-count-cfss): New function.
8674 (c-before-hack-hook): Call `c-set-style' differently according to
8675 whether c-file-style was set in file or directory local
8676 variables.
8677
8678 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
8679
8680 * progmodes/sql.el: Version 2.2.
8681 (sql-product, sql-user, sql-database, sql-server, sql-port):
8682 Use defcustom :safe keyword rather than putting safe-local-variable
8683 property.
8684 (sql-password): Use defcustom :risky keyword rather than putting
8685 risky-local-variable property.
8686 (sql-oracle-login-params, sql-sqlite-login-params)
8687 (sql-solid-login-params, sql-sybase-login-params)
8688 (sql-informix-login-params, sql-ingres-login-params)
8689 (sql-ms-login-params, sql-postgres-login-params)
8690 (sql-interbase-login-params, sql-db2-login-params)
8691 (sql-linter-login-params): Add `port' option.
8692 (sql-get-product-feature): Add NO-INDIRECT parameter.
8693 (sql-comint-oracle, sql-comint-sybase)
8694 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
8695 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
8696 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
8697 (sql-comint-linter): Rename sql-connect-* functions to
8698 sql-comint-*.
8699 (sql-product-alist, sql-mode-menu): Rename as above and
8700 :sqli-connect-func to :sqli-comint-func.
8701 (sql-connection): New variable.
8702 (sql-interactive-mode): Set it.
8703 (sql-connection-alist): New variable.
8704 (sql-connect): New function.
8705 (sql--alt-buffer-part, sql--alt-if-not-empty)
8706 (sql-make-alternate-buffer-name): Improved alternative buffer name.
8707
8708 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8709
8710 * image-mode.el (image-bookmark-make-record): Do not set context
8711 in an image (Bug#6650).
8712
8713 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
8714
8715 * simple.el (select-active-region): New function.
8716 (push-mark-command, set-mark, activate-mark)
8717 (handle-shift-selection): Use it.
8718 (deactivate-mark): Don't check for size of region.
8719
8720 * mouse.el (mouse-drag-track): Use select-active-region.
8721
8722 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
8723
8724 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
8725 "--dired" stronger.
8726
8727 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
8728
8729 * term/x-win.el (x-select-enable-primary): Change default to nil.
8730 (x-select-enable-clipboard): Add :version keyword.
8731
8732 * mouse.el (mouse-drag-copy-region):
8733 * simple.el (select-active-regions): Likewise.
8734
8735 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
8736
8737 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
8738 (vc-coding-system-for-diff): Use it to decide whether to inherit
8739 from the file the EOL format for reading the diffs of that file.
8740 (Bug#4451)
8741
8742 2010-07-16 Eli Zaretskii <eliz@gnu.org>
8743
8744 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
8745 unibyte, so compressed attachments are not compressed again.
8746
8747 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
8748
8749 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
8750 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
8751 (tramp-find-shell): Simplify setting connection property.
8752 (tramp-get-ls-command): Make test for "--color=never" stronger.
8753
8754 2010-07-15 Simon South <ssouth@member.fsf.org>
8755
8756 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
8757 blocks within record declarations (i.e. variant parts) correctly.
8758
8759 2010-07-15 Simon South <ssouth@member.fsf.org>
8760
8761 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
8762 over literal tokens when parsing so newlines aren't "absorbed" by
8763 single-line comments. Corrects the indentation of case blocks
8764 that have a comment on the first line.
8765
8766 2010-07-14 Karl Fogel <kfogel@red-bean.com>
8767
8768 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
8769 by Drew Adams (Bug#5504).
8770
8771 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
8772
8773 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
8774 now that Unicode is used (Bug#6594).
8775
8776 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
8777
8778 * term/x-win.el (x-select-enable-clipboard): Default to t.
8779 (x-initialize-window-system): Don't overwrite Paste menu item.
8780
8781 * simple.el (select-active-regions): Default to t.
8782 (push-mark-command): Don't overwrite primary with empty string.
8783
8784 * mouse.el: Bind mouse-2 to mouse-yank-primary.
8785 (mouse-drag-copy-region): Default to nil.
8786
8787 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
8788 Cut/Copy/Paste menu bar items.
8789
8790 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8791
8792 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
8793 Patch applied by Karl Fogel.
8794
8795 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
8796 and `bookmark-current-buffer' if they have been already set in
8797 another buffer (e.g gnus-art).
8798
8799 2010-07-13 Karl Fogel <kfogel@red-bean.com>
8800 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8801
8802 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
8803
8804 * bookmark.el (bookmark-make-record-default): Allow unneeded
8805 information to be omitted from the record.
8806
8807 Adjust declarations and calls:
8808
8809 * info.el (bookmark-make-record-default): Adjust declaration.
8810 (Info-bookmark-make-record): Adjust call.
8811
8812 * woman.el (bookmark-make-record-default): Adjust declaration.
8813 (woman-bookmark-make-record): Adjust call.
8814
8815 * man.el (bookmark-make-record-default): Adjust declaration.
8816 (Man-bookmark-make-record): Adjust call.
8817
8818 * image-mode.el (bookmark-make-record-default): Adjust declaration.
8819
8820 * doc-view.el (bookmark-make-record-default): Adjust declaration.
8821
8822 2010-07-13 Karl Fogel <kfogel@red-bean.com>
8823
8824 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
8825 This is also from Thierry Volpiatto's patch in bug #6444. However,
8826 because it was extraneous to the functional change in that patch,
8827 and causes a re-indendation, I am committing it separately.
8828
8829 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8830
8831 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
8832 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
8833 Patch applied by Karl Fogel (Bug#6444).
8834
8835 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
8836
8837 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
8838
8839 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
8840
8841 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
8842 Dempsky; bug#5084). Remove incorrect binding for S-tab.
8843 (ns-alternatives-map): Change S-tab binding to backtab
8844 (bug#6616).
8845
8846 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
8847 under ns.
8848
8849 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
8850
8851 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
8852 (Bug#5806)
8853
8854 * language/tv-util.el (tai-viet-re): Remove format.
8855
8856 2010-07-12 Kenichi Handa <handa@m17n.org>
8857
8858 * language/hebrew.el: Remove no-byte-compile declaration.
8859 Change coding: tag to utf-8. Register hebrew-shape-gstring in
8860 composition-function-table for 3-character looking back.
8861 (hebrew-font-get-precomposed): New function.
8862 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
8863
8864 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
8865
8866 * mouse.el (mouse-drag-track): Handle select-active-regions
8867 (Bug#6612).
8868
8869 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
8870
8871 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
8872 empty argument to gvfs-copy.
8873
8874 2010-07-10 Glenn Morris <rgm@gnu.org>
8875
8876 * calendar/calendar.el (calendar-week-end-day): New function.
8877 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
8878 Respect calendar-week-start-day. (Bug#6606)
8879 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
8880 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
8881 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
8882 respect calendar-week-start-day.
8883
8884 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
8885
8886 * simple.el (use-region-p): Doc fix (Bug#6607).
8887
8888 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
8889
8890 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8891 Add regexps for cucumber and ruby.
8892
8893 2010-07-08 Daiki Ueno <ueno@unixuser.org>
8894
8895 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
8896 (epa-file-insert-file-contents): Hack to prevent
8897 find-file from opening empty buffer when decryption failed
8898 (bug#6568).
8899
8900 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
8901
8902 * textmodes/ispell.el (ispell-alternate-dictionary):
8903 Use file-readable-p.
8904 Return nil if no word-list is found at default locations.
8905 (ispell-complete-word-dict): Default to nil.
8906 (ispell-command-loop): Use 'word-list' when using lookup-words.
8907 (lookup-words): Use ispell-complete-word-dict or
8908 ispell-alternate-dictionary. Check for word-list availability
8909 and handle errors if needed with better messages (Bug#6539).
8910 (ispell-complete-word): Use ispell-complete-word-dict or
8911 ispell-alternate-dictionary.
8912
8913 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
8914
8915 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
8916 builtins (BufferError, BytesWarning, WindowsError; callables
8917 bin, bytearray, bytes, format, memoryview, next, print; __package__).
8918
8919 2010-07-07 Glenn Morris <rgm@gnu.org>
8920
8921 * play/zone.el (top-level): Do not require timer, tabify, or cl.
8922 (zone-shift-left): Ignore intangibility, and any errors from
8923 forward-char.
8924 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
8925 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
8926 deleting, and copying text properties.
8927 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
8928 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
8929 to point-max is hard.
8930 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
8931 (zone-fill-out-screen): Ignore intangibility.
8932
8933 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
8934
8935 * menu-bar.el (menu-bar-mode):
8936 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
8937 if it has been set.
8938
8939 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
8940 word/line selection (Bug#6565).
8941
8942 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
8943
8944 * net/dbus.el (dbus-send-signal): Declare function.
8945
8946 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
8947
8948 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
8949 (dbus-register-property): New optional argument EMITS-SIGNAL.
8950 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
8951
8952 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
8953
8954 * mouse.el (mouse-drag-overlay): Variable deleted.
8955 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
8956 (mouse--remap-link-click-p): New function.
8957 (mouse-drag-track): Handle dragging by using temporary Transient
8958 Mark mode, instead of a special overlay.
8959 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
8960 mouse-show-mark.
8961
8962 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
8963 deleted.
8964
8965 2010-07-02 Juri Linkov <juri@jurta.org>
8966
8967 * autoinsert.el (auto-insert-alist): Fix readability
8968 by using dotted pair notation for lambda.
8969
8970 2010-07-02 Juri Linkov <juri@jurta.org>
8971
8972 * faces.el (read-face-name): Rename arg `string-describing-default'
8973 to `default'. Doc fix. Display the default value in quotes
8974 in the prompt. With empty input, return the `default' arg,
8975 unless the default value is a string (in which case return nil).
8976 (describe-face): Replace the string `default' arg of `read-face-name'
8977 with the symbol `default'.
8978
8979 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
8980
8981 * emulation/viper-cmd.el (viper-delete-backward-char)
8982 (viper-del-backward-char-in-insert)
8983 (viper-del-backward-char-in-replace, viper-change)
8984 (viper-backward-indent): Replace delete-backward-char with
8985 delete-char (Bug#6552).
8986
8987 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
8988
8989 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
8990
8991 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
8992
8993 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
8994 argument passed to frame-creation-function (Bug#5378).
8995
8996 * faces.el (x-handle-named-frame-geometry)
8997 (x-handle-reverse-video, x-create-frame-with-faces)
8998 (face-set-after-frame-default, tty-create-frame-with-faces):
8999 Don't separately consult default-frame-alist. It is now passed as the
9000 PARAMETER argument.
9001
9002 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
9003
9004 * startup.el (command-line): Don't call tool-bar-setup in a
9005 tty-only build.
9006
9007 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
9008
9009 * ruler-mode.el (ruler--save-header-line-format): New fun.
9010 (ruler-mode): Use it as a setter function, so as not to overwrite
9011 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
9012
9013 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
9014
9015 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
9016 (vc-root-diff, vc-print-root-log, vc-log-incoming)
9017 (vc-log-outgoing): Use it.
9018 (vc-diff-internal): Set diff-vc-backend.
9019
9020 * vc/diff-mode.el (diff-vc-backend): New var.
9021
9022 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
9023
9024 * dynamic-setting.el (font-setting-change-default-font):
9025 Remove call to message.
9026
9027 2010-06-28 Kenichi Handa <handa@m17n.org>
9028
9029 * international/quail.el (quail-insert-kbd-layout): Fix the
9030 showing of untranslated characters.
9031
9032 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
9033
9034 * simple.el (delete-active-region): New option.
9035 (delete-backward-char): Implement in Lisp.
9036 (delete-forward-char): New command.
9037
9038 * mouse.el (mouse-region-delete-keys): Delete.
9039 (mouse-show-mark): Simplify.
9040
9041 * bindings.el (global-map): Bind delete and DEL, the former to
9042 delete-forward-char.
9043
9044 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
9045
9046 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
9047 (ruby-mode): Bind indent-line-function (Bug#5119).
9048
9049 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
9050
9051 * startup.el (command-line): Recognize "0" X resource value.
9052
9053 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
9054
9055 * startup.el (command-line): Use X resources to set the value of
9056 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
9057
9058 * menu-bar.el (menu-bar-mode):
9059 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
9060 Set init-value to t.
9061
9062 * frame.el (frame-notice-user-settings): Don't change
9063 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
9064 vice versa (Bug#2249).
9065
9066 2010-06-26 Eli Zaretskii <eliz@gnu.org>
9067
9068 * w32-fns.el (w32-convert-standard-filename): Doc fix.
9069
9070 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
9071
9072 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
9073 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
9074
9075 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
9076 default directories are expanded (Bug#6143).
9077
9078 2010-06-24 Juri Linkov <juri@jurta.org>
9079
9080 * minibuffer.el (completions-format): Change default from nil to
9081 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
9082
9083 2010-06-24 Juri Linkov <juri@jurta.org>
9084
9085 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
9086 buffer-locally to lambda that re-runs the vc diff command.
9087 (Bug#6447)
9088
9089 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
9090
9091 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
9092 echo area is in use (Bug#3412).
9093
9094 2010-06-22 Glenn Morris <rgm@gnu.org>
9095
9096 * textmodes/texinfmt.el (texinfo-format-region)
9097 (texinfo-raise-lower-sections, texinfo-format-separate-node)
9098 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
9099 (texinfo-format-option, texinfo-noindent):
9100 Use line-beginning-position and line-end-position.
9101
9102 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
9103 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
9104 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
9105 utf-8 characters.
9106
9107 2010-06-21 Karl Fogel <kfogel@red-bean.com>
9108
9109 * play/zone.el (zone-fall-through-ws): Fix next-line ->
9110 forward-line fallout.
9111
9112 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
9113
9114 * mouse.el (mouse-appearance-menu): Add docstring.
9115
9116 * help.el (describe-key): Print up-event using key-description.
9117
9118 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
9119
9120 * net/zeroconf.el (zeroconf-resolve-service)
9121 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
9122 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
9123
9124 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
9125
9126 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
9127
9128 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
9129
9130 Avoid displaying files with a nil state in vc-dir.
9131 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
9132 cases that cause insertion.
9133 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
9134 with a nil state.
9135
9136 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
9137
9138 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
9139
9140 2010-06-29 Leo <sdl.web@gmail.com>
9141
9142 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
9143
9144 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9145
9146 * generic-x.el (bat-generic-mode): Fix regexp for command line
9147 switches (Bug#5719).
9148
9149 2010-06-27 Masatake YAMATO <yamato@redhat.com>
9150
9151 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
9152 of nconc to avoid pure storage error (Bug#6239).
9153
9154 2010-06-27 Christoph Scholtes <cschol2112@googlemail.com>
9155
9156 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
9157 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
9158 bindings of bookmark-automatically-show-annotations (Bug#6515).
9159
9160 2010-06-25 Eli Zaretskii <eliz@gnu.org>
9161
9162 * arc-mode.el (archive-zip-extract): Don't quote the file name on
9163 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
9164
9165 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
9166
9167 * comint.el (make-comint, make-comint-in-buffer): Mention return
9168 value in the docstrings. (Bug#6498)
9169
9170 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
9171
9172 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
9173 since it is not present when using some non-default switches.
9174
9175 2010-06-23 Karl Fogel <kfogel@red-bean.com>
9176
9177 * simple.el (compose-mail): Fix doc string to refer to
9178 `compose-mail-user-agent-warnings', instead of to the
9179 nonexistent `compose-mail-check-user-agent'.
9180
9181 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
9182
9183 Fix an indentation bug:
9184
9185 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
9186 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
9187 of existing values.
9188
9189 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
9190 (c-clear->-pair-props-if-match-before): now return t when they've
9191 cleared properties, nil otherwise.
9192 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
9193 by taking account of the existing value.
9194
9195 * progmodes/cc-defs.el
9196 (c-clear-char-property-with-value-function): Fix this to clear the
9197 property rather than overwriting it with nil.
9198
9199 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
9200
9201 * emacs-lisp/package.el (package-print-package): Add link to
9202 package description via describe-package.
9203 (describe-package-1): List package requirements. Add button to
9204 perform installation.
9205 (package-menu-describe-package): New command.
9206
9207 * help-mode.el (help-package): New button type.
9208
9209 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
9210
9211 * emacs-lisp/package.el: Move package-list-packages binding to
9212 menu-bar.el.
9213 (describe-package, describe-package-1, package--dir): New funs.
9214 (package-activate-1): Use package--dir.
9215
9216 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
9217
9218 * help-mode.el (help-package-def): New button type.
9219
9220 * menu-bar.el: Move package-list-packages binding here from
9221 package.el.
9222
9223 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
9224
9225 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
9226
9227 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9228
9229 * emacs-lisp/edebug.el (edebug-read-list):
9230 Phase out old-style backquotes.
9231
9232 2010-06-17 Juri Linkov <juri@jurta.org>
9233
9234 * help-mode.el (help-mode): Set buffer-local variable
9235 revert-buffer-function to help-mode-revert-buffer.
9236 (help-mode-revert-buffer): New function.
9237
9238 * info.el (Info-revert-find-node): Check for major-mode Info-mode
9239 before popping to "*info*" (like in other Info functions).
9240 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
9241 old-history-forward. Pop to old-buffer-name or "*info*" to
9242 recreate the killed buffer. Set Info-history-forward from
9243 old-history-forward.
9244 (Info-breadcrumbs-depth): Add :group and :version.
9245
9246 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
9247
9248 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
9249
9250 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
9251
9252 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
9253 for languages like Portuguese with pt_{BR,PT} and no plain pt.
9254
9255 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
9256
9257 * emacs-lisp/package.el (package-menu-mode-map):
9258 Move initialization into declaration.
9259
9260 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
9261
9262 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
9263
9264 * emacs-lisp/package.el (package-archive-base): Point to
9265 elpa.gnu.org.
9266 (package-enable, package-load-list): New defcustoms.
9267 (package-user-dir, package-directory-list): Turn into defcustoms.
9268 Don't include package-user-dir in package-directory-list.
9269 (package--builtins-base): Don't include Emacs as a "package".
9270 (package-subdirectory-regexp): New var.
9271 (package-load-all-descriptors, package-compute-transaction)
9272 (package-download-transaction): Obey package-load-list.
9273 (package-activate-1): Rename from package-do-activate.
9274 (package-list-packages-internal): Check package-load-list.
9275 (package-load-descriptor, package-generate-autoloads)
9276 (package-unpack, package-unpack-single)
9277 (package--read-archive-file, package-delete):
9278 Use expand-file-name.
9279
9280 * emacs-lisp/package-x.el: New file. Package uploading
9281 functionality split out from package.el.
9282
9283 * startup.el (command-line): Load packages after reading init file.
9284
9285 2010-06-17 Tom Tromey <tromey@redhat.com>
9286
9287 * emacs-lisp/package.el: New file.
9288
9289 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9290
9291 Fix vc-annotate for renamed files when using Git.
9292 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
9293 ls-files. Doe not pass the object as a file name to cat-file, it
9294 is not a file name.
9295 (vc-git-annotate-command): Pass the file name using -- to avoid
9296 ambiguity with the revision.
9297 (vc-git-previous-revision): Pass a relative file name.
9298
9299 2010-06-22 Glenn Morris <rgm@gnu.org>
9300
9301 * progmodes/js.el (js-mode-map): Use standard capitalization and
9302 ellipses for menu entries.
9303
9304 * wid-edit.el (widget-complete): Doc fix.
9305
9306 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
9307
9308 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
9309
9310 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9311
9312 Fix annotating other revisions for renamed files in vc-annotate.
9313 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
9314 VC backend. Use it when non-nil.
9315 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
9316 (Bug#6487).
9317
9318 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
9319 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
9320 Do not pass the file name to the 'previous-revision call when we
9321 don't want a file diff. (Bug#6489)
9322
9323 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9324
9325 Fix finding revisions for renamed files in vc-annotate.
9326 * vc/vc.el (vc-find-revision): Add an optional argument for
9327 the VC backend. Use it when non-nil.
9328 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
9329 backend to vc-find-revision. (Bug#6487)
9330
9331 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9332
9333 Fix reading file names in Git annotate buffers.
9334 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
9335 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
9336
9337 2010-06-20 Alan Mackenzie <acm@muc.de>
9338
9339 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
9340 in file local variables, set it first.
9341
9342 2010-06-19 Glenn Morris <rgm@gnu.org>
9343
9344 * descr-text.el (describe-char-unicode-data): Insert separating
9345 space when needed. (Bug#6422)
9346
9347 * progmodes/idlwave.el (idlwave-action-and-binding):
9348 Fix typo in 2009-12-03 change. (Bug#6450)
9349
9350 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9351
9352 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
9353 handling for `lambda' (misunderstanding).
9354
9355 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
9356
9357 * calc/calc-poly.el (math-accum-factors): Make sure that
9358 constants aren't distributed after they are factored out.
9359
9360 2010-06-16 Juri Linkov <juri@jurta.org>
9361
9362 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
9363 `list-colors-print'. (Bug#6332)
9364
9365 * subr.el (read-quoted-char): Fix up last change (bug#6290).
9366
9367 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9368
9369 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
9370 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
9371
9372 * font-lock.el (font-lock-major-mode): Rename from
9373 font-lock-mode-major-mode to distinguish it from
9374 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
9375 (font-lock-set-defaults):
9376 * font-core.el (font-lock-default-function): Adjust users.
9377 (font-lock-mode): Don't set it at all.
9378
9379 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9380
9381 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
9382
9383 2010-06-16 Glenn Morris <rgm@gnu.org>
9384
9385 * calendar/appt.el (appt-time-msg-list): Doc fix.
9386 (appt-check): Let-bind appt-warn-time.
9387 (appt-add): Make the 3rd argument optional.
9388 Simplify argument names. Doc fix. Check for integer WARNTIME.
9389 Only add WARNTIME to the output list if non-nil.
9390
9391 2010-06-16 Ivan Kanis <apple@kanis.eu>
9392
9393 * calendar/appt.el (appt-check): Let the 3rd element of
9394 appt-time-msg-list specify the warning time.
9395 (appt-add): Add new argument with the warning time. (Bug#5176)
9396
9397 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
9398
9399 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
9400 older than version 1.6. (Bug#6361)
9401
9402 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
9403
9404 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
9405 used by cl-do-arglist. (Bug#6408)
9406
9407 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
9408
9409 * textmodes/ispell.el (ispell-dictionary-base-alist):
9410 Fix portuguese casechars/not-casechars for missing 'çÇ'.
9411 Suggested by Rolando Pereira (bug#6434).
9412
9413 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
9414
9415 * facemenu.el (list-colors-sort): Doc fix.
9416
9417 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
9418
9419 * progmodes/sql.el (sql-connect-mysql): Fix typo.
9420
9421 2010-06-14 Juri Linkov <juri@jurta.org>
9422
9423 Add sort option `list-colors-sort'. (Bug#6332)
9424 * facemenu.el (color-rgb-to-hsv): New function.
9425 (list-colors-sort): New defcustom.
9426 (list-colors-sort-key): New function.
9427 (list-colors-display): Doc fix. Sort list according to the option
9428 `list-colors-sort'.
9429 (list-colors-print): Add HSV values to `help-echo' property of
9430 RGB strings.
9431
9432 2010-06-14 Juri Linkov <juri@jurta.org>
9433
9434 * compare-w.el: Move to the "vc" subdirectory.
9435
9436 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9437
9438 * image-mode.el (image-mode-map): Remap left-char and right-char.
9439
9440 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
9441
9442 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
9443
9444 * term/common-win.el (x-colors): Add all the color names defined
9445 in rgb.txt (Bug#6332).
9446
9447 * facemenu.el (list-colors-print): Don't print extra names if it
9448 will overflow the window width.
9449
9450 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
9451 change (Bug#6343).
9452
9453 2010-06-12 Eli Zaretskii <eliz@gnu.org>
9454
9455 * files.el (make-directory): Doc fix (bug#6396).
9456
9457 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
9458
9459 * net/tramp.el (tramp-remote-process-environment): Protect version
9460 string by apostroph.
9461 (tramp-shell-prompt-pattern): Do not use a shy group in case of
9462 XEmacs.
9463 (tramp-file-name-for-operation): Add `call-process-region'.
9464 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
9465
9466 * net/tramp-compat.el (top): Do not autoload
9467 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
9468 only when `start-file-process' is not bound.
9469 (tramp-advice-file-expand-wildcards): Do not use
9470 `tramp-handle-file-remote-p'.
9471 (tramp-compat-make-temp-file): Handle the case, that
9472 `make-temp-file' has no third argument EXTENSION.
9473
9474 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
9475
9476 * makefile.w32-in (WINS_BASIC): Include new directory vc.
9477
9478 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
9479
9480 2010-06-11 Juri Linkov <juri@jurta.org>
9481
9482 * finder.el (finder-known-keywords): Add keyword "vc"
9483 for version control.
9484
9485 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
9486 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
9487 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
9488 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
9489
9490 2010-06-11 Juri Linkov <juri@jurta.org>
9491
9492 Move version control related files to the "vc" subdirectory.
9493 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
9494 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
9495 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
9496 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
9497 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
9498 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
9499 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
9500 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
9501 Move files to the "vc" subdirectory.
9502
9503 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
9504
9505 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
9506 (Bug#6367).
9507
9508 2010-06-11 Stephen Eglen <stephen@gnu.org>
9509
9510 * shell.el: Bind `shell-resync-dirs' to M-RET.
9511
9512 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
9513
9514 * notifications.el: Move file from lisp/net, because it is
9515 supposed to talk locally to the user.
9516
9517 2010-06-10 Julien Danjou <julien@danjou.info>
9518
9519 * net/notifications.el (notifications-on-action-signal)
9520 (notifications-on-closed-signal): Pass notification id as first
9521 argument to the callback functions. Add docstrings.
9522 (notifications-notify): Fix docstring.
9523
9524 2010-06-10 Glenn Morris <rgm@gnu.org>
9525
9526 * emacs-lisp/authors.el (authors-ignored-files)
9527 (authors-valid-file-names): Add some files.
9528
9529 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9530
9531 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
9532 merge conflict, giving preference to the emacs-23 version of the code.
9533
9534 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9535
9536 * emacs-lisp/advice.el (ad-compile-function):
9537 Define warning-suppress-types before we let-bind it (bug#6275).
9538
9539 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
9540 declare it, make it buffer-local and permanent-local (bug#6324).
9541 (vc-resynch-window): Adjust name.
9542 * vc-hooks.el (vc-find-file-hook): Adjust name.
9543
9544 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
9545
9546 * net/notifications.el (notifications-notify): Fix docstring.
9547
9548 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
9549
9550 Update to Unicode 6.0.0 beta.
9551 * international/charprop.el: Update copyright.
9552 * international/mule-cmds.el (ucs-names): Update character ranges.
9553 * international/uni-bidi.el:
9554 * international/uni-category.el:
9555 * international/uni-combining.el:
9556 * international/uni-comment.el:
9557 * international/uni-decimal.el:
9558 * international/uni-decomposition.el:
9559 * international/uni-digit.el:
9560 * international/uni-lowercase.el:
9561 * international/uni-mirrored.el:
9562 * international/uni-name.el:
9563 * international/uni-numeric.el:
9564 * international/uni-old-name.el:
9565 * international/uni-titlecase.el:
9566 * international/uni-uppercase.el: Regenerate.
9567
9568 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
9569
9570 * emacs-lisp/smie.el (comment-string-strip): Declare function.
9571 (smie-precs-precedence-table): Fix typo in docstring.
9572
9573 * vc-mtn.el (log-edit-extract-headers): Declare function.
9574
9575 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
9576
9577 * net/notifications.el (dbus-register-signal): Declare function.
9578 (notifications-notify): Fix typos and reflow docstring.
9579
9580 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
9581
9582 Improve VC create/retrieve tag/branch.
9583 * vc.el (vc-create-tag): Do not read the directory name for VCs
9584 with repository revision granularity. Adjust the tag/branch
9585 prompt. Reset VC properties.
9586 (vc-retrieve-tag): Do not read the directory name for VCs
9587 with repository revision granularity. Reset VC properties.
9588
9589 2010-06-09 Julien Danjou <julien@danjou.info>
9590
9591 * net/notifications.el: New file.
9592
9593 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
9594
9595 Add optional support for resetting VC properties.
9596 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
9597 call vc-file-clearprops when true.
9598 (vc-resynch-buffer): Add new optional argument, pass it down.
9599 (vc-resynch-buffers-in-directory): Likewise.
9600
9601 Improve support for special markup in the VC commit message.
9602 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
9603 * vc-hg.el (vc-hg-checkin): Add support for Date:.
9604 * vc-git.el (vc-git-checkin):
9605 * vc-bzr.el (vc-bzr-checkin): Likewise.
9606
9607 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9608
9609 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
9610 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
9611
9612 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
9613
9614 * iimage.el: Remove images as soon as the underlying text is modified.
9615 (iimage-modification-hook): New function.
9616 (iimage-mode-buffer): Use it.
9617
9618 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9619
9620 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
9621 smie-indent-offset-after. Add :prev case. Make a bit more generic.
9622 (smie-indent-virtual): Remove `virtual' arg. Update callers.
9623 (smie-indent-keyword): Add handling of open-paren keywords.
9624 (smie-indent-comment-continue): Don't assume comment-continue.
9625
9626 2010-06-07 Martin Rudalics <rudalics@gmx.at>
9627
9628 * window.el (pop-to-buffer): Remove the conditional that
9629 compares new-window and old-window, so it will reselect
9630 the selected window unconditionally.
9631 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
9632
9633 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9634
9635 * emacs-lisp/smie.el (smie-indent-offset-after)
9636 (smie-indent-forward-token, smie-indent-backward-token): New functions.
9637 (smie-indent-after-keyword): Use them.
9638 (smie-indent-fixindent): Only applies to the indentation of the BOL.
9639 (smie-indent-keyword): Tweak the black magic.
9640 (smie-indent-comment-continue): Strip comment-continue before use.
9641 (smie-indent-functions): Indent comments before keywords.
9642
9643 2010-06-06 Juri Linkov <juri@jurta.org>
9644
9645 * isearch.el (isearch-lazy-highlight-search): Fix looping
9646 by checking for empty match. This syncs this loop with the
9647 similar loop in `isearch-search'. (Bug#6362)
9648
9649 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
9650
9651 * net/dbus.el (dbus-register-method): Declare function.
9652 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
9653 (dbus-introspect): Doc fix.
9654 (dbus-event-bus-name, dbus-introspect-get-interface)
9655 (dbus-introspect-get-argument): Reflow docstrings.
9656
9657 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
9658
9659 vc-log-incoming/vc-log-outgoing fixes for Git.
9660 * vc-git.el (vc-git-log-view-mode): Fix font lock for
9661 incoming/outgoing logs.
9662 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
9663 instead of vc-git-compute-remote.
9664 (vc-git-compute-remote): Remove.
9665
9666 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
9667
9668 * term/common-win.el (x-colors): Add "dark green" and "dark
9669 turquoise" (Bug#6332).
9670
9671 2010-06-04 Juri Linkov <juri@jurta.org>
9672
9673 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
9674 Instead of setting `replace' to t and replacing the same string
9675 with itself, don't do certain actions when
9676 kill-do-not-save-duplicates is non-nil and string is equal to car
9677 of kill-ring: don't call menu-bar-update-yank-menu, don't push
9678 interprogram-paste strings to kill-ring, and don't push the input
9679 argument `string' to kill-ring.
9680 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
9681
9682 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
9683
9684 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
9685
9686 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
9687
9688 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
9689 (tramp-gvfs-handler-mounted-unmounted)
9690 (tramp-gvfs-connection-mounted-p): Handle default-location.
9691
9692 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
9693 move files to trash.
9694
9695 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
9696
9697 * international/mule-cmds.el (nonascii-insert-offset)
9698 (nonascii-translation-table): Add obsolescence information.
9699
9700 * international/mule.el (make-translation-table-from-vector): Doc fix.
9701
9702 2010-06-03 Glenn Morris <rgm@gnu.org>
9703
9704 * desktop.el (desktop-clear-preserve-buffers):
9705 Add "*Warnings*" buffer. (Bug#6336)
9706
9707 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
9708
9709 vc-log-incoming/vc-log-outgoing improvements for Git.
9710 * vc-git.el (vc-git-log-outgoing): Use the same format as the
9711 short log.
9712 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
9713
9714 Add bindings for vc-log-incoming and vc-log-outgoing.
9715 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
9716 and vc-log-outgoing.
9717 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
9718 and vc-log-outgoing.
9719
9720 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
9721
9722 * net/rcirc.el (rcirc-sort-nicknames): Remove.
9723 (rcirc-handler-366): Always sort nicknames.
9724
9725 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
9726
9727 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
9728
9729 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
9730
9731 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
9732
9733 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9734
9735 * net/rcirc.el (rcirc-sort-nicknames): Change default.
9736 (rcirc-sort-nicknames-join): Avoid setq.
9737
9738 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
9739
9740 * net/rcirc.el (rcirc-sort-nicknames): New custom.
9741 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
9742 (rcirc-handler-366): Use them.
9743
9744 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9745
9746 Split smie-indent-calculate into more manageable chunks.
9747 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
9748 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
9749 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
9750 (smie-indent-exps): Extract from smie-indent-calculate.
9751 (smie-indent-functions): New var.
9752 (smie-indent-functions): Use them.
9753
9754 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9755
9756 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
9757 (smie-indent-calculate): Simplify and cleanup.
9758
9759 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
9760
9761 * net/tramp-gvfs.el (top): Require url-util.
9762 (tramp-gvfs-mount-point): Remove.
9763 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
9764 New defuns.
9765 (with-tramp-dbus-call-method): Format trace message.
9766 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
9767 Implement backup call, when operation on local files fails.
9768 Use progress reporter. Flush properties of changed files.
9769 (tramp-gvfs-handle-make-directory): Make more traces.
9770 (tramp-gvfs-url-file-name): Hexify file name in url.
9771 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
9772 into account for the resulting file name.
9773 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
9774 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
9775 (tramp-gvfs-handler-mounted-unmounted)
9776 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
9777 attribute "default_location". Set "prefix" property.
9778 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
9779 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
9780 exists. Raise an error, if not (due to a corresponding answer
9781 "no" in interactive questions, for example).
9782
9783 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
9784
9785 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
9786
9787 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
9788
9789 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
9790 right-*. (Bug#6265)
9791
9792 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
9793
9794 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
9795 * vc-git.el (vc-git-compute-remote): New function.
9796 (vc-git-log-outgoing): Use it instead of hard coding a value.
9797 (vc-git-log-incoming): New function.
9798
9799 Improve state updating for VC tag commands.
9800 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
9801 to update the state of all buffers in the directory.
9802
9803 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
9804
9805 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9806
9807 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
9808 `file-directory-p' to the filename part rather than to the whole text.
9809
9810 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9811
9812 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
9813
9814 2010-05-31 Drew Adams <drew.adams@oracle.com>
9815
9816 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
9817
9818 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
9819
9820 * subr.el (momentary-string-display): Just use read-event to read
9821 the exit event (Bug#6238).
9822
9823 2010-05-30 Eli Zaretskii <eliz@gnu.org>
9824
9825 * international/mule.el (define-coding-system): Doc fix (bug#6313).
9826
9827 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
9828
9829 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
9830 Suggested by Eli Zaretskii <eliz@gnu.org>.
9831
9832 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9833
9834 * minibuffer.el (completion-file-name-table): Don't return a boundary
9835 past the end of `string' (bug#6299).
9836 (completion--file-name-table): Delegate to completion-file-name-table
9837 for the `boundaries' case.
9838
9839 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
9840
9841 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
9842 movement commands.
9843
9844 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
9845 `path-separator', but maintain compatibility with Emacs 20.2.
9846
9847 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
9848
9849 * server.el (server-process-filter): Receive parent-id argument
9850 from emacsclient.
9851 (server-create-window-system-frame): New arg. Pass parent-id as
9852 frame parameter.
9853
9854 2010-05-29 Eli Zaretskii <eliz@gnu.org>
9855
9856 Bidi-sensitive word movement with arrow keys.
9857 * subr.el (right-arrow-command, left-arrow-command): Move to
9858 bindings.el.
9859
9860 * bindings.el (right-char, left-char): Move from subr.el and
9861 rename from right-arrow-command and left-arrow-command.
9862 (right-word, left-word): New functions.
9863 (global-map) <right>: Bind to right-char.
9864 (global-map) <left>: Bind to left-char.
9865 (global-map) <C-right>: Bind to right-word.
9866 (global-map) <C-left>: Bind to left-word.
9867
9868 * ls-lisp.el (ls-lisp-classify-file): New function.
9869 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
9870 (ls-lisp-classify): Call ls-lisp-classify-file.
9871 (insert-directory): Remove blanks from switches.
9872
9873 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
9874
9875 * ansi-color.el: Delete unused escape sequences (Bug#6085).
9876 (ansi-color-drop-regexp): New constant.
9877 (ansi-color-apply, ansi-color-filter-region)
9878 (ansi-color-apply-on-region): Delete unrecognized control sequences.
9879 (ansi-color-apply): Build string list before calling concat.
9880
9881 2010-05-28 Juri Linkov <juri@jurta.org>
9882
9883 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
9884 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
9885 (Bug#5270)
9886
9887 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
9888
9889 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
9890 to ignored backtrace functions.
9891 (with-progress-reporter): Expand docstring.
9892 (tramp-handle-delete-file): Implement TRASH argument.
9893 (tramp-get-remote-trash): New defun.
9894
9895 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
9896
9897 * net/tramp-compat.el (tramp-compat-delete-file):
9898 Use `symbol-value' for backward compatibility.
9899
9900 * net/tramp.el (tramp-handle-make-symbolic-link)
9901 (tramp-handle-load)
9902 (tramp-do-copy-or-rename-file-via-buffer)
9903 (tramp-do-copy-or-rename-file-directly)
9904 (tramp-do-copy-or-rename-file-out-of-band)
9905 (tramp-handle-process-file, tramp-handle-call-process-region)
9906 (tramp-handle-shell-command, tramp-handle-file-local-copy)
9907 (tramp-handle-insert-file-contents, tramp-handle-write-region)
9908 (tramp-delete-temp-file-function): Use `delete-file' instead
9909 of `tramp-compat-delete-file'.
9910
9911 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
9912 (tramp-fish-handle-make-symbolic-link)
9913 (tramp-fish-handle-process-file): Use `delete-file' instead
9914 of `tramp-compat-delete-file'.
9915
9916 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
9917 Use `delete-file' instead of `tramp-compat-delete-file'.
9918
9919 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Use
9920 `delete-file' instead of `tramp-compat-delete-file'.
9921
9922 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
9923 Use `delete-file' instead of `tramp-compat-delete-file'.
9924
9925 * net/tramp-smb.el (tramp-smb-handle-copy-file)
9926 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
9927 (tramp-smb-handle-write-region): Use `delete-file' instead of
9928 `tramp-compat-delete-file'.
9929 (tramp-smb-handle-delete-directory): Use 'trash as arg.
9930
9931 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
9932
9933 * dired.el (dired-delete-file): New arg TRASH.
9934 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
9935 (dired-do-flagged-delete, dired-do-delete): Use trash.
9936
9937 * speedbar.el (speedbar-item-delete): Allow trashing.
9938
9939 * files.el (delete-directory): New arg TRASH.
9940
9941 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
9942 (ange-ftp-rename-remote-to-remote)
9943 (ange-ftp-rename-local-to-remote)
9944 (ange-ftp-rename-remote-to-local, ange-ftp-load)
9945 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
9946 `delete-file'.
9947 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
9948 allow trashing.
9949
9950 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
9951 handle new TRASH arg of `delete-file'.
9952
9953 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
9954 (tramp-handle-make-symbolic-link, tramp-handle-load)
9955 (tramp-do-copy-or-rename-file-via-buffer)
9956 (tramp-do-copy-or-rename-file-directly)
9957 (tramp-do-copy-or-rename-file-out-of-band)
9958 (tramp-handle-process-file, tramp-handle-call-process-region)
9959 (tramp-handle-shell-command, tramp-handle-file-local-copy)
9960 (tramp-handle-insert-file-contents, tramp-handle-write-region)
9961 (tramp-delete-temp-file-function): Use null TRASH arg in
9962 tramp-compat-delete-file call.
9963
9964 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
9965 (tramp-fish-handle-delete-file)
9966 (tramp-fish-handle-make-symbolic-link)
9967 (tramp-fish-handle-process-file): Use null TRASH arg in
9968 `tramp-compat-delete-file' call.
9969
9970 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
9971 arg in `tramp-compat-delete-file' call.
9972
9973 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
9974 (tramp-gvfs-handle-write-region): Use null TRASH arg in
9975 `tramp-compat-delete-file' call.
9976
9977 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
9978 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
9979 `tramp-compat-delete-file' call.
9980
9981 * net/tramp-smb.el (tramp-smb-handle-copy-file)
9982 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
9983 (tramp-smb-handle-write-region): Use null TRASH arg in
9984 tramp-compat-delete-file call.
9985 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
9986 (tramp-smb-handle-delete-file): Rename arg.
9987
9988 * diff.el (diff-sentinel):
9989 * epg.el (epg--make-temp-file, epg-decrypt-string)
9990 (epg-verify-string, epg-sign-string, epg-encrypt-string):
9991 * jka-compr.el (jka-compr-partial-uncompress)
9992 (jka-compr-call-process, jka-compr-write-region):
9993 * server.el (server-sentinel): Remove optional arg from
9994 delete-file, reverting 2010-05-03 change.
9995
9996 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
9997
9998 * progmodes/verilog-mode.el (verilog-type-font-keywords):
9999 Use font-lock-constant-face, not obsolete font-lock-reference-face.
10000
10001 2010-05-27 Kenichi Handa <handa@m17n.org>
10002
10003 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
10004 element of GSTRING is nil.
10005
10006 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10007
10008 * emacs-lisp/smie.el (smie-forward-token-function)
10009 (smie-backward-token-function): New vars.
10010 (smie-backward-sexp, smie-forward-sexp)
10011 (smie-indent-hanging-p, smie-indent-calculate): Use them.
10012 (smie-default-backward-token): Rename from smie-backward-token and
10013 skip comments.
10014 (smie-default-forward-token): Rename from smie-forward-token and
10015 skip comments.
10016 (smie-next-sexp): Handle nil results from next-token.
10017 (smie-indent-calculate): Add a new case for special `fixindent' comments.
10018
10019 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
10020
10021 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10022 Use font-lock-constant-face, not obsolete font-lock-reference-face.
10023
10024 2010-05-27 Masatake YAMATO <yamato@redhat.com>
10025
10026 * htmlfontify.el (hfy-face-resolve-face): New function.
10027 (hfy-face-to-style): Use it (Bug#6279).
10028
10029 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10030
10031 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
10032 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
10033
10034 2010-05-26 Glenn Morris <rgm@gnu.org>
10035
10036 * emulation/edt.el (edt-load-keys): Use locate-library.
10037
10038 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
10039
10040 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
10041 (log-edit-changelog-entries): Doc fix.
10042 (log-edit-changelog-insert-entries): Args changed.
10043 Rename relative filenames in ChangeLog entries. Delete tabs.
10044 (log-edit-insert-changelog-entries): Reorganize return value of
10045 `log-edit-changelog-entries' to pass filenames to
10046 log-edit-changelog-insert-entries.
10047
10048 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10049
10050 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
10051 `image-dired-dired-insert-marked-thumbs' to
10052 `image-dired-dired-toggle-marked-thumbs'.
10053
10054 * image-dired.el: Require cl when compiling.
10055 (image-dired-dired-toggle-marked-thumbs): Rename from
10056 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
10057 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
10058 to 'no-dir. Skip files whose names don't match
10059 `image-file-name-regexp'. When file has a thumbnail overlay,
10060 delete it. (Bug#5270)
10061
10062 2010-05-25 Juri Linkov <juri@jurta.org>
10063
10064 * image-mode.el (image-mode): Add image-after-revert-hook to
10065 after-revert-hook.
10066 (image-after-revert-hook): New function. (Bug#5669)
10067
10068 2010-05-25 Juri Linkov <juri@jurta.org>
10069
10070 * image.el (image-animated-p): When delay between animated images
10071 is 0, set it to 10 (0.1 sec). (Bug#6258)
10072
10073 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
10074
10075 * net/tramp.el (tramp-handle-insert-directory): Don't use
10076 `forward-word', its default syntax could be changed.
10077
10078 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
10079
10080 * net/tramp.el (tramp-progress-reporter-update): New defun.
10081 (with-progress-reporter): Use it.
10082 (tramp-process-actions):
10083 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
10084 Preserve current message, in order to let progress reporter continue
10085 afterwards. (Bug#6257)
10086
10087 2010-05-25 Glenn Morris <rgm@gnu.org>
10088
10089 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
10090 Add :version.
10091
10092 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
10093
10094 * net/rcirc.el (rcirc-default-user-name): Change to "user".
10095 (rcirc-default-full-name): Change to "unknown".
10096 (rcirc-user-name-history): Add variable.
10097
10098 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
10099 Jonathan Rockway <jon@jrock.us>
10100
10101 * net/rcirc.el (rcirc-server-alist): Add :pass.
10102 (rcirc): When prompting for connection parameters, also prompt for
10103 username and password.
10104 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
10105 value to server when connecting.
10106
10107 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10108
10109 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
10110 (smie-merge-prec2s): Pass the tables as separate args.
10111 (smie-bnf-precedence-table): Adjust call accordingly.
10112 (smie-prec2-levels): Set levels at the end.
10113
10114 Replace Lisp calls to delete-backward-char by delete-char.
10115 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
10116 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
10117 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
10118 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
10119 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
10120 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
10121 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
10122 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
10123 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
10124 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
10125 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
10126 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
10127 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
10128 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
10129 delete-backward-char by calls to delete-char.
10130
10131 2010-05-25 Kenichi Handa <handa@m17n.org>
10132
10133 * language/hebrew.el (hebrew-shape-gstring): New function.
10134 Register it in composition-function-table for all Hebrew combining
10135 characters.
10136
10137 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10138
10139 * epa.el (epa--select-keys): Don't explicitly delete the window since
10140 that can fail (e.g. sole window in frame). Use dedication instead.
10141
10142 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
10143
10144 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
10145
10146 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
10147
10148 * image.el (image-refresh): Define as an alias for image-flush.
10149
10150 * image-mode.el (image-toggle-display-image): Caller changed.
10151
10152 2010-05-21 Juri Linkov <juri@jurta.org>
10153
10154 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
10155 Remove "all" from grep-files-aliases. Split grep-files-aliases by
10156 whitespace, call wildcard-to-regexp on substrings and concat them
10157 with "\\|". (Bug#6114)
10158
10159 2010-05-21 Alan Mackenzie <acm@muc.de>
10160
10161 * progmodes/cc-engine.el (c-parse-state-get-strategy):
10162 Replace parameter `here' with `here-' and `here-plus', which sandwich
10163 any pertinent CPP construct.
10164 (c-remove-stale-state-cache-backwards): Fix a bug which happens
10165 when doing (c-parse-state) in a CPP construct: Exclude any "new"
10166 CPP construct from taking part in the scanning.
10167
10168 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
10169
10170 * net/tramp.el (tramp-do-copy-or-rename-file)
10171 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
10172 Tune `with-progress-reporter' messages.
10173 (tramp-handle-vc-registered):
10174 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
10175 (tramp-fish-handle-insert-file-contents)
10176 (tramp-fish-maybe-open-connection):
10177 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10178 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
10179 (tramp-imap-handle-insert-file-contents)
10180 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
10181
10182 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
10183
10184 * add-log.el (change-log-font-lock-keywords):
10185 Highlight all authors in multi-author entries.
10186
10187 * smerge-mode.el (smerge-refine-ignore-whitespace)
10188 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
10189 Fix typos in docstrings.
10190 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
10191
10192 2010-05-21 Glenn Morris <rgm@gnu.org>
10193
10194 * progmodes/fortran.el (fortran-mode):
10195 * progmodes/f90.el (f90-mode): Derive from prog-mode.
10196
10197 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
10198 having a relative path in src/Makefile.in.
10199
10200 2010-05-20 Kevin Ryde <user42@zip.com.au>
10201
10202 * help-mode.el (help-make-xrefs): For Info node links turn
10203 newlines into spaces. Link node names with newlines are matched
10204 by help-xref-info-regexp and buttonized, this change ensures they
10205 can be followed successfully with RET. (Bug#6206)
10206
10207 2010-05-20 Juri Linkov <juri@jurta.org>
10208
10209 * locate.el (locate): Use pop-to-buffer instead of
10210 switch-to-buffer-other-window. (Bug#6204)
10211
10212 2010-05-20 Juri Linkov <juri@jurta.org>
10213
10214 * replace.el (replace-highlight): Fix lazy-highlighting
10215 for `M-s w str M-% str RET'.
10216
10217 2009-12-15 Masatake YAMATO <yamato@redhat.com>
10218
10219 * isearch.el (isearch-yank-word-or-char): Pull next subword
10220 when `subword-mode' is activated. (Bug#6220)
10221
10222 2010-05-20 Mark A. Hershberger <mah@everybody.org>
10223
10224 * isearch.el (isearch-update-post-hook): New hook.
10225 (isearch-update): Use the new hook. (Bug#6225)
10226
10227 2010-05-20 Juri Linkov <juri@jurta.org>
10228
10229 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
10230 [f1], [help], and (char-to-string help-char) instead of "\C-h".
10231 (Bug#6222)
10232
10233 2010-05-20 Juri Linkov <juri@jurta.org>
10234
10235 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
10236 (Bug#6223)
10237
10238 2010-05-20 Juri Linkov <juri@jurta.org>
10239
10240 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
10241 FILE-NAME to read from the minibuffer when called interactively
10242 with prefix argument instead of using buffer-file-name.
10243 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
10244
10245 * dired.el: Update autoloads.
10246
10247 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
10248
10249 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
10250 nxml-finish-element, for consistency with SGML mode.
10251
10252 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
10253 octave-close-block.
10254
10255 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
10256
10257 * composite.el: Require cl when compiling.
10258 (reference-point-alist, compose-gstring-for-graphic)
10259 (compose-gstring-for-terminal): Fix typos in docstrings.
10260
10261 2010-05-19 Juri Linkov <juri@jurta.org>
10262
10263 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
10264 set-window-parameter.
10265
10266 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
10267
10268 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
10269 where appropriate.
10270 (tramp-maybe-open-connection): Use it.
10271
10272 2010-05-19 Eli Zaretskii <eliz@gnu.org>
10273
10274 * simple.el (move-end-of-line): Make sure we are at line beginning
10275 before backing up to end of previous line.
10276
10277 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
10278
10279 * password-cache.el (password-cache-remove): Fix docstring.
10280
10281 * net/secrets.el: Autoload the widget functions.
10282 (secrets-search-items, secrets-create-item)
10283 (secrets-get-attributes, secrets-expand-item): Attributes will be
10284 stored on the password database without leading ":", as all other
10285 clients do as well.
10286 (secrets-mode): Fix docstring.
10287 (secrets-show-secrets): Provide it as autoloaded command only when
10288 D-Bus support is available. Check existence of Secret Service API.
10289
10290 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10291
10292 * indent.el (indent-region): Deactivate region (bug#6200).
10293
10294 2010-05-19 Glenn Morris <rgm@gnu.org>
10295
10296 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
10297
10298 2010-05-19 Kenichi Handa <handa@m17n.org>
10299
10300 * composite.el: Register compose-gstring-for-graphic in
10301 composition-function-table only for combining characters (Mn, Mc, Me).
10302
10303 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10304
10305 * calc/calc-trail.el (calc-trail-isearch-forward)
10306 (calc-trail-isearch-backward): Ensure that the new window
10307 point is set correctly.
10308
10309 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10310
10311 * subr.el (read-quoted-char): Resolve modifiers after key
10312 remapping (bug#6212).
10313
10314 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
10315
10316 Add visualization code for secrets.
10317 * net/secrets.el (secrets-mode): New major mode.
10318 (secrets-show-secrets, secrets-show-collections)
10319 (secrets-expand-collection, secrets-expand-item)
10320 (secrets-tree-widget-after-toggle-function)
10321 (secrets-tree-widget-show-password): New defuns.
10322
10323 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10324
10325 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
10326 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
10327 handled in smie-next-sexp.
10328 (smie-indent-calculate): Provide a starting indentation (so the
10329 recursion is well-founded ;-).
10330
10331 Fix handling of non-associative equal levels.
10332 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
10333 when it's not needed.
10334 (smie-op-left, smie-op-right): New functions.
10335 (smie-next-sexp): New function, extracted from smie-backward-sexp.
10336 Better handle equal levels to distinguish the associative case from
10337 the "multi-keyword construct" case.
10338 (smie-backward-sexp, smie-forward-sexp): Use it.
10339
10340 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
10341
10342 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
10343
10344 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
10345 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
10346
10347 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10348
10349 Provide a simple generic indentation engine and use it for Prolog.
10350 * emacs-lisp/smie.el: New file.
10351 * progmodes/prolog.el (prolog-smie-op-levels)
10352 (prolog-smie-indent-rules): New var.
10353 (prolog-mode-variables): Use them to configure SMIE.
10354 (prolog-indent-line, prolog-indent-level): Remove.
10355
10356 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
10357
10358 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
10359 order before computing the averages.
10360
10361 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
10362
10363 * calc/calc-vec.el (calc-histogram):
10364 (calcFunc-histogram): Allow vectors as inputs.
10365 (math-vector-avg): New function.
10366
10367 * calc/calc-ext.el (math-group-float): Have the number of digits
10368 being grouped depend on the radix (Bug#6189).
10369
10370 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
10371
10372 * version.el (emacs-copyright, emacs-version): Don't define here,
10373 now that emacs.c defines it.
10374
10375 2010-05-15 Eli Zaretskii <eliz@gnu.org>
10376
10377 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
10378 "Describe Language Environment" menu item.
10379
10380 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
10381
10382 Bidi-sensitive movement with arrow keys.
10383 * subr.el (right-arrow-command, left-arrow-command): New functions.
10384
10385 * bindings.el (global-map): Bind them to right and left arrow keys.
10386
10387 Don't override standard definition of convert-standard-filename.
10388 * files.el (convert-standard-filename):
10389 Call w32-convert-standard-filename and dos-convert-standard-filename on
10390 the corresponding systems.
10391
10392 * w32-fns.el (w32-convert-standard-filename): Rename from
10393 convert-standard-filename. Doc fix.
10394
10395 * dos-fns.el (dos-convert-standard-filename): Doc fix.
10396 (convert-standard-filename): Don't defalias.
10397 (register-name-alist, make-register, register-value)
10398 (set-register-value, intdos): Obsolete aliases for the
10399 corresponding dos-* functions and variables.
10400 (dos-intdos): Add a doc string.
10401
10402 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
10403
10404 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
10405 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
10406 (math-compose-tex-func):
10407 * calc/calccomp.el (math-compose-expr):
10408 * calc/calc-ext.el (math-format-flat-expr-fancy):
10409 * calc/calc-store.el (calc-read-var-name):
10410 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
10411
10412 * calc/calc.el (var-π, var-φ, var-γ): New variables.
10413 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
10414 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
10415 (math-standard-units): Add units.
10416
10417 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10418
10419 * progmodes/asm-mode.el (asm-mode):
10420 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
10421
10422 * pcomplete.el (pcomplete-completions-at-point): New function,
10423 extracted from pcomplete-std-complete.
10424 (pcomplete-std-complete): Use it.
10425
10426 2010-05-15 Glenn Morris <rgm@gnu.org>
10427
10428 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10429 Remove references to CVS, RCS and Old directories.
10430
10431 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
10432
10433 * calc/calc-bin.el (math-format-twos-complement): Group digits when
10434 appropriate.
10435
10436 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10437
10438 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
10439 (sh-mode-syntax-table): Give it a default value instead.
10440 (sh-header-marker): Make buffer-local.
10441 (sh-mode): Move make-local-variable to the corresponding setq.
10442 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
10443 Use complete-with-action.
10444
10445 * simple.el (prog-mode): New (abstract) major mode.
10446 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
10447 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
10448
10449 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
10450
10451 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
10452 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
10453 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
10454 (sql-make-alternate-buffer-name, sql-placeholders-filter)
10455 (sql-escape-newlines-filter, sql-input-sender)
10456 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
10457
10458 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
10459
10460 Add TeX open-block and close-block keybindings to SGML, and vice versa.
10461
10462 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
10463 latex-open-block and C-c / to latex-close-block.
10464
10465 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
10466 and C-c C-e to sgml-close-tag.
10467
10468 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
10469
10470 * net/tramp.el (with-progress-reporter): Create reporter object
10471 only when the message would be displayed. Handle nested calls.
10472 (tramp-handle-load, tramp-handle-file-local-copy)
10473 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10474 (tramp-maybe-send-script, tramp-find-shell):
10475 Use `with-progress-reporter'.
10476 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
10477 Fix message text.
10478
10479 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10480 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10481 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
10482 Use `with-progress-reporter'.
10483
10484 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
10485
10486 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
10487 process everytime when spellchecking from the minibuffer (bug#6143).
10488
10489 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10490
10491 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
10492
10493 * dos-fns.el: Add "dos-" prefix for namespace control.
10494 (convert-standard-filename): Define as alias for
10495 dos-convert-standard-filename but only if applicable.
10496
10497 2010-05-12 Alan Mackenzie <acm@muc.de>
10498
10499 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
10500 Push the mark at the start of these functions when appropriate.
10501
10502 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10503
10504 * minibuffer.el (completion-cycle-threshold): New custom var.
10505 (completion--do-completion): Use it.
10506 (minibuffer-complete): Use cycling if appropriate.
10507
10508 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
10509
10510 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
10511 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
10512
10513 2010-05-11 Juri Linkov <juri@jurta.org>
10514
10515 * scroll-all.el (scroll-all-check-to-scroll):
10516 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
10517
10518 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10519
10520 * iimage.el (iimage-mode-map): Move initialization into declaration.
10521 (iimage-mode-buffer): Use with-silent-modifications.
10522 Simplify calling convention. Adjust callers.
10523 (iimage-mode): Don't run hook redundantly.
10524
10525 * minibuffer.el (completion-pcm--pattern->regex):
10526 Fix last change (bug#6160).
10527
10528 2010-05-10 Juri Linkov <juri@jurta.org>
10529
10530 Remove nodes visited during Isearch from the Info history.
10531 * info.el (Info-isearch-initial-history)
10532 (Info-isearch-initial-history-list): New variables.
10533 (Info-isearch-start): Record initial values of
10534 Info-isearch-initial-history and Info-isearch-initial-history-list.
10535 Add Info-isearch-end to isearch-mode-end-hook.
10536 (Info-isearch-end): New function.
10537
10538 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
10539
10540 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
10541 format string, in order to work around a bug in pdksh.
10542 Reported by Gilles Pion <gpion@lfdj.com>.
10543 (tramp-handle-verify-visited-file-modtime): Do not send a command
10544 when the connection is not established.
10545 (tramp-handle-set-file-times): Simplify the check for utc.
10546
10547 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
10548
10549 Fix use of `filter-buffer-substring' (rework previous change).
10550 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
10551 (cua-repeat-replace-region):
10552 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
10553 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10554 (cua-cut-region-to-global-mark): Use it.
10555
10556 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
10557
10558 * progmodes/sql.el: Version 2.1.
10559 (sql-product-alist): Redesign structure of product info.
10560 (sql-product, sql-user, sql-server, sql-database): Safe variables.
10561 (sql-port, sql-port-history): New variables.
10562 (sql-interactive-product): New variable.
10563 (sql-send-terminator): New variable.
10564 (sql-imenu-generic-expression): Add "Types" imenu entry.
10565 (sql-oracle-login-params, sql-sqlite-login-params)
10566 (sql-mysql-login-params, sql-solid-login-params)
10567 (sql-sybase-login-params, sql-informix-login-params)
10568 (sql-ingres-login-params, sql-ms-login-params)
10569 (sql-postgres-login-params, sql-interbase-login-params)
10570 (sql-db2-login-params, sql-linter-login-params)
10571 (sql-oracle-scan-on): New variables.
10572 (sql-mode-map): Add C-c C-i to start interactive mode.
10573 (sql-mode-menu): Update existing menu entries.
10574 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
10575 (sql-mode-oracle-font-lock-keywords)
10576 (sql-mode-postgres-font-lock-keywords)
10577 (sql-mode-ms-font-lock-keywords)
10578 (sql-mode-sybase-font-lock-keywords)
10579 (sql-mode-informix-font-lock-keywords)
10580 (sql-mode-interbase-font-lock-keywords)
10581 (sql-mode-ingres-font-lock-keywords)
10582 (sql-mode-solid-font-lock-keywords)
10583 (sql-mode-mysql-font-lock-keywords)
10584 (sql-mode-sqlite-font-lock-keywords)
10585 (sql-mode-db2-font-lock-keywords)
10586 (sql-mode-linter-font-lock-keywords): Update initialization to
10587 reduce run-time complexity.
10588 (sql-add-product, sql-del-product): New functions.
10589 (sql-set-product-feature, sql-get-product-feature): New functions.
10590 (sql-product-font-lock): Update product API.
10591 (sql-add-product-keywords): New function.
10592 (sql-highlight-product): Update product API.
10593 (sql-help-list-products): New function.
10594 (sql-help): Dynamically lists free and non-free products.
10595 (sql-get-login): Correct bug in handling history and added
10596 prompt for port.
10597 (sql-copy-column): Copy without properties.
10598 (sqli-input-sender): Apply filters to SQLi input.
10599 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
10600 Implement as a filter.
10601 (sql-escape-newlines-filter): Implement as a filter.
10602 (sql-remove-tabs-filter): New function.
10603 (sql-send-magic-terminator): New function.
10604 (sql-send-string): Implement magic terminator.
10605 (sql-send-region): Use `sql-send-string'.
10606 (sql-interactive-mode): Use product API.
10607 (sql-product-interactive): Use product API.
10608 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
10609 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
10610 (sql-db2, sql-linter): Use `sql-product-interactive'.
10611 (sql-connect): New function.
10612 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
10613 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
10614 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
10615 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
10616 Use `sql-connect'.
10617
10618 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10619
10620 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
10621 New custom variable.
10622 (completion-pcm--string->pattern): Use it.
10623 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
10624 Make it handle any symbol as `any'.
10625 (completion-pcm--merge-completions): Extract common suffix for the new
10626 `prefix' symbol as well.
10627 (completion-substring--all-completions): Use the new `prefix' symbol.
10628
10629 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
10630
10631 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
10632 not bound.
10633 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
10634 (tramp-compat-funcall): New defmacro.
10635 (tramp-compat-line-beginning-position)
10636 (tramp-compat-line-end-position)
10637 (tramp-compat-temporary-file-directory)
10638 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
10639 (tramp-compat-copy-file, tramp-compat-copy-directory)
10640 (tramp-compat-delete-file, tramp-compat-delete-directory)
10641 (tramp-compat-number-sequence, tramp-compat-process-running-p)
10642 * net/tramp.el (top, with-progress-reporter)
10643 (tramp-rfn-eshadow-setup-minibuffer)
10644 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
10645 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
10646 (tramp-completion-mode-p, tramp-check-for-regexp)
10647 (tramp-open-connection-setup-interactive-shell)
10648 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
10649 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
10650 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
10651 * net/tramp-cmds.el (tramp-cleanup-all-connections)
10652 (tramp-reporter-dump-variable, tramp-load-report-modules)
10653 (tramp-append-tramp-buffers)
10654 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
10655
10656 * net/tramp-imap.el (top): Autoload `epg-make-context'.
10657
10658 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10659
10660 * progmodes/compile.el (compilation-buffer-modtime): Rename from
10661 buffer-modtime. Adjust users.
10662
10663 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
10664
10665 * international/mule.el (auto-coding-alist): Only purecopy
10666 car of each item, not the whole list (Bug#6083).
10667
10668 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
10669
10670 * progmodes/js.el (js-mode): Make paragraph variables local before
10671 calling c-setup-paragraph-variables (Bug#6071).
10672
10673 2010-05-08 Eli Zaretskii <eliz@gnu.org>
10674
10675 * composite.el (compose-region, reference-point-alist): Fix typos
10676 in the doc strings.
10677
10678 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
10679
10680 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
10681 gnuplot's "set" command.
10682
10683 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
10684
10685 * abbrev.el (last-abbrev-text): Doc fix.
10686 (abbrev-prefix-mark): Don't escape parenthesis.
10687
10688 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
10689
10690 * composite.el (find-composition): Doc fix.
10691
10692 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
10693
10694 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
10695 (sql-oracle-program, sql-sqlite-options)
10696 (sql-query-placeholders-and-send): Doc fixes.
10697 (sql-set-product, sql-interactive-mode): Reflow docstrings.
10698 (sql-imenu-generic-expression, sql-buffer)
10699 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
10700 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
10701 (sql-mode-sybase-font-lock-keywords)
10702 (sql-mode-informix-font-lock-keywords)
10703 (sql-mode-interbase-font-lock-keywords)
10704 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
10705 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
10706 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
10707 (sql-product-feature, sql-highlight-product)
10708 (comint-line-beginning-position, sql-rename-buffer)
10709 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
10710 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
10711 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
10712 Fix typos in docstrings.
10713
10714 2010-05-08 Juri Linkov <juri@jurta.org>
10715
10716 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
10717 property instead of `invisible' and `after-string' (bug#5998).
10718
10719 2010-05-08 Juri Linkov <juri@jurta.org>
10720
10721 * image-mode.el (image-mode-as-text): Fix typo in docstring.
10722
10723 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
10724
10725 * filecache.el (file-cache-add-directory-list)
10726 (file-cache-add-directory-recursively): Fix typos in docstrings.
10727
10728 2010-05-08 Kenichi Handa <handa@m17n.org>
10729
10730 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
10731 (gujarati-composable-pattern): Fix typo.
10732
10733 2010-05-08 Kenichi Handa <handa@m17n.org>
10734
10735 * language/indian.el (oriya-composable-pattern)
10736 (tamil-composable-pattern, malayalam-composable-pattern):
10737 Add two-part vowels to "v" (vowel sign).
10738
10739 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
10740
10741 * files.el (copy-directory): Handle symlinks (Bug#5982).
10742
10743 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
10744
10745 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
10746 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
10747 (Bug#5846).
10748
10749 2010-05-08 Glenn Morris <rgm@gnu.org>
10750
10751 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
10752
10753 * minibuffer.el (completion-at-point): Doc fix.
10754
10755 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10756
10757 * electric.el (Electric-command-loop): Minor tweak.
10758
10759 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
10760 better with dedicated windows.
10761
10762 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
10763
10764 * Version 23.2 released.
10765
10766 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
10767 Stefan Monnier <monnier@iro.umontreal.ca>
10768
10769 Highlight vendor specific properties.
10770 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
10771 (css-proprietary-property): New face.
10772 (css-font-lock-keywords): Use them.
10773
10774 2010-05-07 Eli Zaretskii <eliz@gnu.org>
10775
10776 * cus-start.el (all): Add native condition for tool-bar-* symbols.
10777
10778 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10779
10780 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
10781 * files.el (auto-mode-alist): Remove redundant entries.
10782
10783 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
10784 * simple.el (auto-save-mode): Move from files.el.
10785 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
10786
10787 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
10788
10789 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
10790
10791 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
10792
10793 * mail/binhex.el (binhex-decode-region-internal)
10794 * mail/uudecode.el (uudecode-decode-region-internal)
10795 * net/dns.el (dns-read-string-name, dns-write, dns-read)
10796 (dns-read-type, dns-query)
10797 * pgg-parse.el (pgg-parse-armor)
10798 * pgg.el (pgg-verify-region)
10799 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
10800 XEmacs.
10801
10802 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
10803
10804 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
10805
10806 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
10807
10808 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
10809 * emulation/cua-base.el (cua-repeat-replace-region):
10810 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10811 (cua-cut-region-to-global-mark):
10812 Remove text properties with `set-text-properties'.
10813
10814 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
10815
10816 * net/tramp.el (top, with-progress-reporter):
10817 Use `symbol-function' inside `funcall'.
10818
10819 * net/tramp-compat.el (tramp-compat-file-attributes)
10820 (tramp-compat-delete-file, tramp-compat-delete-directory):
10821 Handle only `wrong-number-of-arguments' error.
10822
10823 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
10824 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
10825 inside `funcall'.
10826
10827 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10828
10829 * minibuffer.el (completion--sreverse, completion--common-suffix):
10830 New functions.
10831 (completion-pcm--merge-completions): Extract common suffix when safe.
10832
10833 * emacs-lisp/easy-mmode.el (define-minor-mode):
10834 Make :variable more flexible.
10835 * files.el (auto-save-mode): Use it to define using define-minor-mode.
10836
10837 2010-05-05 Juri Linkov <juri@jurta.org>
10838
10839 Add `slow' and `history' tags to the desktop data.
10840
10841 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
10842 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
10843 (Info-finder-find-node): Require `finder.el' to be able
10844 to restore node from the desktop.
10845 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
10846 data `Info-history' and `slow' tag in the assoc list.
10847 (Info-restore-desktop-buffer): Don't restore nodes with the
10848 `slow' tag. Restore `Info-history'.
10849
10850 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
10851
10852 Add FORCE argument to `delete-file'.
10853
10854 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
10855 forcing to delete the temporary file.
10856 (ange-ftp-delete-file): Add FORCE arg.
10857 (ange-ftp-rename-remote-to-remote)
10858 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
10859 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
10860 Force file deletion.
10861
10862 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
10863
10864 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
10865 (tramp-handle-make-symbolic-link, tramp-handle-load)
10866 (tramp-do-copy-or-rename-file-via-buffer)
10867 (tramp-do-copy-or-rename-file-directly)
10868 (tramp-do-copy-or-rename-file-out-of-band)
10869 (tramp-handle-process-file, tramp-handle-call-process-region)
10870 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10871 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10872 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
10873
10874 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
10875 (tramp-fish-handle-make-symbolic-link)
10876 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
10877
10878 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10879 Use `tramp-compat-delete-file'.
10880
10881 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
10882 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
10883
10884 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
10885 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
10886
10887 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
10888 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
10889 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
10890 Use `tramp-compat-delete-file'.
10891
10892 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10893
10894 Minor cleanups.
10895 * subr.el (add-minor-mode): Use push.
10896 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
10897 * emulation/edt.el (edt-select-mode): Simplify.
10898
10899 Use define-minor-mode in more cases.
10900 * term/tvi970.el (tvi970-set-keypad-mode):
10901 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
10902 (normal-erase-is-backspace-mode):
10903 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
10904 (set-scroll-bar-mode-1): (Re)move to its sole caller.
10905 (get-scroll-bar-mode): New function.
10906 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
10907
10908 Use define-minor-mode for less obvious cases.
10909 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
10910 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
10911 * international/iso-ascii.el (iso-ascii-mode):
10912 * frame.el (auto-raise-mode, auto-lower-mode):
10913 * composite.el (global-auto-composition-mode): Use define-minor-mode.
10914
10915 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
10916
10917 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
10918 in order to see error messages for failed logins.
10919
10920 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
10921
10922 * diff.el (diff-sentinel):
10923
10924 * epg.el (epg--make-temp-file, epg-decrypt-string)
10925 (epg-verify-string, epg-sign-string, epg-encrypt-string):
10926
10927 * jka-compr.el (jka-compr-partial-uncompress)
10928 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
10929
10930 * server.el (server-sentinel): Use delete-file's new FORCE arg
10931 (Bug#6070).
10932
10933 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10934
10935 Use define-minor-mode where applicable.
10936 * view.el (view-mode):
10937 * type-break.el (type-break-query-mode)
10938 (type-break-mode-line-message-mode):
10939 * textmodes/reftex.el (reftex-mode):
10940 * term/vt100.el (vt100-wide-mode):
10941 * tar-mode.el (tar-subfile-mode):
10942 * savehist.el (savehist-mode):
10943 * ibuf-ext.el (ibuffer-auto-mode):
10944 * composite.el (auto-composition-mode):
10945 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
10946 Use define-minor-mode.
10947 (vhdl-mode): Use static mode-line format.
10948 (vhdl-mode-line-update): Delete.
10949 (vhdl-create-mode-menu, vhdl-activate-customizations)
10950 (vhdl-hs-minor-mode): Don't bother calling it.
10951
10952 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
10953
10954 * simple.el (with-wrapper-hook): Move.
10955 (buffer-substring-filters): Mark obsolete.
10956 (filter-buffer-substring-functions): New variable.
10957 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
10958
10959 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
10960 Michael Albinus <michael.albinus@gmx.de>
10961
10962 Implement compression for inline methods.
10963
10964 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
10965 (tramp-copy-size-limit): Allow also nil.
10966 (tramp-inline-compress-commands): New defconst.
10967 (tramp-find-inline-compress, tramp-get-inline-compress)
10968 (tramp-get-inline-coding): New defuns.
10969 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
10970 replaced by `tramp-get-inline-coding'.
10971 (tramp-handle-file-local-copy, tramp-handle-write-region)
10972 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
10973
10974 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
10975
10976 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
10977 Remove unused functions.
10978
10979 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
10980 Set find-tag-default-function as a variable rather than a property.
10981
10982 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
10983 * progmodes/etags.el (tags-completion-at-point-function):
10984 Remove left over interactive spec. Add autoloading stub.
10985 (complete-tag): Use tags-completion-at-point-function.
10986
10987 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
10988
10989 * minibuffer.el (tags-completion-at-point-function): Fix return value.
10990
10991 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
10992
10993 * ido.el (ido-init-completion-maps): Remove C-v binding.
10994 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
10995
10996 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
10997
10998 * minibuffer.el (tags-completion-at-point-function): New function.
10999 (completion-at-point-functions): Use it.
11000
11001 * progmodes/etags.el (complete-tag): Revert last change.
11002
11003 2010-04-29 Alan Mackenzie <acm@muc.de>
11004
11005 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
11006 off-by-one error (in end of macro position).
11007
11008 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11009
11010 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
11011 firefox is absent. Don't autoload.
11012 (browse-url-galeon-program): Don't autoload.
11013
11014 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
11015
11016 * bindings.el (complete-symbol): Move into minibuffer.el.
11017
11018 * minibuffer.el (complete-tag): Move from etags.el. If tags
11019 completion cannot be performed, return nil instead of signalling
11020 an error.
11021 (completion-at-point): Make it an alias for complete-symbol.
11022 (complete-symbol): Move from bindings.el, and replace with the
11023 body of completion-at-point.
11024
11025 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
11026
11027 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
11028
11029 * net/tramp.el (tramp-remote-selinux-p): New defun.
11030 (tramp-handle-file-selinux-context)
11031 (tramp-handle-set-file-selinux-context): Use it.
11032
11033 2010-04-28 Sam Steingold <sds@gnu.org>
11034
11035 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11036 `safe-local-variable' if the value is a string or a symbol with
11037 the property `bug-reference-url-format'.
11038
11039 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
11040
11041 * progmodes/bug-reference.el (bug-reference-url-format):
11042 Revert 2010-04-27 change due to security risk.
11043
11044 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11045
11046 Make it possible to locally disable a globally enabled mode.
11047 * simple.el (fundamental-mode): Run fundamental-mode-hook.
11048 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
11049 rather than kill-all-local-variables so it runs fundamental-mode-hook.
11050 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11051 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
11052 that subsequent hooks get a chance to disable it.
11053
11054 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11055
11056 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11057 Avoid re-enabling a minor mode after the user turned the minor mode
11058 off if MODE-enable-in-buffers is run twice (typically once from
11059 fundamental-mode's after-change-major-mode-hook and a second time from
11060 run-mode-hook's own after-change-major-mode-hook).
11061
11062 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
11063
11064 2010-04-27 Sam Steingold <sds@gnu.org>
11065
11066 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11067 `safe-local-variable' if the value is a string or a function, as
11068 documented and implemented on 2010-04-02.
11069
11070 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
11071
11072 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
11073 when method is 'kill.
11074
11075 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
11076
11077 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
11078 condition in default directory check.
11079 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
11080 Kill ispell process when killing its associated buffer.
11081
11082 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
11083
11084 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
11085 but we aren't using it.
11086
11087 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
11088
11089 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
11090 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
11091
11092 2010-04-24 Glenn Morris <rgm@gnu.org>
11093
11094 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
11095 Ignore VCS-ignore files, and deleted nextstep preferences files.
11096 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
11097 (authors-ambiguous-files): New list.
11098 (authors-valid-file-names): Add some deleted files.
11099 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
11100 (authors-disambiguate-file-name): New function. (Bug#5501)
11101 (authors-canonical-file-name): Doc fix.
11102 Don't warn about obsolete files.
11103 (authors-canonical-file-name, authors-scan-el):
11104 Use authors-disambiguate-file-name.
11105
11106 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11107 Add autoload cookies.
11108 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
11109 (generated-autoload-file): Set file-local value to "htmlfontify.el".
11110 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
11111 They have definitions / compiler macros in cl.el.
11112 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11113 Replace manual autoloads with generated ones.
11114 (htmlfontify-unload-rgb-file): Remove autoload.
11115 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
11116
11117 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11118
11119 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
11120 (byte-compile-setq-default): Optimize for the
11121 single-var case and don't call byte-compile-form in this case to avoid
11122 inf-loop with byte-compile-set-default.
11123
11124 * progmodes/compile.el (compilation-start): Abbreviate default directory.
11125
11126 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
11127
11128 Implement SELINUX backends.
11129
11130 * net/tramp.el (tramp-file-name-handler-alist):
11131 Add `file-selinux-context' and `set-file-selinux-context'.
11132 (tramp-handle-file-selinux-context)
11133 (tramp-handle-set-file-selinux-context): New defuns.
11134 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
11135 Handle PRESERVE-SELINUX-CONTEXT.
11136
11137 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11138 Add `file-selinux-context' and `set-file-selinux-context'.
11139 (tramp-gvfs-handle-file-selinux-context)
11140 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
11141 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
11142
11143 * net/ange-ftp.el (ange-ftp-copy-file):
11144 * net/tramp-fish.el (tramp-fish-handle-copy-file):
11145 * net/tramp-imap.el (tramp-imap-handle-copy-file):
11146 * net/tramp-smb.el (tramp-smb-handle-copy-file):
11147 Add PRESERVE-SELINUX-CONTEXT.
11148
11149 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
11150
11151 Synchronize with Tramp repository.
11152
11153 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
11154 (tramp-action-process-alive, tramp-action-out-of-band)
11155 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
11156 (tramp-exists-file-name-handler): Fix docstring.
11157 (with-progress-reporter): New defmacro.
11158 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
11159 (tramp-maybe-open-connection): Use it.
11160
11161 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
11162
11163 Detect ssh 'ControlMaster' argument automatically in some cases.
11164
11165 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
11166 (tramp-default-method): Use it.
11167
11168 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
11169
11170 * net/tramp.el (tramp-handle-copy-file): Add new optional
11171 parameter `preserve-selinux-context'.
11172 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
11173
11174 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
11175
11176 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
11177 Ensure, that non remote files are still checked. Oops.
11178
11179 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
11180
11181 Fix Bug#5840.
11182
11183 * icomplete.el (icomplete-completions): Use `non-essential'.
11184
11185 * net/tramp.el (tramp-connectable-p): New defun.
11186 (tramp-handle-expand-file-name)
11187 (tramp-completion-handle-file-name-all-completions)
11188 (tramp-completion-handle-file-name-completion): Use it.
11189
11190 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11191
11192 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
11193
11194 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
11195
11196 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
11197
11198 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
11199
11200 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
11201 is present.
11202
11203 * info.el (info-tool-bar-map): Add labels.
11204
11205 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
11206
11207 * cus-edit.el (custom-commands): Add labels for tool bar.
11208 (custom-buffer-create-internal, Custom-mode): Adjust for
11209 labels in custom-commands.
11210
11211 * dynamic-setting.el: Renamed from font-setting.el.
11212
11213 2010-04-21 John Wiegley <jwiegley@gmail.com>
11214
11215 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
11216 toggles the use of virtual buffers.
11217 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
11218 (ido-toggle-virtual-buffers): New function.
11219
11220 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
11221
11222 Use `define-derived-mode'; fix window selection; doc fixes.
11223 * play/tetris.el (tetris, tetris-update-speed-function)
11224 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
11225 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
11226 (tetris-rotate-next, tetris-end-game, tetris-start-game)
11227 (tetris-pause-game): Fix typos in docstrings.
11228 (tetris-mode-map, tetris-null-map):
11229 Move initialization into declaration.
11230 (tetris-mode): Define with `define-derived-mode';
11231 set show-trailing-whitespace to nil.
11232 (tetris): Prefer window already displaying the "*Tetris*" buffer.
11233
11234 2010-04-21 Karel Klíč <kklic@redhat.com>
11235
11236 * files.el (backup-buffer): Handle SELinux context, and return it
11237 if a backup was made by renaming.
11238 (backup-buffer-copy): Set SELinux context to the target file.
11239 (basic-save-buffer): Set SELinux context of the newly written file.
11240 (basic-save-buffer-1): Now it also returns any SELinux context.
11241 (basic-save-buffer-2): Set SELinux context of the newly created file,
11242 and return it.
11243 * net/tramp.el (tramp-file-name-for-operation):
11244 Add file-selinux-context.
11245
11246 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11247
11248 Make the log-edit comments use RFC822 format throughout.
11249
11250 * vc.el (vc-checkin, vc-modify-change-comment):
11251 Adjust to new vc-start/finish-logentry.
11252 (vc-find-conflicted-file): New command.
11253 (vc-transfer-file): Adjust to new vc-checkin.
11254 (vc-next-action): Improve scoping.
11255
11256 * vc-hg.el (vc-hg-log-edit-mode): Remove.
11257 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
11258
11259 * vc-git.el (vc-git-log-edit-mode): Remove.
11260 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
11261 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
11262
11263 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
11264 (vc-start-logentry): Remove argument `extra'.
11265 (vc-finish-logentry): Remove extra args.
11266
11267 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
11268 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
11269 (vc-bzr-conflicted-files): New function.
11270
11271 * log-edit.el (log-edit-extra-flags)
11272 (log-edit-before-checkin-process): Remove.
11273 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
11274 (log-edit-headers-alist): New var.
11275 (log-edit-header-contents-regexp): New const.
11276 (log-edit-match-to-eoh): New function.
11277 (log-edit-font-lock-keywords): Use them.
11278 (log-edit): Insert a "Summary:" header as default.
11279 (log-edit-mode): Mark font-lock rules as case-insensitive.
11280 (log-edit-done): Cleanup headers.
11281 (log-view-process-buffer): Remove.
11282 (log-edit-extract-headers): New function to replace it.
11283
11284 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
11285
11286 * subr.el (default-direction-reversed): Remove obsolescence info.
11287
11288 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11289
11290 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
11291 windows/frames.
11292
11293 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
11294 I.e. include text after point in the completion region.
11295 Also, return nil when we're not after/in a symbol.
11296
11297 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
11298 default enable-multibyte-characters.
11299
11300 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11301
11302 * international/mule.el: Help the user choose a valid coding-system.
11303 (read-buffer-file-coding-system): New function.
11304 (set-buffer-file-coding-system): Use it. Prompt the user if the
11305 coding-system cannot encode all the chars.
11306
11307 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
11308 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
11309 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
11310 Don't use *vc-bzr-shelve*.
11311
11312 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
11313
11314 Fix the version number for added files.
11315 * vc-hg.el (vc-hg-working-revision): Check if the file is
11316 registered after hg parent fails (Bug#5961).
11317
11318 2010-04-19 Glenn Morris <rgm@gnu.org>
11319
11320 * htmlfontify.el (htmlfontify-buffer)
11321 (htmlfontify-copy-and-link-dir): Autoload entry points.
11322
11323 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
11324
11325 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
11326 name relative to the project root (Bug#5960).
11327
11328 2010-04-19 Glenn Morris <rgm@gnu.org>
11329
11330 * vc-git.el (vc-git-print-log): Doc fix.
11331
11332 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
11333
11334 * ido.el (ido-file-internal): Fix 2009-12-02 change.
11335
11336 2010-04-19 Christoph Scholtes <cschol2112@googlemail.com>
11337
11338 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
11339 default settings (Bug#5928).
11340
11341 2010-04-19 Glenn Morris <rgm@gnu.org>
11342
11343 * progmodes/fortran.el (fortran-match-and-skip-declaration):
11344 New function.
11345 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
11346
11347 2010-04-19 Kenichi Handa <handa@m17n.org>
11348
11349 * language/indian.el (malayalam-composable-pattern): Fix previous
11350 change (add U+0D4D "SIGN VIRAMA").
11351 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
11352 (tamil-composable-pattern): Fix typo in the regexp.
11353 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
11354 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
11355 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
11356
11357 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
11358
11359 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
11360 paragraph-separate (Bug#5821).
11361
11362 2010-04-19 Juri Linkov <juri@jurta.org>
11363
11364 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
11365
11366 * info.el (Info-find-node-2): Comment out code that skips
11367 breadcrumbs line.
11368 (Info-mouse-follow-link): New command.
11369 (Info-link-keymap): New keymap.
11370 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
11371 Return a string with links instead of inserting breadcrumbs
11372 to the Info buffer.
11373 (Info-fontify-node): Comment out code that inserts breadcrumbs.
11374 Instead of putting the `invisible' text property over the Info
11375 header, make an overlay over the Info header with the `invisible'
11376 property and `after-string' set to the string returned by
11377 `Info-breadcrumbs'.
11378
11379 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
11380
11381 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
11382 Reported by monkey@sandpframing.com.
11383
11384 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11385
11386 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
11387 (tmm-get-keymap): Add key-binding shortcuts now that they're not
11388 available in the "keyseq cache" any more.
11389
11390 * custom.el (defcustom): Add edebug spec.
11391
11392 2010-04-18 Juri Linkov <juri@jurta.org>
11393
11394 Test for special mode-class in view-buffer instead of view-file (bug#5513).
11395
11396 * view.el (view-file, view-buffer): Move test for special mode-class
11397 from view-file to view-buffer.
11398
11399 * tar-mode.el (tar-extract): Turn if's into one cond
11400 like in arc-mode.el.
11401
11402 2010-04-18 Juri Linkov <juri@jurta.org>
11403
11404 Add 7z archive format support (bug#5475).
11405
11406 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
11407 (archive-7z-extract): New defcustom.
11408 (archive-find-type): Add magic string for 7z.
11409 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
11410 If `stderr-file' is non-nil, use `(t stderr-file)' for the
11411 `buffer' arg of `call-process'.
11412 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
11413 call the function `archive-7z-extract' with the variable
11414 `archive-7z-extract' let-bound to `archive-zip-extract'.
11415 (archive-7z-summarize, archive-7z-extract): New functions.
11416
11417 * international/mule.el (auto-coding-alist):
11418 * files.el (auto-mode-alist): Add 7z file extension.
11419
11420 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11421
11422 * loadup.el: Setup hash-cons for pure data.
11423
11424 Fix duplicate entries in cedet's loaddefs.el files.
11425 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
11426 Should make most file-local generated-autoload-file unnecessary.
11427 (print-readably): Silence warnings.
11428 (autoload-find-destination): Take load-name as an arg to make sure
11429 it's the same as the one that will be in the file.
11430 (autoload-generate-file-autoloads): Adjust to above changes.
11431 Try to make the dataflow a bit simpler.
11432
11433 * cvs-status.el (cvs-refontify): Remove unused.
11434
11435 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
11436
11437 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
11438
11439 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
11440 twos-complement mode.
11441
11442 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
11443
11444 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
11445 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
11446 (calc-inverse): Add "Option" to message, as appropriate.
11447 (calc-hyperbolic): Add "Option" to message, as appropriate.
11448 (calc-option, calc-is-option): New functions.
11449
11450 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
11451 (calc-option-prefix-help): New function.
11452
11453 * calc/calc-misc.el (calc-help): Add "Option" entry.
11454
11455 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
11456 (calc-option-flag): New variable.
11457 (calc-do): Set `calc-option-flag to nil.
11458 (calc-set-mode-line): Add "Opt " as appropriate.
11459
11460 2010-04-16 Juri Linkov <juri@jurta.org>
11461
11462 Move scrolling commands from simple.el to window.el
11463 because their primitives are implemented in window.c.
11464
11465 * simple.el (scroll-error-top-bottom)
11466 (scroll-up-command, scroll-down-command, scroll-up-line)
11467 (scroll-down-line, scroll-other-window-down)
11468 (beginning-of-buffer-other-window, end-of-buffer-other-window):
11469 * window.el (scroll-error-top-bottom)
11470 (scroll-up-command, scroll-down-command, scroll-up-line)
11471 (scroll-down-line, scroll-other-window-down)
11472 (beginning-of-buffer-other-window, end-of-buffer-other-window):
11473 Move from simple.el to window.el because their primitives are
11474 implemented in window.c.
11475
11476 2010-04-16 Juri Linkov <juri@jurta.org>
11477
11478 * isearch.el (isearch-lookup-scroll-key): Check both
11479 `isearch-scroll' and `scroll-command' properties.
11480 (scroll-up, scroll-down): Remove `isearch-scroll' property.
11481
11482 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
11483
11484 * simple.el (scroll-up-command, scroll-down-command)
11485 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
11486
11487 2010-04-15 Juri Linkov <juri@jurta.org>
11488
11489 * simple.el (scroll-up-command, scroll-down-command)
11490 (scroll-up-line, scroll-down-line): Put `scroll-command'
11491 property on the these symbols. Remove them from
11492 `scroll-preserve-screen-position-commands'.
11493
11494 * mwheel.el (mwheel-scroll): Put `scroll-command' and
11495 `isearch-scroll' properties on the `mwheel-scroll' symbol.
11496 Remove it from `scroll-preserve-screen-position-commands'.
11497
11498 * isearch.el (isearch-allow-scroll): Doc fix.
11499
11500 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
11501
11502 * net/tramp.el (tramp-error-with-buffer): Don't show the
11503 connection buffer when we are in completion mode.
11504 (tramp-file-name-handler): Catch the error for some operations
11505 when we are in completion mode. This gives the user the chance to
11506 correct the file name in the minibuffer.
11507
11508 2010-04-15 Glenn Morris <rgm@gnu.org>
11509
11510 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
11511
11512 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
11513
11514 Simplify by using `define-derived-mode'.
11515 * info.el (Info-mode):
11516 * calendar/todo-mode.el (todo-mode):
11517 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
11518 (gomoku-mode-map): Move initialization into declaration.
11519
11520 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
11521
11522 Fix Bug#5840.
11523 * ido.el (ido-file-name-all-completions-1):
11524 * minibuffer.el (minibuffer-completion-help):
11525 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
11526
11527 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11528
11529 * simple.el (non-essential): New var.
11530
11531 Add a new field `location' to bookmarks for non-file bookmarks.
11532 * bookmark.el (bookmark-location): Use the new field, if present.
11533 (bookmark-insert-location): Undo last change, not needed any more.
11534 * man.el (Man-bookmark-make-record):
11535 * woman.el (woman-bookmark-make-record): Add `location' field.
11536
11537 2010-04-14 Juri Linkov <juri@jurta.org>
11538
11539 * simple.el (scroll-error-top-bottom): New defcustom.
11540 (scroll-up-command, scroll-down-command): Use it. Doc fix.
11541
11542 * emulation/pc-select.el (pc-select-override-scroll-error):
11543 Obsolete in favor of `scroll-error-top-bottom'.
11544
11545 2010-04-14 Juri Linkov <juri@jurta.org>
11546
11547 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
11548 `scroll-up-command' and `M-v' to `scroll-down-command'.
11549
11550 * emulation/cua-rect.el (cua--init-rectangles):
11551 * forms.el (forms--change-commands):
11552 * image-mode.el (image-mode-map):
11553 Remap scroll-down-command and scroll-up-command
11554 in addition to scroll-down and scroll-up.
11555
11556 2010-04-14 Juri Linkov <juri@jurta.org>
11557
11558 * mwheel.el (scroll-preserve-screen-position-commands):
11559 Add mwheel-scroll to this list of commands.
11560
11561 * simple.el (scroll-preserve-screen-position-commands):
11562 Add scroll-up-command, scroll-down-command, scroll-up-line,
11563 scroll-down-line to this list of commands.
11564
11565 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
11566
11567 * obsolete/complete.el: Move from lisp/complete.el.
11568
11569 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
11570
11571 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
11572 to the minor mode function now turns the mode ON unconditionally.
11573
11574 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11575
11576 * vc-dir.el (vc-dir-kill-line): New command.
11577 (vc-dir-mode-map): Bind it to C-k.
11578
11579 * bookmark.el (bookmark-insert-location): Handle a nil filename.
11580
11581 * woman.el: Add bookmark declarations to silence the compiler.
11582 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
11583 step to compatibility between man and woman bookmarks.
11584 Adjust for Man-default-bookmark-title renaming.
11585 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
11586
11587 * man.el: Add bookmark declarations to silence the compiler.
11588 (Man-name-local-regexp): Make it match NAME as well.
11589 (Man-getpage-in-background): Return the buffer.
11590 (Man-notify-when-ready): Use `case'.
11591 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
11592 Don't hardcode "NAME". Simplify.
11593 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
11594 Rename from Man-bookmark-make-record.
11595 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
11596 we have the actual man-args. Use Man-getpage-in-background rather
11597 than `man' since the arg is already processed. Let bookmark.el do the
11598 window handling. Only wait for the relevant process.
11599 Don't forget to autoload.
11600
11601 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
11602
11603 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11604
11605 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
11606 New functions.
11607 (woman-mode): Setup bookmark support.
11608
11609 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
11610 (man-bookmark-jump): New functions.
11611 (Man-mode): Setup bookmark support.
11612
11613 2010-04-10 Jari Aalto <jari.aalto@cante.net>
11614
11615 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
11616 recognize ssh-keygen prompt (Bug#2817).
11617
11618 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
11619
11620 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
11621
11622 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
11623
11624 Synchronize with Tramp repository.
11625
11626 * net/tramp.el (tramp-completion-function-alist)
11627 (tramp-file-name-regexp, tramp-chunksize)
11628 (tramp-local-coding-commands, tramp-remote-coding-commands):
11629 Fix docstring.
11630 (tramp-remote-process-environment): Use `format' instead of `concat'.
11631 (tramp-handle-directory-files-and-attributes)
11632 (tramp-get-remote-path): Use `copy-tree'.
11633 (tramp-handle-file-name-all-completions): Backward/ XEmacs
11634 compatibility: Use `completion-ignore-case' if
11635 `read-file-name-completion-ignore-case' does not exist.
11636 (tramp-do-copy-or-rename-file-directly): Do not use
11637 `tramp-handle-file-remote-p'.
11638 (tramp-do-copy-or-rename-file-out-of-band):
11639 Use `tramp-compat-delete-directory'.
11640 (tramp-do-copy-or-rename-file-out-of-band)
11641 (tramp-compute-multi-hops, tramp-maybe-open-connection):
11642 Use `format-spec-make'.
11643 (tramp-find-foreign-file-name-handler)
11644 (tramp-advice-make-auto-save-file-name)
11645 (tramp-set-auto-save-file-modes): Remove superfluous check for
11646 `stringp'. This is done inside `tramp-tramp-file-p'.
11647 (tramp-debug-outline-regexp): New defconst.
11648 (tramp-get-debug-buffer): Use it.
11649 (tramp-check-for-regexp): Use (forward-line 1).
11650 (tramp-set-auto-save-file-modes): Adapt version check.
11651
11652 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
11653 Wrap call of `featurep' for 2nd argument.
11654 (tramp-compat-make-temp-file): Simplify fallback implementation.
11655 (tramp-compat-copy-tree): Remove function.
11656 (tramp-compat-delete-directory): Provide implementation for older
11657 Emacsen.
11658
11659 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
11660 Do not use `tramp-fish-handle-file-attributes.
11661
11662 * net/trampver.el: Update release number.
11663
11664 2010-04-10 Glenn Morris <rgm@gnu.org>
11665
11666 * progmodes/compile.el (compilation-save-buffers-predicate):
11667 Add missing :version tag.
11668
11669 2010-04-09 Sam Steingold <sds@gnu.org>
11670
11671 * progmodes/compile.el (compilation-save-buffers-predicate):
11672 Remove the "autoload" cookie.
11673
11674 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
11675 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
11676 and `bug-reference-prog-mode' can be used in hooks directly.
11677
11678 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
11679
11680 Add --author support to git commit.
11681 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
11682 (vc-git-log-edit-mode): New minor mode.
11683 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
11684 New declarations.
11685
11686 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
11687
11688 * vc-hooks.el, vc-git.el: Improve documentation comments.
11689
11690 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11691
11692 Fix some of the problems in defsubst* (bug#5728).
11693 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
11694 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
11695
11696 2010-04-07 Sam Steingold <sds@gnu.org>
11697
11698 * progmodes/compile.el (compilation-save-buffers-predicate):
11699 New custom variable.
11700 (compile, recompile): Pass it to `save-some-buffers'.
11701
11702 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
11703
11704 * wid-edit.el (widget-choose): Move cursor to the second line of
11705 the buffer (Bug#5695).
11706
11707 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
11708
11709 Add new VC methods: vc-log-incoming and vc-log-outgoing.
11710 * vc.el (vc-print-log-setup-buttons): New function split out from
11711 vc-print-log-internal.
11712 (vc-log-internal-common): New function, a parametrized version of
11713 vc-print-log-internal.
11714 (vc-print-log-internal): Just call vc-log-internal-common with the
11715 right arguments.
11716 (vc-incoming-outgoing-internal):
11717 (vc-log-incoming, vc-log-outgoing): New functions.
11718 (vc-log-view-type): New permanent local variable.
11719
11720 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
11721
11722 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
11723 of the dynamic bound vc-short-log.
11724 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
11725
11726 * vc-git.el (vc-git-log-outgoing): New function.
11727 (vc-git-log-view-mode): Use vc-log-view-type instead
11728 of the dynamic bound vc-short-log.
11729
11730 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
11731 of the dynamic bound vc-short-log. Highlight the tag.
11732 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
11733 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
11734 (vc-hg-incoming-mode): Remove.
11735 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
11736
11737 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
11738
11739 Fix default-directory for vc-root-diff.
11740 * vc.el (vc-root-diff): Bind default-directory to the root
11741 directory for the diff command.
11742
11743 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
11744
11745 * progmodes/verilog-mode.el (verilog-forward-sexp):
11746 (verilog-calc-1): Support "disable fork" and "fork wait" multi
11747 word keywords, suggested by Steve Pearlmutter.
11748 (verilog-pretty-declarations): Support lineup of declarations in
11749 port lists.
11750 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
11751 fix bug for /* / comments.
11752 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
11753 Speed up and simplfy as this is never called with a bound.
11754 (verilog-pretty-declarations): Enhance to line up declarations
11755 inside a parameter list, suggested by Alan Morgan.
11756 (verilog-pretty-expr): Tune assignment regular expression match
11757 string for corner cases; also use markers instead of character
11758 number as indent changes the later.
11759
11760 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
11761
11762 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
11763 as missing keyword.
11764 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
11765 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
11766 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
11767 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
11768 Tennant.
11769 (verilog-keywords):
11770 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
11771 1800-2009 keywords, including "global.".
11772
11773 2010-04-06 John Wiegley <jwiegley@gmail.com>
11774
11775 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
11776 appearing in buffer list (if a live buffer name matched a recentf
11777 file basename). Should use uniquify to offer a real solution.
11778
11779 2010-04-06 John Wiegley <jwiegley@gmail.com>
11780
11781 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
11782 comment to code, and add a :version tag.
11783 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
11784
11785 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
11786
11787 Enable recentf-mode if using virtual buffers.
11788 * ido.el (recentf-list): Declare for byte-compiler.
11789 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
11790 (ido-make-buffer-list): Simplify.
11791 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
11792
11793 2010-04-05 Juri Linkov <juri@jurta.org>
11794
11795 Scrolling commands which scroll a line instead of full screen.
11796 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
11797
11798 * simple.el (scroll-up-line, scroll-down-line): New commands.
11799 Put property isearch-scroll=t on them.
11800
11801 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
11802 Remove commands.
11803
11804 2010-04-05 Juri Linkov <juri@jurta.org>
11805
11806 Scrolling commands which do not signal errors at top/bottom.
11807 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
11808
11809 * simple.el (scroll-up-command, scroll-down-command): New commands.
11810 Put property isearch-scroll=t on them.
11811
11812 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
11813 `scroll-down-command' and [next] from `scroll-up' to
11814 `scroll-up-command'.
11815
11816 * emulation/cua-base.el: Put property CUA=move on
11817 `scroll-up-command' and `scroll-down-command'.
11818 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
11819 and `scroll-down-command' to `cua-scroll-down'.
11820
11821 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
11822
11823 * help.el (describe-mode): Return nil.
11824
11825 2010-04-04 John Wiegley <jwiegley@gmail.com>
11826
11827 * ido.el (ido-use-virtual-buffers): New variable to indicate
11828 whether "virtual buffer" support is enabled for IDO.
11829 (ido-virtual): Face used to indicate virtual buffers in the list.
11830 (ido-buffer-internal): If a buffer is chosen, and no such buffer
11831 exists, but a virtual buffer of that name does (which would be why
11832 it was in the list), recreate the buffer by reopening the file.
11833 (ido-make-buffer-list): If virtual buffers are being used, call
11834 `ido-add-virtual-buffers-to-list' before the make list hook.
11835 (ido-virtual-buffers): New variable which contains a copy of the
11836 current contents of the `recentf-list', albeit pared down for the
11837 sake of speed, and with proper faces applied.
11838 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
11839 create a list of "virtual buffers" to present to the user in
11840 addition to the currently open set. Note that this logic could
11841 get rather slow if that list is too large. With the default
11842 `recentf-max-saved-items' of 200, there is little speed penalty.
11843
11844 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11845
11846 * font-lock.el: Require CL when compiling.
11847 (font-lock-turn-on-thing-lock): Use `case'.
11848
11849 2010-04-03 Eli Zaretskii <eliz@gnu.org>
11850
11851 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
11852 Zaretskii.
11853
11854 2010-04-02 Juri Linkov <juri@jurta.org>
11855
11856 * ehelp.el (electric-help-orig-major-mode):
11857 New buffer-local variable.
11858 (electric-help-mode): Set it to original major-mode. Doc fix.
11859 (with-electric-help): Use `electric-help-orig-major-mode' instead
11860 of (default-value 'major-mode). Doc fix.
11861 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
11862
11863 2010-04-02 Sam Steingold <sds@gnu.org>
11864
11865 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
11866 `vc-hg-command' with a list of flags.
11867
11868 * progmodes/bug-reference.el (bug-reference-bug-regexp):
11869 Also accept "patch" and "RFE".
11870 (bug-reference-fontify): `bug-reference-url-format' can also be a
11871 function to be able to handle the bug kind.
11872 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
11873
11874 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
11875
11876 * tmm.el (tmm-get-keymap): Check with symbolp before passing
11877 value to fboundp, it may not be a symbol.
11878
11879 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
11880
11881 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
11882
11883 2010-03-31 Juri Linkov <juri@jurta.org>
11884
11885 * simple.el (next-line, previous-line): Re-throw a signal
11886 with `signal' instead of using `ding'.
11887 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
11888
11889 2010-03-31 Juri Linkov <juri@jurta.org>
11890
11891 * simple.el (keyboard-escape-quit): Raise deselecting the active
11892 region higher than exiting the minibuffer.
11893 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
11894
11895 2010-03-31 Juri Linkov <juri@jurta.org>
11896
11897 * image.el (image-animated-p): Use `image-metadata' instead of
11898 `image-extension-data'. Get GIF extenstion data from metadata
11899 property `extension-data'.
11900
11901 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11902
11903 * simple.el (append-to-buffer): Simplify.
11904
11905 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
11906
11907 * textmodes/artist.el (artist-mode): Fix typo in docstring.
11908 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
11909
11910 2010-03-31 Kenichi Handa <handa@m17n.org>
11911
11912 * language/sinhala.el (composition-function-table): Fix regexp for
11913 the new Unicode specification.
11914
11915 * language/indian.el (devanagari-composable-pattern)
11916 (tamil-composable-pattern, kannada-composable-pattern)
11917 (malayalam-composable-pattern): Adjust for the new Unicode
11918 specification.
11919 (bengali-composable-pattern, gurmukhi-composable-pattern)
11920 (gujarati-composable-pattern, oriya-composable-pattern)
11921 (telugu-composable-pattern): New variables to cope with the new
11922 Unicode specification. Use them in composition-function-table.
11923
11924 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11925
11926 Make tmm-menubar work for the Buffers menu again (bug#5726).
11927 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
11928 vectors rather than cons cells, as used in menu-bar-update-buffers.
11929
11930 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
11931
11932 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
11933 (js-insert-and-indent): Revert 2009-08-15 change, restoring
11934 electric punctuation for "{}();,:" (Bug#5586).
11935
11936 * mail/sendmail.el (mail-default-directory): Doc fix.
11937
11938 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
11939
11940 * mail/sendmail.el (mail-default-directory): Doc fix.
11941
11942 2010-03-31 Eli Zaretskii <eliz@gnu.org>
11943
11944 * subr.el (version-regexp-alist, version-to-list)
11945 (version-list-<, version-list-=, version-list-<=)
11946 (version-list-not-zero, version<, version<=, version=): Doc fix.
11947 (Bug#5744).
11948
11949 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
11950
11951 * vc.el (vc-root-diff): Doc fix.
11952
11953 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
11954
11955 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
11956
11957 * simple.el (append-to-buffer): Fix last change.
11958
11959 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
11960
11961 * simple.el (append-to-buffer): Ensure that point is preserved if
11962 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
11963 (Bug#5749)
11964
11965 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11966
11967 * files.el (auto-mode-case-fold): Change default to t.
11968
11969 2010-03-30 Juri Linkov <juri@jurta.org>
11970
11971 * dired-x.el (dired-omit-mode): Doc fix.
11972
11973 2010-03-30 Juri Linkov <juri@jurta.org>
11974
11975 * replace.el (occur-accumulate-lines): Move occur-engine related
11976 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
11977 to be located after `occur-engine'.
11978
11979 2010-03-30 Juri Linkov <juri@jurta.org>
11980
11981 Make occur handle multi-line matches cleanly with context.
11982 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
11983
11984 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
11985 (occur-engine): Add local variables `ret', `prev-after-lines',
11986 `prev-lines'. Use more arguments for `occur-context-lines'.
11987 Set first elem of its returned list to `data', and the second elem
11988 to `prev-after-lines'. Don't print the separator line.
11989 In the end, print remaining context after-lines.
11990 (occur-context-lines): Add new arguments `begpt', `endpt',
11991 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
11992 after-lines of the previous match with before-lines of the
11993 current match and not overlap them. Return a list with two
11994 values: the output line and the list of context after-lines.
11995
11996 2010-03-30 Juri Linkov <juri@jurta.org>
11997
11998 * replace.el (occur-accumulate-lines): Fix a bug where the first
11999 context line at the beginning of the buffer was missing.
12000
12001 2010-03-30 Eli Zaretskii <eliz@gnu.org>
12002
12003 * files.el: Make bidi-display-reordering safe variable for boolean
12004 values.
12005
12006 2010-03-29 Phil Hagelberg <phil@evri.com>
12007 Chong Yidong <cyd@stupidchicken.com>
12008
12009 * subr.el: Extend progress reporters to perform "spinning".
12010 (progress-reporter-update, progress-reporter-do-update):
12011 Handle non-numeric value arguments.
12012 (progress-reporter--pulse-characters): New var.
12013
12014 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
12015
12016 * progmodes/compile.el (compilation-start): Fix regexp detection
12017 of initial cd command (Bug#5771).
12018
12019 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
12020
12021 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
12022
12023 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
12024
12025 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
12026 * progmodes/gdb-mi.el: Restore.
12027 * progmodes/gdb-ui.el: Remove.
12028 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
12029
12030 2010-03-25 Glenn Morris <rgm@gnu.org>
12031
12032 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
12033 all dired buffers, even tramp ones. (Bug#5755)
12034
12035 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12036
12037 Add "union tags" in mpc.el.
12038 * mpc.el: Remove backward compatibility code.
12039 (mpc-browser-tags): Change default.
12040 (mpc--find-memoize-union-tags): New var.
12041 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
12042 (mpc-cmd-find): Handle the case where the playlist does not exist.
12043 Handle union-tags.
12044 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
12045 (mpc-cmd-add): Use mpc-cmd-flush.
12046 (mpc-tagbrowser-tag-name): New fun.
12047 (mpc-tagbrowser-buf): Use it.
12048 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
12049
12050 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12051
12052 Misc cleanup.
12053 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
12054 Use replace-regexp-in-string.
12055 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
12056 (makefile-imake-mode-syntax-table): Move init into defvar.
12057 (makefile-mode): Use define-derived-mode.
12058
12059 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
12060 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
12061 not be present any more.
12062
12063 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
12064
12065 * faces.el (set-face-attribute): Fix typo in docstring.
12066 (face-valid-attribute-values): Reflow docstring.
12067
12068 2010-03-24 Glenn Morris <rgm@gnu.org>
12069
12070 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
12071
12072 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
12073
12074 * indent.el (indent-for-tab-command): Doc fix.
12075
12076 2010-03-24 Alan Mackenzie <acm@muc.de>
12077
12078 * progmodes/cc-engine.el (c-remove-stale-state-cache):
12079 Fix off-by-one error. Fixes bug #5747.
12080
12081 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
12082
12083 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
12084 (image-dired-read-comment): Doc fix.
12085
12086 * json.el (json-object-type, json-array-type, json-key-type)
12087 (json-false, json-null, json-read-number):
12088 * minibuffer.el (completion-in-region-functions):
12089 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
12090 (cal-tex-cursor-week):
12091 * emacs-lisp/trace.el (trace-function):
12092 * eshell/em-basic.el (eshell/printnl):
12093 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
12094 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
12095 * obsolete/levents.el (allocate-event, event-key, event-object)
12096 (event-point, event-process, event-timestamp, event-to-character)
12097 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
12098 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
12099 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
12100 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
12101 (reftex-highlight-selection): Fix typos in docstrings.
12102
12103 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
12104
12105 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
12106
12107 2010-03-24 Glenn Morris <rgm@gnu.org>
12108
12109 * mail/rmail.el (rmail-highlight-face): Restore option deleted
12110 2008-02-13 without comment; mark it obsolete.
12111 (rmail-highlight-headers): Use rmail-highlight-face once more.
12112
12113 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
12114
12115 * woman.el (woman2-process-escapes): Only consume the newline if
12116 the filler character is on a line by itself (Bug#5729).
12117
12118 2010-03-24 Kenichi Handa <handa@m17n.org>
12119
12120 * language/indian.el (devanagari-composable-pattern): Add more
12121 consonants.
12122
12123 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
12124
12125 * net/trampver.el: Update release number.
12126
12127 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
12128
12129 * net/tramp.el (tramp-find-executable):
12130 Use `tramp-get-connection-buffer'. Make the regexp for checking
12131 output of "wc -l" more robust.
12132 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
12133 (tramp-open-connection-setup-interactive-shell): Remove workaround
12134 for OpenSolaris bug, it is not needed anymore.
12135
12136 2010-03-24 Glenn Morris <rgm@gnu.org>
12137
12138 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
12139
12140 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
12141
12142 * files.el (auto-mode-alist): Accept more verilog file patterns.
12143
12144 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12145
12146 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
12147
12148 2010-03-24 Glenn Morris <rgm@gnu.org>
12149
12150 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
12151 log-edit-before-checkin-process.
12152
12153 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
12154
12155 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
12156
12157 * vc-dispatcher.el (vc-start-logentry): Doc fix.
12158 (log-view-process-buffer, log-edit-extra-flags): Declare.
12159
12160 * log-edit.el (log-edit-before-checkin-process): Doc fix.
12161
12162 2010-03-23 Sam Steingold <sds@gnu.org>
12163
12164 Fix bug#5620: recalculate all markers on compilation buffer
12165 modifications, not on file modifications.
12166 * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
12167 variable: the buffer modification time, for buffers not associated with
12168 files.
12169 (compilation-mode): Create it.
12170 (compilation-filter): Update it.
12171 (compilation-next-error-function): Use it instead of
12172 `visited-file-modtime' for timestamp.
12173
12174 2010-03-23 Juri Linkov <juri@jurta.org>
12175
12176 Implement Occur multi-line matches.
12177 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
12178
12179 * replace.el (occur): Doc fix.
12180 (occur-engine): Set `begpt' to the beginning of the first line.
12181 Set `endpt' to the end of the last match line. At first, count
12182 line numbers between `origpt' and `begpt'. Split out code from
12183 `out-line' variable to new let-bindings `match-prefix' and
12184 `match-str'. In `out-line' add non-numeric prefix to all
12185 non-first lines of multi-line matches. Finally, count lines
12186 between `begpt' and `endpt' and add to `lines'.
12187
12188 2010-03-23 Juri Linkov <juri@jurta.org>
12189
12190 * replace.el (occur-accumulate-lines, occur-engine):
12191 Use `occur-engine-line' instead of duplicate code.
12192 (occur-engine-line): New function created from duplicate code
12193 in `occur-accumulate-lines' and `occur-engine'.
12194
12195 * replace.el (occur-engine-line): Add optional arg `keep-props'.
12196 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
12197
12198 2010-03-23 Juri Linkov <juri@jurta.org>
12199
12200 * finder.el: Remove TODO tasks.
12201
12202 * info.el (Info-finder-find-node): Add node "all"
12203 with all package info. Handle a list of multiple keywords
12204 separated by comma.
12205 (info-finder): In interactive use with a prefix argument,
12206 use `completing-read-multiple' to read a list of keywords
12207 separated by comma.
12208
12209 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12210
12211 Add a new completion style `substring'.
12212 * minibuffer.el (completion-basic--pattern): New function.
12213 (completion-basic-try-completion, completion-basic-all-completions):
12214 Use it.
12215 (completion-substring--all-completions)
12216 (completion-substring-try-completion)
12217 (completion-substring-all-completions): New functions.
12218 (completion-styles-alist): New style `substring'.
12219
12220 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12221
12222 Get rid of .elc files after removal of the corresponding .el.
12223 * Makefile.in (compile-clean): New target.
12224 (compile-main): Use it.
12225
12226 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
12227
12228 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
12229 don't do make there. When compiling with separate object dir, there
12230 is no Makefile there.
12231
12232 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12233
12234 Get rid of the ELCFILES abomination, again.
12235 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
12236 (all, compile): Don't call compile-last.
12237 (compile-main): Build the "elcfiles" list dynamically.
12238 (compile-targets): New (internal) target.
12239
12240 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
12241
12242 * Makefile.in (top_srcdir): Define.
12243 (abs_top_builddir): Define.
12244 (srcdir): Don't append `/..'.
12245 (EMACS): Use ${abs_top_builddir}.
12246 (all, compile, compile-always, compile-last): Don't set emacswd.
12247 (update-subdirs, update-authors): Use $(top_srcdir) instead of
12248 $(srcdir).
12249 (lisp): Use $(srcdir) instead of @srcdir@.
12250
12251 2010-03-21 Juri Linkov <juri@jurta.org>
12252
12253 Fix message of multi-line occur regexps and multi-buffer header lines.
12254 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
12255
12256 * replace.el (occur-1): Don't display regexp if it is longer
12257 than window-width. Use `query-replace-descr' to display regexp.
12258 (occur-engine): Don't display regexp in the buffer header for
12259 multi-buffer occur. Display a separate header line with total
12260 match count and regexp for multi-buffer occur.
12261 Use `query-replace-descr' to display regexp.
12262
12263 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
12264
12265 * net/secrets.el: Fix parenthesis.
12266 (secrets-enabled): Fix parenthesis.
12267
12268 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12269
12270 Use more relative file and directory names.
12271 * Makefile.in (EMACS): Arrange for it to work when we chdir.
12272 (setwins, setwins_almost, setwins_for_subdirs):
12273 Don't `cd'; output relative names.
12274 (all, compile, compile-always, compile-last): Set emacswd.
12275 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
12276 Just cd to the lisp source dir so we can use relative file names.
12277
12278 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
12279
12280 2010-03-20 Glenn Morris <rgm@gnu.org>
12281
12282 * textmodes/rst.el: Use faces for font-lock customization, and make the
12283 old -face variables obsolete.
12284 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
12285 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
12286 (rst-block-face, rst-external-face, rst-definition-face)
12287 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
12288 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
12289 Make obsolete.
12290 (rst-font-lock-keywords-function): Update for above changes.
12291
12292 2010-03-20 Juri Linkov <juri@jurta.org>
12293
12294 * s-region.el:
12295 * obsolete/s-region.el: Move to obsolete.
12296
12297 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
12298
12299 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
12300
12301 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12302
12303 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
12304
12305 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12306
12307 Add special markup processing for commit logs.
12308 * log-edit.el (log-edit-extra-flags): New variable.
12309 (log-edit): Add new argument MODE. Use that mode when non-nil
12310 instead of the log-view-mode.
12311 (log-view-process-buffer): New function.
12312
12313 * vc.el: Document that the checkin method takes optional
12314 arguments. Document new backend specific method: log-view-mode.
12315 (vc-default-log-edit-mode): New function.
12316 (vc-checkin): Use a backend specific log-view-mode.
12317 Pass extra arguments to the checkin method.
12318 (vc-modify-change-comment): Pass a dummy extra argument.
12319
12320 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
12321 log-edit.
12322 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
12323 (vc-finish-logentry): Process the log buffer before passing it
12324 down. Pass log-edit-extra-flags.
12325
12326 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
12327 command.
12328 (log-edit-extra-flags, log-edit-before-checkin-process):
12329 New declarations.
12330
12331 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
12332 command.
12333 (log-edit-extra-flags, log-edit-before-checkin-process):
12334 New declarations.
12335 (vc-hg-log-edit-mode): New derived mode.
12336
12337 * vc-arch.el (vc-arch-checkin):
12338 * vc-cvs.el (vc-cvs-checkin):
12339 * vc-git.el (vc-git-checkin):
12340 * vc-mtn.el (vc-mtn-checkin):
12341 * vc-rcs.el (vc-rcs-checkin):
12342 * vc-sccs.el (vc-sccs-checkin):
12343 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
12344
12345 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12346
12347 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
12348 parent typo).
12349
12350 2010-03-19 Glenn Morris <rgm@gnu.org>
12351
12352 * password-cache.el (password-cache, password-cache-expiry): Autoload.
12353
12354 2010-03-18 Glenn Morris <rgm@gnu.org>
12355
12356 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
12357
12358 * replace.el (query-replace-history): Give it a doc string.
12359 (map-query-replace-regexp): Use query-replace-from-history-variable
12360 and query-replace-to-history-variable.
12361
12362 * mail/hashcash.el (declare-function): Remove duplicate definition.
12363
12364 * mail/emacsbug.el (report-emacs-bug-pretest-address):
12365 Make it an obsolete alias for report-emacs-bug-address.
12366 (message-strip-special-text-properties): Declare.
12367 (report-emacs-bug): Remove test for a pretest bug address.
12368 Combine message-mode-specific code.
12369
12370 * mail/supercite.el: Don't require sendmail.
12371 (mh-in-header-p): Declare rather than using with-no-warnings.
12372 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
12373 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
12374
12375 * calendar/cal-french.el: Convert to utf-8.
12376
12377 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
12378 Emacs scripts.
12379
12380 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
12381
12382 * net/secrets.el (secrets-enabled): New variable. Use it instead
12383 of a subfeature.
12384
12385 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
12386
12387 * net/secrets.el (top): Register the D-Bus signals only when the
12388 service "org.freedesktop.secrets" can be pinged.
12389 Provide subfeature `enabled'.
12390
12391 2010-03-14 Juri Linkov <juri@jurta.org>
12392
12393 Add finder unknown keywords.
12394
12395 * finder.el (finder-unknown-keywords): New function.
12396
12397 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
12398 to create a Finder node with unknown keywords.
12399
12400 2010-03-14 Juri Linkov <juri@jurta.org>
12401
12402 * finder.el (finder-compile-keywords): Replace `princ' with
12403 `prin1' on a list of symbols interned from keyword strings.
12404
12405 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
12406 a comma, then split keywords using a comma and optional whitespace.
12407 Otherwise, split by whitespace.
12408
12409 * complete.el:
12410 * face-remap.el:
12411 * log-view.el:
12412 * net/hmac-def.el:
12413 * net/hmac-md5.el:
12414 * net/netrc.el:
12415 * progmodes/mixal-mode.el: Fix keywords.
12416
12417 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
12418
12419 * Makefile.in (ELCFILES): Add net/secrets.elc.
12420
12421 * net/secrets.el: New file.
12422
12423 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
12424
12425 * facemenu.el (list-colors-display, list-colors-print): New arg
12426 callback. Use it to allow selecting colors.
12427
12428 * wid-edit.el (widget-image-insert): Insert image prop even if the
12429 current display is non-graphic.
12430 (widget-field-value-set): New fun.
12431 (editable-field): Use it.
12432 (widget-field-value-get): Clean up unused var.
12433 (widget-color-value-create, widget-color--choose-action):
12434 New funs. Allow using list-colors-display to choose color.
12435
12436 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
12437
12438 * cus-edit.el: Resort topmost custom groups.
12439 (custom-buffer-sort-alphabetically): Default to t.
12440 (customize-apropos): Use apropos-parse-pattern.
12441 (custom-search-field): New var.
12442 (custom-buffer-create-internal): Add custom-apropos search field.
12443 (custom-add-parent-links): Don't display parent doc.
12444 (custom-group-value-create): Don't sort top-level custom group.
12445 (custom-magic-value-create): Show visibility button before option name.
12446
12447 (custom-variable-state): New fun, from custom-variable-state-set.
12448 (custom-variable-state-set): Use it.
12449 (custom-group-value-create): Hide options with standard values
12450 using the :hidden-states property. Use progress reporter.
12451
12452 (custom-show): Simplify.
12453 (custom-visibility): Disable images by default.
12454 (custom-variable): New property :hidden-states.
12455 (custom-variable-value-create): Enable images for
12456 custom-visibility widgets. Use :hidden-states property to
12457 determine initial visibility.
12458
12459 * wid-edit.el (widget-image-find): Give images center ascent.
12460 (visibility): Add :on-image and :off-image properties.
12461 (widget-visibility-value-create): Use them.
12462
12463 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
12464
12465 * cus-edit.el (processes): Remove from development group.
12466 (oop, hypermedia): Delete group.
12467 (comm): Promote to top-level group.
12468
12469 * net/browse-url.el (browse-url):
12470 * net/xesam.el (xesam):
12471 * net/tramp.el (tramp):
12472 * net/goto-addr.el (goto-address):
12473 * net/ange-ftp.el (ange-ftp): Put in comm group.
12474
12475 * view.el (view): Remove from editing group.
12476
12477 * uniquify.el (uniquify): Put in files group.
12478
12479 * net/browse-url.el (browse-url):
12480 * ps-print.el (postscript): Put in external group.
12481
12482 * cus-edit.el (outlines):
12483 * textmodes/text-mode.el (text-mode-hook):
12484 * textmodes/table.el (table):
12485 * textmodes/picture.el (picture):
12486 * outline.el (outlines): Put in wp group.
12487
12488 * nxml/nxml-mode.el (nxml): Remove from wp group.
12489
12490 * net/tramp-imap.el (tramp-imap): Put in tramp group.
12491
12492 * mail/metamail.el (metamail): Remove from hypermedia group.
12493
12494 * cus-edit.el (abbrev):
12495 * whitespace.el (whitespace):
12496 * vcursor.el (vcursor):
12497 * reveal.el (reveal):
12498 * hl-line.el (hl-line): Put in convenience group.
12499
12500 * epg-config.el (epg): Put in data group.
12501
12502 * emulation/pc-select.el (pc-select): Put in emulations group.
12503
12504 * calculator.el (calculator): Put in applications group.
12505
12506 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
12507
12508 Add .dir-locals.el support for file-less buffers.
12509 * files.el (hack-local-variables): Split out code to apply local
12510 variable settings ...
12511 (hack-local-variables-apply): ... here. New function.
12512 (hack-dir-local-variables): Use the default directory for when the
12513 buffer does not have an associated file.
12514 (hack-dir-local-variables-non-file-buffer): New function.
12515 * diff-mode.el (diff-mode):
12516 * vc-annotate.el (vc-annotate-mode):
12517 * vc-dir.el (vc-dir-mode):
12518 * log-edit.el (log-edit-mode):
12519 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
12520
12521 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
12522
12523 Add support for shelving snapshots and for showing shelves.
12524 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
12525 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
12526 New functions.
12527 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
12528 (vc-bzr-extra-menu-map): Map them.
12529
12530 2010-03-11 Glenn Morris <rgm@gnu.org>
12531
12532 * cus-edit.el (customize-changed-options-previous-release):
12533 Bump to 23.1.
12534
12535 * image.el (image-animate-max-time): Fix :version tag.
12536
12537 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
12538
12539 * Branch for 23.2.
12540
12541 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
12542
12543 * vc-git.el (vc-git-revision-table): Include remote branches.
12544
12545 2010-03-10 Kim F. Storm <storm@cua.dk>
12546
12547 Animated image API.
12548 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
12549
12550 * image.el (image-animate-max-time): New defcustom.
12551 (image-animated-types): New defconst.
12552 (create-animated-image, image-animate-timer)
12553 (image-animate-start, image-animate-stop, image-animate-timeout)
12554 (image-animated-p): New functions.
12555
12556 * image-mode.el (image-toggle-display-image):
12557 Replace `create-image' with `create-animated-image'.
12558
12559 2010-03-09 Miles Bader <miles@gnu.org>
12560
12561 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
12562 instead of "format:"; this ensures that the output is
12563 newline-terminated.
12564
12565 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
12566
12567 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
12568 that all errors are caught, and that the return value is always a
12569 list (Bug#5692).
12570
12571 2010-03-08 Kenichi Handa <handa@m17n.org>
12572
12573 * language/misc-lang.el (windows-1256): New coding system.
12574 (cp1256): New alias of windows-1256 (bug#5690).
12575
12576 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
12577
12578 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
12579 call to rfc822-bad-address. (Bug#5692)
12580
12581 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
12582
12583 * vc-git.el (vc-git-annotate-extract-revision-at-line):
12584 Use vc-git-root as default directory for revision path (Bug#5657).
12585
12586 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
12587
12588 * calculator.el (calculator): Don't bind split-window-keep-point
12589 (Bug#5674).
12590
12591 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
12592
12593 * vc-git.el: Re-flow to fit into 80 columns.
12594 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
12595 Remove spurious `quote' element in each case alternative.
12596 (vc-git-show-log-entry): Use prog1.
12597 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
12598
12599 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
12600
12601 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
12602
12603 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
12604
12605 * macros.el (insert-kbd-macro): Look up keyboard macro using the
12606 definition, not the name (Bug#5481).
12607
12608 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
12609
12610 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
12611 argument with a local variable. (Bug#5670)
12612
12613 2010-03-02 Juri Linkov <juri@jurta.org>
12614
12615 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
12616
12617 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
12618
12619 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
12620 error when FILENAME and NEWNAME are existing remote directories.
12621
12622 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
12623 parameter DIR-FLAG.
12624
12625 2010-03-02 Glenn Morris <rgm@gnu.org>
12626
12627 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
12628 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
12629
12630 2010-03-01 Kenichi Handa <handa@m17n.org>
12631
12632 * language/burmese.el (burmese-composable-pattern): Rename from
12633 myanmar-composable-pattern.
12634
12635 * international/characters.el (script-list):
12636 * international/fontset.el (script-representative-chars):
12637 Change myanmar to burmese.
12638 (otf-script-alist): Likewise.
12639 (setup-default-fontset): Likewise. Re-fix :otf spec.
12640
12641 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
12642
12643 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
12644
12645 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
12646
12647 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
12648
12649 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
12650
12651 * net/tramp.el (tramp-handle-write-region): START can be a string.
12652 Take care in the checks. Reported by Dan Davison
12653 <davison@stats.ox.ac.uk>.
12654
12655 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
12656
12657 * net/dbus.el (dbus-introspect, dbus-get-property)
12658 (dbus-set-property, dbus-get-all-properties):
12659 Use `dbus-call-method' when noninteractive. (Bug#5645)
12660
12661 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
12662
12663 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
12664 * emacs-lisp/elint.el (elint-add-required-env):
12665 * calendar/icalendar.el (icalendar--add-diary-entry):
12666 * calc/calcalg2.el (math-tracing-integral):
12667 * files.el (recover-session-finish): Use with-current-buffer
12668 instead of save-excursion.
12669
12670 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
12671
12672 Fix in-buffer completion when after-change-functions modify the buffer.
12673 * minibuffer.el (completion--replace): New function.
12674 (completion--do-completion): Use it and use relative movement.
12675
12676 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
12677
12678 * international/fontset.el (setup-default-fontset): Fix :otf spec.
12679
12680 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
12681
12682 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
12683 Allow the characters _<> in the stack entry (Bug#5653).
12684
12685 2010-02-26 Kenichi Handa <handa@m17n.org>
12686
12687 * language/burmese.el: Fix entries in composition-function-table.
12688 (myanmar-composable-pattern): New variable.
12689
12690 * international/fontset.el (setup-default-fontset): Add an entry
12691 for myanmar.
12692
12693 * international/characters.el (script-list): Add Myanmar
12694 Extended-A.
12695
12696 2010-02-26 Glenn Morris <rgm@gnu.org>
12697
12698 * custom.el (custom-initialize-delay): Doc fix.
12699
12700 * mail/sendmail.el (send-mail-function): Autoload the call
12701 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
12702
12703 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
12704
12705 * files.el (hack-local-variables-filter): For eval forms, also
12706 check safe-local-variable-p (Bug#5636).
12707
12708 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
12709
12710 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
12711 setting the modes by `ignore-errors'. It might fail, for example
12712 if the file is not owned by the user but the group.
12713 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
12714
12715 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
12716
12717 * files.el (directory-listing-before-filename-regexp):
12718 Use stricter matching for iso-style dates, to avoid false matches with
12719 date-like filenames (Bug#5597).
12720
12721 * htmlfontify.el (htmlfontify): Doc fix.
12722
12723 * eshell/eshell.el (eshell): Doc fix.
12724
12725 * startup.el (fancy-about-screen): In mode-line, apply
12726 mode-line-buffer-id face only to the buffer name (Bug#5613).
12727
12728 2010-02-20 Kevin Ryde <user42@zip.com.au>
12729
12730 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12731 In `watcom' anchor regexp to start of line, to avoid slowness
12732 (Bug#5599).
12733
12734 2010-02-20 Eli Zaretskii <eliz@gnu.org>
12735
12736 * subr.el (remove-yank-excluded-properties): Explain in a comment
12737 why `category' property is removed.
12738
12739 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
12740
12741 * isearch.el (isearch-update-post-hook, isearch-update):
12742 Revert 2010-02-17 change.
12743
12744 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
12745
12746 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
12747 (icalendar--convert-weekly-to-ical)
12748 (icalendar--convert-yearly-to-ical)
12749 (icalendar--convert-block-to-ical)
12750 (icalendar--convert-cyclic-to-ical)
12751 (icalendar--convert-anniversary-to-ical): Take care of time
12752 specifications where hour has 1-digit only (Bug#5549).
12753
12754 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
12755
12756 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
12757 of disassemble output in GDB 7.1.
12758
12759 2010-02-19 Glenn Morris <rgm@gnu.org>
12760
12761 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
12762 property. (Bug#5593)
12763
12764 2010-02-18 Sam Steingold <sds@gnu.org>
12765
12766 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
12767
12768 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
12769
12770 Use abbreviated file names in bookmarks (bug#5591).
12771 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
12772 calls to expand-file-name.
12773 (bookmark-relocate): Use abbreviated file names in bookmarks.
12774 (bookmark-load): Use abbreviated file names in messages.
12775
12776 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
12777
12778 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
12779 expand "." and "..". Reported by Thierry Volpiatto
12780 <thierry.volpiatto@gmail.com>.
12781
12782 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
12783
12784 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
12785 permissions of the temporary file to "0600". In case the remote
12786 file has no read permissions for the owner, there might be
12787 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
12788
12789 22010-02-18 Glenn Morris <rgm@gnu.org>
12790
12791 * emacs-lisp/authors.el (authors-renamed-files-alist):
12792 Add entries for INSTALL.CVS.
12793
12794 2010-02-17 Mark A. Hershberger <mah@everybody.org>
12795
12796 * vc-bzr.el: Fix typo in Known Bugs section.
12797
12798 * isearch.el (isearch-update-post-hook): New hook.
12799 (isearch-update): Use the new hook.
12800
12801 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
12802
12803 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
12804 Fix errors in copying directories.
12805 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
12806 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
12807 (tramp-handle-delete-file)
12808 (tramp-handle-dired-recursive-delete-directory)
12809 (tramp-handle-write-region): Flush also the cache for the upper
12810 directory.
12811
12812 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
12813
12814 * simple.el (save-interprogram-paste-before-kill): Doc fix.
12815
12816 * cus-edit.el (hardware): Doc fix.
12817
12818 * man.el (man): Add to external custom group.
12819
12820 * delim-col.el (columns): Move to wp custom group.
12821
12822 * doc-view.el (doc-view): Add to data custom group.
12823
12824 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
12825
12826 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
12827 by ispell-parse-output (Bug#5575).
12828
12829 2010-02-16 Kenichi Handa <handa@m17n.org>
12830
12831 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
12832 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
12833 (skkdic-convert): Use `euc-japan' coding system for writing.
12834
12835 2010-02-16 Glenn Morris <rgm@gnu.org>
12836
12837 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
12838 tex-main-file before using it. (Bug#5562)
12839
12840 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
12841
12842 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
12843 warnings, since it is annoying for the user to see them each time he
12844 runs the code.
12845
12846 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
12847
12848 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
12849 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
12850 instead of PROC for caching "first-password-request". Otherwise,
12851 new processes would not profit from passwords already entered.
12852
12853 * net/tramp-cache.el (tramp-dump-connection-properties):
12854 Don't save "first-password-request" property.
12855
12856 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
12857
12858 * outline.el (outline-head-from-level):
12859 * simple.el (with-wrapper-hook):
12860 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
12861 (elint-defun, elint-buffer-env, elint-top-form-logged)
12862 (elint-unbound-variable):
12863 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
12864 Fix typos in docstrings.
12865
12866 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
12867
12868 * files.el (insert-directory): When WILDCARD-REGEXP and
12869 FULL-DIRECTORY-P are nil, insert the file entry instead of the
12870 whole directory. (Bug#5551)
12871
12872 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
12873 dired's alignment sanity. (Bug#5516)
12874
12875 2010-02-14 Juri Linkov <juri@jurta.org>
12876
12877 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
12878 Remove remaining ^H with their preceding chars. (Bug#5566)
12879
12880 2010-02-13 Glenn Morris <rgm@gnu.org>
12881
12882 * simple.el (transpose-subr): Give it a doc-string.
12883
12884 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
12885 Doc fixes.
12886
12887 2010-02-12 Juri Linkov <juri@jurta.org>
12888
12889 * arc-mode.el (archive-unique-fname): Make directories for nested
12890 archives. (Bug#5540)
12891
12892 2010-02-12 Juri Linkov <juri@jurta.org>
12893
12894 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
12895
12896 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
12897
12898 * subr.el (copy-overlay): Handle deleted overlays.
12899
12900 * man.el (Man-completion-table): Don't signal an error if we can't run
12901 manual-program (bug#4056).
12902
12903 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
12904
12905 * textmodes/artist.el (artist-mt): Fix typos in docstring.
12906
12907 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12908
12909 * info.el (Info-bookmark-jump): Simplify.
12910
12911 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
12912 (bookmark-default-handler): Accept new bookmark field `buffer'.
12913
12914 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
12915
12916 * iswitchb.el (iswitchb-completions): Revert last change.
12917
12918 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
12919
12920 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
12921 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
12922 This prevents file names like "~/" being listed literally.
12923
12924 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
12925
12926 * term/xterm.el (xterm-maybe-set-dark-background-mode):
12927 Remove dead code. (Bug#5546)
12928
12929 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
12930
12931 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
12932 correctly (Bug#5548).
12933
12934 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
12935
12936 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
12937 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
12938
12939 2010-02-08 Kenichi Handa <handa@m17n.org>
12940
12941 * international/mule-util.el (with-coding-priority): Add autoload
12942 cookie for putting `lisp-indent-function'.
12943
12944 2010-02-07 Glenn Morris <rgm@gnu.org>
12945
12946 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
12947 Move F2003 named interfaces from keywords-2 to keywords-1, and
12948 use function-name-face rather than constant-face.
12949 Simplify "abstract interface" regexp.
12950
12951 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
12952
12953 * eshell/esh-util.el (eshell-file-attributes): New optional arg
12954 ID-FORMAT. Pass it to `file-attributes'.
12955
12956 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
12957
12958 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
12959
12960 * faces.el (set-face-attribute): Allow calling
12961 internal-set-lisp-face-attribute with 'unspecified family and
12962 foundry argument (Bug#5536).
12963
12964 2010-02-07 Glenn Morris <rgm@gnu.org>
12965
12966 * progmodes/f90.el (f90-font-lock-keywords-2)
12967 (f90-looking-at-type-like, f90-looking-at-program-block-end):
12968 Handle F2003 named interfaces.
12969
12970 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
12971
12972 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
12973 beg and end before calling c-get-state-before-change-functions.
12974
12975 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
12976
12977 * vc-bzr.el (vc-bzr-dir-extra-headers):
12978 Disable the pending merges header.
12979
12980 2010-02-05 Juri Linkov <juri@jurta.org>
12981
12982 * doc-view.el (doc-view-mode):
12983 * image-mode.el (image-mode): Put property mode-class=special.
12984 (Bug#4896)
12985
12986 2010-02-05 Mark A. Hershberger <mah@everybody.org>
12987
12988 * vc-svn.el (vc-svn-revision-table): New function.
12989
12990 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
12991
12992 * net/ange-ftp.el (ange-ftp-insert-directory):
12993 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
12994 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
12995 Handle also directories. (Bug#5478)
12996
12997 2010-02-05 Glenn Morris <rgm@gnu.org>
12998
12999 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
13000
13001 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
13002
13003 * startup.el (command-line-1): Convert options beginning with a
13004 single dash as well (Bug#5519).
13005
13006 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
13007
13008 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
13009 * minibuffer.el (completion-initials-expand): Only check the presence
13010 of delims *within* the boundaries, since otherwise the / delim is
13011 always found for files.
13012
13013 Fix up various corner case problems.
13014 * doc-view.el (doc-view-last-page-number): New function.
13015 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
13016 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
13017 (doc-view-kill-proc): Avoid inf-loop in freak cases.
13018 (doc-view-reconvert-doc): Use the new recursive delete-directory.
13019 (doc-view-convert-current-doc): Don't create the resolution.el file
13020 here any more.
13021 (doc-view-pdf/ps->png): Do it here instead.
13022 (doc-view-already-converted-p): Check that resolution.el is present.
13023 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
13024 windows that are not yet showing images.
13025
13026 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
13027
13028 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
13029 `dired-uncache' for every elemnt which is an absolute file name.
13030
13031 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
13032 directory, handle its directory component.
13033 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
13034 function is called permanently and creates noise, otherwise.
13035
13036 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13037 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13038 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
13039
13040 2010-02-04 David Burger <dburger@google.com> (tiny change)
13041
13042 * macros.el (apply-macro-to-region-lines):
13043 Minor simplification. (Bug#5485)
13044
13045 2010-02-04 Glenn Morris <rgm@gnu.org>
13046
13047 * mail/rmail.el (rmail-show-message-1): Handle malformed
13048 quoted-printable text. (Bug#5441)
13049
13050 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
13051
13052 * simple.el (visual-line-mode): Capitalize lighter.
13053
13054 2010-02-03 John Wiegley <jwiegley@gmail.com>
13055
13056 * iswitchb.el (iswitchb-completions): Add bookmark files to the
13057 list of files considered for "virtual buffer" completions.
13058
13059 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
13060
13061 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
13062 also in case of (and (not full) (not wildcard)). This is needed
13063 when dired is called with a list of files, which are not in
13064 `default-directory'. (Bug#5478)
13065
13066 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
13067
13068 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
13069
13070 2010-02-02 Juri Linkov <juri@jurta.org>
13071
13072 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
13073 from unidiff to allow function-line after @@.
13074
13075 2010-02-02 Juri Linkov <juri@jurta.org>
13076
13077 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
13078 '(RCS SCCS) with inverted condition.
13079
13080 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
13081
13082 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
13083 messages.
13084
13085 2010-02-01 Juri Linkov <juri@jurta.org>
13086
13087 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
13088 compare with "pkunzip" and "pkzip" instead of only "pkzip".
13089 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
13090 only when (car archive-zip-extract) is "unzip". (Bug#5475)
13091
13092 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13093
13094 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
13095 (doc-view-revert-buffer): New command.
13096 (doc-view-mode-map): Use it.
13097
13098 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
13099
13100 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
13101 pending merge is detected.
13102
13103 2010-01-31 Juri Linkov <juri@jurta.org>
13104
13105 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
13106 beginning of interactive spec like all other grep commands do.
13107 Put "all" in front of "gz". (Bug#5260)
13108
13109 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
13110
13111 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
13112
13113 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
13114
13115 * dirtrack.el (dirtrack): Warn instead of signalling error if the
13116 regexp is incorrect (Bug#5476).
13117
13118 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
13119
13120 * net/tramp.el (tramp-handle-insert-directory): Handle also
13121 symlinks, when FILENAME is not in `default-directory'.
13122
13123 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
13124
13125 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
13126 FILE is not in `default-directory'. (Bug#5478)
13127
13128 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
13129 of SWITCHES. Handle the case, FILENAME is not in
13130 `default-directory'. (Bug#5478)
13131 (tramp-register-file-name-handlers): Add safe-magic property.
13132
13133 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
13134
13135 * arc-mode.el (archive-zip-extract): Quote the argument passed to
13136 unzip (Bug#5475).
13137
13138 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
13139
13140 * progmodes/flymake.el (flymake-allowed-file-name-masks)
13141 (flymake-master-make-header-init): Add other C++ filename masks.
13142 (flymake-find-possible-master-files)
13143 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
13144
13145 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
13146
13147 Fix some busybox annoyances.
13148
13149 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
13150 not responding." string.
13151 (tramp-open-connection-setup-interactive-shell): Dump stty
13152 settings. Enable "neveropen" arg for all `tramp-send-command'
13153 calls. Handle "=" in variable values properly.
13154 (tramp-find-inline-encoding): Raise an error, when no encoding is
13155 found.
13156 (tramp-wait-for-output): Check, whether PROC buffer is available.
13157 Remove spurious " ^H" sequences, sent by busybox.
13158 (tramp-get-ls-command): Suppress coloring, if possible.
13159
13160 2010-01-28 Glenn Morris <rgm@gnu.org>
13161
13162 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
13163
13164 * log-edit.el (log-edit-strip-single-file-name): Add missing
13165 :safe, :group, and :version tags.
13166
13167 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
13168
13169 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
13170 buffers. (Bug#5477)
13171
13172 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
13173
13174 * files.el (delete-directory): Handle moving to trash without
13175 first doing recursion (Bug#5436).
13176
13177 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
13178
13179 * vc-hooks.el (vc-path): Mark as obsolete.
13180
13181 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
13182
13183 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
13184 names too.
13185
13186 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
13187 for the short log.
13188 (vc-bzr-log-view-mode): Adjust regexp for the above change.
13189
13190 2010-01-25 Mark A. Hershberger <mah@everybody.org>
13191
13192 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
13193
13194 * vc-bzr.el (vc-bzr-revision-table): New function.
13195
13196 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
13197
13198 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
13199 diff-index command. This requires at least git-1.5.5. (Bug#1589).
13200
13201 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
13202
13203 Remove support for adding --signoff on commit.
13204 Future support will use an incompatible generic mechanism.
13205 * vc-git.el (vc-git-add-signoff): Remove variable.
13206 (vc-git-toggle-signoff): Remove function.
13207 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
13208
13209 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13210 Rename from xterm-set-background-mode. Return t if the background mode
13211 was set.
13212 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
13213 earlier, call it again in case the background mode has changed.
13214
13215 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
13216
13217 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
13218 (Bug#3541).
13219
13220 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
13221
13222 * emacs-lisp/assoc.el (aelement): Doc fix.
13223 (aput, adelete, amake): Use lexical-let (Bug#5450).
13224
13225 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
13226
13227 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
13228 is the same as subprogram call, not declaration. (Bug#5435).
13229
13230 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
13231
13232 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
13233 (tramp-smb-maybe-open-connection): Use it.
13234
13235 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
13236
13237 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
13238
13239 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13240
13241 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
13242 just because we see "encoding: 8bit".
13243 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
13244
13245 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
13246
13247 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
13248
13249 2010-01-22 Eli Zaretskii <eliz@gnu.org>
13250
13251 * jka-compr.el (jka-compr-load): If load-file is not in
13252 load-history, try its file-truename version. (bug#5447)
13253
13254 2010-01-21 Alan Mackenzie <acm@muc.de>
13255
13256 Fix a situation where deletion of a cpp construct throws an error.
13257 * progmodes/cc-engine.el (c-invalidate-state-cache):
13258 Before invoking c-with-all-but-one-cpps-commented-out, check that the
13259 special cpp construct is still in the buffer.
13260 (c-parse-state): Record the special cpp with markers, not numbers.
13261
13262 2010-01-21 Kenichi Handa <handa@m17n.org>
13263
13264 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
13265 process last-command-event, as it is now decoded first (Bug#5380).
13266
13267 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
13268
13269 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
13270
13271 2010-01-20 Glenn Morris <rgm@gnu.org>
13272
13273 * indent.el (tab-always-indent): Fix custom-type.
13274
13275 2010-01-19 Alan Mackenzie <acm@muc.de>
13276
13277 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
13278 buffer throws "args out of range".
13279 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
13280 playing the role of delimiter.
13281
13282 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
13283
13284 * progmodes/ada-mode.el: Fix bug#5400.
13285 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
13286 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
13287 changed. Delete RECURSIVE parameter; never used. Improve doc string.
13288 Improve comments in "is" portion. Handle null procedure declaration.
13289 (ada-move-to-end): Improve doc string.
13290
13291 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
13292
13293 * ido.el (ido-cur-list): Initialize to nil.
13294 Remove obsolete information from commentary.
13295 (ido-choice-list): Initialize to nil.
13296 (ido-get-bufname): Reject minibuffers.
13297 (ido-make-buffer-list): If "default" is a nonexistent
13298 buffer, ignore it, as per the function's comment.
13299 (ido-kill-buffer-internal): New function.
13300 (ido-kill-buffer-at-head): Use it.
13301 (ido-visit-buffer): Likewise.
13302
13303 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
13304
13305 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
13306
13307 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
13308
13309 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
13310 Fix typos in chart titles.
13311
13312 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
13313 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
13314 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
13315 (describe-class, eieio-describe-generic, describe-generic):
13316 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
13317 (eieio-speedbar-expand):
13318 * emulation/viper-cmd.el (viper-exec-form-in-vi)
13319 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
13320 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
13321 (viper-del-backward-char-in-replace, viper-backward-indent)
13322 (viper-brac-function, viper-register-to-point, viper-submit-report):
13323 * net/tramp.el (tramp-remote-coding-commands):
13324 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
13325 Fix typos in docstrings.
13326
13327 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
13328
13329 * mail/sendmail.el (mail-yank-original): Set the mark if the
13330 specified function for yanking does not do it.
13331
13332 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
13333
13334 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
13335
13336 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
13337 resyncing a directory.
13338
13339 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
13340
13341 * progmodes/ada-mode.el: Fix bug#1920.
13342 (ada-ident-re): Delete ., allow multibyte characters.
13343 (ada-goto-label-re): New; matches goto labels.
13344 (ada-block-label-re): New; matches block labels.
13345 (ada-label-re): New; matches both.
13346 (ada-named-block-re): Delete; callers changed to use
13347 `ada-block-label-re' instead.
13348 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
13349 Use `ada-block-label-re'.
13350 (ada-indent-on-previous-lines): Improve handling of goto labels.
13351 (ada-get-indent-block-start): Special-case block label.
13352 (ada-get-indent-label): Split into `ada-indent-block-label' and
13353 `ada-indent-goto-label'.
13354 (ada-goto-stmt-start, ada-goto-next-non-ws):
13355 Optionally ignore goto labels.
13356 (ada-goto-next-word): Simplify.
13357 (ada-indent-newline-indent-conditional): Insert newline before
13358 trying to fix indentation; doc fix.
13359
13360 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
13361
13362 * calc/calc.el (calc-command-flags): Give it an initial value.
13363
13364 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
13365
13366 * files.el (minibuffer-with-setup-hook):
13367 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
13368 (artist-key-draw-continously, artist-key-do-continously-continously)
13369 (artist-key-set-point-continously, artist-mouse-draw-continously):
13370 Fix typos in docstrings.
13371
13372 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
13373
13374 * nxml/nxml-mode.el (nxml-extend-after-change-region):
13375 Never return t (Bug#3898).
13376
13377 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
13378
13379 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
13380 can parse the output of the external commands (Bug#5279).
13381
13382 2010-01-16 Jari Aalto <jari.aalto@cante.net>
13383
13384 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
13385
13386 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
13387
13388 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
13389
13390 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
13391
13392 * startup.el (command-line): Remove unused --icon-type arg.
13393 Handle --display arg, passing it to command-line-1 (Bug#5392).
13394
13395 2010-01-16 Mario Lang <mlang@delysid.org>
13396
13397 * emacs-lisp/chart.el (chart-translate-namezone):
13398 * textmodes/artist.el (artist-compute-popup-menu-table):
13399 Remove duplicated words in doc-strings.
13400
13401 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
13402
13403 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
13404 to mairix-search to suppress threading (Bug#5342).
13405
13406 2010-01-15 Kenichi Handa <handa@m17n.org>
13407
13408 * international/mule-cmds.el (canonicalize-coding-system-name):
13409 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
13410
13411 2010-01-15 Glenn Morris <rgm@gnu.org>
13412
13413 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
13414
13415 * wid-edit.el (widget-keymap): Doc fix.
13416
13417 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
13418 former seems to be more widely accepted by various svn versions.
13419
13420 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
13421
13422 * find-cmd.el (find-constituents):
13423 * vc-arch.el (vc-arch-root):
13424 * window.el (window-body-height, pop-up-frames):
13425 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
13426 * progmodes/ada-stmt.el (ada-if):
13427 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
13428 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
13429 (ispell-encoding8-command, ispell-aspell-supports-utf8)
13430 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
13431
13432 * progmodes/flymake.el (flymake-post-syntax-check):
13433 Fix typo in error message.
13434
13435 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
13436
13437 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
13438 which is always a string. (Bug#5313)
13439
13440 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
13441
13442 * progmodes/ada-xref.el (ada-default-prj-properties):
13443 Simplify previous change.
13444
13445 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13446
13447 * progmodes/ada-xref.el (ada-default-prj-properties):
13448 Default ada_project_path to $ADA_PROJECT_PATH.
13449
13450 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13451
13452 * progmodes/ada-mode.el (ada-create-keymap):
13453 Override `narrow-to-defun' with `ada-narrow-to-defun'.
13454
13455 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13456
13457 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
13458 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
13459 (ada-get-current-indent, ada-imenu-generic-expression)
13460 (ada-which-function): Check for it.
13461
13462 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13463
13464 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
13465 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
13466
13467 2010-01-14 Glenn Morris <rgm@gnu.org>
13468
13469 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
13470
13471 2010-01-14 Kenichi Handa <handa@m17n.org>
13472
13473 * composite.el (auto-composition-mode): Make it a buffer local
13474 variable (permanent-local).
13475 (auto-composition-function): Set the default value to
13476 auto-compose-chars.
13477 (auto-composition-mode): Make it a simple function, not a minor mode.
13478 (global-auto-composition-mode): Likewise.
13479 (turn-on-auto-composition-if-enabled): Delete it.
13480
13481 2010-01-13 Karl Fogel <kfogel@red-bean.com>
13482
13483 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
13484
13485 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
13486
13487 * files.el (copy-directory): Compute target for recursive
13488 directories with identical names. (Bug#5343)
13489
13490 2010-01-12 Glenn Morris <rgm@gnu.org>
13491
13492 * mail/emacsbug.el (report-emacs-bug-pretest-address):
13493 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
13494
13495 2010-01-11 Sam Steingold <sds@gnu.org>
13496
13497 * imenu.el (imenu-default-create-index-function): Detect infinite
13498 loops caused by imenu-prev-index-position-function.
13499
13500 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
13501
13502 * htmlfontify.el (htmlfontify-load-rgb-file)
13503 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
13504 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
13505 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
13506 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
13507 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
13508 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
13509 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
13510 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
13511 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
13512 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
13513 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
13514 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
13515 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
13516 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
13517 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
13518 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
13519 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
13520 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
13521 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
13522 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
13523 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
13524 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
13525 backslash-quoting from parentheses, etc.
13526
13527 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
13528
13529 * progmodes/js.el: Autoload javascript-mode alias.
13530
13531 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
13532
13533 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
13534 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
13535 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
13536 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
13537 Fix typos in docstrings.
13538 (ffap-url-regexp): Doc fix.
13539 (ffap-at-mouse): Fix typo in message.
13540
13541 2010-01-11 Glenn Morris <rgm@gnu.org>
13542
13543 * version.el (emacs-copyright): Set copyright year to 2010.
13544
13545 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
13546
13547 * format.el (format-annotate-function): Only set
13548 write-region-post-annotation-function after running to-fn so as not to
13549 affect nested write-region calls (bug#5273).
13550
13551 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
13552
13553 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
13554 wisent/python.el.
13555
13556 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
13557
13558 * man.el (Man-goto-section): Signal error if the section is not
13559 found (Bug#5317).
13560
13561 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
13562
13563 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
13564 URLs with a leading triple slash in the file: scheme. (Bug#5345)
13565
13566 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
13567
13568 * progmodes/compile.el: Don't treat compile-command as safe if
13569 compilation-read-command might be nil (Bug#4218).
13570
13571 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
13572
13573 * startup.el (command-line-1): Use orig-argi to check for ignored X and
13574 NS options.
13575
13576 2010-01-08 Kenichi Handa <handa@m17n.org>
13577
13578 * international/fontset.el (build-default-fontset-data):
13579 Exclude characters in scripts kana, hangul, han, or cjk-misc.
13580
13581 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
13582
13583 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
13584 to `create-file-buffer' as it expects, not just a buffer name.
13585 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
13586 to help uniquify. (Bug#3224)
13587
13588 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
13589
13590 * font-setting.el (font-setting-change-default-font): Use user-spec
13591 instead of name.
13592
13593 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
13594
13595 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
13596
13597 2010-01-05 Tom Tromey <tromey@redhat.com>
13598
13599 * progmodes/python.el (python-font-lock-keywords):
13600 Handle qualified decorators (Bug#881).
13601
13602 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
13603
13604 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
13605 in a lightweight checkout.
13606
13607 2010-01-05 Kenichi Handa <handa@m17n.org>
13608
13609 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
13610
13611 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
13612
13613 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
13614
13615 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
13616
13617 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
13618 checkouts. (Bug#618)
13619 (vc-bzr-log-view-mode): Also highlight the author.
13620 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
13621 (vc-bzr-shelve-menu-map):
13622 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
13623 (vc-bzr-shelve-apply): Make prompt more explicit.
13624
13625 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
13626
13627 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
13628 They are valid characters in URL paths (rfc3986), and at least
13629 Firefox does not understand the encoded version (Bug#3166).
13630
13631 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
13632
13633 * progmodes/octave-mod.el (octave-end-keywords)
13634 (octave-block-begin-or-end-regexp, octave-block-match-alist):
13635 Add "end" keyword (Bug#3061).
13636 (octave-end-as-array-index-p): New function.
13637 (calculate-octave-indent): Use it.
13638
13639 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13640
13641 * bookmark.el: Consistently put the text property on the bookmark name.
13642 (bookmark-bmenu-marks-width): Bump back to 2, to include
13643 annotation marks.
13644 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
13645 property on the bookmark name, instead of not putting it at all.
13646 (bookmark-bmenu-list): Fix where we put the text property.
13647
13648 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13649
13650 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
13651 for showing buffer modified state (as added in the previous change).
13652
13653 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13654
13655 * bookmark.el: Show modified state of bookmark buffer more accurately.
13656 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
13657 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
13658 (with-buffer-modified-unmodified): New macro.
13659 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
13660 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
13661 Use new macro to preserve the buffer modified state.
13662
13663 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13664
13665 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
13666 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
13667 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
13668 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
13669 (bookmark-bmenu-rename, bookmark-bmenu-locate)
13670 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
13671 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
13672
13673 2010-01-02 Eli Zaretskii <eliz@gnu.org>
13674
13675 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13676 Make the lines in the generated doc string shorter. (Bug#4668)
13677
13678 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
13679
13680 * net/rcirc.el: Add follow-link binding (Bug#4738).
13681
13682 2010-01-02 Eli Zaretskii <eliz@gnu.org>
13683
13684 * Makefile.in (bzr-update): Rename from cvs-update.
13685 (cvs-update): New target for backward compatibility.
13686
13687 * makefile.w32-in (bzr-update): Rename from cvs-update.
13688 (cvs-update): New target for backward compatibility.
13689
13690 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13691
13692 * bookmark.el: Remove gratuitous gratitude.
13693
13694 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13695
13696 * bookmark.el (bookmark-bmenu-any-marks): New function.
13697 (bookmark-bmenu-save): Clear buffer modification if no marks.
13698
13699 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13700
13701 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
13702 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
13703 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
13704 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
13705
13706 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
13707 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
13708 To: emacs-devel {_AT_} gnu.org
13709 Subject: bookmark.el bug report
13710 Date: Mon, 28 Dec 2009 14:19:16 +0800
13711 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
13712
13713 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13714
13715 * bookmark.el: Improvements suggested by Drew Adams:
13716 (bookmark-bmenu-ensure-position): New name for
13717 `bookmark-bmenu-check-position'. Just ensure the position,
13718 don't return any meaningful value.
13719 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
13720 New constants.
13721
13722 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
13723
13724 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
13725 (bookmark-yank-point, bookmark-bmenu-check-position):
13726 Fix typos in docstrings.
13727 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
13728 (bookmark-name-from-full-record, bookmark-get-position)
13729 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
13730 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
13731 Remove useless quoting of parenthesis, etc. in docstrings.
13732
13733 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
13734 (ediff-append-custom-diff): Fix typo in error message.
13735 (ediff-meta-mark-equal-files): Fix typos in messages.
13736
13737 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
13738
13739 * net/imap-hash.el (imap-hash-make): Doc fix.
13740 (imap-hash-test): Fix typo in error message; reflow docstring.
13741 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
13742 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
13743 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
13744 Fix typos in docstrings.
13745 (imap-hash-open-connection): Fix typo in error message.
13746
13747 * play/gomoku.el (gomoku): Fix typos in docstring.
13748
13749 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
13750 (gdb-jsonify-buffer): Fix typos in docstring.
13751 (gdb-goto-breakpoint): Fix typo in error message.
13752 ("Display Other Windows"): Fix typo in help message.
13753 (gdb-speedbar-expand-node): Fix typo in question.
13754
13755 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
13756 (idlwave-html-system-help-location, idlwave-html-help-location)
13757 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
13758 (idlwave-help-browser-generic-args, idlwave-help-directory)
13759 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
13760 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
13761 (idlwave-online-help, idlwave-help-html-link)
13762 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
13763 Fix typos in docstrings.
13764 (idlwave-help-with-source, idlwave-help-find-routine-definition):
13765 Reflow docstrings.
13766 (idlwave-help-assistant-start): Fix typo in error message.
13767
13768 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
13769 (octave-electric-space): Fix typos in docstrings.
13770
13771 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
13772
13773 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
13774
13775 2010-01-01 Juri Linkov <juri@jurta.org>
13776
13777 * comint.el (comint-input-ring-size): Make it a defcustom and
13778 increase the default to 500 (Bug#5148).
13779
13780 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
13781
13782 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
13783 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
13784 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
13785
13786 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
13787
13788 Show working revision correctly for mercurial.
13789 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
13790 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
13791
13792 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
13793
13794 Declare some functions for the byte-compiler.
13795 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
13796 (speedbar-timer-fn, speedbar-change-expand-button-char)
13797 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
13798
13799 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
13800
13801 This changeset reverts GDB Graphical Interface to use annotations.
13802 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
13803
13804 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
13805
13806 Make vc-dir work on subdirectories of the bzr root.
13807 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
13808 Return file names relative to it.
13809 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
13810 relative directory to vc-bzr-after-dir-status.
13811
13812 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
13813
13814 * font-lock.el (font-lock-refresh-defaults): New function, which
13815 can be used to let font-lock react to external changes in
13816 variables like font-lock-defaults and keywords.
13817 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
13818
13819 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
13820
13821 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
13822
13823 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
13824
13825 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
13826
13827 Supersede color.diff settings in git log (bug#5211).
13828
13829 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
13830 escape chars in its output when the user has color.diff set to `always'.
13831 This fix works on git 1.4.2 and newer (released on 2006-08-13).
13832
13833 2009-12-26 Kevin Ryde <user42@zip.com.au>
13834
13835 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
13836 node. Keep previous "Index" name to work with past coreutils too.
13837
13838 * man.el (man): Revise docstring a bit to show -a and -l as
13839 examples. Add -k description since support for it has otherwise
13840 been a secret. (Further to bug#3717.)
13841 (Man-bgproc-sentinel): When "-k foo" produces no output show error
13842 "no matches" rather than "Can't find manpage", as the latter reads
13843 like -k was interpreted as a page name, which is not so. (Bug#5431)
13844
13845 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
13846
13847 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
13848 switches. Check also for //SUBDIRED// line.
13849
13850 2009-12-25 Kenichi Handa <handa@m17n.org>
13851
13852 * language/indian.el (devanagari-composable-pattern): Fix to
13853 handle ZWNJ and ZWJ. Use it in composition-function-table for
13854 Devanagari.
13855 (malayalam-composable-pattern): Fix previous change.
13856
13857 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13858
13859 * ps-print.el (ps-face-attributes): It was not returning the
13860 attribute face for faces specified as string. Reported by harven
13861 <harven@free.fr>. (Bug#5254)
13862 (ps-print-version): New version 7.3.5.
13863
13864 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
13865
13866 * calendar/icalendar.el (icalendar--convert-tz-offset):
13867 Fix timezone names.
13868 (icalendar--convert-tz-offset): Fix the "last-day-problem".
13869 (icalendar--add-diary-entry): Remove the trailing blank that
13870 diary-make-entry inserts.
13871
13872 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
13873
13874 Make `file-expand-wildcards' work for remote files.
13875
13876 * files.el (file-expand-wildcards): In case of remote files, check
13877 only local file name part for wildcards. Provide feature 'files
13878 and subfeature 'remote-wildcards. (Bug#5198)
13879
13880 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
13881 if there is already an established connection.
13882 (tramp-advice-file-expand-wildcards): Remove it.
13883
13884 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
13885 (tramp-advice-file-expand-wildcards): Move from tramp.el.
13886 Activate advice for older GNU Emacs versions. (Bug#5237)
13887
13888 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
13889
13890 Some doc fixes (more needed).
13891
13892 * find-cmd.el (find-constituents): Reflow docstring.
13893 (find-cmd, find-prune, find-command): Fix typos in docstrings.
13894 (find-generic): Doc fix.
13895
13896 2009-12-17 Juri Linkov <juri@jurta.org>
13897
13898 Fix regression from 23.1 to allow multiple modes in Local Variables.
13899
13900 * files.el (hack-local-variables-filter): While ignoring duplicates,
13901 don't take `mode' into account.
13902 (hack-local-variables-filter, hack-dir-local-variables):
13903 Don't remove duplicate `mode' from local-variables-alist (like `eval').
13904
13905 2009-12-17 Juri Linkov <juri@jurta.org>
13906
13907 Make `dired-diff' safer. (Bug#5225)
13908
13909 * dired-aux.el (dired-diff): Signal an error when `file' equals to
13910 `current' or when `file' is a directory of the `current' file.
13911
13912 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
13913
13914 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
13915 unconditionally preloaded files.
13916
13917 2009-12-16 Juri Linkov <juri@jurta.org>
13918
13919 Revert to old 23.1 logic of using the file at the mark as default.
13920 * dired-aux.el (dired-diff): Use the file at the mark as default
13921 if it's not the same as the current file, and the target dir is
13922 the current dir or the mark is active. Add the current file
13923 as the arg of `dired-dwim-target-defaults'. Use the default file
13924 in the prompt. (Bug#5225)
13925
13926 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
13927
13928 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
13929 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
13930 (tramp-check-for-regexp): Check also, when an echoing shell stops
13931 to echo sent commands.
13932
13933 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
13934
13935 * Makefile.in: Revert last change (Bug#5191).
13936
13937 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
13938
13939 * vc-hg.el (vc-hg-print-log): Fix argument order.
13940 (vc-hg-working-revision): Make sure the command is executed in a
13941 known environment so that we can parse the output. (Bug#4417)
13942
13943 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
13944
13945 * progmodes/python.el (python-symbol-completions): Remove text
13946 properties from symbol string before calling python-send-receive.
13947
13948 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
13949
13950 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
13951 when there are values for both file and line. (Bug#5060)
13952
13953 2009-12-14 Juri Linkov <juri@jurta.org>
13954
13955 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
13956 whitespace after the file name of the first line of unified format,
13957 because git-diff doesn't output whitespace and file modification time
13958 after the file name.
13959
13960 2009-12-14 David Kastrup <dak@gnu.org>
13961
13962 * info.el (Info-hide-cookies-node): Before hiding a cookie,
13963 check if it already has the `display' property added by
13964 `Info-display-images-node', and not put the `invisible' property
13965 in this case.
13966
13967 2009-12-13 Glenn Morris <rgm@gnu.org>
13968
13969 * mail/emacsbug.el (message-sort-headers): Define for compiler.
13970 (report-emacs-bug): In message-mode, sort manually before storing
13971 original report text. (Bug#5178)
13972 Remove superfluous save-excursion.
13973
13974 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
13975
13976 * net/dbus.el (dbus-property-handler): Filter lambda forms out
13977 when responding to "GetAll" properties.
13978
13979 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
13980
13981 * simple.el (compose-mail): Remove mail-setup-with-from from
13982 customization checks.
13983
13984 2009-12-12 Eli Zaretskii <eliz@gnu.org>
13985
13986 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
13987 RAR archives created on Unix systems.
13988
13989 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
13990
13991 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
13992 the varalias that was accidentally removed by the 2009-11-19 change
13993 (bug#5186).
13994
13995 2009-12-12 Kenichi Handa <handa@m17n.org>
13996
13997 * language/indian.el (indian-compose-regexp): New function.
13998 (malayalam-composable-pattern): Fix the pattern.
13999 (composition-function-table): Set malayalam-composable-pattern for
14000 Malayalam characters.
14001
14002 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
14003
14004 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
14005 rather than down-mouse-1, based on follow-link conventions.
14006
14007 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
14008 are compiled.
14009
14010 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
14011
14012 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
14013 (verilog-vmm-statement-re, verilog-ovm-statement-re)
14014 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
14015 (verilog-leap-to-head, verilog-backward-token):
14016 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
14017
14018 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
14019
14020 * progmodes/verilog-mode.el (verilog-auto-lineup)
14021 (verilog-nameable-item-re): Cleanup user-visible spelling and
14022 documentation errors. One reported by Gary Delp.
14023 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
14024 (verilog-read-decls): Fix AUTOWIRE with types declared in a
14025 package, bug195. Reported by Pierre-David Pfister.
14026
14027 2009-12-11 Glenn Morris <rgm@gnu.org>
14028
14029 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
14030
14031 * mail/emacsbug.el: No longer require sendmail.
14032 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
14033 (report-emacs-bug-orig-text): Doc fix.
14034 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
14035 New local variables, to adapt to different mail-user-agents.
14036 (report-emacs-bug): Fix test for a gnu.org address.
14037 Use overlays for emphasis, since font-lock defeats 'face property.
14038 Pretest bugs also end up at the newsgroup these days.
14039 Stop message-mode stripping text properties.
14040 Set and use the new buffer-local variables.
14041 (report-emacs-bug-hook): Add doc-string.
14042 Remove some unnecessary save-excursions and simplify.
14043 Use the appropriate hook and send-command.
14044
14045 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
14046 capitalization of some menu entries.
14047
14048 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14049
14050 * whitespace.el (whitespace-display-char-on):
14051 Ensure `buffer-display-table' is unique when two or more windows are
14052 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
14053 New version 12.1.
14054
14055 2009-12-10 Eli Zaretskii <eliz@gnu.org>
14056
14057 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
14058 characters in the Attribute field.
14059
14060 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
14061
14062 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
14063
14064 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
14065
14066 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
14067 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
14068 Disregard autoload-excludes.
14069 (update-directory-autoloads): Obey autoload-excludes here instead.
14070 But don't store its contents in no-autoloads and remove entries that
14071 refer to excludes files.
14072
14073 2009-12-10 Glenn Morris <rgm@gnu.org>
14074
14075 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
14076 (expand-mail-aliases): Define for compiler.
14077
14078 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
14079 Define for compiler.
14080
14081 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
14082 appropriate for the mail-user-agent in use.
14083
14084 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
14085
14086 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
14087
14088 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
14089
14090 Fix short log parsing and fontification.
14091 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
14092 Fix fontification for the [merge] label.
14093
14094 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
14095
14096 Drop some properties to avoid surprises (bug#5002).
14097 * htmlfontify.el (hfy-ignored-properties): New defcustom.
14098 (hfy-fontify-buffer): Use it.
14099
14100 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
14101
14102 Minor cleanup.
14103 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
14104 Adjust all callers.
14105 (ffap-locate-file): Remove unused arg `dir-ok' and make other
14106 args compulsory. Adjust callers.
14107 (ffap-gopher-at-point): Remove unused var `name'.
14108
14109 Get rid of the ELCFILES abomination.
14110 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
14111 (compile-elcfiles): New phony target.
14112 (compile-main): Compute ELCFILES dynamically.
14113 (compile-clean): New target to remove left-over elc files.
14114 (compile, all): Use it.
14115
14116 2009-12-09 Kenichi Handa <handa@etlken>
14117
14118 * international/mule-diag.el: Require help-mode instead of help-fns.
14119
14120 2009-12-09 Kenichi Handa <handa@m17n.org>
14121
14122 * international/mule-cmds.el (ucs-names): Supply sufficiently
14123 fine ranges instead of pre-calculating accurate ranges.
14124 Iterate with bigger gc-cons-threshold.
14125
14126 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
14127
14128 Add support for stashing a snapshot of the current tree.
14129 * vc-git.el (vc-git-stash-snapshot): New function.
14130 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
14131
14132 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
14133
14134 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
14135 instead of `(beginning|end)-of-line'.
14136
14137 2009-12-08 Glenn Morris <rgm@gnu.org>
14138
14139 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
14140
14141 * Makefile.in (ELCFILES): Regenerate.
14142
14143 2009-12-07 Juri Linkov <juri@jurta.org>
14144
14145 Don't lazy-highlight the comint output in history Isearch mode.
14146
14147 * comint.el (comint-history-isearch-search): Instead of
14148 `comint-line-beginning-position', use `comint-after-pmark-p'
14149 to check if point if before the process mark, and go to
14150 `process-mark' in this case.
14151
14152 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14153
14154 * textmodes/tex-mode.el (latex-complete)
14155 (latex-indent-or-complete): Remove.
14156 (latex-mode): Set completion-at-point-functions instead.
14157
14158 Provide a standard completion command and hook it into TAB.
14159 * minibuffer.el (completion-at-point-functions): New var.
14160 (completion-at-point): New command.
14161 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
14162 * progmodes/python.el (python-mode-map): Use completion-at-point.
14163 (python-completion-at-point): Rename from python-partial-symbol and
14164 adjust for use in completion-at-point-functions.
14165 (python-mode): Setup completion-at-point for Python completion.
14166 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
14167 extracted from lisp-complete-symbol.
14168 (lisp-complete-symbol): Use it.
14169 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
14170 setup completion-at-point for Elisp completion.
14171 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14172 Use completion-at-point.
14173 * ielm.el (ielm-map): Use completion-at-point.
14174 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
14175 * progmodes/sym-comp.el: Move to...
14176 * obsolete/sym-comp.el: Move from progmodes.
14177
14178 2009-12-07 Eli Zaretskii <eliz@gnu.org>
14179
14180 Prevent save-buffer in Rmail buffers from using the coding-system
14181 of the current message, and from clobbering the encoding mnemonics
14182 in the mode line (Bug#4623).
14183
14184 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
14185 flag, too.
14186 (rmail-message-encoding): New variable.
14187 (rmail-write-region-annotate): Record the encoding of the current
14188 message in rmail-message-encoding.
14189 (rmail-after-save-hook): New function, restores the encoding of
14190 the current message after the message collection is saved.
14191
14192 2009-12-07 Juri Linkov <juri@jurta.org>
14193
14194 * progmodes/grep.el (grep-read-files): Use `completing-read'
14195 instead of `read-string'. Set its `collection' arg to
14196 `read-file-name-internal'. (Bug#4301)
14197
14198 2009-12-07 Juri Linkov <juri@jurta.org>
14199
14200 Correctly restore original Isearch point. (Bug#4994)
14201
14202 * isearch.el (isearch-mode): Move `isearch-push-state' after
14203 `(run-hooks 'isearch-mode-hook)'.
14204 (isearch-cancel): When `isearch-push-state-function' is defined,
14205 let-bind `isearch-cmds' to the first state (the last element of
14206 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
14207 function and restores the original point). Otherwise, move point
14208 to `isearch-opoint'.
14209
14210 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14211
14212 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
14213 chars that don't have names, so the table can be built much faster at
14214 run-time.
14215
14216 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
14217
14218 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
14219 change. Suggested by David Kastrup.
14220
14221 * simple.el (compose-mail): Check for incompatibilities and warn.
14222 (compose-mail-user-agent-warnings): New option.
14223
14224 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14225
14226 Support showing a single log entry from vc-annotate.
14227 * vc.el (print-log): Add a new argument: START-REVISION.
14228 (vc-print-log-internal): Add a new optional argument and
14229 pass it to the backend.
14230 (vc-print-log, vc-print-root-log): Adjust callers.
14231 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
14232 buffer already displays the requested log entry, use it.
14233 Otherwise display only the log entry in question.
14234 * vc-svn.el (vc-svn-print-log):
14235 * vc-mtn.el (vc-mtn-print-log):
14236 * vc-hg.el (vc-hg-state):
14237 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
14238 (vc-git-show-log-entry): Return t on success.
14239 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
14240 (vc-bzr-show-log-entry): Return t on success.
14241 * vc-rcs.el (vc-rcs-print-log):
14242 * vc-sccs.el (vc-sccs-print-log):
14243 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
14244
14245 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14246
14247 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
14248 Add menus to the meta mode. (Bug#5043)
14249
14250 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
14251
14252 * ediff-init.el (ediff-event-key): Use event-to-character instead of
14253 event-key.
14254
14255 * ediff.el (ediff-buffers-internal): Add unwind-protect.
14256
14257 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
14258
14259 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
14260 Berbain <raphael.berbain@gmail.com>.
14261
14262 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
14263 characters.
14264 (tramp-initial-end-of-output): New defconst.
14265 (tramp-methods, tramp-find-shell)
14266 (tramp-open-connection-setup-interactive-shell)
14267 (tramp-maybe-open-connection): Use it.
14268 (tramp-shell-prompt-pattern, tramp-wait-for-output):
14269 Handle existence of `#' and `$'.
14270
14271 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
14272 Use `tramp-initial-end-of-output'.
14273
14274 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14275
14276 Get the background mode from the terminal for xterm, and set
14277 faces accordingly.
14278 * term/xterm.el (xterm-set-background-mode): New function.
14279 (terminal-init-xterm): Use it in case xterm supports background
14280 color queries. Recompute faces after getting the background
14281 color.
14282
14283 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
14284
14285 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
14286 number comment back on its own line, for easier parsing.
14287
14288 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14289
14290 Make it work for non-file buffers (bug#5102).
14291 * doc-view.el (doc-view-current-cache-dir):
14292 Use doc-view-buffer-file-name rather than buffer-file-name.
14293 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
14294
14295 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
14296
14297 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
14298 author field is too short.
14299
14300 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
14301
14302 * vc-git.el (vc-git-print-log): Handle a limit argument.
14303 Display the short log in graph form and with labels.
14304 (vc-git-log-view-mode): Handle labels.
14305
14306 Make vc-revert change VC state from 'added to 'unregistered.
14307 * vc-git.el (vc-git-revert): Call git reset first.
14308
14309 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
14310
14311 * net/newst-backend.el, net/newst-plainview.el:
14312 * net/newst-reader.el, net/newst-ticker.el:
14313 * net/newst-treeview.el, net/newsticker.el:
14314 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
14315
14316 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
14317
14318 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
14319
14320 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
14321 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
14322 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
14323 Update annotation regexp.
14324
14325 * simple.el (beginning-of-visual-line): Constrain to field
14326 boundaries (Bug#5106).
14327
14328 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
14329
14330 * xml.el (xml-substitute-numeric-entities):
14331 Move newsticker--decode-numeric-entities in newst-backend.el to
14332 xml-substitute-numeric-entities in xml.el. (Bug#5008)
14333 * net/newst-backend.el (newsticker--parse-generic-feed)
14334 (newsticker--parse-generic-items)
14335 (newsticker--decode-numeric-entities):
14336 Move newsticker--decode-numeric-entities in newst-backend.el to
14337 xml-substitute-numeric-entities in xml.el. (Bug#5008)
14338
14339 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
14340
14341 * progmodes/js.el (js--js-not): Add null to the list of values.
14342
14343 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
14344
14345 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
14346
14347 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14348
14349 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
14350 delimiter if it is at the end of the current line.
14351 (bibtex-generate-url-list): Fix docstring.
14352
14353 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
14354
14355 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
14356 minibuffer's content with itself.
14357 Fold the confirm-after-completion case into the `confirm' case.
14358 (completion-pcm-word-delimiters): Add : and / to the delimiters.
14359
14360 2009-12-06 Kevin Ryde <user42@zip.com.au>
14361
14362 * ffap.el (ffap-rfc-path): Make this a defcustom since
14363 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
14364
14365 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
14366 manuals, similar to existing setup for help-mode. (Bug#3913.)
14367
14368 2009-12-05 Juri Linkov <juri@jurta.org>
14369
14370 Save and restore dired buffer's point positions too. (Bug#4880)
14371
14372 * dired.el (dired-save-positions): Return in the first element
14373 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
14374 Doc fix.
14375 (dired-restore-positions): First restore buffer's position.
14376 While restoring window's positions, check if window still displays
14377 the original buffer.
14378
14379 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
14380
14381 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
14382 if possible.
14383
14384 * shell.el (shell): Require ansi-color (Bug#5113).
14385
14386 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
14387
14388 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
14389
14390 2009-12-05 Alan Mackenzie <acm@muc.de>
14391
14392 * progmodes/cc-mode.el (c-before-hack-hook)
14393 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
14394 `c-file-style' to work again. This reversion restores the current
14395 software to its state in Emacs 23.1. (Bug#4146)
14396
14397 2009-12-05 Kevin Ryde <user42@zip.com.au>
14398
14399 * textmodes/sgml-mode.el (sgml-lexical-context):
14400 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
14401
14402 2009-12-05 Juri Linkov <juri@jurta.org>
14403
14404 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
14405 for virtual nodes. (Bug#4147)
14406 (Info-find-node-2): Set `Info-current-node-virtual' to nil
14407 when moving from a virtual node.
14408 (Info-mode-menu): Add `Info-virtual-index' to the menu.
14409 (Info-mode): Add `Info-virtual-index' to the docstring.
14410
14411 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14412
14413 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
14414 track of the buffer position of the end of a BibTeX entry as this
14415 position may change during reformatting.
14416 (bibtex-format-entry): Remove whitespace before processing
14417 numerical fields so that we recognize the latter properly.
14418 (bibtex-reformat): Do not use push which changes the global value
14419 of bibtex-entry-format.
14420 (bibtex-field-braces-alist, bibtex-field-strings-alist)
14421 (bibtex-field-re-init): Replace only space characters by regexp
14422 for whitespace.
14423 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
14424 (bibtex-initialize): Also update bibtex-strings.
14425 (bibtex-kill-field): Preserve white space at end of entry.
14426 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
14427 Update bibtex-reference-keys.
14428
14429 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
14430
14431 * minibuffer.el (completion-pcm--merge-try): Also consider placing
14432 point after a star, if that's the only place where modifications can
14433 make progress.
14434
14435 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
14436
14437 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
14438 in docstrings.
14439
14440 2009-12-04 Juri Linkov <juri@jurta.org>
14441
14442 * proced.el (proced): Call `(proced-update t)' to update process
14443 information instead of only running proced-post-display-hook.
14444 (proced-send-signal): Add a leading space to the buffer name
14445 " *Marked Processes*" to make this buffer ephemeral.
14446
14447 2009-12-04 Juri Linkov <juri@jurta.org>
14448
14449 * dired.el (dired-auto-revert-buffer): New defcustom.
14450 (dired-internal-noselect): Use it.
14451
14452 2009-12-04 Juri Linkov <juri@jurta.org>
14453
14454 Change roles of modes and functions in image-mode.el (Bug#5062).
14455
14456 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
14457 in `auto-mode-alist'.
14458 (image-mode-previous-major-mode): New variable.
14459 (image-minor-mode-map): Rename from `image-mode-text-map'.
14460 (image-mode): Move graceful error-handling code from
14461 `image-minor-mode' to here. On errors call `image-mode-as-text'.
14462 (image-minor-mode): Remove all image-handling code.
14463 Replace `image-mode-text-map' with `image-minor-mode-map'.
14464 Check for `image-type' in mode-line format string.
14465 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
14466 (image-mode-as-text): New function with most code from
14467 `image-mode-maybe'.
14468 (image-toggle-display-text): Move code that removes image
14469 properties from `image-toggle-display' to here.
14470 (image-toggle-display-image): New function with code that adds
14471 image properties copied from `image-toggle-display'.
14472 (image-toggle-display): Remove most code with leaving only code
14473 that toggles between `image-mode-as-text' and `image-mode'.
14474
14475 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
14476
14477 * net/newst-treeview.el
14478 (newsticker--treeview-list-highlight-start): Restored call to
14479 save-excursion: Selected item was stuck.
14480 (newsticker--treeview-list-select): New.
14481 (newsticker--treeview-item-show-text)
14482 (newsticker--treeview-item-show)
14483 (newsticker--treeview-item-update): Use new
14484 newsticker-treeview-item-mode.
14485 (newsticker-treeview-update): Keep current item.
14486 (newsticker-treeview-next-new-or-immortal-item): Doc change.
14487 (newsticker--treeview-first-feed): Doc change.
14488 (newsticker-treeview-list-menu)
14489 (newsticker-treeview-item-menu): Add menu entries.
14490 (newsticker-treeview-item-mode): New.
14491
14492 * net/newst-backend.el (newsticker-customize): Delete other
14493 windows.
14494
14495 2009-12-04 Sam Steingold <sds@gnu.org>
14496
14497 * log-view.el (log-view-mode-map): "q" calls quit-window,
14498 like in all the other non-self-insert buffers.
14499
14500 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
14501
14502 Minor cleanup.
14503 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
14504 key decoding rather than do it manually via last-input-event +
14505 ascii-character.
14506 (term-exec): Use delete-and-extract-region.
14507 (term-handle-ansi-terminal-messages): Remove unused var `end'.
14508 (term-process-pager): Remove unused var `i'.
14509 (term-dynamic-simple-complete): Make obsolete.
14510 (serial-update-config-menu): Remove unused vars `y' and `str'.
14511 (term-update-mode-line): Remove unused var `temp'.
14512
14513 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14514
14515 Limit the number of log entries displayed by default.
14516 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
14517 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
14518 using a prefix argument.
14519
14520 2009-12-03 Glenn Morris <rgm@gnu.org>
14521
14522 * progmodes/idlwave.el (class): Restore still useful declaration.
14523
14524 2009-12-03 Alan Mackenzie <acm@muc.de>
14525
14526 Enhance `c-parse-state' to run efficiently in "brace deserts".
14527
14528 * progmodes/cc-mode.el (c-basic-common-init):
14529 Call c-state-cache-init.
14530 (c-neutralize-syntax-in-and-mark-CPP): Rename from
14531 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
14532 placing `category' properties value 'c-cpp-delimiter at its boundaries.
14533
14534 * progmodes/cc-langs.el (c-before-font-lock-function):
14535 c-extend-and-neutralize-syntax-in-CPP has been renamed
14536 c-neutralize-syntax-in-and-mark-CPP.
14537
14538 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
14539 with `category' properties now, not `syntax-table' ones.
14540
14541 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
14542 enhanced (but slower) version of c-end-of-macro that won't land
14543 inside a literal or on another awkward character.
14544 (c-state-cache-too-far, c-state-cache-start)
14545 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
14546 (c-state-nonlit-pos-cache-limit, c-state-point-min)
14547 (c-state-point-min-lit-type, c-state-point-min-lit-start)
14548 (c-state-min-scan-pos, c-state-brace-pair-desert)
14549 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
14550 buffer local variables.
14551 (c-state-literal-at, c-state-lit-beg)
14552 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
14553 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
14554 (c-state-cache-top-paren, c-state-cache-after-top-paren)
14555 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
14556 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
14557 (c-renarrow-state-cache)
14558 (c-append-lower-brace-pair-to-state-cache)
14559 (c-state-push-any-brace-pair, c-append-to-state-cache)
14560 (c-remove-stale-state-cache)
14561 (c-remove-stale-state-cache-backwards, c-state-cache-init)
14562 (c-invalidate-state-cache-1, c-parse-state-1)
14563 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
14564 (c-parse-state): Enhance and refactor.
14565 (c-debug-parse-state): Amend to deal with all the new variables.
14566
14567 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
14568 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
14569 modify to use category text properties rather than syntax-table ones.
14570 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
14571 to switch off/on the syntactic paren property of C++ template
14572 delimiters using the category property.
14573 (c-with-<->-as-parens-suppressed): Macro to invoke code with
14574 template delims suppressed.
14575 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
14576 New constant/macros which apply category properties to the start
14577 and end of preprocessor constructs.
14578 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
14579 "comment out" the syntactic value of characters in preprocessor
14580 constructs.
14581 (c-with-cpps-commented-out)
14582 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
14583 with characters in all or all but one preprocessor constructs
14584 "commented out".
14585
14586 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14587
14588 * proced.el (proced-filter-alist): Use regexp-quote.
14589
14590 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
14591
14592 Cleanup.
14593 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
14594 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
14595 arguments. Expand `default-directory'.
14596
14597 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
14598 the benefit of returning an expanded localname.
14599 (tramp-tramp-file-p): Handle the case NAME is not a string.
14600
14601 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14602
14603 Add support for bzr shelve/unshelve.
14604 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
14605 (vc-bzr-extra-menu-map): New variables.
14606 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
14607 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
14608 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
14609 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
14610 (vc-bzr-dir-extra-headers): Display shelves.
14611
14612 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
14613
14614 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14615
14616 * textmodes/bibtex.el (bibtex-complete-internal):
14617 Use completion-in-region.
14618 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
14619
14620 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14621
14622 Support applying stashes. Improve UI.
14623 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
14624 (vc-git-stash-apply, vc-git-stash-pop)
14625 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
14626 (vc-git-stash-menu): New functions.
14627 (vc-git-stash-menu-map): New variable.
14628 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
14629
14630 2009-12-03 Glenn Morris <rgm@gnu.org>
14631
14632 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
14633 (vc-print-log-internal): Fix previous change.
14634 (vc-revert): Correct pluralization.
14635
14636 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14637
14638 * progmodes/make-mode.el (makefile-special-targets-list): No need for
14639 it to be an alist any more.
14640 (makefile-complete): Use completion-in-region.
14641
14642 * progmodes/octave-mod.el (octave-complete-symbol):
14643 Use completion-in-region.
14644
14645 Misc cleanup.
14646 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
14647 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
14648 (idlwave-complete-class): Don't quote lambda.
14649 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
14650 (idlwave-mode-map): Move initialization into declaration.
14651 (idlwave-action-and-binding): Use backquotes.
14652 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
14653 Simplify.
14654 (idlwave-is-pointer-dereference): Remove unused var `pos'.
14655 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
14656 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
14657 `parts', and `all-parts'.
14658 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
14659 (idlwave-convert-xml-system-routine-info): Remove unused string
14660 `version-string'.
14661 (idlwave-display-user-catalog-widget): Use dolist.
14662 (idlwave-scanning-lib): Declare dynamically-scoped var.
14663 (idlwave-scan-library-catalogs): Remove unused var `flags'.
14664 (completion-highlight-first-word-only): Declare to silence bytecomp.
14665 (idlwave-popup-select): Tighten scope of `resp'.
14666 (idlwave-find-struct-tag): Remove unused var `beg'.
14667 (idlwave-after-load-rinfo-hook): Declare.
14668 (idlwave-sintern-class-info): Remove unused var `taglist'.
14669 (idlwave-find-class-definition): Remove unused var `list'.
14670 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
14671 (idlwave-what-module-find-class): Remove unused var `classes'.
14672
14673 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
14674
14675 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
14676
14677 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14678
14679 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
14680 buffers visited. Remove redundant current-buffer-saving.
14681
14682 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
14683
14684 Use completion-in-buffer and remove uses of dynamic scoping.
14685 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
14686 (pascal-buffer-to-use, pascal-flag): Don't declare.
14687 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
14688 (pascal-get-completion-decl, pascal-keyword-completion):
14689 Add `pascal-str' argument, save-excursion,
14690 return the found completions, and don't filter with pascal-pred.
14691 (pascal-completion-cache): New var.
14692 (pascal-completion): Don't switch buffer any more (it was never
14693 necessary). Don't save-excursion any more (it's done by the called
14694 subroutines). Use a cache to avoid redundant computations.
14695 Use complete-with-action rather than pascal-completion-response and
14696 let it apply the predicate as well.
14697 (pascal-complete-word): Use completion-in-buffer when
14698 pascal-toggle-completions is nil.
14699 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
14700 not used any more.
14701 (pascal-comp-defun): Don't change buffer any more.
14702 Use complete-with-action rather than pascal-completion-response and
14703 let it apply the predicate as well.
14704 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
14705 when neded.
14706
14707 2009-12-02 Kenichi Handa <handa@m17n.org>
14708
14709 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
14710 shape for all Indic scripts.
14711
14712 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
14713
14714 Use completion-in-buffer.
14715 * wid-edit.el (widget-field-text-end): New function.
14716 (widget-field-value-get): Use it.
14717 (widget-string-complete, widget-file-complete)
14718 (widget-color-complete): Use it and completion-in-region.
14719 (widget-complete): Don't narrow the buffer.
14720
14721 2009-12-02 Glenn Morris <rgm@gnu.org>
14722
14723 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
14724 (rmail-select-summary): Use rmail-pop-to-buffer.
14725 * mail/rmailsum.el: Replace all pop-to-buffer calls with
14726 rmail-pop-to-buffer, to prevent horizontal splits.
14727
14728 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
14729 save-excursion with save-current-buffer.
14730 Widen before searching. (Bug#5093)
14731 (diary-list-sexp-entries): Remove superfluous save-excursion.
14732
14733 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
14734
14735 * woman.el (woman-make-bufname): Handle man-pages with "." in the
14736 name. (Bug#5038)
14737
14738 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
14739
14740 * ido.el (ido-file-internal): Handle filenames at point that do
14741 not have a directory part. (Bug#5049)
14742
14743 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
14744
14745 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
14746 (mpc-songs-jump-to, mpc-resume): Doc fixes.
14747
14748 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
14749
14750 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
14751 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
14752 any more.
14753
14754 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
14755
14756 * comint.el (comint-insert-input): Ignore clicks to the right of
14757 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
14758
14759 * vc.el (vc-print-log-internal): Don't wait for the process to
14760 terminate before setting up the major mode.
14761
14762 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
14763 in case.
14764
14765 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
14766 the last element.
14767
14768 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
14769
14770 2009-12-01 Glenn Morris <rgm@gnu.org>
14771
14772 * window.el (window--display-buffer-2): Fix previous changes.
14773
14774 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
14775
14776 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
14777
14778 2009-12-01 Glenn Morris <rgm@gnu.org>
14779
14780 * Makefile.in (ELCFILES): Add mpc.elc.
14781
14782 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
14783
14784 * mpc.el: New file.
14785
14786 2009-12-01 Glenn Morris <rgm@gnu.org>
14787
14788 * window.el (window-to-use): Define for compiler.
14789
14790 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
14791 consistent with others (no final period).
14792
14793 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
14794 (rmail-mime-show): Downcase the encoding. (Bug#5070)
14795
14796 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
14797
14798 Make vc-print-log buttons work.
14799 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
14800
14801 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
14802
14803 * savehist.el (savehist-autosave-interval): Allow setting to nil
14804 through customize. (Bug#5056)
14805
14806 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
14807
14808 Fix references to jit-lock properties.
14809 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14810 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
14811 (perl-font-lock-special-syntactic-constructs):
14812 Quote jit-lock-defer-multiline property.
14813
14814 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
14815
14816 * vc-git.el (vc-git-registered): Call vc-git-root only once.
14817
14818 2009-11-30 Juri Linkov <juri@jurta.org>
14819
14820 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
14821 value `buffer' of `multi-isearch-next-buffer-current-function'.
14822 Use `(current-buffer)' when `buffer' is nil.
14823 (multi-isearch-next-buffer-from-list): Don't fallback to
14824 `(current-buffer)' when `buffer' is nil. (Bug#4947)
14825
14826 2009-11-30 Juri Linkov <juri@jurta.org>
14827
14828 * misearch.el (multi-isearch-read-buffers): Move canonicalization
14829 of buffers with `get-buffer' to `multi-isearch-buffers'.
14830 (multi-isearch-buffers, multi-isearch-buffers-regexp):
14831 Canonicalize BUFFERS with `get-buffer'. Doc fix.
14832 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
14833 FILES with `expand-file-name' converting relative file names
14834 to absolute. Doc fix. (Bug#4727)
14835
14836 2009-11-30 Juri Linkov <juri@jurta.org>
14837
14838 * misearch.el (multi-isearch-read-buffers)
14839 (multi-isearch-read-matching-buffers): New functions.
14840 (multi-isearch-buffers, multi-isearch-buffers-regexp):
14841 Use them in the `interactive' spec. Doc fix.
14842 (multi-isearch-read-files, multi-isearch-read-matching-files):
14843 New functions.
14844 (multi-isearch-files, multi-isearch-files-regexp):
14845 Use them in the `interactive' spec. Doc fix. (Bug#4725)
14846
14847 2009-11-30 Juri Linkov <juri@jurta.org>
14848
14849 * doc-view.el (doc-view-continuous):
14850 Rename from `doc-view-continuous-mode'.
14851 (doc-view-menu): Move "Toggle display" to the top.
14852 Add submenu "Continuous" with radio buttons "Off"/"On"
14853 and "Save as Default".
14854 (doc-view-scroll-up-or-next-page)
14855 (doc-view-scroll-down-or-previous-page)
14856 (doc-view-next-line-or-next-page)
14857 (doc-view-previous-line-or-previous-page):
14858 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
14859
14860 2009-11-30 Juri Linkov <juri@jurta.org>
14861
14862 * comint.el (comint-mode-map): Rebind `M-r' from
14863 `comint-previous-matching-input' to
14864 `comint-history-isearch-backward-regexp'.
14865 Unbind `M-s' to allow global key binding `M-s'.
14866 Add menu items for `comint-history-isearch-backward' and
14867 `comint-history-isearch-backward-regexp'. (Bug#3746)
14868
14869 2009-11-30 Juri Linkov <juri@jurta.org>
14870
14871 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
14872 For def=recenter, replace `recenter' with `recenter-top-bottom'
14873 that is called with `this-command' and `last-command' let-bound
14874 to `recenter-top-bottom'. When the last `def' was not `recenter',
14875 set `recenter-last-op' to nil. (Bug#4981)
14876
14877 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
14878
14879 Minor cleanup and simplification.
14880 * filecache.el (file-cache-add-directory)
14881 (file-cache-add-directory-recursively)
14882 (file-cache-add-from-file-cache-buffer)
14883 (file-cache-delete-file-regexp, file-cache-delete-directory)
14884 (file-cache-files-matching-internal, file-cache-display): Use dolist.
14885 (file-cache-temp-minibuffer-message): Delete function.
14886 (file-cache-minibuffer-complete): Use minibuffer-message instead.
14887
14888 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
14889 Don't signal an error when bumping into EOB in tr, s, or y.
14890
14891 2009-11-29 Juri Linkov <juri@jurta.org>
14892
14893 * startup.el (fancy-about-text): Fix wording of Guided Tour.
14894 (Bug#4960)
14895
14896 * descr-text.el (describe-char-unidata-list): Use lowercase name
14897 for "Unicode name" like in other tags.
14898
14899 2009-11-29 Juri Linkov <juri@jurta.org>
14900
14901 * ediff-util.el (ediff-minibuffer-with-setup-hook):
14902 New compatibility macro.
14903 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
14904
14905 2009-11-29 Juri Linkov <juri@jurta.org>
14906
14907 Add defcustom to define the cycling order of `recenter-top-bottom'.
14908 (Bug#4981)
14909
14910 * window.el (recenter-last-op): Doc fix.
14911 (recenter-positions): New defcustom.
14912 (recenter-top-bottom): Rewrite to use `recenter-positions'.
14913 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
14914
14915 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
14916
14917 Improve integration of Tramp and ange-ftp in eshell.
14918
14919 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
14920 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
14921 (eshell/sudo): Flatten args. Let-bind `default-directory'.
14922
14923 * eshell/esh-util.el (top): Require also Tramp when compiling.
14924 (eshell-directory-files-and-attributes): Check for FTP remote
14925 connection.
14926 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
14927 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
14928 (eshell-file-attributes): Handle ".". Return `entry'.
14929
14930 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
14931 (ange-ftp-directory-files-and-attributes)
14932 (ange-ftp-real-directory-files-and-attributes): New defuns.
14933
14934 * net/tramp.el (tramp-maybe-open-connection): Open the remote
14935 shell with "exec" when possible. This prevents trailing prompts
14936 in `start-file-process'.
14937
14938 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
14939
14940 Try and remove assumptions about point-min==1.
14941 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
14942 (rng-compute-mode-line-string): Show the validation percentage in
14943 terms of the narrowed text, not the widened text.
14944 (rng-do-some-validation): Don't catch internal errors when debugging.
14945 (rng-first-error): Simplify.
14946 (rng-after-change-function): Remove work around. AFAIK the bug has
14947 been fixed a while ago.
14948
14949 * image-mode.el (image-minor-mode): Exit more gracefully when the image
14950 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
14951
14952 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
14953
14954 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
14955 `cd' doesn't always do it for us (bug#5067).
14956
14957 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
14958 on 2009-10-25 as part of some other change (bug#5067).
14959
14960 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
14961
14962 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
14963 `suspicious'.
14964 (byte-compile-warnings): Use byte-compile-warning-types.
14965 (byte-compile-save-excursion): Warn about use of set-buffer right
14966 after save-excursion.
14967
14968 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
14969 the excursion as well.
14970
14971 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
14972
14973 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
14974 providing a Tramp related implementation of "su" and "sudo".
14975 (eshell-unix-initialize): Add "su" and "sudo".
14976
14977 2009-11-27 Daiki Ueno <ueno@unixuser.org>
14978
14979 * net/socks.el (socks-send-command): Convert binary request to
14980 unibyte before sending. This fixes mishandling of some port
14981 numbers such as 129.
14982
14983 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
14984
14985 * help.el (describe-bindings-internal): Remove `interactive'.
14986
14987 * man.el (Man-completion-table): Trim a terminating "(".
14988 Remove the space between name page a section.
14989 Add the command's description on the `help-echo' property.
14990 Remove `process-connection-type' binding since it's unused by
14991 call-process.
14992 Provide completion for the "<section> <name>" format as well.
14993 (Man-default-man-entry): Remove spurious var shadowing the argument.
14994
14995 2009-11-26 Kevin Ryde <user42@zip.com.au>
14996
14997 * log-view.el: Add "Keywords: tools", since its other keywords
14998 aren't in finder-known-keywords, and following vc.el.
14999
15000 * sha1.el (sha1-string-external): default-directory "/" in case
15001 otherwise non-existent. process-connection-type pipe for touch of
15002 efficiency recommended by elisp manual. (An aside in Bug#3911.)
15003
15004 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15005
15006 Misc coding convention cleanups.
15007 * htmlfontify.el (hfy-init-kludge-hook): Rename from
15008 hfy-init-kludge-hooks.
15009 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
15010 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
15011 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
15012 and push.
15013 (hfy-slant, hfy-weight): Use tables rather than code.
15014 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
15015 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
15016 (hfy-face-attr-for-class): Initialize `face-spec' directly.
15017 (hfy-face-to-css): Remove `nconc' with single arg.
15018 (hfy-p-to-face-lennart): Use `or'.
15019 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
15020 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
15021 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
15022 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
15023 (hfy-force-fontification): Use run-hooks.
15024
15025 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
15026
15027 Various minor fixes.
15028 * htmlfontify.el (hfy-default-header): Add toggle_invis since
15029 Javascript belongs in the header, not the body.
15030 (hfy-javascript): Remove.
15031 (hfy-fontify-buffer): Don't insert it any more.
15032 (hfy-face-at): Handle (face0 face1 face2) style face properties.
15033 Fix bug in invis handling when there were no invis props in a chunk.
15034
15035 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15036
15037 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
15038
15039 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
15040
15041 * finder.el (finder-mode-map): Add a menu.
15042
15043 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
15044
15045 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
15046 "unsigned" structs.
15047
15048 (verilog-leap-to-head, verilog-backward-token): Handle "disable
15049 fork" statement better.
15050
15051 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
15052
15053 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
15054 (verilog-delete-auto, verilog-delete-empty-auto-pair)
15055 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
15056 Reported by Clay Douglass.
15057
15058 (verilog-auto-inst, verilog-auto-star-safe)
15059 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
15060 Fix removing "// Interfaces" when saving .* expansions.
15061 Reported by Pierre-David Pfister.
15062
15063 2009-11-26 Glenn Morris <rgm@gnu.org>
15064
15065 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
15066 the scope.
15067
15068 2009-11-25 Johan Bockgård <bojohan@gnu.org>
15069
15070 * vc-annotate.el (vc-annotate-revision-previous-to-line):
15071 Really use previous revision.
15072
15073 2009-11-25 Kevin Ryde <user42@zip.com.au>
15074
15075 * man.el (Man-completion-table): default-directory "/" in case
15076 doesn't otherwise exist. process-environment COLUMNS=999 so as
15077 not to truncate long names. process-connection-type pipe to avoid
15078 any chance of hitting the pseudo-tty TIOCGWINSZ.
15079 (man): completion-ignore-case t for friendliness and since man
15080 itself is case-insensitive on the command line.
15081 Further to Bug#3717.
15082
15083 * arc-mode.el: Add "Keywords: files", so the details in its
15084 commentary can be reached from finder-by-keyword.
15085 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
15086 editing mode, but it's comms related and sgml-mode.el has "comm"
15087 on that basis too.
15088 * textmodes/bibtex-style.el: Add "Keywords: tex".
15089 * international/isearch-x.el, international/ja-dic-cnv.el:
15090 * international/ja-dic-utl.el, international/kkc.el:
15091 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
15092
15093 2009-11-25 Juri Linkov <juri@jurta.org>
15094
15095 * man.el (Man-completion-table): Modify regexp to include
15096 section names to completion strings. (Bug#3717)
15097
15098 2009-11-25 Juri Linkov <juri@jurta.org>
15099
15100 Search recursively in gzipped files. (Bug#4982)
15101
15102 * progmodes/grep.el (grep-highlight-matches): Add new options
15103 `always' and `auto'. Doc fix.
15104 (grep-process-setup): Check `grep-highlight-matches' for
15105 `auto-detect' to determine the need to compute grep defaults.
15106 Move Windows/DOS specific --colors settings handling
15107 to `grep-compute-defaults'. Check `grep-highlight-matches'
15108 to get the value of "--color=".
15109 (grep-compute-defaults): Compute `grep-highlight-matches' when it
15110 has the value `auto-detect'. Move Windows/DOS specific settings
15111 from `grep-process-setup'.
15112 (zrgrep): New command with alias `rzgrep'.
15113
15114 2009-11-25 Juri Linkov <juri@jurta.org>
15115
15116 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
15117 to nil instead of switching off view-mode. (Bug#4896)
15118
15119 2009-11-25 Juri Linkov <juri@jurta.org>
15120
15121 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
15122
15123 * mwheel.el (mwheel-scroll-up-function)
15124 (mwheel-scroll-down-function): New defvars.
15125 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
15126 `scroll-up', and `mwheel-scroll-down-function' instead of
15127 `scroll-down'.
15128
15129 * doc-view.el (doc-view-scroll-up-or-next-page)
15130 (doc-view-scroll-down-or-previous-page): Add optional ARG.
15131 Use this ARG in the call to image-scroll-up/image-scroll-down.
15132 Change `interactive' spec to "P". Goto next/previous page only
15133 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
15134 SPC/DEL case). Doc fix.
15135 (doc-view-next-line-or-next-page)
15136 (doc-view-previous-line-or-previous-page): Rename arg to ARG
15137 for consistency.
15138 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
15139 `doc-view-scroll-up-or-next-page', and buffer-local
15140 `mwheel-scroll-down-function' to
15141 `doc-view-scroll-down-or-previous-page'.
15142
15143 2009-11-25 Juri Linkov <juri@jurta.org>
15144
15145 Provide additional default values (directories at other Dired
15146 windows) via M-n in the minibuffer of some Dired commands.
15147
15148 * dired-aux.el (dired-diff, dired-compare-directories)
15149 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
15150 `minibuffer-default' in `minibuffer-with-setup-hook'.
15151 (dired-dwim-target-directory): Find a window that displays Dired
15152 buffer instead of failing when the next window is not Dired.
15153 Use `get-window-with-predicate' to find for the next Dired window.
15154 (dired-dwim-target-defaults): New function.
15155
15156 * ediff-util.el (ediff-read-file-name):
15157 Use `dired-dwim-target-defaults' to set `minibuffer-default'
15158 in `minibuffer-with-setup-hook'.
15159
15160 2009-11-25 Juri Linkov <juri@jurta.org>
15161
15162 Provide additional default values (file name at point or at the
15163 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
15164
15165 * minibuffer.el (read-file-name-defaults): New function.
15166 (read-file-name): Reset `minibuffer-default' to nil when
15167 it duplicates initial input `insdef'.
15168 Bind `minibuffer-default-add-function' to lambda that
15169 calls `read-file-name-defaults' in `minibuffer-selected-window'.
15170 (minibuffer-insert-file-name-at-point): New command.
15171
15172 * files.el (file-name-at-point-functions): New defcustom.
15173 (find-file-default): Remove defvar.
15174 (find-file-read-args): Don't use `find-file-default'.
15175 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15176 to `read-file-name'.
15177 (find-file-literally): Use `read-file-name' with
15178 `confirm-nonexistent-file-or-buffer'.
15179
15180 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
15181
15182 * dired.el (dired-read-dir-and-switches):
15183 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15184 to `read-file-name'.
15185 (dired-file-name-at-point): New function.
15186 (dired-mode): Add hook `dired-file-name-at-point' to
15187 `file-name-at-point-functions'.
15188
15189 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15190
15191 Really make the *Completions* window soft-dedicated (bug#5030).
15192 * window.el (window--display-buffer-2): Add `dedicated' argument.
15193 (display-buffer): Pass it when needed so the dedicated flag is set
15194 after calling set-window-buffer, which would otherwise reset it.
15195
15196 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15197
15198 * progmodes/meta-mode.el (meta-complete-symbol):
15199 * progmodes/etags.el (complete-tag):
15200 * mail/mailabbrev.el (mail-abbrev-complete-alias):
15201 Use completion-in-region.
15202
15203 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
15204 (dabbrev-completion): Use completion-in-region.
15205 (dabbrev--abbrev-at-point): Simplify regexp.
15206
15207 * abbrev.el (abbrev--before-point): Use word-motion functions
15208 if :regexp is not specified (bug#5031).
15209
15210 * subr.el (string-prefix-p): New function.
15211
15212 * man.el (Man-completion-cache): New var.
15213 (Man-completion-table): Use it.
15214
15215 * vc.el (vc-print-log-internal): Make `limit' optional for better
15216 compatibility (e.g. with vc-annotate.el).
15217
15218 2009-11-24 Kevin Ryde <user42@zip.com.au>
15219
15220 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
15221 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
15222
15223 * emacs-lisp/elint.el (elint-add-required-env): Better error message
15224 when .el source file not found or other error.
15225
15226 2009-11-24 Markus Triska <markus.triska@gmx.at>
15227
15228 * linum.el (linum-update-window): Ignore intangible (bug#4996).
15229
15230 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15231
15232 Handle the [back] button properly (bug#4979).
15233 * descr-text.el (describe-text-properties): Add a `buffer' argument.
15234 Use help-setup-xref, help-buffer, and with-help-window.
15235 (describe-char): Add `buffer' argument.
15236 Pass proper command to help-setup-xref. Don't meddle with
15237 help-xref-stack-item directly.
15238 (describe-text-category): Use with-help-window and help-buffer.
15239
15240 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
15241 for the displayed buffer (bug#4887).
15242
15243 * man.el (Man-completion-table): New function.
15244 (man): Use it.
15245
15246 2009-11-24 David Reitter <david.reitter@gmail.com>
15247
15248 * vc-git.el (vc-git-registered): Use checkout directory (where
15249 .git is) rather than the file's directory and a relative path spec
15250 to work around a bug in git.
15251
15252 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
15253
15254 Improve handling of processes on remote hosts.
15255
15256 * eshell/esh-util.el (eshell-path-env): New defvar.
15257 (eshell-parse-colon-path): New defun.
15258 (eshell-file-attributes): Use `eshell-parse-colon-path'.
15259
15260 * eshell/esh-ext.el (eshell-search-path):
15261 Use `eshell-parse-colon-path'.
15262 (eshell-remote-command): Remove argument HANDLER.
15263 (eshell-external-command): Check for FTP remote connection.
15264
15265 * eshell/esh-proc.el (eshell-gather-process-output):
15266 Use `file-truename', in order to start also symlinked files.
15267 Apply `start-file-process' instead of `start-process'.
15268 Shorten `command' to the local file name part.
15269
15270 * eshell/em-cmpl.el (eshell-complete-commands-list):
15271 Use `eshell-parse-colon-path'.
15272
15273 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
15274
15275 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
15276 to `eshell-directory-change-hook'.
15277
15278 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
15279
15280 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
15281 because it could be enabled automatically if view-read-only is non-nil.
15282
15283 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
15284
15285 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
15286 made on 2009-11-22.
15287
15288 2009-11-24 Glenn Morris <rgm@gnu.org>
15289
15290 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
15291 deleted variable bookmark-bmenu-bookmark-column.
15292
15293 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15294
15295 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
15296
15297 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
15298
15299 * net/browse-url.el (browse-url-filename-alist): On Windows, add
15300 two slashes to the "file:" prefix.
15301 (browse-url-file-url): De-munge Cygwin filenames before passing
15302 them to Windows browser.
15303 (browse-url-default-windows-browser): Use call-process.
15304
15305 2009-11-23 Juri Linkov <juri@jurta.org>
15306
15307 Implement DocView Continuous mode. (Bug#4896)
15308 * doc-view.el (doc-view-continuous-mode): New defcustom.
15309 (doc-view-mode-map): Bind C-n/<down> to
15310 `doc-view-next-line-or-next-page', C-p/<up> to
15311 `doc-view-previous-line-or-previous-page'.
15312 (doc-view-next-line-or-next-page)
15313 (doc-view-previous-line-or-previous-page): New commands.
15314
15315 2009-11-23 Juri Linkov <juri@jurta.org>
15316
15317 Implement Isearch in comint input history. (Bug#3746)
15318 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
15319 `isearch-mode-hook'.
15320 (comint-history-isearch): New defcustom.
15321 (comint-history-isearch-backward)
15322 (comint-history-isearch-backward-regexp): New commands.
15323 (comint-history-isearch-message-overlay): New buffer-local variable.
15324 (comint-history-isearch-setup, comint-history-isearch-end)
15325 (comint-goto-input, comint-history-isearch-search)
15326 (comint-history-isearch-message, comint-history-isearch-wrap)
15327 (comint-history-isearch-push-state)
15328 (comint-history-isearch-pop-state): New functions.
15329
15330 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
15331
15332 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
15333 return.
15334 (tramp-handle-make-symbolic-link)
15335 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
15336 Quote file names.
15337 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
15338 (tramp-handle-process-file): Use it.
15339
15340 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
15341
15342 * window.el (move-to-window-line-last-op): Remove.
15343 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
15344
15345 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
15346
15347 Make M-r mirror the new cycling behavior of C-l.
15348 * window.el (move-to-window-line-last-op): New var.
15349 (move-to-window-line-top-bottom): New command.
15350 (global-map): Bind M-r move-to-window-line-top-bottom.
15351
15352 2009-11-23 Sven Joachim <svenjoac@gmx.de>
15353
15354 * dired-x.el (dired-guess-shell-alist-default):
15355 Support xz format. (Bug#4953)
15356
15357 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
15358
15359 * emulation/viper-cmd.el: Use viper-last-command-char instead of
15360 last-command-char/last-command-event.
15361 (viper-prefix-arg-value): Do correct conversion of event-char for
15362 XEmacs.
15363
15364 * emulation/viper-util.el, emulation/viper.el:
15365 Use viper-last-command-char instead of
15366 last-command-char/last-command-event.
15367
15368 * ediff-init.el, ediff-mult.el, ediff-util.el:
15369 Replace last-command-char and last-command-event
15370 with (ediff-last-command-char) everywhere.
15371
15372 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
15373 created in fundamental mode.
15374
15375 * ediff.el (ediff-version): Revert the change of interactive-p to
15376 called-interactively-p.
15377
15378 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
15379
15380 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
15381 generation from word-movement command names.
15382
15383 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
15384
15385 * cus-start.el (all): Add native condition for font-use-system-font.
15386
15387 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
15388
15389 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
15390 Correct the patch from 2009-11-18. (Bug#3910)
15391
15392 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
15393
15394 * progmodes/subword.el: Rename from lisp/subword.el.
15395
15396 * subword.el: Rename to progmodes/subword.el.
15397
15398 * Makefile.in (ELCFILES): Adapt to subword.el move.
15399
15400 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15401 Stefan Monnier <monnier@iro.umontreal.ca>
15402
15403 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
15404 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
15405 (bookmark-bmenu-show-filenames): Use push.
15406 (bookmark-bmenu-hide-filenames): Use local var instead of
15407 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
15408 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
15409 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
15410 filenames now that the bookmark names are always available.
15411
15412 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15413
15414 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
15415 (bookmark-search-pattern): Move and leave unbound.
15416 (bookmark-bmenu-mode-map): Change binding.
15417 (bookmark-read-search-input): Simplify.
15418 Don't use text-char-description. Don't error on non-char events.
15419 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
15420 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
15421 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
15422 Use a local var for the timer.
15423 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
15424 (i.e. bookmark-bmenu-search).
15425
15426 2009-11-21 Glenn Morris <rgm@gnu.org>
15427
15428 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
15429
15430 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
15431
15432 * net/browse-url.el (browse-url-default-windows-browser):
15433 Use cygstart for cygwin.
15434
15435 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
15436
15437 * bookmark.el: Formatting and doc fixes only:
15438 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
15439 (bookmark-bmenu-search): Wrap to fit within 80 columns.
15440 Minor grammar and punctuation fixes in doc string.
15441 (bookmark-read-search-input): Adjust to fit within 80 columns.
15442
15443 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
15444
15445 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
15446 (c-backward-into-nomenclature): Adapt to subword renaming.
15447
15448 * subword.el (subword-forward, subword-backward, subword-mark)
15449 (subword-kill, subword-backward-kill, subword-transpose)
15450 (subword-downcase, subword-upcase, subword-capitalize)
15451 (subword-forward-internal, subword-backward-internal):
15452 Rename from forward-subword, backward-subword, mark-subword,
15453 kill-subword, backward-kill-subword, transpose-subwords,
15454 downcase-subword, upcase-subword, capitalize-subword,
15455 forward-subword-internal, backward-subword-internal.
15456
15457 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15458
15459 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
15460 New options.
15461 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
15462 New vars.
15463 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
15464 (bookmark-bmenu-filter-alist-by-regexp)
15465 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
15466 (bookmark-bmenu-search): New command.
15467 (bookmark-bmenu-mode-map): Bind it.
15468
15469 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
15470
15471 * progmodes/cc-cmds.el: declare-functioned forward-subword and
15472 backward-subword to quit the byte-compiler.
15473
15474 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
15475
15476 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
15477
15478 * progmodes/cc-cmds.el (c-update-modeline)
15479 (c-forward-into-nomenclature, c-backward-into-nomenclature):
15480 Refer to subword.el functions instead of cc-subword.el.
15481
15482 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
15483 subword.el functions instead of cc-subword.el.
15484
15485 * progmodes/cc-subword.el: Rename to subword.el.
15486 * subword.el: Rename from progmodes/cc-subword.el.
15487 (subword-mode-map): Rename from c-subword-mode-map.
15488 (subword-mode): Rename from c-subword-mode.
15489 (global-subword-mode): New global minor mode.
15490 (forward-subword): Rename from c-forward-subword.
15491 (backward-subword): Rename from c-backward-subword.
15492 (mark-subword): Rename from c-mark-subword.
15493 (kill-subword): Rename from c-kill-subword.
15494 (backward-kill-subword): Rename from c-backward-kill-subword.
15495 (transpose-subwords): Rename from c-tranpose-subword.
15496 (downcase-subword): Rename from c-downcase-subword.
15497 (capitalize-subword): Rename from c-capitalize-subword.
15498 (forward-subword-internal): Rename from c-forward-subword-internal.
15499 (backward-subword-internal): Rename from c-backward-subword-internal.
15500
15501 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
15502
15503 * vc.el (vc-deduce-fileset): Allow non-state changing operations
15504 from a dired buffer.
15505 (vc-dired-deduce-fileset): New function.
15506 (vc-root-diff, vc-print-root-log): Use it.
15507
15508 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
15509 nil LIMIT argument to vc-print-log-internal.
15510
15511 2009-11-20 Glenn Morris <rgm@gnu.org>
15512
15513 * Makefile.in (ELCFILES): Regenerate.
15514
15515 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
15516
15517 * calc/calc.el (calc-set-mode-line):
15518 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
15519 (math-format-number): Rename `math-format-complement-signed' to
15520 `math-format-twos-complement'.
15521
15522 * calc/calc-bin.el (math-format-twos-complement): Rename from
15523 math-format-complement-signed.
15524 (calc-radix): Rename `calc-complement-signed-mode' to
15525 `calc-twos-complement-mode'.
15526 (calc-octal-radix, calc-hex-radix): Add an argument for
15527 two's complement.
15528
15529 * calc/calc-embed.el (calc-embedded-mode-vars):
15530 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
15531
15532 * calc/calc-ext.el (calc-init-extensions):
15533 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
15534 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
15535
15536 * calc/calc-units.el (math-build-units-table-buffer):
15537 Let `calc-twos-complement-mode' be nil.
15538
15539 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
15540 entries.
15541
15542 * calc/calc-vec.el (calcFunc-vunpack):
15543 * calc/calc-aent.el (calc-do-calc-eval):
15544 * calc/calc-forms.el (math-format-date):
15545 * calc/calc-graph.el (calc-graph-plot):
15546 * calc/calc-math.el (math-use-emacs-fn):
15547 * calc/calccomp.el (math-compose-expr):
15548 Let `calc-twos-complement-mode' be nil.
15549
15550 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15551
15552 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
15553 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
15554 * minibuffer.el (completion-in-region-functions): New hook.
15555 (completion-in-region): New function.
15556 * emacs-lisp/lisp.el (lisp-complete-symbol):
15557 * pcomplete.el (pcomplete-std-complete): Use it.
15558
15559 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15560
15561 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
15562 (latex-complete-alist): New vars.
15563 (latex-string-prefix-p, latex-complete-bibtex-keys)
15564 (latex-complete-envnames, latex-complete-refkeys)
15565 (latex-complete-data): New functions.
15566 (latex-complete, latex-indent-or-complete): New commands.
15567
15568 * window.el (display-buffer-mark-dedicated): New var.
15569 (display-buffer): Obey it.
15570 * minibuffer.el (minibuffer-completion-help): Use it.
15571
15572 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
15573
15574 * filecache.el (file-cache-add-file): Use push and cons.
15575 (file-cache-delete-file-regexp): Use push.
15576 (file-cache-complete): Use completion-in-region.
15577
15578 * simple.el (with-wrapper-hook): Fix thinko.
15579
15580 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
15581 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
15582 Use with-current-buffer and string-to-number.
15583 (hfy-fallback-colour-values): Use assoc-string.
15584 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
15585 (hfy-face-at): Remove unused var `found-face'.
15586 (hfy-compile-stylesheet): Remove unused var `css'.
15587 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
15588 and `orig-buffer'.
15589 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
15590 Use with-current-buffer.
15591 (hfy-text-p): Use expand-file-name and fewer setq.
15592
15593 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
15594
15595 * htmlfontify.el, hfy-cmap.el: New files.
15596
15597 2009-11-19 Juri Linkov <juri@jurta.org>
15598
15599 * minibuffer.el (completions-format): New defcustom.
15600 (completion--insert-strings): Implement vertical format.
15601
15602 * simple.el (switch-to-completions): Move point to the first
15603 completion when point was at the beginning of the buffer.
15604
15605 2009-11-19 Juri Linkov <juri@jurta.org>
15606
15607 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
15608
15609 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
15610
15611 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
15612
15613 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
15614 (mail-signature): Change default to t.
15615 (mail-from-style): Deprecate `system-default' value.
15616 (mail-insert-from-field): For default value of mail-from-style,
15617 default to `angles' unless `angles' needs quoting and `parens'
15618 does not.
15619 (mail-citation-prefix-regexp): Use citation regexp from
15620 message-mode.
15621
15622 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
15623
15624 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
15625 Set variables for computing the prompt for reading password.
15626
15627 2009-11-19 Glenn Morris <rgm@gnu.org>
15628
15629 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
15630
15631 * textmodes/flyspell.el (sgml-lexical-context): Declare.
15632
15633 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
15634 (newsticker-treeview-listwindow-height): Fix custom type.
15635
15636 2009-11-19 Kenichi Handa <handa@m17n.org>
15637
15638 * descr-text.el (describe-char-padded-string): Compose with TAB
15639 only if there's a font for CH.
15640 (describe-char): Fix the condition for detecting a trivial composition.
15641
15642 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
15643
15644 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
15645 more accurate version of the regexp. (Bug#3910)
15646
15647 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
15648
15649 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
15650
15651 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
15652
15653 * font-setting.el (font-use-system-font): Declare for byte-compiler.
15654 (font-setting-change-default-font): Fix typo in docstring.
15655
15656 2009-11-18 Alan Mackenzie <acm@muc.de>
15657
15658 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
15659
15660 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
15661
15662 * font-setting.el (font-use-system-font): Move ...
15663
15664 * cus-start.el (all): ... to here.
15665
15666 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
15667
15668 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
15669 Don't set `ad-return-value' if `ad-do-it' doesn't.
15670
15671 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
15672 modification time.
15673
15674 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
15675
15676 * menu-bar.el: Put "Use system font" in Option-menu.
15677 (menu-bar-options-save): Add font-use-system-font.
15678
15679 * loadup.el: If feature system-font-setting or font-render-setting is
15680 there, load font-setting.
15681
15682 * Makefile.in (ELCFILES): Add font-settings.el.
15683 * font-setting.el: New file.
15684
15685 2009-11-17 Glenn Morris <rgm@gnu.org>
15686
15687 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
15688
15689 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
15690 Preserve point in the list buffer. (Bug#4939)
15691 Use point-at-eol.
15692 (newsticker--treeview-list-update-highlight)
15693 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
15694
15695 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
15696
15697 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
15698 Remove.
15699
15700 * calc/calc-ext.el (calc-init-extensions): Remove references to
15701 symclip.
15702
15703 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
15704
15705 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
15706 * calc/calc-help.el (calc-b-prefix-help): Remove references to
15707 `calc-symclip'.
15708
15709 2009-11-16 Kevin Ryde <user42@zip.com.au>
15710
15711 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
15712 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
15713
15714 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
15715 (lm-keywords-list): Allow comma-only separator like "foo,bar".
15716 Ignore trailing spaces by omit-nulls to split-string (fixing
15717 regression from Emacs 21 due to the incompatible split-string
15718 change). (Bug #4928.)
15719
15720 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
15721
15722 * vc.el (vc-log-show-limit): Default to 2000.
15723 (vc-print-log-internal): Insert buttons to request more entries
15724 when limiting the output.
15725
15726 * vc-sccs.el (vc-sccs-print-log):
15727 * vc-rcs.el (vc-rcs-print-log):
15728 * vc-cvs.el (vc-cvs-print-log):
15729 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
15730 LIMIT is non-nil.
15731
15732 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
15733
15734 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
15735 error when `tramp-gvfs-dbus-event-vector' is set.
15736 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
15737
15738 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
15739
15740 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
15741
15742 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
15743
15744 * net/dbus.el (dbus-unregister-service): New defun.
15745 (dbus-register-property): Register the handlers of
15746 "org.freedesktop.DBus.Properties" for SERVICE.
15747 (dbus-property-handler): Fix docstring.
15748
15749 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15750
15751 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
15752 Quote doc string reference in defvaralias as it is not in special form.
15753 (byte-compile-output-docform): Doc fix.
15754
15755 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
15756
15757 * calc/calc.el (math-2-word-size, math-half-2-word-size)
15758 (calc-complement-signed-mode): New variables.
15759 (calc-set-mode-line): Add indicator for twos-complements.
15760 (math-format-number): Format twos-complement notation.
15761
15762 * calc/calc-bin.el (calc-word-size): Reset the variables
15763 `math-2-word-size' and `math-half-2-word-size'.
15764 (math-format-complement-signed, math-symclip, calcFunc-symclip)
15765 (calc-symclip): New functions.
15766
15767 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
15768
15769 * calc/calc-embed.el (calc-embedded-mode-vars):
15770 Add `calc-complement-signed-mode' to the list of modes.
15771
15772 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
15773 (calc-b-oper-keys): Add `calc-symclip' to list.
15774
15775 * calc/calc-ext.el (math-read-number-fancy): Read complement
15776 signed numbers.
15777 (calc-init-extensions): Add binding for `calc-symclip'.
15778 Add autoload for `calcFunc-symclip' and `calc-symclip'.
15779
15780 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
15781 `calc-symclip'.
15782 (calc-modes-menu): Add item for twos complement mode.
15783
15784 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
15785
15786 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
15787
15788 * register.el (jump-to-register, insert-register): Handle Semantic
15789 tags. From commented-out advice in semantic/senator.el.
15790
15791 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
15792
15793 * vc.el (vc-log-show-limit): New variable.
15794 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
15795 when using a prefix argument.
15796 (vc-print-log-internal): Add new argument LIMIT.
15797
15798 * vc-svn.el (vc-svn-print-log):
15799 * vc-mtn.el (vc-mtn-print-log):
15800 * vc-hg.el (vc-hg-print-log):
15801 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
15802 pass it to the log command when set. Make the BUFFER argument
15803 non-optional.
15804
15805 * vc-sccs.el (vc-sccs-print-log):
15806 * vc-rcs.el (vc-rcs-print-log):
15807 * vc-git.el (vc-git-print-log):
15808 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
15809 ignore it. Make the BUFFER argument non-optional
15810
15811 * bindings.el (mode-line-buffer-identification): Do not purecopy.
15812
15813 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
15814
15815 * dired.el (dired-mode-map): Move encryption items to "Operate"
15816 menu (Bug#4703).
15817
15818 * strokes.el (strokes-update-window-configuration): Make strokes
15819 buffer current before erasing (Bug#4906).
15820
15821 2009-11-15 Juri Linkov <juri@jurta.org>
15822
15823 * simple.el (set-mark-default-inactive): Add :type, :group
15824 and :version. (Bug#4876)
15825
15826 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
15827
15828 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
15829 (archive-unique-fname): ... here. (Bug#4929)
15830
15831 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
15832
15833 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
15834 with a real fix.
15835
15836 * novice.el (disabled-command-function): Add useful args.
15837 Setup the help buffer so that [back] works.
15838 Remove redundant call to help-mode.
15839 (disabled-command-function): Use `case'.
15840 (en/disable-command): New function extracted from enable-command.
15841 (enable-command, disable-command): Use it.
15842
15843 2009-11-14 Glenn Morris <rgm@gnu.org>
15844
15845 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
15846 constants. (Bug#4913)
15847
15848 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
15849
15850 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
15851
15852 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
15853 defined in C that have no doc-strings. (Bug#1063)
15854
15855 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
15856
15857 * cus-edit.el (data, files):
15858 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
15859
15860 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
15861
15862 * simple.el (shell-command): Doc fix (Bug#4891).
15863
15864 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
15865
15866 2009-11-14 Glenn Morris <rgm@gnu.org>
15867
15868 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
15869 statements for vc-diff, emerge-quit, and rmail-cease-edit.
15870 If they are already loaded, eval-after-load will do the right thing.
15871
15872 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
15873 compiling.
15874
15875 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
15876
15877 * simple.el (x-selection-owner-p): Declare.
15878 (read-mail-command): Use custom radio type rather than choice.
15879 (completion-no-auto-exit): Doc fix.
15880
15881 * custom.el (defgroup):
15882 * epg-config.el (epg): Doc fixes.
15883
15884 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
15885
15886 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
15887 * international/ccl.el (define-ccl-program): Do not purecopy the
15888 docstring, defconst does it anyway.
15889
15890 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
15891
15892 * add-log.el (add-change-log-entry): Avoid displaying the changelog
15893 a second time.
15894
15895 * x-dnd.el (x-dnd-maybe-call-test-function):
15896 * window.el (split-window-vertically):
15897 * whitespace.el (whitespace-help-on):
15898 * vc-rcs.el (vc-rcs-consult-headers):
15899 * userlock.el (ask-user-about-lock-help)
15900 (ask-user-about-supersession-help):
15901 * type-break.el (type-break-force-mode-line-update):
15902 * time-stamp.el (time-stamp-conv-warn):
15903 * terminal.el (te-set-output-log, te-more-break, te-filter)
15904 (te-sentinel, terminal-emulator):
15905 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
15906 (term-write-input-ring, term-check-source, term-start-output-log):
15907 (term-display-buffer-line, term-dynamic-list-completions):
15908 (term-ansi-make-term, serial-term):
15909 * subr.el (selective-display):
15910 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
15911 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
15912 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
15913 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
15914 (speedbar-remove-localized-speedbar-support)
15915 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
15916 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
15917 (speedbar-buffers-line-directory):
15918 * simple.el (shell-command-on-region, append-to-buffer)
15919 (prepend-to-buffer):
15920 * shadowfile.el (shadow-save-todo-file):
15921 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
15922 (scroll-bar-maybe-set-window-start):
15923 * sb-image.el (speedbar-image-dump):
15924 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
15925 (load-save-place-alist-from-file):
15926 * ps-samp.el (ps-print-message-from-summary):
15927 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
15928 (ps-background-image, ps-begin-job, ps-do-despool):
15929 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
15930 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
15931 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
15932 (pr-call-process, pr-file-list, pr-interface-save):
15933 * novice.el (disabled-command-function)
15934 (enable-command, disable-command):
15935 * mouse.el (mouse-buffer-menu-alist):
15936 * mouse-copy.el (mouse-kill-preserving-secondary):
15937 * macros.el (kbd-macro-query):
15938 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
15939 * informat.el (batch-info-validate):
15940 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
15941 * hippie-exp.el (try-expand-dabbrev-visible):
15942 * help-mode.el (help-make-xrefs):
15943 * help-fns.el (describe-variable):
15944 * generic-x.el (bat-generic-mode-run-as-comint):
15945 * finder.el (finder-mouse-select):
15946 * find-dired.el (find-dired-sentinel):
15947 * filesets.el (filesets-file-close):
15948 * files.el (list-directory):
15949 * faces.el (list-faces-display, describe-face):
15950 * facemenu.el (list-colors-display):
15951 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
15952 * epg.el (epg--process-filter, epg-cancel):
15953 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
15954 (epa--read-signature-type):
15955 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
15956 (emerge-file-names):
15957 * ehelp.el (electric-helpify):
15958 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
15959 * ediff-vers.el (rcs-ediff-view-revision):
15960 * ediff-util.el (ediff-setup):
15961 * ediff-mult.el (ediff-append-custom-diff):
15962 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
15963 (ediff-wordify):
15964 * echistory.el (Electric-command-history-redo-expression):
15965 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
15966 * disp-table.el (describe-display-table):
15967 * dired.el (dired-find-buffer-nocreate):
15968 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
15969 * dabbrev.el (dabbrev--same-major-mode-p):
15970 * chistory.el (list-command-history):
15971 * apropos.el (apropos-documentation):
15972 * allout.el (allout-obtain-passphrase):
15973 (allout-copy-exposed-to-buffer):
15974 (allout-verify-passphrase): Use with-current-buffer.
15975
15976 2009-11-13 Glenn Morris <rgm@gnu.org>
15977
15978 * Makefile.in (ELCFILES): Regenerate.
15979
15980 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
15981
15982 * net/dbus.el (dbus-registered-objects-table): Rename from
15983 `dbus-registered-functions-table', because it contains also properties.
15984 (dbus-unregister-object): Unregister also properties.
15985 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
15986 Use a timeout of 500 msec, in order to not block.
15987 (dbus-register-property, dbus-property-handler): New defuns.
15988
15989 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
15990
15991 * simple.el (minibuffer-default-add-completions): Drop deprecated
15992 4th arg.
15993
15994 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
15995
15996 * textmodes/artist.el (artist-mouse-choose-operation):
15997 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
15998 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
15999 (artist-compute-up-event-key): New function.
16000 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
16001
16002 2009-11-13 Kenichi Handa <handa@m17n.org>
16003
16004 * language/japan-util.el: Make sure that the value of jisx0208
16005 property is jisx0208 character.
16006
16007 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
16008
16009 * international/mule.el (auto-coding-regexp-alist): Only purecopy
16010 car or each item, not the whole list.
16011
16012 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
16013
16014 * minibuffer.el (minibuffer-completion-help):
16015 Use minibuffer-hide-completions.
16016
16017 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
16018
16019 * dired.el (dired-save-positions, dired-restore-positions): New funs.
16020 (dired-revert): Use them (bug#4880).
16021
16022 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16023
16024 * tooltip.el (tooltip-frame-parameters): Undo previous change.
16025
16026 2009-11-12 Juri Linkov <juri@jurta.org>
16027
16028 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
16029 New functions.
16030 (find-file-literally-at-point): Alias of `ffap-literally'.
16031
16032 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16033
16034 * textmodes/ispell.el (ispell-skip-region-alist):
16035 * textmodes/css-mode.el (auto-mode-alist):
16036 * progmodes/compile.el (auto-mode-alist):
16037 * international/mule.el (ctext-non-standard-encodings-alist)
16038 (ctext-non-standard-encodings-regexp):
16039 * simple.el (shell-command-switch, text-read-only):
16040 * replace.el (occur-mode-map):
16041 * paths.el (rmail-file-name):
16042 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
16043 * find-file.el (ff-special-constructs):
16044 * files.el (file-name-handler-alist):
16045 * composite.el: Purecopy strings.
16046
16047 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
16048
16049 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16050
16051 * widget.el (define-widget): Purecopy the docstring.
16052 * international/mule-cmds.el (charset): Do not purecopy the
16053 docstring here, define-widget does it.
16054
16055 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
16056 * textmodes/bibtex-style.el (auto-mode-alist):
16057 * progmodes/inf-lisp.el (inferior-lisp-prompt):
16058 * progmodes/compile.el (compile-command):
16059 * language/korea-util.el (default-korean-keyboard):
16060 * international/mule-conf.el (file-coding-system-alist):
16061 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
16062 * tooltip.el (tooltip-frame-parameters):
16063 * newcomment.el (comment-end, comment-padding):
16064 * dired.el (dired-trivial-filenames):
16065 * comint.el (comint-file-name-prefix): Purecopy initial values.
16066
16067 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
16068
16069 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
16070 (tramp-advice-minibuffer-electric-tilde): Unload advices via
16071 `tramp-unload'.
16072 (tramp-advice-make-auto-save-file-name)
16073 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
16074 after removing the advice.
16075
16076 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16077
16078 * progmodes/grep.el (grep-regexp-alist):
16079 * international/mule-cmds.el (iso-2022-control-alist):
16080 * emacs-lisp/timer.el (timer-duration-words):
16081 * subr.el (version-separator, version-regexp-alist):
16082 * minibuffer.el (completion-styles-alist):
16083 * faces.el (face-attribute-name-alist, list-faces-sample-text):
16084 Change defvars to defconsts.
16085
16086 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
16087 * loadup.el ("international/mule-conf"): Load the byte compiled version.
16088 * international/mule-conf.el: Allow to be byte compiled.
16089
16090 * international/mule.el (define-charset): Purecopy props.
16091 (load-with-code-conversion): Purecopy doc string and file name.
16092 (put-charset-property): Purecopy strings.
16093 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
16094
16095 * international/mule-cmds.el (register-input-method): Purecopy arguments.
16096 (define-char-code-property): Correctly purecopy the table.
16097
16098 * international/ccl.el (define-ccl-program): Purecopy the docstring.
16099
16100 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
16101
16102 * subr.el (add-hook): Purecopy strings.
16103 (eval-after-load): Purecopy load-history-regexp and the form.
16104
16105 * custom.el (custom-declare-group): Purecopy load-file-name.
16106
16107 * subr.el (menu-bar-separator): New defconst.
16108 * net/eudc.el (eudc-tools-menu):
16109 * international/mule-cmds.el (set-coding-system-map)
16110 (mule-menu-keymap):
16111 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
16112 * vc-hooks.el (vc-menu-map):
16113 * replace.el (occur-mode-map):
16114 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
16115 (menu-bar-edit-menu, menu-bar-goto-menu)
16116 (menu-bar-custom-menu, menu-bar-showhide-menu)
16117 (menu-bar-options-menu, menu-bar-tools-menu)
16118 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
16119 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
16120 (menu-bar-help-menu):
16121 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
16122 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
16123
16124 * term/x-win.el (x-gtk-stock-map):
16125 * progmodes/vera-mode.el (auto-mode-alist):
16126 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
16127 (inferior-lisp-program, inferior-lisp-load-command):
16128 * progmodes/hideshow.el (hs-special-modes-alist):
16129 * progmodes/gud.el (same-window-regexps):
16130 * progmodes/grep.el (grep-program, find-program, xargs-program):
16131 * net/telnet.el (same-window-regexps):
16132 * net/rlogin.el (same-window-regexps):
16133 * language/ethiopic.el (font-ccl-encoder-alist):
16134 * vc-sccs.el (vc-sccs-master-templates):
16135 * vc-rcs.el (vc-rcs-master-templates):
16136 * subr.el (cl-assertion-failed):
16137 * simple.el (next-error-overlay-arrow-position):
16138 * lpr.el (lpr-command):
16139 * locate.el (locate-ls-subdir-switches):
16140 * info.el (same-window-regexps, info)
16141 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
16142 * image-mode.el (image-mode, auto-mode-alist):
16143 * hippie-exp.el (hippie-expand-ignore-buffers):
16144 * format.el (format-alist):
16145 * find-dired.el (find-ls-subdir-switches, find-grep-options)
16146 (find-name-arg):
16147 * facemenu.el (facemenu-keybindings):
16148 * dired.el (dired-listing-switches, dired-chown-program):
16149 * diff.el (diff-switches, diff-command):
16150 * cus-edit.el (same-window-regexps):
16151 * bindings.el (mode-line-mule-info)
16152 (mode-line-buffer-identification): Purecopy strings.
16153
16154 2009-11-11 Juri Linkov <juri@jurta.org>
16155
16156 * simple.el (dired-get-filename) <declare-function>:
16157 Tell the byte-compiler about dired-get-filename.
16158 (shell-command): In Dired mode, get filename from the current line
16159 as the default value.
16160
16161 2009-11-10 Glenn Morris <rgm@gnu.org>
16162
16163 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
16164 * calendar/holidays.el, progmodes/cperl-mode.el:
16165 Update x-popup-menu declarations.
16166
16167 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
16168 (list-load-path-shadows): Use dolist.
16169 (list-load-path-shadows): Use with-current-buffer.
16170
16171 2009-11-10 Juri Linkov <juri@jurta.org>
16172
16173 * minibuffer.el (read-file-name): Support a list of default values
16174 in `default-filename'. Use the first file name where only one
16175 element is required. Doc fix.
16176
16177 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
16178
16179 * net/dbus.el (dbus-unregister-object): Release service, if no
16180 other method is registered for it.
16181
16182 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
16183
16184 * bookmark.el (bookmark-completing-read): Sort bookmark names if
16185 bookmark-sort-flag is non-nil (Bug#4653).
16186
16187 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
16188
16189 * emulation/cua-base.el: Add CUA property to some CC mode commands
16190 (Bug#4100).
16191
16192 2009-11-08 Kevin Ryde <user42@zip.com.au>
16193
16194 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
16195 at end of sentence (Bug#4818).
16196
16197 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
16198
16199 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16200 Handle "see declaration of" MSFT statements (Bug#4100).
16201
16202 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
16203
16204 * net/tramp.el (tramp-advice-make-auto-save-file-name)
16205 (tramp-advice-file-expand-wildcards): Unload via
16206 `ad-remove-advice'.
16207
16208 * net/trampver.el: Update release number.
16209
16210 2009-11-08 Kevin Ryde <user42@zip.com.au>
16211
16212 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
16213 `ad-do-it'.
16214
16215 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
16216
16217 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
16218 in order to keep context in SELinux.
16219
16220 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
16221
16222 * dired-aux.el (dired-query): Place cursor in echo area and allow
16223 C-g.
16224
16225 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
16226 menu item if not on a directory (Bug#4701).
16227
16228 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
16229
16230 Sync with Tramp 2.1.17.
16231
16232 * net/tramp.el (tramp-handle-copy-directory): Don't use
16233 `file-remote-p' (due to compatibility).
16234
16235 * net/tramp-compat.el (tramp-compat-copy-directory)
16236 (tramp-compat-delete-directory): New defuns.
16237
16238 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
16239 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
16240 Use `tramp-compat-delete-directory'.
16241
16242 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
16243 (tramp-smb-handle-delete-directory):
16244 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
16245
16246 * net/trampver.el: Update release number.
16247
16248 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
16249
16250 * tar-mode.el (tar-copy): Call write-region on the right buffer
16251 (Bug#4857).
16252
16253 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
16254 by hand, if necessary (Bug#4878).
16255
16256 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
16257
16258 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
16259 align size column (Bug#4839).
16260
16261 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
16262 statement.
16263
16264 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16265
16266 * progmodes/ld-script.el (auto-mode-alist):
16267 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
16268
16269 * cus-face.el (custom-declare-face): Purecopy face spec.
16270
16271 2009-11-06 Kenichi Handa <handa@m17n.org>
16272
16273 * international/uni-bidi.el: Re-generated.
16274 * international/uni-category.el: Re-generated.
16275 * international/uni-combining.el: Re-generated.
16276 * international/uni-mirrored.el: Re-generated.
16277
16278 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16279
16280 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
16281 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
16282 (tex-start-options, slitex-run-command, latex-run-command)
16283 (tex-run-command, tex-directory):
16284 * textmodes/ispell.el (ispell-html-skip-alists)
16285 (ispell-tex-skip-alists, ispell-tex-skip-alists):
16286 * textmodes/fill.el (adaptive-fill-first-line-regexp):
16287 (adaptive-fill-regexp):
16288 * textmodes/dns-mode.el (auto-mode-alist):
16289 * progmodes/python.el (interpreter-mode-alist):
16290 * progmodes/etags.el (tags-compression-info-list):
16291 * progmodes/etags.el (tags-file-name):
16292 * net/browse-url.el (browse-url-galeon-program)
16293 (browse-url-firefox-program):
16294 * mail/sendmail.el (mail-signature-file)
16295 (mail-citation-prefix-regexp):
16296 * international/mule-conf.el (eight-bit):
16297 * international/latexenc.el (latex-inputenc-coding-alist):
16298 * international/fontset.el (x-pixel-size-width-font-regexp):
16299 * emacs-lisp/warnings.el (warning-type-format):
16300 * emacs-lisp/trace.el (trace-buffer):
16301 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
16302 (emacs-lisp-mode-map):
16303 * calendar/holidays.el (holiday-solar-holidays)
16304 (holiday-bahai-holidays, holiday-islamic-holidays)
16305 (holiday-christian-holidays, holiday-hebrew-holidays)
16306 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
16307 (hebrew-holidays-1, holiday-oriental-holidays)
16308 (holiday-general-holidays):
16309 * x-dnd.el (x-dnd-known-types):
16310 * tool-bar.el (tool-bar):
16311 * startup.el (site-run-file):
16312 * shell.el (shell-dumb-shell-regexp):
16313 * rfn-eshadow.el (file-name-shadow-tty-properties)
16314 (file-name-shadow-properties):
16315 * paths.el (remote-shell-program, news-directory):
16316 * mouse.el ([C-down-mouse-3]):
16317 * menu-bar.el (menu-bar-tools-menu):
16318 * jka-cmpr-hook.el (jka-compr-load-suffixes)
16319 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
16320 (jka-compr-compression-info-list):
16321 * isearch.el (search-whitespace-regexp):
16322 * image-file.el (image-file-name-extensions):
16323 * find-dired.el (find-ls-option):
16324 * files.el (directory-listing-before-filename-regexp)
16325 (directory-free-space-args, insert-directory-program)
16326 (list-directory-brief-switches, magic-fallback-mode-alist)
16327 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
16328 (automount-dir-prefix):
16329 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
16330 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
16331 (face-font-registry-alternatives, face-font-registry-alternatives)
16332 (face-font-family-alternatives):
16333 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
16334 (facemenu-foreground-menu, facemenu-face-menu):
16335 * epa-hook.el (epa-file-name-regexp):
16336 * dnd.el (dnd-protocol-alist):
16337 * textmodes/rst.el (auto-mode-alist):
16338 * button.el (default-button): Purecopy strings.
16339
16340 2009-11-06 Glenn Morris <rgm@gnu.org>
16341
16342 * Makefile.in (ELCFILES): Update.
16343
16344 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
16345
16346 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
16347 * emacs-lisp/levents.el: Move to obsolete/levents.el.
16348
16349 * nxml/xsd-regexp.el (xsdre-gen-categories):
16350 * nxml/xmltok.el (xmltok-parse-entity):
16351 * nxml/rng-parse.el (rng-parse-validate-file):
16352 * nxml/rng-maint.el (rng-format-manual)
16353 (rng-manual-output-force-new-line):
16354 * nxml/rng-loc.el (rng-save-schema-location-1):
16355 * nxml/rng-cmpct.el (rng-c-parse-file):
16356 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
16357 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
16358
16359 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
16360
16361 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
16362 Remove extra save-excursions and make-variable-buffer-local's.
16363 Suggested by Stefan Monnier.
16364
16365 (verilog-getopt-file, verilog-module-inside-filename-p)
16366 (verilog-set-define): Merge GNU 1.35 and repair changes from
16367 switching to using with-current-buffer.
16368
16369 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
16370 being treated as a number and confusing AUTORESET.
16371 Reported by Dan Dever.
16372
16373 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
16374 Add verilog-auto-ignore-concat to fix backward compatibility with
16375 older verilog-modes. Reported by Dan Katz.
16376
16377 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
16378 containing closing anchors "...$".
16379
16380 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
16381 Reported by Wade Smith.
16382
16383 (verilog-batch-execute-func): Comment on function usage.
16384
16385 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
16386
16387 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
16388 for labels.
16389
16390 (verilog-label-re, verilog-calc-1): Support proper indent of named
16391 asserts.
16392
16393 (verilog-backward-token, verilog-basic-complete-re)
16394 (verilog-beg-of-statement, verilog-indent-re): Support proper
16395 indent of the assert statement at the beginning of a block of text.
16396
16397 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
16398 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
16399 tokens as begins.
16400
16401 2009-11-05 Glenn Morris <rgm@gnu.org>
16402
16403 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
16404 Emacs 19. (Bug#1531)
16405 (byte-compile-fix-header): Update for the above change.
16406 Drop test for epoch::version.
16407
16408 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
16409 * cus-dep.el (custom-make-dependencies):
16410 * finder.el (finder-compile-keywords):
16411 Use autoload-rubric's feature argument.
16412
16413 * calendar/diary-lib.el (top-level): Make load behave more like require.
16414
16415 * vc-git.el (vc-git-stash-map): Move definition before use.
16416
16417 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
16418
16419 * custom.el (custom-declare-group): Purecopy standard-value.
16420 (custom-declare-group): Purecopy custom-prefix.
16421
16422 * international/mule.el (load-with-code-conversion):
16423 Call do-after-load-evaluation unconditionally.
16424
16425 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
16426
16427 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
16428
16429 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
16430
16431 2009-11-04 Glenn Morris <rgm@gnu.org>
16432
16433 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
16434 (byte-compile-compatibility): Remove option.
16435 (byte-compile-close-variables, byte-compile-fix-header)
16436 (byte-compile-insert-header, byte-compile-output-docform)
16437 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
16438 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
16439 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
16440 (byte-compile-insert, byte-compile-defun):
16441 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
16442 (byte-defop-compiler19): Remove.
16443 Without byte-compile-compatibility, the 'emacs19-opcode property is not
16444 used by anything. Replace all calls with byte-defop-compiler.
16445
16446 2009-11-04 Juri Linkov <juri@jurta.org>
16447
16448 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
16449 (menu-bar-options-menu): Don't quote the `prop' arg of
16450 `menu-bar-make-mm-toggle'.
16451
16452 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
16453
16454 * calendar/calendar.el (cal-loaddefs):
16455 * calendar/diary-lib.el (diary-loaddefs):
16456 * calendar/holidays.el (hol-loaddefs):
16457 * eshell/esh-module.el (esh-groups): Load rather than require.
16458
16459 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16460
16461 * calendar/todo-mode.el (todo-add-category): Don't hardcode
16462 point-min==1.
16463 (todo-top-priorities): Only display-buffer when called interactively.
16464 (todo-item-start): Don't save excursion point.
16465 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
16466 (todo-insert-item-here, todo-file-item, todo-remove-item):
16467 Adjust uses of todo-item-start and todo-item-end.
16468
16469 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
16470 (autoload-rubric): Don't use any more.
16471
16472 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
16473 and only put a prop if it is non-nil.
16474
16475 2009-11-03 Juri Linkov <juri@jurta.org>
16476
16477 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
16478 (menu-bar-options-menu): Fix list quoting (Bug#4429).
16479
16480 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
16481 and "Menu" to make top-level menu item visually one unit (like
16482 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
16483 multi-word menu items). Fix :help string for quit-window.
16484
16485 2009-11-03 Glenn Morris <rgm@gnu.org>
16486
16487 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
16488 (byte-compile-file-form-define-abbrev-table)
16489 (byte-compile-file-form-custom-declare-variable)
16490 (byte-compile-variable-ref, byte-compile-defvar):
16491 Whether or not a warning is enabled should only affect whether we issue
16492 the warning, not whether or not we collect the relevant data.
16493 Eg warnings can be turned on and off throughout the course of a file.
16494
16495 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
16496 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
16497
16498 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16499
16500 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
16501 * play/mpuz.el (mpuz-create-buffer):
16502 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
16503 (lm-print-y,s,noise, lm-print-w0, lm-init):
16504 * play/gomoku.el (gomoku-prompt-for-move):
16505 * play/fortune.el (fortune-in-buffer):
16506 * play/dissociate.el (dissociated-press):
16507 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
16508 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
16509 * mail/supercite.el (sc-eref-show):
16510 * mail/smtpmail.el (smtpmail-send-it):
16511 * mail/rmailsum.el (rmail-summary-next-labeled-message)
16512 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
16513 (rmail-summary-undelete-many, rmail-summary-rmail-update)
16514 (rmail-summary-goto-msg, rmail-summary-expunge)
16515 (rmail-summary-get-new-mail, rmail-summary-search-backward)
16516 (rmail-summary-add-label, rmail-summary-output-menu)
16517 (rmail-summary-output-body):
16518 * mail/rfc822.el (rfc822-addresses):
16519 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
16520 * mail/mailpost.el (post-mail-send-it):
16521 * mail/hashcash.el (hashcash-generate-payment):
16522 * mail/feedmail.el (feedmail-run-the-queue)
16523 (feedmail-queue-send-edit-prompt-help-first)
16524 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
16525 (feedmail-deduce-address-list):
16526 * eshell/esh-ext.el (eshell-remote-command):
16527 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
16528 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
16529 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
16530 (viper-save-string-in-file, viper-valid-marker):
16531 * emulation/viper-keym.el (viper-toggle-key):
16532 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
16533 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
16534 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
16535 * emulation/viper-cmd.el (viper-exec-form-in-vi)
16536 (viper-exec-form-in-emacs, viper-brac-function):
16537 * emulation/viper.el (viper-delocalize-var):
16538 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
16539 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
16540 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
16541 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
16542 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
16543 * emulation/edt.el (edt-electric-helpify):
16544 * emulation/cua-rect.el (cua--rectangle-aux-replace):
16545 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
16546 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
16547 (cua-indent-to-global-mark-column):
16548 * calendar/diary-lib.el (calendar-mark-1):
16549 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
16550 Use with-current-buffer.
16551 * emulation/viper.el (viper-delocalize-var): Use dolist.
16552
16553 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
16554
16555 * comint.el (comint-replace-by-expanded-history-before-point):
16556 Replace !! with the previous input string literally (Bug#1795).
16557
16558 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
16559
16560 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
16561 to be made up of whitespace.
16562
16563 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
16564
16565 * minibuffer.el (read-file-name): Don't use file dialogs for
16566 remote directories (Bug#99).
16567
16568 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
16569
16570 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
16571
16572 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
16573
16574 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
16575 instead of deleting the window or frame.
16576
16577 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
16578
16579 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
16580 Support face colors.
16581
16582 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
16583 New function. Support face colors (Bug#1168).
16584 (tex-common-initialization): Use it.
16585
16586 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
16587 mode allows it (Bug#1168).
16588
16589 2009-10-31 Juri Linkov <juri@jurta.org>
16590
16591 * facemenu.el (list-colors-display): Don't mark buffer as
16592 modified (Bug#3948).
16593
16594 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
16595
16596 * international/mule-diag.el (list-character-sets-1):
16597 Minor message fix (Bug#3526).
16598
16599 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
16600 Fix face property (Bug#4834).
16601 (etags-list-tags, etags-tags-apropos-additional)
16602 (etags-tags-apropos, tags-select-tags-table): Add follow-link
16603 property.
16604
16605 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
16606 items.
16607
16608 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
16609
16610 * textmodes/two-column.el (2C-split):
16611 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
16612 * textmodes/tex-mode.el (tex-set-buffer-directory):
16613 * textmodes/spell.el (spell-region, spell-string):
16614 * textmodes/reftex.el (reftex-erase-buffer):
16615 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
16616 * textmodes/reftex-toc.el (reftex-toc-promote-action):
16617 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
16618 (reftex-select-item):
16619 * textmodes/reftex-ref.el (reftex-label-info-update)
16620 (reftex-offer-label-menu):
16621 * textmodes/reftex-index.el (reftex-index-change-entry)
16622 (reftex-index-phrases-info):
16623 * textmodes/reftex-global.el (reftex-create-tags-file)
16624 (reftex-save-all-document-buffers, reftex-ensure-write-access):
16625 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
16626 (reftex-view-crossref-from-bibtex):
16627 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
16628 (reftex-extract-bib-entries-from-thebibliography)
16629 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
16630 * textmodes/refbib.el (r2b-capitalize-title):
16631 (r2b-convert-buffer, r2b-help):
16632 * textmodes/page-ext.el (pages-directory)
16633 (pages-directory-goto-with-mouse):
16634 * textmodes/bibtex.el (bibtex-validate-globally):
16635 * textmodes/bib-mode.el (bib-capitalize-title):
16636 * textmodes/artist.el (artist-clear-buffer, artist-system):
16637 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
16638 (local-set-scheme-interaction-buffer, xscheme-process-filter)
16639 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
16640 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
16641 (xscheme-send-control-g-interrupt, xscheme-start-process)
16642 (xscheme-process-sentinel, xscheme-cd):
16643 * progmodes/verilog-mode.el (verilog-read-always-signals)
16644 (verilog-set-define, verilog-getopt-file)
16645 (verilog-module-inside-filename-p):
16646 * progmodes/sh-script.el:
16647 * progmodes/python.el (python-pdbtrack-get-source-buffer)
16648 (python-pdbtrack-grub-for-buffer, python-execute-file):
16649 * progmodes/octave-inf.el (inferior-octave):
16650 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
16651 (idlwave-shell-compile-helper-routines, idlwave-set-local)
16652 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
16653 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
16654 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
16655 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
16656 (idlwave-shell-filter, idlwave-shell-examine-highlight)
16657 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
16658 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
16659 (idlwave-shell-examine-display, idlwave-shell-run-region)
16660 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
16661 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
16662 * progmodes/idlw-help.el (idlwave-help-get-special-help)
16663 (idlwave-help-get-help-buffer):
16664 * progmodes/gud.el (gud-basic-call, gud-find-class)
16665 (gud-tooltip-activate-mouse-motions-if-enabled):
16666 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
16667 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
16668 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
16669 (ebrowse-tags-next-file):
16670 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
16671 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
16672 (ebnf-eps-finish-and-write):
16673 * progmodes/cpp.el (cpp-edit-save):
16674 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
16675 * progmodes/cc-defs.el (c-emacs-features):
16676 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
16677 (antlr-directory-dependencies):
16678 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
16679 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
16680 (ada-find-any-references, ada-make-filename-from-adaname)
16681 (ada-make-body-gnatstub):
16682 * obsolete/rnews.el (news-list-news-groups):
16683 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
16684 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
16685 * net/rcirc.el (rcirc-debug):
16686 * net/newst-treeview.el (newsticker--treeview-list-add-item)
16687 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
16688 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
16689 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
16690 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
16691 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
16692 (newsticker--treeview-list-clear-highlight)
16693 (newsticker--treeview-list-update-highlight)
16694 (newsticker--treeview-list-highlight-start)
16695 (newsticker--treeview-tree-update-highlight)
16696 (newsticker--treeview-get-selected-item)
16697 (newsticker-treeview-mark-list-items-old)
16698 (newsticker--treeview-set-current-node):
16699 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
16700 * net/newst-backend.el (newsticker--get-news-by-funcall)
16701 (newsticker--get-news-by-wget, newsticker--image-get)
16702 (newsticker--image-sentinel):
16703 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
16704 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
16705 (eudc-ph-close-session):
16706 * net/eudc.el (eudc-save-options):
16707 * language/thai-word.el (thai-update-word-table):
16708 * language/japan-util.el (japanese-string-conversion):
16709 * international/titdic-cnv.el (tsang-quick-converter)
16710 (ziranma-converter, ctlau-converter):
16711 * international/mule-cmds.el (describe-language-environment):
16712 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
16713 (skkdic-convert-postfix, skkdic-convert-prefix):
16714 (skkdic-convert-okuri-nasi, skkdic-convert):
16715 * emacs-lisp/re-builder.el (reb-update-overlays):
16716 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
16717 * emacs-lisp/gulp.el (gulp-send-requests):
16718 * emacs-lisp/find-gc.el (trace-call-tree):
16719 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
16720 (eieio-describe-generic):
16721 * emacs-lisp/eieio-base.el (eieio-persistent-read):
16722 * emacs-lisp/edebug.el (edebug-outside-excursion):
16723 * emacs-lisp/debug.el (debugger-make-xrefs):
16724 * emacs-lisp/cust-print.el (custom-prin1-to-string):
16725 * emacs-lisp/chart.el (chart-new-buffer):
16726 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
16727 Use with-current-buffer.
16728 * textmodes/artist.el (artist-system): Don't call
16729 copy-sequence on a fresh string.
16730 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
16731
16732 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
16733
16734 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
16735 is no item to edit. (Bug#4820)
16736 (todo-top-priorities): Restore point and restore narrowing in Todo
16737 buffer. (Bug#4820)
16738
16739 2009-10-31 Glenn Morris <rgm@gnu.org>
16740
16741 * net/ange-ftp.el (top-level): Don't require dired when compiling.
16742 (comint-last-output-start, comint-last-input-start)
16743 (comint-last-input-end): Don't defvar when compiling.
16744 (ange-ftp-process-file): Use bound-and-true-p.
16745
16746 * pcmpl-rpm.el (top-level): Move provide statement to end.
16747 (pcmpl-rpm): Remove unused custom group.
16748
16749 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
16750
16751 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
16752
16753 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
16754 (byte-compile-warnings): Add `constants' as an option.
16755 (byte-compile-callargs-warn, byte-compile-arglist-warn)
16756 (display-call-tree): Update for byte-compile-fdefinition possibly
16757 returning `(macro lambda ...)'. (Bug#4778)
16758 (byte-compile-variable-ref, byte-compile-setq-default):
16759 Respect `constants' member of byte-compile-warnings.
16760
16761 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
16762
16763 * vc-bzr.el (vc-bzr-revision-keywords): New var.
16764 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
16765 to "submit:".
16766
16767 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
16768
16769 * textmodes/ispell.el (ispell-skip-region-alist):
16770 * international/mule-conf.el (eight-bit):
16771 * international/fontset.el (font-encoding-alist):
16772 * startup.el (pure-space-overflow-message):
16773 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
16774 * paths.el (gnus-nntp-service, rmail-spool-directory)
16775 (term-file-prefix):
16776 * files.el (save-some-buffers-action-alist):
16777 * cmuscheme.el (same-window-buffer-names):
16778 * ielm.el (same-window-buffer-names):
16779 * shell.el (same-window-buffer-names):
16780 * mail/sendmail.el (same-window-buffer-names):
16781 * progmodes/inf-lisp.el (same-window-buffer-names):
16782 * bindings.el (mode-line-client)
16783 (mode-line-column-line-number-mode-map):
16784 * language/tibetan.el (tibetan-precomposition-rule-regexp)
16785 (tibetan-precomposed-regexp): Purecopy string arguments.
16786
16787 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16788
16789 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
16790 (calcDigit-nondigit):
16791 * calc/calc-yank.el (calc-copy-to-buffer):
16792 * calc/calc-units.el (calc-invalidate-units-table):
16793 * calc/calc-trail.el (calc-trail-yank):
16794 * calc/calc-store.el (calc-insert-variables):
16795 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
16796 * calc/calc-prog.el (calc-read-parse-table):
16797 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
16798 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
16799 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
16800 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
16801 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
16802 (calc-graph-name, calc-graph-find-command, calc-graph-view)
16803 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
16804 * calc/calc-ext.el (calc-realign):
16805 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
16806 (calc-embedded-finish-edit, calc-embedded-make-info)
16807 (calc-embedded-finish-command, calc-embedded-stack-change):
16808 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
16809
16810 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
16811 shell-dynamic-complete-filename in preference to
16812 comint-dynamic-complete-filename.
16813
16814 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
16815 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
16816 Don't consider whether the display supports colors.
16817 (bookmark-import-new-list): Use dolist.
16818 (bookmark-bmenu-mode-map): Move initialization into declaration.
16819 (bookmark-bmenu-list): Use dolist, simplify.
16820 (bookmark-show-all-annotations): Use save-selected-window and dolist.
16821 (menu-bar-final-items): Use push.
16822
16823 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
16824
16825 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
16826 it works on remote files.
16827 (vc-hg-diff): Don't pass any `--cwd' argument.
16828
16829 2009-10-27 Kevin Ryde <user42@zip.com.au>
16830
16831 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
16832 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
16833 (Further to Bug#3921).
16834
16835 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
16836
16837 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
16838 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
16839 calling `tramp-imap-put-file'. Add file size to the call.
16840 (tramp-imap-get-file-entries): Compute also user name, file size,
16841 and date.
16842 (tramp-imap-handle-insert-directory): Insert uid and gid.
16843 (tramp-imap-handle-file-attributes): Transform uid and gid
16844 according to `id-format'.
16845 (tramp-imap-put-file): New optional parameter SIZE. Encode file
16846 size in header X-Size.
16847
16848 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
16849
16850 * simple.el (transpose-subr): Give clearer error when the mark
16851 is not set. (Bug#4807)
16852
16853 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
16854
16855 * net/tramp.el (tramp-perl-file-truename): New defconst.
16856 Perl code contributed by yary <not.com@gmail.com> (tiny change).
16857 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
16858 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
16859 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
16860
16861 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
16862 Ignore `dired-call-process'.
16863 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
16864
16865 2009-10-26 Julian Scheid <julians37@gmail.com>
16866
16867 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
16868 (tramp-get-remote-readlink): New defun.
16869 (tramp-handle-file-truename): Use it.
16870 (tramp-handle-file-exists-p): Check file-attributes cache, assume
16871 file exists if cache value present.
16872 (tramp-check-cached-permissions): New defun.
16873 (tramp-handle-file-readable-p): Use it.
16874 (tramp-handle-file-writable-p): Likewise.
16875 (tramp-handle-file-executable-p): Likewise.
16876 (tramp-handle-file-name-all-completions): Try using Perl to get
16877 partial completions. When perl not available, combine `cd' and
16878 `ls' into single remote operation and use shell expansion to get
16879 partial remote directory contents. Set `file-exists-p' cache for
16880 directory and any files returned by ls. Change cache handling to
16881 support partial directory contents. Use error message emitted by
16882 remote `cd' or Perl code for local tramp-error.
16883 (tramp-do-copy-or-rename-file-directly): Avoid separate
16884 tramp-send-command-and-check call.
16885 (tramp-handle-process-file): Merge three remote ops into one.
16886 Do not flush all caches when `process-file-side-effects' is set.
16887 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
16888 file-attributes shows uid/gid to be set already.
16889
16890 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
16891
16892 * textmodes/tex-mode.el (tex-dvi-view-command)
16893 (tex-show-queue-command, tex-open-quote):
16894 * progmodes/ruby-mode.el (auto-mode-alist)
16895 (interpreter-mode-alist): Purecopy strings.
16896
16897 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
16898
16899 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
16900 string for the hook, keymap and abbrev table.
16901
16902 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
16903
16904 * x-dnd.el (x-dnd-xdnd-to-action):
16905 * startup.el (fancy-startup-text, fancy-about-text): Change to
16906 defconst from defvar.
16907
16908 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
16909
16910 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
16911 Purecopy initialization strings.
16912
16913 * mail/sendmail.el (mail-header-separator)
16914 (mail-personal-alias-file):
16915 * mail/rmail.el (rmail-default-dont-reply-to-names)
16916 (rmail-ignored-headers, rmail-retry-ignored-headers)
16917 (rmail-highlighted-headers, rmail-secondary-file-directory)
16918 (rmail-secondary-file-regexp):
16919 * files.el (null-device, file-name-invalid-regexp)
16920 (locate-dominating-stop-dir-regexp)
16921 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
16922 (interpreter-mode-alist): Use mapcar instead of mapc.
16923
16924 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
16925
16926 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
16927 (completion-ignored-extensions):
16928 (debug-ignored-errors): Purecopy strings.
16929
16930 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
16931
16932 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
16933 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
16934 (pcomplete--here): Use push.
16935
16936 * subr.el (all-completions): Declare the 4th arg obsolete.
16937
16938 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16939
16940 * pcomplete.el (pcomplete-unquote-argument-function): New var.
16941 (pcomplete-unquote-argument): New function.
16942 (pcomplete--common-suffix): Always pay attention to case.
16943 (pcomplete--table-subvert): Quote and unquote the text.
16944 (pcomplete--common-quoted-suffix): New function.
16945 (pcomplete-std-complete): Use it and pcomplete-begin.
16946
16947 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
16948 we're inside a dedicated or minibuffer window.
16949
16950 2009-10-24 Karl Fogel <kfogel@red-bean.com>
16951
16952 * bookmark.el: Update documentation, especially documentation
16953 of `bookmark-alist' and of the bookmark file format.
16954 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
16955
16956 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
16957
16958 * mail/emacsbug.el (report-emacs-bug): Clarify that the
16959 keybindings apply to the mail buffer (Bug#4003). Shrink help
16960 window to buffer.
16961
16962 * whitespace.el (whitespace-mode, whitespace-newline-mode)
16963 (global-whitespace-mode, global-whitespace-newline-mode)
16964 (whitespace-toggle-options, global-whitespace-toggle-options):
16965 Doc fix (Bug#3660).
16966
16967 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
16968 of xmltok-start before the end tag was inserted (Bug#2840).
16969
16970 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
16971 patterns that are preceded by an open-paren (Bug#1320).
16972
16973 2009-10-24 Sven Joachim <svenjoac@gmx.de>
16974
16975 * files.el (delete-directory): Delete symlinks to directories with
16976 delete-file (Bug#4739).
16977
16978 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
16979
16980 * vc.el (vc-backend-for-registration): Rename from
16981 vc-get-backend-for-registration. Update callers.
16982
16983 * international/mule-cmds.el (set-language-info-alist):
16984 Purecopy lang-env.
16985 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
16986 (charset): Purecopy the name.
16987 (define-char-code-property): Purecopy string arguments.
16988
16989 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
16990 Purecopy string arguments.
16991
16992 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
16993 * ediff-hook.el (menu-bar-ediff-menu):
16994 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
16995 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
16996
16997 2009-10-24 Glenn Morris <rgm@gnu.org>
16998
16999 * comint.el (comint-dynamic-list-completions):
17000 * term.el (term-dynamic-list-completions): Use choose-completion rather
17001 than obsolete alias mouse-choose-completion.
17002
17003 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
17004 file-cache-choose-completion.
17005 (file-cache-choose-completion): Handle an optional event argument.
17006 (file-cache-mouse-choose-completion): Make it an obsolete alias.
17007
17008 * progmodes/octave-mod.el (octave-complete-symbol):
17009 Use choose-completion if mouse-choose-completion is ever removed.
17010
17011 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
17012 use.
17013
17014 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
17015 compiler.
17016
17017 * vc-hooks.el (vc-responsible-backend): Fix declaration.
17018
17019 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
17020
17021 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
17022 Ignore `pred' now that we receive one.
17023 Handle test-completion specially.
17024
17025 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17026
17027 * vc.el (vc-responsible-backend): Throw an error if not backend is
17028 found. Remove the REGISTER argument. Move the code dealing with
17029 REGISTER ...
17030 (vc-get-backend-for-registration): ... here. New function.
17031 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
17032 of vc-responsible-backend, pass the file name instead of the
17033 directory name.
17034
17035 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
17036
17037 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
17038 New funs.
17039 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
17040 (pcomplete-comint-setup): Don't modify a global var via
17041 accidental side-effects.
17042 (pcomplete-shell-setup): Adjust call accordingly.
17043 (pcomplete-parse-comint-arguments): Use push.
17044
17045 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
17046
17047 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17048 Allow uncapitalized info node names (Bug#3921).
17049
17050 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
17051 to the DEBUG file (Bug#3781).
17052
17053 2009-10-23 Jari Aalto <jari.aalto@cante.net>
17054
17055 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
17056 dictionary entry (Bug#4579).
17057
17058 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
17059
17060 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
17061 from `rfn-eshadow-update-overlay-hook' when unloading.
17062 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
17063 "rsyncc". Adjust doc string.
17064 (tramp-temp-buffer-file-name): New buffer-local defvar.
17065 (tramp-handle-insert-file-contents, tramp-handle-write-region):
17066 Keep temporary file when indicated by method ("rsync" and
17067 "rsyncc").
17068 (tramp-handle-write-region): Handle APPEND.
17069 (tramp-delete-temp-file-function): New defun. Added to
17070 `kill-buffer-hook'.
17071
17072 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
17073
17074 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
17075
17076 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17077
17078 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
17079 (color-name-rgb-alist, tty-standard-colors)
17080 (tty-color-mode-alist): Change to defconst.
17081
17082 * simple.el (mark-inactive): Purecopy message.
17083
17084 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
17085 (global-map, yank-menu):
17086 * textmodes/ispell.el (ispell-menu-map):
17087 * net/eudc.el (eudc-tools-menu):
17088 * international/mule-cmds.el (describe-language-environment-map)
17089 (setup-language-environment-map, set-coding-system-map)
17090 (mule-menu-keymap):
17091 * vc-hooks.el (vc-menu-entry, vc-menu-map):
17092 * replace.el (occur-mode-map):
17093 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
17094
17095 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
17096
17097 * calc/calc.el (math-read-number, math-read-number-simple):
17098 Use `save-match-data'.
17099
17100 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17101
17102 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
17103 rather than fiddling with global-map bindings, since it should only
17104 affect per-terminal settings.
17105 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
17106
17107 * minibuffer.el (completion-table-with-terminator): Allow to specify
17108 the terminator-regexp.
17109
17110 * simple.el (switch-to-completions): Look for *Completions* in other
17111 frames as well.
17112
17113 * pcomplete.el: Allow the use of completion-tables.
17114 (pcomplete-std-complete): New command.
17115 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
17116 (pcomplete--here): Use a function for `form' rather than an expression,
17117 so it can be byte-compiled.
17118 (pcomplete-here, pcomplete-here*): Adjust accordingly.
17119 Add edebug declaration.
17120 (pcomplete-show-completions): Remove unused var `curbuf'.
17121 (pcomplete-do-complete, pcomplete-stub):
17122 Don't assume `completions' is a list of strings any more.
17123
17124 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
17125
17126 * find-dired.el (find-name-arg): Fix typo in docstring.
17127
17128 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17129
17130 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
17131 (pcmpl-linux-fs-types): Same, and update to new modules layout.
17132
17133 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
17134 pcomplete-entries.
17135
17136 * comint.el (comint-read-input-ring, comint-write-input-ring)
17137 (comint-substitute-in-file-name)
17138 (comint-dynamic-complete-as-filename)
17139 (comint-dynamic-simple-complete)
17140 (comint-dynamic-list-filename-completions)
17141 (comint-dynamic-list-completions)
17142 (comint-redirect-results-list-from-process): Minor simplifications.
17143
17144 2009-10-21 Kevin Ryde <user42@zip.com.au>
17145
17146 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
17147 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
17148 the first form. And insert a blank line after ";;; Code" since
17149 that's usual style. (Bug#4612)
17150
17151 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
17152
17153 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17154
17155 * minibuffer.el (completion-table-with-terminator): Properly implement
17156 boundaries, in case `terminator' appears in the suffix.
17157 (completion--embedded-envvar-table): Don't return boundaries if
17158 there's no valid completion. Simplify.
17159 (completion-file-name-table): New completion table extracted from
17160 completion--file-name-table.
17161 (completion--file-name-table): Use it.
17162 (read-file-name-predicate): Declare obsolete.
17163 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
17164 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
17165 completion-file-name-table, and use the `pred' argument.
17166 * files.el (locate-file-completion-table): Use the `pred' arg rather
17167 than read-file-name-predicate.
17168 (abbreviate-file-name): Use \` rather than ^ for BOS.
17169
17170 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
17171
17172 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
17173 vc-responsible-backend to register, it causes problems.
17174
17175 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17176
17177 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
17178
17179 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
17180
17181 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
17182 (tramp-smb-handle-file-attributes): Use it.
17183 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
17184 (tramp-smb-handle-insert-directory): Use `mapc' rather than
17185 `mapcar'. Use `tramp-smb-get-stat-capability'.
17186 Add `dired-filename' text properties.
17187 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
17188 (tramp-smb-maybe-open-connection): Simplify check for smbclient
17189 version.
17190
17191 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
17192
17193 * subr.el (read-key-delay): Reduce to 0.01.
17194 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
17195 (bug#4751).
17196
17197 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
17198
17199 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
17200
17201 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
17202 (Info-menu): Remove unused vars `last' and `completions'.
17203 (Info-index-nodes): Remove unused var `node'.
17204
17205 * info.el (Info-complete-menu-item): Use complete-with-action.
17206
17207 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
17208
17209 Make vc-annotate work through copies and renames.
17210 * vc-annotate.el (vc-annotate-extract-revision-at-line):
17211 Return the file name too.
17212 (vc-annotate-revision-at-line)
17213 (vc-annotate-find-revision-at-line)
17214 (vc-annotate-revision-previous-to-line)
17215 (vc-annotate-show-log-revision-at-line): Update to get the file
17216 name from vc-annotate-extract-revision-at-line.
17217 (vc-annotate-show-diff-revision-at-line-internal): Change the
17218 argument to mean whether to show a file diff or not. Get the file
17219 name from vc-annotate-extract-revision-at-line.
17220 (vc-annotate-show-diff-revision-at-line):
17221 Update vc-annotate-show-diff-revision-at-line call.
17222 (vc-annotate-warp-revision): Add an optional file argument.
17223
17224 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
17225 (vc-git-annotate-extract-revision-at-line): Also return the file
17226 name if found.
17227
17228 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
17229 command. Remove unused code.
17230 (vc-hg-annotate-re): Update to match --follow output.
17231 (vc-hg-annotate-extract-revision-at-line): Also return the file
17232 name if found.
17233
17234 * vc.el: Update annotate-extract-revision-at-line documentation.
17235
17236 2009-10-18 Kevin Ryde <user42@zip.com.au>
17237
17238 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
17239 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
17240
17241 * net/browse-url.el (browse-url): Identify alist with "consp and
17242 not functionp" and let all other things go down the `apply' leg,
17243 as suggested by Stefan. (Further to bug#4531.)
17244
17245 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
17246
17247 * minibuffer.el (read-file-name): Check for repeat before putting
17248 a default argument in file-name-history (Bug#4657).
17249
17250 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
17251 read syntax (Bug#4737).
17252
17253 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
17254
17255 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
17256
17257 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
17258 (html-tag-alist, html-tag-help): Add descriptions for undocumented
17259 entries and make note of obsolete tags.
17260
17261 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
17262
17263 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
17264
17265 2009-10-18 Glenn Morris <rgm@gnu.org>
17266
17267 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
17268 grep, so that binary files (eg international/uni-bidi.el) can match.
17269 Remove test for "UnicodeData" files, since it is hopefully unnecessary
17270 now, and in any case the file header format has changed.
17271
17272 2009-10-17 Glenn Morris <rgm@gnu.org>
17273
17274 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
17275 (flyspell-get-word, flyspell-large-region)
17276 (flyspell-auto-correct-previous-word): Doc/error message fixes.
17277
17278 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
17279
17280 * Makefile.in (ELCFILES): Add ede/shell.
17281
17282 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
17283
17284 * term/common-win.el (x-colors): Purecopy it.
17285
17286 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17287
17288 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
17289 permissive for when the buffer is empty.
17290 (tar-header-block-tokenize): Decode the username and groupname.
17291 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
17292
17293 2009-10-17 Eric Ludlam <zappo@gnu.org>
17294
17295 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
17296 contains multibyte characters, choose first applicable coding
17297 system automatically.
17298
17299 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17300
17301 * international/mule-cmds.el (select-safe-coding-system): If the file
17302 has a coding cookie, use it regardless of any other setting (bug#4712).
17303
17304 2009-10-17 Glenn Morris <rgm@gnu.org>
17305
17306 * foldout.el (foldout-mouse-swallow-events):
17307 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
17308
17309 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
17310 (dired-keep-marker-copy, dired-keep-marker-hardlink)
17311 (dired-keep-marker-symlink, dired-dwim-target)
17312 (dired-copy-preserve-time): Do not autoload these defcustoms.
17313
17314 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
17315 messages from messing up the file coding. (Bug#4623)
17316
17317 2009-10-17 Jari Aalto <jari.aalto@cante.net>
17318
17319 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
17320 if no match is found for the current dictionary. (Bug#4578)
17321
17322 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
17323 optional, since that is how it is documented, and this is often called
17324 with a nil argument. (Bug#4577)
17325 (flyspell-external-point-words, flyspell-auto-correct-word)
17326 (flyspell-correct-word-before-point, flyspell-word-search-forward)
17327 (flyspell-word-search-backward): Remove nil argument in calls to
17328 flyspell-get-word, since it is not needed now.
17329
17330 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
17331
17332 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
17333
17334 2009-10-16 Glenn Morris <rgm@gnu.org>
17335
17336 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
17337
17338 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
17339
17340 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
17341 (ange-ftp-file-size): New function.
17342 (ange-ftp-file-attributes): Use it.
17343
17344 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
17345
17346 * net/tramp-smb.el (tramp-smb-version): New defvar.
17347 (tramp-smb-maybe-open-connection): Use it, in order to avoid
17348 repeated checks.
17349
17350 2009-10-16 Glenn Morris <rgm@gnu.org>
17351
17352 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
17353 Maybe copy some custom properties from old to new name. (Bug#4706)
17354
17355 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
17356
17357 * subr.el (error, sit-for, start-process-shell-command)
17358 (start-file-process-shell-command): Set the calling convention
17359 after the function definition.
17360
17361 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
17362
17363 * subr.el (error, sit-for, start-process-shell-command)
17364 (start-file-process-shell-command): Use the new
17365 set-advertised-calling-convention feature.
17366
17367 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
17368
17369 * international/ucs-normalize.el (ucs-normalize-version):
17370 Change to 1.2.
17371 (check-range): Adjust for Unicode 5.2.
17372
17373 2009-10-15 Juri Linkov <juri@jurta.org>
17374
17375 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
17376 to the `menu-item' format.
17377
17378 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
17379
17380 * net/tramp.el (tramp-replace-environment-variables): Do not fail
17381 if the environment variable does not exist.
17382
17383 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17384 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
17385 parameter.
17386 (tramp-smb-handle-add-name-to-file)
17387 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17388 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17389 (tramp-smb-handle-file-attributes)
17390 (tramp-smb-do-file-attributes-with-stat)
17391 (tramp-smb-handle-file-local-copy)
17392 (tramp-smb-handle-insert-directory)
17393 (tramp-smb-handle-make-directory)
17394 (tramp-smb-handle-make-directory-internal)
17395 (tramp-smb-handle-make-symbolic-link)
17396 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
17397 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
17398 (tramp-smb-maybe-open-connection): Apply the changed parameters.
17399 (tramp-smb-read-file-entry): Read Disk names in compressed format.
17400 Handle long file names.
17401 (tramp-smb-get-cifs-capabilities): Check, whether the connection
17402 process is running.
17403 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
17404 Read share names with "-g" option.
17405
17406 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
17407
17408 * net/rcirc.el (rcirc-view-log-file): New command.
17409 (rcirc-track-minor-mode-map): Remove C-c ` binding.
17410 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
17411 specified.
17412
17413 2009-10-15 Glenn Morris <rgm@gnu.org>
17414
17415 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
17416 from the second command-line argument.
17417 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
17418 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
17419 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
17420 w32-batch-update-autoloads.
17421 * emacs-lisp/autoload.el (autoload-make-program): New variable.
17422 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
17423
17424 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
17425 the headers cannot be located. Simplify, subtracting superflous
17426 save-excursions.
17427
17428 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
17429
17430 Replace completion-base-size by completion-base-position to fix bugs
17431 such as (bug#4699).
17432 * simple.el (completion-base-position): New var.
17433 (completion-base-size): Mark as obsolete.
17434 (choose-completion): Make it work for mouse events as well.
17435 Pass the new base-position to choose-completion-string.
17436 (choose-completion-guess-base-position): New function, extracted from
17437 choose-completion-delete-max-match.
17438 (choose-completion-delete-max-match): Use it. Make obsolete.
17439 (choose-completion-string): Use the new base-position info.
17440 (completion-root-regexp): Delete.
17441 (completion-setup-function): Preserve completion-base-position.
17442 Eliminate obsolete base-size manipulation.
17443 * minibuffer.el (display-completion-list): Don't mess with base-size.
17444 (minibuffer-completion-help): Set completion-base-position instead.
17445 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
17446 choose-completion.
17447 * textmodes/bibtex.el (bibtex-complete):
17448 * emacs-lisp/crm.el (crm--choose-completion-string):
17449 Adjust to new calling convention.
17450 * complete.el (partial-completion-mode): Use minibufferp to avoid
17451 bumping into incompatible change to choose-completion-string-functions.
17452 * ido.el (ido-choose-completion-string): Make its calling convention
17453 more permissive.
17454 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
17455 base-size manipulation.
17456 (comint-dynamic-list-input-ring): Use dotimes and push.
17457 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
17458 fundamental-mode. Use `or'.
17459
17460 2009-10-14 Juri Linkov <juri@jurta.org>
17461
17462 * misearch.el (multi-isearch-next-buffer-from-list)
17463 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
17464
17465 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17466
17467 * Makefile.in (compile-onefile): Load `bytecomp' rather than
17468 `bytecomp.el'.
17469
17470 * minibuffer.el (completion-pcm--merge-completions): Make sure the
17471 string we return is all made up of text from the completions rather
17472 than part from the completions and part from the input (bug#4219).
17473
17474 * ido.el (ido-everywhere): Use define-minor-mode.
17475
17476 * buff-menu.el (list-buffers, ctl-x-map):
17477 Mark the entry points with ;;;###autoload cookies.
17478
17479 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
17480
17481 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
17482 correctly in the detached head case.
17483 (vc-git-print-log): Remove unused binding.
17484
17485 * vc.el (vc-responsible-backend): When a directory is passed for
17486 for registration create a VC repository if no backend is
17487 responsible for the directory argument.
17488 (vc-deduce-fileset): Tell vc-responsible-backend to register.
17489
17490 * vc.el: Move comments about RCS and SCCS ...
17491 * vc-rcs.el:
17492 * vc-sccs.el: ... here, respectively.
17493
17494 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17495
17496 * minibuffer.el (completion--file-name-table): Return nil if there's
17497 no file completion, even if substitute-in-file-name changed
17498 the string (bug#4708).
17499
17500 2009-10-13 Juri Linkov <juri@jurta.org>
17501
17502 * files-x.el (read-file-local-variable-value): Don't filter out
17503 minor modes from mode name completion (bug#4664).
17504
17505 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
17506
17507 * international/mule-cmds.el (ucs-names): Remove exclusion of
17508 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
17509
17510 2009-10-13 Kenichi Handa <handa@m17n.org>
17511
17512 * international/uni-name.el: Regenerated.
17513
17514 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
17515
17516 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
17517 should be automatically buffer-local, but isn't.)
17518
17519 2009-10-12 Sam Steingold <sds@gnu.org>
17520
17521 * progmodes/compile.el (compilation-next-error-function): Fix the
17522 timestamps if the buffer has been visited before.
17523 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
17524 non-anchored patterns, like the perl one (bug#3928).
17525
17526 2009-10-12 Glenn Morris <rgm@gnu.org>
17527
17528 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
17529 Let-bind `size'.
17530
17531 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
17532
17533 * proced.el (proced-unload-function): New function.
17534
17535 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
17536 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
17537 Doc fix.
17538
17539 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
17540
17541 2009-10-11 Juri Linkov <juri@jurta.org>
17542
17543 * files-x.el (read-file-local-variable-value):
17544 Provide default value only for bound variables (bug#4664).
17545
17546 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
17547
17548 * net/tramp.el (tramp-local-host-p): Function shall return nil for
17549 connection methods like smb.
17550
17551 * net/tramp-cache.el (tramp-flush-connection-property): The hash
17552 can be empty.
17553
17554 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17555 (tramp-smb-file-name-handler-alist): Add handlers for
17556 `add-name-to-file', `make-symbolic-link'.
17557 (tramp-smb-handle-add-name-to-file)
17558 (tramp-smb-do-file-attributes-with-stat)
17559 (tramp-smb-handle-make-symbolic-link)
17560 (tramp-smb-get-cifs-capabilities): New defuns.
17561 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17562 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17563 (tramp-smb-handle-file-local-copy)
17564 (tramp-smb-handle-make-directory-internal)
17565 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
17566 The file name syntax depends on cifs capabilities.
17567 (tramp-smb-handle-file-attributes):
17568 Call `tramp-smb-do-file-attributes-with-stat' if possible.
17569 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
17570 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
17571
17572 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
17573
17574 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
17575 (eieio-defclass): Apply deftype handler and setf-method properties
17576 directly.
17577 (eieio-add-new-slot): Avoid union function from cl library.
17578 (eieio--typep): New function.
17579 (eieio-perform-slot-validation): Use it.
17580
17581 2009-10-10 Karl Fogel <kfogel@red-bean.com>
17582
17583 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
17584 Update documentation to refer to the variables documented in r1.135.
17585 (Bug#4188)
17586
17587 2009-10-10 Karl Fogel <kfogel@red-bean.com>
17588
17589 * bookmark.el (Info-suffix-list): Remove this unused variable.
17590 (bookmark-current-point): Remove this obsolete variable.
17591 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
17592 Adjust for removal of bookmark-current-point.
17593
17594 (bookmarks-already-loaded, bookmark-current-buffer)
17595 (bookmark-yank-point): Document. (Bug#4188)
17596
17597 2009-10-10 Glenn Morris <rgm@gnu.org>
17598
17599 * frame.el (frame-height): Doc fix.
17600
17601 * calendar/calendar.el (calendar-split-width-threshold): New option.
17602 (calendar-basic-setup): Use calendar-split-width-threshold.
17603
17604 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
17605
17606 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
17607 Ideographic Supplement" range (U+1F200..U+1F2FF).
17608
17609 2009-10-09 Karl Fogel <kfogel@red-bean.com>
17610
17611 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
17612 since the list will have been rebuilt anyway. (Bug#4349)
17613
17614 2009-10-09 Karl Fogel <kfogel@red-bean.com>
17615
17616 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
17617 (bookmark-bmenu-execute-deletions): Don't save here, as
17618 bookmark-delete will now do so if necessary.
17619 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
17620 (Bug#4348)
17621
17622 2009-10-09 Glenn Morris <rgm@gnu.org>
17623
17624 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
17625
17626 2009-10-09 Karl Fogel <kfogel@red-bean.com>
17627
17628 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
17629 (bookmark-jump-other-window): Just invoke bookmark-jump with new
17630 argument now, so the two function's behaviors will match. (Bug#3645)
17631
17632 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
17633
17634 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
17635 (tramp-file-name-real-host, tramp-file-name-port):
17636 Apply `save-match-data'.
17637
17638 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
17639 case both directories are remote.
17640 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
17641 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
17642
17643 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
17644
17645 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
17646
17647 2009-10-07 Glenn Morris <rgm@gnu.org>
17648
17649 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
17650 of concat.
17651
17652 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
17653
17654 * files-x.el (read-file-local-variable): Include some
17655 non-user-variables in the completion table (bug#4664).
17656
17657 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
17658
17659 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
17660 message.
17661
17662 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17663 (tramp-smb-file-name-handler-alist): Add handler for
17664 `copy-directory', `expand-file-name', `set-file-modes'.
17665 (tramp-smb-handle-copy-directory)
17666 (tramp-smb-handle-expand-file-name)
17667 (tramp-smb-handle-set-file-modes): New defuns.
17668 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
17669 (tramp-smb-handle-file-attributes): Simplify check for retrieving
17670 entry.
17671 (tramp-smb-handle-insert-directory): Don't flush the cache.
17672 (tramp-smb-maybe-open-connection): Check for samba client and
17673 server versions.
17674
17675 2009-10-07 Eli Zaretskii <eliz@gnu.org>
17676
17677 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
17678 to not error out of search for "^lisp=" fails.
17679
17680 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
17681
17682 * makefile.w32-in (WINS_UPDATES): New macro.
17683 (custom-deps, finder-data, autoloads): Use it.
17684
17685 2009-10-07 Glenn Morris <rgm@gnu.org>
17686
17687 * Makefile.in (autoloads): Revert previous change.
17688 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
17689 the list of preloaded files passed on the command-line, get
17690 it from src/Makefile.
17691
17692 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
17693 show the original buffer rather than a random one.
17694
17695 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
17696
17697 * help.el (describe-no-warranty): Place point in a slightly better
17698 position in the GPLv3 text.
17699
17700 2009-10-06 Sam Steingold <sds@gnu.org>
17701
17702 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
17703 the comm attribute is present before calling regexp-quote.
17704
17705 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
17706
17707 * play/animate.el (animate-string): For good effect, make sure
17708 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
17709
17710 * play/animate.el (animate-sequence, animate-birthday-present):
17711 * misc.el (butterfly): Don't set `indent-tabs-mode'.
17712
17713 2009-10-06 Glenn Morris <rgm@gnu.org>
17714
17715 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
17716
17717 * emacs-lisp/autoload.el (autoload-excludes): New variable.
17718 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
17719 (batch-update-autoloads): Process a string value of autoload-excludes,
17720 set during the build process.
17721 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
17722
17723 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
17724 inside with-parsed... macro so that `v' is defined.
17725
17726 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
17727 * progmodes/fortran.el (fortran-end-of-block)
17728 (fortran-beginning-of-block):
17729 Also push mark in the macro case.
17730
17731 * emerge.el (emerge-show-file-name):
17732 * calc/calc.el (calc-quit):
17733 * calc/calc-misc.el (calc-big-or-small):
17734 * calc/calc-graph.el (calc-graph-view):
17735 * calc/calc-ext.el (calc-reset):
17736 * calendar/calendar.el (calendar-basic-setup):
17737 Use window-full-height-p.
17738
17739 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
17740 header we don't understand, don't insert another. (Bug#4624)
17741 If changing mime charset, insert the new one in the right place.
17742
17743 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
17744
17745 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
17746 (cal-tex-cursor-month): Correctly increment the end date for diary and
17747 holiday listing. (Bug#4626)
17748
17749 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
17750
17751 * help-fns.el (describe-function-1): Don't burp if the function is not
17752 a symbol.
17753
17754 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
17755
17756 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
17757 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
17758 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
17759 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
17760
17761 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
17762 (eieio-default-superclass): Reflow docstrings.
17763 (this, class-option-assoc, defclass, eieio-class-un-autoload)
17764 (eieio-unbind-method-implementations, defmethod)
17765 (eieio-validate-slot-value, eieio-validate-class-slot-value)
17766 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
17767 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
17768 (eieio-slot-originating-class-p, eieio-slot-name-index)
17769 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
17770 (constructor, initialize-instance, no-next-method, object-print)
17771 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
17772 Fix typos in docstrings.
17773 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
17774 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
17775 (next-method-p): Doc fixes.
17776 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
17777 Fix typos in error messages.
17778 (eieio-defmethod): Fix typo in description of generic method.
17779
17780 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
17781 (eieio-persistent-save-interactive, slot-missing):
17782 Fix typos in docstrings.
17783 (eieio-instance-inheritor-slot-boundp): Doc fix.
17784
17785 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
17786 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
17787
17788 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
17789 (eieio-custom-object-apply-reset):
17790 Fix typos in docstrings and error messages.
17791
17792 * emacs-lisp/eieio-datadebug.el (data-debug-show):
17793 Fix typo in docstring.
17794
17795 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
17796 (eieio-browse-tree): Doc fix.
17797 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
17798 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
17799 Fix typos in docstrings.
17800
17801 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
17802 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
17803 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
17804 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
17805 Reflow docstrings.
17806
17807 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
17808
17809 * vc-hg.el (log-view-vc-backend): Declare for compiler.
17810 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
17811 Set log-view-vc-backend so that diff can work.
17812
17813 * log-view.el (log-view-diff): Use vc-diff-internal instead of
17814 vc-version-diff.
17815 (vc-diff-internal): Autoload this instead of vc-version-diff.
17816
17817 2009-10-05 Eli Zaretskii <eliz@gnu.org>
17818
17819 * simple.el (eval-expression): Doc fix.
17820
17821 * progmodes/cwarn.el (cwarn-mode): Doc fix.
17822
17823 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
17824
17825 * files.el (directory-files-no-dot-files-regexp): New defconst.
17826 (delete-directory): Use it.
17827 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
17828
17829 * net/tramp.el (tramp-verbose): Fix docstring.
17830 (tramp-methods): Add recursive option to `tramp-copy-args'.
17831 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
17832 "scp1_old", "scp2_old", "rsync", "rsyncc".
17833 (tramp-default-method): Check also for `auth-source-user-or-password'.
17834 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
17835 Add handler for `copy-directory'.
17836 (tramp-handle-copy-directory): New defun.
17837 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
17838 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
17839 Optimize sent command.
17840
17841 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
17842
17843 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
17844 window if necessary.
17845
17846 * calendar/calendar.el (calendar-basic-setup): Don't call
17847 switch-to-buffer in a dedicated window.
17848
17849 2009-10-05 Karl Fogel <kfogel@red-bean.com>
17850
17851 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
17852 don't do anything related to relocating, just return nil.
17853 (bookmark-error-no-filename): New error.
17854 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
17855 bookmark has no file. Don't even attempt to handle things that
17856 are not files; the whole point of custom handlers is to keep that
17857 knowledge elsewhere anyway. Tighten some comments.
17858 (bookmark-file-or-variation-thereof): Remove now-unused function.
17859 (bookmark-location): Doc string fix.
17860 (Bug#4250)
17861
17862 2009-10-04 Karl Fogel <kfogel@red-bean.com>
17863
17864 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
17865 don't use a file dialog, because they usually don't know how to read
17866 a directory target from the user. (Bug#4230)
17867 Also, make sure the prompt can display directories as well as files.
17868
17869 2009-10-04 Karl Fogel <kfogel@red-bean.com>
17870
17871 * bookmark.el (bookmark-set, bookmark-buffer-name):
17872 Improve doc strings. (Bug#1193)
17873
17874 2009-10-04 Karl Fogel <kfogel@red-bean.com>
17875
17876 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
17877 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
17878 (bookmark-get-annotation, bookmark-set-annotation)
17879 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
17880 (bookmark-set-position, bookmark-get-front-context-string)
17881 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
17882 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
17883 (bookmark-jump-other-window, bookmark-handle-bookmark)
17884 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
17885 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
17886 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
17887 Improve doc strings to say whether bookmark can be a string or
17888 a record or both, and make other consistency and clarity fixes.
17889 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
17890 (bookmark-default-annotation-text, bookmark-yank-word)
17891 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
17892 (bookmark-import-new-list, bookmark-maybe-rename)
17893 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
17894 (bookmark-bmenu-bookmark): Give these doc strings.
17895 (bookmark-bmenu-check-position): Give this a doc string, but also
17896 add a FIXME comment about how the function may be pointless.
17897 (bookmark-default-handler): Rework doc string and change a
17898 parameter name, to clarify that this takes a bookmark record
17899 not a bookmark name.
17900 (bookmark-set): Change a parameter name to indicate its meaning,
17901 and improve the doc string a bit.
17902 (Bug#4188)
17903
17904 2009-10-04 Karl Fogel <kfogel@red-bean.com>
17905
17906 * bookmark.el (bookmark-alist): Document the new `handler' element
17907 in the param alist.
17908 (bookmark-make-record-function): Adjust documentation for above.
17909 (Bug#4193)
17910
17911 2009-10-04 Karl Fogel <kfogel@red-bean.com>
17912
17913 * info.el (Info-bookmark-make-record): Document this function.
17914 (Info-bookmark-jump): Document with a doc string, not just a comment.
17915 (Bug#4203)
17916
17917 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
17918
17919 * files.el (copy-directory): New defun.
17920
17921 * dired-aux.el (dired-copy-file-recursive): Use it.
17922
17923 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
17924
17925 * files-x.el (modify-dir-local-variable)
17926 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
17927 docstrings.
17928
17929 * recentf.el (recentf-unload-function): New function.
17930
17931 2009-10-04 Glenn Morris <rgm@gnu.org>
17932
17933 * window.el (window-full-height-p): Add doc string.
17934
17935 2009-10-04 Martin Rudalics <rudalics@gmx.at>
17936
17937 * window.el (window-full-height-p): New function. (Bug#4543)
17938
17939 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
17940
17941 * vc.el: Remove commented out code.
17942 (vc-derived-from-dir-mode): Remove, unused.
17943 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
17944
17945 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
17946
17947 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
17948 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
17949 there could be recursive loading when `default-directory' is a
17950 remote file name. (Bug#4614)
17951
17952 2009-10-03 Glenn Morris <rgm@gnu.org>
17953
17954 * calendar/calendar.el (calendar-basic-setup): Handle the case where
17955 the frame is wide.
17956 (calendar-generate-window): Test for shrinkability rather than width.
17957
17958 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
17959 reusing existing buffers, in case we happen to visit two files with the
17960 same basename. (Bug#4593)
17961
17962 2009-10-02 Eli Zaretskii <eliz@gnu.org>
17963
17964 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
17965 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
17966 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
17967 subdirs of cedet as well.
17968 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
17969
17970 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
17971
17972 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
17973 Obey advertised-signature-table.
17974
17975 * help-fns.el (help-function-arglist): Don't check
17976 advertised-signature-table.
17977 (describe-function-1): Do it here instead so it also applies to subrs.
17978
17979 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
17980
17981 * simple.el (start-file-process): Say in the doc-string, that file
17982 handlers might not support pty association, if PROGRAM is nil.
17983
17984 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
17985 HOST and USER are strings. They are nil, when there are
17986 incomplete entries in ~/.netrc, for example.
17987 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
17988 root directory ("device busy" error otherwise).
17989
17990 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
17991 Flush file properties of created directory.
17992
17993 2009-10-02 Eli Zaretskii <eliz@gnu.org>
17994
17995 * makefile.w32-in (WINS_BASIC): Remove cedet.
17996 (WINS_CEDET): Add cedet.
17997 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
17998
17999 2009-10-02 Kevin Ryde <user42@zip.com.au>
18000
18001 * net/browse-url.el (browse-url): Pass any symbol in
18002 browse-url-browser-function to `apply', since if you've mistakenly put
18003 an unbound symbol then the error is clearer. (Bug#4531)
18004
18005 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
18006
18007 * allout.el (allout-init, allout-back-to-current-heading)
18008 (allout-beginning-of-current-entry, allout-ascend-to-depth)
18009 (allout-ascend, allout-up-current-level, allout-end-of-level)
18010 (allout-previous-visible-heading, allout-forward-current-level)
18011 (allout-backward-current-level, allout-show-children):
18012 * apropos.el (apropos-describe-plist):
18013 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
18014 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
18015 * completion.el (add-completion, add-permanent-completion):
18016 * descr-text.el (describe-text-category, describe-char):
18017 * desktop.el (desktop-lazy-abort):
18018 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
18019 * dired.el (dired-build-subdir-alist):
18020 * ediff.el (ediff-version):
18021 * elide-head.el (elide-head, elide-head-show):
18022 * emerge.el (emerge-version):
18023 * env.el (getenv):
18024 * face-remap.el (variable-pitch-mode):
18025 * faces.el (describe-face):
18026 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
18027 (dired-at-point):
18028 * files.el (find-file-existing, auto-save-mode):
18029 * font-lock.el (font-lock-fontify-buffer):
18030 * help-fns.el (describe-function, describe-variable)
18031 (describe-syntax, describe-categories):
18032 * help.el (view-lossage, describe-bindings, describe-key)
18033 (describe-mode):
18034 * hexl.el (hexl-current-address):
18035 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
18036 * info.el (Info-goto-emacs-key-command-node):
18037 * log-edit.el (log-edit-insert-cvs-template)
18038 (log-edit-insert-cvs-rcstemplate):
18039 * menu-bar.el (menu-bar-mode):
18040 * mouse.el (mouse-appearance-menu):
18041 * newcomment.el (comment-indent-new-line):
18042 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
18043 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
18044 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
18045 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
18046 * recentf.el (recentf-mode):
18047 * savehist.el (savehist-mode, savehist-save):
18048 * shadowfile.el (shadow-copy-files):
18049 * simple.el (kill-ring-save, next-line, previous-line)
18050 (normal-erase-is-backspace-mode):
18051 * strokes.el (strokes-update-window-configuration)
18052 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
18053 (strokes-xpm-for-stroke):
18054 * time.el (emacs-uptime, emacs-init-time):
18055 * tutorial.el (tutorial--describe-nonstandard-key)
18056 (tutorial--detailed-help):
18057 * type-break.el (type-break-mode)
18058 (type-break-mode-line-message-mode, type-break-query-mode)
18059 (type-break-guesstimate-keystroke-threshold):
18060 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
18061 * version.el (emacs-version):
18062 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
18063 * winner.el (winner-mode):
18064 * calendar/timeclock.el (timeclock-in, timeclock-out)
18065 (timeclock-status-string, timeclock-change)
18066 (timeclock-workday-remaining-string)
18067 (timeclock-workday-elapsed-string)
18068 (timeclock-when-to-leave-string):
18069 * calendar/todo-mode.el (todo-add-category):
18070 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
18071 * emacs-lisp/autoload.el (update-file-autoloads):
18072 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
18073 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
18074 (checkdoc-message-text, checkdoc-defun):
18075 * emacs-lisp/debug.el (debugger-list-functions):
18076 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18077 * emacs-lisp/eieio-opt.el (eieio-describe-class)
18078 (eieio-describe-generic):
18079 * emacs-lisp/lisp-mnt.el (lm-synopsis):
18080 * emacs-lisp/shadow.el (list-load-path-shadows):
18081 * emulation/cua-base.el (cua-mode):
18082 * emulation/edt.el (edt-set-scroll-margins):
18083 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
18084 (tpu-toggle-regexp, tpu-toggle-search-direction)
18085 (tpu-toggle-rectangle, tpu-toggle-control-keys):
18086 * emulation/tpu-extras.el (tpu-set-scroll-margins):
18087 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
18088 (viper-set-parsing-style-toggling-macro)
18089 (viper-set-emacs-state-searchstyle-macros):
18090 * emulation/viper.el (viper-set-hooks):
18091 * eshell/esh-mode.el (eshell-truncate-buffer):
18092 * international/mule-cmds.el (prefer-coding-system)
18093 (describe-input-method, describe-language-environment):
18094 * international/mule-diag.el (list-character-sets)
18095 (describe-character-set, describe-coding-system)
18096 (describe-fontset, list-fontsets, list-input-methods):
18097 * mail/sendmail.el (mail-signature):
18098 * net/ange-ftp.el (ange-ftp-copy-file):
18099 * net/browse-url.el (browse-url):
18100 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
18101 * net/quickurl.el (quickurl-add-url):
18102 * net/rcirc.el (names, topic):
18103 * net/xesam.el (xesam-mode):
18104 * play/5x5.el (5x5-new-game):
18105 * play/yow.el (apropos-zippy):
18106 * progmodes/ada-mode.el (ada-mode-version):
18107 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
18108 (f90-end-of-block)
18109 (f90-beginning-of-block):
18110 * progmodes/fortran.el (fortran-end-of-block)
18111 (fortran-beginning-of-block):
18112 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
18113 * progmodes/python.el (python-describe-symbol, python-shell):
18114 * term/ns-win.el (ns-print-buffer):
18115 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
18116 * textmodes/flyspell.el (flyspell-mode-on):
18117 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
18118 (pages-directory-for-addresses):
18119 * textmodes/table.el (table-recognize-cell)
18120 (table-query-dimension, table-generate-source)
18121 (table-insert-sequence, table--warn-incompatibility):
18122 * textmodes/tex-mode.el (tex-validate-buffer):
18123 * textmodes/texinfmt.el (texinfmt-version)
18124 (texinfo-format-buffer):
18125 Use `called-interactively-p' instead of `interactive-p'.
18126
18127 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
18128
18129 * image-mode.el (image-toggle-display):
18130 * emacs-lisp/elp.el (elp-instrument-function):
18131 * emacs-lisp/advice.el (ad-make-advised-definition):
18132 * emacs-lisp/easy-mmode.el (define-minor-mode):
18133 * net/browse-url.el (browse-url-maybe-new-window):
18134 * progmodes/sh-script.el (sh-learn-buffer-indent):
18135 Pass new argument 'any to `called-interactively-p'.
18136
18137 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
18138
18139 * international/uni-bidi.el:
18140 * international/uni-category.el:
18141 * international/uni-combining.el:
18142 * international/uni-comment.el:
18143 * international/uni-decimal.el:
18144 * international/uni-decomposition.el:
18145 * international/uni-digit.el:
18146 * international/uni-lowercase.el:
18147 * international/uni-mirrored.el:
18148 * international/uni-name.el:
18149 * international/uni-numeric.el:
18150 * international/uni-old-name.el:
18151 * international/uni-titlecase.el:
18152 * international/uni-uppercase.el:
18153 Regenerate from Unicode 5.2.0 data.
18154
18155 2009-10-01 Glenn Morris <rgm@gnu.org>
18156
18157 * Makefile.in (ELCFILES): Regenerate.
18158
18159 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18160
18161 * subr.el (interactive-p): Mark obsolete.
18162 (called-interactively-p): Make the optional-ness of `kind' obsolete.
18163 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
18164 advertised-signature-table for subroutines as well.
18165
18166 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
18167 (set-advertised-calling-convention): New function.
18168 (make-obsolete, define-obsolete-function-alias)
18169 (make-obsolete-variable, define-obsolete-variable-alias):
18170 Make the optional-ness of `when' obsolete.
18171 (define-obsolete-face-alias): Make `when' non-optional.
18172 * help-fns.el (help-function-arglist):
18173 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
18174 Use advertised-signature-table.
18175
18176 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
18177
18178 * files.el (delete-directory): New defun. The original function
18179 in fileio.c has been renamed to `delete-directory-internal'.
18180
18181 * dired.el (dired-delete-file): Call `delete-directory' with
18182 RECURSIVE parameter.
18183
18184 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
18185 parameter RECURSIVE. Implementation is missing.
18186
18187 * net/tramp.el (tramp-handle-make-directory): Flush upper
18188 directory's file properties.
18189 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
18190 (tramp-handle-dired-recursive-delete-directory): Flush directory
18191 properties after the remove command only.
18192
18193 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
18194 Handle optional parameter RECURSIVE.
18195
18196 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
18197 Handle optional parameter RECURSIVE.
18198
18199 * net/tramp-smb.el (tramp-smb-errors): Add error message for
18200 connection timeout.
18201 (tramp-smb-handle-delete-directory): Handle optional parameter
18202 RECURSIVE.
18203
18204 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18205
18206 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
18207 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
18208 (byte-compile-defmacro): Use backquotes.
18209
18210 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
18211
18212 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
18213 has no associated file.
18214 (vc-resynch-buffer): Use vc-dir-buffers.
18215
18216 2009-10-01 Glenn Morris <rgm@gnu.org>
18217
18218 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
18219 (chart-file-count):
18220 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
18221 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
18222 * emacs-lisp/eieio-opt.el (eieio-describe-class):
18223 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
18224 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
18225 (eieio-copy-parents-into-subclass, make-instance, class-children)
18226 (eieio-generic-form):
18227
18228 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
18229 match-data. (Bug#4555).
18230
18231 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
18232 rather than parsing it as a regexp. This relaxes the layout
18233 requirements and makes errors easier to detect.
18234 (check-declare-verify): Check file is regular.
18235 (check-declare-directory): Doc fix.
18236 * subr.el (declare-function): Doc fix.
18237
18238 * ibuffer.el (ibuffer-format-qualifier):
18239 * isearch.el (hi-lock-regexp-okay):
18240 * calc/calc.el (math-zerop):
18241 * mail/uce.el (rmail-msgbeg, rmail-msgend):
18242 * term/w32-win.el (setup-default-fontset, set-fontset-font):
18243 Remove unused declarations.
18244
18245 2009-09-30 Eric Ludlam <zappo@gnu.org>
18246
18247 * emacs-lisp/eieio.el (boolean-p): Delete.
18248
18249 2009-09-30 Glenn Morris <rgm@gnu.org>
18250
18251 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
18252
18253 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
18254 filename is not a string.
18255
18256 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
18257
18258 * files.el (safe-local-eval-forms): Fix typo.
18259
18260 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
18261
18262 * vc-hooks.el (vc-dir-buffers): New var.
18263 (vc-state-refresh): New function.
18264 (vc-state): Use it.
18265 (vc-after-save): Always ask the backend to recompute the new state.
18266 Always call vc-dir if necessary, using vc-dir-buffers.
18267 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
18268 Use vc-dir-buffers.
18269 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
18270 (vc-dir-prepare-status-buffer, vc-dir-update)
18271 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
18272 Don't call expand-file-name on default-directory.
18273
18274 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
18275
18276 * speedbar.el (speedbar-item-delete):
18277 * calc/calc-prog.el (calc-kbd-if):
18278 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
18279
18280 * epa.el (epa-key-list-mode-map):
18281 * hi-lock.el (hi-lock-menu): Fix typos in menus.
18282
18283 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
18284 (hs-show-hook): Fix typo in docstring.
18285
18286 2009-09-29 Glenn Morris <rgm@gnu.org>
18287
18288 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
18289 file-name-nondirectory call preventing location of cedet files.
18290 (check-declare-verify): Use literal search rather than re-search.
18291 Add basic defmethod and defclass, and define-overloadable-function.
18292
18293 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18294 Use tramp-compat-file-attributes rather than nonexistent
18295 tramp-compat-handle-file-attributes.
18296
18297 * Makefile.in (lisptagsfiles4): New.
18298 (AUTOGENEL): Add cedet loaddefs files.
18299 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
18300 (update-elclist, compile-always, backup-compiled-files)
18301 (bootstrap-clean): Add yet another directory level.
18302 (update-elclist): Use LC_COLLATE rather than COLLATE.
18303 (ELCFILES): Update, via `make update-elclist'.
18304
18305 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
18306
18307 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
18308 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
18309 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
18310
18311 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
18312
18313 * Makefile.in (lisptagsfiles3): Define.
18314 (TAGS, TAGS-LISP): Use it.
18315 (update-elclist): Add third directory level to look for elc files.
18316 (compile-always): Likewise.
18317 (backup-compiled-files): Likewise.
18318 (bootstrap-clean): Likewise.
18319 (ELCFILES): Update.
18320
18321 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
18322
18323 * Makefile.in (ELCFILES): Add CEDET files.
18324
18325 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
18326
18327 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
18328
18329 * net/tramp.el (top): Require tramp-imap.
18330
18331 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18332 Use `tramp-compat-handle-file-attributes'.
18333
18334 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
18335
18336 * net/tramp-imap.el: New package.
18337
18338 2009-09-28 Eric Ludlam <zappo@gnu.org>
18339
18340 * emacs-lisp/chart.el:
18341 * emacs-lisp/eieio-base.el:
18342 * emacs-lisp/eieio-comp.el:
18343 * emacs-lisp/eieio-custom.el:
18344 * emacs-lisp/eieio-datadebug.el:
18345 * emacs-lisp/eieio-opt.el:
18346 * emacs-lisp/eieio-speedbar.el:
18347 * emacs-lisp/eieio.el: New files.
18348
18349 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18350
18351 * whitespace.el (whitespace-trailing-regexp)
18352 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
18353 Fix doc string.
18354
18355 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
18356
18357 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
18358 menu.
18359
18360 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
18361 menu-bar-ediff-menu.
18362
18363 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
18364 define-overloadable-function.
18365
18366 * progmodes/autoconf.el: Provide autoconf as well, so that this
18367 file can be `require'd.
18368
18369 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
18370
18371 * emacs-lisp/autoload.el (generated-autoload-feature)
18372 (generated-autoload-load-name): New vars.
18373 (autoload-rubric, autoload-generate-file-autoloads): Use them.
18374 (make-autoload): Recognize define-overloadable-function and
18375 defclass forms (for EIEIO).
18376
18377 * Makefile.in (update-subdirs): Exclude cedet directory.
18378
18379 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
18380
18381 * term/ns-win.el: Don't set the region face background. (Bug#4381)
18382
18383 * faces.el: Default light-background background for region face to
18384 ns_selection_color under NS.
18385
18386 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
18387
18388 * net/imap-hash.el: New library, see NEWS.
18389
18390 * Makefile.in (ELCFILES): Add imap-hash.el.
18391
18392 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
18393
18394 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
18395 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
18396 * help-macro.el (make-help-screen): Avoid using an ambiguous function
18397 definition where the docstring could be taken for the return value.
18398
18399 2009-09-26 Glenn Morris <rgm@gnu.org>
18400
18401 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
18402 Add option to only show images below a certain size.
18403 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
18404 save-excursion calls.
18405
18406 2009-09-26 Eli Zaretskii <eliz@gnu.org>
18407
18408 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
18409 subdirectories) and eieio.
18410
18411 2009-09-26 Alan Mackenzie <acm@muc.de>
18412
18413 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18414 Correct buggy bracketing. (Bug#4289)
18415
18416 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
18417 character constants (as case labels). (Bug#4289)
18418
18419 2009-09-25 Juri Linkov <juri@jurta.org>
18420
18421 * files.el (safe-local-eval-forms): Allow time-stamp in
18422 before-save-hook (Bug#4554).
18423
18424 2009-09-25 Drew Adams <drew.adams@oracle.com>
18425
18426 * menu-bar.el (list-buffers-directory): Doc fix.
18427
18428 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
18429
18430 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
18431 Try and avoid copying twice the same paragraph.
18432 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
18433 Remove save-excursion.
18434 (log-edit-changelog-entry): Do it here instead.
18435
18436 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
18437
18438 * bs.el (bs--get-file-name): Use `list-buffers-directory'
18439 when available, instead of hardcoding mode names. Doc fix.
18440
18441 * menu-bar.el (list-buffers-directory): Add docstring.
18442 Make automatically buffer-local.
18443
18444 * dired.el (dired-mode):
18445 * files.el (cd-absolute):
18446 * pcvs.el (cvs-temp-buffer):
18447 * pcvs-util.el (cvs-get-buffer-create):
18448 * shell.el (shell-mode):
18449 * vc-dir.el (vc-dir-mode):
18450 Don't make `list-buffers-directory' buffer local.
18451
18452 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
18453
18454 * comint.el (comint-exec, comint-run, make-comint):
18455 Doc fixes (Bug#4542).
18456
18457 2009-09-25 Glenn Morris <rgm@gnu.org>
18458
18459 * mail/rmailmm.el (rmail-mime): New custom group.
18460 Move all defcustoms in this file into this group.
18461 (rmail-mime-media-type-handlers-alist): Revert previous change.
18462 (rmail-mime-show-images): New option.
18463 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
18464 references to it, since it wasn't actually used for anything.
18465 (rmail-mime-insert-image): New function.
18466 (rmail-mime-image): Use rmail-mime-insert-image.
18467 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
18468 obey the value of `rmail-mime-show-images' option. Print the size of
18469 attachments.
18470
18471 2009-09-25 David Engster <deng@randomsample.de>
18472
18473 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
18474
18475 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18476
18477 * whitespace.el: Does not highlight trailing spaces While point is
18478 at end of line. Does not highligt spaces at beginning of buffer
18479 while point is at beginning of buffer. Does not highlight spaces
18480 at end of buffer while point is at end of buffer. (Bug#4177)
18481 New version 12.0.
18482 (whitespace-display-mappings): Adjust initialization.
18483 (whitespace-point, whitespace-font-lock-refontify): New vars.
18484 (whitespace-color-on, whitespace-color-off): Adjust code.
18485 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
18486 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
18487 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
18488
18489 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
18490
18491 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
18492
18493 * textmodes/sgml-mode.el: Remove xml-mode alias.
18494
18495 * files.el (auto-mode-alist, conf-mode-maybe)
18496 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
18497
18498 2009-09-24 Alan Mackenzie <acm@muc.de>
18499
18500 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
18501 c-forward-conditionals, but it doesn't move point and doesn't set
18502 the mark.
18503 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
18504 (c-down-conditional-with-else, c-backward-conditional)
18505 (c-forward-conditional): Refactor to use c-scan-conditionals.
18506
18507 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
18508
18509 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
18510 (help-default-arg-highlight): Remove.
18511 (help-highlight-arg): New function.
18512 (help-do-arg-highlight): Use it.
18513 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
18514
18515 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18516
18517 * term.el (term-set-scroll-region, term-handle-ansi-escape):
18518 Undo last change, which didn't fix the problem and introduced others.
18519
18520 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
18521
18522 * progmodes/gdb-mi.el: Don't require speedbar.
18523 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
18524
18525 2009-09-24 Glenn Morris <rgm@gnu.org>
18526
18527 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
18528
18529 * term/ns-win.el (ns-reg-to-script): Define for compiler.
18530
18531 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
18532 there is no newline after the final mime boundary. (Bug#4539)
18533 Move markers on insertion so that any buttons inserted don't end up in
18534 the next part of a multipart message.
18535 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
18536 (rmail-mime-bulk-handler): Optionally handle images.
18537 (rmail-mime-image): New button action.
18538 (rmail-mime-image-handler): New function.
18539 (rmail-mime-mode): New mode.
18540 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
18541
18542 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18543
18544 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
18545 than just dropping elements from it (bug#4504).
18546
18547 * term.el (term-set-scroll-region): Don't move cursor any more.
18548 (term-handle-ansi-escape): Call term-goto here instead.
18549 Suggested by Ivan Kanis <apple@kanis.eu>.
18550
18551 * term.el: Require CL.
18552 (term-ansi-reset): New function.
18553 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
18554 (term-handle-colors-array): Simplify.
18555
18556 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
18557
18558 * allout.el (allout-overlay-interior-modification-handler)
18559 (allout-obtain-passphrase):
18560 * epa-file.el (epa-file-write-region):
18561 * ps-print.el (ps-begin-job):
18562 * vc-hooks.el (vc-toggle-read-only):
18563 * vc-rcs.el (vc-rcs-rollback):
18564 * vc-sccs.el (vc-sccs-rollback):
18565 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
18566 (vc-version-diff, vc-revert, vc-rollback):
18567 * wdired.el (wdired-check-kill-buffer):
18568 * emacs-lisp/authors.el (authors):
18569 * net/socks.el (socks-open-connection):
18570 * net/zeroconf.el (zeroconf-service-add-hook):
18571 * obsolete/vc-mcvs.el (vc-mcvs-register):
18572 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
18573 (gdb-select-frame):
18574 * progmodes/grep.el (lgrep, rgrep):
18575 * progmodes/idlw-help.el (idlwave-help-check-locations)
18576 (idlwave-help-html-link, idlwave-help-assistant-open-link):
18577 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
18578 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
18579 (reftex-toc-rename-label): Fix typos in error messages.
18580
18581 * dired-aux.el (dired-do-shell-command): Reflow docstring.
18582 (dired-copy-how-to-fn): Doc fix.
18583 (dired-files-attributes, dired-read-shell-command):
18584 Fix typos in docstrings.
18585
18586 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
18587 (dired-x-find-file-other-window): Reflow docstrings.
18588 (dired-omit-marker-char, dired-read-shell-command)
18589 (dired-x-submit-report): Fix typos in docstrings.
18590
18591 * shell.el (shell-mode-hook):
18592 * view.el (View-scroll-line-forward):
18593 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
18594 Fix typos in docstrings.
18595
18596 * net/dig.el (dig-invoke): Fix typo in docstring.
18597 (query-dig): Reflow docstring.
18598
18599 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
18600 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
18601 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
18602 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
18603 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
18604 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
18605 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
18606 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
18607 (idlwave-completion-map, idlwave-current-indent)
18608 (idlwave-custom-ampersand-surround, idlwave-customize)
18609 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
18610 (idlwave-define-abbrev, idlwave-determine-class-special)
18611 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
18612 (idlwave-end-block-reg, idlwave-end-of-statement)
18613 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
18614 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
18615 (idlwave-explicit-class-listed, idlwave-file-header)
18616 (idlwave-fill-paragraph, idlwave-find-class-definition)
18617 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
18618 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
18619 (idlwave-in-quote, idlwave-indent-action-table)
18620 (idlwave-indent-expand-table, idlwave-indent-line)
18621 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
18622 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
18623 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
18624 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
18625 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
18626 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
18627 (idlwave-outlawed-buffers, idlwave-popup-select)
18628 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
18629 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
18630 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
18631 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
18632 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
18633 (idlwave-statement-type, idlwave-struct-skip)
18634 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
18635 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
18636 (idlwave-what-module-find-class): Fix typos in docstrings.
18637 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
18638 (idlwave-calculate-cont-indent, idlwave-expand-equal)
18639 (idlwave-find-module, idlwave-find-structure-definition)
18640 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
18641 (idlwave-list-load-path-shadows, idlwave-next-statement)
18642 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
18643 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
18644 (idlwave-template): Reflow docstrings.
18645
18646 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
18647 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
18648 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
18649 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
18650 (idlwave-shell-display-line, idlwave-shell-display-wframe)
18651 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
18652 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
18653 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
18654 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
18655 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
18656 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
18657 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
18658 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
18659 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
18660 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
18661 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
18662 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
18663 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
18664 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
18665 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
18666 Fix typos in docstrings.
18667 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
18668 (idlwave-shell-hide-output, idlwave-shell-mode)
18669 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
18670 Reflow docstrings.
18671
18672 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
18673
18674 2009-09-24 Ivan Kanis <apple@kanis.eu>
18675
18676 * term.el (term-bold-attribute): New var.
18677 (term-handle-colors-array): Use it.
18678
18679 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
18680
18681 * progmodes/gdb-mi.el (gdb-version): New variable.
18682 (gdb-non-stop-handler): Set gdb-version.
18683 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
18684 Condition "--thread" option on gdb-version.
18685 (gdb-invalidate-threads): Remove unused argument.
18686
18687 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18688
18689 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
18690 to looking-back to avoid ridiculous slow down in large files (bug#4511).
18691
18692 2009-09-23 Glenn Morris <rgm@gnu.org>
18693
18694 * mail/rmail.el (rmail-reply): Don't try to add a References header when
18695 replying to mail without References or Message-Id. (Bug#4525)
18696
18697 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
18698
18699 * term/ns-win.el (ns-reg-to-script): New variable.
18700
18701 2009-09-23 Daiki Ueno <ueno@unixuser.org>
18702
18703 * epg.el (epg-wait-for-status): Preserve existing 'error results.
18704
18705 2009-09-22 Sam Steingold <sds@gnu.org>
18706
18707 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
18708 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
18709 to 1 because hg returns status 1 when nothing is found.
18710 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
18711
18712 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
18713
18714 * textmodes/fill.el: Convert to utf-8 encoding.
18715 (fill-french-nobreak-p): Remove redundant » and « inherited from our
18716 pre-Unicode days.
18717
18718 * add-log.el (change-log-fill-forward-paragraph): New function.
18719 (change-log-mode): Use it so fill-region DTRT.
18720 Set fill-indent-according-to-mode here rather than in
18721 change-log-fill-paragraph.
18722 (change-log-fill-paragraph): Remove.
18723
18724 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
18725
18726 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
18727 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
18728
18729 2009-09-22 Glenn Morris <rgm@gnu.org>
18730
18731 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
18732 the scroll-bar scroll the calendar window rather than the buffer.
18733
18734 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
18735 commands that move point (as opposed to scrolling).
18736
18737 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
18738
18739 * emacs-lisp/elint.el (elint): New custom group.
18740 (elint-log-buffer): Make it a defcustom.
18741 (elint-scan-preloaded, elint-ignored-warnings)
18742 (elint-directory-skip-re): New options.
18743 (elint-builtin-variables): Doc fix.
18744 (elint-preloaded-env): New variable.
18745 (elint-unknown-builtin-args): Add an entry for encode-time.
18746 (elint-extra-errors): Make it a variable rather than a constant.
18747 (elint-preloaded-skip-re): New constant.
18748 (elint-directory): Skip files matching elint-directory-skip-re.
18749 (elint-features): New variable, local to linted buffers.
18750 (elint-update-env): Initialize elint-features. Possibly add
18751 elint-preloaded-env to the buffer's environment.
18752 (elint-get-top-forms): Bind elint-current-pos, for log messages.
18753 Skip quoted forms.
18754 (elint-init-form): New function, extracted from elint-init-env.
18755 Make non-list forms a warning rather than an error.
18756 Add the mode-map for define-derived-mode. Handle define-minor-mode,
18757 easy-menu-define, put that adds an error-condition, and provide.
18758 When requiring cl, also require cl-macs. Really require cl, to handle
18759 some cl macros. Store required libraries in the list elint-features,
18760 so as not to re-load them. Treat cc-require like require.
18761 (elint-init-env): Call elint-init-form to do the work.
18762 Handle eval-and-compile and such like.
18763 (elint-add-required-env): Do not clear messages.
18764 (elint-special-forms): Add handlers for function, defalias, if, when,
18765 unless, and, or.
18766 (elint-form): Add optional argument to ignore elint-special-forms,
18767 useful to prevent recursive calls from handlers. Doc fix.
18768 Respect elint-ignored-warnings.
18769 (elint-form): Respect elint-ignored-warnings.
18770 (elint-bound-variable, elint-bound-function): New variables.
18771 (elint-unbound-variable): Respect elint-bound-variable.
18772 (elint-get-args): Respect elint-bound-function.
18773 (elint-check-cond-form): Add some simple handling for (f)boundp and
18774 featurep tests.
18775 (elint-check-defalias-form): New handler.
18776 (elint-check-let-form): Make an empty let a warning rather than an
18777 error.
18778 (elint-check-setq-form): Make an empty setq a warning rather than an
18779 error. Respect elint-ignored-warnings.
18780 (elint-check-defvar-form): Accept null doc-strings.
18781 (elint-check-conditional-form): New handler. Does some simple-minded
18782 checking of featurep and (f)boundp tests.
18783 (elint-put-function-args): New function.
18784 (elint-initialize): Use elint-scan-doc-file rather than
18785 elint-find-builtin-variables. Use elint-put-function-args.
18786 Possibly scan preloaded-file-list.
18787 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
18788 extend to handle functions as well.
18789
18790 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
18791
18792 * linum.el (linum-delete-overlays, linum-update-window):
18793 Do not modify the right margin. (Bug#3971)
18794
18795 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
18796
18797 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
18798 Use nxml-mode instead of xml-mode.
18799
18800 2009-09-21 Kevin Ryde <user42@zip.com.au>
18801
18802 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
18803
18804 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
18805
18806 * net/dig.el (dig-mode): Use define-derived-mode.
18807
18808 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
18809
18810 * vc-dispatcher.el (vc-do-command): Return the process object in
18811 the asynchronous case. Use when instead of if. Do not run
18812 vc-exec-after to display a message if not enabled. (Bug#4463)
18813
18814 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
18815 properties to the stash strings.
18816 (vc-git-stash-list): Return a list of strings.
18817 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
18818 (vc-git-stash-show-at-point): New functions.
18819 (vc-git-stash-map): New keymap.
18820
18821 * register.el (ctl-x-r-map): Define the keys here instead of
18822 using autoload.
18823
18824 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
18825
18826 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
18827 list, to workaround performance problem (bug#4485).
18828
18829 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
18830
18831 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
18832
18833 2009-09-20 Daiki Ueno <ueno@unixuser.org>
18834
18835 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
18836 Document that this option is not recommended to use.
18837
18838 2009-09-19 Glenn Morris <rgm@gnu.org>
18839
18840 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
18841 variable `var'.
18842
18843 * calc/calc-alg.el (var):
18844 * calc/calcalg2.el (var): Define for compiler.
18845
18846 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
18847
18848 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
18849 Doc fix (Bug#3932).
18850
18851 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
18852
18853 * time-stamp.el (time-stamp-month-dd-yyyy)
18854 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
18855 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
18856 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
18857 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
18858 Remove functions that have been obsolete since 1995 (Bug#4436).
18859
18860 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
18861 indent buffer only if called interactively (Bug#4452).
18862
18863 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
18864 Eli Zaretskii <eliz@gnu.org>
18865
18866 This fixes bug#4197 (merged to bug#865, though not identical).
18867 * server.el (server-auth-dir): Add docstring note about FAT32.
18868 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
18869 but warn against using them.
18870
18871 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
18872
18873 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
18874 older GDB where there is no has_more field.
18875
18876 2009-09-19 Glenn Morris <rgm@gnu.org>
18877
18878 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
18879
18880 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
18881
18882 * files.el (auto-mode-alist): Change default for XML files to nXML
18883 mode (Bug#4169).
18884
18885 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
18886
18887 * server.el (server-ensure-safe-dir): Pass 'integer
18888 to `file-attributes', as suggested.
18889
18890 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
18891
18892 * dired-aux.el (dired-query-alist): Remove spurious backslash.
18893 (dired-query): Use read-key.
18894
18895 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
18896
18897 * cus-start.el (ns-use-qd-smoothing): Remove.
18898
18899 2009-09-18 Glenn Morris <rgm@gnu.org>
18900
18901 * allout.el (top-level): Remove unnecessary progn.
18902
18903 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
18904
18905 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
18906 definition of abbrev table.
18907
18908 * speedbar.el (speedbar-track-mouse):
18909 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
18910 * net/eudc.el (eudc-expand-inline):
18911 * net/newst-backend.el (newsticker--cache-read-feed):
18912 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
18913 condition-case handlers.
18914
18915 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
18916
18917 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
18918 (gdb-var-list): Add an element for has_more field.
18919 (gdb-non-stop-handler): Enable pretty printing for STL containers.
18920 (gdb-var-create-handler, gdb-var-list-children-handler-1)
18921 (gdb-var-update-handler-1): Parse output of dynamic variable
18922 objects (STL containers).
18923 (gdb-var-delete-1): Pass var1 as an explicit second argument.
18924 (gdb-get-field): Delete alias. Use bindat-get-field directly.
18925
18926 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
18927 gdb-var-list.
18928 (gud-speedbar-buttons): Make node expandable if expression "has more"
18929 children.
18930
18931 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
18932
18933 * startup.el (emacs-quick-startup): Remove variable and all uses.
18934 (command-line): Set `inhibit-x-resources' instead.
18935 (command-line-1): Use `inhibit-x-resources' instead.
18936
18937 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
18938
18939 * subr.el: Fix last change to avoid using the `unless' macro,
18940 which breaks bootstrapping.
18941
18942 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
18943
18944 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
18945 extended definitions, in case we reload subr.el after having
18946 loaded CL.
18947 (eval-next-after-load): Mark as obsolete.
18948
18949 2009-09-17 Juri Linkov <juri@jurta.org>
18950
18951 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
18952 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
18953 (menu-bar-showhide-menu, menu-bar-tools-menu)
18954 (menu-bar-describe-menu, menu-bar-help-menu)
18955 (minibuffer-local-completion-map, minibuffer-local-map):
18956 Fix list quoting.
18957
18958 2009-09-17 Glenn Morris <rgm@gnu.org>
18959
18960 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
18961 arguments, whether or not it has a handler.
18962
18963 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
18964
18965 * simple.el (hard-newline): Give it a doc-string.
18966
18967 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
18968 (lisp-mode-syntax-table): Give them doc-strings.
18969
18970 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
18971
18972 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
18973 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
18974 (menu-bar-options-menu, menu-bar-showhide-menu)
18975 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
18976 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
18977 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
18978 (menu-bar-options-menu, menu-bar-tools-menu)
18979 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
18980 (menu-bar-help-menu):
18981 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
18982 string arguments.
18983
18984 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
18985 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
18986 calls for the menu names and :help.
18987
18988 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
18989
18990 * mouse.el (minor-mode-menu-from-indicator): Pay attention
18991 to :minor-mode-function (bug#4455).
18992
18993 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
18994
18995 * startup.el (command-line): Initialize the window-system after
18996 processing the command-line.
18997
18998 * textmodes/page.el (what-page): Make sure we don't inf-loop if
18999 page-delimiter matches the empty string.
19000
19001 2009-09-16 Glenn Morris <rgm@gnu.org>
19002
19003 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
19004 byte-compile-not-obsolete-var. It's a list now.
19005 (byte-compile-not-obsolete-funcs): New variable.
19006 (byte-compile-warn-obsolete): Don't warn about functions if they are in
19007 byte-compile-not-obsolete-funcs.
19008 (byte-compile-variable-ref, byte-compile-defvar): Update for
19009 byte-compile-not-obsolete-vars name-change and list nature.
19010 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
19011 and variables behind (f)boundp tests.
19012 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
19013
19014 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19015
19016 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
19017
19018 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19019
19020 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
19021 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
19022 Don't autoload.
19023
19024 2009-09-15 Stephen Eglen <stephen@gnu.org>
19025
19026 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
19027 the virtual-buffers, use the name of the buffer specified by
19028 find-file-noselect, as the match may be a symlink. (This was a
19029 problem if the target and the symlink had different names.)
19030
19031 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19032
19033 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
19034
19035 * desktop.el (desktop-path): Check user-emacs-directory.
19036
19037 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
19038
19039 * loadup.el: Use after-load-functions to GC after loading each file.
19040 Remove the explicit GC calls that used to be sprinkled around.
19041
19042 * subr.el (after-load-functions): New hook.
19043 (do-after-load-evaluation): Run it. Use string-match-p to detect
19044 `obsolete' packages, rather than painfully extracting the relevant
19045 directory name.
19046
19047 2009-09-15 Glenn Morris <rgm@gnu.org>
19048
19049 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
19050 free variable `doc'.
19051
19052 * dired.el (dired-mode-map): Add menu entry for async shell command.
19053
19054 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
19055 variables, also consider the .elc files, since the .el files are
19056 normally gzipped (subsequent code locates the .el.gz from the .elc).
19057
19058 * calc/calc-prog.el (arglist): Define for compiler.
19059
19060 * calendar/diary-lib.el (diary-display-function): Change the default to
19061 fancy display.
19062 (body): Define for compiler.
19063
19064 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
19065 (byte-compile-file-form, byte-compile-lambda)
19066 (byte-compile-top-level-body, byte-compile-form)
19067 (byte-compile-variable-ref, byte-compile-setq)
19068 (byte-compile-setq-default, byte-compile-body)
19069 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
19070 (batch-byte-compile): Give some more local variables with common names
19071 a "bytecomp-" prefix to avoid masking warnings about free variables.
19072
19073 * startup.el (command-line-1): Give local variables with common names a
19074 distinguishing prefix, so as not to hide free variable warnings during
19075 bootstrap.
19076
19077 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
19078 clever and add a suffix to make a unique name, just let the user decide
19079 whether or not to overwrite it. If the input is a directory, write the
19080 default filename to that directory. (Bug#4388)
19081 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
19082 is a filename-as-a-directory.
19083
19084 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19085
19086 * textmodes/page.el (what-page): Don't move to beginning of line.
19087 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
19088
19089 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19090
19091 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
19092
19093 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
19094
19095 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
19096 * help.el (help-for-help-internal): Add purecopy calls for text.
19097
19098 * vc.el (top): print-log method now takes an optional SHORTLOG
19099 argument. Add a new method: root.
19100 (vc-root-diff, vc-print-root-log): New functions.
19101 (vc-log-short-style): New variable.
19102 (vc-print-log-internal): Add support for showing short logs.
19103
19104 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
19105 vc-print-root-log and vc-print-root-diff.
19106
19107 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
19108 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
19109 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
19110 short logs.
19111
19112 * vc-cvs.el (vc-cvs-print-log):
19113 * vc-mtn.el (vc-mtn-print-log):
19114 * vc-rcs.el (vc-rcs-print-log):
19115 * vc-sccs.el (vc-sccs-print-log):
19116 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
19117 that is ignored for now.
19118
19119 * vc-mtn.el (vc-mtn-annotate-command):
19120 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
19121
19122 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19123
19124 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
19125 to function-key-map, and give them ascii-character property.
19126 * term/x-win.el (x-alternatives-map):
19127 * term/ns-win.el (ns-alternatives-map):
19128 * term/internal.el (msdos-key-remapping-map):
19129 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
19130
19131 2009-09-14 Glenn Morris <rgm@gnu.org>
19132
19133 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
19134 temp-buffers (2009-09-12).
19135
19136 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19137
19138 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
19139 the new read-key function.
19140
19141 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
19142
19143 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
19144 is defined (Bug#4405).
19145
19146 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
19147
19148 * recentf.el (recentf-cleanup): Use a hash table to find
19149 duplicates (Bug#4407).
19150
19151 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
19152
19153 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
19154 kp-0 to ascii equivalents (Bug#4325).
19155
19156 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
19157
19158 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
19159
19160 * eshell/em-hist.el:
19161 * eshell/em-dirs.el (eshell-complete-user-reference):
19162 Declare pcomplete functions and variables to avoid compiler warnings.
19163
19164 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
19165
19166 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
19167 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
19168 * eshell/em-alias.el (eshell-aliases-file):
19169 * eshell/em-hist.el (eshell-history-file-name):
19170 Use expand-file-name instead of concat to make file names (Bug#4308).
19171
19172 2009-09-13 Glenn Morris <rgm@gnu.org>
19173
19174 * ediff-merg.el (ediff-do-merge):
19175 * filesets.el (filesets-run-cmd):
19176 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
19177 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
19178 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
19179 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
19180 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
19181 Replace empty `let's with `progn'.
19182
19183 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19184
19185 * mail/sendmail.el (send-mail-function):
19186 * tooltip.el (tooltip-mode):
19187 * simple.el (transient-mark-mode):
19188 * rfn-eshadow.el (file-name-shadow-mode):
19189 * frame.el (blink-cursor-mode):
19190 * font-core.el (global-font-lock-mode):
19191 * files.el (temporary-file-directory)
19192 (small-temporary-file-directory, auto-save-file-name-transforms):
19193 * epa-hook.el (auto-encryption-mode):
19194 * composite.el (global-auto-composition-mode):
19195 Use custom-initialize-delay.
19196 * startup.el (command-line): Don't explicitly call
19197 custom-reevaluate-setting for all the above vars.
19198 * custom.el (custom-initialize-safe-set)
19199 (custom-initialize-safe-default): Delete.
19200
19201 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19202
19203 * term/x-win.el (x-initialize-window-system):
19204 * term/w32-win.el (w32-initialize-window-system):
19205 * term/ns-win.el (ns-initialize-window-system): Don't call
19206 mouse-wheel-mode since it's enabled globally by default already.
19207
19208 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
19209 actually define the variable, but only silences the byte-compiler.
19210 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
19211 before looking it up.
19212 (mouse-wheel-scroll-amount): Also reset the bindings if this value
19213 is changed.
19214
19215 2009-09-12 Glenn Morris <rgm@gnu.org>
19216
19217 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
19218 1000.
19219 (elint-add-required-env): Don't beep on error.
19220 (elint-forms): In case of error, return ENV unchanged.
19221 (elint-init-env): Skip non-list forms.
19222 (elint-log): Handle unknown file positions.
19223
19224 2009-09-12 Daiki Ueno <ueno@unixuser.org>
19225
19226 * epg.el (epg-make-context): Add autoload cookie.
19227 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
19228 (epg-decrypt-string, epg-start-verify, epg-verify-file)
19229 (epg-verify-string, epg-start-sign, epg-sign-file)
19230 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
19231 (epg-encrypt-string, epg-start-export-keys)
19232 (epg-export-keys-to-file, epg-export-keys-to-string)
19233 (epg-start-import-keys, epg-import-keys-from-file)
19234 (epg-import-keys-from-string, epg-start-receive-keys)
19235 (epg-receive-keys, epg-import-keys-from-server)
19236 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
19237 (epg-sign-keys, epg-start-generate-key)
19238 (epg-generate-key-from-file, epg-generate-key-from-string):
19239 Remove autoload cookie.
19240
19241 2009-09-12 Eli Zaretskii <eliz@gnu.org>
19242
19243 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
19244 reevaluation of trash-directory.
19245
19246 * mwheel.el: Fix last change.
19247 (mouse-wheel-mode): New defvar.
19248 (mouse-wheel-mode): Remove autoload cookie.
19249
19250 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19251
19252 * mwheel.el (mwheel-installed-bindings): New var.
19253 (mouse-wheel-mode): Use it, so as to make sure we really remove all
19254 the bindings we set last time. Use custom-initialize-delay.
19255 * loadup.el: Load mwheel after term/*-win.el.
19256 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
19257 and mouse-wheel-up-event now that their first evaluation is done
19258 sufficiently late to be correct.
19259
19260 * startup.el (tutorial-directory): Make it a defcustom.
19261 Use custom-initialize-delay rather than eval-at-startup to set it.
19262 * image.el (image-load-path): Make it a defcustom.
19263 Use custom-initialize-delay rather than eval-at-startup to set it.
19264 * subr.el (eval-at-startup): Remove.
19265 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
19266
19267 * subr.el (do-after-load-evaluation): Warn the user after loading an
19268 obsolete package.
19269
19270 2009-09-12 Glenn Morris <rgm@gnu.org>
19271
19272 * proced.el (proced-mark-alt): Remove alias.
19273 (proced-mode-map): Remove proced-mark-alt.
19274
19275 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
19276 Elint file and directory. Remove initialization entry.
19277
19278 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
19279 commands.
19280 (elint-current-buffer): Set mode-line-process.
19281 (elint-init-env): Handle define-derived-mode.
19282 Fix declare-function with unspecified arglist. Guard against odd
19283 defalias statements (eg iso-insert's 8859-1-map).
19284 (elint-add-required-env): Use a temp buffer.
19285 (elint-form): Just print the function/macro name, not the whole form.
19286 Return env unchanged if we fail to parse a macro.
19287 (elint-forms): Guard against parse errors.
19288 (elint-output): New function, to handle batch mode.
19289 (elint-log-message): Add optional argument. Use elint-output.
19290 (elint-set-mode-line): New function.
19291
19292 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
19293
19294 * emacs-lisp/elp.el (elp-not-profilable): Add more
19295 functions (Bug#4233).
19296
19297 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
19298
19299 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
19300 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
19301
19302 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
19303
19304 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
19305 (gdb-var-list-children): Use json parsing.
19306
19307 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
19308
19309 * progmodes/js.el (js--proper-indentation): Handle the case where
19310 char-before is null. Reported by Deniz Dogan.
19311
19312 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
19313
19314 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
19315
19316 2009-09-11 Daiki Ueno <ueno@unixuser.org>
19317
19318 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
19319 (epg-digest-algorithm-alist): Add SHA224.
19320 (epg-context-set-passphrase-callback)
19321 (epg-context-set-progress-callback): Add description about
19322 callback function.
19323
19324 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19325
19326 * custom.el (custom-delayed-init-variables): New var.
19327 (custom-initialize-delay): New function.
19328 * startup.el (command-line): "Re"evaluate all vars in
19329 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
19330 explicitly any more.
19331 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
19332 to avoid creating a ~/.emacs.d at build-time (bug#4347).
19333
19334 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
19335
19336 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
19337
19338 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
19339 (gdb-var-update-handler): Use json parsing.
19340
19341 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
19342
19343 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
19344 decode annotated text, regardless of language environment. (Bug#2741)
19345
19346 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19347
19348 * Makefile.in (autoloads): Make rmail.el writable as well.
19349
19350 2009-09-11 Glenn Morris <rgm@gnu.org>
19351
19352 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
19353 loaddefs.el.
19354 * dired.el: Regenerate with extracted autoloads.
19355 * Makefile.in (autoloads): Make dired.el writable.
19356
19357 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
19358 * ibuffer.el: Regenerate with extracted autoloads.
19359 * Makefile.in (autoloads): Make ibuffer.el writable.
19360
19361 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
19362 * version.el (emacs-copyright, emacs-major-version)
19363 (emacs-minor-version): Reformat doc-strings for make-docfile.
19364
19365 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
19366 functions and variables, since they must be stuff specific to some other
19367 platform.
19368 (apropos-print): Make mouse-click message less specific about button.
19369
19370 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
19371 that records where a macro was defined.
19372 * help-fns.el (describe-function-1): Mention if a function has a
19373 compiler-macro.
19374 * help-mode.el (help-function-cmacro): New button.
19375
19376 * locate.el (top-level): Always require dired.
19377 (locate-mode-map): Initialize inside the defvar.
19378
19379 * net/ange-ftp.el (dired-compress-file): Declare.
19380 (ange-ftp-dired-compress-file): Add doc string.
19381
19382 * term/ns-win.el (x-display-name, x-setup-function-keys):
19383 Unify doc-strings with X versions.
19384
19385 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19386
19387 * emulation/crisp.el (crisp-mode-map): Move initialization
19388 into declaration.
19389 (crisp-mode): Use define-minor-mode.
19390
19391 * progmodes/xscheme.el (xscheme-evaluation-commands):
19392 Put a :advertised-binding property rather than using
19393 advertised-xscheme-send-previous-expression.
19394 (advertised-xscheme-send-previous-expression): Declare obsolete.
19395 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
19396 `advertised-undo'.
19397 (crisp-mode): Add corresponding bindings to
19398 undo's :advertised-binding instead.
19399 * dired.el (dired-mode-map): Put a :advertised-binding property rather
19400 than using dired-advertised-find-file.
19401 (dired-advertised-find-file):
19402 * simple.el (advertised-undo):
19403 * wid-edit.el (advertised-widget-backward): Declare obsolete.
19404 (widget-keymap): Put a :advertised-binding property rather
19405 than using advertised-widget-backward.
19406 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
19407 than using advertised-undo.
19408 * tutorial.el (tutorial--default-keys): Adjust accordingly.
19409
19410 2009-09-10 Simon South <ssouth@slowcomputing.org>
19411
19412 * progmodes/delphi.el (delphi-tab): Indent region when Transient
19413 Mark mode is enabled and region is active; otherwise indent or
19414 insert TAB as usual.
19415 (delphi-mode): Update description of TAB-key binding.
19416
19417 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
19418
19419 * subr.el (define-key-rebound-commands): Mark obsolete.
19420 * startup.el (precompute-menubar-bindings): Remove.
19421 (normal-top-level): Remove obsolete code that tried to precompute
19422 menubar bindings.
19423 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
19424 define-key-rebound-commands and precompute-menubar-bindings.
19425
19426 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
19427
19428 * net/imap.el (imap-interactive-login): Better messages.
19429 (imap-open): Fix bug with renamed buffer on reconnect.
19430 (imap-authenticate): Add buffer-local imap-last-authenticator variable
19431 for easier debugging and cleaner code. On successful (guessed based on
19432 server capabilities) secondary authentication, set imap-state
19433 correctly.
19434 (imap-last-authenticator): Define imap-last-authenticator as a variable
19435 to avoid warnings.
19436
19437 2009-09-10 Glenn Morris <rgm@gnu.org>
19438
19439 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
19440
19441 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
19442 (byte-compile-file-form-autoload): Don't warn about unknown functions
19443 where the autoload statement comes after the use.
19444 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
19445 that any handlers inside the body (eg require) are in turn respected.
19446
19447 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
19448 effects.
19449
19450 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
19451 and syntax and abbrev tables basic docs, if they don't have any.
19452
19453 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
19454
19455 * international/mule-cmds.el (top-level): Require cl when compiling.
19456 (view-hello-file): Use default-value rather than
19457 default-enable-multibyte-characters.
19458
19459 * progmodes/fortran.el: Move all safe and risky properties into the
19460 defcustoms.
19461
19462 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
19463 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
19464 * mail/undigest.el:
19465 Put autoloads in rmail.el rather than loaddefs.el.
19466 * mail/rmail.el: Regenerate with extracted autoloads.
19467
19468 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
19469 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
19470
19471 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
19472
19473 Reported in thread for Bug#4375.
19474 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
19475 "-data-evaluate-expression" instead of print.
19476 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
19477 (gdb-tooltip-print): Parse output from above MI command.
19478 (gdb): Revert 2009-08-11 change. User should detach inferior
19479 manually.
19480
19481 Remove the word "separate" from IO functions as inferior
19482 output is now never displayed in the GUD buffer.
19483
19484 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
19485
19486 * startup.el (command-line-normalize-file-name): On Windows and
19487 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
19488
19489 2009-09-10 Juri Linkov <juri@jurta.org>
19490
19491 * isearch.el (isearch-text-char-description): Propertize escape
19492 character sequences with the `escape-glyph' face. (Bug#4344)
19493
19494 * simple.el (shell-command): Set asynchronous process filter to
19495 `comint-output-filter'. (Bug#4343)
19496
19497 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
19498 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
19499 the list. Move "asm" to the bottom.
19500 (grep-find-ignored-directories): Add `choice' with nil value
19501 to empty the list easily.
19502 (grep-find-ignored-files): New option.
19503 (grep-files-history): Set to nil by default instead of '("ch" "el").
19504 (grep-compute-defaults): Add "<X>" to `grep-template'.
19505 (grep-read-files): Bind new local variables `default-alias' and
19506 `default-extension'. Use a list of default values for the file prompt.
19507 (lgrep): Add `--exclude=' command line options composed from
19508 `grep-find-ignored-files'.
19509 (rgrep): Add `-name' command line options composed from
19510 `grep-find-ignored-files'. (Bug#4301)
19511
19512 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
19513
19514 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
19515 (bug#4368).
19516
19517 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
19518
19519 * calendar/time-date.el (autoload):
19520 Expand define-obsolete-function-alias into defalias and make-obsolete
19521 for old Emacsen that Gnus supports.
19522 (with-no-warnings): Define it for old Emacsen.
19523 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
19524 is available.
19525 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
19526 float-time is available; suppress compile warning for time-to-seconds.
19527
19528 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
19529
19530 * net/imap.el (imap-message-map): Docstring fix.
19531
19532 2009-09-09 Glenn Morris <rgm@gnu.org>
19533
19534 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
19535 line numbers too. (Bug#4374)
19536
19537 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
19538
19539 * smerge-mode.el (smerge-remove-props, smerge-refine):
19540 Use with-silent-modifications (bug#4342).
19541
19542 * subr.el (with-silent-modifications): New macro.
19543
19544 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
19545
19546 * files.el (top-level): Require `cl' when compiling.
19547
19548 2009-09-07 Glenn Morris <rgm@gnu.org>
19549
19550 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
19551
19552 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
19553 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
19554
19555 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
19556
19557 * vc-git.el (vc-git-annotate-command): Use separator to parse
19558 arguments correctly.
19559
19560 2009-09-06 Eli Zaretskii <eliz@gnu.org>
19561
19562 * proced.el (proced-mode): Doc fix.
19563
19564 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
19565
19566 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
19567 lstat fails.
19568 (tramp-do-file-attributes-with-ls): Check for file existence at
19569 remote end.
19570 (tramp-do-file-attributes-with-stat): Likewise.
19571 (tramp-convert-file-attributes): Return nil when attr is nil.
19572
19573 2009-09-05 Glenn Morris <rgm@gnu.org>
19574
19575 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
19576 properties to this button.
19577 (diary-fancy-display): Don't extend the button to the final newline.
19578 (diary-fancy-display-mode): Continue to define "q" as a local key.
19579
19580 * calendar/cal-china.el (holiday-chinese): Make it slightly more
19581 efficient.
19582
19583 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
19584
19585 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
19586 (byte-compile-dest-file-function): New option.
19587 (byte-compile-dest-file): Doc fix.
19588 Obey byte-compile-dest-file-function.
19589 (byte-compile-cl-file-p): New function.
19590 (byte-compile-eval): Only suppress noruntime warnings about cl functions
19591 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
19592 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
19593 than for file being previously loaded.
19594 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
19595 (byte-compile-file-form-require): Handle the case where requiring a file
19596 indirectly causes CL to be loaded.
19597
19598 2009-09-05 Karl Fogel <kfogel@red-bean.com>
19599
19600 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
19601 before killing the old buffer, since by the time `kill-buffer' is
19602 run so many buffer variables have been set to nil that it may not
19603 behave as expected. (Bug#4061)
19604
19605 2009-09-05 Karl Fogel <kfogel@red-bean.com>
19606
19607 * files.el (find-alternate-file): If the old buffer is modified
19608 and visiting a file, behave similarly to `kill-buffer' when
19609 killing it, thus reverting to the pre-1.878 behavior; see
19610 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
19611 for discussion. Also, consult `buffer-file-name' as a variable
19612 not as a function, for consistency with the rest of the code.
19613
19614 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
19615
19616 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
19617 also when adding a new directory.
19618
19619 * net/tramp-compat.el (tramp-compat-line-beginning-position):
19620 New defun.
19621
19622 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
19623
19624 * files.el (locate-file-completion-table): Make it provide boundary
19625 information, so partial-completion works better.
19626
19627 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
19628
19629 * mail/footnote.el (Footnote-text-under-cursor):
19630 Check footnote-text-marker-alist before using it (bug#4324).
19631
19632 2009-09-04 Glenn Morris <rgm@gnu.org>
19633
19634 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
19635 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
19636 * play/solitaire.el, play/tetris.el:
19637 Remove leading * from defcustom and defface docs.
19638
19639 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
19640 necessary.
19641 (diary-fancy-overriding-map): New variable.
19642 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
19643 Use view-mode.
19644
19645 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
19646 goto-line.
19647
19648 2009-09-03 Glenn Morris <rgm@gnu.org>
19649
19650 * arc-mode.el (archive-mode):
19651 * dos-fns.el (set-default-process-coding-system):
19652 * man.el (Man-getpage-in-background):
19653 * menu-bar.el (menu-bar-describe-menu):
19654 * server.el (server-process-filter):
19655 * startup.el (command-line):
19656 * tar-mode.el (tar-header-block-tokenize, tar-extract):
19657 * w32-fns.el (set-default-process-coding-system):
19658 * x-dnd.el (x-dnd-handle-file-name):
19659 * international/mule-cmds.el (mule-menu-keymap)
19660 (set-default-coding-systems, language-info-alist, set-language-info)
19661 (set-language-environment, standard-display-european-internal)
19662 (set-locale-environment):
19663 * international/mule-diag.el (mule-diag):
19664 * mail/emacsbug.el (report-emacs-bug):
19665 * mail/rmail.el (rmail-mode):
19666 * mail/sendmail.el (mail-setup):
19667 Use default-value rather than default-enable-multibyte-characters.
19668
19669 * progmodes/f90.el: Move all safe properties into the defcustoms.
19670 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
19671
19672 * calendar/appt.el (appt-check):
19673 * calendar/diary-lib.el (diary-set-header, diary-live-p)
19674 (diary-check-diary-file, diary-list-entries)
19675 (diary-include-other-diary-files, diary-simple-display)
19676 (diary-fancy-display, diary-print-entries)
19677 (diary-mark-included-diary-files, diary-make-entry):
19678 Don't call substitute-in-file-name on diary-file.
19679
19680 2009-09-03 Eduard Wiebe <usenet@pusto.de>
19681 Stefan Monnier <monnier@iro.umontreal.ca>
19682
19683 * mail/footnote.el (footnote-prefix): Make it a defcustom.
19684 (footnote-mode-map): Move initialization into the declaration.
19685 (footnote-minor-mode-map): Define it rather than changing global-map.
19686 (footnote-mode): Use define-minor-mode.
19687
19688 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
19689
19690 * net/tramp.el (tramp-handle-file-attributes-with-ls)
19691 (tramp-do-file-attributes-with-perl)
19692 (tramp-do-file-attributes-with-stat): Rename from
19693 `tramp-handle-file-attributes-with-*'.
19694 (tramp-handle-file-attributes): Use them.
19695 (tramp-do-directory-files-and-attributes-with-perl)
19696 (tramp-do-directory-files-and-attributes-with-stat): Rename from
19697 `tramp-handle-directory-files-and-attributes-with-*'.
19698 (tramp-handle-directory-files-and-attributes): Use them.
19699 (tramp-method-out-of-band-p): Additional parameter SIZE.
19700 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
19701 (tramp-handle-write-region): Use it.
19702 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
19703 (tramp-handle-vc-registered): Check, whether the first run did
19704 return files to be tested.
19705 (tramp-advice-make-auto-save-file-name): Do not call directly
19706 `tramp-handle-make-auto-save-file-name', because this would bypass
19707 the locking mechanism.
19708
19709 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
19710 (file-remote-p, process-file, start-file-process, set-file-times)
19711 (tramp-compat-file-attributes): Compatibility functions shall not
19712 call directly `tramp-handle-*', because this would bypass the
19713 locking mechanism.
19714 (tramp-compat-number-sequence): New defun.
19715
19716 2009-09-02 Glenn Morris <rgm@gnu.org>
19717
19718 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
19719 alias for float-time.
19720 (time-to-number-of-days): In Emacs, use float-time.
19721 * net/newst-backend.el (time-add): Suppress warnings from compat
19722 function.
19723 * time.el (emacs-uptime, emacs-init-time):
19724 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
19725 Use float-time rather than time-to-seconds.
19726
19727 * minibuffer.el (completion-initials-expand): Fix typo.
19728
19729 * faces.el (modeline, modeline-inactive, modeline-highlight)
19730 (modeline-buffer-id):
19731 * info.el (info-menu-5): Mark these face aliases as obsolete.
19732
19733 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
19734
19735 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
19736 space ...
19737 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
19738 no "--thread" option.
19739 (gdb-stopped): Don't print "Switched to thread" message when it is
19740 unchanged.
19741
19742 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
19743
19744 * minibuffer.el (completion-try-completion)
19745 (completion-all-completions): Remove ill-defined (and
19746 mistakenly installed and luckily never used nor documented)
19747 `completion-styles' property.
19748 (completion-initials-expand, completion-initials-all-completions)
19749 (completion-initials-try-completion): New functions.
19750 (completion-styles-alist): Add doc to each entry.
19751 Add new `initials' entry.
19752
19753 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
19754
19755 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
19756 MI command -var-evaluate-expression.
19757 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
19758 and tweak for case of string child.
19759 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
19760
19761 2009-09-01 Glenn Morris <rgm@gnu.org>
19762
19763 * add-log.el (change-log-date-face, change-log-name-face)
19764 (change-log-email-face, change-log-file-face, change-log-list-face)
19765 (change-log-conditionals-face, change-log-function-face)
19766 (change-log-acknowledgement-face):
19767 * cus-edit.el (custom-invalid-face, custom-rogue-face)
19768 (custom-modified-face, custom-set-face, custom-changed-face)
19769 (custom-saved-face, custom-button-face, custom-button-pressed-face)
19770 (custom-documentation-face, custom-state-face, custom-comment-face)
19771 (custom-comment-tag-face, custom-variable-tag-face)
19772 (custom-variable-button-face, custom-face-tag-face)
19773 (custom-group-tag-face-1, custom-group-tag-face):
19774 * diff-mode.el (diff-header-face, diff-file-header-face)
19775 (diff-index-face, diff-hunk-header-face, diff-removed-face)
19776 (diff-added-face, diff-changed-face, diff-function-face)
19777 (diff-context-face, diff-nonexistent-face):
19778 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19779 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
19780 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
19781 (Info-title-4-face):
19782 * isearch.el (isearch-lazy-highlight-face):
19783 * log-view.el (log-view-file-face, log-view-message-face):
19784 * paren.el (show-paren-match-face, show-paren-mismatch-face):
19785 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
19786 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
19787 (cvs-msg-face):
19788 * smerge-mode.el (smerge-mine-face, smerge-other-face)
19789 (smerge-base-face, smerge-markers-face):
19790 * wid-edit.el (widget-documentation-face, widget-button-face)
19791 (widget-field-face, widget-single-line-field-face)
19792 (widget-inactive-face, widget-button-pressed-face):
19793 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
19794 (woman-addition-face):
19795 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
19796 (eshell-ls-executable-face, eshell-ls-readonly-face)
19797 (eshell-ls-unreadable-face, eshell-ls-special-face)
19798 (eshell-ls-missing-face, eshell-ls-archive-face)
19799 (eshell-ls-backup-face, eshell-ls-product-face)
19800 (eshell-ls-clutter-face):
19801 * eshell/em-prompt.el (eshell-prompt-face):
19802 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
19803 * obsolete/old-whitespace.el (whitespace-highlight-face):
19804 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
19805 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
19806 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
19807 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
19808 (antlr-font-lock-literal-face):
19809 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
19810 (ebrowse-root-class-face, ebrowse-file-name-face)
19811 (ebrowse-default-face, ebrowse-member-attribute-face)
19812 (ebrowse-member-class-face, ebrowse-progress-face):
19813 * progmodes/make-mode.el (makefile-space-face):
19814 * progmodes/sh-script.el (sh-heredoc-face):
19815 * textmodes/flyspell.el (flyspell-incorrect-face)
19816 (flyspell-duplicate-face):
19817 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
19818 * textmodes/texinfo.el (texinfo-heading-face):
19819 Mark face aliases with "-face" suffix as obsolete.
19820
19821 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
19822 compiler.
19823
19824 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
19825 (eudc-bob-sound-menu): Use defvar rather than defconst, since
19826 easy-menu-define wants to modify these.
19827
19828 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
19829
19830 * net/browse-url.el (browse-url-file-url):
19831 * term/internal.el (dos-codepage-setup):
19832 Use default-value rather than default-enable-multibyte-characters.
19833
19834 * progmodes/etags.el (etags-goto-tag-location):
19835 * progmodes/flymake.el (flymake-highlight-line)
19836 (flymake-goto-file-and-line, flymake-goto-line):
19837 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
19838 (gdb-goto-breakpoint):
19839 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
19840 * progmodes/python.el (python-find-function)
19841 (python-pdbtrack-track-stack-file):
19842 * progmodes/verilog-mode.el (verilog-surelint-off):
19843 * term/ns-win.el (ns-open-file-select-line):
19844 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
19845 Use forward-line rather than goto-line.
19846
19847 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
19848 * textmodes/reftex-index.el (reftex-display-index):
19849 * textmodes/reftex-ref.el (reftex-offer-label-menu):
19850 * textmodes/reftex-toc.el (reftex-toc):
19851 Remove unnecessary bindings of default-major-mode (all are followed by
19852 major-mode check and possible mode switch).
19853
19854 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
19855
19856 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
19857 Handle watchpoints (bug#4282).
19858 (def-gdb-thread-buffer-command): Enable thread to be selected by
19859 clicking without selecting threads buffer first.
19860 (gdb-current-context-command): Use selected frame so that "up",
19861 "down" etc work in the GUD buffer.
19862 (gdb-update): Find selected frame before rendering stack buffer.
19863 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
19864
19865 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
19866
19867 * progmodes/sym-comp.el (displayed-completions): Remove.
19868 (symbol-complete): Use minibuffer-complete.
19869
19870 2009-08-31 Glenn Morris <rgm@gnu.org>
19871
19872 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
19873
19874 * apropos.el (apropos-symbols-internal):
19875 Handle (obsolete) face aliases.
19876
19877 * faces.el (describe-face): Adjust the output format to be more like
19878 describe-variable, and to mention (obsolete) face aliases.
19879 Adjust the whitespace so that help-setup-xref works.
19880
19881 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
19882 * calendar/diary-lib.el (diary-button-face):
19883 Mark these face aliases as obsolete.
19884
19885 * calendar/calendar.el (calendar-today): Doc fix.
19886
19887 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
19888
19889 * progmodes/gdb-mi.el (gdb-control-all-threads)
19890 (gdb-control-current-thread): Force tool bar update.
19891 (gdb-non-stop-handler): New function.
19892 (gdb-init-1): Use it to test if non-stop mode is supported.
19893 Remove unused gdbmi buffer type.
19894
19895 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
19896
19897 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
19898 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
19899
19900 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
19901
19902 * comint.el (comint-exec-1): Check command is non-null first.
19903 Part of gdb-mi.el change (2009-08-28).
19904
19905 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
19906
19907 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
19908
19909 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
19910
19911 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
19912 instead of `dolist' to avoid a recursive require when bootstrapping.
19913
19914 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
19915
19916 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
19917
19918 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
19919
19920 * net/imap.el (imap-send-command): Simplify.
19921 (imap-wait-for-tag): point-max -> buffer-size.
19922
19923 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
19924
19925 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
19926 with constant argument.
19927
19928 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
19929
19930 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
19931
19932 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
19933 Change default, since most of our files don't have a history.
19934 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
19935 the user.
19936
19937 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19938 Add comint-run.
19939
19940 * calc/calc.el: Improve commenting convention.
19941 (calc-digit-map, toplevel): Simplify.
19942
19943 * comint.el (comint-insert-input): Be careful to only set point if we
19944 don't delegate to some other command.
19945
19946 * proced.el (proced-signal-list): Make it an alist.
19947 (proced-grammar-alist): Capitalize names.
19948 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
19949 Disable undo manually and make it read-only.
19950 Use completion-annotate-function.
19951
19952 * minibuffer.el (minibuffer-message): If the current buffer is not
19953 a minibuffer, insert the message in the echo area rather than at the
19954 end of the buffer.
19955 (completion-annotate-function): New variable.
19956 (minibuffer-completion-help): Use it.
19957 (completion--embedded-envvar-table): Environment vars are
19958 always case-sensitive.
19959
19960 2009-08-30 Glenn Morris <rgm@gnu.org>
19961
19962 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
19963 from fortran-current-defun.
19964 (fortran-beginning-of-subprogram): Be more precise about finding the
19965 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
19966 (fortran-end-of-subprogram): Simplify.
19967 (fortran-current-defun): Use fortran-start-prog-re.
19968
19969 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
19970
19971 * subr.el (do-after-load-evaluation): Simplify.
19972
19973 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
19974
19975 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
19976
19977 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
19978 (vc-rcs-print-log): Use it.
19979
19980 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
19981
19982 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
19983
19984 * paths.el (abbrev-file-name): Move to abbrev.el.
19985 * abbrev.el (abbrev-file-name): Move from paths.el.
19986 Obey user-emacs-directory.
19987 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
19988 user-emacs-directory.
19989 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
19990 abbrev-file-name and calc-settings-file any more.
19991 * startup.el (command-line): Recompute abbrev-file-name and
19992 abbreviated-home-dir.
19993 (normal-no-mouse-startup-screen): Improve the generic code and get rid
19994 of the special code for when C-h bindings haven't been changed.
19995 (display-startup-echo-area-message): Use with-current-buffer.
19996 (command-line-1): Use a list of strings, rather than a list of lists
19997 of strings for longopts.
19998
19999 * files.el (get-free-disk-space): Use / for default-directory.
20000
20001 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
20002 Use with-current-buffer.
20003
20004 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
20005 Recognize immutable variables like most-positive-fixnum.
20006 (byte-compile-setq-default): Check and warn if trying to assign
20007 to an immutable variable, or a non-variable.
20008
20009 * progmodes/cc-vars.el (c-comment-continuation-stars):
20010 * progmodes/cc-engine.el (c-looking-at-bos):
20011 * progmodes/cc-cmds.el (c-toggle-auto-state)
20012 (c-forward-into-nomenclature, c-backward-into-nomenclature)
20013 (c-comment-line-break-function): Add version of obsolescence.
20014
20015 2009-08-28 Juri Linkov <juri@jurta.org>
20016
20017 * files.el (magic-fallback-mode-alist): Add ZIP magic number
20018 associated with `archive-mode'.
20019
20020 * image.el (image-type-header-regexps): Use only JPEG magic number
20021 to determine JPEG images, and don't use `image-jpeg-p' because
20022 Emacs can display non-JFIF non-Exif JPEG images.
20023
20024 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
20025
20026 * arc-mode.el (archive-mode):
20027 * emacs-lisp/re-builder.el (re-builder-unload-function):
20028 Protect against the default value of `major-mode' being nil.
20029
20030 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
20031
20032 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
20033 Fix typos in docstrings.
20034
20035 * progmodes/js.el (js--macro-decl-re): Doc fix.
20036 (js--plain-method-re, js--split-name): Refloc docstring.
20037 (js--class-styles, js--make-merged-item, js--splice-into-items):
20038 Fix typos in docstrings; reflow docstrings.
20039 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
20040 (js--variable-decl-matcher, js--inside-pitem-p)
20041 (js--parse-state-at-point, js--get-all-known-symbols)
20042 (js--symbol-history, js-find-symbol, js--js-references)
20043 (js--moz-interactor, js--js-encode-value, js--read-tab):
20044 Fix typos in docstrings.
20045
20046 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20047
20048 * textmodes/reftex.el (reftex-get-file-buffer-force):
20049 * progmodes/verilog-mode.el (verilog-batch-execute-func):
20050 * emulation/viper.el (viper-go-away, viper-set-hooks):
20051 * emacs-lisp/re-builder.el (re-builder-unload-function):
20052 * emacs-lisp/bytecomp.el (byte-compile-file):
20053 * ses.el (ses-unload-function):
20054 * hexl.el (hexl-find-file):
20055 * files.el (normal-mode):
20056 * ehelp.el (with-electric-help):
20057 * autoinsert.el (auto-insert-alist):
20058 * arc-mode.el (archive-mode):
20059 Use (default-value 'major-mode) instead of default-major-mode.
20060
20061 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
20062 * international/mule.el (load-with-code-conversion):
20063 * emacs-lisp/debug.el (debug):
20064 * ediff-vers.el (ediff-rcs-get-output-buffer):
20065 * dired.el (dired-internal-noselect): Don't let-bind
20066 default-major-mode around code that doesn't use it.
20067 E.g. buffer creation via get-buffer-create doesn't use it.
20068
20069 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
20070
20071 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
20072 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
20073 when writing the temp file. Otherwise, epa-file gets confused.
20074 (tramp-register-file-name-handlers): Make it a defun. Move also
20075 `epa-file-handler' to the front of `file-name-handler-alist'.
20076
20077 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20078
20079 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
20080 start right after a ^M.
20081 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
20082 (tramp-completion-file-name-regexp-separate)
20083 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
20084 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
20085 Don't modify last-coding-system-used by accident.
20086 (tramp-completion-file-name-handler): Apply the checks here,
20087 instead during registration.
20088 (tramp-register-file-name-handlers): Rename from
20089 `tramp-register-file-name-handler'. Register both
20090 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
20091 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
20092
20093 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
20094
20095 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
20096 Remove variable ...
20097 (gdb-init-1, gdb-display-separate-io-buffer)
20098 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
20099 references to it.
20100 (gdb-inferior-io-mode): Use make-comint-in-buffer.
20101 (gdb-inferior-filter): Use comint-output-filter to stop
20102 echoing and remove ^M characters.
20103
20104 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20105
20106 * emulation/viper-init.el (viper-restore-cursor-type):
20107 * emulation/cua-base.el (cua--update-indications):
20108 Replace default-cursor-type with (default-value 'cursor-type).
20109
20110 * mail/sendmail.el (mail-recover-1):
20111 * international/mule-diag.el (describe-current-coding-system-briefly)
20112 (describe-current-coding-system):
20113 * international/mule-cmds.el (select-safe-coding-system)
20114 (select-message-coding-system)
20115 (set-language-environment-coding-systems, set-locale-environment):
20116 * hexl.el (hexl-insert-multibyte-char):
20117 * dos-w32.el (find-buffer-file-type-coding-system):
20118 * simple.el (what-cursor-position):
20119 Replace uses of default-buffer-file-coding-system
20120 with (default-value 'buffer-file-coding-system).
20121
20122 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
20123 Replace uses of default-cursor-in-non-selected-windows
20124 with (default-value 'cursor-in-non-selected-windows).
20125 Use with-current-buffer.
20126
20127 * mail/feedmail.el: Use CL macros.
20128 (feedmail-run-the-queue, feedmail-send-it-immediately):
20129 * dos-w32.el (find-buffer-file-type): Replace uses of
20130 default-buffer-file-type with (default-value 'buffer-file-type).
20131
20132 2009-08-28 Glenn Morris <rgm@gnu.org>
20133
20134 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
20135 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
20136 Use default-value of major-mode rather than default-major-mode.
20137
20138 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20139
20140 * Makefile.in (update-elcfiles): Report left over elc files.
20141
20142 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
20143 expand-file-name and with-current-buffer.
20144 (mail-get-names, mail-directory): Use with-current-buffer.
20145
20146 * vc.el (vc-read-revision): New function.
20147 (vc-version-diff, vc-merge): Use it.
20148
20149 2009-08-27 Sam Steingold <sds@gnu.org>
20150
20151 * simple.el (kill-do-not-save-duplicates): New user option.
20152 (kill-new): When it is non-nil, and the new string is the same as
20153 the latest kill, set replace to t to avoid duplicates in kill-ring.
20154
20155 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
20156
20157 * net/tramp.el (tramp-handle-process-file): Do not flush all
20158 caches when `process-file-side-effects' is set.
20159 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
20160 instead of `tramp-find-file-exists-command'.
20161 Unset `process-file-side-effects'.
20162
20163 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
20164
20165 * net/tramp.el (tramp-methods): New method "rsyncc".
20166 (top): Add completion function for "rsyncc".
20167 (tramp-message-show-message): New defvar.
20168 (tramp-message, tramp-error): Use it.
20169 (tramp-do-copy-or-rename-file-directly): Extend check for direct
20170 remote copying.
20171 (tramp-do-copy-or-rename-file-out-of-band): Handle new
20172 `tramp-methods' entry `copy-env' of "rsyncc".
20173 (tramp-vc-registered-read-file-names): New defconst.
20174 (tramp-vc-registered-file-names): New defvar.
20175 (tramp-handle-vc-registered): Implement optimization strategy.
20176 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
20177 (tramp-vc-file-name-handler): New defun.
20178 (tramp-get-ls-command, tramp-get-test-command)
20179 (tramp-get-file-exists-command, tramp-get-remote-ln)
20180 (tramp-get-remote-perl, tramp-get-remote-stat)
20181 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
20182
20183 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
20184 (tramp-cache-inhibit-cache): Extend doc string. It allows also
20185 timestamps.
20186 (tramp-get-file-property): Check for timestamps in
20187 `tramp-cache-inhibit-cache'.
20188 (tramp-set-file-property): Write timestamp.
20189
20190 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20191
20192 * language/japan-util.el (japanese-symbol-table): Add entries for
20193 cp932-2-byte.
20194
20195 * international/characters.el: Add category `j' to cp932-2-byte.
20196
20197 2009-08-27 Kenichi Handa <handa@m17n.org>
20198
20199 * international/fontset.el (build-default-fontset-data): New macro.
20200 (setup-default-fontset): Use build-default-fontset-data for CJK,
20201 tibetan, ethiopic, and ipa.
20202
20203 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20204
20205 * cus-start.el (default-major-mode): Customize `major-mode' instead.
20206 (enable-multibyte-characters): Not customizable any more.
20207
20208 * subr.el (default-mode-line-format, default-header-line-format)
20209 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
20210 (default-direction-reversed, default-truncate-lines)
20211 (default-left-margin, default-tab-width, default-case-fold-search)
20212 (default-left-margin-width, default-right-margin-width)
20213 (default-left-fringe-width, default-right-fringe-width)
20214 (default-fringes-outside-margins, default-scroll-bar-width)
20215 (default-vertical-scroll-bar, default-indicate-empty-lines)
20216 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
20217 (default-fringe-cursor-alist, default-scroll-up-aggressively)
20218 (default-scroll-down-aggressively, default-fill-column)
20219 (default-cursor-type, default-buffer-file-type)
20220 (default-cursor-in-non-selected-windows)
20221 (default-buffer-file-coding-system, default-major-mode)
20222 (default-enable-multibyte-characters): Mark as obsolete.
20223
20224 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
20225
20226 * vc-dir.el (vc-dir-update): Remove debug helper.
20227
20228 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
20229
20230 2009-08-26 Sam Steingold <sds@gnu.org>
20231
20232 * simple.el (save-interprogram-paste-before-kill): New user option.
20233 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
20234 save the interprogram-paste into kill-ring before overriding it
20235 with the Emacs kill.
20236
20237 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20238
20239 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
20240 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
20241 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
20242 and move to vc-rcs.el.
20243 (vc-default-next-revision): Rename to vc-rcs-next-revision and
20244 move to vc-rcs.el.
20245 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
20246 (vc-rcs-update-changelog): Remove.
20247 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
20248 and move to vc-rcs.el.
20249
20250 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
20251 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
20252 renaming.
20253 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
20254 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
20255 vc.el, renamed to be RCS specific.
20256
20257 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
20258 New functions.
20259 (vc-cvs-update-changelog): Move here from vc.el.
20260
20261 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
20262 New functions.
20263
20264 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
20265
20266 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
20267
20268 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20269
20270 * vc-git.el (vc-git-register): Use "git add" for directories.
20271 (vc-git-stash, vc-git-stash-show): New functions.
20272 (vc-git-extra-menu-map): Bind them.
20273
20274 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
20275 directory correctly in case the item is a directory itself.
20276
20277 * vc.el: Document the desired behavior for reverted files in the
20278 `added' state.
20279 (vc-default-prettify-state-info): Remove function, unused.
20280
20281 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
20282
20283 2009-08-26 Glenn Morris <rgm@gnu.org>
20284
20285 * bindings.el (standard-mode-line-format): Reposition dashes in
20286 which-func entry. (Bug#4217)
20287
20288 * files.el (enable-local-variables, enable-local-eval)
20289 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
20290 the defcustoms.
20291 (auto-mode-alist, ignored-local-variables)
20292 (save-some-buffers-action-alist): Move risky declarations to the
20293 definitions.
20294 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
20295 (font-lock-defaults, format-alist, imenu--index-alist)
20296 (imenu-generic-expression, input-method-alist, minor-mode-alist)
20297 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
20298 (mode-line-modified, mode-line-mule-info, mode-line-position)
20299 (mode-line-process, mode-line-remote, outline-level)
20300 (parse-time-rules, rmail-output-file-alist)
20301 (special-display-buffer-names, vc-mode):
20302 Move risky declarations to the relevant files.
20303 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
20304 (mode-line-modified, mode-line-process, mode-line-position)
20305 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
20306 * font-core.el (font-lock-defaults):
20307 * format.el (format-alist):
20308 * vc-hooks.el (vc-mode):
20309 * window.el (special-display-buffer-names):
20310 * international/mule-cmds.el (input-method-alist):
20311 Define riskiness here (dumped file) rather than in files.el.
20312 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
20313 * imenu.el (imenu-generic-expression, imenu--index-alist):
20314 * outline.el (outline-level):
20315 * time.el (display-time-string):
20316 * calendar/parse-time.el (parse-time-rules):
20317 * mail/rmailout.el (rmail-output-file-alist):
20318 Autoload riskiness here, rather than placing in files.el.
20319
20320 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
20321
20322 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
20323
20324 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
20325
20326 * simple.el (process-file-side-effects): New defvar.
20327
20328 * dired-aux.el (dired-show-file-type):
20329 * vc.el (vc-diff-internal):
20330 * vc-arch.el (vc-arch-diff):
20331 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
20332 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
20333 * vc-git.el (vc-git-registered, vc-git-working-revision)
20334 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
20335 (vc-git--empty-db-p):
20336 * vc-hooks.el (vc-user-login-name):
20337 * vc-svn.el (vc-svn-registered, vc-svn-state)
20338 (vc-svn-dir-extra-headers, vc-svn-find-revision):
20339 * progmodes/grep.el (grep-probe): Let-bind
20340 `process-file-side-effects' with nil.
20341
20342 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
20343
20344 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
20345 daemon. Replace ping by checking for running service for bluez
20346 and zeroconf. (Bug#4239)
20347
20348 2009-08-25 Kevin Ryde <user42@zip.com.au>
20349
20350 * net/dig.el (dig): Add autoload cookie.
20351
20352 2009-08-25 Glenn Morris <rgm@gnu.org>
20353
20354 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
20355 load-history for absolute file-names.
20356 (byte-compile-file-form-require): Warn about use of the cl package.
20357
20358 * format.el (format-alist): Doc fix.
20359
20360 * play/bubbles.el (top-level): Don't require cl at run-time.
20361
20362 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
20363 run-time cl).
20364
20365 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
20366
20367 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
20368 from cl package.
20369 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
20370
20371 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
20372
20373 * calc/calc-alg.el (math-trig-rewrite)
20374 (math-hyperbolic-trig-rewrite): New functions.
20375 (calc-simplify): Simplify trig functions when asked.
20376
20377 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
20378
20379 * diff-mode.el (diff-find-source-location): Avoid goto-line.
20380
20381 2009-08-24 Kenichi Handa <handa@m17n.org>
20382
20383 * language/ind-util.el (mapthread): Delete it.
20384 (combinatorial): New function.
20385 (indian--puthash-cv): Use combinatorial instead of mapthread.
20386
20387 2009-08-22 Kevin Ryde <user42@zip.com.au>
20388
20389 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
20390 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
20391 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
20392 Clarify docstring that the value is strings not symbols.
20393 (checkdoc-list-of-strings-p): New function.
20394
20395 2009-08-22 Glenn Morris <rgm@gnu.org>
20396
20397 * files.el (auto-mode-alist):
20398 * hippie-exp.el (he-concat-directory-file-name):
20399 * lpr.el (lpr-windows-system, printer-name):
20400 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
20401 * ps-print.el (ps-windows-system):
20402 * startup.el (command-line):
20403 * emulation/viper-ex.el (viper-glob-function):
20404 * international/mule-cmds.el (set-language-environment-coding-systems):
20405 * net/ange-ftp.el (ange-ftp-write-region):
20406 * obsolete/fast-lock.el (fast-lock-cache-name):
20407 Remove code for defunct system-types emx, macos, mswindows, next-mach,
20408 unisoft-unix, vax-vms, win32, w32.
20409
20410 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
20411 given name if the pattern is not more specific.
20412
20413 * calendar/lunar.el (lunar-phase-names): New option.
20414 (lunar-phase): Doc fix.
20415 (lunar-cycles-per-year): New constant.
20416 (lunar-index): New function.
20417 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
20418 (lunar-phase-name): Use lunar-phase-names.
20419 (calendar-lunar-phases): Use format.
20420 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
20421
20422 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
20423 Copy imenu-example--name-and-position function here for own use.
20424 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
20425
20426 * bs.el (bs--redisplay):
20427 * cus-edit.el (custom-redraw):
20428 * ibuffer.el (ibuffer-bury-buffer):
20429 * server.el (server-goto-line-column):
20430 * startup.el (command-line-1):
20431 * strokes.el (strokes-xpm-for-stroke):
20432 * term.el (term-display-buffer-line):
20433 * view.el (View-goto-line):
20434 * calc/calc.el (calc-do, calc-trail-buffer):
20435 * play/gamegrid.el (gamegrid-add-score-insecure):
20436 * progmodes/ada-mode.el (ada-compile-goto-error):
20437 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
20438 (ebrowse-select-1st-to-9nth):
20439 * progmodes/cperl-mode.el (cperl-time-fontification):
20440 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
20441 * progmodes/gud.el (gud-display-line):
20442 (idlwave-shell-display-line):
20443 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
20444 * progmodes/make-mode.el (makefile-browser-toggle):
20445 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
20446 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
20447 * textmodes/picture.el (picture-draw-rectangle):
20448 * textmodes/reftex-index.el (reftex-index-goto-letter):
20449 (reftex-select-jump-to-previous):
20450 * textmodes/reftex-sel.el (reftex-find-start-point)
20451 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
20452 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
20453 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
20454 * textmodes/tex-mode.el (tex-compilation-parse-errors):
20455 * textmodes/two-column.el (2C-associated-buffer):
20456 Use forward-line rather than goto-line.
20457
20458 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
20459 goto-line.
20460
20461 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
20462 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
20463 (quick-check-list-to-regexp): Declare.
20464
20465 * progmodes/make-mode.el (makefile-browser-insert-selection):
20466 Use goto-char rather than goto-line.
20467
20468 * progmodes/prolog.el (compilation-error-regexp-alist)
20469 (compilation-forget-errors): Declare.
20470
20471 2009-08-22 Juri Linkov <juri@jurta.org>
20472
20473 * progmodes/grep.el (lgrep, rgrep): At the beginning
20474 set `dir' to `default-directory' unless `dir' is a non-nil
20475 readable directory. (Bug#4052)
20476 (lgrep, rgrep): Change a weird way to report an error
20477 from using `read-string' to using `error'.
20478 Instead of using interactive arguments in the function body,
20479 add new argument `confirm'.
20480
20481 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
20482
20483 * textmodes/remember.el (remember-buffer):
20484 * progmodes/cperl-mode.el (cperl-vc-header-alist):
20485 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
20486 (icalendar-extract-ical-from-buffer):
20487 * net/newst-treeview.el (newsticker-groups-filename):
20488 * net/newst-backend.el (newsticker-cache-filename):
20489 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
20490 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
20491 (speedbar-add-ignored-path-regexp, speedbar-line-path)
20492 (speedbar-buffers-line-path, speedbar-path-line)
20493 (speedbar-buffers-line-path):
20494 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
20495 (epg-sign-keys):
20496 * epa.el (epa-display-verify-result):
20497 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
20498
20499 2009-08-21 Glenn Morris <rgm@gnu.org>
20500
20501 * progmodes/js.el (inferior-moz-process): Fix declaration.
20502
20503 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
20504
20505 * obsolete/rnewspost.el (news-mail-reply):
20506 Use goto-char rather than goto-line.
20507
20508 * term/ns-win.el (ns-open-file-select-line):
20509 Use line-beginning-position rather than goto-line.
20510
20511 * apropos.el (apropos-command):
20512 * ehelp.el (electric-helpify):
20513 * printing.el (pr-show-setup):
20514 * strokes.el (strokes-help):
20515 * tutorial.el (tutorial--describe-nonstandard-key)
20516 (tutorial--detailed-help):
20517 * woman.el (woman-mini-help, woman-display-extended-fonts):
20518 * calc/calc-help.el (calc-describe-key):
20519 * emulation/edt.el (edt-electric-helpify):
20520 * international/mule-diag.el (mule-diag):
20521 * play/yow.el (apropos-zippy):
20522 * progmodes/python.el (python-describe-symbol):
20523 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
20524 * textmodes/table.el (*table--cell-describe-mode)
20525 (*table--cell-describe-bindings):
20526 Use help-print-return-message rather than the now obsolete alias.
20527
20528 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
20529 (calendar-cursor-to-visible-date):
20530 * play/5x5.el (5x5-position-cursor):
20531 * play/decipher.el (decipher):
20532 * play/gomoku.el (gomoku-goto-xy):
20533 * play/landmark.el (lm-goto-xy):
20534 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
20535 (mpuz-paint-digit):
20536 Use forward-line, not goto-line.
20537
20538 * mail/rmail.el (rmail-obsolete): Delete custom group.
20539 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
20540 (rmail-remote-password, rmail-remote-password-required):
20541 Remove unneeded :set-after and :set properties.
20542
20543 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
20544
20545 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
20546
20547 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
20548
20549 * loadup.el: Remove leftover macos code.
20550
20551 * vc-git.el (vc-git-annotate-command): Run asynchronously.
20552 Explicitly pass the date format to git blame so that user local
20553 so that the output format can be parsed.
20554
20555 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
20556
20557 * net/dbus.el (top): Don't check for (getenv
20558 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
20559
20560 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
20561
20562 * log-edit.el (log-edit-strip-single-file-name): New var.
20563 (log-edit-insert-changelog): Use it. Bug#3571
20564
20565 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20566
20567 * subr.el (read-passwd): Use read-key so keypad keys work as well.
20568 Bug#3287
20569
20570 * help.el (help-print-return-message): Rename from
20571 print-help-return-message.
20572
20573 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
20574 cvs-mode-map parent hack.
20575 (log-view-mode): Derive from special-mode.
20576
20577 * linum.el (linum-mode): window-size-change-functions is redundant.
20578 Adapt to new window-configuration-change-hook behavior.
20579 (linum-after-size, linum-after-config): Remove.
20580
20581 * imenu.el (imenu-example--name-and-position)
20582 (imenu-example--lisp-extract-index-name)
20583 (imenu-example--create-lisp-index, imenu-example--create-c-index):
20584 Mark as obsolete.
20585
20586 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
20587 (inferior-prolog-mode): Use it.
20588 (inferior-prolog-load-file): Reset list of errors.
20589
20590 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20591
20592 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
20593
20594 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
20595
20596 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
20597
20598 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
20599 is running already.
20600
20601 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20602
20603 * subr.el (listify-key-sequence-1): Use normal syntax since those
20604 integers are nowadays always represented by the same (positive) number
20605 on all platforms.
20606 (read-key-empty-map): New const.
20607 (read-key-delay): New var.
20608 (read-key): New function.
20609 (force-mode-line-update): Use with-current-buffer.
20610 (locate-user-emacs-file): Don't forget to abbreviate the file name.
20611 (start-process-shell-command, start-file-process-shell-command):
20612 Discourage the use of command-args.
20613
20614 2009-08-19 Glenn Morris <rgm@gnu.org>
20615
20616 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
20617
20618 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20619
20620 * simple.el (choose-completion-string): Don't rely on
20621 minibuffer-completing-file-name and ad-hoc checks to decide whether
20622 to continue completion or not.
20623
20624 * minibuffer.el (minibuffer-hide-completions): New function.
20625 (completion--do-completion): Use it.
20626 (completions-annotations): New face.
20627 (completion--insert-strings): Use it.
20628 (completion-pcm--delim-wild-regex): Add docstring.
20629 (completion-pcm--string->pattern): Add support for 0-width delimiters
20630 in completion-pcm--delim-wild-regex.
20631
20632 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
20633
20634 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
20635 Remove unused var `buffer-modified-p'.
20636
20637 * minibuffer.el (completion--do-completion): Move point for the #b001
20638 case as well (bug#4176).
20639 (minibuffer-complete, minibuffer-complete-word): Don't move point.
20640
20641 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
20642
20643 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
20644 and :session buses.
20645
20646 2009-08-18 Kenichi Handa <handa@m17n.org>
20647
20648 * international/ucs-normalize.el (ucs-normalize-version):
20649 Change to 1.1.
20650 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
20651 (utf-8-hfs): Make it perform normalization on encoding too.
20652
20653 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
20654 (sentence-end-without-space): Delete duplicated chars.
20655 (sentence-end-base): Likewise.
20656
20657 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
20658 (html-mode): Delete duplicated chars from sentence-end-base.
20659
20660 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
20661 (texinfo-mode): Delete duplicated chars from sentence-end-base.
20662
20663 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
20664
20665 * files.el (hack-one-local-variable): If the mode function is for
20666 a minor mode, pass it an argument (Bug#4148).
20667
20668 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
20669
20670 * net/tramp.el (tramp-register-completion-file-name-handler):
20671 Check also for (member 'partial-completion completion-styles).
20672
20673 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
20674
20675 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
20676 abbrev (Bug#3943).
20677
20678 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
20679
20680 * progmodes/cperl-mode.el: Merge upstream 6.2.
20681 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
20682 (cperl-forward-re): Check cperl-brace-recursing.
20683 (cperl-highlight-charclass): New function.
20684 (cperl-find-pods-heres): Use it.
20685 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
20686 (cperl-beautify-regexp-piece): Fix column calculation.
20687 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
20688 (cperl-beautify-level): Don't process entire regexp.
20689 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
20690 calling man.
20691 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
20692 (cperl-init-faces): Build a list in the normal way.
20693
20694 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
20695
20696 * calendar/parse-time.el (parse-time-string-chars): Save match
20697 data.
20698
20699 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
20700
20701 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
20702 (sql-product): Use it.
20703 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
20704 (sql-set-product): Add completion.
20705 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
20706 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
20707 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
20708 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
20709 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
20710 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
20711 (sql-highlight-db2-keywords): Remove.
20712 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
20713 (sql-highlight-product): Use derived-mode-p.
20714 (sql-set-sqli-buffer): Use with-current-buffer.
20715 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
20716 Simplify.
20717
20718 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
20719
20720 * term.el: Fix commenting convention, turn comments into docstrings.
20721
20722 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
20723
20724 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
20725
20726 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
20727
20728 * calendar/parse-time.el (parse-time-string-chars): Compute using
20729 character classes, to handle non-ascii characters (Bug#3190).
20730
20731 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
20732
20733 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
20734 another heredoc if the user adds another < (Bug#3226).
20735
20736 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20737 Don't initialize based on window-system (Bug#4124).
20738
20739 * facemenu.el (facemenu-read-color): Use a completion function
20740 that accepts any defined color, such as RGB triplets (Bug#3677).
20741
20742 * files.el (get-free-disk-space): Change fallback default
20743 directory to /. Expand DIR argument before switching to fallback.
20744 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
20745
20746 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
20747
20748 * files.el (load-library): Doc fix.
20749
20750 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
20751
20752 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
20753 (viper-if-string): Redefine C-s in the minibuffer to insert the last
20754 incremental search string.
20755
20756 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
20757 XEmacs.
20758
20759 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
20760 (ediff-merge-region-is-non-clash)
20761 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
20762 Also check if the job is really a merge job.
20763
20764 * ediff.el (ediff-current-file): New function.
20765
20766 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
20767
20768 * progmodes/js.el: Edit docstrings throughout to follow Emacs
20769 conventions.
20770 (js-insert-and-indent): Delete function.
20771 (js-mode-map): Don't bind keys to js-insert-and-indent.
20772 (js-beginning-of-defun): Rename from js--beginning-of-defun.
20773 (js-end-of-defun): Rename from js--end-of-defun.
20774 (js-auto-indent-flag): Delete variable.
20775
20776 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
20777
20778 * progmodes/js.el: Remove proclaim statement.
20779 Defvar which-func-imenu-joiner-function to silence compiler.
20780
20781 * files.el (auto-mode-alist): Use js-mode for .js files.
20782
20783 * progmodes/js2-mode.el: Remove file.
20784
20785 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
20786
20787 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
20788
20789 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
20790
20791 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
20792 Karl Landstrom <karl.landstrom@brgeight.se>
20793
20794 * progmodes/js.el: New file.
20795
20796 2009-08-14 Mark A. Hershberger <mah@everybody.org>
20797
20798 * timezone.el (timezone-parse-date): Add ability to understand ISO
20799 basic format (minimal separators) dates in addition to the
20800 already-supported extended format dates.
20801
20802 2009-08-14 Eli Zaretskii <eliz@gnu.org>
20803
20804 * international/ucs-normalize.el: Add a `coding' file variable.
20805
20806 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
20807
20808 2009-08-14 Sam Steingold <sds@gnu.org>
20809
20810 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
20811
20812 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
20813
20814 * faces.el (help-argument-name): Define it here instead of
20815 help-fns.el, because in daemon mode help-fns.el may be loaded when
20816 faces are still uninitialized (Bug#1078).
20817
20818 * help-fns.el (help-argument-name): Move defface to faces.el.
20819
20820 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
20821
20822 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
20823 create buffer with a pty but no process so that GDB can make the
20824 inferior the controlling process.
20825
20826 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
20827
20828 * international/ucs-normalize.el: New file.
20829
20830 2009-08-13 Richard Stallman <rms@gnu.org>
20831
20832 * mail/rmail.el (rmail-get-attr-names):
20833 Accept an attribute header that is too short.
20834
20835 * mail/rmail.el (rmail-forget-messages):
20836 Ignore nil elt in rmail-message-vector. Use dotimes.
20837
20838 * progmodes/compile.el (compilation-goto-locus):
20839 Use next-error-move-function.
20840
20841 * simple.el (next-error-move-function): New variable.
20842
20843 2009-08-12 Juri Linkov <juri@jurta.org>
20844
20845 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
20846 always non-nil. (Bug#4052)
20847
20848 * replace.el (read-regexp): Return empty string when
20849 `default-value' is nil.
20850 (keep-lines-read-args): Don't use empty string as the
20851 default value for `read-regexp'. (Bug#2495)
20852
20853 2009-08-12 Juri Linkov <juri@jurta.org>
20854
20855 * international/mule-cmds.el (ucs-insert): Change arguments
20856 from `arg' to `character', `count', `inherit' to be the same
20857 as in `insert-char'. Doc fix. (Bug#4039)
20858
20859 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
20860
20861 2009-08-12 Juri Linkov <juri@jurta.org>
20862
20863 * files-x.el: New file.
20864
20865 * files.el: Move code that deals with adding/deleting
20866 file/directory-local variables to files-x.el.
20867
20868 * Makefile.in (ELCFILES): Add files-x.elc.
20869
20870 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
20871
20872 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
20873 to use `goto-line'.
20874 (gdb-place-breakpoints, gdb-get-location): Rewritten without
20875 `goto-line'.
20876 (gdb-invalidate-disassembly): Do not refresh upon receiving
20877 'update signal. Instead, update all disassembly buffers only after
20878 threads list.
20879 (gdb): Send -target-detach when buffer is killed (Bug#3794).
20880 (gdb-starting): Move -data-list-register-names...
20881 (gdb-stopped): ...here so it's sent when first thread stops.
20882 (gdb-registers-handler-custom): Do nothing if register names are
20883 unknown yet.
20884
20885 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
20886 from `gdb-mi.el' to avoid extra tangling.
20887
20888 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
20889 change which breaks `gud-def' definitions used in `gdb'.
20890 (gdb-update-gud-running): No extra fuss for updating frame number.
20891
20892 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
20893
20894 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
20895 (describe-language-environment-map, setup-language-environment-map)
20896 (set-coding-system-map): Move initialization into declaration.
20897 (set-language-info-alist): Last arg to define-key-after can be skipped.
20898
20899 * international/quail.el (quail-completion-1): Simplify.
20900 (quail-define-rules): Use slightly more compact code.
20901 (quail-insert-decode-map): Propertize keys, compact columns.
20902
20903 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20904 Add goto-line.
20905
20906 2009-08-10 Miles Bader <miles@gnu.org>
20907
20908 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
20909 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
20910 (js2-instance-member, js2-private-member, js2-private-function-call)
20911 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
20912 (js2-magic-paren, js2-external-variable):
20913 Remove "-face" suffix from face names.
20914 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
20915 (js2-highlight-undeclared-vars, js2-peek-token)
20916 (js2-parse-function-params, js2-mode-show-errors)
20917 (js2-mode-show-warnings, js2-make-magic-delimiter)
20918 (js2-mode-highlight-magic-parens): Update to use new face names.
20919
20920 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
20921
20922 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
20923 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
20924
20925 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
20926
20927 * subr.el: Provide hashtable-print-readable.
20928
20929 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
20930 hs-c-like-adjust-block-beginning.
20931 (hs-hide-block-at-point): Stop hiding at the beginning of
20932 hs-block-end-regexp (Bug#700).
20933
20934 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
20935
20936 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
20937 a macro.
20938 (gdb-registers-handler-custom): Do not fail when register names
20939 are unavailable.
20940
20941 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
20942
20943 * progmodes/gdb-mi.el (gdb-control-all-threads)
20944 (gdb-control-current-thread): Interactive setters for
20945 `gdb-gud-control-all-threads' to use in menu.
20946 (gdb-show-run-p): Show «Go» when process is not active.
20947 (gud-tool-bar-map): Add non-stop/A,T indicator.
20948 Uses gud/thread.xpm and gud/all.xpm.
20949
20950 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
20951
20952 * net/net-utils.el (net-utils-font-lock-keywords): New var.
20953 (nslookup-font-lock-keywords): Make it a variable.
20954 (net-utils-mode): New mode for viewing diagnostic network output.
20955 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
20956 (net-utils-run-simple): New function.
20957 (ifconfig, iwconfig, netstat, arp, route): Use it.
20958
20959 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
20960
20961 * progmodes/gdb-mi.el (gdb-read-memory-custom)
20962 (gdb-memory-set-address, def-gdb-set-positive-number)
20963 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
20964 after changing settings.
20965 (gdb-invalidate-disassembly): Update when first shown.
20966 (gdb-edit-locals-value): Fix.
20967 (gdb-registers-handler-custom): Print registers in right order and
20968 allow changing register values (only for current thread yet).
20969 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
20970 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
20971 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
20972 (gdb-locals-handler-custom, gdb-registers-handler-custom):
20973 Thread info in mode name.
20974 (gdb-registers-mode-map): TAB to switch to locals.
20975
20976 2009-08-08 Eli Zaretskii <eliz@gnu.org>
20977
20978 * mail/rmail.el (rmail-add-mbox-headers)
20979 (rmail-set-message-counters-counter): Search for
20980 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
20981
20982 2009-08-08 Glenn Morris <rgm@gnu.org>
20983
20984 * Makefile.in (ELCFILES): Update.
20985
20986 2009-08-07 Eli Zaretskii <eliz@gnu.org>
20987
20988 * mail/sendmail.el (mail-yank-original):
20989 Set buffer-file-coding-system from the one used by the message whose
20990 text is yanked.
20991
20992 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
20993 to "windows" when "pgnuplot" is used.
20994 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
20995 Don't call accept-process-output if "pgnuplot" is used.
20996 (calc-graph-init): Don't send -display and -geometry to
20997 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
20998 running "pgnuplot -V" with shell-command-to-string.
20999
21000 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
21001 the default.
21002
21003 2009-08-07 Eli Zaretskii <eliz@gnu.org>
21004
21005 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
21006 org/org-latex.elc.
21007
21008 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
21009
21010 * vc-dispatcher.el (vc-resynch-window): Update comment.
21011
21012 * term.el (term-handle-ansi-escape): Add comments with the
21013 terminfo capabilities implemented.
21014
21015 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
21016
21017 * progmodes/gdb-mi.el (gdb-var-create-regexp): Remove.
21018 (gdb-var-create-handler): Rewritten using JSON parser.
21019 (gdb-propertize-header): Move earlier.
21020 (gdb-set-header): Remove to avoid duplication.
21021 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
21022 Refresh disassembly buffers only after threads list have been
21023 update.
21024 (gdb-threads-header, gdb-registers-header): Per-buffer header line
21025 variables.
21026
21027 2009-08-04 Juri Linkov <juri@jurta.org>
21028
21029 * files.el: Commands to add/delete file/directory-local variables.
21030 (read-file-local-variable, read-file-local-variable-value)
21031 (read-file-local-variable-mode, modify-file-local-variable)
21032 (modify-file-local-variable-prop-line)
21033 (modify-dir-local-variable): New functions.
21034 (add-file-local-variable, delete-file-local-variable)
21035 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
21036 (add-dir-local-variable, delete-dir-local-variable)
21037 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
21038 (copy-dir-locals-to-file-locals-prop-line): New commands.
21039
21040 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
21041
21042 * abbrev.el (insert-abbrev-table-description): Prettify output.
21043 Suggested by Karl Chen.
21044
21045 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
21046
21047 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
21048 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
21049 (gdb-overlay-arrow-position, gdb-thread-position)
21050 (gdb-disassembly-position): Declare variables.
21051 (gdb-wait-for-pending): Function now.
21052 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
21053 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
21054 compilation goes smoothly.
21055 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
21056 (gdb-non-stop-setting): New customization setting which replaces
21057 `gdb-non-stop' so changing it doesn't break active GDB session.
21058 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
21059 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
21060 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
21061 (gdb-show-threads-by-default): New customization options.
21062 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
21063 routines.
21064 (gdb-get-buffer-create): Send buffers update signal when they are
21065 created.
21066 (gdb-invalidate-locals, gdb-invalidate-registers)
21067 (gdb-invalidate-breakpoints)
21068 (gdb-invalidate-threads, gdb-invalidate-disassembly)
21069 (gdb-invalidate-memory): Accept update signal.
21070 (gdb-current-context-command): Use --frame option.
21071 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
21072 Implement `gdb-frame-number' selection logic.
21073 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
21074 whether to show GUD toolbar buttons.
21075 (gdb-thread-exited): Unselect current thread when it exits.
21076 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
21077 (gdb-mark-line): Routine which sets overlay arrow or inverses
21078 video on fringeless displays.
21079 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
21080 to build aligned columns of data in GDB buffers and set text
21081 properties line-by-line.
21082 (gdb-invalidate-breakpoints)
21083 (gdb-breakpoints-list-handler-custom)
21084 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
21085 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
21086 (gdb-registers-handler-custom): Align data columns.
21087 (gdb-locals-handler-custom): Now prints data like in variable
21088 declarations.
21089 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
21090 Remove confusing buttons.
21091 (gdb-invalidate-threads): Append --frame.
21092 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
21093 between breakpoints/threads buffers.
21094 (gdb-set-window-buffer): Now can ignore dedicated windows.
21095 (gdb-propertize-header): Use `gdb-set-window-buffer'.
21096 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
21097 (def-gdb-thread-buffer-gud-command): Replaces
21098 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
21099 for fine thread control.
21100 (gdb-preempt-existing-or-display-buffer): New function used to
21101 display bound buffers without breaking window layout.
21102 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
21103 (gdb-select-frame): New version of `gdb-frames-select' which now
21104 sets `gdb-frame-number' so commands may use --frame option instead
21105 of inner debugger state.
21106 (gdb-frame-handler): Do not set `gdb-frame-number'.
21107 (gdb-threads-mode-map): Select threads with mouse.
21108
21109 * progmodes/gud.el (gdb-gud-context-call): Declare function to
21110 avoid compilation warning.
21111 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
21112 `gdb-show-stop-p`.
21113
21114 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
21115 Argument `key' renamed to `buffer-type'.
21116 (gdb-current-context-buffer-name): Do not add thread info to
21117 buffer name when no thread is selected.
21118 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
21119 command (bug 3794).
21120 (gdb-thread-selected): Handle `=thread-selected' notification.
21121 (gdb-wait-for-pending): New macro to deal with congestion problems.
21122 (gdb-breakpoints-list-handler-custom): Don't fail on pending
21123 breakpoints.
21124 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
21125 This fixes problem similar to one described in bug 3947.
21126 (gud-menu-map): More menu items.
21127 (gdb-init-1): Reset `gdb-thread-number' to nil.
21128
21129 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
21130 non-stop settings.
21131
21132 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
21133 (gdb-current-context-command): Do not append --thread if
21134 `gdb-thread-number' is nil.
21135 (gdb-running-threads-count, gdb-stopped-threads-count):
21136 New variables.
21137 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
21138 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
21139 New customization options.
21140 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
21141 GUD commands.
21142 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
21143 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
21144 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
21145 set `gdb-thread-number' and update `gud-running' properly.
21146 (gdb-running): Update threads list when new threads appear.
21147 (gdb-stopped): Support non-stop operation and new thread switching
21148 logic.
21149 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
21150 (gdb-json-partial-output): New set of JSON routines.
21151 (def-gdb-auto-update-trigger): New `signal-list' optional
21152 argument.
21153 (gdb-thread-list-handler-custom): Update `gud-running',
21154 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
21155 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
21156 (gdb-continue-thread, gdb-step-thread): New commands for fine
21157 thread execution control.
21158 (gud-menu-map): New menu items to switch non-stop options.
21159 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
21160 (gdb-send): Mimic RET properly (bug 3794).
21161
21162 * progmodes/gdb-mi.el (gdb-rules-name-maker)
21163 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
21164 gdb-buffer-rules.
21165 (def-gdb-auto-update-handler): New nopreserve optional argument.
21166 (gdb-stack-list-frames-custom): Print stack from top to bottom.
21167
21168 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
21169 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
21170 (gdb-parent-mode): New mode to derive other GDB modes from.
21171 (gdb-display-disassembly-for-thread)
21172 (gdb-frame-disassembly-for-thread): New commands for threads
21173 buffer.
21174
21175 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
21176 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
21177 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
21178 (gdb-update): We now store all GDB buffers in a list so that they
21179 can be updated by traversing a list instead of calling invalidate
21180 triggers explicitly.
21181 (def-gdb-trigger-and-handler): New macro to define trigger-handler
21182 pair for GDB buffer.
21183 (gdb-stack-buffer-name): Add thread information.
21184 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
21185 handle pending triggers.
21186 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
21187 (def-gdb-thread-buffer-simple-command)
21188 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
21189 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
21190 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
21191 New commands which show buffers bound to thread.
21192 (gdb-stack-list-locals-regexp): Remove unused regexp.
21193
21194 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
21195 (gdb-locals-buffer-name, gdb-registers-buffer-name)
21196 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
21197 to (gud-comint-buffer) in *-buffer-name functions
21198 because (gdb-get-target-string) already does that.
21199 (gdb-locals-handler-custom, gdb-registers-handler-custom)
21200 (gdb-changed-registers-handler): Rewritten without regexps.
21201
21202 * progmodes/gdb-mi.el: Basic thread selection support.
21203 (gdb-thread-number): New variable.
21204 (gdb-current-context-command): New macro which adds --thread
21205 option to command.
21206 (gdb-threads-mode-map): Select thread with SPC.
21207 (gdb-thread-list-handler-custom): Mark current thread with overlay
21208 arrow. Synchronize GDB thread and Emacs thread.
21209 (gdb-select-thread): New command which selects current thread.
21210 (gdb-invalidate-frames, gdb-invalidate-locals)
21211 (gdb-invalidate-registers): Use --thread option.
21212
21213 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
21214
21215 * net/tramp.el (top): Make check for tramp-gvfs loading more
21216 robust. (Bug#3977)
21217 (tramp-handle-insert-file-contents): `unwind-protect' must be
21218 inside `with-parsed-tramp-file-name'.
21219
21220 * net/tramp-gvfs.el (top): Remove superfluous message when loading
21221 fails.
21222
21223 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
21224
21225 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
21226 directory if CLASSPATH is not set.
21227
21228 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
21229
21230 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
21231 New defconst.
21232 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
21233
21234 2009-08-02 Kevin Ryde <user42@zip.com.au>
21235
21236 * net/newst-backend.el (newsticker--raw-url-list-defaults):
21237 Update freshmeat link. Delete newsforge.com as it seems gone.
21238
21239 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
21240
21241 * select.el (x-set-selection): Doc fix (Bug#4021).
21242
21243 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
21244
21245 * help-fns.el (describe-variable): Treat list return values from
21246 dir-locals-find-file properly (Bug#4005).
21247
21248 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
21249
21250 * net/tramp.el (tramp-debug-message): Print also microseconds.
21251
21252 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
21253
21254 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
21255 or END is non-nil.
21256 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
21257 (tramp-get-debug-buffer): Change `outline-regexp' according to new
21258 format.
21259
21260 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
21261 (tramp-get-file-property): Use it.
21262
21263 * autorevert.el (auto-revert-handler):
21264 Allow `auto-revert-tail-mode' for remote files.
21265
21266 2009-08-02 Jason Rumney <jasonr@gnu.org>
21267
21268 * minibuffer.el (read-file-name): Treat confirm options to
21269 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
21270
21271 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
21272
21273 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
21274 (font-lock-variable-name-face, font-lock-constant-face):
21275 Darken the colors for light backgrounds.
21276
21277 2009-08-01 Eli Zaretskii <eliz@gnu.org>
21278
21279 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
21280 month names. (Bug#3987)
21281
21282 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
21283
21284 * simple.el (line-move-finish): Pass whole number to
21285 line-move-to-column.
21286 (line-move-visual): Perform hscroll to the recorded position.
21287
21288 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
21289
21290 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
21291
21292 2009-07-29 Alan Mackenzie <acm@muc.de>
21293
21294 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
21295
21296 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
21297
21298 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
21299 (gdb-place-breakpoints): Use full path when setting breakpoints.
21300
21301 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
21302
21303 * calc/calc.el (calc-mode-map): Add keybinding for
21304 `calc-transpose-lines'.
21305
21306 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
21307
21308 * calc/calc-misc.el (calc-transpose-lines): New function.
21309
21310 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
21311
21312 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
21313 Simplify check for out-of-band methods.
21314 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
21315 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
21316
21317 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
21318
21319 * vc-git.el (vc-git-checkin): Fix typo.
21320
21321 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
21322
21323 * progmodes/js2-mode.el: New file.
21324
21325 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
21326
21327 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
21328 (gud-menu-map): Adjust tooltip accordingly.
21329
21330 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
21331
21332 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
21333 (vc-bzr-log-view-mode): Adjust log-view-file-re.
21334
21335 * add-log.el (change-log-mode-map): Add a menu.
21336
21337 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
21338
21339 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
21340 function returns nil.
21341 (dbus-handle-event): Handle special return value :ignore.
21342 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
21343
21344 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
21345
21346 * view.el (view-mode-enable): Don't define Helper-return-blurb if
21347 it's not needed.
21348
21349 2009-07-25 Eli Zaretskii <eliz@gnu.org>
21350
21351 Fix Bug#3888:
21352
21353 * w32-vars.el (x-select-enable-clipboard): Doc fix.
21354
21355 * term/pc-win.el (x-display-name, x-colors)
21356 (x-select-enable-clipboard, x-select-text): Doc fix.
21357
21358 * term/common-win.el (x-display-name, x-colors): Doc fix.
21359
21360 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
21361 (xw-defined-colors): Doc fix.
21362
21363 * w32-fns.el (x-select-text, x-setup-function-keys)
21364 (x-get-selection, x-set-selection): Doc fix.
21365
21366 * term/x-win.el (x-select-text, x-setup-function-keys)
21367 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
21368
21369 * select.el (x-set-selection): Doc fix.
21370
21371 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
21372
21373 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
21374 instead of "IsNSSSupportAvailable". Avahi ought to work also when
21375 "IsNSSSupportAvailable" method is not available.
21376 Reported by Steve Youngs <steve@sxemacs.org>.
21377
21378 2009-07-24 Kenichi Handa <handa@m17n.org>
21379
21380 * international/characters.el: Fix setting of category ?C, ?|, ?K,
21381 and ?H. Fix setting of case for Latin Extended and Greek Extended.
21382 (build-unicode-category-table): Fix range checks.
21383
21384 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
21385
21386 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
21387 the buffer we try to sync is current when calling
21388 vc-resynch-buffer.
21389
21390 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
21391 not show up to date files.
21392
21393 2009-07-24 Glenn Morris <rgm@gnu.org>
21394
21395 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
21396 Add autoload cookies. If necessary, initialize.
21397 (elint-log): Handle non-file buffers.
21398 (elint-initialize): Add optional argument to reinitialize.
21399 (elint-find-builtin-variables): Save excursion.
21400
21401 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
21402
21403 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
21404 for Lint.
21405
21406 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
21407
21408 * vc.el (vc-print-log-internal): New function, split out from ...
21409 (vc-print-log): ... here.
21410 (vc-dir-move-to-goal-column): Declare.
21411
21412 * vc-git.el (vc-git-add-signoff): New variable.
21413 (vc-git-checkin): Use it.
21414 (vc-git-toggle-signoff): New function.
21415 (vc-git-extra-menu-map): Bind it to menu.
21416 (vc-git--run-command-string): Accept a nil FILE argument.
21417 (vc-git-stash-list): New function.
21418 (vc-git-dir-extra-headers): Use it.
21419
21420 2009-07-23 Glenn Morris <rgm@gnu.org>
21421
21422 * help-fns.el (describe-variable): Describe ignored and risky local
21423 variables in a similar way to that in which we describe safe ones.
21424
21425 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
21426 (byte-compile-output-file-form, byte-compile-output-docform)
21427 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
21428 Give some more local variables with common names a "bytecomp-" prefix,
21429 so as not to shadow things during compilation.
21430 * emacs-lisp/cl-macs.el (load-time-value)
21431 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
21432 `outbuffer' to `bytecomp-outbuffer'.
21433
21434 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
21435 since the next two variables cover them automatically now.
21436 (elint-builtin-variables, elint-autoloaded-variables): New.
21437 (elint-unknown-builtin-args): Remove all members, since they can be
21438 parsed automatically now.
21439 (elint-extra-errors): New.
21440 (elint-env-add-env, elint-env-add-macro): Use cadr.
21441 (elint-current-buffer): Use or. Change final message.
21442 (elint-get-top-forms): Use line-end-position.
21443 (elint-init-env): Use cadr. Handle autoload, declare-function,
21444 and defalias.
21445 (elint-add-required-env): Doc fix. Use or. Standardize error.
21446 (regexp-assoc): Remove unused function.
21447 (elint-top-form): Set elint-current-pos, to record the start of the
21448 top-level form, for compilation-mode.
21449 (elint-form): Trap errors in macro expansion. Use dolist.
21450 (elint-unbound-variable): Use elint-builtin-variables and
21451 elint-autoloaded-variables.
21452 (elint-get-args): Use cadr, or.
21453 (elint-check-cond-form): Use dolist, cadr.
21454 (elint-check-condition-case-form): Doc fix. Use cadr.
21455 Use elint-extra-errors.
21456 (elint-log): New function.
21457 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
21458 Distinguish errors and warnings.
21459 (elint-log-message): Use with-current-buffer. Inhibit read-only.
21460 Use a bytecomp-style format.
21461 (elint-clear-log): Preserve default-directory. Inhibit read-only.
21462 (elint-get-log-buffer): Use compilation mode. Disable undo.
21463 Don't truncate lines.
21464 (elint-initialize): Set builtin and autoloaded variable lists.
21465 Only process elint-unknown-builtin-args if non-nil.
21466 (elint-find-builtin-variables, elint-find-autoloaded-variables):
21467 New functions.
21468 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
21469
21470 2009-07-22 Kevin Ryde <user42@zip.com.au>
21471
21472 * net/newst-backend.el (newsticker--parse-atom-1.0)
21473 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
21474 (newsticker--parse-rss-1.0):
21475 * progmodes/idlwave.el (idlwave-mode):
21476 * progmodes/idlw-shell.el (idlwave-shell-mode):
21477 * progmodes/vera-mode.el (vera-mode):
21478 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
21479 * progmodes/vhdl-mode.el (vhdl-mode):
21480 * textmodes/table.el (table-generate-source)
21481 (table--warn-incompatibility):
21482 Hyperlink urls in docstrings with URL `...'.
21483
21484 2009-07-22 Glenn Morris <rgm@gnu.org>
21485
21486 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
21487 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
21488 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
21489 Remove leading * from defcustom docs.
21490
21491 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
21492
21493 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
21494 defcustom doc.
21495 (list-load-path-shadows): Optionally, just return shadows as a string.
21496
21497 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
21498
21499 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
21500
21501 * mail/rmailedit.el (rmail-edit-mode):
21502 Use auto-save-include-big-deletions.
21503
21504 * mail/rmail.el (rmail-variables):
21505 Use auto-save-include-big-deletions.
21506
21507 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
21508 changes.
21509
21510 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
21511
21512 * calc/calc.el (calc-undo-length): New variable.
21513 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
21514
21515 2009-07-21 Richard Stallman <rms@gnu.org>
21516
21517 * files.el (auto-save-mode): Handle buffer-save-size = -2
21518 for toggling mode.
21519
21520 2009-07-21 Glenn Morris <rgm@gnu.org>
21521
21522 * textmodes/ispell.el (ispell-looking-back): Update declaration.
21523
21524 * calendar/todo-mode.el (calendar-current-date): Update declaration.
21525
21526 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
21527 silence compiler. Instead...
21528 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
21529 (ps-print-ensure-fontified): Update for above function name changes.
21530
21531 * printing.el (pr-mh-get-msg-num, pr-mh-show)
21532 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
21533 silence compiler. Instead...
21534 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
21535 (mh-show-buffer): Only define for compiler.
21536 (pr-mh-current-message): Update for above function name changes.
21537
21538 * files.el (abort-if-file-too-large): Explicitly pass `filename'
21539 as an argument.
21540 (find-file-noselect, insert-file-1): Update for above change.
21541
21542 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
21543
21544 * mail/mailclient.el (mailclient-send-it): Fix message.
21545
21546 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
21547 (edebug-eval): Check cl-debug-env is bound.
21548 (print-level, print-circle): Don't redefine built-in variables.
21549
21550 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
21551 (custom-print-vectors): Remove old comments from doc.
21552
21553 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
21554 (emerge-version): Make the variable an obsolete alias for the
21555 emacs-version variable. Make the function obsolete.
21556 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
21557 Emerge options, rather than merging in into the main Options menu.
21558 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
21559 and auto advance modes. Disable edit/fast items when not relevant.
21560
21561 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
21562
21563 * term/vt420.el (terminal-init-vt420): Fix typo.
21564
21565 2009-07-20 Sam Steingold <sds@gnu.org>
21566
21567 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
21568 variable (removed from compile.el on 2004-03-11).
21569
21570 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
21571
21572 * files.el (hack-local-variables-filter): Fix last change.
21573
21574 2009-07-19 Juri Linkov <juri@jurta.org>
21575
21576 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
21577 (dir-local-variables-alist): New buffer-local variable.
21578 (hack-local-variables-filter): If variable is not dir-local,
21579 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
21580 because file-local overrides dir-local.
21581 (c-postprocess-file-styles) <declare-function>:
21582 Remove obsolete declaration.
21583 (hack-dir-local-variables): Add dir-local variable/value pair to
21584 `dir-local-variables-alist' and remove duplicates. Doc fix.
21585
21586 * help-fns.el (describe-variable): Add information about
21587 file-local and dir-local variables.
21588
21589 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
21590
21591 * files.el (hack-local-variables-filter): Rewrite.
21592
21593 2009-07-19 Glenn Morris <rgm@gnu.org>
21594
21595 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
21596 Silence compiler by only defining on XEmacs.
21597
21598 * international/mule.el (auto-coding-regexp-alist): Only match
21599 BABYL... at the start of buffer, not of lines. (Bug#3790)
21600
21601 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
21602 non-calendar buffers (Bug#3862). Restore "not on a date" message.
21603 (cal-menu-context-mouse-menu): Doc fix.
21604
21605 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
21606
21607 * simple.el (mail-user-agent): Doc fix. Set :version tag.
21608
21609 2009-07-18 Juri Linkov <juri@jurta.org>
21610
21611 * info.el: Virtual Info keyword finder.
21612 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
21613 (Info-finder-file): New variable.
21614 (Info-finder-find-file): New function.
21615 (finder-known-keywords, finder-package-info)
21616 (find-library-name, lm-commentary): Use defvar and
21617 declare-function to silence compiler warnings.
21618 (Info-finder-find-node): New function.
21619 (info-finder): New command.
21620
21621 * subr.el (process-kill-buffer-query-function): New function.
21622 (add-hook)<kill-buffer-query-functions>: Add hook
21623 `process-kill-buffer-query-function'.
21624
21625 2009-07-18 Alan Mackenzie <acm@muc.de>
21626
21627 * progmodes/cc-mode.el (c-before-hack-hook)
21628 (c-postprocess-file-styles): Give invocation of `c-set-style'
21629 DONT-OVERRIDE parameter of t. Already set style variables will
21630 thus not be overridden by style settings given by `c-file-syle'.
21631
21632 * files.el (hack-local-variables-filter): Remove entries with
21633 duplicate keys from `file-local-variables-alist'.
21634
21635 2009-07-18 Eli Zaretskii <eliz@gnu.org>
21636
21637 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
21638 x-set-selection if display-selections-p returns nil for the
21639 current frame.
21640
21641 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
21642
21643 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
21644
21645 2009-07-18 Eli Zaretskii <eliz@gnu.org>
21646
21647 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
21648 Accept nil in addition to a regexp.
21649 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
21650 Accept nil in addition to a regexp.
21651 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
21652 buffers that have an associated file. Handle nil values of
21653 desktop-buffers-not-to-save and desktop-files-not-to-save.
21654 (Bug#3833)
21655
21656 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
21657 (x-disown-selection-internal): New functions.
21658
21659 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
21660
21661 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
21662 warning.
21663 (gdb-breakpoints-header): Move forward to avoid compiler warning.
21664 (gdb-make-header-line-mouse-map): Remove duplicate definition.
21665
21666 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
21667
21668 * simple.el (set-mark): Revert last change.
21669
21670 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
21671
21672 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
21673 rendering of pngs is not possible instead of messaging a long
21674 description.
21675
21676 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
21677
21678 * w32-fns.el (x-selection-owner-p): New function.
21679
21680 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
21681 (mouse-yank-at-click, mouse-yank-primary):
21682 If select-active-regions is non-nil, deactivate the mark before
21683 insertion.
21684
21685 * simple.el (deactivate-mark, set-mark): Only save selection if we
21686 own it.
21687
21688 2009-07-17 Kenichi Handa <handa@m17n.org>
21689
21690 * case-table.el (describe-buffer-case-table): Fix for the case
21691 that KEY is a cons.
21692
21693 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
21694
21695 * vc-rcs.el (vc-rcs-find-file-hook):
21696 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
21697
21698 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
21699
21700 * net/tramp.el (tramp-wait-for-output): Handle the case when
21701 commands do not return a newline but a null byte before the shell
21702 prompt. (Bug#3858)
21703
21704 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21705
21706 * term/ns-win.el (ns-set-alpha): Don't declare.
21707 (ns-set-background-alpha): Remove function.
21708
21709 2009-07-16 Kevin Ryde <user42@zip.com.au>
21710
21711 * emacs-lisp/copyright.el (copyright-update): Save match-data across
21712 y-or-n-p, for safety.
21713
21714 2009-07-16 Richard Stallman <rms@gnu.org>
21715
21716 * files.el (auto-save-mode): If buffer-saved-size is -2,
21717 don't clobber it.
21718
21719 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
21720 (rmail-retry-ignored-headers): Add more uninteresting fields.
21721
21722 2009-07-15 Jari Aalto <jari.aalto@cante.net>
21723
21724 * net/rcirc.el (rcirc): Use history variables.
21725 (rcirc-server-name-history, rcirc-nick-name-history)
21726 (rcirc-server-port-history): New variables.
21727
21728 2009-07-15 Kenichi Handa <handa@m17n.org>
21729
21730 * international/mule-cmds.el (set-language-environment-charset):
21731 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
21732 ignore them.
21733
21734 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
21735 Delete unibyte-display.
21736
21737 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
21738
21739 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
21740
21741 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
21742
21743 * simple.el (deactivate-mark): Optional argument FORCE.
21744 (set-mark): Use deactivate-mark.
21745
21746 * info.el (Info-search): No need to check transient-mark-mode
21747 before calling deactivate-mark.
21748
21749 * select.el (x-set-selection): Doc fix.
21750 (x-valid-simple-selection-p): Allow buffer values.
21751 (xselect--selection-bounds): Handle buffer values.
21752 Suggested by David De La Harpe Golden.
21753
21754 * mouse.el (mouse-set-region, mouse-drag-track):
21755 Call copy-region-as-kill before setting the mark, to let
21756 select-active-regions work.
21757
21758 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
21759
21760 * simple.el (deactivate-mark): If select-active-regions is
21761 non-nil, copy the selection data into a string.
21762 (activate-mark): If select-active-regions is non-nil, set the
21763 selection to the current buffer.
21764 (set-mark): Update selection if select-active-regions is non-nil.
21765
21766 * select.el (x-valid-simple-selection-p): Allow buffer values.
21767
21768 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
21769
21770 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
21771 and more featureful message-mode.
21772
21773 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
21774
21775 * select.el (x-set-selection): Doc fix.
21776 (x-valid-simple-selection-p): Disallow selection data consisting
21777 of a list or cons of integers, since that is not used.
21778 (xselect--selection-bounds, xselect--int-to-cons): New functions.
21779 (xselect-convert-to-string, xselect-convert-to-length)
21780 (xselect-convert-to-filename, xselect-convert-to-charpos)
21781 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
21782
21783 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
21784
21785 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
21786 output in -break-info command (Emacs bug #3794).
21787
21788 2009-07-14 Glenn Morris <rgm@gnu.org>
21789
21790 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
21791 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
21792 (edebug-print-length, edebug-print-level, edebug-print-circle)
21793 (edebug-sit-for-seconds, edebug-view-outside)
21794 (edebug-bounce-point, edebug-set-global-break-condition)
21795 (edebug-Go-nonstop-mode, edebug-trace-mode)
21796 (edebug-Trace-fast-mode, edebug-continue-mode)
21797 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
21798 (edebug-visit-eval-list): Doc fixes.
21799
21800 * subr.el (def-edebug-spec): Doc fix.
21801
21802 2009-07-14 Kenichi Handa <handa@m17n.org>
21803
21804 * international/characters.el: Fix setting of category ?C.
21805
21806 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
21807
21808 * term/ns-win.el (x-select-font): defalias x-select-font to
21809 ns-popup-font-panel instead of generate-fontset-menu.
21810
21811 2009-07-12 Eli Zaretskii <eliz@gnu.org>
21812
21813 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
21814
21815 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
21816
21817 * arc-mode.el (archive-find-type): Allow for a PK00 string before
21818 the PK\003\004 header (Bug#3770).
21819
21820 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
21821
21822 * pcomplete.el (pcomplete-comint-setup): Check for
21823 shell-dynamic-complete-filename too.
21824
21825 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
21826
21827 * simple.el (temporary-goal-column): Change the value for
21828 line-move-visual to a cons cell.
21829 (line-move-visual): Record or set the window hscroll, if
21830 necessary (Bug#3494).
21831 (line-move-1): Handle cons value of temporary-goal-column.
21832
21833 2009-07-11 Kenichi Handa <handa@m17n.org>
21834
21835 * international/mule-diag.el (describe-character-set): Don't show
21836 width.
21837
21838 2009-07-10 Sam Steingold <sds@gnu.org>
21839
21840 * progmodes/compile.el (compilation-mode-font-lock-keywords):
21841 Omake sometimes indents the errors it prints, so allow all
21842 regexps to start with spaces.
21843
21844 2009-07-10 Eli Zaretskii <eliz@gnu.org>
21845
21846 * cus-edit.el (customize-changed-options-previous-release):
21847 Bump value to 22.1. (Bug#3804)
21848
21849 2009-07-08 Sam Steingold <sds@gnu.org>
21850
21851 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
21852 to be a cons cell (test . ignored-directory) to selectively ignore
21853 some directories depending on the location of the search.
21854
21855 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
21856
21857 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
21858 remote user is root, on the local host.
21859 (tramp-local-host-p): Either the local user or the remote user
21860 must be root. (Bug#3771)
21861
21862 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
21863
21864 * progmodes/gdb-mi.el (gdb): Remove description of
21865 gdb-use-separate-io-buffer.
21866 (menu): Don't allow toggling of or enable
21867 gdb-use-separate-io-buffer from menubar.
21868
21869 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
21870
21871 * mail/unrmail.el (unrmail): Make sure the message ends with two
21872 newlines (Bug#3769).
21873
21874 2009-07-08 Glenn Morris <rgm@gnu.org>
21875
21876 * calendar/calendar.el (calendar-current-date): Rework previous change.
21877
21878 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
21879
21880 * calendar/calendar.el (calendar-current-date):
21881 Add an optional argument giving an offset from today.
21882
21883 2009-07-08 Glenn Morris <rgm@gnu.org>
21884
21885 * tutorial.el (tutorial--describe-nonstandard-key):
21886 Adjust the message for when a key has been unbound.
21887 (help-with-tutorial): Hide the arch-tag.
21888
21889 2009-07-08 Kenichi Handa <handa@m17n.org>
21890
21891 * international/fontset.el (setup-default-fontset): For each
21892 script, append (not set) font-specs.
21893
21894 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
21895 docstring.
21896
21897 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
21898
21899 * progmodes/gdb-mi.el (gdb-init-1): Move sending
21900 -data-list-register-names to ...
21901 (gdb-starting): ... here because GDB 7.0 requires execution to
21902 have started when using this MI command.
21903 (gdb-set-header): New function to distinguish select and
21904 unselected tabs in gdb buffers.
21905 (gdb-propertize-header): New macro that uses gdb-set-header.
21906 (gdb-breakpoints-header, gdb-locals-header): Use it.
21907 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
21908
21909 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
21910
21911 * Makefile.in (ELCFILES): Remove fadr.elc.
21912
21913 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
21914
21915 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
21916 may contain frame information, so `string-match' should be used.
21917 (gdb-update): Disassembly is invalidated through
21918 `gdb-get-selected-frame'.
21919 (gdb-pad-string): New function to pad string with spaces.
21920 (gdb-invalidate-disassembly): Invalidate only if the buffer
21921 exists.
21922 (gdb-disassembly-handler-custom): Column alignment.
21923 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
21924 placing new ones.
21925 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
21926 end of line, too.
21927 (gdb-frame-handler): Match convention to for disassembly buffer
21928 mode name.
21929 (gdb-stack-list-frames-handler): Rewritten without regexps.
21930 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
21931 not highlight breakpoints without line information.
21932 (gdb-input): Add trailing newline to command.
21933
21934 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
21935 buffer properly.
21936 (gdb-breakpoints-list-handler-custom): Replacement for
21937 `gdb-break-list-handler'. Using real parser instead of regexps
21938 now.
21939 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
21940 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
21941 to place breakpoints.
21942 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
21943 functions.
21944 (gdb-disassembly-handler-custom): Show overlay arrow.
21945 (gdb-disassembly-place-breakpoints): Show breakpoints in
21946 disassembly buffer.
21947 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
21948 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
21949 instead of parsing breakpoints buffer. Fixed old menu references
21950 in `gud-menu-map'.
21951
21952 * fadr.el: Remove.
21953
21954 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
21955 (gdb-memory-address): New variable which holds top address of
21956 memory page shown in memory buffer.
21957 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
21958 New customization variables.
21959 New functions:
21960 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
21961 display the memory buffer.
21962 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
21963 buffer display parameters.
21964 (def-gdb-memory-format, gdb-memory-format-binary)
21965 (gdb-memory-format-octal, gdb-memory-format-unsigned)
21966 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
21967 Functions for setting memory buffer format.
21968 (gdb-memory-unit-word, gdb-memory-unit-halfword)
21969 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
21970 unit size used in memory buffer.
21971 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
21972 Switch to next/previous page of memory buffer.
21973 Now using (bindat-get-field) instead of fadr functions.
21974
21975 2009-07-07 Sam Steingold <sds@gnu.org>
21976
21977 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
21978 non-top-level files.
21979
21980 2009-07-07 Kenichi Handa <handa@m17n.org>
21981
21982 * international/mule-cmds.el (reset-language-environment):
21983 Put the highset priority to the charset iso-8859-1.
21984
21985 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
21986
21987 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
21988 to the end of the line when locating the block (Bug#700).
21989
21990 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
21991
21992 * net/tramp.el (tramp-handle-write-region): Flush file properties
21993 in case of short track.
21994
21995 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
21996
21997 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
21998 Coded custom representation of verilog error regular expressions
21999 to work with Emacs-22's new format.
22000 (verilog-error-regexp-xemacs-alist): Coded custom representation
22001 of verilog error regular expressions to work with XEmacs format.
22002 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
22003 error recognition into XEmacs.
22004 (verilog-error-regexp-add-emacs): Hook routine to install verilog
22005 error recognition into Emacs-22.
22006
22007 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
22008
22009 * woman.el: Remove stand-alone closing parentheses.
22010 (woman-file-name, woman2-format-paragraphs)
22011 (woman-leave-blank-lines): Code cleanup.
22012 (woman-use-own-frame): Change default to nil.
22013 (woman-italic, woman-bold, woman-unknown, woman-addition):
22014 Change defaults to inherit from default faces.
22015 (woman2-process-escapes): Consume the newline after a stand-alone
22016 filler character (Bug#3651).
22017
22018 2009-07-06 Glenn Morris <rgm@gnu.org>
22019
22020 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
22021 (top-level): Move provide to the end.
22022 (ffap): Remove defunct URL from custom group.
22023
22024 * subr.el (eval-after-load): Doc fix.
22025
22026 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
22027
22028 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
22029 `calc-embedded-word' is called twice.
22030
22031 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22032
22033 * files.el (find-alternate-file-other-window, find-alternate-file):
22034 Obey confirm-nonexistent-file-or-buffer.
22035
22036 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
22037
22038 * dired-aux.el (dired-show-file-type): Handle remote files.
22039
22040 2009-07-05 Jari Aalto <jari.aalto@cante.net>
22041
22042 * desktop.el (desktop-globals-to-save):
22043 Add file-name-history (Bug#2750).
22044
22045 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
22046
22047 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
22048
22049 2009-07-04 Johan Bockgård <bojohan@gnu.org>
22050
22051 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
22052 property on entire argument since this is what eshell-lisp-command
22053 expects.
22054
22055 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
22056
22057 * net/tramp-gvfs.el (tramp-gvfs-methods)
22058 (tramp-gvfs-zeroconf-domain)
22059 (tramp-bluez-discover-devices-timeout): Add version flag.
22060 (tramp-gvfs-handler-mounted-unmounted)
22061 (tramp-gvfs-connection-mounted-p): Polish handling of
22062 incompatibilities between GVFS 0.2 and 1.0.
22063
22064 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
22065
22066 * cus-start.el (all): Add make-pointer-invisible.
22067
22068 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
22069
22070 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
22071 formatted correctly.
22072
22073 2009-07-02 Juri Linkov <juri@jurta.org>
22074
22075 * info.el: Virtual Info files and nodes.
22076 (Info-virtual-files, Info-virtual-nodes): New variables.
22077 (Info-current-node-virtual): New variable.
22078 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
22079 New functions.
22080 (Info-file-supports-index-cookies): Use Info-virtual-file-p
22081 to check for a virtual file instead of checking a fixed list
22082 of node names.
22083 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
22084 instead of ad-hoc processing of "dir" and (apropos history toc).
22085 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
22086 instead of ad-hoc processing of "dir" and (apropos history toc).
22087 Reread a file when moving from a virtual node.
22088 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
22089 (Info-directory-toc-nodes, Info-directory-find-file)
22090 (Info-directory-find-node): New functions.
22091 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
22092 (Info-history): Move part of code to
22093 `Info-history-find-node'.
22094 (Info-history-toc-nodes, Info-history-find-file)
22095 (Info-history-find-node): New functions.
22096 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
22097 (Info-toc): Move part of code to `Info-toc-find-node'.
22098 (Info-toc-find-node): New function.
22099 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
22100 the current Info file name to references because now the node
22101 "*TOC*" belongs to the same Info manual.
22102 (Info-toc-build): Rename from `Info-build-toc'.
22103 (Info-toc-nodes): Rename input argument `file' to `filename'.
22104 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
22105 instead of ad-hoc processing of ("dir" apropos history toc).
22106 (Info-index-nodes): Use Info-virtual-file-p
22107 to check for a virtual file instead of checking a fixed list
22108 of node names.
22109 (Info-index-node): Add check for `Info-current-node-virtual'.
22110 Raise `save-match-data' higher up the tree to contain
22111 `search-forward' too (bug fix).
22112 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
22113 (Info-virtual-index-nodes): New variable.
22114 (Info-virtual-index-find-node, Info-virtual-index): New functions.
22115 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
22116 (Info-apropos-file, Info-apropos-nodes): New variables.
22117 (Info-apropos-toc-nodes, Info-apropos-find-file)
22118 (Info-apropos-find-node, Info-apropos-matches): New functions.
22119 (info-apropos): Move part of code to `Info-apropos-find-node' and
22120 `Info-apropos-matches'.
22121 (Info-mode-map): Bind "I" to `Info-virtual-index'.
22122 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
22123 for a virtual file instead of checking a fixed list of node names.
22124
22125 * simple.el (async-shell-command): New command.
22126
22127 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
22128
22129 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
22130 instead of `mount-info'.
22131
22132 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
22133
22134 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
22135 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
22136
22137 2009-07-02 Kenichi Handa <handa@m17n.org>
22138
22139 * international/mule.el (set-keyboard-coding-system): Force *-unix
22140 coding-system to avoid eol conversion.
22141
22142 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
22143
22144 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
22145 Add handler for `process-file', `shell-command' and
22146 `start-file-process'.
22147 (tramp-gvfs-handle-shell-command)
22148 (tramp-gvfs-handle-start-file-process)
22149 (tramp-gvfs-handle-process-file): New defuns.
22150 (tramp-synce-list-devices): Simplify check for existence of property.
22151
22152 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
22153
22154 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
22155
22156 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
22157
22158 * language/korean.el (set-language-info-alist): Add korean-cp949,
22159 cp949 to spec.
22160
22161 2009-07-01 Kenichi Handa <handa@m17n.org>
22162
22163 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
22164
22165 * international/encoded-kb.el: Deleted.
22166
22167 * international/mule.el (set-keyboard-coding-system): Perform the
22168 necessary setup here instead of calling encoded-kbd-setup-display.
22169
22170 2009-07-01 Glenn Morris <rgm@gnu.org>
22171
22172 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
22173
22174 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
22175
22176 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
22177
22178 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
22179
22180 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
22181 Handle also the 'rename case, when setting file modes. (Bug#3712)
22182 (tramp-default-file-modes): Remove execute permissions.
22183
22184 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
22185 (top): Add a default for "synce" in `tramp-default-user-alist'.
22186 Add completion function for "synce" method.
22187 (tramp-hal-service, tramp-hal-path-manager)
22188 (tramp-hal-interface-manager, tramp-hal-interface-device):
22189 New defconst.
22190 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
22191 (tramp-synce-list-devices, tramp-synce-parse-device-names):
22192 New defuns.
22193
22194 * net/trampver.el: Update release number.
22195
22196 2009-06-30 Kenichi Handa <handa@m17n.org>
22197
22198 * international/fontset.el (setup-default-fontset): Add CJK fonts
22199 for symbols and the other miscellaneous characters.
22200
22201 * language/korea-util.el (setup-korean-environment-internal):
22202 Make char-width-table suitable for Korean environments.
22203 (exit-korean-environment): Cancel above.
22204
22205 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
22206 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
22207 setup-function to make char-width-table suitable for respective
22208 environments, and an exit-function to cancel that.
22209
22210 * language/japan-util.el (setup-japanese-environment-internal):
22211 Call use-cjk-char-width-table with arg `ja_JP'.
22212
22213 * international/characters.el (cjk-char-width-table): Delete it.
22214 (cjk-char-width-table-list): New variable.
22215 (use-cjk-char-width-table): New arg local-name.
22216 (use-default-char-width-table): Fix for the case that Emacs is
22217 already using the default char-width-table.
22218
22219 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
22220
22221 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
22222 modes mandatory. (Bug#3712)
22223
22224 2009-06-29 Alan Mackenzie <acm@muc.de>
22225
22226 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
22227 correction between the visible width of TABs and their number of bytes.
22228
22229 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
22230
22231 * server.el (server-buffer-done): Prevent kill-buffer from
22232 prompting by clearing the buffer modification flag (Bug#3696).
22233
22234 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
22235
22236 * progmodes/verilog-mode.el (verilog-beg-of-statement)
22237 (verilog-endcomment-reason-re): Support unique case and priority case.
22238 (verilog-basic-complete-re): Support localparam lineup.
22239 (verilog-beg-of-statement-1): Fix for robustness, unique case.
22240 (verilog-set-auto-endcomments): Fix for unique case, always_comb
22241 commenting.
22242 (verilog-leap-to-case-head): Now support *nested* unique &
22243 priority case statements.
22244 (verilog-auto-lineup): Make just declarations the default (as it
22245 had been).
22246 (verilog-leap-to-case-head): Support priority/unique case statements.
22247 (verilog-auto-lineup): Rework to give users radio buttons to
22248 select the various styles of automatic lineup.
22249 (verilog-error-regexp-alist): Rework to support the XEmacs style
22250 of error regular expressions from compilers, lint tools &
22251 simulators. Note that GNU Emacs has made it impossible for a mode
22252 to load such things.
22253 (electric-verilog-terminate-line, verilog-indent-declaration)
22254 (verilog-auto-wiure): Rework for radio button selection of
22255 auto-lineup selection of specification of auto lineup.
22256 (verilog-beg-of-statement-1): Redesign to support proper operation
22257 in additional code, based on testing with auto-lineup.
22258 (verilog-calculate-indent, assignments & declarations)
22259 (verilog-backward-token): Enhance to support auto-lineup of
22260 assignments & declarations.
22261 (verilog-in-directive-p, verilog-at-struct-p): New function for
22262 easy test of whether we are.
22263 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
22264 to support safe execution at almost anyline.
22265 (verilog-calc-1): Properly support indenting deep inside generate
22266 blocks.
22267 (verilog-init-font): Remove definition & use of verilog-init-font,
22268 as it is redundant with font-lock-defaults.
22269 (verilog-mode): Alter the definition of verilog-font-lock-defaults
22270 to avoid circular calls if syntax-ppss is a function (as is the
22271 case now in 22.x GNU Emacs) as that function would sometimes call
22272 itself, leading to (nearly) infinite recursion.
22273 (verilog-ovm-begin-re, verilog-ovm-end-re)
22274 (verilog-ovm-statement-re, verilog-leap-to-head)
22275 (verilog-backward-token): Add support for OVM macros. Some are
22276 complete statements, and others open and close scopes like begin
22277 and end.
22278 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
22279 (verilog-defun-level-generate-only-re): Really fix the defun-list
22280 compilation issue.
22281 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
22282 coverpoint, constraint and cross statements.
22283 (verilog-defun-level-list, verilog-generate-defun-level-list)
22284 (verilog-all-defun-level-list): Redo these specifications - it is
22285 too hard to support eval-when compile aggregation of lists also
22286 built at when-compile time.
22287 (verilog-defun-level-list): Place defconsts of variables used in
22288 building regular expressions which are built in eval-when-compile
22289 bodies in the same eval-when-compile body to facilitate compile
22290 without load.
22291 (verilog-beg-block-re-ordered): Support indenting
22292 virtual/protected tasks and functions.
22293 (verilog-defun-level-list, verilog-in-generate-region-p)
22294 (verilog-backward-ws&directives, verilog-calc-1): Speed up
22295 indentation of some module items (generate items).
22296 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
22297 across virtual/protected tasks and functions.
22298
22299 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
22300
22301 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
22302 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
22303 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
22304 in concatenations. Reported by Yishay Belkind.
22305 (verilog-auto-ascii-enum): Support one-hot state machines in
22306 AUTOASCIIENUM. Suggested by Lloyd Gomez.
22307 (verilog-auto-inst, verilog-auto-inst-port): Include interface
22308 modport in AUTOINST and add vl-modport for users.
22309 Reported by David Rogoff.
22310 (verilog-auto-inout-module, verilog-auto-inst)
22311 (verilog-decls-get-interfaces, verilog-insert-definition)
22312 (verilog-insert-one-definition, verilog-read-decls)
22313 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
22314 (verilog-sig-modport, verilog-signals-combine-bus)
22315 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
22316 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
22317 Suggested by David Rogoff.
22318 (verilog-repair-open-comma): Fix non-insertion of comma when
22319 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
22320 (verilog-make-width-expression): Simplify [A-1:0] expression
22321 widths to just {A{1'b0}}.
22322 (verilog-mode): Cleanup checkdoc warnings.
22323 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
22324 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
22325 inputs/outputs or data type. Suggested by Vasu Kandadi.
22326 (next-error-last-buffer): Fix byte-compiler warning.
22327 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
22328 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
22329 or shell command text during AUTO expansion. Suggested by Tad Truex.
22330 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
22331 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
22332 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
22333 in AUTOINOUT. Reported by Matthew Lovell.
22334 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
22335 causing use of <= assignments. Reported by Alex Reed.
22336 (verilog-read-decls): Fix triand, trior, wand, wor to be
22337 recognized by AUTOWIRE. Reported by Spencer Isaacson.
22338 (verilog-extended-complete-re): Support import "DPI-C" functions.
22339 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
22340 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
22341 (verilog-insert-date, verilog-insert-year)
22342 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
22343 Windows systems. Reported by Michael Potts.
22344 (verilog-read-module-name): Fix AUTOINST when the child module
22345 declaration's name is a tick define. Reported by Elliot Mednick.
22346 (verilog-read-decls): Fix V2K parameter bit subscripts getting
22347 passed to next parameter's definition. Reported by Bruce T.
22348 (verilog-read-decls): Fix detecting "parameter int" when using
22349 AUTOINSTPARAM. Reported by Bruce T.
22350 (verilog-goto-defun): Fix goto not finding modules unless first
22351 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
22352 (verilog-mode): Expand -f flag arguments on entry to mode so
22353 verilog-goto-defun will work. Reported by Lawrence Butcher.
22354 (verilog-getopt): Expand environment variables in -f file
22355 arguments. Suggested by Lawrence Butcher.
22356 (verilog-set-define): Fix "Symbol's value as variable is void"
22357 when reading enumerations.
22358 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
22359 Suggested by Stephen Peltan.
22360 (verilog-read-defines): Fix reading of enumerations in include
22361 files. Reported by Steve Peltan.
22362
22363 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
22364
22365 * files.el (trash-directory): Fix defcustom type.
22366
22367 2009-06-28 Juri Linkov <juri@jurta.org>
22368
22369 * help-fns.el (describe-function-1): Correctly locate adviced
22370 functions in hyperlink (Bug#2438).
22371
22372 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
22373
22374 * files.el (trash-directory): Change default to nil.
22375 (move-file-to-trash): If trash-directory is nil and
22376 system-move-file-to-trash is unbound, perform freedesktop-style
22377 trashing.
22378
22379 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
22380
22381 * files.el (move-file-to-trash): Add freedesktop trash
22382 support (Bug#973).
22383
22384 2009-06-28 Glenn Morris <rgm@gnu.org>
22385
22386 * autorevert.el (global-auto-revert-non-file-buffers)
22387 (global-auto-revert-mode): Doc fixes.
22388
22389 2009-06-27 Johan Bockgård <bojohan@gnu.org>
22390
22391 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
22392
22393 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
22394
22395 * faces.el (x-handle-named-frame-geometry): Ensure that we have
22396 opened an X connection before calling x-get-resource (Bug#3194).
22397
22398 * play/doctor.el: Remove reference to obsolete website.
22399 (make-doctor-variables): Correct grammar mistake (Bug#2633).
22400
22401 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
22402
22403 Remove find-file-not-found-hook VC method. (Bug#2757)
22404 * vc-hooks.el (vc-file-not-found-hook)
22405 (vc-default-find-file-not-found-hook): Remove functions.
22406 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
22407 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
22408 * vc.el:
22409 * vc-hg.el:
22410 * vc-git.el: Do not mention find-file-not-found-hook VC method.
22411
22412 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
22413
22414 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
22415 compatibility function for `looking-back'.
22416
22417 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
22418 Use `ispell-looking-back'.
22419
22420 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
22421
22422 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
22423 rather than `filename'.
22424
22425 2009-06-23 Miles Bader <miles@gnu.org>
22426
22427 * face-remap.el (text-scale-set): New function.
22428
22429 2009-06-23 Glenn Morris <rgm@gnu.org>
22430
22431 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
22432
22433 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
22434
22435 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
22436
22437 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
22438
22439 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
22440 Simplify Persian conditionals.
22441
22442 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
22443 variable `filename'.
22444
22445 * comint.el (comint-insert-input): Doc fix.
22446
22447 * Makefile.in (ELCFILES): Fix typo in previous change.
22448
22449 2009-06-23 Miles Bader <miles@gnu.org>
22450
22451 * cus-start.el: Add entry for `recenter-redisplay'.
22452
22453 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
22454
22455 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
22456 Add an optional argument for the backend, use it instead of
22457 calling vc-backend.
22458 (vc-mode-line): Add an optional argument for the backend.
22459 Pass the backend to vc-state and vc-working-revision. Move code for
22460 special handling for vc-state being a buffer to ...
22461
22462 * vc-rcs.el (vc-rcs-find-file-hook):
22463 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
22464
22465 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
22466 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
22467 vc-stay-local-p and vc-mode-line calls.
22468
22469 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
22470 (vc-cvs-diff, vc-cvs-annotate-command)
22471 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
22472 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
22473 vc-mode-line calls.
22474
22475 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
22476 direct comparison.
22477 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
22478 backend when calling vc-mode-line.
22479 (vc-register): Do not create a closure for calling the vc register
22480 function, call it directly.
22481
22482 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
22483
22484 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
22485 to make it obvious item can be clicked.
22486
22487 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
22488
22489 2009-06-23 Kenichi Handa <handa@m17n.org>
22490
22491 * language/korea-util.el (korean-key-bindings): Change the binding
22492 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
22493 same command.
22494
22495 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
22496
22497 Sync with Tramp 2.1.16.
22498
22499 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
22500
22501 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
22502 when a loading of a package fails. Completion function for rsync
22503 is `tramp-completion-function-alist-ssh'.
22504 (all): Replace all calls of `split-string' and
22505 `tramp-split-string' by `tramp-compat-split-string'.
22506 (tramp-default-method): Use `tramp-compat-process-running-p'.
22507 (tramp-default-proxies-alist): Allow also Lisp forms.
22508 (tramp-remote-path): Add choice "Private Directories".
22509 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
22510 (tramp-domain-regexp): Allow also "-", "_" and ".".
22511 (tramp-end-of-output): Remove newlines, and add "$" at the end.
22512 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
22513 (tramp-debug-message): Insert header line in debug buffer.
22514 (tramp-handle-directory-files-and-attributes-with-stat):
22515 Care about filenames with spaces, or starting with "-".
22516 (tramp-handle-dired-uncache): New defun.
22517 (tramp-handle-insert-directory): Don't flush the directory from
22518 cache, this is handled by `dired-uncache' now.
22519 (tramp-handle-insert-file-contents): Improve error handling.
22520 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
22521 Quote `tramp-end-of-output'.
22522 (tramp-action-password): Improve trace message.
22523 (tramp-check-for-regexp): Both echoes must be present, before removing.
22524 (tramp-open-connection-setup-interactive-shell): Trace coding system.
22525 (tramp-compute-multi-hops): Eval cons cells of
22526 `tramp-default-proxies-alist'.
22527 (tramp-maybe-open-connection): Use the same command pattern for
22528 first hop and further hops.
22529 (tramp-wait-for-output): Remove handling of newlines.
22530 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
22531 (tramp-split-string): Remove function. It is handled in
22532 tramp-compat now.
22533
22534 * net/tramp-cmds.el (tramp-bug):
22535 Recommend `tramp-cleanup-all-connections' in the bug mail.
22536
22537 * net/tramp-compat.el (tramp-compat-split-string)
22538 (tramp-compat-process-running-p): New defuns.
22539
22540 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
22541 for `dired-uncache'.
22542
22543 * net/tramp-gvfs.el: New package.
22544
22545 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
22546 Add handler for `dired-uncache'.
22547 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
22548
22549 * net/trampver.el: Update release number. Make version check fit
22550 for SXEmacs 22.
22551
22552 2009-06-22 Jim Meyering <meyering@redhat.com>
22553
22554 Automatically handle .xz suffix (XZ-compressed files), too.
22555 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
22556 XZ is the successor to LZMA: <http://tukaani.org/xz/>
22557
22558 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
22559 Nick Roberts <nickrob@snap.net.nz>
22560
22561 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
22562 repository (http://sphinx.net.ru/hg/gdb-mi/).
22563
22564 2009-06-22 Glenn Morris <rgm@gnu.org>
22565
22566 * files.el (dir-locals-collect-mode-variables): Allow for any number of
22567 `mode' and `eval' entries. (Bug#3430)
22568
22569 * Makefile.in (ELCFILES): Add fadr.elc.
22570
22571 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
22572 differing behavior of \n and ^ in strings. (Bug#3385)
22573
22574 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
22575
22576 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
22577 property.
22578 (lisp-indent-function): Make it a defcustom.
22579
22580 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
22581
22582 * progmodes/gdb-ui.el: Replace with ...
22583 * progmodes/gdb-mi.el: ... this file.
22584 * progmodes/gud.el: Modify for gdb-mi.el.
22585
22586 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
22587
22588 * fadr.el: New file.
22589
22590 See ChangeLog.14 for earlier changes.
22591
22592 ;; Local Variables:
22593 ;; coding: utf-8
22594 ;; End:
22595
22596 Copyright (C) 2009-2011 Free Software Foundation, Inc.
22597
22598 This file is part of GNU Emacs.
22599
22600 GNU Emacs is free software: you can redistribute it and/or modify
22601 it under the terms of the GNU General Public License as published by
22602 the Free Software Foundation, either version 3 of the License, or
22603 (at your option) any later version.
22604
22605 GNU Emacs is distributed in the hope that it will be useful,
22606 but WITHOUT ANY WARRANTY; without even the implied warranty of
22607 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22608 GNU General Public License for more details.
22609
22610 You should have received a copy of the GNU General Public License
22611 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.