calc-alg.el (math-var): Renamed from `var'.
[bpt/emacs.git] / lisp / ChangeLog
1 2010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
2
3 * calc/calc-alg.el (math-var): Renamed from `var'.
4 (math-is-polynomial, math-is-poly-rec): Replace `var'
5 with `math-var'.
6
7 * calc/calcalg2.el (math-var): Renamed from `var'.
8 (calcFunc-table, math-scan-for-limits): Replace `var'
9 with `math-var'.
10
11 2010-10-13 Glenn Morris <rgm@gnu.org>
12
13 * subr.el (last): Deal with dotted lists (reported in bug#7174).
14
15 2010-10-13 Stephen Berman <stephen.berman@gmx.net>
16
17 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
18
19 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
20
21 * net/tls.el (tls-program): Remove spurious %s from openssl.
22 (tls-starttls-switches): Remove starttls hack.
23 (open-tls-stream): Ditto.
24 (tls-find-starttls-argument): Ditto.
25
26 2010-10-13 Juanma Barranquero <lekktu@gmail.com>
27
28 * image.el (image-library-alist): Declare as obsolete alias.
29 (image-type-available-p): Use `dynamic-library-alist'.
30
31 * term/w32-win.el (dynamic-library-alist):
32 Use instead of `image-library-alist'.
33
34 2010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
35
36 * subr.el (last): Make it faster. (Bug#7174)
37
38 2010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
39
40 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
41
42 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
43
44 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
45 (describe-theme-1): Extract doc from unloaded themes.
46
47 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
48
49 * themes/tango-theme.el:
50 * themes/tango-dark-theme.el:
51 * themes/wheatgrass-theme.el: New files.
52
53 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
54
55 * cus-theme.el (describe-theme, customize-themes)
56 (custom-theme-save): New commands.
57 (custom-new-theme-mode-map): Bind C-x C-s.
58 (custom-new-theme-mode): Use custom--initialize-widget-variables.
59 (customize-create-theme): New optional arg THEME.
60 (custom-theme-revert): Use it.
61 (custom-theme-visit-theme): Remove dead code.
62 (custom-theme-merge-theme): Use custom-available-themes.
63 (custom-theme-write): Make interactive.
64 (custom-theme-write): Use custom-theme-name-valid-p.
65 (describe-theme-1, custom-theme-choose-revert)
66 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
67 New funs.
68 (custom-theme-allow-multiple-selections): New option.
69 (custom-theme-choose-mode): New major mode.
70
71 * custom.el (custom-theme-set-variables): Remove dead code. Obey
72 custom--inhibit-theme-enable.
73 (custom--inhibit-theme-enable): New var.
74 (provide-theme): Obey it.
75 (load-theme): Replace load with manual read/eval, in order to
76 check for correctness. Use custom-theme-name-valid-p.
77 (custom-theme-name-valid-p): New function.
78 (custom-available-themes): Use it.
79
80 * cus-edit.el (custom--initialize-widget-variables): New function.
81 (Custom-mode): Use it.
82
83 * cus-face.el (custom-theme-set-faces): Remove dead code. Obey
84 custom--inhibit-theme-enable.
85
86 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
87
88 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
89
90 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
91
92 2010-10-12 Jan Djärv <jan.h.d@swipnet.se>
93
94 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
95 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
96 (mac-right-option-modifier): New alias for ns-right-option-modifier.
97
98 * cus-start.el (all): ns-right-alternate-modifier is new.
99
100 2010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
101
102 * emacs-lisp/lisp.el (lisp-completion-at-point):
103 Use emacs-lisp-mode-syntax-table for the whole function.
104
105 2010-10-12 David Koppelman <koppel@ece.lsu.edu>
106
107 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
108 instead of font-lock-mode before adding keywords.
109 Remove hi-lock-mode off code. Remove inhibit hack.
110 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
111 non-nil; removed hook inhibit hack.
112
113 2010-10-12 Glenn Morris <rgm@gnu.org>
114
115 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
116 (load-path-shadows-find): ... to this.
117 (list-load-path-shadows): Update for above change.
118
119 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
120
121 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
122
123 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
124 Fix comment for declare-function.
125
126 2010-10-11 Chong Yidong <cyd@stupidchicken.com>
127
128 * custom.el (custom-fix-face-spec): New function; code moved from
129 custom-face-edit-fix-value.
130 (custom-push-theme): Use it when checking if a face has been
131 changed outside customize.
132 (custom-available-themes): New function.
133 (load-theme): Use it.
134
135 * cus-edit.el (custom-face-edit-fix-value): Use
136 custom-fix-face-spec.
137
138 * custom.el (custom-push-theme): Cleanup (use cond).
139 (disable-theme): Recompute the saved-face property.
140 (custom-theme-recalc-face): Follow face alias before setting prop.
141
142 * image.el (image-checkbox-checked, image-checkbox-unchecked): New
143 variables, containing checkbox images.
144
145 * startup.el (fancy-startup-tail):
146 * wid-edit.el (checkbox): Use them.
147
148 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
149
150 * shell.el (shell-mode-map):
151 * progmodes/modula2.el (m2-mode-map):
152 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
153 * play/mpuz.el (mpuz-mode-map):
154 * play/landmark.el (lm-mode-map):
155 * play/decipher.el (decipher-mode-map):
156 * play/5x5.el (5x5-mode-map):
157 * net/telnet.el (telnet-mode-map):
158 * net/quickurl.el (quickurl-list-mode-map):
159 * net/mairix.el (mairix-searches-mode-map):
160 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
161 * net/dig.el (dig-mode-map):
162 * mail/mspools.el (mspools-mode-map):
163 * hexl.el (hexl-mode-map):
164 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
165 (wordstar-C-o-map, wordstar-C-q-map):
166 * emacs-lisp/edebug.el (edebug-eval-mode-map):
167 * emacs-lisp/chart.el (chart-map):
168 * edmacro.el (edmacro-mode-map):
169 * erc/erc-list.el (erc-list-menu-mode-map):
170 * array.el (array-mode-map): Declare and define in one step.
171
172 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
173
174 2010-10-10 Daiki Ueno <ueno@unixuser.org>
175
176 * epa.el (epa-passphrase-callback-function): Display filename
177 passed as the 3rd arg.
178 * epa-file.el (epa-file-passphrase-callback-function): Pass
179 filename to epa-passphrase-callback-function.
180
181 2010-10-09 Chong Yidong <cyd@stupidchicken.com>
182
183 * cus-edit.el (custom-face-widget-to-spec)
184 (custom-face-get-current-spec, custom-face-state): New functions.
185 (custom-face-set, custom-face-mark-to-save)
186 (custom-face-value-create, custom-face-state-set): Use them.
187
188 * cus-theme.el (custom-theme--listed-faces): New var.
189 (customize-create-theme): Use *Custom Theme* as the buffer name.
190 Set revert-buffer-function. Optional arg BUFFER. Insert all
191 faces listed in custom-theme--listed-faces.
192 (custom-theme-revert): New function.
193 (custom-theme-add-variable, custom-theme-add-face): Insert at the
194 bottom of the list.
195 (custom-theme-write): Prompt for theme name if empty.
196 (custom-theme-write-variables): Use dolist.
197 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
198
199 2010-10-09 Alan Mackenzie <acm@muc.de>
200
201 Enhance fontification of declarators to take account of the
202 presence/absence of "typedef".
203
204 * cc-engine.el (c-forward-type): New &optional param
205 "brace-block-too".
206 (c-forward-decl-or-cast-1): cdr of return value now indicates the
207 presence of either or both of a "struct"-like keyword and
208 "typedef".
209
210 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
211 fontification of declarators which follow a "}".
212 (c-font-lock-declarations): Fontify declarators according to the
213 presence/absence of "typedef".
214
215 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
216 for "typedef".
217 (c-typedef-decl-key): New lang variable built from
218 c-typedef-decl-kwds.
219
220 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
221
222 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
223 since that's too annoying. Move the filter groups commands to
224 TAB/backtab.
225
226 * epa.el (epa-passphrase-callback-function): Say what we're
227 querying the password for.
228
229 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
230 behaviour, don't bury the ibuffer buffer when visiting other
231 buffers.
232
233 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
234
235 * cus-edit.el (custom-commands, custom-buffer-create-internal)
236 (custom-magic-value-create): Pad button tags with spaces.
237 (custom-face-edit): New variable.
238 (custom-face-value-create): Determine whether to use the usual
239 face editor here, instead of using custom-face-selected. Pass
240 face defaults to custom-face-edit widget.
241 (custom-face-selected, custom-display-unselected): Delete widgets.
242 (custom-display-unselected-match): Function removed.
243 (custom-face-set, custom-face-mark-to-save): Accept
244 custom-face-edit widgets as the direct widget child.
245
246 * wid-edit.el (widget--completing-widget): New var.
247 (widget-default-complete): Bind it when doing completion.
248 (widget-string-complete, widget-file-complete): Use it.
249
250 2010-10-09 Glenn Morris <rgm@gnu.org>
251
252 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
253 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
254 (holiday-hebrew-misc): Small simplifications.
255
256 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
257
258 * net/browse-url.el: Don't require thingatpt, term, dired,
259 executable, or w3-auto when compiling.
260 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
261 Declare.
262 (browse-url-text-emacs): Require term.
263
264 2010-10-08 Andreas Schwab <schwab@linux-m68k.org>
265
266 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
267
268 2010-10-08 Glenn Morris <rgm@gnu.org>
269
270 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
271
272 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
273 (shadows-compare-text-p): Make it an obsolete alias for...
274 (load-path-shadows-compare-text): ... new name.
275 (find-emacs-lisp-shadows): Update for above name change.
276 (load-path-shadows-same-file-or-nonexistent): New name for the old
277 shadow-same-file-or-nonexistent.
278
279 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
280
281 * minibuffer.el (completion--some, completion--do-completion)
282 (minibuffer-complete-and-exit, minibuffer-completion-help)
283 (completion-basic-try-completion)
284 (completion-basic-all-completions)
285 (completion-pcm--find-all-completions): Use lexical-let to
286 avoid some false matches in variable completion (Bug#7056)
287
288 2010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
289
290 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
291
292 2010-10-08 Leo <sdl.web@gmail.com>
293
294 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
295 return non-nil if the file exists (Bug#7090).
296
297 2010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
298
299 * minibuffer.el (completion--replace):
300 Better preserve markers (bug#7138).
301
302 2010-10-08 Juanma Barranquero <lekktu@gmail.com>
303
304 * server.el (server-process-filter): Doc fix.
305
306 2010-10-08 Drew Adams <drew.adams@oracle.com>
307
308 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
309
310 2010-10-08 Andreas Schwab <schwab@linux-m68k.org>
311
312 * Makefile.in (ELCFILES): Update.
313
314 2010-10-08 Glenn Morris <rgm@gnu.org>
315
316 * vc/ediff-wind.el (ediff-setup-control-frame):
317 * vc/ediff-ptch.el (ediff-default-backup-extension):
318 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
319 (ediff-exec-process): Remove system-types emx, windows-95.
320
321 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
322
323 2010-10-07 Chong Yidong <cyd@stupidchicken.com>
324
325 * cus-edit.el (custom-variable, custom-face): Doc fix.
326 (custom-face-edit): Add value-create attribute.
327 (custom-face-edit-value-create)
328 (custom-face-edit-value-visibility-action): New functions. Hide
329 unused face attributes by default, and add a visibility toggle.
330 (custom-face-edit-deactivate): Show empty values with shadow face.
331 (custom-face-selected): Only use this for face specs with default
332 attributes.
333 (custom-face-value-create): Cleanup.
334
335 * wid-edit.el (widget-checklist-value-create): Use dolist.
336 (widget-checklist-match-find): Make second arg optional.
337
338 2010-10-07 Glenn Morris <rgm@gnu.org>
339
340 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
341 Prefix things.
342
343 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
344 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
345 load-path-shadows-mode, update references.
346 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
347 Rename variable and button.
348 (list-load-path-shadows): Update button caller.
349
350 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
351
352 * emacs-lisp/smie.el (smie-bnf-classify): New function.
353 (smie-bnf-precedence-table): Use it to remember the closers/openers.
354 (smie-merge-prec2s): Handle those new entries.
355 (smie-prec2-levels): Only set precedence to nil for actual
356 openers/closers.
357 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
358 that is now unnecessary.
359
360 2010-10-07 Miles Bader <miles@gnu.org>
361
362 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
363
364 2010-10-07 Glenn Morris <rgm@gnu.org>
365
366 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
367 (mail-position-on-field): Remove declarations.
368 (mail-position-on-field): Autoload it.
369 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
370 and mail-header-end. Don't require sendmail.
371
372 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
373 (shadow-mode): New mode.
374 (shadow-find-file): New button.
375 (list-load-path-shadows): Use shadow-mode and buttons.
376
377 * iimage.el (iimage-version): Remove.
378 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
379 Turn into defcustoms.
380 (iimage-mode-map): Give it a doc string.
381
382 * calendar/appt.el (appt-activate): Give a warning rather than an error
383 if there is no diary-file.
384
385 2010-10-06 Michael Albinus <michael.albinus@gmx.de>
386
387 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
388 Use `tramp-handle-find-backup-file-name'.
389
390 2010-10-06 Glenn Morris <rgm@gnu.org>
391
392 * font-core.el (font-lock-defaults-alist): Remove variable.
393 (font-lock-mode): Doc fix.
394 (font-lock-default-function): Do not consult font-lock-defaults-alist.
395 * font-lock.el (font-lock-refresh-defaults): Doc fix.
396 (font-lock-set-defaults): Doc fix.
397 Do not consult font-lock-defaults-alist.
398
399 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
400
401 * emacs-lisp/cl.el: No longer provide cl-19.
402
403 2010-10-05 Michael Albinus <michael.albinus@gmx.de>
404
405 * net/tramp.el (tramp-handle-directory-files-and-attributes)
406 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
407 New defuns, taken from tramp-smb.el.
408 (tramp-coding-system-change-eol-conversion)
409 (tramp-set-process-query-on-exit-flag): Removed.
410
411 * net/tramp-compat.el (top): Do not check for byte-compiler
412 objects.
413 (tramp-compat-coding-system-change-eol-conversion)
414 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
415 from tramp.el.
416
417 * net/tramp-gvfs.el:
418 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
419 by `tramp-compat-set-process-query-on-exit-flag'.
420
421 * net/tramp-imap.el (tramp-imap-file-name-handler-alist): Use
422 `tramp-handle-directory-files-and-attributes',
423 `tramp-handle-file-exists-p' and
424 `tramp-handle-file-newer-than-file-p'.
425 (tramp-imap-handle-file-exists-p)
426 (tramp-imap-handle-file-executable-p)
427 (tramp-imap-handle-file-readable-p)
428 (tramp-imap-handle-directory-files-and-attributes)
429 (tramp-imap-handle-file-newer-than-file-p): Removed.
430
431 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
432 by `tramp-compat-set-process-query-on-exit-flag' and
433 `tramp-coding-system-change-eol-conversion' by
434 `tramp-compat-coding-system-change-eol-conversion'.
435
436 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use
437 `tramp-handle-directory-files-and-attributes',
438 `tramp-handle-file-exists-p' and
439 `tramp-handle-file-newer-than-file-p'.
440 (tramp-smb-handle-directory-files-and-attributes)
441 (tramp-smb-handle-file-exists-p)
442 (tramp-smb-handle-file-newer-than-file-p): Removed.
443 (tramp-smb-maybe-open-connection): Replace
444 `tramp-set-process-query-on-exit-flag' by
445 `tramp-compat-set-process-query-on-exit-flag'.
446
447 2010-10-05 Glenn Morris <rgm@gnu.org>
448
449 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
450
451 2010-10-04 Michael Albinus <michael.albinus@gmx.de>
452
453 Continue reorganization of load dependencies. (Bug#7156)
454
455 * net/tramp.el (tramp-handle-file-local-copy-hook)
456 (tramp-delete-temp-file-function): Move down.
457 (tramp-exists-file-name-handler): Move up.
458 (tramp-register-file-name-handlers): Simplify autoload.
459 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
460 (tramp-handle-directory-files, tramp-handle-dired-uncache)
461 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
462 (tramp-handle-file-name-completion)
463 (tramp-handle-file-name-directory)
464 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
465 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
466 (tramp-handle-find-backup-file-name)
467 (tramp-handle-insert-file-contents, tramp-handle-load)
468 (tramp-handle-substitute-in-file-name)
469 (tramp-handle-unhandled-file-name-directory)
470 (tramp-mode-string-to-int, tramp-local-host-p)
471 (tramp-make-tramp-temp-file): Moved from tramp-sh.el.
472
473 * net/tramp-gvfs.el (top):
474 * net/tramp-smb.el (top): Do not require 'tramp-sh.
475
476 * net/tramp-sh.el (all): Move several objects to tramp.el, see
477 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
478
479 2010-10-04 Glenn Morris <rgm@gnu.org>
480
481 * calendar/appt.el (appt-add): Ensure reminders are enabled.
482 (appt-activate): Give status messages.
483
484 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
485
486 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
487 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
488 `gnutls-negotiate' (formerly `starttls-negotiate'). Remove
489 trivial wrapper `starttls-open-stream'.
490
491 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
492
493 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
494 log-outgoing commands.
495 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
496 to create a buffer local revert-buffer-function variable.
497 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
498 revert-buffer-function lambda.
499
500 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
501
502 * net/gnutls.el (starttls-negotiate): Use the plist interface to
503 `gnutls-boot'. Make TYPE the only required parameter. Allow
504 TRUSTFILES and KEYFILES to be lists.
505 (open-ssl-stream): Use it.
506
507 2010-10-03 Glenn Morris <rgm@gnu.org>
508
509 * subr.el (directory-sep-char): Remove obsolete variable.
510 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
511 it is "necessary".
512
513 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
514 * vc/vc.el (vc-static-header-alist): Doc fix.
515 * vc/vc-cvs.el (vc-cvs-header):
516 * vc/vc-rcs.el (vc-rcs-header):
517 * vc/vc-sccs.el (vc-sccs-header):
518 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
519 * obsolete/vc-mcvs.el (vc-mcvs-header):
520 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
521 on XEmacs.
522
523 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
524
525 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Remove
526 obsolete use of binary-overwrite-mode (Bug#7001).
527
528 2010-10-03 Glenn Morris <rgm@gnu.org>
529
530 * obsolete/x-menu.el: Remove file, obsolete since 21.1
531
532 * textmodes/rst.el (rst-font-lock-keywords-function):
533 Drop Emacs 20 code.
534
535 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
536
537 * printing.el: Drop Emacs 20 code.
538
539 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
540 without having used appt.el already).
541
542 * subr.el (make-local-hook): Remove function obsolete since 21.1.
543 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
544 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
545 XEmacs.
546 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
547 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
548
549 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
550 (charset-width, find-charset-region, chars-in-region, forward-point)
551 (encode-coding-string, coding-system-p, ccl-execute-on-string)
552 (define-ccl-program, multibyte-string-p, string-make-multibyte):
553 Remove compatibility cruft (none of these are used by ps*.el).
554
555 2010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
556
557 * subr.el (booleanp): Return t instead of a list (Bug#7086).
558
559 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
560
561 * server.el (server-process-filter, server-return-error): Give
562 emacsclient time to shut down after receiving an error string.
563
564 2010-10-02 Michael Albinus <michael.albinus@gmx.de>
565
566 * files.el (remote-file-name-inhibit-cache): New defcustom.
567
568 * time.el (display-time-file-nonempty-p): Use
569 `remote-file-name-inhibit-cache'.
570
571 * net/tramp.el (tramp-completion-reread-directory-timeout): Fix
572 docstring.
573
574 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
575 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
576 `remote-file-name-inhibit-cache'. Check also for an integer
577 value. Add/increase counter when `tramp-verbose' >= 10.
578 (tramp-set-file-property): Add/increase counter when
579 `tramp-verbose' >= 10.
580
581 * net/tramp-cmds.el (tramp-cleanup-all-connections)
582 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
583 (tramp-bug): Set tramp-autoload cookie. Report all interned
584 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
585 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
586 characters only in strings.
587
588 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
589 to backward compatibility.
590
591 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
592 (tramp-handle-file-name-all-completions)
593 (tramp-handle-vc-registered): Use
594 `remote-file-name-inhibit-cache'.
595 (tramp-open-connection-setup-interactive-shell): Call
596 `tramp-cleanup-connection' directly.
597
598 2010-10-02 Glenn Morris <rgm@gnu.org>
599
600 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
601
602 * subr.el (char-bytes): Remove obsolete function.
603
604 * isearch.el (isearch-return-char): Remove obsolete function.
605
606 * mouse.el: No longer provide mldrag.
607 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
608 Remove obsolete aliases.
609
610 * comint.el (comint-kill-output): Remove obsolete alias.
611
612 * composite.el (decompose-composite-char): Remove obsolete function.
613 * ps-def.el (decompose-composite-char): Remove unused function.
614
615 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
616
617 * outline.el (outline-visible): Remove obsolete function.
618
619 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
620 * faces.el (internal-find-face, internal-get-face)
621 (frame-update-faces, frame-update-face-colors)
622 (x-frob-font-weight, x-frob-font-slant)
623 (internal-frob-font-weight, internal-frob-font-slant)
624 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
625 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
626 (x-make-font-bold-italic): Remove functions and aliases, obsolete
627 since Emacs 21.1.
628 * emulation/viper-util.el (viper-get-face):
629 * obsolete/lucid.el (find-face, get-face): Use facep.
630 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
631 Remove unused functions.
632 * vc/ediff-util.el (ediff-submit-report): Doc fix.
633
634 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
635 delete tempfile if interrupted during compilation.
636
637 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
638
639 * net/tls.el (tls-starttls-switches): Give up on using starttls with
640 gnutls-cli.
641 (tls-program): Add --insecure to be consistent with the defaults from
642 openssl s_client. Now all three commands are insecure.
643
644 2010-10-01 Eli Zaretskii <eliz@gnu.org>
645
646 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
647 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
648 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
649
650 2010-10-01 Glenn Morris <rgm@gnu.org>
651
652 * obsolete/sc.el: Remove file.
653
654 * files.el (temporary-file-directory): On darwin, also try
655 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
656
657 2010-10-01 Juanma Barranquero <lekktu@gmail.com>
658
659 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
660 Let's not break compatibility gratuitously, shall we?
661
662 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
663
664 * net/tls.el (tls-starttls-switches): New variable.
665 (tls-find-starttls-argument): Use it.
666 (open-tls-stream): Ditto.
667
668 * net/netrc.el (netrc-credentials): Return the value of the "default"
669 entry.
670 (netrc-machine): Ditto.
671
672 2010-09-30 Eli Zaretskii <eliz@gnu.org>
673
674 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
675
676 2010-09-30 Juanma Barranquero <lekktu@gmail.com>
677
678 * server.el (server-start): Don't write pid to the authentication file.
679 (server-create-tty-frame): Don't send pid.
680 (server-process-filter): Send pid at the start of every connection.
681
682 2010-09-30 Glenn Morris <rgm@gnu.org>
683
684 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
685 (show-all-diary-entries): Remove obsolete function aliases.
686
687 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
688 Remove options, obsolete since 22.1.
689 (appt-display-format, appt-display-message): Remove
690 backwards-compatibility code.
691 (appt-check): No longer check appt-issue-message.
692 (appt-make-list): No longer autoload it. Doc fix. No longer
693 activate the package.
694
695 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
696
697 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
698 (starttls-negotiate): Just call boot, and let the handshake be
699 triggered from the read loop.
700
701 2010-09-29 Glenn Morris <rgm@gnu.org>
702
703 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
704 not displaying the diary.
705 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
706 * calendar/appt.el (appt-check): No longer need to kill diary.
707
708 * calendar/diary-lib.el (diary-list-entries): Move the
709 "Preparing..." message entirely here.
710 (diary-simple-display, diary-fancy-display): Move "Preparing..."
711 messages to diary-list-entries.
712 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
713 diary-display-function.
714
715 * calendar/diary-lib.el (diary-include-other-diary-files):
716 Trap some recursive includes.
717
718 * calendar/appt.el (appt-activate): Check diary file.
719
720 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
721
722 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
723 construction.
724
725 * calendar/time-date.el: No need to require cl for Emacs 21.
726
727 2010-09-28 Glenn Morris <rgm@gnu.org>
728
729 * calendar/appt.el (appt-check): Minor simplification.
730
731 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
732
733 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
734 citation prefix.
735
736 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
737
738 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
739 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
740
741 2010-09-27 Kenichi Handa <handa@m17n.org>
742
743 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
744 "ustar" format.
745
746 2010-09-27 Kenichi Handa <handa@m17n.org>
747
748 * international/mule.el (define-coding-system): Docstring fixed.
749
750 * international/mule-diag.el (describe-character-set): Use princ
751 with proper print-length and print-level instead of insert.
752
753 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
754
755 * window.el (walk-windows): Doc fix (bug#7105).
756
757 2010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
758
759 * emacs-lisp/float-sup.el (e): Remove.
760
761 2010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
762
763 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
764 variable.
765 (starttls-negotiate): Use it.
766
767 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
768
769 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
770 back.
771
772 2010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
773
774 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
775
776 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
777
778 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
779
780 * net/netrc.el (netrc-store-data): New function.
781
782 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
783
784 * net/gnutls.el: GnuTLS glue code to set up a connection.
785
786 2010-09-25 Julien Danjou <julien@danjou.info>
787
788 * notifications.el: Call dbus-register-signal only if it is bound.
789
790 2010-09-25 Glenn Morris <rgm@gnu.org>
791
792 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
793 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
794 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
795 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
796 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
797 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
798 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
799 * eshell/esh-util.el, eshell/esh-var.el:
800 Remove leading `*' from docs of faces and defcustoms.
801
802 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
803
804 * eshell/em-ls.el (eshell-ls-archive-regexp):
805 * eshell/esh-util.el (eshell-tar-regexp):
806 * ibuffer.el (ibuffer-compressed-file-name-regexp):
807 * info.el (Info-suffix-list):
808 * international/mule.el (auto-coding-alist):
809 * woman.el (woman-file-regexp, woman-file-compression-regexp):
810 * progmodes/etags.el (tags-compression-info-list):
811 Support xz compression.
812
813 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
814
815 * files.el (get-free-disk-space): Don't assume the "df" output
816 columns line up (Bug#6995).
817
818 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
819
820 * finder.el (finder-unknown-keywords):
821 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
822 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
823
824 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
825
826 * server.el (server-start): Revert part of 2010-08-08 change. Using
827 address 127.0.0.1 for local host is now done in Fmake_network_process.
828
829 2010-09-24 Glenn Morris <rgm@gnu.org>
830
831 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
832 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
833 * textmodes/css-mode.el, textmodes/dns-mode.el:
834 Move autoloaded auto-mode-alist entries to files.el.
835 * files.el (auto-mode-alist): Move entries here.
836
837 2010-09-23 Glenn Morris <rgm@gnu.org>
838
839 * isearch.el (isearch-lazy-highlight-cleanup)
840 (isearch-lazy-highlight-initial-delay)
841 (isearch-lazy-highlight-interval)
842 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
843 * net/net-utils.el (ipconfig-program-options):
844 Move aliases to options before the associated definitions.
845
846 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
847
848 * newcomment.el (comment-normalize-vars): Better test validity of
849 comment-end-skip.
850
851 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
852
853 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
854 (float-e): New name for `e'.
855 (degrees-to-radians, radians-to-degrees):
856 * calendar/solar.el (solar-longitude):
857 * calculator.el (calculator-registers, calculator-funcall):
858 * textmodes/artist.el (artist-spray-random-points):
859 * play/bubbles.el (bubbles--initialize-images): Use new names.
860
861 2010-09-23 Eric M. Ludlam <zappo@gnu.org>
862
863 Update to CEDET 1.0's version of EIEIO.
864
865 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
866 New function.
867 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
868 (eieio-default-eval-maybe): Eval val instead of unquoting only.
869 (class-precedence-list): If class is nil, return nil.
870 (eieio-generic-call): If class of first input arg is nil, don't
871 look up static methods, and do check for primary methods.
872 (initialize-instance): See if the default needs to be evaluated
873 during the constructor.
874 (eieio-perform-slot-validation-for-default): Don't do the check
875 for values that will eventually be evaluated.
876 (eieio-eval-default-p): New function.
877 (eieio-default-eval-maybe): Use it.
878
879 2010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
880
881 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
882 method-invocation-order.
883 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
884 (eieio-class-precedence-dfs): Compute class precedence list using
885 dfs algorithm.
886 (eieio-class-precedence-bfs): Compute class precedence list using
887 bfs algorithm.
888 (eieio-class-precedence-c3): Compute class precedence list using
889 c3 algorithm.
890 (class-precedence-list): New function.
891 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
892 (inconsistent-class-hierarchy): New error symbol.
893 (call-next-method): Stow the replacement argument list for future
894 call-next-method invocations.
895
896 2010-09-23 Glenn Morris <rgm@gnu.org>
897
898 * calendar/appt.el (appt-check): If not displaying the diary,
899 use (diary 1) to only get the entries we need.
900 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
901 that it is in day order. (Bug#7019)
902
903 * calendar/appt.el (appt-check): Rather than showing the diary,
904 just turn off invisible display, and only if needed.
905
906 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
907
908 2010-09-23 Glenn Morris <rgm@gnu.org>
909
910 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
911 (byte-compile-defvar, byte-compile-cl-warn):
912 Start warnings with lower-case, like the majority.
913
914 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
915
916 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
917
918 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
919 * files.el (auto-mode-alist): Move ld-script entries here, further down
920 the list.
921
922 * vc/add-log.el: Don't require timezone when compiling.
923 (timezone-make-date-sortable): Autoload it.
924 (change-log-sortable-date-at): Don't require timezone.
925 Use `ignore-errors'.
926
927 * comint.el (comint-use-prompt-regexp-instead-of-fields):
928 Move alias before definition, so it does not need autoloading.
929
930 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
931 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
932 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
933 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
934 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
935 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
936 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
937 * textmodes/tex-mode.el, textmodes/two-column.el:
938 Remove leading `*' from docs of defcustoms etc.
939
940 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
941
942 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
943
944 2010-09-22 Dan Christensen <jdc@uwo.ca>
945
946 * calendar/time-date.el (date-to-time): Try using parse-time-string
947 first before using the slower timezone-make-date-arpa-standard.
948
949 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
950
951 * calendar/time-date.el (format-seconds): Comment fix.
952
953 2010-09-22 Glenn Morris <rgm@gnu.org>
954
955 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
956 is not automatically buffer-local.
957
958 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
959
960 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
961 (smie-indent-comment): Be more careful with comment-start-skip.
962 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
963 (smie-indent-functions): Use them.
964
965 2010-09-21 Michael Albinus <michael.albinus@gmx.de>
966
967 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
968
969 2010-09-21 Jan Djärv <jan.h.d@swipnet.se>
970
971 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
972 tool-bar-position. Don't modify frame parameters here.
973 (menu-bar-options-save): Add tool-bar-position.
974
975 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
976
977 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
978
979 * textmodes/reftex-parse.el (reftex-what-macro)
980 (reftex-context-substring): Let-bind forward-sexp-function to nil
981 since we don't need/want to treat \begin...\end as a block (bug#7053).
982
983 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
984
985 * simple.el (blink-matching-open): Use syntax-class.
986
987 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
988 Set invisibility spec for pascal's outline mode.
989 (pascal-outline-change): Clean up calling convention.
990 (pascal-show-all, pascal-hide-other-defuns): Update callers.
991
992 * progmodes/prolog.el (prolog-smie-forward-token)
993 (prolog-smie-backward-token): New functions.
994 (prolog-mode-variables): Use them to parse "!," correctly.
995 Set up smie-blink-matching for ".".
996
997 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
998 and `end'.
999 (ispell-region, ispell-process-line): Update users.
1000
1001 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
1002 point-min==1.
1003
1004 * textmodes/ispell.el: Fix commenting convention.
1005 (ispell-parse-output): Simplify, use push.
1006 (ispell-region): Use match-string-no-properties.
1007 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
1008 (ispell-minor-mode): Use define-minor-mode.
1009 (ispell-message): Remove unused var `skip-regexp'.
1010 (ispell-add-per-file-word-list): Use dynamic let-binding.
1011 Try and use the proper comment marker.
1012
1013 * mail/sendmail.el: Fix commenting convention.
1014 (sendmail-send-it): Use line-beginning-position.
1015
1016 * help-fns.el (describe-variable): Add original value, if applicable.
1017
1018 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
1019
1020 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
1021
1022 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
1023
1024 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1025
1026 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
1027 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
1028 (smie-prec2-levels): Use them to better diagnose precedence cycles.
1029 (smie-blink-matching-check): Don't signal a mismatch if car is t.
1030 (smie-blink-matching-open): Rewrite to remove assumptions, so that
1031 something like "." can also be a closer.
1032 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
1033 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
1034 Rename internal functions to use "--". Update callers.
1035
1036 * frame.el (make-frame-names-alist): Don't list frames on other displays.
1037
1038 * fringe.el (fringe-styles): New var.
1039 (fringe-mode, fringe-query-style): Use it.
1040
1041 2010-09-18 Michael R. Mauger <mmaug@yahoo.com>
1042
1043 * progmodes/sql.el: Version 2.8
1044 (sql-login-params): Update widget structure; changes still needed.
1045 (sql-product-alist): Add :list-all and :list-table features for
1046 SQLite, Postgres and MySQL products.
1047 (sql-redirect): Handle default value.
1048 (sql-execute, sql-execute-feature): New functions.
1049 (sql-read-table-name): New function.
1050 (sql-list-all, sql-list-table): New functions. User API.
1051 (sql-mode-map, sql-interactive-mode-map): Add key definitions
1052 for above functions.
1053 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
1054 for above functions.
1055 (sql-postgres-login-params): Add user and database defaults.
1056 (sql-buffer-live-p): Bug fix.
1057 (sql-product-history): New variable.
1058 (sql-read-product): New function. Use it.
1059 (sql-set-product, sql-product-interactive): Use it.
1060 (sql-connection-history): New variable.
1061 (sql-read-connection): New function. Use it.
1062 (sql-connect): New function.
1063 (sql-for-each-login): Redesign function interface.
1064 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
1065 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
1066 (sql-comint): Check for program. Existing live buffer.
1067 (sql-comint-postgres): Add port parameter.
1068
1069 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1070
1071 * emacs-lisp/warnings.el: Fix commenting convention.
1072 (display-warning): Use special mode and make the buffer read-only.
1073
1074 2010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
1075
1076 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
1077 empty string when it follows a repeated or optional pattern.
1078
1079 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1080
1081 * indent.el (indent-according-to-mode): Apply syntax-propertize.
1082 (indent-region): Use indent-according-to-mode.
1083
1084 2010-09-18 Eli Zaretskii <eliz@gnu.org>
1085
1086 * fringe.el (fringe-mode): Doc fix.
1087
1088 2010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
1089
1090 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
1091 refreshing the preview buffer.
1092
1093 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1094
1095 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
1096 (latex-syntax-propertize-rules): New consts; replace
1097 tex-font-lock-syntactic-keywords.
1098 (tex-env-mark, latex-env-before-change): New functions.
1099 (latex-electric-env-pair-mode): New minor mode.
1100 (tex-font-lock-verb): Change arguments; do move point.
1101 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
1102 representation as a form of comment.
1103 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
1104 (doctex-syntax-propertize-rules): New const; replaces
1105 doctex-font-lock-syntactic-keywords.
1106 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
1107
1108 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
1109 (fortran-make-syntax-propertize-function): New function; replaces
1110 fortran-font-lock-syntactic-keywords.
1111 (fortran-mode): Use it.
1112 (fortran-line-length): Use it. Improve interactive spec.
1113
1114 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
1115 (syntax-propertize-rules): Add var-ref case. Fix offset computation
1116 when adding surrounding \(..\).
1117
1118 * progmodes/js.el (js-mode): Fix last change (bug#7054).
1119
1120 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1121
1122 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
1123 Use with-current-buffer.
1124
1125 * isearch.el (isearch-face): Rename from `isearch'.
1126 (isearch-highlight): Use new name.
1127
1128 2010-09-17 Eli Zaretskii <eliz@gnu.org>
1129
1130 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
1131 5, for `half' width fringes. (Bug#6933)
1132
1133 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1134
1135 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
1136 (byte-compile-defvar): "foo/bar" does not lack a prefix.
1137
1138 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
1139
1140 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
1141
1142 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
1143 in calculating new frame position. Add more space between new and
1144 parent on the left (Bug#7048).
1145
1146 2010-09-17 Michael Albinus <michael.albinus@gmx.de>
1147
1148 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
1149 defmacro.
1150
1151 2010-09-16 Chong Yidong <cyd@stupidchicken.com>
1152
1153 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
1154
1155 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
1156 obsolete alias for x-selection-value.
1157
1158 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
1159
1160 2010-09-16 Michael Albinus <michael.albinus@gmx.de>
1161
1162 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
1163 cookie.
1164
1165 2010-09-15 Michael Albinus <michael.albinus@gmx.de>
1166
1167 * net/tramp-compat.el (tramp-compat-with-temp-message)
1168 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
1169 (tramp-compat-process-put): New defuns.
1170
1171 * net/tramp.el (top):
1172 * net/tramp-gvfs.el (top):
1173 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
1174
1175 * net/tramp.el (tramp-progress-reporter-update):
1176 Use `tramp-compat-funcall'.
1177
1178 * net/tramp.el (tramp-process-actions):
1179 * net/tramp-gvfs.el (tramp-handle-vc-registered):
1180 * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
1181 (tramp-get-remote-stat, tramp-get-remote-readlink):
1182 Use `tramp-compat-with-temp-message'.
1183
1184 * net/tramp-sh.el (top): Require 'cl.
1185 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
1186 (tramp-open-connection-setup-interactive-shell):
1187 Use `tramp-compat-process-put'.
1188
1189 2010-09-15 Alan Mackenzie <acm@muc.de>
1190
1191 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
1192 indentation.
1193 (c-forward-<>-arglist-recur): Fix an infinite recursion.
1194
1195 2010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
1196
1197 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
1198 `lexical' for warnings related to lexical scoping.
1199 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
1200 global vars which don't have a prefix and could hence affect lexical
1201 scoping in unrelated files.
1202
1203 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1204
1205 * net/imap.el: Revert back to version
1206 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1207 seem problematic.
1208
1209 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
1210
1211 * obsolete/old-whitespace.el (whitespace-unload-function):
1212 Explicitly pass `obarray' to `unintern' to avoid a warning.
1213
1214 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1215
1216 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
1217 Add `when' argument. Update callers.
1218
1219 * subr.el (unintern): Declare the obarray arg mandatory.
1220
1221 2010-09-14 Glenn Morris <rgm@gnu.org>
1222
1223 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
1224 Doc fixes.
1225
1226 * calendar/diary-lib.el (diary-included-files): New variable.
1227 (diary-list-entries): Maybe initialize diary-included-files.
1228 (diary-include-other-diary-files): Append to diary-included-files.
1229 * calendar/appt.el (appt-update-list): Also check the members of
1230 diary-included-files. (Bug#6999)
1231 (appt-check): Doc fix.
1232
1233 2010-09-14 David Reitter <david.reitter@gmail.com>
1234
1235 * simple.el (line-move-visual): Do not truncate goal column to
1236 integer size. (Bug#7020)
1237
1238 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1239
1240 * repeat.el (repeat): Allow repeating when the last event is a click.
1241 Suggested by Drew Adams (bug#6256).
1242
1243 2010-09-14 Sascha Wilde <wilde@sha-bang.de>
1244
1245 * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
1246 Replace setting HGRCPATH to "" by some less invasive --config options.
1247
1248 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1249
1250 * font-lock.el (font-lock-beginning-of-syntax-function):
1251 Mark as obsolete.
1252
1253 2010-09-14 Glenn Morris <rgm@gnu.org>
1254
1255 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
1256 and tool-bar modes. (Bug#6211)
1257 (menu-bar-mode): Move setting of standard-value after the
1258 minor-mode definition, otherwise it seems to have no effect.
1259
1260 2010-09-14 Masatake YAMATO <yamato@redhat.com>
1261
1262 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
1263 Fix typo. (Bug#6976)
1264
1265 2010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1266
1267 * whitespace.el: Allow cleaning up blanks without blank
1268 visualization (Bug#6651). Adjust help window for
1269 whitespace-toggle-options (Bug#6479). Allow to use fill-column
1270 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
1271 (whitespace-style): Add new value 'face. Adjust docstring.
1272 (whitespace-space, whitespace-hspace, whitespace-tab):
1273 Adjust foreground property face.
1274 (whitespace-line-column): Adjust docstring and type declaration.
1275 (whitespace-style-value-list, whitespace-toggle-option-alist)
1276 (whitespace-help-text): Adjust const initialization.
1277 (whitespace-toggle-options, global-whitespace-toggle-options):
1278 Adjust docstring.
1279 (whitespace-display-window, whitespace-interactive-char)
1280 (whitespace-style-face-p, whitespace-color-on): Adjust code.
1281 (whitespace-help-scroll): New fun.
1282
1283 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
1284
1285 * calendar/time-date.el (format-seconds): Comment fix.
1286
1287 2010-09-13 Michael R. Mauger <mmaug@yahoo.com>
1288
1289 * progmodes/sql.el: Version 2.7.
1290 (sql-buffer-live-p): Improve detection.
1291 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
1292 (sql-set-sqli-buffer): Use it.
1293 (sql-product-interactive): Run `sql-set-sqli-hook'.
1294 (sql-rename-buffer): Code cleanup.
1295 (sql-redirect, sql-redirect-value): New functions. More to come.
1296
1297 2010-09-13 Juanma Barranquero <lekktu@gmail.com>
1298
1299 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.
1300 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
1301 (TRAMP_SRC): New macro.
1302 ($(lisp)/net/tramp-loaddefs.el): New target.
1303
1304 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
1305
1306 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
1307
1308 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
1309
1310 * net/tramp.el (top): Don't show loading message. Require just
1311 'tramp-compat, everything else is required there.
1312 Use `ignore-errors' where appropriate.
1313 (tramp-inline-compress-start-size, tramp-copy-size-limit)
1314 (tramp-terminal-type, tramp-end-of-output)
1315 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
1316 (tramp-completion-function-alist-ssh)
1317 (tramp-completion-function-alist-telnet)
1318 (tramp-completion-function-alist-su)
1319 (tramp-completion-function-alist-putty, tramp-remote-path)
1320 (tramp-remote-process-environment, tramp-sh-extra-args)
1321 (tramp-actions-before-shell, tramp-uudecode)
1322 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
1323 (tramp-perl-file-attributes)
1324 (tramp-perl-directory-files-and-attributes)
1325 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
1326 (tramp-perl-encode, tramp-perl-decode)
1327 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
1328 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
1329 (tramp-handle-make-symbolic-link, tramp-handle-load)
1330 (tramp-handle-file-name-as-directory)
1331 (tramp-handle-file-name-directory)
1332 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
1333 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
1334 (tramp-do-file-attributes-with-ls)
1335 (tramp-do-file-attributes-with-perl)
1336 (tramp-do-file-attributes-with-stat)
1337 (tramp-handle-set-visited-file-modtime)
1338 (tramp-handle-verify-visited-file-modtime)
1339 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
1340 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
1341 (tramp-handle-file-selinux-context)
1342 (tramp-handle-set-file-selinux-context)
1343 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
1344 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
1345 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
1346 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
1347 (tramp-handle-file-ownership-preserved-p)
1348 (tramp-handle-directory-file-name, tramp-handle-directory-files)
1349 (tramp-handle-directory-files-and-attributes)
1350 (tramp-do-directory-files-and-attributes-with-perl)
1351 (tramp-do-directory-files-and-attributes-with-stat)
1352 (tramp-handle-file-name-all-completions)
1353 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
1354 (tramp-handle-copy-file, tramp-handle-copy-directory)
1355 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
1356 (tramp-do-copy-or-rename-file-via-buffer)
1357 (tramp-do-copy-or-rename-file-directly)
1358 (tramp-do-copy-or-rename-file-out-of-band)
1359 (tramp-handle-make-directory, tramp-handle-delete-directory)
1360 (tramp-handle-delete-file)
1361 (tramp-handle-dired-recursive-delete-directory)
1362 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
1363 (tramp-handle-insert-directory)
1364 (tramp-handle-unhandled-file-name-directory)
1365 (tramp-handle-expand-file-name)
1366 (tramp-handle-substitute-in-file-name)
1367 (tramp-handle-executable-find, tramp-process-sentinel)
1368 (tramp-handle-start-file-process, tramp-handle-process-file)
1369 (tramp-handle-call-process-region, tramp-handle-shell-command)
1370 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
1371 (tramp-handle-insert-file-contents)
1372 (tramp-handle-insert-file-contents-literally)
1373 (tramp-handle-find-backup-file-name)
1374 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
1375 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
1376 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
1377 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
1378 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
1379 (tramp-find-file-exists-command, tramp-open-shell)
1380 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
1381 (tramp-open-connection-setup-interactive-shell)
1382 (tramp-local-coding-commands, tramp-remote-coding-commands)
1383 (tramp-find-inline-encoding, tramp-call-local-coding-command)
1384 (tramp-inline-compress-commands, tramp-find-inline-compress)
1385 (tramp-compute-multi-hops, tramp-maybe-open-connection)
1386 (tramp-send-command, tramp-wait-for-output)
1387 (tramp-send-command-and-check, tramp-barf-unless-okay)
1388 (tramp-send-command-and-read, tramp-mode-string-to-int)
1389 (tramp-convert-file-attributes, tramp-check-cached-permissions)
1390 (tramp-file-mode-from-int, tramp-file-mode-permissions)
1391 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
1392 (tramp-method-out-of-band-p, tramp-local-host-p)
1393 (tramp-get-remote-path, tramp-get-remote-tmpdir)
1394 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
1395 (tramp-get-test-command, tramp-get-test-nt-command)
1396 (tramp-get-file-exists-command, tramp-get-remote-ln)
1397 (tramp-get-remote-perl, tramp-get-remote-stat)
1398 (tramp-get-remote-readlink, tramp-get-remote-trash)
1399 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
1400 (tramp-get-local-uid, tramp-get-local-gid)
1401 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
1402 tramp-sh.el.
1403 (tramp-methods, tramp-default-method-alist)
1404 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
1405 Move initialization to tramp-sh.el.
1406 (tramp-temp-name-prefix): Make it a defconst.
1407 (tramp-dissect-file-name): Don't check anymore for multi-hop
1408 methods.
1409 (tramp-debug-outline-regexp): Add a docstring.
1410 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
1411 (tramp-get-debug-buffer): Use it.
1412
1413 * net/tramp-cache.el (top): Set tramp-autoload cookie for
1414 initialization forms.
1415 (tramp-set-connection-property): Don't protect `tramp-message'
1416 call, it isn't necessary any longer.
1417 (tramp-dump-connection-properties): Use `ignore-errors'.
1418
1419 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
1420 'password-cache and 'auth-source.
1421
1422 * net/tramp-gvfs.el (top):
1423 * net/tramp-smb.el (top): Require 'tramp-sh.
1424
1425 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
1426
1427 * net/tramp-sh.el: New file, derived from tramp.el.
1428 (top): Initialize `tramp-methods', `tramp-default-method-alist',
1429 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
1430 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
1431 Use `ignore-errors' where appropriate.
1432 (tramp-sh-file-name-handler-alist): Rename from
1433 `tramp-file-name-handler-alist'.
1434 (tramp-send-command-and-check): Return t or nil. Remove all
1435 `zerop' checks, where called.
1436 (tramp-handle-set-file-modes)
1437 (tramp-do-copy-or-rename-file-directly)
1438 (tramp-handle-delete-directory, tramp-handle-delete-file)
1439 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
1440 (tramp-sh-file-name-handler, tramp-send-command-and-check)
1441 (tramp-get-remote-ln): Set tramp-autoload cookie.
1442
1443 * net/tramp-fish.el: Remove file.
1444
1445 2010-09-13 Daiki Ueno <ueno@unixuser.org>
1446
1447 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
1448 buffer-file-name to avoid file-locking. (Bug#7026)
1449
1450 2010-09-13 Julien Danjou <julien@danjou.info>
1451
1452 * notifications.el (notifications-notify): Add support for
1453 image-path and sound-name.
1454 (notifications-specification-version): Add this variable.
1455
1456 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1457
1458 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
1459
1460 2010-09-12 Leo <sdl.web@gmail.com>
1461
1462 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
1463 (rcirc-completion-start): New variables.
1464 (rcirc-nick-completions): Rename to rcirc-completions.
1465 (rcirc-nick-completion-start-offset): Delete.
1466 (rcirc-completion-at-point): New function for constructing
1467 completion data for both nicks and irc commands. Add to
1468 completion-at-point-functions in rcirc mode.
1469 (rcirc-complete): Rename from rcirc-nick-complete; use
1470 rcirc-completion-at-point.
1471 (defun-rcirc-command): Update rcirc-client-commands.
1472
1473 2010-09-11 Glenn Morris <rgm@gnu.org>
1474
1475 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
1476 atomically, to avoid parallel build errors. (Bug#4196)
1477
1478 2010-09-11 Michael R. Mauger <mmaug@yahoo.com>
1479
1480 * progmodes/sql.el: Version 2.6
1481 (sql-dialect): Synonym for "sql-product".
1482 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
1483 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
1484 Set "sql-buffer" to buffer name not buffer object so multiple sql
1485 interactive buffers work properly. Reverts misguided changes in
1486 earlier work.
1487 (sql-comint): Make sure different buffer name is used if "*SQL*"
1488 buffer is for a different product.
1489 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
1490 login param.
1491 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
1492 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
1493 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
1494 Accept new buffer name or prompt for one.
1495 (sql-port): Default to zero.
1496 (sql-comint-mysql): Handle "sql-port" as a numeric.
1497 (sql-port-history): Delete unused variable.
1498 (sql-get-login): Default "sql-port" to a number.
1499 (sql-product-alist): Correct Postgres prompt and terminator regexp.
1500 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
1501 "sqlite3" executables.
1502 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
1503 (sql-buffer-live-p): New function.
1504 (sql-mode-menu, sql-send-string): Use it.
1505 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
1506 syntax pattern.
1507 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
1508 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
1509
1510 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1511
1512 * net/netrc.el (netrc-credentials): New convenience function.
1513
1514 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1515
1516 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
1517 to replace texinfo-font-lock-syntactic-keywords.
1518 (texinfo-mode): Use it.
1519
1520 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
1521 Use syntax-propertize-function.
1522
1523 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
1524 replace sgml-font-lock-syntactic-keywords.
1525 (sgml-mode): Use it.
1526
1527 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
1528 since we don't use it.
1529
1530 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
1531
1532 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
1533 if available.
1534 (vhdl-fontify-buffer): Adjust.
1535
1536 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
1537 replace tcl-font-lock-syntactic-keywords.
1538 (tcl-mode): Use it.
1539
1540 * progmodes/simula.el (simula-syntax-propertize-function): New var to
1541 replace simula-font-lock-syntactic-keywords.
1542 (simula-mode): Use it.
1543
1544 * progmodes/sh-script.el (sh-st-symbol): Remove.
1545 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
1546 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
1547 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
1548 (sh-font-lock-paren): Set syntax-multiline.
1549 (sh-font-lock-syntactic-keywords): Remove.
1550 (sh-syntax-propertize-function): New function to replace it.
1551 (sh-mode): Use it.
1552
1553 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
1554 Define while compiling.
1555 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
1556 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
1557 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
1558 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
1559 (ruby-here-doc-end-syntax): Only define when
1560 syntax-propertize is not available.
1561 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
1562 New functions.
1563 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
1564 (electric-indent-chars): Silence bytecompiler.
1565 (ruby-mode): Use prog-mode, syntax-propertize-function, and
1566 electric-indent-chars.
1567
1568 * progmodes/python.el (python-syntax-propertize-function): New var to
1569 replace python-font-lock-syntactic-keywords.
1570 (python-mode): Use it.
1571 (python-quote-syntax): Simplify and adjust to new use.
1572
1573 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
1574 replace perl-font-lock-syntactic-keywords.
1575 (perl-syntax-propertize-special-constructs): New fun to replace
1576 perl-font-lock-special-syntactic-constructs.
1577 (perl-font-lock-syntactic-face-function): New fun.
1578 (perl-mode): Use it.
1579
1580 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
1581 to replace octave-font-lock-close-quotes.
1582 (octave-syntax-propertize-function): New function to replace
1583 octave-font-lock-syntactic-keywords.
1584 (octave-mode): Use it.
1585
1586 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
1587 replaces mixal-font-lock-syntactic-keywords.
1588 (mixal-mode): Use it.
1589
1590 * progmodes/make-mode.el (makefile-syntax-propertize-function):
1591 New var; replaces makefile-font-lock-syntactic-keywords.
1592 (makefile-mode): Use it.
1593 (makefile-imake-mode): Adjust.
1594
1595 * progmodes/js.el (js--regexp-literal): Define while compiling.
1596 (js-syntax-propertize-function): New var; replaces
1597 js-font-lock-syntactic-keywords.
1598 (js-mode): Use it.
1599
1600 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
1601 replaces gdb-script-font-lock-syntactic-keywords.
1602 (gdb-script-mode): Use it.
1603
1604 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
1605 (fortran--font-lock-syntactic-keywords): New var.
1606 (fortran-line-length): Update syntax-propertize-function and
1607 fortran--font-lock-syntactic-keywords.
1608
1609 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
1610
1611 * progmodes/cfengine.el (cfengine-mode):
1612 Use syntax-propertize-function.
1613 (cfengine-font-lock-syntactic-keywords): Remove.
1614
1615 * progmodes/autoconf.el (autoconf-mode):
1616 Use syntax-propertize-function.
1617 (autoconf-font-lock-syntactic-keywords): Remove.
1618
1619 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
1620 (ada-after-change-function, ada-initialize-syntax-table-properties)
1621 (ada-handle-syntax-table-properties): Only define when
1622 syntax-propertize is not available.
1623 (ada-mode): Use syntax-propertize-function.
1624
1625 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
1626 (font-lock-fontify-syntactic-keywords-region): Move handling of
1627 font-lock-syntactically-fontified to...
1628 (font-lock-default-fontify-region): ...here.
1629 Let syntax-propertize-function take precedence.
1630 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
1631
1632 * emacs-lisp/syntax.el (syntax-propertize-function)
1633 (syntax-propertize-chunk-size, syntax-propertize--done)
1634 (syntax-propertize-extend-region-functions): New vars.
1635 (syntax-propertize-wholelines, syntax-propertize-multiline)
1636 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
1637 (syntax-propertize): New functions.
1638 (syntax-propertize-rules): New macro.
1639 (syntax-ppss-flush-cache): Set syntax-propertize--done.
1640 (syntax-ppss): Call syntax-propertize.
1641
1642 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
1643
1644 2010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
1645
1646 * textmodes/ispell.el (ispell-init-process): Improve comments.
1647 XEmacs compatibility changes regarding (add-hook) 'local option
1648 and (set-process-query-on-exit-flag).
1649
1650 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
1651
1652 * net/tramp-cache.el (tramp-parse-connection-properties):
1653 Set tramp-autoload cookie.
1654
1655 2010-09-09 Glenn Morris <rgm@gnu.org>
1656
1657 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
1658 (imagemagick-register-types): Doc fix.
1659
1660 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1661
1662 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
1663
1664 * progmodes/js.el (require): Require is already "eval-and-compile".
1665 (js--re-search-forward): Avoid `eval'. Preserve the error data.
1666 (js--re-search-backward): Use js--re-search-forward.
1667
1668 * progmodes/fortran.el (fortran-line-length): Don't recompute
1669 syntactic keywords redundantly a second time.
1670
1671 * progmodes/ada-mode.el: Replace "(set '" with setq.
1672 (ada-mode): Simplify.
1673 (ada-create-case-exception, ada-adjust-case-interactive)
1674 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
1675 (ada-search-ignore-string-comment, ada-move-to-start)
1676 (ada-move-to-end): Use with-syntax-table.
1677
1678 * font-lock.el (save-buffer-state): Remove `varlist' arg.
1679 (font-lock-unfontify-region, font-lock-default-fontify-region):
1680 Update usage correspondingly.
1681 (font-lock-fontify-syntactic-keywords-region):
1682 Set parse-sexp-lookup-properties buffer-locally here.
1683 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
1684
1685 * simple.el (blink-matching-open): Don't burp if we can't find a match.
1686
1687 2010-09-08 Glenn Morris <rgm@gnu.org>
1688
1689 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
1690 Error if not compiled with -DBYTE_CODE_METER.
1691
1692 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1693 Ignore dir-locals-file.
1694
1695 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1696
1697 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1698 Not a const.
1699 (compilation-error-regexp-alist-alist): Rule out ": " in file names
1700 for the `gnu' messages.
1701 (compilation-set-skip-threshold): New command.
1702 (compilation-start): Use \' rather than $.
1703 (compilation-forget-errors): Use clrhash.
1704
1705 2010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
1706
1707 * textmodes/ispell.el (ispell-valid-dictionary-list):
1708 Simplify logic.
1709
1710 2010-09-08 Michael Albinus <michael.albinus@gmx.de>
1711
1712 Migrate to Tramp 2.2. Rearrange load dependencies.
1713 (Bug#1529, Bug#5448, Bug#5705)
1714
1715 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
1716 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
1717 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
1718
1719 * net/tramp.el (top): Remove all other tramp-* loads except
1720 tramp-compat.el. Remove all changes to tramp-unload-hook for
1721 other tramp-* packages. Rearrange defun order. Change calls of
1722 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
1723 `tramp-compat-octal-to-decimal' to new function names.
1724 (tramp-terminal-type, tramp-initial-end-of-output)
1725 (tramp-methods, tramp-foreign-file-name-handler-alist)
1726 (tramp-tramp-file-p, tramp-completion-mode-p)
1727 (tramp-send-command-and-check, tramp-get-remote-path)
1728 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
1729 (tramp-shell-quote-argument): Set tramp-autoload cookie.
1730 (with-file-property, with-connection-property): Move to
1731 tramp-cache.el.
1732 (tramp-local-call-process, tramp-decimal-to-octal)
1733 (tramp-octal-to-decimal): Move to tramp-compat.el.
1734 (tramp-handle-shell-command): Do not require 'shell.
1735 (tramp-compute-multi-hops): No special handling for tramp-gw-*
1736 symbols.
1737 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
1738
1739 * net/tramp-cache.el (top): Require 'tramp. Add to
1740 `tramp-unload-hook'.
1741 (tramp-cache-data, tramp-get-file-property)
1742 (tramp-set-file-property, tramp-flush-file-property)
1743 (tramp-flush-directory-property, tramp-get-connection-property)
1744 (tramp-set-connection-property, tramp-flush-connection-property)
1745 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
1746 cookie.
1747 (with-file-property, with-connection-property): New defuns, moved
1748 from tramp.el.
1749 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
1750 macro.
1751
1752 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
1753 (tramp-version): Set tramp-autoload cookie.
1754
1755 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
1756 changes to tramp-unload-hook for other tramp-* packages. Add to
1757 `tramp-unload-hook'.
1758 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
1759 (tramp-compat-call-process): New defuns, moved from tramp.el.
1760
1761 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
1762 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
1763 to `tramp-unload-hook'. Change call of
1764 `tramp-compat-decimal-to-octal' to new function name.
1765 (tramp-fish-method): Make it a defconst.
1766 (tramp-fish-file-name-p): Make it a defsubst.
1767 (tramp-fish-method, tramp-fish-file-name-handler)
1768 (tramp-fish-file-name-p): Set tramp-autoload cookie.
1769
1770 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
1771 `tramp-foreign-file-name-handler-alist'. Add to
1772 `tramp-unload-hook'.
1773 (tramp-ftp-method): Make it a defconst.
1774 (tramp-ftp-file-name-p): Make it a defsubst.
1775 (tramp-ftp-method, tramp-ftp-file-name-handler)
1776 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
1777
1778 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
1779 `tramp-foreign-file-name-handler-alist'. Add to
1780 `tramp-unload-hook'. Change checks, whether package can be
1781 loaded.
1782 (tramp-gvfs-file-name-p): Make it a defsubst.
1783 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
1784 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
1785 (tramp-gvfs-handle-file-directory-p): New defun.
1786 (tramp-gvfs-file-name-handler-alist): Use it.
1787
1788 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
1789 `tramp-foreign-file-name-handler-alist'. Add to
1790 `tramp-unload-hook'.
1791 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
1792 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
1793 defconst.
1794 (tramp-gw-tunnel-method, tramp-gw-socks-method)
1795 (tramp-gw-open-connection): Set tramp-autoload cookie.
1796
1797 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
1798 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
1799 to `tramp-unload-hook'. Change checks, whether package can be
1800 loaded.
1801 (tramp-imap-file-name-p): Make it a defsubst.
1802 (tramp-imap-method, tramp-imaps-method)
1803 (tramp-imap-file-name-handler)
1804 (tramp-imap-file-name-p): Set tramp-autoload cookie.
1805
1806 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
1807 `tramp-methods' and `tramp-foreign-file-name-handler-alist'. Add
1808 to `tramp-unload-hook'. Change checks, whether package can be
1809 loaded. Change call of `tramp-compat-decimal-to-octal' to new
1810 function name.
1811 (tramp-smb-tunnel-method): Make it a defconst.
1812 (tramp-smb-file-name-p): Make it a defsubst.
1813 (tramp-smb-method, tramp-smb-file-name-handler)
1814 (tramp-smb-file-name-p): Set tramp-autoload cookie.
1815
1816 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
1817 (tramp-uuencode-region): Set tramp-autoload cookie.
1818
1819 * net/trampver.el (top) Add to `tramp-unload-hook'.
1820 (tramp-version, tramp-bug-report-address): Set tramp-autoload
1821 cookie. Update release number.
1822
1823 2010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
1824
1825 * textmodes/ispell.el (ispell-start-process): Make sure original
1826 arg list is properly initialized (Bug#6993, Bug#6994).
1827
1828 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
1829
1830 * files.el (directory-abbrev-alist): Use \` as default regexp.
1831
1832 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
1833 chars like - or ] (bug#6984).
1834 (rx-any-condense-range): Explode 2-char ranges.
1835
1836 2010-09-06 Glenn Morris <rgm@gnu.org>
1837
1838 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
1839
1840 2010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1841
1842 * textmodes/bibtex.el:
1843 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
1844
1845 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1846
1847 * net/imap.el (imap-message-map): Remove optional buffer parameter,
1848 since no callers use it.
1849 (imap-message-get): Ditto.
1850 (imap-message-put): Ditto.
1851 (imap-mailbox-map): Ditto.
1852 (imap-mailbox-put): Ditto.
1853 (imap-mailbox-get): Ditto.
1854 (imap-mailbox-get): Revert last change for this function.
1855
1856 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1857
1858 * net/imap.el (imap-fetch-safe): Remove function, and alter all
1859 callers to use `imap-fetch' instead. According to the comments, this
1860 should be safe, since all other IMAP clients use the 1:* syntax.
1861 (imap-enable-exchange-bug-workaround): Remove.
1862 (imap-debug): Remove -- doesn't seem very useful.
1863
1864 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1865
1866 * net/imap.el (imap-log): New convenience function used throughout
1867 instead of repeating the same code all over the place.
1868
1869 2010-09-05 David De La Harpe Golden <david@harpegolden.net>
1870
1871 * mouse.el (mouse-save-then-kill): Save region to kill-ring
1872 when mouse-drag-copy-region is non-nil (Bug#6956).
1873
1874 2010-09-05 Chong Yidong <cyd@stupidchicken.com>
1875
1876 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
1877 Improve regexps (Bug#6987).
1878 (dired-sort-toggle): Search more robustly for -t flag.
1879
1880 * files.el (get-free-disk-space): Search more robustly for
1881 "available" column. Suggested by Ehud Karni
1882 <ehud@unix.mvs.co.il>.
1883
1884 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
1885
1886 * international/uni-bidi.el:
1887 * international/uni-category.el:
1888 * international/uni-combining.el:
1889 * international/uni-decimal.el:
1890 * international/uni-mirrored.el:
1891 * international/uni-name.el: Regenerate.
1892
1893 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
1894
1895 * electric.el (electric-indent-post-self-insert-function):
1896 Don't reindent with a sloppy indentation function.
1897
1898 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
1899 border case in change-log-mode.
1900
1901 2010-09-04 Chong Yidong <cyd@stupidchicken.com>
1902
1903 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1904 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
1905 Recognize leading tab in gcc-include regexp. Ignore names with
1906 leading "from" or "in" in gnu regexp (Bug#6937).
1907
1908 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
1909
1910 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
1911 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
1912 (ispell-start-process): Avoid setq and simplify logic.
1913 (ispell-init-process): Setup kill-buffer-hook locally when needed.
1914 (kill-buffer-hook): Don't use it globally with code that uses
1915 expand-file-name since that may call kill-buffer via
1916 code_conversion_restore.
1917
1918 2010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
1919
1920 * emacs-lisp/package.el (package-directory-list): Only call
1921 file-name-nondirectory on a string.
1922
1923 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
1924
1925 * emacs-lisp/package.el (package--download-one-archive):
1926 Ensure that archive-contents is valid before saving it.
1927 (package-activate-1, package-mark-obsolete, define-package)
1928 (package-compute-transaction, package-list-maybe-add): Use push.
1929
1930 2010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
1931
1932 Use SMIE's blink-paren for octave-mode.
1933 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
1934 Backslashes do not escape single-quotes, single-quotes do.
1935 (octave-block-else-regexp, octave-block-end-regexp)
1936 (octave-block-match-alist): Remove.
1937 (octave-smie-bnf-table): New var, with old content.
1938 (octave-smie-op-levels): Use it.
1939 (octave-smie-closer-alist): New var.
1940 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
1941 (octave-blink-matching-block-open): Remove.
1942 (octave-reindent-then-newline-and-indent, octave-electric-semi)
1943 (octave-electric-space): Let self-insert-command run expand-abbrev and
1944 blink parens.
1945
1946 * electric.el (electricity): New group.
1947 (electric-indent-chars): New var.
1948 (electric-indent-post-self-insert-function): New fun.
1949 (electric-indent-mode): New minor mode.
1950 (electric-pair-skip-self): New custom.
1951 (electric-pair-post-self-insert-function): New function.
1952 (electric-pair-mode): New minor mode.
1953
1954 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
1955 calcAlg-blink-matching-open.
1956 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
1957 (calc-do-alg-entry): Only touch the part of the keymap that varies.
1958 Use the new blink-matching-check-function.
1959
1960 Provide blink-matching support to SMIE.
1961 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
1962 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
1963 (smie-blink-matching-check, smie-blink-matching-open): New functions.
1964
1965 * simple.el (newline): Fix last change to properly remove itself from
1966 the hook.
1967
1968 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1969
1970 * simple.el (newline): Eliminate optimization.
1971 Use post-self-insert-hook to set hard-newline and things before
1972 running post-self-insert-hook.
1973 (blink-matching-check-mismatch): New function.
1974 (blink-matching-check-function): New variable.
1975 (blink-matching-open): Use them.
1976 Skip back forward over prefix chars skipped by forward-sexp.
1977 Don't check if the parens are backslash escaped.
1978 (blink-paren-post-self-insert-function): Check backslash escaping here.
1979
1980 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
1981
1982 * emacs-lisp/package.el (package-menu-mode-map):
1983 Change package-menu-revert bindings to revert-buffer.
1984 (package-menu-mode): Set revert-buffer-function.
1985 (package-menu-revert): Doc fix.
1986
1987 2010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
1988
1989 * textmodes/ispell.el (ispell-init-process): Use "~/" as
1990 `default-directory' unless using Ispell per-directory personal
1991 dictionaries and not in a mini-buffer under XEmacs.
1992 (kill-buffer-hook): Do not kill ispell process on exit when
1993 `ispell-process-directory' is "~/". (Bug#6143)
1994
1995 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1996
1997 * simple.el (kill-new): Call interprogram-cut-function with only
1998 one argument.
1999
2000 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
2001 Remove cut buffer from error message.
2002
2003 * term/x-win.el (x-select-text):
2004 * term/pc-win.el (x-selection-value):
2005 * term/ns-win.el (x-selection-value):
2006 * eshell/em-term.el:
2007 * w32-fns.el (x-get-selection-value):
2008 * mouse-sel.el (mouse-sel-set-selection-function):
2009 * frame.el (display-selections-p): Remove cut-buffer in documentation.
2010
2011 * term/x-win.el: Update documentation for x-last-selected-text-*.
2012 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
2013 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
2014 (x-select-text): Remove argument PUSH, update documentation. Remove
2015 cut-buffer code.
2016 (x-selection-value-internal): Was previously x-selection-value.
2017 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
2018 Update documentation, remove cut-buffer code. Call
2019 x-selection-value-internal.
2020 (x-clipboard-yank): Call x-selection-value-internal.
2021 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
2022
2023 * term/pc-win.el (x-last-selected-text):
2024 x-cut-buffer-or-selection-value renamed to x-selection-value
2025 (x-select-text): Remove argument PUSH, update documentation.
2026
2027 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
2028 x-cut-buffer-or-selection-value renamed to x-selection-value
2029 (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
2030 (x-select-text): Remove argument PUSH, update documentation.
2031
2032 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
2033
2034 * w32-fns.el (x-last-selected-text):
2035 x-cut-buffer-or-selection-value renamed to x-selection-value.
2036 (x-cut-buffer-max): Remove.
2037 (x-select-text): Remove argument PUSH, update documentation.
2038
2039 * simple.el (interprogram-cut-function): Remove mention of PUSH.
2040
2041 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
2042
2043 * mouse-sel.el (mouse-sel-get-selection-function):
2044 x-cut-buffer-or-selection-value renamed to x-selection-value.
2045 (x-select-text): Remove optional push.
2046
2047 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2048
2049 * simple.el (blink-paren-function): Move from C to here.
2050 (blink-paren-post-self-insert-function): New function.
2051 (post-self-insert-hook): Use it.
2052
2053 * emacs-lisp/pcase.el (pcase-split-memq):
2054 Fix overenthusiastic optimisation.
2055 (pcase-u1): Handle the case of a lambda pred.
2056
2057 2010-08-31 Kenichi Handa <handa@m17n.org>
2058
2059 * international/mule-cmds.el (standard-display-european-internal):
2060 Setup standard-display-table for 8-bit characters by storing 8-bit
2061 characters in the element vector.
2062
2063 * disp-table.el (standard-display-8bit):
2064 Setup standard-display-table for 8-bit characters by storing 8-bit
2065 characters in the element vector.
2066 (standard-display-european): Likewise.
2067
2068 2010-08-31 Masatake YAMATO <yamato@redhat.com>
2069
2070 * textmodes/nroff-mode.el (nroff-view): New command.
2071 (nroff-mode-map): Bind it to C-c C-c.
2072
2073 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
2074
2075 * emacs-lisp/smie.el (smie-down-list): New command.
2076
2077 Remove old indentation and navigation code on octave-mode.
2078 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
2079 smie-down-list rather than add a binding for octave-down-block.
2080 (octave-mark-block, octave-blink-matching-block-open):
2081 Rely on forward-sexp-function.
2082 (octave-fill-paragraph): Don't narrow, so you can use
2083 indent-according-to-mode.
2084 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
2085 (octave-in-block-p, octave-re-search-forward-kw)
2086 (octave-re-search-backward-kw, octave-indent-calculate)
2087 (octave-end-as-array-index-p, octave-block-end-offset)
2088 (octave-scan-blocks, octave-forward-block, octave-backward-block)
2089 (octave-down-block, octave-backward-up-block, octave-up-block)
2090 (octave-before-magic-comment-p, octave-indent-line): Remove.
2091
2092 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
2093
2094 * emacs-lisp/package.el (package--read-archive-file): Just use
2095 `read', to avoid copying an additional string.
2096 (package-menu-mode): Set header-line-format here.
2097 (package-menu-refresh, package-menu-revert): Signal an error if
2098 not in the Package Menu.
2099 (package-menu-package-list): New var.
2100 (package--generate-package-list): Operate on the current buffer;
2101 don't assume that it is *Packages*, since the user may rename it.
2102 Allow persistent package listings and sort keys using
2103 package-menu-package-list and package-menu-package-sort-key.
2104 (package-menu--version-predicate): Fix version calculation.
2105 (package-menu-sort-by-column): Don't select the window.
2106 (package--list-packages): Create the *Packages* buffer.
2107 Set package-menu-package-list-key.
2108 (list-packages): Sorting by status is now the default.
2109 (package-buffer-info): Use match-string-no-properties.
2110 (define-package): Add a &rest argument for future proofing, but
2111 don't use it yet.
2112 (package-install-from-buffer, package-install-buffer-internal):
2113 Merge into a single function, package-install-from-buffer.
2114 (package-install-file): Change caller.
2115
2116 * finder.el: Load finder-inf using `require'.
2117 (finder-list-matches): Sorting by status is now the default.
2118 (finder-compile-keywords): Simpify printing.
2119
2120 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2121
2122 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
2123 (octave-mode-map): Remove special bindings for forward/backward-block
2124 and octave-backward-up-block. Use smie-close-block.
2125 (octave-continuation-marker-regexp): New var.
2126 (octave-continuation-regexp): Use it.
2127 (octave-operator-table, octave-smie-op-levels)
2128 (octave-operator-regexp, octave-smie-indent-rules): New vars.
2129 (octave-smie-backward-token, octave-smie-forward-token): New funs.
2130 (octave-mode): Use SMIE.
2131 (octave-close-block): Delete.
2132
2133 2010-08-30 Eli Zaretskii <eliz@gnu.org>
2134
2135 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
2136 CLIPBOARD, not in PRIMARY. (Bug#6944)
2137
2138 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2139
2140 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
2141 a list of parents.
2142 (smie-indent-column): Allow indirection through variables.
2143
2144 * composite.el (save-buffer-state): Delete, unused.
2145 * font-lock.el (save-buffer-state): Use with-silent-modifications.
2146 (font-lock-default-fontify-region): Use with-syntax-table.
2147 * jit-lock.el (with-buffer-unmodified): Remove.
2148 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
2149
2150 Use `declare' in defmacros.
2151 * window.el (save-selected-window):
2152 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
2153 * progmodes/python.el (def-python-skeleton):
2154 * net/dbus.el (dbus-ignore-errors):
2155 * jka-cmpr-hook.el (with-auto-compression-mode):
2156 * international/mule.el (with-category-table):
2157 * emacs-lisp/timer.el (with-timeout):
2158 * emacs-lisp/lisp-mnt.el (lm-with-file):
2159 * emacs-lisp/eieio.el (with-slots):
2160 * emacs-lisp/easymenu.el (easy-menu-define):
2161 * emacs-lisp/debug.el (debugger-env-macro):
2162 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
2163 (Multiple-value-call, Multiple-value-prog1):
2164 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
2165 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
2166 edebug rule to definition.
2167 * emacs-lisp/lisp-mode.el (save-selected-window)
2168 (with-current-buffer, combine-after-change-calls)
2169 (with-output-to-string, with-temp-file, with-temp-buffer)
2170 (with-temp-message, with-syntax-table, read-if, eval-after-load)
2171 (dolist, dotimes, when, unless):
2172 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
2173
2174 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
2175
2176 * finder.el: Require `package'.
2177 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
2178 (finder-package-info): Var deleted.
2179 (finder-keywords-hash, finder--builtins-alist): New vars.
2180 (finder-compile-keywords): Compute package--builtins and
2181 finder-keywords-hash instead of finder-keywords-hash, respecting
2182 the "Package" header.
2183 (finder-unknown-keywords, finder-list-matches):
2184 Use finder-keywords-hash and package--list-packages.
2185 (finder-mode): Don't set font-lock-defaults.
2186 (finder-exit): We don't use "*Finder-package*" and "*Finder
2187 Category*" buffers anymore.
2188
2189 * emacs-lisp/package.el (package--builtins-base): Var deleted.
2190 (package--builtins): Set default value to nil.
2191 (package-initialize): Load precomputed value of package--builtins
2192 from finder-inf.el.
2193 (package-alist, package-compute-transaction)
2194 (package-download-transaction): Improve docstring.
2195 (package-read-all-archive-contents): Do not change
2196 package--builtins here.
2197 (list-packages): Make package-list-packages an alias for this.
2198 Sort by status by default.
2199 (package--list-packages): Add optional PACKAGES arg.
2200 (describe-package-1): Use font-lock-face property. For built-in
2201 packages, insert file commentary.
2202 (package--generate-package-list): Rename from
2203 package-list-packages-internal; all callers changed. Add optional
2204 PACKAGES arg. Add alphabetical sort fallbacks.
2205 (package-menu--version-predicate, package-menu--status-predicate)
2206 (package-menu--description-predicate)
2207 (package-menu--name-predicate): New functions.
2208
2209 * info.el (Info-finder-find-node): Search package-alist instead of
2210 finder-package-info.
2211
2212 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
2213
2214 * subr.el (version-regexp-alist): Don't use "a" and "b" for
2215 "alpha" and "beta".
2216 (version-to-list): Handle versions like "10.3d".
2217
2218 2010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2219
2220 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
2221 (macroexp-accumulate): Use `declare'.
2222
2223 2010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2224
2225 * whitespace.el (whitespace-style): Adjust type declaration.
2226
2227 2010-08-26 Magnus Henoch <magnus.henoch@gmail.com>
2228
2229 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
2230 empty argument to gvfs-copy.
2231
2232 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
2233
2234 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
2235 handle new TRASH arg of `delete-file'.
2236
2237 2010-08-26 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
2238
2239 * net/tramp.el (tramp-handle-insert-directory): Don't use
2240 `forward-word', its default syntax could be changed.
2241
2242 2010-08-26 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
2243 Michael Albinus <michael.albinus@gmx.de>
2244
2245 Implement compression for inline methods.
2246
2247 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
2248 (tramp-copy-size-limit): Allow also nil.
2249 (tramp-inline-compress-commands): New defconst.
2250 (tramp-find-inline-compress, tramp-get-inline-compress)
2251 (tramp-get-inline-coding): New defuns.
2252 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
2253 replaced by `tramp-get-inline-coding'.
2254 (tramp-handle-file-local-copy, tramp-handle-write-region)
2255 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
2256
2257 2010-08-26 Noah Lavine <noah549@gmail.com> (tiny change)
2258
2259 Detect ssh 'ControlMaster' argument automatically in some cases.
2260
2261 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
2262 (tramp-default-method): Use it.
2263
2264 2010-08-26 Karel Klíč <kklic@redhat.com>
2265
2266 * net/tramp.el (tramp-file-name-for-operation):
2267 Add file-selinux-context.
2268
2269 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
2270
2271 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
2272
2273 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
2274
2275 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
2276 (Bug#6907).
2277
2278 2010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
2279
2280 * progmodes/js.el: Make indentation more customizable (Bug#6914).
2281 (js-paren-indent-offset, js-square-indent-offset)
2282 (js-curly-indent-offset): New options.
2283 (js--proper-indentation): Use them.
2284
2285 2010-08-26 Daniel Colascione <dan.colascione@gmail.com>
2286
2287 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
2288 instead of inspecting font-lock properties (Bug#6916).
2289
2290 2010-08-26 David Reitter <david.reitter@gmail.com>
2291
2292 * server.el (server-visit-files): Run pre-command-hook and
2293 post-command-hook for each buffer while it is current (Bug#6910).
2294 (server-execute): Do not run hooks here.
2295
2296 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
2297
2298 Sync with Tramp 2.1.19.
2299
2300 * net/tramp-cmds.el (tramp-cleanup-all-connections)
2301 (tramp-reporter-dump-variable, tramp-load-report-modules)
2302 (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
2303 (tramp-bug): Recommend setting of `tramp-verbose' to 9.
2304
2305 * net/tramp-compat.el (top): Do not autoload
2306 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
2307 only when `start-file-process' is not bound.
2308 (byte-compile-not-obsolete-vars): Define if not bound.
2309 (tramp-compat-funcall): New defmacro.
2310 (tramp-compat-line-beginning-position)
2311 (tramp-compat-line-end-position)
2312 (tramp-compat-temporary-file-directory)
2313 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
2314 (tramp-compat-copy-file, tramp-compat-copy-directory)
2315 (tramp-compat-delete-file, tramp-compat-delete-directory)
2316 (tramp-compat-number-sequence, tramp-compat-process-running-p):
2317 Use it.
2318 (tramp-advice-file-expand-wildcards): Do not use
2319 `tramp-handle-file-remote-p'.
2320 (tramp-compat-make-temp-file): Simplify fallback implementation.
2321 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2322 (tramp-compat-copy-tree): Remove function.
2323 (tramp-compat-delete-file): New defun.
2324 (tramp-compat-delete-directory): Provide implementation for older
2325 Emacsen.
2326 (tramp-compat-file-attributes): Handle only
2327 `wrong-number-of-arguments' error.
2328
2329 * net/tramp-fish.el (tramp-fish-handle-copy-file):
2330 Add PRESERVE_SELINUX_CONTEXT.
2331 (tramp-fish-handle-delete-file): Add TRASH arg.
2332 (tramp-fish-handle-directory-files-and-attributes):
2333 Do not use `tramp-fish-handle-file-attributes.
2334 (tramp-fish-handle-file-local-copy)
2335 (tramp-fish-handle-insert-file-contents)
2336 (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
2337
2338 * net/tramp-gvfs.el (top): Require url-util.
2339 (tramp-gvfs-mount-point): Remove.
2340 (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
2341 and `set-file-selinux-context'.
2342 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
2343 (tramp-gvfs-handle-file-selinux-context)
2344 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
2345 (with-tramp-dbus-call-method): Format trace message.
2346 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
2347 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
2348 Implement backup call, when operation on local files fails.
2349 Use progress reporter. Flush properties of changed files.
2350 (tramp-gvfs-handle-delete-file): Add TRASH arg. Use
2351 `tramp-compat-delete-file'.
2352 (tramp-gvfs-handle-expand-file-name): Expand "~/".
2353 (tramp-gvfs-handle-make-directory): Make more traces.
2354 (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
2355 (tramp-gvfs-url-file-name): Hexify file name in url.
2356 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
2357 into account for the resulting file name.
2358 (tramp-gvfs-handler-askquestion): Preserve current message, in
2359 order to let progress reporter continue afterwards. (Bug#6257)
2360 Return dummy mountpoint, when the answer is "no".
2361 See `tramp-gvfs-maybe-open-connection'.
2362 (tramp-gvfs-handler-mounted-unmounted)
2363 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
2364 attribute "default_location". Set "prefix" property.
2365 Handle default-location.
2366 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
2367 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
2368 exists. Raise an error, if not (due to a corresponding answer
2369 "no" in interactive questions, for example).
2370 Use `tramp-compat-funcall'.
2371
2372 * net/tramp-imap.el (top): Autoload `epg-make-context'.
2373 (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2374 (tramp-imap-do-copy-or-rename-file)
2375 (tramp-imap-handle-insert-file-contents)
2376 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
2377 (tramp-imap-handle-delete-file): Add TRASH arg.
2378
2379 * net/tramp-smb.el (tramp-smb-handle-copy-file):
2380 Add PRESERVE-SELINUX-CONTEXT.
2381 (tramp-smb-handle-copy-file)
2382 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2383 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
2384 Use `with-progress-reporter'.
2385 (tramp-smb-handle-delete-file): Add TRASH arg.
2386
2387 * net/tramp.el (tramp-methods): Move hostname to the end in all
2388 ssh `tramp-login-args'. Add `tramp-async-args' attribute where
2389 appropriate.
2390 (tramp-verbose): Describe verbose level 9.
2391 (tramp-completion-function-alist)
2392 (tramp-file-name-regexp, tramp-chunksize)
2393 (tramp-local-coding-commands, tramp-remote-coding-commands)
2394 (with-connection-property, tramp-completion-mode-p)
2395 (tramp-action-process-alive, tramp-action-out-of-band)
2396 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
2397 (tramp-exists-file-name-handler): Fix docstring.
2398 (tramp-remote-process-environment): Use `format' instead of
2399 `concat'. Protect version string by apostroph.
2400 (tramp-shell-prompt-pattern): Do not use a shy group in case of
2401 XEmacs.
2402 (tramp-file-name-regexp-unified)
2403 (tramp-completion-file-name-regexp-unified): On W32 systems, do
2404 not regard the volume letter as remote filename. (Bug#5447)
2405 (tramp-perl-file-attributes)
2406 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
2407 (tramp-vc-registered-read-file-names): Read input as
2408 here-document, otherwise the command could exceed maximum length
2409 of command line.
2410 (tramp-file-name-handler-alist): Add `file-selinux-context' and
2411 `set-file-selinux-context'.
2412 (tramp-debug-message): Add `tramp-compat-funcall' to ignored
2413 backtrace functions.
2414 (tramp-error-with-buffer): Don't show the connection buffer when
2415 we are in completion mode.
2416 (tramp-progress-reporter-update, tramp-remote-selinux-p)
2417 (tramp-handle-file-selinux-context)
2418 (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
2419 (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
2420 New defuns.
2421 (with-progress-reporter): New defmacro.
2422 (tramp-debug-outline-regexp): New defconst.
2423 (top, tramp-rfn-eshadow-setup-minibuffer)
2424 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
2425 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
2426 (tramp-completion-mode-p, tramp-check-for-regexp)
2427 (tramp-open-connection-setup-interactive-shell)
2428 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
2429 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
2430 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
2431 Use `tramp-compat-funcall'.
2432 (tramp-handle-make-symbolic-link): Flush file properties.
2433 (tramp-handle-load, tramp-handle-file-local-copy)
2434 (tramp-handle-insert-file-contents, tramp-handle-write-region)
2435 (tramp-handle-vc-registered, tramp-maybe-send-script)
2436 (tramp-find-shell): Use `with-progress-reporter'.
2437 (tramp-do-file-attributes-with-stat): Add space in format string,
2438 in order to work around a bug in pdksh. Reported by Gilles Pion
2439 <gpion@lfdj.com>.
2440 (tramp-handle-verify-visited-file-modtime): Do not send a command
2441 when the connection is not established.
2442 (tramp-handle-set-file-times): Simplify the check for utc.
2443 (tramp-handle-directory-files-and-attributes)
2444 (tramp-get-remote-path): Use `copy-tree'.
2445 (tramp-completion-handle-file-name-all-completions): Ensure, that
2446 non remote files are still checked. Oops.
2447 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
2448 Handle PRESERVE-SELINUX-CONTEXT.
2449 (tramp-do-copy-or-rename-file): Add progress reporter.
2450 (tramp-do-copy-or-rename-file-directly): Do not use
2451 `tramp-handle-file-remote-p'.
2452 (tramp-do-copy-or-rename-file-out-of-band):
2453 Use `tramp-compat-delete-directory'.
2454 (tramp-do-copy-or-rename-file-out-of-band)
2455 (tramp-compute-multi-hops, tramp-maybe-open-connection):
2456 Use `format-spec-make'.
2457 (tramp-handle-delete-file): Add TRASH arg.
2458 (tramp-handle-dired-uncache): Flush directory cache, not only file
2459 cache.
2460 (tramp-handle-expand-file-name)
2461 (tramp-completion-handle-file-name-all-completions)
2462 (tramp-completion-handle-file-name-completion):
2463 Use `tramp-connectable-p'.
2464 (tramp-handle-start-file-process): Set connection property "vec".
2465 Use it, in order to invalidate file caches. Check only for
2466 `remote-tty' process property.
2467 Implement tty setting. (Bug#4604, Bug#6360)
2468 (tramp-file-name-for-operation): Add `call-process-region' and
2469 `set-file-selinux-context'.
2470 (tramp-find-foreign-file-name-handler)
2471 (tramp-advice-make-auto-save-file-name)
2472 (tramp-set-auto-save-file-modes): Remove superfluous check for
2473 `stringp'. This is done inside `tramp-tramp-file-p'.
2474 (tramp-file-name-handler): Trace 'quit. Catch the error for some
2475 operations when we are in completion mode. This gives the user
2476 the chance to correct the file name in the minibuffer.
2477 (tramp-completion-mode-p): Use `non-essential'.
2478 (tramp-handle-file-name-all-completions): Backward/ XEmacs
2479 compatibility: Use `completion-ignore-case' if
2480 `read-file-name-completion-ignore-case' does not exist.
2481 (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
2482 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2483 `tramp-open-shell'.
2484 (tramp-action-password): Hide password prompt before next run.
2485 (tramp-process-actions): Widen connection buffer for the trace.
2486 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
2487 process property. Trace stty settings if `tramp-verbose' >= 9.
2488 Apply workaround for IRIX64 bug. Move argument of last
2489 `tramp-send-command' where it belongs to.
2490 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
2491 front of `login-args'.
2492 (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
2493 on "/dev/null" instead of "/".
2494 (tramp-get-ls-command-with-dired): Make test for "--dired"
2495 stronger.
2496 (tramp-set-auto-save-file-modes): Adapt version check.
2497 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
2498 (tramp-handle-process-file): Call the program in a subshell, in
2499 order to preserve working directory.
2500 (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
2501 `tramp-remote-sh' from `tramp-methods'.
2502 (tramp-get-ls-command): Make test for "--color=never" stronger.
2503 (tramp-check-for-regexp): Use (forward-line 1).
2504
2505 * net/trampver.el: Update release number.
2506
2507 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
2508
2509 * help.el (help-map): Bind `C-h P' to describe-package.
2510
2511 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
2512
2513 * emacs-lisp/package.el (package-refresh-contents): Catch errors
2514 when downloading archives.
2515 (describe-package-1): Add package commentary.
2516 (package-install-button-action): New function.
2517 (package-menu-mode-map): Bind ? to package-menu-describe-package.
2518 (package-menu-view-commentary): Function removed.
2519 (package-list-packages-internal): Hide the `package' package too.
2520
2521 2010-08-25 Kenichi Handa <handa@m17n.org>
2522
2523 * language/misc-lang.el ("Arabic"): New language environment.
2524 Setup composition-function-table for Arabic characters.
2525
2526 * international/fontset.el (setup-default-fontset): Fix typo for
2527 arabic OTF spec (fini->fina).
2528
2529 2010-08-25 Jan Djärv <jan.h.d@swipnet.se>
2530
2531 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
2532 on all frames.
2533
2534 2010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2535
2536 * whitespace.el: Allow cleaning up blanks without blank
2537 visualization (Bug#6651). Adjust help window for
2538 whitespace-toggle-options (Bug#6479). Allow to use fill-column
2539 instead of whitespace-line-column (from EmacsWiki). New version
2540 13.1.
2541 (whitespace-style): Added new value 'face. Adjust docstring.
2542 (whitespace-space, whitespace-hspace, whitespace-tab): Adjust
2543 foreground property face.
2544 (whitespace-line-column): Adjust docstring and type declaration.
2545 (whitespace-style-value-list, whitespace-toggle-option-alist)
2546 (whitespace-help-text): Adjust const initialization.
2547 (whitespace-toggle-options, global-whitespace-toggle-options):
2548 Adjust docstring.
2549 (whitespace-display-window, whitespace-interactive-char)
2550 (whitespace-style-face-p, whitespace-color-on): Adjust code.
2551 (whitespace-help-scroll): New fun.
2552
2553 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
2554
2555 * emacs-lisp/package.el (list-packages): Alias for
2556 package-list-packages.
2557
2558 2010-08-24 Kevin Ryde <user42@zip.com.au>
2559
2560 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
2561 (Bug#5651).
2562
2563 * progmodes/ruby-mode.el (ruby): Add defgroup.
2564
2565 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
2566
2567 * progmodes/python.el: Add Ipython support (Bug#5390).
2568 (python-shell-prompt-alist)
2569 (python-shell-continuation-prompt-alist): New options.
2570 (python--set-prompt-regexp): New function.
2571 (inferior-python-mode, run-python, python-shell): Require
2572 ansi-color. Use python--set-prompt-regexp to set the comint
2573 prompt based on the Python interpreter.
2574 (python--prompt-regexp): New var.
2575 (python-check-comint-prompt)
2576 (python-comint-output-filter-function): Use it.
2577 (run-python): Use a pipe (Bug#5694).
2578
2579 2010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
2580
2581 * progmodes/python.el (python-send-region): Send a different
2582 Python command if Ipython is in use.
2583 (python-check-version): Use a Python command to find the version.
2584
2585 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
2586
2587 * mouse.el (mouse-yank-primary): Avoid setting primary when
2588 deactivating the mark (Bug#6872).
2589
2590 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
2591
2592 * progmodes/python.el (python-block-pairs): Allow use of "finally"
2593 with "else" (Bug#3991).
2594
2595 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
2596
2597 * net/dbus.el: Accept UNIX domain sockets as bus address.
2598 (top): Don't initialize `dbus-registered-objects-table' anymore,
2599 this is done in dbusbind,c.
2600 (dbus-check-event): Adapt test for bus.
2601 (dbus-return-values-table, dbus-unregister-service)
2602 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
2603 Adapt doc string.
2604
2605 2010-08-23 Juanma Barranquero <lekktu@gmail.com>
2606
2607 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
2608
2609 2010-08-22 Juri Linkov <juri@jurta.org>
2610
2611 * simple.el (read-extended-command): New function with the logic
2612 for `completing-read' moved to Elisp from `execute-extended-command'.
2613 Use `function-called-at-point' in `minibuffer-default-add-function'
2614 to get a command name for M-n (bug#5364, bug#5214).
2615
2616 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2617
2618 * startup.el (command-line-1): Issue warning for ignored arguments
2619 --unibyte, etc (Bug#6886).
2620
2621 2010-08-22 Leo <sdl.web@gmail.com>
2622
2623 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
2624 (ignore, bright, dim, keyword): Split list of nicknames before
2625 passing to rcirc-add-or-remove (Bug#6894).
2626
2627 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2628
2629 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
2630
2631 2010-08-22 Leo <sdl.web@gmail.com>
2632
2633 Fix buffer-list rename&refresh after killing a buffer in ido.
2634 * ido.el: Revert Óscar's.
2635 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
2636 Remember the buffers at head, rather than their name.
2637 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
2638
2639 2010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
2640 Stefan Monnier <monnier@iro.umontreal.ca>
2641
2642 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
2643 extra backslash added to each line (bug#6890).
2644
2645 2010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2646
2647 * subr.el (read-key): Don't echo keystrokes (bug#6883).
2648
2649 2010-08-22 Glenn Morris <rgm@gnu.org>
2650
2651 * menu-bar.el (menu-bar-games-menu): Add landmark.
2652
2653 2010-08-22 Glenn Morris <rgm@gnu.org>
2654
2655 * align.el (align-regexp): Make group and spacing arguments
2656 use the interactive defaults when non-interactive. (Bug#6698)
2657
2658 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
2659 expansion, so as not to need sendmail.
2660 (mail-text-start): Remove declaration.
2661 (rmail-retry-failure): Require sendmail.
2662
2663 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2664
2665 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
2666
2667 2010-08-22 Michael Albinus <michael.albinus@gmx.de>
2668
2669 * progmodes/flymake.el (flymake-start-syntax-check-process):
2670 Use `start-file-process' in order to let it run also on remote hosts.
2671
2672 2010-08-22 Kenichi Handa <handa@m17n.org>
2673
2674 * files.el: Add `word-wrap' as safe local variable.
2675
2676 2010-08-22 Glenn Morris <rgm@gnu.org>
2677
2678 * woman.el (woman-translate): Case matters. (Bug#6849)
2679
2680 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2681
2682 * simple.el (kill-region): Doc fix (Bug#6787).
2683
2684 2010-08-22 Glenn Morris <rgm@gnu.org>
2685
2686 * calendar/diary-lib.el (diary-header-line-format):
2687 Fit it to the window, not the frame.
2688
2689 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
2690
2691 * subr.el (ignore-errors): Add debug declaration.
2692
2693 2010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
2694
2695 * whitespace.el (whitespace-color-off): Remove post-command-hook
2696 locally.
2697
2698 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2699
2700 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
2701
2702 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
2703
2704 * cus-edit.el (custom-group-value-create): Add extra newline
2705 before end line (Bug#6876).
2706
2707 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
2708
2709 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
2710 when extending it. Before killing on the second click, check if
2711 the buffer is the correct one. Doc fix.
2712 (mouse-secondary-save-then-kill): Allow usage without first
2713 calling mouse-start-secondary, by defaulting to point. Don't save
2714 an empty secondary selection. Doc fix.
2715
2716 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2717
2718 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
2719 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
2720 New version 13.0.
2721 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
2722 Adjust initialization.
2723 (whitespace-bob-marker, whitespace-eob-marker)
2724 (whitespace-buffer-changed): New vars.
2725 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
2726 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
2727 (whitespace-post-command-hook, whitespace-display-char-on):
2728 Adjust code.
2729 (whitespace-looking-back, whitespace-buffer-changed): New funs.
2730 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
2731
2732 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2733
2734 * files.el (locate-file-completion-table): Only list the .el and .elc
2735 extensions if there's no other choice (bug#5955).
2736
2737 * facemenu.el (facemenu-self-insert-data): New var.
2738 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
2739 New functions.
2740 (facemenu-add-face): Use them.
2741
2742 * simple.el (blink-matching-open): Obey forward-sexp-function.
2743
2744 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
2745
2746 * simple.el (prog-mode-map): New var.
2747 (prog-indent-sexp): New command.
2748
2749 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
2750
2751 * progmodes/prolog.el (smie): Require.
2752
2753 * emacs-lisp/smie.el (smie-default-backward-token)
2754 (smie-default-forward-token): Strip properties.
2755 (smie-next-sexp): Be more careful with associative operators.
2756 (smie-forward-sexp-command): Generalize.
2757 (smie-backward-sexp-command): Simplify.
2758 (smie-closer-alist): New var.
2759 (smie-close-block): New command.
2760 (smie-indent-debug-log): New var.
2761 (smie-indent-offset-rule): Add a few more cases.
2762 (smie-indent-column): New function.
2763 (smie-indent-after-keyword): Use it.
2764 (smie-indent-keyword): Use it.
2765 Fix up the opener code's point position.
2766 (smie-indent-comment): Only applies at BOL.
2767 (smie-indent-debug): New command.
2768
2769 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
2770 declarations that are useful before running the macro.
2771
2772 2010-08-18 Joakim Verona <joakim@verona.se>
2773
2774 * image.el (imagemagick-types-inhibit): New variable.
2775 (imagemagick-register-types): New function.
2776 * image-mode.el (image-transform-properties): New function.
2777 (image-transform-set-scale, image-transform-fit-to-height)
2778 (image-transform-set-rotation, image-transform-set-resize)
2779 (image-transform-fit-to-width, image-transform-fit-to-height):
2780 New functions.
2781 (image-toggle-display-image): Support image transforms.
2782
2783 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
2784
2785 * image.el (create-animated-image): Don't add heuristic mask to image
2786 (Bug#6839).
2787
2788 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
2789
2790 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
2791 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
2792
2793 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
2794
2795 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
2796
2797 Font-lock '...' strings, plus various simplifications and fixes.
2798 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
2799 (octave-font-lock-close-quotes): New function.
2800 (octave-font-lock-syntactic-keywords): New var.
2801 (octave-mode): Use it. Set beginning-of-defun-function.
2802 (octave-mode-map): Don't override the <foo>-defun commands.
2803 (octave-mode-menu): Pass it directly to easy-menu-define;
2804 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
2805 (octave-block-match-alist): Fix up last change so that
2806 octave-close-block uses the more specific keyword.
2807 (info-lookup-mode): Silence byte-compiler.
2808 (octave-beginning-of-defun): Not interactive any more.
2809 Optimize slightly.
2810 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
2811 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
2812 (octave-completion-at-point-function): Make sure point is within
2813 beg..end.
2814 (octave-reindent-then-newline-and-indent):
2815 Use reindent-then-newline-and-indent.
2816 (octave-add-octave-menu): Remove.
2817
2818 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
2819
2820 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
2821 (report-emacs-bug-can-use-xdg-email): New functions.
2822 (report-emacs-bug): Set can-xdg-email to result of
2823 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
2824 \C-cm to report-emacs-bug-insert-to-mailer and add help text
2825 about it.
2826
2827 * net/browse-url.el (browse-url-default-browser): Add cond
2828 for browse-url-xdg-open.
2829 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
2830
2831 2010-08-17 Glenn Morris <rgm@gnu.org>
2832
2833 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
2834 (c-fontify-recorded-types-and-refs): Define for compiler.
2835 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
2836 before use.
2837
2838 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
2839 Fix format call.
2840
2841 2010-08-17 Michael Albinus <michael.albinus@gmx.de>
2842
2843 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
2844 properties.
2845 (tramp-handle-process-file): Call the program in a subshell, in
2846 order to preserve working directory.
2847 (tramp-action-password): Hide password prompt before next run.
2848 (tramp-process-actions): Widen connection buffer for the trace.
2849
2850 2010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2851
2852 * net/rcirc.el (rcirc-log-process-buffers): New option.
2853 (rcirc-print): Use it.
2854 (rcirc-generate-log-filename): New function.
2855 (rcirc-log-filename-function): Change default to
2856 rcirc-generate-log-filename (Bug#6828).
2857
2858 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
2859
2860 * simple.el (deactivate-mark): If select-active-regions is `only',
2861 only set selection for temporarily active regions.
2862
2863 * cus-start.el: Change defcustom for select-active-regions.
2864
2865 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
2866
2867 * mouse.el (mouse--drag-set-mark-and-point): New function.
2868 (mouse-drag-track): Use LOCATION arg to push-mark.
2869 Use mouse--drag-set-mark-and-point to take click-count into
2870 consideration when updating point and mark (Bug#6840).
2871
2872 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
2873
2874 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2875 Give the Ruby rule a lower priority than Gnu (Bug#6778).
2876
2877 2010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
2878
2879 * font-lock.el (lisp-font-lock-keywords-2):
2880 Add combine-after-change-calls, condition-case-no-debug,
2881 with-demoted-errors, and with-silent-modifications (Bug#6025).
2882
2883 2010-08-14 Kevin Ryde <user42@zip.com.au>
2884
2885 * emacs-lisp/copyright.el (copyright-update-year)
2886 (copyright-update): Temporary switch-to-buffer to ensure the
2887 buffer change being queried is visible (Bug#5394).
2888
2889 2010-08-14 Tom Tromey <tromey@redhat.com>
2890
2891 * progmodes/etags.el (tags-file-name): Mark safe if stringp
2892 (Bug#6733).
2893
2894 2010-08-14 Eli Zaretskii <eliz@gnu.org>
2895
2896 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
2897 MS-DOS. (Bug#6689)
2898
2899 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
2900
2901 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
2902 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
2903 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
2904 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
2905 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
2906 Call menu-bar-set-tool-bar-position.
2907
2908 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2909
2910 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
2911 comment style (bug#6834).
2912 * progmodes/scheme.el (scheme-mode-syntax-table):
2913 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
2914 "b" flag in "' 14b" syntax.
2915
2916 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
2917 for (un)commenting the region and performing completion.
2918 (octave-mode-menu): Use standard commands for help and completion.
2919 (octave-mode-syntax-table): Support %{..%} comments (sort of).
2920 (octave-mode): Use define-derived-mode.
2921 Set completion-at-point-functions and don't set columns.
2922 Don't disable adaptive-fill-regexp.
2923 (octave-describe-major-mode, octave-comment-region)
2924 (octave-uncomment-region, octave-comment-indent)
2925 (octave-indent-for-comment): Remove.
2926 (octave-indent-calculate): Rename from calculate-octave-indent.
2927 (octave-indent-line, octave-fill-paragraph): Update caller.
2928 (octave-initialize-completions): No need to make an alist.
2929 (octave-completion-at-point-function): New function.
2930 (octave-complete-symbol): Use it.
2931 (octave-insert-defun): Use define-skeleton.
2932
2933 * progmodes/octave-mod.el (octave-mode): Set comment-add.
2934 (octave-mode-map): Use comment-dwim (bug#6829).
2935
2936 2010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
2937
2938 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
2939 indentation of inserted comment.
2940
2941 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
2942
2943 * faces.el (region): Add type gtk that uses gtk colors.
2944
2945 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
2946 Handle theme-name change.
2947
2948 2010-08-10 Michael R. Mauger <mmaug@yahoo.com>
2949
2950 * progmodes/sql.el: Version 2.5
2951 (sql-product-alist): Add :prompt-cont-regexp property for several
2952 database products.
2953 (sql-prompt-cont-regexp): New variable.
2954 (sql-output-newline-count, sql-output-by-send):
2955 New variables. Record number of newlines in input text.
2956 (sql-send-string): Handle multiple filters and count newlines.
2957 (sql-send-magic-terminator): Count terminator newline.
2958 (sql-interactive-remove-continuation-prompt): Filters output to
2959 remove continuation prompts; one for each newline.
2960 (sql-interactive-mode): Set up new variables, prompt regexp and
2961 output filter.
2962 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
2963 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
2964
2965 2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2966
2967 * emacs-lisp/pcase.el: New file.
2968
2969 2010-08-10 Michael Albinus <michael.albinus@gmx.de>
2970
2971 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
2972 as here-document, otherwise the command could exceed maximum
2973 length of command line.
2974 (tramp-handle-vc-registered): Call script accordingly.
2975 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
2976
2977 2010-08-10 Kenichi Handa <handa@m17n.org>
2978
2979 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
2980 composable pattern.
2981
2982 2010-08-09 Chong Yidong <cyd@stupidchicken.com>
2983
2984 * emacs-lisp/package.el (package-version-split)
2985 (package--version-first-nonzero, package-version-compare):
2986 Functions removed.
2987 (package-directory-list, package-load-all-descriptors)
2988 (package--built-in, package-activate, define-package)
2989 (package-installed-p, package-compute-transaction)
2990 (package-read-all-archive-contents)
2991 (package--add-to-archive-contents, package-buffer-info)
2992 (package-tar-file-info, package-list-packages-internal):
2993 Use version-to-list and version-list-*.
2994
2995 * emacs-lisp/package-x.el (package-upload-buffer-internal):
2996 Use version-to-list.
2997 (package-upload-buffer-internal): Use version-list-<=.
2998
2999 2010-08-09 Kenichi Handa <handa@m17n.org>
3000
3001 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
3002 composable pattern.
3003
3004 2010-08-08 Chong Yidong <cyd@stupidchicken.com>
3005
3006 * tutorial.el (tutorial--default-keys): C-d is now bound to
3007 delete-forward-char (Bug#6826).
3008
3009 * mouse.el (mouse-drag-track): Remove accidentally-removed check
3010 for `double' value of mouse-1-click-follows-link (Bug#6807).
3011
3012 2010-08-08 Johan Bockgård <bojohan@gnu.org>
3013
3014 * replace.el (replace-highlight): Bind isearch-forward and
3015 isearch-error, ensuring that highlighting is updated if the user
3016 switches the search direction (Bug#6808).
3017
3018 * isearch.el (isearch-lazy-highlight-forward): New var.
3019 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
3020 (isearch-lazy-highlight-update): Use it.
3021
3022 2010-08-08 Kenichi Handa <handa@m17n.org>
3023
3024 * international/mule.el (define-charset): Store NAME as :base property.
3025 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
3026 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
3027 current priority. Force using the designation of the specific
3028 charset by adding `charset' text property. Improve the whole algorithm.
3029
3030 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
3031
3032 * emulation/pc-select.el (pc-selection-mode-hook)
3033 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
3034 (pc-selection-mode): Fix typos in docstrings.
3035
3036 2010-08-08 Kenichi Handa <handa@m17n.org>
3037
3038 * language/cyrillic.el: Don't add "microsoft-cp1251" to
3039 ctext-non-standard-encodings-alist here.
3040
3041 * international/mule.el (ctext-non-standard-encodings-alist):
3042 Add "koi8-r" and "microsoft-cp1251".
3043 (ctext-standard-encodings): New variable.
3044 (ctext-non-standard-encodings-table): List only elements for
3045 non-standard encodings.
3046 (ctext-pre-write-conversion): Adjust for the above change.
3047 Check ctext-standard-encodings.
3048
3049 * international/mule-conf.el (compound-text): Doc fix.
3050 (ctext-no-compositions): Doc fix.
3051 (compound-text-with-extensions): Doc fix.
3052
3053 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3054
3055 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
3056
3057 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
3058
3059 * progmodes/which-func.el (which-func-format): Split help-echo text
3060 into lines, like other mode-line tooltips.
3061
3062 * server.el (server-start): When using TCP sockets, force IPv4
3063 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
3064
3065 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3066
3067 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
3068
3069 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
3070
3071 * term.el (term-delimiter-argument-list): Reflow docstring.
3072 (term-read-input-ring, term-write-input-ring, term-send-input)
3073 (term-bol, term-erase-in-display, serial-supported-or-barf):
3074 Fix typos in docstrings.
3075
3076 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3077
3078 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
3079
3080 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
3081
3082 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
3083
3084 2010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
3085
3086 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
3087 Fix typo in docstring (bug#6747).
3088
3089 2010-08-08 Leo <sdl.web@gmail.com>
3090
3091 * eshell/esh-io.el (eshell-get-target): Better detection of
3092 read-only file (Bug#6762).
3093
3094 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
3095
3096 * align.el (align-default-spacing): Doc fix.
3097 (align-region-heuristic, align-regexp): Fix typos in docstrings.
3098
3099 2010-08-08 Stephen Peters <speters@itasoftware.com>
3100
3101 * calendar/icalendar.el
3102 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
3103 (icalendar--get-weekday-numbers): New.
3104 (icalendar--convert-recurring-to-diary): Handle multiple byday
3105 values in weekly rules. (Bug#6766)
3106
3107 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
3108
3109 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
3110 (icalendar--create-uid, icalendar-export-region)
3111 (icalendar--parse-summary-and-rest): Code formatting.
3112
3113 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
3114
3115 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
3116 to italicize headers.
3117 (calc-highlight-selections-with-faces): New variable.
3118 (calc-selected-face, calc-nonselected-face): New faces.
3119
3120 * calc/calccomp.el (math-comp-highlight-string): Use
3121 `calc-highlight-selections-with-faces' to determine how to highlight
3122 sub-formulas.
3123
3124 * calc/calc-sel.el (calc-show-selections): Change message to when
3125 using faces to highlight selections.
3126
3127 2010-08-07 Michael R. Mauger <mmaug@yahoo.com>
3128
3129 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
3130 Add SQLite 3 keywords, functions and datatypes.
3131 (sql-interactive-mode): Remove `comint-process-echoes' set to t
3132 (Bug#6686).
3133
3134 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
3135
3136 * simple.el (select-active-regions): Move to keyboard.c.
3137 (deactivate-mark): Used saved-region-selection.
3138 (select-active-region): Function removed.
3139 (activate-mark, set-mark, push-mark-command)
3140 (handle-shift-selection): Don't call it.
3141 (keyboard-quit): Avoid adding the region to the window selection.
3142
3143 * mouse.el (mouse-drag-track): Remove hacks to deal with old
3144 select-active-regions implementation.
3145 (mouse-yank-at-click): Doc fix.
3146
3147 * cus-start.el: Add custom declaration for select-active-regions.
3148
3149 2010-08-07 Eli Zaretskii <eliz@gnu.org>
3150
3151 * simple.el (delete-forward-char): Doc fix.
3152
3153 * tutorial.el (help-with-tutorial): Hack safe file-local variables
3154 after reading the tutorial.
3155
3156 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
3157
3158 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
3159 for the case that a C style comment has its delimiters alone on
3160 their respective lines.
3161
3162 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
3163
3164 * net/tramp.el (tramp-handle-start-file-process): Set connection
3165 property "vec".
3166 (tramp-process-sentinel): Use it for flushing the cache. We
3167 cannot do it via the process buffer, the buffer could be deleted
3168 already when running the sentinel.
3169
3170 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
3171
3172 * comint.el (comint-mode): Make directory tracking functions
3173 functional on remote files. (Bug#6764)
3174
3175 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
3176
3177 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
3178
3179 2010-08-05 Eli Zaretskii <eliz@gnu.org>
3180
3181 * emacs-lisp/find-gc.el (find-gc-source-files): Rename
3182 unexec.c => unexcoff.c.
3183
3184 * emacs-lisp/authors.el (authors-fixed-entries): Rename
3185 unexec.c => unexcoff.c.
3186
3187 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
3188
3189 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
3190 cache, not only file cache.
3191 (tramp-process-sentinel): New defun.
3192 (tramp-handle-start-file-process): Use it, in order to invalidate
3193 file caches.
3194
3195 2010-08-03 Leo <sdl.web@gmail.com>
3196
3197 * server.el (server-start): Simplify loop.
3198
3199 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
3200
3201 * frame.el (screen-height, screen-width, set-screen-width)
3202 (set-screen-height): Remove ancient compatibility aliases.
3203
3204 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
3205 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
3206
3207 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
3208 that change current buffer.
3209
3210 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3211
3212 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
3213 beginning of the string. Use `string-match-p'. (Bug#6765)
3214
3215 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
3216
3217 * cus-start.el (x-gtk-use-system-tooltips): New variable.
3218
3219 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
3220
3221 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
3222 (package--builtins): Tweak descriptions.
3223 (package-print-package): Upcase descriptions if necessary.
3224 Show all built-in packages in font-lock-builtin-face.
3225 (package-list-packages-internal): Omit "emacs" package.
3226 Show status of built-in packages as "built-in".
3227
3228 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
3229
3230 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
3231 before killing to preserve the primary selection (Bug#6701).
3232
3233 * term/x-win.el (x-select-text): Doc fix.
3234
3235 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
3236
3237 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
3238 The following functions were modified or created:
3239
3240 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
3241 (objc-font-lock-extra-types):
3242 * progmodes/cc-mode.el (c-basic-common-init):
3243 * progmodes/cc-langs.el (c-make-mode-syntax-table)
3244 (c++-make-template-syntax-table)
3245 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
3246 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
3247 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
3248 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
3249 * progmodes/cc-fonts.el (c-make-inverse-face)
3250 (c-basic-matchers-after):
3251 * progmodes/cc-engine.el (c-forward-keyword-clause)
3252 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
3253 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
3254 (c-guess-continued-construct, c-guess-basic-syntax):
3255
3256 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
3257
3258 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
3259
3260 2010-07-31 Eli Zaretskii <eliz@gnu.org>
3261
3262 * files.el (bidi-paragraph-direction): Define safe local values.
3263
3264 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
3265 language-info-alist. Remove outdated FIXME in a comment.
3266
3267 2010-07-31 Alan Mackenzie <acm@muc.de>
3268
3269 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
3270 Auto-fill broken in C/C++ modes.
3271
3272 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
3273
3274 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
3275 (menu-bar-showhide-tool-bar-menu-customize-disable)
3276 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
3277 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
3278 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
3279 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
3280 make a menu for Options => toolbar that can move it.
3281
3282 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
3283
3284 * emacs-lisp/package-x.el (package--make-rss-entry):
3285 (package-maint-add-news-item, package--update-news)
3286 (package-upload-buffer-internal): New arg ARCHIVE-URL.
3287
3288 * emacs-lisp/package.el (package-archive-url): Rename from
3289 package-archive-id.
3290 (package-install): Doc fix.
3291 (package-download-single, package-download-tar, package-install)
3292 (package-menu-view-commentary): Callers changed.
3293
3294 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
3295
3296 * net/tramp.el (tramp-handle-start-file-process): Check only for
3297 `remote-tty' process property.
3298 (tramp-open-shell): Don't check for tty.
3299 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
3300 process property.
3301
3302 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
3303 host.
3304
3305 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
3306
3307 * emacs-lisp/package.el (package-load-list, package-archives)
3308 (package-archive-contents, package-user-dir)
3309 (package-directory-list, package--builtins, package-alist)
3310 (package-activated-list, package-obsolete-alist): Mark as risky.
3311
3312 2010-07-28 Phil Hagelberg <phil@evri.com>
3313
3314 Add support for non-default package repositories.
3315 * emacs-lisp/package.el (package-archive-base): Var deleted.
3316 (package-archives): New variable.
3317 (package-archive-contents): Doc fix.
3318 (package-load-descriptor): Do nothing if descriptor file is missing.
3319 (package--write-file-no-coding): New function.
3320 (package-unpack-single): Use it.
3321 (package-archive-id): New function.
3322 (package-download-single, package-download-tar)
3323 (package-menu-view-commentary): Use it.
3324 (package-installed-p): Make second argument optional.
3325 (package-read-all-archive-contents): New function.
3326 (package-initialize): Use it.
3327 (package-read-archive-contents): Add ARCHIVE argument.
3328 (package--add-to-archive-contents): New function.
3329 (package-install): Don't call package-read-archive-contents.
3330 (package--download-one-archive): Store archive file in a
3331 subdirectory of package-user-dir.
3332 (package-menu-execute): Remove spurious line movement.
3333
3334 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
3335
3336 * cus-start.el (tool-bar-style): Add text-image-horiz.
3337
3338 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
3339
3340 * progmodes/gud.el (gud-common-init): Check for remoteness of
3341 `file', and not of `default-directory'.
3342
3343 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
3344
3345 * net/tramp.el (tramp-methods): Move hostname to the end in all
3346 ssh `tramp-login-args'.
3347 (tramp-verbose): Describe verbose level 9.
3348 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
3349 (tramp-open-connection-setup-interactive-shell): Trace stty
3350 settings if `tramp-verbose' >= 9.
3351 (tramp-handle-start-file-process): Implement tty setting.
3352 (Bug#4604, Bug#6360)
3353
3354 * net/tramp-cmds.el (tramp-bug): Recommend setting of
3355 `tramp-verbose' to 9.
3356
3357 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
3358
3359 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
3360 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
3361 Remove references to package `lisp-re' (bug#4369).
3362
3363 2010-07-27 Tom Tromey <tromey@redhat.com>
3364
3365 * progmodes/js.el (js-mode):
3366 * progmodes/make-mode.el (makefile-mode):
3367 * progmodes/simula.el (simula-mode):
3368 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
3369
3370 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
3371
3372 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
3373
3374 * time.el (display-time-day-and-date): Remove spurious * in docstring.
3375 (display-time-world-buffer-name, display-time-world-mode-map):
3376 Fix typos in docstrings.
3377
3378 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
3379
3380 * image-mode.el (image-display-size): New function.
3381 (image-forward-hscroll, image-next-line, image-eol, image-eob)
3382 (image-mode-fit-frame): Use it (Bug#6639).
3383
3384 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
3385
3386 * dired.el (dired-buffers-for-dir): Handle list values of
3387 dired-directory (Bug#6636).
3388
3389 2010-07-26 Sam Steingold <sds@gnu.org>
3390
3391 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
3392 Do not call `x-get-selection' the second time, reuse the value.
3393
3394 2010-07-26 Daiki Ueno <ueno@unixuser.org>
3395
3396 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
3397 which consist of control chars only. Suggested by Richard Stallman.
3398
3399 2010-07-25 Daiki Ueno <ueno@unixuser.org>
3400
3401 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
3402 exists before passing an error to find-file-not-found-functions
3403 (bug#6723).
3404
3405 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
3406
3407 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
3408 Remove leading nil element, adjust values.
3409 (tetris-shapes, tetris-shape-scores):
3410 Change representation of shapes and remove some redundancy.
3411 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
3412 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
3413 Adjust for working with new representation of shapes.
3414 (tetris-shape-rotations): New function.
3415 (tetris-move-bottom, tetris-move-left, tetris-move-right)
3416 (tetris-rotate-prev, tetris-rotate-next):
3417 Adjust for working with the new version of tetris-test-shape.
3418
3419 2010-07-23 Markus Triska <markus.triska@gmx.at>
3420
3421 * progmodes/ps-mode.el: Use comint (bug#5954).
3422 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
3423 (ps-mode-other-newline): Simplify.
3424 (ps-run-mode): Derive from comint-mode instead of
3425 fundamental-mode, yielding input history etc.
3426 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
3427 (ps-run-send-string): Adapt for comint-mode.
3428 (ps-run-newline): Remove now unneeded function.
3429
3430 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
3431
3432 * net/tramp.el (tramp-methods): Move hostname to the end in all
3433 plink `tramp-login-args'.
3434
3435 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
3436
3437 * net/tramp.el (tramp-open-shell): New defun.
3438 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3439 Use it.
3440
3441 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
3442
3443 * net/tramp.el (tramp-file-name-regexp-unified)
3444 (tramp-completion-file-name-regexp-unified): On W32 systems, do
3445 not regard the volume letter as remote filename. (Bug#5447)
3446
3447 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
3448
3449 * custom.el (custom-declare-variable): Give a clearer error message
3450 when the docstring is missing (bug#6476).
3451
3452 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
3453
3454 * progmodes/sql.el: Version 2.4. Improved Login prompting.
3455 (sql-login-params): New widget definition.
3456 (sql-oracle-login-params, sql-mysql-login-params)
3457 (sql-solid-login-params, sql-sybase-login-params)
3458 (sql-informix-login-params, sql-ingres-login-params)
3459 (sql-ms-login-params, sql-postgres-login-params)
3460 (sql-interbase-login-params, sql-db2-login-params)
3461 (sql-linter-login-params): Use it.
3462 (sql-sqlite-login-params): Use it; Define "database" parameter as
3463 a file name.
3464 (sql-sqlite-program): Change to "sqlite3".
3465 (sql-comint-sqlite): Make sure database name is complete.
3466 (sql-for-each-login): New function.
3467 (sql-connect, sql-save-connection): Use it.
3468 (sql-get-login-ext): New function.
3469 (sql-get-login): Use it.
3470 (sql-make-alternate-buffer-name): Handle :file parameters.
3471
3472 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
3473
3474 * dired.el (dired-no-confirm): Document value t and fix defcustom to
3475 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
3476
3477 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
3478
3479 * dired.el (dired-mode-map): Use command remapping (bug#6632).
3480
3481 2010-07-22 Lawrence Mitchell <wence@gmx.li>
3482
3483 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
3484
3485 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
3486
3487 * net/tramp.el (tramp-get-ls-command)
3488 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
3489 instead of "/".
3490
3491 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
3492
3493 * progmodes/sql.el: Version 2.3.
3494 (sql-connection-alist): Changed keys from symbols to strings;
3495 enhanced the widget definition.
3496 (sql-mode-menu): Added submenu to select connections.
3497 (sql-interactive-mode-menu): Added "Save Connection" item.
3498 (sql-add-product): Fixed menu item.
3499 (sql-get-product-feature): Improved error handling.
3500 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
3501 (sql-make-alternate-buffer-name): Simplified.
3502 (sql-product-interactive): Handle missing product.
3503 (sql-connect): Support string keys, minor improvements.
3504 (sql-save-connection): New function.
3505 (sql-connection-menu-filter): New function.
3506
3507 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
3508
3509 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
3510 (tramp-open-connection-setup-interactive-shell): Apply
3511 workaround for IRIX64 bug. Move argument of last
3512 `tramp-send-command' where it belongs to.
3513
3514 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
3515
3516 * net/tramp.el (tramp-perl-file-attributes)
3517 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
3518 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
3519 front of `login-args'.
3520
3521 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
3522
3523 * time.el (display-time-world-mode): Define with `define-derived-mode'.
3524 Set `show-trailing-whitespace' to nil.
3525 (display-time-world-display): Simplify.
3526
3527 2010-07-18 Alan Mackenzie <acm@muc.de>
3528
3529 Enhance `c-file-style' in file/directory local variables.
3530 * progmodes/cc-mode.el (c-count-cfss): New function.
3531 (c-before-hack-hook): Call `c-set-style' differently according to
3532 whether c-file-style was set in file or directory local
3533 variables.
3534
3535 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
3536
3537 * progmodes/sql.el: Version 2.2.
3538 (sql-product, sql-user, sql-database, sql-server, sql-port): Use
3539 defcustom :safe keyword rather than putting safe-local-variable
3540 property.
3541 (sql-password): Use defcustom :risky keyword rather than putting
3542 risky-local-variable property.
3543 (sql-oracle-login-params, sql-sqlite-login-params)
3544 (sql-solid-login-params, sql-sybase-login-params)
3545 (sql-informix-login-params, sql-ingres-login-params)
3546 (sql-ms-login-params, sql-postgres-login-params)
3547 (sql-interbase-login-params, sql-db2-login-params)
3548 (sql-linter-login-params): Add `port' option.
3549 (sql-get-product-feature): Added NO-INDIRECT parameter.
3550 (sql-comint-oracle, sql-comint-sybase)
3551 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
3552 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
3553 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
3554 (sql-comint-linter): Renamed sql-connect-* functions to
3555 sql-comint-*.
3556 (sql-product-alist, sql-mode-menu): Renamed as above and
3557 :sqli-connect-func to :sqli-comint-func.
3558 (sql-connection): New variable.
3559 (sql-interactive-mode): Set it.
3560 (sql-connection-alist): New variable.
3561 (sql-connect): New function.
3562 (sql--alt-buffer-part, sql--alt-if-not-empty)
3563 (sql-make-alternate-buffer-name): Improved alternative buffer name.
3564
3565 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3566
3567 * image-mode.el (image-bookmark-make-record): Do not set context
3568 in an image (Bug#6650).
3569
3570 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
3571
3572 * simple.el (select-active-region): New function.
3573 (push-mark-command, set-mark, activate-mark)
3574 (handle-shift-selection): Use it.
3575 (deactivate-mark): Don't check for size of region.
3576
3577 * mouse.el (mouse-drag-track): Use select-active-region.
3578
3579 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
3580
3581 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
3582 "--dired" stronger.
3583
3584 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
3585
3586 * term/x-win.el (x-select-enable-primary): Change default to nil.
3587 (x-select-enable-clipboard): Add :version keyword.
3588
3589 * mouse.el (mouse-drag-copy-region):
3590 * simple.el (select-active-regions): Likewise.
3591
3592 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
3593
3594 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
3595 (vc-coding-system-for-diff): Use it to decide whether to inherit
3596 from the file the EOL format for reading the diffs of that file.
3597 (Bug#4451)
3598
3599 2010-07-16 Eli Zaretskii <eliz@gnu.org>
3600
3601 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
3602 unibyte, so compressed attachments are not compressed again.
3603
3604 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
3605
3606 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
3607 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
3608 (tramp-find-shell): Simplify setting connection property.
3609 (tramp-get-ls-command): Make test for "--color=never" stronger.
3610
3611 2010-07-15 Simon South <ssouth@member.fsf.org>
3612
3613 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
3614 blocks within record declarations (i.e. variant parts) correctly.
3615
3616 2010-07-15 Simon South <ssouth@member.fsf.org>
3617
3618 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
3619 over literal tokens when parsing so newlines aren't "absorbed" by
3620 single-line comments. Corrects the indentation of case blocks
3621 that have a comment on the first line.
3622
3623 2010-07-14 Karl Fogel <kfogel@red-bean.com>
3624
3625 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
3626 by Drew Adams (Bug#5504).
3627
3628 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
3629
3630 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
3631 now that Unicode is used (Bug#6594).
3632
3633 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
3634
3635 * term/x-win.el (x-select-enable-clipboard): Default to t.
3636 (x-initialize-window-system): Don't overwrite Paste menu item.
3637
3638 * simple.el (select-active-regions): Default to t.
3639 (push-mark-command): Don't overwrite primary with empty string.
3640
3641 * mouse.el: Bind mouse-2 to mouse-yank-primary.
3642 (mouse-drag-copy-region): Default to nil.
3643
3644 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
3645 Cut/Copy/Paste menu bar items.
3646
3647 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3648
3649 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3650 Patch applied by Karl Fogel.
3651
3652 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
3653 and `bookmark-current-buffer' if they have been already set in
3654 another buffer (e.g gnus-art).
3655
3656 2010-07-13 Karl Fogel <kfogel@red-bean.com>
3657 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3658
3659 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
3660
3661 * bookmark.el (bookmark-make-record-default): Allow unneeded
3662 information to be omitted from the record.
3663
3664 Adjust declarations and calls:
3665
3666 * info.el (bookmark-make-record-default): Adjust declaration.
3667 (Info-bookmark-make-record): Adjust call.
3668
3669 * woman.el (bookmark-make-record-default): Adjust declaration.
3670 (woman-bookmark-make-record): Adjust call.
3671
3672 * man.el (bookmark-make-record-default): Adjust declaration.
3673 (Man-bookmark-make-record): Adjust call.
3674
3675 * image-mode.el (bookmark-make-record-default): Adjust declaration.
3676
3677 * doc-view.el (bookmark-make-record-default): Adjust declaration.
3678
3679 2010-07-13 Karl Fogel <kfogel@red-bean.com>
3680
3681 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
3682 This is also from Thierry Volpiatto's patch in bug #6444. However,
3683 because it was extraneous to the functional change in that patch,
3684 and causes a re-indendation, I am committing it separately.
3685
3686 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3687
3688 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
3689 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
3690 Patch applied by Karl Fogel (Bug#6444).
3691
3692 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
3693
3694 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
3695
3696 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
3697
3698 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
3699 Dempsky; bug#5084). Remove incorrect binding for S-tab.
3700 (ns-alternatives-map): Change S-tab binding to backtab
3701 (bug#6616).
3702
3703 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
3704 under ns.
3705
3706 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
3707
3708 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
3709 (Bug#5806)
3710
3711 * language/tv-util.el (tai-viet-re): Remove format.
3712
3713 2010-07-12 Kenichi Handa <handa@m17n.org>
3714
3715 * language/hebrew.el: Remove no-byte-compile declaration.
3716 Change coding: tag to utf-8. Register hebrew-shape-gstring in
3717 composition-function-table for 3-character looking back.
3718 (hebrew-font-get-precomposed): New function.
3719 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
3720
3721 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
3722
3723 * mouse.el (mouse-drag-track): Handle select-active-regions
3724 (Bug#6612).
3725
3726 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
3727
3728 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
3729 empty argument to gvfs-copy.
3730
3731 2010-07-10 Glenn Morris <rgm@gnu.org>
3732
3733 * calendar/calendar.el (calendar-week-end-day): New function.
3734 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
3735 Respect calendar-week-start-day. (Bug#6606)
3736 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
3737 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
3738 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
3739 respect calendar-week-start-day.
3740
3741 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
3742
3743 * simple.el (use-region-p): Doc fix (Bug#6607).
3744
3745 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
3746
3747 * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
3748 regexps for cucumber and ruby.
3749
3750 2010-07-08 Daiki Ueno <ueno@unixuser.org>
3751
3752 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
3753 (epa-file-insert-file-contents): Hack to prevent
3754 find-file from opening empty buffer when decryption failed
3755 (bug#6568).
3756
3757 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
3758
3759 * textmodes/ispell.el (ispell-alternate-dictionary):
3760 Use file-readable-p.
3761 Return nil if no word-list is found at default locations.
3762 (ispell-complete-word-dict): Default to nil.
3763 (ispell-command-loop): Use 'word-list' when using lookup-words.
3764 (lookup-words): Use ispell-complete-word-dict or
3765 ispell-alternate-dictionary. Check for word-list availability
3766 and handle errors if needed with better messages (Bug#6539).
3767 (ispell-complete-word): Use ispell-complete-word-dict or
3768 ispell-alternate-dictionary.
3769
3770 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
3771
3772 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
3773 builtins (BufferError, BytesWarning, WindowsError; callables
3774 bin, bytearray, bytes, format, memoryview, next, print; __package__).
3775
3776 2010-07-07 Glenn Morris <rgm@gnu.org>
3777
3778 * play/zone.el (top-level): Do not require timer, tabify, or cl.
3779 (zone-shift-left): Ignore intangibility, and any errors from
3780 forward-char.
3781 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
3782 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
3783 deleting, and copying text properties.
3784 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
3785 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
3786 to point-max is hard.
3787 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
3788 (zone-fill-out-screen): Ignore intangibility.
3789
3790 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
3791
3792 * menu-bar.el (menu-bar-mode):
3793 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
3794 if it has been set.
3795
3796 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
3797 word/line selection (Bug#6565).
3798
3799 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
3800
3801 * net/dbus.el (dbus-send-signal): Declare function.
3802
3803 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
3804
3805 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
3806 (dbus-register-property): New optional argument EMITS-SIGNAL.
3807 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
3808
3809 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
3810
3811 * mouse.el (mouse-drag-overlay): Variable deleted.
3812 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
3813 (mouse--remap-link-click-p): New function.
3814 (mouse-drag-track): Handle dragging by using temporary Transient
3815 Mark mode, instead of a special overlay.
3816 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
3817 mouse-show-mark.
3818
3819 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
3820 deleted.
3821
3822 2010-07-02 Juri Linkov <juri@jurta.org>
3823
3824 * autoinsert.el (auto-insert-alist): Fix readability
3825 by using dotted pair notation for lambda.
3826
3827 2010-07-02 Juri Linkov <juri@jurta.org>
3828
3829 * faces.el (read-face-name): Rename arg `string-describing-default'
3830 to `default'. Doc fix. Display the default value in quotes
3831 in the prompt. With empty input, return the `default' arg,
3832 unless the default value is a string (in which case return nil).
3833 (describe-face): Replace the string `default' arg of `read-face-name'
3834 with the symbol `default'.
3835
3836 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
3837
3838 * emulation/viper-cmd.el (viper-delete-backward-char)
3839 (viper-del-backward-char-in-insert)
3840 (viper-del-backward-char-in-replace, viper-change)
3841 (viper-backward-indent): Replace delete-backward-char with
3842 delete-char (Bug#6552).
3843
3844 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
3845
3846 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
3847
3848 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
3849
3850 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
3851 argument passed to frame-creation-function (Bug#5378).
3852
3853 * faces.el (x-handle-named-frame-geometry)
3854 (x-handle-reverse-video, x-create-frame-with-faces)
3855 (face-set-after-frame-default, tty-create-frame-with-faces): Don't
3856 separately consult default-frame-alist. It is now passed as the
3857 PARAMETER argument.
3858
3859 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
3860
3861 * startup.el (command-line): Don't call tool-bar-setup in a
3862 tty-only build.
3863
3864 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
3865
3866 * ruler-mode.el (ruler--save-header-line-format): New fun.
3867 (ruler-mode): Use it as a setter function, so as not to overwrite
3868 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
3869
3870 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
3871
3872 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
3873 (vc-root-diff, vc-print-root-log, vc-log-incoming)
3874 (vc-log-outgoing): Use it.
3875 (vc-diff-internal): Set diff-vc-backend.
3876
3877 * vc/diff-mode.el (diff-vc-backend): New var.
3878
3879 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
3880
3881 * dynamic-setting.el (font-setting-change-default-font): Remove
3882 call to message.
3883
3884 2010-06-28 Kenichi Handa <handa@m17n.org>
3885
3886 * international/quail.el (quail-insert-kbd-layout): Fix the
3887 showing of untranslated characters.
3888
3889 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
3890
3891 * simple.el (delete-active-region): New option.
3892 (delete-backward-char): Implement in Lisp.
3893 (delete-forward-char): New command.
3894
3895 * mouse.el (mouse-region-delete-keys): Deleted.
3896 (mouse-show-mark): Simplify.
3897
3898 * bindings.el (global-map): Bind delete and DEL, the former to
3899 delete-forward-char.
3900
3901 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
3902
3903 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
3904 (ruby-mode): Bind indent-line-function (Bug#5119).
3905
3906 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
3907
3908 * startup.el (command-line): Recognize "0" X resource value.
3909
3910 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
3911
3912 * startup.el (command-line): Use X resources to set the value of
3913 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
3914
3915 * menu-bar.el (menu-bar-mode):
3916 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
3917 Set init-value to t.
3918
3919 * frame.el (frame-notice-user-settings): Don't change
3920 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
3921 vice versa (Bug#2249).
3922
3923 2010-06-26 Eli Zaretskii <eliz@gnu.org>
3924
3925 * w32-fns.el (w32-convert-standard-filename): Doc fix.
3926
3927 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
3928
3929 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
3930 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
3931
3932 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
3933 default directories are expanded (Bug#6143).
3934
3935 2010-06-24 Juri Linkov <juri@jurta.org>
3936
3937 * minibuffer.el (completions-format): Change default from nil to
3938 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
3939
3940 2010-06-24 Juri Linkov <juri@jurta.org>
3941
3942 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
3943 buffer-locally to lambda that re-runs the vc diff command.
3944 (Bug#6447)
3945
3946 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
3947
3948 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
3949 echo area is in use (Bug#3412).
3950
3951 2010-06-22 Glenn Morris <rgm@gnu.org>
3952
3953 * textmodes/texinfmt.el (texinfo-format-region)
3954 (texinfo-raise-lower-sections, texinfo-format-separate-node)
3955 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
3956 (texinfo-format-option, texinfo-noindent):
3957 Use line-beginning-position and line-end-position.
3958
3959 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
3960 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
3961 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
3962 utf-8 characters.
3963
3964 2010-06-21 Karl Fogel <kfogel@red-bean.com>
3965
3966 * play/zone.el (zone-fall-through-ws): Fix next-line ->
3967 forward-line fallout.
3968
3969 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
3970
3971 * mouse.el (mouse-appearance-menu): Add docstring.
3972
3973 * help.el (describe-key): Print up-event using key-description.
3974
3975 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
3976
3977 * net/zeroconf.el (zeroconf-resolve-service)
3978 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
3979 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
3980
3981 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
3982
3983 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
3984
3985 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
3986
3987 Avoid displaying files with a nil state in vc-dir.
3988 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
3989 cases that cause insertion.
3990 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
3991 with a nil state.
3992
3993 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
3994
3995 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
3996
3997 2010-06-29 Leo <sdl.web@gmail.com>
3998
3999 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
4000
4001 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
4002
4003 * generic-x.el (bat-generic-mode): Fix regexp for command line
4004 switches (Bug#5719).
4005
4006 2010-06-27 Masatake YAMATO <yamato@redhat.com>
4007
4008 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
4009 of nconc to avoid pure storage error (Bug#6239).
4010
4011 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
4012
4013 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
4014 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
4015 bindings of bookmark-automatically-show-annotations (Bug#6515).
4016
4017 2010-06-25 Eli Zaretskii <eliz@gnu.org>
4018
4019 * arc-mode.el (archive-zip-extract): Don't quote the file name on
4020 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
4021
4022 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
4023
4024 * comint.el (make-comint, make-comint-in-buffer): Mention return
4025 value in the docstrings. (Bug#6498)
4026
4027 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
4028
4029 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
4030 since it is not present when using some non-default switches.
4031
4032 2010-06-23 Karl Fogel <kfogel@red-bean.com>
4033
4034 * simple.el (compose-mail): Fix doc string to refer to
4035 `compose-mail-user-agent-warnings', instead of to the
4036 nonexistent `compose-mail-check-user-agent'.
4037
4038 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
4039
4040 Fix an indentation bug:
4041
4042 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
4043 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
4044 of existing values.
4045
4046 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
4047 (c-clear->-pair-props-if-match-before): now return t when they've
4048 cleared properties, nil otherwise.
4049 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
4050 by taking account of the existing value.
4051
4052 * progmodes/cc-defs.el
4053 (c-clear-char-property-with-value-function): Fix this to clear the
4054 property rather than overwriting it with nil.
4055
4056 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
4057
4058 * emacs-lisp/package.el (package-print-package): Add link to
4059 package description via describe-package.
4060 (describe-package-1): List package requirements. Add button to
4061 perform installation.
4062 (package-menu-describe-package): New command.
4063
4064 * help-mode.el (help-package): New button type.
4065
4066 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
4067
4068 * emacs-lisp/package.el: Move package-list-packages binding to
4069 menu-bar.el.
4070 (describe-package, describe-package-1, package--dir): New funs.
4071 (package-activate-1): Use package--dir.
4072
4073 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
4074
4075 * help-mode.el (help-package-def): New button type.
4076
4077 * menu-bar.el: Move package-list-packages binding here from
4078 package.el.
4079
4080 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
4081
4082 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
4083
4084 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
4085
4086 * emacs-lisp/edebug.el (edebug-read-list):
4087 Phase out old-style backquotes.
4088
4089 2010-06-17 Juri Linkov <juri@jurta.org>
4090
4091 * help-mode.el (help-mode): Set buffer-local variable
4092 revert-buffer-function to help-mode-revert-buffer.
4093 (help-mode-revert-buffer): New function.
4094
4095 * info.el (Info-revert-find-node): Check for major-mode Info-mode
4096 before popping to "*info*" (like in other Info functions).
4097 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
4098 old-history-forward. Pop to old-buffer-name or "*info*" to
4099 recreate the killed buffer. Set Info-history-forward from
4100 old-history-forward.
4101 (Info-breadcrumbs-depth): Add :group and :version.
4102
4103 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
4104
4105 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
4106
4107 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
4108
4109 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
4110 for languages like Portuguese with pt_{BR,PT} and no plain pt.
4111
4112 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
4113
4114 * emacs-lisp/package.el (package-menu-mode-map):
4115 Move initialization into declaration.
4116
4117 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
4118
4119 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
4120
4121 * emacs-lisp/package.el (package-archive-base): Point to
4122 elpa.gnu.org.
4123 (package-enable, package-load-list): New defcustoms.
4124 (package-user-dir, package-directory-list): Turn into defcustoms.
4125 Don't include package-user-dir in package-directory-list.
4126 (package--builtins-base): Don't include Emacs as a "package".
4127 (package-subdirectory-regexp): New var.
4128 (package-load-all-descriptors, package-compute-transaction)
4129 (package-download-transaction): Obey package-load-list.
4130 (package-activate-1): Rename from package-do-activate.
4131 (package-list-packages-internal): Check package-load-list.
4132 (package-load-descriptor, package-generate-autoloads)
4133 (package-unpack, package-unpack-single)
4134 (package--read-archive-file, package-delete): Use
4135 expand-file-name.
4136
4137 * emacs-lisp/package-x.el: New file. Package uploading
4138 functionality split out from package.el.
4139
4140 * startup.el (command-line): Load packages after reading init file.
4141
4142 2010-06-17 Tom Tromey <tromey@redhat.com>
4143
4144 * emacs-lisp/package.el: New file.
4145
4146 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
4147
4148 Fix vc-annotate for renamed files when using Git.
4149 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
4150 ls-files. Doe not pass the object as a file name to cat-file, it
4151 is not a file name.
4152 (vc-git-annotate-command): Pass the file name using -- to avoid
4153 ambiguity with the revision.
4154 (vc-git-previous-revision): Pass a relative file name.
4155
4156 2010-06-22 Glenn Morris <rgm@gnu.org>
4157
4158 * progmodes/js.el (js-mode-map): Use standard capitalization and
4159 ellipses for menu entries.
4160
4161 * wid-edit.el (widget-complete): Doc fix.
4162
4163 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
4164
4165 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
4166
4167 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
4168
4169 Fix annotating other revisions for renamed files in vc-annotate.
4170 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
4171 VC backend. Use it when non-nil.
4172 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
4173 (Bug#6487)
4174
4175 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
4176 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
4177 Do not pass the file name to the 'previous-revision call when we
4178 don't want a file diff. (Bug#6489)
4179
4180 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
4181
4182 Fix finding revisions for renamed files in vc-annotate.
4183 * vc/vc.el (vc-find-revision): Add an optional argument for
4184 the VC backend. Use it when non-nil.
4185 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
4186 backend to vc-find-revision. (Bug#6487)
4187
4188 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
4189
4190 Fix reading file names in Git annotate buffers.
4191 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
4192 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
4193
4194 2010-06-20 Alan Mackenzie <acm@muc.de>
4195
4196 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
4197 in file local variables, set it first.
4198
4199 2010-06-19 Glenn Morris <rgm@gnu.org>
4200
4201 * descr-text.el (describe-char-unicode-data): Insert separating
4202 space when needed. (Bug#6422)
4203
4204 * progmodes/idlwave.el (idlwave-action-and-binding):
4205 Fix typo in 2009-12-03 change. (Bug#6450)
4206
4207 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
4208
4209 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
4210 handling for `lambda' (misunderstanding).
4211
4212 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
4213
4214 * calc/calc-poly.el (math-accum-factors): Make sure that
4215 constants aren't distributed after they are factored out.
4216
4217 2010-06-16 Juri Linkov <juri@jurta.org>
4218
4219 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
4220 `list-colors-print'. (Bug#6332)
4221
4222 * subr.el (read-quoted-char): Fix up last change (bug#6290).
4223
4224 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
4225
4226 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
4227 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
4228
4229 * font-lock.el (font-lock-major-mode): Rename from
4230 font-lock-mode-major-mode to distinguish it from
4231 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
4232 (font-lock-set-defaults):
4233 * font-core.el (font-lock-default-function): Adjust users.
4234 (font-lock-mode): Don't set it at all.
4235
4236 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
4237
4238 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
4239
4240 2010-06-16 Glenn Morris <rgm@gnu.org>
4241
4242 * calendar/appt.el (appt-time-msg-list): Doc fix.
4243 (appt-check): Let-bind appt-warn-time.
4244 (appt-add): Make the 3rd argument optional.
4245 Simplify argument names. Doc fix. Check for integer WARNTIME.
4246 Only add WARNTIME to the output list if non-nil.
4247
4248 2010-06-16 Ivan Kanis <apple@kanis.eu>
4249
4250 * calendar/appt.el (appt-check): Let the 3rd element of
4251 appt-time-msg-list specify the warning time.
4252 (appt-add): Add new argument with the warning time. (Bug#5176)
4253
4254 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
4255
4256 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
4257 older than version 1.6. (Bug#6361)
4258
4259 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
4260
4261 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
4262 used by cl-do-arglist. (Bug#6408)
4263
4264 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
4265
4266 * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
4267 portuguese casechars/not-casechars for missing 'çÇ'.
4268 Suggested by Rolando Pereira (bug#6434).
4269
4270 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
4271
4272 * facemenu.el (list-colors-sort): Doc fix.
4273
4274 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
4275
4276 * progmodes/sql.el (sql-connect-mysql): Fix typo.
4277
4278 2010-06-14 Juri Linkov <juri@jurta.org>
4279
4280 Add sort option `list-colors-sort'. (Bug#6332)
4281 * facemenu.el (color-rgb-to-hsv): New function.
4282 (list-colors-sort): New defcustom.
4283 (list-colors-sort-key): New function.
4284 (list-colors-display): Doc fix. Sort list according to the option
4285 `list-colors-sort'.
4286 (list-colors-print): Add HSV values to `help-echo' property of
4287 RGB strings.
4288
4289 2010-06-14 Juri Linkov <juri@jurta.org>
4290
4291 * compare-w.el: Move to the "vc" subdirectory.
4292
4293 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
4294
4295 * image-mode.el (image-mode-map): Remap left-char and right-char.
4296
4297 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
4298
4299 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
4300
4301 * term/common-win.el (x-colors): Add all the color names defined
4302 in rgb.txt (Bug#6332).
4303
4304 * facemenu.el (list-colors-print): Don't print extra names if it
4305 will overflow the window width.
4306
4307 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
4308 change (Bug#6343).
4309
4310 2010-06-12 Eli Zaretskii <eliz@gnu.org>
4311
4312 * files.el (make-directory): Doc fix (bug#6396).
4313
4314 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
4315
4316 * net/tramp.el (tramp-remote-process-environment): Protect version
4317 string by apostroph.
4318 (tramp-shell-prompt-pattern): Do not use a shy group in case of
4319 XEmacs.
4320 (tramp-file-name-for-operation): Add `call-process-region'.
4321 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
4322
4323 * net/tramp-compat.el (top): Do not autoload
4324 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
4325 only when `start-file-process' is not bound.
4326 (tramp-advice-file-expand-wildcards): Do not use
4327 `tramp-handle-file-remote-p'.
4328 (tramp-compat-make-temp-file): Handle the case, that
4329 `make-temp-file' has no third argument EXTENSION.
4330
4331 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
4332
4333 * makefile.w32-in (WINS_BASIC): Include new directory vc.
4334
4335 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
4336
4337 2010-06-11 Juri Linkov <juri@jurta.org>
4338
4339 * finder.el (finder-known-keywords): Add keyword "vc"
4340 for version control.
4341
4342 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
4343 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
4344 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
4345 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
4346
4347 2010-06-11 Juri Linkov <juri@jurta.org>
4348
4349 Move version control related files to the "vc" subdirectory.
4350 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
4351 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
4352 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
4353 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
4354 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
4355 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
4356 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
4357 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
4358 Move files to the "vc" subdirectory.
4359
4360 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
4361
4362 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
4363 (Bug#6367).
4364
4365 2010-06-11 Stephen Eglen <stephen@gnu.org>
4366
4367 * shell.el: Bind `shell-resync-dirs' to M-RET.
4368
4369 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
4370
4371 * notifications.el: Move file from lisp/net, because it is
4372 supposed to talk locally to the user.
4373
4374 2010-06-10 Julien Danjou <julien@danjou.info>
4375
4376 * net/notifications.el (notifications-on-action-signal)
4377 (notifications-on-closed-signal): Pass notification id as first
4378 argument to the callback functions. Add docstrings.
4379 (notifications-notify): Fix docstring.
4380
4381 2010-06-10 Glenn Morris <rgm@gnu.org>
4382
4383 * emacs-lisp/authors.el (authors-ignored-files)
4384 (authors-valid-file-names): Add some files.
4385
4386 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
4387
4388 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
4389 merge conflict, giving preference to the emacs-23 version of the code.
4390
4391 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
4392
4393 * emacs-lisp/advice.el (ad-compile-function):
4394 Define warning-suppress-types before we let-bind it (bug#6275).
4395
4396 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
4397 declare it, make it buffer-local and permanent-local (bug#6324).
4398 (vc-resynch-window): Adjust name.
4399 * vc-hooks.el (vc-find-file-hook): Adjust name.
4400
4401 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
4402
4403 * net/notifications.el (notifications-notify): Fix docstring.
4404
4405 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
4406
4407 Update to Unicode 6.0.0 beta.
4408 * international/charprop.el: Update copyright.
4409 * international/mule-cmds.el (ucs-names): Update character ranges.
4410 * international/uni-bidi.el:
4411 * international/uni-category.el:
4412 * international/uni-combining.el:
4413 * international/uni-comment.el:
4414 * international/uni-decimal.el:
4415 * international/uni-decomposition.el:
4416 * international/uni-digit.el:
4417 * international/uni-lowercase.el:
4418 * international/uni-mirrored.el:
4419 * international/uni-name.el:
4420 * international/uni-numeric.el:
4421 * international/uni-old-name.el:
4422 * international/uni-titlecase.el:
4423 * international/uni-uppercase.el: Regenerate.
4424
4425 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
4426
4427 * emacs-lisp/smie.el (comment-string-strip): Declare function.
4428 (smie-precs-precedence-table): Fix typo in docstring.
4429
4430 * vc-mtn.el (log-edit-extract-headers): Declare function.
4431
4432 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
4433
4434 * net/notifications.el (dbus-register-signal): Declare function.
4435 (notifications-notify): Fix typos and reflow docstring.
4436
4437 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
4438
4439 Improve VC create/retrieve tag/branch.
4440 * vc.el (vc-create-tag): Do not read the directory name for VCs
4441 with repository revision granularity. Adjust the tag/branch
4442 prompt. Reset VC properties.
4443 (vc-retrieve-tag): Do not read the directory name for VCs
4444 with repository revision granularity. Reset VC properties.
4445
4446 2010-06-09 Julien Danjou <julien@danjou.info>
4447
4448 * net/notifications.el: New file.
4449
4450 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
4451
4452 Add optional support for resetting VC properties.
4453 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
4454 call vc-file-clearprops when true.
4455 (vc-resynch-buffer): Add new optional argument, pass it down.
4456 (vc-resynch-buffers-in-directory): Likewise.
4457
4458 Improve support for special markup in the VC commit message.
4459 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
4460 * vc-hg.el (vc-hg-checkin): Add support for Date:.
4461 * vc-git.el (vc-git-checkin):
4462 * vc-bzr.el (vc-bzr-checkin): Likewise.
4463
4464 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
4465
4466 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
4467 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
4468
4469 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
4470
4471 * iimage.el: Remove images as soon as the underlying text is modified.
4472 (iimage-modification-hook): New function.
4473 (iimage-mode-buffer): Use it.
4474
4475 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4476
4477 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
4478 smie-indent-offset-after. Add :prev case. Make a bit more generic.
4479 (smie-indent-virtual): Remove `virtual' arg. Update callers.
4480 (smie-indent-keyword): Add handling of open-paren keywords.
4481 (smie-indent-comment-continue): Don't assume comment-continue.
4482
4483 2010-06-07 Martin Rudalics <rudalics@gmx.at>
4484
4485 * window.el (pop-to-buffer): Remove the conditional that
4486 compares new-window and old-window, so it will reselect
4487 the selected window unconditionally.
4488 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
4489
4490 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
4491
4492 * emacs-lisp/smie.el (smie-indent-offset-after)
4493 (smie-indent-forward-token, smie-indent-backward-token): New functions.
4494 (smie-indent-after-keyword): Use them.
4495 (smie-indent-fixindent): Only applies to the indentation of the BOL.
4496 (smie-indent-keyword): Tweak the black magic.
4497 (smie-indent-comment-continue): Strip comment-continue before use.
4498 (smie-indent-functions): Indent comments before keywords.
4499
4500 2010-06-06 Juri Linkov <juri@jurta.org>
4501
4502 * isearch.el (isearch-lazy-highlight-search): Fix looping
4503 by checking for empty match. This syncs this loop with the
4504 similar loop in `isearch-search'. (Bug#6362)
4505
4506 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
4507
4508 * net/dbus.el (dbus-register-method): Declare function.
4509 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
4510 (dbus-introspect): Doc fix.
4511 (dbus-event-bus-name, dbus-introspect-get-interface)
4512 (dbus-introspect-get-argument): Reflow docstrings.
4513
4514 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
4515
4516 vc-log-incoming/vc-log-outgoing fixes for Git.
4517 * vc-git.el (vc-git-log-view-mode): Fix font lock for
4518 incoming/outgoing logs.
4519 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
4520 instead of vc-git-compute-remote.
4521 (vc-git-compute-remote): Remove.
4522
4523 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
4524
4525 * term/common-win.el (x-colors): Add "dark green" and "dark
4526 turquoise" (Bug#6332).
4527
4528 2010-06-04 Juri Linkov <juri@jurta.org>
4529
4530 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
4531 Instead of setting `replace' to t and replacing the same string
4532 with itself, don't do certain actions when
4533 kill-do-not-save-duplicates is non-nil and string is equal to car
4534 of kill-ring: don't call menu-bar-update-yank-menu, don't push
4535 interprogram-paste strings to kill-ring, and don't push the input
4536 argument `string' to kill-ring.
4537 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
4538
4539 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
4540
4541 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
4542
4543 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
4544
4545 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
4546 (tramp-gvfs-handler-mounted-unmounted)
4547 (tramp-gvfs-connection-mounted-p): Handle default-location.
4548
4549 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
4550 move files to trash.
4551
4552 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
4553
4554 * international/mule-cmds.el (nonascii-insert-offset)
4555 (nonascii-translation-table): Add obsolescence information.
4556
4557 * international/mule.el (make-translation-table-from-vector): Doc fix.
4558
4559 2010-06-03 Glenn Morris <rgm@gnu.org>
4560
4561 * desktop.el (desktop-clear-preserve-buffers):
4562 Add "*Warnings*" buffer. (Bug#6336)
4563
4564 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
4565
4566 vc-log-incoming/vc-log-outgoing improvements for Git.
4567 * vc-git.el (vc-git-log-outgoing): Use the same format as the
4568 short log.
4569 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
4570
4571 Add bindings for vc-log-incoming and vc-log-outgoing.
4572 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
4573 and vc-log-outgoing.
4574 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
4575 and vc-log-outgoing.
4576
4577 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
4578
4579 * net/rcirc.el (rcirc-sort-nicknames): Remove.
4580 (rcirc-handler-366): Always sort nicknames.
4581
4582 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
4583
4584 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
4585
4586 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
4587
4588 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
4589
4590 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4591
4592 * net/rcirc.el (rcirc-sort-nicknames): Change default.
4593 (rcirc-sort-nicknames-join): Avoid setq.
4594
4595 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4596
4597 * net/rcirc.el (rcirc-sort-nicknames): New custom.
4598 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
4599 (rcirc-handler-366): Use them.
4600
4601 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4602
4603 Split smie-indent-calculate into more manageable chunks.
4604 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
4605 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
4606 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
4607 (smie-indent-exps): Extract from smie-indent-calculate.
4608 (smie-indent-functions): New var.
4609 (smie-indent-functions): Use them.
4610
4611 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
4612
4613 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
4614 (smie-indent-calculate): Simplify and cleanup.
4615
4616 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
4617
4618 * net/tramp-gvfs.el (top): Require url-util.
4619 (tramp-gvfs-mount-point): Remove.
4620 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
4621 New defuns.
4622 (with-tramp-dbus-call-method): Format trace message.
4623 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
4624 Implement backup call, when operation on local files fails.
4625 Use progress reporter. Flush properties of changed files.
4626 (tramp-gvfs-handle-make-directory): Make more traces.
4627 (tramp-gvfs-url-file-name): Hexify file name in url.
4628 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
4629 into account for the resulting file name.
4630 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
4631 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
4632 (tramp-gvfs-handler-mounted-unmounted)
4633 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
4634 attribute "default_location". Set "prefix" property.
4635 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
4636 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
4637 exists. Raise an error, if not (due to a corresponding answer
4638 "no" in interactive questions, for example).
4639
4640 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
4641
4642 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
4643
4644 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
4645
4646 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
4647 right-*. (Bug#6265)
4648
4649 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
4650
4651 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
4652 * vc-git.el (vc-git-compute-remote): New function.
4653 (vc-git-log-outgoing): Use it instead of hard coding a value.
4654 (vc-git-log-incoming): New function.
4655
4656 Improve state updating for VC tag commands.
4657 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
4658 to update the state of all buffers in the directory.
4659
4660 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
4661
4662 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4663
4664 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
4665 `file-directory-p' to the filename part rather than to the whole text.
4666
4667 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4668
4669 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
4670
4671 2010-05-31 Drew Adams <drew.adams@oracle.com>
4672
4673 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
4674
4675 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
4676
4677 * subr.el (momentary-string-display): Just use read-event to read
4678 the exit event (Bug#6238).
4679
4680 2010-05-30 Eli Zaretskii <eliz@gnu.org>
4681
4682 * international/mule.el (define-coding-system): Doc fix (bug#6313).
4683
4684 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
4685
4686 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
4687 Suggested by Eli Zaretskii <eliz@gnu.org>.
4688
4689 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4690
4691 * minibuffer.el (completion-file-name-table): Don't return a boundary
4692 past the end of `string' (bug#6299).
4693 (completion--file-name-table): Delegate to completion-file-name-table
4694 for the `boundaries' case.
4695
4696 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
4697
4698 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
4699 movement commands.
4700
4701 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
4702 `path-separator', but maintain compatibility with Emacs 20.2.
4703
4704 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
4705
4706 * server.el (server-process-filter): Receive parent-id argument
4707 from emacsclient.
4708 (server-create-window-system-frame): New arg. Pass parent-id as
4709 frame parameter.
4710
4711 2010-05-29 Eli Zaretskii <eliz@gnu.org>
4712
4713 Bidi-sensitive word movement with arrow keys.
4714 * subr.el (right-arrow-command, left-arrow-command): Move to
4715 bindings.el.
4716
4717 * bindings.el (right-char, left-char): Move from subr.el and
4718 rename from right-arrow-command and left-arrow-command.
4719 (right-word, left-word): New functions.
4720 (global-map) <right>: Bind to right-char.
4721 (global-map) <left>: Bind to left-char.
4722 (global-map) <C-right>: Bind to right-word.
4723 (global-map) <C-left>: Bind to left-word.
4724
4725 * ls-lisp.el (ls-lisp-classify-file): New function.
4726 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
4727 (ls-lisp-classify): Call ls-lisp-classify-file.
4728 (insert-directory): Remove blanks from switches.
4729
4730 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
4731
4732 * ansi-color.el: Delete unused escape sequences (Bug#6085).
4733 (ansi-color-drop-regexp): New constant.
4734 (ansi-color-apply, ansi-color-filter-region)
4735 (ansi-color-apply-on-region): Delete unrecognized control sequences.
4736 (ansi-color-apply): Build string list before calling concat.
4737
4738 2010-05-28 Juri Linkov <juri@jurta.org>
4739
4740 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
4741 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
4742 (Bug#5270)
4743
4744 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
4745
4746 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
4747 to ignored backtrace functions.
4748 (with-progress-reporter): Expand docstring.
4749 (tramp-handle-delete-file): Implement TRASH argument.
4750 (tramp-get-remote-trash): New defun.
4751
4752 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
4753
4754 * net/tramp-compat.el (tramp-compat-delete-file): Use
4755 `symbol-value' for backward compatibility.
4756
4757 * net/tramp.el (tramp-handle-make-symbolic-link)
4758 (tramp-handle-load)
4759 (tramp-do-copy-or-rename-file-via-buffer)
4760 (tramp-do-copy-or-rename-file-directly)
4761 (tramp-do-copy-or-rename-file-out-of-band)
4762 (tramp-handle-process-file, tramp-handle-call-process-region)
4763 (tramp-handle-shell-command, tramp-handle-file-local-copy)
4764 (tramp-handle-insert-file-contents, tramp-handle-write-region)
4765 (tramp-delete-temp-file-function): Use `delete-file' instead
4766 of `tramp-compat-delete-file'.
4767
4768 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
4769 (tramp-fish-handle-make-symbolic-link)
4770 (tramp-fish-handle-process-file): Use `delete-file' instead
4771 of `tramp-compat-delete-file'.
4772
4773 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
4774 `delete-file' instead of `tramp-compat-delete-file'.
4775
4776 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
4777 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
4778 `tramp-compat-delete-file'.
4779
4780 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
4781 `delete-file' instead of `tramp-compat-delete-file'.
4782
4783 * net/tramp-smb.el (tramp-smb-handle-copy-file)
4784 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4785 (tramp-smb-handle-write-region): Use `delete-file' instead of
4786 `tramp-compat-delete-file'.
4787 (tramp-smb-handle-delete-directory): Use 'trash as arg.
4788
4789 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
4790
4791 * dired.el (dired-delete-file): New arg TRASH.
4792 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
4793 (dired-do-flagged-delete, dired-do-delete): Use trash.
4794
4795 * speedbar.el (speedbar-item-delete): Allow trashing.
4796
4797 * files.el (delete-directory): New arg TRASH.
4798
4799 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
4800 (ange-ftp-rename-remote-to-remote)
4801 (ange-ftp-rename-local-to-remote)
4802 (ange-ftp-rename-remote-to-local, ange-ftp-load)
4803 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
4804 `delete-file'.
4805 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
4806 allow trashing.
4807
4808 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
4809 handle new TRASH arg of `delete-file'.
4810
4811 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
4812 (tramp-handle-make-symbolic-link, tramp-handle-load)
4813 (tramp-do-copy-or-rename-file-via-buffer)
4814 (tramp-do-copy-or-rename-file-directly)
4815 (tramp-do-copy-or-rename-file-out-of-band)
4816 (tramp-handle-process-file, tramp-handle-call-process-region)
4817 (tramp-handle-shell-command, tramp-handle-file-local-copy)
4818 (tramp-handle-insert-file-contents, tramp-handle-write-region)
4819 (tramp-delete-temp-file-function): Use null TRASH arg in
4820 tramp-compat-delete-file call.
4821
4822 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
4823 (tramp-fish-handle-delete-file)
4824 (tramp-fish-handle-make-symbolic-link)
4825 (tramp-fish-handle-process-file): Use null TRASH arg in
4826 `tramp-compat-delete-file' call.
4827
4828 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
4829 arg in `tramp-compat-delete-file' call.
4830
4831 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
4832 (tramp-gvfs-handle-write-region): Use null TRASH arg in
4833 `tramp-compat-delete-file' call.
4834
4835 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
4836 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
4837 `tramp-compat-delete-file' call.
4838
4839 * net/tramp-smb.el (tramp-smb-handle-copy-file)
4840 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
4841 (tramp-smb-handle-write-region): Use null TRASH arg in
4842 tramp-compat-delete-file call.
4843 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
4844 (tramp-smb-handle-delete-file): Rename arg.
4845
4846 * diff.el (diff-sentinel):
4847 * epg.el (epg--make-temp-file, epg-decrypt-string)
4848 (epg-verify-string, epg-sign-string, epg-encrypt-string):
4849 * jka-compr.el (jka-compr-partial-uncompress)
4850 (jka-compr-call-process, jka-compr-write-region):
4851 * server.el (server-sentinel): Remove optional arg from
4852 delete-file, reverting 2010-05-03 change.
4853
4854 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
4855
4856 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
4857 font-lock-constant-face, not obsolete font-lock-reference-face.
4858
4859 2010-05-27 Kenichi Handa <handa@m17n.org>
4860
4861 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
4862 element of GSTRING is nil.
4863
4864 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
4865
4866 * emacs-lisp/smie.el (smie-forward-token-function)
4867 (smie-backward-token-function): New vars.
4868 (smie-backward-sexp, smie-forward-sexp)
4869 (smie-indent-hanging-p, smie-indent-calculate): Use them.
4870 (smie-default-backward-token): Rename from smie-backward-token and
4871 skip comments.
4872 (smie-default-forward-token): Rename from smie-forward-token and
4873 skip comments.
4874 (smie-next-sexp): Handle nil results from next-token.
4875 (smie-indent-calculate): Add a new case for special `fixindent' comments.
4876
4877 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
4878
4879 * progmodes/verilog-mode.el (verilog-type-font-keywords):
4880 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4881
4882 2010-05-27 Masatake YAMATO <yamato@redhat.com>
4883
4884 * htmlfontify.el (hfy-face-resolve-face): New function.
4885 (hfy-face-to-style): Use it (Bug#6279).
4886
4887 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
4888
4889 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
4890 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
4891
4892 2010-05-26 Glenn Morris <rgm@gnu.org>
4893
4894 * emulation/edt.el (edt-load-keys): Use locate-library.
4895
4896 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
4897
4898 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
4899 (log-edit-changelog-entries): Doc fix.
4900 (log-edit-changelog-insert-entries): Args changed.
4901 Rename relative filenames in ChangeLog entries. Delete tabs.
4902 (log-edit-insert-changelog-entries): Reorganize return value of
4903 `log-edit-changelog-entries' to pass filenames to
4904 log-edit-changelog-insert-entries.
4905
4906 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4907
4908 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
4909 `image-dired-dired-insert-marked-thumbs' to
4910 `image-dired-dired-toggle-marked-thumbs'.
4911
4912 * image-dired.el: Require cl when compiling.
4913 (image-dired-dired-toggle-marked-thumbs): Rename from
4914 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
4915 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
4916 to 'no-dir. Skip files whose names don't match
4917 `image-file-name-regexp'. When file has a thumbnail overlay,
4918 delete it. (Bug#5270)
4919
4920 2010-05-25 Juri Linkov <juri@jurta.org>
4921
4922 * image-mode.el (image-mode): Add image-after-revert-hook to
4923 after-revert-hook.
4924 (image-after-revert-hook): New function. (Bug#5669)
4925
4926 2010-05-25 Juri Linkov <juri@jurta.org>
4927
4928 * image.el (image-animated-p): When delay between animated images
4929 is 0, set it to 10 (0.1 sec). (Bug#6258)
4930
4931 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
4932
4933 * net/tramp.el (tramp-handle-insert-directory): Don't use
4934 `forward-word', its default syntax could be changed.
4935
4936 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
4937
4938 * net/tramp.el (tramp-progress-reporter-update): New defun.
4939 (with-progress-reporter): Use it.
4940 (tramp-process-actions):
4941 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
4942 current message, in order to let progress reporter continue
4943 afterwards. (Bug#6257)
4944
4945 2010-05-25 Glenn Morris <rgm@gnu.org>
4946
4947 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
4948 Add :version.
4949
4950 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
4951
4952 * net/rcirc.el (rcirc-default-user-name): Change to "user".
4953 (rcirc-default-full-name): Change to "unknown".
4954 (rcirc-user-name-history): Add variable.
4955
4956 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
4957 Jonathan Rockway <jon@jrock.us>
4958
4959 * net/rcirc.el (rcirc-server-alist): Add :pass.
4960 (rcirc): When prompting for connection parameters, also prompt for
4961 username and password.
4962 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
4963 value to server when connecting.
4964
4965 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4966
4967 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
4968 (smie-merge-prec2s): Pass the tables as separate args.
4969 (smie-bnf-precedence-table): Adjust call accordingly.
4970 (smie-prec2-levels): Set levels at the end.
4971
4972 Replace Lisp calls to delete-backward-char by delete-char.
4973 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
4974 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
4975 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
4976 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
4977 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
4978 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
4979 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
4980 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
4981 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
4982 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
4983 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
4984 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
4985 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
4986 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
4987 delete-backward-char by calls to delete-char.
4988
4989 2010-05-25 Kenichi Handa <handa@m17n.org>
4990
4991 * language/hebrew.el (hebrew-shape-gstring): New function.
4992 Register it in composition-function-table for all Hebrew combining
4993 characters.
4994
4995 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
4996
4997 * epa.el (epa--select-keys): Don't explicitly delete the window since
4998 that can fail (e.g. sole window in frame). Use dedication instead.
4999
5000 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
5001
5002 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
5003
5004 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
5005
5006 * image.el (image-refresh): Define as an alias for image-flush.
5007
5008 * image-mode.el (image-toggle-display-image): Caller changed.
5009
5010 2010-05-21 Juri Linkov <juri@jurta.org>
5011
5012 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
5013 Remove "all" from grep-files-aliases. Split grep-files-aliases by
5014 whitespace, call wildcard-to-regexp on substrings and concat them
5015 with "\\|". (Bug#6114)
5016
5017 2010-05-21 Alan Mackenzie <acm@muc.de>
5018
5019 * progmodes/cc-engine.el (c-parse-state-get-strategy):
5020 Replace parameter `here' with `here-' and `here-plus', which sandwich
5021 any pertinent CPP construct.
5022 (c-remove-stale-state-cache-backwards): Fix a bug which happens
5023 when doing (c-parse-state) in a CPP construct: Exclude any "new"
5024 CPP construct from taking part in the scanning.
5025
5026 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
5027
5028 * net/tramp.el (tramp-do-copy-or-rename-file)
5029 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
5030 Tune `with-progress-reporter' messages.
5031 (tramp-handle-vc-registered):
5032 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
5033 (tramp-fish-handle-insert-file-contents)
5034 (tramp-fish-maybe-open-connection):
5035 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5036 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
5037 (tramp-imap-handle-insert-file-contents)
5038 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
5039
5040 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
5041
5042 * add-log.el (change-log-font-lock-keywords):
5043 Highlight all authors in multi-author entries.
5044
5045 * smerge-mode.el (smerge-refine-ignore-whitespace)
5046 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
5047 Fix typos in docstrings.
5048 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
5049
5050 2010-05-21 Glenn Morris <rgm@gnu.org>
5051
5052 * progmodes/fortran.el (fortran-mode):
5053 * progmodes/f90.el (f90-mode): Derive from prog-mode.
5054
5055 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
5056 having a relative path in src/Makefile.in.
5057
5058 2010-05-20 Kevin Ryde <user42@zip.com.au>
5059
5060 * help-mode.el (help-make-xrefs): For Info node links turn
5061 newlines into spaces. Link node names with newlines are matched
5062 by help-xref-info-regexp and buttonized, this change ensures they
5063 can be followed successfully with RET. (Bug#6206)
5064
5065 2010-05-20 Juri Linkov <juri@jurta.org>
5066
5067 * locate.el (locate): Use pop-to-buffer instead of
5068 switch-to-buffer-other-window. (Bug#6204)
5069
5070 2010-05-20 Juri Linkov <juri@jurta.org>
5071
5072 * replace.el (replace-highlight): Fix lazy-highlighting
5073 for `M-s w str M-% str RET'.
5074
5075 2009-12-15 Masatake YAMATO <yamato@redhat.com>
5076
5077 * isearch.el (isearch-yank-word-or-char): Pull next subword
5078 when `subword-mode' is activated. (Bug#6220)
5079
5080 2010-05-20 Mark A. Hershberger <mah@everybody.org>
5081
5082 * isearch.el (isearch-update-post-hook): New hook.
5083 (isearch-update): Use the new hook. (Bug#6225)
5084
5085 2010-05-20 Juri Linkov <juri@jurta.org>
5086
5087 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
5088 [f1], [help], and (char-to-string help-char) instead of "\C-h".
5089 (Bug#6222)
5090
5091 2010-05-20 Juri Linkov <juri@jurta.org>
5092
5093 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
5094 (Bug#6223)
5095
5096 2010-05-20 Juri Linkov <juri@jurta.org>
5097
5098 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
5099 FILE-NAME to read from the minibuffer when called interactively
5100 with prefix argument instead of using buffer-file-name.
5101 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
5102
5103 * dired.el: Update autoloads.
5104
5105 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
5106
5107 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
5108 nxml-finish-element, for consistency with SGML mode.
5109
5110 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
5111 octave-close-block.
5112
5113 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
5114
5115 * composite.el: Require cl when compiling.
5116 (reference-point-alist, compose-gstring-for-graphic)
5117 (compose-gstring-for-terminal): Fix typos in docstrings.
5118
5119 2010-05-19 Juri Linkov <juri@jurta.org>
5120
5121 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
5122 set-window-parameter.
5123
5124 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
5125
5126 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
5127 where appropriate.
5128 (tramp-maybe-open-connection): Use it.
5129
5130 2010-05-19 Eli Zaretskii <eliz@gnu.org>
5131
5132 * simple.el (move-end-of-line): Make sure we are at line beginning
5133 before backing up to end of previous line.
5134
5135 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
5136
5137 * password-cache.el (password-cache-remove): Fix docstring.
5138
5139 * net/secrets.el: Autoload the widget functions.
5140 (secrets-search-items, secrets-create-item)
5141 (secrets-get-attributes, secrets-expand-item): Attributes will be
5142 stored on the password database without leading ":", as all other
5143 clients do as well.
5144 (secrets-mode): Fix docstring.
5145 (secrets-show-secrets): Provide it as autoloaded command only when
5146 D-Bus support is available. Check existence of Secret Service API.
5147
5148 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
5149
5150 * indent.el (indent-region): Deactivate region (bug#6200).
5151
5152 2010-05-19 Glenn Morris <rgm@gnu.org>
5153
5154 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
5155
5156 2010-05-19 Kenichi Handa <handa@m17n.org>
5157
5158 * composite.el: Register compose-gstring-for-graphic in
5159 composition-function-table only for combining characters (Mn, Mc, Me).
5160
5161 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
5162
5163 * calc/calc-trail.el (calc-trail-isearch-forward)
5164 (calc-trail-isearch-backward): Ensure that the new window
5165 point is set correctly.
5166
5167 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
5168
5169 * subr.el (read-quoted-char): Resolve modifiers after key
5170 remapping (bug#6212).
5171
5172 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
5173
5174 Add visualization code for secrets.
5175 * net/secrets.el (secrets-mode): New major mode.
5176 (secrets-show-secrets, secrets-show-collections)
5177 (secrets-expand-collection, secrets-expand-item)
5178 (secrets-tree-widget-after-toggle-function)
5179 (secrets-tree-widget-show-password): New defuns.
5180
5181 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
5182
5183 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
5184 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
5185 handled in smie-next-sexp.
5186 (smie-indent-calculate): Provide a starting indentation (so the
5187 recursion is well-founded ;-).
5188
5189 Fix handling of non-associative equal levels.
5190 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
5191 when it's not needed.
5192 (smie-op-left, smie-op-right): New functions.
5193 (smie-next-sexp): New function, extracted from smie-backward-sexp.
5194 Better handle equal levels to distinguish the associative case from
5195 the "multi-keyword construct" case.
5196 (smie-backward-sexp, smie-forward-sexp): Use it.
5197
5198 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
5199
5200 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
5201
5202 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
5203 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
5204
5205 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5206
5207 Provide a simple generic indentation engine and use it for Prolog.
5208 * emacs-lisp/smie.el: New file.
5209 * progmodes/prolog.el (prolog-smie-op-levels)
5210 (prolog-smie-indent-rules): New var.
5211 (prolog-mode-variables): Use them to configure SMIE.
5212 (prolog-indent-line, prolog-indent-level): Remove.
5213
5214 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
5215
5216 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
5217 order before computing the averages.
5218
5219 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
5220
5221 * calc/calc-vec.el (calc-histogram):
5222 (calcFunc-histogram): Allow vectors as inputs.
5223 (math-vector-avg): New function.
5224
5225 * calc/calc-ext.el (math-group-float): Have the number of digits
5226 being grouped depend on the radix (Bug#6189).
5227
5228 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
5229
5230 * version.el (emacs-copyright, emacs-version): Don't define here,
5231 now that emacs.c defines it.
5232
5233 2010-05-15 Eli Zaretskii <eliz@gnu.org>
5234
5235 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
5236 "Describe Language Environment" menu item.
5237
5238 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
5239
5240 Bidi-sensitive movement with arrow keys.
5241 * subr.el (right-arrow-command, left-arrow-command): New functions.
5242
5243 * bindings.el (global-map): Bind them to right and left arrow keys.
5244
5245 Don't override standard definition of convert-standard-filename.
5246 * files.el (convert-standard-filename): Call
5247 w32-convert-standard-filename and dos-convert-standard-filename on
5248 the corresponding systems.
5249
5250 * w32-fns.el (w32-convert-standard-filename): Rename from
5251 convert-standard-filename. Doc fix.
5252
5253 * dos-fns.el (dos-convert-standard-filename): Doc fix.
5254 (convert-standard-filename): Don't defalias.
5255 (register-name-alist, make-register, register-value)
5256 (set-register-value, intdos): Obsolete aliases for the
5257 corresponding dos-* functions and variables.
5258 (dos-intdos): Add a doc string.
5259
5260 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
5261
5262 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
5263 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
5264 (math-compose-tex-func):
5265 * calc/calccomp.el (math-compose-expr):
5266 * calc/calc-ext.el (math-format-flat-expr-fancy):
5267 * calc/calc-store.el (calc-read-var-name):
5268 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
5269
5270 * calc/calc.el (var-π, var-φ, var-γ): New variables.
5271 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
5272 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
5273 (math-standard-units): Add units.
5274
5275 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
5276
5277 * progmodes/asm-mode.el (asm-mode):
5278 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
5279
5280 * pcomplete.el (pcomplete-completions-at-point): New function,
5281 extracted from pcomplete-std-complete.
5282 (pcomplete-std-complete): Use it.
5283
5284 2010-05-15 Glenn Morris <rgm@gnu.org>
5285
5286 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
5287 Remove references to CVS, RCS and Old directories.
5288
5289 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
5290
5291 * calc/calc-bin.el (math-format-twos-complement): Group digits when
5292 appropriate.
5293
5294 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
5295
5296 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
5297 (sh-mode-syntax-table): Give it a default value instead.
5298 (sh-header-marker): Make buffer-local.
5299 (sh-mode): Move make-local-variable to the corresponding setq.
5300 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
5301 Use complete-with-action.
5302
5303 * simple.el (prog-mode): New (abstract) major mode.
5304 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
5305 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
5306
5307 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
5308
5309 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
5310 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
5311 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
5312 (sql-make-alternate-buffer-name, sql-placeholders-filter)
5313 (sql-escape-newlines-filter, sql-input-sender)
5314 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
5315
5316 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
5317
5318 Add TeX open-block and close-block keybindings to SGML, and vice versa.
5319
5320 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
5321 latex-open-block and C-c / to latex-close-block.
5322
5323 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
5324 and C-c C-e to sgml-close-tag.
5325
5326 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
5327
5328 * net/tramp.el (with-progress-reporter): Create reporter object
5329 only when the message would be displayed. Handle nested calls.
5330 (tramp-handle-load, tramp-handle-file-local-copy)
5331 (tramp-handle-insert-file-contents, tramp-handle-write-region)
5332 (tramp-maybe-send-script, tramp-find-shell):
5333 Use `with-progress-reporter'.
5334 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
5335 Fix message text.
5336
5337 * net/tramp-smb.el (tramp-smb-handle-copy-file)
5338 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
5339 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
5340 Use `with-progress-reporter'.
5341
5342 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
5343
5344 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
5345 process everytime when spellchecking from the minibuffer (bug#6143).
5346
5347 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
5348
5349 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
5350
5351 * dos-fns.el: Add "dos-" prefix for namespace control.
5352 (convert-standard-filename): Define as alias for
5353 dos-convert-standard-filename but only if applicable.
5354
5355 2010-05-12 Alan Mackenzie <acm@muc.de>
5356
5357 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
5358 Push the mark at the start of these functions when appropriate.
5359
5360 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5361
5362 * minibuffer.el (completion-cycle-threshold): New custom var.
5363 (completion--do-completion): Use it.
5364 (minibuffer-complete): Use cycling if appropriate.
5365
5366 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
5367
5368 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
5369 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
5370
5371 2010-05-11 Juri Linkov <juri@jurta.org>
5372
5373 * scroll-all.el (scroll-all-check-to-scroll):
5374 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
5375
5376 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
5377
5378 * iimage.el (iimage-mode-map): Move initialization into declaration.
5379 (iimage-mode-buffer): Use with-silent-modifications.
5380 Simplify calling convention. Adjust callers.
5381 (iimage-mode): Don't run hook redundantly.
5382
5383 * minibuffer.el (completion-pcm--pattern->regex):
5384 Fix last change (bug#6160).
5385
5386 2010-05-10 Juri Linkov <juri@jurta.org>
5387
5388 Remove nodes visited during Isearch from the Info history.
5389 * info.el (Info-isearch-initial-history)
5390 (Info-isearch-initial-history-list): New variables.
5391 (Info-isearch-start): Record initial values of
5392 Info-isearch-initial-history and Info-isearch-initial-history-list.
5393 Add Info-isearch-end to isearch-mode-end-hook.
5394 (Info-isearch-end): New function.
5395
5396 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
5397
5398 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
5399 format string, in order to work around a bug in pdksh.
5400 Reported by Gilles Pion <gpion@lfdj.com>.
5401 (tramp-handle-verify-visited-file-modtime): Do not send a command
5402 when the connection is not established.
5403 (tramp-handle-set-file-times): Simplify the check for utc.
5404
5405 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
5406
5407 Fix use of `filter-buffer-substring' (rework previous change).
5408 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
5409 (cua-repeat-replace-region):
5410 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
5411 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
5412 (cua-cut-region-to-global-mark): Use it.
5413
5414 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
5415
5416 * progmodes/sql.el: Version 2.1.
5417 (sql-product-alist): Redesign structure of product info.
5418 (sql-product, sql-user, sql-server, sql-database): Safe variables.
5419 (sql-port, sql-port-history): New variables.
5420 (sql-interactive-product): New variable.
5421 (sql-send-terminator): New variable.
5422 (sql-imenu-generic-expression): Add "Types" imenu entry.
5423 (sql-oracle-login-params, sql-sqlite-login-params)
5424 (sql-mysql-login-params, sql-solid-login-params)
5425 (sql-sybase-login-params, sql-informix-login-params)
5426 (sql-ingres-login-params, sql-ms-login-params)
5427 (sql-postgres-login-params, sql-interbase-login-params)
5428 (sql-db2-login-params, sql-linter-login-params)
5429 (sql-oracle-scan-on): New variables.
5430 (sql-mode-map): Add C-c C-i to start interactive mode.
5431 (sql-mode-menu): Update existing menu entries.
5432 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
5433 (sql-mode-oracle-font-lock-keywords)
5434 (sql-mode-postgres-font-lock-keywords)
5435 (sql-mode-ms-font-lock-keywords)
5436 (sql-mode-sybase-font-lock-keywords)
5437 (sql-mode-informix-font-lock-keywords)
5438 (sql-mode-interbase-font-lock-keywords)
5439 (sql-mode-ingres-font-lock-keywords)
5440 (sql-mode-solid-font-lock-keywords)
5441 (sql-mode-mysql-font-lock-keywords)
5442 (sql-mode-sqlite-font-lock-keywords)
5443 (sql-mode-db2-font-lock-keywords)
5444 (sql-mode-linter-font-lock-keywords): Update initialization to
5445 reduce run-time complexity.
5446 (sql-add-product, sql-del-product): New functions.
5447 (sql-set-product-feature, sql-get-product-feature): New functions.
5448 (sql-product-font-lock): Update product API.
5449 (sql-add-product-keywords): New function.
5450 (sql-highlight-product): Update product API.
5451 (sql-help-list-products): New function.
5452 (sql-help): Dynamically lists free and non-free products.
5453 (sql-get-login): Correct bug in handling history and added
5454 prompt for port.
5455 (sql-copy-column): Copy without properties.
5456 (sqli-input-sender): Apply filters to SQLi input.
5457 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
5458 Implement as a filter.
5459 (sql-escape-newlines-filter): Implement as a filter.
5460 (sql-remove-tabs-filter): New function.
5461 (sql-send-magic-terminator): New function.
5462 (sql-send-string): Implement magic terminator.
5463 (sql-send-region): Use `sql-send-string'.
5464 (sql-interactive-mode): Use product API.
5465 (sql-product-interactive): Use product API.
5466 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
5467 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
5468 (sql-db2, sql-linter): Use `sql-product-interactive'.
5469 (sql-connect): New function.
5470 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
5471 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
5472 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
5473 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
5474 Use `sql-connect'.
5475
5476 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
5477
5478 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
5479 New custom variable.
5480 (completion-pcm--string->pattern): Use it.
5481 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
5482 Make it handle any symbol as `any'.
5483 (completion-pcm--merge-completions): Extract common suffix for the new
5484 `prefix' symbol as well.
5485 (completion-substring--all-completions): Use the new `prefix' symbol.
5486
5487 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
5488
5489 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
5490 not bound.
5491 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
5492 (tramp-compat-funcall): New defmacro.
5493 (tramp-compat-line-beginning-position)
5494 (tramp-compat-line-end-position)
5495 (tramp-compat-temporary-file-directory)
5496 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
5497 (tramp-compat-copy-file, tramp-compat-copy-directory)
5498 (tramp-compat-delete-file, tramp-compat-delete-directory)
5499 (tramp-compat-number-sequence, tramp-compat-process-running-p)
5500 * net/tramp.el (top, with-progress-reporter)
5501 (tramp-rfn-eshadow-setup-minibuffer)
5502 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
5503 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
5504 (tramp-completion-mode-p, tramp-check-for-regexp)
5505 (tramp-open-connection-setup-interactive-shell)
5506 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
5507 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
5508 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
5509 * net/tramp-cmds.el (tramp-cleanup-all-connections)
5510 (tramp-reporter-dump-variable, tramp-load-report-modules)
5511 (tramp-append-tramp-buffers)
5512 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
5513
5514 * net/tramp-imap.el (top): Autoload `epg-make-context'.
5515
5516 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5517
5518 * progmodes/compile.el (compilation-buffer-modtime): Rename from
5519 buffer-modtime. Adjust users.
5520
5521 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5522
5523 * international/mule.el (auto-coding-alist): Only purecopy
5524 car of each item, not the whole list (Bug#6083).
5525
5526 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5527
5528 * progmodes/js.el (js-mode): Make paragraph variables local before
5529 calling c-setup-paragraph-variables (Bug#6071).
5530
5531 2010-05-08 Eli Zaretskii <eliz@gnu.org>
5532
5533 * composite.el (compose-region, reference-point-alist): Fix typos
5534 in the doc strings.
5535
5536 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
5537
5538 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
5539 gnuplot's "set" command.
5540
5541 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
5542
5543 * abbrev.el (last-abbrev-text): Doc fix.
5544 (abbrev-prefix-mark): Don't escape parenthesis.
5545
5546 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
5547
5548 * composite.el (find-composition): Doc fix.
5549
5550 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
5551
5552 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
5553 (sql-oracle-program, sql-sqlite-options)
5554 (sql-query-placeholders-and-send): Doc fixes.
5555 (sql-set-product, sql-interactive-mode): Reflow docstrings.
5556 (sql-imenu-generic-expression, sql-buffer)
5557 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
5558 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
5559 (sql-mode-sybase-font-lock-keywords)
5560 (sql-mode-informix-font-lock-keywords)
5561 (sql-mode-interbase-font-lock-keywords)
5562 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
5563 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
5564 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
5565 (sql-product-feature, sql-highlight-product)
5566 (comint-line-beginning-position, sql-rename-buffer)
5567 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
5568 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
5569 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
5570 Fix typos in docstrings.
5571
5572 2010-05-08 Juri Linkov <juri@jurta.org>
5573
5574 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
5575 property instead of `invisible' and `after-string' (bug#5998).
5576
5577 2010-05-08 Juri Linkov <juri@jurta.org>
5578
5579 * image-mode.el (image-mode-as-text): Fix typo in docstring.
5580
5581 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
5582
5583 * filecache.el (file-cache-add-directory-list)
5584 (file-cache-add-directory-recursively): Fix typos in docstrings.
5585
5586 2010-05-08 Kenichi Handa <handa@m17n.org>
5587
5588 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
5589 (gujarati-composable-pattern): Fix typo.
5590
5591 2010-05-08 Kenichi Handa <handa@m17n.org>
5592
5593 * language/indian.el (oriya-composable-pattern)
5594 (tamil-composable-pattern, malayalam-composable-pattern):
5595 Add two-part vowels to "v" (vowel sign).
5596
5597 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5598
5599 * files.el (copy-directory): Handle symlinks (Bug#5982).
5600
5601 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
5602
5603 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
5604 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
5605 (Bug#5846).
5606
5607 2010-05-08 Glenn Morris <rgm@gnu.org>
5608
5609 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
5610
5611 * minibuffer.el (completion-at-point): Doc fix.
5612
5613 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5614
5615 * electric.el (Electric-command-loop): Minor tweak.
5616
5617 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
5618 better with dedicated windows.
5619
5620 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
5621
5622 * Version 23.2 released.
5623
5624 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
5625 Stefan Monnier <monnier@iro.umontreal.ca>
5626
5627 Highlight vendor specific properties.
5628 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
5629 (css-proprietary-property): New face.
5630 (css-font-lock-keywords): Use them.
5631
5632 2010-05-07 Eli Zaretskii <eliz@gnu.org>
5633
5634 * cus-start.el (all): Add native condition for tool-bar-* symbols.
5635
5636 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5637
5638 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
5639 * files.el (auto-mode-alist): Remove redundant entries.
5640
5641 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
5642 * simple.el (auto-save-mode): Move from files.el.
5643 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
5644
5645 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5646
5647 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5648
5649 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
5650
5651 * mail/binhex.el (binhex-decode-region-internal)
5652 * mail/uudecode.el (uudecode-decode-region-internal)
5653 * net/dns.el (dns-read-string-name, dns-write, dns-read)
5654 (dns-read-type, dns-query)
5655 * pgg-parse.el (pgg-parse-armor)
5656 * pgg.el (pgg-verify-region)
5657 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
5658 XEmacs.
5659
5660 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
5661
5662 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
5663
5664 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
5665
5666 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
5667 * emulation/cua-base.el (cua-repeat-replace-region):
5668 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
5669 (cua-cut-region-to-global-mark):
5670 Remove text properties with `set-text-properties'.
5671
5672 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
5673
5674 * net/tramp.el (top, with-progress-reporter):
5675 Use `symbol-function' inside `funcall'.
5676
5677 * net/tramp-compat.el (tramp-compat-file-attributes)
5678 (tramp-compat-delete-file, tramp-compat-delete-directory):
5679 Handle only `wrong-number-of-arguments' error.
5680
5681 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
5682 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
5683 inside `funcall'.
5684
5685 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5686
5687 * minibuffer.el (completion--sreverse, completion--common-suffix):
5688 New functions.
5689 (completion-pcm--merge-completions): Extract common suffix when safe.
5690
5691 * emacs-lisp/easy-mmode.el (define-minor-mode):
5692 Make :variable more flexible.
5693 * files.el (auto-save-mode): Use it to define using define-minor-mode.
5694
5695 2010-05-05 Juri Linkov <juri@jurta.org>
5696
5697 Add `slow' and `history' tags to the desktop data.
5698
5699 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
5700 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
5701 (Info-finder-find-node): Require `finder.el' to be able
5702 to restore node from the desktop.
5703 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
5704 data `Info-history' and `slow' tag in the assoc list.
5705 (Info-restore-desktop-buffer): Don't restore nodes with the
5706 `slow' tag. Restore `Info-history'.
5707
5708 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
5709
5710 Add FORCE argument to `delete-file'.
5711
5712 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
5713 forcing to delete the temporary file.
5714 (ange-ftp-delete-file): Add FORCE arg.
5715 (ange-ftp-rename-remote-to-remote)
5716 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
5717 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
5718 Force file deletion.
5719
5720 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
5721
5722 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
5723 (tramp-handle-make-symbolic-link, tramp-handle-load)
5724 (tramp-do-copy-or-rename-file-via-buffer)
5725 (tramp-do-copy-or-rename-file-directly)
5726 (tramp-do-copy-or-rename-file-out-of-band)
5727 (tramp-handle-process-file, tramp-handle-call-process-region)
5728 (tramp-handle-shell-command, tramp-handle-file-local-copy)
5729 (tramp-handle-insert-file-contents, tramp-handle-write-region)
5730 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
5731
5732 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
5733 (tramp-fish-handle-make-symbolic-link)
5734 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
5735
5736 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
5737 Use `tramp-compat-delete-file'.
5738
5739 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
5740 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
5741
5742 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
5743 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
5744
5745 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
5746 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
5747 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
5748 `tramp-compat-delete-file'.
5749
5750 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5751
5752 Minor cleanups.
5753 * subr.el (add-minor-mode): Use push.
5754 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
5755 * emulation/edt.el (edt-select-mode): Simplify.
5756
5757 Use define-minor-mode in more cases.
5758 * term/tvi970.el (tvi970-set-keypad-mode):
5759 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
5760 (normal-erase-is-backspace-mode):
5761 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
5762 (set-scroll-bar-mode-1): (Re)move to its sole caller.
5763 (get-scroll-bar-mode): New function.
5764 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
5765
5766 Use define-minor-mode for less obvious cases.
5767 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
5768 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
5769 * international/iso-ascii.el (iso-ascii-mode):
5770 * frame.el (auto-raise-mode, auto-lower-mode):
5771 * composite.el (global-auto-composition-mode): Use define-minor-mode.
5772
5773 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
5774
5775 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
5776 in order to see error messages for failed logins.
5777
5778 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
5779
5780 * diff.el (diff-sentinel):
5781
5782 * epg.el (epg--make-temp-file, epg-decrypt-string)
5783 (epg-verify-string, epg-sign-string, epg-encrypt-string):
5784
5785 * jka-compr.el (jka-compr-partial-uncompress)
5786 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
5787
5788 * server.el (server-sentinel): Use delete-file's new FORCE arg
5789 (Bug#6070).
5790
5791 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
5792
5793 Use define-minor-mode where applicable.
5794 * view.el (view-mode):
5795 * type-break.el (type-break-query-mode)
5796 (type-break-mode-line-message-mode):
5797 * textmodes/reftex.el (reftex-mode):
5798 * term/vt100.el (vt100-wide-mode):
5799 * tar-mode.el (tar-subfile-mode):
5800 * savehist.el (savehist-mode):
5801 * ibuf-ext.el (ibuffer-auto-mode):
5802 * composite.el (auto-composition-mode):
5803 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
5804 Use define-minor-mode.
5805 (vhdl-mode): Use static mode-line format.
5806 (vhdl-mode-line-update): Delete.
5807 (vhdl-create-mode-menu, vhdl-activate-customizations)
5808 (vhdl-hs-minor-mode): Don't bother calling it.
5809
5810 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
5811
5812 * simple.el (with-wrapper-hook): Move.
5813 (buffer-substring-filters): Mark obsolete.
5814 (filter-buffer-substring-functions): New variable.
5815 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
5816
5817 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
5818 Michael Albinus <michael.albinus@gmx.de>
5819
5820 Implement compression for inline methods.
5821
5822 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
5823 (tramp-copy-size-limit): Allow also nil.
5824 (tramp-inline-compress-commands): New defconst.
5825 (tramp-find-inline-compress, tramp-get-inline-compress)
5826 (tramp-get-inline-coding): New defuns.
5827 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
5828 replaced by `tramp-get-inline-coding'.
5829 (tramp-handle-file-local-copy, tramp-handle-write-region)
5830 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
5831
5832 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5833
5834 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
5835 Remove unused functions.
5836
5837 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
5838 Set find-tag-default-function as a variable rather than a property.
5839
5840 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
5841 * progmodes/etags.el (tags-completion-at-point-function):
5842 Remove left over interactive spec. Add autoloading stub.
5843 (complete-tag): Use tags-completion-at-point-function.
5844
5845 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
5846
5847 * minibuffer.el (tags-completion-at-point-function): Fix return value.
5848
5849 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
5850
5851 * ido.el (ido-init-completion-maps): Remove C-v binding.
5852 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
5853
5854 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
5855
5856 * minibuffer.el (tags-completion-at-point-function): New function.
5857 (completion-at-point-functions): Use it.
5858
5859 * progmodes/etags.el (complete-tag): Revert last change.
5860
5861 2010-04-29 Alan Mackenzie <acm@muc.de>
5862
5863 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
5864 off-by-one error (in end of macro position).
5865
5866 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5867
5868 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
5869 firefox is absent. Don't autoload.
5870 (browse-url-galeon-program): Don't autoload.
5871
5872 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
5873
5874 * bindings.el (complete-symbol): Move into minibuffer.el.
5875
5876 * minibuffer.el (complete-tag): Move from etags.el. If tags
5877 completion cannot be performed, return nil instead of signalling
5878 an error.
5879 (completion-at-point): Make it an alias for complete-symbol.
5880 (complete-symbol): Move from bindings.el, and replace with the
5881 body of completion-at-point.
5882
5883 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
5884
5885 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
5886
5887 * net/tramp.el (tramp-remote-selinux-p): New defun.
5888 (tramp-handle-file-selinux-context)
5889 (tramp-handle-set-file-selinux-context): Use it.
5890
5891 2010-04-28 Sam Steingold <sds@gnu.org>
5892
5893 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
5894 `safe-local-variable' if the value is a string or a symbol with
5895 the property `bug-reference-url-format'.
5896
5897 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
5898
5899 * progmodes/bug-reference.el (bug-reference-url-format):
5900 Revert 2010-04-27 change due to security risk.
5901
5902 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5903
5904 Make it possible to locally disable a globally enabled mode.
5905 * simple.el (fundamental-mode): Run fundamental-mode-hook.
5906 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
5907 rather than kill-all-local-variables so it runs fundamental-mode-hook.
5908 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5909 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
5910 that subsequent hooks get a chance to disable it.
5911
5912 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
5913
5914 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5915 Avoid re-enabling a minor mode after the user turned the minor mode
5916 off if MODE-enable-in-buffers is run twice (typically once from
5917 fundamental-mode's after-change-major-mode-hook and a second time from
5918 run-mode-hook's own after-change-major-mode-hook).
5919
5920 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
5921
5922 2010-04-27 Sam Steingold <sds@gnu.org>
5923
5924 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
5925 `safe-local-variable' if the value is a string or a function, as
5926 documented and implemented on 2010-04-02.
5927
5928 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
5929
5930 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
5931 when method is 'kill.
5932
5933 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
5934
5935 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
5936 condition in default directory check.
5937 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
5938 Kill ispell process when killing its associated buffer.
5939
5940 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
5941
5942 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
5943 but we aren't using it.
5944
5945 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
5946
5947 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
5948 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
5949
5950 2010-04-24 Glenn Morris <rgm@gnu.org>
5951
5952 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
5953 Ignore VCS-ignore files, and deleted nextstep preferences files.
5954 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
5955 (authors-ambiguous-files): New list.
5956 (authors-valid-file-names): Add some deleted files.
5957 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
5958 (authors-disambiguate-file-name): New function. (Bug#5501)
5959 (authors-canonical-file-name): Doc fix.
5960 Don't warn about obsolete files.
5961 (authors-canonical-file-name, authors-scan-el):
5962 Use authors-disambiguate-file-name.
5963
5964 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5965 Add autoload cookies.
5966 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
5967 (generated-autoload-file): Set file-local value to "htmlfontify.el".
5968 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
5969 They have definitions / compiler macros in cl.el.
5970 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
5971 Replace manual autoloads with generated ones.
5972 (htmlfontify-unload-rgb-file): Remove autoload.
5973 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
5974
5975 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
5976
5977 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
5978 (byte-compile-setq-default): Optimize for the
5979 single-var case and don't call byte-compile-form in this case to avoid
5980 inf-loop with byte-compile-set-default.
5981
5982 * progmodes/compile.el (compilation-start): Abbreviate default directory.
5983
5984 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
5985
5986 Implement SELINUX backends.
5987
5988 * net/tramp.el (tramp-file-name-handler-alist):
5989 Add `file-selinux-context' and `set-file-selinux-context'.
5990 (tramp-handle-file-selinux-context)
5991 (tramp-handle-set-file-selinux-context): New defuns.
5992 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
5993 Handle PRESERVE-SELINUX-CONTEXT.
5994
5995 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5996 Add `file-selinux-context' and `set-file-selinux-context'.
5997 (tramp-gvfs-handle-file-selinux-context)
5998 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
5999 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
6000
6001 * net/ange-ftp.el (ange-ftp-copy-file):
6002 * net/tramp-fish.el (tramp-fish-handle-copy-file):
6003 * net/tramp-imap.el (tramp-imap-handle-copy-file):
6004 * net/tramp-smb.el (tramp-smb-handle-copy-file):
6005 Add PRESERVE-SELINUX-CONTEXT.
6006
6007 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
6008
6009 Synchronize with Tramp repository.
6010
6011 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
6012 (tramp-action-process-alive, tramp-action-out-of-band)
6013 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
6014 (tramp-exists-file-name-handler): Fix docstring.
6015 (with-progress-reporter): New defmacro.
6016 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
6017 (tramp-maybe-open-connection): Use it.
6018
6019 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
6020
6021 Detect ssh 'ControlMaster' argument automatically in some cases.
6022
6023 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
6024 (tramp-default-method): Use it.
6025
6026 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
6027
6028 * net/tramp.el (tramp-handle-copy-file): Add new optional
6029 parameter `preserve-selinux-context'.
6030 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
6031
6032 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
6033
6034 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
6035 Ensure, that non remote files are still checked. Oops.
6036
6037 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
6038
6039 Fix Bug#5840.
6040
6041 * icomplete.el (icomplete-completions): Use `non-essential'.
6042
6043 * net/tramp.el (tramp-connectable-p): New defun.
6044 (tramp-handle-expand-file-name)
6045 (tramp-completion-handle-file-name-all-completions)
6046 (tramp-completion-handle-file-name-completion): Use it.
6047
6048 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
6049
6050 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
6051
6052 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
6053
6054 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
6055
6056 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
6057
6058 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
6059 is present.
6060
6061 * info.el (info-tool-bar-map): Add labels.
6062
6063 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
6064
6065 * cus-edit.el (custom-commands): Add labels for tool bar.
6066 (custom-buffer-create-internal, Custom-mode): Adjust for
6067 labels in custom-commands.
6068
6069 * dynamic-setting.el: Renamed from font-setting.el.
6070
6071 2010-04-21 John Wiegley <jwiegley@gmail.com>
6072
6073 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
6074 toggles the use of virtual buffers.
6075 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
6076 (ido-toggle-virtual-buffers): New function.
6077
6078 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
6079
6080 Use `define-derived-mode'; fix window selection; doc fixes.
6081 * play/tetris.el (tetris, tetris-update-speed-function)
6082 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
6083 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
6084 (tetris-rotate-next, tetris-end-game, tetris-start-game)
6085 (tetris-pause-game): Fix typos in docstrings.
6086 (tetris-mode-map, tetris-null-map):
6087 Move initialization into declaration.
6088 (tetris-mode): Define with `define-derived-mode';
6089 set show-trailing-whitespace to nil.
6090 (tetris): Prefer window already displaying the "*Tetris*" buffer.
6091
6092 2010-04-21 Karel Klíč <kklic@redhat.com>
6093
6094 * files.el (backup-buffer): Handle SELinux context, and return it
6095 if a backup was made by renaming.
6096 (backup-buffer-copy): Set SELinux context to the target file.
6097 (basic-save-buffer): Set SELinux context of the newly written file.
6098 (basic-save-buffer-1): Now it also returns any SELinux context.
6099 (basic-save-buffer-2): Set SELinux context of the newly created file,
6100 and return it.
6101 * net/tramp.el (tramp-file-name-for-operation):
6102 Add file-selinux-context.
6103
6104 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
6105
6106 Make the log-edit comments use RFC822 format throughout.
6107
6108 * vc.el (vc-checkin, vc-modify-change-comment):
6109 Adjust to new vc-start/finish-logentry.
6110 (vc-find-conflicted-file): New command.
6111 (vc-transfer-file): Adjust to new vc-checkin.
6112 (vc-next-action): Improve scoping.
6113
6114 * vc-hg.el (vc-hg-log-edit-mode): Remove.
6115 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
6116
6117 * vc-git.el (vc-git-log-edit-mode): Remove.
6118 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
6119 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
6120
6121 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
6122 (vc-start-logentry): Remove argument `extra'.
6123 (vc-finish-logentry): Remove extra args.
6124
6125 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
6126 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
6127 (vc-bzr-conflicted-files): New function.
6128
6129 * log-edit.el (log-edit-extra-flags)
6130 (log-edit-before-checkin-process): Remove.
6131 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
6132 (log-edit-headers-alist): New var.
6133 (log-edit-header-contents-regexp): New const.
6134 (log-edit-match-to-eoh): New function.
6135 (log-edit-font-lock-keywords): Use them.
6136 (log-edit): Insert a "Summary:" header as default.
6137 (log-edit-mode): Mark font-lock rules as case-insensitive.
6138 (log-edit-done): Cleanup headers.
6139 (log-view-process-buffer): Remove.
6140 (log-edit-extract-headers): New function to replace it.
6141
6142 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
6143
6144 * subr.el (default-direction-reversed): Remove obsolescence info.
6145
6146 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6147
6148 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
6149 windows/frames.
6150
6151 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
6152 I.e. include text after point in the completion region.
6153 Also, return nil when we're not after/in a symbol.
6154
6155 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
6156 default enable-multibyte-characters.
6157
6158 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6159
6160 * international/mule.el: Help the user choose a valid coding-system.
6161 (read-buffer-file-coding-system): New function.
6162 (set-buffer-file-coding-system): Use it. Prompt the user if the
6163 coding-system cannot encode all the chars.
6164
6165 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
6166 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
6167 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
6168 Don't use *vc-bzr-shelve*.
6169
6170 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
6171
6172 Fix the version number for added files.
6173 * vc-hg.el (vc-hg-working-revision): Check if the file is
6174 registered after hg parent fails (Bug#5961).
6175
6176 2010-04-19 Glenn Morris <rgm@gnu.org>
6177
6178 * htmlfontify.el (htmlfontify-buffer)
6179 (htmlfontify-copy-and-link-dir): Autoload entry points.
6180
6181 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
6182
6183 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
6184 name relative to the project root (Bug#5960).
6185
6186 2010-04-19 Glenn Morris <rgm@gnu.org>
6187
6188 * vc-git.el (vc-git-print-log): Doc fix.
6189
6190 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
6191
6192 * ido.el (ido-file-internal): Fix 2009-12-02 change.
6193
6194 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
6195
6196 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
6197 default settings (Bug#5928).
6198
6199 2010-04-19 Glenn Morris <rgm@gnu.org>
6200
6201 * progmodes/fortran.el (fortran-match-and-skip-declaration):
6202 New function.
6203 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
6204
6205 2010-04-19 Kenichi Handa <handa@m17n.org>
6206
6207 * language/indian.el (malayalam-composable-pattern): Fix previous
6208 change (add U+0D4D "SIGN VIRAMA").
6209 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
6210 (tamil-composable-pattern): Fix typo in the regexp.
6211 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
6212 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
6213 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
6214
6215 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
6216
6217 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
6218 paragraph-separate (Bug#5821).
6219
6220 2010-04-19 Juri Linkov <juri@jurta.org>
6221
6222 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
6223
6224 * info.el (Info-find-node-2): Comment out code that skips
6225 breadcrumbs line.
6226 (Info-mouse-follow-link): New command.
6227 (Info-link-keymap): New keymap.
6228 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
6229 Return a string with links instead of inserting breadcrumbs
6230 to the Info buffer.
6231 (Info-fontify-node): Comment out code that inserts breadcrumbs.
6232 Instead of putting the `invisible' text property over the Info
6233 header, make an overlay over the Info header with the `invisible'
6234 property and `after-string' set to the string returned by
6235 `Info-breadcrumbs'.
6236
6237 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
6238
6239 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
6240 Reported by monkey@sandpframing.com.
6241
6242 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6243
6244 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
6245 (tmm-get-keymap): Add key-binding shortcuts now that they're not
6246 available in the "keyseq cache" any more.
6247
6248 * custom.el (defcustom): Add edebug spec.
6249
6250 2010-04-18 Juri Linkov <juri@jurta.org>
6251
6252 Test for special mode-class in view-buffer instead of view-file (bug#5513).
6253
6254 * view.el (view-file, view-buffer): Move test for special mode-class
6255 from view-file to view-buffer.
6256
6257 * tar-mode.el (tar-extract): Turn if's into one cond
6258 like in arc-mode.el.
6259
6260 2010-04-18 Juri Linkov <juri@jurta.org>
6261
6262 Add 7z archive format support (bug#5475).
6263
6264 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
6265 (archive-7z-extract): New defcustom.
6266 (archive-find-type): Add magic string for 7z.
6267 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
6268 If `stderr-file' is non-nil, use `(t stderr-file)' for the
6269 `buffer' arg of `call-process'.
6270 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
6271 call the function `archive-7z-extract' with the variable
6272 `archive-7z-extract' let-bound to `archive-zip-extract'.
6273 (archive-7z-summarize, archive-7z-extract): New functions.
6274
6275 * international/mule.el (auto-coding-alist):
6276 * files.el (auto-mode-alist): Add 7z file extension.
6277
6278 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6279
6280 * loadup.el: Setup hash-cons for pure data.
6281
6282 Fix duplicate entries in cedet's loaddefs.el files.
6283 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
6284 Should make most file-local generated-autoload-file unnecessary.
6285 (print-readably): Silence warnings.
6286 (autoload-find-destination): Take load-name as an arg to make sure
6287 it's the same as the one that will be in the file.
6288 (autoload-generate-file-autoloads): Adjust to above changes.
6289 Try to make the dataflow a bit simpler.
6290
6291 * cvs-status.el (cvs-refontify): Remove unused.
6292
6293 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
6294
6295 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
6296
6297 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
6298 twos-complement mode.
6299
6300 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
6301
6302 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
6303 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
6304 (calc-inverse): Add "Option" to message, as appropriate.
6305 (calc-hyperbolic): Add "Option" to message, as appropriate.
6306 (calc-option, calc-is-option): New functions.
6307
6308 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
6309 (calc-option-prefix-help): New function.
6310
6311 * calc/calc-misc.el (calc-help): Add "Option" entry.
6312
6313 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
6314 (calc-option-flag): New variable.
6315 (calc-do): Set `calc-option-flag to nil.
6316 (calc-set-mode-line): Add "Opt " as appropriate.
6317
6318 2010-04-16 Juri Linkov <juri@jurta.org>
6319
6320 Move scrolling commands from simple.el to window.el
6321 because their primitives are implemented in window.c.
6322
6323 * simple.el (scroll-error-top-bottom)
6324 (scroll-up-command, scroll-down-command, scroll-up-line)
6325 (scroll-down-line, scroll-other-window-down)
6326 (beginning-of-buffer-other-window, end-of-buffer-other-window):
6327 * window.el (scroll-error-top-bottom)
6328 (scroll-up-command, scroll-down-command, scroll-up-line)
6329 (scroll-down-line, scroll-other-window-down)
6330 (beginning-of-buffer-other-window, end-of-buffer-other-window):
6331 Move from simple.el to window.el because their primitives are
6332 implemented in window.c.
6333
6334 2010-04-16 Juri Linkov <juri@jurta.org>
6335
6336 * isearch.el (isearch-lookup-scroll-key): Check both
6337 `isearch-scroll' and `scroll-command' properties.
6338 (scroll-up, scroll-down): Remove `isearch-scroll' property.
6339
6340 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
6341
6342 * simple.el (scroll-up-command, scroll-down-command)
6343 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
6344
6345 2010-04-15 Juri Linkov <juri@jurta.org>
6346
6347 * simple.el (scroll-up-command, scroll-down-command)
6348 (scroll-up-line, scroll-down-line): Put `scroll-command'
6349 property on the these symbols. Remove them from
6350 `scroll-preserve-screen-position-commands'.
6351
6352 * mwheel.el (mwheel-scroll): Put `scroll-command' and
6353 `isearch-scroll' properties on the `mwheel-scroll' symbol.
6354 Remove it from `scroll-preserve-screen-position-commands'.
6355
6356 * isearch.el (isearch-allow-scroll): Doc fix.
6357
6358 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
6359
6360 * net/tramp.el (tramp-error-with-buffer): Don't show the
6361 connection buffer when we are in completion mode.
6362 (tramp-file-name-handler): Catch the error for some operations
6363 when we are in completion mode. This gives the user the chance to
6364 correct the file name in the minibuffer.
6365
6366 2010-04-15 Glenn Morris <rgm@gnu.org>
6367
6368 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
6369
6370 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
6371
6372 Simplify by using `define-derived-mode'.
6373 * info.el (Info-mode):
6374 * calendar/todo-mode.el (todo-mode):
6375 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
6376 (gomoku-mode-map): Move initialization into declaration.
6377
6378 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
6379
6380 Fix Bug#5840.
6381 * ido.el (ido-file-name-all-completions-1):
6382 * minibuffer.el (minibuffer-completion-help):
6383 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
6384
6385 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6386
6387 * simple.el (non-essential): New var.
6388
6389 Add a new field `location' to bookmarks for non-file bookmarks.
6390 * bookmark.el (bookmark-location): Use the new field, if present.
6391 (bookmark-insert-location): Undo last change, not needed any more.
6392 * man.el (Man-bookmark-make-record):
6393 * woman.el (woman-bookmark-make-record): Add `location' field.
6394
6395 2010-04-14 Juri Linkov <juri@jurta.org>
6396
6397 * simple.el (scroll-error-top-bottom): New defcustom.
6398 (scroll-up-command, scroll-down-command): Use it. Doc fix.
6399
6400 * emulation/pc-select.el (pc-select-override-scroll-error):
6401 Obsolete in favor of `scroll-error-top-bottom'.
6402
6403 2010-04-14 Juri Linkov <juri@jurta.org>
6404
6405 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
6406 `scroll-up-command' and `M-v' to `scroll-down-command'.
6407
6408 * emulation/cua-rect.el (cua--init-rectangles):
6409 * forms.el (forms--change-commands):
6410 * image-mode.el (image-mode-map):
6411 Remap scroll-down-command and scroll-up-command
6412 in addition to scroll-down and scroll-up.
6413
6414 2010-04-14 Juri Linkov <juri@jurta.org>
6415
6416 * mwheel.el (scroll-preserve-screen-position-commands):
6417 Add mwheel-scroll to this list of commands.
6418
6419 * simple.el (scroll-preserve-screen-position-commands):
6420 Add scroll-up-command, scroll-down-command, scroll-up-line,
6421 scroll-down-line to this list of commands.
6422
6423 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
6424
6425 * obsolete/complete.el: Move from lisp/complete.el.
6426
6427 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
6428
6429 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
6430 to the minor mode function now turns the mode ON unconditionally.
6431
6432 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6433
6434 * vc-dir.el (vc-dir-kill-line): New command.
6435 (vc-dir-mode-map): Bind it to C-k.
6436
6437 * bookmark.el (bookmark-insert-location): Handle a nil filename.
6438
6439 * woman.el: Add bookmark declarations to silence the compiler.
6440 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
6441 step to compatibility between man and woman bookmarks.
6442 Adjust for Man-default-bookmark-title renaming.
6443 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
6444
6445 * man.el: Add bookmark declarations to silence the compiler.
6446 (Man-name-local-regexp): Make it match NAME as well.
6447 (Man-getpage-in-background): Return the buffer.
6448 (Man-notify-when-ready): Use `case'.
6449 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
6450 Don't hardcode "NAME". Simplify.
6451 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
6452 Rename from Man-bookmark-make-record.
6453 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
6454 we have the actual man-args. Use Man-getpage-in-background rather
6455 than `man' since the arg is already processed. Let bookmark.el do the
6456 window handling. Only wait for the relevant process.
6457 Don't forget to autoload.
6458
6459 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
6460
6461 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6462
6463 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
6464 New functions.
6465 (woman-mode): Setup bookmark support.
6466
6467 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
6468 (man-bookmark-jump): New functions.
6469 (Man-mode): Setup bookmark support.
6470
6471 2010-04-10 Jari Aalto <jari.aalto@cante.net>
6472
6473 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
6474 recognize ssh-keygen prompt (Bug#2817).
6475
6476 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
6477
6478 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
6479
6480 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
6481
6482 Synchronize with Tramp repository.
6483
6484 * net/tramp.el (tramp-completion-function-alist)
6485 (tramp-file-name-regexp, tramp-chunksize)
6486 (tramp-local-coding-commands, tramp-remote-coding-commands):
6487 Fix docstring.
6488 (tramp-remote-process-environment): Use `format' instead of `concat'.
6489 (tramp-handle-directory-files-and-attributes)
6490 (tramp-get-remote-path): Use `copy-tree'.
6491 (tramp-handle-file-name-all-completions): Backward/ XEmacs
6492 compatibility: Use `completion-ignore-case' if
6493 `read-file-name-completion-ignore-case' does not exist.
6494 (tramp-do-copy-or-rename-file-directly): Do not use
6495 `tramp-handle-file-remote-p'.
6496 (tramp-do-copy-or-rename-file-out-of-band):
6497 Use `tramp-compat-delete-directory'.
6498 (tramp-do-copy-or-rename-file-out-of-band)
6499 (tramp-compute-multi-hops, tramp-maybe-open-connection):
6500 Use `format-spec-make'.
6501 (tramp-find-foreign-file-name-handler)
6502 (tramp-advice-make-auto-save-file-name)
6503 (tramp-set-auto-save-file-modes): Remove superfluous check for
6504 `stringp'. This is done inside `tramp-tramp-file-p'.
6505 (tramp-debug-outline-regexp): New defconst.
6506 (tramp-get-debug-buffer): Use it.
6507 (tramp-check-for-regexp): Use (forward-line 1).
6508 (tramp-set-auto-save-file-modes): Adapt version check.
6509
6510 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
6511 Wrap call of `featurep' for 2nd argument.
6512 (tramp-compat-make-temp-file): Simplify fallback implementation.
6513 (tramp-compat-copy-tree): Remove function.
6514 (tramp-compat-delete-directory): Provide implementation for older
6515 Emacsen.
6516
6517 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
6518 Do not use `tramp-fish-handle-file-attributes.
6519
6520 * net/trampver.el: Update release number.
6521
6522 2010-04-10 Glenn Morris <rgm@gnu.org>
6523
6524 * progmodes/compile.el (compilation-save-buffers-predicate):
6525 Add missing :version tag.
6526
6527 2010-04-09 Sam Steingold <sds@gnu.org>
6528
6529 * progmodes/compile.el (compilation-save-buffers-predicate):
6530 Remove the "autoload" cookie.
6531
6532 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
6533 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
6534 and `bug-reference-prog-mode' can be used in hooks directly.
6535
6536 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
6537
6538 Add --author support to git commit.
6539 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
6540 (vc-git-log-edit-mode): New minor mode.
6541 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
6542 New declarations.
6543
6544 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
6545
6546 * vc-hooks.el, vc-git.el: Improve documentation comments.
6547
6548 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6549
6550 Fix some of the problems in defsubst* (bug#5728).
6551 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
6552 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
6553
6554 2010-04-07 Sam Steingold <sds@gnu.org>
6555
6556 * progmodes/compile.el (compilation-save-buffers-predicate):
6557 New custom variable.
6558 (compile, recompile): Pass it to `save-some-buffers'.
6559
6560 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
6561
6562 * wid-edit.el (widget-choose): Move cursor to the second line of
6563 the buffer (Bug#5695).
6564
6565 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
6566
6567 Add new VC methods: vc-log-incoming and vc-log-outgoing.
6568 * vc.el (vc-print-log-setup-buttons): New function split out from
6569 vc-print-log-internal.
6570 (vc-log-internal-common): New function, a parametrized version of
6571 vc-print-log-internal.
6572 (vc-print-log-internal): Just call vc-log-internal-common with the
6573 right arguments.
6574 (vc-incoming-outgoing-internal):
6575 (vc-log-incoming, vc-log-outgoing): New functions.
6576 (vc-log-view-type): New permanent local variable.
6577
6578 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
6579
6580 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
6581 of the dynamic bound vc-short-log.
6582 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
6583
6584 * vc-git.el (vc-git-log-outgoing): New function.
6585 (vc-git-log-view-mode): Use vc-log-view-type instead
6586 of the dynamic bound vc-short-log.
6587
6588 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
6589 of the dynamic bound vc-short-log. Highlight the tag.
6590 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
6591 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
6592 (vc-hg-incoming-mode): Remove.
6593 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
6594
6595 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
6596
6597 Fix default-directory for vc-root-diff.
6598 * vc.el (vc-root-diff): Bind default-directory to the root
6599 directory for the diff command.
6600
6601 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
6602
6603 * progmodes/verilog-mode.el (verilog-forward-sexp):
6604 (verilog-calc-1): Support "disable fork" and "fork wait" multi
6605 word keywords, suggested by Steve Pearlmutter.
6606 (verilog-pretty-declarations): Support lineup of declarations in
6607 port lists.
6608 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
6609 fix bug for /* / comments.
6610 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
6611 Speed up and simplfy as this is never called with a bound.
6612 (verilog-pretty-declarations): Enhance to line up declarations
6613 inside a parameter list, suggested by Alan Morgan.
6614 (verilog-pretty-expr): Tune assignment regular expression match
6615 string for corner cases; also use markers instead of character
6616 number as indent changes the later.
6617
6618 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
6619
6620 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
6621 as missing keyword.
6622 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
6623 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
6624 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
6625 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
6626 Tennant.
6627 (verilog-keywords):
6628 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
6629 1800-2009 keywords, including "global.".
6630
6631 2010-04-06 John Wiegley <jwiegley@gmail.com>
6632
6633 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
6634 appearing in buffer list (if a live buffer name matched a recentf
6635 file basename). Should use uniquify to offer a real solution.
6636
6637 2010-04-06 John Wiegley <jwiegley@gmail.com>
6638
6639 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
6640 comment to code, and add a :version tag.
6641 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
6642
6643 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
6644
6645 Enable recentf-mode if using virtual buffers.
6646 * ido.el (recentf-list): Declare for byte-compiler.
6647 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
6648 (ido-make-buffer-list): Simplify.
6649 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
6650
6651 2010-04-05 Juri Linkov <juri@jurta.org>
6652
6653 Scrolling commands which scroll a line instead of full screen.
6654 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
6655
6656 * simple.el (scroll-up-line, scroll-down-line): New commands.
6657 Put property isearch-scroll=t on them.
6658
6659 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
6660 Remove commands.
6661
6662 2010-04-05 Juri Linkov <juri@jurta.org>
6663
6664 Scrolling commands which do not signal errors at top/bottom.
6665 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
6666
6667 * simple.el (scroll-up-command, scroll-down-command): New commands.
6668 Put property isearch-scroll=t on them.
6669
6670 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
6671 `scroll-down-command' and [next] from `scroll-up' to
6672 `scroll-up-command'.
6673
6674 * emulation/cua-base.el: Put property CUA=move on
6675 `scroll-up-command' and `scroll-down-command'.
6676 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
6677 and `scroll-down-command' to `cua-scroll-down'.
6678
6679 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
6680
6681 * help.el (describe-mode): Return nil.
6682
6683 2010-04-04 John Wiegley <jwiegley@gmail.com>
6684
6685 * ido.el (ido-use-virtual-buffers): New variable to indicate
6686 whether "virtual buffer" support is enabled for IDO.
6687 (ido-virtual): Face used to indicate virtual buffers in the list.
6688 (ido-buffer-internal): If a buffer is chosen, and no such buffer
6689 exists, but a virtual buffer of that name does (which would be why
6690 it was in the list), recreate the buffer by reopening the file.
6691 (ido-make-buffer-list): If virtual buffers are being used, call
6692 `ido-add-virtual-buffers-to-list' before the make list hook.
6693 (ido-virtual-buffers): New variable which contains a copy of the
6694 current contents of the `recentf-list', albeit pared down for the
6695 sake of speed, and with proper faces applied.
6696 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
6697 create a list of "virtual buffers" to present to the user in
6698 addition to the currently open set. Note that this logic could
6699 get rather slow if that list is too large. With the default
6700 `recentf-max-saved-items' of 200, there is little speed penalty.
6701
6702 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6703
6704 * font-lock.el: Require CL when compiling.
6705 (font-lock-turn-on-thing-lock): Use `case'.
6706
6707 2010-04-03 Eli Zaretskii <eliz@gnu.org>
6708
6709 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
6710 Zaretskii.
6711
6712 2010-04-02 Juri Linkov <juri@jurta.org>
6713
6714 * ehelp.el (electric-help-orig-major-mode):
6715 New buffer-local variable.
6716 (electric-help-mode): Set it to original major-mode. Doc fix.
6717 (with-electric-help): Use `electric-help-orig-major-mode' instead
6718 of (default-value 'major-mode). Doc fix.
6719 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
6720
6721 2010-04-02 Sam Steingold <sds@gnu.org>
6722
6723 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
6724 `vc-hg-command' with a list of flags.
6725
6726 * progmodes/bug-reference.el (bug-reference-bug-regexp):
6727 Also accept "patch" and "RFE".
6728 (bug-reference-fontify): `bug-reference-url-format' can also be a
6729 function to be able to handle the bug kind.
6730 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
6731
6732 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
6733
6734 * tmm.el (tmm-get-keymap): Check with symbolp before passing
6735 value to fboundp, it may not be a symbol.
6736
6737 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6738
6739 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
6740
6741 2010-03-31 Juri Linkov <juri@jurta.org>
6742
6743 * simple.el (next-line, previous-line): Re-throw a signal
6744 with `signal' instead of using `ding'.
6745 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
6746
6747 2010-03-31 Juri Linkov <juri@jurta.org>
6748
6749 * simple.el (keyboard-escape-quit): Raise deselecting the active
6750 region higher than exiting the minibuffer.
6751 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
6752
6753 2010-03-31 Juri Linkov <juri@jurta.org>
6754
6755 * image.el (image-animated-p): Use `image-metadata' instead of
6756 `image-extension-data'. Get GIF extenstion data from metadata
6757 property `extension-data'.
6758
6759 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6760
6761 * simple.el (append-to-buffer): Simplify.
6762
6763 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
6764
6765 * textmodes/artist.el (artist-mode): Fix typo in docstring.
6766 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
6767
6768 2010-03-31 Kenichi Handa <handa@m17n.org>
6769
6770 * language/sinhala.el (composition-function-table): Fix regexp for
6771 the new Unicode specification.
6772
6773 * language/indian.el (devanagari-composable-pattern)
6774 (tamil-composable-pattern, kannada-composable-pattern)
6775 (malayalam-composable-pattern): Adjust for the new Unicode
6776 specification.
6777 (bengali-composable-pattern, gurmukhi-composable-pattern)
6778 (gujarati-composable-pattern, oriya-composable-pattern)
6779 (telugu-composable-pattern): New variables to cope with the new
6780 Unicode specification. Use them in composition-function-table.
6781
6782 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6783
6784 Make tmm-menubar work for the Buffers menu again (bug#5726).
6785 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
6786 vectors rather than cons cells, as used in menu-bar-update-buffers.
6787
6788 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6789
6790 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
6791 (js-insert-and-indent): Revert 2009-08-15 change, restoring
6792 electric punctuation for "{}();,:" (Bug#5586).
6793
6794 * mail/sendmail.el (mail-default-directory): Doc fix.
6795
6796 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6797
6798 * mail/sendmail.el (mail-default-directory): Doc fix.
6799
6800 2010-03-31 Eli Zaretskii <eliz@gnu.org>
6801
6802 * subr.el (version-regexp-alist, version-to-list)
6803 (version-list-<, version-list-=, version-list-<=)
6804 (version-list-not-zero, version<, version<=, version=): Doc fix.
6805 (Bug#5744).
6806
6807 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
6808
6809 * vc.el (vc-root-diff): Doc fix.
6810
6811 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6812
6813 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
6814
6815 * simple.el (append-to-buffer): Fix last change.
6816
6817 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
6818
6819 * simple.el (append-to-buffer): Ensure that point is preserved if
6820 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
6821 (Bug#5749)
6822
6823 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6824
6825 * files.el (auto-mode-case-fold): Change default to t.
6826
6827 2010-03-30 Juri Linkov <juri@jurta.org>
6828
6829 * dired-x.el (dired-omit-mode): Doc fix.
6830
6831 2010-03-30 Juri Linkov <juri@jurta.org>
6832
6833 * replace.el (occur-accumulate-lines): Move occur-engine related
6834 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
6835 to be located after `occur-engine'.
6836
6837 2010-03-30 Juri Linkov <juri@jurta.org>
6838
6839 Make occur handle multi-line matches cleanly with context.
6840 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
6841
6842 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
6843 (occur-engine): Add local variables `ret', `prev-after-lines',
6844 `prev-lines'. Use more arguments for `occur-context-lines'.
6845 Set first elem of its returned list to `data', and the second elem
6846 to `prev-after-lines'. Don't print the separator line.
6847 In the end, print remaining context after-lines.
6848 (occur-context-lines): Add new arguments `begpt', `endpt',
6849 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
6850 after-lines of the previous match with before-lines of the
6851 current match and not overlap them. Return a list with two
6852 values: the output line and the list of context after-lines.
6853
6854 2010-03-30 Juri Linkov <juri@jurta.org>
6855
6856 * replace.el (occur-accumulate-lines): Fix a bug where the first
6857 context line at the beginning of the buffer was missing.
6858
6859 2010-03-30 Eli Zaretskii <eliz@gnu.org>
6860
6861 * files.el: Make bidi-display-reordering safe variable for boolean
6862 values.
6863
6864 2010-03-29 Phil Hagelberg <phil@evri.com>
6865 Chong Yidong <cyd@stupidchicken.com>
6866
6867 * subr.el: Extend progress reporters to perform "spinning".
6868 (progress-reporter-update, progress-reporter-do-update):
6869 Handle non-numeric value arguments.
6870 (progress-reporter--pulse-characters): New var.
6871
6872 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
6873
6874 * progmodes/compile.el (compilation-start): Fix regexp detection
6875 of initial cd command (Bug#5771).
6876
6877 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
6878
6879 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
6880
6881 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
6882
6883 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
6884 * progmodes/gdb-mi.el: Restore.
6885 * progmodes/gdb-ui.el: Remove.
6886 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
6887
6888 2010-03-25 Glenn Morris <rgm@gnu.org>
6889
6890 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
6891 all dired buffers, even tramp ones. (Bug#5755)
6892
6893 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6894
6895 Add "union tags" in mpc.el.
6896 * mpc.el: Remove backward compatibility code.
6897 (mpc-browser-tags): Change default.
6898 (mpc--find-memoize-union-tags): New var.
6899 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
6900 (mpc-cmd-find): Handle the case where the playlist does not exist.
6901 Handle union-tags.
6902 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
6903 (mpc-cmd-add): Use mpc-cmd-flush.
6904 (mpc-tagbrowser-tag-name): New fun.
6905 (mpc-tagbrowser-buf): Use it.
6906 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
6907
6908 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6909
6910 Misc cleanup.
6911 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
6912 Use replace-regexp-in-string.
6913 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
6914 (makefile-imake-mode-syntax-table): Move init into defvar.
6915 (makefile-mode): Use define-derived-mode.
6916
6917 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
6918 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
6919 not be present any more.
6920
6921 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6922
6923 * faces.el (set-face-attribute): Fix typo in docstring.
6924 (face-valid-attribute-values): Reflow docstring.
6925
6926 2010-03-24 Glenn Morris <rgm@gnu.org>
6927
6928 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
6929
6930 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
6931
6932 * indent.el (indent-for-tab-command): Doc fix.
6933
6934 2010-03-24 Alan Mackenzie <acm@muc.de>
6935
6936 * progmodes/cc-engine.el (c-remove-stale-state-cache):
6937 Fix off-by-one error. Fixes bug #5747.
6938
6939 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6940
6941 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
6942 (image-dired-read-comment): Doc fix.
6943
6944 * json.el (json-object-type, json-array-type, json-key-type)
6945 (json-false, json-null, json-read-number):
6946 * minibuffer.el (completion-in-region-functions):
6947 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
6948 (cal-tex-cursor-week):
6949 * emacs-lisp/trace.el (trace-function):
6950 * eshell/em-basic.el (eshell/printnl):
6951 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
6952 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
6953 * obsolete/levents.el (allocate-event, event-key, event-object)
6954 (event-point, event-process, event-timestamp, event-to-character)
6955 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
6956 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
6957 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
6958 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
6959 (reftex-highlight-selection): Fix typos in docstrings.
6960
6961 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6962
6963 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
6964
6965 2010-03-24 Glenn Morris <rgm@gnu.org>
6966
6967 * mail/rmail.el (rmail-highlight-face): Restore option deleted
6968 2008-02-13 without comment; mark it obsolete.
6969 (rmail-highlight-headers): Use rmail-highlight-face once more.
6970
6971 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
6972
6973 * woman.el (woman2-process-escapes): Only consume the newline if
6974 the filler character is on a line by itself (Bug#5729).
6975
6976 2010-03-24 Kenichi Handa <handa@m17n.org>
6977
6978 * language/indian.el (devanagari-composable-pattern): Add more
6979 consonants.
6980
6981 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
6982
6983 * net/trampver.el: Update release number.
6984
6985 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
6986
6987 * net/tramp.el (tramp-find-executable):
6988 Use `tramp-get-connection-buffer'. Make the regexp for checking
6989 output of "wc -l" more robust.
6990 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
6991 (tramp-open-connection-setup-interactive-shell): Remove workaround
6992 for OpenSolaris bug, it is not needed anymore.
6993
6994 2010-03-24 Glenn Morris <rgm@gnu.org>
6995
6996 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
6997
6998 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
6999
7000 * files.el (auto-mode-alist): Accept more verilog file patterns.
7001
7002 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7003
7004 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
7005
7006 2010-03-24 Glenn Morris <rgm@gnu.org>
7007
7008 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
7009 log-edit-before-checkin-process.
7010
7011 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
7012
7013 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
7014
7015 * vc-dispatcher.el (vc-start-logentry): Doc fix.
7016 (log-view-process-buffer, log-edit-extra-flags): Declare.
7017
7018 * log-edit.el (log-edit-before-checkin-process): Doc fix.
7019
7020 2010-03-23 Sam Steingold <sds@gnu.org>
7021
7022 Fix bug#5620: recalculate all markers on compilation buffer
7023 modifications, not on file modifications.
7024 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
7025 the buffer modification time, for buffers not associated with files.
7026 (compilation-mode): Create it.
7027 (compilation-filter): Update it.
7028 (compilation-next-error-function): Use it instead of
7029 `visited-file-modtime' for timestamp.
7030
7031 2010-03-23 Juri Linkov <juri@jurta.org>
7032
7033 Implement Occur multi-line matches.
7034 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
7035
7036 * replace.el (occur): Doc fix.
7037 (occur-engine): Set `begpt' to the beginning of the first line.
7038 Set `endpt' to the end of the last match line. At first, count
7039 line numbers between `origpt' and `begpt'. Split out code from
7040 `out-line' variable to new let-bindings `match-prefix' and
7041 `match-str'. In `out-line' add non-numeric prefix to all
7042 non-first lines of multi-line matches. Finally, count lines
7043 between `begpt' and `endpt' and add to `lines'.
7044
7045 2010-03-23 Juri Linkov <juri@jurta.org>
7046
7047 * replace.el (occur-accumulate-lines, occur-engine):
7048 Use `occur-engine-line' instead of duplicate code.
7049 (occur-engine-line): New function created from duplicate code
7050 in `occur-accumulate-lines' and `occur-engine'.
7051
7052 * replace.el (occur-engine-line): Add optional arg `keep-props'.
7053 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
7054
7055 2010-03-23 Juri Linkov <juri@jurta.org>
7056
7057 * finder.el: Remove TODO tasks.
7058
7059 * info.el (Info-finder-find-node): Add node "all"
7060 with all package info. Handle a list of multiple keywords
7061 separated by comma.
7062 (info-finder): In interactive use with a prefix argument,
7063 use `completing-read-multiple' to read a list of keywords
7064 separated by comma.
7065
7066 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
7067
7068 Add a new completion style `substring'.
7069 * minibuffer.el (completion-basic--pattern): New function.
7070 (completion-basic-try-completion, completion-basic-all-completions):
7071 Use it.
7072 (completion-substring--all-completions)
7073 (completion-substring-try-completion)
7074 (completion-substring-all-completions): New functions.
7075 (completion-styles-alist): New style `substring'.
7076
7077 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7078
7079 Get rid of .elc files after removal of the corresponding .el.
7080 * Makefile.in (compile-clean): New target.
7081 (compile-main): Use it.
7082
7083 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
7084
7085 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
7086 don't do make there. When compiling with separate object dir, there
7087 is no Makefile there.
7088
7089 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7090
7091 Get rid of the ELCFILES abomination, again.
7092 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
7093 (all, compile): Don't call compile-last.
7094 (compile-main): Build the "elcfiles" list dynamically.
7095 (compile-targets): New (internal) target.
7096
7097 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
7098
7099 * Makefile.in (top_srcdir): Define.
7100 (abs_top_builddir): Define.
7101 (srcdir): Don't append `/..'.
7102 (EMACS): Use ${abs_top_builddir}.
7103 (all, compile, compile-always, compile-last): Don't set emacswd.
7104 (update-subdirs, update-authors): Use $(top_srcdir) instead of
7105 $(srcdir).
7106 (lisp): Use $(srcdir) instead of @srcdir@.
7107
7108 2010-03-21 Juri Linkov <juri@jurta.org>
7109
7110 Fix message of multi-line occur regexps and multi-buffer header lines.
7111 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
7112
7113 * replace.el (occur-1): Don't display regexp if it is longer
7114 than window-width. Use `query-replace-descr' to display regexp.
7115 (occur-engine): Don't display regexp in the buffer header for
7116 multi-buffer occur. Display a separate header line with total
7117 match count and regexp for multi-buffer occur.
7118 Use `query-replace-descr' to display regexp.
7119
7120 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
7121
7122 * net/secrets.el: Fix parenthesis.
7123 (secrets-enabled): Fix parenthesis.
7124
7125 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7126
7127 Use more relative file and directory names.
7128 * Makefile.in (EMACS): Arrange for it to work when we chdir.
7129 (setwins, setwins_almost, setwins_for_subdirs):
7130 Don't `cd'; output relative names.
7131 (all, compile, compile-always, compile-last): Set emacswd.
7132 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
7133 Just cd to the lisp source dir so we can use relative file names.
7134
7135 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
7136
7137 2010-03-20 Glenn Morris <rgm@gnu.org>
7138
7139 * textmodes/rst.el: Use faces for font-lock customization, and make the
7140 old -face variables obsolete.
7141 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
7142 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
7143 (rst-block-face, rst-external-face, rst-definition-face)
7144 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
7145 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
7146 Make obsolete.
7147 (rst-font-lock-keywords-function): Update for above changes.
7148
7149 2010-03-20 Juri Linkov <juri@jurta.org>
7150
7151 * s-region.el:
7152 * obsolete/s-region.el: Move to obsolete.
7153
7154 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
7155
7156 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
7157
7158 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
7159
7160 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
7161
7162 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
7163
7164 Add special markup processing for commit logs.
7165 * log-edit.el (log-edit-extra-flags): New variable.
7166 (log-edit): Add new argument MODE. Use that mode when non-nil
7167 instead of the log-view-mode.
7168 (log-view-process-buffer): New function.
7169
7170 * vc.el: Document that the checkin method takes optional
7171 arguments. Document new backend specific method: log-view-mode.
7172 (vc-default-log-edit-mode): New function.
7173 (vc-checkin): Use a backend specific log-view-mode.
7174 Pass extra arguments to the checkin method.
7175 (vc-modify-change-comment): Pass a dummy extra argument.
7176
7177 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
7178 log-edit.
7179 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
7180 (vc-finish-logentry): Process the log buffer before passing it
7181 down. Pass log-edit-extra-flags.
7182
7183 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
7184 command.
7185 (log-edit-extra-flags, log-edit-before-checkin-process):
7186 New declarations.
7187
7188 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
7189 command.
7190 (log-edit-extra-flags, log-edit-before-checkin-process):
7191 New declarations.
7192 (vc-hg-log-edit-mode): New derived mode.
7193
7194 * vc-arch.el (vc-arch-checkin):
7195 * vc-cvs.el (vc-cvs-checkin):
7196 * vc-git.el (vc-git-checkin):
7197 * vc-mtn.el (vc-mtn-checkin):
7198 * vc-rcs.el (vc-rcs-checkin):
7199 * vc-sccs.el (vc-sccs-checkin):
7200 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
7201
7202 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
7203
7204 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
7205 parent typo).
7206
7207 2010-03-19 Glenn Morris <rgm@gnu.org>
7208
7209 * password-cache.el (password-cache, password-cache-expiry): Autoload.
7210
7211 2010-03-18 Glenn Morris <rgm@gnu.org>
7212
7213 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
7214
7215 * replace.el (query-replace-history): Give it a doc string.
7216 (map-query-replace-regexp): Use query-replace-from-history-variable
7217 and query-replace-to-history-variable.
7218
7219 * mail/hashcash.el (declare-function): Remove duplicate definition.
7220
7221 * mail/emacsbug.el (report-emacs-bug-pretest-address):
7222 Make it an obsolete alias for report-emacs-bug-address.
7223 (message-strip-special-text-properties): Declare.
7224 (report-emacs-bug): Remove test for a pretest bug address.
7225 Combine message-mode-specific code.
7226
7227 * mail/supercite.el: Don't require sendmail.
7228 (mh-in-header-p): Declare rather than using with-no-warnings.
7229 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
7230 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
7231
7232 * calendar/cal-french.el: Convert to utf-8.
7233
7234 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
7235 Emacs scripts.
7236
7237 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
7238
7239 * net/secrets.el (secrets-enabled): New variable. Use it instead
7240 of a subfeature.
7241
7242 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
7243
7244 * net/secrets.el (top): Register the D-Bus signals only when the
7245 service "org.freedesktop.secrets" can be pinged.
7246 Provide subfeature `enabled'.
7247
7248 2010-03-14 Juri Linkov <juri@jurta.org>
7249
7250 Add finder unknown keywords.
7251
7252 * finder.el (finder-unknown-keywords): New function.
7253
7254 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
7255 to create a Finder node with unknown keywords.
7256
7257 2010-03-14 Juri Linkov <juri@jurta.org>
7258
7259 * finder.el (finder-compile-keywords): Replace `princ' with
7260 `prin1' on a list of symbols interned from keyword strings.
7261
7262 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
7263 a comma, then split keywords using a comma and optional whitespace.
7264 Otherwise, split by whitespace.
7265
7266 * complete.el:
7267 * face-remap.el:
7268 * log-view.el:
7269 * net/hmac-def.el:
7270 * net/hmac-md5.el:
7271 * net/netrc.el:
7272 * progmodes/mixal-mode.el: Fix keywords.
7273
7274 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
7275
7276 * Makefile.in (ELCFILES): Add net/secrets.elc.
7277
7278 * net/secrets.el: New file.
7279
7280 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
7281
7282 * facemenu.el (list-colors-display, list-colors-print): New arg
7283 callback. Use it to allow selecting colors.
7284
7285 * wid-edit.el (widget-image-insert): Insert image prop even if the
7286 current display is non-graphic.
7287 (widget-field-value-set): New fun.
7288 (editable-field): Use it.
7289 (widget-field-value-get): Clean up unused var.
7290 (widget-color-value-create, widget-color--choose-action):
7291 New funs. Allow using list-colors-display to choose color.
7292
7293 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
7294
7295 * cus-edit.el: Resort topmost custom groups.
7296 (custom-buffer-sort-alphabetically): Default to t.
7297 (customize-apropos): Use apropos-parse-pattern.
7298 (custom-search-field): New var.
7299 (custom-buffer-create-internal): Add custom-apropos search field.
7300 (custom-add-parent-links): Don't display parent doc.
7301 (custom-group-value-create): Don't sort top-level custom group.
7302 (custom-magic-value-create): Show visibility button before option name.
7303
7304 (custom-variable-state): New fun, from custom-variable-state-set.
7305 (custom-variable-state-set): Use it.
7306 (custom-group-value-create): Hide options with standard values
7307 using the :hidden-states property. Use progress reporter.
7308
7309 (custom-show): Simplify.
7310 (custom-visibility): Disable images by default.
7311 (custom-variable): New property :hidden-states.
7312 (custom-variable-value-create): Enable images for
7313 custom-visibility widgets. Use :hidden-states property to
7314 determine initial visibility.
7315
7316 * wid-edit.el (widget-image-find): Give images center ascent.
7317 (visibility): Add :on-image and :off-image properties.
7318 (widget-visibility-value-create): Use them.
7319
7320 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
7321
7322 * cus-edit.el (processes): Remove from development group.
7323 (oop, hypermedia): Delete group.
7324 (comm): Promote to top-level group.
7325
7326 * net/browse-url.el (browse-url):
7327 * net/xesam.el (xesam):
7328 * net/tramp.el (tramp):
7329 * net/goto-addr.el (goto-address):
7330 * net/ange-ftp.el (ange-ftp): Put in comm group.
7331
7332 * view.el (view): Remove from editing group.
7333
7334 * uniquify.el (uniquify): Put in files group.
7335
7336 * net/browse-url.el (browse-url):
7337 * ps-print.el (postscript): Put in external group.
7338
7339 * cus-edit.el (outlines):
7340 * textmodes/text-mode.el (text-mode-hook):
7341 * textmodes/table.el (table):
7342 * textmodes/picture.el (picture):
7343 * outline.el (outlines): Put in wp group.
7344
7345 * nxml/nxml-mode.el (nxml): Remove from wp group.
7346
7347 * net/tramp-imap.el (tramp-imap): Put in tramp group.
7348
7349 * mail/metamail.el (metamail): Remove from hypermedia group.
7350
7351 * cus-edit.el (abbrev):
7352 * whitespace.el (whitespace):
7353 * vcursor.el (vcursor):
7354 * reveal.el (reveal):
7355 * hl-line.el (hl-line): Put in convenience group.
7356
7357 * epg-config.el (epg): Put in data group.
7358
7359 * emulation/pc-select.el (pc-select): Put in emulations group.
7360
7361 * calculator.el (calculator): Put in applications group.
7362
7363 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
7364
7365 Add .dir-locals.el support for file-less buffers.
7366 * files.el (hack-local-variables): Split out code to apply local
7367 variable settings ...
7368 (hack-local-variables-apply): ... here. New function.
7369 (hack-dir-local-variables): Use the default directory for when the
7370 buffer does not have an associated file.
7371 (hack-dir-local-variables-non-file-buffer): New function.
7372 * diff-mode.el (diff-mode):
7373 * vc-annotate.el (vc-annotate-mode):
7374 * vc-dir.el (vc-dir-mode):
7375 * log-edit.el (log-edit-mode):
7376 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
7377
7378 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
7379
7380 Add support for shelving snapshots and for showing shelves.
7381 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
7382 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
7383 New functions.
7384 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
7385 (vc-bzr-extra-menu-map): Map them.
7386
7387 2010-03-11 Glenn Morris <rgm@gnu.org>
7388
7389 * cus-edit.el (customize-changed-options-previous-release):
7390 Bump to 23.1.
7391
7392 * image.el (image-animate-max-time): Fix :version tag.
7393
7394 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
7395
7396 * Branch for 23.2.
7397
7398 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7399
7400 * vc-git.el (vc-git-revision-table): Include remote branches.
7401
7402 2010-03-10 Kim F. Storm <storm@cua.dk>
7403
7404 Animated image API.
7405 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
7406
7407 * image.el (image-animate-max-time): New defcustom.
7408 (image-animated-types): New defconst.
7409 (create-animated-image, image-animate-timer)
7410 (image-animate-start, image-animate-stop, image-animate-timeout)
7411 (image-animated-p): New functions.
7412
7413 * image-mode.el (image-toggle-display-image):
7414 Replace `create-image' with `create-animated-image'.
7415
7416 2010-03-09 Miles Bader <miles@gnu.org>
7417
7418 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
7419 instead of "format:"; this ensures that the output is
7420 newline-terminated.
7421
7422 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
7423
7424 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
7425 that all errors are caught, and that the return value is always a
7426 list (Bug#5692).
7427
7428 2010-03-08 Kenichi Handa <handa@m17n.org>
7429
7430 * language/misc-lang.el (windows-1256): New coding system.
7431 (cp1256): New alias of windows-1256 (bug#5690).
7432
7433 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
7434
7435 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
7436 call to rfc822-bad-address. (Bug#5692)
7437
7438 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
7439
7440 * vc-git.el (vc-git-annotate-extract-revision-at-line):
7441 Use vc-git-root as default directory for revision path (Bug#5657).
7442
7443 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
7444
7445 * calculator.el (calculator): Don't bind split-window-keep-point
7446 (Bug#5674).
7447
7448 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
7449
7450 * vc-git.el: Re-flow to fit into 80 columns.
7451 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
7452 Remove spurious `quote' element in each case alternative.
7453 (vc-git-show-log-entry): Use prog1.
7454 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
7455
7456 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
7457
7458 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
7459
7460 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
7461
7462 * macros.el (insert-kbd-macro): Look up keyboard macro using the
7463 definition, not the name (Bug#5481).
7464
7465 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
7466
7467 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
7468 argument with a local variable. (Bug#5670)
7469
7470 2010-03-02 Juri Linkov <juri@jurta.org>
7471
7472 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
7473
7474 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
7475
7476 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
7477 error when FILENAME and NEWNAME are existing remote directories.
7478
7479 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
7480 parameter DIR-FLAG.
7481
7482 2010-03-02 Glenn Morris <rgm@gnu.org>
7483
7484 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
7485 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
7486
7487 2010-03-01 Kenichi Handa <handa@m17n.org>
7488
7489 * language/burmese.el (burmese-composable-pattern): Rename from
7490 myanmar-composable-pattern.
7491
7492 * international/characters.el (script-list):
7493 * international/fontset.el (script-representative-chars):
7494 Change myanmar to burmese.
7495 (otf-script-alist): Likewise.
7496 (setup-default-fontset): Likewise. Re-fix :otf spec.
7497
7498 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
7499
7500 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
7501
7502 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
7503
7504 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
7505
7506 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
7507
7508 * net/tramp.el (tramp-handle-write-region): START can be a string.
7509 Take care in the checks. Reported by Dan Davison
7510 <davison@stats.ox.ac.uk>.
7511
7512 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
7513
7514 * net/dbus.el (dbus-introspect, dbus-get-property)
7515 (dbus-set-property, dbus-get-all-properties):
7516 Use `dbus-call-method' when noninteractive. (Bug#5645)
7517
7518 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
7519
7520 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
7521 * emacs-lisp/elint.el (elint-add-required-env):
7522 * calendar/icalendar.el (icalendar--add-diary-entry):
7523 * calc/calcalg2.el (math-tracing-integral):
7524 * files.el (recover-session-finish): Use with-current-buffer
7525 instead of save-excursion.
7526
7527 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
7528
7529 Fix in-buffer completion when after-change-functions modify the buffer.
7530 * minibuffer.el (completion--replace): New function.
7531 (completion--do-completion): Use it and use relative movement.
7532
7533 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
7534
7535 * international/fontset.el (setup-default-fontset): Fix :otf spec.
7536
7537 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
7538
7539 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
7540 Allow the characters _<> in the stack entry (Bug#5653).
7541
7542 2010-02-26 Kenichi Handa <handa@m17n.org>
7543
7544 * language/burmese.el: Fix entries in composition-function-table.
7545 (myanmar-composable-pattern): New variable.
7546
7547 * international/fontset.el (setup-default-fontset): Add an entry
7548 for myanmar.
7549
7550 * international/characters.el (script-list): Add Myanmar
7551 Extended-A.
7552
7553 2010-02-26 Glenn Morris <rgm@gnu.org>
7554
7555 * custom.el (custom-initialize-delay): Doc fix.
7556
7557 * mail/sendmail.el (send-mail-function): Autoload the call
7558 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
7559
7560 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
7561
7562 * files.el (hack-local-variables-filter): For eval forms, also
7563 check safe-local-variable-p (Bug#5636).
7564
7565 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
7566
7567 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
7568 setting the modes by `ignore-errors'. It might fail, for example
7569 if the file is not owned by the user but the group.
7570 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
7571
7572 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
7573
7574 * files.el (directory-listing-before-filename-regexp): Use
7575 stricter matching for iso-style dates, to avoid false matches with
7576 date-like filenames (Bug#5597).
7577
7578 * htmlfontify.el (htmlfontify): Doc fix.
7579
7580 * eshell/eshell.el (eshell): Doc fix.
7581
7582 * startup.el (fancy-about-screen): In mode-line, apply
7583 mode-line-buffer-id face only to the buffer name (Bug#5613).
7584
7585 2010-02-20 Kevin Ryde <user42@zip.com.au>
7586
7587 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7588 In `watcom' anchor regexp to start of line, to avoid slowness
7589 (Bug#5599).
7590
7591 2010-02-20 Eli Zaretskii <eliz@gnu.org>
7592
7593 * subr.el (remove-yank-excluded-properties): Explain in a comment
7594 why `category' property is removed.
7595
7596 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
7597
7598 * isearch.el (isearch-update-post-hook, isearch-update): Revert
7599 2010-02-17 change.
7600
7601 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
7602
7603 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
7604 (icalendar--convert-weekly-to-ical)
7605 (icalendar--convert-yearly-to-ical)
7606 (icalendar--convert-block-to-ical)
7607 (icalendar--convert-cyclic-to-ical)
7608 (icalendar--convert-anniversary-to-ical): Take care of time
7609 specifications where hour has 1-digit only (Bug#5549).
7610
7611 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
7612
7613 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
7614 of disassemble output in GDB 7.1.
7615
7616 2010-02-19 Glenn Morris <rgm@gnu.org>
7617
7618 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
7619 property. (Bug#5593)
7620
7621 2010-02-18 Sam Steingold <sds@gnu.org>
7622
7623 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
7624
7625 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
7626
7627 Use abbreviated file names in bookmarks (bug#5591).
7628 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
7629 calls to expand-file-name.
7630 (bookmark-relocate): Use abbreviated file names in bookmarks.
7631 (bookmark-load): Use abbreviated file names in messages.
7632
7633 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
7634
7635 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
7636 expand "." and "..". Reported by Thierry Volpiatto
7637 <thierry.volpiatto@gmail.com>.
7638
7639 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
7640
7641 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
7642 permissions of the temporary file to "0600". In case the remote
7643 file has no read permissions for the owner, there might be
7644 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
7645
7646 22010-02-18 Glenn Morris <rgm@gnu.org>
7647
7648 * emacs-lisp/authors.el (authors-renamed-files-alist):
7649 Add entries for INSTALL.CVS.
7650
7651 2010-02-17 Mark A. Hershberger <mah@everybody.org>
7652
7653 * vc-bzr.el: Fix typo in Known Bugs section.
7654
7655 * isearch.el (isearch-update-post-hook): New hook.
7656 (isearch-update): Use the new hook.
7657
7658 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
7659
7660 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
7661 Fix errors in copying directories.
7662 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
7663 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
7664 (tramp-handle-delete-file)
7665 (tramp-handle-dired-recursive-delete-directory)
7666 (tramp-handle-write-region): Flush also the cache for the upper
7667 directory.
7668
7669 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
7670
7671 * simple.el (save-interprogram-paste-before-kill): Doc fix.
7672
7673 * cus-edit.el (hardware): Doc fix.
7674
7675 * man.el (man): Add to external custom group.
7676
7677 * delim-col.el (columns): Move to wp custom group.
7678
7679 * doc-view.el (doc-view): Add to data custom group.
7680
7681 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
7682
7683 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
7684 by ispell-parse-output (Bug#5575).
7685
7686 2010-02-16 Kenichi Handa <handa@m17n.org>
7687
7688 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
7689 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
7690 (skkdic-convert): Use `euc-japan' coding system for writing.
7691
7692 2010-02-16 Glenn Morris <rgm@gnu.org>
7693
7694 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
7695 tex-main-file before using it. (Bug#5562)
7696
7697 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
7698
7699 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
7700 warnings, since it is annoying for the user to see them each time he
7701 runs the code.
7702
7703 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
7704
7705 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
7706 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
7707 instead of PROC for caching "first-password-request". Otherwise,
7708 new processes would not profit from passwords already entered.
7709
7710 * net/tramp-cache.el (tramp-dump-connection-properties):
7711 Don't save "first-password-request" property.
7712
7713 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
7714
7715 * outline.el (outline-head-from-level):
7716 * simple.el (with-wrapper-hook):
7717 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
7718 (elint-defun, elint-buffer-env, elint-top-form-logged)
7719 (elint-unbound-variable):
7720 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
7721 Fix typos in docstrings.
7722
7723 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
7724
7725 * files.el (insert-directory): When WILDCARD-REGEXP and
7726 FULL-DIRECTORY-P are nil, insert the file entry instead of the
7727 whole directory. (Bug#5551)
7728
7729 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
7730 dired's alignment sanity. (Bug#5516)
7731
7732 2010-02-14 Juri Linkov <juri@jurta.org>
7733
7734 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
7735 Remove remaining ^H with their preceding chars. (Bug#5566)
7736
7737 2010-02-13 Glenn Morris <rgm@gnu.org>
7738
7739 * simple.el (transpose-subr): Give it a doc-string.
7740
7741 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
7742 Doc fixes.
7743
7744 2010-02-12 Juri Linkov <juri@jurta.org>
7745
7746 * arc-mode.el (archive-unique-fname): Make directories for nested
7747 archives. (Bug#5540)
7748
7749 2010-02-12 Juri Linkov <juri@jurta.org>
7750
7751 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
7752
7753 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
7754
7755 * subr.el (copy-overlay): Handle deleted overlays.
7756
7757 * man.el (Man-completion-table): Don't signal an error if we can't run
7758 manual-program (bug#4056).
7759
7760 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
7761
7762 * textmodes/artist.el (artist-mt): Fix typos in docstring.
7763
7764 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7765
7766 * info.el (Info-bookmark-jump): Simplify.
7767
7768 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
7769 (bookmark-default-handler): Accept new bookmark field `buffer'.
7770
7771 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
7772
7773 * iswitchb.el (iswitchb-completions): Revert last change.
7774
7775 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
7776
7777 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
7778 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
7779 This prevents file names like "~/" being listed literally.
7780
7781 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
7782
7783 * term/xterm.el (xterm-maybe-set-dark-background-mode):
7784 Remove dead code. (Bug#5546)
7785
7786 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
7787
7788 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
7789 correctly (Bug#5548).
7790
7791 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
7792
7793 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
7794 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
7795
7796 2010-02-08 Kenichi Handa <handa@m17n.org>
7797
7798 * international/mule-util.el (with-coding-priority): Add autoload
7799 cookie for putting `lisp-indent-function'.
7800
7801 2010-02-07 Glenn Morris <rgm@gnu.org>
7802
7803 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
7804 Move F2003 named interfaces from keywords-2 to keywords-1, and
7805 use function-name-face rather than constant-face.
7806 Simplify "abstract interface" regexp.
7807
7808 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
7809
7810 * eshell/esh-util.el (eshell-file-attributes): New optional arg
7811 ID-FORMAT. Pass it to `file-attributes'.
7812
7813 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
7814
7815 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
7816
7817 * faces.el (set-face-attribute): Allow calling
7818 internal-set-lisp-face-attribute with 'unspecified family and
7819 foundry argument (Bug#5536).
7820
7821 2010-02-07 Glenn Morris <rgm@gnu.org>
7822
7823 * progmodes/f90.el (f90-font-lock-keywords-2)
7824 (f90-looking-at-type-like, f90-looking-at-program-block-end):
7825 Handle F2003 named interfaces.
7826
7827 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
7828
7829 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
7830 beg and end before calling c-get-state-before-change-functions.
7831
7832 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
7833
7834 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
7835
7836 2010-02-05 Juri Linkov <juri@jurta.org>
7837
7838 * doc-view.el (doc-view-mode):
7839 * image-mode.el (image-mode): Put property mode-class=special.
7840 (Bug#4896)
7841
7842 2010-02-05 Mark A. Hershberger <mah@everybody.org>
7843
7844 * vc-svn.el (vc-svn-revision-table): New function.
7845
7846 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
7847
7848 * net/ange-ftp.el (ange-ftp-insert-directory):
7849 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
7850 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
7851 Handle also directories. (Bug#5478)
7852
7853 2010-02-05 Glenn Morris <rgm@gnu.org>
7854
7855 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
7856
7857 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
7858
7859 * startup.el (command-line-1): Convert options beginning with a
7860 single dash as well (Bug#5519).
7861
7862 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
7863
7864 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
7865 * minibuffer.el (completion-initials-expand): Only check the presence
7866 of delims *within* the boundaries, since otherwise the / delim is
7867 always found for files.
7868
7869 Fix up various corner case problems.
7870 * doc-view.el (doc-view-last-page-number): New function.
7871 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
7872 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
7873 (doc-view-kill-proc): Avoid inf-loop in freak cases.
7874 (doc-view-reconvert-doc): Use the new recursive delete-directory.
7875 (doc-view-convert-current-doc): Don't create the resolution.el file
7876 here any more.
7877 (doc-view-pdf/ps->png): Do it here instead.
7878 (doc-view-already-converted-p): Check that resolution.el is present.
7879 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
7880 windows that are not yet showing images.
7881
7882 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
7883
7884 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
7885 `dired-uncache' for every elemnt which is an absolute file name.
7886
7887 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
7888 directory, handle its directory component.
7889 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
7890 function is called permanently and creates noise, otherwise.
7891
7892 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
7893 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
7894 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
7895
7896 2010-02-04 David Burger <dburger@google.com> (tiny change)
7897
7898 * macros.el (apply-macro-to-region-lines):
7899 Minor simplification. (Bug#5485)
7900
7901 2010-02-04 Glenn Morris <rgm@gnu.org>
7902
7903 * mail/rmail.el (rmail-show-message-1): Handle malformed
7904 quoted-printable text. (Bug#5441)
7905
7906 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
7907
7908 * simple.el (visual-line-mode): Capitalize lighter.
7909
7910 2010-02-03 John Wiegley <jwiegley@gmail.com>
7911
7912 * iswitchb.el (iswitchb-completions): Add bookmark files to the
7913 list of files considered for "virtual buffer" completions.
7914
7915 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
7916
7917 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
7918 also in case of (and (not full) (not wildcard)). This is needed
7919 when dired is called with a list of files, which are not in
7920 `default-directory'. (Bug#5478)
7921
7922 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
7923
7924 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
7925
7926 2010-02-02 Juri Linkov <juri@jurta.org>
7927
7928 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
7929 from unidiff to allow function-line after @@.
7930
7931 2010-02-02 Juri Linkov <juri@jurta.org>
7932
7933 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
7934 '(RCS SCCS) with inverted condition.
7935
7936 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
7937
7938 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
7939 messages.
7940
7941 2010-02-01 Juri Linkov <juri@jurta.org>
7942
7943 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
7944 compare with "pkunzip" and "pkzip" instead of only "pkzip".
7945 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
7946 only when (car archive-zip-extract) is "unzip". (Bug#5475)
7947
7948 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
7949
7950 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
7951 (doc-view-revert-buffer): New command.
7952 (doc-view-mode-map): Use it.
7953
7954 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
7955
7956 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
7957 pending merge is detected.
7958
7959 2010-01-31 Juri Linkov <juri@jurta.org>
7960
7961 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
7962 beginning of interactive spec like all other grep commands do.
7963 Put "all" in front of "gz". (Bug#5260)
7964
7965 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
7966
7967 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
7968
7969 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
7970
7971 * dirtrack.el (dirtrack): Warn instead of signalling error if the
7972 regexp is incorrect (Bug#5476).
7973
7974 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
7975
7976 * net/tramp.el (tramp-handle-insert-directory): Handle also
7977 symlinks, when FILENAME is not in `default-directory'.
7978
7979 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
7980
7981 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
7982 FILE is not in `default-directory'. (Bug#5478)
7983
7984 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
7985 of SWITCHES. Handle the case, FILENAME is not in
7986 `default-directory'. (Bug#5478)
7987 (tramp-register-file-name-handlers): Add safe-magic property.
7988
7989 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
7990
7991 * arc-mode.el (archive-zip-extract): Quote the argument passed to
7992 unzip (Bug#5475).
7993
7994 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
7995
7996 * progmodes/flymake.el (flymake-allowed-file-name-masks)
7997 (flymake-master-make-header-init): Add other C++ filename masks.
7998 (flymake-find-possible-master-files)
7999 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
8000
8001 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
8002
8003 Fix some busybox annoyances.
8004
8005 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
8006 not responding." string.
8007 (tramp-open-connection-setup-interactive-shell): Dump stty
8008 settings. Enable "neveropen" arg for all `tramp-send-command'
8009 calls. Handle "=" in variable values properly.
8010 (tramp-find-inline-encoding): Raise an error, when no encoding is
8011 found.
8012 (tramp-wait-for-output): Check, whether PROC buffer is available.
8013 Remove spurious " ^H" sequences, sent by busybox.
8014 (tramp-get-ls-command): Suppress coloring, if possible.
8015
8016 2010-01-28 Glenn Morris <rgm@gnu.org>
8017
8018 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
8019
8020 * log-edit.el (log-edit-strip-single-file-name): Add missing
8021 :safe, :group, and :version tags.
8022
8023 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
8024
8025 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
8026 buffers. (Bug#5477)
8027
8028 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
8029
8030 * files.el (delete-directory): Handle moving to trash without
8031 first doing recursion (Bug#5436).
8032
8033 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
8034
8035 * vc-hooks.el (vc-path): Mark as obsolete.
8036
8037 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
8038
8039 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
8040 names too.
8041
8042 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
8043 for the short log.
8044 (vc-bzr-log-view-mode): Adjust regexp for the above change.
8045
8046 2010-01-25 Mark A. Hershberger <mah@everybody.org>
8047
8048 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
8049
8050 * vc-bzr.el (vc-bzr-revision-table): New function.
8051
8052 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
8053
8054 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
8055 diff-index command. This requires at least git-1.5.5. (Bug#1589).
8056
8057 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
8058
8059 Remove support for adding --signoff on commit.
8060 Future support will use an incompatible generic mechanism.
8061 * vc-git.el (vc-git-add-signoff): Remove variable.
8062 (vc-git-toggle-signoff): Remove function.
8063 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
8064
8065 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
8066 from xterm-set-background-mode. Return t if the background mode
8067 was set.
8068 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
8069 earlier, call it again in case the background mode has changed.
8070
8071 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
8072
8073 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
8074 (Bug#3541).
8075
8076 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
8077
8078 * emacs-lisp/assoc.el (aelement): Doc fix.
8079 (aput, adelete, amake): Use lexical-let (Bug#5450).
8080
8081 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
8082
8083 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
8084 is the same as subprogram call, not declaration. (Bug#5435).
8085
8086 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
8087
8088 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
8089 (tramp-smb-maybe-open-connection): Use it.
8090
8091 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
8092
8093 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
8094
8095 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
8096
8097 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
8098 just because we see "encoding: 8bit".
8099 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
8100
8101 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
8102
8103 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
8104
8105 2010-01-22 Eli Zaretskii <eliz@gnu.org>
8106
8107 * jka-compr.el (jka-compr-load): If load-file is not in
8108 load-history, try its file-truename version. (bug#5447)
8109
8110 2010-01-21 Alan Mackenzie <acm@muc.de>
8111
8112 Fix a situation where deletion of a cpp construct throws an error.
8113 * progmodes/cc-engine.el (c-invalidate-state-cache):
8114 Before invoking c-with-all-but-one-cpps-commented-out, check that the
8115 special cpp construct is still in the buffer.
8116 (c-parse-state): Record the special cpp with markers, not numbers.
8117
8118 2010-01-21 Kenichi Handa <handa@m17n.org>
8119
8120 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
8121 process last-command-event, as it is now decoded first (Bug#5380).
8122
8123 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
8124
8125 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
8126
8127 2010-01-20 Glenn Morris <rgm@gnu.org>
8128
8129 * indent.el (tab-always-indent): Fix custom-type.
8130
8131 2010-01-19 Alan Mackenzie <acm@muc.de>
8132
8133 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
8134 buffer throws "args out of range".
8135 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
8136 playing the role of delimiter.
8137
8138 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
8139
8140 * progmodes/ada-mode.el: Fix bug#5400.
8141 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
8142 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
8143 changed. Delete RECURSIVE parameter; never used. Improve doc string.
8144 Improve comments in "is" portion. Handle null procedure declaration.
8145 (ada-move-to-end): Improve doc string.
8146
8147 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
8148
8149 * ido.el (ido-cur-list): Initialize to nil.
8150 Remove obsolete information from commentary.
8151 (ido-choice-list): Initialize to nil.
8152 (ido-get-bufname): Reject minibuffers.
8153 (ido-make-buffer-list): If "default" is a nonexistent
8154 buffer, ignore it, as per the function's comment.
8155 (ido-kill-buffer-internal): New function.
8156 (ido-kill-buffer-at-head): Use it.
8157 (ido-visit-buffer): Likewise.
8158
8159 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
8160
8161 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
8162
8163 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
8164
8165 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
8166 Fix typos in chart titles.
8167
8168 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
8169 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
8170 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
8171 (describe-class, eieio-describe-generic, describe-generic):
8172 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
8173 (eieio-speedbar-expand):
8174 * emulation/viper-cmd.el (viper-exec-form-in-vi)
8175 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
8176 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
8177 (viper-del-backward-char-in-replace, viper-backward-indent)
8178 (viper-brac-function, viper-register-to-point, viper-submit-report):
8179 * net/tramp.el (tramp-remote-coding-commands):
8180 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
8181 Fix typos in docstrings.
8182
8183 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
8184
8185 * mail/sendmail.el (mail-yank-original): Set the mark if the
8186 specified function for yanking does not do it.
8187
8188 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
8189
8190 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
8191
8192 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
8193 resyncing a directory.
8194
8195 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
8196
8197 * progmodes/ada-mode.el: Fix bug#1920.
8198 (ada-ident-re): Delete ., allow multibyte characters.
8199 (ada-goto-label-re): New; matches goto labels.
8200 (ada-block-label-re): New; matches block labels.
8201 (ada-label-re): New; matches both.
8202 (ada-named-block-re): Deleted; callers changed to use
8203 `ada-block-label-re' instead.
8204 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
8205 Use `ada-block-label-re'.
8206 (ada-indent-on-previous-lines): Improve handling of goto labels.
8207 (ada-get-indent-block-start): Special-case block label.
8208 (ada-get-indent-label): Split into `ada-indent-block-label' and
8209 `ada-indent-goto-label'.
8210 (ada-goto-stmt-start, ada-goto-next-non-ws):
8211 Optionally ignore goto labels.
8212 (ada-goto-next-word): Simplify.
8213 (ada-indent-newline-indent-conditional): Insert newline before
8214 trying to fix indentation; doc fix.
8215
8216 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
8217
8218 * calc/calc.el (calc-command-flags): Give it an initial value.
8219
8220 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
8221
8222 * files.el (minibuffer-with-setup-hook):
8223 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
8224 (artist-key-draw-continously, artist-key-do-continously-continously)
8225 (artist-key-set-point-continously, artist-mouse-draw-continously):
8226 Fix typos in docstrings.
8227
8228 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
8229
8230 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
8231 return t (Bug#3898).
8232
8233 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
8234
8235 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
8236 can parse the output of the external commands (Bug#5279).
8237
8238 2010-01-16 Jari Aalto <jari.aalto@cante.net>
8239
8240 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
8241
8242 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
8243
8244 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
8245
8246 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
8247
8248 * startup.el (command-line): Remove unused --icon-type arg.
8249 Handle --display arg, passing it to command-line-1 (Bug#5392).
8250
8251 2010-01-16 Mario Lang <mlang@delysid.org>
8252
8253 * emacs-lisp/chart.el (chart-translate-namezone):
8254 * textmodes/artist.el (artist-compute-popup-menu-table):
8255 Remove duplicated words in doc-strings.
8256
8257 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
8258
8259 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
8260 to mairix-search to suppress threading (Bug#5342).
8261
8262 2010-01-15 Kenichi Handa <handa@m17n.org>
8263
8264 * international/mule-cmds.el (canonicalize-coding-system-name):
8265 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
8266
8267 2010-01-15 Glenn Morris <rgm@gnu.org>
8268
8269 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
8270
8271 * wid-edit.el (widget-keymap): Doc fix.
8272
8273 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
8274 former seems to be more widely accepted by various svn versions.
8275
8276 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
8277
8278 * find-cmd.el (find-constituents):
8279 * vc-arch.el (vc-arch-root):
8280 * window.el (window-body-height, pop-up-frames):
8281 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
8282 * progmodes/ada-stmt.el (ada-if):
8283 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
8284 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
8285 (ispell-encoding8-command, ispell-aspell-supports-utf8)
8286 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
8287
8288 * progmodes/flymake.el (flymake-post-syntax-check):
8289 Fix typo in error message.
8290
8291 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
8292
8293 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
8294 which is always a string. (Bug#5313)
8295
8296 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
8297
8298 * progmodes/ada-xref.el (ada-default-prj-properties):
8299 Simplify previous change.
8300
8301 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8302
8303 * progmodes/ada-xref.el (ada-default-prj-properties):
8304 Default ada_project_path to $ADA_PROJECT_PATH.
8305
8306 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8307
8308 * progmodes/ada-mode.el (ada-create-keymap):
8309 Override `narrow-to-defun' with `ada-narrow-to-defun'.
8310
8311 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8312
8313 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
8314 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
8315 (ada-get-current-indent, ada-imenu-generic-expression)
8316 (ada-which-function): Check for it.
8317
8318 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
8319
8320 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
8321 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
8322
8323 2010-01-14 Glenn Morris <rgm@gnu.org>
8324
8325 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
8326
8327 2010-01-14 Kenichi Handa <handa@m17n.org>
8328
8329 * composite.el (auto-composition-mode): Make it a buffer local
8330 variable (permanent-local).
8331 (auto-composition-function): Set the default value to
8332 auto-compose-chars.
8333 (auto-composition-mode): Make it a simple function, not a minor mode.
8334 (global-auto-composition-mode): Likewise.
8335 (turn-on-auto-composition-if-enabled): Delete it.
8336
8337 2010-01-13 Karl Fogel <kfogel@red-bean.com>
8338
8339 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
8340
8341 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
8342
8343 * files.el (copy-directory): Compute target for recursive
8344 directories with identical names. (Bug#5343)
8345
8346 2010-01-12 Glenn Morris <rgm@gnu.org>
8347
8348 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
8349 it to bug-gnu-emacs rather than emacs-pretest-bug.
8350
8351 2010-01-11 Sam Steingold <sds@gnu.org>
8352
8353 * imenu.el (imenu-default-create-index-function): Detect infinite
8354 loops caused by imenu-prev-index-position-function.
8355
8356 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
8357
8358 * htmlfontify.el (htmlfontify-load-rgb-file)
8359 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
8360 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
8361 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
8362 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
8363 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
8364 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
8365 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
8366 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
8367 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
8368 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
8369 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
8370 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
8371 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
8372 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
8373 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
8374 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
8375 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
8376 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
8377 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
8378 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
8379 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
8380 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
8381 backslash-quoting from parentheses, etc.
8382
8383 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
8384
8385 * progmodes/js.el: Autoload javascript-mode alias.
8386
8387 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
8388
8389 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
8390 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
8391 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
8392 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
8393 Fix typos in docstrings.
8394 (ffap-url-regexp): Doc fix.
8395 (ffap-at-mouse): Fix typo in message.
8396
8397 2010-01-11 Glenn Morris <rgm@gnu.org>
8398
8399 * version.el (emacs-copyright): Set copyright year to 2010.
8400
8401 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
8402
8403 * format.el (format-annotate-function): Only set
8404 write-region-post-annotation-function after running to-fn so as not to
8405 affect nested write-region calls (bug#5273).
8406
8407 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
8408
8409 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
8410 wisent/python.el.
8411
8412 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
8413
8414 * man.el (Man-goto-section): Signal error if the section is not
8415 found (Bug#5317).
8416
8417 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
8418
8419 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
8420 URLs with a leading triple slash in the file: scheme. (Bug#5345)
8421
8422 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
8423
8424 * progmodes/compile.el: Don't treat compile-command as safe if
8425 compilation-read-command might be nil (Bug#4218).
8426
8427 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
8428
8429 * startup.el (command-line-1): Use orig-argi to check for ignored X and
8430 NS options.
8431
8432 2010-01-08 Kenichi Handa <handa@m17n.org>
8433
8434 * international/fontset.el (build-default-fontset-data):
8435 Exclude characters in scripts kana, hangul, han, or cjk-misc.
8436
8437 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
8438
8439 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
8440 to `create-file-buffer' as it expects, not just a buffer name.
8441 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
8442 to help uniquify. (Bug#3224)
8443
8444 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
8445
8446 * font-setting.el (font-setting-change-default-font): Use user-spec
8447 instead of name.
8448
8449 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
8450
8451 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
8452
8453 2010-01-05 Tom Tromey <tromey@redhat.com>
8454
8455 * progmodes/python.el (python-font-lock-keywords):
8456 Handle qualified decorators (Bug#881).
8457
8458 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
8459
8460 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
8461 in a lightweight checkout.
8462
8463 2010-01-05 Kenichi Handa <handa@m17n.org>
8464
8465 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
8466
8467 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
8468
8469 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
8470
8471 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
8472
8473 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
8474 checkouts. (Bug#618)
8475 (vc-bzr-log-view-mode): Also highlight the author.
8476 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
8477 (vc-bzr-shelve-menu-map):
8478 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
8479 (vc-bzr-shelve-apply): Make prompt more explicit.
8480
8481 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
8482
8483 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
8484 They are valid characters in URL paths (rfc3986), and at least
8485 Firefox does not understand the encoded version (Bug#3166).
8486
8487 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
8488
8489 * progmodes/octave-mod.el (octave-end-keywords)
8490 (octave-block-begin-or-end-regexp, octave-block-match-alist):
8491 Add "end" keyword (Bug#3061).
8492 (octave-end-as-array-index-p): New function.
8493 (calculate-octave-indent): Use it.
8494
8495 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8496
8497 * bookmark.el: Consistently put the text property on the bookmark name.
8498 (bookmark-bmenu-marks-width): Bump back to 2, to include
8499 annotation marks.
8500 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
8501 property on the bookmark name, instead of not putting it at all.
8502 (bookmark-bmenu-list): Fix where we put the text property.
8503
8504 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8505
8506 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
8507 for showing buffer modified state (as added in the previous change).
8508
8509 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8510
8511 * bookmark.el: Show modified state of bookmark buffer more accurately.
8512 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
8513 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
8514 (with-buffer-modified-unmodified): New macro.
8515 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8516 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
8517 Use new macro to preserve the buffer modified state.
8518
8519 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8520
8521 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
8522 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
8523 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
8524 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
8525 (bookmark-bmenu-rename, bookmark-bmenu-locate)
8526 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
8527 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
8528
8529 2010-01-02 Eli Zaretskii <eliz@gnu.org>
8530
8531 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8532 Make the lines in the generated doc string shorter. (Bug#4668)
8533
8534 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
8535
8536 * net/rcirc.el: Add follow-link binding (Bug#4738).
8537
8538 2010-01-02 Eli Zaretskii <eliz@gnu.org>
8539
8540 * Makefile.in (bzr-update): Rename from cvs-update.
8541 (cvs-update): New target for backward compatibility.
8542
8543 * makefile.w32-in (bzr-update): Rename from cvs-update.
8544 (cvs-update): New target for backward compatibility.
8545
8546 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8547
8548 * bookmark.el: Remove gratuitous gratitude.
8549
8550 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8551
8552 * bookmark.el (bookmark-bmenu-any-marks): New function.
8553 (bookmark-bmenu-save): Clear buffer modification if no marks.
8554
8555 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8556
8557 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
8558 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
8559 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
8560 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
8561
8562 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
8563 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
8564 To: emacs-devel {_AT_} gnu.org
8565 Subject: bookmark.el bug report
8566 Date: Mon, 28 Dec 2009 14:19:16 +0800
8567 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
8568
8569 2010-01-02 Karl Fogel <kfogel@red-bean.com>
8570
8571 * bookmark.el: Improvements suggested by Drew Adams:
8572 (bookmark-bmenu-ensure-position): New name for
8573 `bookmark-bmenu-check-position'. Just ensure the position,
8574 don't return any meaningful value.
8575 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
8576 New constants.
8577
8578 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
8579
8580 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
8581 (bookmark-yank-point, bookmark-bmenu-check-position):
8582 Fix typos in docstrings.
8583 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
8584 (bookmark-name-from-full-record, bookmark-get-position)
8585 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
8586 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
8587 Remove useless quoting of parenthesis, etc. in docstrings.
8588
8589 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
8590 (ediff-append-custom-diff): Fix typo in error message.
8591 (ediff-meta-mark-equal-files): Fix typos in messages.
8592
8593 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
8594
8595 * net/imap-hash.el (imap-hash-make): Doc fix.
8596 (imap-hash-test): Fix typo in error message; reflow docstring.
8597 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
8598 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
8599 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
8600 Fix typos in docstrings.
8601 (imap-hash-open-connection): Fix typo in error message.
8602
8603 * play/gomoku.el (gomoku): Fix typos in docstring.
8604
8605 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
8606 (gdb-jsonify-buffer): Fix typos in docstring.
8607 (gdb-goto-breakpoint): Fix typo in error message.
8608 ("Display Other Windows"): Fix typo in help message.
8609 (gdb-speedbar-expand-node): Fix typo in question.
8610
8611 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
8612 (idlwave-html-system-help-location, idlwave-html-help-location)
8613 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
8614 (idlwave-help-browser-generic-args, idlwave-help-directory)
8615 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
8616 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
8617 (idlwave-online-help, idlwave-help-html-link)
8618 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
8619 Fix typos in docstrings.
8620 (idlwave-help-with-source, idlwave-help-find-routine-definition):
8621 Reflow docstrings.
8622 (idlwave-help-assistant-start): Fix typo in error message.
8623
8624 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
8625 (octave-electric-space): Fix typos in docstrings.
8626
8627 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
8628
8629 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
8630
8631 2010-01-01 Juri Linkov <juri@jurta.org>
8632
8633 * comint.el (comint-input-ring-size): Make it a defcustom and
8634 increase the default to 500 (Bug#5148).
8635
8636 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
8637
8638 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
8639 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
8640 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
8641
8642 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
8643
8644 Show working revision correctly for mercurial.
8645 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
8646 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
8647
8648 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
8649
8650 Declare some functions for the byte-compiler.
8651 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
8652 (speedbar-timer-fn, speedbar-change-expand-button-char)
8653 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
8654
8655 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
8656
8657 This changeset reverts GDB Graphical Interface to use annotations.
8658 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
8659
8660 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
8661
8662 Make vc-dir work on subdirectories of the bzr root.
8663 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
8664 file names relative to it.
8665 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
8666 relative directory to vc-bzr-after-dir-status.
8667
8668 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
8669
8670 * font-lock.el (font-lock-refresh-defaults): New function, which
8671 can be used to let font-lock react to external changes in
8672 variables like font-lock-defaults and keywords.
8673 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
8674
8675 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
8676
8677 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
8678
8679 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
8680
8681 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
8682
8683 Supersede color.diff settings in git log (bug#5211).
8684
8685 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
8686 escape chars in its output when the user has color.diff set to `always'.
8687 This fix works on git 1.4.2 and newer (released on 2006-08-13).
8688
8689 2009-12-26 Kevin Ryde <user42@zip.com.au>
8690
8691 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
8692 node. Keep previous "Index" name to work with past coreutils too.
8693
8694 * man.el (man): Revise docstring a bit to show -a and -l as
8695 examples. Add -k description since support for it has otherwise
8696 been a secret. (Further to bug#3717.)
8697 (Man-bgproc-sentinel): When "-k foo" produces no output show error
8698 "no matches" rather than "Can't find manpage", as the latter reads
8699 like -k was interpreted as a page name, which is not so. (Bug#5431)
8700
8701 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
8702
8703 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
8704 switches. Check also for //SUBDIRED// line.
8705
8706 2009-12-25 Kenichi Handa <handa@m17n.org>
8707
8708 * language/indian.el (devanagari-composable-pattern): Fixed to
8709 handle ZWNJ and ZWJ. Use it in composition-function-table for
8710 Devanagari.
8711 (malayalam-composable-pattern): Fix previous change.
8712
8713 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8714
8715 * ps-print.el (ps-face-attributes): It was not returning the
8716 attribute face for faces specified as string. Reported by harven
8717 <harven@free.fr>. (Bug#5254)
8718 (ps-print-version): New version 7.3.5.
8719
8720 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
8721
8722 * calendar/icalendar.el (icalendar--convert-tz-offset):
8723 Fix timezone names.
8724 (icalendar--convert-tz-offset): Fix the "last-day-problem".
8725 (icalendar--add-diary-entry): Remove the trailing blank that
8726 diary-make-entry inserts.
8727
8728 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
8729
8730 Make `file-expand-wildcards' work for remote files.
8731
8732 * files.el (file-expand-wildcards): In case of remote files, check
8733 only local file name part for wildcards. Provide feature 'files
8734 and subfeature 'remote-wildcards. (Bug#5198)
8735
8736 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
8737 if there is already an established connection.
8738 (tramp-advice-file-expand-wildcards): Remove it.
8739
8740 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
8741 (tramp-advice-file-expand-wildcards): Move from tramp.el.
8742 Activate advice for older GNU Emacs versions. (Bug#5237)
8743
8744 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
8745
8746 Some doc fixes (more needed).
8747
8748 * find-cmd.el (find-constituents): Reflow docstring.
8749 (find-cmd, find-prune, find-command): Fix typos in docstrings.
8750 (find-generic): Doc fix.
8751
8752 2009-12-17 Juri Linkov <juri@jurta.org>
8753
8754 Fix regression from 23.1 to allow multiple modes in Local Variables.
8755
8756 * files.el (hack-local-variables-filter): While ignoring duplicates,
8757 don't take `mode' into account.
8758 (hack-local-variables-filter, hack-dir-local-variables):
8759 Don't remove duplicate `mode' from local-variables-alist (like `eval').
8760
8761 2009-12-17 Juri Linkov <juri@jurta.org>
8762
8763 Make `dired-diff' safer. (Bug#5225)
8764
8765 * dired-aux.el (dired-diff): Signal an error when `file' equals to
8766 `current' or when `file' is a directory of the `current' file.
8767
8768 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
8769
8770 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
8771 unconditionally preloaded files.
8772
8773 2009-12-16 Juri Linkov <juri@jurta.org>
8774
8775 Revert to old 23.1 logic of using the file at the mark as default.
8776 * dired-aux.el (dired-diff): Use the file at the mark as default
8777 if it's not the same as the current file, and the target dir is
8778 the current dir or the mark is active. Add the current file
8779 as the arg of `dired-dwim-target-defaults'. Use the default file
8780 in the prompt. (Bug#5225)
8781
8782 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
8783
8784 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
8785 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
8786 (tramp-check-for-regexp): Check also, when an echoing shell stops
8787 to echo sent commands.
8788
8789 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
8790
8791 * Makefile.in: Revert last change (Bug#5191).
8792
8793 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
8794
8795 * vc-hg.el (vc-hg-print-log): Fix argument order.
8796 (vc-hg-working-revision): Make sure the command is executed in a
8797 known environment so that we can parse the output. (Bug#4417)
8798
8799 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
8800
8801 * progmodes/python.el (python-symbol-completions): Remove text
8802 properties from symbol string before calling python-send-receive.
8803
8804 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
8805
8806 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
8807 when there are values for both file and line. (Bug#5060)
8808
8809 2009-12-14 Juri Linkov <juri@jurta.org>
8810
8811 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
8812 whitespace after the file name of the first line of unified format,
8813 because git-diff doesn't output whitespace and file modification time
8814 after the file name.
8815
8816 2009-12-14 David Kastrup <dak@gnu.org>
8817
8818 * info.el (Info-hide-cookies-node): Before hiding a cookie,
8819 check if it already has the `display' property added by
8820 `Info-display-images-node', and not put the `invisible' property
8821 in this case.
8822
8823 2009-12-13 Glenn Morris <rgm@gnu.org>
8824
8825 * mail/emacsbug.el (message-sort-headers): Define for compiler.
8826 (report-emacs-bug): In message-mode, sort manually before storing
8827 original report text. (Bug#5178)
8828 Remove superfluous save-excursion.
8829
8830 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
8831
8832 * net/dbus.el (dbus-property-handler): Filter lambda forms out
8833 when responding to "GetAll" properties.
8834
8835 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
8836
8837 * simple.el (compose-mail): Remove mail-setup-with-from from
8838 customization checks.
8839
8840 2009-12-12 Eli Zaretskii <eliz@gnu.org>
8841
8842 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
8843 RAR archives created on Unix systems.
8844
8845 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
8846
8847 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
8848 the varalias that was accidentally removed by the 2009-11-19 change
8849 (bug#5186).
8850
8851 2009-12-12 Kenichi Handa <handa@m17n.org>
8852
8853 * language/indian.el (indian-compose-regexp): New function.
8854 (malayalam-composable-pattern): Fix the pattern.
8855 (composition-function-table): Set malayalam-composable-pattern for
8856 Malayalam characters.
8857
8858 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
8859
8860 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
8861 rather than down-mouse-1, based on follow-link conventions.
8862
8863 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
8864 are compiled.
8865
8866 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
8867
8868 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
8869 (verilog-vmm-statement-re, verilog-ovm-statement-re)
8870 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
8871 (verilog-leap-to-head, verilog-backward-token):
8872 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
8873
8874 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
8875
8876 * progmodes/verilog-mode.el (verilog-auto-lineup)
8877 (verilog-nameable-item-re): Cleanup user-visible spelling and
8878 documentation errors. One reported by Gary Delp.
8879 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
8880 (verilog-read-decls): Fix AUTOWIRE with types declared in a
8881 package, bug195. Reported by Pierre-David Pfister.
8882
8883 2009-12-11 Glenn Morris <rgm@gnu.org>
8884
8885 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
8886
8887 * mail/emacsbug.el: No longer require sendmail.
8888 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
8889 (report-emacs-bug-orig-text): Doc fix.
8890 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
8891 New local variables, to adapt to different mail-user-agents.
8892 (report-emacs-bug): Fix test for a gnu.org address.
8893 Use overlays for emphasis, since font-lock defeats 'face property.
8894 Pretest bugs also end up at the newsgroup these days.
8895 Stop message-mode stripping text properties.
8896 Set and use the new buffer-local variables.
8897 (report-emacs-bug-hook): Add doc-string.
8898 Remove some unnecessary save-excursions and simplify.
8899 Use the appropriate hook and send-command.
8900
8901 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
8902 capitalization of some menu entries.
8903
8904 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8905
8906 * whitespace.el (whitespace-display-char-on):
8907 Ensure `buffer-display-table' is unique when two or more windows are
8908 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
8909 New version 12.1.
8910
8911 2009-12-10 Eli Zaretskii <eliz@gnu.org>
8912
8913 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
8914 characters in the Attribute field.
8915
8916 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
8917
8918 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
8919
8920 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
8921
8922 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
8923 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8924 Disregard autoload-excludes.
8925 (update-directory-autoloads): Obey autoload-excludes here instead.
8926 But don't store its contents in no-autoloads and remove entries that
8927 refer to excludes files.
8928
8929 2009-12-10 Glenn Morris <rgm@gnu.org>
8930
8931 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
8932 (expand-mail-aliases): Define for compiler.
8933
8934 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
8935 Define for compiler.
8936
8937 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
8938 appropriate for the mail-user-agent in use.
8939
8940 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
8941
8942 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
8943
8944 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
8945
8946 Fix short log parsing and fontification.
8947 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
8948 Fix fontification for the [merge] label.
8949
8950 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
8951
8952 Drop some properties to avoid surprises (bug#5002).
8953 * htmlfontify.el (hfy-ignored-properties): New defcustom.
8954 (hfy-fontify-buffer): Use it.
8955
8956 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
8957
8958 Minor cleanup.
8959 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
8960 Adjust all callers.
8961 (ffap-locate-file): Remove unused arg `dir-ok' and make other
8962 args compulsory. Adjust callers.
8963 (ffap-gopher-at-point): Remove unused var `name'.
8964
8965 Get rid of the ELCFILES abomination.
8966 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
8967 (compile-elcfiles): New phony target.
8968 (compile-main): Compute ELCFILES dynamically.
8969 (compile-clean): New target to remove left-over elc files.
8970 (compile, all): Use it.
8971
8972 2009-12-09 Kenichi Handa <handa@etlken>
8973
8974 * international/mule-diag.el: Require help-mode instead of help-fns.
8975
8976 2009-12-09 Kenichi Handa <handa@m17n.org>
8977
8978 * international/mule-cmds.el (ucs-names): Supply sufficiently
8979 fine ranges instead of pre-calculating accurate ranges.
8980 Iterate with bigger gc-cons-threshold.
8981
8982 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
8983
8984 Add support for stashing a snapshot of the current tree.
8985 * vc-git.el (vc-git-stash-snapshot): New function.
8986 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
8987
8988 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
8989
8990 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
8991 instead of `(beginning|end)-of-line'.
8992
8993 2009-12-08 Glenn Morris <rgm@gnu.org>
8994
8995 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
8996
8997 * Makefile.in (ELCFILES): Regenerate.
8998
8999 2009-12-07 Juri Linkov <juri@jurta.org>
9000
9001 Don't lazy-highlight the comint output in history Isearch mode.
9002
9003 * comint.el (comint-history-isearch-search): Instead of
9004 `comint-line-beginning-position', use `comint-after-pmark-p'
9005 to check if point if before the process mark, and go to
9006 `process-mark' in this case.
9007
9008 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9009
9010 * textmodes/tex-mode.el (latex-complete)
9011 (latex-indent-or-complete): Remove.
9012 (latex-mode): Set completion-at-point-functions instead.
9013
9014 Provide a standard completion command and hook it into TAB.
9015 * minibuffer.el (completion-at-point-functions): New var.
9016 (completion-at-point): New command.
9017 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
9018 * progmodes/python.el (python-mode-map): Use completion-at-point.
9019 (python-completion-at-point): Rename from python-partial-symbol and
9020 adjust for use in completion-at-point-functions.
9021 (python-mode): Setup completion-at-point for Python completion.
9022 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
9023 extracted from lisp-complete-symbol.
9024 (lisp-complete-symbol): Use it.
9025 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
9026 setup completion-at-point for Elisp completion.
9027 (emacs-lisp-mode-map, lisp-interaction-mode-map):
9028 Use completion-at-point.
9029 * ielm.el (ielm-map): Use completion-at-point.
9030 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
9031 * progmodes/sym-comp.el: Move to...
9032 * obsolete/sym-comp.el: Move from progmodes.
9033
9034 2009-12-07 Eli Zaretskii <eliz@gnu.org>
9035
9036 Prevent save-buffer in Rmail buffers from using the coding-system
9037 of the current message, and from clobbering the encoding mnemonics
9038 in the mode line (Bug#4623).
9039
9040 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
9041 flag, too.
9042 (rmail-message-encoding): New variable.
9043 (rmail-write-region-annotate): Record the encoding of the current
9044 message in rmail-message-encoding.
9045 (rmail-after-save-hook): New function, restores the encoding of
9046 the current message after the message collection is saved.
9047
9048 2009-12-07 Juri Linkov <juri@jurta.org>
9049
9050 * progmodes/grep.el (grep-read-files): Use `completing-read'
9051 instead of `read-string'. Set its `collection' arg to
9052 `read-file-name-internal'. (Bug#4301)
9053
9054 2009-12-07 Juri Linkov <juri@jurta.org>
9055
9056 Correctly restore original Isearch point. (Bug#4994)
9057
9058 * isearch.el (isearch-mode): Move `isearch-push-state' after
9059 `(run-hooks 'isearch-mode-hook)'.
9060 (isearch-cancel): When `isearch-push-state-function' is defined,
9061 let-bind `isearch-cmds' to the first state (the last element of
9062 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
9063 function and restores the original point). Otherwise, move point
9064 to `isearch-opoint'.
9065
9066 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9067
9068 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
9069 chars that don't have names, so the table can be built much faster at
9070 run-time.
9071
9072 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
9073
9074 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
9075 change. Suggested by David Kastrup.
9076
9077 * simple.el (compose-mail): Check for incompatibilities and warn.
9078 (compose-mail-user-agent-warnings): New option.
9079
9080 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
9081
9082 Support showing a single log entry from vc-annotate.
9083 * vc.el (print-log): Add a new argument: START-REVISION.
9084 (vc-print-log-internal): Add a new optional argument and
9085 pass it to the backend.
9086 (vc-print-log, vc-print-root-log): Adjust callers.
9087 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
9088 buffer already displays the requested log entry, use it.
9089 Otherwise display only the log entry in question.
9090 * vc-svn.el (vc-svn-print-log):
9091 * vc-mtn.el (vc-mtn-print-log):
9092 * vc-hg.el (vc-hg-state):
9093 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
9094 (vc-git-show-log-entry): Return t on success.
9095 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
9096 (vc-bzr-show-log-entry): Return t on success.
9097 * vc-rcs.el (vc-rcs-print-log):
9098 * vc-sccs.el (vc-sccs-print-log):
9099 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
9100
9101 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
9102
9103 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
9104 Add menus to the meta mode. (Bug#5043)
9105
9106 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
9107
9108 * ediff-init.el (ediff-event-key): Use event-to-character instead of
9109 event-key.
9110
9111 * ediff.el (ediff-buffers-internal): Add unwind-protect.
9112
9113 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
9114
9115 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
9116 Berbain <raphael.berbain@gmail.com>.
9117
9118 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
9119 characters.
9120 (tramp-initial-end-of-output): New defconst.
9121 (tramp-methods, tramp-find-shell)
9122 (tramp-open-connection-setup-interactive-shell)
9123 (tramp-maybe-open-connection): Use it.
9124 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
9125 existence of `#' and `$'.
9126
9127 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
9128 `tramp-initial-end-of-output'.
9129
9130 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
9131
9132 Get the background mode from the terminal for xterm, and set
9133 faces accordingly.
9134 * term/xterm.el (xterm-set-background-mode): New function.
9135 (terminal-init-xterm): Use it in case xterm supports background
9136 color queries. Recompute faces after getting the background
9137 color.
9138
9139 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
9140
9141 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
9142 number comment back on its own line, for easier parsing.
9143
9144 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9145
9146 Make it work for non-file buffers (bug#5102).
9147 * doc-view.el (doc-view-current-cache-dir):
9148 Use doc-view-buffer-file-name rather than buffer-file-name.
9149 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
9150
9151 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
9152
9153 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
9154 author field is too short.
9155
9156 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
9157
9158 * vc-git.el (vc-git-print-log): Handle a limit argument.
9159 Display the short log in graph form and with labels.
9160 (vc-git-log-view-mode): Handle labels.
9161
9162 Make vc-revert change VC state from 'added to 'unregistered.
9163 * vc-git.el (vc-git-revert): Call git reset first.
9164
9165 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
9166
9167 * net/newst-backend.el, net/newst-plainview.el:
9168 * net/newst-reader.el, net/newst-ticker.el:
9169 * net/newst-treeview.el, net/newsticker.el:
9170 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
9171
9172 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
9173
9174 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
9175
9176 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
9177 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
9178 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
9179 Update annotation regexp.
9180
9181 * simple.el (beginning-of-visual-line): Constrain to field
9182 boundaries (Bug#5106).
9183
9184 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
9185
9186 * xml.el (xml-substitute-numeric-entities): Move
9187 newsticker--decode-numeric-entities in newst-backend.el to
9188 xml-substitute-numeric-entities in xml.el. (Bug#5008)
9189 * net/newst-backend.el (newsticker--parse-generic-feed)
9190 (newsticker--parse-generic-items)
9191 (newsticker--decode-numeric-entities): Move
9192 newsticker--decode-numeric-entities in newst-backend.el to
9193 xml-substitute-numeric-entities in xml.el. (Bug#5008)
9194
9195 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
9196
9197 * progmodes/js.el (js--js-not): Add null to the list of values.
9198
9199 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
9200
9201 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
9202
9203 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9204
9205 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
9206 delimiter if it is at the end of the current line.
9207 (bibtex-generate-url-list): Fix docstring.
9208
9209 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9210
9211 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
9212 minibuffer's content with itself.
9213 Fold the confirm-after-completion case into the `confirm' case.
9214 (completion-pcm-word-delimiters): Add : and / to the delimiters.
9215
9216 2009-12-06 Kevin Ryde <user42@zip.com.au>
9217
9218 * ffap.el (ffap-rfc-path): Make this a defcustom since
9219 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
9220
9221 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
9222 manuals, similar to existing setup for help-mode. (Bug#3913.)
9223
9224 2009-12-05 Juri Linkov <juri@jurta.org>
9225
9226 Save and restore dired buffer's point positions too. (Bug#4880)
9227
9228 * dired.el (dired-save-positions): Return in the first element
9229 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
9230 Doc fix.
9231 (dired-restore-positions): First restore buffer's position.
9232 While restoring window's positions, check if window still displays
9233 the original buffer.
9234
9235 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
9236
9237 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
9238 if possible.
9239
9240 * shell.el (shell): Require ansi-color (Bug#5113).
9241
9242 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
9243
9244 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
9245
9246 2009-12-05 Alan Mackenzie <acm@muc.de>
9247
9248 * progmodes/cc-mode.el (c-before-hack-hook)
9249 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
9250 `c-file-style' to work again. This reversion restores the current
9251 software to its state in Emacs 23.1. (Bug#4146)
9252
9253 2009-12-05 Kevin Ryde <user42@zip.com.au>
9254
9255 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
9256 comment-start-skip to comment-end-skip as comment (Bug#4781).
9257
9258 2009-12-05 Juri Linkov <juri@jurta.org>
9259
9260 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
9261 for virtual nodes. (Bug#4147)
9262 (Info-find-node-2): Set `Info-current-node-virtual' to nil
9263 when moving from a virtual node.
9264 (Info-mode-menu): Add `Info-virtual-index' to the menu.
9265 (Info-mode): Add `Info-virtual-index' to the docstring.
9266
9267 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9268
9269 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
9270 track of the buffer position of the end of a BibTeX entry as this
9271 position may change during reformatting.
9272 (bibtex-format-entry): Remove whitespace before processing
9273 numerical fields so that we recognize the latter properly.
9274 (bibtex-reformat): Do not use push which changes the global value
9275 of bibtex-entry-format.
9276 (bibtex-field-braces-alist, bibtex-field-strings-alist)
9277 (bibtex-field-re-init): Replace only space characters by regexp
9278 for whitespace.
9279 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
9280 (bibtex-initialize): Also update bibtex-strings.
9281 (bibtex-kill-field): Preserve white space at end of entry.
9282 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
9283 Update bibtex-reference-keys.
9284
9285 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9286
9287 * minibuffer.el (completion-pcm--merge-try): Also consider placing
9288 point after a star, if that's the only place where modifications can
9289 make progress.
9290
9291 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
9292
9293 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
9294 in docstrings.
9295
9296 2009-12-04 Juri Linkov <juri@jurta.org>
9297
9298 * proced.el (proced): Call `(proced-update t)' to update process
9299 information instead of only running proced-post-display-hook.
9300 (proced-send-signal): Add a leading space to the buffer name
9301 " *Marked Processes*" to make this buffer ephemeral.
9302
9303 2009-12-04 Juri Linkov <juri@jurta.org>
9304
9305 * dired.el (dired-auto-revert-buffer): New defcustom.
9306 (dired-internal-noselect): Use it.
9307
9308 2009-12-04 Juri Linkov <juri@jurta.org>
9309
9310 Change roles of modes and functions in image-mode.el (Bug#5062).
9311
9312 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
9313 in `auto-mode-alist'.
9314 (image-mode-previous-major-mode): New variable.
9315 (image-minor-mode-map): Rename from `image-mode-text-map'.
9316 (image-mode): Move graceful error-handling code from
9317 `image-minor-mode' to here. On errors call `image-mode-as-text'.
9318 (image-minor-mode): Remove all image-handling code.
9319 Replace `image-mode-text-map' with `image-minor-mode-map'.
9320 Check for `image-type' in mode-line format string.
9321 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
9322 (image-mode-as-text): New function with most code from
9323 `image-mode-maybe'.
9324 (image-toggle-display-text): Move code that removes image
9325 properties from `image-toggle-display' to here.
9326 (image-toggle-display-image): New function with code that adds
9327 image properties copied from `image-toggle-display'.
9328 (image-toggle-display): Remove most code with leaving only code
9329 that toggles between `image-mode-as-text' and `image-mode'.
9330
9331 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
9332
9333 * net/newst-treeview.el
9334 (newsticker--treeview-list-highlight-start): Restored call to
9335 save-excursion: Selected item was stuck.
9336 (newsticker--treeview-list-select): New.
9337 (newsticker--treeview-item-show-text)
9338 (newsticker--treeview-item-show)
9339 (newsticker--treeview-item-update): Use new
9340 newsticker-treeview-item-mode.
9341 (newsticker-treeview-update): Keep current item.
9342 (newsticker-treeview-next-new-or-immortal-item): Doc change.
9343 (newsticker--treeview-first-feed): Doc change.
9344 (newsticker-treeview-list-menu)
9345 (newsticker-treeview-item-menu): Added menu entries.
9346 (newsticker-treeview-item-mode): New.
9347
9348 * net/newst-backend.el (newsticker-customize): Delete other
9349 windows.
9350
9351 2009-12-04 Sam Steingold <sds@gnu.org>
9352
9353 * log-view.el (log-view-mode-map): "q" calls quit-window,
9354 like in all the other non-self-insert buffers.
9355
9356 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
9357
9358 Minor cleanup.
9359 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
9360 key decoding rather than do it manually via last-input-event +
9361 ascii-character.
9362 (term-exec): Use delete-and-extract-region.
9363 (term-handle-ansi-terminal-messages): Remove unused var `end'.
9364 (term-process-pager): Remove unused var `i'.
9365 (term-dynamic-simple-complete): Make obsolete.
9366 (serial-update-config-menu): Remove unused vars `y' and `str'.
9367 (term-update-mode-line): Remove unused var `temp'.
9368
9369 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9370
9371 Limit the number of log entries displayed by default.
9372 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
9373 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
9374 using a prefix argument.
9375
9376 2009-12-03 Glenn Morris <rgm@gnu.org>
9377
9378 * progmodes/idlwave.el (class): Restore still useful declaration.
9379
9380 2009-12-03 Alan Mackenzie <acm@muc.de>
9381
9382 Enhance `c-parse-state' to run efficiently in "brace deserts".
9383
9384 * progmodes/cc-mode.el (c-basic-common-init):
9385 Call c-state-cache-init.
9386 (c-neutralize-syntax-in-and-mark-CPP): Rename from
9387 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
9388 placing `category' properties value 'c-cpp-delimiter at its boundaries.
9389
9390 * progmodes/cc-langs.el (c-before-font-lock-function):
9391 c-extend-and-neutralize-syntax-in-CPP has been renamed
9392 c-neutralize-syntax-in-and-mark-CPP.
9393
9394 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
9395 with `category' properties now, not `syntax-table' ones.
9396
9397 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
9398 enhanced (but slower) version of c-end-of-macro that won't land
9399 inside a literal or on another awkward character.
9400 (c-state-cache-too-far, c-state-cache-start)
9401 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
9402 (c-state-nonlit-pos-cache-limit, c-state-point-min)
9403 (c-state-point-min-lit-type, c-state-point-min-lit-start)
9404 (c-state-min-scan-pos, c-state-brace-pair-desert)
9405 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
9406 buffer local variables.
9407 (c-state-literal-at, c-state-lit-beg)
9408 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
9409 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
9410 (c-state-cache-top-paren, c-state-cache-after-top-paren)
9411 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
9412 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
9413 (c-renarrow-state-cache)
9414 (c-append-lower-brace-pair-to-state-cache)
9415 (c-state-push-any-brace-pair, c-append-to-state-cache)
9416 (c-remove-stale-state-cache)
9417 (c-remove-stale-state-cache-backwards, c-state-cache-init)
9418 (c-invalidate-state-cache-1, c-parse-state-1)
9419 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
9420 (c-parse-state): Enhance and refactor.
9421 (c-debug-parse-state): Amend to deal with all the new variables.
9422
9423 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
9424 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
9425 modify to use category text properties rather than syntax-table ones.
9426 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
9427 to switch off/on the syntactic paren property of C++ template
9428 delimiters using the category property.
9429 (c-with-<->-as-parens-suppressed): Macro to invoke code with
9430 template delims suppressed.
9431 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
9432 New constant/macros which apply category properties to the start
9433 and end of preprocessor constructs.
9434 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
9435 "comment out" the syntactic value of characters in preprocessor
9436 constructs.
9437 (c-with-cpps-commented-out)
9438 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
9439 with characters in all or all but one preprocessor constructs
9440 "commented out".
9441
9442 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9443
9444 * proced.el (proced-filter-alist): Use regexp-quote.
9445
9446 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
9447
9448 Cleanup.
9449 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
9450 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
9451 arguments. Expand `default-directory'.
9452
9453 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
9454 the benefit of returning an expanded localname.
9455 (tramp-tramp-file-p): Handle the case NAME is not a string.
9456
9457 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9458
9459 Add support for bzr shelve/unshelve.
9460 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
9461 (vc-bzr-extra-menu-map): New variables.
9462 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
9463 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
9464 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
9465 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
9466 (vc-bzr-dir-extra-headers): Display shelves.
9467
9468 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
9469
9470 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9471
9472 * textmodes/bibtex.el (bibtex-complete-internal):
9473 Use completion-in-region.
9474 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
9475
9476 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
9477
9478 Support applying stashes. Improve UI.
9479 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
9480 (vc-git-stash-apply, vc-git-stash-pop)
9481 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
9482 (vc-git-stash-menu): New functions.
9483 (vc-git-stash-menu-map): New variable.
9484 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
9485
9486 2009-12-03 Glenn Morris <rgm@gnu.org>
9487
9488 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
9489 (vc-print-log-internal): Fix previous change.
9490 (vc-revert): Correct pluralization.
9491
9492 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9493
9494 * progmodes/make-mode.el (makefile-special-targets-list): No need for
9495 it to be an alist any more.
9496 (makefile-complete): Use completion-in-region.
9497
9498 * progmodes/octave-mod.el (octave-complete-symbol):
9499 Use completion-in-region.
9500
9501 Misc cleanup.
9502 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
9503 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
9504 (idlwave-complete-class): Don't quote lambda.
9505 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
9506 (idlwave-mode-map): Move initialization into declaration.
9507 (idlwave-action-and-binding): Use backquotes.
9508 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
9509 Simplify.
9510 (idlwave-is-pointer-dereference): Remove unused var `pos'.
9511 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
9512 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
9513 `parts', and `all-parts'.
9514 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
9515 (idlwave-convert-xml-system-routine-info): Remove unused string
9516 `version-string'.
9517 (idlwave-display-user-catalog-widget): Use dolist.
9518 (idlwave-scanning-lib): Declare dynamically-scoped var.
9519 (idlwave-scan-library-catalogs): Remove unused var `flags'.
9520 (completion-highlight-first-word-only): Declare to silence bytecomp.
9521 (idlwave-popup-select): Tighten scope of `resp'.
9522 (idlwave-find-struct-tag): Remove unused var `beg'.
9523 (idlwave-after-load-rinfo-hook): Declare.
9524 (idlwave-sintern-class-info): Remove unused var `taglist'.
9525 (idlwave-find-class-definition): Remove unused var `list'.
9526 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
9527 (idlwave-what-module-find-class): Remove unused var `classes'.
9528
9529 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
9530
9531 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
9532
9533 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
9534
9535 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
9536 buffers visited. Remove redundant current-buffer-saving.
9537
9538 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9539
9540 Use completion-in-buffer and remove uses of dynamic scoping.
9541 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
9542 (pascal-buffer-to-use, pascal-flag): Don't declare.
9543 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
9544 (pascal-get-completion-decl, pascal-keyword-completion):
9545 Add `pascal-str' argument, save-excursion,
9546 return the found completions, and don't filter with pascal-pred.
9547 (pascal-completion-cache): New var.
9548 (pascal-completion): Don't switch buffer any more (it was never
9549 necessary). Don't save-excursion any more (it's done by the called
9550 subroutines). Use a cache to avoid redundant computations.
9551 Use complete-with-action rather than pascal-completion-response and
9552 let it apply the predicate as well.
9553 (pascal-complete-word): Use completion-in-buffer when
9554 pascal-toggle-completions is nil.
9555 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
9556 not used any more.
9557 (pascal-comp-defun): Don't change buffer any more.
9558 Use complete-with-action rather than pascal-completion-response and
9559 let it apply the predicate as well.
9560 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
9561 when neded.
9562
9563 2009-12-02 Kenichi Handa <handa@m17n.org>
9564
9565 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
9566 shape for all Indic scripts.
9567
9568 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9569
9570 Use completion-in-buffer.
9571 * wid-edit.el (widget-field-text-end): New function.
9572 (widget-field-value-get): Use it.
9573 (widget-string-complete, widget-file-complete)
9574 (widget-color-complete): Use it and completion-in-region.
9575 (widget-complete): Don't narrow the buffer.
9576
9577 2009-12-02 Glenn Morris <rgm@gnu.org>
9578
9579 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
9580 (rmail-select-summary): Use rmail-pop-to-buffer.
9581 * mail/rmailsum.el: Replace all pop-to-buffer calls with
9582 rmail-pop-to-buffer, to prevent horizontal splits.
9583
9584 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
9585 save-excursion with save-current-buffer.
9586 Widen before searching. (Bug#5093)
9587 (diary-list-sexp-entries): Remove superfluous save-excursion.
9588
9589 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
9590
9591 * woman.el (woman-make-bufname): Handle man-pages with "." in the
9592 name. (Bug#5038)
9593
9594 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
9595
9596 * ido.el (ido-file-internal): Handle filenames at point that do
9597 not have a directory part. (Bug#5049)
9598
9599 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
9600
9601 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
9602 (mpc-songs-jump-to, mpc-resume): Doc fixes.
9603
9604 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
9605
9606 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
9607 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
9608 any more.
9609
9610 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
9611
9612 * comint.el (comint-insert-input): Ignore clicks to the right of
9613 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
9614
9615 * vc.el (vc-print-log-internal): Don't wait for the process to
9616 terminate before setting up the major mode.
9617
9618 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
9619 in case.
9620
9621 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
9622 the last element.
9623
9624 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
9625
9626 2009-12-01 Glenn Morris <rgm@gnu.org>
9627
9628 * window.el (window--display-buffer-2): Fix previous changes.
9629
9630 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
9631
9632 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
9633
9634 2009-12-01 Glenn Morris <rgm@gnu.org>
9635
9636 * Makefile.in (ELCFILES): Add mpc.elc.
9637
9638 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
9639
9640 * mpc.el: New file.
9641
9642 2009-12-01 Glenn Morris <rgm@gnu.org>
9643
9644 * window.el (window-to-use): Define for compiler.
9645
9646 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
9647 consistent with others (no final period).
9648
9649 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
9650 (rmail-mime-show): Downcase the encoding. (Bug#5070)
9651
9652 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
9653
9654 Make vc-print-log buttons work.
9655 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
9656
9657 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
9658
9659 * savehist.el (savehist-autosave-interval): Allow setting to nil
9660 through customize. (Bug#5056)
9661
9662 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
9663
9664 Fix references to jit-lock properties.
9665 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9666 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
9667 (perl-font-lock-special-syntactic-constructs):
9668 Quote jit-lock-defer-multiline property.
9669
9670 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
9671
9672 * vc-git.el (vc-git-registered): Call vc-git-root only once.
9673
9674 2009-11-30 Juri Linkov <juri@jurta.org>
9675
9676 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
9677 value `buffer' of `multi-isearch-next-buffer-current-function'.
9678 Use `(current-buffer)' when `buffer' is nil.
9679 (multi-isearch-next-buffer-from-list): Don't fallback to
9680 `(current-buffer)' when `buffer' is nil. (Bug#4947)
9681
9682 2009-11-30 Juri Linkov <juri@jurta.org>
9683
9684 * misearch.el (multi-isearch-read-buffers): Move canonicalization
9685 of buffers with `get-buffer' to `multi-isearch-buffers'.
9686 (multi-isearch-buffers, multi-isearch-buffers-regexp):
9687 Canonicalize BUFFERS with `get-buffer'. Doc fix.
9688 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
9689 FILES with `expand-file-name' converting relative file names
9690 to absolute. Doc fix. (Bug#4727)
9691
9692 2009-11-30 Juri Linkov <juri@jurta.org>
9693
9694 * misearch.el (multi-isearch-read-buffers)
9695 (multi-isearch-read-matching-buffers): New functions.
9696 (multi-isearch-buffers, multi-isearch-buffers-regexp):
9697 Use them in the `interactive' spec. Doc fix.
9698 (multi-isearch-read-files, multi-isearch-read-matching-files):
9699 New functions.
9700 (multi-isearch-files, multi-isearch-files-regexp):
9701 Use them in the `interactive' spec. Doc fix. (Bug#4725)
9702
9703 2009-11-30 Juri Linkov <juri@jurta.org>
9704
9705 * doc-view.el (doc-view-continuous):
9706 Rename from `doc-view-continuous-mode'.
9707 (doc-view-menu): Move "Toggle display" to the top.
9708 Add submenu "Continuous" with radio buttons "Off"/"On"
9709 and "Save as Default".
9710 (doc-view-scroll-up-or-next-page)
9711 (doc-view-scroll-down-or-previous-page)
9712 (doc-view-next-line-or-next-page)
9713 (doc-view-previous-line-or-previous-page): Rename
9714 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
9715
9716 2009-11-30 Juri Linkov <juri@jurta.org>
9717
9718 * comint.el (comint-mode-map): Rebind `M-r' from
9719 `comint-previous-matching-input' to
9720 `comint-history-isearch-backward-regexp'.
9721 Unbind `M-s' to allow global key binding `M-s'.
9722 Add menu items for `comint-history-isearch-backward' and
9723 `comint-history-isearch-backward-regexp'. (Bug#3746)
9724
9725 2009-11-30 Juri Linkov <juri@jurta.org>
9726
9727 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
9728 For def=recenter, replace `recenter' with `recenter-top-bottom'
9729 that is called with `this-command' and `last-command' let-bound
9730 to `recenter-top-bottom'. When the last `def' was not `recenter',
9731 set `recenter-last-op' to nil. (Bug#4981)
9732
9733 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9734
9735 Minor cleanup and simplification.
9736 * filecache.el (file-cache-add-directory)
9737 (file-cache-add-directory-recursively)
9738 (file-cache-add-from-file-cache-buffer)
9739 (file-cache-delete-file-regexp, file-cache-delete-directory)
9740 (file-cache-files-matching-internal, file-cache-display): Use dolist.
9741 (file-cache-temp-minibuffer-message): Delete function.
9742 (file-cache-minibuffer-complete): Use minibuffer-message instead.
9743
9744 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
9745 Don't signal an error when bumping into EOB in tr, s, or y.
9746
9747 2009-11-29 Juri Linkov <juri@jurta.org>
9748
9749 * startup.el (fancy-about-text): Fix wording of Guided Tour.
9750 (Bug#4960)
9751
9752 * descr-text.el (describe-char-unidata-list): Use lowercase name
9753 for "Unicode name" like in other tags.
9754
9755 2009-11-29 Juri Linkov <juri@jurta.org>
9756
9757 * ediff-util.el (ediff-minibuffer-with-setup-hook):
9758 New compatibility macro.
9759 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
9760
9761 2009-11-29 Juri Linkov <juri@jurta.org>
9762
9763 Add defcustom to define the cycling order of `recenter-top-bottom'.
9764 (Bug#4981)
9765
9766 * window.el (recenter-last-op): Doc fix.
9767 (recenter-positions): New defcustom.
9768 (recenter-top-bottom): Rewrite to use `recenter-positions'.
9769 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
9770
9771 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
9772
9773 Improve integration of Tramp and ange-ftp in eshell.
9774
9775 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
9776 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
9777 (eshell/sudo): Flatten args. Let-bind `default-directory'.
9778
9779 * eshell/esh-util.el (top): Require also Tramp when compiling.
9780 (eshell-directory-files-and-attributes): Check for FTP remote
9781 connection.
9782 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
9783 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
9784 (eshell-file-attributes): Handle ".". Return `entry'.
9785
9786 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
9787 (ange-ftp-directory-files-and-attributes)
9788 (ange-ftp-real-directory-files-and-attributes): New defuns.
9789
9790 * net/tramp.el (tramp-maybe-open-connection): Open the remote
9791 shell with "exec" when possible. This prevents trailing prompts
9792 in `start-file-process'.
9793
9794 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9795
9796 Try and remove assumptions about point-min==1.
9797 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
9798 (rng-compute-mode-line-string): Show the validation percentage in
9799 terms of the narrowed text, not the widened text.
9800 (rng-do-some-validation): Don't catch internal errors when debugging.
9801 (rng-first-error): Simplify.
9802 (rng-after-change-function): Remove work around. AFAIK the bug has
9803 been fixed a while ago.
9804
9805 * image-mode.el (image-minor-mode): Exit more gracefully when the image
9806 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
9807
9808 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
9809
9810 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
9811 `cd' doesn't always do it for us (bug#5067).
9812
9813 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
9814 on 2009-10-25 as part of some other change (bug#5067).
9815
9816 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9817
9818 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
9819 `suspicious'.
9820 (byte-compile-warnings): Use byte-compile-warning-types.
9821 (byte-compile-save-excursion): Warn about use of set-buffer right
9822 after save-excursion.
9823
9824 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
9825 the excursion as well.
9826
9827 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
9828
9829 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
9830 providing a Tramp related implementation of "su" and "sudo".
9831 (eshell-unix-initialize): Add "su" and "sudo".
9832
9833 2009-11-27 Daiki Ueno <ueno@unixuser.org>
9834
9835 * net/socks.el (socks-send-command): Convert binary request to
9836 unibyte before sending. This fixes mishandling of some port
9837 numbers such as 129.
9838
9839 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9840
9841 * help.el (describe-bindings-internal): Remove `interactive'.
9842
9843 * man.el (Man-completion-table): Trim a terminating "(".
9844 Remove the space between name page a section.
9845 Add the command's description on the `help-echo' property.
9846 Remove `process-connection-type' binding since it's unused by
9847 call-process.
9848 Provide completion for the "<section> <name>" format as well.
9849 (Man-default-man-entry): Remove spurious var shadowing the argument.
9850
9851 2009-11-26 Kevin Ryde <user42@zip.com.au>
9852
9853 * log-view.el: Add "Keywords: tools", since its other keywords
9854 aren't in finder-known-keywords, and following vc.el.
9855
9856 * sha1.el (sha1-string-external): default-directory "/" in case
9857 otherwise non-existent. process-connection-type pipe for touch of
9858 efficiency recommended by elisp manual. (An aside in Bug#3911.)
9859
9860 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9861
9862 Misc coding convention cleanups.
9863 * htmlfontify.el (hfy-init-kludge-hook): Rename from
9864 hfy-init-kludge-hooks.
9865 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
9866 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
9867 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
9868 and push.
9869 (hfy-slant, hfy-weight): Use tables rather than code.
9870 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
9871 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
9872 (hfy-face-attr-for-class): Initialize `face-spec' directly.
9873 (hfy-face-to-css): Remove `nconc' with single arg.
9874 (hfy-p-to-face-lennart): Use `or'.
9875 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
9876 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
9877 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
9878 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
9879 (hfy-force-fontification): Use run-hooks.
9880
9881 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
9882
9883 Various minor fixes.
9884 * htmlfontify.el (hfy-default-header): Add toggle_invis since
9885 Javascript belongs in the header, not the body.
9886 (hfy-javascript): Remove.
9887 (hfy-fontify-buffer): Don't insert it any more.
9888 (hfy-face-at): Handle (face0 face1 face2) style face properties.
9889 Fix bug in invis handling when there were no invis props in a chunk.
9890
9891 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9892
9893 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
9894
9895 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
9896
9897 * finder.el (finder-mode-map): Add a menu.
9898
9899 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
9900
9901 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
9902 "unsigned" structs.
9903
9904 (verilog-leap-to-head, verilog-backward-token): Handle "disable
9905 fork" statement better.
9906
9907 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
9908
9909 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
9910 (verilog-delete-auto, verilog-delete-empty-auto-pair)
9911 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
9912 Reported by Clay Douglass.
9913
9914 (verilog-auto-inst, verilog-auto-star-safe)
9915 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
9916 Fix removing "// Interfaces" when saving .* expansions. Reported by
9917 Pierre-David Pfister.
9918
9919 2009-11-26 Glenn Morris <rgm@gnu.org>
9920
9921 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
9922 the scope.
9923
9924 2009-11-25 Johan Bockgård <bojohan@gnu.org>
9925
9926 * vc-annotate.el (vc-annotate-revision-previous-to-line):
9927 Really use previous revision.
9928
9929 2009-11-25 Kevin Ryde <user42@zip.com.au>
9930
9931 * man.el (Man-completion-table): default-directory "/" in case
9932 doesn't otherwise exist. process-environment COLUMNS=999 so as
9933 not to truncate long names. process-connection-type pipe to avoid
9934 any chance of hitting the pseudo-tty TIOCGWINSZ.
9935 (man): completion-ignore-case t for friendliness and since man
9936 itself is case-insensitive on the command line.
9937 Further to Bug#3717.
9938
9939 * arc-mode.el: Add "Keywords: files", so the details in its
9940 commentary can be reached from finder-by-keyword.
9941 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
9942 editing mode, but it's comms related and sgml-mode.el has "comm"
9943 on that basis too.
9944 * textmodes/bibtex-style.el: Add "Keywords: tex".
9945 * international/isearch-x.el, international/ja-dic-cnv.el:
9946 * international/ja-dic-utl.el, international/kkc.el:
9947 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
9948
9949 2009-11-25 Juri Linkov <juri@jurta.org>
9950
9951 * man.el (Man-completion-table): Modify regexp to include
9952 section names to completion strings. (Bug#3717)
9953
9954 2009-11-25 Juri Linkov <juri@jurta.org>
9955
9956 Search recursively in gzipped files. (Bug#4982)
9957
9958 * progmodes/grep.el (grep-highlight-matches): Add new options
9959 `always' and `auto'. Doc fix.
9960 (grep-process-setup): Check `grep-highlight-matches' for
9961 `auto-detect' to determine the need to compute grep defaults.
9962 Move Windows/DOS specific --colors settings handling
9963 to `grep-compute-defaults'. Check `grep-highlight-matches'
9964 to get the value of "--color=".
9965 (grep-compute-defaults): Compute `grep-highlight-matches' when it
9966 has the value `auto-detect'. Move Windows/DOS specific settings
9967 from `grep-process-setup'.
9968 (zrgrep): New command with alias `rzgrep'.
9969
9970 2009-11-25 Juri Linkov <juri@jurta.org>
9971
9972 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
9973 to nil instead of switching off view-mode. (Bug#4896)
9974
9975 2009-11-25 Juri Linkov <juri@jurta.org>
9976
9977 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
9978
9979 * mwheel.el (mwheel-scroll-up-function)
9980 (mwheel-scroll-down-function): New defvars.
9981 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
9982 `scroll-up', and `mwheel-scroll-down-function' instead of
9983 `scroll-down'.
9984
9985 * doc-view.el (doc-view-scroll-up-or-next-page)
9986 (doc-view-scroll-down-or-previous-page): Add optional ARG.
9987 Use this ARG in the call to image-scroll-up/image-scroll-down.
9988 Change `interactive' spec to "P". Goto next/previous page only
9989 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
9990 SPC/DEL case). Doc fix.
9991 (doc-view-next-line-or-next-page)
9992 (doc-view-previous-line-or-previous-page): Rename arg to ARG
9993 for consistency.
9994 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
9995 `doc-view-scroll-up-or-next-page', and buffer-local
9996 `mwheel-scroll-down-function' to
9997 `doc-view-scroll-down-or-previous-page'.
9998
9999 2009-11-25 Juri Linkov <juri@jurta.org>
10000
10001 Provide additional default values (directories at other Dired
10002 windows) via M-n in the minibuffer of some Dired commands.
10003
10004 * dired-aux.el (dired-diff, dired-compare-directories)
10005 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
10006 `minibuffer-default' in `minibuffer-with-setup-hook'.
10007 (dired-dwim-target-directory): Find a window that displays Dired
10008 buffer instead of failing when the next window is not Dired.
10009 Use `get-window-with-predicate' to find for the next Dired window.
10010 (dired-dwim-target-defaults): New function.
10011
10012 * ediff-util.el (ediff-read-file-name):
10013 Use `dired-dwim-target-defaults' to set `minibuffer-default'
10014 in `minibuffer-with-setup-hook'.
10015
10016 2009-11-25 Juri Linkov <juri@jurta.org>
10017
10018 Provide additional default values (file name at point or at the
10019 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
10020
10021 * minibuffer.el (read-file-name-defaults): New function.
10022 (read-file-name): Reset `minibuffer-default' to nil when
10023 it duplicates initial input `insdef'.
10024 Bind `minibuffer-default-add-function' to lambda that
10025 calls `read-file-name-defaults' in `minibuffer-selected-window'.
10026 (minibuffer-insert-file-name-at-point): New command.
10027
10028 * files.el (file-name-at-point-functions): New defcustom.
10029 (find-file-default): Remove defvar.
10030 (find-file-read-args): Don't use `find-file-default'.
10031 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
10032 to `read-file-name'.
10033 (find-file-literally): Use `read-file-name' with
10034 `confirm-nonexistent-file-or-buffer'.
10035
10036 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
10037
10038 * dired.el (dired-read-dir-and-switches):
10039 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
10040 to `read-file-name'.
10041 (dired-file-name-at-point): New function.
10042 (dired-mode): Add hook `dired-file-name-at-point' to
10043 `file-name-at-point-functions'.
10044
10045 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
10046
10047 Really make the *Completions* window soft-dedicated (bug#5030).
10048 * window.el (window--display-buffer-2): Add `dedicated' argument.
10049 (display-buffer): Pass it when needed so the dedicated flag is set
10050 after calling set-window-buffer, which would otherwise reset it.
10051
10052 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
10053
10054 * progmodes/meta-mode.el (meta-complete-symbol):
10055 * progmodes/etags.el (complete-tag):
10056 * mail/mailabbrev.el (mail-abbrev-complete-alias):
10057 Use completion-in-region.
10058
10059 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
10060 (dabbrev-completion): Use completion-in-region.
10061 (dabbrev--abbrev-at-point): Simplify regexp.
10062
10063 * abbrev.el (abbrev--before-point): Use word-motion functions
10064 if :regexp is not specified (bug#5031).
10065
10066 * subr.el (string-prefix-p): New function.
10067
10068 * man.el (Man-completion-cache): New var.
10069 (Man-completion-table): Use it.
10070
10071 * vc.el (vc-print-log-internal): Make `limit' optional for better
10072 compatibility (e.g. with vc-annotate.el).
10073
10074 2009-11-24 Kevin Ryde <user42@zip.com.au>
10075
10076 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
10077 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
10078
10079 * emacs-lisp/elint.el (elint-add-required-env): Better error message
10080 when .el source file not found or other error.
10081
10082 2009-11-24 Markus Triska <markus.triska@gmx.at>
10083
10084 * linum.el (linum-update-window): Ignore intangible (bug#4996).
10085
10086 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
10087
10088 Handle the [back] button properly (bug#4979).
10089 * descr-text.el (describe-text-properties): Add a `buffer' argument.
10090 Use help-setup-xref, help-buffer, and with-help-window.
10091 (describe-char): Add `buffer' argument.
10092 Pass proper command to help-setup-xref. Don't meddle with
10093 help-xref-stack-item directly.
10094 (describe-text-category): Use with-help-window and help-buffer.
10095
10096 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
10097 for the displayed buffer (bug#4887).
10098
10099 * man.el (Man-completion-table): New function.
10100 (man): Use it.
10101
10102 2009-11-24 David Reitter <david.reitter@gmail.com>
10103
10104 * vc-git.el (vc-git-registered): Use checkout directory (where
10105 .git is) rather than the file's directory and a relative path spec
10106 to work around a bug in git.
10107
10108 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
10109
10110 Improve handling of processes on remote hosts.
10111
10112 * eshell/esh-util.el (eshell-path-env): New defvar.
10113 (eshell-parse-colon-path): New defun.
10114 (eshell-file-attributes): Use `eshell-parse-colon-path'.
10115
10116 * eshell/esh-ext.el (eshell-search-path):
10117 Use `eshell-parse-colon-path'.
10118 (eshell-remote-command): Remove argument HANDLER.
10119 (eshell-external-command): Check for FTP remote connection.
10120
10121 * eshell/esh-proc.el (eshell-gather-process-output):
10122 Use `file-truename', in order to start also symlinked files.
10123 Apply `start-file-process' instead of `start-process'.
10124 Shorten `command' to the local file name part.
10125
10126 * eshell/em-cmpl.el (eshell-complete-commands-list):
10127 Use `eshell-parse-colon-path'.
10128
10129 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
10130
10131 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
10132 to `eshell-directory-change-hook'.
10133
10134 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
10135
10136 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
10137 because it could be enabled automatically if view-read-only is non-nil.
10138
10139 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
10140
10141 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
10142 made on 2009-11-22.
10143
10144 2009-11-24 Glenn Morris <rgm@gnu.org>
10145
10146 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
10147 deleted variable bookmark-bmenu-bookmark-column.
10148
10149 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
10150
10151 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
10152
10153 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
10154
10155 * net/browse-url.el (browse-url-filename-alist): On Windows, add
10156 two slashes to the "file:" prefix.
10157 (browse-url-file-url): De-munge Cygwin filenames before passing
10158 them to Windows browser.
10159 (browse-url-default-windows-browser): Use call-process.
10160
10161 2009-11-23 Juri Linkov <juri@jurta.org>
10162
10163 Implement DocView Continuous mode. (Bug#4896)
10164 * doc-view.el (doc-view-continuous-mode): New defcustom.
10165 (doc-view-mode-map): Bind C-n/<down> to
10166 `doc-view-next-line-or-next-page', C-p/<up> to
10167 `doc-view-previous-line-or-previous-page'.
10168 (doc-view-next-line-or-next-page)
10169 (doc-view-previous-line-or-previous-page): New commands.
10170
10171 2009-11-23 Juri Linkov <juri@jurta.org>
10172
10173 Implement Isearch in comint input history. (Bug#3746)
10174 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
10175 `isearch-mode-hook'.
10176 (comint-history-isearch): New defcustom.
10177 (comint-history-isearch-backward)
10178 (comint-history-isearch-backward-regexp): New commands.
10179 (comint-history-isearch-message-overlay): New buffer-local variable.
10180 (comint-history-isearch-setup, comint-history-isearch-end)
10181 (comint-goto-input, comint-history-isearch-search)
10182 (comint-history-isearch-message, comint-history-isearch-wrap)
10183 (comint-history-isearch-push-state)
10184 (comint-history-isearch-pop-state): New functions.
10185
10186 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
10187
10188 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
10189 return.
10190 (tramp-handle-make-symbolic-link)
10191 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
10192 Quote file names.
10193 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
10194 (tramp-handle-process-file): Use it.
10195
10196 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
10197
10198 * window.el (move-to-window-line-last-op): Remove.
10199 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
10200
10201 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
10202
10203 Make M-r mirror the new cycling behavior of C-l.
10204 * window.el (move-to-window-line-last-op): New var.
10205 (move-to-window-line-top-bottom): New command.
10206 (global-map): Bind M-r move-to-window-line-top-bottom.
10207
10208 2009-11-23 Sven Joachim <svenjoac@gmx.de>
10209
10210 * dired-x.el (dired-guess-shell-alist-default):
10211 Support xz format. (Bug#4953)
10212
10213 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
10214
10215 * emulation/viper-cmd.el: Use viper-last-command-char instead of
10216 last-command-char/last-command-event.
10217 (viper-prefix-arg-value): Do correct conversion of event-char for
10218 XEmacs.
10219
10220 * emulation/viper-util.el, emulation/viper.el:
10221 Use viper-last-command-char instead of
10222 last-command-char/last-command-event.
10223
10224 * ediff-init.el, ediff-mult.el, ediff-util.el:
10225 Replace last-command-char and last-command-event
10226 with (ediff-last-command-char) everywhere.
10227
10228 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
10229 created in fundamental mode.
10230
10231 * ediff.el (ediff-version): Revert the change of interactive-p to
10232 called-interactively-p.
10233
10234 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
10235
10236 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
10237 generation from word-movement command names.
10238
10239 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
10240
10241 * cus-start.el (all): Add native condition for font-use-system-font.
10242
10243 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
10244
10245 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
10246 Correct the patch from 2009-11-18. (Bug#3910)
10247
10248 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
10249
10250 * progmodes/subword.el: Rename from lisp/subword.el.
10251
10252 * subword.el: Rename to progmodes/subword.el.
10253
10254 * Makefile.in (ELCFILES): Adapt to subword.el move.
10255
10256 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10257 Stefan Monnier <monnier@iro.umontreal.ca>
10258
10259 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
10260 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
10261 (bookmark-bmenu-show-filenames): Use push.
10262 (bookmark-bmenu-hide-filenames): Use local var instead of
10263 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
10264 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
10265 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
10266 filenames now that the bookmark names are always available.
10267
10268 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10269
10270 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
10271 (bookmark-search-pattern): Move and leave unbound.
10272 (bookmark-bmenu-mode-map): Change binding.
10273 (bookmark-read-search-input): Simplify.
10274 Don't use text-char-description. Don't error on non-char events.
10275 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
10276 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
10277 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
10278 Use a local var for the timer.
10279 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
10280 (i.e. bookmark-bmenu-search).
10281
10282 2009-11-21 Glenn Morris <rgm@gnu.org>
10283
10284 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
10285
10286 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
10287
10288 * net/browse-url.el (browse-url-default-windows-browser):
10289 Use cygstart for cygwin.
10290
10291 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
10292
10293 * bookmark.el: Formatting and doc fixes only:
10294 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
10295 (bookmark-bmenu-search): Wrap to fit within 80 columns.
10296 Minor grammar and punctuation fixes in doc string.
10297 (bookmark-read-search-input): Adjust to fit within 80 columns.
10298
10299 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
10300
10301 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
10302 (c-backward-into-nomenclature): Adapt to subword renaming.
10303
10304 * subword.el (subword-forward, subword-backward, subword-mark)
10305 (subword-kill, subword-backward-kill, subword-transpose)
10306 (subword-downcase, subword-upcase, subword-capitalize)
10307 (subword-forward-internal, subword-backward-internal):
10308 Rename from forward-subword, backward-subword, mark-subword,
10309 kill-subword, backward-kill-subword, transpose-subwords,
10310 downcase-subword, upcase-subword, capitalize-subword,
10311 forward-subword-internal, backward-subword-internal.
10312
10313 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10314
10315 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
10316 New options.
10317 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
10318 New vars.
10319 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
10320 (bookmark-bmenu-filter-alist-by-regexp)
10321 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
10322 (bookmark-bmenu-search): New command.
10323 (bookmark-bmenu-mode-map): Bind it.
10324
10325 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
10326
10327 * progmodes/cc-cmds.el: declare-functioned forward-subword and
10328 backward-subword to quit the byte-compiler.
10329
10330 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
10331
10332 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
10333
10334 * progmodes/cc-cmds.el (c-update-modeline)
10335 (c-forward-into-nomenclature, c-backward-into-nomenclature):
10336 Refer to subword.el functions instead of cc-subword.el.
10337
10338 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
10339 subword.el functions instead of cc-subword.el.
10340
10341 * progmodes/cc-subword.el: Rename to subword.el.
10342 * subword.el: Rename from progmodes/cc-subword.el.
10343 (subword-mode-map): Rename from c-subword-mode-map.
10344 (subword-mode): Rename from c-subword-mode.
10345 (global-subword-mode): New global minor mode.
10346 (forward-subword): Rename from c-forward-subword.
10347 (backward-subword): Rename from c-backward-subword.
10348 (mark-subword): Rename from c-mark-subword.
10349 (kill-subword): Rename from c-kill-subword.
10350 (backward-kill-subword): Rename from c-backward-kill-subword.
10351 (transpose-subwords): Rename from c-tranpose-subword.
10352 (downcase-subword): Rename from c-downcase-subword.
10353 (capitalize-subword): Rename from c-capitalize-subword.
10354 (forward-subword-internal): Rename from c-forward-subword-internal.
10355 (backward-subword-internal): Rename from c-backward-subword-internal.
10356
10357 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
10358
10359 * vc.el (vc-deduce-fileset): Allow non-state changing operations
10360 from a dired buffer.
10361 (vc-dired-deduce-fileset): New function.
10362 (vc-root-diff, vc-print-root-log): Use it.
10363
10364 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
10365 nil LIMIT argument to vc-print-log-internal.
10366
10367 2009-11-20 Glenn Morris <rgm@gnu.org>
10368
10369 * Makefile.in (ELCFILES): Regenerate.
10370
10371 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
10372
10373 * calc/calc.el (calc-set-mode-line):
10374 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
10375 (math-format-number): Rename `math-format-complement-signed' to
10376 `math-format-twos-complement'.
10377
10378 * calc/calc-bin.el (math-format-twos-complement): Rename from
10379 math-format-complement-signed.
10380 (calc-radix): Rename `calc-complement-signed-mode' to
10381 `calc-twos-complement-mode'.
10382 (calc-octal-radix, calc-hex-radix): Add an argument for
10383 two's complement.
10384
10385 * calc/calc-embed.el (calc-embedded-mode-vars):
10386 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
10387
10388 * calc/calc-ext.el (calc-init-extensions):
10389 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
10390 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
10391
10392 * calc/calc-units.el (math-build-units-table-buffer):
10393 Let `calc-twos-complement-mode' be nil.
10394
10395 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
10396 entries.
10397
10398 * calc/calc-vec.el (calcFunc-vunpack):
10399 * calc/calc-aent.el (calc-do-calc-eval):
10400 * calc/calc-forms.el (math-format-date):
10401 * calc/calc-graph.el (calc-graph-plot):
10402 * calc/calc-math.el (math-use-emacs-fn):
10403 * calc/calccomp.el (math-compose-expr):
10404 Let `calc-twos-complement-mode' be nil.
10405
10406 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10407
10408 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
10409 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
10410 * minibuffer.el (completion-in-region-functions): New hook.
10411 (completion-in-region): New function.
10412 * emacs-lisp/lisp.el (lisp-complete-symbol):
10413 * pcomplete.el (pcomplete-std-complete): Use it.
10414
10415 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10416
10417 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
10418 (latex-complete-alist): New vars.
10419 (latex-string-prefix-p, latex-complete-bibtex-keys)
10420 (latex-complete-envnames, latex-complete-refkeys)
10421 (latex-complete-data): New functions.
10422 (latex-complete, latex-indent-or-complete): New commands.
10423
10424 * window.el (display-buffer-mark-dedicated): New var.
10425 (display-buffer): Obey it.
10426 * minibuffer.el (minibuffer-completion-help): Use it.
10427
10428 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
10429
10430 * filecache.el (file-cache-add-file): Use push and cons.
10431 (file-cache-delete-file-regexp): Use push.
10432 (file-cache-complete): Use completion-in-region.
10433
10434 * simple.el (with-wrapper-hook): Fix thinko.
10435
10436 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
10437 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
10438 Use with-current-buffer and string-to-number.
10439 (hfy-fallback-colour-values): Use assoc-string.
10440 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
10441 (hfy-face-at): Remove unused var `found-face'.
10442 (hfy-compile-stylesheet): Remove unused var `css'.
10443 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
10444 and `orig-buffer'.
10445 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
10446 Use with-current-buffer.
10447 (hfy-text-p): Use expand-file-name and fewer setq.
10448
10449 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
10450
10451 * htmlfontify.el, hfy-cmap.el: New files.
10452
10453 2009-11-19 Juri Linkov <juri@jurta.org>
10454
10455 * minibuffer.el (completions-format): New defcustom.
10456 (completion--insert-strings): Implement vertical format.
10457
10458 * simple.el (switch-to-completions): Move point to the first
10459 completion when point was at the beginning of the buffer.
10460
10461 2009-11-19 Juri Linkov <juri@jurta.org>
10462
10463 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
10464
10465 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
10466
10467 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
10468
10469 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
10470 (mail-signature): Change default to t.
10471 (mail-from-style): Deprecate `system-default' value.
10472 (mail-insert-from-field): For default value of mail-from-style,
10473 default to `angles' unless `angles' needs quoting and `parens'
10474 does not.
10475 (mail-citation-prefix-regexp): Use citation regexp from
10476 message-mode.
10477
10478 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
10479
10480 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
10481 Set variables for computing the prompt for reading password.
10482
10483 2009-11-19 Glenn Morris <rgm@gnu.org>
10484
10485 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
10486
10487 * textmodes/flyspell.el (sgml-lexical-context): Declare.
10488
10489 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
10490 (newsticker-treeview-listwindow-height): Fix custom type.
10491
10492 2009-11-19 Kenichi Handa <handa@m17n.org>
10493
10494 * descr-text.el (describe-char-padded-string): Compose with TAB
10495 only if there's a font for CH.
10496 (describe-char): Fix the condition for detecting a trivial composition.
10497
10498 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
10499
10500 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
10501 more accurate version of the regexp. (Bug#3910)
10502
10503 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
10504
10505 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
10506
10507 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
10508
10509 * font-setting.el (font-use-system-font): Declare for byte-compiler.
10510 (font-setting-change-default-font): Fix typo in docstring.
10511
10512 2009-11-18 Alan Mackenzie <acm@muc.de>
10513
10514 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
10515
10516 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
10517
10518 * font-setting.el (font-use-system-font): Move ...
10519
10520 * cus-start.el (all): ... to here.
10521
10522 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
10523
10524 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
10525 Don't set `ad-return-value' if `ad-do-it' doesn't.
10526
10527 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
10528 modification time.
10529
10530 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
10531
10532 * menu-bar.el: Put "Use system font" in Option-menu.
10533 (menu-bar-options-save): Add font-use-system-font.
10534
10535 * loadup.el: If feature system-font-setting or font-render-setting is
10536 there, load font-setting.
10537
10538 * Makefile.in (ELCFILES): Add font-settings.el.
10539 * font-setting.el: New file.
10540
10541 2009-11-17 Glenn Morris <rgm@gnu.org>
10542
10543 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
10544
10545 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
10546 Preserve point in the list buffer. (Bug#4939)
10547 Use point-at-eol.
10548 (newsticker--treeview-list-update-highlight)
10549 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
10550
10551 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
10552
10553 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
10554 Remove.
10555
10556 * calc/calc-ext.el (calc-init-extensions): Remove references to
10557 symclip.
10558
10559 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
10560
10561 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
10562 * calc/calc-help.el (calc-b-prefix-help): Remove references to
10563 `calc-symclip'.
10564
10565 2009-11-16 Kevin Ryde <user42@zip.com.au>
10566
10567 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
10568 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
10569
10570 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
10571 (lm-keywords-list): Allow comma-only separator like "foo,bar".
10572 Ignore trailing spaces by omit-nulls to split-string (fixing
10573 regression from Emacs 21 due to the incompatible split-string
10574 change). (Bug #4928.)
10575
10576 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
10577
10578 * vc.el (vc-log-show-limit): Default to 2000.
10579 (vc-print-log-internal): Insert buttons to request more entries
10580 when limiting the output.
10581
10582 * vc-sccs.el (vc-sccs-print-log):
10583 * vc-rcs.el (vc-rcs-print-log):
10584 * vc-cvs.el (vc-cvs-print-log):
10585 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
10586 LIMIT is non-nil.
10587
10588 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
10589
10590 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
10591 error when `tramp-gvfs-dbus-event-vector' is set.
10592 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
10593
10594 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10595
10596 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
10597
10598 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
10599
10600 * net/dbus.el (dbus-unregister-service): New defun.
10601 (dbus-register-property): Register the handlers of
10602 "org.freedesktop.DBus.Properties" for SERVICE.
10603 (dbus-property-handler): Fix docstring.
10604
10605 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10606
10607 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
10608 Quote doc string reference in defvaralias as it is not in special form.
10609 (byte-compile-output-docform): Doc fix.
10610
10611 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
10612
10613 * calc/calc.el (math-2-word-size, math-half-2-word-size)
10614 (calc-complement-signed-mode): New variables.
10615 (calc-set-mode-line): Add indicator for twos-complements.
10616 (math-format-number): Format twos-complement notation.
10617
10618 * calc/calc-bin.el (calc-word-size): Reset the variables
10619 `math-2-word-size' and `math-half-2-word-size'.
10620 (math-format-complement-signed, math-symclip, calcFunc-symclip)
10621 (calc-symclip): New functions.
10622
10623 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
10624
10625 * calc/calc-embed.el (calc-embedded-mode-vars):
10626 Add `calc-complement-signed-mode' to the list of modes.
10627
10628 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
10629 (calc-b-oper-keys): Add `calc-symclip' to list.
10630
10631 * calc/calc-ext.el (math-read-number-fancy): Read complement
10632 signed numbers.
10633 (calc-init-extensions): Add binding for `calc-symclip'.
10634 Add autoload for `calcFunc-symclip' and `calc-symclip'.
10635
10636 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
10637 `calc-symclip'.
10638 (calc-modes-menu): Add item for twos complement mode.
10639
10640 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
10641
10642 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
10643
10644 * register.el (jump-to-register, insert-register): Handle Semantic
10645 tags. From commented-out advice in semantic/senator.el.
10646
10647 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
10648
10649 * vc.el (vc-log-show-limit): New variable.
10650 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
10651 when using a prefix argument.
10652 (vc-print-log-internal): Add new argument LIMIT.
10653
10654 * vc-svn.el (vc-svn-print-log):
10655 * vc-mtn.el (vc-mtn-print-log):
10656 * vc-hg.el (vc-hg-print-log):
10657 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
10658 pass it to the log command when set. Make the BUFFER argument
10659 non-optional.
10660
10661 * vc-sccs.el (vc-sccs-print-log):
10662 * vc-rcs.el (vc-rcs-print-log):
10663 * vc-git.el (vc-git-print-log):
10664 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
10665 ignore it. Make the BUFFER argument non-optional
10666
10667 * bindings.el (mode-line-buffer-identification): Do not purecopy.
10668
10669 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
10670
10671 * dired.el (dired-mode-map): Move encryption items to "Operate"
10672 menu (Bug#4703).
10673
10674 * strokes.el (strokes-update-window-configuration): Make strokes
10675 buffer current before erasing (Bug#4906).
10676
10677 2009-11-15 Juri Linkov <juri@jurta.org>
10678
10679 * simple.el (set-mark-default-inactive): Add :type, :group
10680 and :version. (Bug#4876)
10681
10682 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
10683
10684 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
10685 (archive-unique-fname): ... here. (Bug#4929)
10686
10687 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10688
10689 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
10690 with a real fix.
10691
10692 * novice.el (disabled-command-function): Add useful args.
10693 Setup the help buffer so that [back] works.
10694 Remove redundant call to help-mode.
10695 (disabled-command-function): Use `case'.
10696 (en/disable-command): New function extracted from enable-command.
10697 (enable-command, disable-command): Use it.
10698
10699 2009-11-14 Glenn Morris <rgm@gnu.org>
10700
10701 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
10702 constants. (Bug#4913)
10703
10704 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
10705
10706 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
10707
10708 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
10709 defined in C that have no doc-strings. (Bug#1063)
10710
10711 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
10712
10713 * cus-edit.el (data, files):
10714 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
10715
10716 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
10717
10718 * simple.el (shell-command): Doc fix (Bug#4891).
10719
10720 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
10721
10722 2009-11-14 Glenn Morris <rgm@gnu.org>
10723
10724 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
10725 statements for vc-diff, emerge-quit, and rmail-cease-edit.
10726 If they are already loaded, eval-after-load will do the right thing.
10727
10728 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
10729 compiling.
10730
10731 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
10732
10733 * simple.el (x-selection-owner-p): Declare.
10734 (read-mail-command): Use custom radio type rather than choice.
10735 (completion-no-auto-exit): Doc fix.
10736
10737 * custom.el (defgroup):
10738 * epg-config.el (epg): Doc fixes.
10739
10740 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
10741
10742 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
10743 * international/ccl.el (define-ccl-program): Do not purecopy the
10744 docstring, defconst does it anyway.
10745
10746 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10747
10748 * add-log.el (add-change-log-entry): Avoid displaying the changelog
10749 a second time.
10750
10751 * x-dnd.el (x-dnd-maybe-call-test-function):
10752 * window.el (split-window-vertically):
10753 * whitespace.el (whitespace-help-on):
10754 * vc-rcs.el (vc-rcs-consult-headers):
10755 * userlock.el (ask-user-about-lock-help)
10756 (ask-user-about-supersession-help):
10757 * type-break.el (type-break-force-mode-line-update):
10758 * time-stamp.el (time-stamp-conv-warn):
10759 * terminal.el (te-set-output-log, te-more-break, te-filter)
10760 (te-sentinel, terminal-emulator):
10761 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
10762 (term-write-input-ring, term-check-source, term-start-output-log):
10763 (term-display-buffer-line, term-dynamic-list-completions):
10764 (term-ansi-make-term, serial-term):
10765 * subr.el (selective-display):
10766 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10767 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
10768 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
10769 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
10770 (speedbar-remove-localized-speedbar-support)
10771 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
10772 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
10773 (speedbar-buffers-line-directory):
10774 * simple.el (shell-command-on-region, append-to-buffer)
10775 (prepend-to-buffer):
10776 * shadowfile.el (shadow-save-todo-file):
10777 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
10778 (scroll-bar-maybe-set-window-start):
10779 * sb-image.el (speedbar-image-dump):
10780 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
10781 (load-save-place-alist-from-file):
10782 * ps-samp.el (ps-print-message-from-summary):
10783 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
10784 (ps-background-image, ps-begin-job, ps-do-despool):
10785 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
10786 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
10787 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
10788 (pr-call-process, pr-file-list, pr-interface-save):
10789 * novice.el (disabled-command-function)
10790 (enable-command, disable-command):
10791 * mouse.el (mouse-buffer-menu-alist):
10792 * mouse-copy.el (mouse-kill-preserving-secondary):
10793 * macros.el (kbd-macro-query):
10794 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
10795 * informat.el (batch-info-validate):
10796 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
10797 * hippie-exp.el (try-expand-dabbrev-visible):
10798 * help-mode.el (help-make-xrefs):
10799 * help-fns.el (describe-variable):
10800 * generic-x.el (bat-generic-mode-run-as-comint):
10801 * finder.el (finder-mouse-select):
10802 * find-dired.el (find-dired-sentinel):
10803 * filesets.el (filesets-file-close):
10804 * files.el (list-directory):
10805 * faces.el (list-faces-display, describe-face):
10806 * facemenu.el (list-colors-display):
10807 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
10808 * epg.el (epg--process-filter, epg-cancel):
10809 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
10810 (epa--read-signature-type):
10811 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
10812 (emerge-file-names):
10813 * ehelp.el (electric-helpify):
10814 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
10815 * ediff-vers.el (rcs-ediff-view-revision):
10816 * ediff-util.el (ediff-setup):
10817 * ediff-mult.el (ediff-append-custom-diff):
10818 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
10819 (ediff-wordify):
10820 * echistory.el (Electric-command-history-redo-expression):
10821 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
10822 * disp-table.el (describe-display-table):
10823 * dired.el (dired-find-buffer-nocreate):
10824 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
10825 * dabbrev.el (dabbrev--same-major-mode-p):
10826 * chistory.el (list-command-history):
10827 * apropos.el (apropos-documentation):
10828 * allout.el (allout-obtain-passphrase):
10829 (allout-copy-exposed-to-buffer):
10830 (allout-verify-passphrase): Use with-current-buffer.
10831
10832 2009-11-13 Glenn Morris <rgm@gnu.org>
10833
10834 * Makefile.in (ELCFILES): Regenerate.
10835
10836 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
10837
10838 * net/dbus.el (dbus-registered-objects-table): Rename from
10839 `dbus-registered-functions-table', because it contains also properties.
10840 (dbus-unregister-object): Unregister also properties.
10841 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
10842 Use a timeout of 500 msec, in order to not block.
10843 (dbus-register-property, dbus-property-handler): New defuns.
10844
10845 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10846
10847 * simple.el (minibuffer-default-add-completions): Drop deprecated
10848 4th arg.
10849
10850 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
10851
10852 * textmodes/artist.el (artist-mouse-choose-operation):
10853 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
10854 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
10855 (artist-compute-up-event-key): New function.
10856 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
10857
10858 2009-11-13 Kenichi Handa <handa@m17n.org>
10859
10860 * language/japan-util.el: Make sure that the value of jisx0208
10861 property is jisx0208 character.
10862
10863 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
10864
10865 * international/mule.el (auto-coding-regexp-alist): Only purecopy
10866 car or each item, not the whole list.
10867
10868 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
10869
10870 * minibuffer.el (minibuffer-completion-help):
10871 Use minibuffer-hide-completions.
10872
10873 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
10874
10875 * dired.el (dired-save-positions, dired-restore-positions): New funs.
10876 (dired-revert): Use them (bug#4880).
10877
10878 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
10879
10880 * tooltip.el (tooltip-frame-parameters): Undo previous change.
10881
10882 2009-11-12 Juri Linkov <juri@jurta.org>
10883
10884 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
10885 New functions.
10886 (find-file-literally-at-point): Alias of `ffap-literally'.
10887
10888 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
10889
10890 * textmodes/ispell.el (ispell-skip-region-alist):
10891 * textmodes/css-mode.el (auto-mode-alist):
10892 * progmodes/compile.el (auto-mode-alist):
10893 * international/mule.el (ctext-non-standard-encodings-alist)
10894 (ctext-non-standard-encodings-regexp):
10895 * simple.el (shell-command-switch, text-read-only):
10896 * replace.el (occur-mode-map):
10897 * paths.el (rmail-file-name):
10898 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
10899 * find-file.el (ff-special-constructs):
10900 * files.el (file-name-handler-alist):
10901 * composite.el: Purecopy strings.
10902
10903 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
10904
10905 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
10906
10907 * widget.el (define-widget): Purecopy the docstring.
10908 * international/mule-cmds.el (charset): Do not purecopy the
10909 docstring here, define-widget does it.
10910
10911 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
10912 * textmodes/bibtex-style.el (auto-mode-alist):
10913 * progmodes/inf-lisp.el (inferior-lisp-prompt):
10914 * progmodes/compile.el (compile-command):
10915 * language/korea-util.el (default-korean-keyboard):
10916 * international/mule-conf.el (file-coding-system-alist):
10917 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
10918 * tooltip.el (tooltip-frame-parameters):
10919 * newcomment.el (comment-end, comment-padding):
10920 * dired.el (dired-trivial-filenames):
10921 * comint.el (comint-file-name-prefix): Purecopy initial values.
10922
10923 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
10924
10925 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
10926 (tramp-advice-minibuffer-electric-tilde): Unload advices via
10927 `tramp-unload'.
10928 (tramp-advice-make-auto-save-file-name)
10929 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
10930 after removing the advice.
10931
10932 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
10933
10934 * progmodes/grep.el (grep-regexp-alist):
10935 * international/mule-cmds.el (iso-2022-control-alist):
10936 * emacs-lisp/timer.el (timer-duration-words):
10937 * subr.el (version-separator, version-regexp-alist):
10938 * minibuffer.el (completion-styles-alist):
10939 * faces.el (face-attribute-name-alist, list-faces-sample-text):
10940 Change defvars to defconsts.
10941
10942 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
10943 * loadup.el ("international/mule-conf"): Load the byte compiled version.
10944 * international/mule-conf.el: Allow to be byte compiled.
10945
10946 * international/mule.el (define-charset): Purecopy props.
10947 (load-with-code-conversion): Purecopy doc string and file name.
10948 (put-charset-property): Purecopy strings.
10949 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
10950
10951 * international/mule-cmds.el (register-input-method): Purecopy arguments.
10952 (define-char-code-property): Correctly purecopy the table.
10953
10954 * international/ccl.el (define-ccl-program): Purecopy the docstring.
10955
10956 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
10957
10958 * subr.el (add-hook): Purecopy strings.
10959 (eval-after-load): Purecopy load-history-regexp and the form.
10960
10961 * custom.el (custom-declare-group): Purecopy load-file-name.
10962
10963 * subr.el (menu-bar-separator): New defconst.
10964 * net/eudc.el (eudc-tools-menu):
10965 * international/mule-cmds.el (set-coding-system-map)
10966 (mule-menu-keymap):
10967 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
10968 * vc-hooks.el (vc-menu-map):
10969 * replace.el (occur-mode-map):
10970 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
10971 (menu-bar-edit-menu, menu-bar-goto-menu)
10972 (menu-bar-custom-menu, menu-bar-showhide-menu)
10973 (menu-bar-options-menu, menu-bar-tools-menu)
10974 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
10975 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
10976 (menu-bar-help-menu):
10977 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
10978 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
10979
10980 * term/x-win.el (x-gtk-stock-map):
10981 * progmodes/vera-mode.el (auto-mode-alist):
10982 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
10983 (inferior-lisp-program, inferior-lisp-load-command):
10984 * progmodes/hideshow.el (hs-special-modes-alist):
10985 * progmodes/gud.el (same-window-regexps):
10986 * progmodes/grep.el (grep-program, find-program, xargs-program):
10987 * net/telnet.el (same-window-regexps):
10988 * net/rlogin.el (same-window-regexps):
10989 * language/ethiopic.el (font-ccl-encoder-alist):
10990 * vc-sccs.el (vc-sccs-master-templates):
10991 * vc-rcs.el (vc-rcs-master-templates):
10992 * subr.el (cl-assertion-failed):
10993 * simple.el (next-error-overlay-arrow-position):
10994 * lpr.el (lpr-command):
10995 * locate.el (locate-ls-subdir-switches):
10996 * info.el (same-window-regexps, info)
10997 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10998 * image-mode.el (image-mode, auto-mode-alist):
10999 * hippie-exp.el (hippie-expand-ignore-buffers):
11000 * format.el (format-alist):
11001 * find-dired.el (find-ls-subdir-switches, find-grep-options)
11002 (find-name-arg):
11003 * facemenu.el (facemenu-keybindings):
11004 * dired.el (dired-listing-switches, dired-chown-program):
11005 * diff.el (diff-switches, diff-command):
11006 * cus-edit.el (same-window-regexps):
11007 * bindings.el (mode-line-mule-info)
11008 (mode-line-buffer-identification): Purecopy strings.
11009
11010 2009-11-11 Juri Linkov <juri@jurta.org>
11011
11012 * simple.el (dired-get-filename) <declare-function>:
11013 Tell the byte-compiler about dired-get-filename.
11014 (shell-command): In Dired mode, get filename from the current line
11015 as the default value.
11016
11017 2009-11-10 Glenn Morris <rgm@gnu.org>
11018
11019 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
11020 * calendar/holidays.el, progmodes/cperl-mode.el:
11021 Update x-popup-menu declarations.
11022
11023 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
11024 (list-load-path-shadows): Use dolist.
11025 (list-load-path-shadows): Use with-current-buffer.
11026
11027 2009-11-10 Juri Linkov <juri@jurta.org>
11028
11029 * minibuffer.el (read-file-name): Support a list of default values
11030 in `default-filename'. Use the first file name where only one
11031 element is required. Doc fix.
11032
11033 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
11034
11035 * net/dbus.el (dbus-unregister-object): Release service, if no
11036 other method is registered for it.
11037
11038 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
11039
11040 * bookmark.el (bookmark-completing-read): Sort bookmark names if
11041 bookmark-sort-flag is non-nil (Bug#4653).
11042
11043 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
11044
11045 * emulation/cua-base.el: Add CUA property to some CC mode commands
11046 (Bug#4100).
11047
11048 2009-11-08 Kevin Ryde <user42@zip.com.au>
11049
11050 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
11051 at end of sentence (Bug#4818).
11052
11053 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
11054
11055 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11056 Handle "see declaration of" MSFT statements (Bug#4100).
11057
11058 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
11059
11060 * net/tramp.el (tramp-advice-make-auto-save-file-name)
11061 (tramp-advice-file-expand-wildcards): Unload via
11062 `ad-remove-advice'.
11063
11064 * net/trampver.el: Update release number.
11065
11066 2009-11-08 Kevin Ryde <user42@zip.com.au>
11067
11068 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
11069 `ad-do-it'.
11070
11071 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
11072
11073 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
11074 in order to keep context in SELinux.
11075
11076 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
11077
11078 * dired-aux.el (dired-query): Place cursor in echo area and allow
11079 C-g.
11080
11081 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
11082 menu item if not on a directory (Bug#4701).
11083
11084 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
11085
11086 Sync with Tramp 2.1.17.
11087
11088 * net/tramp.el (tramp-handle-copy-directory): Don't use
11089 `file-remote-p' (due to compatibility).
11090
11091 * net/tramp-compat.el (tramp-compat-copy-directory)
11092 (tramp-compat-delete-directory): New defuns.
11093
11094 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
11095 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
11096 `tramp-compat-delete-directory'.
11097
11098 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
11099 (tramp-smb-handle-delete-directory): Use
11100 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
11101
11102 * net/trampver.el: Update release number.
11103
11104 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
11105
11106 * tar-mode.el (tar-copy): Call write-region on the right buffer
11107 (Bug#4857).
11108
11109 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
11110 by hand, if necessary (Bug#4878).
11111
11112 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
11113
11114 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
11115 align size column (Bug#4839).
11116
11117 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
11118 statement.
11119
11120 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
11121
11122 * progmodes/ld-script.el (auto-mode-alist):
11123 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
11124
11125 * cus-face.el (custom-declare-face): Purecopy face spec.
11126
11127 2009-11-06 Kenichi Handa <handa@m17n.org>
11128
11129 * international/uni-bidi.el: Re-generated.
11130 * international/uni-category.el: Re-generated.
11131 * international/uni-combining.el: Re-generated.
11132 * international/uni-mirrored.el: Re-generated.
11133
11134 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
11135
11136 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
11137 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
11138 (tex-start-options, slitex-run-command, latex-run-command)
11139 (tex-run-command, tex-directory):
11140 * textmodes/ispell.el (ispell-html-skip-alists)
11141 (ispell-tex-skip-alists, ispell-tex-skip-alists):
11142 * textmodes/fill.el (adaptive-fill-first-line-regexp):
11143 (adaptive-fill-regexp):
11144 * textmodes/dns-mode.el (auto-mode-alist):
11145 * progmodes/python.el (interpreter-mode-alist):
11146 * progmodes/etags.el (tags-compression-info-list):
11147 * progmodes/etags.el (tags-file-name):
11148 * net/browse-url.el (browse-url-galeon-program)
11149 (browse-url-firefox-program):
11150 * mail/sendmail.el (mail-signature-file)
11151 (mail-citation-prefix-regexp):
11152 * international/mule-conf.el (eight-bit):
11153 * international/latexenc.el (latex-inputenc-coding-alist):
11154 * international/fontset.el (x-pixel-size-width-font-regexp):
11155 * emacs-lisp/warnings.el (warning-type-format):
11156 * emacs-lisp/trace.el (trace-buffer):
11157 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
11158 (emacs-lisp-mode-map):
11159 * calendar/holidays.el (holiday-solar-holidays)
11160 (holiday-bahai-holidays, holiday-islamic-holidays)
11161 (holiday-christian-holidays, holiday-hebrew-holidays)
11162 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
11163 (hebrew-holidays-1, holiday-oriental-holidays)
11164 (holiday-general-holidays):
11165 * x-dnd.el (x-dnd-known-types):
11166 * tool-bar.el (tool-bar):
11167 * startup.el (site-run-file):
11168 * shell.el (shell-dumb-shell-regexp):
11169 * rfn-eshadow.el (file-name-shadow-tty-properties)
11170 (file-name-shadow-properties):
11171 * paths.el (remote-shell-program, news-directory):
11172 * mouse.el ([C-down-mouse-3]):
11173 * menu-bar.el (menu-bar-tools-menu):
11174 * jka-cmpr-hook.el (jka-compr-load-suffixes)
11175 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
11176 (jka-compr-compression-info-list):
11177 * isearch.el (search-whitespace-regexp):
11178 * image-file.el (image-file-name-extensions):
11179 * find-dired.el (find-ls-option):
11180 * files.el (directory-listing-before-filename-regexp)
11181 (directory-free-space-args, insert-directory-program)
11182 (list-directory-brief-switches, magic-fallback-mode-alist)
11183 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
11184 (automount-dir-prefix):
11185 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
11186 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
11187 (face-font-registry-alternatives, face-font-registry-alternatives)
11188 (face-font-family-alternatives):
11189 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
11190 (facemenu-foreground-menu, facemenu-face-menu):
11191 * epa-hook.el (epa-file-name-regexp):
11192 * dnd.el (dnd-protocol-alist):
11193 * textmodes/rst.el (auto-mode-alist):
11194 * button.el (default-button): Purecopy strings.
11195
11196 2009-11-06 Glenn Morris <rgm@gnu.org>
11197
11198 * Makefile.in (ELCFILES): Update.
11199
11200 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
11201
11202 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
11203 * emacs-lisp/levents.el: Move to obsolete/levents.el.
11204
11205 * nxml/xsd-regexp.el (xsdre-gen-categories):
11206 * nxml/xmltok.el (xmltok-parse-entity):
11207 * nxml/rng-parse.el (rng-parse-validate-file):
11208 * nxml/rng-maint.el (rng-format-manual)
11209 (rng-manual-output-force-new-line):
11210 * nxml/rng-loc.el (rng-save-schema-location-1):
11211 * nxml/rng-cmpct.el (rng-c-parse-file):
11212 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
11213 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
11214
11215 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
11216
11217 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
11218 Remove extra save-excursions and make-variable-buffer-local's.
11219 Suggested by Stefan Monnier.
11220
11221 (verilog-getopt-file, verilog-module-inside-filename-p)
11222 (verilog-set-define): Merge GNU 1.35 and repair changes from
11223 switching to using with-current-buffer.
11224
11225 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
11226 being treated as a number and confusing AUTORESET.
11227 Reported by Dan Dever.
11228
11229 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
11230 Add verilog-auto-ignore-concat to fix backward compatibility with
11231 older verilog-modes. Reported by Dan Katz.
11232
11233 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
11234 containing closing anchors "...$".
11235
11236 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
11237 Reported by Wade Smith.
11238
11239 (verilog-batch-execute-func): Comment on function usage.
11240
11241 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
11242
11243 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
11244 for labels.
11245
11246 (verilog-label-re, verilog-calc-1): Support proper indent of named
11247 asserts.
11248
11249 (verilog-backward-token, verilog-basic-complete-re)
11250 (verilog-beg-of-statement, verilog-indent-re): Support proper
11251 indent of the assert statement at the beginning of a block of text.
11252
11253 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
11254 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
11255 tokens as begins.
11256
11257 2009-11-05 Glenn Morris <rgm@gnu.org>
11258
11259 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
11260 Emacs 19. (Bug#1531)
11261 (byte-compile-fix-header): Update for the above change.
11262 Drop test for epoch::version.
11263
11264 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
11265 * cus-dep.el (custom-make-dependencies):
11266 * finder.el (finder-compile-keywords):
11267 Use autoload-rubric's feature argument.
11268
11269 * calendar/diary-lib.el (top-level): Make load behave more like require.
11270
11271 * vc-git.el (vc-git-stash-map): Move definition before use.
11272
11273 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
11274
11275 * custom.el (custom-declare-group): Purecopy standard-value.
11276 (custom-declare-group): Purecopy custom-prefix.
11277
11278 * international/mule.el (load-with-code-conversion):
11279 Call do-after-load-evaluation unconditionally.
11280
11281 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
11282
11283 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
11284
11285 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
11286
11287 2009-11-04 Glenn Morris <rgm@gnu.org>
11288
11289 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
11290 (byte-compile-compatibility): Remove option.
11291 (byte-compile-close-variables, byte-compile-fix-header)
11292 (byte-compile-insert-header, byte-compile-output-docform)
11293 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
11294 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
11295 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
11296 (byte-compile-insert, byte-compile-defun):
11297 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
11298 (byte-defop-compiler19): Remove.
11299 Without byte-compile-compatibility, the 'emacs19-opcode property is not
11300 used by anything. Replace all calls with byte-defop-compiler.
11301
11302 2009-11-04 Juri Linkov <juri@jurta.org>
11303
11304 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
11305 (menu-bar-options-menu): Don't quote the `prop' arg of
11306 `menu-bar-make-mm-toggle'.
11307
11308 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
11309
11310 * calendar/calendar.el (cal-loaddefs):
11311 * calendar/diary-lib.el (diary-loaddefs):
11312 * calendar/holidays.el (hol-loaddefs):
11313 * eshell/esh-module.el (esh-groups): Load rather than require.
11314
11315 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
11316
11317 * calendar/todo-mode.el (todo-add-category): Don't hardcode
11318 point-min==1.
11319 (todo-top-priorities): Only display-buffer when called interactively.
11320 (todo-item-start): Don't save excursion point.
11321 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
11322 (todo-insert-item-here, todo-file-item, todo-remove-item):
11323 Adjust uses of todo-item-start and todo-item-end.
11324
11325 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
11326 (autoload-rubric): Don't use any more.
11327
11328 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
11329 and only put a prop if it is non-nil.
11330
11331 2009-11-03 Juri Linkov <juri@jurta.org>
11332
11333 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
11334 (menu-bar-options-menu): Fix list quoting (Bug#4429).
11335
11336 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
11337 and "Menu" to make top-level menu item visually one unit (like
11338 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
11339 multi-word menu items). Fix :help string for quit-window.
11340
11341 2009-11-03 Glenn Morris <rgm@gnu.org>
11342
11343 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
11344 (byte-compile-file-form-define-abbrev-table)
11345 (byte-compile-file-form-custom-declare-variable)
11346 (byte-compile-variable-ref, byte-compile-defvar):
11347 Whether or not a warning is enabled should only affect whether we issue
11348 the warning, not whether or not we collect the relevant data.
11349 Eg warnings can be turned on and off throughout the course of a file.
11350
11351 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
11352 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
11353
11354 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
11355
11356 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
11357 * play/mpuz.el (mpuz-create-buffer):
11358 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
11359 (lm-print-y,s,noise, lm-print-w0, lm-init):
11360 * play/gomoku.el (gomoku-prompt-for-move):
11361 * play/fortune.el (fortune-in-buffer):
11362 * play/dissociate.el (dissociated-press):
11363 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
11364 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
11365 * mail/supercite.el (sc-eref-show):
11366 * mail/smtpmail.el (smtpmail-send-it):
11367 * mail/rmailsum.el (rmail-summary-next-labeled-message)
11368 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
11369 (rmail-summary-undelete-many, rmail-summary-rmail-update)
11370 (rmail-summary-goto-msg, rmail-summary-expunge)
11371 (rmail-summary-get-new-mail, rmail-summary-search-backward)
11372 (rmail-summary-add-label, rmail-summary-output-menu)
11373 (rmail-summary-output-body):
11374 * mail/rfc822.el (rfc822-addresses):
11375 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
11376 * mail/mailpost.el (post-mail-send-it):
11377 * mail/hashcash.el (hashcash-generate-payment):
11378 * mail/feedmail.el (feedmail-run-the-queue)
11379 (feedmail-queue-send-edit-prompt-help-first)
11380 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
11381 (feedmail-deduce-address-list):
11382 * eshell/esh-ext.el (eshell-remote-command):
11383 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
11384 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
11385 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
11386 (viper-save-string-in-file, viper-valid-marker):
11387 * emulation/viper-keym.el (viper-toggle-key):
11388 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
11389 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
11390 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
11391 * emulation/viper-cmd.el (viper-exec-form-in-vi)
11392 (viper-exec-form-in-emacs, viper-brac-function):
11393 * emulation/viper.el (viper-delocalize-var):
11394 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
11395 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
11396 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
11397 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
11398 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
11399 * emulation/edt.el (edt-electric-helpify):
11400 * emulation/cua-rect.el (cua--rectangle-aux-replace):
11401 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
11402 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
11403 (cua-indent-to-global-mark-column):
11404 * calendar/diary-lib.el (calendar-mark-1):
11405 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
11406 Use with-current-buffer.
11407 * emulation/viper.el (viper-delocalize-var): Use dolist.
11408
11409 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
11410
11411 * comint.el (comint-replace-by-expanded-history-before-point):
11412 Replace !! with the previous input string literally (Bug#1795).
11413
11414 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
11415
11416 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
11417 to be made up of whitespace.
11418
11419 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
11420
11421 * minibuffer.el (read-file-name): Don't use file dialogs for
11422 remote directories (Bug#99).
11423
11424 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
11425
11426 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
11427
11428 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
11429
11430 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
11431 instead of deleting the window or frame.
11432
11433 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
11434
11435 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
11436 Support face colors.
11437
11438 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
11439 New function. Support face colors (Bug#1168).
11440 (tex-common-initialization): Use it.
11441
11442 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
11443 mode allows it (Bug#1168).
11444
11445 2009-10-31 Juri Linkov <juri@jurta.org>
11446
11447 * facemenu.el (list-colors-display): Don't mark buffer as
11448 modified (Bug#3948).
11449
11450 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
11451
11452 * international/mule-diag.el (list-character-sets-1): Minor
11453 message fix (Bug#3526).
11454
11455 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
11456 face property (Bug#4834).
11457 (etags-list-tags, etags-tags-apropos-additional)
11458 (etags-tags-apropos, tags-select-tags-table): Add follow-link
11459 property.
11460
11461 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
11462 items.
11463
11464 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
11465
11466 * textmodes/two-column.el (2C-split):
11467 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
11468 * textmodes/tex-mode.el (tex-set-buffer-directory):
11469 * textmodes/spell.el (spell-region, spell-string):
11470 * textmodes/reftex.el (reftex-erase-buffer):
11471 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
11472 * textmodes/reftex-toc.el (reftex-toc-promote-action):
11473 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
11474 (reftex-select-item):
11475 * textmodes/reftex-ref.el (reftex-label-info-update)
11476 (reftex-offer-label-menu):
11477 * textmodes/reftex-index.el (reftex-index-change-entry)
11478 (reftex-index-phrases-info):
11479 * textmodes/reftex-global.el (reftex-create-tags-file)
11480 (reftex-save-all-document-buffers, reftex-ensure-write-access):
11481 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
11482 (reftex-view-crossref-from-bibtex):
11483 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
11484 (reftex-extract-bib-entries-from-thebibliography)
11485 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
11486 * textmodes/refbib.el (r2b-capitalize-title):
11487 (r2b-convert-buffer, r2b-help):
11488 * textmodes/page-ext.el (pages-directory)
11489 (pages-directory-goto-with-mouse):
11490 * textmodes/bibtex.el (bibtex-validate-globally):
11491 * textmodes/bib-mode.el (bib-capitalize-title):
11492 * textmodes/artist.el (artist-clear-buffer, artist-system):
11493 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
11494 (local-set-scheme-interaction-buffer, xscheme-process-filter)
11495 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
11496 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
11497 (xscheme-send-control-g-interrupt, xscheme-start-process)
11498 (xscheme-process-sentinel, xscheme-cd):
11499 * progmodes/verilog-mode.el (verilog-read-always-signals)
11500 (verilog-set-define, verilog-getopt-file)
11501 (verilog-module-inside-filename-p):
11502 * progmodes/sh-script.el:
11503 * progmodes/python.el (python-pdbtrack-get-source-buffer)
11504 (python-pdbtrack-grub-for-buffer, python-execute-file):
11505 * progmodes/octave-inf.el (inferior-octave):
11506 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
11507 (idlwave-shell-compile-helper-routines, idlwave-set-local)
11508 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
11509 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
11510 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
11511 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
11512 (idlwave-shell-filter, idlwave-shell-examine-highlight)
11513 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
11514 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
11515 (idlwave-shell-examine-display, idlwave-shell-run-region)
11516 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
11517 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
11518 * progmodes/idlw-help.el (idlwave-help-get-special-help)
11519 (idlwave-help-get-help-buffer):
11520 * progmodes/gud.el (gud-basic-call, gud-find-class)
11521 (gud-tooltip-activate-mouse-motions-if-enabled):
11522 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
11523 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
11524 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
11525 (ebrowse-tags-next-file):
11526 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
11527 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
11528 (ebnf-eps-finish-and-write):
11529 * progmodes/cpp.el (cpp-edit-save):
11530 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
11531 * progmodes/cc-defs.el (c-emacs-features):
11532 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
11533 (antlr-directory-dependencies):
11534 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
11535 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
11536 (ada-find-any-references, ada-make-filename-from-adaname)
11537 (ada-make-body-gnatstub):
11538 * obsolete/rnews.el (news-list-news-groups):
11539 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
11540 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
11541 * net/rcirc.el (rcirc-debug):
11542 * net/newst-treeview.el (newsticker--treeview-list-add-item)
11543 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
11544 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
11545 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
11546 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
11547 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
11548 (newsticker--treeview-list-clear-highlight)
11549 (newsticker--treeview-list-update-highlight)
11550 (newsticker--treeview-list-highlight-start)
11551 (newsticker--treeview-tree-update-highlight)
11552 (newsticker--treeview-get-selected-item)
11553 (newsticker-treeview-mark-list-items-old)
11554 (newsticker--treeview-set-current-node):
11555 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
11556 * net/newst-backend.el (newsticker--get-news-by-funcall)
11557 (newsticker--get-news-by-wget, newsticker--image-get)
11558 (newsticker--image-sentinel):
11559 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
11560 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
11561 (eudc-ph-close-session):
11562 * net/eudc.el (eudc-save-options):
11563 * language/thai-word.el (thai-update-word-table):
11564 * language/japan-util.el (japanese-string-conversion):
11565 * international/titdic-cnv.el (tsang-quick-converter)
11566 (ziranma-converter, ctlau-converter):
11567 * international/mule-cmds.el (describe-language-environment):
11568 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
11569 (skkdic-convert-postfix, skkdic-convert-prefix):
11570 (skkdic-convert-okuri-nasi, skkdic-convert):
11571 * emacs-lisp/re-builder.el (reb-update-overlays):
11572 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
11573 * emacs-lisp/gulp.el (gulp-send-requests):
11574 * emacs-lisp/find-gc.el (trace-call-tree):
11575 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
11576 (eieio-describe-generic):
11577 * emacs-lisp/eieio-base.el (eieio-persistent-read):
11578 * emacs-lisp/edebug.el (edebug-outside-excursion):
11579 * emacs-lisp/debug.el (debugger-make-xrefs):
11580 * emacs-lisp/cust-print.el (custom-prin1-to-string):
11581 * emacs-lisp/chart.el (chart-new-buffer):
11582 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
11583 Use with-current-buffer.
11584 * textmodes/artist.el (artist-system): Don't call
11585 copy-sequence on a fresh string.
11586 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
11587
11588 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
11589
11590 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
11591 is no item to edit. (Bug#4820)
11592 (todo-top-priorities): Restore point and restore narrowing in Todo
11593 buffer. (Bug#4820)
11594
11595 2009-10-31 Glenn Morris <rgm@gnu.org>
11596
11597 * net/ange-ftp.el (top-level): Don't require dired when compiling.
11598 (comint-last-output-start, comint-last-input-start)
11599 (comint-last-input-end): Don't defvar when compiling.
11600 (ange-ftp-process-file): Use bound-and-true-p.
11601
11602 * pcmpl-rpm.el (top-level): Move provide statement to end.
11603 (pcmpl-rpm): Remove unused custom group.
11604
11605 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
11606
11607 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
11608
11609 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11610 (byte-compile-warnings): Add `constants' as an option.
11611 (byte-compile-callargs-warn, byte-compile-arglist-warn)
11612 (display-call-tree): Update for byte-compile-fdefinition possibly
11613 returning `(macro lambda ...)'. (Bug#4778)
11614 (byte-compile-variable-ref, byte-compile-setq-default):
11615 Respect `constants' member of byte-compile-warnings.
11616
11617 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
11618
11619 * vc-bzr.el (vc-bzr-revision-keywords): New var.
11620 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
11621 to "submit:".
11622
11623 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
11624
11625 * textmodes/ispell.el (ispell-skip-region-alist):
11626 * international/mule-conf.el (eight-bit):
11627 * international/fontset.el (font-encoding-alist):
11628 * startup.el (pure-space-overflow-message):
11629 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
11630 * paths.el (gnus-nntp-service, rmail-spool-directory)
11631 (term-file-prefix):
11632 * files.el (save-some-buffers-action-alist):
11633 * cmuscheme.el (same-window-buffer-names):
11634 * ielm.el (same-window-buffer-names):
11635 * shell.el (same-window-buffer-names):
11636 * mail/sendmail.el (same-window-buffer-names):
11637 * progmodes/inf-lisp.el (same-window-buffer-names):
11638 * bindings.el (mode-line-client)
11639 (mode-line-column-line-number-mode-map):
11640 * language/tibetan.el (tibetan-precomposition-rule-regexp)
11641 (tibetan-precomposed-regexp): Purecopy string arguments.
11642
11643 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11644
11645 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
11646 (calcDigit-nondigit):
11647 * calc/calc-yank.el (calc-copy-to-buffer):
11648 * calc/calc-units.el (calc-invalidate-units-table):
11649 * calc/calc-trail.el (calc-trail-yank):
11650 * calc/calc-store.el (calc-insert-variables):
11651 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
11652 * calc/calc-prog.el (calc-read-parse-table):
11653 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
11654 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
11655 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
11656 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
11657 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
11658 (calc-graph-name, calc-graph-find-command, calc-graph-view)
11659 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
11660 * calc/calc-ext.el (calc-realign):
11661 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
11662 (calc-embedded-finish-edit, calc-embedded-make-info)
11663 (calc-embedded-finish-command, calc-embedded-stack-change):
11664 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
11665
11666 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
11667 shell-dynamic-complete-filename in preference to
11668 comint-dynamic-complete-filename.
11669
11670 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11671 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11672 Don't consider whether the display supports colors.
11673 (bookmark-import-new-list): Use dolist.
11674 (bookmark-bmenu-mode-map): Move initialization into declaration.
11675 (bookmark-bmenu-list): Use dolist, simplify.
11676 (bookmark-show-all-annotations): Use save-selected-window and dolist.
11677 (menu-bar-final-items): Use push.
11678
11679 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
11680
11681 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
11682 it works on remote files.
11683 (vc-hg-diff): Don't pass any `--cwd' argument.
11684
11685 2009-10-27 Kevin Ryde <user42@zip.com.au>
11686
11687 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11688 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
11689 (Further to Bug#3921).
11690
11691 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
11692
11693 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
11694 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
11695 calling `tramp-imap-put-file'. Add file size to the call.
11696 (tramp-imap-get-file-entries): Compute also user name, file size,
11697 and date.
11698 (tramp-imap-handle-insert-directory): Insert uid and gid.
11699 (tramp-imap-handle-file-attributes): Transform uid and gid
11700 according to `id-format'.
11701 (tramp-imap-put-file): New optional parameter SIZE. Encode file
11702 size in header X-Size.
11703
11704 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
11705
11706 * simple.el (transpose-subr): Give clearer error when the mark
11707 is not set. (Bug#4807)
11708
11709 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
11710
11711 * net/tramp.el (tramp-perl-file-truename): New defconst.
11712 Perl code contributed by yary <not.com@gmail.com> (tiny change).
11713 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
11714 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
11715 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
11716
11717 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
11718 Ignore `dired-call-process'.
11719 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
11720
11721 2009-10-26 Julian Scheid <julians37@gmail.com>
11722
11723 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
11724 (tramp-get-remote-readlink): New defun.
11725 (tramp-handle-file-truename): Use it.
11726 (tramp-handle-file-exists-p): Check file-attributes cache, assume
11727 file exists if cache value present.
11728 (tramp-check-cached-permissions): New defun.
11729 (tramp-handle-file-readable-p): Use it.
11730 (tramp-handle-file-writable-p): Likewise.
11731 (tramp-handle-file-executable-p): Likewise.
11732 (tramp-handle-file-name-all-completions): Try using Perl to get
11733 partial completions. When perl not available, combine `cd' and
11734 `ls' into single remote operation and use shell expansion to get
11735 partial remote directory contents. Set `file-exists-p' cache for
11736 directory and any files returned by ls. Change cache handling to
11737 support partial directory contents. Use error message emitted by
11738 remote `cd' or Perl code for local tramp-error.
11739 (tramp-do-copy-or-rename-file-directly): Avoid separate
11740 tramp-send-command-and-check call.
11741 (tramp-handle-process-file): Merge three remote ops into one.
11742 Do not flush all caches when `process-file-side-effects' is set.
11743 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
11744 file-attributes shows uid/gid to be set already.
11745
11746 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
11747
11748 * textmodes/tex-mode.el (tex-dvi-view-command)
11749 (tex-show-queue-command, tex-open-quote):
11750 * progmodes/ruby-mode.el (auto-mode-alist)
11751 (interpreter-mode-alist): Purecopy strings.
11752
11753 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
11754
11755 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
11756 string for the hook, keymap and abbrev table.
11757
11758 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
11759
11760 * x-dnd.el (x-dnd-xdnd-to-action):
11761 * startup.el (fancy-startup-text, fancy-about-text): Change to
11762 defconst from defvar.
11763
11764 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
11765
11766 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
11767 Purecopy initialization strings.
11768
11769 * mail/sendmail.el (mail-header-separator)
11770 (mail-personal-alias-file):
11771 * mail/rmail.el (rmail-default-dont-reply-to-names)
11772 (rmail-ignored-headers, rmail-retry-ignored-headers)
11773 (rmail-highlighted-headers, rmail-secondary-file-directory)
11774 (rmail-secondary-file-regexp):
11775 * files.el (null-device, file-name-invalid-regexp)
11776 (locate-dominating-stop-dir-regexp)
11777 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
11778 (interpreter-mode-alist): Use mapcar instead of mapc.
11779
11780 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
11781
11782 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
11783 (completion-ignored-extensions):
11784 (debug-ignored-errors): Purecopy strings.
11785
11786 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
11787
11788 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
11789 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
11790 (pcomplete--here): Use push.
11791
11792 * subr.el (all-completions): Declare the 4th arg obsolete.
11793
11794 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11795
11796 * pcomplete.el (pcomplete-unquote-argument-function): New var.
11797 (pcomplete-unquote-argument): New function.
11798 (pcomplete--common-suffix): Always pay attention to case.
11799 (pcomplete--table-subvert): Quote and unquote the text.
11800 (pcomplete--common-quoted-suffix): New function.
11801 (pcomplete-std-complete): Use it and pcomplete-begin.
11802
11803 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
11804 we're inside a dedicated or minibuffer window.
11805
11806 2009-10-24 Karl Fogel <kfogel@red-bean.com>
11807
11808 * bookmark.el: Update documentation, especially documentation
11809 of `bookmark-alist' and of the bookmark file format.
11810 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
11811
11812 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
11813
11814 * mail/emacsbug.el (report-emacs-bug): Clarify that the
11815 keybindings apply to the mail buffer (Bug#4003). Shrink help
11816 window to buffer.
11817
11818 * whitespace.el (whitespace-mode, whitespace-newline-mode)
11819 (global-whitespace-mode, global-whitespace-newline-mode)
11820 (whitespace-toggle-options, global-whitespace-toggle-options):
11821 Doc fix (Bug#3660).
11822
11823 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
11824 of xmltok-start before the end tag was inserted (Bug#2840).
11825
11826 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
11827 patterns that are preceded by an open-paren (Bug#1320).
11828
11829 2009-10-24 Sven Joachim <svenjoac@gmx.de>
11830
11831 * files.el (delete-directory): Delete symlinks to directories with
11832 delete-file (Bug#4739).
11833
11834 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
11835
11836 * vc.el (vc-backend-for-registration): Rename from
11837 vc-get-backend-for-registration. Update callers.
11838
11839 * international/mule-cmds.el (set-language-info-alist):
11840 Purecopy lang-env.
11841 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
11842 (charset): Purecopy the name.
11843 (define-char-code-property): Purecopy string arguments.
11844
11845 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
11846 Purecopy string arguments.
11847
11848 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
11849 * ediff-hook.el (menu-bar-ediff-menu):
11850 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
11851 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
11852
11853 2009-10-24 Glenn Morris <rgm@gnu.org>
11854
11855 * comint.el (comint-dynamic-list-completions):
11856 * term.el (term-dynamic-list-completions): Use choose-completion rather
11857 than obsolete alias mouse-choose-completion.
11858
11859 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
11860 file-cache-choose-completion.
11861 (file-cache-choose-completion): Handle an optional event argument.
11862 (file-cache-mouse-choose-completion): Make it an obsolete alias.
11863
11864 * progmodes/octave-mod.el (octave-complete-symbol):
11865 Use choose-completion if mouse-choose-completion is ever removed.
11866
11867 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
11868 use.
11869
11870 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
11871 compiler.
11872
11873 * vc-hooks.el (vc-responsible-backend): Fix declaration.
11874
11875 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
11876
11877 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
11878 Ignore `pred' now that we receive one.
11879 Handle test-completion specially.
11880
11881 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
11882
11883 * vc.el (vc-responsible-backend): Throw an error if not backend is
11884 found. Remove the REGISTER argument. Move the code dealing with
11885 REGISTER ...
11886 (vc-get-backend-for-registration): ... here. New function.
11887 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
11888 of vc-responsible-backend, pass the file name instead of the
11889 directory name.
11890
11891 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
11892
11893 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
11894 New funs.
11895 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
11896 (pcomplete-comint-setup): Don't modify a global var via
11897 accidental side-effects.
11898 (pcomplete-shell-setup): Adjust call accordingly.
11899 (pcomplete-parse-comint-arguments): Use push.
11900
11901 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
11902
11903 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
11904 Allow uncapitalized info node names (Bug#3921).
11905
11906 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
11907 to the DEBUG file (Bug#3781).
11908
11909 2009-10-23 Jari Aalto <jari.aalto@cante.net>
11910
11911 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
11912 dictionary entry (Bug#4579).
11913
11914 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
11915
11916 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
11917 from `rfn-eshadow-update-overlay-hook' when unloading.
11918 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
11919 "rsyncc". Adjust doc string.
11920 (tramp-temp-buffer-file-name): New buffer-local defvar.
11921 (tramp-handle-insert-file-contents, tramp-handle-write-region):
11922 Keep temporary file when indicated by method ("rsync" and
11923 "rsyncc").
11924 (tramp-handle-write-region): Handle APPEND.
11925 (tramp-delete-temp-file-function): New defun. Added to
11926 `kill-buffer-hook'.
11927
11928 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
11929
11930 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
11931
11932 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
11933
11934 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
11935 (color-name-rgb-alist, tty-standard-colors)
11936 (tty-color-mode-alist): Change to defconst.
11937
11938 * simple.el (mark-inactive): Purecopy message.
11939
11940 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
11941 (global-map, yank-menu):
11942 * textmodes/ispell.el (ispell-menu-map):
11943 * net/eudc.el (eudc-tools-menu):
11944 * international/mule-cmds.el (describe-language-environment-map)
11945 (setup-language-environment-map, set-coding-system-map)
11946 (mule-menu-keymap):
11947 * vc-hooks.el (vc-menu-entry, vc-menu-map):
11948 * replace.el (occur-mode-map):
11949 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
11950
11951 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
11952
11953 * calc/calc.el (math-read-number, math-read-number-simple): Use
11954 `save-match-data'.
11955
11956 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
11957
11958 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
11959 rather than fiddling with global-map bindings, since it should only
11960 affect per-terminal settings.
11961 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
11962
11963 * minibuffer.el (completion-table-with-terminator): Allow to specify
11964 the terminator-regexp.
11965
11966 * simple.el (switch-to-completions): Look for *Completions* in other
11967 frames as well.
11968
11969 * pcomplete.el: Allow the use of completion-tables.
11970 (pcomplete-std-complete): New command.
11971 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
11972 (pcomplete--here): Use a function for `form' rather than an expression,
11973 so it can be byte-compiled.
11974 (pcomplete-here, pcomplete-here*): Adjust accordingly.
11975 Add edebug declaration.
11976 (pcomplete-show-completions): Remove unused var `curbuf'.
11977 (pcomplete-do-complete, pcomplete-stub):
11978 Don't assume `completions' is a list of strings any more.
11979
11980 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
11981
11982 * find-dired.el (find-name-arg): Fix typo in docstring.
11983
11984 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
11985
11986 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
11987 (pcmpl-linux-fs-types): Same, and update to new modules layout.
11988
11989 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
11990 pcomplete-entries.
11991
11992 * comint.el (comint-read-input-ring, comint-write-input-ring)
11993 (comint-substitute-in-file-name)
11994 (comint-dynamic-complete-as-filename)
11995 (comint-dynamic-simple-complete)
11996 (comint-dynamic-list-filename-completions)
11997 (comint-dynamic-list-completions)
11998 (comint-redirect-results-list-from-process): Minor simplifications.
11999
12000 2009-10-21 Kevin Ryde <user42@zip.com.au>
12001
12002 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
12003 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
12004 the first form. And insert a blank line after ";;; Code" since
12005 that's usual style. (Bug#4612)
12006
12007 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
12008
12009 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12010
12011 * minibuffer.el (completion-table-with-terminator): Properly implement
12012 boundaries, in case `terminator' appears in the suffix.
12013 (completion--embedded-envvar-table): Don't return boundaries if
12014 there's no valid completion. Simplify.
12015 (completion-file-name-table): New completion table extracted from
12016 completion--file-name-table.
12017 (completion--file-name-table): Use it.
12018 (read-file-name-predicate): Declare obsolete.
12019 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
12020 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
12021 completion-file-name-table, and use the `pred' argument.
12022 * files.el (locate-file-completion-table): Use the `pred' arg rather
12023 than read-file-name-predicate.
12024 (abbreviate-file-name): Use \` rather than ^ for BOS.
12025
12026 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
12027
12028 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
12029 vc-responsible-backend to register, it causes problems.
12030
12031 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12032
12033 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
12034
12035 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
12036
12037 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
12038 (tramp-smb-handle-file-attributes): Use it.
12039 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
12040 (tramp-smb-handle-insert-directory): Use `mapc' rather than
12041 `mapcar'. Use `tramp-smb-get-stat-capability'.
12042 Add `dired-filename' text properties.
12043 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
12044 (tramp-smb-maybe-open-connection): Simplify check for smbclient
12045 version.
12046
12047 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
12048
12049 * subr.el (read-key-delay): Reduce to 0.01.
12050 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
12051 (bug#4751).
12052
12053 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
12054
12055 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
12056
12057 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
12058 (Info-menu): Remove unused vars `last' and `completions'.
12059 (Info-index-nodes): Remove unused var `node'.
12060
12061 * info.el (Info-complete-menu-item): Use complete-with-action.
12062
12063 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
12064
12065 Make vc-annotate work through copies and renames.
12066 * vc-annotate.el (vc-annotate-extract-revision-at-line):
12067 Return the file name too.
12068 (vc-annotate-revision-at-line)
12069 (vc-annotate-find-revision-at-line)
12070 (vc-annotate-revision-previous-to-line)
12071 (vc-annotate-show-log-revision-at-line): Update to get the file
12072 name from vc-annotate-extract-revision-at-line.
12073 (vc-annotate-show-diff-revision-at-line-internal): Change the
12074 argument to mean whether to show a file diff or not. Get the file
12075 name from vc-annotate-extract-revision-at-line.
12076 (vc-annotate-show-diff-revision-at-line):
12077 Update vc-annotate-show-diff-revision-at-line call.
12078 (vc-annotate-warp-revision): Add an optional file argument.
12079
12080 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
12081 (vc-git-annotate-extract-revision-at-line): Also return the file
12082 name if found.
12083
12084 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
12085 command. Remove unused code.
12086 (vc-hg-annotate-re): Update to match --follow output.
12087 (vc-hg-annotate-extract-revision-at-line): Also return the file
12088 name if found.
12089
12090 * vc.el: Update annotate-extract-revision-at-line documentation.
12091
12092 2009-10-18 Kevin Ryde <user42@zip.com.au>
12093
12094 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
12095 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
12096
12097 * net/browse-url.el (browse-url): Identify alist with "consp and
12098 not functionp" and let all other things go down the `apply' leg,
12099 as suggested by Stefan. (Further to bug#4531.)
12100
12101 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
12102
12103 * minibuffer.el (read-file-name): Check for repeat before putting
12104 a default argument in file-name-history (Bug#4657).
12105
12106 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
12107 read syntax (Bug#4737).
12108
12109 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
12110
12111 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12112
12113 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
12114 (html-tag-alist, html-tag-help): Add descriptions for undocumented
12115 entries and make note of obsolete tags.
12116
12117 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
12118
12119 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
12120
12121 2009-10-18 Glenn Morris <rgm@gnu.org>
12122
12123 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
12124 grep, so that binary files (eg international/uni-bidi.el) can match.
12125 Remove test for "UnicodeData" files, since it is hopefully unnecessary
12126 now, and in any case the file header format has changed.
12127
12128 2009-10-17 Glenn Morris <rgm@gnu.org>
12129
12130 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
12131 (flyspell-get-word, flyspell-large-region)
12132 (flyspell-auto-correct-previous-word): Doc/error message fixes.
12133
12134 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
12135
12136 * Makefile.in (ELCFILES): Add ede/shell.
12137
12138 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
12139
12140 * term/common-win.el (x-colors): Purecopy it.
12141
12142 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12143
12144 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
12145 permissive for when the buffer is empty.
12146 (tar-header-block-tokenize): Decode the username and groupname.
12147 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
12148
12149 2009-10-17 Eric Ludlam <zappo@gnu.org>
12150
12151 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
12152 contains multibyte characters, choose first applicable coding
12153 system automatically.
12154
12155 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12156
12157 * international/mule-cmds.el (select-safe-coding-system): If the file
12158 has a coding cookie, use it regardless of any other setting (bug#4712).
12159
12160 2009-10-17 Glenn Morris <rgm@gnu.org>
12161
12162 * foldout.el (foldout-mouse-swallow-events):
12163 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
12164
12165 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
12166 (dired-keep-marker-copy, dired-keep-marker-hardlink)
12167 (dired-keep-marker-symlink, dired-dwim-target)
12168 (dired-copy-preserve-time): Do not autoload these defcustoms.
12169
12170 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
12171 messages from messing up the file coding. (Bug#4623)
12172
12173 2009-10-17 Jari Aalto <jari.aalto@cante.net>
12174
12175 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
12176 if no match is found for the current dictionary. (Bug#4578)
12177
12178 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
12179 optional, since that is how it is documented, and this is often called
12180 with a nil argument. (Bug#4577)
12181 (flyspell-external-point-words, flyspell-auto-correct-word)
12182 (flyspell-correct-word-before-point, flyspell-word-search-forward)
12183 (flyspell-word-search-backward): Remove nil argument in calls to
12184 flyspell-get-word, since it is not needed now.
12185
12186 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
12187
12188 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
12189
12190 2009-10-16 Glenn Morris <rgm@gnu.org>
12191
12192 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
12193
12194 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
12195
12196 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
12197 (ange-ftp-file-size): New function.
12198 (ange-ftp-file-attributes): Use it.
12199
12200 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
12201
12202 * net/tramp-smb.el (tramp-smb-version): New defvar.
12203 (tramp-smb-maybe-open-connection): Use it, in order to avoid
12204 repeated checks.
12205
12206 2009-10-16 Glenn Morris <rgm@gnu.org>
12207
12208 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
12209 Maybe copy some custom properties from old to new name. (Bug#4706)
12210
12211 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
12212
12213 * subr.el (error, sit-for, start-process-shell-command)
12214 (start-file-process-shell-command): Set the calling convention
12215 after the function definition.
12216
12217 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12218
12219 * subr.el (error, sit-for, start-process-shell-command)
12220 (start-file-process-shell-command): Use the new
12221 set-advertised-calling-convention feature.
12222
12223 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
12224
12225 * international/ucs-normalize.el (ucs-normalize-version):
12226 Change to 1.2.
12227 (check-range): Adjust for Unicode 5.2.
12228
12229 2009-10-15 Juri Linkov <juri@jurta.org>
12230
12231 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
12232 to the `menu-item' format.
12233
12234 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
12235
12236 * net/tramp.el (tramp-replace-environment-variables): Do not fail
12237 if the environment variable does not exist.
12238
12239 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12240 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
12241 parameter.
12242 (tramp-smb-handle-add-name-to-file)
12243 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
12244 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
12245 (tramp-smb-handle-file-attributes)
12246 (tramp-smb-do-file-attributes-with-stat)
12247 (tramp-smb-handle-file-local-copy)
12248 (tramp-smb-handle-insert-directory)
12249 (tramp-smb-handle-make-directory)
12250 (tramp-smb-handle-make-directory-internal)
12251 (tramp-smb-handle-make-symbolic-link)
12252 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
12253 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
12254 (tramp-smb-maybe-open-connection): Apply the changed parameters.
12255 (tramp-smb-read-file-entry): Read Disk names in compressed format.
12256 Handle long file names.
12257 (tramp-smb-get-cifs-capabilities): Check, whether the connection
12258 process is running.
12259 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
12260 Read share names with "-g" option.
12261
12262 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
12263
12264 * net/rcirc.el (rcirc-view-log-file): New command.
12265 (rcirc-track-minor-mode-map): Remove C-c ` binding.
12266 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
12267 specified.
12268
12269 2009-10-15 Glenn Morris <rgm@gnu.org>
12270
12271 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
12272 from the second command-line argument.
12273 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
12274 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
12275 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
12276 w32-batch-update-autoloads.
12277 * emacs-lisp/autoload.el (autoload-make-program): New variable.
12278 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
12279
12280 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
12281 the headers cannot be located. Simplify, subtracting superflous
12282 save-excursions.
12283
12284 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
12285
12286 Replace completion-base-size by completion-base-position to fix bugs
12287 such as (bug#4699).
12288 * simple.el (completion-base-position): New var.
12289 (completion-base-size): Mark as obsolete.
12290 (choose-completion): Make it work for mouse events as well.
12291 Pass the new base-position to choose-completion-string.
12292 (choose-completion-guess-base-position): New function, extracted from
12293 choose-completion-delete-max-match.
12294 (choose-completion-delete-max-match): Use it. Make obsolete.
12295 (choose-completion-string): Use the new base-position info.
12296 (completion-root-regexp): Delete.
12297 (completion-setup-function): Preserve completion-base-position.
12298 Eliminate obsolete base-size manipulation.
12299 * minibuffer.el (display-completion-list): Don't mess with base-size.
12300 (minibuffer-completion-help): Set completion-base-position instead.
12301 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
12302 choose-completion.
12303 * textmodes/bibtex.el (bibtex-complete):
12304 * emacs-lisp/crm.el (crm--choose-completion-string):
12305 Adjust to new calling convention.
12306 * complete.el (partial-completion-mode): Use minibufferp to avoid
12307 bumping into incompatible change to choose-completion-string-functions.
12308 * ido.el (ido-choose-completion-string): Make its calling convention
12309 more permissive.
12310 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
12311 base-size manipulation.
12312 (comint-dynamic-list-input-ring): Use dotimes and push.
12313 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
12314 fundamental-mode. Use `or'.
12315
12316 2009-10-14 Juri Linkov <juri@jurta.org>
12317
12318 * misearch.el (multi-isearch-next-buffer-from-list)
12319 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
12320
12321 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
12322
12323 * Makefile.in (compile-onefile): Load `bytecomp' rather than
12324 `bytecomp.el'.
12325
12326 * minibuffer.el (completion-pcm--merge-completions): Make sure the
12327 string we return is all made up of text from the completions rather
12328 than part from the completions and part from the input (bug#4219).
12329
12330 * ido.el (ido-everywhere): Use define-minor-mode.
12331
12332 * buff-menu.el (list-buffers, ctl-x-map):
12333 Mark the entry points with ;;;###autoload cookies.
12334
12335 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
12336
12337 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
12338 correctly in the detached head case.
12339 (vc-git-print-log): Remove unused binding.
12340
12341 * vc.el (vc-responsible-backend): When a directory is passed for
12342 for registration create a VC repository if no backend is
12343 responsible for the directory argument.
12344 (vc-deduce-fileset): Tell vc-responsible-backend to register.
12345
12346 * vc.el: Move comments about RCS and SCCS ...
12347 * vc-rcs.el:
12348 * vc-sccs.el: ... here, respectively.
12349
12350 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
12351
12352 * minibuffer.el (completion--file-name-table): Return nil if there's
12353 no file completion, even if substitute-in-file-name changed
12354 the string (bug#4708).
12355
12356 2009-10-13 Juri Linkov <juri@jurta.org>
12357
12358 * files-x.el (read-file-local-variable-value): Don't filter out
12359 minor modes from mode name completion (bug#4664).
12360
12361 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
12362
12363 * international/mule-cmds.el (ucs-names): Remove exclusion of
12364 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
12365
12366 2009-10-13 Kenichi Handa <handa@m17n.org>
12367
12368 * international/uni-name.el: Regenerated.
12369
12370 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
12371
12372 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
12373 should be automatically buffer-local, but isn't.)
12374
12375 2009-10-12 Sam Steingold <sds@gnu.org>
12376
12377 * progmodes/compile.el (compilation-next-error-function): Fix the
12378 timestamps if the buffer has been visited before.
12379 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
12380 non-anchored patterns, like the perl one (bug#3928).
12381
12382 2009-10-12 Glenn Morris <rgm@gnu.org>
12383
12384 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
12385 Let-bind `size'.
12386
12387 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
12388
12389 * proced.el (proced-unload-function): New function.
12390
12391 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
12392 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
12393 Doc fix.
12394
12395 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
12396
12397 2009-10-11 Juri Linkov <juri@jurta.org>
12398
12399 * files-x.el (read-file-local-variable-value):
12400 Provide default value only for bound variables (bug#4664).
12401
12402 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
12403
12404 * net/tramp.el (tramp-local-host-p): Function shall return nil for
12405 connection methods like smb.
12406
12407 * net/tramp-cache.el (tramp-flush-connection-property): The hash
12408 can be empty.
12409
12410 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12411 (tramp-smb-file-name-handler-alist): Add handlers for
12412 `add-name-to-file', `make-symbolic-link'.
12413 (tramp-smb-handle-add-name-to-file)
12414 (tramp-smb-do-file-attributes-with-stat)
12415 (tramp-smb-handle-make-symbolic-link)
12416 (tramp-smb-get-cifs-capabilities): New defuns.
12417 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
12418 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
12419 (tramp-smb-handle-file-local-copy)
12420 (tramp-smb-handle-make-directory-internal)
12421 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
12422 The file name syntax depends on cifs capabilities.
12423 (tramp-smb-handle-file-attributes):
12424 Call `tramp-smb-do-file-attributes-with-stat' if possible.
12425 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
12426 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
12427
12428 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
12429
12430 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
12431 (eieio-defclass): Apply deftype handler and setf-method properties
12432 directly.
12433 (eieio-add-new-slot): Avoid union function from cl library.
12434 (eieio--typep): New function.
12435 (eieio-perform-slot-validation): Use it.
12436
12437 2009-10-10 Karl Fogel <kfogel@red-bean.com>
12438
12439 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
12440 Update documentation to refer to the variables documented in r1.135.
12441 (Bug#4188)
12442
12443 2009-10-10 Karl Fogel <kfogel@red-bean.com>
12444
12445 * bookmark.el (Info-suffix-list): Remove this unused variable.
12446 (bookmark-current-point): Remove this obsolete variable.
12447 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
12448 Adjust for removal of bookmark-current-point.
12449
12450 (bookmarks-already-loaded, bookmark-current-buffer)
12451 (bookmark-yank-point): Document. (Bug#4188)
12452
12453 2009-10-10 Glenn Morris <rgm@gnu.org>
12454
12455 * frame.el (frame-height): Doc fix.
12456
12457 * calendar/calendar.el (calendar-split-width-threshold): New option.
12458 (calendar-basic-setup): Use calendar-split-width-threshold.
12459
12460 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
12461
12462 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
12463 Ideographic Supplement" range (U+1F200..U+1F2FF).
12464
12465 2009-10-09 Karl Fogel <kfogel@red-bean.com>
12466
12467 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
12468 since the list will have been rebuilt anyway. (Bug#4349)
12469
12470 2009-10-09 Karl Fogel <kfogel@red-bean.com>
12471
12472 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
12473 (bookmark-bmenu-execute-deletions): Don't save here, as
12474 bookmark-delete will now do so if necessary.
12475 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
12476 (Bug#4348)
12477
12478 2009-10-09 Glenn Morris <rgm@gnu.org>
12479
12480 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
12481
12482 2009-10-09 Karl Fogel <kfogel@red-bean.com>
12483
12484 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
12485 (bookmark-jump-other-window): Just invoke bookmark-jump with new
12486 argument now, so the two function's behaviors will match. (Bug#3645)
12487
12488 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
12489
12490 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
12491 (tramp-file-name-real-host, tramp-file-name-port):
12492 Apply `save-match-data'.
12493
12494 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
12495 case both directories are remote.
12496 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
12497 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
12498
12499 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
12500
12501 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
12502
12503 2009-10-07 Glenn Morris <rgm@gnu.org>
12504
12505 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
12506 of concat.
12507
12508 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
12509
12510 * files-x.el (read-file-local-variable): Include some
12511 non-user-variables in the completion table (bug#4664).
12512
12513 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
12514
12515 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
12516 message.
12517
12518 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12519 (tramp-smb-file-name-handler-alist): Add handler for
12520 `copy-directory', `expand-file-name', `set-file-modes'.
12521 (tramp-smb-handle-copy-directory)
12522 (tramp-smb-handle-expand-file-name)
12523 (tramp-smb-handle-set-file-modes): New defuns.
12524 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
12525 (tramp-smb-handle-file-attributes): Simplify check for retrieving
12526 entry.
12527 (tramp-smb-handle-insert-directory): Don't flush the cache.
12528 (tramp-smb-maybe-open-connection): Check for samba client and
12529 server versions.
12530
12531 2009-10-07 Eli Zaretskii <eliz@gnu.org>
12532
12533 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
12534 to not error out of search for "^lisp=" fails.
12535
12536 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
12537
12538 * makefile.w32-in (WINS_UPDATES): New macro.
12539 (custom-deps, finder-data, autoloads): Use it.
12540
12541 2009-10-07 Glenn Morris <rgm@gnu.org>
12542
12543 * Makefile.in (autoloads): Revert previous change.
12544 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
12545 the list of preloaded files passed on the command-line, get
12546 it from src/Makefile.
12547
12548 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
12549 show the original buffer rather than a random one.
12550
12551 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
12552
12553 * help.el (describe-no-warranty): Place point in a slightly better
12554 position in the GPLv3 text.
12555
12556 2009-10-06 Sam Steingold <sds@gnu.org>
12557
12558 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
12559 the comm attribute is present before calling regexp-quote.
12560
12561 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
12562
12563 * play/animate.el (animate-string): For good effect, make sure
12564 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
12565
12566 * play/animate.el (animate-sequence, animate-birthday-present):
12567 * misc.el (butterfly): Don't set `indent-tabs-mode'.
12568
12569 2009-10-06 Glenn Morris <rgm@gnu.org>
12570
12571 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
12572
12573 * emacs-lisp/autoload.el (autoload-excludes): New variable.
12574 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
12575 (batch-update-autoloads): Process a string value of autoload-excludes,
12576 set during the build process.
12577 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
12578
12579 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
12580 inside with-parsed... macro so that `v' is defined.
12581
12582 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
12583 * progmodes/fortran.el (fortran-end-of-block)
12584 (fortran-beginning-of-block):
12585 Also push mark in the macro case.
12586
12587 * emerge.el (emerge-show-file-name):
12588 * calc/calc.el (calc-quit):
12589 * calc/calc-misc.el (calc-big-or-small):
12590 * calc/calc-graph.el (calc-graph-view):
12591 * calc/calc-ext.el (calc-reset):
12592 * calendar/calendar.el (calendar-basic-setup):
12593 Use window-full-height-p.
12594
12595 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
12596 header we don't understand, don't insert another. (Bug#4624)
12597 If changing mime charset, insert the new one in the right place.
12598
12599 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
12600
12601 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
12602 (cal-tex-cursor-month): Correctly increment the end date for diary and
12603 holiday listing. (Bug#4626)
12604
12605 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12606
12607 * help-fns.el (describe-function-1): Don't burp if the function is not
12608 a symbol.
12609
12610 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
12611
12612 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
12613 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
12614 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
12615 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
12616
12617 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
12618 (eieio-default-superclass): Reflow docstrings.
12619 (this, class-option-assoc, defclass, eieio-class-un-autoload)
12620 (eieio-unbind-method-implementations, defmethod)
12621 (eieio-validate-slot-value, eieio-validate-class-slot-value)
12622 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
12623 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
12624 (eieio-slot-originating-class-p, eieio-slot-name-index)
12625 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
12626 (constructor, initialize-instance, no-next-method, object-print)
12627 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
12628 Fix typos in docstrings.
12629 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
12630 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
12631 (next-method-p): Doc fixes.
12632 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
12633 Fix typos in error messages.
12634 (eieio-defmethod): Fix typo in description of generic method.
12635
12636 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
12637 (eieio-persistent-save-interactive, slot-missing):
12638 Fix typos in docstrings.
12639 (eieio-instance-inheritor-slot-boundp): Doc fix.
12640
12641 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
12642 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
12643
12644 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
12645 (eieio-custom-object-apply-reset):
12646 Fix typos in docstrings and error messages.
12647
12648 * emacs-lisp/eieio-datadebug.el (data-debug-show):
12649 Fix typo in docstring.
12650
12651 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
12652 (eieio-browse-tree): Doc fix.
12653 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
12654 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
12655 Fix typos in docstrings.
12656
12657 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
12658 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
12659 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
12660 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
12661 Reflow docstrings.
12662
12663 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
12664
12665 * vc-hg.el (log-view-vc-backend): Declare for compiler.
12666 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
12667 Set log-view-vc-backend so that diff can work.
12668
12669 * log-view.el (log-view-diff): Use vc-diff-internal instead of
12670 vc-version-diff.
12671 (vc-diff-internal): Autoload this instead of vc-version-diff.
12672
12673 2009-10-05 Eli Zaretskii <eliz@gnu.org>
12674
12675 * simple.el (eval-expression): Doc fix.
12676
12677 * progmodes/cwarn.el (cwarn-mode): Doc fix.
12678
12679 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
12680
12681 * files.el (directory-files-no-dot-files-regexp): New defconst.
12682 (delete-directory): Use it.
12683 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
12684
12685 * net/tramp.el (tramp-verbose): Fix docstring.
12686 (tramp-methods): Add recursive option to `tramp-copy-args'.
12687 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
12688 "scp1_old", "scp2_old", "rsync", "rsyncc".
12689 (tramp-default-method): Check also for `auth-source-user-or-password'.
12690 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
12691 Add handler for `copy-directory'.
12692 (tramp-handle-copy-directory): New defun.
12693 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
12694 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
12695 Optimize sent command.
12696
12697 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12698
12699 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
12700 window if necessary.
12701
12702 * calendar/calendar.el (calendar-basic-setup): Don't call
12703 switch-to-buffer in a dedicated window.
12704
12705 2009-10-05 Karl Fogel <kfogel@red-bean.com>
12706
12707 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
12708 don't do anything related to relocating, just return nil.
12709 (bookmark-error-no-filename): New error.
12710 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
12711 bookmark has no file. Don't even attempt to handle things that
12712 are not files; the whole point of custom handlers is to keep that
12713 knowledge elsewhere anyway. Tighten some comments.
12714 (bookmark-file-or-variation-thereof): Remove now-unused function.
12715 (bookmark-location): Doc string fix.
12716 (Bug#4250)
12717
12718 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12719
12720 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
12721 don't use a file dialog, because they usually don't know how to read
12722 a directory target from the user. (Bug#4230)
12723 Also, make sure the prompt can display directories as well as files.
12724
12725 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12726
12727 * bookmark.el (bookmark-set, bookmark-buffer-name):
12728 Improve doc strings. (Bug#1193)
12729
12730 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12731
12732 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
12733 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
12734 (bookmark-get-annotation, bookmark-set-annotation)
12735 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
12736 (bookmark-set-position, bookmark-get-front-context-string)
12737 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
12738 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
12739 (bookmark-jump-other-window, bookmark-handle-bookmark)
12740 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
12741 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
12742 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
12743 Improve doc strings to say whether bookmark can be a string or
12744 a record or both, and make other consistency and clarity fixes.
12745 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
12746 (bookmark-default-annotation-text, bookmark-yank-word)
12747 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
12748 (bookmark-import-new-list, bookmark-maybe-rename)
12749 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
12750 (bookmark-bmenu-bookmark): Give these doc strings.
12751 (bookmark-bmenu-check-position): Give this a doc string, but also
12752 add a FIXME comment about how the function may be pointless.
12753 (bookmark-default-handler): Rework doc string and change a
12754 parameter name, to clarify that this takes a bookmark record
12755 not a bookmark name.
12756 (bookmark-set): Change a parameter name to indicate its meaning,
12757 and improve the doc string a bit.
12758 (Bug#4188)
12759
12760 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12761
12762 * bookmark.el (bookmark-alist): Document the new `handler' element
12763 in the param alist.
12764 (bookmark-make-record-function): Adjust documentation for above.
12765 (Bug#4193)
12766
12767 2009-10-04 Karl Fogel <kfogel@red-bean.com>
12768
12769 * info.el (Info-bookmark-make-record): Document this function.
12770 (Info-bookmark-jump): Document with a doc string, not just a comment.
12771 (Bug#4203)
12772
12773 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
12774
12775 * files.el (copy-directory): New defun.
12776
12777 * dired-aux.el (dired-copy-file-recursive): Use it.
12778
12779 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
12780
12781 * files-x.el (modify-dir-local-variable)
12782 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
12783 docstrings.
12784
12785 * recentf.el (recentf-unload-function): New function.
12786
12787 2009-10-04 Glenn Morris <rgm@gnu.org>
12788
12789 * window.el (window-full-height-p): Add doc string.
12790
12791 2009-10-04 Martin Rudalics <rudalics@gmx.at>
12792
12793 * window.el (window-full-height-p): New function. (Bug#4543)
12794
12795 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
12796
12797 * vc.el: Remove commented out code.
12798 (vc-derived-from-dir-mode): Remove, unused.
12799 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
12800
12801 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
12802
12803 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
12804 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
12805 there could be recursive loading when `default-directory' is a
12806 remote file name. (Bug#4614)
12807
12808 2009-10-03 Glenn Morris <rgm@gnu.org>
12809
12810 * calendar/calendar.el (calendar-basic-setup): Handle the case where
12811 the frame is wide.
12812 (calendar-generate-window): Test for shrinkability rather than width.
12813
12814 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
12815 reusing existing buffers, in case we happen to visit two files with the
12816 same basename. (Bug#4593)
12817
12818 2009-10-02 Eli Zaretskii <eliz@gnu.org>
12819
12820 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
12821 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
12822 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
12823 subdirs of cedet as well.
12824 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
12825
12826 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
12827
12828 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
12829 Obey advertised-signature-table.
12830
12831 * help-fns.el (help-function-arglist): Don't check
12832 advertised-signature-table.
12833 (describe-function-1): Do it here instead so it also applies to subrs.
12834
12835 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
12836
12837 * simple.el (start-file-process): Say in the doc-string, that file
12838 handlers might not support pty association, if PROGRAM is nil.
12839
12840 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
12841 HOST and USER are strings. They are nil, when there are
12842 incomplete entries in ~/.netrc, for example.
12843 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
12844 root directory ("device busy" error otherwise).
12845
12846 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
12847 Flush file properties of created directory.
12848
12849 2009-10-02 Eli Zaretskii <eliz@gnu.org>
12850
12851 * makefile.w32-in (WINS_BASIC): Remove cedet.
12852 (WINS_CEDET): Add cedet.
12853 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
12854
12855 2009-10-02 Kevin Ryde <user42@zip.com.au>
12856
12857 * net/browse-url.el (browse-url): Pass any symbol in
12858 browse-url-browser-function to `apply', since if you've mistakenly put
12859 an unbound symbol then the error is clearer. (Bug#4531)
12860
12861 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
12862
12863 * allout.el (allout-init, allout-back-to-current-heading)
12864 (allout-beginning-of-current-entry, allout-ascend-to-depth)
12865 (allout-ascend, allout-up-current-level, allout-end-of-level)
12866 (allout-previous-visible-heading, allout-forward-current-level)
12867 (allout-backward-current-level, allout-show-children):
12868 * apropos.el (apropos-describe-plist):
12869 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
12870 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
12871 * completion.el (add-completion, add-permanent-completion):
12872 * descr-text.el (describe-text-category, describe-char):
12873 * desktop.el (desktop-lazy-abort):
12874 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
12875 * dired.el (dired-build-subdir-alist):
12876 * ediff.el (ediff-version):
12877 * elide-head.el (elide-head, elide-head-show):
12878 * emerge.el (emerge-version):
12879 * env.el (getenv):
12880 * face-remap.el (variable-pitch-mode):
12881 * faces.el (describe-face):
12882 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
12883 (dired-at-point):
12884 * files.el (find-file-existing, auto-save-mode):
12885 * font-lock.el (font-lock-fontify-buffer):
12886 * help-fns.el (describe-function, describe-variable)
12887 (describe-syntax, describe-categories):
12888 * help.el (view-lossage, describe-bindings, describe-key)
12889 (describe-mode):
12890 * hexl.el (hexl-current-address):
12891 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
12892 * info.el (Info-goto-emacs-key-command-node):
12893 * log-edit.el (log-edit-insert-cvs-template)
12894 (log-edit-insert-cvs-rcstemplate):
12895 * menu-bar.el (menu-bar-mode):
12896 * mouse.el (mouse-appearance-menu):
12897 * newcomment.el (comment-indent-new-line):
12898 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
12899 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
12900 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
12901 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
12902 * recentf.el (recentf-mode):
12903 * savehist.el (savehist-mode, savehist-save):
12904 * shadowfile.el (shadow-copy-files):
12905 * simple.el (kill-ring-save, next-line, previous-line)
12906 (normal-erase-is-backspace-mode):
12907 * strokes.el (strokes-update-window-configuration)
12908 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
12909 (strokes-xpm-for-stroke):
12910 * time.el (emacs-uptime, emacs-init-time):
12911 * tutorial.el (tutorial--describe-nonstandard-key)
12912 (tutorial--detailed-help):
12913 * type-break.el (type-break-mode)
12914 (type-break-mode-line-message-mode, type-break-query-mode)
12915 (type-break-guesstimate-keystroke-threshold):
12916 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
12917 * version.el (emacs-version):
12918 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
12919 * winner.el (winner-mode):
12920 * calendar/timeclock.el (timeclock-in, timeclock-out)
12921 (timeclock-status-string, timeclock-change)
12922 (timeclock-workday-remaining-string)
12923 (timeclock-workday-elapsed-string)
12924 (timeclock-when-to-leave-string):
12925 * calendar/todo-mode.el (todo-add-category):
12926 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
12927 * emacs-lisp/autoload.el (update-file-autoloads):
12928 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
12929 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
12930 (checkdoc-message-text, checkdoc-defun):
12931 * emacs-lisp/debug.el (debugger-list-functions):
12932 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12933 * emacs-lisp/eieio-opt.el (eieio-describe-class)
12934 (eieio-describe-generic):
12935 * emacs-lisp/lisp-mnt.el (lm-synopsis):
12936 * emacs-lisp/shadow.el (list-load-path-shadows):
12937 * emulation/cua-base.el (cua-mode):
12938 * emulation/edt.el (edt-set-scroll-margins):
12939 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
12940 (tpu-toggle-regexp, tpu-toggle-search-direction)
12941 (tpu-toggle-rectangle, tpu-toggle-control-keys):
12942 * emulation/tpu-extras.el (tpu-set-scroll-margins):
12943 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
12944 (viper-set-parsing-style-toggling-macro)
12945 (viper-set-emacs-state-searchstyle-macros):
12946 * emulation/viper.el (viper-set-hooks):
12947 * eshell/esh-mode.el (eshell-truncate-buffer):
12948 * international/mule-cmds.el (prefer-coding-system)
12949 (describe-input-method, describe-language-environment):
12950 * international/mule-diag.el (list-character-sets)
12951 (describe-character-set, describe-coding-system)
12952 (describe-fontset, list-fontsets, list-input-methods):
12953 * mail/sendmail.el (mail-signature):
12954 * net/ange-ftp.el (ange-ftp-copy-file):
12955 * net/browse-url.el (browse-url):
12956 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
12957 * net/quickurl.el (quickurl-add-url):
12958 * net/rcirc.el (names, topic):
12959 * net/xesam.el (xesam-mode):
12960 * play/5x5.el (5x5-new-game):
12961 * play/yow.el (apropos-zippy):
12962 * progmodes/ada-mode.el (ada-mode-version):
12963 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
12964 (f90-end-of-block)
12965 (f90-beginning-of-block):
12966 * progmodes/fortran.el (fortran-end-of-block)
12967 (fortran-beginning-of-block):
12968 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
12969 * progmodes/python.el (python-describe-symbol, python-shell):
12970 * term/ns-win.el (ns-print-buffer):
12971 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
12972 * textmodes/flyspell.el (flyspell-mode-on):
12973 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
12974 (pages-directory-for-addresses):
12975 * textmodes/table.el (table-recognize-cell)
12976 (table-query-dimension, table-generate-source)
12977 (table-insert-sequence, table--warn-incompatibility):
12978 * textmodes/tex-mode.el (tex-validate-buffer):
12979 * textmodes/texinfmt.el (texinfmt-version)
12980 (texinfo-format-buffer):
12981 Use `called-interactively-p' instead of `interactive-p'.
12982
12983 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
12984
12985 * image-mode.el (image-toggle-display):
12986 * emacs-lisp/elp.el (elp-instrument-function):
12987 * emacs-lisp/advice.el (ad-make-advised-definition):
12988 * emacs-lisp/easy-mmode.el (define-minor-mode):
12989 * net/browse-url.el (browse-url-maybe-new-window):
12990 * progmodes/sh-script.el (sh-learn-buffer-indent):
12991 Pass new argument 'any to `called-interactively-p'.
12992
12993 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
12994
12995 * international/uni-bidi.el:
12996 * international/uni-category.el:
12997 * international/uni-combining.el:
12998 * international/uni-comment.el:
12999 * international/uni-decimal.el:
13000 * international/uni-decomposition.el:
13001 * international/uni-digit.el:
13002 * international/uni-lowercase.el:
13003 * international/uni-mirrored.el:
13004 * international/uni-name.el:
13005 * international/uni-numeric.el:
13006 * international/uni-old-name.el:
13007 * international/uni-titlecase.el:
13008 * international/uni-uppercase.el:
13009 Regenerate from Unicode 5.2.0 data.
13010
13011 2009-10-01 Glenn Morris <rgm@gnu.org>
13012
13013 * Makefile.in (ELCFILES): Regenerate.
13014
13015 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
13016
13017 * subr.el (interactive-p): Mark obsolete.
13018 (called-interactively-p): Make the optional-ness of `kind' obsolete.
13019 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
13020 advertised-signature-table for subroutines as well.
13021
13022 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
13023 (set-advertised-calling-convention): New function.
13024 (make-obsolete, define-obsolete-function-alias)
13025 (make-obsolete-variable, define-obsolete-variable-alias):
13026 Make the optional-ness of `when' obsolete.
13027 (define-obsolete-face-alias): Make `when' non-optional.
13028 * help-fns.el (help-function-arglist):
13029 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
13030 Use advertised-signature-table.
13031
13032 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
13033
13034 * files.el (delete-directory): New defun. The original function
13035 in fileio.c has been renamed to `delete-directory-internal'.
13036
13037 * dired.el (dired-delete-file): Call `delete-directory' with
13038 RECURSIVE parameter.
13039
13040 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
13041 parameter RECURSIVE. Implementation is missing.
13042
13043 * net/tramp.el (tramp-handle-make-directory): Flush upper
13044 directory's file properties.
13045 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
13046 (tramp-handle-dired-recursive-delete-directory): Flush directory
13047 properties after the remove command only.
13048
13049 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
13050 Handle optional parameter RECURSIVE.
13051
13052 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
13053 Handle optional parameter RECURSIVE.
13054
13055 * net/tramp-smb.el (tramp-smb-errors): Add error message for
13056 connection timeout.
13057 (tramp-smb-handle-delete-directory): Handle optional parameter
13058 RECURSIVE.
13059
13060 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
13061
13062 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
13063 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
13064 (byte-compile-defmacro): Use backquotes.
13065
13066 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
13067
13068 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
13069 has no associated file.
13070 (vc-resynch-buffer): Use vc-dir-buffers.
13071
13072 2009-10-01 Glenn Morris <rgm@gnu.org>
13073
13074 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
13075 (chart-file-count):
13076 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
13077 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
13078 * emacs-lisp/eieio-opt.el (eieio-describe-class):
13079 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
13080 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
13081 (eieio-copy-parents-into-subclass, make-instance, class-children)
13082 (eieio-generic-form):
13083
13084 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
13085 match-data. (Bug#4555).
13086
13087 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
13088 rather than parsing it as a regexp. This relaxes the layout
13089 requirements and makes errors easier to detect.
13090 (check-declare-verify): Check file is regular.
13091 (check-declare-directory): Doc fix.
13092 * subr.el (declare-function): Doc fix.
13093
13094 * ibuffer.el (ibuffer-format-qualifier):
13095 * isearch.el (hi-lock-regexp-okay):
13096 * calc/calc.el (math-zerop):
13097 * mail/uce.el (rmail-msgbeg, rmail-msgend):
13098 * term/w32-win.el (setup-default-fontset, set-fontset-font):
13099 Remove unused declarations.
13100
13101 2009-09-30 Eric Ludlam <zappo@gnu.org>
13102
13103 * emacs-lisp/eieio.el (boolean-p): Delete.
13104
13105 2009-09-30 Glenn Morris <rgm@gnu.org>
13106
13107 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
13108
13109 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
13110 filename is not a string.
13111
13112 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
13113
13114 * files.el (safe-local-eval-forms): Fix typo.
13115
13116 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
13117
13118 * vc-hooks.el (vc-dir-buffers): New var.
13119 (vc-state-refresh): New function.
13120 (vc-state): Use it.
13121 (vc-after-save): Always ask the backend to recompute the new state.
13122 Always call vc-dir if necessary, using vc-dir-buffers.
13123 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
13124 Use vc-dir-buffers.
13125 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
13126 (vc-dir-prepare-status-buffer, vc-dir-update)
13127 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
13128 Don't call expand-file-name on default-directory.
13129
13130 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
13131
13132 * speedbar.el (speedbar-item-delete):
13133 * calc/calc-prog.el (calc-kbd-if):
13134 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
13135
13136 * epa.el (epa-key-list-mode-map):
13137 * hi-lock.el (hi-lock-menu): Fix typos in menus.
13138
13139 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
13140 (hs-show-hook): Fix typo in docstring.
13141
13142 2009-09-29 Glenn Morris <rgm@gnu.org>
13143
13144 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
13145 file-name-nondirectory call preventing location of cedet files.
13146 (check-declare-verify): Use literal search rather than re-search.
13147 Add basic defmethod and defclass, and define-overloadable-function.
13148
13149 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
13150 Use tramp-compat-file-attributes rather than nonexistent
13151 tramp-compat-handle-file-attributes.
13152
13153 * Makefile.in (lisptagsfiles4): New.
13154 (AUTOGENEL): Add cedet loaddefs files.
13155 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
13156 (update-elclist, compile-always, backup-compiled-files)
13157 (bootstrap-clean): Add yet another directory level.
13158 (update-elclist): Use LC_COLLATE rather than COLLATE.
13159 (ELCFILES): Update, via `make update-elclist'.
13160
13161 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
13162
13163 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
13164 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
13165 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
13166
13167 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
13168
13169 * Makefile.in (lisptagsfiles3): Define.
13170 (TAGS, TAGS-LISP): Use it.
13171 (update-elclist): Add third directory level to look for elc files.
13172 (compile-always): Likewise.
13173 (backup-compiled-files): Likewise.
13174 (bootstrap-clean): Likewise.
13175 (ELCFILES): Update.
13176
13177 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
13178
13179 * Makefile.in (ELCFILES): Add CEDET files.
13180
13181 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
13182
13183 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
13184
13185 * net/tramp.el (top): Require tramp-imap.
13186
13187 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
13188 Use `tramp-compat-handle-file-attributes'.
13189
13190 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
13191
13192 * net/tramp-imap.el: New package.
13193
13194 2009-09-28 Eric Ludlam <zappo@gnu.org>
13195
13196 * emacs-lisp/chart.el:
13197 * emacs-lisp/eieio-base.el:
13198 * emacs-lisp/eieio-comp.el:
13199 * emacs-lisp/eieio-custom.el:
13200 * emacs-lisp/eieio-datadebug.el:
13201 * emacs-lisp/eieio-opt.el:
13202 * emacs-lisp/eieio-speedbar.el:
13203 * emacs-lisp/eieio.el: New files.
13204
13205 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13206
13207 * whitespace.el (whitespace-trailing-regexp)
13208 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
13209 Fix doc string.
13210
13211 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
13212
13213 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
13214 menu.
13215
13216 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
13217 menu-bar-ediff-menu.
13218
13219 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
13220 define-overloadable-function.
13221
13222 * progmodes/autoconf.el: Provide autoconf as well, so that this
13223 file can be `require'd.
13224
13225 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
13226
13227 * emacs-lisp/autoload.el (generated-autoload-feature)
13228 (generated-autoload-load-name): New vars.
13229 (autoload-rubric, autoload-generate-file-autoloads): Use them.
13230 (make-autoload): Recognize define-overloadable-function and
13231 defclass forms (for EIEIO).
13232
13233 * Makefile.in (update-subdirs): Exclude cedet directory.
13234
13235 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
13236
13237 * term/ns-win.el: Don't set the region face background. (Bug#4381)
13238
13239 * faces.el: Default light-background background for region face to
13240 ns_selection_color under NS.
13241
13242 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
13243
13244 * net/imap-hash.el: New library, see NEWS.
13245
13246 * Makefile.in (ELCFILES): Add imap-hash.el.
13247
13248 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
13249
13250 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
13251 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
13252 * help-macro.el (make-help-screen): Avoid using an ambiguous function
13253 definition where the docstring could be taken for the return value.
13254
13255 2009-09-26 Glenn Morris <rgm@gnu.org>
13256
13257 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
13258 Add option to only show images below a certain size.
13259 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
13260 save-excursion calls.
13261
13262 2009-09-26 Eli Zaretskii <eliz@gnu.org>
13263
13264 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
13265 subdirectories) and eieio.
13266
13267 2009-09-26 Alan Mackenzie <acm@muc.de>
13268
13269 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
13270 buggy bracketing. (Bug#4289)
13271
13272 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
13273 character constants (as case labels). (Bug#4289)
13274
13275 2009-09-25 Juri Linkov <juri@jurta.org>
13276
13277 * files.el (safe-local-eval-forms): Allow time-stamp in
13278 before-save-hook (Bug#4554).
13279
13280 2009-09-25 Drew Adams <drew.adams@oracle.com>
13281
13282 * menu-bar.el (list-buffers-directory): Doc fix.
13283
13284 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
13285
13286 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
13287 Try and avoid copying twice the same paragraph.
13288 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
13289 Remove save-excursion.
13290 (log-edit-changelog-entry): Do it here instead.
13291
13292 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
13293
13294 * bs.el (bs--get-file-name): Use `list-buffers-directory'
13295 when available, instead of hardcoding mode names. Doc fix.
13296
13297 * menu-bar.el (list-buffers-directory): Add docstring.
13298 Make automatically buffer-local.
13299
13300 * dired.el (dired-mode):
13301 * files.el (cd-absolute):
13302 * pcvs.el (cvs-temp-buffer):
13303 * pcvs-util.el (cvs-get-buffer-create):
13304 * shell.el (shell-mode):
13305 * vc-dir.el (vc-dir-mode):
13306 Don't make `list-buffers-directory' buffer local.
13307
13308 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
13309
13310 * comint.el (comint-exec, comint-run, make-comint):
13311 Doc fixes (Bug#4542).
13312
13313 2009-09-25 Glenn Morris <rgm@gnu.org>
13314
13315 * mail/rmailmm.el (rmail-mime): New custom group.
13316 Move all defcustoms in this file into this group.
13317 (rmail-mime-media-type-handlers-alist): Revert previous change.
13318 (rmail-mime-show-images): New option.
13319 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
13320 references to it, since it wasn't actually used for anything.
13321 (rmail-mime-insert-image): New function.
13322 (rmail-mime-image): Use rmail-mime-insert-image.
13323 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
13324 obey the value of `rmail-mime-show-images' option. Print the size of
13325 attachments.
13326
13327 2009-09-25 David Engster <deng@randomsample.de>
13328
13329 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
13330
13331 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13332
13333 * whitespace.el: Does not highlight trailing spaces While point is
13334 at end of line. Does not highligt spaces at beginning of buffer
13335 while point is at beginning of buffer. Does not highlight spaces
13336 at end of buffer while point is at end of buffer. (Bug#4177)
13337 New version 12.0.
13338 (whitespace-display-mappings): Adjust initialization.
13339 (whitespace-point, whitespace-font-lock-refontify): New vars.
13340 (whitespace-color-on, whitespace-color-off): Adjust code.
13341 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
13342 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
13343 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
13344
13345 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
13346
13347 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
13348
13349 * textmodes/sgml-mode.el: Remove xml-mode alias.
13350
13351 * files.el (auto-mode-alist, conf-mode-maybe)
13352 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
13353
13354 2009-09-24 Alan Mackenzie <acm@muc.de>
13355
13356 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
13357 c-forward-conditionals, but it doesn't move point and doesn't set
13358 the mark.
13359 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
13360 (c-down-conditional-with-else, c-backward-conditional)
13361 (c-forward-conditional): Refactor to use c-scan-conditionals.
13362
13363 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
13364
13365 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
13366 (help-default-arg-highlight): Remove.
13367 (help-highlight-arg): New function.
13368 (help-do-arg-highlight): Use it.
13369 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
13370
13371 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13372
13373 * term.el (term-set-scroll-region, term-handle-ansi-escape):
13374 Undo last change, which didn't fix the problem and introduced others.
13375
13376 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
13377
13378 * progmodes/gdb-mi.el: Don't require speedbar.
13379 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
13380
13381 2009-09-24 Glenn Morris <rgm@gnu.org>
13382
13383 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
13384
13385 * term/ns-win.el (ns-reg-to-script): Define for compiler.
13386
13387 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
13388 there is no newline after the final mime boundary. (Bug#4539)
13389 Move markers on insertion so that any buttons inserted don't end up in
13390 the next part of a multipart message.
13391 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
13392 (rmail-mime-bulk-handler): Optionally handle images.
13393 (rmail-mime-image): New button action.
13394 (rmail-mime-image-handler): New function.
13395 (rmail-mime-mode): New mode.
13396 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
13397
13398 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13399
13400 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
13401 than just dropping elements from it (bug#4504).
13402
13403 * term.el (term-set-scroll-region): Don't move cursor any more.
13404 (term-handle-ansi-escape): Call term-goto here instead.
13405 Suggested by Ivan Kanis <apple@kanis.eu>.
13406
13407 * term.el: Require CL.
13408 (term-ansi-reset): New function.
13409 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
13410 (term-handle-colors-array): Simplify.
13411
13412 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
13413
13414 * allout.el (allout-overlay-interior-modification-handler)
13415 (allout-obtain-passphrase):
13416 * epa-file.el (epa-file-write-region):
13417 * ps-print.el (ps-begin-job):
13418 * vc-hooks.el (vc-toggle-read-only):
13419 * vc-rcs.el (vc-rcs-rollback):
13420 * vc-sccs.el (vc-sccs-rollback):
13421 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
13422 (vc-version-diff, vc-revert, vc-rollback):
13423 * wdired.el (wdired-check-kill-buffer):
13424 * emacs-lisp/authors.el (authors):
13425 * net/socks.el (socks-open-connection):
13426 * net/zeroconf.el (zeroconf-service-add-hook):
13427 * obsolete/vc-mcvs.el (vc-mcvs-register):
13428 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
13429 (gdb-select-frame):
13430 * progmodes/grep.el (lgrep, rgrep):
13431 * progmodes/idlw-help.el (idlwave-help-check-locations)
13432 (idlwave-help-html-link, idlwave-help-assistant-open-link):
13433 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13434 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
13435 (reftex-toc-rename-label): Fix typos in error messages.
13436
13437 * dired-aux.el (dired-do-shell-command): Reflow docstring.
13438 (dired-copy-how-to-fn): Doc fix.
13439 (dired-files-attributes, dired-read-shell-command):
13440 Fix typos in docstrings.
13441
13442 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
13443 (dired-x-find-file-other-window): Reflow docstrings.
13444 (dired-omit-marker-char, dired-read-shell-command)
13445 (dired-x-submit-report): Fix typos in docstrings.
13446
13447 * shell.el (shell-mode-hook):
13448 * view.el (View-scroll-line-forward):
13449 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
13450 Fix typos in docstrings.
13451
13452 * net/dig.el (dig-invoke): Fix typo in docstring.
13453 (query-dig): Reflow docstring.
13454
13455 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
13456 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
13457 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
13458 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
13459 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
13460 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
13461 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
13462 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
13463 (idlwave-completion-map, idlwave-current-indent)
13464 (idlwave-custom-ampersand-surround, idlwave-customize)
13465 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
13466 (idlwave-define-abbrev, idlwave-determine-class-special)
13467 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
13468 (idlwave-end-block-reg, idlwave-end-of-statement)
13469 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
13470 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
13471 (idlwave-explicit-class-listed, idlwave-file-header)
13472 (idlwave-fill-paragraph, idlwave-find-class-definition)
13473 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
13474 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
13475 (idlwave-in-quote, idlwave-indent-action-table)
13476 (idlwave-indent-expand-table, idlwave-indent-line)
13477 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
13478 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
13479 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
13480 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
13481 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
13482 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
13483 (idlwave-outlawed-buffers, idlwave-popup-select)
13484 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
13485 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
13486 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
13487 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
13488 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
13489 (idlwave-statement-type, idlwave-struct-skip)
13490 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
13491 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
13492 (idlwave-what-module-find-class): Fix typos in docstrings.
13493 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
13494 (idlwave-calculate-cont-indent, idlwave-expand-equal)
13495 (idlwave-find-module, idlwave-find-structure-definition)
13496 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
13497 (idlwave-list-load-path-shadows, idlwave-next-statement)
13498 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
13499 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
13500 (idlwave-template): Reflow docstrings.
13501
13502 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
13503 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
13504 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
13505 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
13506 (idlwave-shell-display-line, idlwave-shell-display-wframe)
13507 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
13508 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
13509 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
13510 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
13511 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
13512 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
13513 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
13514 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
13515 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
13516 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
13517 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
13518 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
13519 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
13520 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
13521 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
13522 Fix typos in docstrings.
13523 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
13524 (idlwave-shell-hide-output, idlwave-shell-mode)
13525 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
13526 Reflow docstrings.
13527
13528 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
13529
13530 2009-09-24 Ivan Kanis <apple@kanis.eu>
13531
13532 * term.el (term-bold-attribute): New var.
13533 (term-handle-colors-array): Use it.
13534
13535 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
13536
13537 * progmodes/gdb-mi.el (gdb-version): New variable.
13538 (gdb-non-stop-handler): Set gdb-version.
13539 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
13540 Condition "--thread" option on gdb-version.
13541 (gdb-invalidate-threads): Remove unused argument.
13542
13543 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13544
13545 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
13546 to looking-back to avoid ridiculous slow down in large files (bug#4511).
13547
13548 2009-09-23 Glenn Morris <rgm@gnu.org>
13549
13550 * mail/rmail.el (rmail-reply): Don't try to add a References header when
13551 replying to mail without References or Message-Id. (Bug#4525)
13552
13553 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
13554
13555 * term/ns-win.el (ns-reg-to-script): New variable.
13556
13557 2009-09-23 Daiki Ueno <ueno@unixuser.org>
13558
13559 * epg.el (epg-wait-for-status): Preserve existing 'error results.
13560
13561 2009-09-22 Sam Steingold <sds@gnu.org>
13562
13563 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
13564 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
13565 to 1 because hg returns status 1 when nothing is found.
13566 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
13567
13568 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
13569
13570 * textmodes/fill.el: Convert to utf-8 encoding.
13571 (fill-french-nobreak-p): Remove redundant » and « inherited from our
13572 pre-Unicode days.
13573
13574 * add-log.el (change-log-fill-forward-paragraph): New function.
13575 (change-log-mode): Use it so fill-region DTRT.
13576 Set fill-indent-according-to-mode here rather than in
13577 change-log-fill-paragraph.
13578 (change-log-fill-paragraph): Remove.
13579
13580 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
13581
13582 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
13583 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
13584
13585 2009-09-22 Glenn Morris <rgm@gnu.org>
13586
13587 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
13588 the scroll-bar scroll the calendar window rather than the buffer.
13589
13590 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
13591 commands that move point (as opposed to scrolling).
13592
13593 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
13594
13595 * emacs-lisp/elint.el (elint): New custom group.
13596 (elint-log-buffer): Make it a defcustom.
13597 (elint-scan-preloaded, elint-ignored-warnings)
13598 (elint-directory-skip-re): New options.
13599 (elint-builtin-variables): Doc fix.
13600 (elint-preloaded-env): New variable.
13601 (elint-unknown-builtin-args): Add an entry for encode-time.
13602 (elint-extra-errors): Make it a variable rather than a constant.
13603 (elint-preloaded-skip-re): New constant.
13604 (elint-directory): Skip files matching elint-directory-skip-re.
13605 (elint-features): New variable, local to linted buffers.
13606 (elint-update-env): Initialize elint-features. Possibly add
13607 elint-preloaded-env to the buffer's environment.
13608 (elint-get-top-forms): Bind elint-current-pos, for log messages.
13609 Skip quoted forms.
13610 (elint-init-form): New function, extracted from elint-init-env.
13611 Make non-list forms a warning rather than an error.
13612 Add the mode-map for define-derived-mode. Handle define-minor-mode,
13613 easy-menu-define, put that adds an error-condition, and provide.
13614 When requiring cl, also require cl-macs. Really require cl, to handle
13615 some cl macros. Store required libraries in the list elint-features,
13616 so as not to re-load them. Treat cc-require like require.
13617 (elint-init-env): Call elint-init-form to do the work.
13618 Handle eval-and-compile and such like.
13619 (elint-add-required-env): Do not clear messages.
13620 (elint-special-forms): Add handlers for function, defalias, if, when,
13621 unless, and, or.
13622 (elint-form): Add optional argument to ignore elint-special-forms,
13623 useful to prevent recursive calls from handlers. Doc fix.
13624 Respect elint-ignored-warnings.
13625 (elint-form): Respect elint-ignored-warnings.
13626 (elint-bound-variable, elint-bound-function): New variables.
13627 (elint-unbound-variable): Respect elint-bound-variable.
13628 (elint-get-args): Respect elint-bound-function.
13629 (elint-check-cond-form): Add some simple handling for (f)boundp and
13630 featurep tests.
13631 (elint-check-defalias-form): New handler.
13632 (elint-check-let-form): Make an empty let a warning rather than an
13633 error.
13634 (elint-check-setq-form): Make an empty setq a warning rather than an
13635 error. Respect elint-ignored-warnings.
13636 (elint-check-defvar-form): Accept null doc-strings.
13637 (elint-check-conditional-form): New handler. Does some simple-minded
13638 checking of featurep and (f)boundp tests.
13639 (elint-put-function-args): New function.
13640 (elint-initialize): Use elint-scan-doc-file rather than
13641 elint-find-builtin-variables. Use elint-put-function-args.
13642 Possibly scan preloaded-file-list.
13643 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
13644 extend to handle functions as well.
13645
13646 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
13647
13648 * linum.el (linum-delete-overlays, linum-update-window):
13649 Do not modify the right margin. (Bug#3971)
13650
13651 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
13652
13653 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
13654 nxml-mode instead of xml-mode.
13655
13656 2009-09-21 Kevin Ryde <user42@zip.com.au>
13657
13658 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
13659
13660 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13661
13662 * net/dig.el (dig-mode): Use define-derived-mode.
13663
13664 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
13665
13666 * vc-dispatcher.el (vc-do-command): Return the process object in
13667 the asynchronous case. Use when instead of if. Do not run
13668 vc-exec-after to display a message if not enabled. (Bug#4463)
13669
13670 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
13671 properties to the stash strings.
13672 (vc-git-stash-list): Return a list of strings.
13673 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
13674 (vc-git-stash-show-at-point): New functions.
13675 (vc-git-stash-map): New keymap.
13676
13677 * register.el (ctl-x-r-map): Define the keys here instead of
13678 using autoload.
13679
13680 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
13681
13682 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
13683 list, to workaround performance problem (bug#4485).
13684
13685 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
13686
13687 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
13688
13689 2009-09-20 Daiki Ueno <ueno@unixuser.org>
13690
13691 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
13692 Document that this option is not recommended to use.
13693
13694 2009-09-19 Glenn Morris <rgm@gnu.org>
13695
13696 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
13697 variable `var'.
13698
13699 * calc/calc-alg.el (var):
13700 * calc/calcalg2.el (var): Define for compiler.
13701
13702 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
13703
13704 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
13705 Doc fix (Bug#3932).
13706
13707 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
13708
13709 * time-stamp.el (time-stamp-month-dd-yyyy)
13710 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
13711 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
13712 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
13713 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
13714 Remove functions that have been obsolete since 1995 (Bug#4436).
13715
13716 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
13717 indent buffer only if called interactively (Bug#4452).
13718
13719 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
13720 Eli Zaretskii <eliz@gnu.org>
13721
13722 This fixes bug#4197 (merged to bug#865, though not identical).
13723 * server.el (server-auth-dir): Add docstring note about FAT32.
13724 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
13725 but warn against using them.
13726
13727 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
13728
13729 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
13730 older GDB where there is no has_more field.
13731
13732 2009-09-19 Glenn Morris <rgm@gnu.org>
13733
13734 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
13735
13736 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
13737
13738 * files.el (auto-mode-alist): Change default for XML files to nXML
13739 mode (Bug#4169).
13740
13741 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
13742
13743 * server.el (server-ensure-safe-dir): Pass 'integer
13744 to `file-attributes', as suggested.
13745
13746 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
13747
13748 * dired-aux.el (dired-query-alist): Remove spurious backslash.
13749 (dired-query): Use read-key.
13750
13751 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
13752
13753 * cus-start.el (ns-use-qd-smoothing): Remove.
13754
13755 2009-09-18 Glenn Morris <rgm@gnu.org>
13756
13757 * allout.el (top-level): Remove unnecessary progn.
13758
13759 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
13760
13761 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
13762 definition of abbrev table.
13763
13764 * speedbar.el (speedbar-track-mouse):
13765 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
13766 * net/eudc.el (eudc-expand-inline):
13767 * net/newst-backend.el (newsticker--cache-read-feed):
13768 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
13769 condition-case handlers.
13770
13771 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
13772
13773 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
13774 (gdb-var-list): Add an element for has_more field.
13775 (gdb-non-stop-handler): Enable pretty printing for STL containers.
13776 (gdb-var-create-handler, gdb-var-list-children-handler-1)
13777 (gdb-var-update-handler-1): Parse output of dynamic variable
13778 objects (STL containers).
13779 (gdb-var-delete-1): Pass var1 as an explicit second argument.
13780 (gdb-get-field): Delete alias. Use bindat-get-field directly.
13781
13782 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
13783 gdb-var-list.
13784 (gud-speedbar-buttons): Make node expandable if expression "has more"
13785 children.
13786
13787 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
13788
13789 * startup.el (emacs-quick-startup): Remove variable and all uses.
13790 (command-line): Set `inhibit-x-resources' instead.
13791 (command-line-1): Use `inhibit-x-resources' instead.
13792
13793 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
13794
13795 * subr.el: Fix last change to avoid using the `unless' macro,
13796 which breaks bootstrapping.
13797
13798 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
13799
13800 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
13801 extended definitions, in case we reload subr.el after having
13802 loaded CL.
13803 (eval-next-after-load): Mark as obsolete.
13804
13805 2009-09-17 Juri Linkov <juri@jurta.org>
13806
13807 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
13808 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
13809 (menu-bar-showhide-menu, menu-bar-tools-menu)
13810 (menu-bar-describe-menu, menu-bar-help-menu)
13811 (minibuffer-local-completion-map, minibuffer-local-map):
13812 Fix list quoting.
13813
13814 2009-09-17 Glenn Morris <rgm@gnu.org>
13815
13816 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
13817 arguments, whether or not it has a handler.
13818
13819 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
13820
13821 * simple.el (hard-newline): Give it a doc-string.
13822
13823 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13824 (lisp-mode-syntax-table): Give them doc-strings.
13825
13826 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
13827
13828 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
13829 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
13830 (menu-bar-options-menu, menu-bar-showhide-menu)
13831 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
13832 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
13833 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
13834 (menu-bar-options-menu, menu-bar-tools-menu)
13835 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
13836 (menu-bar-help-menu):
13837 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
13838 string arguments.
13839
13840 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
13841 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
13842 calls for the menu names and :help.
13843
13844 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
13845
13846 * mouse.el (minor-mode-menu-from-indicator): Pay attention
13847 to :minor-mode-function (bug#4455).
13848
13849 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
13850
13851 * startup.el (command-line): Initialize the window-system after
13852 processing the command-line.
13853
13854 * textmodes/page.el (what-page): Make sure we don't inf-loop if
13855 page-delimiter matches the empty string.
13856
13857 2009-09-16 Glenn Morris <rgm@gnu.org>
13858
13859 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
13860 byte-compile-not-obsolete-var. It's a list now.
13861 (byte-compile-not-obsolete-funcs): New variable.
13862 (byte-compile-warn-obsolete): Don't warn about functions if they are in
13863 byte-compile-not-obsolete-funcs.
13864 (byte-compile-variable-ref, byte-compile-defvar): Update for
13865 byte-compile-not-obsolete-vars name-change and list nature.
13866 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
13867 and variables behind (f)boundp tests.
13868 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
13869
13870 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
13871
13872 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
13873
13874 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13875
13876 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
13877 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
13878 Don't autoload.
13879
13880 2009-09-15 Stephen Eglen <stephen@gnu.org>
13881
13882 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
13883 the virtual-buffers, use the name of the buffer specified by
13884 find-file-noselect, as the match may be a symlink. (This was a
13885 problem if the target and the symlink had different names.)
13886
13887 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13888
13889 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
13890
13891 * desktop.el (desktop-path): Check user-emacs-directory.
13892
13893 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
13894
13895 * loadup.el: Use after-load-functions to GC after loading each file.
13896 Remove the explicit GC calls that used to be sprinkled around.
13897
13898 * subr.el (after-load-functions): New hook.
13899 (do-after-load-evaluation): Run it. Use string-match-p to detect
13900 `obsolete' packages, rather than painfully extracting the relevant
13901 directory name.
13902
13903 2009-09-15 Glenn Morris <rgm@gnu.org>
13904
13905 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
13906 free variable `doc'.
13907
13908 * dired.el (dired-mode-map): Add menu entry for async shell command.
13909
13910 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
13911 variables, also consider the .elc files, since the .el files are
13912 normally gzipped (subsequent code locates the .el.gz from the .elc).
13913
13914 * calc/calc-prog.el (arglist): Define for compiler.
13915
13916 * calendar/diary-lib.el (diary-display-function): Change the default to
13917 fancy display.
13918 (body): Define for compiler.
13919
13920 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
13921 (byte-compile-file-form, byte-compile-lambda)
13922 (byte-compile-top-level-body, byte-compile-form)
13923 (byte-compile-variable-ref, byte-compile-setq)
13924 (byte-compile-setq-default, byte-compile-body)
13925 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
13926 (batch-byte-compile): Give some more local variables with common names
13927 a "bytecomp-" prefix to avoid masking warnings about free variables.
13928
13929 * startup.el (command-line-1): Give local variables with common names a
13930 distinguishing prefix, so as not to hide free variable warnings during
13931 bootstrap.
13932
13933 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
13934 clever and add a suffix to make a unique name, just let the user decide
13935 whether or not to overwrite it. If the input is a directory, write the
13936 default filename to that directory. (Bug#4388)
13937 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
13938 is a filename-as-a-directory.
13939
13940 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
13941
13942 * textmodes/page.el (what-page): Don't move to beginning of line.
13943 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
13944
13945 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
13946
13947 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
13948
13949 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
13950
13951 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
13952 * help.el (help-for-help-internal): Add purecopy calls for text.
13953
13954 * vc.el (top): print-log method now takes an optional SHORTLOG
13955 argument. Add a new method: root.
13956 (vc-root-diff, vc-print-root-log): New functions.
13957 (vc-log-short-style): New variable.
13958 (vc-print-log-internal): Add support for showing short logs.
13959
13960 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
13961 vc-print-root-log and vc-print-root-diff.
13962
13963 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
13964 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
13965 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
13966 short logs.
13967
13968 * vc-cvs.el (vc-cvs-print-log):
13969 * vc-mtn.el (vc-mtn-print-log):
13970 * vc-rcs.el (vc-rcs-print-log):
13971 * vc-sccs.el (vc-sccs-print-log):
13972 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
13973 that is ignored for now.
13974
13975 * vc-mtn.el (vc-mtn-annotate-command):
13976 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
13977
13978 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
13979
13980 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
13981 to function-key-map, and give them ascii-character property.
13982 * term/x-win.el (x-alternatives-map):
13983 * term/ns-win.el (ns-alternatives-map):
13984 * term/internal.el (msdos-key-remapping-map):
13985 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
13986
13987 2009-09-14 Glenn Morris <rgm@gnu.org>
13988
13989 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
13990 temp-buffers (2009-09-12).
13991
13992 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
13993
13994 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
13995 the new read-key function.
13996
13997 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
13998
13999 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
14000 is defined (Bug#4405).
14001
14002 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
14003
14004 * recentf.el (recentf-cleanup): Use a hash table to find
14005 duplicates (Bug#4407).
14006
14007 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
14008
14009 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
14010 kp-0 to ascii equivalents (Bug#4325).
14011
14012 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
14013
14014 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
14015
14016 * eshell/em-hist.el:
14017 * eshell/em-dirs.el (eshell-complete-user-reference):
14018 Declare pcomplete functions and variables to avoid compiler warnings.
14019
14020 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
14021
14022 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
14023 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
14024 * eshell/em-alias.el (eshell-aliases-file):
14025 * eshell/em-hist.el (eshell-history-file-name):
14026 Use expand-file-name instead of concat to make file names (Bug#4308).
14027
14028 2009-09-13 Glenn Morris <rgm@gnu.org>
14029
14030 * ediff-merg.el (ediff-do-merge):
14031 * filesets.el (filesets-run-cmd):
14032 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
14033 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
14034 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
14035 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
14036 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
14037 Replace empty `let's with `progn'.
14038
14039 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
14040
14041 * mail/sendmail.el (send-mail-function):
14042 * tooltip.el (tooltip-mode):
14043 * simple.el (transient-mark-mode):
14044 * rfn-eshadow.el (file-name-shadow-mode):
14045 * frame.el (blink-cursor-mode):
14046 * font-core.el (global-font-lock-mode):
14047 * files.el (temporary-file-directory)
14048 (small-temporary-file-directory, auto-save-file-name-transforms):
14049 * epa-hook.el (auto-encryption-mode):
14050 * composite.el (global-auto-composition-mode):
14051 Use custom-initialize-delay.
14052 * startup.el (command-line): Don't explicitly call
14053 custom-reevaluate-setting for all the above vars.
14054 * custom.el (custom-initialize-safe-set)
14055 (custom-initialize-safe-default): Delete.
14056
14057 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14058
14059 * term/x-win.el (x-initialize-window-system):
14060 * term/w32-win.el (w32-initialize-window-system):
14061 * term/ns-win.el (ns-initialize-window-system): Don't call
14062 mouse-wheel-mode since it's enabled globally by default already.
14063
14064 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
14065 actually define the variable, but only silences the byte-compiler.
14066 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
14067 before looking it up.
14068 (mouse-wheel-scroll-amount): Also reset the bindings if this value
14069 is changed.
14070
14071 2009-09-12 Glenn Morris <rgm@gnu.org>
14072
14073 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
14074 1000.
14075 (elint-add-required-env): Don't beep on error.
14076 (elint-forms): In case of error, return ENV unchanged.
14077 (elint-init-env): Skip non-list forms.
14078 (elint-log): Handle unknown file positions.
14079
14080 2009-09-12 Daiki Ueno <ueno@unixuser.org>
14081
14082 * epg.el (epg-make-context): Add autoload cookie.
14083 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
14084 (epg-decrypt-string, epg-start-verify, epg-verify-file)
14085 (epg-verify-string, epg-start-sign, epg-sign-file)
14086 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
14087 (epg-encrypt-string, epg-start-export-keys)
14088 (epg-export-keys-to-file, epg-export-keys-to-string)
14089 (epg-start-import-keys, epg-import-keys-from-file)
14090 (epg-import-keys-from-string, epg-start-receive-keys)
14091 (epg-receive-keys, epg-import-keys-from-server)
14092 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
14093 (epg-sign-keys, epg-start-generate-key)
14094 (epg-generate-key-from-file, epg-generate-key-from-string):
14095 Remove autoload cookie.
14096
14097 2009-09-12 Eli Zaretskii <eliz@gnu.org>
14098
14099 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
14100 reevaluation of trash-directory.
14101
14102 * mwheel.el: Fix last change.
14103 (mouse-wheel-mode): New defvar.
14104 (mouse-wheel-mode): Remove autoload cookie.
14105
14106 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14107
14108 * mwheel.el (mwheel-installed-bindings): New var.
14109 (mouse-wheel-mode): Use it, so as to make sure we really remove all
14110 the bindings we set last time. Use custom-initialize-delay.
14111 * loadup.el: Load mwheel after term/*-win.el.
14112 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
14113 and mouse-wheel-up-event now that their first evaluation is done
14114 sufficiently late to be correct.
14115
14116 * startup.el (tutorial-directory): Make it a defcustom.
14117 Use custom-initialize-delay rather than eval-at-startup to set it.
14118 * image.el (image-load-path): Make it a defcustom.
14119 Use custom-initialize-delay rather than eval-at-startup to set it.
14120 * subr.el (eval-at-startup): Remove.
14121 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
14122
14123 * subr.el (do-after-load-evaluation): Warn the user after loading an
14124 obsolete package.
14125
14126 2009-09-12 Glenn Morris <rgm@gnu.org>
14127
14128 * proced.el (proced-mark-alt): Remove alias.
14129 (proced-mode-map): Remove proced-mark-alt.
14130
14131 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
14132 Elint file and directory. Remove initialization entry.
14133
14134 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
14135 commands.
14136 (elint-current-buffer): Set mode-line-process.
14137 (elint-init-env): Handle define-derived-mode.
14138 Fix declare-function with unspecified arglist. Guard against odd
14139 defalias statements (eg iso-insert's 8859-1-map).
14140 (elint-add-required-env): Use a temp buffer.
14141 (elint-form): Just print the function/macro name, not the whole form.
14142 Return env unchanged if we fail to parse a macro.
14143 (elint-forms): Guard against parse errors.
14144 (elint-output): New function, to handle batch mode.
14145 (elint-log-message): Add optional argument. Use elint-output.
14146 (elint-set-mode-line): New function.
14147
14148 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
14149
14150 * emacs-lisp/elp.el (elp-not-profilable): Add more
14151 functions (Bug#4233).
14152
14153 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
14154
14155 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
14156 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
14157
14158 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
14159
14160 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
14161 (gdb-var-list-children): Use json parsing.
14162
14163 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
14164
14165 * progmodes/js.el (js--proper-indentation): Handle the case where
14166 char-before is null. Reported by Deniz Dogan.
14167
14168 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
14169
14170 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
14171
14172 2009-09-11 Daiki Ueno <ueno@unixuser.org>
14173
14174 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
14175 (epg-digest-algorithm-alist): Add SHA224.
14176 (epg-context-set-passphrase-callback)
14177 (epg-context-set-progress-callback): Add description about
14178 callback function.
14179
14180 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
14181
14182 * custom.el (custom-delayed-init-variables): New var.
14183 (custom-initialize-delay): New function.
14184 * startup.el (command-line): "Re"evaluate all vars in
14185 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
14186 explicitly any more.
14187 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
14188 to avoid creating a ~/.emacs.d at build-time (bug#4347).
14189
14190 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
14191
14192 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
14193
14194 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
14195 (gdb-var-update-handler): Use json parsing.
14196
14197 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
14198
14199 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
14200 decode annotated text, regardless of language environment. (Bug#2741)
14201
14202 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
14203
14204 * Makefile.in (autoloads): Make rmail.el writable as well.
14205
14206 2009-09-11 Glenn Morris <rgm@gnu.org>
14207
14208 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
14209 loaddefs.el.
14210 * dired.el: Regenerate with extracted autoloads.
14211 * Makefile.in (autoloads): Make dired.el writable.
14212
14213 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
14214 * ibuffer.el: Regenerate with extracted autoloads.
14215 * Makefile.in (autoloads): Make ibuffer.el writable.
14216
14217 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
14218 * version.el (emacs-copyright, emacs-major-version)
14219 (emacs-minor-version): Reformat doc-strings for make-docfile.
14220
14221 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
14222 functions and variables, since they must be stuff specific to some other
14223 platform.
14224 (apropos-print): Make mouse-click message less specific about button.
14225
14226 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
14227 that records where a macro was defined.
14228 * help-fns.el (describe-function-1): Mention if a function has a
14229 compiler-macro.
14230 * help-mode.el (help-function-cmacro): New button.
14231
14232 * locate.el (top-level): Always require dired.
14233 (locate-mode-map): Initialize inside the defvar.
14234
14235 * net/ange-ftp.el (dired-compress-file): Declare.
14236 (ange-ftp-dired-compress-file): Add doc string.
14237
14238 * term/ns-win.el (x-display-name, x-setup-function-keys):
14239 Unify doc-strings with X versions.
14240
14241 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
14242
14243 * emulation/crisp.el (crisp-mode-map): Move initialization
14244 into declaration.
14245 (crisp-mode): Use define-minor-mode.
14246
14247 * progmodes/xscheme.el (xscheme-evaluation-commands):
14248 Put a :advertised-binding property rather than using
14249 advertised-xscheme-send-previous-expression.
14250 (advertised-xscheme-send-previous-expression): Declare obsolete.
14251 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
14252 `advertised-undo'.
14253 (crisp-mode): Add corresponding bindings to
14254 undo's :advertised-binding instead.
14255 * dired.el (dired-mode-map): Put a :advertised-binding property rather
14256 than using dired-advertised-find-file.
14257 (dired-advertised-find-file):
14258 * simple.el (advertised-undo):
14259 * wid-edit.el (advertised-widget-backward): Declare obsolete.
14260 (widget-keymap): Put a :advertised-binding property rather
14261 than using advertised-widget-backward.
14262 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
14263 than using advertised-undo.
14264 * tutorial.el (tutorial--default-keys): Adjust accordingly.
14265
14266 2009-09-10 Simon South <ssouth@slowcomputing.org>
14267
14268 * progmodes/delphi.el (delphi-tab): Indent region when Transient
14269 Mark mode is enabled and region is active; otherwise indent or
14270 insert TAB as usual.
14271 (delphi-mode): Update description of TAB-key binding.
14272
14273 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
14274
14275 * subr.el (define-key-rebound-commands): Mark obsolete.
14276 * startup.el (precompute-menubar-bindings): Remove.
14277 (normal-top-level): Remove obsolete code that tried to precompute
14278 menubar bindings.
14279 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
14280 define-key-rebound-commands and precompute-menubar-bindings.
14281
14282 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
14283
14284 * net/imap.el (imap-interactive-login): Better messages.
14285 (imap-open): Fix bug with renamed buffer on reconnect.
14286 (imap-authenticate): Add buffer-local imap-last-authenticator variable
14287 for easier debugging and cleaner code. On successful (guessed based on
14288 server capabilities) secondary authentication, set imap-state
14289 correctly.
14290 (imap-last-authenticator): Define imap-last-authenticator as a variable
14291 to avoid warnings.
14292
14293 2009-09-10 Glenn Morris <rgm@gnu.org>
14294
14295 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
14296
14297 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
14298 (byte-compile-file-form-autoload): Don't warn about unknown functions
14299 where the autoload statement comes after the use.
14300 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
14301 that any handlers inside the body (eg require) are in turn respected.
14302
14303 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
14304 effects.
14305
14306 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
14307 and syntax and abbrev tables basic docs, if they don't have any.
14308
14309 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
14310
14311 * international/mule-cmds.el (top-level): Require cl when compiling.
14312 (view-hello-file): Use default-value rather than
14313 default-enable-multibyte-characters.
14314
14315 * progmodes/fortran.el: Move all safe and risky properties into the
14316 defcustoms.
14317
14318 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
14319 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
14320 * mail/undigest.el:
14321 Put autoloads in rmail.el rather than loaddefs.el.
14322 * mail/rmail.el: Regenerate with extracted autoloads.
14323
14324 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
14325 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
14326
14327 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
14328
14329 Reported in thread for Bug#4375.
14330 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
14331 "-data-evaluate-expression" instead of print.
14332 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
14333 (gdb-tooltip-print): Parse output from above MI command.
14334 (gdb): Revert 2009-08-11 change. User should detach inferior
14335 manually.
14336
14337 Remove the word "separate" from IO functions as inferior
14338 output is now never displayed in the GUD buffer.
14339
14340 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
14341
14342 * startup.el (command-line-normalize-file-name): On Windows and
14343 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
14344
14345 2009-09-10 Juri Linkov <juri@jurta.org>
14346
14347 * isearch.el (isearch-text-char-description): Propertize escape
14348 character sequences with the `escape-glyph' face. (Bug#4344)
14349
14350 * simple.el (shell-command): Set asynchronous process filter to
14351 `comint-output-filter'. (Bug#4343)
14352
14353 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
14354 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
14355 the list. Move "asm" to the bottom.
14356 (grep-find-ignored-directories): Add `choice' with nil value
14357 to empty the list easily.
14358 (grep-find-ignored-files): New option.
14359 (grep-files-history): Set to nil by default instead of '("ch" "el").
14360 (grep-compute-defaults): Add "<X>" to `grep-template'.
14361 (grep-read-files): Bind new local variables `default-alias' and
14362 `default-extension'. Use a list of default values for the file prompt.
14363 (lgrep): Add `--exclude=' command line options composed from
14364 `grep-find-ignored-files'.
14365 (rgrep): Add `-name' command line options composed from
14366 `grep-find-ignored-files'. (Bug#4301)
14367
14368 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
14369
14370 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
14371 (bug#4368).
14372
14373 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
14374
14375 * calendar/time-date.el (autoload):
14376 Expand define-obsolete-function-alias into defalias and make-obsolete
14377 for old Emacsen that Gnus supports.
14378 (with-no-warnings): Define it for old Emacsen.
14379 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
14380 is available.
14381 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
14382 float-time is available; suppress compile warning for time-to-seconds.
14383
14384 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
14385
14386 * net/imap.el (imap-message-map): Docstring fix.
14387
14388 2009-09-09 Glenn Morris <rgm@gnu.org>
14389
14390 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
14391 line numbers too. (Bug#4374)
14392
14393 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
14394
14395 * smerge-mode.el (smerge-remove-props, smerge-refine):
14396 Use with-silent-modifications (bug#4342).
14397
14398 * subr.el (with-silent-modifications): New macro.
14399
14400 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
14401
14402 * files.el (top-level): Require `cl' when compiling.
14403
14404 2009-09-07 Glenn Morris <rgm@gnu.org>
14405
14406 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
14407
14408 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
14409 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
14410
14411 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
14412
14413 * vc-git.el (vc-git-annotate-command): Use separator to parse
14414 arguments correctly.
14415
14416 2009-09-06 Eli Zaretskii <eliz@gnu.org>
14417
14418 * proced.el (proced-mode): Doc fix.
14419
14420 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
14421
14422 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
14423 lstat fails.
14424 (tramp-do-file-attributes-with-ls): Check for file existence at
14425 remote end.
14426 (tramp-do-file-attributes-with-stat): Likewise.
14427 (tramp-convert-file-attributes): Return nil when attr is nil.
14428
14429 2009-09-05 Glenn Morris <rgm@gnu.org>
14430
14431 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
14432 properties to this button.
14433 (diary-fancy-display): Don't extend the button to the final newline.
14434 (diary-fancy-display-mode): Continue to define "q" as a local key.
14435
14436 * calendar/cal-china.el (holiday-chinese): Make it slightly more
14437 efficient.
14438
14439 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
14440
14441 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
14442 (byte-compile-dest-file-function): New option.
14443 (byte-compile-dest-file): Doc fix.
14444 Obey byte-compile-dest-file-function.
14445 (byte-compile-cl-file-p): New function.
14446 (byte-compile-eval): Only suppress noruntime warnings about cl functions
14447 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
14448 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
14449 than for file being previously loaded.
14450 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
14451 (byte-compile-file-form-require): Handle the case where requiring a file
14452 indirectly causes CL to be loaded.
14453
14454 2009-09-05 Karl Fogel <kfogel@red-bean.com>
14455
14456 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
14457 before killing the old buffer, since by the time `kill-buffer' is
14458 run so many buffer variables have been set to nil that it may not
14459 behave as expected. (Bug#4061)
14460
14461 2009-09-05 Karl Fogel <kfogel@red-bean.com>
14462
14463 * files.el (find-alternate-file): If the old buffer is modified
14464 and visiting a file, behave similarly to `kill-buffer' when
14465 killing it, thus reverting to the pre-1.878 behavior; see
14466 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
14467 for discussion. Also, consult `buffer-file-name' as a variable
14468 not as a function, for consistency with the rest of the code.
14469
14470 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
14471
14472 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
14473 also when adding a new directory.
14474
14475 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
14476 defun.
14477
14478 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
14479
14480 * files.el (locate-file-completion-table): Make it provide boundary
14481 information, so partial-completion works better.
14482
14483 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
14484
14485 * mail/footnote.el (Footnote-text-under-cursor):
14486 Check footnote-text-marker-alist before using it (bug#4324).
14487
14488 2009-09-04 Glenn Morris <rgm@gnu.org>
14489
14490 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
14491 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
14492 * play/solitaire.el, play/tetris.el:
14493 Remove leading * from defcustom and defface docs.
14494
14495 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
14496 necessary.
14497 (diary-fancy-overriding-map): New variable.
14498 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
14499 Use view-mode.
14500
14501 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
14502 goto-line.
14503
14504 2009-09-03 Glenn Morris <rgm@gnu.org>
14505
14506 * arc-mode.el (archive-mode):
14507 * dos-fns.el (set-default-process-coding-system):
14508 * man.el (Man-getpage-in-background):
14509 * menu-bar.el (menu-bar-describe-menu):
14510 * server.el (server-process-filter):
14511 * startup.el (command-line):
14512 * tar-mode.el (tar-header-block-tokenize, tar-extract):
14513 * w32-fns.el (set-default-process-coding-system):
14514 * x-dnd.el (x-dnd-handle-file-name):
14515 * international/mule-cmds.el (mule-menu-keymap)
14516 (set-default-coding-systems, language-info-alist, set-language-info)
14517 (set-language-environment, standard-display-european-internal)
14518 (set-locale-environment):
14519 * international/mule-diag.el (mule-diag):
14520 * mail/emacsbug.el (report-emacs-bug):
14521 * mail/rmail.el (rmail-mode):
14522 * mail/sendmail.el (mail-setup):
14523 Use default-value rather than default-enable-multibyte-characters.
14524
14525 * progmodes/f90.el: Move all safe properties into the defcustoms.
14526 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
14527
14528 * calendar/appt.el (appt-check):
14529 * calendar/diary-lib.el (diary-set-header, diary-live-p)
14530 (diary-check-diary-file, diary-list-entries)
14531 (diary-include-other-diary-files, diary-simple-display)
14532 (diary-fancy-display, diary-print-entries)
14533 (diary-mark-included-diary-files, diary-make-entry):
14534 Don't call substitute-in-file-name on diary-file.
14535
14536 2009-09-03 Eduard Wiebe <usenet@pusto.de>
14537 Stefan Monnier <monnier@iro.umontreal.ca>
14538
14539 * mail/footnote.el (footnote-prefix): Make it a defcustom.
14540 (footnote-mode-map): Move initialization into the declaration.
14541 (footnote-minor-mode-map): Define it rather than changing global-map.
14542 (footnote-mode): Use define-minor-mode.
14543
14544 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
14545
14546 * net/tramp.el (tramp-handle-file-attributes-with-ls)
14547 (tramp-do-file-attributes-with-perl)
14548 (tramp-do-file-attributes-with-stat): Rename from
14549 `tramp-handle-file-attributes-with-*'.
14550 (tramp-handle-file-attributes): Use them.
14551 (tramp-do-directory-files-and-attributes-with-perl)
14552 (tramp-do-directory-files-and-attributes-with-stat): Rename from
14553 `tramp-handle-directory-files-and-attributes-with-*'.
14554 (tramp-handle-directory-files-and-attributes): Use them.
14555 (tramp-method-out-of-band-p): Additional parameter SIZE.
14556 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
14557 (tramp-handle-write-region): Use it.
14558 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
14559 (tramp-handle-vc-registered): Check, whether the first run did
14560 return files to be tested.
14561 (tramp-advice-make-auto-save-file-name): Do not call directly
14562 `tramp-handle-make-auto-save-file-name', because this would bypass
14563 the locking mechanism.
14564
14565 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
14566 (file-remote-p, process-file, start-file-process, set-file-times)
14567 (tramp-compat-file-attributes): Compatibility functions shall not
14568 call directly `tramp-handle-*', because this would bypass the
14569 locking mechanism.
14570 (tramp-compat-number-sequence): New defun.
14571
14572 2009-09-02 Glenn Morris <rgm@gnu.org>
14573
14574 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
14575 alias for float-time.
14576 (time-to-number-of-days): In Emacs, use float-time.
14577 * net/newst-backend.el (time-add): Suppress warnings from compat
14578 function.
14579 * time.el (emacs-uptime, emacs-init-time):
14580 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
14581 Use float-time rather than time-to-seconds.
14582
14583 * minibuffer.el (completion-initials-expand): Fix typo.
14584
14585 * faces.el (modeline, modeline-inactive, modeline-highlight)
14586 (modeline-buffer-id):
14587 * info.el (info-menu-5): Mark these face aliases as obsolete.
14588
14589 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
14590
14591 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
14592 space ...
14593 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
14594 no "--thread" option.
14595 (gdb-stopped): Don't print "Switched to thread" message when it is
14596 unchanged.
14597
14598 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
14599
14600 * minibuffer.el (completion-try-completion)
14601 (completion-all-completions): Remove ill-defined (and
14602 mistakenly installed and luckily never used nor documented)
14603 `completion-styles' property.
14604 (completion-initials-expand, completion-initials-all-completions)
14605 (completion-initials-try-completion): New functions.
14606 (completion-styles-alist): Add doc to each entry.
14607 Add new `initials' entry.
14608
14609 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
14610
14611 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
14612 MI command -var-evaluate-expression.
14613 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
14614 and tweak for case of string child.
14615 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
14616
14617 2009-09-01 Glenn Morris <rgm@gnu.org>
14618
14619 * add-log.el (change-log-date-face, change-log-name-face)
14620 (change-log-email-face, change-log-file-face, change-log-list-face)
14621 (change-log-conditionals-face, change-log-function-face)
14622 (change-log-acknowledgement-face):
14623 * cus-edit.el (custom-invalid-face, custom-rogue-face)
14624 (custom-modified-face, custom-set-face, custom-changed-face)
14625 (custom-saved-face, custom-button-face, custom-button-pressed-face)
14626 (custom-documentation-face, custom-state-face, custom-comment-face)
14627 (custom-comment-tag-face, custom-variable-tag-face)
14628 (custom-variable-button-face, custom-face-tag-face)
14629 (custom-group-tag-face-1, custom-group-tag-face):
14630 * diff-mode.el (diff-header-face, diff-file-header-face)
14631 (diff-index-face, diff-hunk-header-face, diff-removed-face)
14632 (diff-added-face, diff-changed-face, diff-function-face)
14633 (diff-context-face, diff-nonexistent-face):
14634 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
14635 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
14636 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
14637 (Info-title-4-face):
14638 * isearch.el (isearch-lazy-highlight-face):
14639 * log-view.el (log-view-file-face, log-view-message-face):
14640 * paren.el (show-paren-match-face, show-paren-mismatch-face):
14641 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
14642 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
14643 (cvs-msg-face):
14644 * smerge-mode.el (smerge-mine-face, smerge-other-face)
14645 (smerge-base-face, smerge-markers-face):
14646 * wid-edit.el (widget-documentation-face, widget-button-face)
14647 (widget-field-face, widget-single-line-field-face)
14648 (widget-inactive-face, widget-button-pressed-face):
14649 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
14650 (woman-addition-face):
14651 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
14652 (eshell-ls-executable-face, eshell-ls-readonly-face)
14653 (eshell-ls-unreadable-face, eshell-ls-special-face)
14654 (eshell-ls-missing-face, eshell-ls-archive-face)
14655 (eshell-ls-backup-face, eshell-ls-product-face)
14656 (eshell-ls-clutter-face):
14657 * eshell/em-prompt.el (eshell-prompt-face):
14658 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
14659 * obsolete/old-whitespace.el (whitespace-highlight-face):
14660 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
14661 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
14662 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
14663 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
14664 (antlr-font-lock-literal-face):
14665 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
14666 (ebrowse-root-class-face, ebrowse-file-name-face)
14667 (ebrowse-default-face, ebrowse-member-attribute-face)
14668 (ebrowse-member-class-face, ebrowse-progress-face):
14669 * progmodes/make-mode.el (makefile-space-face):
14670 * progmodes/sh-script.el (sh-heredoc-face):
14671 * textmodes/flyspell.el (flyspell-incorrect-face)
14672 (flyspell-duplicate-face):
14673 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
14674 * textmodes/texinfo.el (texinfo-heading-face):
14675 Mark face aliases with "-face" suffix as obsolete.
14676
14677 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
14678 compiler.
14679
14680 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
14681 (eudc-bob-sound-menu): Use defvar rather than defconst, since
14682 easy-menu-define wants to modify these.
14683
14684 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
14685
14686 * net/browse-url.el (browse-url-file-url):
14687 * term/internal.el (dos-codepage-setup):
14688 Use default-value rather than default-enable-multibyte-characters.
14689
14690 * progmodes/etags.el (etags-goto-tag-location):
14691 * progmodes/flymake.el (flymake-highlight-line)
14692 (flymake-goto-file-and-line, flymake-goto-line):
14693 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
14694 (gdb-goto-breakpoint):
14695 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
14696 * progmodes/python.el (python-find-function)
14697 (python-pdbtrack-track-stack-file):
14698 * progmodes/verilog-mode.el (verilog-surelint-off):
14699 * term/ns-win.el (ns-open-file-select-line):
14700 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
14701 Use forward-line rather than goto-line.
14702
14703 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
14704 * textmodes/reftex-index.el (reftex-display-index):
14705 * textmodes/reftex-ref.el (reftex-offer-label-menu):
14706 * textmodes/reftex-toc.el (reftex-toc):
14707 Remove unnecessary bindings of default-major-mode (all are followed by
14708 major-mode check and possible mode switch).
14709
14710 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
14711
14712 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
14713 Handle watchpoints (bug#4282).
14714 (def-gdb-thread-buffer-command): Enable thread to be selected by
14715 clicking without selecting threads buffer first.
14716 (gdb-current-context-command): Use selected frame so that "up",
14717 "down" etc work in the GUD buffer.
14718 (gdb-update): Find selected frame before rendering stack buffer.
14719 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
14720
14721 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
14722
14723 * progmodes/sym-comp.el (displayed-completions): Remove.
14724 (symbol-complete): Use minibuffer-complete.
14725
14726 2009-08-31 Glenn Morris <rgm@gnu.org>
14727
14728 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
14729
14730 * apropos.el (apropos-symbols-internal):
14731 Handle (obsolete) face aliases.
14732
14733 * faces.el (describe-face): Adjust the output format to be more like
14734 describe-variable, and to mention (obsolete) face aliases.
14735 Adjust the whitespace so that help-setup-xref works.
14736
14737 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
14738 * calendar/diary-lib.el (diary-button-face):
14739 Mark these face aliases as obsolete.
14740
14741 * calendar/calendar.el (calendar-today): Doc fix.
14742
14743 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
14744
14745 * progmodes/gdb-mi.el (gdb-control-all-threads)
14746 (gdb-control-current-thread): Force tool bar update.
14747 (gdb-non-stop-handler): New function.
14748 (gdb-init-1): Use it to test if non-stop mode is supported.
14749 Remove unused gdbmi buffer type.
14750
14751 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
14752
14753 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
14754 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
14755
14756 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
14757
14758 * comint.el (comint-exec-1): Check command is non-null first.
14759 Part of gdb-mi.el change (2009-08-28).
14760
14761 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14762
14763 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
14764
14765 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
14766
14767 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
14768 instead of `dolist' to avoid a recursive require when bootstrapping.
14769
14770 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14771
14772 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
14773
14774 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
14775
14776 * net/imap.el (imap-send-command): Simplify.
14777 (imap-wait-for-tag): point-max -> buffer-size.
14778
14779 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
14780
14781 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
14782 with constant argument.
14783
14784 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
14785
14786 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
14787
14788 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
14789 Change default, since most of our files don't have a history.
14790 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
14791 the user.
14792
14793 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14794 Add comint-run.
14795
14796 * calc/calc.el: Improve commenting convention.
14797 (calc-digit-map, toplevel): Simplify.
14798
14799 * comint.el (comint-insert-input): Be careful to only set point if we
14800 don't delegate to some other command.
14801
14802 * proced.el (proced-signal-list): Make it an alist.
14803 (proced-grammar-alist): Capitalize names.
14804 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
14805 Disable undo manually and make it read-only.
14806 Use completion-annotate-function.
14807
14808 * minibuffer.el (minibuffer-message): If the current buffer is not
14809 a minibuffer, insert the message in the echo area rather than at the
14810 end of the buffer.
14811 (completion-annotate-function): New variable.
14812 (minibuffer-completion-help): Use it.
14813 (completion--embedded-envvar-table): Environment vars are
14814 always case-sensitive.
14815
14816 2009-08-30 Glenn Morris <rgm@gnu.org>
14817
14818 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
14819 from fortran-current-defun.
14820 (fortran-beginning-of-subprogram): Be more precise about finding the
14821 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
14822 (fortran-end-of-subprogram): Simplify.
14823 (fortran-current-defun): Use fortran-start-prog-re.
14824
14825 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
14826
14827 * subr.el (do-after-load-evaluation): Simplify.
14828
14829 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
14830
14831 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
14832
14833 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
14834 (vc-rcs-print-log): Use it.
14835
14836 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
14837
14838 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
14839
14840 * paths.el (abbrev-file-name): Move to abbrev.el.
14841 * abbrev.el (abbrev-file-name): Move from paths.el.
14842 Obey user-emacs-directory.
14843 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
14844 user-emacs-directory.
14845 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
14846 abbrev-file-name and calc-settings-file any more.
14847 * startup.el (command-line): Recompute abbrev-file-name and
14848 abbreviated-home-dir.
14849 (normal-no-mouse-startup-screen): Improve the generic code and get rid
14850 of the special code for when C-h bindings haven't been changed.
14851 (display-startup-echo-area-message): Use with-current-buffer.
14852 (command-line-1): Use a list of strings, rather than a list of lists
14853 of strings for longopts.
14854
14855 * files.el (get-free-disk-space): Use / for default-directory.
14856
14857 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
14858 Use with-current-buffer.
14859
14860 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
14861 Recognize immutable variables like most-positive-fixnum.
14862 (byte-compile-setq-default): Check and warn if trying to assign
14863 to an immutable variable, or a non-variable.
14864
14865 * progmodes/cc-vars.el (c-comment-continuation-stars):
14866 * progmodes/cc-engine.el (c-looking-at-bos):
14867 * progmodes/cc-cmds.el (c-toggle-auto-state)
14868 (c-forward-into-nomenclature, c-backward-into-nomenclature)
14869 (c-comment-line-break-function): Add version of obsolescence.
14870
14871 2009-08-28 Juri Linkov <juri@jurta.org>
14872
14873 * files.el (magic-fallback-mode-alist): Add ZIP magic number
14874 associated with `archive-mode'.
14875
14876 * image.el (image-type-header-regexps): Use only JPEG magic number
14877 to determine JPEG images, and don't use `image-jpeg-p' because
14878 Emacs can display non-JFIF non-Exif JPEG images.
14879
14880 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
14881
14882 * arc-mode.el (archive-mode):
14883 * emacs-lisp/re-builder.el (re-builder-unload-function):
14884 Protect against the default value of `major-mode' being nil.
14885
14886 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
14887
14888 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
14889 Fix typos in docstrings.
14890
14891 * progmodes/js.el (js--macro-decl-re): Doc fix.
14892 (js--plain-method-re, js--split-name): Refloc docstring.
14893 (js--class-styles, js--make-merged-item, js--splice-into-items):
14894 Fix typos in docstrings; reflow docstrings.
14895 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
14896 (js--variable-decl-matcher, js--inside-pitem-p)
14897 (js--parse-state-at-point, js--get-all-known-symbols)
14898 (js--symbol-history, js-find-symbol, js--js-references)
14899 (js--moz-interactor, js--js-encode-value, js--read-tab):
14900 Fix typos in docstrings.
14901
14902 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14903
14904 * textmodes/reftex.el (reftex-get-file-buffer-force):
14905 * progmodes/verilog-mode.el (verilog-batch-execute-func):
14906 * emulation/viper.el (viper-go-away, viper-set-hooks):
14907 * emacs-lisp/re-builder.el (re-builder-unload-function):
14908 * emacs-lisp/bytecomp.el (byte-compile-file):
14909 * ses.el (ses-unload-function):
14910 * hexl.el (hexl-find-file):
14911 * files.el (normal-mode):
14912 * ehelp.el (with-electric-help):
14913 * autoinsert.el (auto-insert-alist):
14914 * arc-mode.el (archive-mode):
14915 Use (default-value 'major-mode) instead of default-major-mode.
14916
14917 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
14918 * international/mule.el (load-with-code-conversion):
14919 * emacs-lisp/debug.el (debug):
14920 * ediff-vers.el (ediff-rcs-get-output-buffer):
14921 * dired.el (dired-internal-noselect): Don't let-bind
14922 default-major-mode around code that doesn't use it.
14923 E.g. buffer creation via get-buffer-create doesn't use it.
14924
14925 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
14926
14927 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
14928 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
14929 when writing the temp file. Otherwise, epa-file gets confused.
14930 (tramp-register-file-name-handlers): Make it a defun. Move also
14931 `epa-file-handler' to the front of `file-name-handler-alist'.
14932
14933 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14934
14935 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
14936 start right after a ^M.
14937 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
14938 (tramp-completion-file-name-regexp-separate)
14939 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
14940 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
14941 Don't modify last-coding-system-used by accident.
14942 (tramp-completion-file-name-handler): Apply the checks here,
14943 instead during registration.
14944 (tramp-register-file-name-handlers): Renamed from
14945 `tramp-register-file-name-handler'. Register both
14946 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
14947 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
14948
14949 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
14950
14951 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
14952 Remove variable ...
14953 (gdb-init-1, gdb-display-separate-io-buffer)
14954 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
14955 references to it.
14956 (gdb-inferior-io-mode): Use make-comint-in-buffer.
14957 (gdb-inferior-filter): Use comint-output-filter to stop
14958 echoing and remove ^M characters.
14959
14960 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14961
14962 * emulation/viper-init.el (viper-restore-cursor-type):
14963 * emulation/cua-base.el (cua--update-indications):
14964 Replace default-cursor-type with (default-value 'cursor-type).
14965
14966 * mail/sendmail.el (mail-recover-1):
14967 * international/mule-diag.el (describe-current-coding-system-briefly)
14968 (describe-current-coding-system):
14969 * international/mule-cmds.el (select-safe-coding-system)
14970 (select-message-coding-system)
14971 (set-language-environment-coding-systems, set-locale-environment):
14972 * hexl.el (hexl-insert-multibyte-char):
14973 * dos-w32.el (find-buffer-file-type-coding-system):
14974 * simple.el (what-cursor-position):
14975 Replace uses of default-buffer-file-coding-system
14976 with (default-value 'buffer-file-coding-system).
14977
14978 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
14979 Replace uses of default-cursor-in-non-selected-windows
14980 with (default-value 'cursor-in-non-selected-windows).
14981 Use with-current-buffer.
14982
14983 * mail/feedmail.el: Use CL macros.
14984 (feedmail-run-the-queue, feedmail-send-it-immediately):
14985 * dos-w32.el (find-buffer-file-type): Replace uses of
14986 default-buffer-file-type with (default-value 'buffer-file-type).
14987
14988 2009-08-28 Glenn Morris <rgm@gnu.org>
14989
14990 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
14991 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
14992 Use default-value of major-mode rather than default-major-mode.
14993
14994 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
14995
14996 * Makefile.in (update-elcfiles): Report left over elc files.
14997
14998 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
14999 expand-file-name and with-current-buffer.
15000 (mail-get-names, mail-directory): Use with-current-buffer.
15001
15002 * vc.el (vc-read-revision): New function.
15003 (vc-version-diff, vc-merge): Use it.
15004
15005 2009-08-27 Sam Steingold <sds@gnu.org>
15006
15007 * simple.el (kill-do-not-save-duplicates): New user option.
15008 (kill-new): When it is non-nil, and the new string is the same as
15009 the latest kill, set replace to t to avoid duplicates in kill-ring.
15010
15011 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
15012
15013 * net/tramp.el (tramp-handle-process-file): Do not flush all
15014 caches when `process-file-side-effects' is set.
15015 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
15016 instead of `tramp-find-file-exists-command'.
15017 Unset `process-file-side-effects'.
15018
15019 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
15020
15021 * net/tramp.el (tramp-methods): New method "rsyncc".
15022 (top): Add completion function for "rsyncc".
15023 (tramp-message-show-message): New defvar.
15024 (tramp-message, tramp-error): Use it.
15025 (tramp-do-copy-or-rename-file-directly): Extend check for direct
15026 remote copying.
15027 (tramp-do-copy-or-rename-file-out-of-band): Handle new
15028 `tramp-methods' entry `copy-env' of "rsyncc".
15029 (tramp-vc-registered-read-file-names): New defconst.
15030 (tramp-vc-registered-file-names): New defvar.
15031 (tramp-handle-vc-registered): Implement optimization strategy.
15032 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
15033 (tramp-vc-file-name-handler): New defun.
15034 (tramp-get-ls-command, tramp-get-test-command)
15035 (tramp-get-file-exists-command, tramp-get-remote-ln)
15036 (tramp-get-remote-perl, tramp-get-remote-stat)
15037 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
15038
15039 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
15040 (tramp-cache-inhibit-cache): Extend doc string. It allows also
15041 timestamps.
15042 (tramp-get-file-property): Check for timestamps in
15043 `tramp-cache-inhibit-cache'.
15044 (tramp-set-file-property): Write timestamp.
15045
15046 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
15047
15048 * language/japan-util.el (japanese-symbol-table): Add entries for
15049 cp932-2-byte.
15050
15051 * international/characters.el: Add category `j' to cp932-2-byte.
15052
15053 2009-08-27 Kenichi Handa <handa@m17n.org>
15054
15055 * international/fontset.el (build-default-fontset-data): New macro.
15056 (setup-default-fontset): Use build-default-fontset-data for CJK,
15057 tibetan, ethiopic, and ipa.
15058
15059 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
15060
15061 * cus-start.el (default-major-mode): Customize `major-mode' instead.
15062 (enable-multibyte-characters): Not customizable any more.
15063
15064 * subr.el (default-mode-line-format, default-header-line-format)
15065 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
15066 (default-direction-reversed, default-truncate-lines)
15067 (default-left-margin, default-tab-width, default-case-fold-search)
15068 (default-left-margin-width, default-right-margin-width)
15069 (default-left-fringe-width, default-right-fringe-width)
15070 (default-fringes-outside-margins, default-scroll-bar-width)
15071 (default-vertical-scroll-bar, default-indicate-empty-lines)
15072 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
15073 (default-fringe-cursor-alist, default-scroll-up-aggressively)
15074 (default-scroll-down-aggressively, default-fill-column)
15075 (default-cursor-type, default-buffer-file-type)
15076 (default-cursor-in-non-selected-windows)
15077 (default-buffer-file-coding-system, default-major-mode)
15078 (default-enable-multibyte-characters): Mark as obsolete.
15079
15080 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
15081
15082 * vc-dir.el (vc-dir-update): Remove debug helper.
15083
15084 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
15085
15086 2009-08-26 Sam Steingold <sds@gnu.org>
15087
15088 * simple.el (save-interprogram-paste-before-kill): New user option.
15089 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
15090 save the interprogram-paste into kill-ring before overriding it
15091 with the Emacs kill.
15092
15093 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
15094
15095 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
15096 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
15097 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
15098 and move to vc-rcs.el.
15099 (vc-default-next-revision): Rename to vc-rcs-next-revision and
15100 move to vc-rcs.el.
15101 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
15102 (vc-rcs-update-changelog): Remove.
15103 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
15104 and move to vc-rcs.el.
15105
15106 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
15107 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
15108 renaming.
15109 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
15110 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
15111 vc.el, renamed to be RCS specific.
15112
15113 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
15114 New functions.
15115 (vc-cvs-update-changelog): Move here from vc.el.
15116
15117 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
15118 New functions.
15119
15120 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
15121
15122 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
15123
15124 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
15125
15126 * vc-git.el (vc-git-register): Use "git add" for directories.
15127 (vc-git-stash, vc-git-stash-show): New functions.
15128 (vc-git-extra-menu-map): Bind them.
15129
15130 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
15131 directory correctly in case the item is a directory itself.
15132
15133 * vc.el: Document the desired behavior for reverted files in the
15134 `added' state.
15135 (vc-default-prettify-state-info): Remove function, unused.
15136
15137 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
15138
15139 2009-08-26 Glenn Morris <rgm@gnu.org>
15140
15141 * bindings.el (standard-mode-line-format): Reposition dashes in
15142 which-func entry. (Bug#4217)
15143
15144 * files.el (enable-local-variables, enable-local-eval)
15145 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
15146 the defcustoms.
15147 (auto-mode-alist, ignored-local-variables)
15148 (save-some-buffers-action-alist): Move risky declarations to the
15149 definitions.
15150 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
15151 (font-lock-defaults, format-alist, imenu--index-alist)
15152 (imenu-generic-expression, input-method-alist, minor-mode-alist)
15153 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
15154 (mode-line-modified, mode-line-mule-info, mode-line-position)
15155 (mode-line-process, mode-line-remote, outline-level)
15156 (parse-time-rules, rmail-output-file-alist)
15157 (special-display-buffer-names, vc-mode):
15158 Move risky declarations to the relevant files.
15159 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
15160 (mode-line-modified, mode-line-process, mode-line-position)
15161 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
15162 * font-core.el (font-lock-defaults):
15163 * format.el (format-alist):
15164 * vc-hooks.el (vc-mode):
15165 * window.el (special-display-buffer-names):
15166 * international/mule-cmds.el (input-method-alist):
15167 Define riskiness here (dumped file) rather than in files.el.
15168 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
15169 * imenu.el (imenu-generic-expression, imenu--index-alist):
15170 * outline.el (outline-level):
15171 * time.el (display-time-string):
15172 * calendar/parse-time.el (parse-time-rules):
15173 * mail/rmailout.el (rmail-output-file-alist):
15174 Autoload riskiness here, rather than placing in files.el.
15175
15176 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
15177
15178 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
15179
15180 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
15181
15182 * simple.el (process-file-side-effects): New defvar.
15183
15184 * dired-aux.el (dired-show-file-type):
15185 * vc.el (vc-diff-internal):
15186 * vc-arch.el (vc-arch-diff):
15187 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
15188 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
15189 * vc-git.el (vc-git-registered, vc-git-working-revision)
15190 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
15191 (vc-git--empty-db-p):
15192 * vc-hooks.el (vc-user-login-name):
15193 * vc-svn.el (vc-svn-registered, vc-svn-state)
15194 (vc-svn-dir-extra-headers, vc-svn-find-revision):
15195 * progmodes/grep.el (grep-probe): Let-bind
15196 `process-file-side-effects' with nil.
15197
15198 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
15199
15200 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
15201 daemon. Replace ping by checking for running service for bluez
15202 and zeroconf. (Bug#4239)
15203
15204 2009-08-25 Kevin Ryde <user42@zip.com.au>
15205
15206 * net/dig.el (dig): Add autoload cookie.
15207
15208 2009-08-25 Glenn Morris <rgm@gnu.org>
15209
15210 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
15211 load-history for absolute file-names.
15212 (byte-compile-file-form-require): Warn about use of the cl package.
15213
15214 * format.el (format-alist): Doc fix.
15215
15216 * play/bubbles.el (top-level): Don't require cl at run-time.
15217
15218 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
15219 run-time cl).
15220
15221 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
15222
15223 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
15224 from cl package.
15225 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
15226
15227 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
15228
15229 * calc/calc-alg.el (math-trig-rewrite)
15230 (math-hyperbolic-trig-rewrite): New functions.
15231 (calc-simplify): Simplify trig functions when asked.
15232
15233 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
15234
15235 * diff-mode.el (diff-find-source-location): Avoid goto-line.
15236
15237 2009-08-24 Kenichi Handa <handa@m17n.org>
15238
15239 * language/ind-util.el (mapthread): Delete it.
15240 (combinatorial): New function.
15241 (indian--puthash-cv): Use combinatorial instead of mapthread.
15242
15243 2009-08-22 Kevin Ryde <user42@zip.com.au>
15244
15245 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
15246 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
15247 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
15248 Clarify docstring that the value is strings not symbols.
15249 (checkdoc-list-of-strings-p): New function.
15250
15251 2009-08-22 Glenn Morris <rgm@gnu.org>
15252
15253 * files.el (auto-mode-alist):
15254 * hippie-exp.el (he-concat-directory-file-name):
15255 * lpr.el (lpr-windows-system, printer-name):
15256 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
15257 * ps-print.el (ps-windows-system):
15258 * startup.el (command-line):
15259 * emulation/viper-ex.el (viper-glob-function):
15260 * international/mule-cmds.el (set-language-environment-coding-systems):
15261 * net/ange-ftp.el (ange-ftp-write-region):
15262 * obsolete/fast-lock.el (fast-lock-cache-name):
15263 Remove code for defunct system-types emx, macos, mswindows, next-mach,
15264 unisoft-unix, vax-vms, win32, w32.
15265
15266 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
15267 given name if the pattern is not more specific.
15268
15269 * calendar/lunar.el (lunar-phase-names): New option.
15270 (lunar-phase): Doc fix.
15271 (lunar-cycles-per-year): New constant.
15272 (lunar-index): New function.
15273 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
15274 (lunar-phase-name): Use lunar-phase-names.
15275 (calendar-lunar-phases): Use format.
15276 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
15277
15278 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
15279 Copy imenu-example--name-and-position function here for own use.
15280 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
15281
15282 * bs.el (bs--redisplay):
15283 * cus-edit.el (custom-redraw):
15284 * ibuffer.el (ibuffer-bury-buffer):
15285 * server.el (server-goto-line-column):
15286 * startup.el (command-line-1):
15287 * strokes.el (strokes-xpm-for-stroke):
15288 * term.el (term-display-buffer-line):
15289 * view.el (View-goto-line):
15290 * calc/calc.el (calc-do, calc-trail-buffer):
15291 * play/gamegrid.el (gamegrid-add-score-insecure):
15292 * progmodes/ada-mode.el (ada-compile-goto-error):
15293 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
15294 (ebrowse-select-1st-to-9nth):
15295 * progmodes/cperl-mode.el (cperl-time-fontification):
15296 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
15297 * progmodes/gud.el (gud-display-line):
15298 (idlwave-shell-display-line):
15299 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
15300 * progmodes/make-mode.el (makefile-browser-toggle):
15301 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
15302 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
15303 * textmodes/picture.el (picture-draw-rectangle):
15304 * textmodes/reftex-index.el (reftex-index-goto-letter):
15305 (reftex-select-jump-to-previous):
15306 * textmodes/reftex-sel.el (reftex-find-start-point)
15307 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
15308 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
15309 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
15310 * textmodes/tex-mode.el (tex-compilation-parse-errors):
15311 * textmodes/two-column.el (2C-associated-buffer):
15312 Use forward-line rather than goto-line.
15313
15314 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
15315 goto-line.
15316
15317 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
15318 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
15319 (quick-check-list-to-regexp): Declare.
15320
15321 * progmodes/make-mode.el (makefile-browser-insert-selection):
15322 Use goto-char rather than goto-line.
15323
15324 * progmodes/prolog.el (compilation-error-regexp-alist)
15325 (compilation-forget-errors): Declare.
15326
15327 2009-08-22 Juri Linkov <juri@jurta.org>
15328
15329 * progmodes/grep.el (lgrep, rgrep): At the beginning
15330 set `dir' to `default-directory' unless `dir' is a non-nil
15331 readable directory. (Bug#4052)
15332 (lgrep, rgrep): Change a weird way to report an error
15333 from using `read-string' to using `error'.
15334 Instead of using interactive arguments in the function body,
15335 add new argument `confirm'.
15336
15337 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
15338
15339 * textmodes/remember.el (remember-buffer):
15340 * progmodes/cperl-mode.el (cperl-vc-header-alist):
15341 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
15342 (icalendar-extract-ical-from-buffer):
15343 * net/newst-treeview.el (newsticker-groups-filename):
15344 * net/newst-backend.el (newsticker-cache-filename):
15345 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
15346 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
15347 (speedbar-add-ignored-path-regexp, speedbar-line-path)
15348 (speedbar-buffers-line-path, speedbar-path-line)
15349 (speedbar-buffers-line-path):
15350 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
15351 (epg-sign-keys):
15352 * epa.el (epa-display-verify-result):
15353 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
15354
15355 2009-08-21 Glenn Morris <rgm@gnu.org>
15356
15357 * progmodes/js.el (inferior-moz-process): Fix declaration.
15358
15359 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
15360
15361 * obsolete/rnewspost.el (news-mail-reply):
15362 Use goto-char rather than goto-line.
15363
15364 * term/ns-win.el (ns-open-file-select-line):
15365 Use line-beginning-position rather than goto-line.
15366
15367 * apropos.el (apropos-command):
15368 * ehelp.el (electric-helpify):
15369 * printing.el (pr-show-setup):
15370 * strokes.el (strokes-help):
15371 * tutorial.el (tutorial--describe-nonstandard-key)
15372 (tutorial--detailed-help):
15373 * woman.el (woman-mini-help, woman-display-extended-fonts):
15374 * calc/calc-help.el (calc-describe-key):
15375 * emulation/edt.el (edt-electric-helpify):
15376 * international/mule-diag.el (mule-diag):
15377 * play/yow.el (apropos-zippy):
15378 * progmodes/python.el (python-describe-symbol):
15379 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
15380 * textmodes/table.el (*table--cell-describe-mode)
15381 (*table--cell-describe-bindings):
15382 Use help-print-return-message rather than the now obsolete alias.
15383
15384 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
15385 (calendar-cursor-to-visible-date):
15386 * play/5x5.el (5x5-position-cursor):
15387 * play/decipher.el (decipher):
15388 * play/gomoku.el (gomoku-goto-xy):
15389 * play/landmark.el (lm-goto-xy):
15390 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
15391 (mpuz-paint-digit):
15392 Use forward-line, not goto-line.
15393
15394 * mail/rmail.el (rmail-obsolete): Delete custom group.
15395 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
15396 (rmail-remote-password, rmail-remote-password-required):
15397 Remove unneeded :set-after and :set properties.
15398
15399 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
15400
15401 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
15402
15403 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
15404
15405 * loadup.el: Remove leftover macos code.
15406
15407 * vc-git.el (vc-git-annotate-command): Run asynchronously.
15408 Explicitly pass the date format to git blame so that user local
15409 so that the output format can be parsed.
15410
15411 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
15412
15413 * net/dbus.el (top): Don't check for (getenv
15414 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
15415
15416 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
15417
15418 * log-edit.el (log-edit-strip-single-file-name): New var.
15419 (log-edit-insert-changelog): Use it. Bug#3571
15420
15421 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15422
15423 * subr.el (read-passwd): Use read-key so keypad keys work as well.
15424 Bug#3287
15425
15426 * help.el (help-print-return-message): Rename from
15427 print-help-return-message.
15428
15429 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
15430 cvs-mode-map parent hack.
15431 (log-view-mode): Derive from special-mode.
15432
15433 * linum.el (linum-mode): window-size-change-functions is redundant.
15434 Adapt to new window-configuration-change-hook behavior.
15435 (linum-after-size, linum-after-config): Remove.
15436
15437 * imenu.el (imenu-example--name-and-position)
15438 (imenu-example--lisp-extract-index-name)
15439 (imenu-example--create-lisp-index, imenu-example--create-c-index):
15440 Mark as obsolete.
15441
15442 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
15443 (inferior-prolog-mode): Use it.
15444 (inferior-prolog-load-file): Reset list of errors.
15445
15446 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
15447
15448 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
15449
15450 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
15451
15452 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
15453
15454 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
15455 is running already.
15456
15457 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15458
15459 * subr.el (listify-key-sequence-1): Use normal syntax since those
15460 integers are nowadays always represented by the same (positive) number
15461 on all platforms.
15462 (read-key-empty-map): New const.
15463 (read-key-delay): New var.
15464 (read-key): New function.
15465 (force-mode-line-update): Use with-current-buffer.
15466 (locate-user-emacs-file): Don't forget to abbreviate the file name.
15467 (start-process-shell-command, start-file-process-shell-command):
15468 Discourage the use of command-args.
15469
15470 2009-08-19 Glenn Morris <rgm@gnu.org>
15471
15472 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
15473
15474 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
15475
15476 * simple.el (choose-completion-string): Don't rely on
15477 minibuffer-completing-file-name and ad-hoc checks to decide whether
15478 to continue completion or not.
15479
15480 * minibuffer.el (minibuffer-hide-completions): New function.
15481 (completion--do-completion): Use it.
15482 (completions-annotations): New face.
15483 (completion--insert-strings): Use it.
15484 (completion-pcm--delim-wild-regex): Add docstring.
15485 (completion-pcm--string->pattern): Add support for 0-width delimiters
15486 in completion-pcm--delim-wild-regex.
15487
15488 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
15489
15490 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
15491 Remove unused var `buffer-modified-p'.
15492
15493 * minibuffer.el (completion--do-completion): Move point for the #b001
15494 case as well (bug#4176).
15495 (minibuffer-complete, minibuffer-complete-word): Don't move point.
15496
15497 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
15498
15499 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
15500 and :session buses.
15501
15502 2009-08-18 Kenichi Handa <handa@m17n.org>
15503
15504 * international/ucs-normalize.el (ucs-normalize-version):
15505 Change to 1.1.
15506 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
15507 (utf-8-hfs): Make it perform normalization on encoding too.
15508
15509 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
15510 (sentence-end-without-space): Delete duplicated chars.
15511 (sentence-end-base): Likewise.
15512
15513 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
15514 (html-mode): Delete duplicated chars from sentence-end-base.
15515
15516 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
15517 (texinfo-mode): Delete duplicated chars from sentence-end-base.
15518
15519 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
15520
15521 * files.el (hack-one-local-variable): If the mode function is for
15522 a minor mode, pass it an argument (Bug#4148).
15523
15524 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
15525
15526 * net/tramp.el (tramp-register-completion-file-name-handler):
15527 Check also for (member 'partial-completion completion-styles).
15528
15529 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
15530
15531 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
15532 abbrev (Bug#3943).
15533
15534 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
15535
15536 * progmodes/cperl-mode.el: Merge upstream 6.2.
15537 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
15538 (cperl-forward-re): Check cperl-brace-recursing.
15539 (cperl-highlight-charclass): New function.
15540 (cperl-find-pods-heres): Use it.
15541 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
15542 (cperl-beautify-regexp-piece): Fix column calculation.
15543 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
15544 (cperl-beautify-level): Don't process entire regexp.
15545 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
15546 calling man.
15547 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
15548 (cperl-init-faces): Build a list in the normal way.
15549
15550 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
15551
15552 * calendar/parse-time.el (parse-time-string-chars): Save match
15553 data.
15554
15555 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
15556
15557 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
15558 (sql-product): Use it.
15559 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
15560 (sql-set-product): Add completion.
15561 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
15562 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
15563 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
15564 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
15565 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
15566 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
15567 (sql-highlight-db2-keywords): Remove.
15568 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
15569 (sql-highlight-product): Use derived-mode-p.
15570 (sql-set-sqli-buffer): Use with-current-buffer.
15571 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
15572 Simplify.
15573
15574 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
15575
15576 * term.el: Fix commenting convention, turn comments into docstrings.
15577
15578 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
15579
15580 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
15581
15582 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
15583
15584 * calendar/parse-time.el (parse-time-string-chars): Compute using
15585 character classes, to handle non-ascii characters (Bug#3190).
15586
15587 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
15588
15589 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
15590 another heredoc if the user adds another < (Bug#3226).
15591
15592 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
15593 Don't initialize based on window-system (Bug#4124).
15594
15595 * facemenu.el (facemenu-read-color): Use a completion function
15596 that accepts any defined color, such as RGB triplets (Bug#3677).
15597
15598 * files.el (get-free-disk-space): Change fallback default
15599 directory to /. Expand DIR argument before switching to fallback.
15600 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
15601
15602 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
15603
15604 * files.el (load-library): Doc fix.
15605
15606 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
15607
15608 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
15609 (viper-if-string): Redefine C-s in the minibuffer to insert the last
15610 incremental search string.
15611
15612 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
15613 XEmacs.
15614
15615 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
15616 (ediff-merge-region-is-non-clash)
15617 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
15618 Also check if the job is really a merge job.
15619
15620 * ediff.el (ediff-current-file): New function.
15621
15622 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
15623
15624 * progmodes/js.el: Edit docstrings throughout to follow Emacs
15625 conventions.
15626 (js-insert-and-indent): Delete function.
15627 (js-mode-map): Don't bind keys to js-insert-and-indent.
15628 (js-beginning-of-defun): Rename from js--beginning-of-defun.
15629 (js-end-of-defun): Rename from js--end-of-defun.
15630 (js-auto-indent-flag): Delete variable.
15631
15632 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
15633
15634 * progmodes/js.el: Remove proclaim statement.
15635 Defvar which-func-imenu-joiner-function to silence compiler.
15636
15637 * files.el (auto-mode-alist): Use js-mode for .js files.
15638
15639 * progmodes/js2-mode.el: Remove file.
15640
15641 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
15642
15643 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
15644
15645 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
15646
15647 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
15648 Karl Landstrom <karl.landstrom@brgeight.se>
15649
15650 * progmodes/js.el: New file.
15651
15652 2009-08-14 Mark A. Hershberger <mah@everybody.org>
15653
15654 * timezone.el (timezone-parse-date): Add ability to understand ISO
15655 basic format (minimal separators) dates in addition to the
15656 already-supported extended format dates.
15657
15658 2009-08-14 Eli Zaretskii <eliz@gnu.org>
15659
15660 * international/ucs-normalize.el: Add a `coding' file variable.
15661
15662 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
15663
15664 2009-08-14 Sam Steingold <sds@gnu.org>
15665
15666 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
15667
15668 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
15669
15670 * faces.el (help-argument-name): Define it here instead of
15671 help-fns.el, because in daemon mode help-fns.el may be loaded when
15672 faces are still uninitialized (Bug#1078).
15673
15674 * help-fns.el (help-argument-name): Move defface to faces.el.
15675
15676 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
15677
15678 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
15679 create buffer with a pty but no process so that GDB can make the
15680 inferior the controlling process.
15681
15682 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
15683
15684 * international/ucs-normalize.el: New file.
15685
15686 2009-08-13 Richard Stallman <rms@gnu.org>
15687
15688 * mail/rmail.el (rmail-get-attr-names):
15689 Accept an attribute header that is too short.
15690
15691 * mail/rmail.el (rmail-forget-messages):
15692 Ignore nil elt in rmail-message-vector. Use dotimes.
15693
15694 * progmodes/compile.el (compilation-goto-locus):
15695 Use next-error-move-function.
15696
15697 * simple.el (next-error-move-function): New variable.
15698
15699 2009-08-12 Juri Linkov <juri@jurta.org>
15700
15701 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
15702 always non-nil. (Bug#4052)
15703
15704 * replace.el (read-regexp): Return empty string when
15705 `default-value' is nil.
15706 (keep-lines-read-args): Don't use empty string as the
15707 default value for `read-regexp'. (Bug#2495)
15708
15709 2009-08-12 Juri Linkov <juri@jurta.org>
15710
15711 * international/mule-cmds.el (ucs-insert): Change arguments
15712 from `arg' to `character', `count', `inherit' to be the same
15713 as in `insert-char'. Doc fix. (Bug#4039)
15714
15715 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
15716
15717 2009-08-12 Juri Linkov <juri@jurta.org>
15718
15719 * files-x.el: New file.
15720
15721 * files.el: Move code that deals with adding/deleting
15722 file/directory-local variables to files-x.el.
15723
15724 * Makefile.in (ELCFILES): Add files-x.elc.
15725
15726 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
15727
15728 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
15729 to use `goto-line'.
15730 (gdb-place-breakpoints, gdb-get-location): Rewritten without
15731 `goto-line'.
15732 (gdb-invalidate-disassembly): Do not refresh upon receiving
15733 'update signal. Instead, update all disassembly buffers only after
15734 threads list.
15735 (gdb): Send -target-detach when buffer is killed (Bug#3794).
15736 (gdb-starting): Moved -data-list-register-names...
15737 (gdb-stopped): ...here so it's sent when first thread stops.
15738 (gdb-registers-handler-custom): Do nothing if register names are
15739 unknown yet.
15740
15741 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
15742 from `gdb-mi.el' to avoid extra tangling.
15743
15744 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
15745 change which breaks `gud-def' definitions used in `gdb'.
15746 (gdb-update-gud-running): No extra fuss for updating frame number.
15747
15748 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
15749
15750 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
15751 (describe-language-environment-map, setup-language-environment-map)
15752 (set-coding-system-map): Move initialization into declaration.
15753 (set-language-info-alist): Last arg to define-key-after can be skipped.
15754
15755 * international/quail.el (quail-completion-1): Simplify.
15756 (quail-define-rules): Use slightly more compact code.
15757 (quail-insert-decode-map): Propertize keys, compact columns.
15758
15759 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15760 Add goto-line.
15761
15762 2009-08-10 Miles Bader <miles@gnu.org>
15763
15764 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
15765 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
15766 (js2-instance-member, js2-private-member, js2-private-function-call)
15767 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
15768 (js2-magic-paren, js2-external-variable):
15769 Remove "-face" suffix from face names.
15770 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
15771 (js2-highlight-undeclared-vars, js2-peek-token)
15772 (js2-parse-function-params, js2-mode-show-errors)
15773 (js2-mode-show-warnings, js2-make-magic-delimiter)
15774 (js2-mode-highlight-magic-parens): Update to use new face names.
15775
15776 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
15777
15778 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
15779 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
15780
15781 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
15782
15783 * subr.el: Provide hashtable-print-readable.
15784
15785 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
15786 hs-c-like-adjust-block-beginning.
15787 (hs-hide-block-at-point): Stop hiding at the beginning of
15788 hs-block-end-regexp (Bug#700).
15789
15790 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
15791
15792 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
15793 a macro.
15794 (gdb-registers-handler-custom): Do not fail when register names
15795 are unavailable.
15796
15797 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
15798
15799 * progmodes/gdb-mi.el (gdb-control-all-threads)
15800 (gdb-control-current-thread): Interactive setters for
15801 `gdb-gud-control-all-threads' to use in menu.
15802 (gdb-show-run-p): Show «Go» when process is not active.
15803 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
15804 gud/thread.xpm and gud/all.xpm.
15805
15806 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
15807
15808 * net/net-utils.el (net-utils-font-lock-keywords): New var.
15809 (nslookup-font-lock-keywords): Make it a variable.
15810 (net-utils-mode): New mode for viewing diagnostic network output.
15811 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
15812 (net-utils-run-simple): New function.
15813 (ifconfig, iwconfig, netstat, arp, route): Use it.
15814
15815 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
15816
15817 * progmodes/gdb-mi.el (gdb-read-memory-custom)
15818 (gdb-memory-set-address, def-gdb-set-positive-number)
15819 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
15820 after changing settings.
15821 (gdb-invalidate-disassembly): Update when first shown.
15822 (gdb-edit-locals-value): Fixed.
15823 (gdb-registers-handler-custom): Print registers in right order and
15824 allow changing register values (only for current thread yet).
15825 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
15826 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
15827 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
15828 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
15829 info in mode name.
15830 (gdb-registers-mode-map): TAB to switch to locals.
15831
15832 2009-08-08 Eli Zaretskii <eliz@gnu.org>
15833
15834 * mail/rmail.el (rmail-add-mbox-headers)
15835 (rmail-set-message-counters-counter): Search for
15836 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
15837
15838 2009-08-08 Glenn Morris <rgm@gnu.org>
15839
15840 * Makefile.in (ELCFILES): Update.
15841
15842 2009-08-07 Eli Zaretskii <eliz@gnu.org>
15843
15844 * mail/sendmail.el (mail-yank-original): Set
15845 buffer-file-coding-system from the one used by the message whose
15846 text is yanked.
15847
15848 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
15849 to "windows" when "pgnuplot" is used.
15850 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
15851 call accept-process-output if "pgnuplot" is used.
15852 (calc-graph-init): Don't send -display and -geometry to
15853 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
15854 running "pgnuplot -V" with shell-command-to-string.
15855
15856 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
15857 the default.
15858
15859 2009-08-07 Eli Zaretskii <eliz@gnu.org>
15860
15861 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
15862 org/org-latex.elc.
15863
15864 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
15865
15866 * vc-dispatcher.el (vc-resynch-window): Update comment.
15867
15868 * term.el (term-handle-ansi-escape): Add comments with the
15869 terminfo capabilities implemented.
15870
15871 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
15872
15873 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
15874 (gdb-var-create-handler): Rewritten using JSON parser.
15875 (gdb-propertize-header): Moved earlier.
15876 (gdb-set-header): Removed to avoid duplication.
15877 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
15878 Refresh disassembly buffers only after threads list have been
15879 update.
15880 (gdb-threads-header, gdb-registers-header): Per-buffer header line
15881 variables.
15882
15883 2009-08-04 Juri Linkov <juri@jurta.org>
15884
15885 * files.el: Commands to add/delete file/directory-local variables.
15886 (read-file-local-variable, read-file-local-variable-value)
15887 (read-file-local-variable-mode, modify-file-local-variable)
15888 (modify-file-local-variable-prop-line)
15889 (modify-dir-local-variable): New functions.
15890 (add-file-local-variable, delete-file-local-variable)
15891 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
15892 (add-dir-local-variable, delete-dir-local-variable)
15893 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
15894 (copy-dir-locals-to-file-locals-prop-line): New commands.
15895
15896 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
15897
15898 * abbrev.el (insert-abbrev-table-description): Prettify output.
15899 Suggested by Karl Chen.
15900
15901 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
15902
15903 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
15904 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
15905 (gdb-overlay-arrow-position, gdb-thread-position)
15906 (gdb-disassembly-position): Declare variables.
15907 (gdb-wait-for-pending): Function now.
15908 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
15909 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
15910 compilation goes smoothly.
15911 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
15912 (gdb-non-stop-setting): New customization setting which replaces
15913 `gdb-non-stop' so changing it doesn't break active GDB session.
15914 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
15915 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
15916 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
15917 (gdb-show-threads-by-default): New customization options.
15918 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
15919 routines.
15920 (gdb-get-buffer-create): Send buffers update signal when they are
15921 created.
15922 (gdb-invalidate-locals, gdb-invalidate-registers)
15923 (gdb-invalidate-breakpoints)
15924 (gdb-invalidate-threads, gdb-invalidate-disassembly)
15925 (gdb-invalidate-memory): Accept update signal.
15926 (gdb-current-context-command): Use --frame option.
15927 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
15928 Implement `gdb-frame-number' selection logic.
15929 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
15930 whether to show GUD toolbar buttons.
15931 (gdb-thread-exited): Unselect current thread when it exits.
15932 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
15933 (gdb-mark-line): Routine which sets overlay arrow or inverses
15934 video on fringeless displays.
15935 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
15936 to build aligned columns of data in GDB buffers and set text
15937 properties line-by-line.
15938 (gdb-invalidate-breakpoints)
15939 (gdb-breakpoints-list-handler-custom)
15940 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
15941 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
15942 (gdb-registers-handler-custom): Align data columns.
15943 (gdb-locals-handler-custom): Now prints data like in variable
15944 declarations.
15945 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
15946 Removed confusing buttons.
15947 (gdb-invalidate-threads): Append --frame.
15948 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
15949 between breakpoints/threads buffers.
15950 (gdb-set-window-buffer): Now can ignore dedicated windows.
15951 (gdb-propertize-header): Use `gdb-set-window-buffer'.
15952 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
15953 (def-gdb-thread-buffer-gud-command): Replaces
15954 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
15955 for fine thread control.
15956 (gdb-preempt-existing-or-display-buffer): New function used to
15957 display bound buffers without breaking window layout.
15958 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
15959 (gdb-select-frame): New version of `gdb-frames-select' which now
15960 sets `gdb-frame-number' so commands may use --frame option instead
15961 of inner debugger state.
15962 (gdb-frame-handler): Do not set `gdb-frame-number'.
15963 (gdb-threads-mode-map): Select threads with mouse.
15964
15965 * progmodes/gud.el (gdb-gud-context-call): Declare function to
15966 avoid compilation warning.
15967 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
15968 `gdb-show-stop-p`.
15969
15970 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
15971 Argument `key' renamed to `buffer-type'.
15972 (gdb-current-context-buffer-name): Do not add thread info to
15973 buffer name when no thread is selected.
15974 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
15975 command (bug 3794).
15976 (gdb-thread-selected): Handle `=thread-selected' notification.
15977 (gdb-wait-for-pending): New macro to deal with congestion problems.
15978 (gdb-breakpoints-list-handler-custom): Don't fail on pending
15979 breakpoints.
15980 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
15981 This fixes problem similar to one described in bug 3947.
15982 (gud-menu-map): More menu items.
15983 (gdb-init-1): Reset `gdb-thread-number' to nil.
15984
15985 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
15986 non-stop settings.
15987
15988 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
15989 (gdb-current-context-command): Do not append --thread if
15990 `gdb-thread-number' is nil.
15991 (gdb-running-threads-count, gdb-stopped-threads-count): New
15992 variables.
15993 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
15994 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
15995 customization options.
15996 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
15997 GUD commands.
15998 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
15999 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
16000 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
16001 set `gdb-thread-number' and update `gud-running' properly.
16002 (gdb-running): Update threads list when new threads appear.
16003 (gdb-stopped): Support non-stop operation and new thread switching
16004 logic.
16005 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
16006 (gdb-json-partial-output): New set of JSON routines.
16007 (def-gdb-auto-update-trigger): New `signal-list' optional
16008 argument.
16009 (gdb-thread-list-handler-custom): Update `gud-running',
16010 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
16011 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
16012 (gdb-continue-thread, gdb-step-thread): New commands for fine
16013 thread execution control.
16014 (gud-menu-map): New menu items to switch non-stop options.
16015 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
16016 (gdb-send): Mimic RET properly (bug 3794).
16017
16018 * progmodes/gdb-mi.el (gdb-rules-name-maker)
16019 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
16020 gdb-buffer-rules.
16021 (def-gdb-auto-update-handler): New nopreserve optional argument.
16022 (gdb-stack-list-frames-custom): Print stack from top to bottom.
16023
16024 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
16025 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
16026 (gdb-parent-mode): New mode to derive other GDB modes from.
16027 (gdb-display-disassembly-for-thread)
16028 (gdb-frame-disassembly-for-thread): New commands for threads
16029 buffer.
16030
16031 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
16032 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
16033 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
16034 (gdb-update): We now store all GDB buffers in a list so that they
16035 can be updated by traversing a list instead of calling invalidate
16036 triggers explicitly.
16037 (def-gdb-trigger-and-handler): New macro to define trigger-handler
16038 pair for GDB buffer.
16039 (gdb-stack-buffer-name): Add thread information.
16040 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
16041 handle pending triggers.
16042 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
16043 (def-gdb-thread-buffer-simple-command)
16044 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
16045 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
16046 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
16047 New commands which show buffers bound to thread.
16048 (gdb-stack-list-locals-regexp): Removed unused regexp.
16049
16050 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
16051 (gdb-locals-buffer-name, gdb-registers-buffer-name)
16052 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
16053 to (gud-comint-buffer) in *-buffer-name functions
16054 because (gdb-get-target-string) already does that.
16055 (gdb-locals-handler-custom, gdb-registers-handler-custom)
16056 (gdb-changed-registers-handler): Rewritten without regexps.
16057
16058 * progmodes/gdb-mi.el: Basic thread selection support.
16059 (gdb-thread-number): New variable.
16060 (gdb-current-context-command): New macro which adds --thread
16061 option to command.
16062 (gdb-threads-mode-map): Select thread with SPC.
16063 (gdb-thread-list-handler-custom): Mark current thread with overlay
16064 arrow. Synchronize GDB thread and Emacs thread.
16065 (gdb-select-thread): New command which selects current thread.
16066 (gdb-invalidate-frames, gdb-invalidate-locals)
16067 (gdb-invalidate-registers): Use --thread option.
16068
16069 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
16070
16071 * net/tramp.el (top): Make check for tramp-gvfs loading more
16072 robust. (Bug#3977)
16073 (tramp-handle-insert-file-contents): `unwind-protect' must be
16074 inside `with-parsed-tramp-file-name'.
16075
16076 * net/tramp-gvfs.el (top): Remove superfluous message when loading
16077 fails.
16078
16079 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
16080
16081 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
16082 directory if CLASSPATH is not set.
16083
16084 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
16085
16086 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
16087 New defconst.
16088 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
16089
16090 2009-08-02 Kevin Ryde <user42@zip.com.au>
16091
16092 * net/newst-backend.el (newsticker--raw-url-list-defaults):
16093 Update freshmeat link. Delete newsforge.com as it seems gone.
16094
16095 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
16096
16097 * select.el (x-set-selection): Doc fix (Bug#4021).
16098
16099 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
16100
16101 * help-fns.el (describe-variable): Treat list return values from
16102 dir-locals-find-file properly (Bug#4005).
16103
16104 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
16105
16106 * net/tramp.el (tramp-debug-message): Print also microseconds.
16107
16108 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
16109
16110 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
16111 or END is non-nil.
16112 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
16113 (tramp-get-debug-buffer): Change `outline-regexp' according to new
16114 format.
16115
16116 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
16117 (tramp-get-file-property): Use it.
16118
16119 * autorevert.el (auto-revert-handler): Allow
16120 `auto-revert-tail-mode' for remote files.
16121
16122 2009-08-02 Jason Rumney <jasonr@gnu.org>
16123
16124 * minibuffer.el (read-file-name): Treat confirm options to
16125 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
16126
16127 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
16128
16129 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
16130 (font-lock-variable-name-face, font-lock-constant-face): Darken
16131 the colors for light backgrounds.
16132
16133 2009-08-01 Eli Zaretskii <eliz@gnu.org>
16134
16135 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
16136 month names. (Bug#3987)
16137
16138 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
16139
16140 * simple.el (line-move-finish): Pass whole number to
16141 line-move-to-column.
16142 (line-move-visual): Perform hscroll to the recorded position.
16143
16144 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
16145
16146 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
16147
16148 2009-07-29 Alan Mackenzie <acm@muc.de>
16149
16150 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
16151
16152 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
16153
16154 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
16155 (gdb-place-breakpoints): Use full path when setting breakpoints.
16156
16157 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
16158
16159 * calc/calc.el (calc-mode-map): Add keybinding for
16160 `calc-transpose-lines'.
16161
16162 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
16163
16164 * calc/calc-misc.el (calc-transpose-lines): New function.
16165
16166 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
16167
16168 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
16169 Simplify check for out-of-band methods.
16170 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
16171 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
16172
16173 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
16174
16175 * vc-git.el (vc-git-checkin): Fix typo.
16176
16177 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
16178
16179 * progmodes/js2-mode.el: New file.
16180
16181 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
16182
16183 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
16184 (gud-menu-map): Adjust tooltip accordingly.
16185
16186 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
16187
16188 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
16189 (vc-bzr-log-view-mode): Adjust log-view-file-re.
16190
16191 * add-log.el (change-log-mode-map): Add a menu.
16192
16193 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
16194
16195 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
16196 function returns nil.
16197 (dbus-handle-event): Handle special return value :ignore.
16198 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
16199
16200 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
16201
16202 * view.el (view-mode-enable): Don't define Helper-return-blurb if
16203 it's not needed.
16204
16205 2009-07-25 Eli Zaretskii <eliz@gnu.org>
16206
16207 Fix Bug#3888:
16208
16209 * w32-vars.el (x-select-enable-clipboard): Doc fix.
16210
16211 * term/pc-win.el (x-display-name, x-colors)
16212 (x-select-enable-clipboard, x-select-text): Doc fix.
16213
16214 * term/common-win.el (x-display-name, x-colors): Doc fix.
16215
16216 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
16217 (xw-defined-colors): Doc fix.
16218
16219 * w32-fns.el (x-select-text, x-setup-function-keys)
16220 (x-get-selection, x-set-selection): Doc fix.
16221
16222 * term/x-win.el (x-select-text, x-setup-function-keys)
16223 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
16224
16225 * select.el (x-set-selection): Doc fix.
16226
16227 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
16228
16229 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
16230 instead of "IsNSSSupportAvailable". Avahi ought to work also when
16231 "IsNSSSupportAvailable" method is not available. Reported by
16232 Steve Youngs <steve@sxemacs.org>.
16233
16234 2009-07-24 Kenichi Handa <handa@m17n.org>
16235
16236 * international/characters.el: Fix setting of category ?C, ?|, ?K,
16237 and ?H. Fix setting of case for Latin Extended and Greek Extended.
16238 (build-unicode-category-table): Fix range checks.
16239
16240 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
16241
16242 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
16243 the buffer we try to sync is current when calling
16244 vc-resynch-buffer.
16245
16246 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
16247 not show up to date files.
16248
16249 2009-07-24 Glenn Morris <rgm@gnu.org>
16250
16251 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
16252 Add autoload cookies. If necessary, initialize.
16253 (elint-log): Handle non-file buffers.
16254 (elint-initialize): Add optional argument to reinitialize.
16255 (elint-find-builtin-variables): Save excursion.
16256
16257 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
16258
16259 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
16260 for Lint.
16261
16262 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
16263
16264 * vc.el (vc-print-log-internal): New function, split out from ...
16265 (vc-print-log): ... here.
16266 (vc-dir-move-to-goal-column): Declare.
16267
16268 * vc-git.el (vc-git-add-signoff): New variable.
16269 (vc-git-checkin): Use it.
16270 (vc-git-toggle-signoff): New function.
16271 (vc-git-extra-menu-map): Bind it to menu.
16272 (vc-git--run-command-string): Accept a nil FILE argument.
16273 (vc-git-stash-list): New function.
16274 (vc-git-dir-extra-headers): Use it.
16275
16276 2009-07-23 Glenn Morris <rgm@gnu.org>
16277
16278 * help-fns.el (describe-variable): Describe ignored and risky local
16279 variables in a similar way to that in which we describe safe ones.
16280
16281 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
16282 (byte-compile-output-file-form, byte-compile-output-docform)
16283 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
16284 Give some more local variables with common names a "bytecomp-" prefix,
16285 so as not to shadow things during compilation.
16286 * emacs-lisp/cl-macs.el (load-time-value)
16287 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
16288 `outbuffer' to `bytecomp-outbuffer'.
16289
16290 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
16291 since the next two variables cover them automatically now.
16292 (elint-builtin-variables, elint-autoloaded-variables): New.
16293 (elint-unknown-builtin-args): Remove all members, since they can be
16294 parsed automatically now.
16295 (elint-extra-errors): New.
16296 (elint-env-add-env, elint-env-add-macro): Use cadr.
16297 (elint-current-buffer): Use or. Change final message.
16298 (elint-get-top-forms): Use line-end-position.
16299 (elint-init-env): Use cadr. Handle autoload, declare-function,
16300 and defalias.
16301 (elint-add-required-env): Doc fix. Use or. Standardize error.
16302 (regexp-assoc): Remove unused function.
16303 (elint-top-form): Set elint-current-pos, to record the start of the
16304 top-level form, for compilation-mode.
16305 (elint-form): Trap errors in macro expansion. Use dolist.
16306 (elint-unbound-variable): Use elint-builtin-variables and
16307 elint-autoloaded-variables.
16308 (elint-get-args): Use cadr, or.
16309 (elint-check-cond-form): Use dolist, cadr.
16310 (elint-check-condition-case-form): Doc fix. Use cadr.
16311 Use elint-extra-errors.
16312 (elint-log): New function.
16313 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
16314 Distinguish errors and warnings.
16315 (elint-log-message): Use with-current-buffer. Inhibit read-only.
16316 Use a bytecomp-style format.
16317 (elint-clear-log): Preserve default-directory. Inhibit read-only.
16318 (elint-get-log-buffer): Use compilation mode. Disable undo.
16319 Don't truncate lines.
16320 (elint-initialize): Set builtin and autoloaded variable lists.
16321 Only process elint-unknown-builtin-args if non-nil.
16322 (elint-find-builtin-variables, elint-find-autoloaded-variables):
16323 New functions.
16324 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
16325
16326 2009-07-22 Kevin Ryde <user42@zip.com.au>
16327
16328 * net/newst-backend.el (newsticker--parse-atom-1.0)
16329 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
16330 (newsticker--parse-rss-1.0):
16331 * progmodes/idlwave.el (idlwave-mode):
16332 * progmodes/idlw-shell.el (idlwave-shell-mode):
16333 * progmodes/vera-mode.el (vera-mode):
16334 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
16335 * progmodes/vhdl-mode.el (vhdl-mode):
16336 * textmodes/table.el (table-generate-source)
16337 (table--warn-incompatibility):
16338 Hyperlink urls in docstrings with URL `...'.
16339
16340 2009-07-22 Glenn Morris <rgm@gnu.org>
16341
16342 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
16343 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
16344 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
16345 Remove leading * from defcustom docs.
16346
16347 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
16348
16349 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
16350 defcustom doc.
16351 (list-load-path-shadows): Optionally, just return shadows as a string.
16352
16353 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
16354
16355 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
16356
16357 * mail/rmailedit.el (rmail-edit-mode): Use
16358 auto-save-include-big-deletions.
16359
16360 * mail/rmail.el (rmail-variables): Use
16361 auto-save-include-big-deletions.
16362
16363 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
16364 changes.
16365
16366 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
16367
16368 * calc/calc.el (calc-undo-length): New variable.
16369 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
16370
16371 2009-07-21 Richard Stallman <rms@gnu.org>
16372
16373 * files.el (auto-save-mode): Handle buffer-save-size = -2
16374 for toggling mode.
16375
16376 2009-07-21 Glenn Morris <rgm@gnu.org>
16377
16378 * textmodes/ispell.el (ispell-looking-back): Update declaration.
16379
16380 * calendar/todo-mode.el (calendar-current-date): Update declaration.
16381
16382 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
16383 silence compiler. Instead...
16384 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
16385 (ps-print-ensure-fontified): Update for above function name changes.
16386
16387 * printing.el (pr-mh-get-msg-num, pr-mh-show)
16388 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
16389 silence compiler. Instead...
16390 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
16391 (mh-show-buffer): Only define for compiler.
16392 (pr-mh-current-message): Update for above function name changes.
16393
16394 * files.el (abort-if-file-too-large): Explicitly pass `filename'
16395 as an argument.
16396 (find-file-noselect, insert-file-1): Update for above change.
16397
16398 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
16399
16400 * mail/mailclient.el (mailclient-send-it): Fix message.
16401
16402 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
16403 (edebug-eval): Check cl-debug-env is bound.
16404 (print-level, print-circle): Don't redefine built-in variables.
16405
16406 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
16407 (custom-print-vectors): Remove old comments from doc.
16408
16409 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
16410 (emerge-version): Make the variable an obsolete alias for the
16411 emacs-version variable. Make the function obsolete.
16412 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
16413 Emerge options, rather than merging in into the main Options menu.
16414 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
16415 and auto advance modes. Disable edit/fast items when not relevant.
16416
16417 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
16418
16419 * term/vt420.el (terminal-init-vt420): Fix typo.
16420
16421 2009-07-20 Sam Steingold <sds@gnu.org>
16422
16423 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
16424 variable (removed from compile.el on 2004-03-11).
16425
16426 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
16427
16428 * files.el (hack-local-variables-filter): Fix last change.
16429
16430 2009-07-19 Juri Linkov <juri@jurta.org>
16431
16432 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
16433 (dir-local-variables-alist): New buffer-local variable.
16434 (hack-local-variables-filter): If variable is not dir-local,
16435 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
16436 because file-local overrides dir-local.
16437 (c-postprocess-file-styles) <declare-function>:
16438 Remove obsolete declaration.
16439 (hack-dir-local-variables): Add dir-local variable/value pair to
16440 `dir-local-variables-alist' and remove duplicates. Doc fix.
16441
16442 * help-fns.el (describe-variable): Add information about
16443 file-local and dir-local variables.
16444
16445 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
16446
16447 * files.el (hack-local-variables-filter): Rewrite.
16448
16449 2009-07-19 Glenn Morris <rgm@gnu.org>
16450
16451 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
16452 Silence compiler by only defining on XEmacs.
16453
16454 * international/mule.el (auto-coding-regexp-alist): Only match
16455 BABYL... at the start of buffer, not of lines. (Bug#3790)
16456
16457 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
16458 non-calendar buffers (Bug#3862). Restore "not on a date" message.
16459 (cal-menu-context-mouse-menu): Doc fix.
16460
16461 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
16462
16463 * simple.el (mail-user-agent): Doc fix. Set :version tag.
16464
16465 2009-07-18 Juri Linkov <juri@jurta.org>
16466
16467 * info.el: Virtual Info keyword finder.
16468 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
16469 (Info-finder-file): New variable.
16470 (Info-finder-find-file): New function.
16471 (finder-known-keywords, finder-package-info)
16472 (find-library-name, lm-commentary): Use defvar and
16473 declare-function to silence compiler warnings.
16474 (Info-finder-find-node): New function.
16475 (info-finder): New command.
16476
16477 * subr.el (process-kill-buffer-query-function): New function.
16478 (add-hook)<kill-buffer-query-functions>: Add hook
16479 `process-kill-buffer-query-function'.
16480
16481 2009-07-18 Alan Mackenzie <acm@muc.de>
16482
16483 * progmodes/cc-mode.el (c-before-hack-hook)
16484 (c-postprocess-file-styles): Give invocation of `c-set-style'
16485 DONT-OVERRIDE parameter of t. Already set style variables will
16486 thus not be overridden by style settings given by `c-file-syle'.
16487
16488 * files.el (hack-local-variables-filter): Remove entries with
16489 duplicate keys from `file-local-variables-alist'.
16490
16491 2009-07-18 Eli Zaretskii <eliz@gnu.org>
16492
16493 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
16494 x-set-selection if display-selections-p returns nil for the
16495 current frame.
16496
16497 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
16498
16499 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
16500
16501 2009-07-18 Eli Zaretskii <eliz@gnu.org>
16502
16503 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
16504 Accept nil in addition to a regexp.
16505 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
16506 Accept nil in addition to a regexp.
16507 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
16508 buffers that have an associated file. Handle nil values of
16509 desktop-buffers-not-to-save and desktop-files-not-to-save.
16510 (Bug#3833)
16511
16512 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
16513 (x-disown-selection-internal): New functions.
16514
16515 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
16516
16517 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
16518 warning.
16519 (gdb-breakpoints-header): Move forward to avoid compiler warning.
16520 (gdb-make-header-line-mouse-map): Remove duplicate definition.
16521
16522 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
16523
16524 * simple.el (set-mark): Revert last change.
16525
16526 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
16527
16528 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
16529 rendering of pngs is not possible instead of messaging a long
16530 description.
16531
16532 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
16533
16534 * w32-fns.el (x-selection-owner-p): New function.
16535
16536 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
16537 (mouse-yank-at-click, mouse-yank-primary): If
16538 select-active-regions is non-nil, deactivate the mark before
16539 insertion.
16540
16541 * simple.el (deactivate-mark, set-mark): Only save selection if we
16542 own it.
16543
16544 2009-07-17 Kenichi Handa <handa@m17n.org>
16545
16546 * case-table.el (describe-buffer-case-table): Fix for the case
16547 that KEY is a cons.
16548
16549 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
16550
16551 * vc-rcs.el (vc-rcs-find-file-hook):
16552 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
16553
16554 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
16555
16556 * net/tramp.el (tramp-wait-for-output): Handle the case when
16557 commands do not return a newline but a null byte before the shell
16558 prompt. (Bug#3858)
16559
16560 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16561
16562 * term/ns-win.el (ns-set-alpha): Don't declare.
16563 (ns-set-background-alpha): Remove function.
16564
16565 2009-07-16 Kevin Ryde <user42@zip.com.au>
16566
16567 * emacs-lisp/copyright.el (copyright-update): Save match-data across
16568 y-or-n-p, for safety.
16569
16570 2009-07-16 Richard Stallman <rms@gnu.org>
16571
16572 * files.el (auto-save-mode): If buffer-saved-size is -2,
16573 don't clobber it.
16574
16575 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
16576 (rmail-retry-ignored-headers): Add more uninteresting fields.
16577
16578 2009-07-15 Jari Aalto <jari.aalto@cante.net>
16579
16580 * net/rcirc.el (rcirc): Use history variables.
16581 (rcirc-server-name-history, rcirc-nick-name-history)
16582 (rcirc-server-port-history): New variables.
16583
16584 2009-07-15 Kenichi Handa <handa@m17n.org>
16585
16586 * international/mule-cmds.el (set-language-environment-charset):
16587 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
16588 ignore them.
16589
16590 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
16591 Delete unibyte-display.
16592
16593 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
16594
16595 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
16596
16597 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
16598
16599 * simple.el (deactivate-mark): Optional argument FORCE.
16600 (set-mark): Use deactivate-mark.
16601
16602 * info.el (Info-search): No need to check transient-mark-mode
16603 before calling deactivate-mark.
16604
16605 * select.el (x-set-selection): Doc fix.
16606 (x-valid-simple-selection-p): Allow buffer values.
16607 (xselect--selection-bounds): Handle buffer values. Suggested by
16608 David De La Harpe Golden.
16609
16610 * mouse.el (mouse-set-region, mouse-drag-track): Call
16611 copy-region-as-kill before setting the mark, to let
16612 select-active-regions work.
16613
16614 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
16615
16616 * simple.el (deactivate-mark): If select-active-regions is
16617 non-nil, copy the selection data into a string.
16618 (activate-mark): If select-active-regions is non-nil, set the
16619 selection to the current buffer.
16620 (set-mark): Update selection if select-active-regions is non-nil.
16621
16622 * select.el (x-valid-simple-selection-p): Allow buffer values.
16623
16624 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
16625
16626 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
16627 and more featureful message-mode.
16628
16629 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
16630
16631 * select.el (x-set-selection): Doc fix.
16632 (x-valid-simple-selection-p): Disallow selection data consisting
16633 of a list or cons of integers, since that is not used.
16634 (xselect--selection-bounds, xselect--int-to-cons): New functions.
16635 (xselect-convert-to-string, xselect-convert-to-length)
16636 (xselect-convert-to-filename, xselect-convert-to-charpos)
16637 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
16638
16639 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
16640
16641 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
16642 output in -break-info command (Emacs bug #3794).
16643
16644 2009-07-14 Glenn Morris <rgm@gnu.org>
16645
16646 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
16647 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
16648 (edebug-print-length, edebug-print-level, edebug-print-circle)
16649 (edebug-sit-for-seconds, edebug-view-outside)
16650 (edebug-bounce-point, edebug-set-global-break-condition)
16651 (edebug-Go-nonstop-mode, edebug-trace-mode)
16652 (edebug-Trace-fast-mode, edebug-continue-mode)
16653 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
16654 (edebug-visit-eval-list): Doc fixes.
16655
16656 * subr.el (def-edebug-spec): Doc fix.
16657
16658 2009-07-14 Kenichi Handa <handa@m17n.org>
16659
16660 * international/characters.el: Fix setting of category ?C.
16661
16662 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
16663
16664 * term/ns-win.el (x-select-font): defalias x-select-font to
16665 ns-popup-font-panel instead of generate-fontset-menu.
16666
16667 2009-07-12 Eli Zaretskii <eliz@gnu.org>
16668
16669 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
16670
16671 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
16672
16673 * arc-mode.el (archive-find-type): Allow for a PK00 string before
16674 the PK\003\004 header (Bug#3770).
16675
16676 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
16677
16678 * pcomplete.el (pcomplete-comint-setup): Check for
16679 shell-dynamic-complete-filename too.
16680
16681 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
16682
16683 * simple.el (temporary-goal-column): Change the value for
16684 line-move-visual to a cons cell.
16685 (line-move-visual): Record or set the window hscroll, if
16686 necessary (Bug#3494).
16687 (line-move-1): Handle cons value of temporary-goal-column.
16688
16689 2009-07-11 Kenichi Handa <handa@m17n.org>
16690
16691 * international/mule-diag.el (describe-character-set): Don't show
16692 width.
16693
16694 2009-07-10 Sam Steingold <sds@gnu.org>
16695
16696 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16697 Omake sometimes indents the errors it prints, so allow all
16698 regexps to start with spaces.
16699
16700 2009-07-10 Eli Zaretskii <eliz@gnu.org>
16701
16702 * cus-edit.el (customize-changed-options-previous-release):
16703 Bump value to 22.1. (Bug#3804)
16704
16705 2009-07-08 Sam Steingold <sds@gnu.org>
16706
16707 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
16708 to be a cons cell (test . ignored-directory) to selectively ignore
16709 some directories depending on the location of the search.
16710
16711 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
16712
16713 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
16714 remote user is root, on the local host.
16715 (tramp-local-host-p): Either the local user or the remote user
16716 must be root. (Bug#3771)
16717
16718 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
16719
16720 * progmodes/gdb-mi.el (gdb): Remove description of
16721 gdb-use-separate-io-buffer.
16722 (menu): Don't allow toggling of or enable
16723 gdb-use-separate-io-buffer from menubar.
16724
16725 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
16726
16727 * mail/unrmail.el (unrmail): Make sure the message ends with two
16728 newlines (Bug#3769).
16729
16730 2009-07-08 Glenn Morris <rgm@gnu.org>
16731
16732 * calendar/calendar.el (calendar-current-date): Rework previous change.
16733
16734 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
16735
16736 * calendar/calendar.el (calendar-current-date):
16737 Add an optional argument giving an offset from today.
16738
16739 2009-07-08 Glenn Morris <rgm@gnu.org>
16740
16741 * tutorial.el (tutorial--describe-nonstandard-key):
16742 Adjust the message for when a key has been unbound.
16743 (help-with-tutorial): Hide the arch-tag.
16744
16745 2009-07-08 Kenichi Handa <handa@m17n.org>
16746
16747 * international/fontset.el (setup-default-fontset): For each
16748 script, append (not set) font-specs.
16749
16750 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
16751 docstring.
16752
16753 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
16754
16755 * progmodes/gdb-mi.el (gdb-init-1): Move sending
16756 -data-list-register-names to ...
16757 (gdb-starting): ... here because GDB 7.0 requires execution to
16758 have started when using this MI command.
16759 (gdb-set-header): New function to distinguish select and
16760 unselected tabs in gdb buffers.
16761 (gdb-propertize-header): New macro that uses gdb-set-header.
16762 (gdb-breakpoints-header, gdb-locals-header): Use it.
16763 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
16764
16765 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
16766
16767 * Makefile.in (ELCFILES): Remove fadr.elc.
16768
16769 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
16770
16771 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
16772 may contain frame information, so `string-match' should be used.
16773 (gdb-update): Disassembly is invalidated through
16774 `gdb-get-selected-frame'.
16775 (gdb-pad-string): New function to pad string with spaces.
16776 (gdb-invalidate-disassembly): Invalidate only if the buffer
16777 exists.
16778 (gdb-disassembly-handler-custom): Column alignment.
16779 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
16780 placing new ones.
16781 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
16782 end of line, too.
16783 (gdb-frame-handler): Match convention to for disassembly buffer
16784 mode name.
16785 (gdb-stack-list-frames-handler): Rewritten without regexps.
16786 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
16787 not highlight breakpoints without line information.
16788 (gdb-input): Add trailing newline to command.
16789
16790 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
16791 buffer properly.
16792 (gdb-breakpoints-list-handler-custom): Replacement for
16793 `gdb-break-list-handler'. Using real parser instead of regexps
16794 now.
16795 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
16796 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
16797 to place breakpoints.
16798 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
16799 functions.
16800 (gdb-disassembly-handler-custom): Show overlay arrow.
16801 (gdb-disassembly-place-breakpoints): Show breakpoints in
16802 disassembly buffer.
16803 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
16804 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
16805 instead of parsing breakpoints buffer. Fixed old menu references
16806 in `gud-menu-map'.
16807
16808 * fadr.el: Remove.
16809
16810 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
16811 (gdb-memory-address): New variable which holds top address of
16812 memory page shown in memory buffer.
16813 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
16814 customization variables.
16815 New functions:
16816 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
16817 display the memory buffer.
16818 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
16819 buffer display parameters.
16820 (def-gdb-memory-format, gdb-memory-format-binary)
16821 (gdb-memory-format-octal, gdb-memory-format-unsigned)
16822 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
16823 Functions for setting memory buffer format.
16824 (gdb-memory-unit-word, gdb-memory-unit-halfword)
16825 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
16826 unit size used in memory buffer.
16827 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
16828 to next/previous page of memory buffer.
16829 Now using (bindat-get-field) instead of fadr functions.
16830
16831 2009-07-07 Sam Steingold <sds@gnu.org>
16832
16833 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
16834 non-top-level files.
16835
16836 2009-07-07 Kenichi Handa <handa@m17n.org>
16837
16838 * international/mule-cmds.el (reset-language-environment): Put
16839 the highset priority to the charset iso-8859-1.
16840
16841 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
16842
16843 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
16844 to the end of the line when locating the block (Bug#700).
16845
16846 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
16847
16848 * net/tramp.el (tramp-handle-write-region): Flush file properties
16849 in case of short track.
16850
16851 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
16852
16853 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
16854 Coded custom representation of verilog error regular expressions
16855 to work with Emacs-22's new format.
16856 (verilog-error-regexp-xemacs-alist): Coded custom representation
16857 of verilog error regular expressions to work with XEmacs format.
16858 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
16859 error recognition into XEmacs.
16860 (verilog-error-regexp-add-emacs): Hook routine to install verilog
16861 error recognition into Emacs-22.
16862
16863 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
16864
16865 * woman.el: Remove stand-alone closing parentheses.
16866 (woman-file-name, woman2-format-paragraphs)
16867 (woman-leave-blank-lines): Code cleanup.
16868 (woman-use-own-frame): Change default to nil.
16869 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
16870 defaults to inherit from default faces.
16871 (woman2-process-escapes): Consume the newline after a stand-alone
16872 filler character (Bug#3651).
16873
16874 2009-07-06 Glenn Morris <rgm@gnu.org>
16875
16876 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
16877 (top-level): Move provide to the end.
16878 (ffap): Remove defunct URL from custom group.
16879
16880 * subr.el (eval-after-load): Doc fix.
16881
16882 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
16883
16884 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
16885 `calc-embedded-word' is called twice.
16886
16887 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16888
16889 * files.el (find-alternate-file-other-window, find-alternate-file):
16890 Obey confirm-nonexistent-file-or-buffer.
16891
16892 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
16893
16894 * dired-aux.el (dired-show-file-type): Handle remote files.
16895
16896 2009-07-05 Jari Aalto <jari.aalto@cante.net>
16897
16898 * desktop.el (desktop-globals-to-save):
16899 Add file-name-history (Bug#2750).
16900
16901 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
16902
16903 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
16904
16905 2009-07-04 Johan Bockgård <bojohan@gnu.org>
16906
16907 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
16908 property on entire argument since this is what eshell-lisp-command
16909 expects.
16910
16911 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
16912
16913 * net/tramp-gvfs.el (tramp-gvfs-methods)
16914 (tramp-gvfs-zeroconf-domain)
16915 (tramp-bluez-discover-devices-timeout): Add version flag.
16916 (tramp-gvfs-handler-mounted-unmounted)
16917 (tramp-gvfs-connection-mounted-p): Polish handling of
16918 incompatibilities between GVFS 0.2 and 1.0.
16919
16920 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
16921
16922 * cus-start.el (all): Add make-pointer-invisible.
16923
16924 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
16925
16926 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
16927 formatted correctly.
16928
16929 2009-07-02 Juri Linkov <juri@jurta.org>
16930
16931 * info.el: Virtual Info files and nodes.
16932 (Info-virtual-files, Info-virtual-nodes): New variables.
16933 (Info-current-node-virtual): New variable.
16934 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
16935 New functions.
16936 (Info-file-supports-index-cookies): Use Info-virtual-file-p
16937 to check for a virtual file instead of checking a fixed list
16938 of node names.
16939 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
16940 instead of ad-hoc processing of "dir" and (apropos history toc).
16941 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
16942 instead of ad-hoc processing of "dir" and (apropos history toc).
16943 Reread a file when moving from a virtual node.
16944 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
16945 (Info-directory-toc-nodes, Info-directory-find-file)
16946 (Info-directory-find-node): New functions.
16947 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
16948 (Info-history): Move part of code to
16949 `Info-history-find-node'.
16950 (Info-history-toc-nodes, Info-history-find-file)
16951 (Info-history-find-node): New functions.
16952 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
16953 (Info-toc): Move part of code to `Info-toc-find-node'.
16954 (Info-toc-find-node): New function.
16955 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
16956 the current Info file name to references because now the node
16957 "*TOC*" belongs to the same Info manual.
16958 (Info-toc-build): Rename from `Info-build-toc'.
16959 (Info-toc-nodes): Rename input argument `file' to `filename'.
16960 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
16961 instead of ad-hoc processing of ("dir" apropos history toc).
16962 (Info-index-nodes): Use Info-virtual-file-p
16963 to check for a virtual file instead of checking a fixed list
16964 of node names.
16965 (Info-index-node): Add check for `Info-current-node-virtual'.
16966 Raise `save-match-data' higher up the tree to contain
16967 `search-forward' too (bug fix).
16968 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
16969 (Info-virtual-index-nodes): New variable.
16970 (Info-virtual-index-find-node, Info-virtual-index): New functions.
16971 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
16972 (Info-apropos-file, Info-apropos-nodes): New variables.
16973 (Info-apropos-toc-nodes, Info-apropos-find-file)
16974 (Info-apropos-find-node, Info-apropos-matches): New functions.
16975 (info-apropos): Move part of code to `Info-apropos-find-node' and
16976 `Info-apropos-matches'.
16977 (Info-mode-map): Bind "I" to `Info-virtual-index'.
16978 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
16979 for a virtual file instead of checking a fixed list of node names.
16980
16981 * simple.el (async-shell-command): New command.
16982
16983 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
16984
16985 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
16986 instead of `mount-info'.
16987
16988 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
16989
16990 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
16991 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
16992
16993 2009-07-02 Kenichi Handa <handa@m17n.org>
16994
16995 * international/mule.el (set-keyboard-coding-system): Force *-unix
16996 coding-system to avoid eol conversion.
16997
16998 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
16999
17000 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
17001 Add handler for `process-file', `shell-command' and
17002 `start-file-process'.
17003 (tramp-gvfs-handle-shell-command)
17004 (tramp-gvfs-handle-start-file-process)
17005 (tramp-gvfs-handle-process-file): New defuns.
17006 (tramp-synce-list-devices): Simplify check for existence of property.
17007
17008 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
17009
17010 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
17011
17012 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
17013
17014 * language/korean.el (set-language-info-alist): Add korean-cp949,
17015 cp949 to spec.
17016
17017 2009-07-01 Kenichi Handa <handa@m17n.org>
17018
17019 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
17020
17021 * international/encoded-kb.el: Deleted.
17022
17023 * international/mule.el (set-keyboard-coding-system): Perform the
17024 necessary setup here instead of calling encoded-kbd-setup-display.
17025
17026 2009-07-01 Glenn Morris <rgm@gnu.org>
17027
17028 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
17029
17030 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
17031
17032 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
17033
17034 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
17035
17036 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
17037 Handle also the 'rename case, when setting file modes. (Bug#3712)
17038 (tramp-default-file-modes): Remove execute permissions.
17039
17040 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
17041 (top): Add a default for "synce" in `tramp-default-user-alist'.
17042 Add completion function for "synce" method.
17043 (tramp-hal-service, tramp-hal-path-manager)
17044 (tramp-hal-interface-manager, tramp-hal-interface-device):
17045 New defconst.
17046 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
17047 (tramp-synce-list-devices, tramp-synce-parse-device-names):
17048 New defuns.
17049
17050 * net/trampver.el: Update release number.
17051
17052 2009-06-30 Kenichi Handa <handa@m17n.org>
17053
17054 * international/fontset.el (setup-default-fontset): Add CJK fonts
17055 for symbols and the other miscellaneous characters.
17056
17057 * language/korea-util.el (setup-korean-environment-internal):
17058 Make char-width-table suitable for Korean environments.
17059 (exit-korean-environment): Cancel above.
17060
17061 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
17062 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
17063 setup-function to make char-width-table suitable for respective
17064 environments, and an exit-function to cancel that.
17065
17066 * language/japan-util.el (setup-japanese-environment-internal):
17067 Call use-cjk-char-width-table with arg `ja_JP'.
17068
17069 * international/characters.el (cjk-char-width-table): Delete it.
17070 (cjk-char-width-table-list): New variable.
17071 (use-cjk-char-width-table): New arg local-name.
17072 (use-default-char-width-table): Fix for the case that Emacs is
17073 already using the default char-width-table.
17074
17075 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
17076
17077 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
17078 modes mandatory. (Bug#3712)
17079
17080 2009-06-29 Alan Mackenzie <acm@muc.de>
17081
17082 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
17083 correction between the visible width of TABs and their number of bytes.
17084
17085 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
17086
17087 * server.el (server-buffer-done): Prevent kill-buffer from
17088 prompting by clearing the buffer modification flag (Bug#3696).
17089
17090 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
17091
17092 * progmodes/verilog-mode.el (verilog-beg-of-statement)
17093 (verilog-endcomment-reason-re): Support unique case and priority case.
17094 (verilog-basic-complete-re): Support localparam lineup.
17095 (verilog-beg-of-statement-1): Fix for robustness, unique case.
17096 (verilog-set-auto-endcomments): Fix for unique case, always_comb
17097 commenting.
17098 (verilog-leap-to-case-head): Now support *nested* unique &
17099 priority case statements.
17100 (verilog-auto-lineup): Make just declarations the default (as it
17101 had been).
17102 (verilog-leap-to-case-head): Support priority/unique case statements.
17103 (verilog-auto-lineup): Rework to give users radio buttons to
17104 select the various styles of automatic lineup.
17105 (verilog-error-regexp-alist): Rework to support the XEmacs style
17106 of error regular expressions from compilers, lint tools &
17107 simulators. Note that GNU Emacs has made it impossible for a mode
17108 to load such things.
17109 (electric-verilog-terminate-line, verilog-indent-declaration)
17110 (verilog-auto-wiure): Rework for radio button selection of
17111 auto-lineup selection of specification of auto lineup.
17112 (verilog-beg-of-statement-1): Redesign to support proper operation
17113 in additional code, based on testing with auto-lineup.
17114 (verilog-calculate-indent, assignments & declarations)
17115 (verilog-backward-token): Enhance to support auto-lineup of
17116 assignments & declarations.
17117 (verilog-in-directive-p, verilog-at-struct-p): New function for
17118 easy test of whether we are.
17119 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
17120 to support safe execution at almost anyline.
17121 (verilog-calc-1): Properly support indenting deep inside generate
17122 blocks.
17123 (verilog-init-font): Remove definition & use of verilog-init-font,
17124 as it is redundant with font-lock-defaults.
17125 (verilog-mode): Alter the definition of verilog-font-lock-defaults
17126 to avoid circular calls if syntax-ppss is a function (as is the
17127 case now in 22.x GNU Emacs) as that function would sometimes call
17128 itself, leading to (nearly) infinite recursion.
17129 (verilog-ovm-begin-re, verilog-ovm-end-re)
17130 (verilog-ovm-statement-re, verilog-leap-to-head)
17131 (verilog-backward-token): Add support for OVM macros. Some are
17132 complete statements, and others open and close scopes like begin
17133 and end.
17134 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
17135 (verilog-defun-level-generate-only-re): Really fix the defun-list
17136 compilation issue.
17137 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
17138 coverpoint, constraint and cross statements.
17139 (verilog-defun-level-list, verilog-generate-defun-level-list)
17140 (verilog-all-defun-level-list): Redo these specifications - it is
17141 too hard to support eval-when compile aggregation of lists also
17142 built at when-compile time.
17143 (verilog-defun-level-list): Place defconsts of variables used in
17144 building regular expressions which are built in eval-when-compile
17145 bodies in the same eval-when-compile body to facilitate compile
17146 without load.
17147 (verilog-beg-block-re-ordered): Support indenting
17148 virtual/protected tasks and functions.
17149 (verilog-defun-level-list, verilog-in-generate-region-p)
17150 (verilog-backward-ws&directives, verilog-calc-1): Speed up
17151 indentation of some module items (generate items).
17152 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
17153 across virtual/protected tasks and functions.
17154
17155 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
17156
17157 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
17158 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
17159 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
17160 in concatenations. Reported by Yishay Belkind.
17161 (verilog-auto-ascii-enum): Support one-hot state machines in
17162 AUTOASCIIENUM. Suggested by Lloyd Gomez.
17163 (verilog-auto-inst, verilog-auto-inst-port): Include interface
17164 modport in AUTOINST and add vl-modport for users. Reported by
17165 David Rogoff.
17166 (verilog-auto-inout-module, verilog-auto-inst)
17167 (verilog-decls-get-interfaces, verilog-insert-definition)
17168 (verilog-insert-one-definition, verilog-read-decls)
17169 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
17170 (verilog-sig-modport, verilog-signals-combine-bus)
17171 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
17172 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
17173 Suggested by David Rogoff.
17174 (verilog-repair-open-comma): Fix non-insertion of comma when
17175 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
17176 (verilog-make-width-expression): Simplify [A-1:0] expression
17177 widths to just {A{1'b0}}.
17178 (verilog-mode): Cleanup checkdoc warnings.
17179 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
17180 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
17181 inputs/outputs or data type. Suggested by Vasu Kandadi.
17182 (next-error-last-buffer): Fix byte-compiler warning.
17183 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
17184 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
17185 or shell command text during AUTO expansion. Suggested by Tad Truex.
17186 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
17187 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
17188 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
17189 in AUTOINOUT. Reported by Matthew Lovell.
17190 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
17191 causing use of <= assignments. Reported by Alex Reed.
17192 (verilog-read-decls): Fix triand, trior, wand, wor to be
17193 recognized by AUTOWIRE. Reported by Spencer Isaacson.
17194 (verilog-extended-complete-re): Support import "DPI-C" functions.
17195 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
17196 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
17197 (verilog-insert-date, verilog-insert-year)
17198 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
17199 Windows systems. Reported by Michael Potts.
17200 (verilog-read-module-name): Fix AUTOINST when the child module
17201 declaration's name is a tick define. Reported by Elliot Mednick.
17202 (verilog-read-decls): Fix V2K parameter bit subscripts getting
17203 passed to next parameter's definition. Reported by Bruce T.
17204 (verilog-read-decls): Fix detecting "parameter int" when using
17205 AUTOINSTPARAM. Reported by Bruce T.
17206 (verilog-goto-defun): Fix goto not finding modules unless first
17207 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
17208 (verilog-mode): Expand -f flag arguments on entry to mode so
17209 verilog-goto-defun will work. Reported by Lawrence Butcher.
17210 (verilog-getopt): Expand environment variables in -f file
17211 arguments. Suggested by Lawrence Butcher.
17212 (verilog-set-define): Fix "Symbol's value as variable is void"
17213 when reading enumerations.
17214 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
17215 Suggested by Stephen Peltan.
17216 (verilog-read-defines): Fix reading of enumerations in include
17217 files. Reported by Steve Peltan.
17218
17219 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
17220
17221 * files.el (trash-directory): Fix defcustom type.
17222
17223 2009-06-28 Juri Linkov <juri@jurta.org>
17224
17225 * help-fns.el (describe-function-1): Correctly locate adviced
17226 functions in hyperlink (Bug#2438).
17227
17228 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
17229
17230 * files.el (trash-directory): Change default to nil.
17231 (move-file-to-trash): If trash-directory is nil and
17232 system-move-file-to-trash is unbound, perform freedesktop-style
17233 trashing.
17234
17235 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
17236
17237 * files.el (move-file-to-trash): Add freedesktop trash
17238 support (Bug#973).
17239
17240 2009-06-28 Glenn Morris <rgm@gnu.org>
17241
17242 * autorevert.el (global-auto-revert-non-file-buffers)
17243 (global-auto-revert-mode): Doc fixes.
17244
17245 2009-06-27 Johan Bockgård <bojohan@gnu.org>
17246
17247 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
17248
17249 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
17250
17251 * faces.el (x-handle-named-frame-geometry): Ensure that we have
17252 opened an X connection before calling x-get-resource (Bug#3194).
17253
17254 * play/doctor.el: Remove reference to obsolete website.
17255 (make-doctor-variables): Correct grammar mistake (Bug#2633).
17256
17257 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
17258
17259 Remove find-file-not-found-hook VC method. (Bug#2757)
17260 * vc-hooks.el (vc-file-not-found-hook)
17261 (vc-default-find-file-not-found-hook): Remove functions.
17262 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
17263 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
17264 * vc.el:
17265 * vc-hg.el:
17266 * vc-git.el: Do not mention find-file-not-found-hook VC method.
17267
17268 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
17269
17270 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
17271 compatibility function for `looking-back'.
17272
17273 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
17274 Use `ispell-looking-back'.
17275
17276 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
17277
17278 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
17279 rather than `filename'.
17280
17281 2009-06-23 Miles Bader <miles@gnu.org>
17282
17283 * face-remap.el (text-scale-set): New function.
17284
17285 2009-06-23 Glenn Morris <rgm@gnu.org>
17286
17287 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
17288
17289 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
17290
17291 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
17292
17293 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
17294
17295 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
17296 Simplify Persian conditionals.
17297
17298 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
17299 variable `filename'.
17300
17301 * comint.el (comint-insert-input): Doc fix.
17302
17303 * Makefile.in (ELCFILES): Fix typo in previous change.
17304
17305 2009-06-23 Miles Bader <miles@gnu.org>
17306
17307 * cus-start.el: Add entry for `recenter-redisplay'.
17308
17309 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
17310
17311 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
17312 Add an optional argument for the backend, use it instead of
17313 calling vc-backend.
17314 (vc-mode-line): Add an optional argument for the backend.
17315 Pass the backend to vc-state and vc-working-revision. Move code for
17316 special handling for vc-state being a buffer to ...
17317
17318 * vc-rcs.el (vc-rcs-find-file-hook):
17319 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
17320
17321 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
17322 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
17323 vc-stay-local-p and vc-mode-line calls.
17324
17325 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
17326 (vc-cvs-diff, vc-cvs-annotate-command)
17327 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
17328 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
17329 vc-mode-line calls.
17330
17331 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
17332 direct comparison.
17333 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
17334 backend when calling vc-mode-line.
17335 (vc-register): Do not create a closure for calling the vc register
17336 function, call it directly.
17337
17338 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
17339
17340 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
17341 to make it obvious item can be clicked.
17342
17343 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
17344
17345 2009-06-23 Kenichi Handa <handa@m17n.org>
17346
17347 * language/korea-util.el (korean-key-bindings): Change the binding
17348 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
17349 same command.
17350
17351 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
17352
17353 Sync with Tramp 2.1.16.
17354
17355 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
17356
17357 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
17358 when a loading of a package fails. Completion function for rsync
17359 is `tramp-completion-function-alist-ssh'.
17360 (all): Replace all calls of `split-string' and
17361 `tramp-split-string' by `tramp-compat-split-string'.
17362 (tramp-default-method): Use `tramp-compat-process-running-p'.
17363 (tramp-default-proxies-alist): Allow also Lisp forms.
17364 (tramp-remote-path): Add choice "Private Directories".
17365 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
17366 (tramp-domain-regexp): Allow also "-", "_" and ".".
17367 (tramp-end-of-output): Remove newlines, and add "$" at the end.
17368 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
17369 (tramp-debug-message): Insert header line in debug buffer.
17370 (tramp-handle-directory-files-and-attributes-with-stat):
17371 Care about filenames with spaces, or starting with "-".
17372 (tramp-handle-dired-uncache): New defun.
17373 (tramp-handle-insert-directory): Don't flush the directory from
17374 cache, this is handled by `dired-uncache' now.
17375 (tramp-handle-insert-file-contents): Improve error handling.
17376 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
17377 Quote `tramp-end-of-output'.
17378 (tramp-action-password): Improve trace message.
17379 (tramp-check-for-regexp): Both echoes must be present, before removing.
17380 (tramp-open-connection-setup-interactive-shell): Trace coding system.
17381 (tramp-compute-multi-hops): Eval cons cells of
17382 `tramp-default-proxies-alist'.
17383 (tramp-maybe-open-connection): Use the same command pattern for
17384 first hop and further hops.
17385 (tramp-wait-for-output): Remove handling of newlines.
17386 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
17387 (tramp-split-string): Remove function. It is handled in
17388 tramp-compat now.
17389
17390 * net/tramp-cmds.el (tramp-bug):
17391 Recommend `tramp-cleanup-all-connections' in the bug mail.
17392
17393 * net/tramp-compat.el (tramp-compat-split-string)
17394 (tramp-compat-process-running-p): New defuns.
17395
17396 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
17397 for `dired-uncache'.
17398
17399 * net/tramp-gvfs.el: New package.
17400
17401 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
17402 Add handler for `dired-uncache'.
17403 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
17404
17405 * net/trampver.el: Update release number. Make version check fit
17406 for SXEmacs 22.
17407
17408 2009-06-22 Jim Meyering <meyering@redhat.com>
17409
17410 Automatically handle .xz suffix (XZ-compressed files), too.
17411 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
17412 XZ is the successor to LZMA: <http://tukaani.org/xz/>
17413
17414 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
17415 Nick Roberts <nickrob@snap.net.nz>
17416
17417 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
17418 repository (http://sphinx.net.ru/hg/gdb-mi/).
17419
17420 2009-06-22 Glenn Morris <rgm@gnu.org>
17421
17422 * files.el (dir-locals-collect-mode-variables): Allow for any number of
17423 `mode' and `eval' entries. (Bug#3430)
17424
17425 * Makefile.in (ELCFILES): Add fadr.elc.
17426
17427 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
17428 differing behavior of \n and ^ in strings. (Bug#3385)
17429
17430 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
17431
17432 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
17433 property.
17434 (lisp-indent-function): Make it a defcustom.
17435
17436 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
17437
17438 * progmodes/gdb-ui.el: Replace with ...
17439 * progmodes/gdb-mi.el: ... this file.
17440 * progmodes/gud.el: Modify for gdb-mi.el.
17441
17442 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
17443
17444 * fadr.el: New file.
17445
17446 See ChangeLog.14 for earlier changes.
17447
17448 ;; Local Variables:
17449 ;; coding: utf-8
17450 ;; End:
17451
17452 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
17453
17454 This file is part of GNU Emacs.
17455
17456 GNU Emacs is free software: you can redistribute it and/or modify
17457 it under the terms of the GNU General Public License as published by
17458 the Free Software Foundation, either version 3 of the License, or
17459 (at your option) any later version.
17460
17461 GNU Emacs is distributed in the hope that it will be useful,
17462 but WITHOUT ANY WARRANTY; without even the implied warranty of
17463 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17464 GNU General Public License for more details.
17465
17466 You should have received a copy of the GNU General Public License
17467 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.