2b0d50139ea859bcc1a0fffb20f2d02c7f3337cb
[bpt/emacs.git] / lisp / ChangeLog
1 2011-02-03 Glenn Morris <rgm@gnu.org>
2
3 * net/rcirc.el (rcirc-nick-completion-format): Add :version tag.
4 (rcirc-log-directory, rcirc-log-flag): Move definitions before use.
5
6 * strokes.el (strokes-fill-current-buffer-with-whitespace):
7 Move definition before use.
8 (strokes-report-bug): Make it obsolete.
9
10 2011-02-02 Sam Steingold <sds@gnu.org>
11
12 * apropos.el (apropos-print): Now that `apropos-mode' inherits
13 from `special-mode', entering it makes the buffer read-only, so
14 call it only when everything has been already inserted.
15 * emacs-lisp/ert.el (ert--setup-results-buffer)
16 (ert-results-pop-to-backtrace-for-test-at-point)
17 (ert-results-pop-to-messages-for-test-at-point)
18 (ert-results-pop-to-timings): Ditto.
19 * emacs-lisp/package.el (package--list-packages): Ditto.
20 * play/solitaire.el (solitaire): Ditto.
21
22 2011-02-02 Chong Yidong <cyd@stupidchicken.com>
23
24 * progmodes/compile.el: Make all faces inherit.
25 (compilation-warning): Inherit from font-lock-variable-name-face.
26 (compilation-info): Inherit from font-lock-type-face.
27 (compilation-line-number): Reassign to font-lock-keyword-face.
28 (compilation-column-number): Reassign to font-lock-doc-face.
29 (compilation-leave-directory-face): Reassign to
30 font-lock-builtin-face.
31
32 2011-02-02 Eli Zaretskii <eliz@gnu.org>
33
34 * dired.el (dired-insert-directory): Don't invoke `ls' when
35 ls-lisp.el is used to emulate it.
36
37 2011-02-01 Julien Danjou <julien@danjou.info>
38
39 * color.el (color-gradient): Add a color-gradient function.
40
41 2011-02-01 Sam Steingold <sds@gnu.org>
42
43 * simple.el (special-mode-map): Bind "h" to `describe-mode';
44 bind "z" to `kill-this-buffer'.
45 (completion-list-mode-map): Bind "z" to `kill-this-buffer'.
46 * apropos.el (apropos-mode-map): Inherit from `special-mode-map'.
47 (apropos-mode): Inherit from `special-mode'.
48 * arc-mode.el (archive-mode-map): Inherit from `special-mode-map'.
49 * bookmark.el (bookmark-bmenu-mode): Define using
50 `define-derived-mode' inheriting from `special-mode'.
51 * dired.el (dired-mode-map): Inherit from `special-mode-map'.
52 * image-mode.el (image-mode-map): Ditto.
53 * replace.el (occur-mode): Define using
54 `define-derived-mode' inheriting from `special-mode'.
55 * tar-mode.el (tar-mode): Inherit from `special-mode'.
56 * calendar/diary-lib.el (diary-fancy-display-mode):
57 Inherit from `special-mode-map'.
58 * emacs-lisp/ert.el (ert-simple-view-mode, ert-results-mode):
59 Inherit from `special-mode'.
60 * emacs-lisp/package.el (package-menu-mode-map): Copy from
61 `special-mode-map'.
62 (package-menu-mode): Define using `define-derived-mode'
63 inheriting from `special-mode'.
64 * erc/erc-list.el (erc-list-menu-mode): Inherit from `special-mode'.
65 * net/xesam.el (xesam-mode): Inherit from `special-mode'.
66 (xesam-mode-map): Define separately.
67 * play/solitaire.el (solitaire-mode): Inherit from `special-mode'.
68 * progmodes/compile.el (compilation-minor-mode-map)
69 (compilation-mode-map): Inherit from `special-mode-map'.
70 * vc/diff-mode.el (diff-mode-shared-map):
71 Inherit from `special-mode-map'.
72 * vc/log-view.el (log-view-mode-map): Add a comment.
73
74 2011-02-01 Chong Yidong <cyd@stupidchicken.com>
75
76 * custom.el (load-theme): Define return value. Drop use of
77 unsafep; call custom-theme-load-confirm for non-known-safe themes.
78 (custom-theme-load-confirm): Scroll in the correct window.
79 (custom-enabled-themes): Add custom-safe-themes to :set-after.
80
81 * cus-theme.el (custom-theme-checkbox-toggle): Don't activate the
82 checkbox if load-theme fails.
83
84 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
85
86 * progmodes/compile.el (compilation-next-error): Check there's
87 a message before using it (bug#7941).
88
89 2011-02-01 Jay Belanger <jay.p.belanger@gmail.com>
90
91 * calc/calc-mtx.el (math-lud-pivot-check): New function.
92 (math-do-matrix-lud): Use `math-lud-pivot-check' to check the size
93 of potential pivots.
94
95 2011-01-31 Alan Mackenzie <acm@muc.de>
96
97 * progmodes/cc-cmds.el (c-forward-over-illiterals):
98 Continue parsing if we encounter a naked # (Bug#7595).
99 (c-beginning-of-statement): Avoid loop in locating the beginning
100 of a macro.
101
102 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
103
104 * files.el (copy-directory): Fix arguments to recursive call.
105
106 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
107
108 * files.el (copy-directory): If destination is an existing
109 directory, copy into a subdirectory there.
110
111 2011-01-31 Andreas Schwab <schwab@linux-m68k.org>
112
113 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
114 files.
115
116 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
117
118 * image-dired.el (image-dired-mouse-display-image): No-op if no
119 file is found (Bug#7817).
120
121 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
122
123 2011-01-31 Kenichi Handa <handa@m17n.org>
124
125 * international/quail.el (quail-keyboard-layout-alist):
126 Remove superfluous SPC for "pc105-uk" (bug#7927).
127
128 2011-01-31 Glenn Morris <rgm@gnu.org>
129
130 * msb.el (msb-menu-bar-update-buffers): Update for changed
131 argument handling of menu-bar-select-frame. (Bug#7902)
132
133 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
134
135 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
136 to the recursion depth (Bug#7722).
137
138 2011-01-31 Roy Liu <carsomyr@gmail.com> (tiny change)
139
140 * term/ns-win.el (ns-find-file): Expand ns-input-file with
141 command-line-default-directory (Bug#7872).
142
143 2011-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
144
145 * progmodes/compile.el (compilation--flush-directory-cache):
146 New function, extracted from compilation--remove-properties.
147 (compilation--remove-properties, compilation--parse-region): Use it.
148 (compilation--previous-directory): Handle one more case.
149 (compilation-enable-debug-messages): Remove.
150 (compilation-parse-errors, compilation--flush-parse): Just remove the
151 left over debug messages.
152
153 2011-01-31 Sam Steingold <sds@gnu.org>
154
155 * progmodes/compile.el (compilation-enable-debug-messages):
156 Add a variable to make the parsing messages introduced in
157 2011-01-28T22:12:05Z!monnier@iro.umontreal.ca optional.
158 (compilation-parse-errors, compilation--flush-parse): Use it.
159
160 2011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
161
162 * net/rcirc.el: New customizable nick completion format. (Bug#6314)
163 (rcirc-nick-completion-format): New defcustom.
164 (rcirc-complete): Use it.
165
166 2011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
167
168 * net/rcirc.el: Clean log filenames (Bug#7933).
169 (rcirc-log-write): Use convert-standard-filename.
170 (rcirc-log-filename-function): Documentation updates.
171
172 2011-01-30 Jan Djärv <jan.h.d@swipnet.se>
173
174 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer):
175 Check report-emacs-bug-can-use-osx-open and use that if t.
176 (report-emacs-bug-can-use-osx-open): New function.
177 (report-emacs-bug): Rename can-xdg-email to can-insert-mail.
178 Check report-emacs-bug-can-use-osx-open also for can-insert-mail.
179
180 2011-01-29 Chong Yidong <cyd@stupidchicken.com>
181
182 * vc/vc-dispatcher.el (vc-set-async-update): New function for
183 updating Dired or VC-dir buffers after async command completes.
184
185 * vc/vc-bzr.el (vc-bzr-async-command): Return the process buffer.
186 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-set-async-update.
187
188 * vc/vc-git.el (vc-git-merge-branch): Add FETCH_HEAD to branch
189 completions if it exists. Use vc-set-async-update.
190 (vc-git-pull): Use vc-set-async-update.
191
192 * vc/vc-hg.el (vc-hg-pull): Fix default-contents arg to
193 read-shell-command. Use vc-set-async-update.
194 (vc-hg-merge-branch): Use vc-set-async-update.
195
196 2011-01-29 Daiki Ueno <ueno@unixuser.org>
197
198 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
199 Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
200 (Bug#7931).
201
202 2011-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
203
204 * progmodes/compile.el: Avoid an N² behavior in grep.
205 (compilation--previous-directory): New fun.
206 (compilation--previous-directory-cache): New var.
207 (compilation--remove-properties): Flush it.
208 (compilation-directory-properties, compilation-error-properties):
209 Use the new fun to speed up looking for the current directory.
210
211 2011-01-29 Chong Yidong <cyd@stupidchicken.com>
212
213 * vc/vc-hg.el (vc-hg-history): New var.
214 (vc-hg-pull): Perform default pull if called via Lisp by vc-pull.
215 (vc-hg-merge-branch): New function.
216
217 * vc/vc.el (vc-pull): Make vc-update an alias for this, instead of
218 the other way around.
219
220 * vc/vc-git.el (vc-git-branches, vc-git-pull)
221 (vc-git-merge-branch): New functions.
222 (vc-git-history): New var.
223
224 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
225
226 * vc/vc-dispatcher.el (vc-do-async-command): New function.
227
228 * vc/vc-bzr.el (vc-bzr-async-command): Convert into a wrapper for
229 vc-do-async-command.
230
231 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch):
232 Callers changed.
233
234 2011-01-28 Leo <sdl.web@gmail.com>
235
236 * emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply
237 highlighting to the "this function is advised" message.
238
239 * help-mode.el (help-mode-finish): Apply highlighting here, to
240 avoid clobbering by substitute-command-keys (Bug#6304).
241
242 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
243
244 * woman.el (woman0-roff-buffer): Process roff escape sequences
245 occurring prior to the first request (Bug#7843).
246
247 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
248
249 * progmodes/compile.el: Don't use font-lock any more.
250 (compilation-error-regexp-alist-alist): Change handling of makepp
251 so it preserves the warning/error distinction on subsequent files.
252 Simplify various rules.
253 (compilation-directory-properties): Use font-lock-face.
254 Add a compilation-message property.
255 (compilation-internal-error-properties): Use font-lock-face.
256 Don't set the compilation-debug property here.
257 (compilation--put-prop, compilation--remove-properties)
258 (compilation--parse-region, compilation--ensure-parse)
259 (compilation--ensure-parse): New functions.
260 (compilation-parse-errors): New function, largely inspired of
261 compilation-mode-font-lock-keywords. Set compilation-debug here.
262 (compilation--parsed): New var.
263 (compilation--flush-parse): Use compilation--ensure-parse.
264 (compilation-start): Don't call font-lock.
265 (compilation-turn-on-font-lock): Remove.
266 (compilation-setup): Don't set font-lock-extra-managed-props not change
267 other font-lock settings, other than keywords.
268 Don't activate font-lock-mode.
269 Set change-major-mode-hook and before-change-functions.
270 (compilation--unsetup): Remove properties and hooks.
271 (compilation-next-single-property-change): New function.
272 (compilation-next-error): Use it to parse when needed.
273 (compile-goto-error): Parse buffer as needed.
274 (compilation--compat-error-properties): Don't need a dummy `face'
275 property any more.
276
277 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
278
279 * progmodes/compile.el: Use accessors for clarity and fix omake hack.
280 (compilation-process-setup-function): Fix docstring's false promises.
281 (compilation-error-regexp-alist-alist): Catch omake's continuous
282 recompilation message and avoid reuse of old markers.
283 (compilation-parse-errors-function): Declare obsolete.
284 (compilation-buffer-modtime): Remove.
285 (compilation--make-cdrloc, compilation--loc->col)
286 (compilation--loc->line, compilation--loc->file-struct)
287 (compilation--loc->marker, compilation--loc->visited)
288 (compilation--make-file-struct, compilation--file-struct->file-spec)
289 (compilation--file-struct->formats)
290 (compilation--file-struct->loc-tree): New macros. Use them.
291 (compilation--message): New defstruct. Use them.
292 (compilation-next-error-function): Don't mess with timestamps to try
293 and guess when to reparse.
294
295 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
296
297 * textmodes/tex-mode.el: Get rid of compilation-parse-errors-function
298 (tex-old-error-file-name): New function,
299 extracted from tex-compilation-parse-errors.
300 (tex-compilation-parse-errors): Remove.
301 (tex-error-regexp-alist): New var.
302 (tex-shell): Use it to avoid compilation-parse-errors-function.
303
304 * progmodes/grep.el (grep-regexp-alist): Tighten regexp.
305 (grep-mode-font-lock-keywords): Remove regexp that seems like
306 a left-over from before we used compile.el.
307 (grep-mode-font-lock-keywords): Call syntax-ppss-flush-cache when
308 modifying the buffer within with-silent-modifications.
309
310 * progmodes/compile.el: Cleanup text-properties namespace by using
311 `compilation-message' instead of `message', `compilation-directory'
312 instead of `directory', and `compilation-debug' instead of `debug'.
313 (compilation-last-buffer, compilation-parsing-end)
314 (compilation-error-list, compilation-old-error-list): Move to the
315 compatibility part of the code.
316 (compilation-error-properties): If `file' is a function, let it return
317 a file name.
318 (compilation-mode-font-lock-keywords): Be more conservative with the
319 omake "^ *" pattern prefix, to try and minimize the risk of
320 pathologically slow regexp matching.
321 (compilation-start): Use inhibit-read-only.
322 (compilation--unsetup): New function.
323 (compilation-shell-minor-mode, compilation-minor-mode): Use it.
324 (compilation-filter): Minor tweaks.
325 (compilation-next-error-function): Try and avoid abusing variables.
326 (compilation--flush-file-structure): New fun.
327 (compilation-fake-loc): Use it to improve behavior when file is reused.
328 (debug-ignored-errors): Add "Moved past last ...".
329 (compilation--compat-error-properties)
330 (compilation--compat-parse-errors): Rename by doubling the "-".
331
332 Port features from the previous prolog.el to the new one.
333 * progmodes/prolog.el (prolog-system): Add GNU and ECLiPSe options.
334 (prolog-program-name, prolog-program-switches, prolog-consult-string)
335 (prolog-compile-string, prolog-prompt-regexp): Get rid of the <foo>-i
336 variable and use a function to compute the value dynamically.
337 (prolog-prompt-regexp): Add regexp for GNU Prolog.
338 (prolog-continued-prompt-regexp): Remove, unused.
339 (prolog-find-value-by-system): Try and use the value of prolog-system
340 in the *prolog* buffer if it helps.
341 (prolog-mode-keybindings-common): Bind C-c C-z unconditionally...
342 (prolog-zip-on): ..and check prolog-system and version here instead.
343 (prolog-inferior-self-insert-command): New command.
344 (prolog-inferior-mode-map): Use it.
345 (prolog-inferior-error-regexp-alist): New var.
346 (prolog-inferior-mode): Use it, with compilation-shell-minor-mode.
347 (prolog-input-filter): Use derived-mode-p.
348 (prolog-inferior-guess-flavor): New function.
349 (prolog-ensure-process): Use it. Use make-comint-in-buffer rather than
350 make-comint to avoid running comint-mode twice.
351 (prolog-inferior-buffer): New fun.
352 (prolog-old-process-region, prolog-old-process-file):
353 Don't call prolog-bsts here...
354 (prolog-build-prolog-command): ...do it here instead.
355 (prolog-old-process-region, prolog-old-process-file):
356 Use compilation-fake-loc and compilation-forget-errors.
357 (prolog-consult-compile-region): Use bolp.
358
359 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
360
361 * image-mode.el (image-display-size): Doc fix (Bug#7820).
362
363 2011-01-27 Sam Steingold <sds@gnu.org>
364
365 * midnight.el (clean-buffer-list-kill-never-buffer-names):
366 Remove "*server*" which is never created by emacs server.
367
368 2011-01-27 Deniz Dogan <deniz.a.m.dogan@gmail.com>
369
370 * vc/vc-bzr.el (vc-bzr-diff): Don't pass --diff-options unless
371 there are some diff switches.
372
373 2011-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
374
375 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
376 Copy change made to ruby-font-lock-syntactic-keywords.
377
378 * htmlfontify.el: Make it obey the font-lock-face text property.
379 Miscellaneous cleanup such as:
380 - Don't hide expressions after a closing paren.
381 - Move initial setq into let.
382 - Hoist common parts out of ifs.
383 (hfy-p-to-face, hfy-p-to-face-lennart): Remove.
384 (hfy-face-at): Use get-text-property instead.
385 (hfy-prop-invisible-p): Use invisible-p if available.
386 (htmlfontify-manual): Use \\[...].
387 (hfy-html-quote-regex): Use [...].
388 (hfy-combined-face-spec): Simplify.
389 (hfy-compile-face-map): Don't presume point-min==1.
390 (hfy-css-name, hfy-buffer, htmlfontify-buffer): Use \' rather than $ to
391 match end of string.
392 (hfy-text-p): η-reduce.
393 (hfy-tags-for-file): Receive cache-hash directly.
394 (hfy-mark-tag-names): Adjust call.
395
396 2011-01-27 Glenn Morris <rgm@gnu.org>
397
398 * msb.el (msb-after-load-hooks): Make it an obsolete alias.
399 (msb-after-load-hook): Remove eval-after-load wackiness.
400
401 2011-01-25 Sam Steingold <sds@gnu.org>
402
403 * vc/vc-svn.el (vc-svn-diff): Use `diff-command' instead of the
404 literal "diff" (important for windows-nt).
405
406 2011-01-25 Glenn Morris <rgm@gnu.org>
407
408 * emacs-lisp/copyright.el (copyright-at-end-flag)
409 (copyright-names-regexp): Add safety properties.
410 (copyright-year-ranges): New option.
411 (copyright-find-end): New function, split from copyright-update-year.
412 (copyright-update-year): Use copyright-find-end.
413 (copyright-fix-years): Optionally, convert years to ranges.
414 Handle years continued over comment lines.
415 Do not mess with the fill-prefix.
416 Do not call copyright-update.
417 (copyright-update-directory): Optionally, fix years rather than update.
418 Skip directories. Find files with only safe local vars.
419
420 2011-01-25 Stefan Monnier <monnier@iro.umontreal.ca>
421
422 * files.el (file-name-non-special): Only change buffer-file-name after
423 insert-file-contents if it's `visit'ing the file (bug#7854).
424
425 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
426
427 * dired.el (dired-revert): Doc fix (Bug#7758).
428
429 * simple.el (line-move-visual): Doc fix (Bug#7594).
430
431 2011-01-25 Nobuyoshi Nakada <nobu@ruby-lang.org>
432
433 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
434 here-doc which ends with an underscore.
435 (ruby-mode-set-encoding): Skip shebang line always.
436 (ruby-mode-map): Bind C-c C-c to comment-region.
437 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
438 (ruby-forward-sexp): Stop after literal hash key labels.
439 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
440 bracket.
441
442 2011-01-25 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
443
444 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
445 the correct buffer (Bug#7650).
446
447 2011-01-25 Glenn Morris <rgm@gnu.org>
448
449 * comint.el (comint-mode): Doc fix. (Bug#7897)
450
451 * simple.el (do-auto-fill): Give it a doc string.
452
453 * button.el (make-text-button): Doc fix. (See bug#7881)
454
455 2011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
456
457 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
458 Don't move backward, so as not to fall in an inf-loop (bug#7736).
459
460 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): (bug#7735)
461 Handle ?" and friends differently (e.g. don't use backrefs).
462
463 2011-01-24 Jay Belanger <jay.p.belanger@gmail.com>
464
465 * calc/calc.el (calc-default-power-reference-level)
466 (calc-default-field-reference-level): New variables.
467 * calc/calc-units.el (math-standard-units): Add dB and Np.
468 (math-logunits): New variable.
469 (math-extract-logunits, math-logcombine, calcFunc-luplus)
470 (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level)
471 (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level):
472 New functions.
473 (math-find-base-units-rec): Add entry for ln(10).
474 * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help.
475 (calc-ul-prefix-help): New function.
476 * calc/calc-ext.el (calc-init-extensions): Autoload new units
477 functions. Add keybindings for new units functions.
478
479 2011-01-22 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
480
481 * net/rcirc.el (rcirc-kill-buffer-hook): Flush logs when killing
482 rcirc buffers. (Bug#4940)
483
484 2011-01-22 Glenn Morris <rgm@gnu.org>
485
486 * emacs-lisp/copyright.el (copyright-find-copyright): New function,
487 split out from copyright-update-year.
488 (copyright-update): Don't mess with the GPL version if we don't own the
489 copyright. Update license regexp, and remove no longer needed
490 Esperanto stuff.
491 (copyright-fix-years): Use copyright-find-copyright.
492
493 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
494
495 * vc/diff.el (diff-sentinel): Doc fix (Bug#7682).
496
497 2011-01-22 Jari Aalto <jari.aalto@cante.net>
498
499 * play/landmark.el: Change `lm-' prefix to `landmark-' (Bug#7672).
500 (lm): Rename to landmark.
501 (lm-test-run): Rename to landmark-test-run.
502
503 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
504
505 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
506 "Case sensitive" menu item.
507
508 2011-01-22 Roland McGrath <roland@frob.com>
509
510 * comint.el (comint-replace-by-expanded-history-before-point): Fix
511 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
512
513 2011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
514
515 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
516
517 2011-01-22 Jari Aalto <jari.aalto@cante.net>
518
519 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
520 Assume foo(bar) is a manpage reference rather than some unquoted
521 symbol (bug#7705).
522
523 2011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
524
525 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
526 Suggested by Flo <sensorflo@gmail.com>.
527
528 2011-01-22 Glenn Morris <rgm@gnu.org>
529
530 * progmodes/compile.el (compilation-error-regexp-alist):
531 Fix custom type. (Bug#7812)
532
533 2011-01-22 Ken Manheimer <ken.manheimer@gmail.com>
534
535 * allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to
536 allout-number-siblings, in keeping with what obtained due to
537 (now-defunct) allout-keybindings-list. Ditch repeat binding to
538 (prefixed) ?i.
539 (allout-before-change-handler): Better expose spots affected by
540 undo.
541
542 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
543
544 * man.el (Man-highlight-references0): Use make-button (Bug#7881).
545
546 2011-01-22 Phil Hagelberg <phil@evri.com>
547
548 * pcmpl-unix.el (pcmpl-ssh-config-file): New option.
549 (pcmpl-ssh-known-hosts): Rename from pcmpl-ssh-hosts.
550 (pcmpl-ssh-config-hosts): New function.
551 (pcmpl-ssh-hosts): Use pcmpl-ssh-config-hosts in addition to
552 pcmpl-ssh-known-hosts.
553
554 2011-01-21 Jay Belanger <jay.p.belanger@gmail.com>
555
556 * calc/calc-undo.el (calc-undo): Autoload it.
557 * calc/calc-ext.el (calc-init-extensions): Remove keybindings
558 and autoload for `calc-undo'.
559 * calc/calc.el (calc-mode-map): Add keybindings for `calc-undo'.
560 * calc/calc-prog.el:
561 * calc/calc-graph.el:
562 * calc/calc-map.el: Change `arglist' to `math-arglist' throughout.
563
564 2011-01-21 Štěpán Němec <stepnem@gmail.com> (tiny change)
565
566 * calc/calc-ext.el (calc-init-extensions): Map all `undo'
567 keybindings to `calc-undo'.
568
569 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
570
571 Don't mess with *temp*.
572 * obsolete/spell.el: Move from textmodes/spell.el.
573 (spell-string):
574 * term.el (term-read-input-ring):
575 * startup.el (display-startup-echo-area-message):
576 * progmodes/antlr-mode.el (antlr-directory-dependencies):
577 * comint.el (comint-read-input-ring): Use with-temp-buffer.
578 * international/mule.el (ctext-pre-write-conversion): Don't hardcode
579 point-min==1.
580
581 2011-01-20 Ken Manheimer <ken.manheimer@gmail.com>
582
583 * allout.el: (allout-institute-keymap): Use fset instead of
584 reapplying defalias.
585
586 (allout-hotspot-key-handler): Check for non-control-modified
587 bindings for hotspot characters if there are no control-modified
588 versions.
589
590 * allout.el: Summary - migrate to defining allout mode using
591 define-minor-mode instead of defun. Significantly clean-up
592 internal keymap provisions, refactoring and, in the process,
593 removing a lot of accumulated cruft.
594
595 allout-mode-map is now a keymap by virtue of being a defalias to
596 allout-mode-map-value, which contains the actual keymap structure.
597
598 (allout-mode): Use define-minor-mode rather than defun.
599 Remove now-unnecessary minor-mode setup activities from the body.
600 Specify :keymap as allout-mode-map so the minor-mode-map-alist
601 entry will be '(allout-mode . allout-mode-map) - see
602 allout-mode-map-value, below. Adjust docstring to track changes.
603 (allout-minor-mode): Remove this defalias, now that we're using
604 define-minor-mode.
605 (allout-mode-map): Set value to be 'allout-mode-map. The actual
606 keymap is allout-mode-map-value, via defalias.
607 (allout-mode-map-value): The variable holding the actual mode
608 keymap structure, by virtue of defalias from allout-mode-map.
609 (allout-compose-and-institute-keymap): Rename from
610 allout-bind-keys, and including the binding-composition
611 functionality of the former produce-allout-mode-map and
612 allout-setup-mode-map.
613 (allout-institute-keymap): Take over the "setup" part of the former
614 allout-setup-mode-map. Reassign allout-mode-map-value value and
615 update the defalias.
616 (allout-command-prefix) (allout-prefixed-keybindings)
617 (allout-unprefixed-keybindings):
618 Use allout-compose-and-institute-keymap to process the bindings.
619 (allout-unprefixed-keybindings): Remove extraneous '?' question
620 marks.
621 (allout-prefixed-keybindings): Elide binding to (prefixed) \C-h -
622 user can customize if they want to use that binding.
623 Bind allout-copy-topic-as-kill to (prefixed) \M-k.
624 Bind allout-up-current-level to (prefixed) \C-u. (I think i mistakenly
625 elided that, previously, instead of the one for \C-h.)
626 (allout-hotspot-key-handler): Remove attempt to resolve the key
627 through the literal key-string lookup on allout-keybindings-list.
628 That probably hasn't worked for a Long Time, and removal of
629 allout-keybindings-list further simplifies the keybindings
630 situation.
631 (allout-pre-command-business): Use allout-mode-map-value instead
632 of allout-mode-map.
633 (allout-preempt-trailing-ctrl-h): Remove. The user can customize
634 the bindings if they want to use a keybinding having a trailing
635 \C-h. No deprecation needed since this feature was never in a
636 release.
637 (allout-keybindings-list): Remove. It's not been useful for a
638 while. (See allout-hotspot-key-handler changes, above.)
639 (produce-allout-mode-map): Remove. Consolidate into
640 allout-compose-and-institute-keymap.
641 (allout-mode-map-adjustments): Remove. No longer necessary with
642 removal of allout-preempt-trailing-ctrl-h.
643 (allout-setup-mode-map): Remove. Consolidate into
644 allout-compose-and-institute-keymap and allout-institute-keymap.
645
646 2011-01-20 Glenn Morris <rgm@gnu.org>
647
648 * vc/vc-svn.el (vc-svn-after-dir-status): Tweak previous change.
649
650 * simple.el (read-expression-history): Remove, it's in minibuf.c.
651
652 2011-01-20 Chong Yidong <cyd@stupidchicken.com>
653
654 * subr.el (y-or-n-p): Revert 2011-01-07 change, removing ARGS.
655
656 * files.el (find-alternate-file, basic-save-buffer)
657 (basic-save-buffer-2, revert-buffer, recover-file)
658 (kill-buffer-ask, abort-if-file-too-large)
659 (set-visited-file-name, write-file, backup-buffer)
660 (basic-save-buffer, save-some-buffers):
661 * dired-aux.el (dired-compress-file): Callers changed.
662
663 2011-01-19 Glenn Morris <rgm@gnu.org>
664
665 * vc/vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
666 Also check the property status. (Bug#7861)
667
668 2011-01-18 Michael Albinus <michael.albinus@gmx.de>
669
670 * net/tramp.el (tramp-debug-message): Extend function exclude
671 list. Use `regexp-opt'.
672
673 2011-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
674
675 * textmodes/tex-mode.el (tex-font-lock-verb): Make sure \verb
676 highlighting doesn't spill over subsequent lines.
677
678 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
679 keymap expression. Improve docstring.
680
681 * electric.el (electric-indent-post-self-insert-function):
682 Don't auto-indent for indent-to-left-margin, it's too often
683 counter-productive.
684
685 2011-01-16 Tassilo Horn <tassilo@member.fsf.org>
686
687 * strokes.el (strokes-read-stroke): Re-fill strokes buffer with
688 spaces if the frame was resized, so that the full visible buffer
689 serves as canvas for strokes.
690
691 2011-01-16 Glenn Morris <rgm@gnu.org>
692
693 * info-xref.el (info-xref-docstrings): Replace cl function.
694 Also skip directories.
695
696 2011-01-16 Kevin Ryde <user42@zip.com.au>
697
698 * info-xref.el: Version 3.
699 (info-xref-check, info-xref-check-all): Move commentary details
700 into docstrings for better visibility.
701 Use compilation-mode for the results buffer.
702 (info-xref-output, info-xref-output-error, info-xref-with-output)
703 (info-xref-filename, info-xref-in-progress):
704 New internals for this.
705 (info-xref-check-list, info-xref-check-buffer)
706 (info-xref-check-all-custom): Use those.
707 (info-xref-output-buffer): Rename from info-xref-results-buffer.
708 (info-xref-output-heading): Rename from info-xref-filename-heading.
709 (info-xref-good, info-xref-bad, info-xref-xfile-alist)
710 (info-xref-filename-heading): Move to output managing section.
711 (info-xref-docstrings): New command checking "Info node `(foo)Bar'"
712 (info-xref-lock-file-p, info-xref-with-file): New helpers for it.
713 (info-xref-subfile-p): Move to generic section with those two.
714 (info-xref-check-node): New function split from
715 info-xref-check-buffer, shared by info-xref-docstrings.
716 (info-xref-goto-node-p): Move to a checking section with that func.
717 (info-xref-unavail): New counter.
718 (info-xref-check-node): Use it.
719 (info-xref-with-output): Show count of unavailables at end of output.
720 (info-xref-all-info-files): Exclude ".*" dotfiles. Ignore broken
721 symlinks. Exclude .texi files. Exclude Emacs backup files.
722 (info-xref-check-all-custom): Fix quietening viper-mode and
723 gnus-registry-install -- use setq not let so as not to unbind
724 after load.
725
726 2011-01-16 Juri Linkov <juri@jurta.org>
727
728 * isearch.el (isearch-abort): Don't quit if search has
729 an incomplete regexp (isearch-error is non-nil). (Bug#7534)
730
731 2011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
732
733 * files.el (backup-buffer): Make last-resort backup file in
734 .emacs.d (Bug#6953).
735
736 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
737 make it with permission 700.
738
739 2011-01-15 Kenichi Handa <handa@m17n.org>
740
741 * mail/rmailmm.el (rmail-mime-insert-header):
742 Set rmail-mime-coding-system to a cons whose car is the last coding
743 system used to decode the header.
744 (rmail-mime-find-header-encoding): New function.
745 (rmail-mime-insert-decoded-text):
746 Override rmail-mime-coding-system if it is a cons.
747 (rmail-show-mime): If only a header part was decoded, find the
748 coding system while ignoring mm-charset-override-alist.
749
750 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
751
752 * subr.el (event-start, event-end): Doc fix (Bug#7826).
753
754 2011-01-15 Kenichi Handa <handa@m17n.org>
755
756 * mail/rmailmm.el (rmail-mime-next-item)
757 (rmail-mime-previous-item): Delete them.
758 (rmail-mime-shown-mode): Recursively call for children.
759 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
760 Callers changed.
761 (rmail-mime-raw-mode): Recursively call for children.
762 (rmail-mode-map): Change mapping of tab and backtab to
763 forward-button and backward-button respectively.
764 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
765 button.
766 (rmail-mime-update-tagline): New function.
767 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
768 body display is changed.
769 (rmail-mime-toggle-button): Rename from rmail-mime-image.
770 (rmail-mime-image): Delete this button type.
771 (rmail-mime-toggle): New button type.
772 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
773 body display is changed. Change the save button label to "Save".
774 Don't process show/hide button here.
775 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
776 the body display is changed. Unconditionally call
777 rmail-mime-insert for children.
778 (rmail-mime-handle): Update `display' vector of the just inserted
779 entity.
780 (rmail-mime-process): If mail-header-parse-content-type returns
781 nil, use "text/plain" as the fallback type.
782 (rmail-mime-insert): For raw-mode, recursively call
783 rmail-mim-insert for children.
784 (rmail-mime): Handle the case that the current buffer is not rmail
785 buffer (e.g. in summary buffer).
786
787 2011-01-15 Kenichi Handa <handa@m17n.org>
788
789 * mail/rmailmm.el (rmail-mime-next-item)
790 (rmail-mime-previous-item): Skip the body of a non-multipart
791 entity if a tagline is shown.
792
793 2011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
794
795 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
796 (tmm-prompt): Simplify.
797 (tmm-add-prompt): Remove unused var `win'.
798
799 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
800 to minor mode which used nil accidentally to mean "turn off".
801
802 2011-01-15 Michael Albinus <michael.albinus@gmx.de>
803
804 * net/tramp-sh.el (tramp-find-inline-compress)
805 (tramp-get-inline-coding): Quote command after pipe symbol for
806 local calls under W32. (Bug#6784)
807
808 2011-01-15 Michael Albinus <michael.albinus@gmx.de>
809
810 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
811 only when running under W32.
812
813 2011-01-15 Eli Zaretskii <eliz@gnu.org>
814
815 * progmodes/grep.el (grep-compute-defaults): Quote the program
816 file name after the pipe symbol in Grep templates. (Bug#6784)
817 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
818
819 2011-01-15 Lennart Borgman <lennart.borgman@gmail.com>
820
821 * buff-menu.el (Buffer-menu-buffer-list): New var.
822 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
823 restricted buffer list is not lost on revert (Bug#7749).
824
825 2011-01-15 Eric Hanchrow <eric.hanchrow@gmail.com>
826
827 * net/ldap.el (ldap-search-internal): Discard stderr output.
828
829 2011-01-15 Eli Zaretskii <eliz@gnu.org>
830
831 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
832
833 2011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
834
835 * vc-bzr.el (vc-bzr-annotate-time): Tweak previous change.
836
837 2011-01-15 Kenichi Handa <handa@m17n.org>
838
839 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
840 part as a plain text.
841 (rmail-mime-process-multipart): Set the default content-type to
842 nil for unknown multipart subtypes (bug#7651).
843
844 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
845
846 * hexl.el (hexl-mode-old-*): Remove.
847 (hexl-mode--old-var-vals): New var to replace them.
848 (hexl-mode--minor-mode-p, hexl-mode--setq-local): New funs.
849 (hexl-mode, hexl-follow-line, hexl-activate-ruler):
850 Use them to set local vars (bug#7846).
851 (hexl-mode-exit): Use hexl-mode--old-var-vals to restore state.
852 (hexl-backward-short, hexl-backward-word, hexl-scroll-down)
853 (hexl-scroll-up, hexl-end-of-1k-page, hexl-end-of-512b-page): Simplify.
854
855 * vc/smerge-mode.el: Resolve comment conflicts more aggressively.
856 (smerge-resolve--normalize-re): New var.
857 (smerge-resolve--extract-comment, smerge-resolve--normalize): New funs.
858 (smerge-resolve): Use them.
859 * newcomment.el (comment-only-p): New function.
860 (comment-or-uncomment-region): Use it.
861
862 2011-01-14 Brent Goodrick <bgoodr@gmail.com> (tiny change)
863
864 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
865 table, get the value before switching to the output buffer. (Bug#7733)
866
867 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
868
869 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
870
871 2011-01-14 Kim F. Storm <storm@cua.dk>
872
873 * emulation/cua-base.el (cua--init-keymaps):
874 Remap exchange-point-and-mark in cua-global-keymap.
875
876 2011-01-14 Tassilo Horn <tassilo@member.fsf.org>
877
878 * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
879 loop keyword.
880
881 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
882
883 * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.
884 Require CL.
885 (easy-menu-create-menu, easy-menu-convert-item-1):
886 Use :label rather than nil for labels. Use `case'.
887 Add :enable as alias for :active.
888 (easy-menu-binding): Obey :label.
889
890 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
891
892 Use run-mode-hooks for major mode hooks (bug#513).
893 * textmodes/reftex-toc.el (reftex-toc-mode-map):
894 Rename from reftex-toc-map.
895 (reftex-toc-mode): Use define-derived-mode.
896 * textmodes/reftex-sel.el (reftex-select-shared-map): New map.
897 (reftex-select-label-mode-map, reftex-select-bib-mode-map):
898 Rename from reftex-select-(label|bib)-map. Move init into declaration.
899 (reftex-select-label-mode, reftex-select-bib-mode):
900 Use define-derived-mode.
901 * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
902 (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
903 Move init into delcaration.
904 (reftex-index-mode, reftex-index-phrases-mode):
905 Use define-derived-mode.
906 * speedbar.el (speedbar-mode-syntax-table): Renaqme from
907 speedbar-syntax-table. Move init into declaration.
908 (speedbar-mode-map): Rename from speedbar-key-map.
909 Move init into declaration.
910 (speedbar-file-key-map): Move init into declaration.
911 (speedbar-mode): Use define-derived-mode.
912 * recentf.el (recentf-mode): Don't run hook (or message) redundantly.
913 * net/rcirc.el (rcirc-mode): Use run-mode-hooks.
914 * emacs-lisp/chart.el (chart-mode-map): Rename from chart-map.
915 (chart-face-list): Move initialization into declaration.
916 (chart-mode): Use define-derived-mode.
917 * calculator.el (calculator-mode-map): Move init into declaration.
918 (calculator-mode): Use define-derived-mode.
919
920 * mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
921 work for nested comments.
922
923 * progmodes/prolog.el: Use syntax-propertize. Further code cleanup.
924 (prolog-use-prolog-tokenizer-flag): Change default when
925 syntax-propertize can be used.
926 (prolog-syntax-propertize-function): New var.
927 (prolog-mode-variables): Move make-local-variable into `set'.
928 Don't make comment-column local since we don't set it.
929 Set comment-add (as it was in previous prolog.el). Use dolist.
930 Set syntax-propertize-function.
931 (prolog-mode, prolog-inferior-mode):
932 Call prolog(-inferior)-menu directly, not through the mode-hook.
933 (prolog-buffer-module, prolog-indent-level)
934 (prolog-paren-is-the-first-on-line-p, prolog-paren-balance)
935 (prolog-comment-limits, prolog-goto-comment-column):
936 Use line-(end|beginning)-position.
937 (prolog-build-prolog-command): Tighten up regexp.
938 (prolog-consult-compile): Move make-local-variable into `set'.
939 (prolog-consult-compile-filter, prolog-goto-next-paren)
940 (prolog-help-on-predicate, prolog-clause-info)
941 (prolog-mark-predicate): Don't let+setq.
942 (prolog-indent-line): Use indent-line-to.
943 Only call prolog-goto-comment-column if necessary.
944 (prolog-indent-level): Use bobp.
945 (prolog-first-pos-on-line): Remove, not used any more.
946 (prolog-in-string-or-comment): Use syntax-ppss if available.
947 (prolog-help-on-predicate): Use read-string.
948 (prolog-goto-predicate-info): Simplify.
949 (prolog-read-predicate): Use `default' rather than `initial'.
950 (prolog-temporary-file): Use make-temp-file to close a security hole.
951 (prolog-toggle-sicstus-sd): New command.
952 (prolog-electric-underscore, prolog-variables-to-anonymous):
953 Use dynamic-scoping as it was meant.
954 (prolog-menu): Move menu definitions to top-level.
955 Use a toggle-button for Sicstus's source debugger.
956 Change "Code" to the more usual "Prolog", and hence change "Prolog"
957 to "System".
958 (prolog-inferior-menu): Reuse prolog-menu's help menu.
959 Move other menu definition to top-level.
960
961 2011-01-13 Tassilo Horn <tassilo@member.fsf.org>
962
963 * doc-view.el (doc-view-open-text): Use meaningful text buffer
964 name. Keep original document's directory as default-directory
965 (bug#6446).
966 (doc-view-initiate-display): Fall back to normal mode when
967 doc-view-mode cannot be enabled, also when extracting the document
968 text into a separate buffer (bug#6446).
969
970 * simple.el (shell-command): Don't error out if shell command
971 buffer contains text with non-nil read-only property when erasing
972 the buffer.
973
974 2011-01-13 Kim F. Storm <storm@cua.dk>
975
976 * ido.el (ido-may-cache-directory): Move "too-big" check later.
977 (ido-next-match, ido-prev-match): Fix stray reordering of matching
978 items when cycling through the matches.
979
980 2011-01-13 Tassilo Horn <tassilo@member.fsf.org>
981
982 * dired-x.el (dired-omit-verbose): New defcustom that allows
983 disabling the omit messages.
984 (dired-omit-expunge): Use it.
985
986 2011-01-13 Christian Ohler <ohler@gnu.org>
987
988 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
989
990 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
991
992 * font-lock.el (font-lock-verbose): Default to nil.
993
994 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
995
996 * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
997 (compose-mail): New arg RETURN-ACTION.
998 (compose-mail-other-window, compose-mail-other-frame): Likewise.
999
1000 * mail/sendmail.el (mail-return-action): New var.
1001 (mail-mode): Make it buffer-local.
1002 (mail-bury): Obey it. Move special Rmail window handling to
1003 rmail-mail-return.
1004 (mail, mail-setup): New arg RETURN-ACTION.
1005 (sendmail-user-agent-compose): Move from simple.el.
1006
1007 * mail/rmail.el (rmail-mail-return): New function.
1008 (rmail-start-mail): Pass it to compose-mail.
1009
1010 2011-01-12 Chong Yidong <cyd@stupidchicken.com>
1011
1012 * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
1013 menus. Add menu item for customize-themes.
1014
1015 * cus-theme.el (customize-themes):
1016 * emacs-lisp/package.el (package--list-packages):
1017 Use switch-to-buffer.
1018
1019 2011-01-11 Johan Bockgård <bojohan@gnu.org>
1020
1021 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
1022
1023 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
1024
1025 * progmodes/prolog.el: Fix up coding convention and such.
1026 (prolog-indent-width): Use the same default as in
1027 previous prolog.el rather than tab-width which depends on which buffer
1028 is current when the file is loaded.
1029 (prolog-electric-newline-flag): Only enable if electric-indent-mode
1030 is not available.
1031 (prolog-emacs): Remove. Use (featurep 'xemacs) instead.
1032 (prolog-known-systems): Remove.
1033 (prolog-mode-syntax-table, prolog-inferior-mode-map):
1034 Move initialization into declaration.
1035 (prolog-mode-map): Move initialization into declaration.
1036 Remove system-specific mode-map vars, since they referred to the same
1037 keymap anyway.
1038 (prolog-mode-variables): Obey the user's preference w.r.t
1039 adaptive-fill-mode. Prefer symbol-value to `eval'.
1040 (prolog-mode-keybindings-edit): Add compatibility bindings.
1041 (prolog-mode): Use define-derived-mode. Don't handle mercury here.
1042 (mercury-mode-map): New var.
1043 (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
1044 (prolog-ensure-process, prolog-process-insert-string)
1045 (prolog-consult-compile): Use with-current-buffer.
1046 (prolog-guess-fill-prefix): Simplify data flow.
1047 (prolog-replace-in-string): New function to use instead of
1048 replace-in-string.
1049 (prolog-enable-sicstus-sd): Don't abuse `eval'.
1050 (prolog-uncomment-region): Use `uncomment-region' when available.
1051 (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
1052 (prolog-int-to-char, prolog-char-to-int): New functions to use instead
1053 of int-to-char and char-to-int.
1054 (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
1055
1056 2011-01-11 Stefan Bruda <stefan@bruda.ca>
1057
1058 * progmodes/prolog.el: Replace by a whole new file.
1059
1060 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
1061
1062 * subr.el (eval-after-load): Fix timing for features (bug#7769).
1063 (declare-function, undefined, insert-for-yank)
1064 (replace-regexp-in-string): Follow checkdoc's recommendations.
1065
1066 2011-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1067
1068 * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
1069 refreshing the diary buffer.
1070
1071 2011-01-10 Ken Manheimer <ken.manheimer@gmail.com>
1072
1073 * allout.el: Add 2011 to the file copyright.
1074 (allout-encrypt-string): Prevent encryption from adding an extra
1075 newline at the end of the topic body.
1076 (allout-version): Increment to 2.3.
1077
1078 2011-01-10 Michael Albinus <michael.albinus@gmx.de>
1079
1080 * net/dbus.el (dbus-unregister-service): Complete doc.
1081 Fix call of dbus-error signal.
1082 (dbus-register-property): Use `dont-register' keyword.
1083
1084 2011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
1085
1086 * net/dbus.el (dbus-unregister-service): Translate returned
1087 integer into a symbol.
1088 (dbus-register-property): Use `dbus-register-service' to do the
1089 name registration.
1090
1091 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
1092
1093 * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
1094 Suggested by Joakim Verona.
1095
1096 * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
1097
1098 * wid-edit.el (visibility): Replace :on-image and :off-image
1099 widget properties with :on-glyph and :off-glyph, for consistency
1100 with the `visibility' widget.
1101 (widget-toggle-value-create, widget-visibility-value-create):
1102 Merge into a single function `widget-toggle-value-create'.
1103
1104 * cus-edit.el (custom-variable-value-create, custom-visibility)
1105 (custom-face-edit-value-create, custom-face-value-create):
1106 Replace :on-image and :off-image widget properties with :on-glyph and
1107 :off-glyph, for consistency with the `visibility' widget.
1108
1109 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
1110
1111 * net/ldap.el (ldap-search-internal): Don't use eval.
1112
1113 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
1114
1115 * subr.el (read-char-choice): Use read-key.
1116
1117 * custom.el (custom-safe-themes): Rename from
1118 custom-safe-theme-files. Add :risky tag.
1119 (load-theme, custom-theme-load-confirm): Save sha1 hashes to
1120 custom-safe-themes, not filenames. Suggested by Stefan Monnier.
1121
1122 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
1123
1124 * tool-bar.el (tool-bar-setup): Remove Help button. Remove label
1125 from Search and add a label to Undo.
1126
1127 * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
1128 inappropriate buttons and adding :vert-only tags.
1129
1130 * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
1131 removal of Help tool-bar button. Remove Undo button for space.
1132
1133 * info.el (info-tool-bar-map): Add :vert-only tags.
1134
1135 2011-01-08 Tassilo Horn <tassilo@member.fsf.org>
1136
1137 * doc-view.el (doc-view-mode-p): Check for png or imagemagick
1138 image backend support. Either of them is fine.
1139
1140 2011-01-08 Chong Yidong <cyd@stupidchicken.com>
1141
1142 * subr.el (y-or-n-p): Doc fix.
1143
1144 * custom.el (custom-safe-theme-files): New defcustom.
1145 (custom-theme-load-confirm): New function.
1146 (load-theme): Load theme using `load', confirming with
1147 custom-theme-load-confirm if necessary.
1148
1149 * subr.el (read-char-choice): New function, factored out from
1150 dired-query and hack-local-variables-confirm.
1151
1152 * dired-aux.el (dired-query):
1153 * files.el (hack-local-variables-confirm): Use it.
1154
1155 * dired-aux.el (dired-compress-file):
1156 * files.el (abort-if-file-too-large, find-alternate-file)
1157 (set-visited-file-name, write-file, backup-buffer)
1158 (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
1159 (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
1160 Use new format string args for y-or-n-p and yes-or-no-p.
1161
1162 2011-01-08 Andreas Schwab <schwab@linux-m68k.org>
1163
1164 * progmodes/compile.el (compilation-error-regexp-alist-alist)
1165 [gcc-include]: Tighten file name match, add match for column
1166 number. (Bug#7806)
1167 [gnu]: Remove unused group.
1168
1169 2011-01-08 Glenn Morris <rgm@gnu.org>
1170
1171 * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
1172
1173 * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
1174
1175 2011-01-07 Sam Steingold <sds@gnu.org>
1176
1177 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
1178 the `explicit-shell-file-name' because that is the
1179 non-interactive shell.
1180
1181 2011-01-07 Chong Yidong <cyd@stupidchicken.com>
1182
1183 * subr.el (y-or-n-p): Accept format string args.
1184
1185 2011-01-07 Glenn Morris <rgm@gnu.org>
1186
1187 * Makefile.in (EMACSOPT): Add --no-site-lisp.
1188
1189 2011-01-06 Ken Manheimer <ken.manheimer@gmail.com>
1190
1191 * allout.el (allout-back-to-current-heading): Ensure return to
1192 the visible containing topic, rather than a collapsed one.
1193 (allout-view-change-hook): Remove hook that was deprecated long ago.
1194 (allout-exposure-change-hook): Remove documentation remarks
1195 concerning removed allout-view-change-hook.
1196 (allout-flag-region): Remove invocation of and documentation
1197 remarks concerning allout-view-change-hook.
1198
1199 2011-01-06 Glenn Morris <rgm@gnu.org>
1200
1201 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
1202 (vc-bzr-annotate-extract-revision-at-line):
1203 Handle authors with embedded spaces. (Bug#7792)
1204
1205 2011-01-05 Tassilo Horn <tassilo@member.fsf.org>
1206
1207 * doc-view.el (doc-view-image-width): New variable.
1208 (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
1209 backend for PNG images, and do dynamic rescaling instead of
1210 reconverting the whole doc.
1211
1212 2011-01-05 Glenn Morris <rgm@gnu.org>
1213
1214 * emacs-lisp/rx.el (rx-repeat): Replace CL function.
1215
1216 2011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
1217
1218 * allout.el: Reconcile with changes in line movement behavior for
1219 long text lines that cross more than a single physical window
1220 line, ie when truncate-lines is nil.
1221 (allout-next-visible-heading): Provide for change in line-move
1222 behavior on long lines when truncate-lines is nil. In that case,
1223 line-move can wind up on the same textual line when it moves to
1224 the next window line, and moving to the bullet position after the
1225 move yields zero advancement. Add logic to detect and compensate
1226 for the lack of progress.
1227 (allout-current-topic-collapsed-p): move-end-of-line respect for
1228 field boundaries is different when operating with body lines
1229 shorter than window width versus ones greater than window width,
1230 which can yield false negatives in this function. Avoid
1231 difference by applying move-end-of-line while field-text-motion is
1232 inhibited.
1233
1234 2011-01-04 Glenn Morris <rgm@gnu.org>
1235
1236 * textmodes/rst.el (rst-compile-toolsets):
1237 Add pdf and s5 to option alist.
1238
1239 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
1240
1241 * net/dbus.el (dbus-register-property): Add optional parameter
1242 dont-register-service. Updated docstring accordingly.
1243
1244 2011-01-04 Andreas Schwab <schwab@linux-m68k.org>
1245
1246 * textmodes/rst.el (rst-compile-pdf-preview)
1247 (rst-compile-slides-preview): Remove extra line.
1248
1249 2011-01-04 Glenn Morris <rgm@gnu.org>
1250
1251 * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
1252 Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise
1253 default to `prog' without a .py extension.
1254 (rst-compile-pdf-preview, rst-compile-slides-preview):
1255 Use program names from rst-compile-toolsets, rather than hard-coding.
1256 (rst-portable-mark-active-p): Fix presumed typo.
1257
1258 2011-01-02 Eli Zaretskii <eliz@gnu.org>
1259
1260 * term/w32-win.el (dynamic-library-alist): Set up correctly for
1261 libpng versions both before and after 1.4.0. (Bug#7716)
1262
1263 2011-01-02 Eli Zaretskii <eliz@gnu.org>
1264
1265 * time.el (display-time-mode): Mention display-time-interval in
1266 the doc string. (Bug#7713)
1267
1268 2011-01-02 Kenichi Handa <handa@m17n.org>
1269
1270 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
1271 condition-case and return an error message string if something
1272 goes wrong.
1273 (rmail-show-mime): Adjust for the above change. Insert the
1274 header by rmail-mime-insert-header.
1275
1276 2011-01-02 Kenichi Handa <handa@m17n.org>
1277
1278 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
1279 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
1280 (rmail-mime-mbox-buffer)
1281 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
1282 (rmail-mime-entity): Argument changed. All codes handling an
1283 entity object are changed.
1284 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
1285 the above change.
1286 (rmail-mime-entity-children, rmail-mime-entity-handler)
1287 (rmail-mime-entity-tagline): New functions.
1288 (rmail-mime-message-p): New function.
1289 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
1290 (rmail-mime-entity-segment, rmail-mime-next-item)
1291 (rmail-mime-previous-item, rmail-mime-shown-mode)
1292 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
1293 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
1294 (rmail-mime-insert-tagline, rmail-mime-insert-header):
1295 New functions.
1296 (rmail-mime-text-handler): Call rmail-mime-insert-text.
1297 (rmail-mime-insert-decoded-text): New function.
1298 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
1299 (rmail-mime-insert-image): Argument changed. Caller changed.
1300 (rmail-mime-image): Call rmail-mime-toggle-hidden.
1301 (rmail-mime-set-bulk-data): New funciton.
1302 (rmail-mime-insert-bulk): Argument changed.
1303 (rmail-mime-multipart-handler): Return t.
1304 (rmail-mime-process-multipart): Argument changed.
1305 Handle "multipart/alternative" here.
1306 (rmail-mime-process): Argument changed.
1307 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
1308 (rmail-mime-insert): Argument changed. Handle raw display mode.
1309 (rmail-mime): Argument changed. Handle toggling of raw display
1310 mode.
1311 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
1312 rmail-mime-view-buffer.
1313 (rmail-insert-mime-forwarded-message): Likewise.
1314 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
1315
1316 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
1317 non-nil, handle the header in rmail-show-mime-function.
1318
1319 2011-01-02 Leo <sdl.web@gmail.com>
1320
1321 * help-fns.el (describe-variable): Fix previous change.
1322
1323 2011-01-02 Juri Linkov <juri@jurta.org>
1324
1325 * isearch.el (isearch-lazy-highlight-error): New variable.
1326 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
1327 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
1328 to the current value of `isearch-error' (Bug#7468).
1329
1330 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
1331
1332 * help-fns.el (describe-variable): Don't emit trailing whitespace
1333 (Bug#7511).
1334
1335 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
1336
1337 * textmodes/rst.el (rst-compile-pdf-preview)
1338 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
1339
1340 2011-01-02 Kevin Gallagher <Kevin.Gallagher@boeing.com>
1341
1342 * emulation/edt-mapper.el: Override mapping of function keys so
1343 that the later call to read-key-sequence works.
1344
1345 2011-01-02 Eli Zaretskii <eliz@gnu.org>
1346
1347 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
1348 Unix EOLs. (Bug#7589)
1349
1350 2011-01-02 Leo <sdl.web@gmail.com>
1351
1352 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
1353 if point is not behind eshell-last-output-end (Bug#7585).
1354
1355 2011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
1356
1357 * files.el (file-local-variables-alist):
1358 Make permanent-local (bug#7767).
1359
1360 2011-01-02 Glenn Morris <rgm@gnu.org>
1361
1362 * version.el (emacs-copyright): Set short copyright year to 2011.
1363
1364 2011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
1365
1366 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
1367 an existing temp buffer. (Bug#7746)
1368
1369 2011-01-02 Glenn Morris <rgm@gnu.org>
1370
1371 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
1372 multiple addresses. (Bug#7760)
1373
1374 2011-01-01 Ken Manheimer <ken.manheimer@gmail.com>
1375
1376 * allout.el (allout-auto-fill): Do not infinitely recurse - use
1377 do-auto-fill if everything points back to allout-auto-fill.
1378 (allout-mode-deactivate-hook): Declare obsolete, in favor of
1379 standard-formed minor-mode deactivate hook, allout-mode-off-hook.
1380
1381 2010-12-31 Michael Albinus <michael.albinus@gmx.de>
1382
1383 * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
1384 and "scpx".
1385
1386 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
1387
1388 * doc-view.el (doc-view-set-doc-type): New function refactored
1389 from doc-view-mode.
1390 (doc-view-fallback-mode): New function.
1391 (doc-view-mode): Use it.
1392 (doc-view-mode-maybe): New function that checks if doc-view-mode
1393 can be used and falls back to the next best mode otherwise.
1394
1395 * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
1396 DVI, OpenDocument, and MS Office files.
1397
1398 2010-12-30 Andreas Schwab <schwab@linux-m68k.org>
1399
1400 * emacs-lisp/rx.el (rx-syntax): Fix typo.
1401
1402 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
1403
1404 * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
1405 on a copy of auto-mode-alist, because that deletes with side
1406 effects.
1407
1408 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
1409
1410 * doc-view.el (doc-view-mode, doc-view-toggle-display):
1411 Use normal-mode without doc-view-mode bindings in auto-mode-alist as
1412 fallback instead of hard coding fundamental mode.
1413
1414 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
1415
1416 * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
1417 Office) files also for searching.
1418
1419 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
1420
1421 * doc-view.el: Implement viewing of OpenDocument (and Microsoft
1422 Office) files. Not yet enabled via auto-mode-list.
1423 (doc-view-unoconv-program): New custom variable.
1424 (doc-view-mode-p): Handle new odf document type.
1425 (doc-view-odf->pdf): New conversion function.
1426 (doc-view-convert-current-doc): Call it for odf files.
1427 (doc-view-mode): Recognize newly supported file extensions.
1428
1429 2010-12-30 Michael Albinus <michael.albinus@gmx.de>
1430
1431 * net/tramp.el (tramp-default-method-alist)
1432 (tramp-default-user-alist)
1433 (tramp-local-host-regexp, tramp-prefix-domain-format)
1434 (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
1435
1436 * net/tramp-ftp.el:
1437 * net/tramp-gvfs.el:
1438 * net/tramp-gw.el:
1439 * net/tramp-imap.el:
1440 * net/tramp-sh.el:
1441 * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
1442 code of `tramp-default-method-alist' and `tramp-default-user-alist'.
1443
1444 2010-12-29 Karl Fogel <kfogel@red-bean.com>
1445
1446 * saveplace.el (save-place-alist-to-file): Save list sorted and
1447 pretty-printed, so that it is mergeable by line-based text merging,
1448 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
1449
1450 2010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
1451
1452 * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
1453 (allout-mode): Argument "toggle" => "force".
1454 Refine the docstring.
1455 Remove special provisions for reactivation, besides the 'force'
1456 argument.
1457 Consolidate layout provisions coce directly into the activation
1458 condition branch, now that we've removed those provisions.
1459 (allout-unload-function): Explicitly activate the mode before
1460 deactivating, if it's initially deactivated.
1461 (allout-set-buffer-multibyte): Properly prevent byte-compiler
1462 warnings for version of function used only where
1463 set-buffer-multibyte is unavailable.
1464
1465 2010-12-28 Chong Yidong <cyd@stupidchicken.com>
1466
1467 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
1468 are handled by the menu-bar entries. As before, don't use
1469 :visibile to avoid changing the tool-bar.
1470
1471 2010-12-27 Michael Albinus <michael.albinus@gmx.de>
1472
1473 * net/secrets.el (secrets-delete-alias): New defun.
1474
1475 2010-12-27 Michael Albinus <michael.albinus@gmx.de>
1476
1477 * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
1478 methods, otherwise ~/.ssh/config would be ignored.
1479
1480 2010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
1481
1482 * emacs-lisp/rx.el: Make it a superset of sregex.
1483 (rx-constituents): Add `any => "."', mark `repeat' as taking any number
1484 of args, add `regex' alias.
1485 (rx-info): Add arg to distinguish head and standalone forms.
1486 (rx-check, rx-form): Pass the corresponding arg.
1487 (rx-**): Simplify.
1488 (rx-repeat): Make it work for any number of args.
1489 (rx-syntax): Make it accept syntax chars as is.
1490 * obsolete/sregex.el: Move from emacs-lisp/.
1491 * emacs-lisp/re-builder.el: Remove sregex support.
1492 * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
1493
1494 2010-12-25 Eli Zaretskii <eliz@gnu.org>
1495
1496 * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
1497 PRIMARY first, then the clipboard. (Bug#7699)
1498
1499 2010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
1500
1501 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
1502 print-number-table.
1503
1504 2010-12-21 Chong Yidong <cyd@stupidchicken.com>
1505
1506 * help-fns.el (find-lisp-object-file-name): Locate .emacs from
1507 .emacs.elc (Bug#7530).
1508
1509 * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
1510 image spec (Bug#7480).
1511
1512 2010-12-21 Daiki Ueno <ueno@unixuser.org>
1513
1514 * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
1515 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
1516 Move from lisp/.
1517
1518 2010-12-20 Leo <sdl.web@gmail.com>
1519
1520 * dnd.el (dnd-get-local-file-name): Unhex of file name shall
1521 always be performed (Bug#7680).
1522
1523 2010-12-20 Chong Yidong <cyd@stupidchicken.com>
1524
1525 * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
1526 (menu-bar-edit-menu): Bind "Copy" to kill-ring-save. Don't use
1527 mouse-region-match.
1528
1529 * color.el: Move from gnus/.
1530
1531 * vc/diff.el (diff-better-file-name): Function deleted.
1532 abbreviating file names causes problems with shell-quote-argument.
1533 (diff-no-select): Just use expand-file-name.
1534
1535 * tool-bar.el (tool-bar--image-expression): New function.
1536 (tool-bar-local-item, tool-bar--image-exp): Use it.
1537 (tool-bar-setup): Initialize tool-bar-separator-image-expression.
1538 Use :enable instead of :visible to avoid changing the tool-bar
1539 configuration unnecessarily.
1540
1541 * info.el (info-tool-bar-map): Add separators.
1542
1543 2010-12-17 Ken Brown <kbrown@cornell.edu>
1544
1545 * loadup.el: Use version numbers in Cygwin build.
1546
1547 2010-12-17 Ryan Twitchell <metatheorem@gmail.com> (tiny change)
1548
1549 * ido.el (ido-file-internal): Ask for confirmation before
1550 overwriting an existing file (Bug#1238).
1551
1552 2010-12-16 Chong Yidong <cyd@stupidchicken.com>
1553
1554 * tool-bar.el (tool-bar-setup): Add separators.
1555
1556 * menu-bar.el (featurep): Use menu-bar-separator.
1557
1558 2010-12-16 Ken Manheimer <ken.manheimer@gmail.com>
1559
1560 Migrate allout encryption provisions from pgg to epg.
1561
1562 * allout.el (allout-toggle-current-subtree-encryption)
1563 (allout-toggle-subtree-encryption): Adjust docstrings to reflect
1564 defaulting policy and other changes. Change fetch-pass to keymode-cue,
1565 for simpler universal argument interpretation.
1566 (allout-toggle-subtree-encryption): Adjust docstring to describe
1567 changed encryption provisions. Change fetch-pass to keymode-cue, for
1568 simpler universal argument interpretation. Remove provisions for
1569 handling key type and identity - they'll all be within
1570 allout-encrypt-string or epg/epg or even contained all the way in gpg.
1571 (allout-encrypt-string): Include keymode-cue, for optionally prompting
1572 for keypair recipients (universal argument > 1) and, in addition,
1573 associating the specified recipients with the outline (universal
1574 argument > 4) using a file local variable setting for
1575 'epa-file-encrypt-to'.
1576 Require epa, for recipients handling.
1577 Change how regexp filtering elements are named.
1578 Describe the problem with caching of incorrect symmetric-decryption
1579 keys.
1580 Use the epa-passphrase-callback-function, in case the user is using
1581 GnuPG v1.
1582 Support saving of the selected keypair recipients when invoked with a
1583 keymode-cue > 4.
1584 Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
1585 Require 'epa.
1586 Establish epg-context with armoring and default epg-protocol.
1587 Remove all passphrase cache, verification, and hinting code.
1588 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
1589 No longer used, delete.
1590 (allout-mode): Adjust docstring to describe changed encryption
1591 provisions. Describe the problem with caching of incorrect
1592 symmetric-decryption keys.
1593 (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
1594 (allout-make-passphrase-state, allout-passphrase-state-passphrase)
1595 (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
1596 (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
1597 Obsolete, remove.
1598
1599 2010-12-16 Daiki Ueno <ueno@unixuser.org>
1600
1601 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
1602 key selection prompt; make 'silent as default (Bug#7487).
1603
1604 2010-12-16 Leo <sdl.web@gmail.com>
1605
1606 * eshell/eshell.el (eshell-directory-name):
1607 Use locate-user-emacs-file (Bug#7578).
1608
1609 2010-12-15 Glenn Morris <rgm@gnu.org>
1610
1611 * loadup.el (symbol-file-load-history-loaded): Remove; unused.
1612
1613 2010-12-15 Jari Aalto <jari.aalto@cante.net>
1614 Scott Evans <gse@antisleep.com>
1615
1616 * rect.el (rectange--default-line-number-format)
1617 (rectangle-number-line-callback): New functions.
1618 (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
1619
1620 2010-12-15 Chong Yidong <cyd@stupidchicken.com>
1621
1622 * rect.el (operate-on-rectangle-lines, string-rectangle-string):
1623 Delete unused variables.
1624 (move-to-column-force): Remove function obsolete since 21.2.
1625
1626 2010-12-14 Michael Albinus <michael.albinus@gmx.de>
1627
1628 * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
1629 (tramp-handle-insert-file-contents): Do not set permanent-local
1630 property.
1631
1632 * net/tramp-cache.el (tramp-persistency-file-name):
1633 Use `locate-user-emacs-file' if fboundp.
1634
1635 * net/tramp-sh.el (tramp-methods): Add "ksu".
1636 (tramp-default-user-alist): Add "ksu". Use `regexp-opt' for
1637 method list.
1638
1639 2010-12-14 Glenn Morris <rgm@gnu.org>
1640
1641 * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
1642 (find-tag-marker-ring): Declare.
1643 (js-find-symbol): Require etags.
1644
1645 * mail/sendmail.el: Don't require rmail or mailalias when compiling.
1646 Require mail-utils.
1647 (mail-alias-file): Don't autoload. Doc fix.
1648 (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
1649 (mail-mailer-swallows-blank-line): Default to nil. Doc fix.
1650 Mark as obsolete, and risky.
1651 (mail-setup): Simplify.
1652
1653 * mail/mailalias.el (build-mail-aliases): Make it interactive.
1654 * mail/sendmail.el (build-mail-aliases): Update autoload.
1655
1656 * dired.el (dired-trivial-filenames, dired-chown-program)
1657 (dired-auto-revert-buffer): Remove autoload cookies.
1658 * mail/sendmail.el (mail-recover-1): Require 'dired.
1659
1660 * dired.el (dired-subdir-switches, dired-chown-program)
1661 (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
1662 Make into defcustoms.
1663 (dired-chown-program): Simplify initialization.
1664
1665 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
1666
1667 2010-12-13 Romain Francoise <romain@orebokech.com>
1668
1669 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
1670
1671 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1672
1673 * net/netrc.el (netrc-point-at-eol): Remove the unused
1674 netrc-point-at-old and netrc-bound-and-true-p bindings.
1675 (netrc-parse): Cache the netrc contents.
1676
1677 2010-12-13 Eli Zaretskii <eliz@gnu.org>
1678
1679 * subr.el (posn-col-row): Evaluate header-line-format in the
1680 context of the POSITION window's buffer.
1681
1682 2010-12-13 Glenn Morris <rgm@gnu.org>
1683
1684 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
1685 (with-silent-modifications): Doc fixes.
1686
1687 2010-12-13 Michael Albinus <michael.albinus@gmx.de>
1688
1689 * net/tramp.el (tramp-action-password, tramp-process-actions):
1690 Revert previous from. Use `save-restriction'.
1691
1692 2010-12-13 Stephen Berman <stephen.berman@gmx.net>
1693
1694 * calendar/diary-lib.el (diary-list-sexp-entries):
1695 Handle case of no newline at end of file. (Bug#7536)
1696
1697 2010-12-13 Glenn Morris <rgm@gnu.org>
1698
1699 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
1700
1701 2010-12-13 Michael Albinus <michael.albinus@gmx.de>
1702
1703 * net/tramp.el (tramp-action-password): Delete region, do not narrow.
1704 (tramp-process-actions): Do not widen.
1705
1706 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1707 Protect buffer-modified value. (Bug#7557)
1708
1709 2010-12-13 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
1710
1711 * log-edit.el (log-edit-changelog-entries):
1712 Regexp quote filename. (Bug#7505)
1713
1714 2010-12-13 Tom Breton <tehom@panix.com>
1715
1716 * cus-edit.el (custom-save-all):
1717 Bind print-length and print-level to nil. (Bug#7581)
1718
1719 2010-12-13 Glenn Morris <rgm@gnu.org>
1720
1721 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
1722 Run hooks to update menu contents. (Bug#7586)
1723
1724 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
1725 file names, for the sake of MS Windows. (Bug#7588)
1726
1727 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
1728
1729 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
1730 empty lines without a leading space.
1731
1732 2010-12-13 Leo <sdl.web@gmail.com>
1733
1734 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
1735 while mapping over marks (Bug#6810).
1736
1737 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
1738
1739 * image-dired.el (image-dired-db-file)
1740 (image-dired-temp-image-file, image-dired-gallery-dir)
1741 (image-dired-temp-rotate-image-file): Set default values relative
1742 to image-dired-dir (Bug#7518).
1743
1744 2010-12-13 Lawrence Mitchell <wence@gmx.li>
1745
1746 * format.el (format-decode-run-method): Pass args FROM and TO, not
1747 point-min and point-max, to shell-command-on-region (Bug#7488).
1748
1749 2010-12-13 Jan Djärv <jan.h.d@swipnet.se>
1750
1751 * frame.el (blink-cursor-mode): Make default t for ns.
1752
1753 2010-12-13 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
1754
1755 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
1756
1757 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
1758
1759 * comint.el (comint-dynamic-list-input-ring)
1760 (comint-dynamic-complete-filename)
1761 (comint-replace-by-expanded-filename)
1762 (comint-dynamic-simple-complete)
1763 (comint-dynamic-list-filename-completions)
1764 (comint-dynamic-list-completions): Doc fix (Bug#7499).
1765
1766 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
1767 Doc fix (Bug#7471).
1768
1769 2010-12-13 Martin Rudalics <rudalics@gmx.at>
1770
1771 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
1772 (Bug#7533).
1773
1774 2010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
1775
1776 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
1777 (Bug#7491).
1778
1779 2010-12-13 Eli Zaretskii <eliz@gnu.org>
1780
1781 * files.el (file-relative-name): Handle UNC file names on
1782 DOS/Windows. (Bug#4674)
1783
1784 2010-12-13 Daiki Ueno <ueno@unixuser.org>
1785
1786 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
1787 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
1788 (epg-context-set-passphrase-callback): Mention that the callback
1789 is not called when used with GnuPG 2.x.
1790
1791 2010-12-13 Glenn Morris <rgm@gnu.org>
1792
1793 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
1794 Ensure ps-footer-font-size-internal is initialized.
1795 Call ps-get-page-dimensions before trying to use ps-font-for-text.
1796
1797 2010-12-13 Kenichi Handa <handa@m17n.org>
1798
1799 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
1800 within condition-case.
1801 (rmail-show-mime): Don't use condition-case.
1802 (rmail-search-mime-message): New function.
1803 (rmail-search-mime-message-function): Set to
1804 rmail-search-mime-message.
1805
1806 2010-12-13 Leo <sdl.web@gmail.com>
1807
1808 * ido.el (ido-common-initialization): New function. (bug#3274)
1809 (ido-mode): Use it.
1810 (ido-completing-read): Call it.
1811
1812 2010-12-12 Karl Fogel <kfogel@red-bean.com>
1813
1814 * bookmark.el (bookmark-name-from-full-record): Rename back to
1815 this original name from `bookmark-name-from-record' reverting part
1816 of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
1817 As Drew Adams pointed out, there was no reason to cause churn for
1818 third-party callers.
1819
1820 2010-12-12 Alan Mackenzie <acm@muc.de>
1821
1822 * progmodes/cc-engine.el (c-forward-type): Before scanning a
1823 template arglist, check that the current language supports this.
1824
1825 2010-12-11 Glenn Morris <rgm@gnu.org>
1826
1827 * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
1828 state of the file matches. (Bug#7544)
1829 (vc-bzr-register, vc-bzr-checkin)
1830 (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
1831 (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
1832
1833 * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
1834
1835 2010-12-11 Karel Klíč <kklic@redhat.com>
1836
1837 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606)
1838
1839 2010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1840
1841 Derive from prog-mode, use derived-mode-p, and fix up various
1842 minor style issues in lisp/progmodes.
1843
1844 * progmodes/vhdl-mode.el (vhdl-mode):
1845 * progmodes/verilog-mode.el (verilog-mode):
1846 * progmodes/vera-mode.el (vera-mode):
1847 * progmodes/sql.el (sql-mode):
1848 * progmodes/scheme.el (scheme-mode):
1849 * progmodes/perl-mode.el (perl-mode):
1850 * progmodes/octave-inf.el (inferior-octave-mode):
1851 * progmodes/autoconf.el (autoconf-mode):
1852 * progmodes/m4-mode.el (m4-mode):
1853 * progmodes/inf-lisp.el (inferior-lisp-mode):
1854 * progmodes/idlwave.el (idlwave-mode):
1855 * progmodes/icon.el (icon-mode):
1856 * progmodes/idlw-help.el (idlwave-help-mode):
1857 * progmodes/dcl-mode.el (dcl-mode):
1858 * progmodes/idlw-shell.el (idlwave-shell-mode):
1859 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
1860 (ebrowse-member-mode, ebrowse-electric-position-mode):
1861 Use define-derived-mode.
1862
1863 * progmodes/xscheme.el (exit-scheme-interaction-mode)
1864 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
1865 (xscheme-debugger-mode-p, xscheme-send-string-1):
1866 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
1867 (tcl-load-file, tcl-restart-with-file):
1868 * progmodes/ps-mode.el (ps-run-running):
1869 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
1870 * progmodes/js.el (js--get-all-known-symbols):
1871 * progmodes/inf-lisp.el (inferior-lisp-proc):
1872 * progmodes/idlwave.el (idlwave-beginning-of-statement)
1873 (idlwave-template, idlwave-update-buffer-routine-info)
1874 (idlwave-update-current-buffer-info)
1875 (idlwave-get-routine-info-from-buffers, idlwave-choose)
1876 (idlwave-scan-class-info, idlwave-fix-keywords)
1877 (idlwave-list-buffer-load-path-shadows):
1878 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
1879 (idlwave-toolbar-remove):
1880 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
1881 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
1882 (idlwave-shell-menu-def):
1883 * progmodes/idlw-complete-structtag.el
1884 (idlwave-prepare-structure-tag-completion):
1885 * progmodes/gud.el (gud-set-buffer):
1886 * progmodes/f90.el (f90-backslash-not-special):
1887 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
1888
1889 * progmodes/xscheme.el (xscheme-start)
1890 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
1891 * progmodes/which-func.el (which-function):
1892 * progmodes/vhdl-mode.el (vhdl-set-style):
1893 * progmodes/verilog-mode.el (verilog-set-compile-command)
1894 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
1895 (verilog-set-define, verilog-auto-reeval-locals):
1896 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
1897 * progmodes/simula.el (simula-mode):
1898 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
1899 * progmodes/python.el (python-check, python-mode):
1900 * progmodes/prolog.el (prolog-mode-variables):
1901 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
1902 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
1903 * progmodes/delphi.el (delphi-mode):
1904 * progmodes/cc-styles.el (c-setup-paragraph-variables):
1905 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
1906 (c-font-lock-init): Move make-local-variable to their setq.
1907
1908 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
1909 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
1910 make-local-hook.
1911 * progmodes/sh-script.el (sh-require-final-newline): Remove.
1912 (sh-set-shell): Don't set require-final-newline since it's already done
1913 by prog-mode.
1914 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
1915 since we never set it.
1916 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
1917 Use read-string and standard prompt.
1918 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
1919 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
1920 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
1921 (meta-common-mode-map): Rename from meta-mode-map.
1922 Remove C-m binding, which is a user preference, not mode specific.
1923 (meta-common-mode): New major mode; replace meta-common-initialization.
1924 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
1925 around with font-lock.
1926 * progmodes/etags.el (select-tags-table-mode):
1927 Derive from special-mode.
1928 * progmodes/octave-mod.el (octave-mode):
1929 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
1930 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
1931 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
1932 Let define-derived-mode do its job.
1933 * progmodes/cpp.el (cpp-edit-mode-map):
1934 Move initialization into declaration.
1935 (cpp-edit-mode): Use define-derived-mode.
1936 (cpp-edit-load): Use derived-mode-p.
1937 * progmodes/mixal-mode.el (mixal-mode):
1938 * progmodes/f90.el (f90-mode):
1939 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
1940 require-final-newline since prog-mode does it already.
1941 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
1942 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
1943 * progmodes/antlr-mode.el: Require cc-mode upfront.
1944 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
1945 the declaration.
1946 (antlr-directory-dependencies, antlr-show-makefile-rules):
1947 Use derived-mode-p.
1948 (antlr-language-option): Don't assume point-min==1.
1949 (antlr-mode): Use define-derived-mode.
1950 * progmodes/ada-mode.el: Use derived-mode-p.
1951 (ada-mode): Use define-derived-mode.
1952 Use hack-local-variables-hook.
1953
1954 2010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1955
1956 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
1957 (texinfo-mode): Don't disable adaptive-fill-mode.
1958 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
1959 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
1960 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
1961 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
1962 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
1963 (texinfo-insert-@quotation, texinfo-insert-@samp)
1964 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
1965 (texinfo-insert-@uref): Use define-skeleton.
1966 (texinfo-insert-@-with-arg): Delete.
1967
1968 2010-12-10 Eli Zaretskii <eliz@gnu.org>
1969
1970 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
1971 nil, do quote archive member names. (Bug#6144)
1972
1973 2010-12-10 Glenn Morris <rgm@gnu.org>
1974
1975 * files.el (diff-no-select): Declare.
1976
1977 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
1978 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
1979
1980 * comint.el (comint-input-ring-file-name): Doc fix.
1981
1982 2010-12-09 Eli Zaretskii <eliz@gnu.org>
1983
1984 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
1985 New functions.
1986 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
1987 Use them instead of `nil' and `>', respectively.
1988 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
1989 instead of `nil'.
1990 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
1991 and menu-bar-positive-p instead of `nil' and `>', respectively.
1992 (Bug#1077)
1993
1994 2010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1995
1996 * whitespace.el (whitespace-newline-mode): Code fix.
1997
1998 2010-12-09 Glenn Morris <rgm@gnu.org>
1999
2000 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
2001 Rename functions without commas, update callers.
2002
2003 2010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
2004
2005 * whitespace.el (whitespace-cleanup-region):
2006 Clean up spaces before tabs. (Bug#7582)
2007
2008 2010-12-08 Karl Fogel <kfogel@red-bean.com>
2009
2010 * bookmark.el: Adjust parameter names and doc strings to resolve
2011 confusion over whether "bookmark" meant a bookmark name or a
2012 bookmark record. Along the way, shorten one function's name for
2013 similar reasons. (Issue #7548)
2014 (bookmark-name-from-record): New name for
2015 `bookmark-name-from-full-record'. All callers changed.
2016 (bookmark-get-bookmark, bookmark-get-bookmark-record)
2017 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
2018 (bookmark-get-annotation, bookmark-set-annotation)
2019 (bookmark-get-filename, bookmark-set-filename)
2020 (bookmark-get-position, bookmark-set-position)
2021 (bookmark-get-front-context-string, bookmark-set-front-context-string)
2022 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
2023 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
2024 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
2025 Rename `bookmark' parameter to `bookmark-name-or-record', to
2026 clearly show its role, and shorten or adjust doc strings accordingly.
2027 (bookmark-set-name): Same, and pass the parameter directly to
2028 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
2029 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
2030 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
2031 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
2032 and in some cases shorten doc string accordingly.
2033 (bookmark-rename): Change `old' and `new' parameters to `old-name'
2034 and `new-name', and adjust an internal variable to avoid confusion.
2035 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
2036 parameter in doc string.
2037
2038 2010-12-08 Glenn Morris <rgm@gnu.org>
2039
2040 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
2041 from gdb's history file. (Bug#7575)
2042
2043 * mail/emacsbug.el (report-emacs-bug):
2044 Try to handle some other mail clients.
2045
2046 2010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
2047
2048 * files.el (dir-locals-collect-variables): Don't let errors stop us.
2049 Use string-prefix-p.
2050 (file-name-version-regexp): New var.
2051 (file-name-sans-versions):
2052 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
2053 (jka-compr-get-compression-info): Use dolist.
2054 (jka-compr-compression-info-list): Don't bother specifying
2055 version/backup regexps.
2056
2057 2010-12-07 Tassilo Horn <tassilo@member.fsf.org>
2058
2059 * simple.el (just-one-space): Make argument n default to 1 if
2060 omitted.
2061
2062 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2063
2064 * electric.el (electric-indent-post-self-insert-function):
2065 Delete trailing newlines even if we don't reindent.
2066
2067 2010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2068
2069 * minibuffer.el (completion-at-point): Remove the `arg'.
2070 * bindings.el (complete-symbol): Move back from minibuffer.el.
2071
2072 2010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2073
2074 * simple.el (just-one-space): Delete newlines for negative arg.
2075
2076 2010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2077
2078 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
2079 (ansi-color-filter-apply): Simplify.
2080 (ansi-color-apply): Use `font-lock-face' rather than `face'.
2081
2082 2010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
2083
2084 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
2085
2086 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
2087
2088 * dired.el (dired-use-ls-dired): Set default to a special
2089 "unspecified" value.
2090 (dired-insert-directory): When called the first time, check
2091 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
2092
2093 2010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
2094
2095 * replace.el: Add "collect" feature to occur.
2096 (occur-collect-regexp-history): New var.
2097 (occur-read-primary-args): Return a replace string for nlines,
2098 if needed.
2099 (occur): Extend the meaning of nlines.
2100
2101 2010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2102
2103 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
2104 (which-func-update-1): Distinguish symbols from strings.
2105 (which-function): Stay within 80 columns.
2106
2107 2010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2108
2109 * subr.el (with-demoted-errors): Distinguish symbols from strings.
2110
2111 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
2112 Improve docstring.
2113 (comment-style): Use comment-styles's docs to describe values.
2114
2115 2010-12-03 Jan Djärv <jan.h.d@swipnet.se>
2116
2117 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
2118 and ns-show-prefs (Bug#7535).
2119
2120 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
2121 bindings (Bug#7535).
2122
2123 2010-12-03 Glenn Morris <rgm@gnu.org>
2124
2125 * nxml/nxml-mode.el: Require rng-nxml.
2126 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
2127 Remove declarations.
2128
2129 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
2130 * nxml/rng-nxml.el, nxml/rng-valid.el:
2131 Remove leading `*' from defcustom docs.
2132
2133 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
2134 (normal-top-level-add-to-load-path, tty-handle-args):
2135 Convert comments to basic doc-strings.
2136
2137 * net/browse-url.el (browse-url-url-at-point)
2138 (browse-url-default-browser): Remove autoload cookies.
2139
2140 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
2141 Remove more undefined cl functions.
2142
2143 * vc/diff.el (diff-sentinel): Make new arguments optional.
2144 * ibuf-ext.el (diff-sentinel): Update declaration.
2145
2146 2010-12-03 Daiki Ueno <ueno@unixuser.org>
2147
2148 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
2149 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
2150 (epg-context-set-passphrase-callback): Mention that the callback
2151 is not called when used with GnuPG 2.x.
2152
2153 2010-12-02 Michael Albinus <michael.albinus@gmx.de>
2154
2155 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
2156 (tramp-file-name-port): Check also for `tramp-default-port'.
2157 (tramp-get-connection-name): New defun.
2158 (tramp-get-connection-process): Use it.
2159 (tramp-debug-message): Extend function exclude list.
2160 (tramp-drop-volume-letter): Fix doc string.
2161
2162 * net/tramp-cmds.el: Remove solved todo item.
2163
2164 * net/tramp-efs.el:
2165 * net/tramp-ftp.el:
2166 * net/tramp-gvfs.el:
2167 * net/tramp-gw.el:
2168 * net/tramp-imap.el:
2169 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
2170 and `tramp-default-user-alist', respectively.
2171
2172 * net/tramp-gw.el (tramp-gw-open-connection):
2173 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
2174
2175 * net/tramp-imap.el (tramp-imap-make-iht): Use just
2176 `tramp-file-name-port'.
2177
2178 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
2179 and "psftp". Exchange "%k" marker with options.
2180 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
2181 Compute size of link target.
2182 (tramp-do-copy-or-rename-file-out-of-band). Move setting of
2183 `tramp-current-*' up due to gateway methods. Optimze computing of
2184 copy arguments. Use `tramp-get-connection-name' and
2185 `tramp-get-connection-buffer'. Improve debug messages.
2186 (tramp-compute-multi-hops): Remove port determination.
2187 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
2188
2189 * net/trampver.el: Update release number.
2190
2191 2010-12-02 Glenn Morris <rgm@gnu.org>
2192
2193 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
2194 Avoid infinite loop over windows. (Bug#7492)
2195
2196 * progmodes/flymake.el (flymake-check-file-limit):
2197 Allow nil to mean "no limit".
2198 (flymake-check-patch-master-file-buffer): Update for above change.
2199 Allow a .tex file-name extension to be optional.
2200 (flymake-master-tex-init): Also match \include statements.
2201
2202 2010-11-30 Sam Steingold <sds@gnu.org>
2203
2204 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
2205 (nxml-parent-document-set): A function to set `nxml-parent-document'.
2206 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
2207 (nxml-mode-hook): Remove `defcustom' (auto-defined by
2208 define-derived-mode').
2209 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
2210 users who want to call `nxml-parent-document-set'.
2211
2212 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
2213
2214 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
2215 stand-alone lines, since that is handled by log-edit-match-to-eoh
2216 (Bug#6465).
2217
2218 2010-11-27 Eduard Wiebe <usenet@pusto.de>
2219
2220 * dired.el (dired-get-filename): Replace backslashes with slashes
2221 in file names on MS-Windows, needed by `locate'. (Bug#7308)
2222 * locate.el (locate-default-make-command-line): Don't consider
2223 drive letter and root directory part of
2224 `directory-listing-before-filename-regexp'. (Bug#7308)
2225 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
2226
2227 2010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2228
2229 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
2230 of :smie-open/close-alist.
2231 (smie-next-sexp): Make it accept a "start token" as argument.
2232 (smie-indent-keyword): Be careful not to misidentify tokens that span
2233 more than one line, as empty lines. Add argument `token'.
2234
2235 2010-11-27 Kenichi Handa <handa@m17n.org>
2236
2237 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
2238 multipart subtypes, insert all as usual.
2239
2240 * mail/rmail.el: Require rfc2047.
2241
2242 2010-11-27 Kenichi Handa <handa@m17n.org>
2243
2244 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
2245 (rmail-mime-entity-disposition)
2246 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
2247 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
2248 (rmail-mime-save): Handle the case that the button's `data' is a
2249 MIME entity.
2250 (rmail-mime-insert-text): New function.
2251 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
2252 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
2253 (rmail-mime-insert-bulk): New function mostly copied from the old
2254 rmail-mime-bulk-handler.
2255 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
2256 (rmail-mime-process-multipart): New function mostly copied from
2257 the old rmail-mime-multipart-handler.
2258 (rmail-mime-show): Just call rmail-mime-process.
2259 (rmail-mime-process): New function mostly copied from the old
2260 rmail-mime-show.
2261 (rmail-mime-insert-multipart, rmail-mime-parse)
2262 (rmail-mime-insert, rmail-show-mime)
2263 (rmail-insert-mime-forwarded-message)
2264 (rmail-insert-mime-resent-message): New functions.
2265 (rmail-insert-mime-forwarded-message-function): Set to
2266 rmail-insert-mime-forwarded-message.
2267 (rmail-insert-mime-resent-message-function): Set to
2268 rmail-insert-mime-resent-message.
2269
2270 * mail/rmailsum.el: Require rfc2047.
2271 (rmail-header-summary): Handle multiline Subject: field.
2272 (rmail-summary-line-decoder): Change the default to
2273 rfc2047-decode-string.
2274
2275 * mail/rmail.el (rmail-enable-mime): Change the default to t.
2276 (rmail-mime-feature): Change the default to `rmailmm'.
2277 (rmail-quit): Delete the specifal code for rmail-enable-mime.
2278 (rmail-display-labels): Likewise.
2279 (rmail-show-message-1): Check rmail-enable-mime, and use
2280 rmail-show-mime-function for a MIME message. Decode the headers
2281 according to RFC2047.
2282
2283 2010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2284
2285 * progmodes/which-func.el (which-func-imenu-joiner-function):
2286 Return a string, as expected.
2287 (which-function-mode): Make sure we stop any previous timer before
2288 starting a new one.
2289
2290 2010-11-27 Michael Albinus <michael.albinus@gmx.de>
2291
2292 * net/tramp.el (tramp-default-method-alist)
2293 (tramp-default-user-alist, tramp-default-proxies-alist):
2294 Adapt custom options type. (Bug#7445)
2295
2296 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
2297
2298 * progmodes/python.el: Add Ipython support (Bug#5390).
2299 (python-shell-prompt-alist)
2300 (python-shell-continuation-prompt-alist): New options.
2301 (python--set-prompt-regexp): New function.
2302 (inferior-python-mode, run-python, python-shell):
2303 Require ansi-color. Use python--set-prompt-regexp to set the comint
2304 prompt based on the Python interpreter.
2305 (python--prompt-regexp): New var.
2306 (python-check-comint-prompt)
2307 (python-comint-output-filter-function): Use it.
2308 (run-python): Use a pipe (Bug#5694).
2309
2310 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
2311
2312 * progmodes/python.el (run-python): Doc fix.
2313 (python-keep-current-directory-in-path): New var (Bug#7454).
2314
2315 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
2316
2317 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
2318 Prompt user before actually printing.
2319
2320 2010-11-27 Glenn Morris <rgm@gnu.org>
2321
2322 * startup.el (package-enable-at-startup, package-initialize):
2323 Remove unnecessary declarations.
2324
2325 2010-11-27 Eli Zaretskii <eliz@gnu.org>
2326
2327 * international/characters.el (glyphless-char-display-control):
2328 Exclude newline and TAB from the c0-control group.
2329
2330 2010-11-27 Glenn Morris <rgm@gnu.org>
2331
2332 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
2333 (expand-mail-aliases): Remove unnecessary autoload.
2334
2335 * allout.el (allout-command-prefix, allout-mode-map): Declare.
2336
2337 * shell.el (shell-dir-cookie-re): Move definition before use.
2338
2339 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
2340 Replace undefined CL functions.
2341
2342 2010-11-26 Eli Zaretskii <eliz@gnu.org>
2343
2344 * simple.el (prog-mode): Set bidi-paragraph-direction to
2345 left-to-right.
2346
2347 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
2348
2349 2010-11-26 Glenn Morris <rgm@gnu.org>
2350
2351 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
2352 diary-outlook-formats can be sensitive to calendar-date-style.
2353 (diary-outlook-formats): Simplify the default setting.
2354 (diary-from-outlook-internal): Pass subject and body as arguments.
2355 Use dolist rather than dotimes. Don't save the diary buffer.
2356 (diary-from-outlook-gnus, diary-from-outlook-rmail):
2357 Pass subject and body as explicit arguments to the -internal function.
2358
2359 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2360
2361 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
2362 parsing them. This makes mailto:...?subject=foo\nbar work.
2363
2364 2010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2365
2366 * vc/diff.el (diff): Fix last change.
2367
2368 2010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2369
2370 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
2371 (pcase--dontcare-upats): New var.
2372 (pcase-let, pcase-let*): Generate better code.
2373 Accept the same bodies as `let'.
2374 (pcase-dolist): New macro.
2375 (pcase--trivial-upat-p): New helper function.
2376 (pcase--expand): Strip leading "(let nil" if any.
2377
2378 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2379
2380 * mail/mailclient.el (browse-url): Require.
2381 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
2382 use the external browser function to send the mail (bug#7469).
2383
2384 * net/browse-url.el (browse-url-browser-function): Revert the
2385 default back to the previous value, since the new value broke
2386 mailclient.el.
2387 (browse-url-mailto-function): New variable for mailto: URLs.
2388 (browse-url): Use the new variable for mailto: URLs.
2389
2390 2010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2391
2392 * eshell/esh-cmd.el (eshell-parse-command):
2393 * eshell/esh-arg.el (eshell-parse-arguments):
2394 * eshell/em-script.el (eshell-source-file):
2395 Use with-silent-modifications.
2396
2397 2010-11-23 Chong Yidong <cyd@stupidchicken.com>
2398
2399 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
2400 for a merge location.
2401
2402 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
2403 (vc-bzr-merge-branch): Always prompt.
2404 (vc-bzr-async-command): Use the full branch filename.
2405
2406 2010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2407
2408 * shell.el (shell): Use current-buffer by default if it's already
2409 a shell mode buffer and its process is dead.
2410 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
2411
2412 2010-11-23 Tassilo Horn <tassilo@member.fsf.org>
2413
2414 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
2415 Mention that the keywords should be comma separated.
2416
2417 2010-11-23 Chong Yidong <cyd@stupidchicken.com>
2418
2419 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
2420 Accept optional prefix arg meaning to prompt for a command.
2421 (vc-update): Use vc-BACKEND-pull if available. Accept optional
2422 prefix arg meaning to prompt for a command.
2423 (vc-pull): Alias for vc-update.
2424
2425 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
2426 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
2427 (vc-bzr-merge-branch): New functions, implementing merge-branch
2428 and pull operations.
2429
2430 2010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2431
2432 * Makefile.in: Fix up last merge.
2433
2434 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
2435 (diff-sentinel): Get them as arguments instead.
2436 (diff-old-file, diff-new-file, diff-extra-args): Remove.
2437 (diff-file-local-copy, diff-better-file-name): New funs.
2438 (diff-no-select): Rename from diff-into-buffer.
2439 Support buffers additionally to files. Move `buf' arg. Don't display buf.
2440 Prefer closures to buffer-local variables.
2441 (diff): Adjust accordingly.
2442 (diff-buffer-with-file): Move from files.el.
2443 * files.el (diff-buffer-with-file): Move to vc/diff.el.
2444 (diff-buffer-internal): Remove.
2445 (diff-buffer-buffer): Remove.
2446 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
2447 the buffer name used, and so as not to mess up windows and frames.
2448
2449 2010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
2450
2451 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
2452 (diff-buffer-internal): New function extracted from diff-buffer-with-file
2453 (diff-buffer-with-file): Use it.
2454 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
2455 (diff): Use it.
2456
2457 2010-11-22 Tassilo Horn <tassilo@member.fsf.org>
2458
2459 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
2460 \ref's or \pageref's value as default instead of initial input.
2461
2462 2010-11-21 Michael Albinus <michael.albinus@gmx.de>
2463
2464 * files.el (backup-by-copying-when-mismatch): The default value is
2465 now t.
2466
2467 * startup.el (normal-top-level):
2468 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
2469 `backup-by-copying-when-mismatch'.
2470
2471 2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
2472
2473 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
2474
2475 2010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2476
2477 * progmodes/python.el (python-font-lock-keywords):
2478 Highlight top-level augmented assignments (Bug#6445).
2479
2480 2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
2481
2482 * term/ns-win.el (ns-right-control-modifier)
2483 (ns-right-command-modifier): Defvar them.
2484
2485 * cus-start.el (all): Add ns-right-control-modifier and
2486 ns-right-command-modifier (Bug#7458).
2487
2488 2010-11-20 Glenn Morris <rgm@gnu.org>
2489
2490 * emacs-lisp/authors.el (authors-ignored-files)
2491 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
2492
2493 2010-11-20 Tassilo Horn <tassilo@member.fsf.org>
2494
2495 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
2496 (report-emacs-bug-parse-query-results)
2497 (report-emacs-bug-create-existing-bugs-buffer): Pass through
2498 keywords used for querying the bug database to show them in the
2499 existing bugs buffer.
2500
2501 2010-11-20 Jan Djärv <jan.h.d@swipnet.se>
2502
2503 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
2504
2505 * info.el (info-tool-bar-map): Add some :vert-only keywords.
2506
2507 2010-11-20 Eli Zaretskii <eliz@gnu.org>
2508
2509 * international/characters.el (glyphless-char-display-control):
2510 Make it a defcustom, with update-glyphless-char-display as its
2511 :set attribute.
2512 (top level): Don't call update-glyphless-char-display.
2513
2514 2010-11-20 Michael Albinus <michael.albinus@gmx.de>
2515
2516 Sync with Tramp 2.2.0.
2517
2518 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
2519 `file-remote-p' (due to compatibility).
2520
2521 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
2522 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
2523
2524 * net/trampver.el: Update release number.
2525
2526 2010-11-20 Eli Zaretskii <eliz@gnu.org>
2527
2528 * faces.el (glyphless-char): Define value for `pc'.
2529
2530 2010-11-20 Tassilo Horn <tassilo@member.fsf.org>
2531
2532 Implemented a bug querying mechanism.
2533 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
2534 (report-emacs-bug-create-existing-bugs-buffer)
2535 (report-emacs-bug-parse-query-results)
2536 (report-emacs-bug-query-existing-bugs): New functions.
2537
2538 2010-11-19 Tassilo Horn <tassilo@member.fsf.org>
2539
2540 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
2541 a \ref{} or \pageref{} macro, then use its value as initial input.
2542
2543 2010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
2544
2545 * calc/calc-units.el (math-build-units-table-buffer):
2546 calc/README: Mention that the TeX specific units won't use the
2547 `tex' prefix in TeX mode.
2548 calc/calc-lang.el (math-variable-table): Don't use the `tex'
2549 prefix for units in TeX mode.
2550
2551 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
2552
2553 * simple.el (kill-new, kill-append, kill-region):
2554 * comint.el (comint-kill-region): Make the yank-handler argument
2555 obsolete.
2556
2557 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
2558
2559 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
2560 that are both openers (resp. closers) and something else.
2561 (smie-grammar): Loosen definition of valid values.
2562 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
2563 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
2564 (smie-indent-after-keyword): Adjust users.
2565 (smie-indent-keyword): Don't indent empty lines.
2566
2567 * vc-hg.el (vc-hg-program): New var.
2568 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
2569 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
2570
2571 2010-11-18 Glenn Morris <rgm@gnu.org>
2572
2573 * emacs-lisp/autoload.el (autoload-find-destination): The function
2574 coding-system-eol-type may return non-numeric values. (Bug#7414)
2575
2576 2010-11-18 Ulrich Mueller <ulm@gentoo.org>
2577
2578 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
2579
2580 2010-11-18 Eli Zaretskii <eliz@gnu.org>
2581
2582 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
2583
2584 2010-11-18 Chong Yidong <cyd@stupidchicken.com>
2585
2586 * textmodes/picture.el (picture-mouse-set-point): Don't use
2587 posn-col-row; explicitly compute the motion based on the posn at
2588 the window-start (Bug#7390).
2589
2590 2010-11-18 Glenn Morris <rgm@gnu.org>
2591
2592 * novice.el (disabled-command-function):
2593 Fix 2009-11-15 change. (Bug#7384)
2594
2595 2010-11-18 Glenn Morris <rgm@gnu.org>
2596
2597 * calendar/calendar.el (diary-iso-date-forms): Make elements
2598 mutually exclusive. (Bug#7377)
2599
2600 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
2601
2602 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
2603 when filling the remaining "unconstrained" values.
2604
2605 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
2606
2607 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
2608 safety predicate.
2609
2610 * files.el (safe-local-variable-p): Gracefully handle errors.
2611
2612 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
2613 Use smie-indent-virtual when indenting relative to an opener.
2614 (smie-rule-separator): Use smie-rule-parent.
2615 (smie-indent-keyword): Consult rules, even for openers at bol.
2616 (smie-indent-comment-close): Try to align closer's content.
2617
2618 2010-11-18 Glenn Morris <rgm@gnu.org>
2619
2620 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
2621
2622 2010-11-18 Glenn Morris <rgm@gnu.org>
2623
2624 * printing.el (pr-menu-bind): Doc fix.
2625
2626 * speedbar.el (speedbar-toggle-images): Doc fix.
2627
2628 * progmodes/python.el (python-shell): Doc fix.
2629
2630 * wid-edit.el (widget-field-use-before-change)
2631 (widget-use-overlay-change): Doc fixes.
2632
2633 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
2634
2635 Minor cleanup to improve style.
2636 * textmodes/rst.el (rst-update-section): Use point-marker.
2637 (rst-get-decoration): Eliminate unneeded assignment.
2638 (rst-promote-region, rst-straighten-decorations)
2639 (rst-section-tree, rst-adjust): Use point-marker.
2640 (rst-toc-mode-mouse-goto): Avoid setq.
2641 (rst-shift-region-guts, rst-shift-region-left)
2642 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
2643 (rst-convert-bullets-to-enumeration): Use copy-marker.
2644
2645 * minibuffer.el (completion-fail-discreetly): New var.
2646 (completion--do-completion): Use it.
2647
2648 * electric.el (electric-pair-pairs): New var.
2649 (electric-pair-post-self-insert-function): Use it.
2650 (electric-layout-post-self-insert-function): Don't insert a before
2651 newline unless it's actually needed.
2652
2653 2010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
2654
2655 * progmodes/python.el (run-python): Explain why we remove the current
2656 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
2657
2658 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
2659
2660 2010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2661
2662 * progmodes/octave-mod.el: Rely on elecric-*-modes.
2663 (octave-mode-map): Don't bind ;, SPC, and LF.
2664 (octave-auto-indent, octave-auto-newline): Remove.
2665 (electric-layout-rules): Declare.
2666 (octave-mode): Set electric-layout-rules.
2667 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
2668 (octave-reindent-then-newline-and-indent, octave-electric-semi)
2669 (octave-electric-space): Remove.
2670
2671 * electric.el (electric-layout-mode): New minor mode.
2672 (electric--after-char-pos): New function.
2673 (electric-indent-post-self-insert-function): Use it.
2674 (electric-layout-rules): New var.
2675 (electric-layout-post-self-insert-function): New function.
2676 (electric-indent-mode): Make them interact better.
2677
2678 2010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2679
2680 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
2681 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
2682 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
2683
2684 2010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
2685
2686 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
2687 Make sure to check inside the word (Bug#6761).
2688
2689 2010-11-14 Chong Yidong <cyd@stupidchicken.com>
2690
2691 * startup.el (command-line): If the cursorColor resource is set,
2692 change the cursor face-spec (Bug#7392).
2693
2694 2010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
2695
2696 The main features of the following allout.el changes are:
2697 - implement user customization for the allout key bindings
2698 - add a customization control by which the user can inhibit use of
2699 a trailing Ctrl-H, so by default it's reserved for use with
2700 describe-prefix-bindings
2701 - adapt to new version of called-interactively-p, while
2702 maintaining backwards compatibility with old version
2703 - fix hotspot navigation so i works properly with meta-modified keys
2704
2705 * allout.el (allout-keybindings, allout-bind-keys)
2706 (allout-keybindings-binding, allout-prefixed-keybindings)
2707 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
2708 (allout-keybindings-list, allout-mode-map-adjustments)
2709 (allout-setup-mode-map): Establish allout-mode keymaps as user
2710 customizable settings, and also establish a customizable setting which
2711 regulates whether or not a trailing control-h is reserved for use with
2712 describe-prefix-bindings - and inhibit it by default, so that control-h
2713 *is* reserved for describe-prefix-bindings unless the user changes it.
2714
2715 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
2716 and accurately between modified and unmodified events, and handle
2717 modified events more comprehensively.
2718
2719 * allout.el (allout-substring-no-properties):
2720 Alias to use or provide version of `substring-no-properties'.
2721 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
2722
2723 * allout.el (allout-next-single-char-property-change):
2724 Alias to use or provide version of `next-single-char-property-change'.
2725 (allout-annotate-hidden, allout-hide-by-annotation):
2726 Use `allout-next-single-char-property-change'.
2727
2728 * allout.el (allout-select-safe-coding-system):
2729 Alias to use or provide version of `select-safe-coding-system'.
2730 (allout-toggle-subtree-encryption):
2731 Use `allout-select-safe-coding-system'.
2732
2733 * allout.el (allout-set-buffer-multibyte):
2734 Alias to use or provide version of `set-buffer-multibyte'.
2735 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
2736
2737 * allout.el (allout-called-interactively-p): Macro for using the
2738 different versions of called-interactively-p identically, depending on
2739 the subroutine's argument signature.
2740 (allout-back-to-current-heading, allout-beginning-of-current-entry):
2741 Use `(interactive "p")' instead of `(called-interactively-p)'.
2742
2743 * allout.el (allout-init, allout-ascend, allout-end-of-level)
2744 (allout-previous-visible-heading, allout-forward-current-level)
2745 (allout-backward-current-level, allout-show-children):
2746 Use `allout-called-interactively-p' instead of `called-interactively-p'.
2747
2748 * allout.el (allout-before-change-handler):
2749 Exempt edits to the (overlaid) character after the allout outline
2750 bullet from edit confirmation prompt.
2751
2752 * allout.el (allout-add-resumptions):
2753 Ensure that it respects correct buffer for keybindings.
2754
2755 * allout.el (allout-beginning-of-line):
2756 Use `allout-previous-single-char-property-change' alias for the sake of
2757 diverse compatibility.
2758
2759 * allout.el (allout-end-of-line):
2760 Use `allout-mark-active-p' to encapsulate respect for mark activity.
2761
2762 2010-11-13 Chong Yidong <cyd@stupidchicken.com>
2763
2764 * frame.el (frame-notice-user-settings): Don't clobber other
2765 user-set parameters when calling face-set-after-frame-default in
2766 response to background-color parameter (Bug#7373).
2767
2768 2010-11-13 Eli Zaretskii <eliz@gnu.org>
2769
2770 * international/characters.el (glyphless-char-display-control):
2771 Rename from glyphless-char-control; all users changed. Doc fix.
2772 Signal an error if display method is not one of the recognized
2773 symbols.
2774
2775 2010-11-13 Michael Albinus <michael.albinus@gmx.de>
2776
2777 * net/tramp-compat.el (tramp-compat-line-beginning-position)
2778 (tramp-compat-line-end-position): Remove them.
2779
2780 * net/tramp.el (tramp-parse-rhosts-group)
2781 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
2782 (tramp-parse-hosts-group, tramp-parse-passwd-group)
2783 (tramp-parse-netrc-group, tramp-parse-putty-group)
2784 * net/tramp-cmds.el (tramp-append-tramp-buffers)
2785 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
2786 (tramp-sh-handle-file-selinux-context)
2787 (tramp-sh-handle-file-name-all-completions)
2788 (tramp-sh-handle-insert-directory)
2789 (tramp-sh-handle-expand-file-name, tramp-find-executable)
2790 (tramp-wait-for-output, tramp-send-command-and-read)
2791 * net/tramp-smb.el (tramp-smb-read-file-entry)
2792 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
2793
2794 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
2795 `point-at-bol'.
2796 (tramp-remote-coding-commands): Add an alternative using "base64
2797 -d -i". This is needed for older base64 versions from GNU
2798 coreutils. Reported by Klaus Reichl
2799 <Klaus.Reichl@thalesgroup.com>.
2800
2801 2010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
2802
2803 * simple.el (count-words-region): New function.
2804
2805 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
2806
2807 * shell.el (shell-dir-cookie-re): New custom variable.
2808 (shell-dir-cookie-watcher): New function.
2809
2810 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
2811 and compilation-mode (bug#7350).
2812
2813 * vc/smerge-mode.el (smerge-refine): Choose better default part to
2814 highlight when one of them is empty.
2815
2816 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
2817 trailing space.
2818 (skeleton-newline): New function.
2819 (skeleton-internal-1): Use it.
2820
2821 * simple.el (open-line): `newline' may strip trailing space.
2822
2823 2010-11-12 Kevin Ryde <user42@zip.com.au>
2824
2825 * international/mule-cmds.el (princ-list): Use mapc.
2826
2827 2010-11-12 Glenn Morris <rgm@gnu.org>
2828
2829 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
2830 Use it to replace all instances of "*Compile-Log*"
2831
2832 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
2833
2834 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
2835 indentation specs.
2836
2837 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2838
2839 * progmodes/modula2.el: Use SMIE and skeleton.
2840 (m2-mode-syntax-table): (*..*) can be nested.
2841 Add //...\n. Fix paren syntax.
2842 (m2-mode-map): Remove LF and TAB bindings.
2843 (m2-indent): Add safety property.
2844 (m2-smie-grammar): New var.
2845 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
2846 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
2847 (m2-mode): Use define-derived-mode.
2848 (m2-newline, m2-tab): Remove.
2849 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
2850 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
2851 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
2852 (m2-import): Use define-skeleton.
2853
2854 2010-11-11 Glenn Morris <rgm@gnu.org>
2855
2856 * obsolete/lucid.el: Don't warn about any CL functions in this file.
2857
2858 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
2859 (ls-lisp-verbosity): Add custom :set-after property.
2860 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
2861 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
2862 (ls-lisp-insert-directory): Update caller.
2863 (ls-lisp-set-options): New function.
2864 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
2865 Doc fix.
2866
2867 * play/landmark.el (lm-prompt-for-move):
2868 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
2869
2870 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
2871
2872 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
2873 (idlwave-study-twins): Prefix dynamic local variable `name'.
2874 (idlwave-routine-twin-compare): Update for above change.
2875
2876 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
2877 Prefix dynamic local variables `name', `kwd', and `link'.
2878 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
2879 * progmodes/idlw-complete-structtag.el
2880 (idlwave-complete-structure-tag-help):
2881 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
2882 (idlwave-complete-sysvar-tag-help)
2883 (idlwave-complete-class-structure-tag-help):
2884 Update for above name changes.
2885
2886 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2887
2888 * net/browse-url.el (browse-url-browser-function): Change the
2889 default to use `browse-url-mail' on mailto: URLs.
2890
2891 2010-11-10 Chong Yidong <cyd@stupidchicken.com>
2892
2893 * emacs-lisp/package.el (package-read-all-archive-contents):
2894 Reset package-archive-contents to nil before re-reading.
2895
2896 2010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
2897
2898 * textmodes/flyspell.el (flyspell-word): Do not re-check words
2899 already found as misspellings by (flyspell-large-region), just
2900 do highlighting (bug#7322).
2901
2902 2010-11-10 Glenn Morris <rgm@gnu.org>
2903
2904 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
2905
2906 * emulation/edt.el (edt-with-position): New macro.
2907 (edt-find-forward, edt-find-backward, edt-find-next-forward)
2908 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
2909 (edt-paragraph-forward, edt-paragraph-backward): Use it.
2910
2911 * emulation/tpu-extras.el (tpu-with-position): New macro.
2912 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
2913
2914 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
2915
2916 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
2917 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
2918 (texinfo-master-menu, texinfo-insert-node-lines)
2919 (texinfo-multiple-files-update):
2920 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
2921 Use line-beginning-position.
2922
2923 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
2924 No recent Emacs supports system-type `emx'.
2925
2926 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
2927 (ada-command-separator, ada-default-prj-properties)
2928 (ada-find-any-references): Update for above name change.
2929
2930 * dirtrack.el (dirtrack-directory-function)
2931 (dirtrack-canonicalize-function):
2932 * filecache.el (file-cache-completion-ignore-case)
2933 (file-cache-case-fold-search, file-cache-ignore-case):
2934 * term.el (serial-port-is-file-p): Cosmetic change.
2935
2936 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
2937 Remove non-existent `windows-95' system-type.
2938 * dired.el (dired-chown-program): Remove non-existent `linux'
2939 system-type.
2940
2941 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
2942 (ping-program-options): Remove non-existent `linux' system-type.
2943
2944 * startup.el (package-initialize): Update declaration.
2945
2946 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
2947 (ls-lisp-handle-switches): Use time-less-p.
2948 (ls-lisp-format-time): Use float-time.
2949
2950 * textmodes/remember.el (remember-time-to-seconds): Remove.
2951 (remember-store-in-mailbox): Use float-time.
2952
2953 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
2954
2955 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
2956 never a real function.
2957 (with-no-warnings): Remove compat stub, now unused.
2958 (time-less-p): Doc fix.
2959 (time-to-number-of-days): Simplify.
2960
2961 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
2962 Remove.
2963 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
2964 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
2965 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
2966 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
2967 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
2968
2969 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
2970 (eshell-shuffle-files, eshell-shorthand-tar-command)
2971 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
2972 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
2973 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
2974 Prefix dynamic local variable `matches'.
2975
2976 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
2977 Prefix dynamic local variable `skeleton'.
2978
2979 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
2980
2981 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
2982 in mail buffer; make yank-action always a command that yanks original
2983 buffer.
2984
2985 2010-11-09 Glenn Morris <rgm@gnu.org>
2986
2987 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
2988
2989 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2990
2991 * minibuffer.el (minibuffer-completion-help): Specify the end of the
2992 completion field (bug#7211).
2993
2994 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
2995 Fix handling of backslash escapes.
2996 (python-quote-syntax): Adjust accordingly.
2997
2998 2010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
2999
3000 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
3001 (vc-mtn-workfile-branch): Adjust to new output format.
3002
3003 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3004
3005 * international/mule-cmds.el (princ-list): Mark as obsolete.
3006
3007 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3008
3009 * emacs-lisp/smie.el: New package.
3010
3011 2010-11-09 Michael Albinus <michael.albinus@gmx.de>
3012
3013 * files.el (backup-by-copying-when-mismatch):
3014 Set `permanent-local' property.
3015
3016 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
3017 `permanent-local' property for `backup-by-copying-when-mismatch'.
3018
3019 2010-11-09 Eli Zaretskii <eliz@gnu.org>
3020
3021 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
3022
3023 2010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
3024
3025 * progmodes/verilog-mode.el (verilog-insert-one-definition)
3026 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
3027 AUTOINOUT for SV style multidimensional arrays, bug294.
3028 Reported by Eric Mastromarchi.
3029 (verilog-preprocess): Use with-current-buffer and
3030 font-lock-fontify-buffer to cleanup style issues.
3031
3032 2010-11-09 Glenn Morris <rgm@gnu.org>
3033
3034 * locate.el (locate, locate-mode): Doc fixes.
3035
3036 2010-11-09 Chong Yidong <cyd@stupidchicken.com>
3037
3038 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
3039 user for confirmation.
3040 (server-force-stop): Use it.
3041 (server-start): Use server-force-stop for kill-emacs-hook, to
3042 avoid user interaction while killing Emacs.
3043
3044 2010-11-09 Glenn Morris <rgm@gnu.org>
3045
3046 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
3047 (meta-indent-line): Simplify.
3048
3049 * vc/emerge.el (emerge-line-number-in-buf):
3050 * textmodes/ispell.el (ispell-region):
3051 * textmodes/fill.el (current-fill-column):
3052 * progmodes/xscheme.el (xscheme-send-current-line):
3053 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
3054 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
3055 * progmodes/sh-script.el (sh-handle-prev-do):
3056 * progmodes/meta-mode.el (meta-indent-line):
3057 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
3058 (idlwave-in-quote):
3059 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
3060 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
3061 * progmodes/fortran.el (fortran-looking-at-if-then):
3062 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
3063 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
3064 (cperl-find-pods-heres):
3065 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
3066 * net/quickurl.el (quickurl-list-insert):
3067 * net/ldap.el (ldap-search-internal):
3068 * net/eudc.el (eudc-expand-inline):
3069 * mail/sendmail.el (sendmail-send-it):
3070 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
3071 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
3072 (viper-brac-function):
3073 * calc/calc-yank.el (calc-do-grab-region):
3074 * calc/calc-keypd.el (calc-keypad-press):
3075 * term.el (term-move-columns, term-insert-spaces):
3076 * speedbar.el (speedbar-highlight-one-tag-line):
3077 * simple.el (current-word):
3078 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
3079 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
3080 (Info-scroll-down):
3081 * hippie-exp.el (he-line-beg):
3082 * epa.el (epa--marked-keys):
3083 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
3084 (dired-update-file-line, dired-add-entry, dired-remove-entry)
3085 (dired-relist-entry):
3086 * buff-menu.el (Buffer-menu-buffer):
3087 * array.el (current-line):
3088 * allout.el (allout-resolve-xref)
3089 (allout-latex-verbatim-quote-curr-line):
3090 Replace yet more uses of end-of-line etc with line-end-position, etc.
3091
3092 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3093
3094 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
3095 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
3096 (checkdoc-syntax-table): Initialize in the declaration.
3097 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
3098 the mode on unconditionally.
3099
3100 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
3101 (extent-end-position, extent-start-position): Remove setf method for
3102 non-existing functions (bug#7319).
3103
3104 2010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
3105
3106 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
3107 (smie-precs->prec2): Rename from smie-precs-precedence-table.
3108 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
3109 (smie-prec2->grammar): Rename from smie-prec2-levels.
3110 (smie-grammar): Rename from smie-op-levels.
3111 (smie-indent--hanging-p): Rename from smie-hanging-p.
3112 (smie-rule-hanging-p): New alias.
3113 (smie-indent--bolp): Rename from smie-bolp.
3114 (smie-indent--hanging-p): New alias.
3115 (smie--token): New dynamically bound variable.
3116 (smie-indent--parent): New function.
3117 (smie-rule-parent-p): Use it; rename from smie-parent-p.
3118 (smie-rule-next-p): Rename from smie-next-p.
3119 (smie-rule-prev-p): Rename from smie-prev-p.
3120 (smie-rule-sibling-p, smie-rule-parent)
3121 (smie-indent--separator-outdent, smie-rule-separator): New functions.
3122 (smie-rule-separator-outdent): New var.
3123 (smie-indent--rule): Merge with smie-indent--column.
3124 (smie-indent-forward-token, smie-indent-backward-token):
3125 Also recognize close parens.
3126 (smie-indent-keyword): Don't use smie-indent--column any more.
3127 (smie-indent-after-keyword): Ignore closers by default.
3128 (smie-indent-line): Use with-demoted-errors.
3129 * progmodes/octave-mod.el (octave-smie-grammar):
3130 Rename from octave-smie-op-levels.
3131 (octave-smie-rules): Adjust to new behavior.
3132 * progmodes/prolog.el (prolog-smie-grammar):
3133 Rename from prolog-smie-op-levels.
3134
3135 2010-11-07 Glenn Morris <rgm@gnu.org>
3136
3137 * eshell/esh-util.el (subst-char-in-string)
3138 (directory-files-and-attributes): These compatibility definitions are
3139 not needed on any version of Emacs since at least 21.4.
3140
3141 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
3142 (verilog-get-end-of-line): Remove.
3143 (verilog-within-string, verilog-re-search-forward-substr)
3144 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
3145 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
3146 Use point-at-bol, point-at-eol.
3147 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
3148 Remove.
3149 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
3150 (electric-pascal-terminate-line, pascal-set-auto-comments)
3151 (pascal-indent-paramlist, pascal-indent-declaration)
3152 (pascal-get-lineup-indent, pascal-func-completion)
3153 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
3154 Use point-at-bol, point-at-eol.
3155 * progmodes/flymake.el (flymake-line-beginning-position)
3156 (flymake-line-end-position): Remove.
3157 (flymake-highlight-line): Use point-at-bol, point-at-eol.
3158 * eshell/esh-util.el (line-end-position, line-beginning-position):
3159 Remove compat definitions.
3160
3161 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3162 Use end-of-line N.
3163 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
3164 Use line-end-position.
3165
3166 * emacs-lisp/chart.el (chart-zap-chars):
3167 * play/decipher.el (decipher-set-map):
3168 * progmodes/ada-mode.el (ada-get-current-indent)
3169 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
3170 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
3171 * progmodes/ada-xref.el (ada-initialize-runtime-library)
3172 (ada-get-all-references):
3173 * progmodes/cperl-mode.el (cperl-electric-paren)
3174 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
3175 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
3176 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
3177 (cperl-word-at-point-hard):
3178 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
3179 (idlwave-shell-filename-string, idlwave-shell-batch-command)
3180 (idlwave-shell-display-line):
3181 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
3182 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
3183 * progmodes/js.el (js--re-search-forward-inner)
3184 (js--re-search-backward-inner):
3185 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
3186 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
3187 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
3188 * textmodes/flyspell.el (flyspell-process-localwords):
3189 * textmodes/ispell.el (ispell-buffer-local-parsing)
3190 (ispell-buffer-local-dict, ispell-buffer-local-words):
3191 Use point-at-bol and point-at-eol.
3192
3193 * speedbar.el (speedbar-generic-item-info)
3194 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
3195 (speedbar-add-indicator, speedbar-check-vc-this-line)
3196 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
3197 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
3198 Replace more uses of end-of-line etc with line-end-position.
3199
3200 2010-11-06 Glenn Morris <rgm@gnu.org>
3201
3202 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
3203 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
3204 (texinfo-delete-existing-pointers, texinfo-find-pointer)
3205 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
3206 (texinfo-multiple-files-update):
3207 * textmodes/table.el (table--probe-cell-left-up)
3208 (table--probe-cell-right-bottom):
3209 * textmodes/picture.el (picture-tab-search):
3210 * textmodes/page-ext.el (pages-copy-header-and-position)
3211 (pages-directory-for-addresses):
3212 * progmodes/vera-mode.el (vera-get-offset):
3213 * progmodes/simula.el (simula-calculate-indent):
3214 * progmodes/python.el (python-pdbtrack-overlay-arrow):
3215 * progmodes/prolog.el (end-of-prolog-clause):
3216 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
3217 * progmodes/icon.el (indent-icon-exp):
3218 * progmodes/etags.el (tag-re-match-p):
3219 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
3220 * progmodes/ebnf2ps.el (ebnf-begin-file):
3221 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
3222 (dcl-save-local-variable):
3223 * play/life.el (life-setup):
3224 * play/gametree.el (gametree-looking-at-ply):
3225 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
3226 * mail/sendmail.el (mail-mode-auto-fill):
3227 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
3228 * emacs-lisp/edebug.el (edebug-overlay-arrow):
3229 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
3230 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
3231 (woman-tab-to-tab-stop, WoMan-warn-ignored):
3232 * type-break.el (type-break-file-keystroke-count):
3233 * term.el (term-replace-by-expanded-history-before-point)
3234 (term-skip-prompt, term-extract-string):
3235 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
3236 (speedbar-contract-line, speedbar-toggle-line-expansion)
3237 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
3238 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
3239 * sort.el (sort-skip-fields):
3240 * skeleton.el (skeleton-internal-list):
3241 * simple.el (line-move-finish, line-move-to-column):
3242 * shell.el (shell-forward-command):
3243 * misc.el (copy-from-above-command):
3244 * makesum.el (double-column):
3245 * ebuff-menu.el (electric-buffer-update-highlight):
3246 * dired.el (dired-move-to-end-of-filename):
3247 * dframe.el (dframe-popup-kludge):
3248 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
3249 * arc-mode.el (archive-get-lineno):
3250 Use line-end-position and line-beginning-position.
3251
3252 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
3253 (idlwave-study-twins): Prefix dynamic local `class'.
3254 (idlwave-routine-twin-compare): Update for above name change.
3255
3256 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
3257 Use boundp tests to silence compiler. Update for changed name of
3258 bytecomp-filename variable.
3259
3260 * emulation/viper-cmd.el (viper-read-string-with-history):
3261 Prefix dynamic local `initial'.
3262 (viper-minibuffer-standard-hook): Update for above name change.
3263
3264 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
3265 (elint-init-form): Update for above name change.
3266
3267 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
3268 local variables `cbeg' and `cend' a prefix.
3269 (mail-extr-voodoo): Update for above name change.
3270
3271 * textmodes/reftex-toc.el (reftex-toc-do-promote)
3272 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
3273 (reftex-toc-promote-action): Doc fix.
3274
3275 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
3276 `prompt', `data' a prefix.
3277 (reftex-select-post-command-hook, reftex-select-callback)
3278 (reftex-select-mouse-accept, reftex-select-read-cite):
3279 Update for above name changes.
3280
3281 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
3282 `refstyle' to reftex-refstyle.
3283 (reftex-offer-label-menu): Update for above name change.
3284 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
3285 `refstyle' name change.
3286
3287 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
3288 with with-current-buffer.
3289 (diff, template): Give dynamic local variables a prefix.
3290 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
3291 (emerge-line-number-in-buf): Update for above name change.
3292 (emerge-combine-versions-internal): Rename local `template' to
3293 emerge-combine-template.
3294 (emerge-combine-versions-edit): Update for above name change.
3295
3296 2010-11-06 Ralf Angeli <angeli@caeruleus.net>
3297
3298 * textmodes/reftex-cite.el
3299 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
3300 entries with whitespace after \bibitem.
3301 (reftex-create-bibtex-file): Match entries containing numbers and
3302 symbol constituents. Make sure that entries with whitespace at
3303 various places are found.
3304
3305 2010-11-05 Christian Millour <cm@abtela.com> (tiny change)
3306
3307 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
3308
3309 2010-11-05 Jan Djärv <jan.h.d@swipnet.se>
3310
3311 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
3312
3313 2010-11-05 Glenn Morris <rgm@gnu.org>
3314
3315 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
3316 (woman2-roff-buffer): Give local variable `request' a prefix.
3317 (woman0-macro): Rename argument `request' in the same way.
3318 (woman-request): New name for `request' dynamic variable.
3319 (woman-unquote, woman-forward-arg): Update for above name change.
3320 (woman1-roff-buffer): Give local variable `unquote' a prefix.
3321 (woman1-unquote): New name for `unquote' dynamic variable.
3322 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
3323 (woman-translations): Rename from `translations'. No longer global.
3324 (woman2-tr, woman-translate): Update for above name change.
3325 (woman-translate): Check for bound variable.
3326 (woman2-roff-buffer): Give local variable `translations' a prefix.
3327
3328 * play/doctor.el: Give all local variables a prefix. Update callers.
3329 (doc$, doctor-put-meaning): Use backquote.
3330
3331 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
3332 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
3333
3334 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
3335 variables bytes, ptr, op a prefix.
3336 (disassemble-offset): Update for above change.
3337
3338 2010-11-03 Chong Yidong <cyd@stupidchicken.com>
3339
3340 * emacs-lisp/package.el (package-unpack): Remove no-op.
3341 (package--builtins, package--dir): Doc fix.
3342 (package-activate-1, package-activate, package-install)
3343 (package-compute-transaction): Fix error message.
3344 (package-delete): Use delete-directory. Omit system packages.
3345 (package-initialize): Set package-alist to nil first.
3346 (package-menu-mark-delete, package-menu-mark-install): Don't add
3347 symbols that are inconsistent with the package state.
3348 (package-menu-execute): Perform deletions and installations as
3349 single batch operations.
3350
3351 2010-11-03 Glenn Morris <rgm@gnu.org>
3352
3353 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
3354 (props): Remove unnecessary declaration.
3355
3356 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
3357 set-process-query-on-exit-flag.
3358
3359 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
3360 (reftex-toc-do-promote): Remove unused local `mpos'.
3361 (reftex-toc-restore-region): Make `mpos' local to this function.
3362
3363 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
3364
3365 * play/landmark.el (lm-losing-threshold): Correct spelling.
3366 (lm-human-plays): Use new name.
3367
3368 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
3369 (gomoku-human-plays): Use new name.
3370
3371 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
3372 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
3373 (gomoku-score-trans-table, gomoku-winning-threshold)
3374 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
3375
3376 2010-11-03 Chong Yidong <cyd@stupidchicken.com>
3377
3378 * emacs-lisp/package.el: Don't put built-in packages in
3379 package-alist, to avoid loading inefficiencies.
3380 (package-built-in-p): Make VERSION optional, and treat it as a
3381 minimum acceptable version.
3382 (package-activate): Search separately for built-in packages.
3383 Emit a warning if a dependency fails.
3384 (define-package): Handle most common case, where there is no
3385 obsolete package, first.
3386 (package-compute-transaction): Print required version in error.
3387 (package--initialized): New variable.
3388 (list-packages): Use it.
3389 (package-initialize): Optional arg NO-ACTIVATE. Don't put
3390 built-in packages in packages-alist; keep it separate.
3391 Set package--initialized.
3392 (describe-package): Avoid activating packages as a side-effect.
3393 Search separately for built-in packages.
3394 (describe-package-1): Handle the case where an elpa package is
3395 simultaneously built-in and available/installed.
3396 (package-installed-p, package--generate-package-list):
3397 Search separately for built-in packages.
3398 (package-load-descriptor): Doc fix.
3399
3400 2010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3401
3402 * progmodes/perl-mode.el (perl-syntax-propertize-function):
3403 Handle __DATA__ and __END__.
3404
3405 2010-11-02 Noah Friedman <friedman@splode.com>
3406
3407 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
3408 nil, do not ask to recompile files that are not already compiled,
3409 and do not recompile them.
3410
3411 2010-11-02 Chong Yidong <cyd@stupidchicken.com>
3412
3413 * emacs-lisp/package.el (package-initialize): Ensure that
3414 obsoleted built-in packages are not in package-activated-list
3415 during activation.
3416 (describe-package-1): Make the "installed" status override
3417 "built-in".
3418
3419 2010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3420
3421 * subr.el (version-separator, version-regexp-alist): Remove '*'
3422 from docstring.
3423 (version-list-<=, version<=, version=): Doc fix.
3424
3425 2010-11-01 Kenichi Handa <handa@m17n.org>
3426
3427 * faces.el (glyphless-char): Inherit underline for tty.
3428
3429 2010-11-01 Kenichi Handa <handa@m17n.org>
3430
3431 Implement various display methods for glyphless characters.
3432
3433 * international/characters.el (char-acronym-table): New variable.
3434 (glyphless-char-control): New variable.
3435 (update-glyphless-char-display): New funciton.
3436
3437 * faces.el (glyphless-char): New face.
3438
3439 2010-11-01 Glenn Morris <rgm@gnu.org>
3440
3441 * calendar/holidays.el (general-holidays, oriental-holidays)
3442 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
3443 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
3444 the definitions of their targets.
3445
3446 * emacs-lisp/smie.el (smie): New custom group.
3447 (smie-blink-matching-inners, smie-indent-basic): Add :group.
3448
3449 * faces.el (xw-defined-colors, x-setup-function-keys):
3450 * mouse-sel.el (x-select-text):
3451 * term/w32console.el (x-setup-function-keys): Update declarations.
3452
3453 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
3454
3455 * textmodes/ispell.el (comment-add): Declare.
3456
3457 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
3458 Declare.
3459
3460 * info.el (finder-keywords-hash, package-alist): Declare.
3461
3462 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
3463
3464 * finder.el (finder-compile-keywords): Don't use intern-soft,
3465 since package names may not yet exist in the obarray.
3466
3467 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
3468
3469 * vc/vc-arch.el (vc-arch-checkin):
3470 * vc/vc-cvs.el (vc-cvs-checkin):
3471 * vc/vc-mtn.el (vc-mtn-checkin):
3472 * vc/vc-rcs.el (vc-rcs-checkin):
3473 * vc/vc-sccs.el (vc-sccs-checkin):
3474 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
3475 since 2010-04-21 commit by Stefan Monnier.
3476
3477 2010-11-01 Glenn Morris <rgm@gnu.org>
3478
3479 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
3480
3481 * startup.el (package-enable-at-startup, package-initialize):
3482 Silence compiler.
3483
3484 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
3485 Silence compiler.
3486
3487 2010-10-31 Julien Danjou <julien@danjou.info>
3488
3489 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
3490 (byte-recompile-directory):
3491 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
3492 Use `byte-recompile-file'.
3493
3494 2010-10-31 Glenn Morris <rgm@gnu.org>
3495
3496 * cus-start.el: Handle standard values via a keyword.
3497 Only set version property if specified.
3498 (cursor-in-non-selected-windows, menu-bar-mode)
3499 (tool-bar-mode, show-trailing-whitespace):
3500 Do not specify standard values.
3501 (transient-mark-mode, temporary-file-directory): Use :standard.
3502
3503 2010-10-31 Jan Djärv <jan.h.d@swipnet.se>
3504
3505 * term/x-win.el (x-get-selection-value): New function that gets
3506 PRIMARY with type as specified in x-select-request-type. (Bug#6802).
3507
3508 2010-10-31 Michael Albinus <michael.albinus@gmx.de>
3509
3510 * net/tramp.el (tramp-handle-insert-file-contents): For root,
3511 preserve owner and group when editing files. (Bug#7289)
3512
3513 2010-10-31 Glenn Morris <rgm@gnu.org>
3514
3515 * speedbar.el (speedbar-mode):
3516 * play/fortune.el (fortune-in-buffer, fortune):
3517 * play/gomoku.el (gomoku-mode):
3518 * play/landmark.el (lm-mode):
3519 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
3520 Replace inappropriate uses of toggle-read-only. (Bug#7292)
3521
3522 * select.el (x-selection): Mark it as an obsolete alias.
3523
3524 2010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3525
3526 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
3527 major-mode (bug#7284).
3528
3529 2010-10-31 Glenn Morris <rgm@gnu.org>
3530
3531 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
3532 rather than just an unused variable that inherits from the real one.
3533
3534 2010-10-31 Alan Mackenzie <acm@muc.de>
3535
3536 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
3537 This fixes bug #7185.
3538
3539 2010-10-30 Chong Yidong <cyd@stupidchicken.com>
3540
3541 * startup.el (command-line): Search for package directories, and
3542 don't load package.el if none are found.
3543
3544 * emacs-lisp/package.el (describe-package, list-packages):
3545 Call package-initialize if it has not been called yet.
3546
3547 2010-10-30 Alan Mackenzie <acm@muc.de>
3548
3549 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
3550 which fontifies the tail of an enum.
3551 (c-basic-matchers-after): Insert a call to the above new function.
3552 This fixes bug #7264.
3553
3554 2010-10-30 Glenn Morris <rgm@gnu.org>
3555
3556 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
3557 tool-bar-mode, transient-mark-mode. (Bug#7306)
3558 Include the :set property in the dumped Emacs.
3559
3560 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
3561
3562 SMIE: change indent rules format, improve smie-setup.
3563 * emacs-lisp/smie.el (smie-precs-precedence-table)
3564 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
3565 Mark them pure so the tables gets built at compile time.
3566 (smie-bnf-precedence-table): Store the closer-alist in the table.
3567 (smie-prec2-levels): Preserve the closer-alist.
3568 (smie-blink-matching-open): Be more forgiving in case of indentation.
3569 (smie-hanging-p): Rename from smie-indent--hanging-p.
3570 (smie-bolp): Rename from smie-indent--bolp.
3571 (smie--parent, smie--after): New dynamic vars.
3572 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
3573 (smie-indent-rules): Remove.
3574 (smie-indent--offset-rule): Remove fun.
3575 (smie-rules-function): New var.
3576 (smie-indent--rule): New fun.
3577 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
3578 (smie-indent-exps): Use it.
3579 (smie-setup): Setup paren blinking; add keyword args for token
3580 functions; extract closer-alist from op-levels.
3581 (smie-indent-debug-log): Remove var.
3582 (smie-indent-debug): Remove fun.
3583 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
3584 (prolog-smie-rules): New fun to replace it.
3585 (prolog-mode-variables): Simplify.
3586 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
3587 it's setup automatically.
3588 (octave-smie-indent-rules): Remove.
3589 (octave-smie-rules): New fun to replace it.
3590 (octave-mode): Simplify.
3591
3592 2010-10-29 Glenn Morris <rgm@gnu.org>
3593
3594 * files.el (temporary-file-directory): Remove (already defined in C).
3595 * cus-start.el: Add temporary-file-directory.
3596
3597 * abbrev.el (abbrev-mode):
3598 * composite.el (auto-composition-mode):
3599 * menu-bar.el (menu-bar-mode):
3600 * simple.el (transient-mark-mode):
3601 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
3602 that they do not define the associated variables twice.
3603 * simple.el (transient-mark-mode): Remove defvar.
3604 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
3605 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
3606 Handle multiple groups, and also custom-delayed-init-variables.
3607 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
3608
3609 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
3610
3611 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
3612 (pcase-if): Add one minor optimization.
3613 (pcase-split-equal): Rename from pcase-split-eq.
3614 (pcase-split-member): Rename from pcase-split-memq.
3615 (pcase-u1): Add strings to the member optimization.
3616 Add `guard' variant of predicates.
3617 (pcase-q1): Add string patterns.
3618
3619 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3620
3621 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
3622
3623 2010-10-28 Glenn Morris <rgm@gnu.org>
3624
3625 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
3626 Move menu-bar related settings to ../menu-bar.el.
3627 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
3628 Move ns-specific settings here from term/ns-win.el.
3629
3630 * simple.el (x-selection-owner-p): Remove unused declaration.
3631
3632 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3633
3634 * minibuffer.el (completion-cycling): New var (bug#7266).
3635 (minibuffer-complete, completion--do-completion):
3636 Use completion--flush-all-sorted-completions.
3637 (minibuffer-complete): Only cycle if completion-cycling is set.
3638 (completion--flush-all-sorted-completions): Unset completion-cycling.
3639 (minibuffer-force-complete): Set completion-cycling.
3640 (completion-all-sorted-completions): Move declaration before first use.
3641
3642 2010-10-28 Leo <sdl.web@gmail.com>
3643
3644 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
3645 which changes the order of matches seen by users (bug#7231).
3646
3647 2010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
3648
3649 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3650 Don't confuse -omega as "-o mega".
3651
3652 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
3653
3654 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
3655 (log-edit-author): New dynamic var.
3656 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
3657 to return the author if different from committer.
3658 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
3659
3660 * play/landmark.el: Adjust commenting convention.
3661 (lm-nil-score): Rename from nil-score.
3662 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
3663 (OOOOscore): Move into a let in lm-score-trans-table.
3664 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
3665
3666 * electric.el (electric-indent-chars): Autoload.
3667 * progmodes/octave-mod.el (octave-mode):
3668 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
3669 (ruby-mode-abbrev-table): Merge initialization and declaration.
3670
3671 2010-10-27 Glenn Morris <rgm@gnu.org>
3672
3673 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
3674 variable.
3675
3676 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
3677
3678 * term/ns-win.el: Restore require of cl when compiling.
3679 (menu-bar-final-items): Remove non-existent `windows' menu.
3680 (ns-handle-nxopen): Optionally handle the temp-case.
3681 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
3682 (ns-insert-file, ns-find-file): Use `pop'.
3683
3684 2010-10-26 Glenn Morris <rgm@gnu.org>
3685
3686 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
3687
3688 2010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
3689
3690 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
3691 global map.
3692 * term/common-win.el (x-setup-function-keys): Remove most of the
3693 keymappings. Comment on the remaining ones.
3694
3695 2010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
3696
3697 * server.el (server-port): New option. (Bug#854)
3698 (server-start): Use server-port.
3699
3700 2010-10-26 Glenn Morris <rgm@gnu.org>
3701
3702 * term/ns-win.el (ns-version-string): Remove unused declaration.
3703 (ns-invocation-args): Change to x-invocation-args.
3704 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
3705 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
3706 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
3707 Use x-invocation-args instead of ns-invocation-args.
3708 (ns-initialize-window-system, handle-args-function-alist):
3709 Use x-handle-args instead of ns-handle-args.
3710 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
3711 * startup.el (command-line-ns-option-alist): Replace
3712 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
3713 ns-handle-iconic with the x- equivalents.
3714
3715 * term/common-win.el (x-select-enable-clipboard):
3716 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
3717
3718 * term/ns-win.el: No need to require cl when compiling.
3719 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
3720 (xw-defined-colors): Use the common-win definitions.
3721 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
3722 (ns-handle-iconic): Make it an alias for x-handle-iconic.
3723 * term/common-win.el (x-select-text, x-alternatives-map)
3724 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
3725 * loadup.el [ns]: Load common-win.
3726
3727 2010-10-26 Daiki Ueno <ueno@unixuser.org>
3728
3729 * epa-mail.el (epa-mail-encrypt): Handle local-part only
3730 recipients; expand mail aliases (Bug#7280).
3731
3732 2010-10-25 Glenn Morris <rgm@gnu.org>
3733
3734 * term/common-win.el (x-handle-switch): Simplify with pop.
3735 Optionally handle numeric switches.
3736 (x-handle-numeric-switch): Just call x-handle-switch.
3737 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
3738 (x-handle-name-switch, x-handle-display, x-handle-args):
3739 Simplify with pop.
3740
3741 * term/ns-win.el: Do not require easymenu.
3742 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
3743 <spell>: Move adjustments to menu-bar.el.
3744 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
3745 <separator-undo, spell>: Move ns-win's adjustments here.
3746 * loadup.el [ns]: Do not load easymenu.
3747
3748 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
3749
3750 * image.el (image-checkbox-checked, image-checkbox-unchecked):
3751 Delete (Bug#7222).
3752
3753 * startup.el (fancy-startup-tail): Instead of using inline images,
3754 refer to image files from etc/.
3755
3756 * wid-edit.el (checkbox): Likewise.
3757 (widget-image-find): Center image specs.
3758
3759 2010-10-24 Glenn Morris <rgm@gnu.org>
3760
3761 * term/ns-win.el (x-select-text): Doc fix.
3762 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
3763 (x-select-text): Move to term/common-win.
3764 * term/w32-win.el (xw-defined-colors): Move to common-win.
3765 * term/x-win.el (xw-defined-colors, x-alternatives-map)
3766 (x-setup-function-keys, x-select-text): Move to common-win.
3767 * term/common-win.el (x-select-text, x-alternatives-map)
3768 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
3769 definitions here.
3770
3771 2010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
3772
3773 * net/mairix.el (mairix-searches-mode-map):
3774 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
3775
3776 2010-10-24 Michael McNamara <mac@mail.brushroad.com>
3777
3778 * verilog-mode.el (verilog-directive-re): Make this variable
3779 auto-built for efficiency of execution and updating.
3780 (verilog-extended-complete-re): Support 'pure' fucntion & task
3781 declarations (these have no bodies).
3782 (verilog-beg-of-statement): General cleanup to enable support of
3783 'pure' fucntion & task declarations (these have no bodies).
3784 These efforts together fix Verilog bug210 from veripool; which was also
3785 noticed by Steve Pearlmutter.
3786 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
3787 (verilog-directive-nest-re, verilog-set-auto-endcomments):
3788 Support `elsif. Reported by Shankar Giri.
3789 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
3790 attribute handling for lining up declarations and assignments.
3791 (verilog-beg-of-statement-1): Fix issue where continued declaration
3792 is indented differently if it is after a begin..end clock.
3793 (verilog-in-attribute-p, verilog-skip-backward-comments)
3794 (verilog-skip-forward-comment-p): Support proper treatment of
3795 attributes by indent code. Reported by Jeff Steele.
3796 (verilog-in-directive-p): Fix comment to correctly describe function.
3797 (verilog-backward-up-list, verilog-in-struct-region-p)
3798 (verilog-backward-token, verilog-in-struct-p)
3799 (verilog-in-coverage-p, verilog-do-indent)
3800 (verilog-pretty-declarations): Use verilog-backward-up-list as
3801 wrapper around backward-up-list inorder to properly skip comments.
3802 Reported by David Rogoff.
3803 (verilog-property-re, verilog-endcomment-reason-re)
3804 (verilog-beg-of-statement, verilog-set-auto-endcomments)
3805 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
3806 of if). Reported by Max Bjurling and
3807 (verilog-calc-1): Fix for clocking block in modport
3808 declaration. Reported by Brian Hunter.
3809
3810 2010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
3811
3812 * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
3813 (verilog-gate-keywords, verilog-read-sub-decls)
3814 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
3815 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
3816 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
3817 (verilog-read-decls): Fix spaces in V2K module parameters causing
3818 mis-identification as interfaces, bug287.
3819 (verilog-read-decls): Fix not treating "parameter string" as a
3820 parameter in AUTOINSTPARAM.
3821 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
3822 treating `elsif similar to `endif inside AUTOSENSE.
3823 (verilog-do-indent): Implement correct automatic or static task or
3824 function end comment highlight. Reported by Steve Pearlmutter.
3825 (verilog-font-lock-keywords-2): Fix highlighting of single
3826 character pins, bug264. Reported by Michael Laajanen.
3827 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
3828 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
3829 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
3830 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
3831 (verilog-pretty-expr): Fix interactive arguments, bug272.
3832 Reported by Mark Johnson.
3833 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
3834 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
3835 bug269. Suggested by Gary Delp.
3836 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
3837 (verilog-preprocessor, verilog-set-compile-command):
3838 Create verilog-preprocess and verilog-preprocessor to show
3839 preprocessed output.
3840 (verilog-get-beg-of-line, verilog-get-end-of-line)
3841 (verilog-modi-file-or-buffer, verilog-modi-name)
3842 (verilog-modi-point, verilog-within-string): Move defmacro's
3843 before first use to avoid warning. Reported by Steve Pearlmutter.
3844 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
3845 (verilog-colorize-region, verilog-highlight-buffer)
3846 (verilog-highlight-includes, verilog-highlight-modules)
3847 (verilog-highlight-region, verilog-mode): Rename colorize to
3848 highlight to match other packages. Disable module highlighting,
3849 as received speed complaints, reenable for experimentation only
3850 using new verilog-highlight-modules.
3851 (verilog-read-decls): Fix regexp stack overflow in very large
3852 AUTO_TEMPLATEs, bug250.
3853 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
3854 (verilog-scan): Create verilog-save-buffer-state to standardize
3855 making insignificant changes that shouldn't call hooks.
3856 (verilog-save-no-change-functions, verilog-save-scan-cache)
3857 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
3858 Create verilog-save-no-change-functions to wrap verilog-scan
3859 preservation, and fix to work with nested preserved calls.
3860 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
3861 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
3862 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
3863 (verilog-submit-bug-report): Update variable list to be complete.
3864 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
3865 breaking on-the-fly font-locking.
3866 (verilog-colorize-buffer, verilog-colorize-include-files)
3867 (verilog-colorize-include-files-buffer, verilog-colorize-region)
3868 (verilog-load-file-at-mouse, verilog-load-file-at-point)
3869 (verilog-mode, verilog-read-inst-module-matcher): With point on a
3870 AUTOINST cell instance name, middle mouse button now finds-file on
3871 it. Suggested by Brad Dobbie.
3872 (verilog-alw-get-temps, verilog-auto-reset)
3873 (verilog-auto-sense-sigs, verilog-read-always-signals)
3874 (verilog-read-always-signals-recurse): Fix loop indexes being
3875 AUTORESET. AUTORESET now assumes any variables in the
3876 initialization section of a for() should be ignored.
3877 Reported by Dan Dever.
3878 (verilog-error-font-lock-keywords)
3879 (verilog-error-regexp-emacs-alist)
3880 (verilog-error-regexp-xemacs-alist): Fix error detection of
3881 Cadence HAL, reported by David Asher. Repair drift between the
3882 three similar error variables.
3883 (verilog-modi-lookup, verilog-modi-lookup-cache)
3884 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
3885 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
3886 Fix slow verilog-auto expansion on very large files.
3887 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
3888 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
3889 "{1*2{...". Broke in last revision.
3890 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
3891 submodule connections with replications "{#{a},#{b}}".
3892
3893 2010-10-24 Juanma Barranquero <lekktu@gmail.com>
3894
3895 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
3896 Fix typo in docstring.
3897
3898 2010-10-24 Kenichi Handa <handa@m17n.org>
3899
3900 * face-remap.el (text-scale-adjust): Call read-event with a proper
3901 prompt.
3902
3903 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
3904
3905 * emacs-lisp/unsafep.el: Don't mark functions that display
3906 messages as safe. Suggested by Johan Bockgård.
3907
3908 2010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3909
3910 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
3911 Turn comments into docstrings.
3912
3913 * minibuffer.el (completion--replace): Move point where it belongs
3914 when there's a common suffix (bug#7215).
3915
3916 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
3917
3918 Merge read-color and facemenu-read-color (Bug#7242).
3919
3920 * faces.el (read-color): Use the completion code from
3921 facemenu-read-color. Require match in completion. Doc fix.
3922
3923 * facemenu.el (facemenu-read-color): Alias for read-color.
3924 (facemenu-set-foreground, facemenu-set-background):
3925 Use read-color.
3926
3927 * frame.el (set-background-color, set-foreground-color)
3928 (set-cursor-color, set-mouse-color, set-border-color):
3929 Use read-color.
3930
3931 2010-10-24 Leo <sdl.web@gmail.com>
3932
3933 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
3934 argument of delete-file and delete-directory (Bug#7011).
3935
3936 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
3937
3938 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
3939 button-buffer-map.
3940
3941 2010-10-24 Ralf Angeli <angeli@caeruleus.net>
3942
3943 * emacs-lisp/package.el (package--generate-package-list): Make the
3944 *Packages* buffer read-only.
3945
3946 2010-10-24 Alan Mackenzie <acm@muc.de>
3947
3948 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
3949 result of `c-beginning-of-decl-1' between invocations of a lambda
3950 function (Bug #7265).
3951
3952 2010-10-24 Daiki Ueno <ueno@unixuser.org>
3953
3954 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
3955 executable is not available on the system (Bug#7268).
3956
3957 2010-10-24 Glenn Morris <rgm@gnu.org>
3958
3959 * select.el (selection-coding-system, next-selection-coding-system):
3960 Sync doc with C versions.
3961
3962 * w32-vars.el (x-select-enable-clipboard):
3963 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
3964 * term/common-win.el (x-select-enable-clipboard): Move here.
3965
3966 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
3967 definition of C variable.
3968
3969 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
3970 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
3971 Don't redefine things that are defined in C.
3972 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
3973 (show-trailing-whitespace, auto-hscroll-mode)
3974 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
3975 Set up the appropriate custom properties.
3976
3977 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
3978
3979 Bind "C-c ]" to ...
3980 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
3981 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
3982 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
3983 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
3984
3985 2010-10-23 Glenn Morris <rgm@gnu.org>
3986
3987 * textmodes/flyspell.el (flyspell-mode): If there was an error,
3988 say what it was.
3989
3990 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
3991 Sync docs with C version.
3992
3993 * term/ns-win.el (xw-defined-colors):
3994 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
3995
3996 * term/pc-win.el (x-select-enable-clipboard):
3997 * term/x-win.el (x-select-enable-clipboard):
3998 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
3999
4000 * comint.el (comint-password-prompt-regexp): Make it less vague.
4001 Bump version.
4002
4003 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
4004
4005 * help.el (finder-by-keyword): Remove unnecessary autoload.
4006
4007 2010-10-22 Glenn Morris <rgm@gnu.org>
4008
4009 * loadup.el: Unconditionally load float-sup.
4010 * paren.el (show-paren-delay):
4011 * emacs-lisp/float-sup.el:
4012 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
4013 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
4014 (lazy-lock-stealth-verbose): Assume float support.
4015 * ps-print.el: Assume float support on Emacs.
4016 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
4017 Remove non-float branch.
4018
4019 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
4020 src/Makefile no longer being pre-processed.
4021
4022 2010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4023
4024 * emacs-lisp/find-func.el (find-library): Use test-completion.
4025
4026 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4027
4028 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
4029
4030 2010-10-21 Michael Albinus <michael.albinus@gmx.de>
4031
4032 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
4033 space in stat format string.
4034 (tramp-send-command): Unset $PS1 when using here documents, in
4035 order not to get several prompts.
4036 (tramp-get-inline-coding): Return `nil' in case of errors.
4037
4038 2010-10-21 Daiki Ueno <ueno@unixuser.org>
4039
4040 * hexl.el (hexl-mode, hexl-mode-exit):
4041 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
4042 (hexl-revert-buffer-function): New function.
4043 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
4044
4045 2010-10-19 Alan Mackenzie <acm@muc.de>
4046
4047 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
4048 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
4049 that these keywords aren't wrongly matched as identifiers.
4050
4051 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
4052 setting of c-new-BEG and c-new-END from c-before-change to
4053 c-after-change. (Bug#7181)
4054
4055 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
4056
4057 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
4058 Don't mark as safe.
4059
4060 * custom.el (custom-theme-set-variables): Likewise.
4061 (load-theme): Add custom-theme-set-faces and
4062 custom-theme-set-variables to safe-functions while loading.
4063 (custom-enabled-themes): Mark as risky.
4064
4065 2010-10-18 Julien Danjou <julien@danjou.info>
4066
4067 * bindings.el: Remove end dashes in default mode-line-format.
4068
4069 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
4070
4071 * bindings.el (global-map): Bind C-d to delete-char and deletechar
4072 to delete-forward-char.
4073
4074 * simple.el (normal-erase-is-backspace-mode): Remap delete to
4075 deletechar, and hence delete-forward-char.
4076
4077 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4078
4079 * repeat.el (repeat): Use read-key (bug#6256).
4080
4081 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
4082
4083 * emacs-lisp/unsafep.el: Don't mark functions that display
4084 messages as safe. Suggested by Johan Bockgård.
4085
4086 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4087
4088 * minibuffer.el (completion--replace): Move point where it belongs
4089 when there's a common suffix (bug#7215).
4090
4091 2010-10-19 Kenichi Handa <handa@m17n.org>
4092
4093 * international/characters.el: Add category '|' (word breakable)
4094 to fullwidth characters.
4095
4096 2010-10-19 Michael Albinus <michael.albinus@gmx.de>
4097
4098 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
4099 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
4100 order to make stat results a float. Patch by Andreas Schwab
4101 <schwab@linux-m68k.org>.
4102
4103 2010-10-18 Julien Danjou <julien@danjou.info>
4104
4105 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
4106 hidden by `make-pointer-invisible'.
4107
4108 2010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4109
4110 * files.el (locate-file-completion-table): Strip non-matching elements
4111 before checking length of list (bug#7238).
4112
4113 2010-10-18 Chong Yidong <cyd@stupidchicken.com>
4114
4115 * custom.el (custom-theme-set-variables): Mark as a safe function.
4116 (load-theme): Check forms using unsafep.
4117
4118 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
4119
4120 2010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
4121
4122 * textmodes/ispell.el (ispell-aspell-find-dictionary):
4123 Fix aspell data file searching (bug#7230).
4124
4125 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
4126
4127 * cus-theme.el (custom-theme--migrate-settings): New var.
4128 (customize-create-theme): Allow editing the `user' theme.
4129 (custom-theme-add-variable, custom-theme-add-var-1)
4130 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
4131 to the front of each variable or face widget.
4132 (custom-theme-write): Save theme settings in the correct order.
4133 Optionally, remove saved settings from user customizations.
4134 (custom-theme-write-variables, custom-theme-write-faces):
4135 Save only the checked widgets.
4136 (customize-themes): Add a link for migrating custom settings.
4137
4138 * custom.el (custom-declare-theme, provide-theme):
4139 Use custom-theme-name-valid-p.
4140 (custom-theme-name-valid-p): Remove checks that are now
4141 unnecessary since themes no longer obey load-path.
4142
4143 * cus-edit.el (custom-variable-value-create): For the simple
4144 style, hide documentation string when hidden.
4145
4146 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
4147
4148 * cus-edit.el (custom-variable, custom-face): Combine the
4149 :inhibit-magic and :display-style properties into a single
4150 :custom-style property.
4151 (custom-toggle-hide-variable, custom-toggle-hide-face):
4152 New functions. If hiding an edited value, save it to :shown-value.
4153 (custom-variable-value-create, custom-face-value-create): Use them.
4154 (custom-magic-reset): Allow magic property to be unset.
4155
4156 * custom.el: Custom themes no longer use load-path.
4157 (custom-theme-load-path): New option. Change built-in theme
4158 directory to etc/.
4159 (custom-enabled-themes): Add custom-theme-load-path dependency.
4160 (custom-theme--load-path): New function.
4161 (load-theme, custom-available-themes): Use it.
4162
4163 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
4164 (customize-themes): Link to custom-theme-load-path variable.
4165 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
4166 :custom-style property.
4167
4168 * themes/*.el: Moved to etc/.
4169
4170 2010-10-16 Ralf Angeli <angeli@caeruleus.net>
4171
4172 * textmodes/reftex-cite.el
4173 (reftex-extract-bib-entries-from-thebibliography): Do not move
4174 point when searching for \bibitem entries. Match entries with
4175 spaces or tabs in front of arguments.
4176
4177 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
4178
4179 * cus-theme.el (customize-create-theme): Delete overlays after
4180 erasing. If given a THEME arg, display only the faces of that arg
4181 instead of custom-theme--listed-faces.
4182 (custom-theme-variable-menu, custom-theme-variable-action)
4183 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
4184 (custom-theme-add-variable, custom-theme-add-face): Apply value
4185 from the theme settings, instead of the current value.
4186 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
4187 (custom-theme-visit-theme): Allow calling outside theme buffers.
4188 (custom-theme-merge-theme): Don't enable the theme when merging.
4189 (custom-theme-write-variables, custom-theme-write-faces): Use the
4190 :shown-value properties to save buffer values, not global ones.
4191 (customize-themes): Display a warning about user customizations.
4192
4193 * cus-edit.el (custom-variable-value-create)
4194 (custom-face-value-create): Obey new special properties
4195 :shown-value and :inhibit-magic.
4196
4197 2010-10-15 Michael Albinus <michael.albinus@gmx.de>
4198
4199 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
4200 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
4201 <dale@codefu.org>.
4202
4203 2010-10-14 Kenichi Handa <handa@m17n.org>
4204
4205 * mail/rmail.el (rmail-show-message-1): Catch an error of
4206 base64-decode-region and just show an error message (bug#7165).
4207
4208 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
4209 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
4210 a font-spec (bug#7197).
4211
4212 2010-10-14 Glenn Morris <rgm@gnu.org>
4213
4214 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
4215
4216 2010-10-14 Juanma Barranquero <lekktu@gmail.com>
4217
4218 * international/mule.el (define-coding-system):
4219 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4220 * composite.el (compose-region): Fix typo in docstring.
4221
4222 2010-10-14 Chong Yidong <cyd@stupidchicken.com>
4223
4224 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
4225 only after checking the theme-face property.
4226
4227 * faces.el (face-spec-reset-face): Reset all attributes in one
4228 single call to set-face-attribute.
4229 (face-spec-match-p): Make it a defsubst.
4230 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
4231 (x-create-frame-with-faces, tty-create-frame-with-faces)
4232 (tty-set-up-initial-frame-faces): Don't recompute face specs in
4233 frame-set-background-mode, since they are recomputed immediately
4234 afterwards in face-set-after-frame-default.
4235 (face-set-after-frame-default): Minor optimization.
4236 (cursor): Provide non-trivial defface spec.
4237
4238 * custom.el (custom-theme-recalc-face): Simplify.
4239
4240 2010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
4241
4242 * calc/calc-alg.el (math-var): Rename from `var'.
4243 (math-is-polynomial, math-is-poly-rec): Replace `var'
4244 with `math-var'.
4245
4246 * calc/calcalg2.el (math-var): Rename from `var'.
4247 (calcFunc-table, math-scan-for-limits): Replace `var'
4248 with `math-var'.
4249
4250 2010-10-13 Glenn Morris <rgm@gnu.org>
4251
4252 * subr.el (last): Deal with dotted lists (reported in bug#7174).
4253
4254 2010-10-13 Stephen Berman <stephen.berman@gmx.net>
4255
4256 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
4257
4258 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4259
4260 * net/tls.el (tls-program): Remove spurious %s from openssl.
4261 (tls-starttls-switches): Remove starttls hack.
4262 (open-tls-stream): Ditto.
4263 (tls-find-starttls-argument): Ditto.
4264
4265 2010-10-13 Juanma Barranquero <lekktu@gmail.com>
4266
4267 * image.el (image-library-alist): Declare as obsolete alias.
4268 (image-type-available-p): Use `dynamic-library-alist'.
4269
4270 * term/w32-win.el (dynamic-library-alist):
4271 Use instead of `image-library-alist'.
4272
4273 2010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
4274
4275 * subr.el (last): Make it faster. (Bug#7174)
4276
4277 2010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
4278
4279 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
4280
4281 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
4282
4283 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
4284 (describe-theme-1): Extract doc from unloaded themes.
4285
4286 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
4287
4288 * themes/tango-theme.el:
4289 * themes/tango-dark-theme.el:
4290 * themes/wheatgrass-theme.el: New files.
4291
4292 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
4293
4294 * cus-theme.el (describe-theme, customize-themes)
4295 (custom-theme-save): New commands.
4296 (custom-new-theme-mode-map): Bind C-x C-s.
4297 (custom-new-theme-mode): Use custom--initialize-widget-variables.
4298 (customize-create-theme): New optional arg THEME.
4299 (custom-theme-revert): Use it.
4300 (custom-theme-visit-theme): Remove dead code.
4301 (custom-theme-merge-theme): Use custom-available-themes.
4302 (custom-theme-write): Make interactive.
4303 (custom-theme-write): Use custom-theme-name-valid-p.
4304 (describe-theme-1, custom-theme-choose-revert)
4305 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
4306 New funs.
4307 (custom-theme-allow-multiple-selections): New option.
4308 (custom-theme-choose-mode): New major mode.
4309
4310 * custom.el (custom-theme-set-variables): Remove dead code.
4311 Obey custom--inhibit-theme-enable.
4312 (custom--inhibit-theme-enable): New var.
4313 (provide-theme): Obey it.
4314 (load-theme): Replace load with manual read/eval, in order to
4315 check for correctness. Use custom-theme-name-valid-p.
4316 (custom-theme-name-valid-p): New function.
4317 (custom-available-themes): Use it.
4318
4319 * cus-edit.el (custom--initialize-widget-variables): New function.
4320 (Custom-mode): Use it.
4321
4322 * cus-face.el (custom-theme-set-faces): Remove dead code.
4323 Obey custom--inhibit-theme-enable.
4324
4325 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
4326
4327 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
4328
4329 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
4330
4331 2010-10-12 Jan Djärv <jan.h.d@swipnet.se>
4332
4333 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
4334 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
4335 (mac-right-option-modifier): New alias for ns-right-option-modifier.
4336
4337 * cus-start.el (all): ns-right-alternate-modifier is new.
4338
4339 2010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4340
4341 * emacs-lisp/lisp.el (lisp-completion-at-point):
4342 Use emacs-lisp-mode-syntax-table for the whole function.
4343
4344 2010-10-12 David Koppelman <koppel@ece.lsu.edu>
4345
4346 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
4347 instead of font-lock-mode before adding keywords.
4348 Remove hi-lock-mode off code. Remove inhibit hack.
4349 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
4350 non-nil; removed hook inhibit hack.
4351
4352 2010-10-12 Glenn Morris <rgm@gnu.org>
4353
4354 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
4355 (load-path-shadows-find): ... to this.
4356 (list-load-path-shadows): Update for above change.
4357
4358 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
4359
4360 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
4361
4362 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
4363 Fix comment for declare-function.
4364
4365 2010-10-11 Chong Yidong <cyd@stupidchicken.com>
4366
4367 * custom.el (custom-fix-face-spec): New function; code moved from
4368 custom-face-edit-fix-value.
4369 (custom-push-theme): Use it when checking if a face has been
4370 changed outside customize.
4371 (custom-available-themes): New function.
4372 (load-theme): Use it.
4373
4374 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
4375
4376 * custom.el (custom-push-theme): Cleanup (use cond).
4377 (disable-theme): Recompute the saved-face property.
4378 (custom-theme-recalc-face): Follow face alias before setting prop.
4379
4380 * image.el (image-checkbox-checked, image-checkbox-unchecked):
4381 New variables, containing checkbox images.
4382
4383 * startup.el (fancy-startup-tail):
4384 * wid-edit.el (checkbox): Use them.
4385
4386 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
4387
4388 * shell.el (shell-mode-map):
4389 * progmodes/modula2.el (m2-mode-map):
4390 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
4391 * play/mpuz.el (mpuz-mode-map):
4392 * play/landmark.el (lm-mode-map):
4393 * play/decipher.el (decipher-mode-map):
4394 * play/5x5.el (5x5-mode-map):
4395 * net/telnet.el (telnet-mode-map):
4396 * net/quickurl.el (quickurl-list-mode-map):
4397 * net/mairix.el (mairix-searches-mode-map):
4398 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
4399 * net/dig.el (dig-mode-map):
4400 * mail/mspools.el (mspools-mode-map):
4401 * hexl.el (hexl-mode-map):
4402 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
4403 (wordstar-C-o-map, wordstar-C-q-map):
4404 * emacs-lisp/edebug.el (edebug-eval-mode-map):
4405 * emacs-lisp/chart.el (chart-map):
4406 * edmacro.el (edmacro-mode-map):
4407 * erc/erc-list.el (erc-list-menu-mode-map):
4408 * array.el (array-mode-map): Declare and define in one step.
4409
4410 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
4411
4412 2010-10-10 Daiki Ueno <ueno@unixuser.org>
4413
4414 * epa.el (epa-passphrase-callback-function): Display filename
4415 passed as the 3rd arg.
4416 * epa-file.el (epa-file-passphrase-callback-function):
4417 Pass filename to epa-passphrase-callback-function.
4418
4419 2010-10-09 Chong Yidong <cyd@stupidchicken.com>
4420
4421 * cus-edit.el (custom-face-widget-to-spec)
4422 (custom-face-get-current-spec, custom-face-state): New functions.
4423 (custom-face-set, custom-face-mark-to-save)
4424 (custom-face-value-create, custom-face-state-set): Use them.
4425
4426 * cus-theme.el (custom-theme--listed-faces): New var.
4427 (customize-create-theme): Use *Custom Theme* as the buffer name.
4428 Set revert-buffer-function. Optional arg BUFFER. Insert all
4429 faces listed in custom-theme--listed-faces.
4430 (custom-theme-revert): New function.
4431 (custom-theme-add-variable, custom-theme-add-face): Insert at the
4432 bottom of the list.
4433 (custom-theme-write): Prompt for theme name if empty.
4434 (custom-theme-write-variables): Use dolist.
4435 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
4436
4437 2010-10-09 Alan Mackenzie <acm@muc.de>
4438
4439 Enhance fontification of declarators to take account of the
4440 presence/absence of "typedef".
4441
4442 * cc-engine.el (c-forward-type): New &optional param
4443 "brace-block-too".
4444 (c-forward-decl-or-cast-1): cdr of return value now indicates the
4445 presence of either or both of a "struct"-like keyword and "typedef".
4446
4447 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
4448 fontification of declarators which follow a "}".
4449 (c-font-lock-declarations): Fontify declarators according to the
4450 presence/absence of "typedef".
4451
4452 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
4453 for "typedef".
4454 (c-typedef-decl-key): New lang variable built from
4455 c-typedef-decl-kwds.
4456
4457 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4458
4459 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
4460 since that's too annoying. Move the filter groups commands to
4461 TAB/backtab.
4462
4463 * epa.el (epa-passphrase-callback-function): Say what we're
4464 querying the password for.
4465
4466 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
4467 behaviour, don't bury the ibuffer buffer when visiting other buffers.
4468
4469 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
4470
4471 * cus-edit.el (custom-commands, custom-buffer-create-internal)
4472 (custom-magic-value-create): Pad button tags with spaces.
4473 (custom-face-edit): New variable.
4474 (custom-face-value-create): Determine whether to use the usual
4475 face editor here, instead of using custom-face-selected.
4476 Pass face defaults to custom-face-edit widget.
4477 (custom-face-selected, custom-display-unselected): Delete widgets.
4478 (custom-display-unselected-match): Function removed.
4479 (custom-face-set, custom-face-mark-to-save):
4480 Accept custom-face-edit widgets as the direct widget child.
4481
4482 * wid-edit.el (widget--completing-widget): New var.
4483 (widget-default-complete): Bind it when doing completion.
4484 (widget-string-complete, widget-file-complete): Use it.
4485
4486 2010-10-09 Glenn Morris <rgm@gnu.org>
4487
4488 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
4489 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
4490 (holiday-hebrew-misc): Small simplifications.
4491
4492 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
4493
4494 * net/browse-url.el: Don't require thingatpt, term, dired,
4495 executable, or w3-auto when compiling.
4496 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
4497 Declare.
4498 (browse-url-text-emacs): Require term.
4499
4500 2010-10-08 Andreas Schwab <schwab@linux-m68k.org>
4501
4502 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
4503
4504 2010-10-08 Glenn Morris <rgm@gnu.org>
4505
4506 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
4507
4508 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
4509 (shadows-compare-text-p): Make it an obsolete alias for...
4510 (load-path-shadows-compare-text): ... new name.
4511 (find-emacs-lisp-shadows): Update for above name change.
4512 (load-path-shadows-same-file-or-nonexistent): New name for the old
4513 shadow-same-file-or-nonexistent.
4514
4515 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
4516
4517 * minibuffer.el (completion--some, completion--do-completion)
4518 (minibuffer-complete-and-exit, minibuffer-completion-help)
4519 (completion-basic-try-completion)
4520 (completion-basic-all-completions)
4521 (completion-pcm--find-all-completions): Use lexical-let to
4522 avoid some false matches in variable completion (Bug#7056)
4523
4524 2010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
4525
4526 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
4527
4528 2010-10-08 Leo <sdl.web@gmail.com>
4529
4530 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
4531 return non-nil if the file exists (Bug#7090).
4532
4533 2010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4534
4535 * minibuffer.el (completion--replace):
4536 Better preserve markers (bug#7138).
4537
4538 2010-10-08 Juanma Barranquero <lekktu@gmail.com>
4539
4540 * server.el (server-process-filter): Doc fix.
4541
4542 2010-10-08 Drew Adams <drew.adams@oracle.com>
4543
4544 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
4545
4546 2010-10-08 Glenn Morris <rgm@gnu.org>
4547
4548 * vc/ediff-wind.el (ediff-setup-control-frame):
4549 * vc/ediff-ptch.el (ediff-default-backup-extension):
4550 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
4551 (ediff-exec-process): Remove system-types emx, windows-95.
4552
4553 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
4554
4555 2010-10-07 Chong Yidong <cyd@stupidchicken.com>
4556
4557 * cus-edit.el (custom-variable, custom-face): Doc fix.
4558 (custom-face-edit): Add value-create attribute.
4559 (custom-face-edit-value-create)
4560 (custom-face-edit-value-visibility-action): New functions.
4561 Hide unused face attributes by default, and add a visibility toggle.
4562 (custom-face-edit-deactivate): Show empty values with shadow face.
4563 (custom-face-selected): Only use this for face specs with default
4564 attributes.
4565 (custom-face-value-create): Cleanup.
4566
4567 * wid-edit.el (widget-checklist-value-create): Use dolist.
4568 (widget-checklist-match-find): Make second arg optional.
4569
4570 2010-10-07 Glenn Morris <rgm@gnu.org>
4571
4572 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
4573 Prefix things.
4574
4575 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
4576 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
4577 load-path-shadows-mode, update references.
4578 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
4579 Rename variable and button.
4580 (list-load-path-shadows): Update button caller.
4581
4582 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4583
4584 * emacs-lisp/smie.el (smie-bnf-classify): New function.
4585 (smie-bnf-precedence-table): Use it to remember the closers/openers.
4586 (smie-merge-prec2s): Handle those new entries.
4587 (smie-prec2-levels): Only set precedence to nil for actual
4588 openers/closers.
4589 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
4590 that is now unnecessary.
4591
4592 2010-10-07 Miles Bader <miles@gnu.org>
4593
4594 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
4595
4596 2010-10-07 Glenn Morris <rgm@gnu.org>
4597
4598 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
4599 (mail-position-on-field): Remove declarations.
4600 (mail-position-on-field): Autoload it.
4601 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
4602 and mail-header-end. Don't require sendmail.
4603
4604 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
4605 (shadow-mode): New mode.
4606 (shadow-find-file): New button.
4607 (list-load-path-shadows): Use shadow-mode and buttons.
4608
4609 * iimage.el (iimage-version): Remove.
4610 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
4611 Turn into defcustoms.
4612 (iimage-mode-map): Give it a doc string.
4613
4614 * calendar/appt.el (appt-activate): Give a warning rather than an error
4615 if there is no diary-file.
4616
4617 2010-10-06 Michael Albinus <michael.albinus@gmx.de>
4618
4619 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4620 Use `tramp-handle-find-backup-file-name'.
4621
4622 2010-10-06 Glenn Morris <rgm@gnu.org>
4623
4624 * font-core.el (font-lock-defaults-alist): Remove variable.
4625 (font-lock-mode): Doc fix.
4626 (font-lock-default-function): Do not consult font-lock-defaults-alist.
4627 * font-lock.el (font-lock-refresh-defaults): Doc fix.
4628 (font-lock-set-defaults): Doc fix.
4629 Do not consult font-lock-defaults-alist.
4630
4631 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
4632
4633 * emacs-lisp/cl.el: No longer provide cl-19.
4634
4635 2010-10-05 Michael Albinus <michael.albinus@gmx.de>
4636
4637 * net/tramp.el (tramp-handle-directory-files-and-attributes)
4638 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
4639 New defuns, taken from tramp-smb.el.
4640 (tramp-coding-system-change-eol-conversion)
4641 (tramp-set-process-query-on-exit-flag): Remove.
4642
4643 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
4644 (tramp-compat-coding-system-change-eol-conversion)
4645 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
4646 from tramp.el.
4647
4648 * net/tramp-gvfs.el:
4649 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
4650 by `tramp-compat-set-process-query-on-exit-flag'.
4651
4652 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
4653 Use `tramp-handle-directory-files-and-attributes',
4654 `tramp-handle-file-exists-p' and
4655 `tramp-handle-file-newer-than-file-p'.
4656 (tramp-imap-handle-file-exists-p)
4657 (tramp-imap-handle-file-executable-p)
4658 (tramp-imap-handle-file-readable-p)
4659 (tramp-imap-handle-directory-files-and-attributes)
4660 (tramp-imap-handle-file-newer-than-file-p): Remove.
4661
4662 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
4663 by `tramp-compat-set-process-query-on-exit-flag' and
4664 `tramp-coding-system-change-eol-conversion' by
4665 `tramp-compat-coding-system-change-eol-conversion'.
4666
4667 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4668 Use `tramp-handle-directory-files-and-attributes',
4669 `tramp-handle-file-exists-p' and
4670 `tramp-handle-file-newer-than-file-p'.
4671 (tramp-smb-handle-directory-files-and-attributes)
4672 (tramp-smb-handle-file-exists-p)
4673 (tramp-smb-handle-file-newer-than-file-p): Remove.
4674 (tramp-smb-maybe-open-connection):
4675 Replace `tramp-set-process-query-on-exit-flag' by
4676 `tramp-compat-set-process-query-on-exit-flag'.
4677
4678 2010-10-05 Glenn Morris <rgm@gnu.org>
4679
4680 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
4681
4682 2010-10-04 Michael Albinus <michael.albinus@gmx.de>
4683
4684 Continue reorganization of load dependencies. (Bug#7156)
4685
4686 * net/tramp.el (tramp-handle-file-local-copy-hook)
4687 (tramp-delete-temp-file-function): Move down.
4688 (tramp-exists-file-name-handler): Move up.
4689 (tramp-register-file-name-handlers): Simplify autoload.
4690 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
4691 (tramp-handle-directory-files, tramp-handle-dired-uncache)
4692 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
4693 (tramp-handle-file-name-completion)
4694 (tramp-handle-file-name-directory)
4695 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
4696 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
4697 (tramp-handle-find-backup-file-name)
4698 (tramp-handle-insert-file-contents, tramp-handle-load)
4699 (tramp-handle-substitute-in-file-name)
4700 (tramp-handle-unhandled-file-name-directory)
4701 (tramp-mode-string-to-int, tramp-local-host-p)
4702 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
4703
4704 * net/tramp-gvfs.el (top):
4705 * net/tramp-smb.el (top): Do not require 'tramp-sh.
4706
4707 * net/tramp-sh.el (all): Move several objects to tramp.el, see
4708 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
4709
4710 2010-10-04 Glenn Morris <rgm@gnu.org>
4711
4712 * calendar/appt.el (appt-add): Ensure reminders are enabled.
4713 (appt-activate): Give status messages.
4714
4715 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
4716
4717 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
4718 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
4719 `gnutls-negotiate' (formerly `starttls-negotiate').
4720 Remove trivial wrapper `starttls-open-stream'.
4721
4722 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
4723
4724 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
4725 log-outgoing commands.
4726 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
4727 to create a buffer local revert-buffer-function variable.
4728 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
4729 revert-buffer-function lambda.
4730
4731 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
4732
4733 * net/gnutls.el (starttls-negotiate): Use the plist interface to
4734 `gnutls-boot'. Make TYPE the only required parameter.
4735 Allow TRUSTFILES and KEYFILES to be lists.
4736 (open-ssl-stream): Use it.
4737
4738 2010-10-03 Glenn Morris <rgm@gnu.org>
4739
4740 * subr.el (directory-sep-char): Remove obsolete variable.
4741 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
4742 it is "necessary".
4743
4744 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
4745 * vc/vc.el (vc-static-header-alist): Doc fix.
4746 * vc/vc-cvs.el (vc-cvs-header):
4747 * vc/vc-rcs.el (vc-rcs-header):
4748 * vc/vc-sccs.el (vc-sccs-header):
4749 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
4750 * obsolete/vc-mcvs.el (vc-mcvs-header):
4751 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
4752 on XEmacs.
4753
4754 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
4755
4756 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
4757 Remove obsolete use of binary-overwrite-mode (Bug#7001).
4758
4759 2010-10-03 Glenn Morris <rgm@gnu.org>
4760
4761 * obsolete/x-menu.el: Remove file, obsolete since 21.1
4762
4763 * textmodes/rst.el (rst-font-lock-keywords-function):
4764 Drop Emacs 20 code.
4765
4766 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
4767
4768 * printing.el: Drop Emacs 20 code.
4769
4770 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
4771 without having used appt.el already).
4772
4773 * subr.el (make-local-hook): Remove function obsolete since 21.1.
4774 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
4775 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
4776 XEmacs.
4777 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
4778 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
4779
4780 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
4781 (charset-width, find-charset-region, chars-in-region, forward-point)
4782 (encode-coding-string, coding-system-p, ccl-execute-on-string)
4783 (define-ccl-program, multibyte-string-p, string-make-multibyte):
4784 Remove compatibility cruft (none of these are used by ps*.el).
4785
4786 2010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
4787
4788 * subr.el (booleanp): Return t instead of a list (Bug#7086).
4789
4790 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
4791
4792 * server.el (server-process-filter, server-return-error):
4793 Give emacsclient time to shut down after receiving an error string.
4794
4795 2010-10-02 Michael Albinus <michael.albinus@gmx.de>
4796
4797 * files.el (remote-file-name-inhibit-cache): New defcustom.
4798
4799 * time.el (display-time-file-nonempty-p):
4800 Use `remote-file-name-inhibit-cache'.
4801
4802 * net/tramp.el (tramp-completion-reread-directory-timeout):
4803 Fix docstring.
4804
4805 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
4806 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
4807 `remote-file-name-inhibit-cache'. Check also for an integer
4808 value. Add/increase counter when `tramp-verbose' >= 10.
4809 (tramp-set-file-property): Add/increase counter when
4810 `tramp-verbose' >= 10.
4811
4812 * net/tramp-cmds.el (tramp-cleanup-all-connections)
4813 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
4814 (tramp-bug): Set tramp-autoload cookie. Report all interned
4815 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
4816 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
4817 characters only in strings.
4818
4819 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
4820 to backward compatibility.
4821
4822 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
4823 (tramp-handle-file-name-all-completions)
4824 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
4825 (tramp-open-connection-setup-interactive-shell):
4826 Call `tramp-cleanup-connection' directly.
4827
4828 2010-10-02 Glenn Morris <rgm@gnu.org>
4829
4830 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
4831
4832 * subr.el (char-bytes): Remove obsolete function.
4833
4834 * isearch.el (isearch-return-char): Remove obsolete function.
4835
4836 * mouse.el: No longer provide mldrag.
4837 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
4838 Remove obsolete aliases.
4839
4840 * comint.el (comint-kill-output): Remove obsolete alias.
4841
4842 * composite.el (decompose-composite-char): Remove obsolete function.
4843 * ps-def.el (decompose-composite-char): Remove unused function.
4844
4845 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
4846
4847 * outline.el (outline-visible): Remove obsolete function.
4848
4849 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
4850 * faces.el (internal-find-face, internal-get-face)
4851 (frame-update-faces, frame-update-face-colors)
4852 (x-frob-font-weight, x-frob-font-slant)
4853 (internal-frob-font-weight, internal-frob-font-slant)
4854 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
4855 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
4856 (x-make-font-bold-italic): Remove functions and aliases, obsolete
4857 since Emacs 21.1.
4858 * emulation/viper-util.el (viper-get-face):
4859 * obsolete/lucid.el (find-face, get-face): Use facep.
4860 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
4861 Remove unused functions.
4862 * vc/ediff-util.el (ediff-submit-report): Doc fix.
4863
4864 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
4865 delete tempfile if interrupted during compilation.
4866
4867 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4868
4869 * net/tls.el (tls-starttls-switches): Give up on using starttls with
4870 gnutls-cli.
4871 (tls-program): Add --insecure to be consistent with the defaults from
4872 openssl s_client. Now all three commands are insecure.
4873
4874 2010-10-01 Eli Zaretskii <eliz@gnu.org>
4875
4876 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
4877 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
4878 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
4879
4880 2010-10-01 Glenn Morris <rgm@gnu.org>
4881
4882 * obsolete/sc.el: Remove file.
4883
4884 * files.el (temporary-file-directory): On darwin, also try
4885 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
4886
4887 2010-10-01 Juanma Barranquero <lekktu@gmail.com>
4888
4889 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
4890 Let's not break compatibility gratuitously, shall we?
4891
4892 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4893
4894 * net/tls.el (tls-starttls-switches): New variable.
4895 (tls-find-starttls-argument): Use it.
4896 (open-tls-stream): Ditto.
4897
4898 * net/netrc.el (netrc-credentials): Return the value of the "default"
4899 entry.
4900 (netrc-machine): Ditto.
4901
4902 2010-09-30 Eli Zaretskii <eliz@gnu.org>
4903
4904 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
4905
4906 2010-09-30 Juanma Barranquero <lekktu@gmail.com>
4907
4908 * server.el (server-start): Don't write pid to the authentication file.
4909 (server-create-tty-frame): Don't send pid.
4910 (server-process-filter): Send pid at the start of every connection.
4911
4912 2010-09-30 Glenn Morris <rgm@gnu.org>
4913
4914 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
4915 (show-all-diary-entries): Remove obsolete function aliases.
4916
4917 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
4918 Remove options, obsolete since 22.1.
4919 (appt-display-format, appt-display-message):
4920 Remove backwards-compatibility code.
4921 (appt-check): No longer check appt-issue-message.
4922 (appt-make-list): No longer autoload it. Doc fix. No longer
4923 activate the package.
4924
4925 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4926
4927 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
4928 (starttls-negotiate): Just call boot, and let the handshake be
4929 triggered from the read loop.
4930
4931 2010-09-29 Glenn Morris <rgm@gnu.org>
4932
4933 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
4934 not displaying the diary.
4935 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
4936 * calendar/appt.el (appt-check): No longer need to kill diary.
4937
4938 * calendar/diary-lib.el (diary-list-entries): Move the
4939 "Preparing..." message entirely here.
4940 (diary-simple-display, diary-fancy-display): Move "Preparing..."
4941 messages to diary-list-entries.
4942 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
4943 diary-display-function.
4944
4945 * calendar/diary-lib.el (diary-include-other-diary-files):
4946 Trap some recursive includes.
4947
4948 * calendar/appt.el (appt-activate): Check diary file.
4949
4950 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
4951
4952 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
4953 construction.
4954
4955 * calendar/time-date.el: No need to require cl for Emacs 21.
4956
4957 2010-09-28 Glenn Morris <rgm@gnu.org>
4958
4959 * calendar/appt.el (appt-check): Minor simplification.
4960
4961 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
4962
4963 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
4964 citation prefix.
4965
4966 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
4967
4968 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4969 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
4970
4971 2010-09-27 Kenichi Handa <handa@m17n.org>
4972
4973 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
4974 "ustar" format.
4975
4976 2010-09-27 Kenichi Handa <handa@m17n.org>
4977
4978 * international/mule.el (define-coding-system): Docstring fixed.
4979
4980 * international/mule-diag.el (describe-character-set): Use princ
4981 with proper print-length and print-level instead of insert.
4982
4983 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
4984
4985 * window.el (walk-windows): Doc fix (bug#7105).
4986
4987 2010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
4988
4989 * emacs-lisp/float-sup.el (e): Remove.
4990
4991 2010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
4992
4993 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
4994 variable.
4995 (starttls-negotiate): Use it.
4996
4997 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4998
4999 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
5000 back.
5001
5002 2010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
5003
5004 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
5005
5006 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5007
5008 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
5009
5010 * net/netrc.el (netrc-store-data): New function.
5011
5012 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
5013
5014 * net/gnutls.el: GnuTLS glue code to set up a connection.
5015
5016 2010-09-25 Julien Danjou <julien@danjou.info>
5017
5018 * notifications.el: Call dbus-register-signal only if it is bound.
5019
5020 2010-09-25 Glenn Morris <rgm@gnu.org>
5021
5022 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
5023 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
5024 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
5025 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
5026 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
5027 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
5028 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
5029 * eshell/esh-util.el, eshell/esh-var.el:
5030 Remove leading `*' from docs of faces and defcustoms.
5031
5032 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
5033
5034 * eshell/em-ls.el (eshell-ls-archive-regexp):
5035 * eshell/esh-util.el (eshell-tar-regexp):
5036 * ibuffer.el (ibuffer-compressed-file-name-regexp):
5037 * info.el (Info-suffix-list):
5038 * international/mule.el (auto-coding-alist):
5039 * woman.el (woman-file-regexp, woman-file-compression-regexp):
5040 * progmodes/etags.el (tags-compression-info-list):
5041 Support xz compression.
5042
5043 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
5044
5045 * files.el (get-free-disk-space): Don't assume the "df" output
5046 columns line up (Bug#6995).
5047
5048 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
5049
5050 * finder.el (finder-unknown-keywords):
5051 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
5052 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
5053
5054 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
5055
5056 * server.el (server-start): Revert part of 2010-08-08 change. Using
5057 address 127.0.0.1 for local host is now done in Fmake_network_process.
5058
5059 2010-09-24 Glenn Morris <rgm@gnu.org>
5060
5061 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
5062 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
5063 * textmodes/css-mode.el, textmodes/dns-mode.el:
5064 Move autoloaded auto-mode-alist entries to files.el.
5065 * files.el (auto-mode-alist): Move entries here.
5066
5067 2010-09-23 Glenn Morris <rgm@gnu.org>
5068
5069 * isearch.el (isearch-lazy-highlight-cleanup)
5070 (isearch-lazy-highlight-initial-delay)
5071 (isearch-lazy-highlight-interval)
5072 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
5073 * net/net-utils.el (ipconfig-program-options):
5074 Move aliases to options before the associated definitions.
5075
5076 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
5077
5078 * newcomment.el (comment-normalize-vars): Better test validity of
5079 comment-end-skip.
5080
5081 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
5082
5083 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
5084 (float-e): New name for `e'.
5085 (degrees-to-radians, radians-to-degrees):
5086 * calendar/solar.el (solar-longitude):
5087 * calculator.el (calculator-registers, calculator-funcall):
5088 * textmodes/artist.el (artist-spray-random-points):
5089 * play/bubbles.el (bubbles--initialize-images): Use new names.
5090
5091 2010-09-23 Eric M. Ludlam <zappo@gnu.org>
5092
5093 Update to CEDET 1.0's version of EIEIO.
5094
5095 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
5096 New function.
5097 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
5098 (eieio-default-eval-maybe): Eval val instead of unquoting only.
5099 (class-precedence-list): If class is nil, return nil.
5100 (eieio-generic-call): If class of first input arg is nil, don't
5101 look up static methods, and do check for primary methods.
5102 (initialize-instance): See if the default needs to be evaluated
5103 during the constructor.
5104 (eieio-perform-slot-validation-for-default): Don't do the check
5105 for values that will eventually be evaluated.
5106 (eieio-eval-default-p): New function.
5107 (eieio-default-eval-maybe): Use it.
5108
5109 2010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
5110
5111 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
5112 method-invocation-order.
5113 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
5114 (eieio-class-precedence-dfs): Compute class precedence list using
5115 dfs algorithm.
5116 (eieio-class-precedence-bfs): Compute class precedence list using
5117 bfs algorithm.
5118 (eieio-class-precedence-c3): Compute class precedence list using
5119 c3 algorithm.
5120 (class-precedence-list): New function.
5121 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
5122 (inconsistent-class-hierarchy): New error symbol.
5123 (call-next-method): Stow the replacement argument list for future
5124 call-next-method invocations.
5125
5126 2010-09-23 Glenn Morris <rgm@gnu.org>
5127
5128 * calendar/appt.el (appt-check): If not displaying the diary,
5129 use (diary 1) to only get the entries we need.
5130 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
5131 that it is in day order. (Bug#7019)
5132
5133 * calendar/appt.el (appt-check): Rather than showing the diary,
5134 just turn off invisible display, and only if needed.
5135
5136 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
5137
5138 2010-09-23 Glenn Morris <rgm@gnu.org>
5139
5140 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
5141 (byte-compile-defvar, byte-compile-cl-warn):
5142 Start warnings with lower-case, like the majority.
5143
5144 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
5145
5146 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
5147
5148 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
5149 * files.el (auto-mode-alist): Move ld-script entries here, further down
5150 the list.
5151
5152 * vc/add-log.el: Don't require timezone when compiling.
5153 (timezone-make-date-sortable): Autoload it.
5154 (change-log-sortable-date-at): Don't require timezone.
5155 Use `ignore-errors'.
5156
5157 * comint.el (comint-use-prompt-regexp-instead-of-fields):
5158 Move alias before definition, so it does not need autoloading.
5159
5160 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
5161 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
5162 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
5163 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
5164 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
5165 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
5166 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
5167 * textmodes/tex-mode.el, textmodes/two-column.el:
5168 Remove leading `*' from docs of defcustoms etc.
5169
5170 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
5171
5172 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
5173
5174 2010-09-22 Dan Christensen <jdc@uwo.ca>
5175
5176 * calendar/time-date.el (date-to-time): Try using parse-time-string
5177 first before using the slower timezone-make-date-arpa-standard.
5178
5179 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
5180
5181 * calendar/time-date.el (format-seconds): Comment fix.
5182
5183 2010-09-22 Glenn Morris <rgm@gnu.org>
5184
5185 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
5186 is not automatically buffer-local.
5187
5188 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
5189
5190 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
5191 (smie-indent-comment): Be more careful with comment-start-skip.
5192 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
5193 (smie-indent-functions): Use them.
5194
5195 2010-09-21 Michael Albinus <michael.albinus@gmx.de>
5196
5197 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
5198
5199 2010-09-21 Jan Djärv <jan.h.d@swipnet.se>
5200
5201 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
5202 tool-bar-position. Don't modify frame parameters here.
5203 (menu-bar-options-save): Add tool-bar-position.
5204
5205 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
5206
5207 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5208
5209 * textmodes/reftex-parse.el (reftex-what-macro)
5210 (reftex-context-substring): Let-bind forward-sexp-function to nil
5211 since we don't need/want to treat \begin...\end as a block (bug#7053).
5212
5213 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
5214
5215 * simple.el (blink-matching-open): Use syntax-class.
5216
5217 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
5218 Set invisibility spec for pascal's outline mode.
5219 (pascal-outline-change): Clean up calling convention.
5220 (pascal-show-all, pascal-hide-other-defuns): Update callers.
5221
5222 * progmodes/prolog.el (prolog-smie-forward-token)
5223 (prolog-smie-backward-token): New functions.
5224 (prolog-mode-variables): Use them to parse "!," correctly.
5225 Set up smie-blink-matching for ".".
5226
5227 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
5228 and `end'.
5229 (ispell-region, ispell-process-line): Update users.
5230
5231 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
5232 point-min==1.
5233
5234 * textmodes/ispell.el: Fix commenting convention.
5235 (ispell-parse-output): Simplify, use push.
5236 (ispell-region): Use match-string-no-properties.
5237 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
5238 (ispell-minor-mode): Use define-minor-mode.
5239 (ispell-message): Remove unused var `skip-regexp'.
5240 (ispell-add-per-file-word-list): Use dynamic let-binding.
5241 Try and use the proper comment marker.
5242
5243 * mail/sendmail.el: Fix commenting convention.
5244 (sendmail-send-it): Use line-beginning-position.
5245
5246 * help-fns.el (describe-variable): Add original value, if applicable.
5247
5248 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
5249
5250 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
5251
5252 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
5253
5254 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5255
5256 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
5257 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
5258 (smie-prec2-levels): Use them to better diagnose precedence cycles.
5259 (smie-blink-matching-check): Don't signal a mismatch if car is t.
5260 (smie-blink-matching-open): Rewrite to remove assumptions, so that
5261 something like "." can also be a closer.
5262 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
5263 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
5264 Rename internal functions to use "--". Update callers.
5265
5266 * frame.el (make-frame-names-alist): Don't list frames on other displays.
5267
5268 * fringe.el (fringe-styles): New var.
5269 (fringe-mode, fringe-query-style): Use it.
5270
5271 2010-09-18 Michael R. Mauger <mmaug@yahoo.com>
5272
5273 * progmodes/sql.el: Version 2.8
5274 (sql-login-params): Update widget structure; changes still needed.
5275 (sql-product-alist): Add :list-all and :list-table features for
5276 SQLite, Postgres and MySQL products.
5277 (sql-redirect): Handle default value.
5278 (sql-execute, sql-execute-feature): New functions.
5279 (sql-read-table-name): New function.
5280 (sql-list-all, sql-list-table): New functions. User API.
5281 (sql-mode-map, sql-interactive-mode-map): Add key definitions
5282 for above functions.
5283 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
5284 for above functions.
5285 (sql-postgres-login-params): Add user and database defaults.
5286 (sql-buffer-live-p): Bug fix.
5287 (sql-product-history): New variable.
5288 (sql-read-product): New function. Use it.
5289 (sql-set-product, sql-product-interactive): Use it.
5290 (sql-connection-history): New variable.
5291 (sql-read-connection): New function. Use it.
5292 (sql-connect): New function.
5293 (sql-for-each-login): Redesign function interface.
5294 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
5295 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
5296 (sql-comint): Check for program. Existing live buffer.
5297 (sql-comint-postgres): Add port parameter.
5298
5299 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5300
5301 * emacs-lisp/warnings.el: Fix commenting convention.
5302 (display-warning): Use special mode and make the buffer read-only.
5303
5304 2010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
5305
5306 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
5307 empty string when it follows a repeated or optional pattern.
5308
5309 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
5310
5311 * indent.el (indent-according-to-mode): Apply syntax-propertize.
5312 (indent-region): Use indent-according-to-mode.
5313
5314 2010-09-18 Eli Zaretskii <eliz@gnu.org>
5315
5316 * fringe.el (fringe-mode): Doc fix.
5317
5318 2010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
5319
5320 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
5321 refreshing the preview buffer.
5322
5323 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
5324
5325 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
5326 (latex-syntax-propertize-rules): New consts; replace
5327 tex-font-lock-syntactic-keywords.
5328 (tex-env-mark, latex-env-before-change): New functions.
5329 (latex-electric-env-pair-mode): New minor mode.
5330 (tex-font-lock-verb): Change arguments; do move point.
5331 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
5332 representation as a form of comment.
5333 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
5334 (doctex-syntax-propertize-rules): New const; replaces
5335 doctex-font-lock-syntactic-keywords.
5336 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
5337
5338 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
5339 (fortran-make-syntax-propertize-function): New function; replaces
5340 fortran-font-lock-syntactic-keywords.
5341 (fortran-mode): Use it.
5342 (fortran-line-length): Use it. Improve interactive spec.
5343
5344 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
5345 (syntax-propertize-rules): Add var-ref case. Fix offset computation
5346 when adding surrounding \(..\).
5347
5348 * progmodes/js.el (js-mode): Fix last change (bug#7054).
5349
5350 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5351
5352 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
5353 Use with-current-buffer.
5354
5355 * isearch.el (isearch-face): Rename from `isearch'.
5356 (isearch-highlight): Use new name.
5357
5358 2010-09-17 Eli Zaretskii <eliz@gnu.org>
5359
5360 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
5361 5, for `half' width fringes. (Bug#6933)
5362
5363 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5364
5365 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
5366 (byte-compile-defvar): "foo/bar" does not lack a prefix.
5367
5368 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
5369
5370 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
5371
5372 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
5373 in calculating new frame position. Add more space between new and
5374 parent on the left (Bug#7048).
5375
5376 2010-09-17 Michael Albinus <michael.albinus@gmx.de>
5377
5378 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
5379 defmacro.
5380
5381 2010-09-16 Chong Yidong <cyd@stupidchicken.com>
5382
5383 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
5384
5385 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
5386 obsolete alias for x-selection-value.
5387
5388 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
5389
5390 2010-09-16 Michael Albinus <michael.albinus@gmx.de>
5391
5392 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
5393 cookie.
5394
5395 2010-09-15 Michael Albinus <michael.albinus@gmx.de>
5396
5397 * net/tramp-compat.el (tramp-compat-with-temp-message)
5398 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
5399 (tramp-compat-process-put): New defuns.
5400
5401 * net/tramp.el (top):
5402 * net/tramp-gvfs.el (top):
5403 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
5404
5405 * net/tramp.el (tramp-progress-reporter-update):
5406 Use `tramp-compat-funcall'.
5407
5408 * net/tramp.el (tramp-process-actions):
5409 * net/tramp-gvfs.el (tramp-handle-vc-registered):
5410 * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
5411 (tramp-get-remote-stat, tramp-get-remote-readlink):
5412 Use `tramp-compat-with-temp-message'.
5413
5414 * net/tramp-sh.el (top): Require 'cl.
5415 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
5416 (tramp-open-connection-setup-interactive-shell):
5417 Use `tramp-compat-process-put'.
5418
5419 2010-09-15 Alan Mackenzie <acm@muc.de>
5420
5421 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
5422 indentation.
5423 (c-forward-<>-arglist-recur): Fix an infinite recursion.
5424
5425 2010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
5426
5427 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
5428 `lexical' for warnings related to lexical scoping.
5429 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
5430 global vars which don't have a prefix and could hence affect lexical
5431 scoping in unrelated files.
5432
5433 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5434
5435 * net/imap.el: Revert back to version
5436 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5437 seem problematic.
5438
5439 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
5440
5441 * obsolete/old-whitespace.el (whitespace-unload-function):
5442 Explicitly pass `obarray' to `unintern' to avoid a warning.
5443
5444 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5445
5446 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
5447 Add `when' argument. Update callers.
5448
5449 * subr.el (unintern): Declare the obarray arg mandatory.
5450
5451 2010-09-14 Glenn Morris <rgm@gnu.org>
5452
5453 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
5454 Doc fixes.
5455
5456 * calendar/diary-lib.el (diary-included-files): New variable.
5457 (diary-list-entries): Maybe initialize diary-included-files.
5458 (diary-include-other-diary-files): Append to diary-included-files.
5459 * calendar/appt.el (appt-update-list): Also check the members of
5460 diary-included-files. (Bug#6999)
5461 (appt-check): Doc fix.
5462
5463 2010-09-14 David Reitter <david.reitter@gmail.com>
5464
5465 * simple.el (line-move-visual): Do not truncate goal column to
5466 integer size. (Bug#7020)
5467
5468 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5469
5470 * repeat.el (repeat): Allow repeating when the last event is a click.
5471 Suggested by Drew Adams (bug#6256).
5472
5473 2010-09-14 Sascha Wilde <wilde@sha-bang.de>
5474
5475 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
5476 Replace setting HGRCPATH to "" by some less invasive --config options.
5477
5478 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5479
5480 * font-lock.el (font-lock-beginning-of-syntax-function):
5481 Mark as obsolete.
5482
5483 2010-09-14 Glenn Morris <rgm@gnu.org>
5484
5485 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
5486 and tool-bar modes. (Bug#6211)
5487 (menu-bar-mode): Move setting of standard-value after the
5488 minor-mode definition, otherwise it seems to have no effect.
5489
5490 2010-09-14 Masatake YAMATO <yamato@redhat.com>
5491
5492 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
5493 Fix typo. (Bug#6976)
5494
5495 2010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5496
5497 * whitespace.el: Allow cleaning up blanks without blank
5498 visualization (Bug#6651). Adjust help window for
5499 whitespace-toggle-options (Bug#6479). Allow to use fill-column
5500 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
5501 (whitespace-style): Add new value 'face. Adjust docstring.
5502 (whitespace-space, whitespace-hspace, whitespace-tab):
5503 Adjust foreground property face.
5504 (whitespace-line-column): Adjust docstring and type declaration.
5505 (whitespace-style-value-list, whitespace-toggle-option-alist)
5506 (whitespace-help-text): Adjust const initialization.
5507 (whitespace-toggle-options, global-whitespace-toggle-options):
5508 Adjust docstring.
5509 (whitespace-display-window, whitespace-interactive-char)
5510 (whitespace-style-face-p, whitespace-color-on): Adjust code.
5511 (whitespace-help-scroll): New fun.
5512
5513 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
5514
5515 * calendar/time-date.el (format-seconds): Comment fix.
5516
5517 2010-09-13 Michael R. Mauger <mmaug@yahoo.com>
5518
5519 * progmodes/sql.el: Version 2.7.
5520 (sql-buffer-live-p): Improve detection.
5521 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
5522 (sql-set-sqli-buffer): Use it.
5523 (sql-product-interactive): Run `sql-set-sqli-hook'.
5524 (sql-rename-buffer): Code cleanup.
5525 (sql-redirect, sql-redirect-value): New functions. More to come.
5526
5527 2010-09-13 Juanma Barranquero <lekktu@gmail.com>
5528
5529 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.
5530 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
5531 (TRAMP_SRC): New macro.
5532 ($(lisp)/net/tramp-loaddefs.el): New target.
5533
5534 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
5535
5536 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
5537
5538 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
5539
5540 * net/tramp.el (top): Don't show loading message. Require just
5541 'tramp-compat, everything else is required there.
5542 Use `ignore-errors' where appropriate.
5543 (tramp-inline-compress-start-size, tramp-copy-size-limit)
5544 (tramp-terminal-type, tramp-end-of-output)
5545 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
5546 (tramp-completion-function-alist-ssh)
5547 (tramp-completion-function-alist-telnet)
5548 (tramp-completion-function-alist-su)
5549 (tramp-completion-function-alist-putty, tramp-remote-path)
5550 (tramp-remote-process-environment, tramp-sh-extra-args)
5551 (tramp-actions-before-shell, tramp-uudecode)
5552 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
5553 (tramp-perl-file-attributes)
5554 (tramp-perl-directory-files-and-attributes)
5555 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
5556 (tramp-perl-encode, tramp-perl-decode)
5557 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
5558 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
5559 (tramp-handle-make-symbolic-link, tramp-handle-load)
5560 (tramp-handle-file-name-as-directory)
5561 (tramp-handle-file-name-directory)
5562 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
5563 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
5564 (tramp-do-file-attributes-with-ls)
5565 (tramp-do-file-attributes-with-perl)
5566 (tramp-do-file-attributes-with-stat)
5567 (tramp-handle-set-visited-file-modtime)
5568 (tramp-handle-verify-visited-file-modtime)
5569 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
5570 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
5571 (tramp-handle-file-selinux-context)
5572 (tramp-handle-set-file-selinux-context)
5573 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
5574 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
5575 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
5576 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
5577 (tramp-handle-file-ownership-preserved-p)
5578 (tramp-handle-directory-file-name, tramp-handle-directory-files)
5579 (tramp-handle-directory-files-and-attributes)
5580 (tramp-do-directory-files-and-attributes-with-perl)
5581 (tramp-do-directory-files-and-attributes-with-stat)
5582 (tramp-handle-file-name-all-completions)
5583 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
5584 (tramp-handle-copy-file, tramp-handle-copy-directory)
5585 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
5586 (tramp-do-copy-or-rename-file-via-buffer)
5587 (tramp-do-copy-or-rename-file-directly)
5588 (tramp-do-copy-or-rename-file-out-of-band)
5589 (tramp-handle-make-directory, tramp-handle-delete-directory)
5590 (tramp-handle-delete-file)
5591 (tramp-handle-dired-recursive-delete-directory)
5592 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
5593 (tramp-handle-insert-directory)
5594 (tramp-handle-unhandled-file-name-directory)
5595 (tramp-handle-expand-file-name)
5596 (tramp-handle-substitute-in-file-name)
5597 (tramp-handle-executable-find, tramp-process-sentinel)
5598 (tramp-handle-start-file-process, tramp-handle-process-file)
5599 (tramp-handle-call-process-region, tramp-handle-shell-command)
5600 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
5601 (tramp-handle-insert-file-contents)
5602 (tramp-handle-insert-file-contents-literally)
5603 (tramp-handle-find-backup-file-name)
5604 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
5605 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
5606 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
5607 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
5608 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
5609 (tramp-find-file-exists-command, tramp-open-shell)
5610 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
5611 (tramp-open-connection-setup-interactive-shell)
5612 (tramp-local-coding-commands, tramp-remote-coding-commands)
5613 (tramp-find-inline-encoding, tramp-call-local-coding-command)
5614 (tramp-inline-compress-commands, tramp-find-inline-compress)
5615 (tramp-compute-multi-hops, tramp-maybe-open-connection)
5616 (tramp-send-command, tramp-wait-for-output)
5617 (tramp-send-command-and-check, tramp-barf-unless-okay)
5618 (tramp-send-command-and-read, tramp-mode-string-to-int)
5619 (tramp-convert-file-attributes, tramp-check-cached-permissions)
5620 (tramp-file-mode-from-int, tramp-file-mode-permissions)
5621 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
5622 (tramp-method-out-of-band-p, tramp-local-host-p)
5623 (tramp-get-remote-path, tramp-get-remote-tmpdir)
5624 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
5625 (tramp-get-test-command, tramp-get-test-nt-command)
5626 (tramp-get-file-exists-command, tramp-get-remote-ln)
5627 (tramp-get-remote-perl, tramp-get-remote-stat)
5628 (tramp-get-remote-readlink, tramp-get-remote-trash)
5629 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
5630 (tramp-get-local-uid, tramp-get-local-gid)
5631 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
5632 tramp-sh.el.
5633 (tramp-methods, tramp-default-method-alist)
5634 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
5635 Move initialization to tramp-sh.el.
5636 (tramp-temp-name-prefix): Make it a defconst.
5637 (tramp-dissect-file-name): Don't check anymore for multi-hop
5638 methods.
5639 (tramp-debug-outline-regexp): Add a docstring.
5640 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
5641 (tramp-get-debug-buffer): Use it.
5642
5643 * net/tramp-cache.el (top): Set tramp-autoload cookie for
5644 initialization forms.
5645 (tramp-set-connection-property): Don't protect `tramp-message'
5646 call, it isn't necessary any longer.
5647 (tramp-dump-connection-properties): Use `ignore-errors'.
5648
5649 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
5650 'password-cache and 'auth-source.
5651
5652 * net/tramp-gvfs.el (top):
5653 * net/tramp-smb.el (top): Require 'tramp-sh.
5654
5655 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
5656
5657 * net/tramp-sh.el: New file, derived from tramp.el.
5658 (top): Initialize `tramp-methods', `tramp-default-method-alist',
5659 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
5660 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
5661 Use `ignore-errors' where appropriate.
5662 (tramp-sh-file-name-handler-alist): Rename from
5663 `tramp-file-name-handler-alist'.
5664 (tramp-send-command-and-check): Return t or nil. Remove all
5665 `zerop' checks, where called.
5666 (tramp-handle-set-file-modes)
5667 (tramp-do-copy-or-rename-file-directly)
5668 (tramp-handle-delete-directory, tramp-handle-delete-file)
5669 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
5670 (tramp-sh-file-name-handler, tramp-send-command-and-check)
5671 (tramp-get-remote-ln): Set tramp-autoload cookie.
5672
5673 * net/tramp-fish.el: Remove file.
5674
5675 2010-09-13 Daiki Ueno <ueno@unixuser.org>
5676
5677 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
5678 buffer-file-name to avoid file-locking. (Bug#7026)
5679
5680 2010-09-13 Julien Danjou <julien@danjou.info>
5681
5682 * notifications.el (notifications-notify): Add support for
5683 image-path and sound-name.
5684 (notifications-specification-version): Add this variable.
5685
5686 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5687
5688 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
5689
5690 2010-09-12 Leo <sdl.web@gmail.com>
5691
5692 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
5693 (rcirc-completion-start): New variables.
5694 (rcirc-nick-completions): Rename to rcirc-completions.
5695 (rcirc-nick-completion-start-offset): Delete.
5696 (rcirc-completion-at-point): New function for constructing
5697 completion data for both nicks and irc commands. Add to
5698 completion-at-point-functions in rcirc mode.
5699 (rcirc-complete): Rename from rcirc-nick-complete; use
5700 rcirc-completion-at-point.
5701 (defun-rcirc-command): Update rcirc-client-commands.
5702
5703 2010-09-11 Glenn Morris <rgm@gnu.org>
5704
5705 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
5706 atomically, to avoid parallel build errors. (Bug#4196)
5707
5708 2010-09-11 Michael R. Mauger <mmaug@yahoo.com>
5709
5710 * progmodes/sql.el: Version 2.6
5711 (sql-dialect): Synonym for "sql-product".
5712 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
5713 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
5714 Set "sql-buffer" to buffer name not buffer object so multiple sql
5715 interactive buffers work properly. Reverts misguided changes in
5716 earlier work.
5717 (sql-comint): Make sure different buffer name is used if "*SQL*"
5718 buffer is for a different product.
5719 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
5720 login param.
5721 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
5722 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
5723 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
5724 Accept new buffer name or prompt for one.
5725 (sql-port): Default to zero.
5726 (sql-comint-mysql): Handle "sql-port" as a numeric.
5727 (sql-port-history): Delete unused variable.
5728 (sql-get-login): Default "sql-port" to a number.
5729 (sql-product-alist): Correct Postgres prompt and terminator regexp.
5730 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
5731 "sqlite3" executables.
5732 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
5733 (sql-buffer-live-p): New function.
5734 (sql-mode-menu, sql-send-string): Use it.
5735 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
5736 syntax pattern.
5737 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
5738 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
5739
5740 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5741
5742 * net/netrc.el (netrc-credentials): New convenience function.
5743
5744 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5745
5746 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
5747 to replace texinfo-font-lock-syntactic-keywords.
5748 (texinfo-mode): Use it.
5749
5750 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
5751 Use syntax-propertize-function.
5752
5753 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
5754 replace sgml-font-lock-syntactic-keywords.
5755 (sgml-mode): Use it.
5756
5757 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
5758 since we don't use it.
5759
5760 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
5761
5762 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
5763 if available.
5764 (vhdl-fontify-buffer): Adjust.
5765
5766 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
5767 replace tcl-font-lock-syntactic-keywords.
5768 (tcl-mode): Use it.
5769
5770 * progmodes/simula.el (simula-syntax-propertize-function): New var to
5771 replace simula-font-lock-syntactic-keywords.
5772 (simula-mode): Use it.
5773
5774 * progmodes/sh-script.el (sh-st-symbol): Remove.
5775 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
5776 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
5777 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
5778 (sh-font-lock-paren): Set syntax-multiline.
5779 (sh-font-lock-syntactic-keywords): Remove.
5780 (sh-syntax-propertize-function): New function to replace it.
5781 (sh-mode): Use it.
5782
5783 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
5784 Define while compiling.
5785 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
5786 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
5787 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
5788 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
5789 (ruby-here-doc-end-syntax): Only define when
5790 syntax-propertize is not available.
5791 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
5792 New functions.
5793 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
5794 (electric-indent-chars): Silence bytecompiler.
5795 (ruby-mode): Use prog-mode, syntax-propertize-function, and
5796 electric-indent-chars.
5797
5798 * progmodes/python.el (python-syntax-propertize-function): New var to
5799 replace python-font-lock-syntactic-keywords.
5800 (python-mode): Use it.
5801 (python-quote-syntax): Simplify and adjust to new use.
5802
5803 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
5804 replace perl-font-lock-syntactic-keywords.
5805 (perl-syntax-propertize-special-constructs): New fun to replace
5806 perl-font-lock-special-syntactic-constructs.
5807 (perl-font-lock-syntactic-face-function): New fun.
5808 (perl-mode): Use it.
5809
5810 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
5811 to replace octave-font-lock-close-quotes.
5812 (octave-syntax-propertize-function): New function to replace
5813 octave-font-lock-syntactic-keywords.
5814 (octave-mode): Use it.
5815
5816 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
5817 replaces mixal-font-lock-syntactic-keywords.
5818 (mixal-mode): Use it.
5819
5820 * progmodes/make-mode.el (makefile-syntax-propertize-function):
5821 New var; replaces makefile-font-lock-syntactic-keywords.
5822 (makefile-mode): Use it.
5823 (makefile-imake-mode): Adjust.
5824
5825 * progmodes/js.el (js--regexp-literal): Define while compiling.
5826 (js-syntax-propertize-function): New var; replaces
5827 js-font-lock-syntactic-keywords.
5828 (js-mode): Use it.
5829
5830 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
5831 replaces gdb-script-font-lock-syntactic-keywords.
5832 (gdb-script-mode): Use it.
5833
5834 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
5835 (fortran--font-lock-syntactic-keywords): New var.
5836 (fortran-line-length): Update syntax-propertize-function and
5837 fortran--font-lock-syntactic-keywords.
5838
5839 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
5840
5841 * progmodes/cfengine.el (cfengine-mode):
5842 Use syntax-propertize-function.
5843 (cfengine-font-lock-syntactic-keywords): Remove.
5844
5845 * progmodes/autoconf.el (autoconf-mode):
5846 Use syntax-propertize-function.
5847 (autoconf-font-lock-syntactic-keywords): Remove.
5848
5849 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
5850 (ada-after-change-function, ada-initialize-syntax-table-properties)
5851 (ada-handle-syntax-table-properties): Only define when
5852 syntax-propertize is not available.
5853 (ada-mode): Use syntax-propertize-function.
5854
5855 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
5856 (font-lock-fontify-syntactic-keywords-region): Move handling of
5857 font-lock-syntactically-fontified to...
5858 (font-lock-default-fontify-region): ...here.
5859 Let syntax-propertize-function take precedence.
5860 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
5861
5862 * emacs-lisp/syntax.el (syntax-propertize-function)
5863 (syntax-propertize-chunk-size, syntax-propertize--done)
5864 (syntax-propertize-extend-region-functions): New vars.
5865 (syntax-propertize-wholelines, syntax-propertize-multiline)
5866 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
5867 (syntax-propertize): New functions.
5868 (syntax-propertize-rules): New macro.
5869 (syntax-ppss-flush-cache): Set syntax-propertize--done.
5870 (syntax-ppss): Call syntax-propertize.
5871
5872 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
5873
5874 2010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
5875
5876 * textmodes/ispell.el (ispell-init-process): Improve comments.
5877 XEmacs compatibility changes regarding (add-hook) 'local option
5878 and (set-process-query-on-exit-flag).
5879
5880 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
5881
5882 * net/tramp-cache.el (tramp-parse-connection-properties):
5883 Set tramp-autoload cookie.
5884
5885 2010-09-09 Glenn Morris <rgm@gnu.org>
5886
5887 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
5888 (imagemagick-register-types): Doc fix.
5889
5890 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
5891
5892 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
5893
5894 * progmodes/js.el (require): Require is already "eval-and-compile".
5895 (js--re-search-forward): Avoid `eval'. Preserve the error data.
5896 (js--re-search-backward): Use js--re-search-forward.
5897
5898 * progmodes/fortran.el (fortran-line-length): Don't recompute
5899 syntactic keywords redundantly a second time.
5900
5901 * progmodes/ada-mode.el: Replace "(set '" with setq.
5902 (ada-mode): Simplify.
5903 (ada-create-case-exception, ada-adjust-case-interactive)
5904 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
5905 (ada-search-ignore-string-comment, ada-move-to-start)
5906 (ada-move-to-end): Use with-syntax-table.
5907
5908 * font-lock.el (save-buffer-state): Remove `varlist' arg.
5909 (font-lock-unfontify-region, font-lock-default-fontify-region):
5910 Update usage correspondingly.
5911 (font-lock-fontify-syntactic-keywords-region):
5912 Set parse-sexp-lookup-properties buffer-locally here.
5913 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
5914
5915 * simple.el (blink-matching-open): Don't burp if we can't find a match.
5916
5917 2010-09-08 Glenn Morris <rgm@gnu.org>
5918
5919 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
5920 Error if not compiled with -DBYTE_CODE_METER.
5921
5922 * emacs-lisp/bytecomp.el (byte-recompile-directory):
5923 Ignore dir-locals-file.
5924
5925 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
5926
5927 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5928 Not a const.
5929 (compilation-error-regexp-alist-alist): Rule out ": " in file names
5930 for the `gnu' messages.
5931 (compilation-set-skip-threshold): New command.
5932 (compilation-start): Use \' rather than $.
5933 (compilation-forget-errors): Use clrhash.
5934
5935 2010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
5936
5937 * textmodes/ispell.el (ispell-valid-dictionary-list):
5938 Simplify logic.
5939
5940 2010-09-08 Michael Albinus <michael.albinus@gmx.de>
5941
5942 Migrate to Tramp 2.2. Rearrange load dependencies.
5943 (Bug#1529, Bug#5448, Bug#5705)
5944
5945 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
5946 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
5947 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
5948
5949 * net/tramp.el (top): Remove all other tramp-* loads except
5950 tramp-compat.el. Remove all changes to tramp-unload-hook for
5951 other tramp-* packages. Rearrange defun order. Change calls of
5952 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
5953 `tramp-compat-octal-to-decimal' to new function names.
5954 (tramp-terminal-type, tramp-initial-end-of-output)
5955 (tramp-methods, tramp-foreign-file-name-handler-alist)
5956 (tramp-tramp-file-p, tramp-completion-mode-p)
5957 (tramp-send-command-and-check, tramp-get-remote-path)
5958 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
5959 (tramp-shell-quote-argument): Set tramp-autoload cookie.
5960 (with-file-property, with-connection-property): Move to
5961 tramp-cache.el.
5962 (tramp-local-call-process, tramp-decimal-to-octal)
5963 (tramp-octal-to-decimal): Move to tramp-compat.el.
5964 (tramp-handle-shell-command): Do not require 'shell.
5965 (tramp-compute-multi-hops): No special handling for tramp-gw-*
5966 symbols.
5967 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
5968
5969 * net/tramp-cache.el (top): Require 'tramp. Add to
5970 `tramp-unload-hook'.
5971 (tramp-cache-data, tramp-get-file-property)
5972 (tramp-set-file-property, tramp-flush-file-property)
5973 (tramp-flush-directory-property, tramp-get-connection-property)
5974 (tramp-set-connection-property, tramp-flush-connection-property)
5975 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
5976 cookie.
5977 (with-file-property, with-connection-property): New defuns, moved
5978 from tramp.el.
5979 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
5980 macro.
5981
5982 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
5983 (tramp-version): Set tramp-autoload cookie.
5984
5985 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
5986 changes to tramp-unload-hook for other tramp-* packages. Add to
5987 `tramp-unload-hook'.
5988 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
5989 (tramp-compat-call-process): New defuns, moved from tramp.el.
5990
5991 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
5992 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
5993 Add to `tramp-unload-hook'. Change call of
5994 `tramp-compat-decimal-to-octal' to new function name.
5995 (tramp-fish-method): Make it a defconst.
5996 (tramp-fish-file-name-p): Make it a defsubst.
5997 (tramp-fish-method, tramp-fish-file-name-handler)
5998 (tramp-fish-file-name-p): Set tramp-autoload cookie.
5999
6000 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
6001 `tramp-foreign-file-name-handler-alist'. Add to
6002 `tramp-unload-hook'.
6003 (tramp-ftp-method): Make it a defconst.
6004 (tramp-ftp-file-name-p): Make it a defsubst.
6005 (tramp-ftp-method, tramp-ftp-file-name-handler)
6006 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
6007
6008 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
6009 `tramp-foreign-file-name-handler-alist'. Add to
6010 `tramp-unload-hook'. Change checks, whether package can be
6011 loaded.
6012 (tramp-gvfs-file-name-p): Make it a defsubst.
6013 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
6014 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
6015 (tramp-gvfs-handle-file-directory-p): New defun.
6016 (tramp-gvfs-file-name-handler-alist): Use it.
6017
6018 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
6019 `tramp-foreign-file-name-handler-alist'. Add to
6020 `tramp-unload-hook'.
6021 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
6022 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
6023 defconst.
6024 (tramp-gw-tunnel-method, tramp-gw-socks-method)
6025 (tramp-gw-open-connection): Set tramp-autoload cookie.
6026
6027 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
6028 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
6029 Add to `tramp-unload-hook'. Change checks, whether package can be
6030 loaded.
6031 (tramp-imap-file-name-p): Make it a defsubst.
6032 (tramp-imap-method, tramp-imaps-method)
6033 (tramp-imap-file-name-handler)
6034 (tramp-imap-file-name-p): Set tramp-autoload cookie.
6035
6036 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
6037 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
6038 Add to `tramp-unload-hook'. Change checks, whether package can be
6039 loaded. Change call of `tramp-compat-decimal-to-octal' to new
6040 function name.
6041 (tramp-smb-tunnel-method): Make it a defconst.
6042 (tramp-smb-file-name-p): Make it a defsubst.
6043 (tramp-smb-method, tramp-smb-file-name-handler)
6044 (tramp-smb-file-name-p): Set tramp-autoload cookie.
6045
6046 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
6047 (tramp-uuencode-region): Set tramp-autoload cookie.
6048
6049 * net/trampver.el (top) Add to `tramp-unload-hook'.
6050 (tramp-version, tramp-bug-report-address): Set tramp-autoload
6051 cookie. Update release number.
6052
6053 2010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
6054
6055 * textmodes/ispell.el (ispell-start-process): Make sure original
6056 arg list is properly initialized (Bug#6993, Bug#6994).
6057
6058 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
6059
6060 * files.el (directory-abbrev-alist): Use \` as default regexp.
6061
6062 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
6063 chars like - or ] (bug#6984).
6064 (rx-any-condense-range): Explode 2-char ranges.
6065
6066 2010-09-06 Glenn Morris <rgm@gnu.org>
6067
6068 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
6069
6070 2010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6071
6072 * textmodes/bibtex.el:
6073 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
6074
6075 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6076
6077 * net/imap.el (imap-message-map): Remove optional buffer parameter,
6078 since no callers use it.
6079 (imap-message-get): Ditto.
6080 (imap-message-put): Ditto.
6081 (imap-mailbox-map): Ditto.
6082 (imap-mailbox-put): Ditto.
6083 (imap-mailbox-get): Ditto.
6084 (imap-mailbox-get): Revert last change for this function.
6085
6086 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6087
6088 * net/imap.el (imap-fetch-safe): Remove function, and alter all
6089 callers to use `imap-fetch' instead. According to the comments, this
6090 should be safe, since all other IMAP clients use the 1:* syntax.
6091 (imap-enable-exchange-bug-workaround): Remove.
6092 (imap-debug): Remove -- doesn't seem very useful.
6093
6094 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6095
6096 * net/imap.el (imap-log): New convenience function used throughout
6097 instead of repeating the same code all over the place.
6098
6099 2010-09-05 David De La Harpe Golden <david@harpegolden.net>
6100
6101 * mouse.el (mouse-save-then-kill): Save region to kill-ring
6102 when mouse-drag-copy-region is non-nil (Bug#6956).
6103
6104 2010-09-05 Chong Yidong <cyd@stupidchicken.com>
6105
6106 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
6107 Improve regexps (Bug#6987).
6108 (dired-sort-toggle): Search more robustly for -t flag.
6109
6110 * files.el (get-free-disk-space): Search more robustly for
6111 "available" column. Suggested by Ehud Karni
6112 <ehud@unix.mvs.co.il>.
6113
6114 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
6115
6116 * international/uni-bidi.el:
6117 * international/uni-category.el:
6118 * international/uni-combining.el:
6119 * international/uni-decimal.el:
6120 * international/uni-mirrored.el:
6121 * international/uni-name.el: Regenerate.
6122
6123 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
6124
6125 * electric.el (electric-indent-post-self-insert-function):
6126 Don't reindent with a sloppy indentation function.
6127
6128 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
6129 border case in change-log-mode.
6130
6131 2010-09-04 Chong Yidong <cyd@stupidchicken.com>
6132
6133 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6134 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
6135 Recognize leading tab in gcc-include regexp. Ignore names with
6136 leading "from" or "in" in gnu regexp (Bug#6937).
6137
6138 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
6139
6140 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
6141 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
6142 (ispell-start-process): Avoid setq and simplify logic.
6143 (ispell-init-process): Setup kill-buffer-hook locally when needed.
6144 (kill-buffer-hook): Don't use it globally with code that uses
6145 expand-file-name since that may call kill-buffer via
6146 code_conversion_restore.
6147
6148 2010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
6149
6150 * emacs-lisp/package.el (package-directory-list): Only call
6151 file-name-nondirectory on a string.
6152
6153 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
6154
6155 * emacs-lisp/package.el (package--download-one-archive):
6156 Ensure that archive-contents is valid before saving it.
6157 (package-activate-1, package-mark-obsolete, define-package)
6158 (package-compute-transaction, package-list-maybe-add): Use push.
6159
6160 2010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
6161
6162 Use SMIE's blink-paren for octave-mode.
6163 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
6164 Backslashes do not escape single-quotes, single-quotes do.
6165 (octave-block-else-regexp, octave-block-end-regexp)
6166 (octave-block-match-alist): Remove.
6167 (octave-smie-bnf-table): New var, with old content.
6168 (octave-smie-op-levels): Use it.
6169 (octave-smie-closer-alist): New var.
6170 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
6171 (octave-blink-matching-block-open): Remove.
6172 (octave-reindent-then-newline-and-indent, octave-electric-semi)
6173 (octave-electric-space): Let self-insert-command run expand-abbrev and
6174 blink parens.
6175
6176 * electric.el (electricity): New group.
6177 (electric-indent-chars): New var.
6178 (electric-indent-post-self-insert-function): New fun.
6179 (electric-indent-mode): New minor mode.
6180 (electric-pair-skip-self): New custom.
6181 (electric-pair-post-self-insert-function): New function.
6182 (electric-pair-mode): New minor mode.
6183
6184 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
6185 calcAlg-blink-matching-open.
6186 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
6187 (calc-do-alg-entry): Only touch the part of the keymap that varies.
6188 Use the new blink-matching-check-function.
6189
6190 Provide blink-matching support to SMIE.
6191 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
6192 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
6193 (smie-blink-matching-check, smie-blink-matching-open): New functions.
6194
6195 * simple.el (newline): Fix last change to properly remove itself from
6196 the hook.
6197
6198 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6199
6200 * simple.el (newline): Eliminate optimization.
6201 Use post-self-insert-hook to set hard-newline and things before
6202 running post-self-insert-hook.
6203 (blink-matching-check-mismatch): New function.
6204 (blink-matching-check-function): New variable.
6205 (blink-matching-open): Use them.
6206 Skip back forward over prefix chars skipped by forward-sexp.
6207 Don't check if the parens are backslash escaped.
6208 (blink-paren-post-self-insert-function): Check backslash escaping here.
6209
6210 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
6211
6212 * emacs-lisp/package.el (package-menu-mode-map):
6213 Change package-menu-revert bindings to revert-buffer.
6214 (package-menu-mode): Set revert-buffer-function.
6215 (package-menu-revert): Doc fix.
6216
6217 2010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
6218
6219 * textmodes/ispell.el (ispell-init-process): Use "~/" as
6220 `default-directory' unless using Ispell per-directory personal
6221 dictionaries and not in a mini-buffer under XEmacs.
6222 (kill-buffer-hook): Do not kill ispell process on exit when
6223 `ispell-process-directory' is "~/". (Bug#6143)
6224
6225 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
6226
6227 * simple.el (kill-new): Call interprogram-cut-function with only
6228 one argument.
6229
6230 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
6231 Remove cut buffer from error message.
6232
6233 * term/x-win.el (x-select-text):
6234 * term/pc-win.el (x-selection-value):
6235 * term/ns-win.el (x-selection-value):
6236 * eshell/em-term.el:
6237 * w32-fns.el (x-get-selection-value):
6238 * mouse-sel.el (mouse-sel-set-selection-function):
6239 * frame.el (display-selections-p): Remove cut-buffer in documentation.
6240
6241 * term/x-win.el: Update documentation for x-last-selected-text-*.
6242 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
6243 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
6244 (x-select-text): Remove argument PUSH, update documentation.
6245 Remove cut-buffer code.
6246 (x-selection-value-internal): Was previously x-selection-value.
6247 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6248 Update documentation, remove cut-buffer code.
6249 Call x-selection-value-internal.
6250 (x-clipboard-yank): Call x-selection-value-internal.
6251 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
6252
6253 * term/pc-win.el (x-last-selected-text):
6254 x-cut-buffer-or-selection-value renamed to x-selection-value
6255 (x-select-text): Remove argument PUSH, update documentation.
6256
6257 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
6258 x-cut-buffer-or-selection-value renamed to x-selection-value
6259 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6260 (x-select-text): Remove argument PUSH, update documentation.
6261
6262 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
6263
6264 * w32-fns.el (x-last-selected-text):
6265 x-cut-buffer-or-selection-value renamed to x-selection-value.
6266 (x-cut-buffer-max): Remove.
6267 (x-select-text): Remove argument PUSH, update documentation.
6268
6269 * simple.el (interprogram-cut-function): Remove mention of PUSH.
6270
6271 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
6272
6273 * mouse-sel.el (mouse-sel-get-selection-function):
6274 x-cut-buffer-or-selection-value renamed to x-selection-value.
6275 (x-select-text): Remove optional push.
6276
6277 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6278
6279 * simple.el (blink-paren-function): Move from C to here.
6280 (blink-paren-post-self-insert-function): New function.
6281 (post-self-insert-hook): Use it.
6282
6283 * emacs-lisp/pcase.el (pcase-split-memq):
6284 Fix overenthusiastic optimisation.
6285 (pcase-u1): Handle the case of a lambda pred.
6286
6287 2010-08-31 Kenichi Handa <handa@m17n.org>
6288
6289 * international/mule-cmds.el (standard-display-european-internal):
6290 Setup standard-display-table for 8-bit characters by storing 8-bit
6291 characters in the element vector.
6292
6293 * disp-table.el (standard-display-8bit):
6294 Setup standard-display-table for 8-bit characters by storing 8-bit
6295 characters in the element vector.
6296 (standard-display-european): Likewise.
6297
6298 2010-08-31 Masatake YAMATO <yamato@redhat.com>
6299
6300 * textmodes/nroff-mode.el (nroff-view): New command.
6301 (nroff-mode-map): Bind it to C-c C-c.
6302
6303 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
6304
6305 * emacs-lisp/smie.el (smie-down-list): New command.
6306
6307 Remove old indentation and navigation code on octave-mode.
6308 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
6309 smie-down-list rather than add a binding for octave-down-block.
6310 (octave-mark-block, octave-blink-matching-block-open):
6311 Rely on forward-sexp-function.
6312 (octave-fill-paragraph): Don't narrow, so you can use
6313 indent-according-to-mode.
6314 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
6315 (octave-in-block-p, octave-re-search-forward-kw)
6316 (octave-re-search-backward-kw, octave-indent-calculate)
6317 (octave-end-as-array-index-p, octave-block-end-offset)
6318 (octave-scan-blocks, octave-forward-block, octave-backward-block)
6319 (octave-down-block, octave-backward-up-block, octave-up-block)
6320 (octave-before-magic-comment-p, octave-indent-line): Remove.
6321
6322 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
6323
6324 * emacs-lisp/package.el (package--read-archive-file): Just use
6325 `read', to avoid copying an additional string.
6326 (package-menu-mode): Set header-line-format here.
6327 (package-menu-refresh, package-menu-revert): Signal an error if
6328 not in the Package Menu.
6329 (package-menu-package-list): New var.
6330 (package--generate-package-list): Operate on the current buffer;
6331 don't assume that it is *Packages*, since the user may rename it.
6332 Allow persistent package listings and sort keys using
6333 package-menu-package-list and package-menu-package-sort-key.
6334 (package-menu--version-predicate): Fix version calculation.
6335 (package-menu-sort-by-column): Don't select the window.
6336 (package--list-packages): Create the *Packages* buffer.
6337 Set package-menu-package-list-key.
6338 (list-packages): Sorting by status is now the default.
6339 (package-buffer-info): Use match-string-no-properties.
6340 (define-package): Add a &rest argument for future proofing, but
6341 don't use it yet.
6342 (package-install-from-buffer, package-install-buffer-internal):
6343 Merge into a single function, package-install-from-buffer.
6344 (package-install-file): Change caller.
6345
6346 * finder.el: Load finder-inf using `require'.
6347 (finder-list-matches): Sorting by status is now the default.
6348 (finder-compile-keywords): Simpify printing.
6349
6350 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
6351
6352 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
6353 (octave-mode-map): Remove special bindings for forward/backward-block
6354 and octave-backward-up-block. Use smie-close-block.
6355 (octave-continuation-marker-regexp): New var.
6356 (octave-continuation-regexp): Use it.
6357 (octave-operator-table, octave-smie-op-levels)
6358 (octave-operator-regexp, octave-smie-indent-rules): New vars.
6359 (octave-smie-backward-token, octave-smie-forward-token): New funs.
6360 (octave-mode): Use SMIE.
6361 (octave-close-block): Delete.
6362
6363 2010-08-30 Eli Zaretskii <eliz@gnu.org>
6364
6365 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
6366 CLIPBOARD, not in PRIMARY. (Bug#6944)
6367
6368 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
6369
6370 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
6371 a list of parents.
6372 (smie-indent-column): Allow indirection through variables.
6373
6374 * composite.el (save-buffer-state): Delete, unused.
6375 * font-lock.el (save-buffer-state): Use with-silent-modifications.
6376 (font-lock-default-fontify-region): Use with-syntax-table.
6377 * jit-lock.el (with-buffer-unmodified): Remove.
6378 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
6379
6380 Use `declare' in defmacros.
6381 * window.el (save-selected-window):
6382 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
6383 * progmodes/python.el (def-python-skeleton):
6384 * net/dbus.el (dbus-ignore-errors):
6385 * jka-cmpr-hook.el (with-auto-compression-mode):
6386 * international/mule.el (with-category-table):
6387 * emacs-lisp/timer.el (with-timeout):
6388 * emacs-lisp/lisp-mnt.el (lm-with-file):
6389 * emacs-lisp/eieio.el (with-slots):
6390 * emacs-lisp/easymenu.el (easy-menu-define):
6391 * emacs-lisp/debug.el (debugger-env-macro):
6392 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
6393 (Multiple-value-call, Multiple-value-prog1):
6394 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
6395 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
6396 edebug rule to definition.
6397 * emacs-lisp/lisp-mode.el (save-selected-window)
6398 (with-current-buffer, combine-after-change-calls)
6399 (with-output-to-string, with-temp-file, with-temp-buffer)
6400 (with-temp-message, with-syntax-table, read-if, eval-after-load)
6401 (dolist, dotimes, when, unless):
6402 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
6403
6404 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
6405
6406 * finder.el: Require `package'.
6407 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
6408 (finder-package-info): Var deleted.
6409 (finder-keywords-hash, finder--builtins-alist): New vars.
6410 (finder-compile-keywords): Compute package--builtins and
6411 finder-keywords-hash instead of finder-keywords-hash, respecting
6412 the "Package" header.
6413 (finder-unknown-keywords, finder-list-matches):
6414 Use finder-keywords-hash and package--list-packages.
6415 (finder-mode): Don't set font-lock-defaults.
6416 (finder-exit): We don't use "*Finder-package*" and "*Finder
6417 Category*" buffers anymore.
6418
6419 * emacs-lisp/package.el (package--builtins-base): Var deleted.
6420 (package--builtins): Set default value to nil.
6421 (package-initialize): Load precomputed value of package--builtins
6422 from finder-inf.el.
6423 (package-alist, package-compute-transaction)
6424 (package-download-transaction): Improve docstring.
6425 (package-read-all-archive-contents): Do not change
6426 package--builtins here.
6427 (list-packages): Make package-list-packages an alias for this.
6428 Sort by status by default.
6429 (package--list-packages): Add optional PACKAGES arg.
6430 (describe-package-1): Use font-lock-face property. For built-in
6431 packages, insert file commentary.
6432 (package--generate-package-list): Rename from
6433 package-list-packages-internal; all callers changed. Add optional
6434 PACKAGES arg. Add alphabetical sort fallbacks.
6435 (package-menu--version-predicate, package-menu--status-predicate)
6436 (package-menu--description-predicate)
6437 (package-menu--name-predicate): New functions.
6438
6439 * info.el (Info-finder-find-node): Search package-alist instead of
6440 finder-package-info.
6441
6442 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
6443
6444 * subr.el (version-regexp-alist): Don't use "a" and "b" for
6445 "alpha" and "beta".
6446 (version-to-list): Handle versions like "10.3d".
6447
6448 2010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6449
6450 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
6451 (macroexp-accumulate): Use `declare'.
6452
6453 2010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6454
6455 * whitespace.el (whitespace-style): Adjust type declaration.
6456
6457 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
6458
6459 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
6460 empty argument to gvfs-copy.
6461
6462 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
6463
6464 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
6465 handle new TRASH arg of `delete-file'.
6466
6467 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
6468
6469 * net/tramp.el (tramp-handle-insert-directory): Don't use
6470 `forward-word', its default syntax could be changed.
6471
6472 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
6473 Michael Albinus <michael.albinus@gmx.de>
6474
6475 Implement compression for inline methods.
6476
6477 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
6478 (tramp-copy-size-limit): Allow also nil.
6479 (tramp-inline-compress-commands): New defconst.
6480 (tramp-find-inline-compress, tramp-get-inline-compress)
6481 (tramp-get-inline-coding): New defuns.
6482 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
6483 replaced by `tramp-get-inline-coding'.
6484 (tramp-handle-file-local-copy, tramp-handle-write-region)
6485 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
6486
6487 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
6488
6489 Detect ssh 'ControlMaster' argument automatically in some cases.
6490
6491 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
6492 (tramp-default-method): Use it.
6493
6494 2010-08-26 Karel Klíč <kklic@redhat.com>
6495
6496 * net/tramp.el (tramp-file-name-for-operation):
6497 Add file-selinux-context.
6498
6499 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
6500
6501 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
6502
6503 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
6504
6505 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
6506 (Bug#6907).
6507
6508 2010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
6509
6510 * progmodes/js.el: Make indentation more customizable (Bug#6914).
6511 (js-paren-indent-offset, js-square-indent-offset)
6512 (js-curly-indent-offset): New options.
6513 (js--proper-indentation): Use them.
6514
6515 2010-08-26 Daniel Colascione <dan.colascione@gmail.com>
6516
6517 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
6518 instead of inspecting font-lock properties (Bug#6916).
6519
6520 2010-08-26 David Reitter <david.reitter@gmail.com>
6521
6522 * server.el (server-visit-files): Run pre-command-hook and
6523 post-command-hook for each buffer while it is current (Bug#6910).
6524 (server-execute): Do not run hooks here.
6525
6526 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
6527
6528 Sync with Tramp 2.1.19.
6529
6530 * net/tramp-cmds.el (tramp-cleanup-all-connections)
6531 (tramp-reporter-dump-variable, tramp-load-report-modules)
6532 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
6533 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
6534
6535 * net/tramp-compat.el (top): Do not autoload
6536 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
6537 only when `start-file-process' is not bound.
6538 (byte-compile-not-obsolete-vars): Define if not bound.
6539 (tramp-compat-funcall): New defmacro.
6540 (tramp-compat-line-beginning-position)
6541 (tramp-compat-line-end-position)
6542 (tramp-compat-temporary-file-directory)
6543 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
6544 (tramp-compat-copy-file, tramp-compat-copy-directory)
6545 (tramp-compat-delete-file, tramp-compat-delete-directory)
6546 (tramp-compat-number-sequence, tramp-compat-process-running-p):
6547 Use it.
6548 (tramp-advice-file-expand-wildcards): Do not use
6549 `tramp-handle-file-remote-p'.
6550 (tramp-compat-make-temp-file): Simplify fallback implementation.
6551 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
6552 (tramp-compat-copy-tree): Remove function.
6553 (tramp-compat-delete-file): New defun.
6554 (tramp-compat-delete-directory): Provide implementation for older
6555 Emacsen.
6556 (tramp-compat-file-attributes): Handle only
6557 `wrong-number-of-arguments' error.
6558
6559 * net/tramp-fish.el (tramp-fish-handle-copy-file):
6560 Add PRESERVE_SELINUX_CONTEXT.
6561 (tramp-fish-handle-delete-file): Add TRASH arg.
6562 (tramp-fish-handle-directory-files-and-attributes):
6563 Do not use `tramp-fish-handle-file-attributes.
6564 (tramp-fish-handle-file-local-copy)
6565 (tramp-fish-handle-insert-file-contents)
6566 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
6567
6568 * net/tramp-gvfs.el (top): Require url-util.
6569 (tramp-gvfs-mount-point): Remove.
6570 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
6571 and `set-file-selinux-context'.
6572 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
6573 (tramp-gvfs-handle-file-selinux-context)
6574 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
6575 (with-tramp-dbus-call-method): Format trace message.
6576 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
6577 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
6578 Implement backup call, when operation on local files fails.
6579 Use progress reporter. Flush properties of changed files.
6580 (tramp-gvfs-handle-delete-file): Add TRASH arg.
6581 Use `tramp-compat-delete-file'.
6582 (tramp-gvfs-handle-expand-file-name): Expand "~/".
6583 (tramp-gvfs-handle-make-directory): Make more traces.
6584 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
6585 (tramp-gvfs-url-file-name): Hexify file name in url.
6586 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
6587 into account for the resulting file name.
6588 (tramp-gvfs-handler-askquestion): Preserve current message, in
6589 order to let progress reporter continue afterwards. (Bug#6257)
6590 Return dummy mountpoint, when the answer is "no".
6591 See `tramp-gvfs-maybe-open-connection'.
6592 (tramp-gvfs-handler-mounted-unmounted)
6593 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
6594 attribute "default_location". Set "prefix" property.
6595 Handle default-location.
6596 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
6597 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
6598 exists. Raise an error, if not (due to a corresponding answer
6599 "no" in interactive questions, for example).
6600 Use `tramp-compat-funcall'.
6601
6602 * net/tramp-imap.el (top): Autoload `epg-make-context'.
6603 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
6604 (tramp-imap-do-copy-or-rename-file)
6605 (tramp-imap-handle-insert-file-contents)
6606 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
6607 (tramp-imap-handle-delete-file): Add TRASH arg.
6608
6609 * net/tramp-smb.el (tramp-smb-handle-copy-file):
6610 Add PRESERVE-SELINUX-CONTEXT.
6611 (tramp-smb-handle-copy-file)
6612 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
6613 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
6614 Use `with-progress-reporter'.
6615 (tramp-smb-handle-delete-file): Add TRASH arg.
6616
6617 * net/tramp.el (tramp-methods): Move hostname to the end in all
6618 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
6619 appropriate.
6620 (tramp-verbose): Describe verbose level 9.
6621 (tramp-completion-function-alist)
6622 (tramp-file-name-regexp, tramp-chunksize)
6623 (tramp-local-coding-commands, tramp-remote-coding-commands)
6624 (with-connection-property, tramp-completion-mode-p)
6625 (tramp-action-process-alive, tramp-action-out-of-band)
6626 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
6627 (tramp-exists-file-name-handler): Fix docstring.
6628 (tramp-remote-process-environment): Use `format' instead of
6629 `concat'. Protect version string by apostroph.
6630 (tramp-shell-prompt-pattern): Do not use a shy group in case of
6631 XEmacs.
6632 (tramp-file-name-regexp-unified)
6633 (tramp-completion-file-name-regexp-unified): On W32 systems, do
6634 not regard the volume letter as remote filename. (Bug#5447)
6635 (tramp-perl-file-attributes)
6636 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
6637 (tramp-vc-registered-read-file-names): Read input as
6638 here-document, otherwise the command could exceed maximum length
6639 of command line.
6640 (tramp-file-name-handler-alist): Add `file-selinux-context' and
6641 `set-file-selinux-context'.
6642 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
6643 backtrace functions.
6644 (tramp-error-with-buffer): Don't show the connection buffer when
6645 we are in completion mode.
6646 (tramp-progress-reporter-update, tramp-remote-selinux-p)
6647 (tramp-handle-file-selinux-context)
6648 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
6649 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
6650 New defuns.
6651 (with-progress-reporter): New defmacro.
6652 (tramp-debug-outline-regexp): New defconst.
6653 (top, tramp-rfn-eshadow-setup-minibuffer)
6654 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
6655 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
6656 (tramp-completion-mode-p, tramp-check-for-regexp)
6657 (tramp-open-connection-setup-interactive-shell)
6658 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
6659 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
6660 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
6661 Use `tramp-compat-funcall'.
6662 (tramp-handle-make-symbolic-link): Flush file properties.
6663 (tramp-handle-load, tramp-handle-file-local-copy)
6664 (tramp-handle-insert-file-contents, tramp-handle-write-region)
6665 (tramp-handle-vc-registered, tramp-maybe-send-script)
6666 (tramp-find-shell): Use `with-progress-reporter'.
6667 (tramp-do-file-attributes-with-stat): Add space in format string,
6668 in order to work around a bug in pdksh. Reported by Gilles Pion
6669 <gpion@lfdj.com>.
6670 (tramp-handle-verify-visited-file-modtime): Do not send a command
6671 when the connection is not established.
6672 (tramp-handle-set-file-times): Simplify the check for utc.
6673 (tramp-handle-directory-files-and-attributes)
6674 (tramp-get-remote-path): Use `copy-tree'.
6675 (tramp-completion-handle-file-name-all-completions): Ensure, that
6676 non remote files are still checked. Oops.
6677 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
6678 Handle PRESERVE-SELINUX-CONTEXT.
6679 (tramp-do-copy-or-rename-file): Add progress reporter.
6680 (tramp-do-copy-or-rename-file-directly): Do not use
6681 `tramp-handle-file-remote-p'.
6682 (tramp-do-copy-or-rename-file-out-of-band):
6683 Use `tramp-compat-delete-directory'.
6684 (tramp-do-copy-or-rename-file-out-of-band)
6685 (tramp-compute-multi-hops, tramp-maybe-open-connection):
6686 Use `format-spec-make'.
6687 (tramp-handle-delete-file): Add TRASH arg.
6688 (tramp-handle-dired-uncache): Flush directory cache, not only file
6689 cache.
6690 (tramp-handle-expand-file-name)
6691 (tramp-completion-handle-file-name-all-completions)
6692 (tramp-completion-handle-file-name-completion):
6693 Use `tramp-connectable-p'.
6694 (tramp-handle-start-file-process): Set connection property "vec".
6695 Use it, in order to invalidate file caches. Check only for
6696 `remote-tty' process property.
6697 Implement tty setting. (Bug#4604, Bug#6360)
6698 (tramp-file-name-for-operation): Add `call-process-region' and
6699 `set-file-selinux-context'.
6700 (tramp-find-foreign-file-name-handler)
6701 (tramp-advice-make-auto-save-file-name)
6702 (tramp-set-auto-save-file-modes): Remove superfluous check for
6703 `stringp'. This is done inside `tramp-tramp-file-p'.
6704 (tramp-file-name-handler): Trace 'quit. Catch the error for some
6705 operations when we are in completion mode. This gives the user
6706 the chance to correct the file name in the minibuffer.
6707 (tramp-completion-mode-p): Use `non-essential'.
6708 (tramp-handle-file-name-all-completions): Backward/ XEmacs
6709 compatibility: Use `completion-ignore-case' if
6710 `read-file-name-completion-ignore-case' does not exist.
6711 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
6712 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6713 `tramp-open-shell'.
6714 (tramp-action-password): Hide password prompt before next run.
6715 (tramp-process-actions): Widen connection buffer for the trace.
6716 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
6717 process property. Trace stty settings if `tramp-verbose' >= 9.
6718 Apply workaround for IRIX64 bug. Move argument of last
6719 `tramp-send-command' where it belongs to.
6720 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
6721 front of `login-args'.
6722 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
6723 on "/dev/null" instead of "/".
6724 (tramp-get-ls-command-with-dired): Make test for "--dired"
6725 stronger.
6726 (tramp-set-auto-save-file-modes): Adapt version check.
6727 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
6728 (tramp-handle-process-file): Call the program in a subshell, in
6729 order to preserve working directory.
6730 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
6731 `tramp-remote-sh' from `tramp-methods'.
6732 (tramp-get-ls-command): Make test for "--color=never" stronger.
6733 (tramp-check-for-regexp): Use (forward-line 1).
6734
6735 * net/trampver.el: Update release number.
6736
6737 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
6738
6739 * help.el (help-map): Bind `C-h P' to describe-package.
6740
6741 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
6742
6743 * emacs-lisp/package.el (package-refresh-contents): Catch errors
6744 when downloading archives.
6745 (describe-package-1): Add package commentary.
6746 (package-install-button-action): New function.
6747 (package-menu-mode-map): Bind ? to package-menu-describe-package.
6748 (package-menu-view-commentary): Function removed.
6749 (package-list-packages-internal): Hide the `package' package too.
6750
6751 2010-08-25 Kenichi Handa <handa@m17n.org>
6752
6753 * language/misc-lang.el ("Arabic"): New language environment.
6754 Setup composition-function-table for Arabic characters.
6755
6756 * international/fontset.el (setup-default-fontset): Fix typo for
6757 arabic OTF spec (fini->fina).
6758
6759 2010-08-25 Jan Djärv <jan.h.d@swipnet.se>
6760
6761 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
6762 on all frames.
6763
6764 2010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6765
6766 * whitespace.el: Allow cleaning up blanks without blank
6767 visualization (Bug#6651). Adjust help window for
6768 whitespace-toggle-options (Bug#6479). Allow to use fill-column
6769 instead of whitespace-line-column (from EmacsWiki). New version
6770 13.1.
6771 (whitespace-style): Add new value 'face. Adjust docstring.
6772 (whitespace-space, whitespace-hspace, whitespace-tab):
6773 Adjust foreground property face.
6774 (whitespace-line-column): Adjust docstring and type declaration.
6775 (whitespace-style-value-list, whitespace-toggle-option-alist)
6776 (whitespace-help-text): Adjust const initialization.
6777 (whitespace-toggle-options, global-whitespace-toggle-options):
6778 Adjust docstring.
6779 (whitespace-display-window, whitespace-interactive-char)
6780 (whitespace-style-face-p, whitespace-color-on): Adjust code.
6781 (whitespace-help-scroll): New fun.
6782
6783 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
6784
6785 * emacs-lisp/package.el (list-packages): Alias for
6786 package-list-packages.
6787
6788 2010-08-24 Kevin Ryde <user42@zip.com.au>
6789
6790 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
6791 (Bug#5651).
6792
6793 * progmodes/ruby-mode.el (ruby): Add defgroup.
6794
6795 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
6796
6797 * progmodes/python.el: Add Ipython support (Bug#5390).
6798 (python-shell-prompt-alist)
6799 (python-shell-continuation-prompt-alist): New options.
6800 (python--set-prompt-regexp): New function.
6801 (inferior-python-mode, run-python, python-shell):
6802 Require ansi-color. Use python--set-prompt-regexp to set the comint
6803 prompt based on the Python interpreter.
6804 (python--prompt-regexp): New var.
6805 (python-check-comint-prompt)
6806 (python-comint-output-filter-function): Use it.
6807 (run-python): Use a pipe (Bug#5694).
6808
6809 2010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
6810
6811 * progmodes/python.el (python-send-region): Send a different
6812 Python command if Ipython is in use.
6813 (python-check-version): Use a Python command to find the version.
6814
6815 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
6816
6817 * mouse.el (mouse-yank-primary): Avoid setting primary when
6818 deactivating the mark (Bug#6872).
6819
6820 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
6821
6822 * progmodes/python.el (python-block-pairs): Allow use of "finally"
6823 with "else" (Bug#3991).
6824
6825 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
6826
6827 * net/dbus.el: Accept UNIX domain sockets as bus address.
6828 (top): Don't initialize `dbus-registered-objects-table' anymore,
6829 this is done in dbusbind,c.
6830 (dbus-check-event): Adapt test for bus.
6831 (dbus-return-values-table, dbus-unregister-service)
6832 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
6833 Adapt doc string.
6834
6835 2010-08-23 Juanma Barranquero <lekktu@gmail.com>
6836
6837 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
6838
6839 2010-08-22 Juri Linkov <juri@jurta.org>
6840
6841 * simple.el (read-extended-command): New function with the logic
6842 for `completing-read' moved to Elisp from `execute-extended-command'.
6843 Use `function-called-at-point' in `minibuffer-default-add-function'
6844 to get a command name for M-n (bug#5364, bug#5214).
6845
6846 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
6847
6848 * startup.el (command-line-1): Issue warning for ignored arguments
6849 --unibyte, etc (Bug#6886).
6850
6851 2010-08-22 Leo <sdl.web@gmail.com>
6852
6853 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
6854 (ignore, bright, dim, keyword): Split list of nicknames before
6855 passing to rcirc-add-or-remove (Bug#6894).
6856
6857 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
6858
6859 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
6860
6861 2010-08-22 Leo <sdl.web@gmail.com>
6862
6863 Fix buffer-list rename&refresh after killing a buffer in ido.
6864 * ido.el: Revert Óscar's.
6865 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
6866 Remember the buffers at head, rather than their name.
6867 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
6868
6869 2010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
6870 Stefan Monnier <monnier@iro.umontreal.ca>
6871
6872 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
6873 extra backslash added to each line (bug#6890).
6874
6875 2010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
6876
6877 * subr.el (read-key): Don't echo keystrokes (bug#6883).
6878
6879 2010-08-22 Glenn Morris <rgm@gnu.org>
6880
6881 * menu-bar.el (menu-bar-games-menu): Add landmark.
6882
6883 2010-08-22 Glenn Morris <rgm@gnu.org>
6884
6885 * align.el (align-regexp): Make group and spacing arguments
6886 use the interactive defaults when non-interactive. (Bug#6698)
6887
6888 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
6889 expansion, so as not to need sendmail.
6890 (mail-text-start): Remove declaration.
6891 (rmail-retry-failure): Require sendmail.
6892
6893 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
6894
6895 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
6896
6897 2010-08-22 Michael Albinus <michael.albinus@gmx.de>
6898
6899 * progmodes/flymake.el (flymake-start-syntax-check-process):
6900 Use `start-file-process' in order to let it run also on remote hosts.
6901
6902 2010-08-22 Kenichi Handa <handa@m17n.org>
6903
6904 * files.el: Add `word-wrap' as safe local variable.
6905
6906 2010-08-22 Glenn Morris <rgm@gnu.org>
6907
6908 * woman.el (woman-translate): Case matters. (Bug#6849)
6909
6910 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
6911
6912 * simple.el (kill-region): Doc fix (Bug#6787).
6913
6914 2010-08-22 Glenn Morris <rgm@gnu.org>
6915
6916 * calendar/diary-lib.el (diary-header-line-format):
6917 Fit it to the window, not the frame.
6918
6919 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
6920
6921 * subr.el (ignore-errors): Add debug declaration.
6922
6923 2010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
6924
6925 * whitespace.el (whitespace-color-off): Remove post-command-hook
6926 locally.
6927
6928 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
6929
6930 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
6931
6932 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
6933
6934 * cus-edit.el (custom-group-value-create): Add extra newline
6935 before end line (Bug#6876).
6936
6937 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
6938
6939 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
6940 when extending it. Before killing on the second click, check if
6941 the buffer is the correct one. Doc fix.
6942 (mouse-secondary-save-then-kill): Allow usage without first
6943 calling mouse-start-secondary, by defaulting to point. Don't save
6944 an empty secondary selection. Doc fix.
6945
6946 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6947
6948 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
6949 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
6950 New version 13.0.
6951 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
6952 Adjust initialization.
6953 (whitespace-bob-marker, whitespace-eob-marker)
6954 (whitespace-buffer-changed): New vars.
6955 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
6956 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
6957 (whitespace-post-command-hook, whitespace-display-char-on):
6958 Adjust code.
6959 (whitespace-looking-back, whitespace-buffer-changed): New funs.
6960 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
6961
6962 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
6963
6964 * files.el (locate-file-completion-table): Only list the .el and .elc
6965 extensions if there's no other choice (bug#5955).
6966
6967 * facemenu.el (facemenu-self-insert-data): New var.
6968 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
6969 New functions.
6970 (facemenu-add-face): Use them.
6971
6972 * simple.el (blink-matching-open): Obey forward-sexp-function.
6973
6974 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
6975
6976 * simple.el (prog-mode-map): New var.
6977 (prog-indent-sexp): New command.
6978
6979 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
6980
6981 * progmodes/prolog.el (smie): Require.
6982
6983 * emacs-lisp/smie.el (smie-default-backward-token)
6984 (smie-default-forward-token): Strip properties.
6985 (smie-next-sexp): Be more careful with associative operators.
6986 (smie-forward-sexp-command): Generalize.
6987 (smie-backward-sexp-command): Simplify.
6988 (smie-closer-alist): New var.
6989 (smie-close-block): New command.
6990 (smie-indent-debug-log): New var.
6991 (smie-indent-offset-rule): Add a few more cases.
6992 (smie-indent-column): New function.
6993 (smie-indent-after-keyword): Use it.
6994 (smie-indent-keyword): Use it.
6995 Fix up the opener code's point position.
6996 (smie-indent-comment): Only applies at BOL.
6997 (smie-indent-debug): New command.
6998
6999 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
7000 declarations that are useful before running the macro.
7001
7002 2010-08-18 Joakim Verona <joakim@verona.se>
7003
7004 * image.el (imagemagick-types-inhibit): New variable.
7005 (imagemagick-register-types): New function.
7006 * image-mode.el (image-transform-properties): New function.
7007 (image-transform-set-scale, image-transform-fit-to-height)
7008 (image-transform-set-rotation, image-transform-set-resize)
7009 (image-transform-fit-to-width, image-transform-fit-to-height):
7010 New functions.
7011 (image-toggle-display-image): Support image transforms.
7012
7013 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
7014
7015 * image.el (create-animated-image): Don't add heuristic mask to image
7016 (Bug#6839).
7017
7018 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
7019
7020 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
7021 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
7022
7023 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
7024
7025 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
7026
7027 Font-lock '...' strings, plus various simplifications and fixes.
7028 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
7029 (octave-font-lock-close-quotes): New function.
7030 (octave-font-lock-syntactic-keywords): New var.
7031 (octave-mode): Use it. Set beginning-of-defun-function.
7032 (octave-mode-map): Don't override the <foo>-defun commands.
7033 (octave-mode-menu): Pass it directly to easy-menu-define;
7034 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
7035 (octave-block-match-alist): Fix up last change so that
7036 octave-close-block uses the more specific keyword.
7037 (info-lookup-mode): Silence byte-compiler.
7038 (octave-beginning-of-defun): Not interactive any more.
7039 Optimize slightly.
7040 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
7041 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
7042 (octave-completion-at-point-function): Make sure point is within
7043 beg..end.
7044 (octave-reindent-then-newline-and-indent):
7045 Use reindent-then-newline-and-indent.
7046 (octave-add-octave-menu): Remove.
7047
7048 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
7049
7050 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
7051 (report-emacs-bug-can-use-xdg-email): New functions.
7052 (report-emacs-bug): Set can-xdg-email to result of
7053 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
7054 \C-cm to report-emacs-bug-insert-to-mailer and add help text
7055 about it.
7056
7057 * net/browse-url.el (browse-url-default-browser): Add cond
7058 for browse-url-xdg-open.
7059 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
7060
7061 2010-08-17 Glenn Morris <rgm@gnu.org>
7062
7063 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
7064 (c-fontify-recorded-types-and-refs): Define for compiler.
7065 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
7066 before use.
7067
7068 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
7069 Fix format call.
7070
7071 2010-08-17 Michael Albinus <michael.albinus@gmx.de>
7072
7073 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
7074 properties.
7075 (tramp-handle-process-file): Call the program in a subshell, in
7076 order to preserve working directory.
7077 (tramp-action-password): Hide password prompt before next run.
7078 (tramp-process-actions): Widen connection buffer for the trace.
7079
7080 2010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
7081
7082 * net/rcirc.el (rcirc-log-process-buffers): New option.
7083 (rcirc-print): Use it.
7084 (rcirc-generate-log-filename): New function.
7085 (rcirc-log-filename-function): Change default to
7086 rcirc-generate-log-filename (Bug#6828).
7087
7088 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
7089
7090 * simple.el (deactivate-mark): If select-active-regions is `only',
7091 only set selection for temporarily active regions.
7092
7093 * cus-start.el: Change defcustom for select-active-regions.
7094
7095 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
7096
7097 * mouse.el (mouse--drag-set-mark-and-point): New function.
7098 (mouse-drag-track): Use LOCATION arg to push-mark.
7099 Use mouse--drag-set-mark-and-point to take click-count into
7100 consideration when updating point and mark (Bug#6840).
7101
7102 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
7103
7104 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7105 Give the Ruby rule a lower priority than Gnu (Bug#6778).
7106
7107 2010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
7108
7109 * font-lock.el (lisp-font-lock-keywords-2):
7110 Add combine-after-change-calls, condition-case-no-debug,
7111 with-demoted-errors, and with-silent-modifications (Bug#6025).
7112
7113 2010-08-14 Kevin Ryde <user42@zip.com.au>
7114
7115 * emacs-lisp/copyright.el (copyright-update-year)
7116 (copyright-update): Temporary switch-to-buffer to ensure the
7117 buffer change being queried is visible (Bug#5394).
7118
7119 2010-08-14 Tom Tromey <tromey@redhat.com>
7120
7121 * progmodes/etags.el (tags-file-name): Mark safe if stringp
7122 (Bug#6733).
7123
7124 2010-08-14 Eli Zaretskii <eliz@gnu.org>
7125
7126 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
7127 MS-DOS. (Bug#6689)
7128
7129 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
7130
7131 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
7132 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
7133 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
7134 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
7135 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
7136 Call menu-bar-set-tool-bar-position.
7137
7138 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
7139
7140 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
7141 comment style (bug#6834).
7142 * progmodes/scheme.el (scheme-mode-syntax-table):
7143 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
7144 "b" flag in "' 14b" syntax.
7145
7146 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
7147 for (un)commenting the region and performing completion.
7148 (octave-mode-menu): Use standard commands for help and completion.
7149 (octave-mode-syntax-table): Support %{..%} comments (sort of).
7150 (octave-mode): Use define-derived-mode.
7151 Set completion-at-point-functions and don't set columns.
7152 Don't disable adaptive-fill-regexp.
7153 (octave-describe-major-mode, octave-comment-region)
7154 (octave-uncomment-region, octave-comment-indent)
7155 (octave-indent-for-comment): Remove.
7156 (octave-indent-calculate): Rename from calculate-octave-indent.
7157 (octave-indent-line, octave-fill-paragraph): Update caller.
7158 (octave-initialize-completions): No need to make an alist.
7159 (octave-completion-at-point-function): New function.
7160 (octave-complete-symbol): Use it.
7161 (octave-insert-defun): Use define-skeleton.
7162
7163 * progmodes/octave-mod.el (octave-mode): Set comment-add.
7164 (octave-mode-map): Use comment-dwim (bug#6829).
7165
7166 2010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
7167
7168 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
7169 indentation of inserted comment.
7170
7171 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
7172
7173 * faces.el (region): Add type gtk that uses gtk colors.
7174
7175 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
7176 Handle theme-name change.
7177
7178 2010-08-10 Michael R. Mauger <mmaug@yahoo.com>
7179
7180 * progmodes/sql.el: Version 2.5
7181 (sql-product-alist): Add :prompt-cont-regexp property for several
7182 database products.
7183 (sql-prompt-cont-regexp): New variable.
7184 (sql-output-newline-count, sql-output-by-send):
7185 New variables. Record number of newlines in input text.
7186 (sql-send-string): Handle multiple filters and count newlines.
7187 (sql-send-magic-terminator): Count terminator newline.
7188 (sql-interactive-remove-continuation-prompt): Filters output to
7189 remove continuation prompts; one for each newline.
7190 (sql-interactive-mode): Set up new variables, prompt regexp and
7191 output filter.
7192 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
7193 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
7194
7195 2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7196
7197 * emacs-lisp/pcase.el: New file.
7198
7199 2010-08-10 Michael Albinus <michael.albinus@gmx.de>
7200
7201 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
7202 as here-document, otherwise the command could exceed maximum
7203 length of command line.
7204 (tramp-handle-vc-registered): Call script accordingly.
7205 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
7206
7207 2010-08-10 Kenichi Handa <handa@m17n.org>
7208
7209 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
7210 composable pattern.
7211
7212 2010-08-09 Chong Yidong <cyd@stupidchicken.com>
7213
7214 * emacs-lisp/package.el (package-version-split)
7215 (package--version-first-nonzero, package-version-compare):
7216 Functions removed.
7217 (package-directory-list, package-load-all-descriptors)
7218 (package--built-in, package-activate, define-package)
7219 (package-installed-p, package-compute-transaction)
7220 (package-read-all-archive-contents)
7221 (package--add-to-archive-contents, package-buffer-info)
7222 (package-tar-file-info, package-list-packages-internal):
7223 Use version-to-list and version-list-*.
7224
7225 * emacs-lisp/package-x.el (package-upload-buffer-internal):
7226 Use version-to-list.
7227 (package-upload-buffer-internal): Use version-list-<=.
7228
7229 2010-08-09 Kenichi Handa <handa@m17n.org>
7230
7231 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
7232 composable pattern.
7233
7234 2010-08-08 Chong Yidong <cyd@stupidchicken.com>
7235
7236 * tutorial.el (tutorial--default-keys): C-d is now bound to
7237 delete-forward-char (Bug#6826).
7238
7239 * mouse.el (mouse-drag-track): Remove accidentally-removed check
7240 for `double' value of mouse-1-click-follows-link (Bug#6807).
7241
7242 2010-08-08 Johan Bockgård <bojohan@gnu.org>
7243
7244 * replace.el (replace-highlight): Bind isearch-forward and
7245 isearch-error, ensuring that highlighting is updated if the user
7246 switches the search direction (Bug#6808).
7247
7248 * isearch.el (isearch-lazy-highlight-forward): New var.
7249 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
7250 (isearch-lazy-highlight-update): Use it.
7251
7252 2010-08-08 Kenichi Handa <handa@m17n.org>
7253
7254 * international/mule.el (define-charset): Store NAME as :base property.
7255 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
7256 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
7257 current priority. Force using the designation of the specific
7258 charset by adding `charset' text property. Improve the whole algorithm.
7259
7260 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
7261
7262 * emulation/pc-select.el (pc-selection-mode-hook)
7263 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
7264 (pc-selection-mode): Fix typos in docstrings.
7265
7266 2010-08-08 Kenichi Handa <handa@m17n.org>
7267
7268 * language/cyrillic.el: Don't add "microsoft-cp1251" to
7269 ctext-non-standard-encodings-alist here.
7270
7271 * international/mule.el (ctext-non-standard-encodings-alist):
7272 Add "koi8-r" and "microsoft-cp1251".
7273 (ctext-standard-encodings): New variable.
7274 (ctext-non-standard-encodings-table): List only elements for
7275 non-standard encodings.
7276 (ctext-pre-write-conversion): Adjust for the above change.
7277 Check ctext-standard-encodings.
7278
7279 * international/mule-conf.el (compound-text): Doc fix.
7280 (ctext-no-compositions): Doc fix.
7281 (compound-text-with-extensions): Doc fix.
7282
7283 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7284
7285 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
7286
7287 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
7288
7289 * progmodes/which-func.el (which-func-format): Split help-echo text
7290 into lines, like other mode-line tooltips.
7291
7292 * server.el (server-start): When using TCP sockets, force IPv4
7293 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
7294
7295 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7296
7297 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
7298
7299 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
7300
7301 * term.el (term-delimiter-argument-list): Reflow docstring.
7302 (term-read-input-ring, term-write-input-ring, term-send-input)
7303 (term-bol, term-erase-in-display, serial-supported-or-barf):
7304 Fix typos in docstrings.
7305
7306 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7307
7308 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
7309
7310 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
7311
7312 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
7313
7314 2010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
7315
7316 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
7317 Fix typo in docstring (bug#6747).
7318
7319 2010-08-08 Leo <sdl.web@gmail.com>
7320
7321 * eshell/esh-io.el (eshell-get-target): Better detection of
7322 read-only file (Bug#6762).
7323
7324 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
7325
7326 * align.el (align-default-spacing): Doc fix.
7327 (align-region-heuristic, align-regexp): Fix typos in docstrings.
7328
7329 2010-08-08 Stephen Peters <speters@itasoftware.com>
7330
7331 * calendar/icalendar.el
7332 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
7333 (icalendar--get-weekday-numbers): New.
7334 (icalendar--convert-recurring-to-diary): Handle multiple byday
7335 values in weekly rules. (Bug#6766)
7336
7337 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
7338
7339 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
7340 (icalendar--create-uid, icalendar-export-region)
7341 (icalendar--parse-summary-and-rest): Code formatting.
7342
7343 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
7344
7345 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
7346 to italicize headers.
7347 (calc-highlight-selections-with-faces): New variable.
7348 (calc-selected-face, calc-nonselected-face): New faces.
7349
7350 * calc/calccomp.el (math-comp-highlight-string): Use
7351 `calc-highlight-selections-with-faces' to determine how to highlight
7352 sub-formulas.
7353
7354 * calc/calc-sel.el (calc-show-selections): Change message to when
7355 using faces to highlight selections.
7356
7357 2010-08-07 Michael R. Mauger <mmaug@yahoo.com>
7358
7359 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
7360 Add SQLite 3 keywords, functions and datatypes.
7361 (sql-interactive-mode): Remove `comint-process-echoes' set to t
7362 (Bug#6686).
7363
7364 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
7365
7366 * simple.el (select-active-regions): Move to keyboard.c.
7367 (deactivate-mark): Used saved-region-selection.
7368 (select-active-region): Function removed.
7369 (activate-mark, set-mark, push-mark-command)
7370 (handle-shift-selection): Don't call it.
7371 (keyboard-quit): Avoid adding the region to the window selection.
7372
7373 * mouse.el (mouse-drag-track): Remove hacks to deal with old
7374 select-active-regions implementation.
7375 (mouse-yank-at-click): Doc fix.
7376
7377 * cus-start.el: Add custom declaration for select-active-regions.
7378
7379 2010-08-07 Eli Zaretskii <eliz@gnu.org>
7380
7381 * simple.el (delete-forward-char): Doc fix.
7382
7383 * tutorial.el (help-with-tutorial): Hack safe file-local variables
7384 after reading the tutorial.
7385
7386 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
7387
7388 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
7389 Fix for the case that a C style comment has its delimiters alone on
7390 their respective lines.
7391
7392 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
7393
7394 * net/tramp.el (tramp-handle-start-file-process): Set connection
7395 property "vec".
7396 (tramp-process-sentinel): Use it for flushing the cache.
7397 We cannot do it via the process buffer, the buffer could be deleted
7398 already when running the sentinel.
7399
7400 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
7401
7402 * comint.el (comint-mode): Make directory tracking functions
7403 functional on remote files. (Bug#6764)
7404
7405 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
7406
7407 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
7408
7409 2010-08-05 Eli Zaretskii <eliz@gnu.org>
7410
7411 * emacs-lisp/find-gc.el (find-gc-source-files):
7412 Rename unexec.c => unexcoff.c.
7413
7414 * emacs-lisp/authors.el (authors-fixed-entries):
7415 Rename unexec.c => unexcoff.c.
7416
7417 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
7418
7419 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
7420 cache, not only file cache.
7421 (tramp-process-sentinel): New defun.
7422 (tramp-handle-start-file-process): Use it, in order to invalidate
7423 file caches.
7424
7425 2010-08-03 Leo <sdl.web@gmail.com>
7426
7427 * server.el (server-start): Simplify loop.
7428
7429 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
7430
7431 * frame.el (screen-height, screen-width, set-screen-width)
7432 (set-screen-height): Remove ancient compatibility aliases.
7433
7434 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
7435 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
7436
7437 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
7438 that change current buffer.
7439
7440 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7441
7442 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
7443 beginning of the string. Use `string-match-p'. (Bug#6765)
7444
7445 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
7446
7447 * cus-start.el (x-gtk-use-system-tooltips): New variable.
7448
7449 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
7450
7451 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
7452 (package--builtins): Tweak descriptions.
7453 (package-print-package): Upcase descriptions if necessary.
7454 Show all built-in packages in font-lock-builtin-face.
7455 (package-list-packages-internal): Omit "emacs" package.
7456 Show status of built-in packages as "built-in".
7457
7458 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
7459
7460 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
7461 before killing to preserve the primary selection (Bug#6701).
7462
7463 * term/x-win.el (x-select-text): Doc fix.
7464
7465 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
7466
7467 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
7468 (objc-font-lock-extra-types):
7469 * progmodes/cc-mode.el (c-basic-common-init):
7470 * progmodes/cc-langs.el (c-make-mode-syntax-table)
7471 (c++-make-template-syntax-table)
7472 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
7473 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
7474 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
7475 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
7476 * progmodes/cc-fonts.el (c-make-inverse-face)
7477 (c-basic-matchers-after):
7478 * progmodes/cc-engine.el (c-forward-keyword-clause)
7479 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
7480 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
7481 (c-guess-continued-construct, c-guess-basic-syntax):
7482 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
7483 The above functions were modified or created.
7484
7485 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
7486
7487 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
7488
7489 2010-07-31 Eli Zaretskii <eliz@gnu.org>
7490
7491 * files.el (bidi-paragraph-direction): Define safe local values.
7492
7493 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
7494 language-info-alist. Remove outdated FIXME in a comment.
7495
7496 2010-07-31 Alan Mackenzie <acm@muc.de>
7497
7498 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
7499 Auto-fill broken in C/C++ modes.
7500
7501 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
7502
7503 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
7504 (menu-bar-showhide-tool-bar-menu-customize-disable)
7505 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
7506 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
7507 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
7508 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
7509 make a menu for Options => toolbar that can move it.
7510
7511 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
7512
7513 * emacs-lisp/package-x.el (package--make-rss-entry):
7514 (package-maint-add-news-item, package--update-news)
7515 (package-upload-buffer-internal): New arg ARCHIVE-URL.
7516
7517 * emacs-lisp/package.el (package-archive-url): Rename from
7518 package-archive-id.
7519 (package-install): Doc fix.
7520 (package-download-single, package-download-tar, package-install)
7521 (package-menu-view-commentary): Callers changed.
7522
7523 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
7524
7525 * net/tramp.el (tramp-handle-start-file-process): Check only for
7526 `remote-tty' process property.
7527 (tramp-open-shell): Don't check for tty.
7528 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
7529 process property.
7530
7531 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
7532 host.
7533
7534 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
7535
7536 * emacs-lisp/package.el (package-load-list, package-archives)
7537 (package-archive-contents, package-user-dir)
7538 (package-directory-list, package--builtins, package-alist)
7539 (package-activated-list, package-obsolete-alist): Mark as risky.
7540
7541 2010-07-28 Phil Hagelberg <phil@evri.com>
7542
7543 Add support for non-default package repositories.
7544 * emacs-lisp/package.el (package-archive-base): Var deleted.
7545 (package-archives): New variable.
7546 (package-archive-contents): Doc fix.
7547 (package-load-descriptor): Do nothing if descriptor file is missing.
7548 (package--write-file-no-coding): New function.
7549 (package-unpack-single): Use it.
7550 (package-archive-id): New function.
7551 (package-download-single, package-download-tar)
7552 (package-menu-view-commentary): Use it.
7553 (package-installed-p): Make second argument optional.
7554 (package-read-all-archive-contents): New function.
7555 (package-initialize): Use it.
7556 (package-read-archive-contents): Add ARCHIVE argument.
7557 (package--add-to-archive-contents): New function.
7558 (package-install): Don't call package-read-archive-contents.
7559 (package--download-one-archive): Store archive file in a
7560 subdirectory of package-user-dir.
7561 (package-menu-execute): Remove spurious line movement.
7562
7563 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
7564
7565 * cus-start.el (tool-bar-style): Add text-image-horiz.
7566
7567 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
7568
7569 * progmodes/gud.el (gud-common-init): Check for remoteness of
7570 `file', and not of `default-directory'.
7571
7572 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
7573
7574 * net/tramp.el (tramp-methods): Move hostname to the end in all
7575 ssh `tramp-login-args'.
7576 (tramp-verbose): Describe verbose level 9.
7577 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
7578 (tramp-open-connection-setup-interactive-shell): Trace stty
7579 settings if `tramp-verbose' >= 9.
7580 (tramp-handle-start-file-process): Implement tty setting.
7581 (Bug#4604, Bug#6360)
7582
7583 * net/tramp-cmds.el (tramp-bug): Recommend setting of
7584 `tramp-verbose' to 9.
7585
7586 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
7587
7588 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
7589 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
7590 Remove references to package `lisp-re' (bug#4369).
7591
7592 2010-07-27 Tom Tromey <tromey@redhat.com>
7593
7594 * progmodes/js.el (js-mode):
7595 * progmodes/make-mode.el (makefile-mode):
7596 * progmodes/simula.el (simula-mode):
7597 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
7598
7599 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
7600
7601 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
7602
7603 * time.el (display-time-day-and-date): Remove spurious * in docstring.
7604 (display-time-world-buffer-name, display-time-world-mode-map):
7605 Fix typos in docstrings.
7606
7607 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
7608
7609 * image-mode.el (image-display-size): New function.
7610 (image-forward-hscroll, image-next-line, image-eol, image-eob)
7611 (image-mode-fit-frame): Use it (Bug#6639).
7612
7613 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
7614
7615 * dired.el (dired-buffers-for-dir): Handle list values of
7616 dired-directory (Bug#6636).
7617
7618 2010-07-26 Sam Steingold <sds@gnu.org>
7619
7620 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
7621 Do not call `x-get-selection' the second time, reuse the value.
7622
7623 2010-07-26 Daiki Ueno <ueno@unixuser.org>
7624
7625 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
7626 which consist of control chars only. Suggested by Richard Stallman.
7627
7628 2010-07-25 Daiki Ueno <ueno@unixuser.org>
7629
7630 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
7631 exists before passing an error to find-file-not-found-functions
7632 (bug#6723).
7633
7634 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
7635
7636 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
7637 Remove leading nil element, adjust values.
7638 (tetris-shapes, tetris-shape-scores):
7639 Change representation of shapes and remove some redundancy.
7640 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
7641 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
7642 Adjust for working with new representation of shapes.
7643 (tetris-shape-rotations): New function.
7644 (tetris-move-bottom, tetris-move-left, tetris-move-right)
7645 (tetris-rotate-prev, tetris-rotate-next):
7646 Adjust for working with the new version of tetris-test-shape.
7647
7648 2010-07-23 Markus Triska <markus.triska@gmx.at>
7649
7650 * progmodes/ps-mode.el: Use comint (bug#5954).
7651 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
7652 (ps-mode-other-newline): Simplify.
7653 (ps-run-mode): Derive from comint-mode instead of
7654 fundamental-mode, yielding input history etc.
7655 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
7656 (ps-run-send-string): Adapt for comint-mode.
7657 (ps-run-newline): Remove now unneeded function.
7658
7659 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
7660
7661 * net/tramp.el (tramp-methods): Move hostname to the end in all
7662 plink `tramp-login-args'.
7663
7664 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
7665
7666 * net/tramp.el (tramp-open-shell): New defun.
7667 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
7668 Use it.
7669
7670 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
7671
7672 * net/tramp.el (tramp-file-name-regexp-unified)
7673 (tramp-completion-file-name-regexp-unified): On W32 systems, do
7674 not regard the volume letter as remote filename. (Bug#5447)
7675
7676 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
7677
7678 * custom.el (custom-declare-variable): Give a clearer error message
7679 when the docstring is missing (bug#6476).
7680
7681 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
7682
7683 * progmodes/sql.el: Version 2.4. Improved Login prompting.
7684 (sql-login-params): New widget definition.
7685 (sql-oracle-login-params, sql-mysql-login-params)
7686 (sql-solid-login-params, sql-sybase-login-params)
7687 (sql-informix-login-params, sql-ingres-login-params)
7688 (sql-ms-login-params, sql-postgres-login-params)
7689 (sql-interbase-login-params, sql-db2-login-params)
7690 (sql-linter-login-params): Use it.
7691 (sql-sqlite-login-params): Use it; Define "database" parameter as
7692 a file name.
7693 (sql-sqlite-program): Change to "sqlite3".
7694 (sql-comint-sqlite): Make sure database name is complete.
7695 (sql-for-each-login): New function.
7696 (sql-connect, sql-save-connection): Use it.
7697 (sql-get-login-ext): New function.
7698 (sql-get-login): Use it.
7699 (sql-make-alternate-buffer-name): Handle :file parameters.
7700
7701 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
7702
7703 * dired.el (dired-no-confirm): Document value t and fix defcustom to
7704 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
7705
7706 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
7707
7708 * dired.el (dired-mode-map): Use command remapping (bug#6632).
7709
7710 2010-07-22 Lawrence Mitchell <wence@gmx.li>
7711
7712 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
7713
7714 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
7715
7716 * net/tramp.el (tramp-get-ls-command)
7717 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
7718 instead of "/".
7719
7720 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
7721
7722 * progmodes/sql.el: Version 2.3.
7723 (sql-connection-alist): Change keys from symbols to strings;
7724 enhanced the widget definition.
7725 (sql-mode-menu): Add submenu to select connections.
7726 (sql-interactive-mode-menu): Add "Save Connection" item.
7727 (sql-add-product): Fix menu item.
7728 (sql-get-product-feature): Improved error handling.
7729 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
7730 (sql-make-alternate-buffer-name): Simplified.
7731 (sql-product-interactive): Handle missing product.
7732 (sql-connect): Support string keys, minor improvements.
7733 (sql-save-connection): New function.
7734 (sql-connection-menu-filter): New function.
7735
7736 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
7737
7738 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
7739 (tramp-open-connection-setup-interactive-shell):
7740 Apply workaround for IRIX64 bug. Move argument of last
7741 `tramp-send-command' where it belongs to.
7742
7743 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
7744
7745 * net/tramp.el (tramp-perl-file-attributes)
7746 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
7747 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
7748 front of `login-args'.
7749
7750 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
7751
7752 * time.el (display-time-world-mode): Define with `define-derived-mode'.
7753 Set `show-trailing-whitespace' to nil.
7754 (display-time-world-display): Simplify.
7755
7756 2010-07-18 Alan Mackenzie <acm@muc.de>
7757
7758 Enhance `c-file-style' in file/directory local variables.
7759 * progmodes/cc-mode.el (c-count-cfss): New function.
7760 (c-before-hack-hook): Call `c-set-style' differently according to
7761 whether c-file-style was set in file or directory local
7762 variables.
7763
7764 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
7765
7766 * progmodes/sql.el: Version 2.2.
7767 (sql-product, sql-user, sql-database, sql-server, sql-port):
7768 Use defcustom :safe keyword rather than putting safe-local-variable
7769 property.
7770 (sql-password): Use defcustom :risky keyword rather than putting
7771 risky-local-variable property.
7772 (sql-oracle-login-params, sql-sqlite-login-params)
7773 (sql-solid-login-params, sql-sybase-login-params)
7774 (sql-informix-login-params, sql-ingres-login-params)
7775 (sql-ms-login-params, sql-postgres-login-params)
7776 (sql-interbase-login-params, sql-db2-login-params)
7777 (sql-linter-login-params): Add `port' option.
7778 (sql-get-product-feature): Add NO-INDIRECT parameter.
7779 (sql-comint-oracle, sql-comint-sybase)
7780 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
7781 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
7782 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
7783 (sql-comint-linter): Rename sql-connect-* functions to
7784 sql-comint-*.
7785 (sql-product-alist, sql-mode-menu): Rename as above and
7786 :sqli-connect-func to :sqli-comint-func.
7787 (sql-connection): New variable.
7788 (sql-interactive-mode): Set it.
7789 (sql-connection-alist): New variable.
7790 (sql-connect): New function.
7791 (sql--alt-buffer-part, sql--alt-if-not-empty)
7792 (sql-make-alternate-buffer-name): Improved alternative buffer name.
7793
7794 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7795
7796 * image-mode.el (image-bookmark-make-record): Do not set context
7797 in an image (Bug#6650).
7798
7799 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
7800
7801 * simple.el (select-active-region): New function.
7802 (push-mark-command, set-mark, activate-mark)
7803 (handle-shift-selection): Use it.
7804 (deactivate-mark): Don't check for size of region.
7805
7806 * mouse.el (mouse-drag-track): Use select-active-region.
7807
7808 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
7809
7810 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
7811 "--dired" stronger.
7812
7813 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
7814
7815 * term/x-win.el (x-select-enable-primary): Change default to nil.
7816 (x-select-enable-clipboard): Add :version keyword.
7817
7818 * mouse.el (mouse-drag-copy-region):
7819 * simple.el (select-active-regions): Likewise.
7820
7821 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
7822
7823 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
7824 (vc-coding-system-for-diff): Use it to decide whether to inherit
7825 from the file the EOL format for reading the diffs of that file.
7826 (Bug#4451)
7827
7828 2010-07-16 Eli Zaretskii <eliz@gnu.org>
7829
7830 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
7831 unibyte, so compressed attachments are not compressed again.
7832
7833 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
7834
7835 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
7836 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
7837 (tramp-find-shell): Simplify setting connection property.
7838 (tramp-get-ls-command): Make test for "--color=never" stronger.
7839
7840 2010-07-15 Simon South <ssouth@member.fsf.org>
7841
7842 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
7843 blocks within record declarations (i.e. variant parts) correctly.
7844
7845 2010-07-15 Simon South <ssouth@member.fsf.org>
7846
7847 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
7848 over literal tokens when parsing so newlines aren't "absorbed" by
7849 single-line comments. Corrects the indentation of case blocks
7850 that have a comment on the first line.
7851
7852 2010-07-14 Karl Fogel <kfogel@red-bean.com>
7853
7854 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
7855 by Drew Adams (Bug#5504).
7856
7857 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
7858
7859 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
7860 now that Unicode is used (Bug#6594).
7861
7862 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
7863
7864 * term/x-win.el (x-select-enable-clipboard): Default to t.
7865 (x-initialize-window-system): Don't overwrite Paste menu item.
7866
7867 * simple.el (select-active-regions): Default to t.
7868 (push-mark-command): Don't overwrite primary with empty string.
7869
7870 * mouse.el: Bind mouse-2 to mouse-yank-primary.
7871 (mouse-drag-copy-region): Default to nil.
7872
7873 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
7874 Cut/Copy/Paste menu bar items.
7875
7876 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7877
7878 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
7879 Patch applied by Karl Fogel.
7880
7881 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
7882 and `bookmark-current-buffer' if they have been already set in
7883 another buffer (e.g gnus-art).
7884
7885 2010-07-13 Karl Fogel <kfogel@red-bean.com>
7886 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7887
7888 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
7889
7890 * bookmark.el (bookmark-make-record-default): Allow unneeded
7891 information to be omitted from the record.
7892
7893 Adjust declarations and calls:
7894
7895 * info.el (bookmark-make-record-default): Adjust declaration.
7896 (Info-bookmark-make-record): Adjust call.
7897
7898 * woman.el (bookmark-make-record-default): Adjust declaration.
7899 (woman-bookmark-make-record): Adjust call.
7900
7901 * man.el (bookmark-make-record-default): Adjust declaration.
7902 (Man-bookmark-make-record): Adjust call.
7903
7904 * image-mode.el (bookmark-make-record-default): Adjust declaration.
7905
7906 * doc-view.el (bookmark-make-record-default): Adjust declaration.
7907
7908 2010-07-13 Karl Fogel <kfogel@red-bean.com>
7909
7910 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
7911 This is also from Thierry Volpiatto's patch in bug #6444. However,
7912 because it was extraneous to the functional change in that patch,
7913 and causes a re-indendation, I am committing it separately.
7914
7915 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7916
7917 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
7918 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
7919 Patch applied by Karl Fogel (Bug#6444).
7920
7921 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
7922
7923 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
7924
7925 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
7926
7927 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
7928 Dempsky; bug#5084). Remove incorrect binding for S-tab.
7929 (ns-alternatives-map): Change S-tab binding to backtab
7930 (bug#6616).
7931
7932 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
7933 under ns.
7934
7935 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
7936
7937 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
7938 (Bug#5806)
7939
7940 * language/tv-util.el (tai-viet-re): Remove format.
7941
7942 2010-07-12 Kenichi Handa <handa@m17n.org>
7943
7944 * language/hebrew.el: Remove no-byte-compile declaration.
7945 Change coding: tag to utf-8. Register hebrew-shape-gstring in
7946 composition-function-table for 3-character looking back.
7947 (hebrew-font-get-precomposed): New function.
7948 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
7949
7950 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
7951
7952 * mouse.el (mouse-drag-track): Handle select-active-regions
7953 (Bug#6612).
7954
7955 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
7956
7957 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
7958 empty argument to gvfs-copy.
7959
7960 2010-07-10 Glenn Morris <rgm@gnu.org>
7961
7962 * calendar/calendar.el (calendar-week-end-day): New function.
7963 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
7964 Respect calendar-week-start-day. (Bug#6606)
7965 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
7966 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
7967 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
7968 respect calendar-week-start-day.
7969
7970 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
7971
7972 * simple.el (use-region-p): Doc fix (Bug#6607).
7973
7974 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
7975
7976 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7977 Add regexps for cucumber and ruby.
7978
7979 2010-07-08 Daiki Ueno <ueno@unixuser.org>
7980
7981 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
7982 (epa-file-insert-file-contents): Hack to prevent
7983 find-file from opening empty buffer when decryption failed
7984 (bug#6568).
7985
7986 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
7987
7988 * textmodes/ispell.el (ispell-alternate-dictionary):
7989 Use file-readable-p.
7990 Return nil if no word-list is found at default locations.
7991 (ispell-complete-word-dict): Default to nil.
7992 (ispell-command-loop): Use 'word-list' when using lookup-words.
7993 (lookup-words): Use ispell-complete-word-dict or
7994 ispell-alternate-dictionary. Check for word-list availability
7995 and handle errors if needed with better messages (Bug#6539).
7996 (ispell-complete-word): Use ispell-complete-word-dict or
7997 ispell-alternate-dictionary.
7998
7999 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
8000
8001 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
8002 builtins (BufferError, BytesWarning, WindowsError; callables
8003 bin, bytearray, bytes, format, memoryview, next, print; __package__).
8004
8005 2010-07-07 Glenn Morris <rgm@gnu.org>
8006
8007 * play/zone.el (top-level): Do not require timer, tabify, or cl.
8008 (zone-shift-left): Ignore intangibility, and any errors from
8009 forward-char.
8010 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
8011 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
8012 deleting, and copying text properties.
8013 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
8014 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
8015 to point-max is hard.
8016 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
8017 (zone-fill-out-screen): Ignore intangibility.
8018
8019 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
8020
8021 * menu-bar.el (menu-bar-mode):
8022 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
8023 if it has been set.
8024
8025 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
8026 word/line selection (Bug#6565).
8027
8028 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
8029
8030 * net/dbus.el (dbus-send-signal): Declare function.
8031
8032 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
8033
8034 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
8035 (dbus-register-property): New optional argument EMITS-SIGNAL.
8036 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
8037
8038 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
8039
8040 * mouse.el (mouse-drag-overlay): Variable deleted.
8041 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
8042 (mouse--remap-link-click-p): New function.
8043 (mouse-drag-track): Handle dragging by using temporary Transient
8044 Mark mode, instead of a special overlay.
8045 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
8046 mouse-show-mark.
8047
8048 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
8049 deleted.
8050
8051 2010-07-02 Juri Linkov <juri@jurta.org>
8052
8053 * autoinsert.el (auto-insert-alist): Fix readability
8054 by using dotted pair notation for lambda.
8055
8056 2010-07-02 Juri Linkov <juri@jurta.org>
8057
8058 * faces.el (read-face-name): Rename arg `string-describing-default'
8059 to `default'. Doc fix. Display the default value in quotes
8060 in the prompt. With empty input, return the `default' arg,
8061 unless the default value is a string (in which case return nil).
8062 (describe-face): Replace the string `default' arg of `read-face-name'
8063 with the symbol `default'.
8064
8065 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
8066
8067 * emulation/viper-cmd.el (viper-delete-backward-char)
8068 (viper-del-backward-char-in-insert)
8069 (viper-del-backward-char-in-replace, viper-change)
8070 (viper-backward-indent): Replace delete-backward-char with
8071 delete-char (Bug#6552).
8072
8073 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
8074
8075 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
8076
8077 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
8078
8079 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
8080 argument passed to frame-creation-function (Bug#5378).
8081
8082 * faces.el (x-handle-named-frame-geometry)
8083 (x-handle-reverse-video, x-create-frame-with-faces)
8084 (face-set-after-frame-default, tty-create-frame-with-faces):
8085 Don't separately consult default-frame-alist. It is now passed as the
8086 PARAMETER argument.
8087
8088 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
8089
8090 * startup.el (command-line): Don't call tool-bar-setup in a
8091 tty-only build.
8092
8093 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
8094
8095 * ruler-mode.el (ruler--save-header-line-format): New fun.
8096 (ruler-mode): Use it as a setter function, so as not to overwrite
8097 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
8098
8099 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
8100
8101 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
8102 (vc-root-diff, vc-print-root-log, vc-log-incoming)
8103 (vc-log-outgoing): Use it.
8104 (vc-diff-internal): Set diff-vc-backend.
8105
8106 * vc/diff-mode.el (diff-vc-backend): New var.
8107
8108 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
8109
8110 * dynamic-setting.el (font-setting-change-default-font):
8111 Remove call to message.
8112
8113 2010-06-28 Kenichi Handa <handa@m17n.org>
8114
8115 * international/quail.el (quail-insert-kbd-layout): Fix the
8116 showing of untranslated characters.
8117
8118 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
8119
8120 * simple.el (delete-active-region): New option.
8121 (delete-backward-char): Implement in Lisp.
8122 (delete-forward-char): New command.
8123
8124 * mouse.el (mouse-region-delete-keys): Deleted.
8125 (mouse-show-mark): Simplify.
8126
8127 * bindings.el (global-map): Bind delete and DEL, the former to
8128 delete-forward-char.
8129
8130 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
8131
8132 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
8133 (ruby-mode): Bind indent-line-function (Bug#5119).
8134
8135 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
8136
8137 * startup.el (command-line): Recognize "0" X resource value.
8138
8139 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
8140
8141 * startup.el (command-line): Use X resources to set the value of
8142 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
8143
8144 * menu-bar.el (menu-bar-mode):
8145 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
8146 Set init-value to t.
8147
8148 * frame.el (frame-notice-user-settings): Don't change
8149 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
8150 vice versa (Bug#2249).
8151
8152 2010-06-26 Eli Zaretskii <eliz@gnu.org>
8153
8154 * w32-fns.el (w32-convert-standard-filename): Doc fix.
8155
8156 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
8157
8158 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
8159 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
8160
8161 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
8162 default directories are expanded (Bug#6143).
8163
8164 2010-06-24 Juri Linkov <juri@jurta.org>
8165
8166 * minibuffer.el (completions-format): Change default from nil to
8167 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
8168
8169 2010-06-24 Juri Linkov <juri@jurta.org>
8170
8171 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
8172 buffer-locally to lambda that re-runs the vc diff command.
8173 (Bug#6447)
8174
8175 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
8176
8177 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
8178 echo area is in use (Bug#3412).
8179
8180 2010-06-22 Glenn Morris <rgm@gnu.org>
8181
8182 * textmodes/texinfmt.el (texinfo-format-region)
8183 (texinfo-raise-lower-sections, texinfo-format-separate-node)
8184 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
8185 (texinfo-format-option, texinfo-noindent):
8186 Use line-beginning-position and line-end-position.
8187
8188 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
8189 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
8190 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
8191 utf-8 characters.
8192
8193 2010-06-21 Karl Fogel <kfogel@red-bean.com>
8194
8195 * play/zone.el (zone-fall-through-ws): Fix next-line ->
8196 forward-line fallout.
8197
8198 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
8199
8200 * mouse.el (mouse-appearance-menu): Add docstring.
8201
8202 * help.el (describe-key): Print up-event using key-description.
8203
8204 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
8205
8206 * net/zeroconf.el (zeroconf-resolve-service)
8207 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
8208 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
8209
8210 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
8211
8212 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
8213
8214 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
8215
8216 Avoid displaying files with a nil state in vc-dir.
8217 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
8218 cases that cause insertion.
8219 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
8220 with a nil state.
8221
8222 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
8223
8224 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
8225
8226 2010-06-29 Leo <sdl.web@gmail.com>
8227
8228 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
8229
8230 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
8231
8232 * generic-x.el (bat-generic-mode): Fix regexp for command line
8233 switches (Bug#5719).
8234
8235 2010-06-27 Masatake YAMATO <yamato@redhat.com>
8236
8237 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
8238 of nconc to avoid pure storage error (Bug#6239).
8239
8240 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
8241
8242 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
8243 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
8244 bindings of bookmark-automatically-show-annotations (Bug#6515).
8245
8246 2010-06-25 Eli Zaretskii <eliz@gnu.org>
8247
8248 * arc-mode.el (archive-zip-extract): Don't quote the file name on
8249 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
8250
8251 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
8252
8253 * comint.el (make-comint, make-comint-in-buffer): Mention return
8254 value in the docstrings. (Bug#6498)
8255
8256 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
8257
8258 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
8259 since it is not present when using some non-default switches.
8260
8261 2010-06-23 Karl Fogel <kfogel@red-bean.com>
8262
8263 * simple.el (compose-mail): Fix doc string to refer to
8264 `compose-mail-user-agent-warnings', instead of to the
8265 nonexistent `compose-mail-check-user-agent'.
8266
8267 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
8268
8269 Fix an indentation bug:
8270
8271 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
8272 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
8273 of existing values.
8274
8275 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
8276 (c-clear->-pair-props-if-match-before): now return t when they've
8277 cleared properties, nil otherwise.
8278 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
8279 by taking account of the existing value.
8280
8281 * progmodes/cc-defs.el
8282 (c-clear-char-property-with-value-function): Fix this to clear the
8283 property rather than overwriting it with nil.
8284
8285 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
8286
8287 * emacs-lisp/package.el (package-print-package): Add link to
8288 package description via describe-package.
8289 (describe-package-1): List package requirements. Add button to
8290 perform installation.
8291 (package-menu-describe-package): New command.
8292
8293 * help-mode.el (help-package): New button type.
8294
8295 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
8296
8297 * emacs-lisp/package.el: Move package-list-packages binding to
8298 menu-bar.el.
8299 (describe-package, describe-package-1, package--dir): New funs.
8300 (package-activate-1): Use package--dir.
8301
8302 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
8303
8304 * help-mode.el (help-package-def): New button type.
8305
8306 * menu-bar.el: Move package-list-packages binding here from
8307 package.el.
8308
8309 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
8310
8311 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
8312
8313 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8314
8315 * emacs-lisp/edebug.el (edebug-read-list):
8316 Phase out old-style backquotes.
8317
8318 2010-06-17 Juri Linkov <juri@jurta.org>
8319
8320 * help-mode.el (help-mode): Set buffer-local variable
8321 revert-buffer-function to help-mode-revert-buffer.
8322 (help-mode-revert-buffer): New function.
8323
8324 * info.el (Info-revert-find-node): Check for major-mode Info-mode
8325 before popping to "*info*" (like in other Info functions).
8326 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
8327 old-history-forward. Pop to old-buffer-name or "*info*" to
8328 recreate the killed buffer. Set Info-history-forward from
8329 old-history-forward.
8330 (Info-breadcrumbs-depth): Add :group and :version.
8331
8332 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
8333
8334 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
8335
8336 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
8337
8338 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
8339 for languages like Portuguese with pt_{BR,PT} and no plain pt.
8340
8341 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
8342
8343 * emacs-lisp/package.el (package-menu-mode-map):
8344 Move initialization into declaration.
8345
8346 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
8347
8348 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
8349
8350 * emacs-lisp/package.el (package-archive-base): Point to
8351 elpa.gnu.org.
8352 (package-enable, package-load-list): New defcustoms.
8353 (package-user-dir, package-directory-list): Turn into defcustoms.
8354 Don't include package-user-dir in package-directory-list.
8355 (package--builtins-base): Don't include Emacs as a "package".
8356 (package-subdirectory-regexp): New var.
8357 (package-load-all-descriptors, package-compute-transaction)
8358 (package-download-transaction): Obey package-load-list.
8359 (package-activate-1): Rename from package-do-activate.
8360 (package-list-packages-internal): Check package-load-list.
8361 (package-load-descriptor, package-generate-autoloads)
8362 (package-unpack, package-unpack-single)
8363 (package--read-archive-file, package-delete):
8364 Use expand-file-name.
8365
8366 * emacs-lisp/package-x.el: New file. Package uploading
8367 functionality split out from package.el.
8368
8369 * startup.el (command-line): Load packages after reading init file.
8370
8371 2010-06-17 Tom Tromey <tromey@redhat.com>
8372
8373 * emacs-lisp/package.el: New file.
8374
8375 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
8376
8377 Fix vc-annotate for renamed files when using Git.
8378 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
8379 ls-files. Doe not pass the object as a file name to cat-file, it
8380 is not a file name.
8381 (vc-git-annotate-command): Pass the file name using -- to avoid
8382 ambiguity with the revision.
8383 (vc-git-previous-revision): Pass a relative file name.
8384
8385 2010-06-22 Glenn Morris <rgm@gnu.org>
8386
8387 * progmodes/js.el (js-mode-map): Use standard capitalization and
8388 ellipses for menu entries.
8389
8390 * wid-edit.el (widget-complete): Doc fix.
8391
8392 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
8393
8394 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
8395
8396 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
8397
8398 Fix annotating other revisions for renamed files in vc-annotate.
8399 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
8400 VC backend. Use it when non-nil.
8401 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
8402 (Bug#6487).
8403
8404 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
8405 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
8406 Do not pass the file name to the 'previous-revision call when we
8407 don't want a file diff. (Bug#6489)
8408
8409 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
8410
8411 Fix finding revisions for renamed files in vc-annotate.
8412 * vc/vc.el (vc-find-revision): Add an optional argument for
8413 the VC backend. Use it when non-nil.
8414 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
8415 backend to vc-find-revision. (Bug#6487)
8416
8417 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
8418
8419 Fix reading file names in Git annotate buffers.
8420 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
8421 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
8422
8423 2010-06-20 Alan Mackenzie <acm@muc.de>
8424
8425 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
8426 in file local variables, set it first.
8427
8428 2010-06-19 Glenn Morris <rgm@gnu.org>
8429
8430 * descr-text.el (describe-char-unicode-data): Insert separating
8431 space when needed. (Bug#6422)
8432
8433 * progmodes/idlwave.el (idlwave-action-and-binding):
8434 Fix typo in 2009-12-03 change. (Bug#6450)
8435
8436 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
8437
8438 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
8439 handling for `lambda' (misunderstanding).
8440
8441 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
8442
8443 * calc/calc-poly.el (math-accum-factors): Make sure that
8444 constants aren't distributed after they are factored out.
8445
8446 2010-06-16 Juri Linkov <juri@jurta.org>
8447
8448 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
8449 `list-colors-print'. (Bug#6332)
8450
8451 * subr.el (read-quoted-char): Fix up last change (bug#6290).
8452
8453 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
8454
8455 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
8456 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
8457
8458 * font-lock.el (font-lock-major-mode): Rename from
8459 font-lock-mode-major-mode to distinguish it from
8460 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
8461 (font-lock-set-defaults):
8462 * font-core.el (font-lock-default-function): Adjust users.
8463 (font-lock-mode): Don't set it at all.
8464
8465 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
8466
8467 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
8468
8469 2010-06-16 Glenn Morris <rgm@gnu.org>
8470
8471 * calendar/appt.el (appt-time-msg-list): Doc fix.
8472 (appt-check): Let-bind appt-warn-time.
8473 (appt-add): Make the 3rd argument optional.
8474 Simplify argument names. Doc fix. Check for integer WARNTIME.
8475 Only add WARNTIME to the output list if non-nil.
8476
8477 2010-06-16 Ivan Kanis <apple@kanis.eu>
8478
8479 * calendar/appt.el (appt-check): Let the 3rd element of
8480 appt-time-msg-list specify the warning time.
8481 (appt-add): Add new argument with the warning time. (Bug#5176)
8482
8483 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
8484
8485 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
8486 older than version 1.6. (Bug#6361)
8487
8488 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
8489
8490 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
8491 used by cl-do-arglist. (Bug#6408)
8492
8493 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
8494
8495 * textmodes/ispell.el (ispell-dictionary-base-alist):
8496 Fix portuguese casechars/not-casechars for missing 'çÇ'.
8497 Suggested by Rolando Pereira (bug#6434).
8498
8499 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
8500
8501 * facemenu.el (list-colors-sort): Doc fix.
8502
8503 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
8504
8505 * progmodes/sql.el (sql-connect-mysql): Fix typo.
8506
8507 2010-06-14 Juri Linkov <juri@jurta.org>
8508
8509 Add sort option `list-colors-sort'. (Bug#6332)
8510 * facemenu.el (color-rgb-to-hsv): New function.
8511 (list-colors-sort): New defcustom.
8512 (list-colors-sort-key): New function.
8513 (list-colors-display): Doc fix. Sort list according to the option
8514 `list-colors-sort'.
8515 (list-colors-print): Add HSV values to `help-echo' property of
8516 RGB strings.
8517
8518 2010-06-14 Juri Linkov <juri@jurta.org>
8519
8520 * compare-w.el: Move to the "vc" subdirectory.
8521
8522 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8523
8524 * image-mode.el (image-mode-map): Remap left-char and right-char.
8525
8526 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
8527
8528 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
8529
8530 * term/common-win.el (x-colors): Add all the color names defined
8531 in rgb.txt (Bug#6332).
8532
8533 * facemenu.el (list-colors-print): Don't print extra names if it
8534 will overflow the window width.
8535
8536 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
8537 change (Bug#6343).
8538
8539 2010-06-12 Eli Zaretskii <eliz@gnu.org>
8540
8541 * files.el (make-directory): Doc fix (bug#6396).
8542
8543 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
8544
8545 * net/tramp.el (tramp-remote-process-environment): Protect version
8546 string by apostroph.
8547 (tramp-shell-prompt-pattern): Do not use a shy group in case of
8548 XEmacs.
8549 (tramp-file-name-for-operation): Add `call-process-region'.
8550 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
8551
8552 * net/tramp-compat.el (top): Do not autoload
8553 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
8554 only when `start-file-process' is not bound.
8555 (tramp-advice-file-expand-wildcards): Do not use
8556 `tramp-handle-file-remote-p'.
8557 (tramp-compat-make-temp-file): Handle the case, that
8558 `make-temp-file' has no third argument EXTENSION.
8559
8560 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
8561
8562 * makefile.w32-in (WINS_BASIC): Include new directory vc.
8563
8564 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
8565
8566 2010-06-11 Juri Linkov <juri@jurta.org>
8567
8568 * finder.el (finder-known-keywords): Add keyword "vc"
8569 for version control.
8570
8571 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
8572 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
8573 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
8574 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
8575
8576 2010-06-11 Juri Linkov <juri@jurta.org>
8577
8578 Move version control related files to the "vc" subdirectory.
8579 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
8580 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
8581 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
8582 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
8583 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
8584 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
8585 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
8586 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
8587 Move files to the "vc" subdirectory.
8588
8589 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
8590
8591 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
8592 (Bug#6367).
8593
8594 2010-06-11 Stephen Eglen <stephen@gnu.org>
8595
8596 * shell.el: Bind `shell-resync-dirs' to M-RET.
8597
8598 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
8599
8600 * notifications.el: Move file from lisp/net, because it is
8601 supposed to talk locally to the user.
8602
8603 2010-06-10 Julien Danjou <julien@danjou.info>
8604
8605 * net/notifications.el (notifications-on-action-signal)
8606 (notifications-on-closed-signal): Pass notification id as first
8607 argument to the callback functions. Add docstrings.
8608 (notifications-notify): Fix docstring.
8609
8610 2010-06-10 Glenn Morris <rgm@gnu.org>
8611
8612 * emacs-lisp/authors.el (authors-ignored-files)
8613 (authors-valid-file-names): Add some files.
8614
8615 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
8616
8617 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
8618 merge conflict, giving preference to the emacs-23 version of the code.
8619
8620 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
8621
8622 * emacs-lisp/advice.el (ad-compile-function):
8623 Define warning-suppress-types before we let-bind it (bug#6275).
8624
8625 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
8626 declare it, make it buffer-local and permanent-local (bug#6324).
8627 (vc-resynch-window): Adjust name.
8628 * vc-hooks.el (vc-find-file-hook): Adjust name.
8629
8630 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
8631
8632 * net/notifications.el (notifications-notify): Fix docstring.
8633
8634 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
8635
8636 Update to Unicode 6.0.0 beta.
8637 * international/charprop.el: Update copyright.
8638 * international/mule-cmds.el (ucs-names): Update character ranges.
8639 * international/uni-bidi.el:
8640 * international/uni-category.el:
8641 * international/uni-combining.el:
8642 * international/uni-comment.el:
8643 * international/uni-decimal.el:
8644 * international/uni-decomposition.el:
8645 * international/uni-digit.el:
8646 * international/uni-lowercase.el:
8647 * international/uni-mirrored.el:
8648 * international/uni-name.el:
8649 * international/uni-numeric.el:
8650 * international/uni-old-name.el:
8651 * international/uni-titlecase.el:
8652 * international/uni-uppercase.el: Regenerate.
8653
8654 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
8655
8656 * emacs-lisp/smie.el (comment-string-strip): Declare function.
8657 (smie-precs-precedence-table): Fix typo in docstring.
8658
8659 * vc-mtn.el (log-edit-extract-headers): Declare function.
8660
8661 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
8662
8663 * net/notifications.el (dbus-register-signal): Declare function.
8664 (notifications-notify): Fix typos and reflow docstring.
8665
8666 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
8667
8668 Improve VC create/retrieve tag/branch.
8669 * vc.el (vc-create-tag): Do not read the directory name for VCs
8670 with repository revision granularity. Adjust the tag/branch
8671 prompt. Reset VC properties.
8672 (vc-retrieve-tag): Do not read the directory name for VCs
8673 with repository revision granularity. Reset VC properties.
8674
8675 2010-06-09 Julien Danjou <julien@danjou.info>
8676
8677 * net/notifications.el: New file.
8678
8679 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
8680
8681 Add optional support for resetting VC properties.
8682 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
8683 call vc-file-clearprops when true.
8684 (vc-resynch-buffer): Add new optional argument, pass it down.
8685 (vc-resynch-buffers-in-directory): Likewise.
8686
8687 Improve support for special markup in the VC commit message.
8688 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
8689 * vc-hg.el (vc-hg-checkin): Add support for Date:.
8690 * vc-git.el (vc-git-checkin):
8691 * vc-bzr.el (vc-bzr-checkin): Likewise.
8692
8693 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
8694
8695 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
8696 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
8697
8698 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
8699
8700 * iimage.el: Remove images as soon as the underlying text is modified.
8701 (iimage-modification-hook): New function.
8702 (iimage-mode-buffer): Use it.
8703
8704 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
8705
8706 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
8707 smie-indent-offset-after. Add :prev case. Make a bit more generic.
8708 (smie-indent-virtual): Remove `virtual' arg. Update callers.
8709 (smie-indent-keyword): Add handling of open-paren keywords.
8710 (smie-indent-comment-continue): Don't assume comment-continue.
8711
8712 2010-06-07 Martin Rudalics <rudalics@gmx.at>
8713
8714 * window.el (pop-to-buffer): Remove the conditional that
8715 compares new-window and old-window, so it will reselect
8716 the selected window unconditionally.
8717 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
8718
8719 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
8720
8721 * emacs-lisp/smie.el (smie-indent-offset-after)
8722 (smie-indent-forward-token, smie-indent-backward-token): New functions.
8723 (smie-indent-after-keyword): Use them.
8724 (smie-indent-fixindent): Only applies to the indentation of the BOL.
8725 (smie-indent-keyword): Tweak the black magic.
8726 (smie-indent-comment-continue): Strip comment-continue before use.
8727 (smie-indent-functions): Indent comments before keywords.
8728
8729 2010-06-06 Juri Linkov <juri@jurta.org>
8730
8731 * isearch.el (isearch-lazy-highlight-search): Fix looping
8732 by checking for empty match. This syncs this loop with the
8733 similar loop in `isearch-search'. (Bug#6362)
8734
8735 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
8736
8737 * net/dbus.el (dbus-register-method): Declare function.
8738 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
8739 (dbus-introspect): Doc fix.
8740 (dbus-event-bus-name, dbus-introspect-get-interface)
8741 (dbus-introspect-get-argument): Reflow docstrings.
8742
8743 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
8744
8745 vc-log-incoming/vc-log-outgoing fixes for Git.
8746 * vc-git.el (vc-git-log-view-mode): Fix font lock for
8747 incoming/outgoing logs.
8748 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
8749 instead of vc-git-compute-remote.
8750 (vc-git-compute-remote): Remove.
8751
8752 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
8753
8754 * term/common-win.el (x-colors): Add "dark green" and "dark
8755 turquoise" (Bug#6332).
8756
8757 2010-06-04 Juri Linkov <juri@jurta.org>
8758
8759 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
8760 Instead of setting `replace' to t and replacing the same string
8761 with itself, don't do certain actions when
8762 kill-do-not-save-duplicates is non-nil and string is equal to car
8763 of kill-ring: don't call menu-bar-update-yank-menu, don't push
8764 interprogram-paste strings to kill-ring, and don't push the input
8765 argument `string' to kill-ring.
8766 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
8767
8768 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
8769
8770 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
8771
8772 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
8773
8774 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
8775 (tramp-gvfs-handler-mounted-unmounted)
8776 (tramp-gvfs-connection-mounted-p): Handle default-location.
8777
8778 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
8779 move files to trash.
8780
8781 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
8782
8783 * international/mule-cmds.el (nonascii-insert-offset)
8784 (nonascii-translation-table): Add obsolescence information.
8785
8786 * international/mule.el (make-translation-table-from-vector): Doc fix.
8787
8788 2010-06-03 Glenn Morris <rgm@gnu.org>
8789
8790 * desktop.el (desktop-clear-preserve-buffers):
8791 Add "*Warnings*" buffer. (Bug#6336)
8792
8793 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
8794
8795 vc-log-incoming/vc-log-outgoing improvements for Git.
8796 * vc-git.el (vc-git-log-outgoing): Use the same format as the
8797 short log.
8798 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
8799
8800 Add bindings for vc-log-incoming and vc-log-outgoing.
8801 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
8802 and vc-log-outgoing.
8803 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
8804 and vc-log-outgoing.
8805
8806 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
8807
8808 * net/rcirc.el (rcirc-sort-nicknames): Remove.
8809 (rcirc-handler-366): Always sort nicknames.
8810
8811 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
8812
8813 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
8814
8815 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
8816
8817 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
8818
8819 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
8820
8821 * net/rcirc.el (rcirc-sort-nicknames): Change default.
8822 (rcirc-sort-nicknames-join): Avoid setq.
8823
8824 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8825
8826 * net/rcirc.el (rcirc-sort-nicknames): New custom.
8827 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
8828 (rcirc-handler-366): Use them.
8829
8830 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
8831
8832 Split smie-indent-calculate into more manageable chunks.
8833 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
8834 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
8835 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
8836 (smie-indent-exps): Extract from smie-indent-calculate.
8837 (smie-indent-functions): New var.
8838 (smie-indent-functions): Use them.
8839
8840 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
8841
8842 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
8843 (smie-indent-calculate): Simplify and cleanup.
8844
8845 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
8846
8847 * net/tramp-gvfs.el (top): Require url-util.
8848 (tramp-gvfs-mount-point): Remove.
8849 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
8850 New defuns.
8851 (with-tramp-dbus-call-method): Format trace message.
8852 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
8853 Implement backup call, when operation on local files fails.
8854 Use progress reporter. Flush properties of changed files.
8855 (tramp-gvfs-handle-make-directory): Make more traces.
8856 (tramp-gvfs-url-file-name): Hexify file name in url.
8857 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
8858 into account for the resulting file name.
8859 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
8860 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
8861 (tramp-gvfs-handler-mounted-unmounted)
8862 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
8863 attribute "default_location". Set "prefix" property.
8864 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
8865 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
8866 exists. Raise an error, if not (due to a corresponding answer
8867 "no" in interactive questions, for example).
8868
8869 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
8870
8871 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
8872
8873 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
8874
8875 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
8876 right-*. (Bug#6265)
8877
8878 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
8879
8880 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
8881 * vc-git.el (vc-git-compute-remote): New function.
8882 (vc-git-log-outgoing): Use it instead of hard coding a value.
8883 (vc-git-log-incoming): New function.
8884
8885 Improve state updating for VC tag commands.
8886 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
8887 to update the state of all buffers in the directory.
8888
8889 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
8890
8891 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8892
8893 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
8894 `file-directory-p' to the filename part rather than to the whole text.
8895
8896 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8897
8898 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
8899
8900 2010-05-31 Drew Adams <drew.adams@oracle.com>
8901
8902 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
8903
8904 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
8905
8906 * subr.el (momentary-string-display): Just use read-event to read
8907 the exit event (Bug#6238).
8908
8909 2010-05-30 Eli Zaretskii <eliz@gnu.org>
8910
8911 * international/mule.el (define-coding-system): Doc fix (bug#6313).
8912
8913 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
8914
8915 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
8916 Suggested by Eli Zaretskii <eliz@gnu.org>.
8917
8918 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8919
8920 * minibuffer.el (completion-file-name-table): Don't return a boundary
8921 past the end of `string' (bug#6299).
8922 (completion--file-name-table): Delegate to completion-file-name-table
8923 for the `boundaries' case.
8924
8925 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
8926
8927 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
8928 movement commands.
8929
8930 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
8931 `path-separator', but maintain compatibility with Emacs 20.2.
8932
8933 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
8934
8935 * server.el (server-process-filter): Receive parent-id argument
8936 from emacsclient.
8937 (server-create-window-system-frame): New arg. Pass parent-id as
8938 frame parameter.
8939
8940 2010-05-29 Eli Zaretskii <eliz@gnu.org>
8941
8942 Bidi-sensitive word movement with arrow keys.
8943 * subr.el (right-arrow-command, left-arrow-command): Move to
8944 bindings.el.
8945
8946 * bindings.el (right-char, left-char): Move from subr.el and
8947 rename from right-arrow-command and left-arrow-command.
8948 (right-word, left-word): New functions.
8949 (global-map) <right>: Bind to right-char.
8950 (global-map) <left>: Bind to left-char.
8951 (global-map) <C-right>: Bind to right-word.
8952 (global-map) <C-left>: Bind to left-word.
8953
8954 * ls-lisp.el (ls-lisp-classify-file): New function.
8955 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
8956 (ls-lisp-classify): Call ls-lisp-classify-file.
8957 (insert-directory): Remove blanks from switches.
8958
8959 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
8960
8961 * ansi-color.el: Delete unused escape sequences (Bug#6085).
8962 (ansi-color-drop-regexp): New constant.
8963 (ansi-color-apply, ansi-color-filter-region)
8964 (ansi-color-apply-on-region): Delete unrecognized control sequences.
8965 (ansi-color-apply): Build string list before calling concat.
8966
8967 2010-05-28 Juri Linkov <juri@jurta.org>
8968
8969 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
8970 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
8971 (Bug#5270)
8972
8973 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
8974
8975 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
8976 to ignored backtrace functions.
8977 (with-progress-reporter): Expand docstring.
8978 (tramp-handle-delete-file): Implement TRASH argument.
8979 (tramp-get-remote-trash): New defun.
8980
8981 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
8982
8983 * net/tramp-compat.el (tramp-compat-delete-file):
8984 Use `symbol-value' for backward compatibility.
8985
8986 * net/tramp.el (tramp-handle-make-symbolic-link)
8987 (tramp-handle-load)
8988 (tramp-do-copy-or-rename-file-via-buffer)
8989 (tramp-do-copy-or-rename-file-directly)
8990 (tramp-do-copy-or-rename-file-out-of-band)
8991 (tramp-handle-process-file, tramp-handle-call-process-region)
8992 (tramp-handle-shell-command, tramp-handle-file-local-copy)
8993 (tramp-handle-insert-file-contents, tramp-handle-write-region)
8994 (tramp-delete-temp-file-function): Use `delete-file' instead
8995 of `tramp-compat-delete-file'.
8996
8997 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
8998 (tramp-fish-handle-make-symbolic-link)
8999 (tramp-fish-handle-process-file): Use `delete-file' instead
9000 of `tramp-compat-delete-file'.
9001
9002 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
9003 Use `delete-file' instead of `tramp-compat-delete-file'.
9004
9005 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
9006 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
9007 `tramp-compat-delete-file'.
9008
9009 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
9010 Use `delete-file' instead of `tramp-compat-delete-file'.
9011
9012 * net/tramp-smb.el (tramp-smb-handle-copy-file)
9013 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
9014 (tramp-smb-handle-write-region): Use `delete-file' instead of
9015 `tramp-compat-delete-file'.
9016 (tramp-smb-handle-delete-directory): Use 'trash as arg.
9017
9018 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
9019
9020 * dired.el (dired-delete-file): New arg TRASH.
9021 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
9022 (dired-do-flagged-delete, dired-do-delete): Use trash.
9023
9024 * speedbar.el (speedbar-item-delete): Allow trashing.
9025
9026 * files.el (delete-directory): New arg TRASH.
9027
9028 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
9029 (ange-ftp-rename-remote-to-remote)
9030 (ange-ftp-rename-local-to-remote)
9031 (ange-ftp-rename-remote-to-local, ange-ftp-load)
9032 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
9033 `delete-file'.
9034 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
9035 allow trashing.
9036
9037 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
9038 handle new TRASH arg of `delete-file'.
9039
9040 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
9041 (tramp-handle-make-symbolic-link, tramp-handle-load)
9042 (tramp-do-copy-or-rename-file-via-buffer)
9043 (tramp-do-copy-or-rename-file-directly)
9044 (tramp-do-copy-or-rename-file-out-of-band)
9045 (tramp-handle-process-file, tramp-handle-call-process-region)
9046 (tramp-handle-shell-command, tramp-handle-file-local-copy)
9047 (tramp-handle-insert-file-contents, tramp-handle-write-region)
9048 (tramp-delete-temp-file-function): Use null TRASH arg in
9049 tramp-compat-delete-file call.
9050
9051 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
9052 (tramp-fish-handle-delete-file)
9053 (tramp-fish-handle-make-symbolic-link)
9054 (tramp-fish-handle-process-file): Use null TRASH arg in
9055 `tramp-compat-delete-file' call.
9056
9057 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
9058 arg in `tramp-compat-delete-file' call.
9059
9060 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
9061 (tramp-gvfs-handle-write-region): Use null TRASH arg in
9062 `tramp-compat-delete-file' call.
9063
9064 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
9065 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
9066 `tramp-compat-delete-file' call.
9067
9068 * net/tramp-smb.el (tramp-smb-handle-copy-file)
9069 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
9070 (tramp-smb-handle-write-region): Use null TRASH arg in
9071 tramp-compat-delete-file call.
9072 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
9073 (tramp-smb-handle-delete-file): Rename arg.
9074
9075 * diff.el (diff-sentinel):
9076 * epg.el (epg--make-temp-file, epg-decrypt-string)
9077 (epg-verify-string, epg-sign-string, epg-encrypt-string):
9078 * jka-compr.el (jka-compr-partial-uncompress)
9079 (jka-compr-call-process, jka-compr-write-region):
9080 * server.el (server-sentinel): Remove optional arg from
9081 delete-file, reverting 2010-05-03 change.
9082
9083 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
9084
9085 * progmodes/verilog-mode.el (verilog-type-font-keywords):
9086 Use font-lock-constant-face, not obsolete font-lock-reference-face.
9087
9088 2010-05-27 Kenichi Handa <handa@m17n.org>
9089
9090 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
9091 element of GSTRING is nil.
9092
9093 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9094
9095 * emacs-lisp/smie.el (smie-forward-token-function)
9096 (smie-backward-token-function): New vars.
9097 (smie-backward-sexp, smie-forward-sexp)
9098 (smie-indent-hanging-p, smie-indent-calculate): Use them.
9099 (smie-default-backward-token): Rename from smie-backward-token and
9100 skip comments.
9101 (smie-default-forward-token): Rename from smie-forward-token and
9102 skip comments.
9103 (smie-next-sexp): Handle nil results from next-token.
9104 (smie-indent-calculate): Add a new case for special `fixindent' comments.
9105
9106 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
9107
9108 * progmodes/verilog-mode.el (verilog-type-font-keywords):
9109 Use font-lock-constant-face, not obsolete font-lock-reference-face.
9110
9111 2010-05-27 Masatake YAMATO <yamato@redhat.com>
9112
9113 * htmlfontify.el (hfy-face-resolve-face): New function.
9114 (hfy-face-to-style): Use it (Bug#6279).
9115
9116 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
9117
9118 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
9119 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
9120
9121 2010-05-26 Glenn Morris <rgm@gnu.org>
9122
9123 * emulation/edt.el (edt-load-keys): Use locate-library.
9124
9125 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
9126
9127 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
9128 (log-edit-changelog-entries): Doc fix.
9129 (log-edit-changelog-insert-entries): Args changed.
9130 Rename relative filenames in ChangeLog entries. Delete tabs.
9131 (log-edit-insert-changelog-entries): Reorganize return value of
9132 `log-edit-changelog-entries' to pass filenames to
9133 log-edit-changelog-insert-entries.
9134
9135 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9136
9137 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
9138 `image-dired-dired-insert-marked-thumbs' to
9139 `image-dired-dired-toggle-marked-thumbs'.
9140
9141 * image-dired.el: Require cl when compiling.
9142 (image-dired-dired-toggle-marked-thumbs): Rename from
9143 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
9144 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
9145 to 'no-dir. Skip files whose names don't match
9146 `image-file-name-regexp'. When file has a thumbnail overlay,
9147 delete it. (Bug#5270)
9148
9149 2010-05-25 Juri Linkov <juri@jurta.org>
9150
9151 * image-mode.el (image-mode): Add image-after-revert-hook to
9152 after-revert-hook.
9153 (image-after-revert-hook): New function. (Bug#5669)
9154
9155 2010-05-25 Juri Linkov <juri@jurta.org>
9156
9157 * image.el (image-animated-p): When delay between animated images
9158 is 0, set it to 10 (0.1 sec). (Bug#6258)
9159
9160 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
9161
9162 * net/tramp.el (tramp-handle-insert-directory): Don't use
9163 `forward-word', its default syntax could be changed.
9164
9165 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
9166
9167 * net/tramp.el (tramp-progress-reporter-update): New defun.
9168 (with-progress-reporter): Use it.
9169 (tramp-process-actions):
9170 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
9171 Preserve current message, in order to let progress reporter continue
9172 afterwards. (Bug#6257)
9173
9174 2010-05-25 Glenn Morris <rgm@gnu.org>
9175
9176 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
9177 Add :version.
9178
9179 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
9180
9181 * net/rcirc.el (rcirc-default-user-name): Change to "user".
9182 (rcirc-default-full-name): Change to "unknown".
9183 (rcirc-user-name-history): Add variable.
9184
9185 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
9186 Jonathan Rockway <jon@jrock.us>
9187
9188 * net/rcirc.el (rcirc-server-alist): Add :pass.
9189 (rcirc): When prompting for connection parameters, also prompt for
9190 username and password.
9191 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
9192 value to server when connecting.
9193
9194 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
9195
9196 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
9197 (smie-merge-prec2s): Pass the tables as separate args.
9198 (smie-bnf-precedence-table): Adjust call accordingly.
9199 (smie-prec2-levels): Set levels at the end.
9200
9201 Replace Lisp calls to delete-backward-char by delete-char.
9202 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
9203 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
9204 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
9205 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
9206 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
9207 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
9208 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
9209 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
9210 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
9211 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
9212 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
9213 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
9214 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
9215 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
9216 delete-backward-char by calls to delete-char.
9217
9218 2010-05-25 Kenichi Handa <handa@m17n.org>
9219
9220 * language/hebrew.el (hebrew-shape-gstring): New function.
9221 Register it in composition-function-table for all Hebrew combining
9222 characters.
9223
9224 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
9225
9226 * epa.el (epa--select-keys): Don't explicitly delete the window since
9227 that can fail (e.g. sole window in frame). Use dedication instead.
9228
9229 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
9230
9231 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
9232
9233 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
9234
9235 * image.el (image-refresh): Define as an alias for image-flush.
9236
9237 * image-mode.el (image-toggle-display-image): Caller changed.
9238
9239 2010-05-21 Juri Linkov <juri@jurta.org>
9240
9241 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
9242 Remove "all" from grep-files-aliases. Split grep-files-aliases by
9243 whitespace, call wildcard-to-regexp on substrings and concat them
9244 with "\\|". (Bug#6114)
9245
9246 2010-05-21 Alan Mackenzie <acm@muc.de>
9247
9248 * progmodes/cc-engine.el (c-parse-state-get-strategy):
9249 Replace parameter `here' with `here-' and `here-plus', which sandwich
9250 any pertinent CPP construct.
9251 (c-remove-stale-state-cache-backwards): Fix a bug which happens
9252 when doing (c-parse-state) in a CPP construct: Exclude any "new"
9253 CPP construct from taking part in the scanning.
9254
9255 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
9256
9257 * net/tramp.el (tramp-do-copy-or-rename-file)
9258 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
9259 Tune `with-progress-reporter' messages.
9260 (tramp-handle-vc-registered):
9261 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
9262 (tramp-fish-handle-insert-file-contents)
9263 (tramp-fish-maybe-open-connection):
9264 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
9265 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
9266 (tramp-imap-handle-insert-file-contents)
9267 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
9268
9269 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
9270
9271 * add-log.el (change-log-font-lock-keywords):
9272 Highlight all authors in multi-author entries.
9273
9274 * smerge-mode.el (smerge-refine-ignore-whitespace)
9275 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
9276 Fix typos in docstrings.
9277 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
9278
9279 2010-05-21 Glenn Morris <rgm@gnu.org>
9280
9281 * progmodes/fortran.el (fortran-mode):
9282 * progmodes/f90.el (f90-mode): Derive from prog-mode.
9283
9284 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
9285 having a relative path in src/Makefile.in.
9286
9287 2010-05-20 Kevin Ryde <user42@zip.com.au>
9288
9289 * help-mode.el (help-make-xrefs): For Info node links turn
9290 newlines into spaces. Link node names with newlines are matched
9291 by help-xref-info-regexp and buttonized, this change ensures they
9292 can be followed successfully with RET. (Bug#6206)
9293
9294 2010-05-20 Juri Linkov <juri@jurta.org>
9295
9296 * locate.el (locate): Use pop-to-buffer instead of
9297 switch-to-buffer-other-window. (Bug#6204)
9298
9299 2010-05-20 Juri Linkov <juri@jurta.org>
9300
9301 * replace.el (replace-highlight): Fix lazy-highlighting
9302 for `M-s w str M-% str RET'.
9303
9304 2009-12-15 Masatake YAMATO <yamato@redhat.com>
9305
9306 * isearch.el (isearch-yank-word-or-char): Pull next subword
9307 when `subword-mode' is activated. (Bug#6220)
9308
9309 2010-05-20 Mark A. Hershberger <mah@everybody.org>
9310
9311 * isearch.el (isearch-update-post-hook): New hook.
9312 (isearch-update): Use the new hook. (Bug#6225)
9313
9314 2010-05-20 Juri Linkov <juri@jurta.org>
9315
9316 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
9317 [f1], [help], and (char-to-string help-char) instead of "\C-h".
9318 (Bug#6222)
9319
9320 2010-05-20 Juri Linkov <juri@jurta.org>
9321
9322 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
9323 (Bug#6223)
9324
9325 2010-05-20 Juri Linkov <juri@jurta.org>
9326
9327 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
9328 FILE-NAME to read from the minibuffer when called interactively
9329 with prefix argument instead of using buffer-file-name.
9330 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
9331
9332 * dired.el: Update autoloads.
9333
9334 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
9335
9336 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
9337 nxml-finish-element, for consistency with SGML mode.
9338
9339 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
9340 octave-close-block.
9341
9342 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
9343
9344 * composite.el: Require cl when compiling.
9345 (reference-point-alist, compose-gstring-for-graphic)
9346 (compose-gstring-for-terminal): Fix typos in docstrings.
9347
9348 2010-05-19 Juri Linkov <juri@jurta.org>
9349
9350 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
9351 set-window-parameter.
9352
9353 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
9354
9355 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
9356 where appropriate.
9357 (tramp-maybe-open-connection): Use it.
9358
9359 2010-05-19 Eli Zaretskii <eliz@gnu.org>
9360
9361 * simple.el (move-end-of-line): Make sure we are at line beginning
9362 before backing up to end of previous line.
9363
9364 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
9365
9366 * password-cache.el (password-cache-remove): Fix docstring.
9367
9368 * net/secrets.el: Autoload the widget functions.
9369 (secrets-search-items, secrets-create-item)
9370 (secrets-get-attributes, secrets-expand-item): Attributes will be
9371 stored on the password database without leading ":", as all other
9372 clients do as well.
9373 (secrets-mode): Fix docstring.
9374 (secrets-show-secrets): Provide it as autoloaded command only when
9375 D-Bus support is available. Check existence of Secret Service API.
9376
9377 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
9378
9379 * indent.el (indent-region): Deactivate region (bug#6200).
9380
9381 2010-05-19 Glenn Morris <rgm@gnu.org>
9382
9383 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
9384
9385 2010-05-19 Kenichi Handa <handa@m17n.org>
9386
9387 * composite.el: Register compose-gstring-for-graphic in
9388 composition-function-table only for combining characters (Mn, Mc, Me).
9389
9390 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
9391
9392 * calc/calc-trail.el (calc-trail-isearch-forward)
9393 (calc-trail-isearch-backward): Ensure that the new window
9394 point is set correctly.
9395
9396 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
9397
9398 * subr.el (read-quoted-char): Resolve modifiers after key
9399 remapping (bug#6212).
9400
9401 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
9402
9403 Add visualization code for secrets.
9404 * net/secrets.el (secrets-mode): New major mode.
9405 (secrets-show-secrets, secrets-show-collections)
9406 (secrets-expand-collection, secrets-expand-item)
9407 (secrets-tree-widget-after-toggle-function)
9408 (secrets-tree-widget-show-password): New defuns.
9409
9410 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
9411
9412 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
9413 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
9414 handled in smie-next-sexp.
9415 (smie-indent-calculate): Provide a starting indentation (so the
9416 recursion is well-founded ;-).
9417
9418 Fix handling of non-associative equal levels.
9419 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
9420 when it's not needed.
9421 (smie-op-left, smie-op-right): New functions.
9422 (smie-next-sexp): New function, extracted from smie-backward-sexp.
9423 Better handle equal levels to distinguish the associative case from
9424 the "multi-keyword construct" case.
9425 (smie-backward-sexp, smie-forward-sexp): Use it.
9426
9427 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
9428
9429 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
9430
9431 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
9432 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
9433
9434 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9435
9436 Provide a simple generic indentation engine and use it for Prolog.
9437 * emacs-lisp/smie.el: New file.
9438 * progmodes/prolog.el (prolog-smie-op-levels)
9439 (prolog-smie-indent-rules): New var.
9440 (prolog-mode-variables): Use them to configure SMIE.
9441 (prolog-indent-line, prolog-indent-level): Remove.
9442
9443 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
9444
9445 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
9446 order before computing the averages.
9447
9448 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
9449
9450 * calc/calc-vec.el (calc-histogram):
9451 (calcFunc-histogram): Allow vectors as inputs.
9452 (math-vector-avg): New function.
9453
9454 * calc/calc-ext.el (math-group-float): Have the number of digits
9455 being grouped depend on the radix (Bug#6189).
9456
9457 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
9458
9459 * version.el (emacs-copyright, emacs-version): Don't define here,
9460 now that emacs.c defines it.
9461
9462 2010-05-15 Eli Zaretskii <eliz@gnu.org>
9463
9464 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
9465 "Describe Language Environment" menu item.
9466
9467 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
9468
9469 Bidi-sensitive movement with arrow keys.
9470 * subr.el (right-arrow-command, left-arrow-command): New functions.
9471
9472 * bindings.el (global-map): Bind them to right and left arrow keys.
9473
9474 Don't override standard definition of convert-standard-filename.
9475 * files.el (convert-standard-filename):
9476 Call w32-convert-standard-filename and dos-convert-standard-filename on
9477 the corresponding systems.
9478
9479 * w32-fns.el (w32-convert-standard-filename): Rename from
9480 convert-standard-filename. Doc fix.
9481
9482 * dos-fns.el (dos-convert-standard-filename): Doc fix.
9483 (convert-standard-filename): Don't defalias.
9484 (register-name-alist, make-register, register-value)
9485 (set-register-value, intdos): Obsolete aliases for the
9486 corresponding dos-* functions and variables.
9487 (dos-intdos): Add a doc string.
9488
9489 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
9490
9491 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
9492 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
9493 (math-compose-tex-func):
9494 * calc/calccomp.el (math-compose-expr):
9495 * calc/calc-ext.el (math-format-flat-expr-fancy):
9496 * calc/calc-store.el (calc-read-var-name):
9497 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
9498
9499 * calc/calc.el (var-π, var-φ, var-γ): New variables.
9500 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
9501 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
9502 (math-standard-units): Add units.
9503
9504 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
9505
9506 * progmodes/asm-mode.el (asm-mode):
9507 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
9508
9509 * pcomplete.el (pcomplete-completions-at-point): New function,
9510 extracted from pcomplete-std-complete.
9511 (pcomplete-std-complete): Use it.
9512
9513 2010-05-15 Glenn Morris <rgm@gnu.org>
9514
9515 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
9516 Remove references to CVS, RCS and Old directories.
9517
9518 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
9519
9520 * calc/calc-bin.el (math-format-twos-complement): Group digits when
9521 appropriate.
9522
9523 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
9524
9525 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
9526 (sh-mode-syntax-table): Give it a default value instead.
9527 (sh-header-marker): Make buffer-local.
9528 (sh-mode): Move make-local-variable to the corresponding setq.
9529 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
9530 Use complete-with-action.
9531
9532 * simple.el (prog-mode): New (abstract) major mode.
9533 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
9534 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
9535
9536 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
9537
9538 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
9539 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
9540 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
9541 (sql-make-alternate-buffer-name, sql-placeholders-filter)
9542 (sql-escape-newlines-filter, sql-input-sender)
9543 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
9544
9545 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
9546
9547 Add TeX open-block and close-block keybindings to SGML, and vice versa.
9548
9549 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
9550 latex-open-block and C-c / to latex-close-block.
9551
9552 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
9553 and C-c C-e to sgml-close-tag.
9554
9555 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
9556
9557 * net/tramp.el (with-progress-reporter): Create reporter object
9558 only when the message would be displayed. Handle nested calls.
9559 (tramp-handle-load, tramp-handle-file-local-copy)
9560 (tramp-handle-insert-file-contents, tramp-handle-write-region)
9561 (tramp-maybe-send-script, tramp-find-shell):
9562 Use `with-progress-reporter'.
9563 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
9564 Fix message text.
9565
9566 * net/tramp-smb.el (tramp-smb-handle-copy-file)
9567 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
9568 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
9569 Use `with-progress-reporter'.
9570
9571 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
9572
9573 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
9574 process everytime when spellchecking from the minibuffer (bug#6143).
9575
9576 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
9577
9578 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
9579
9580 * dos-fns.el: Add "dos-" prefix for namespace control.
9581 (convert-standard-filename): Define as alias for
9582 dos-convert-standard-filename but only if applicable.
9583
9584 2010-05-12 Alan Mackenzie <acm@muc.de>
9585
9586 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
9587 Push the mark at the start of these functions when appropriate.
9588
9589 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9590
9591 * minibuffer.el (completion-cycle-threshold): New custom var.
9592 (completion--do-completion): Use it.
9593 (minibuffer-complete): Use cycling if appropriate.
9594
9595 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
9596
9597 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
9598 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
9599
9600 2010-05-11 Juri Linkov <juri@jurta.org>
9601
9602 * scroll-all.el (scroll-all-check-to-scroll):
9603 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
9604
9605 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
9606
9607 * iimage.el (iimage-mode-map): Move initialization into declaration.
9608 (iimage-mode-buffer): Use with-silent-modifications.
9609 Simplify calling convention. Adjust callers.
9610 (iimage-mode): Don't run hook redundantly.
9611
9612 * minibuffer.el (completion-pcm--pattern->regex):
9613 Fix last change (bug#6160).
9614
9615 2010-05-10 Juri Linkov <juri@jurta.org>
9616
9617 Remove nodes visited during Isearch from the Info history.
9618 * info.el (Info-isearch-initial-history)
9619 (Info-isearch-initial-history-list): New variables.
9620 (Info-isearch-start): Record initial values of
9621 Info-isearch-initial-history and Info-isearch-initial-history-list.
9622 Add Info-isearch-end to isearch-mode-end-hook.
9623 (Info-isearch-end): New function.
9624
9625 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
9626
9627 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
9628 format string, in order to work around a bug in pdksh.
9629 Reported by Gilles Pion <gpion@lfdj.com>.
9630 (tramp-handle-verify-visited-file-modtime): Do not send a command
9631 when the connection is not established.
9632 (tramp-handle-set-file-times): Simplify the check for utc.
9633
9634 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
9635
9636 Fix use of `filter-buffer-substring' (rework previous change).
9637 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
9638 (cua-repeat-replace-region):
9639 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
9640 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
9641 (cua-cut-region-to-global-mark): Use it.
9642
9643 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
9644
9645 * progmodes/sql.el: Version 2.1.
9646 (sql-product-alist): Redesign structure of product info.
9647 (sql-product, sql-user, sql-server, sql-database): Safe variables.
9648 (sql-port, sql-port-history): New variables.
9649 (sql-interactive-product): New variable.
9650 (sql-send-terminator): New variable.
9651 (sql-imenu-generic-expression): Add "Types" imenu entry.
9652 (sql-oracle-login-params, sql-sqlite-login-params)
9653 (sql-mysql-login-params, sql-solid-login-params)
9654 (sql-sybase-login-params, sql-informix-login-params)
9655 (sql-ingres-login-params, sql-ms-login-params)
9656 (sql-postgres-login-params, sql-interbase-login-params)
9657 (sql-db2-login-params, sql-linter-login-params)
9658 (sql-oracle-scan-on): New variables.
9659 (sql-mode-map): Add C-c C-i to start interactive mode.
9660 (sql-mode-menu): Update existing menu entries.
9661 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
9662 (sql-mode-oracle-font-lock-keywords)
9663 (sql-mode-postgres-font-lock-keywords)
9664 (sql-mode-ms-font-lock-keywords)
9665 (sql-mode-sybase-font-lock-keywords)
9666 (sql-mode-informix-font-lock-keywords)
9667 (sql-mode-interbase-font-lock-keywords)
9668 (sql-mode-ingres-font-lock-keywords)
9669 (sql-mode-solid-font-lock-keywords)
9670 (sql-mode-mysql-font-lock-keywords)
9671 (sql-mode-sqlite-font-lock-keywords)
9672 (sql-mode-db2-font-lock-keywords)
9673 (sql-mode-linter-font-lock-keywords): Update initialization to
9674 reduce run-time complexity.
9675 (sql-add-product, sql-del-product): New functions.
9676 (sql-set-product-feature, sql-get-product-feature): New functions.
9677 (sql-product-font-lock): Update product API.
9678 (sql-add-product-keywords): New function.
9679 (sql-highlight-product): Update product API.
9680 (sql-help-list-products): New function.
9681 (sql-help): Dynamically lists free and non-free products.
9682 (sql-get-login): Correct bug in handling history and added
9683 prompt for port.
9684 (sql-copy-column): Copy without properties.
9685 (sqli-input-sender): Apply filters to SQLi input.
9686 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
9687 Implement as a filter.
9688 (sql-escape-newlines-filter): Implement as a filter.
9689 (sql-remove-tabs-filter): New function.
9690 (sql-send-magic-terminator): New function.
9691 (sql-send-string): Implement magic terminator.
9692 (sql-send-region): Use `sql-send-string'.
9693 (sql-interactive-mode): Use product API.
9694 (sql-product-interactive): Use product API.
9695 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
9696 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
9697 (sql-db2, sql-linter): Use `sql-product-interactive'.
9698 (sql-connect): New function.
9699 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
9700 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
9701 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
9702 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
9703 Use `sql-connect'.
9704
9705 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
9706
9707 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
9708 New custom variable.
9709 (completion-pcm--string->pattern): Use it.
9710 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
9711 Make it handle any symbol as `any'.
9712 (completion-pcm--merge-completions): Extract common suffix for the new
9713 `prefix' symbol as well.
9714 (completion-substring--all-completions): Use the new `prefix' symbol.
9715
9716 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
9717
9718 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
9719 not bound.
9720 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
9721 (tramp-compat-funcall): New defmacro.
9722 (tramp-compat-line-beginning-position)
9723 (tramp-compat-line-end-position)
9724 (tramp-compat-temporary-file-directory)
9725 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
9726 (tramp-compat-copy-file, tramp-compat-copy-directory)
9727 (tramp-compat-delete-file, tramp-compat-delete-directory)
9728 (tramp-compat-number-sequence, tramp-compat-process-running-p)
9729 * net/tramp.el (top, with-progress-reporter)
9730 (tramp-rfn-eshadow-setup-minibuffer)
9731 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
9732 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
9733 (tramp-completion-mode-p, tramp-check-for-regexp)
9734 (tramp-open-connection-setup-interactive-shell)
9735 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
9736 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
9737 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
9738 * net/tramp-cmds.el (tramp-cleanup-all-connections)
9739 (tramp-reporter-dump-variable, tramp-load-report-modules)
9740 (tramp-append-tramp-buffers)
9741 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
9742
9743 * net/tramp-imap.el (top): Autoload `epg-make-context'.
9744
9745 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9746
9747 * progmodes/compile.el (compilation-buffer-modtime): Rename from
9748 buffer-modtime. Adjust users.
9749
9750 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
9751
9752 * international/mule.el (auto-coding-alist): Only purecopy
9753 car of each item, not the whole list (Bug#6083).
9754
9755 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
9756
9757 * progmodes/js.el (js-mode): Make paragraph variables local before
9758 calling c-setup-paragraph-variables (Bug#6071).
9759
9760 2010-05-08 Eli Zaretskii <eliz@gnu.org>
9761
9762 * composite.el (compose-region, reference-point-alist): Fix typos
9763 in the doc strings.
9764
9765 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9766
9767 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
9768 gnuplot's "set" command.
9769
9770 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
9771
9772 * abbrev.el (last-abbrev-text): Doc fix.
9773 (abbrev-prefix-mark): Don't escape parenthesis.
9774
9775 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
9776
9777 * composite.el (find-composition): Doc fix.
9778
9779 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
9780
9781 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
9782 (sql-oracle-program, sql-sqlite-options)
9783 (sql-query-placeholders-and-send): Doc fixes.
9784 (sql-set-product, sql-interactive-mode): Reflow docstrings.
9785 (sql-imenu-generic-expression, sql-buffer)
9786 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
9787 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
9788 (sql-mode-sybase-font-lock-keywords)
9789 (sql-mode-informix-font-lock-keywords)
9790 (sql-mode-interbase-font-lock-keywords)
9791 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
9792 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
9793 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
9794 (sql-product-feature, sql-highlight-product)
9795 (comint-line-beginning-position, sql-rename-buffer)
9796 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
9797 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
9798 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
9799 Fix typos in docstrings.
9800
9801 2010-05-08 Juri Linkov <juri@jurta.org>
9802
9803 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
9804 property instead of `invisible' and `after-string' (bug#5998).
9805
9806 2010-05-08 Juri Linkov <juri@jurta.org>
9807
9808 * image-mode.el (image-mode-as-text): Fix typo in docstring.
9809
9810 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
9811
9812 * filecache.el (file-cache-add-directory-list)
9813 (file-cache-add-directory-recursively): Fix typos in docstrings.
9814
9815 2010-05-08 Kenichi Handa <handa@m17n.org>
9816
9817 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
9818 (gujarati-composable-pattern): Fix typo.
9819
9820 2010-05-08 Kenichi Handa <handa@m17n.org>
9821
9822 * language/indian.el (oriya-composable-pattern)
9823 (tamil-composable-pattern, malayalam-composable-pattern):
9824 Add two-part vowels to "v" (vowel sign).
9825
9826 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
9827
9828 * files.el (copy-directory): Handle symlinks (Bug#5982).
9829
9830 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
9831
9832 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
9833 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
9834 (Bug#5846).
9835
9836 2010-05-08 Glenn Morris <rgm@gnu.org>
9837
9838 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
9839
9840 * minibuffer.el (completion-at-point): Doc fix.
9841
9842 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9843
9844 * electric.el (Electric-command-loop): Minor tweak.
9845
9846 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
9847 better with dedicated windows.
9848
9849 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
9850
9851 * Version 23.2 released.
9852
9853 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
9854 Stefan Monnier <monnier@iro.umontreal.ca>
9855
9856 Highlight vendor specific properties.
9857 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
9858 (css-proprietary-property): New face.
9859 (css-font-lock-keywords): Use them.
9860
9861 2010-05-07 Eli Zaretskii <eliz@gnu.org>
9862
9863 * cus-start.el (all): Add native condition for tool-bar-* symbols.
9864
9865 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9866
9867 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
9868 * files.el (auto-mode-alist): Remove redundant entries.
9869
9870 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
9871 * simple.el (auto-save-mode): Move from files.el.
9872 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
9873
9874 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
9875
9876 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
9877
9878 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
9879
9880 * mail/binhex.el (binhex-decode-region-internal)
9881 * mail/uudecode.el (uudecode-decode-region-internal)
9882 * net/dns.el (dns-read-string-name, dns-write, dns-read)
9883 (dns-read-type, dns-query)
9884 * pgg-parse.el (pgg-parse-armor)
9885 * pgg.el (pgg-verify-region)
9886 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
9887 XEmacs.
9888
9889 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
9890
9891 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
9892
9893 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
9894
9895 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
9896 * emulation/cua-base.el (cua-repeat-replace-region):
9897 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
9898 (cua-cut-region-to-global-mark):
9899 Remove text properties with `set-text-properties'.
9900
9901 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
9902
9903 * net/tramp.el (top, with-progress-reporter):
9904 Use `symbol-function' inside `funcall'.
9905
9906 * net/tramp-compat.el (tramp-compat-file-attributes)
9907 (tramp-compat-delete-file, tramp-compat-delete-directory):
9908 Handle only `wrong-number-of-arguments' error.
9909
9910 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
9911 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
9912 inside `funcall'.
9913
9914 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9915
9916 * minibuffer.el (completion--sreverse, completion--common-suffix):
9917 New functions.
9918 (completion-pcm--merge-completions): Extract common suffix when safe.
9919
9920 * emacs-lisp/easy-mmode.el (define-minor-mode):
9921 Make :variable more flexible.
9922 * files.el (auto-save-mode): Use it to define using define-minor-mode.
9923
9924 2010-05-05 Juri Linkov <juri@jurta.org>
9925
9926 Add `slow' and `history' tags to the desktop data.
9927
9928 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
9929 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
9930 (Info-finder-find-node): Require `finder.el' to be able
9931 to restore node from the desktop.
9932 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
9933 data `Info-history' and `slow' tag in the assoc list.
9934 (Info-restore-desktop-buffer): Don't restore nodes with the
9935 `slow' tag. Restore `Info-history'.
9936
9937 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
9938
9939 Add FORCE argument to `delete-file'.
9940
9941 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
9942 forcing to delete the temporary file.
9943 (ange-ftp-delete-file): Add FORCE arg.
9944 (ange-ftp-rename-remote-to-remote)
9945 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
9946 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
9947 Force file deletion.
9948
9949 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
9950
9951 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
9952 (tramp-handle-make-symbolic-link, tramp-handle-load)
9953 (tramp-do-copy-or-rename-file-via-buffer)
9954 (tramp-do-copy-or-rename-file-directly)
9955 (tramp-do-copy-or-rename-file-out-of-band)
9956 (tramp-handle-process-file, tramp-handle-call-process-region)
9957 (tramp-handle-shell-command, tramp-handle-file-local-copy)
9958 (tramp-handle-insert-file-contents, tramp-handle-write-region)
9959 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
9960
9961 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
9962 (tramp-fish-handle-make-symbolic-link)
9963 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
9964
9965 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
9966 Use `tramp-compat-delete-file'.
9967
9968 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
9969 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
9970
9971 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
9972 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
9973
9974 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
9975 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
9976 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
9977 Use `tramp-compat-delete-file'.
9978
9979 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9980
9981 Minor cleanups.
9982 * subr.el (add-minor-mode): Use push.
9983 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
9984 * emulation/edt.el (edt-select-mode): Simplify.
9985
9986 Use define-minor-mode in more cases.
9987 * term/tvi970.el (tvi970-set-keypad-mode):
9988 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
9989 (normal-erase-is-backspace-mode):
9990 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
9991 (set-scroll-bar-mode-1): (Re)move to its sole caller.
9992 (get-scroll-bar-mode): New function.
9993 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
9994
9995 Use define-minor-mode for less obvious cases.
9996 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
9997 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
9998 * international/iso-ascii.el (iso-ascii-mode):
9999 * frame.el (auto-raise-mode, auto-lower-mode):
10000 * composite.el (global-auto-composition-mode): Use define-minor-mode.
10001
10002 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
10003
10004 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
10005 in order to see error messages for failed logins.
10006
10007 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
10008
10009 * diff.el (diff-sentinel):
10010
10011 * epg.el (epg--make-temp-file, epg-decrypt-string)
10012 (epg-verify-string, epg-sign-string, epg-encrypt-string):
10013
10014 * jka-compr.el (jka-compr-partial-uncompress)
10015 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
10016
10017 * server.el (server-sentinel): Use delete-file's new FORCE arg
10018 (Bug#6070).
10019
10020 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10021
10022 Use define-minor-mode where applicable.
10023 * view.el (view-mode):
10024 * type-break.el (type-break-query-mode)
10025 (type-break-mode-line-message-mode):
10026 * textmodes/reftex.el (reftex-mode):
10027 * term/vt100.el (vt100-wide-mode):
10028 * tar-mode.el (tar-subfile-mode):
10029 * savehist.el (savehist-mode):
10030 * ibuf-ext.el (ibuffer-auto-mode):
10031 * composite.el (auto-composition-mode):
10032 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
10033 Use define-minor-mode.
10034 (vhdl-mode): Use static mode-line format.
10035 (vhdl-mode-line-update): Delete.
10036 (vhdl-create-mode-menu, vhdl-activate-customizations)
10037 (vhdl-hs-minor-mode): Don't bother calling it.
10038
10039 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
10040
10041 * simple.el (with-wrapper-hook): Move.
10042 (buffer-substring-filters): Mark obsolete.
10043 (filter-buffer-substring-functions): New variable.
10044 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
10045
10046 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
10047 Michael Albinus <michael.albinus@gmx.de>
10048
10049 Implement compression for inline methods.
10050
10051 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
10052 (tramp-copy-size-limit): Allow also nil.
10053 (tramp-inline-compress-commands): New defconst.
10054 (tramp-find-inline-compress, tramp-get-inline-compress)
10055 (tramp-get-inline-coding): New defuns.
10056 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
10057 replaced by `tramp-get-inline-coding'.
10058 (tramp-handle-file-local-copy, tramp-handle-write-region)
10059 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
10060
10061 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
10062
10063 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
10064 Remove unused functions.
10065
10066 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
10067 Set find-tag-default-function as a variable rather than a property.
10068
10069 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
10070 * progmodes/etags.el (tags-completion-at-point-function):
10071 Remove left over interactive spec. Add autoloading stub.
10072 (complete-tag): Use tags-completion-at-point-function.
10073
10074 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
10075
10076 * minibuffer.el (tags-completion-at-point-function): Fix return value.
10077
10078 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
10079
10080 * ido.el (ido-init-completion-maps): Remove C-v binding.
10081 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
10082
10083 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
10084
10085 * minibuffer.el (tags-completion-at-point-function): New function.
10086 (completion-at-point-functions): Use it.
10087
10088 * progmodes/etags.el (complete-tag): Revert last change.
10089
10090 2010-04-29 Alan Mackenzie <acm@muc.de>
10091
10092 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
10093 off-by-one error (in end of macro position).
10094
10095 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
10096
10097 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
10098 firefox is absent. Don't autoload.
10099 (browse-url-galeon-program): Don't autoload.
10100
10101 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
10102
10103 * bindings.el (complete-symbol): Move into minibuffer.el.
10104
10105 * minibuffer.el (complete-tag): Move from etags.el. If tags
10106 completion cannot be performed, return nil instead of signalling
10107 an error.
10108 (completion-at-point): Make it an alias for complete-symbol.
10109 (complete-symbol): Move from bindings.el, and replace with the
10110 body of completion-at-point.
10111
10112 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
10113
10114 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
10115
10116 * net/tramp.el (tramp-remote-selinux-p): New defun.
10117 (tramp-handle-file-selinux-context)
10118 (tramp-handle-set-file-selinux-context): Use it.
10119
10120 2010-04-28 Sam Steingold <sds@gnu.org>
10121
10122 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
10123 `safe-local-variable' if the value is a string or a symbol with
10124 the property `bug-reference-url-format'.
10125
10126 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
10127
10128 * progmodes/bug-reference.el (bug-reference-url-format):
10129 Revert 2010-04-27 change due to security risk.
10130
10131 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10132
10133 Make it possible to locally disable a globally enabled mode.
10134 * simple.el (fundamental-mode): Run fundamental-mode-hook.
10135 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
10136 rather than kill-all-local-variables so it runs fundamental-mode-hook.
10137 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
10138 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
10139 that subsequent hooks get a chance to disable it.
10140
10141 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
10142
10143 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
10144 Avoid re-enabling a minor mode after the user turned the minor mode
10145 off if MODE-enable-in-buffers is run twice (typically once from
10146 fundamental-mode's after-change-major-mode-hook and a second time from
10147 run-mode-hook's own after-change-major-mode-hook).
10148
10149 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
10150
10151 2010-04-27 Sam Steingold <sds@gnu.org>
10152
10153 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
10154 `safe-local-variable' if the value is a string or a function, as
10155 documented and implemented on 2010-04-02.
10156
10157 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
10158
10159 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
10160 when method is 'kill.
10161
10162 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
10163
10164 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
10165 condition in default directory check.
10166 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
10167 Kill ispell process when killing its associated buffer.
10168
10169 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
10170
10171 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
10172 but we aren't using it.
10173
10174 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
10175
10176 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
10177 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
10178
10179 2010-04-24 Glenn Morris <rgm@gnu.org>
10180
10181 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
10182 Ignore VCS-ignore files, and deleted nextstep preferences files.
10183 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
10184 (authors-ambiguous-files): New list.
10185 (authors-valid-file-names): Add some deleted files.
10186 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
10187 (authors-disambiguate-file-name): New function. (Bug#5501)
10188 (authors-canonical-file-name): Doc fix.
10189 Don't warn about obsolete files.
10190 (authors-canonical-file-name, authors-scan-el):
10191 Use authors-disambiguate-file-name.
10192
10193 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
10194 Add autoload cookies.
10195 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
10196 (generated-autoload-file): Set file-local value to "htmlfontify.el".
10197 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
10198 They have definitions / compiler macros in cl.el.
10199 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
10200 Replace manual autoloads with generated ones.
10201 (htmlfontify-unload-rgb-file): Remove autoload.
10202 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
10203
10204 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
10205
10206 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
10207 (byte-compile-setq-default): Optimize for the
10208 single-var case and don't call byte-compile-form in this case to avoid
10209 inf-loop with byte-compile-set-default.
10210
10211 * progmodes/compile.el (compilation-start): Abbreviate default directory.
10212
10213 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
10214
10215 Implement SELINUX backends.
10216
10217 * net/tramp.el (tramp-file-name-handler-alist):
10218 Add `file-selinux-context' and `set-file-selinux-context'.
10219 (tramp-handle-file-selinux-context)
10220 (tramp-handle-set-file-selinux-context): New defuns.
10221 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
10222 Handle PRESERVE-SELINUX-CONTEXT.
10223
10224 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10225 Add `file-selinux-context' and `set-file-selinux-context'.
10226 (tramp-gvfs-handle-file-selinux-context)
10227 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
10228 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
10229
10230 * net/ange-ftp.el (ange-ftp-copy-file):
10231 * net/tramp-fish.el (tramp-fish-handle-copy-file):
10232 * net/tramp-imap.el (tramp-imap-handle-copy-file):
10233 * net/tramp-smb.el (tramp-smb-handle-copy-file):
10234 Add PRESERVE-SELINUX-CONTEXT.
10235
10236 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
10237
10238 Synchronize with Tramp repository.
10239
10240 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
10241 (tramp-action-process-alive, tramp-action-out-of-band)
10242 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
10243 (tramp-exists-file-name-handler): Fix docstring.
10244 (with-progress-reporter): New defmacro.
10245 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
10246 (tramp-maybe-open-connection): Use it.
10247
10248 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
10249
10250 Detect ssh 'ControlMaster' argument automatically in some cases.
10251
10252 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
10253 (tramp-default-method): Use it.
10254
10255 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
10256
10257 * net/tramp.el (tramp-handle-copy-file): Add new optional
10258 parameter `preserve-selinux-context'.
10259 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
10260
10261 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
10262
10263 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
10264 Ensure, that non remote files are still checked. Oops.
10265
10266 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
10267
10268 Fix Bug#5840.
10269
10270 * icomplete.el (icomplete-completions): Use `non-essential'.
10271
10272 * net/tramp.el (tramp-connectable-p): New defun.
10273 (tramp-handle-expand-file-name)
10274 (tramp-completion-handle-file-name-all-completions)
10275 (tramp-completion-handle-file-name-completion): Use it.
10276
10277 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
10278
10279 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
10280
10281 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
10282
10283 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
10284
10285 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
10286
10287 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
10288 is present.
10289
10290 * info.el (info-tool-bar-map): Add labels.
10291
10292 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
10293
10294 * cus-edit.el (custom-commands): Add labels for tool bar.
10295 (custom-buffer-create-internal, Custom-mode): Adjust for
10296 labels in custom-commands.
10297
10298 * dynamic-setting.el: Renamed from font-setting.el.
10299
10300 2010-04-21 John Wiegley <jwiegley@gmail.com>
10301
10302 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
10303 toggles the use of virtual buffers.
10304 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
10305 (ido-toggle-virtual-buffers): New function.
10306
10307 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
10308
10309 Use `define-derived-mode'; fix window selection; doc fixes.
10310 * play/tetris.el (tetris, tetris-update-speed-function)
10311 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
10312 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
10313 (tetris-rotate-next, tetris-end-game, tetris-start-game)
10314 (tetris-pause-game): Fix typos in docstrings.
10315 (tetris-mode-map, tetris-null-map):
10316 Move initialization into declaration.
10317 (tetris-mode): Define with `define-derived-mode';
10318 set show-trailing-whitespace to nil.
10319 (tetris): Prefer window already displaying the "*Tetris*" buffer.
10320
10321 2010-04-21 Karel Klíč <kklic@redhat.com>
10322
10323 * files.el (backup-buffer): Handle SELinux context, and return it
10324 if a backup was made by renaming.
10325 (backup-buffer-copy): Set SELinux context to the target file.
10326 (basic-save-buffer): Set SELinux context of the newly written file.
10327 (basic-save-buffer-1): Now it also returns any SELinux context.
10328 (basic-save-buffer-2): Set SELinux context of the newly created file,
10329 and return it.
10330 * net/tramp.el (tramp-file-name-for-operation):
10331 Add file-selinux-context.
10332
10333 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
10334
10335 Make the log-edit comments use RFC822 format throughout.
10336
10337 * vc.el (vc-checkin, vc-modify-change-comment):
10338 Adjust to new vc-start/finish-logentry.
10339 (vc-find-conflicted-file): New command.
10340 (vc-transfer-file): Adjust to new vc-checkin.
10341 (vc-next-action): Improve scoping.
10342
10343 * vc-hg.el (vc-hg-log-edit-mode): Remove.
10344 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
10345
10346 * vc-git.el (vc-git-log-edit-mode): Remove.
10347 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
10348 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
10349
10350 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
10351 (vc-start-logentry): Remove argument `extra'.
10352 (vc-finish-logentry): Remove extra args.
10353
10354 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
10355 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
10356 (vc-bzr-conflicted-files): New function.
10357
10358 * log-edit.el (log-edit-extra-flags)
10359 (log-edit-before-checkin-process): Remove.
10360 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
10361 (log-edit-headers-alist): New var.
10362 (log-edit-header-contents-regexp): New const.
10363 (log-edit-match-to-eoh): New function.
10364 (log-edit-font-lock-keywords): Use them.
10365 (log-edit): Insert a "Summary:" header as default.
10366 (log-edit-mode): Mark font-lock rules as case-insensitive.
10367 (log-edit-done): Cleanup headers.
10368 (log-view-process-buffer): Remove.
10369 (log-edit-extract-headers): New function to replace it.
10370
10371 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
10372
10373 * subr.el (default-direction-reversed): Remove obsolescence info.
10374
10375 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10376
10377 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
10378 windows/frames.
10379
10380 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
10381 I.e. include text after point in the completion region.
10382 Also, return nil when we're not after/in a symbol.
10383
10384 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
10385 default enable-multibyte-characters.
10386
10387 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10388
10389 * international/mule.el: Help the user choose a valid coding-system.
10390 (read-buffer-file-coding-system): New function.
10391 (set-buffer-file-coding-system): Use it. Prompt the user if the
10392 coding-system cannot encode all the chars.
10393
10394 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
10395 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
10396 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
10397 Don't use *vc-bzr-shelve*.
10398
10399 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
10400
10401 Fix the version number for added files.
10402 * vc-hg.el (vc-hg-working-revision): Check if the file is
10403 registered after hg parent fails (Bug#5961).
10404
10405 2010-04-19 Glenn Morris <rgm@gnu.org>
10406
10407 * htmlfontify.el (htmlfontify-buffer)
10408 (htmlfontify-copy-and-link-dir): Autoload entry points.
10409
10410 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
10411
10412 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
10413 name relative to the project root (Bug#5960).
10414
10415 2010-04-19 Glenn Morris <rgm@gnu.org>
10416
10417 * vc-git.el (vc-git-print-log): Doc fix.
10418
10419 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
10420
10421 * ido.el (ido-file-internal): Fix 2009-12-02 change.
10422
10423 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
10424
10425 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
10426 default settings (Bug#5928).
10427
10428 2010-04-19 Glenn Morris <rgm@gnu.org>
10429
10430 * progmodes/fortran.el (fortran-match-and-skip-declaration):
10431 New function.
10432 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
10433
10434 2010-04-19 Kenichi Handa <handa@m17n.org>
10435
10436 * language/indian.el (malayalam-composable-pattern): Fix previous
10437 change (add U+0D4D "SIGN VIRAMA").
10438 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
10439 (tamil-composable-pattern): Fix typo in the regexp.
10440 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
10441 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
10442 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
10443
10444 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
10445
10446 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
10447 paragraph-separate (Bug#5821).
10448
10449 2010-04-19 Juri Linkov <juri@jurta.org>
10450
10451 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
10452
10453 * info.el (Info-find-node-2): Comment out code that skips
10454 breadcrumbs line.
10455 (Info-mouse-follow-link): New command.
10456 (Info-link-keymap): New keymap.
10457 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
10458 Return a string with links instead of inserting breadcrumbs
10459 to the Info buffer.
10460 (Info-fontify-node): Comment out code that inserts breadcrumbs.
10461 Instead of putting the `invisible' text property over the Info
10462 header, make an overlay over the Info header with the `invisible'
10463 property and `after-string' set to the string returned by
10464 `Info-breadcrumbs'.
10465
10466 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
10467
10468 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
10469 Reported by monkey@sandpframing.com.
10470
10471 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10472
10473 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
10474 (tmm-get-keymap): Add key-binding shortcuts now that they're not
10475 available in the "keyseq cache" any more.
10476
10477 * custom.el (defcustom): Add edebug spec.
10478
10479 2010-04-18 Juri Linkov <juri@jurta.org>
10480
10481 Test for special mode-class in view-buffer instead of view-file (bug#5513).
10482
10483 * view.el (view-file, view-buffer): Move test for special mode-class
10484 from view-file to view-buffer.
10485
10486 * tar-mode.el (tar-extract): Turn if's into one cond
10487 like in arc-mode.el.
10488
10489 2010-04-18 Juri Linkov <juri@jurta.org>
10490
10491 Add 7z archive format support (bug#5475).
10492
10493 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
10494 (archive-7z-extract): New defcustom.
10495 (archive-find-type): Add magic string for 7z.
10496 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
10497 If `stderr-file' is non-nil, use `(t stderr-file)' for the
10498 `buffer' arg of `call-process'.
10499 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
10500 call the function `archive-7z-extract' with the variable
10501 `archive-7z-extract' let-bound to `archive-zip-extract'.
10502 (archive-7z-summarize, archive-7z-extract): New functions.
10503
10504 * international/mule.el (auto-coding-alist):
10505 * files.el (auto-mode-alist): Add 7z file extension.
10506
10507 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10508
10509 * loadup.el: Setup hash-cons for pure data.
10510
10511 Fix duplicate entries in cedet's loaddefs.el files.
10512 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
10513 Should make most file-local generated-autoload-file unnecessary.
10514 (print-readably): Silence warnings.
10515 (autoload-find-destination): Take load-name as an arg to make sure
10516 it's the same as the one that will be in the file.
10517 (autoload-generate-file-autoloads): Adjust to above changes.
10518 Try to make the dataflow a bit simpler.
10519
10520 * cvs-status.el (cvs-refontify): Remove unused.
10521
10522 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
10523
10524 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
10525
10526 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
10527 twos-complement mode.
10528
10529 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
10530
10531 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
10532 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
10533 (calc-inverse): Add "Option" to message, as appropriate.
10534 (calc-hyperbolic): Add "Option" to message, as appropriate.
10535 (calc-option, calc-is-option): New functions.
10536
10537 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
10538 (calc-option-prefix-help): New function.
10539
10540 * calc/calc-misc.el (calc-help): Add "Option" entry.
10541
10542 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
10543 (calc-option-flag): New variable.
10544 (calc-do): Set `calc-option-flag to nil.
10545 (calc-set-mode-line): Add "Opt " as appropriate.
10546
10547 2010-04-16 Juri Linkov <juri@jurta.org>
10548
10549 Move scrolling commands from simple.el to window.el
10550 because their primitives are implemented in window.c.
10551
10552 * simple.el (scroll-error-top-bottom)
10553 (scroll-up-command, scroll-down-command, scroll-up-line)
10554 (scroll-down-line, scroll-other-window-down)
10555 (beginning-of-buffer-other-window, end-of-buffer-other-window):
10556 * window.el (scroll-error-top-bottom)
10557 (scroll-up-command, scroll-down-command, scroll-up-line)
10558 (scroll-down-line, scroll-other-window-down)
10559 (beginning-of-buffer-other-window, end-of-buffer-other-window):
10560 Move from simple.el to window.el because their primitives are
10561 implemented in window.c.
10562
10563 2010-04-16 Juri Linkov <juri@jurta.org>
10564
10565 * isearch.el (isearch-lookup-scroll-key): Check both
10566 `isearch-scroll' and `scroll-command' properties.
10567 (scroll-up, scroll-down): Remove `isearch-scroll' property.
10568
10569 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
10570
10571 * simple.el (scroll-up-command, scroll-down-command)
10572 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
10573
10574 2010-04-15 Juri Linkov <juri@jurta.org>
10575
10576 * simple.el (scroll-up-command, scroll-down-command)
10577 (scroll-up-line, scroll-down-line): Put `scroll-command'
10578 property on the these symbols. Remove them from
10579 `scroll-preserve-screen-position-commands'.
10580
10581 * mwheel.el (mwheel-scroll): Put `scroll-command' and
10582 `isearch-scroll' properties on the `mwheel-scroll' symbol.
10583 Remove it from `scroll-preserve-screen-position-commands'.
10584
10585 * isearch.el (isearch-allow-scroll): Doc fix.
10586
10587 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
10588
10589 * net/tramp.el (tramp-error-with-buffer): Don't show the
10590 connection buffer when we are in completion mode.
10591 (tramp-file-name-handler): Catch the error for some operations
10592 when we are in completion mode. This gives the user the chance to
10593 correct the file name in the minibuffer.
10594
10595 2010-04-15 Glenn Morris <rgm@gnu.org>
10596
10597 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
10598
10599 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
10600
10601 Simplify by using `define-derived-mode'.
10602 * info.el (Info-mode):
10603 * calendar/todo-mode.el (todo-mode):
10604 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
10605 (gomoku-mode-map): Move initialization into declaration.
10606
10607 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
10608
10609 Fix Bug#5840.
10610 * ido.el (ido-file-name-all-completions-1):
10611 * minibuffer.el (minibuffer-completion-help):
10612 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
10613
10614 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10615
10616 * simple.el (non-essential): New var.
10617
10618 Add a new field `location' to bookmarks for non-file bookmarks.
10619 * bookmark.el (bookmark-location): Use the new field, if present.
10620 (bookmark-insert-location): Undo last change, not needed any more.
10621 * man.el (Man-bookmark-make-record):
10622 * woman.el (woman-bookmark-make-record): Add `location' field.
10623
10624 2010-04-14 Juri Linkov <juri@jurta.org>
10625
10626 * simple.el (scroll-error-top-bottom): New defcustom.
10627 (scroll-up-command, scroll-down-command): Use it. Doc fix.
10628
10629 * emulation/pc-select.el (pc-select-override-scroll-error):
10630 Obsolete in favor of `scroll-error-top-bottom'.
10631
10632 2010-04-14 Juri Linkov <juri@jurta.org>
10633
10634 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
10635 `scroll-up-command' and `M-v' to `scroll-down-command'.
10636
10637 * emulation/cua-rect.el (cua--init-rectangles):
10638 * forms.el (forms--change-commands):
10639 * image-mode.el (image-mode-map):
10640 Remap scroll-down-command and scroll-up-command
10641 in addition to scroll-down and scroll-up.
10642
10643 2010-04-14 Juri Linkov <juri@jurta.org>
10644
10645 * mwheel.el (scroll-preserve-screen-position-commands):
10646 Add mwheel-scroll to this list of commands.
10647
10648 * simple.el (scroll-preserve-screen-position-commands):
10649 Add scroll-up-command, scroll-down-command, scroll-up-line,
10650 scroll-down-line to this list of commands.
10651
10652 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
10653
10654 * obsolete/complete.el: Move from lisp/complete.el.
10655
10656 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
10657
10658 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
10659 to the minor mode function now turns the mode ON unconditionally.
10660
10661 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10662
10663 * vc-dir.el (vc-dir-kill-line): New command.
10664 (vc-dir-mode-map): Bind it to C-k.
10665
10666 * bookmark.el (bookmark-insert-location): Handle a nil filename.
10667
10668 * woman.el: Add bookmark declarations to silence the compiler.
10669 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
10670 step to compatibility between man and woman bookmarks.
10671 Adjust for Man-default-bookmark-title renaming.
10672 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
10673
10674 * man.el: Add bookmark declarations to silence the compiler.
10675 (Man-name-local-regexp): Make it match NAME as well.
10676 (Man-getpage-in-background): Return the buffer.
10677 (Man-notify-when-ready): Use `case'.
10678 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
10679 Don't hardcode "NAME". Simplify.
10680 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
10681 Rename from Man-bookmark-make-record.
10682 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
10683 we have the actual man-args. Use Man-getpage-in-background rather
10684 than `man' since the arg is already processed. Let bookmark.el do the
10685 window handling. Only wait for the relevant process.
10686 Don't forget to autoload.
10687
10688 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
10689
10690 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10691
10692 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
10693 New functions.
10694 (woman-mode): Setup bookmark support.
10695
10696 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
10697 (man-bookmark-jump): New functions.
10698 (Man-mode): Setup bookmark support.
10699
10700 2010-04-10 Jari Aalto <jari.aalto@cante.net>
10701
10702 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
10703 recognize ssh-keygen prompt (Bug#2817).
10704
10705 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
10706
10707 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
10708
10709 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
10710
10711 Synchronize with Tramp repository.
10712
10713 * net/tramp.el (tramp-completion-function-alist)
10714 (tramp-file-name-regexp, tramp-chunksize)
10715 (tramp-local-coding-commands, tramp-remote-coding-commands):
10716 Fix docstring.
10717 (tramp-remote-process-environment): Use `format' instead of `concat'.
10718 (tramp-handle-directory-files-and-attributes)
10719 (tramp-get-remote-path): Use `copy-tree'.
10720 (tramp-handle-file-name-all-completions): Backward/ XEmacs
10721 compatibility: Use `completion-ignore-case' if
10722 `read-file-name-completion-ignore-case' does not exist.
10723 (tramp-do-copy-or-rename-file-directly): Do not use
10724 `tramp-handle-file-remote-p'.
10725 (tramp-do-copy-or-rename-file-out-of-band):
10726 Use `tramp-compat-delete-directory'.
10727 (tramp-do-copy-or-rename-file-out-of-band)
10728 (tramp-compute-multi-hops, tramp-maybe-open-connection):
10729 Use `format-spec-make'.
10730 (tramp-find-foreign-file-name-handler)
10731 (tramp-advice-make-auto-save-file-name)
10732 (tramp-set-auto-save-file-modes): Remove superfluous check for
10733 `stringp'. This is done inside `tramp-tramp-file-p'.
10734 (tramp-debug-outline-regexp): New defconst.
10735 (tramp-get-debug-buffer): Use it.
10736 (tramp-check-for-regexp): Use (forward-line 1).
10737 (tramp-set-auto-save-file-modes): Adapt version check.
10738
10739 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
10740 Wrap call of `featurep' for 2nd argument.
10741 (tramp-compat-make-temp-file): Simplify fallback implementation.
10742 (tramp-compat-copy-tree): Remove function.
10743 (tramp-compat-delete-directory): Provide implementation for older
10744 Emacsen.
10745
10746 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
10747 Do not use `tramp-fish-handle-file-attributes.
10748
10749 * net/trampver.el: Update release number.
10750
10751 2010-04-10 Glenn Morris <rgm@gnu.org>
10752
10753 * progmodes/compile.el (compilation-save-buffers-predicate):
10754 Add missing :version tag.
10755
10756 2010-04-09 Sam Steingold <sds@gnu.org>
10757
10758 * progmodes/compile.el (compilation-save-buffers-predicate):
10759 Remove the "autoload" cookie.
10760
10761 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
10762 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
10763 and `bug-reference-prog-mode' can be used in hooks directly.
10764
10765 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
10766
10767 Add --author support to git commit.
10768 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
10769 (vc-git-log-edit-mode): New minor mode.
10770 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
10771 New declarations.
10772
10773 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
10774
10775 * vc-hooks.el, vc-git.el: Improve documentation comments.
10776
10777 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
10778
10779 Fix some of the problems in defsubst* (bug#5728).
10780 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
10781 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
10782
10783 2010-04-07 Sam Steingold <sds@gnu.org>
10784
10785 * progmodes/compile.el (compilation-save-buffers-predicate):
10786 New custom variable.
10787 (compile, recompile): Pass it to `save-some-buffers'.
10788
10789 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
10790
10791 * wid-edit.el (widget-choose): Move cursor to the second line of
10792 the buffer (Bug#5695).
10793
10794 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
10795
10796 Add new VC methods: vc-log-incoming and vc-log-outgoing.
10797 * vc.el (vc-print-log-setup-buttons): New function split out from
10798 vc-print-log-internal.
10799 (vc-log-internal-common): New function, a parametrized version of
10800 vc-print-log-internal.
10801 (vc-print-log-internal): Just call vc-log-internal-common with the
10802 right arguments.
10803 (vc-incoming-outgoing-internal):
10804 (vc-log-incoming, vc-log-outgoing): New functions.
10805 (vc-log-view-type): New permanent local variable.
10806
10807 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
10808
10809 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
10810 of the dynamic bound vc-short-log.
10811 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
10812
10813 * vc-git.el (vc-git-log-outgoing): New function.
10814 (vc-git-log-view-mode): Use vc-log-view-type instead
10815 of the dynamic bound vc-short-log.
10816
10817 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
10818 of the dynamic bound vc-short-log. Highlight the tag.
10819 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
10820 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
10821 (vc-hg-incoming-mode): Remove.
10822 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
10823
10824 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
10825
10826 Fix default-directory for vc-root-diff.
10827 * vc.el (vc-root-diff): Bind default-directory to the root
10828 directory for the diff command.
10829
10830 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
10831
10832 * progmodes/verilog-mode.el (verilog-forward-sexp):
10833 (verilog-calc-1): Support "disable fork" and "fork wait" multi
10834 word keywords, suggested by Steve Pearlmutter.
10835 (verilog-pretty-declarations): Support lineup of declarations in
10836 port lists.
10837 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
10838 fix bug for /* / comments.
10839 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
10840 Speed up and simplfy as this is never called with a bound.
10841 (verilog-pretty-declarations): Enhance to line up declarations
10842 inside a parameter list, suggested by Alan Morgan.
10843 (verilog-pretty-expr): Tune assignment regular expression match
10844 string for corner cases; also use markers instead of character
10845 number as indent changes the later.
10846
10847 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
10848
10849 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
10850 as missing keyword.
10851 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
10852 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
10853 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
10854 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
10855 Tennant.
10856 (verilog-keywords):
10857 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
10858 1800-2009 keywords, including "global.".
10859
10860 2010-04-06 John Wiegley <jwiegley@gmail.com>
10861
10862 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
10863 appearing in buffer list (if a live buffer name matched a recentf
10864 file basename). Should use uniquify to offer a real solution.
10865
10866 2010-04-06 John Wiegley <jwiegley@gmail.com>
10867
10868 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
10869 comment to code, and add a :version tag.
10870 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
10871
10872 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
10873
10874 Enable recentf-mode if using virtual buffers.
10875 * ido.el (recentf-list): Declare for byte-compiler.
10876 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
10877 (ido-make-buffer-list): Simplify.
10878 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
10879
10880 2010-04-05 Juri Linkov <juri@jurta.org>
10881
10882 Scrolling commands which scroll a line instead of full screen.
10883 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
10884
10885 * simple.el (scroll-up-line, scroll-down-line): New commands.
10886 Put property isearch-scroll=t on them.
10887
10888 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
10889 Remove commands.
10890
10891 2010-04-05 Juri Linkov <juri@jurta.org>
10892
10893 Scrolling commands which do not signal errors at top/bottom.
10894 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
10895
10896 * simple.el (scroll-up-command, scroll-down-command): New commands.
10897 Put property isearch-scroll=t on them.
10898
10899 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
10900 `scroll-down-command' and [next] from `scroll-up' to
10901 `scroll-up-command'.
10902
10903 * emulation/cua-base.el: Put property CUA=move on
10904 `scroll-up-command' and `scroll-down-command'.
10905 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
10906 and `scroll-down-command' to `cua-scroll-down'.
10907
10908 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
10909
10910 * help.el (describe-mode): Return nil.
10911
10912 2010-04-04 John Wiegley <jwiegley@gmail.com>
10913
10914 * ido.el (ido-use-virtual-buffers): New variable to indicate
10915 whether "virtual buffer" support is enabled for IDO.
10916 (ido-virtual): Face used to indicate virtual buffers in the list.
10917 (ido-buffer-internal): If a buffer is chosen, and no such buffer
10918 exists, but a virtual buffer of that name does (which would be why
10919 it was in the list), recreate the buffer by reopening the file.
10920 (ido-make-buffer-list): If virtual buffers are being used, call
10921 `ido-add-virtual-buffers-to-list' before the make list hook.
10922 (ido-virtual-buffers): New variable which contains a copy of the
10923 current contents of the `recentf-list', albeit pared down for the
10924 sake of speed, and with proper faces applied.
10925 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
10926 create a list of "virtual buffers" to present to the user in
10927 addition to the currently open set. Note that this logic could
10928 get rather slow if that list is too large. With the default
10929 `recentf-max-saved-items' of 200, there is little speed penalty.
10930
10931 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
10932
10933 * font-lock.el: Require CL when compiling.
10934 (font-lock-turn-on-thing-lock): Use `case'.
10935
10936 2010-04-03 Eli Zaretskii <eliz@gnu.org>
10937
10938 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
10939 Zaretskii.
10940
10941 2010-04-02 Juri Linkov <juri@jurta.org>
10942
10943 * ehelp.el (electric-help-orig-major-mode):
10944 New buffer-local variable.
10945 (electric-help-mode): Set it to original major-mode. Doc fix.
10946 (with-electric-help): Use `electric-help-orig-major-mode' instead
10947 of (default-value 'major-mode). Doc fix.
10948 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
10949
10950 2010-04-02 Sam Steingold <sds@gnu.org>
10951
10952 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
10953 `vc-hg-command' with a list of flags.
10954
10955 * progmodes/bug-reference.el (bug-reference-bug-regexp):
10956 Also accept "patch" and "RFE".
10957 (bug-reference-fontify): `bug-reference-url-format' can also be a
10958 function to be able to handle the bug kind.
10959 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
10960
10961 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
10962
10963 * tmm.el (tmm-get-keymap): Check with symbolp before passing
10964 value to fboundp, it may not be a symbol.
10965
10966 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
10967
10968 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
10969
10970 2010-03-31 Juri Linkov <juri@jurta.org>
10971
10972 * simple.el (next-line, previous-line): Re-throw a signal
10973 with `signal' instead of using `ding'.
10974 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
10975
10976 2010-03-31 Juri Linkov <juri@jurta.org>
10977
10978 * simple.el (keyboard-escape-quit): Raise deselecting the active
10979 region higher than exiting the minibuffer.
10980 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
10981
10982 2010-03-31 Juri Linkov <juri@jurta.org>
10983
10984 * image.el (image-animated-p): Use `image-metadata' instead of
10985 `image-extension-data'. Get GIF extenstion data from metadata
10986 property `extension-data'.
10987
10988 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10989
10990 * simple.el (append-to-buffer): Simplify.
10991
10992 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
10993
10994 * textmodes/artist.el (artist-mode): Fix typo in docstring.
10995 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
10996
10997 2010-03-31 Kenichi Handa <handa@m17n.org>
10998
10999 * language/sinhala.el (composition-function-table): Fix regexp for
11000 the new Unicode specification.
11001
11002 * language/indian.el (devanagari-composable-pattern)
11003 (tamil-composable-pattern, kannada-composable-pattern)
11004 (malayalam-composable-pattern): Adjust for the new Unicode
11005 specification.
11006 (bengali-composable-pattern, gurmukhi-composable-pattern)
11007 (gujarati-composable-pattern, oriya-composable-pattern)
11008 (telugu-composable-pattern): New variables to cope with the new
11009 Unicode specification. Use them in composition-function-table.
11010
11011 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11012
11013 Make tmm-menubar work for the Buffers menu again (bug#5726).
11014 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
11015 vectors rather than cons cells, as used in menu-bar-update-buffers.
11016
11017 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
11018
11019 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
11020 (js-insert-and-indent): Revert 2009-08-15 change, restoring
11021 electric punctuation for "{}();,:" (Bug#5586).
11022
11023 * mail/sendmail.el (mail-default-directory): Doc fix.
11024
11025 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
11026
11027 * mail/sendmail.el (mail-default-directory): Doc fix.
11028
11029 2010-03-31 Eli Zaretskii <eliz@gnu.org>
11030
11031 * subr.el (version-regexp-alist, version-to-list)
11032 (version-list-<, version-list-=, version-list-<=)
11033 (version-list-not-zero, version<, version<=, version=): Doc fix.
11034 (Bug#5744).
11035
11036 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
11037
11038 * vc.el (vc-root-diff): Doc fix.
11039
11040 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
11041
11042 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
11043
11044 * simple.el (append-to-buffer): Fix last change.
11045
11046 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
11047
11048 * simple.el (append-to-buffer): Ensure that point is preserved if
11049 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
11050 (Bug#5749)
11051
11052 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11053
11054 * files.el (auto-mode-case-fold): Change default to t.
11055
11056 2010-03-30 Juri Linkov <juri@jurta.org>
11057
11058 * dired-x.el (dired-omit-mode): Doc fix.
11059
11060 2010-03-30 Juri Linkov <juri@jurta.org>
11061
11062 * replace.el (occur-accumulate-lines): Move occur-engine related
11063 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
11064 to be located after `occur-engine'.
11065
11066 2010-03-30 Juri Linkov <juri@jurta.org>
11067
11068 Make occur handle multi-line matches cleanly with context.
11069 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
11070
11071 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
11072 (occur-engine): Add local variables `ret', `prev-after-lines',
11073 `prev-lines'. Use more arguments for `occur-context-lines'.
11074 Set first elem of its returned list to `data', and the second elem
11075 to `prev-after-lines'. Don't print the separator line.
11076 In the end, print remaining context after-lines.
11077 (occur-context-lines): Add new arguments `begpt', `endpt',
11078 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
11079 after-lines of the previous match with before-lines of the
11080 current match and not overlap them. Return a list with two
11081 values: the output line and the list of context after-lines.
11082
11083 2010-03-30 Juri Linkov <juri@jurta.org>
11084
11085 * replace.el (occur-accumulate-lines): Fix a bug where the first
11086 context line at the beginning of the buffer was missing.
11087
11088 2010-03-30 Eli Zaretskii <eliz@gnu.org>
11089
11090 * files.el: Make bidi-display-reordering safe variable for boolean
11091 values.
11092
11093 2010-03-29 Phil Hagelberg <phil@evri.com>
11094 Chong Yidong <cyd@stupidchicken.com>
11095
11096 * subr.el: Extend progress reporters to perform "spinning".
11097 (progress-reporter-update, progress-reporter-do-update):
11098 Handle non-numeric value arguments.
11099 (progress-reporter--pulse-characters): New var.
11100
11101 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
11102
11103 * progmodes/compile.el (compilation-start): Fix regexp detection
11104 of initial cd command (Bug#5771).
11105
11106 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
11107
11108 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
11109
11110 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
11111
11112 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
11113 * progmodes/gdb-mi.el: Restore.
11114 * progmodes/gdb-ui.el: Remove.
11115 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
11116
11117 2010-03-25 Glenn Morris <rgm@gnu.org>
11118
11119 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
11120 all dired buffers, even tramp ones. (Bug#5755)
11121
11122 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
11123
11124 Add "union tags" in mpc.el.
11125 * mpc.el: Remove backward compatibility code.
11126 (mpc-browser-tags): Change default.
11127 (mpc--find-memoize-union-tags): New var.
11128 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
11129 (mpc-cmd-find): Handle the case where the playlist does not exist.
11130 Handle union-tags.
11131 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
11132 (mpc-cmd-add): Use mpc-cmd-flush.
11133 (mpc-tagbrowser-tag-name): New fun.
11134 (mpc-tagbrowser-buf): Use it.
11135 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
11136
11137 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11138
11139 Misc cleanup.
11140 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
11141 Use replace-regexp-in-string.
11142 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
11143 (makefile-imake-mode-syntax-table): Move init into defvar.
11144 (makefile-mode): Use define-derived-mode.
11145
11146 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
11147 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
11148 not be present any more.
11149
11150 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
11151
11152 * faces.el (set-face-attribute): Fix typo in docstring.
11153 (face-valid-attribute-values): Reflow docstring.
11154
11155 2010-03-24 Glenn Morris <rgm@gnu.org>
11156
11157 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
11158
11159 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
11160
11161 * indent.el (indent-for-tab-command): Doc fix.
11162
11163 2010-03-24 Alan Mackenzie <acm@muc.de>
11164
11165 * progmodes/cc-engine.el (c-remove-stale-state-cache):
11166 Fix off-by-one error. Fixes bug #5747.
11167
11168 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
11169
11170 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
11171 (image-dired-read-comment): Doc fix.
11172
11173 * json.el (json-object-type, json-array-type, json-key-type)
11174 (json-false, json-null, json-read-number):
11175 * minibuffer.el (completion-in-region-functions):
11176 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
11177 (cal-tex-cursor-week):
11178 * emacs-lisp/trace.el (trace-function):
11179 * eshell/em-basic.el (eshell/printnl):
11180 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
11181 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
11182 * obsolete/levents.el (allocate-event, event-key, event-object)
11183 (event-point, event-process, event-timestamp, event-to-character)
11184 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
11185 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
11186 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
11187 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
11188 (reftex-highlight-selection): Fix typos in docstrings.
11189
11190 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
11191
11192 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
11193
11194 2010-03-24 Glenn Morris <rgm@gnu.org>
11195
11196 * mail/rmail.el (rmail-highlight-face): Restore option deleted
11197 2008-02-13 without comment; mark it obsolete.
11198 (rmail-highlight-headers): Use rmail-highlight-face once more.
11199
11200 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
11201
11202 * woman.el (woman2-process-escapes): Only consume the newline if
11203 the filler character is on a line by itself (Bug#5729).
11204
11205 2010-03-24 Kenichi Handa <handa@m17n.org>
11206
11207 * language/indian.el (devanagari-composable-pattern): Add more
11208 consonants.
11209
11210 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
11211
11212 * net/trampver.el: Update release number.
11213
11214 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
11215
11216 * net/tramp.el (tramp-find-executable):
11217 Use `tramp-get-connection-buffer'. Make the regexp for checking
11218 output of "wc -l" more robust.
11219 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
11220 (tramp-open-connection-setup-interactive-shell): Remove workaround
11221 for OpenSolaris bug, it is not needed anymore.
11222
11223 2010-03-24 Glenn Morris <rgm@gnu.org>
11224
11225 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
11226
11227 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
11228
11229 * files.el (auto-mode-alist): Accept more verilog file patterns.
11230
11231 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11232
11233 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
11234
11235 2010-03-24 Glenn Morris <rgm@gnu.org>
11236
11237 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
11238 log-edit-before-checkin-process.
11239
11240 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
11241
11242 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
11243
11244 * vc-dispatcher.el (vc-start-logentry): Doc fix.
11245 (log-view-process-buffer, log-edit-extra-flags): Declare.
11246
11247 * log-edit.el (log-edit-before-checkin-process): Doc fix.
11248
11249 2010-03-23 Sam Steingold <sds@gnu.org>
11250
11251 Fix bug#5620: recalculate all markers on compilation buffer
11252 modifications, not on file modifications.
11253 * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
11254 variable: the buffer modification time, for buffers not associated with
11255 files.
11256 (compilation-mode): Create it.
11257 (compilation-filter): Update it.
11258 (compilation-next-error-function): Use it instead of
11259 `visited-file-modtime' for timestamp.
11260
11261 2010-03-23 Juri Linkov <juri@jurta.org>
11262
11263 Implement Occur multi-line matches.
11264 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
11265
11266 * replace.el (occur): Doc fix.
11267 (occur-engine): Set `begpt' to the beginning of the first line.
11268 Set `endpt' to the end of the last match line. At first, count
11269 line numbers between `origpt' and `begpt'. Split out code from
11270 `out-line' variable to new let-bindings `match-prefix' and
11271 `match-str'. In `out-line' add non-numeric prefix to all
11272 non-first lines of multi-line matches. Finally, count lines
11273 between `begpt' and `endpt' and add to `lines'.
11274
11275 2010-03-23 Juri Linkov <juri@jurta.org>
11276
11277 * replace.el (occur-accumulate-lines, occur-engine):
11278 Use `occur-engine-line' instead of duplicate code.
11279 (occur-engine-line): New function created from duplicate code
11280 in `occur-accumulate-lines' and `occur-engine'.
11281
11282 * replace.el (occur-engine-line): Add optional arg `keep-props'.
11283 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
11284
11285 2010-03-23 Juri Linkov <juri@jurta.org>
11286
11287 * finder.el: Remove TODO tasks.
11288
11289 * info.el (Info-finder-find-node): Add node "all"
11290 with all package info. Handle a list of multiple keywords
11291 separated by comma.
11292 (info-finder): In interactive use with a prefix argument,
11293 use `completing-read-multiple' to read a list of keywords
11294 separated by comma.
11295
11296 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
11297
11298 Add a new completion style `substring'.
11299 * minibuffer.el (completion-basic--pattern): New function.
11300 (completion-basic-try-completion, completion-basic-all-completions):
11301 Use it.
11302 (completion-substring--all-completions)
11303 (completion-substring-try-completion)
11304 (completion-substring-all-completions): New functions.
11305 (completion-styles-alist): New style `substring'.
11306
11307 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
11308
11309 Get rid of .elc files after removal of the corresponding .el.
11310 * Makefile.in (compile-clean): New target.
11311 (compile-main): Use it.
11312
11313 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
11314
11315 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
11316 don't do make there. When compiling with separate object dir, there
11317 is no Makefile there.
11318
11319 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
11320
11321 Get rid of the ELCFILES abomination, again.
11322 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
11323 (all, compile): Don't call compile-last.
11324 (compile-main): Build the "elcfiles" list dynamically.
11325 (compile-targets): New (internal) target.
11326
11327 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
11328
11329 * Makefile.in (top_srcdir): Define.
11330 (abs_top_builddir): Define.
11331 (srcdir): Don't append `/..'.
11332 (EMACS): Use ${abs_top_builddir}.
11333 (all, compile, compile-always, compile-last): Don't set emacswd.
11334 (update-subdirs, update-authors): Use $(top_srcdir) instead of
11335 $(srcdir).
11336 (lisp): Use $(srcdir) instead of @srcdir@.
11337
11338 2010-03-21 Juri Linkov <juri@jurta.org>
11339
11340 Fix message of multi-line occur regexps and multi-buffer header lines.
11341 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
11342
11343 * replace.el (occur-1): Don't display regexp if it is longer
11344 than window-width. Use `query-replace-descr' to display regexp.
11345 (occur-engine): Don't display regexp in the buffer header for
11346 multi-buffer occur. Display a separate header line with total
11347 match count and regexp for multi-buffer occur.
11348 Use `query-replace-descr' to display regexp.
11349
11350 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
11351
11352 * net/secrets.el: Fix parenthesis.
11353 (secrets-enabled): Fix parenthesis.
11354
11355 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11356
11357 Use more relative file and directory names.
11358 * Makefile.in (EMACS): Arrange for it to work when we chdir.
11359 (setwins, setwins_almost, setwins_for_subdirs):
11360 Don't `cd'; output relative names.
11361 (all, compile, compile-always, compile-last): Set emacswd.
11362 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
11363 Just cd to the lisp source dir so we can use relative file names.
11364
11365 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
11366
11367 2010-03-20 Glenn Morris <rgm@gnu.org>
11368
11369 * textmodes/rst.el: Use faces for font-lock customization, and make the
11370 old -face variables obsolete.
11371 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
11372 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
11373 (rst-block-face, rst-external-face, rst-definition-face)
11374 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
11375 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
11376 Make obsolete.
11377 (rst-font-lock-keywords-function): Update for above changes.
11378
11379 2010-03-20 Juri Linkov <juri@jurta.org>
11380
11381 * s-region.el:
11382 * obsolete/s-region.el: Move to obsolete.
11383
11384 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
11385
11386 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
11387
11388 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
11389
11390 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
11391
11392 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
11393
11394 Add special markup processing for commit logs.
11395 * log-edit.el (log-edit-extra-flags): New variable.
11396 (log-edit): Add new argument MODE. Use that mode when non-nil
11397 instead of the log-view-mode.
11398 (log-view-process-buffer): New function.
11399
11400 * vc.el: Document that the checkin method takes optional
11401 arguments. Document new backend specific method: log-view-mode.
11402 (vc-default-log-edit-mode): New function.
11403 (vc-checkin): Use a backend specific log-view-mode.
11404 Pass extra arguments to the checkin method.
11405 (vc-modify-change-comment): Pass a dummy extra argument.
11406
11407 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
11408 log-edit.
11409 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
11410 (vc-finish-logentry): Process the log buffer before passing it
11411 down. Pass log-edit-extra-flags.
11412
11413 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
11414 command.
11415 (log-edit-extra-flags, log-edit-before-checkin-process):
11416 New declarations.
11417
11418 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
11419 command.
11420 (log-edit-extra-flags, log-edit-before-checkin-process):
11421 New declarations.
11422 (vc-hg-log-edit-mode): New derived mode.
11423
11424 * vc-arch.el (vc-arch-checkin):
11425 * vc-cvs.el (vc-cvs-checkin):
11426 * vc-git.el (vc-git-checkin):
11427 * vc-mtn.el (vc-mtn-checkin):
11428 * vc-rcs.el (vc-rcs-checkin):
11429 * vc-sccs.el (vc-sccs-checkin):
11430 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
11431
11432 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
11433
11434 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
11435 parent typo).
11436
11437 2010-03-19 Glenn Morris <rgm@gnu.org>
11438
11439 * password-cache.el (password-cache, password-cache-expiry): Autoload.
11440
11441 2010-03-18 Glenn Morris <rgm@gnu.org>
11442
11443 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
11444
11445 * replace.el (query-replace-history): Give it a doc string.
11446 (map-query-replace-regexp): Use query-replace-from-history-variable
11447 and query-replace-to-history-variable.
11448
11449 * mail/hashcash.el (declare-function): Remove duplicate definition.
11450
11451 * mail/emacsbug.el (report-emacs-bug-pretest-address):
11452 Make it an obsolete alias for report-emacs-bug-address.
11453 (message-strip-special-text-properties): Declare.
11454 (report-emacs-bug): Remove test for a pretest bug address.
11455 Combine message-mode-specific code.
11456
11457 * mail/supercite.el: Don't require sendmail.
11458 (mh-in-header-p): Declare rather than using with-no-warnings.
11459 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
11460 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
11461
11462 * calendar/cal-french.el: Convert to utf-8.
11463
11464 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
11465 Emacs scripts.
11466
11467 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
11468
11469 * net/secrets.el (secrets-enabled): New variable. Use it instead
11470 of a subfeature.
11471
11472 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
11473
11474 * net/secrets.el (top): Register the D-Bus signals only when the
11475 service "org.freedesktop.secrets" can be pinged.
11476 Provide subfeature `enabled'.
11477
11478 2010-03-14 Juri Linkov <juri@jurta.org>
11479
11480 Add finder unknown keywords.
11481
11482 * finder.el (finder-unknown-keywords): New function.
11483
11484 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
11485 to create a Finder node with unknown keywords.
11486
11487 2010-03-14 Juri Linkov <juri@jurta.org>
11488
11489 * finder.el (finder-compile-keywords): Replace `princ' with
11490 `prin1' on a list of symbols interned from keyword strings.
11491
11492 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
11493 a comma, then split keywords using a comma and optional whitespace.
11494 Otherwise, split by whitespace.
11495
11496 * complete.el:
11497 * face-remap.el:
11498 * log-view.el:
11499 * net/hmac-def.el:
11500 * net/hmac-md5.el:
11501 * net/netrc.el:
11502 * progmodes/mixal-mode.el: Fix keywords.
11503
11504 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
11505
11506 * Makefile.in (ELCFILES): Add net/secrets.elc.
11507
11508 * net/secrets.el: New file.
11509
11510 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
11511
11512 * facemenu.el (list-colors-display, list-colors-print): New arg
11513 callback. Use it to allow selecting colors.
11514
11515 * wid-edit.el (widget-image-insert): Insert image prop even if the
11516 current display is non-graphic.
11517 (widget-field-value-set): New fun.
11518 (editable-field): Use it.
11519 (widget-field-value-get): Clean up unused var.
11520 (widget-color-value-create, widget-color--choose-action):
11521 New funs. Allow using list-colors-display to choose color.
11522
11523 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
11524
11525 * cus-edit.el: Resort topmost custom groups.
11526 (custom-buffer-sort-alphabetically): Default to t.
11527 (customize-apropos): Use apropos-parse-pattern.
11528 (custom-search-field): New var.
11529 (custom-buffer-create-internal): Add custom-apropos search field.
11530 (custom-add-parent-links): Don't display parent doc.
11531 (custom-group-value-create): Don't sort top-level custom group.
11532 (custom-magic-value-create): Show visibility button before option name.
11533
11534 (custom-variable-state): New fun, from custom-variable-state-set.
11535 (custom-variable-state-set): Use it.
11536 (custom-group-value-create): Hide options with standard values
11537 using the :hidden-states property. Use progress reporter.
11538
11539 (custom-show): Simplify.
11540 (custom-visibility): Disable images by default.
11541 (custom-variable): New property :hidden-states.
11542 (custom-variable-value-create): Enable images for
11543 custom-visibility widgets. Use :hidden-states property to
11544 determine initial visibility.
11545
11546 * wid-edit.el (widget-image-find): Give images center ascent.
11547 (visibility): Add :on-image and :off-image properties.
11548 (widget-visibility-value-create): Use them.
11549
11550 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
11551
11552 * cus-edit.el (processes): Remove from development group.
11553 (oop, hypermedia): Delete group.
11554 (comm): Promote to top-level group.
11555
11556 * net/browse-url.el (browse-url):
11557 * net/xesam.el (xesam):
11558 * net/tramp.el (tramp):
11559 * net/goto-addr.el (goto-address):
11560 * net/ange-ftp.el (ange-ftp): Put in comm group.
11561
11562 * view.el (view): Remove from editing group.
11563
11564 * uniquify.el (uniquify): Put in files group.
11565
11566 * net/browse-url.el (browse-url):
11567 * ps-print.el (postscript): Put in external group.
11568
11569 * cus-edit.el (outlines):
11570 * textmodes/text-mode.el (text-mode-hook):
11571 * textmodes/table.el (table):
11572 * textmodes/picture.el (picture):
11573 * outline.el (outlines): Put in wp group.
11574
11575 * nxml/nxml-mode.el (nxml): Remove from wp group.
11576
11577 * net/tramp-imap.el (tramp-imap): Put in tramp group.
11578
11579 * mail/metamail.el (metamail): Remove from hypermedia group.
11580
11581 * cus-edit.el (abbrev):
11582 * whitespace.el (whitespace):
11583 * vcursor.el (vcursor):
11584 * reveal.el (reveal):
11585 * hl-line.el (hl-line): Put in convenience group.
11586
11587 * epg-config.el (epg): Put in data group.
11588
11589 * emulation/pc-select.el (pc-select): Put in emulations group.
11590
11591 * calculator.el (calculator): Put in applications group.
11592
11593 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
11594
11595 Add .dir-locals.el support for file-less buffers.
11596 * files.el (hack-local-variables): Split out code to apply local
11597 variable settings ...
11598 (hack-local-variables-apply): ... here. New function.
11599 (hack-dir-local-variables): Use the default directory for when the
11600 buffer does not have an associated file.
11601 (hack-dir-local-variables-non-file-buffer): New function.
11602 * diff-mode.el (diff-mode):
11603 * vc-annotate.el (vc-annotate-mode):
11604 * vc-dir.el (vc-dir-mode):
11605 * log-edit.el (log-edit-mode):
11606 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
11607
11608 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
11609
11610 Add support for shelving snapshots and for showing shelves.
11611 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
11612 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
11613 New functions.
11614 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
11615 (vc-bzr-extra-menu-map): Map them.
11616
11617 2010-03-11 Glenn Morris <rgm@gnu.org>
11618
11619 * cus-edit.el (customize-changed-options-previous-release):
11620 Bump to 23.1.
11621
11622 * image.el (image-animate-max-time): Fix :version tag.
11623
11624 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
11625
11626 * Branch for 23.2.
11627
11628 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11629
11630 * vc-git.el (vc-git-revision-table): Include remote branches.
11631
11632 2010-03-10 Kim F. Storm <storm@cua.dk>
11633
11634 Animated image API.
11635 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
11636
11637 * image.el (image-animate-max-time): New defcustom.
11638 (image-animated-types): New defconst.
11639 (create-animated-image, image-animate-timer)
11640 (image-animate-start, image-animate-stop, image-animate-timeout)
11641 (image-animated-p): New functions.
11642
11643 * image-mode.el (image-toggle-display-image):
11644 Replace `create-image' with `create-animated-image'.
11645
11646 2010-03-09 Miles Bader <miles@gnu.org>
11647
11648 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
11649 instead of "format:"; this ensures that the output is
11650 newline-terminated.
11651
11652 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
11653
11654 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
11655 that all errors are caught, and that the return value is always a
11656 list (Bug#5692).
11657
11658 2010-03-08 Kenichi Handa <handa@m17n.org>
11659
11660 * language/misc-lang.el (windows-1256): New coding system.
11661 (cp1256): New alias of windows-1256 (bug#5690).
11662
11663 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
11664
11665 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
11666 call to rfc822-bad-address. (Bug#5692)
11667
11668 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
11669
11670 * vc-git.el (vc-git-annotate-extract-revision-at-line):
11671 Use vc-git-root as default directory for revision path (Bug#5657).
11672
11673 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
11674
11675 * calculator.el (calculator): Don't bind split-window-keep-point
11676 (Bug#5674).
11677
11678 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
11679
11680 * vc-git.el: Re-flow to fit into 80 columns.
11681 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
11682 Remove spurious `quote' element in each case alternative.
11683 (vc-git-show-log-entry): Use prog1.
11684 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
11685
11686 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
11687
11688 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
11689
11690 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
11691
11692 * macros.el (insert-kbd-macro): Look up keyboard macro using the
11693 definition, not the name (Bug#5481).
11694
11695 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
11696
11697 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
11698 argument with a local variable. (Bug#5670)
11699
11700 2010-03-02 Juri Linkov <juri@jurta.org>
11701
11702 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
11703
11704 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
11705
11706 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
11707 error when FILENAME and NEWNAME are existing remote directories.
11708
11709 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
11710 parameter DIR-FLAG.
11711
11712 2010-03-02 Glenn Morris <rgm@gnu.org>
11713
11714 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
11715 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
11716
11717 2010-03-01 Kenichi Handa <handa@m17n.org>
11718
11719 * language/burmese.el (burmese-composable-pattern): Rename from
11720 myanmar-composable-pattern.
11721
11722 * international/characters.el (script-list):
11723 * international/fontset.el (script-representative-chars):
11724 Change myanmar to burmese.
11725 (otf-script-alist): Likewise.
11726 (setup-default-fontset): Likewise. Re-fix :otf spec.
11727
11728 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
11729
11730 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
11731
11732 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
11733
11734 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
11735
11736 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
11737
11738 * net/tramp.el (tramp-handle-write-region): START can be a string.
11739 Take care in the checks. Reported by Dan Davison
11740 <davison@stats.ox.ac.uk>.
11741
11742 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
11743
11744 * net/dbus.el (dbus-introspect, dbus-get-property)
11745 (dbus-set-property, dbus-get-all-properties):
11746 Use `dbus-call-method' when noninteractive. (Bug#5645)
11747
11748 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
11749
11750 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
11751 * emacs-lisp/elint.el (elint-add-required-env):
11752 * calendar/icalendar.el (icalendar--add-diary-entry):
11753 * calc/calcalg2.el (math-tracing-integral):
11754 * files.el (recover-session-finish): Use with-current-buffer
11755 instead of save-excursion.
11756
11757 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
11758
11759 Fix in-buffer completion when after-change-functions modify the buffer.
11760 * minibuffer.el (completion--replace): New function.
11761 (completion--do-completion): Use it and use relative movement.
11762
11763 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
11764
11765 * international/fontset.el (setup-default-fontset): Fix :otf spec.
11766
11767 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
11768
11769 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
11770 Allow the characters _<> in the stack entry (Bug#5653).
11771
11772 2010-02-26 Kenichi Handa <handa@m17n.org>
11773
11774 * language/burmese.el: Fix entries in composition-function-table.
11775 (myanmar-composable-pattern): New variable.
11776
11777 * international/fontset.el (setup-default-fontset): Add an entry
11778 for myanmar.
11779
11780 * international/characters.el (script-list): Add Myanmar
11781 Extended-A.
11782
11783 2010-02-26 Glenn Morris <rgm@gnu.org>
11784
11785 * custom.el (custom-initialize-delay): Doc fix.
11786
11787 * mail/sendmail.el (send-mail-function): Autoload the call
11788 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
11789
11790 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
11791
11792 * files.el (hack-local-variables-filter): For eval forms, also
11793 check safe-local-variable-p (Bug#5636).
11794
11795 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
11796
11797 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
11798 setting the modes by `ignore-errors'. It might fail, for example
11799 if the file is not owned by the user but the group.
11800 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
11801
11802 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
11803
11804 * files.el (directory-listing-before-filename-regexp):
11805 Use stricter matching for iso-style dates, to avoid false matches with
11806 date-like filenames (Bug#5597).
11807
11808 * htmlfontify.el (htmlfontify): Doc fix.
11809
11810 * eshell/eshell.el (eshell): Doc fix.
11811
11812 * startup.el (fancy-about-screen): In mode-line, apply
11813 mode-line-buffer-id face only to the buffer name (Bug#5613).
11814
11815 2010-02-20 Kevin Ryde <user42@zip.com.au>
11816
11817 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11818 In `watcom' anchor regexp to start of line, to avoid slowness
11819 (Bug#5599).
11820
11821 2010-02-20 Eli Zaretskii <eliz@gnu.org>
11822
11823 * subr.el (remove-yank-excluded-properties): Explain in a comment
11824 why `category' property is removed.
11825
11826 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
11827
11828 * isearch.el (isearch-update-post-hook, isearch-update):
11829 Revert 2010-02-17 change.
11830
11831 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
11832
11833 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
11834 (icalendar--convert-weekly-to-ical)
11835 (icalendar--convert-yearly-to-ical)
11836 (icalendar--convert-block-to-ical)
11837 (icalendar--convert-cyclic-to-ical)
11838 (icalendar--convert-anniversary-to-ical): Take care of time
11839 specifications where hour has 1-digit only (Bug#5549).
11840
11841 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
11842
11843 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
11844 of disassemble output in GDB 7.1.
11845
11846 2010-02-19 Glenn Morris <rgm@gnu.org>
11847
11848 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
11849 property. (Bug#5593)
11850
11851 2010-02-18 Sam Steingold <sds@gnu.org>
11852
11853 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
11854
11855 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
11856
11857 Use abbreviated file names in bookmarks (bug#5591).
11858 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
11859 calls to expand-file-name.
11860 (bookmark-relocate): Use abbreviated file names in bookmarks.
11861 (bookmark-load): Use abbreviated file names in messages.
11862
11863 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
11864
11865 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
11866 expand "." and "..". Reported by Thierry Volpiatto
11867 <thierry.volpiatto@gmail.com>.
11868
11869 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
11870
11871 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
11872 permissions of the temporary file to "0600". In case the remote
11873 file has no read permissions for the owner, there might be
11874 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
11875
11876 22010-02-18 Glenn Morris <rgm@gnu.org>
11877
11878 * emacs-lisp/authors.el (authors-renamed-files-alist):
11879 Add entries for INSTALL.CVS.
11880
11881 2010-02-17 Mark A. Hershberger <mah@everybody.org>
11882
11883 * vc-bzr.el: Fix typo in Known Bugs section.
11884
11885 * isearch.el (isearch-update-post-hook): New hook.
11886 (isearch-update): Use the new hook.
11887
11888 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
11889
11890 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
11891 Fix errors in copying directories.
11892 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
11893 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
11894 (tramp-handle-delete-file)
11895 (tramp-handle-dired-recursive-delete-directory)
11896 (tramp-handle-write-region): Flush also the cache for the upper
11897 directory.
11898
11899 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
11900
11901 * simple.el (save-interprogram-paste-before-kill): Doc fix.
11902
11903 * cus-edit.el (hardware): Doc fix.
11904
11905 * man.el (man): Add to external custom group.
11906
11907 * delim-col.el (columns): Move to wp custom group.
11908
11909 * doc-view.el (doc-view): Add to data custom group.
11910
11911 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
11912
11913 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
11914 by ispell-parse-output (Bug#5575).
11915
11916 2010-02-16 Kenichi Handa <handa@m17n.org>
11917
11918 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
11919 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
11920 (skkdic-convert): Use `euc-japan' coding system for writing.
11921
11922 2010-02-16 Glenn Morris <rgm@gnu.org>
11923
11924 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
11925 tex-main-file before using it. (Bug#5562)
11926
11927 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
11928
11929 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
11930 warnings, since it is annoying for the user to see them each time he
11931 runs the code.
11932
11933 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
11934
11935 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
11936 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
11937 instead of PROC for caching "first-password-request". Otherwise,
11938 new processes would not profit from passwords already entered.
11939
11940 * net/tramp-cache.el (tramp-dump-connection-properties):
11941 Don't save "first-password-request" property.
11942
11943 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
11944
11945 * outline.el (outline-head-from-level):
11946 * simple.el (with-wrapper-hook):
11947 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
11948 (elint-defun, elint-buffer-env, elint-top-form-logged)
11949 (elint-unbound-variable):
11950 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
11951 Fix typos in docstrings.
11952
11953 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
11954
11955 * files.el (insert-directory): When WILDCARD-REGEXP and
11956 FULL-DIRECTORY-P are nil, insert the file entry instead of the
11957 whole directory. (Bug#5551)
11958
11959 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
11960 dired's alignment sanity. (Bug#5516)
11961
11962 2010-02-14 Juri Linkov <juri@jurta.org>
11963
11964 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
11965 Remove remaining ^H with their preceding chars. (Bug#5566)
11966
11967 2010-02-13 Glenn Morris <rgm@gnu.org>
11968
11969 * simple.el (transpose-subr): Give it a doc-string.
11970
11971 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
11972 Doc fixes.
11973
11974 2010-02-12 Juri Linkov <juri@jurta.org>
11975
11976 * arc-mode.el (archive-unique-fname): Make directories for nested
11977 archives. (Bug#5540)
11978
11979 2010-02-12 Juri Linkov <juri@jurta.org>
11980
11981 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
11982
11983 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
11984
11985 * subr.el (copy-overlay): Handle deleted overlays.
11986
11987 * man.el (Man-completion-table): Don't signal an error if we can't run
11988 manual-program (bug#4056).
11989
11990 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
11991
11992 * textmodes/artist.el (artist-mt): Fix typos in docstring.
11993
11994 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11995
11996 * info.el (Info-bookmark-jump): Simplify.
11997
11998 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
11999 (bookmark-default-handler): Accept new bookmark field `buffer'.
12000
12001 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
12002
12003 * iswitchb.el (iswitchb-completions): Revert last change.
12004
12005 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
12006
12007 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
12008 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
12009 This prevents file names like "~/" being listed literally.
12010
12011 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
12012
12013 * term/xterm.el (xterm-maybe-set-dark-background-mode):
12014 Remove dead code. (Bug#5546)
12015
12016 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
12017
12018 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
12019 correctly (Bug#5548).
12020
12021 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
12022
12023 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
12024 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
12025
12026 2010-02-08 Kenichi Handa <handa@m17n.org>
12027
12028 * international/mule-util.el (with-coding-priority): Add autoload
12029 cookie for putting `lisp-indent-function'.
12030
12031 2010-02-07 Glenn Morris <rgm@gnu.org>
12032
12033 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
12034 Move F2003 named interfaces from keywords-2 to keywords-1, and
12035 use function-name-face rather than constant-face.
12036 Simplify "abstract interface" regexp.
12037
12038 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
12039
12040 * eshell/esh-util.el (eshell-file-attributes): New optional arg
12041 ID-FORMAT. Pass it to `file-attributes'.
12042
12043 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
12044
12045 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
12046
12047 * faces.el (set-face-attribute): Allow calling
12048 internal-set-lisp-face-attribute with 'unspecified family and
12049 foundry argument (Bug#5536).
12050
12051 2010-02-07 Glenn Morris <rgm@gnu.org>
12052
12053 * progmodes/f90.el (f90-font-lock-keywords-2)
12054 (f90-looking-at-type-like, f90-looking-at-program-block-end):
12055 Handle F2003 named interfaces.
12056
12057 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
12058
12059 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
12060 beg and end before calling c-get-state-before-change-functions.
12061
12062 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
12063
12064 * vc-bzr.el (vc-bzr-dir-extra-headers):
12065 Disable the pending merges header.
12066
12067 2010-02-05 Juri Linkov <juri@jurta.org>
12068
12069 * doc-view.el (doc-view-mode):
12070 * image-mode.el (image-mode): Put property mode-class=special.
12071 (Bug#4896)
12072
12073 2010-02-05 Mark A. Hershberger <mah@everybody.org>
12074
12075 * vc-svn.el (vc-svn-revision-table): New function.
12076
12077 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
12078
12079 * net/ange-ftp.el (ange-ftp-insert-directory):
12080 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
12081 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
12082 Handle also directories. (Bug#5478)
12083
12084 2010-02-05 Glenn Morris <rgm@gnu.org>
12085
12086 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
12087
12088 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
12089
12090 * startup.el (command-line-1): Convert options beginning with a
12091 single dash as well (Bug#5519).
12092
12093 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
12094
12095 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
12096 * minibuffer.el (completion-initials-expand): Only check the presence
12097 of delims *within* the boundaries, since otherwise the / delim is
12098 always found for files.
12099
12100 Fix up various corner case problems.
12101 * doc-view.el (doc-view-last-page-number): New function.
12102 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
12103 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
12104 (doc-view-kill-proc): Avoid inf-loop in freak cases.
12105 (doc-view-reconvert-doc): Use the new recursive delete-directory.
12106 (doc-view-convert-current-doc): Don't create the resolution.el file
12107 here any more.
12108 (doc-view-pdf/ps->png): Do it here instead.
12109 (doc-view-already-converted-p): Check that resolution.el is present.
12110 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
12111 windows that are not yet showing images.
12112
12113 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
12114
12115 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
12116 `dired-uncache' for every elemnt which is an absolute file name.
12117
12118 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
12119 directory, handle its directory component.
12120 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
12121 function is called permanently and creates noise, otherwise.
12122
12123 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
12124 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
12125 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
12126
12127 2010-02-04 David Burger <dburger@google.com> (tiny change)
12128
12129 * macros.el (apply-macro-to-region-lines):
12130 Minor simplification. (Bug#5485)
12131
12132 2010-02-04 Glenn Morris <rgm@gnu.org>
12133
12134 * mail/rmail.el (rmail-show-message-1): Handle malformed
12135 quoted-printable text. (Bug#5441)
12136
12137 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
12138
12139 * simple.el (visual-line-mode): Capitalize lighter.
12140
12141 2010-02-03 John Wiegley <jwiegley@gmail.com>
12142
12143 * iswitchb.el (iswitchb-completions): Add bookmark files to the
12144 list of files considered for "virtual buffer" completions.
12145
12146 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
12147
12148 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
12149 also in case of (and (not full) (not wildcard)). This is needed
12150 when dired is called with a list of files, which are not in
12151 `default-directory'. (Bug#5478)
12152
12153 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
12154
12155 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
12156
12157 2010-02-02 Juri Linkov <juri@jurta.org>
12158
12159 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
12160 from unidiff to allow function-line after @@.
12161
12162 2010-02-02 Juri Linkov <juri@jurta.org>
12163
12164 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
12165 '(RCS SCCS) with inverted condition.
12166
12167 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
12168
12169 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
12170 messages.
12171
12172 2010-02-01 Juri Linkov <juri@jurta.org>
12173
12174 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
12175 compare with "pkunzip" and "pkzip" instead of only "pkzip".
12176 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
12177 only when (car archive-zip-extract) is "unzip". (Bug#5475)
12178
12179 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
12180
12181 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
12182 (doc-view-revert-buffer): New command.
12183 (doc-view-mode-map): Use it.
12184
12185 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
12186
12187 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
12188 pending merge is detected.
12189
12190 2010-01-31 Juri Linkov <juri@jurta.org>
12191
12192 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
12193 beginning of interactive spec like all other grep commands do.
12194 Put "all" in front of "gz". (Bug#5260)
12195
12196 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
12197
12198 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
12199
12200 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
12201
12202 * dirtrack.el (dirtrack): Warn instead of signalling error if the
12203 regexp is incorrect (Bug#5476).
12204
12205 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
12206
12207 * net/tramp.el (tramp-handle-insert-directory): Handle also
12208 symlinks, when FILENAME is not in `default-directory'.
12209
12210 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
12211
12212 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
12213 FILE is not in `default-directory'. (Bug#5478)
12214
12215 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
12216 of SWITCHES. Handle the case, FILENAME is not in
12217 `default-directory'. (Bug#5478)
12218 (tramp-register-file-name-handlers): Add safe-magic property.
12219
12220 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
12221
12222 * arc-mode.el (archive-zip-extract): Quote the argument passed to
12223 unzip (Bug#5475).
12224
12225 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
12226
12227 * progmodes/flymake.el (flymake-allowed-file-name-masks)
12228 (flymake-master-make-header-init): Add other C++ filename masks.
12229 (flymake-find-possible-master-files)
12230 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
12231
12232 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
12233
12234 Fix some busybox annoyances.
12235
12236 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
12237 not responding." string.
12238 (tramp-open-connection-setup-interactive-shell): Dump stty
12239 settings. Enable "neveropen" arg for all `tramp-send-command'
12240 calls. Handle "=" in variable values properly.
12241 (tramp-find-inline-encoding): Raise an error, when no encoding is
12242 found.
12243 (tramp-wait-for-output): Check, whether PROC buffer is available.
12244 Remove spurious " ^H" sequences, sent by busybox.
12245 (tramp-get-ls-command): Suppress coloring, if possible.
12246
12247 2010-01-28 Glenn Morris <rgm@gnu.org>
12248
12249 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
12250
12251 * log-edit.el (log-edit-strip-single-file-name): Add missing
12252 :safe, :group, and :version tags.
12253
12254 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
12255
12256 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
12257 buffers. (Bug#5477)
12258
12259 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
12260
12261 * files.el (delete-directory): Handle moving to trash without
12262 first doing recursion (Bug#5436).
12263
12264 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
12265
12266 * vc-hooks.el (vc-path): Mark as obsolete.
12267
12268 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
12269
12270 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
12271 names too.
12272
12273 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
12274 for the short log.
12275 (vc-bzr-log-view-mode): Adjust regexp for the above change.
12276
12277 2010-01-25 Mark A. Hershberger <mah@everybody.org>
12278
12279 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
12280
12281 * vc-bzr.el (vc-bzr-revision-table): New function.
12282
12283 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
12284
12285 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
12286 diff-index command. This requires at least git-1.5.5. (Bug#1589).
12287
12288 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
12289
12290 Remove support for adding --signoff on commit.
12291 Future support will use an incompatible generic mechanism.
12292 * vc-git.el (vc-git-add-signoff): Remove variable.
12293 (vc-git-toggle-signoff): Remove function.
12294 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
12295
12296 * term/xterm.el (xterm-maybe-set-dark-background-mode):
12297 Rename from xterm-set-background-mode. Return t if the background mode
12298 was set.
12299 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
12300 earlier, call it again in case the background mode has changed.
12301
12302 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
12303
12304 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
12305 (Bug#3541).
12306
12307 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
12308
12309 * emacs-lisp/assoc.el (aelement): Doc fix.
12310 (aput, adelete, amake): Use lexical-let (Bug#5450).
12311
12312 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
12313
12314 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
12315 is the same as subprogram call, not declaration. (Bug#5435).
12316
12317 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
12318
12319 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
12320 (tramp-smb-maybe-open-connection): Use it.
12321
12322 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
12323
12324 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
12325
12326 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
12327
12328 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
12329 just because we see "encoding: 8bit".
12330 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
12331
12332 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
12333
12334 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
12335
12336 2010-01-22 Eli Zaretskii <eliz@gnu.org>
12337
12338 * jka-compr.el (jka-compr-load): If load-file is not in
12339 load-history, try its file-truename version. (bug#5447)
12340
12341 2010-01-21 Alan Mackenzie <acm@muc.de>
12342
12343 Fix a situation where deletion of a cpp construct throws an error.
12344 * progmodes/cc-engine.el (c-invalidate-state-cache):
12345 Before invoking c-with-all-but-one-cpps-commented-out, check that the
12346 special cpp construct is still in the buffer.
12347 (c-parse-state): Record the special cpp with markers, not numbers.
12348
12349 2010-01-21 Kenichi Handa <handa@m17n.org>
12350
12351 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
12352 process last-command-event, as it is now decoded first (Bug#5380).
12353
12354 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
12355
12356 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
12357
12358 2010-01-20 Glenn Morris <rgm@gnu.org>
12359
12360 * indent.el (tab-always-indent): Fix custom-type.
12361
12362 2010-01-19 Alan Mackenzie <acm@muc.de>
12363
12364 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
12365 buffer throws "args out of range".
12366 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
12367 playing the role of delimiter.
12368
12369 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
12370
12371 * progmodes/ada-mode.el: Fix bug#5400.
12372 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
12373 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
12374 changed. Delete RECURSIVE parameter; never used. Improve doc string.
12375 Improve comments in "is" portion. Handle null procedure declaration.
12376 (ada-move-to-end): Improve doc string.
12377
12378 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
12379
12380 * ido.el (ido-cur-list): Initialize to nil.
12381 Remove obsolete information from commentary.
12382 (ido-choice-list): Initialize to nil.
12383 (ido-get-bufname): Reject minibuffers.
12384 (ido-make-buffer-list): If "default" is a nonexistent
12385 buffer, ignore it, as per the function's comment.
12386 (ido-kill-buffer-internal): New function.
12387 (ido-kill-buffer-at-head): Use it.
12388 (ido-visit-buffer): Likewise.
12389
12390 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
12391
12392 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
12393
12394 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
12395
12396 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
12397 Fix typos in chart titles.
12398
12399 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
12400 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
12401 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
12402 (describe-class, eieio-describe-generic, describe-generic):
12403 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
12404 (eieio-speedbar-expand):
12405 * emulation/viper-cmd.el (viper-exec-form-in-vi)
12406 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
12407 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
12408 (viper-del-backward-char-in-replace, viper-backward-indent)
12409 (viper-brac-function, viper-register-to-point, viper-submit-report):
12410 * net/tramp.el (tramp-remote-coding-commands):
12411 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
12412 Fix typos in docstrings.
12413
12414 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
12415
12416 * mail/sendmail.el (mail-yank-original): Set the mark if the
12417 specified function for yanking does not do it.
12418
12419 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
12420
12421 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
12422
12423 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
12424 resyncing a directory.
12425
12426 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
12427
12428 * progmodes/ada-mode.el: Fix bug#1920.
12429 (ada-ident-re): Delete ., allow multibyte characters.
12430 (ada-goto-label-re): New; matches goto labels.
12431 (ada-block-label-re): New; matches block labels.
12432 (ada-label-re): New; matches both.
12433 (ada-named-block-re): Deleted; callers changed to use
12434 `ada-block-label-re' instead.
12435 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
12436 Use `ada-block-label-re'.
12437 (ada-indent-on-previous-lines): Improve handling of goto labels.
12438 (ada-get-indent-block-start): Special-case block label.
12439 (ada-get-indent-label): Split into `ada-indent-block-label' and
12440 `ada-indent-goto-label'.
12441 (ada-goto-stmt-start, ada-goto-next-non-ws):
12442 Optionally ignore goto labels.
12443 (ada-goto-next-word): Simplify.
12444 (ada-indent-newline-indent-conditional): Insert newline before
12445 trying to fix indentation; doc fix.
12446
12447 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
12448
12449 * calc/calc.el (calc-command-flags): Give it an initial value.
12450
12451 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
12452
12453 * files.el (minibuffer-with-setup-hook):
12454 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
12455 (artist-key-draw-continously, artist-key-do-continously-continously)
12456 (artist-key-set-point-continously, artist-mouse-draw-continously):
12457 Fix typos in docstrings.
12458
12459 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
12460
12461 * nxml/nxml-mode.el (nxml-extend-after-change-region):
12462 Never return t (Bug#3898).
12463
12464 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
12465
12466 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
12467 can parse the output of the external commands (Bug#5279).
12468
12469 2010-01-16 Jari Aalto <jari.aalto@cante.net>
12470
12471 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
12472
12473 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
12474
12475 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
12476
12477 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
12478
12479 * startup.el (command-line): Remove unused --icon-type arg.
12480 Handle --display arg, passing it to command-line-1 (Bug#5392).
12481
12482 2010-01-16 Mario Lang <mlang@delysid.org>
12483
12484 * emacs-lisp/chart.el (chart-translate-namezone):
12485 * textmodes/artist.el (artist-compute-popup-menu-table):
12486 Remove duplicated words in doc-strings.
12487
12488 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
12489
12490 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
12491 to mairix-search to suppress threading (Bug#5342).
12492
12493 2010-01-15 Kenichi Handa <handa@m17n.org>
12494
12495 * international/mule-cmds.el (canonicalize-coding-system-name):
12496 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
12497
12498 2010-01-15 Glenn Morris <rgm@gnu.org>
12499
12500 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
12501
12502 * wid-edit.el (widget-keymap): Doc fix.
12503
12504 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
12505 former seems to be more widely accepted by various svn versions.
12506
12507 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
12508
12509 * find-cmd.el (find-constituents):
12510 * vc-arch.el (vc-arch-root):
12511 * window.el (window-body-height, pop-up-frames):
12512 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
12513 * progmodes/ada-stmt.el (ada-if):
12514 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
12515 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
12516 (ispell-encoding8-command, ispell-aspell-supports-utf8)
12517 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
12518
12519 * progmodes/flymake.el (flymake-post-syntax-check):
12520 Fix typo in error message.
12521
12522 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
12523
12524 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
12525 which is always a string. (Bug#5313)
12526
12527 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
12528
12529 * progmodes/ada-xref.el (ada-default-prj-properties):
12530 Simplify previous change.
12531
12532 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
12533
12534 * progmodes/ada-xref.el (ada-default-prj-properties):
12535 Default ada_project_path to $ADA_PROJECT_PATH.
12536
12537 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
12538
12539 * progmodes/ada-mode.el (ada-create-keymap):
12540 Override `narrow-to-defun' with `ada-narrow-to-defun'.
12541
12542 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
12543
12544 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
12545 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
12546 (ada-get-current-indent, ada-imenu-generic-expression)
12547 (ada-which-function): Check for it.
12548
12549 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
12550
12551 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
12552 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
12553
12554 2010-01-14 Glenn Morris <rgm@gnu.org>
12555
12556 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
12557
12558 2010-01-14 Kenichi Handa <handa@m17n.org>
12559
12560 * composite.el (auto-composition-mode): Make it a buffer local
12561 variable (permanent-local).
12562 (auto-composition-function): Set the default value to
12563 auto-compose-chars.
12564 (auto-composition-mode): Make it a simple function, not a minor mode.
12565 (global-auto-composition-mode): Likewise.
12566 (turn-on-auto-composition-if-enabled): Delete it.
12567
12568 2010-01-13 Karl Fogel <kfogel@red-bean.com>
12569
12570 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
12571
12572 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
12573
12574 * files.el (copy-directory): Compute target for recursive
12575 directories with identical names. (Bug#5343)
12576
12577 2010-01-12 Glenn Morris <rgm@gnu.org>
12578
12579 * mail/emacsbug.el (report-emacs-bug-pretest-address):
12580 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
12581
12582 2010-01-11 Sam Steingold <sds@gnu.org>
12583
12584 * imenu.el (imenu-default-create-index-function): Detect infinite
12585 loops caused by imenu-prev-index-position-function.
12586
12587 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
12588
12589 * htmlfontify.el (htmlfontify-load-rgb-file)
12590 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
12591 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
12592 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
12593 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
12594 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
12595 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
12596 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
12597 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
12598 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
12599 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
12600 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
12601 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
12602 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
12603 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
12604 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
12605 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
12606 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
12607 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
12608 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
12609 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
12610 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
12611 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
12612 backslash-quoting from parentheses, etc.
12613
12614 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
12615
12616 * progmodes/js.el: Autoload javascript-mode alias.
12617
12618 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
12619
12620 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
12621 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
12622 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
12623 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
12624 Fix typos in docstrings.
12625 (ffap-url-regexp): Doc fix.
12626 (ffap-at-mouse): Fix typo in message.
12627
12628 2010-01-11 Glenn Morris <rgm@gnu.org>
12629
12630 * version.el (emacs-copyright): Set copyright year to 2010.
12631
12632 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
12633
12634 * format.el (format-annotate-function): Only set
12635 write-region-post-annotation-function after running to-fn so as not to
12636 affect nested write-region calls (bug#5273).
12637
12638 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
12639
12640 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
12641 wisent/python.el.
12642
12643 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
12644
12645 * man.el (Man-goto-section): Signal error if the section is not
12646 found (Bug#5317).
12647
12648 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
12649
12650 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
12651 URLs with a leading triple slash in the file: scheme. (Bug#5345)
12652
12653 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
12654
12655 * progmodes/compile.el: Don't treat compile-command as safe if
12656 compilation-read-command might be nil (Bug#4218).
12657
12658 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
12659
12660 * startup.el (command-line-1): Use orig-argi to check for ignored X and
12661 NS options.
12662
12663 2010-01-08 Kenichi Handa <handa@m17n.org>
12664
12665 * international/fontset.el (build-default-fontset-data):
12666 Exclude characters in scripts kana, hangul, han, or cjk-misc.
12667
12668 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
12669
12670 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
12671 to `create-file-buffer' as it expects, not just a buffer name.
12672 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
12673 to help uniquify. (Bug#3224)
12674
12675 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
12676
12677 * font-setting.el (font-setting-change-default-font): Use user-spec
12678 instead of name.
12679
12680 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
12681
12682 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
12683
12684 2010-01-05 Tom Tromey <tromey@redhat.com>
12685
12686 * progmodes/python.el (python-font-lock-keywords):
12687 Handle qualified decorators (Bug#881).
12688
12689 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
12690
12691 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
12692 in a lightweight checkout.
12693
12694 2010-01-05 Kenichi Handa <handa@m17n.org>
12695
12696 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
12697
12698 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
12699
12700 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
12701
12702 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
12703
12704 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
12705 checkouts. (Bug#618)
12706 (vc-bzr-log-view-mode): Also highlight the author.
12707 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
12708 (vc-bzr-shelve-menu-map):
12709 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
12710 (vc-bzr-shelve-apply): Make prompt more explicit.
12711
12712 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
12713
12714 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
12715 They are valid characters in URL paths (rfc3986), and at least
12716 Firefox does not understand the encoded version (Bug#3166).
12717
12718 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
12719
12720 * progmodes/octave-mod.el (octave-end-keywords)
12721 (octave-block-begin-or-end-regexp, octave-block-match-alist):
12722 Add "end" keyword (Bug#3061).
12723 (octave-end-as-array-index-p): New function.
12724 (calculate-octave-indent): Use it.
12725
12726 2010-01-02 Karl Fogel <kfogel@red-bean.com>
12727
12728 * bookmark.el: Consistently put the text property on the bookmark name.
12729 (bookmark-bmenu-marks-width): Bump back to 2, to include
12730 annotation marks.
12731 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
12732 property on the bookmark name, instead of not putting it at all.
12733 (bookmark-bmenu-list): Fix where we put the text property.
12734
12735 2010-01-02 Karl Fogel <kfogel@red-bean.com>
12736
12737 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
12738 for showing buffer modified state (as added in the previous change).
12739
12740 2010-01-02 Karl Fogel <kfogel@red-bean.com>
12741
12742 * bookmark.el: Show modified state of bookmark buffer more accurately.
12743 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
12744 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
12745 (with-buffer-modified-unmodified): New macro.
12746 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
12747 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
12748 Use new macro to preserve the buffer modified state.
12749
12750 2010-01-02 Karl Fogel <kfogel@red-bean.com>
12751
12752 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
12753 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
12754 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
12755 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
12756 (bookmark-bmenu-rename, bookmark-bmenu-locate)
12757 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
12758 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
12759
12760 2010-01-02 Eli Zaretskii <eliz@gnu.org>
12761
12762 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
12763 Make the lines in the generated doc string shorter. (Bug#4668)
12764
12765 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
12766
12767 * net/rcirc.el: Add follow-link binding (Bug#4738).
12768
12769 2010-01-02 Eli Zaretskii <eliz@gnu.org>
12770
12771 * Makefile.in (bzr-update): Rename from cvs-update.
12772 (cvs-update): New target for backward compatibility.
12773
12774 * makefile.w32-in (bzr-update): Rename from cvs-update.
12775 (cvs-update): New target for backward compatibility.
12776
12777 2010-01-02 Karl Fogel <kfogel@red-bean.com>
12778
12779 * bookmark.el: Remove gratuitous gratitude.
12780
12781 2010-01-02 Karl Fogel <kfogel@red-bean.com>
12782
12783 * bookmark.el (bookmark-bmenu-any-marks): New function.
12784 (bookmark-bmenu-save): Clear buffer modification if no marks.
12785
12786 2010-01-02 Karl Fogel <kfogel@red-bean.com>
12787
12788 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
12789 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
12790 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
12791 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
12792
12793 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
12794 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
12795 To: emacs-devel {_AT_} gnu.org
12796 Subject: bookmark.el bug report
12797 Date: Mon, 28 Dec 2009 14:19:16 +0800
12798 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
12799
12800 2010-01-02 Karl Fogel <kfogel@red-bean.com>
12801
12802 * bookmark.el: Improvements suggested by Drew Adams:
12803 (bookmark-bmenu-ensure-position): New name for
12804 `bookmark-bmenu-check-position'. Just ensure the position,
12805 don't return any meaningful value.
12806 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
12807 New constants.
12808
12809 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
12810
12811 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
12812 (bookmark-yank-point, bookmark-bmenu-check-position):
12813 Fix typos in docstrings.
12814 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
12815 (bookmark-name-from-full-record, bookmark-get-position)
12816 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
12817 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
12818 Remove useless quoting of parenthesis, etc. in docstrings.
12819
12820 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
12821 (ediff-append-custom-diff): Fix typo in error message.
12822 (ediff-meta-mark-equal-files): Fix typos in messages.
12823
12824 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
12825
12826 * net/imap-hash.el (imap-hash-make): Doc fix.
12827 (imap-hash-test): Fix typo in error message; reflow docstring.
12828 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
12829 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
12830 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
12831 Fix typos in docstrings.
12832 (imap-hash-open-connection): Fix typo in error message.
12833
12834 * play/gomoku.el (gomoku): Fix typos in docstring.
12835
12836 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
12837 (gdb-jsonify-buffer): Fix typos in docstring.
12838 (gdb-goto-breakpoint): Fix typo in error message.
12839 ("Display Other Windows"): Fix typo in help message.
12840 (gdb-speedbar-expand-node): Fix typo in question.
12841
12842 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
12843 (idlwave-html-system-help-location, idlwave-html-help-location)
12844 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
12845 (idlwave-help-browser-generic-args, idlwave-help-directory)
12846 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
12847 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
12848 (idlwave-online-help, idlwave-help-html-link)
12849 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
12850 Fix typos in docstrings.
12851 (idlwave-help-with-source, idlwave-help-find-routine-definition):
12852 Reflow docstrings.
12853 (idlwave-help-assistant-start): Fix typo in error message.
12854
12855 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
12856 (octave-electric-space): Fix typos in docstrings.
12857
12858 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
12859
12860 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
12861
12862 2010-01-01 Juri Linkov <juri@jurta.org>
12863
12864 * comint.el (comint-input-ring-size): Make it a defcustom and
12865 increase the default to 500 (Bug#5148).
12866
12867 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
12868
12869 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
12870 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
12871 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
12872
12873 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
12874
12875 Show working revision correctly for mercurial.
12876 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
12877 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
12878
12879 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
12880
12881 Declare some functions for the byte-compiler.
12882 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
12883 (speedbar-timer-fn, speedbar-change-expand-button-char)
12884 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
12885
12886 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
12887
12888 This changeset reverts GDB Graphical Interface to use annotations.
12889 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
12890
12891 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
12892
12893 Make vc-dir work on subdirectories of the bzr root.
12894 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
12895 Return file names relative to it.
12896 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
12897 relative directory to vc-bzr-after-dir-status.
12898
12899 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
12900
12901 * font-lock.el (font-lock-refresh-defaults): New function, which
12902 can be used to let font-lock react to external changes in
12903 variables like font-lock-defaults and keywords.
12904 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
12905
12906 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
12907
12908 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
12909
12910 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
12911
12912 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
12913
12914 Supersede color.diff settings in git log (bug#5211).
12915
12916 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
12917 escape chars in its output when the user has color.diff set to `always'.
12918 This fix works on git 1.4.2 and newer (released on 2006-08-13).
12919
12920 2009-12-26 Kevin Ryde <user42@zip.com.au>
12921
12922 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
12923 node. Keep previous "Index" name to work with past coreutils too.
12924
12925 * man.el (man): Revise docstring a bit to show -a and -l as
12926 examples. Add -k description since support for it has otherwise
12927 been a secret. (Further to bug#3717.)
12928 (Man-bgproc-sentinel): When "-k foo" produces no output show error
12929 "no matches" rather than "Can't find manpage", as the latter reads
12930 like -k was interpreted as a page name, which is not so. (Bug#5431)
12931
12932 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
12933
12934 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
12935 switches. Check also for //SUBDIRED// line.
12936
12937 2009-12-25 Kenichi Handa <handa@m17n.org>
12938
12939 * language/indian.el (devanagari-composable-pattern): Fix to
12940 handle ZWNJ and ZWJ. Use it in composition-function-table for
12941 Devanagari.
12942 (malayalam-composable-pattern): Fix previous change.
12943
12944 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12945
12946 * ps-print.el (ps-face-attributes): It was not returning the
12947 attribute face for faces specified as string. Reported by harven
12948 <harven@free.fr>. (Bug#5254)
12949 (ps-print-version): New version 7.3.5.
12950
12951 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
12952
12953 * calendar/icalendar.el (icalendar--convert-tz-offset):
12954 Fix timezone names.
12955 (icalendar--convert-tz-offset): Fix the "last-day-problem".
12956 (icalendar--add-diary-entry): Remove the trailing blank that
12957 diary-make-entry inserts.
12958
12959 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
12960
12961 Make `file-expand-wildcards' work for remote files.
12962
12963 * files.el (file-expand-wildcards): In case of remote files, check
12964 only local file name part for wildcards. Provide feature 'files
12965 and subfeature 'remote-wildcards. (Bug#5198)
12966
12967 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
12968 if there is already an established connection.
12969 (tramp-advice-file-expand-wildcards): Remove it.
12970
12971 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
12972 (tramp-advice-file-expand-wildcards): Move from tramp.el.
12973 Activate advice for older GNU Emacs versions. (Bug#5237)
12974
12975 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
12976
12977 Some doc fixes (more needed).
12978
12979 * find-cmd.el (find-constituents): Reflow docstring.
12980 (find-cmd, find-prune, find-command): Fix typos in docstrings.
12981 (find-generic): Doc fix.
12982
12983 2009-12-17 Juri Linkov <juri@jurta.org>
12984
12985 Fix regression from 23.1 to allow multiple modes in Local Variables.
12986
12987 * files.el (hack-local-variables-filter): While ignoring duplicates,
12988 don't take `mode' into account.
12989 (hack-local-variables-filter, hack-dir-local-variables):
12990 Don't remove duplicate `mode' from local-variables-alist (like `eval').
12991
12992 2009-12-17 Juri Linkov <juri@jurta.org>
12993
12994 Make `dired-diff' safer. (Bug#5225)
12995
12996 * dired-aux.el (dired-diff): Signal an error when `file' equals to
12997 `current' or when `file' is a directory of the `current' file.
12998
12999 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
13000
13001 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
13002 unconditionally preloaded files.
13003
13004 2009-12-16 Juri Linkov <juri@jurta.org>
13005
13006 Revert to old 23.1 logic of using the file at the mark as default.
13007 * dired-aux.el (dired-diff): Use the file at the mark as default
13008 if it's not the same as the current file, and the target dir is
13009 the current dir or the mark is active. Add the current file
13010 as the arg of `dired-dwim-target-defaults'. Use the default file
13011 in the prompt. (Bug#5225)
13012
13013 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
13014
13015 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
13016 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
13017 (tramp-check-for-regexp): Check also, when an echoing shell stops
13018 to echo sent commands.
13019
13020 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
13021
13022 * Makefile.in: Revert last change (Bug#5191).
13023
13024 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
13025
13026 * vc-hg.el (vc-hg-print-log): Fix argument order.
13027 (vc-hg-working-revision): Make sure the command is executed in a
13028 known environment so that we can parse the output. (Bug#4417)
13029
13030 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
13031
13032 * progmodes/python.el (python-symbol-completions): Remove text
13033 properties from symbol string before calling python-send-receive.
13034
13035 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
13036
13037 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
13038 when there are values for both file and line. (Bug#5060)
13039
13040 2009-12-14 Juri Linkov <juri@jurta.org>
13041
13042 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
13043 whitespace after the file name of the first line of unified format,
13044 because git-diff doesn't output whitespace and file modification time
13045 after the file name.
13046
13047 2009-12-14 David Kastrup <dak@gnu.org>
13048
13049 * info.el (Info-hide-cookies-node): Before hiding a cookie,
13050 check if it already has the `display' property added by
13051 `Info-display-images-node', and not put the `invisible' property
13052 in this case.
13053
13054 2009-12-13 Glenn Morris <rgm@gnu.org>
13055
13056 * mail/emacsbug.el (message-sort-headers): Define for compiler.
13057 (report-emacs-bug): In message-mode, sort manually before storing
13058 original report text. (Bug#5178)
13059 Remove superfluous save-excursion.
13060
13061 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
13062
13063 * net/dbus.el (dbus-property-handler): Filter lambda forms out
13064 when responding to "GetAll" properties.
13065
13066 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
13067
13068 * simple.el (compose-mail): Remove mail-setup-with-from from
13069 customization checks.
13070
13071 2009-12-12 Eli Zaretskii <eliz@gnu.org>
13072
13073 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
13074 RAR archives created on Unix systems.
13075
13076 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
13077
13078 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
13079 the varalias that was accidentally removed by the 2009-11-19 change
13080 (bug#5186).
13081
13082 2009-12-12 Kenichi Handa <handa@m17n.org>
13083
13084 * language/indian.el (indian-compose-regexp): New function.
13085 (malayalam-composable-pattern): Fix the pattern.
13086 (composition-function-table): Set malayalam-composable-pattern for
13087 Malayalam characters.
13088
13089 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
13090
13091 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
13092 rather than down-mouse-1, based on follow-link conventions.
13093
13094 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
13095 are compiled.
13096
13097 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
13098
13099 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
13100 (verilog-vmm-statement-re, verilog-ovm-statement-re)
13101 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
13102 (verilog-leap-to-head, verilog-backward-token):
13103 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
13104
13105 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
13106
13107 * progmodes/verilog-mode.el (verilog-auto-lineup)
13108 (verilog-nameable-item-re): Cleanup user-visible spelling and
13109 documentation errors. One reported by Gary Delp.
13110 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
13111 (verilog-read-decls): Fix AUTOWIRE with types declared in a
13112 package, bug195. Reported by Pierre-David Pfister.
13113
13114 2009-12-11 Glenn Morris <rgm@gnu.org>
13115
13116 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
13117
13118 * mail/emacsbug.el: No longer require sendmail.
13119 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
13120 (report-emacs-bug-orig-text): Doc fix.
13121 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
13122 New local variables, to adapt to different mail-user-agents.
13123 (report-emacs-bug): Fix test for a gnu.org address.
13124 Use overlays for emphasis, since font-lock defeats 'face property.
13125 Pretest bugs also end up at the newsgroup these days.
13126 Stop message-mode stripping text properties.
13127 Set and use the new buffer-local variables.
13128 (report-emacs-bug-hook): Add doc-string.
13129 Remove some unnecessary save-excursions and simplify.
13130 Use the appropriate hook and send-command.
13131
13132 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
13133 capitalization of some menu entries.
13134
13135 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13136
13137 * whitespace.el (whitespace-display-char-on):
13138 Ensure `buffer-display-table' is unique when two or more windows are
13139 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
13140 New version 12.1.
13141
13142 2009-12-10 Eli Zaretskii <eliz@gnu.org>
13143
13144 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
13145 characters in the Attribute field.
13146
13147 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
13148
13149 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
13150
13151 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
13152
13153 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
13154 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
13155 Disregard autoload-excludes.
13156 (update-directory-autoloads): Obey autoload-excludes here instead.
13157 But don't store its contents in no-autoloads and remove entries that
13158 refer to excludes files.
13159
13160 2009-12-10 Glenn Morris <rgm@gnu.org>
13161
13162 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
13163 (expand-mail-aliases): Define for compiler.
13164
13165 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
13166 Define for compiler.
13167
13168 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
13169 appropriate for the mail-user-agent in use.
13170
13171 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
13172
13173 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
13174
13175 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
13176
13177 Fix short log parsing and fontification.
13178 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
13179 Fix fontification for the [merge] label.
13180
13181 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
13182
13183 Drop some properties to avoid surprises (bug#5002).
13184 * htmlfontify.el (hfy-ignored-properties): New defcustom.
13185 (hfy-fontify-buffer): Use it.
13186
13187 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
13188
13189 Minor cleanup.
13190 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
13191 Adjust all callers.
13192 (ffap-locate-file): Remove unused arg `dir-ok' and make other
13193 args compulsory. Adjust callers.
13194 (ffap-gopher-at-point): Remove unused var `name'.
13195
13196 Get rid of the ELCFILES abomination.
13197 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
13198 (compile-elcfiles): New phony target.
13199 (compile-main): Compute ELCFILES dynamically.
13200 (compile-clean): New target to remove left-over elc files.
13201 (compile, all): Use it.
13202
13203 2009-12-09 Kenichi Handa <handa@etlken>
13204
13205 * international/mule-diag.el: Require help-mode instead of help-fns.
13206
13207 2009-12-09 Kenichi Handa <handa@m17n.org>
13208
13209 * international/mule-cmds.el (ucs-names): Supply sufficiently
13210 fine ranges instead of pre-calculating accurate ranges.
13211 Iterate with bigger gc-cons-threshold.
13212
13213 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
13214
13215 Add support for stashing a snapshot of the current tree.
13216 * vc-git.el (vc-git-stash-snapshot): New function.
13217 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
13218
13219 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
13220
13221 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
13222 instead of `(beginning|end)-of-line'.
13223
13224 2009-12-08 Glenn Morris <rgm@gnu.org>
13225
13226 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
13227
13228 * Makefile.in (ELCFILES): Regenerate.
13229
13230 2009-12-07 Juri Linkov <juri@jurta.org>
13231
13232 Don't lazy-highlight the comint output in history Isearch mode.
13233
13234 * comint.el (comint-history-isearch-search): Instead of
13235 `comint-line-beginning-position', use `comint-after-pmark-p'
13236 to check if point if before the process mark, and go to
13237 `process-mark' in this case.
13238
13239 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
13240
13241 * textmodes/tex-mode.el (latex-complete)
13242 (latex-indent-or-complete): Remove.
13243 (latex-mode): Set completion-at-point-functions instead.
13244
13245 Provide a standard completion command and hook it into TAB.
13246 * minibuffer.el (completion-at-point-functions): New var.
13247 (completion-at-point): New command.
13248 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
13249 * progmodes/python.el (python-mode-map): Use completion-at-point.
13250 (python-completion-at-point): Rename from python-partial-symbol and
13251 adjust for use in completion-at-point-functions.
13252 (python-mode): Setup completion-at-point for Python completion.
13253 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
13254 extracted from lisp-complete-symbol.
13255 (lisp-complete-symbol): Use it.
13256 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
13257 setup completion-at-point for Elisp completion.
13258 (emacs-lisp-mode-map, lisp-interaction-mode-map):
13259 Use completion-at-point.
13260 * ielm.el (ielm-map): Use completion-at-point.
13261 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
13262 * progmodes/sym-comp.el: Move to...
13263 * obsolete/sym-comp.el: Move from progmodes.
13264
13265 2009-12-07 Eli Zaretskii <eliz@gnu.org>
13266
13267 Prevent save-buffer in Rmail buffers from using the coding-system
13268 of the current message, and from clobbering the encoding mnemonics
13269 in the mode line (Bug#4623).
13270
13271 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
13272 flag, too.
13273 (rmail-message-encoding): New variable.
13274 (rmail-write-region-annotate): Record the encoding of the current
13275 message in rmail-message-encoding.
13276 (rmail-after-save-hook): New function, restores the encoding of
13277 the current message after the message collection is saved.
13278
13279 2009-12-07 Juri Linkov <juri@jurta.org>
13280
13281 * progmodes/grep.el (grep-read-files): Use `completing-read'
13282 instead of `read-string'. Set its `collection' arg to
13283 `read-file-name-internal'. (Bug#4301)
13284
13285 2009-12-07 Juri Linkov <juri@jurta.org>
13286
13287 Correctly restore original Isearch point. (Bug#4994)
13288
13289 * isearch.el (isearch-mode): Move `isearch-push-state' after
13290 `(run-hooks 'isearch-mode-hook)'.
13291 (isearch-cancel): When `isearch-push-state-function' is defined,
13292 let-bind `isearch-cmds' to the first state (the last element of
13293 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
13294 function and restores the original point). Otherwise, move point
13295 to `isearch-opoint'.
13296
13297 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
13298
13299 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
13300 chars that don't have names, so the table can be built much faster at
13301 run-time.
13302
13303 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
13304
13305 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
13306 change. Suggested by David Kastrup.
13307
13308 * simple.el (compose-mail): Check for incompatibilities and warn.
13309 (compose-mail-user-agent-warnings): New option.
13310
13311 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
13312
13313 Support showing a single log entry from vc-annotate.
13314 * vc.el (print-log): Add a new argument: START-REVISION.
13315 (vc-print-log-internal): Add a new optional argument and
13316 pass it to the backend.
13317 (vc-print-log, vc-print-root-log): Adjust callers.
13318 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
13319 buffer already displays the requested log entry, use it.
13320 Otherwise display only the log entry in question.
13321 * vc-svn.el (vc-svn-print-log):
13322 * vc-mtn.el (vc-mtn-print-log):
13323 * vc-hg.el (vc-hg-state):
13324 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
13325 (vc-git-show-log-entry): Return t on success.
13326 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
13327 (vc-bzr-show-log-entry): Return t on success.
13328 * vc-rcs.el (vc-rcs-print-log):
13329 * vc-sccs.el (vc-sccs-print-log):
13330 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
13331
13332 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
13333
13334 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
13335 Add menus to the meta mode. (Bug#5043)
13336
13337 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
13338
13339 * ediff-init.el (ediff-event-key): Use event-to-character instead of
13340 event-key.
13341
13342 * ediff.el (ediff-buffers-internal): Add unwind-protect.
13343
13344 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
13345
13346 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
13347 Berbain <raphael.berbain@gmail.com>.
13348
13349 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
13350 characters.
13351 (tramp-initial-end-of-output): New defconst.
13352 (tramp-methods, tramp-find-shell)
13353 (tramp-open-connection-setup-interactive-shell)
13354 (tramp-maybe-open-connection): Use it.
13355 (tramp-shell-prompt-pattern, tramp-wait-for-output):
13356 Handle existence of `#' and `$'.
13357
13358 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
13359 Use `tramp-initial-end-of-output'.
13360
13361 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
13362
13363 Get the background mode from the terminal for xterm, and set
13364 faces accordingly.
13365 * term/xterm.el (xterm-set-background-mode): New function.
13366 (terminal-init-xterm): Use it in case xterm supports background
13367 color queries. Recompute faces after getting the background
13368 color.
13369
13370 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
13371
13372 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
13373 number comment back on its own line, for easier parsing.
13374
13375 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
13376
13377 Make it work for non-file buffers (bug#5102).
13378 * doc-view.el (doc-view-current-cache-dir):
13379 Use doc-view-buffer-file-name rather than buffer-file-name.
13380 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
13381
13382 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
13383
13384 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
13385 author field is too short.
13386
13387 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
13388
13389 * vc-git.el (vc-git-print-log): Handle a limit argument.
13390 Display the short log in graph form and with labels.
13391 (vc-git-log-view-mode): Handle labels.
13392
13393 Make vc-revert change VC state from 'added to 'unregistered.
13394 * vc-git.el (vc-git-revert): Call git reset first.
13395
13396 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
13397
13398 * net/newst-backend.el, net/newst-plainview.el:
13399 * net/newst-reader.el, net/newst-ticker.el:
13400 * net/newst-treeview.el, net/newsticker.el:
13401 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
13402
13403 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
13404
13405 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
13406
13407 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
13408 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
13409 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
13410 Update annotation regexp.
13411
13412 * simple.el (beginning-of-visual-line): Constrain to field
13413 boundaries (Bug#5106).
13414
13415 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
13416
13417 * xml.el (xml-substitute-numeric-entities):
13418 Move newsticker--decode-numeric-entities in newst-backend.el to
13419 xml-substitute-numeric-entities in xml.el. (Bug#5008)
13420 * net/newst-backend.el (newsticker--parse-generic-feed)
13421 (newsticker--parse-generic-items)
13422 (newsticker--decode-numeric-entities):
13423 Move newsticker--decode-numeric-entities in newst-backend.el to
13424 xml-substitute-numeric-entities in xml.el. (Bug#5008)
13425
13426 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
13427
13428 * progmodes/js.el (js--js-not): Add null to the list of values.
13429
13430 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
13431
13432 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
13433
13434 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13435
13436 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
13437 delimiter if it is at the end of the current line.
13438 (bibtex-generate-url-list): Fix docstring.
13439
13440 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
13441
13442 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
13443 minibuffer's content with itself.
13444 Fold the confirm-after-completion case into the `confirm' case.
13445 (completion-pcm-word-delimiters): Add : and / to the delimiters.
13446
13447 2009-12-06 Kevin Ryde <user42@zip.com.au>
13448
13449 * ffap.el (ffap-rfc-path): Make this a defcustom since
13450 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
13451
13452 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
13453 manuals, similar to existing setup for help-mode. (Bug#3913.)
13454
13455 2009-12-05 Juri Linkov <juri@jurta.org>
13456
13457 Save and restore dired buffer's point positions too. (Bug#4880)
13458
13459 * dired.el (dired-save-positions): Return in the first element
13460 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
13461 Doc fix.
13462 (dired-restore-positions): First restore buffer's position.
13463 While restoring window's positions, check if window still displays
13464 the original buffer.
13465
13466 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
13467
13468 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
13469 if possible.
13470
13471 * shell.el (shell): Require ansi-color (Bug#5113).
13472
13473 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
13474
13475 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
13476
13477 2009-12-05 Alan Mackenzie <acm@muc.de>
13478
13479 * progmodes/cc-mode.el (c-before-hack-hook)
13480 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
13481 `c-file-style' to work again. This reversion restores the current
13482 software to its state in Emacs 23.1. (Bug#4146)
13483
13484 2009-12-05 Kevin Ryde <user42@zip.com.au>
13485
13486 * textmodes/sgml-mode.el (sgml-lexical-context):
13487 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
13488
13489 2009-12-05 Juri Linkov <juri@jurta.org>
13490
13491 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
13492 for virtual nodes. (Bug#4147)
13493 (Info-find-node-2): Set `Info-current-node-virtual' to nil
13494 when moving from a virtual node.
13495 (Info-mode-menu): Add `Info-virtual-index' to the menu.
13496 (Info-mode): Add `Info-virtual-index' to the docstring.
13497
13498 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13499
13500 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
13501 track of the buffer position of the end of a BibTeX entry as this
13502 position may change during reformatting.
13503 (bibtex-format-entry): Remove whitespace before processing
13504 numerical fields so that we recognize the latter properly.
13505 (bibtex-reformat): Do not use push which changes the global value
13506 of bibtex-entry-format.
13507 (bibtex-field-braces-alist, bibtex-field-strings-alist)
13508 (bibtex-field-re-init): Replace only space characters by regexp
13509 for whitespace.
13510 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
13511 (bibtex-initialize): Also update bibtex-strings.
13512 (bibtex-kill-field): Preserve white space at end of entry.
13513 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
13514 Update bibtex-reference-keys.
13515
13516 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
13517
13518 * minibuffer.el (completion-pcm--merge-try): Also consider placing
13519 point after a star, if that's the only place where modifications can
13520 make progress.
13521
13522 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
13523
13524 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
13525 in docstrings.
13526
13527 2009-12-04 Juri Linkov <juri@jurta.org>
13528
13529 * proced.el (proced): Call `(proced-update t)' to update process
13530 information instead of only running proced-post-display-hook.
13531 (proced-send-signal): Add a leading space to the buffer name
13532 " *Marked Processes*" to make this buffer ephemeral.
13533
13534 2009-12-04 Juri Linkov <juri@jurta.org>
13535
13536 * dired.el (dired-auto-revert-buffer): New defcustom.
13537 (dired-internal-noselect): Use it.
13538
13539 2009-12-04 Juri Linkov <juri@jurta.org>
13540
13541 Change roles of modes and functions in image-mode.el (Bug#5062).
13542
13543 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
13544 in `auto-mode-alist'.
13545 (image-mode-previous-major-mode): New variable.
13546 (image-minor-mode-map): Rename from `image-mode-text-map'.
13547 (image-mode): Move graceful error-handling code from
13548 `image-minor-mode' to here. On errors call `image-mode-as-text'.
13549 (image-minor-mode): Remove all image-handling code.
13550 Replace `image-mode-text-map' with `image-minor-mode-map'.
13551 Check for `image-type' in mode-line format string.
13552 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
13553 (image-mode-as-text): New function with most code from
13554 `image-mode-maybe'.
13555 (image-toggle-display-text): Move code that removes image
13556 properties from `image-toggle-display' to here.
13557 (image-toggle-display-image): New function with code that adds
13558 image properties copied from `image-toggle-display'.
13559 (image-toggle-display): Remove most code with leaving only code
13560 that toggles between `image-mode-as-text' and `image-mode'.
13561
13562 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
13563
13564 * net/newst-treeview.el
13565 (newsticker--treeview-list-highlight-start): Restored call to
13566 save-excursion: Selected item was stuck.
13567 (newsticker--treeview-list-select): New.
13568 (newsticker--treeview-item-show-text)
13569 (newsticker--treeview-item-show)
13570 (newsticker--treeview-item-update): Use new
13571 newsticker-treeview-item-mode.
13572 (newsticker-treeview-update): Keep current item.
13573 (newsticker-treeview-next-new-or-immortal-item): Doc change.
13574 (newsticker--treeview-first-feed): Doc change.
13575 (newsticker-treeview-list-menu)
13576 (newsticker-treeview-item-menu): Add menu entries.
13577 (newsticker-treeview-item-mode): New.
13578
13579 * net/newst-backend.el (newsticker-customize): Delete other
13580 windows.
13581
13582 2009-12-04 Sam Steingold <sds@gnu.org>
13583
13584 * log-view.el (log-view-mode-map): "q" calls quit-window,
13585 like in all the other non-self-insert buffers.
13586
13587 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
13588
13589 Minor cleanup.
13590 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
13591 key decoding rather than do it manually via last-input-event +
13592 ascii-character.
13593 (term-exec): Use delete-and-extract-region.
13594 (term-handle-ansi-terminal-messages): Remove unused var `end'.
13595 (term-process-pager): Remove unused var `i'.
13596 (term-dynamic-simple-complete): Make obsolete.
13597 (serial-update-config-menu): Remove unused vars `y' and `str'.
13598 (term-update-mode-line): Remove unused var `temp'.
13599
13600 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
13601
13602 Limit the number of log entries displayed by default.
13603 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
13604 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
13605 using a prefix argument.
13606
13607 2009-12-03 Glenn Morris <rgm@gnu.org>
13608
13609 * progmodes/idlwave.el (class): Restore still useful declaration.
13610
13611 2009-12-03 Alan Mackenzie <acm@muc.de>
13612
13613 Enhance `c-parse-state' to run efficiently in "brace deserts".
13614
13615 * progmodes/cc-mode.el (c-basic-common-init):
13616 Call c-state-cache-init.
13617 (c-neutralize-syntax-in-and-mark-CPP): Rename from
13618 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
13619 placing `category' properties value 'c-cpp-delimiter at its boundaries.
13620
13621 * progmodes/cc-langs.el (c-before-font-lock-function):
13622 c-extend-and-neutralize-syntax-in-CPP has been renamed
13623 c-neutralize-syntax-in-and-mark-CPP.
13624
13625 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
13626 with `category' properties now, not `syntax-table' ones.
13627
13628 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
13629 enhanced (but slower) version of c-end-of-macro that won't land
13630 inside a literal or on another awkward character.
13631 (c-state-cache-too-far, c-state-cache-start)
13632 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
13633 (c-state-nonlit-pos-cache-limit, c-state-point-min)
13634 (c-state-point-min-lit-type, c-state-point-min-lit-start)
13635 (c-state-min-scan-pos, c-state-brace-pair-desert)
13636 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
13637 buffer local variables.
13638 (c-state-literal-at, c-state-lit-beg)
13639 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
13640 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
13641 (c-state-cache-top-paren, c-state-cache-after-top-paren)
13642 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
13643 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
13644 (c-renarrow-state-cache)
13645 (c-append-lower-brace-pair-to-state-cache)
13646 (c-state-push-any-brace-pair, c-append-to-state-cache)
13647 (c-remove-stale-state-cache)
13648 (c-remove-stale-state-cache-backwards, c-state-cache-init)
13649 (c-invalidate-state-cache-1, c-parse-state-1)
13650 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
13651 (c-parse-state): Enhance and refactor.
13652 (c-debug-parse-state): Amend to deal with all the new variables.
13653
13654 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
13655 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
13656 modify to use category text properties rather than syntax-table ones.
13657 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
13658 to switch off/on the syntactic paren property of C++ template
13659 delimiters using the category property.
13660 (c-with-<->-as-parens-suppressed): Macro to invoke code with
13661 template delims suppressed.
13662 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
13663 New constant/macros which apply category properties to the start
13664 and end of preprocessor constructs.
13665 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
13666 "comment out" the syntactic value of characters in preprocessor
13667 constructs.
13668 (c-with-cpps-commented-out)
13669 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
13670 with characters in all or all but one preprocessor constructs
13671 "commented out".
13672
13673 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13674
13675 * proced.el (proced-filter-alist): Use regexp-quote.
13676
13677 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
13678
13679 Cleanup.
13680 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
13681 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
13682 arguments. Expand `default-directory'.
13683
13684 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
13685 the benefit of returning an expanded localname.
13686 (tramp-tramp-file-p): Handle the case NAME is not a string.
13687
13688 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
13689
13690 Add support for bzr shelve/unshelve.
13691 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
13692 (vc-bzr-extra-menu-map): New variables.
13693 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
13694 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
13695 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
13696 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
13697 (vc-bzr-dir-extra-headers): Display shelves.
13698
13699 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
13700
13701 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
13702
13703 * textmodes/bibtex.el (bibtex-complete-internal):
13704 Use completion-in-region.
13705 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
13706
13707 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
13708
13709 Support applying stashes. Improve UI.
13710 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
13711 (vc-git-stash-apply, vc-git-stash-pop)
13712 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
13713 (vc-git-stash-menu): New functions.
13714 (vc-git-stash-menu-map): New variable.
13715 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
13716
13717 2009-12-03 Glenn Morris <rgm@gnu.org>
13718
13719 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
13720 (vc-print-log-internal): Fix previous change.
13721 (vc-revert): Correct pluralization.
13722
13723 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
13724
13725 * progmodes/make-mode.el (makefile-special-targets-list): No need for
13726 it to be an alist any more.
13727 (makefile-complete): Use completion-in-region.
13728
13729 * progmodes/octave-mod.el (octave-complete-symbol):
13730 Use completion-in-region.
13731
13732 Misc cleanup.
13733 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
13734 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
13735 (idlwave-complete-class): Don't quote lambda.
13736 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
13737 (idlwave-mode-map): Move initialization into declaration.
13738 (idlwave-action-and-binding): Use backquotes.
13739 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
13740 Simplify.
13741 (idlwave-is-pointer-dereference): Remove unused var `pos'.
13742 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
13743 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
13744 `parts', and `all-parts'.
13745 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
13746 (idlwave-convert-xml-system-routine-info): Remove unused string
13747 `version-string'.
13748 (idlwave-display-user-catalog-widget): Use dolist.
13749 (idlwave-scanning-lib): Declare dynamically-scoped var.
13750 (idlwave-scan-library-catalogs): Remove unused var `flags'.
13751 (completion-highlight-first-word-only): Declare to silence bytecomp.
13752 (idlwave-popup-select): Tighten scope of `resp'.
13753 (idlwave-find-struct-tag): Remove unused var `beg'.
13754 (idlwave-after-load-rinfo-hook): Declare.
13755 (idlwave-sintern-class-info): Remove unused var `taglist'.
13756 (idlwave-find-class-definition): Remove unused var `list'.
13757 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
13758 (idlwave-what-module-find-class): Remove unused var `classes'.
13759
13760 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
13761
13762 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
13763
13764 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
13765
13766 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
13767 buffers visited. Remove redundant current-buffer-saving.
13768
13769 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
13770
13771 Use completion-in-buffer and remove uses of dynamic scoping.
13772 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
13773 (pascal-buffer-to-use, pascal-flag): Don't declare.
13774 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
13775 (pascal-get-completion-decl, pascal-keyword-completion):
13776 Add `pascal-str' argument, save-excursion,
13777 return the found completions, and don't filter with pascal-pred.
13778 (pascal-completion-cache): New var.
13779 (pascal-completion): Don't switch buffer any more (it was never
13780 necessary). Don't save-excursion any more (it's done by the called
13781 subroutines). Use a cache to avoid redundant computations.
13782 Use complete-with-action rather than pascal-completion-response and
13783 let it apply the predicate as well.
13784 (pascal-complete-word): Use completion-in-buffer when
13785 pascal-toggle-completions is nil.
13786 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
13787 not used any more.
13788 (pascal-comp-defun): Don't change buffer any more.
13789 Use complete-with-action rather than pascal-completion-response and
13790 let it apply the predicate as well.
13791 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
13792 when neded.
13793
13794 2009-12-02 Kenichi Handa <handa@m17n.org>
13795
13796 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
13797 shape for all Indic scripts.
13798
13799 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
13800
13801 Use completion-in-buffer.
13802 * wid-edit.el (widget-field-text-end): New function.
13803 (widget-field-value-get): Use it.
13804 (widget-string-complete, widget-file-complete)
13805 (widget-color-complete): Use it and completion-in-region.
13806 (widget-complete): Don't narrow the buffer.
13807
13808 2009-12-02 Glenn Morris <rgm@gnu.org>
13809
13810 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
13811 (rmail-select-summary): Use rmail-pop-to-buffer.
13812 * mail/rmailsum.el: Replace all pop-to-buffer calls with
13813 rmail-pop-to-buffer, to prevent horizontal splits.
13814
13815 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
13816 save-excursion with save-current-buffer.
13817 Widen before searching. (Bug#5093)
13818 (diary-list-sexp-entries): Remove superfluous save-excursion.
13819
13820 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
13821
13822 * woman.el (woman-make-bufname): Handle man-pages with "." in the
13823 name. (Bug#5038)
13824
13825 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
13826
13827 * ido.el (ido-file-internal): Handle filenames at point that do
13828 not have a directory part. (Bug#5049)
13829
13830 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
13831
13832 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
13833 (mpc-songs-jump-to, mpc-resume): Doc fixes.
13834
13835 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
13836
13837 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
13838 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
13839 any more.
13840
13841 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
13842
13843 * comint.el (comint-insert-input): Ignore clicks to the right of
13844 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
13845
13846 * vc.el (vc-print-log-internal): Don't wait for the process to
13847 terminate before setting up the major mode.
13848
13849 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
13850 in case.
13851
13852 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
13853 the last element.
13854
13855 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
13856
13857 2009-12-01 Glenn Morris <rgm@gnu.org>
13858
13859 * window.el (window--display-buffer-2): Fix previous changes.
13860
13861 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
13862
13863 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
13864
13865 2009-12-01 Glenn Morris <rgm@gnu.org>
13866
13867 * Makefile.in (ELCFILES): Add mpc.elc.
13868
13869 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
13870
13871 * mpc.el: New file.
13872
13873 2009-12-01 Glenn Morris <rgm@gnu.org>
13874
13875 * window.el (window-to-use): Define for compiler.
13876
13877 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
13878 consistent with others (no final period).
13879
13880 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
13881 (rmail-mime-show): Downcase the encoding. (Bug#5070)
13882
13883 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
13884
13885 Make vc-print-log buttons work.
13886 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
13887
13888 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
13889
13890 * savehist.el (savehist-autosave-interval): Allow setting to nil
13891 through customize. (Bug#5056)
13892
13893 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
13894
13895 Fix references to jit-lock properties.
13896 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
13897 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
13898 (perl-font-lock-special-syntactic-constructs):
13899 Quote jit-lock-defer-multiline property.
13900
13901 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
13902
13903 * vc-git.el (vc-git-registered): Call vc-git-root only once.
13904
13905 2009-11-30 Juri Linkov <juri@jurta.org>
13906
13907 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
13908 value `buffer' of `multi-isearch-next-buffer-current-function'.
13909 Use `(current-buffer)' when `buffer' is nil.
13910 (multi-isearch-next-buffer-from-list): Don't fallback to
13911 `(current-buffer)' when `buffer' is nil. (Bug#4947)
13912
13913 2009-11-30 Juri Linkov <juri@jurta.org>
13914
13915 * misearch.el (multi-isearch-read-buffers): Move canonicalization
13916 of buffers with `get-buffer' to `multi-isearch-buffers'.
13917 (multi-isearch-buffers, multi-isearch-buffers-regexp):
13918 Canonicalize BUFFERS with `get-buffer'. Doc fix.
13919 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
13920 FILES with `expand-file-name' converting relative file names
13921 to absolute. Doc fix. (Bug#4727)
13922
13923 2009-11-30 Juri Linkov <juri@jurta.org>
13924
13925 * misearch.el (multi-isearch-read-buffers)
13926 (multi-isearch-read-matching-buffers): New functions.
13927 (multi-isearch-buffers, multi-isearch-buffers-regexp):
13928 Use them in the `interactive' spec. Doc fix.
13929 (multi-isearch-read-files, multi-isearch-read-matching-files):
13930 New functions.
13931 (multi-isearch-files, multi-isearch-files-regexp):
13932 Use them in the `interactive' spec. Doc fix. (Bug#4725)
13933
13934 2009-11-30 Juri Linkov <juri@jurta.org>
13935
13936 * doc-view.el (doc-view-continuous):
13937 Rename from `doc-view-continuous-mode'.
13938 (doc-view-menu): Move "Toggle display" to the top.
13939 Add submenu "Continuous" with radio buttons "Off"/"On"
13940 and "Save as Default".
13941 (doc-view-scroll-up-or-next-page)
13942 (doc-view-scroll-down-or-previous-page)
13943 (doc-view-next-line-or-next-page)
13944 (doc-view-previous-line-or-previous-page):
13945 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
13946
13947 2009-11-30 Juri Linkov <juri@jurta.org>
13948
13949 * comint.el (comint-mode-map): Rebind `M-r' from
13950 `comint-previous-matching-input' to
13951 `comint-history-isearch-backward-regexp'.
13952 Unbind `M-s' to allow global key binding `M-s'.
13953 Add menu items for `comint-history-isearch-backward' and
13954 `comint-history-isearch-backward-regexp'. (Bug#3746)
13955
13956 2009-11-30 Juri Linkov <juri@jurta.org>
13957
13958 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
13959 For def=recenter, replace `recenter' with `recenter-top-bottom'
13960 that is called with `this-command' and `last-command' let-bound
13961 to `recenter-top-bottom'. When the last `def' was not `recenter',
13962 set `recenter-last-op' to nil. (Bug#4981)
13963
13964 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
13965
13966 Minor cleanup and simplification.
13967 * filecache.el (file-cache-add-directory)
13968 (file-cache-add-directory-recursively)
13969 (file-cache-add-from-file-cache-buffer)
13970 (file-cache-delete-file-regexp, file-cache-delete-directory)
13971 (file-cache-files-matching-internal, file-cache-display): Use dolist.
13972 (file-cache-temp-minibuffer-message): Delete function.
13973 (file-cache-minibuffer-complete): Use minibuffer-message instead.
13974
13975 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
13976 Don't signal an error when bumping into EOB in tr, s, or y.
13977
13978 2009-11-29 Juri Linkov <juri@jurta.org>
13979
13980 * startup.el (fancy-about-text): Fix wording of Guided Tour.
13981 (Bug#4960)
13982
13983 * descr-text.el (describe-char-unidata-list): Use lowercase name
13984 for "Unicode name" like in other tags.
13985
13986 2009-11-29 Juri Linkov <juri@jurta.org>
13987
13988 * ediff-util.el (ediff-minibuffer-with-setup-hook):
13989 New compatibility macro.
13990 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
13991
13992 2009-11-29 Juri Linkov <juri@jurta.org>
13993
13994 Add defcustom to define the cycling order of `recenter-top-bottom'.
13995 (Bug#4981)
13996
13997 * window.el (recenter-last-op): Doc fix.
13998 (recenter-positions): New defcustom.
13999 (recenter-top-bottom): Rewrite to use `recenter-positions'.
14000 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
14001
14002 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
14003
14004 Improve integration of Tramp and ange-ftp in eshell.
14005
14006 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
14007 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
14008 (eshell/sudo): Flatten args. Let-bind `default-directory'.
14009
14010 * eshell/esh-util.el (top): Require also Tramp when compiling.
14011 (eshell-directory-files-and-attributes): Check for FTP remote
14012 connection.
14013 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
14014 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
14015 (eshell-file-attributes): Handle ".". Return `entry'.
14016
14017 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
14018 (ange-ftp-directory-files-and-attributes)
14019 (ange-ftp-real-directory-files-and-attributes): New defuns.
14020
14021 * net/tramp.el (tramp-maybe-open-connection): Open the remote
14022 shell with "exec" when possible. This prevents trailing prompts
14023 in `start-file-process'.
14024
14025 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
14026
14027 Try and remove assumptions about point-min==1.
14028 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
14029 (rng-compute-mode-line-string): Show the validation percentage in
14030 terms of the narrowed text, not the widened text.
14031 (rng-do-some-validation): Don't catch internal errors when debugging.
14032 (rng-first-error): Simplify.
14033 (rng-after-change-function): Remove work around. AFAIK the bug has
14034 been fixed a while ago.
14035
14036 * image-mode.el (image-minor-mode): Exit more gracefully when the image
14037 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
14038
14039 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
14040
14041 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
14042 `cd' doesn't always do it for us (bug#5067).
14043
14044 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
14045 on 2009-10-25 as part of some other change (bug#5067).
14046
14047 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
14048
14049 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
14050 `suspicious'.
14051 (byte-compile-warnings): Use byte-compile-warning-types.
14052 (byte-compile-save-excursion): Warn about use of set-buffer right
14053 after save-excursion.
14054
14055 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
14056 the excursion as well.
14057
14058 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
14059
14060 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
14061 providing a Tramp related implementation of "su" and "sudo".
14062 (eshell-unix-initialize): Add "su" and "sudo".
14063
14064 2009-11-27 Daiki Ueno <ueno@unixuser.org>
14065
14066 * net/socks.el (socks-send-command): Convert binary request to
14067 unibyte before sending. This fixes mishandling of some port
14068 numbers such as 129.
14069
14070 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
14071
14072 * help.el (describe-bindings-internal): Remove `interactive'.
14073
14074 * man.el (Man-completion-table): Trim a terminating "(".
14075 Remove the space between name page a section.
14076 Add the command's description on the `help-echo' property.
14077 Remove `process-connection-type' binding since it's unused by
14078 call-process.
14079 Provide completion for the "<section> <name>" format as well.
14080 (Man-default-man-entry): Remove spurious var shadowing the argument.
14081
14082 2009-11-26 Kevin Ryde <user42@zip.com.au>
14083
14084 * log-view.el: Add "Keywords: tools", since its other keywords
14085 aren't in finder-known-keywords, and following vc.el.
14086
14087 * sha1.el (sha1-string-external): default-directory "/" in case
14088 otherwise non-existent. process-connection-type pipe for touch of
14089 efficiency recommended by elisp manual. (An aside in Bug#3911.)
14090
14091 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
14092
14093 Misc coding convention cleanups.
14094 * htmlfontify.el (hfy-init-kludge-hook): Rename from
14095 hfy-init-kludge-hooks.
14096 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
14097 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
14098 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
14099 and push.
14100 (hfy-slant, hfy-weight): Use tables rather than code.
14101 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
14102 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
14103 (hfy-face-attr-for-class): Initialize `face-spec' directly.
14104 (hfy-face-to-css): Remove `nconc' with single arg.
14105 (hfy-p-to-face-lennart): Use `or'.
14106 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
14107 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
14108 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
14109 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
14110 (hfy-force-fontification): Use run-hooks.
14111
14112 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
14113
14114 Various minor fixes.
14115 * htmlfontify.el (hfy-default-header): Add toggle_invis since
14116 Javascript belongs in the header, not the body.
14117 (hfy-javascript): Remove.
14118 (hfy-fontify-buffer): Don't insert it any more.
14119 (hfy-face-at): Handle (face0 face1 face2) style face properties.
14120 Fix bug in invis handling when there were no invis props in a chunk.
14121
14122 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
14123
14124 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
14125
14126 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
14127
14128 * finder.el (finder-mode-map): Add a menu.
14129
14130 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
14131
14132 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
14133 "unsigned" structs.
14134
14135 (verilog-leap-to-head, verilog-backward-token): Handle "disable
14136 fork" statement better.
14137
14138 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
14139
14140 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
14141 (verilog-delete-auto, verilog-delete-empty-auto-pair)
14142 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
14143 Reported by Clay Douglass.
14144
14145 (verilog-auto-inst, verilog-auto-star-safe)
14146 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
14147 Fix removing "// Interfaces" when saving .* expansions.
14148 Reported by Pierre-David Pfister.
14149
14150 2009-11-26 Glenn Morris <rgm@gnu.org>
14151
14152 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
14153 the scope.
14154
14155 2009-11-25 Johan Bockgård <bojohan@gnu.org>
14156
14157 * vc-annotate.el (vc-annotate-revision-previous-to-line):
14158 Really use previous revision.
14159
14160 2009-11-25 Kevin Ryde <user42@zip.com.au>
14161
14162 * man.el (Man-completion-table): default-directory "/" in case
14163 doesn't otherwise exist. process-environment COLUMNS=999 so as
14164 not to truncate long names. process-connection-type pipe to avoid
14165 any chance of hitting the pseudo-tty TIOCGWINSZ.
14166 (man): completion-ignore-case t for friendliness and since man
14167 itself is case-insensitive on the command line.
14168 Further to Bug#3717.
14169
14170 * arc-mode.el: Add "Keywords: files", so the details in its
14171 commentary can be reached from finder-by-keyword.
14172 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
14173 editing mode, but it's comms related and sgml-mode.el has "comm"
14174 on that basis too.
14175 * textmodes/bibtex-style.el: Add "Keywords: tex".
14176 * international/isearch-x.el, international/ja-dic-cnv.el:
14177 * international/ja-dic-utl.el, international/kkc.el:
14178 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
14179
14180 2009-11-25 Juri Linkov <juri@jurta.org>
14181
14182 * man.el (Man-completion-table): Modify regexp to include
14183 section names to completion strings. (Bug#3717)
14184
14185 2009-11-25 Juri Linkov <juri@jurta.org>
14186
14187 Search recursively in gzipped files. (Bug#4982)
14188
14189 * progmodes/grep.el (grep-highlight-matches): Add new options
14190 `always' and `auto'. Doc fix.
14191 (grep-process-setup): Check `grep-highlight-matches' for
14192 `auto-detect' to determine the need to compute grep defaults.
14193 Move Windows/DOS specific --colors settings handling
14194 to `grep-compute-defaults'. Check `grep-highlight-matches'
14195 to get the value of "--color=".
14196 (grep-compute-defaults): Compute `grep-highlight-matches' when it
14197 has the value `auto-detect'. Move Windows/DOS specific settings
14198 from `grep-process-setup'.
14199 (zrgrep): New command with alias `rzgrep'.
14200
14201 2009-11-25 Juri Linkov <juri@jurta.org>
14202
14203 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
14204 to nil instead of switching off view-mode. (Bug#4896)
14205
14206 2009-11-25 Juri Linkov <juri@jurta.org>
14207
14208 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
14209
14210 * mwheel.el (mwheel-scroll-up-function)
14211 (mwheel-scroll-down-function): New defvars.
14212 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
14213 `scroll-up', and `mwheel-scroll-down-function' instead of
14214 `scroll-down'.
14215
14216 * doc-view.el (doc-view-scroll-up-or-next-page)
14217 (doc-view-scroll-down-or-previous-page): Add optional ARG.
14218 Use this ARG in the call to image-scroll-up/image-scroll-down.
14219 Change `interactive' spec to "P". Goto next/previous page only
14220 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
14221 SPC/DEL case). Doc fix.
14222 (doc-view-next-line-or-next-page)
14223 (doc-view-previous-line-or-previous-page): Rename arg to ARG
14224 for consistency.
14225 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
14226 `doc-view-scroll-up-or-next-page', and buffer-local
14227 `mwheel-scroll-down-function' to
14228 `doc-view-scroll-down-or-previous-page'.
14229
14230 2009-11-25 Juri Linkov <juri@jurta.org>
14231
14232 Provide additional default values (directories at other Dired
14233 windows) via M-n in the minibuffer of some Dired commands.
14234
14235 * dired-aux.el (dired-diff, dired-compare-directories)
14236 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
14237 `minibuffer-default' in `minibuffer-with-setup-hook'.
14238 (dired-dwim-target-directory): Find a window that displays Dired
14239 buffer instead of failing when the next window is not Dired.
14240 Use `get-window-with-predicate' to find for the next Dired window.
14241 (dired-dwim-target-defaults): New function.
14242
14243 * ediff-util.el (ediff-read-file-name):
14244 Use `dired-dwim-target-defaults' to set `minibuffer-default'
14245 in `minibuffer-with-setup-hook'.
14246
14247 2009-11-25 Juri Linkov <juri@jurta.org>
14248
14249 Provide additional default values (file name at point or at the
14250 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
14251
14252 * minibuffer.el (read-file-name-defaults): New function.
14253 (read-file-name): Reset `minibuffer-default' to nil when
14254 it duplicates initial input `insdef'.
14255 Bind `minibuffer-default-add-function' to lambda that
14256 calls `read-file-name-defaults' in `minibuffer-selected-window'.
14257 (minibuffer-insert-file-name-at-point): New command.
14258
14259 * files.el (file-name-at-point-functions): New defcustom.
14260 (find-file-default): Remove defvar.
14261 (find-file-read-args): Don't use `find-file-default'.
14262 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
14263 to `read-file-name'.
14264 (find-file-literally): Use `read-file-name' with
14265 `confirm-nonexistent-file-or-buffer'.
14266
14267 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
14268
14269 * dired.el (dired-read-dir-and-switches):
14270 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
14271 to `read-file-name'.
14272 (dired-file-name-at-point): New function.
14273 (dired-mode): Add hook `dired-file-name-at-point' to
14274 `file-name-at-point-functions'.
14275
14276 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
14277
14278 Really make the *Completions* window soft-dedicated (bug#5030).
14279 * window.el (window--display-buffer-2): Add `dedicated' argument.
14280 (display-buffer): Pass it when needed so the dedicated flag is set
14281 after calling set-window-buffer, which would otherwise reset it.
14282
14283 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
14284
14285 * progmodes/meta-mode.el (meta-complete-symbol):
14286 * progmodes/etags.el (complete-tag):
14287 * mail/mailabbrev.el (mail-abbrev-complete-alias):
14288 Use completion-in-region.
14289
14290 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
14291 (dabbrev-completion): Use completion-in-region.
14292 (dabbrev--abbrev-at-point): Simplify regexp.
14293
14294 * abbrev.el (abbrev--before-point): Use word-motion functions
14295 if :regexp is not specified (bug#5031).
14296
14297 * subr.el (string-prefix-p): New function.
14298
14299 * man.el (Man-completion-cache): New var.
14300 (Man-completion-table): Use it.
14301
14302 * vc.el (vc-print-log-internal): Make `limit' optional for better
14303 compatibility (e.g. with vc-annotate.el).
14304
14305 2009-11-24 Kevin Ryde <user42@zip.com.au>
14306
14307 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
14308 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
14309
14310 * emacs-lisp/elint.el (elint-add-required-env): Better error message
14311 when .el source file not found or other error.
14312
14313 2009-11-24 Markus Triska <markus.triska@gmx.at>
14314
14315 * linum.el (linum-update-window): Ignore intangible (bug#4996).
14316
14317 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
14318
14319 Handle the [back] button properly (bug#4979).
14320 * descr-text.el (describe-text-properties): Add a `buffer' argument.
14321 Use help-setup-xref, help-buffer, and with-help-window.
14322 (describe-char): Add `buffer' argument.
14323 Pass proper command to help-setup-xref. Don't meddle with
14324 help-xref-stack-item directly.
14325 (describe-text-category): Use with-help-window and help-buffer.
14326
14327 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
14328 for the displayed buffer (bug#4887).
14329
14330 * man.el (Man-completion-table): New function.
14331 (man): Use it.
14332
14333 2009-11-24 David Reitter <david.reitter@gmail.com>
14334
14335 * vc-git.el (vc-git-registered): Use checkout directory (where
14336 .git is) rather than the file's directory and a relative path spec
14337 to work around a bug in git.
14338
14339 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
14340
14341 Improve handling of processes on remote hosts.
14342
14343 * eshell/esh-util.el (eshell-path-env): New defvar.
14344 (eshell-parse-colon-path): New defun.
14345 (eshell-file-attributes): Use `eshell-parse-colon-path'.
14346
14347 * eshell/esh-ext.el (eshell-search-path):
14348 Use `eshell-parse-colon-path'.
14349 (eshell-remote-command): Remove argument HANDLER.
14350 (eshell-external-command): Check for FTP remote connection.
14351
14352 * eshell/esh-proc.el (eshell-gather-process-output):
14353 Use `file-truename', in order to start also symlinked files.
14354 Apply `start-file-process' instead of `start-process'.
14355 Shorten `command' to the local file name part.
14356
14357 * eshell/em-cmpl.el (eshell-complete-commands-list):
14358 Use `eshell-parse-colon-path'.
14359
14360 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
14361
14362 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
14363 to `eshell-directory-change-hook'.
14364
14365 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
14366
14367 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
14368 because it could be enabled automatically if view-read-only is non-nil.
14369
14370 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
14371
14372 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
14373 made on 2009-11-22.
14374
14375 2009-11-24 Glenn Morris <rgm@gnu.org>
14376
14377 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
14378 deleted variable bookmark-bmenu-bookmark-column.
14379
14380 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
14381
14382 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
14383
14384 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
14385
14386 * net/browse-url.el (browse-url-filename-alist): On Windows, add
14387 two slashes to the "file:" prefix.
14388 (browse-url-file-url): De-munge Cygwin filenames before passing
14389 them to Windows browser.
14390 (browse-url-default-windows-browser): Use call-process.
14391
14392 2009-11-23 Juri Linkov <juri@jurta.org>
14393
14394 Implement DocView Continuous mode. (Bug#4896)
14395 * doc-view.el (doc-view-continuous-mode): New defcustom.
14396 (doc-view-mode-map): Bind C-n/<down> to
14397 `doc-view-next-line-or-next-page', C-p/<up> to
14398 `doc-view-previous-line-or-previous-page'.
14399 (doc-view-next-line-or-next-page)
14400 (doc-view-previous-line-or-previous-page): New commands.
14401
14402 2009-11-23 Juri Linkov <juri@jurta.org>
14403
14404 Implement Isearch in comint input history. (Bug#3746)
14405 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
14406 `isearch-mode-hook'.
14407 (comint-history-isearch): New defcustom.
14408 (comint-history-isearch-backward)
14409 (comint-history-isearch-backward-regexp): New commands.
14410 (comint-history-isearch-message-overlay): New buffer-local variable.
14411 (comint-history-isearch-setup, comint-history-isearch-end)
14412 (comint-goto-input, comint-history-isearch-search)
14413 (comint-history-isearch-message, comint-history-isearch-wrap)
14414 (comint-history-isearch-push-state)
14415 (comint-history-isearch-pop-state): New functions.
14416
14417 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
14418
14419 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
14420 return.
14421 (tramp-handle-make-symbolic-link)
14422 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
14423 Quote file names.
14424 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
14425 (tramp-handle-process-file): Use it.
14426
14427 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
14428
14429 * window.el (move-to-window-line-last-op): Remove.
14430 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
14431
14432 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
14433
14434 Make M-r mirror the new cycling behavior of C-l.
14435 * window.el (move-to-window-line-last-op): New var.
14436 (move-to-window-line-top-bottom): New command.
14437 (global-map): Bind M-r move-to-window-line-top-bottom.
14438
14439 2009-11-23 Sven Joachim <svenjoac@gmx.de>
14440
14441 * dired-x.el (dired-guess-shell-alist-default):
14442 Support xz format. (Bug#4953)
14443
14444 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
14445
14446 * emulation/viper-cmd.el: Use viper-last-command-char instead of
14447 last-command-char/last-command-event.
14448 (viper-prefix-arg-value): Do correct conversion of event-char for
14449 XEmacs.
14450
14451 * emulation/viper-util.el, emulation/viper.el:
14452 Use viper-last-command-char instead of
14453 last-command-char/last-command-event.
14454
14455 * ediff-init.el, ediff-mult.el, ediff-util.el:
14456 Replace last-command-char and last-command-event
14457 with (ediff-last-command-char) everywhere.
14458
14459 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
14460 created in fundamental mode.
14461
14462 * ediff.el (ediff-version): Revert the change of interactive-p to
14463 called-interactively-p.
14464
14465 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
14466
14467 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
14468 generation from word-movement command names.
14469
14470 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
14471
14472 * cus-start.el (all): Add native condition for font-use-system-font.
14473
14474 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
14475
14476 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
14477 Correct the patch from 2009-11-18. (Bug#3910)
14478
14479 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
14480
14481 * progmodes/subword.el: Rename from lisp/subword.el.
14482
14483 * subword.el: Rename to progmodes/subword.el.
14484
14485 * Makefile.in (ELCFILES): Adapt to subword.el move.
14486
14487 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14488 Stefan Monnier <monnier@iro.umontreal.ca>
14489
14490 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
14491 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
14492 (bookmark-bmenu-show-filenames): Use push.
14493 (bookmark-bmenu-hide-filenames): Use local var instead of
14494 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
14495 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
14496 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
14497 filenames now that the bookmark names are always available.
14498
14499 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
14500
14501 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
14502 (bookmark-search-pattern): Move and leave unbound.
14503 (bookmark-bmenu-mode-map): Change binding.
14504 (bookmark-read-search-input): Simplify.
14505 Don't use text-char-description. Don't error on non-char events.
14506 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
14507 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
14508 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
14509 Use a local var for the timer.
14510 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
14511 (i.e. bookmark-bmenu-search).
14512
14513 2009-11-21 Glenn Morris <rgm@gnu.org>
14514
14515 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
14516
14517 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
14518
14519 * net/browse-url.el (browse-url-default-windows-browser):
14520 Use cygstart for cygwin.
14521
14522 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
14523
14524 * bookmark.el: Formatting and doc fixes only:
14525 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
14526 (bookmark-bmenu-search): Wrap to fit within 80 columns.
14527 Minor grammar and punctuation fixes in doc string.
14528 (bookmark-read-search-input): Adjust to fit within 80 columns.
14529
14530 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
14531
14532 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
14533 (c-backward-into-nomenclature): Adapt to subword renaming.
14534
14535 * subword.el (subword-forward, subword-backward, subword-mark)
14536 (subword-kill, subword-backward-kill, subword-transpose)
14537 (subword-downcase, subword-upcase, subword-capitalize)
14538 (subword-forward-internal, subword-backward-internal):
14539 Rename from forward-subword, backward-subword, mark-subword,
14540 kill-subword, backward-kill-subword, transpose-subwords,
14541 downcase-subword, upcase-subword, capitalize-subword,
14542 forward-subword-internal, backward-subword-internal.
14543
14544 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14545
14546 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
14547 New options.
14548 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
14549 New vars.
14550 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
14551 (bookmark-bmenu-filter-alist-by-regexp)
14552 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
14553 (bookmark-bmenu-search): New command.
14554 (bookmark-bmenu-mode-map): Bind it.
14555
14556 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
14557
14558 * progmodes/cc-cmds.el: declare-functioned forward-subword and
14559 backward-subword to quit the byte-compiler.
14560
14561 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
14562
14563 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
14564
14565 * progmodes/cc-cmds.el (c-update-modeline)
14566 (c-forward-into-nomenclature, c-backward-into-nomenclature):
14567 Refer to subword.el functions instead of cc-subword.el.
14568
14569 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
14570 subword.el functions instead of cc-subword.el.
14571
14572 * progmodes/cc-subword.el: Rename to subword.el.
14573 * subword.el: Rename from progmodes/cc-subword.el.
14574 (subword-mode-map): Rename from c-subword-mode-map.
14575 (subword-mode): Rename from c-subword-mode.
14576 (global-subword-mode): New global minor mode.
14577 (forward-subword): Rename from c-forward-subword.
14578 (backward-subword): Rename from c-backward-subword.
14579 (mark-subword): Rename from c-mark-subword.
14580 (kill-subword): Rename from c-kill-subword.
14581 (backward-kill-subword): Rename from c-backward-kill-subword.
14582 (transpose-subwords): Rename from c-tranpose-subword.
14583 (downcase-subword): Rename from c-downcase-subword.
14584 (capitalize-subword): Rename from c-capitalize-subword.
14585 (forward-subword-internal): Rename from c-forward-subword-internal.
14586 (backward-subword-internal): Rename from c-backward-subword-internal.
14587
14588 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
14589
14590 * vc.el (vc-deduce-fileset): Allow non-state changing operations
14591 from a dired buffer.
14592 (vc-dired-deduce-fileset): New function.
14593 (vc-root-diff, vc-print-root-log): Use it.
14594
14595 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
14596 nil LIMIT argument to vc-print-log-internal.
14597
14598 2009-11-20 Glenn Morris <rgm@gnu.org>
14599
14600 * Makefile.in (ELCFILES): Regenerate.
14601
14602 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
14603
14604 * calc/calc.el (calc-set-mode-line):
14605 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
14606 (math-format-number): Rename `math-format-complement-signed' to
14607 `math-format-twos-complement'.
14608
14609 * calc/calc-bin.el (math-format-twos-complement): Rename from
14610 math-format-complement-signed.
14611 (calc-radix): Rename `calc-complement-signed-mode' to
14612 `calc-twos-complement-mode'.
14613 (calc-octal-radix, calc-hex-radix): Add an argument for
14614 two's complement.
14615
14616 * calc/calc-embed.el (calc-embedded-mode-vars):
14617 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
14618
14619 * calc/calc-ext.el (calc-init-extensions):
14620 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
14621 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
14622
14623 * calc/calc-units.el (math-build-units-table-buffer):
14624 Let `calc-twos-complement-mode' be nil.
14625
14626 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
14627 entries.
14628
14629 * calc/calc-vec.el (calcFunc-vunpack):
14630 * calc/calc-aent.el (calc-do-calc-eval):
14631 * calc/calc-forms.el (math-format-date):
14632 * calc/calc-graph.el (calc-graph-plot):
14633 * calc/calc-math.el (math-use-emacs-fn):
14634 * calc/calccomp.el (math-compose-expr):
14635 Let `calc-twos-complement-mode' be nil.
14636
14637 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
14638
14639 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
14640 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
14641 * minibuffer.el (completion-in-region-functions): New hook.
14642 (completion-in-region): New function.
14643 * emacs-lisp/lisp.el (lisp-complete-symbol):
14644 * pcomplete.el (pcomplete-std-complete): Use it.
14645
14646 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
14647
14648 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
14649 (latex-complete-alist): New vars.
14650 (latex-string-prefix-p, latex-complete-bibtex-keys)
14651 (latex-complete-envnames, latex-complete-refkeys)
14652 (latex-complete-data): New functions.
14653 (latex-complete, latex-indent-or-complete): New commands.
14654
14655 * window.el (display-buffer-mark-dedicated): New var.
14656 (display-buffer): Obey it.
14657 * minibuffer.el (minibuffer-completion-help): Use it.
14658
14659 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
14660
14661 * filecache.el (file-cache-add-file): Use push and cons.
14662 (file-cache-delete-file-regexp): Use push.
14663 (file-cache-complete): Use completion-in-region.
14664
14665 * simple.el (with-wrapper-hook): Fix thinko.
14666
14667 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
14668 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
14669 Use with-current-buffer and string-to-number.
14670 (hfy-fallback-colour-values): Use assoc-string.
14671 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
14672 (hfy-face-at): Remove unused var `found-face'.
14673 (hfy-compile-stylesheet): Remove unused var `css'.
14674 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
14675 and `orig-buffer'.
14676 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
14677 Use with-current-buffer.
14678 (hfy-text-p): Use expand-file-name and fewer setq.
14679
14680 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
14681
14682 * htmlfontify.el, hfy-cmap.el: New files.
14683
14684 2009-11-19 Juri Linkov <juri@jurta.org>
14685
14686 * minibuffer.el (completions-format): New defcustom.
14687 (completion--insert-strings): Implement vertical format.
14688
14689 * simple.el (switch-to-completions): Move point to the first
14690 completion when point was at the beginning of the buffer.
14691
14692 2009-11-19 Juri Linkov <juri@jurta.org>
14693
14694 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
14695
14696 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
14697
14698 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
14699
14700 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
14701 (mail-signature): Change default to t.
14702 (mail-from-style): Deprecate `system-default' value.
14703 (mail-insert-from-field): For default value of mail-from-style,
14704 default to `angles' unless `angles' needs quoting and `parens'
14705 does not.
14706 (mail-citation-prefix-regexp): Use citation regexp from
14707 message-mode.
14708
14709 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
14710
14711 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
14712 Set variables for computing the prompt for reading password.
14713
14714 2009-11-19 Glenn Morris <rgm@gnu.org>
14715
14716 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
14717
14718 * textmodes/flyspell.el (sgml-lexical-context): Declare.
14719
14720 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
14721 (newsticker-treeview-listwindow-height): Fix custom type.
14722
14723 2009-11-19 Kenichi Handa <handa@m17n.org>
14724
14725 * descr-text.el (describe-char-padded-string): Compose with TAB
14726 only if there's a font for CH.
14727 (describe-char): Fix the condition for detecting a trivial composition.
14728
14729 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
14730
14731 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
14732 more accurate version of the regexp. (Bug#3910)
14733
14734 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
14735
14736 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
14737
14738 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
14739
14740 * font-setting.el (font-use-system-font): Declare for byte-compiler.
14741 (font-setting-change-default-font): Fix typo in docstring.
14742
14743 2009-11-18 Alan Mackenzie <acm@muc.de>
14744
14745 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
14746
14747 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
14748
14749 * font-setting.el (font-use-system-font): Move ...
14750
14751 * cus-start.el (all): ... to here.
14752
14753 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
14754
14755 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
14756 Don't set `ad-return-value' if `ad-do-it' doesn't.
14757
14758 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
14759 modification time.
14760
14761 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
14762
14763 * menu-bar.el: Put "Use system font" in Option-menu.
14764 (menu-bar-options-save): Add font-use-system-font.
14765
14766 * loadup.el: If feature system-font-setting or font-render-setting is
14767 there, load font-setting.
14768
14769 * Makefile.in (ELCFILES): Add font-settings.el.
14770 * font-setting.el: New file.
14771
14772 2009-11-17 Glenn Morris <rgm@gnu.org>
14773
14774 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
14775
14776 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
14777 Preserve point in the list buffer. (Bug#4939)
14778 Use point-at-eol.
14779 (newsticker--treeview-list-update-highlight)
14780 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
14781
14782 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
14783
14784 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
14785 Remove.
14786
14787 * calc/calc-ext.el (calc-init-extensions): Remove references to
14788 symclip.
14789
14790 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
14791
14792 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
14793 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14794 `calc-symclip'.
14795
14796 2009-11-16 Kevin Ryde <user42@zip.com.au>
14797
14798 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
14799 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
14800
14801 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
14802 (lm-keywords-list): Allow comma-only separator like "foo,bar".
14803 Ignore trailing spaces by omit-nulls to split-string (fixing
14804 regression from Emacs 21 due to the incompatible split-string
14805 change). (Bug #4928.)
14806
14807 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
14808
14809 * vc.el (vc-log-show-limit): Default to 2000.
14810 (vc-print-log-internal): Insert buttons to request more entries
14811 when limiting the output.
14812
14813 * vc-sccs.el (vc-sccs-print-log):
14814 * vc-rcs.el (vc-rcs-print-log):
14815 * vc-cvs.el (vc-cvs-print-log):
14816 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
14817 LIMIT is non-nil.
14818
14819 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
14820
14821 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
14822 error when `tramp-gvfs-dbus-event-vector' is set.
14823 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
14824
14825 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
14826
14827 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
14828
14829 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
14830
14831 * net/dbus.el (dbus-unregister-service): New defun.
14832 (dbus-register-property): Register the handlers of
14833 "org.freedesktop.DBus.Properties" for SERVICE.
14834 (dbus-property-handler): Fix docstring.
14835
14836 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14837
14838 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
14839 Quote doc string reference in defvaralias as it is not in special form.
14840 (byte-compile-output-docform): Doc fix.
14841
14842 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
14843
14844 * calc/calc.el (math-2-word-size, math-half-2-word-size)
14845 (calc-complement-signed-mode): New variables.
14846 (calc-set-mode-line): Add indicator for twos-complements.
14847 (math-format-number): Format twos-complement notation.
14848
14849 * calc/calc-bin.el (calc-word-size): Reset the variables
14850 `math-2-word-size' and `math-half-2-word-size'.
14851 (math-format-complement-signed, math-symclip, calcFunc-symclip)
14852 (calc-symclip): New functions.
14853
14854 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
14855
14856 * calc/calc-embed.el (calc-embedded-mode-vars):
14857 Add `calc-complement-signed-mode' to the list of modes.
14858
14859 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
14860 (calc-b-oper-keys): Add `calc-symclip' to list.
14861
14862 * calc/calc-ext.el (math-read-number-fancy): Read complement
14863 signed numbers.
14864 (calc-init-extensions): Add binding for `calc-symclip'.
14865 Add autoload for `calcFunc-symclip' and `calc-symclip'.
14866
14867 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
14868 `calc-symclip'.
14869 (calc-modes-menu): Add item for twos complement mode.
14870
14871 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
14872
14873 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
14874
14875 * register.el (jump-to-register, insert-register): Handle Semantic
14876 tags. From commented-out advice in semantic/senator.el.
14877
14878 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
14879
14880 * vc.el (vc-log-show-limit): New variable.
14881 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
14882 when using a prefix argument.
14883 (vc-print-log-internal): Add new argument LIMIT.
14884
14885 * vc-svn.el (vc-svn-print-log):
14886 * vc-mtn.el (vc-mtn-print-log):
14887 * vc-hg.el (vc-hg-print-log):
14888 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
14889 pass it to the log command when set. Make the BUFFER argument
14890 non-optional.
14891
14892 * vc-sccs.el (vc-sccs-print-log):
14893 * vc-rcs.el (vc-rcs-print-log):
14894 * vc-git.el (vc-git-print-log):
14895 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
14896 ignore it. Make the BUFFER argument non-optional
14897
14898 * bindings.el (mode-line-buffer-identification): Do not purecopy.
14899
14900 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
14901
14902 * dired.el (dired-mode-map): Move encryption items to "Operate"
14903 menu (Bug#4703).
14904
14905 * strokes.el (strokes-update-window-configuration): Make strokes
14906 buffer current before erasing (Bug#4906).
14907
14908 2009-11-15 Juri Linkov <juri@jurta.org>
14909
14910 * simple.el (set-mark-default-inactive): Add :type, :group
14911 and :version. (Bug#4876)
14912
14913 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
14914
14915 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
14916 (archive-unique-fname): ... here. (Bug#4929)
14917
14918 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
14919
14920 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
14921 with a real fix.
14922
14923 * novice.el (disabled-command-function): Add useful args.
14924 Setup the help buffer so that [back] works.
14925 Remove redundant call to help-mode.
14926 (disabled-command-function): Use `case'.
14927 (en/disable-command): New function extracted from enable-command.
14928 (enable-command, disable-command): Use it.
14929
14930 2009-11-14 Glenn Morris <rgm@gnu.org>
14931
14932 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
14933 constants. (Bug#4913)
14934
14935 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
14936
14937 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
14938
14939 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
14940 defined in C that have no doc-strings. (Bug#1063)
14941
14942 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
14943
14944 * cus-edit.el (data, files):
14945 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
14946
14947 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
14948
14949 * simple.el (shell-command): Doc fix (Bug#4891).
14950
14951 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
14952
14953 2009-11-14 Glenn Morris <rgm@gnu.org>
14954
14955 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
14956 statements for vc-diff, emerge-quit, and rmail-cease-edit.
14957 If they are already loaded, eval-after-load will do the right thing.
14958
14959 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
14960 compiling.
14961
14962 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
14963
14964 * simple.el (x-selection-owner-p): Declare.
14965 (read-mail-command): Use custom radio type rather than choice.
14966 (completion-no-auto-exit): Doc fix.
14967
14968 * custom.el (defgroup):
14969 * epg-config.el (epg): Doc fixes.
14970
14971 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
14972
14973 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
14974 * international/ccl.el (define-ccl-program): Do not purecopy the
14975 docstring, defconst does it anyway.
14976
14977 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
14978
14979 * add-log.el (add-change-log-entry): Avoid displaying the changelog
14980 a second time.
14981
14982 * x-dnd.el (x-dnd-maybe-call-test-function):
14983 * window.el (split-window-vertically):
14984 * whitespace.el (whitespace-help-on):
14985 * vc-rcs.el (vc-rcs-consult-headers):
14986 * userlock.el (ask-user-about-lock-help)
14987 (ask-user-about-supersession-help):
14988 * type-break.el (type-break-force-mode-line-update):
14989 * time-stamp.el (time-stamp-conv-warn):
14990 * terminal.el (te-set-output-log, te-more-break, te-filter)
14991 (te-sentinel, terminal-emulator):
14992 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
14993 (term-write-input-ring, term-check-source, term-start-output-log):
14994 (term-display-buffer-line, term-dynamic-list-completions):
14995 (term-ansi-make-term, serial-term):
14996 * subr.el (selective-display):
14997 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
14998 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
14999 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
15000 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
15001 (speedbar-remove-localized-speedbar-support)
15002 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
15003 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
15004 (speedbar-buffers-line-directory):
15005 * simple.el (shell-command-on-region, append-to-buffer)
15006 (prepend-to-buffer):
15007 * shadowfile.el (shadow-save-todo-file):
15008 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
15009 (scroll-bar-maybe-set-window-start):
15010 * sb-image.el (speedbar-image-dump):
15011 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
15012 (load-save-place-alist-from-file):
15013 * ps-samp.el (ps-print-message-from-summary):
15014 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
15015 (ps-background-image, ps-begin-job, ps-do-despool):
15016 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
15017 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
15018 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
15019 (pr-call-process, pr-file-list, pr-interface-save):
15020 * novice.el (disabled-command-function)
15021 (enable-command, disable-command):
15022 * mouse.el (mouse-buffer-menu-alist):
15023 * mouse-copy.el (mouse-kill-preserving-secondary):
15024 * macros.el (kbd-macro-query):
15025 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
15026 * informat.el (batch-info-validate):
15027 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
15028 * hippie-exp.el (try-expand-dabbrev-visible):
15029 * help-mode.el (help-make-xrefs):
15030 * help-fns.el (describe-variable):
15031 * generic-x.el (bat-generic-mode-run-as-comint):
15032 * finder.el (finder-mouse-select):
15033 * find-dired.el (find-dired-sentinel):
15034 * filesets.el (filesets-file-close):
15035 * files.el (list-directory):
15036 * faces.el (list-faces-display, describe-face):
15037 * facemenu.el (list-colors-display):
15038 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
15039 * epg.el (epg--process-filter, epg-cancel):
15040 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
15041 (epa--read-signature-type):
15042 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
15043 (emerge-file-names):
15044 * ehelp.el (electric-helpify):
15045 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
15046 * ediff-vers.el (rcs-ediff-view-revision):
15047 * ediff-util.el (ediff-setup):
15048 * ediff-mult.el (ediff-append-custom-diff):
15049 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
15050 (ediff-wordify):
15051 * echistory.el (Electric-command-history-redo-expression):
15052 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
15053 * disp-table.el (describe-display-table):
15054 * dired.el (dired-find-buffer-nocreate):
15055 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
15056 * dabbrev.el (dabbrev--same-major-mode-p):
15057 * chistory.el (list-command-history):
15058 * apropos.el (apropos-documentation):
15059 * allout.el (allout-obtain-passphrase):
15060 (allout-copy-exposed-to-buffer):
15061 (allout-verify-passphrase): Use with-current-buffer.
15062
15063 2009-11-13 Glenn Morris <rgm@gnu.org>
15064
15065 * Makefile.in (ELCFILES): Regenerate.
15066
15067 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
15068
15069 * net/dbus.el (dbus-registered-objects-table): Rename from
15070 `dbus-registered-functions-table', because it contains also properties.
15071 (dbus-unregister-object): Unregister also properties.
15072 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
15073 Use a timeout of 500 msec, in order to not block.
15074 (dbus-register-property, dbus-property-handler): New defuns.
15075
15076 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
15077
15078 * simple.el (minibuffer-default-add-completions): Drop deprecated
15079 4th arg.
15080
15081 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
15082
15083 * textmodes/artist.el (artist-mouse-choose-operation):
15084 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
15085 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
15086 (artist-compute-up-event-key): New function.
15087 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
15088
15089 2009-11-13 Kenichi Handa <handa@m17n.org>
15090
15091 * language/japan-util.el: Make sure that the value of jisx0208
15092 property is jisx0208 character.
15093
15094 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
15095
15096 * international/mule.el (auto-coding-regexp-alist): Only purecopy
15097 car or each item, not the whole list.
15098
15099 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
15100
15101 * minibuffer.el (minibuffer-completion-help):
15102 Use minibuffer-hide-completions.
15103
15104 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
15105
15106 * dired.el (dired-save-positions, dired-restore-positions): New funs.
15107 (dired-revert): Use them (bug#4880).
15108
15109 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
15110
15111 * tooltip.el (tooltip-frame-parameters): Undo previous change.
15112
15113 2009-11-12 Juri Linkov <juri@jurta.org>
15114
15115 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
15116 New functions.
15117 (find-file-literally-at-point): Alias of `ffap-literally'.
15118
15119 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
15120
15121 * textmodes/ispell.el (ispell-skip-region-alist):
15122 * textmodes/css-mode.el (auto-mode-alist):
15123 * progmodes/compile.el (auto-mode-alist):
15124 * international/mule.el (ctext-non-standard-encodings-alist)
15125 (ctext-non-standard-encodings-regexp):
15126 * simple.el (shell-command-switch, text-read-only):
15127 * replace.el (occur-mode-map):
15128 * paths.el (rmail-file-name):
15129 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
15130 * find-file.el (ff-special-constructs):
15131 * files.el (file-name-handler-alist):
15132 * composite.el: Purecopy strings.
15133
15134 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
15135
15136 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
15137
15138 * widget.el (define-widget): Purecopy the docstring.
15139 * international/mule-cmds.el (charset): Do not purecopy the
15140 docstring here, define-widget does it.
15141
15142 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
15143 * textmodes/bibtex-style.el (auto-mode-alist):
15144 * progmodes/inf-lisp.el (inferior-lisp-prompt):
15145 * progmodes/compile.el (compile-command):
15146 * language/korea-util.el (default-korean-keyboard):
15147 * international/mule-conf.el (file-coding-system-alist):
15148 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
15149 * tooltip.el (tooltip-frame-parameters):
15150 * newcomment.el (comment-end, comment-padding):
15151 * dired.el (dired-trivial-filenames):
15152 * comint.el (comint-file-name-prefix): Purecopy initial values.
15153
15154 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
15155
15156 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
15157 (tramp-advice-minibuffer-electric-tilde): Unload advices via
15158 `tramp-unload'.
15159 (tramp-advice-make-auto-save-file-name)
15160 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
15161 after removing the advice.
15162
15163 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
15164
15165 * progmodes/grep.el (grep-regexp-alist):
15166 * international/mule-cmds.el (iso-2022-control-alist):
15167 * emacs-lisp/timer.el (timer-duration-words):
15168 * subr.el (version-separator, version-regexp-alist):
15169 * minibuffer.el (completion-styles-alist):
15170 * faces.el (face-attribute-name-alist, list-faces-sample-text):
15171 Change defvars to defconsts.
15172
15173 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
15174 * loadup.el ("international/mule-conf"): Load the byte compiled version.
15175 * international/mule-conf.el: Allow to be byte compiled.
15176
15177 * international/mule.el (define-charset): Purecopy props.
15178 (load-with-code-conversion): Purecopy doc string and file name.
15179 (put-charset-property): Purecopy strings.
15180 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
15181
15182 * international/mule-cmds.el (register-input-method): Purecopy arguments.
15183 (define-char-code-property): Correctly purecopy the table.
15184
15185 * international/ccl.el (define-ccl-program): Purecopy the docstring.
15186
15187 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
15188
15189 * subr.el (add-hook): Purecopy strings.
15190 (eval-after-load): Purecopy load-history-regexp and the form.
15191
15192 * custom.el (custom-declare-group): Purecopy load-file-name.
15193
15194 * subr.el (menu-bar-separator): New defconst.
15195 * net/eudc.el (eudc-tools-menu):
15196 * international/mule-cmds.el (set-coding-system-map)
15197 (mule-menu-keymap):
15198 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
15199 * vc-hooks.el (vc-menu-map):
15200 * replace.el (occur-mode-map):
15201 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
15202 (menu-bar-edit-menu, menu-bar-goto-menu)
15203 (menu-bar-custom-menu, menu-bar-showhide-menu)
15204 (menu-bar-options-menu, menu-bar-tools-menu)
15205 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
15206 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
15207 (menu-bar-help-menu):
15208 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
15209 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
15210
15211 * term/x-win.el (x-gtk-stock-map):
15212 * progmodes/vera-mode.el (auto-mode-alist):
15213 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
15214 (inferior-lisp-program, inferior-lisp-load-command):
15215 * progmodes/hideshow.el (hs-special-modes-alist):
15216 * progmodes/gud.el (same-window-regexps):
15217 * progmodes/grep.el (grep-program, find-program, xargs-program):
15218 * net/telnet.el (same-window-regexps):
15219 * net/rlogin.el (same-window-regexps):
15220 * language/ethiopic.el (font-ccl-encoder-alist):
15221 * vc-sccs.el (vc-sccs-master-templates):
15222 * vc-rcs.el (vc-rcs-master-templates):
15223 * subr.el (cl-assertion-failed):
15224 * simple.el (next-error-overlay-arrow-position):
15225 * lpr.el (lpr-command):
15226 * locate.el (locate-ls-subdir-switches):
15227 * info.el (same-window-regexps, info)
15228 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
15229 * image-mode.el (image-mode, auto-mode-alist):
15230 * hippie-exp.el (hippie-expand-ignore-buffers):
15231 * format.el (format-alist):
15232 * find-dired.el (find-ls-subdir-switches, find-grep-options)
15233 (find-name-arg):
15234 * facemenu.el (facemenu-keybindings):
15235 * dired.el (dired-listing-switches, dired-chown-program):
15236 * diff.el (diff-switches, diff-command):
15237 * cus-edit.el (same-window-regexps):
15238 * bindings.el (mode-line-mule-info)
15239 (mode-line-buffer-identification): Purecopy strings.
15240
15241 2009-11-11 Juri Linkov <juri@jurta.org>
15242
15243 * simple.el (dired-get-filename) <declare-function>:
15244 Tell the byte-compiler about dired-get-filename.
15245 (shell-command): In Dired mode, get filename from the current line
15246 as the default value.
15247
15248 2009-11-10 Glenn Morris <rgm@gnu.org>
15249
15250 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
15251 * calendar/holidays.el, progmodes/cperl-mode.el:
15252 Update x-popup-menu declarations.
15253
15254 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
15255 (list-load-path-shadows): Use dolist.
15256 (list-load-path-shadows): Use with-current-buffer.
15257
15258 2009-11-10 Juri Linkov <juri@jurta.org>
15259
15260 * minibuffer.el (read-file-name): Support a list of default values
15261 in `default-filename'. Use the first file name where only one
15262 element is required. Doc fix.
15263
15264 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
15265
15266 * net/dbus.el (dbus-unregister-object): Release service, if no
15267 other method is registered for it.
15268
15269 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
15270
15271 * bookmark.el (bookmark-completing-read): Sort bookmark names if
15272 bookmark-sort-flag is non-nil (Bug#4653).
15273
15274 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
15275
15276 * emulation/cua-base.el: Add CUA property to some CC mode commands
15277 (Bug#4100).
15278
15279 2009-11-08 Kevin Ryde <user42@zip.com.au>
15280
15281 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
15282 at end of sentence (Bug#4818).
15283
15284 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
15285
15286 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15287 Handle "see declaration of" MSFT statements (Bug#4100).
15288
15289 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
15290
15291 * net/tramp.el (tramp-advice-make-auto-save-file-name)
15292 (tramp-advice-file-expand-wildcards): Unload via
15293 `ad-remove-advice'.
15294
15295 * net/trampver.el: Update release number.
15296
15297 2009-11-08 Kevin Ryde <user42@zip.com.au>
15298
15299 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
15300 `ad-do-it'.
15301
15302 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
15303
15304 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
15305 in order to keep context in SELinux.
15306
15307 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
15308
15309 * dired-aux.el (dired-query): Place cursor in echo area and allow
15310 C-g.
15311
15312 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
15313 menu item if not on a directory (Bug#4701).
15314
15315 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
15316
15317 Sync with Tramp 2.1.17.
15318
15319 * net/tramp.el (tramp-handle-copy-directory): Don't use
15320 `file-remote-p' (due to compatibility).
15321
15322 * net/tramp-compat.el (tramp-compat-copy-directory)
15323 (tramp-compat-delete-directory): New defuns.
15324
15325 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
15326 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
15327 Use `tramp-compat-delete-directory'.
15328
15329 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
15330 (tramp-smb-handle-delete-directory):
15331 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
15332
15333 * net/trampver.el: Update release number.
15334
15335 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
15336
15337 * tar-mode.el (tar-copy): Call write-region on the right buffer
15338 (Bug#4857).
15339
15340 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
15341 by hand, if necessary (Bug#4878).
15342
15343 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
15344
15345 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
15346 align size column (Bug#4839).
15347
15348 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
15349 statement.
15350
15351 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
15352
15353 * progmodes/ld-script.el (auto-mode-alist):
15354 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
15355
15356 * cus-face.el (custom-declare-face): Purecopy face spec.
15357
15358 2009-11-06 Kenichi Handa <handa@m17n.org>
15359
15360 * international/uni-bidi.el: Re-generated.
15361 * international/uni-category.el: Re-generated.
15362 * international/uni-combining.el: Re-generated.
15363 * international/uni-mirrored.el: Re-generated.
15364
15365 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
15366
15367 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
15368 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
15369 (tex-start-options, slitex-run-command, latex-run-command)
15370 (tex-run-command, tex-directory):
15371 * textmodes/ispell.el (ispell-html-skip-alists)
15372 (ispell-tex-skip-alists, ispell-tex-skip-alists):
15373 * textmodes/fill.el (adaptive-fill-first-line-regexp):
15374 (adaptive-fill-regexp):
15375 * textmodes/dns-mode.el (auto-mode-alist):
15376 * progmodes/python.el (interpreter-mode-alist):
15377 * progmodes/etags.el (tags-compression-info-list):
15378 * progmodes/etags.el (tags-file-name):
15379 * net/browse-url.el (browse-url-galeon-program)
15380 (browse-url-firefox-program):
15381 * mail/sendmail.el (mail-signature-file)
15382 (mail-citation-prefix-regexp):
15383 * international/mule-conf.el (eight-bit):
15384 * international/latexenc.el (latex-inputenc-coding-alist):
15385 * international/fontset.el (x-pixel-size-width-font-regexp):
15386 * emacs-lisp/warnings.el (warning-type-format):
15387 * emacs-lisp/trace.el (trace-buffer):
15388 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
15389 (emacs-lisp-mode-map):
15390 * calendar/holidays.el (holiday-solar-holidays)
15391 (holiday-bahai-holidays, holiday-islamic-holidays)
15392 (holiday-christian-holidays, holiday-hebrew-holidays)
15393 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
15394 (hebrew-holidays-1, holiday-oriental-holidays)
15395 (holiday-general-holidays):
15396 * x-dnd.el (x-dnd-known-types):
15397 * tool-bar.el (tool-bar):
15398 * startup.el (site-run-file):
15399 * shell.el (shell-dumb-shell-regexp):
15400 * rfn-eshadow.el (file-name-shadow-tty-properties)
15401 (file-name-shadow-properties):
15402 * paths.el (remote-shell-program, news-directory):
15403 * mouse.el ([C-down-mouse-3]):
15404 * menu-bar.el (menu-bar-tools-menu):
15405 * jka-cmpr-hook.el (jka-compr-load-suffixes)
15406 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
15407 (jka-compr-compression-info-list):
15408 * isearch.el (search-whitespace-regexp):
15409 * image-file.el (image-file-name-extensions):
15410 * find-dired.el (find-ls-option):
15411 * files.el (directory-listing-before-filename-regexp)
15412 (directory-free-space-args, insert-directory-program)
15413 (list-directory-brief-switches, magic-fallback-mode-alist)
15414 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
15415 (automount-dir-prefix):
15416 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
15417 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
15418 (face-font-registry-alternatives, face-font-registry-alternatives)
15419 (face-font-family-alternatives):
15420 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
15421 (facemenu-foreground-menu, facemenu-face-menu):
15422 * epa-hook.el (epa-file-name-regexp):
15423 * dnd.el (dnd-protocol-alist):
15424 * textmodes/rst.el (auto-mode-alist):
15425 * button.el (default-button): Purecopy strings.
15426
15427 2009-11-06 Glenn Morris <rgm@gnu.org>
15428
15429 * Makefile.in (ELCFILES): Update.
15430
15431 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
15432
15433 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
15434 * emacs-lisp/levents.el: Move to obsolete/levents.el.
15435
15436 * nxml/xsd-regexp.el (xsdre-gen-categories):
15437 * nxml/xmltok.el (xmltok-parse-entity):
15438 * nxml/rng-parse.el (rng-parse-validate-file):
15439 * nxml/rng-maint.el (rng-format-manual)
15440 (rng-manual-output-force-new-line):
15441 * nxml/rng-loc.el (rng-save-schema-location-1):
15442 * nxml/rng-cmpct.el (rng-c-parse-file):
15443 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
15444 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
15445
15446 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
15447
15448 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
15449 Remove extra save-excursions and make-variable-buffer-local's.
15450 Suggested by Stefan Monnier.
15451
15452 (verilog-getopt-file, verilog-module-inside-filename-p)
15453 (verilog-set-define): Merge GNU 1.35 and repair changes from
15454 switching to using with-current-buffer.
15455
15456 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
15457 being treated as a number and confusing AUTORESET.
15458 Reported by Dan Dever.
15459
15460 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
15461 Add verilog-auto-ignore-concat to fix backward compatibility with
15462 older verilog-modes. Reported by Dan Katz.
15463
15464 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
15465 containing closing anchors "...$".
15466
15467 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
15468 Reported by Wade Smith.
15469
15470 (verilog-batch-execute-func): Comment on function usage.
15471
15472 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
15473
15474 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
15475 for labels.
15476
15477 (verilog-label-re, verilog-calc-1): Support proper indent of named
15478 asserts.
15479
15480 (verilog-backward-token, verilog-basic-complete-re)
15481 (verilog-beg-of-statement, verilog-indent-re): Support proper
15482 indent of the assert statement at the beginning of a block of text.
15483
15484 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
15485 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
15486 tokens as begins.
15487
15488 2009-11-05 Glenn Morris <rgm@gnu.org>
15489
15490 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
15491 Emacs 19. (Bug#1531)
15492 (byte-compile-fix-header): Update for the above change.
15493 Drop test for epoch::version.
15494
15495 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
15496 * cus-dep.el (custom-make-dependencies):
15497 * finder.el (finder-compile-keywords):
15498 Use autoload-rubric's feature argument.
15499
15500 * calendar/diary-lib.el (top-level): Make load behave more like require.
15501
15502 * vc-git.el (vc-git-stash-map): Move definition before use.
15503
15504 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
15505
15506 * custom.el (custom-declare-group): Purecopy standard-value.
15507 (custom-declare-group): Purecopy custom-prefix.
15508
15509 * international/mule.el (load-with-code-conversion):
15510 Call do-after-load-evaluation unconditionally.
15511
15512 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
15513
15514 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
15515
15516 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
15517
15518 2009-11-04 Glenn Morris <rgm@gnu.org>
15519
15520 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
15521 (byte-compile-compatibility): Remove option.
15522 (byte-compile-close-variables, byte-compile-fix-header)
15523 (byte-compile-insert-header, byte-compile-output-docform)
15524 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
15525 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
15526 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
15527 (byte-compile-insert, byte-compile-defun):
15528 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
15529 (byte-defop-compiler19): Remove.
15530 Without byte-compile-compatibility, the 'emacs19-opcode property is not
15531 used by anything. Replace all calls with byte-defop-compiler.
15532
15533 2009-11-04 Juri Linkov <juri@jurta.org>
15534
15535 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
15536 (menu-bar-options-menu): Don't quote the `prop' arg of
15537 `menu-bar-make-mm-toggle'.
15538
15539 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
15540
15541 * calendar/calendar.el (cal-loaddefs):
15542 * calendar/diary-lib.el (diary-loaddefs):
15543 * calendar/holidays.el (hol-loaddefs):
15544 * eshell/esh-module.el (esh-groups): Load rather than require.
15545
15546 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
15547
15548 * calendar/todo-mode.el (todo-add-category): Don't hardcode
15549 point-min==1.
15550 (todo-top-priorities): Only display-buffer when called interactively.
15551 (todo-item-start): Don't save excursion point.
15552 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
15553 (todo-insert-item-here, todo-file-item, todo-remove-item):
15554 Adjust uses of todo-item-start and todo-item-end.
15555
15556 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
15557 (autoload-rubric): Don't use any more.
15558
15559 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
15560 and only put a prop if it is non-nil.
15561
15562 2009-11-03 Juri Linkov <juri@jurta.org>
15563
15564 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
15565 (menu-bar-options-menu): Fix list quoting (Bug#4429).
15566
15567 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
15568 and "Menu" to make top-level menu item visually one unit (like
15569 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
15570 multi-word menu items). Fix :help string for quit-window.
15571
15572 2009-11-03 Glenn Morris <rgm@gnu.org>
15573
15574 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
15575 (byte-compile-file-form-define-abbrev-table)
15576 (byte-compile-file-form-custom-declare-variable)
15577 (byte-compile-variable-ref, byte-compile-defvar):
15578 Whether or not a warning is enabled should only affect whether we issue
15579 the warning, not whether or not we collect the relevant data.
15580 Eg warnings can be turned on and off throughout the course of a file.
15581
15582 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
15583 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
15584
15585 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
15586
15587 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
15588 * play/mpuz.el (mpuz-create-buffer):
15589 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
15590 (lm-print-y,s,noise, lm-print-w0, lm-init):
15591 * play/gomoku.el (gomoku-prompt-for-move):
15592 * play/fortune.el (fortune-in-buffer):
15593 * play/dissociate.el (dissociated-press):
15594 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
15595 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
15596 * mail/supercite.el (sc-eref-show):
15597 * mail/smtpmail.el (smtpmail-send-it):
15598 * mail/rmailsum.el (rmail-summary-next-labeled-message)
15599 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
15600 (rmail-summary-undelete-many, rmail-summary-rmail-update)
15601 (rmail-summary-goto-msg, rmail-summary-expunge)
15602 (rmail-summary-get-new-mail, rmail-summary-search-backward)
15603 (rmail-summary-add-label, rmail-summary-output-menu)
15604 (rmail-summary-output-body):
15605 * mail/rfc822.el (rfc822-addresses):
15606 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
15607 * mail/mailpost.el (post-mail-send-it):
15608 * mail/hashcash.el (hashcash-generate-payment):
15609 * mail/feedmail.el (feedmail-run-the-queue)
15610 (feedmail-queue-send-edit-prompt-help-first)
15611 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
15612 (feedmail-deduce-address-list):
15613 * eshell/esh-ext.el (eshell-remote-command):
15614 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
15615 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
15616 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
15617 (viper-save-string-in-file, viper-valid-marker):
15618 * emulation/viper-keym.el (viper-toggle-key):
15619 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
15620 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
15621 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
15622 * emulation/viper-cmd.el (viper-exec-form-in-vi)
15623 (viper-exec-form-in-emacs, viper-brac-function):
15624 * emulation/viper.el (viper-delocalize-var):
15625 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
15626 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
15627 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
15628 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
15629 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
15630 * emulation/edt.el (edt-electric-helpify):
15631 * emulation/cua-rect.el (cua--rectangle-aux-replace):
15632 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
15633 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
15634 (cua-indent-to-global-mark-column):
15635 * calendar/diary-lib.el (calendar-mark-1):
15636 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
15637 Use with-current-buffer.
15638 * emulation/viper.el (viper-delocalize-var): Use dolist.
15639
15640 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
15641
15642 * comint.el (comint-replace-by-expanded-history-before-point):
15643 Replace !! with the previous input string literally (Bug#1795).
15644
15645 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
15646
15647 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
15648 to be made up of whitespace.
15649
15650 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
15651
15652 * minibuffer.el (read-file-name): Don't use file dialogs for
15653 remote directories (Bug#99).
15654
15655 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
15656
15657 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
15658
15659 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
15660
15661 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
15662 instead of deleting the window or frame.
15663
15664 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
15665
15666 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
15667 Support face colors.
15668
15669 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
15670 New function. Support face colors (Bug#1168).
15671 (tex-common-initialization): Use it.
15672
15673 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
15674 mode allows it (Bug#1168).
15675
15676 2009-10-31 Juri Linkov <juri@jurta.org>
15677
15678 * facemenu.el (list-colors-display): Don't mark buffer as
15679 modified (Bug#3948).
15680
15681 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
15682
15683 * international/mule-diag.el (list-character-sets-1):
15684 Minor message fix (Bug#3526).
15685
15686 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
15687 Fix face property (Bug#4834).
15688 (etags-list-tags, etags-tags-apropos-additional)
15689 (etags-tags-apropos, tags-select-tags-table): Add follow-link
15690 property.
15691
15692 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
15693 items.
15694
15695 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
15696
15697 * textmodes/two-column.el (2C-split):
15698 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
15699 * textmodes/tex-mode.el (tex-set-buffer-directory):
15700 * textmodes/spell.el (spell-region, spell-string):
15701 * textmodes/reftex.el (reftex-erase-buffer):
15702 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
15703 * textmodes/reftex-toc.el (reftex-toc-promote-action):
15704 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
15705 (reftex-select-item):
15706 * textmodes/reftex-ref.el (reftex-label-info-update)
15707 (reftex-offer-label-menu):
15708 * textmodes/reftex-index.el (reftex-index-change-entry)
15709 (reftex-index-phrases-info):
15710 * textmodes/reftex-global.el (reftex-create-tags-file)
15711 (reftex-save-all-document-buffers, reftex-ensure-write-access):
15712 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
15713 (reftex-view-crossref-from-bibtex):
15714 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
15715 (reftex-extract-bib-entries-from-thebibliography)
15716 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
15717 * textmodes/refbib.el (r2b-capitalize-title):
15718 (r2b-convert-buffer, r2b-help):
15719 * textmodes/page-ext.el (pages-directory)
15720 (pages-directory-goto-with-mouse):
15721 * textmodes/bibtex.el (bibtex-validate-globally):
15722 * textmodes/bib-mode.el (bib-capitalize-title):
15723 * textmodes/artist.el (artist-clear-buffer, artist-system):
15724 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
15725 (local-set-scheme-interaction-buffer, xscheme-process-filter)
15726 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
15727 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
15728 (xscheme-send-control-g-interrupt, xscheme-start-process)
15729 (xscheme-process-sentinel, xscheme-cd):
15730 * progmodes/verilog-mode.el (verilog-read-always-signals)
15731 (verilog-set-define, verilog-getopt-file)
15732 (verilog-module-inside-filename-p):
15733 * progmodes/sh-script.el:
15734 * progmodes/python.el (python-pdbtrack-get-source-buffer)
15735 (python-pdbtrack-grub-for-buffer, python-execute-file):
15736 * progmodes/octave-inf.el (inferior-octave):
15737 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
15738 (idlwave-shell-compile-helper-routines, idlwave-set-local)
15739 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
15740 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
15741 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
15742 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
15743 (idlwave-shell-filter, idlwave-shell-examine-highlight)
15744 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
15745 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
15746 (idlwave-shell-examine-display, idlwave-shell-run-region)
15747 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
15748 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
15749 * progmodes/idlw-help.el (idlwave-help-get-special-help)
15750 (idlwave-help-get-help-buffer):
15751 * progmodes/gud.el (gud-basic-call, gud-find-class)
15752 (gud-tooltip-activate-mouse-motions-if-enabled):
15753 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
15754 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
15755 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
15756 (ebrowse-tags-next-file):
15757 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
15758 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
15759 (ebnf-eps-finish-and-write):
15760 * progmodes/cpp.el (cpp-edit-save):
15761 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
15762 * progmodes/cc-defs.el (c-emacs-features):
15763 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
15764 (antlr-directory-dependencies):
15765 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
15766 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
15767 (ada-find-any-references, ada-make-filename-from-adaname)
15768 (ada-make-body-gnatstub):
15769 * obsolete/rnews.el (news-list-news-groups):
15770 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
15771 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
15772 * net/rcirc.el (rcirc-debug):
15773 * net/newst-treeview.el (newsticker--treeview-list-add-item)
15774 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
15775 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
15776 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
15777 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
15778 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
15779 (newsticker--treeview-list-clear-highlight)
15780 (newsticker--treeview-list-update-highlight)
15781 (newsticker--treeview-list-highlight-start)
15782 (newsticker--treeview-tree-update-highlight)
15783 (newsticker--treeview-get-selected-item)
15784 (newsticker-treeview-mark-list-items-old)
15785 (newsticker--treeview-set-current-node):
15786 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
15787 * net/newst-backend.el (newsticker--get-news-by-funcall)
15788 (newsticker--get-news-by-wget, newsticker--image-get)
15789 (newsticker--image-sentinel):
15790 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
15791 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
15792 (eudc-ph-close-session):
15793 * net/eudc.el (eudc-save-options):
15794 * language/thai-word.el (thai-update-word-table):
15795 * language/japan-util.el (japanese-string-conversion):
15796 * international/titdic-cnv.el (tsang-quick-converter)
15797 (ziranma-converter, ctlau-converter):
15798 * international/mule-cmds.el (describe-language-environment):
15799 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
15800 (skkdic-convert-postfix, skkdic-convert-prefix):
15801 (skkdic-convert-okuri-nasi, skkdic-convert):
15802 * emacs-lisp/re-builder.el (reb-update-overlays):
15803 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
15804 * emacs-lisp/gulp.el (gulp-send-requests):
15805 * emacs-lisp/find-gc.el (trace-call-tree):
15806 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
15807 (eieio-describe-generic):
15808 * emacs-lisp/eieio-base.el (eieio-persistent-read):
15809 * emacs-lisp/edebug.el (edebug-outside-excursion):
15810 * emacs-lisp/debug.el (debugger-make-xrefs):
15811 * emacs-lisp/cust-print.el (custom-prin1-to-string):
15812 * emacs-lisp/chart.el (chart-new-buffer):
15813 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
15814 Use with-current-buffer.
15815 * textmodes/artist.el (artist-system): Don't call
15816 copy-sequence on a fresh string.
15817 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
15818
15819 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
15820
15821 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
15822 is no item to edit. (Bug#4820)
15823 (todo-top-priorities): Restore point and restore narrowing in Todo
15824 buffer. (Bug#4820)
15825
15826 2009-10-31 Glenn Morris <rgm@gnu.org>
15827
15828 * net/ange-ftp.el (top-level): Don't require dired when compiling.
15829 (comint-last-output-start, comint-last-input-start)
15830 (comint-last-input-end): Don't defvar when compiling.
15831 (ange-ftp-process-file): Use bound-and-true-p.
15832
15833 * pcmpl-rpm.el (top-level): Move provide statement to end.
15834 (pcmpl-rpm): Remove unused custom group.
15835
15836 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
15837
15838 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
15839
15840 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
15841 (byte-compile-warnings): Add `constants' as an option.
15842 (byte-compile-callargs-warn, byte-compile-arglist-warn)
15843 (display-call-tree): Update for byte-compile-fdefinition possibly
15844 returning `(macro lambda ...)'. (Bug#4778)
15845 (byte-compile-variable-ref, byte-compile-setq-default):
15846 Respect `constants' member of byte-compile-warnings.
15847
15848 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
15849
15850 * vc-bzr.el (vc-bzr-revision-keywords): New var.
15851 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
15852 to "submit:".
15853
15854 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
15855
15856 * textmodes/ispell.el (ispell-skip-region-alist):
15857 * international/mule-conf.el (eight-bit):
15858 * international/fontset.el (font-encoding-alist):
15859 * startup.el (pure-space-overflow-message):
15860 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
15861 * paths.el (gnus-nntp-service, rmail-spool-directory)
15862 (term-file-prefix):
15863 * files.el (save-some-buffers-action-alist):
15864 * cmuscheme.el (same-window-buffer-names):
15865 * ielm.el (same-window-buffer-names):
15866 * shell.el (same-window-buffer-names):
15867 * mail/sendmail.el (same-window-buffer-names):
15868 * progmodes/inf-lisp.el (same-window-buffer-names):
15869 * bindings.el (mode-line-client)
15870 (mode-line-column-line-number-mode-map):
15871 * language/tibetan.el (tibetan-precomposition-rule-regexp)
15872 (tibetan-precomposed-regexp): Purecopy string arguments.
15873
15874 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
15875
15876 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
15877 (calcDigit-nondigit):
15878 * calc/calc-yank.el (calc-copy-to-buffer):
15879 * calc/calc-units.el (calc-invalidate-units-table):
15880 * calc/calc-trail.el (calc-trail-yank):
15881 * calc/calc-store.el (calc-insert-variables):
15882 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
15883 * calc/calc-prog.el (calc-read-parse-table):
15884 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
15885 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
15886 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
15887 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
15888 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
15889 (calc-graph-name, calc-graph-find-command, calc-graph-view)
15890 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
15891 * calc/calc-ext.el (calc-realign):
15892 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
15893 (calc-embedded-finish-edit, calc-embedded-make-info)
15894 (calc-embedded-finish-command, calc-embedded-stack-change):
15895 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
15896
15897 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
15898 shell-dynamic-complete-filename in preference to
15899 comint-dynamic-complete-filename.
15900
15901 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
15902 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
15903 Don't consider whether the display supports colors.
15904 (bookmark-import-new-list): Use dolist.
15905 (bookmark-bmenu-mode-map): Move initialization into declaration.
15906 (bookmark-bmenu-list): Use dolist, simplify.
15907 (bookmark-show-all-annotations): Use save-selected-window and dolist.
15908 (menu-bar-final-items): Use push.
15909
15910 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
15911
15912 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
15913 it works on remote files.
15914 (vc-hg-diff): Don't pass any `--cwd' argument.
15915
15916 2009-10-27 Kevin Ryde <user42@zip.com.au>
15917
15918 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
15919 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
15920 (Further to Bug#3921).
15921
15922 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
15923
15924 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
15925 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
15926 calling `tramp-imap-put-file'. Add file size to the call.
15927 (tramp-imap-get-file-entries): Compute also user name, file size,
15928 and date.
15929 (tramp-imap-handle-insert-directory): Insert uid and gid.
15930 (tramp-imap-handle-file-attributes): Transform uid and gid
15931 according to `id-format'.
15932 (tramp-imap-put-file): New optional parameter SIZE. Encode file
15933 size in header X-Size.
15934
15935 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
15936
15937 * simple.el (transpose-subr): Give clearer error when the mark
15938 is not set. (Bug#4807)
15939
15940 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
15941
15942 * net/tramp.el (tramp-perl-file-truename): New defconst.
15943 Perl code contributed by yary <not.com@gmail.com> (tiny change).
15944 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
15945 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
15946 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
15947
15948 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
15949 Ignore `dired-call-process'.
15950 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
15951
15952 2009-10-26 Julian Scheid <julians37@gmail.com>
15953
15954 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
15955 (tramp-get-remote-readlink): New defun.
15956 (tramp-handle-file-truename): Use it.
15957 (tramp-handle-file-exists-p): Check file-attributes cache, assume
15958 file exists if cache value present.
15959 (tramp-check-cached-permissions): New defun.
15960 (tramp-handle-file-readable-p): Use it.
15961 (tramp-handle-file-writable-p): Likewise.
15962 (tramp-handle-file-executable-p): Likewise.
15963 (tramp-handle-file-name-all-completions): Try using Perl to get
15964 partial completions. When perl not available, combine `cd' and
15965 `ls' into single remote operation and use shell expansion to get
15966 partial remote directory contents. Set `file-exists-p' cache for
15967 directory and any files returned by ls. Change cache handling to
15968 support partial directory contents. Use error message emitted by
15969 remote `cd' or Perl code for local tramp-error.
15970 (tramp-do-copy-or-rename-file-directly): Avoid separate
15971 tramp-send-command-and-check call.
15972 (tramp-handle-process-file): Merge three remote ops into one.
15973 Do not flush all caches when `process-file-side-effects' is set.
15974 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
15975 file-attributes shows uid/gid to be set already.
15976
15977 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
15978
15979 * textmodes/tex-mode.el (tex-dvi-view-command)
15980 (tex-show-queue-command, tex-open-quote):
15981 * progmodes/ruby-mode.el (auto-mode-alist)
15982 (interpreter-mode-alist): Purecopy strings.
15983
15984 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
15985
15986 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
15987 string for the hook, keymap and abbrev table.
15988
15989 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
15990
15991 * x-dnd.el (x-dnd-xdnd-to-action):
15992 * startup.el (fancy-startup-text, fancy-about-text): Change to
15993 defconst from defvar.
15994
15995 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
15996
15997 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
15998 Purecopy initialization strings.
15999
16000 * mail/sendmail.el (mail-header-separator)
16001 (mail-personal-alias-file):
16002 * mail/rmail.el (rmail-default-dont-reply-to-names)
16003 (rmail-ignored-headers, rmail-retry-ignored-headers)
16004 (rmail-highlighted-headers, rmail-secondary-file-directory)
16005 (rmail-secondary-file-regexp):
16006 * files.el (null-device, file-name-invalid-regexp)
16007 (locate-dominating-stop-dir-regexp)
16008 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
16009 (interpreter-mode-alist): Use mapcar instead of mapc.
16010
16011 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
16012
16013 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
16014 (completion-ignored-extensions):
16015 (debug-ignored-errors): Purecopy strings.
16016
16017 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
16018
16019 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
16020 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
16021 (pcomplete--here): Use push.
16022
16023 * subr.el (all-completions): Declare the 4th arg obsolete.
16024
16025 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16026
16027 * pcomplete.el (pcomplete-unquote-argument-function): New var.
16028 (pcomplete-unquote-argument): New function.
16029 (pcomplete--common-suffix): Always pay attention to case.
16030 (pcomplete--table-subvert): Quote and unquote the text.
16031 (pcomplete--common-quoted-suffix): New function.
16032 (pcomplete-std-complete): Use it and pcomplete-begin.
16033
16034 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
16035 we're inside a dedicated or minibuffer window.
16036
16037 2009-10-24 Karl Fogel <kfogel@red-bean.com>
16038
16039 * bookmark.el: Update documentation, especially documentation
16040 of `bookmark-alist' and of the bookmark file format.
16041 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
16042
16043 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
16044
16045 * mail/emacsbug.el (report-emacs-bug): Clarify that the
16046 keybindings apply to the mail buffer (Bug#4003). Shrink help
16047 window to buffer.
16048
16049 * whitespace.el (whitespace-mode, whitespace-newline-mode)
16050 (global-whitespace-mode, global-whitespace-newline-mode)
16051 (whitespace-toggle-options, global-whitespace-toggle-options):
16052 Doc fix (Bug#3660).
16053
16054 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
16055 of xmltok-start before the end tag was inserted (Bug#2840).
16056
16057 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
16058 patterns that are preceded by an open-paren (Bug#1320).
16059
16060 2009-10-24 Sven Joachim <svenjoac@gmx.de>
16061
16062 * files.el (delete-directory): Delete symlinks to directories with
16063 delete-file (Bug#4739).
16064
16065 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
16066
16067 * vc.el (vc-backend-for-registration): Rename from
16068 vc-get-backend-for-registration. Update callers.
16069
16070 * international/mule-cmds.el (set-language-info-alist):
16071 Purecopy lang-env.
16072 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
16073 (charset): Purecopy the name.
16074 (define-char-code-property): Purecopy string arguments.
16075
16076 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
16077 Purecopy string arguments.
16078
16079 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
16080 * ediff-hook.el (menu-bar-ediff-menu):
16081 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
16082 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
16083
16084 2009-10-24 Glenn Morris <rgm@gnu.org>
16085
16086 * comint.el (comint-dynamic-list-completions):
16087 * term.el (term-dynamic-list-completions): Use choose-completion rather
16088 than obsolete alias mouse-choose-completion.
16089
16090 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
16091 file-cache-choose-completion.
16092 (file-cache-choose-completion): Handle an optional event argument.
16093 (file-cache-mouse-choose-completion): Make it an obsolete alias.
16094
16095 * progmodes/octave-mod.el (octave-complete-symbol):
16096 Use choose-completion if mouse-choose-completion is ever removed.
16097
16098 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
16099 use.
16100
16101 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
16102 compiler.
16103
16104 * vc-hooks.el (vc-responsible-backend): Fix declaration.
16105
16106 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
16107
16108 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
16109 Ignore `pred' now that we receive one.
16110 Handle test-completion specially.
16111
16112 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
16113
16114 * vc.el (vc-responsible-backend): Throw an error if not backend is
16115 found. Remove the REGISTER argument. Move the code dealing with
16116 REGISTER ...
16117 (vc-get-backend-for-registration): ... here. New function.
16118 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
16119 of vc-responsible-backend, pass the file name instead of the
16120 directory name.
16121
16122 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
16123
16124 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
16125 New funs.
16126 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
16127 (pcomplete-comint-setup): Don't modify a global var via
16128 accidental side-effects.
16129 (pcomplete-shell-setup): Adjust call accordingly.
16130 (pcomplete-parse-comint-arguments): Use push.
16131
16132 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
16133
16134 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
16135 Allow uncapitalized info node names (Bug#3921).
16136
16137 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
16138 to the DEBUG file (Bug#3781).
16139
16140 2009-10-23 Jari Aalto <jari.aalto@cante.net>
16141
16142 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
16143 dictionary entry (Bug#4579).
16144
16145 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
16146
16147 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
16148 from `rfn-eshadow-update-overlay-hook' when unloading.
16149 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
16150 "rsyncc". Adjust doc string.
16151 (tramp-temp-buffer-file-name): New buffer-local defvar.
16152 (tramp-handle-insert-file-contents, tramp-handle-write-region):
16153 Keep temporary file when indicated by method ("rsync" and
16154 "rsyncc").
16155 (tramp-handle-write-region): Handle APPEND.
16156 (tramp-delete-temp-file-function): New defun. Added to
16157 `kill-buffer-hook'.
16158
16159 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
16160
16161 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
16162
16163 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
16164
16165 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
16166 (color-name-rgb-alist, tty-standard-colors)
16167 (tty-color-mode-alist): Change to defconst.
16168
16169 * simple.el (mark-inactive): Purecopy message.
16170
16171 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
16172 (global-map, yank-menu):
16173 * textmodes/ispell.el (ispell-menu-map):
16174 * net/eudc.el (eudc-tools-menu):
16175 * international/mule-cmds.el (describe-language-environment-map)
16176 (setup-language-environment-map, set-coding-system-map)
16177 (mule-menu-keymap):
16178 * vc-hooks.el (vc-menu-entry, vc-menu-map):
16179 * replace.el (occur-mode-map):
16180 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
16181
16182 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
16183
16184 * calc/calc.el (math-read-number, math-read-number-simple):
16185 Use `save-match-data'.
16186
16187 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
16188
16189 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
16190 rather than fiddling with global-map bindings, since it should only
16191 affect per-terminal settings.
16192 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
16193
16194 * minibuffer.el (completion-table-with-terminator): Allow to specify
16195 the terminator-regexp.
16196
16197 * simple.el (switch-to-completions): Look for *Completions* in other
16198 frames as well.
16199
16200 * pcomplete.el: Allow the use of completion-tables.
16201 (pcomplete-std-complete): New command.
16202 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
16203 (pcomplete--here): Use a function for `form' rather than an expression,
16204 so it can be byte-compiled.
16205 (pcomplete-here, pcomplete-here*): Adjust accordingly.
16206 Add edebug declaration.
16207 (pcomplete-show-completions): Remove unused var `curbuf'.
16208 (pcomplete-do-complete, pcomplete-stub):
16209 Don't assume `completions' is a list of strings any more.
16210
16211 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
16212
16213 * find-dired.el (find-name-arg): Fix typo in docstring.
16214
16215 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
16216
16217 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
16218 (pcmpl-linux-fs-types): Same, and update to new modules layout.
16219
16220 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
16221 pcomplete-entries.
16222
16223 * comint.el (comint-read-input-ring, comint-write-input-ring)
16224 (comint-substitute-in-file-name)
16225 (comint-dynamic-complete-as-filename)
16226 (comint-dynamic-simple-complete)
16227 (comint-dynamic-list-filename-completions)
16228 (comint-dynamic-list-completions)
16229 (comint-redirect-results-list-from-process): Minor simplifications.
16230
16231 2009-10-21 Kevin Ryde <user42@zip.com.au>
16232
16233 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
16234 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
16235 the first form. And insert a blank line after ";;; Code" since
16236 that's usual style. (Bug#4612)
16237
16238 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
16239
16240 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
16241
16242 * minibuffer.el (completion-table-with-terminator): Properly implement
16243 boundaries, in case `terminator' appears in the suffix.
16244 (completion--embedded-envvar-table): Don't return boundaries if
16245 there's no valid completion. Simplify.
16246 (completion-file-name-table): New completion table extracted from
16247 completion--file-name-table.
16248 (completion--file-name-table): Use it.
16249 (read-file-name-predicate): Declare obsolete.
16250 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
16251 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
16252 completion-file-name-table, and use the `pred' argument.
16253 * files.el (locate-file-completion-table): Use the `pred' arg rather
16254 than read-file-name-predicate.
16255 (abbreviate-file-name): Use \` rather than ^ for BOS.
16256
16257 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
16258
16259 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
16260 vc-responsible-backend to register, it causes problems.
16261
16262 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
16263
16264 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
16265
16266 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
16267
16268 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
16269 (tramp-smb-handle-file-attributes): Use it.
16270 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
16271 (tramp-smb-handle-insert-directory): Use `mapc' rather than
16272 `mapcar'. Use `tramp-smb-get-stat-capability'.
16273 Add `dired-filename' text properties.
16274 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
16275 (tramp-smb-maybe-open-connection): Simplify check for smbclient
16276 version.
16277
16278 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
16279
16280 * subr.el (read-key-delay): Reduce to 0.01.
16281 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
16282 (bug#4751).
16283
16284 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
16285
16286 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
16287
16288 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
16289 (Info-menu): Remove unused vars `last' and `completions'.
16290 (Info-index-nodes): Remove unused var `node'.
16291
16292 * info.el (Info-complete-menu-item): Use complete-with-action.
16293
16294 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
16295
16296 Make vc-annotate work through copies and renames.
16297 * vc-annotate.el (vc-annotate-extract-revision-at-line):
16298 Return the file name too.
16299 (vc-annotate-revision-at-line)
16300 (vc-annotate-find-revision-at-line)
16301 (vc-annotate-revision-previous-to-line)
16302 (vc-annotate-show-log-revision-at-line): Update to get the file
16303 name from vc-annotate-extract-revision-at-line.
16304 (vc-annotate-show-diff-revision-at-line-internal): Change the
16305 argument to mean whether to show a file diff or not. Get the file
16306 name from vc-annotate-extract-revision-at-line.
16307 (vc-annotate-show-diff-revision-at-line):
16308 Update vc-annotate-show-diff-revision-at-line call.
16309 (vc-annotate-warp-revision): Add an optional file argument.
16310
16311 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
16312 (vc-git-annotate-extract-revision-at-line): Also return the file
16313 name if found.
16314
16315 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
16316 command. Remove unused code.
16317 (vc-hg-annotate-re): Update to match --follow output.
16318 (vc-hg-annotate-extract-revision-at-line): Also return the file
16319 name if found.
16320
16321 * vc.el: Update annotate-extract-revision-at-line documentation.
16322
16323 2009-10-18 Kevin Ryde <user42@zip.com.au>
16324
16325 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
16326 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
16327
16328 * net/browse-url.el (browse-url): Identify alist with "consp and
16329 not functionp" and let all other things go down the `apply' leg,
16330 as suggested by Stefan. (Further to bug#4531.)
16331
16332 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
16333
16334 * minibuffer.el (read-file-name): Check for repeat before putting
16335 a default argument in file-name-history (Bug#4657).
16336
16337 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
16338 read syntax (Bug#4737).
16339
16340 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
16341
16342 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
16343
16344 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
16345 (html-tag-alist, html-tag-help): Add descriptions for undocumented
16346 entries and make note of obsolete tags.
16347
16348 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
16349
16350 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
16351
16352 2009-10-18 Glenn Morris <rgm@gnu.org>
16353
16354 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
16355 grep, so that binary files (eg international/uni-bidi.el) can match.
16356 Remove test for "UnicodeData" files, since it is hopefully unnecessary
16357 now, and in any case the file header format has changed.
16358
16359 2009-10-17 Glenn Morris <rgm@gnu.org>
16360
16361 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
16362 (flyspell-get-word, flyspell-large-region)
16363 (flyspell-auto-correct-previous-word): Doc/error message fixes.
16364
16365 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
16366
16367 * Makefile.in (ELCFILES): Add ede/shell.
16368
16369 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
16370
16371 * term/common-win.el (x-colors): Purecopy it.
16372
16373 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
16374
16375 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
16376 permissive for when the buffer is empty.
16377 (tar-header-block-tokenize): Decode the username and groupname.
16378 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
16379
16380 2009-10-17 Eric Ludlam <zappo@gnu.org>
16381
16382 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
16383 contains multibyte characters, choose first applicable coding
16384 system automatically.
16385
16386 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
16387
16388 * international/mule-cmds.el (select-safe-coding-system): If the file
16389 has a coding cookie, use it regardless of any other setting (bug#4712).
16390
16391 2009-10-17 Glenn Morris <rgm@gnu.org>
16392
16393 * foldout.el (foldout-mouse-swallow-events):
16394 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
16395
16396 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
16397 (dired-keep-marker-copy, dired-keep-marker-hardlink)
16398 (dired-keep-marker-symlink, dired-dwim-target)
16399 (dired-copy-preserve-time): Do not autoload these defcustoms.
16400
16401 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
16402 messages from messing up the file coding. (Bug#4623)
16403
16404 2009-10-17 Jari Aalto <jari.aalto@cante.net>
16405
16406 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
16407 if no match is found for the current dictionary. (Bug#4578)
16408
16409 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
16410 optional, since that is how it is documented, and this is often called
16411 with a nil argument. (Bug#4577)
16412 (flyspell-external-point-words, flyspell-auto-correct-word)
16413 (flyspell-correct-word-before-point, flyspell-word-search-forward)
16414 (flyspell-word-search-backward): Remove nil argument in calls to
16415 flyspell-get-word, since it is not needed now.
16416
16417 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
16418
16419 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
16420
16421 2009-10-16 Glenn Morris <rgm@gnu.org>
16422
16423 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
16424
16425 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
16426
16427 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
16428 (ange-ftp-file-size): New function.
16429 (ange-ftp-file-attributes): Use it.
16430
16431 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
16432
16433 * net/tramp-smb.el (tramp-smb-version): New defvar.
16434 (tramp-smb-maybe-open-connection): Use it, in order to avoid
16435 repeated checks.
16436
16437 2009-10-16 Glenn Morris <rgm@gnu.org>
16438
16439 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
16440 Maybe copy some custom properties from old to new name. (Bug#4706)
16441
16442 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
16443
16444 * subr.el (error, sit-for, start-process-shell-command)
16445 (start-file-process-shell-command): Set the calling convention
16446 after the function definition.
16447
16448 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
16449
16450 * subr.el (error, sit-for, start-process-shell-command)
16451 (start-file-process-shell-command): Use the new
16452 set-advertised-calling-convention feature.
16453
16454 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
16455
16456 * international/ucs-normalize.el (ucs-normalize-version):
16457 Change to 1.2.
16458 (check-range): Adjust for Unicode 5.2.
16459
16460 2009-10-15 Juri Linkov <juri@jurta.org>
16461
16462 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
16463 to the `menu-item' format.
16464
16465 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
16466
16467 * net/tramp.el (tramp-replace-environment-variables): Do not fail
16468 if the environment variable does not exist.
16469
16470 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
16471 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
16472 parameter.
16473 (tramp-smb-handle-add-name-to-file)
16474 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
16475 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
16476 (tramp-smb-handle-file-attributes)
16477 (tramp-smb-do-file-attributes-with-stat)
16478 (tramp-smb-handle-file-local-copy)
16479 (tramp-smb-handle-insert-directory)
16480 (tramp-smb-handle-make-directory)
16481 (tramp-smb-handle-make-directory-internal)
16482 (tramp-smb-handle-make-symbolic-link)
16483 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
16484 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
16485 (tramp-smb-maybe-open-connection): Apply the changed parameters.
16486 (tramp-smb-read-file-entry): Read Disk names in compressed format.
16487 Handle long file names.
16488 (tramp-smb-get-cifs-capabilities): Check, whether the connection
16489 process is running.
16490 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
16491 Read share names with "-g" option.
16492
16493 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
16494
16495 * net/rcirc.el (rcirc-view-log-file): New command.
16496 (rcirc-track-minor-mode-map): Remove C-c ` binding.
16497 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
16498 specified.
16499
16500 2009-10-15 Glenn Morris <rgm@gnu.org>
16501
16502 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
16503 from the second command-line argument.
16504 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
16505 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
16506 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
16507 w32-batch-update-autoloads.
16508 * emacs-lisp/autoload.el (autoload-make-program): New variable.
16509 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
16510
16511 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
16512 the headers cannot be located. Simplify, subtracting superflous
16513 save-excursions.
16514
16515 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
16516
16517 Replace completion-base-size by completion-base-position to fix bugs
16518 such as (bug#4699).
16519 * simple.el (completion-base-position): New var.
16520 (completion-base-size): Mark as obsolete.
16521 (choose-completion): Make it work for mouse events as well.
16522 Pass the new base-position to choose-completion-string.
16523 (choose-completion-guess-base-position): New function, extracted from
16524 choose-completion-delete-max-match.
16525 (choose-completion-delete-max-match): Use it. Make obsolete.
16526 (choose-completion-string): Use the new base-position info.
16527 (completion-root-regexp): Delete.
16528 (completion-setup-function): Preserve completion-base-position.
16529 Eliminate obsolete base-size manipulation.
16530 * minibuffer.el (display-completion-list): Don't mess with base-size.
16531 (minibuffer-completion-help): Set completion-base-position instead.
16532 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
16533 choose-completion.
16534 * textmodes/bibtex.el (bibtex-complete):
16535 * emacs-lisp/crm.el (crm--choose-completion-string):
16536 Adjust to new calling convention.
16537 * complete.el (partial-completion-mode): Use minibufferp to avoid
16538 bumping into incompatible change to choose-completion-string-functions.
16539 * ido.el (ido-choose-completion-string): Make its calling convention
16540 more permissive.
16541 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
16542 base-size manipulation.
16543 (comint-dynamic-list-input-ring): Use dotimes and push.
16544 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
16545 fundamental-mode. Use `or'.
16546
16547 2009-10-14 Juri Linkov <juri@jurta.org>
16548
16549 * misearch.el (multi-isearch-next-buffer-from-list)
16550 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
16551
16552 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
16553
16554 * Makefile.in (compile-onefile): Load `bytecomp' rather than
16555 `bytecomp.el'.
16556
16557 * minibuffer.el (completion-pcm--merge-completions): Make sure the
16558 string we return is all made up of text from the completions rather
16559 than part from the completions and part from the input (bug#4219).
16560
16561 * ido.el (ido-everywhere): Use define-minor-mode.
16562
16563 * buff-menu.el (list-buffers, ctl-x-map):
16564 Mark the entry points with ;;;###autoload cookies.
16565
16566 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
16567
16568 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
16569 correctly in the detached head case.
16570 (vc-git-print-log): Remove unused binding.
16571
16572 * vc.el (vc-responsible-backend): When a directory is passed for
16573 for registration create a VC repository if no backend is
16574 responsible for the directory argument.
16575 (vc-deduce-fileset): Tell vc-responsible-backend to register.
16576
16577 * vc.el: Move comments about RCS and SCCS ...
16578 * vc-rcs.el:
16579 * vc-sccs.el: ... here, respectively.
16580
16581 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
16582
16583 * minibuffer.el (completion--file-name-table): Return nil if there's
16584 no file completion, even if substitute-in-file-name changed
16585 the string (bug#4708).
16586
16587 2009-10-13 Juri Linkov <juri@jurta.org>
16588
16589 * files-x.el (read-file-local-variable-value): Don't filter out
16590 minor modes from mode name completion (bug#4664).
16591
16592 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
16593
16594 * international/mule-cmds.el (ucs-names): Remove exclusion of
16595 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
16596
16597 2009-10-13 Kenichi Handa <handa@m17n.org>
16598
16599 * international/uni-name.el: Regenerated.
16600
16601 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
16602
16603 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
16604 should be automatically buffer-local, but isn't.)
16605
16606 2009-10-12 Sam Steingold <sds@gnu.org>
16607
16608 * progmodes/compile.el (compilation-next-error-function): Fix the
16609 timestamps if the buffer has been visited before.
16610 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
16611 non-anchored patterns, like the perl one (bug#3928).
16612
16613 2009-10-12 Glenn Morris <rgm@gnu.org>
16614
16615 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
16616 Let-bind `size'.
16617
16618 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
16619
16620 * proced.el (proced-unload-function): New function.
16621
16622 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
16623 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
16624 Doc fix.
16625
16626 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
16627
16628 2009-10-11 Juri Linkov <juri@jurta.org>
16629
16630 * files-x.el (read-file-local-variable-value):
16631 Provide default value only for bound variables (bug#4664).
16632
16633 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
16634
16635 * net/tramp.el (tramp-local-host-p): Function shall return nil for
16636 connection methods like smb.
16637
16638 * net/tramp-cache.el (tramp-flush-connection-property): The hash
16639 can be empty.
16640
16641 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
16642 (tramp-smb-file-name-handler-alist): Add handlers for
16643 `add-name-to-file', `make-symbolic-link'.
16644 (tramp-smb-handle-add-name-to-file)
16645 (tramp-smb-do-file-attributes-with-stat)
16646 (tramp-smb-handle-make-symbolic-link)
16647 (tramp-smb-get-cifs-capabilities): New defuns.
16648 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
16649 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
16650 (tramp-smb-handle-file-local-copy)
16651 (tramp-smb-handle-make-directory-internal)
16652 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
16653 The file name syntax depends on cifs capabilities.
16654 (tramp-smb-handle-file-attributes):
16655 Call `tramp-smb-do-file-attributes-with-stat' if possible.
16656 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
16657 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
16658
16659 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
16660
16661 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
16662 (eieio-defclass): Apply deftype handler and setf-method properties
16663 directly.
16664 (eieio-add-new-slot): Avoid union function from cl library.
16665 (eieio--typep): New function.
16666 (eieio-perform-slot-validation): Use it.
16667
16668 2009-10-10 Karl Fogel <kfogel@red-bean.com>
16669
16670 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
16671 Update documentation to refer to the variables documented in r1.135.
16672 (Bug#4188)
16673
16674 2009-10-10 Karl Fogel <kfogel@red-bean.com>
16675
16676 * bookmark.el (Info-suffix-list): Remove this unused variable.
16677 (bookmark-current-point): Remove this obsolete variable.
16678 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
16679 Adjust for removal of bookmark-current-point.
16680
16681 (bookmarks-already-loaded, bookmark-current-buffer)
16682 (bookmark-yank-point): Document. (Bug#4188)
16683
16684 2009-10-10 Glenn Morris <rgm@gnu.org>
16685
16686 * frame.el (frame-height): Doc fix.
16687
16688 * calendar/calendar.el (calendar-split-width-threshold): New option.
16689 (calendar-basic-setup): Use calendar-split-width-threshold.
16690
16691 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
16692
16693 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
16694 Ideographic Supplement" range (U+1F200..U+1F2FF).
16695
16696 2009-10-09 Karl Fogel <kfogel@red-bean.com>
16697
16698 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
16699 since the list will have been rebuilt anyway. (Bug#4349)
16700
16701 2009-10-09 Karl Fogel <kfogel@red-bean.com>
16702
16703 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
16704 (bookmark-bmenu-execute-deletions): Don't save here, as
16705 bookmark-delete will now do so if necessary.
16706 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
16707 (Bug#4348)
16708
16709 2009-10-09 Glenn Morris <rgm@gnu.org>
16710
16711 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
16712
16713 2009-10-09 Karl Fogel <kfogel@red-bean.com>
16714
16715 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
16716 (bookmark-jump-other-window): Just invoke bookmark-jump with new
16717 argument now, so the two function's behaviors will match. (Bug#3645)
16718
16719 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
16720
16721 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
16722 (tramp-file-name-real-host, tramp-file-name-port):
16723 Apply `save-match-data'.
16724
16725 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
16726 case both directories are remote.
16727 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
16728 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
16729
16730 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
16731
16732 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
16733
16734 2009-10-07 Glenn Morris <rgm@gnu.org>
16735
16736 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
16737 of concat.
16738
16739 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
16740
16741 * files-x.el (read-file-local-variable): Include some
16742 non-user-variables in the completion table (bug#4664).
16743
16744 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
16745
16746 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
16747 message.
16748
16749 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
16750 (tramp-smb-file-name-handler-alist): Add handler for
16751 `copy-directory', `expand-file-name', `set-file-modes'.
16752 (tramp-smb-handle-copy-directory)
16753 (tramp-smb-handle-expand-file-name)
16754 (tramp-smb-handle-set-file-modes): New defuns.
16755 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
16756 (tramp-smb-handle-file-attributes): Simplify check for retrieving
16757 entry.
16758 (tramp-smb-handle-insert-directory): Don't flush the cache.
16759 (tramp-smb-maybe-open-connection): Check for samba client and
16760 server versions.
16761
16762 2009-10-07 Eli Zaretskii <eliz@gnu.org>
16763
16764 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
16765 to not error out of search for "^lisp=" fails.
16766
16767 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
16768
16769 * makefile.w32-in (WINS_UPDATES): New macro.
16770 (custom-deps, finder-data, autoloads): Use it.
16771
16772 2009-10-07 Glenn Morris <rgm@gnu.org>
16773
16774 * Makefile.in (autoloads): Revert previous change.
16775 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
16776 the list of preloaded files passed on the command-line, get
16777 it from src/Makefile.
16778
16779 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
16780 show the original buffer rather than a random one.
16781
16782 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
16783
16784 * help.el (describe-no-warranty): Place point in a slightly better
16785 position in the GPLv3 text.
16786
16787 2009-10-06 Sam Steingold <sds@gnu.org>
16788
16789 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
16790 the comm attribute is present before calling regexp-quote.
16791
16792 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
16793
16794 * play/animate.el (animate-string): For good effect, make sure
16795 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
16796
16797 * play/animate.el (animate-sequence, animate-birthday-present):
16798 * misc.el (butterfly): Don't set `indent-tabs-mode'.
16799
16800 2009-10-06 Glenn Morris <rgm@gnu.org>
16801
16802 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
16803
16804 * emacs-lisp/autoload.el (autoload-excludes): New variable.
16805 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
16806 (batch-update-autoloads): Process a string value of autoload-excludes,
16807 set during the build process.
16808 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
16809
16810 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
16811 inside with-parsed... macro so that `v' is defined.
16812
16813 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
16814 * progmodes/fortran.el (fortran-end-of-block)
16815 (fortran-beginning-of-block):
16816 Also push mark in the macro case.
16817
16818 * emerge.el (emerge-show-file-name):
16819 * calc/calc.el (calc-quit):
16820 * calc/calc-misc.el (calc-big-or-small):
16821 * calc/calc-graph.el (calc-graph-view):
16822 * calc/calc-ext.el (calc-reset):
16823 * calendar/calendar.el (calendar-basic-setup):
16824 Use window-full-height-p.
16825
16826 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
16827 header we don't understand, don't insert another. (Bug#4624)
16828 If changing mime charset, insert the new one in the right place.
16829
16830 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
16831
16832 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
16833 (cal-tex-cursor-month): Correctly increment the end date for diary and
16834 holiday listing. (Bug#4626)
16835
16836 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
16837
16838 * help-fns.el (describe-function-1): Don't burp if the function is not
16839 a symbol.
16840
16841 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
16842
16843 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
16844 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
16845 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
16846 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
16847
16848 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
16849 (eieio-default-superclass): Reflow docstrings.
16850 (this, class-option-assoc, defclass, eieio-class-un-autoload)
16851 (eieio-unbind-method-implementations, defmethod)
16852 (eieio-validate-slot-value, eieio-validate-class-slot-value)
16853 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
16854 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
16855 (eieio-slot-originating-class-p, eieio-slot-name-index)
16856 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
16857 (constructor, initialize-instance, no-next-method, object-print)
16858 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
16859 Fix typos in docstrings.
16860 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
16861 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
16862 (next-method-p): Doc fixes.
16863 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
16864 Fix typos in error messages.
16865 (eieio-defmethod): Fix typo in description of generic method.
16866
16867 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
16868 (eieio-persistent-save-interactive, slot-missing):
16869 Fix typos in docstrings.
16870 (eieio-instance-inheritor-slot-boundp): Doc fix.
16871
16872 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
16873 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
16874
16875 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
16876 (eieio-custom-object-apply-reset):
16877 Fix typos in docstrings and error messages.
16878
16879 * emacs-lisp/eieio-datadebug.el (data-debug-show):
16880 Fix typo in docstring.
16881
16882 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
16883 (eieio-browse-tree): Doc fix.
16884 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
16885 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
16886 Fix typos in docstrings.
16887
16888 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
16889 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
16890 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
16891 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
16892 Reflow docstrings.
16893
16894 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
16895
16896 * vc-hg.el (log-view-vc-backend): Declare for compiler.
16897 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
16898 Set log-view-vc-backend so that diff can work.
16899
16900 * log-view.el (log-view-diff): Use vc-diff-internal instead of
16901 vc-version-diff.
16902 (vc-diff-internal): Autoload this instead of vc-version-diff.
16903
16904 2009-10-05 Eli Zaretskii <eliz@gnu.org>
16905
16906 * simple.el (eval-expression): Doc fix.
16907
16908 * progmodes/cwarn.el (cwarn-mode): Doc fix.
16909
16910 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
16911
16912 * files.el (directory-files-no-dot-files-regexp): New defconst.
16913 (delete-directory): Use it.
16914 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
16915
16916 * net/tramp.el (tramp-verbose): Fix docstring.
16917 (tramp-methods): Add recursive option to `tramp-copy-args'.
16918 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
16919 "scp1_old", "scp2_old", "rsync", "rsyncc".
16920 (tramp-default-method): Check also for `auth-source-user-or-password'.
16921 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
16922 Add handler for `copy-directory'.
16923 (tramp-handle-copy-directory): New defun.
16924 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
16925 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
16926 Optimize sent command.
16927
16928 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
16929
16930 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
16931 window if necessary.
16932
16933 * calendar/calendar.el (calendar-basic-setup): Don't call
16934 switch-to-buffer in a dedicated window.
16935
16936 2009-10-05 Karl Fogel <kfogel@red-bean.com>
16937
16938 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
16939 don't do anything related to relocating, just return nil.
16940 (bookmark-error-no-filename): New error.
16941 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
16942 bookmark has no file. Don't even attempt to handle things that
16943 are not files; the whole point of custom handlers is to keep that
16944 knowledge elsewhere anyway. Tighten some comments.
16945 (bookmark-file-or-variation-thereof): Remove now-unused function.
16946 (bookmark-location): Doc string fix.
16947 (Bug#4250)
16948
16949 2009-10-04 Karl Fogel <kfogel@red-bean.com>
16950
16951 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
16952 don't use a file dialog, because they usually don't know how to read
16953 a directory target from the user. (Bug#4230)
16954 Also, make sure the prompt can display directories as well as files.
16955
16956 2009-10-04 Karl Fogel <kfogel@red-bean.com>
16957
16958 * bookmark.el (bookmark-set, bookmark-buffer-name):
16959 Improve doc strings. (Bug#1193)
16960
16961 2009-10-04 Karl Fogel <kfogel@red-bean.com>
16962
16963 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
16964 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
16965 (bookmark-get-annotation, bookmark-set-annotation)
16966 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
16967 (bookmark-set-position, bookmark-get-front-context-string)
16968 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
16969 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
16970 (bookmark-jump-other-window, bookmark-handle-bookmark)
16971 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
16972 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
16973 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
16974 Improve doc strings to say whether bookmark can be a string or
16975 a record or both, and make other consistency and clarity fixes.
16976 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
16977 (bookmark-default-annotation-text, bookmark-yank-word)
16978 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
16979 (bookmark-import-new-list, bookmark-maybe-rename)
16980 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
16981 (bookmark-bmenu-bookmark): Give these doc strings.
16982 (bookmark-bmenu-check-position): Give this a doc string, but also
16983 add a FIXME comment about how the function may be pointless.
16984 (bookmark-default-handler): Rework doc string and change a
16985 parameter name, to clarify that this takes a bookmark record
16986 not a bookmark name.
16987 (bookmark-set): Change a parameter name to indicate its meaning,
16988 and improve the doc string a bit.
16989 (Bug#4188)
16990
16991 2009-10-04 Karl Fogel <kfogel@red-bean.com>
16992
16993 * bookmark.el (bookmark-alist): Document the new `handler' element
16994 in the param alist.
16995 (bookmark-make-record-function): Adjust documentation for above.
16996 (Bug#4193)
16997
16998 2009-10-04 Karl Fogel <kfogel@red-bean.com>
16999
17000 * info.el (Info-bookmark-make-record): Document this function.
17001 (Info-bookmark-jump): Document with a doc string, not just a comment.
17002 (Bug#4203)
17003
17004 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
17005
17006 * files.el (copy-directory): New defun.
17007
17008 * dired-aux.el (dired-copy-file-recursive): Use it.
17009
17010 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
17011
17012 * files-x.el (modify-dir-local-variable)
17013 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
17014 docstrings.
17015
17016 * recentf.el (recentf-unload-function): New function.
17017
17018 2009-10-04 Glenn Morris <rgm@gnu.org>
17019
17020 * window.el (window-full-height-p): Add doc string.
17021
17022 2009-10-04 Martin Rudalics <rudalics@gmx.at>
17023
17024 * window.el (window-full-height-p): New function. (Bug#4543)
17025
17026 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
17027
17028 * vc.el: Remove commented out code.
17029 (vc-derived-from-dir-mode): Remove, unused.
17030 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
17031
17032 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
17033
17034 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
17035 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
17036 there could be recursive loading when `default-directory' is a
17037 remote file name. (Bug#4614)
17038
17039 2009-10-03 Glenn Morris <rgm@gnu.org>
17040
17041 * calendar/calendar.el (calendar-basic-setup): Handle the case where
17042 the frame is wide.
17043 (calendar-generate-window): Test for shrinkability rather than width.
17044
17045 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
17046 reusing existing buffers, in case we happen to visit two files with the
17047 same basename. (Bug#4593)
17048
17049 2009-10-02 Eli Zaretskii <eliz@gnu.org>
17050
17051 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
17052 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
17053 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
17054 subdirs of cedet as well.
17055 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
17056
17057 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
17058
17059 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
17060 Obey advertised-signature-table.
17061
17062 * help-fns.el (help-function-arglist): Don't check
17063 advertised-signature-table.
17064 (describe-function-1): Do it here instead so it also applies to subrs.
17065
17066 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
17067
17068 * simple.el (start-file-process): Say in the doc-string, that file
17069 handlers might not support pty association, if PROGRAM is nil.
17070
17071 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
17072 HOST and USER are strings. They are nil, when there are
17073 incomplete entries in ~/.netrc, for example.
17074 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
17075 root directory ("device busy" error otherwise).
17076
17077 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
17078 Flush file properties of created directory.
17079
17080 2009-10-02 Eli Zaretskii <eliz@gnu.org>
17081
17082 * makefile.w32-in (WINS_BASIC): Remove cedet.
17083 (WINS_CEDET): Add cedet.
17084 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
17085
17086 2009-10-02 Kevin Ryde <user42@zip.com.au>
17087
17088 * net/browse-url.el (browse-url): Pass any symbol in
17089 browse-url-browser-function to `apply', since if you've mistakenly put
17090 an unbound symbol then the error is clearer. (Bug#4531)
17091
17092 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
17093
17094 * allout.el (allout-init, allout-back-to-current-heading)
17095 (allout-beginning-of-current-entry, allout-ascend-to-depth)
17096 (allout-ascend, allout-up-current-level, allout-end-of-level)
17097 (allout-previous-visible-heading, allout-forward-current-level)
17098 (allout-backward-current-level, allout-show-children):
17099 * apropos.el (apropos-describe-plist):
17100 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
17101 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
17102 * completion.el (add-completion, add-permanent-completion):
17103 * descr-text.el (describe-text-category, describe-char):
17104 * desktop.el (desktop-lazy-abort):
17105 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
17106 * dired.el (dired-build-subdir-alist):
17107 * ediff.el (ediff-version):
17108 * elide-head.el (elide-head, elide-head-show):
17109 * emerge.el (emerge-version):
17110 * env.el (getenv):
17111 * face-remap.el (variable-pitch-mode):
17112 * faces.el (describe-face):
17113 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
17114 (dired-at-point):
17115 * files.el (find-file-existing, auto-save-mode):
17116 * font-lock.el (font-lock-fontify-buffer):
17117 * help-fns.el (describe-function, describe-variable)
17118 (describe-syntax, describe-categories):
17119 * help.el (view-lossage, describe-bindings, describe-key)
17120 (describe-mode):
17121 * hexl.el (hexl-current-address):
17122 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
17123 * info.el (Info-goto-emacs-key-command-node):
17124 * log-edit.el (log-edit-insert-cvs-template)
17125 (log-edit-insert-cvs-rcstemplate):
17126 * menu-bar.el (menu-bar-mode):
17127 * mouse.el (mouse-appearance-menu):
17128 * newcomment.el (comment-indent-new-line):
17129 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
17130 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
17131 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
17132 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
17133 * recentf.el (recentf-mode):
17134 * savehist.el (savehist-mode, savehist-save):
17135 * shadowfile.el (shadow-copy-files):
17136 * simple.el (kill-ring-save, next-line, previous-line)
17137 (normal-erase-is-backspace-mode):
17138 * strokes.el (strokes-update-window-configuration)
17139 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
17140 (strokes-xpm-for-stroke):
17141 * time.el (emacs-uptime, emacs-init-time):
17142 * tutorial.el (tutorial--describe-nonstandard-key)
17143 (tutorial--detailed-help):
17144 * type-break.el (type-break-mode)
17145 (type-break-mode-line-message-mode, type-break-query-mode)
17146 (type-break-guesstimate-keystroke-threshold):
17147 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
17148 * version.el (emacs-version):
17149 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
17150 * winner.el (winner-mode):
17151 * calendar/timeclock.el (timeclock-in, timeclock-out)
17152 (timeclock-status-string, timeclock-change)
17153 (timeclock-workday-remaining-string)
17154 (timeclock-workday-elapsed-string)
17155 (timeclock-when-to-leave-string):
17156 * calendar/todo-mode.el (todo-add-category):
17157 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
17158 * emacs-lisp/autoload.el (update-file-autoloads):
17159 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
17160 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
17161 (checkdoc-message-text, checkdoc-defun):
17162 * emacs-lisp/debug.el (debugger-list-functions):
17163 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
17164 * emacs-lisp/eieio-opt.el (eieio-describe-class)
17165 (eieio-describe-generic):
17166 * emacs-lisp/lisp-mnt.el (lm-synopsis):
17167 * emacs-lisp/shadow.el (list-load-path-shadows):
17168 * emulation/cua-base.el (cua-mode):
17169 * emulation/edt.el (edt-set-scroll-margins):
17170 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
17171 (tpu-toggle-regexp, tpu-toggle-search-direction)
17172 (tpu-toggle-rectangle, tpu-toggle-control-keys):
17173 * emulation/tpu-extras.el (tpu-set-scroll-margins):
17174 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
17175 (viper-set-parsing-style-toggling-macro)
17176 (viper-set-emacs-state-searchstyle-macros):
17177 * emulation/viper.el (viper-set-hooks):
17178 * eshell/esh-mode.el (eshell-truncate-buffer):
17179 * international/mule-cmds.el (prefer-coding-system)
17180 (describe-input-method, describe-language-environment):
17181 * international/mule-diag.el (list-character-sets)
17182 (describe-character-set, describe-coding-system)
17183 (describe-fontset, list-fontsets, list-input-methods):
17184 * mail/sendmail.el (mail-signature):
17185 * net/ange-ftp.el (ange-ftp-copy-file):
17186 * net/browse-url.el (browse-url):
17187 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
17188 * net/quickurl.el (quickurl-add-url):
17189 * net/rcirc.el (names, topic):
17190 * net/xesam.el (xesam-mode):
17191 * play/5x5.el (5x5-new-game):
17192 * play/yow.el (apropos-zippy):
17193 * progmodes/ada-mode.el (ada-mode-version):
17194 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
17195 (f90-end-of-block)
17196 (f90-beginning-of-block):
17197 * progmodes/fortran.el (fortran-end-of-block)
17198 (fortran-beginning-of-block):
17199 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
17200 * progmodes/python.el (python-describe-symbol, python-shell):
17201 * term/ns-win.el (ns-print-buffer):
17202 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
17203 * textmodes/flyspell.el (flyspell-mode-on):
17204 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
17205 (pages-directory-for-addresses):
17206 * textmodes/table.el (table-recognize-cell)
17207 (table-query-dimension, table-generate-source)
17208 (table-insert-sequence, table--warn-incompatibility):
17209 * textmodes/tex-mode.el (tex-validate-buffer):
17210 * textmodes/texinfmt.el (texinfmt-version)
17211 (texinfo-format-buffer):
17212 Use `called-interactively-p' instead of `interactive-p'.
17213
17214 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
17215
17216 * image-mode.el (image-toggle-display):
17217 * emacs-lisp/elp.el (elp-instrument-function):
17218 * emacs-lisp/advice.el (ad-make-advised-definition):
17219 * emacs-lisp/easy-mmode.el (define-minor-mode):
17220 * net/browse-url.el (browse-url-maybe-new-window):
17221 * progmodes/sh-script.el (sh-learn-buffer-indent):
17222 Pass new argument 'any to `called-interactively-p'.
17223
17224 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
17225
17226 * international/uni-bidi.el:
17227 * international/uni-category.el:
17228 * international/uni-combining.el:
17229 * international/uni-comment.el:
17230 * international/uni-decimal.el:
17231 * international/uni-decomposition.el:
17232 * international/uni-digit.el:
17233 * international/uni-lowercase.el:
17234 * international/uni-mirrored.el:
17235 * international/uni-name.el:
17236 * international/uni-numeric.el:
17237 * international/uni-old-name.el:
17238 * international/uni-titlecase.el:
17239 * international/uni-uppercase.el:
17240 Regenerate from Unicode 5.2.0 data.
17241
17242 2009-10-01 Glenn Morris <rgm@gnu.org>
17243
17244 * Makefile.in (ELCFILES): Regenerate.
17245
17246 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
17247
17248 * subr.el (interactive-p): Mark obsolete.
17249 (called-interactively-p): Make the optional-ness of `kind' obsolete.
17250 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
17251 advertised-signature-table for subroutines as well.
17252
17253 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
17254 (set-advertised-calling-convention): New function.
17255 (make-obsolete, define-obsolete-function-alias)
17256 (make-obsolete-variable, define-obsolete-variable-alias):
17257 Make the optional-ness of `when' obsolete.
17258 (define-obsolete-face-alias): Make `when' non-optional.
17259 * help-fns.el (help-function-arglist):
17260 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
17261 Use advertised-signature-table.
17262
17263 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
17264
17265 * files.el (delete-directory): New defun. The original function
17266 in fileio.c has been renamed to `delete-directory-internal'.
17267
17268 * dired.el (dired-delete-file): Call `delete-directory' with
17269 RECURSIVE parameter.
17270
17271 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
17272 parameter RECURSIVE. Implementation is missing.
17273
17274 * net/tramp.el (tramp-handle-make-directory): Flush upper
17275 directory's file properties.
17276 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
17277 (tramp-handle-dired-recursive-delete-directory): Flush directory
17278 properties after the remove command only.
17279
17280 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
17281 Handle optional parameter RECURSIVE.
17282
17283 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
17284 Handle optional parameter RECURSIVE.
17285
17286 * net/tramp-smb.el (tramp-smb-errors): Add error message for
17287 connection timeout.
17288 (tramp-smb-handle-delete-directory): Handle optional parameter
17289 RECURSIVE.
17290
17291 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
17292
17293 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
17294 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
17295 (byte-compile-defmacro): Use backquotes.
17296
17297 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
17298
17299 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
17300 has no associated file.
17301 (vc-resynch-buffer): Use vc-dir-buffers.
17302
17303 2009-10-01 Glenn Morris <rgm@gnu.org>
17304
17305 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
17306 (chart-file-count):
17307 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
17308 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
17309 * emacs-lisp/eieio-opt.el (eieio-describe-class):
17310 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
17311 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
17312 (eieio-copy-parents-into-subclass, make-instance, class-children)
17313 (eieio-generic-form):
17314
17315 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
17316 match-data. (Bug#4555).
17317
17318 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
17319 rather than parsing it as a regexp. This relaxes the layout
17320 requirements and makes errors easier to detect.
17321 (check-declare-verify): Check file is regular.
17322 (check-declare-directory): Doc fix.
17323 * subr.el (declare-function): Doc fix.
17324
17325 * ibuffer.el (ibuffer-format-qualifier):
17326 * isearch.el (hi-lock-regexp-okay):
17327 * calc/calc.el (math-zerop):
17328 * mail/uce.el (rmail-msgbeg, rmail-msgend):
17329 * term/w32-win.el (setup-default-fontset, set-fontset-font):
17330 Remove unused declarations.
17331
17332 2009-09-30 Eric Ludlam <zappo@gnu.org>
17333
17334 * emacs-lisp/eieio.el (boolean-p): Delete.
17335
17336 2009-09-30 Glenn Morris <rgm@gnu.org>
17337
17338 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
17339
17340 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
17341 filename is not a string.
17342
17343 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
17344
17345 * files.el (safe-local-eval-forms): Fix typo.
17346
17347 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
17348
17349 * vc-hooks.el (vc-dir-buffers): New var.
17350 (vc-state-refresh): New function.
17351 (vc-state): Use it.
17352 (vc-after-save): Always ask the backend to recompute the new state.
17353 Always call vc-dir if necessary, using vc-dir-buffers.
17354 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
17355 Use vc-dir-buffers.
17356 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
17357 (vc-dir-prepare-status-buffer, vc-dir-update)
17358 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
17359 Don't call expand-file-name on default-directory.
17360
17361 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
17362
17363 * speedbar.el (speedbar-item-delete):
17364 * calc/calc-prog.el (calc-kbd-if):
17365 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
17366
17367 * epa.el (epa-key-list-mode-map):
17368 * hi-lock.el (hi-lock-menu): Fix typos in menus.
17369
17370 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
17371 (hs-show-hook): Fix typo in docstring.
17372
17373 2009-09-29 Glenn Morris <rgm@gnu.org>
17374
17375 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
17376 file-name-nondirectory call preventing location of cedet files.
17377 (check-declare-verify): Use literal search rather than re-search.
17378 Add basic defmethod and defclass, and define-overloadable-function.
17379
17380 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
17381 Use tramp-compat-file-attributes rather than nonexistent
17382 tramp-compat-handle-file-attributes.
17383
17384 * Makefile.in (lisptagsfiles4): New.
17385 (AUTOGENEL): Add cedet loaddefs files.
17386 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
17387 (update-elclist, compile-always, backup-compiled-files)
17388 (bootstrap-clean): Add yet another directory level.
17389 (update-elclist): Use LC_COLLATE rather than COLLATE.
17390 (ELCFILES): Update, via `make update-elclist'.
17391
17392 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
17393
17394 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
17395 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
17396 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
17397
17398 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
17399
17400 * Makefile.in (lisptagsfiles3): Define.
17401 (TAGS, TAGS-LISP): Use it.
17402 (update-elclist): Add third directory level to look for elc files.
17403 (compile-always): Likewise.
17404 (backup-compiled-files): Likewise.
17405 (bootstrap-clean): Likewise.
17406 (ELCFILES): Update.
17407
17408 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
17409
17410 * Makefile.in (ELCFILES): Add CEDET files.
17411
17412 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
17413
17414 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
17415
17416 * net/tramp.el (top): Require tramp-imap.
17417
17418 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
17419 Use `tramp-compat-handle-file-attributes'.
17420
17421 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
17422
17423 * net/tramp-imap.el: New package.
17424
17425 2009-09-28 Eric Ludlam <zappo@gnu.org>
17426
17427 * emacs-lisp/chart.el:
17428 * emacs-lisp/eieio-base.el:
17429 * emacs-lisp/eieio-comp.el:
17430 * emacs-lisp/eieio-custom.el:
17431 * emacs-lisp/eieio-datadebug.el:
17432 * emacs-lisp/eieio-opt.el:
17433 * emacs-lisp/eieio-speedbar.el:
17434 * emacs-lisp/eieio.el: New files.
17435
17436 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17437
17438 * whitespace.el (whitespace-trailing-regexp)
17439 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
17440 Fix doc string.
17441
17442 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
17443
17444 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
17445 menu.
17446
17447 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
17448 menu-bar-ediff-menu.
17449
17450 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
17451 define-overloadable-function.
17452
17453 * progmodes/autoconf.el: Provide autoconf as well, so that this
17454 file can be `require'd.
17455
17456 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
17457
17458 * emacs-lisp/autoload.el (generated-autoload-feature)
17459 (generated-autoload-load-name): New vars.
17460 (autoload-rubric, autoload-generate-file-autoloads): Use them.
17461 (make-autoload): Recognize define-overloadable-function and
17462 defclass forms (for EIEIO).
17463
17464 * Makefile.in (update-subdirs): Exclude cedet directory.
17465
17466 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
17467
17468 * term/ns-win.el: Don't set the region face background. (Bug#4381)
17469
17470 * faces.el: Default light-background background for region face to
17471 ns_selection_color under NS.
17472
17473 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
17474
17475 * net/imap-hash.el: New library, see NEWS.
17476
17477 * Makefile.in (ELCFILES): Add imap-hash.el.
17478
17479 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
17480
17481 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
17482 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
17483 * help-macro.el (make-help-screen): Avoid using an ambiguous function
17484 definition where the docstring could be taken for the return value.
17485
17486 2009-09-26 Glenn Morris <rgm@gnu.org>
17487
17488 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
17489 Add option to only show images below a certain size.
17490 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
17491 save-excursion calls.
17492
17493 2009-09-26 Eli Zaretskii <eliz@gnu.org>
17494
17495 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
17496 subdirectories) and eieio.
17497
17498 2009-09-26 Alan Mackenzie <acm@muc.de>
17499
17500 * progmodes/cc-engine.el (c-beginning-of-statement-1):
17501 Correct buggy bracketing. (Bug#4289)
17502
17503 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
17504 character constants (as case labels). (Bug#4289)
17505
17506 2009-09-25 Juri Linkov <juri@jurta.org>
17507
17508 * files.el (safe-local-eval-forms): Allow time-stamp in
17509 before-save-hook (Bug#4554).
17510
17511 2009-09-25 Drew Adams <drew.adams@oracle.com>
17512
17513 * menu-bar.el (list-buffers-directory): Doc fix.
17514
17515 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
17516
17517 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
17518 Try and avoid copying twice the same paragraph.
17519 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
17520 Remove save-excursion.
17521 (log-edit-changelog-entry): Do it here instead.
17522
17523 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
17524
17525 * bs.el (bs--get-file-name): Use `list-buffers-directory'
17526 when available, instead of hardcoding mode names. Doc fix.
17527
17528 * menu-bar.el (list-buffers-directory): Add docstring.
17529 Make automatically buffer-local.
17530
17531 * dired.el (dired-mode):
17532 * files.el (cd-absolute):
17533 * pcvs.el (cvs-temp-buffer):
17534 * pcvs-util.el (cvs-get-buffer-create):
17535 * shell.el (shell-mode):
17536 * vc-dir.el (vc-dir-mode):
17537 Don't make `list-buffers-directory' buffer local.
17538
17539 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
17540
17541 * comint.el (comint-exec, comint-run, make-comint):
17542 Doc fixes (Bug#4542).
17543
17544 2009-09-25 Glenn Morris <rgm@gnu.org>
17545
17546 * mail/rmailmm.el (rmail-mime): New custom group.
17547 Move all defcustoms in this file into this group.
17548 (rmail-mime-media-type-handlers-alist): Revert previous change.
17549 (rmail-mime-show-images): New option.
17550 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
17551 references to it, since it wasn't actually used for anything.
17552 (rmail-mime-insert-image): New function.
17553 (rmail-mime-image): Use rmail-mime-insert-image.
17554 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
17555 obey the value of `rmail-mime-show-images' option. Print the size of
17556 attachments.
17557
17558 2009-09-25 David Engster <deng@randomsample.de>
17559
17560 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
17561
17562 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17563
17564 * whitespace.el: Does not highlight trailing spaces While point is
17565 at end of line. Does not highligt spaces at beginning of buffer
17566 while point is at beginning of buffer. Does not highlight spaces
17567 at end of buffer while point is at end of buffer. (Bug#4177)
17568 New version 12.0.
17569 (whitespace-display-mappings): Adjust initialization.
17570 (whitespace-point, whitespace-font-lock-refontify): New vars.
17571 (whitespace-color-on, whitespace-color-off): Adjust code.
17572 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
17573 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
17574 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
17575
17576 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
17577
17578 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
17579
17580 * textmodes/sgml-mode.el: Remove xml-mode alias.
17581
17582 * files.el (auto-mode-alist, conf-mode-maybe)
17583 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
17584
17585 2009-09-24 Alan Mackenzie <acm@muc.de>
17586
17587 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
17588 c-forward-conditionals, but it doesn't move point and doesn't set
17589 the mark.
17590 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
17591 (c-down-conditional-with-else, c-backward-conditional)
17592 (c-forward-conditional): Refactor to use c-scan-conditionals.
17593
17594 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
17595
17596 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
17597 (help-default-arg-highlight): Remove.
17598 (help-highlight-arg): New function.
17599 (help-do-arg-highlight): Use it.
17600 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
17601
17602 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
17603
17604 * term.el (term-set-scroll-region, term-handle-ansi-escape):
17605 Undo last change, which didn't fix the problem and introduced others.
17606
17607 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
17608
17609 * progmodes/gdb-mi.el: Don't require speedbar.
17610 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
17611
17612 2009-09-24 Glenn Morris <rgm@gnu.org>
17613
17614 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
17615
17616 * term/ns-win.el (ns-reg-to-script): Define for compiler.
17617
17618 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
17619 there is no newline after the final mime boundary. (Bug#4539)
17620 Move markers on insertion so that any buttons inserted don't end up in
17621 the next part of a multipart message.
17622 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
17623 (rmail-mime-bulk-handler): Optionally handle images.
17624 (rmail-mime-image): New button action.
17625 (rmail-mime-image-handler): New function.
17626 (rmail-mime-mode): New mode.
17627 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
17628
17629 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
17630
17631 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
17632 than just dropping elements from it (bug#4504).
17633
17634 * term.el (term-set-scroll-region): Don't move cursor any more.
17635 (term-handle-ansi-escape): Call term-goto here instead.
17636 Suggested by Ivan Kanis <apple@kanis.eu>.
17637
17638 * term.el: Require CL.
17639 (term-ansi-reset): New function.
17640 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
17641 (term-handle-colors-array): Simplify.
17642
17643 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
17644
17645 * allout.el (allout-overlay-interior-modification-handler)
17646 (allout-obtain-passphrase):
17647 * epa-file.el (epa-file-write-region):
17648 * ps-print.el (ps-begin-job):
17649 * vc-hooks.el (vc-toggle-read-only):
17650 * vc-rcs.el (vc-rcs-rollback):
17651 * vc-sccs.el (vc-sccs-rollback):
17652 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
17653 (vc-version-diff, vc-revert, vc-rollback):
17654 * wdired.el (wdired-check-kill-buffer):
17655 * emacs-lisp/authors.el (authors):
17656 * net/socks.el (socks-open-connection):
17657 * net/zeroconf.el (zeroconf-service-add-hook):
17658 * obsolete/vc-mcvs.el (vc-mcvs-register):
17659 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
17660 (gdb-select-frame):
17661 * progmodes/grep.el (lgrep, rgrep):
17662 * progmodes/idlw-help.el (idlwave-help-check-locations)
17663 (idlwave-help-html-link, idlwave-help-assistant-open-link):
17664 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
17665 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
17666 (reftex-toc-rename-label): Fix typos in error messages.
17667
17668 * dired-aux.el (dired-do-shell-command): Reflow docstring.
17669 (dired-copy-how-to-fn): Doc fix.
17670 (dired-files-attributes, dired-read-shell-command):
17671 Fix typos in docstrings.
17672
17673 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
17674 (dired-x-find-file-other-window): Reflow docstrings.
17675 (dired-omit-marker-char, dired-read-shell-command)
17676 (dired-x-submit-report): Fix typos in docstrings.
17677
17678 * shell.el (shell-mode-hook):
17679 * view.el (View-scroll-line-forward):
17680 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
17681 Fix typos in docstrings.
17682
17683 * net/dig.el (dig-invoke): Fix typo in docstring.
17684 (query-dig): Reflow docstring.
17685
17686 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
17687 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
17688 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
17689 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
17690 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
17691 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
17692 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
17693 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
17694 (idlwave-completion-map, idlwave-current-indent)
17695 (idlwave-custom-ampersand-surround, idlwave-customize)
17696 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
17697 (idlwave-define-abbrev, idlwave-determine-class-special)
17698 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
17699 (idlwave-end-block-reg, idlwave-end-of-statement)
17700 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
17701 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
17702 (idlwave-explicit-class-listed, idlwave-file-header)
17703 (idlwave-fill-paragraph, idlwave-find-class-definition)
17704 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
17705 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
17706 (idlwave-in-quote, idlwave-indent-action-table)
17707 (idlwave-indent-expand-table, idlwave-indent-line)
17708 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
17709 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
17710 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
17711 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
17712 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
17713 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
17714 (idlwave-outlawed-buffers, idlwave-popup-select)
17715 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
17716 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
17717 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
17718 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
17719 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
17720 (idlwave-statement-type, idlwave-struct-skip)
17721 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
17722 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
17723 (idlwave-what-module-find-class): Fix typos in docstrings.
17724 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
17725 (idlwave-calculate-cont-indent, idlwave-expand-equal)
17726 (idlwave-find-module, idlwave-find-structure-definition)
17727 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
17728 (idlwave-list-load-path-shadows, idlwave-next-statement)
17729 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
17730 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
17731 (idlwave-template): Reflow docstrings.
17732
17733 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
17734 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
17735 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
17736 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
17737 (idlwave-shell-display-line, idlwave-shell-display-wframe)
17738 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
17739 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
17740 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
17741 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
17742 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
17743 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
17744 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
17745 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
17746 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
17747 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
17748 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
17749 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
17750 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
17751 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
17752 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
17753 Fix typos in docstrings.
17754 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
17755 (idlwave-shell-hide-output, idlwave-shell-mode)
17756 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
17757 Reflow docstrings.
17758
17759 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
17760
17761 2009-09-24 Ivan Kanis <apple@kanis.eu>
17762
17763 * term.el (term-bold-attribute): New var.
17764 (term-handle-colors-array): Use it.
17765
17766 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
17767
17768 * progmodes/gdb-mi.el (gdb-version): New variable.
17769 (gdb-non-stop-handler): Set gdb-version.
17770 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
17771 Condition "--thread" option on gdb-version.
17772 (gdb-invalidate-threads): Remove unused argument.
17773
17774 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
17775
17776 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
17777 to looking-back to avoid ridiculous slow down in large files (bug#4511).
17778
17779 2009-09-23 Glenn Morris <rgm@gnu.org>
17780
17781 * mail/rmail.el (rmail-reply): Don't try to add a References header when
17782 replying to mail without References or Message-Id. (Bug#4525)
17783
17784 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
17785
17786 * term/ns-win.el (ns-reg-to-script): New variable.
17787
17788 2009-09-23 Daiki Ueno <ueno@unixuser.org>
17789
17790 * epg.el (epg-wait-for-status): Preserve existing 'error results.
17791
17792 2009-09-22 Sam Steingold <sds@gnu.org>
17793
17794 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
17795 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
17796 to 1 because hg returns status 1 when nothing is found.
17797 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
17798
17799 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
17800
17801 * textmodes/fill.el: Convert to utf-8 encoding.
17802 (fill-french-nobreak-p): Remove redundant » and « inherited from our
17803 pre-Unicode days.
17804
17805 * add-log.el (change-log-fill-forward-paragraph): New function.
17806 (change-log-mode): Use it so fill-region DTRT.
17807 Set fill-indent-according-to-mode here rather than in
17808 change-log-fill-paragraph.
17809 (change-log-fill-paragraph): Remove.
17810
17811 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
17812
17813 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
17814 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
17815
17816 2009-09-22 Glenn Morris <rgm@gnu.org>
17817
17818 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
17819 the scroll-bar scroll the calendar window rather than the buffer.
17820
17821 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
17822 commands that move point (as opposed to scrolling).
17823
17824 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
17825
17826 * emacs-lisp/elint.el (elint): New custom group.
17827 (elint-log-buffer): Make it a defcustom.
17828 (elint-scan-preloaded, elint-ignored-warnings)
17829 (elint-directory-skip-re): New options.
17830 (elint-builtin-variables): Doc fix.
17831 (elint-preloaded-env): New variable.
17832 (elint-unknown-builtin-args): Add an entry for encode-time.
17833 (elint-extra-errors): Make it a variable rather than a constant.
17834 (elint-preloaded-skip-re): New constant.
17835 (elint-directory): Skip files matching elint-directory-skip-re.
17836 (elint-features): New variable, local to linted buffers.
17837 (elint-update-env): Initialize elint-features. Possibly add
17838 elint-preloaded-env to the buffer's environment.
17839 (elint-get-top-forms): Bind elint-current-pos, for log messages.
17840 Skip quoted forms.
17841 (elint-init-form): New function, extracted from elint-init-env.
17842 Make non-list forms a warning rather than an error.
17843 Add the mode-map for define-derived-mode. Handle define-minor-mode,
17844 easy-menu-define, put that adds an error-condition, and provide.
17845 When requiring cl, also require cl-macs. Really require cl, to handle
17846 some cl macros. Store required libraries in the list elint-features,
17847 so as not to re-load them. Treat cc-require like require.
17848 (elint-init-env): Call elint-init-form to do the work.
17849 Handle eval-and-compile and such like.
17850 (elint-add-required-env): Do not clear messages.
17851 (elint-special-forms): Add handlers for function, defalias, if, when,
17852 unless, and, or.
17853 (elint-form): Add optional argument to ignore elint-special-forms,
17854 useful to prevent recursive calls from handlers. Doc fix.
17855 Respect elint-ignored-warnings.
17856 (elint-form): Respect elint-ignored-warnings.
17857 (elint-bound-variable, elint-bound-function): New variables.
17858 (elint-unbound-variable): Respect elint-bound-variable.
17859 (elint-get-args): Respect elint-bound-function.
17860 (elint-check-cond-form): Add some simple handling for (f)boundp and
17861 featurep tests.
17862 (elint-check-defalias-form): New handler.
17863 (elint-check-let-form): Make an empty let a warning rather than an
17864 error.
17865 (elint-check-setq-form): Make an empty setq a warning rather than an
17866 error. Respect elint-ignored-warnings.
17867 (elint-check-defvar-form): Accept null doc-strings.
17868 (elint-check-conditional-form): New handler. Does some simple-minded
17869 checking of featurep and (f)boundp tests.
17870 (elint-put-function-args): New function.
17871 (elint-initialize): Use elint-scan-doc-file rather than
17872 elint-find-builtin-variables. Use elint-put-function-args.
17873 Possibly scan preloaded-file-list.
17874 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
17875 extend to handle functions as well.
17876
17877 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
17878
17879 * linum.el (linum-delete-overlays, linum-update-window):
17880 Do not modify the right margin. (Bug#3971)
17881
17882 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
17883
17884 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
17885 Use nxml-mode instead of xml-mode.
17886
17887 2009-09-21 Kevin Ryde <user42@zip.com.au>
17888
17889 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
17890
17891 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
17892
17893 * net/dig.el (dig-mode): Use define-derived-mode.
17894
17895 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
17896
17897 * vc-dispatcher.el (vc-do-command): Return the process object in
17898 the asynchronous case. Use when instead of if. Do not run
17899 vc-exec-after to display a message if not enabled. (Bug#4463)
17900
17901 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
17902 properties to the stash strings.
17903 (vc-git-stash-list): Return a list of strings.
17904 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
17905 (vc-git-stash-show-at-point): New functions.
17906 (vc-git-stash-map): New keymap.
17907
17908 * register.el (ctl-x-r-map): Define the keys here instead of
17909 using autoload.
17910
17911 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
17912
17913 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
17914 list, to workaround performance problem (bug#4485).
17915
17916 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
17917
17918 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
17919
17920 2009-09-20 Daiki Ueno <ueno@unixuser.org>
17921
17922 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
17923 Document that this option is not recommended to use.
17924
17925 2009-09-19 Glenn Morris <rgm@gnu.org>
17926
17927 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
17928 variable `var'.
17929
17930 * calc/calc-alg.el (var):
17931 * calc/calcalg2.el (var): Define for compiler.
17932
17933 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
17934
17935 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
17936 Doc fix (Bug#3932).
17937
17938 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
17939
17940 * time-stamp.el (time-stamp-month-dd-yyyy)
17941 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
17942 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
17943 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
17944 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
17945 Remove functions that have been obsolete since 1995 (Bug#4436).
17946
17947 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
17948 indent buffer only if called interactively (Bug#4452).
17949
17950 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
17951 Eli Zaretskii <eliz@gnu.org>
17952
17953 This fixes bug#4197 (merged to bug#865, though not identical).
17954 * server.el (server-auth-dir): Add docstring note about FAT32.
17955 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
17956 but warn against using them.
17957
17958 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
17959
17960 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
17961 older GDB where there is no has_more field.
17962
17963 2009-09-19 Glenn Morris <rgm@gnu.org>
17964
17965 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
17966
17967 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
17968
17969 * files.el (auto-mode-alist): Change default for XML files to nXML
17970 mode (Bug#4169).
17971
17972 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
17973
17974 * server.el (server-ensure-safe-dir): Pass 'integer
17975 to `file-attributes', as suggested.
17976
17977 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
17978
17979 * dired-aux.el (dired-query-alist): Remove spurious backslash.
17980 (dired-query): Use read-key.
17981
17982 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
17983
17984 * cus-start.el (ns-use-qd-smoothing): Remove.
17985
17986 2009-09-18 Glenn Morris <rgm@gnu.org>
17987
17988 * allout.el (top-level): Remove unnecessary progn.
17989
17990 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
17991
17992 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
17993 definition of abbrev table.
17994
17995 * speedbar.el (speedbar-track-mouse):
17996 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
17997 * net/eudc.el (eudc-expand-inline):
17998 * net/newst-backend.el (newsticker--cache-read-feed):
17999 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
18000 condition-case handlers.
18001
18002 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
18003
18004 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
18005 (gdb-var-list): Add an element for has_more field.
18006 (gdb-non-stop-handler): Enable pretty printing for STL containers.
18007 (gdb-var-create-handler, gdb-var-list-children-handler-1)
18008 (gdb-var-update-handler-1): Parse output of dynamic variable
18009 objects (STL containers).
18010 (gdb-var-delete-1): Pass var1 as an explicit second argument.
18011 (gdb-get-field): Delete alias. Use bindat-get-field directly.
18012
18013 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
18014 gdb-var-list.
18015 (gud-speedbar-buttons): Make node expandable if expression "has more"
18016 children.
18017
18018 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
18019
18020 * startup.el (emacs-quick-startup): Remove variable and all uses.
18021 (command-line): Set `inhibit-x-resources' instead.
18022 (command-line-1): Use `inhibit-x-resources' instead.
18023
18024 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
18025
18026 * subr.el: Fix last change to avoid using the `unless' macro,
18027 which breaks bootstrapping.
18028
18029 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
18030
18031 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
18032 extended definitions, in case we reload subr.el after having
18033 loaded CL.
18034 (eval-next-after-load): Mark as obsolete.
18035
18036 2009-09-17 Juri Linkov <juri@jurta.org>
18037
18038 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
18039 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
18040 (menu-bar-showhide-menu, menu-bar-tools-menu)
18041 (menu-bar-describe-menu, menu-bar-help-menu)
18042 (minibuffer-local-completion-map, minibuffer-local-map):
18043 Fix list quoting.
18044
18045 2009-09-17 Glenn Morris <rgm@gnu.org>
18046
18047 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
18048 arguments, whether or not it has a handler.
18049
18050 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
18051
18052 * simple.el (hard-newline): Give it a doc-string.
18053
18054 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
18055 (lisp-mode-syntax-table): Give them doc-strings.
18056
18057 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
18058
18059 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
18060 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
18061 (menu-bar-options-menu, menu-bar-showhide-menu)
18062 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
18063 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
18064 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
18065 (menu-bar-options-menu, menu-bar-tools-menu)
18066 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
18067 (menu-bar-help-menu):
18068 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
18069 string arguments.
18070
18071 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
18072 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
18073 calls for the menu names and :help.
18074
18075 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
18076
18077 * mouse.el (minor-mode-menu-from-indicator): Pay attention
18078 to :minor-mode-function (bug#4455).
18079
18080 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
18081
18082 * startup.el (command-line): Initialize the window-system after
18083 processing the command-line.
18084
18085 * textmodes/page.el (what-page): Make sure we don't inf-loop if
18086 page-delimiter matches the empty string.
18087
18088 2009-09-16 Glenn Morris <rgm@gnu.org>
18089
18090 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
18091 byte-compile-not-obsolete-var. It's a list now.
18092 (byte-compile-not-obsolete-funcs): New variable.
18093 (byte-compile-warn-obsolete): Don't warn about functions if they are in
18094 byte-compile-not-obsolete-funcs.
18095 (byte-compile-variable-ref, byte-compile-defvar): Update for
18096 byte-compile-not-obsolete-vars name-change and list nature.
18097 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
18098 and variables behind (f)boundp tests.
18099 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
18100
18101 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
18102
18103 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
18104
18105 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
18106
18107 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
18108 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
18109 Don't autoload.
18110
18111 2009-09-15 Stephen Eglen <stephen@gnu.org>
18112
18113 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
18114 the virtual-buffers, use the name of the buffer specified by
18115 find-file-noselect, as the match may be a symlink. (This was a
18116 problem if the target and the symlink had different names.)
18117
18118 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
18119
18120 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
18121
18122 * desktop.el (desktop-path): Check user-emacs-directory.
18123
18124 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
18125
18126 * loadup.el: Use after-load-functions to GC after loading each file.
18127 Remove the explicit GC calls that used to be sprinkled around.
18128
18129 * subr.el (after-load-functions): New hook.
18130 (do-after-load-evaluation): Run it. Use string-match-p to detect
18131 `obsolete' packages, rather than painfully extracting the relevant
18132 directory name.
18133
18134 2009-09-15 Glenn Morris <rgm@gnu.org>
18135
18136 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
18137 free variable `doc'.
18138
18139 * dired.el (dired-mode-map): Add menu entry for async shell command.
18140
18141 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
18142 variables, also consider the .elc files, since the .el files are
18143 normally gzipped (subsequent code locates the .el.gz from the .elc).
18144
18145 * calc/calc-prog.el (arglist): Define for compiler.
18146
18147 * calendar/diary-lib.el (diary-display-function): Change the default to
18148 fancy display.
18149 (body): Define for compiler.
18150
18151 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
18152 (byte-compile-file-form, byte-compile-lambda)
18153 (byte-compile-top-level-body, byte-compile-form)
18154 (byte-compile-variable-ref, byte-compile-setq)
18155 (byte-compile-setq-default, byte-compile-body)
18156 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
18157 (batch-byte-compile): Give some more local variables with common names
18158 a "bytecomp-" prefix to avoid masking warnings about free variables.
18159
18160 * startup.el (command-line-1): Give local variables with common names a
18161 distinguishing prefix, so as not to hide free variable warnings during
18162 bootstrap.
18163
18164 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
18165 clever and add a suffix to make a unique name, just let the user decide
18166 whether or not to overwrite it. If the input is a directory, write the
18167 default filename to that directory. (Bug#4388)
18168 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
18169 is a filename-as-a-directory.
18170
18171 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
18172
18173 * textmodes/page.el (what-page): Don't move to beginning of line.
18174 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
18175
18176 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
18177
18178 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
18179
18180 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
18181
18182 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
18183 * help.el (help-for-help-internal): Add purecopy calls for text.
18184
18185 * vc.el (top): print-log method now takes an optional SHORTLOG
18186 argument. Add a new method: root.
18187 (vc-root-diff, vc-print-root-log): New functions.
18188 (vc-log-short-style): New variable.
18189 (vc-print-log-internal): Add support for showing short logs.
18190
18191 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
18192 vc-print-root-log and vc-print-root-diff.
18193
18194 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
18195 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
18196 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
18197 short logs.
18198
18199 * vc-cvs.el (vc-cvs-print-log):
18200 * vc-mtn.el (vc-mtn-print-log):
18201 * vc-rcs.el (vc-rcs-print-log):
18202 * vc-sccs.el (vc-sccs-print-log):
18203 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
18204 that is ignored for now.
18205
18206 * vc-mtn.el (vc-mtn-annotate-command):
18207 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
18208
18209 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
18210
18211 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
18212 to function-key-map, and give them ascii-character property.
18213 * term/x-win.el (x-alternatives-map):
18214 * term/ns-win.el (ns-alternatives-map):
18215 * term/internal.el (msdos-key-remapping-map):
18216 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
18217
18218 2009-09-14 Glenn Morris <rgm@gnu.org>
18219
18220 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
18221 temp-buffers (2009-09-12).
18222
18223 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
18224
18225 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
18226 the new read-key function.
18227
18228 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
18229
18230 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
18231 is defined (Bug#4405).
18232
18233 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
18234
18235 * recentf.el (recentf-cleanup): Use a hash table to find
18236 duplicates (Bug#4407).
18237
18238 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
18239
18240 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
18241 kp-0 to ascii equivalents (Bug#4325).
18242
18243 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
18244
18245 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
18246
18247 * eshell/em-hist.el:
18248 * eshell/em-dirs.el (eshell-complete-user-reference):
18249 Declare pcomplete functions and variables to avoid compiler warnings.
18250
18251 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
18252
18253 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
18254 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
18255 * eshell/em-alias.el (eshell-aliases-file):
18256 * eshell/em-hist.el (eshell-history-file-name):
18257 Use expand-file-name instead of concat to make file names (Bug#4308).
18258
18259 2009-09-13 Glenn Morris <rgm@gnu.org>
18260
18261 * ediff-merg.el (ediff-do-merge):
18262 * filesets.el (filesets-run-cmd):
18263 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
18264 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
18265 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
18266 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
18267 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
18268 Replace empty `let's with `progn'.
18269
18270 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
18271
18272 * mail/sendmail.el (send-mail-function):
18273 * tooltip.el (tooltip-mode):
18274 * simple.el (transient-mark-mode):
18275 * rfn-eshadow.el (file-name-shadow-mode):
18276 * frame.el (blink-cursor-mode):
18277 * font-core.el (global-font-lock-mode):
18278 * files.el (temporary-file-directory)
18279 (small-temporary-file-directory, auto-save-file-name-transforms):
18280 * epa-hook.el (auto-encryption-mode):
18281 * composite.el (global-auto-composition-mode):
18282 Use custom-initialize-delay.
18283 * startup.el (command-line): Don't explicitly call
18284 custom-reevaluate-setting for all the above vars.
18285 * custom.el (custom-initialize-safe-set)
18286 (custom-initialize-safe-default): Delete.
18287
18288 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
18289
18290 * term/x-win.el (x-initialize-window-system):
18291 * term/w32-win.el (w32-initialize-window-system):
18292 * term/ns-win.el (ns-initialize-window-system): Don't call
18293 mouse-wheel-mode since it's enabled globally by default already.
18294
18295 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
18296 actually define the variable, but only silences the byte-compiler.
18297 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
18298 before looking it up.
18299 (mouse-wheel-scroll-amount): Also reset the bindings if this value
18300 is changed.
18301
18302 2009-09-12 Glenn Morris <rgm@gnu.org>
18303
18304 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
18305 1000.
18306 (elint-add-required-env): Don't beep on error.
18307 (elint-forms): In case of error, return ENV unchanged.
18308 (elint-init-env): Skip non-list forms.
18309 (elint-log): Handle unknown file positions.
18310
18311 2009-09-12 Daiki Ueno <ueno@unixuser.org>
18312
18313 * epg.el (epg-make-context): Add autoload cookie.
18314 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
18315 (epg-decrypt-string, epg-start-verify, epg-verify-file)
18316 (epg-verify-string, epg-start-sign, epg-sign-file)
18317 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
18318 (epg-encrypt-string, epg-start-export-keys)
18319 (epg-export-keys-to-file, epg-export-keys-to-string)
18320 (epg-start-import-keys, epg-import-keys-from-file)
18321 (epg-import-keys-from-string, epg-start-receive-keys)
18322 (epg-receive-keys, epg-import-keys-from-server)
18323 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
18324 (epg-sign-keys, epg-start-generate-key)
18325 (epg-generate-key-from-file, epg-generate-key-from-string):
18326 Remove autoload cookie.
18327
18328 2009-09-12 Eli Zaretskii <eliz@gnu.org>
18329
18330 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
18331 reevaluation of trash-directory.
18332
18333 * mwheel.el: Fix last change.
18334 (mouse-wheel-mode): New defvar.
18335 (mouse-wheel-mode): Remove autoload cookie.
18336
18337 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
18338
18339 * mwheel.el (mwheel-installed-bindings): New var.
18340 (mouse-wheel-mode): Use it, so as to make sure we really remove all
18341 the bindings we set last time. Use custom-initialize-delay.
18342 * loadup.el: Load mwheel after term/*-win.el.
18343 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
18344 and mouse-wheel-up-event now that their first evaluation is done
18345 sufficiently late to be correct.
18346
18347 * startup.el (tutorial-directory): Make it a defcustom.
18348 Use custom-initialize-delay rather than eval-at-startup to set it.
18349 * image.el (image-load-path): Make it a defcustom.
18350 Use custom-initialize-delay rather than eval-at-startup to set it.
18351 * subr.el (eval-at-startup): Remove.
18352 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
18353
18354 * subr.el (do-after-load-evaluation): Warn the user after loading an
18355 obsolete package.
18356
18357 2009-09-12 Glenn Morris <rgm@gnu.org>
18358
18359 * proced.el (proced-mark-alt): Remove alias.
18360 (proced-mode-map): Remove proced-mark-alt.
18361
18362 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
18363 Elint file and directory. Remove initialization entry.
18364
18365 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
18366 commands.
18367 (elint-current-buffer): Set mode-line-process.
18368 (elint-init-env): Handle define-derived-mode.
18369 Fix declare-function with unspecified arglist. Guard against odd
18370 defalias statements (eg iso-insert's 8859-1-map).
18371 (elint-add-required-env): Use a temp buffer.
18372 (elint-form): Just print the function/macro name, not the whole form.
18373 Return env unchanged if we fail to parse a macro.
18374 (elint-forms): Guard against parse errors.
18375 (elint-output): New function, to handle batch mode.
18376 (elint-log-message): Add optional argument. Use elint-output.
18377 (elint-set-mode-line): New function.
18378
18379 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
18380
18381 * emacs-lisp/elp.el (elp-not-profilable): Add more
18382 functions (Bug#4233).
18383
18384 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
18385
18386 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
18387 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
18388
18389 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
18390
18391 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
18392 (gdb-var-list-children): Use json parsing.
18393
18394 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
18395
18396 * progmodes/js.el (js--proper-indentation): Handle the case where
18397 char-before is null. Reported by Deniz Dogan.
18398
18399 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
18400
18401 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
18402
18403 2009-09-11 Daiki Ueno <ueno@unixuser.org>
18404
18405 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
18406 (epg-digest-algorithm-alist): Add SHA224.
18407 (epg-context-set-passphrase-callback)
18408 (epg-context-set-progress-callback): Add description about
18409 callback function.
18410
18411 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
18412
18413 * custom.el (custom-delayed-init-variables): New var.
18414 (custom-initialize-delay): New function.
18415 * startup.el (command-line): "Re"evaluate all vars in
18416 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
18417 explicitly any more.
18418 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
18419 to avoid creating a ~/.emacs.d at build-time (bug#4347).
18420
18421 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
18422
18423 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
18424
18425 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
18426 (gdb-var-update-handler): Use json parsing.
18427
18428 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
18429
18430 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
18431 decode annotated text, regardless of language environment. (Bug#2741)
18432
18433 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
18434
18435 * Makefile.in (autoloads): Make rmail.el writable as well.
18436
18437 2009-09-11 Glenn Morris <rgm@gnu.org>
18438
18439 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
18440 loaddefs.el.
18441 * dired.el: Regenerate with extracted autoloads.
18442 * Makefile.in (autoloads): Make dired.el writable.
18443
18444 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
18445 * ibuffer.el: Regenerate with extracted autoloads.
18446 * Makefile.in (autoloads): Make ibuffer.el writable.
18447
18448 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
18449 * version.el (emacs-copyright, emacs-major-version)
18450 (emacs-minor-version): Reformat doc-strings for make-docfile.
18451
18452 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
18453 functions and variables, since they must be stuff specific to some other
18454 platform.
18455 (apropos-print): Make mouse-click message less specific about button.
18456
18457 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
18458 that records where a macro was defined.
18459 * help-fns.el (describe-function-1): Mention if a function has a
18460 compiler-macro.
18461 * help-mode.el (help-function-cmacro): New button.
18462
18463 * locate.el (top-level): Always require dired.
18464 (locate-mode-map): Initialize inside the defvar.
18465
18466 * net/ange-ftp.el (dired-compress-file): Declare.
18467 (ange-ftp-dired-compress-file): Add doc string.
18468
18469 * term/ns-win.el (x-display-name, x-setup-function-keys):
18470 Unify doc-strings with X versions.
18471
18472 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
18473
18474 * emulation/crisp.el (crisp-mode-map): Move initialization
18475 into declaration.
18476 (crisp-mode): Use define-minor-mode.
18477
18478 * progmodes/xscheme.el (xscheme-evaluation-commands):
18479 Put a :advertised-binding property rather than using
18480 advertised-xscheme-send-previous-expression.
18481 (advertised-xscheme-send-previous-expression): Declare obsolete.
18482 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
18483 `advertised-undo'.
18484 (crisp-mode): Add corresponding bindings to
18485 undo's :advertised-binding instead.
18486 * dired.el (dired-mode-map): Put a :advertised-binding property rather
18487 than using dired-advertised-find-file.
18488 (dired-advertised-find-file):
18489 * simple.el (advertised-undo):
18490 * wid-edit.el (advertised-widget-backward): Declare obsolete.
18491 (widget-keymap): Put a :advertised-binding property rather
18492 than using advertised-widget-backward.
18493 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
18494 than using advertised-undo.
18495 * tutorial.el (tutorial--default-keys): Adjust accordingly.
18496
18497 2009-09-10 Simon South <ssouth@slowcomputing.org>
18498
18499 * progmodes/delphi.el (delphi-tab): Indent region when Transient
18500 Mark mode is enabled and region is active; otherwise indent or
18501 insert TAB as usual.
18502 (delphi-mode): Update description of TAB-key binding.
18503
18504 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
18505
18506 * subr.el (define-key-rebound-commands): Mark obsolete.
18507 * startup.el (precompute-menubar-bindings): Remove.
18508 (normal-top-level): Remove obsolete code that tried to precompute
18509 menubar bindings.
18510 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
18511 define-key-rebound-commands and precompute-menubar-bindings.
18512
18513 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
18514
18515 * net/imap.el (imap-interactive-login): Better messages.
18516 (imap-open): Fix bug with renamed buffer on reconnect.
18517 (imap-authenticate): Add buffer-local imap-last-authenticator variable
18518 for easier debugging and cleaner code. On successful (guessed based on
18519 server capabilities) secondary authentication, set imap-state
18520 correctly.
18521 (imap-last-authenticator): Define imap-last-authenticator as a variable
18522 to avoid warnings.
18523
18524 2009-09-10 Glenn Morris <rgm@gnu.org>
18525
18526 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
18527
18528 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
18529 (byte-compile-file-form-autoload): Don't warn about unknown functions
18530 where the autoload statement comes after the use.
18531 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
18532 that any handlers inside the body (eg require) are in turn respected.
18533
18534 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
18535 effects.
18536
18537 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
18538 and syntax and abbrev tables basic docs, if they don't have any.
18539
18540 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
18541
18542 * international/mule-cmds.el (top-level): Require cl when compiling.
18543 (view-hello-file): Use default-value rather than
18544 default-enable-multibyte-characters.
18545
18546 * progmodes/fortran.el: Move all safe and risky properties into the
18547 defcustoms.
18548
18549 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
18550 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
18551 * mail/undigest.el:
18552 Put autoloads in rmail.el rather than loaddefs.el.
18553 * mail/rmail.el: Regenerate with extracted autoloads.
18554
18555 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
18556 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
18557
18558 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
18559
18560 Reported in thread for Bug#4375.
18561 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
18562 "-data-evaluate-expression" instead of print.
18563 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
18564 (gdb-tooltip-print): Parse output from above MI command.
18565 (gdb): Revert 2009-08-11 change. User should detach inferior
18566 manually.
18567
18568 Remove the word "separate" from IO functions as inferior
18569 output is now never displayed in the GUD buffer.
18570
18571 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
18572
18573 * startup.el (command-line-normalize-file-name): On Windows and
18574 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
18575
18576 2009-09-10 Juri Linkov <juri@jurta.org>
18577
18578 * isearch.el (isearch-text-char-description): Propertize escape
18579 character sequences with the `escape-glyph' face. (Bug#4344)
18580
18581 * simple.el (shell-command): Set asynchronous process filter to
18582 `comint-output-filter'. (Bug#4343)
18583
18584 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
18585 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
18586 the list. Move "asm" to the bottom.
18587 (grep-find-ignored-directories): Add `choice' with nil value
18588 to empty the list easily.
18589 (grep-find-ignored-files): New option.
18590 (grep-files-history): Set to nil by default instead of '("ch" "el").
18591 (grep-compute-defaults): Add "<X>" to `grep-template'.
18592 (grep-read-files): Bind new local variables `default-alias' and
18593 `default-extension'. Use a list of default values for the file prompt.
18594 (lgrep): Add `--exclude=' command line options composed from
18595 `grep-find-ignored-files'.
18596 (rgrep): Add `-name' command line options composed from
18597 `grep-find-ignored-files'. (Bug#4301)
18598
18599 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
18600
18601 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
18602 (bug#4368).
18603
18604 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
18605
18606 * calendar/time-date.el (autoload):
18607 Expand define-obsolete-function-alias into defalias and make-obsolete
18608 for old Emacsen that Gnus supports.
18609 (with-no-warnings): Define it for old Emacsen.
18610 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
18611 is available.
18612 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
18613 float-time is available; suppress compile warning for time-to-seconds.
18614
18615 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
18616
18617 * net/imap.el (imap-message-map): Docstring fix.
18618
18619 2009-09-09 Glenn Morris <rgm@gnu.org>
18620
18621 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
18622 line numbers too. (Bug#4374)
18623
18624 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
18625
18626 * smerge-mode.el (smerge-remove-props, smerge-refine):
18627 Use with-silent-modifications (bug#4342).
18628
18629 * subr.el (with-silent-modifications): New macro.
18630
18631 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
18632
18633 * files.el (top-level): Require `cl' when compiling.
18634
18635 2009-09-07 Glenn Morris <rgm@gnu.org>
18636
18637 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
18638
18639 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
18640 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
18641
18642 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
18643
18644 * vc-git.el (vc-git-annotate-command): Use separator to parse
18645 arguments correctly.
18646
18647 2009-09-06 Eli Zaretskii <eliz@gnu.org>
18648
18649 * proced.el (proced-mode): Doc fix.
18650
18651 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
18652
18653 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
18654 lstat fails.
18655 (tramp-do-file-attributes-with-ls): Check for file existence at
18656 remote end.
18657 (tramp-do-file-attributes-with-stat): Likewise.
18658 (tramp-convert-file-attributes): Return nil when attr is nil.
18659
18660 2009-09-05 Glenn Morris <rgm@gnu.org>
18661
18662 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
18663 properties to this button.
18664 (diary-fancy-display): Don't extend the button to the final newline.
18665 (diary-fancy-display-mode): Continue to define "q" as a local key.
18666
18667 * calendar/cal-china.el (holiday-chinese): Make it slightly more
18668 efficient.
18669
18670 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
18671
18672 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
18673 (byte-compile-dest-file-function): New option.
18674 (byte-compile-dest-file): Doc fix.
18675 Obey byte-compile-dest-file-function.
18676 (byte-compile-cl-file-p): New function.
18677 (byte-compile-eval): Only suppress noruntime warnings about cl functions
18678 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
18679 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
18680 than for file being previously loaded.
18681 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
18682 (byte-compile-file-form-require): Handle the case where requiring a file
18683 indirectly causes CL to be loaded.
18684
18685 2009-09-05 Karl Fogel <kfogel@red-bean.com>
18686
18687 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
18688 before killing the old buffer, since by the time `kill-buffer' is
18689 run so many buffer variables have been set to nil that it may not
18690 behave as expected. (Bug#4061)
18691
18692 2009-09-05 Karl Fogel <kfogel@red-bean.com>
18693
18694 * files.el (find-alternate-file): If the old buffer is modified
18695 and visiting a file, behave similarly to `kill-buffer' when
18696 killing it, thus reverting to the pre-1.878 behavior; see
18697 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
18698 for discussion. Also, consult `buffer-file-name' as a variable
18699 not as a function, for consistency with the rest of the code.
18700
18701 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
18702
18703 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
18704 also when adding a new directory.
18705
18706 * net/tramp-compat.el (tramp-compat-line-beginning-position):
18707 New defun.
18708
18709 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
18710
18711 * files.el (locate-file-completion-table): Make it provide boundary
18712 information, so partial-completion works better.
18713
18714 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
18715
18716 * mail/footnote.el (Footnote-text-under-cursor):
18717 Check footnote-text-marker-alist before using it (bug#4324).
18718
18719 2009-09-04 Glenn Morris <rgm@gnu.org>
18720
18721 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
18722 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
18723 * play/solitaire.el, play/tetris.el:
18724 Remove leading * from defcustom and defface docs.
18725
18726 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
18727 necessary.
18728 (diary-fancy-overriding-map): New variable.
18729 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
18730 Use view-mode.
18731
18732 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
18733 goto-line.
18734
18735 2009-09-03 Glenn Morris <rgm@gnu.org>
18736
18737 * arc-mode.el (archive-mode):
18738 * dos-fns.el (set-default-process-coding-system):
18739 * man.el (Man-getpage-in-background):
18740 * menu-bar.el (menu-bar-describe-menu):
18741 * server.el (server-process-filter):
18742 * startup.el (command-line):
18743 * tar-mode.el (tar-header-block-tokenize, tar-extract):
18744 * w32-fns.el (set-default-process-coding-system):
18745 * x-dnd.el (x-dnd-handle-file-name):
18746 * international/mule-cmds.el (mule-menu-keymap)
18747 (set-default-coding-systems, language-info-alist, set-language-info)
18748 (set-language-environment, standard-display-european-internal)
18749 (set-locale-environment):
18750 * international/mule-diag.el (mule-diag):
18751 * mail/emacsbug.el (report-emacs-bug):
18752 * mail/rmail.el (rmail-mode):
18753 * mail/sendmail.el (mail-setup):
18754 Use default-value rather than default-enable-multibyte-characters.
18755
18756 * progmodes/f90.el: Move all safe properties into the defcustoms.
18757 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
18758
18759 * calendar/appt.el (appt-check):
18760 * calendar/diary-lib.el (diary-set-header, diary-live-p)
18761 (diary-check-diary-file, diary-list-entries)
18762 (diary-include-other-diary-files, diary-simple-display)
18763 (diary-fancy-display, diary-print-entries)
18764 (diary-mark-included-diary-files, diary-make-entry):
18765 Don't call substitute-in-file-name on diary-file.
18766
18767 2009-09-03 Eduard Wiebe <usenet@pusto.de>
18768 Stefan Monnier <monnier@iro.umontreal.ca>
18769
18770 * mail/footnote.el (footnote-prefix): Make it a defcustom.
18771 (footnote-mode-map): Move initialization into the declaration.
18772 (footnote-minor-mode-map): Define it rather than changing global-map.
18773 (footnote-mode): Use define-minor-mode.
18774
18775 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
18776
18777 * net/tramp.el (tramp-handle-file-attributes-with-ls)
18778 (tramp-do-file-attributes-with-perl)
18779 (tramp-do-file-attributes-with-stat): Rename from
18780 `tramp-handle-file-attributes-with-*'.
18781 (tramp-handle-file-attributes): Use them.
18782 (tramp-do-directory-files-and-attributes-with-perl)
18783 (tramp-do-directory-files-and-attributes-with-stat): Rename from
18784 `tramp-handle-directory-files-and-attributes-with-*'.
18785 (tramp-handle-directory-files-and-attributes): Use them.
18786 (tramp-method-out-of-band-p): Additional parameter SIZE.
18787 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
18788 (tramp-handle-write-region): Use it.
18789 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
18790 (tramp-handle-vc-registered): Check, whether the first run did
18791 return files to be tested.
18792 (tramp-advice-make-auto-save-file-name): Do not call directly
18793 `tramp-handle-make-auto-save-file-name', because this would bypass
18794 the locking mechanism.
18795
18796 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
18797 (file-remote-p, process-file, start-file-process, set-file-times)
18798 (tramp-compat-file-attributes): Compatibility functions shall not
18799 call directly `tramp-handle-*', because this would bypass the
18800 locking mechanism.
18801 (tramp-compat-number-sequence): New defun.
18802
18803 2009-09-02 Glenn Morris <rgm@gnu.org>
18804
18805 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
18806 alias for float-time.
18807 (time-to-number-of-days): In Emacs, use float-time.
18808 * net/newst-backend.el (time-add): Suppress warnings from compat
18809 function.
18810 * time.el (emacs-uptime, emacs-init-time):
18811 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
18812 Use float-time rather than time-to-seconds.
18813
18814 * minibuffer.el (completion-initials-expand): Fix typo.
18815
18816 * faces.el (modeline, modeline-inactive, modeline-highlight)
18817 (modeline-buffer-id):
18818 * info.el (info-menu-5): Mark these face aliases as obsolete.
18819
18820 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
18821
18822 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
18823 space ...
18824 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
18825 no "--thread" option.
18826 (gdb-stopped): Don't print "Switched to thread" message when it is
18827 unchanged.
18828
18829 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
18830
18831 * minibuffer.el (completion-try-completion)
18832 (completion-all-completions): Remove ill-defined (and
18833 mistakenly installed and luckily never used nor documented)
18834 `completion-styles' property.
18835 (completion-initials-expand, completion-initials-all-completions)
18836 (completion-initials-try-completion): New functions.
18837 (completion-styles-alist): Add doc to each entry.
18838 Add new `initials' entry.
18839
18840 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
18841
18842 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
18843 MI command -var-evaluate-expression.
18844 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
18845 and tweak for case of string child.
18846 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
18847
18848 2009-09-01 Glenn Morris <rgm@gnu.org>
18849
18850 * add-log.el (change-log-date-face, change-log-name-face)
18851 (change-log-email-face, change-log-file-face, change-log-list-face)
18852 (change-log-conditionals-face, change-log-function-face)
18853 (change-log-acknowledgement-face):
18854 * cus-edit.el (custom-invalid-face, custom-rogue-face)
18855 (custom-modified-face, custom-set-face, custom-changed-face)
18856 (custom-saved-face, custom-button-face, custom-button-pressed-face)
18857 (custom-documentation-face, custom-state-face, custom-comment-face)
18858 (custom-comment-tag-face, custom-variable-tag-face)
18859 (custom-variable-button-face, custom-face-tag-face)
18860 (custom-group-tag-face-1, custom-group-tag-face):
18861 * diff-mode.el (diff-header-face, diff-file-header-face)
18862 (diff-index-face, diff-hunk-header-face, diff-removed-face)
18863 (diff-added-face, diff-changed-face, diff-function-face)
18864 (diff-context-face, diff-nonexistent-face):
18865 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
18866 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
18867 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
18868 (Info-title-4-face):
18869 * isearch.el (isearch-lazy-highlight-face):
18870 * log-view.el (log-view-file-face, log-view-message-face):
18871 * paren.el (show-paren-match-face, show-paren-mismatch-face):
18872 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
18873 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
18874 (cvs-msg-face):
18875 * smerge-mode.el (smerge-mine-face, smerge-other-face)
18876 (smerge-base-face, smerge-markers-face):
18877 * wid-edit.el (widget-documentation-face, widget-button-face)
18878 (widget-field-face, widget-single-line-field-face)
18879 (widget-inactive-face, widget-button-pressed-face):
18880 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
18881 (woman-addition-face):
18882 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
18883 (eshell-ls-executable-face, eshell-ls-readonly-face)
18884 (eshell-ls-unreadable-face, eshell-ls-special-face)
18885 (eshell-ls-missing-face, eshell-ls-archive-face)
18886 (eshell-ls-backup-face, eshell-ls-product-face)
18887 (eshell-ls-clutter-face):
18888 * eshell/em-prompt.el (eshell-prompt-face):
18889 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
18890 * obsolete/old-whitespace.el (whitespace-highlight-face):
18891 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
18892 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
18893 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
18894 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
18895 (antlr-font-lock-literal-face):
18896 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
18897 (ebrowse-root-class-face, ebrowse-file-name-face)
18898 (ebrowse-default-face, ebrowse-member-attribute-face)
18899 (ebrowse-member-class-face, ebrowse-progress-face):
18900 * progmodes/make-mode.el (makefile-space-face):
18901 * progmodes/sh-script.el (sh-heredoc-face):
18902 * textmodes/flyspell.el (flyspell-incorrect-face)
18903 (flyspell-duplicate-face):
18904 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
18905 * textmodes/texinfo.el (texinfo-heading-face):
18906 Mark face aliases with "-face" suffix as obsolete.
18907
18908 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
18909 compiler.
18910
18911 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
18912 (eudc-bob-sound-menu): Use defvar rather than defconst, since
18913 easy-menu-define wants to modify these.
18914
18915 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
18916
18917 * net/browse-url.el (browse-url-file-url):
18918 * term/internal.el (dos-codepage-setup):
18919 Use default-value rather than default-enable-multibyte-characters.
18920
18921 * progmodes/etags.el (etags-goto-tag-location):
18922 * progmodes/flymake.el (flymake-highlight-line)
18923 (flymake-goto-file-and-line, flymake-goto-line):
18924 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
18925 (gdb-goto-breakpoint):
18926 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
18927 * progmodes/python.el (python-find-function)
18928 (python-pdbtrack-track-stack-file):
18929 * progmodes/verilog-mode.el (verilog-surelint-off):
18930 * term/ns-win.el (ns-open-file-select-line):
18931 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
18932 Use forward-line rather than goto-line.
18933
18934 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
18935 * textmodes/reftex-index.el (reftex-display-index):
18936 * textmodes/reftex-ref.el (reftex-offer-label-menu):
18937 * textmodes/reftex-toc.el (reftex-toc):
18938 Remove unnecessary bindings of default-major-mode (all are followed by
18939 major-mode check and possible mode switch).
18940
18941 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
18942
18943 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
18944 Handle watchpoints (bug#4282).
18945 (def-gdb-thread-buffer-command): Enable thread to be selected by
18946 clicking without selecting threads buffer first.
18947 (gdb-current-context-command): Use selected frame so that "up",
18948 "down" etc work in the GUD buffer.
18949 (gdb-update): Find selected frame before rendering stack buffer.
18950 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
18951
18952 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
18953
18954 * progmodes/sym-comp.el (displayed-completions): Remove.
18955 (symbol-complete): Use minibuffer-complete.
18956
18957 2009-08-31 Glenn Morris <rgm@gnu.org>
18958
18959 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
18960
18961 * apropos.el (apropos-symbols-internal):
18962 Handle (obsolete) face aliases.
18963
18964 * faces.el (describe-face): Adjust the output format to be more like
18965 describe-variable, and to mention (obsolete) face aliases.
18966 Adjust the whitespace so that help-setup-xref works.
18967
18968 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
18969 * calendar/diary-lib.el (diary-button-face):
18970 Mark these face aliases as obsolete.
18971
18972 * calendar/calendar.el (calendar-today): Doc fix.
18973
18974 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
18975
18976 * progmodes/gdb-mi.el (gdb-control-all-threads)
18977 (gdb-control-current-thread): Force tool bar update.
18978 (gdb-non-stop-handler): New function.
18979 (gdb-init-1): Use it to test if non-stop mode is supported.
18980 Remove unused gdbmi buffer type.
18981
18982 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
18983
18984 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
18985 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
18986
18987 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
18988
18989 * comint.el (comint-exec-1): Check command is non-null first.
18990 Part of gdb-mi.el change (2009-08-28).
18991
18992 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
18993
18994 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
18995
18996 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
18997
18998 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
18999 instead of `dolist' to avoid a recursive require when bootstrapping.
19000
19001 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
19002
19003 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
19004
19005 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
19006
19007 * net/imap.el (imap-send-command): Simplify.
19008 (imap-wait-for-tag): point-max -> buffer-size.
19009
19010 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
19011
19012 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
19013 with constant argument.
19014
19015 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
19016
19017 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
19018
19019 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
19020 Change default, since most of our files don't have a history.
19021 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
19022 the user.
19023
19024 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19025 Add comint-run.
19026
19027 * calc/calc.el: Improve commenting convention.
19028 (calc-digit-map, toplevel): Simplify.
19029
19030 * comint.el (comint-insert-input): Be careful to only set point if we
19031 don't delegate to some other command.
19032
19033 * proced.el (proced-signal-list): Make it an alist.
19034 (proced-grammar-alist): Capitalize names.
19035 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
19036 Disable undo manually and make it read-only.
19037 Use completion-annotate-function.
19038
19039 * minibuffer.el (minibuffer-message): If the current buffer is not
19040 a minibuffer, insert the message in the echo area rather than at the
19041 end of the buffer.
19042 (completion-annotate-function): New variable.
19043 (minibuffer-completion-help): Use it.
19044 (completion--embedded-envvar-table): Environment vars are
19045 always case-sensitive.
19046
19047 2009-08-30 Glenn Morris <rgm@gnu.org>
19048
19049 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
19050 from fortran-current-defun.
19051 (fortran-beginning-of-subprogram): Be more precise about finding the
19052 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
19053 (fortran-end-of-subprogram): Simplify.
19054 (fortran-current-defun): Use fortran-start-prog-re.
19055
19056 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
19057
19058 * subr.el (do-after-load-evaluation): Simplify.
19059
19060 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
19061
19062 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
19063
19064 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
19065 (vc-rcs-print-log): Use it.
19066
19067 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
19068
19069 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
19070
19071 * paths.el (abbrev-file-name): Move to abbrev.el.
19072 * abbrev.el (abbrev-file-name): Move from paths.el.
19073 Obey user-emacs-directory.
19074 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
19075 user-emacs-directory.
19076 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
19077 abbrev-file-name and calc-settings-file any more.
19078 * startup.el (command-line): Recompute abbrev-file-name and
19079 abbreviated-home-dir.
19080 (normal-no-mouse-startup-screen): Improve the generic code and get rid
19081 of the special code for when C-h bindings haven't been changed.
19082 (display-startup-echo-area-message): Use with-current-buffer.
19083 (command-line-1): Use a list of strings, rather than a list of lists
19084 of strings for longopts.
19085
19086 * files.el (get-free-disk-space): Use / for default-directory.
19087
19088 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
19089 Use with-current-buffer.
19090
19091 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
19092 Recognize immutable variables like most-positive-fixnum.
19093 (byte-compile-setq-default): Check and warn if trying to assign
19094 to an immutable variable, or a non-variable.
19095
19096 * progmodes/cc-vars.el (c-comment-continuation-stars):
19097 * progmodes/cc-engine.el (c-looking-at-bos):
19098 * progmodes/cc-cmds.el (c-toggle-auto-state)
19099 (c-forward-into-nomenclature, c-backward-into-nomenclature)
19100 (c-comment-line-break-function): Add version of obsolescence.
19101
19102 2009-08-28 Juri Linkov <juri@jurta.org>
19103
19104 * files.el (magic-fallback-mode-alist): Add ZIP magic number
19105 associated with `archive-mode'.
19106
19107 * image.el (image-type-header-regexps): Use only JPEG magic number
19108 to determine JPEG images, and don't use `image-jpeg-p' because
19109 Emacs can display non-JFIF non-Exif JPEG images.
19110
19111 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
19112
19113 * arc-mode.el (archive-mode):
19114 * emacs-lisp/re-builder.el (re-builder-unload-function):
19115 Protect against the default value of `major-mode' being nil.
19116
19117 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
19118
19119 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
19120 Fix typos in docstrings.
19121
19122 * progmodes/js.el (js--macro-decl-re): Doc fix.
19123 (js--plain-method-re, js--split-name): Refloc docstring.
19124 (js--class-styles, js--make-merged-item, js--splice-into-items):
19125 Fix typos in docstrings; reflow docstrings.
19126 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
19127 (js--variable-decl-matcher, js--inside-pitem-p)
19128 (js--parse-state-at-point, js--get-all-known-symbols)
19129 (js--symbol-history, js-find-symbol, js--js-references)
19130 (js--moz-interactor, js--js-encode-value, js--read-tab):
19131 Fix typos in docstrings.
19132
19133 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
19134
19135 * textmodes/reftex.el (reftex-get-file-buffer-force):
19136 * progmodes/verilog-mode.el (verilog-batch-execute-func):
19137 * emulation/viper.el (viper-go-away, viper-set-hooks):
19138 * emacs-lisp/re-builder.el (re-builder-unload-function):
19139 * emacs-lisp/bytecomp.el (byte-compile-file):
19140 * ses.el (ses-unload-function):
19141 * hexl.el (hexl-find-file):
19142 * files.el (normal-mode):
19143 * ehelp.el (with-electric-help):
19144 * autoinsert.el (auto-insert-alist):
19145 * arc-mode.el (archive-mode):
19146 Use (default-value 'major-mode) instead of default-major-mode.
19147
19148 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
19149 * international/mule.el (load-with-code-conversion):
19150 * emacs-lisp/debug.el (debug):
19151 * ediff-vers.el (ediff-rcs-get-output-buffer):
19152 * dired.el (dired-internal-noselect): Don't let-bind
19153 default-major-mode around code that doesn't use it.
19154 E.g. buffer creation via get-buffer-create doesn't use it.
19155
19156 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
19157
19158 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
19159 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
19160 when writing the temp file. Otherwise, epa-file gets confused.
19161 (tramp-register-file-name-handlers): Make it a defun. Move also
19162 `epa-file-handler' to the front of `file-name-handler-alist'.
19163
19164 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
19165
19166 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
19167 start right after a ^M.
19168 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
19169 (tramp-completion-file-name-regexp-separate)
19170 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
19171 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
19172 Don't modify last-coding-system-used by accident.
19173 (tramp-completion-file-name-handler): Apply the checks here,
19174 instead during registration.
19175 (tramp-register-file-name-handlers): Rename from
19176 `tramp-register-file-name-handler'. Register both
19177 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
19178 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
19179
19180 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
19181
19182 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
19183 Remove variable ...
19184 (gdb-init-1, gdb-display-separate-io-buffer)
19185 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
19186 references to it.
19187 (gdb-inferior-io-mode): Use make-comint-in-buffer.
19188 (gdb-inferior-filter): Use comint-output-filter to stop
19189 echoing and remove ^M characters.
19190
19191 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
19192
19193 * emulation/viper-init.el (viper-restore-cursor-type):
19194 * emulation/cua-base.el (cua--update-indications):
19195 Replace default-cursor-type with (default-value 'cursor-type).
19196
19197 * mail/sendmail.el (mail-recover-1):
19198 * international/mule-diag.el (describe-current-coding-system-briefly)
19199 (describe-current-coding-system):
19200 * international/mule-cmds.el (select-safe-coding-system)
19201 (select-message-coding-system)
19202 (set-language-environment-coding-systems, set-locale-environment):
19203 * hexl.el (hexl-insert-multibyte-char):
19204 * dos-w32.el (find-buffer-file-type-coding-system):
19205 * simple.el (what-cursor-position):
19206 Replace uses of default-buffer-file-coding-system
19207 with (default-value 'buffer-file-coding-system).
19208
19209 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
19210 Replace uses of default-cursor-in-non-selected-windows
19211 with (default-value 'cursor-in-non-selected-windows).
19212 Use with-current-buffer.
19213
19214 * mail/feedmail.el: Use CL macros.
19215 (feedmail-run-the-queue, feedmail-send-it-immediately):
19216 * dos-w32.el (find-buffer-file-type): Replace uses of
19217 default-buffer-file-type with (default-value 'buffer-file-type).
19218
19219 2009-08-28 Glenn Morris <rgm@gnu.org>
19220
19221 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
19222 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
19223 Use default-value of major-mode rather than default-major-mode.
19224
19225 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
19226
19227 * Makefile.in (update-elcfiles): Report left over elc files.
19228
19229 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
19230 expand-file-name and with-current-buffer.
19231 (mail-get-names, mail-directory): Use with-current-buffer.
19232
19233 * vc.el (vc-read-revision): New function.
19234 (vc-version-diff, vc-merge): Use it.
19235
19236 2009-08-27 Sam Steingold <sds@gnu.org>
19237
19238 * simple.el (kill-do-not-save-duplicates): New user option.
19239 (kill-new): When it is non-nil, and the new string is the same as
19240 the latest kill, set replace to t to avoid duplicates in kill-ring.
19241
19242 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
19243
19244 * net/tramp.el (tramp-handle-process-file): Do not flush all
19245 caches when `process-file-side-effects' is set.
19246 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
19247 instead of `tramp-find-file-exists-command'.
19248 Unset `process-file-side-effects'.
19249
19250 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
19251
19252 * net/tramp.el (tramp-methods): New method "rsyncc".
19253 (top): Add completion function for "rsyncc".
19254 (tramp-message-show-message): New defvar.
19255 (tramp-message, tramp-error): Use it.
19256 (tramp-do-copy-or-rename-file-directly): Extend check for direct
19257 remote copying.
19258 (tramp-do-copy-or-rename-file-out-of-band): Handle new
19259 `tramp-methods' entry `copy-env' of "rsyncc".
19260 (tramp-vc-registered-read-file-names): New defconst.
19261 (tramp-vc-registered-file-names): New defvar.
19262 (tramp-handle-vc-registered): Implement optimization strategy.
19263 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
19264 (tramp-vc-file-name-handler): New defun.
19265 (tramp-get-ls-command, tramp-get-test-command)
19266 (tramp-get-file-exists-command, tramp-get-remote-ln)
19267 (tramp-get-remote-perl, tramp-get-remote-stat)
19268 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
19269
19270 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
19271 (tramp-cache-inhibit-cache): Extend doc string. It allows also
19272 timestamps.
19273 (tramp-get-file-property): Check for timestamps in
19274 `tramp-cache-inhibit-cache'.
19275 (tramp-set-file-property): Write timestamp.
19276
19277 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
19278
19279 * language/japan-util.el (japanese-symbol-table): Add entries for
19280 cp932-2-byte.
19281
19282 * international/characters.el: Add category `j' to cp932-2-byte.
19283
19284 2009-08-27 Kenichi Handa <handa@m17n.org>
19285
19286 * international/fontset.el (build-default-fontset-data): New macro.
19287 (setup-default-fontset): Use build-default-fontset-data for CJK,
19288 tibetan, ethiopic, and ipa.
19289
19290 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
19291
19292 * cus-start.el (default-major-mode): Customize `major-mode' instead.
19293 (enable-multibyte-characters): Not customizable any more.
19294
19295 * subr.el (default-mode-line-format, default-header-line-format)
19296 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
19297 (default-direction-reversed, default-truncate-lines)
19298 (default-left-margin, default-tab-width, default-case-fold-search)
19299 (default-left-margin-width, default-right-margin-width)
19300 (default-left-fringe-width, default-right-fringe-width)
19301 (default-fringes-outside-margins, default-scroll-bar-width)
19302 (default-vertical-scroll-bar, default-indicate-empty-lines)
19303 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
19304 (default-fringe-cursor-alist, default-scroll-up-aggressively)
19305 (default-scroll-down-aggressively, default-fill-column)
19306 (default-cursor-type, default-buffer-file-type)
19307 (default-cursor-in-non-selected-windows)
19308 (default-buffer-file-coding-system, default-major-mode)
19309 (default-enable-multibyte-characters): Mark as obsolete.
19310
19311 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
19312
19313 * vc-dir.el (vc-dir-update): Remove debug helper.
19314
19315 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
19316
19317 2009-08-26 Sam Steingold <sds@gnu.org>
19318
19319 * simple.el (save-interprogram-paste-before-kill): New user option.
19320 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
19321 save the interprogram-paste into kill-ring before overriding it
19322 with the Emacs kill.
19323
19324 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
19325
19326 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
19327 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
19328 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
19329 and move to vc-rcs.el.
19330 (vc-default-next-revision): Rename to vc-rcs-next-revision and
19331 move to vc-rcs.el.
19332 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
19333 (vc-rcs-update-changelog): Remove.
19334 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
19335 and move to vc-rcs.el.
19336
19337 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
19338 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
19339 renaming.
19340 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
19341 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
19342 vc.el, renamed to be RCS specific.
19343
19344 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
19345 New functions.
19346 (vc-cvs-update-changelog): Move here from vc.el.
19347
19348 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
19349 New functions.
19350
19351 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
19352
19353 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
19354
19355 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
19356
19357 * vc-git.el (vc-git-register): Use "git add" for directories.
19358 (vc-git-stash, vc-git-stash-show): New functions.
19359 (vc-git-extra-menu-map): Bind them.
19360
19361 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
19362 directory correctly in case the item is a directory itself.
19363
19364 * vc.el: Document the desired behavior for reverted files in the
19365 `added' state.
19366 (vc-default-prettify-state-info): Remove function, unused.
19367
19368 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
19369
19370 2009-08-26 Glenn Morris <rgm@gnu.org>
19371
19372 * bindings.el (standard-mode-line-format): Reposition dashes in
19373 which-func entry. (Bug#4217)
19374
19375 * files.el (enable-local-variables, enable-local-eval)
19376 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
19377 the defcustoms.
19378 (auto-mode-alist, ignored-local-variables)
19379 (save-some-buffers-action-alist): Move risky declarations to the
19380 definitions.
19381 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
19382 (font-lock-defaults, format-alist, imenu--index-alist)
19383 (imenu-generic-expression, input-method-alist, minor-mode-alist)
19384 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
19385 (mode-line-modified, mode-line-mule-info, mode-line-position)
19386 (mode-line-process, mode-line-remote, outline-level)
19387 (parse-time-rules, rmail-output-file-alist)
19388 (special-display-buffer-names, vc-mode):
19389 Move risky declarations to the relevant files.
19390 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
19391 (mode-line-modified, mode-line-process, mode-line-position)
19392 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
19393 * font-core.el (font-lock-defaults):
19394 * format.el (format-alist):
19395 * vc-hooks.el (vc-mode):
19396 * window.el (special-display-buffer-names):
19397 * international/mule-cmds.el (input-method-alist):
19398 Define riskiness here (dumped file) rather than in files.el.
19399 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
19400 * imenu.el (imenu-generic-expression, imenu--index-alist):
19401 * outline.el (outline-level):
19402 * time.el (display-time-string):
19403 * calendar/parse-time.el (parse-time-rules):
19404 * mail/rmailout.el (rmail-output-file-alist):
19405 Autoload riskiness here, rather than placing in files.el.
19406
19407 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
19408
19409 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
19410
19411 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
19412
19413 * simple.el (process-file-side-effects): New defvar.
19414
19415 * dired-aux.el (dired-show-file-type):
19416 * vc.el (vc-diff-internal):
19417 * vc-arch.el (vc-arch-diff):
19418 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
19419 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
19420 * vc-git.el (vc-git-registered, vc-git-working-revision)
19421 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
19422 (vc-git--empty-db-p):
19423 * vc-hooks.el (vc-user-login-name):
19424 * vc-svn.el (vc-svn-registered, vc-svn-state)
19425 (vc-svn-dir-extra-headers, vc-svn-find-revision):
19426 * progmodes/grep.el (grep-probe): Let-bind
19427 `process-file-side-effects' with nil.
19428
19429 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
19430
19431 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
19432 daemon. Replace ping by checking for running service for bluez
19433 and zeroconf. (Bug#4239)
19434
19435 2009-08-25 Kevin Ryde <user42@zip.com.au>
19436
19437 * net/dig.el (dig): Add autoload cookie.
19438
19439 2009-08-25 Glenn Morris <rgm@gnu.org>
19440
19441 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
19442 load-history for absolute file-names.
19443 (byte-compile-file-form-require): Warn about use of the cl package.
19444
19445 * format.el (format-alist): Doc fix.
19446
19447 * play/bubbles.el (top-level): Don't require cl at run-time.
19448
19449 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
19450 run-time cl).
19451
19452 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
19453
19454 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
19455 from cl package.
19456 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
19457
19458 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
19459
19460 * calc/calc-alg.el (math-trig-rewrite)
19461 (math-hyperbolic-trig-rewrite): New functions.
19462 (calc-simplify): Simplify trig functions when asked.
19463
19464 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
19465
19466 * diff-mode.el (diff-find-source-location): Avoid goto-line.
19467
19468 2009-08-24 Kenichi Handa <handa@m17n.org>
19469
19470 * language/ind-util.el (mapthread): Delete it.
19471 (combinatorial): New function.
19472 (indian--puthash-cv): Use combinatorial instead of mapthread.
19473
19474 2009-08-22 Kevin Ryde <user42@zip.com.au>
19475
19476 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
19477 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
19478 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
19479 Clarify docstring that the value is strings not symbols.
19480 (checkdoc-list-of-strings-p): New function.
19481
19482 2009-08-22 Glenn Morris <rgm@gnu.org>
19483
19484 * files.el (auto-mode-alist):
19485 * hippie-exp.el (he-concat-directory-file-name):
19486 * lpr.el (lpr-windows-system, printer-name):
19487 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
19488 * ps-print.el (ps-windows-system):
19489 * startup.el (command-line):
19490 * emulation/viper-ex.el (viper-glob-function):
19491 * international/mule-cmds.el (set-language-environment-coding-systems):
19492 * net/ange-ftp.el (ange-ftp-write-region):
19493 * obsolete/fast-lock.el (fast-lock-cache-name):
19494 Remove code for defunct system-types emx, macos, mswindows, next-mach,
19495 unisoft-unix, vax-vms, win32, w32.
19496
19497 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
19498 given name if the pattern is not more specific.
19499
19500 * calendar/lunar.el (lunar-phase-names): New option.
19501 (lunar-phase): Doc fix.
19502 (lunar-cycles-per-year): New constant.
19503 (lunar-index): New function.
19504 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
19505 (lunar-phase-name): Use lunar-phase-names.
19506 (calendar-lunar-phases): Use format.
19507 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
19508
19509 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
19510 Copy imenu-example--name-and-position function here for own use.
19511 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
19512
19513 * bs.el (bs--redisplay):
19514 * cus-edit.el (custom-redraw):
19515 * ibuffer.el (ibuffer-bury-buffer):
19516 * server.el (server-goto-line-column):
19517 * startup.el (command-line-1):
19518 * strokes.el (strokes-xpm-for-stroke):
19519 * term.el (term-display-buffer-line):
19520 * view.el (View-goto-line):
19521 * calc/calc.el (calc-do, calc-trail-buffer):
19522 * play/gamegrid.el (gamegrid-add-score-insecure):
19523 * progmodes/ada-mode.el (ada-compile-goto-error):
19524 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
19525 (ebrowse-select-1st-to-9nth):
19526 * progmodes/cperl-mode.el (cperl-time-fontification):
19527 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
19528 * progmodes/gud.el (gud-display-line):
19529 (idlwave-shell-display-line):
19530 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
19531 * progmodes/make-mode.el (makefile-browser-toggle):
19532 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
19533 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
19534 * textmodes/picture.el (picture-draw-rectangle):
19535 * textmodes/reftex-index.el (reftex-index-goto-letter):
19536 (reftex-select-jump-to-previous):
19537 * textmodes/reftex-sel.el (reftex-find-start-point)
19538 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
19539 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
19540 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
19541 * textmodes/tex-mode.el (tex-compilation-parse-errors):
19542 * textmodes/two-column.el (2C-associated-buffer):
19543 Use forward-line rather than goto-line.
19544
19545 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
19546 goto-line.
19547
19548 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
19549 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
19550 (quick-check-list-to-regexp): Declare.
19551
19552 * progmodes/make-mode.el (makefile-browser-insert-selection):
19553 Use goto-char rather than goto-line.
19554
19555 * progmodes/prolog.el (compilation-error-regexp-alist)
19556 (compilation-forget-errors): Declare.
19557
19558 2009-08-22 Juri Linkov <juri@jurta.org>
19559
19560 * progmodes/grep.el (lgrep, rgrep): At the beginning
19561 set `dir' to `default-directory' unless `dir' is a non-nil
19562 readable directory. (Bug#4052)
19563 (lgrep, rgrep): Change a weird way to report an error
19564 from using `read-string' to using `error'.
19565 Instead of using interactive arguments in the function body,
19566 add new argument `confirm'.
19567
19568 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
19569
19570 * textmodes/remember.el (remember-buffer):
19571 * progmodes/cperl-mode.el (cperl-vc-header-alist):
19572 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
19573 (icalendar-extract-ical-from-buffer):
19574 * net/newst-treeview.el (newsticker-groups-filename):
19575 * net/newst-backend.el (newsticker-cache-filename):
19576 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
19577 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
19578 (speedbar-add-ignored-path-regexp, speedbar-line-path)
19579 (speedbar-buffers-line-path, speedbar-path-line)
19580 (speedbar-buffers-line-path):
19581 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
19582 (epg-sign-keys):
19583 * epa.el (epa-display-verify-result):
19584 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
19585
19586 2009-08-21 Glenn Morris <rgm@gnu.org>
19587
19588 * progmodes/js.el (inferior-moz-process): Fix declaration.
19589
19590 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
19591
19592 * obsolete/rnewspost.el (news-mail-reply):
19593 Use goto-char rather than goto-line.
19594
19595 * term/ns-win.el (ns-open-file-select-line):
19596 Use line-beginning-position rather than goto-line.
19597
19598 * apropos.el (apropos-command):
19599 * ehelp.el (electric-helpify):
19600 * printing.el (pr-show-setup):
19601 * strokes.el (strokes-help):
19602 * tutorial.el (tutorial--describe-nonstandard-key)
19603 (tutorial--detailed-help):
19604 * woman.el (woman-mini-help, woman-display-extended-fonts):
19605 * calc/calc-help.el (calc-describe-key):
19606 * emulation/edt.el (edt-electric-helpify):
19607 * international/mule-diag.el (mule-diag):
19608 * play/yow.el (apropos-zippy):
19609 * progmodes/python.el (python-describe-symbol):
19610 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
19611 * textmodes/table.el (*table--cell-describe-mode)
19612 (*table--cell-describe-bindings):
19613 Use help-print-return-message rather than the now obsolete alias.
19614
19615 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
19616 (calendar-cursor-to-visible-date):
19617 * play/5x5.el (5x5-position-cursor):
19618 * play/decipher.el (decipher):
19619 * play/gomoku.el (gomoku-goto-xy):
19620 * play/landmark.el (lm-goto-xy):
19621 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
19622 (mpuz-paint-digit):
19623 Use forward-line, not goto-line.
19624
19625 * mail/rmail.el (rmail-obsolete): Delete custom group.
19626 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
19627 (rmail-remote-password, rmail-remote-password-required):
19628 Remove unneeded :set-after and :set properties.
19629
19630 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
19631
19632 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
19633
19634 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
19635
19636 * loadup.el: Remove leftover macos code.
19637
19638 * vc-git.el (vc-git-annotate-command): Run asynchronously.
19639 Explicitly pass the date format to git blame so that user local
19640 so that the output format can be parsed.
19641
19642 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
19643
19644 * net/dbus.el (top): Don't check for (getenv
19645 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
19646
19647 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
19648
19649 * log-edit.el (log-edit-strip-single-file-name): New var.
19650 (log-edit-insert-changelog): Use it. Bug#3571
19651
19652 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
19653
19654 * subr.el (read-passwd): Use read-key so keypad keys work as well.
19655 Bug#3287
19656
19657 * help.el (help-print-return-message): Rename from
19658 print-help-return-message.
19659
19660 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
19661 cvs-mode-map parent hack.
19662 (log-view-mode): Derive from special-mode.
19663
19664 * linum.el (linum-mode): window-size-change-functions is redundant.
19665 Adapt to new window-configuration-change-hook behavior.
19666 (linum-after-size, linum-after-config): Remove.
19667
19668 * imenu.el (imenu-example--name-and-position)
19669 (imenu-example--lisp-extract-index-name)
19670 (imenu-example--create-lisp-index, imenu-example--create-c-index):
19671 Mark as obsolete.
19672
19673 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
19674 (inferior-prolog-mode): Use it.
19675 (inferior-prolog-load-file): Reset list of errors.
19676
19677 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
19678
19679 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
19680
19681 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
19682
19683 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
19684
19685 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
19686 is running already.
19687
19688 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
19689
19690 * subr.el (listify-key-sequence-1): Use normal syntax since those
19691 integers are nowadays always represented by the same (positive) number
19692 on all platforms.
19693 (read-key-empty-map): New const.
19694 (read-key-delay): New var.
19695 (read-key): New function.
19696 (force-mode-line-update): Use with-current-buffer.
19697 (locate-user-emacs-file): Don't forget to abbreviate the file name.
19698 (start-process-shell-command, start-file-process-shell-command):
19699 Discourage the use of command-args.
19700
19701 2009-08-19 Glenn Morris <rgm@gnu.org>
19702
19703 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
19704
19705 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
19706
19707 * simple.el (choose-completion-string): Don't rely on
19708 minibuffer-completing-file-name and ad-hoc checks to decide whether
19709 to continue completion or not.
19710
19711 * minibuffer.el (minibuffer-hide-completions): New function.
19712 (completion--do-completion): Use it.
19713 (completions-annotations): New face.
19714 (completion--insert-strings): Use it.
19715 (completion-pcm--delim-wild-regex): Add docstring.
19716 (completion-pcm--string->pattern): Add support for 0-width delimiters
19717 in completion-pcm--delim-wild-regex.
19718
19719 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
19720
19721 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
19722 Remove unused var `buffer-modified-p'.
19723
19724 * minibuffer.el (completion--do-completion): Move point for the #b001
19725 case as well (bug#4176).
19726 (minibuffer-complete, minibuffer-complete-word): Don't move point.
19727
19728 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
19729
19730 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
19731 and :session buses.
19732
19733 2009-08-18 Kenichi Handa <handa@m17n.org>
19734
19735 * international/ucs-normalize.el (ucs-normalize-version):
19736 Change to 1.1.
19737 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
19738 (utf-8-hfs): Make it perform normalization on encoding too.
19739
19740 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
19741 (sentence-end-without-space): Delete duplicated chars.
19742 (sentence-end-base): Likewise.
19743
19744 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
19745 (html-mode): Delete duplicated chars from sentence-end-base.
19746
19747 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
19748 (texinfo-mode): Delete duplicated chars from sentence-end-base.
19749
19750 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
19751
19752 * files.el (hack-one-local-variable): If the mode function is for
19753 a minor mode, pass it an argument (Bug#4148).
19754
19755 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
19756
19757 * net/tramp.el (tramp-register-completion-file-name-handler):
19758 Check also for (member 'partial-completion completion-styles).
19759
19760 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
19761
19762 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
19763 abbrev (Bug#3943).
19764
19765 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
19766
19767 * progmodes/cperl-mode.el: Merge upstream 6.2.
19768 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
19769 (cperl-forward-re): Check cperl-brace-recursing.
19770 (cperl-highlight-charclass): New function.
19771 (cperl-find-pods-heres): Use it.
19772 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
19773 (cperl-beautify-regexp-piece): Fix column calculation.
19774 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
19775 (cperl-beautify-level): Don't process entire regexp.
19776 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
19777 calling man.
19778 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
19779 (cperl-init-faces): Build a list in the normal way.
19780
19781 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
19782
19783 * calendar/parse-time.el (parse-time-string-chars): Save match
19784 data.
19785
19786 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
19787
19788 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
19789 (sql-product): Use it.
19790 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
19791 (sql-set-product): Add completion.
19792 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
19793 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
19794 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
19795 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
19796 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
19797 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
19798 (sql-highlight-db2-keywords): Remove.
19799 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
19800 (sql-highlight-product): Use derived-mode-p.
19801 (sql-set-sqli-buffer): Use with-current-buffer.
19802 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
19803 Simplify.
19804
19805 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
19806
19807 * term.el: Fix commenting convention, turn comments into docstrings.
19808
19809 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
19810
19811 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
19812
19813 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
19814
19815 * calendar/parse-time.el (parse-time-string-chars): Compute using
19816 character classes, to handle non-ascii characters (Bug#3190).
19817
19818 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
19819
19820 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
19821 another heredoc if the user adds another < (Bug#3226).
19822
19823 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
19824 Don't initialize based on window-system (Bug#4124).
19825
19826 * facemenu.el (facemenu-read-color): Use a completion function
19827 that accepts any defined color, such as RGB triplets (Bug#3677).
19828
19829 * files.el (get-free-disk-space): Change fallback default
19830 directory to /. Expand DIR argument before switching to fallback.
19831 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
19832
19833 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
19834
19835 * files.el (load-library): Doc fix.
19836
19837 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
19838
19839 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
19840 (viper-if-string): Redefine C-s in the minibuffer to insert the last
19841 incremental search string.
19842
19843 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
19844 XEmacs.
19845
19846 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
19847 (ediff-merge-region-is-non-clash)
19848 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
19849 Also check if the job is really a merge job.
19850
19851 * ediff.el (ediff-current-file): New function.
19852
19853 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
19854
19855 * progmodes/js.el: Edit docstrings throughout to follow Emacs
19856 conventions.
19857 (js-insert-and-indent): Delete function.
19858 (js-mode-map): Don't bind keys to js-insert-and-indent.
19859 (js-beginning-of-defun): Rename from js--beginning-of-defun.
19860 (js-end-of-defun): Rename from js--end-of-defun.
19861 (js-auto-indent-flag): Delete variable.
19862
19863 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
19864
19865 * progmodes/js.el: Remove proclaim statement.
19866 Defvar which-func-imenu-joiner-function to silence compiler.
19867
19868 * files.el (auto-mode-alist): Use js-mode for .js files.
19869
19870 * progmodes/js2-mode.el: Remove file.
19871
19872 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
19873
19874 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
19875
19876 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
19877
19878 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
19879 Karl Landstrom <karl.landstrom@brgeight.se>
19880
19881 * progmodes/js.el: New file.
19882
19883 2009-08-14 Mark A. Hershberger <mah@everybody.org>
19884
19885 * timezone.el (timezone-parse-date): Add ability to understand ISO
19886 basic format (minimal separators) dates in addition to the
19887 already-supported extended format dates.
19888
19889 2009-08-14 Eli Zaretskii <eliz@gnu.org>
19890
19891 * international/ucs-normalize.el: Add a `coding' file variable.
19892
19893 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
19894
19895 2009-08-14 Sam Steingold <sds@gnu.org>
19896
19897 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
19898
19899 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
19900
19901 * faces.el (help-argument-name): Define it here instead of
19902 help-fns.el, because in daemon mode help-fns.el may be loaded when
19903 faces are still uninitialized (Bug#1078).
19904
19905 * help-fns.el (help-argument-name): Move defface to faces.el.
19906
19907 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
19908
19909 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
19910 create buffer with a pty but no process so that GDB can make the
19911 inferior the controlling process.
19912
19913 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
19914
19915 * international/ucs-normalize.el: New file.
19916
19917 2009-08-13 Richard Stallman <rms@gnu.org>
19918
19919 * mail/rmail.el (rmail-get-attr-names):
19920 Accept an attribute header that is too short.
19921
19922 * mail/rmail.el (rmail-forget-messages):
19923 Ignore nil elt in rmail-message-vector. Use dotimes.
19924
19925 * progmodes/compile.el (compilation-goto-locus):
19926 Use next-error-move-function.
19927
19928 * simple.el (next-error-move-function): New variable.
19929
19930 2009-08-12 Juri Linkov <juri@jurta.org>
19931
19932 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
19933 always non-nil. (Bug#4052)
19934
19935 * replace.el (read-regexp): Return empty string when
19936 `default-value' is nil.
19937 (keep-lines-read-args): Don't use empty string as the
19938 default value for `read-regexp'. (Bug#2495)
19939
19940 2009-08-12 Juri Linkov <juri@jurta.org>
19941
19942 * international/mule-cmds.el (ucs-insert): Change arguments
19943 from `arg' to `character', `count', `inherit' to be the same
19944 as in `insert-char'. Doc fix. (Bug#4039)
19945
19946 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
19947
19948 2009-08-12 Juri Linkov <juri@jurta.org>
19949
19950 * files-x.el: New file.
19951
19952 * files.el: Move code that deals with adding/deleting
19953 file/directory-local variables to files-x.el.
19954
19955 * Makefile.in (ELCFILES): Add files-x.elc.
19956
19957 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
19958
19959 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
19960 to use `goto-line'.
19961 (gdb-place-breakpoints, gdb-get-location): Rewritten without
19962 `goto-line'.
19963 (gdb-invalidate-disassembly): Do not refresh upon receiving
19964 'update signal. Instead, update all disassembly buffers only after
19965 threads list.
19966 (gdb): Send -target-detach when buffer is killed (Bug#3794).
19967 (gdb-starting): Move -data-list-register-names...
19968 (gdb-stopped): ...here so it's sent when first thread stops.
19969 (gdb-registers-handler-custom): Do nothing if register names are
19970 unknown yet.
19971
19972 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
19973 from `gdb-mi.el' to avoid extra tangling.
19974
19975 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
19976 change which breaks `gud-def' definitions used in `gdb'.
19977 (gdb-update-gud-running): No extra fuss for updating frame number.
19978
19979 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
19980
19981 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
19982 (describe-language-environment-map, setup-language-environment-map)
19983 (set-coding-system-map): Move initialization into declaration.
19984 (set-language-info-alist): Last arg to define-key-after can be skipped.
19985
19986 * international/quail.el (quail-completion-1): Simplify.
19987 (quail-define-rules): Use slightly more compact code.
19988 (quail-insert-decode-map): Propertize keys, compact columns.
19989
19990 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19991 Add goto-line.
19992
19993 2009-08-10 Miles Bader <miles@gnu.org>
19994
19995 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
19996 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
19997 (js2-instance-member, js2-private-member, js2-private-function-call)
19998 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
19999 (js2-magic-paren, js2-external-variable):
20000 Remove "-face" suffix from face names.
20001 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
20002 (js2-highlight-undeclared-vars, js2-peek-token)
20003 (js2-parse-function-params, js2-mode-show-errors)
20004 (js2-mode-show-warnings, js2-make-magic-delimiter)
20005 (js2-mode-highlight-magic-parens): Update to use new face names.
20006
20007 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
20008
20009 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
20010 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
20011
20012 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
20013
20014 * subr.el: Provide hashtable-print-readable.
20015
20016 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
20017 hs-c-like-adjust-block-beginning.
20018 (hs-hide-block-at-point): Stop hiding at the beginning of
20019 hs-block-end-regexp (Bug#700).
20020
20021 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
20022
20023 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
20024 a macro.
20025 (gdb-registers-handler-custom): Do not fail when register names
20026 are unavailable.
20027
20028 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
20029
20030 * progmodes/gdb-mi.el (gdb-control-all-threads)
20031 (gdb-control-current-thread): Interactive setters for
20032 `gdb-gud-control-all-threads' to use in menu.
20033 (gdb-show-run-p): Show «Go» when process is not active.
20034 (gud-tool-bar-map): Add non-stop/A,T indicator.
20035 Uses gud/thread.xpm and gud/all.xpm.
20036
20037 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
20038
20039 * net/net-utils.el (net-utils-font-lock-keywords): New var.
20040 (nslookup-font-lock-keywords): Make it a variable.
20041 (net-utils-mode): New mode for viewing diagnostic network output.
20042 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
20043 (net-utils-run-simple): New function.
20044 (ifconfig, iwconfig, netstat, arp, route): Use it.
20045
20046 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
20047
20048 * progmodes/gdb-mi.el (gdb-read-memory-custom)
20049 (gdb-memory-set-address, def-gdb-set-positive-number)
20050 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
20051 after changing settings.
20052 (gdb-invalidate-disassembly): Update when first shown.
20053 (gdb-edit-locals-value): Fixed.
20054 (gdb-registers-handler-custom): Print registers in right order and
20055 allow changing register values (only for current thread yet).
20056 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
20057 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
20058 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
20059 (gdb-locals-handler-custom, gdb-registers-handler-custom):
20060 Thread info in mode name.
20061 (gdb-registers-mode-map): TAB to switch to locals.
20062
20063 2009-08-08 Eli Zaretskii <eliz@gnu.org>
20064
20065 * mail/rmail.el (rmail-add-mbox-headers)
20066 (rmail-set-message-counters-counter): Search for
20067 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
20068
20069 2009-08-08 Glenn Morris <rgm@gnu.org>
20070
20071 * Makefile.in (ELCFILES): Update.
20072
20073 2009-08-07 Eli Zaretskii <eliz@gnu.org>
20074
20075 * mail/sendmail.el (mail-yank-original):
20076 Set buffer-file-coding-system from the one used by the message whose
20077 text is yanked.
20078
20079 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
20080 to "windows" when "pgnuplot" is used.
20081 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
20082 Don't call accept-process-output if "pgnuplot" is used.
20083 (calc-graph-init): Don't send -display and -geometry to
20084 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
20085 running "pgnuplot -V" with shell-command-to-string.
20086
20087 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
20088 the default.
20089
20090 2009-08-07 Eli Zaretskii <eliz@gnu.org>
20091
20092 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
20093 org/org-latex.elc.
20094
20095 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
20096
20097 * vc-dispatcher.el (vc-resynch-window): Update comment.
20098
20099 * term.el (term-handle-ansi-escape): Add comments with the
20100 terminfo capabilities implemented.
20101
20102 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
20103
20104 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
20105 (gdb-var-create-handler): Rewritten using JSON parser.
20106 (gdb-propertize-header): Move earlier.
20107 (gdb-set-header): Remove to avoid duplication.
20108 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
20109 Refresh disassembly buffers only after threads list have been
20110 update.
20111 (gdb-threads-header, gdb-registers-header): Per-buffer header line
20112 variables.
20113
20114 2009-08-04 Juri Linkov <juri@jurta.org>
20115
20116 * files.el: Commands to add/delete file/directory-local variables.
20117 (read-file-local-variable, read-file-local-variable-value)
20118 (read-file-local-variable-mode, modify-file-local-variable)
20119 (modify-file-local-variable-prop-line)
20120 (modify-dir-local-variable): New functions.
20121 (add-file-local-variable, delete-file-local-variable)
20122 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
20123 (add-dir-local-variable, delete-dir-local-variable)
20124 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
20125 (copy-dir-locals-to-file-locals-prop-line): New commands.
20126
20127 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
20128
20129 * abbrev.el (insert-abbrev-table-description): Prettify output.
20130 Suggested by Karl Chen.
20131
20132 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
20133
20134 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
20135 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
20136 (gdb-overlay-arrow-position, gdb-thread-position)
20137 (gdb-disassembly-position): Declare variables.
20138 (gdb-wait-for-pending): Function now.
20139 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
20140 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
20141 compilation goes smoothly.
20142 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
20143 (gdb-non-stop-setting): New customization setting which replaces
20144 `gdb-non-stop' so changing it doesn't break active GDB session.
20145 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
20146 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
20147 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
20148 (gdb-show-threads-by-default): New customization options.
20149 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
20150 routines.
20151 (gdb-get-buffer-create): Send buffers update signal when they are
20152 created.
20153 (gdb-invalidate-locals, gdb-invalidate-registers)
20154 (gdb-invalidate-breakpoints)
20155 (gdb-invalidate-threads, gdb-invalidate-disassembly)
20156 (gdb-invalidate-memory): Accept update signal.
20157 (gdb-current-context-command): Use --frame option.
20158 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
20159 Implement `gdb-frame-number' selection logic.
20160 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
20161 whether to show GUD toolbar buttons.
20162 (gdb-thread-exited): Unselect current thread when it exits.
20163 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
20164 (gdb-mark-line): Routine which sets overlay arrow or inverses
20165 video on fringeless displays.
20166 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
20167 to build aligned columns of data in GDB buffers and set text
20168 properties line-by-line.
20169 (gdb-invalidate-breakpoints)
20170 (gdb-breakpoints-list-handler-custom)
20171 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
20172 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
20173 (gdb-registers-handler-custom): Align data columns.
20174 (gdb-locals-handler-custom): Now prints data like in variable
20175 declarations.
20176 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
20177 Remove confusing buttons.
20178 (gdb-invalidate-threads): Append --frame.
20179 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
20180 between breakpoints/threads buffers.
20181 (gdb-set-window-buffer): Now can ignore dedicated windows.
20182 (gdb-propertize-header): Use `gdb-set-window-buffer'.
20183 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
20184 (def-gdb-thread-buffer-gud-command): Replaces
20185 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
20186 for fine thread control.
20187 (gdb-preempt-existing-or-display-buffer): New function used to
20188 display bound buffers without breaking window layout.
20189 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
20190 (gdb-select-frame): New version of `gdb-frames-select' which now
20191 sets `gdb-frame-number' so commands may use --frame option instead
20192 of inner debugger state.
20193 (gdb-frame-handler): Do not set `gdb-frame-number'.
20194 (gdb-threads-mode-map): Select threads with mouse.
20195
20196 * progmodes/gud.el (gdb-gud-context-call): Declare function to
20197 avoid compilation warning.
20198 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
20199 `gdb-show-stop-p`.
20200
20201 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
20202 Argument `key' renamed to `buffer-type'.
20203 (gdb-current-context-buffer-name): Do not add thread info to
20204 buffer name when no thread is selected.
20205 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
20206 command (bug 3794).
20207 (gdb-thread-selected): Handle `=thread-selected' notification.
20208 (gdb-wait-for-pending): New macro to deal with congestion problems.
20209 (gdb-breakpoints-list-handler-custom): Don't fail on pending
20210 breakpoints.
20211 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
20212 This fixes problem similar to one described in bug 3947.
20213 (gud-menu-map): More menu items.
20214 (gdb-init-1): Reset `gdb-thread-number' to nil.
20215
20216 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
20217 non-stop settings.
20218
20219 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
20220 (gdb-current-context-command): Do not append --thread if
20221 `gdb-thread-number' is nil.
20222 (gdb-running-threads-count, gdb-stopped-threads-count):
20223 New variables.
20224 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
20225 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
20226 New customization options.
20227 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
20228 GUD commands.
20229 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
20230 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
20231 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
20232 set `gdb-thread-number' and update `gud-running' properly.
20233 (gdb-running): Update threads list when new threads appear.
20234 (gdb-stopped): Support non-stop operation and new thread switching
20235 logic.
20236 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
20237 (gdb-json-partial-output): New set of JSON routines.
20238 (def-gdb-auto-update-trigger): New `signal-list' optional
20239 argument.
20240 (gdb-thread-list-handler-custom): Update `gud-running',
20241 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
20242 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
20243 (gdb-continue-thread, gdb-step-thread): New commands for fine
20244 thread execution control.
20245 (gud-menu-map): New menu items to switch non-stop options.
20246 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
20247 (gdb-send): Mimic RET properly (bug 3794).
20248
20249 * progmodes/gdb-mi.el (gdb-rules-name-maker)
20250 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
20251 gdb-buffer-rules.
20252 (def-gdb-auto-update-handler): New nopreserve optional argument.
20253 (gdb-stack-list-frames-custom): Print stack from top to bottom.
20254
20255 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
20256 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
20257 (gdb-parent-mode): New mode to derive other GDB modes from.
20258 (gdb-display-disassembly-for-thread)
20259 (gdb-frame-disassembly-for-thread): New commands for threads
20260 buffer.
20261
20262 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
20263 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
20264 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
20265 (gdb-update): We now store all GDB buffers in a list so that they
20266 can be updated by traversing a list instead of calling invalidate
20267 triggers explicitly.
20268 (def-gdb-trigger-and-handler): New macro to define trigger-handler
20269 pair for GDB buffer.
20270 (gdb-stack-buffer-name): Add thread information.
20271 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
20272 handle pending triggers.
20273 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
20274 (def-gdb-thread-buffer-simple-command)
20275 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
20276 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
20277 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
20278 New commands which show buffers bound to thread.
20279 (gdb-stack-list-locals-regexp): Remove unused regexp.
20280
20281 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
20282 (gdb-locals-buffer-name, gdb-registers-buffer-name)
20283 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
20284 to (gud-comint-buffer) in *-buffer-name functions
20285 because (gdb-get-target-string) already does that.
20286 (gdb-locals-handler-custom, gdb-registers-handler-custom)
20287 (gdb-changed-registers-handler): Rewritten without regexps.
20288
20289 * progmodes/gdb-mi.el: Basic thread selection support.
20290 (gdb-thread-number): New variable.
20291 (gdb-current-context-command): New macro which adds --thread
20292 option to command.
20293 (gdb-threads-mode-map): Select thread with SPC.
20294 (gdb-thread-list-handler-custom): Mark current thread with overlay
20295 arrow. Synchronize GDB thread and Emacs thread.
20296 (gdb-select-thread): New command which selects current thread.
20297 (gdb-invalidate-frames, gdb-invalidate-locals)
20298 (gdb-invalidate-registers): Use --thread option.
20299
20300 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
20301
20302 * net/tramp.el (top): Make check for tramp-gvfs loading more
20303 robust. (Bug#3977)
20304 (tramp-handle-insert-file-contents): `unwind-protect' must be
20305 inside `with-parsed-tramp-file-name'.
20306
20307 * net/tramp-gvfs.el (top): Remove superfluous message when loading
20308 fails.
20309
20310 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
20311
20312 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
20313 directory if CLASSPATH is not set.
20314
20315 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
20316
20317 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
20318 New defconst.
20319 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
20320
20321 2009-08-02 Kevin Ryde <user42@zip.com.au>
20322
20323 * net/newst-backend.el (newsticker--raw-url-list-defaults):
20324 Update freshmeat link. Delete newsforge.com as it seems gone.
20325
20326 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
20327
20328 * select.el (x-set-selection): Doc fix (Bug#4021).
20329
20330 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
20331
20332 * help-fns.el (describe-variable): Treat list return values from
20333 dir-locals-find-file properly (Bug#4005).
20334
20335 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
20336
20337 * net/tramp.el (tramp-debug-message): Print also microseconds.
20338
20339 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
20340
20341 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
20342 or END is non-nil.
20343 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
20344 (tramp-get-debug-buffer): Change `outline-regexp' according to new
20345 format.
20346
20347 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
20348 (tramp-get-file-property): Use it.
20349
20350 * autorevert.el (auto-revert-handler):
20351 Allow `auto-revert-tail-mode' for remote files.
20352
20353 2009-08-02 Jason Rumney <jasonr@gnu.org>
20354
20355 * minibuffer.el (read-file-name): Treat confirm options to
20356 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
20357
20358 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
20359
20360 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
20361 (font-lock-variable-name-face, font-lock-constant-face):
20362 Darken the colors for light backgrounds.
20363
20364 2009-08-01 Eli Zaretskii <eliz@gnu.org>
20365
20366 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
20367 month names. (Bug#3987)
20368
20369 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
20370
20371 * simple.el (line-move-finish): Pass whole number to
20372 line-move-to-column.
20373 (line-move-visual): Perform hscroll to the recorded position.
20374
20375 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
20376
20377 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
20378
20379 2009-07-29 Alan Mackenzie <acm@muc.de>
20380
20381 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
20382
20383 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
20384
20385 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
20386 (gdb-place-breakpoints): Use full path when setting breakpoints.
20387
20388 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
20389
20390 * calc/calc.el (calc-mode-map): Add keybinding for
20391 `calc-transpose-lines'.
20392
20393 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
20394
20395 * calc/calc-misc.el (calc-transpose-lines): New function.
20396
20397 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
20398
20399 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
20400 Simplify check for out-of-band methods.
20401 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
20402 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
20403
20404 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
20405
20406 * vc-git.el (vc-git-checkin): Fix typo.
20407
20408 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
20409
20410 * progmodes/js2-mode.el: New file.
20411
20412 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
20413
20414 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
20415 (gud-menu-map): Adjust tooltip accordingly.
20416
20417 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
20418
20419 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
20420 (vc-bzr-log-view-mode): Adjust log-view-file-re.
20421
20422 * add-log.el (change-log-mode-map): Add a menu.
20423
20424 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
20425
20426 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
20427 function returns nil.
20428 (dbus-handle-event): Handle special return value :ignore.
20429 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
20430
20431 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
20432
20433 * view.el (view-mode-enable): Don't define Helper-return-blurb if
20434 it's not needed.
20435
20436 2009-07-25 Eli Zaretskii <eliz@gnu.org>
20437
20438 Fix Bug#3888:
20439
20440 * w32-vars.el (x-select-enable-clipboard): Doc fix.
20441
20442 * term/pc-win.el (x-display-name, x-colors)
20443 (x-select-enable-clipboard, x-select-text): Doc fix.
20444
20445 * term/common-win.el (x-display-name, x-colors): Doc fix.
20446
20447 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
20448 (xw-defined-colors): Doc fix.
20449
20450 * w32-fns.el (x-select-text, x-setup-function-keys)
20451 (x-get-selection, x-set-selection): Doc fix.
20452
20453 * term/x-win.el (x-select-text, x-setup-function-keys)
20454 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
20455
20456 * select.el (x-set-selection): Doc fix.
20457
20458 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
20459
20460 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
20461 instead of "IsNSSSupportAvailable". Avahi ought to work also when
20462 "IsNSSSupportAvailable" method is not available.
20463 Reported by Steve Youngs <steve@sxemacs.org>.
20464
20465 2009-07-24 Kenichi Handa <handa@m17n.org>
20466
20467 * international/characters.el: Fix setting of category ?C, ?|, ?K,
20468 and ?H. Fix setting of case for Latin Extended and Greek Extended.
20469 (build-unicode-category-table): Fix range checks.
20470
20471 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
20472
20473 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
20474 the buffer we try to sync is current when calling
20475 vc-resynch-buffer.
20476
20477 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
20478 not show up to date files.
20479
20480 2009-07-24 Glenn Morris <rgm@gnu.org>
20481
20482 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
20483 Add autoload cookies. If necessary, initialize.
20484 (elint-log): Handle non-file buffers.
20485 (elint-initialize): Add optional argument to reinitialize.
20486 (elint-find-builtin-variables): Save excursion.
20487
20488 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
20489
20490 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
20491 for Lint.
20492
20493 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
20494
20495 * vc.el (vc-print-log-internal): New function, split out from ...
20496 (vc-print-log): ... here.
20497 (vc-dir-move-to-goal-column): Declare.
20498
20499 * vc-git.el (vc-git-add-signoff): New variable.
20500 (vc-git-checkin): Use it.
20501 (vc-git-toggle-signoff): New function.
20502 (vc-git-extra-menu-map): Bind it to menu.
20503 (vc-git--run-command-string): Accept a nil FILE argument.
20504 (vc-git-stash-list): New function.
20505 (vc-git-dir-extra-headers): Use it.
20506
20507 2009-07-23 Glenn Morris <rgm@gnu.org>
20508
20509 * help-fns.el (describe-variable): Describe ignored and risky local
20510 variables in a similar way to that in which we describe safe ones.
20511
20512 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
20513 (byte-compile-output-file-form, byte-compile-output-docform)
20514 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
20515 Give some more local variables with common names a "bytecomp-" prefix,
20516 so as not to shadow things during compilation.
20517 * emacs-lisp/cl-macs.el (load-time-value)
20518 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
20519 `outbuffer' to `bytecomp-outbuffer'.
20520
20521 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
20522 since the next two variables cover them automatically now.
20523 (elint-builtin-variables, elint-autoloaded-variables): New.
20524 (elint-unknown-builtin-args): Remove all members, since they can be
20525 parsed automatically now.
20526 (elint-extra-errors): New.
20527 (elint-env-add-env, elint-env-add-macro): Use cadr.
20528 (elint-current-buffer): Use or. Change final message.
20529 (elint-get-top-forms): Use line-end-position.
20530 (elint-init-env): Use cadr. Handle autoload, declare-function,
20531 and defalias.
20532 (elint-add-required-env): Doc fix. Use or. Standardize error.
20533 (regexp-assoc): Remove unused function.
20534 (elint-top-form): Set elint-current-pos, to record the start of the
20535 top-level form, for compilation-mode.
20536 (elint-form): Trap errors in macro expansion. Use dolist.
20537 (elint-unbound-variable): Use elint-builtin-variables and
20538 elint-autoloaded-variables.
20539 (elint-get-args): Use cadr, or.
20540 (elint-check-cond-form): Use dolist, cadr.
20541 (elint-check-condition-case-form): Doc fix. Use cadr.
20542 Use elint-extra-errors.
20543 (elint-log): New function.
20544 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
20545 Distinguish errors and warnings.
20546 (elint-log-message): Use with-current-buffer. Inhibit read-only.
20547 Use a bytecomp-style format.
20548 (elint-clear-log): Preserve default-directory. Inhibit read-only.
20549 (elint-get-log-buffer): Use compilation mode. Disable undo.
20550 Don't truncate lines.
20551 (elint-initialize): Set builtin and autoloaded variable lists.
20552 Only process elint-unknown-builtin-args if non-nil.
20553 (elint-find-builtin-variables, elint-find-autoloaded-variables):
20554 New functions.
20555 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
20556
20557 2009-07-22 Kevin Ryde <user42@zip.com.au>
20558
20559 * net/newst-backend.el (newsticker--parse-atom-1.0)
20560 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
20561 (newsticker--parse-rss-1.0):
20562 * progmodes/idlwave.el (idlwave-mode):
20563 * progmodes/idlw-shell.el (idlwave-shell-mode):
20564 * progmodes/vera-mode.el (vera-mode):
20565 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
20566 * progmodes/vhdl-mode.el (vhdl-mode):
20567 * textmodes/table.el (table-generate-source)
20568 (table--warn-incompatibility):
20569 Hyperlink urls in docstrings with URL `...'.
20570
20571 2009-07-22 Glenn Morris <rgm@gnu.org>
20572
20573 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
20574 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
20575 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
20576 Remove leading * from defcustom docs.
20577
20578 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
20579
20580 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
20581 defcustom doc.
20582 (list-load-path-shadows): Optionally, just return shadows as a string.
20583
20584 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
20585
20586 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
20587
20588 * mail/rmailedit.el (rmail-edit-mode):
20589 Use auto-save-include-big-deletions.
20590
20591 * mail/rmail.el (rmail-variables):
20592 Use auto-save-include-big-deletions.
20593
20594 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
20595 changes.
20596
20597 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
20598
20599 * calc/calc.el (calc-undo-length): New variable.
20600 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
20601
20602 2009-07-21 Richard Stallman <rms@gnu.org>
20603
20604 * files.el (auto-save-mode): Handle buffer-save-size = -2
20605 for toggling mode.
20606
20607 2009-07-21 Glenn Morris <rgm@gnu.org>
20608
20609 * textmodes/ispell.el (ispell-looking-back): Update declaration.
20610
20611 * calendar/todo-mode.el (calendar-current-date): Update declaration.
20612
20613 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
20614 silence compiler. Instead...
20615 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
20616 (ps-print-ensure-fontified): Update for above function name changes.
20617
20618 * printing.el (pr-mh-get-msg-num, pr-mh-show)
20619 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
20620 silence compiler. Instead...
20621 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
20622 (mh-show-buffer): Only define for compiler.
20623 (pr-mh-current-message): Update for above function name changes.
20624
20625 * files.el (abort-if-file-too-large): Explicitly pass `filename'
20626 as an argument.
20627 (find-file-noselect, insert-file-1): Update for above change.
20628
20629 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
20630
20631 * mail/mailclient.el (mailclient-send-it): Fix message.
20632
20633 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
20634 (edebug-eval): Check cl-debug-env is bound.
20635 (print-level, print-circle): Don't redefine built-in variables.
20636
20637 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
20638 (custom-print-vectors): Remove old comments from doc.
20639
20640 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
20641 (emerge-version): Make the variable an obsolete alias for the
20642 emacs-version variable. Make the function obsolete.
20643 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
20644 Emerge options, rather than merging in into the main Options menu.
20645 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
20646 and auto advance modes. Disable edit/fast items when not relevant.
20647
20648 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
20649
20650 * term/vt420.el (terminal-init-vt420): Fix typo.
20651
20652 2009-07-20 Sam Steingold <sds@gnu.org>
20653
20654 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
20655 variable (removed from compile.el on 2004-03-11).
20656
20657 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
20658
20659 * files.el (hack-local-variables-filter): Fix last change.
20660
20661 2009-07-19 Juri Linkov <juri@jurta.org>
20662
20663 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
20664 (dir-local-variables-alist): New buffer-local variable.
20665 (hack-local-variables-filter): If variable is not dir-local,
20666 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
20667 because file-local overrides dir-local.
20668 (c-postprocess-file-styles) <declare-function>:
20669 Remove obsolete declaration.
20670 (hack-dir-local-variables): Add dir-local variable/value pair to
20671 `dir-local-variables-alist' and remove duplicates. Doc fix.
20672
20673 * help-fns.el (describe-variable): Add information about
20674 file-local and dir-local variables.
20675
20676 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
20677
20678 * files.el (hack-local-variables-filter): Rewrite.
20679
20680 2009-07-19 Glenn Morris <rgm@gnu.org>
20681
20682 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
20683 Silence compiler by only defining on XEmacs.
20684
20685 * international/mule.el (auto-coding-regexp-alist): Only match
20686 BABYL... at the start of buffer, not of lines. (Bug#3790)
20687
20688 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
20689 non-calendar buffers (Bug#3862). Restore "not on a date" message.
20690 (cal-menu-context-mouse-menu): Doc fix.
20691
20692 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
20693
20694 * simple.el (mail-user-agent): Doc fix. Set :version tag.
20695
20696 2009-07-18 Juri Linkov <juri@jurta.org>
20697
20698 * info.el: Virtual Info keyword finder.
20699 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
20700 (Info-finder-file): New variable.
20701 (Info-finder-find-file): New function.
20702 (finder-known-keywords, finder-package-info)
20703 (find-library-name, lm-commentary): Use defvar and
20704 declare-function to silence compiler warnings.
20705 (Info-finder-find-node): New function.
20706 (info-finder): New command.
20707
20708 * subr.el (process-kill-buffer-query-function): New function.
20709 (add-hook)<kill-buffer-query-functions>: Add hook
20710 `process-kill-buffer-query-function'.
20711
20712 2009-07-18 Alan Mackenzie <acm@muc.de>
20713
20714 * progmodes/cc-mode.el (c-before-hack-hook)
20715 (c-postprocess-file-styles): Give invocation of `c-set-style'
20716 DONT-OVERRIDE parameter of t. Already set style variables will
20717 thus not be overridden by style settings given by `c-file-syle'.
20718
20719 * files.el (hack-local-variables-filter): Remove entries with
20720 duplicate keys from `file-local-variables-alist'.
20721
20722 2009-07-18 Eli Zaretskii <eliz@gnu.org>
20723
20724 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
20725 x-set-selection if display-selections-p returns nil for the
20726 current frame.
20727
20728 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
20729
20730 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
20731
20732 2009-07-18 Eli Zaretskii <eliz@gnu.org>
20733
20734 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
20735 Accept nil in addition to a regexp.
20736 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
20737 Accept nil in addition to a regexp.
20738 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
20739 buffers that have an associated file. Handle nil values of
20740 desktop-buffers-not-to-save and desktop-files-not-to-save.
20741 (Bug#3833)
20742
20743 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
20744 (x-disown-selection-internal): New functions.
20745
20746 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
20747
20748 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
20749 warning.
20750 (gdb-breakpoints-header): Move forward to avoid compiler warning.
20751 (gdb-make-header-line-mouse-map): Remove duplicate definition.
20752
20753 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
20754
20755 * simple.el (set-mark): Revert last change.
20756
20757 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
20758
20759 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
20760 rendering of pngs is not possible instead of messaging a long
20761 description.
20762
20763 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
20764
20765 * w32-fns.el (x-selection-owner-p): New function.
20766
20767 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
20768 (mouse-yank-at-click, mouse-yank-primary):
20769 If select-active-regions is non-nil, deactivate the mark before
20770 insertion.
20771
20772 * simple.el (deactivate-mark, set-mark): Only save selection if we
20773 own it.
20774
20775 2009-07-17 Kenichi Handa <handa@m17n.org>
20776
20777 * case-table.el (describe-buffer-case-table): Fix for the case
20778 that KEY is a cons.
20779
20780 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
20781
20782 * vc-rcs.el (vc-rcs-find-file-hook):
20783 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
20784
20785 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
20786
20787 * net/tramp.el (tramp-wait-for-output): Handle the case when
20788 commands do not return a newline but a null byte before the shell
20789 prompt. (Bug#3858)
20790
20791 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20792
20793 * term/ns-win.el (ns-set-alpha): Don't declare.
20794 (ns-set-background-alpha): Remove function.
20795
20796 2009-07-16 Kevin Ryde <user42@zip.com.au>
20797
20798 * emacs-lisp/copyright.el (copyright-update): Save match-data across
20799 y-or-n-p, for safety.
20800
20801 2009-07-16 Richard Stallman <rms@gnu.org>
20802
20803 * files.el (auto-save-mode): If buffer-saved-size is -2,
20804 don't clobber it.
20805
20806 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
20807 (rmail-retry-ignored-headers): Add more uninteresting fields.
20808
20809 2009-07-15 Jari Aalto <jari.aalto@cante.net>
20810
20811 * net/rcirc.el (rcirc): Use history variables.
20812 (rcirc-server-name-history, rcirc-nick-name-history)
20813 (rcirc-server-port-history): New variables.
20814
20815 2009-07-15 Kenichi Handa <handa@m17n.org>
20816
20817 * international/mule-cmds.el (set-language-environment-charset):
20818 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
20819 ignore them.
20820
20821 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
20822 Delete unibyte-display.
20823
20824 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
20825
20826 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
20827
20828 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
20829
20830 * simple.el (deactivate-mark): Optional argument FORCE.
20831 (set-mark): Use deactivate-mark.
20832
20833 * info.el (Info-search): No need to check transient-mark-mode
20834 before calling deactivate-mark.
20835
20836 * select.el (x-set-selection): Doc fix.
20837 (x-valid-simple-selection-p): Allow buffer values.
20838 (xselect--selection-bounds): Handle buffer values.
20839 Suggested by David De La Harpe Golden.
20840
20841 * mouse.el (mouse-set-region, mouse-drag-track):
20842 Call copy-region-as-kill before setting the mark, to let
20843 select-active-regions work.
20844
20845 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
20846
20847 * simple.el (deactivate-mark): If select-active-regions is
20848 non-nil, copy the selection data into a string.
20849 (activate-mark): If select-active-regions is non-nil, set the
20850 selection to the current buffer.
20851 (set-mark): Update selection if select-active-regions is non-nil.
20852
20853 * select.el (x-valid-simple-selection-p): Allow buffer values.
20854
20855 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
20856
20857 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
20858 and more featureful message-mode.
20859
20860 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
20861
20862 * select.el (x-set-selection): Doc fix.
20863 (x-valid-simple-selection-p): Disallow selection data consisting
20864 of a list or cons of integers, since that is not used.
20865 (xselect--selection-bounds, xselect--int-to-cons): New functions.
20866 (xselect-convert-to-string, xselect-convert-to-length)
20867 (xselect-convert-to-filename, xselect-convert-to-charpos)
20868 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
20869
20870 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
20871
20872 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
20873 output in -break-info command (Emacs bug #3794).
20874
20875 2009-07-14 Glenn Morris <rgm@gnu.org>
20876
20877 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
20878 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
20879 (edebug-print-length, edebug-print-level, edebug-print-circle)
20880 (edebug-sit-for-seconds, edebug-view-outside)
20881 (edebug-bounce-point, edebug-set-global-break-condition)
20882 (edebug-Go-nonstop-mode, edebug-trace-mode)
20883 (edebug-Trace-fast-mode, edebug-continue-mode)
20884 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
20885 (edebug-visit-eval-list): Doc fixes.
20886
20887 * subr.el (def-edebug-spec): Doc fix.
20888
20889 2009-07-14 Kenichi Handa <handa@m17n.org>
20890
20891 * international/characters.el: Fix setting of category ?C.
20892
20893 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
20894
20895 * term/ns-win.el (x-select-font): defalias x-select-font to
20896 ns-popup-font-panel instead of generate-fontset-menu.
20897
20898 2009-07-12 Eli Zaretskii <eliz@gnu.org>
20899
20900 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
20901
20902 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
20903
20904 * arc-mode.el (archive-find-type): Allow for a PK00 string before
20905 the PK\003\004 header (Bug#3770).
20906
20907 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
20908
20909 * pcomplete.el (pcomplete-comint-setup): Check for
20910 shell-dynamic-complete-filename too.
20911
20912 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
20913
20914 * simple.el (temporary-goal-column): Change the value for
20915 line-move-visual to a cons cell.
20916 (line-move-visual): Record or set the window hscroll, if
20917 necessary (Bug#3494).
20918 (line-move-1): Handle cons value of temporary-goal-column.
20919
20920 2009-07-11 Kenichi Handa <handa@m17n.org>
20921
20922 * international/mule-diag.el (describe-character-set): Don't show
20923 width.
20924
20925 2009-07-10 Sam Steingold <sds@gnu.org>
20926
20927 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20928 Omake sometimes indents the errors it prints, so allow all
20929 regexps to start with spaces.
20930
20931 2009-07-10 Eli Zaretskii <eliz@gnu.org>
20932
20933 * cus-edit.el (customize-changed-options-previous-release):
20934 Bump value to 22.1. (Bug#3804)
20935
20936 2009-07-08 Sam Steingold <sds@gnu.org>
20937
20938 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
20939 to be a cons cell (test . ignored-directory) to selectively ignore
20940 some directories depending on the location of the search.
20941
20942 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
20943
20944 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
20945 remote user is root, on the local host.
20946 (tramp-local-host-p): Either the local user or the remote user
20947 must be root. (Bug#3771)
20948
20949 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
20950
20951 * progmodes/gdb-mi.el (gdb): Remove description of
20952 gdb-use-separate-io-buffer.
20953 (menu): Don't allow toggling of or enable
20954 gdb-use-separate-io-buffer from menubar.
20955
20956 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
20957
20958 * mail/unrmail.el (unrmail): Make sure the message ends with two
20959 newlines (Bug#3769).
20960
20961 2009-07-08 Glenn Morris <rgm@gnu.org>
20962
20963 * calendar/calendar.el (calendar-current-date): Rework previous change.
20964
20965 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
20966
20967 * calendar/calendar.el (calendar-current-date):
20968 Add an optional argument giving an offset from today.
20969
20970 2009-07-08 Glenn Morris <rgm@gnu.org>
20971
20972 * tutorial.el (tutorial--describe-nonstandard-key):
20973 Adjust the message for when a key has been unbound.
20974 (help-with-tutorial): Hide the arch-tag.
20975
20976 2009-07-08 Kenichi Handa <handa@m17n.org>
20977
20978 * international/fontset.el (setup-default-fontset): For each
20979 script, append (not set) font-specs.
20980
20981 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
20982 docstring.
20983
20984 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
20985
20986 * progmodes/gdb-mi.el (gdb-init-1): Move sending
20987 -data-list-register-names to ...
20988 (gdb-starting): ... here because GDB 7.0 requires execution to
20989 have started when using this MI command.
20990 (gdb-set-header): New function to distinguish select and
20991 unselected tabs in gdb buffers.
20992 (gdb-propertize-header): New macro that uses gdb-set-header.
20993 (gdb-breakpoints-header, gdb-locals-header): Use it.
20994 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
20995
20996 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
20997
20998 * Makefile.in (ELCFILES): Remove fadr.elc.
20999
21000 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
21001
21002 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
21003 may contain frame information, so `string-match' should be used.
21004 (gdb-update): Disassembly is invalidated through
21005 `gdb-get-selected-frame'.
21006 (gdb-pad-string): New function to pad string with spaces.
21007 (gdb-invalidate-disassembly): Invalidate only if the buffer
21008 exists.
21009 (gdb-disassembly-handler-custom): Column alignment.
21010 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
21011 placing new ones.
21012 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
21013 end of line, too.
21014 (gdb-frame-handler): Match convention to for disassembly buffer
21015 mode name.
21016 (gdb-stack-list-frames-handler): Rewritten without regexps.
21017 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
21018 not highlight breakpoints without line information.
21019 (gdb-input): Add trailing newline to command.
21020
21021 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
21022 buffer properly.
21023 (gdb-breakpoints-list-handler-custom): Replacement for
21024 `gdb-break-list-handler'. Using real parser instead of regexps
21025 now.
21026 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
21027 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
21028 to place breakpoints.
21029 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
21030 functions.
21031 (gdb-disassembly-handler-custom): Show overlay arrow.
21032 (gdb-disassembly-place-breakpoints): Show breakpoints in
21033 disassembly buffer.
21034 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
21035 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
21036 instead of parsing breakpoints buffer. Fixed old menu references
21037 in `gud-menu-map'.
21038
21039 * fadr.el: Remove.
21040
21041 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
21042 (gdb-memory-address): New variable which holds top address of
21043 memory page shown in memory buffer.
21044 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
21045 New customization variables.
21046 New functions:
21047 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
21048 display the memory buffer.
21049 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
21050 buffer display parameters.
21051 (def-gdb-memory-format, gdb-memory-format-binary)
21052 (gdb-memory-format-octal, gdb-memory-format-unsigned)
21053 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
21054 Functions for setting memory buffer format.
21055 (gdb-memory-unit-word, gdb-memory-unit-halfword)
21056 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
21057 unit size used in memory buffer.
21058 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
21059 Switch to next/previous page of memory buffer.
21060 Now using (bindat-get-field) instead of fadr functions.
21061
21062 2009-07-07 Sam Steingold <sds@gnu.org>
21063
21064 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
21065 non-top-level files.
21066
21067 2009-07-07 Kenichi Handa <handa@m17n.org>
21068
21069 * international/mule-cmds.el (reset-language-environment):
21070 Put the highset priority to the charset iso-8859-1.
21071
21072 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
21073
21074 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
21075 to the end of the line when locating the block (Bug#700).
21076
21077 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
21078
21079 * net/tramp.el (tramp-handle-write-region): Flush file properties
21080 in case of short track.
21081
21082 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
21083
21084 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
21085 Coded custom representation of verilog error regular expressions
21086 to work with Emacs-22's new format.
21087 (verilog-error-regexp-xemacs-alist): Coded custom representation
21088 of verilog error regular expressions to work with XEmacs format.
21089 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
21090 error recognition into XEmacs.
21091 (verilog-error-regexp-add-emacs): Hook routine to install verilog
21092 error recognition into Emacs-22.
21093
21094 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
21095
21096 * woman.el: Remove stand-alone closing parentheses.
21097 (woman-file-name, woman2-format-paragraphs)
21098 (woman-leave-blank-lines): Code cleanup.
21099 (woman-use-own-frame): Change default to nil.
21100 (woman-italic, woman-bold, woman-unknown, woman-addition):
21101 Change defaults to inherit from default faces.
21102 (woman2-process-escapes): Consume the newline after a stand-alone
21103 filler character (Bug#3651).
21104
21105 2009-07-06 Glenn Morris <rgm@gnu.org>
21106
21107 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
21108 (top-level): Move provide to the end.
21109 (ffap): Remove defunct URL from custom group.
21110
21111 * subr.el (eval-after-load): Doc fix.
21112
21113 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
21114
21115 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
21116 `calc-embedded-word' is called twice.
21117
21118 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
21119
21120 * files.el (find-alternate-file-other-window, find-alternate-file):
21121 Obey confirm-nonexistent-file-or-buffer.
21122
21123 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
21124
21125 * dired-aux.el (dired-show-file-type): Handle remote files.
21126
21127 2009-07-05 Jari Aalto <jari.aalto@cante.net>
21128
21129 * desktop.el (desktop-globals-to-save):
21130 Add file-name-history (Bug#2750).
21131
21132 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
21133
21134 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
21135
21136 2009-07-04 Johan Bockgård <bojohan@gnu.org>
21137
21138 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
21139 property on entire argument since this is what eshell-lisp-command
21140 expects.
21141
21142 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
21143
21144 * net/tramp-gvfs.el (tramp-gvfs-methods)
21145 (tramp-gvfs-zeroconf-domain)
21146 (tramp-bluez-discover-devices-timeout): Add version flag.
21147 (tramp-gvfs-handler-mounted-unmounted)
21148 (tramp-gvfs-connection-mounted-p): Polish handling of
21149 incompatibilities between GVFS 0.2 and 1.0.
21150
21151 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
21152
21153 * cus-start.el (all): Add make-pointer-invisible.
21154
21155 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
21156
21157 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
21158 formatted correctly.
21159
21160 2009-07-02 Juri Linkov <juri@jurta.org>
21161
21162 * info.el: Virtual Info files and nodes.
21163 (Info-virtual-files, Info-virtual-nodes): New variables.
21164 (Info-current-node-virtual): New variable.
21165 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
21166 New functions.
21167 (Info-file-supports-index-cookies): Use Info-virtual-file-p
21168 to check for a virtual file instead of checking a fixed list
21169 of node names.
21170 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
21171 instead of ad-hoc processing of "dir" and (apropos history toc).
21172 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
21173 instead of ad-hoc processing of "dir" and (apropos history toc).
21174 Reread a file when moving from a virtual node.
21175 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
21176 (Info-directory-toc-nodes, Info-directory-find-file)
21177 (Info-directory-find-node): New functions.
21178 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
21179 (Info-history): Move part of code to
21180 `Info-history-find-node'.
21181 (Info-history-toc-nodes, Info-history-find-file)
21182 (Info-history-find-node): New functions.
21183 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
21184 (Info-toc): Move part of code to `Info-toc-find-node'.
21185 (Info-toc-find-node): New function.
21186 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
21187 the current Info file name to references because now the node
21188 "*TOC*" belongs to the same Info manual.
21189 (Info-toc-build): Rename from `Info-build-toc'.
21190 (Info-toc-nodes): Rename input argument `file' to `filename'.
21191 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
21192 instead of ad-hoc processing of ("dir" apropos history toc).
21193 (Info-index-nodes): Use Info-virtual-file-p
21194 to check for a virtual file instead of checking a fixed list
21195 of node names.
21196 (Info-index-node): Add check for `Info-current-node-virtual'.
21197 Raise `save-match-data' higher up the tree to contain
21198 `search-forward' too (bug fix).
21199 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
21200 (Info-virtual-index-nodes): New variable.
21201 (Info-virtual-index-find-node, Info-virtual-index): New functions.
21202 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
21203 (Info-apropos-file, Info-apropos-nodes): New variables.
21204 (Info-apropos-toc-nodes, Info-apropos-find-file)
21205 (Info-apropos-find-node, Info-apropos-matches): New functions.
21206 (info-apropos): Move part of code to `Info-apropos-find-node' and
21207 `Info-apropos-matches'.
21208 (Info-mode-map): Bind "I" to `Info-virtual-index'.
21209 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
21210 for a virtual file instead of checking a fixed list of node names.
21211
21212 * simple.el (async-shell-command): New command.
21213
21214 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
21215
21216 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
21217 instead of `mount-info'.
21218
21219 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
21220
21221 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
21222 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
21223
21224 2009-07-02 Kenichi Handa <handa@m17n.org>
21225
21226 * international/mule.el (set-keyboard-coding-system): Force *-unix
21227 coding-system to avoid eol conversion.
21228
21229 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
21230
21231 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
21232 Add handler for `process-file', `shell-command' and
21233 `start-file-process'.
21234 (tramp-gvfs-handle-shell-command)
21235 (tramp-gvfs-handle-start-file-process)
21236 (tramp-gvfs-handle-process-file): New defuns.
21237 (tramp-synce-list-devices): Simplify check for existence of property.
21238
21239 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
21240
21241 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
21242
21243 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
21244
21245 * language/korean.el (set-language-info-alist): Add korean-cp949,
21246 cp949 to spec.
21247
21248 2009-07-01 Kenichi Handa <handa@m17n.org>
21249
21250 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
21251
21252 * international/encoded-kb.el: Deleted.
21253
21254 * international/mule.el (set-keyboard-coding-system): Perform the
21255 necessary setup here instead of calling encoded-kbd-setup-display.
21256
21257 2009-07-01 Glenn Morris <rgm@gnu.org>
21258
21259 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
21260
21261 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
21262
21263 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
21264
21265 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
21266
21267 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
21268 Handle also the 'rename case, when setting file modes. (Bug#3712)
21269 (tramp-default-file-modes): Remove execute permissions.
21270
21271 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
21272 (top): Add a default for "synce" in `tramp-default-user-alist'.
21273 Add completion function for "synce" method.
21274 (tramp-hal-service, tramp-hal-path-manager)
21275 (tramp-hal-interface-manager, tramp-hal-interface-device):
21276 New defconst.
21277 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
21278 (tramp-synce-list-devices, tramp-synce-parse-device-names):
21279 New defuns.
21280
21281 * net/trampver.el: Update release number.
21282
21283 2009-06-30 Kenichi Handa <handa@m17n.org>
21284
21285 * international/fontset.el (setup-default-fontset): Add CJK fonts
21286 for symbols and the other miscellaneous characters.
21287
21288 * language/korea-util.el (setup-korean-environment-internal):
21289 Make char-width-table suitable for Korean environments.
21290 (exit-korean-environment): Cancel above.
21291
21292 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
21293 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
21294 setup-function to make char-width-table suitable for respective
21295 environments, and an exit-function to cancel that.
21296
21297 * language/japan-util.el (setup-japanese-environment-internal):
21298 Call use-cjk-char-width-table with arg `ja_JP'.
21299
21300 * international/characters.el (cjk-char-width-table): Delete it.
21301 (cjk-char-width-table-list): New variable.
21302 (use-cjk-char-width-table): New arg local-name.
21303 (use-default-char-width-table): Fix for the case that Emacs is
21304 already using the default char-width-table.
21305
21306 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
21307
21308 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
21309 modes mandatory. (Bug#3712)
21310
21311 2009-06-29 Alan Mackenzie <acm@muc.de>
21312
21313 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
21314 correction between the visible width of TABs and their number of bytes.
21315
21316 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
21317
21318 * server.el (server-buffer-done): Prevent kill-buffer from
21319 prompting by clearing the buffer modification flag (Bug#3696).
21320
21321 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
21322
21323 * progmodes/verilog-mode.el (verilog-beg-of-statement)
21324 (verilog-endcomment-reason-re): Support unique case and priority case.
21325 (verilog-basic-complete-re): Support localparam lineup.
21326 (verilog-beg-of-statement-1): Fix for robustness, unique case.
21327 (verilog-set-auto-endcomments): Fix for unique case, always_comb
21328 commenting.
21329 (verilog-leap-to-case-head): Now support *nested* unique &
21330 priority case statements.
21331 (verilog-auto-lineup): Make just declarations the default (as it
21332 had been).
21333 (verilog-leap-to-case-head): Support priority/unique case statements.
21334 (verilog-auto-lineup): Rework to give users radio buttons to
21335 select the various styles of automatic lineup.
21336 (verilog-error-regexp-alist): Rework to support the XEmacs style
21337 of error regular expressions from compilers, lint tools &
21338 simulators. Note that GNU Emacs has made it impossible for a mode
21339 to load such things.
21340 (electric-verilog-terminate-line, verilog-indent-declaration)
21341 (verilog-auto-wiure): Rework for radio button selection of
21342 auto-lineup selection of specification of auto lineup.
21343 (verilog-beg-of-statement-1): Redesign to support proper operation
21344 in additional code, based on testing with auto-lineup.
21345 (verilog-calculate-indent, assignments & declarations)
21346 (verilog-backward-token): Enhance to support auto-lineup of
21347 assignments & declarations.
21348 (verilog-in-directive-p, verilog-at-struct-p): New function for
21349 easy test of whether we are.
21350 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
21351 to support safe execution at almost anyline.
21352 (verilog-calc-1): Properly support indenting deep inside generate
21353 blocks.
21354 (verilog-init-font): Remove definition & use of verilog-init-font,
21355 as it is redundant with font-lock-defaults.
21356 (verilog-mode): Alter the definition of verilog-font-lock-defaults
21357 to avoid circular calls if syntax-ppss is a function (as is the
21358 case now in 22.x GNU Emacs) as that function would sometimes call
21359 itself, leading to (nearly) infinite recursion.
21360 (verilog-ovm-begin-re, verilog-ovm-end-re)
21361 (verilog-ovm-statement-re, verilog-leap-to-head)
21362 (verilog-backward-token): Add support for OVM macros. Some are
21363 complete statements, and others open and close scopes like begin
21364 and end.
21365 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
21366 (verilog-defun-level-generate-only-re): Really fix the defun-list
21367 compilation issue.
21368 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
21369 coverpoint, constraint and cross statements.
21370 (verilog-defun-level-list, verilog-generate-defun-level-list)
21371 (verilog-all-defun-level-list): Redo these specifications - it is
21372 too hard to support eval-when compile aggregation of lists also
21373 built at when-compile time.
21374 (verilog-defun-level-list): Place defconsts of variables used in
21375 building regular expressions which are built in eval-when-compile
21376 bodies in the same eval-when-compile body to facilitate compile
21377 without load.
21378 (verilog-beg-block-re-ordered): Support indenting
21379 virtual/protected tasks and functions.
21380 (verilog-defun-level-list, verilog-in-generate-region-p)
21381 (verilog-backward-ws&directives, verilog-calc-1): Speed up
21382 indentation of some module items (generate items).
21383 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
21384 across virtual/protected tasks and functions.
21385
21386 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
21387
21388 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
21389 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
21390 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
21391 in concatenations. Reported by Yishay Belkind.
21392 (verilog-auto-ascii-enum): Support one-hot state machines in
21393 AUTOASCIIENUM. Suggested by Lloyd Gomez.
21394 (verilog-auto-inst, verilog-auto-inst-port): Include interface
21395 modport in AUTOINST and add vl-modport for users.
21396 Reported by David Rogoff.
21397 (verilog-auto-inout-module, verilog-auto-inst)
21398 (verilog-decls-get-interfaces, verilog-insert-definition)
21399 (verilog-insert-one-definition, verilog-read-decls)
21400 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
21401 (verilog-sig-modport, verilog-signals-combine-bus)
21402 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
21403 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
21404 Suggested by David Rogoff.
21405 (verilog-repair-open-comma): Fix non-insertion of comma when
21406 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
21407 (verilog-make-width-expression): Simplify [A-1:0] expression
21408 widths to just {A{1'b0}}.
21409 (verilog-mode): Cleanup checkdoc warnings.
21410 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
21411 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
21412 inputs/outputs or data type. Suggested by Vasu Kandadi.
21413 (next-error-last-buffer): Fix byte-compiler warning.
21414 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
21415 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
21416 or shell command text during AUTO expansion. Suggested by Tad Truex.
21417 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
21418 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
21419 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
21420 in AUTOINOUT. Reported by Matthew Lovell.
21421 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
21422 causing use of <= assignments. Reported by Alex Reed.
21423 (verilog-read-decls): Fix triand, trior, wand, wor to be
21424 recognized by AUTOWIRE. Reported by Spencer Isaacson.
21425 (verilog-extended-complete-re): Support import "DPI-C" functions.
21426 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
21427 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
21428 (verilog-insert-date, verilog-insert-year)
21429 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
21430 Windows systems. Reported by Michael Potts.
21431 (verilog-read-module-name): Fix AUTOINST when the child module
21432 declaration's name is a tick define. Reported by Elliot Mednick.
21433 (verilog-read-decls): Fix V2K parameter bit subscripts getting
21434 passed to next parameter's definition. Reported by Bruce T.
21435 (verilog-read-decls): Fix detecting "parameter int" when using
21436 AUTOINSTPARAM. Reported by Bruce T.
21437 (verilog-goto-defun): Fix goto not finding modules unless first
21438 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
21439 (verilog-mode): Expand -f flag arguments on entry to mode so
21440 verilog-goto-defun will work. Reported by Lawrence Butcher.
21441 (verilog-getopt): Expand environment variables in -f file
21442 arguments. Suggested by Lawrence Butcher.
21443 (verilog-set-define): Fix "Symbol's value as variable is void"
21444 when reading enumerations.
21445 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
21446 Suggested by Stephen Peltan.
21447 (verilog-read-defines): Fix reading of enumerations in include
21448 files. Reported by Steve Peltan.
21449
21450 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
21451
21452 * files.el (trash-directory): Fix defcustom type.
21453
21454 2009-06-28 Juri Linkov <juri@jurta.org>
21455
21456 * help-fns.el (describe-function-1): Correctly locate adviced
21457 functions in hyperlink (Bug#2438).
21458
21459 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
21460
21461 * files.el (trash-directory): Change default to nil.
21462 (move-file-to-trash): If trash-directory is nil and
21463 system-move-file-to-trash is unbound, perform freedesktop-style
21464 trashing.
21465
21466 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
21467
21468 * files.el (move-file-to-trash): Add freedesktop trash
21469 support (Bug#973).
21470
21471 2009-06-28 Glenn Morris <rgm@gnu.org>
21472
21473 * autorevert.el (global-auto-revert-non-file-buffers)
21474 (global-auto-revert-mode): Doc fixes.
21475
21476 2009-06-27 Johan Bockgård <bojohan@gnu.org>
21477
21478 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
21479
21480 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
21481
21482 * faces.el (x-handle-named-frame-geometry): Ensure that we have
21483 opened an X connection before calling x-get-resource (Bug#3194).
21484
21485 * play/doctor.el: Remove reference to obsolete website.
21486 (make-doctor-variables): Correct grammar mistake (Bug#2633).
21487
21488 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
21489
21490 Remove find-file-not-found-hook VC method. (Bug#2757)
21491 * vc-hooks.el (vc-file-not-found-hook)
21492 (vc-default-find-file-not-found-hook): Remove functions.
21493 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
21494 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
21495 * vc.el:
21496 * vc-hg.el:
21497 * vc-git.el: Do not mention find-file-not-found-hook VC method.
21498
21499 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
21500
21501 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
21502 compatibility function for `looking-back'.
21503
21504 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
21505 Use `ispell-looking-back'.
21506
21507 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
21508
21509 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
21510 rather than `filename'.
21511
21512 2009-06-23 Miles Bader <miles@gnu.org>
21513
21514 * face-remap.el (text-scale-set): New function.
21515
21516 2009-06-23 Glenn Morris <rgm@gnu.org>
21517
21518 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
21519
21520 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
21521
21522 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
21523
21524 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
21525
21526 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
21527 Simplify Persian conditionals.
21528
21529 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
21530 variable `filename'.
21531
21532 * comint.el (comint-insert-input): Doc fix.
21533
21534 * Makefile.in (ELCFILES): Fix typo in previous change.
21535
21536 2009-06-23 Miles Bader <miles@gnu.org>
21537
21538 * cus-start.el: Add entry for `recenter-redisplay'.
21539
21540 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
21541
21542 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
21543 Add an optional argument for the backend, use it instead of
21544 calling vc-backend.
21545 (vc-mode-line): Add an optional argument for the backend.
21546 Pass the backend to vc-state and vc-working-revision. Move code for
21547 special handling for vc-state being a buffer to ...
21548
21549 * vc-rcs.el (vc-rcs-find-file-hook):
21550 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
21551
21552 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
21553 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
21554 vc-stay-local-p and vc-mode-line calls.
21555
21556 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
21557 (vc-cvs-diff, vc-cvs-annotate-command)
21558 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
21559 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
21560 vc-mode-line calls.
21561
21562 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
21563 direct comparison.
21564 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
21565 backend when calling vc-mode-line.
21566 (vc-register): Do not create a closure for calling the vc register
21567 function, call it directly.
21568
21569 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
21570
21571 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
21572 to make it obvious item can be clicked.
21573
21574 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
21575
21576 2009-06-23 Kenichi Handa <handa@m17n.org>
21577
21578 * language/korea-util.el (korean-key-bindings): Change the binding
21579 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
21580 same command.
21581
21582 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
21583
21584 Sync with Tramp 2.1.16.
21585
21586 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
21587
21588 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
21589 when a loading of a package fails. Completion function for rsync
21590 is `tramp-completion-function-alist-ssh'.
21591 (all): Replace all calls of `split-string' and
21592 `tramp-split-string' by `tramp-compat-split-string'.
21593 (tramp-default-method): Use `tramp-compat-process-running-p'.
21594 (tramp-default-proxies-alist): Allow also Lisp forms.
21595 (tramp-remote-path): Add choice "Private Directories".
21596 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
21597 (tramp-domain-regexp): Allow also "-", "_" and ".".
21598 (tramp-end-of-output): Remove newlines, and add "$" at the end.
21599 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
21600 (tramp-debug-message): Insert header line in debug buffer.
21601 (tramp-handle-directory-files-and-attributes-with-stat):
21602 Care about filenames with spaces, or starting with "-".
21603 (tramp-handle-dired-uncache): New defun.
21604 (tramp-handle-insert-directory): Don't flush the directory from
21605 cache, this is handled by `dired-uncache' now.
21606 (tramp-handle-insert-file-contents): Improve error handling.
21607 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
21608 Quote `tramp-end-of-output'.
21609 (tramp-action-password): Improve trace message.
21610 (tramp-check-for-regexp): Both echoes must be present, before removing.
21611 (tramp-open-connection-setup-interactive-shell): Trace coding system.
21612 (tramp-compute-multi-hops): Eval cons cells of
21613 `tramp-default-proxies-alist'.
21614 (tramp-maybe-open-connection): Use the same command pattern for
21615 first hop and further hops.
21616 (tramp-wait-for-output): Remove handling of newlines.
21617 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
21618 (tramp-split-string): Remove function. It is handled in
21619 tramp-compat now.
21620
21621 * net/tramp-cmds.el (tramp-bug):
21622 Recommend `tramp-cleanup-all-connections' in the bug mail.
21623
21624 * net/tramp-compat.el (tramp-compat-split-string)
21625 (tramp-compat-process-running-p): New defuns.
21626
21627 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
21628 for `dired-uncache'.
21629
21630 * net/tramp-gvfs.el: New package.
21631
21632 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
21633 Add handler for `dired-uncache'.
21634 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
21635
21636 * net/trampver.el: Update release number. Make version check fit
21637 for SXEmacs 22.
21638
21639 2009-06-22 Jim Meyering <meyering@redhat.com>
21640
21641 Automatically handle .xz suffix (XZ-compressed files), too.
21642 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
21643 XZ is the successor to LZMA: <http://tukaani.org/xz/>
21644
21645 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
21646 Nick Roberts <nickrob@snap.net.nz>
21647
21648 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
21649 repository (http://sphinx.net.ru/hg/gdb-mi/).
21650
21651 2009-06-22 Glenn Morris <rgm@gnu.org>
21652
21653 * files.el (dir-locals-collect-mode-variables): Allow for any number of
21654 `mode' and `eval' entries. (Bug#3430)
21655
21656 * Makefile.in (ELCFILES): Add fadr.elc.
21657
21658 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
21659 differing behavior of \n and ^ in strings. (Bug#3385)
21660
21661 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
21662
21663 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
21664 property.
21665 (lisp-indent-function): Make it a defcustom.
21666
21667 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
21668
21669 * progmodes/gdb-ui.el: Replace with ...
21670 * progmodes/gdb-mi.el: ... this file.
21671 * progmodes/gud.el: Modify for gdb-mi.el.
21672
21673 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
21674
21675 * fadr.el: New file.
21676
21677 See ChangeLog.14 for earlier changes.
21678
21679 ;; Local Variables:
21680 ;; coding: utf-8
21681 ;; End:
21682
21683 Copyright (C) 2009-2011 Free Software Foundation, Inc.
21684
21685 This file is part of GNU Emacs.
21686
21687 GNU Emacs is free software: you can redistribute it and/or modify
21688 it under the terms of the GNU General Public License as published by
21689 the Free Software Foundation, either version 3 of the License, or
21690 (at your option) any later version.
21691
21692 GNU Emacs is distributed in the hope that it will be useful,
21693 but WITHOUT ANY WARRANTY; without even the implied warranty of
21694 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21695 GNU General Public License for more details.
21696
21697 You should have received a copy of the GNU General Public License
21698 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.