]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
lisp/cus-edit.el (custom-buffer-create-internal): Fix bug#8136.
[gnu-emacs] / lisp / ChangeLog
1 2011-03-04 Zachary Kanfer <zkanfer@gmail.com>
2
3 * cus-edit.el (custom-buffer-create-internal):
4 Split search string before passing it to `customize-apropos' (bug#8136).
5
6 2011-03-04 Drew Adams <drew.adams@oracle.com>
7
8 * image-dired.el (image-dired-cmd-read-exif-data-options):
9 Fix typo in docstring (bug#8156).
10
11 2011-03-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
12
13 * net/rcirc.el (rcirc-cmd-join): Accept comma-separated input.
14
15 2011-03-03 Christian Ohler <ohler@gnu.org>
16
17 * emacs-lisp/ert.el (ert--explain-equal): New function.
18 (ert--explain-equal-rec): Renamed from `ert--explain-not-equal'.
19 All callers changed.
20 (ert--explain-equal-including-properties): Renamed from
21 `ert--explain-not-equal-including-properties'. All callers
22 changed.
23
24 2011-03-03 Christian Ohler <ohler@gnu.org>
25
26 * emacs-lisp/ert.el (ert--stats-set-test-and-result)
27 (ert-char-for-test-result, ert-string-for-test-result)
28 (ert-run-tests-batch, ert--print-test-for-ewoc):
29 Handle `ert-test-quit'.
30
31 2011-03-03 David Abrahams <dave@boostpro.com> (tiny change)
32
33 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
34 Move ediff-defvar-local calls after defcustoms. (Bug#1821)
35
36 2011-03-03 Glenn Morris <rgm@gnu.org>
37
38 * files.el (file-truename): Doc fix. (Bug#2341)
39
40 2011-03-03 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
41
42 * vc/vc-dir.el (vc-dir-mode-map): Bind vc-dir-find-file to e. (Bug#7349)
43
44 2011-03-03 Vagn Johansen <gonz808@hotmail.com> (tiny change)
45
46 * vc/vc-svn.el (vc-svn-after-dir-status): Some MS Windows svn client
47 programs output backslashes. (Bug#7663)
48
49 2011-03-03 Glenn Morris <rgm@gnu.org>
50
51 * mail/sendmail.el (mail-mode-map): Remove mail-sent-via.
52 (mail-mode): Remove mail-sent-via from the doc.
53 (mail-sent-via): Make it obsolete. (Bug#1776)
54
55 * progmodes/grep.el (grep-highlight-matches): Doc fix.
56 (grep-process-setup): No highlighting without font-lock. (Bug#8084)
57
58 * vc/vc-bzr.el (vc-bzr-state-heuristic): Handle dirstate entries
59 with no parents. (Bug#8025)
60
61 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
62
63 * password-cache.el (password-in-cache-p): Add autoload.
64
65 2011-03-02 Glenn Morris <rgm@gnu.org>
66
67 * man.el (Man-support-local-filenames): Also handle Red Hat's man.
68 * dired-x.el (Man-support-local-filenames): Autoload it.
69 (dired-guess-shell-alist-default): Also handle Red Hat's man.
70
71 * dired-x.el (dired-default-directory-alist, dired-default-directory):
72 Mark as obsolete.
73 (dired-smart-shell-command): Just call dired-current-directory.
74
75 * dired-x.el (dired-jump-other-window): Add autoload.
76 (dired-default-directory-alist, dired-default-directory): Doc fixes.
77 (dired-default-directory-alist): Mark as risky.
78
79 * dired-x.el (dired-omit-here-always): Make it obsolete.
80
81 2011-03-02 Chong Yidong <cyd@stupidchicken.com>
82
83 * textmodes/artist.el (artist-curr-go): Default to pen-line.
84 (artist-select-op-pen-line): New function.
85 (artist-menu-map): New variable.
86 (artist-mode-map): Add a menu to the menu-bar.
87
88 2011-03-02 Jay Belanger <jay.p.belanger@gmail.com>
89
90 * calc/calc-math.el (calcFunc-log10): Check for symbolic mode
91 when evaluating.
92
93 * calc/calc-units.el (math-conditional-apply, math-conditional-pow):
94 New function.
95 (math-logunits-add, math-logunits-mul, math-logunits-divide):
96 (math-logunits-quant, math-logunits-level):
97 Use `math-conditional-apply' and `math-conditional-pow' to evaluate
98 functions.
99 (math-logunits-level): Extract units from ratio.
100
101 2011-03-01 Juanma Barranquero <lekktu@gmail.com>
102
103 * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
104
105 2011-03-01 Glenn Morris <rgm@gnu.org>
106
107 * calendar/cal-hebrew.el (calendar-hebrew-birthday, diary-hebrew-date):
108 Rename and rework functions added in previous change.
109
110 2011-03-01 Ed Reingold <reingold@emr.cs.iit.edu>
111
112 * calendar/cal-hebrew.el (hebrew-calendar-birthday)
113 (diary-hebrew-birthday): New functions.
114
115 2011-03-01 Glenn Morris <rgm@gnu.org>
116
117 * dired.el (dired-safe-switches-p): Beef it up.
118 (dired-actual-switches): Use it for the safe-local prop. (Bug#3230)
119
120 2011-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
121
122 * dired.el (dired-safe-switches-p): New function.
123
124 2011-03-01 Glenn Morris <rgm@gnu.org>
125
126 * files.el (dir-locals-collect-variables):
127 Add the ability to exclude subdirectories. (Bug#8100)
128
129 * dired-x.el (dired-omit-here-always): Add `(subdirs . nil)' to locals.
130
131 2011-02-28 Christoph Scholtes <cschol2112@googlemail.com>
132
133 * ido.el (ido-everywhere): Doc fix.
134 (ido-mode): Doc fix.
135
136 2011-02-28 Glenn Morris <rgm@gnu.org>
137
138 * dired-x.el (dired-guess-shell-alist-default): Use \\', not $.
139
140 2011-02-28 Michael Albinus <michael.albinus@gmx.de>
141
142 * net/tramp-cmds.el (tramp-append-tramp-buffers): Dump load-path
143 shadows.
144
145 2011-02-28 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
146
147 * dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.
148
149 2011-02-28 Juanma Barranquero <lekktu@gmail.com>
150
151 * emacs-lisp/pcase.el (pcase, pcase--u1, pcase--q1):
152 Fix typos in docstrings.
153
154 2011-02-28 Stephen Berman <stephen.berman@gmx.net>
155
156 * dired-aux.el (dired-update-file-line):
157 Fix 2010-11-09 change. (Bug#8131)
158
159 2011-02-28 Eli Zaretskii <eliz@gnu.org>
160
161 * international/mule-cmds.el (set-default-coding-systems): Use the
162 -unix variant of encoding in default-keyboard-coding-system.
163 (Bug#8122)
164
165 2011-02-27 Chong Yidong <cyd@stupidchicken.com>
166
167 * facemenu.el (list-colors-display): Use with-help-window (Bug#8048).
168
169 2011-02-27 Prestoo Ten <prestooten@gmail.com> (tiny change)
170
171 * term/screen.el: New file (Bug#2650).
172
173 2011-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
174
175 * emacs-lisp/pcase.el (pcase--if): Try to invert test to reduce depth.
176 (pcase-mutually-exclusive-predicates): New var.
177 (pcase--split-consp, pcase--split-pred): Use it.
178 (pcase--split-equal, pcase--split-member): When splitting against
179 a pure predicate, run it to know the outcome.
180 (pcase--u1): Mark vars that are actually used.
181 (pcase--q1): Avoid introducing unused vars.
182
183 2011-02-27 Jay Belanger <jay.p.belanger@gmail.com>
184
185 * calc/calc-ext.el (calc-init-extensions):
186 Autoload `calc-l-prefix-help' instead of `calc-ul-prefix-help'.
187
188 * calc/calc-math.el (calcFunc-log10): Don't signal an error in
189 symbolic mode.
190
191 * calc/calc-vec.el (calcFunc-subscr): Return nil if the first
192 argument is a variable.
193
194 2011-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
195
196 * emacs-lisp/assoc.el: Remove misleading `sort' (bug#8126).
197 (aput, adelete, amake): Replace `eval' -> `symbol-value'.
198 Suggested by Michael Heerdegen <michael_heerdegen@web.de>.
199
200 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
201
202 * password-cache.el (password-in-cache-p): Convenience function to
203 check if a key is in the cache, even if the value is nil.
204
205 2011-02-25 Jambunathan K <kjambunathan@gmail.com>
206
207 * emacs-lisp/package-x.el (package--archive-contents-from-url)
208 (package--archive-contents-from-file): New functions.
209 (package-update-news-on-upload): New var.
210 (package-upload-buffer-internal): Extract archive-contents from
211 package-archive-upload-base if it is not found at archive-url.
212 Obey package-update-news-on-upload.
213 (package-upload-buffer, package-upload-file): Doc fix.
214
215 2011-02-24 Glenn Morris <rgm@gnu.org>
216
217 * files-x.el (modify-dir-local-variable): Handle dir-locals from
218 the cache, and from non-file sources.
219
220 * help-fns.el (describe-variable): Return consistent results when a
221 dir-local from a file came from the cache or did not. (Bug#8095)
222 If a dir-local has no associated file, say it came from a "directory".
223
224 * files.el (hack-dir-local-variables): Fix setting of `dir-name'.
225 (hack-local-variables-confirm, hack-local-variables-filter): Doc fix.
226
227 * files.el (dir-locals-find-file): Doc fix.
228 Fix the check for cache elements that have no associated file,
229 and the mtime check for those that do. (Bug#8095)
230
231 * dired-x.el (dired-hack-local-variables):
232 Handle interrupts during hacking local variables. (Bug#5216)
233
234 * emacs-lisp/autoload.el (autoload-save-buffers)
235 (autoload-find-destination, update-directory-autoloads):
236 Avoid prompts when updating autoloads.
237
238 2011-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
239
240 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.
241
242 2011-02-23 Kenichi Handa <handa@m17n.org>
243
244 * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
245 error when a multipart boundary in the nested multipart is found.
246
247 * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
248 header components.
249
250 2011-02-23 Glenn Morris <rgm@gnu.org>
251
252 * dired.el (dired-mode): Call hack-dir-local-variables-non-file-buffer.
253 * dired-x.el (dired-omit-mode): Safe if boolean.
254 (dired-enable-local-variables): Fix doc and custom type.
255 (dired-enable-local-variables, dired-local-variables-file)
256 (dired-hack-local-variables): Make obsolete.
257 (dired-omit-here-always): Use dir-locals.el instead.
258
259 * files.el (safe-local-eval-forms): Add the write-file-hooks version.
260
261 2011-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
262
263 * help-fns.el (describe-function-1): Don't signal an error just because
264 the DOC file disappeared.
265
266 2011-02-22 Seppo Sade <sepposade1@gmail.com> (tiny change)
267
268 * eshell/esh-ext.el (eshell-external-command): Do not restrict
269 remote check to "ftp". (Bug#8089)
270
271 2011-02-21 Alan Mackenzie <acm@muc.de>
272
273 Fix bug #7930.
274 * progmodes/cc-engine.el (c-state-literal-at): Prevent positions
275 in macros finding their way into c-state-nonlit-pos-cache.
276 Strengthen the comments.
277 (c-state-dump): New commented out diagnostic routine.
278
279 2011-02-21 Michael Albinus <michael.albinus@gmx.de>
280
281 * net/tramp.el (tramp-rfn-eshadow-setup-minibuffer): Do not use
282 `field' property of `rfn-eshadow-overlay'.
283
284 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
285
286 * net/netrc.el (netrc-parse): Comment fix.
287
288 2011-02-21 Chong Yidong <cyd@stupidchicken.com>
289
290 * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
291 Autoload. Add optional arg FRAME, and pass it to color-values.
292 (color-complement): Caller changed. Doc fix.
293 (color-gradient): Rewrite for better clarity and efficiency.
294
295 * faces.el (color-values): Use cond for clarity. Doc fix.
296
297 * facemenu.el (color-rgb-to-hsv): Delete; use the version in
298 color.el instead.
299 (list-colors-sort-key, list-colors-print):
300 Use color-normalized-values.
301
302 2011-02-20 Drew Adams <drew.adams@oracle.com>
303
304 * color.el: First part of merge from hexrgb.el.
305 (color-rgb-to-hex): Rename from color-rgb->hex.
306 (color-rgb-to-hsv): Rename from color-rgb->hsv. Force hue and
307 saturation to zero if the value is too small.
308 (color-rgb-to-hsl): Rename from color-rgb->hsl.
309 (color-srgb-to-xyz): Rename from color-srgb->xyz. Doc fix.
310 (color-xyz-to-srgb): Rename from color-xyz->srgb. Doc fix.
311 (color-xyz-to-lab): Rename from color-xyz->lab. Doc fix.
312 (color-lab-to-xyz): Rename from color-lab->xyz. Doc fix.
313 (color-lab-to-srgb): Rename from color-lab->srgb. Doc fix.
314 (color-cie-de2000): Doc fix.
315
316 2011-02-20 Alan Mackenzie <acm@muc.de>
317
318 * progmodes/cc-cmds.el (c-beginning-of-statement): Avoid loop in
319 locating the beginning of a macro. (Bug#7595)
320
321 2011-02-20 Glenn Morris <rgm@gnu.org>
322
323 * edmacro.el (edmacro-eight-bits): Make it a defcustom.
324 Don't autoload it.
325
326 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
327 (global-auto-revert-ignore-buffer): Remove leading "*" from docs.
328
329 2011-02-19 Dmitry Bolshakov <dmitry.bolshakov@bridge-quest.com>
330 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
331
332 * progmodes/hideshow.el (hs-find-block-beginning)
333 (hs-hide-level-recursive): Ignore comments when parsing braces
334 (Bug#8036).
335
336 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
337
338 * vc/vc-bzr.el (vc-bzr-bound-branch-p): New function.
339 (vc-bzr-pull): Use it.
340
341 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
342
343 * vc/vc-bzr.el (vc-bzr--branch-conf): Function deleted.
344 (vc-bzr-branch-conf): New function, similar to vc-bzr--branch-conf
345 but returning an alist. Ignore comments in bzr conffile.
346 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-bzr-branch-conf.
347 (vc-bzr-error-regex-alist): New var.
348 (vc-bzr-merge-branch): Use it to highlight the pull/merge buffer.
349
350 * vc/vc-dispatcher.el (vc-do-async-command):
351 Bind inhibit-read-only to t.
352
353 * progmodes/compile.el (compilation--flush-directory-cache):
354 Handle the case where cdr of compilation--flush-directory-cache
355 points to no buffer, which can occur if we previously switched to
356 compilation-mode in a pregenerated buffer.
357
358 2011-02-19 Kenichi Handa <handa@m17n.org>
359
360 * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
361 get the header copy into the temporary buffer.
362 (rmail-mime-insert-decoded-text): Ignore us-ascii.
363 (rmail-show-mime): When rmail-mime-coding-system is nil, set
364 buffer-file-coding-system to undecided.
365
366 2011-02-19 Eli Zaretskii <eliz@gnu.org>
367
368 * international/mule-cmds.el (read-char-by-name, ucs-insert):
369 Document completion with asterisk and a substring.
370
371 2011-02-19 Glenn Morris <rgm@gnu.org>
372
373 * files.el (find-file-literally): Doc fix.
374
375 * simple.el (rfc822-goto-eoh): Give it a doc-string.
376
377 * log-edit.el (log-edit-insert-changelog):
378 Fix `log-edit-strip-single-file-name' functionality. (Bug#8057)
379
380 2011-02-19 Glenn Morris <rgm@gnu.org>
381
382 * dired-x.el: Don't require dired-aux.
383 (dired-do-create-files, dired-mark-read-regexp)
384 (dired-do-create-files-regexp): Autoload from dired-aux.
385
386 * dired-x.el (dired-find-buffer-nocreate): Merge into dired.el.
387 * dired.el (dired-find-buffer-nocreate): Merge dired-x version.
388
389 * dired-x.el (dired-read-shell-command): Merge into dired-aux's version.
390 * dired-aux.el (dired-read-shell-command): Merge dired-x's version.
391
392 * dired-x.el (dired-clean-up-after-deletion): Merge into dired.el.
393 * dired.el (dired-clean-up-after-deletion): Merge dired-x's version.
394 (dired-clean-up-buffers-too): Declare.
395
396 * dired-x.el (dired-initial-position): Merge into dired.el's version.
397 * dired.el (dired-initial-position): Merge dired-x's version here.
398 (dired-find-subdir): Declare.
399
400 * dired-x.el (dired-omit-new-add-entry): Merge into dired-add-entry.
401 * dired-aux.el (dired-add-entry): Give it a doc-string.
402 Merge dired-x's dired-omit handling here.
403 (dired-omit-mode, dired-omit-regexp, dired-omit-localp): Declare.
404
405 * international/mule-diag.el (list-input-methods-1):
406 Indent all lines of multi-line doc-strings. (Bug#8066)
407
408 2011-02-18 Chong Yidong <cyd@stupidchicken.com>
409
410 Fix 2011-02-02 changes.
411
412 * apropos.el (apropos-print): Call apropos-mode before setting up
413 buffer variables. Use inhibit-read-only.
414
415 * emacs-lisp/package.el (package--list-packages):
416 Call package-menu-mode before setting up buffer variables.
417
418 * play/solitaire.el (solitaire): Call solitaire-mode before
419 setting up buffer variables. Use inhibit-read-only.
420
421 2011-02-18 Lawrence Mitchell <wence@gmx.li>
422
423 * progmodes/sh-script.el (sh-syntax-propertize-here-doc): (bug#8053)
424 Bind case-fold-search to nil when looking for end of here-doc.
425
426 2011-02-18 Eli Zaretskii <eliz@gnu.org>
427
428 * image-mode.el (image-toggle-display-image):
429 Set find-file-literally non-nil in buffers visiting binary image
430 files. (Bug#8047)
431
432 2011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
433
434 * files.el (cd): Make completion obey cd-path (bug#7924).
435
436 2011-02-18 Glenn Morris <rgm@gnu.org>
437
438 * progmodes/prolog.el: Don't require compile when compiling.
439 (compilation-shell-minor-mode, compilation-error-regexp-alist)
440 (compilation-forget-errors, compilation-fake-loc)
441 (compilation-parse-errors-function, compilation-error-list): Declare.
442 (prolog-inferior-mode): Require 'compile.
443
444 * emulation/cua-base.el (pc-selection-mode): Declare.
445
446 * emacs-lisp/eieio-custom.el: Set generated-autoload-file.
447 (customize-object): Add autoload cookie.
448 * emacs-lisp/eieio-opt.el: Set generated-autoload-file.
449 (eieio-browse, describe-class, eieio-describe-class)
450 (eieio-describe-constructor, describe-generic, eieio-describe-generic)
451 (eieio-help-mode-augmentation-maybee): Add autoload cookies.
452 * emacs-lisp/eieio.el: Regenerate with automatic autoloads.
453 * Makefile.in (autoloads): Make eieio.el writable.
454
455 * dired-x.el (dired-clean-up-after-deletion, dired-do-relsymlink)
456 (dired-do-relsymlink-regexp, dired-find-buffer-nocreate): Use #'.
457 (dired-hack-local-variables): Use inhibit-read-only.
458 (dired-guess-default): Simplify.
459 (dired-make-relative-symlink): Use dotimes.
460 (dired-simultaneous-find-file): Use dolist.
461 (dired-mark-sexp): Remove unneeded `if'. Use line-end-position.
462 (dired-x-hands-off-my-keys): Doc fix.
463 (dired-x-bind-find-file): Doc fix. Use remapping.
464 (after-init-hook): No need to add dired-x-bind-find-file.
465 (dired-x-find-file, dired-x-find-file-other-window): Doc fixes.
466 No need to call expand-file-name.
467 (dired-filename-at-point): Remove unused locals `end', `filename'.
468
469 2011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
470
471 * emacs-lisp/pcase.el (pcase--u1): Understand non-linear patterns.
472
473 2011-02-18 Christian Ohler <ohler@gnu.org>
474
475 * emacs-lisp/ert.el (ert--setup-results-buffer)
476 (ert-results-pop-to-backtrace-for-test-at-point)
477 (ert-results-pop-to-messages-for-test-at-point)
478 (ert-results-pop-to-should-forms-for-test-at-point)
479 (ert-results-pop-to-timings): Revert parts of change 2011-02-02T17:59:44Z!sds@gnu.org that
480 were incorrect and unnecessary. This should make `make check'
481 pass again.
482
483 2011-02-17 Ken Manheimer <ken.manheimer@gmail.com>
484
485 * lisp/allout-widgets.el: (allout-widgets-icons-light-subdir)
486 (allout-widgets-icons-dark-subdir): Track relocations of icons
487 * lisp/allout.el: Remove commentary about remove encryption
488 passphrase mnemonic support and verification.
489 (allout-encrypt-string): (allout-encrypt-string): Recognize epg
490 failure to decrypt gpg2 armored text using gpg1, and indicate that
491 the gpg version *might* be the problem in the error message.
492
493 2011-02-17 Deniz Dogan <deniz.a.m.dogan@gmail.com>
494
495 * net/rcirc.el (rcirc-float-time): New function.
496 (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE)
497 (rcirc-ctcp-sender-PING): Use it.
498
499 2011-02-17 Glenn Morris <rgm@gnu.org>
500
501 * speedbar.el (speedbar-ignored-modes, speedbar-file-unshown-regexp)
502 (speedbar-update-flag, speedbar-fetch-etags-command)
503 (speedbar-fetch-etags-arguments):
504 * term.el (term-buffer-maximum-size, term-input-chunk-size)
505 (term-completion-autolist, term-completion-addsuffix)
506 (term-completion-recexact, term-completion-fignore):
507 * term/sup-mouse.el (sup-mouse-fast-select-window):
508 * term/x-win.el (x-select-request-type):
509 Convert some defvars with "*" to defcustoms.
510
511 * shell.el (shell-delimiter-argument-list): Set it to nil. (Bug#8027)
512
513 * vc/vc.el (vc-default-previous-version):
514 Remove alias that points nowhere. (Bug#4496)
515
516 * dired-x.el (dired-clean-up-after-deletion):
517 kill-buffer does not need save-excursion.
518 (dired-do-run-mail): Doc fix.
519 (dired-filename-at-point): Doc fix.
520 Use looking-at, and skip-chars rather than re search.
521
522 * dired-x.el (dired-filename-at-point): Fix 8-year old typo.
523
524 2011-02-16 Ken Manheimer <ken.manheimer@gmail.com>
525
526 * allout-widgets.el: New allout extension that shows allout
527 outline structure with graphical widgets. 'allout-widgets'
528 customize group is an 'allout' subgroup, for easy discovery.
529
530 * allout.el: Include PGP and GnuPG in Keywords, and other
531 commentary refinements.
532 (allout-abbreviate-flattened-numbering): Rename to
533 allout-flattened-numbering-abbreviation, and
534 define-obsolete-variable-alias the old name.
535 (allout-flattened-numbering-abbreviation): Rename from
536 allout-abbreviate-flattened-numbering.
537 (allout-mode-p): Include among autoloads, for use by other modes
538 with impunity.
539 (allout-listify-exposed):
540 Use allout-flattened-numbering-abbreviation.
541 (allout-encrypt-string): Use set-buffer-multibyte directly.
542 (allout-set-buffer-multibyte): Remove.
543
544 2011-02-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
545
546 * simple.el (just-one-space): Remove useless `or' call.
547
548 2011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
549
550 * net/soap-client.el (soap-well-known-xmlns, soap-local-xmlns)
551 (soap-default-xmlns, soap-target-xmlns, soap-multi-refs)
552 (soap-decoded-multi-refs, soap-current-wsdl)
553 (soap-encoded-namespaces): Rename CL-style *...* variables.
554
555 2011-02-16 Michael Albinus <michael.albinus@gmx.de>
556
557 * net/soap-client.el: Add "comm" and "hypermedia" to the
558 keywords. Reflow too long lines.
559
560 * net/soap-inspect.el: Ditto. Require 'cl.
561
562 2011-02-16 Bastien Guerry <bzg@altern.org>
563
564 * play/doctor.el (doctor-mode): Bugfix: escape the "," character
565 in a `doctor-type' argument.
566
567 2011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
568
569 * net/soap-client.el:
570 * net/soap-inspect.el: New files.
571
572 2011-02-16 Leo <sdl.web@gmail.com>
573
574 * dired-x.el (dired-mode-map, dired-extra-startup):
575 Remove dired-copy-filename-as-kill since it's already in dired.el.
576
577 2011-02-16 Glenn Morris <rgm@gnu.org>
578
579 * dired-x.el (dired-bind-jump, dired-bind-man, dired-bind-info):
580 Doc fixes. Add :set property, replacing top-level calls.
581 (dired-vm-read-only-folders, dired-vm): Doc fix (drop v. old VM 4).
582 (dired-guess-shell-gnutar): Test tar version rather than system-type.
583 (dired-extra-startup, dired-man, dired-info): Doc fixes.
584 (dired-clean-up-after-deletion): Use when and dolist.
585 (dired-jump): Use unless and when.
586 (dired-virtual): Use line-end-position.
587 (dired-default-directory-alist): Rename from default-directory-alist.
588 (dired-default-directory): Update for above name change.
589 (dired-vm): Drop VM < 5 and simplify.
590 (dired-buffer-more-recently-used-p): Rewrite.
591 (dired-filename-at-point): Use when and or.
592 (dired-x-read-filename-at-point): Rename from read-filename-at-point.
593 Update callers.
594
595 2011-02-15 Glenn Morris <rgm@gnu.org>
596
597 * dired-x.el: Use easymenu for menu items. Fix item capitalization.
598
599 2011-02-14 Chong Yidong <cyd@stupidchicken.com>
600
601 * vc/vc-git.el (vc-git-root-log-format): New option for
602 customizing log format.
603 (vc-git-print-log, vc-git-log-outgoing, vc-git-log-incoming)
604 (vc-git-log-view-mode): Use it.
605 (vc-git-expanded-log-entry): New function.
606 (vc-git-log-view-mode): Use it. Truncate lines in root log.
607
608 * vc/vc-hg.el (vc-hg-root-log-template): New option for
609 customizing log format.
610 (vc-hg-print-log): Use it.
611 (vc-hg-expanded-log-entry): New function.
612 (vc-hg-log-view-mode): Use vc-hg-root-log-template and
613 vc-hg-expanded-log-entry. Truncate lines in root log.
614
615 * vc/vc-bzr.el (vc-bzr-log-view-mode): Truncate lines in root log.
616
617 * vc/log-view.el (log-view-mode-menu):
618 Add log-view-toggle-entry-display.
619
620 2011-02-14 Glenn Morris <rgm@gnu.org>
621
622 * dired-x.el: Don't require man when compiling.
623 (dired-omit-extensions, dired-local-variables-file)
624 (dired-x-hands-off-my-keys): Make them defcustoms.
625 (Man-support-local-filenames, Man-getpage-in-background): Declare.
626 (vm-visit-folder): Declare rather than defining.
627 (dired-x-help-address, dired-x-variable-list): Remove.
628 (dired-x-submit-report): Make it an obsolete alias.
629
630 2011-02-14 Juanma Barranquero <lekktu@gmail.com>
631
632 * makefile.w32-in (TRAMP_SRC): Remove tramp-imap.el.
633
634 2011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
635
636 * net/imap.el: Bring it back.
637
638 2011-02-13 Alan Mackenzie <acm@muc.de>
639
640 * progmodes/cc-fonts.el (c-font-lock-declarations): Remove a
641 narrow-to-region call that cuts context off the end (Bug#7722).
642
643 * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
644 Refactor nested if-forms with a simple cond.
645 (c-forward-<>-arglist): Revert 2011-01-31 change.
646
647 2011-02-13 Chong Yidong <cyd@stupidchicken.com>
648
649 * vc/log-view.el: New command log-view-toggle-entry-display for
650 toggling log entries between concise and detailed forms.
651 (log-view-toggle-entry-display): New command.
652 (log-view-mode-map): Bind RET to it.
653 (log-view-expanded-log-entry-function): New variable.
654 (log-view-current-entry, log-view-inside-comment-p)
655 (log-view-current-tag): New functions.
656 (log-view-toggle-mark-entry): Use log-view-current-entry and
657 log-view-end-of-defun instead of searching directly with
658 log-view-message-re.
659 (log-view-end-of-defun): Likewise. Add optional ARG for
660 compatibility with end-of-defun.
661 (log-view-end-of-defun): Ignore comments and VC buttons.
662
663 * vc/vc-bzr.el (vc-bzr-expanded-log-entry): New function.
664 (vc-bzr-log-view-mode): Use log-view-expanded-log-entry-function.
665
666 2011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
667
668 * net/imap.el: Remove file. All the functionality is in nnimap.el.
669
670 * net/imap-hash.el: Remove file.
671
672 2011-02-13 Michael Albinus <michael.albinus@gmx.de>
673
674 * Makefile.in (TRAMP_SRC): Remove tramp-imap.el.
675
676 * net/tramp.el (tramp-read-passwd): Simplify `auth-source-search'
677 call.
678
679 * net/tramp-imap.el: Remove file.
680
681 2011-02-13 Chong Yidong <cyd@stupidchicken.com>
682
683 * vc/vc.el (vc-print-log-setup-buttons): Instead of using the
684 widget library for buttons, just use button.el.
685
686 * vc/log-view.el (log-view-mode-map): Don't inherit from
687 widget-keymap.
688
689 2011-02-12 Glenn Morris <rgm@gnu.org>
690
691 * emacs-lisp/cl-seq.el (union, nunion, intersection)
692 (nintersection, set-difference, nset-difference)
693 (set-exclusive-or, nset-exclusive-or): Doc fix.
694
695 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
696
697 * faces.el (face-attr-match-p): Handle the obsolete :bold and
698 :italic props, so that frame-set-background-mode works. (Bug#7966)
699
700 * simple.el (next-error): Doc fix.
701
702 2011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
703
704 * dired-aux.el (dired-create-files): Adapt destination name to
705 match the new behavior of copy-directory.
706
707 2011-02-12 Chong Yidong <cyd@stupidchicken.com>
708
709 * mail/mail-utils.el (mail-dont-reply-to-names): New variable,
710 from rmail-dont-reply-to-names. Callers changed.
711 (mail-dont-reply-to): Rename from mail-dont-reply-to.
712 (rmail-dont-reply-to): Make it an obsolete alias.
713
714 * mail/rmail.el (rmail-default-dont-reply-to-names): Default to
715 nil, and make obsolete (Bug#7888).
716 (rmail-dont-reply-to-names): Alias to mail-dont-reply-to-names.
717
718 * mail/rmailsum.el (rmail-summary-sort-by-correspondent): Doc fix.
719
720 * mail/rmailsort.el (rmail-sort-by-correspondent)
721 (rmail-select-correspondent): Doc fix. Use mail-dont-reply-to.
722
723 * mail/rmail.el (rmail-reply): Use mail-dont-reply-to.
724
725 2011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
726
727 * files.el (copy-directory): New argument COPY-CONTENTS for
728 copying directory contents into another existing directory.
729
730 2011-02-12 Tassilo Horn <tassilo@member.fsf.org>
731
732 * minibuffer.el (completion-table-case-fold): New function for
733 creating a case-insensitive completion table.
734
735 2011-02-12 Teodor Zlatanov <tzz@lifelogs.com>
736
737 * net/tramp.el (tramp-default-method): Also check if
738 `auth-source-search' is bound.
739 (tramp-read-passwd): Use `auth-source-search' instead of
740 `auto-source-user-or-password'.
741
742 * net/tramp-imap.el: Autoload `auto-source-search' instead of
743 `auto-source-user-or-password.
744 (tramp-imap-passphrase-callback-function): Use it.
745
746 * net/imap-hash.el: Autoload `auto-source-search' instead of
747 `auto-source-user-or-password.
748 (imap-hash-open-connection): Use it.
749
750 * mail/smtpmail.el: Autoload `auto-source-search' instead of
751 `auto-source-user-or-password.
752 (smtpmail-try-auth-methods): Use it.
753
754 2011-02-12 Phil Hagelberg <phil@hagelb.org>
755
756 * emacs-lisp/package.el: Allow packages to be reinstalled.
757 (package--write-file-no-coding): Remove EXCL arg.
758 (package-unpack-single): Don't use it.
759
760 2011-02-12 Karl Pflästerer <k@rl.pflaesterer.de> (tiny change)
761
762 * vc/vc-svn.el: Adapt to Subversion change, with no .svn directory
763 in each sub directory.
764 (vc-svn-registered): Use vc-svn-root.
765 (vc-svn-root): New function. Make vc-svn-responsible-p an alias.
766 (vc-svn-repository-hostname): Use "svn info".
767
768 2011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
769
770 * simple.el (delete-trailing-whitespace): New optional buffer
771 bound parameters.
772
773 2011-02-11 Bastien Guerry <bzg@altern.org>
774
775 * files.el (basic-save-buffer): save unmodified buffers when
776 the file pointed by buffer-file-name doesn't exist.
777
778 2011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
779
780 * net/rcirc.el (rcirc-cmd-join): Accept multiple channels.
781
782 2011-02-11 Glenn Morris <rgm@gnu.org>
783
784 * emacs-lisp/cl-specs.el (multiple-value-bind): Fix debug spec.
785
786 2011-02-11 Juanma Barranquero <lekktu@gmail.com>
787
788 * net/rcirc.el (rcirc-send-ctcp): Remove spurious arg to `format'.
789
790 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
791
792 * server.el (server-process-filter): Use pcase.
793
794 * emacs-lisp/smie.el (smie-blink-matching-open): Don't use `pos' in two
795 conflicting ways.
796 (smie-indent--parent): Extend to "parent of arg".
797 (smie-indent-inside-string): New function.
798 (smie-indent-functions): Use it.
799
800 * vc/vc-dir.el (vc-dir-refresh): Reorder operations to try and avoid
801 bzr locking race condition.
802
803 * emacs-lisp/edebug.el (edebug-instrument-function): Check a marker is
804 still valid before using it.
805
806 * progmodes/grep.el (grep-mode-font-lock-keywords): Adjust to
807 `message' -> `compilation-message' rename (bug#8004).
808
809 Move keymap initialization into declaration.
810 * textmodes/enriched.el (enriched-mode-map):
811 * textmodes/bib-mode.el (bib-mode-map):
812 * term/lk201.el (lk201-function-map):
813 * tar-mode.el (tar-mode-map):
814 * replace.el (occur-mode-map):
815 * progmodes/idlwave.el (idlwave-rinfo-mouse-map, idlwave-rinfo-map):
816 * progmodes/idlw-help.el (idlwave-help-mode-map):
817 * progmodes/gdb-mi.el (gdb-memory-format-menu, gdb-memory-unit-menu):
818 * play/solitaire.el (solitaire-mode-map):
819 * play/snake.el (snake-mode-map, snake-null-map):
820 * play/pong.el (pong-mode-map):
821 * play/handwrite.el (menu-bar-handwrite-map):
822 * play/gametree.el (gametree-mode-map):
823 * net/rcirc.el (rcirc-mode-map, rcirc-browse-url-map
824 (rcirc-multiline-minor-mode-map, rcirc-track-minor-mode-map):
825 * net/newst-plainview.el (newsticker-menu, newsticker-mode-map)
826 (newsticker--url-keymap):
827 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
828 * menu-bar.el (menu-bar-file-menu, menu-bar-i-search-menu)
829 (menu-bar-search-menu, menu-bar-replace-menu, menu-bar-goto-menu)
830 (menu-bar-edit-menu, menu-bar-custom-menu)
831 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
832 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
833 (menu-bar-line-wrapping-menu, menu-bar-options-menu)
834 (menu-bar-games-menu, menu-bar-encryption-decryption-menu)
835 (menu-bar-tools-menu, menu-bar-describe-menu)
836 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
837 (menu-bar-help-menu):
838 * mail/rmailsum.el (rmail-summary-mode-map):
839 * kmacro.el (kmacro-step-edit-map):
840 * ibuffer.el (ibuffer-mode-groups-popup, ibuffer-mode-map)
841 (ibuffer-mode-operate-map):
842 * hi-lock.el (hi-lock-menu, hi-lock-map):
843 * emulation/vip.el (vip-mode-map):
844 * emacs-lisp/re-builder.el (reb-lisp-mode-map):
845 * bookmark.el (bookmark-bmenu-mode-map):
846 * help-mode.el (help-mode-map): Move initialization into declaration.
847
848 2011-02-10 Deniz Dogan <deniz.a.m.dogan@gmail.com>
849
850 * net/rcirc.el: Add PRIVMSG and CTCP functions.
851 (rcirc-send-privmsg, rcirc-send-ctcp): New functions.
852 (rcirc-keepalive, rcirc-cmd-ctcp, rcirc-ctcp-sender-PING)
853 (rcirc-cmd-me, rcirc-authenticate): Use them.
854
855 2011-02-10 Ken Manheimer <ken.manheimer@gmail.com>
856
857 * allout.el: Synopsis: Change allout user configuration so
858 auto-activation is controlled solely by customization
859 `allout-auto-activation'.
860
861 (allout-auto-activation-helper) (allout-setup): New autoloads
862 implement new custom set procedure for allout-auto-activation.
863 Also, explicitly invoke
864 (allout-setup) after allout-auto-activation is custom-defined, to
865 effect the settings in emacs sessions besides the few where
866 allout-auto-activation customization is donea.
867 (allout-auto-activation): Use allout-auto-activation-helper to
868 :set. Revise the docstring.
869 (allout-init): Reduce functionality to just customizing
870 allout-auto-activation, and mark obsolete.
871 (allout-mode): Respect string values for allout-auto-activation.
872 Run allout-after-copy-or-kill-hook without any args.
873 (allout-mode) (allout-layout) (allout-default-layout)
874 (outlineify-sticky): Adjust docstring for new scheme.
875 (allout-after-copy-or-kill-hook): No arguments - hook implementers
876 should concentrate on the kill ring.
877
878 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
879
880 * password-cache.el (password-cache-remove): Accept secrets that are
881 not strings.
882
883 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
884
885 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Fix case
886 of here-doc that immediately follows a comment.
887
888 2011-02-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
889
890 * net/rcirc.el (rcirc-ctcp-sender-PING): Simplifying.
891
892 * net/rcirc.el (rcirc-cmd-ctcp): Use dedicated function when
893 available.
894 (rcirc-ctcp-sender-PING): New function.
895
896 2011-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
897
898 * obsolete/pc-select.el: Rename from emulation/pc-select.el (bug#7940).
899 Remove the mark/nomark handling, and activate shift-select-mode instead.
900
901 * obsolete/pc-mode.el: Rename from emulation/pc-mode.el.
902
903 2011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
904
905 * calc/calc-units.el (math-logunits-quant): Add support for
906 non-logarithmic units.
907
908 2011-02-07 Ken Manheimer <ken.manheimer@gmail.com>
909
910 * allout.el (allout-after-copy-or-kill-hook): New hook for
911 extension-specific processing of killed text.
912 (allout-mode): Include new allout-after-copy-or-kill-hook among
913 mentioned hooks.
914 (allout-kill-line) (allout-kill-topic): Ensure that processing
915 after kill happens even if barf-if-buffer-read-only is raised.
916 Include new allout-after-copy-or-kill-hook among that subsequent
917 processing.
918 (allout-deannotate-hidden): Actually remove the annotation text
919 properties.
920
921 * allout.el (allout-listify-exposed): Copy text sans text properties.
922
923 2011-02-07 Michael Albinus <michael.albinus@gmx.de>
924
925 * net/dbus.el (dbus-list-activatable-names): Add optional argument BUS.
926
927 2011-02-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
928
929 * net/rcirc.el (rcirc-handler-317): New function (Bug#6507).
930
931 2011-02-06 Jay Belanger <jay.p.belanger@gmail.com>
932
933 * calc/calc.el (calc-logunits-field-reference): Rename from
934 `calc-default-field-reference-level'.
935 (calc-logunits-power-reference): Rename from
936 `calc-default-power-reference-level'
937
938 * calc/calc-units.el (math-logunits-quant): Rename from
939 `math-logunits-level'
940 (math-logunits-plus): Rename from math-logcombine.
941 (calcFunc-luplus, calcFunc-luminus calc-luplus, calc-luminus): Remove.
942 (calcFunc-lufieldadd, calcFunc-lupoweradd, calcFunc-lufieldsub)
943 (calcFunc-lufieldsub,calc-logunits-add calc-logunits-sub):
944 New functions.
945 (calcFunc-fieldquant): Rename from `calcFunc-fieldlevel'.
946 (calcFunc-powerquant): Rename from `calcFunc-powerlevel'.
947 (calc-logunits-quantity): Rename from `calc-level'.
948 (calcFunc-dbfieldlevel, calcFunc-dbpowerlevel, calcFunc-npfieldlevel)
949 (calcFunc-nppowerlevel,calc-logunits-dblevel, calc-logunits-nplevel)
950 (math-logunits-mul, calcFunc-lufieldmul, calcFunc-lupowermul)
951 (calc-logunits-mul, math-logunits-divide, calcFunc-lufielddiv)
952 (calcFunc-lupowerdiv,calc-logunits-divide,math-logunits-level):
953 New functions.
954
955 * calc/calc-help.el (calc-u-prefix-help): Remove "L" reference.
956 (calc-ul-prefix-help): Remove.
957 (calc-l-prefix-help): New function.
958 (calc-full-help): Add reference to `calc-l-prefix-help'.
959
960 * calc/calc-ext.el (calc-init-extensions): Update autoloads.
961
962 * calc/README: Mention logarithmic units.
963
964 2011-02-06 Chong Yidong <cyd@stupidchicken.com>
965
966 * mail/emacsbug.el (report-emacs-bug-hook): Remove the check for
967 non-ASCII characters (Bug#7925).
968
969 2011-02-05 Glenn Morris <rgm@gnu.org>
970
971 * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
972
973 * calendar/diary-lib.el (diary-font-lock-keywords):
974 Tweak diary-time-regexp match. (Bug#7891)
975
976 * progmodes/f90.el (f90-find-tag-default): New function. (Bug#7919)
977 (f90-mode): Use it for mode's `find-tag-default-function' property.
978
979 * ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969)
980
981 * faces.el (set-face-attribute): Doc fix. (Bug#2659)
982
983 2011-02-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
984
985 * net/rcirc.el (rcirc-handler-JOIN): Reset mode-line-process
986 (Bug#6386).
987
988 2011-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
989
990 * progmodes/sh-script.el (sh-here-doc-open-re): Don't rely on the
991 font-lock-syntax-table remappings.
992 (sh-here-doc-markers, sh-here-doc-re): Remove.
993 (sh-font-lock-close-heredoc): Remove.
994 (sh-syntax-propertize-here-doc): New function.
995 (sh-font-lock-open-heredoc): Set the sh-here-doc-marker property
996 instead of the sh-here-doc-re.
997 (sh-font-lock-paren): Don't do anything in comments or strings.
998 Handle line continuations. Accept a few more chars.
999 Don't rely on the font-lock-syntax-table remappings.
1000 `esac' is not a valid pattern.
1001 (sh-syntax-propertize-function): Handle here-docs differently, so we
1002 don't bother syntax-propertizing the insides.
1003
1004 * progmodes/sh-script.el (sh-font-lock-paren, sh-kw, sh-prev-thing):
1005 Handle new bashisms ";&" and ";;&" (bug#7947).
1006
1007 2011-02-05 Michael Albinus <michael.albinus@gmx.de>
1008
1009 * net/tramp-smb.el (tramp-smb-errors): Use `regexp-opt'.
1010 Add "NT_STATUS_IO_TIMEOUT" and "NT_STATUS_NO_SUCH_USER".
1011
1012 2011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
1013
1014 * net/tramp.el (tramp-postfix-method-format)
1015 (tramp-postfix-method-regexp, tramp-prefix-domain-format)
1016 (tramp-prefix-domain-regexp, tramp-postfix-user-format)
1017 (tramp-postfix-user-regexp, tramp-prefix-port-format)
1018 (tramp-prefix-port-regexp, tramp-postfix-host-format)
1019 (tramp-postfix-host-regexp, tramp-handle-substitute-in-file-name):
1020 Doc fix.
1021
1022 2011-02-04 Sam Steingold <sds@gnu.org>
1023
1024 * mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group.
1025
1026 2011-02-04 Andreas Schwab <schwab@linux-m68k.org>
1027
1028 * international/mule-util.el (with-coding-priority): Doc fix.
1029
1030 2011-02-04 Eli Zaretskii <eliz@gnu.org>
1031
1032 * arc-mode.el (archive-mode-map): Fix a typo in last change.
1033
1034 2011-02-03 Sam Steingold <sds@gnu.org>
1035
1036 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
1037 Do not error out when `func' is nil.
1038
1039 2011-02-03 Michael Albinus <michael.albinus@gmx.de>
1040
1041 * net/tramp-sh.el (tramp-remote-path): Add default settings for
1042 `tramp-default-remote-path' to the docstring.
1043 (tramp-get-remote-path): Suppress error message when `getconf
1044 PATH' fails.
1045
1046 * net/tramp-smb.el (tramp-smb-errors): Add "NT_STATUS_UNSUCCESSFUL".
1047
1048 2011-02-03 Glenn Morris <rgm@gnu.org>
1049
1050 * vc/vc-hg.el (vc-hg-command): Doc fix.
1051
1052 * term/w32-win.el (libpng-version): Declare for compiler.
1053
1054 * msb.el: No need to load dired while compiling.
1055
1056 * emacs-lisp/elint.el (elint-standard-variables):
1057 Remove a couple of built-ins that now have doc-strings.
1058
1059 * hi-lock.el, ps-bdf.el, ps-mule.el, ps-print.el, ps-samp.el:
1060 `require' is automatically `eval-and-compile'd.
1061
1062 * net/rcirc.el (rcirc-nick-completion-format): Add :version tag.
1063 (rcirc-log-directory, rcirc-log-flag): Move definitions before use.
1064
1065 * strokes.el (strokes-fill-current-buffer-with-whitespace):
1066 Move definition before use.
1067 (strokes-report-bug): Make it obsolete.
1068
1069 2011-02-02 Sam Steingold <sds@gnu.org>
1070
1071 * apropos.el (apropos-print): Now that `apropos-mode' inherits
1072 from `special-mode', entering it makes the buffer read-only, so
1073 call it only when everything has been already inserted.
1074 * emacs-lisp/ert.el (ert--setup-results-buffer)
1075 (ert-results-pop-to-backtrace-for-test-at-point)
1076 (ert-results-pop-to-messages-for-test-at-point)
1077 (ert-results-pop-to-timings): Ditto.
1078 * emacs-lisp/package.el (package--list-packages): Ditto.
1079 * play/solitaire.el (solitaire): Ditto.
1080
1081 2011-02-02 Chong Yidong <cyd@stupidchicken.com>
1082
1083 * progmodes/compile.el: Make all faces inherit.
1084 (compilation-warning): Inherit from font-lock-variable-name-face.
1085 (compilation-info): Inherit from font-lock-type-face.
1086 (compilation-line-number): Reassign to font-lock-keyword-face.
1087 (compilation-column-number): Reassign to font-lock-doc-face.
1088 (compilation-leave-directory-face): Reassign to
1089 font-lock-builtin-face.
1090
1091 2011-02-02 Eli Zaretskii <eliz@gnu.org>
1092
1093 * dired.el (dired-insert-directory): Don't invoke `ls' when
1094 ls-lisp.el is used to emulate it.
1095
1096 2011-02-01 Julien Danjou <julien@danjou.info>
1097
1098 * color.el (color-gradient): Add a color-gradient function.
1099
1100 2011-02-01 Sam Steingold <sds@gnu.org>
1101
1102 * simple.el (special-mode-map): Bind "h" to `describe-mode';
1103 bind "z" to `kill-this-buffer'.
1104 (completion-list-mode-map): Bind "z" to `kill-this-buffer'.
1105 * apropos.el (apropos-mode-map): Inherit from `special-mode-map'.
1106 (apropos-mode): Inherit from `special-mode'.
1107 * arc-mode.el (archive-mode-map): Inherit from `special-mode-map'.
1108 * bookmark.el (bookmark-bmenu-mode): Define using
1109 `define-derived-mode' inheriting from `special-mode'.
1110 * dired.el (dired-mode-map): Inherit from `special-mode-map'.
1111 * image-mode.el (image-mode-map): Ditto.
1112 * replace.el (occur-mode): Define using
1113 `define-derived-mode' inheriting from `special-mode'.
1114 * tar-mode.el (tar-mode): Inherit from `special-mode'.
1115 * calendar/diary-lib.el (diary-fancy-display-mode):
1116 Inherit from `special-mode-map'.
1117 * emacs-lisp/ert.el (ert-simple-view-mode, ert-results-mode):
1118 Inherit from `special-mode'.
1119 * emacs-lisp/package.el (package-menu-mode-map): Copy from
1120 `special-mode-map'.
1121 (package-menu-mode): Define using `define-derived-mode'
1122 inheriting from `special-mode'.
1123 * erc/erc-list.el (erc-list-menu-mode): Inherit from `special-mode'.
1124 * net/xesam.el (xesam-mode): Inherit from `special-mode'.
1125 (xesam-mode-map): Define separately.
1126 * play/solitaire.el (solitaire-mode): Inherit from `special-mode'.
1127 * progmodes/compile.el (compilation-minor-mode-map)
1128 (compilation-mode-map): Inherit from `special-mode-map'.
1129 * vc/diff-mode.el (diff-mode-shared-map):
1130 Inherit from `special-mode-map'.
1131 * vc/log-view.el (log-view-mode-map): Add a comment.
1132
1133 2011-02-01 Chong Yidong <cyd@stupidchicken.com>
1134
1135 * custom.el (load-theme): Define return value. Drop use of
1136 unsafep; call custom-theme-load-confirm for non-known-safe themes.
1137 (custom-theme-load-confirm): Scroll in the correct window.
1138 (custom-enabled-themes): Add custom-safe-themes to :set-after.
1139
1140 * cus-theme.el (custom-theme-checkbox-toggle): Don't activate the
1141 checkbox if load-theme fails.
1142
1143 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1144
1145 * progmodes/compile.el (compilation-next-error): Check there's
1146 a message before using it (bug#7941).
1147
1148 2011-02-01 Jay Belanger <jay.p.belanger@gmail.com>
1149
1150 * calc/calc-mtx.el (math-lud-pivot-check): New function.
1151 (math-do-matrix-lud): Use `math-lud-pivot-check' to check the size
1152 of potential pivots.
1153
1154 2011-01-31 Alan Mackenzie <acm@muc.de>
1155
1156 * progmodes/cc-cmds.el (c-forward-over-illiterals):
1157 Continue parsing if we encounter a naked # (Bug#7595).
1158 (c-beginning-of-statement): Avoid loop in locating the beginning
1159 of a macro. (Not actually committed until 2011-02-20, see above).
1160
1161 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1162
1163 * files.el (copy-directory): Fix arguments to recursive call.
1164
1165 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1166
1167 * files.el (copy-directory): If destination is an existing
1168 directory, copy into a subdirectory there.
1169
1170 2011-01-31 Andreas Schwab <schwab@linux-m68k.org>
1171
1172 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
1173 files.
1174
1175 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1176
1177 * image-dired.el (image-dired-mouse-display-image): No-op if no
1178 file is found (Bug#7817).
1179
1180 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
1181
1182 2011-01-31 Kenichi Handa <handa@m17n.org>
1183
1184 * international/quail.el (quail-keyboard-layout-alist):
1185 Remove superfluous SPC for "pc105-uk" (bug#7927).
1186
1187 2011-01-31 Glenn Morris <rgm@gnu.org>
1188
1189 * msb.el (msb-menu-bar-update-buffers): Update for changed
1190 argument handling of menu-bar-select-frame. (Bug#7902)
1191
1192 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1193
1194 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
1195 to the recursion depth (Bug#7722).
1196
1197 2011-01-31 Roy Liu <carsomyr@gmail.com> (tiny change)
1198
1199 * term/ns-win.el (ns-find-file): Expand ns-input-file with
1200 command-line-default-directory (Bug#7872).
1201
1202 2011-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1203
1204 * progmodes/compile.el (compilation--flush-directory-cache):
1205 New function, extracted from compilation--remove-properties.
1206 (compilation--remove-properties, compilation--parse-region): Use it.
1207 (compilation--previous-directory): Handle one more case.
1208 (compilation-enable-debug-messages): Remove.
1209 (compilation-parse-errors, compilation--flush-parse): Just remove the
1210 left over debug messages.
1211
1212 2011-01-31 Sam Steingold <sds@gnu.org>
1213
1214 * progmodes/compile.el (compilation-enable-debug-messages):
1215 Add a variable to make the parsing messages introduced in
1216 2011-01-28T22:12:05Z!monnier@iro.umontreal.ca optional.
1217 (compilation-parse-errors, compilation--flush-parse): Use it.
1218
1219 2011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1220
1221 * net/rcirc.el: New customizable nick completion format. (Bug#6314)
1222 (rcirc-nick-completion-format): New defcustom.
1223 (rcirc-complete): Use it.
1224
1225 2011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1226
1227 * net/rcirc.el: Clean log filenames (Bug#7933).
1228 (rcirc-log-write): Use convert-standard-filename.
1229 (rcirc-log-filename-function): Documentation updates.
1230
1231 2011-01-30 Jan Djärv <jan.h.d@swipnet.se>
1232
1233 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer):
1234 Check report-emacs-bug-can-use-osx-open and use that if t.
1235 (report-emacs-bug-can-use-osx-open): New function.
1236 (report-emacs-bug): Rename can-xdg-email to can-insert-mail.
1237 Check report-emacs-bug-can-use-osx-open also for can-insert-mail.
1238
1239 2011-01-29 Chong Yidong <cyd@stupidchicken.com>
1240
1241 * vc/vc-dispatcher.el (vc-set-async-update): New function for
1242 updating Dired or VC-dir buffers after async command completes.
1243
1244 * vc/vc-bzr.el (vc-bzr-async-command): Return the process buffer.
1245 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-set-async-update.
1246
1247 * vc/vc-git.el (vc-git-merge-branch): Add FETCH_HEAD to branch
1248 completions if it exists. Use vc-set-async-update.
1249 (vc-git-pull): Use vc-set-async-update.
1250
1251 * vc/vc-hg.el (vc-hg-pull): Fix default-contents arg to
1252 read-shell-command. Use vc-set-async-update.
1253 (vc-hg-merge-branch): Use vc-set-async-update.
1254
1255 2011-01-29 Daiki Ueno <ueno@unixuser.org>
1256
1257 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
1258 Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
1259 (Bug#7931).
1260
1261 2011-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
1262
1263 * progmodes/compile.el: Avoid an N² behavior in grep.
1264 (compilation--previous-directory): New fun.
1265 (compilation--previous-directory-cache): New var.
1266 (compilation--remove-properties): Flush it.
1267 (compilation-directory-properties, compilation-error-properties):
1268 Use the new fun to speed up looking for the current directory.
1269
1270 2011-01-29 Chong Yidong <cyd@stupidchicken.com>
1271
1272 * vc/vc-hg.el (vc-hg-history): New var.
1273 (vc-hg-pull): Perform default pull if called via Lisp by vc-pull.
1274 (vc-hg-merge-branch): New function.
1275
1276 * vc/vc.el (vc-pull): Make vc-update an alias for this, instead of
1277 the other way around.
1278
1279 * vc/vc-git.el (vc-git-branches, vc-git-pull)
1280 (vc-git-merge-branch): New functions.
1281 (vc-git-history): New var.
1282
1283 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
1284
1285 * vc/vc-dispatcher.el (vc-do-async-command): New function.
1286
1287 * vc/vc-bzr.el (vc-bzr-async-command): Convert into a wrapper for
1288 vc-do-async-command.
1289
1290 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch):
1291 Callers changed.
1292
1293 2011-01-28 Leo <sdl.web@gmail.com>
1294
1295 * emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply
1296 highlighting to the "this function is advised" message.
1297
1298 * help-mode.el (help-mode-finish): Apply highlighting here, to
1299 avoid clobbering by substitute-command-keys (Bug#6304).
1300
1301 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
1302
1303 * woman.el (woman0-roff-buffer): Process roff escape sequences
1304 occurring prior to the first request (Bug#7843).
1305
1306 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1307
1308 * progmodes/compile.el: Don't use font-lock any more.
1309 (compilation-error-regexp-alist-alist): Change handling of makepp
1310 so it preserves the warning/error distinction on subsequent files.
1311 Simplify various rules.
1312 (compilation-directory-properties): Use font-lock-face.
1313 Add a compilation-message property.
1314 (compilation-internal-error-properties): Use font-lock-face.
1315 Don't set the compilation-debug property here.
1316 (compilation--put-prop, compilation--remove-properties)
1317 (compilation--parse-region, compilation--ensure-parse)
1318 (compilation--ensure-parse): New functions.
1319 (compilation-parse-errors): New function, largely inspired of
1320 compilation-mode-font-lock-keywords. Set compilation-debug here.
1321 (compilation--parsed): New var.
1322 (compilation--flush-parse): Use compilation--ensure-parse.
1323 (compilation-start): Don't call font-lock.
1324 (compilation-turn-on-font-lock): Remove.
1325 (compilation-setup): Don't set font-lock-extra-managed-props not change
1326 other font-lock settings, other than keywords.
1327 Don't activate font-lock-mode.
1328 Set change-major-mode-hook and before-change-functions.
1329 (compilation--unsetup): Remove properties and hooks.
1330 (compilation-next-single-property-change): New function.
1331 (compilation-next-error): Use it to parse when needed.
1332 (compile-goto-error): Parse buffer as needed.
1333 (compilation--compat-error-properties): Don't need a dummy `face'
1334 property any more.
1335
1336 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1337
1338 * progmodes/compile.el: Use accessors for clarity and fix omake hack.
1339 (compilation-process-setup-function): Fix docstring's false promises.
1340 (compilation-error-regexp-alist-alist): Catch omake's continuous
1341 recompilation message and avoid reuse of old markers.
1342 (compilation-parse-errors-function): Declare obsolete.
1343 (compilation-buffer-modtime): Remove.
1344 (compilation--make-cdrloc, compilation--loc->col)
1345 (compilation--loc->line, compilation--loc->file-struct)
1346 (compilation--loc->marker, compilation--loc->visited)
1347 (compilation--make-file-struct, compilation--file-struct->file-spec)
1348 (compilation--file-struct->formats)
1349 (compilation--file-struct->loc-tree): New macros. Use them.
1350 (compilation--message): New defstruct. Use them.
1351 (compilation-next-error-function): Don't mess with timestamps to try
1352 and guess when to reparse.
1353
1354 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1355
1356 * textmodes/tex-mode.el: Get rid of compilation-parse-errors-function
1357 (tex-old-error-file-name): New function,
1358 extracted from tex-compilation-parse-errors.
1359 (tex-compilation-parse-errors): Remove.
1360 (tex-error-regexp-alist): New var.
1361 (tex-shell): Use it to avoid compilation-parse-errors-function.
1362
1363 * progmodes/grep.el (grep-regexp-alist): Tighten regexp.
1364 (grep-mode-font-lock-keywords): Remove regexp that seems like
1365 a left-over from before we used compile.el.
1366 (grep-mode-font-lock-keywords): Call syntax-ppss-flush-cache when
1367 modifying the buffer within with-silent-modifications.
1368
1369 * progmodes/compile.el: Cleanup text-properties namespace by using
1370 `compilation-message' instead of `message', `compilation-directory'
1371 instead of `directory', and `compilation-debug' instead of `debug'.
1372 (compilation-last-buffer, compilation-parsing-end)
1373 (compilation-error-list, compilation-old-error-list): Move to the
1374 compatibility part of the code.
1375 (compilation-error-properties): If `file' is a function, let it return
1376 a file name.
1377 (compilation-mode-font-lock-keywords): Be more conservative with the
1378 omake "^ *" pattern prefix, to try and minimize the risk of
1379 pathologically slow regexp matching.
1380 (compilation-start): Use inhibit-read-only.
1381 (compilation--unsetup): New function.
1382 (compilation-shell-minor-mode, compilation-minor-mode): Use it.
1383 (compilation-filter): Minor tweaks.
1384 (compilation-next-error-function): Try and avoid abusing variables.
1385 (compilation--flush-file-structure): New fun.
1386 (compilation-fake-loc): Use it to improve behavior when file is reused.
1387 (debug-ignored-errors): Add "Moved past last ...".
1388 (compilation--compat-error-properties)
1389 (compilation--compat-parse-errors): Rename by doubling the "-".
1390
1391 Port features from the previous prolog.el to the new one.
1392 * progmodes/prolog.el (prolog-system): Add GNU and ECLiPSe options.
1393 (prolog-program-name, prolog-program-switches, prolog-consult-string)
1394 (prolog-compile-string, prolog-prompt-regexp): Get rid of the <foo>-i
1395 variable and use a function to compute the value dynamically.
1396 (prolog-prompt-regexp): Add regexp for GNU Prolog.
1397 (prolog-continued-prompt-regexp): Remove, unused.
1398 (prolog-find-value-by-system): Try and use the value of prolog-system
1399 in the *prolog* buffer if it helps.
1400 (prolog-mode-keybindings-common): Bind C-c C-z unconditionally...
1401 (prolog-zip-on): ..and check prolog-system and version here instead.
1402 (prolog-inferior-self-insert-command): New command.
1403 (prolog-inferior-mode-map): Use it.
1404 (prolog-inferior-error-regexp-alist): New var.
1405 (prolog-inferior-mode): Use it, with compilation-shell-minor-mode.
1406 (prolog-input-filter): Use derived-mode-p.
1407 (prolog-inferior-guess-flavor): New function.
1408 (prolog-ensure-process): Use it. Use make-comint-in-buffer rather than
1409 make-comint to avoid running comint-mode twice.
1410 (prolog-inferior-buffer): New fun.
1411 (prolog-old-process-region, prolog-old-process-file):
1412 Don't call prolog-bsts here...
1413 (prolog-build-prolog-command): ...do it here instead.
1414 (prolog-old-process-region, prolog-old-process-file):
1415 Use compilation-fake-loc and compilation-forget-errors.
1416 (prolog-consult-compile-region): Use bolp.
1417
1418 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
1419
1420 * image-mode.el (image-display-size): Doc fix (Bug#7820).
1421
1422 2011-01-27 Sam Steingold <sds@gnu.org>
1423
1424 * midnight.el (clean-buffer-list-kill-never-buffer-names):
1425 Remove "*server*" which is never created by emacs server.
1426
1427 2011-01-27 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1428
1429 * vc/vc-bzr.el (vc-bzr-diff): Don't pass --diff-options unless
1430 there are some diff switches.
1431
1432 2011-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
1433
1434 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1435 Copy change made to ruby-font-lock-syntactic-keywords.
1436
1437 * htmlfontify.el: Make it obey the font-lock-face text property.
1438 Miscellaneous cleanup such as:
1439 - Don't hide expressions after a closing paren.
1440 - Move initial setq into let.
1441 - Hoist common parts out of ifs.
1442 (hfy-p-to-face, hfy-p-to-face-lennart): Remove.
1443 (hfy-face-at): Use get-text-property instead.
1444 (hfy-prop-invisible-p): Use invisible-p if available.
1445 (htmlfontify-manual): Use \\[...].
1446 (hfy-html-quote-regex): Use [...].
1447 (hfy-combined-face-spec): Simplify.
1448 (hfy-compile-face-map): Don't presume point-min==1.
1449 (hfy-css-name, hfy-buffer, htmlfontify-buffer): Use \' rather than $ to
1450 match end of string.
1451 (hfy-text-p): η-reduce.
1452 (hfy-tags-for-file): Receive cache-hash directly.
1453 (hfy-mark-tag-names): Adjust call.
1454
1455 2011-01-27 Glenn Morris <rgm@gnu.org>
1456
1457 * msb.el (msb-after-load-hooks): Make it an obsolete alias.
1458 (msb-after-load-hook): Remove eval-after-load wackiness.
1459
1460 2011-01-25 Sam Steingold <sds@gnu.org>
1461
1462 * vc/vc-svn.el (vc-svn-diff): Use `diff-command' instead of the
1463 literal "diff" (important for windows-nt).
1464
1465 2011-01-25 Glenn Morris <rgm@gnu.org>
1466
1467 * emacs-lisp/copyright.el (copyright-at-end-flag)
1468 (copyright-names-regexp): Add safety properties.
1469 (copyright-year-ranges): New option.
1470 (copyright-find-end): New function, split from copyright-update-year.
1471 (copyright-update-year): Use copyright-find-end.
1472 (copyright-fix-years): Optionally, convert years to ranges.
1473 Handle years continued over comment lines.
1474 Do not mess with the fill-prefix.
1475 Do not call copyright-update.
1476 (copyright-update-directory): Optionally, fix years rather than update.
1477 Skip directories. Find files with only safe local vars.
1478
1479 2011-01-25 Stefan Monnier <monnier@iro.umontreal.ca>
1480
1481 * files.el (file-name-non-special): Only change buffer-file-name after
1482 insert-file-contents if it's `visit'ing the file (bug#7854).
1483
1484 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
1485
1486 * dired.el (dired-revert): Doc fix (Bug#7758).
1487
1488 * simple.el (line-move-visual): Doc fix (Bug#7594).
1489
1490 2011-01-25 Nobuyoshi Nakada <nobu@ruby-lang.org>
1491
1492 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
1493 here-doc which ends with an underscore.
1494 (ruby-mode-set-encoding): Skip shebang line always.
1495 (ruby-mode-map): Bind C-c C-c to comment-region.
1496 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
1497 (ruby-forward-sexp): Stop after literal hash key labels.
1498 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
1499 bracket.
1500
1501 2011-01-25 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
1502
1503 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
1504 the correct buffer (Bug#7650).
1505
1506 2011-01-25 Glenn Morris <rgm@gnu.org>
1507
1508 * comint.el (comint-mode): Doc fix. (Bug#7897)
1509
1510 * simple.el (do-auto-fill): Give it a doc string.
1511
1512 * button.el (make-text-button): Doc fix. (See bug#7881)
1513
1514 2011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
1515
1516 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
1517 Don't move backward, so as not to fall in an inf-loop (bug#7736).
1518
1519 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): (bug#7735)
1520 Handle ?" and friends differently (e.g. don't use backrefs).
1521
1522 2011-01-24 Jay Belanger <jay.p.belanger@gmail.com>
1523
1524 * calc/calc.el (calc-default-power-reference-level)
1525 (calc-default-field-reference-level): New variables.
1526 * calc/calc-units.el (math-standard-units): Add dB and Np.
1527 (math-logunits): New variable.
1528 (math-extract-logunits, math-logcombine, calcFunc-luplus)
1529 (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level)
1530 (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level):
1531 New functions.
1532 (math-find-base-units-rec): Add entry for ln(10).
1533 * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help.
1534 (calc-ul-prefix-help): New function.
1535 * calc/calc-ext.el (calc-init-extensions): Autoload new units
1536 functions. Add keybindings for new units functions.
1537
1538 2011-01-22 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
1539
1540 * net/rcirc.el (rcirc-kill-buffer-hook): Flush logs when killing
1541 rcirc buffers. (Bug#4940)
1542
1543 2011-01-22 Glenn Morris <rgm@gnu.org>
1544
1545 * emacs-lisp/copyright.el (copyright-find-copyright): New function,
1546 split out from copyright-update-year.
1547 (copyright-update): Don't mess with the GPL version if we don't own the
1548 copyright. Update license regexp, and remove no longer needed
1549 Esperanto stuff.
1550 (copyright-fix-years): Use copyright-find-copyright.
1551
1552 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
1553
1554 * vc/diff.el (diff-sentinel): Doc fix (Bug#7682).
1555
1556 2011-01-22 Jari Aalto <jari.aalto@cante.net>
1557
1558 * play/landmark.el: Change `lm-' prefix to `landmark-' (Bug#7672).
1559 (lm): Rename to landmark.
1560 (lm-test-run): Rename to landmark-test-run.
1561
1562 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
1563
1564 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
1565 "Case sensitive" menu item.
1566
1567 2011-01-22 Roland McGrath <roland@frob.com>
1568
1569 * comint.el (comint-replace-by-expanded-history-before-point): Fix
1570 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
1571
1572 2011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1573
1574 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
1575
1576 2011-01-22 Jari Aalto <jari.aalto@cante.net>
1577
1578 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1579 Assume foo(bar) is a manpage reference rather than some unquoted
1580 symbol (bug#7705).
1581
1582 2011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1583
1584 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
1585 Suggested by Flo <sensorflo@gmail.com>.
1586
1587 2011-01-22 Glenn Morris <rgm@gnu.org>
1588
1589 * progmodes/compile.el (compilation-error-regexp-alist):
1590 Fix custom type. (Bug#7812)
1591
1592 2011-01-22 Ken Manheimer <ken.manheimer@gmail.com>
1593
1594 * allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to
1595 allout-number-siblings, in keeping with what obtained due to
1596 (now-defunct) allout-keybindings-list. Ditch repeat binding to
1597 (prefixed) ?i.
1598 (allout-before-change-handler): Better expose spots affected by
1599 undo.
1600
1601 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
1602
1603 * man.el (Man-highlight-references0): Use make-button (Bug#7881).
1604
1605 2011-01-22 Phil Hagelberg <phil@evri.com>
1606
1607 * pcmpl-unix.el (pcmpl-ssh-config-file): New option.
1608 (pcmpl-ssh-known-hosts): Rename from pcmpl-ssh-hosts.
1609 (pcmpl-ssh-config-hosts): New function.
1610 (pcmpl-ssh-hosts): Use pcmpl-ssh-config-hosts in addition to
1611 pcmpl-ssh-known-hosts.
1612
1613 2011-01-21 Jay Belanger <jay.p.belanger@gmail.com>
1614
1615 * calc/calc-undo.el (calc-undo): Autoload it.
1616 * calc/calc-ext.el (calc-init-extensions): Remove keybindings
1617 and autoload for `calc-undo'.
1618 * calc/calc.el (calc-mode-map): Add keybindings for `calc-undo'.
1619 * calc/calc-prog.el:
1620 * calc/calc-graph.el:
1621 * calc/calc-map.el: Change `arglist' to `math-arglist' throughout.
1622
1623 2011-01-21 Štěpán Němec <stepnem@gmail.com> (tiny change)
1624
1625 * calc/calc-ext.el (calc-init-extensions): Map all `undo'
1626 keybindings to `calc-undo'.
1627
1628 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1629
1630 Don't mess with *temp*.
1631 * obsolete/spell.el: Move from textmodes/spell.el.
1632 (spell-string):
1633 * term.el (term-read-input-ring):
1634 * startup.el (display-startup-echo-area-message):
1635 * progmodes/antlr-mode.el (antlr-directory-dependencies):
1636 * comint.el (comint-read-input-ring): Use with-temp-buffer.
1637 * international/mule.el (ctext-pre-write-conversion): Don't hardcode
1638 point-min==1.
1639
1640 2011-01-20 Ken Manheimer <ken.manheimer@gmail.com>
1641
1642 * allout.el (allout-institute-keymap): Use fset instead of
1643 reapplying defalias.
1644
1645 (allout-hotspot-key-handler): Check for non-control-modified
1646 bindings for hotspot characters if there are no control-modified
1647 versions.
1648
1649 * allout.el: Summary - migrate to defining allout mode using
1650 define-minor-mode instead of defun. Significantly clean-up
1651 internal keymap provisions, refactoring and, in the process,
1652 removing a lot of accumulated cruft.
1653
1654 allout-mode-map is now a keymap by virtue of being a defalias to
1655 allout-mode-map-value, which contains the actual keymap structure.
1656
1657 (allout-mode): Use define-minor-mode rather than defun.
1658 Remove now-unnecessary minor-mode setup activities from the body.
1659 Specify :keymap as allout-mode-map so the minor-mode-map-alist
1660 entry will be '(allout-mode . allout-mode-map) - see
1661 allout-mode-map-value, below. Adjust docstring to track changes.
1662 (allout-minor-mode): Remove this defalias, now that we're using
1663 define-minor-mode.
1664 (allout-mode-map): Set value to be 'allout-mode-map. The actual
1665 keymap is allout-mode-map-value, via defalias.
1666 (allout-mode-map-value): The variable holding the actual mode
1667 keymap structure, by virtue of defalias from allout-mode-map.
1668 (allout-compose-and-institute-keymap): Rename from
1669 allout-bind-keys, and including the binding-composition
1670 functionality of the former produce-allout-mode-map and
1671 allout-setup-mode-map.
1672 (allout-institute-keymap): Take over the "setup" part of the former
1673 allout-setup-mode-map. Reassign allout-mode-map-value value and
1674 update the defalias.
1675 (allout-command-prefix) (allout-prefixed-keybindings)
1676 (allout-unprefixed-keybindings):
1677 Use allout-compose-and-institute-keymap to process the bindings.
1678 (allout-unprefixed-keybindings): Remove extraneous '?' question marks.
1679 (allout-prefixed-keybindings): Elide binding to (prefixed) \C-h -
1680 user can customize if they want to use that binding.
1681 Bind allout-copy-topic-as-kill to (prefixed) \M-k.
1682 Bind allout-up-current-level to (prefixed) \C-u. (I think i mistakenly
1683 elided that, previously, instead of the one for \C-h.)
1684 (allout-hotspot-key-handler): Remove attempt to resolve the key
1685 through the literal key-string lookup on allout-keybindings-list.
1686 That probably hasn't worked for a Long Time, and removal of
1687 allout-keybindings-list further simplifies the keybindings situation.
1688 (allout-pre-command-business): Use allout-mode-map-value instead
1689 of allout-mode-map.
1690 (allout-preempt-trailing-ctrl-h): Remove. The user can customize
1691 the bindings if they want to use a keybinding having a trailing
1692 \C-h. No deprecation needed since this feature was never in a release.
1693 (allout-keybindings-list): Remove. It's not been useful for a
1694 while. (See allout-hotspot-key-handler changes, above.)
1695 (produce-allout-mode-map): Remove. Consolidate into
1696 allout-compose-and-institute-keymap.
1697 (allout-mode-map-adjustments): Remove. No longer necessary with
1698 removal of allout-preempt-trailing-ctrl-h.
1699 (allout-setup-mode-map): Remove. Consolidate into
1700 allout-compose-and-institute-keymap and allout-institute-keymap.
1701
1702 2011-01-20 Glenn Morris <rgm@gnu.org>
1703
1704 * vc/vc-svn.el (vc-svn-after-dir-status): Tweak previous change.
1705
1706 * simple.el (read-expression-history): Remove, it's in minibuf.c.
1707
1708 2011-01-20 Chong Yidong <cyd@stupidchicken.com>
1709
1710 * subr.el (y-or-n-p): Revert 2011-01-07 change, removing ARGS.
1711
1712 * files.el (find-alternate-file, basic-save-buffer)
1713 (basic-save-buffer-2, revert-buffer, recover-file)
1714 (kill-buffer-ask, abort-if-file-too-large)
1715 (set-visited-file-name, write-file, backup-buffer)
1716 (basic-save-buffer, save-some-buffers):
1717 * dired-aux.el (dired-compress-file): Callers changed.
1718
1719 2011-01-19 Glenn Morris <rgm@gnu.org>
1720
1721 * vc/vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
1722 Also check the property status. (Bug#7861)
1723
1724 2011-01-18 Michael Albinus <michael.albinus@gmx.de>
1725
1726 * net/tramp.el (tramp-debug-message): Extend function exclude
1727 list. Use `regexp-opt'.
1728
1729 2011-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
1730
1731 * textmodes/tex-mode.el (tex-font-lock-verb): Make sure \verb
1732 highlighting doesn't spill over subsequent lines.
1733
1734 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
1735 keymap expression. Improve docstring.
1736
1737 * electric.el (electric-indent-post-self-insert-function):
1738 Don't auto-indent for indent-to-left-margin, it's too often
1739 counter-productive.
1740
1741 2011-01-16 Tassilo Horn <tassilo@member.fsf.org>
1742
1743 * strokes.el (strokes-read-stroke): Re-fill strokes buffer with
1744 spaces if the frame was resized, so that the full visible buffer
1745 serves as canvas for strokes.
1746
1747 2011-01-16 Glenn Morris <rgm@gnu.org>
1748
1749 * info-xref.el (info-xref-docstrings): Replace cl function.
1750 Also skip directories.
1751
1752 2011-01-16 Kevin Ryde <user42@zip.com.au>
1753
1754 * info-xref.el: Version 3.
1755 (info-xref-check, info-xref-check-all): Move commentary details
1756 into docstrings for better visibility.
1757 Use compilation-mode for the results buffer.
1758 (info-xref-output, info-xref-output-error, info-xref-with-output)
1759 (info-xref-filename, info-xref-in-progress):
1760 New internals for this.
1761 (info-xref-check-list, info-xref-check-buffer)
1762 (info-xref-check-all-custom): Use those.
1763 (info-xref-output-buffer): Rename from info-xref-results-buffer.
1764 (info-xref-output-heading): Rename from info-xref-filename-heading.
1765 (info-xref-good, info-xref-bad, info-xref-xfile-alist)
1766 (info-xref-filename-heading): Move to output managing section.
1767 (info-xref-docstrings): New command checking "Info node `(foo)Bar'"
1768 (info-xref-lock-file-p, info-xref-with-file): New helpers for it.
1769 (info-xref-subfile-p): Move to generic section with those two.
1770 (info-xref-check-node): New function split from
1771 info-xref-check-buffer, shared by info-xref-docstrings.
1772 (info-xref-goto-node-p): Move to a checking section with that func.
1773 (info-xref-unavail): New counter.
1774 (info-xref-check-node): Use it.
1775 (info-xref-with-output): Show count of unavailables at end of output.
1776 (info-xref-all-info-files): Exclude ".*" dotfiles. Ignore broken
1777 symlinks. Exclude .texi files. Exclude Emacs backup files.
1778 (info-xref-check-all-custom): Fix quietening viper-mode and
1779 gnus-registry-install -- use setq not let so as not to unbind
1780 after load.
1781
1782 2011-01-16 Juri Linkov <juri@jurta.org>
1783
1784 * isearch.el (isearch-abort): Don't quit if search has
1785 an incomplete regexp (isearch-error is non-nil). (Bug#7534)
1786
1787 2011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
1788
1789 * files.el (backup-buffer): Make last-resort backup file in
1790 .emacs.d (Bug#6953).
1791
1792 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
1793 make it with permission 700.
1794
1795 2011-01-15 Kenichi Handa <handa@m17n.org>
1796
1797 * mail/rmailmm.el (rmail-mime-insert-header):
1798 Set rmail-mime-coding-system to a cons whose car is the last coding
1799 system used to decode the header.
1800 (rmail-mime-find-header-encoding): New function.
1801 (rmail-mime-insert-decoded-text):
1802 Override rmail-mime-coding-system if it is a cons.
1803 (rmail-show-mime): If only a header part was decoded, find the
1804 coding system while ignoring mm-charset-override-alist.
1805
1806 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
1807
1808 * subr.el (event-start, event-end): Doc fix (Bug#7826).
1809
1810 2011-01-15 Kenichi Handa <handa@m17n.org>
1811
1812 * mail/rmailmm.el (rmail-mime-next-item)
1813 (rmail-mime-previous-item): Delete them.
1814 (rmail-mime-shown-mode): Recursively call for children.
1815 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
1816 Callers changed.
1817 (rmail-mime-raw-mode): Recursively call for children.
1818 (rmail-mode-map): Change mapping of tab and backtab to
1819 forward-button and backward-button respectively.
1820 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
1821 button.
1822 (rmail-mime-update-tagline): New function.
1823 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
1824 body display is changed.
1825 (rmail-mime-toggle-button): Rename from rmail-mime-image.
1826 (rmail-mime-image): Delete this button type.
1827 (rmail-mime-toggle): New button type.
1828 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
1829 body display is changed. Change the save button label to "Save".
1830 Don't process show/hide button here.
1831 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
1832 the body display is changed. Unconditionally call
1833 rmail-mime-insert for children.
1834 (rmail-mime-handle): Update `display' vector of the just inserted
1835 entity.
1836 (rmail-mime-process): If mail-header-parse-content-type returns
1837 nil, use "text/plain" as the fallback type.
1838 (rmail-mime-insert): For raw-mode, recursively call
1839 rmail-mim-insert for children.
1840 (rmail-mime): Handle the case that the current buffer is not rmail
1841 buffer (e.g. in summary buffer).
1842
1843 2011-01-15 Kenichi Handa <handa@m17n.org>
1844
1845 * mail/rmailmm.el (rmail-mime-next-item)
1846 (rmail-mime-previous-item): Skip the body of a non-multipart
1847 entity if a tagline is shown.
1848
1849 2011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
1850
1851 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
1852 (tmm-prompt): Simplify.
1853 (tmm-add-prompt): Remove unused var `win'.
1854
1855 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
1856 to minor mode which used nil accidentally to mean "turn off".
1857
1858 2011-01-15 Michael Albinus <michael.albinus@gmx.de>
1859
1860 * net/tramp-sh.el (tramp-find-inline-compress)
1861 (tramp-get-inline-coding): Quote command after pipe symbol for
1862 local calls under W32. (Bug#6784)
1863
1864 2011-01-15 Michael Albinus <michael.albinus@gmx.de>
1865
1866 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
1867 only when running under W32.
1868
1869 2011-01-15 Eli Zaretskii <eliz@gnu.org>
1870
1871 * progmodes/grep.el (grep-compute-defaults): Quote the program
1872 file name after the pipe symbol in Grep templates. (Bug#6784)
1873 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
1874
1875 2011-01-15 Lennart Borgman <lennart.borgman@gmail.com>
1876
1877 * buff-menu.el (Buffer-menu-buffer-list): New var.
1878 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
1879 restricted buffer list is not lost on revert (Bug#7749).
1880
1881 2011-01-15 Eric Hanchrow <eric.hanchrow@gmail.com>
1882
1883 * net/ldap.el (ldap-search-internal): Discard stderr output.
1884
1885 2011-01-15 Eli Zaretskii <eliz@gnu.org>
1886
1887 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
1888
1889 2011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
1890
1891 * vc-bzr.el (vc-bzr-annotate-time): Tweak previous change.
1892
1893 2011-01-15 Kenichi Handa <handa@m17n.org>
1894
1895 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
1896 part as a plain text.
1897 (rmail-mime-process-multipart): Set the default content-type to
1898 nil for unknown multipart subtypes (bug#7651).
1899
1900 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
1901
1902 * hexl.el (hexl-mode-old-*): Remove.
1903 (hexl-mode--old-var-vals): New var to replace them.
1904 (hexl-mode--minor-mode-p, hexl-mode--setq-local): New funs.
1905 (hexl-mode, hexl-follow-line, hexl-activate-ruler):
1906 Use them to set local vars (bug#7846).
1907 (hexl-mode-exit): Use hexl-mode--old-var-vals to restore state.
1908 (hexl-backward-short, hexl-backward-word, hexl-scroll-down)
1909 (hexl-scroll-up, hexl-end-of-1k-page, hexl-end-of-512b-page): Simplify.
1910
1911 * vc/smerge-mode.el: Resolve comment conflicts more aggressively.
1912 (smerge-resolve--normalize-re): New var.
1913 (smerge-resolve--extract-comment, smerge-resolve--normalize): New funs.
1914 (smerge-resolve): Use them.
1915 * newcomment.el (comment-only-p): New function.
1916 (comment-or-uncomment-region): Use it.
1917
1918 2011-01-14 Brent Goodrick <bgoodr@gmail.com> (tiny change)
1919
1920 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
1921 table, get the value before switching to the output buffer. (Bug#7733)
1922
1923 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
1924
1925 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
1926
1927 2011-01-14 Kim F. Storm <storm@cua.dk>
1928
1929 * emulation/cua-base.el (cua--init-keymaps):
1930 Remap exchange-point-and-mark in cua-global-keymap.
1931
1932 2011-01-14 Tassilo Horn <tassilo@member.fsf.org>
1933
1934 * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
1935 loop keyword.
1936
1937 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
1938
1939 * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.
1940 Require CL.
1941 (easy-menu-create-menu, easy-menu-convert-item-1):
1942 Use :label rather than nil for labels. Use `case'.
1943 Add :enable as alias for :active.
1944 (easy-menu-binding): Obey :label.
1945
1946 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1947
1948 Use run-mode-hooks for major mode hooks (bug#513).
1949 * textmodes/reftex-toc.el (reftex-toc-mode-map):
1950 Rename from reftex-toc-map.
1951 (reftex-toc-mode): Use define-derived-mode.
1952 * textmodes/reftex-sel.el (reftex-select-shared-map): New map.
1953 (reftex-select-label-mode-map, reftex-select-bib-mode-map):
1954 Rename from reftex-select-(label|bib)-map. Move init into declaration.
1955 (reftex-select-label-mode, reftex-select-bib-mode):
1956 Use define-derived-mode.
1957 * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
1958 (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
1959 Move init into delcaration.
1960 (reftex-index-mode, reftex-index-phrases-mode):
1961 Use define-derived-mode.
1962 * speedbar.el (speedbar-mode-syntax-table): Renaqme from
1963 speedbar-syntax-table. Move init into declaration.
1964 (speedbar-mode-map): Rename from speedbar-key-map.
1965 Move init into declaration.
1966 (speedbar-file-key-map): Move init into declaration.
1967 (speedbar-mode): Use define-derived-mode.
1968 * recentf.el (recentf-mode): Don't run hook (or message) redundantly.
1969 * net/rcirc.el (rcirc-mode): Use run-mode-hooks.
1970 * emacs-lisp/chart.el (chart-mode-map): Rename from chart-map.
1971 (chart-face-list): Move initialization into declaration.
1972 (chart-mode): Use define-derived-mode.
1973 * calculator.el (calculator-mode-map): Move init into declaration.
1974 (calculator-mode): Use define-derived-mode.
1975
1976 * mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
1977 work for nested comments.
1978
1979 * progmodes/prolog.el: Use syntax-propertize. Further code cleanup.
1980 (prolog-use-prolog-tokenizer-flag): Change default when
1981 syntax-propertize can be used.
1982 (prolog-syntax-propertize-function): New var.
1983 (prolog-mode-variables): Move make-local-variable into `set'.
1984 Don't make comment-column local since we don't set it.
1985 Set comment-add (as it was in previous prolog.el). Use dolist.
1986 Set syntax-propertize-function.
1987 (prolog-mode, prolog-inferior-mode):
1988 Call prolog(-inferior)-menu directly, not through the mode-hook.
1989 (prolog-buffer-module, prolog-indent-level)
1990 (prolog-paren-is-the-first-on-line-p, prolog-paren-balance)
1991 (prolog-comment-limits, prolog-goto-comment-column):
1992 Use line-(end|beginning)-position.
1993 (prolog-build-prolog-command): Tighten up regexp.
1994 (prolog-consult-compile): Move make-local-variable into `set'.
1995 (prolog-consult-compile-filter, prolog-goto-next-paren)
1996 (prolog-help-on-predicate, prolog-clause-info)
1997 (prolog-mark-predicate): Don't let+setq.
1998 (prolog-indent-line): Use indent-line-to.
1999 Only call prolog-goto-comment-column if necessary.
2000 (prolog-indent-level): Use bobp.
2001 (prolog-first-pos-on-line): Remove, not used any more.
2002 (prolog-in-string-or-comment): Use syntax-ppss if available.
2003 (prolog-help-on-predicate): Use read-string.
2004 (prolog-goto-predicate-info): Simplify.
2005 (prolog-read-predicate): Use `default' rather than `initial'.
2006 (prolog-temporary-file): Use make-temp-file to close a security hole.
2007 (prolog-toggle-sicstus-sd): New command.
2008 (prolog-electric-underscore, prolog-variables-to-anonymous):
2009 Use dynamic-scoping as it was meant.
2010 (prolog-menu): Move menu definitions to top-level.
2011 Use a toggle-button for Sicstus's source debugger.
2012 Change "Code" to the more usual "Prolog", and hence change "Prolog"
2013 to "System".
2014 (prolog-inferior-menu): Reuse prolog-menu's help menu.
2015 Move other menu definition to top-level.
2016
2017 2011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2018
2019 * doc-view.el (doc-view-open-text): Use meaningful text buffer
2020 name. Keep original document's directory as default-directory
2021 (bug#6446).
2022 (doc-view-initiate-display): Fall back to normal mode when
2023 doc-view-mode cannot be enabled, also when extracting the document
2024 text into a separate buffer (bug#6446).
2025
2026 * simple.el (shell-command): Don't error out if shell command
2027 buffer contains text with non-nil read-only property when erasing
2028 the buffer.
2029
2030 2011-01-13 Kim F. Storm <storm@cua.dk>
2031
2032 * ido.el (ido-may-cache-directory): Move "too-big" check later.
2033 (ido-next-match, ido-prev-match): Fix stray reordering of matching
2034 items when cycling through the matches.
2035
2036 2011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2037
2038 * dired-x.el (dired-omit-verbose): New defcustom that allows
2039 disabling the omit messages.
2040 (dired-omit-expunge): Use it.
2041
2042 2011-01-13 Christian Ohler <ohler@gnu.org>
2043
2044 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
2045
2046 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
2047
2048 * font-lock.el (font-lock-verbose): Default to nil.
2049
2050 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
2051
2052 * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
2053 (compose-mail): New arg RETURN-ACTION.
2054 (compose-mail-other-window, compose-mail-other-frame): Likewise.
2055
2056 * mail/sendmail.el (mail-return-action): New var.
2057 (mail-mode): Make it buffer-local.
2058 (mail-bury): Obey it. Move special Rmail window handling to
2059 rmail-mail-return.
2060 (mail, mail-setup): New arg RETURN-ACTION.
2061 (sendmail-user-agent-compose): Move from simple.el.
2062
2063 * mail/rmail.el (rmail-mail-return): New function.
2064 (rmail-start-mail): Pass it to compose-mail.
2065
2066 2011-01-12 Chong Yidong <cyd@stupidchicken.com>
2067
2068 * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
2069 menus. Add menu item for customize-themes.
2070
2071 * cus-theme.el (customize-themes):
2072 * emacs-lisp/package.el (package--list-packages):
2073 Use switch-to-buffer.
2074
2075 2011-01-11 Johan Bockgård <bojohan@gnu.org>
2076
2077 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
2078
2079 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2080
2081 * progmodes/prolog.el: Fix up coding convention and such.
2082 (prolog-indent-width): Use the same default as in
2083 previous prolog.el rather than tab-width which depends on which buffer
2084 is current when the file is loaded.
2085 (prolog-electric-newline-flag): Only enable if electric-indent-mode
2086 is not available.
2087 (prolog-emacs): Remove. Use (featurep 'xemacs) instead.
2088 (prolog-known-systems): Remove.
2089 (prolog-mode-syntax-table, prolog-inferior-mode-map):
2090 Move initialization into declaration.
2091 (prolog-mode-map): Move initialization into declaration.
2092 Remove system-specific mode-map vars, since they referred to the same
2093 keymap anyway.
2094 (prolog-mode-variables): Obey the user's preference w.r.t
2095 adaptive-fill-mode. Prefer symbol-value to `eval'.
2096 (prolog-mode-keybindings-edit): Add compatibility bindings.
2097 (prolog-mode): Use define-derived-mode. Don't handle mercury here.
2098 (mercury-mode-map): New var.
2099 (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
2100 (prolog-ensure-process, prolog-process-insert-string)
2101 (prolog-consult-compile): Use with-current-buffer.
2102 (prolog-guess-fill-prefix): Simplify data flow.
2103 (prolog-replace-in-string): New function to use instead of
2104 replace-in-string.
2105 (prolog-enable-sicstus-sd): Don't abuse `eval'.
2106 (prolog-uncomment-region): Use `uncomment-region' when available.
2107 (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
2108 (prolog-int-to-char, prolog-char-to-int): New functions to use instead
2109 of int-to-char and char-to-int.
2110 (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
2111
2112 2011-01-11 Stefan Bruda <stefan@bruda.ca>
2113
2114 * progmodes/prolog.el: Replace by a whole new file.
2115
2116 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2117
2118 * subr.el (eval-after-load): Fix timing for features (bug#7769).
2119 (declare-function, undefined, insert-for-yank)
2120 (replace-regexp-in-string): Follow checkdoc's recommendations.
2121
2122 2011-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2123
2124 * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
2125 refreshing the diary buffer.
2126
2127 2011-01-10 Ken Manheimer <ken.manheimer@gmail.com>
2128
2129 * allout.el: Add 2011 to the file copyright.
2130 (allout-encrypt-string): Prevent encryption from adding an extra
2131 newline at the end of the topic body.
2132 (allout-version): Increment to 2.3.
2133
2134 2011-01-10 Michael Albinus <michael.albinus@gmx.de>
2135
2136 * net/dbus.el (dbus-unregister-service): Complete doc.
2137 Fix call of dbus-error signal.
2138 (dbus-register-property): Use `dont-register' keyword.
2139
2140 2011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2141
2142 * net/dbus.el (dbus-unregister-service): Translate returned
2143 integer into a symbol.
2144 (dbus-register-property): Use `dbus-register-service' to do the
2145 name registration.
2146
2147 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
2148
2149 * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
2150 Suggested by Joakim Verona.
2151
2152 * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
2153
2154 * wid-edit.el (visibility): Replace :on-image and :off-image
2155 widget properties with :on-glyph and :off-glyph, for consistency
2156 with the `visibility' widget.
2157 (widget-toggle-value-create, widget-visibility-value-create):
2158 Merge into a single function `widget-toggle-value-create'.
2159
2160 * cus-edit.el (custom-variable-value-create, custom-visibility)
2161 (custom-face-edit-value-create, custom-face-value-create):
2162 Replace :on-image and :off-image widget properties with :on-glyph and
2163 :off-glyph, for consistency with the `visibility' widget.
2164
2165 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
2166
2167 * net/ldap.el (ldap-search-internal): Don't use eval.
2168
2169 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
2170
2171 * subr.el (read-char-choice): Use read-key.
2172
2173 * custom.el (custom-safe-themes): Rename from
2174 custom-safe-theme-files. Add :risky tag.
2175 (load-theme, custom-theme-load-confirm): Save sha1 hashes to
2176 custom-safe-themes, not filenames. Suggested by Stefan Monnier.
2177
2178 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
2179
2180 * tool-bar.el (tool-bar-setup): Remove Help button. Remove label
2181 from Search and add a label to Undo.
2182
2183 * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
2184 inappropriate buttons and adding :vert-only tags.
2185
2186 * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
2187 removal of Help tool-bar button. Remove Undo button for space.
2188
2189 * info.el (info-tool-bar-map): Add :vert-only tags.
2190
2191 2011-01-08 Tassilo Horn <tassilo@member.fsf.org>
2192
2193 * doc-view.el (doc-view-mode-p): Check for png or imagemagick
2194 image backend support. Either of them is fine.
2195
2196 2011-01-08 Chong Yidong <cyd@stupidchicken.com>
2197
2198 * subr.el (y-or-n-p): Doc fix.
2199
2200 * custom.el (custom-safe-theme-files): New defcustom.
2201 (custom-theme-load-confirm): New function.
2202 (load-theme): Load theme using `load', confirming with
2203 custom-theme-load-confirm if necessary.
2204
2205 * subr.el (read-char-choice): New function, factored out from
2206 dired-query and hack-local-variables-confirm.
2207
2208 * dired-aux.el (dired-query):
2209 * files.el (hack-local-variables-confirm): Use it.
2210
2211 * dired-aux.el (dired-compress-file):
2212 * files.el (abort-if-file-too-large, find-alternate-file)
2213 (set-visited-file-name, write-file, backup-buffer)
2214 (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
2215 (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
2216 Use new format string args for y-or-n-p and yes-or-no-p.
2217
2218 2011-01-08 Andreas Schwab <schwab@linux-m68k.org>
2219
2220 * progmodes/compile.el (compilation-error-regexp-alist-alist)
2221 [gcc-include]: Tighten file name match, add match for column
2222 number. (Bug#7806)
2223 [gnu]: Remove unused group.
2224
2225 2011-01-08 Glenn Morris <rgm@gnu.org>
2226
2227 * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
2228
2229 * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
2230
2231 2011-01-07 Sam Steingold <sds@gnu.org>
2232
2233 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
2234 the `explicit-shell-file-name' because that is the
2235 non-interactive shell.
2236
2237 2011-01-07 Chong Yidong <cyd@stupidchicken.com>
2238
2239 * subr.el (y-or-n-p): Accept format string args.
2240
2241 2011-01-07 Glenn Morris <rgm@gnu.org>
2242
2243 * Makefile.in (EMACSOPT): Add --no-site-lisp.
2244
2245 2011-01-06 Ken Manheimer <ken.manheimer@gmail.com>
2246
2247 * allout.el (allout-back-to-current-heading): Ensure return to
2248 the visible containing topic, rather than a collapsed one.
2249 (allout-view-change-hook): Remove hook that was deprecated long ago.
2250 (allout-exposure-change-hook): Remove documentation remarks
2251 concerning removed allout-view-change-hook.
2252 (allout-flag-region): Remove invocation of and documentation
2253 remarks concerning allout-view-change-hook.
2254
2255 2011-01-06 Glenn Morris <rgm@gnu.org>
2256
2257 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
2258 (vc-bzr-annotate-extract-revision-at-line):
2259 Handle authors with embedded spaces. (Bug#7792)
2260
2261 2011-01-05 Tassilo Horn <tassilo@member.fsf.org>
2262
2263 * doc-view.el (doc-view-image-width): New variable.
2264 (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
2265 backend for PNG images, and do dynamic rescaling instead of
2266 reconverting the whole doc.
2267
2268 2011-01-05 Glenn Morris <rgm@gnu.org>
2269
2270 * emacs-lisp/rx.el (rx-repeat): Replace CL function.
2271
2272 2011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
2273
2274 * allout.el: Reconcile with changes in line movement behavior for
2275 long text lines that cross more than a single physical window
2276 line, ie when truncate-lines is nil.
2277 (allout-next-visible-heading): Provide for change in line-move
2278 behavior on long lines when truncate-lines is nil. In that case,
2279 line-move can wind up on the same textual line when it moves to
2280 the next window line, and moving to the bullet position after the
2281 move yields zero advancement. Add logic to detect and compensate
2282 for the lack of progress.
2283 (allout-current-topic-collapsed-p): move-end-of-line respect for
2284 field boundaries is different when operating with body lines
2285 shorter than window width versus ones greater than window width,
2286 which can yield false negatives in this function. Avoid
2287 difference by applying move-end-of-line while field-text-motion is
2288 inhibited.
2289
2290 2011-01-04 Glenn Morris <rgm@gnu.org>
2291
2292 * textmodes/rst.el (rst-compile-toolsets):
2293 Add pdf and s5 to option alist.
2294
2295 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2296
2297 * net/dbus.el (dbus-register-property): Add optional parameter
2298 dont-register-service. Updated docstring accordingly.
2299
2300 2011-01-04 Andreas Schwab <schwab@linux-m68k.org>
2301
2302 * textmodes/rst.el (rst-compile-pdf-preview)
2303 (rst-compile-slides-preview): Remove extra line.
2304
2305 2011-01-04 Glenn Morris <rgm@gnu.org>
2306
2307 * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
2308 Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise
2309 default to `prog' without a .py extension.
2310 (rst-compile-pdf-preview, rst-compile-slides-preview):
2311 Use program names from rst-compile-toolsets, rather than hard-coding.
2312 (rst-portable-mark-active-p): Fix presumed typo.
2313
2314 2011-01-02 Eli Zaretskii <eliz@gnu.org>
2315
2316 * term/w32-win.el (dynamic-library-alist): Set up correctly for
2317 libpng versions both before and after 1.4.0. (Bug#7716)
2318
2319 2011-01-02 Eli Zaretskii <eliz@gnu.org>
2320
2321 * time.el (display-time-mode): Mention display-time-interval in
2322 the doc string. (Bug#7713)
2323
2324 2011-01-02 Kenichi Handa <handa@m17n.org>
2325
2326 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
2327 condition-case and return an error message string if something
2328 goes wrong.
2329 (rmail-show-mime): Adjust for the above change. Insert the
2330 header by rmail-mime-insert-header.
2331
2332 2011-01-02 Kenichi Handa <handa@m17n.org>
2333
2334 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
2335 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
2336 (rmail-mime-mbox-buffer)
2337 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
2338 (rmail-mime-entity): Argument changed. All codes handling an
2339 entity object are changed.
2340 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
2341 the above change.
2342 (rmail-mime-entity-children, rmail-mime-entity-handler)
2343 (rmail-mime-entity-tagline): New functions.
2344 (rmail-mime-message-p): New function.
2345 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
2346 (rmail-mime-entity-segment, rmail-mime-next-item)
2347 (rmail-mime-previous-item, rmail-mime-shown-mode)
2348 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
2349 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
2350 (rmail-mime-insert-tagline, rmail-mime-insert-header):
2351 New functions.
2352 (rmail-mime-text-handler): Call rmail-mime-insert-text.
2353 (rmail-mime-insert-decoded-text): New function.
2354 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
2355 (rmail-mime-insert-image): Argument changed. Caller changed.
2356 (rmail-mime-image): Call rmail-mime-toggle-hidden.
2357 (rmail-mime-set-bulk-data): New function.
2358 (rmail-mime-insert-bulk): Argument changed.
2359 (rmail-mime-multipart-handler): Return t.
2360 (rmail-mime-process-multipart): Argument changed.
2361 Handle "multipart/alternative" here.
2362 (rmail-mime-process): Argument changed.
2363 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
2364 (rmail-mime-insert): Argument changed. Handle raw display mode.
2365 (rmail-mime): Argument changed. Handle toggling of raw display
2366 mode.
2367 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
2368 rmail-mime-view-buffer.
2369 (rmail-insert-mime-forwarded-message): Likewise.
2370 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
2371
2372 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
2373 non-nil, handle the header in rmail-show-mime-function.
2374
2375 2011-01-02 Leo <sdl.web@gmail.com>
2376
2377 * help-fns.el (describe-variable): Fix previous change.
2378
2379 2011-01-02 Juri Linkov <juri@jurta.org>
2380
2381 * isearch.el (isearch-lazy-highlight-error): New variable.
2382 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
2383 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
2384 to the current value of `isearch-error' (Bug#7468).
2385
2386 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
2387
2388 * help-fns.el (describe-variable): Don't emit trailing whitespace
2389 (Bug#7511).
2390
2391 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
2392
2393 * textmodes/rst.el (rst-compile-pdf-preview)
2394 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
2395
2396 2011-01-02 Kevin Gallagher <Kevin.Gallagher@boeing.com>
2397
2398 * emulation/edt-mapper.el: Override mapping of function keys so
2399 that the later call to read-key-sequence works.
2400
2401 2011-01-02 Eli Zaretskii <eliz@gnu.org>
2402
2403 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
2404 Unix EOLs. (Bug#7589)
2405
2406 2011-01-02 Leo <sdl.web@gmail.com>
2407
2408 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
2409 if point is not behind eshell-last-output-end (Bug#7585).
2410
2411 2011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
2412
2413 * files.el (file-local-variables-alist):
2414 Make permanent-local (bug#7767).
2415
2416 2011-01-02 Glenn Morris <rgm@gnu.org>
2417
2418 * version.el (emacs-copyright): Set short copyright year to 2011.
2419
2420 2011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2421
2422 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
2423 an existing temp buffer. (Bug#7746)
2424
2425 2011-01-02 Glenn Morris <rgm@gnu.org>
2426
2427 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
2428 multiple addresses. (Bug#7760)
2429
2430 2011-01-01 Ken Manheimer <ken.manheimer@gmail.com>
2431
2432 * allout.el (allout-auto-fill): Do not infinitely recurse - use
2433 do-auto-fill if everything points back to allout-auto-fill.
2434 (allout-mode-deactivate-hook): Declare obsolete, in favor of
2435 standard-formed minor-mode deactivate hook, allout-mode-off-hook.
2436
2437 2010-12-31 Michael Albinus <michael.albinus@gmx.de>
2438
2439 * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
2440 and "scpx".
2441
2442 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2443
2444 * doc-view.el (doc-view-set-doc-type): New function refactored
2445 from doc-view-mode.
2446 (doc-view-fallback-mode): New function.
2447 (doc-view-mode): Use it.
2448 (doc-view-mode-maybe): New function that checks if doc-view-mode
2449 can be used and falls back to the next best mode otherwise.
2450
2451 * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
2452 DVI, OpenDocument, and MS Office files.
2453
2454 2010-12-30 Andreas Schwab <schwab@linux-m68k.org>
2455
2456 * emacs-lisp/rx.el (rx-syntax): Fix typo.
2457
2458 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2459
2460 * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
2461 on a copy of auto-mode-alist, because that deletes with side
2462 effects.
2463
2464 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2465
2466 * doc-view.el (doc-view-mode, doc-view-toggle-display):
2467 Use normal-mode without doc-view-mode bindings in auto-mode-alist as
2468 fallback instead of hard coding fundamental mode.
2469
2470 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2471
2472 * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
2473 Office) files also for searching.
2474
2475 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2476
2477 * doc-view.el: Implement viewing of OpenDocument (and Microsoft
2478 Office) files. Not yet enabled via auto-mode-list.
2479 (doc-view-unoconv-program): New custom variable.
2480 (doc-view-mode-p): Handle new odf document type.
2481 (doc-view-odf->pdf): New conversion function.
2482 (doc-view-convert-current-doc): Call it for odf files.
2483 (doc-view-mode): Recognize newly supported file extensions.
2484
2485 2010-12-30 Michael Albinus <michael.albinus@gmx.de>
2486
2487 * net/tramp.el (tramp-default-method-alist)
2488 (tramp-default-user-alist)
2489 (tramp-local-host-regexp, tramp-prefix-domain-format)
2490 (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
2491
2492 * net/tramp-ftp.el:
2493 * net/tramp-gvfs.el:
2494 * net/tramp-gw.el:
2495 * net/tramp-imap.el:
2496 * net/tramp-sh.el:
2497 * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
2498 code of `tramp-default-method-alist' and `tramp-default-user-alist'.
2499
2500 2010-12-29 Karl Fogel <kfogel@red-bean.com>
2501
2502 * saveplace.el (save-place-alist-to-file): Save list sorted and
2503 pretty-printed, so that it is mergeable by line-based text merging,
2504 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
2505
2506 2010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
2507
2508 * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
2509 (allout-mode): Argument "toggle" => "force".
2510 Refine the docstring.
2511 Remove special provisions for reactivation, besides the 'force'
2512 argument.
2513 Consolidate layout provisions coce directly into the activation
2514 condition branch, now that we've removed those provisions.
2515 (allout-unload-function): Explicitly activate the mode before
2516 deactivating, if it's initially deactivated.
2517 (allout-set-buffer-multibyte): Properly prevent byte-compiler
2518 warnings for version of function used only where
2519 set-buffer-multibyte is unavailable.
2520
2521 2010-12-28 Chong Yidong <cyd@stupidchicken.com>
2522
2523 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
2524 are handled by the menu-bar entries. As before, don't use
2525 :visibile to avoid changing the tool-bar.
2526
2527 2010-12-27 Michael Albinus <michael.albinus@gmx.de>
2528
2529 * net/secrets.el (secrets-delete-alias): New defun.
2530
2531 2010-12-27 Michael Albinus <michael.albinus@gmx.de>
2532
2533 * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
2534 methods, otherwise ~/.ssh/config would be ignored.
2535
2536 2010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
2537
2538 * emacs-lisp/rx.el: Make it a superset of sregex.
2539 (rx-constituents): Add `any => "."', mark `repeat' as taking any number
2540 of args, add `regex' alias.
2541 (rx-info): Add arg to distinguish head and standalone forms.
2542 (rx-check, rx-form): Pass the corresponding arg.
2543 (rx-**): Simplify.
2544 (rx-repeat): Make it work for any number of args.
2545 (rx-syntax): Make it accept syntax chars as is.
2546 * obsolete/sregex.el: Move from emacs-lisp/.
2547 * emacs-lisp/re-builder.el: Remove sregex support.
2548 * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
2549
2550 2010-12-25 Eli Zaretskii <eliz@gnu.org>
2551
2552 * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
2553 PRIMARY first, then the clipboard. (Bug#7699)
2554
2555 2010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
2556
2557 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
2558 print-number-table.
2559
2560 2010-12-21 Chong Yidong <cyd@stupidchicken.com>
2561
2562 * help-fns.el (find-lisp-object-file-name): Locate .emacs from
2563 .emacs.elc (Bug#7530).
2564
2565 * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
2566 image spec (Bug#7480).
2567
2568 2010-12-21 Daiki Ueno <ueno@unixuser.org>
2569
2570 * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
2571 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
2572 Move from lisp/.
2573
2574 2010-12-20 Leo <sdl.web@gmail.com>
2575
2576 * dnd.el (dnd-get-local-file-name): Unhex of file name shall
2577 always be performed (Bug#7680).
2578
2579 2010-12-20 Chong Yidong <cyd@stupidchicken.com>
2580
2581 * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
2582 (menu-bar-edit-menu): Bind "Copy" to kill-ring-save. Don't use
2583 mouse-region-match.
2584
2585 * color.el: Move from gnus/.
2586
2587 * vc/diff.el (diff-better-file-name): Function deleted.
2588 abbreviating file names causes problems with shell-quote-argument.
2589 (diff-no-select): Just use expand-file-name.
2590
2591 * tool-bar.el (tool-bar--image-expression): New function.
2592 (tool-bar-local-item, tool-bar--image-exp): Use it.
2593 (tool-bar-setup): Initialize tool-bar-separator-image-expression.
2594 Use :enable instead of :visible to avoid changing the tool-bar
2595 configuration unnecessarily.
2596
2597 * info.el (info-tool-bar-map): Add separators.
2598
2599 2010-12-17 Ken Brown <kbrown@cornell.edu>
2600
2601 * loadup.el: Use version numbers in Cygwin build.
2602
2603 2010-12-17 Ryan Twitchell <metatheorem@gmail.com> (tiny change)
2604
2605 * ido.el (ido-file-internal): Ask for confirmation before
2606 overwriting an existing file (Bug#1238).
2607
2608 2010-12-16 Chong Yidong <cyd@stupidchicken.com>
2609
2610 * tool-bar.el (tool-bar-setup): Add separators.
2611
2612 * menu-bar.el (featurep): Use menu-bar-separator.
2613
2614 2010-12-16 Ken Manheimer <ken.manheimer@gmail.com>
2615
2616 Migrate allout encryption provisions from pgg to epg.
2617
2618 * allout.el (allout-toggle-current-subtree-encryption)
2619 (allout-toggle-subtree-encryption): Adjust docstrings to reflect
2620 defaulting policy and other changes. Change fetch-pass to keymode-cue,
2621 for simpler universal argument interpretation.
2622 (allout-toggle-subtree-encryption): Adjust docstring to describe
2623 changed encryption provisions. Change fetch-pass to keymode-cue, for
2624 simpler universal argument interpretation. Remove provisions for
2625 handling key type and identity - they'll all be within
2626 allout-encrypt-string or epg/epg or even contained all the way in gpg.
2627 (allout-encrypt-string): Include keymode-cue, for optionally prompting
2628 for keypair recipients (universal argument > 1) and, in addition,
2629 associating the specified recipients with the outline (universal
2630 argument > 4) using a file local variable setting for
2631 'epa-file-encrypt-to'.
2632 Require epa, for recipients handling.
2633 Change how regexp filtering elements are named.
2634 Describe the problem with caching of incorrect symmetric-decryption
2635 keys.
2636 Use the epa-passphrase-callback-function, in case the user is using
2637 GnuPG v1.
2638 Support saving of the selected keypair recipients when invoked with a
2639 keymode-cue > 4.
2640 Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
2641 Require 'epa.
2642 Establish epg-context with armoring and default epg-protocol.
2643 Remove all passphrase cache, verification, and hinting code.
2644 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
2645 No longer used, delete.
2646 (allout-mode): Adjust docstring to describe changed encryption
2647 provisions. Describe the problem with caching of incorrect
2648 symmetric-decryption keys.
2649 (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
2650 (allout-make-passphrase-state, allout-passphrase-state-passphrase)
2651 (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
2652 (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
2653 Obsolete, remove.
2654
2655 2010-12-16 Daiki Ueno <ueno@unixuser.org>
2656
2657 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
2658 key selection prompt; make 'silent as default (Bug#7487).
2659
2660 2010-12-16 Leo <sdl.web@gmail.com>
2661
2662 * eshell/eshell.el (eshell-directory-name):
2663 Use locate-user-emacs-file (Bug#7578).
2664
2665 2010-12-15 Glenn Morris <rgm@gnu.org>
2666
2667 * loadup.el (symbol-file-load-history-loaded): Remove; unused.
2668
2669 2010-12-15 Jari Aalto <jari.aalto@cante.net>
2670 Scott Evans <gse@antisleep.com>
2671
2672 * rect.el (rectange--default-line-number-format)
2673 (rectangle-number-line-callback): New functions.
2674 (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
2675
2676 2010-12-15 Chong Yidong <cyd@stupidchicken.com>
2677
2678 * rect.el (operate-on-rectangle-lines, string-rectangle-string):
2679 Delete unused variables.
2680 (move-to-column-force): Remove function obsolete since 21.2.
2681
2682 2010-12-14 Michael Albinus <michael.albinus@gmx.de>
2683
2684 * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
2685 (tramp-handle-insert-file-contents): Do not set permanent-local
2686 property.
2687
2688 * net/tramp-cache.el (tramp-persistency-file-name):
2689 Use `locate-user-emacs-file' if fboundp.
2690
2691 * net/tramp-sh.el (tramp-methods): Add "ksu".
2692 (tramp-default-user-alist): Add "ksu". Use `regexp-opt' for
2693 method list.
2694
2695 2010-12-14 Glenn Morris <rgm@gnu.org>
2696
2697 * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
2698 (find-tag-marker-ring): Declare.
2699 (js-find-symbol): Require etags.
2700
2701 * mail/sendmail.el: Don't require rmail or mailalias when compiling.
2702 Require mail-utils.
2703 (mail-alias-file): Don't autoload. Doc fix.
2704 (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
2705 (mail-mailer-swallows-blank-line): Default to nil. Doc fix.
2706 Mark as obsolete, and risky.
2707 (mail-setup): Simplify.
2708
2709 * mail/mailalias.el (build-mail-aliases): Make it interactive.
2710 * mail/sendmail.el (build-mail-aliases): Update autoload.
2711
2712 * dired.el (dired-trivial-filenames, dired-chown-program)
2713 (dired-auto-revert-buffer): Remove autoload cookies.
2714 * mail/sendmail.el (mail-recover-1): Require 'dired.
2715
2716 * dired.el (dired-subdir-switches, dired-chown-program)
2717 (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
2718 Make into defcustoms.
2719 (dired-chown-program): Simplify initialization.
2720
2721 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
2722
2723 2010-12-13 Romain Francoise <romain@orebokech.com>
2724
2725 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
2726
2727 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2728
2729 * net/netrc.el (netrc-point-at-eol): Remove the unused
2730 netrc-point-at-old and netrc-bound-and-true-p bindings.
2731 (netrc-parse): Cache the netrc contents.
2732
2733 2010-12-13 Eli Zaretskii <eliz@gnu.org>
2734
2735 * subr.el (posn-col-row): Evaluate header-line-format in the
2736 context of the POSITION window's buffer.
2737
2738 2010-12-13 Glenn Morris <rgm@gnu.org>
2739
2740 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
2741 (with-silent-modifications): Doc fixes.
2742
2743 2010-12-13 Michael Albinus <michael.albinus@gmx.de>
2744
2745 * net/tramp.el (tramp-action-password, tramp-process-actions):
2746 Revert previous from. Use `save-restriction'.
2747
2748 2010-12-13 Stephen Berman <stephen.berman@gmx.net>
2749
2750 * calendar/diary-lib.el (diary-list-sexp-entries):
2751 Handle case of no newline at end of file. (Bug#7536)
2752
2753 2010-12-13 Glenn Morris <rgm@gnu.org>
2754
2755 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
2756
2757 2010-12-13 Michael Albinus <michael.albinus@gmx.de>
2758
2759 * net/tramp.el (tramp-action-password): Delete region, do not narrow.
2760 (tramp-process-actions): Do not widen.
2761
2762 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2763 Protect buffer-modified value. (Bug#7557)
2764
2765 2010-12-13 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
2766
2767 * log-edit.el (log-edit-changelog-entries):
2768 Regexp quote filename. (Bug#7505)
2769
2770 2010-12-13 Tom Breton <tehom@panix.com>
2771
2772 * cus-edit.el (custom-save-all):
2773 Bind print-length and print-level to nil. (Bug#7581)
2774
2775 2010-12-13 Glenn Morris <rgm@gnu.org>
2776
2777 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
2778 Run hooks to update menu contents. (Bug#7586)
2779
2780 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
2781 file names, for the sake of MS Windows. (Bug#7588)
2782
2783 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2784
2785 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
2786 empty lines without a leading space.
2787
2788 2010-12-13 Leo <sdl.web@gmail.com>
2789
2790 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
2791 while mapping over marks (Bug#6810).
2792
2793 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
2794
2795 * image-dired.el (image-dired-db-file)
2796 (image-dired-temp-image-file, image-dired-gallery-dir)
2797 (image-dired-temp-rotate-image-file): Set default values relative
2798 to image-dired-dir (Bug#7518).
2799
2800 2010-12-13 Lawrence Mitchell <wence@gmx.li>
2801
2802 * format.el (format-decode-run-method): Pass args FROM and TO, not
2803 point-min and point-max, to shell-command-on-region (Bug#7488).
2804
2805 2010-12-13 Jan Djärv <jan.h.d@swipnet.se>
2806
2807 * frame.el (blink-cursor-mode): Make default t for ns.
2808
2809 2010-12-13 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
2810
2811 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
2812
2813 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
2814
2815 * comint.el (comint-dynamic-list-input-ring)
2816 (comint-dynamic-complete-filename)
2817 (comint-replace-by-expanded-filename)
2818 (comint-dynamic-simple-complete)
2819 (comint-dynamic-list-filename-completions)
2820 (comint-dynamic-list-completions): Doc fix (Bug#7499).
2821
2822 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
2823 Doc fix (Bug#7471).
2824
2825 2010-12-13 Martin Rudalics <rudalics@gmx.at>
2826
2827 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
2828 (Bug#7533).
2829
2830 2010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
2831
2832 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
2833 (Bug#7491).
2834
2835 2010-12-13 Eli Zaretskii <eliz@gnu.org>
2836
2837 * files.el (file-relative-name): Handle UNC file names on
2838 DOS/Windows. (Bug#4674)
2839
2840 2010-12-13 Daiki Ueno <ueno@unixuser.org>
2841
2842 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
2843 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
2844 (epg-context-set-passphrase-callback): Mention that the callback
2845 is not called when used with GnuPG 2.x.
2846
2847 2010-12-13 Glenn Morris <rgm@gnu.org>
2848
2849 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
2850 Ensure ps-footer-font-size-internal is initialized.
2851 Call ps-get-page-dimensions before trying to use ps-font-for-text.
2852
2853 2010-12-13 Kenichi Handa <handa@m17n.org>
2854
2855 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
2856 within condition-case.
2857 (rmail-show-mime): Don't use condition-case.
2858 (rmail-search-mime-message): New function.
2859 (rmail-search-mime-message-function): Set to
2860 rmail-search-mime-message.
2861
2862 2010-12-13 Leo <sdl.web@gmail.com>
2863
2864 * ido.el (ido-common-initialization): New function. (bug#3274)
2865 (ido-mode): Use it.
2866 (ido-completing-read): Call it.
2867
2868 2010-12-12 Karl Fogel <kfogel@red-bean.com>
2869
2870 * bookmark.el (bookmark-name-from-full-record): Rename back to
2871 this original name from `bookmark-name-from-record' reverting part
2872 of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
2873 As Drew Adams pointed out, there was no reason to cause churn for
2874 third-party callers. (Bug#7609)
2875
2876 2010-12-12 Alan Mackenzie <acm@muc.de>
2877
2878 * progmodes/cc-engine.el (c-forward-type): Before scanning a
2879 template arglist, check that the current language supports this.
2880
2881 2010-12-11 Glenn Morris <rgm@gnu.org>
2882
2883 * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
2884 state of the file matches. (Bug#7544)
2885 (vc-bzr-register, vc-bzr-checkin)
2886 (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
2887 (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
2888
2889 * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
2890
2891 2010-12-11 Karel Klíč <kklic@redhat.com>
2892
2893 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606)
2894
2895 2010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2896
2897 Derive from prog-mode, use derived-mode-p, and fix up various
2898 minor style issues in lisp/progmodes.
2899
2900 * progmodes/vhdl-mode.el (vhdl-mode):
2901 * progmodes/verilog-mode.el (verilog-mode):
2902 * progmodes/vera-mode.el (vera-mode):
2903 * progmodes/sql.el (sql-mode):
2904 * progmodes/scheme.el (scheme-mode):
2905 * progmodes/perl-mode.el (perl-mode):
2906 * progmodes/octave-inf.el (inferior-octave-mode):
2907 * progmodes/autoconf.el (autoconf-mode):
2908 * progmodes/m4-mode.el (m4-mode):
2909 * progmodes/inf-lisp.el (inferior-lisp-mode):
2910 * progmodes/idlwave.el (idlwave-mode):
2911 * progmodes/icon.el (icon-mode):
2912 * progmodes/idlw-help.el (idlwave-help-mode):
2913 * progmodes/dcl-mode.el (dcl-mode):
2914 * progmodes/idlw-shell.el (idlwave-shell-mode):
2915 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
2916 (ebrowse-member-mode, ebrowse-electric-position-mode):
2917 Use define-derived-mode.
2918
2919 * progmodes/xscheme.el (exit-scheme-interaction-mode)
2920 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
2921 (xscheme-debugger-mode-p, xscheme-send-string-1):
2922 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
2923 (tcl-load-file, tcl-restart-with-file):
2924 * progmodes/ps-mode.el (ps-run-running):
2925 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
2926 * progmodes/js.el (js--get-all-known-symbols):
2927 * progmodes/inf-lisp.el (inferior-lisp-proc):
2928 * progmodes/idlwave.el (idlwave-beginning-of-statement)
2929 (idlwave-template, idlwave-update-buffer-routine-info)
2930 (idlwave-update-current-buffer-info)
2931 (idlwave-get-routine-info-from-buffers, idlwave-choose)
2932 (idlwave-scan-class-info, idlwave-fix-keywords)
2933 (idlwave-list-buffer-load-path-shadows):
2934 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
2935 (idlwave-toolbar-remove):
2936 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
2937 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
2938 (idlwave-shell-menu-def):
2939 * progmodes/idlw-complete-structtag.el
2940 (idlwave-prepare-structure-tag-completion):
2941 * progmodes/gud.el (gud-set-buffer):
2942 * progmodes/f90.el (f90-backslash-not-special):
2943 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
2944
2945 * progmodes/xscheme.el (xscheme-start)
2946 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
2947 * progmodes/which-func.el (which-function):
2948 * progmodes/vhdl-mode.el (vhdl-set-style):
2949 * progmodes/verilog-mode.el (verilog-set-compile-command)
2950 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
2951 (verilog-set-define, verilog-auto-reeval-locals):
2952 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
2953 * progmodes/simula.el (simula-mode):
2954 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
2955 * progmodes/python.el (python-check, python-mode):
2956 * progmodes/prolog.el (prolog-mode-variables):
2957 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
2958 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
2959 * progmodes/delphi.el (delphi-mode):
2960 * progmodes/cc-styles.el (c-setup-paragraph-variables):
2961 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
2962 (c-font-lock-init): Move make-local-variable to their setq.
2963
2964 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
2965 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
2966 make-local-hook.
2967 * progmodes/sh-script.el (sh-require-final-newline): Remove.
2968 (sh-set-shell): Don't set require-final-newline since it's already done
2969 by prog-mode.
2970 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
2971 since we never set it.
2972 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
2973 Use read-string and standard prompt.
2974 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
2975 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
2976 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
2977 (meta-common-mode-map): Rename from meta-mode-map.
2978 Remove C-m binding, which is a user preference, not mode specific.
2979 (meta-common-mode): New major mode; replace meta-common-initialization.
2980 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
2981 around with font-lock.
2982 * progmodes/etags.el (select-tags-table-mode):
2983 Derive from special-mode.
2984 * progmodes/octave-mod.el (octave-mode):
2985 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
2986 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
2987 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
2988 Let define-derived-mode do its job.
2989 * progmodes/cpp.el (cpp-edit-mode-map):
2990 Move initialization into declaration.
2991 (cpp-edit-mode): Use define-derived-mode.
2992 (cpp-edit-load): Use derived-mode-p.
2993 * progmodes/mixal-mode.el (mixal-mode):
2994 * progmodes/f90.el (f90-mode):
2995 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
2996 require-final-newline since prog-mode does it already.
2997 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
2998 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
2999 * progmodes/antlr-mode.el: Require cc-mode upfront.
3000 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
3001 the declaration.
3002 (antlr-directory-dependencies, antlr-show-makefile-rules):
3003 Use derived-mode-p.
3004 (antlr-language-option): Don't assume point-min==1.
3005 (antlr-mode): Use define-derived-mode.
3006 * progmodes/ada-mode.el: Use derived-mode-p.
3007 (ada-mode): Use define-derived-mode.
3008 Use hack-local-variables-hook.
3009
3010 2010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3011
3012 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
3013 (texinfo-mode): Don't disable adaptive-fill-mode.
3014 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
3015 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
3016 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
3017 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
3018 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
3019 (texinfo-insert-@quotation, texinfo-insert-@samp)
3020 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
3021 (texinfo-insert-@uref): Use define-skeleton.
3022 (texinfo-insert-@-with-arg): Delete.
3023
3024 2010-12-10 Eli Zaretskii <eliz@gnu.org>
3025
3026 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
3027 nil, do quote archive member names. (Bug#6144)
3028
3029 2010-12-10 Glenn Morris <rgm@gnu.org>
3030
3031 * files.el (diff-no-select): Declare.
3032
3033 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
3034 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
3035
3036 * comint.el (comint-input-ring-file-name): Doc fix.
3037
3038 2010-12-09 Eli Zaretskii <eliz@gnu.org>
3039
3040 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
3041 New functions.
3042 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
3043 Use them instead of `nil' and `>', respectively.
3044 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
3045 instead of `nil'.
3046 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
3047 and menu-bar-positive-p instead of `nil' and `>', respectively.
3048 (Bug#1077)
3049
3050 2010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3051
3052 * whitespace.el (whitespace-newline-mode): Code fix.
3053
3054 2010-12-09 Glenn Morris <rgm@gnu.org>
3055
3056 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
3057 Rename functions without commas, update callers.
3058
3059 2010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
3060
3061 * whitespace.el (whitespace-cleanup-region):
3062 Clean up spaces before tabs. (Bug#7582)
3063
3064 2010-12-08 Karl Fogel <kfogel@red-bean.com>
3065
3066 * bookmark.el: Adjust parameter names and doc strings to resolve
3067 confusion over whether "bookmark" meant a bookmark name or a
3068 bookmark record. Along the way, shorten one function's name for
3069 similar reasons. (Issue #7548)
3070 (bookmark-name-from-record): New name for
3071 `bookmark-name-from-full-record'. All callers changed.
3072 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3073 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
3074 (bookmark-get-annotation, bookmark-set-annotation)
3075 (bookmark-get-filename, bookmark-set-filename)
3076 (bookmark-get-position, bookmark-set-position)
3077 (bookmark-get-front-context-string, bookmark-set-front-context-string)
3078 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
3079 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
3080 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
3081 Rename `bookmark' parameter to `bookmark-name-or-record', to
3082 clearly show its role, and shorten or adjust doc strings accordingly.
3083 (bookmark-set-name): Same, and pass the parameter directly to
3084 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
3085 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
3086 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
3087 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
3088 and in some cases shorten doc string accordingly.
3089 (bookmark-rename): Change `old' and `new' parameters to `old-name'
3090 and `new-name', and adjust an internal variable to avoid confusion.
3091 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
3092 parameter in doc string.
3093
3094 2010-12-08 Glenn Morris <rgm@gnu.org>
3095
3096 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
3097 from gdb's history file. (Bug#7575)
3098
3099 * mail/emacsbug.el (report-emacs-bug):
3100 Try to handle some other mail clients.
3101
3102 2010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3103
3104 * files.el (dir-locals-collect-variables): Don't let errors stop us.
3105 Use string-prefix-p.
3106 (file-name-version-regexp): New var.
3107 (file-name-sans-versions):
3108 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
3109 (jka-compr-get-compression-info): Use dolist.
3110 (jka-compr-compression-info-list): Don't bother specifying
3111 version/backup regexps.
3112
3113 2010-12-07 Tassilo Horn <tassilo@member.fsf.org>
3114
3115 * simple.el (just-one-space): Make argument n default to 1 if
3116 omitted.
3117
3118 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3119
3120 * electric.el (electric-indent-post-self-insert-function):
3121 Delete trailing newlines even if we don't reindent.
3122
3123 2010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3124
3125 * minibuffer.el (completion-at-point): Remove the `arg'.
3126 * bindings.el (complete-symbol): Move back from minibuffer.el.
3127
3128 2010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3129
3130 * simple.el (just-one-space): Delete newlines for negative arg.
3131
3132 2010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3133
3134 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
3135 (ansi-color-filter-apply): Simplify.
3136 (ansi-color-apply): Use `font-lock-face' rather than `face'.
3137
3138 2010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3139
3140 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3141
3142 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
3143
3144 * dired.el (dired-use-ls-dired): Set default to a special
3145 "unspecified" value.
3146 (dired-insert-directory): When called the first time, check
3147 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
3148
3149 2010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
3150
3151 * replace.el: Add "collect" feature to occur.
3152 (occur-collect-regexp-history): New var.
3153 (occur-read-primary-args): Return a replace string for nlines,
3154 if needed.
3155 (occur): Extend the meaning of nlines.
3156
3157 2010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3158
3159 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
3160 (which-func-update-1): Distinguish symbols from strings.
3161 (which-function): Stay within 80 columns.
3162
3163 2010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3164
3165 * subr.el (with-demoted-errors): Distinguish symbols from strings.
3166
3167 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
3168 Improve docstring.
3169 (comment-style): Use comment-styles's docs to describe values.
3170
3171 2010-12-03 Jan Djärv <jan.h.d@swipnet.se>
3172
3173 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
3174 and ns-show-prefs (Bug#7535).
3175
3176 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
3177 bindings (Bug#7535).
3178
3179 2010-12-03 Glenn Morris <rgm@gnu.org>
3180
3181 * nxml/nxml-mode.el: Require rng-nxml.
3182 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
3183 Remove declarations.
3184
3185 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
3186 * nxml/rng-nxml.el, nxml/rng-valid.el:
3187 Remove leading `*' from defcustom docs.
3188
3189 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3190 (normal-top-level-add-to-load-path, tty-handle-args):
3191 Convert comments to basic doc-strings.
3192
3193 * net/browse-url.el (browse-url-url-at-point)
3194 (browse-url-default-browser): Remove autoload cookies.
3195
3196 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3197 Remove more undefined cl functions.
3198
3199 * vc/diff.el (diff-sentinel): Make new arguments optional.
3200 * ibuf-ext.el (diff-sentinel): Update declaration.
3201
3202 2010-12-03 Daiki Ueno <ueno@unixuser.org>
3203
3204 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3205 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3206 (epg-context-set-passphrase-callback): Mention that the callback
3207 is not called when used with GnuPG 2.x.
3208
3209 2010-12-02 Michael Albinus <michael.albinus@gmx.de>
3210
3211 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
3212 (tramp-file-name-port): Check also for `tramp-default-port'.
3213 (tramp-get-connection-name): New defun.
3214 (tramp-get-connection-process): Use it.
3215 (tramp-debug-message): Extend function exclude list.
3216 (tramp-drop-volume-letter): Fix doc string.
3217
3218 * net/tramp-cmds.el: Remove solved todo item.
3219
3220 * net/tramp-ftp.el:
3221 * net/tramp-gvfs.el:
3222 * net/tramp-gw.el:
3223 * net/tramp-imap.el:
3224 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
3225 and `tramp-default-user-alist', respectively.
3226
3227 * net/tramp-gw.el (tramp-gw-open-connection):
3228 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
3229
3230 * net/tramp-imap.el (tramp-imap-make-iht): Use just
3231 `tramp-file-name-port'.
3232
3233 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
3234 and "psftp". Exchange "%k" marker with options.
3235 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
3236 Compute size of link target.
3237 (tramp-do-copy-or-rename-file-out-of-band): Move setting of
3238 `tramp-current-*' up due to gateway methods. Optimize computing of
3239 copy arguments. Use `tramp-get-connection-name' and
3240 `tramp-get-connection-buffer'. Improve debug messages.
3241 (tramp-compute-multi-hops): Remove port determination.
3242 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
3243
3244 * net/trampver.el: Update release number.
3245
3246 2010-12-02 Glenn Morris <rgm@gnu.org>
3247
3248 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
3249 Avoid infinite loop over windows. (Bug#7492)
3250
3251 * progmodes/flymake.el (flymake-check-file-limit):
3252 Allow nil to mean "no limit".
3253 (flymake-check-patch-master-file-buffer): Update for above change.
3254 Allow a .tex file-name extension to be optional.
3255 (flymake-master-tex-init): Also match \include statements.
3256
3257 2010-11-30 Sam Steingold <sds@gnu.org>
3258
3259 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
3260 (nxml-parent-document-set): A function to set `nxml-parent-document'.
3261 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
3262 (nxml-mode-hook): Remove `defcustom' (auto-defined by
3263 define-derived-mode').
3264 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
3265 users who want to call `nxml-parent-document-set'.
3266
3267 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
3268
3269 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
3270 stand-alone lines, since that is handled by log-edit-match-to-eoh
3271 (Bug#6465).
3272
3273 2010-11-27 Eduard Wiebe <usenet@pusto.de>
3274
3275 * dired.el (dired-get-filename): Replace backslashes with slashes
3276 in file names on MS-Windows, needed by `locate'. (Bug#7308)
3277 * locate.el (locate-default-make-command-line): Don't consider
3278 drive letter and root directory part of
3279 `directory-listing-before-filename-regexp'. (Bug#7308)
3280 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
3281
3282 2010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3283
3284 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
3285 of :smie-open/close-alist.
3286 (smie-next-sexp): Make it accept a "start token" as argument.
3287 (smie-indent-keyword): Be careful not to misidentify tokens that span
3288 more than one line, as empty lines. Add argument `token'.
3289
3290 2010-11-27 Kenichi Handa <handa@m17n.org>
3291
3292 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
3293 multipart subtypes, insert all as usual.
3294
3295 * mail/rmail.el: Require rfc2047.
3296
3297 2010-11-27 Kenichi Handa <handa@m17n.org>
3298
3299 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
3300 (rmail-mime-entity-disposition)
3301 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
3302 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
3303 (rmail-mime-save): Handle the case that the button's `data' is a
3304 MIME entity.
3305 (rmail-mime-insert-text): New function.
3306 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
3307 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
3308 (rmail-mime-insert-bulk): New function mostly copied from the old
3309 rmail-mime-bulk-handler.
3310 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
3311 (rmail-mime-process-multipart): New function mostly copied from
3312 the old rmail-mime-multipart-handler.
3313 (rmail-mime-show): Just call rmail-mime-process.
3314 (rmail-mime-process): New function mostly copied from the old
3315 rmail-mime-show.
3316 (rmail-mime-insert-multipart, rmail-mime-parse)
3317 (rmail-mime-insert, rmail-show-mime)
3318 (rmail-insert-mime-forwarded-message)
3319 (rmail-insert-mime-resent-message): New functions.
3320 (rmail-insert-mime-forwarded-message-function): Set to
3321 rmail-insert-mime-forwarded-message.
3322 (rmail-insert-mime-resent-message-function): Set to
3323 rmail-insert-mime-resent-message.
3324
3325 * mail/rmailsum.el: Require rfc2047.
3326 (rmail-header-summary): Handle multiline Subject: field.
3327 (rmail-summary-line-decoder): Change the default to
3328 rfc2047-decode-string.
3329
3330 * mail/rmail.el (rmail-enable-mime): Change the default to t.
3331 (rmail-mime-feature): Change the default to `rmailmm'.
3332 (rmail-quit): Delete the specifal code for rmail-enable-mime.
3333 (rmail-display-labels): Likewise.
3334 (rmail-show-message-1): Check rmail-enable-mime, and use
3335 rmail-show-mime-function for a MIME message. Decode the headers
3336 according to RFC2047.
3337
3338 2010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3339
3340 * progmodes/which-func.el (which-func-imenu-joiner-function):
3341 Return a string, as expected.
3342 (which-function-mode): Make sure we stop any previous timer before
3343 starting a new one.
3344
3345 2010-11-27 Michael Albinus <michael.albinus@gmx.de>
3346
3347 * net/tramp.el (tramp-default-method-alist)
3348 (tramp-default-user-alist, tramp-default-proxies-alist):
3349 Adapt custom options type. (Bug#7445)
3350
3351 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
3352
3353 * progmodes/python.el: Add Ipython support (Bug#5390).
3354 (python-shell-prompt-alist)
3355 (python-shell-continuation-prompt-alist): New options.
3356 (python--set-prompt-regexp): New function.
3357 (inferior-python-mode, run-python, python-shell):
3358 Require ansi-color. Use python--set-prompt-regexp to set the comint
3359 prompt based on the Python interpreter.
3360 (python--prompt-regexp): New var.
3361 (python-check-comint-prompt)
3362 (python-comint-output-filter-function): Use it.
3363 (run-python): Use a pipe (Bug#5694).
3364
3365 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
3366
3367 * progmodes/python.el (run-python): Doc fix.
3368 (python-keep-current-directory-in-path): New var (Bug#7454).
3369
3370 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
3371
3372 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3373 Prompt user before actually printing.
3374
3375 2010-11-27 Glenn Morris <rgm@gnu.org>
3376
3377 * startup.el (package-enable-at-startup, package-initialize):
3378 Remove unnecessary declarations.
3379
3380 2010-11-27 Eli Zaretskii <eliz@gnu.org>
3381
3382 * international/characters.el (glyphless-char-display-control):
3383 Exclude newline and TAB from the c0-control group.
3384
3385 2010-11-27 Glenn Morris <rgm@gnu.org>
3386
3387 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
3388 (expand-mail-aliases): Remove unnecessary autoload.
3389
3390 * allout.el (allout-command-prefix, allout-mode-map): Declare.
3391
3392 * shell.el (shell-dir-cookie-re): Move definition before use.
3393
3394 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3395 Replace undefined CL functions.
3396
3397 2010-11-26 Eli Zaretskii <eliz@gnu.org>
3398
3399 * simple.el (prog-mode): Set bidi-paragraph-direction to
3400 left-to-right.
3401
3402 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
3403
3404 2010-11-26 Glenn Morris <rgm@gnu.org>
3405
3406 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
3407 diary-outlook-formats can be sensitive to calendar-date-style.
3408 (diary-outlook-formats): Simplify the default setting.
3409 (diary-from-outlook-internal): Pass subject and body as arguments.
3410 Use dolist rather than dotimes. Don't save the diary buffer.
3411 (diary-from-outlook-gnus, diary-from-outlook-rmail):
3412 Pass subject and body as explicit arguments to the -internal function.
3413
3414 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3415
3416 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
3417 parsing them. This makes mailto:...?subject=foo\nbar work.
3418
3419 2010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3420
3421 * vc/diff.el (diff): Fix last change.
3422
3423 2010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3424
3425 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
3426 (pcase--dontcare-upats): New var.
3427 (pcase-let, pcase-let*): Generate better code.
3428 Accept the same bodies as `let'.
3429 (pcase-dolist): New macro.
3430 (pcase--trivial-upat-p): New helper function.
3431 (pcase--expand): Strip leading "(let nil" if any.
3432
3433 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3434
3435 * mail/mailclient.el (browse-url): Require.
3436 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
3437 use the external browser function to send the mail (bug#7469).
3438
3439 * net/browse-url.el (browse-url-browser-function): Revert the
3440 default back to the previous value, since the new value broke
3441 mailclient.el.
3442 (browse-url-mailto-function): New variable for mailto: URLs.
3443 (browse-url): Use the new variable for mailto: URLs.
3444
3445 2010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3446
3447 * eshell/esh-cmd.el (eshell-parse-command):
3448 * eshell/esh-arg.el (eshell-parse-arguments):
3449 * eshell/em-script.el (eshell-source-file):
3450 Use with-silent-modifications.
3451
3452 2010-11-23 Chong Yidong <cyd@stupidchicken.com>
3453
3454 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
3455 for a merge location.
3456
3457 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
3458 (vc-bzr-merge-branch): Always prompt.
3459 (vc-bzr-async-command): Use the full branch filename.
3460
3461 2010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3462
3463 * shell.el (shell): Use current-buffer by default if it's already
3464 a shell mode buffer and its process is dead.
3465 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
3466
3467 2010-11-23 Tassilo Horn <tassilo@member.fsf.org>
3468
3469 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
3470 Mention that the keywords should be comma separated.
3471
3472 2010-11-23 Chong Yidong <cyd@stupidchicken.com>
3473
3474 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
3475 Accept optional prefix arg meaning to prompt for a command.
3476 (vc-update): Use vc-BACKEND-pull if available. Accept optional
3477 prefix arg meaning to prompt for a command.
3478 (vc-pull): Alias for vc-update.
3479
3480 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
3481 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
3482 (vc-bzr-merge-branch): New functions, implementing merge-branch
3483 and pull operations.
3484
3485 2010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3486
3487 * Makefile.in: Fix up last merge.
3488
3489 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
3490 (diff-sentinel): Get them as arguments instead.
3491 (diff-old-file, diff-new-file, diff-extra-args): Remove.
3492 (diff-file-local-copy, diff-better-file-name): New funs.
3493 (diff-no-select): Rename from diff-into-buffer.
3494 Support buffers additionally to files. Move `buf' arg. Don't display buf.
3495 Prefer closures to buffer-local variables.
3496 (diff): Adjust accordingly.
3497 (diff-buffer-with-file): Move from files.el.
3498 * files.el (diff-buffer-with-file): Move to vc/diff.el.
3499 (diff-buffer-internal): Remove.
3500 (diff-buffer-buffer): Remove.
3501 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
3502 the buffer name used, and so as not to mess up windows and frames.
3503
3504 2010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3505
3506 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
3507 (diff-buffer-internal): New function extracted from diff-buffer-with-file
3508 (diff-buffer-with-file): Use it.
3509 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
3510 (diff): Use it.
3511
3512 2010-11-22 Tassilo Horn <tassilo@member.fsf.org>
3513
3514 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
3515 \ref's or \pageref's value as default instead of initial input.
3516
3517 2010-11-21 Michael Albinus <michael.albinus@gmx.de>
3518
3519 * files.el (backup-by-copying-when-mismatch): The default value is
3520 now t.
3521
3522 * startup.el (normal-top-level):
3523 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
3524 `backup-by-copying-when-mismatch'.
3525
3526 2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
3527
3528 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
3529
3530 2010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3531
3532 * progmodes/python.el (python-font-lock-keywords):
3533 Highlight top-level augmented assignments (Bug#6445).
3534
3535 2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
3536
3537 * term/ns-win.el (ns-right-control-modifier)
3538 (ns-right-command-modifier): Defvar them.
3539
3540 * cus-start.el (all): Add ns-right-control-modifier and
3541 ns-right-command-modifier (Bug#7458).
3542
3543 2010-11-20 Glenn Morris <rgm@gnu.org>
3544
3545 * emacs-lisp/authors.el (authors-ignored-files)
3546 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
3547
3548 2010-11-20 Tassilo Horn <tassilo@member.fsf.org>
3549
3550 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
3551 (report-emacs-bug-parse-query-results)
3552 (report-emacs-bug-create-existing-bugs-buffer): Pass through
3553 keywords used for querying the bug database to show them in the
3554 existing bugs buffer.
3555
3556 2010-11-20 Jan Djärv <jan.h.d@swipnet.se>
3557
3558 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
3559
3560 * info.el (info-tool-bar-map): Add some :vert-only keywords.
3561
3562 2010-11-20 Eli Zaretskii <eliz@gnu.org>
3563
3564 * international/characters.el (glyphless-char-display-control):
3565 Make it a defcustom, with update-glyphless-char-display as its
3566 :set attribute.
3567 (top level): Don't call update-glyphless-char-display.
3568
3569 2010-11-20 Michael Albinus <michael.albinus@gmx.de>
3570
3571 Sync with Tramp 2.2.0.
3572
3573 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
3574 `file-remote-p' (due to compatibility).
3575
3576 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
3577 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
3578
3579 * net/trampver.el: Update release number.
3580
3581 2010-11-20 Eli Zaretskii <eliz@gnu.org>
3582
3583 * faces.el (glyphless-char): Define value for `pc'.
3584
3585 2010-11-20 Tassilo Horn <tassilo@member.fsf.org>
3586
3587 Implemented a bug querying mechanism.
3588 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
3589 (report-emacs-bug-create-existing-bugs-buffer)
3590 (report-emacs-bug-parse-query-results)
3591 (report-emacs-bug-query-existing-bugs): New functions.
3592
3593 2010-11-19 Tassilo Horn <tassilo@member.fsf.org>
3594
3595 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
3596 a \ref{} or \pageref{} macro, then use its value as initial input.
3597
3598 2010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
3599
3600 * calc/calc-units.el (math-build-units-table-buffer):
3601 calc/README: Mention that the TeX specific units won't use the
3602 `tex' prefix in TeX mode.
3603 calc/calc-lang.el (math-variable-table): Don't use the `tex'
3604 prefix for units in TeX mode.
3605
3606 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3607
3608 * simple.el (kill-new, kill-append, kill-region):
3609 * comint.el (comint-kill-region): Make the yank-handler argument
3610 obsolete.
3611
3612 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3613
3614 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
3615 that are both openers (resp. closers) and something else.
3616 (smie-grammar): Loosen definition of valid values.
3617 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
3618 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
3619 (smie-indent-after-keyword): Adjust users.
3620 (smie-indent-keyword): Don't indent empty lines.
3621
3622 * vc-hg.el (vc-hg-program): New var.
3623 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
3624 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
3625
3626 2010-11-18 Glenn Morris <rgm@gnu.org>
3627
3628 * emacs-lisp/autoload.el (autoload-find-destination): The function
3629 coding-system-eol-type may return non-numeric values. (Bug#7414)
3630
3631 2010-11-18 Ulrich Mueller <ulm@gentoo.org>
3632
3633 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
3634
3635 2010-11-18 Eli Zaretskii <eliz@gnu.org>
3636
3637 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
3638
3639 2010-11-18 Chong Yidong <cyd@stupidchicken.com>
3640
3641 * textmodes/picture.el (picture-mouse-set-point): Don't use
3642 posn-col-row; explicitly compute the motion based on the posn at
3643 the window-start (Bug#7390).
3644
3645 2010-11-18 Glenn Morris <rgm@gnu.org>
3646
3647 * novice.el (disabled-command-function):
3648 Fix 2009-11-15 change. (Bug#7384)
3649
3650 2010-11-18 Glenn Morris <rgm@gnu.org>
3651
3652 * calendar/calendar.el (diary-iso-date-forms): Make elements
3653 mutually exclusive. (Bug#7377)
3654
3655 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3656
3657 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
3658 when filling the remaining "unconstrained" values.
3659
3660 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3661
3662 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
3663 safety predicate.
3664
3665 * files.el (safe-local-variable-p): Gracefully handle errors.
3666
3667 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
3668 Use smie-indent-virtual when indenting relative to an opener.
3669 (smie-rule-separator): Use smie-rule-parent.
3670 (smie-indent-keyword): Consult rules, even for openers at bol.
3671 (smie-indent-comment-close): Try to align closer's content.
3672
3673 2010-11-18 Glenn Morris <rgm@gnu.org>
3674
3675 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
3676
3677 2010-11-18 Glenn Morris <rgm@gnu.org>
3678
3679 * printing.el (pr-menu-bind): Doc fix.
3680
3681 * speedbar.el (speedbar-toggle-images): Doc fix.
3682
3683 * progmodes/python.el (python-shell): Doc fix.
3684
3685 * wid-edit.el (widget-field-use-before-change)
3686 (widget-use-overlay-change): Doc fixes.
3687
3688 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3689
3690 Minor cleanup to improve style.
3691 * textmodes/rst.el (rst-update-section): Use point-marker.
3692 (rst-get-decoration): Eliminate unneeded assignment.
3693 (rst-promote-region, rst-straighten-decorations)
3694 (rst-section-tree, rst-adjust): Use point-marker.
3695 (rst-toc-mode-mouse-goto): Avoid setq.
3696 (rst-shift-region-guts, rst-shift-region-left)
3697 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
3698 (rst-convert-bullets-to-enumeration): Use copy-marker.
3699
3700 * minibuffer.el (completion-fail-discreetly): New var.
3701 (completion--do-completion): Use it.
3702
3703 * electric.el (electric-pair-pairs): New var.
3704 (electric-pair-post-self-insert-function): Use it.
3705 (electric-layout-post-self-insert-function): Don't insert a before
3706 newline unless it's actually needed.
3707
3708 2010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
3709
3710 * progmodes/python.el (run-python): Explain why we remove the current
3711 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
3712
3713 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
3714
3715 2010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3716
3717 * progmodes/octave-mod.el: Rely on elecric-*-modes.
3718 (octave-mode-map): Don't bind ;, SPC, and LF.
3719 (octave-auto-indent, octave-auto-newline): Remove.
3720 (electric-layout-rules): Declare.
3721 (octave-mode): Set electric-layout-rules.
3722 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
3723 (octave-reindent-then-newline-and-indent, octave-electric-semi)
3724 (octave-electric-space): Remove.
3725
3726 * electric.el (electric-layout-mode): New minor mode.
3727 (electric--after-char-pos): New function.
3728 (electric-indent-post-self-insert-function): Use it.
3729 (electric-layout-rules): New var.
3730 (electric-layout-post-self-insert-function): New function.
3731 (electric-indent-mode): Make them interact better.
3732
3733 2010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3734
3735 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
3736 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
3737 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
3738
3739 2010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
3740
3741 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
3742 Make sure to check inside the word (Bug#6761).
3743
3744 2010-11-14 Chong Yidong <cyd@stupidchicken.com>
3745
3746 * startup.el (command-line): If the cursorColor resource is set,
3747 change the cursor face-spec (Bug#7392).
3748
3749 2010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
3750
3751 The main features of the following allout.el changes are:
3752 - implement user customization for the allout key bindings
3753 - add a customization control by which the user can inhibit use of
3754 a trailing Ctrl-H, so by default it's reserved for use with
3755 describe-prefix-bindings
3756 - adapt to new version of called-interactively-p, while
3757 maintaining backwards compatibility with old version
3758 - fix hotspot navigation so i works properly with meta-modified keys
3759
3760 * allout.el (allout-keybindings, allout-bind-keys)
3761 (allout-keybindings-binding, allout-prefixed-keybindings)
3762 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
3763 (allout-keybindings-list, allout-mode-map-adjustments)
3764 (allout-setup-mode-map): Establish allout-mode keymaps as user
3765 customizable settings, and also establish a customizable setting which
3766 regulates whether or not a trailing control-h is reserved for use with
3767 describe-prefix-bindings - and inhibit it by default, so that control-h
3768 *is* reserved for describe-prefix-bindings unless the user changes it.
3769
3770 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
3771 and accurately between modified and unmodified events, and handle
3772 modified events more comprehensively.
3773
3774 * allout.el (allout-substring-no-properties):
3775 Alias to use or provide version of `substring-no-properties'.
3776 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
3777
3778 * allout.el (allout-next-single-char-property-change):
3779 Alias to use or provide version of `next-single-char-property-change'.
3780 (allout-annotate-hidden, allout-hide-by-annotation):
3781 Use `allout-next-single-char-property-change'.
3782
3783 * allout.el (allout-select-safe-coding-system):
3784 Alias to use or provide version of `select-safe-coding-system'.
3785 (allout-toggle-subtree-encryption):
3786 Use `allout-select-safe-coding-system'.
3787
3788 * allout.el (allout-set-buffer-multibyte):
3789 Alias to use or provide version of `set-buffer-multibyte'.
3790 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
3791
3792 * allout.el (allout-called-interactively-p): Macro for using the
3793 different versions of called-interactively-p identically, depending on
3794 the subroutine's argument signature.
3795 (allout-back-to-current-heading, allout-beginning-of-current-entry):
3796 Use `(interactive "p")' instead of `(called-interactively-p)'.
3797
3798 * allout.el (allout-init, allout-ascend, allout-end-of-level)
3799 (allout-previous-visible-heading, allout-forward-current-level)
3800 (allout-backward-current-level, allout-show-children):
3801 Use `allout-called-interactively-p' instead of `called-interactively-p'.
3802
3803 * allout.el (allout-before-change-handler):
3804 Exempt edits to the (overlaid) character after the allout outline
3805 bullet from edit confirmation prompt.
3806
3807 * allout.el (allout-add-resumptions):
3808 Ensure that it respects correct buffer for keybindings.
3809
3810 * allout.el (allout-beginning-of-line):
3811 Use `allout-previous-single-char-property-change' alias for the sake of
3812 diverse compatibility.
3813
3814 * allout.el (allout-end-of-line):
3815 Use `allout-mark-active-p' to encapsulate respect for mark activity.
3816
3817 2010-11-13 Chong Yidong <cyd@stupidchicken.com>
3818
3819 * frame.el (frame-notice-user-settings): Don't clobber other
3820 user-set parameters when calling face-set-after-frame-default in
3821 response to background-color parameter (Bug#7373).
3822
3823 2010-11-13 Eli Zaretskii <eliz@gnu.org>
3824
3825 * international/characters.el (glyphless-char-display-control):
3826 Rename from glyphless-char-control; all users changed. Doc fix.
3827 Signal an error if display method is not one of the recognized
3828 symbols.
3829
3830 2010-11-13 Michael Albinus <michael.albinus@gmx.de>
3831
3832 * net/tramp-compat.el (tramp-compat-line-beginning-position)
3833 (tramp-compat-line-end-position): Remove them.
3834
3835 * net/tramp.el (tramp-parse-rhosts-group)
3836 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
3837 (tramp-parse-hosts-group, tramp-parse-passwd-group)
3838 (tramp-parse-netrc-group, tramp-parse-putty-group)
3839 * net/tramp-cmds.el (tramp-append-tramp-buffers)
3840 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
3841 (tramp-sh-handle-file-selinux-context)
3842 (tramp-sh-handle-file-name-all-completions)
3843 (tramp-sh-handle-insert-directory)
3844 (tramp-sh-handle-expand-file-name, tramp-find-executable)
3845 (tramp-wait-for-output, tramp-send-command-and-read)
3846 * net/tramp-smb.el (tramp-smb-read-file-entry)
3847 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
3848
3849 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
3850 `point-at-bol'.
3851 (tramp-remote-coding-commands): Add an alternative using "base64
3852 -d -i". This is needed for older base64 versions from GNU
3853 coreutils. Reported by Klaus Reichl
3854 <Klaus.Reichl@thalesgroup.com>.
3855
3856 2010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
3857
3858 * simple.el (count-words-region): New function.
3859
3860 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3861
3862 * shell.el (shell-dir-cookie-re): New custom variable.
3863 (shell-dir-cookie-watcher): New function.
3864
3865 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
3866 and compilation-mode (bug#7350).
3867
3868 * vc/smerge-mode.el (smerge-refine): Choose better default part to
3869 highlight when one of them is empty.
3870
3871 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
3872 trailing space.
3873 (skeleton-newline): New function.
3874 (skeleton-internal-1): Use it.
3875
3876 * simple.el (open-line): `newline' may strip trailing space.
3877
3878 2010-11-12 Kevin Ryde <user42@zip.com.au>
3879
3880 * international/mule-cmds.el (princ-list): Use mapc.
3881
3882 2010-11-12 Glenn Morris <rgm@gnu.org>
3883
3884 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
3885 Use it to replace all instances of "*Compile-Log*"
3886
3887 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3888
3889 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
3890 indentation specs.
3891
3892 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3893
3894 * progmodes/modula2.el: Use SMIE and skeleton.
3895 (m2-mode-syntax-table): (*..*) can be nested.
3896 Add //...\n. Fix paren syntax.
3897 (m2-mode-map): Remove LF and TAB bindings.
3898 (m2-indent): Add safety property.
3899 (m2-smie-grammar): New var.
3900 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
3901 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
3902 (m2-mode): Use define-derived-mode.
3903 (m2-newline, m2-tab): Remove.
3904 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
3905 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
3906 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
3907 (m2-import): Use define-skeleton.
3908
3909 2010-11-11 Glenn Morris <rgm@gnu.org>
3910
3911 * obsolete/lucid.el: Don't warn about any CL functions in this file.
3912
3913 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
3914 (ls-lisp-verbosity): Add custom :set-after property.
3915 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
3916 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
3917 (ls-lisp-insert-directory): Update caller.
3918 (ls-lisp-set-options): New function.
3919 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
3920 Doc fix.
3921
3922 * play/landmark.el (lm-prompt-for-move):
3923 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
3924
3925 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
3926
3927 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
3928 (idlwave-study-twins): Prefix dynamic local variable `name'.
3929 (idlwave-routine-twin-compare): Update for above change.
3930
3931 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
3932 Prefix dynamic local variables `name', `kwd', and `link'.
3933 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
3934 * progmodes/idlw-complete-structtag.el
3935 (idlwave-complete-structure-tag-help):
3936 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
3937 (idlwave-complete-sysvar-tag-help)
3938 (idlwave-complete-class-structure-tag-help):
3939 Update for above name changes.
3940
3941 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3942
3943 * net/browse-url.el (browse-url-browser-function): Change the
3944 default to use `browse-url-mail' on mailto: URLs.
3945
3946 2010-11-10 Chong Yidong <cyd@stupidchicken.com>
3947
3948 * emacs-lisp/package.el (package-read-all-archive-contents):
3949 Reset package-archive-contents to nil before re-reading.
3950
3951 2010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
3952
3953 * textmodes/flyspell.el (flyspell-word): Do not re-check words
3954 already found as misspellings by (flyspell-large-region), just
3955 do highlighting (bug#7322).
3956
3957 2010-11-10 Glenn Morris <rgm@gnu.org>
3958
3959 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
3960
3961 * emulation/edt.el (edt-with-position): New macro.
3962 (edt-find-forward, edt-find-backward, edt-find-next-forward)
3963 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
3964 (edt-paragraph-forward, edt-paragraph-backward): Use it.
3965
3966 * emulation/tpu-extras.el (tpu-with-position): New macro.
3967 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
3968
3969 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
3970
3971 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
3972 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
3973 (texinfo-master-menu, texinfo-insert-node-lines)
3974 (texinfo-multiple-files-update):
3975 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
3976 Use line-beginning-position.
3977
3978 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
3979 No recent Emacs supports system-type `emx'.
3980
3981 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
3982 (ada-command-separator, ada-default-prj-properties)
3983 (ada-find-any-references): Update for above name change.
3984
3985 * dirtrack.el (dirtrack-directory-function)
3986 (dirtrack-canonicalize-function):
3987 * filecache.el (file-cache-completion-ignore-case)
3988 (file-cache-case-fold-search, file-cache-ignore-case):
3989 * term.el (serial-port-is-file-p): Cosmetic change.
3990
3991 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
3992 Remove non-existent `windows-95' system-type.
3993 * dired.el (dired-chown-program): Remove non-existent `linux'
3994 system-type.
3995
3996 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
3997 (ping-program-options): Remove non-existent `linux' system-type.
3998
3999 * startup.el (package-initialize): Update declaration.
4000
4001 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
4002 (ls-lisp-handle-switches): Use time-less-p.
4003 (ls-lisp-format-time): Use float-time.
4004
4005 * textmodes/remember.el (remember-time-to-seconds): Remove.
4006 (remember-store-in-mailbox): Use float-time.
4007
4008 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
4009
4010 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
4011 never a real function.
4012 (with-no-warnings): Remove compat stub, now unused.
4013 (time-less-p): Doc fix.
4014 (time-to-number-of-days): Simplify.
4015
4016 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
4017 Remove.
4018 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
4019 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
4020 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
4021 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
4022 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
4023
4024 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
4025 (eshell-shuffle-files, eshell-shorthand-tar-command)
4026 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
4027 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
4028 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
4029 Prefix dynamic local variable `matches'.
4030
4031 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
4032 Prefix dynamic local variable `skeleton'.
4033
4034 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4035
4036 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
4037 in mail buffer; make yank-action always a command that yanks original
4038 buffer.
4039
4040 2010-11-09 Glenn Morris <rgm@gnu.org>
4041
4042 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
4043
4044 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4045
4046 * minibuffer.el (minibuffer-completion-help): Specify the end of the
4047 completion field (bug#7211).
4048
4049 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
4050 Fix handling of backslash escapes.
4051 (python-quote-syntax): Adjust accordingly.
4052
4053 2010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
4054
4055 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
4056 (vc-mtn-workfile-branch): Adjust to new output format.
4057
4058 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4059
4060 * international/mule-cmds.el (princ-list): Mark as obsolete.
4061
4062 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4063
4064 * emacs-lisp/smie.el: New package.
4065
4066 2010-11-09 Michael Albinus <michael.albinus@gmx.de>
4067
4068 * files.el (backup-by-copying-when-mismatch):
4069 Set `permanent-local' property.
4070
4071 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
4072 `permanent-local' property for `backup-by-copying-when-mismatch'.
4073
4074 2010-11-09 Eli Zaretskii <eliz@gnu.org>
4075
4076 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
4077
4078 2010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
4079
4080 * progmodes/verilog-mode.el (verilog-insert-one-definition)
4081 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
4082 AUTOINOUT for SV style multidimensional arrays, bug294.
4083 Reported by Eric Mastromarchi.
4084 (verilog-preprocess): Use with-current-buffer and
4085 font-lock-fontify-buffer to cleanup style issues.
4086
4087 2010-11-09 Glenn Morris <rgm@gnu.org>
4088
4089 * locate.el (locate, locate-mode): Doc fixes.
4090
4091 2010-11-09 Chong Yidong <cyd@stupidchicken.com>
4092
4093 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
4094 user for confirmation.
4095 (server-force-stop): Use it.
4096 (server-start): Use server-force-stop for kill-emacs-hook, to
4097 avoid user interaction while killing Emacs.
4098
4099 2010-11-09 Glenn Morris <rgm@gnu.org>
4100
4101 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
4102 (meta-indent-line): Simplify.
4103
4104 * vc/emerge.el (emerge-line-number-in-buf):
4105 * textmodes/ispell.el (ispell-region):
4106 * textmodes/fill.el (current-fill-column):
4107 * progmodes/xscheme.el (xscheme-send-current-line):
4108 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
4109 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
4110 * progmodes/sh-script.el (sh-handle-prev-do):
4111 * progmodes/meta-mode.el (meta-indent-line):
4112 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
4113 (idlwave-in-quote):
4114 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
4115 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
4116 * progmodes/fortran.el (fortran-looking-at-if-then):
4117 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
4118 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
4119 (cperl-find-pods-heres):
4120 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
4121 * net/quickurl.el (quickurl-list-insert):
4122 * net/ldap.el (ldap-search-internal):
4123 * net/eudc.el (eudc-expand-inline):
4124 * mail/sendmail.el (sendmail-send-it):
4125 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
4126 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
4127 (viper-brac-function):
4128 * calc/calc-yank.el (calc-do-grab-region):
4129 * calc/calc-keypd.el (calc-keypad-press):
4130 * term.el (term-move-columns, term-insert-spaces):
4131 * speedbar.el (speedbar-highlight-one-tag-line):
4132 * simple.el (current-word):
4133 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4134 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
4135 (Info-scroll-down):
4136 * hippie-exp.el (he-line-beg):
4137 * epa.el (epa--marked-keys):
4138 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
4139 (dired-update-file-line, dired-add-entry, dired-remove-entry)
4140 (dired-relist-entry):
4141 * buff-menu.el (Buffer-menu-buffer):
4142 * array.el (current-line):
4143 * allout.el (allout-resolve-xref)
4144 (allout-latex-verbatim-quote-curr-line):
4145 Replace yet more uses of end-of-line etc with line-end-position, etc.
4146
4147 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4148
4149 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
4150 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
4151 (checkdoc-syntax-table): Initialize in the declaration.
4152 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
4153 the mode on unconditionally.
4154
4155 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
4156 (extent-end-position, extent-start-position): Remove setf method for
4157 non-existing functions (bug#7319).
4158
4159 2010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4160
4161 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
4162 (smie-precs->prec2): Rename from smie-precs-precedence-table.
4163 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
4164 (smie-prec2->grammar): Rename from smie-prec2-levels.
4165 (smie-grammar): Rename from smie-op-levels.
4166 (smie-indent--hanging-p): Rename from smie-hanging-p.
4167 (smie-rule-hanging-p): New alias.
4168 (smie-indent--bolp): Rename from smie-bolp.
4169 (smie-indent--hanging-p): New alias.
4170 (smie--token): New dynamically bound variable.
4171 (smie-indent--parent): New function.
4172 (smie-rule-parent-p): Use it; rename from smie-parent-p.
4173 (smie-rule-next-p): Rename from smie-next-p.
4174 (smie-rule-prev-p): Rename from smie-prev-p.
4175 (smie-rule-sibling-p, smie-rule-parent)
4176 (smie-indent--separator-outdent, smie-rule-separator): New functions.
4177 (smie-rule-separator-outdent): New var.
4178 (smie-indent--rule): Merge with smie-indent--column.
4179 (smie-indent-forward-token, smie-indent-backward-token):
4180 Also recognize close parens.
4181 (smie-indent-keyword): Don't use smie-indent--column any more.
4182 (smie-indent-after-keyword): Ignore closers by default.
4183 (smie-indent-line): Use with-demoted-errors.
4184 * progmodes/octave-mod.el (octave-smie-grammar):
4185 Rename from octave-smie-op-levels.
4186 (octave-smie-rules): Adjust to new behavior.
4187 * progmodes/prolog.el (prolog-smie-grammar):
4188 Rename from prolog-smie-op-levels.
4189
4190 2010-11-07 Glenn Morris <rgm@gnu.org>
4191
4192 * eshell/esh-util.el (subst-char-in-string)
4193 (directory-files-and-attributes): These compatibility definitions are
4194 not needed on any version of Emacs since at least 21.4.
4195
4196 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
4197 (verilog-get-end-of-line): Remove.
4198 (verilog-within-string, verilog-re-search-forward-substr)
4199 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
4200 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
4201 Use point-at-bol, point-at-eol.
4202 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
4203 Remove.
4204 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
4205 (electric-pascal-terminate-line, pascal-set-auto-comments)
4206 (pascal-indent-paramlist, pascal-indent-declaration)
4207 (pascal-get-lineup-indent, pascal-func-completion)
4208 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
4209 Use point-at-bol, point-at-eol.
4210 * progmodes/flymake.el (flymake-line-beginning-position)
4211 (flymake-line-end-position): Remove.
4212 (flymake-highlight-line): Use point-at-bol, point-at-eol.
4213 * eshell/esh-util.el (line-end-position, line-beginning-position):
4214 Remove compat definitions.
4215
4216 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4217 Use end-of-line N.
4218 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
4219 Use line-end-position.
4220
4221 * emacs-lisp/chart.el (chart-zap-chars):
4222 * play/decipher.el (decipher-set-map):
4223 * progmodes/ada-mode.el (ada-get-current-indent)
4224 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
4225 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
4226 * progmodes/ada-xref.el (ada-initialize-runtime-library)
4227 (ada-get-all-references):
4228 * progmodes/cperl-mode.el (cperl-electric-paren)
4229 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
4230 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
4231 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
4232 (cperl-word-at-point-hard):
4233 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
4234 (idlwave-shell-filename-string, idlwave-shell-batch-command)
4235 (idlwave-shell-display-line):
4236 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
4237 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
4238 * progmodes/js.el (js--re-search-forward-inner)
4239 (js--re-search-backward-inner):
4240 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
4241 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
4242 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
4243 * textmodes/flyspell.el (flyspell-process-localwords):
4244 * textmodes/ispell.el (ispell-buffer-local-parsing)
4245 (ispell-buffer-local-dict, ispell-buffer-local-words):
4246 Use point-at-bol and point-at-eol.
4247
4248 * speedbar.el (speedbar-generic-item-info)
4249 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
4250 (speedbar-add-indicator, speedbar-check-vc-this-line)
4251 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
4252 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
4253 Replace more uses of end-of-line etc with line-end-position.
4254
4255 2010-11-06 Glenn Morris <rgm@gnu.org>
4256
4257 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
4258 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
4259 (texinfo-delete-existing-pointers, texinfo-find-pointer)
4260 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
4261 (texinfo-multiple-files-update):
4262 * textmodes/table.el (table--probe-cell-left-up)
4263 (table--probe-cell-right-bottom):
4264 * textmodes/picture.el (picture-tab-search):
4265 * textmodes/page-ext.el (pages-copy-header-and-position)
4266 (pages-directory-for-addresses):
4267 * progmodes/vera-mode.el (vera-get-offset):
4268 * progmodes/simula.el (simula-calculate-indent):
4269 * progmodes/python.el (python-pdbtrack-overlay-arrow):
4270 * progmodes/prolog.el (end-of-prolog-clause):
4271 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
4272 * progmodes/icon.el (indent-icon-exp):
4273 * progmodes/etags.el (tag-re-match-p):
4274 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
4275 * progmodes/ebnf2ps.el (ebnf-begin-file):
4276 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
4277 (dcl-save-local-variable):
4278 * play/life.el (life-setup):
4279 * play/gametree.el (gametree-looking-at-ply):
4280 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4281 * mail/sendmail.el (mail-mode-auto-fill):
4282 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4283 * emacs-lisp/edebug.el (edebug-overlay-arrow):
4284 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
4285 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
4286 (woman-tab-to-tab-stop, WoMan-warn-ignored):
4287 * type-break.el (type-break-file-keystroke-count):
4288 * term.el (term-replace-by-expanded-history-before-point)
4289 (term-skip-prompt, term-extract-string):
4290 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
4291 (speedbar-contract-line, speedbar-toggle-line-expansion)
4292 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
4293 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
4294 * sort.el (sort-skip-fields):
4295 * skeleton.el (skeleton-internal-list):
4296 * simple.el (line-move-finish, line-move-to-column):
4297 * shell.el (shell-forward-command):
4298 * misc.el (copy-from-above-command):
4299 * makesum.el (double-column):
4300 * ebuff-menu.el (electric-buffer-update-highlight):
4301 * dired.el (dired-move-to-end-of-filename):
4302 * dframe.el (dframe-popup-kludge):
4303 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
4304 * arc-mode.el (archive-get-lineno):
4305 Use line-end-position and line-beginning-position.
4306
4307 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
4308 (idlwave-study-twins): Prefix dynamic local `class'.
4309 (idlwave-routine-twin-compare): Update for above name change.
4310
4311 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
4312 Use boundp tests to silence compiler. Update for changed name of
4313 bytecomp-filename variable.
4314
4315 * emulation/viper-cmd.el (viper-read-string-with-history):
4316 Prefix dynamic local `initial'.
4317 (viper-minibuffer-standard-hook): Update for above name change.
4318
4319 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
4320 (elint-init-form): Update for above name change.
4321
4322 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
4323 local variables `cbeg' and `cend' a prefix.
4324 (mail-extr-voodoo): Update for above name change.
4325
4326 * textmodes/reftex-toc.el (reftex-toc-do-promote)
4327 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
4328 (reftex-toc-promote-action): Doc fix.
4329
4330 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
4331 `prompt', `data' a prefix.
4332 (reftex-select-post-command-hook, reftex-select-callback)
4333 (reftex-select-mouse-accept, reftex-select-read-cite):
4334 Update for above name changes.
4335
4336 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
4337 `refstyle' to reftex-refstyle.
4338 (reftex-offer-label-menu): Update for above name change.
4339 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
4340 `refstyle' name change.
4341
4342 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
4343 with with-current-buffer.
4344 (diff, template): Give dynamic local variables a prefix.
4345 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
4346 (emerge-line-number-in-buf): Update for above name change.
4347 (emerge-combine-versions-internal): Rename local `template' to
4348 emerge-combine-template.
4349 (emerge-combine-versions-edit): Update for above name change.
4350
4351 2010-11-06 Ralf Angeli <angeli@caeruleus.net>
4352
4353 * textmodes/reftex-cite.el
4354 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
4355 entries with whitespace after \bibitem.
4356 (reftex-create-bibtex-file): Match entries containing numbers and
4357 symbol constituents. Make sure that entries with whitespace at
4358 various places are found.
4359
4360 2010-11-05 Christian Millour <cm@abtela.com> (tiny change)
4361
4362 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
4363
4364 2010-11-05 Jan Djärv <jan.h.d@swipnet.se>
4365
4366 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
4367
4368 2010-11-05 Glenn Morris <rgm@gnu.org>
4369
4370 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
4371 (woman2-roff-buffer): Give local variable `request' a prefix.
4372 (woman0-macro): Rename argument `request' in the same way.
4373 (woman-request): New name for `request' dynamic variable.
4374 (woman-unquote, woman-forward-arg): Update for above name change.
4375 (woman1-roff-buffer): Give local variable `unquote' a prefix.
4376 (woman1-unquote): New name for `unquote' dynamic variable.
4377 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
4378 (woman-translations): Rename from `translations'. No longer global.
4379 (woman2-tr, woman-translate): Update for above name change.
4380 (woman-translate): Check for bound variable.
4381 (woman2-roff-buffer): Give local variable `translations' a prefix.
4382
4383 * play/doctor.el: Give all local variables a prefix. Update callers.
4384 (doc$, doctor-put-meaning): Use backquote.
4385
4386 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
4387 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
4388
4389 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
4390 variables bytes, ptr, op a prefix.
4391 (disassemble-offset): Update for above change.
4392
4393 2010-11-03 Chong Yidong <cyd@stupidchicken.com>
4394
4395 * emacs-lisp/package.el (package-unpack): Remove no-op.
4396 (package--builtins, package--dir): Doc fix.
4397 (package-activate-1, package-activate, package-install)
4398 (package-compute-transaction): Fix error message.
4399 (package-delete): Use delete-directory. Omit system packages.
4400 (package-initialize): Set package-alist to nil first.
4401 (package-menu-mark-delete, package-menu-mark-install): Don't add
4402 symbols that are inconsistent with the package state.
4403 (package-menu-execute): Perform deletions and installations as
4404 single batch operations.
4405
4406 2010-11-03 Glenn Morris <rgm@gnu.org>
4407
4408 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
4409 (props): Remove unnecessary declaration.
4410
4411 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
4412 set-process-query-on-exit-flag.
4413
4414 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
4415 (reftex-toc-do-promote): Remove unused local `mpos'.
4416 (reftex-toc-restore-region): Make `mpos' local to this function.
4417
4418 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
4419
4420 * play/landmark.el (lm-losing-threshold): Correct spelling.
4421 (lm-human-plays): Use new name.
4422
4423 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
4424 (gomoku-human-plays): Use new name.
4425
4426 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
4427 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
4428 (gomoku-score-trans-table, gomoku-winning-threshold)
4429 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
4430
4431 2010-11-03 Chong Yidong <cyd@stupidchicken.com>
4432
4433 * emacs-lisp/package.el: Don't put built-in packages in
4434 package-alist, to avoid loading inefficiencies.
4435 (package-built-in-p): Make VERSION optional, and treat it as a
4436 minimum acceptable version.
4437 (package-activate): Search separately for built-in packages.
4438 Emit a warning if a dependency fails.
4439 (define-package): Handle most common case, where there is no
4440 obsolete package, first.
4441 (package-compute-transaction): Print required version in error.
4442 (package--initialized): New variable.
4443 (list-packages): Use it.
4444 (package-initialize): Optional arg NO-ACTIVATE. Don't put
4445 built-in packages in packages-alist; keep it separate.
4446 Set package--initialized.
4447 (describe-package): Avoid activating packages as a side-effect.
4448 Search separately for built-in packages.
4449 (describe-package-1): Handle the case where an elpa package is
4450 simultaneously built-in and available/installed.
4451 (package-installed-p, package--generate-package-list):
4452 Search separately for built-in packages.
4453 (package-load-descriptor): Doc fix.
4454
4455 2010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4456
4457 * progmodes/perl-mode.el (perl-syntax-propertize-function):
4458 Handle __DATA__ and __END__.
4459
4460 2010-11-02 Noah Friedman <friedman@splode.com>
4461
4462 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
4463 nil, do not ask to recompile files that are not already compiled,
4464 and do not recompile them.
4465
4466 2010-11-02 Chong Yidong <cyd@stupidchicken.com>
4467
4468 * emacs-lisp/package.el (package-initialize): Ensure that
4469 obsoleted built-in packages are not in package-activated-list
4470 during activation.
4471 (describe-package-1): Make the "installed" status override
4472 "built-in".
4473
4474 2010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4475
4476 * subr.el (version-separator, version-regexp-alist): Remove '*'
4477 from docstring.
4478 (version-list-<=, version<=, version=): Doc fix.
4479
4480 2010-11-01 Kenichi Handa <handa@m17n.org>
4481
4482 * faces.el (glyphless-char): Inherit underline for tty.
4483
4484 2010-11-01 Kenichi Handa <handa@m17n.org>
4485
4486 Implement various display methods for glyphless characters.
4487
4488 * international/characters.el (char-acronym-table): New variable.
4489 (glyphless-char-control): New variable.
4490 (update-glyphless-char-display): New function.
4491
4492 * faces.el (glyphless-char): New face.
4493
4494 2010-11-01 Glenn Morris <rgm@gnu.org>
4495
4496 * calendar/holidays.el (general-holidays, oriental-holidays)
4497 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
4498 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
4499 the definitions of their targets.
4500
4501 * emacs-lisp/smie.el (smie): New custom group.
4502 (smie-blink-matching-inners, smie-indent-basic): Add :group.
4503
4504 * faces.el (xw-defined-colors, x-setup-function-keys):
4505 * mouse-sel.el (x-select-text):
4506 * term/w32console.el (x-setup-function-keys): Update declarations.
4507
4508 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
4509
4510 * textmodes/ispell.el (comment-add): Declare.
4511
4512 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
4513 Declare.
4514
4515 * info.el (finder-keywords-hash, package-alist): Declare.
4516
4517 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
4518
4519 * finder.el (finder-compile-keywords): Don't use intern-soft,
4520 since package names may not yet exist in the obarray.
4521
4522 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
4523
4524 * vc/vc-arch.el (vc-arch-checkin):
4525 * vc/vc-cvs.el (vc-cvs-checkin):
4526 * vc/vc-mtn.el (vc-mtn-checkin):
4527 * vc/vc-rcs.el (vc-rcs-checkin):
4528 * vc/vc-sccs.el (vc-sccs-checkin):
4529 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
4530 since 2010-04-21 commit by Stefan Monnier.
4531
4532 2010-11-01 Glenn Morris <rgm@gnu.org>
4533
4534 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
4535
4536 * startup.el (package-enable-at-startup, package-initialize):
4537 Silence compiler.
4538
4539 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
4540 Silence compiler.
4541
4542 2010-10-31 Julien Danjou <julien@danjou.info>
4543
4544 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
4545 (byte-recompile-directory):
4546 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
4547 Use `byte-recompile-file'.
4548
4549 2010-10-31 Glenn Morris <rgm@gnu.org>
4550
4551 * cus-start.el: Handle standard values via a keyword.
4552 Only set version property if specified.
4553 (cursor-in-non-selected-windows, menu-bar-mode)
4554 (tool-bar-mode, show-trailing-whitespace):
4555 Do not specify standard values.
4556 (transient-mark-mode, temporary-file-directory): Use :standard.
4557
4558 2010-10-31 Jan Djärv <jan.h.d@swipnet.se>
4559
4560 * term/x-win.el (x-get-selection-value): New function that gets
4561 PRIMARY with type as specified in x-select-request-type. (Bug#6802)
4562
4563 2010-10-31 Michael Albinus <michael.albinus@gmx.de>
4564
4565 * net/tramp.el (tramp-handle-insert-file-contents): For root,
4566 preserve owner and group when editing files. (Bug#7289)
4567
4568 2010-10-31 Glenn Morris <rgm@gnu.org>
4569
4570 * speedbar.el (speedbar-mode):
4571 * play/fortune.el (fortune-in-buffer, fortune):
4572 * play/gomoku.el (gomoku-mode):
4573 * play/landmark.el (lm-mode):
4574 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
4575 Replace inappropriate uses of toggle-read-only. (Bug#7292)
4576
4577 * select.el (x-selection): Mark it as an obsolete alias.
4578
4579 2010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
4580
4581 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
4582 major-mode (bug#7284).
4583
4584 2010-10-31 Glenn Morris <rgm@gnu.org>
4585
4586 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
4587 rather than just an unused variable that inherits from the real one.
4588
4589 2010-10-31 Alan Mackenzie <acm@muc.de>
4590
4591 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
4592 This fixes bug #7185.
4593
4594 2010-10-30 Chong Yidong <cyd@stupidchicken.com>
4595
4596 * startup.el (command-line): Search for package directories, and
4597 don't load package.el if none are found.
4598
4599 * emacs-lisp/package.el (describe-package, list-packages):
4600 Call package-initialize if it has not been called yet.
4601
4602 2010-10-30 Alan Mackenzie <acm@muc.de>
4603
4604 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
4605 which fontifies the tail of an enum.
4606 (c-basic-matchers-after): Insert a call to the above new function.
4607 This fixes bug #7264.
4608
4609 2010-10-30 Glenn Morris <rgm@gnu.org>
4610
4611 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
4612 tool-bar-mode, transient-mark-mode. (Bug#7306)
4613 Include the :set property in the dumped Emacs.
4614
4615 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4616
4617 SMIE: change indent rules format, improve smie-setup.
4618 * emacs-lisp/smie.el (smie-precs-precedence-table)
4619 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
4620 Mark them pure so the tables gets built at compile time.
4621 (smie-bnf-precedence-table): Store the closer-alist in the table.
4622 (smie-prec2-levels): Preserve the closer-alist.
4623 (smie-blink-matching-open): Be more forgiving in case of indentation.
4624 (smie-hanging-p): Rename from smie-indent--hanging-p.
4625 (smie-bolp): Rename from smie-indent--bolp.
4626 (smie--parent, smie--after): New dynamic vars.
4627 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
4628 (smie-indent-rules): Remove.
4629 (smie-indent--offset-rule): Remove fun.
4630 (smie-rules-function): New var.
4631 (smie-indent--rule): New fun.
4632 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
4633 (smie-indent-exps): Use it.
4634 (smie-setup): Setup paren blinking; add keyword args for token
4635 functions; extract closer-alist from op-levels.
4636 (smie-indent-debug-log): Remove var.
4637 (smie-indent-debug): Remove fun.
4638 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
4639 (prolog-smie-rules): New fun to replace it.
4640 (prolog-mode-variables): Simplify.
4641 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
4642 it's setup automatically.
4643 (octave-smie-indent-rules): Remove.
4644 (octave-smie-rules): New fun to replace it.
4645 (octave-mode): Simplify.
4646
4647 2010-10-29 Glenn Morris <rgm@gnu.org>
4648
4649 * files.el (temporary-file-directory): Remove (already defined in C).
4650 * cus-start.el: Add temporary-file-directory.
4651
4652 * abbrev.el (abbrev-mode):
4653 * composite.el (auto-composition-mode):
4654 * menu-bar.el (menu-bar-mode):
4655 * simple.el (transient-mark-mode):
4656 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
4657 that they do not define the associated variables twice.
4658 * simple.el (transient-mark-mode): Remove defvar.
4659 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
4660 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
4661 Handle multiple groups, and also custom-delayed-init-variables.
4662 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
4663
4664 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4665
4666 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
4667 (pcase-if): Add one minor optimization.
4668 (pcase-split-equal): Rename from pcase-split-eq.
4669 (pcase-split-member): Rename from pcase-split-memq.
4670 (pcase-u1): Add strings to the member optimization.
4671 Add `guard' variant of predicates.
4672 (pcase-q1): Add string patterns.
4673
4674 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4675
4676 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
4677
4678 2010-10-28 Glenn Morris <rgm@gnu.org>
4679
4680 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
4681 Move menu-bar related settings to ../menu-bar.el.
4682 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
4683 Move ns-specific settings here from term/ns-win.el.
4684
4685 * simple.el (x-selection-owner-p): Remove unused declaration.
4686
4687 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4688
4689 * minibuffer.el (completion-cycling): New var (bug#7266).
4690 (minibuffer-complete, completion--do-completion):
4691 Use completion--flush-all-sorted-completions.
4692 (minibuffer-complete): Only cycle if completion-cycling is set.
4693 (completion--flush-all-sorted-completions): Unset completion-cycling.
4694 (minibuffer-force-complete): Set completion-cycling.
4695 (completion-all-sorted-completions): Move declaration before first use.
4696
4697 2010-10-28 Leo <sdl.web@gmail.com>
4698
4699 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
4700 which changes the order of matches seen by users (bug#7231).
4701
4702 2010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
4703
4704 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4705 Don't confuse -omega as "-o mega".
4706
4707 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
4708
4709 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
4710 (log-edit-author): New dynamic var.
4711 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
4712 to return the author if different from committer.
4713 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
4714
4715 * play/landmark.el: Adjust commenting convention.
4716 (lm-nil-score): Rename from nil-score.
4717 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
4718 (OOOOscore): Move into a let in lm-score-trans-table.
4719 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
4720
4721 * electric.el (electric-indent-chars): Autoload.
4722 * progmodes/octave-mod.el (octave-mode):
4723 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
4724 (ruby-mode-abbrev-table): Merge initialization and declaration.
4725
4726 2010-10-27 Glenn Morris <rgm@gnu.org>
4727
4728 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
4729 variable.
4730
4731 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
4732
4733 * term/ns-win.el: Restore require of cl when compiling.
4734 (menu-bar-final-items): Remove non-existent `windows' menu.
4735 (ns-handle-nxopen): Optionally handle the temp-case.
4736 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
4737 (ns-insert-file, ns-find-file): Use `pop'.
4738
4739 2010-10-26 Glenn Morris <rgm@gnu.org>
4740
4741 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
4742
4743 2010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
4744
4745 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
4746 global map.
4747 * term/common-win.el (x-setup-function-keys): Remove most of the
4748 keymappings. Comment on the remaining ones.
4749
4750 2010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
4751
4752 * server.el (server-port): New option. (Bug#854)
4753 (server-start): Use server-port.
4754
4755 2010-10-26 Glenn Morris <rgm@gnu.org>
4756
4757 * term/ns-win.el (ns-version-string): Remove unused declaration.
4758 (ns-invocation-args): Change to x-invocation-args.
4759 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
4760 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
4761 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
4762 Use x-invocation-args instead of ns-invocation-args.
4763 (ns-initialize-window-system, handle-args-function-alist):
4764 Use x-handle-args instead of ns-handle-args.
4765 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
4766 * startup.el (command-line-ns-option-alist): Replace
4767 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
4768 ns-handle-iconic with the x- equivalents.
4769
4770 * term/common-win.el (x-select-enable-clipboard):
4771 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
4772
4773 * term/ns-win.el: No need to require cl when compiling.
4774 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
4775 (xw-defined-colors): Use the common-win definitions.
4776 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
4777 (ns-handle-iconic): Make it an alias for x-handle-iconic.
4778 * term/common-win.el (x-select-text, x-alternatives-map)
4779 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
4780 * loadup.el [ns]: Load common-win.
4781
4782 2010-10-26 Daiki Ueno <ueno@unixuser.org>
4783
4784 * epa-mail.el (epa-mail-encrypt): Handle local-part only
4785 recipients; expand mail aliases (Bug#7280).
4786
4787 2010-10-25 Glenn Morris <rgm@gnu.org>
4788
4789 * term/common-win.el (x-handle-switch): Simplify with pop.
4790 Optionally handle numeric switches.
4791 (x-handle-numeric-switch): Just call x-handle-switch.
4792 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
4793 (x-handle-name-switch, x-handle-display, x-handle-args):
4794 Simplify with pop.
4795
4796 * term/ns-win.el: Do not require easymenu.
4797 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
4798 <spell>: Move adjustments to menu-bar.el.
4799 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
4800 <separator-undo, spell>: Move ns-win's adjustments here.
4801 * loadup.el [ns]: Do not load easymenu.
4802
4803 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
4804
4805 * image.el (image-checkbox-checked, image-checkbox-unchecked):
4806 Delete (Bug#7222).
4807
4808 * startup.el (fancy-startup-tail): Instead of using inline images,
4809 refer to image files from etc/.
4810
4811 * wid-edit.el (checkbox): Likewise.
4812 (widget-image-find): Center image specs.
4813
4814 2010-10-24 Glenn Morris <rgm@gnu.org>
4815
4816 * term/ns-win.el (x-select-text): Doc fix.
4817 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
4818 (x-select-text): Move to term/common-win.
4819 * term/w32-win.el (xw-defined-colors): Move to common-win.
4820 * term/x-win.el (xw-defined-colors, x-alternatives-map)
4821 (x-setup-function-keys, x-select-text): Move to common-win.
4822 * term/common-win.el (x-select-text, x-alternatives-map)
4823 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
4824 definitions here.
4825
4826 2010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
4827
4828 * net/mairix.el (mairix-searches-mode-map):
4829 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
4830
4831 2010-10-24 Michael McNamara <mac@mail.brushroad.com>
4832
4833 * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
4834 auto-built for efficiency of execution and updating.
4835 (verilog-extended-complete-re): Support 'pure' fucntion & task
4836 declarations (these have no bodies).
4837 (verilog-beg-of-statement): General cleanup to enable support of
4838 'pure' fucntion & task declarations (these have no bodies).
4839 These efforts together fix Verilog bug210 from veripool; which was also
4840 noticed by Steve Pearlmutter.
4841 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
4842 (verilog-directive-nest-re, verilog-set-auto-endcomments):
4843 Support `elsif. Reported by Shankar Giri.
4844 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
4845 attribute handling for lining up declarations and assignments.
4846 (verilog-beg-of-statement-1): Fix issue where continued declaration
4847 is indented differently if it is after a begin..end clock.
4848 (verilog-in-attribute-p, verilog-skip-backward-comments)
4849 (verilog-skip-forward-comment-p): Support proper treatment of
4850 attributes by indent code. Reported by Jeff Steele.
4851 (verilog-in-directive-p): Fix comment to correctly describe function.
4852 (verilog-backward-up-list, verilog-in-struct-region-p)
4853 (verilog-backward-token, verilog-in-struct-p)
4854 (verilog-in-coverage-p, verilog-do-indent)
4855 (verilog-pretty-declarations): Use verilog-backward-up-list as
4856 wrapper around backward-up-list inorder to properly skip comments.
4857 Reported by David Rogoff.
4858 (verilog-property-re, verilog-endcomment-reason-re)
4859 (verilog-beg-of-statement, verilog-set-auto-endcomments)
4860 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
4861 of if). Reported by Max Bjurling and
4862 (verilog-calc-1): Fix for clocking block in modport
4863 declaration. Reported by Brian Hunter.
4864
4865 2010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
4866
4867 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
4868 (verilog-gate-keywords, verilog-read-sub-decls)
4869 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
4870 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
4871 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
4872 (verilog-read-decls): Fix spaces in V2K module parameters causing
4873 mis-identification as interfaces, bug287.
4874 (verilog-read-decls): Fix not treating "parameter string" as a
4875 parameter in AUTOINSTPARAM.
4876 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
4877 treating `elsif similar to `endif inside AUTOSENSE.
4878 (verilog-do-indent): Implement correct automatic or static task or
4879 function end comment highlight. Reported by Steve Pearlmutter.
4880 (verilog-font-lock-keywords-2): Fix highlighting of single
4881 character pins, bug264. Reported by Michael Laajanen.
4882 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
4883 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
4884 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
4885 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
4886 (verilog-pretty-expr): Fix interactive arguments, bug272.
4887 Reported by Mark Johnson.
4888 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
4889 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
4890 bug269. Suggested by Gary Delp.
4891 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
4892 (verilog-preprocessor, verilog-set-compile-command):
4893 Create verilog-preprocess and verilog-preprocessor to show
4894 preprocessed output.
4895 (verilog-get-beg-of-line, verilog-get-end-of-line)
4896 (verilog-modi-file-or-buffer, verilog-modi-name)
4897 (verilog-modi-point, verilog-within-string): Move defmacro's
4898 before first use to avoid warning. Reported by Steve Pearlmutter.
4899 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
4900 (verilog-colorize-region, verilog-highlight-buffer)
4901 (verilog-highlight-includes, verilog-highlight-modules)
4902 (verilog-highlight-region, verilog-mode): Rename colorize to
4903 highlight to match other packages. Disable module highlighting,
4904 as received speed complaints, reenable for experimentation only
4905 using new verilog-highlight-modules.
4906 (verilog-read-decls): Fix regexp stack overflow in very large
4907 AUTO_TEMPLATEs, bug250.
4908 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
4909 (verilog-scan): Create verilog-save-buffer-state to standardize
4910 making insignificant changes that shouldn't call hooks.
4911 (verilog-save-no-change-functions, verilog-save-scan-cache)
4912 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
4913 Create verilog-save-no-change-functions to wrap verilog-scan
4914 preservation, and fix to work with nested preserved calls.
4915 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
4916 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
4917 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
4918 (verilog-submit-bug-report): Update variable list to be complete.
4919 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
4920 breaking on-the-fly font-locking.
4921 (verilog-colorize-buffer, verilog-colorize-include-files)
4922 (verilog-colorize-include-files-buffer, verilog-colorize-region)
4923 (verilog-load-file-at-mouse, verilog-load-file-at-point)
4924 (verilog-mode, verilog-read-inst-module-matcher): With point on a
4925 AUTOINST cell instance name, middle mouse button now finds-file on
4926 it. Suggested by Brad Dobbie.
4927 (verilog-alw-get-temps, verilog-auto-reset)
4928 (verilog-auto-sense-sigs, verilog-read-always-signals)
4929 (verilog-read-always-signals-recurse): Fix loop indexes being
4930 AUTORESET. AUTORESET now assumes any variables in the
4931 initialization section of a for() should be ignored.
4932 Reported by Dan Dever.
4933 (verilog-error-font-lock-keywords)
4934 (verilog-error-regexp-emacs-alist)
4935 (verilog-error-regexp-xemacs-alist): Fix error detection of
4936 Cadence HAL, reported by David Asher. Repair drift between the
4937 three similar error variables.
4938 (verilog-modi-lookup, verilog-modi-lookup-cache)
4939 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
4940 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
4941 Fix slow verilog-auto expansion on very large files.
4942 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
4943 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
4944 "{1*2{...". Broke in last revision.
4945 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
4946 submodule connections with replications "{#{a},#{b}}".
4947
4948 2010-10-24 Juanma Barranquero <lekktu@gmail.com>
4949
4950 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
4951 Fix typo in docstring.
4952
4953 2010-10-24 Kenichi Handa <handa@m17n.org>
4954
4955 * face-remap.el (text-scale-adjust): Call read-event with a proper
4956 prompt.
4957
4958 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
4959
4960 * emacs-lisp/unsafep.el: Don't mark functions that display
4961 messages as safe. Suggested by Johan Bockgård.
4962
4963 2010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4964
4965 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
4966 Turn comments into docstrings.
4967
4968 * minibuffer.el (completion--replace): Move point where it belongs
4969 when there's a common suffix (bug#7215).
4970
4971 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
4972
4973 Merge read-color and facemenu-read-color (Bug#7242).
4974
4975 * faces.el (read-color): Use the completion code from
4976 facemenu-read-color. Require match in completion. Doc fix.
4977
4978 * facemenu.el (facemenu-read-color): Alias for read-color.
4979 (facemenu-set-foreground, facemenu-set-background):
4980 Use read-color.
4981
4982 * frame.el (set-background-color, set-foreground-color)
4983 (set-cursor-color, set-mouse-color, set-border-color):
4984 Use read-color.
4985
4986 2010-10-24 Leo <sdl.web@gmail.com>
4987
4988 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
4989 argument of delete-file and delete-directory (Bug#7011).
4990
4991 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
4992
4993 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
4994 button-buffer-map.
4995
4996 2010-10-24 Ralf Angeli <angeli@caeruleus.net>
4997
4998 * emacs-lisp/package.el (package--generate-package-list): Make the
4999 *Packages* buffer read-only.
5000
5001 2010-10-24 Alan Mackenzie <acm@muc.de>
5002
5003 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
5004 result of `c-beginning-of-decl-1' between invocations of a lambda
5005 function (Bug #7265).
5006
5007 2010-10-24 Daiki Ueno <ueno@unixuser.org>
5008
5009 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
5010 executable is not available on the system (Bug#7268).
5011
5012 2010-10-24 Glenn Morris <rgm@gnu.org>
5013
5014 * select.el (selection-coding-system, next-selection-coding-system):
5015 Sync doc with C versions.
5016
5017 * w32-vars.el (x-select-enable-clipboard):
5018 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
5019 * term/common-win.el (x-select-enable-clipboard): Move here.
5020
5021 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
5022 definition of C variable.
5023
5024 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
5025 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5026 Don't redefine things that are defined in C.
5027 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
5028 (show-trailing-whitespace, auto-hscroll-mode)
5029 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5030 Set up the appropriate custom properties.
5031
5032 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5033
5034 Bind "C-c ]" to ...
5035 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
5036 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
5037 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
5038 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
5039
5040 2010-10-23 Glenn Morris <rgm@gnu.org>
5041
5042 * textmodes/flyspell.el (flyspell-mode): If there was an error,
5043 say what it was.
5044
5045 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
5046 Sync docs with C version.
5047
5048 * term/ns-win.el (xw-defined-colors):
5049 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
5050
5051 * term/pc-win.el (x-select-enable-clipboard):
5052 * term/x-win.el (x-select-enable-clipboard):
5053 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
5054
5055 * comint.el (comint-password-prompt-regexp): Make it less vague.
5056 Bump version.
5057
5058 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
5059
5060 * help.el (finder-by-keyword): Remove unnecessary autoload.
5061
5062 2010-10-22 Glenn Morris <rgm@gnu.org>
5063
5064 * loadup.el: Unconditionally load float-sup.
5065 * paren.el (show-paren-delay):
5066 * emacs-lisp/float-sup.el:
5067 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
5068 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
5069 (lazy-lock-stealth-verbose): Assume float support.
5070 * ps-print.el: Assume float support on Emacs.
5071 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
5072 Remove non-float branch.
5073
5074 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
5075 src/Makefile no longer being pre-processed.
5076
5077 2010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5078
5079 * emacs-lisp/find-func.el (find-library): Use test-completion.
5080
5081 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5082
5083 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
5084
5085 2010-10-21 Michael Albinus <michael.albinus@gmx.de>
5086
5087 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
5088 space in stat format string.
5089 (tramp-send-command): Unset $PS1 when using here documents, in
5090 order not to get several prompts.
5091 (tramp-get-inline-coding): Return `nil' in case of errors.
5092
5093 2010-10-21 Daiki Ueno <ueno@unixuser.org>
5094
5095 * hexl.el (hexl-mode, hexl-mode-exit):
5096 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
5097 (hexl-revert-buffer-function): New function.
5098 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
5099
5100 2010-10-19 Alan Mackenzie <acm@muc.de>
5101
5102 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
5103 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
5104 that these keywords aren't wrongly matched as identifiers.
5105
5106 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
5107 setting of c-new-BEG and c-new-END from c-before-change to
5108 c-after-change. (Bug#7181)
5109
5110 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
5111
5112 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
5113 Don't mark as safe.
5114
5115 * custom.el (custom-theme-set-variables): Likewise.
5116 (load-theme): Add custom-theme-set-faces and
5117 custom-theme-set-variables to safe-functions while loading.
5118 (custom-enabled-themes): Mark as risky.
5119
5120 2010-10-18 Julien Danjou <julien@danjou.info>
5121
5122 * bindings.el: Remove end dashes in default mode-line-format.
5123
5124 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
5125
5126 * bindings.el (global-map): Bind C-d to delete-char and deletechar
5127 to delete-forward-char.
5128
5129 * simple.el (normal-erase-is-backspace-mode): Remap delete to
5130 deletechar, and hence delete-forward-char.
5131
5132 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5133
5134 * repeat.el (repeat): Use read-key (bug#6256).
5135
5136 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
5137
5138 * emacs-lisp/unsafep.el: Don't mark functions that display
5139 messages as safe. Suggested by Johan Bockgård.
5140
5141 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5142
5143 * minibuffer.el (completion--replace): Move point where it belongs
5144 when there's a common suffix (bug#7215).
5145
5146 2010-10-19 Kenichi Handa <handa@m17n.org>
5147
5148 * international/characters.el: Add category '|' (word breakable)
5149 to fullwidth characters.
5150
5151 2010-10-19 Michael Albinus <michael.albinus@gmx.de>
5152
5153 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
5154 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
5155 order to make stat results a float. Patch by Andreas Schwab
5156 <schwab@linux-m68k.org>.
5157
5158 2010-10-18 Julien Danjou <julien@danjou.info>
5159
5160 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
5161 hidden by `make-pointer-invisible'.
5162
5163 2010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5164
5165 * files.el (locate-file-completion-table): Strip non-matching elements
5166 before checking length of list (bug#7238).
5167
5168 2010-10-18 Chong Yidong <cyd@stupidchicken.com>
5169
5170 * custom.el (custom-theme-set-variables): Mark as a safe function.
5171 (load-theme): Check forms using unsafep.
5172
5173 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
5174
5175 2010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
5176
5177 * textmodes/ispell.el (ispell-aspell-find-dictionary):
5178 Fix aspell data file searching (bug#7230).
5179
5180 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
5181
5182 * cus-theme.el (custom-theme--migrate-settings): New var.
5183 (customize-create-theme): Allow editing the `user' theme.
5184 (custom-theme-add-variable, custom-theme-add-var-1)
5185 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
5186 to the front of each variable or face widget.
5187 (custom-theme-write): Save theme settings in the correct order.
5188 Optionally, remove saved settings from user customizations.
5189 (custom-theme-write-variables, custom-theme-write-faces):
5190 Save only the checked widgets.
5191 (customize-themes): Add a link for migrating custom settings.
5192
5193 * custom.el (custom-declare-theme, provide-theme):
5194 Use custom-theme-name-valid-p.
5195 (custom-theme-name-valid-p): Remove checks that are now
5196 unnecessary since themes no longer obey load-path.
5197
5198 * cus-edit.el (custom-variable-value-create): For the simple
5199 style, hide documentation string when hidden.
5200
5201 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
5202
5203 * cus-edit.el (custom-variable, custom-face): Combine the
5204 :inhibit-magic and :display-style properties into a single
5205 :custom-style property.
5206 (custom-toggle-hide-variable, custom-toggle-hide-face):
5207 New functions. If hiding an edited value, save it to :shown-value.
5208 (custom-variable-value-create, custom-face-value-create): Use them.
5209 (custom-magic-reset): Allow magic property to be unset.
5210
5211 * custom.el: Custom themes no longer use load-path.
5212 (custom-theme-load-path): New option. Change built-in theme
5213 directory to etc/.
5214 (custom-enabled-themes): Add custom-theme-load-path dependency.
5215 (custom-theme--load-path): New function.
5216 (load-theme, custom-available-themes): Use it.
5217
5218 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
5219 (customize-themes): Link to custom-theme-load-path variable.
5220 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
5221 :custom-style property.
5222
5223 * themes/*.el: Moved to etc/.
5224
5225 2010-10-16 Ralf Angeli <angeli@caeruleus.net>
5226
5227 * textmodes/reftex-cite.el
5228 (reftex-extract-bib-entries-from-thebibliography): Do not move
5229 point when searching for \bibitem entries. Match entries with
5230 spaces or tabs in front of arguments.
5231
5232 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
5233
5234 * cus-theme.el (customize-create-theme): Delete overlays after
5235 erasing. If given a THEME arg, display only the faces of that arg
5236 instead of custom-theme--listed-faces.
5237 (custom-theme-variable-menu, custom-theme-variable-action)
5238 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
5239 (custom-theme-add-variable, custom-theme-add-face): Apply value
5240 from the theme settings, instead of the current value.
5241 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
5242 (custom-theme-visit-theme): Allow calling outside theme buffers.
5243 (custom-theme-merge-theme): Don't enable the theme when merging.
5244 (custom-theme-write-variables, custom-theme-write-faces): Use the
5245 :shown-value properties to save buffer values, not global ones.
5246 (customize-themes): Display a warning about user customizations.
5247
5248 * cus-edit.el (custom-variable-value-create)
5249 (custom-face-value-create): Obey new special properties
5250 :shown-value and :inhibit-magic.
5251
5252 2010-10-15 Michael Albinus <michael.albinus@gmx.de>
5253
5254 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
5255 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
5256 <dale@codefu.org>.
5257
5258 2010-10-14 Kenichi Handa <handa@m17n.org>
5259
5260 * mail/rmail.el (rmail-show-message-1): Catch an error of
5261 base64-decode-region and just show an error message (bug#7165).
5262
5263 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
5264 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
5265 a font-spec (bug#7197).
5266
5267 2010-10-14 Glenn Morris <rgm@gnu.org>
5268
5269 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
5270
5271 2010-10-14 Juanma Barranquero <lekktu@gmail.com>
5272
5273 * international/mule.el (define-coding-system):
5274 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5275 * composite.el (compose-region): Fix typo in docstring.
5276
5277 2010-10-14 Chong Yidong <cyd@stupidchicken.com>
5278
5279 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
5280 only after checking the theme-face property.
5281
5282 * faces.el (face-spec-reset-face): Reset all attributes in one
5283 single call to set-face-attribute.
5284 (face-spec-match-p): Make it a defsubst.
5285 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
5286 (x-create-frame-with-faces, tty-create-frame-with-faces)
5287 (tty-set-up-initial-frame-faces): Don't recompute face specs in
5288 frame-set-background-mode, since they are recomputed immediately
5289 afterwards in face-set-after-frame-default.
5290 (face-set-after-frame-default): Minor optimization.
5291 (cursor): Provide non-trivial defface spec.
5292
5293 * custom.el (custom-theme-recalc-face): Simplify.
5294
5295 2010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
5296
5297 * calc/calc-alg.el (math-var): Rename from `var'.
5298 (math-is-polynomial, math-is-poly-rec): Replace `var'
5299 with `math-var'.
5300
5301 * calc/calcalg2.el (math-var): Rename from `var'.
5302 (calcFunc-table, math-scan-for-limits): Replace `var'
5303 with `math-var'.
5304
5305 2010-10-13 Glenn Morris <rgm@gnu.org>
5306
5307 * subr.el (last): Deal with dotted lists (reported in bug#7174).
5308
5309 2010-10-13 Stephen Berman <stephen.berman@gmx.net>
5310
5311 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
5312
5313 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5314
5315 * net/tls.el (tls-program): Remove spurious %s from openssl.
5316 (tls-starttls-switches): Remove starttls hack.
5317 (open-tls-stream): Ditto.
5318 (tls-find-starttls-argument): Ditto.
5319
5320 2010-10-13 Juanma Barranquero <lekktu@gmail.com>
5321
5322 * image.el (image-library-alist): Declare as obsolete alias.
5323 (image-type-available-p): Use `dynamic-library-alist'.
5324
5325 * term/w32-win.el (dynamic-library-alist):
5326 Use instead of `image-library-alist'.
5327
5328 2010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
5329
5330 * subr.el (last): Make it faster. (Bug#7174)
5331
5332 2010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
5333
5334 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
5335
5336 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
5337
5338 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
5339 (describe-theme-1): Extract doc from unloaded themes.
5340
5341 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
5342
5343 * themes/tango-theme.el:
5344 * themes/tango-dark-theme.el:
5345 * themes/wheatgrass-theme.el: New files.
5346
5347 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
5348
5349 * cus-theme.el (describe-theme, customize-themes)
5350 (custom-theme-save): New commands.
5351 (custom-new-theme-mode-map): Bind C-x C-s.
5352 (custom-new-theme-mode): Use custom--initialize-widget-variables.
5353 (customize-create-theme): New optional arg THEME.
5354 (custom-theme-revert): Use it.
5355 (custom-theme-visit-theme): Remove dead code.
5356 (custom-theme-merge-theme): Use custom-available-themes.
5357 (custom-theme-write): Make interactive.
5358 (custom-theme-write): Use custom-theme-name-valid-p.
5359 (describe-theme-1, custom-theme-choose-revert)
5360 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
5361 New funs.
5362 (custom-theme-allow-multiple-selections): New option.
5363 (custom-theme-choose-mode): New major mode.
5364
5365 * custom.el (custom-theme-set-variables): Remove dead code.
5366 Obey custom--inhibit-theme-enable.
5367 (custom--inhibit-theme-enable): New var.
5368 (provide-theme): Obey it.
5369 (load-theme): Replace load with manual read/eval, in order to
5370 check for correctness. Use custom-theme-name-valid-p.
5371 (custom-theme-name-valid-p): New function.
5372 (custom-available-themes): Use it.
5373
5374 * cus-edit.el (custom--initialize-widget-variables): New function.
5375 (Custom-mode): Use it.
5376
5377 * cus-face.el (custom-theme-set-faces): Remove dead code.
5378 Obey custom--inhibit-theme-enable.
5379
5380 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
5381
5382 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
5383
5384 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
5385
5386 2010-10-12 Jan Djärv <jan.h.d@swipnet.se>
5387
5388 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
5389 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
5390 (mac-right-option-modifier): New alias for ns-right-option-modifier.
5391
5392 * cus-start.el (all): ns-right-alternate-modifier is new.
5393
5394 2010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5395
5396 * emacs-lisp/lisp.el (lisp-completion-at-point):
5397 Use emacs-lisp-mode-syntax-table for the whole function.
5398
5399 2010-10-12 David Koppelman <koppel@ece.lsu.edu>
5400
5401 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
5402 instead of font-lock-mode before adding keywords.
5403 Remove hi-lock-mode off code. Remove inhibit hack.
5404 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
5405 non-nil; removed hook inhibit hack.
5406
5407 2010-10-12 Glenn Morris <rgm@gnu.org>
5408
5409 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
5410 (load-path-shadows-find): ... to this.
5411 (list-load-path-shadows): Update for above change.
5412
5413 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
5414
5415 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
5416
5417 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
5418 Fix comment for declare-function.
5419
5420 2010-10-11 Chong Yidong <cyd@stupidchicken.com>
5421
5422 * custom.el (custom-fix-face-spec): New function; code moved from
5423 custom-face-edit-fix-value.
5424 (custom-push-theme): Use it when checking if a face has been
5425 changed outside customize.
5426 (custom-available-themes): New function.
5427 (load-theme): Use it.
5428
5429 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
5430
5431 * custom.el (custom-push-theme): Cleanup (use cond).
5432 (disable-theme): Recompute the saved-face property.
5433 (custom-theme-recalc-face): Follow face alias before setting prop.
5434
5435 * image.el (image-checkbox-checked, image-checkbox-unchecked):
5436 New variables, containing checkbox images.
5437
5438 * startup.el (fancy-startup-tail):
5439 * wid-edit.el (checkbox): Use them.
5440
5441 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
5442
5443 * shell.el (shell-mode-map):
5444 * progmodes/modula2.el (m2-mode-map):
5445 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
5446 * play/mpuz.el (mpuz-mode-map):
5447 * play/landmark.el (lm-mode-map):
5448 * play/decipher.el (decipher-mode-map):
5449 * play/5x5.el (5x5-mode-map):
5450 * net/telnet.el (telnet-mode-map):
5451 * net/quickurl.el (quickurl-list-mode-map):
5452 * net/mairix.el (mairix-searches-mode-map):
5453 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
5454 * net/dig.el (dig-mode-map):
5455 * mail/mspools.el (mspools-mode-map):
5456 * hexl.el (hexl-mode-map):
5457 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
5458 (wordstar-C-o-map, wordstar-C-q-map):
5459 * emacs-lisp/edebug.el (edebug-eval-mode-map):
5460 * emacs-lisp/chart.el (chart-map):
5461 * edmacro.el (edmacro-mode-map):
5462 * erc/erc-list.el (erc-list-menu-mode-map):
5463 * array.el (array-mode-map): Declare and define in one step.
5464
5465 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
5466
5467 2010-10-10 Daiki Ueno <ueno@unixuser.org>
5468
5469 * epa.el (epa-passphrase-callback-function): Display filename
5470 passed as the 3rd arg.
5471 * epa-file.el (epa-file-passphrase-callback-function):
5472 Pass filename to epa-passphrase-callback-function.
5473
5474 2010-10-09 Chong Yidong <cyd@stupidchicken.com>
5475
5476 * cus-edit.el (custom-face-widget-to-spec)
5477 (custom-face-get-current-spec, custom-face-state): New functions.
5478 (custom-face-set, custom-face-mark-to-save)
5479 (custom-face-value-create, custom-face-state-set): Use them.
5480
5481 * cus-theme.el (custom-theme--listed-faces): New var.
5482 (customize-create-theme): Use *Custom Theme* as the buffer name.
5483 Set revert-buffer-function. Optional arg BUFFER. Insert all
5484 faces listed in custom-theme--listed-faces.
5485 (custom-theme-revert): New function.
5486 (custom-theme-add-variable, custom-theme-add-face): Insert at the
5487 bottom of the list.
5488 (custom-theme-write): Prompt for theme name if empty.
5489 (custom-theme-write-variables): Use dolist.
5490 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
5491
5492 2010-10-09 Alan Mackenzie <acm@muc.de>
5493
5494 Enhance fontification of declarators to take account of the
5495 presence/absence of "typedef".
5496
5497 * cc-engine.el (c-forward-type): New &optional param
5498 "brace-block-too".
5499 (c-forward-decl-or-cast-1): cdr of return value now indicates the
5500 presence of either or both of a "struct"-like keyword and "typedef".
5501
5502 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
5503 fontification of declarators which follow a "}".
5504 (c-font-lock-declarations): Fontify declarators according to the
5505 presence/absence of "typedef".
5506
5507 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
5508 for "typedef".
5509 (c-typedef-decl-key): New lang variable built from
5510 c-typedef-decl-kwds.
5511
5512 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5513
5514 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
5515 since that's too annoying. Move the filter groups commands to
5516 TAB/backtab.
5517
5518 * epa.el (epa-passphrase-callback-function): Say what we're
5519 querying the password for.
5520
5521 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
5522 behaviour, don't bury the ibuffer buffer when visiting other buffers.
5523
5524 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
5525
5526 * cus-edit.el (custom-commands, custom-buffer-create-internal)
5527 (custom-magic-value-create): Pad button tags with spaces.
5528 (custom-face-edit): New variable.
5529 (custom-face-value-create): Determine whether to use the usual
5530 face editor here, instead of using custom-face-selected.
5531 Pass face defaults to custom-face-edit widget.
5532 (custom-face-selected, custom-display-unselected): Delete widgets.
5533 (custom-display-unselected-match): Function removed.
5534 (custom-face-set, custom-face-mark-to-save):
5535 Accept custom-face-edit widgets as the direct widget child.
5536
5537 * wid-edit.el (widget--completing-widget): New var.
5538 (widget-default-complete): Bind it when doing completion.
5539 (widget-string-complete, widget-file-complete): Use it.
5540
5541 2010-10-09 Glenn Morris <rgm@gnu.org>
5542
5543 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
5544 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
5545 (holiday-hebrew-misc): Small simplifications.
5546
5547 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
5548
5549 * net/browse-url.el: Don't require thingatpt, term, dired,
5550 executable, or w3-auto when compiling.
5551 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
5552 Declare.
5553 (browse-url-text-emacs): Require term.
5554
5555 2010-10-08 Andreas Schwab <schwab@linux-m68k.org>
5556
5557 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
5558
5559 2010-10-08 Glenn Morris <rgm@gnu.org>
5560
5561 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
5562
5563 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
5564 (shadows-compare-text-p): Make it an obsolete alias for...
5565 (load-path-shadows-compare-text): ... new name.
5566 (find-emacs-lisp-shadows): Update for above name change.
5567 (load-path-shadows-same-file-or-nonexistent): New name for the old
5568 shadow-same-file-or-nonexistent.
5569
5570 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
5571
5572 * minibuffer.el (completion--some, completion--do-completion)
5573 (minibuffer-complete-and-exit, minibuffer-completion-help)
5574 (completion-basic-try-completion)
5575 (completion-basic-all-completions)
5576 (completion-pcm--find-all-completions): Use lexical-let to
5577 avoid some false matches in variable completion (Bug#7056)
5578
5579 2010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
5580
5581 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
5582
5583 2010-10-08 Leo <sdl.web@gmail.com>
5584
5585 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
5586 return non-nil if the file exists (Bug#7090).
5587
5588 2010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5589
5590 * minibuffer.el (completion--replace):
5591 Better preserve markers (bug#7138).
5592
5593 2010-10-08 Juanma Barranquero <lekktu@gmail.com>
5594
5595 * server.el (server-process-filter): Doc fix.
5596
5597 2010-10-08 Drew Adams <drew.adams@oracle.com>
5598
5599 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
5600
5601 2010-10-08 Glenn Morris <rgm@gnu.org>
5602
5603 * vc/ediff-wind.el (ediff-setup-control-frame):
5604 * vc/ediff-ptch.el (ediff-default-backup-extension):
5605 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
5606 (ediff-exec-process): Remove system-types emx, windows-95.
5607
5608 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
5609
5610 2010-10-07 Chong Yidong <cyd@stupidchicken.com>
5611
5612 * cus-edit.el (custom-variable, custom-face): Doc fix.
5613 (custom-face-edit): Add value-create attribute.
5614 (custom-face-edit-value-create)
5615 (custom-face-edit-value-visibility-action): New functions.
5616 Hide unused face attributes by default, and add a visibility toggle.
5617 (custom-face-edit-deactivate): Show empty values with shadow face.
5618 (custom-face-selected): Only use this for face specs with default
5619 attributes.
5620 (custom-face-value-create): Cleanup.
5621
5622 * wid-edit.el (widget-checklist-value-create): Use dolist.
5623 (widget-checklist-match-find): Make second arg optional.
5624
5625 2010-10-07 Glenn Morris <rgm@gnu.org>
5626
5627 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
5628 Prefix things.
5629
5630 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
5631 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
5632 load-path-shadows-mode, update references.
5633 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
5634 Rename variable and button.
5635 (list-load-path-shadows): Update button caller.
5636
5637 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5638
5639 * emacs-lisp/smie.el (smie-bnf-classify): New function.
5640 (smie-bnf-precedence-table): Use it to remember the closers/openers.
5641 (smie-merge-prec2s): Handle those new entries.
5642 (smie-prec2-levels): Only set precedence to nil for actual
5643 openers/closers.
5644 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
5645 that is now unnecessary.
5646
5647 2010-10-07 Miles Bader <miles@gnu.org>
5648
5649 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
5650
5651 2010-10-07 Glenn Morris <rgm@gnu.org>
5652
5653 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
5654 (mail-position-on-field): Remove declarations.
5655 (mail-position-on-field): Autoload it.
5656 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
5657 and mail-header-end. Don't require sendmail.
5658
5659 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
5660 (shadow-mode): New mode.
5661 (shadow-find-file): New button.
5662 (list-load-path-shadows): Use shadow-mode and buttons.
5663
5664 * iimage.el (iimage-version): Remove.
5665 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
5666 Turn into defcustoms.
5667 (iimage-mode-map): Give it a doc string.
5668
5669 * calendar/appt.el (appt-activate): Give a warning rather than an error
5670 if there is no diary-file.
5671
5672 2010-10-06 Michael Albinus <michael.albinus@gmx.de>
5673
5674 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5675 Use `tramp-handle-find-backup-file-name'.
5676
5677 2010-10-06 Glenn Morris <rgm@gnu.org>
5678
5679 * font-core.el (font-lock-defaults-alist): Remove variable.
5680 (font-lock-mode): Doc fix.
5681 (font-lock-default-function): Do not consult font-lock-defaults-alist.
5682 * font-lock.el (font-lock-refresh-defaults): Doc fix.
5683 (font-lock-set-defaults): Doc fix.
5684 Do not consult font-lock-defaults-alist.
5685
5686 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
5687
5688 * emacs-lisp/cl.el: No longer provide cl-19.
5689
5690 2010-10-05 Michael Albinus <michael.albinus@gmx.de>
5691
5692 * net/tramp.el (tramp-handle-directory-files-and-attributes)
5693 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
5694 New defuns, taken from tramp-smb.el.
5695 (tramp-coding-system-change-eol-conversion)
5696 (tramp-set-process-query-on-exit-flag): Remove.
5697
5698 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
5699 (tramp-compat-coding-system-change-eol-conversion)
5700 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
5701 from tramp.el.
5702
5703 * net/tramp-gvfs.el:
5704 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
5705 by `tramp-compat-set-process-query-on-exit-flag'.
5706
5707 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5708 Use `tramp-handle-directory-files-and-attributes',
5709 `tramp-handle-file-exists-p' and
5710 `tramp-handle-file-newer-than-file-p'.
5711 (tramp-imap-handle-file-exists-p)
5712 (tramp-imap-handle-file-executable-p)
5713 (tramp-imap-handle-file-readable-p)
5714 (tramp-imap-handle-directory-files-and-attributes)
5715 (tramp-imap-handle-file-newer-than-file-p): Remove.
5716
5717 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
5718 by `tramp-compat-set-process-query-on-exit-flag' and
5719 `tramp-coding-system-change-eol-conversion' by
5720 `tramp-compat-coding-system-change-eol-conversion'.
5721
5722 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5723 Use `tramp-handle-directory-files-and-attributes',
5724 `tramp-handle-file-exists-p' and
5725 `tramp-handle-file-newer-than-file-p'.
5726 (tramp-smb-handle-directory-files-and-attributes)
5727 (tramp-smb-handle-file-exists-p)
5728 (tramp-smb-handle-file-newer-than-file-p): Remove.
5729 (tramp-smb-maybe-open-connection):
5730 Replace `tramp-set-process-query-on-exit-flag' by
5731 `tramp-compat-set-process-query-on-exit-flag'.
5732
5733 2010-10-05 Glenn Morris <rgm@gnu.org>
5734
5735 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
5736
5737 2010-10-04 Michael Albinus <michael.albinus@gmx.de>
5738
5739 Continue reorganization of load dependencies. (Bug#7156)
5740
5741 * net/tramp.el (tramp-handle-file-local-copy-hook)
5742 (tramp-delete-temp-file-function): Move down.
5743 (tramp-exists-file-name-handler): Move up.
5744 (tramp-register-file-name-handlers): Simplify autoload.
5745 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
5746 (tramp-handle-directory-files, tramp-handle-dired-uncache)
5747 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
5748 (tramp-handle-file-name-completion)
5749 (tramp-handle-file-name-directory)
5750 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
5751 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
5752 (tramp-handle-find-backup-file-name)
5753 (tramp-handle-insert-file-contents, tramp-handle-load)
5754 (tramp-handle-substitute-in-file-name)
5755 (tramp-handle-unhandled-file-name-directory)
5756 (tramp-mode-string-to-int, tramp-local-host-p)
5757 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
5758
5759 * net/tramp-gvfs.el (top):
5760 * net/tramp-smb.el (top): Do not require 'tramp-sh.
5761
5762 * net/tramp-sh.el (all): Move several objects to tramp.el, see
5763 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
5764
5765 2010-10-04 Glenn Morris <rgm@gnu.org>
5766
5767 * calendar/appt.el (appt-add): Ensure reminders are enabled.
5768 (appt-activate): Give status messages.
5769
5770 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
5771
5772 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
5773 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
5774 `gnutls-negotiate' (formerly `starttls-negotiate').
5775 Remove trivial wrapper `starttls-open-stream'.
5776
5777 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5778
5779 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
5780 log-outgoing commands.
5781 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
5782 to create a buffer local revert-buffer-function variable.
5783 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
5784 revert-buffer-function lambda.
5785
5786 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
5787
5788 * net/gnutls.el (starttls-negotiate): Use the plist interface to
5789 `gnutls-boot'. Make TYPE the only required parameter.
5790 Allow TRUSTFILES and KEYFILES to be lists.
5791 (open-ssl-stream): Use it.
5792
5793 2010-10-03 Glenn Morris <rgm@gnu.org>
5794
5795 * subr.el (directory-sep-char): Remove obsolete variable.
5796 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
5797 it is "necessary".
5798
5799 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
5800 * vc/vc.el (vc-static-header-alist): Doc fix.
5801 * vc/vc-cvs.el (vc-cvs-header):
5802 * vc/vc-rcs.el (vc-rcs-header):
5803 * vc/vc-sccs.el (vc-sccs-header):
5804 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
5805 * obsolete/vc-mcvs.el (vc-mcvs-header):
5806 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
5807 on XEmacs.
5808
5809 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
5810
5811 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
5812 Remove obsolete use of binary-overwrite-mode (Bug#7001).
5813
5814 2010-10-03 Glenn Morris <rgm@gnu.org>
5815
5816 * obsolete/x-menu.el: Remove file, obsolete since 21.1
5817
5818 * textmodes/rst.el (rst-font-lock-keywords-function):
5819 Drop Emacs 20 code.
5820
5821 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
5822
5823 * printing.el: Drop Emacs 20 code.
5824
5825 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
5826 without having used appt.el already).
5827
5828 * subr.el (make-local-hook): Remove function obsolete since 21.1.
5829 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
5830 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
5831 XEmacs.
5832 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
5833 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
5834
5835 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
5836 (charset-width, find-charset-region, chars-in-region, forward-point)
5837 (encode-coding-string, coding-system-p, ccl-execute-on-string)
5838 (define-ccl-program, multibyte-string-p, string-make-multibyte):
5839 Remove compatibility cruft (none of these are used by ps*.el).
5840
5841 2010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
5842
5843 * subr.el (booleanp): Return t instead of a list (Bug#7086).
5844
5845 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
5846
5847 * server.el (server-process-filter, server-return-error):
5848 Give emacsclient time to shut down after receiving an error string.
5849
5850 2010-10-02 Michael Albinus <michael.albinus@gmx.de>
5851
5852 * files.el (remote-file-name-inhibit-cache): New defcustom.
5853
5854 * time.el (display-time-file-nonempty-p):
5855 Use `remote-file-name-inhibit-cache'.
5856
5857 * net/tramp.el (tramp-completion-reread-directory-timeout):
5858 Fix docstring.
5859
5860 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
5861 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
5862 `remote-file-name-inhibit-cache'. Check also for an integer
5863 value. Add/increase counter when `tramp-verbose' >= 10.
5864 (tramp-set-file-property): Add/increase counter when
5865 `tramp-verbose' >= 10.
5866
5867 * net/tramp-cmds.el (tramp-cleanup-all-connections)
5868 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
5869 (tramp-bug): Set tramp-autoload cookie. Report all interned
5870 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
5871 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
5872 characters only in strings.
5873
5874 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
5875 to backward compatibility.
5876
5877 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
5878 (tramp-handle-file-name-all-completions)
5879 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
5880 (tramp-open-connection-setup-interactive-shell):
5881 Call `tramp-cleanup-connection' directly.
5882
5883 2010-10-02 Glenn Morris <rgm@gnu.org>
5884
5885 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
5886
5887 * subr.el (char-bytes): Remove obsolete function.
5888
5889 * isearch.el (isearch-return-char): Remove obsolete function.
5890
5891 * mouse.el: No longer provide mldrag.
5892 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
5893 Remove obsolete aliases.
5894
5895 * comint.el (comint-kill-output): Remove obsolete alias.
5896
5897 * composite.el (decompose-composite-char): Remove obsolete function.
5898 * ps-def.el (decompose-composite-char): Remove unused function.
5899
5900 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
5901
5902 * outline.el (outline-visible): Remove obsolete function.
5903
5904 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
5905 * faces.el (internal-find-face, internal-get-face)
5906 (frame-update-faces, frame-update-face-colors)
5907 (x-frob-font-weight, x-frob-font-slant)
5908 (internal-frob-font-weight, internal-frob-font-slant)
5909 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
5910 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
5911 (x-make-font-bold-italic): Remove functions and aliases, obsolete
5912 since Emacs 21.1.
5913 * emulation/viper-util.el (viper-get-face):
5914 * obsolete/lucid.el (find-face, get-face): Use facep.
5915 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
5916 Remove unused functions.
5917 * vc/ediff-util.el (ediff-submit-report): Doc fix.
5918
5919 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
5920 delete tempfile if interrupted during compilation.
5921
5922 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5923
5924 * net/tls.el (tls-starttls-switches): Give up on using starttls with
5925 gnutls-cli.
5926 (tls-program): Add --insecure to be consistent with the defaults from
5927 openssl s_client. Now all three commands are insecure.
5928
5929 2010-10-01 Eli Zaretskii <eliz@gnu.org>
5930
5931 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
5932 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
5933 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
5934
5935 2010-10-01 Glenn Morris <rgm@gnu.org>
5936
5937 * obsolete/sc.el: Remove file.
5938
5939 * files.el (temporary-file-directory): On darwin, also try
5940 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
5941
5942 2010-10-01 Juanma Barranquero <lekktu@gmail.com>
5943
5944 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
5945 Let's not break compatibility gratuitously, shall we?
5946
5947 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5948
5949 * net/tls.el (tls-starttls-switches): New variable.
5950 (tls-find-starttls-argument): Use it.
5951 (open-tls-stream): Ditto.
5952
5953 * net/netrc.el (netrc-credentials): Return the value of the "default"
5954 entry.
5955 (netrc-machine): Ditto.
5956
5957 2010-09-30 Eli Zaretskii <eliz@gnu.org>
5958
5959 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
5960
5961 2010-09-30 Juanma Barranquero <lekktu@gmail.com>
5962
5963 * server.el (server-start): Don't write pid to the authentication file.
5964 (server-create-tty-frame): Don't send pid.
5965 (server-process-filter): Send pid at the start of every connection.
5966
5967 2010-09-30 Glenn Morris <rgm@gnu.org>
5968
5969 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
5970 (show-all-diary-entries): Remove obsolete function aliases.
5971
5972 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
5973 Remove options, obsolete since 22.1.
5974 (appt-display-format, appt-display-message):
5975 Remove backwards-compatibility code.
5976 (appt-check): No longer check appt-issue-message.
5977 (appt-make-list): No longer autoload it. Doc fix. No longer
5978 activate the package.
5979
5980 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5981
5982 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
5983 (starttls-negotiate): Just call boot, and let the handshake be
5984 triggered from the read loop.
5985
5986 2010-09-29 Glenn Morris <rgm@gnu.org>
5987
5988 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
5989 not displaying the diary.
5990 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
5991 * calendar/appt.el (appt-check): No longer need to kill diary.
5992
5993 * calendar/diary-lib.el (diary-list-entries): Move the
5994 "Preparing..." message entirely here.
5995 (diary-simple-display, diary-fancy-display): Move "Preparing..."
5996 messages to diary-list-entries.
5997 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
5998 diary-display-function.
5999
6000 * calendar/diary-lib.el (diary-include-other-diary-files):
6001 Trap some recursive includes.
6002
6003 * calendar/appt.el (appt-activate): Check diary file.
6004
6005 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
6006
6007 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
6008 construction.
6009
6010 * calendar/time-date.el: No need to require cl for Emacs 21.
6011
6012 2010-09-28 Glenn Morris <rgm@gnu.org>
6013
6014 * calendar/appt.el (appt-check): Minor simplification.
6015
6016 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6017
6018 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
6019 citation prefix.
6020
6021 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
6022
6023 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6024 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
6025
6026 2010-09-27 Kenichi Handa <handa@m17n.org>
6027
6028 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
6029 "ustar" format.
6030
6031 2010-09-27 Kenichi Handa <handa@m17n.org>
6032
6033 * international/mule.el (define-coding-system): Docstring fixed.
6034
6035 * international/mule-diag.el (describe-character-set): Use princ
6036 with proper print-length and print-level instead of insert.
6037
6038 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
6039
6040 * window.el (walk-windows): Doc fix (bug#7105).
6041
6042 2010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6043
6044 * emacs-lisp/float-sup.el (e): Remove.
6045
6046 2010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6047
6048 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
6049 variable.
6050 (starttls-negotiate): Use it.
6051
6052 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6053
6054 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
6055 back.
6056
6057 2010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6058
6059 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
6060
6061 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6062
6063 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
6064
6065 * net/netrc.el (netrc-store-data): New function.
6066
6067 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
6068
6069 * net/gnutls.el: GnuTLS glue code to set up a connection.
6070
6071 2010-09-25 Julien Danjou <julien@danjou.info>
6072
6073 * notifications.el: Call dbus-register-signal only if it is bound.
6074
6075 2010-09-25 Glenn Morris <rgm@gnu.org>
6076
6077 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6078 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
6079 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
6080 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
6081 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
6082 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
6083 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
6084 * eshell/esh-util.el, eshell/esh-var.el:
6085 Remove leading `*' from docs of faces and defcustoms.
6086
6087 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
6088
6089 * eshell/em-ls.el (eshell-ls-archive-regexp):
6090 * eshell/esh-util.el (eshell-tar-regexp):
6091 * ibuffer.el (ibuffer-compressed-file-name-regexp):
6092 * info.el (Info-suffix-list):
6093 * international/mule.el (auto-coding-alist):
6094 * woman.el (woman-file-regexp, woman-file-compression-regexp):
6095 * progmodes/etags.el (tags-compression-info-list):
6096 Support xz compression.
6097
6098 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
6099
6100 * files.el (get-free-disk-space): Don't assume the "df" output
6101 columns line up (Bug#6995).
6102
6103 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
6104
6105 * finder.el (finder-unknown-keywords):
6106 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
6107 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
6108
6109 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
6110
6111 * server.el (server-start): Revert part of 2010-08-08 change. Using
6112 address 127.0.0.1 for local host is now done in Fmake_network_process.
6113
6114 2010-09-24 Glenn Morris <rgm@gnu.org>
6115
6116 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
6117 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
6118 * textmodes/css-mode.el, textmodes/dns-mode.el:
6119 Move autoloaded auto-mode-alist entries to files.el.
6120 * files.el (auto-mode-alist): Move entries here.
6121
6122 2010-09-23 Glenn Morris <rgm@gnu.org>
6123
6124 * isearch.el (isearch-lazy-highlight-cleanup)
6125 (isearch-lazy-highlight-initial-delay)
6126 (isearch-lazy-highlight-interval)
6127 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
6128 * net/net-utils.el (ipconfig-program-options):
6129 Move aliases to options before the associated definitions.
6130
6131 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6132
6133 * newcomment.el (comment-normalize-vars): Better test validity of
6134 comment-end-skip.
6135
6136 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6137
6138 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
6139 (float-e): New name for `e'.
6140 (degrees-to-radians, radians-to-degrees):
6141 * calendar/solar.el (solar-longitude):
6142 * calculator.el (calculator-registers, calculator-funcall):
6143 * textmodes/artist.el (artist-spray-random-points):
6144 * play/bubbles.el (bubbles--initialize-images): Use new names.
6145
6146 2010-09-23 Eric M. Ludlam <zappo@gnu.org>
6147
6148 Update to CEDET 1.0's version of EIEIO.
6149
6150 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
6151 New function.
6152 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
6153 (eieio-default-eval-maybe): Eval val instead of unquoting only.
6154 (class-precedence-list): If class is nil, return nil.
6155 (eieio-generic-call): If class of first input arg is nil, don't
6156 look up static methods, and do check for primary methods.
6157 (initialize-instance): See if the default needs to be evaluated
6158 during the constructor.
6159 (eieio-perform-slot-validation-for-default): Don't do the check
6160 for values that will eventually be evaluated.
6161 (eieio-eval-default-p): New function.
6162 (eieio-default-eval-maybe): Use it.
6163
6164 2010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
6165
6166 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
6167 method-invocation-order.
6168 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
6169 (eieio-class-precedence-dfs): Compute class precedence list using
6170 dfs algorithm.
6171 (eieio-class-precedence-bfs): Compute class precedence list using
6172 bfs algorithm.
6173 (eieio-class-precedence-c3): Compute class precedence list using
6174 c3 algorithm.
6175 (class-precedence-list): New function.
6176 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
6177 (inconsistent-class-hierarchy): New error symbol.
6178 (call-next-method): Stow the replacement argument list for future
6179 call-next-method invocations.
6180
6181 2010-09-23 Glenn Morris <rgm@gnu.org>
6182
6183 * calendar/appt.el (appt-check): If not displaying the diary,
6184 use (diary 1) to only get the entries we need.
6185 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
6186 that it is in day order. (Bug#7019)
6187
6188 * calendar/appt.el (appt-check): Rather than showing the diary,
6189 just turn off invisible display, and only if needed.
6190
6191 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
6192
6193 2010-09-23 Glenn Morris <rgm@gnu.org>
6194
6195 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6196 (byte-compile-defvar, byte-compile-cl-warn):
6197 Start warnings with lower-case, like the majority.
6198
6199 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
6200
6201 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
6202
6203 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
6204 * files.el (auto-mode-alist): Move ld-script entries here, further down
6205 the list.
6206
6207 * vc/add-log.el: Don't require timezone when compiling.
6208 (timezone-make-date-sortable): Autoload it.
6209 (change-log-sortable-date-at): Don't require timezone.
6210 Use `ignore-errors'.
6211
6212 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6213 Move alias before definition, so it does not need autoloading.
6214
6215 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
6216 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
6217 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
6218 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
6219 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
6220 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
6221 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
6222 * textmodes/tex-mode.el, textmodes/two-column.el:
6223 Remove leading `*' from docs of defcustoms etc.
6224
6225 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
6226
6227 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
6228
6229 2010-09-22 Dan Christensen <jdc@uwo.ca>
6230
6231 * calendar/time-date.el (date-to-time): Try using parse-time-string
6232 first before using the slower timezone-make-date-arpa-standard.
6233
6234 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
6235
6236 * calendar/time-date.el (format-seconds): Comment fix.
6237
6238 2010-09-22 Glenn Morris <rgm@gnu.org>
6239
6240 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
6241 is not automatically buffer-local.
6242
6243 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6244
6245 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
6246 (smie-indent-comment): Be more careful with comment-start-skip.
6247 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
6248 (smie-indent-functions): Use them.
6249
6250 2010-09-21 Michael Albinus <michael.albinus@gmx.de>
6251
6252 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
6253
6254 2010-09-21 Jan Djärv <jan.h.d@swipnet.se>
6255
6256 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
6257 tool-bar-position. Don't modify frame parameters here.
6258 (menu-bar-options-save): Add tool-bar-position.
6259
6260 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
6261
6262 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6263
6264 * textmodes/reftex-parse.el (reftex-what-macro)
6265 (reftex-context-substring): Let-bind forward-sexp-function to nil
6266 since we don't need/want to treat \begin...\end as a block (bug#7053).
6267
6268 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
6269
6270 * simple.el (blink-matching-open): Use syntax-class.
6271
6272 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
6273 Set invisibility spec for pascal's outline mode.
6274 (pascal-outline-change): Clean up calling convention.
6275 (pascal-show-all, pascal-hide-other-defuns): Update callers.
6276
6277 * progmodes/prolog.el (prolog-smie-forward-token)
6278 (prolog-smie-backward-token): New functions.
6279 (prolog-mode-variables): Use them to parse "!," correctly.
6280 Set up smie-blink-matching for ".".
6281
6282 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
6283 and `end'.
6284 (ispell-region, ispell-process-line): Update users.
6285
6286 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
6287 point-min==1.
6288
6289 * textmodes/ispell.el: Fix commenting convention.
6290 (ispell-parse-output): Simplify, use push.
6291 (ispell-region): Use match-string-no-properties.
6292 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
6293 (ispell-minor-mode): Use define-minor-mode.
6294 (ispell-message): Remove unused var `skip-regexp'.
6295 (ispell-add-per-file-word-list): Use dynamic let-binding.
6296 Try and use the proper comment marker.
6297
6298 * mail/sendmail.el: Fix commenting convention.
6299 (sendmail-send-it): Use line-beginning-position.
6300
6301 * help-fns.el (describe-variable): Add original value, if applicable.
6302
6303 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
6304
6305 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
6306
6307 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
6308
6309 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6310
6311 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
6312 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
6313 (smie-prec2-levels): Use them to better diagnose precedence cycles.
6314 (smie-blink-matching-check): Don't signal a mismatch if car is t.
6315 (smie-blink-matching-open): Rewrite to remove assumptions, so that
6316 something like "." can also be a closer.
6317 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
6318 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
6319 Rename internal functions to use "--". Update callers.
6320
6321 * frame.el (make-frame-names-alist): Don't list frames on other displays.
6322
6323 * fringe.el (fringe-styles): New var.
6324 (fringe-mode, fringe-query-style): Use it.
6325
6326 2010-09-18 Michael R. Mauger <mmaug@yahoo.com>
6327
6328 * progmodes/sql.el: Version 2.8
6329 (sql-login-params): Update widget structure; changes still needed.
6330 (sql-product-alist): Add :list-all and :list-table features for
6331 SQLite, Postgres and MySQL products.
6332 (sql-redirect): Handle default value.
6333 (sql-execute, sql-execute-feature): New functions.
6334 (sql-read-table-name): New function.
6335 (sql-list-all, sql-list-table): New functions. User API.
6336 (sql-mode-map, sql-interactive-mode-map): Add key definitions
6337 for above functions.
6338 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
6339 for above functions.
6340 (sql-postgres-login-params): Add user and database defaults.
6341 (sql-buffer-live-p): Bug fix.
6342 (sql-product-history): New variable.
6343 (sql-read-product): New function. Use it.
6344 (sql-set-product, sql-product-interactive): Use it.
6345 (sql-connection-history): New variable.
6346 (sql-read-connection): New function. Use it.
6347 (sql-connect): New function.
6348 (sql-for-each-login): Redesign function interface.
6349 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
6350 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
6351 (sql-comint): Check for program. Existing live buffer.
6352 (sql-comint-postgres): Add port parameter.
6353
6354 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6355
6356 * emacs-lisp/warnings.el: Fix commenting convention.
6357 (display-warning): Use special mode and make the buffer read-only.
6358
6359 2010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
6360
6361 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
6362 empty string when it follows a repeated or optional pattern.
6363
6364 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6365
6366 * indent.el (indent-according-to-mode): Apply syntax-propertize.
6367 (indent-region): Use indent-according-to-mode.
6368
6369 2010-09-18 Eli Zaretskii <eliz@gnu.org>
6370
6371 * fringe.el (fringe-mode): Doc fix.
6372
6373 2010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
6374
6375 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
6376 refreshing the preview buffer.
6377
6378 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6379
6380 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
6381 (latex-syntax-propertize-rules): New consts; replace
6382 tex-font-lock-syntactic-keywords.
6383 (tex-env-mark, latex-env-before-change): New functions.
6384 (latex-electric-env-pair-mode): New minor mode.
6385 (tex-font-lock-verb): Change arguments; do move point.
6386 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
6387 representation as a form of comment.
6388 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
6389 (doctex-syntax-propertize-rules): New const; replaces
6390 doctex-font-lock-syntactic-keywords.
6391 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
6392
6393 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
6394 (fortran-make-syntax-propertize-function): New function; replaces
6395 fortran-font-lock-syntactic-keywords.
6396 (fortran-mode): Use it.
6397 (fortran-line-length): Use it. Improve interactive spec.
6398
6399 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
6400 (syntax-propertize-rules): Add var-ref case. Fix offset computation
6401 when adding surrounding \(..\).
6402
6403 * progmodes/js.el (js-mode): Fix last change (bug#7054).
6404
6405 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6406
6407 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
6408 Use with-current-buffer.
6409
6410 * isearch.el (isearch-face): Rename from `isearch'.
6411 (isearch-highlight): Use new name.
6412
6413 2010-09-17 Eli Zaretskii <eliz@gnu.org>
6414
6415 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
6416 5, for `half' width fringes. (Bug#6933)
6417
6418 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6419
6420 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6421 (byte-compile-defvar): "foo/bar" does not lack a prefix.
6422
6423 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
6424
6425 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
6426
6427 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
6428 in calculating new frame position. Add more space between new and
6429 parent on the left (Bug#7048).
6430
6431 2010-09-17 Michael Albinus <michael.albinus@gmx.de>
6432
6433 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
6434 defmacro.
6435
6436 2010-09-16 Chong Yidong <cyd@stupidchicken.com>
6437
6438 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
6439
6440 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
6441 obsolete alias for x-selection-value.
6442
6443 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
6444
6445 2010-09-16 Michael Albinus <michael.albinus@gmx.de>
6446
6447 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
6448 cookie.
6449
6450 2010-09-15 Michael Albinus <michael.albinus@gmx.de>
6451
6452 * net/tramp-compat.el (tramp-compat-with-temp-message)
6453 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
6454 (tramp-compat-process-put): New defuns.
6455
6456 * net/tramp.el (top):
6457 * net/tramp-gvfs.el (top):
6458 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
6459
6460 * net/tramp.el (tramp-progress-reporter-update):
6461 Use `tramp-compat-funcall'.
6462
6463 * net/tramp.el (tramp-process-actions):
6464 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
6465 * net/tramp-sh.el (tramp-handle-vc-registered)
6466 (tramp-get-remote-stat, tramp-get-remote-readlink):
6467 Use `tramp-compat-with-temp-message'.
6468
6469 * net/tramp-sh.el (top): Require 'cl.
6470 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
6471 (tramp-open-connection-setup-interactive-shell):
6472 Use `tramp-compat-process-put'.
6473
6474 2010-09-15 Alan Mackenzie <acm@muc.de>
6475
6476 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
6477 indentation.
6478 (c-forward-<>-arglist-recur): Fix an infinite recursion.
6479
6480 2010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6481
6482 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
6483 `lexical' for warnings related to lexical scoping.
6484 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
6485 global vars which don't have a prefix and could hence affect lexical
6486 scoping in unrelated files.
6487
6488 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6489
6490 * net/imap.el: Revert back to version
6491 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6492 seem problematic.
6493
6494 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
6495
6496 * obsolete/old-whitespace.el (whitespace-unload-function):
6497 Explicitly pass `obarray' to `unintern' to avoid a warning.
6498
6499 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6500
6501 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
6502 Add `when' argument. Update callers.
6503
6504 * subr.el (unintern): Declare the obarray arg mandatory.
6505
6506 2010-09-14 Glenn Morris <rgm@gnu.org>
6507
6508 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
6509 Doc fixes.
6510
6511 * calendar/diary-lib.el (diary-included-files): New variable.
6512 (diary-list-entries): Maybe initialize diary-included-files.
6513 (diary-include-other-diary-files): Append to diary-included-files.
6514 * calendar/appt.el (appt-update-list): Also check the members of
6515 diary-included-files. (Bug#6999)
6516 (appt-check): Doc fix.
6517
6518 2010-09-14 David Reitter <david.reitter@gmail.com>
6519
6520 * simple.el (line-move-visual): Do not truncate goal column to
6521 integer size. (Bug#7020)
6522
6523 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6524
6525 * repeat.el (repeat): Allow repeating when the last event is a click.
6526 Suggested by Drew Adams (bug#6256).
6527
6528 2010-09-14 Sascha Wilde <wilde@sha-bang.de>
6529
6530 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
6531 Replace setting HGRCPATH to "" by some less invasive --config options.
6532
6533 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6534
6535 * font-lock.el (font-lock-beginning-of-syntax-function):
6536 Mark as obsolete.
6537
6538 2010-09-14 Glenn Morris <rgm@gnu.org>
6539
6540 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
6541 and tool-bar modes. (Bug#6211)
6542 (menu-bar-mode): Move setting of standard-value after the
6543 minor-mode definition, otherwise it seems to have no effect.
6544
6545 2010-09-14 Masatake YAMATO <yamato@redhat.com>
6546
6547 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
6548 Fix typo. (Bug#6976)
6549
6550 2010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6551
6552 * whitespace.el: Allow cleaning up blanks without blank
6553 visualization (Bug#6651). Adjust help window for
6554 whitespace-toggle-options (Bug#6479). Allow to use fill-column
6555 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
6556 (whitespace-style): Add new value 'face. Adjust docstring.
6557 (whitespace-space, whitespace-hspace, whitespace-tab):
6558 Adjust foreground property face.
6559 (whitespace-line-column): Adjust docstring and type declaration.
6560 (whitespace-style-value-list, whitespace-toggle-option-alist)
6561 (whitespace-help-text): Adjust const initialization.
6562 (whitespace-toggle-options, global-whitespace-toggle-options):
6563 Adjust docstring.
6564 (whitespace-display-window, whitespace-interactive-char)
6565 (whitespace-style-face-p, whitespace-color-on): Adjust code.
6566 (whitespace-help-scroll): New fun.
6567
6568 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
6569
6570 * calendar/time-date.el (format-seconds): Comment fix.
6571
6572 2010-09-13 Michael R. Mauger <mmaug@yahoo.com>
6573
6574 * progmodes/sql.el: Version 2.7.
6575 (sql-buffer-live-p): Improve detection.
6576 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
6577 (sql-set-sqli-buffer): Use it.
6578 (sql-product-interactive): Run `sql-set-sqli-hook'.
6579 (sql-rename-buffer): Code cleanup.
6580 (sql-redirect, sql-redirect-value): New functions. More to come.
6581
6582 2010-09-13 Juanma Barranquero <lekktu@gmail.com>
6583
6584 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.
6585 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
6586 (TRAMP_SRC): New macro.
6587 ($(lisp)/net/tramp-loaddefs.el): New target.
6588
6589 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
6590
6591 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
6592
6593 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
6594
6595 * net/tramp.el (top): Don't show loading message. Require just
6596 'tramp-compat, everything else is required there.
6597 Use `ignore-errors' where appropriate.
6598 (tramp-inline-compress-start-size, tramp-copy-size-limit)
6599 (tramp-terminal-type, tramp-end-of-output)
6600 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
6601 (tramp-completion-function-alist-ssh)
6602 (tramp-completion-function-alist-telnet)
6603 (tramp-completion-function-alist-su)
6604 (tramp-completion-function-alist-putty, tramp-remote-path)
6605 (tramp-remote-process-environment, tramp-sh-extra-args)
6606 (tramp-actions-before-shell, tramp-uudecode)
6607 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
6608 (tramp-perl-file-attributes)
6609 (tramp-perl-directory-files-and-attributes)
6610 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
6611 (tramp-perl-encode, tramp-perl-decode)
6612 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
6613 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
6614 (tramp-handle-make-symbolic-link, tramp-handle-load)
6615 (tramp-handle-file-name-as-directory)
6616 (tramp-handle-file-name-directory)
6617 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
6618 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
6619 (tramp-do-file-attributes-with-ls)
6620 (tramp-do-file-attributes-with-perl)
6621 (tramp-do-file-attributes-with-stat)
6622 (tramp-handle-set-visited-file-modtime)
6623 (tramp-handle-verify-visited-file-modtime)
6624 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
6625 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
6626 (tramp-handle-file-selinux-context)
6627 (tramp-handle-set-file-selinux-context)
6628 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
6629 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
6630 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
6631 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
6632 (tramp-handle-file-ownership-preserved-p)
6633 (tramp-handle-directory-file-name, tramp-handle-directory-files)
6634 (tramp-handle-directory-files-and-attributes)
6635 (tramp-do-directory-files-and-attributes-with-perl)
6636 (tramp-do-directory-files-and-attributes-with-stat)
6637 (tramp-handle-file-name-all-completions)
6638 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
6639 (tramp-handle-copy-file, tramp-handle-copy-directory)
6640 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
6641 (tramp-do-copy-or-rename-file-via-buffer)
6642 (tramp-do-copy-or-rename-file-directly)
6643 (tramp-do-copy-or-rename-file-out-of-band)
6644 (tramp-handle-make-directory, tramp-handle-delete-directory)
6645 (tramp-handle-delete-file)
6646 (tramp-handle-dired-recursive-delete-directory)
6647 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
6648 (tramp-handle-insert-directory)
6649 (tramp-handle-unhandled-file-name-directory)
6650 (tramp-handle-expand-file-name)
6651 (tramp-handle-substitute-in-file-name)
6652 (tramp-handle-executable-find, tramp-process-sentinel)
6653 (tramp-handle-start-file-process, tramp-handle-process-file)
6654 (tramp-handle-call-process-region, tramp-handle-shell-command)
6655 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
6656 (tramp-handle-insert-file-contents)
6657 (tramp-handle-insert-file-contents-literally)
6658 (tramp-handle-find-backup-file-name)
6659 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
6660 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
6661 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
6662 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
6663 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
6664 (tramp-find-file-exists-command, tramp-open-shell)
6665 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
6666 (tramp-open-connection-setup-interactive-shell)
6667 (tramp-local-coding-commands, tramp-remote-coding-commands)
6668 (tramp-find-inline-encoding, tramp-call-local-coding-command)
6669 (tramp-inline-compress-commands, tramp-find-inline-compress)
6670 (tramp-compute-multi-hops, tramp-maybe-open-connection)
6671 (tramp-send-command, tramp-wait-for-output)
6672 (tramp-send-command-and-check, tramp-barf-unless-okay)
6673 (tramp-send-command-and-read, tramp-mode-string-to-int)
6674 (tramp-convert-file-attributes, tramp-check-cached-permissions)
6675 (tramp-file-mode-from-int, tramp-file-mode-permissions)
6676 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
6677 (tramp-method-out-of-band-p, tramp-local-host-p)
6678 (tramp-get-remote-path, tramp-get-remote-tmpdir)
6679 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
6680 (tramp-get-test-command, tramp-get-test-nt-command)
6681 (tramp-get-file-exists-command, tramp-get-remote-ln)
6682 (tramp-get-remote-perl, tramp-get-remote-stat)
6683 (tramp-get-remote-readlink, tramp-get-remote-trash)
6684 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
6685 (tramp-get-local-uid, tramp-get-local-gid)
6686 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
6687 tramp-sh.el.
6688 (tramp-methods, tramp-default-method-alist)
6689 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
6690 Move initialization to tramp-sh.el.
6691 (tramp-temp-name-prefix): Make it a defconst.
6692 (tramp-dissect-file-name): Don't check anymore for multi-hop
6693 methods.
6694 (tramp-debug-outline-regexp): Add a docstring.
6695 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
6696 (tramp-get-debug-buffer): Use it.
6697
6698 * net/tramp-cache.el (top): Set tramp-autoload cookie for
6699 initialization forms.
6700 (tramp-set-connection-property): Don't protect `tramp-message'
6701 call, it isn't necessary any longer.
6702 (tramp-dump-connection-properties): Use `ignore-errors'.
6703
6704 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
6705 'password-cache and 'auth-source.
6706
6707 * net/tramp-gvfs.el (top):
6708 * net/tramp-smb.el (top): Require 'tramp-sh.
6709
6710 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
6711
6712 * net/tramp-sh.el: New file, derived from tramp.el.
6713 (top): Initialize `tramp-methods', `tramp-default-method-alist',
6714 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
6715 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
6716 Use `ignore-errors' where appropriate.
6717 (tramp-sh-file-name-handler-alist): Rename from
6718 `tramp-file-name-handler-alist'.
6719 (tramp-send-command-and-check): Return t or nil. Remove all
6720 `zerop' checks, where called.
6721 (tramp-handle-set-file-modes)
6722 (tramp-do-copy-or-rename-file-directly)
6723 (tramp-handle-delete-directory, tramp-handle-delete-file)
6724 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
6725 (tramp-sh-file-name-handler, tramp-send-command-and-check)
6726 (tramp-get-remote-ln): Set tramp-autoload cookie.
6727
6728 * net/tramp-fish.el: Remove file.
6729
6730 2010-09-13 Daiki Ueno <ueno@unixuser.org>
6731
6732 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
6733 buffer-file-name to avoid file-locking. (Bug#7026)
6734
6735 2010-09-13 Julien Danjou <julien@danjou.info>
6736
6737 * notifications.el (notifications-notify): Add support for
6738 image-path and sound-name.
6739 (notifications-specification-version): Add this variable.
6740
6741 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6742
6743 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
6744
6745 2010-09-12 Leo <sdl.web@gmail.com>
6746
6747 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
6748 (rcirc-completion-start): New variables.
6749 (rcirc-nick-completions): Rename to rcirc-completions.
6750 (rcirc-nick-completion-start-offset): Delete.
6751 (rcirc-completion-at-point): New function for constructing
6752 completion data for both nicks and irc commands. Add to
6753 completion-at-point-functions in rcirc mode.
6754 (rcirc-complete): Rename from rcirc-nick-complete; use
6755 rcirc-completion-at-point.
6756 (defun-rcirc-command): Update rcirc-client-commands.
6757
6758 2010-09-11 Glenn Morris <rgm@gnu.org>
6759
6760 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
6761 atomically, to avoid parallel build errors. (Bug#4196)
6762
6763 2010-09-11 Michael R. Mauger <mmaug@yahoo.com>
6764
6765 * progmodes/sql.el: Version 2.6
6766 (sql-dialect): Synonym for "sql-product".
6767 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
6768 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
6769 Set "sql-buffer" to buffer name not buffer object so multiple sql
6770 interactive buffers work properly. Reverts misguided changes in
6771 earlier work.
6772 (sql-comint): Make sure different buffer name is used if "*SQL*"
6773 buffer is for a different product.
6774 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
6775 login param.
6776 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
6777 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
6778 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
6779 Accept new buffer name or prompt for one.
6780 (sql-port): Default to zero.
6781 (sql-comint-mysql): Handle "sql-port" as a numeric.
6782 (sql-port-history): Delete unused variable.
6783 (sql-get-login): Default "sql-port" to a number.
6784 (sql-product-alist): Correct Postgres prompt and terminator regexp.
6785 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
6786 "sqlite3" executables.
6787 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
6788 (sql-buffer-live-p): New function.
6789 (sql-mode-menu, sql-send-string): Use it.
6790 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
6791 syntax pattern.
6792 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
6793 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
6794
6795 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6796
6797 * net/netrc.el (netrc-credentials): New convenience function.
6798
6799 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
6800
6801 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
6802 to replace texinfo-font-lock-syntactic-keywords.
6803 (texinfo-mode): Use it.
6804
6805 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
6806 Use syntax-propertize-function.
6807
6808 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
6809 replace sgml-font-lock-syntactic-keywords.
6810 (sgml-mode): Use it.
6811
6812 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
6813 since we don't use it.
6814
6815 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
6816
6817 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
6818 if available.
6819 (vhdl-fontify-buffer): Adjust.
6820
6821 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
6822 replace tcl-font-lock-syntactic-keywords.
6823 (tcl-mode): Use it.
6824
6825 * progmodes/simula.el (simula-syntax-propertize-function): New var to
6826 replace simula-font-lock-syntactic-keywords.
6827 (simula-mode): Use it.
6828
6829 * progmodes/sh-script.el (sh-st-symbol): Remove.
6830 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
6831 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
6832 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
6833 (sh-font-lock-paren): Set syntax-multiline.
6834 (sh-font-lock-syntactic-keywords): Remove.
6835 (sh-syntax-propertize-function): New function to replace it.
6836 (sh-mode): Use it.
6837
6838 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
6839 Define while compiling.
6840 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
6841 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
6842 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
6843 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
6844 (ruby-here-doc-end-syntax): Only define when
6845 syntax-propertize is not available.
6846 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
6847 New functions.
6848 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
6849 (electric-indent-chars): Silence bytecompiler.
6850 (ruby-mode): Use prog-mode, syntax-propertize-function, and
6851 electric-indent-chars.
6852
6853 * progmodes/python.el (python-syntax-propertize-function): New var to
6854 replace python-font-lock-syntactic-keywords.
6855 (python-mode): Use it.
6856 (python-quote-syntax): Simplify and adjust to new use.
6857
6858 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
6859 replace perl-font-lock-syntactic-keywords.
6860 (perl-syntax-propertize-special-constructs): New fun to replace
6861 perl-font-lock-special-syntactic-constructs.
6862 (perl-font-lock-syntactic-face-function): New fun.
6863 (perl-mode): Use it.
6864
6865 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
6866 to replace octave-font-lock-close-quotes.
6867 (octave-syntax-propertize-function): New function to replace
6868 octave-font-lock-syntactic-keywords.
6869 (octave-mode): Use it.
6870
6871 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
6872 replaces mixal-font-lock-syntactic-keywords.
6873 (mixal-mode): Use it.
6874
6875 * progmodes/make-mode.el (makefile-syntax-propertize-function):
6876 New var; replaces makefile-font-lock-syntactic-keywords.
6877 (makefile-mode): Use it.
6878 (makefile-imake-mode): Adjust.
6879
6880 * progmodes/js.el (js--regexp-literal): Define while compiling.
6881 (js-syntax-propertize-function): New var; replaces
6882 js-font-lock-syntactic-keywords.
6883 (js-mode): Use it.
6884
6885 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
6886 replaces gdb-script-font-lock-syntactic-keywords.
6887 (gdb-script-mode): Use it.
6888
6889 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
6890 (fortran--font-lock-syntactic-keywords): New var.
6891 (fortran-line-length): Update syntax-propertize-function and
6892 fortran--font-lock-syntactic-keywords.
6893
6894 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
6895
6896 * progmodes/cfengine.el (cfengine-mode):
6897 Use syntax-propertize-function.
6898 (cfengine-font-lock-syntactic-keywords): Remove.
6899
6900 * progmodes/autoconf.el (autoconf-mode):
6901 Use syntax-propertize-function.
6902 (autoconf-font-lock-syntactic-keywords): Remove.
6903
6904 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
6905 (ada-after-change-function, ada-initialize-syntax-table-properties)
6906 (ada-handle-syntax-table-properties): Only define when
6907 syntax-propertize is not available.
6908 (ada-mode): Use syntax-propertize-function.
6909
6910 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
6911 (font-lock-fontify-syntactic-keywords-region): Move handling of
6912 font-lock-syntactically-fontified to...
6913 (font-lock-default-fontify-region): ...here.
6914 Let syntax-propertize-function take precedence.
6915 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
6916
6917 * emacs-lisp/syntax.el (syntax-propertize-function)
6918 (syntax-propertize-chunk-size, syntax-propertize--done)
6919 (syntax-propertize-extend-region-functions): New vars.
6920 (syntax-propertize-wholelines, syntax-propertize-multiline)
6921 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
6922 (syntax-propertize): New functions.
6923 (syntax-propertize-rules): New macro.
6924 (syntax-ppss-flush-cache): Set syntax-propertize--done.
6925 (syntax-ppss): Call syntax-propertize.
6926
6927 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
6928
6929 2010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
6930
6931 * textmodes/ispell.el (ispell-init-process): Improve comments.
6932 XEmacs compatibility changes regarding (add-hook) 'local option
6933 and (set-process-query-on-exit-flag).
6934
6935 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
6936
6937 * net/tramp-cache.el (tramp-parse-connection-properties):
6938 Set tramp-autoload cookie.
6939
6940 2010-09-09 Glenn Morris <rgm@gnu.org>
6941
6942 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
6943 (imagemagick-register-types): Doc fix.
6944
6945 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
6946
6947 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
6948
6949 * progmodes/js.el (require): Require is already "eval-and-compile".
6950 (js--re-search-forward): Avoid `eval'. Preserve the error data.
6951 (js--re-search-backward): Use js--re-search-forward.
6952
6953 * progmodes/fortran.el (fortran-line-length): Don't recompute
6954 syntactic keywords redundantly a second time.
6955
6956 * progmodes/ada-mode.el: Replace "(set '" with setq.
6957 (ada-mode): Simplify.
6958 (ada-create-case-exception, ada-adjust-case-interactive)
6959 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
6960 (ada-search-ignore-string-comment, ada-move-to-start)
6961 (ada-move-to-end): Use with-syntax-table.
6962
6963 * font-lock.el (save-buffer-state): Remove `varlist' arg.
6964 (font-lock-unfontify-region, font-lock-default-fontify-region):
6965 Update usage correspondingly.
6966 (font-lock-fontify-syntactic-keywords-region):
6967 Set parse-sexp-lookup-properties buffer-locally here.
6968 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
6969
6970 * simple.el (blink-matching-open): Don't burp if we can't find a match.
6971
6972 2010-09-08 Glenn Morris <rgm@gnu.org>
6973
6974 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
6975 Error if not compiled with -DBYTE_CODE_METER.
6976
6977 * emacs-lisp/bytecomp.el (byte-recompile-directory):
6978 Ignore dir-locals-file.
6979
6980 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
6981
6982 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6983 Not a const.
6984 (compilation-error-regexp-alist-alist): Rule out ": " in file names
6985 for the `gnu' messages.
6986 (compilation-set-skip-threshold): New command.
6987 (compilation-start): Use \' rather than $.
6988 (compilation-forget-errors): Use clrhash.
6989
6990 2010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
6991
6992 * textmodes/ispell.el (ispell-valid-dictionary-list):
6993 Simplify logic.
6994
6995 2010-09-08 Michael Albinus <michael.albinus@gmx.de>
6996
6997 Migrate to Tramp 2.2. Rearrange load dependencies.
6998 (Bug#1529, Bug#5448, Bug#5705)
6999
7000 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
7001 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
7002 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7003
7004 * net/tramp.el (top): Remove all other tramp-* loads except
7005 tramp-compat.el. Remove all changes to tramp-unload-hook for
7006 other tramp-* packages. Rearrange defun order. Change calls of
7007 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
7008 `tramp-compat-octal-to-decimal' to new function names.
7009 (tramp-terminal-type, tramp-initial-end-of-output)
7010 (tramp-methods, tramp-foreign-file-name-handler-alist)
7011 (tramp-tramp-file-p, tramp-completion-mode-p)
7012 (tramp-send-command-and-check, tramp-get-remote-path)
7013 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
7014 (tramp-shell-quote-argument): Set tramp-autoload cookie.
7015 (with-file-property, with-connection-property): Move to
7016 tramp-cache.el.
7017 (tramp-local-call-process, tramp-decimal-to-octal)
7018 (tramp-octal-to-decimal): Move to tramp-compat.el.
7019 (tramp-handle-shell-command): Do not require 'shell.
7020 (tramp-compute-multi-hops): No special handling for tramp-gw-*
7021 symbols.
7022 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
7023
7024 * net/tramp-cache.el (top): Require 'tramp. Add to
7025 `tramp-unload-hook'.
7026 (tramp-cache-data, tramp-get-file-property)
7027 (tramp-set-file-property, tramp-flush-file-property)
7028 (tramp-flush-directory-property, tramp-get-connection-property)
7029 (tramp-set-connection-property, tramp-flush-connection-property)
7030 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
7031 cookie.
7032 (with-file-property, with-connection-property): New defuns, moved
7033 from tramp.el.
7034 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
7035 macro.
7036
7037 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
7038 (tramp-version): Set tramp-autoload cookie.
7039
7040 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
7041 changes to tramp-unload-hook for other tramp-* packages. Add to
7042 `tramp-unload-hook'.
7043 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
7044 (tramp-compat-call-process): New defuns, moved from tramp.el.
7045
7046 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
7047 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7048 Add to `tramp-unload-hook'. Change call of
7049 `tramp-compat-decimal-to-octal' to new function name.
7050 (tramp-fish-method): Make it a defconst.
7051 (tramp-fish-file-name-p): Make it a defsubst.
7052 (tramp-fish-method, tramp-fish-file-name-handler)
7053 (tramp-fish-file-name-p): Set tramp-autoload cookie.
7054
7055 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
7056 `tramp-foreign-file-name-handler-alist'. Add to
7057 `tramp-unload-hook'.
7058 (tramp-ftp-method): Make it a defconst.
7059 (tramp-ftp-file-name-p): Make it a defsubst.
7060 (tramp-ftp-method, tramp-ftp-file-name-handler)
7061 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
7062
7063 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
7064 `tramp-foreign-file-name-handler-alist'. Add to
7065 `tramp-unload-hook'. Change checks, whether package can be
7066 loaded.
7067 (tramp-gvfs-file-name-p): Make it a defsubst.
7068 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
7069 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
7070 (tramp-gvfs-handle-file-directory-p): New defun.
7071 (tramp-gvfs-file-name-handler-alist): Use it.
7072
7073 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
7074 `tramp-foreign-file-name-handler-alist'. Add to
7075 `tramp-unload-hook'.
7076 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
7077 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
7078 defconst.
7079 (tramp-gw-tunnel-method, tramp-gw-socks-method)
7080 (tramp-gw-open-connection): Set tramp-autoload cookie.
7081
7082 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
7083 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7084 Add to `tramp-unload-hook'. Change checks, whether package can be
7085 loaded.
7086 (tramp-imap-file-name-p): Make it a defsubst.
7087 (tramp-imap-method, tramp-imaps-method)
7088 (tramp-imap-file-name-handler)
7089 (tramp-imap-file-name-p): Set tramp-autoload cookie.
7090
7091 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
7092 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7093 Add to `tramp-unload-hook'. Change checks, whether package can be
7094 loaded. Change call of `tramp-compat-decimal-to-octal' to new
7095 function name.
7096 (tramp-smb-tunnel-method): Make it a defconst.
7097 (tramp-smb-file-name-p): Make it a defsubst.
7098 (tramp-smb-method, tramp-smb-file-name-handler)
7099 (tramp-smb-file-name-p): Set tramp-autoload cookie.
7100
7101 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
7102 (tramp-uuencode-region): Set tramp-autoload cookie.
7103
7104 * net/trampver.el (top) Add to `tramp-unload-hook'.
7105 (tramp-version, tramp-bug-report-address): Set tramp-autoload
7106 cookie. Update release number.
7107
7108 2010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
7109
7110 * textmodes/ispell.el (ispell-start-process): Make sure original
7111 arg list is properly initialized (Bug#6993, Bug#6994).
7112
7113 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
7114
7115 * files.el (directory-abbrev-alist): Use \` as default regexp.
7116
7117 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
7118 chars like - or ] (bug#6984).
7119 (rx-any-condense-range): Explode 2-char ranges.
7120
7121 2010-09-06 Glenn Morris <rgm@gnu.org>
7122
7123 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
7124
7125 2010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7126
7127 * textmodes/bibtex.el:
7128 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
7129
7130 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7131
7132 * net/imap.el (imap-message-map): Remove optional buffer parameter,
7133 since no callers use it.
7134 (imap-message-get): Ditto.
7135 (imap-message-put): Ditto.
7136 (imap-mailbox-map): Ditto.
7137 (imap-mailbox-put): Ditto.
7138 (imap-mailbox-get): Ditto.
7139 (imap-mailbox-get): Revert last change for this function.
7140
7141 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7142
7143 * net/imap.el (imap-fetch-safe): Remove function, and alter all
7144 callers to use `imap-fetch' instead. According to the comments, this
7145 should be safe, since all other IMAP clients use the 1:* syntax.
7146 (imap-enable-exchange-bug-workaround): Remove.
7147 (imap-debug): Remove -- doesn't seem very useful.
7148
7149 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7150
7151 * net/imap.el (imap-log): New convenience function used throughout
7152 instead of repeating the same code all over the place.
7153
7154 2010-09-05 David De La Harpe Golden <david@harpegolden.net>
7155
7156 * mouse.el (mouse-save-then-kill): Save region to kill-ring
7157 when mouse-drag-copy-region is non-nil (Bug#6956).
7158
7159 2010-09-05 Chong Yidong <cyd@stupidchicken.com>
7160
7161 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
7162 Improve regexps (Bug#6987).
7163 (dired-sort-toggle): Search more robustly for -t flag.
7164
7165 * files.el (get-free-disk-space): Search more robustly for
7166 "available" column. Suggested by Ehud Karni
7167 <ehud@unix.mvs.co.il>.
7168
7169 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
7170
7171 * international/uni-bidi.el:
7172 * international/uni-category.el:
7173 * international/uni-combining.el:
7174 * international/uni-decimal.el:
7175 * international/uni-mirrored.el:
7176 * international/uni-name.el: Regenerate.
7177
7178 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7179
7180 * electric.el (electric-indent-post-self-insert-function):
7181 Don't reindent with a sloppy indentation function.
7182
7183 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
7184 border case in change-log-mode.
7185
7186 2010-09-04 Chong Yidong <cyd@stupidchicken.com>
7187
7188 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7189 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
7190 Recognize leading tab in gcc-include regexp. Ignore names with
7191 leading "from" or "in" in gnu regexp (Bug#6937).
7192
7193 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7194
7195 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
7196 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
7197 (ispell-start-process): Avoid setq and simplify logic.
7198 (ispell-init-process): Setup kill-buffer-hook locally when needed.
7199 (kill-buffer-hook): Don't use it globally with code that uses
7200 expand-file-name since that may call kill-buffer via
7201 code_conversion_restore.
7202
7203 2010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
7204
7205 * emacs-lisp/package.el (package-directory-list): Only call
7206 file-name-nondirectory on a string.
7207
7208 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
7209
7210 * emacs-lisp/package.el (package--download-one-archive):
7211 Ensure that archive-contents is valid before saving it.
7212 (package-activate-1, package-mark-obsolete, define-package)
7213 (package-compute-transaction, package-list-maybe-add): Use push.
7214
7215 2010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7216
7217 Use SMIE's blink-paren for octave-mode.
7218 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
7219 Backslashes do not escape single-quotes, single-quotes do.
7220 (octave-block-else-regexp, octave-block-end-regexp)
7221 (octave-block-match-alist): Remove.
7222 (octave-smie-bnf-table): New var, with old content.
7223 (octave-smie-op-levels): Use it.
7224 (octave-smie-closer-alist): New var.
7225 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
7226 (octave-blink-matching-block-open): Remove.
7227 (octave-reindent-then-newline-and-indent, octave-electric-semi)
7228 (octave-electric-space): Let self-insert-command run expand-abbrev and
7229 blink parens.
7230
7231 * electric.el (electricity): New group.
7232 (electric-indent-chars): New var.
7233 (electric-indent-post-self-insert-function): New fun.
7234 (electric-indent-mode): New minor mode.
7235 (electric-pair-skip-self): New custom.
7236 (electric-pair-post-self-insert-function): New function.
7237 (electric-pair-mode): New minor mode.
7238
7239 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
7240 calcAlg-blink-matching-open.
7241 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
7242 (calc-do-alg-entry): Only touch the part of the keymap that varies.
7243 Use the new blink-matching-check-function.
7244
7245 Provide blink-matching support to SMIE.
7246 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
7247 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
7248 (smie-blink-matching-check, smie-blink-matching-open): New functions.
7249
7250 * simple.el (newline): Fix last change to properly remove itself from
7251 the hook.
7252
7253 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7254
7255 * simple.el (newline): Eliminate optimization.
7256 Use post-self-insert-hook to set hard-newline and things before
7257 running post-self-insert-hook.
7258 (blink-matching-check-mismatch): New function.
7259 (blink-matching-check-function): New variable.
7260 (blink-matching-open): Use them.
7261 Skip back forward over prefix chars skipped by forward-sexp.
7262 Don't check if the parens are backslash escaped.
7263 (blink-paren-post-self-insert-function): Check backslash escaping here.
7264
7265 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
7266
7267 * emacs-lisp/package.el (package-menu-mode-map):
7268 Change package-menu-revert bindings to revert-buffer.
7269 (package-menu-mode): Set revert-buffer-function.
7270 (package-menu-revert): Doc fix.
7271
7272 2010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
7273
7274 * textmodes/ispell.el (ispell-init-process): Use "~/" as
7275 `default-directory' unless using Ispell per-directory personal
7276 dictionaries and not in a mini-buffer under XEmacs.
7277 (kill-buffer-hook): Do not kill ispell process on exit when
7278 `ispell-process-directory' is "~/". (Bug#6143)
7279
7280 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
7281
7282 * simple.el (kill-new): Call interprogram-cut-function with only
7283 one argument.
7284
7285 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
7286 Remove cut buffer from error message.
7287
7288 * term/x-win.el (x-select-text):
7289 * term/pc-win.el (x-selection-value):
7290 * term/ns-win.el (x-selection-value):
7291 * eshell/em-term.el:
7292 * w32-fns.el (x-get-selection-value):
7293 * mouse-sel.el (mouse-sel-set-selection-function):
7294 * frame.el (display-selections-p): Remove cut-buffer in documentation.
7295
7296 * term/x-win.el: Update documentation for x-last-selected-text-*.
7297 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
7298 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
7299 (x-select-text): Remove argument PUSH, update documentation.
7300 Remove cut-buffer code.
7301 (x-selection-value-internal): Was previously x-selection-value.
7302 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
7303 Update documentation, remove cut-buffer code.
7304 Call x-selection-value-internal.
7305 (x-clipboard-yank): Call x-selection-value-internal.
7306 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
7307
7308 * term/pc-win.el (x-last-selected-text):
7309 x-cut-buffer-or-selection-value renamed to x-selection-value
7310 (x-select-text): Remove argument PUSH, update documentation.
7311
7312 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
7313 x-cut-buffer-or-selection-value renamed to x-selection-value
7314 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
7315 (x-select-text): Remove argument PUSH, update documentation.
7316
7317 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
7318
7319 * w32-fns.el (x-last-selected-text):
7320 x-cut-buffer-or-selection-value renamed to x-selection-value.
7321 (x-cut-buffer-max): Remove.
7322 (x-select-text): Remove argument PUSH, update documentation.
7323
7324 * simple.el (interprogram-cut-function): Remove mention of PUSH.
7325
7326 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
7327
7328 * mouse-sel.el (mouse-sel-get-selection-function):
7329 x-cut-buffer-or-selection-value renamed to x-selection-value.
7330 (x-select-text): Remove optional push.
7331
7332 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7333
7334 * simple.el (blink-paren-function): Move from C to here.
7335 (blink-paren-post-self-insert-function): New function.
7336 (post-self-insert-hook): Use it.
7337
7338 * emacs-lisp/pcase.el (pcase-split-memq):
7339 Fix overenthusiastic optimisation.
7340 (pcase-u1): Handle the case of a lambda pred.
7341
7342 2010-08-31 Kenichi Handa <handa@m17n.org>
7343
7344 * international/mule-cmds.el (standard-display-european-internal):
7345 Setup standard-display-table for 8-bit characters by storing 8-bit
7346 characters in the element vector.
7347
7348 * disp-table.el (standard-display-8bit):
7349 Setup standard-display-table for 8-bit characters by storing 8-bit
7350 characters in the element vector.
7351 (standard-display-european): Likewise.
7352
7353 2010-08-31 Masatake YAMATO <yamato@redhat.com>
7354
7355 * textmodes/nroff-mode.el (nroff-view): New command.
7356 (nroff-mode-map): Bind it to C-c C-c.
7357
7358 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7359
7360 * emacs-lisp/smie.el (smie-down-list): New command.
7361
7362 Remove old indentation and navigation code on octave-mode.
7363 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
7364 smie-down-list rather than add a binding for octave-down-block.
7365 (octave-mark-block, octave-blink-matching-block-open):
7366 Rely on forward-sexp-function.
7367 (octave-fill-paragraph): Don't narrow, so you can use
7368 indent-according-to-mode.
7369 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
7370 (octave-in-block-p, octave-re-search-forward-kw)
7371 (octave-re-search-backward-kw, octave-indent-calculate)
7372 (octave-end-as-array-index-p, octave-block-end-offset)
7373 (octave-scan-blocks, octave-forward-block, octave-backward-block)
7374 (octave-down-block, octave-backward-up-block, octave-up-block)
7375 (octave-before-magic-comment-p, octave-indent-line): Remove.
7376
7377 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
7378
7379 * emacs-lisp/package.el (package--read-archive-file): Just use
7380 `read', to avoid copying an additional string.
7381 (package-menu-mode): Set header-line-format here.
7382 (package-menu-refresh, package-menu-revert): Signal an error if
7383 not in the Package Menu.
7384 (package-menu-package-list): New var.
7385 (package--generate-package-list): Operate on the current buffer;
7386 don't assume that it is *Packages*, since the user may rename it.
7387 Allow persistent package listings and sort keys using
7388 package-menu-package-list and package-menu-package-sort-key.
7389 (package-menu--version-predicate): Fix version calculation.
7390 (package-menu-sort-by-column): Don't select the window.
7391 (package--list-packages): Create the *Packages* buffer.
7392 Set package-menu-package-list-key.
7393 (list-packages): Sorting by status is now the default.
7394 (package-buffer-info): Use match-string-no-properties.
7395 (define-package): Add a &rest argument for future proofing, but
7396 don't use it yet.
7397 (package-install-from-buffer, package-install-buffer-internal):
7398 Merge into a single function, package-install-from-buffer.
7399 (package-install-file): Change caller.
7400
7401 * finder.el: Load finder-inf using `require'.
7402 (finder-list-matches): Sorting by status is now the default.
7403 (finder-compile-keywords): Simpify printing.
7404
7405 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7406
7407 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
7408 (octave-mode-map): Remove special bindings for forward/backward-block
7409 and octave-backward-up-block. Use smie-close-block.
7410 (octave-continuation-marker-regexp): New var.
7411 (octave-continuation-regexp): Use it.
7412 (octave-operator-table, octave-smie-op-levels)
7413 (octave-operator-regexp, octave-smie-indent-rules): New vars.
7414 (octave-smie-backward-token, octave-smie-forward-token): New funs.
7415 (octave-mode): Use SMIE.
7416 (octave-close-block): Delete.
7417
7418 2010-08-30 Eli Zaretskii <eliz@gnu.org>
7419
7420 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
7421 CLIPBOARD, not in PRIMARY. (Bug#6944)
7422
7423 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7424
7425 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
7426 a list of parents.
7427 (smie-indent-column): Allow indirection through variables.
7428
7429 * composite.el (save-buffer-state): Delete, unused.
7430 * font-lock.el (save-buffer-state): Use with-silent-modifications.
7431 (font-lock-default-fontify-region): Use with-syntax-table.
7432 * jit-lock.el (with-buffer-unmodified): Remove.
7433 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
7434
7435 Use `declare' in defmacros.
7436 * window.el (save-selected-window):
7437 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
7438 * progmodes/python.el (def-python-skeleton):
7439 * net/dbus.el (dbus-ignore-errors):
7440 * jka-cmpr-hook.el (with-auto-compression-mode):
7441 * international/mule.el (with-category-table):
7442 * emacs-lisp/timer.el (with-timeout):
7443 * emacs-lisp/lisp-mnt.el (lm-with-file):
7444 * emacs-lisp/eieio.el (with-slots):
7445 * emacs-lisp/easymenu.el (easy-menu-define):
7446 * emacs-lisp/debug.el (debugger-env-macro):
7447 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
7448 (Multiple-value-call, Multiple-value-prog1):
7449 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
7450 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
7451 edebug rule to definition.
7452 * emacs-lisp/lisp-mode.el (save-selected-window)
7453 (with-current-buffer, combine-after-change-calls)
7454 (with-output-to-string, with-temp-file, with-temp-buffer)
7455 (with-temp-message, with-syntax-table, read-if, eval-after-load)
7456 (dolist, dotimes, when, unless):
7457 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
7458
7459 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
7460
7461 * finder.el: Require `package'.
7462 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
7463 (finder-package-info): Var deleted.
7464 (finder-keywords-hash, finder--builtins-alist): New vars.
7465 (finder-compile-keywords): Compute package--builtins and
7466 finder-keywords-hash instead of finder-keywords-hash, respecting
7467 the "Package" header.
7468 (finder-unknown-keywords, finder-list-matches):
7469 Use finder-keywords-hash and package--list-packages.
7470 (finder-mode): Don't set font-lock-defaults.
7471 (finder-exit): We don't use "*Finder-package*" and "*Finder
7472 Category*" buffers anymore.
7473
7474 * emacs-lisp/package.el (package--builtins-base): Var deleted.
7475 (package--builtins): Set default value to nil.
7476 (package-initialize): Load precomputed value of package--builtins
7477 from finder-inf.el.
7478 (package-alist, package-compute-transaction)
7479 (package-download-transaction): Improve docstring.
7480 (package-read-all-archive-contents): Do not change
7481 package--builtins here.
7482 (list-packages): Make package-list-packages an alias for this.
7483 Sort by status by default.
7484 (package--list-packages): Add optional PACKAGES arg.
7485 (describe-package-1): Use font-lock-face property. For built-in
7486 packages, insert file commentary.
7487 (package--generate-package-list): Rename from
7488 package-list-packages-internal; all callers changed. Add optional
7489 PACKAGES arg. Add alphabetical sort fallbacks.
7490 (package-menu--version-predicate, package-menu--status-predicate)
7491 (package-menu--description-predicate)
7492 (package-menu--name-predicate): New functions.
7493
7494 * info.el (Info-finder-find-node): Search package-alist instead of
7495 finder-package-info.
7496
7497 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
7498
7499 * subr.el (version-regexp-alist): Don't use "a" and "b" for
7500 "alpha" and "beta".
7501 (version-to-list): Handle versions like "10.3d".
7502
7503 2010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7504
7505 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
7506 (macroexp-accumulate): Use `declare'.
7507
7508 2010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7509
7510 * whitespace.el (whitespace-style): Adjust type declaration.
7511
7512 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
7513
7514 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
7515
7516 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
7517
7518 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
7519 (Bug#6907).
7520
7521 2010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
7522
7523 * progmodes/js.el: Make indentation more customizable (Bug#6914).
7524 (js-paren-indent-offset, js-square-indent-offset)
7525 (js-curly-indent-offset): New options.
7526 (js--proper-indentation): Use them.
7527
7528 2010-08-26 Daniel Colascione <dan.colascione@gmail.com>
7529
7530 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
7531 instead of inspecting font-lock properties (Bug#6916).
7532
7533 2010-08-26 David Reitter <david.reitter@gmail.com>
7534
7535 * server.el (server-visit-files): Run pre-command-hook and
7536 post-command-hook for each buffer while it is current (Bug#6910).
7537 (server-execute): Do not run hooks here.
7538
7539 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
7540
7541 Sync with Tramp 2.1.19.
7542
7543 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Protect
7544 deleting tmpfile.
7545 (tramp-gvfs-maybe-open-connection): Use `tramp-compat-funcall'.
7546
7547 * net/tramp.el (tramp-handle-expand-file-name)
7548 (tramp-completion-handle-file-name-all-completions)
7549 (tramp-completion-handle-file-name-completion):
7550 Use `tramp-connectable-p'.
7551
7552 * net/trampver.el: Update release number.
7553
7554 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
7555
7556 * help.el (help-map): Bind `C-h P' to describe-package.
7557
7558 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
7559
7560 * emacs-lisp/package.el (package-refresh-contents): Catch errors
7561 when downloading archives.
7562 (describe-package-1): Add package commentary.
7563 (package-install-button-action): New function.
7564 (package-menu-mode-map): Bind ? to package-menu-describe-package.
7565 (package-menu-view-commentary): Function removed.
7566 (package-list-packages-internal): Hide the `package' package too.
7567
7568 2010-08-25 Kenichi Handa <handa@m17n.org>
7569
7570 * language/misc-lang.el ("Arabic"): New language environment.
7571 Setup composition-function-table for Arabic characters.
7572
7573 * international/fontset.el (setup-default-fontset): Fix typo for
7574 arabic OTF spec (fini->fina).
7575
7576 2010-08-25 Jan Djärv <jan.h.d@swipnet.se>
7577
7578 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
7579 on all frames.
7580
7581 2010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7582
7583 * whitespace.el: Allow cleaning up blanks without blank
7584 visualization (Bug#6651). Adjust help window for
7585 whitespace-toggle-options (Bug#6479). Allow to use fill-column
7586 instead of whitespace-line-column (from EmacsWiki). New version
7587 13.1.
7588 (whitespace-style): Add new value 'face. Adjust docstring.
7589 (whitespace-space, whitespace-hspace, whitespace-tab):
7590 Adjust foreground property face.
7591 (whitespace-line-column): Adjust docstring and type declaration.
7592 (whitespace-style-value-list, whitespace-toggle-option-alist)
7593 (whitespace-help-text): Adjust const initialization.
7594 (whitespace-toggle-options, global-whitespace-toggle-options):
7595 Adjust docstring.
7596 (whitespace-display-window, whitespace-interactive-char)
7597 (whitespace-style-face-p, whitespace-color-on): Adjust code.
7598 (whitespace-help-scroll): New fun.
7599
7600 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
7601
7602 * emacs-lisp/package.el (list-packages): Alias for
7603 package-list-packages.
7604
7605 2010-08-24 Kevin Ryde <user42@zip.com.au>
7606
7607 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
7608 (Bug#5651).
7609
7610 * progmodes/ruby-mode.el (ruby): Add defgroup.
7611
7612 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
7613
7614 * progmodes/python.el: Add Ipython support (Bug#5390).
7615 (python-shell-prompt-alist)
7616 (python-shell-continuation-prompt-alist): New options.
7617 (python--set-prompt-regexp): New function.
7618 (inferior-python-mode, run-python, python-shell):
7619 Require ansi-color. Use python--set-prompt-regexp to set the comint
7620 prompt based on the Python interpreter.
7621 (python--prompt-regexp): New var.
7622 (python-check-comint-prompt)
7623 (python-comint-output-filter-function): Use it.
7624 (run-python): Use a pipe (Bug#5694).
7625
7626 2010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
7627
7628 * progmodes/python.el (python-send-region): Send a different
7629 Python command if Ipython is in use.
7630 (python-check-version): Use a Python command to find the version.
7631
7632 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
7633
7634 * mouse.el (mouse-yank-primary): Avoid setting primary when
7635 deactivating the mark (Bug#6872).
7636
7637 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
7638
7639 * progmodes/python.el (python-block-pairs): Allow use of "finally"
7640 with "else" (Bug#3991).
7641
7642 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
7643
7644 * net/dbus.el: Accept UNIX domain sockets as bus address.
7645 (top): Don't initialize `dbus-registered-objects-table' anymore,
7646 this is done in dbusbind,c.
7647 (dbus-check-event): Adapt test for bus.
7648 (dbus-return-values-table, dbus-unregister-service)
7649 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
7650 Adapt doc string.
7651
7652 2010-08-23 Juanma Barranquero <lekktu@gmail.com>
7653
7654 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
7655
7656 2010-08-22 Juri Linkov <juri@jurta.org>
7657
7658 * simple.el (read-extended-command): New function with the logic
7659 for `completing-read' moved to Elisp from `execute-extended-command'.
7660 Use `function-called-at-point' in `minibuffer-default-add-function'
7661 to get a command name for M-n (bug#5364, bug#5214).
7662
7663 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
7664
7665 * startup.el (command-line-1): Issue warning for ignored arguments
7666 --unibyte, etc (Bug#6886).
7667
7668 2010-08-22 Leo <sdl.web@gmail.com>
7669
7670 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
7671 (ignore, bright, dim, keyword): Split list of nicknames before
7672 passing to rcirc-add-or-remove (Bug#6894).
7673
7674 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
7675
7676 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
7677
7678 2010-08-22 Leo <sdl.web@gmail.com>
7679
7680 Fix buffer-list rename&refresh after killing a buffer in ido.
7681 * ido.el: Revert Óscar's.
7682 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
7683 Remember the buffers at head, rather than their name.
7684 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
7685
7686 2010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
7687 Stefan Monnier <monnier@iro.umontreal.ca>
7688
7689 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
7690 extra backslash added to each line (bug#6890).
7691
7692 2010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
7693
7694 * subr.el (read-key): Don't echo keystrokes (bug#6883).
7695
7696 2010-08-22 Glenn Morris <rgm@gnu.org>
7697
7698 * menu-bar.el (menu-bar-games-menu): Add landmark.
7699
7700 2010-08-22 Glenn Morris <rgm@gnu.org>
7701
7702 * align.el (align-regexp): Make group and spacing arguments
7703 use the interactive defaults when non-interactive. (Bug#6698)
7704
7705 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
7706 expansion, so as not to need sendmail.
7707 (mail-text-start): Remove declaration.
7708 (rmail-retry-failure): Require sendmail.
7709
7710 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
7711
7712 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
7713
7714 2010-08-22 Michael Albinus <michael.albinus@gmx.de>
7715
7716 * progmodes/flymake.el (flymake-start-syntax-check-process):
7717 Use `start-file-process' in order to let it run also on remote hosts.
7718
7719 2010-08-22 Kenichi Handa <handa@m17n.org>
7720
7721 * files.el: Add `word-wrap' as safe local variable.
7722
7723 2010-08-22 Glenn Morris <rgm@gnu.org>
7724
7725 * woman.el (woman-translate): Case matters. (Bug#6849)
7726
7727 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
7728
7729 * simple.el (kill-region): Doc fix (Bug#6787).
7730
7731 2010-08-22 Glenn Morris <rgm@gnu.org>
7732
7733 * calendar/diary-lib.el (diary-header-line-format):
7734 Fit it to the window, not the frame.
7735
7736 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
7737
7738 * subr.el (ignore-errors): Add debug declaration.
7739
7740 2010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
7741
7742 * whitespace.el (whitespace-color-off): Remove post-command-hook
7743 locally.
7744
7745 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
7746
7747 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
7748
7749 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
7750
7751 * cus-edit.el (custom-group-value-create): Add extra newline
7752 before end line (Bug#6876).
7753
7754 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
7755
7756 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
7757 when extending it. Before killing on the second click, check if
7758 the buffer is the correct one. Doc fix.
7759 (mouse-secondary-save-then-kill): Allow usage without first
7760 calling mouse-start-secondary, by defaulting to point. Don't save
7761 an empty secondary selection. Doc fix.
7762
7763 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7764
7765 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
7766 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
7767 New version 13.0.
7768 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7769 Adjust initialization.
7770 (whitespace-bob-marker, whitespace-eob-marker)
7771 (whitespace-buffer-changed): New vars.
7772 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
7773 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
7774 (whitespace-post-command-hook, whitespace-display-char-on):
7775 Adjust code.
7776 (whitespace-looking-back, whitespace-buffer-changed): New funs.
7777 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
7778
7779 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
7780
7781 * files.el (locate-file-completion-table): Only list the .el and .elc
7782 extensions if there's no other choice (bug#5955).
7783
7784 * facemenu.el (facemenu-self-insert-data): New var.
7785 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
7786 New functions.
7787 (facemenu-add-face): Use them.
7788
7789 * simple.el (blink-matching-open): Obey forward-sexp-function.
7790
7791 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
7792
7793 * simple.el (prog-mode-map): New var.
7794 (prog-indent-sexp): New command.
7795
7796 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
7797
7798 * progmodes/prolog.el (smie): Require.
7799
7800 * emacs-lisp/smie.el (smie-default-backward-token)
7801 (smie-default-forward-token): Strip properties.
7802 (smie-next-sexp): Be more careful with associative operators.
7803 (smie-forward-sexp-command): Generalize.
7804 (smie-backward-sexp-command): Simplify.
7805 (smie-closer-alist): New var.
7806 (smie-close-block): New command.
7807 (smie-indent-debug-log): New var.
7808 (smie-indent-offset-rule): Add a few more cases.
7809 (smie-indent-column): New function.
7810 (smie-indent-after-keyword): Use it.
7811 (smie-indent-keyword): Use it.
7812 Fix up the opener code's point position.
7813 (smie-indent-comment): Only applies at BOL.
7814 (smie-indent-debug): New command.
7815
7816 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
7817 declarations that are useful before running the macro.
7818
7819 2010-08-18 Joakim Verona <joakim@verona.se>
7820
7821 * image.el (imagemagick-types-inhibit): New variable.
7822 (imagemagick-register-types): New function.
7823 * image-mode.el (image-transform-properties): New function.
7824 (image-transform-set-scale, image-transform-fit-to-height)
7825 (image-transform-set-rotation, image-transform-set-resize)
7826 (image-transform-fit-to-width, image-transform-fit-to-height):
7827 New functions.
7828 (image-toggle-display-image): Support image transforms.
7829
7830 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
7831
7832 * image.el (create-animated-image): Don't add heuristic mask to image
7833 (Bug#6839).
7834
7835 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
7836
7837 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
7838 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
7839
7840 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
7841
7842 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
7843
7844 Font-lock '...' strings, plus various simplifications and fixes.
7845 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
7846 (octave-font-lock-close-quotes): New function.
7847 (octave-font-lock-syntactic-keywords): New var.
7848 (octave-mode): Use it. Set beginning-of-defun-function.
7849 (octave-mode-map): Don't override the <foo>-defun commands.
7850 (octave-mode-menu): Pass it directly to easy-menu-define;
7851 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
7852 (octave-block-match-alist): Fix up last change so that
7853 octave-close-block uses the more specific keyword.
7854 (info-lookup-mode): Silence byte-compiler.
7855 (octave-beginning-of-defun): Not interactive any more.
7856 Optimize slightly.
7857 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
7858 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
7859 (octave-completion-at-point-function): Make sure point is within
7860 beg..end.
7861 (octave-reindent-then-newline-and-indent):
7862 Use reindent-then-newline-and-indent.
7863 (octave-add-octave-menu): Remove.
7864
7865 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
7866
7867 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
7868 (report-emacs-bug-can-use-xdg-email): New functions.
7869 (report-emacs-bug): Set can-xdg-email to result of
7870 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
7871 \C-cm to report-emacs-bug-insert-to-mailer and add help text
7872 about it.
7873
7874 * net/browse-url.el (browse-url-default-browser): Add cond
7875 for browse-url-xdg-open.
7876 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
7877
7878 2010-08-17 Glenn Morris <rgm@gnu.org>
7879
7880 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
7881 (c-fontify-recorded-types-and-refs): Define for compiler.
7882 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
7883 before use.
7884
7885 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
7886 Fix format call.
7887
7888 2010-08-17 Michael Albinus <michael.albinus@gmx.de>
7889
7890 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
7891 properties.
7892 (tramp-handle-process-file): Call the program in a subshell, in
7893 order to preserve working directory.
7894 (tramp-action-password): Hide password prompt before next run.
7895 (tramp-process-actions): Widen connection buffer for the trace.
7896
7897 2010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
7898
7899 * net/rcirc.el (rcirc-log-process-buffers): New option.
7900 (rcirc-print): Use it.
7901 (rcirc-generate-log-filename): New function.
7902 (rcirc-log-filename-function): Change default to
7903 rcirc-generate-log-filename (Bug#6828).
7904
7905 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
7906
7907 * simple.el (deactivate-mark): If select-active-regions is `only',
7908 only set selection for temporarily active regions.
7909
7910 * cus-start.el: Change defcustom for select-active-regions.
7911
7912 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
7913
7914 * mouse.el (mouse--drag-set-mark-and-point): New function.
7915 (mouse-drag-track): Use LOCATION arg to push-mark.
7916 Use mouse--drag-set-mark-and-point to take click-count into
7917 consideration when updating point and mark (Bug#6840).
7918
7919 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
7920
7921 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7922 Give the Ruby rule a lower priority than Gnu (Bug#6778).
7923
7924 2010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
7925
7926 * font-lock.el (lisp-font-lock-keywords-2):
7927 Add combine-after-change-calls, condition-case-no-debug,
7928 with-demoted-errors, and with-silent-modifications (Bug#6025).
7929
7930 2010-08-14 Kevin Ryde <user42@zip.com.au>
7931
7932 * emacs-lisp/copyright.el (copyright-update-year)
7933 (copyright-update): Temporary switch-to-buffer to ensure the
7934 buffer change being queried is visible (Bug#5394).
7935
7936 2010-08-14 Tom Tromey <tromey@redhat.com>
7937
7938 * progmodes/etags.el (tags-file-name): Mark safe if stringp
7939 (Bug#6733).
7940
7941 2010-08-14 Eli Zaretskii <eliz@gnu.org>
7942
7943 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
7944 MS-DOS. (Bug#6689)
7945
7946 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
7947
7948 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
7949 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
7950 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
7951 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
7952 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
7953 Call menu-bar-set-tool-bar-position.
7954
7955 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
7956
7957 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
7958 comment style (bug#6834).
7959 * progmodes/scheme.el (scheme-mode-syntax-table):
7960 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
7961 "b" flag in "' 14b" syntax.
7962
7963 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
7964 for (un)commenting the region and performing completion.
7965 (octave-mode-menu): Use standard commands for help and completion.
7966 (octave-mode-syntax-table): Support %{..%} comments (sort of).
7967 (octave-mode): Use define-derived-mode.
7968 Set completion-at-point-functions and don't set columns.
7969 Don't disable adaptive-fill-regexp.
7970 (octave-describe-major-mode, octave-comment-region)
7971 (octave-uncomment-region, octave-comment-indent)
7972 (octave-indent-for-comment): Remove.
7973 (octave-indent-calculate): Rename from calculate-octave-indent.
7974 (octave-indent-line, octave-fill-paragraph): Update caller.
7975 (octave-initialize-completions): No need to make an alist.
7976 (octave-completion-at-point-function): New function.
7977 (octave-complete-symbol): Use it.
7978 (octave-insert-defun): Use define-skeleton.
7979
7980 * progmodes/octave-mod.el (octave-mode): Set comment-add.
7981 (octave-mode-map): Use comment-dwim (bug#6829).
7982
7983 2010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
7984
7985 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
7986 indentation of inserted comment.
7987
7988 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
7989
7990 * faces.el (region): Add type gtk that uses gtk colors.
7991
7992 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
7993 Handle theme-name change.
7994
7995 2010-08-10 Michael R. Mauger <mmaug@yahoo.com>
7996
7997 * progmodes/sql.el: Version 2.5
7998 (sql-product-alist): Add :prompt-cont-regexp property for several
7999 database products.
8000 (sql-prompt-cont-regexp): New variable.
8001 (sql-output-newline-count, sql-output-by-send):
8002 New variables. Record number of newlines in input text.
8003 (sql-send-string): Handle multiple filters and count newlines.
8004 (sql-send-magic-terminator): Count terminator newline.
8005 (sql-interactive-remove-continuation-prompt): Filters output to
8006 remove continuation prompts; one for each newline.
8007 (sql-interactive-mode): Set up new variables, prompt regexp and
8008 output filter.
8009 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
8010 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
8011
8012 2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8013
8014 * emacs-lisp/pcase.el: New file.
8015
8016 2010-08-10 Michael Albinus <michael.albinus@gmx.de>
8017
8018 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
8019 as here-document, otherwise the command could exceed maximum
8020 length of command line.
8021 (tramp-handle-vc-registered): Call script accordingly.
8022 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
8023
8024 2010-08-10 Kenichi Handa <handa@m17n.org>
8025
8026 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
8027 composable pattern.
8028
8029 2010-08-09 Chong Yidong <cyd@stupidchicken.com>
8030
8031 * emacs-lisp/package.el (package-version-split)
8032 (package--version-first-nonzero, package-version-compare):
8033 Functions removed.
8034 (package-directory-list, package-load-all-descriptors)
8035 (package--built-in, package-activate, define-package)
8036 (package-installed-p, package-compute-transaction)
8037 (package-read-all-archive-contents)
8038 (package--add-to-archive-contents, package-buffer-info)
8039 (package-tar-file-info, package-list-packages-internal):
8040 Use version-to-list and version-list-*.
8041
8042 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8043 Use version-to-list.
8044 (package-upload-buffer-internal): Use version-list-<=.
8045
8046 2010-08-09 Kenichi Handa <handa@m17n.org>
8047
8048 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
8049 composable pattern.
8050
8051 2010-08-08 Chong Yidong <cyd@stupidchicken.com>
8052
8053 * tutorial.el (tutorial--default-keys): C-d is now bound to
8054 delete-forward-char (Bug#6826).
8055
8056 * mouse.el (mouse-drag-track): Remove accidentally-removed check
8057 for `double' value of mouse-1-click-follows-link (Bug#6807).
8058
8059 2010-08-08 Johan Bockgård <bojohan@gnu.org>
8060
8061 * replace.el (replace-highlight): Bind isearch-forward and
8062 isearch-error, ensuring that highlighting is updated if the user
8063 switches the search direction (Bug#6808).
8064
8065 * isearch.el (isearch-lazy-highlight-forward): New var.
8066 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8067 (isearch-lazy-highlight-update): Use it.
8068
8069 2010-08-08 Kenichi Handa <handa@m17n.org>
8070
8071 * international/mule.el (define-charset): Store NAME as :base property.
8072 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
8073 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
8074 current priority. Force using the designation of the specific
8075 charset by adding `charset' text property. Improve the whole algorithm.
8076
8077 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8078
8079 * emulation/pc-select.el (pc-selection-mode-hook)
8080 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
8081 (pc-selection-mode): Fix typos in docstrings.
8082
8083 2010-08-08 Kenichi Handa <handa@m17n.org>
8084
8085 * language/cyrillic.el: Don't add "microsoft-cp1251" to
8086 ctext-non-standard-encodings-alist here.
8087
8088 * international/mule.el (ctext-non-standard-encodings-alist):
8089 Add "koi8-r" and "microsoft-cp1251".
8090 (ctext-standard-encodings): New variable.
8091 (ctext-non-standard-encodings-table): List only elements for
8092 non-standard encodings.
8093 (ctext-pre-write-conversion): Adjust for the above change.
8094 Check ctext-standard-encodings.
8095
8096 * international/mule-conf.el (compound-text): Doc fix.
8097 (ctext-no-compositions): Doc fix.
8098 (compound-text-with-extensions): Doc fix.
8099
8100 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8101
8102 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
8103
8104 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8105
8106 * progmodes/which-func.el (which-func-format): Split help-echo text
8107 into lines, like other mode-line tooltips.
8108
8109 * server.el (server-start): When using TCP sockets, force IPv4
8110 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
8111
8112 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8113
8114 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
8115
8116 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8117
8118 * term.el (term-delimiter-argument-list): Reflow docstring.
8119 (term-read-input-ring, term-write-input-ring, term-send-input)
8120 (term-bol, term-erase-in-display, serial-supported-or-barf):
8121 Fix typos in docstrings.
8122
8123 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8124
8125 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
8126
8127 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8128
8129 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
8130
8131 2010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
8132
8133 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
8134 Fix typo in docstring (bug#6747).
8135
8136 2010-08-08 Leo <sdl.web@gmail.com>
8137
8138 * eshell/esh-io.el (eshell-get-target): Better detection of
8139 read-only file (Bug#6762).
8140
8141 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8142
8143 * align.el (align-default-spacing): Doc fix.
8144 (align-region-heuristic, align-regexp): Fix typos in docstrings.
8145
8146 2010-08-08 Stephen Peters <speters@itasoftware.com>
8147
8148 * calendar/icalendar.el
8149 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
8150 (icalendar--get-weekday-numbers): New.
8151 (icalendar--convert-recurring-to-diary): Handle multiple byday
8152 values in weekly rules. (Bug#6766)
8153
8154 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
8155
8156 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
8157 (icalendar--create-uid, icalendar-export-region)
8158 (icalendar--parse-summary-and-rest): Code formatting.
8159
8160 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
8161
8162 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
8163 to italicize headers.
8164 (calc-highlight-selections-with-faces): New variable.
8165 (calc-selected-face, calc-nonselected-face): New faces.
8166
8167 * calc/calccomp.el (math-comp-highlight-string): Use
8168 `calc-highlight-selections-with-faces' to determine how to highlight
8169 sub-formulas.
8170
8171 * calc/calc-sel.el (calc-show-selections): Change message to when
8172 using faces to highlight selections.
8173
8174 2010-08-07 Michael R. Mauger <mmaug@yahoo.com>
8175
8176 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
8177 Add SQLite 3 keywords, functions and datatypes.
8178 (sql-interactive-mode): Remove `comint-process-echoes' set to t
8179 (Bug#6686).
8180
8181 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
8182
8183 * simple.el (select-active-regions): Move to keyboard.c.
8184 (deactivate-mark): Used saved-region-selection.
8185 (select-active-region): Function removed.
8186 (activate-mark, set-mark, push-mark-command)
8187 (handle-shift-selection): Don't call it.
8188 (keyboard-quit): Avoid adding the region to the window selection.
8189
8190 * mouse.el (mouse-drag-track): Remove hacks to deal with old
8191 select-active-regions implementation.
8192 (mouse-yank-at-click): Doc fix.
8193
8194 * cus-start.el: Add custom declaration for select-active-regions.
8195
8196 2010-08-07 Eli Zaretskii <eliz@gnu.org>
8197
8198 * simple.el (delete-forward-char): Doc fix.
8199
8200 * tutorial.el (help-with-tutorial): Hack safe file-local variables
8201 after reading the tutorial.
8202
8203 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
8204
8205 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
8206 Fix for the case that a C style comment has its delimiters alone on
8207 their respective lines.
8208
8209 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
8210
8211 * net/tramp.el (tramp-handle-start-file-process): Set connection
8212 property "vec".
8213 (tramp-process-sentinel): Use it for flushing the cache.
8214 We cannot do it via the process buffer, the buffer could be deleted
8215 already when running the sentinel.
8216
8217 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
8218
8219 * comint.el (comint-mode): Make directory tracking functions
8220 functional on remote files. (Bug#6764)
8221
8222 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
8223
8224 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
8225
8226 2010-08-05 Eli Zaretskii <eliz@gnu.org>
8227
8228 * emacs-lisp/find-gc.el (find-gc-source-files):
8229 Rename unexec.c => unexcoff.c.
8230
8231 * emacs-lisp/authors.el (authors-fixed-entries):
8232 Rename unexec.c => unexcoff.c.
8233
8234 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
8235
8236 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
8237 cache, not only file cache.
8238 (tramp-process-sentinel): New defun.
8239 (tramp-handle-start-file-process): Use it, in order to invalidate
8240 file caches.
8241
8242 2010-08-03 Leo <sdl.web@gmail.com>
8243
8244 * server.el (server-start): Simplify loop.
8245
8246 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
8247
8248 * frame.el (screen-height, screen-width, set-screen-width)
8249 (set-screen-height): Remove ancient compatibility aliases.
8250
8251 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
8252 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
8253
8254 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
8255 that change current buffer.
8256
8257 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8258
8259 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
8260 beginning of the string. Use `string-match-p'. (Bug#6765)
8261
8262 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
8263
8264 * cus-start.el (x-gtk-use-system-tooltips): New variable.
8265
8266 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
8267
8268 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
8269 (package--builtins): Tweak descriptions.
8270 (package-print-package): Upcase descriptions if necessary.
8271 Show all built-in packages in font-lock-builtin-face.
8272 (package-list-packages-internal): Omit "emacs" package.
8273 Show status of built-in packages as "built-in".
8274
8275 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
8276
8277 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
8278 before killing to preserve the primary selection (Bug#6701).
8279
8280 * term/x-win.el (x-select-text): Doc fix.
8281
8282 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
8283
8284 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
8285 (objc-font-lock-extra-types):
8286 * progmodes/cc-mode.el (c-basic-common-init):
8287 * progmodes/cc-langs.el (c-make-mode-syntax-table)
8288 (c++-make-template-syntax-table)
8289 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
8290 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
8291 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
8292 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
8293 * progmodes/cc-fonts.el (c-make-inverse-face)
8294 (c-basic-matchers-after):
8295 * progmodes/cc-engine.el (c-forward-keyword-clause)
8296 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
8297 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
8298 (c-guess-continued-construct, c-guess-basic-syntax):
8299 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
8300 The above functions were modified or created.
8301
8302 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
8303
8304 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
8305
8306 2010-07-31 Eli Zaretskii <eliz@gnu.org>
8307
8308 * files.el (bidi-paragraph-direction): Define safe local values.
8309
8310 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
8311 language-info-alist. Remove outdated FIXME in a comment.
8312
8313 2010-07-31 Alan Mackenzie <acm@muc.de>
8314
8315 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
8316 Auto-fill broken in C/C++ modes.
8317
8318 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
8319
8320 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8321 (menu-bar-showhide-tool-bar-menu-customize-disable)
8322 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
8323 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
8324 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
8325 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
8326 make a menu for Options => toolbar that can move it.
8327
8328 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
8329
8330 * emacs-lisp/package-x.el (package--make-rss-entry):
8331 (package-maint-add-news-item, package--update-news)
8332 (package-upload-buffer-internal): New arg ARCHIVE-URL.
8333
8334 * emacs-lisp/package.el (package-archive-url): Rename from
8335 package-archive-id.
8336 (package-install): Doc fix.
8337 (package-download-single, package-download-tar, package-install)
8338 (package-menu-view-commentary): Callers changed.
8339
8340 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
8341
8342 * net/tramp.el (tramp-handle-start-file-process): Check only for
8343 `remote-tty' process property.
8344 (tramp-open-shell): Don't check for tty.
8345 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
8346 process property.
8347
8348 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
8349 host.
8350
8351 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
8352
8353 * emacs-lisp/package.el (package-load-list, package-archives)
8354 (package-archive-contents, package-user-dir)
8355 (package-directory-list, package--builtins, package-alist)
8356 (package-activated-list, package-obsolete-alist): Mark as risky.
8357
8358 2010-07-28 Phil Hagelberg <phil@evri.com>
8359
8360 Add support for non-default package repositories.
8361 * emacs-lisp/package.el (package-archive-base): Var deleted.
8362 (package-archives): New variable.
8363 (package-archive-contents): Doc fix.
8364 (package-load-descriptor): Do nothing if descriptor file is missing.
8365 (package--write-file-no-coding): New function.
8366 (package-unpack-single): Use it.
8367 (package-archive-id): New function.
8368 (package-download-single, package-download-tar)
8369 (package-menu-view-commentary): Use it.
8370 (package-installed-p): Make second argument optional.
8371 (package-read-all-archive-contents): New function.
8372 (package-initialize): Use it.
8373 (package-read-archive-contents): Add ARCHIVE argument.
8374 (package--add-to-archive-contents): New function.
8375 (package-install): Don't call package-read-archive-contents.
8376 (package--download-one-archive): Store archive file in a
8377 subdirectory of package-user-dir.
8378 (package-menu-execute): Remove spurious line movement.
8379
8380 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
8381
8382 * cus-start.el (tool-bar-style): Add text-image-horiz.
8383
8384 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
8385
8386 * progmodes/gud.el (gud-common-init): Check for remoteness of
8387 `file', and not of `default-directory'.
8388
8389 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
8390
8391 * net/tramp.el (tramp-methods): Move hostname to the end in all
8392 ssh `tramp-login-args'.
8393 (tramp-verbose): Describe verbose level 9.
8394 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
8395 (tramp-open-connection-setup-interactive-shell): Trace stty
8396 settings if `tramp-verbose' >= 9.
8397 (tramp-handle-start-file-process): Implement tty setting.
8398 (Bug#4604, Bug#6360)
8399
8400 * net/tramp-cmds.el (tramp-bug): Recommend setting of
8401 `tramp-verbose' to 9.
8402
8403 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
8404
8405 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
8406 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
8407 Remove references to package `lisp-re' (bug#4369).
8408
8409 2010-07-27 Tom Tromey <tromey@redhat.com>
8410
8411 * progmodes/js.el (js-mode):
8412 * progmodes/make-mode.el (makefile-mode):
8413 * progmodes/simula.el (simula-mode):
8414 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
8415
8416 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
8417
8418 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
8419
8420 * time.el (display-time-day-and-date): Remove spurious * in docstring.
8421 (display-time-world-buffer-name, display-time-world-mode-map):
8422 Fix typos in docstrings.
8423
8424 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
8425
8426 * image-mode.el (image-display-size): New function.
8427 (image-forward-hscroll, image-next-line, image-eol, image-eob)
8428 (image-mode-fit-frame): Use it (Bug#6639).
8429
8430 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
8431
8432 * dired.el (dired-buffers-for-dir): Handle list values of
8433 dired-directory (Bug#6636).
8434
8435 2010-07-26 Sam Steingold <sds@gnu.org>
8436
8437 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
8438 Do not call `x-get-selection' the second time, reuse the value.
8439
8440 2010-07-26 Daiki Ueno <ueno@unixuser.org>
8441
8442 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
8443 which consist of control chars only. Suggested by Richard Stallman.
8444
8445 2010-07-25 Daiki Ueno <ueno@unixuser.org>
8446
8447 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
8448 exists before passing an error to find-file-not-found-functions
8449 (bug#6723).
8450
8451 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
8452
8453 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
8454 Remove leading nil element, adjust values.
8455 (tetris-shapes, tetris-shape-scores):
8456 Change representation of shapes and remove some redundancy.
8457 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
8458 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
8459 Adjust for working with new representation of shapes.
8460 (tetris-shape-rotations): New function.
8461 (tetris-move-bottom, tetris-move-left, tetris-move-right)
8462 (tetris-rotate-prev, tetris-rotate-next):
8463 Adjust for working with the new version of tetris-test-shape.
8464
8465 2010-07-23 Markus Triska <markus.triska@gmx.at>
8466
8467 * progmodes/ps-mode.el: Use comint (bug#5954).
8468 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
8469 (ps-mode-other-newline): Simplify.
8470 (ps-run-mode): Derive from comint-mode instead of
8471 fundamental-mode, yielding input history etc.
8472 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
8473 (ps-run-send-string): Adapt for comint-mode.
8474 (ps-run-newline): Remove now unneeded function.
8475
8476 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
8477
8478 * net/tramp.el (tramp-methods): Move hostname to the end in all
8479 plink `tramp-login-args'.
8480
8481 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
8482
8483 * net/tramp.el (tramp-open-shell): New defun.
8484 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8485 Use it.
8486
8487 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
8488
8489 * net/tramp.el (tramp-file-name-regexp-unified)
8490 (tramp-completion-file-name-regexp-unified): On W32 systems, do
8491 not regard the volume letter as remote filename. (Bug#5447)
8492
8493 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
8494
8495 * custom.el (custom-declare-variable): Give a clearer error message
8496 when the docstring is missing (bug#6476).
8497
8498 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
8499
8500 * progmodes/sql.el: Version 2.4. Improved Login prompting.
8501 (sql-login-params): New widget definition.
8502 (sql-oracle-login-params, sql-mysql-login-params)
8503 (sql-solid-login-params, sql-sybase-login-params)
8504 (sql-informix-login-params, sql-ingres-login-params)
8505 (sql-ms-login-params, sql-postgres-login-params)
8506 (sql-interbase-login-params, sql-db2-login-params)
8507 (sql-linter-login-params): Use it.
8508 (sql-sqlite-login-params): Use it; Define "database" parameter as
8509 a file name.
8510 (sql-sqlite-program): Change to "sqlite3".
8511 (sql-comint-sqlite): Make sure database name is complete.
8512 (sql-for-each-login): New function.
8513 (sql-connect, sql-save-connection): Use it.
8514 (sql-get-login-ext): New function.
8515 (sql-get-login): Use it.
8516 (sql-make-alternate-buffer-name): Handle :file parameters.
8517
8518 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
8519
8520 * dired.el (dired-no-confirm): Document value t and fix defcustom to
8521 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
8522
8523 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
8524
8525 * dired.el (dired-mode-map): Use command remapping (bug#6632).
8526
8527 2010-07-22 Lawrence Mitchell <wence@gmx.li>
8528
8529 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
8530
8531 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
8532
8533 * net/tramp.el (tramp-get-ls-command)
8534 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
8535 instead of "/".
8536
8537 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
8538
8539 * progmodes/sql.el: Version 2.3.
8540 (sql-connection-alist): Change keys from symbols to strings;
8541 enhanced the widget definition.
8542 (sql-mode-menu): Add submenu to select connections.
8543 (sql-interactive-mode-menu): Add "Save Connection" item.
8544 (sql-add-product): Fix menu item.
8545 (sql-get-product-feature): Improved error handling.
8546 (sql--alt-buffer-part, sql--alt-if-not-empty): Remove.
8547 (sql-make-alternate-buffer-name): Simplified.
8548 (sql-product-interactive): Handle missing product.
8549 (sql-connect): Support string keys, minor improvements.
8550 (sql-save-connection): New function.
8551 (sql-connection-menu-filter): New function.
8552
8553 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
8554
8555 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
8556 (tramp-open-connection-setup-interactive-shell):
8557 Apply workaround for IRIX64 bug. Move argument of last
8558 `tramp-send-command' where it belongs to.
8559
8560 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
8561
8562 * net/tramp.el (tramp-perl-file-attributes)
8563 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
8564 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
8565 front of `login-args'.
8566
8567 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
8568
8569 * time.el (display-time-world-mode): Define with `define-derived-mode'.
8570 Set `show-trailing-whitespace' to nil.
8571 (display-time-world-display): Simplify.
8572
8573 2010-07-18 Alan Mackenzie <acm@muc.de>
8574
8575 Enhance `c-file-style' in file/directory local variables.
8576 * progmodes/cc-mode.el (c-count-cfss): New function.
8577 (c-before-hack-hook): Call `c-set-style' differently according to
8578 whether c-file-style was set in file or directory local
8579 variables.
8580
8581 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
8582
8583 * progmodes/sql.el: Version 2.2.
8584 (sql-product, sql-user, sql-database, sql-server, sql-port):
8585 Use defcustom :safe keyword rather than putting safe-local-variable
8586 property.
8587 (sql-password): Use defcustom :risky keyword rather than putting
8588 risky-local-variable property.
8589 (sql-oracle-login-params, sql-sqlite-login-params)
8590 (sql-solid-login-params, sql-sybase-login-params)
8591 (sql-informix-login-params, sql-ingres-login-params)
8592 (sql-ms-login-params, sql-postgres-login-params)
8593 (sql-interbase-login-params, sql-db2-login-params)
8594 (sql-linter-login-params): Add `port' option.
8595 (sql-get-product-feature): Add NO-INDIRECT parameter.
8596 (sql-comint-oracle, sql-comint-sybase)
8597 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
8598 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
8599 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
8600 (sql-comint-linter): Rename sql-connect-* functions to
8601 sql-comint-*.
8602 (sql-product-alist, sql-mode-menu): Rename as above and
8603 :sqli-connect-func to :sqli-comint-func.
8604 (sql-connection): New variable.
8605 (sql-interactive-mode): Set it.
8606 (sql-connection-alist): New variable.
8607 (sql-connect): New function.
8608 (sql--alt-buffer-part, sql--alt-if-not-empty)
8609 (sql-make-alternate-buffer-name): Improved alternative buffer name.
8610
8611 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8612
8613 * image-mode.el (image-bookmark-make-record): Do not set context
8614 in an image (Bug#6650).
8615
8616 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
8617
8618 * simple.el (select-active-region): New function.
8619 (push-mark-command, set-mark, activate-mark)
8620 (handle-shift-selection): Use it.
8621 (deactivate-mark): Don't check for size of region.
8622
8623 * mouse.el (mouse-drag-track): Use select-active-region.
8624
8625 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
8626
8627 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
8628 "--dired" stronger.
8629
8630 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
8631
8632 * term/x-win.el (x-select-enable-primary): Change default to nil.
8633 (x-select-enable-clipboard): Add :version keyword.
8634
8635 * mouse.el (mouse-drag-copy-region):
8636 * simple.el (select-active-regions): Likewise.
8637
8638 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
8639
8640 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
8641 (vc-coding-system-for-diff): Use it to decide whether to inherit
8642 from the file the EOL format for reading the diffs of that file.
8643 (Bug#4451)
8644
8645 2010-07-16 Eli Zaretskii <eliz@gnu.org>
8646
8647 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
8648 unibyte, so compressed attachments are not compressed again.
8649
8650 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
8651
8652 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
8653 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
8654 (tramp-find-shell): Simplify setting connection property.
8655 (tramp-get-ls-command): Make test for "--color=never" stronger.
8656
8657 2010-07-15 Simon South <ssouth@member.fsf.org>
8658
8659 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
8660 blocks within record declarations (i.e. variant parts) correctly.
8661
8662 2010-07-15 Simon South <ssouth@member.fsf.org>
8663
8664 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
8665 over literal tokens when parsing so newlines aren't "absorbed" by
8666 single-line comments. Corrects the indentation of case blocks
8667 that have a comment on the first line.
8668
8669 2010-07-14 Karl Fogel <kfogel@red-bean.com>
8670
8671 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
8672 by Drew Adams (Bug#5504).
8673
8674 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
8675
8676 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
8677 now that Unicode is used (Bug#6594).
8678
8679 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
8680
8681 * term/x-win.el (x-select-enable-clipboard): Default to t.
8682 (x-initialize-window-system): Don't overwrite Paste menu item.
8683
8684 * simple.el (select-active-regions): Default to t.
8685 (push-mark-command): Don't overwrite primary with empty string.
8686
8687 * mouse.el: Bind mouse-2 to mouse-yank-primary.
8688 (mouse-drag-copy-region): Default to nil.
8689
8690 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
8691 Cut/Copy/Paste menu bar items.
8692
8693 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8694
8695 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
8696 Patch applied by Karl Fogel.
8697
8698 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
8699 and `bookmark-current-buffer' if they have been already set in
8700 another buffer (e.g gnus-art).
8701
8702 2010-07-13 Karl Fogel <kfogel@red-bean.com>
8703 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8704
8705 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
8706
8707 * bookmark.el (bookmark-make-record-default): Allow unneeded
8708 information to be omitted from the record.
8709
8710 Adjust declarations and calls:
8711
8712 * info.el (bookmark-make-record-default): Adjust declaration.
8713 (Info-bookmark-make-record): Adjust call.
8714
8715 * woman.el (bookmark-make-record-default): Adjust declaration.
8716 (woman-bookmark-make-record): Adjust call.
8717
8718 * man.el (bookmark-make-record-default): Adjust declaration.
8719 (Man-bookmark-make-record): Adjust call.
8720
8721 * image-mode.el (bookmark-make-record-default): Adjust declaration.
8722
8723 * doc-view.el (bookmark-make-record-default): Adjust declaration.
8724
8725 2010-07-13 Karl Fogel <kfogel@red-bean.com>
8726
8727 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
8728 This is also from Thierry Volpiatto's patch in bug #6444. However,
8729 because it was extraneous to the functional change in that patch,
8730 and causes a re-indendation, I am committing it separately.
8731
8732 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8733
8734 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
8735 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
8736 Patch applied by Karl Fogel (Bug#6444).
8737
8738 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
8739
8740 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
8741
8742 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
8743
8744 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
8745 Dempsky; bug#5084). Remove incorrect binding for S-tab.
8746 (ns-alternatives-map): Change S-tab binding to backtab
8747 (bug#6616).
8748
8749 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
8750 under ns.
8751
8752 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
8753
8754 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
8755 (Bug#5806)
8756
8757 * language/tv-util.el (tai-viet-re): Remove format.
8758
8759 2010-07-12 Kenichi Handa <handa@m17n.org>
8760
8761 * language/hebrew.el: Remove no-byte-compile declaration.
8762 Change coding: tag to utf-8. Register hebrew-shape-gstring in
8763 composition-function-table for 3-character looking back.
8764 (hebrew-font-get-precomposed): New function.
8765 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
8766
8767 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
8768
8769 * mouse.el (mouse-drag-track): Handle select-active-regions
8770 (Bug#6612).
8771
8772 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
8773
8774 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
8775 empty argument to gvfs-copy.
8776
8777 2010-07-10 Glenn Morris <rgm@gnu.org>
8778
8779 * calendar/calendar.el (calendar-week-end-day): New function.
8780 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
8781 Respect calendar-week-start-day. (Bug#6606)
8782 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
8783 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
8784 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
8785 respect calendar-week-start-day.
8786
8787 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
8788
8789 * simple.el (use-region-p): Doc fix (Bug#6607).
8790
8791 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
8792
8793 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8794 Add regexps for cucumber and ruby.
8795
8796 2010-07-08 Daiki Ueno <ueno@unixuser.org>
8797
8798 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
8799 (epa-file-insert-file-contents): Hack to prevent
8800 find-file from opening empty buffer when decryption failed
8801 (bug#6568).
8802
8803 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
8804
8805 * textmodes/ispell.el (ispell-alternate-dictionary):
8806 Use file-readable-p.
8807 Return nil if no word-list is found at default locations.
8808 (ispell-complete-word-dict): Default to nil.
8809 (ispell-command-loop): Use 'word-list' when using lookup-words.
8810 (lookup-words): Use ispell-complete-word-dict or
8811 ispell-alternate-dictionary. Check for word-list availability
8812 and handle errors if needed with better messages (Bug#6539).
8813 (ispell-complete-word): Use ispell-complete-word-dict or
8814 ispell-alternate-dictionary.
8815
8816 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
8817
8818 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
8819 builtins (BufferError, BytesWarning, WindowsError; callables
8820 bin, bytearray, bytes, format, memoryview, next, print; __package__).
8821
8822 2010-07-07 Glenn Morris <rgm@gnu.org>
8823
8824 * play/zone.el (top-level): Do not require timer, tabify, or cl.
8825 (zone-shift-left): Ignore intangibility, and any errors from
8826 forward-char.
8827 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
8828 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
8829 deleting, and copying text properties.
8830 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
8831 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
8832 to point-max is hard.
8833 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
8834 (zone-fill-out-screen): Ignore intangibility.
8835
8836 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
8837
8838 * menu-bar.el (menu-bar-mode):
8839 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
8840 if it has been set.
8841
8842 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
8843 word/line selection (Bug#6565).
8844
8845 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
8846
8847 * net/dbus.el (dbus-send-signal): Declare function.
8848
8849 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
8850
8851 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
8852 (dbus-register-property): New optional argument EMITS-SIGNAL.
8853 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
8854
8855 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
8856
8857 * mouse.el (mouse-drag-overlay): Variable deleted.
8858 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
8859 (mouse--remap-link-click-p): New function.
8860 (mouse-drag-track): Handle dragging by using temporary Transient
8861 Mark mode, instead of a special overlay.
8862 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
8863 mouse-show-mark.
8864
8865 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
8866 deleted.
8867
8868 2010-07-02 Juri Linkov <juri@jurta.org>
8869
8870 * autoinsert.el (auto-insert-alist): Fix readability
8871 by using dotted pair notation for lambda.
8872
8873 2010-07-02 Juri Linkov <juri@jurta.org>
8874
8875 * faces.el (read-face-name): Rename arg `string-describing-default'
8876 to `default'. Doc fix. Display the default value in quotes
8877 in the prompt. With empty input, return the `default' arg,
8878 unless the default value is a string (in which case return nil).
8879 (describe-face): Replace the string `default' arg of `read-face-name'
8880 with the symbol `default'.
8881
8882 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
8883
8884 * emulation/viper-cmd.el (viper-delete-backward-char)
8885 (viper-del-backward-char-in-insert)
8886 (viper-del-backward-char-in-replace, viper-change)
8887 (viper-backward-indent): Replace delete-backward-char with
8888 delete-char (Bug#6552).
8889
8890 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
8891
8892 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
8893
8894 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
8895
8896 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
8897 argument passed to frame-creation-function (Bug#5378).
8898
8899 * faces.el (x-handle-named-frame-geometry)
8900 (x-handle-reverse-video, x-create-frame-with-faces)
8901 (face-set-after-frame-default, tty-create-frame-with-faces):
8902 Don't separately consult default-frame-alist. It is now passed as the
8903 PARAMETER argument.
8904
8905 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
8906
8907 * startup.el (command-line): Don't call tool-bar-setup in a
8908 tty-only build.
8909
8910 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
8911
8912 * ruler-mode.el (ruler--save-header-line-format): New fun.
8913 (ruler-mode): Use it as a setter function, so as not to overwrite
8914 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
8915
8916 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
8917
8918 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
8919 (vc-root-diff, vc-print-root-log, vc-log-incoming)
8920 (vc-log-outgoing): Use it.
8921 (vc-diff-internal): Set diff-vc-backend.
8922
8923 * vc/diff-mode.el (diff-vc-backend): New var.
8924
8925 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
8926
8927 * dynamic-setting.el (font-setting-change-default-font):
8928 Remove call to message.
8929
8930 2010-06-28 Kenichi Handa <handa@m17n.org>
8931
8932 * international/quail.el (quail-insert-kbd-layout): Fix the
8933 showing of untranslated characters.
8934
8935 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
8936
8937 * simple.el (delete-active-region): New option.
8938 (delete-backward-char): Implement in Lisp.
8939 (delete-forward-char): New command.
8940
8941 * mouse.el (mouse-region-delete-keys): Delete.
8942 (mouse-show-mark): Simplify.
8943
8944 * bindings.el (global-map): Bind delete and DEL, the former to
8945 delete-forward-char.
8946
8947 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
8948
8949 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
8950 (ruby-mode): Bind indent-line-function (Bug#5119).
8951
8952 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
8953
8954 * startup.el (command-line): Recognize "0" X resource value.
8955
8956 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
8957
8958 * startup.el (command-line): Use X resources to set the value of
8959 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
8960
8961 * menu-bar.el (menu-bar-mode):
8962 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
8963 Set init-value to t.
8964
8965 * frame.el (frame-notice-user-settings): Don't change
8966 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
8967 vice versa (Bug#2249).
8968
8969 2010-06-26 Eli Zaretskii <eliz@gnu.org>
8970
8971 * w32-fns.el (w32-convert-standard-filename): Doc fix.
8972
8973 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
8974
8975 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
8976 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
8977
8978 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
8979 default directories are expanded (Bug#6143).
8980
8981 2010-06-24 Juri Linkov <juri@jurta.org>
8982
8983 * minibuffer.el (completions-format): Change default from nil to
8984 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
8985
8986 2010-06-24 Juri Linkov <juri@jurta.org>
8987
8988 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
8989 buffer-locally to lambda that re-runs the vc diff command.
8990 (Bug#6447)
8991
8992 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
8993
8994 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
8995 echo area is in use (Bug#3412).
8996
8997 2010-06-22 Glenn Morris <rgm@gnu.org>
8998
8999 * textmodes/texinfmt.el (texinfo-format-region)
9000 (texinfo-raise-lower-sections, texinfo-format-separate-node)
9001 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
9002 (texinfo-format-option, texinfo-noindent):
9003 Use line-beginning-position and line-end-position.
9004
9005 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
9006 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
9007 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
9008 utf-8 characters.
9009
9010 2010-06-21 Karl Fogel <kfogel@red-bean.com>
9011
9012 * play/zone.el (zone-fall-through-ws): Fix next-line ->
9013 forward-line fallout.
9014
9015 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
9016
9017 * mouse.el (mouse-appearance-menu): Add docstring.
9018
9019 * help.el (describe-key): Print up-event using key-description.
9020
9021 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
9022
9023 * net/zeroconf.el (zeroconf-resolve-service)
9024 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
9025 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
9026
9027 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
9028
9029 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
9030
9031 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
9032
9033 Avoid displaying files with a nil state in vc-dir.
9034 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
9035 cases that cause insertion.
9036 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
9037 with a nil state.
9038
9039 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
9040
9041 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
9042
9043 2010-06-29 Leo <sdl.web@gmail.com>
9044
9045 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
9046
9047 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9048
9049 * generic-x.el (bat-generic-mode): Fix regexp for command line
9050 switches (Bug#5719).
9051
9052 2010-06-27 Masatake YAMATO <yamato@redhat.com>
9053
9054 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
9055 of nconc to avoid pure storage error (Bug#6239).
9056
9057 2010-06-27 Christoph Scholtes <cschol2112@googlemail.com>
9058
9059 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
9060 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
9061 bindings of bookmark-automatically-show-annotations (Bug#6515).
9062
9063 2010-06-25 Eli Zaretskii <eliz@gnu.org>
9064
9065 * arc-mode.el (archive-zip-extract): Don't quote the file name on
9066 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
9067
9068 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
9069
9070 * comint.el (make-comint, make-comint-in-buffer): Mention return
9071 value in the docstrings. (Bug#6498)
9072
9073 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
9074
9075 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
9076 since it is not present when using some non-default switches.
9077
9078 2010-06-23 Karl Fogel <kfogel@red-bean.com>
9079
9080 * simple.el (compose-mail): Fix doc string to refer to
9081 `compose-mail-user-agent-warnings', instead of to the
9082 nonexistent `compose-mail-check-user-agent'.
9083
9084 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
9085
9086 Fix an indentation bug:
9087
9088 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
9089 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
9090 of existing values.
9091
9092 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
9093 (c-clear->-pair-props-if-match-before): now return t when they've
9094 cleared properties, nil otherwise.
9095 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
9096 by taking account of the existing value.
9097
9098 * progmodes/cc-defs.el
9099 (c-clear-char-property-with-value-function): Fix this to clear the
9100 property rather than overwriting it with nil.
9101
9102 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
9103
9104 * emacs-lisp/package.el (package-print-package): Add link to
9105 package description via describe-package.
9106 (describe-package-1): List package requirements. Add button to
9107 perform installation.
9108 (package-menu-describe-package): New command.
9109
9110 * help-mode.el (help-package): New button type.
9111
9112 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
9113
9114 * emacs-lisp/package.el: Move package-list-packages binding to
9115 menu-bar.el.
9116 (describe-package, describe-package-1, package--dir): New funs.
9117 (package-activate-1): Use package--dir.
9118
9119 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
9120
9121 * help-mode.el (help-package-def): New button type.
9122
9123 * menu-bar.el: Move package-list-packages binding here from
9124 package.el.
9125
9126 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
9127
9128 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
9129
9130 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9131
9132 * emacs-lisp/edebug.el (edebug-read-list):
9133 Phase out old-style backquotes.
9134
9135 2010-06-17 Juri Linkov <juri@jurta.org>
9136
9137 * help-mode.el (help-mode): Set buffer-local variable
9138 revert-buffer-function to help-mode-revert-buffer.
9139 (help-mode-revert-buffer): New function.
9140
9141 * info.el (Info-revert-find-node): Check for major-mode Info-mode
9142 before popping to "*info*" (like in other Info functions).
9143 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
9144 old-history-forward. Pop to old-buffer-name or "*info*" to
9145 recreate the killed buffer. Set Info-history-forward from
9146 old-history-forward.
9147 (Info-breadcrumbs-depth): Add :group and :version.
9148
9149 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
9150
9151 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
9152
9153 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
9154
9155 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
9156 for languages like Portuguese with pt_{BR,PT} and no plain pt.
9157
9158 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
9159
9160 * emacs-lisp/package.el (package-menu-mode-map):
9161 Move initialization into declaration.
9162
9163 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
9164
9165 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
9166
9167 * emacs-lisp/package.el (package-archive-base): Point to
9168 elpa.gnu.org.
9169 (package-enable, package-load-list): New defcustoms.
9170 (package-user-dir, package-directory-list): Turn into defcustoms.
9171 Don't include package-user-dir in package-directory-list.
9172 (package--builtins-base): Don't include Emacs as a "package".
9173 (package-subdirectory-regexp): New var.
9174 (package-load-all-descriptors, package-compute-transaction)
9175 (package-download-transaction): Obey package-load-list.
9176 (package-activate-1): Rename from package-do-activate.
9177 (package-list-packages-internal): Check package-load-list.
9178 (package-load-descriptor, package-generate-autoloads)
9179 (package-unpack, package-unpack-single)
9180 (package--read-archive-file, package-delete):
9181 Use expand-file-name.
9182
9183 * emacs-lisp/package-x.el: New file. Package uploading
9184 functionality split out from package.el.
9185
9186 * startup.el (command-line): Load packages after reading init file.
9187
9188 2010-06-17 Tom Tromey <tromey@redhat.com>
9189
9190 * emacs-lisp/package.el: New file.
9191
9192 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9193
9194 Fix vc-annotate for renamed files when using Git.
9195 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
9196 ls-files. Doe not pass the object as a file name to cat-file, it
9197 is not a file name.
9198 (vc-git-annotate-command): Pass the file name using -- to avoid
9199 ambiguity with the revision.
9200 (vc-git-previous-revision): Pass a relative file name.
9201
9202 2010-06-22 Glenn Morris <rgm@gnu.org>
9203
9204 * progmodes/js.el (js-mode-map): Use standard capitalization and
9205 ellipses for menu entries.
9206
9207 * wid-edit.el (widget-complete): Doc fix.
9208
9209 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
9210
9211 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
9212
9213 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9214
9215 Fix annotating other revisions for renamed files in vc-annotate.
9216 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
9217 VC backend. Use it when non-nil.
9218 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
9219 (Bug#6487).
9220
9221 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
9222 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
9223 Do not pass the file name to the 'previous-revision call when we
9224 don't want a file diff. (Bug#6489)
9225
9226 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9227
9228 Fix finding revisions for renamed files in vc-annotate.
9229 * vc/vc.el (vc-find-revision): Add an optional argument for
9230 the VC backend. Use it when non-nil.
9231 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
9232 backend to vc-find-revision. (Bug#6487)
9233
9234 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9235
9236 Fix reading file names in Git annotate buffers.
9237 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
9238 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
9239
9240 2010-06-20 Alan Mackenzie <acm@muc.de>
9241
9242 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
9243 in file local variables, set it first.
9244
9245 2010-06-19 Glenn Morris <rgm@gnu.org>
9246
9247 * descr-text.el (describe-char-unicode-data): Insert separating
9248 space when needed. (Bug#6422)
9249
9250 * progmodes/idlwave.el (idlwave-action-and-binding):
9251 Fix typo in 2009-12-03 change. (Bug#6450)
9252
9253 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9254
9255 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
9256 handling for `lambda' (misunderstanding).
9257
9258 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
9259
9260 * calc/calc-poly.el (math-accum-factors): Make sure that
9261 constants aren't distributed after they are factored out.
9262
9263 2010-06-16 Juri Linkov <juri@jurta.org>
9264
9265 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
9266 `list-colors-print'. (Bug#6332)
9267
9268 * subr.el (read-quoted-char): Fix up last change (bug#6290).
9269
9270 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9271
9272 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
9273 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
9274
9275 * font-lock.el (font-lock-major-mode): Rename from
9276 font-lock-mode-major-mode to distinguish it from
9277 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
9278 (font-lock-set-defaults):
9279 * font-core.el (font-lock-default-function): Adjust users.
9280 (font-lock-mode): Don't set it at all.
9281
9282 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9283
9284 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
9285
9286 2010-06-16 Glenn Morris <rgm@gnu.org>
9287
9288 * calendar/appt.el (appt-time-msg-list): Doc fix.
9289 (appt-check): Let-bind appt-warn-time.
9290 (appt-add): Make the 3rd argument optional.
9291 Simplify argument names. Doc fix. Check for integer WARNTIME.
9292 Only add WARNTIME to the output list if non-nil.
9293
9294 2010-06-16 Ivan Kanis <apple@kanis.eu>
9295
9296 * calendar/appt.el (appt-check): Let the 3rd element of
9297 appt-time-msg-list specify the warning time.
9298 (appt-add): Add new argument with the warning time. (Bug#5176)
9299
9300 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
9301
9302 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
9303 older than version 1.6. (Bug#6361)
9304
9305 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
9306
9307 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
9308 used by cl-do-arglist. (Bug#6408)
9309
9310 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
9311
9312 * textmodes/ispell.el (ispell-dictionary-base-alist):
9313 Fix portuguese casechars/not-casechars for missing 'çÇ'.
9314 Suggested by Rolando Pereira (bug#6434).
9315
9316 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
9317
9318 * facemenu.el (list-colors-sort): Doc fix.
9319
9320 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
9321
9322 * progmodes/sql.el (sql-connect-mysql): Fix typo.
9323
9324 2010-06-14 Juri Linkov <juri@jurta.org>
9325
9326 Add sort option `list-colors-sort'. (Bug#6332)
9327 * facemenu.el (color-rgb-to-hsv): New function.
9328 (list-colors-sort): New defcustom.
9329 (list-colors-sort-key): New function.
9330 (list-colors-display): Doc fix. Sort list according to the option
9331 `list-colors-sort'.
9332 (list-colors-print): Add HSV values to `help-echo' property of
9333 RGB strings.
9334
9335 2010-06-14 Juri Linkov <juri@jurta.org>
9336
9337 * compare-w.el: Move to the "vc" subdirectory.
9338
9339 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9340
9341 * image-mode.el (image-mode-map): Remap left-char and right-char.
9342
9343 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
9344
9345 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
9346
9347 * term/common-win.el (x-colors): Add all the color names defined
9348 in rgb.txt (Bug#6332).
9349
9350 * facemenu.el (list-colors-print): Don't print extra names if it
9351 will overflow the window width.
9352
9353 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
9354 change (Bug#6343).
9355
9356 2010-06-12 Eli Zaretskii <eliz@gnu.org>
9357
9358 * files.el (make-directory): Doc fix (bug#6396).
9359
9360 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
9361
9362 * net/tramp.el (tramp-remote-process-environment): Protect version
9363 string by apostroph.
9364 (tramp-shell-prompt-pattern): Do not use a shy group in case of
9365 XEmacs.
9366 (tramp-file-name-for-operation): Add `call-process-region'.
9367 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
9368
9369 * net/tramp-compat.el (top): Do not autoload
9370 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
9371 only when `start-file-process' is not bound.
9372 (tramp-advice-file-expand-wildcards): Do not use
9373 `tramp-handle-file-remote-p'.
9374 (tramp-compat-make-temp-file): Handle the case, that
9375 `make-temp-file' has no third argument EXTENSION.
9376
9377 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
9378
9379 * makefile.w32-in (WINS_BASIC): Include new directory vc.
9380
9381 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
9382
9383 2010-06-11 Juri Linkov <juri@jurta.org>
9384
9385 * finder.el (finder-known-keywords): Add keyword "vc"
9386 for version control.
9387
9388 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
9389 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
9390 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
9391 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
9392
9393 2010-06-11 Juri Linkov <juri@jurta.org>
9394
9395 Move version control related files to the "vc" subdirectory.
9396 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
9397 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
9398 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
9399 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
9400 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
9401 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
9402 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
9403 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
9404 Move files to the "vc" subdirectory.
9405
9406 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
9407
9408 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
9409 (Bug#6367).
9410
9411 2010-06-11 Stephen Eglen <stephen@gnu.org>
9412
9413 * shell.el: Bind `shell-resync-dirs' to M-RET.
9414
9415 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
9416
9417 * notifications.el: Move file from lisp/net, because it is
9418 supposed to talk locally to the user.
9419
9420 2010-06-10 Julien Danjou <julien@danjou.info>
9421
9422 * net/notifications.el (notifications-on-action-signal)
9423 (notifications-on-closed-signal): Pass notification id as first
9424 argument to the callback functions. Add docstrings.
9425 (notifications-notify): Fix docstring.
9426
9427 2010-06-10 Glenn Morris <rgm@gnu.org>
9428
9429 * emacs-lisp/authors.el (authors-ignored-files)
9430 (authors-valid-file-names): Add some files.
9431
9432 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9433
9434 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
9435 merge conflict, giving preference to the emacs-23 version of the code.
9436
9437 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9438
9439 * emacs-lisp/advice.el (ad-compile-function):
9440 Define warning-suppress-types before we let-bind it (bug#6275).
9441
9442 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
9443 declare it, make it buffer-local and permanent-local (bug#6324).
9444 (vc-resynch-window): Adjust name.
9445 * vc-hooks.el (vc-find-file-hook): Adjust name.
9446
9447 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
9448
9449 * net/notifications.el (notifications-notify): Fix docstring.
9450
9451 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
9452
9453 Update to Unicode 6.0.0 beta.
9454 * international/charprop.el: Update copyright.
9455 * international/mule-cmds.el (ucs-names): Update character ranges.
9456 * international/uni-bidi.el:
9457 * international/uni-category.el:
9458 * international/uni-combining.el:
9459 * international/uni-comment.el:
9460 * international/uni-decimal.el:
9461 * international/uni-decomposition.el:
9462 * international/uni-digit.el:
9463 * international/uni-lowercase.el:
9464 * international/uni-mirrored.el:
9465 * international/uni-name.el:
9466 * international/uni-numeric.el:
9467 * international/uni-old-name.el:
9468 * international/uni-titlecase.el:
9469 * international/uni-uppercase.el: Regenerate.
9470
9471 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
9472
9473 * emacs-lisp/smie.el (comment-string-strip): Declare function.
9474 (smie-precs-precedence-table): Fix typo in docstring.
9475
9476 * vc-mtn.el (log-edit-extract-headers): Declare function.
9477
9478 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
9479
9480 * net/notifications.el (dbus-register-signal): Declare function.
9481 (notifications-notify): Fix typos and reflow docstring.
9482
9483 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
9484
9485 Improve VC create/retrieve tag/branch.
9486 * vc.el (vc-create-tag): Do not read the directory name for VCs
9487 with repository revision granularity. Adjust the tag/branch
9488 prompt. Reset VC properties.
9489 (vc-retrieve-tag): Do not read the directory name for VCs
9490 with repository revision granularity. Reset VC properties.
9491
9492 2010-06-09 Julien Danjou <julien@danjou.info>
9493
9494 * net/notifications.el: New file.
9495
9496 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
9497
9498 Add optional support for resetting VC properties.
9499 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
9500 call vc-file-clearprops when true.
9501 (vc-resynch-buffer): Add new optional argument, pass it down.
9502 (vc-resynch-buffers-in-directory): Likewise.
9503
9504 Improve support for special markup in the VC commit message.
9505 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
9506 * vc-hg.el (vc-hg-checkin): Add support for Date:.
9507 * vc-git.el (vc-git-checkin):
9508 * vc-bzr.el (vc-bzr-checkin): Likewise.
9509
9510 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9511
9512 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
9513 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
9514
9515 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
9516
9517 * iimage.el: Remove images as soon as the underlying text is modified.
9518 (iimage-modification-hook): New function.
9519 (iimage-mode-buffer): Use it.
9520
9521 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9522
9523 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
9524 smie-indent-offset-after. Add :prev case. Make a bit more generic.
9525 (smie-indent-virtual): Remove `virtual' arg. Update callers.
9526 (smie-indent-keyword): Add handling of open-paren keywords.
9527 (smie-indent-comment-continue): Don't assume comment-continue.
9528
9529 2010-06-07 Martin Rudalics <rudalics@gmx.at>
9530
9531 * window.el (pop-to-buffer): Remove the conditional that
9532 compares new-window and old-window, so it will reselect
9533 the selected window unconditionally.
9534 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
9535
9536 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9537
9538 * emacs-lisp/smie.el (smie-indent-offset-after)
9539 (smie-indent-forward-token, smie-indent-backward-token): New functions.
9540 (smie-indent-after-keyword): Use them.
9541 (smie-indent-fixindent): Only applies to the indentation of the BOL.
9542 (smie-indent-keyword): Tweak the black magic.
9543 (smie-indent-comment-continue): Strip comment-continue before use.
9544 (smie-indent-functions): Indent comments before keywords.
9545
9546 2010-06-06 Juri Linkov <juri@jurta.org>
9547
9548 * isearch.el (isearch-lazy-highlight-search): Fix looping
9549 by checking for empty match. This syncs this loop with the
9550 similar loop in `isearch-search'. (Bug#6362)
9551
9552 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
9553
9554 * net/dbus.el (dbus-register-method): Declare function.
9555 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
9556 (dbus-introspect): Doc fix.
9557 (dbus-event-bus-name, dbus-introspect-get-interface)
9558 (dbus-introspect-get-argument): Reflow docstrings.
9559
9560 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
9561
9562 vc-log-incoming/vc-log-outgoing fixes for Git.
9563 * vc-git.el (vc-git-log-view-mode): Fix font lock for
9564 incoming/outgoing logs.
9565 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
9566 instead of vc-git-compute-remote.
9567 (vc-git-compute-remote): Remove.
9568
9569 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
9570
9571 * term/common-win.el (x-colors): Add "dark green" and "dark
9572 turquoise" (Bug#6332).
9573
9574 2010-06-04 Juri Linkov <juri@jurta.org>
9575
9576 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
9577 Instead of setting `replace' to t and replacing the same string
9578 with itself, don't do certain actions when
9579 kill-do-not-save-duplicates is non-nil and string is equal to car
9580 of kill-ring: don't call menu-bar-update-yank-menu, don't push
9581 interprogram-paste strings to kill-ring, and don't push the input
9582 argument `string' to kill-ring.
9583 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
9584
9585 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
9586
9587 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
9588
9589 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
9590
9591 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
9592 (tramp-gvfs-handler-mounted-unmounted)
9593 (tramp-gvfs-connection-mounted-p): Handle default-location.
9594
9595 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
9596 move files to trash.
9597
9598 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
9599
9600 * international/mule-cmds.el (nonascii-insert-offset)
9601 (nonascii-translation-table): Add obsolescence information.
9602
9603 * international/mule.el (make-translation-table-from-vector): Doc fix.
9604
9605 2010-06-03 Glenn Morris <rgm@gnu.org>
9606
9607 * desktop.el (desktop-clear-preserve-buffers):
9608 Add "*Warnings*" buffer. (Bug#6336)
9609
9610 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
9611
9612 vc-log-incoming/vc-log-outgoing improvements for Git.
9613 * vc-git.el (vc-git-log-outgoing): Use the same format as the
9614 short log.
9615 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
9616
9617 Add bindings for vc-log-incoming and vc-log-outgoing.
9618 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
9619 and vc-log-outgoing.
9620 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
9621 and vc-log-outgoing.
9622
9623 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
9624
9625 * net/rcirc.el (rcirc-sort-nicknames): Remove.
9626 (rcirc-handler-366): Always sort nicknames.
9627
9628 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
9629
9630 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
9631
9632 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
9633
9634 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
9635
9636 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9637
9638 * net/rcirc.el (rcirc-sort-nicknames): Change default.
9639 (rcirc-sort-nicknames-join): Avoid setq.
9640
9641 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
9642
9643 * net/rcirc.el (rcirc-sort-nicknames): New custom.
9644 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
9645 (rcirc-handler-366): Use them.
9646
9647 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9648
9649 Split smie-indent-calculate into more manageable chunks.
9650 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
9651 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
9652 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
9653 (smie-indent-exps): Extract from smie-indent-calculate.
9654 (smie-indent-functions): New var.
9655 (smie-indent-functions): Use them.
9656
9657 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9658
9659 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
9660 (smie-indent-calculate): Simplify and cleanup.
9661
9662 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
9663
9664 * net/tramp-gvfs.el (top): Require url-util.
9665 (tramp-gvfs-mount-point): Remove.
9666 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
9667 New defuns.
9668 (with-tramp-dbus-call-method): Format trace message.
9669 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
9670 Implement backup call, when operation on local files fails.
9671 Use progress reporter. Flush properties of changed files.
9672 (tramp-gvfs-handle-make-directory): Make more traces.
9673 (tramp-gvfs-url-file-name): Hexify file name in url.
9674 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
9675 into account for the resulting file name.
9676 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
9677 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
9678 (tramp-gvfs-handler-mounted-unmounted)
9679 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
9680 attribute "default_location". Set "prefix" property.
9681 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
9682 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
9683 exists. Raise an error, if not (due to a corresponding answer
9684 "no" in interactive questions, for example).
9685
9686 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
9687
9688 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
9689
9690 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
9691
9692 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
9693 right-*. (Bug#6265)
9694
9695 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
9696
9697 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
9698 * vc-git.el (vc-git-compute-remote): New function.
9699 (vc-git-log-outgoing): Use it instead of hard coding a value.
9700 (vc-git-log-incoming): New function.
9701
9702 Improve state updating for VC tag commands.
9703 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
9704 to update the state of all buffers in the directory.
9705
9706 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
9707
9708 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9709
9710 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
9711 `file-directory-p' to the filename part rather than to the whole text.
9712
9713 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9714
9715 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
9716
9717 2010-05-31 Drew Adams <drew.adams@oracle.com>
9718
9719 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
9720
9721 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
9722
9723 * subr.el (momentary-string-display): Just use read-event to read
9724 the exit event (Bug#6238).
9725
9726 2010-05-30 Eli Zaretskii <eliz@gnu.org>
9727
9728 * international/mule.el (define-coding-system): Doc fix (bug#6313).
9729
9730 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
9731
9732 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
9733 Suggested by Eli Zaretskii <eliz@gnu.org>.
9734
9735 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9736
9737 * minibuffer.el (completion-file-name-table): Don't return a boundary
9738 past the end of `string' (bug#6299).
9739 (completion--file-name-table): Delegate to completion-file-name-table
9740 for the `boundaries' case.
9741
9742 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
9743
9744 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
9745 movement commands.
9746
9747 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
9748 `path-separator', but maintain compatibility with Emacs 20.2.
9749
9750 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
9751
9752 * server.el (server-process-filter): Receive parent-id argument
9753 from emacsclient.
9754 (server-create-window-system-frame): New arg. Pass parent-id as
9755 frame parameter.
9756
9757 2010-05-29 Eli Zaretskii <eliz@gnu.org>
9758
9759 Bidi-sensitive word movement with arrow keys.
9760 * subr.el (right-arrow-command, left-arrow-command): Move to
9761 bindings.el.
9762
9763 * bindings.el (right-char, left-char): Move from subr.el and
9764 rename from right-arrow-command and left-arrow-command.
9765 (right-word, left-word): New functions.
9766 (global-map) <right>: Bind to right-char.
9767 (global-map) <left>: Bind to left-char.
9768 (global-map) <C-right>: Bind to right-word.
9769 (global-map) <C-left>: Bind to left-word.
9770
9771 * ls-lisp.el (ls-lisp-classify-file): New function.
9772 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
9773 (ls-lisp-classify): Call ls-lisp-classify-file.
9774 (insert-directory): Remove blanks from switches.
9775
9776 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
9777
9778 * ansi-color.el: Delete unused escape sequences (Bug#6085).
9779 (ansi-color-drop-regexp): New constant.
9780 (ansi-color-apply, ansi-color-filter-region)
9781 (ansi-color-apply-on-region): Delete unrecognized control sequences.
9782 (ansi-color-apply): Build string list before calling concat.
9783
9784 2010-05-28 Juri Linkov <juri@jurta.org>
9785
9786 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
9787 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
9788 (Bug#5270)
9789
9790 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
9791
9792 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
9793 to ignored backtrace functions.
9794 (with-progress-reporter): Expand docstring.
9795 (tramp-handle-delete-file): Implement TRASH argument.
9796 (tramp-get-remote-trash): New defun.
9797
9798 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
9799
9800 * net/tramp-compat.el (tramp-compat-delete-file):
9801 Use `symbol-value' for backward compatibility.
9802
9803 * net/tramp.el (tramp-handle-make-symbolic-link)
9804 (tramp-handle-load)
9805 (tramp-do-copy-or-rename-file-via-buffer)
9806 (tramp-do-copy-or-rename-file-directly)
9807 (tramp-do-copy-or-rename-file-out-of-band)
9808 (tramp-handle-process-file, tramp-handle-call-process-region)
9809 (tramp-handle-shell-command, tramp-handle-file-local-copy)
9810 (tramp-handle-insert-file-contents, tramp-handle-write-region)
9811 (tramp-delete-temp-file-function): Use `delete-file' instead
9812 of `tramp-compat-delete-file'.
9813
9814 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
9815 (tramp-fish-handle-make-symbolic-link)
9816 (tramp-fish-handle-process-file): Use `delete-file' instead
9817 of `tramp-compat-delete-file'.
9818
9819 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
9820 Use `delete-file' instead of `tramp-compat-delete-file'.
9821
9822 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Use
9823 `delete-file' instead of `tramp-compat-delete-file'.
9824
9825 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
9826 Use `delete-file' instead of `tramp-compat-delete-file'.
9827
9828 * net/tramp-smb.el (tramp-smb-handle-copy-file)
9829 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
9830 (tramp-smb-handle-write-region): Use `delete-file' instead of
9831 `tramp-compat-delete-file'.
9832 (tramp-smb-handle-delete-directory): Use 'trash as arg.
9833
9834 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
9835
9836 * dired.el (dired-delete-file): New arg TRASH.
9837 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
9838 (dired-do-flagged-delete, dired-do-delete): Use trash.
9839
9840 * speedbar.el (speedbar-item-delete): Allow trashing.
9841
9842 * files.el (delete-directory): New arg TRASH.
9843
9844 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
9845 (ange-ftp-rename-remote-to-remote)
9846 (ange-ftp-rename-local-to-remote)
9847 (ange-ftp-rename-remote-to-local, ange-ftp-load)
9848 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
9849 `delete-file'.
9850 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
9851 allow trashing.
9852
9853 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
9854 handle new TRASH arg of `delete-file'.
9855
9856 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
9857 (tramp-handle-make-symbolic-link, tramp-handle-load)
9858 (tramp-do-copy-or-rename-file-via-buffer)
9859 (tramp-do-copy-or-rename-file-directly)
9860 (tramp-do-copy-or-rename-file-out-of-band)
9861 (tramp-handle-process-file, tramp-handle-call-process-region)
9862 (tramp-handle-shell-command, tramp-handle-file-local-copy)
9863 (tramp-handle-insert-file-contents, tramp-handle-write-region)
9864 (tramp-delete-temp-file-function): Use null TRASH arg in
9865 tramp-compat-delete-file call.
9866
9867 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
9868 (tramp-fish-handle-delete-file)
9869 (tramp-fish-handle-make-symbolic-link)
9870 (tramp-fish-handle-process-file): Use null TRASH arg in
9871 `tramp-compat-delete-file' call.
9872
9873 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
9874 arg in `tramp-compat-delete-file' call.
9875
9876 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
9877 (tramp-gvfs-handle-write-region): Use null TRASH arg in
9878 `tramp-compat-delete-file' call.
9879
9880 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
9881 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
9882 `tramp-compat-delete-file' call.
9883
9884 * net/tramp-smb.el (tramp-smb-handle-copy-file)
9885 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
9886 (tramp-smb-handle-write-region): Use null TRASH arg in
9887 tramp-compat-delete-file call.
9888 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
9889 (tramp-smb-handle-delete-file): Rename arg.
9890
9891 * diff.el (diff-sentinel):
9892 * epg.el (epg--make-temp-file, epg-decrypt-string)
9893 (epg-verify-string, epg-sign-string, epg-encrypt-string):
9894 * jka-compr.el (jka-compr-partial-uncompress)
9895 (jka-compr-call-process, jka-compr-write-region):
9896 * server.el (server-sentinel): Remove optional arg from
9897 delete-file, reverting 2010-05-03 change.
9898
9899 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
9900
9901 * progmodes/verilog-mode.el (verilog-type-font-keywords):
9902 Use font-lock-constant-face, not obsolete font-lock-reference-face.
9903
9904 2010-05-27 Kenichi Handa <handa@m17n.org>
9905
9906 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
9907 element of GSTRING is nil.
9908
9909 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9910
9911 * emacs-lisp/smie.el (smie-forward-token-function)
9912 (smie-backward-token-function): New vars.
9913 (smie-backward-sexp, smie-forward-sexp)
9914 (smie-indent-hanging-p, smie-indent-calculate): Use them.
9915 (smie-default-backward-token): Rename from smie-backward-token and
9916 skip comments.
9917 (smie-default-forward-token): Rename from smie-forward-token and
9918 skip comments.
9919 (smie-next-sexp): Handle nil results from next-token.
9920 (smie-indent-calculate): Add a new case for special `fixindent' comments.
9921
9922 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
9923
9924 * progmodes/verilog-mode.el (verilog-type-font-keywords):
9925 Use font-lock-constant-face, not obsolete font-lock-reference-face.
9926
9927 2010-05-27 Masatake YAMATO <yamato@redhat.com>
9928
9929 * htmlfontify.el (hfy-face-resolve-face): New function.
9930 (hfy-face-to-style): Use it (Bug#6279).
9931
9932 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
9933
9934 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
9935 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
9936
9937 2010-05-26 Glenn Morris <rgm@gnu.org>
9938
9939 * emulation/edt.el (edt-load-keys): Use locate-library.
9940
9941 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
9942
9943 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
9944 (log-edit-changelog-entries): Doc fix.
9945 (log-edit-changelog-insert-entries): Args changed.
9946 Rename relative filenames in ChangeLog entries. Delete tabs.
9947 (log-edit-insert-changelog-entries): Reorganize return value of
9948 `log-edit-changelog-entries' to pass filenames to
9949 log-edit-changelog-insert-entries.
9950
9951 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9952
9953 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
9954 `image-dired-dired-insert-marked-thumbs' to
9955 `image-dired-dired-toggle-marked-thumbs'.
9956
9957 * image-dired.el: Require cl when compiling.
9958 (image-dired-dired-toggle-marked-thumbs): Rename from
9959 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
9960 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
9961 to 'no-dir. Skip files whose names don't match
9962 `image-file-name-regexp'. When file has a thumbnail overlay,
9963 delete it. (Bug#5270)
9964
9965 2010-05-25 Juri Linkov <juri@jurta.org>
9966
9967 * image-mode.el (image-mode): Add image-after-revert-hook to
9968 after-revert-hook.
9969 (image-after-revert-hook): New function. (Bug#5669)
9970
9971 2010-05-25 Juri Linkov <juri@jurta.org>
9972
9973 * image.el (image-animated-p): When delay between animated images
9974 is 0, set it to 10 (0.1 sec). (Bug#6258)
9975
9976 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
9977
9978 * net/tramp.el (tramp-handle-insert-directory): Don't use
9979 `forward-word', its default syntax could be changed.
9980
9981 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
9982
9983 * net/tramp.el (tramp-progress-reporter-update): New defun.
9984 (with-progress-reporter): Use it.
9985 (tramp-process-actions):
9986 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
9987 Preserve current message, in order to let progress reporter continue
9988 afterwards. (Bug#6257)
9989
9990 2010-05-25 Glenn Morris <rgm@gnu.org>
9991
9992 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
9993 Add :version.
9994
9995 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
9996
9997 * net/rcirc.el (rcirc-default-user-name): Change to "user".
9998 (rcirc-default-full-name): Change to "unknown".
9999 (rcirc-user-name-history): Add variable.
10000
10001 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
10002 Jonathan Rockway <jon@jrock.us>
10003
10004 * net/rcirc.el (rcirc-server-alist): Add :pass.
10005 (rcirc): When prompting for connection parameters, also prompt for
10006 username and password.
10007 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
10008 value to server when connecting.
10009
10010 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10011
10012 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
10013 (smie-merge-prec2s): Pass the tables as separate args.
10014 (smie-bnf-precedence-table): Adjust call accordingly.
10015 (smie-prec2-levels): Set levels at the end.
10016
10017 Replace Lisp calls to delete-backward-char by delete-char.
10018 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
10019 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
10020 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
10021 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
10022 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
10023 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
10024 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
10025 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
10026 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
10027 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
10028 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
10029 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
10030 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
10031 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
10032 delete-backward-char by calls to delete-char.
10033
10034 2010-05-25 Kenichi Handa <handa@m17n.org>
10035
10036 * language/hebrew.el (hebrew-shape-gstring): New function.
10037 Register it in composition-function-table for all Hebrew combining
10038 characters.
10039
10040 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10041
10042 * epa.el (epa--select-keys): Don't explicitly delete the window since
10043 that can fail (e.g. sole window in frame). Use dedication instead.
10044
10045 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
10046
10047 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
10048
10049 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
10050
10051 * image.el (image-refresh): Define as an alias for image-flush.
10052
10053 * image-mode.el (image-toggle-display-image): Caller changed.
10054
10055 2010-05-21 Juri Linkov <juri@jurta.org>
10056
10057 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
10058 Remove "all" from grep-files-aliases. Split grep-files-aliases by
10059 whitespace, call wildcard-to-regexp on substrings and concat them
10060 with "\\|". (Bug#6114)
10061
10062 2010-05-21 Alan Mackenzie <acm@muc.de>
10063
10064 * progmodes/cc-engine.el (c-parse-state-get-strategy):
10065 Replace parameter `here' with `here-' and `here-plus', which sandwich
10066 any pertinent CPP construct.
10067 (c-remove-stale-state-cache-backwards): Fix a bug which happens
10068 when doing (c-parse-state) in a CPP construct: Exclude any "new"
10069 CPP construct from taking part in the scanning.
10070
10071 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
10072
10073 * net/tramp.el (tramp-do-copy-or-rename-file)
10074 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
10075 Tune `with-progress-reporter' messages.
10076 (tramp-handle-vc-registered):
10077 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
10078 (tramp-fish-handle-insert-file-contents)
10079 (tramp-fish-maybe-open-connection):
10080 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10081 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
10082 (tramp-imap-handle-insert-file-contents)
10083 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
10084
10085 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
10086
10087 * add-log.el (change-log-font-lock-keywords):
10088 Highlight all authors in multi-author entries.
10089
10090 * smerge-mode.el (smerge-refine-ignore-whitespace)
10091 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
10092 Fix typos in docstrings.
10093 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
10094
10095 2010-05-21 Glenn Morris <rgm@gnu.org>
10096
10097 * progmodes/fortran.el (fortran-mode):
10098 * progmodes/f90.el (f90-mode): Derive from prog-mode.
10099
10100 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
10101 having a relative path in src/Makefile.in.
10102
10103 2010-05-20 Kevin Ryde <user42@zip.com.au>
10104
10105 * help-mode.el (help-make-xrefs): For Info node links turn
10106 newlines into spaces. Link node names with newlines are matched
10107 by help-xref-info-regexp and buttonized, this change ensures they
10108 can be followed successfully with RET. (Bug#6206)
10109
10110 2010-05-20 Juri Linkov <juri@jurta.org>
10111
10112 * locate.el (locate): Use pop-to-buffer instead of
10113 switch-to-buffer-other-window. (Bug#6204)
10114
10115 2010-05-20 Juri Linkov <juri@jurta.org>
10116
10117 * replace.el (replace-highlight): Fix lazy-highlighting
10118 for `M-s w str M-% str RET'.
10119
10120 2009-12-15 Masatake YAMATO <yamato@redhat.com>
10121
10122 * isearch.el (isearch-yank-word-or-char): Pull next subword
10123 when `subword-mode' is activated. (Bug#6220)
10124
10125 2010-05-20 Mark A. Hershberger <mah@everybody.org>
10126
10127 * isearch.el (isearch-update-post-hook): New hook.
10128 (isearch-update): Use the new hook. (Bug#6225)
10129
10130 2010-05-20 Juri Linkov <juri@jurta.org>
10131
10132 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
10133 [f1], [help], and (char-to-string help-char) instead of "\C-h".
10134 (Bug#6222)
10135
10136 2010-05-20 Juri Linkov <juri@jurta.org>
10137
10138 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
10139 (Bug#6223)
10140
10141 2010-05-20 Juri Linkov <juri@jurta.org>
10142
10143 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
10144 FILE-NAME to read from the minibuffer when called interactively
10145 with prefix argument instead of using buffer-file-name.
10146 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
10147
10148 * dired.el: Update autoloads.
10149
10150 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
10151
10152 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
10153 nxml-finish-element, for consistency with SGML mode.
10154
10155 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
10156 octave-close-block.
10157
10158 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
10159
10160 * composite.el: Require cl when compiling.
10161 (reference-point-alist, compose-gstring-for-graphic)
10162 (compose-gstring-for-terminal): Fix typos in docstrings.
10163
10164 2010-05-19 Juri Linkov <juri@jurta.org>
10165
10166 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
10167 set-window-parameter.
10168
10169 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
10170
10171 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
10172 where appropriate.
10173 (tramp-maybe-open-connection): Use it.
10174
10175 2010-05-19 Eli Zaretskii <eliz@gnu.org>
10176
10177 * simple.el (move-end-of-line): Make sure we are at line beginning
10178 before backing up to end of previous line.
10179
10180 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
10181
10182 * password-cache.el (password-cache-remove): Fix docstring.
10183
10184 * net/secrets.el: Autoload the widget functions.
10185 (secrets-search-items, secrets-create-item)
10186 (secrets-get-attributes, secrets-expand-item): Attributes will be
10187 stored on the password database without leading ":", as all other
10188 clients do as well.
10189 (secrets-mode): Fix docstring.
10190 (secrets-show-secrets): Provide it as autoloaded command only when
10191 D-Bus support is available. Check existence of Secret Service API.
10192
10193 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10194
10195 * indent.el (indent-region): Deactivate region (bug#6200).
10196
10197 2010-05-19 Glenn Morris <rgm@gnu.org>
10198
10199 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
10200
10201 2010-05-19 Kenichi Handa <handa@m17n.org>
10202
10203 * composite.el: Register compose-gstring-for-graphic in
10204 composition-function-table only for combining characters (Mn, Mc, Me).
10205
10206 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10207
10208 * calc/calc-trail.el (calc-trail-isearch-forward)
10209 (calc-trail-isearch-backward): Ensure that the new window
10210 point is set correctly.
10211
10212 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10213
10214 * subr.el (read-quoted-char): Resolve modifiers after key
10215 remapping (bug#6212).
10216
10217 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
10218
10219 Add visualization code for secrets.
10220 * net/secrets.el (secrets-mode): New major mode.
10221 (secrets-show-secrets, secrets-show-collections)
10222 (secrets-expand-collection, secrets-expand-item)
10223 (secrets-tree-widget-after-toggle-function)
10224 (secrets-tree-widget-show-password): New defuns.
10225
10226 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10227
10228 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
10229 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
10230 handled in smie-next-sexp.
10231 (smie-indent-calculate): Provide a starting indentation (so the
10232 recursion is well-founded ;-).
10233
10234 Fix handling of non-associative equal levels.
10235 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
10236 when it's not needed.
10237 (smie-op-left, smie-op-right): New functions.
10238 (smie-next-sexp): New function, extracted from smie-backward-sexp.
10239 Better handle equal levels to distinguish the associative case from
10240 the "multi-keyword construct" case.
10241 (smie-backward-sexp, smie-forward-sexp): Use it.
10242
10243 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
10244
10245 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
10246
10247 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
10248 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
10249
10250 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10251
10252 Provide a simple generic indentation engine and use it for Prolog.
10253 * emacs-lisp/smie.el: New file.
10254 * progmodes/prolog.el (prolog-smie-op-levels)
10255 (prolog-smie-indent-rules): New var.
10256 (prolog-mode-variables): Use them to configure SMIE.
10257 (prolog-indent-line, prolog-indent-level): Remove.
10258
10259 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
10260
10261 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
10262 order before computing the averages.
10263
10264 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
10265
10266 * calc/calc-vec.el (calc-histogram):
10267 (calcFunc-histogram): Allow vectors as inputs.
10268 (math-vector-avg): New function.
10269
10270 * calc/calc-ext.el (math-group-float): Have the number of digits
10271 being grouped depend on the radix (Bug#6189).
10272
10273 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
10274
10275 * version.el (emacs-copyright, emacs-version): Don't define here,
10276 now that emacs.c defines it.
10277
10278 2010-05-15 Eli Zaretskii <eliz@gnu.org>
10279
10280 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
10281 "Describe Language Environment" menu item.
10282
10283 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
10284
10285 Bidi-sensitive movement with arrow keys.
10286 * subr.el (right-arrow-command, left-arrow-command): New functions.
10287
10288 * bindings.el (global-map): Bind them to right and left arrow keys.
10289
10290 Don't override standard definition of convert-standard-filename.
10291 * files.el (convert-standard-filename):
10292 Call w32-convert-standard-filename and dos-convert-standard-filename on
10293 the corresponding systems.
10294
10295 * w32-fns.el (w32-convert-standard-filename): Rename from
10296 convert-standard-filename. Doc fix.
10297
10298 * dos-fns.el (dos-convert-standard-filename): Doc fix.
10299 (convert-standard-filename): Don't defalias.
10300 (register-name-alist, make-register, register-value)
10301 (set-register-value, intdos): Obsolete aliases for the
10302 corresponding dos-* functions and variables.
10303 (dos-intdos): Add a doc string.
10304
10305 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
10306
10307 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
10308 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
10309 (math-compose-tex-func):
10310 * calc/calccomp.el (math-compose-expr):
10311 * calc/calc-ext.el (math-format-flat-expr-fancy):
10312 * calc/calc-store.el (calc-read-var-name):
10313 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
10314
10315 * calc/calc.el (var-π, var-φ, var-γ): New variables.
10316 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
10317 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
10318 (math-standard-units): Add units.
10319
10320 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10321
10322 * progmodes/asm-mode.el (asm-mode):
10323 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
10324
10325 * pcomplete.el (pcomplete-completions-at-point): New function,
10326 extracted from pcomplete-std-complete.
10327 (pcomplete-std-complete): Use it.
10328
10329 2010-05-15 Glenn Morris <rgm@gnu.org>
10330
10331 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10332 Remove references to CVS, RCS and Old directories.
10333
10334 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
10335
10336 * calc/calc-bin.el (math-format-twos-complement): Group digits when
10337 appropriate.
10338
10339 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10340
10341 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
10342 (sh-mode-syntax-table): Give it a default value instead.
10343 (sh-header-marker): Make buffer-local.
10344 (sh-mode): Move make-local-variable to the corresponding setq.
10345 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
10346 Use complete-with-action.
10347
10348 * simple.el (prog-mode): New (abstract) major mode.
10349 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
10350 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
10351
10352 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
10353
10354 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
10355 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
10356 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
10357 (sql-make-alternate-buffer-name, sql-placeholders-filter)
10358 (sql-escape-newlines-filter, sql-input-sender)
10359 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
10360
10361 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
10362
10363 Add TeX open-block and close-block keybindings to SGML, and vice versa.
10364
10365 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
10366 latex-open-block and C-c / to latex-close-block.
10367
10368 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
10369 and C-c C-e to sgml-close-tag.
10370
10371 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
10372
10373 * net/tramp.el (with-progress-reporter): Create reporter object
10374 only when the message would be displayed. Handle nested calls.
10375 (tramp-handle-load, tramp-handle-file-local-copy)
10376 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10377 (tramp-maybe-send-script, tramp-find-shell):
10378 Use `with-progress-reporter'.
10379 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
10380 Fix message text.
10381
10382 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10383 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10384 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
10385 Use `with-progress-reporter'.
10386
10387 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
10388
10389 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
10390 process everytime when spellchecking from the minibuffer (bug#6143).
10391
10392 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10393
10394 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
10395
10396 * dos-fns.el: Add "dos-" prefix for namespace control.
10397 (convert-standard-filename): Define as alias for
10398 dos-convert-standard-filename but only if applicable.
10399
10400 2010-05-12 Alan Mackenzie <acm@muc.de>
10401
10402 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
10403 Push the mark at the start of these functions when appropriate.
10404
10405 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10406
10407 * minibuffer.el (completion-cycle-threshold): New custom var.
10408 (completion--do-completion): Use it.
10409 (minibuffer-complete): Use cycling if appropriate.
10410
10411 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
10412
10413 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
10414 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
10415
10416 2010-05-11 Juri Linkov <juri@jurta.org>
10417
10418 * scroll-all.el (scroll-all-check-to-scroll):
10419 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
10420
10421 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10422
10423 * iimage.el (iimage-mode-map): Move initialization into declaration.
10424 (iimage-mode-buffer): Use with-silent-modifications.
10425 Simplify calling convention. Adjust callers.
10426 (iimage-mode): Don't run hook redundantly.
10427
10428 * minibuffer.el (completion-pcm--pattern->regex):
10429 Fix last change (bug#6160).
10430
10431 2010-05-10 Juri Linkov <juri@jurta.org>
10432
10433 Remove nodes visited during Isearch from the Info history.
10434 * info.el (Info-isearch-initial-history)
10435 (Info-isearch-initial-history-list): New variables.
10436 (Info-isearch-start): Record initial values of
10437 Info-isearch-initial-history and Info-isearch-initial-history-list.
10438 Add Info-isearch-end to isearch-mode-end-hook.
10439 (Info-isearch-end): New function.
10440
10441 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
10442
10443 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
10444 format string, in order to work around a bug in pdksh.
10445 Reported by Gilles Pion <gpion@lfdj.com>.
10446 (tramp-handle-verify-visited-file-modtime): Do not send a command
10447 when the connection is not established.
10448 (tramp-handle-set-file-times): Simplify the check for utc.
10449
10450 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
10451
10452 Fix use of `filter-buffer-substring' (rework previous change).
10453 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
10454 (cua-repeat-replace-region):
10455 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
10456 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10457 (cua-cut-region-to-global-mark): Use it.
10458
10459 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
10460
10461 * progmodes/sql.el: Version 2.1.
10462 (sql-product-alist): Redesign structure of product info.
10463 (sql-product, sql-user, sql-server, sql-database): Safe variables.
10464 (sql-port, sql-port-history): New variables.
10465 (sql-interactive-product): New variable.
10466 (sql-send-terminator): New variable.
10467 (sql-imenu-generic-expression): Add "Types" imenu entry.
10468 (sql-oracle-login-params, sql-sqlite-login-params)
10469 (sql-mysql-login-params, sql-solid-login-params)
10470 (sql-sybase-login-params, sql-informix-login-params)
10471 (sql-ingres-login-params, sql-ms-login-params)
10472 (sql-postgres-login-params, sql-interbase-login-params)
10473 (sql-db2-login-params, sql-linter-login-params)
10474 (sql-oracle-scan-on): New variables.
10475 (sql-mode-map): Add C-c C-i to start interactive mode.
10476 (sql-mode-menu): Update existing menu entries.
10477 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
10478 (sql-mode-oracle-font-lock-keywords)
10479 (sql-mode-postgres-font-lock-keywords)
10480 (sql-mode-ms-font-lock-keywords)
10481 (sql-mode-sybase-font-lock-keywords)
10482 (sql-mode-informix-font-lock-keywords)
10483 (sql-mode-interbase-font-lock-keywords)
10484 (sql-mode-ingres-font-lock-keywords)
10485 (sql-mode-solid-font-lock-keywords)
10486 (sql-mode-mysql-font-lock-keywords)
10487 (sql-mode-sqlite-font-lock-keywords)
10488 (sql-mode-db2-font-lock-keywords)
10489 (sql-mode-linter-font-lock-keywords): Update initialization to
10490 reduce run-time complexity.
10491 (sql-add-product, sql-del-product): New functions.
10492 (sql-set-product-feature, sql-get-product-feature): New functions.
10493 (sql-product-font-lock): Update product API.
10494 (sql-add-product-keywords): New function.
10495 (sql-highlight-product): Update product API.
10496 (sql-help-list-products): New function.
10497 (sql-help): Dynamically lists free and non-free products.
10498 (sql-get-login): Correct bug in handling history and added
10499 prompt for port.
10500 (sql-copy-column): Copy without properties.
10501 (sqli-input-sender): Apply filters to SQLi input.
10502 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
10503 Implement as a filter.
10504 (sql-escape-newlines-filter): Implement as a filter.
10505 (sql-remove-tabs-filter): New function.
10506 (sql-send-magic-terminator): New function.
10507 (sql-send-string): Implement magic terminator.
10508 (sql-send-region): Use `sql-send-string'.
10509 (sql-interactive-mode): Use product API.
10510 (sql-product-interactive): Use product API.
10511 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
10512 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
10513 (sql-db2, sql-linter): Use `sql-product-interactive'.
10514 (sql-connect): New function.
10515 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
10516 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
10517 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
10518 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
10519 Use `sql-connect'.
10520
10521 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10522
10523 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
10524 New custom variable.
10525 (completion-pcm--string->pattern): Use it.
10526 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
10527 Make it handle any symbol as `any'.
10528 (completion-pcm--merge-completions): Extract common suffix for the new
10529 `prefix' symbol as well.
10530 (completion-substring--all-completions): Use the new `prefix' symbol.
10531
10532 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
10533
10534 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
10535 not bound.
10536 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
10537 (tramp-compat-funcall): New defmacro.
10538 (tramp-compat-line-beginning-position)
10539 (tramp-compat-line-end-position)
10540 (tramp-compat-temporary-file-directory)
10541 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
10542 (tramp-compat-copy-file, tramp-compat-copy-directory)
10543 (tramp-compat-delete-file, tramp-compat-delete-directory)
10544 (tramp-compat-number-sequence, tramp-compat-process-running-p)
10545 * net/tramp.el (top, with-progress-reporter)
10546 (tramp-rfn-eshadow-setup-minibuffer)
10547 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
10548 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
10549 (tramp-completion-mode-p, tramp-check-for-regexp)
10550 (tramp-open-connection-setup-interactive-shell)
10551 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
10552 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
10553 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
10554 * net/tramp-cmds.el (tramp-cleanup-all-connections)
10555 (tramp-reporter-dump-variable, tramp-load-report-modules)
10556 (tramp-append-tramp-buffers)
10557 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
10558
10559 * net/tramp-imap.el (top): Autoload `epg-make-context'.
10560
10561 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10562
10563 * progmodes/compile.el (compilation-buffer-modtime): Rename from
10564 buffer-modtime. Adjust users.
10565
10566 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
10567
10568 * international/mule.el (auto-coding-alist): Only purecopy
10569 car of each item, not the whole list (Bug#6083).
10570
10571 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
10572
10573 * progmodes/js.el (js-mode): Make paragraph variables local before
10574 calling c-setup-paragraph-variables (Bug#6071).
10575
10576 2010-05-08 Eli Zaretskii <eliz@gnu.org>
10577
10578 * composite.el (compose-region, reference-point-alist): Fix typos
10579 in the doc strings.
10580
10581 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
10582
10583 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
10584 gnuplot's "set" command.
10585
10586 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
10587
10588 * abbrev.el (last-abbrev-text): Doc fix.
10589 (abbrev-prefix-mark): Don't escape parenthesis.
10590
10591 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
10592
10593 * composite.el (find-composition): Doc fix.
10594
10595 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
10596
10597 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
10598 (sql-oracle-program, sql-sqlite-options)
10599 (sql-query-placeholders-and-send): Doc fixes.
10600 (sql-set-product, sql-interactive-mode): Reflow docstrings.
10601 (sql-imenu-generic-expression, sql-buffer)
10602 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
10603 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
10604 (sql-mode-sybase-font-lock-keywords)
10605 (sql-mode-informix-font-lock-keywords)
10606 (sql-mode-interbase-font-lock-keywords)
10607 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
10608 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
10609 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
10610 (sql-product-feature, sql-highlight-product)
10611 (comint-line-beginning-position, sql-rename-buffer)
10612 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
10613 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
10614 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
10615 Fix typos in docstrings.
10616
10617 2010-05-08 Juri Linkov <juri@jurta.org>
10618
10619 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
10620 property instead of `invisible' and `after-string' (bug#5998).
10621
10622 2010-05-08 Juri Linkov <juri@jurta.org>
10623
10624 * image-mode.el (image-mode-as-text): Fix typo in docstring.
10625
10626 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
10627
10628 * filecache.el (file-cache-add-directory-list)
10629 (file-cache-add-directory-recursively): Fix typos in docstrings.
10630
10631 2010-05-08 Kenichi Handa <handa@m17n.org>
10632
10633 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
10634 (gujarati-composable-pattern): Fix typo.
10635
10636 2010-05-08 Kenichi Handa <handa@m17n.org>
10637
10638 * language/indian.el (oriya-composable-pattern)
10639 (tamil-composable-pattern, malayalam-composable-pattern):
10640 Add two-part vowels to "v" (vowel sign).
10641
10642 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
10643
10644 * files.el (copy-directory): Handle symlinks (Bug#5982).
10645
10646 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
10647
10648 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
10649 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
10650 (Bug#5846).
10651
10652 2010-05-08 Glenn Morris <rgm@gnu.org>
10653
10654 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
10655
10656 * minibuffer.el (completion-at-point): Doc fix.
10657
10658 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10659
10660 * electric.el (Electric-command-loop): Minor tweak.
10661
10662 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
10663 better with dedicated windows.
10664
10665 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
10666
10667 * Version 23.2 released.
10668
10669 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
10670 Stefan Monnier <monnier@iro.umontreal.ca>
10671
10672 Highlight vendor specific properties.
10673 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
10674 (css-proprietary-property): New face.
10675 (css-font-lock-keywords): Use them.
10676
10677 2010-05-07 Eli Zaretskii <eliz@gnu.org>
10678
10679 * cus-start.el (all): Add native condition for tool-bar-* symbols.
10680
10681 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10682
10683 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
10684 * files.el (auto-mode-alist): Remove redundant entries.
10685
10686 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
10687 * simple.el (auto-save-mode): Move from files.el.
10688 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
10689
10690 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
10691
10692 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
10693
10694 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
10695
10696 * mail/binhex.el (binhex-decode-region-internal)
10697 * mail/uudecode.el (uudecode-decode-region-internal)
10698 * net/dns.el (dns-read-string-name, dns-write, dns-read)
10699 (dns-read-type, dns-query)
10700 * pgg-parse.el (pgg-parse-armor)
10701 * pgg.el (pgg-verify-region)
10702 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
10703 XEmacs.
10704
10705 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
10706
10707 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
10708
10709 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
10710
10711 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
10712 * emulation/cua-base.el (cua-repeat-replace-region):
10713 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10714 (cua-cut-region-to-global-mark):
10715 Remove text properties with `set-text-properties'.
10716
10717 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
10718
10719 * net/tramp.el (top, with-progress-reporter):
10720 Use `symbol-function' inside `funcall'.
10721
10722 * net/tramp-compat.el (tramp-compat-file-attributes)
10723 (tramp-compat-delete-file, tramp-compat-delete-directory):
10724 Handle only `wrong-number-of-arguments' error.
10725
10726 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
10727 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
10728 inside `funcall'.
10729
10730 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10731
10732 * minibuffer.el (completion--sreverse, completion--common-suffix):
10733 New functions.
10734 (completion-pcm--merge-completions): Extract common suffix when safe.
10735
10736 * emacs-lisp/easy-mmode.el (define-minor-mode):
10737 Make :variable more flexible.
10738 * files.el (auto-save-mode): Use it to define using define-minor-mode.
10739
10740 2010-05-05 Juri Linkov <juri@jurta.org>
10741
10742 Add `slow' and `history' tags to the desktop data.
10743
10744 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
10745 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
10746 (Info-finder-find-node): Require `finder.el' to be able
10747 to restore node from the desktop.
10748 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
10749 data `Info-history' and `slow' tag in the assoc list.
10750 (Info-restore-desktop-buffer): Don't restore nodes with the
10751 `slow' tag. Restore `Info-history'.
10752
10753 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
10754
10755 Add FORCE argument to `delete-file'.
10756
10757 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
10758 forcing to delete the temporary file.
10759 (ange-ftp-delete-file): Add FORCE arg.
10760 (ange-ftp-rename-remote-to-remote)
10761 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
10762 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
10763 Force file deletion.
10764
10765 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
10766
10767 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
10768 (tramp-handle-make-symbolic-link, tramp-handle-load)
10769 (tramp-do-copy-or-rename-file-via-buffer)
10770 (tramp-do-copy-or-rename-file-directly)
10771 (tramp-do-copy-or-rename-file-out-of-band)
10772 (tramp-handle-process-file, tramp-handle-call-process-region)
10773 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10774 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10775 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
10776
10777 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
10778 (tramp-fish-handle-make-symbolic-link)
10779 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
10780
10781 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10782 Use `tramp-compat-delete-file'.
10783
10784 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
10785 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
10786
10787 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
10788 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
10789
10790 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
10791 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
10792 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
10793 Use `tramp-compat-delete-file'.
10794
10795 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10796
10797 Minor cleanups.
10798 * subr.el (add-minor-mode): Use push.
10799 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
10800 * emulation/edt.el (edt-select-mode): Simplify.
10801
10802 Use define-minor-mode in more cases.
10803 * term/tvi970.el (tvi970-set-keypad-mode):
10804 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
10805 (normal-erase-is-backspace-mode):
10806 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
10807 (set-scroll-bar-mode-1): (Re)move to its sole caller.
10808 (get-scroll-bar-mode): New function.
10809 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
10810
10811 Use define-minor-mode for less obvious cases.
10812 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
10813 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
10814 * international/iso-ascii.el (iso-ascii-mode):
10815 * frame.el (auto-raise-mode, auto-lower-mode):
10816 * composite.el (global-auto-composition-mode): Use define-minor-mode.
10817
10818 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
10819
10820 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
10821 in order to see error messages for failed logins.
10822
10823 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
10824
10825 * diff.el (diff-sentinel):
10826
10827 * epg.el (epg--make-temp-file, epg-decrypt-string)
10828 (epg-verify-string, epg-sign-string, epg-encrypt-string):
10829
10830 * jka-compr.el (jka-compr-partial-uncompress)
10831 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
10832
10833 * server.el (server-sentinel): Use delete-file's new FORCE arg
10834 (Bug#6070).
10835
10836 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10837
10838 Use define-minor-mode where applicable.
10839 * view.el (view-mode):
10840 * type-break.el (type-break-query-mode)
10841 (type-break-mode-line-message-mode):
10842 * textmodes/reftex.el (reftex-mode):
10843 * term/vt100.el (vt100-wide-mode):
10844 * tar-mode.el (tar-subfile-mode):
10845 * savehist.el (savehist-mode):
10846 * ibuf-ext.el (ibuffer-auto-mode):
10847 * composite.el (auto-composition-mode):
10848 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
10849 Use define-minor-mode.
10850 (vhdl-mode): Use static mode-line format.
10851 (vhdl-mode-line-update): Delete.
10852 (vhdl-create-mode-menu, vhdl-activate-customizations)
10853 (vhdl-hs-minor-mode): Don't bother calling it.
10854
10855 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
10856
10857 * simple.el (with-wrapper-hook): Move.
10858 (buffer-substring-filters): Mark obsolete.
10859 (filter-buffer-substring-functions): New variable.
10860 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
10861
10862 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
10863 Michael Albinus <michael.albinus@gmx.de>
10864
10865 Implement compression for inline methods.
10866
10867 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
10868 (tramp-copy-size-limit): Allow also nil.
10869 (tramp-inline-compress-commands): New defconst.
10870 (tramp-find-inline-compress, tramp-get-inline-compress)
10871 (tramp-get-inline-coding): New defuns.
10872 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
10873 replaced by `tramp-get-inline-coding'.
10874 (tramp-handle-file-local-copy, tramp-handle-write-region)
10875 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
10876
10877 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
10878
10879 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
10880 Remove unused functions.
10881
10882 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
10883 Set find-tag-default-function as a variable rather than a property.
10884
10885 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
10886 * progmodes/etags.el (tags-completion-at-point-function):
10887 Remove left over interactive spec. Add autoloading stub.
10888 (complete-tag): Use tags-completion-at-point-function.
10889
10890 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
10891
10892 * minibuffer.el (tags-completion-at-point-function): Fix return value.
10893
10894 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
10895
10896 * ido.el (ido-init-completion-maps): Remove C-v binding.
10897 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
10898
10899 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
10900
10901 * minibuffer.el (tags-completion-at-point-function): New function.
10902 (completion-at-point-functions): Use it.
10903
10904 * progmodes/etags.el (complete-tag): Revert last change.
10905
10906 2010-04-29 Alan Mackenzie <acm@muc.de>
10907
10908 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
10909 off-by-one error (in end of macro position).
10910
10911 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
10912
10913 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
10914 firefox is absent. Don't autoload.
10915 (browse-url-galeon-program): Don't autoload.
10916
10917 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
10918
10919 * bindings.el (complete-symbol): Move into minibuffer.el.
10920
10921 * minibuffer.el (complete-tag): Move from etags.el. If tags
10922 completion cannot be performed, return nil instead of signalling
10923 an error.
10924 (completion-at-point): Make it an alias for complete-symbol.
10925 (complete-symbol): Move from bindings.el, and replace with the
10926 body of completion-at-point.
10927
10928 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
10929
10930 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
10931
10932 * net/tramp.el (tramp-remote-selinux-p): New defun.
10933 (tramp-handle-file-selinux-context)
10934 (tramp-handle-set-file-selinux-context): Use it.
10935
10936 2010-04-28 Sam Steingold <sds@gnu.org>
10937
10938 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
10939 `safe-local-variable' if the value is a string or a symbol with
10940 the property `bug-reference-url-format'.
10941
10942 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
10943
10944 * progmodes/bug-reference.el (bug-reference-url-format):
10945 Revert 2010-04-27 change due to security risk.
10946
10947 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10948
10949 Make it possible to locally disable a globally enabled mode.
10950 * simple.el (fundamental-mode): Run fundamental-mode-hook.
10951 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
10952 rather than kill-all-local-variables so it runs fundamental-mode-hook.
10953 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
10954 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
10955 that subsequent hooks get a chance to disable it.
10956
10957 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
10958
10959 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
10960 Avoid re-enabling a minor mode after the user turned the minor mode
10961 off if MODE-enable-in-buffers is run twice (typically once from
10962 fundamental-mode's after-change-major-mode-hook and a second time from
10963 run-mode-hook's own after-change-major-mode-hook).
10964
10965 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
10966
10967 2010-04-27 Sam Steingold <sds@gnu.org>
10968
10969 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
10970 `safe-local-variable' if the value is a string or a function, as
10971 documented and implemented on 2010-04-02.
10972
10973 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
10974
10975 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
10976 when method is 'kill.
10977
10978 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
10979
10980 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
10981 condition in default directory check.
10982 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
10983 Kill ispell process when killing its associated buffer.
10984
10985 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
10986
10987 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
10988 but we aren't using it.
10989
10990 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
10991
10992 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
10993 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
10994
10995 2010-04-24 Glenn Morris <rgm@gnu.org>
10996
10997 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
10998 Ignore VCS-ignore files, and deleted nextstep preferences files.
10999 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
11000 (authors-ambiguous-files): New list.
11001 (authors-valid-file-names): Add some deleted files.
11002 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
11003 (authors-disambiguate-file-name): New function. (Bug#5501)
11004 (authors-canonical-file-name): Doc fix.
11005 Don't warn about obsolete files.
11006 (authors-canonical-file-name, authors-scan-el):
11007 Use authors-disambiguate-file-name.
11008
11009 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11010 Add autoload cookies.
11011 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
11012 (generated-autoload-file): Set file-local value to "htmlfontify.el".
11013 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
11014 They have definitions / compiler macros in cl.el.
11015 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11016 Replace manual autoloads with generated ones.
11017 (htmlfontify-unload-rgb-file): Remove autoload.
11018 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
11019
11020 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11021
11022 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
11023 (byte-compile-setq-default): Optimize for the
11024 single-var case and don't call byte-compile-form in this case to avoid
11025 inf-loop with byte-compile-set-default.
11026
11027 * progmodes/compile.el (compilation-start): Abbreviate default directory.
11028
11029 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
11030
11031 Implement SELINUX backends.
11032
11033 * net/tramp.el (tramp-file-name-handler-alist):
11034 Add `file-selinux-context' and `set-file-selinux-context'.
11035 (tramp-handle-file-selinux-context)
11036 (tramp-handle-set-file-selinux-context): New defuns.
11037 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
11038 Handle PRESERVE-SELINUX-CONTEXT.
11039
11040 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11041 Add `file-selinux-context' and `set-file-selinux-context'.
11042 (tramp-gvfs-handle-file-selinux-context)
11043 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
11044 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
11045
11046 * net/ange-ftp.el (ange-ftp-copy-file):
11047 * net/tramp-fish.el (tramp-fish-handle-copy-file):
11048 * net/tramp-imap.el (tramp-imap-handle-copy-file):
11049 * net/tramp-smb.el (tramp-smb-handle-copy-file):
11050 Add PRESERVE-SELINUX-CONTEXT.
11051
11052 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
11053
11054 Synchronize with Tramp repository.
11055
11056 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
11057 (tramp-action-process-alive, tramp-action-out-of-band)
11058 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
11059 (tramp-exists-file-name-handler): Fix docstring.
11060 (with-progress-reporter): New defmacro.
11061 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
11062 (tramp-maybe-open-connection): Use it.
11063
11064 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
11065
11066 Detect ssh 'ControlMaster' argument automatically in some cases.
11067
11068 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
11069 (tramp-default-method): Use it.
11070
11071 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
11072
11073 * net/tramp.el (tramp-handle-copy-file): Add new optional
11074 parameter `preserve-selinux-context'.
11075 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
11076
11077 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
11078
11079 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
11080 Ensure, that non remote files are still checked. Oops.
11081
11082 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
11083
11084 Fix Bug#5840.
11085
11086 * icomplete.el (icomplete-completions): Use `non-essential'.
11087
11088 * net/tramp.el (tramp-connectable-p): New defun.
11089 (tramp-handle-expand-file-name)
11090 (tramp-completion-handle-file-name-all-completions)
11091 (tramp-completion-handle-file-name-completion): Use it.
11092
11093 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11094
11095 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
11096
11097 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
11098
11099 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
11100
11101 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
11102
11103 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
11104 is present.
11105
11106 * info.el (info-tool-bar-map): Add labels.
11107
11108 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
11109
11110 * cus-edit.el (custom-commands): Add labels for tool bar.
11111 (custom-buffer-create-internal, Custom-mode): Adjust for
11112 labels in custom-commands.
11113
11114 * dynamic-setting.el: Renamed from font-setting.el.
11115
11116 2010-04-21 John Wiegley <jwiegley@gmail.com>
11117
11118 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
11119 toggles the use of virtual buffers.
11120 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
11121 (ido-toggle-virtual-buffers): New function.
11122
11123 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
11124
11125 Use `define-derived-mode'; fix window selection; doc fixes.
11126 * play/tetris.el (tetris, tetris-update-speed-function)
11127 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
11128 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
11129 (tetris-rotate-next, tetris-end-game, tetris-start-game)
11130 (tetris-pause-game): Fix typos in docstrings.
11131 (tetris-mode-map, tetris-null-map):
11132 Move initialization into declaration.
11133 (tetris-mode): Define with `define-derived-mode';
11134 set show-trailing-whitespace to nil.
11135 (tetris): Prefer window already displaying the "*Tetris*" buffer.
11136
11137 2010-04-21 Karel Klíč <kklic@redhat.com>
11138
11139 * files.el (backup-buffer): Handle SELinux context, and return it
11140 if a backup was made by renaming.
11141 (backup-buffer-copy): Set SELinux context to the target file.
11142 (basic-save-buffer): Set SELinux context of the newly written file.
11143 (basic-save-buffer-1): Now it also returns any SELinux context.
11144 (basic-save-buffer-2): Set SELinux context of the newly created file,
11145 and return it.
11146 * net/tramp.el (tramp-file-name-for-operation):
11147 Add file-selinux-context.
11148
11149 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11150
11151 Make the log-edit comments use RFC822 format throughout.
11152
11153 * vc.el (vc-checkin, vc-modify-change-comment):
11154 Adjust to new vc-start/finish-logentry.
11155 (vc-find-conflicted-file): New command.
11156 (vc-transfer-file): Adjust to new vc-checkin.
11157 (vc-next-action): Improve scoping.
11158
11159 * vc-hg.el (vc-hg-log-edit-mode): Remove.
11160 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
11161
11162 * vc-git.el (vc-git-log-edit-mode): Remove.
11163 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
11164 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
11165
11166 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
11167 (vc-start-logentry): Remove argument `extra'.
11168 (vc-finish-logentry): Remove extra args.
11169
11170 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
11171 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
11172 (vc-bzr-conflicted-files): New function.
11173
11174 * log-edit.el (log-edit-extra-flags)
11175 (log-edit-before-checkin-process): Remove.
11176 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
11177 (log-edit-headers-alist): New var.
11178 (log-edit-header-contents-regexp): New const.
11179 (log-edit-match-to-eoh): New function.
11180 (log-edit-font-lock-keywords): Use them.
11181 (log-edit): Insert a "Summary:" header as default.
11182 (log-edit-mode): Mark font-lock rules as case-insensitive.
11183 (log-edit-done): Cleanup headers.
11184 (log-view-process-buffer): Remove.
11185 (log-edit-extract-headers): New function to replace it.
11186
11187 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
11188
11189 * subr.el (default-direction-reversed): Remove obsolescence info.
11190
11191 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11192
11193 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
11194 windows/frames.
11195
11196 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
11197 I.e. include text after point in the completion region.
11198 Also, return nil when we're not after/in a symbol.
11199
11200 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
11201 default enable-multibyte-characters.
11202
11203 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11204
11205 * international/mule.el: Help the user choose a valid coding-system.
11206 (read-buffer-file-coding-system): New function.
11207 (set-buffer-file-coding-system): Use it. Prompt the user if the
11208 coding-system cannot encode all the chars.
11209
11210 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
11211 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
11212 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
11213 Don't use *vc-bzr-shelve*.
11214
11215 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
11216
11217 Fix the version number for added files.
11218 * vc-hg.el (vc-hg-working-revision): Check if the file is
11219 registered after hg parent fails (Bug#5961).
11220
11221 2010-04-19 Glenn Morris <rgm@gnu.org>
11222
11223 * htmlfontify.el (htmlfontify-buffer)
11224 (htmlfontify-copy-and-link-dir): Autoload entry points.
11225
11226 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
11227
11228 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
11229 name relative to the project root (Bug#5960).
11230
11231 2010-04-19 Glenn Morris <rgm@gnu.org>
11232
11233 * vc-git.el (vc-git-print-log): Doc fix.
11234
11235 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
11236
11237 * ido.el (ido-file-internal): Fix 2009-12-02 change.
11238
11239 2010-04-19 Christoph Scholtes <cschol2112@googlemail.com>
11240
11241 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
11242 default settings (Bug#5928).
11243
11244 2010-04-19 Glenn Morris <rgm@gnu.org>
11245
11246 * progmodes/fortran.el (fortran-match-and-skip-declaration):
11247 New function.
11248 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
11249
11250 2010-04-19 Kenichi Handa <handa@m17n.org>
11251
11252 * language/indian.el (malayalam-composable-pattern): Fix previous
11253 change (add U+0D4D "SIGN VIRAMA").
11254 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
11255 (tamil-composable-pattern): Fix typo in the regexp.
11256 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
11257 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
11258 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
11259
11260 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
11261
11262 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
11263 paragraph-separate (Bug#5821).
11264
11265 2010-04-19 Juri Linkov <juri@jurta.org>
11266
11267 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
11268
11269 * info.el (Info-find-node-2): Comment out code that skips
11270 breadcrumbs line.
11271 (Info-mouse-follow-link): New command.
11272 (Info-link-keymap): New keymap.
11273 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
11274 Return a string with links instead of inserting breadcrumbs
11275 to the Info buffer.
11276 (Info-fontify-node): Comment out code that inserts breadcrumbs.
11277 Instead of putting the `invisible' text property over the Info
11278 header, make an overlay over the Info header with the `invisible'
11279 property and `after-string' set to the string returned by
11280 `Info-breadcrumbs'.
11281
11282 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
11283
11284 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
11285 Reported by monkey@sandpframing.com.
11286
11287 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11288
11289 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
11290 (tmm-get-keymap): Add key-binding shortcuts now that they're not
11291 available in the "keyseq cache" any more.
11292
11293 * custom.el (defcustom): Add edebug spec.
11294
11295 2010-04-18 Juri Linkov <juri@jurta.org>
11296
11297 Test for special mode-class in view-buffer instead of view-file (bug#5513).
11298
11299 * view.el (view-file, view-buffer): Move test for special mode-class
11300 from view-file to view-buffer.
11301
11302 * tar-mode.el (tar-extract): Turn if's into one cond
11303 like in arc-mode.el.
11304
11305 2010-04-18 Juri Linkov <juri@jurta.org>
11306
11307 Add 7z archive format support (bug#5475).
11308
11309 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
11310 (archive-7z-extract): New defcustom.
11311 (archive-find-type): Add magic string for 7z.
11312 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
11313 If `stderr-file' is non-nil, use `(t stderr-file)' for the
11314 `buffer' arg of `call-process'.
11315 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
11316 call the function `archive-7z-extract' with the variable
11317 `archive-7z-extract' let-bound to `archive-zip-extract'.
11318 (archive-7z-summarize, archive-7z-extract): New functions.
11319
11320 * international/mule.el (auto-coding-alist):
11321 * files.el (auto-mode-alist): Add 7z file extension.
11322
11323 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11324
11325 * loadup.el: Setup hash-cons for pure data.
11326
11327 Fix duplicate entries in cedet's loaddefs.el files.
11328 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
11329 Should make most file-local generated-autoload-file unnecessary.
11330 (print-readably): Silence warnings.
11331 (autoload-find-destination): Take load-name as an arg to make sure
11332 it's the same as the one that will be in the file.
11333 (autoload-generate-file-autoloads): Adjust to above changes.
11334 Try to make the dataflow a bit simpler.
11335
11336 * cvs-status.el (cvs-refontify): Remove unused.
11337
11338 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
11339
11340 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
11341
11342 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
11343 twos-complement mode.
11344
11345 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
11346
11347 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
11348 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
11349 (calc-inverse): Add "Option" to message, as appropriate.
11350 (calc-hyperbolic): Add "Option" to message, as appropriate.
11351 (calc-option, calc-is-option): New functions.
11352
11353 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
11354 (calc-option-prefix-help): New function.
11355
11356 * calc/calc-misc.el (calc-help): Add "Option" entry.
11357
11358 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
11359 (calc-option-flag): New variable.
11360 (calc-do): Set `calc-option-flag to nil.
11361 (calc-set-mode-line): Add "Opt " as appropriate.
11362
11363 2010-04-16 Juri Linkov <juri@jurta.org>
11364
11365 Move scrolling commands from simple.el to window.el
11366 because their primitives are implemented in window.c.
11367
11368 * simple.el (scroll-error-top-bottom)
11369 (scroll-up-command, scroll-down-command, scroll-up-line)
11370 (scroll-down-line, scroll-other-window-down)
11371 (beginning-of-buffer-other-window, end-of-buffer-other-window):
11372 * window.el (scroll-error-top-bottom)
11373 (scroll-up-command, scroll-down-command, scroll-up-line)
11374 (scroll-down-line, scroll-other-window-down)
11375 (beginning-of-buffer-other-window, end-of-buffer-other-window):
11376 Move from simple.el to window.el because their primitives are
11377 implemented in window.c.
11378
11379 2010-04-16 Juri Linkov <juri@jurta.org>
11380
11381 * isearch.el (isearch-lookup-scroll-key): Check both
11382 `isearch-scroll' and `scroll-command' properties.
11383 (scroll-up, scroll-down): Remove `isearch-scroll' property.
11384
11385 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
11386
11387 * simple.el (scroll-up-command, scroll-down-command)
11388 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
11389
11390 2010-04-15 Juri Linkov <juri@jurta.org>
11391
11392 * simple.el (scroll-up-command, scroll-down-command)
11393 (scroll-up-line, scroll-down-line): Put `scroll-command'
11394 property on the these symbols. Remove them from
11395 `scroll-preserve-screen-position-commands'.
11396
11397 * mwheel.el (mwheel-scroll): Put `scroll-command' and
11398 `isearch-scroll' properties on the `mwheel-scroll' symbol.
11399 Remove it from `scroll-preserve-screen-position-commands'.
11400
11401 * isearch.el (isearch-allow-scroll): Doc fix.
11402
11403 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
11404
11405 * net/tramp.el (tramp-error-with-buffer): Don't show the
11406 connection buffer when we are in completion mode.
11407 (tramp-file-name-handler): Catch the error for some operations
11408 when we are in completion mode. This gives the user the chance to
11409 correct the file name in the minibuffer.
11410
11411 2010-04-15 Glenn Morris <rgm@gnu.org>
11412
11413 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
11414
11415 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
11416
11417 Simplify by using `define-derived-mode'.
11418 * info.el (Info-mode):
11419 * calendar/todo-mode.el (todo-mode):
11420 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
11421 (gomoku-mode-map): Move initialization into declaration.
11422
11423 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
11424
11425 Fix Bug#5840.
11426 * ido.el (ido-file-name-all-completions-1):
11427 * minibuffer.el (minibuffer-completion-help):
11428 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
11429
11430 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11431
11432 * simple.el (non-essential): New var.
11433
11434 Add a new field `location' to bookmarks for non-file bookmarks.
11435 * bookmark.el (bookmark-location): Use the new field, if present.
11436 (bookmark-insert-location): Undo last change, not needed any more.
11437 * man.el (Man-bookmark-make-record):
11438 * woman.el (woman-bookmark-make-record): Add `location' field.
11439
11440 2010-04-14 Juri Linkov <juri@jurta.org>
11441
11442 * simple.el (scroll-error-top-bottom): New defcustom.
11443 (scroll-up-command, scroll-down-command): Use it. Doc fix.
11444
11445 * emulation/pc-select.el (pc-select-override-scroll-error):
11446 Obsolete in favor of `scroll-error-top-bottom'.
11447
11448 2010-04-14 Juri Linkov <juri@jurta.org>
11449
11450 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
11451 `scroll-up-command' and `M-v' to `scroll-down-command'.
11452
11453 * emulation/cua-rect.el (cua--init-rectangles):
11454 * forms.el (forms--change-commands):
11455 * image-mode.el (image-mode-map):
11456 Remap scroll-down-command and scroll-up-command
11457 in addition to scroll-down and scroll-up.
11458
11459 2010-04-14 Juri Linkov <juri@jurta.org>
11460
11461 * mwheel.el (scroll-preserve-screen-position-commands):
11462 Add mwheel-scroll to this list of commands.
11463
11464 * simple.el (scroll-preserve-screen-position-commands):
11465 Add scroll-up-command, scroll-down-command, scroll-up-line,
11466 scroll-down-line to this list of commands.
11467
11468 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
11469
11470 * obsolete/complete.el: Move from lisp/complete.el.
11471
11472 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
11473
11474 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
11475 to the minor mode function now turns the mode ON unconditionally.
11476
11477 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11478
11479 * vc-dir.el (vc-dir-kill-line): New command.
11480 (vc-dir-mode-map): Bind it to C-k.
11481
11482 * bookmark.el (bookmark-insert-location): Handle a nil filename.
11483
11484 * woman.el: Add bookmark declarations to silence the compiler.
11485 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
11486 step to compatibility between man and woman bookmarks.
11487 Adjust for Man-default-bookmark-title renaming.
11488 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
11489
11490 * man.el: Add bookmark declarations to silence the compiler.
11491 (Man-name-local-regexp): Make it match NAME as well.
11492 (Man-getpage-in-background): Return the buffer.
11493 (Man-notify-when-ready): Use `case'.
11494 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
11495 Don't hardcode "NAME". Simplify.
11496 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
11497 Rename from Man-bookmark-make-record.
11498 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
11499 we have the actual man-args. Use Man-getpage-in-background rather
11500 than `man' since the arg is already processed. Let bookmark.el do the
11501 window handling. Only wait for the relevant process.
11502 Don't forget to autoload.
11503
11504 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
11505
11506 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11507
11508 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
11509 New functions.
11510 (woman-mode): Setup bookmark support.
11511
11512 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
11513 (man-bookmark-jump): New functions.
11514 (Man-mode): Setup bookmark support.
11515
11516 2010-04-10 Jari Aalto <jari.aalto@cante.net>
11517
11518 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
11519 recognize ssh-keygen prompt (Bug#2817).
11520
11521 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
11522
11523 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
11524
11525 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
11526
11527 Synchronize with Tramp repository.
11528
11529 * net/tramp.el (tramp-completion-function-alist)
11530 (tramp-file-name-regexp, tramp-chunksize)
11531 (tramp-local-coding-commands, tramp-remote-coding-commands):
11532 Fix docstring.
11533 (tramp-remote-process-environment): Use `format' instead of `concat'.
11534 (tramp-handle-directory-files-and-attributes)
11535 (tramp-get-remote-path): Use `copy-tree'.
11536 (tramp-handle-file-name-all-completions): Backward/ XEmacs
11537 compatibility: Use `completion-ignore-case' if
11538 `read-file-name-completion-ignore-case' does not exist.
11539 (tramp-do-copy-or-rename-file-directly): Do not use
11540 `tramp-handle-file-remote-p'.
11541 (tramp-do-copy-or-rename-file-out-of-band):
11542 Use `tramp-compat-delete-directory'.
11543 (tramp-do-copy-or-rename-file-out-of-band)
11544 (tramp-compute-multi-hops, tramp-maybe-open-connection):
11545 Use `format-spec-make'.
11546 (tramp-find-foreign-file-name-handler)
11547 (tramp-advice-make-auto-save-file-name)
11548 (tramp-set-auto-save-file-modes): Remove superfluous check for
11549 `stringp'. This is done inside `tramp-tramp-file-p'.
11550 (tramp-debug-outline-regexp): New defconst.
11551 (tramp-get-debug-buffer): Use it.
11552 (tramp-check-for-regexp): Use (forward-line 1).
11553 (tramp-set-auto-save-file-modes): Adapt version check.
11554
11555 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
11556 Wrap call of `featurep' for 2nd argument.
11557 (tramp-compat-make-temp-file): Simplify fallback implementation.
11558 (tramp-compat-copy-tree): Remove function.
11559 (tramp-compat-delete-directory): Provide implementation for older
11560 Emacsen.
11561
11562 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
11563 Do not use `tramp-fish-handle-file-attributes.
11564
11565 * net/trampver.el: Update release number.
11566
11567 2010-04-10 Glenn Morris <rgm@gnu.org>
11568
11569 * progmodes/compile.el (compilation-save-buffers-predicate):
11570 Add missing :version tag.
11571
11572 2010-04-09 Sam Steingold <sds@gnu.org>
11573
11574 * progmodes/compile.el (compilation-save-buffers-predicate):
11575 Remove the "autoload" cookie.
11576
11577 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
11578 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
11579 and `bug-reference-prog-mode' can be used in hooks directly.
11580
11581 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
11582
11583 Add --author support to git commit.
11584 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
11585 (vc-git-log-edit-mode): New minor mode.
11586 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
11587 New declarations.
11588
11589 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
11590
11591 * vc-hooks.el, vc-git.el: Improve documentation comments.
11592
11593 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11594
11595 Fix some of the problems in defsubst* (bug#5728).
11596 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
11597 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
11598
11599 2010-04-07 Sam Steingold <sds@gnu.org>
11600
11601 * progmodes/compile.el (compilation-save-buffers-predicate):
11602 New custom variable.
11603 (compile, recompile): Pass it to `save-some-buffers'.
11604
11605 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
11606
11607 * wid-edit.el (widget-choose): Move cursor to the second line of
11608 the buffer (Bug#5695).
11609
11610 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
11611
11612 Add new VC methods: vc-log-incoming and vc-log-outgoing.
11613 * vc.el (vc-print-log-setup-buttons): New function split out from
11614 vc-print-log-internal.
11615 (vc-log-internal-common): New function, a parametrized version of
11616 vc-print-log-internal.
11617 (vc-print-log-internal): Just call vc-log-internal-common with the
11618 right arguments.
11619 (vc-incoming-outgoing-internal):
11620 (vc-log-incoming, vc-log-outgoing): New functions.
11621 (vc-log-view-type): New permanent local variable.
11622
11623 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
11624
11625 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
11626 of the dynamic bound vc-short-log.
11627 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
11628
11629 * vc-git.el (vc-git-log-outgoing): New function.
11630 (vc-git-log-view-mode): Use vc-log-view-type instead
11631 of the dynamic bound vc-short-log.
11632
11633 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
11634 of the dynamic bound vc-short-log. Highlight the tag.
11635 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
11636 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
11637 (vc-hg-incoming-mode): Remove.
11638 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
11639
11640 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
11641
11642 Fix default-directory for vc-root-diff.
11643 * vc.el (vc-root-diff): Bind default-directory to the root
11644 directory for the diff command.
11645
11646 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
11647
11648 * progmodes/verilog-mode.el (verilog-forward-sexp):
11649 (verilog-calc-1): Support "disable fork" and "fork wait" multi
11650 word keywords, suggested by Steve Pearlmutter.
11651 (verilog-pretty-declarations): Support lineup of declarations in
11652 port lists.
11653 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
11654 fix bug for /* / comments.
11655 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
11656 Speed up and simplfy as this is never called with a bound.
11657 (verilog-pretty-declarations): Enhance to line up declarations
11658 inside a parameter list, suggested by Alan Morgan.
11659 (verilog-pretty-expr): Tune assignment regular expression match
11660 string for corner cases; also use markers instead of character
11661 number as indent changes the later.
11662
11663 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
11664
11665 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
11666 as missing keyword.
11667 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
11668 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
11669 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
11670 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
11671 Tennant.
11672 (verilog-keywords):
11673 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
11674 1800-2009 keywords, including "global.".
11675
11676 2010-04-06 John Wiegley <jwiegley@gmail.com>
11677
11678 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
11679 appearing in buffer list (if a live buffer name matched a recentf
11680 file basename). Should use uniquify to offer a real solution.
11681
11682 2010-04-06 John Wiegley <jwiegley@gmail.com>
11683
11684 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
11685 comment to code, and add a :version tag.
11686 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
11687
11688 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
11689
11690 Enable recentf-mode if using virtual buffers.
11691 * ido.el (recentf-list): Declare for byte-compiler.
11692 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
11693 (ido-make-buffer-list): Simplify.
11694 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
11695
11696 2010-04-05 Juri Linkov <juri@jurta.org>
11697
11698 Scrolling commands which scroll a line instead of full screen.
11699 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
11700
11701 * simple.el (scroll-up-line, scroll-down-line): New commands.
11702 Put property isearch-scroll=t on them.
11703
11704 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
11705 Remove commands.
11706
11707 2010-04-05 Juri Linkov <juri@jurta.org>
11708
11709 Scrolling commands which do not signal errors at top/bottom.
11710 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
11711
11712 * simple.el (scroll-up-command, scroll-down-command): New commands.
11713 Put property isearch-scroll=t on them.
11714
11715 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
11716 `scroll-down-command' and [next] from `scroll-up' to
11717 `scroll-up-command'.
11718
11719 * emulation/cua-base.el: Put property CUA=move on
11720 `scroll-up-command' and `scroll-down-command'.
11721 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
11722 and `scroll-down-command' to `cua-scroll-down'.
11723
11724 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
11725
11726 * help.el (describe-mode): Return nil.
11727
11728 2010-04-04 John Wiegley <jwiegley@gmail.com>
11729
11730 * ido.el (ido-use-virtual-buffers): New variable to indicate
11731 whether "virtual buffer" support is enabled for IDO.
11732 (ido-virtual): Face used to indicate virtual buffers in the list.
11733 (ido-buffer-internal): If a buffer is chosen, and no such buffer
11734 exists, but a virtual buffer of that name does (which would be why
11735 it was in the list), recreate the buffer by reopening the file.
11736 (ido-make-buffer-list): If virtual buffers are being used, call
11737 `ido-add-virtual-buffers-to-list' before the make list hook.
11738 (ido-virtual-buffers): New variable which contains a copy of the
11739 current contents of the `recentf-list', albeit pared down for the
11740 sake of speed, and with proper faces applied.
11741 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
11742 create a list of "virtual buffers" to present to the user in
11743 addition to the currently open set. Note that this logic could
11744 get rather slow if that list is too large. With the default
11745 `recentf-max-saved-items' of 200, there is little speed penalty.
11746
11747 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11748
11749 * font-lock.el: Require CL when compiling.
11750 (font-lock-turn-on-thing-lock): Use `case'.
11751
11752 2010-04-03 Eli Zaretskii <eliz@gnu.org>
11753
11754 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
11755 Zaretskii.
11756
11757 2010-04-02 Juri Linkov <juri@jurta.org>
11758
11759 * ehelp.el (electric-help-orig-major-mode):
11760 New buffer-local variable.
11761 (electric-help-mode): Set it to original major-mode. Doc fix.
11762 (with-electric-help): Use `electric-help-orig-major-mode' instead
11763 of (default-value 'major-mode). Doc fix.
11764 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
11765
11766 2010-04-02 Sam Steingold <sds@gnu.org>
11767
11768 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
11769 `vc-hg-command' with a list of flags.
11770
11771 * progmodes/bug-reference.el (bug-reference-bug-regexp):
11772 Also accept "patch" and "RFE".
11773 (bug-reference-fontify): `bug-reference-url-format' can also be a
11774 function to be able to handle the bug kind.
11775 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
11776
11777 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
11778
11779 * tmm.el (tmm-get-keymap): Check with symbolp before passing
11780 value to fboundp, it may not be a symbol.
11781
11782 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
11783
11784 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
11785
11786 2010-03-31 Juri Linkov <juri@jurta.org>
11787
11788 * simple.el (next-line, previous-line): Re-throw a signal
11789 with `signal' instead of using `ding'.
11790 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
11791
11792 2010-03-31 Juri Linkov <juri@jurta.org>
11793
11794 * simple.el (keyboard-escape-quit): Raise deselecting the active
11795 region higher than exiting the minibuffer.
11796 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
11797
11798 2010-03-31 Juri Linkov <juri@jurta.org>
11799
11800 * image.el (image-animated-p): Use `image-metadata' instead of
11801 `image-extension-data'. Get GIF extenstion data from metadata
11802 property `extension-data'.
11803
11804 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11805
11806 * simple.el (append-to-buffer): Simplify.
11807
11808 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
11809
11810 * textmodes/artist.el (artist-mode): Fix typo in docstring.
11811 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
11812
11813 2010-03-31 Kenichi Handa <handa@m17n.org>
11814
11815 * language/sinhala.el (composition-function-table): Fix regexp for
11816 the new Unicode specification.
11817
11818 * language/indian.el (devanagari-composable-pattern)
11819 (tamil-composable-pattern, kannada-composable-pattern)
11820 (malayalam-composable-pattern): Adjust for the new Unicode
11821 specification.
11822 (bengali-composable-pattern, gurmukhi-composable-pattern)
11823 (gujarati-composable-pattern, oriya-composable-pattern)
11824 (telugu-composable-pattern): New variables to cope with the new
11825 Unicode specification. Use them in composition-function-table.
11826
11827 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11828
11829 Make tmm-menubar work for the Buffers menu again (bug#5726).
11830 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
11831 vectors rather than cons cells, as used in menu-bar-update-buffers.
11832
11833 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
11834
11835 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
11836 (js-insert-and-indent): Revert 2009-08-15 change, restoring
11837 electric punctuation for "{}();,:" (Bug#5586).
11838
11839 * mail/sendmail.el (mail-default-directory): Doc fix.
11840
11841 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
11842
11843 * mail/sendmail.el (mail-default-directory): Doc fix.
11844
11845 2010-03-31 Eli Zaretskii <eliz@gnu.org>
11846
11847 * subr.el (version-regexp-alist, version-to-list)
11848 (version-list-<, version-list-=, version-list-<=)
11849 (version-list-not-zero, version<, version<=, version=): Doc fix.
11850 (Bug#5744).
11851
11852 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
11853
11854 * vc.el (vc-root-diff): Doc fix.
11855
11856 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
11857
11858 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
11859
11860 * simple.el (append-to-buffer): Fix last change.
11861
11862 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
11863
11864 * simple.el (append-to-buffer): Ensure that point is preserved if
11865 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
11866 (Bug#5749)
11867
11868 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11869
11870 * files.el (auto-mode-case-fold): Change default to t.
11871
11872 2010-03-30 Juri Linkov <juri@jurta.org>
11873
11874 * dired-x.el (dired-omit-mode): Doc fix.
11875
11876 2010-03-30 Juri Linkov <juri@jurta.org>
11877
11878 * replace.el (occur-accumulate-lines): Move occur-engine related
11879 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
11880 to be located after `occur-engine'.
11881
11882 2010-03-30 Juri Linkov <juri@jurta.org>
11883
11884 Make occur handle multi-line matches cleanly with context.
11885 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
11886
11887 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
11888 (occur-engine): Add local variables `ret', `prev-after-lines',
11889 `prev-lines'. Use more arguments for `occur-context-lines'.
11890 Set first elem of its returned list to `data', and the second elem
11891 to `prev-after-lines'. Don't print the separator line.
11892 In the end, print remaining context after-lines.
11893 (occur-context-lines): Add new arguments `begpt', `endpt',
11894 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
11895 after-lines of the previous match with before-lines of the
11896 current match and not overlap them. Return a list with two
11897 values: the output line and the list of context after-lines.
11898
11899 2010-03-30 Juri Linkov <juri@jurta.org>
11900
11901 * replace.el (occur-accumulate-lines): Fix a bug where the first
11902 context line at the beginning of the buffer was missing.
11903
11904 2010-03-30 Eli Zaretskii <eliz@gnu.org>
11905
11906 * files.el: Make bidi-display-reordering safe variable for boolean
11907 values.
11908
11909 2010-03-29 Phil Hagelberg <phil@evri.com>
11910 Chong Yidong <cyd@stupidchicken.com>
11911
11912 * subr.el: Extend progress reporters to perform "spinning".
11913 (progress-reporter-update, progress-reporter-do-update):
11914 Handle non-numeric value arguments.
11915 (progress-reporter--pulse-characters): New var.
11916
11917 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
11918
11919 * progmodes/compile.el (compilation-start): Fix regexp detection
11920 of initial cd command (Bug#5771).
11921
11922 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
11923
11924 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
11925
11926 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
11927
11928 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
11929 * progmodes/gdb-mi.el: Restore.
11930 * progmodes/gdb-ui.el: Remove.
11931 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
11932
11933 2010-03-25 Glenn Morris <rgm@gnu.org>
11934
11935 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
11936 all dired buffers, even tramp ones. (Bug#5755)
11937
11938 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
11939
11940 Add "union tags" in mpc.el.
11941 * mpc.el: Remove backward compatibility code.
11942 (mpc-browser-tags): Change default.
11943 (mpc--find-memoize-union-tags): New var.
11944 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
11945 (mpc-cmd-find): Handle the case where the playlist does not exist.
11946 Handle union-tags.
11947 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
11948 (mpc-cmd-add): Use mpc-cmd-flush.
11949 (mpc-tagbrowser-tag-name): New fun.
11950 (mpc-tagbrowser-buf): Use it.
11951 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
11952
11953 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11954
11955 Misc cleanup.
11956 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
11957 Use replace-regexp-in-string.
11958 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
11959 (makefile-imake-mode-syntax-table): Move init into defvar.
11960 (makefile-mode): Use define-derived-mode.
11961
11962 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
11963 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
11964 not be present any more.
11965
11966 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
11967
11968 * faces.el (set-face-attribute): Fix typo in docstring.
11969 (face-valid-attribute-values): Reflow docstring.
11970
11971 2010-03-24 Glenn Morris <rgm@gnu.org>
11972
11973 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
11974
11975 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
11976
11977 * indent.el (indent-for-tab-command): Doc fix.
11978
11979 2010-03-24 Alan Mackenzie <acm@muc.de>
11980
11981 * progmodes/cc-engine.el (c-remove-stale-state-cache):
11982 Fix off-by-one error. Fixes bug #5747.
11983
11984 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
11985
11986 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
11987 (image-dired-read-comment): Doc fix.
11988
11989 * json.el (json-object-type, json-array-type, json-key-type)
11990 (json-false, json-null, json-read-number):
11991 * minibuffer.el (completion-in-region-functions):
11992 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
11993 (cal-tex-cursor-week):
11994 * emacs-lisp/trace.el (trace-function):
11995 * eshell/em-basic.el (eshell/printnl):
11996 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
11997 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
11998 * obsolete/levents.el (allocate-event, event-key, event-object)
11999 (event-point, event-process, event-timestamp, event-to-character)
12000 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
12001 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
12002 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
12003 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
12004 (reftex-highlight-selection): Fix typos in docstrings.
12005
12006 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
12007
12008 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
12009
12010 2010-03-24 Glenn Morris <rgm@gnu.org>
12011
12012 * mail/rmail.el (rmail-highlight-face): Restore option deleted
12013 2008-02-13 without comment; mark it obsolete.
12014 (rmail-highlight-headers): Use rmail-highlight-face once more.
12015
12016 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
12017
12018 * woman.el (woman2-process-escapes): Only consume the newline if
12019 the filler character is on a line by itself (Bug#5729).
12020
12021 2010-03-24 Kenichi Handa <handa@m17n.org>
12022
12023 * language/indian.el (devanagari-composable-pattern): Add more
12024 consonants.
12025
12026 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
12027
12028 * net/trampver.el: Update release number.
12029
12030 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
12031
12032 * net/tramp.el (tramp-find-executable):
12033 Use `tramp-get-connection-buffer'. Make the regexp for checking
12034 output of "wc -l" more robust.
12035 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
12036 (tramp-open-connection-setup-interactive-shell): Remove workaround
12037 for OpenSolaris bug, it is not needed anymore.
12038
12039 2010-03-24 Glenn Morris <rgm@gnu.org>
12040
12041 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
12042
12043 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
12044
12045 * files.el (auto-mode-alist): Accept more verilog file patterns.
12046
12047 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12048
12049 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
12050
12051 2010-03-24 Glenn Morris <rgm@gnu.org>
12052
12053 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
12054 log-edit-before-checkin-process.
12055
12056 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
12057
12058 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
12059
12060 * vc-dispatcher.el (vc-start-logentry): Doc fix.
12061 (log-view-process-buffer, log-edit-extra-flags): Declare.
12062
12063 * log-edit.el (log-edit-before-checkin-process): Doc fix.
12064
12065 2010-03-23 Sam Steingold <sds@gnu.org>
12066
12067 Fix bug#5620: recalculate all markers on compilation buffer
12068 modifications, not on file modifications.
12069 * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
12070 variable: the buffer modification time, for buffers not associated with
12071 files.
12072 (compilation-mode): Create it.
12073 (compilation-filter): Update it.
12074 (compilation-next-error-function): Use it instead of
12075 `visited-file-modtime' for timestamp.
12076
12077 2010-03-23 Juri Linkov <juri@jurta.org>
12078
12079 Implement Occur multi-line matches.
12080 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
12081
12082 * replace.el (occur): Doc fix.
12083 (occur-engine): Set `begpt' to the beginning of the first line.
12084 Set `endpt' to the end of the last match line. At first, count
12085 line numbers between `origpt' and `begpt'. Split out code from
12086 `out-line' variable to new let-bindings `match-prefix' and
12087 `match-str'. In `out-line' add non-numeric prefix to all
12088 non-first lines of multi-line matches. Finally, count lines
12089 between `begpt' and `endpt' and add to `lines'.
12090
12091 2010-03-23 Juri Linkov <juri@jurta.org>
12092
12093 * replace.el (occur-accumulate-lines, occur-engine):
12094 Use `occur-engine-line' instead of duplicate code.
12095 (occur-engine-line): New function created from duplicate code
12096 in `occur-accumulate-lines' and `occur-engine'.
12097
12098 * replace.el (occur-engine-line): Add optional arg `keep-props'.
12099 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
12100
12101 2010-03-23 Juri Linkov <juri@jurta.org>
12102
12103 * finder.el: Remove TODO tasks.
12104
12105 * info.el (Info-finder-find-node): Add node "all"
12106 with all package info. Handle a list of multiple keywords
12107 separated by comma.
12108 (info-finder): In interactive use with a prefix argument,
12109 use `completing-read-multiple' to read a list of keywords
12110 separated by comma.
12111
12112 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12113
12114 Add a new completion style `substring'.
12115 * minibuffer.el (completion-basic--pattern): New function.
12116 (completion-basic-try-completion, completion-basic-all-completions):
12117 Use it.
12118 (completion-substring--all-completions)
12119 (completion-substring-try-completion)
12120 (completion-substring-all-completions): New functions.
12121 (completion-styles-alist): New style `substring'.
12122
12123 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12124
12125 Get rid of .elc files after removal of the corresponding .el.
12126 * Makefile.in (compile-clean): New target.
12127 (compile-main): Use it.
12128
12129 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
12130
12131 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
12132 don't do make there. When compiling with separate object dir, there
12133 is no Makefile there.
12134
12135 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12136
12137 Get rid of the ELCFILES abomination, again.
12138 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
12139 (all, compile): Don't call compile-last.
12140 (compile-main): Build the "elcfiles" list dynamically.
12141 (compile-targets): New (internal) target.
12142
12143 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
12144
12145 * Makefile.in (top_srcdir): Define.
12146 (abs_top_builddir): Define.
12147 (srcdir): Don't append `/..'.
12148 (EMACS): Use ${abs_top_builddir}.
12149 (all, compile, compile-always, compile-last): Don't set emacswd.
12150 (update-subdirs, update-authors): Use $(top_srcdir) instead of
12151 $(srcdir).
12152 (lisp): Use $(srcdir) instead of @srcdir@.
12153
12154 2010-03-21 Juri Linkov <juri@jurta.org>
12155
12156 Fix message of multi-line occur regexps and multi-buffer header lines.
12157 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
12158
12159 * replace.el (occur-1): Don't display regexp if it is longer
12160 than window-width. Use `query-replace-descr' to display regexp.
12161 (occur-engine): Don't display regexp in the buffer header for
12162 multi-buffer occur. Display a separate header line with total
12163 match count and regexp for multi-buffer occur.
12164 Use `query-replace-descr' to display regexp.
12165
12166 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
12167
12168 * net/secrets.el: Fix parenthesis.
12169 (secrets-enabled): Fix parenthesis.
12170
12171 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12172
12173 Use more relative file and directory names.
12174 * Makefile.in (EMACS): Arrange for it to work when we chdir.
12175 (setwins, setwins_almost, setwins_for_subdirs):
12176 Don't `cd'; output relative names.
12177 (all, compile, compile-always, compile-last): Set emacswd.
12178 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
12179 Just cd to the lisp source dir so we can use relative file names.
12180
12181 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
12182
12183 2010-03-20 Glenn Morris <rgm@gnu.org>
12184
12185 * textmodes/rst.el: Use faces for font-lock customization, and make the
12186 old -face variables obsolete.
12187 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
12188 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
12189 (rst-block-face, rst-external-face, rst-definition-face)
12190 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
12191 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
12192 Make obsolete.
12193 (rst-font-lock-keywords-function): Update for above changes.
12194
12195 2010-03-20 Juri Linkov <juri@jurta.org>
12196
12197 * s-region.el:
12198 * obsolete/s-region.el: Move to obsolete.
12199
12200 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
12201
12202 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
12203
12204 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12205
12206 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
12207
12208 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12209
12210 Add special markup processing for commit logs.
12211 * log-edit.el (log-edit-extra-flags): New variable.
12212 (log-edit): Add new argument MODE. Use that mode when non-nil
12213 instead of the log-view-mode.
12214 (log-view-process-buffer): New function.
12215
12216 * vc.el: Document that the checkin method takes optional
12217 arguments. Document new backend specific method: log-view-mode.
12218 (vc-default-log-edit-mode): New function.
12219 (vc-checkin): Use a backend specific log-view-mode.
12220 Pass extra arguments to the checkin method.
12221 (vc-modify-change-comment): Pass a dummy extra argument.
12222
12223 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
12224 log-edit.
12225 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
12226 (vc-finish-logentry): Process the log buffer before passing it
12227 down. Pass log-edit-extra-flags.
12228
12229 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
12230 command.
12231 (log-edit-extra-flags, log-edit-before-checkin-process):
12232 New declarations.
12233
12234 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
12235 command.
12236 (log-edit-extra-flags, log-edit-before-checkin-process):
12237 New declarations.
12238 (vc-hg-log-edit-mode): New derived mode.
12239
12240 * vc-arch.el (vc-arch-checkin):
12241 * vc-cvs.el (vc-cvs-checkin):
12242 * vc-git.el (vc-git-checkin):
12243 * vc-mtn.el (vc-mtn-checkin):
12244 * vc-rcs.el (vc-rcs-checkin):
12245 * vc-sccs.el (vc-sccs-checkin):
12246 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
12247
12248 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12249
12250 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
12251 parent typo).
12252
12253 2010-03-19 Glenn Morris <rgm@gnu.org>
12254
12255 * password-cache.el (password-cache, password-cache-expiry): Autoload.
12256
12257 2010-03-18 Glenn Morris <rgm@gnu.org>
12258
12259 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
12260
12261 * replace.el (query-replace-history): Give it a doc string.
12262 (map-query-replace-regexp): Use query-replace-from-history-variable
12263 and query-replace-to-history-variable.
12264
12265 * mail/hashcash.el (declare-function): Remove duplicate definition.
12266
12267 * mail/emacsbug.el (report-emacs-bug-pretest-address):
12268 Make it an obsolete alias for report-emacs-bug-address.
12269 (message-strip-special-text-properties): Declare.
12270 (report-emacs-bug): Remove test for a pretest bug address.
12271 Combine message-mode-specific code.
12272
12273 * mail/supercite.el: Don't require sendmail.
12274 (mh-in-header-p): Declare rather than using with-no-warnings.
12275 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
12276 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
12277
12278 * calendar/cal-french.el: Convert to utf-8.
12279
12280 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
12281 Emacs scripts.
12282
12283 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
12284
12285 * net/secrets.el (secrets-enabled): New variable. Use it instead
12286 of a subfeature.
12287
12288 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
12289
12290 * net/secrets.el (top): Register the D-Bus signals only when the
12291 service "org.freedesktop.secrets" can be pinged.
12292 Provide subfeature `enabled'.
12293
12294 2010-03-14 Juri Linkov <juri@jurta.org>
12295
12296 Add finder unknown keywords.
12297
12298 * finder.el (finder-unknown-keywords): New function.
12299
12300 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
12301 to create a Finder node with unknown keywords.
12302
12303 2010-03-14 Juri Linkov <juri@jurta.org>
12304
12305 * finder.el (finder-compile-keywords): Replace `princ' with
12306 `prin1' on a list of symbols interned from keyword strings.
12307
12308 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
12309 a comma, then split keywords using a comma and optional whitespace.
12310 Otherwise, split by whitespace.
12311
12312 * complete.el:
12313 * face-remap.el:
12314 * log-view.el:
12315 * net/hmac-def.el:
12316 * net/hmac-md5.el:
12317 * net/netrc.el:
12318 * progmodes/mixal-mode.el: Fix keywords.
12319
12320 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
12321
12322 * Makefile.in (ELCFILES): Add net/secrets.elc.
12323
12324 * net/secrets.el: New file.
12325
12326 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
12327
12328 * facemenu.el (list-colors-display, list-colors-print): New arg
12329 callback. Use it to allow selecting colors.
12330
12331 * wid-edit.el (widget-image-insert): Insert image prop even if the
12332 current display is non-graphic.
12333 (widget-field-value-set): New fun.
12334 (editable-field): Use it.
12335 (widget-field-value-get): Clean up unused var.
12336 (widget-color-value-create, widget-color--choose-action):
12337 New funs. Allow using list-colors-display to choose color.
12338
12339 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
12340
12341 * cus-edit.el: Resort topmost custom groups.
12342 (custom-buffer-sort-alphabetically): Default to t.
12343 (customize-apropos): Use apropos-parse-pattern.
12344 (custom-search-field): New var.
12345 (custom-buffer-create-internal): Add custom-apropos search field.
12346 (custom-add-parent-links): Don't display parent doc.
12347 (custom-group-value-create): Don't sort top-level custom group.
12348 (custom-magic-value-create): Show visibility button before option name.
12349
12350 (custom-variable-state): New fun, from custom-variable-state-set.
12351 (custom-variable-state-set): Use it.
12352 (custom-group-value-create): Hide options with standard values
12353 using the :hidden-states property. Use progress reporter.
12354
12355 (custom-show): Simplify.
12356 (custom-visibility): Disable images by default.
12357 (custom-variable): New property :hidden-states.
12358 (custom-variable-value-create): Enable images for
12359 custom-visibility widgets. Use :hidden-states property to
12360 determine initial visibility.
12361
12362 * wid-edit.el (widget-image-find): Give images center ascent.
12363 (visibility): Add :on-image and :off-image properties.
12364 (widget-visibility-value-create): Use them.
12365
12366 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
12367
12368 * cus-edit.el (processes): Remove from development group.
12369 (oop, hypermedia): Delete group.
12370 (comm): Promote to top-level group.
12371
12372 * net/browse-url.el (browse-url):
12373 * net/xesam.el (xesam):
12374 * net/tramp.el (tramp):
12375 * net/goto-addr.el (goto-address):
12376 * net/ange-ftp.el (ange-ftp): Put in comm group.
12377
12378 * view.el (view): Remove from editing group.
12379
12380 * uniquify.el (uniquify): Put in files group.
12381
12382 * net/browse-url.el (browse-url):
12383 * ps-print.el (postscript): Put in external group.
12384
12385 * cus-edit.el (outlines):
12386 * textmodes/text-mode.el (text-mode-hook):
12387 * textmodes/table.el (table):
12388 * textmodes/picture.el (picture):
12389 * outline.el (outlines): Put in wp group.
12390
12391 * nxml/nxml-mode.el (nxml): Remove from wp group.
12392
12393 * net/tramp-imap.el (tramp-imap): Put in tramp group.
12394
12395 * mail/metamail.el (metamail): Remove from hypermedia group.
12396
12397 * cus-edit.el (abbrev):
12398 * whitespace.el (whitespace):
12399 * vcursor.el (vcursor):
12400 * reveal.el (reveal):
12401 * hl-line.el (hl-line): Put in convenience group.
12402
12403 * epg-config.el (epg): Put in data group.
12404
12405 * emulation/pc-select.el (pc-select): Put in emulations group.
12406
12407 * calculator.el (calculator): Put in applications group.
12408
12409 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
12410
12411 Add .dir-locals.el support for file-less buffers.
12412 * files.el (hack-local-variables): Split out code to apply local
12413 variable settings ...
12414 (hack-local-variables-apply): ... here. New function.
12415 (hack-dir-local-variables): Use the default directory for when the
12416 buffer does not have an associated file.
12417 (hack-dir-local-variables-non-file-buffer): New function.
12418 * diff-mode.el (diff-mode):
12419 * vc-annotate.el (vc-annotate-mode):
12420 * vc-dir.el (vc-dir-mode):
12421 * log-edit.el (log-edit-mode):
12422 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
12423
12424 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
12425
12426 Add support for shelving snapshots and for showing shelves.
12427 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
12428 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
12429 New functions.
12430 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
12431 (vc-bzr-extra-menu-map): Map them.
12432
12433 2010-03-11 Glenn Morris <rgm@gnu.org>
12434
12435 * cus-edit.el (customize-changed-options-previous-release):
12436 Bump to 23.1.
12437
12438 * image.el (image-animate-max-time): Fix :version tag.
12439
12440 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
12441
12442 * Branch for 23.2.
12443
12444 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
12445
12446 * vc-git.el (vc-git-revision-table): Include remote branches.
12447
12448 2010-03-10 Kim F. Storm <storm@cua.dk>
12449
12450 Animated image API.
12451 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
12452
12453 * image.el (image-animate-max-time): New defcustom.
12454 (image-animated-types): New defconst.
12455 (create-animated-image, image-animate-timer)
12456 (image-animate-start, image-animate-stop, image-animate-timeout)
12457 (image-animated-p): New functions.
12458
12459 * image-mode.el (image-toggle-display-image):
12460 Replace `create-image' with `create-animated-image'.
12461
12462 2010-03-09 Miles Bader <miles@gnu.org>
12463
12464 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
12465 instead of "format:"; this ensures that the output is
12466 newline-terminated.
12467
12468 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
12469
12470 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
12471 that all errors are caught, and that the return value is always a
12472 list (Bug#5692).
12473
12474 2010-03-08 Kenichi Handa <handa@m17n.org>
12475
12476 * language/misc-lang.el (windows-1256): New coding system.
12477 (cp1256): New alias of windows-1256 (bug#5690).
12478
12479 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
12480
12481 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
12482 call to rfc822-bad-address. (Bug#5692)
12483
12484 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
12485
12486 * vc-git.el (vc-git-annotate-extract-revision-at-line):
12487 Use vc-git-root as default directory for revision path (Bug#5657).
12488
12489 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
12490
12491 * calculator.el (calculator): Don't bind split-window-keep-point
12492 (Bug#5674).
12493
12494 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
12495
12496 * vc-git.el: Re-flow to fit into 80 columns.
12497 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
12498 Remove spurious `quote' element in each case alternative.
12499 (vc-git-show-log-entry): Use prog1.
12500 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
12501
12502 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
12503
12504 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
12505
12506 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
12507
12508 * macros.el (insert-kbd-macro): Look up keyboard macro using the
12509 definition, not the name (Bug#5481).
12510
12511 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
12512
12513 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
12514 argument with a local variable. (Bug#5670)
12515
12516 2010-03-02 Juri Linkov <juri@jurta.org>
12517
12518 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
12519
12520 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
12521
12522 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
12523 error when FILENAME and NEWNAME are existing remote directories.
12524
12525 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
12526 parameter DIR-FLAG.
12527
12528 2010-03-02 Glenn Morris <rgm@gnu.org>
12529
12530 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
12531 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
12532
12533 2010-03-01 Kenichi Handa <handa@m17n.org>
12534
12535 * language/burmese.el (burmese-composable-pattern): Rename from
12536 myanmar-composable-pattern.
12537
12538 * international/characters.el (script-list):
12539 * international/fontset.el (script-representative-chars):
12540 Change myanmar to burmese.
12541 (otf-script-alist): Likewise.
12542 (setup-default-fontset): Likewise. Re-fix :otf spec.
12543
12544 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
12545
12546 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
12547
12548 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
12549
12550 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
12551
12552 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
12553
12554 * net/tramp.el (tramp-handle-write-region): START can be a string.
12555 Take care in the checks. Reported by Dan Davison
12556 <davison@stats.ox.ac.uk>.
12557
12558 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
12559
12560 * net/dbus.el (dbus-introspect, dbus-get-property)
12561 (dbus-set-property, dbus-get-all-properties):
12562 Use `dbus-call-method' when noninteractive. (Bug#5645)
12563
12564 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
12565
12566 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
12567 * emacs-lisp/elint.el (elint-add-required-env):
12568 * calendar/icalendar.el (icalendar--add-diary-entry):
12569 * calc/calcalg2.el (math-tracing-integral):
12570 * files.el (recover-session-finish): Use with-current-buffer
12571 instead of save-excursion.
12572
12573 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
12574
12575 Fix in-buffer completion when after-change-functions modify the buffer.
12576 * minibuffer.el (completion--replace): New function.
12577 (completion--do-completion): Use it and use relative movement.
12578
12579 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
12580
12581 * international/fontset.el (setup-default-fontset): Fix :otf spec.
12582
12583 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
12584
12585 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
12586 Allow the characters _<> in the stack entry (Bug#5653).
12587
12588 2010-02-26 Kenichi Handa <handa@m17n.org>
12589
12590 * language/burmese.el: Fix entries in composition-function-table.
12591 (myanmar-composable-pattern): New variable.
12592
12593 * international/fontset.el (setup-default-fontset): Add an entry
12594 for myanmar.
12595
12596 * international/characters.el (script-list): Add Myanmar
12597 Extended-A.
12598
12599 2010-02-26 Glenn Morris <rgm@gnu.org>
12600
12601 * custom.el (custom-initialize-delay): Doc fix.
12602
12603 * mail/sendmail.el (send-mail-function): Autoload the call
12604 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
12605
12606 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
12607
12608 * files.el (hack-local-variables-filter): For eval forms, also
12609 check safe-local-variable-p (Bug#5636).
12610
12611 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
12612
12613 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
12614 setting the modes by `ignore-errors'. It might fail, for example
12615 if the file is not owned by the user but the group.
12616 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
12617
12618 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
12619
12620 * files.el (directory-listing-before-filename-regexp):
12621 Use stricter matching for iso-style dates, to avoid false matches with
12622 date-like filenames (Bug#5597).
12623
12624 * htmlfontify.el (htmlfontify): Doc fix.
12625
12626 * eshell/eshell.el (eshell): Doc fix.
12627
12628 * startup.el (fancy-about-screen): In mode-line, apply
12629 mode-line-buffer-id face only to the buffer name (Bug#5613).
12630
12631 2010-02-20 Kevin Ryde <user42@zip.com.au>
12632
12633 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12634 In `watcom' anchor regexp to start of line, to avoid slowness
12635 (Bug#5599).
12636
12637 2010-02-20 Eli Zaretskii <eliz@gnu.org>
12638
12639 * subr.el (remove-yank-excluded-properties): Explain in a comment
12640 why `category' property is removed.
12641
12642 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
12643
12644 * isearch.el (isearch-update-post-hook, isearch-update):
12645 Revert 2010-02-17 change.
12646
12647 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
12648
12649 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
12650 (icalendar--convert-weekly-to-ical)
12651 (icalendar--convert-yearly-to-ical)
12652 (icalendar--convert-block-to-ical)
12653 (icalendar--convert-cyclic-to-ical)
12654 (icalendar--convert-anniversary-to-ical): Take care of time
12655 specifications where hour has 1-digit only (Bug#5549).
12656
12657 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
12658
12659 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
12660 of disassemble output in GDB 7.1.
12661
12662 2010-02-19 Glenn Morris <rgm@gnu.org>
12663
12664 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
12665 property. (Bug#5593)
12666
12667 2010-02-18 Sam Steingold <sds@gnu.org>
12668
12669 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
12670
12671 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
12672
12673 Use abbreviated file names in bookmarks (bug#5591).
12674 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
12675 calls to expand-file-name.
12676 (bookmark-relocate): Use abbreviated file names in bookmarks.
12677 (bookmark-load): Use abbreviated file names in messages.
12678
12679 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
12680
12681 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
12682 expand "." and "..". Reported by Thierry Volpiatto
12683 <thierry.volpiatto@gmail.com>.
12684
12685 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
12686
12687 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
12688 permissions of the temporary file to "0600". In case the remote
12689 file has no read permissions for the owner, there might be
12690 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
12691
12692 22010-02-18 Glenn Morris <rgm@gnu.org>
12693
12694 * emacs-lisp/authors.el (authors-renamed-files-alist):
12695 Add entries for INSTALL.CVS.
12696
12697 2010-02-17 Mark A. Hershberger <mah@everybody.org>
12698
12699 * vc-bzr.el: Fix typo in Known Bugs section.
12700
12701 * isearch.el (isearch-update-post-hook): New hook.
12702 (isearch-update): Use the new hook.
12703
12704 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
12705
12706 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
12707 Fix errors in copying directories.
12708 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
12709 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
12710 (tramp-handle-delete-file)
12711 (tramp-handle-dired-recursive-delete-directory)
12712 (tramp-handle-write-region): Flush also the cache for the upper
12713 directory.
12714
12715 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
12716
12717 * simple.el (save-interprogram-paste-before-kill): Doc fix.
12718
12719 * cus-edit.el (hardware): Doc fix.
12720
12721 * man.el (man): Add to external custom group.
12722
12723 * delim-col.el (columns): Move to wp custom group.
12724
12725 * doc-view.el (doc-view): Add to data custom group.
12726
12727 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
12728
12729 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
12730 by ispell-parse-output (Bug#5575).
12731
12732 2010-02-16 Kenichi Handa <handa@m17n.org>
12733
12734 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
12735 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
12736 (skkdic-convert): Use `euc-japan' coding system for writing.
12737
12738 2010-02-16 Glenn Morris <rgm@gnu.org>
12739
12740 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
12741 tex-main-file before using it. (Bug#5562)
12742
12743 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
12744
12745 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
12746 warnings, since it is annoying for the user to see them each time he
12747 runs the code.
12748
12749 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
12750
12751 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
12752 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
12753 instead of PROC for caching "first-password-request". Otherwise,
12754 new processes would not profit from passwords already entered.
12755
12756 * net/tramp-cache.el (tramp-dump-connection-properties):
12757 Don't save "first-password-request" property.
12758
12759 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
12760
12761 * outline.el (outline-head-from-level):
12762 * simple.el (with-wrapper-hook):
12763 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
12764 (elint-defun, elint-buffer-env, elint-top-form-logged)
12765 (elint-unbound-variable):
12766 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
12767 Fix typos in docstrings.
12768
12769 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
12770
12771 * files.el (insert-directory): When WILDCARD-REGEXP and
12772 FULL-DIRECTORY-P are nil, insert the file entry instead of the
12773 whole directory. (Bug#5551)
12774
12775 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
12776 dired's alignment sanity. (Bug#5516)
12777
12778 2010-02-14 Juri Linkov <juri@jurta.org>
12779
12780 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
12781 Remove remaining ^H with their preceding chars. (Bug#5566)
12782
12783 2010-02-13 Glenn Morris <rgm@gnu.org>
12784
12785 * simple.el (transpose-subr): Give it a doc-string.
12786
12787 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
12788 Doc fixes.
12789
12790 2010-02-12 Juri Linkov <juri@jurta.org>
12791
12792 * arc-mode.el (archive-unique-fname): Make directories for nested
12793 archives. (Bug#5540)
12794
12795 2010-02-12 Juri Linkov <juri@jurta.org>
12796
12797 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
12798
12799 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
12800
12801 * subr.el (copy-overlay): Handle deleted overlays.
12802
12803 * man.el (Man-completion-table): Don't signal an error if we can't run
12804 manual-program (bug#4056).
12805
12806 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
12807
12808 * textmodes/artist.el (artist-mt): Fix typos in docstring.
12809
12810 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12811
12812 * info.el (Info-bookmark-jump): Simplify.
12813
12814 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
12815 (bookmark-default-handler): Accept new bookmark field `buffer'.
12816
12817 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
12818
12819 * iswitchb.el (iswitchb-completions): Revert last change.
12820
12821 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
12822
12823 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
12824 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
12825 This prevents file names like "~/" being listed literally.
12826
12827 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
12828
12829 * term/xterm.el (xterm-maybe-set-dark-background-mode):
12830 Remove dead code. (Bug#5546)
12831
12832 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
12833
12834 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
12835 correctly (Bug#5548).
12836
12837 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
12838
12839 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
12840 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
12841
12842 2010-02-08 Kenichi Handa <handa@m17n.org>
12843
12844 * international/mule-util.el (with-coding-priority): Add autoload
12845 cookie for putting `lisp-indent-function'.
12846
12847 2010-02-07 Glenn Morris <rgm@gnu.org>
12848
12849 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
12850 Move F2003 named interfaces from keywords-2 to keywords-1, and
12851 use function-name-face rather than constant-face.
12852 Simplify "abstract interface" regexp.
12853
12854 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
12855
12856 * eshell/esh-util.el (eshell-file-attributes): New optional arg
12857 ID-FORMAT. Pass it to `file-attributes'.
12858
12859 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
12860
12861 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
12862
12863 * faces.el (set-face-attribute): Allow calling
12864 internal-set-lisp-face-attribute with 'unspecified family and
12865 foundry argument (Bug#5536).
12866
12867 2010-02-07 Glenn Morris <rgm@gnu.org>
12868
12869 * progmodes/f90.el (f90-font-lock-keywords-2)
12870 (f90-looking-at-type-like, f90-looking-at-program-block-end):
12871 Handle F2003 named interfaces.
12872
12873 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
12874
12875 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
12876 beg and end before calling c-get-state-before-change-functions.
12877
12878 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
12879
12880 * vc-bzr.el (vc-bzr-dir-extra-headers):
12881 Disable the pending merges header.
12882
12883 2010-02-05 Juri Linkov <juri@jurta.org>
12884
12885 * doc-view.el (doc-view-mode):
12886 * image-mode.el (image-mode): Put property mode-class=special.
12887 (Bug#4896)
12888
12889 2010-02-05 Mark A. Hershberger <mah@everybody.org>
12890
12891 * vc-svn.el (vc-svn-revision-table): New function.
12892
12893 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
12894
12895 * net/ange-ftp.el (ange-ftp-insert-directory):
12896 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
12897 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
12898 Handle also directories. (Bug#5478)
12899
12900 2010-02-05 Glenn Morris <rgm@gnu.org>
12901
12902 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
12903
12904 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
12905
12906 * startup.el (command-line-1): Convert options beginning with a
12907 single dash as well (Bug#5519).
12908
12909 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
12910
12911 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
12912 * minibuffer.el (completion-initials-expand): Only check the presence
12913 of delims *within* the boundaries, since otherwise the / delim is
12914 always found for files.
12915
12916 Fix up various corner case problems.
12917 * doc-view.el (doc-view-last-page-number): New function.
12918 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
12919 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
12920 (doc-view-kill-proc): Avoid inf-loop in freak cases.
12921 (doc-view-reconvert-doc): Use the new recursive delete-directory.
12922 (doc-view-convert-current-doc): Don't create the resolution.el file
12923 here any more.
12924 (doc-view-pdf/ps->png): Do it here instead.
12925 (doc-view-already-converted-p): Check that resolution.el is present.
12926 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
12927 windows that are not yet showing images.
12928
12929 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
12930
12931 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
12932 `dired-uncache' for every elemnt which is an absolute file name.
12933
12934 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
12935 directory, handle its directory component.
12936 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
12937 function is called permanently and creates noise, otherwise.
12938
12939 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
12940 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
12941 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
12942
12943 2010-02-04 David Burger <dburger@google.com> (tiny change)
12944
12945 * macros.el (apply-macro-to-region-lines):
12946 Minor simplification. (Bug#5485)
12947
12948 2010-02-04 Glenn Morris <rgm@gnu.org>
12949
12950 * mail/rmail.el (rmail-show-message-1): Handle malformed
12951 quoted-printable text. (Bug#5441)
12952
12953 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
12954
12955 * simple.el (visual-line-mode): Capitalize lighter.
12956
12957 2010-02-03 John Wiegley <jwiegley@gmail.com>
12958
12959 * iswitchb.el (iswitchb-completions): Add bookmark files to the
12960 list of files considered for "virtual buffer" completions.
12961
12962 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
12963
12964 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
12965 also in case of (and (not full) (not wildcard)). This is needed
12966 when dired is called with a list of files, which are not in
12967 `default-directory'. (Bug#5478)
12968
12969 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
12970
12971 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
12972
12973 2010-02-02 Juri Linkov <juri@jurta.org>
12974
12975 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
12976 from unidiff to allow function-line after @@.
12977
12978 2010-02-02 Juri Linkov <juri@jurta.org>
12979
12980 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
12981 '(RCS SCCS) with inverted condition.
12982
12983 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
12984
12985 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
12986 messages.
12987
12988 2010-02-01 Juri Linkov <juri@jurta.org>
12989
12990 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
12991 compare with "pkunzip" and "pkzip" instead of only "pkzip".
12992 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
12993 only when (car archive-zip-extract) is "unzip". (Bug#5475)
12994
12995 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
12996
12997 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
12998 (doc-view-revert-buffer): New command.
12999 (doc-view-mode-map): Use it.
13000
13001 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
13002
13003 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
13004 pending merge is detected.
13005
13006 2010-01-31 Juri Linkov <juri@jurta.org>
13007
13008 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
13009 beginning of interactive spec like all other grep commands do.
13010 Put "all" in front of "gz". (Bug#5260)
13011
13012 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
13013
13014 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
13015
13016 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
13017
13018 * dirtrack.el (dirtrack): Warn instead of signalling error if the
13019 regexp is incorrect (Bug#5476).
13020
13021 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
13022
13023 * net/tramp.el (tramp-handle-insert-directory): Handle also
13024 symlinks, when FILENAME is not in `default-directory'.
13025
13026 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
13027
13028 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
13029 FILE is not in `default-directory'. (Bug#5478)
13030
13031 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
13032 of SWITCHES. Handle the case, FILENAME is not in
13033 `default-directory'. (Bug#5478)
13034 (tramp-register-file-name-handlers): Add safe-magic property.
13035
13036 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
13037
13038 * arc-mode.el (archive-zip-extract): Quote the argument passed to
13039 unzip (Bug#5475).
13040
13041 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
13042
13043 * progmodes/flymake.el (flymake-allowed-file-name-masks)
13044 (flymake-master-make-header-init): Add other C++ filename masks.
13045 (flymake-find-possible-master-files)
13046 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
13047
13048 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
13049
13050 Fix some busybox annoyances.
13051
13052 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
13053 not responding." string.
13054 (tramp-open-connection-setup-interactive-shell): Dump stty
13055 settings. Enable "neveropen" arg for all `tramp-send-command'
13056 calls. Handle "=" in variable values properly.
13057 (tramp-find-inline-encoding): Raise an error, when no encoding is
13058 found.
13059 (tramp-wait-for-output): Check, whether PROC buffer is available.
13060 Remove spurious " ^H" sequences, sent by busybox.
13061 (tramp-get-ls-command): Suppress coloring, if possible.
13062
13063 2010-01-28 Glenn Morris <rgm@gnu.org>
13064
13065 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
13066
13067 * log-edit.el (log-edit-strip-single-file-name): Add missing
13068 :safe, :group, and :version tags.
13069
13070 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
13071
13072 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
13073 buffers. (Bug#5477)
13074
13075 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
13076
13077 * files.el (delete-directory): Handle moving to trash without
13078 first doing recursion (Bug#5436).
13079
13080 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
13081
13082 * vc-hooks.el (vc-path): Mark as obsolete.
13083
13084 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
13085
13086 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
13087 names too.
13088
13089 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
13090 for the short log.
13091 (vc-bzr-log-view-mode): Adjust regexp for the above change.
13092
13093 2010-01-25 Mark A. Hershberger <mah@everybody.org>
13094
13095 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
13096
13097 * vc-bzr.el (vc-bzr-revision-table): New function.
13098
13099 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
13100
13101 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
13102 diff-index command. This requires at least git-1.5.5. (Bug#1589).
13103
13104 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
13105
13106 Remove support for adding --signoff on commit.
13107 Future support will use an incompatible generic mechanism.
13108 * vc-git.el (vc-git-add-signoff): Remove variable.
13109 (vc-git-toggle-signoff): Remove function.
13110 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
13111
13112 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13113 Rename from xterm-set-background-mode. Return t if the background mode
13114 was set.
13115 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
13116 earlier, call it again in case the background mode has changed.
13117
13118 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
13119
13120 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
13121 (Bug#3541).
13122
13123 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
13124
13125 * emacs-lisp/assoc.el (aelement): Doc fix.
13126 (aput, adelete, amake): Use lexical-let (Bug#5450).
13127
13128 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
13129
13130 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
13131 is the same as subprogram call, not declaration. (Bug#5435).
13132
13133 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
13134
13135 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
13136 (tramp-smb-maybe-open-connection): Use it.
13137
13138 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
13139
13140 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
13141
13142 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13143
13144 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
13145 just because we see "encoding: 8bit".
13146 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
13147
13148 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
13149
13150 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
13151
13152 2010-01-22 Eli Zaretskii <eliz@gnu.org>
13153
13154 * jka-compr.el (jka-compr-load): If load-file is not in
13155 load-history, try its file-truename version. (bug#5447)
13156
13157 2010-01-21 Alan Mackenzie <acm@muc.de>
13158
13159 Fix a situation where deletion of a cpp construct throws an error.
13160 * progmodes/cc-engine.el (c-invalidate-state-cache):
13161 Before invoking c-with-all-but-one-cpps-commented-out, check that the
13162 special cpp construct is still in the buffer.
13163 (c-parse-state): Record the special cpp with markers, not numbers.
13164
13165 2010-01-21 Kenichi Handa <handa@m17n.org>
13166
13167 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
13168 process last-command-event, as it is now decoded first (Bug#5380).
13169
13170 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
13171
13172 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
13173
13174 2010-01-20 Glenn Morris <rgm@gnu.org>
13175
13176 * indent.el (tab-always-indent): Fix custom-type.
13177
13178 2010-01-19 Alan Mackenzie <acm@muc.de>
13179
13180 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
13181 buffer throws "args out of range".
13182 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
13183 playing the role of delimiter.
13184
13185 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
13186
13187 * progmodes/ada-mode.el: Fix bug#5400.
13188 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
13189 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
13190 changed. Delete RECURSIVE parameter; never used. Improve doc string.
13191 Improve comments in "is" portion. Handle null procedure declaration.
13192 (ada-move-to-end): Improve doc string.
13193
13194 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
13195
13196 * ido.el (ido-cur-list): Initialize to nil.
13197 Remove obsolete information from commentary.
13198 (ido-choice-list): Initialize to nil.
13199 (ido-get-bufname): Reject minibuffers.
13200 (ido-make-buffer-list): If "default" is a nonexistent
13201 buffer, ignore it, as per the function's comment.
13202 (ido-kill-buffer-internal): New function.
13203 (ido-kill-buffer-at-head): Use it.
13204 (ido-visit-buffer): Likewise.
13205
13206 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
13207
13208 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
13209
13210 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
13211
13212 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
13213 Fix typos in chart titles.
13214
13215 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
13216 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
13217 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
13218 (describe-class, eieio-describe-generic, describe-generic):
13219 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
13220 (eieio-speedbar-expand):
13221 * emulation/viper-cmd.el (viper-exec-form-in-vi)
13222 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
13223 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
13224 (viper-del-backward-char-in-replace, viper-backward-indent)
13225 (viper-brac-function, viper-register-to-point, viper-submit-report):
13226 * net/tramp.el (tramp-remote-coding-commands):
13227 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
13228 Fix typos in docstrings.
13229
13230 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
13231
13232 * mail/sendmail.el (mail-yank-original): Set the mark if the
13233 specified function for yanking does not do it.
13234
13235 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
13236
13237 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
13238
13239 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
13240 resyncing a directory.
13241
13242 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
13243
13244 * progmodes/ada-mode.el: Fix bug#1920.
13245 (ada-ident-re): Delete ., allow multibyte characters.
13246 (ada-goto-label-re): New; matches goto labels.
13247 (ada-block-label-re): New; matches block labels.
13248 (ada-label-re): New; matches both.
13249 (ada-named-block-re): Delete; callers changed to use
13250 `ada-block-label-re' instead.
13251 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
13252 Use `ada-block-label-re'.
13253 (ada-indent-on-previous-lines): Improve handling of goto labels.
13254 (ada-get-indent-block-start): Special-case block label.
13255 (ada-get-indent-label): Split into `ada-indent-block-label' and
13256 `ada-indent-goto-label'.
13257 (ada-goto-stmt-start, ada-goto-next-non-ws):
13258 Optionally ignore goto labels.
13259 (ada-goto-next-word): Simplify.
13260 (ada-indent-newline-indent-conditional): Insert newline before
13261 trying to fix indentation; doc fix.
13262
13263 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
13264
13265 * calc/calc.el (calc-command-flags): Give it an initial value.
13266
13267 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
13268
13269 * files.el (minibuffer-with-setup-hook):
13270 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
13271 (artist-key-draw-continously, artist-key-do-continously-continously)
13272 (artist-key-set-point-continously, artist-mouse-draw-continously):
13273 Fix typos in docstrings.
13274
13275 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
13276
13277 * nxml/nxml-mode.el (nxml-extend-after-change-region):
13278 Never return t (Bug#3898).
13279
13280 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
13281
13282 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
13283 can parse the output of the external commands (Bug#5279).
13284
13285 2010-01-16 Jari Aalto <jari.aalto@cante.net>
13286
13287 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
13288
13289 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
13290
13291 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
13292
13293 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
13294
13295 * startup.el (command-line): Remove unused --icon-type arg.
13296 Handle --display arg, passing it to command-line-1 (Bug#5392).
13297
13298 2010-01-16 Mario Lang <mlang@delysid.org>
13299
13300 * emacs-lisp/chart.el (chart-translate-namezone):
13301 * textmodes/artist.el (artist-compute-popup-menu-table):
13302 Remove duplicated words in doc-strings.
13303
13304 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
13305
13306 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
13307 to mairix-search to suppress threading (Bug#5342).
13308
13309 2010-01-15 Kenichi Handa <handa@m17n.org>
13310
13311 * international/mule-cmds.el (canonicalize-coding-system-name):
13312 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
13313
13314 2010-01-15 Glenn Morris <rgm@gnu.org>
13315
13316 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
13317
13318 * wid-edit.el (widget-keymap): Doc fix.
13319
13320 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
13321 former seems to be more widely accepted by various svn versions.
13322
13323 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
13324
13325 * find-cmd.el (find-constituents):
13326 * vc-arch.el (vc-arch-root):
13327 * window.el (window-body-height, pop-up-frames):
13328 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
13329 * progmodes/ada-stmt.el (ada-if):
13330 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
13331 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
13332 (ispell-encoding8-command, ispell-aspell-supports-utf8)
13333 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
13334
13335 * progmodes/flymake.el (flymake-post-syntax-check):
13336 Fix typo in error message.
13337
13338 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
13339
13340 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
13341 which is always a string. (Bug#5313)
13342
13343 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
13344
13345 * progmodes/ada-xref.el (ada-default-prj-properties):
13346 Simplify previous change.
13347
13348 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13349
13350 * progmodes/ada-xref.el (ada-default-prj-properties):
13351 Default ada_project_path to $ADA_PROJECT_PATH.
13352
13353 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13354
13355 * progmodes/ada-mode.el (ada-create-keymap):
13356 Override `narrow-to-defun' with `ada-narrow-to-defun'.
13357
13358 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13359
13360 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
13361 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
13362 (ada-get-current-indent, ada-imenu-generic-expression)
13363 (ada-which-function): Check for it.
13364
13365 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13366
13367 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
13368 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
13369
13370 2010-01-14 Glenn Morris <rgm@gnu.org>
13371
13372 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
13373
13374 2010-01-14 Kenichi Handa <handa@m17n.org>
13375
13376 * composite.el (auto-composition-mode): Make it a buffer local
13377 variable (permanent-local).
13378 (auto-composition-function): Set the default value to
13379 auto-compose-chars.
13380 (auto-composition-mode): Make it a simple function, not a minor mode.
13381 (global-auto-composition-mode): Likewise.
13382 (turn-on-auto-composition-if-enabled): Delete it.
13383
13384 2010-01-13 Karl Fogel <kfogel@red-bean.com>
13385
13386 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
13387
13388 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
13389
13390 * files.el (copy-directory): Compute target for recursive
13391 directories with identical names. (Bug#5343)
13392
13393 2010-01-12 Glenn Morris <rgm@gnu.org>
13394
13395 * mail/emacsbug.el (report-emacs-bug-pretest-address):
13396 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
13397
13398 2010-01-11 Sam Steingold <sds@gnu.org>
13399
13400 * imenu.el (imenu-default-create-index-function): Detect infinite
13401 loops caused by imenu-prev-index-position-function.
13402
13403 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
13404
13405 * htmlfontify.el (htmlfontify-load-rgb-file)
13406 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
13407 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
13408 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
13409 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
13410 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
13411 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
13412 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
13413 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
13414 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
13415 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
13416 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
13417 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
13418 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
13419 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
13420 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
13421 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
13422 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
13423 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
13424 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
13425 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
13426 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
13427 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
13428 backslash-quoting from parentheses, etc.
13429
13430 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
13431
13432 * progmodes/js.el: Autoload javascript-mode alias.
13433
13434 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
13435
13436 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
13437 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
13438 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
13439 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
13440 Fix typos in docstrings.
13441 (ffap-url-regexp): Doc fix.
13442 (ffap-at-mouse): Fix typo in message.
13443
13444 2010-01-11 Glenn Morris <rgm@gnu.org>
13445
13446 * version.el (emacs-copyright): Set copyright year to 2010.
13447
13448 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
13449
13450 * format.el (format-annotate-function): Only set
13451 write-region-post-annotation-function after running to-fn so as not to
13452 affect nested write-region calls (bug#5273).
13453
13454 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
13455
13456 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
13457 wisent/python.el.
13458
13459 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
13460
13461 * man.el (Man-goto-section): Signal error if the section is not
13462 found (Bug#5317).
13463
13464 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
13465
13466 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
13467 URLs with a leading triple slash in the file: scheme. (Bug#5345)
13468
13469 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
13470
13471 * progmodes/compile.el: Don't treat compile-command as safe if
13472 compilation-read-command might be nil (Bug#4218).
13473
13474 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
13475
13476 * startup.el (command-line-1): Use orig-argi to check for ignored X and
13477 NS options.
13478
13479 2010-01-08 Kenichi Handa <handa@m17n.org>
13480
13481 * international/fontset.el (build-default-fontset-data):
13482 Exclude characters in scripts kana, hangul, han, or cjk-misc.
13483
13484 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
13485
13486 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
13487 to `create-file-buffer' as it expects, not just a buffer name.
13488 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
13489 to help uniquify. (Bug#3224)
13490
13491 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
13492
13493 * font-setting.el (font-setting-change-default-font): Use user-spec
13494 instead of name.
13495
13496 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
13497
13498 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
13499
13500 2010-01-05 Tom Tromey <tromey@redhat.com>
13501
13502 * progmodes/python.el (python-font-lock-keywords):
13503 Handle qualified decorators (Bug#881).
13504
13505 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
13506
13507 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
13508 in a lightweight checkout.
13509
13510 2010-01-05 Kenichi Handa <handa@m17n.org>
13511
13512 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
13513
13514 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
13515
13516 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
13517
13518 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
13519
13520 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
13521 checkouts. (Bug#618)
13522 (vc-bzr-log-view-mode): Also highlight the author.
13523 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
13524 (vc-bzr-shelve-menu-map):
13525 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
13526 (vc-bzr-shelve-apply): Make prompt more explicit.
13527
13528 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
13529
13530 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
13531 They are valid characters in URL paths (rfc3986), and at least
13532 Firefox does not understand the encoded version (Bug#3166).
13533
13534 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
13535
13536 * progmodes/octave-mod.el (octave-end-keywords)
13537 (octave-block-begin-or-end-regexp, octave-block-match-alist):
13538 Add "end" keyword (Bug#3061).
13539 (octave-end-as-array-index-p): New function.
13540 (calculate-octave-indent): Use it.
13541
13542 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13543
13544 * bookmark.el: Consistently put the text property on the bookmark name.
13545 (bookmark-bmenu-marks-width): Bump back to 2, to include
13546 annotation marks.
13547 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
13548 property on the bookmark name, instead of not putting it at all.
13549 (bookmark-bmenu-list): Fix where we put the text property.
13550
13551 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13552
13553 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
13554 for showing buffer modified state (as added in the previous change).
13555
13556 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13557
13558 * bookmark.el: Show modified state of bookmark buffer more accurately.
13559 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
13560 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
13561 (with-buffer-modified-unmodified): New macro.
13562 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
13563 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
13564 Use new macro to preserve the buffer modified state.
13565
13566 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13567
13568 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
13569 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
13570 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
13571 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
13572 (bookmark-bmenu-rename, bookmark-bmenu-locate)
13573 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
13574 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
13575
13576 2010-01-02 Eli Zaretskii <eliz@gnu.org>
13577
13578 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13579 Make the lines in the generated doc string shorter. (Bug#4668)
13580
13581 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
13582
13583 * net/rcirc.el: Add follow-link binding (Bug#4738).
13584
13585 2010-01-02 Eli Zaretskii <eliz@gnu.org>
13586
13587 * Makefile.in (bzr-update): Rename from cvs-update.
13588 (cvs-update): New target for backward compatibility.
13589
13590 * makefile.w32-in (bzr-update): Rename from cvs-update.
13591 (cvs-update): New target for backward compatibility.
13592
13593 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13594
13595 * bookmark.el: Remove gratuitous gratitude.
13596
13597 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13598
13599 * bookmark.el (bookmark-bmenu-any-marks): New function.
13600 (bookmark-bmenu-save): Clear buffer modification if no marks.
13601
13602 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13603
13604 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
13605 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
13606 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
13607 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
13608
13609 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
13610 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
13611 To: emacs-devel {_AT_} gnu.org
13612 Subject: bookmark.el bug report
13613 Date: Mon, 28 Dec 2009 14:19:16 +0800
13614 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
13615
13616 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13617
13618 * bookmark.el: Improvements suggested by Drew Adams:
13619 (bookmark-bmenu-ensure-position): New name for
13620 `bookmark-bmenu-check-position'. Just ensure the position,
13621 don't return any meaningful value.
13622 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
13623 New constants.
13624
13625 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
13626
13627 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
13628 (bookmark-yank-point, bookmark-bmenu-check-position):
13629 Fix typos in docstrings.
13630 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
13631 (bookmark-name-from-full-record, bookmark-get-position)
13632 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
13633 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
13634 Remove useless quoting of parenthesis, etc. in docstrings.
13635
13636 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
13637 (ediff-append-custom-diff): Fix typo in error message.
13638 (ediff-meta-mark-equal-files): Fix typos in messages.
13639
13640 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
13641
13642 * net/imap-hash.el (imap-hash-make): Doc fix.
13643 (imap-hash-test): Fix typo in error message; reflow docstring.
13644 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
13645 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
13646 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
13647 Fix typos in docstrings.
13648 (imap-hash-open-connection): Fix typo in error message.
13649
13650 * play/gomoku.el (gomoku): Fix typos in docstring.
13651
13652 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
13653 (gdb-jsonify-buffer): Fix typos in docstring.
13654 (gdb-goto-breakpoint): Fix typo in error message.
13655 ("Display Other Windows"): Fix typo in help message.
13656 (gdb-speedbar-expand-node): Fix typo in question.
13657
13658 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
13659 (idlwave-html-system-help-location, idlwave-html-help-location)
13660 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
13661 (idlwave-help-browser-generic-args, idlwave-help-directory)
13662 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
13663 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
13664 (idlwave-online-help, idlwave-help-html-link)
13665 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
13666 Fix typos in docstrings.
13667 (idlwave-help-with-source, idlwave-help-find-routine-definition):
13668 Reflow docstrings.
13669 (idlwave-help-assistant-start): Fix typo in error message.
13670
13671 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
13672 (octave-electric-space): Fix typos in docstrings.
13673
13674 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
13675
13676 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
13677
13678 2010-01-01 Juri Linkov <juri@jurta.org>
13679
13680 * comint.el (comint-input-ring-size): Make it a defcustom and
13681 increase the default to 500 (Bug#5148).
13682
13683 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
13684
13685 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
13686 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
13687 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
13688
13689 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
13690
13691 Show working revision correctly for mercurial.
13692 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
13693 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
13694
13695 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
13696
13697 Declare some functions for the byte-compiler.
13698 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
13699 (speedbar-timer-fn, speedbar-change-expand-button-char)
13700 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
13701
13702 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
13703
13704 This changeset reverts GDB Graphical Interface to use annotations.
13705 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
13706
13707 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
13708
13709 Make vc-dir work on subdirectories of the bzr root.
13710 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
13711 Return file names relative to it.
13712 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
13713 relative directory to vc-bzr-after-dir-status.
13714
13715 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
13716
13717 * font-lock.el (font-lock-refresh-defaults): New function, which
13718 can be used to let font-lock react to external changes in
13719 variables like font-lock-defaults and keywords.
13720 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
13721
13722 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
13723
13724 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
13725
13726 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
13727
13728 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
13729
13730 Supersede color.diff settings in git log (bug#5211).
13731
13732 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
13733 escape chars in its output when the user has color.diff set to `always'.
13734 This fix works on git 1.4.2 and newer (released on 2006-08-13).
13735
13736 2009-12-26 Kevin Ryde <user42@zip.com.au>
13737
13738 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
13739 node. Keep previous "Index" name to work with past coreutils too.
13740
13741 * man.el (man): Revise docstring a bit to show -a and -l as
13742 examples. Add -k description since support for it has otherwise
13743 been a secret. (Further to bug#3717.)
13744 (Man-bgproc-sentinel): When "-k foo" produces no output show error
13745 "no matches" rather than "Can't find manpage", as the latter reads
13746 like -k was interpreted as a page name, which is not so. (Bug#5431)
13747
13748 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
13749
13750 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
13751 switches. Check also for //SUBDIRED// line.
13752
13753 2009-12-25 Kenichi Handa <handa@m17n.org>
13754
13755 * language/indian.el (devanagari-composable-pattern): Fix to
13756 handle ZWNJ and ZWJ. Use it in composition-function-table for
13757 Devanagari.
13758 (malayalam-composable-pattern): Fix previous change.
13759
13760 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13761
13762 * ps-print.el (ps-face-attributes): It was not returning the
13763 attribute face for faces specified as string. Reported by harven
13764 <harven@free.fr>. (Bug#5254)
13765 (ps-print-version): New version 7.3.5.
13766
13767 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
13768
13769 * calendar/icalendar.el (icalendar--convert-tz-offset):
13770 Fix timezone names.
13771 (icalendar--convert-tz-offset): Fix the "last-day-problem".
13772 (icalendar--add-diary-entry): Remove the trailing blank that
13773 diary-make-entry inserts.
13774
13775 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
13776
13777 Make `file-expand-wildcards' work for remote files.
13778
13779 * files.el (file-expand-wildcards): In case of remote files, check
13780 only local file name part for wildcards. Provide feature 'files
13781 and subfeature 'remote-wildcards. (Bug#5198)
13782
13783 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
13784 if there is already an established connection.
13785 (tramp-advice-file-expand-wildcards): Remove it.
13786
13787 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
13788 (tramp-advice-file-expand-wildcards): Move from tramp.el.
13789 Activate advice for older GNU Emacs versions. (Bug#5237)
13790
13791 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
13792
13793 Some doc fixes (more needed).
13794
13795 * find-cmd.el (find-constituents): Reflow docstring.
13796 (find-cmd, find-prune, find-command): Fix typos in docstrings.
13797 (find-generic): Doc fix.
13798
13799 2009-12-17 Juri Linkov <juri@jurta.org>
13800
13801 Fix regression from 23.1 to allow multiple modes in Local Variables.
13802
13803 * files.el (hack-local-variables-filter): While ignoring duplicates,
13804 don't take `mode' into account.
13805 (hack-local-variables-filter, hack-dir-local-variables):
13806 Don't remove duplicate `mode' from local-variables-alist (like `eval').
13807
13808 2009-12-17 Juri Linkov <juri@jurta.org>
13809
13810 Make `dired-diff' safer. (Bug#5225)
13811
13812 * dired-aux.el (dired-diff): Signal an error when `file' equals to
13813 `current' or when `file' is a directory of the `current' file.
13814
13815 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
13816
13817 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
13818 unconditionally preloaded files.
13819
13820 2009-12-16 Juri Linkov <juri@jurta.org>
13821
13822 Revert to old 23.1 logic of using the file at the mark as default.
13823 * dired-aux.el (dired-diff): Use the file at the mark as default
13824 if it's not the same as the current file, and the target dir is
13825 the current dir or the mark is active. Add the current file
13826 as the arg of `dired-dwim-target-defaults'. Use the default file
13827 in the prompt. (Bug#5225)
13828
13829 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
13830
13831 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
13832 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
13833 (tramp-check-for-regexp): Check also, when an echoing shell stops
13834 to echo sent commands.
13835
13836 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
13837
13838 * Makefile.in: Revert last change (Bug#5191).
13839
13840 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
13841
13842 * vc-hg.el (vc-hg-print-log): Fix argument order.
13843 (vc-hg-working-revision): Make sure the command is executed in a
13844 known environment so that we can parse the output. (Bug#4417)
13845
13846 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
13847
13848 * progmodes/python.el (python-symbol-completions): Remove text
13849 properties from symbol string before calling python-send-receive.
13850
13851 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
13852
13853 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
13854 when there are values for both file and line. (Bug#5060)
13855
13856 2009-12-14 Juri Linkov <juri@jurta.org>
13857
13858 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
13859 whitespace after the file name of the first line of unified format,
13860 because git-diff doesn't output whitespace and file modification time
13861 after the file name.
13862
13863 2009-12-14 David Kastrup <dak@gnu.org>
13864
13865 * info.el (Info-hide-cookies-node): Before hiding a cookie,
13866 check if it already has the `display' property added by
13867 `Info-display-images-node', and not put the `invisible' property
13868 in this case.
13869
13870 2009-12-13 Glenn Morris <rgm@gnu.org>
13871
13872 * mail/emacsbug.el (message-sort-headers): Define for compiler.
13873 (report-emacs-bug): In message-mode, sort manually before storing
13874 original report text. (Bug#5178)
13875 Remove superfluous save-excursion.
13876
13877 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
13878
13879 * net/dbus.el (dbus-property-handler): Filter lambda forms out
13880 when responding to "GetAll" properties.
13881
13882 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
13883
13884 * simple.el (compose-mail): Remove mail-setup-with-from from
13885 customization checks.
13886
13887 2009-12-12 Eli Zaretskii <eliz@gnu.org>
13888
13889 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
13890 RAR archives created on Unix systems.
13891
13892 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
13893
13894 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
13895 the varalias that was accidentally removed by the 2009-11-19 change
13896 (bug#5186).
13897
13898 2009-12-12 Kenichi Handa <handa@m17n.org>
13899
13900 * language/indian.el (indian-compose-regexp): New function.
13901 (malayalam-composable-pattern): Fix the pattern.
13902 (composition-function-table): Set malayalam-composable-pattern for
13903 Malayalam characters.
13904
13905 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
13906
13907 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
13908 rather than down-mouse-1, based on follow-link conventions.
13909
13910 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
13911 are compiled.
13912
13913 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
13914
13915 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
13916 (verilog-vmm-statement-re, verilog-ovm-statement-re)
13917 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
13918 (verilog-leap-to-head, verilog-backward-token):
13919 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
13920
13921 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
13922
13923 * progmodes/verilog-mode.el (verilog-auto-lineup)
13924 (verilog-nameable-item-re): Cleanup user-visible spelling and
13925 documentation errors. One reported by Gary Delp.
13926 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
13927 (verilog-read-decls): Fix AUTOWIRE with types declared in a
13928 package, bug195. Reported by Pierre-David Pfister.
13929
13930 2009-12-11 Glenn Morris <rgm@gnu.org>
13931
13932 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
13933
13934 * mail/emacsbug.el: No longer require sendmail.
13935 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
13936 (report-emacs-bug-orig-text): Doc fix.
13937 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
13938 New local variables, to adapt to different mail-user-agents.
13939 (report-emacs-bug): Fix test for a gnu.org address.
13940 Use overlays for emphasis, since font-lock defeats 'face property.
13941 Pretest bugs also end up at the newsgroup these days.
13942 Stop message-mode stripping text properties.
13943 Set and use the new buffer-local variables.
13944 (report-emacs-bug-hook): Add doc-string.
13945 Remove some unnecessary save-excursions and simplify.
13946 Use the appropriate hook and send-command.
13947
13948 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
13949 capitalization of some menu entries.
13950
13951 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13952
13953 * whitespace.el (whitespace-display-char-on):
13954 Ensure `buffer-display-table' is unique when two or more windows are
13955 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
13956 New version 12.1.
13957
13958 2009-12-10 Eli Zaretskii <eliz@gnu.org>
13959
13960 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
13961 characters in the Attribute field.
13962
13963 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
13964
13965 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
13966
13967 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
13968
13969 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
13970 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
13971 Disregard autoload-excludes.
13972 (update-directory-autoloads): Obey autoload-excludes here instead.
13973 But don't store its contents in no-autoloads and remove entries that
13974 refer to excludes files.
13975
13976 2009-12-10 Glenn Morris <rgm@gnu.org>
13977
13978 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
13979 (expand-mail-aliases): Define for compiler.
13980
13981 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
13982 Define for compiler.
13983
13984 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
13985 appropriate for the mail-user-agent in use.
13986
13987 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
13988
13989 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
13990
13991 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
13992
13993 Fix short log parsing and fontification.
13994 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
13995 Fix fontification for the [merge] label.
13996
13997 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
13998
13999 Drop some properties to avoid surprises (bug#5002).
14000 * htmlfontify.el (hfy-ignored-properties): New defcustom.
14001 (hfy-fontify-buffer): Use it.
14002
14003 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
14004
14005 Minor cleanup.
14006 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
14007 Adjust all callers.
14008 (ffap-locate-file): Remove unused arg `dir-ok' and make other
14009 args compulsory. Adjust callers.
14010 (ffap-gopher-at-point): Remove unused var `name'.
14011
14012 Get rid of the ELCFILES abomination.
14013 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
14014 (compile-elcfiles): New phony target.
14015 (compile-main): Compute ELCFILES dynamically.
14016 (compile-clean): New target to remove left-over elc files.
14017 (compile, all): Use it.
14018
14019 2009-12-09 Kenichi Handa <handa@etlken>
14020
14021 * international/mule-diag.el: Require help-mode instead of help-fns.
14022
14023 2009-12-09 Kenichi Handa <handa@m17n.org>
14024
14025 * international/mule-cmds.el (ucs-names): Supply sufficiently
14026 fine ranges instead of pre-calculating accurate ranges.
14027 Iterate with bigger gc-cons-threshold.
14028
14029 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
14030
14031 Add support for stashing a snapshot of the current tree.
14032 * vc-git.el (vc-git-stash-snapshot): New function.
14033 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
14034
14035 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
14036
14037 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
14038 instead of `(beginning|end)-of-line'.
14039
14040 2009-12-08 Glenn Morris <rgm@gnu.org>
14041
14042 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
14043
14044 * Makefile.in (ELCFILES): Regenerate.
14045
14046 2009-12-07 Juri Linkov <juri@jurta.org>
14047
14048 Don't lazy-highlight the comint output in history Isearch mode.
14049
14050 * comint.el (comint-history-isearch-search): Instead of
14051 `comint-line-beginning-position', use `comint-after-pmark-p'
14052 to check if point if before the process mark, and go to
14053 `process-mark' in this case.
14054
14055 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14056
14057 * textmodes/tex-mode.el (latex-complete)
14058 (latex-indent-or-complete): Remove.
14059 (latex-mode): Set completion-at-point-functions instead.
14060
14061 Provide a standard completion command and hook it into TAB.
14062 * minibuffer.el (completion-at-point-functions): New var.
14063 (completion-at-point): New command.
14064 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
14065 * progmodes/python.el (python-mode-map): Use completion-at-point.
14066 (python-completion-at-point): Rename from python-partial-symbol and
14067 adjust for use in completion-at-point-functions.
14068 (python-mode): Setup completion-at-point for Python completion.
14069 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
14070 extracted from lisp-complete-symbol.
14071 (lisp-complete-symbol): Use it.
14072 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
14073 setup completion-at-point for Elisp completion.
14074 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14075 Use completion-at-point.
14076 * ielm.el (ielm-map): Use completion-at-point.
14077 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
14078 * progmodes/sym-comp.el: Move to...
14079 * obsolete/sym-comp.el: Move from progmodes.
14080
14081 2009-12-07 Eli Zaretskii <eliz@gnu.org>
14082
14083 Prevent save-buffer in Rmail buffers from using the coding-system
14084 of the current message, and from clobbering the encoding mnemonics
14085 in the mode line (Bug#4623).
14086
14087 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
14088 flag, too.
14089 (rmail-message-encoding): New variable.
14090 (rmail-write-region-annotate): Record the encoding of the current
14091 message in rmail-message-encoding.
14092 (rmail-after-save-hook): New function, restores the encoding of
14093 the current message after the message collection is saved.
14094
14095 2009-12-07 Juri Linkov <juri@jurta.org>
14096
14097 * progmodes/grep.el (grep-read-files): Use `completing-read'
14098 instead of `read-string'. Set its `collection' arg to
14099 `read-file-name-internal'. (Bug#4301)
14100
14101 2009-12-07 Juri Linkov <juri@jurta.org>
14102
14103 Correctly restore original Isearch point. (Bug#4994)
14104
14105 * isearch.el (isearch-mode): Move `isearch-push-state' after
14106 `(run-hooks 'isearch-mode-hook)'.
14107 (isearch-cancel): When `isearch-push-state-function' is defined,
14108 let-bind `isearch-cmds' to the first state (the last element of
14109 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
14110 function and restores the original point). Otherwise, move point
14111 to `isearch-opoint'.
14112
14113 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14114
14115 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
14116 chars that don't have names, so the table can be built much faster at
14117 run-time.
14118
14119 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
14120
14121 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
14122 change. Suggested by David Kastrup.
14123
14124 * simple.el (compose-mail): Check for incompatibilities and warn.
14125 (compose-mail-user-agent-warnings): New option.
14126
14127 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14128
14129 Support showing a single log entry from vc-annotate.
14130 * vc.el (print-log): Add a new argument: START-REVISION.
14131 (vc-print-log-internal): Add a new optional argument and
14132 pass it to the backend.
14133 (vc-print-log, vc-print-root-log): Adjust callers.
14134 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
14135 buffer already displays the requested log entry, use it.
14136 Otherwise display only the log entry in question.
14137 * vc-svn.el (vc-svn-print-log):
14138 * vc-mtn.el (vc-mtn-print-log):
14139 * vc-hg.el (vc-hg-state):
14140 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
14141 (vc-git-show-log-entry): Return t on success.
14142 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
14143 (vc-bzr-show-log-entry): Return t on success.
14144 * vc-rcs.el (vc-rcs-print-log):
14145 * vc-sccs.el (vc-sccs-print-log):
14146 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
14147
14148 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14149
14150 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
14151 Add menus to the meta mode. (Bug#5043)
14152
14153 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
14154
14155 * ediff-init.el (ediff-event-key): Use event-to-character instead of
14156 event-key.
14157
14158 * ediff.el (ediff-buffers-internal): Add unwind-protect.
14159
14160 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
14161
14162 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
14163 Berbain <raphael.berbain@gmail.com>.
14164
14165 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
14166 characters.
14167 (tramp-initial-end-of-output): New defconst.
14168 (tramp-methods, tramp-find-shell)
14169 (tramp-open-connection-setup-interactive-shell)
14170 (tramp-maybe-open-connection): Use it.
14171 (tramp-shell-prompt-pattern, tramp-wait-for-output):
14172 Handle existence of `#' and `$'.
14173
14174 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
14175 Use `tramp-initial-end-of-output'.
14176
14177 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14178
14179 Get the background mode from the terminal for xterm, and set
14180 faces accordingly.
14181 * term/xterm.el (xterm-set-background-mode): New function.
14182 (terminal-init-xterm): Use it in case xterm supports background
14183 color queries. Recompute faces after getting the background
14184 color.
14185
14186 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
14187
14188 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
14189 number comment back on its own line, for easier parsing.
14190
14191 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14192
14193 Make it work for non-file buffers (bug#5102).
14194 * doc-view.el (doc-view-current-cache-dir):
14195 Use doc-view-buffer-file-name rather than buffer-file-name.
14196 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
14197
14198 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
14199
14200 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
14201 author field is too short.
14202
14203 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
14204
14205 * vc-git.el (vc-git-print-log): Handle a limit argument.
14206 Display the short log in graph form and with labels.
14207 (vc-git-log-view-mode): Handle labels.
14208
14209 Make vc-revert change VC state from 'added to 'unregistered.
14210 * vc-git.el (vc-git-revert): Call git reset first.
14211
14212 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
14213
14214 * net/newst-backend.el, net/newst-plainview.el:
14215 * net/newst-reader.el, net/newst-ticker.el:
14216 * net/newst-treeview.el, net/newsticker.el:
14217 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
14218
14219 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
14220
14221 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
14222
14223 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
14224 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
14225 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
14226 Update annotation regexp.
14227
14228 * simple.el (beginning-of-visual-line): Constrain to field
14229 boundaries (Bug#5106).
14230
14231 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
14232
14233 * xml.el (xml-substitute-numeric-entities):
14234 Move newsticker--decode-numeric-entities in newst-backend.el to
14235 xml-substitute-numeric-entities in xml.el. (Bug#5008)
14236 * net/newst-backend.el (newsticker--parse-generic-feed)
14237 (newsticker--parse-generic-items)
14238 (newsticker--decode-numeric-entities):
14239 Move newsticker--decode-numeric-entities in newst-backend.el to
14240 xml-substitute-numeric-entities in xml.el. (Bug#5008)
14241
14242 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
14243
14244 * progmodes/js.el (js--js-not): Add null to the list of values.
14245
14246 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
14247
14248 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
14249
14250 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14251
14252 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
14253 delimiter if it is at the end of the current line.
14254 (bibtex-generate-url-list): Fix docstring.
14255
14256 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
14257
14258 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
14259 minibuffer's content with itself.
14260 Fold the confirm-after-completion case into the `confirm' case.
14261 (completion-pcm-word-delimiters): Add : and / to the delimiters.
14262
14263 2009-12-06 Kevin Ryde <user42@zip.com.au>
14264
14265 * ffap.el (ffap-rfc-path): Make this a defcustom since
14266 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
14267
14268 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
14269 manuals, similar to existing setup for help-mode. (Bug#3913.)
14270
14271 2009-12-05 Juri Linkov <juri@jurta.org>
14272
14273 Save and restore dired buffer's point positions too. (Bug#4880)
14274
14275 * dired.el (dired-save-positions): Return in the first element
14276 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
14277 Doc fix.
14278 (dired-restore-positions): First restore buffer's position.
14279 While restoring window's positions, check if window still displays
14280 the original buffer.
14281
14282 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
14283
14284 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
14285 if possible.
14286
14287 * shell.el (shell): Require ansi-color (Bug#5113).
14288
14289 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
14290
14291 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
14292
14293 2009-12-05 Alan Mackenzie <acm@muc.de>
14294
14295 * progmodes/cc-mode.el (c-before-hack-hook)
14296 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
14297 `c-file-style' to work again. This reversion restores the current
14298 software to its state in Emacs 23.1. (Bug#4146)
14299
14300 2009-12-05 Kevin Ryde <user42@zip.com.au>
14301
14302 * textmodes/sgml-mode.el (sgml-lexical-context):
14303 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
14304
14305 2009-12-05 Juri Linkov <juri@jurta.org>
14306
14307 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
14308 for virtual nodes. (Bug#4147)
14309 (Info-find-node-2): Set `Info-current-node-virtual' to nil
14310 when moving from a virtual node.
14311 (Info-mode-menu): Add `Info-virtual-index' to the menu.
14312 (Info-mode): Add `Info-virtual-index' to the docstring.
14313
14314 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14315
14316 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
14317 track of the buffer position of the end of a BibTeX entry as this
14318 position may change during reformatting.
14319 (bibtex-format-entry): Remove whitespace before processing
14320 numerical fields so that we recognize the latter properly.
14321 (bibtex-reformat): Do not use push which changes the global value
14322 of bibtex-entry-format.
14323 (bibtex-field-braces-alist, bibtex-field-strings-alist)
14324 (bibtex-field-re-init): Replace only space characters by regexp
14325 for whitespace.
14326 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
14327 (bibtex-initialize): Also update bibtex-strings.
14328 (bibtex-kill-field): Preserve white space at end of entry.
14329 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
14330 Update bibtex-reference-keys.
14331
14332 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
14333
14334 * minibuffer.el (completion-pcm--merge-try): Also consider placing
14335 point after a star, if that's the only place where modifications can
14336 make progress.
14337
14338 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
14339
14340 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
14341 in docstrings.
14342
14343 2009-12-04 Juri Linkov <juri@jurta.org>
14344
14345 * proced.el (proced): Call `(proced-update t)' to update process
14346 information instead of only running proced-post-display-hook.
14347 (proced-send-signal): Add a leading space to the buffer name
14348 " *Marked Processes*" to make this buffer ephemeral.
14349
14350 2009-12-04 Juri Linkov <juri@jurta.org>
14351
14352 * dired.el (dired-auto-revert-buffer): New defcustom.
14353 (dired-internal-noselect): Use it.
14354
14355 2009-12-04 Juri Linkov <juri@jurta.org>
14356
14357 Change roles of modes and functions in image-mode.el (Bug#5062).
14358
14359 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
14360 in `auto-mode-alist'.
14361 (image-mode-previous-major-mode): New variable.
14362 (image-minor-mode-map): Rename from `image-mode-text-map'.
14363 (image-mode): Move graceful error-handling code from
14364 `image-minor-mode' to here. On errors call `image-mode-as-text'.
14365 (image-minor-mode): Remove all image-handling code.
14366 Replace `image-mode-text-map' with `image-minor-mode-map'.
14367 Check for `image-type' in mode-line format string.
14368 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
14369 (image-mode-as-text): New function with most code from
14370 `image-mode-maybe'.
14371 (image-toggle-display-text): Move code that removes image
14372 properties from `image-toggle-display' to here.
14373 (image-toggle-display-image): New function with code that adds
14374 image properties copied from `image-toggle-display'.
14375 (image-toggle-display): Remove most code with leaving only code
14376 that toggles between `image-mode-as-text' and `image-mode'.
14377
14378 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
14379
14380 * net/newst-treeview.el
14381 (newsticker--treeview-list-highlight-start): Restored call to
14382 save-excursion: Selected item was stuck.
14383 (newsticker--treeview-list-select): New.
14384 (newsticker--treeview-item-show-text)
14385 (newsticker--treeview-item-show)
14386 (newsticker--treeview-item-update): Use new
14387 newsticker-treeview-item-mode.
14388 (newsticker-treeview-update): Keep current item.
14389 (newsticker-treeview-next-new-or-immortal-item): Doc change.
14390 (newsticker--treeview-first-feed): Doc change.
14391 (newsticker-treeview-list-menu)
14392 (newsticker-treeview-item-menu): Add menu entries.
14393 (newsticker-treeview-item-mode): New.
14394
14395 * net/newst-backend.el (newsticker-customize): Delete other
14396 windows.
14397
14398 2009-12-04 Sam Steingold <sds@gnu.org>
14399
14400 * log-view.el (log-view-mode-map): "q" calls quit-window,
14401 like in all the other non-self-insert buffers.
14402
14403 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
14404
14405 Minor cleanup.
14406 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
14407 key decoding rather than do it manually via last-input-event +
14408 ascii-character.
14409 (term-exec): Use delete-and-extract-region.
14410 (term-handle-ansi-terminal-messages): Remove unused var `end'.
14411 (term-process-pager): Remove unused var `i'.
14412 (term-dynamic-simple-complete): Make obsolete.
14413 (serial-update-config-menu): Remove unused vars `y' and `str'.
14414 (term-update-mode-line): Remove unused var `temp'.
14415
14416 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14417
14418 Limit the number of log entries displayed by default.
14419 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
14420 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
14421 using a prefix argument.
14422
14423 2009-12-03 Glenn Morris <rgm@gnu.org>
14424
14425 * progmodes/idlwave.el (class): Restore still useful declaration.
14426
14427 2009-12-03 Alan Mackenzie <acm@muc.de>
14428
14429 Enhance `c-parse-state' to run efficiently in "brace deserts".
14430
14431 * progmodes/cc-mode.el (c-basic-common-init):
14432 Call c-state-cache-init.
14433 (c-neutralize-syntax-in-and-mark-CPP): Rename from
14434 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
14435 placing `category' properties value 'c-cpp-delimiter at its boundaries.
14436
14437 * progmodes/cc-langs.el (c-before-font-lock-function):
14438 c-extend-and-neutralize-syntax-in-CPP has been renamed
14439 c-neutralize-syntax-in-and-mark-CPP.
14440
14441 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
14442 with `category' properties now, not `syntax-table' ones.
14443
14444 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
14445 enhanced (but slower) version of c-end-of-macro that won't land
14446 inside a literal or on another awkward character.
14447 (c-state-cache-too-far, c-state-cache-start)
14448 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
14449 (c-state-nonlit-pos-cache-limit, c-state-point-min)
14450 (c-state-point-min-lit-type, c-state-point-min-lit-start)
14451 (c-state-min-scan-pos, c-state-brace-pair-desert)
14452 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
14453 buffer local variables.
14454 (c-state-literal-at, c-state-lit-beg)
14455 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
14456 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
14457 (c-state-cache-top-paren, c-state-cache-after-top-paren)
14458 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
14459 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
14460 (c-renarrow-state-cache)
14461 (c-append-lower-brace-pair-to-state-cache)
14462 (c-state-push-any-brace-pair, c-append-to-state-cache)
14463 (c-remove-stale-state-cache)
14464 (c-remove-stale-state-cache-backwards, c-state-cache-init)
14465 (c-invalidate-state-cache-1, c-parse-state-1)
14466 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
14467 (c-parse-state): Enhance and refactor.
14468 (c-debug-parse-state): Amend to deal with all the new variables.
14469
14470 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
14471 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
14472 modify to use category text properties rather than syntax-table ones.
14473 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
14474 to switch off/on the syntactic paren property of C++ template
14475 delimiters using the category property.
14476 (c-with-<->-as-parens-suppressed): Macro to invoke code with
14477 template delims suppressed.
14478 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
14479 New constant/macros which apply category properties to the start
14480 and end of preprocessor constructs.
14481 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
14482 "comment out" the syntactic value of characters in preprocessor
14483 constructs.
14484 (c-with-cpps-commented-out)
14485 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
14486 with characters in all or all but one preprocessor constructs
14487 "commented out".
14488
14489 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14490
14491 * proced.el (proced-filter-alist): Use regexp-quote.
14492
14493 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
14494
14495 Cleanup.
14496 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
14497 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
14498 arguments. Expand `default-directory'.
14499
14500 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
14501 the benefit of returning an expanded localname.
14502 (tramp-tramp-file-p): Handle the case NAME is not a string.
14503
14504 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14505
14506 Add support for bzr shelve/unshelve.
14507 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
14508 (vc-bzr-extra-menu-map): New variables.
14509 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
14510 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
14511 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
14512 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
14513 (vc-bzr-dir-extra-headers): Display shelves.
14514
14515 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
14516
14517 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14518
14519 * textmodes/bibtex.el (bibtex-complete-internal):
14520 Use completion-in-region.
14521 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
14522
14523 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14524
14525 Support applying stashes. Improve UI.
14526 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
14527 (vc-git-stash-apply, vc-git-stash-pop)
14528 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
14529 (vc-git-stash-menu): New functions.
14530 (vc-git-stash-menu-map): New variable.
14531 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
14532
14533 2009-12-03 Glenn Morris <rgm@gnu.org>
14534
14535 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
14536 (vc-print-log-internal): Fix previous change.
14537 (vc-revert): Correct pluralization.
14538
14539 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14540
14541 * progmodes/make-mode.el (makefile-special-targets-list): No need for
14542 it to be an alist any more.
14543 (makefile-complete): Use completion-in-region.
14544
14545 * progmodes/octave-mod.el (octave-complete-symbol):
14546 Use completion-in-region.
14547
14548 Misc cleanup.
14549 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
14550 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
14551 (idlwave-complete-class): Don't quote lambda.
14552 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
14553 (idlwave-mode-map): Move initialization into declaration.
14554 (idlwave-action-and-binding): Use backquotes.
14555 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
14556 Simplify.
14557 (idlwave-is-pointer-dereference): Remove unused var `pos'.
14558 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
14559 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
14560 `parts', and `all-parts'.
14561 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
14562 (idlwave-convert-xml-system-routine-info): Remove unused string
14563 `version-string'.
14564 (idlwave-display-user-catalog-widget): Use dolist.
14565 (idlwave-scanning-lib): Declare dynamically-scoped var.
14566 (idlwave-scan-library-catalogs): Remove unused var `flags'.
14567 (completion-highlight-first-word-only): Declare to silence bytecomp.
14568 (idlwave-popup-select): Tighten scope of `resp'.
14569 (idlwave-find-struct-tag): Remove unused var `beg'.
14570 (idlwave-after-load-rinfo-hook): Declare.
14571 (idlwave-sintern-class-info): Remove unused var `taglist'.
14572 (idlwave-find-class-definition): Remove unused var `list'.
14573 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
14574 (idlwave-what-module-find-class): Remove unused var `classes'.
14575
14576 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
14577
14578 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
14579
14580 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14581
14582 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
14583 buffers visited. Remove redundant current-buffer-saving.
14584
14585 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
14586
14587 Use completion-in-buffer and remove uses of dynamic scoping.
14588 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
14589 (pascal-buffer-to-use, pascal-flag): Don't declare.
14590 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
14591 (pascal-get-completion-decl, pascal-keyword-completion):
14592 Add `pascal-str' argument, save-excursion,
14593 return the found completions, and don't filter with pascal-pred.
14594 (pascal-completion-cache): New var.
14595 (pascal-completion): Don't switch buffer any more (it was never
14596 necessary). Don't save-excursion any more (it's done by the called
14597 subroutines). Use a cache to avoid redundant computations.
14598 Use complete-with-action rather than pascal-completion-response and
14599 let it apply the predicate as well.
14600 (pascal-complete-word): Use completion-in-buffer when
14601 pascal-toggle-completions is nil.
14602 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
14603 not used any more.
14604 (pascal-comp-defun): Don't change buffer any more.
14605 Use complete-with-action rather than pascal-completion-response and
14606 let it apply the predicate as well.
14607 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
14608 when neded.
14609
14610 2009-12-02 Kenichi Handa <handa@m17n.org>
14611
14612 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
14613 shape for all Indic scripts.
14614
14615 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
14616
14617 Use completion-in-buffer.
14618 * wid-edit.el (widget-field-text-end): New function.
14619 (widget-field-value-get): Use it.
14620 (widget-string-complete, widget-file-complete)
14621 (widget-color-complete): Use it and completion-in-region.
14622 (widget-complete): Don't narrow the buffer.
14623
14624 2009-12-02 Glenn Morris <rgm@gnu.org>
14625
14626 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
14627 (rmail-select-summary): Use rmail-pop-to-buffer.
14628 * mail/rmailsum.el: Replace all pop-to-buffer calls with
14629 rmail-pop-to-buffer, to prevent horizontal splits.
14630
14631 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
14632 save-excursion with save-current-buffer.
14633 Widen before searching. (Bug#5093)
14634 (diary-list-sexp-entries): Remove superfluous save-excursion.
14635
14636 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
14637
14638 * woman.el (woman-make-bufname): Handle man-pages with "." in the
14639 name. (Bug#5038)
14640
14641 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
14642
14643 * ido.el (ido-file-internal): Handle filenames at point that do
14644 not have a directory part. (Bug#5049)
14645
14646 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
14647
14648 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
14649 (mpc-songs-jump-to, mpc-resume): Doc fixes.
14650
14651 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
14652
14653 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
14654 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
14655 any more.
14656
14657 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
14658
14659 * comint.el (comint-insert-input): Ignore clicks to the right of
14660 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
14661
14662 * vc.el (vc-print-log-internal): Don't wait for the process to
14663 terminate before setting up the major mode.
14664
14665 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
14666 in case.
14667
14668 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
14669 the last element.
14670
14671 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
14672
14673 2009-12-01 Glenn Morris <rgm@gnu.org>
14674
14675 * window.el (window--display-buffer-2): Fix previous changes.
14676
14677 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
14678
14679 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
14680
14681 2009-12-01 Glenn Morris <rgm@gnu.org>
14682
14683 * Makefile.in (ELCFILES): Add mpc.elc.
14684
14685 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
14686
14687 * mpc.el: New file.
14688
14689 2009-12-01 Glenn Morris <rgm@gnu.org>
14690
14691 * window.el (window-to-use): Define for compiler.
14692
14693 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
14694 consistent with others (no final period).
14695
14696 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
14697 (rmail-mime-show): Downcase the encoding. (Bug#5070)
14698
14699 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
14700
14701 Make vc-print-log buttons work.
14702 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
14703
14704 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
14705
14706 * savehist.el (savehist-autosave-interval): Allow setting to nil
14707 through customize. (Bug#5056)
14708
14709 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
14710
14711 Fix references to jit-lock properties.
14712 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14713 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
14714 (perl-font-lock-special-syntactic-constructs):
14715 Quote jit-lock-defer-multiline property.
14716
14717 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
14718
14719 * vc-git.el (vc-git-registered): Call vc-git-root only once.
14720
14721 2009-11-30 Juri Linkov <juri@jurta.org>
14722
14723 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
14724 value `buffer' of `multi-isearch-next-buffer-current-function'.
14725 Use `(current-buffer)' when `buffer' is nil.
14726 (multi-isearch-next-buffer-from-list): Don't fallback to
14727 `(current-buffer)' when `buffer' is nil. (Bug#4947)
14728
14729 2009-11-30 Juri Linkov <juri@jurta.org>
14730
14731 * misearch.el (multi-isearch-read-buffers): Move canonicalization
14732 of buffers with `get-buffer' to `multi-isearch-buffers'.
14733 (multi-isearch-buffers, multi-isearch-buffers-regexp):
14734 Canonicalize BUFFERS with `get-buffer'. Doc fix.
14735 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
14736 FILES with `expand-file-name' converting relative file names
14737 to absolute. Doc fix. (Bug#4727)
14738
14739 2009-11-30 Juri Linkov <juri@jurta.org>
14740
14741 * misearch.el (multi-isearch-read-buffers)
14742 (multi-isearch-read-matching-buffers): New functions.
14743 (multi-isearch-buffers, multi-isearch-buffers-regexp):
14744 Use them in the `interactive' spec. Doc fix.
14745 (multi-isearch-read-files, multi-isearch-read-matching-files):
14746 New functions.
14747 (multi-isearch-files, multi-isearch-files-regexp):
14748 Use them in the `interactive' spec. Doc fix. (Bug#4725)
14749
14750 2009-11-30 Juri Linkov <juri@jurta.org>
14751
14752 * doc-view.el (doc-view-continuous):
14753 Rename from `doc-view-continuous-mode'.
14754 (doc-view-menu): Move "Toggle display" to the top.
14755 Add submenu "Continuous" with radio buttons "Off"/"On"
14756 and "Save as Default".
14757 (doc-view-scroll-up-or-next-page)
14758 (doc-view-scroll-down-or-previous-page)
14759 (doc-view-next-line-or-next-page)
14760 (doc-view-previous-line-or-previous-page):
14761 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
14762
14763 2009-11-30 Juri Linkov <juri@jurta.org>
14764
14765 * comint.el (comint-mode-map): Rebind `M-r' from
14766 `comint-previous-matching-input' to
14767 `comint-history-isearch-backward-regexp'.
14768 Unbind `M-s' to allow global key binding `M-s'.
14769 Add menu items for `comint-history-isearch-backward' and
14770 `comint-history-isearch-backward-regexp'. (Bug#3746)
14771
14772 2009-11-30 Juri Linkov <juri@jurta.org>
14773
14774 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
14775 For def=recenter, replace `recenter' with `recenter-top-bottom'
14776 that is called with `this-command' and `last-command' let-bound
14777 to `recenter-top-bottom'. When the last `def' was not `recenter',
14778 set `recenter-last-op' to nil. (Bug#4981)
14779
14780 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
14781
14782 Minor cleanup and simplification.
14783 * filecache.el (file-cache-add-directory)
14784 (file-cache-add-directory-recursively)
14785 (file-cache-add-from-file-cache-buffer)
14786 (file-cache-delete-file-regexp, file-cache-delete-directory)
14787 (file-cache-files-matching-internal, file-cache-display): Use dolist.
14788 (file-cache-temp-minibuffer-message): Delete function.
14789 (file-cache-minibuffer-complete): Use minibuffer-message instead.
14790
14791 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
14792 Don't signal an error when bumping into EOB in tr, s, or y.
14793
14794 2009-11-29 Juri Linkov <juri@jurta.org>
14795
14796 * startup.el (fancy-about-text): Fix wording of Guided Tour.
14797 (Bug#4960)
14798
14799 * descr-text.el (describe-char-unidata-list): Use lowercase name
14800 for "Unicode name" like in other tags.
14801
14802 2009-11-29 Juri Linkov <juri@jurta.org>
14803
14804 * ediff-util.el (ediff-minibuffer-with-setup-hook):
14805 New compatibility macro.
14806 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
14807
14808 2009-11-29 Juri Linkov <juri@jurta.org>
14809
14810 Add defcustom to define the cycling order of `recenter-top-bottom'.
14811 (Bug#4981)
14812
14813 * window.el (recenter-last-op): Doc fix.
14814 (recenter-positions): New defcustom.
14815 (recenter-top-bottom): Rewrite to use `recenter-positions'.
14816 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
14817
14818 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
14819
14820 Improve integration of Tramp and ange-ftp in eshell.
14821
14822 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
14823 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
14824 (eshell/sudo): Flatten args. Let-bind `default-directory'.
14825
14826 * eshell/esh-util.el (top): Require also Tramp when compiling.
14827 (eshell-directory-files-and-attributes): Check for FTP remote
14828 connection.
14829 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
14830 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
14831 (eshell-file-attributes): Handle ".". Return `entry'.
14832
14833 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
14834 (ange-ftp-directory-files-and-attributes)
14835 (ange-ftp-real-directory-files-and-attributes): New defuns.
14836
14837 * net/tramp.el (tramp-maybe-open-connection): Open the remote
14838 shell with "exec" when possible. This prevents trailing prompts
14839 in `start-file-process'.
14840
14841 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
14842
14843 Try and remove assumptions about point-min==1.
14844 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
14845 (rng-compute-mode-line-string): Show the validation percentage in
14846 terms of the narrowed text, not the widened text.
14847 (rng-do-some-validation): Don't catch internal errors when debugging.
14848 (rng-first-error): Simplify.
14849 (rng-after-change-function): Remove work around. AFAIK the bug has
14850 been fixed a while ago.
14851
14852 * image-mode.el (image-minor-mode): Exit more gracefully when the image
14853 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
14854
14855 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
14856
14857 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
14858 `cd' doesn't always do it for us (bug#5067).
14859
14860 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
14861 on 2009-10-25 as part of some other change (bug#5067).
14862
14863 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
14864
14865 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
14866 `suspicious'.
14867 (byte-compile-warnings): Use byte-compile-warning-types.
14868 (byte-compile-save-excursion): Warn about use of set-buffer right
14869 after save-excursion.
14870
14871 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
14872 the excursion as well.
14873
14874 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
14875
14876 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
14877 providing a Tramp related implementation of "su" and "sudo".
14878 (eshell-unix-initialize): Add "su" and "sudo".
14879
14880 2009-11-27 Daiki Ueno <ueno@unixuser.org>
14881
14882 * net/socks.el (socks-send-command): Convert binary request to
14883 unibyte before sending. This fixes mishandling of some port
14884 numbers such as 129.
14885
14886 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
14887
14888 * help.el (describe-bindings-internal): Remove `interactive'.
14889
14890 * man.el (Man-completion-table): Trim a terminating "(".
14891 Remove the space between name page a section.
14892 Add the command's description on the `help-echo' property.
14893 Remove `process-connection-type' binding since it's unused by
14894 call-process.
14895 Provide completion for the "<section> <name>" format as well.
14896 (Man-default-man-entry): Remove spurious var shadowing the argument.
14897
14898 2009-11-26 Kevin Ryde <user42@zip.com.au>
14899
14900 * log-view.el: Add "Keywords: tools", since its other keywords
14901 aren't in finder-known-keywords, and following vc.el.
14902
14903 * sha1.el (sha1-string-external): default-directory "/" in case
14904 otherwise non-existent. process-connection-type pipe for touch of
14905 efficiency recommended by elisp manual. (An aside in Bug#3911.)
14906
14907 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
14908
14909 Misc coding convention cleanups.
14910 * htmlfontify.el (hfy-init-kludge-hook): Rename from
14911 hfy-init-kludge-hooks.
14912 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
14913 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
14914 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
14915 and push.
14916 (hfy-slant, hfy-weight): Use tables rather than code.
14917 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
14918 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
14919 (hfy-face-attr-for-class): Initialize `face-spec' directly.
14920 (hfy-face-to-css): Remove `nconc' with single arg.
14921 (hfy-p-to-face-lennart): Use `or'.
14922 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
14923 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
14924 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
14925 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
14926 (hfy-force-fontification): Use run-hooks.
14927
14928 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
14929
14930 Various minor fixes.
14931 * htmlfontify.el (hfy-default-header): Add toggle_invis since
14932 Javascript belongs in the header, not the body.
14933 (hfy-javascript): Remove.
14934 (hfy-fontify-buffer): Don't insert it any more.
14935 (hfy-face-at): Handle (face0 face1 face2) style face properties.
14936 Fix bug in invis handling when there were no invis props in a chunk.
14937
14938 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
14939
14940 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
14941
14942 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
14943
14944 * finder.el (finder-mode-map): Add a menu.
14945
14946 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
14947
14948 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
14949 "unsigned" structs.
14950
14951 (verilog-leap-to-head, verilog-backward-token): Handle "disable
14952 fork" statement better.
14953
14954 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
14955
14956 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
14957 (verilog-delete-auto, verilog-delete-empty-auto-pair)
14958 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
14959 Reported by Clay Douglass.
14960
14961 (verilog-auto-inst, verilog-auto-star-safe)
14962 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
14963 Fix removing "// Interfaces" when saving .* expansions.
14964 Reported by Pierre-David Pfister.
14965
14966 2009-11-26 Glenn Morris <rgm@gnu.org>
14967
14968 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
14969 the scope.
14970
14971 2009-11-25 Johan Bockgård <bojohan@gnu.org>
14972
14973 * vc-annotate.el (vc-annotate-revision-previous-to-line):
14974 Really use previous revision.
14975
14976 2009-11-25 Kevin Ryde <user42@zip.com.au>
14977
14978 * man.el (Man-completion-table): default-directory "/" in case
14979 doesn't otherwise exist. process-environment COLUMNS=999 so as
14980 not to truncate long names. process-connection-type pipe to avoid
14981 any chance of hitting the pseudo-tty TIOCGWINSZ.
14982 (man): completion-ignore-case t for friendliness and since man
14983 itself is case-insensitive on the command line.
14984 Further to Bug#3717.
14985
14986 * arc-mode.el: Add "Keywords: files", so the details in its
14987 commentary can be reached from finder-by-keyword.
14988 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
14989 editing mode, but it's comms related and sgml-mode.el has "comm"
14990 on that basis too.
14991 * textmodes/bibtex-style.el: Add "Keywords: tex".
14992 * international/isearch-x.el, international/ja-dic-cnv.el:
14993 * international/ja-dic-utl.el, international/kkc.el:
14994 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
14995
14996 2009-11-25 Juri Linkov <juri@jurta.org>
14997
14998 * man.el (Man-completion-table): Modify regexp to include
14999 section names to completion strings. (Bug#3717)
15000
15001 2009-11-25 Juri Linkov <juri@jurta.org>
15002
15003 Search recursively in gzipped files. (Bug#4982)
15004
15005 * progmodes/grep.el (grep-highlight-matches): Add new options
15006 `always' and `auto'. Doc fix.
15007 (grep-process-setup): Check `grep-highlight-matches' for
15008 `auto-detect' to determine the need to compute grep defaults.
15009 Move Windows/DOS specific --colors settings handling
15010 to `grep-compute-defaults'. Check `grep-highlight-matches'
15011 to get the value of "--color=".
15012 (grep-compute-defaults): Compute `grep-highlight-matches' when it
15013 has the value `auto-detect'. Move Windows/DOS specific settings
15014 from `grep-process-setup'.
15015 (zrgrep): New command with alias `rzgrep'.
15016
15017 2009-11-25 Juri Linkov <juri@jurta.org>
15018
15019 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
15020 to nil instead of switching off view-mode. (Bug#4896)
15021
15022 2009-11-25 Juri Linkov <juri@jurta.org>
15023
15024 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
15025
15026 * mwheel.el (mwheel-scroll-up-function)
15027 (mwheel-scroll-down-function): New defvars.
15028 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
15029 `scroll-up', and `mwheel-scroll-down-function' instead of
15030 `scroll-down'.
15031
15032 * doc-view.el (doc-view-scroll-up-or-next-page)
15033 (doc-view-scroll-down-or-previous-page): Add optional ARG.
15034 Use this ARG in the call to image-scroll-up/image-scroll-down.
15035 Change `interactive' spec to "P". Goto next/previous page only
15036 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
15037 SPC/DEL case). Doc fix.
15038 (doc-view-next-line-or-next-page)
15039 (doc-view-previous-line-or-previous-page): Rename arg to ARG
15040 for consistency.
15041 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
15042 `doc-view-scroll-up-or-next-page', and buffer-local
15043 `mwheel-scroll-down-function' to
15044 `doc-view-scroll-down-or-previous-page'.
15045
15046 2009-11-25 Juri Linkov <juri@jurta.org>
15047
15048 Provide additional default values (directories at other Dired
15049 windows) via M-n in the minibuffer of some Dired commands.
15050
15051 * dired-aux.el (dired-diff, dired-compare-directories)
15052 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
15053 `minibuffer-default' in `minibuffer-with-setup-hook'.
15054 (dired-dwim-target-directory): Find a window that displays Dired
15055 buffer instead of failing when the next window is not Dired.
15056 Use `get-window-with-predicate' to find for the next Dired window.
15057 (dired-dwim-target-defaults): New function.
15058
15059 * ediff-util.el (ediff-read-file-name):
15060 Use `dired-dwim-target-defaults' to set `minibuffer-default'
15061 in `minibuffer-with-setup-hook'.
15062
15063 2009-11-25 Juri Linkov <juri@jurta.org>
15064
15065 Provide additional default values (file name at point or at the
15066 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
15067
15068 * minibuffer.el (read-file-name-defaults): New function.
15069 (read-file-name): Reset `minibuffer-default' to nil when
15070 it duplicates initial input `insdef'.
15071 Bind `minibuffer-default-add-function' to lambda that
15072 calls `read-file-name-defaults' in `minibuffer-selected-window'.
15073 (minibuffer-insert-file-name-at-point): New command.
15074
15075 * files.el (file-name-at-point-functions): New defcustom.
15076 (find-file-default): Remove defvar.
15077 (find-file-read-args): Don't use `find-file-default'.
15078 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15079 to `read-file-name'.
15080 (find-file-literally): Use `read-file-name' with
15081 `confirm-nonexistent-file-or-buffer'.
15082
15083 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
15084
15085 * dired.el (dired-read-dir-and-switches):
15086 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15087 to `read-file-name'.
15088 (dired-file-name-at-point): New function.
15089 (dired-mode): Add hook `dired-file-name-at-point' to
15090 `file-name-at-point-functions'.
15091
15092 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15093
15094 Really make the *Completions* window soft-dedicated (bug#5030).
15095 * window.el (window--display-buffer-2): Add `dedicated' argument.
15096 (display-buffer): Pass it when needed so the dedicated flag is set
15097 after calling set-window-buffer, which would otherwise reset it.
15098
15099 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15100
15101 * progmodes/meta-mode.el (meta-complete-symbol):
15102 * progmodes/etags.el (complete-tag):
15103 * mail/mailabbrev.el (mail-abbrev-complete-alias):
15104 Use completion-in-region.
15105
15106 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
15107 (dabbrev-completion): Use completion-in-region.
15108 (dabbrev--abbrev-at-point): Simplify regexp.
15109
15110 * abbrev.el (abbrev--before-point): Use word-motion functions
15111 if :regexp is not specified (bug#5031).
15112
15113 * subr.el (string-prefix-p): New function.
15114
15115 * man.el (Man-completion-cache): New var.
15116 (Man-completion-table): Use it.
15117
15118 * vc.el (vc-print-log-internal): Make `limit' optional for better
15119 compatibility (e.g. with vc-annotate.el).
15120
15121 2009-11-24 Kevin Ryde <user42@zip.com.au>
15122
15123 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
15124 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
15125
15126 * emacs-lisp/elint.el (elint-add-required-env): Better error message
15127 when .el source file not found or other error.
15128
15129 2009-11-24 Markus Triska <markus.triska@gmx.at>
15130
15131 * linum.el (linum-update-window): Ignore intangible (bug#4996).
15132
15133 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15134
15135 Handle the [back] button properly (bug#4979).
15136 * descr-text.el (describe-text-properties): Add a `buffer' argument.
15137 Use help-setup-xref, help-buffer, and with-help-window.
15138 (describe-char): Add `buffer' argument.
15139 Pass proper command to help-setup-xref. Don't meddle with
15140 help-xref-stack-item directly.
15141 (describe-text-category): Use with-help-window and help-buffer.
15142
15143 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
15144 for the displayed buffer (bug#4887).
15145
15146 * man.el (Man-completion-table): New function.
15147 (man): Use it.
15148
15149 2009-11-24 David Reitter <david.reitter@gmail.com>
15150
15151 * vc-git.el (vc-git-registered): Use checkout directory (where
15152 .git is) rather than the file's directory and a relative path spec
15153 to work around a bug in git.
15154
15155 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
15156
15157 Improve handling of processes on remote hosts.
15158
15159 * eshell/esh-util.el (eshell-path-env): New defvar.
15160 (eshell-parse-colon-path): New defun.
15161 (eshell-file-attributes): Use `eshell-parse-colon-path'.
15162
15163 * eshell/esh-ext.el (eshell-search-path):
15164 Use `eshell-parse-colon-path'.
15165 (eshell-remote-command): Remove argument HANDLER.
15166 (eshell-external-command): Check for FTP remote connection.
15167
15168 * eshell/esh-proc.el (eshell-gather-process-output):
15169 Use `file-truename', in order to start also symlinked files.
15170 Apply `start-file-process' instead of `start-process'.
15171 Shorten `command' to the local file name part.
15172
15173 * eshell/em-cmpl.el (eshell-complete-commands-list):
15174 Use `eshell-parse-colon-path'.
15175
15176 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
15177
15178 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
15179 to `eshell-directory-change-hook'.
15180
15181 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
15182
15183 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
15184 because it could be enabled automatically if view-read-only is non-nil.
15185
15186 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
15187
15188 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
15189 made on 2009-11-22.
15190
15191 2009-11-24 Glenn Morris <rgm@gnu.org>
15192
15193 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
15194 deleted variable bookmark-bmenu-bookmark-column.
15195
15196 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15197
15198 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
15199
15200 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
15201
15202 * net/browse-url.el (browse-url-filename-alist): On Windows, add
15203 two slashes to the "file:" prefix.
15204 (browse-url-file-url): De-munge Cygwin filenames before passing
15205 them to Windows browser.
15206 (browse-url-default-windows-browser): Use call-process.
15207
15208 2009-11-23 Juri Linkov <juri@jurta.org>
15209
15210 Implement DocView Continuous mode. (Bug#4896)
15211 * doc-view.el (doc-view-continuous-mode): New defcustom.
15212 (doc-view-mode-map): Bind C-n/<down> to
15213 `doc-view-next-line-or-next-page', C-p/<up> to
15214 `doc-view-previous-line-or-previous-page'.
15215 (doc-view-next-line-or-next-page)
15216 (doc-view-previous-line-or-previous-page): New commands.
15217
15218 2009-11-23 Juri Linkov <juri@jurta.org>
15219
15220 Implement Isearch in comint input history. (Bug#3746)
15221 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
15222 `isearch-mode-hook'.
15223 (comint-history-isearch): New defcustom.
15224 (comint-history-isearch-backward)
15225 (comint-history-isearch-backward-regexp): New commands.
15226 (comint-history-isearch-message-overlay): New buffer-local variable.
15227 (comint-history-isearch-setup, comint-history-isearch-end)
15228 (comint-goto-input, comint-history-isearch-search)
15229 (comint-history-isearch-message, comint-history-isearch-wrap)
15230 (comint-history-isearch-push-state)
15231 (comint-history-isearch-pop-state): New functions.
15232
15233 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
15234
15235 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
15236 return.
15237 (tramp-handle-make-symbolic-link)
15238 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
15239 Quote file names.
15240 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
15241 (tramp-handle-process-file): Use it.
15242
15243 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
15244
15245 * window.el (move-to-window-line-last-op): Remove.
15246 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
15247
15248 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
15249
15250 Make M-r mirror the new cycling behavior of C-l.
15251 * window.el (move-to-window-line-last-op): New var.
15252 (move-to-window-line-top-bottom): New command.
15253 (global-map): Bind M-r move-to-window-line-top-bottom.
15254
15255 2009-11-23 Sven Joachim <svenjoac@gmx.de>
15256
15257 * dired-x.el (dired-guess-shell-alist-default):
15258 Support xz format. (Bug#4953)
15259
15260 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
15261
15262 * emulation/viper-cmd.el: Use viper-last-command-char instead of
15263 last-command-char/last-command-event.
15264 (viper-prefix-arg-value): Do correct conversion of event-char for
15265 XEmacs.
15266
15267 * emulation/viper-util.el, emulation/viper.el:
15268 Use viper-last-command-char instead of
15269 last-command-char/last-command-event.
15270
15271 * ediff-init.el, ediff-mult.el, ediff-util.el:
15272 Replace last-command-char and last-command-event
15273 with (ediff-last-command-char) everywhere.
15274
15275 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
15276 created in fundamental mode.
15277
15278 * ediff.el (ediff-version): Revert the change of interactive-p to
15279 called-interactively-p.
15280
15281 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
15282
15283 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
15284 generation from word-movement command names.
15285
15286 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
15287
15288 * cus-start.el (all): Add native condition for font-use-system-font.
15289
15290 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
15291
15292 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
15293 Correct the patch from 2009-11-18. (Bug#3910)
15294
15295 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
15296
15297 * progmodes/subword.el: Rename from lisp/subword.el.
15298
15299 * subword.el: Rename to progmodes/subword.el.
15300
15301 * Makefile.in (ELCFILES): Adapt to subword.el move.
15302
15303 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15304 Stefan Monnier <monnier@iro.umontreal.ca>
15305
15306 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
15307 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
15308 (bookmark-bmenu-show-filenames): Use push.
15309 (bookmark-bmenu-hide-filenames): Use local var instead of
15310 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
15311 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
15312 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
15313 filenames now that the bookmark names are always available.
15314
15315 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15316
15317 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
15318 (bookmark-search-pattern): Move and leave unbound.
15319 (bookmark-bmenu-mode-map): Change binding.
15320 (bookmark-read-search-input): Simplify.
15321 Don't use text-char-description. Don't error on non-char events.
15322 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
15323 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
15324 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
15325 Use a local var for the timer.
15326 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
15327 (i.e. bookmark-bmenu-search).
15328
15329 2009-11-21 Glenn Morris <rgm@gnu.org>
15330
15331 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
15332
15333 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
15334
15335 * net/browse-url.el (browse-url-default-windows-browser):
15336 Use cygstart for cygwin.
15337
15338 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
15339
15340 * bookmark.el: Formatting and doc fixes only:
15341 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
15342 (bookmark-bmenu-search): Wrap to fit within 80 columns.
15343 Minor grammar and punctuation fixes in doc string.
15344 (bookmark-read-search-input): Adjust to fit within 80 columns.
15345
15346 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
15347
15348 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
15349 (c-backward-into-nomenclature): Adapt to subword renaming.
15350
15351 * subword.el (subword-forward, subword-backward, subword-mark)
15352 (subword-kill, subword-backward-kill, subword-transpose)
15353 (subword-downcase, subword-upcase, subword-capitalize)
15354 (subword-forward-internal, subword-backward-internal):
15355 Rename from forward-subword, backward-subword, mark-subword,
15356 kill-subword, backward-kill-subword, transpose-subwords,
15357 downcase-subword, upcase-subword, capitalize-subword,
15358 forward-subword-internal, backward-subword-internal.
15359
15360 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15361
15362 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
15363 New options.
15364 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
15365 New vars.
15366 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
15367 (bookmark-bmenu-filter-alist-by-regexp)
15368 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
15369 (bookmark-bmenu-search): New command.
15370 (bookmark-bmenu-mode-map): Bind it.
15371
15372 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
15373
15374 * progmodes/cc-cmds.el: declare-functioned forward-subword and
15375 backward-subword to quit the byte-compiler.
15376
15377 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
15378
15379 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
15380
15381 * progmodes/cc-cmds.el (c-update-modeline)
15382 (c-forward-into-nomenclature, c-backward-into-nomenclature):
15383 Refer to subword.el functions instead of cc-subword.el.
15384
15385 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
15386 subword.el functions instead of cc-subword.el.
15387
15388 * progmodes/cc-subword.el: Rename to subword.el.
15389 * subword.el: Rename from progmodes/cc-subword.el.
15390 (subword-mode-map): Rename from c-subword-mode-map.
15391 (subword-mode): Rename from c-subword-mode.
15392 (global-subword-mode): New global minor mode.
15393 (forward-subword): Rename from c-forward-subword.
15394 (backward-subword): Rename from c-backward-subword.
15395 (mark-subword): Rename from c-mark-subword.
15396 (kill-subword): Rename from c-kill-subword.
15397 (backward-kill-subword): Rename from c-backward-kill-subword.
15398 (transpose-subwords): Rename from c-tranpose-subword.
15399 (downcase-subword): Rename from c-downcase-subword.
15400 (capitalize-subword): Rename from c-capitalize-subword.
15401 (forward-subword-internal): Rename from c-forward-subword-internal.
15402 (backward-subword-internal): Rename from c-backward-subword-internal.
15403
15404 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
15405
15406 * vc.el (vc-deduce-fileset): Allow non-state changing operations
15407 from a dired buffer.
15408 (vc-dired-deduce-fileset): New function.
15409 (vc-root-diff, vc-print-root-log): Use it.
15410
15411 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
15412 nil LIMIT argument to vc-print-log-internal.
15413
15414 2009-11-20 Glenn Morris <rgm@gnu.org>
15415
15416 * Makefile.in (ELCFILES): Regenerate.
15417
15418 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
15419
15420 * calc/calc.el (calc-set-mode-line):
15421 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
15422 (math-format-number): Rename `math-format-complement-signed' to
15423 `math-format-twos-complement'.
15424
15425 * calc/calc-bin.el (math-format-twos-complement): Rename from
15426 math-format-complement-signed.
15427 (calc-radix): Rename `calc-complement-signed-mode' to
15428 `calc-twos-complement-mode'.
15429 (calc-octal-radix, calc-hex-radix): Add an argument for
15430 two's complement.
15431
15432 * calc/calc-embed.el (calc-embedded-mode-vars):
15433 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
15434
15435 * calc/calc-ext.el (calc-init-extensions):
15436 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
15437 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
15438
15439 * calc/calc-units.el (math-build-units-table-buffer):
15440 Let `calc-twos-complement-mode' be nil.
15441
15442 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
15443 entries.
15444
15445 * calc/calc-vec.el (calcFunc-vunpack):
15446 * calc/calc-aent.el (calc-do-calc-eval):
15447 * calc/calc-forms.el (math-format-date):
15448 * calc/calc-graph.el (calc-graph-plot):
15449 * calc/calc-math.el (math-use-emacs-fn):
15450 * calc/calccomp.el (math-compose-expr):
15451 Let `calc-twos-complement-mode' be nil.
15452
15453 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15454
15455 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
15456 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
15457 * minibuffer.el (completion-in-region-functions): New hook.
15458 (completion-in-region): New function.
15459 * emacs-lisp/lisp.el (lisp-complete-symbol):
15460 * pcomplete.el (pcomplete-std-complete): Use it.
15461
15462 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15463
15464 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
15465 (latex-complete-alist): New vars.
15466 (latex-string-prefix-p, latex-complete-bibtex-keys)
15467 (latex-complete-envnames, latex-complete-refkeys)
15468 (latex-complete-data): New functions.
15469 (latex-complete, latex-indent-or-complete): New commands.
15470
15471 * window.el (display-buffer-mark-dedicated): New var.
15472 (display-buffer): Obey it.
15473 * minibuffer.el (minibuffer-completion-help): Use it.
15474
15475 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
15476
15477 * filecache.el (file-cache-add-file): Use push and cons.
15478 (file-cache-delete-file-regexp): Use push.
15479 (file-cache-complete): Use completion-in-region.
15480
15481 * simple.el (with-wrapper-hook): Fix thinko.
15482
15483 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
15484 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
15485 Use with-current-buffer and string-to-number.
15486 (hfy-fallback-colour-values): Use assoc-string.
15487 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
15488 (hfy-face-at): Remove unused var `found-face'.
15489 (hfy-compile-stylesheet): Remove unused var `css'.
15490 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
15491 and `orig-buffer'.
15492 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
15493 Use with-current-buffer.
15494 (hfy-text-p): Use expand-file-name and fewer setq.
15495
15496 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
15497
15498 * htmlfontify.el, hfy-cmap.el: New files.
15499
15500 2009-11-19 Juri Linkov <juri@jurta.org>
15501
15502 * minibuffer.el (completions-format): New defcustom.
15503 (completion--insert-strings): Implement vertical format.
15504
15505 * simple.el (switch-to-completions): Move point to the first
15506 completion when point was at the beginning of the buffer.
15507
15508 2009-11-19 Juri Linkov <juri@jurta.org>
15509
15510 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
15511
15512 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
15513
15514 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
15515
15516 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
15517 (mail-signature): Change default to t.
15518 (mail-from-style): Deprecate `system-default' value.
15519 (mail-insert-from-field): For default value of mail-from-style,
15520 default to `angles' unless `angles' needs quoting and `parens'
15521 does not.
15522 (mail-citation-prefix-regexp): Use citation regexp from
15523 message-mode.
15524
15525 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
15526
15527 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
15528 Set variables for computing the prompt for reading password.
15529
15530 2009-11-19 Glenn Morris <rgm@gnu.org>
15531
15532 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
15533
15534 * textmodes/flyspell.el (sgml-lexical-context): Declare.
15535
15536 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
15537 (newsticker-treeview-listwindow-height): Fix custom type.
15538
15539 2009-11-19 Kenichi Handa <handa@m17n.org>
15540
15541 * descr-text.el (describe-char-padded-string): Compose with TAB
15542 only if there's a font for CH.
15543 (describe-char): Fix the condition for detecting a trivial composition.
15544
15545 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
15546
15547 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
15548 more accurate version of the regexp. (Bug#3910)
15549
15550 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
15551
15552 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
15553
15554 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
15555
15556 * font-setting.el (font-use-system-font): Declare for byte-compiler.
15557 (font-setting-change-default-font): Fix typo in docstring.
15558
15559 2009-11-18 Alan Mackenzie <acm@muc.de>
15560
15561 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
15562
15563 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
15564
15565 * font-setting.el (font-use-system-font): Move ...
15566
15567 * cus-start.el (all): ... to here.
15568
15569 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
15570
15571 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
15572 Don't set `ad-return-value' if `ad-do-it' doesn't.
15573
15574 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
15575 modification time.
15576
15577 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
15578
15579 * menu-bar.el: Put "Use system font" in Option-menu.
15580 (menu-bar-options-save): Add font-use-system-font.
15581
15582 * loadup.el: If feature system-font-setting or font-render-setting is
15583 there, load font-setting.
15584
15585 * Makefile.in (ELCFILES): Add font-settings.el.
15586 * font-setting.el: New file.
15587
15588 2009-11-17 Glenn Morris <rgm@gnu.org>
15589
15590 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
15591
15592 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
15593 Preserve point in the list buffer. (Bug#4939)
15594 Use point-at-eol.
15595 (newsticker--treeview-list-update-highlight)
15596 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
15597
15598 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
15599
15600 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
15601 Remove.
15602
15603 * calc/calc-ext.el (calc-init-extensions): Remove references to
15604 symclip.
15605
15606 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
15607
15608 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
15609 * calc/calc-help.el (calc-b-prefix-help): Remove references to
15610 `calc-symclip'.
15611
15612 2009-11-16 Kevin Ryde <user42@zip.com.au>
15613
15614 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
15615 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
15616
15617 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
15618 (lm-keywords-list): Allow comma-only separator like "foo,bar".
15619 Ignore trailing spaces by omit-nulls to split-string (fixing
15620 regression from Emacs 21 due to the incompatible split-string
15621 change). (Bug #4928.)
15622
15623 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
15624
15625 * vc.el (vc-log-show-limit): Default to 2000.
15626 (vc-print-log-internal): Insert buttons to request more entries
15627 when limiting the output.
15628
15629 * vc-sccs.el (vc-sccs-print-log):
15630 * vc-rcs.el (vc-rcs-print-log):
15631 * vc-cvs.el (vc-cvs-print-log):
15632 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
15633 LIMIT is non-nil.
15634
15635 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
15636
15637 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
15638 error when `tramp-gvfs-dbus-event-vector' is set.
15639 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
15640
15641 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
15642
15643 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
15644
15645 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
15646
15647 * net/dbus.el (dbus-unregister-service): New defun.
15648 (dbus-register-property): Register the handlers of
15649 "org.freedesktop.DBus.Properties" for SERVICE.
15650 (dbus-property-handler): Fix docstring.
15651
15652 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15653
15654 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
15655 Quote doc string reference in defvaralias as it is not in special form.
15656 (byte-compile-output-docform): Doc fix.
15657
15658 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
15659
15660 * calc/calc.el (math-2-word-size, math-half-2-word-size)
15661 (calc-complement-signed-mode): New variables.
15662 (calc-set-mode-line): Add indicator for twos-complements.
15663 (math-format-number): Format twos-complement notation.
15664
15665 * calc/calc-bin.el (calc-word-size): Reset the variables
15666 `math-2-word-size' and `math-half-2-word-size'.
15667 (math-format-complement-signed, math-symclip, calcFunc-symclip)
15668 (calc-symclip): New functions.
15669
15670 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
15671
15672 * calc/calc-embed.el (calc-embedded-mode-vars):
15673 Add `calc-complement-signed-mode' to the list of modes.
15674
15675 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
15676 (calc-b-oper-keys): Add `calc-symclip' to list.
15677
15678 * calc/calc-ext.el (math-read-number-fancy): Read complement
15679 signed numbers.
15680 (calc-init-extensions): Add binding for `calc-symclip'.
15681 Add autoload for `calcFunc-symclip' and `calc-symclip'.
15682
15683 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
15684 `calc-symclip'.
15685 (calc-modes-menu): Add item for twos complement mode.
15686
15687 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
15688
15689 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
15690
15691 * register.el (jump-to-register, insert-register): Handle Semantic
15692 tags. From commented-out advice in semantic/senator.el.
15693
15694 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
15695
15696 * vc.el (vc-log-show-limit): New variable.
15697 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
15698 when using a prefix argument.
15699 (vc-print-log-internal): Add new argument LIMIT.
15700
15701 * vc-svn.el (vc-svn-print-log):
15702 * vc-mtn.el (vc-mtn-print-log):
15703 * vc-hg.el (vc-hg-print-log):
15704 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
15705 pass it to the log command when set. Make the BUFFER argument
15706 non-optional.
15707
15708 * vc-sccs.el (vc-sccs-print-log):
15709 * vc-rcs.el (vc-rcs-print-log):
15710 * vc-git.el (vc-git-print-log):
15711 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
15712 ignore it. Make the BUFFER argument non-optional
15713
15714 * bindings.el (mode-line-buffer-identification): Do not purecopy.
15715
15716 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
15717
15718 * dired.el (dired-mode-map): Move encryption items to "Operate"
15719 menu (Bug#4703).
15720
15721 * strokes.el (strokes-update-window-configuration): Make strokes
15722 buffer current before erasing (Bug#4906).
15723
15724 2009-11-15 Juri Linkov <juri@jurta.org>
15725
15726 * simple.el (set-mark-default-inactive): Add :type, :group
15727 and :version. (Bug#4876)
15728
15729 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
15730
15731 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
15732 (archive-unique-fname): ... here. (Bug#4929)
15733
15734 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
15735
15736 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
15737 with a real fix.
15738
15739 * novice.el (disabled-command-function): Add useful args.
15740 Setup the help buffer so that [back] works.
15741 Remove redundant call to help-mode.
15742 (disabled-command-function): Use `case'.
15743 (en/disable-command): New function extracted from enable-command.
15744 (enable-command, disable-command): Use it.
15745
15746 2009-11-14 Glenn Morris <rgm@gnu.org>
15747
15748 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
15749 constants. (Bug#4913)
15750
15751 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
15752
15753 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
15754
15755 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
15756 defined in C that have no doc-strings. (Bug#1063)
15757
15758 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
15759
15760 * cus-edit.el (data, files):
15761 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
15762
15763 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
15764
15765 * simple.el (shell-command): Doc fix (Bug#4891).
15766
15767 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
15768
15769 2009-11-14 Glenn Morris <rgm@gnu.org>
15770
15771 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
15772 statements for vc-diff, emerge-quit, and rmail-cease-edit.
15773 If they are already loaded, eval-after-load will do the right thing.
15774
15775 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
15776 compiling.
15777
15778 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
15779
15780 * simple.el (x-selection-owner-p): Declare.
15781 (read-mail-command): Use custom radio type rather than choice.
15782 (completion-no-auto-exit): Doc fix.
15783
15784 * custom.el (defgroup):
15785 * epg-config.el (epg): Doc fixes.
15786
15787 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
15788
15789 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
15790 * international/ccl.el (define-ccl-program): Do not purecopy the
15791 docstring, defconst does it anyway.
15792
15793 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
15794
15795 * add-log.el (add-change-log-entry): Avoid displaying the changelog
15796 a second time.
15797
15798 * x-dnd.el (x-dnd-maybe-call-test-function):
15799 * window.el (split-window-vertically):
15800 * whitespace.el (whitespace-help-on):
15801 * vc-rcs.el (vc-rcs-consult-headers):
15802 * userlock.el (ask-user-about-lock-help)
15803 (ask-user-about-supersession-help):
15804 * type-break.el (type-break-force-mode-line-update):
15805 * time-stamp.el (time-stamp-conv-warn):
15806 * terminal.el (te-set-output-log, te-more-break, te-filter)
15807 (te-sentinel, terminal-emulator):
15808 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
15809 (term-write-input-ring, term-check-source, term-start-output-log):
15810 (term-display-buffer-line, term-dynamic-list-completions):
15811 (term-ansi-make-term, serial-term):
15812 * subr.el (selective-display):
15813 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
15814 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
15815 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
15816 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
15817 (speedbar-remove-localized-speedbar-support)
15818 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
15819 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
15820 (speedbar-buffers-line-directory):
15821 * simple.el (shell-command-on-region, append-to-buffer)
15822 (prepend-to-buffer):
15823 * shadowfile.el (shadow-save-todo-file):
15824 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
15825 (scroll-bar-maybe-set-window-start):
15826 * sb-image.el (speedbar-image-dump):
15827 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
15828 (load-save-place-alist-from-file):
15829 * ps-samp.el (ps-print-message-from-summary):
15830 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
15831 (ps-background-image, ps-begin-job, ps-do-despool):
15832 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
15833 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
15834 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
15835 (pr-call-process, pr-file-list, pr-interface-save):
15836 * novice.el (disabled-command-function)
15837 (enable-command, disable-command):
15838 * mouse.el (mouse-buffer-menu-alist):
15839 * mouse-copy.el (mouse-kill-preserving-secondary):
15840 * macros.el (kbd-macro-query):
15841 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
15842 * informat.el (batch-info-validate):
15843 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
15844 * hippie-exp.el (try-expand-dabbrev-visible):
15845 * help-mode.el (help-make-xrefs):
15846 * help-fns.el (describe-variable):
15847 * generic-x.el (bat-generic-mode-run-as-comint):
15848 * finder.el (finder-mouse-select):
15849 * find-dired.el (find-dired-sentinel):
15850 * filesets.el (filesets-file-close):
15851 * files.el (list-directory):
15852 * faces.el (list-faces-display, describe-face):
15853 * facemenu.el (list-colors-display):
15854 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
15855 * epg.el (epg--process-filter, epg-cancel):
15856 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
15857 (epa--read-signature-type):
15858 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
15859 (emerge-file-names):
15860 * ehelp.el (electric-helpify):
15861 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
15862 * ediff-vers.el (rcs-ediff-view-revision):
15863 * ediff-util.el (ediff-setup):
15864 * ediff-mult.el (ediff-append-custom-diff):
15865 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
15866 (ediff-wordify):
15867 * echistory.el (Electric-command-history-redo-expression):
15868 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
15869 * disp-table.el (describe-display-table):
15870 * dired.el (dired-find-buffer-nocreate):
15871 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
15872 * dabbrev.el (dabbrev--same-major-mode-p):
15873 * chistory.el (list-command-history):
15874 * apropos.el (apropos-documentation):
15875 * allout.el (allout-obtain-passphrase):
15876 (allout-copy-exposed-to-buffer):
15877 (allout-verify-passphrase): Use with-current-buffer.
15878
15879 2009-11-13 Glenn Morris <rgm@gnu.org>
15880
15881 * Makefile.in (ELCFILES): Regenerate.
15882
15883 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
15884
15885 * net/dbus.el (dbus-registered-objects-table): Rename from
15886 `dbus-registered-functions-table', because it contains also properties.
15887 (dbus-unregister-object): Unregister also properties.
15888 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
15889 Use a timeout of 500 msec, in order to not block.
15890 (dbus-register-property, dbus-property-handler): New defuns.
15891
15892 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
15893
15894 * simple.el (minibuffer-default-add-completions): Drop deprecated
15895 4th arg.
15896
15897 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
15898
15899 * textmodes/artist.el (artist-mouse-choose-operation):
15900 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
15901 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
15902 (artist-compute-up-event-key): New function.
15903 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
15904
15905 2009-11-13 Kenichi Handa <handa@m17n.org>
15906
15907 * language/japan-util.el: Make sure that the value of jisx0208
15908 property is jisx0208 character.
15909
15910 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
15911
15912 * international/mule.el (auto-coding-regexp-alist): Only purecopy
15913 car or each item, not the whole list.
15914
15915 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
15916
15917 * minibuffer.el (minibuffer-completion-help):
15918 Use minibuffer-hide-completions.
15919
15920 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
15921
15922 * dired.el (dired-save-positions, dired-restore-positions): New funs.
15923 (dired-revert): Use them (bug#4880).
15924
15925 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
15926
15927 * tooltip.el (tooltip-frame-parameters): Undo previous change.
15928
15929 2009-11-12 Juri Linkov <juri@jurta.org>
15930
15931 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
15932 New functions.
15933 (find-file-literally-at-point): Alias of `ffap-literally'.
15934
15935 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
15936
15937 * textmodes/ispell.el (ispell-skip-region-alist):
15938 * textmodes/css-mode.el (auto-mode-alist):
15939 * progmodes/compile.el (auto-mode-alist):
15940 * international/mule.el (ctext-non-standard-encodings-alist)
15941 (ctext-non-standard-encodings-regexp):
15942 * simple.el (shell-command-switch, text-read-only):
15943 * replace.el (occur-mode-map):
15944 * paths.el (rmail-file-name):
15945 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
15946 * find-file.el (ff-special-constructs):
15947 * files.el (file-name-handler-alist):
15948 * composite.el: Purecopy strings.
15949
15950 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
15951
15952 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
15953
15954 * widget.el (define-widget): Purecopy the docstring.
15955 * international/mule-cmds.el (charset): Do not purecopy the
15956 docstring here, define-widget does it.
15957
15958 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
15959 * textmodes/bibtex-style.el (auto-mode-alist):
15960 * progmodes/inf-lisp.el (inferior-lisp-prompt):
15961 * progmodes/compile.el (compile-command):
15962 * language/korea-util.el (default-korean-keyboard):
15963 * international/mule-conf.el (file-coding-system-alist):
15964 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
15965 * tooltip.el (tooltip-frame-parameters):
15966 * newcomment.el (comment-end, comment-padding):
15967 * dired.el (dired-trivial-filenames):
15968 * comint.el (comint-file-name-prefix): Purecopy initial values.
15969
15970 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
15971
15972 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
15973 (tramp-advice-minibuffer-electric-tilde): Unload advices via
15974 `tramp-unload'.
15975 (tramp-advice-make-auto-save-file-name)
15976 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
15977 after removing the advice.
15978
15979 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
15980
15981 * progmodes/grep.el (grep-regexp-alist):
15982 * international/mule-cmds.el (iso-2022-control-alist):
15983 * emacs-lisp/timer.el (timer-duration-words):
15984 * subr.el (version-separator, version-regexp-alist):
15985 * minibuffer.el (completion-styles-alist):
15986 * faces.el (face-attribute-name-alist, list-faces-sample-text):
15987 Change defvars to defconsts.
15988
15989 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
15990 * loadup.el ("international/mule-conf"): Load the byte compiled version.
15991 * international/mule-conf.el: Allow to be byte compiled.
15992
15993 * international/mule.el (define-charset): Purecopy props.
15994 (load-with-code-conversion): Purecopy doc string and file name.
15995 (put-charset-property): Purecopy strings.
15996 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
15997
15998 * international/mule-cmds.el (register-input-method): Purecopy arguments.
15999 (define-char-code-property): Correctly purecopy the table.
16000
16001 * international/ccl.el (define-ccl-program): Purecopy the docstring.
16002
16003 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
16004
16005 * subr.el (add-hook): Purecopy strings.
16006 (eval-after-load): Purecopy load-history-regexp and the form.
16007
16008 * custom.el (custom-declare-group): Purecopy load-file-name.
16009
16010 * subr.el (menu-bar-separator): New defconst.
16011 * net/eudc.el (eudc-tools-menu):
16012 * international/mule-cmds.el (set-coding-system-map)
16013 (mule-menu-keymap):
16014 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
16015 * vc-hooks.el (vc-menu-map):
16016 * replace.el (occur-mode-map):
16017 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
16018 (menu-bar-edit-menu, menu-bar-goto-menu)
16019 (menu-bar-custom-menu, menu-bar-showhide-menu)
16020 (menu-bar-options-menu, menu-bar-tools-menu)
16021 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
16022 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
16023 (menu-bar-help-menu):
16024 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
16025 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
16026
16027 * term/x-win.el (x-gtk-stock-map):
16028 * progmodes/vera-mode.el (auto-mode-alist):
16029 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
16030 (inferior-lisp-program, inferior-lisp-load-command):
16031 * progmodes/hideshow.el (hs-special-modes-alist):
16032 * progmodes/gud.el (same-window-regexps):
16033 * progmodes/grep.el (grep-program, find-program, xargs-program):
16034 * net/telnet.el (same-window-regexps):
16035 * net/rlogin.el (same-window-regexps):
16036 * language/ethiopic.el (font-ccl-encoder-alist):
16037 * vc-sccs.el (vc-sccs-master-templates):
16038 * vc-rcs.el (vc-rcs-master-templates):
16039 * subr.el (cl-assertion-failed):
16040 * simple.el (next-error-overlay-arrow-position):
16041 * lpr.el (lpr-command):
16042 * locate.el (locate-ls-subdir-switches):
16043 * info.el (same-window-regexps, info)
16044 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
16045 * image-mode.el (image-mode, auto-mode-alist):
16046 * hippie-exp.el (hippie-expand-ignore-buffers):
16047 * format.el (format-alist):
16048 * find-dired.el (find-ls-subdir-switches, find-grep-options)
16049 (find-name-arg):
16050 * facemenu.el (facemenu-keybindings):
16051 * dired.el (dired-listing-switches, dired-chown-program):
16052 * diff.el (diff-switches, diff-command):
16053 * cus-edit.el (same-window-regexps):
16054 * bindings.el (mode-line-mule-info)
16055 (mode-line-buffer-identification): Purecopy strings.
16056
16057 2009-11-11 Juri Linkov <juri@jurta.org>
16058
16059 * simple.el (dired-get-filename) <declare-function>:
16060 Tell the byte-compiler about dired-get-filename.
16061 (shell-command): In Dired mode, get filename from the current line
16062 as the default value.
16063
16064 2009-11-10 Glenn Morris <rgm@gnu.org>
16065
16066 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
16067 * calendar/holidays.el, progmodes/cperl-mode.el:
16068 Update x-popup-menu declarations.
16069
16070 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
16071 (list-load-path-shadows): Use dolist.
16072 (list-load-path-shadows): Use with-current-buffer.
16073
16074 2009-11-10 Juri Linkov <juri@jurta.org>
16075
16076 * minibuffer.el (read-file-name): Support a list of default values
16077 in `default-filename'. Use the first file name where only one
16078 element is required. Doc fix.
16079
16080 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
16081
16082 * net/dbus.el (dbus-unregister-object): Release service, if no
16083 other method is registered for it.
16084
16085 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
16086
16087 * bookmark.el (bookmark-completing-read): Sort bookmark names if
16088 bookmark-sort-flag is non-nil (Bug#4653).
16089
16090 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
16091
16092 * emulation/cua-base.el: Add CUA property to some CC mode commands
16093 (Bug#4100).
16094
16095 2009-11-08 Kevin Ryde <user42@zip.com.au>
16096
16097 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
16098 at end of sentence (Bug#4818).
16099
16100 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
16101
16102 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16103 Handle "see declaration of" MSFT statements (Bug#4100).
16104
16105 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
16106
16107 * net/tramp.el (tramp-advice-make-auto-save-file-name)
16108 (tramp-advice-file-expand-wildcards): Unload via
16109 `ad-remove-advice'.
16110
16111 * net/trampver.el: Update release number.
16112
16113 2009-11-08 Kevin Ryde <user42@zip.com.au>
16114
16115 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
16116 `ad-do-it'.
16117
16118 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
16119
16120 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
16121 in order to keep context in SELinux.
16122
16123 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
16124
16125 * dired-aux.el (dired-query): Place cursor in echo area and allow
16126 C-g.
16127
16128 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
16129 menu item if not on a directory (Bug#4701).
16130
16131 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
16132
16133 Sync with Tramp 2.1.17.
16134
16135 * net/tramp.el (tramp-handle-copy-directory): Don't use
16136 `file-remote-p' (due to compatibility).
16137
16138 * net/tramp-compat.el (tramp-compat-copy-directory)
16139 (tramp-compat-delete-directory): New defuns.
16140
16141 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
16142 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
16143 Use `tramp-compat-delete-directory'.
16144
16145 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
16146 (tramp-smb-handle-delete-directory):
16147 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
16148
16149 * net/trampver.el: Update release number.
16150
16151 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
16152
16153 * tar-mode.el (tar-copy): Call write-region on the right buffer
16154 (Bug#4857).
16155
16156 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
16157 by hand, if necessary (Bug#4878).
16158
16159 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
16160
16161 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
16162 align size column (Bug#4839).
16163
16164 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
16165 statement.
16166
16167 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16168
16169 * progmodes/ld-script.el (auto-mode-alist):
16170 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
16171
16172 * cus-face.el (custom-declare-face): Purecopy face spec.
16173
16174 2009-11-06 Kenichi Handa <handa@m17n.org>
16175
16176 * international/uni-bidi.el: Re-generated.
16177 * international/uni-category.el: Re-generated.
16178 * international/uni-combining.el: Re-generated.
16179 * international/uni-mirrored.el: Re-generated.
16180
16181 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16182
16183 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
16184 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
16185 (tex-start-options, slitex-run-command, latex-run-command)
16186 (tex-run-command, tex-directory):
16187 * textmodes/ispell.el (ispell-html-skip-alists)
16188 (ispell-tex-skip-alists, ispell-tex-skip-alists):
16189 * textmodes/fill.el (adaptive-fill-first-line-regexp):
16190 (adaptive-fill-regexp):
16191 * textmodes/dns-mode.el (auto-mode-alist):
16192 * progmodes/python.el (interpreter-mode-alist):
16193 * progmodes/etags.el (tags-compression-info-list):
16194 * progmodes/etags.el (tags-file-name):
16195 * net/browse-url.el (browse-url-galeon-program)
16196 (browse-url-firefox-program):
16197 * mail/sendmail.el (mail-signature-file)
16198 (mail-citation-prefix-regexp):
16199 * international/mule-conf.el (eight-bit):
16200 * international/latexenc.el (latex-inputenc-coding-alist):
16201 * international/fontset.el (x-pixel-size-width-font-regexp):
16202 * emacs-lisp/warnings.el (warning-type-format):
16203 * emacs-lisp/trace.el (trace-buffer):
16204 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
16205 (emacs-lisp-mode-map):
16206 * calendar/holidays.el (holiday-solar-holidays)
16207 (holiday-bahai-holidays, holiday-islamic-holidays)
16208 (holiday-christian-holidays, holiday-hebrew-holidays)
16209 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
16210 (hebrew-holidays-1, holiday-oriental-holidays)
16211 (holiday-general-holidays):
16212 * x-dnd.el (x-dnd-known-types):
16213 * tool-bar.el (tool-bar):
16214 * startup.el (site-run-file):
16215 * shell.el (shell-dumb-shell-regexp):
16216 * rfn-eshadow.el (file-name-shadow-tty-properties)
16217 (file-name-shadow-properties):
16218 * paths.el (remote-shell-program, news-directory):
16219 * mouse.el ([C-down-mouse-3]):
16220 * menu-bar.el (menu-bar-tools-menu):
16221 * jka-cmpr-hook.el (jka-compr-load-suffixes)
16222 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
16223 (jka-compr-compression-info-list):
16224 * isearch.el (search-whitespace-regexp):
16225 * image-file.el (image-file-name-extensions):
16226 * find-dired.el (find-ls-option):
16227 * files.el (directory-listing-before-filename-regexp)
16228 (directory-free-space-args, insert-directory-program)
16229 (list-directory-brief-switches, magic-fallback-mode-alist)
16230 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
16231 (automount-dir-prefix):
16232 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
16233 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
16234 (face-font-registry-alternatives, face-font-registry-alternatives)
16235 (face-font-family-alternatives):
16236 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
16237 (facemenu-foreground-menu, facemenu-face-menu):
16238 * epa-hook.el (epa-file-name-regexp):
16239 * dnd.el (dnd-protocol-alist):
16240 * textmodes/rst.el (auto-mode-alist):
16241 * button.el (default-button): Purecopy strings.
16242
16243 2009-11-06 Glenn Morris <rgm@gnu.org>
16244
16245 * Makefile.in (ELCFILES): Update.
16246
16247 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
16248
16249 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
16250 * emacs-lisp/levents.el: Move to obsolete/levents.el.
16251
16252 * nxml/xsd-regexp.el (xsdre-gen-categories):
16253 * nxml/xmltok.el (xmltok-parse-entity):
16254 * nxml/rng-parse.el (rng-parse-validate-file):
16255 * nxml/rng-maint.el (rng-format-manual)
16256 (rng-manual-output-force-new-line):
16257 * nxml/rng-loc.el (rng-save-schema-location-1):
16258 * nxml/rng-cmpct.el (rng-c-parse-file):
16259 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
16260 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
16261
16262 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
16263
16264 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
16265 Remove extra save-excursions and make-variable-buffer-local's.
16266 Suggested by Stefan Monnier.
16267
16268 (verilog-getopt-file, verilog-module-inside-filename-p)
16269 (verilog-set-define): Merge GNU 1.35 and repair changes from
16270 switching to using with-current-buffer.
16271
16272 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
16273 being treated as a number and confusing AUTORESET.
16274 Reported by Dan Dever.
16275
16276 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
16277 Add verilog-auto-ignore-concat to fix backward compatibility with
16278 older verilog-modes. Reported by Dan Katz.
16279
16280 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
16281 containing closing anchors "...$".
16282
16283 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
16284 Reported by Wade Smith.
16285
16286 (verilog-batch-execute-func): Comment on function usage.
16287
16288 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
16289
16290 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
16291 for labels.
16292
16293 (verilog-label-re, verilog-calc-1): Support proper indent of named
16294 asserts.
16295
16296 (verilog-backward-token, verilog-basic-complete-re)
16297 (verilog-beg-of-statement, verilog-indent-re): Support proper
16298 indent of the assert statement at the beginning of a block of text.
16299
16300 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
16301 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
16302 tokens as begins.
16303
16304 2009-11-05 Glenn Morris <rgm@gnu.org>
16305
16306 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
16307 Emacs 19. (Bug#1531)
16308 (byte-compile-fix-header): Update for the above change.
16309 Drop test for epoch::version.
16310
16311 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
16312 * cus-dep.el (custom-make-dependencies):
16313 * finder.el (finder-compile-keywords):
16314 Use autoload-rubric's feature argument.
16315
16316 * calendar/diary-lib.el (top-level): Make load behave more like require.
16317
16318 * vc-git.el (vc-git-stash-map): Move definition before use.
16319
16320 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
16321
16322 * custom.el (custom-declare-group): Purecopy standard-value.
16323 (custom-declare-group): Purecopy custom-prefix.
16324
16325 * international/mule.el (load-with-code-conversion):
16326 Call do-after-load-evaluation unconditionally.
16327
16328 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
16329
16330 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
16331
16332 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
16333
16334 2009-11-04 Glenn Morris <rgm@gnu.org>
16335
16336 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
16337 (byte-compile-compatibility): Remove option.
16338 (byte-compile-close-variables, byte-compile-fix-header)
16339 (byte-compile-insert-header, byte-compile-output-docform)
16340 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
16341 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
16342 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
16343 (byte-compile-insert, byte-compile-defun):
16344 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
16345 (byte-defop-compiler19): Remove.
16346 Without byte-compile-compatibility, the 'emacs19-opcode property is not
16347 used by anything. Replace all calls with byte-defop-compiler.
16348
16349 2009-11-04 Juri Linkov <juri@jurta.org>
16350
16351 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
16352 (menu-bar-options-menu): Don't quote the `prop' arg of
16353 `menu-bar-make-mm-toggle'.
16354
16355 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
16356
16357 * calendar/calendar.el (cal-loaddefs):
16358 * calendar/diary-lib.el (diary-loaddefs):
16359 * calendar/holidays.el (hol-loaddefs):
16360 * eshell/esh-module.el (esh-groups): Load rather than require.
16361
16362 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16363
16364 * calendar/todo-mode.el (todo-add-category): Don't hardcode
16365 point-min==1.
16366 (todo-top-priorities): Only display-buffer when called interactively.
16367 (todo-item-start): Don't save excursion point.
16368 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
16369 (todo-insert-item-here, todo-file-item, todo-remove-item):
16370 Adjust uses of todo-item-start and todo-item-end.
16371
16372 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
16373 (autoload-rubric): Don't use any more.
16374
16375 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
16376 and only put a prop if it is non-nil.
16377
16378 2009-11-03 Juri Linkov <juri@jurta.org>
16379
16380 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
16381 (menu-bar-options-menu): Fix list quoting (Bug#4429).
16382
16383 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
16384 and "Menu" to make top-level menu item visually one unit (like
16385 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
16386 multi-word menu items). Fix :help string for quit-window.
16387
16388 2009-11-03 Glenn Morris <rgm@gnu.org>
16389
16390 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
16391 (byte-compile-file-form-define-abbrev-table)
16392 (byte-compile-file-form-custom-declare-variable)
16393 (byte-compile-variable-ref, byte-compile-defvar):
16394 Whether or not a warning is enabled should only affect whether we issue
16395 the warning, not whether or not we collect the relevant data.
16396 Eg warnings can be turned on and off throughout the course of a file.
16397
16398 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
16399 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
16400
16401 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16402
16403 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
16404 * play/mpuz.el (mpuz-create-buffer):
16405 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
16406 (lm-print-y,s,noise, lm-print-w0, lm-init):
16407 * play/gomoku.el (gomoku-prompt-for-move):
16408 * play/fortune.el (fortune-in-buffer):
16409 * play/dissociate.el (dissociated-press):
16410 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
16411 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
16412 * mail/supercite.el (sc-eref-show):
16413 * mail/smtpmail.el (smtpmail-send-it):
16414 * mail/rmailsum.el (rmail-summary-next-labeled-message)
16415 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
16416 (rmail-summary-undelete-many, rmail-summary-rmail-update)
16417 (rmail-summary-goto-msg, rmail-summary-expunge)
16418 (rmail-summary-get-new-mail, rmail-summary-search-backward)
16419 (rmail-summary-add-label, rmail-summary-output-menu)
16420 (rmail-summary-output-body):
16421 * mail/rfc822.el (rfc822-addresses):
16422 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
16423 * mail/mailpost.el (post-mail-send-it):
16424 * mail/hashcash.el (hashcash-generate-payment):
16425 * mail/feedmail.el (feedmail-run-the-queue)
16426 (feedmail-queue-send-edit-prompt-help-first)
16427 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
16428 (feedmail-deduce-address-list):
16429 * eshell/esh-ext.el (eshell-remote-command):
16430 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
16431 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
16432 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
16433 (viper-save-string-in-file, viper-valid-marker):
16434 * emulation/viper-keym.el (viper-toggle-key):
16435 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
16436 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
16437 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
16438 * emulation/viper-cmd.el (viper-exec-form-in-vi)
16439 (viper-exec-form-in-emacs, viper-brac-function):
16440 * emulation/viper.el (viper-delocalize-var):
16441 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
16442 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
16443 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
16444 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
16445 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
16446 * emulation/edt.el (edt-electric-helpify):
16447 * emulation/cua-rect.el (cua--rectangle-aux-replace):
16448 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
16449 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
16450 (cua-indent-to-global-mark-column):
16451 * calendar/diary-lib.el (calendar-mark-1):
16452 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
16453 Use with-current-buffer.
16454 * emulation/viper.el (viper-delocalize-var): Use dolist.
16455
16456 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
16457
16458 * comint.el (comint-replace-by-expanded-history-before-point):
16459 Replace !! with the previous input string literally (Bug#1795).
16460
16461 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
16462
16463 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
16464 to be made up of whitespace.
16465
16466 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
16467
16468 * minibuffer.el (read-file-name): Don't use file dialogs for
16469 remote directories (Bug#99).
16470
16471 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
16472
16473 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
16474
16475 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
16476
16477 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
16478 instead of deleting the window or frame.
16479
16480 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
16481
16482 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
16483 Support face colors.
16484
16485 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
16486 New function. Support face colors (Bug#1168).
16487 (tex-common-initialization): Use it.
16488
16489 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
16490 mode allows it (Bug#1168).
16491
16492 2009-10-31 Juri Linkov <juri@jurta.org>
16493
16494 * facemenu.el (list-colors-display): Don't mark buffer as
16495 modified (Bug#3948).
16496
16497 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
16498
16499 * international/mule-diag.el (list-character-sets-1):
16500 Minor message fix (Bug#3526).
16501
16502 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
16503 Fix face property (Bug#4834).
16504 (etags-list-tags, etags-tags-apropos-additional)
16505 (etags-tags-apropos, tags-select-tags-table): Add follow-link
16506 property.
16507
16508 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
16509 items.
16510
16511 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
16512
16513 * textmodes/two-column.el (2C-split):
16514 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
16515 * textmodes/tex-mode.el (tex-set-buffer-directory):
16516 * textmodes/spell.el (spell-region, spell-string):
16517 * textmodes/reftex.el (reftex-erase-buffer):
16518 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
16519 * textmodes/reftex-toc.el (reftex-toc-promote-action):
16520 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
16521 (reftex-select-item):
16522 * textmodes/reftex-ref.el (reftex-label-info-update)
16523 (reftex-offer-label-menu):
16524 * textmodes/reftex-index.el (reftex-index-change-entry)
16525 (reftex-index-phrases-info):
16526 * textmodes/reftex-global.el (reftex-create-tags-file)
16527 (reftex-save-all-document-buffers, reftex-ensure-write-access):
16528 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
16529 (reftex-view-crossref-from-bibtex):
16530 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
16531 (reftex-extract-bib-entries-from-thebibliography)
16532 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
16533 * textmodes/refbib.el (r2b-capitalize-title):
16534 (r2b-convert-buffer, r2b-help):
16535 * textmodes/page-ext.el (pages-directory)
16536 (pages-directory-goto-with-mouse):
16537 * textmodes/bibtex.el (bibtex-validate-globally):
16538 * textmodes/bib-mode.el (bib-capitalize-title):
16539 * textmodes/artist.el (artist-clear-buffer, artist-system):
16540 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
16541 (local-set-scheme-interaction-buffer, xscheme-process-filter)
16542 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
16543 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
16544 (xscheme-send-control-g-interrupt, xscheme-start-process)
16545 (xscheme-process-sentinel, xscheme-cd):
16546 * progmodes/verilog-mode.el (verilog-read-always-signals)
16547 (verilog-set-define, verilog-getopt-file)
16548 (verilog-module-inside-filename-p):
16549 * progmodes/sh-script.el:
16550 * progmodes/python.el (python-pdbtrack-get-source-buffer)
16551 (python-pdbtrack-grub-for-buffer, python-execute-file):
16552 * progmodes/octave-inf.el (inferior-octave):
16553 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
16554 (idlwave-shell-compile-helper-routines, idlwave-set-local)
16555 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
16556 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
16557 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
16558 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
16559 (idlwave-shell-filter, idlwave-shell-examine-highlight)
16560 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
16561 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
16562 (idlwave-shell-examine-display, idlwave-shell-run-region)
16563 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
16564 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
16565 * progmodes/idlw-help.el (idlwave-help-get-special-help)
16566 (idlwave-help-get-help-buffer):
16567 * progmodes/gud.el (gud-basic-call, gud-find-class)
16568 (gud-tooltip-activate-mouse-motions-if-enabled):
16569 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
16570 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
16571 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
16572 (ebrowse-tags-next-file):
16573 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
16574 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
16575 (ebnf-eps-finish-and-write):
16576 * progmodes/cpp.el (cpp-edit-save):
16577 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
16578 * progmodes/cc-defs.el (c-emacs-features):
16579 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
16580 (antlr-directory-dependencies):
16581 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
16582 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
16583 (ada-find-any-references, ada-make-filename-from-adaname)
16584 (ada-make-body-gnatstub):
16585 * obsolete/rnews.el (news-list-news-groups):
16586 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
16587 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
16588 * net/rcirc.el (rcirc-debug):
16589 * net/newst-treeview.el (newsticker--treeview-list-add-item)
16590 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
16591 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
16592 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
16593 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
16594 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
16595 (newsticker--treeview-list-clear-highlight)
16596 (newsticker--treeview-list-update-highlight)
16597 (newsticker--treeview-list-highlight-start)
16598 (newsticker--treeview-tree-update-highlight)
16599 (newsticker--treeview-get-selected-item)
16600 (newsticker-treeview-mark-list-items-old)
16601 (newsticker--treeview-set-current-node):
16602 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
16603 * net/newst-backend.el (newsticker--get-news-by-funcall)
16604 (newsticker--get-news-by-wget, newsticker--image-get)
16605 (newsticker--image-sentinel):
16606 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
16607 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
16608 (eudc-ph-close-session):
16609 * net/eudc.el (eudc-save-options):
16610 * language/thai-word.el (thai-update-word-table):
16611 * language/japan-util.el (japanese-string-conversion):
16612 * international/titdic-cnv.el (tsang-quick-converter)
16613 (ziranma-converter, ctlau-converter):
16614 * international/mule-cmds.el (describe-language-environment):
16615 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
16616 (skkdic-convert-postfix, skkdic-convert-prefix):
16617 (skkdic-convert-okuri-nasi, skkdic-convert):
16618 * emacs-lisp/re-builder.el (reb-update-overlays):
16619 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
16620 * emacs-lisp/gulp.el (gulp-send-requests):
16621 * emacs-lisp/find-gc.el (trace-call-tree):
16622 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
16623 (eieio-describe-generic):
16624 * emacs-lisp/eieio-base.el (eieio-persistent-read):
16625 * emacs-lisp/edebug.el (edebug-outside-excursion):
16626 * emacs-lisp/debug.el (debugger-make-xrefs):
16627 * emacs-lisp/cust-print.el (custom-prin1-to-string):
16628 * emacs-lisp/chart.el (chart-new-buffer):
16629 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
16630 Use with-current-buffer.
16631 * textmodes/artist.el (artist-system): Don't call
16632 copy-sequence on a fresh string.
16633 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
16634
16635 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
16636
16637 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
16638 is no item to edit. (Bug#4820)
16639 (todo-top-priorities): Restore point and restore narrowing in Todo
16640 buffer. (Bug#4820)
16641
16642 2009-10-31 Glenn Morris <rgm@gnu.org>
16643
16644 * net/ange-ftp.el (top-level): Don't require dired when compiling.
16645 (comint-last-output-start, comint-last-input-start)
16646 (comint-last-input-end): Don't defvar when compiling.
16647 (ange-ftp-process-file): Use bound-and-true-p.
16648
16649 * pcmpl-rpm.el (top-level): Move provide statement to end.
16650 (pcmpl-rpm): Remove unused custom group.
16651
16652 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
16653
16654 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
16655
16656 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
16657 (byte-compile-warnings): Add `constants' as an option.
16658 (byte-compile-callargs-warn, byte-compile-arglist-warn)
16659 (display-call-tree): Update for byte-compile-fdefinition possibly
16660 returning `(macro lambda ...)'. (Bug#4778)
16661 (byte-compile-variable-ref, byte-compile-setq-default):
16662 Respect `constants' member of byte-compile-warnings.
16663
16664 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
16665
16666 * vc-bzr.el (vc-bzr-revision-keywords): New var.
16667 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
16668 to "submit:".
16669
16670 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
16671
16672 * textmodes/ispell.el (ispell-skip-region-alist):
16673 * international/mule-conf.el (eight-bit):
16674 * international/fontset.el (font-encoding-alist):
16675 * startup.el (pure-space-overflow-message):
16676 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
16677 * paths.el (gnus-nntp-service, rmail-spool-directory)
16678 (term-file-prefix):
16679 * files.el (save-some-buffers-action-alist):
16680 * cmuscheme.el (same-window-buffer-names):
16681 * ielm.el (same-window-buffer-names):
16682 * shell.el (same-window-buffer-names):
16683 * mail/sendmail.el (same-window-buffer-names):
16684 * progmodes/inf-lisp.el (same-window-buffer-names):
16685 * bindings.el (mode-line-client)
16686 (mode-line-column-line-number-mode-map):
16687 * language/tibetan.el (tibetan-precomposition-rule-regexp)
16688 (tibetan-precomposed-regexp): Purecopy string arguments.
16689
16690 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16691
16692 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
16693 (calcDigit-nondigit):
16694 * calc/calc-yank.el (calc-copy-to-buffer):
16695 * calc/calc-units.el (calc-invalidate-units-table):
16696 * calc/calc-trail.el (calc-trail-yank):
16697 * calc/calc-store.el (calc-insert-variables):
16698 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
16699 * calc/calc-prog.el (calc-read-parse-table):
16700 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
16701 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
16702 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
16703 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
16704 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
16705 (calc-graph-name, calc-graph-find-command, calc-graph-view)
16706 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
16707 * calc/calc-ext.el (calc-realign):
16708 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
16709 (calc-embedded-finish-edit, calc-embedded-make-info)
16710 (calc-embedded-finish-command, calc-embedded-stack-change):
16711 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
16712
16713 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
16714 shell-dynamic-complete-filename in preference to
16715 comint-dynamic-complete-filename.
16716
16717 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
16718 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
16719 Don't consider whether the display supports colors.
16720 (bookmark-import-new-list): Use dolist.
16721 (bookmark-bmenu-mode-map): Move initialization into declaration.
16722 (bookmark-bmenu-list): Use dolist, simplify.
16723 (bookmark-show-all-annotations): Use save-selected-window and dolist.
16724 (menu-bar-final-items): Use push.
16725
16726 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
16727
16728 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
16729 it works on remote files.
16730 (vc-hg-diff): Don't pass any `--cwd' argument.
16731
16732 2009-10-27 Kevin Ryde <user42@zip.com.au>
16733
16734 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
16735 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
16736 (Further to Bug#3921).
16737
16738 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
16739
16740 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
16741 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
16742 calling `tramp-imap-put-file'. Add file size to the call.
16743 (tramp-imap-get-file-entries): Compute also user name, file size,
16744 and date.
16745 (tramp-imap-handle-insert-directory): Insert uid and gid.
16746 (tramp-imap-handle-file-attributes): Transform uid and gid
16747 according to `id-format'.
16748 (tramp-imap-put-file): New optional parameter SIZE. Encode file
16749 size in header X-Size.
16750
16751 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
16752
16753 * simple.el (transpose-subr): Give clearer error when the mark
16754 is not set. (Bug#4807)
16755
16756 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
16757
16758 * net/tramp.el (tramp-perl-file-truename): New defconst.
16759 Perl code contributed by yary <not.com@gmail.com> (tiny change).
16760 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
16761 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
16762 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
16763
16764 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
16765 Ignore `dired-call-process'.
16766 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
16767
16768 2009-10-26 Julian Scheid <julians37@gmail.com>
16769
16770 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
16771 (tramp-get-remote-readlink): New defun.
16772 (tramp-handle-file-truename): Use it.
16773 (tramp-handle-file-exists-p): Check file-attributes cache, assume
16774 file exists if cache value present.
16775 (tramp-check-cached-permissions): New defun.
16776 (tramp-handle-file-readable-p): Use it.
16777 (tramp-handle-file-writable-p): Likewise.
16778 (tramp-handle-file-executable-p): Likewise.
16779 (tramp-handle-file-name-all-completions): Try using Perl to get
16780 partial completions. When perl not available, combine `cd' and
16781 `ls' into single remote operation and use shell expansion to get
16782 partial remote directory contents. Set `file-exists-p' cache for
16783 directory and any files returned by ls. Change cache handling to
16784 support partial directory contents. Use error message emitted by
16785 remote `cd' or Perl code for local tramp-error.
16786 (tramp-do-copy-or-rename-file-directly): Avoid separate
16787 tramp-send-command-and-check call.
16788 (tramp-handle-process-file): Merge three remote ops into one.
16789 Do not flush all caches when `process-file-side-effects' is set.
16790 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
16791 file-attributes shows uid/gid to be set already.
16792
16793 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
16794
16795 * textmodes/tex-mode.el (tex-dvi-view-command)
16796 (tex-show-queue-command, tex-open-quote):
16797 * progmodes/ruby-mode.el (auto-mode-alist)
16798 (interpreter-mode-alist): Purecopy strings.
16799
16800 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
16801
16802 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
16803 string for the hook, keymap and abbrev table.
16804
16805 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
16806
16807 * x-dnd.el (x-dnd-xdnd-to-action):
16808 * startup.el (fancy-startup-text, fancy-about-text): Change to
16809 defconst from defvar.
16810
16811 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
16812
16813 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
16814 Purecopy initialization strings.
16815
16816 * mail/sendmail.el (mail-header-separator)
16817 (mail-personal-alias-file):
16818 * mail/rmail.el (rmail-default-dont-reply-to-names)
16819 (rmail-ignored-headers, rmail-retry-ignored-headers)
16820 (rmail-highlighted-headers, rmail-secondary-file-directory)
16821 (rmail-secondary-file-regexp):
16822 * files.el (null-device, file-name-invalid-regexp)
16823 (locate-dominating-stop-dir-regexp)
16824 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
16825 (interpreter-mode-alist): Use mapcar instead of mapc.
16826
16827 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
16828
16829 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
16830 (completion-ignored-extensions):
16831 (debug-ignored-errors): Purecopy strings.
16832
16833 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
16834
16835 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
16836 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
16837 (pcomplete--here): Use push.
16838
16839 * subr.el (all-completions): Declare the 4th arg obsolete.
16840
16841 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16842
16843 * pcomplete.el (pcomplete-unquote-argument-function): New var.
16844 (pcomplete-unquote-argument): New function.
16845 (pcomplete--common-suffix): Always pay attention to case.
16846 (pcomplete--table-subvert): Quote and unquote the text.
16847 (pcomplete--common-quoted-suffix): New function.
16848 (pcomplete-std-complete): Use it and pcomplete-begin.
16849
16850 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
16851 we're inside a dedicated or minibuffer window.
16852
16853 2009-10-24 Karl Fogel <kfogel@red-bean.com>
16854
16855 * bookmark.el: Update documentation, especially documentation
16856 of `bookmark-alist' and of the bookmark file format.
16857 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
16858
16859 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
16860
16861 * mail/emacsbug.el (report-emacs-bug): Clarify that the
16862 keybindings apply to the mail buffer (Bug#4003). Shrink help
16863 window to buffer.
16864
16865 * whitespace.el (whitespace-mode, whitespace-newline-mode)
16866 (global-whitespace-mode, global-whitespace-newline-mode)
16867 (whitespace-toggle-options, global-whitespace-toggle-options):
16868 Doc fix (Bug#3660).
16869
16870 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
16871 of xmltok-start before the end tag was inserted (Bug#2840).
16872
16873 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
16874 patterns that are preceded by an open-paren (Bug#1320).
16875
16876 2009-10-24 Sven Joachim <svenjoac@gmx.de>
16877
16878 * files.el (delete-directory): Delete symlinks to directories with
16879 delete-file (Bug#4739).
16880
16881 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
16882
16883 * vc.el (vc-backend-for-registration): Rename from
16884 vc-get-backend-for-registration. Update callers.
16885
16886 * international/mule-cmds.el (set-language-info-alist):
16887 Purecopy lang-env.
16888 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
16889 (charset): Purecopy the name.
16890 (define-char-code-property): Purecopy string arguments.
16891
16892 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
16893 Purecopy string arguments.
16894
16895 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
16896 * ediff-hook.el (menu-bar-ediff-menu):
16897 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
16898 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
16899
16900 2009-10-24 Glenn Morris <rgm@gnu.org>
16901
16902 * comint.el (comint-dynamic-list-completions):
16903 * term.el (term-dynamic-list-completions): Use choose-completion rather
16904 than obsolete alias mouse-choose-completion.
16905
16906 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
16907 file-cache-choose-completion.
16908 (file-cache-choose-completion): Handle an optional event argument.
16909 (file-cache-mouse-choose-completion): Make it an obsolete alias.
16910
16911 * progmodes/octave-mod.el (octave-complete-symbol):
16912 Use choose-completion if mouse-choose-completion is ever removed.
16913
16914 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
16915 use.
16916
16917 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
16918 compiler.
16919
16920 * vc-hooks.el (vc-responsible-backend): Fix declaration.
16921
16922 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
16923
16924 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
16925 Ignore `pred' now that we receive one.
16926 Handle test-completion specially.
16927
16928 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
16929
16930 * vc.el (vc-responsible-backend): Throw an error if not backend is
16931 found. Remove the REGISTER argument. Move the code dealing with
16932 REGISTER ...
16933 (vc-get-backend-for-registration): ... here. New function.
16934 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
16935 of vc-responsible-backend, pass the file name instead of the
16936 directory name.
16937
16938 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
16939
16940 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
16941 New funs.
16942 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
16943 (pcomplete-comint-setup): Don't modify a global var via
16944 accidental side-effects.
16945 (pcomplete-shell-setup): Adjust call accordingly.
16946 (pcomplete-parse-comint-arguments): Use push.
16947
16948 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
16949
16950 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
16951 Allow uncapitalized info node names (Bug#3921).
16952
16953 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
16954 to the DEBUG file (Bug#3781).
16955
16956 2009-10-23 Jari Aalto <jari.aalto@cante.net>
16957
16958 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
16959 dictionary entry (Bug#4579).
16960
16961 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
16962
16963 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
16964 from `rfn-eshadow-update-overlay-hook' when unloading.
16965 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
16966 "rsyncc". Adjust doc string.
16967 (tramp-temp-buffer-file-name): New buffer-local defvar.
16968 (tramp-handle-insert-file-contents, tramp-handle-write-region):
16969 Keep temporary file when indicated by method ("rsync" and
16970 "rsyncc").
16971 (tramp-handle-write-region): Handle APPEND.
16972 (tramp-delete-temp-file-function): New defun. Added to
16973 `kill-buffer-hook'.
16974
16975 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
16976
16977 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
16978
16979 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
16980
16981 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
16982 (color-name-rgb-alist, tty-standard-colors)
16983 (tty-color-mode-alist): Change to defconst.
16984
16985 * simple.el (mark-inactive): Purecopy message.
16986
16987 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
16988 (global-map, yank-menu):
16989 * textmodes/ispell.el (ispell-menu-map):
16990 * net/eudc.el (eudc-tools-menu):
16991 * international/mule-cmds.el (describe-language-environment-map)
16992 (setup-language-environment-map, set-coding-system-map)
16993 (mule-menu-keymap):
16994 * vc-hooks.el (vc-menu-entry, vc-menu-map):
16995 * replace.el (occur-mode-map):
16996 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
16997
16998 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
16999
17000 * calc/calc.el (math-read-number, math-read-number-simple):
17001 Use `save-match-data'.
17002
17003 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17004
17005 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
17006 rather than fiddling with global-map bindings, since it should only
17007 affect per-terminal settings.
17008 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
17009
17010 * minibuffer.el (completion-table-with-terminator): Allow to specify
17011 the terminator-regexp.
17012
17013 * simple.el (switch-to-completions): Look for *Completions* in other
17014 frames as well.
17015
17016 * pcomplete.el: Allow the use of completion-tables.
17017 (pcomplete-std-complete): New command.
17018 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
17019 (pcomplete--here): Use a function for `form' rather than an expression,
17020 so it can be byte-compiled.
17021 (pcomplete-here, pcomplete-here*): Adjust accordingly.
17022 Add edebug declaration.
17023 (pcomplete-show-completions): Remove unused var `curbuf'.
17024 (pcomplete-do-complete, pcomplete-stub):
17025 Don't assume `completions' is a list of strings any more.
17026
17027 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
17028
17029 * find-dired.el (find-name-arg): Fix typo in docstring.
17030
17031 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17032
17033 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
17034 (pcmpl-linux-fs-types): Same, and update to new modules layout.
17035
17036 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
17037 pcomplete-entries.
17038
17039 * comint.el (comint-read-input-ring, comint-write-input-ring)
17040 (comint-substitute-in-file-name)
17041 (comint-dynamic-complete-as-filename)
17042 (comint-dynamic-simple-complete)
17043 (comint-dynamic-list-filename-completions)
17044 (comint-dynamic-list-completions)
17045 (comint-redirect-results-list-from-process): Minor simplifications.
17046
17047 2009-10-21 Kevin Ryde <user42@zip.com.au>
17048
17049 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
17050 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
17051 the first form. And insert a blank line after ";;; Code" since
17052 that's usual style. (Bug#4612)
17053
17054 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
17055
17056 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17057
17058 * minibuffer.el (completion-table-with-terminator): Properly implement
17059 boundaries, in case `terminator' appears in the suffix.
17060 (completion--embedded-envvar-table): Don't return boundaries if
17061 there's no valid completion. Simplify.
17062 (completion-file-name-table): New completion table extracted from
17063 completion--file-name-table.
17064 (completion--file-name-table): Use it.
17065 (read-file-name-predicate): Declare obsolete.
17066 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
17067 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
17068 completion-file-name-table, and use the `pred' argument.
17069 * files.el (locate-file-completion-table): Use the `pred' arg rather
17070 than read-file-name-predicate.
17071 (abbreviate-file-name): Use \` rather than ^ for BOS.
17072
17073 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
17074
17075 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
17076 vc-responsible-backend to register, it causes problems.
17077
17078 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17079
17080 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
17081
17082 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
17083
17084 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
17085 (tramp-smb-handle-file-attributes): Use it.
17086 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
17087 (tramp-smb-handle-insert-directory): Use `mapc' rather than
17088 `mapcar'. Use `tramp-smb-get-stat-capability'.
17089 Add `dired-filename' text properties.
17090 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
17091 (tramp-smb-maybe-open-connection): Simplify check for smbclient
17092 version.
17093
17094 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
17095
17096 * subr.el (read-key-delay): Reduce to 0.01.
17097 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
17098 (bug#4751).
17099
17100 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
17101
17102 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
17103
17104 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
17105 (Info-menu): Remove unused vars `last' and `completions'.
17106 (Info-index-nodes): Remove unused var `node'.
17107
17108 * info.el (Info-complete-menu-item): Use complete-with-action.
17109
17110 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
17111
17112 Make vc-annotate work through copies and renames.
17113 * vc-annotate.el (vc-annotate-extract-revision-at-line):
17114 Return the file name too.
17115 (vc-annotate-revision-at-line)
17116 (vc-annotate-find-revision-at-line)
17117 (vc-annotate-revision-previous-to-line)
17118 (vc-annotate-show-log-revision-at-line): Update to get the file
17119 name from vc-annotate-extract-revision-at-line.
17120 (vc-annotate-show-diff-revision-at-line-internal): Change the
17121 argument to mean whether to show a file diff or not. Get the file
17122 name from vc-annotate-extract-revision-at-line.
17123 (vc-annotate-show-diff-revision-at-line):
17124 Update vc-annotate-show-diff-revision-at-line call.
17125 (vc-annotate-warp-revision): Add an optional file argument.
17126
17127 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
17128 (vc-git-annotate-extract-revision-at-line): Also return the file
17129 name if found.
17130
17131 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
17132 command. Remove unused code.
17133 (vc-hg-annotate-re): Update to match --follow output.
17134 (vc-hg-annotate-extract-revision-at-line): Also return the file
17135 name if found.
17136
17137 * vc.el: Update annotate-extract-revision-at-line documentation.
17138
17139 2009-10-18 Kevin Ryde <user42@zip.com.au>
17140
17141 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
17142 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
17143
17144 * net/browse-url.el (browse-url): Identify alist with "consp and
17145 not functionp" and let all other things go down the `apply' leg,
17146 as suggested by Stefan. (Further to bug#4531.)
17147
17148 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
17149
17150 * minibuffer.el (read-file-name): Check for repeat before putting
17151 a default argument in file-name-history (Bug#4657).
17152
17153 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
17154 read syntax (Bug#4737).
17155
17156 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
17157
17158 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
17159
17160 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
17161 (html-tag-alist, html-tag-help): Add descriptions for undocumented
17162 entries and make note of obsolete tags.
17163
17164 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
17165
17166 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
17167
17168 2009-10-18 Glenn Morris <rgm@gnu.org>
17169
17170 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
17171 grep, so that binary files (eg international/uni-bidi.el) can match.
17172 Remove test for "UnicodeData" files, since it is hopefully unnecessary
17173 now, and in any case the file header format has changed.
17174
17175 2009-10-17 Glenn Morris <rgm@gnu.org>
17176
17177 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
17178 (flyspell-get-word, flyspell-large-region)
17179 (flyspell-auto-correct-previous-word): Doc/error message fixes.
17180
17181 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
17182
17183 * Makefile.in (ELCFILES): Add ede/shell.
17184
17185 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
17186
17187 * term/common-win.el (x-colors): Purecopy it.
17188
17189 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17190
17191 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
17192 permissive for when the buffer is empty.
17193 (tar-header-block-tokenize): Decode the username and groupname.
17194 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
17195
17196 2009-10-17 Eric Ludlam <zappo@gnu.org>
17197
17198 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
17199 contains multibyte characters, choose first applicable coding
17200 system automatically.
17201
17202 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17203
17204 * international/mule-cmds.el (select-safe-coding-system): If the file
17205 has a coding cookie, use it regardless of any other setting (bug#4712).
17206
17207 2009-10-17 Glenn Morris <rgm@gnu.org>
17208
17209 * foldout.el (foldout-mouse-swallow-events):
17210 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
17211
17212 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
17213 (dired-keep-marker-copy, dired-keep-marker-hardlink)
17214 (dired-keep-marker-symlink, dired-dwim-target)
17215 (dired-copy-preserve-time): Do not autoload these defcustoms.
17216
17217 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
17218 messages from messing up the file coding. (Bug#4623)
17219
17220 2009-10-17 Jari Aalto <jari.aalto@cante.net>
17221
17222 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
17223 if no match is found for the current dictionary. (Bug#4578)
17224
17225 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
17226 optional, since that is how it is documented, and this is often called
17227 with a nil argument. (Bug#4577)
17228 (flyspell-external-point-words, flyspell-auto-correct-word)
17229 (flyspell-correct-word-before-point, flyspell-word-search-forward)
17230 (flyspell-word-search-backward): Remove nil argument in calls to
17231 flyspell-get-word, since it is not needed now.
17232
17233 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
17234
17235 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
17236
17237 2009-10-16 Glenn Morris <rgm@gnu.org>
17238
17239 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
17240
17241 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
17242
17243 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
17244 (ange-ftp-file-size): New function.
17245 (ange-ftp-file-attributes): Use it.
17246
17247 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
17248
17249 * net/tramp-smb.el (tramp-smb-version): New defvar.
17250 (tramp-smb-maybe-open-connection): Use it, in order to avoid
17251 repeated checks.
17252
17253 2009-10-16 Glenn Morris <rgm@gnu.org>
17254
17255 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
17256 Maybe copy some custom properties from old to new name. (Bug#4706)
17257
17258 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
17259
17260 * subr.el (error, sit-for, start-process-shell-command)
17261 (start-file-process-shell-command): Set the calling convention
17262 after the function definition.
17263
17264 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
17265
17266 * subr.el (error, sit-for, start-process-shell-command)
17267 (start-file-process-shell-command): Use the new
17268 set-advertised-calling-convention feature.
17269
17270 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
17271
17272 * international/ucs-normalize.el (ucs-normalize-version):
17273 Change to 1.2.
17274 (check-range): Adjust for Unicode 5.2.
17275
17276 2009-10-15 Juri Linkov <juri@jurta.org>
17277
17278 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
17279 to the `menu-item' format.
17280
17281 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
17282
17283 * net/tramp.el (tramp-replace-environment-variables): Do not fail
17284 if the environment variable does not exist.
17285
17286 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17287 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
17288 parameter.
17289 (tramp-smb-handle-add-name-to-file)
17290 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17291 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17292 (tramp-smb-handle-file-attributes)
17293 (tramp-smb-do-file-attributes-with-stat)
17294 (tramp-smb-handle-file-local-copy)
17295 (tramp-smb-handle-insert-directory)
17296 (tramp-smb-handle-make-directory)
17297 (tramp-smb-handle-make-directory-internal)
17298 (tramp-smb-handle-make-symbolic-link)
17299 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
17300 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
17301 (tramp-smb-maybe-open-connection): Apply the changed parameters.
17302 (tramp-smb-read-file-entry): Read Disk names in compressed format.
17303 Handle long file names.
17304 (tramp-smb-get-cifs-capabilities): Check, whether the connection
17305 process is running.
17306 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
17307 Read share names with "-g" option.
17308
17309 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
17310
17311 * net/rcirc.el (rcirc-view-log-file): New command.
17312 (rcirc-track-minor-mode-map): Remove C-c ` binding.
17313 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
17314 specified.
17315
17316 2009-10-15 Glenn Morris <rgm@gnu.org>
17317
17318 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
17319 from the second command-line argument.
17320 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
17321 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
17322 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
17323 w32-batch-update-autoloads.
17324 * emacs-lisp/autoload.el (autoload-make-program): New variable.
17325 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
17326
17327 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
17328 the headers cannot be located. Simplify, subtracting superflous
17329 save-excursions.
17330
17331 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
17332
17333 Replace completion-base-size by completion-base-position to fix bugs
17334 such as (bug#4699).
17335 * simple.el (completion-base-position): New var.
17336 (completion-base-size): Mark as obsolete.
17337 (choose-completion): Make it work for mouse events as well.
17338 Pass the new base-position to choose-completion-string.
17339 (choose-completion-guess-base-position): New function, extracted from
17340 choose-completion-delete-max-match.
17341 (choose-completion-delete-max-match): Use it. Make obsolete.
17342 (choose-completion-string): Use the new base-position info.
17343 (completion-root-regexp): Delete.
17344 (completion-setup-function): Preserve completion-base-position.
17345 Eliminate obsolete base-size manipulation.
17346 * minibuffer.el (display-completion-list): Don't mess with base-size.
17347 (minibuffer-completion-help): Set completion-base-position instead.
17348 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
17349 choose-completion.
17350 * textmodes/bibtex.el (bibtex-complete):
17351 * emacs-lisp/crm.el (crm--choose-completion-string):
17352 Adjust to new calling convention.
17353 * complete.el (partial-completion-mode): Use minibufferp to avoid
17354 bumping into incompatible change to choose-completion-string-functions.
17355 * ido.el (ido-choose-completion-string): Make its calling convention
17356 more permissive.
17357 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
17358 base-size manipulation.
17359 (comint-dynamic-list-input-ring): Use dotimes and push.
17360 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
17361 fundamental-mode. Use `or'.
17362
17363 2009-10-14 Juri Linkov <juri@jurta.org>
17364
17365 * misearch.el (multi-isearch-next-buffer-from-list)
17366 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
17367
17368 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17369
17370 * Makefile.in (compile-onefile): Load `bytecomp' rather than
17371 `bytecomp.el'.
17372
17373 * minibuffer.el (completion-pcm--merge-completions): Make sure the
17374 string we return is all made up of text from the completions rather
17375 than part from the completions and part from the input (bug#4219).
17376
17377 * ido.el (ido-everywhere): Use define-minor-mode.
17378
17379 * buff-menu.el (list-buffers, ctl-x-map):
17380 Mark the entry points with ;;;###autoload cookies.
17381
17382 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
17383
17384 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
17385 correctly in the detached head case.
17386 (vc-git-print-log): Remove unused binding.
17387
17388 * vc.el (vc-responsible-backend): When a directory is passed for
17389 for registration create a VC repository if no backend is
17390 responsible for the directory argument.
17391 (vc-deduce-fileset): Tell vc-responsible-backend to register.
17392
17393 * vc.el: Move comments about RCS and SCCS ...
17394 * vc-rcs.el:
17395 * vc-sccs.el: ... here, respectively.
17396
17397 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17398
17399 * minibuffer.el (completion--file-name-table): Return nil if there's
17400 no file completion, even if substitute-in-file-name changed
17401 the string (bug#4708).
17402
17403 2009-10-13 Juri Linkov <juri@jurta.org>
17404
17405 * files-x.el (read-file-local-variable-value): Don't filter out
17406 minor modes from mode name completion (bug#4664).
17407
17408 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
17409
17410 * international/mule-cmds.el (ucs-names): Remove exclusion of
17411 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
17412
17413 2009-10-13 Kenichi Handa <handa@m17n.org>
17414
17415 * international/uni-name.el: Regenerated.
17416
17417 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
17418
17419 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
17420 should be automatically buffer-local, but isn't.)
17421
17422 2009-10-12 Sam Steingold <sds@gnu.org>
17423
17424 * progmodes/compile.el (compilation-next-error-function): Fix the
17425 timestamps if the buffer has been visited before.
17426 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
17427 non-anchored patterns, like the perl one (bug#3928).
17428
17429 2009-10-12 Glenn Morris <rgm@gnu.org>
17430
17431 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
17432 Let-bind `size'.
17433
17434 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
17435
17436 * proced.el (proced-unload-function): New function.
17437
17438 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
17439 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
17440 Doc fix.
17441
17442 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
17443
17444 2009-10-11 Juri Linkov <juri@jurta.org>
17445
17446 * files-x.el (read-file-local-variable-value):
17447 Provide default value only for bound variables (bug#4664).
17448
17449 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
17450
17451 * net/tramp.el (tramp-local-host-p): Function shall return nil for
17452 connection methods like smb.
17453
17454 * net/tramp-cache.el (tramp-flush-connection-property): The hash
17455 can be empty.
17456
17457 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17458 (tramp-smb-file-name-handler-alist): Add handlers for
17459 `add-name-to-file', `make-symbolic-link'.
17460 (tramp-smb-handle-add-name-to-file)
17461 (tramp-smb-do-file-attributes-with-stat)
17462 (tramp-smb-handle-make-symbolic-link)
17463 (tramp-smb-get-cifs-capabilities): New defuns.
17464 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17465 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17466 (tramp-smb-handle-file-local-copy)
17467 (tramp-smb-handle-make-directory-internal)
17468 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
17469 The file name syntax depends on cifs capabilities.
17470 (tramp-smb-handle-file-attributes):
17471 Call `tramp-smb-do-file-attributes-with-stat' if possible.
17472 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
17473 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
17474
17475 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
17476
17477 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
17478 (eieio-defclass): Apply deftype handler and setf-method properties
17479 directly.
17480 (eieio-add-new-slot): Avoid union function from cl library.
17481 (eieio--typep): New function.
17482 (eieio-perform-slot-validation): Use it.
17483
17484 2009-10-10 Karl Fogel <kfogel@red-bean.com>
17485
17486 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
17487 Update documentation to refer to the variables documented in r1.135.
17488 (Bug#4188)
17489
17490 2009-10-10 Karl Fogel <kfogel@red-bean.com>
17491
17492 * bookmark.el (Info-suffix-list): Remove this unused variable.
17493 (bookmark-current-point): Remove this obsolete variable.
17494 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
17495 Adjust for removal of bookmark-current-point.
17496
17497 (bookmarks-already-loaded, bookmark-current-buffer)
17498 (bookmark-yank-point): Document. (Bug#4188)
17499
17500 2009-10-10 Glenn Morris <rgm@gnu.org>
17501
17502 * frame.el (frame-height): Doc fix.
17503
17504 * calendar/calendar.el (calendar-split-width-threshold): New option.
17505 (calendar-basic-setup): Use calendar-split-width-threshold.
17506
17507 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
17508
17509 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
17510 Ideographic Supplement" range (U+1F200..U+1F2FF).
17511
17512 2009-10-09 Karl Fogel <kfogel@red-bean.com>
17513
17514 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
17515 since the list will have been rebuilt anyway. (Bug#4349)
17516
17517 2009-10-09 Karl Fogel <kfogel@red-bean.com>
17518
17519 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
17520 (bookmark-bmenu-execute-deletions): Don't save here, as
17521 bookmark-delete will now do so if necessary.
17522 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
17523 (Bug#4348)
17524
17525 2009-10-09 Glenn Morris <rgm@gnu.org>
17526
17527 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
17528
17529 2009-10-09 Karl Fogel <kfogel@red-bean.com>
17530
17531 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
17532 (bookmark-jump-other-window): Just invoke bookmark-jump with new
17533 argument now, so the two function's behaviors will match. (Bug#3645)
17534
17535 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
17536
17537 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
17538 (tramp-file-name-real-host, tramp-file-name-port):
17539 Apply `save-match-data'.
17540
17541 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
17542 case both directories are remote.
17543 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
17544 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
17545
17546 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
17547
17548 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
17549
17550 2009-10-07 Glenn Morris <rgm@gnu.org>
17551
17552 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
17553 of concat.
17554
17555 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
17556
17557 * files-x.el (read-file-local-variable): Include some
17558 non-user-variables in the completion table (bug#4664).
17559
17560 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
17561
17562 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
17563 message.
17564
17565 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17566 (tramp-smb-file-name-handler-alist): Add handler for
17567 `copy-directory', `expand-file-name', `set-file-modes'.
17568 (tramp-smb-handle-copy-directory)
17569 (tramp-smb-handle-expand-file-name)
17570 (tramp-smb-handle-set-file-modes): New defuns.
17571 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
17572 (tramp-smb-handle-file-attributes): Simplify check for retrieving
17573 entry.
17574 (tramp-smb-handle-insert-directory): Don't flush the cache.
17575 (tramp-smb-maybe-open-connection): Check for samba client and
17576 server versions.
17577
17578 2009-10-07 Eli Zaretskii <eliz@gnu.org>
17579
17580 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
17581 to not error out of search for "^lisp=" fails.
17582
17583 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
17584
17585 * makefile.w32-in (WINS_UPDATES): New macro.
17586 (custom-deps, finder-data, autoloads): Use it.
17587
17588 2009-10-07 Glenn Morris <rgm@gnu.org>
17589
17590 * Makefile.in (autoloads): Revert previous change.
17591 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
17592 the list of preloaded files passed on the command-line, get
17593 it from src/Makefile.
17594
17595 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
17596 show the original buffer rather than a random one.
17597
17598 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
17599
17600 * help.el (describe-no-warranty): Place point in a slightly better
17601 position in the GPLv3 text.
17602
17603 2009-10-06 Sam Steingold <sds@gnu.org>
17604
17605 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
17606 the comm attribute is present before calling regexp-quote.
17607
17608 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
17609
17610 * play/animate.el (animate-string): For good effect, make sure
17611 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
17612
17613 * play/animate.el (animate-sequence, animate-birthday-present):
17614 * misc.el (butterfly): Don't set `indent-tabs-mode'.
17615
17616 2009-10-06 Glenn Morris <rgm@gnu.org>
17617
17618 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
17619
17620 * emacs-lisp/autoload.el (autoload-excludes): New variable.
17621 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
17622 (batch-update-autoloads): Process a string value of autoload-excludes,
17623 set during the build process.
17624 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
17625
17626 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
17627 inside with-parsed... macro so that `v' is defined.
17628
17629 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
17630 * progmodes/fortran.el (fortran-end-of-block)
17631 (fortran-beginning-of-block):
17632 Also push mark in the macro case.
17633
17634 * emerge.el (emerge-show-file-name):
17635 * calc/calc.el (calc-quit):
17636 * calc/calc-misc.el (calc-big-or-small):
17637 * calc/calc-graph.el (calc-graph-view):
17638 * calc/calc-ext.el (calc-reset):
17639 * calendar/calendar.el (calendar-basic-setup):
17640 Use window-full-height-p.
17641
17642 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
17643 header we don't understand, don't insert another. (Bug#4624)
17644 If changing mime charset, insert the new one in the right place.
17645
17646 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
17647
17648 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
17649 (cal-tex-cursor-month): Correctly increment the end date for diary and
17650 holiday listing. (Bug#4626)
17651
17652 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
17653
17654 * help-fns.el (describe-function-1): Don't burp if the function is not
17655 a symbol.
17656
17657 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
17658
17659 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
17660 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
17661 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
17662 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
17663
17664 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
17665 (eieio-default-superclass): Reflow docstrings.
17666 (this, class-option-assoc, defclass, eieio-class-un-autoload)
17667 (eieio-unbind-method-implementations, defmethod)
17668 (eieio-validate-slot-value, eieio-validate-class-slot-value)
17669 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
17670 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
17671 (eieio-slot-originating-class-p, eieio-slot-name-index)
17672 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
17673 (constructor, initialize-instance, no-next-method, object-print)
17674 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
17675 Fix typos in docstrings.
17676 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
17677 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
17678 (next-method-p): Doc fixes.
17679 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
17680 Fix typos in error messages.
17681 (eieio-defmethod): Fix typo in description of generic method.
17682
17683 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
17684 (eieio-persistent-save-interactive, slot-missing):
17685 Fix typos in docstrings.
17686 (eieio-instance-inheritor-slot-boundp): Doc fix.
17687
17688 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
17689 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
17690
17691 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
17692 (eieio-custom-object-apply-reset):
17693 Fix typos in docstrings and error messages.
17694
17695 * emacs-lisp/eieio-datadebug.el (data-debug-show):
17696 Fix typo in docstring.
17697
17698 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
17699 (eieio-browse-tree): Doc fix.
17700 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
17701 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
17702 Fix typos in docstrings.
17703
17704 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
17705 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
17706 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
17707 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
17708 Reflow docstrings.
17709
17710 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
17711
17712 * vc-hg.el (log-view-vc-backend): Declare for compiler.
17713 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
17714 Set log-view-vc-backend so that diff can work.
17715
17716 * log-view.el (log-view-diff): Use vc-diff-internal instead of
17717 vc-version-diff.
17718 (vc-diff-internal): Autoload this instead of vc-version-diff.
17719
17720 2009-10-05 Eli Zaretskii <eliz@gnu.org>
17721
17722 * simple.el (eval-expression): Doc fix.
17723
17724 * progmodes/cwarn.el (cwarn-mode): Doc fix.
17725
17726 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
17727
17728 * files.el (directory-files-no-dot-files-regexp): New defconst.
17729 (delete-directory): Use it.
17730 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
17731
17732 * net/tramp.el (tramp-verbose): Fix docstring.
17733 (tramp-methods): Add recursive option to `tramp-copy-args'.
17734 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
17735 "scp1_old", "scp2_old", "rsync", "rsyncc".
17736 (tramp-default-method): Check also for `auth-source-user-or-password'.
17737 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
17738 Add handler for `copy-directory'.
17739 (tramp-handle-copy-directory): New defun.
17740 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
17741 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
17742 Optimize sent command.
17743
17744 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
17745
17746 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
17747 window if necessary.
17748
17749 * calendar/calendar.el (calendar-basic-setup): Don't call
17750 switch-to-buffer in a dedicated window.
17751
17752 2009-10-05 Karl Fogel <kfogel@red-bean.com>
17753
17754 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
17755 don't do anything related to relocating, just return nil.
17756 (bookmark-error-no-filename): New error.
17757 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
17758 bookmark has no file. Don't even attempt to handle things that
17759 are not files; the whole point of custom handlers is to keep that
17760 knowledge elsewhere anyway. Tighten some comments.
17761 (bookmark-file-or-variation-thereof): Remove now-unused function.
17762 (bookmark-location): Doc string fix.
17763 (Bug#4250)
17764
17765 2009-10-04 Karl Fogel <kfogel@red-bean.com>
17766
17767 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
17768 don't use a file dialog, because they usually don't know how to read
17769 a directory target from the user. (Bug#4230)
17770 Also, make sure the prompt can display directories as well as files.
17771
17772 2009-10-04 Karl Fogel <kfogel@red-bean.com>
17773
17774 * bookmark.el (bookmark-set, bookmark-buffer-name):
17775 Improve doc strings. (Bug#1193)
17776
17777 2009-10-04 Karl Fogel <kfogel@red-bean.com>
17778
17779 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
17780 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
17781 (bookmark-get-annotation, bookmark-set-annotation)
17782 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
17783 (bookmark-set-position, bookmark-get-front-context-string)
17784 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
17785 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
17786 (bookmark-jump-other-window, bookmark-handle-bookmark)
17787 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
17788 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
17789 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
17790 Improve doc strings to say whether bookmark can be a string or
17791 a record or both, and make other consistency and clarity fixes.
17792 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
17793 (bookmark-default-annotation-text, bookmark-yank-word)
17794 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
17795 (bookmark-import-new-list, bookmark-maybe-rename)
17796 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
17797 (bookmark-bmenu-bookmark): Give these doc strings.
17798 (bookmark-bmenu-check-position): Give this a doc string, but also
17799 add a FIXME comment about how the function may be pointless.
17800 (bookmark-default-handler): Rework doc string and change a
17801 parameter name, to clarify that this takes a bookmark record
17802 not a bookmark name.
17803 (bookmark-set): Change a parameter name to indicate its meaning,
17804 and improve the doc string a bit.
17805 (Bug#4188)
17806
17807 2009-10-04 Karl Fogel <kfogel@red-bean.com>
17808
17809 * bookmark.el (bookmark-alist): Document the new `handler' element
17810 in the param alist.
17811 (bookmark-make-record-function): Adjust documentation for above.
17812 (Bug#4193)
17813
17814 2009-10-04 Karl Fogel <kfogel@red-bean.com>
17815
17816 * info.el (Info-bookmark-make-record): Document this function.
17817 (Info-bookmark-jump): Document with a doc string, not just a comment.
17818 (Bug#4203)
17819
17820 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
17821
17822 * files.el (copy-directory): New defun.
17823
17824 * dired-aux.el (dired-copy-file-recursive): Use it.
17825
17826 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
17827
17828 * files-x.el (modify-dir-local-variable)
17829 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
17830 docstrings.
17831
17832 * recentf.el (recentf-unload-function): New function.
17833
17834 2009-10-04 Glenn Morris <rgm@gnu.org>
17835
17836 * window.el (window-full-height-p): Add doc string.
17837
17838 2009-10-04 Martin Rudalics <rudalics@gmx.at>
17839
17840 * window.el (window-full-height-p): New function. (Bug#4543)
17841
17842 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
17843
17844 * vc.el: Remove commented out code.
17845 (vc-derived-from-dir-mode): Remove, unused.
17846 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
17847
17848 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
17849
17850 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
17851 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
17852 there could be recursive loading when `default-directory' is a
17853 remote file name. (Bug#4614)
17854
17855 2009-10-03 Glenn Morris <rgm@gnu.org>
17856
17857 * calendar/calendar.el (calendar-basic-setup): Handle the case where
17858 the frame is wide.
17859 (calendar-generate-window): Test for shrinkability rather than width.
17860
17861 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
17862 reusing existing buffers, in case we happen to visit two files with the
17863 same basename. (Bug#4593)
17864
17865 2009-10-02 Eli Zaretskii <eliz@gnu.org>
17866
17867 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
17868 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
17869 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
17870 subdirs of cedet as well.
17871 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
17872
17873 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
17874
17875 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
17876 Obey advertised-signature-table.
17877
17878 * help-fns.el (help-function-arglist): Don't check
17879 advertised-signature-table.
17880 (describe-function-1): Do it here instead so it also applies to subrs.
17881
17882 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
17883
17884 * simple.el (start-file-process): Say in the doc-string, that file
17885 handlers might not support pty association, if PROGRAM is nil.
17886
17887 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
17888 HOST and USER are strings. They are nil, when there are
17889 incomplete entries in ~/.netrc, for example.
17890 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
17891 root directory ("device busy" error otherwise).
17892
17893 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
17894 Flush file properties of created directory.
17895
17896 2009-10-02 Eli Zaretskii <eliz@gnu.org>
17897
17898 * makefile.w32-in (WINS_BASIC): Remove cedet.
17899 (WINS_CEDET): Add cedet.
17900 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
17901
17902 2009-10-02 Kevin Ryde <user42@zip.com.au>
17903
17904 * net/browse-url.el (browse-url): Pass any symbol in
17905 browse-url-browser-function to `apply', since if you've mistakenly put
17906 an unbound symbol then the error is clearer. (Bug#4531)
17907
17908 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
17909
17910 * allout.el (allout-init, allout-back-to-current-heading)
17911 (allout-beginning-of-current-entry, allout-ascend-to-depth)
17912 (allout-ascend, allout-up-current-level, allout-end-of-level)
17913 (allout-previous-visible-heading, allout-forward-current-level)
17914 (allout-backward-current-level, allout-show-children):
17915 * apropos.el (apropos-describe-plist):
17916 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
17917 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
17918 * completion.el (add-completion, add-permanent-completion):
17919 * descr-text.el (describe-text-category, describe-char):
17920 * desktop.el (desktop-lazy-abort):
17921 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
17922 * dired.el (dired-build-subdir-alist):
17923 * ediff.el (ediff-version):
17924 * elide-head.el (elide-head, elide-head-show):
17925 * emerge.el (emerge-version):
17926 * env.el (getenv):
17927 * face-remap.el (variable-pitch-mode):
17928 * faces.el (describe-face):
17929 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
17930 (dired-at-point):
17931 * files.el (find-file-existing, auto-save-mode):
17932 * font-lock.el (font-lock-fontify-buffer):
17933 * help-fns.el (describe-function, describe-variable)
17934 (describe-syntax, describe-categories):
17935 * help.el (view-lossage, describe-bindings, describe-key)
17936 (describe-mode):
17937 * hexl.el (hexl-current-address):
17938 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
17939 * info.el (Info-goto-emacs-key-command-node):
17940 * log-edit.el (log-edit-insert-cvs-template)
17941 (log-edit-insert-cvs-rcstemplate):
17942 * menu-bar.el (menu-bar-mode):
17943 * mouse.el (mouse-appearance-menu):
17944 * newcomment.el (comment-indent-new-line):
17945 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
17946 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
17947 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
17948 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
17949 * recentf.el (recentf-mode):
17950 * savehist.el (savehist-mode, savehist-save):
17951 * shadowfile.el (shadow-copy-files):
17952 * simple.el (kill-ring-save, next-line, previous-line)
17953 (normal-erase-is-backspace-mode):
17954 * strokes.el (strokes-update-window-configuration)
17955 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
17956 (strokes-xpm-for-stroke):
17957 * time.el (emacs-uptime, emacs-init-time):
17958 * tutorial.el (tutorial--describe-nonstandard-key)
17959 (tutorial--detailed-help):
17960 * type-break.el (type-break-mode)
17961 (type-break-mode-line-message-mode, type-break-query-mode)
17962 (type-break-guesstimate-keystroke-threshold):
17963 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
17964 * version.el (emacs-version):
17965 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
17966 * winner.el (winner-mode):
17967 * calendar/timeclock.el (timeclock-in, timeclock-out)
17968 (timeclock-status-string, timeclock-change)
17969 (timeclock-workday-remaining-string)
17970 (timeclock-workday-elapsed-string)
17971 (timeclock-when-to-leave-string):
17972 * calendar/todo-mode.el (todo-add-category):
17973 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
17974 * emacs-lisp/autoload.el (update-file-autoloads):
17975 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
17976 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
17977 (checkdoc-message-text, checkdoc-defun):
17978 * emacs-lisp/debug.el (debugger-list-functions):
17979 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
17980 * emacs-lisp/eieio-opt.el (eieio-describe-class)
17981 (eieio-describe-generic):
17982 * emacs-lisp/lisp-mnt.el (lm-synopsis):
17983 * emacs-lisp/shadow.el (list-load-path-shadows):
17984 * emulation/cua-base.el (cua-mode):
17985 * emulation/edt.el (edt-set-scroll-margins):
17986 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
17987 (tpu-toggle-regexp, tpu-toggle-search-direction)
17988 (tpu-toggle-rectangle, tpu-toggle-control-keys):
17989 * emulation/tpu-extras.el (tpu-set-scroll-margins):
17990 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
17991 (viper-set-parsing-style-toggling-macro)
17992 (viper-set-emacs-state-searchstyle-macros):
17993 * emulation/viper.el (viper-set-hooks):
17994 * eshell/esh-mode.el (eshell-truncate-buffer):
17995 * international/mule-cmds.el (prefer-coding-system)
17996 (describe-input-method, describe-language-environment):
17997 * international/mule-diag.el (list-character-sets)
17998 (describe-character-set, describe-coding-system)
17999 (describe-fontset, list-fontsets, list-input-methods):
18000 * mail/sendmail.el (mail-signature):
18001 * net/ange-ftp.el (ange-ftp-copy-file):
18002 * net/browse-url.el (browse-url):
18003 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
18004 * net/quickurl.el (quickurl-add-url):
18005 * net/rcirc.el (names, topic):
18006 * net/xesam.el (xesam-mode):
18007 * play/5x5.el (5x5-new-game):
18008 * play/yow.el (apropos-zippy):
18009 * progmodes/ada-mode.el (ada-mode-version):
18010 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
18011 (f90-end-of-block)
18012 (f90-beginning-of-block):
18013 * progmodes/fortran.el (fortran-end-of-block)
18014 (fortran-beginning-of-block):
18015 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
18016 * progmodes/python.el (python-describe-symbol, python-shell):
18017 * term/ns-win.el (ns-print-buffer):
18018 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
18019 * textmodes/flyspell.el (flyspell-mode-on):
18020 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
18021 (pages-directory-for-addresses):
18022 * textmodes/table.el (table-recognize-cell)
18023 (table-query-dimension, table-generate-source)
18024 (table-insert-sequence, table--warn-incompatibility):
18025 * textmodes/tex-mode.el (tex-validate-buffer):
18026 * textmodes/texinfmt.el (texinfmt-version)
18027 (texinfo-format-buffer):
18028 Use `called-interactively-p' instead of `interactive-p'.
18029
18030 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
18031
18032 * image-mode.el (image-toggle-display):
18033 * emacs-lisp/elp.el (elp-instrument-function):
18034 * emacs-lisp/advice.el (ad-make-advised-definition):
18035 * emacs-lisp/easy-mmode.el (define-minor-mode):
18036 * net/browse-url.el (browse-url-maybe-new-window):
18037 * progmodes/sh-script.el (sh-learn-buffer-indent):
18038 Pass new argument 'any to `called-interactively-p'.
18039
18040 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
18041
18042 * international/uni-bidi.el:
18043 * international/uni-category.el:
18044 * international/uni-combining.el:
18045 * international/uni-comment.el:
18046 * international/uni-decimal.el:
18047 * international/uni-decomposition.el:
18048 * international/uni-digit.el:
18049 * international/uni-lowercase.el:
18050 * international/uni-mirrored.el:
18051 * international/uni-name.el:
18052 * international/uni-numeric.el:
18053 * international/uni-old-name.el:
18054 * international/uni-titlecase.el:
18055 * international/uni-uppercase.el:
18056 Regenerate from Unicode 5.2.0 data.
18057
18058 2009-10-01 Glenn Morris <rgm@gnu.org>
18059
18060 * Makefile.in (ELCFILES): Regenerate.
18061
18062 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18063
18064 * subr.el (interactive-p): Mark obsolete.
18065 (called-interactively-p): Make the optional-ness of `kind' obsolete.
18066 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
18067 advertised-signature-table for subroutines as well.
18068
18069 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
18070 (set-advertised-calling-convention): New function.
18071 (make-obsolete, define-obsolete-function-alias)
18072 (make-obsolete-variable, define-obsolete-variable-alias):
18073 Make the optional-ness of `when' obsolete.
18074 (define-obsolete-face-alias): Make `when' non-optional.
18075 * help-fns.el (help-function-arglist):
18076 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
18077 Use advertised-signature-table.
18078
18079 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
18080
18081 * files.el (delete-directory): New defun. The original function
18082 in fileio.c has been renamed to `delete-directory-internal'.
18083
18084 * dired.el (dired-delete-file): Call `delete-directory' with
18085 RECURSIVE parameter.
18086
18087 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
18088 parameter RECURSIVE. Implementation is missing.
18089
18090 * net/tramp.el (tramp-handle-make-directory): Flush upper
18091 directory's file properties.
18092 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
18093 (tramp-handle-dired-recursive-delete-directory): Flush directory
18094 properties after the remove command only.
18095
18096 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
18097 Handle optional parameter RECURSIVE.
18098
18099 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
18100 Handle optional parameter RECURSIVE.
18101
18102 * net/tramp-smb.el (tramp-smb-errors): Add error message for
18103 connection timeout.
18104 (tramp-smb-handle-delete-directory): Handle optional parameter
18105 RECURSIVE.
18106
18107 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18108
18109 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
18110 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
18111 (byte-compile-defmacro): Use backquotes.
18112
18113 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
18114
18115 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
18116 has no associated file.
18117 (vc-resynch-buffer): Use vc-dir-buffers.
18118
18119 2009-10-01 Glenn Morris <rgm@gnu.org>
18120
18121 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
18122 (chart-file-count):
18123 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
18124 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
18125 * emacs-lisp/eieio-opt.el (eieio-describe-class):
18126 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
18127 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
18128 (eieio-copy-parents-into-subclass, make-instance, class-children)
18129 (eieio-generic-form):
18130
18131 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
18132 match-data. (Bug#4555).
18133
18134 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
18135 rather than parsing it as a regexp. This relaxes the layout
18136 requirements and makes errors easier to detect.
18137 (check-declare-verify): Check file is regular.
18138 (check-declare-directory): Doc fix.
18139 * subr.el (declare-function): Doc fix.
18140
18141 * ibuffer.el (ibuffer-format-qualifier):
18142 * isearch.el (hi-lock-regexp-okay):
18143 * calc/calc.el (math-zerop):
18144 * mail/uce.el (rmail-msgbeg, rmail-msgend):
18145 * term/w32-win.el (setup-default-fontset, set-fontset-font):
18146 Remove unused declarations.
18147
18148 2009-09-30 Eric Ludlam <zappo@gnu.org>
18149
18150 * emacs-lisp/eieio.el (boolean-p): Delete.
18151
18152 2009-09-30 Glenn Morris <rgm@gnu.org>
18153
18154 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
18155
18156 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
18157 filename is not a string.
18158
18159 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
18160
18161 * files.el (safe-local-eval-forms): Fix typo.
18162
18163 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
18164
18165 * vc-hooks.el (vc-dir-buffers): New var.
18166 (vc-state-refresh): New function.
18167 (vc-state): Use it.
18168 (vc-after-save): Always ask the backend to recompute the new state.
18169 Always call vc-dir if necessary, using vc-dir-buffers.
18170 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
18171 Use vc-dir-buffers.
18172 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
18173 (vc-dir-prepare-status-buffer, vc-dir-update)
18174 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
18175 Don't call expand-file-name on default-directory.
18176
18177 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
18178
18179 * speedbar.el (speedbar-item-delete):
18180 * calc/calc-prog.el (calc-kbd-if):
18181 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
18182
18183 * epa.el (epa-key-list-mode-map):
18184 * hi-lock.el (hi-lock-menu): Fix typos in menus.
18185
18186 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
18187 (hs-show-hook): Fix typo in docstring.
18188
18189 2009-09-29 Glenn Morris <rgm@gnu.org>
18190
18191 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
18192 file-name-nondirectory call preventing location of cedet files.
18193 (check-declare-verify): Use literal search rather than re-search.
18194 Add basic defmethod and defclass, and define-overloadable-function.
18195
18196 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18197 Use tramp-compat-file-attributes rather than nonexistent
18198 tramp-compat-handle-file-attributes.
18199
18200 * Makefile.in (lisptagsfiles4): New.
18201 (AUTOGENEL): Add cedet loaddefs files.
18202 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
18203 (update-elclist, compile-always, backup-compiled-files)
18204 (bootstrap-clean): Add yet another directory level.
18205 (update-elclist): Use LC_COLLATE rather than COLLATE.
18206 (ELCFILES): Update, via `make update-elclist'.
18207
18208 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
18209
18210 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
18211 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
18212 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
18213
18214 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
18215
18216 * Makefile.in (lisptagsfiles3): Define.
18217 (TAGS, TAGS-LISP): Use it.
18218 (update-elclist): Add third directory level to look for elc files.
18219 (compile-always): Likewise.
18220 (backup-compiled-files): Likewise.
18221 (bootstrap-clean): Likewise.
18222 (ELCFILES): Update.
18223
18224 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
18225
18226 * Makefile.in (ELCFILES): Add CEDET files.
18227
18228 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
18229
18230 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
18231
18232 * net/tramp.el (top): Require tramp-imap.
18233
18234 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18235 Use `tramp-compat-handle-file-attributes'.
18236
18237 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
18238
18239 * net/tramp-imap.el: New package.
18240
18241 2009-09-28 Eric Ludlam <zappo@gnu.org>
18242
18243 * emacs-lisp/chart.el:
18244 * emacs-lisp/eieio-base.el:
18245 * emacs-lisp/eieio-comp.el:
18246 * emacs-lisp/eieio-custom.el:
18247 * emacs-lisp/eieio-datadebug.el:
18248 * emacs-lisp/eieio-opt.el:
18249 * emacs-lisp/eieio-speedbar.el:
18250 * emacs-lisp/eieio.el: New files.
18251
18252 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18253
18254 * whitespace.el (whitespace-trailing-regexp)
18255 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
18256 Fix doc string.
18257
18258 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
18259
18260 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
18261 menu.
18262
18263 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
18264 menu-bar-ediff-menu.
18265
18266 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
18267 define-overloadable-function.
18268
18269 * progmodes/autoconf.el: Provide autoconf as well, so that this
18270 file can be `require'd.
18271
18272 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
18273
18274 * emacs-lisp/autoload.el (generated-autoload-feature)
18275 (generated-autoload-load-name): New vars.
18276 (autoload-rubric, autoload-generate-file-autoloads): Use them.
18277 (make-autoload): Recognize define-overloadable-function and
18278 defclass forms (for EIEIO).
18279
18280 * Makefile.in (update-subdirs): Exclude cedet directory.
18281
18282 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
18283
18284 * term/ns-win.el: Don't set the region face background. (Bug#4381)
18285
18286 * faces.el: Default light-background background for region face to
18287 ns_selection_color under NS.
18288
18289 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
18290
18291 * net/imap-hash.el: New library, see NEWS.
18292
18293 * Makefile.in (ELCFILES): Add imap-hash.el.
18294
18295 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
18296
18297 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
18298 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
18299 * help-macro.el (make-help-screen): Avoid using an ambiguous function
18300 definition where the docstring could be taken for the return value.
18301
18302 2009-09-26 Glenn Morris <rgm@gnu.org>
18303
18304 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
18305 Add option to only show images below a certain size.
18306 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
18307 save-excursion calls.
18308
18309 2009-09-26 Eli Zaretskii <eliz@gnu.org>
18310
18311 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
18312 subdirectories) and eieio.
18313
18314 2009-09-26 Alan Mackenzie <acm@muc.de>
18315
18316 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18317 Correct buggy bracketing. (Bug#4289)
18318
18319 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
18320 character constants (as case labels). (Bug#4289)
18321
18322 2009-09-25 Juri Linkov <juri@jurta.org>
18323
18324 * files.el (safe-local-eval-forms): Allow time-stamp in
18325 before-save-hook (Bug#4554).
18326
18327 2009-09-25 Drew Adams <drew.adams@oracle.com>
18328
18329 * menu-bar.el (list-buffers-directory): Doc fix.
18330
18331 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
18332
18333 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
18334 Try and avoid copying twice the same paragraph.
18335 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
18336 Remove save-excursion.
18337 (log-edit-changelog-entry): Do it here instead.
18338
18339 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
18340
18341 * bs.el (bs--get-file-name): Use `list-buffers-directory'
18342 when available, instead of hardcoding mode names. Doc fix.
18343
18344 * menu-bar.el (list-buffers-directory): Add docstring.
18345 Make automatically buffer-local.
18346
18347 * dired.el (dired-mode):
18348 * files.el (cd-absolute):
18349 * pcvs.el (cvs-temp-buffer):
18350 * pcvs-util.el (cvs-get-buffer-create):
18351 * shell.el (shell-mode):
18352 * vc-dir.el (vc-dir-mode):
18353 Don't make `list-buffers-directory' buffer local.
18354
18355 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
18356
18357 * comint.el (comint-exec, comint-run, make-comint):
18358 Doc fixes (Bug#4542).
18359
18360 2009-09-25 Glenn Morris <rgm@gnu.org>
18361
18362 * mail/rmailmm.el (rmail-mime): New custom group.
18363 Move all defcustoms in this file into this group.
18364 (rmail-mime-media-type-handlers-alist): Revert previous change.
18365 (rmail-mime-show-images): New option.
18366 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
18367 references to it, since it wasn't actually used for anything.
18368 (rmail-mime-insert-image): New function.
18369 (rmail-mime-image): Use rmail-mime-insert-image.
18370 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
18371 obey the value of `rmail-mime-show-images' option. Print the size of
18372 attachments.
18373
18374 2009-09-25 David Engster <deng@randomsample.de>
18375
18376 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
18377
18378 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18379
18380 * whitespace.el: Does not highlight trailing spaces While point is
18381 at end of line. Does not highligt spaces at beginning of buffer
18382 while point is at beginning of buffer. Does not highlight spaces
18383 at end of buffer while point is at end of buffer. (Bug#4177)
18384 New version 12.0.
18385 (whitespace-display-mappings): Adjust initialization.
18386 (whitespace-point, whitespace-font-lock-refontify): New vars.
18387 (whitespace-color-on, whitespace-color-off): Adjust code.
18388 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
18389 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
18390 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
18391
18392 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
18393
18394 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
18395
18396 * textmodes/sgml-mode.el: Remove xml-mode alias.
18397
18398 * files.el (auto-mode-alist, conf-mode-maybe)
18399 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
18400
18401 2009-09-24 Alan Mackenzie <acm@muc.de>
18402
18403 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
18404 c-forward-conditionals, but it doesn't move point and doesn't set
18405 the mark.
18406 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
18407 (c-down-conditional-with-else, c-backward-conditional)
18408 (c-forward-conditional): Refactor to use c-scan-conditionals.
18409
18410 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
18411
18412 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
18413 (help-default-arg-highlight): Remove.
18414 (help-highlight-arg): New function.
18415 (help-do-arg-highlight): Use it.
18416 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
18417
18418 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18419
18420 * term.el (term-set-scroll-region, term-handle-ansi-escape):
18421 Undo last change, which didn't fix the problem and introduced others.
18422
18423 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
18424
18425 * progmodes/gdb-mi.el: Don't require speedbar.
18426 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
18427
18428 2009-09-24 Glenn Morris <rgm@gnu.org>
18429
18430 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
18431
18432 * term/ns-win.el (ns-reg-to-script): Define for compiler.
18433
18434 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
18435 there is no newline after the final mime boundary. (Bug#4539)
18436 Move markers on insertion so that any buttons inserted don't end up in
18437 the next part of a multipart message.
18438 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
18439 (rmail-mime-bulk-handler): Optionally handle images.
18440 (rmail-mime-image): New button action.
18441 (rmail-mime-image-handler): New function.
18442 (rmail-mime-mode): New mode.
18443 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
18444
18445 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18446
18447 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
18448 than just dropping elements from it (bug#4504).
18449
18450 * term.el (term-set-scroll-region): Don't move cursor any more.
18451 (term-handle-ansi-escape): Call term-goto here instead.
18452 Suggested by Ivan Kanis <apple@kanis.eu>.
18453
18454 * term.el: Require CL.
18455 (term-ansi-reset): New function.
18456 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
18457 (term-handle-colors-array): Simplify.
18458
18459 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
18460
18461 * allout.el (allout-overlay-interior-modification-handler)
18462 (allout-obtain-passphrase):
18463 * epa-file.el (epa-file-write-region):
18464 * ps-print.el (ps-begin-job):
18465 * vc-hooks.el (vc-toggle-read-only):
18466 * vc-rcs.el (vc-rcs-rollback):
18467 * vc-sccs.el (vc-sccs-rollback):
18468 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
18469 (vc-version-diff, vc-revert, vc-rollback):
18470 * wdired.el (wdired-check-kill-buffer):
18471 * emacs-lisp/authors.el (authors):
18472 * net/socks.el (socks-open-connection):
18473 * net/zeroconf.el (zeroconf-service-add-hook):
18474 * obsolete/vc-mcvs.el (vc-mcvs-register):
18475 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
18476 (gdb-select-frame):
18477 * progmodes/grep.el (lgrep, rgrep):
18478 * progmodes/idlw-help.el (idlwave-help-check-locations)
18479 (idlwave-help-html-link, idlwave-help-assistant-open-link):
18480 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
18481 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
18482 (reftex-toc-rename-label): Fix typos in error messages.
18483
18484 * dired-aux.el (dired-do-shell-command): Reflow docstring.
18485 (dired-copy-how-to-fn): Doc fix.
18486 (dired-files-attributes, dired-read-shell-command):
18487 Fix typos in docstrings.
18488
18489 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
18490 (dired-x-find-file-other-window): Reflow docstrings.
18491 (dired-omit-marker-char, dired-read-shell-command)
18492 (dired-x-submit-report): Fix typos in docstrings.
18493
18494 * shell.el (shell-mode-hook):
18495 * view.el (View-scroll-line-forward):
18496 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
18497 Fix typos in docstrings.
18498
18499 * net/dig.el (dig-invoke): Fix typo in docstring.
18500 (query-dig): Reflow docstring.
18501
18502 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
18503 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
18504 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
18505 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
18506 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
18507 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
18508 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
18509 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
18510 (idlwave-completion-map, idlwave-current-indent)
18511 (idlwave-custom-ampersand-surround, idlwave-customize)
18512 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
18513 (idlwave-define-abbrev, idlwave-determine-class-special)
18514 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
18515 (idlwave-end-block-reg, idlwave-end-of-statement)
18516 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
18517 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
18518 (idlwave-explicit-class-listed, idlwave-file-header)
18519 (idlwave-fill-paragraph, idlwave-find-class-definition)
18520 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
18521 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
18522 (idlwave-in-quote, idlwave-indent-action-table)
18523 (idlwave-indent-expand-table, idlwave-indent-line)
18524 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
18525 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
18526 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
18527 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
18528 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
18529 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
18530 (idlwave-outlawed-buffers, idlwave-popup-select)
18531 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
18532 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
18533 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
18534 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
18535 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
18536 (idlwave-statement-type, idlwave-struct-skip)
18537 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
18538 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
18539 (idlwave-what-module-find-class): Fix typos in docstrings.
18540 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
18541 (idlwave-calculate-cont-indent, idlwave-expand-equal)
18542 (idlwave-find-module, idlwave-find-structure-definition)
18543 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
18544 (idlwave-list-load-path-shadows, idlwave-next-statement)
18545 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
18546 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
18547 (idlwave-template): Reflow docstrings.
18548
18549 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
18550 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
18551 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
18552 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
18553 (idlwave-shell-display-line, idlwave-shell-display-wframe)
18554 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
18555 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
18556 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
18557 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
18558 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
18559 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
18560 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
18561 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
18562 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
18563 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
18564 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
18565 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
18566 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
18567 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
18568 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
18569 Fix typos in docstrings.
18570 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
18571 (idlwave-shell-hide-output, idlwave-shell-mode)
18572 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
18573 Reflow docstrings.
18574
18575 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
18576
18577 2009-09-24 Ivan Kanis <apple@kanis.eu>
18578
18579 * term.el (term-bold-attribute): New var.
18580 (term-handle-colors-array): Use it.
18581
18582 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
18583
18584 * progmodes/gdb-mi.el (gdb-version): New variable.
18585 (gdb-non-stop-handler): Set gdb-version.
18586 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
18587 Condition "--thread" option on gdb-version.
18588 (gdb-invalidate-threads): Remove unused argument.
18589
18590 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18591
18592 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
18593 to looking-back to avoid ridiculous slow down in large files (bug#4511).
18594
18595 2009-09-23 Glenn Morris <rgm@gnu.org>
18596
18597 * mail/rmail.el (rmail-reply): Don't try to add a References header when
18598 replying to mail without References or Message-Id. (Bug#4525)
18599
18600 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
18601
18602 * term/ns-win.el (ns-reg-to-script): New variable.
18603
18604 2009-09-23 Daiki Ueno <ueno@unixuser.org>
18605
18606 * epg.el (epg-wait-for-status): Preserve existing 'error results.
18607
18608 2009-09-22 Sam Steingold <sds@gnu.org>
18609
18610 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
18611 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
18612 to 1 because hg returns status 1 when nothing is found.
18613 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
18614
18615 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
18616
18617 * textmodes/fill.el: Convert to utf-8 encoding.
18618 (fill-french-nobreak-p): Remove redundant » and « inherited from our
18619 pre-Unicode days.
18620
18621 * add-log.el (change-log-fill-forward-paragraph): New function.
18622 (change-log-mode): Use it so fill-region DTRT.
18623 Set fill-indent-according-to-mode here rather than in
18624 change-log-fill-paragraph.
18625 (change-log-fill-paragraph): Remove.
18626
18627 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
18628
18629 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
18630 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
18631
18632 2009-09-22 Glenn Morris <rgm@gnu.org>
18633
18634 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
18635 the scroll-bar scroll the calendar window rather than the buffer.
18636
18637 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
18638 commands that move point (as opposed to scrolling).
18639
18640 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
18641
18642 * emacs-lisp/elint.el (elint): New custom group.
18643 (elint-log-buffer): Make it a defcustom.
18644 (elint-scan-preloaded, elint-ignored-warnings)
18645 (elint-directory-skip-re): New options.
18646 (elint-builtin-variables): Doc fix.
18647 (elint-preloaded-env): New variable.
18648 (elint-unknown-builtin-args): Add an entry for encode-time.
18649 (elint-extra-errors): Make it a variable rather than a constant.
18650 (elint-preloaded-skip-re): New constant.
18651 (elint-directory): Skip files matching elint-directory-skip-re.
18652 (elint-features): New variable, local to linted buffers.
18653 (elint-update-env): Initialize elint-features. Possibly add
18654 elint-preloaded-env to the buffer's environment.
18655 (elint-get-top-forms): Bind elint-current-pos, for log messages.
18656 Skip quoted forms.
18657 (elint-init-form): New function, extracted from elint-init-env.
18658 Make non-list forms a warning rather than an error.
18659 Add the mode-map for define-derived-mode. Handle define-minor-mode,
18660 easy-menu-define, put that adds an error-condition, and provide.
18661 When requiring cl, also require cl-macs. Really require cl, to handle
18662 some cl macros. Store required libraries in the list elint-features,
18663 so as not to re-load them. Treat cc-require like require.
18664 (elint-init-env): Call elint-init-form to do the work.
18665 Handle eval-and-compile and such like.
18666 (elint-add-required-env): Do not clear messages.
18667 (elint-special-forms): Add handlers for function, defalias, if, when,
18668 unless, and, or.
18669 (elint-form): Add optional argument to ignore elint-special-forms,
18670 useful to prevent recursive calls from handlers. Doc fix.
18671 Respect elint-ignored-warnings.
18672 (elint-form): Respect elint-ignored-warnings.
18673 (elint-bound-variable, elint-bound-function): New variables.
18674 (elint-unbound-variable): Respect elint-bound-variable.
18675 (elint-get-args): Respect elint-bound-function.
18676 (elint-check-cond-form): Add some simple handling for (f)boundp and
18677 featurep tests.
18678 (elint-check-defalias-form): New handler.
18679 (elint-check-let-form): Make an empty let a warning rather than an
18680 error.
18681 (elint-check-setq-form): Make an empty setq a warning rather than an
18682 error. Respect elint-ignored-warnings.
18683 (elint-check-defvar-form): Accept null doc-strings.
18684 (elint-check-conditional-form): New handler. Does some simple-minded
18685 checking of featurep and (f)boundp tests.
18686 (elint-put-function-args): New function.
18687 (elint-initialize): Use elint-scan-doc-file rather than
18688 elint-find-builtin-variables. Use elint-put-function-args.
18689 Possibly scan preloaded-file-list.
18690 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
18691 extend to handle functions as well.
18692
18693 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
18694
18695 * linum.el (linum-delete-overlays, linum-update-window):
18696 Do not modify the right margin. (Bug#3971)
18697
18698 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
18699
18700 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
18701 Use nxml-mode instead of xml-mode.
18702
18703 2009-09-21 Kevin Ryde <user42@zip.com.au>
18704
18705 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
18706
18707 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
18708
18709 * net/dig.el (dig-mode): Use define-derived-mode.
18710
18711 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
18712
18713 * vc-dispatcher.el (vc-do-command): Return the process object in
18714 the asynchronous case. Use when instead of if. Do not run
18715 vc-exec-after to display a message if not enabled. (Bug#4463)
18716
18717 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
18718 properties to the stash strings.
18719 (vc-git-stash-list): Return a list of strings.
18720 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
18721 (vc-git-stash-show-at-point): New functions.
18722 (vc-git-stash-map): New keymap.
18723
18724 * register.el (ctl-x-r-map): Define the keys here instead of
18725 using autoload.
18726
18727 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
18728
18729 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
18730 list, to workaround performance problem (bug#4485).
18731
18732 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
18733
18734 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
18735
18736 2009-09-20 Daiki Ueno <ueno@unixuser.org>
18737
18738 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
18739 Document that this option is not recommended to use.
18740
18741 2009-09-19 Glenn Morris <rgm@gnu.org>
18742
18743 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
18744 variable `var'.
18745
18746 * calc/calc-alg.el (var):
18747 * calc/calcalg2.el (var): Define for compiler.
18748
18749 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
18750
18751 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
18752 Doc fix (Bug#3932).
18753
18754 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
18755
18756 * time-stamp.el (time-stamp-month-dd-yyyy)
18757 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
18758 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
18759 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
18760 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
18761 Remove functions that have been obsolete since 1995 (Bug#4436).
18762
18763 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
18764 indent buffer only if called interactively (Bug#4452).
18765
18766 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
18767 Eli Zaretskii <eliz@gnu.org>
18768
18769 This fixes bug#4197 (merged to bug#865, though not identical).
18770 * server.el (server-auth-dir): Add docstring note about FAT32.
18771 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
18772 but warn against using them.
18773
18774 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
18775
18776 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
18777 older GDB where there is no has_more field.
18778
18779 2009-09-19 Glenn Morris <rgm@gnu.org>
18780
18781 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
18782
18783 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
18784
18785 * files.el (auto-mode-alist): Change default for XML files to nXML
18786 mode (Bug#4169).
18787
18788 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
18789
18790 * server.el (server-ensure-safe-dir): Pass 'integer
18791 to `file-attributes', as suggested.
18792
18793 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
18794
18795 * dired-aux.el (dired-query-alist): Remove spurious backslash.
18796 (dired-query): Use read-key.
18797
18798 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
18799
18800 * cus-start.el (ns-use-qd-smoothing): Remove.
18801
18802 2009-09-18 Glenn Morris <rgm@gnu.org>
18803
18804 * allout.el (top-level): Remove unnecessary progn.
18805
18806 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
18807
18808 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
18809 definition of abbrev table.
18810
18811 * speedbar.el (speedbar-track-mouse):
18812 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
18813 * net/eudc.el (eudc-expand-inline):
18814 * net/newst-backend.el (newsticker--cache-read-feed):
18815 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
18816 condition-case handlers.
18817
18818 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
18819
18820 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
18821 (gdb-var-list): Add an element for has_more field.
18822 (gdb-non-stop-handler): Enable pretty printing for STL containers.
18823 (gdb-var-create-handler, gdb-var-list-children-handler-1)
18824 (gdb-var-update-handler-1): Parse output of dynamic variable
18825 objects (STL containers).
18826 (gdb-var-delete-1): Pass var1 as an explicit second argument.
18827 (gdb-get-field): Delete alias. Use bindat-get-field directly.
18828
18829 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
18830 gdb-var-list.
18831 (gud-speedbar-buttons): Make node expandable if expression "has more"
18832 children.
18833
18834 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
18835
18836 * startup.el (emacs-quick-startup): Remove variable and all uses.
18837 (command-line): Set `inhibit-x-resources' instead.
18838 (command-line-1): Use `inhibit-x-resources' instead.
18839
18840 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
18841
18842 * subr.el: Fix last change to avoid using the `unless' macro,
18843 which breaks bootstrapping.
18844
18845 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
18846
18847 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
18848 extended definitions, in case we reload subr.el after having
18849 loaded CL.
18850 (eval-next-after-load): Mark as obsolete.
18851
18852 2009-09-17 Juri Linkov <juri@jurta.org>
18853
18854 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
18855 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
18856 (menu-bar-showhide-menu, menu-bar-tools-menu)
18857 (menu-bar-describe-menu, menu-bar-help-menu)
18858 (minibuffer-local-completion-map, minibuffer-local-map):
18859 Fix list quoting.
18860
18861 2009-09-17 Glenn Morris <rgm@gnu.org>
18862
18863 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
18864 arguments, whether or not it has a handler.
18865
18866 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
18867
18868 * simple.el (hard-newline): Give it a doc-string.
18869
18870 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
18871 (lisp-mode-syntax-table): Give them doc-strings.
18872
18873 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
18874
18875 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
18876 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
18877 (menu-bar-options-menu, menu-bar-showhide-menu)
18878 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
18879 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
18880 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
18881 (menu-bar-options-menu, menu-bar-tools-menu)
18882 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
18883 (menu-bar-help-menu):
18884 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
18885 string arguments.
18886
18887 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
18888 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
18889 calls for the menu names and :help.
18890
18891 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
18892
18893 * mouse.el (minor-mode-menu-from-indicator): Pay attention
18894 to :minor-mode-function (bug#4455).
18895
18896 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
18897
18898 * startup.el (command-line): Initialize the window-system after
18899 processing the command-line.
18900
18901 * textmodes/page.el (what-page): Make sure we don't inf-loop if
18902 page-delimiter matches the empty string.
18903
18904 2009-09-16 Glenn Morris <rgm@gnu.org>
18905
18906 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
18907 byte-compile-not-obsolete-var. It's a list now.
18908 (byte-compile-not-obsolete-funcs): New variable.
18909 (byte-compile-warn-obsolete): Don't warn about functions if they are in
18910 byte-compile-not-obsolete-funcs.
18911 (byte-compile-variable-ref, byte-compile-defvar): Update for
18912 byte-compile-not-obsolete-vars name-change and list nature.
18913 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
18914 and variables behind (f)boundp tests.
18915 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
18916
18917 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
18918
18919 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
18920
18921 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
18922
18923 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
18924 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
18925 Don't autoload.
18926
18927 2009-09-15 Stephen Eglen <stephen@gnu.org>
18928
18929 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
18930 the virtual-buffers, use the name of the buffer specified by
18931 find-file-noselect, as the match may be a symlink. (This was a
18932 problem if the target and the symlink had different names.)
18933
18934 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
18935
18936 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
18937
18938 * desktop.el (desktop-path): Check user-emacs-directory.
18939
18940 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
18941
18942 * loadup.el: Use after-load-functions to GC after loading each file.
18943 Remove the explicit GC calls that used to be sprinkled around.
18944
18945 * subr.el (after-load-functions): New hook.
18946 (do-after-load-evaluation): Run it. Use string-match-p to detect
18947 `obsolete' packages, rather than painfully extracting the relevant
18948 directory name.
18949
18950 2009-09-15 Glenn Morris <rgm@gnu.org>
18951
18952 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
18953 free variable `doc'.
18954
18955 * dired.el (dired-mode-map): Add menu entry for async shell command.
18956
18957 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
18958 variables, also consider the .elc files, since the .el files are
18959 normally gzipped (subsequent code locates the .el.gz from the .elc).
18960
18961 * calc/calc-prog.el (arglist): Define for compiler.
18962
18963 * calendar/diary-lib.el (diary-display-function): Change the default to
18964 fancy display.
18965 (body): Define for compiler.
18966
18967 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
18968 (byte-compile-file-form, byte-compile-lambda)
18969 (byte-compile-top-level-body, byte-compile-form)
18970 (byte-compile-variable-ref, byte-compile-setq)
18971 (byte-compile-setq-default, byte-compile-body)
18972 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
18973 (batch-byte-compile): Give some more local variables with common names
18974 a "bytecomp-" prefix to avoid masking warnings about free variables.
18975
18976 * startup.el (command-line-1): Give local variables with common names a
18977 distinguishing prefix, so as not to hide free variable warnings during
18978 bootstrap.
18979
18980 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
18981 clever and add a suffix to make a unique name, just let the user decide
18982 whether or not to overwrite it. If the input is a directory, write the
18983 default filename to that directory. (Bug#4388)
18984 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
18985 is a filename-as-a-directory.
18986
18987 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
18988
18989 * textmodes/page.el (what-page): Don't move to beginning of line.
18990 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
18991
18992 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
18993
18994 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
18995
18996 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
18997
18998 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
18999 * help.el (help-for-help-internal): Add purecopy calls for text.
19000
19001 * vc.el (top): print-log method now takes an optional SHORTLOG
19002 argument. Add a new method: root.
19003 (vc-root-diff, vc-print-root-log): New functions.
19004 (vc-log-short-style): New variable.
19005 (vc-print-log-internal): Add support for showing short logs.
19006
19007 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
19008 vc-print-root-log and vc-print-root-diff.
19009
19010 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
19011 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
19012 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
19013 short logs.
19014
19015 * vc-cvs.el (vc-cvs-print-log):
19016 * vc-mtn.el (vc-mtn-print-log):
19017 * vc-rcs.el (vc-rcs-print-log):
19018 * vc-sccs.el (vc-sccs-print-log):
19019 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
19020 that is ignored for now.
19021
19022 * vc-mtn.el (vc-mtn-annotate-command):
19023 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
19024
19025 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19026
19027 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
19028 to function-key-map, and give them ascii-character property.
19029 * term/x-win.el (x-alternatives-map):
19030 * term/ns-win.el (ns-alternatives-map):
19031 * term/internal.el (msdos-key-remapping-map):
19032 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
19033
19034 2009-09-14 Glenn Morris <rgm@gnu.org>
19035
19036 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
19037 temp-buffers (2009-09-12).
19038
19039 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19040
19041 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
19042 the new read-key function.
19043
19044 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
19045
19046 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
19047 is defined (Bug#4405).
19048
19049 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
19050
19051 * recentf.el (recentf-cleanup): Use a hash table to find
19052 duplicates (Bug#4407).
19053
19054 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
19055
19056 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
19057 kp-0 to ascii equivalents (Bug#4325).
19058
19059 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
19060
19061 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
19062
19063 * eshell/em-hist.el:
19064 * eshell/em-dirs.el (eshell-complete-user-reference):
19065 Declare pcomplete functions and variables to avoid compiler warnings.
19066
19067 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
19068
19069 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
19070 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
19071 * eshell/em-alias.el (eshell-aliases-file):
19072 * eshell/em-hist.el (eshell-history-file-name):
19073 Use expand-file-name instead of concat to make file names (Bug#4308).
19074
19075 2009-09-13 Glenn Morris <rgm@gnu.org>
19076
19077 * ediff-merg.el (ediff-do-merge):
19078 * filesets.el (filesets-run-cmd):
19079 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
19080 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
19081 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
19082 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
19083 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
19084 Replace empty `let's with `progn'.
19085
19086 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19087
19088 * mail/sendmail.el (send-mail-function):
19089 * tooltip.el (tooltip-mode):
19090 * simple.el (transient-mark-mode):
19091 * rfn-eshadow.el (file-name-shadow-mode):
19092 * frame.el (blink-cursor-mode):
19093 * font-core.el (global-font-lock-mode):
19094 * files.el (temporary-file-directory)
19095 (small-temporary-file-directory, auto-save-file-name-transforms):
19096 * epa-hook.el (auto-encryption-mode):
19097 * composite.el (global-auto-composition-mode):
19098 Use custom-initialize-delay.
19099 * startup.el (command-line): Don't explicitly call
19100 custom-reevaluate-setting for all the above vars.
19101 * custom.el (custom-initialize-safe-set)
19102 (custom-initialize-safe-default): Delete.
19103
19104 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19105
19106 * term/x-win.el (x-initialize-window-system):
19107 * term/w32-win.el (w32-initialize-window-system):
19108 * term/ns-win.el (ns-initialize-window-system): Don't call
19109 mouse-wheel-mode since it's enabled globally by default already.
19110
19111 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
19112 actually define the variable, but only silences the byte-compiler.
19113 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
19114 before looking it up.
19115 (mouse-wheel-scroll-amount): Also reset the bindings if this value
19116 is changed.
19117
19118 2009-09-12 Glenn Morris <rgm@gnu.org>
19119
19120 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
19121 1000.
19122 (elint-add-required-env): Don't beep on error.
19123 (elint-forms): In case of error, return ENV unchanged.
19124 (elint-init-env): Skip non-list forms.
19125 (elint-log): Handle unknown file positions.
19126
19127 2009-09-12 Daiki Ueno <ueno@unixuser.org>
19128
19129 * epg.el (epg-make-context): Add autoload cookie.
19130 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
19131 (epg-decrypt-string, epg-start-verify, epg-verify-file)
19132 (epg-verify-string, epg-start-sign, epg-sign-file)
19133 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
19134 (epg-encrypt-string, epg-start-export-keys)
19135 (epg-export-keys-to-file, epg-export-keys-to-string)
19136 (epg-start-import-keys, epg-import-keys-from-file)
19137 (epg-import-keys-from-string, epg-start-receive-keys)
19138 (epg-receive-keys, epg-import-keys-from-server)
19139 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
19140 (epg-sign-keys, epg-start-generate-key)
19141 (epg-generate-key-from-file, epg-generate-key-from-string):
19142 Remove autoload cookie.
19143
19144 2009-09-12 Eli Zaretskii <eliz@gnu.org>
19145
19146 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
19147 reevaluation of trash-directory.
19148
19149 * mwheel.el: Fix last change.
19150 (mouse-wheel-mode): New defvar.
19151 (mouse-wheel-mode): Remove autoload cookie.
19152
19153 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19154
19155 * mwheel.el (mwheel-installed-bindings): New var.
19156 (mouse-wheel-mode): Use it, so as to make sure we really remove all
19157 the bindings we set last time. Use custom-initialize-delay.
19158 * loadup.el: Load mwheel after term/*-win.el.
19159 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
19160 and mouse-wheel-up-event now that their first evaluation is done
19161 sufficiently late to be correct.
19162
19163 * startup.el (tutorial-directory): Make it a defcustom.
19164 Use custom-initialize-delay rather than eval-at-startup to set it.
19165 * image.el (image-load-path): Make it a defcustom.
19166 Use custom-initialize-delay rather than eval-at-startup to set it.
19167 * subr.el (eval-at-startup): Remove.
19168 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
19169
19170 * subr.el (do-after-load-evaluation): Warn the user after loading an
19171 obsolete package.
19172
19173 2009-09-12 Glenn Morris <rgm@gnu.org>
19174
19175 * proced.el (proced-mark-alt): Remove alias.
19176 (proced-mode-map): Remove proced-mark-alt.
19177
19178 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
19179 Elint file and directory. Remove initialization entry.
19180
19181 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
19182 commands.
19183 (elint-current-buffer): Set mode-line-process.
19184 (elint-init-env): Handle define-derived-mode.
19185 Fix declare-function with unspecified arglist. Guard against odd
19186 defalias statements (eg iso-insert's 8859-1-map).
19187 (elint-add-required-env): Use a temp buffer.
19188 (elint-form): Just print the function/macro name, not the whole form.
19189 Return env unchanged if we fail to parse a macro.
19190 (elint-forms): Guard against parse errors.
19191 (elint-output): New function, to handle batch mode.
19192 (elint-log-message): Add optional argument. Use elint-output.
19193 (elint-set-mode-line): New function.
19194
19195 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
19196
19197 * emacs-lisp/elp.el (elp-not-profilable): Add more
19198 functions (Bug#4233).
19199
19200 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
19201
19202 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
19203 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
19204
19205 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
19206
19207 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
19208 (gdb-var-list-children): Use json parsing.
19209
19210 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
19211
19212 * progmodes/js.el (js--proper-indentation): Handle the case where
19213 char-before is null. Reported by Deniz Dogan.
19214
19215 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
19216
19217 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
19218
19219 2009-09-11 Daiki Ueno <ueno@unixuser.org>
19220
19221 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
19222 (epg-digest-algorithm-alist): Add SHA224.
19223 (epg-context-set-passphrase-callback)
19224 (epg-context-set-progress-callback): Add description about
19225 callback function.
19226
19227 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19228
19229 * custom.el (custom-delayed-init-variables): New var.
19230 (custom-initialize-delay): New function.
19231 * startup.el (command-line): "Re"evaluate all vars in
19232 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
19233 explicitly any more.
19234 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
19235 to avoid creating a ~/.emacs.d at build-time (bug#4347).
19236
19237 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
19238
19239 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
19240
19241 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
19242 (gdb-var-update-handler): Use json parsing.
19243
19244 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
19245
19246 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
19247 decode annotated text, regardless of language environment. (Bug#2741)
19248
19249 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19250
19251 * Makefile.in (autoloads): Make rmail.el writable as well.
19252
19253 2009-09-11 Glenn Morris <rgm@gnu.org>
19254
19255 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
19256 loaddefs.el.
19257 * dired.el: Regenerate with extracted autoloads.
19258 * Makefile.in (autoloads): Make dired.el writable.
19259
19260 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
19261 * ibuffer.el: Regenerate with extracted autoloads.
19262 * Makefile.in (autoloads): Make ibuffer.el writable.
19263
19264 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
19265 * version.el (emacs-copyright, emacs-major-version)
19266 (emacs-minor-version): Reformat doc-strings for make-docfile.
19267
19268 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
19269 functions and variables, since they must be stuff specific to some other
19270 platform.
19271 (apropos-print): Make mouse-click message less specific about button.
19272
19273 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
19274 that records where a macro was defined.
19275 * help-fns.el (describe-function-1): Mention if a function has a
19276 compiler-macro.
19277 * help-mode.el (help-function-cmacro): New button.
19278
19279 * locate.el (top-level): Always require dired.
19280 (locate-mode-map): Initialize inside the defvar.
19281
19282 * net/ange-ftp.el (dired-compress-file): Declare.
19283 (ange-ftp-dired-compress-file): Add doc string.
19284
19285 * term/ns-win.el (x-display-name, x-setup-function-keys):
19286 Unify doc-strings with X versions.
19287
19288 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19289
19290 * emulation/crisp.el (crisp-mode-map): Move initialization
19291 into declaration.
19292 (crisp-mode): Use define-minor-mode.
19293
19294 * progmodes/xscheme.el (xscheme-evaluation-commands):
19295 Put a :advertised-binding property rather than using
19296 advertised-xscheme-send-previous-expression.
19297 (advertised-xscheme-send-previous-expression): Declare obsolete.
19298 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
19299 `advertised-undo'.
19300 (crisp-mode): Add corresponding bindings to
19301 undo's :advertised-binding instead.
19302 * dired.el (dired-mode-map): Put a :advertised-binding property rather
19303 than using dired-advertised-find-file.
19304 (dired-advertised-find-file):
19305 * simple.el (advertised-undo):
19306 * wid-edit.el (advertised-widget-backward): Declare obsolete.
19307 (widget-keymap): Put a :advertised-binding property rather
19308 than using advertised-widget-backward.
19309 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
19310 than using advertised-undo.
19311 * tutorial.el (tutorial--default-keys): Adjust accordingly.
19312
19313 2009-09-10 Simon South <ssouth@slowcomputing.org>
19314
19315 * progmodes/delphi.el (delphi-tab): Indent region when Transient
19316 Mark mode is enabled and region is active; otherwise indent or
19317 insert TAB as usual.
19318 (delphi-mode): Update description of TAB-key binding.
19319
19320 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
19321
19322 * subr.el (define-key-rebound-commands): Mark obsolete.
19323 * startup.el (precompute-menubar-bindings): Remove.
19324 (normal-top-level): Remove obsolete code that tried to precompute
19325 menubar bindings.
19326 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
19327 define-key-rebound-commands and precompute-menubar-bindings.
19328
19329 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
19330
19331 * net/imap.el (imap-interactive-login): Better messages.
19332 (imap-open): Fix bug with renamed buffer on reconnect.
19333 (imap-authenticate): Add buffer-local imap-last-authenticator variable
19334 for easier debugging and cleaner code. On successful (guessed based on
19335 server capabilities) secondary authentication, set imap-state
19336 correctly.
19337 (imap-last-authenticator): Define imap-last-authenticator as a variable
19338 to avoid warnings.
19339
19340 2009-09-10 Glenn Morris <rgm@gnu.org>
19341
19342 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
19343
19344 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
19345 (byte-compile-file-form-autoload): Don't warn about unknown functions
19346 where the autoload statement comes after the use.
19347 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
19348 that any handlers inside the body (eg require) are in turn respected.
19349
19350 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
19351 effects.
19352
19353 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
19354 and syntax and abbrev tables basic docs, if they don't have any.
19355
19356 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
19357
19358 * international/mule-cmds.el (top-level): Require cl when compiling.
19359 (view-hello-file): Use default-value rather than
19360 default-enable-multibyte-characters.
19361
19362 * progmodes/fortran.el: Move all safe and risky properties into the
19363 defcustoms.
19364
19365 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
19366 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
19367 * mail/undigest.el:
19368 Put autoloads in rmail.el rather than loaddefs.el.
19369 * mail/rmail.el: Regenerate with extracted autoloads.
19370
19371 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
19372 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
19373
19374 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
19375
19376 Reported in thread for Bug#4375.
19377 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
19378 "-data-evaluate-expression" instead of print.
19379 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
19380 (gdb-tooltip-print): Parse output from above MI command.
19381 (gdb): Revert 2009-08-11 change. User should detach inferior
19382 manually.
19383
19384 Remove the word "separate" from IO functions as inferior
19385 output is now never displayed in the GUD buffer.
19386
19387 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
19388
19389 * startup.el (command-line-normalize-file-name): On Windows and
19390 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
19391
19392 2009-09-10 Juri Linkov <juri@jurta.org>
19393
19394 * isearch.el (isearch-text-char-description): Propertize escape
19395 character sequences with the `escape-glyph' face. (Bug#4344)
19396
19397 * simple.el (shell-command): Set asynchronous process filter to
19398 `comint-output-filter'. (Bug#4343)
19399
19400 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
19401 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
19402 the list. Move "asm" to the bottom.
19403 (grep-find-ignored-directories): Add `choice' with nil value
19404 to empty the list easily.
19405 (grep-find-ignored-files): New option.
19406 (grep-files-history): Set to nil by default instead of '("ch" "el").
19407 (grep-compute-defaults): Add "<X>" to `grep-template'.
19408 (grep-read-files): Bind new local variables `default-alias' and
19409 `default-extension'. Use a list of default values for the file prompt.
19410 (lgrep): Add `--exclude=' command line options composed from
19411 `grep-find-ignored-files'.
19412 (rgrep): Add `-name' command line options composed from
19413 `grep-find-ignored-files'. (Bug#4301)
19414
19415 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
19416
19417 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
19418 (bug#4368).
19419
19420 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
19421
19422 * calendar/time-date.el (autoload):
19423 Expand define-obsolete-function-alias into defalias and make-obsolete
19424 for old Emacsen that Gnus supports.
19425 (with-no-warnings): Define it for old Emacsen.
19426 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
19427 is available.
19428 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
19429 float-time is available; suppress compile warning for time-to-seconds.
19430
19431 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
19432
19433 * net/imap.el (imap-message-map): Docstring fix.
19434
19435 2009-09-09 Glenn Morris <rgm@gnu.org>
19436
19437 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
19438 line numbers too. (Bug#4374)
19439
19440 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
19441
19442 * smerge-mode.el (smerge-remove-props, smerge-refine):
19443 Use with-silent-modifications (bug#4342).
19444
19445 * subr.el (with-silent-modifications): New macro.
19446
19447 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
19448
19449 * files.el (top-level): Require `cl' when compiling.
19450
19451 2009-09-07 Glenn Morris <rgm@gnu.org>
19452
19453 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
19454
19455 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
19456 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
19457
19458 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
19459
19460 * vc-git.el (vc-git-annotate-command): Use separator to parse
19461 arguments correctly.
19462
19463 2009-09-06 Eli Zaretskii <eliz@gnu.org>
19464
19465 * proced.el (proced-mode): Doc fix.
19466
19467 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
19468
19469 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
19470 lstat fails.
19471 (tramp-do-file-attributes-with-ls): Check for file existence at
19472 remote end.
19473 (tramp-do-file-attributes-with-stat): Likewise.
19474 (tramp-convert-file-attributes): Return nil when attr is nil.
19475
19476 2009-09-05 Glenn Morris <rgm@gnu.org>
19477
19478 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
19479 properties to this button.
19480 (diary-fancy-display): Don't extend the button to the final newline.
19481 (diary-fancy-display-mode): Continue to define "q" as a local key.
19482
19483 * calendar/cal-china.el (holiday-chinese): Make it slightly more
19484 efficient.
19485
19486 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
19487
19488 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
19489 (byte-compile-dest-file-function): New option.
19490 (byte-compile-dest-file): Doc fix.
19491 Obey byte-compile-dest-file-function.
19492 (byte-compile-cl-file-p): New function.
19493 (byte-compile-eval): Only suppress noruntime warnings about cl functions
19494 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
19495 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
19496 than for file being previously loaded.
19497 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
19498 (byte-compile-file-form-require): Handle the case where requiring a file
19499 indirectly causes CL to be loaded.
19500
19501 2009-09-05 Karl Fogel <kfogel@red-bean.com>
19502
19503 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
19504 before killing the old buffer, since by the time `kill-buffer' is
19505 run so many buffer variables have been set to nil that it may not
19506 behave as expected. (Bug#4061)
19507
19508 2009-09-05 Karl Fogel <kfogel@red-bean.com>
19509
19510 * files.el (find-alternate-file): If the old buffer is modified
19511 and visiting a file, behave similarly to `kill-buffer' when
19512 killing it, thus reverting to the pre-1.878 behavior; see
19513 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
19514 for discussion. Also, consult `buffer-file-name' as a variable
19515 not as a function, for consistency with the rest of the code.
19516
19517 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
19518
19519 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
19520 also when adding a new directory.
19521
19522 * net/tramp-compat.el (tramp-compat-line-beginning-position):
19523 New defun.
19524
19525 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
19526
19527 * files.el (locate-file-completion-table): Make it provide boundary
19528 information, so partial-completion works better.
19529
19530 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
19531
19532 * mail/footnote.el (Footnote-text-under-cursor):
19533 Check footnote-text-marker-alist before using it (bug#4324).
19534
19535 2009-09-04 Glenn Morris <rgm@gnu.org>
19536
19537 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
19538 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
19539 * play/solitaire.el, play/tetris.el:
19540 Remove leading * from defcustom and defface docs.
19541
19542 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
19543 necessary.
19544 (diary-fancy-overriding-map): New variable.
19545 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
19546 Use view-mode.
19547
19548 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
19549 goto-line.
19550
19551 2009-09-03 Glenn Morris <rgm@gnu.org>
19552
19553 * arc-mode.el (archive-mode):
19554 * dos-fns.el (set-default-process-coding-system):
19555 * man.el (Man-getpage-in-background):
19556 * menu-bar.el (menu-bar-describe-menu):
19557 * server.el (server-process-filter):
19558 * startup.el (command-line):
19559 * tar-mode.el (tar-header-block-tokenize, tar-extract):
19560 * w32-fns.el (set-default-process-coding-system):
19561 * x-dnd.el (x-dnd-handle-file-name):
19562 * international/mule-cmds.el (mule-menu-keymap)
19563 (set-default-coding-systems, language-info-alist, set-language-info)
19564 (set-language-environment, standard-display-european-internal)
19565 (set-locale-environment):
19566 * international/mule-diag.el (mule-diag):
19567 * mail/emacsbug.el (report-emacs-bug):
19568 * mail/rmail.el (rmail-mode):
19569 * mail/sendmail.el (mail-setup):
19570 Use default-value rather than default-enable-multibyte-characters.
19571
19572 * progmodes/f90.el: Move all safe properties into the defcustoms.
19573 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
19574
19575 * calendar/appt.el (appt-check):
19576 * calendar/diary-lib.el (diary-set-header, diary-live-p)
19577 (diary-check-diary-file, diary-list-entries)
19578 (diary-include-other-diary-files, diary-simple-display)
19579 (diary-fancy-display, diary-print-entries)
19580 (diary-mark-included-diary-files, diary-make-entry):
19581 Don't call substitute-in-file-name on diary-file.
19582
19583 2009-09-03 Eduard Wiebe <usenet@pusto.de>
19584 Stefan Monnier <monnier@iro.umontreal.ca>
19585
19586 * mail/footnote.el (footnote-prefix): Make it a defcustom.
19587 (footnote-mode-map): Move initialization into the declaration.
19588 (footnote-minor-mode-map): Define it rather than changing global-map.
19589 (footnote-mode): Use define-minor-mode.
19590
19591 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
19592
19593 * net/tramp.el (tramp-handle-file-attributes-with-ls)
19594 (tramp-do-file-attributes-with-perl)
19595 (tramp-do-file-attributes-with-stat): Rename from
19596 `tramp-handle-file-attributes-with-*'.
19597 (tramp-handle-file-attributes): Use them.
19598 (tramp-do-directory-files-and-attributes-with-perl)
19599 (tramp-do-directory-files-and-attributes-with-stat): Rename from
19600 `tramp-handle-directory-files-and-attributes-with-*'.
19601 (tramp-handle-directory-files-and-attributes): Use them.
19602 (tramp-method-out-of-band-p): Additional parameter SIZE.
19603 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
19604 (tramp-handle-write-region): Use it.
19605 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
19606 (tramp-handle-vc-registered): Check, whether the first run did
19607 return files to be tested.
19608 (tramp-advice-make-auto-save-file-name): Do not call directly
19609 `tramp-handle-make-auto-save-file-name', because this would bypass
19610 the locking mechanism.
19611
19612 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
19613 (file-remote-p, process-file, start-file-process, set-file-times)
19614 (tramp-compat-file-attributes): Compatibility functions shall not
19615 call directly `tramp-handle-*', because this would bypass the
19616 locking mechanism.
19617 (tramp-compat-number-sequence): New defun.
19618
19619 2009-09-02 Glenn Morris <rgm@gnu.org>
19620
19621 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
19622 alias for float-time.
19623 (time-to-number-of-days): In Emacs, use float-time.
19624 * net/newst-backend.el (time-add): Suppress warnings from compat
19625 function.
19626 * time.el (emacs-uptime, emacs-init-time):
19627 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
19628 Use float-time rather than time-to-seconds.
19629
19630 * minibuffer.el (completion-initials-expand): Fix typo.
19631
19632 * faces.el (modeline, modeline-inactive, modeline-highlight)
19633 (modeline-buffer-id):
19634 * info.el (info-menu-5): Mark these face aliases as obsolete.
19635
19636 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
19637
19638 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
19639 space ...
19640 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
19641 no "--thread" option.
19642 (gdb-stopped): Don't print "Switched to thread" message when it is
19643 unchanged.
19644
19645 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
19646
19647 * minibuffer.el (completion-try-completion)
19648 (completion-all-completions): Remove ill-defined (and
19649 mistakenly installed and luckily never used nor documented)
19650 `completion-styles' property.
19651 (completion-initials-expand, completion-initials-all-completions)
19652 (completion-initials-try-completion): New functions.
19653 (completion-styles-alist): Add doc to each entry.
19654 Add new `initials' entry.
19655
19656 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
19657
19658 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
19659 MI command -var-evaluate-expression.
19660 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
19661 and tweak for case of string child.
19662 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
19663
19664 2009-09-01 Glenn Morris <rgm@gnu.org>
19665
19666 * add-log.el (change-log-date-face, change-log-name-face)
19667 (change-log-email-face, change-log-file-face, change-log-list-face)
19668 (change-log-conditionals-face, change-log-function-face)
19669 (change-log-acknowledgement-face):
19670 * cus-edit.el (custom-invalid-face, custom-rogue-face)
19671 (custom-modified-face, custom-set-face, custom-changed-face)
19672 (custom-saved-face, custom-button-face, custom-button-pressed-face)
19673 (custom-documentation-face, custom-state-face, custom-comment-face)
19674 (custom-comment-tag-face, custom-variable-tag-face)
19675 (custom-variable-button-face, custom-face-tag-face)
19676 (custom-group-tag-face-1, custom-group-tag-face):
19677 * diff-mode.el (diff-header-face, diff-file-header-face)
19678 (diff-index-face, diff-hunk-header-face, diff-removed-face)
19679 (diff-added-face, diff-changed-face, diff-function-face)
19680 (diff-context-face, diff-nonexistent-face):
19681 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19682 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
19683 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
19684 (Info-title-4-face):
19685 * isearch.el (isearch-lazy-highlight-face):
19686 * log-view.el (log-view-file-face, log-view-message-face):
19687 * paren.el (show-paren-match-face, show-paren-mismatch-face):
19688 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
19689 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
19690 (cvs-msg-face):
19691 * smerge-mode.el (smerge-mine-face, smerge-other-face)
19692 (smerge-base-face, smerge-markers-face):
19693 * wid-edit.el (widget-documentation-face, widget-button-face)
19694 (widget-field-face, widget-single-line-field-face)
19695 (widget-inactive-face, widget-button-pressed-face):
19696 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
19697 (woman-addition-face):
19698 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
19699 (eshell-ls-executable-face, eshell-ls-readonly-face)
19700 (eshell-ls-unreadable-face, eshell-ls-special-face)
19701 (eshell-ls-missing-face, eshell-ls-archive-face)
19702 (eshell-ls-backup-face, eshell-ls-product-face)
19703 (eshell-ls-clutter-face):
19704 * eshell/em-prompt.el (eshell-prompt-face):
19705 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
19706 * obsolete/old-whitespace.el (whitespace-highlight-face):
19707 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
19708 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
19709 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
19710 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
19711 (antlr-font-lock-literal-face):
19712 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
19713 (ebrowse-root-class-face, ebrowse-file-name-face)
19714 (ebrowse-default-face, ebrowse-member-attribute-face)
19715 (ebrowse-member-class-face, ebrowse-progress-face):
19716 * progmodes/make-mode.el (makefile-space-face):
19717 * progmodes/sh-script.el (sh-heredoc-face):
19718 * textmodes/flyspell.el (flyspell-incorrect-face)
19719 (flyspell-duplicate-face):
19720 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
19721 * textmodes/texinfo.el (texinfo-heading-face):
19722 Mark face aliases with "-face" suffix as obsolete.
19723
19724 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
19725 compiler.
19726
19727 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
19728 (eudc-bob-sound-menu): Use defvar rather than defconst, since
19729 easy-menu-define wants to modify these.
19730
19731 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
19732
19733 * net/browse-url.el (browse-url-file-url):
19734 * term/internal.el (dos-codepage-setup):
19735 Use default-value rather than default-enable-multibyte-characters.
19736
19737 * progmodes/etags.el (etags-goto-tag-location):
19738 * progmodes/flymake.el (flymake-highlight-line)
19739 (flymake-goto-file-and-line, flymake-goto-line):
19740 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
19741 (gdb-goto-breakpoint):
19742 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
19743 * progmodes/python.el (python-find-function)
19744 (python-pdbtrack-track-stack-file):
19745 * progmodes/verilog-mode.el (verilog-surelint-off):
19746 * term/ns-win.el (ns-open-file-select-line):
19747 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
19748 Use forward-line rather than goto-line.
19749
19750 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
19751 * textmodes/reftex-index.el (reftex-display-index):
19752 * textmodes/reftex-ref.el (reftex-offer-label-menu):
19753 * textmodes/reftex-toc.el (reftex-toc):
19754 Remove unnecessary bindings of default-major-mode (all are followed by
19755 major-mode check and possible mode switch).
19756
19757 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
19758
19759 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
19760 Handle watchpoints (bug#4282).
19761 (def-gdb-thread-buffer-command): Enable thread to be selected by
19762 clicking without selecting threads buffer first.
19763 (gdb-current-context-command): Use selected frame so that "up",
19764 "down" etc work in the GUD buffer.
19765 (gdb-update): Find selected frame before rendering stack buffer.
19766 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
19767
19768 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
19769
19770 * progmodes/sym-comp.el (displayed-completions): Remove.
19771 (symbol-complete): Use minibuffer-complete.
19772
19773 2009-08-31 Glenn Morris <rgm@gnu.org>
19774
19775 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
19776
19777 * apropos.el (apropos-symbols-internal):
19778 Handle (obsolete) face aliases.
19779
19780 * faces.el (describe-face): Adjust the output format to be more like
19781 describe-variable, and to mention (obsolete) face aliases.
19782 Adjust the whitespace so that help-setup-xref works.
19783
19784 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
19785 * calendar/diary-lib.el (diary-button-face):
19786 Mark these face aliases as obsolete.
19787
19788 * calendar/calendar.el (calendar-today): Doc fix.
19789
19790 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
19791
19792 * progmodes/gdb-mi.el (gdb-control-all-threads)
19793 (gdb-control-current-thread): Force tool bar update.
19794 (gdb-non-stop-handler): New function.
19795 (gdb-init-1): Use it to test if non-stop mode is supported.
19796 Remove unused gdbmi buffer type.
19797
19798 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
19799
19800 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
19801 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
19802
19803 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
19804
19805 * comint.el (comint-exec-1): Check command is non-null first.
19806 Part of gdb-mi.el change (2009-08-28).
19807
19808 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
19809
19810 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
19811
19812 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
19813
19814 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
19815 instead of `dolist' to avoid a recursive require when bootstrapping.
19816
19817 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
19818
19819 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
19820
19821 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
19822
19823 * net/imap.el (imap-send-command): Simplify.
19824 (imap-wait-for-tag): point-max -> buffer-size.
19825
19826 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
19827
19828 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
19829 with constant argument.
19830
19831 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
19832
19833 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
19834
19835 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
19836 Change default, since most of our files don't have a history.
19837 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
19838 the user.
19839
19840 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19841 Add comint-run.
19842
19843 * calc/calc.el: Improve commenting convention.
19844 (calc-digit-map, toplevel): Simplify.
19845
19846 * comint.el (comint-insert-input): Be careful to only set point if we
19847 don't delegate to some other command.
19848
19849 * proced.el (proced-signal-list): Make it an alist.
19850 (proced-grammar-alist): Capitalize names.
19851 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
19852 Disable undo manually and make it read-only.
19853 Use completion-annotate-function.
19854
19855 * minibuffer.el (minibuffer-message): If the current buffer is not
19856 a minibuffer, insert the message in the echo area rather than at the
19857 end of the buffer.
19858 (completion-annotate-function): New variable.
19859 (minibuffer-completion-help): Use it.
19860 (completion--embedded-envvar-table): Environment vars are
19861 always case-sensitive.
19862
19863 2009-08-30 Glenn Morris <rgm@gnu.org>
19864
19865 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
19866 from fortran-current-defun.
19867 (fortran-beginning-of-subprogram): Be more precise about finding the
19868 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
19869 (fortran-end-of-subprogram): Simplify.
19870 (fortran-current-defun): Use fortran-start-prog-re.
19871
19872 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
19873
19874 * subr.el (do-after-load-evaluation): Simplify.
19875
19876 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
19877
19878 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
19879
19880 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
19881 (vc-rcs-print-log): Use it.
19882
19883 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
19884
19885 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
19886
19887 * paths.el (abbrev-file-name): Move to abbrev.el.
19888 * abbrev.el (abbrev-file-name): Move from paths.el.
19889 Obey user-emacs-directory.
19890 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
19891 user-emacs-directory.
19892 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
19893 abbrev-file-name and calc-settings-file any more.
19894 * startup.el (command-line): Recompute abbrev-file-name and
19895 abbreviated-home-dir.
19896 (normal-no-mouse-startup-screen): Improve the generic code and get rid
19897 of the special code for when C-h bindings haven't been changed.
19898 (display-startup-echo-area-message): Use with-current-buffer.
19899 (command-line-1): Use a list of strings, rather than a list of lists
19900 of strings for longopts.
19901
19902 * files.el (get-free-disk-space): Use / for default-directory.
19903
19904 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
19905 Use with-current-buffer.
19906
19907 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
19908 Recognize immutable variables like most-positive-fixnum.
19909 (byte-compile-setq-default): Check and warn if trying to assign
19910 to an immutable variable, or a non-variable.
19911
19912 * progmodes/cc-vars.el (c-comment-continuation-stars):
19913 * progmodes/cc-engine.el (c-looking-at-bos):
19914 * progmodes/cc-cmds.el (c-toggle-auto-state)
19915 (c-forward-into-nomenclature, c-backward-into-nomenclature)
19916 (c-comment-line-break-function): Add version of obsolescence.
19917
19918 2009-08-28 Juri Linkov <juri@jurta.org>
19919
19920 * files.el (magic-fallback-mode-alist): Add ZIP magic number
19921 associated with `archive-mode'.
19922
19923 * image.el (image-type-header-regexps): Use only JPEG magic number
19924 to determine JPEG images, and don't use `image-jpeg-p' because
19925 Emacs can display non-JFIF non-Exif JPEG images.
19926
19927 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
19928
19929 * arc-mode.el (archive-mode):
19930 * emacs-lisp/re-builder.el (re-builder-unload-function):
19931 Protect against the default value of `major-mode' being nil.
19932
19933 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
19934
19935 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
19936 Fix typos in docstrings.
19937
19938 * progmodes/js.el (js--macro-decl-re): Doc fix.
19939 (js--plain-method-re, js--split-name): Refloc docstring.
19940 (js--class-styles, js--make-merged-item, js--splice-into-items):
19941 Fix typos in docstrings; reflow docstrings.
19942 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
19943 (js--variable-decl-matcher, js--inside-pitem-p)
19944 (js--parse-state-at-point, js--get-all-known-symbols)
19945 (js--symbol-history, js-find-symbol, js--js-references)
19946 (js--moz-interactor, js--js-encode-value, js--read-tab):
19947 Fix typos in docstrings.
19948
19949 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
19950
19951 * textmodes/reftex.el (reftex-get-file-buffer-force):
19952 * progmodes/verilog-mode.el (verilog-batch-execute-func):
19953 * emulation/viper.el (viper-go-away, viper-set-hooks):
19954 * emacs-lisp/re-builder.el (re-builder-unload-function):
19955 * emacs-lisp/bytecomp.el (byte-compile-file):
19956 * ses.el (ses-unload-function):
19957 * hexl.el (hexl-find-file):
19958 * files.el (normal-mode):
19959 * ehelp.el (with-electric-help):
19960 * autoinsert.el (auto-insert-alist):
19961 * arc-mode.el (archive-mode):
19962 Use (default-value 'major-mode) instead of default-major-mode.
19963
19964 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
19965 * international/mule.el (load-with-code-conversion):
19966 * emacs-lisp/debug.el (debug):
19967 * ediff-vers.el (ediff-rcs-get-output-buffer):
19968 * dired.el (dired-internal-noselect): Don't let-bind
19969 default-major-mode around code that doesn't use it.
19970 E.g. buffer creation via get-buffer-create doesn't use it.
19971
19972 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
19973
19974 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
19975 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
19976 when writing the temp file. Otherwise, epa-file gets confused.
19977 (tramp-register-file-name-handlers): Make it a defun. Move also
19978 `epa-file-handler' to the front of `file-name-handler-alist'.
19979
19980 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
19981
19982 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
19983 start right after a ^M.
19984 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
19985 (tramp-completion-file-name-regexp-separate)
19986 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
19987 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
19988 Don't modify last-coding-system-used by accident.
19989 (tramp-completion-file-name-handler): Apply the checks here,
19990 instead during registration.
19991 (tramp-register-file-name-handlers): Rename from
19992 `tramp-register-file-name-handler'. Register both
19993 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
19994 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
19995
19996 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
19997
19998 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
19999 Remove variable ...
20000 (gdb-init-1, gdb-display-separate-io-buffer)
20001 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
20002 references to it.
20003 (gdb-inferior-io-mode): Use make-comint-in-buffer.
20004 (gdb-inferior-filter): Use comint-output-filter to stop
20005 echoing and remove ^M characters.
20006
20007 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20008
20009 * emulation/viper-init.el (viper-restore-cursor-type):
20010 * emulation/cua-base.el (cua--update-indications):
20011 Replace default-cursor-type with (default-value 'cursor-type).
20012
20013 * mail/sendmail.el (mail-recover-1):
20014 * international/mule-diag.el (describe-current-coding-system-briefly)
20015 (describe-current-coding-system):
20016 * international/mule-cmds.el (select-safe-coding-system)
20017 (select-message-coding-system)
20018 (set-language-environment-coding-systems, set-locale-environment):
20019 * hexl.el (hexl-insert-multibyte-char):
20020 * dos-w32.el (find-buffer-file-type-coding-system):
20021 * simple.el (what-cursor-position):
20022 Replace uses of default-buffer-file-coding-system
20023 with (default-value 'buffer-file-coding-system).
20024
20025 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
20026 Replace uses of default-cursor-in-non-selected-windows
20027 with (default-value 'cursor-in-non-selected-windows).
20028 Use with-current-buffer.
20029
20030 * mail/feedmail.el: Use CL macros.
20031 (feedmail-run-the-queue, feedmail-send-it-immediately):
20032 * dos-w32.el (find-buffer-file-type): Replace uses of
20033 default-buffer-file-type with (default-value 'buffer-file-type).
20034
20035 2009-08-28 Glenn Morris <rgm@gnu.org>
20036
20037 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
20038 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
20039 Use default-value of major-mode rather than default-major-mode.
20040
20041 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20042
20043 * Makefile.in (update-elcfiles): Report left over elc files.
20044
20045 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
20046 expand-file-name and with-current-buffer.
20047 (mail-get-names, mail-directory): Use with-current-buffer.
20048
20049 * vc.el (vc-read-revision): New function.
20050 (vc-version-diff, vc-merge): Use it.
20051
20052 2009-08-27 Sam Steingold <sds@gnu.org>
20053
20054 * simple.el (kill-do-not-save-duplicates): New user option.
20055 (kill-new): When it is non-nil, and the new string is the same as
20056 the latest kill, set replace to t to avoid duplicates in kill-ring.
20057
20058 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
20059
20060 * net/tramp.el (tramp-handle-process-file): Do not flush all
20061 caches when `process-file-side-effects' is set.
20062 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
20063 instead of `tramp-find-file-exists-command'.
20064 Unset `process-file-side-effects'.
20065
20066 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
20067
20068 * net/tramp.el (tramp-methods): New method "rsyncc".
20069 (top): Add completion function for "rsyncc".
20070 (tramp-message-show-message): New defvar.
20071 (tramp-message, tramp-error): Use it.
20072 (tramp-do-copy-or-rename-file-directly): Extend check for direct
20073 remote copying.
20074 (tramp-do-copy-or-rename-file-out-of-band): Handle new
20075 `tramp-methods' entry `copy-env' of "rsyncc".
20076 (tramp-vc-registered-read-file-names): New defconst.
20077 (tramp-vc-registered-file-names): New defvar.
20078 (tramp-handle-vc-registered): Implement optimization strategy.
20079 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
20080 (tramp-vc-file-name-handler): New defun.
20081 (tramp-get-ls-command, tramp-get-test-command)
20082 (tramp-get-file-exists-command, tramp-get-remote-ln)
20083 (tramp-get-remote-perl, tramp-get-remote-stat)
20084 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
20085
20086 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
20087 (tramp-cache-inhibit-cache): Extend doc string. It allows also
20088 timestamps.
20089 (tramp-get-file-property): Check for timestamps in
20090 `tramp-cache-inhibit-cache'.
20091 (tramp-set-file-property): Write timestamp.
20092
20093 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20094
20095 * language/japan-util.el (japanese-symbol-table): Add entries for
20096 cp932-2-byte.
20097
20098 * international/characters.el: Add category `j' to cp932-2-byte.
20099
20100 2009-08-27 Kenichi Handa <handa@m17n.org>
20101
20102 * international/fontset.el (build-default-fontset-data): New macro.
20103 (setup-default-fontset): Use build-default-fontset-data for CJK,
20104 tibetan, ethiopic, and ipa.
20105
20106 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20107
20108 * cus-start.el (default-major-mode): Customize `major-mode' instead.
20109 (enable-multibyte-characters): Not customizable any more.
20110
20111 * subr.el (default-mode-line-format, default-header-line-format)
20112 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
20113 (default-direction-reversed, default-truncate-lines)
20114 (default-left-margin, default-tab-width, default-case-fold-search)
20115 (default-left-margin-width, default-right-margin-width)
20116 (default-left-fringe-width, default-right-fringe-width)
20117 (default-fringes-outside-margins, default-scroll-bar-width)
20118 (default-vertical-scroll-bar, default-indicate-empty-lines)
20119 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
20120 (default-fringe-cursor-alist, default-scroll-up-aggressively)
20121 (default-scroll-down-aggressively, default-fill-column)
20122 (default-cursor-type, default-buffer-file-type)
20123 (default-cursor-in-non-selected-windows)
20124 (default-buffer-file-coding-system, default-major-mode)
20125 (default-enable-multibyte-characters): Mark as obsolete.
20126
20127 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
20128
20129 * vc-dir.el (vc-dir-update): Remove debug helper.
20130
20131 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
20132
20133 2009-08-26 Sam Steingold <sds@gnu.org>
20134
20135 * simple.el (save-interprogram-paste-before-kill): New user option.
20136 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
20137 save the interprogram-paste into kill-ring before overriding it
20138 with the Emacs kill.
20139
20140 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20141
20142 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
20143 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
20144 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
20145 and move to vc-rcs.el.
20146 (vc-default-next-revision): Rename to vc-rcs-next-revision and
20147 move to vc-rcs.el.
20148 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
20149 (vc-rcs-update-changelog): Remove.
20150 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
20151 and move to vc-rcs.el.
20152
20153 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
20154 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
20155 renaming.
20156 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
20157 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
20158 vc.el, renamed to be RCS specific.
20159
20160 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
20161 New functions.
20162 (vc-cvs-update-changelog): Move here from vc.el.
20163
20164 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
20165 New functions.
20166
20167 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
20168
20169 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
20170
20171 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20172
20173 * vc-git.el (vc-git-register): Use "git add" for directories.
20174 (vc-git-stash, vc-git-stash-show): New functions.
20175 (vc-git-extra-menu-map): Bind them.
20176
20177 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
20178 directory correctly in case the item is a directory itself.
20179
20180 * vc.el: Document the desired behavior for reverted files in the
20181 `added' state.
20182 (vc-default-prettify-state-info): Remove function, unused.
20183
20184 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
20185
20186 2009-08-26 Glenn Morris <rgm@gnu.org>
20187
20188 * bindings.el (standard-mode-line-format): Reposition dashes in
20189 which-func entry. (Bug#4217)
20190
20191 * files.el (enable-local-variables, enable-local-eval)
20192 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
20193 the defcustoms.
20194 (auto-mode-alist, ignored-local-variables)
20195 (save-some-buffers-action-alist): Move risky declarations to the
20196 definitions.
20197 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
20198 (font-lock-defaults, format-alist, imenu--index-alist)
20199 (imenu-generic-expression, input-method-alist, minor-mode-alist)
20200 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
20201 (mode-line-modified, mode-line-mule-info, mode-line-position)
20202 (mode-line-process, mode-line-remote, outline-level)
20203 (parse-time-rules, rmail-output-file-alist)
20204 (special-display-buffer-names, vc-mode):
20205 Move risky declarations to the relevant files.
20206 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
20207 (mode-line-modified, mode-line-process, mode-line-position)
20208 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
20209 * font-core.el (font-lock-defaults):
20210 * format.el (format-alist):
20211 * vc-hooks.el (vc-mode):
20212 * window.el (special-display-buffer-names):
20213 * international/mule-cmds.el (input-method-alist):
20214 Define riskiness here (dumped file) rather than in files.el.
20215 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
20216 * imenu.el (imenu-generic-expression, imenu--index-alist):
20217 * outline.el (outline-level):
20218 * time.el (display-time-string):
20219 * calendar/parse-time.el (parse-time-rules):
20220 * mail/rmailout.el (rmail-output-file-alist):
20221 Autoload riskiness here, rather than placing in files.el.
20222
20223 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
20224
20225 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
20226
20227 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
20228
20229 * simple.el (process-file-side-effects): New defvar.
20230
20231 * dired-aux.el (dired-show-file-type):
20232 * vc.el (vc-diff-internal):
20233 * vc-arch.el (vc-arch-diff):
20234 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
20235 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
20236 * vc-git.el (vc-git-registered, vc-git-working-revision)
20237 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
20238 (vc-git--empty-db-p):
20239 * vc-hooks.el (vc-user-login-name):
20240 * vc-svn.el (vc-svn-registered, vc-svn-state)
20241 (vc-svn-dir-extra-headers, vc-svn-find-revision):
20242 * progmodes/grep.el (grep-probe): Let-bind
20243 `process-file-side-effects' with nil.
20244
20245 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
20246
20247 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
20248 daemon. Replace ping by checking for running service for bluez
20249 and zeroconf. (Bug#4239)
20250
20251 2009-08-25 Kevin Ryde <user42@zip.com.au>
20252
20253 * net/dig.el (dig): Add autoload cookie.
20254
20255 2009-08-25 Glenn Morris <rgm@gnu.org>
20256
20257 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
20258 load-history for absolute file-names.
20259 (byte-compile-file-form-require): Warn about use of the cl package.
20260
20261 * format.el (format-alist): Doc fix.
20262
20263 * play/bubbles.el (top-level): Don't require cl at run-time.
20264
20265 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
20266 run-time cl).
20267
20268 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
20269
20270 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
20271 from cl package.
20272 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
20273
20274 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
20275
20276 * calc/calc-alg.el (math-trig-rewrite)
20277 (math-hyperbolic-trig-rewrite): New functions.
20278 (calc-simplify): Simplify trig functions when asked.
20279
20280 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
20281
20282 * diff-mode.el (diff-find-source-location): Avoid goto-line.
20283
20284 2009-08-24 Kenichi Handa <handa@m17n.org>
20285
20286 * language/ind-util.el (mapthread): Delete it.
20287 (combinatorial): New function.
20288 (indian--puthash-cv): Use combinatorial instead of mapthread.
20289
20290 2009-08-22 Kevin Ryde <user42@zip.com.au>
20291
20292 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
20293 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
20294 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
20295 Clarify docstring that the value is strings not symbols.
20296 (checkdoc-list-of-strings-p): New function.
20297
20298 2009-08-22 Glenn Morris <rgm@gnu.org>
20299
20300 * files.el (auto-mode-alist):
20301 * hippie-exp.el (he-concat-directory-file-name):
20302 * lpr.el (lpr-windows-system, printer-name):
20303 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
20304 * ps-print.el (ps-windows-system):
20305 * startup.el (command-line):
20306 * emulation/viper-ex.el (viper-glob-function):
20307 * international/mule-cmds.el (set-language-environment-coding-systems):
20308 * net/ange-ftp.el (ange-ftp-write-region):
20309 * obsolete/fast-lock.el (fast-lock-cache-name):
20310 Remove code for defunct system-types emx, macos, mswindows, next-mach,
20311 unisoft-unix, vax-vms, win32, w32.
20312
20313 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
20314 given name if the pattern is not more specific.
20315
20316 * calendar/lunar.el (lunar-phase-names): New option.
20317 (lunar-phase): Doc fix.
20318 (lunar-cycles-per-year): New constant.
20319 (lunar-index): New function.
20320 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
20321 (lunar-phase-name): Use lunar-phase-names.
20322 (calendar-lunar-phases): Use format.
20323 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
20324
20325 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
20326 Copy imenu-example--name-and-position function here for own use.
20327 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
20328
20329 * bs.el (bs--redisplay):
20330 * cus-edit.el (custom-redraw):
20331 * ibuffer.el (ibuffer-bury-buffer):
20332 * server.el (server-goto-line-column):
20333 * startup.el (command-line-1):
20334 * strokes.el (strokes-xpm-for-stroke):
20335 * term.el (term-display-buffer-line):
20336 * view.el (View-goto-line):
20337 * calc/calc.el (calc-do, calc-trail-buffer):
20338 * play/gamegrid.el (gamegrid-add-score-insecure):
20339 * progmodes/ada-mode.el (ada-compile-goto-error):
20340 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
20341 (ebrowse-select-1st-to-9nth):
20342 * progmodes/cperl-mode.el (cperl-time-fontification):
20343 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
20344 * progmodes/gud.el (gud-display-line):
20345 (idlwave-shell-display-line):
20346 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
20347 * progmodes/make-mode.el (makefile-browser-toggle):
20348 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
20349 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
20350 * textmodes/picture.el (picture-draw-rectangle):
20351 * textmodes/reftex-index.el (reftex-index-goto-letter):
20352 (reftex-select-jump-to-previous):
20353 * textmodes/reftex-sel.el (reftex-find-start-point)
20354 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
20355 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
20356 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
20357 * textmodes/tex-mode.el (tex-compilation-parse-errors):
20358 * textmodes/two-column.el (2C-associated-buffer):
20359 Use forward-line rather than goto-line.
20360
20361 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
20362 goto-line.
20363
20364 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
20365 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
20366 (quick-check-list-to-regexp): Declare.
20367
20368 * progmodes/make-mode.el (makefile-browser-insert-selection):
20369 Use goto-char rather than goto-line.
20370
20371 * progmodes/prolog.el (compilation-error-regexp-alist)
20372 (compilation-forget-errors): Declare.
20373
20374 2009-08-22 Juri Linkov <juri@jurta.org>
20375
20376 * progmodes/grep.el (lgrep, rgrep): At the beginning
20377 set `dir' to `default-directory' unless `dir' is a non-nil
20378 readable directory. (Bug#4052)
20379 (lgrep, rgrep): Change a weird way to report an error
20380 from using `read-string' to using `error'.
20381 Instead of using interactive arguments in the function body,
20382 add new argument `confirm'.
20383
20384 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
20385
20386 * textmodes/remember.el (remember-buffer):
20387 * progmodes/cperl-mode.el (cperl-vc-header-alist):
20388 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
20389 (icalendar-extract-ical-from-buffer):
20390 * net/newst-treeview.el (newsticker-groups-filename):
20391 * net/newst-backend.el (newsticker-cache-filename):
20392 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
20393 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
20394 (speedbar-add-ignored-path-regexp, speedbar-line-path)
20395 (speedbar-buffers-line-path, speedbar-path-line)
20396 (speedbar-buffers-line-path):
20397 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
20398 (epg-sign-keys):
20399 * epa.el (epa-display-verify-result):
20400 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
20401
20402 2009-08-21 Glenn Morris <rgm@gnu.org>
20403
20404 * progmodes/js.el (inferior-moz-process): Fix declaration.
20405
20406 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
20407
20408 * obsolete/rnewspost.el (news-mail-reply):
20409 Use goto-char rather than goto-line.
20410
20411 * term/ns-win.el (ns-open-file-select-line):
20412 Use line-beginning-position rather than goto-line.
20413
20414 * apropos.el (apropos-command):
20415 * ehelp.el (electric-helpify):
20416 * printing.el (pr-show-setup):
20417 * strokes.el (strokes-help):
20418 * tutorial.el (tutorial--describe-nonstandard-key)
20419 (tutorial--detailed-help):
20420 * woman.el (woman-mini-help, woman-display-extended-fonts):
20421 * calc/calc-help.el (calc-describe-key):
20422 * emulation/edt.el (edt-electric-helpify):
20423 * international/mule-diag.el (mule-diag):
20424 * play/yow.el (apropos-zippy):
20425 * progmodes/python.el (python-describe-symbol):
20426 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
20427 * textmodes/table.el (*table--cell-describe-mode)
20428 (*table--cell-describe-bindings):
20429 Use help-print-return-message rather than the now obsolete alias.
20430
20431 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
20432 (calendar-cursor-to-visible-date):
20433 * play/5x5.el (5x5-position-cursor):
20434 * play/decipher.el (decipher):
20435 * play/gomoku.el (gomoku-goto-xy):
20436 * play/landmark.el (lm-goto-xy):
20437 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
20438 (mpuz-paint-digit):
20439 Use forward-line, not goto-line.
20440
20441 * mail/rmail.el (rmail-obsolete): Delete custom group.
20442 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
20443 (rmail-remote-password, rmail-remote-password-required):
20444 Remove unneeded :set-after and :set properties.
20445
20446 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
20447
20448 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
20449
20450 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
20451
20452 * loadup.el: Remove leftover macos code.
20453
20454 * vc-git.el (vc-git-annotate-command): Run asynchronously.
20455 Explicitly pass the date format to git blame so that user local
20456 so that the output format can be parsed.
20457
20458 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
20459
20460 * net/dbus.el (top): Don't check for (getenv
20461 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
20462
20463 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
20464
20465 * log-edit.el (log-edit-strip-single-file-name): New var.
20466 (log-edit-insert-changelog): Use it. Bug#3571
20467
20468 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20469
20470 * subr.el (read-passwd): Use read-key so keypad keys work as well.
20471 Bug#3287
20472
20473 * help.el (help-print-return-message): Rename from
20474 print-help-return-message.
20475
20476 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
20477 cvs-mode-map parent hack.
20478 (log-view-mode): Derive from special-mode.
20479
20480 * linum.el (linum-mode): window-size-change-functions is redundant.
20481 Adapt to new window-configuration-change-hook behavior.
20482 (linum-after-size, linum-after-config): Remove.
20483
20484 * imenu.el (imenu-example--name-and-position)
20485 (imenu-example--lisp-extract-index-name)
20486 (imenu-example--create-lisp-index, imenu-example--create-c-index):
20487 Mark as obsolete.
20488
20489 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
20490 (inferior-prolog-mode): Use it.
20491 (inferior-prolog-load-file): Reset list of errors.
20492
20493 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20494
20495 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
20496
20497 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
20498
20499 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
20500
20501 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
20502 is running already.
20503
20504 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20505
20506 * subr.el (listify-key-sequence-1): Use normal syntax since those
20507 integers are nowadays always represented by the same (positive) number
20508 on all platforms.
20509 (read-key-empty-map): New const.
20510 (read-key-delay): New var.
20511 (read-key): New function.
20512 (force-mode-line-update): Use with-current-buffer.
20513 (locate-user-emacs-file): Don't forget to abbreviate the file name.
20514 (start-process-shell-command, start-file-process-shell-command):
20515 Discourage the use of command-args.
20516
20517 2009-08-19 Glenn Morris <rgm@gnu.org>
20518
20519 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
20520
20521 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20522
20523 * simple.el (choose-completion-string): Don't rely on
20524 minibuffer-completing-file-name and ad-hoc checks to decide whether
20525 to continue completion or not.
20526
20527 * minibuffer.el (minibuffer-hide-completions): New function.
20528 (completion--do-completion): Use it.
20529 (completions-annotations): New face.
20530 (completion--insert-strings): Use it.
20531 (completion-pcm--delim-wild-regex): Add docstring.
20532 (completion-pcm--string->pattern): Add support for 0-width delimiters
20533 in completion-pcm--delim-wild-regex.
20534
20535 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
20536
20537 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
20538 Remove unused var `buffer-modified-p'.
20539
20540 * minibuffer.el (completion--do-completion): Move point for the #b001
20541 case as well (bug#4176).
20542 (minibuffer-complete, minibuffer-complete-word): Don't move point.
20543
20544 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
20545
20546 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
20547 and :session buses.
20548
20549 2009-08-18 Kenichi Handa <handa@m17n.org>
20550
20551 * international/ucs-normalize.el (ucs-normalize-version):
20552 Change to 1.1.
20553 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
20554 (utf-8-hfs): Make it perform normalization on encoding too.
20555
20556 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
20557 (sentence-end-without-space): Delete duplicated chars.
20558 (sentence-end-base): Likewise.
20559
20560 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
20561 (html-mode): Delete duplicated chars from sentence-end-base.
20562
20563 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
20564 (texinfo-mode): Delete duplicated chars from sentence-end-base.
20565
20566 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
20567
20568 * files.el (hack-one-local-variable): If the mode function is for
20569 a minor mode, pass it an argument (Bug#4148).
20570
20571 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
20572
20573 * net/tramp.el (tramp-register-completion-file-name-handler):
20574 Check also for (member 'partial-completion completion-styles).
20575
20576 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
20577
20578 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
20579 abbrev (Bug#3943).
20580
20581 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
20582
20583 * progmodes/cperl-mode.el: Merge upstream 6.2.
20584 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
20585 (cperl-forward-re): Check cperl-brace-recursing.
20586 (cperl-highlight-charclass): New function.
20587 (cperl-find-pods-heres): Use it.
20588 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
20589 (cperl-beautify-regexp-piece): Fix column calculation.
20590 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
20591 (cperl-beautify-level): Don't process entire regexp.
20592 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
20593 calling man.
20594 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
20595 (cperl-init-faces): Build a list in the normal way.
20596
20597 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
20598
20599 * calendar/parse-time.el (parse-time-string-chars): Save match
20600 data.
20601
20602 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
20603
20604 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
20605 (sql-product): Use it.
20606 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
20607 (sql-set-product): Add completion.
20608 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
20609 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
20610 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
20611 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
20612 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
20613 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
20614 (sql-highlight-db2-keywords): Remove.
20615 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
20616 (sql-highlight-product): Use derived-mode-p.
20617 (sql-set-sqli-buffer): Use with-current-buffer.
20618 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
20619 Simplify.
20620
20621 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
20622
20623 * term.el: Fix commenting convention, turn comments into docstrings.
20624
20625 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
20626
20627 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
20628
20629 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
20630
20631 * calendar/parse-time.el (parse-time-string-chars): Compute using
20632 character classes, to handle non-ascii characters (Bug#3190).
20633
20634 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
20635
20636 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
20637 another heredoc if the user adds another < (Bug#3226).
20638
20639 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20640 Don't initialize based on window-system (Bug#4124).
20641
20642 * facemenu.el (facemenu-read-color): Use a completion function
20643 that accepts any defined color, such as RGB triplets (Bug#3677).
20644
20645 * files.el (get-free-disk-space): Change fallback default
20646 directory to /. Expand DIR argument before switching to fallback.
20647 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
20648
20649 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
20650
20651 * files.el (load-library): Doc fix.
20652
20653 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
20654
20655 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
20656 (viper-if-string): Redefine C-s in the minibuffer to insert the last
20657 incremental search string.
20658
20659 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
20660 XEmacs.
20661
20662 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
20663 (ediff-merge-region-is-non-clash)
20664 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
20665 Also check if the job is really a merge job.
20666
20667 * ediff.el (ediff-current-file): New function.
20668
20669 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
20670
20671 * progmodes/js.el: Edit docstrings throughout to follow Emacs
20672 conventions.
20673 (js-insert-and-indent): Delete function.
20674 (js-mode-map): Don't bind keys to js-insert-and-indent.
20675 (js-beginning-of-defun): Rename from js--beginning-of-defun.
20676 (js-end-of-defun): Rename from js--end-of-defun.
20677 (js-auto-indent-flag): Delete variable.
20678
20679 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
20680
20681 * progmodes/js.el: Remove proclaim statement.
20682 Defvar which-func-imenu-joiner-function to silence compiler.
20683
20684 * files.el (auto-mode-alist): Use js-mode for .js files.
20685
20686 * progmodes/js2-mode.el: Remove file.
20687
20688 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
20689
20690 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
20691
20692 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
20693
20694 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
20695 Karl Landstrom <karl.landstrom@brgeight.se>
20696
20697 * progmodes/js.el: New file.
20698
20699 2009-08-14 Mark A. Hershberger <mah@everybody.org>
20700
20701 * timezone.el (timezone-parse-date): Add ability to understand ISO
20702 basic format (minimal separators) dates in addition to the
20703 already-supported extended format dates.
20704
20705 2009-08-14 Eli Zaretskii <eliz@gnu.org>
20706
20707 * international/ucs-normalize.el: Add a `coding' file variable.
20708
20709 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
20710
20711 2009-08-14 Sam Steingold <sds@gnu.org>
20712
20713 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
20714
20715 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
20716
20717 * faces.el (help-argument-name): Define it here instead of
20718 help-fns.el, because in daemon mode help-fns.el may be loaded when
20719 faces are still uninitialized (Bug#1078).
20720
20721 * help-fns.el (help-argument-name): Move defface to faces.el.
20722
20723 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
20724
20725 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
20726 create buffer with a pty but no process so that GDB can make the
20727 inferior the controlling process.
20728
20729 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
20730
20731 * international/ucs-normalize.el: New file.
20732
20733 2009-08-13 Richard Stallman <rms@gnu.org>
20734
20735 * mail/rmail.el (rmail-get-attr-names):
20736 Accept an attribute header that is too short.
20737
20738 * mail/rmail.el (rmail-forget-messages):
20739 Ignore nil elt in rmail-message-vector. Use dotimes.
20740
20741 * progmodes/compile.el (compilation-goto-locus):
20742 Use next-error-move-function.
20743
20744 * simple.el (next-error-move-function): New variable.
20745
20746 2009-08-12 Juri Linkov <juri@jurta.org>
20747
20748 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
20749 always non-nil. (Bug#4052)
20750
20751 * replace.el (read-regexp): Return empty string when
20752 `default-value' is nil.
20753 (keep-lines-read-args): Don't use empty string as the
20754 default value for `read-regexp'. (Bug#2495)
20755
20756 2009-08-12 Juri Linkov <juri@jurta.org>
20757
20758 * international/mule-cmds.el (ucs-insert): Change arguments
20759 from `arg' to `character', `count', `inherit' to be the same
20760 as in `insert-char'. Doc fix. (Bug#4039)
20761
20762 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
20763
20764 2009-08-12 Juri Linkov <juri@jurta.org>
20765
20766 * files-x.el: New file.
20767
20768 * files.el: Move code that deals with adding/deleting
20769 file/directory-local variables to files-x.el.
20770
20771 * Makefile.in (ELCFILES): Add files-x.elc.
20772
20773 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
20774
20775 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
20776 to use `goto-line'.
20777 (gdb-place-breakpoints, gdb-get-location): Rewritten without
20778 `goto-line'.
20779 (gdb-invalidate-disassembly): Do not refresh upon receiving
20780 'update signal. Instead, update all disassembly buffers only after
20781 threads list.
20782 (gdb): Send -target-detach when buffer is killed (Bug#3794).
20783 (gdb-starting): Move -data-list-register-names...
20784 (gdb-stopped): ...here so it's sent when first thread stops.
20785 (gdb-registers-handler-custom): Do nothing if register names are
20786 unknown yet.
20787
20788 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
20789 from `gdb-mi.el' to avoid extra tangling.
20790
20791 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
20792 change which breaks `gud-def' definitions used in `gdb'.
20793 (gdb-update-gud-running): No extra fuss for updating frame number.
20794
20795 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
20796
20797 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
20798 (describe-language-environment-map, setup-language-environment-map)
20799 (set-coding-system-map): Move initialization into declaration.
20800 (set-language-info-alist): Last arg to define-key-after can be skipped.
20801
20802 * international/quail.el (quail-completion-1): Simplify.
20803 (quail-define-rules): Use slightly more compact code.
20804 (quail-insert-decode-map): Propertize keys, compact columns.
20805
20806 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20807 Add goto-line.
20808
20809 2009-08-10 Miles Bader <miles@gnu.org>
20810
20811 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
20812 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
20813 (js2-instance-member, js2-private-member, js2-private-function-call)
20814 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
20815 (js2-magic-paren, js2-external-variable):
20816 Remove "-face" suffix from face names.
20817 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
20818 (js2-highlight-undeclared-vars, js2-peek-token)
20819 (js2-parse-function-params, js2-mode-show-errors)
20820 (js2-mode-show-warnings, js2-make-magic-delimiter)
20821 (js2-mode-highlight-magic-parens): Update to use new face names.
20822
20823 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
20824
20825 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
20826 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
20827
20828 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
20829
20830 * subr.el: Provide hashtable-print-readable.
20831
20832 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
20833 hs-c-like-adjust-block-beginning.
20834 (hs-hide-block-at-point): Stop hiding at the beginning of
20835 hs-block-end-regexp (Bug#700).
20836
20837 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
20838
20839 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
20840 a macro.
20841 (gdb-registers-handler-custom): Do not fail when register names
20842 are unavailable.
20843
20844 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
20845
20846 * progmodes/gdb-mi.el (gdb-control-all-threads)
20847 (gdb-control-current-thread): Interactive setters for
20848 `gdb-gud-control-all-threads' to use in menu.
20849 (gdb-show-run-p): Show «Go» when process is not active.
20850 (gud-tool-bar-map): Add non-stop/A,T indicator.
20851 Uses gud/thread.xpm and gud/all.xpm.
20852
20853 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
20854
20855 * net/net-utils.el (net-utils-font-lock-keywords): New var.
20856 (nslookup-font-lock-keywords): Make it a variable.
20857 (net-utils-mode): New mode for viewing diagnostic network output.
20858 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
20859 (net-utils-run-simple): New function.
20860 (ifconfig, iwconfig, netstat, arp, route): Use it.
20861
20862 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
20863
20864 * progmodes/gdb-mi.el (gdb-read-memory-custom)
20865 (gdb-memory-set-address, def-gdb-set-positive-number)
20866 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
20867 after changing settings.
20868 (gdb-invalidate-disassembly): Update when first shown.
20869 (gdb-edit-locals-value): Fix.
20870 (gdb-registers-handler-custom): Print registers in right order and
20871 allow changing register values (only for current thread yet).
20872 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
20873 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
20874 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
20875 (gdb-locals-handler-custom, gdb-registers-handler-custom):
20876 Thread info in mode name.
20877 (gdb-registers-mode-map): TAB to switch to locals.
20878
20879 2009-08-08 Eli Zaretskii <eliz@gnu.org>
20880
20881 * mail/rmail.el (rmail-add-mbox-headers)
20882 (rmail-set-message-counters-counter): Search for
20883 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
20884
20885 2009-08-08 Glenn Morris <rgm@gnu.org>
20886
20887 * Makefile.in (ELCFILES): Update.
20888
20889 2009-08-07 Eli Zaretskii <eliz@gnu.org>
20890
20891 * mail/sendmail.el (mail-yank-original):
20892 Set buffer-file-coding-system from the one used by the message whose
20893 text is yanked.
20894
20895 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
20896 to "windows" when "pgnuplot" is used.
20897 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
20898 Don't call accept-process-output if "pgnuplot" is used.
20899 (calc-graph-init): Don't send -display and -geometry to
20900 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
20901 running "pgnuplot -V" with shell-command-to-string.
20902
20903 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
20904 the default.
20905
20906 2009-08-07 Eli Zaretskii <eliz@gnu.org>
20907
20908 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
20909 org/org-latex.elc.
20910
20911 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
20912
20913 * vc-dispatcher.el (vc-resynch-window): Update comment.
20914
20915 * term.el (term-handle-ansi-escape): Add comments with the
20916 terminfo capabilities implemented.
20917
20918 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
20919
20920 * progmodes/gdb-mi.el (gdb-var-create-regexp): Remove.
20921 (gdb-var-create-handler): Rewritten using JSON parser.
20922 (gdb-propertize-header): Move earlier.
20923 (gdb-set-header): Remove to avoid duplication.
20924 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
20925 Refresh disassembly buffers only after threads list have been
20926 update.
20927 (gdb-threads-header, gdb-registers-header): Per-buffer header line
20928 variables.
20929
20930 2009-08-04 Juri Linkov <juri@jurta.org>
20931
20932 * files.el: Commands to add/delete file/directory-local variables.
20933 (read-file-local-variable, read-file-local-variable-value)
20934 (read-file-local-variable-mode, modify-file-local-variable)
20935 (modify-file-local-variable-prop-line)
20936 (modify-dir-local-variable): New functions.
20937 (add-file-local-variable, delete-file-local-variable)
20938 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
20939 (add-dir-local-variable, delete-dir-local-variable)
20940 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
20941 (copy-dir-locals-to-file-locals-prop-line): New commands.
20942
20943 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
20944
20945 * abbrev.el (insert-abbrev-table-description): Prettify output.
20946 Suggested by Karl Chen.
20947
20948 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
20949
20950 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
20951 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
20952 (gdb-overlay-arrow-position, gdb-thread-position)
20953 (gdb-disassembly-position): Declare variables.
20954 (gdb-wait-for-pending): Function now.
20955 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
20956 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
20957 compilation goes smoothly.
20958 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
20959 (gdb-non-stop-setting): New customization setting which replaces
20960 `gdb-non-stop' so changing it doesn't break active GDB session.
20961 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
20962 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
20963 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
20964 (gdb-show-threads-by-default): New customization options.
20965 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
20966 routines.
20967 (gdb-get-buffer-create): Send buffers update signal when they are
20968 created.
20969 (gdb-invalidate-locals, gdb-invalidate-registers)
20970 (gdb-invalidate-breakpoints)
20971 (gdb-invalidate-threads, gdb-invalidate-disassembly)
20972 (gdb-invalidate-memory): Accept update signal.
20973 (gdb-current-context-command): Use --frame option.
20974 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
20975 Implement `gdb-frame-number' selection logic.
20976 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
20977 whether to show GUD toolbar buttons.
20978 (gdb-thread-exited): Unselect current thread when it exits.
20979 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
20980 (gdb-mark-line): Routine which sets overlay arrow or inverses
20981 video on fringeless displays.
20982 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
20983 to build aligned columns of data in GDB buffers and set text
20984 properties line-by-line.
20985 (gdb-invalidate-breakpoints)
20986 (gdb-breakpoints-list-handler-custom)
20987 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
20988 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
20989 (gdb-registers-handler-custom): Align data columns.
20990 (gdb-locals-handler-custom): Now prints data like in variable
20991 declarations.
20992 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
20993 Remove confusing buttons.
20994 (gdb-invalidate-threads): Append --frame.
20995 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
20996 between breakpoints/threads buffers.
20997 (gdb-set-window-buffer): Now can ignore dedicated windows.
20998 (gdb-propertize-header): Use `gdb-set-window-buffer'.
20999 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
21000 (def-gdb-thread-buffer-gud-command): Replaces
21001 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
21002 for fine thread control.
21003 (gdb-preempt-existing-or-display-buffer): New function used to
21004 display bound buffers without breaking window layout.
21005 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
21006 (gdb-select-frame): New version of `gdb-frames-select' which now
21007 sets `gdb-frame-number' so commands may use --frame option instead
21008 of inner debugger state.
21009 (gdb-frame-handler): Do not set `gdb-frame-number'.
21010 (gdb-threads-mode-map): Select threads with mouse.
21011
21012 * progmodes/gud.el (gdb-gud-context-call): Declare function to
21013 avoid compilation warning.
21014 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
21015 `gdb-show-stop-p`.
21016
21017 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
21018 Argument `key' renamed to `buffer-type'.
21019 (gdb-current-context-buffer-name): Do not add thread info to
21020 buffer name when no thread is selected.
21021 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
21022 command (bug 3794).
21023 (gdb-thread-selected): Handle `=thread-selected' notification.
21024 (gdb-wait-for-pending): New macro to deal with congestion problems.
21025 (gdb-breakpoints-list-handler-custom): Don't fail on pending
21026 breakpoints.
21027 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
21028 This fixes problem similar to one described in bug 3947.
21029 (gud-menu-map): More menu items.
21030 (gdb-init-1): Reset `gdb-thread-number' to nil.
21031
21032 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
21033 non-stop settings.
21034
21035 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
21036 (gdb-current-context-command): Do not append --thread if
21037 `gdb-thread-number' is nil.
21038 (gdb-running-threads-count, gdb-stopped-threads-count):
21039 New variables.
21040 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
21041 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
21042 New customization options.
21043 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
21044 GUD commands.
21045 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
21046 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
21047 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
21048 set `gdb-thread-number' and update `gud-running' properly.
21049 (gdb-running): Update threads list when new threads appear.
21050 (gdb-stopped): Support non-stop operation and new thread switching
21051 logic.
21052 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
21053 (gdb-json-partial-output): New set of JSON routines.
21054 (def-gdb-auto-update-trigger): New `signal-list' optional
21055 argument.
21056 (gdb-thread-list-handler-custom): Update `gud-running',
21057 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
21058 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
21059 (gdb-continue-thread, gdb-step-thread): New commands for fine
21060 thread execution control.
21061 (gud-menu-map): New menu items to switch non-stop options.
21062 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
21063 (gdb-send): Mimic RET properly (bug 3794).
21064
21065 * progmodes/gdb-mi.el (gdb-rules-name-maker)
21066 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
21067 gdb-buffer-rules.
21068 (def-gdb-auto-update-handler): New nopreserve optional argument.
21069 (gdb-stack-list-frames-custom): Print stack from top to bottom.
21070
21071 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
21072 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
21073 (gdb-parent-mode): New mode to derive other GDB modes from.
21074 (gdb-display-disassembly-for-thread)
21075 (gdb-frame-disassembly-for-thread): New commands for threads
21076 buffer.
21077
21078 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
21079 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
21080 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
21081 (gdb-update): We now store all GDB buffers in a list so that they
21082 can be updated by traversing a list instead of calling invalidate
21083 triggers explicitly.
21084 (def-gdb-trigger-and-handler): New macro to define trigger-handler
21085 pair for GDB buffer.
21086 (gdb-stack-buffer-name): Add thread information.
21087 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
21088 handle pending triggers.
21089 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
21090 (def-gdb-thread-buffer-simple-command)
21091 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
21092 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
21093 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
21094 New commands which show buffers bound to thread.
21095 (gdb-stack-list-locals-regexp): Remove unused regexp.
21096
21097 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
21098 (gdb-locals-buffer-name, gdb-registers-buffer-name)
21099 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
21100 to (gud-comint-buffer) in *-buffer-name functions
21101 because (gdb-get-target-string) already does that.
21102 (gdb-locals-handler-custom, gdb-registers-handler-custom)
21103 (gdb-changed-registers-handler): Rewritten without regexps.
21104
21105 * progmodes/gdb-mi.el: Basic thread selection support.
21106 (gdb-thread-number): New variable.
21107 (gdb-current-context-command): New macro which adds --thread
21108 option to command.
21109 (gdb-threads-mode-map): Select thread with SPC.
21110 (gdb-thread-list-handler-custom): Mark current thread with overlay
21111 arrow. Synchronize GDB thread and Emacs thread.
21112 (gdb-select-thread): New command which selects current thread.
21113 (gdb-invalidate-frames, gdb-invalidate-locals)
21114 (gdb-invalidate-registers): Use --thread option.
21115
21116 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
21117
21118 * net/tramp.el (top): Make check for tramp-gvfs loading more
21119 robust. (Bug#3977)
21120 (tramp-handle-insert-file-contents): `unwind-protect' must be
21121 inside `with-parsed-tramp-file-name'.
21122
21123 * net/tramp-gvfs.el (top): Remove superfluous message when loading
21124 fails.
21125
21126 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
21127
21128 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
21129 directory if CLASSPATH is not set.
21130
21131 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
21132
21133 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
21134 New defconst.
21135 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
21136
21137 2009-08-02 Kevin Ryde <user42@zip.com.au>
21138
21139 * net/newst-backend.el (newsticker--raw-url-list-defaults):
21140 Update freshmeat link. Delete newsforge.com as it seems gone.
21141
21142 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
21143
21144 * select.el (x-set-selection): Doc fix (Bug#4021).
21145
21146 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
21147
21148 * help-fns.el (describe-variable): Treat list return values from
21149 dir-locals-find-file properly (Bug#4005).
21150
21151 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
21152
21153 * net/tramp.el (tramp-debug-message): Print also microseconds.
21154
21155 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
21156
21157 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
21158 or END is non-nil.
21159 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
21160 (tramp-get-debug-buffer): Change `outline-regexp' according to new
21161 format.
21162
21163 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
21164 (tramp-get-file-property): Use it.
21165
21166 * autorevert.el (auto-revert-handler):
21167 Allow `auto-revert-tail-mode' for remote files.
21168
21169 2009-08-02 Jason Rumney <jasonr@gnu.org>
21170
21171 * minibuffer.el (read-file-name): Treat confirm options to
21172 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
21173
21174 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
21175
21176 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
21177 (font-lock-variable-name-face, font-lock-constant-face):
21178 Darken the colors for light backgrounds.
21179
21180 2009-08-01 Eli Zaretskii <eliz@gnu.org>
21181
21182 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
21183 month names. (Bug#3987)
21184
21185 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
21186
21187 * simple.el (line-move-finish): Pass whole number to
21188 line-move-to-column.
21189 (line-move-visual): Perform hscroll to the recorded position.
21190
21191 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
21192
21193 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
21194
21195 2009-07-29 Alan Mackenzie <acm@muc.de>
21196
21197 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
21198
21199 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
21200
21201 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
21202 (gdb-place-breakpoints): Use full path when setting breakpoints.
21203
21204 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
21205
21206 * calc/calc.el (calc-mode-map): Add keybinding for
21207 `calc-transpose-lines'.
21208
21209 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
21210
21211 * calc/calc-misc.el (calc-transpose-lines): New function.
21212
21213 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
21214
21215 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
21216 Simplify check for out-of-band methods.
21217 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
21218 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
21219
21220 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
21221
21222 * vc-git.el (vc-git-checkin): Fix typo.
21223
21224 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
21225
21226 * progmodes/js2-mode.el: New file.
21227
21228 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
21229
21230 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
21231 (gud-menu-map): Adjust tooltip accordingly.
21232
21233 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
21234
21235 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
21236 (vc-bzr-log-view-mode): Adjust log-view-file-re.
21237
21238 * add-log.el (change-log-mode-map): Add a menu.
21239
21240 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
21241
21242 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
21243 function returns nil.
21244 (dbus-handle-event): Handle special return value :ignore.
21245 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
21246
21247 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
21248
21249 * view.el (view-mode-enable): Don't define Helper-return-blurb if
21250 it's not needed.
21251
21252 2009-07-25 Eli Zaretskii <eliz@gnu.org>
21253
21254 Fix Bug#3888:
21255
21256 * w32-vars.el (x-select-enable-clipboard): Doc fix.
21257
21258 * term/pc-win.el (x-display-name, x-colors)
21259 (x-select-enable-clipboard, x-select-text): Doc fix.
21260
21261 * term/common-win.el (x-display-name, x-colors): Doc fix.
21262
21263 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
21264 (xw-defined-colors): Doc fix.
21265
21266 * w32-fns.el (x-select-text, x-setup-function-keys)
21267 (x-get-selection, x-set-selection): Doc fix.
21268
21269 * term/x-win.el (x-select-text, x-setup-function-keys)
21270 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
21271
21272 * select.el (x-set-selection): Doc fix.
21273
21274 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
21275
21276 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
21277 instead of "IsNSSSupportAvailable". Avahi ought to work also when
21278 "IsNSSSupportAvailable" method is not available.
21279 Reported by Steve Youngs <steve@sxemacs.org>.
21280
21281 2009-07-24 Kenichi Handa <handa@m17n.org>
21282
21283 * international/characters.el: Fix setting of category ?C, ?|, ?K,
21284 and ?H. Fix setting of case for Latin Extended and Greek Extended.
21285 (build-unicode-category-table): Fix range checks.
21286
21287 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
21288
21289 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
21290 the buffer we try to sync is current when calling
21291 vc-resynch-buffer.
21292
21293 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
21294 not show up to date files.
21295
21296 2009-07-24 Glenn Morris <rgm@gnu.org>
21297
21298 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
21299 Add autoload cookies. If necessary, initialize.
21300 (elint-log): Handle non-file buffers.
21301 (elint-initialize): Add optional argument to reinitialize.
21302 (elint-find-builtin-variables): Save excursion.
21303
21304 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
21305
21306 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
21307 for Lint.
21308
21309 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
21310
21311 * vc.el (vc-print-log-internal): New function, split out from ...
21312 (vc-print-log): ... here.
21313 (vc-dir-move-to-goal-column): Declare.
21314
21315 * vc-git.el (vc-git-add-signoff): New variable.
21316 (vc-git-checkin): Use it.
21317 (vc-git-toggle-signoff): New function.
21318 (vc-git-extra-menu-map): Bind it to menu.
21319 (vc-git--run-command-string): Accept a nil FILE argument.
21320 (vc-git-stash-list): New function.
21321 (vc-git-dir-extra-headers): Use it.
21322
21323 2009-07-23 Glenn Morris <rgm@gnu.org>
21324
21325 * help-fns.el (describe-variable): Describe ignored and risky local
21326 variables in a similar way to that in which we describe safe ones.
21327
21328 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
21329 (byte-compile-output-file-form, byte-compile-output-docform)
21330 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
21331 Give some more local variables with common names a "bytecomp-" prefix,
21332 so as not to shadow things during compilation.
21333 * emacs-lisp/cl-macs.el (load-time-value)
21334 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
21335 `outbuffer' to `bytecomp-outbuffer'.
21336
21337 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
21338 since the next two variables cover them automatically now.
21339 (elint-builtin-variables, elint-autoloaded-variables): New.
21340 (elint-unknown-builtin-args): Remove all members, since they can be
21341 parsed automatically now.
21342 (elint-extra-errors): New.
21343 (elint-env-add-env, elint-env-add-macro): Use cadr.
21344 (elint-current-buffer): Use or. Change final message.
21345 (elint-get-top-forms): Use line-end-position.
21346 (elint-init-env): Use cadr. Handle autoload, declare-function,
21347 and defalias.
21348 (elint-add-required-env): Doc fix. Use or. Standardize error.
21349 (regexp-assoc): Remove unused function.
21350 (elint-top-form): Set elint-current-pos, to record the start of the
21351 top-level form, for compilation-mode.
21352 (elint-form): Trap errors in macro expansion. Use dolist.
21353 (elint-unbound-variable): Use elint-builtin-variables and
21354 elint-autoloaded-variables.
21355 (elint-get-args): Use cadr, or.
21356 (elint-check-cond-form): Use dolist, cadr.
21357 (elint-check-condition-case-form): Doc fix. Use cadr.
21358 Use elint-extra-errors.
21359 (elint-log): New function.
21360 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
21361 Distinguish errors and warnings.
21362 (elint-log-message): Use with-current-buffer. Inhibit read-only.
21363 Use a bytecomp-style format.
21364 (elint-clear-log): Preserve default-directory. Inhibit read-only.
21365 (elint-get-log-buffer): Use compilation mode. Disable undo.
21366 Don't truncate lines.
21367 (elint-initialize): Set builtin and autoloaded variable lists.
21368 Only process elint-unknown-builtin-args if non-nil.
21369 (elint-find-builtin-variables, elint-find-autoloaded-variables):
21370 New functions.
21371 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
21372
21373 2009-07-22 Kevin Ryde <user42@zip.com.au>
21374
21375 * net/newst-backend.el (newsticker--parse-atom-1.0)
21376 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
21377 (newsticker--parse-rss-1.0):
21378 * progmodes/idlwave.el (idlwave-mode):
21379 * progmodes/idlw-shell.el (idlwave-shell-mode):
21380 * progmodes/vera-mode.el (vera-mode):
21381 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
21382 * progmodes/vhdl-mode.el (vhdl-mode):
21383 * textmodes/table.el (table-generate-source)
21384 (table--warn-incompatibility):
21385 Hyperlink urls in docstrings with URL `...'.
21386
21387 2009-07-22 Glenn Morris <rgm@gnu.org>
21388
21389 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
21390 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
21391 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
21392 Remove leading * from defcustom docs.
21393
21394 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
21395
21396 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
21397 defcustom doc.
21398 (list-load-path-shadows): Optionally, just return shadows as a string.
21399
21400 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
21401
21402 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
21403
21404 * mail/rmailedit.el (rmail-edit-mode):
21405 Use auto-save-include-big-deletions.
21406
21407 * mail/rmail.el (rmail-variables):
21408 Use auto-save-include-big-deletions.
21409
21410 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
21411 changes.
21412
21413 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
21414
21415 * calc/calc.el (calc-undo-length): New variable.
21416 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
21417
21418 2009-07-21 Richard Stallman <rms@gnu.org>
21419
21420 * files.el (auto-save-mode): Handle buffer-save-size = -2
21421 for toggling mode.
21422
21423 2009-07-21 Glenn Morris <rgm@gnu.org>
21424
21425 * textmodes/ispell.el (ispell-looking-back): Update declaration.
21426
21427 * calendar/todo-mode.el (calendar-current-date): Update declaration.
21428
21429 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
21430 silence compiler. Instead...
21431 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
21432 (ps-print-ensure-fontified): Update for above function name changes.
21433
21434 * printing.el (pr-mh-get-msg-num, pr-mh-show)
21435 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
21436 silence compiler. Instead...
21437 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
21438 (mh-show-buffer): Only define for compiler.
21439 (pr-mh-current-message): Update for above function name changes.
21440
21441 * files.el (abort-if-file-too-large): Explicitly pass `filename'
21442 as an argument.
21443 (find-file-noselect, insert-file-1): Update for above change.
21444
21445 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
21446
21447 * mail/mailclient.el (mailclient-send-it): Fix message.
21448
21449 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
21450 (edebug-eval): Check cl-debug-env is bound.
21451 (print-level, print-circle): Don't redefine built-in variables.
21452
21453 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
21454 (custom-print-vectors): Remove old comments from doc.
21455
21456 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
21457 (emerge-version): Make the variable an obsolete alias for the
21458 emacs-version variable. Make the function obsolete.
21459 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
21460 Emerge options, rather than merging in into the main Options menu.
21461 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
21462 and auto advance modes. Disable edit/fast items when not relevant.
21463
21464 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
21465
21466 * term/vt420.el (terminal-init-vt420): Fix typo.
21467
21468 2009-07-20 Sam Steingold <sds@gnu.org>
21469
21470 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
21471 variable (removed from compile.el on 2004-03-11).
21472
21473 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
21474
21475 * files.el (hack-local-variables-filter): Fix last change.
21476
21477 2009-07-19 Juri Linkov <juri@jurta.org>
21478
21479 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
21480 (dir-local-variables-alist): New buffer-local variable.
21481 (hack-local-variables-filter): If variable is not dir-local,
21482 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
21483 because file-local overrides dir-local.
21484 (c-postprocess-file-styles) <declare-function>:
21485 Remove obsolete declaration.
21486 (hack-dir-local-variables): Add dir-local variable/value pair to
21487 `dir-local-variables-alist' and remove duplicates. Doc fix.
21488
21489 * help-fns.el (describe-variable): Add information about
21490 file-local and dir-local variables.
21491
21492 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
21493
21494 * files.el (hack-local-variables-filter): Rewrite.
21495
21496 2009-07-19 Glenn Morris <rgm@gnu.org>
21497
21498 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
21499 Silence compiler by only defining on XEmacs.
21500
21501 * international/mule.el (auto-coding-regexp-alist): Only match
21502 BABYL... at the start of buffer, not of lines. (Bug#3790)
21503
21504 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
21505 non-calendar buffers (Bug#3862). Restore "not on a date" message.
21506 (cal-menu-context-mouse-menu): Doc fix.
21507
21508 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
21509
21510 * simple.el (mail-user-agent): Doc fix. Set :version tag.
21511
21512 2009-07-18 Juri Linkov <juri@jurta.org>
21513
21514 * info.el: Virtual Info keyword finder.
21515 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
21516 (Info-finder-file): New variable.
21517 (Info-finder-find-file): New function.
21518 (finder-known-keywords, finder-package-info)
21519 (find-library-name, lm-commentary): Use defvar and
21520 declare-function to silence compiler warnings.
21521 (Info-finder-find-node): New function.
21522 (info-finder): New command.
21523
21524 * subr.el (process-kill-buffer-query-function): New function.
21525 (add-hook)<kill-buffer-query-functions>: Add hook
21526 `process-kill-buffer-query-function'.
21527
21528 2009-07-18 Alan Mackenzie <acm@muc.de>
21529
21530 * progmodes/cc-mode.el (c-before-hack-hook)
21531 (c-postprocess-file-styles): Give invocation of `c-set-style'
21532 DONT-OVERRIDE parameter of t. Already set style variables will
21533 thus not be overridden by style settings given by `c-file-syle'.
21534
21535 * files.el (hack-local-variables-filter): Remove entries with
21536 duplicate keys from `file-local-variables-alist'.
21537
21538 2009-07-18 Eli Zaretskii <eliz@gnu.org>
21539
21540 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
21541 x-set-selection if display-selections-p returns nil for the
21542 current frame.
21543
21544 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
21545
21546 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
21547
21548 2009-07-18 Eli Zaretskii <eliz@gnu.org>
21549
21550 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
21551 Accept nil in addition to a regexp.
21552 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
21553 Accept nil in addition to a regexp.
21554 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
21555 buffers that have an associated file. Handle nil values of
21556 desktop-buffers-not-to-save and desktop-files-not-to-save.
21557 (Bug#3833)
21558
21559 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
21560 (x-disown-selection-internal): New functions.
21561
21562 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
21563
21564 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
21565 warning.
21566 (gdb-breakpoints-header): Move forward to avoid compiler warning.
21567 (gdb-make-header-line-mouse-map): Remove duplicate definition.
21568
21569 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
21570
21571 * simple.el (set-mark): Revert last change.
21572
21573 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
21574
21575 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
21576 rendering of pngs is not possible instead of messaging a long
21577 description.
21578
21579 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
21580
21581 * w32-fns.el (x-selection-owner-p): New function.
21582
21583 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
21584 (mouse-yank-at-click, mouse-yank-primary):
21585 If select-active-regions is non-nil, deactivate the mark before
21586 insertion.
21587
21588 * simple.el (deactivate-mark, set-mark): Only save selection if we
21589 own it.
21590
21591 2009-07-17 Kenichi Handa <handa@m17n.org>
21592
21593 * case-table.el (describe-buffer-case-table): Fix for the case
21594 that KEY is a cons.
21595
21596 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
21597
21598 * vc-rcs.el (vc-rcs-find-file-hook):
21599 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
21600
21601 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
21602
21603 * net/tramp.el (tramp-wait-for-output): Handle the case when
21604 commands do not return a newline but a null byte before the shell
21605 prompt. (Bug#3858)
21606
21607 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21608
21609 * term/ns-win.el (ns-set-alpha): Don't declare.
21610 (ns-set-background-alpha): Remove function.
21611
21612 2009-07-16 Kevin Ryde <user42@zip.com.au>
21613
21614 * emacs-lisp/copyright.el (copyright-update): Save match-data across
21615 y-or-n-p, for safety.
21616
21617 2009-07-16 Richard Stallman <rms@gnu.org>
21618
21619 * files.el (auto-save-mode): If buffer-saved-size is -2,
21620 don't clobber it.
21621
21622 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
21623 (rmail-retry-ignored-headers): Add more uninteresting fields.
21624
21625 2009-07-15 Jari Aalto <jari.aalto@cante.net>
21626
21627 * net/rcirc.el (rcirc): Use history variables.
21628 (rcirc-server-name-history, rcirc-nick-name-history)
21629 (rcirc-server-port-history): New variables.
21630
21631 2009-07-15 Kenichi Handa <handa@m17n.org>
21632
21633 * international/mule-cmds.el (set-language-environment-charset):
21634 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
21635 ignore them.
21636
21637 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
21638 Delete unibyte-display.
21639
21640 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
21641
21642 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
21643
21644 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
21645
21646 * simple.el (deactivate-mark): Optional argument FORCE.
21647 (set-mark): Use deactivate-mark.
21648
21649 * info.el (Info-search): No need to check transient-mark-mode
21650 before calling deactivate-mark.
21651
21652 * select.el (x-set-selection): Doc fix.
21653 (x-valid-simple-selection-p): Allow buffer values.
21654 (xselect--selection-bounds): Handle buffer values.
21655 Suggested by David De La Harpe Golden.
21656
21657 * mouse.el (mouse-set-region, mouse-drag-track):
21658 Call copy-region-as-kill before setting the mark, to let
21659 select-active-regions work.
21660
21661 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
21662
21663 * simple.el (deactivate-mark): If select-active-regions is
21664 non-nil, copy the selection data into a string.
21665 (activate-mark): If select-active-regions is non-nil, set the
21666 selection to the current buffer.
21667 (set-mark): Update selection if select-active-regions is non-nil.
21668
21669 * select.el (x-valid-simple-selection-p): Allow buffer values.
21670
21671 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
21672
21673 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
21674 and more featureful message-mode.
21675
21676 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
21677
21678 * select.el (x-set-selection): Doc fix.
21679 (x-valid-simple-selection-p): Disallow selection data consisting
21680 of a list or cons of integers, since that is not used.
21681 (xselect--selection-bounds, xselect--int-to-cons): New functions.
21682 (xselect-convert-to-string, xselect-convert-to-length)
21683 (xselect-convert-to-filename, xselect-convert-to-charpos)
21684 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
21685
21686 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
21687
21688 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
21689 output in -break-info command (Emacs bug #3794).
21690
21691 2009-07-14 Glenn Morris <rgm@gnu.org>
21692
21693 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
21694 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
21695 (edebug-print-length, edebug-print-level, edebug-print-circle)
21696 (edebug-sit-for-seconds, edebug-view-outside)
21697 (edebug-bounce-point, edebug-set-global-break-condition)
21698 (edebug-Go-nonstop-mode, edebug-trace-mode)
21699 (edebug-Trace-fast-mode, edebug-continue-mode)
21700 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
21701 (edebug-visit-eval-list): Doc fixes.
21702
21703 * subr.el (def-edebug-spec): Doc fix.
21704
21705 2009-07-14 Kenichi Handa <handa@m17n.org>
21706
21707 * international/characters.el: Fix setting of category ?C.
21708
21709 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
21710
21711 * term/ns-win.el (x-select-font): defalias x-select-font to
21712 ns-popup-font-panel instead of generate-fontset-menu.
21713
21714 2009-07-12 Eli Zaretskii <eliz@gnu.org>
21715
21716 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
21717
21718 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
21719
21720 * arc-mode.el (archive-find-type): Allow for a PK00 string before
21721 the PK\003\004 header (Bug#3770).
21722
21723 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
21724
21725 * pcomplete.el (pcomplete-comint-setup): Check for
21726 shell-dynamic-complete-filename too.
21727
21728 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
21729
21730 * simple.el (temporary-goal-column): Change the value for
21731 line-move-visual to a cons cell.
21732 (line-move-visual): Record or set the window hscroll, if
21733 necessary (Bug#3494).
21734 (line-move-1): Handle cons value of temporary-goal-column.
21735
21736 2009-07-11 Kenichi Handa <handa@m17n.org>
21737
21738 * international/mule-diag.el (describe-character-set): Don't show
21739 width.
21740
21741 2009-07-10 Sam Steingold <sds@gnu.org>
21742
21743 * progmodes/compile.el (compilation-mode-font-lock-keywords):
21744 Omake sometimes indents the errors it prints, so allow all
21745 regexps to start with spaces.
21746
21747 2009-07-10 Eli Zaretskii <eliz@gnu.org>
21748
21749 * cus-edit.el (customize-changed-options-previous-release):
21750 Bump value to 22.1. (Bug#3804)
21751
21752 2009-07-08 Sam Steingold <sds@gnu.org>
21753
21754 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
21755 to be a cons cell (test . ignored-directory) to selectively ignore
21756 some directories depending on the location of the search.
21757
21758 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
21759
21760 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
21761 remote user is root, on the local host.
21762 (tramp-local-host-p): Either the local user or the remote user
21763 must be root. (Bug#3771)
21764
21765 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
21766
21767 * progmodes/gdb-mi.el (gdb): Remove description of
21768 gdb-use-separate-io-buffer.
21769 (menu): Don't allow toggling of or enable
21770 gdb-use-separate-io-buffer from menubar.
21771
21772 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
21773
21774 * mail/unrmail.el (unrmail): Make sure the message ends with two
21775 newlines (Bug#3769).
21776
21777 2009-07-08 Glenn Morris <rgm@gnu.org>
21778
21779 * calendar/calendar.el (calendar-current-date): Rework previous change.
21780
21781 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
21782
21783 * calendar/calendar.el (calendar-current-date):
21784 Add an optional argument giving an offset from today.
21785
21786 2009-07-08 Glenn Morris <rgm@gnu.org>
21787
21788 * tutorial.el (tutorial--describe-nonstandard-key):
21789 Adjust the message for when a key has been unbound.
21790 (help-with-tutorial): Hide the arch-tag.
21791
21792 2009-07-08 Kenichi Handa <handa@m17n.org>
21793
21794 * international/fontset.el (setup-default-fontset): For each
21795 script, append (not set) font-specs.
21796
21797 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
21798 docstring.
21799
21800 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
21801
21802 * progmodes/gdb-mi.el (gdb-init-1): Move sending
21803 -data-list-register-names to ...
21804 (gdb-starting): ... here because GDB 7.0 requires execution to
21805 have started when using this MI command.
21806 (gdb-set-header): New function to distinguish select and
21807 unselected tabs in gdb buffers.
21808 (gdb-propertize-header): New macro that uses gdb-set-header.
21809 (gdb-breakpoints-header, gdb-locals-header): Use it.
21810 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
21811
21812 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
21813
21814 * Makefile.in (ELCFILES): Remove fadr.elc.
21815
21816 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
21817
21818 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
21819 may contain frame information, so `string-match' should be used.
21820 (gdb-update): Disassembly is invalidated through
21821 `gdb-get-selected-frame'.
21822 (gdb-pad-string): New function to pad string with spaces.
21823 (gdb-invalidate-disassembly): Invalidate only if the buffer
21824 exists.
21825 (gdb-disassembly-handler-custom): Column alignment.
21826 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
21827 placing new ones.
21828 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
21829 end of line, too.
21830 (gdb-frame-handler): Match convention to for disassembly buffer
21831 mode name.
21832 (gdb-stack-list-frames-handler): Rewritten without regexps.
21833 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
21834 not highlight breakpoints without line information.
21835 (gdb-input): Add trailing newline to command.
21836
21837 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
21838 buffer properly.
21839 (gdb-breakpoints-list-handler-custom): Replacement for
21840 `gdb-break-list-handler'. Using real parser instead of regexps
21841 now.
21842 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
21843 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
21844 to place breakpoints.
21845 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
21846 functions.
21847 (gdb-disassembly-handler-custom): Show overlay arrow.
21848 (gdb-disassembly-place-breakpoints): Show breakpoints in
21849 disassembly buffer.
21850 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
21851 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
21852 instead of parsing breakpoints buffer. Fixed old menu references
21853 in `gud-menu-map'.
21854
21855 * fadr.el: Remove.
21856
21857 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
21858 (gdb-memory-address): New variable which holds top address of
21859 memory page shown in memory buffer.
21860 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
21861 New customization variables.
21862 New functions:
21863 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
21864 display the memory buffer.
21865 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
21866 buffer display parameters.
21867 (def-gdb-memory-format, gdb-memory-format-binary)
21868 (gdb-memory-format-octal, gdb-memory-format-unsigned)
21869 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
21870 Functions for setting memory buffer format.
21871 (gdb-memory-unit-word, gdb-memory-unit-halfword)
21872 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
21873 unit size used in memory buffer.
21874 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
21875 Switch to next/previous page of memory buffer.
21876 Now using (bindat-get-field) instead of fadr functions.
21877
21878 2009-07-07 Sam Steingold <sds@gnu.org>
21879
21880 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
21881 non-top-level files.
21882
21883 2009-07-07 Kenichi Handa <handa@m17n.org>
21884
21885 * international/mule-cmds.el (reset-language-environment):
21886 Put the highset priority to the charset iso-8859-1.
21887
21888 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
21889
21890 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
21891 to the end of the line when locating the block (Bug#700).
21892
21893 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
21894
21895 * net/tramp.el (tramp-handle-write-region): Flush file properties
21896 in case of short track.
21897
21898 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
21899
21900 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
21901 Coded custom representation of verilog error regular expressions
21902 to work with Emacs-22's new format.
21903 (verilog-error-regexp-xemacs-alist): Coded custom representation
21904 of verilog error regular expressions to work with XEmacs format.
21905 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
21906 error recognition into XEmacs.
21907 (verilog-error-regexp-add-emacs): Hook routine to install verilog
21908 error recognition into Emacs-22.
21909
21910 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
21911
21912 * woman.el: Remove stand-alone closing parentheses.
21913 (woman-file-name, woman2-format-paragraphs)
21914 (woman-leave-blank-lines): Code cleanup.
21915 (woman-use-own-frame): Change default to nil.
21916 (woman-italic, woman-bold, woman-unknown, woman-addition):
21917 Change defaults to inherit from default faces.
21918 (woman2-process-escapes): Consume the newline after a stand-alone
21919 filler character (Bug#3651).
21920
21921 2009-07-06 Glenn Morris <rgm@gnu.org>
21922
21923 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
21924 (top-level): Move provide to the end.
21925 (ffap): Remove defunct URL from custom group.
21926
21927 * subr.el (eval-after-load): Doc fix.
21928
21929 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
21930
21931 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
21932 `calc-embedded-word' is called twice.
21933
21934 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21935
21936 * files.el (find-alternate-file-other-window, find-alternate-file):
21937 Obey confirm-nonexistent-file-or-buffer.
21938
21939 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
21940
21941 * dired-aux.el (dired-show-file-type): Handle remote files.
21942
21943 2009-07-05 Jari Aalto <jari.aalto@cante.net>
21944
21945 * desktop.el (desktop-globals-to-save):
21946 Add file-name-history (Bug#2750).
21947
21948 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
21949
21950 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
21951
21952 2009-07-04 Johan Bockgård <bojohan@gnu.org>
21953
21954 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
21955 property on entire argument since this is what eshell-lisp-command
21956 expects.
21957
21958 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
21959
21960 * net/tramp-gvfs.el (tramp-gvfs-methods)
21961 (tramp-gvfs-zeroconf-domain)
21962 (tramp-bluez-discover-devices-timeout): Add version flag.
21963 (tramp-gvfs-handler-mounted-unmounted)
21964 (tramp-gvfs-connection-mounted-p): Polish handling of
21965 incompatibilities between GVFS 0.2 and 1.0.
21966
21967 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
21968
21969 * cus-start.el (all): Add make-pointer-invisible.
21970
21971 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
21972
21973 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
21974 formatted correctly.
21975
21976 2009-07-02 Juri Linkov <juri@jurta.org>
21977
21978 * info.el: Virtual Info files and nodes.
21979 (Info-virtual-files, Info-virtual-nodes): New variables.
21980 (Info-current-node-virtual): New variable.
21981 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
21982 New functions.
21983 (Info-file-supports-index-cookies): Use Info-virtual-file-p
21984 to check for a virtual file instead of checking a fixed list
21985 of node names.
21986 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
21987 instead of ad-hoc processing of "dir" and (apropos history toc).
21988 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
21989 instead of ad-hoc processing of "dir" and (apropos history toc).
21990 Reread a file when moving from a virtual node.
21991 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
21992 (Info-directory-toc-nodes, Info-directory-find-file)
21993 (Info-directory-find-node): New functions.
21994 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
21995 (Info-history): Move part of code to
21996 `Info-history-find-node'.
21997 (Info-history-toc-nodes, Info-history-find-file)
21998 (Info-history-find-node): New functions.
21999 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
22000 (Info-toc): Move part of code to `Info-toc-find-node'.
22001 (Info-toc-find-node): New function.
22002 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
22003 the current Info file name to references because now the node
22004 "*TOC*" belongs to the same Info manual.
22005 (Info-toc-build): Rename from `Info-build-toc'.
22006 (Info-toc-nodes): Rename input argument `file' to `filename'.
22007 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
22008 instead of ad-hoc processing of ("dir" apropos history toc).
22009 (Info-index-nodes): Use Info-virtual-file-p
22010 to check for a virtual file instead of checking a fixed list
22011 of node names.
22012 (Info-index-node): Add check for `Info-current-node-virtual'.
22013 Raise `save-match-data' higher up the tree to contain
22014 `search-forward' too (bug fix).
22015 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
22016 (Info-virtual-index-nodes): New variable.
22017 (Info-virtual-index-find-node, Info-virtual-index): New functions.
22018 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
22019 (Info-apropos-file, Info-apropos-nodes): New variables.
22020 (Info-apropos-toc-nodes, Info-apropos-find-file)
22021 (Info-apropos-find-node, Info-apropos-matches): New functions.
22022 (info-apropos): Move part of code to `Info-apropos-find-node' and
22023 `Info-apropos-matches'.
22024 (Info-mode-map): Bind "I" to `Info-virtual-index'.
22025 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
22026 for a virtual file instead of checking a fixed list of node names.
22027
22028 * simple.el (async-shell-command): New command.
22029
22030 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
22031
22032 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
22033 instead of `mount-info'.
22034
22035 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
22036
22037 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
22038 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
22039
22040 2009-07-02 Kenichi Handa <handa@m17n.org>
22041
22042 * international/mule.el (set-keyboard-coding-system): Force *-unix
22043 coding-system to avoid eol conversion.
22044
22045 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
22046
22047 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
22048 Add handler for `process-file', `shell-command' and
22049 `start-file-process'.
22050 (tramp-gvfs-handle-shell-command)
22051 (tramp-gvfs-handle-start-file-process)
22052 (tramp-gvfs-handle-process-file): New defuns.
22053 (tramp-synce-list-devices): Simplify check for existence of property.
22054
22055 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
22056
22057 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
22058
22059 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
22060
22061 * language/korean.el (set-language-info-alist): Add korean-cp949,
22062 cp949 to spec.
22063
22064 2009-07-01 Kenichi Handa <handa@m17n.org>
22065
22066 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
22067
22068 * international/encoded-kb.el: Deleted.
22069
22070 * international/mule.el (set-keyboard-coding-system): Perform the
22071 necessary setup here instead of calling encoded-kbd-setup-display.
22072
22073 2009-07-01 Glenn Morris <rgm@gnu.org>
22074
22075 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
22076
22077 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
22078
22079 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
22080
22081 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
22082
22083 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
22084 Handle also the 'rename case, when setting file modes. (Bug#3712)
22085 (tramp-default-file-modes): Remove execute permissions.
22086
22087 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
22088 (top): Add a default for "synce" in `tramp-default-user-alist'.
22089 Add completion function for "synce" method.
22090 (tramp-hal-service, tramp-hal-path-manager)
22091 (tramp-hal-interface-manager, tramp-hal-interface-device):
22092 New defconst.
22093 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
22094 (tramp-synce-list-devices, tramp-synce-parse-device-names):
22095 New defuns.
22096
22097 * net/trampver.el: Update release number.
22098
22099 2009-06-30 Kenichi Handa <handa@m17n.org>
22100
22101 * international/fontset.el (setup-default-fontset): Add CJK fonts
22102 for symbols and the other miscellaneous characters.
22103
22104 * language/korea-util.el (setup-korean-environment-internal):
22105 Make char-width-table suitable for Korean environments.
22106 (exit-korean-environment): Cancel above.
22107
22108 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
22109 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
22110 setup-function to make char-width-table suitable for respective
22111 environments, and an exit-function to cancel that.
22112
22113 * language/japan-util.el (setup-japanese-environment-internal):
22114 Call use-cjk-char-width-table with arg `ja_JP'.
22115
22116 * international/characters.el (cjk-char-width-table): Delete it.
22117 (cjk-char-width-table-list): New variable.
22118 (use-cjk-char-width-table): New arg local-name.
22119 (use-default-char-width-table): Fix for the case that Emacs is
22120 already using the default char-width-table.
22121
22122 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
22123
22124 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
22125 modes mandatory. (Bug#3712)
22126
22127 2009-06-29 Alan Mackenzie <acm@muc.de>
22128
22129 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
22130 correction between the visible width of TABs and their number of bytes.
22131
22132 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
22133
22134 * server.el (server-buffer-done): Prevent kill-buffer from
22135 prompting by clearing the buffer modification flag (Bug#3696).
22136
22137 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
22138
22139 * progmodes/verilog-mode.el (verilog-beg-of-statement)
22140 (verilog-endcomment-reason-re): Support unique case and priority case.
22141 (verilog-basic-complete-re): Support localparam lineup.
22142 (verilog-beg-of-statement-1): Fix for robustness, unique case.
22143 (verilog-set-auto-endcomments): Fix for unique case, always_comb
22144 commenting.
22145 (verilog-leap-to-case-head): Now support *nested* unique &
22146 priority case statements.
22147 (verilog-auto-lineup): Make just declarations the default (as it
22148 had been).
22149 (verilog-leap-to-case-head): Support priority/unique case statements.
22150 (verilog-auto-lineup): Rework to give users radio buttons to
22151 select the various styles of automatic lineup.
22152 (verilog-error-regexp-alist): Rework to support the XEmacs style
22153 of error regular expressions from compilers, lint tools &
22154 simulators. Note that GNU Emacs has made it impossible for a mode
22155 to load such things.
22156 (electric-verilog-terminate-line, verilog-indent-declaration)
22157 (verilog-auto-wiure): Rework for radio button selection of
22158 auto-lineup selection of specification of auto lineup.
22159 (verilog-beg-of-statement-1): Redesign to support proper operation
22160 in additional code, based on testing with auto-lineup.
22161 (verilog-calculate-indent, assignments & declarations)
22162 (verilog-backward-token): Enhance to support auto-lineup of
22163 assignments & declarations.
22164 (verilog-in-directive-p, verilog-at-struct-p): New function for
22165 easy test of whether we are.
22166 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
22167 to support safe execution at almost anyline.
22168 (verilog-calc-1): Properly support indenting deep inside generate
22169 blocks.
22170 (verilog-init-font): Remove definition & use of verilog-init-font,
22171 as it is redundant with font-lock-defaults.
22172 (verilog-mode): Alter the definition of verilog-font-lock-defaults
22173 to avoid circular calls if syntax-ppss is a function (as is the
22174 case now in 22.x GNU Emacs) as that function would sometimes call
22175 itself, leading to (nearly) infinite recursion.
22176 (verilog-ovm-begin-re, verilog-ovm-end-re)
22177 (verilog-ovm-statement-re, verilog-leap-to-head)
22178 (verilog-backward-token): Add support for OVM macros. Some are
22179 complete statements, and others open and close scopes like begin
22180 and end.
22181 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
22182 (verilog-defun-level-generate-only-re): Really fix the defun-list
22183 compilation issue.
22184 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
22185 coverpoint, constraint and cross statements.
22186 (verilog-defun-level-list, verilog-generate-defun-level-list)
22187 (verilog-all-defun-level-list): Redo these specifications - it is
22188 too hard to support eval-when compile aggregation of lists also
22189 built at when-compile time.
22190 (verilog-defun-level-list): Place defconsts of variables used in
22191 building regular expressions which are built in eval-when-compile
22192 bodies in the same eval-when-compile body to facilitate compile
22193 without load.
22194 (verilog-beg-block-re-ordered): Support indenting
22195 virtual/protected tasks and functions.
22196 (verilog-defun-level-list, verilog-in-generate-region-p)
22197 (verilog-backward-ws&directives, verilog-calc-1): Speed up
22198 indentation of some module items (generate items).
22199 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
22200 across virtual/protected tasks and functions.
22201
22202 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
22203
22204 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
22205 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
22206 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
22207 in concatenations. Reported by Yishay Belkind.
22208 (verilog-auto-ascii-enum): Support one-hot state machines in
22209 AUTOASCIIENUM. Suggested by Lloyd Gomez.
22210 (verilog-auto-inst, verilog-auto-inst-port): Include interface
22211 modport in AUTOINST and add vl-modport for users.
22212 Reported by David Rogoff.
22213 (verilog-auto-inout-module, verilog-auto-inst)
22214 (verilog-decls-get-interfaces, verilog-insert-definition)
22215 (verilog-insert-one-definition, verilog-read-decls)
22216 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
22217 (verilog-sig-modport, verilog-signals-combine-bus)
22218 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
22219 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
22220 Suggested by David Rogoff.
22221 (verilog-repair-open-comma): Fix non-insertion of comma when
22222 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
22223 (verilog-make-width-expression): Simplify [A-1:0] expression
22224 widths to just {A{1'b0}}.
22225 (verilog-mode): Cleanup checkdoc warnings.
22226 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
22227 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
22228 inputs/outputs or data type. Suggested by Vasu Kandadi.
22229 (next-error-last-buffer): Fix byte-compiler warning.
22230 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
22231 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
22232 or shell command text during AUTO expansion. Suggested by Tad Truex.
22233 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
22234 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
22235 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
22236 in AUTOINOUT. Reported by Matthew Lovell.
22237 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
22238 causing use of <= assignments. Reported by Alex Reed.
22239 (verilog-read-decls): Fix triand, trior, wand, wor to be
22240 recognized by AUTOWIRE. Reported by Spencer Isaacson.
22241 (verilog-extended-complete-re): Support import "DPI-C" functions.
22242 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
22243 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
22244 (verilog-insert-date, verilog-insert-year)
22245 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
22246 Windows systems. Reported by Michael Potts.
22247 (verilog-read-module-name): Fix AUTOINST when the child module
22248 declaration's name is a tick define. Reported by Elliot Mednick.
22249 (verilog-read-decls): Fix V2K parameter bit subscripts getting
22250 passed to next parameter's definition. Reported by Bruce T.
22251 (verilog-read-decls): Fix detecting "parameter int" when using
22252 AUTOINSTPARAM. Reported by Bruce T.
22253 (verilog-goto-defun): Fix goto not finding modules unless first
22254 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
22255 (verilog-mode): Expand -f flag arguments on entry to mode so
22256 verilog-goto-defun will work. Reported by Lawrence Butcher.
22257 (verilog-getopt): Expand environment variables in -f file
22258 arguments. Suggested by Lawrence Butcher.
22259 (verilog-set-define): Fix "Symbol's value as variable is void"
22260 when reading enumerations.
22261 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
22262 Suggested by Stephen Peltan.
22263 (verilog-read-defines): Fix reading of enumerations in include
22264 files. Reported by Steve Peltan.
22265
22266 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
22267
22268 * files.el (trash-directory): Fix defcustom type.
22269
22270 2009-06-28 Juri Linkov <juri@jurta.org>
22271
22272 * help-fns.el (describe-function-1): Correctly locate adviced
22273 functions in hyperlink (Bug#2438).
22274
22275 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
22276
22277 * files.el (trash-directory): Change default to nil.
22278 (move-file-to-trash): If trash-directory is nil and
22279 system-move-file-to-trash is unbound, perform freedesktop-style
22280 trashing.
22281
22282 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
22283
22284 * files.el (move-file-to-trash): Add freedesktop trash
22285 support (Bug#973).
22286
22287 2009-06-28 Glenn Morris <rgm@gnu.org>
22288
22289 * autorevert.el (global-auto-revert-non-file-buffers)
22290 (global-auto-revert-mode): Doc fixes.
22291
22292 2009-06-27 Johan Bockgård <bojohan@gnu.org>
22293
22294 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
22295
22296 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
22297
22298 * faces.el (x-handle-named-frame-geometry): Ensure that we have
22299 opened an X connection before calling x-get-resource (Bug#3194).
22300
22301 * play/doctor.el: Remove reference to obsolete website.
22302 (make-doctor-variables): Correct grammar mistake (Bug#2633).
22303
22304 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
22305
22306 Remove find-file-not-found-hook VC method. (Bug#2757)
22307 * vc-hooks.el (vc-file-not-found-hook)
22308 (vc-default-find-file-not-found-hook): Remove functions.
22309 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
22310 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
22311 * vc.el:
22312 * vc-hg.el:
22313 * vc-git.el: Do not mention find-file-not-found-hook VC method.
22314
22315 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
22316
22317 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
22318 compatibility function for `looking-back'.
22319
22320 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
22321 Use `ispell-looking-back'.
22322
22323 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
22324
22325 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
22326 rather than `filename'.
22327
22328 2009-06-23 Miles Bader <miles@gnu.org>
22329
22330 * face-remap.el (text-scale-set): New function.
22331
22332 2009-06-23 Glenn Morris <rgm@gnu.org>
22333
22334 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
22335
22336 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
22337
22338 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
22339
22340 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
22341
22342 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
22343 Simplify Persian conditionals.
22344
22345 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
22346 variable `filename'.
22347
22348 * comint.el (comint-insert-input): Doc fix.
22349
22350 * Makefile.in (ELCFILES): Fix typo in previous change.
22351
22352 2009-06-23 Miles Bader <miles@gnu.org>
22353
22354 * cus-start.el: Add entry for `recenter-redisplay'.
22355
22356 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
22357
22358 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
22359 Add an optional argument for the backend, use it instead of
22360 calling vc-backend.
22361 (vc-mode-line): Add an optional argument for the backend.
22362 Pass the backend to vc-state and vc-working-revision. Move code for
22363 special handling for vc-state being a buffer to ...
22364
22365 * vc-rcs.el (vc-rcs-find-file-hook):
22366 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
22367
22368 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
22369 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
22370 vc-stay-local-p and vc-mode-line calls.
22371
22372 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
22373 (vc-cvs-diff, vc-cvs-annotate-command)
22374 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
22375 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
22376 vc-mode-line calls.
22377
22378 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
22379 direct comparison.
22380 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
22381 backend when calling vc-mode-line.
22382 (vc-register): Do not create a closure for calling the vc register
22383 function, call it directly.
22384
22385 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
22386
22387 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
22388 to make it obvious item can be clicked.
22389
22390 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
22391
22392 2009-06-23 Kenichi Handa <handa@m17n.org>
22393
22394 * language/korea-util.el (korean-key-bindings): Change the binding
22395 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
22396 same command.
22397
22398 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
22399
22400 Sync with Tramp 2.1.16.
22401
22402 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
22403
22404 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
22405 when a loading of a package fails. Completion function for rsync
22406 is `tramp-completion-function-alist-ssh'.
22407 (all): Replace all calls of `split-string' and
22408 `tramp-split-string' by `tramp-compat-split-string'.
22409 (tramp-default-method): Use `tramp-compat-process-running-p'.
22410 (tramp-default-proxies-alist): Allow also Lisp forms.
22411 (tramp-remote-path): Add choice "Private Directories".
22412 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
22413 (tramp-domain-regexp): Allow also "-", "_" and ".".
22414 (tramp-end-of-output): Remove newlines, and add "$" at the end.
22415 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
22416 (tramp-debug-message): Insert header line in debug buffer.
22417 (tramp-handle-directory-files-and-attributes-with-stat):
22418 Care about filenames with spaces, or starting with "-".
22419 (tramp-handle-dired-uncache): New defun.
22420 (tramp-handle-insert-directory): Don't flush the directory from
22421 cache, this is handled by `dired-uncache' now.
22422 (tramp-handle-insert-file-contents): Improve error handling.
22423 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
22424 Quote `tramp-end-of-output'.
22425 (tramp-action-password): Improve trace message.
22426 (tramp-check-for-regexp): Both echoes must be present, before removing.
22427 (tramp-open-connection-setup-interactive-shell): Trace coding system.
22428 (tramp-compute-multi-hops): Eval cons cells of
22429 `tramp-default-proxies-alist'.
22430 (tramp-maybe-open-connection): Use the same command pattern for
22431 first hop and further hops.
22432 (tramp-wait-for-output): Remove handling of newlines.
22433 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
22434 (tramp-split-string): Remove function. It is handled in
22435 tramp-compat now.
22436
22437 * net/tramp-cmds.el (tramp-bug):
22438 Recommend `tramp-cleanup-all-connections' in the bug mail.
22439
22440 * net/tramp-compat.el (tramp-compat-split-string)
22441 (tramp-compat-process-running-p): New defuns.
22442
22443 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
22444 for `dired-uncache'.
22445
22446 * net/tramp-gvfs.el: New package.
22447
22448 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
22449 Add handler for `dired-uncache'.
22450 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
22451
22452 * net/trampver.el: Update release number. Make version check fit
22453 for SXEmacs 22.
22454
22455 2009-06-22 Jim Meyering <meyering@redhat.com>
22456
22457 Automatically handle .xz suffix (XZ-compressed files), too.
22458 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
22459 XZ is the successor to LZMA: <http://tukaani.org/xz/>
22460
22461 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
22462 Nick Roberts <nickrob@snap.net.nz>
22463
22464 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
22465 repository (http://sphinx.net.ru/hg/gdb-mi/).
22466
22467 2009-06-22 Glenn Morris <rgm@gnu.org>
22468
22469 * files.el (dir-locals-collect-mode-variables): Allow for any number of
22470 `mode' and `eval' entries. (Bug#3430)
22471
22472 * Makefile.in (ELCFILES): Add fadr.elc.
22473
22474 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
22475 differing behavior of \n and ^ in strings. (Bug#3385)
22476
22477 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
22478
22479 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
22480 property.
22481 (lisp-indent-function): Make it a defcustom.
22482
22483 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
22484
22485 * progmodes/gdb-ui.el: Replace with ...
22486 * progmodes/gdb-mi.el: ... this file.
22487 * progmodes/gud.el: Modify for gdb-mi.el.
22488
22489 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
22490
22491 * fadr.el: New file.
22492
22493 See ChangeLog.14 for earlier changes.
22494
22495 ;; Local Variables:
22496 ;; coding: utf-8
22497 ;; End:
22498
22499 Copyright (C) 2009-2011 Free Software Foundation, Inc.
22500
22501 This file is part of GNU Emacs.
22502
22503 GNU Emacs is free software: you can redistribute it and/or modify
22504 it under the terms of the GNU General Public License as published by
22505 the Free Software Foundation, either version 3 of the License, or
22506 (at your option) any later version.
22507
22508 GNU Emacs is distributed in the hope that it will be useful,
22509 but WITHOUT ANY WARRANTY; without even the implied warranty of
22510 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22511 GNU General Public License for more details.
22512
22513 You should have received a copy of the GNU General Public License
22514 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.